-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcookies.html
804 lines (776 loc) · 63.6 KB
/
cookies.html
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
799
800
801
802
803
804
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-MWZWGS7G');</script>
<!-- End Google Tag Manager -->
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Level Up Sec</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/defaultV2.min.css" />
<style>
[data-custom-class='body'], [data-custom-class='body'] * {
background: transparent !important;
}
[data-custom-class='title'], [data-custom-class='title'] * {
font-family: Arial !important;
font-size: 26px !important;
color: #000000 !important;
}
[data-custom-class='subtitle'], [data-custom-class='subtitle'] * {
font-family: Arial !important;
color: #595959 !important;
font-size: 14px !important;
}
[data-custom-class='heading_1'], [data-custom-class='heading_1'] * {
font-family: Arial !important;
font-size: 19px !important;
color: #000000 !important;
}
[data-custom-class='heading_2'], [data-custom-class='heading_2'] * {
font-family: Arial !important;
font-size: 17px !important;
color: #000000 !important;
}
[data-custom-class='body_text'], [data-custom-class='body_text'] * {
color: #595959 !important;
font-size: 14px !important;
font-family: Arial !important;
}
[data-custom-class='link'], [data-custom-class='link'] * {
color: #3030F1 !important;
font-size: 14px !important;
font-family: Arial !important;
word-break: break-word !important;
}
</style>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MWZWGS7G"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<a id="home" class="anchor"></a>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top d-flex align-items-center">
<div class="container d-flex align-items-center justify-content-between">
<div class="logo">
<h1 class="text-light"><a href="index.html">Level Up Sec</a></h1>
<!-- Uncomment below if you prefer to use an image logo -->
<!-- <a href="index.html"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>-->
</div>
<nav id="navbar" class="navbar">
<ul>
<li><a class="scrollto" href="#home">Home</a></li>
<li><a class="scrollto" href="#about">About</a></li>
<li><a class="scrollto" href="#services">Services</a></li>
<li><a class="scrollto" href="#contact">Contact</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
</header><!-- End Header -->
<main id="main">
<!-- ======= Breadcrumbs ======= -->
<section id="breadcrumbs" class="breadcrumbs">
<div class="breadcrumb-hero">
<div class="container">
<div class="breadcrumb-hero">
<h2>COOKIE POLICY</h2>
</div>
</div>
</div>
<div class="container">
<ol>
<li><a href="index.html">Home</a></li>
<li>COOKIE POLICY</li>
</ol>
</div>
</section><!-- End Breadcrumbs -->
<!-- ======= About Section ======= -->
<section id="about" class="about">
<div class="container">
<div class="row">
<div data-custom-class="body">
<div>
<strong>
<span style="font-size: 26px;">
<span data-custom-class="title">COOKIE POLICY</span>
</span>
</strong>
</div>
<div>
<br>
</div>
<div>
<span style="color: rgb(127, 127, 127);">
<strong>
<span style="font-size: 15px;">
<span data-custom-class="subtitle">Last updated
<bdt class="question">January 24, 2024</bdt>
</span>
</span>
</strong>
</span>
</div>
<div>
<br>
</div>
<div>
<br>
</div>
<div>
</div>
<div style="line-height: 1.5;">
<span style="color: rgb(127, 127, 127);">
<span style="color: rgb(89, 89, 89); font-size: 15px;">
<span data-custom-class="body_text">This Cookie Policy explains how
<bdt class="question">Level Up Sec LLC</bdt> ("
<strong>Company</strong>," "
<strong>we</strong>," "
<strong>us</strong>," and "
<strong>our</strong>") uses cookies and similar technologies to recognize you when you visit our website at
</span>
</span>
<span style="color: rgb(0, 58, 250); font-size: 15px;">
<span data-custom-class="body_text">
<bdt class="question">
<a href="https://levelupsec.io" target="_blank" data-custom-class="link">https://levelupsec.io</a>
</bdt>
</span>
</span>
<span style="color: rgb(89, 89, 89); font-size: 15px;">
<span data-custom-class="body_text"> ("
<strong>Website</strong>"). It explains what these technologies are and why we use them, as well as your rights to control our use of them.
</span>
</span>
</span>
</div>
<div style="line-height: 1.5;">
<br>
</div>
<div style="line-height: 1.5;">
<span style="color: rgb(127, 127, 127);">
<span style="color: rgb(89, 89, 89); font-size: 15px;">
<span data-custom-class="body_text">In some cases we may use cookies to collect personal information, or that becomes personal information if we combine it with other information.</span>
</span>
</span>
</div>
<div style="line-height: 1.5;">
<br>
</div>
<div style="line-height: 1.5;">
<span style="color: rgb(127, 127, 127);">
<span style="color: rgb(0, 0, 0); font-size: 15px;">
<strong>
<span data-custom-class="heading_1">What are cookies?</span>
</strong>
</span>
</span>
</div>
<div style="line-height: 1.5;">
<br>
</div>
<div style="line-height: 1.5;">
<span style="color: rgb(127, 127, 127);">
<span style="color: rgb(89, 89, 89); font-size: 15px;">
<span data-custom-class="body_text">Cookies are small data files that are placed on your computer or mobile device when you visit a website. Cookies are widely used by website owners in order to make their websites work, or to work more efficiently, as well as to provide reporting information.</span>
</span>
</span>
</div>
<div style="line-height: 1.5;">
<br>
</div>
<div style="line-height: 1.5;">
<span style="color: rgb(127, 127, 127);">
<span style="color: rgb(89, 89, 89); font-size: 15px;">
<span data-custom-class="body_text">Cookies set by the website owner (in this case,
<bdt class="question">Level Up Sec LLC</bdt>) are called "first-party cookies." Cookies set by parties other than the website owner are called "third-party cookies." Third-party cookies enable third-party features or functionality to be provided on or through the website (e.g., advertising, interactive content, and analytics). The parties that set these third-party cookies can recognize your computer both when it visits the website in question and also when it visits certain other websites.
</span>
</span>
</span>
</div>
<div style="line-height: 1.5;">
<br>
</div>
<div style="line-height: 1.5;">
<span style="color: rgb(127, 127, 127);">
<span style="color: rgb(0, 0, 0); font-size: 15px;">
<strong>
<span data-custom-class="heading_1">Why do we use cookies?</span>
</strong>
</span>
</span>
</div>
<div style="line-height: 1.5;">
<br>
</div>
<div style="line-height: 1.5;">
<span style="color: rgb(127, 127, 127);">
<span style="color: rgb(89, 89, 89); font-size: 15px;">
<span data-custom-class="body_text">We use first-
<bdt class="block-component"></bdt> and third-
<bdt class="statement-end-if-in-editor"></bdt>party cookies for several reasons. Some cookies are required for technical reasons in order for our Website to operate, and we refer to these as "essential" or "strictly necessary" cookies. Other cookies also enable us to track and target the interests of our users to enhance the experience on our Online Properties.
<bdt class="block-component"></bdt>Third parties serve cookies through our Website for advertising, analytics, and other purposes.
<bdt class="statement-end-if-in-editor"></bdt>This is described in more detail below.
</span>
</span>
</span>
</div>
<div style="line-height: 1.5;">
<br>
</div>
<div style="line-height: 1.5;">
<span style="color: rgb(127, 127, 127);">
<span style="color: rgb(89, 89, 89); font-size: 15px;">
<span style="font-size: 15px; color: rgb(89, 89, 89);">
<span style="font-size: 15px; color: rgb(89, 89, 89);">
<span id="control" style="color: rgb(0, 0, 0);">
<strong>
<span data-custom-class="heading_1">How can I control cookies?</span>
</strong>
</span>
</span>
</span>
</span>
</span>
</div>
<div style="line-height: 1.5;">
<br>
</div>
<div style="line-height: 1.5;">
<span style="font-size: 15px; color: rgb(89, 89, 89);">
<span style="font-size: 15px; color: rgb(89, 89, 89);">
<span data-custom-class="body_text">You have the right to decide whether to accept or reject cookies. You can exercise your cookie rights by setting your preferences in the Cookie Consent Manager. The Cookie Consent Manager allows you to select which categories of cookies you accept or reject. Essential cookies cannot be rejected as they are strictly necessary to provide you with services.</span>
</span>
</span>
</div>
<div style="line-height: 1.5;">
<br>
</div>
<div style="line-height: 1.5;">
<span style="font-size: 15px; color: rgb(89, 89, 89);">
<span style="font-size: 15px; color: rgb(89, 89, 89);">
<span data-custom-class="body_text">The Cookie Consent Manager can be found in the notification banner and on our website. If you choose to reject cookies, you may still use our website though your access to some functionality and areas of our website may be restricted. You may also set or amend your web browser controls to accept or refuse cookies.</span>
</span>
</span>
</div>
<div style="line-height: 1.5;">
<br>
</div>
<div style="line-height: 1.5;">
<span style="font-size: 15px; color: rgb(89, 89, 89);">
<span style="font-size: 15px; color: rgb(89, 89, 89);">
<span data-custom-class="body_text">The specific types of first- and third-party cookies served through our Website and the purposes they perform are described in the table below (please note that the specific </span>
<span data-custom-class="body_text">cookies served may vary depending on the specific Online Properties you visit):</span>
</span>
</span>
<span style="font-size: 15px;">
</div>
<div>
<div style="line-height: 1.5;">
<span data-custom-class="heading_2" style="color: rgb(0, 0, 0);">
<span style="font-size: 15px;">
<strong>
<u>
<br>Analytics and customization cookies:
</u>
</strong>
</span>
</span>
</div>
<p style="font-size: 15px; line-height: 1.5;">
<span style="color: rgb(127, 127, 127);">
<span style="color: rgb(89, 89, 89); font-size: 15px;">
<span data-custom-class="body_text">These cookies collect information that is used either in aggregate form to help us understand how our Website is being used or how effective our marketing campaigns are, or to help us customize our Website for you.</span>
</span>
</span>
</p>
<div>
<span data-custom-class="body_text">
<section data-custom-class="body_text" style="width: 100%; border: 1px solid #e6e6e6; margin: 0 0 10px; border-radius: 3px;">
<div style="padding: 8px 13px; border-bottom: 1px solid #e6e6e6;">
<table>
<tbody>
<tr style="font-family: Roboto, Arial; font-size: 12px; line-height: 1.67; margin: 0 0 8px; vertical-align: top;">
<td style="text-align: right; color: #19243c; min-width: 80px;">Name:</td>
<td style="display: inline-block; margin-left: 5px;">
<span style="color: #8b93a7; word-break: break-all;">_ga</span>
</td>
</tr>
<tr style="font-family: Roboto, Arial; font-size: 12px; line-height: 1.67; margin: 0; vertical-align: top;">
<td style="text-align: right; color: #19243c; min-width: 80px;">Purpose:</td>
<td style="display: inline-block; margin-left: 5px;">
<span style="color: #8b93a7; word-break: break-all;">Records a particular ID used to come up with data about website usage by the user</span>
</td>
</tr>
<tr style="font-family: Roboto, Arial; font-size: 12px; line-height: 1.67; margin: 0 0 8px; vertical-align: top;">
<td style="text-align: right; color: #19243c; min-width: 80px;">Provider:</td>
<td style="display: inline-block; margin-left: 5px;">
<span style="color: #8b93a7; word-break: break-all;">.levelupsec.io</span>
</td>
</tr>
<tr style="font-family: Roboto, Arial; font-size: 12px; line-height: 1.67; margin: 0 0 8px; vertical-align: top;">
<td style="text-align: right; color: #19243c; min-width: 80px;">Service:</td>
<td style="display: inline-block; margin-left: 5px;">
<span style="color: #8b93a7; word-break: break-all;">Google Analytics
<a href="https://policies.google.com/privacy" style="color: #003AFA !important;" target="_blank">View Service Privacy Policy</a>
</span>
</td>
</tr>
<tr style="font-family: Roboto, Arial; font-size: 12px; line-height: 1.67; margin: 0 0 8px; vertical-align: top;">
<td style="text-align: right; color: #19243c; min-width: 80px;">Country:</td>
<td style="display: inline-block; margin-left: 5px;">
<span style="color: #8b93a7; word-break: break-all;">Netherlands</span>
</td>
</tr>
<tr style="font-family: Roboto, Arial; font-size: 12px; line-height: 1.67; margin: 0 0 8px; vertical-align: top;">
<td style="text-align: right; color: #19243c; min-width: 80px;">Type:</td>
<td style="display: inline-block; margin-left: 5px;">
<span style="color: #8b93a7; word-break: break-all;">http_cookie</span>
</td>
</tr>
<tr style="font-family: Roboto, Arial; font-size: 12px; line-height: 1.67; margin: 0 0 8px; vertical-align: top;">
<td style="text-align: right; color: #19243c; min-width: 80px;">Expires in:</td>
<td style="display: inline-block; margin-left: 5px;">
<span style="color: #8b93a7; word-break: break-all;">1 year 1 month 4 days</span>
</td>
</tr>
</tbody>
</table>
</div>
</section>
<section data-custom-class="body_text" style="width: 100%; border: 1px solid #e6e6e6; margin: 0 0 10px; border-radius: 3px;">
<div style="padding: 8px 13px; border-bottom: 1px solid #e6e6e6;">
<table>
<tbody>
<tr style="font-family: Roboto, Arial; font-size: 12px; line-height: 1.67; margin: 0 0 8px; vertical-align: top;">
<td style="text-align: right; color: #19243c; min-width: 80px;">Name:</td>
<td style="display: inline-block; margin-left: 5px;">
<span style="color: #8b93a7; word-break: break-all;">_ga_#</span>
</td>
</tr>
<tr style="font-family: Roboto, Arial; font-size: 12px; line-height: 1.67; margin: 0; vertical-align: top;">
<td style="text-align: right; color: #19243c; min-width: 80px;">Purpose:</td>
<td style="display: inline-block; margin-left: 5px;">
<span style="color: #8b93a7; word-break: break-all;">Used to distinguish individual users by means of designation of a randomly generated number as client identifier, which allows calculation of visits and sessions</span>
</td>
</tr>
<tr style="font-family: Roboto, Arial; font-size: 12px; line-height: 1.67; margin: 0 0 8px; vertical-align: top;">
<td style="text-align: right; color: #19243c; min-width: 80px;">Provider:</td>
<td style="display: inline-block; margin-left: 5px;">
<span style="color: #8b93a7; word-break: break-all;">.levelupsec.io</span>
</td>
</tr>
<tr style="font-family: Roboto, Arial; font-size: 12px; line-height: 1.67; margin: 0 0 8px; vertical-align: top;">
<td style="text-align: right; color: #19243c; min-width: 80px;">Service:</td>
<td style="display: inline-block; margin-left: 5px;">
<span style="color: #8b93a7; word-break: break-all;">Google Analytics
<a href="https://policies.google.com/privacy" style="color: #003AFA !important;" target="_blank">View Service Privacy Policy</a>
</span>
</td>
</tr>
<tr style="font-family: Roboto, Arial; font-size: 12px; line-height: 1.67; margin: 0 0 8px; vertical-align: top;">
<td style="text-align: right; color: #19243c; min-width: 80px;">Country:</td>
<td style="display: inline-block; margin-left: 5px;">
<span style="color: #8b93a7; word-break: break-all;">Netherlands</span>
</td>
</tr>
<tr style="font-family: Roboto, Arial; font-size: 12px; line-height: 1.67; margin: 0 0 8px; vertical-align: top;">
<td style="text-align: right; color: #19243c; min-width: 80px;">Type:</td>
<td style="display: inline-block; margin-left: 5px;">
<span style="color: #8b93a7; word-break: break-all;">http_cookie</span>
</td>
</tr>
<tr style="font-family: Roboto, Arial; font-size: 12px; line-height: 1.67; margin: 0 0 8px; vertical-align: top;">
<td style="text-align: right; color: #19243c; min-width: 80px;">Expires in:</td>
<td style="display: inline-block; margin-left: 5px;">
<span style="color: #8b93a7; word-break: break-all;">1 year 1 month 4 days</span>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</span>
</div>
</div>
<div style="line-height: 1.5;">
<br>
</div>
<div style="line-height: 1.5;">
<span style="color: rgb(127, 127, 127);">
<span style="color: rgb(0, 0, 0); font-size: 15px;">
<strong>
<span data-custom-class="heading_1">How can I control cookies on my browser?</span>
</strong>
</span>
</span>
</div>
<div style="line-height: 1.5;">
<br>
</div>
<div style="line-height: 1.5;">
<span data-custom-class="body_text">As the means by which you can refuse cookies through your web browser controls vary from browser to browser, you should visit your browser's help menu for more information. The following is information about how to manage cookies on the most popular browsers:</span>
</div>
<ul>
<li style="line-height: 1.5;">
<span style="color: rgb(0, 58, 250);">
<a href="https://support.google.com/chrome/answer/95647#zippy=%2Callow-or-block-cookies" rel="noopener noreferrer" target="_blank">
<span data-custom-class="link">Chrome</span>
</a>
</span>
</li>
<li style="line-height: 1.5;">
<span style="color: rgb(0, 58, 250);">
<a href="https://support.microsoft.com/en-us/windows/delete-and-manage-cookies-168dab11-0753-043d-7c16-ede5947fc64d" rel="noopener noreferrer" target="_blank">
<span data-custom-class="link">Internet Explorer</span>
</a>
</span>
</li>
<li style="line-height: 1.5;">
<span style="color: rgb(0, 58, 250);">
<a href="https://support.mozilla.org/en-US/kb/enhanced-tracking-protection-firefox-desktop?redirectslug=enable-and-disable-cookies-website-preferences&redirectlocale=en-US" rel="noopener noreferrer" target="_blank">
<span data-custom-class="link">Firefox</span>
</a>
</span>
</li>
<li style="line-height: 1.5;">
<span style="color: rgb(0, 58, 250);">
<a href="https://support.apple.com/en-ie/guide/safari/sfri11471/mac" rel="noopener noreferrer" target="_blank">
<span data-custom-class="link">Safari</span>
</a>
</span>
</li>
<li style="line-height: 1.5;">
<span style="color: rgb(0, 58, 250);">
<a href="https://support.microsoft.com/en-us/windows/microsoft-edge-browsing-data-and-privacy-bb8174ba-9d73-dcf2-9b4a-c582b4e640dd" rel="noopener noreferrer" target="_blank">
<span data-custom-class="link">Edge</span>
</a>
</span>
</li>
<li style="line-height: 1.5;">
<span style="color: rgb(0, 58, 250);">
<a href="https://help.opera.com/en/latest/web-preferences/" rel="noopener noreferrer" target="_blank">
<span data-custom-class="link">Opera</span>
</a>
</span>
</li>
</ul>
<div style="line-height: 1.5;">
<span data-custom-class="body_text">In addition, most advertising networks offer you a way to opt out of targeted advertising. If you would like to find out more information, please visit:</span>
</div>
<ul>
<li style="line-height: 1.5;">
<span style="color: rgb(0, 58, 250);">
<a href="http://www.aboutads.info/choices/" rel="noopener noreferrer" target="_blank">
<span data-custom-class="link">Digital Advertising Alliance</span>
</a>
</span>
</li>
<li style="line-height: 1.5;">
<span style="color: rgb(0, 58, 250);">
<a href="https://youradchoices.ca/" rel="noopener noreferrer" target="_blank">
<span data-custom-class="link">Digital Advertising Alliance of Canada</span>
</a>
</span>
</li>
<li style="line-height: 1.5;">
<span style="color: rgb(0, 58, 250);">
<a href="http://www.youronlinechoices.com/" rel="noopener noreferrer" target="_blank">
<span data-custom-class="body_text">
<span data-custom-class="link">European Interactive Digital Advertising Alliance</span>
</span>
</a>
</span>
</li>
</ul>
<div style="line-height: 1.5;">
<br>
</div>
<div style="line-height: 1.5;">
<span style="color: rgb(127, 127, 127);">
<span style="color: rgb(0, 0, 0); font-size: 15px;">
<strong>
<span data-custom-class="heading_1">What about other tracking technologies, like web beacons?</span>
</strong>
</span>
</span>
</div>
<div style="line-height: 1.5;">
<br>
</div>
<div style="line-height: 1.5;">
<span style="color: rgb(127, 127, 127);">
<span style="color: rgb(89, 89, 89); font-size: 15px;">
<span data-custom-class="body_text">Cookies are not the only way </span>
<span style="font-size: 15px; color: rgb(89, 89, 89);">
<span data-custom-class="body_text">to recognize or track visitors to a website. We may use other, similar technologies from time to time, like web beacons (sometimes called "tracking pixels" or "clear gifs"). These are tiny graphics files that contain a unique identifier that enables us to recognize when someone has visited our Website
<bdt class="block-component"></bdt> or opened an email including them
<bdt class="statement-end-if-in-editor"></bdt>. This allows us, for example, to monitor
</span>
<span style="font-size: 15px; color: rgb(89, 89, 89);">
<span style="color: rgb(89, 89, 89);">
<span data-custom-class="body_text">the traffic patterns of users from one page within a website to another, to deliver or communicate with cookies, to understand whether you have come to the website from an online advertisement displayed on a third-party website, to improve site performance, and to measure the success of email marketing campaigns. In many instances, these technologies are reliant on cookies to function properly, and so declining cookies will impair their functioning.</span>
<bdt class="block-component"></bdt>
</span>
</span>
</span>
</span>
</span>
</div>
<div style="line-height: 1.5;">
<br>
</div>
<div style="line-height: 1.5;">
<span style="color: rgb(127, 127, 127);">
<span style="color: rgb(89, 89, 89); font-size: 15px;">
<span style="font-size: 15px; color: rgb(89, 89, 89);">
<span style="font-size: 15px; color: rgb(89, 89, 89);">
<span style="color: rgb(0, 0, 0);">
<strong>
<span data-custom-class="heading_1">Do you use Flash cookies or Local Shared Objects?</span>
</strong>
</span>
</span>
</span>
</span>
</span>
</div>
<div style="line-height: 1.5;">
<br>
</div>
<div style="line-height: 1.5;">
<span style="font-size: 15px; color: rgb(89, 89, 89);">
<span data-custom-class="body_text">Websites may also use so-called "Flash Cookies" (also known as Local Shared Objects or "LSOs") to, among other things, collect and store information about your use of our services, fraud prevention, and for other site operations.</span>
</span>
</div>
<div style="line-height: 1.5;">
<br>
</div>
<div style="line-height: 1.5;">
<span style="font-size: 15px; color: rgb(89, 89, 89);">
<span data-custom-class="body_text">If you do not want Flash Cookies stored on your computer, you can adjust the settings of your Flash player to block Flash Cookies storage using the tools contained in the </span>
</span>
<span data-custom-class="body_text">
<span style="color: rgb(0, 58, 250);">
<a data-custom-class="link" href="http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager07.html" target="_BLANK">
<span style="font-size: 15px;">Website Storage Settings Panel</span>
</a>
</span>
<span style="font-size: 15px; color: rgb(89, 89, 89);">. You can also control Flash Cookies by going to the </span>
<span style="color: rgb(0, 58, 250);">
<a data-custom-class="link" href="http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager03.html" target="_BLANK">
<span style="font-size: 15px;">Global Storage Settings Panel</span>
</a>
</span>
</span>
<span style="font-size: 15px; color: rgb(89, 89, 89);">
<span data-custom-class="body_text"> and </span>
<span style="font-size:15px; color: rgb(89, 89, 89);">
<span data-custom-class="body_text">following the instructions (which may include instructions that explain, for example, how to delete existing Flash Cookies (referred to "information" on the Macromedia site), how to prevent Flash LSOs from being placed on your computer without your being asked, and (for Flash Player 8 and later) how to block Flash Cookies that are not being delivered by the operator of the page you are on at the time).</span>
</span>
</span>
</div>
<div style="line-height: 1.5;">
<br>
</div>
<div style="line-height: 1.5;">
<span style="font-size: 15px; color: rgb(89, 89, 89);">
<span style="font-size: 15px; color: rgb(89, 89, 89);">
<span data-custom-class="body_text">Please note that setting the Flash Player to restrict or limit acceptance of Flash Cookies may reduce or impede the functionality of some Flash applications, including, potentially, Flash applications used in connection with our services or online content.</span>
</span>
</span>
<span style="color: rgb(127, 127, 127);">
<span style="color: rgb(89, 89, 89); font-size: 15px;">
<span style="font-size: 15px; color: rgb(89, 89, 89);">
<span style="font-size: 15px; color: rgb(89, 89, 89);">
<span style="color: rgb(89, 89, 89);">
<bdt class="statement-end-if-in-editor"></bdt>
<bdt class="block-component"></bdt>
</span>
</span>
</span>
</span>
</span>
</div>
<div style="line-height: 1.5;">
<br>
</div>
<div style="line-height: 1.5;">
<span style="color: rgb(127, 127, 127);">
<span style="color: rgb(89, 89, 89); font-size: 15px;">
<span style="font-size: 15px; color: rgb(89, 89, 89);">
<span style="font-size: 15px; color: rgb(89, 89, 89);">
<span style="color: rgb(89, 89, 89);">
<span style="font-size: 15px; color: rgb(89, 89, 89);">
<span style="font-size: 15px; color: rgb(0, 0, 0);">
<strong>
<span data-custom-class="heading_1">Do you serve targeted advertising?</span>
</strong>
</span>
</span>
</span>
</span>
</span>
</span>
</span>
</div>
<div style="line-height: 1.5;">
<br>
</div>
<div style="line-height: 1.5;">
<span style="font-size: 15px; color: rgb(89, 89, 89);">
<span data-custom-class="body_text">Third parties may serve cookies on your computer or mobile device to serve advertising through our Website. These companies may use information about your visits to this and other websites in order to provide relevant advertisements about goods and services that you may be interested in. They may also employ technology that is used to measure the effectiveness of advertisements. They can accomplish this by using cookies or web beacons to collect information about your visits to this and other sites in order to provide relevant advertisements about goods and services of potential interest to you. The information collected through this process does not enable us or them to identify your name, contact details, or other details that directly identify you unless you choose to provide these.</span>
</span>
<span style="color: rgb(127, 127, 127);">
<span style="color: rgb(89, 89, 89); font-size: 15px;">
<span style="font-size: 15px; color: rgb(89, 89, 89);">
<span style="font-size: 15px; color: rgb(89, 89, 89);">
<span style="color: rgb(89, 89, 89);">
<bdt class="statement-end-if-in-editor"></bdt>
</span>
</span>
</span>
</span>
</span>
</div>
<div style="line-height: 1.5;">
<br>
</div>
<div style="line-height: 1.5;">
<span style="font-size: 15px; color: rgb(89, 89, 89);">
<span style="font-size: 15px; color: rgb(0, 0, 0);">
<strong>
<span data-custom-class="heading_1">How often will you update this Cookie Policy?</span>
</strong>
</span>
</span>
</div>
<div style="line-height: 1.5;">
<br>
</div>
<div style="line-height: 1.5;">
<span style="font-size: 15px; color: rgb(89, 89, 89);">
<span style="font-size: 15px; color: rgb(89, 89, 89);">
<span data-custom-class="body_text">We may update </span>
<span style="font-size: 15px; color: rgb(89, 89, 89);">
<span data-custom-class="body_text">this Cookie Policy from time to time in order to reflect, for example, changes to the cookies we use or for other operational, legal, or regulatory reasons. Please therefore revisit this Cookie Policy regularly to stay informed about our use of cookies and related technologies.</span>
</span>
</span>
</span>
</div>
<div style="line-height: 1.5;">
<br>
</div>
<div style="line-height: 1.5;">
<span style="font-size: 15px; color: rgb(89, 89, 89);">
<span style="font-size: 15px; color: rgb(89, 89, 89);">
<span style="font-size: 15px; color: rgb(89, 89, 89);">
<span data-custom-class="body_text">The date at the top of this Cookie Policy indicates when it was last updated.</span>
</span>
</span>
</span>
</div>
<div style="line-height: 1.5;">
<br>
</div>
<div style="line-height: 1.5;">
<span style="font-size: 15px; color: rgb(89, 89, 89);">
<span style="font-size: 15px; color: rgb(89, 89, 89);">
<span style="font-size: 15px; color: rgb(0, 0, 0);">
<strong>
<span data-custom-class="heading_1">Where can I get further information?</span>
</strong>
</span>
</span>
</span>
</div>
<div style="line-height: 1.5;">
<br>
</div>
<div style="line-height: 1.5;">
<span style="font-size: 15px; color: rgb(89, 89, 89);">
<span style="font-size: 15px; color: rgb(89, 89, 89);">
<span style="font-size: 15px; color: rgb(89, 89, 89);">
<span data-custom-class="body_text">If you have any questions about our use of cookies or other technologies, please
<bdt class="block-component"></bdt> contact us at
<bdt class="statement-end-if-in-editor"></bdt>: [email protected]
</span>
</span>
</span>
</span>
</div>
<style>
ul {
list-style-type: square;
}
ul > li > ul {
list-style-type: circle;
}
ul > li > ul > li > ul {
list-style-type: square;
}
ol li {
font-family: Arial ;
}
</style>
</div>
<div style="color: #595959;font-size: 14px;font-family: Arial;padding-top:16px;">
This cookie policy was created using Termly's <a style="color: rgb(48, 48, 241) !important;" href="https://termly.io/products/cookie-consent-manager/">Cookie Consent Manager</a>.
</div>
</div>
</section><!-- End About Section -->
</main>
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 footer-info">
<h3>Level Up Sec</h3>
<h4></h4>
<p>
<strong>Email:</strong> [email protected]<br>
</p>
</div>
</div>
</div>
</div>
<div class="container">
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/waypoints/noframework.waypoints.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</script>
</body>
</html>