Creative Mail – Easier WordPress & WooCommerce Email Marketing - Version 1.1.3

Version Description

Download this release

Release Info

Developer constantcontact
Plugin Icon 128x128 Creative Mail – Easier WordPress & WooCommerce Email Marketing
Version 1.1.3
Comparing to
See all releases

Code changes from version 1.1.2 to 1.1.3

CHANGELOG.md CHANGED
@@ -1,6 +1,9 @@
1
  Changelog
2
  =========
3
 
 
 
 
4
  #### 1.1.2 - August 31 2020
5
  - Fixes a bug that would cause the plugin to throw an exception when installing through the plugin management api.
6
  - Add support for beta versions of Jetpack.
1
  Changelog
2
  =========
3
 
4
+ #### 1.1.3 - September 1 2020
5
+ - Implemented a new design
6
+
7
  #### 1.1.2 - August 31 2020
8
  - Fixes a bug that would cause the plugin to throw an exception when installing through the plugin management api.
9
  - Add support for beta versions of Jetpack.
README.md CHANGED
@@ -3,7 +3,7 @@ Contributors: Constant Contact
3
  Tags: email, marketing, newsletter, subscribe, contact form, constant contact, crm, automations, ecommerce, promotion, offers, retargeting
4
  Requires at least: 4.6
5
  Tested up to: 5.5
6
- Stable tag: 1.1.2
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
  Requires PHP: 5.6
@@ -88,6 +88,7 @@ Creative Mail by Constant Contact [Privacy Policy](https://endurance.clarip.com/
88
  6. Enhance your brand with logomaker
89
 
90
  == Changelog ==
 
91
  * 1.1.2 - Add support for beta versions of Jetpack
92
  * 1.1.1 - Fixes a bug that would cache API responses
93
  * 1.1.0 - Added support for WooCommerce emails, WPFormsLite and JetPack Forms
3
  Tags: email, marketing, newsletter, subscribe, contact form, constant contact, crm, automations, ecommerce, promotion, offers, retargeting
4
  Requires at least: 4.6
5
  Tested up to: 5.5
6
+ Stable tag: 1.1.3
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
  Requires PHP: 5.6
88
  6. Enhance your brand with logomaker
89
 
90
  == Changelog ==
91
+ * 1.1.3 - Implemented a new design
92
  * 1.1.2 - Add support for beta versions of Jetpack
93
  * 1.1.1 - Fixes a bug that would cache API responses
94
  * 1.1.0 - Added support for WooCommerce emails, WPFormsLite and JetPack Forms
assets/css/admin.css CHANGED
@@ -2,74 +2,7 @@
2
  margin-right: 20px;
3
  margin-top: 20px;
4
  font-size: 14px;
5
- }
6
-
7
- .ce4wp-iframe {
8
- margin-left: -20px;
9
- position: absolute;
10
- width: calc(100% + 20px);
11
- z-index: 10;
12
- left: 0;
13
- right: 0;
14
- top: 0;
15
- bottom: 0;
16
- }
17
-
18
- @media (max-width: 600px) {
19
- .ce4wp-iframe {
20
- top: 46px;
21
- }
22
- }
23
-
24
- .ce4wp-welcome-image {
25
- display: block;
26
- }
27
-
28
- @media (max-width: 600px) {
29
- .ce4wp-welcome-image {
30
- display: none;
31
- }
32
- }
33
-
34
-
35
- .ce4wp-header {
36
- height: 64px;
37
- background: #ffffff;
38
- -webkit-box-align: center;
39
- align-items: center;
40
- display: flex;
41
- position: relative;
42
- }
43
-
44
- .ce4wp-header::after {
45
- height: 284px;
46
- width: 100%;
47
- content: "";
48
- position: absolute;
49
- top: 64px;
50
- background-color: rgb(122,76,168);
51
- }
52
-
53
- .ce4wp-header-blue::before {
54
- top: 20px;
55
- left: 0px;
56
- right: 0px;
57
- bottom: initial;
58
- height: 284px;
59
- content: "";
60
- position: absolute;
61
- background-color: rgb(122,76,168);
62
-
63
- }
64
-
65
- .ce4wp-container {
66
- margin-left: 30px;
67
- margin-right: 30px;
68
- margin-top: 30px;
69
- }
70
-
71
- .ce4wp-container h2 {
72
- font-size: 24px;
73
  }
74
 
75
  .ce4wp-card {
@@ -81,10 +14,7 @@
81
  background-position-x:0%;
82
  background-position-y:0%;
83
  background-size:auto;
84
- border-bottom-left-radius:4px;
85
- border-bottom-right-radius:4px;
86
- border-top-left-radius:4px;
87
- border-top-right-radius:4px;
88
  box-shadow:rgba(0, 0, 0, 0.06) 0px 0px 0px 1px, rgba(0, 0, 0, 0.05) 0px 2px 4px 0px, rgba(0, 0, 0, 0.08) 0px 2px 1px 0px;
89
  box-sizing:border-box;
90
  color:rgba(0, 0, 0, 0.9);
@@ -94,8 +24,7 @@
94
  margin-bottom:24px;
95
  min-height:150px;
96
  min-width:200px;
97
- overflow-x:hidden;
98
- overflow-y:hidden;
99
  position:relative;
100
  transition-delay:0s;
101
  transition-duration:0.3s;
@@ -105,37 +34,6 @@
105
  padding: 15px;
106
  }
107
 
108
- .ce4wp-card h2 {
109
- font-size: 28px;
110
- font-weight: 700;
111
- line-height: 32px;
112
- }
113
-
114
- .ce4wp-card h4 {
115
- font-size: 16px;
116
- font-weight: 700;
117
- line-height: 20px;
118
- margin-top: 5px;
119
- }
120
-
121
- .ce4wp-card h5 {
122
- font-size: 14px;
123
- font-weight: 700;
124
- line-height: 20px;
125
- margin: 0;
126
- }
127
-
128
- .ce4wp-card h6 {
129
- font-size: 14px;
130
- font-weight: 400;
131
- line-height: 20px;
132
- color: rgba(0, 0, 0, 0.6);
133
- }
134
-
135
- .ce4wp-card p {
136
- font-size: 14px;
137
- }
138
-
139
  .ce4wp-card ul {
140
  padding-left: 10px;
141
  }
@@ -152,16 +50,6 @@
152
  margin: 0;
153
  }
154
 
155
- .ce4wp-logo {
156
- background-image: url("../images/logo.svg");
157
- background-size: contain;
158
- background-position-y: 50%;
159
- width: 142px;
160
- height: 41px;
161
- margin-left: 24px;
162
- background-repeat: no-repeat;
163
- }
164
-
165
  .ce4wp-button-base-root {
166
  color: inherit;
167
  border: 0;
@@ -194,7 +82,7 @@
194
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
195
  box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
196
  border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
197
- font-weight: 700;
198
  line-height: inherit;
199
  border-radius: 4px;
200
  text-transform: none;
@@ -218,6 +106,17 @@
218
  background-color: #663399;
219
  color: rgba(255, 255, 255, 0.7);
220
  }
 
 
 
 
 
 
 
 
 
 
 
221
 
222
  .ce4wp-button-outlined {
223
  border: 1px solid rgba(0, 0, 0, 0.23);
@@ -234,81 +133,34 @@
234
  }
235
 
236
  .ce4wp-button-text-primary {
237
- align-items:center;
238
- background-color:rgba(0, 0, 0, 0);
239
- border-bottom-color:rgb(122,76,168);
240
- border-bottom-left-radius:4px;
241
- border-bottom-right-radius:4px;
242
- border-bottom-style:none;
243
- border-bottom-width:0px;
244
- border-image-outset:0px;
245
- border-image-repeat:stretch;
246
- border-image-slice:100%;
247
- border-image-source:none;
248
- border-image-width:1;
249
- border-left-color:rgb(122,76,168);
250
- border-left-style:none;
251
- border-left-width:0px;
252
- border-right-color:rgb(122,76,168);
253
- border-right-style:none;
254
- border-right-width:0px;
255
- border-top-color:rgb(122,76,168);
256
- border-top-left-radius:4px;
257
- border-top-right-radius:4px;
258
- border-top-style:none;
259
- border-top-width:0px;
260
- box-shadow:none;
261
- box-sizing:border-box;
262
- color:rgb(122,76,168);
263
- cursor:pointer;
264
- direction:ltr;
265
- display:inline-flex;
266
- font-size:14px;
267
- font-stretch:100%;
268
- font-style:normal;
269
- font-variant-caps:normal;
270
- font-variant-east-asian:normal;
271
- font-variant-ligatures:normal;
272
- font-variant-numeric:normal;
273
- font-weight:700;
274
- height:40px;
275
- justify-content:center;
276
- letter-spacing:normal;
277
- line-height:20px;
278
- margin-bottom:0px;
279
- margin-left:0px;
280
- margin-right:0px;
281
- margin-top:0px;
282
- min-width:0px;
283
- outline-color:rgb(122,76,168);
284
- outline-style:none;
285
- outline-width:0px;
286
- padding-bottom:6px;
287
- padding-left:8px;
288
- padding-right:8px;
289
- padding-top:6px;
290
- position:relative;
291
- text-align:center;
292
- text-decoration-color:rgb(122,76,168);
293
- text-decoration-line:none;
294
- text-decoration-style:solid;
295
- text-indent:0px;
296
- text-rendering:auto;
297
- text-shadow:none;
298
- text-transform:none;
299
- transition-delay:0s, 0s, 0s;
300
- transition-duration:0.25s, 0.25s, 0.25s;
301
- transition-property:background-color, box-shadow, border;
302
- transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1), cubic-bezier(0.4, 0, 0.2, 1), cubic-bezier(0.4, 0, 0.2, 1);
303
- user-select:none;
304
- vertical-align:middle;
305
- white-space:nowrap;
306
- word-spacing:0px;
307
- writing-mode:horizontal-tb;
308
- -webkit-appearance:none;
309
- -webkit-font-smoothing:antialiased;
310
- -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
311
- -webkit-border-image:none;
312
  }
313
 
314
  .ce4wp-button-text-primary:hover {
@@ -484,11 +336,39 @@
484
  }
485
  }
486
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
487
  .ce4wp-mt-4,
488
  .ce4wp-my-4 {
489
  margin-top: 1.5rem !important;
490
  }
491
 
 
 
 
 
 
492
  .ce4wp-pb-4,
493
  .ce4wp-py-4 {
494
  padding-bottom: 1.5rem !important;
@@ -498,6 +378,18 @@
498
  .ce4wp-px-3 {
499
  padding-right: 1rem !important;
500
  }
 
 
 
 
 
 
 
 
 
 
 
 
501
 
502
  .ce4wp-pb-1,
503
  .ce4wp-py-1 {
@@ -514,41 +406,6 @@
514
  .ce4wp-p-3 {
515
  padding: 1rem !important;
516
  }
517
- .ce4wp-row {
518
- display: flex;
519
- flex-wrap: wrap;
520
- margin-right: -15px;
521
- margin-left: -15px;
522
- }
523
-
524
- .ce4wp-col,
525
- .ce4wp-col-auto {
526
- position: relative;
527
- width: 100%;
528
- min-height: 1px;
529
- padding-right: 15px;
530
- padding-left: 15px;
531
- }
532
-
533
- .ce4wp-col {
534
- flex-basis: 0;
535
- flex-grow: 1;
536
- max-width: 100%;
537
- }
538
-
539
- .ce4wp-col-auto {
540
- flex: 0 0 auto;
541
- width: auto;
542
- max-width: none;
543
- }
544
-
545
- .ce4wp-center {
546
- display: flex;
547
- -webkit-box-align: center;
548
- align-items: center;
549
- -webkit-box-pack: center;
550
- justify-content: center;
551
- }
552
 
553
  .ce4wp-typography-root {
554
  margin: 0;
@@ -565,19 +422,32 @@
565
  line-height: 24px;
566
  }
567
 
 
 
 
 
 
 
 
 
 
 
568
  .ce4wp-typography-h2 {
569
  font-size: 28px;
570
- font-weight: 700;
571
  line-height: 32px;
572
  }
573
 
574
  .ce4wp-typography-h4 {
575
  font-size: 16px;
576
- font-weight: 700;
577
  line-height: 20px;
578
  }
579
 
580
- .ce4wp-typography-color-text-secondary {
 
 
 
581
  color: rgba(0, 0, 0, 0.6);
582
  }
583
 
@@ -633,6 +503,9 @@
633
  .ce4wp-svg-icon-color {
634
  color: rgb(122,76,168);
635
  }
 
 
 
636
 
637
  .ce4wp-flex-column {
638
  flex-direction: column !important;
@@ -667,4 +540,134 @@
667
  text-align: center;
668
  content: "";
669
  color: #999;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
670
  }
2
  margin-right: 20px;
3
  margin-top: 20px;
4
  font-size: 14px;
5
+ font-family: 'Poppins', sans-serif;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  }
7
 
8
  .ce4wp-card {
14
  background-position-x:0%;
15
  background-position-y:0%;
16
  background-size:auto;
17
+ border-radius: 4px;
 
 
 
18
  box-shadow:rgba(0, 0, 0, 0.06) 0px 0px 0px 1px, rgba(0, 0, 0, 0.05) 0px 2px 4px 0px, rgba(0, 0, 0, 0.08) 0px 2px 1px 0px;
19
  box-sizing:border-box;
20
  color:rgba(0, 0, 0, 0.9);
24
  margin-bottom:24px;
25
  min-height:150px;
26
  min-width:200px;
27
+ overflow: hidden;
 
28
  position:relative;
29
  transition-delay:0s;
30
  transition-duration:0.3s;
34
  padding: 15px;
35
  }
36
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
  .ce4wp-card ul {
38
  padding-left: 10px;
39
  }
50
  margin: 0;
51
  }
52
 
 
 
 
 
 
 
 
 
 
 
53
  .ce4wp-button-base-root {
54
  color: inherit;
55
  border: 0;
82
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
83
  box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
84
  border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
85
+ font-weight: 500;
86
  line-height: inherit;
87
  border-radius: 4px;
88
  text-transform: none;
106
  background-color: #663399;
107
  color: rgba(255, 255, 255, 0.7);
108
  }
109
+ .ce4wp-button-label {
110
+ width: 100%;
111
+ display: inherit;
112
+ align-items: inherit;
113
+ justify-content: inherit;
114
+ }
115
+ .ce4wp-button-endIcon {
116
+ display: inherit;
117
+ margin-left: 8px;
118
+ margin-right: -4px;
119
+ }
120
 
121
  .ce4wp-button-outlined {
122
  border: 1px solid rgba(0, 0, 0, 0.23);
133
  }
134
 
135
  .ce4wp-button-text-primary {
136
+ align-items: center;
137
+ background-color: rgba(0, 0, 0, 0);
138
+ border-radius: 4px;
139
+ border-style: none;
140
+ border-width: 0;
141
+ box-shadow: none;
142
+ box-sizing: border-box;
143
+ color: rgb(122,76,168);
144
+ cursor: pointer;
145
+ display: inline-flex;
146
+ font-size: 14px;
147
+ font-style: normal;
148
+ font-weight: 700;
149
+ height: 40px;
150
+ justify-content: center;
151
+ line-height: 20px;
152
+ margin: 0px;
153
+ min-width: 0px;
154
+ padding: 6px 8px;
155
+ position: relative;
156
+ text-align: center;
157
+ transition-delay: 0s, 0s, 0s;
158
+ transition-duration: 0.25s, 0.25s, 0.25s;
159
+ transition-property: background-color, box-shadow, border;
160
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1), cubic-bezier(0.4, 0, 0.2, 1), cubic-bezier(0.4, 0, 0.2, 1);
161
+ user-select: none;
162
+ vertical-align: middle;
163
+ white-space: nowrap;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
164
  }
165
 
166
  .ce4wp-button-text-primary:hover {
336
  }
337
  }
338
 
339
+ .ce4wp-mt-2,
340
+ .ce4wp-my-2 {
341
+ margin-top: .5rem !important;
342
+ }
343
+ .ce4wp-mb-2,
344
+ .ce4wp-my-2 {
345
+ margin-bottom: .5rem !important;
346
+ }
347
+
348
+ .ce4wp-mt-2,
349
+ .ce4wp-my-2 {
350
+ margin-top: .5rem !important;
351
+ }
352
+ .ce4wp-mb-2,
353
+ .ce4wp-my-2 {
354
+ margin-bottom: .5rem !important;
355
+ }
356
+
357
+ .ce4wp-mb-4,
358
+ .ce4wp-my-4 {
359
+ margin-bottom: 1.5rem !important;
360
+ }
361
+
362
  .ce4wp-mt-4,
363
  .ce4wp-my-4 {
364
  margin-top: 1.5rem !important;
365
  }
366
 
367
+ .ce4wp-pt-4,
368
+ .ce4wp-py-4 {
369
+ padding-top: 1.5rem !important;
370
+ }
371
+
372
  .ce4wp-pb-4,
