-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
798 lines (725 loc) · 43.6 KB
/
terms.html
File metadata and controls
798 lines (725 loc) · 43.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
<!DOCTYPE html>
<html>
<head>
<title>Mennes</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link type="text/css" href="assets/css/bootstrap.min.css" media="screen" rel="stylesheet">
<!-- UIkit CSS -->
<!-- <link rel="stylesheet" href="assets/css/uikit.min.css" /> -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<link type="text/css" href="assets/css/bootstrap-grid.min.css" media="screen" rel="stylesheet">
<link type="text/css" href="assets/css/style.css" media="screen" rel="stylesheet">
</head>
<body>
<section class="sec-privacy" id="top">
<section class="sec-navbar">
<div class="container">
<nav class="navbar navbar-expand-sm">
<a class="navbar-brand" href="index.html"><img src="assets/img/logo.png" alt=""></a>
<button class="navbar-toggler" type="button" data-toggle="collapse"
data-target="#collapsibleNavbar">
<span class="fa fa-bars"></span>
</button>
<div class="collapse navbar-collapse" id="collapsibleNavbar">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="./index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./about.html">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="caseStudies.html">Case Study</a>
</li>
<li class="nav-item">
<a class="nav-link contact-us" href="contact.html">Contact Us</a>
</li>
</ul>
</div>
</nav>
</div>
</section>
<section class="sec-header">
<div class="container">
<div class="main-header">
<h1>
<span>Terms and Conditions</span>
</h1>
<p>
This Facebook Advertising Management Service Contract is entered into <i class="lineBreak"></i>
between Mennes
Digital
(Facebook Ads Consultant) and the Client.
</p>
<!-- <div class="social">
<a href="#">
<span class="fa fa-facebook"></span>
</a>
<a href="#">
<span class="fa fa-twitter"></span>
</a>
<a href="#">
<span class="fa fa-youtube-play"></span>
</a>
</div> -->
</div>
</div>
</section>
<section class="sec-content-privacy">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="left-content">
<span>
Definitions
and Interpretation
</span>
</div>
</div>
<div class="col-md-8">
<div class="right-content">
<p>
In this Agreement, the following words have their corresponding meanings.
<span>Agreement / Terms and Conditions</span> means the Client’s agreement with Mennes
Digital as
contained in this document (as may be modified from time to time).
</p>
<p>
<span> Facebook / Facebook Ads Manager / Facebook Ads Management / Facebook Ads</span>
means Facebook
and Facebook Ads Management except to the extent that the Client has specifically
instructed Mennes Digital (and Mennes Digital has agreed to) manage the Client’s account
in relation to other social media platforms in addition to (or in substitution of)
Facebook.
</p>
<p>
<span> I, You, Your / Account Holder, Client</span> means the person or company named as
the client in
this Agreement and (where applicable) the website or business that the Client has
authority over.
</p>
<p>
<span>We, Us / Mennes Digital / Facebook Ads Consultant</span>
means the Client’s
Facebook Ads
Management Team.
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="left-content">
<span>
Engagement
of the Company
</span>
</div>
</div>
<div class="col-md-8">
<div class="right-content">
<p>
Mennes Digital will provide the Client with ongoing management of Facebook Ad
(hereinafter referred to as “Facebook Ads”) as described in this Agreement. The Client
gives Mennes Digital the complete right to create, adjust and increase Ad spend to grow
and scale the Clients campaign. Any specific Ad Spend budget per month must be confirmed
to Mennes Digital prior to the signing of this contract. The Client must not adjust or
alter the Advertising campaigns unless previously discussed and approved by Mennes
Digital. All Advertisements are performed on a month to month basis, this period starts
from when the Advertisements go live. This contract is limited to one Ads Account.
Please refer to the full Terms of Conditions of the Facebook Ads Management Service
listed in Section Four (4).
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="left-content">
<span>
Nature
of Engagement
</span>
</div>
</div>
<div class="col-md-8">
<div class="right-content">
<p>
Mennes Digital’s Facebook Ads Services are intended to:
</p>
<p class="no-marg">
1. Increase exposure on the Facebook platform through the running of Ads.
</p>
<p>
2. To drive targeted online traffic to the website. Mennes Digital’s Facebook Ads
management will include but not limited to:
</p>
<p class="subPera">
1. Competitor market research<br>
2. Identifying persona models<br>
3. Regular A/B and split testing of ad copy and creatives to determine the most
successful strategies to increase the profitability of ad performance<br>
4. Setting up monitoring basic and advanced tracking for on- and offline events.<br>
5. Weekly and monthly reporting, including details of campaign performance and
recommendations.<br>
6. Overall ad campaign management from start to finish as detailed (but not limited to)
the services detailed in Section Four (4).
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="left-content">
<span>
Facebook Ads
Services & Conditions
</span>
</div>
</div>
<div class="col-md-8">
<div class="right-content">
<p>
Whilst Mennes Digital is managing the Client’s Facebook Ads account, the following terms
and conditions apply:
</p>
<p>
1. By entering this Agreement with Mennes Digital, the Client gives Mennes Digital
permission to access the Client’s Facebook Ads & Business account for the purposes of
optimisation and management of the Client’s online business. <br>
2. The scope of work includes but is not limited to:
</p>
<p class="subPera mb0">
1. Upload existing customer data and develop lookalike audiences pools,
</p>
<p class="subPera mb0">
2. Leverage Facebook’s affinity analysis tool to build target segments,
</p>
<p class="subPera mb0">
3. Create Facebook ad campaigns with ad copy/creatives (excluding video production),
</p>
<p class="subPera mb0">
4. Create retargeting audience pools,
</p>
<p class="subPera mb0">
5. Daily, weekly and monthly optimisation of bids, budgets, audiences, and creatives.
</p>
<p>
<br>
3. Mennes Digital Ads Management (with Mennes Digital management fees) is a separate
service from any and all fees that Facebook will charge the Client. The Client will pay
these fees directly to Facebook. Cancellation of the Client’s Mennes Digital Facebook
Ads management does not automatically stop the Client’s Facebook advertising from
running and incurring Facebook Ads fees. Mennes Digital will not be liable for any
amounts that Facebook Ads charges the Client following the cancellation of the Client’s
management with Mennes Digital. If the Client wishes to cease advertising online at the
same time that the Client cancels its Mennes Digital management, please notify your
Client Manager in writing so that Mennes Digital can cancel the Client’s Facebook Ads
online advertising as well. Alternatively, the Client may choose to directly access its
own Facebook Ads account to arrange cancellation.<br>
4. For clarity, please note that Mennes Digital is not Facebook, Facebook Business or
Facebook Ads Manager as Mennes Digital is a separate entity from Facebook.<br>
5. Mennes Digital will endeavour to help the Client obtain the Client’s online Facebook
advertising goals by providing the Client with advice, information and technical
services in relation to Facebook advertising/marketing. Unless specifically stated to
the contrary in this Agreement, Mennes Digital does not guarantee any particular rate of
return or performance of any online advertising on Facebook Ads (including but not
limited to any particular ads metrics). Mennes Digital cannot be held responsible for
commercial outcomes which are associated with the Internet and Facebook marketing or
management of the Client’s Facebook Ads account for the Client’s business and/or
websites.<br>
6. Mennes Digital is providing a social media marketing service for a competitive price.
Mennes Digital is not insuring or underwriting the Client’s chosen business model. The
Client acknowledges that services are inherently subject to technical failures and
disruptions from time to time.
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="left-content">
<span>
Fees, Payments
& Consideration
</span>
<span>
General Costs
</span>
</div>
</div>
<div class="col-md-8">
<div class="right-content">
<p>
1. The Initial Setup (if applicable) is payable in full before the setup of the Client’s
Facebook Ads account(s) will begin (unless otherwise agreed in writing). <br>
2. The Management Fee for the Client’s Facebook Ads account will be charged in advance
on a monthly basis (unless otherwise agreed in writing).<br>
3. Mennes Digital will invoice the Client at the beginning of each month for the agreed
Management Fee, with payment due on the 20th of each month (unless otherwise agreed in
writing).<br>
4. Mennes Digital reserves the right to stop managing the Client’s Facebook Ads account
and terminate this Agreement by written (or electronic mail) notice to the Client. If
this occurs, the Client’s Mennes Digital monthly management fee will stop immediately
and no further payments will be charged. A minimum notice period of 30 days applies.<br>
5. The Client can also cancel our Facebook Ads Management services by written (or email)
notice to us. A minimum notice period of 30 days applies.<br>
6. Upon cancelling our Facebook Ads Management services, all amounts owing to Mennes
Digital will need to be paid in full; any outstanding amounts will be due within 7
business days of cancellation (unless otherwise agreed in writing). There will be no
prorated refunds on the monthly Management Fees already paid.<br>
7. All prices quoted on our website including emails and proposals are in GBP.<br>
8. Mennes Digital reserves the right to engage a debt collection service at the Client’s
expense if there are any unpaid invoices overdue by 30 days.<br>
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="left-content">
<span>
Additional Costs
</span>
</div>
</div>
<div class="col-md-8">
<div class="right-content">
<p>
The Client agrees to reimburse Mennes Digital for any requested expenses which do not
form part of our contracted proposal including but not limited to making landing pages,
designing graphical ads, purchase of third-party software, stock photographs, fonts,
domain name registration, web hosting or any other comparable expenses. These extra
add-ons have to be paid by the due date as specified on the invoice. Additional costs
are to be agreed upon prior to commencement of out-of-scope work.
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="left-content">
<span>
Intellectual
Property & Copyright
</span>
<span>
Intellectual Property
</span>
</div>
</div>
<div class="col-md-8">
<div class="right-content">
<p>
1. All creation files remain the property of Mennes Digital and its partners unless
otherwise agreed in writing. <br>
2. Mennes Digital retains the Copyright in and the right to use all artwork created in
advancing the profile of Mennes Digital and to be recognised for artwork created by
Mennes Digital unless otherwise agreed.<br>
3. Mennes Digital shall be free to reproduce, use, disclose display exhibit, transmit,
perform, create derivative works, and distribute any item from the Client’s Web Page
unless specifically agreed otherwise. Further, Mennes Digital shall be free to use any
ideas, concepts, know-how or techniques acquired in the construction of sites for any
purpose whatsoever, including but not limited to developing, manufacturing and marketing
products and other items incorporating such information unless specifically agreed
otherwise.<br>
4. Mennes Digital observes Privacy Laws and Guidelines relating to personal data.
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="left-content">
<span>
Copyright
</span>
</div>
</div>
<div class="col-md-8">
<div class="right-content">
<p>
To the extent that Copyright subsists in any text that Mennes Digital creates for the
Client’s Facebook Ads account/s pursuant to this Agreement; Mennes Digital assigns
copyright in such text to the Client. For the avoidance of doubt, this clause does not
assign copyright in any other materials that Mennes Digital may create for the Client
outside the scope of this Agreement.
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="left-content">
<span>
Company’s Warranties
and Indemnity
</span>
</div>
</div>
<div class="col-md-8">
<div class="right-content">
<p>
The following Company’s warranties and indemnities (including but not limited to) apply:
<br>
1. Mennes Digital warrants that it will provide the Services as stipulated in the
Agreement using reasonable care and skill to conform in all material respects with the
Terms & Conditions.<br>
2. Mennes Digital shall use all reasonable endeavours to meet any performance dates
specified in the Agreement but any such dates shall be estimates only and time shall not
be of the essence for the provision of the Services. Mennes Digital shall not be liable
for any delay in the delivery of the Services caused by a Force Majeure event or the
Client’s failure to provide Mennes Digital with adequate delivery instructions or any
other instructions relevant to the supply of the Services. Force Majeure details listed
in Section Eight (8).<br>
3. Mennes Digital shall have the right to make any changes to the Services which are
necessary to comply with any applicable law.<br>
4. Mennes Digital shall be entitled to use a Group Company or other subcontractors for
the provision of the Services provided always that Mennes Digital shall remain liable to
the Client for the performance of the Services as if it had carried them out itself.
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="left-content">
<span>
Force Majeure
</span>
</div>
</div>
<div class="col-md-8">
<div class="right-content">
<p>
Mennes Digital will not be liable to the Client for any delay or failure to fulfil its
obligation to the extent that such delay or failure is caused beyond its control,
including but not limited to, fire floods, natural disasters, terrorism, wars, strikes,
lockouts and industrial disputes.
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="left-content">
<span>
Client’s Warranties and Indemnity
</span>
</div>
</div>
<div class="col-md-8">
<div class="right-content">
<p>
The Client warrants that everything it provides Mennes Digital to employ in the Facebook
Ads campaign is legally owned or licensed to the Client. The Client agrees that except
to the extent caused by the gross negligence, fraudulent act or omission or wilful
breach of this agreement by Mennes Digital, and its officers, employees and contractors
shall, to the maximum extent permitted by law, not be liable to the client or its
clients, officers and employees or contractors or any other entity for any Claims
whatsoever: <br>
1. In relation to the provision or non-provision of the Services or arising from any act
or omission by Mennes Digital relating to the Services;
<br><br>
2. Arising from any act or omission of any third party, including the unavailability or
performance of any social media platform, relevant internet interface or database or the
listing or ranking of any of the client’s websites;
<br><br>
3. In relation to the use by the Client (or its officers, employees, agents or
contractors) of any Documents;<br><br>
4. In the event that any transaction contemplated by the Client does not proceed;
or<br><br>
5. In relation to acts or omissions of the client or any third party,<br><br>
6. And the client shall and hereby does indemnify and hold Mennes Digital and its
officers, employees and contractors harmless from all such Claims. In this agreement
“Claim” means any claim, expense, demand, action, suit, proceeding, loss or damage of
any kind or character (including without limitation for legal costs or special,
indirect, punitive or consequential damages, loss of profit or business opportunity or
payment of liquidated sums).<br><br>
7. Any information given by the Client that is not accurate, up to date or complete or
is otherwise misleading,<br>
8. Any breach of these Terms, or<br>
9. Any damage to the reputation of the Client suffered as a consequence of the Client’s
breach of the Terms
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="left-content">
<span>
Confidentiality
</span>
</div>
</div>
<div class="col-md-8">
<div class="right-content">
<p>
The Client and Mennes Digital acknowledge and agree that the Services and all other
documents and information related to the development of the Facebook Ads campaign(s)
will constitute valuable trade secrets of Mennes Digital. The Client shall keep all
information in confidence and shall not, at any time during or after the term of this
Agreement, without Mennes Digital’s prior written consent, disclose or otherwise make
available to anyone, either directly or indirectly, all or any part of the information
exchanged during the Service.
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="left-content">
<span>
Termination
</span>
</div>
</div>
<div class="col-md-8">
<div class="right-content">
<p>
11.1 Period of Agreement & Notice of Termination <br>
Either party may terminate this Agreement by giving each other 30 days’ written (or
electronic mail) notice after the expiry of the Minimum Term from the Agreement Date.
Termination for Cause
Either party to this Agreement may terminate the Agreement if the other party defaults
in the performance of any of its material duties and obligations and the default is not
cured within thirty (30) days of the receipt of notice of said default, or if the
default is not reasonably curable within said period of time unless the defaulting party
commences cure within said period of time and diligently proceeds to cure the default.
Any non-cancelable materials, services, etc., Mennes Digital has properly committed
itself to purchase for the Client’s account, (either specifically or as part of a plan
such as modules, photography and/or external services) shall be paid for by the Client,
in accordance with the provisions of this Agreement. Mennes Digital agrees to use the
best efforts to minimise such liabilities immediately upon written notification from the
Client. Mennes Digital will provide written proof, upon request of the Client, that any
such materials and services are non-cancelable.<br>
11.3 Materials Unpaid For
If upon termination there exist any materials furnished by Mennes Digital or any
services performed by Mennes Digital for which the Client has not paid Mennes Digital in
full, until such time as the Client has paid Mennes Digital in full, the Client agrees
not to use any such materials, in whole or in part, or the product of such services.<br>
11.4 Transfer of Materials<br>
Upon termination of this agreement, provided that there is no outstanding indebtedness
then owing by the Client to Mennes Digital, Mennes Digital shall transfer, assign and
make available to the Client all property and materials in its possession or control
belonging to the Client. The Client agrees to pay for all costs associated with the
transfer of materials.<br>
11.5 Refund Policy & Consequential Loss<br>
To the extent permitted by law and subject to any consumer guarantees the Client has
under the United Kingdom Consumer Law, the parties agree that neither party shall be
liable to the other for or in relation to any consequential loss (which includes but is
not limited to loss of profits, loss of revenue, loss of business opportunities, loss of
anticipated business opportunities, loss of anticipated savings and damage to goodwill)
which relate to the obligations of the parties or arising from a breach by either party
under this agreement
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="left-content">
<span>
Nature of the Agreement
</span>
</div>
</div>
<div class="col-md-8">
<div class="right-content">
<p>
Except as otherwise set forth or referred to in this Agreement, this Agreement
constitutes the sole and entire Agreement and understanding between the parties hereto
as to the subject matter hereof and supersedes all prior discussions, agreements and
understandings of every kind and nature between them as to such subject matter. <br>
If any provision of this Agreement is held to be illegal, invalid, or unenforceable
under any present or future law, then that provision will be fully severable. In such
instance, this Agreement will be construed and enforced as if the illegal, invalid, or
unenforceable provision had never comprised a part of this Agreement, and the remaining
provisions of this Agreement will remain in full force and effect.
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="left-content">
<span>
Severance
</span>
</div>
</div>
<div class="col-md-8">
<div class="right-content">
<p>
If the whole or any part of a provision of these Terms and Conditions are void,
unenforceable or illegal in a jurisdiction then such part shall be severed for that
jurisdiction. The remainder of the Terms and Conditions have full force and effect and
the validity or enforceability of that provision in any other jurisdiction is not
affected. This clause has no effect if the severance alters the basic nature of the
Terms and Conditions or is contrary to public policy.
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="left-content">
<span>
Notices
</span>
</div>
</div>
<div class="col-md-8">
<div class="right-content">
<p>
All notices addressed to Mennes Digital must be sent by electronic mail unless otherwise
agreed upon by all parties in this Agreement. <br>
A minimum notice period of 30 days applies items including but not limited to refunds,
cancellations, revisions and alterations agreed upon by all parties in the Agreement.
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="left-content">
<span>
Alternative
Dispute Resolution
</span>
</div>
</div>
<div class="col-md-8">
<div class="right-content">
<p>
All notices addressed to Mennes Digital must be sent by electronic mail unless otherwise
agreed upon by all parties in this Agreement. <br>
A minimum notice period of 30 days applies items including but not limited to refunds,
cancellations, revisions and alterations agreed upon by all parties in the Agreement.
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="left-content">
<span>
Law and
Jurisdiction
</span>
</div>
</div>
<div class="col-md-8">
<div class="right-content">
<p>
These Terms and Conditions are governed by the law in force in The United Kingdom, and
the parties irrevocably submit to the non-exclusive jurisdiction of the courts of The
United Kingdom.
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="left-content">
<span>
Acceptance:
</span>
</div>
</div>
<div class="col-md-8">
<div class="right-content">
<p>
Both Client and Company must sign the Facebook Ads Management Agreement to accept and
engage our Adwords Management Services.
</p>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<a href="#top" class="arrowTop">
<img src="assets/img/arrotop.png" alt="">
</a>
<div class="row">
<div class="col-md-4">
<div class="footer-logo">
<img src="assets/img/footerlogo.png" alt="">
<p>
Copyright @ 2021 • <br>
Mennes Digital. All Rights Reserved • <br>
Privacy & Terms of Use
</p>
</div>
</div>
<div class="col-md-4">
<div class="mid-content ">
<div class="footer-mid">
<h4>What to say hi?</h4>
<span>
General inquires
</span>
<p>
info@mennesdigital.com
</p>
</div>
</div>
<div class="footer-links hide-on-desk mt-5">
<h4>Quick Link</h4>
<a href="about.html">About Us</a>
<a href="caseStudies.html">Case Study</a>
<a href="privacy.html">Privacy Policy</a>
<a href="terms.html">Terms & Conditions</a>
<a href="contact.html">Contact Us</a>
</div>
<div class="mid-content mt-five">
<div class="footer-mid">
<h4>Join our social community</h4>
<span>
Follow Us
</span>
<p>
<a href="https://www.facebook.com/"><span class="fa fa-facebook"></span></a>
<a href="https://www.instagram.com/"><span class="fa fa-instagram"></span></a>
<a href="https://twitter.com/?lang=en"><span class="fa fa-twitter"></span></a>
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="footer-links hide-on-mobile">
<h4>Quick Link</h4>
<a href="about.html">About Us</a>
<a href="caseStudies.html">Case Study</a>
<a href="privacy.html">Privacy Policy</a>
<a href="terms.html">Terms & Conditions</a>
<a href="contact.html">Contact Us</a>
</div>
</div>
</div>
</div>
</footer>
</section>
<script src="assets/js/jquery.js"></script>
<!-- UIkit JS -->
<!-- <script src="assets/js/uikit.min.js"></script> -->
<!-- <script src="assets/js/uikit-icons.min.js"></script> -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.0.4/popper.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init({
duration: 2000,
});
</script>
</body>
</html>