-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
530 lines (530 loc) · 34.1 KB
/
index.html
File metadata and controls
530 lines (530 loc) · 34.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Vision Capital</title>
<link rel="stylesheet" href="css/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<header class="main-header">
<div class="container">
<div class="main-header__content">
<div class="logo">
<svg width="53" height="60" viewBox="0 0 53 60" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_3925_202)">
<path d="M52.0254 14.9352L26.0127 0.000976562L0 14.9352V28.3417L6.01866 24.8688V18.391L26.0127 6.91234L46.0067 18.391V20.9624L52.0254 17.4888V14.9352Z"
fill="#23155B"/>
<path d="M46.0067 41.3468L26.0127 52.8254L6.01864 41.3468V35.6325L14.7957 30.5675L22.0771 34.7704L28.6855 30.9561L21.4033 26.7539L14.7949 22.939L8.18649 26.7539L6.02083 28.0039L0.00213623 31.4775V44.8018L26.0148 59.7361L52.0275 44.8018V31.3954L46.0089 34.869L46.0067 41.3468Z"
fill="#23155B"/>
<path d="M46.0067 24.1028L31.4072 32.5313L24.7988 36.3456L31.4072 40.1606L38.0156 36.3456L46.0045 31.7349L52.0232 28.2613V20.6299L46.0067 24.1028Z"
fill="#8053FF"/>
</g>
<defs>
<clipPath id="clip0_3925_202">
<rect width="52.437" height="60" fill="white"/>
</clipPath>
</defs>
</svg>
<span>Vision Capital</span>
</div>
<nav>
<div class="ham-menu">
<span></span>
<span></span>
<span></span>
</div>
</nav>
<div class="main-nav">
<ul>
<li><a href="#for_projects">For Projects</a></li>
<li><a href="#">For Investors</a> </li>
<li><a href="#" class="btn btn-primary">Join now</a></li>
</ul>
</div>
</div>
</div>
</header>
<main>
<section class="hero">
<div class="container">
<div class="hero__content">
<h1>Vision Capital</h1>
<p>The right way to fund and incubate your DeFi startup</p>
<div class="btn__wrapper">
<a href="#" class="btn btn-primary">I Need Funding</a>
<a href="#" class="btn btn-secondary">Become an Investor</a>
</div>
</div>
</div>
</section>
<section class="sponsors">
<div class="container">
<div class="hr-line">
<h3>In the pipeline</h3>
</div>
<hr>
<div class="list__sponsors">
<a href="#" class="logo__sponsor">
<img src="source/image%2026.png" alt="sponsor-harvard" width="220" height="80" loading="lazy">
</a>
<a href="#" class="logo__sponsor">
<img src="source/image%2028.png" alt="sponsor-microsoft" width="220" height="80" loading="lazy">
</a>
<a href="#" class="logo__sponsor">
<img src="source/image%2029.png" alt="sponsor-nasa" width="220" height="80" loading="lazy">
</a>
<a href="#" class="logo__sponsor">
<img src="source/image%2027.png" alt="sponsor-yale-university" width="220" height="80"
loading="lazy">
</a>
<a href="#" class="logo__sponsor">
<img src="source/image%2030.png" alt="sponsor-payoneer" width="220" height="80" loading="lazy">
</a>
</div>
</div>
</section>
<section class="fundraising">
<div class="container">
<div class="fundraising__content">
<h2>Traditional Fundraising
<span class="colored-text">Doesn't Work</span>
in DeFi
</h2>
<div class="list__items-numbers">
<ul>
<li>
<h3 class="item-number">01</h3>
<p>Without a big budget, it's hard to approach venture investors</p>
</li>
<li>
<h3 class="item-number">02</h3>
<p>VCs don't care about your DeFi idea – only their gains</p>
</li>
<li>
<h3 class="item-number">03</h3>
<p>They force you into selling your tokens at a huge discount…</p>
</li>
<li>
<h3 class="item-number">04</h3>
<p>...Then dump them at the first opportunity</p>
</li>
<li>
<h3 class="item-number">05</h3>
<p>Result: your token collapses. Everyone goes home.</p>
</li>
</ul>
</div>
</div>
</div>
</section>
<section class="for_projects" id="for_projects">
<div class="container">
<div class="for_projects__content">
<h5 class="colored-text">— For Projects</h5>
<h2>Vision is the answer</h2>
<p class="for_projects__content-description">You have an idea, IncuPie has a plan. We offer everything
you need to go from an early-stage idea
to a successful exchange listing.</p>
<div class="list__items list-checkmark">
<ul>
<li>
<div class="list__item">
<div class="list__item-checkmark">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<rect width="24" height="24" rx="12" fill="#00D386"/>
<path d="M18 7L9.42857 17L6 13" stroke="white" stroke-width="1.5"
stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
<div class="list__item-text">
<p>Decentralized investments</p>
<div class="list__item-description">we'll distribute your tokens among our huge and
active
community
</div>
</div>
</div>
</li>
<li>
<div class="list__item">
<div class="list__item-checkmark">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<rect width="24" height="24" rx="12" fill="#00D386"/>
<path d="M18 7L9.42857 17L6 13" stroke="white" stroke-width="1.5"
stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
<div class="list__item-text">
<p>Access to professional investors</p>
<div class="list__item-description">we'll put you in touch with funds and business
angels ready to invest larger sums
</div>
</div>
</div>
</li>
<li>
<div class="list__item">
<div class="list__item-checkmark">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<rect width="24" height="24" rx="12" fill="#00D386"/>
<path d="M18 7L9.42857 17L6 13" stroke="white" stroke-width="1.5"
stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
<div class="list__item-text">
<p>Exchange relations</p>
<div class="list__item-description">get better terms when listing your token</div>
</div>
</div>
</li>
<li>
<div class="list__item">
<div class="list__item-checkmark">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<rect width="24" height="24" rx="12" fill="#00D386"/>
<path d="M18 7L9.42857 17L6 13" stroke="white" stroke-width="1.5"
stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
<div class="list__item-text">
<p>Staking</p>
<div class="list__item-description">allow users to stake your tokens on DeFiPie and
earn
rewards
</div>
</div>
</div>
</li>
<li>
<div class="list__item">
<div class="list__item-checkmark">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<rect width="24" height="24" rx="12" fill="#00D386"/>
<path d="M18 7L9.42857 17L6 13" stroke="white" stroke-width="1.5"
stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
<p>Product-market fit analysis</p>
</div>
<li>
<div class="list__item">
<div class="list__item-checkmark">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<rect width="24" height="24" rx="12" fill="#00D386"/>
<path d="M18 7L9.42857 17L6 13" stroke="white" stroke-width="1.5"
stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
<p>Detailed tokenomics</p>
</div>
</li>
<li>
<div class="list__item">
<div class="list__item-checkmark">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<rect width="24" height="24" rx="12" fill="#00D386"/>
<path d="M18 7L9.42857 17L6 13" stroke="white" stroke-width="1.5"
stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
<p>Smart contract audit</p>
</div>
</li>
<li>
<div class="list__item">
<div class="list__item-checkmark">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<rect width="24" height="24" rx="12" fill="#00D386"/>
<path d="M18 7L9.42857 17L6 13" stroke="white" stroke-width="1.5"
stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
<p>Community-building and social media marketing</p>
</div>
</li>
<li>
<div class="list__item">
<div class="list__item-checkmark">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<rect width="24" height="24" rx="12" fill="#00D386"/>
<path d="M18 7L9.42857 17L6 13" stroke="white" stroke-width="1.5"
stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
<p>White Paper, blog, and media content from the best authors</p>
</div>
</li>
</ul>
</div>
<div class="btn__wrapper">
<a href="#" class="btn btn-primary">I Need Funding</a>
<a href="#" class="btn btn-secondary">Learn More</a>
</div>
</div>
</div>
</section>
<section class="for_investors" id="for_investors">
<div class="container">
<div class="for_investors__content">
<h5 class="colored-text">— For Investors</h5>
<h2>Access
<span class="colored-text">high-potential</span>
DeFi startups before everyone else
</h2>
<div class="list__items list-checkmark">
<ul>
<li>
<div class="list__item">
<div class="list__item-checkmark">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<rect width="24" height="24" rx="12" fill="#00D386"/>
<path d="M18 7L9.42857 17L6 13" stroke="white" stroke-width="1.5"
stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
<p>Low entry prices on DeFi tokens</p>
</div>
</li>
<li>
<div class="list__item">
<div class="list__item-checkmark">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<rect width="24" height="24" rx="12" fill="#00D386"/>
<path d="M18 7L9.42857 17L6 13" stroke="white" stroke-width="1.5"
stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
<p>Fully decentralized</p>
</div>
</li>
<li>
<div class="list__item">
<div class="list__item-checkmark">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<rect width="24" height="24" rx="12" fill="#00D386"/>
<path d="M18 7L9.42857 17L6 13" stroke="white" stroke-width="1.5"
stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
<p>Only vetted projects that passed our due diligence</p>
</div>
</li>
<li>
<div class="list__item">
<div class="list__item-checkmark">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<rect width="24" height="24" rx="12" fill="#00D386"/>
<path d="M18 7L9.42857 17L6 13" stroke="white" stroke-width="1.5"
stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
<p>New projects every month</p>
</div>
</li>
<li>
<div class="list__item">
<div class="list__item-checkmark">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<rect width="24" height="24" rx="12" fill="#00D386"/>
<path d="M18 7L9.42857 17L6 13" stroke="white" stroke-width="1.5"
stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
<p>High chance of success thanks to our incubation program</p>
</div>
<li>
<div class="list__item">
<div class="list__item-checkmark">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<rect width="24" height="24" rx="12" fill="#00D386"/>
<path d="M18 7L9.42857 17L6 13" stroke="white" stroke-width="1.5"
stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
<p>Yield farming rewards in PIE (<span class="colored-text">up to 100% a year</span>)
</p>
</div>
</li>
</ul>
</div>
<div class="for_investors-btn">
<a href="#" class="btn btn-primary">Become an Investor</a>
</div>
</div>
</div>
</section>
<section class="about">
<div class="container">
<img src="source/image%2031.webp" alt="human" width="590" height="830" loading="lazy">
<div class="about__content">
<div class="logo">
<svg width="104" height="119" viewBox="0 0 53 60" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_3925_202)">
<path d="M52.0254 14.9352L26.0127 0.000976562L0 14.9352V28.3417L6.01866 24.8688V18.391L26.0127 6.91234L46.0067 18.391V20.9624L52.0254 17.4888V14.9352Z"
fill="#23155B"/>
<path d="M46.0067 41.3468L26.0127 52.8254L6.01864 41.3468V35.6325L14.7957 30.5675L22.0771 34.7704L28.6855 30.9561L21.4033 26.7539L14.7949 22.939L8.18649 26.7539L6.02083 28.0039L0.00213623 31.4775V44.8018L26.0148 59.7361L52.0275 44.8018V31.3954L46.0089 34.869L46.0067 41.3468Z"
fill="#23155B"/>
<path d="M46.0067 24.1028L31.4072 32.5313L24.7988 36.3456L31.4072 40.1606L38.0156 36.3456L46.0045 31.7349L52.0232 28.2613V20.6299L46.0067 24.1028Z"
fill="#8053FF"/>
</g>
<defs>
<clipPath id="clip0_3925_202">
<rect width="52.437" height="60" fill="white"/>
</clipPath>
</defs>
</svg>
</div>
<h2><span class="colored-text">Brought to you</span> by DeFiPie</h2>
<p>DeFiPie is the first DeFi app to bring together crypto lending, staking, P2P loans, liquidity
mining,
and trading. We have a strong development and marketing team and an active, constantly growing
community.</p>
<br>
<br>
<p>Project incubation is a natural next step: now that we've done it ourselves, we want to help
other
quality projects to achieve success. </p>
</div>
</div>
</section>
<section class="sponsors sponsors-footer">
<div class="container">
<div class="hr-line">
<h3>Brought to you by DeFiPie in partnership with</h3>
</div>
<hr>
<div class="list__sponsors">
<a href="#" class="logo__sponsor">
<img src="source/image%2021.png" alt="sponsor-burberry" width="220" height="80" loading="lazy">
</a>
<a href="#" class="logo__sponsor">
<img src="source/image%2022.png" alt="sponsor-google" width="220" height="80" loading="lazy">
</a>
<a href="#" class="logo__sponsor">
<img src="source/image%2023.png" alt="sponsor-sony" width="220" height="80" loading="lazy">
</a>
<a href="#" class="logo__sponsor">
<img src="source/image%2024.png" alt="sponsor-ikea" width="220" height="80" loading="lazy">
</a>
<a href="#" class="logo__sponsor">
<img src="source/image%2025.png" alt="sponsor-nectar" width="220" height="80" loading="lazy">
</a>
</div>
</div>
</section>
<footer class="main-footer">
<div class="container">
<div class="main-footer__content">
<div class="footer__cols">
<div class="footer__col-head">
<div class="footer__head">
<h2><span class="colored-text">Join</span>
Vision Capital and get funded</h2>
<p>We'll get back to you within 24 hours</p>
</div>
<div class="footer__form">
<form action="#" method="post" class="footer__form">
<div class="footer__form-fields">
<div class="footer__form-field">
<label for="input-project">How is your project called?</label>
<input type="text" id="input-project" name="input-project">
</div>
<div class="footer__form-field">
<label for="input-email">Your email</label>
<input type="email" id="input-email" name="input-email">
</div>
<div class="footer__form-field">
<label for="input-projects">Please tell us a few words about the project</label>
<input type="text" id="input-projects" name="input-projects">
</div>
<div class="footer__form-field">
<label for="input-telegram">Telegram name</label>
<input type="text" id="input-telegram" name="input-telegram">
</div>
</div>
</form>
<div class="footer__form-btn">
<button class="btn btn-primary">Send</button>
</div>
</div>
</div>
<div class="footer__col-social">
<div class="footer__social">
<div class="social__icons">
<a href="#" class="social__icon facebook">
<svg width="32" height="32" viewBox="0 0 32 32" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M16 0C7.16344 0 0 7.16344 0 16C0 24.8366 7.16344 32 16 32C24.8366 32 32 24.8366 32 16C32 7.16344 24.8366 0 16 0ZM15.5544 13.5586L15.5208 13.005C15.4201 11.5701 16.3042 10.2594 17.7032 9.75098C18.218 9.5702 19.0909 9.5476 19.6617 9.70578C19.8856 9.77357 20.3108 9.99955 20.613 10.2029L21.1614 10.5758L21.7658 10.3837C22.1015 10.282 22.5492 10.1125 22.7506 9.99955C22.9409 9.89786 23.1088 9.84136 23.1088 9.87526C23.1088 10.0673 22.6947 10.7227 22.3477 11.0842C21.8777 11.5927 22.012 11.6379 22.9633 11.2989C23.534 11.1068 23.5452 11.1068 23.4333 11.3215C23.3662 11.4345 23.0192 11.8299 22.6499 12.1915C22.0232 12.8129 21.9896 12.8807 21.9896 13.4005C21.9896 14.2027 21.6091 15.8749 21.2286 16.7901C20.5235 18.5075 19.0126 20.2814 17.5017 21.174C15.3753 22.4281 12.5438 22.7445 10.16 22.0101C9.36538 21.7615 8 21.1288 8 21.0158C8 20.9819 8.41409 20.9367 8.91772 20.9254C9.96973 20.9028 11.0218 20.609 11.9171 20.0893L12.5214 19.7277L11.8276 19.4905C10.8427 19.1515 9.95854 18.3719 9.73471 17.6375C9.66756 17.4002 9.68994 17.3889 10.3167 17.3889L10.9658 17.3776L10.4174 17.1177C9.76828 16.7901 9.17513 16.2364 8.88414 15.6715C8.6715 15.2647 8.4029 14.2366 8.48124 14.1575C8.50362 14.1236 8.73865 14.1914 9.00725 14.2818C9.77948 14.5642 9.8802 14.4964 9.43253 14.0219C8.59316 13.1632 8.33575 11.8864 8.73865 10.6775L8.92891 10.1351L9.66756 10.8695C11.1784 12.3497 12.9579 13.231 14.9948 13.4908L15.5544 13.5586Z"
fill="#D4CDEF"/>
</svg>
</a>
<a href="#" class="social__icon twitter">
<svg width="32" height="32" viewBox="0 0 32 32" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M16 0C7.16344 0 0 7.16344 0 16C0 24.8366 7.16344 32 16 32C24.8366 32 32 24.8366 32 16C32 7.16344 24.8366 0 16 0ZM17.6677 16.7028V25.4077H14.066V16.7031H12.2667V13.7034H14.066V11.9024C14.066 9.4552 15.0821 8 17.9688 8H20.372V11.0001H18.8698C17.7461 11.0001 17.6718 11.4193 17.6718 12.2017L17.6677 13.7031H20.3891L20.0706 16.7028H17.6677Z"
fill="#D4CDEF"/>
</svg>
</a>
<a href="https://t.me/addstickers/FrirenReva1v" class="social__icon telegram">
<svg width="32" height="32" viewBox="0 0 32 32" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M0 16C0 24.8366 7.16344 32 16 32C24.8366 32 32 24.8366 32 16C32 7.16344 24.8366 0 16 0C7.16344 0 0 7.16344 0 16ZM13.0667 23.3333L13.3389 19.2548L13.3387 19.2547L20.7579 12.5593C21.0836 12.2703 20.6868 12.1294 20.2546 12.3915L11.0982 18.1682L7.14312 16.9338C6.289 16.6723 6.28287 16.0853 7.33488 15.6634L22.7469 9.72057C23.4508 9.401 24.1302 9.88964 23.8615 10.967L21.2368 23.3354C21.0535 24.2143 20.5225 24.4245 19.7867 24.0185L15.7885 21.0646L13.8667 22.9333C13.8606 22.9392 13.8546 22.9451 13.8486 22.9509C13.6336 23.1602 13.4558 23.3333 13.0667 23.3333Z"
fill="#D4CDEF"/>
</svg>
</a>
<a href="#" class="social__icon github">
<svg width="32" height="32" viewBox="0 0 32 32" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path d="M16.0288 0.119873C7.20978 0.119873 0.0584412 7.39181 0.0584412 16.3629C0.0584412 23.5396 4.63444 29.6283 10.98 31.7761C11.7781 31.9265 12.0711 31.4238 12.0711 30.9947C12.0711 30.6074 12.0563 29.3279 12.0494 27.9706C7.60647 28.9532 6.66895 26.0541 6.66895 26.0541C5.94247 24.1766 4.89573 23.6773 4.89573 23.6773C3.44674 22.6692 5.00495 22.6899 5.00495 22.6899C6.60866 22.8042 7.45309 24.3638 7.45309 24.3638C8.87748 26.847 11.1892 26.1291 12.1005 25.7141C12.2438 24.6645 12.6577 23.9474 13.1144 23.542C9.5672 23.1313 5.83828 21.7385 5.83828 15.5145C5.83828 13.7411 6.46214 12.2921 7.48376 11.1546C7.31794 10.7452 6.7713 9.09339 7.63847 6.856C7.63847 6.856 8.97956 6.41944 12.0315 8.521C13.3054 8.1611 14.6716 7.98061 16.0288 7.97442C17.386 7.98061 18.7533 8.1611 20.0296 8.521C23.0778 6.41944 24.4171 6.856 24.4171 6.856C25.2863 9.09339 24.7394 10.7452 24.5736 11.1546C25.5976 12.2921 26.2173 13.7411 26.2173 15.5145C26.2173 21.7533 22.4812 23.127 18.925 23.5291C19.4978 24.0332 20.0082 25.0217 20.0082 26.5372C20.0082 28.7103 19.9897 30.4595 19.9897 30.9947C19.9897 31.427 20.2772 31.9335 21.0867 31.774C27.4288 29.6237 31.9989 23.5372 31.9989 16.3629C31.9989 7.39181 24.8487 0.119873 16.0288 0.119873"
fill="#D4CDEF"/>
<path d="M6.10724 23.4414C6.07207 23.5224 5.94724 23.5463 5.83352 23.4909C5.71769 23.4379 5.65263 23.3279 5.69018 23.2469C5.72456 23.1638 5.84966 23.1409 5.96523 23.1961C6.08133 23.2493 6.14744 23.3604 6.10724 23.4414"
fill="#D4CDEF"/>
<path d="M6.75411 24.1752C6.67795 24.2471 6.52906 24.2137 6.42803 24.1002C6.32357 23.987 6.304 23.8355 6.38122 23.7626C6.45977 23.6908 6.60416 23.7244 6.70889 23.8377C6.81335 23.9523 6.83372 24.1026 6.75411 24.1752"
fill="#D4CDEF"/>
<path d="M7.3838 25.1108C7.28595 25.1799 7.12595 25.1151 7.02704 24.9707C6.92919 24.8262 6.92919 24.653 7.02916 24.5836C7.12833 24.5142 7.28595 24.5766 7.38619 24.72C7.48377 24.8666 7.48377 25.04 7.3838 25.1108"
fill="#D4CDEF"/>
<path d="M8.24649 26.0146C8.15895 26.1128 7.9725 26.0864 7.83604 25.9525C7.6964 25.8215 7.65753 25.6356 7.74533 25.5374C7.83393 25.439 8.02143 25.4667 8.15895 25.5996C8.29753 25.7303 8.33984 25.9175 8.24649 26.0146"
fill="#D4CDEF"/>
<path d="M9.43656 26.5393C9.39795 26.6666 9.21838 26.7244 9.03749 26.6703C8.85686 26.6147 8.73865 26.4656 8.77514 26.3371C8.81269 26.209 8.99306 26.1488 9.17527 26.2066C9.35564 26.262 9.47412 26.41 9.43656 26.5393"
fill="#D4CDEF"/>
<path d="M10.7435 26.6367C10.748 26.7707 10.5946 26.8818 10.4048 26.8839C10.2138 26.8885 10.0594 26.7801 10.0573 26.6483C10.0573 26.513 10.2072 26.403 10.3981 26.3998C10.588 26.396 10.7435 26.5036 10.7435 26.6367"
fill="#D4CDEF"/>
<path d="M11.9598 26.426C11.9825 26.5567 11.8506 26.6909 11.662 26.7264C11.4766 26.7611 11.305 26.6804 11.2814 26.5508C11.2584 26.4168 11.3928 26.2826 11.5779 26.2479C11.7667 26.2145 11.9357 26.2931 11.9598 26.426"
fill="#D4CDEF"/>
</svg>
</a>
</div>
</div>
<div class="footer__contacts">
<h5>hello@visioncapital.com</h5>
<h5>Join us on Telegram</h5>
</div>
</div>
</div>
</div>
</div>
</footer>
</main>
<script src="JS/app.js"></script>
<script src="JS/scrollToTarget.js"></script>
</body>
</html>