373
  .ce4wp-py-4 {
374
  padding-bottom: 1.5rem !important;
378
  .ce4wp-px-3 {
379
  padding-right: 1rem !important;
380
  }
381
+ .ce4wp-pl-3,
382
+ .ce4wp-px-3 {
383
+ padding-left: 1rem !important;
384
+ }
385
+ .ce4wp-pr-4,
386
+ .ce4wp-px-4 {
387
+ padding-right: 1.5rem !important;
388
+ }
389
+ .ce4wp-pl-4,
390
+ .ce4wp-px-4 {
391
+ padding-left: 1.5rem !important;
392
+ }
393
 
394
  .ce4wp-pb-1,
395
  .ce4wp-py-1 {
406
  .ce4wp-p-3 {
407
  padding: 1rem !important;
408
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
409
 
410
  .ce4wp-typography-root {
411
  margin: 0;
422
  line-height: 24px;
423
  }
424
 
425
+ .ce4wp-typography-root {
426
+ margin: 0;
427
+ }
428
+
429
+ .ce4wp-typography-h1 {
430
+ font-size: 36px;
431
+ font-weight: 500;
432
+ line-height: 40px;
433
+ }
434
+
435
  .ce4wp-typography-h2 {
436
  font-size: 28px;
437
+ font-weight: 500;
438
  line-height: 32px;
439
  }
440
 
441
  .ce4wp-typography-h4 {
442
  font-size: 16px;
443
+ font-weight: 500;
444
  line-height: 20px;
445
  }
446
 
447
+ .ce4wp-typography-h6 {
448
+ font-size: 18px;
449
+ font-weight: 400;
450
+ line-height: 24px;
451
  color: rgba(0, 0, 0, 0.6);
452
  }
453
 
503
  .ce4wp-svg-icon-color {
504
  color: rgb(122,76,168);
505
  }
506
+ .ce4wp-list-item-icon-root {
507
+ align-self: start;
508
+ }
509
 
510
  .ce4wp-flex-column {
511
  flex-direction: column !important;
540
  text-align: center;
541
  content: "";
542
  color: #999;
543
+ }
544
+
545
+ .ce4wp-swoosh-container {
546
+ margin: 0 auto;
547
+ position: relative;
548
+ }
549
+
550
+ .ce4wp-swoosh-header {
551
+ -webkit-box-align: center;
552
+ align-items: center;
553
+ display: flex;
554
+ position: relative;
555
+ }
556
+
557
+ .ce4wp-swoosh-header::after {
558
+ top: 0px;
559
+ left: 0px;
560
+ right: 0px;
561
+ height: 350px;
562
+ content: "";
563
+ position: absolute;
564
+ background-size: cover;
565
+ background-color: transparent;
566
+ background-image: url("../images/swoosh.svg");
567
+ background-repeat: no-repeat;
568
+ background-position: 100% 100%;
569
+ bottom: auto !important;
570
+ }
571
+
572
+ .ce4wp-backdrop-container {
573
+ margin: 0 auto;
574
+ position: relative;
575
+ padding-top: 40px;
576
+ }
577
+ @media (min-width:600px) {
578
+ .ce4wp-backdrop-container {
579
+ max-width: 890px;
580
+ }
581
+ }
582
+ .ce4wp-backdrop-header {
583
+ margin-bottom: 20px;
584
+ }
585
+
586
+ .ce4wp-logo-poppins {
587
+ background-image: url("../images/logo.svg");
588
+ background-size: contain;
589
+ background-position-y: 50%;
590
+ width: 272px;
591
+ height: 72px;
592
+ background-repeat: no-repeat;
593
+ }
594
+
595
+ .ce4wp-airplane {
596
+ position: absolute;
597
+ right: 48px;
598
+ top: 40px;
599
+ z-index: 10;
600
+ }
601
+
602
+ p.ce4wp-subtitle {
603
+ font-size: 24px;
604
+ line-height: 28px;
605
+ font-weight: 400;
606
+ }
607
+
608
+ .ce4wp-body2 {
609
+ font-size: 14px;
610
+ font-weight: 400;
611
+ line-height: 20px;
612
+ }
613
+
614
+ .ce4wp-Svgicon-root {
615
+ fill: currentColor;
616
+ width: 1em;
617
+ height: 1em;
618
+ display: inline-block;
619
+ font-size: 1.5rem;
620
+ transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
621
+ flex-shrink: 0;
622
+ user-select: none;
623
+ }
624
+
625
+ .ce4wp-grid {
626
+ width: 100%;
627
+ display: flex;
628
+ flex-wrap: wrap;
629
+ box-sizing: border-box;
630
+ width: calc(100% + 16px);
631
+ margin: -8px;
632
+ }
633
+
634
+ .ce4wp-grid-item {
635
+ margin: 0;
636
+ box-sizing: border-box;
637
+ flex-grow: 0;
638
+ max-width: 33.333333%;
639
+ flex-basis: 33.333333%;
640
+ padding: 8px;
641
+ }
642
+
643
+ .ce4wp-grid-item-card {
644
+ box-sizing: inherit;
645
+ margin-bottom: 1.5rem !important;
646
+ color: rgba(0, 0, 0, 0.9);
647
+ transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
648
+ border-radius: 4px;
649
+ overflow: hidden;
650
+ position: relative;
651
+ min-width: 200px;
652
+ background: #fff;
653
+ box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
654
+ min-height: 150px;
655
+ }
656
+ .ce4wp-grid-item-card:hover {
657
+ cursor: pointer;
658
+ box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
659
+ background-color: rgba(0, 0, 0, 0.03);
660
+ }
661
+ .ce4wp-grid-item-card-media {
662
+ display: block;
663
+ background-size: cover;
664
+ background-repeat: no-repeat;
665
+ background-position: center;
666
+ height: 0px;
667
+ padding-top: 56.25%;
668
+ }
669
+
670
+ .ce4wp-grid-item-card-content-root {
671
+ padding: 16px;
672
+ padding-bottom: 24px;
673
  }
assets/images/airplane.svg ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg width="146" height="122" viewBox="0 0 146 122" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M99.8828 77.012C130.006 67.5578 149.517 46.8766 130.006 44.1114C111.923 41.5487 -3.4625 41.2567 12.4829 29.5208C25.2392 20.132 55.9881 7.63482 69.7681 2.55981" stroke="url(#paint0_radial)" stroke-width="3.54534"/>
3
+ <path d="M17.2278 115.734L108.835 62.0476L105.784 100.09L17.2278 115.734Z" fill="#FFD66D"/>
4
+ <path d="M17.2281 115.734L108.331 68.1054L107.919 73.3637L17.2281 115.734Z" fill="#C68317"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M88.3722 38.2595L9.69097 119.739L145.2 104.33L115.17 69.4161L17.228 115.733L108.837 62.053L88.3722 38.2595Z" fill="#FFBF1C"/>
6
+ <g style="mix-blend-mode:soft-light" filter="url(#filter0_i)">
7
+ <path d="M115.17 69.4172L145.26 104.327L88.658 81.9613L115.17 69.4172Z" fill="#784100"/>
8
+ </g>
9
+ <g style="mix-blend-mode:soft-light" filter="url(#filter1_i)">
10
+ <path d="M88.3724 38.2599L108.803 62.0504L84.6132 76.2284L88.3724 38.2599Z" fill="#784100"/>
11
+ </g>
12
+ <defs>
13
+ <filter id="filter0_i" x="88.6581" y="68.5909" width="58.2547" height="35.7366" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
14
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
15
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
16
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
17
+ <feOffset dx="1.65265" dy="-0.826325"/>
18
+ <feGaussianBlur stdDeviation="0.826325"/>
19
+ <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
20
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.85 0"/>
21
+ <feBlend mode="normal" in2="shape" result="effect1_innerShadow"/>
22
+ </filter>
23
+ <filter id="filter1_i" x="84.6132" y="37.4336" width="25.8426" height="38.7949" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
24
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
25
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
26
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
27
+ <feOffset dx="1.65265" dy="-0.826325"/>
28
+ <feGaussianBlur stdDeviation="0.826325"/>
29
+ <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
30
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.85 0"/>
31
+ <feBlend mode="normal" in2="shape" result="effect1_innerShadow"/>
32
+ </filter>
33
+ <radialGradient id="paint0_radial" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(58.5199 87.0571) rotate(-90.9022) scale(75.0524 132.074)">
34
+ <stop stop-opacity="0.26"/>
35
+ <stop offset="1" stop-opacity="0"/>
36
+ </radialGradient>
37
+ </defs>
38
+ </svg>
assets/images/logo.svg CHANGED
@@ -1,18 +1,18 @@
1
- <svg width="385" height="90" viewBox="0 0 385 90" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M383.864 62.6442C383.864 63.7914 382.926 64.9385 381.57 64.9385C380.263 64.9385 379.275 63.8412 379.275 62.6442C379.275 60.9733 380.632 60.2949 381.57 60.2949C382.198 60.2999 383.864 60.7139 383.864 62.6442ZM383.555 62.6442C383.555 61.497 382.722 60.659 381.625 60.659C380.582 60.659 379.694 61.492 379.694 62.5893C379.694 63.8961 380.842 64.5196 381.575 64.5196C382.667 64.5794 383.555 63.6916 383.555 62.6442ZM382.717 63.8462H382.039L381.57 62.8038H381.256V63.8462H380.682V61.2875H381.675C382.143 61.2875 382.772 61.3922 382.772 62.0157C382.772 62.3798 382.562 62.5893 382.198 62.694L382.717 63.8462ZM382.093 62.0706C382.093 61.7563 381.834 61.7065 381.465 61.7065H381.206V62.4895H381.465C381.829 62.4397 382.093 62.3848 382.093 62.0706Z" fill="#2E323B"/>
3
- <path d="M130.239 66.648C130.671 66.008 131.263 65.488 132.015 65.088C132.783 64.688 133.655 64.488 134.631 64.488C135.767 64.488 136.791 64.768 137.703 65.328C138.631 65.888 139.359 66.688 139.887 67.728C140.431 68.752 140.703 69.944 140.703 71.304C140.703 72.664 140.431 73.872 139.887 74.928C139.359 75.968 138.631 76.776 137.703 77.352C136.791 77.928 135.767 78.216 134.631 78.216C133.639 78.216 132.767 78.024 132.015 77.64C131.279 77.24 130.687 76.728 130.239 76.104V78H126.879V60.24H130.239V66.648ZM137.271 71.304C137.271 70.504 137.103 69.816 136.767 69.24C136.447 68.648 136.015 68.2 135.471 67.896C134.943 67.592 134.367 67.44 133.743 67.44C133.135 67.44 132.559 67.6 132.015 67.92C131.487 68.224 131.055 68.672 130.719 69.264C130.399 69.856 130.239 70.552 130.239 71.352C130.239 72.152 130.399 72.848 130.719 73.44C131.055 74.032 131.487 74.488 132.015 74.808C132.559 75.112 133.135 75.264 133.743 75.264C134.367 75.264 134.943 75.104 135.471 74.784C136.015 74.464 136.447 74.008 136.767 73.416C137.103 72.824 137.271 72.12 137.271 71.304ZM155.864 64.704L147.632 84.288H144.056L146.936 77.664L141.608 64.704H145.376L148.808 73.992L152.288 64.704H155.864ZM162.578 69.6C162.578 67.952 162.946 66.48 163.682 65.184C164.434 63.872 165.45 62.856 166.73 62.136C168.026 61.4 169.474 61.032 171.074 61.032C172.946 61.032 174.586 61.512 175.994 62.472C177.402 63.432 178.386 64.76 178.946 66.456H175.082C174.698 65.656 174.154 65.056 173.45 64.656C172.762 64.256 171.962 64.056 171.05 64.056C170.074 64.056 169.202 64.288 168.434 64.752C167.682 65.2 167.09 65.84 166.658 66.672C166.242 67.504 166.034 68.48 166.034 69.6C166.034 70.704 166.242 71.68 166.658 72.528C167.09 73.36 167.682 74.008 168.434 74.472C169.202 74.92 170.074 75.144 171.05 75.144C171.962 75.144 172.762 74.944 173.45 74.544C174.154 74.128 174.698 73.52 175.082 72.72H178.946C178.386 74.432 177.402 75.768 175.994 76.728C174.602 77.672 172.962 78.144 171.074 78.144C169.474 78.144 168.026 77.784 166.73 77.064C165.45 76.328 164.434 75.312 163.682 74.016C162.946 72.72 162.578 71.248 162.578 69.6ZM187.72 78.216C186.44 78.216 185.288 77.936 184.264 77.376C183.24 76.8 182.432 75.992 181.84 74.952C181.264 73.912 180.976 72.712 180.976 71.352C180.976 69.992 181.272 68.792 181.864 67.752C182.472 66.712 183.296 65.912 184.336 65.352C185.376 64.776 186.536 64.488 187.816 64.488C189.096 64.488 190.256 64.776 191.296 65.352C192.336 65.912 193.152 66.712 193.744 67.752C194.352 68.792 194.656 69.992 194.656 71.352C194.656 72.712 194.344 73.912 193.72 74.952C193.112 75.992 192.28 76.8 191.224 77.376C190.184 77.936 189.016 78.216 187.72 78.216ZM187.72 75.288C188.328 75.288 188.896 75.144 189.424 74.856C189.968 74.552 190.4 74.104 190.72 73.512C191.04 72.92 191.2 72.2 191.2 71.352C191.2 70.088 190.864 69.12 190.192 68.448C189.536 67.76 188.728 67.416 187.768 67.416C186.808 67.416 186 67.76 185.344 68.448C184.704 69.12 184.384 70.088 184.384 71.352C184.384 72.616 184.696 73.592 185.32 74.28C185.96 74.952 186.76 75.288 187.72 75.288ZM204.489 64.512C206.073 64.512 207.353 65.016 208.329 66.024C209.305 67.016 209.793 68.408 209.793 70.2V78H206.433V70.656C206.433 69.6 206.169 68.792 205.641 68.232C205.113 67.656 204.393 67.368 203.481 67.368C202.553 67.368 201.817 67.656 201.273 68.232C200.745 68.792 200.481 69.6 200.481 70.656V78H197.121V64.704H200.481V66.36C200.929 65.784 201.497 65.336 202.185 65.016C202.889 64.68 203.657 64.512 204.489 64.512ZM218.076 78.216C216.988 78.216 216.012 78.024 215.148 77.64C214.284 77.24 213.596 76.704 213.084 76.032C212.588 75.36 212.316 74.616 212.268 73.8H215.652C215.716 74.312 215.964 74.736 216.396 75.072C216.844 75.408 217.396 75.576 218.052 75.576C218.692 75.576 219.188 75.448 219.54 75.192C219.908 74.936 220.092 74.608 220.092 74.208C220.092 73.776 219.868 73.456 219.42 73.248C218.988 73.024 218.292 72.784 217.332 72.528C216.34 72.288 215.524 72.04 214.884 71.784C214.26 71.528 213.716 71.136 213.252 70.608C212.804 70.08 212.58 69.368 212.58 68.472C212.58 67.736 212.788 67.064 213.204 66.456C213.636 65.848 214.244 65.368 215.028 65.016C215.828 64.664 216.764 64.488 217.836 64.488C219.42 64.488 220.684 64.888 221.628 65.688C222.572 66.472 223.092 67.536 223.188 68.88H219.972C219.924 68.352 219.7 67.936 219.3 67.632C218.916 67.312 218.396 67.152 217.74 67.152C217.132 67.152 216.66 67.264 216.324 67.488C216.004 67.712 215.844 68.024 215.844 68.424C215.844 68.872 216.068 69.216 216.516 69.456C216.964 69.68 217.66 69.912 218.604 70.152C219.564 70.392 220.356 70.64 220.98 70.896C221.604 71.152 222.14 71.552 222.588 72.096C223.052 72.624 223.292 73.328 223.308 74.208C223.308 74.976 223.092 75.664 222.66 76.272C222.244 76.88 221.636 77.36 220.836 77.712C220.052 78.048 219.132 78.216 218.076 78.216ZM229.978 67.464V73.896C229.978 74.344 230.082 74.672 230.29 74.88C230.514 75.072 230.882 75.168 231.394 75.168H232.954V78H230.842C228.01 78 226.594 76.624 226.594 73.872V67.464H225.01V64.704H226.594V61.416H229.978V64.704H232.954V67.464H229.978ZM234.507 71.304C234.507 69.96 234.771 68.768 235.299 67.728C235.843 66.688 236.571 65.888 237.483 65.328C238.411 64.768 239.443 64.488 240.579 64.488C241.571 64.488 242.435 64.688 243.171 65.088C243.923 65.488 244.523 65.992 244.971 66.6V64.704H248.355V78H244.971V76.056C244.539 76.68 243.939 77.2 243.171 77.616C242.419 78.016 241.547 78.216 240.555 78.216C239.435 78.216 238.411 77.928 237.483 77.352C236.571 76.776 235.843 75.968 235.299 74.928C234.771 73.872 234.507 72.664 234.507 71.304ZM244.971 71.352C244.971 70.536 244.811 69.84 244.491 69.264C244.171 68.672 243.739 68.224 243.195 67.92C242.651 67.6 242.067 67.44 241.443 67.44C240.819 67.44 240.243 67.592 239.715 67.896C239.187 68.2 238.755 68.648 238.419 69.24C238.099 69.816 237.939 70.504 237.939 71.304C237.939 72.104 238.099 72.808 238.419 73.416C238.755 74.008 239.187 74.464 239.715 74.784C240.259 75.104 240.835 75.264 241.443 75.264C242.067 75.264 242.651 75.112 243.195 74.808C243.739 74.488 244.171 74.04 244.491 73.464C244.811 72.872 244.971 72.168 244.971 71.352ZM259.004 64.512C260.588 64.512 261.868 65.016 262.844 66.024C263.82 67.016 264.308 68.408 264.308 70.2V78H260.948V70.656C260.948 69.6 260.684 68.792 260.156 68.232C259.628 67.656 258.908 67.368 257.996 67.368C257.068 67.368 256.332 67.656 255.788 68.232C255.26 68.792 254.996 69.6 254.996 70.656V78H251.636V64.704H254.996V66.36C255.444 65.784 256.012 65.336 256.7 65.016C257.404 64.68 258.172 64.512 259.004 64.512ZM271.416 67.464V73.896C271.416 74.344 271.52 74.672 271.728 74.88C271.952 75.072 272.32 75.168 272.832 75.168H274.392V78H272.28C269.448 78 268.032 76.624 268.032 73.872V67.464H266.448V64.704H268.032V61.416H271.416V64.704H274.392V67.464H271.416ZM281.711 69.6C281.711 67.952 282.079 66.48 282.815 65.184C283.567 63.872 284.583 62.856 285.863 62.136C287.159 61.4 288.607 61.032 290.207 61.032C292.079 61.032 293.719 61.512 295.127 62.472C296.535 63.432 297.519 64.76 298.079 66.456H294.215C293.831 65.656 293.287 65.056 292.583 64.656C291.895 64.256 291.095 64.056 290.183 64.056C289.207 64.056 288.335 64.288 287.567 64.752C286.815 65.2 286.223 65.84 285.791 66.672C285.375 67.504 285.167 68.48 285.167 69.6C285.167 70.704 285.375 71.68 285.791 72.528C286.223 73.36 286.815 74.008 287.567 74.472C288.335 74.92 289.207 75.144 290.183 75.144C291.095 75.144 291.895 74.944 292.583 74.544C293.287 74.128 293.831 73.52 294.215 72.72H298.079C297.519 74.432 296.535 75.768 295.127 76.728C293.735 77.672 292.095 78.144 290.207 78.144C288.607 78.144 287.159 77.784 285.863 77.064C284.583 76.328 283.567 75.312 282.815 74.016C282.079 72.72 281.711 71.248 281.711 69.6ZM306.853 78.216C305.573 78.216 304.421 77.936 303.397 77.376C302.373 76.8 301.565 75.992 300.973 74.952C300.397 73.912 300.109 72.712 300.109 71.352C300.109 69.992 300.405 68.792 300.997 67.752C301.605 66.712 302.429 65.912 303.469 65.352C304.509 64.776 305.669 64.488 306.949 64.488C308.229 64.488 309.389 64.776 310.429 65.352C311.469 65.912 312.285 66.712 312.877 67.752C313.485 68.792 313.789 69.992 313.789 71.352C313.789 72.712 313.477 73.912 312.853 74.952C312.245 75.992 311.413 76.8 310.357 77.376C309.317 77.936 308.149 78.216 306.853 78.216ZM306.853 75.288C307.461 75.288 308.029 75.144 308.557 74.856C309.101 74.552 309.533 74.104 309.853 73.512C310.173 72.92 310.333 72.2 310.333 71.352C310.333 70.088 309.997 69.12 309.325 68.448C308.669 67.76 307.861 67.416 306.901 67.416C305.941 67.416 305.133 67.76 304.477 68.448C303.837 69.12 303.517 70.088 303.517 71.352C303.517 72.616 303.829 73.592 304.453 74.28C305.093 74.952 305.893 75.288 306.853 75.288ZM323.622 64.512C325.206 64.512 326.486 65.016 327.462 66.024C328.438 67.016 328.926 68.408 328.926 70.2V78H325.566V70.656C325.566 69.6 325.302 68.792 324.774 68.232C324.246 67.656 323.526 67.368 322.614 67.368C321.686 67.368 320.95 67.656 320.406 68.232C319.878 68.792 319.614 69.6 319.614 70.656V78H316.254V64.704H319.614V66.36C320.062 65.784 320.63 65.336 321.318 65.016C322.022 64.68 322.79 64.512 323.622 64.512ZM336.033 67.464V73.896C336.033 74.344 336.137 74.672 336.345 74.88C336.569 75.072 336.937 75.168 337.449 75.168H339.009V78H336.897C334.065 78 332.649 76.624 332.649 73.872V67.464H331.065V64.704H332.649V61.416H336.033V64.704H339.009V67.464H336.033ZM340.562 71.304C340.562 69.96 340.826 68.768 341.354 67.728C341.898 66.688 342.626 65.888 343.538 65.328C344.466 64.768 345.498 64.488 346.634 64.488C347.626 64.488 348.49 64.688 349.226 65.088C349.978 65.488 350.578 65.992 351.026 66.6V64.704H354.41V78H351.026V76.056C350.594 76.68 349.994 77.2 349.226 77.616C348.474 78.016 347.602 78.216 346.61 78.216C345.49 78.216 344.466 77.928 343.538 77.352C342.626 76.776 341.898 75.968 341.354 74.928C340.826 73.872 340.562 72.664 340.562 71.304ZM351.026 71.352C351.026 70.536 350.866 69.84 350.546 69.264C350.226 68.672 349.794 68.224 349.25 67.92C348.706 67.6 348.122 67.44 347.498 67.44C346.874 67.44 346.298 67.592 345.77 67.896C345.242 68.2 344.81 68.648 344.474 69.24C344.154 69.816 343.994 70.504 343.994 71.304C343.994 72.104 344.154 72.808 344.474 73.416C344.81 74.008 345.242 74.464 345.77 74.784C346.314 75.104 346.89 75.264 347.498 75.264C348.122 75.264 348.706 75.112 349.25 74.808C349.794 74.488 350.226 74.04 350.546 73.464C350.866 72.872 351.026 72.168 351.026 71.352ZM356.827 71.352C356.827 69.976 357.107 68.776 357.667 67.752C358.227 66.712 359.003 65.912 359.995 65.352C360.987 64.776 362.123 64.488 363.403 64.488C365.051 64.488 366.411 64.904 367.483 65.736C368.571 66.552 369.299 67.704 369.667 69.192H366.043C365.851 68.616 365.523 68.168 365.059 67.848C364.611 67.512 364.051 67.344 363.379 67.344C362.419 67.344 361.659 67.696 361.099 68.4C360.539 69.088 360.259 70.072 360.259 71.352C360.259 72.616 360.539 73.6 361.099 74.304C361.659 74.992 362.419 75.336 363.379 75.336C364.739 75.336 365.627 74.728 366.043 73.512H369.667C369.299 74.952 368.571 76.096 367.483 76.944C366.395 77.792 365.035 78.216 363.403 78.216C362.123 78.216 360.987 77.936 359.995 77.376C359.003 76.8 358.227 76 357.667 74.976C357.107 73.936 356.827 72.728 356.827 71.352ZM376.041 67.464V73.896C376.041 74.344 376.145 74.672 376.353 74.88C376.577 75.072 376.945 75.168 377.457 75.168H379.017V78H376.905C374.073 78 372.657 76.624 372.657 73.872V67.464H371.073V64.704H372.657V61.416H376.041V64.704H379.017V67.464H376.041Z" fill="#313944"/>
4
- <path d="M0 25.7607C0 21.6982 0.907156 18.0696 2.72147 14.8748C4.57522 11.6406 7.07976 9.13607 10.2351 7.3612C13.4299 5.54689 16.9993 4.63973 20.9435 4.63973C25.5581 4.63973 29.6009 5.82298 33.0718 8.18947C36.5426 10.556 38.9683 13.8296 40.3487 18.0104H30.8236C29.877 16.0383 28.536 14.5593 26.8005 13.5732C25.1046 12.5872 23.1325 12.0942 20.8843 12.0942C18.4784 12.0942 16.3288 12.6661 14.4356 13.8099C12.5819 14.9143 11.1225 16.4919 10.0576 18.5429C9.03212 20.5938 8.51938 22.9998 8.51938 25.7607C8.51938 28.4822 9.03212 30.8881 10.0576 32.9785C11.1225 35.0295 12.5819 36.6268 14.4356 37.7706C16.3288 38.875 18.4784 39.4272 20.8843 39.4272C23.1325 39.4272 25.1046 38.9342 26.8005 37.9481C28.536 36.9227 29.877 35.4239 30.8236 33.4518H40.3487C38.9683 37.672 36.5426 40.9654 33.0718 43.3319C29.6403 45.659 25.5976 46.8225 20.9435 46.8225C16.9993 46.8225 13.4299 45.9351 10.2351 44.1602C7.07976 42.3459 4.57522 39.8413 2.72147 36.6466C0.907156 33.4518 0 29.8232 0 25.7607Z" fill="#313944"/>
5
- <path d="M55.706 18.7795C56.7709 17.0441 58.1514 15.6834 59.8473 14.6973C61.5828 13.7113 63.5548 13.2183 65.7636 13.2183V21.9151H63.5746C60.9714 21.9151 58.9993 22.5265 57.6583 23.7492C56.3568 24.9719 55.706 27.1017 55.706 30.1387V46.4675H47.4232V13.6916H55.706V18.7795Z" fill="#313944"/>
6
- <path d="M101.811 29.3696C101.811 30.5528 101.732 31.6178 101.574 32.5644H77.6136C77.8108 34.9309 78.6391 36.7846 80.0984 38.1256C81.5578 39.4666 83.3524 40.1371 85.4822 40.1371C88.5586 40.1371 90.7476 38.8158 92.0492 36.1733H100.983C100.036 39.3286 98.2218 41.9317 95.5398 43.9827C92.8578 45.9942 89.5644 47 85.6597 47C82.5044 47 79.6646 46.3097 77.1403 44.9293C74.6555 43.5094 72.7031 41.5176 71.2832 38.9539C69.9028 36.3902 69.2126 33.4321 69.2126 30.0795C69.2126 26.6876 69.9028 23.7097 71.2832 21.146C72.6637 18.5823 74.5963 16.6102 77.0811 15.2298C79.566 13.8493 82.4255 13.1591 85.6597 13.1591C88.7756 13.1591 91.5562 13.8296 94.0016 15.1706C96.4864 16.5116 98.3993 18.4246 99.7403 20.9094C101.121 23.3548 101.811 26.1748 101.811 29.3696ZM93.2325 27.0031C93.193 24.8733 92.4239 23.1773 90.9251 21.9151C89.4264 20.6136 87.5923 19.9628 85.423 19.9628C83.3721 19.9628 81.6366 20.5938 80.2168 21.856C78.8363 23.0787 77.9883 24.7944 77.6728 27.0031H93.2325Z" fill="#313944"/>
7
- <path d="M105.727 29.9612C105.727 26.6481 106.378 23.7097 107.679 21.146C109.02 18.5823 110.815 16.6102 113.063 15.2298C115.351 13.8493 117.895 13.1591 120.695 13.1591C123.14 13.1591 125.27 13.6521 127.084 14.6382C128.938 15.6242 130.417 16.8666 131.522 18.3654V13.6916H139.863V46.4675H131.522V41.6754C130.457 43.2136 128.978 44.4954 127.084 45.5209C125.231 46.507 123.081 47 120.636 47C117.875 47 115.351 46.29 113.063 44.8701C110.815 43.4502 109.02 41.4584 107.679 38.8947C106.378 36.2916 105.727 33.3138 105.727 29.9612ZM131.522 30.0795C131.522 28.068 131.127 26.3523 130.338 24.9324C129.55 23.4731 128.485 22.3687 127.144 21.6193C125.803 20.8305 124.363 20.4361 122.825 20.4361C121.287 20.4361 119.867 20.8108 118.565 21.5602C117.263 22.3096 116.199 23.4139 115.37 24.8733C114.581 26.2932 114.187 27.9891 114.187 29.9612C114.187 31.9333 114.581 33.6687 115.37 35.1675C116.199 36.6268 117.263 37.7509 118.565 38.5398C119.906 39.3286 121.326 39.723 122.825 39.723C124.363 39.723 125.803 39.3483 127.144 38.5989C128.485 37.8101 129.55 36.7057 130.338 35.2858C131.127 33.8265 131.522 32.0911 131.522 30.0795Z" fill="#313944"/>
8
- <path d="M157.596 20.4952V36.3507C157.596 37.4551 157.853 38.2637 158.366 38.7764C158.918 39.2497 159.825 39.4864 161.087 39.4864H164.933V46.4675H159.726C152.745 46.4675 149.255 43.0755 149.255 36.2916V20.4952H145.35V13.6916H149.255V5.58633H157.596V13.6916H164.933V20.4952H157.596Z" fill="#313944"/>
9
- <path d="M175.09 9.78686C173.631 9.78686 172.408 9.33328 171.422 8.42612C170.476 7.47952 170.003 6.316 170.003 4.93554C170.003 3.55509 170.476 2.41128 171.422 1.50412C172.408 0.557527 173.631 0.0842285 175.09 0.0842285C176.55 0.0842285 177.753 0.557527 178.699 1.50412C179.685 2.41128 180.178 3.55509 180.178 4.93554C180.178 6.316 179.685 7.47952 178.699 8.42612C177.753 9.33328 176.55 9.78686 175.09 9.78686ZM179.173 13.6916V46.4675H170.89V13.6916H179.173Z" fill="#313944"/>
10
- <path d="M201.023 38.8356L209.305 13.6916H218.12L205.992 46.4675H195.935L183.865 13.6916H192.74L201.023 38.8356Z" fill="#313944"/>
11
- <path d="M260.637 29.3696C260.637 30.5528 260.558 31.6178 260.4 32.5644H236.439C236.636 34.9309 237.465 36.7846 238.924 38.1256C240.383 39.4666 242.178 40.1371 244.308 40.1371C247.384 40.1371 249.573 38.8158 250.875 36.1733H259.808C258.862 39.3286 257.047 41.9317 254.365 43.9827C251.683 45.9942 248.39 47 244.485 47C241.33 47 238.49 46.3097 235.966 44.9293C233.481 43.5094 231.529 41.5176 230.109 38.9539C228.728 36.3902 228.038 33.4321 228.038 30.0795C228.038 26.6876 228.728 23.7097 230.109 21.146C231.489 18.5823 233.422 16.6102 235.907 15.2298C238.391 13.8493 241.251 13.1591 244.485 13.1591C247.601 13.1591 250.382 13.8296 252.827 15.1706C255.312 16.5116 257.225 18.4246 258.566 20.9094C259.946 23.3548 260.637 26.1748 260.637 29.3696ZM252.058 27.0031C252.019 24.8733 251.249 23.1773 249.751 21.9151C248.252 20.6136 246.418 19.9628 244.249 19.9628C242.198 19.9628 240.462 20.5938 239.042 21.856C237.662 23.0787 236.814 24.7944 236.498 27.0031H252.058Z" fill="#313944"/>
12
- <path d="M217.42 45.3419C218.406 46.249 219.629 46.7026 221.088 46.7026C222.547 46.7026 223.75 46.249 224.697 45.3419C225.683 44.3953 226.176 43.2318 226.176 41.8513C226.176 40.4709 225.683 39.3271 224.697 38.4199C223.75 37.4733 222.547 37 221.088 37C219.629 37 218.406 37.4733 217.42 38.4199C216.473 39.3271 216 40.4709 216 41.8513C216 43.2318 216.473 44.3953 217.42 45.3419Z" fill="#663399"/>
13
- <path d="M311.705 5.17207V46.4674H303.422V19.6077L292.359 46.4674H286.088L274.965 19.6077V46.4674H266.683V5.17207H276.089L289.223 35.8773L302.357 5.17207H311.705Z" fill="#663399"/>
14
- <path d="M317.764 29.9611C317.764 26.648 318.415 23.7096 319.717 21.1459C321.058 18.5822 322.852 16.6101 325.1 15.2297C327.388 13.8492 329.932 13.159 332.732 13.159C335.178 13.159 337.307 13.652 339.122 14.638C340.976 15.6241 342.455 16.8665 343.559 18.3653V13.6915H351.901V46.4674H343.559V41.6752C342.494 43.2135 341.015 44.4953 339.122 45.5208C337.268 46.5068 335.119 46.9999 332.673 46.9999C329.912 46.9999 327.388 46.2899 325.1 44.87C322.852 43.4501 321.058 41.4583 319.717 38.8946C318.415 36.2915 317.764 33.3136 317.764 29.9611ZM343.559 30.0794C343.559 28.0679 343.165 26.3522 342.376 24.9323C341.587 23.473 340.522 22.3686 339.181 21.6192C337.84 20.8304 336.4 20.436 334.862 20.436C333.324 20.436 331.904 20.8107 330.602 21.56C329.301 22.3094 328.236 23.4138 327.408 24.8731C326.619 26.293 326.224 27.989 326.224 29.9611C326.224 31.9332 326.619 33.6686 327.408 35.1674C328.236 36.6267 329.301 37.7508 330.602 38.5396C331.943 39.3285 333.363 39.7229 334.862 39.7229C336.4 39.7229 337.84 39.3482 339.181 38.5988C340.522 37.81 341.587 36.7056 342.376 35.2857C343.165 33.8264 343.559 32.0909 343.559 30.0794Z" fill="#663399"/>
15
- <path d="M368.273 13.6915V46.4674H359.99V13.6915H368.273Z" fill="#663399"/>
16
- <path d="M384.739 2.68726V46.4674H376.456V2.68726H384.739Z" fill="#663399"/>
17
- <path d="M360.42 8.34189C361.406 9.24905 362.629 9.70263 364.088 9.70263C365.547 9.70263 366.75 9.24905 367.697 8.34189C368.683 7.39529 369.176 6.23177 369.176 4.85131C369.176 3.47086 368.683 2.32705 367.697 1.4199C366.75 0.473298 365.547 0 364.088 0C362.629 0 361.406 0.473298 360.42 1.4199C359.473 2.32705 359 3.47086 359 4.85131C359 6.23177 359.473 7.39529 360.42 8.34189Z" fill="#313944"/>
18
  </svg>
1
+ <svg width="273" height="63" viewBox="0 0 273 63" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M272.12 44.6596C272.12 45.4713 271.456 46.2831 270.496 46.2831C269.572 46.2831 268.873 45.5066 268.873 44.6596C268.873 43.4773 269.833 42.9973 270.496 42.9973C270.941 43.0008 272.12 43.2937 272.12 44.6596ZM271.901 44.6596C271.901 43.8478 271.312 43.2549 270.535 43.2549C269.798 43.2549 269.169 43.8443 269.169 44.6208C269.169 45.5454 269.981 45.9866 270.5 45.9866C271.273 46.029 271.901 45.4007 271.901 44.6596ZM271.308 45.5102H270.828L270.496 44.7725H270.274V45.5102H269.868V43.6996H270.571C270.902 43.6996 271.347 43.7737 271.347 44.2149C271.347 44.4725 271.199 44.6208 270.941 44.6949L271.308 45.5102ZM270.867 44.2537C270.867 44.0314 270.683 43.9961 270.422 43.9961H270.239V44.5502H270.422C270.68 44.5149 270.867 44.4761 270.867 44.2537Z" fill="#2E323B"/>
3
+ <path d="M92.6457 49.7107C92.9514 49.2578 93.3703 48.8899 93.9024 48.6068C94.4459 48.3238 95.0629 48.1823 95.7535 48.1823C96.5573 48.1823 97.2819 48.3804 97.9272 48.7766C98.5839 49.1729 99.099 49.739 99.4726 50.4749C99.8576 51.1995 100.05 52.0429 100.05 53.0052C100.05 53.9676 99.8576 54.8223 99.4726 55.5696C99.099 56.3055 98.5839 56.8772 97.9272 57.2848C97.2819 57.6924 96.5573 57.8961 95.7535 57.8961C95.0516 57.8961 94.4345 57.7603 93.9024 57.4886C93.3816 57.2055 92.9627 56.8432 92.6457 56.4017V57.7433H90.2682V45.1764H92.6457V49.7107ZM97.6216 53.0052C97.6216 52.4392 97.5027 51.9523 97.2649 51.5448C97.0385 51.1259 96.7328 50.8089 96.3479 50.5938C95.9743 50.3786 95.5667 50.2711 95.1252 50.2711C94.6949 50.2711 94.2874 50.3843 93.9024 50.6107C93.5288 50.8258 93.2231 51.1428 92.9854 51.5617C92.759 51.9806 92.6457 52.4731 92.6457 53.0392C92.6457 53.6053 92.759 54.0978 92.9854 54.5167C93.2231 54.9356 93.5288 55.2582 93.9024 55.4847C94.2874 55.6998 94.6949 55.8073 95.1252 55.8073C95.5667 55.8073 95.9743 55.6941 96.3479 55.4677C96.7328 55.2412 97.0385 54.9186 97.2649 54.4997C97.5027 54.0808 97.6216 53.5826 97.6216 53.0052ZM110.778 48.3351L104.953 62.1927H102.423L104.461 57.5055L100.691 48.3351H103.357L105.786 54.9073L108.248 48.3351H110.778ZM115.529 51.7995C115.529 50.6334 115.79 49.5918 116.31 48.6747C116.842 47.7464 117.561 47.0275 118.467 46.518C119.384 45.9972 120.409 45.7368 121.541 45.7368C122.865 45.7368 124.026 46.0765 125.022 46.7557C126.019 47.435 126.715 48.3747 127.111 49.5748H124.377C124.105 49.0087 123.72 48.5842 123.222 48.3011C122.735 48.0181 122.169 47.8766 121.524 47.8766C120.833 47.8766 120.216 48.0407 119.673 48.3691C119.141 48.6861 118.722 49.1389 118.416 49.7277C118.122 50.3164 117.975 51.007 117.975 51.7995C117.975 52.5807 118.122 53.2713 118.416 53.8713C118.722 54.4601 119.141 54.9186 119.673 55.2469C120.216 55.5639 120.833 55.7224 121.524 55.7224C122.169 55.7224 122.735 55.5809 123.222 55.2978C123.72 55.0035 124.105 54.5733 124.377 54.0072H127.111C126.715 55.2186 126.019 56.1639 125.022 56.8432C124.037 57.5112 122.877 57.8452 121.541 57.8452C120.409 57.8452 119.384 57.5905 118.467 57.081C117.561 56.5602 116.842 55.8413 116.31 54.9242C115.79 54.0072 115.529 52.9656 115.529 51.7995ZM133.319 57.8961C132.414 57.8961 131.599 57.698 130.874 57.3018C130.149 56.8942 129.578 56.3224 129.159 55.5865C128.751 54.8506 128.547 54.0015 128.547 53.0392C128.547 52.0769 128.757 51.2278 129.176 50.4919C129.606 49.756 130.189 49.1899 130.925 48.7936C131.661 48.3861 132.482 48.1823 133.387 48.1823C134.293 48.1823 135.114 48.3861 135.85 48.7936C136.586 49.1899 137.163 49.756 137.582 50.4919C138.012 51.2278 138.227 52.0769 138.227 53.0392C138.227 54.0015 138.007 54.8506 137.565 55.5865C137.135 56.3224 136.546 56.8942 135.799 57.3018C135.063 57.698 134.236 57.8961 133.319 57.8961ZM133.319 55.8243C133.75 55.8243 134.152 55.7224 134.525 55.5186C134.91 55.3035 135.216 54.9865 135.442 54.5676C135.669 54.1487 135.782 53.6392 135.782 53.0392C135.782 52.1448 135.544 51.4598 135.069 50.9843C134.604 50.4975 134.033 50.2541 133.353 50.2541C132.674 50.2541 132.102 50.4975 131.638 50.9843C131.185 51.4598 130.959 52.1448 130.959 53.0392C130.959 53.9336 131.18 54.6242 131.621 55.111C132.074 55.5865 132.64 55.8243 133.319 55.8243ZM145.185 48.1992C146.306 48.1992 147.211 48.5559 147.902 49.2691C148.593 49.9711 148.938 50.956 148.938 52.2241V57.7433H146.56V52.5467C146.56 51.7995 146.374 51.2278 146 50.8315C145.626 50.4239 145.117 50.2201 144.472 50.2201C143.815 50.2201 143.294 50.4239 142.909 50.8315C142.536 51.2278 142.349 51.7995 142.349 52.5467V57.7433H139.971V48.3351H142.349V49.5069C142.666 49.0993 143.068 48.7823 143.555 48.5559C144.053 48.3181 144.596 48.1992 145.185 48.1992ZM154.799 57.8961C154.029 57.8961 153.339 57.7603 152.727 57.4886C152.116 57.2055 151.629 56.8263 151.267 56.3508C150.916 55.8752 150.723 55.3488 150.689 54.7714H153.084C153.129 55.1337 153.305 55.4337 153.61 55.6715C153.927 55.9092 154.318 56.0281 154.782 56.0281C155.235 56.0281 155.586 55.9375 155.835 55.7564C156.095 55.5752 156.226 55.3431 156.226 55.0601C156.226 54.7544 156.067 54.528 155.75 54.3808C155.444 54.2223 154.952 54.0525 154.273 53.8713C153.571 53.7015 152.993 53.526 152.54 53.3449C152.099 53.1637 151.714 52.8864 151.386 52.5128C151.069 52.1391 150.91 51.6353 150.91 51.0013C150.91 50.4805 151.057 50.005 151.352 49.5748C151.657 49.1446 152.088 48.8049 152.642 48.5559C153.208 48.3068 153.871 48.1823 154.629 48.1823C155.75 48.1823 156.645 48.4653 157.313 49.0314C157.98 49.5861 158.348 50.339 158.416 51.29H156.141C156.107 50.9164 155.948 50.6221 155.665 50.4069C155.394 50.1805 155.026 50.0673 154.561 50.0673C154.131 50.0673 153.797 50.1465 153.559 50.3051C153.333 50.4636 153.22 50.6843 153.22 50.9674C153.22 51.2844 153.378 51.5278 153.695 51.6976C154.012 51.8561 154.505 52.0203 155.173 52.1901C155.852 52.3599 156.412 52.5354 156.854 52.7165C157.296 52.8977 157.675 53.1807 157.992 53.5657C158.32 53.9393 158.49 54.4374 158.501 55.0601C158.501 55.6035 158.348 56.0904 158.043 56.5206C157.748 56.9508 157.318 57.2904 156.752 57.5395C156.197 57.7773 155.546 57.8961 154.799 57.8961ZM163.221 50.2881V54.8393C163.221 55.1563 163.295 55.3884 163.442 55.5356C163.6 55.6715 163.861 55.7394 164.223 55.7394H165.327V57.7433H163.832C161.828 57.7433 160.827 56.7696 160.827 54.8223V50.2881H159.706V48.3351H160.827V46.0085H163.221V48.3351H165.327V50.2881H163.221ZM166.426 53.0052C166.426 52.0542 166.612 51.2108 166.986 50.4749C167.371 49.739 167.886 49.1729 168.531 48.7766C169.188 48.3804 169.918 48.1823 170.722 48.1823C171.424 48.1823 172.035 48.3238 172.556 48.6068C173.088 48.8899 173.513 49.2465 173.83 49.6767V48.3351H176.224V57.7433H173.83V56.3677C173.524 56.8093 173.1 57.1772 172.556 57.4716C172.024 57.7546 171.407 57.8961 170.705 57.8961C169.913 57.8961 169.188 57.6924 168.531 57.2848C167.886 56.8772 167.371 56.3055 166.986 55.5696C166.612 54.8223 166.426 53.9676 166.426 53.0052ZM173.83 53.0392C173.83 52.4618 173.717 51.9693 173.49 51.5617C173.264 51.1428 172.958 50.8258 172.573 50.6107C172.188 50.3843 171.775 50.2711 171.333 50.2711C170.892 50.2711 170.484 50.3786 170.111 50.5938C169.737 50.8089 169.431 51.1259 169.194 51.5448C168.967 51.9523 168.854 52.4392 168.854 53.0052C168.854 53.5713 168.967 54.0695 169.194 54.4997C169.431 54.9186 169.737 55.2412 170.111 55.4677C170.496 55.6941 170.903 55.8073 171.333 55.8073C171.775 55.8073 172.188 55.6998 172.573 55.4847C172.958 55.2582 173.264 54.9412 173.49 54.5336C173.717 54.1147 173.83 53.6166 173.83 53.0392ZM183.76 48.1992C184.881 48.1992 185.786 48.5559 186.477 49.2691C187.168 49.9711 187.513 50.956 187.513 52.2241V57.7433H185.135V52.5467C185.135 51.7995 184.949 51.2278 184.575 50.8315C184.201 50.4239 183.692 50.2201 183.047 50.2201C182.39 50.2201 181.869 50.4239 181.484 50.8315C181.111 51.2278 180.924 51.7995 180.924 52.5467V57.7433H178.546V48.3351H180.924V49.5069C181.241 49.0993 181.643 48.7823 182.13 48.5559C182.628 48.3181 183.171 48.1992 183.76 48.1992ZM192.542 50.2881V54.8393C192.542 55.1563 192.616 55.3884 192.763 55.5356C192.921 55.6715 193.182 55.7394 193.544 55.7394H194.648V57.7433H193.153C191.149 57.7433 190.148 56.7696 190.148 54.8223V50.2881H189.027V48.3351H190.148V46.0085H192.542V48.3351H194.648V50.2881H192.542ZM199.827 51.7995C199.827 50.6334 200.087 49.5918 200.608 48.6747C201.14 47.7464 201.859 47.0275 202.765 46.518C203.682 45.9972 204.707 45.7368 205.839 45.7368C207.163 45.7368 208.324 46.0765 209.32 46.7557C210.316 47.435 211.013 48.3747 211.409 49.5748H208.675C208.403 49.0087 208.018 48.5842 207.52 48.3011C207.033 48.0181 206.467 47.8766 205.822 47.8766C205.131 47.8766 204.514 48.0407 203.971 48.3691C203.439 48.6861 203.02 49.1389 202.714 49.7277C202.42 50.3164 202.272 51.007 202.272 51.7995C202.272 52.5807 202.42 53.2713 202.714 53.8713C203.02 54.4601 203.439 54.9186 203.971 55.2469C204.514 55.5639 205.131 55.7224 205.822 55.7224C206.467 55.7224 207.033 55.5809 207.52 55.2978C208.018 55.0035 208.403 54.5733 208.675 54.0072H211.409C211.013 55.2186 210.316 56.1639 209.32 56.8432C208.335 57.5112 207.175 57.8452 205.839 57.8452C204.707 57.8452 203.682 57.5905 202.765 57.081C201.859 56.5602 201.14 55.8413 200.608 54.9242C200.087 54.0072 199.827 52.9656 199.827 51.7995ZM217.617 57.8961C216.712 57.8961 215.896 57.698 215.172 57.3018C214.447 56.8942 213.876 56.3224 213.457 55.5865C213.049 54.8506 212.845 54.0015 212.845 53.0392C212.845 52.0769 213.055 51.2278 213.474 50.4919C213.904 49.756 214.487 49.1899 215.223 48.7936C215.959 48.3861 216.78 48.1823 217.685 48.1823C218.591 48.1823 219.412 48.3861 220.148 48.7936C220.884 49.1899 221.461 49.756 221.88 50.4919C222.31 51.2278 222.525 52.0769 222.525 53.0392C222.525 54.0015 222.304 54.8506 221.863 55.5865C221.433 56.3224 220.844 56.8942 220.097 57.3018C219.361 57.698 218.534 57.8961 217.617 57.8961ZM217.617 55.8243C218.048 55.8243 218.449 55.7224 218.823 55.5186C219.208 55.3035 219.514 54.9865 219.74 54.5676C219.967 54.1487 220.08 53.6392 220.08 53.0392C220.08 52.1448 219.842 51.4598 219.367 50.9843C218.902 50.4975 218.331 50.2541 217.651 50.2541C216.972 50.2541 216.4 50.4975 215.936 50.9843C215.483 51.4598 215.257 52.1448 215.257 53.0392C215.257 53.9336 215.478 54.6242 215.919 55.111C216.372 55.5865 216.938 55.8243 217.617 55.8243ZM229.483 48.1992C230.604 48.1992 231.509 48.5559 232.2 49.2691C232.891 49.9711 233.236 50.956 233.236 52.2241V57.7433H230.858V52.5467C230.858 51.7995 230.672 51.2278 230.298 50.8315C229.924 50.4239 229.415 50.2201 228.77 50.2201C228.113 50.2201 227.592 50.4239 227.207 50.8315C226.834 51.2278 226.647 51.7995 226.647 52.5467V57.7433H224.269V48.3351H226.647V49.5069C226.964 49.0993 227.366 48.7823 227.852 48.5559C228.351 48.3181 228.894 48.1992 229.483 48.1992ZM238.265 50.2881V54.8393C238.265 55.1563 238.338 55.3884 238.486 55.5356C238.644 55.6715 238.905 55.7394 239.267 55.7394H240.371V57.7433H238.876C236.872 57.7433 235.87 56.7696 235.87 54.8223V50.2881H234.75V48.3351H235.87V46.0085H238.265V48.3351H240.371V50.2881H238.265ZM241.469 53.0052C241.469 52.0542 241.656 51.2108 242.03 50.4749C242.415 49.739 242.93 49.1729 243.575 48.7766C244.232 48.3804 244.962 48.1823 245.766 48.1823C246.468 48.1823 247.079 48.3238 247.6 48.6068C248.132 48.8899 248.557 49.2465 248.874 49.6767V48.3351H251.268V57.7433H248.874V56.3677C248.568 56.8093 248.143 57.1772 247.6 57.4716C247.068 57.7546 246.451 57.8961 245.749 57.8961C244.956 57.8961 244.232 57.6924 243.575 57.2848C242.93 56.8772 242.415 56.3055 242.03 55.5696C241.656 54.8223 241.469 53.9676 241.469 53.0052ZM248.874 53.0392C248.874 52.4618 248.76 51.9693 248.534 51.5617C248.308 51.1428 248.002 50.8258 247.617 50.6107C247.232 50.3843 246.819 50.2711 246.377 50.2711C245.936 50.2711 245.528 50.3786 245.155 50.5938C244.781 50.8089 244.475 51.1259 244.237 51.5448C244.011 51.9523 243.898 52.4392 243.898 53.0052C243.898 53.5713 244.011 54.0695 244.237 54.4997C244.475 54.9186 244.781 55.2412 245.155 55.4677C245.539 55.6941 245.947 55.8073 246.377 55.8073C246.819 55.8073 247.232 55.6998 247.617 55.4847C248.002 55.2582 248.308 54.9412 248.534 54.5336C248.76 54.1147 248.874 53.6166 248.874 53.0392ZM252.979 53.0392C252.979 52.0656 253.177 51.2164 253.573 50.4919C253.97 49.756 254.519 49.1899 255.221 48.7936C255.922 48.3861 256.726 48.1823 257.632 48.1823C258.798 48.1823 259.76 48.4766 260.519 49.0653C261.289 49.6427 261.804 50.4579 262.064 51.5108H259.5C259.364 51.1032 259.132 50.7862 258.804 50.5598C258.487 50.322 258.091 50.2032 257.615 50.2032C256.936 50.2032 256.398 50.4522 256.002 50.9504C255.605 51.4372 255.407 52.1335 255.407 53.0392C255.407 53.9336 255.605 54.6299 256.002 55.128C256.398 55.6149 256.936 55.8583 257.615 55.8583C258.577 55.8583 259.206 55.428 259.5 54.5676H262.064C261.804 55.5865 261.289 56.396 260.519 56.9961C259.749 57.5961 258.787 57.8961 257.632 57.8961C256.726 57.8961 255.922 57.698 255.221 57.3018C254.519 56.8942 253.97 56.3281 253.573 55.6035C253.177 54.8676 252.979 54.0129 252.979 53.0392ZM266.574 50.2881V54.8393C266.574 55.1563 266.648 55.3884 266.795 55.5356C266.954 55.6715 267.214 55.7394 267.576 55.7394H268.68V57.7433H267.186C265.182 57.7433 264.18 56.7696 264.18 54.8223V50.2881H263.059V48.3351H264.18V46.0085H266.574V48.3351H268.68V50.2881H266.574Z" fill="#F6F6F6"/>
4
+ <path d="M0.5 18.5618C0.5 15.6872 1.1419 13.1196 2.4257 10.859C3.73741 8.5705 5.50961 6.79829 7.74231 5.5424C10.0029 4.2586 12.5286 3.6167 15.3195 3.6167C18.5848 3.6167 21.4455 4.45397 23.9014 6.12849C26.3574 7.80301 28.0738 10.1194 29.0506 13.0778H22.3106C21.6408 11.6823 20.6919 10.6357 19.464 9.93802C18.2639 9.24031 16.8685 8.89145 15.2777 8.89145C13.5752 8.89145 12.0542 9.29612 10.7146 10.1055C9.40287 10.8869 8.37025 12.0033 7.61672 13.4545C6.89109 14.9058 6.52828 16.6082 6.52828 18.5618C6.52828 20.4875 6.89109 22.1899 7.61672 23.6691C8.37025 25.1204 9.40287 26.2507 10.7146 27.06C12.0542 27.8415 13.5752 28.2322 15.2777 28.2322C16.8685 28.2322 18.2639 27.8833 19.464 27.1856C20.6919 26.46 21.6408 25.3994 22.3106 24.004H29.0506C28.0738 26.9902 26.3574 29.3206 23.9014 30.9951C21.4734 32.6418 18.6127 33.4651 15.3195 33.4651C12.5286 33.4651 10.0029 32.8371 7.74231 31.5812C5.50961 30.2974 3.73741 28.5252 2.4257 26.2646C1.1419 24.004 0.5 21.4364 0.5 18.5618Z" fill="white"/>
5
+ <path d="M39.9173 13.622C40.6709 12.394 41.6477 11.4311 42.8477 10.7334C44.0757 10.0357 45.4712 9.68684 47.034 9.68684V15.8407H45.4851C43.6431 15.8407 42.2477 16.2733 41.2988 17.1385C40.3778 18.0036 39.9173 19.5107 39.9173 21.6597V33.2139H34.0565V10.0218H39.9173V13.622Z" fill="white"/>
6
+ <path d="M72.5411 21.1155C72.5411 21.9527 72.4853 22.7063 72.3736 23.3761H55.4191C55.5586 25.0506 56.1447 26.3623 57.1773 27.3112C58.21 28.2601 59.4798 28.7345 60.9869 28.7345C63.1638 28.7345 64.7127 27.7996 65.6337 25.9297H71.955C71.2852 28.1624 70.0014 30.0044 68.1036 31.4556C66.2058 32.879 63.8754 33.5906 61.1125 33.5906C58.8798 33.5906 56.8703 33.1022 55.0842 32.1254C53.3259 31.1207 51.9445 29.7113 50.9397 27.8973C49.9629 26.0832 49.4745 23.9901 49.4745 21.6178C49.4745 19.2177 49.9629 17.1106 50.9397 15.2965C51.9165 13.4824 53.2841 12.087 55.0423 11.1102C56.8006 10.1334 58.8239 9.64498 61.1125 9.64498C63.3172 9.64498 65.2848 10.1194 67.0151 11.0683C68.7734 12.0172 70.127 13.3708 71.0759 15.129C72.0527 16.8594 72.5411 18.8549 72.5411 21.1155ZM66.4709 19.4409C66.443 17.9339 65.8988 16.7338 64.8383 15.8407C63.7777 14.9197 62.48 14.4592 60.945 14.4592C59.4938 14.4592 58.2658 14.9058 57.2611 15.7989C56.2843 16.664 55.6842 17.878 55.4609 19.4409H66.4709Z" fill="white"/>
7
+ <path d="M75.3119 21.5341C75.3119 19.1898 75.7724 17.1106 76.6934 15.2965C77.6423 13.4824 78.9121 12.087 80.5029 11.1102C82.1216 10.1334 83.9217 9.64498 85.9032 9.64498C87.6336 9.64498 89.1406 9.99384 90.4244 10.6916C91.7361 11.3893 92.7827 12.2684 93.5642 13.3289V10.0218H99.4669V33.2139H93.5642V29.823C92.8106 30.9114 91.7641 31.8184 90.4244 32.5441C89.1127 33.2418 87.5917 33.5906 85.8614 33.5906C83.9078 33.5906 82.1216 33.0883 80.5029 32.0836C78.9121 31.0789 77.6423 29.6695 76.6934 27.8554C75.7724 26.0134 75.3119 23.9063 75.3119 21.5341ZM93.5642 21.6178C93.5642 20.1945 93.2851 18.9804 92.7269 17.9757C92.1687 16.9431 91.4152 16.1617 90.4663 15.6314C89.5174 15.0732 88.4987 14.7941 87.4103 14.7941C86.3219 14.7941 85.3171 15.0593 84.3962 15.5895C83.4752 16.1198 82.7216 16.9012 82.1356 17.9339C81.5774 18.9386 81.2983 20.1387 81.2983 21.5341C81.2983 22.9295 81.5774 24.1575 82.1356 25.218C82.7216 26.2507 83.4752 27.0461 84.3962 27.6042C85.3451 28.1624 86.3498 28.4415 87.4103 28.4415C88.4987 28.4415 89.5174 28.1764 90.4663 27.6461C91.4152 27.0879 92.1687 26.3065 92.7269 25.3018C93.2851 24.2691 93.5642 23.0412 93.5642 21.6178Z" fill="white"/>
8
+ <path d="M112.015 14.836V26.0553C112.015 26.8367 112.196 27.4089 112.559 27.7717C112.95 28.1066 113.591 28.274 114.485 28.274H117.206V33.2139H113.522C108.582 33.2139 106.112 30.8137 106.112 26.0134V14.836H103.349V10.0218H106.112V4.28651H112.015V10.0218H117.206V14.836H112.015Z" fill="white"/>
9
+ <path d="M124.393 7.25879C123.361 7.25879 122.496 6.93784 121.798 6.29594C121.128 5.62613 120.793 4.80282 120.793 3.82602C120.793 2.84921 121.128 2.03986 121.798 1.39796C122.496 0.728154 123.361 0.39325 124.393 0.39325C125.426 0.39325 126.277 0.728154 126.947 1.39796C127.645 2.03986 127.994 2.84921 127.994 3.82602C127.994 4.80282 127.645 5.62613 126.947 6.29594C126.277 6.93784 125.426 7.25879 124.393 7.25879ZM127.282 10.0218V33.2139H121.421V10.0218H127.282Z" fill="white"/>
10
+ <path d="M142.743 27.8135L148.604 10.0218H154.841L146.259 33.2139H139.143L130.602 10.0218H136.882L142.743 27.8135Z" fill="white"/>
11
+ <path d="M184.925 21.1155C184.925 21.9527 184.87 22.7063 184.758 23.3761H167.803C167.943 25.0506 168.529 26.3623 169.562 27.3112C170.594 28.2601 171.864 28.7345 173.371 28.7345C175.548 28.7345 177.097 27.7996 178.018 25.9297H184.339C183.669 28.1624 182.386 30.0044 180.488 31.4556C178.59 32.879 176.26 33.5906 173.497 33.5906C171.264 33.5906 169.255 33.1022 167.468 32.1254C165.71 31.1207 164.329 29.7113 163.324 27.8973C162.347 26.0832 161.859 23.9901 161.859 21.6178C161.859 19.2177 162.347 17.1106 163.324 15.2965C164.301 13.4824 165.668 12.087 167.427 11.1102C169.185 10.1334 171.208 9.64498 173.497 9.64498C175.702 9.64498 177.669 10.1194 179.399 11.0683C181.158 12.0172 182.511 13.3708 183.46 15.129C184.437 16.8594 184.925 18.8549 184.925 21.1155ZM178.855 19.4409C178.827 17.9339 178.283 16.7338 177.223 15.8407C176.162 14.9197 174.864 14.4592 173.329 14.4592C171.878 14.4592 170.65 14.9058 169.645 15.7989C168.669 16.664 168.069 17.878 167.845 19.4409H178.855Z" fill="white"/>
12
+ <path d="M154.346 32.4164C155.043 33.0583 155.909 33.3793 156.941 33.3793C157.974 33.3793 158.825 33.0583 159.495 32.4164C160.193 31.7466 160.541 30.9233 160.541 29.9465C160.541 28.9697 160.193 28.1603 159.495 27.5184C158.825 26.8486 157.974 26.5137 156.941 26.5137C155.909 26.5137 155.043 26.8486 154.346 27.5184C153.676 28.1603 153.341 28.9697 153.341 29.9465C153.341 30.9233 153.676 31.7466 154.346 32.4164Z" fill="#E5CCFE"/>
13
+ <path d="M221.061 3.99247V33.2129H215.2V14.207L207.372 33.2129H202.935L195.064 14.207V33.2129H189.203V3.99247H195.86L205.153 25.7194L214.447 3.99247H221.061Z" fill="#E5CCFE"/>
14
+ <path d="M225.349 21.5331C225.349 19.1888 225.809 17.1096 226.73 15.2955C227.679 13.4814 228.949 12.086 230.54 11.1092C232.158 10.1324 233.958 9.64398 235.94 9.64398C237.67 9.64398 239.177 9.99284 240.461 10.6906C241.773 11.3883 242.819 12.2674 243.601 13.3279V10.0207H249.504V33.2129H243.601V29.822C242.847 30.9104 241.801 31.8174 240.461 32.5431C239.149 33.2408 237.628 33.5896 235.898 33.5896C233.944 33.5896 232.158 33.0873 230.54 32.0826C228.949 31.0779 227.679 29.6685 226.73 27.8544C225.809 26.0124 225.349 23.9053 225.349 21.5331ZM243.601 21.6168C243.601 20.1935 243.322 18.9794 242.764 17.9747C242.205 16.9421 241.452 16.1607 240.503 15.6304C239.554 15.0722 238.535 14.7931 237.447 14.7931C236.359 14.7931 235.354 15.0583 234.433 15.5885C233.512 16.1188 232.758 16.9002 232.172 17.9329C231.614 18.9376 231.335 20.1376 231.335 21.5331C231.335 22.9285 231.614 24.1565 232.172 25.217C232.758 26.2497 233.512 27.045 234.433 27.6032C235.382 28.1614 236.386 28.4405 237.447 28.4405C238.535 28.4405 239.554 28.1754 240.503 27.6451C241.452 27.0869 242.205 26.3055 242.764 25.3008C243.322 24.2681 243.601 23.0402 243.601 21.6168Z" fill="#E5CCFE"/>
15
+ <path d="M261.088 10.0207V33.2129H255.228V10.0207H261.088Z" fill="#E5CCFE"/>
16
+ <path d="M272.74 2.23422V33.2129H266.879V2.23422H272.74Z" fill="#E5CCFE"/>
17
+ <path d="M255.531 6.23539C256.229 6.87729 257.094 7.19824 258.127 7.19824C259.159 7.19824 260.01 6.87729 260.68 6.23539C261.378 5.56558 261.727 4.74228 261.727 3.76547C261.727 2.78867 261.378 1.97931 260.68 1.33741C260.01 0.667606 259.159 0.332703 258.127 0.332703C257.094 0.332703 256.229 0.667606 255.531 1.33741C254.861 1.97931 254.526 2.78867 254.526 3.76547C254.526 4.74228 254.861 5.56558 255.531 6.23539Z" fill="white"/>
18
  </svg>
assets/images/swoosh.svg ADDED
@@ -0,0 +1,4 @@
 
 
 
 
1
+ <svg width="4671" height="574" viewBox="0 0 4671 574" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M0 0H4670V574C4670 574 3898.96 432.126 3604.5 446.168C3310.04 460.21 3080.61 389.094 2746 420.5C2411.39 451.906 2209.75 536.08 1358 561.5C506.254 586.92 0 505.856 0 505.856V0Z" fill="#E8E1F8"/>
3
+ <path d="M5.5 0.5L4670.5 0.500009V529.5C4670.5 529.5 4142.5 428.5 3612.5 442C3082.5 455.5 2892.72 409.644 2236 467C1579.28 524.357 1210.89 461.412 767 499.5C323.107 537.588 5.5 550 5.5 550V0.5Z" fill="#7D64B4"/>
4
+ </svg>
assets/images/tile-contacts.svg ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg width="275" height="150" viewBox="0 0 275 150" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect y="0.132904" width="275" height="149.367" rx="4" fill="#E7E2F6"/>
3
+ <path opacity="0.4" d="M105.756 13.6066C134.064 14.1876 128.978 28.3146 148.837 35.6795C155.346 38.0983 173.056 30.8968 183.032 30.8968C200.072 30.8968 213.299 46.8756 217.084 62.909C219.273 72.3119 214.967 76.2116 213.206 86.6457C213.206 103.059 200.452 110.032 188.041 110.032C175.978 108.252 172.028 101.082 161.075 100.218C152.591 99.5274 145.253 103.871 138.348 108.252C129.091 114.101 131.889 130.706 121.262 133.682C117.684 140.044 101.78 138.056 89.4539 130.899C77.1481 120.959 56.414 118.462 47.5099 100.218C44.5392 79.848 54.5684 63.2419 75.16 49.0253C85.6354 41.7946 82.3546 17.6286 105.756 13.6066Z" fill="white"/>
4
+ <path d="M58.6814 62.7129C50.3982 56.3411 39.8367 36.0735 58.5119 23.3499C72.0525 14.1246 98.5298 24.716 114.869 46.401C124.225 58.8233 129.167 72.8252 129.364 84.7449" stroke="url(#paint0_linear)" stroke-width="2.01253" stroke-miterlimit="10"/>
5
+ <path d="M129.364 85.6785C129.364 86.0375 129.364 86.3247 129.364 86.6837" stroke="#FFBF1C" stroke-width="2.01253" stroke-miterlimit="10"/>
6
+ <path d="M179.16 113.405V118.619" stroke="#DCB145" stroke-width="2.01253" stroke-miterlimit="10"/>
7
+ <path d="M179.16 132.943V138.158" stroke="#DCB145" stroke-width="2.01253" stroke-miterlimit="10"/>
8
+ <path d="M174.268 117.299L175.59 119.543" stroke="#DCB145" stroke-width="2.01253" stroke-miterlimit="10"/>
9
+ <path d="M182.729 131.953L184.052 134.263" stroke="#DCB145" stroke-width="2.01253" stroke-miterlimit="10"/>
10
+ <path d="M169.376 125.748H171.954" stroke="#DCB145" stroke-width="2.01253" stroke-miterlimit="10"/>
11
+ <path d="M186.299 125.748H188.943" stroke="#DCB145" stroke-width="2.01253" stroke-miterlimit="10"/>
12
+ <path d="M174.268 134.263L175.59 131.953" stroke="#DCB145" stroke-width="2.01253" stroke-miterlimit="10"/>
13
+ <path d="M182.729 119.543L184.052 117.299" stroke="#DCB145" stroke-width="2.01253" stroke-miterlimit="10"/>
14
+ <path d="M168.451 119.609L172.946 122.184" stroke="#DCB145" stroke-width="2.01253" stroke-miterlimit="10"/>
15
+ <path d="M185.374 129.379L189.869 131.953" stroke="#DCB145" stroke-width="2.01253" stroke-miterlimit="10"/>
16
+ <path d="M168.451 131.953L172.946 129.379" stroke="#DCB145" stroke-width="2.01253" stroke-miterlimit="10"/>
17
+ <path d="M185.374 122.184L189.869 119.609" stroke="#DCB145" stroke-width="2.01253" stroke-miterlimit="10"/>
18
+ <path d="M89.0938 19.8753V22.1196" stroke="#FFBF1C" stroke-width="2.01253" stroke-miterlimit="10"/>
19
+ <path d="M89.0938 28.3902V30.7005" stroke="#FFBF1C" stroke-width="2.01253" stroke-miterlimit="10"/>
20
+ <path d="M84.4003 22.5816L86.3834 23.7037" stroke="#FFBF1C" stroke-width="2.01253" stroke-miterlimit="10"/>
21
+ <path d="M91.8041 26.8061L93.7873 27.9942" stroke="#FFBF1C" stroke-width="2.01253" stroke-miterlimit="10"/>
22
+ <path d="M84.4003 27.9942L86.3834 26.8061" stroke="#FFBF1C" stroke-width="2.01253" stroke-miterlimit="10"/>
23
+ <path d="M91.8041 23.7037L93.7873 22.5816" stroke="#FFBF1C" stroke-width="2.01253" stroke-miterlimit="10"/>
24
+ <path d="M69.6937 46.9367V49.181" stroke="#ACE1E4" stroke-width="2.01253" stroke-miterlimit="10"/>
25
+ <path d="M69.6937 55.4516V57.7619" stroke="#ACE1E4" stroke-width="2.01253" stroke-miterlimit="10"/>
26
+ <path d="M64.9999 49.643L66.9831 50.7651" stroke="#ACE1E4" stroke-width="2.01253" stroke-miterlimit="10"/>
27
+ <path d="M72.4039 53.8676L74.387 55.0557" stroke="#ACE1E4" stroke-width="2.01253" stroke-miterlimit="10"/>
28
+ <path d="M64.9999 55.0557L66.9831 53.8676" stroke="#ACE1E4" stroke-width="2.01253" stroke-miterlimit="10"/>
29
+ <path d="M72.4039 50.7651L74.387 49.643" stroke="#ACE1E4" stroke-width="2.01253" stroke-miterlimit="10"/>
30
+ <rect x="78.1195" y="32.1884" width="105.993" height="95.2596" fill="white"/>
31
+ <rect x="147.169" y="40.2385" width="28.8932" height="25.0424" rx="4.02505" fill="#4F2569" fill-opacity="0.16"/>
32
+ <g opacity="0.5">
33
+ <path opacity="0.2" fill-rule="evenodd" clip-rule="evenodd" d="M162.002 61.1363C166.978 61.1363 171.011 57.4561 171.011 52.9164C171.011 48.3766 166.978 44.6964 162.002 44.6964C157.027 44.6964 152.994 48.3766 152.994 52.9164C152.994 57.4561 157.027 61.1363 162.002 61.1363ZM160.662 47.1026C159.353 47.6683 158.5 49.0002 158.5 50.4776V50.997C158.5 51.6615 158.621 52.3198 158.858 52.9367C159.186 53.7926 159.869 54.4577 160.708 54.7492C161.542 55.0393 162.464 55.0393 163.298 54.7492C164.137 54.4577 164.82 53.7926 165.148 52.9367C165.385 52.3198 165.506 51.6615 165.506 50.997V50.4776C165.506 49.0002 164.653 47.6683 163.344 47.1026C162.485 46.7314 161.52 46.7314 160.662 47.1026Z" fill="#212448"/>
34
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M159.933 54.3444L158.376 54.732C157.584 54.9291 156.923 55.4346 156.52 56.1118C156.344 56.4081 156.408 56.7806 156.641 57.0338C157.927 58.4256 159.851 59.3099 162.002 59.3099C164.153 59.3099 166.078 58.4254 167.363 57.0333C167.597 56.7801 167.66 56.4075 167.484 56.1112C167.081 55.4343 166.42 54.929 165.629 54.732L164.071 54.3444C163.835 54.5159 163.575 54.6531 163.297 54.7495C162.463 55.0396 161.541 55.0396 160.707 54.7495C160.429 54.6531 160.169 54.5159 159.933 54.3444Z" fill="#212448"/>
35
+ </g>
36
+ <rect x="116.188" y="40.2385" width="28.8932" height="25.0424" rx="4.02505" fill="#4F2569" fill-opacity="0.16"/>
37
+ <g opacity="0.5">
38
+ <path opacity="0.2" fill-rule="evenodd" clip-rule="evenodd" d="M131.021 61.1363C135.996 61.1363 140.03 57.4561 140.03 52.9164C140.03 48.3766 135.996 44.6964 131.021 44.6964C126.046 44.6964 122.012 48.3766 122.012 52.9164C122.012 57.4561 126.046 61.1363 131.021 61.1363ZM129.68 47.1026C128.371 47.6683 127.518 49.0002 127.518 50.4776V50.997C127.518 51.6615 127.64 52.3198 127.876 52.9367C128.205 53.7926 128.888 54.4577 129.726 54.7492C130.561 55.0393 131.482 55.0393 132.317 54.7492C133.155 54.4577 133.838 53.7926 134.167 52.9367C134.403 52.3198 134.525 51.6615 134.525 50.997V50.4776C134.525 49.0002 133.672 47.6683 132.363 47.1026C131.504 46.7314 130.539 46.7314 129.68 47.1026Z" fill="#212448"/>
39
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M128.952 54.3444L127.394 54.732C126.602 54.9291 125.941 55.4346 125.539 56.1118C125.363 56.4081 125.426 56.7806 125.66 57.0338C126.945 58.4256 128.87 59.3099 131.021 59.3099C133.172 59.3099 135.096 58.4254 136.382 57.0333C136.615 56.7801 136.678 56.4075 136.502 56.1112C136.1 55.4343 135.439 54.929 134.647 54.732L133.09 54.3444C132.854 54.5159 132.593 54.6531 132.316 54.7495C131.481 55.0396 130.56 55.0396 129.725 54.7495C129.448 54.6531 129.188 54.5159 128.952 54.3444Z" fill="#212448"/>
40
+ </g>
41
+ <rect x="85.2064" y="40.2385" width="28.8932" height="25.0424" rx="4.02505" fill="#4F2569" fill-opacity="0.16"/>
42
+ <g opacity="0.5">
43
+ <path opacity="0.2" fill-rule="evenodd" clip-rule="evenodd" d="M100.04 61.1363C105.015 61.1363 109.048 57.4561 109.048 52.9164C109.048 48.3766 105.015 44.6964 100.04 44.6964C95.0643 44.6964 91.031 48.3766 91.031 52.9164C91.031 57.4561 95.0643 61.1363 100.04 61.1363ZM98.6988 47.1026C97.39 47.6683 96.5368 49.0002 96.5368 50.4776V50.997C96.5368 51.6615 96.6584 52.3198 96.895 52.9367C97.2233 53.7926 97.9062 54.4577 98.7448 54.7492C99.5793 55.0393 100.501 55.0393 101.336 54.7492C102.174 54.4577 102.857 53.7926 103.185 52.9367C103.422 52.3198 103.543 51.6615 103.543 50.997V50.4776C103.543 49.0002 102.69 47.6683 101.382 47.1026C100.523 46.7314 99.5576 46.7314 98.6988 47.1026Z" fill="#212448"/>
44
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M97.9704 54.3444L96.413 54.732C95.6211 54.929 94.9598 55.4346 94.5577 56.1118C94.3817 56.4081 94.4447 56.7806 94.6785 57.0338C95.9638 58.4256 97.8883 59.3099 100.039 59.3099C102.19 59.3099 104.115 58.4254 105.4 57.0333C105.634 56.7801 105.697 56.4075 105.521 56.1112C105.119 55.4343 104.458 54.929 103.666 54.732L102.108 54.3444C101.872 54.5159 101.612 54.6531 101.335 54.7495C100.5 55.0396 99.5785 55.0396 98.7439 54.7495C98.4667 54.6531 98.2064 54.5159 97.9704 54.3444Z" fill="#212448"/>
45
+ </g>
46
+ <rect x="147.169" y="67.6123" width="28.8932" height="25.0424" rx="4.02505" fill="#4F2569" fill-opacity="0.16"/>
47
+ <g opacity="0.5">
48
+ <path opacity="0.2" fill-rule="evenodd" clip-rule="evenodd" d="M162.002 88.5102C166.978 88.5102 171.011 84.83 171.011 80.2902C171.011 75.7504 166.978 72.0702 162.002 72.0702C157.027 72.0702 152.994 75.7504 152.994 80.2902C152.994 84.83 157.027 88.5102 162.002 88.5102ZM160.662 74.4765C159.353 75.0421 158.5 76.3741 158.5 77.8514V78.3709C158.5 79.0353 158.621 79.6937 158.858 80.3106C159.186 81.1664 159.869 81.8316 160.708 82.1231C161.542 82.4132 162.464 82.4132 163.298 82.1231C164.137 81.8316 164.82 81.1664 165.148 80.3106C165.385 79.6937 165.506 79.0353 165.506 78.3709V77.8514C165.506 76.3741 164.653 75.0421 163.344 74.4765C162.485 74.1053 161.52 74.1053 160.662 74.4765Z" fill="#212448"/>
49
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M159.933 81.7182L158.376 82.1058C157.584 82.3029 156.923 82.8084 156.52 83.4856C156.344 83.7819 156.408 84.1544 156.641 84.4076C157.927 85.7995 159.851 86.6837 162.002 86.6837C164.153 86.6837 166.078 85.7993 167.363 84.4072C167.597 84.1539 167.66 83.7814 167.484 83.4851C167.081 82.8081 166.42 82.3028 165.629 82.1058L164.071 81.7182C163.835 81.8897 163.575 82.0269 163.297 82.1233C162.463 82.4134 161.541 82.4134 160.707 82.1233C160.429 82.0269 160.169 81.8897 159.933 81.7182Z" fill="#212448"/>
50
+ </g>
51
+ <rect x="116.188" y="70.2385" width="28.8932" height="27.4449" rx="4.02505" fill="#4F2569" fill-opacity="0.16"/>
52
+ <g opacity="0.5">
53
+ <path opacity="0.2" fill-rule="evenodd" clip-rule="evenodd" d="M131.021 93.1412C135.996 93.1412 140.03 89.1079 140.03 84.1326C140.03 79.1573 135.996 75.1241 131.021 75.1241C126.046 75.1241 122.012 79.1573 122.012 84.1326C122.012 89.1079 126.046 93.1412 131.021 93.1412ZM129.68 77.7612C128.371 78.3811 127.518 79.8408 127.518 81.4599V82.0292C127.518 82.7574 127.64 83.4789 127.876 84.155C128.205 85.0929 128.888 85.8219 129.726 86.1414C130.561 86.4593 131.482 86.4593 132.317 86.1413C133.155 85.8219 133.838 85.0929 134.167 84.155C134.403 83.4789 134.525 82.7574 134.525 82.0292V81.4599C134.525 79.8408 133.672 78.3811 132.363 77.7612C131.504 77.3544 130.539 77.3544 129.68 77.7612Z" fill="#212448"/>
54
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M128.952 85.6977L127.37 86.1292C126.523 86.36 125.836 86.9437 125.463 87.7075C125.328 87.9833 125.386 88.3091 125.579 88.5473C126.864 90.1289 128.824 91.1396 131.021 91.1396C133.217 91.1396 135.178 90.1287 136.462 88.5468C136.656 88.3085 136.713 87.9826 136.579 87.7069C136.206 86.9434 135.518 86.3599 134.672 86.1292L133.09 85.6976C132.854 85.8856 132.593 86.036 132.316 86.1416C131.481 86.4596 130.56 86.4596 129.725 86.1416C129.448 86.036 129.188 85.8856 128.952 85.6977Z" fill="#212448"/>
55
+ </g>
56
+ <rect x="85.2064" y="67.6123" width="28.8932" height="25.0424" rx="4.02505" fill="#4F2569" fill-opacity="0.16"/>
57
+ <g opacity="0.5">
58
+ <path opacity="0.2" fill-rule="evenodd" clip-rule="evenodd" d="M100.04 88.5102C105.015 88.5102 109.048 84.83 109.048 80.2902C109.048 75.7504 105.015 72.0702 100.04 72.0702C95.0643 72.0702 91.031 75.7504 91.031 80.2902C91.031 84.83 95.0643 88.5102 100.04 88.5102ZM98.6988 74.4765C97.39 75.0421 96.5368 76.3741 96.5368 77.8514V78.3709C96.5368 79.0353 96.6584 79.6937 96.895 80.3106C97.2233 81.1664 97.9062 81.8316 98.7448 82.1231C99.5793 82.4132 100.501 82.4132 101.336 82.1231C102.174 81.8316 102.857 81.1664 103.185 80.3106C103.422 79.6937 103.543 79.0353 103.543 78.3709V77.8514C103.543 76.3741 102.69 75.0421 101.382 74.4765C100.523 74.1053 99.5576 74.1053 98.6988 74.4765Z" fill="#212448"/>
59
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M97.9704 81.7182L96.413 82.1058C95.6211 82.3029 94.9598 82.8084 94.5577 83.4856C94.3817 83.7819 94.4447 84.1544 94.6785 84.4076C95.9638 85.7995 97.8883 86.6837 100.039 86.6837C102.19 86.6837 104.115 85.7993 105.4 84.4071C105.634 84.1539 105.697 83.7814 105.521 83.4851C105.119 82.8081 104.458 82.3028 103.666 82.1058L102.108 81.7182C101.872 81.8897 101.612 82.0269 101.335 82.1233C100.5 82.4134 99.5785 82.4134 98.7439 82.1233C98.4667 82.0269 98.2064 81.8897 97.9704 81.7182Z" fill="#212448"/>
60
+ </g>
61
+ <rect x="147.169" y="94.9862" width="28.8932" height="25.0424" rx="4.02505" fill="#4F2569" fill-opacity="0.16"/>
62
+ <g opacity="0.5">
63
+ <path opacity="0.2" fill-rule="evenodd" clip-rule="evenodd" d="M162.002 115.884C166.978 115.884 171.011 112.204 171.011 107.664C171.011 103.124 166.978 99.4441 162.002 99.4441C157.027 99.4441 152.994 103.124 152.994 107.664C152.994 112.204 157.027 115.884 162.002 115.884ZM160.662 101.85C159.353 102.416 158.5 103.748 158.5 105.225V105.745C158.5 106.409 158.621 107.068 158.858 107.684C159.186 108.54 159.869 109.205 160.708 109.497C161.542 109.787 162.464 109.787 163.298 109.497C164.137 109.205 164.82 108.54 165.148 107.684C165.385 107.068 165.506 106.409 165.506 105.745V105.225C165.506 103.748 164.653 102.416 163.344 101.85C162.485 101.479 161.52 101.479 160.662 101.85Z" fill="#212448"/>
64
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M159.933 109.092L158.376 109.48C157.584 109.677 156.923 110.182 156.52 110.859C156.344 111.156 156.408 111.528 156.641 111.781C157.927 113.173 159.851 114.058 162.002 114.058C164.153 114.058 166.078 113.173 167.363 111.781C167.597 111.528 167.66 111.155 167.484 110.859C167.081 110.182 166.42 109.677 165.629 109.48L164.071 109.092C163.835 109.264 163.575 109.401 163.297 109.497C162.463 109.787 161.541 109.787 160.707 109.497C160.429 109.401 160.169 109.264 159.933 109.092Z" fill="#212448"/>
65
+ </g>
66
+ <rect x="116.188" y="94.9862" width="28.8932" height="25.0424" rx="4.02505" fill="#4F2569" fill-opacity="0.16"/>
67
+ <g opacity="0.5">
68
+ <path opacity="0.2" fill-rule="evenodd" clip-rule="evenodd" d="M131.021 115.884C135.996 115.884 140.03 112.204 140.03 107.664C140.03 103.124 135.996 99.4441 131.021 99.4441C126.046 99.4441 122.012 103.124 122.012 107.664C122.012 112.204 126.046 115.884 131.021 115.884ZM129.68 101.85C128.371 102.416 127.518 103.748 127.518 105.225V105.745C127.518 106.409 127.64 107.068 127.876 107.684C128.205 108.54 128.888 109.205 129.726 109.497C130.561 109.787 131.482 109.787 132.317 109.497C133.155 109.205 133.838 108.54 134.167 107.684C134.403 107.068 134.525 106.409 134.525 105.745V105.225C134.525 103.748 133.672 102.416 132.363 101.85C131.504 101.479 130.539 101.479 129.68 101.85Z" fill="#212448"/>
69
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M128.952 109.092L127.394 109.48C126.602 109.677 125.941 110.182 125.539 110.859C125.363 111.156 125.426 111.528 125.66 111.781C126.945 113.173 128.87 114.058 131.021 114.058C133.172 114.058 135.096 113.173 136.382 111.781C136.615 111.528 136.678 111.155 136.502 110.859C136.1 110.182 135.439 109.677 134.647 109.48L133.09 109.092C132.854 109.264 132.593 109.401 132.316 109.497C131.481 109.787 130.56 109.787 129.725 109.497C129.448 109.401 129.188 109.264 128.952 109.092Z" fill="#212448"/>
70
+ </g>
71
+ <rect x="85.2064" y="94.9862" width="28.8932" height="25.0424" rx="4.02505" fill="#4F2569" fill-opacity="0.16"/>
72
+ <g opacity="0.5">
73
+ <path opacity="0.2" fill-rule="evenodd" clip-rule="evenodd" d="M100.04 115.884C105.015 115.884 109.048 112.204 109.048 107.664C109.048 103.124 105.015 99.4441 100.04 99.4441C95.0643 99.4441 91.031 103.124 91.031 107.664C91.031 112.204 95.0643 115.884 100.04 115.884ZM98.6988 101.85C97.39 102.416 96.5368 103.748 96.5368 105.225V105.745C96.5368 106.409 96.6584 107.068 96.895 107.684C97.2233 108.54 97.9062 109.205 98.7448 109.497C99.5793 109.787 100.501 109.787 101.336 109.497C102.174 109.205 102.857 108.54 103.185 107.684C103.422 107.068 103.543 106.409 103.543 105.745V105.225C103.543 103.748 102.69 102.416 101.382 101.85C100.523 101.479 99.5576 101.479 98.6988 101.85Z" fill="#212448"/>
74
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M97.9704 109.092L96.413 109.48C95.6211 109.677 94.9598 110.182 94.5577 110.859C94.3817 111.156 94.4447 111.528 94.6785 111.781C95.9638 113.173 97.8883 114.058 100.039 114.058C102.19 114.058 104.115 113.173 105.4 111.781C105.634 111.528 105.697 111.155 105.521 110.859C105.119 110.182 104.458 109.677 103.666 109.48L102.108 109.092C101.872 109.264 101.612 109.401 101.335 109.497C100.5 109.787 99.5785 109.787 98.7439 109.497C98.4666 109.401 98.2064 109.264 97.9704 109.092Z" fill="#212448"/>
75
+ </g>
76
+ <rect x="101.599" y="53.3342" width="60.3758" height="56.3507" rx="6.70842" fill="#FFD66D"/>
77
+ <circle cx="131.787" cy="81.962" r="22.6773" fill="#FFBF1C"/>
78
+ <path d="M122.969 75.2338C122.969 71.1582 125.117 67.4836 128.412 65.9231C130.574 64.899 133.003 64.899 135.165 65.9231C138.459 67.4836 140.607 71.1582 140.607 75.2338V76.667C140.607 78.5 140.301 80.3163 139.705 82.0182C138.879 84.3793 137.16 86.2144 135.049 87.0185C132.948 87.8189 130.628 87.8189 128.527 87.0185C126.416 86.2144 124.697 84.3793 123.871 82.0182C123.275 80.3163 122.969 78.5 122.969 76.667V75.2338Z" fill="white"/>
79
+ <path opacity="0.4" fill-rule="evenodd" clip-rule="evenodd" d="M131.787 104.639C144.311 104.639 154.464 94.4864 154.464 81.962C154.464 69.4377 144.311 59.2847 131.787 59.2847C119.263 59.2847 109.11 69.4377 109.11 81.962C109.11 94.4864 119.263 104.639 131.787 104.639ZM128.412 65.9231C125.117 67.4836 122.969 71.1582 122.969 75.2338V76.667C122.969 78.5 123.275 80.3163 123.871 82.0182C124.697 84.3793 126.416 86.2144 128.527 87.0185C130.628 87.8189 132.948 87.8189 135.049 87.0185C137.16 86.2144 138.879 84.3793 139.705 82.0182C140.301 80.3163 140.607 78.5 140.607 76.667V75.2338C140.607 71.1582 138.459 67.4836 135.165 65.9231C133.003 64.899 130.574 64.899 128.412 65.9231Z" fill="#BABABA"/>
80
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M126.578 85.9018L119.782 87.7553C118.652 88.0634 117.805 89.001 117.612 90.1564L117.367 91.6268C117.324 91.8843 117.383 92.1492 117.537 92.3599C120.745 96.7493 125.932 99.6006 131.786 99.6006C137.64 99.6006 142.828 96.7486 146.036 92.3582C146.19 92.1475 146.248 91.8827 146.206 91.6252L145.961 90.1564C145.768 89.001 144.921 88.0634 143.791 87.7553L136.994 85.9017C136.4 86.3748 135.745 86.7534 135.047 87.0193C132.946 87.8196 130.626 87.8196 128.525 87.0193C127.827 86.7534 127.172 86.3748 126.578 85.9018Z" fill="#49236F"/>
81
+ <path d="M88.8781 77.8282L61.4986 61.8075L62.4177 73.1724L88.8781 77.8282Z" fill="#714D95"/>
82
+ <path d="M88.8779 77.8282L61.6504 63.6172L61.7745 65.1881L88.8779 77.8282Z" fill="#714D95"/>
83
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M67.6073 54.6965L91.1306 79.0234L50.6428 74.4472L59.6074 64.0102L88.878 77.8279L61.498 61.8091L67.6073 54.6965Z" fill="#8F72CE"/>
84
+ <g style="mix-blend-mode:soft-light" opacity="0.5">
85
+ <path d="M59.6072 64.0105L50.6247 74.4464L67.5306 67.7528L59.6072 64.0105Z" fill="#D1B3EE"/>
86
+ </g>
87
+ <g style="mix-blend-mode:soft-light" opacity="0.5">
88
+ <path d="M67.6071 54.6965L61.508 61.8083L68.7379 66.0393L67.6071 54.6965Z" fill="#D1B3EE"/>
89
+ </g>
90
+ <defs>
91
+ <linearGradient id="paint0_linear" x1="37.8241" y1="63.4193" x2="103.234" y2="27.6277" gradientUnits="userSpaceOnUse">
92
+ <stop stop-color="#A37FDF"/>
93
+ <stop offset="1" stop-color="#8F72CE" stop-opacity="0"/>
94
+ </linearGradient>
95
+ </defs>
96
+ </svg>
assets/images/tile-logomaker.svg ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg width="275" height="150" viewBox="0 0 275 150" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="275" height="149.367" fill="#E7E2F6"/>
3
+ <path opacity="0.7" d="M174.05 28.0304C164.122 31.1329 164.658 39.4347 157.279 36.7514C149.229 32.0555 133.8 15.3823 118.37 20.6511C105.612 25.0076 115.482 41.5232 102.922 46.1438C101.468 46.6718 99.8811 46.9359 98.2945 46.9359C95.7164 46.9359 92.94 46.4078 89.833 45.8137C86.7921 45.2857 83.4207 44.6916 79.7188 44.6916C75.488 44.6916 70.7284 45.4177 65.3738 47.728C52.0204 55.3189 50.2356 63.3719 48.3185 71.5568C48.2524 71.9529 48.1202 72.877 48.0541 73.2731C46.2692 83.3063 47.6575 90.3691 50.5 98.6201C52.2849 103.769 55.0613 108.389 58.9616 112.02C62.0024 114.858 65.7705 116.97 70.2657 118.092C72.1166 118.555 73.9015 118.753 75.5541 118.753C84.8089 118.753 91.6178 112.482 101.005 111.756C101.666 111.69 102.261 111.69 102.922 111.69C110.59 111.69 116.54 115.386 123.084 119.545C123.415 119.743 123.811 120.007 124.142 120.205C133.066 125.815 142.057 130.964 151.576 133.604C155.939 134.792 160.368 135.519 164.995 135.519C169.953 135.519 175.11 134.726 180.464 132.878C186.414 130.832 191.636 127.532 196.131 123.307C200.891 118.819 204.857 113.274 207.832 107.135C212.856 96.8379 208.295 88.4873 207.832 77.0019C237.349 66.2684 216.984 14.6136 174.05 28.0304Z" fill="#F6F6F6"/>
4
+ <path d="M204.414 103.905C207.872 116.456 203.006 126.212 196.528 131.492C183.836 141.856 160.302 134.133 143.908 114.198C134.521 102.779 129.563 89.9073 129.364 78.95" stroke="url(#paint0_linear)" stroke-width="2.01253" stroke-miterlimit="10"/>
5
+ <path d="M129.364 78.0918C129.364 77.7617 129.364 77.4977 129.364 77.1677" stroke="#FFBF1C" stroke-width="2.01253" stroke-miterlimit="10"/>
6
+ <path d="M169.16 13.2719V18.4865" stroke="#DCB145" stroke-width="2.01253" stroke-miterlimit="10"/>
7
+ <path d="M169.16 32.8102V38.0248" stroke="#DCB145" stroke-width="2.01253" stroke-miterlimit="10"/>
8
+ <path d="M164.268 17.1663L165.59 19.4105" stroke="#DCB145" stroke-width="2.01253" stroke-miterlimit="10"/>
9
+ <path d="M172.729 31.8203L174.052 34.1306" stroke="#DCB145" stroke-width="2.01253" stroke-miterlimit="10"/>
10
+ <path d="M159.376 25.6154H161.954" stroke="#DCB145" stroke-width="2.01253" stroke-miterlimit="10"/>
11
+ <path d="M176.299 25.6154H178.943" stroke="#DCB145" stroke-width="2.01253" stroke-miterlimit="10"/>
12
+ <path d="M164.268 34.1306L165.59 31.8203" stroke="#DCB145" stroke-width="2.01253" stroke-miterlimit="10"/>
13
+ <path d="M172.729 19.4105L174.052 17.1663" stroke="#DCB145" stroke-width="2.01253" stroke-miterlimit="10"/>
14
+ <path d="M158.451 19.4766L162.946 22.0509" stroke="#DCB145" stroke-width="2.01253" stroke-miterlimit="10"/>
15
+ <path d="M175.374 29.246L179.869 31.8203" stroke="#DCB145" stroke-width="2.01253" stroke-miterlimit="10"/>
16
+ <path d="M158.451 31.8203L162.946 29.246" stroke="#DCB145" stroke-width="2.01253" stroke-miterlimit="10"/>
17
+ <path d="M175.374 22.0509L179.869 19.4766" stroke="#DCB145" stroke-width="2.01253" stroke-miterlimit="10"/>
18
+ <path d="M59.0938 99.7424V101.987" stroke="#FFBF1C" stroke-width="2.01253" stroke-miterlimit="10"/>
19
+ <path d="M59.0938 108.257V110.568" stroke="#FFBF1C" stroke-width="2.01253" stroke-miterlimit="10"/>
20
+ <path d="M54.4003 102.449L56.3834 103.571" stroke="#FFBF1C" stroke-width="2.01253" stroke-miterlimit="10"/>
21
+ <path d="M61.8041 106.673L63.7873 107.861" stroke="#FFBF1C" stroke-width="2.01253" stroke-miterlimit="10"/>
22
+ <path d="M54.4003 107.861L56.3834 106.673" stroke="#FFBF1C" stroke-width="2.01253" stroke-miterlimit="10"/>
23
+ <path d="M61.8041 103.571L63.7873 102.449" stroke="#FFBF1C" stroke-width="2.01253" stroke-miterlimit="10"/>
24
+ <path d="M192.694 46.8038V49.0481" stroke="#ACE1E4" stroke-width="2.01253" stroke-miterlimit="10"/>
25
+ <path d="M192.694 55.3187V57.629" stroke="#ACE1E4" stroke-width="2.01253" stroke-miterlimit="10"/>
26
+ <path d="M188 49.5101L189.983 50.6323" stroke="#ACE1E4" stroke-width="2.01253" stroke-miterlimit="10"/>
27
+ <path d="M195.404 53.7347L197.387 54.9228" stroke="#ACE1E4" stroke-width="2.01253" stroke-miterlimit="10"/>
28
+ <path d="M188 54.9228L189.983 53.7347" stroke="#ACE1E4" stroke-width="2.01253" stroke-miterlimit="10"/>
29
+ <path d="M195.404 50.6323L197.387 49.5101" stroke="#ACE1E4" stroke-width="2.01253" stroke-miterlimit="10"/>
30
+ <path d="M189.51 73.5797L205.775 100.815L194.402 99.9974L189.51 73.5797Z" fill="#714D95"/>
31
+ <path d="M189.51 73.5799L203.964 100.679L202.392 100.569L189.51 73.5799Z" fill="#714D95"/>
32
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M212.831 94.6431L188.295 71.3379L193.233 111.783L203.589 102.726L189.511 73.5799L205.773 100.816L212.831 94.6431Z" fill="#8F72CE"/>
33
+ <g style="mix-blend-mode:soft-light" opacity="0.5">
34
+ <path d="M203.589 102.726L193.234 111.801L199.776 94.8364L203.589 102.726Z" fill="#D1B3EE"/>
35
+ </g>
36
+ <g style="mix-blend-mode:soft-light" opacity="0.5">
37
+ <path d="M212.831 94.6433L205.774 100.806L201.479 93.6139L212.831 94.6433Z" fill="#D1B3EE"/>
38
+ </g>
39
+ <rect x="78.1195" y="32.0555" width="105.993" height="95.2596" fill="white"/>
40
+ <rect x="86.1696" y="84.3812" width="89.8928" height="20.1253" rx="4.02505" fill="#4F2569" fill-opacity="0.16"/>
41
+ <rect x="123.737" y="40.1056" width="52.3257" height="40.2505" rx="4.02505" fill="#4F2569" fill-opacity="0.16"/>
42
+ <rect x="86.1696" y="108.531" width="89.8928" height="13.4168" rx="4.02505" fill="#4F2569" fill-opacity="0.16"/>
43
+ <rect x="86.1696" y="72.306" width="30.8587" height="8.0501" rx="4.02505" fill="#265988" fill-opacity="0.16"/>
44
+ <rect x="63.361" y="37.4222" width="60.3758" height="56.3507" rx="6.70842" fill="#7D64B4"/>
45
+ <path d="M75.4362 67.2795H91.5931V83.4363H75.4362V67.2795ZM98.2071 81.7356C96.4433 79.9719 95.5615 77.8303 95.5615 75.3107C95.5615 72.7911 96.4433 70.6494 98.2071 68.8857C99.9708 67.122 102.112 66.2401 104.632 66.2401C107.152 66.2401 109.293 67.122 111.057 68.8857C112.821 70.6494 113.703 72.7911 113.703 75.3107C113.703 77.8303 112.821 79.9719 111.057 81.7356C109.293 83.4993 107.152 84.3812 104.632 84.3812C102.112 84.3812 99.9708 83.4993 98.2071 81.7356ZM93.5773 44.1307L104.632 62.2718H82.5226L93.5773 44.1307Z" fill="white"/>
46
+ <path d="M75.4362 67.2794H91.5931V83.4363H75.4362V67.2794Z" fill="#AADBF4"/>
47
+ <path d="M93.5771 44.1308L104.632 62.2719H82.5224L93.5771 44.1308Z" fill="#C49ED1"/>
48
+ <defs>
49
+ <linearGradient id="paint0_linear" x1="221.21" y1="98.5539" x2="158.353" y2="136.095" gradientUnits="userSpaceOnUse">
50
+ <stop stop-color="#A37FDF"/>
51
+ <stop offset="1" stop-color="#8F72CE" stop-opacity="0"/>
52
+ </linearGradient>
53
+ </defs>
54
+ </svg>
assets/images/tile-woocommerce.svg ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg width="275" height="150" viewBox="0 0 275 150" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="275" height="150" fill="#E7E2F6"/>
3
+ <path opacity="0.4" d="M171.352 29.3945C143.044 29.9756 142.398 33.1817 122.539 40.5466C116.03 42.9654 98.3193 35.7639 88.3438 35.7639C71.3035 35.7639 51.281 50.3046 47.4962 66.338C45.3066 75.7409 56.4084 81.0787 58.1701 91.5129C58.1701 107.926 70.9235 114.899 83.3344 114.899C95.3975 113.119 99.3479 105.949 110.301 105.085C118.785 104.395 126.122 108.738 133.027 113.119C142.285 118.968 151.852 124.719 162.479 127.695C166.967 128.949 171.576 129.676 176.348 129.676C181.456 129.676 186.754 128.844 192.298 126.944C198.433 124.841 203.839 121.423 208.465 117.061C213.395 112.412 217.437 106.698 220.525 100.372C236.029 68.6159 216.807 68.109 196.216 53.8924C185.74 46.6617 194.753 33.4166 171.352 29.3945Z" fill="white"/>
4
+ <path d="M194.37 38.6622L196.22 39.7375C196.483 39.8927 196.695 40.1222 196.828 40.3973C196.962 40.6725 197.012 40.981 196.971 41.2843C196.849 42.2165 196.821 43.1587 196.888 44.0965C196.91 44.4107 196.837 44.7241 196.677 44.9956C196.518 45.2672 196.281 45.4843 195.997 45.6185L194.221 46.4456C193.868 46.6057 193.588 46.8922 193.435 47.2488C193.282 47.6054 193.268 48.0063 193.395 48.3729L194.138 50.4407C194.267 50.8069 194.529 51.1106 194.873 51.2903C195.216 51.4699 195.615 51.5122 195.988 51.4085L198.061 50.8626C198.361 50.7775 198.679 50.7857 198.974 50.8862C199.269 50.9866 199.527 51.1745 199.713 51.425C200.287 52.1715 200.935 52.8587 201.645 53.4763C201.889 53.6793 202.064 53.9531 202.145 54.2599C202.226 54.5667 202.21 54.8912 202.099 55.1885L201.356 57.0248C201.22 57.3859 201.225 57.7851 201.371 58.1425C201.516 58.4999 201.791 58.7891 202.141 58.952L204.123 59.9032C204.473 60.0679 204.872 60.0956 205.242 59.9809C205.612 59.8661 205.925 59.6172 206.121 59.2828L207.187 57.4301C207.341 57.1641 207.572 56.9505 207.848 56.8164C208.125 56.6823 208.435 56.6339 208.739 56.6774C209.67 56.8013 210.611 56.8262 211.547 56.7518C211.864 56.7261 212.182 56.7989 212.457 56.9602C212.732 57.1214 212.95 57.3635 213.083 57.6534L213.909 59.4317C214.066 59.7859 214.35 60.0677 214.705 60.2211C215.06 60.3744 215.46 60.3879 215.825 60.2589L217.906 59.5227C218.268 59.3926 218.569 59.1308 218.748 58.7891C218.927 58.4475 218.971 58.051 218.872 57.6782L218.327 55.6021C218.243 55.3018 218.252 54.9831 218.352 54.6879C218.452 54.3927 218.639 54.1347 218.889 53.9478C219.633 53.3776 220.317 52.7317 220.928 52.0206C221.134 51.7778 221.409 51.604 221.716 51.5227C222.023 51.4413 222.348 51.4563 222.646 51.5656L224.479 52.2356C224.84 52.3708 225.239 52.366 225.596 52.2222C225.954 52.0783 226.245 51.8058 226.412 51.4581L227.353 49.4647C227.521 49.1156 227.551 48.7157 227.436 48.3458C227.321 47.9758 227.07 47.6633 226.734 47.4713L224.876 46.4456C224.612 46.2891 224.4 46.0581 224.266 45.7815C224.133 45.505 224.083 45.1951 224.124 44.8906C224.247 43.9584 224.274 43.0161 224.207 42.0783C224.181 41.7613 224.252 41.4438 224.412 41.1687C224.571 40.8936 224.811 40.6741 225.099 40.5398L226.874 39.7127C227.229 39.5541 227.51 39.2678 227.663 38.9107C227.816 38.5536 227.829 38.1519 227.7 37.7855L226.957 35.6928C226.827 35.3292 226.566 35.0275 226.225 34.8469C225.884 34.6663 225.489 34.6199 225.115 34.7168L223.051 35.271C222.751 35.3526 222.433 35.3426 222.139 35.2424C221.845 35.1422 221.587 34.9563 221.399 34.7085C220.846 33.9698 220.218 33.2907 219.524 32.682C219.281 32.477 219.107 32.2017 219.026 31.8938C218.944 31.5858 218.96 31.2603 219.07 30.9616L219.756 29.1336C219.893 28.7723 219.889 28.3726 219.745 28.0139C219.601 27.6553 219.328 27.3641 218.979 27.1981L216.989 26.2551C216.64 26.0889 216.242 26.0605 215.873 26.1754C215.504 26.2904 215.192 26.5404 214.999 26.8755L213.925 28.7283C213.77 28.992 213.541 29.2041 213.267 29.338C212.992 29.4719 212.684 29.5216 212.381 29.481C211.448 29.3586 210.504 29.3309 209.565 29.3983C209.237 29.443 208.904 29.3802 208.615 29.2191C208.326 29.058 208.097 28.8074 207.963 28.505L207.137 26.7183C206.98 26.3623 206.695 26.079 206.337 25.9255C205.98 25.772 205.579 25.7598 205.213 25.8912L203.148 26.6273C202.783 26.7576 202.481 27.0203 202.3 27.3634C202.12 27.7066 202.075 28.1052 202.174 28.4801L202.727 30.5563C202.812 30.8565 202.804 31.1755 202.704 31.471C202.603 31.7665 202.416 32.0244 202.166 32.2105C201.42 32.7858 200.734 33.4342 200.117 34.1461C199.914 34.3891 199.641 34.5633 199.335 34.6447C199.029 34.7261 198.705 34.7109 198.408 34.601L196.575 33.9062C196.213 33.7696 195.813 33.7746 195.455 33.9202C195.097 34.0659 194.806 34.3415 194.642 34.692L193.701 36.6854C193.544 37.0388 193.525 37.4385 193.649 37.8048C193.773 38.1712 194.03 38.4773 194.37 38.6622V38.6622ZM204.544 40.2255C205.11 39.0495 206.01 38.0673 207.132 37.4026C208.254 36.7379 209.546 36.4204 210.848 36.49C212.149 36.5596 213.401 37.0132 214.446 37.7937C215.491 38.5743 216.282 39.6469 216.719 40.8765C217.157 42.1062 217.221 43.438 216.905 44.7044C216.588 45.9707 215.905 47.1151 214.941 47.9933C213.976 48.8716 212.774 49.4446 211.486 49.6401C210.197 49.8357 208.879 49.6452 207.699 49.0925C206.907 48.7218 206.196 48.1974 205.608 47.5496C205.02 46.9018 204.566 46.1436 204.272 45.3189C203.979 44.4941 203.852 43.6192 203.899 42.7449C203.945 41.8706 204.164 41.0143 204.544 40.2255V40.2255Z" fill="#D0B8B8"/>
5
+ <path d="M204.511 40.7813L204.508 40.7889C203.052 44.0399 204.503 47.8576 207.749 49.316L207.756 49.3194C211.002 50.7777 214.814 49.3245 216.27 46.0734L216.273 46.0659C217.729 42.8148 216.278 38.9971 213.032 37.5387L213.025 37.5353C209.779 36.077 205.967 37.5302 204.511 40.7813Z" stroke="#917D65" stroke-width="1.81066" stroke-linecap="round" stroke-linejoin="round"/>
6
+ <path d="M85.2014 105.752L86.4564 106.481C86.635 106.587 86.7787 106.742 86.8694 106.929C86.9601 107.116 86.9938 107.325 86.9662 107.531C86.8834 108.163 86.8646 108.802 86.9102 109.439C86.9249 109.652 86.875 109.864 86.767 110.049C86.6591 110.233 86.4981 110.38 86.3051 110.471L85.1005 111.032C84.8611 111.141 84.6709 111.335 84.5672 111.577C84.4635 111.819 84.4539 112.091 84.5402 112.34L85.0445 113.743C85.1316 113.991 85.3096 114.197 85.5426 114.319C85.7756 114.441 86.0462 114.47 86.2995 114.399L87.7058 114.029C87.9092 113.971 88.1253 113.977 88.3254 114.045C88.5256 114.113 88.7003 114.241 88.8264 114.41C89.216 114.917 89.6552 115.383 90.1374 115.802C90.3027 115.94 90.4212 116.126 90.4764 116.334C90.5316 116.542 90.5208 116.762 90.4456 116.964L89.9413 118.21C89.849 118.455 89.8526 118.725 89.9513 118.968C90.05 119.21 90.2366 119.407 90.4736 119.517L91.8182 120.162C92.0559 120.274 92.3268 120.293 92.5776 120.215C92.8284 120.137 93.0412 119.968 93.1741 119.742L93.8969 118.485C94.0018 118.304 94.1581 118.159 94.3457 118.068C94.5333 117.977 94.7438 117.944 94.9502 117.974C95.5816 118.058 96.2201 118.075 96.8551 118.024C97.0705 118.007 97.286 118.056 97.4724 118.166C97.6588 118.275 97.8071 118.439 97.8972 118.636L98.4575 119.843C98.5638 120.083 98.7567 120.274 98.9977 120.378C99.2387 120.482 99.5099 120.491 99.7573 120.404L101.169 119.904C101.415 119.816 101.619 119.638 101.741 119.407C101.862 119.175 101.892 118.906 101.825 118.653L101.455 117.244C101.398 117.041 101.404 116.824 101.472 116.624C101.54 116.424 101.667 116.249 101.836 116.122C102.341 115.735 102.805 115.297 103.22 114.815C103.359 114.65 103.546 114.532 103.754 114.477C103.962 114.422 104.183 114.432 104.385 114.506L105.629 114.96C105.874 115.052 106.144 115.049 106.387 114.951C106.629 114.854 106.827 114.669 106.94 114.433L107.579 113.081C107.693 112.844 107.713 112.572 107.635 112.321C107.557 112.07 107.387 111.858 107.159 111.728L105.898 111.032C105.719 110.926 105.575 110.769 105.484 110.582C105.394 110.394 105.36 110.184 105.388 109.977C105.471 109.345 105.49 108.706 105.444 108.069C105.426 107.854 105.475 107.639 105.583 107.452C105.691 107.266 105.854 107.117 106.049 107.026L107.254 106.464C107.494 106.357 107.685 106.163 107.789 105.92C107.893 105.678 107.902 105.405 107.814 105.157L107.31 103.737C107.222 103.49 107.045 103.286 106.813 103.163C106.582 103.041 106.314 103.009 106.06 103.075L104.66 103.451C104.456 103.506 104.241 103.5 104.041 103.432C103.842 103.364 103.667 103.237 103.539 103.069C103.164 102.568 102.738 102.107 102.267 101.695C102.102 101.555 101.984 101.369 101.929 101.16C101.874 100.951 101.884 100.73 101.959 100.527L102.424 99.2871C102.517 99.042 102.515 98.7708 102.417 98.5275C102.319 98.2842 102.134 98.0866 101.898 97.974L100.547 97.3343C100.311 97.2215 100.04 97.2022 99.79 97.2802C99.5398 97.3582 99.3281 97.5278 99.1971 97.7551L98.4687 99.0121C98.3636 99.1911 98.2081 99.3349 98.0218 99.4258C97.8354 99.5166 97.6264 99.5504 97.421 99.5228C96.7877 99.4397 96.1476 99.4209 95.5105 99.4667C95.2882 99.4971 95.0621 99.4544 94.8661 99.3451C94.6701 99.2358 94.5148 99.0658 94.4235 98.8606L93.8632 97.6485C93.7569 97.4069 93.563 97.2147 93.3208 97.1106C93.0785 97.0065 92.8059 96.9982 92.5578 97.0873L91.1571 97.5868C90.9096 97.6751 90.7043 97.8534 90.5819 98.0862C90.4594 98.319 90.4288 98.5894 90.496 98.8438L90.8714 100.252C90.929 100.456 90.9234 100.672 90.8554 100.873C90.7873 101.073 90.66 101.248 90.4904 101.375C89.9847 101.765 89.5192 102.205 89.1009 102.688C88.9629 102.853 88.7774 102.971 88.5698 103.026C88.3622 103.081 88.1426 103.071 87.9411 102.996L86.6973 102.525C86.4519 102.432 86.1806 102.436 85.9376 102.535C85.6946 102.633 85.4977 102.82 85.3863 103.058L84.7476 104.411C84.641 104.65 84.6285 104.921 84.7126 105.17C84.7967 105.419 84.9712 105.626 85.2014 105.752V105.752ZM92.104 106.812C92.4878 106.014 93.0986 105.348 93.8597 104.897C94.6207 104.446 95.4979 104.231 96.3809 104.278C97.2639 104.325 98.1132 104.633 98.822 105.162C99.5307 105.692 100.067 106.42 100.364 107.254C100.661 108.088 100.705 108.992 100.49 109.851C100.275 110.71 99.8117 111.486 99.1575 112.082C98.5033 112.678 97.6878 113.067 96.8135 113.2C95.9392 113.332 95.0453 113.203 94.2442 112.828C93.7069 112.577 93.2248 112.221 92.8258 111.781C92.4268 111.342 92.1189 110.827 91.9198 110.268C91.7207 109.708 91.6345 109.115 91.6661 108.522C91.6977 107.928 91.8466 107.347 92.104 106.812V106.812Z" fill="#E6CEA0"/>
7
+ <path d="M92.0818 107.189L92.0795 107.194C91.0917 109.4 92.0761 111.99 94.2782 112.98L94.2833 112.982C96.4855 113.971 99.0715 112.985 100.059 110.78L100.062 110.775C101.049 108.569 100.065 105.979 97.8629 104.989L97.8578 104.987C95.6557 103.998 93.0697 104.984 92.0818 107.189Z" stroke="#DCB98F" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/>
8
+ <path d="M174.893 106.132C200.956 97.9524 217.836 80.0594 200.956 77.667C185.311 75.4498 85.4808 75.1972 99.2765 65.0435C110.313 56.9205 136.916 46.1081 148.839 41.7173" stroke="url(#paint0_linear)" stroke-width="3.54534"/>
9
+ <rect x="107.823" y="39.0526" width="71.6292" height="69.7442" rx="6.45214" fill="#EFBA56"/>
10
+ <path d="M107.823 39.5048H181.337V58.9901C181.337 62.5535 178.448 65.4423 174.885 65.4423H114.275C110.712 65.4423 107.823 62.5535 107.823 58.9901V39.5048Z" fill="#BBA15E"/>
11
+ <path d="M105.938 37.1675H181.337V57.1051C181.337 60.6685 178.448 63.5572 174.885 63.5572H112.39C108.827 63.5572 105.938 60.6685 105.938 57.1051V37.1675Z" fill="#DFD4B7"/>
12
+ <path d="M106.938 38.1676H180.321V57.1052C180.321 60.1163 177.88 62.5573 174.869 62.5573H112.39C109.379 62.5573 106.938 60.1163 106.938 57.1052V38.1676Z" fill="#FFBF1C" stroke="white" stroke-width="2"/>
13
+ <line x1="111.592" y1="42.2579" x2="139.86" y2="42.2579" stroke="white" stroke-width="1.12912"/>
14
+ <line x1="143.629" y1="42.2579" x2="151.168" y2="42.2579" stroke="white" stroke-width="1.12912"/>
15
+ <line x1="153.052" y1="42.2579" x2="156.821" y2="42.2579" stroke="white" stroke-width="1.12912"/>
16
+ <line x1="158.706" y1="42.2579" x2="162.475" y2="42.2579" stroke="white" stroke-width="1.12912"/>
17
+ <line x1="144.475" y1="105.027" x2="144.475" y2="65.4422" stroke="#AA875F" stroke-width="3"/>
18
+ <rect x="124.231" y="54.8345" width="38.8137" height="17.4456" rx="2" fill="#FDFDFD"/>
19
+ <rect x="128.571" y="57.9427" width="30.6608" height="3.21605" rx="0.552276" fill="#C4C4C4"/>
20
+ <rect x="128.571" y="62.1555" width="24.2826" height="3.21605" rx="0.552276" fill="#C4C4C4"/>
21
+ <rect x="128.571" y="66.3683" width="26.8184" height="3.21605" rx="0.552276" fill="#C4C4C4"/>
22
+ <path d="M83.6023 51.6807V56.7345" stroke="#D8BEE0" stroke-width="1.5" stroke-miterlimit="10"/>
23
+ <path d="M83.6023 70.6167V75.6706" stroke="#D8BEE0" stroke-width="1.5" stroke-miterlimit="10"/>
24
+ <path d="M78.8683 55.4551L80.1478 57.6302" stroke="#D8BEE0" stroke-width="1.5" stroke-miterlimit="10"/>
25
+ <path d="M87.0569 69.6571L88.3363 71.8962" stroke="#D8BEE0" stroke-width="1.5" stroke-miterlimit="10"/>
26
+ <path d="M74.1343 63.6436H76.6292" stroke="#D8BEE0" stroke-width="1.5" stroke-miterlimit="10"/>
27
+ <path d="M90.5114 63.6436H93.0703" stroke="#D8BEE0" stroke-width="1.5" stroke-miterlimit="10"/>
28
+ <path d="M78.8683 71.8962L80.1478 69.6571" stroke="#D8BEE0" stroke-width="1.5" stroke-miterlimit="10"/>
29
+ <path d="M87.0569 57.6302L88.3363 55.4551" stroke="#D8BEE0" stroke-width="1.5" stroke-miterlimit="10"/>
30
+ <path d="M73.2386 57.6941L77.5888 60.189" stroke="#D8BEE0" stroke-width="1.5" stroke-miterlimit="10"/>
31
+ <path d="M89.6158 67.1622L93.966 69.6571" stroke="#D8BEE0" stroke-width="1.5" stroke-miterlimit="10"/>
32
+ <path d="M73.2386 69.6571L77.5888 67.1622" stroke="#D8BEE0" stroke-width="1.5" stroke-miterlimit="10"/>
33
+ <path d="M89.6158 60.189L93.966 57.6941" stroke="#D8BEE0" stroke-width="1.5" stroke-miterlimit="10"/>
34
+ <path d="M106.144 32.9409V35.903" stroke="#B79BD2" stroke-width="2.04273" stroke-miterlimit="10"/>
35
+ <path d="M106.144 44.1794V47.2286" stroke="#B79BD2" stroke-width="2.04273" stroke-miterlimit="10"/>
36
+ <path d="M99.9582 36.5128L102.572 37.9939" stroke="#B79BD2" stroke-width="2.04273" stroke-miterlimit="10"/>
37
+ <path d="M109.716 42.0885L112.329 43.6567" stroke="#B79BD2" stroke-width="2.04273" stroke-miterlimit="10"/>
38
+ <path d="M99.9582 43.6567L102.572 42.0885" stroke="#B79BD2" stroke-width="2.04273" stroke-miterlimit="10"/>
39
+ <path d="M109.716 37.9939L112.329 36.5128" stroke="#B79BD2" stroke-width="2.04273" stroke-miterlimit="10"/>
40
+ <path d="M146.278 118.597L186.055 95.2853L184.73 111.804L146.278 118.597Z" fill="#714D95"/>
41
+ <path d="M146.278 118.597L185.836 97.9157L185.657 100.199L146.278 118.597Z" fill="#714D95"/>
42
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M177.17 84.9561L143.005 120.336L201.845 113.645L188.806 98.4849L146.278 118.596L186.056 95.2877L177.17 84.9561Z" fill="#8F72CE"/>
43
+ <g style="mix-blend-mode:soft-light" opacity="0.5">
44
+ <path d="M188.806 98.4853L201.872 113.644L177.294 103.932L188.806 98.4853Z" fill="#D1B3EE"/>
45
+ </g>
46
+ <g style="mix-blend-mode:soft-light" opacity="0.5">
47
+ <path d="M177.17 84.9563L186.041 95.2865L175.538 101.443L177.17 84.9563Z" fill="#D1B3EE"/>
48
+ </g>
49
+ <defs>
50
+ <linearGradient id="paint0_linear" x1="152.853" y1="118.081" x2="143.129" y2="55.6814" gradientUnits="userSpaceOnUse">
51
+ <stop stop-color="#8F72CE"/>
52
+ <stop offset="1" stop-color="#8F72CE" stop-opacity="0"/>
53
+ </linearGradient>
54
+ </defs>
55
+ </svg>
assets/images/wp-plugin-marketing.png DELETED
Binary file
creative-mail-plugin.php CHANGED
@@ -6,7 +6,7 @@ use CreativeMail\CreativeMail;
6
  * Plugin URI: https://wordpress.org/plugins/creative-mail-by-constant-contact/
7
  * Description: Power your WooCommerce Store or WordPress Blog with simple & free email marketing from Constant Contact. With the official Creative Mail for WooCommerce plugin, your products, blog posts, images and store links are automatically included as rich shoppable email marketing content for your customers. Our included CRM also intelligently pulls in and identifies your WordPress site contacts and WooCommerce store customers. That makes it easy to build audiences and send targeted customer campaigns. Get free email marketing, 97% deliverability, and Constant Contact rock solid reliability all without ever needing to leave your WP Admin.
8
  * Author: Constant Contact
9
- * Version: 1.1.2
10
  * Author URI: https://www.constantcontact.com
11
  */
12
 
@@ -20,7 +20,7 @@ function _load_ce4wp_plugin() {
20
 
21
  define('CE4WP_PLUGIN_DIR', __DIR__ . '/');
22
  define('CE4WP_PLUGIN_URL', plugin_dir_url(__FILE__) . '/');
23
- define('CE4WP_PLUGIN_VERSION', '1.1.2');
24
  define('CE4WP_INSTANCE_UUID_KEY', 'ce4wp_instance_uuid');
25
  define('CE4WP_INSTANCE_HANDSHAKE_TOKEN', 'ce4wp_handshake_token');
26
  define('CE4WP_INSTANCE_HANDSHAKE_EXPIRATION', 'ce4wp_handshake_expiration');
@@ -35,7 +35,7 @@ function _load_ce4wp_plugin() {
35
  define('CE4WP_APP_GATEWAY_URL', 'https://app-gateway.creativemail.com/');
36
  define('CE4WP_APP_URL', 'https://app.creativemail.com/');
37
  define('CE4WP_ENVIRONMENT', 'PRODUCTION');
38
- define('CE4WP_BUILD_NUMBER', '519');
39
  define('CE4WP_BATCH_SIZE', 500);
40
  define('CE4WP_WC_API_KEY_ID', 'ce4wp_woocommerce_api_key_id');
41
  define('CE4WP_WC_API_CONSUMER_KEY', 'ce4wp_woocommerce_consumer_key');
6
  * Plugin URI: https://wordpress.org/plugins/creative-mail-by-constant-contact/
7
  * Description: Power your WooCommerce Store or WordPress Blog with simple & free email marketing from Constant Contact. With the official Creative Mail for WooCommerce plugin, your products, blog posts, images and store links are automatically included as rich shoppable email marketing content for your customers. Our included CRM also intelligently pulls in and identifies your WordPress site contacts and WooCommerce store customers. That makes it easy to build audiences and send targeted customer campaigns. Get free email marketing, 97% deliverability, and Constant Contact rock solid reliability all without ever needing to leave your WP Admin.
8
  * Author: Constant Contact
9
+ * Version: 1.1.3
10
  * Author URI: https://www.constantcontact.com
11
  */
12
 
20
 
21
  define('CE4WP_PLUGIN_DIR', __DIR__ . '/');
22
  define('CE4WP_PLUGIN_URL', plugin_dir_url(__FILE__) . '/');
23
+ define('CE4WP_PLUGIN_VERSION', '1.1.3');
24
  define('CE4WP_INSTANCE_UUID_KEY', 'ce4wp_instance_uuid');
25
  define('CE4WP_INSTANCE_HANDSHAKE_TOKEN', 'ce4wp_handshake_token');
26
  define('CE4WP_INSTANCE_HANDSHAKE_EXPIRATION', 'ce4wp_handshake_expiration');
35
  define('CE4WP_APP_GATEWAY_URL', 'https://app-gateway.creativemail.com/');
36
  define('CE4WP_APP_URL', 'https://app.creativemail.com/');
37
  define('CE4WP_ENVIRONMENT', 'PRODUCTION');
38
+ define('CE4WP_BUILD_NUMBER', '536');
39
  define('CE4WP_BATCH_SIZE', 500);
40
  define('CE4WP_WC_API_KEY_ID', 'ce4wp_woocommerce_api_key_id');
41
  define('CE4WP_WC_API_CONSUMER_KEY', 'ce4wp_woocommerce_consumer_key');
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: Constant Contact
3
  Tags: email, marketing, newsletter, subscribe, contact form, constant contact, crm, automations, ecommerce, promotion, offers, retargeting
4
  Requires at least: 4.6
5
  Tested up to: 5.5
6
- Stable tag: 1.1.2
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
  Requires PHP: 5.6
@@ -88,6 +88,7 @@ Creative Mail by Constant Contact [Privacy Policy](https://endurance.clarip.com/
88
  6. Enhance your brand with logomaker
89
 
90
  == Changelog ==
 
91
  * 1.1.2 - Add support for beta versions of Jetpack
92
  * 1.1.1 - Fixes a bug that would cache API responses
93
  * 1.1.0 - Added support for WooCommerce emails, WPFormsLite and JetPack Forms
3
  Tags: email, marketing, newsletter, subscribe, contact form, constant contact, crm, automations, ecommerce, promotion, offers, retargeting
4
  Requires at least: 4.6
5
  Tested up to: 5.5
6
+ Stable tag: 1.1.3
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
  Requires PHP: 5.6
88
  6. Enhance your brand with logomaker
89
 
90
  == Changelog ==
91
+ * 1.1.3 - Implemented a new design
92
  * 1.1.2 - Add support for beta versions of Jetpack
93
  * 1.1.1 - Fixes a bug that would cache API responses
94
  * 1.1.0 - Added support for WooCommerce emails, WPFormsLite and JetPack Forms
src/managers/admin-manager.php CHANGED
@@ -60,6 +60,7 @@ class AdminManager
60
  {
61
  wp_register_style('ce4wp_admin', CE4WP_PLUGIN_URL . 'assets/css/admin.css', null, CE4WP_PLUGIN_VERSION);
62
  wp_enqueue_style( 'ce4wp_admin');
 
63
  }
64
 
65
  /**
60
  {
61
  wp_register_style('ce4wp_admin', CE4WP_PLUGIN_URL . 'assets/css/admin.css', null, CE4WP_PLUGIN_VERSION);
62
  wp_enqueue_style( 'ce4wp_admin');
63
+ wp_enqueue_style('font-1', 'https://fonts.googleapis.com/css?family=Poppins:400,500');
64
  }
65
 
66
  /**
src/managers/integration-manager.php CHANGED
@@ -33,6 +33,7 @@ class IntegrationManager
33
  // Setup the default integrations
34
  $this->supported_integrations = array(
35
  new Integration('jetpack', 'Jetpack Forms', 'jetpack/jetpack.php', JetpackPluginHandler::class),
 
36
  new Integration('woocommerce','WooCommerce', 'woocommerce/woocommerce.php', WooCommercePluginHandler::class),
37
  new Integration('contact-form-7', 'Contact Form 7', 'contact-form-7/wp-contact-form-7.php', ContactFormSevenPluginHandler::class),
38
  new Integration('newsletter','Newsletter', 'newsletter/plugin.php', NewsLetterContactFormPluginHandler::class),
33
  // Setup the default integrations
34
  $this->supported_integrations = array(
35
  new Integration('jetpack', 'Jetpack Forms', 'jetpack/jetpack.php', JetpackPluginHandler::class),
36
+ new Integration('jetpack-beta', 'Jetpack Forms (Beta)', 'jetpack-beta-master/jetpack-beta.php', JetpackPluginHandler::class),
37
  new Integration('woocommerce','WooCommerce', 'woocommerce/woocommerce.php', WooCommercePluginHandler::class),
38
  new Integration('contact-form-7', 'Contact Form 7', 'contact-form-7/wp-contact-form-7.php', ContactFormSevenPluginHandler::class),
39
  new Integration('newsletter','Newsletter', 'newsletter/plugin.php', NewsLetterContactFormPluginHandler::class),
src/modules/contacts/Handlers/JetpackPluginHandler.php CHANGED
@@ -26,7 +26,7 @@ class JetpackPluginHandler extends BaseContactFormPluginHandler
26
  $contactModel->setOptOut(false);
27
  $contactModel->setOptActionBy(OptActionBy::Visitor);
28
  }
29
-
30
  $email = $contact->email;
31
  if ($this->isNotNullOrEmpty($email)) {
32
  $contactModel->setEmail($email);
@@ -99,11 +99,12 @@ class JetpackPluginHandler extends BaseContactFormPluginHandler
99
  $limit = null;
100
  }
101
 
102
- // Relies on plugin => GravityForms
103
- if (in_array('jetpack/jetpack.php', apply_filters('active_plugins', get_option('active_plugins')))) {
 
104
  $authorRegex = '/(?:^AUTHOR: )(.*)/mi';
105
  $authorMailRegex = '/(?:^AUTHOR EMAIL: )(.*)/mi';
106
-
107
  $contactsArray = array();
108
 
109
  //get all posts with type->feedback (i think these are all the contact forms submitted)
@@ -114,13 +115,16 @@ class JetpackPluginHandler extends BaseContactFormPluginHandler
114
  foreach (parse_blocks($feedback->post_content) as $block) {
115
  $feedbackHtml = $block['innerHTML'];
116
 
117
- //extract email and name from submission
118
  preg_match($authorRegex, $feedbackHtml, $authorMatches);
119
  $author = $authorMatches[1];
120
 
121
  preg_match($authorMailRegex, $feedbackHtml, $authorEmailMatches);
122
  $authorEmail = $authorEmailMatches[1];
123
 
 
 
 
124
  $contact = new \stdClass();
125
  $contact->email = filter_var($authorEmail, FILTER_VALIDATE_EMAIL);
126
  if (empty($contact->email)) {
@@ -133,6 +137,8 @@ class JetpackPluginHandler extends BaseContactFormPluginHandler
133
  $contact->name = null;
134
  }
135
 
 
 
136
  //Convert to contactModel and push to the array
137
  $contactModel = $this->convertToContactModel($contact);
138
  array_push($contactsArray, $contactModel);
26
  $contactModel->setOptOut(false);
27
  $contactModel->setOptActionBy(OptActionBy::Visitor);
28
  }
29
+
30
  $email = $contact->email;
31
  if ($this->isNotNullOrEmpty($email)) {
32
  $contactModel->setEmail($email);
99
  $limit = null;
100
  }
101
 
102
+ // Relies on plugin => Jetpack or Jetpack beta
103
+ if (in_array('jetpack/jetpack.php', apply_filters('active_plugins', get_option('active_plugins'))) ||
104
+ in_array('jetpack-beta-master/jetpack-beta.php', apply_filters('active_plugins', get_option('active_plugins')))) {
105
  $authorRegex = '/(?:^AUTHOR: )(.*)/mi';
106
  $authorMailRegex = '/(?:^AUTHOR EMAIL: )(.*)/mi';
107
+ $consentRegex = '/(?:\[email_marketing_consent] =&gt; )(.*)/mi';
108
  $contactsArray = array();
109
 
110
  //get all posts with type->feedback (i think these are all the contact forms submitted)
115
  foreach (parse_blocks($feedback->post_content) as $block) {
116
  $feedbackHtml = $block['innerHTML'];
117
 
118
+ //extract name, email and consent from submission
119
  preg_match($authorRegex, $feedbackHtml, $authorMatches);
120
  $author = $authorMatches[1];
121
 
122
  preg_match($authorMailRegex, $feedbackHtml, $authorEmailMatches);
123
  $authorEmail = $authorEmailMatches[1];
124
 
125
+ preg_match($consentRegex, $feedbackHtml, $consentMatches);
126
+ $consentValue = $consentMatches[1];
127
+
128
  $contact = new \stdClass();
129
  $contact->email = filter_var($authorEmail, FILTER_VALIDATE_EMAIL);
130
  if (empty($contact->email)) {
137
  $contact->name = null;
138
  }
139
 
140
+ $contact->opt_in = boolval($consentValue);
141
+
142
  //Convert to contactModel and push to the array
143
  $contactModel = $this->convertToContactModel($contact);
144
  array_push($contactsArray, $contactModel);
src/views/consent.php CHANGED
@@ -3,8 +3,7 @@
3
  use CreativeMail\Helpers\EnvironmentHelper;
4
  use CreativeMail\Helpers\OptionsHelper;
5
 
6
- if ( $_SERVER['REQUEST_METHOD'] === 'POST') {
7
-
8
  if($_POST['action'] === 'consent') {
9
  OptionsHelper::set_did_accept_consent();
10
  require 'onboarding.php';
@@ -15,113 +14,65 @@ if ( $_SERVER['REQUEST_METHOD'] === 'POST') {
15
  ?>
16
 
17
  <div class="ce4wp-admin-wrapper">
 
18
 
19
- <header class="ce4wp-header">
20
- <div class="ce4wp-logo"></div>
21
- </header>
22
-
23
- <div class="ce4wp-redirector">
24
- <div class="ce4wp-card">
25
- <div class="ce4wp-p-3 ce4wp-row">
26
- <div class="ce4wp-center ce4wp-col">
27
- <div>
28
- <h2 class="ce4wp-typography-root ce4wp-typography-h2 ce4wp-typography-gutter-bottom">
29
- WordPress + Email Marketing, A Beautiful Combination!
30
- </h2>
31
- <h6 class="ce4wp-typography-root ce4wp-subtitle1 ce4wp-typography-gutter-bottom">
32
- We've created an email marketing solution that works seamlessly with your website, domain and WooCommerce store. Send great looking emails to your customers and prospects through our simple all-in-one solution. The goal... to make you a great marketer in no time.
33
- </h6>
34
-
35
- <h4 class="ce4wp-typography-root ce4wp-typography-h4 ce4wp-typography-gutter-bottom">
36
- Send:
37
- </h4>
38
-
39
- <ul class="ce4wp-list-root pb-4 ce4wp-list-padding">
40
- <li class="ce4wp-list-item-root ce4wp-list-item-gutters">
41
- <div class="ce4wp-list-item-icon-root ce4wp-pr-3">
42
- <svg class="ce4wp-svg-icon-root ce4wp-svg-icon-color" focusable="false" viewBox="0 0 24 24" aria-hidden="true">
43
- <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"></path>
44
- </svg>
45
- </div>
46
- <div class="ce4wp-list-item-test-root ce4wp-d-flex ce4wp-flex-column ce4wp-m-0 ">
47
- <span class="ce4wp-typography-root ce4wp-list-item-text-primary ce4wp-body1-54 ce4wp-display-block">
48
- <p class="ce4wp-typography-root ce4wp-body1-54 ce4wp-colorTextSecondary-78">
49
- <span>Blog Updates</span>
50
- </p>
51
- </span>
52
- </div>
53
- </li>
54
- <li class="ce4wp-list-item-root ce4wp-list-item-gutters">
55
- <div class="ce4wp-list-item-icon-root ce4wp-pr-3">
56
- <svg class="ce4wp-svg-icon-root ce4wp-svg-icon-color" focusable="false" viewBox="0 0 24 24" aria-hidden="true">
57
- <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z">
58
- </path>
59
- </svg>
60
- </div>
61
- <div class="ce4wp-list-item-test-root ce4wp-d-flex ce4wp-flex-column ce4wp-m-0 ">
62
- <span class="ce4wp-typography-root ce4wp-list-item-text-primary ce4wp-body1-54 ce4wp-display-block">
63
- <p class="ce4wp-typography-root ce4wp-body1-54 ce4wp-colorTextSecondary-78">
64
- <span>Amazing Announcements</span>
65
- </p>
66
- </span>
67
- </div>
68
- </li>
69
- <li class="ce4wp-list-item-root ce4wp-list-item-gutters">
70
- <div class="ce4wp-list-item-icon-root ce4wp-pr-3">
71
- <svg class="ce4wp-svg-icon-root ce4wp-svg-icon-color" focusable="false" viewBox="0 0 24 24" aria-hidden="true">
72
- <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z">
73
- </path>
74
- </svg>
75
- </div>
76
- <div class="ce4wp-list-item-test-root ce4wp-d-flex ce4wp-flex-column ce4wp-m-0 ">
77
- <span class="ce4wp-typography-root ce4wp-list-item-text-primary ce4wp-body1-54 ce4wp-display-block">
78
- <p class="ce4wp-typography-root ce4wp-body1-54 ce4wp-colorTextSecondary-78">
79
- <span>Sweet Store Promotions</span>
80
- </p>
81
- </span>
82
- </div>
83
- </li>
84
- <li class="ce4wp-list-item-root ce4wp-list-item-gutters">
85
- <div class="ce4wp-list-item-icon-root ce4wp-pr-3">
86
- <svg class="ce4wp-svg-icon-root ce4wp-svg-icon-color" focusable="false" viewBox="0 0 24 24" aria-hidden="true">
87
- <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z">
88
- </path>
89
- </svg>
90
- </div>
91
- <div class="ce4wp-list-item-test-root ce4wp-d-flex ce4wp-flex-column ce4wp-m-0 ">
92
- <span class="ce4wp-typography-root ce4wp-list-item-text-primary ce4wp-body1-54 ce4wp-display-block">
93
- <p class="ce4wp-typography-root ce4wp-body1-54 ce4wp-colorTextSecondary-78">
94
- <span>Event Updates</span>
95
- </p>
96
- </span>
97
- </div>
98
- </li>
99
- </ul>
100
-
101
- <!-- Consent text -->
102
-
103
- <h4 class="ce4wp-typography-root ce4wp-typography-h4 ce4wp-typography-gutter-bottom">Before you continue:</h4>
104
- <h6 class="ce4wp-typography-root ce4wp-subtitle1 ce4wp-typography-gutter-bottom">
105
- <ul>
106
- <li>- Creative Mail is a stand alone product that we load within WordPress for an awesome experience, but is not in any way related to or managed by WordPress;</li>
107
- <li>- By using Creative Mail you'll share basic information about your site (like the site name and associated URL) with Constant Contact so that we can retrieve your blog posts, media and WooCommerce products for use in your emails;</li>
108
- <li>- Creative Mail also uses different tools and cookies to improve the performance and experience of the product, for more information you can read our <a href="https://endurance.clarip.com/privacycenter/?brand=ctct" target="_blank">privacy notice</a>.</li>
109
- </ul>
110
- </h6>
111
-
112
- <div class="ce4wp-pt-1 ce4wp-pb-1">
113
- <form name="disconnect" action="" method="post">
114
- <input type="hidden" name="action" value="consent" />
115
- <input name="disconnect_button" type="submit" class="ce4wp-button-base-root ce4wp-button-root ce4wp-button-contained ce4wp-button-contained-primary" id="disconnect-instance" value="I Agree and let's get started!" />
116
- </form>
117
- </div>
118
-
119
- </div>
120
- </div>
121
- <div class="col-auto ce4wp-welcome-image">
122
- <img src="<?php echo CE4WP_PLUGIN_URL . 'assets/images/wp-plugin-marketing.png'; ?>" />
123
- </div>
124
- </div>
125
- </div>
126
- </div>
127
  </div>
3
  use CreativeMail\Helpers\EnvironmentHelper;
4
  use CreativeMail\Helpers\OptionsHelper;
5
 
6
+ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
 
7
  if($_POST['action'] === 'consent') {
8
  OptionsHelper::set_did_accept_consent();
9
  require 'onboarding.php';
14
  ?>
15
 
16
  <div class="ce4wp-admin-wrapper">
17
+ <header class="ce4wp-swoosh-header"></header>
18
 
19
+ <div class="ce4wp-swoosh-container">
20
+ <div style="margin-top: 0px;">
21
+ <div class="ce4wp-backdrop">
22
+ <div class="ce4wp-backdrop-container">
23
+ <div class="ce4wp-backdrop-header">
24
+ <div class="ce4wp-logo-poppins"></div>
25
+ <div>
26
+ <img src="<?php echo CE4WP_PLUGIN_URL . 'assets/images/airplane.svg'; ?>" class="ce4wp-airplane" alt="Paper airplane decoration">
27
+ </div>
28
+ </div>
29
+
30
+ <div class="ce4wp-card">
31
+ <div class="ce4wp-px-4 ce4wp-pt-4">
32
+ <h1 class="ce4wp-typography-root ce4wp-typography-h1">
33
+ Intelligent email marketing for<br />WordPress and WooCommerce
34
+ </h1>
35
+ <h6 class="ce4wp-typography-root ce4wp-typography-h6 ce4wp-mt-4 ce4wp-mb-2">
36
+ With Creative Mail your blog posts, store promotions, announcements, event updates and more can be delivered straight into the inbox of your customers and prospects.
37
+ </h6>
38
+ <h6 class="ce4wp-typography-root ce4wp-typography-h6 ce4wp-mt-4 ce4wp-mb-2">
39
+ The fine print:
40
+ </h6>
41
+ <ul class="ce4wp-list-root pb-4 ce4wp-list-padding">
42
+ <li class="ce4wp-list-item-root" style="max-width: 550px;">
43
+ <div class="ce4wp-list-item-icon-root ce4wp-pr-3 ce4wp-mt-2">
44
+ <svg class="ce4wp-svg-icon-root ce4wp-svg-icon-color" focusable="false" viewBox="0 0 24 24" aria-hidden="true">
45
+ <path d="M4.75 8.12891L12.6953 0.183594L13.75 1.23828L4.75 10.2383L0.566406 6.05469L1.62109 5L4.75 8.12891Z" fill="#7A5CBD"/>
46
+ </svg>
47
+ </div>
48
+ <div class="ce4wp-list-item-text-root ce4wp-d-flex ce4wp-flex-column ce4wp-m-0">
49
+ <p class="ce4wp-typography-root ce4wp-body2" style="color: rgba(0, 0, 0, 0.6);">
50
+ By using Creative Mail you’ll share basic information about your site (including your site name and URL) with Constant Contact so that we can retrieve your blog posts, media files and store products for use in your emails;
51
+ </p>
52
+ </div>
53
+ </li>
54
+ <li class="ce4wp-list-item-root" style="max-width: 550px;">
55
+ <div class="ce4wp-list-item-icon-root ce4wp-pr-3 ce4wp-mt-2">
56
+ <svg class="ce4wp-svg-icon-root ce4wp-svg-icon-color" focusable="false" viewBox="0 0 24 24" aria-hidden="true">
57
+ <path d="M4.75 8.12891L12.6953 0.183594L13.75 1.23828L4.75 10.2383L0.566406 6.05469L1.62109 5L4.75 8.12891Z" fill="#7A5CBD"/>
58
+ </svg>
59
+ </div>
60
+ <div class="ce4wp-list-item-text-root ce4wp-d-flex ce4wp-flex-column ce4wp-m-0">
61
+ <p class="ce4wp-typography-root ce4wp-body2" style="color: rgba(0, 0, 0, 0.6);">
62
+ Creative Mail uses tools, including cookies, to improve the performance and experience of the product. For more information you can read our <a href="https://endurance.clarip.com/privacycenter/?brand=ctct" target="_blank">privacy notice</a>.
63
+ </p>
64
+ </div>
65
+ </li>
66
+ </ul>
67
+
68
+ <form name="disconnect" action="" method="post">
69
+ <input type="hidden" name="action" value="consent" />
70
+ <input name="disconnect_button" type="submit" class="ce4wp-button-base-root ce4wp-button-root ce4wp-button-contained ce4wp-button-contained-primary ce4wp-mb-4 ce4wp-mt-2" id="disconnect-instance" value="I Agree and let's get started!" />
71
+ </form>
72
+ </div>
73
+ </div>
74
+ </div>
75
+ </div>
76
+ </div>
77
+ </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
78
  </div>
src/views/dashboard.php CHANGED
@@ -2,53 +2,79 @@
2
  use CreativeMail\Helpers\EnvironmentHelper;
3
  ?>
4
 
 
 
 
 
 
5
  <div class="ce4wp-admin-wrapper">
 
6
 
7
- <header class="ce4wp-header">
8
- <div class="ce4wp-logo"></div>
9
- </header>
10
-
11
- <div class="ce4wp-redirector">
12
- <div class="ce4wp-card">
13
- <div class="ce4wp-p-3 ce4wp-row">
14
- <div class="ce4wp-center ce4wp-col">
15
- <div>
16
- <h2 class="ce4wp-typography-root ce4wp-typography-h2 ce4wp-typography-gutter-bottom">
17
- WordPress + Email Marketing, A Beautiful Combination!
18
- </h2>
19
- <h6 class="ce4wp-typography-root ce4wp-subtitle1 ce4wp-typography-gutter-bottom">
20
- You are all set, we have linked your WordPress site to your Creative Mail account, click the button below to go to your Creative Mail dashboard.
21
- </h6>
22
-
23
- <div class="ce4wp-pt-1 ce4wp-pb-1">
24
- <a id="ce4wp-go-button" href="<?php echo esc_url($this->dashboard_url) ?>" class="ce4wp-button-base-root ce4wp-button-root ce4wp-button-contained ce4wp-button-contained-primary" target="_blank">
25
- Go to Creative Mail dashboard
26
- </a>
27
- </div>
28
-
29
- <div id="ce4wp-sub-apps-container" style="margin-top: 20px">
30
- <h6 class="ce4wp-typography-root ce4wp-subtitle1 ce4wp-typography-gutter-bottom">
31
- Or go directly to:
32
- </h6>
33
-
34
- <div class="ce4wp-pt-1 ce4wp-pb-1">
35
- <a id="ce4wp-go-contacts-button" href="<?php echo esc_url($this->dashboard_url . '&dashboard=Contacts') ?>" class="ce4wp-button-base-root ce4wp-button-root ce4wp-button-outlined ce4wp-button-outlined-primary" target="_blank">
36
- Contacts
37
- </a>
38
-
39
- <a id="ce4wp-go-logomaker-button" href="<?php echo esc_url($this->dashboard_url . '&dashboard=LogoMaker') ?>" class="ce4wp-button-base-root ce4wp-button-root ce4wp-button-outlined ce4wp-button-outlined-primary" target="_blank">
40
- LogoMaker
41
- </a>
42
- </div>
43
- </div>
44
- </div>
45
- </div>
46
- <div class="col-auto">
47
- <img src="<?php echo esc_url( CE4WP_PLUGIN_URL. '/assets/images/wp-plugin-marketing.png'); ?>" alt="" />
48
- </div>
49
- </div>
50
- </div>
51
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
52
  </div>
53
 
54
  <script type="application/javascript">
@@ -56,6 +82,7 @@ use CreativeMail\Helpers\EnvironmentHelper;
56
  window.onblur = function() {
57
  blurred = true;
58
  document.getElementById('ce4wp-go-button').style.display = "none";
 
59
  document.getElementById('ce4wp-sub-apps-container').style.display = "none";
60
  };
61
  window.onfocus = function() { blurred && (location.reload()); };
2
  use CreativeMail\Helpers\EnvironmentHelper;
3
  ?>
4
 
5
+ <script type="application/javascript">
6
+ function navigateWooCommerce() { window.open('<?php echo esc_url($this->dashboard_url) . '&dashboard=WooCommerceAutomation' ?>', '_blank'); }
7
+ function navigateLogomaker() { window.open('<?php echo esc_url($this->dashboard_url) . '&dashboard=LogoMaker' ?>', '_blank'); }
8
+ function navigateContacts() { window.open('<?php echo esc_url($this->dashboard_url) . '&dashboard=Contacts' ?>', '_blank'); }
9
+ </script>
10
  <div class="ce4wp-admin-wrapper">
11
+ <header class="ce4wp-swoosh-header"></header>
12
 
13
+ <div class="ce4wp-swoosh-container">
14
+ <div style="margin-top: 0px;">
15
+ <div class="ce4wp-backdrop">
16
+ <div class="ce4wp-backdrop-container">
17
+ <div class="ce4wp-backdrop-header">
18
+ <div class="ce4wp-logo-poppins"></div>
19
+ <div>
20
+ <img src="<?php echo CE4WP_PLUGIN_URL . 'assets/images/airplane.svg'; ?>" class="ce4wp-airplane" alt="Paper airplane decoration">
21
+ </div>
22
+ </div>
23
+
24
+ <div class="ce4wp-card">
25
+ <div class="ce4wp-px-4 ce4wp-pt-4">
26
+ <h1 class="ce4wp-typography-root ce4wp-typography-h1">
27
+ Intelligent email marketing for<br>WordPress and WooCommerce
28
+ </h1>
29
+ <p class="ce4wp-typography-root ce4wp-subtitle ce4wp-mt-4 ce4wp-mb-4">
30
+ You’re all set! Creative Mail and WordPress have been linked.
31
+ </p>
32
+ <a id='ce4wp-go-button' href="<?php echo esc_url($this->dashboard_url) ?>" target="_blank" class="ce4wp-button-base-root ce4wp-button-root ce4wp-button-contained ce4wp-button-contained-primary" tabindex="0" type="button" data-element-type="button">
33
+ <span class="ce4wp-button-label" style="width: 100%;">Open your Creative Mail dashboard<span class="ce4wp-button-endIcon">
34
+ <svg class="ce4wp-Svgicon-root" focusable="false" viewBox="0 0 24 24" aria-hidden="true">
35
+ <path d="M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"></path>
36
+ </svg>
37
+ </span>
38
+ </span>
39
+ </a>
40
+ <h6 id='ce4wp-sub-apps-title' class="ce4wp-typography-root ce4wp-typography-h6 ce4wp-mt-4 ce4wp-mb-2">
41
+ Or jump straight into:
42
+ </h6>
43
+ <div id='ce4wp-sub-apps-container' class="ce4wp-grid ce4wp-mt-2">
44
+ <div class="ce4wp-grid-item" onclick="navigateWooCommerce()">
45
+ <div class="ce4wp-grid-item-card ce4wp-mb-4">
46
+ <div class="ce4wp-grid-item-card-media" title="WooCommerce emails" style="background-image: url(<?php echo CE4WP_PLUGIN_URL . 'assets/images/tile-woocommerce.svg'; ?>);"></div>
47
+ <div class="ce4wp-grid-item-card-content-root">
48
+ <h4 class="ce4wp-typography-root ce4wp-typography-h4">WooCommerce emails</h4>
49
+ <p class="ce4wp-pt-2 ce4wp-typography-root ce4wp-body2">Spice up your transactional WooCommerce store emails.</p>
50
+ </div>
51
+ </div>
52
+ </div>
53
+ <div class="ce4wp-grid-item" onclick="navigateLogomaker()">
54
+ <div class="ce4wp-grid-item-card ce4wp-mb-4">
55
+ <div class="ce4wp-grid-item-card-media" title="Logomaker tools" style="background-image: url(<?php echo CE4WP_PLUGIN_URL . 'assets/images/tile-logomaker.svg'; ?>);"></div>
56
+ <div class="ce4wp-grid-item-card-content-root">
57
+ <h4 class="ce4wp-typography-root ce4wp-typography-h4">Logomaker tools</h4>
58
+ <p class="ce4wp-pt-2 ce4wp-typography-root ce4wp-body2">Enhance your brand. Design your own logo like a pro.</p>
59
+ </div>
60
+ </div>
61
+ </div>
62
+ <div class="ce4wp-grid-item" onclick="navigateContacts()">
63
+ <div class="ce4wp-grid-item-card ce4wp-mb-4">
64
+ <div class="ce4wp-grid-item-card-media" title="Contact Management" style="background-image: url(<?php echo CE4WP_PLUGIN_URL . 'assets/images/tile-contacts.svg'; ?>);"></div>
65
+ <div class="ce4wp-grid-item-card-content-root">
66
+ <h4 class="ce4wp-typography-root ce4wp-typography-h4">Contact Management</h4>
67
+ <p class="ce4wp-pt-2 ce4wp-typography-root ce4wp-body2">Manage your contacts and email lists, all in one place.</p>
68
+ </div>
69
+ </div>
70
+ </div>
71
+ </div>
72
+ </div>
73
+ </div>
74
+ </div>
75
+ </div>
76
+ </div>
77
+ </div>
78
  </div>
79
 
80
  <script type="application/javascript">
82
  window.onblur = function() {
83
  blurred = true;
84
  document.getElementById('ce4wp-go-button').style.display = "none";
85
+ document.getElementById('ce4wp-sub-apps-title').style.display = "none";
86
  document.getElementById('ce4wp-sub-apps-container').style.display = "none";
87
  };
88
  window.onfocus = function() { blurred && (location.reload()); };
src/views/onboarding.php CHANGED
@@ -1,137 +1,100 @@
1
  <?php
2
- use CreativeMail\Helpers\EnvironmentHelper;
3
- use CreativeMail\Helpers\OptionsHelper;
4
 
5
- $redirectUrl = EnvironmentHelper::get_app_gateway_url('wordpress/v1.0/instances/open?clearSession=true&redirectUrl=');
6
- $onboardingUrl = EnvironmentHelper::get_app_url() . 'marketing/onboarding/signup?wp_site_name=' . $this->instance_name
7
- . '&wp_site_uuid=' . $this->instance_uuid
8
- . '&wp_handshake=' . $this->instance_handshake_token
9
- . '&wp_callback_url=' . $this->instance_callback_url
10
- . '&wp_instance_url=' . $this->instance_url
11
- . '&wp_version=' . get_bloginfo('version')
12
- . '&plugin_version=' . CE4WP_PLUGIN_VERSION;
13
- $referred_by = OptionsHelper::get_referred_by();
14
- if (isset($referred_by))
15
- {
16
- $utm_campaign = '';
17
- if (is_array($referred_by) && array_key_exists('plugin', $referred_by) && array_key_exists('source', $referred_by)) {
18
- $utm_campaign = $referred_by['plugin'] . $referred_by['source'];
19
- } else if (is_string($referred_by)){
20
- $utm_campaign = str_replace(';', '|', $referred_by);
21
- }
22
- $onboardingUrl .= '&utm_source=wordpress&utm_medium=plugin&utm_campaign=' . $utm_campaign;
23
  }
 
 
24
  ?>
25
 
26
  <div class="ce4wp-admin-wrapper">
 
27
 
28
- <header class="ce4wp-header">
29
- <div class="ce4wp-logo"></div>
30
- </header>
31
-
32
- <div class="ce4wp-redirector">
33
- <div class="ce4wp-card">
34
- <div class="ce4wp-p-3 ce4wp-row">
35
- <div class="ce4wp-center ce4wp-col">
36
  <div>
37
- <h2 class="ce4wp-typography-root ce4wp-typography-h2 ce4wp-typography-gutter-bottom">
38
- WordPress + Email Marketing, A Beautiful Combination!
39
- </h2>
40
- <h6 class="ce4wp-typography-root ce4wp-subtitle1 ce4wp-typography-gutter-bottom">
41
- We've created an email marketing solution that works seamlessly with your website, domain and WooCommerce store. Send great looking emails to your customers and prospects through our simple all-in-one solution. The goal... to make you a great marketer in no time.
42
- </h6>
43
-
44
- <h4 class="ce4wp-typography-root ce4wp-typography-h4 ce4wp-typography-gutter-bottom">
45
- Send:
46
- </h4>
47
 
 
 
 
 
 
 
 
 
 
 
 
48
  <ul class="ce4wp-list-root pb-4 ce4wp-list-padding">
49
- <li class="ce4wp-list-item-root ce4wp-list-item-gutters">
50
- <div class="ce4wp-list-item-icon-root ce4wp-pr-3">
51
- <svg class="ce4wp-svg-icon-root ce4wp-svg-icon-color" focusable="false" viewBox="0 0 24 24" aria-hidden="true">
52
- <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"></path>
53
- </svg>
54
- </div>
55
- <div class="ce4wp-list-item-test-root ce4wp-d-flex ce4wp-flex-column ce4wp-m-0 ">
56
- <span class="ce4wp-typography-root ce4wp-list-item-text-primary ce4wp-body1-54 ce4wp-display-block">
57
- <p class="ce4wp-typography-root ce4wp-body1-54 ce4wp-colorTextSecondary-78">
58
- <span>Blog Updates</span>
59
- </p>
60
- </span>
61
- </div>
62
- </li>
63
- <li class="ce4wp-list-item-root ce4wp-list-item-gutters">
64
- <div class="ce4wp-list-item-icon-root ce4wp-pr-3">
65
  <svg class="ce4wp-svg-icon-root ce4wp-svg-icon-color" focusable="false" viewBox="0 0 24 24" aria-hidden="true">
66
- <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z">
67
- </path>
68
  </svg>
69
  </div>
70
- <div class="ce4wp-list-item-test-root ce4wp-d-flex ce4wp-flex-column ce4wp-m-0 ">
71
- <span class="ce4wp-typography-root ce4wp-list-item-text-primary ce4wp-body1-54 ce4wp-display-block">
72
- <p class="ce4wp-typography-root ce4wp-body1-54 ce4wp-colorTextSecondary-78">
73
- <span>Amazing Announcements</span>
74
- </p>
75
- </span>
76
  </div>
77
  </li>
78
- <li class="ce4wp-list-item-root ce4wp-list-item-gutters">
79
- <div class="ce4wp-list-item-icon-root ce4wp-pr-3">
80
  <svg class="ce4wp-svg-icon-root ce4wp-svg-icon-color" focusable="false" viewBox="0 0 24 24" aria-hidden="true">
81
- <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z">
82
- </path>
83
  </svg>
84
  </div>
85
- <div class="ce4wp-list-item-test-root ce4wp-d-flex ce4wp-flex-column ce4wp-m-0 ">
86
- <span class="ce4wp-typography-root ce4wp-list-item-text-primary ce4wp-body1-54 ce4wp-display-block">
87
- <p class="ce4wp-typography-root ce4wp-body1-54 ce4wp-colorTextSecondary-78">
88
- <span>Sweet Store Promotions</span>
89
- </p>
90
- </span>
91
- </div>
92
- </li>
93
- <li class="ce4wp-list-item-root ce4wp-list-item-gutters">
94
- <div class="ce4wp-list-item-icon-root ce4wp-pr-3">
95
- <svg class="ce4wp-svg-icon-root ce4wp-svg-icon-color" focusable="false" viewBox="0 0 24 24" aria-hidden="true">
96
- <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z">
97
- </path>
98
- </svg>
99
- </div>
100
- <div class="ce4wp-list-item-test-root ce4wp-d-flex ce4wp-flex-column ce4wp-m-0 ">
101
- <span class="ce4wp-typography-root ce4wp-list-item-text-primary ce4wp-body1-54 ce4wp-display-block">
102
- <p class="ce4wp-typography-root ce4wp-body1-54 ce4wp-colorTextSecondary-78">
103
- <span>Event Updates</span>
104
- </p>
105
- </span>
106
  </div>
107
  </li>
108
  </ul>
109
-
110
- <!-- Consent text -->
111
-
112
- <h4 class="ce4wp-typography-root ce4wp-typography-h4 ce4wp-typography-gutter-bottom">Before you continue:</h4>
113
- <h6 class="ce4wp-typography-root ce4wp-subtitle1 ce4wp-typography-gutter-bottom">
114
- <ul>
115
- <li>- Creative Mail is a stand alone product that we load within WordPress for an awesome experience, but is not in any way related to or managed by WordPress;</li>
116
- <li>- By using Creative Mail you'll share basic information about your site (like the site name and associated URL) with Constant Contact so that we can retrieve your blog posts, media and WooCommerce products for use in your emails;</li>
117
- <li>- Creative Mail also uses different tools and cookies to improve the performance and experience of the product, for more information you can read our <a href="https://endurance.clarip.com/privacycenter/?brand=ctct" target="_blank">privacy notice</a>.</li>
118
- </ul>
119
- </h6>
120
-
121
- <div class="ce4wp-pt-1 ce4wp-pb-1">
122
- <a id="ce4wp-go-button" href="<?php echo esc_url($redirectUrl . rawurlencode($onboardingUrl)) ?>" class="ce4wp-button-base-root ce4wp-button-root ce4wp-button-contained ce4wp-button-contained-primary" target="_blank">
123
- I Agree and let's get started!
124
- </a>
125
- </div>
126
-
127
  </div>
128
  </div>
129
- <div class="col-auto">
130
- <img src="<?php echo esc_url( CE4WP_PLUGIN_URL. '/assets/images/wp-plugin-marketing.png'); ?>" alt="" />
131
- </div>
132
  </div>
133
  </div>
134
  </div>
 
135
  </div>
136
 
137
  <script type="application/javascript">
@@ -141,4 +104,4 @@
141
  document.getElementById('ce4wp-go-button').style.display = "none";
142
  };
143
  window.onfocus = function() { blurred && (location.reload()); };
144
- </script>
1
  <?php
2
+ use CreativeMail\Helpers\EnvironmentHelper;
3
+ use CreativeMail\Helpers\OptionsHelper;
4
 
5
+ $redirectUrl = EnvironmentHelper::get_app_gateway_url('wordpress/v1.0/instances/open?clearSession=true&redirectUrl=');
6
+ $onboardingUrl = EnvironmentHelper::get_app_url() . 'marketing/onboarding/signup?wp_site_name=' . $this->instance_name
7
+ . '&wp_site_uuid=' . $this->instance_uuid
8
+ . '&wp_handshake=' . $this->instance_handshake_token
9
+ . '&wp_callback_url=' . $this->instance_callback_url
10
+ . '&wp_instance_url=' . $this->instance_url
11
+ . '&wp_version=' . get_bloginfo('version')
12
+ . '&plugin_version=' . CE4WP_PLUGIN_VERSION;
13
+ $referred_by = OptionsHelper::get_referred_by();
14
+ if (isset($referred_by))
15
+ {
16
+ $utm_campaign = '';
17
+ if (is_array($referred_by) && array_key_exists('plugin', $referred_by) && array_key_exists('source', $referred_by)) {
18
+ $utm_campaign = $referred_by['plugin'] . $referred_by['source'];
19
+ } else if (is_string($referred_by)){
20
+ $utm_campaign = str_replace(';', '|', $referred_by);
 
 
21
  }
22
+ $onboardingUrl .= '&utm_source=wordpress&utm_medium=plugin&utm_campaign=' . $utm_campaign;
23
+ }
24
  ?>
25
 
26
  <div class="ce4wp-admin-wrapper">
27
+ <header class="ce4wp-swoosh-header"></header>
28
 
29
+ <div class="ce4wp-swoosh-container">
30
+ <div style="margin-top: 0px;">
31
+ <div class="ce4wp-backdrop">
32
+ <div class="ce4wp-backdrop-container">
33
+ <div class="ce4wp-backdrop-header">
34
+ <div class="ce4wp-logo-poppins"></div>
 
 
35
  <div>
36
+ <img src="<?php echo CE4WP_PLUGIN_URL . 'assets/images/airplane.svg'; ?>" class="ce4wp-airplane" alt="Paper airplane decoration">
37
+ </div>
38
+ </div>
 
 
 
 
 
 
 
39
 
40
+ <div class="ce4wp-card">
41
+ <div class="ce4wp-px-4 ce4wp-pt-4">
42
+ <h1 class="ce4wp-typography-root ce4wp-typography-h1">
43
+ Intelligent email marketing for<br />WordPress and WooCommerce
44
+ </h1>
45
+ <h6 class="ce4wp-typography-root ce4wp-typography-h6 ce4wp-mt-4 ce4wp-mb-2">
46
+ With Creative Mail your blog posts, store promotions, announcements, event updates and more can be delivered straight into the inbox of your customers and prospects.
47
+ </h6>
48
+ <h6 class="ce4wp-typography-root ce4wp-typography-h6 ce4wp-mt-4 ce4wp-mb-2">
49
+ The fine print:
50
+ </h6>
51
  <ul class="ce4wp-list-root pb-4 ce4wp-list-padding">
52
+ <li class="ce4wp-list-item-root" style="max-width: 550px;">
53
+ <div class="ce4wp-list-item-icon-root ce4wp-pr-3 ce4wp-mt-2">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
  <svg class="ce4wp-svg-icon-root ce4wp-svg-icon-color" focusable="false" viewBox="0 0 24 24" aria-hidden="true">
55
+ <path d="M4.75 8.12891L12.6953 0.183594L13.75 1.23828L4.75 10.2383L0.566406 6.05469L1.62109 5L4.75 8.12891Z" fill="#7A5CBD"/>
 
56
  </svg>
57
  </div>
58
+ <div class="ce4wp-list-item-text-root ce4wp-d-flex ce4wp-flex-column ce4wp-m-0">
59
+ <p class="ce4wp-typography-root ce4wp-body2" style="color: rgba(0, 0, 0, 0.6);">
60
+ By using Creative Mail you’ll share basic information about your site (including your site name and URL) with Constant Contact so that we can retrieve your blog posts, media files and store products for use in your emails;
61
+ </p>
 
 
62
  </div>
63
  </li>
64
+ <li class="ce4wp-list-item-root" style="max-width: 550px;">
65
+ <div class="ce4wp-list-item-icon-root ce4wp-pr-3 ce4wp-mt-2">
66
  <svg class="ce4wp-svg-icon-root ce4wp-svg-icon-color" focusable="false" viewBox="0 0 24 24" aria-hidden="true">
67
+ <path d="M4.75 8.12891L12.6953 0.183594L13.75 1.23828L4.75 10.2383L0.566406 6.05469L1.62109 5L4.75 8.12891Z" fill="#7A5CBD"/>
 
68
  </svg>
69
  </div>
70
+ <div class="ce4wp-list-item-text-root ce4wp-d-flex ce4wp-flex-column ce4wp-m-0">
71
+ <p class="ce4wp-typography-root ce4wp-body2" style="color: rgba(0, 0, 0, 0.6);">
72
+ Creative Mail uses tools, including cookies, to improve the performance and experience of the product. For more information you can read our <a href="https://endurance.clarip.com/privacycenter/?brand=ctct" target="_blank">privacy notice</a>.
73
+ </p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
74
  </div>
75
  </li>
76
  </ul>
77
+ <a id='ce4wp-go-button'
78
+ href="<?php echo esc_url($redirectUrl . rawurlencode($onboardingUrl)) ?>"
79
+ target="_blank"
80
+ class="ce4wp-button-base-root ce4wp-button-root ce4wp-button-contained ce4wp-button-contained-primary ce4wp-mb-4 ce4wp-mt-2"
81
+ tabindex="0"
82
+ type="button"
83
+ data-element-type="button">
84
+ <span class="ce4wp-button-label" style="width: 100%;">
85
+ I Agree and let's get started!<span class="ce4wp-button-endIcon">
86
+ <svg class="ce4wp-Svgicon-root" focusable="false" viewBox="0 0 24 24" aria-hidden="true">
87
+ <path d="M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"></path>
88
+ </svg>
89
+ </span>
90
+ </span>
91
+ </a>
 
 
 
92
  </div>
93
  </div>
 
 
 
94
  </div>
95
  </div>
96
  </div>
97
+ </div>
98
  </div>
99
 
100
  <script type="application/javascript">
104
  document.getElementById('ce4wp-go-button').style.display = "none";
105
  };
106
  window.onfocus = function() { blurred && (location.reload()); };
107
+ </script>
src/views/settings.php CHANGED
@@ -27,45 +27,52 @@
27
  ?>
28
 
29
  <div class="ce4wp-admin-wrapper">
30
- <header class="ce4wp-header">
31
- <div class="ce4wp-logo"></div>
32
- </header>
33
- <div class="ce4wp-container">
34
-
35
- <h2>Settings</h2>
36
- <div class="ce4wp-card">
37
- <h4>Creative Mail by Constant Contact</h4>
38
-
39
- <?php
40
- if(EnvironmentHelper::is_test_environment()) {
41
- include 'settings-internal.php';
42
- }
43
- ?>
44
-
45
- <?php
46
- if(OptionsHelper::get_instance_id()) {
47
- include 'unlink.php';
48
- }
49
- else {
50
- include 'pending-setup.php';
51
- }
52
- ?>
53
-
54
  </div>
55
-
56
- <div class="ce4wp-card" style="display: <?php echo !empty($this->instance_id) ? 'block' : 'none' ?>">
57
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
58
  <h4>Contact Synchronization</h4>
59
 
60
- <?php
61
- if($contact_sync_available){
62
- include 'activated-integrations.php';
63
- }
64
- else {
65
- include 'available-integrations.php';
66
- }
67
- ?>
68
-
69
  </div>
 
70
  </div>
 
71
  </div>
27
  ?>
28
 
29
  <div class="ce4wp-admin-wrapper">
30
+ <header class="ce4wp-swoosh-header"></header>
31
+
32
+ <div class="ce4wp-swoosh-container">
33
+ <div style="margin-top: 0px;">
34
+ <div class="ce4wp-backdrop">
35
+ <div class="ce4wp-backdrop-container">
36
+ <div class="ce4wp-backdrop-header">
37
+ <div class="ce4wp-logo-poppins"></div>
38
+ <div>
39
+ <img src="<?php echo CE4WP_PLUGIN_URL . 'assets/images/airplane.svg'; ?>" class="ce4wp-airplane" alt="Paper airplane decoration">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  </div>
41
+ </div>
42
+
43
+ <div class="ce4wp-card">
44
+ <h4>Creative Mail by Constant Contact</h4>
45
+
46
+ <?php
47
+ if (EnvironmentHelper::is_test_environment()) {
48
+ include 'settings-internal.php';
49
+ }
50
+ ?>
51
+
52
+ <?php
53
+ if (OptionsHelper::get_instance_id()) {
54
+ include 'unlink.php';
55
+ }
56
+ else {
57
+ include 'pending-setup.php';
58
+ }
59
+ ?>
60
+ </div>
61
+
62
+ <div class="ce4wp-card" style="display: <?php echo !empty($this->instance_id) ? 'block' : 'none' ?>">
63
  <h4>Contact Synchronization</h4>
64
 
65
+ <?php
66
+ if ($contact_sync_available) {
67
+ include 'activated-integrations.php';
68
+ }
69
+ else {
70
+ include 'available-integrations.php';
71
+ }
72
+ ?>
73
+ </div>
74
  </div>
75
+ </div>
76
  </div>
77
+ </div>
78
  </div>
vendor/autoload.php CHANGED
@@ -4,4 +4,4 @@
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
- return ComposerAutoloaderInit4fa04db1c96f7c0120bcc31606e0b2b8::getLoader();
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
+ return ComposerAutoloaderInit023a11f769c87ad575fed6e0fbfb1dc7::getLoader();
vendor/composer/autoload_real.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
- class ComposerAutoloaderInit4fa04db1c96f7c0120bcc31606e0b2b8
6
  {
7
  private static $loader;
8
 
@@ -22,15 +22,15 @@ class ComposerAutoloaderInit4fa04db1c96f7c0120bcc31606e0b2b8
22
  return self::$loader;
23
  }
24
 
25
- spl_autoload_register(array('ComposerAutoloaderInit4fa04db1c96f7c0120bcc31606e0b2b8', 'loadClassLoader'), true, true);
26
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
27
- spl_autoload_unregister(array('ComposerAutoloaderInit4fa04db1c96f7c0120bcc31606e0b2b8', 'loadClassLoader'));
28
 
29
  $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
30
  if ($useStaticLoader) {
31
  require_once __DIR__ . '/autoload_static.php';
32
 
33
- call_user_func(\Composer\Autoload\ComposerStaticInit4fa04db1c96f7c0120bcc31606e0b2b8::getInitializer($loader));
34
  } else {
35
  $map = require __DIR__ . '/autoload_namespaces.php';
36
  foreach ($map as $namespace => $path) {
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
+ class ComposerAutoloaderInit023a11f769c87ad575fed6e0fbfb1dc7
6
  {
7
  private static $loader;
8
 
22
  return self::$loader;
23
  }
24
 
25
+ spl_autoload_register(array('ComposerAutoloaderInit023a11f769c87ad575fed6e0fbfb1dc7', 'loadClassLoader'), true, true);
26
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
27
+ spl_autoload_unregister(array('ComposerAutoloaderInit023a11f769c87ad575fed6e0fbfb1dc7', 'loadClassLoader'));
28
 
29
  $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
30
  if ($useStaticLoader) {
31
  require_once __DIR__ . '/autoload_static.php';
32
 
33
+ call_user_func(\Composer\Autoload\ComposerStaticInit023a11f769c87ad575fed6e0fbfb1dc7::getInitializer($loader));
34
  } else {
35
  $map = require __DIR__ . '/autoload_namespaces.php';
36
  foreach ($map as $namespace => $path) {
vendor/composer/autoload_static.php CHANGED
@@ -4,7 +4,7 @@
4
 
5
  namespace Composer\Autoload;
6
 
7
- class ComposerStaticInit4fa04db1c96f7c0120bcc31606e0b2b8
8
  {
9
  public static $prefixLengthsPsr4 = array (
10
  'F' =>
@@ -121,9 +121,9 @@ class ComposerStaticInit4fa04db1c96f7c0120bcc31606e0b2b8
121
  public static function getInitializer(ClassLoader $loader)
122
  {
123
  return \Closure::bind(function () use ($loader) {
124
- $loader->prefixLengthsPsr4 = ComposerStaticInit4fa04db1c96f7c0120bcc31606e0b2b8::$prefixLengthsPsr4;
125
- $loader->prefixDirsPsr4 = ComposerStaticInit4fa04db1c96f7c0120bcc31606e0b2b8::$prefixDirsPsr4;
126
- $loader->classMap = ComposerStaticInit4fa04db1c96f7c0120bcc31606e0b2b8::$classMap;
127
 
128
  }, null, ClassLoader::class);
129
  }
4
 
5
  namespace Composer\Autoload;
6
 
7
+ class ComposerStaticInit023a11f769c87ad575fed6e0fbfb1dc7
8
  {
9
  public static $prefixLengthsPsr4 = array (
10
  'F' =>
121
  public static function getInitializer(ClassLoader $loader)
122
  {
123
  return \Closure::bind(function () use ($loader) {
124
+ $loader->prefixLengthsPsr4 = ComposerStaticInit023a11f769c87ad575fed6e0fbfb1dc7::$prefixLengthsPsr4;
125
+ $loader->prefixDirsPsr4 = ComposerStaticInit023a11f769c87ad575fed6e0fbfb1dc7::$prefixDirsPsr4;
126
+ $loader->classMap = ComposerStaticInit023a11f769c87ad575fed6e0fbfb1dc7::$classMap;
127
 
128
  }, null, ClassLoader::class);
129
  }