-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
912 lines (895 loc) · 85.3 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
<!DOCTYPE html>
<html style="font-family: Montserrat, sans-serif;" data-spy="scroll" data-target="#toc">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Welcome to Country Based Pooled Funds Data Hub</title>
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,700,700i,600,600i">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lora">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Slab">
<link rel="stylesheet" href="assets/css/Highlight-Phone.css">
<link rel="stylesheet" href="assets/css/bootstrap-toc.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/aos/2.1.1/aos.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/baguettebox.js/1.10.0/baguetteBox.min.css">
<link rel="stylesheet" href="assets/css/smoothproducts.css">
<link rel="stylesheet" href="assets/css/style.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/5.16.0/d3.min.js" integrity="sha512-FHsFVKQ/T1KWJDGSbrUhTJyS1ph3eRrxI228ND0EGaEp6v4a/vGwPWd3Dtd/+9cI7ccofZvl/wulICEurHN1pg==" crossorigin="anonymous"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@ungap/[email protected]/min.min.js"></script>
<script type="text/javascript" src="https://cbpfgms.github.io/libraries/html2canvas.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jspdf/1.5.3/jspdf.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/d3-sankey/0.12.3/d3-sankey.min.js"></script>
<script src="https://kit.fontawesome.com/d5d759e566.js" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="https://cbpfgms.github.io/css/d3chartstyles.css">
<link rel="stylesheet" type="text/css" href="https://cbpfgms.github.io/css/d3chartstylescbsank.css">
<link rel="stylesheet" type="text/css" href="https://cbpfgms.github.io/css/d3chartstylespbialp.css">
<link rel="stylesheet" type="text/css" href="https://cbpfgms.github.io/css/d3chartstylespbifdc.css">
<link rel="stylesheet" type="text/css" href="https://cbpfgms.github.io/css/d3chartstylespbiolc.css">
<link rel="stylesheet" type="text/css" href="https://cbpfgms.github.io/css/d3chartstylespbiobe.css">
<link rel="stylesheet" type="text/css" href="https://cbpfgms.github.io/css/d3chartstylespbicli.css">
<link rel="stylesheet" type="text/css" href="https://cbpfgms.github.io/css/d3chartstylespbiuac.css">
<link rel="stylesheet" type="text/css" href="https://cbpfgms.github.io/css/d3chartstylespbiclc.css">
<link rel="stylesheet" type="text/css" href="https://cbpfgms.github.io/css/d3chartstylespbiuac.css">
<link rel="stylesheet" type="text/css" href="https://cbpfgms.github.io/css/d3chartstylespbinad.css">
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-MFQ9DZ9');</script>
<!-- End Google Tag Manager -->
<style>
.bn-news {
font-size: 11px;
font-weight: bold;
}
</style>
</head>
<body style="font-family: Montserrat, sans-serif;" data-spy="scroll" data-target="#toc">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MFQ9DZ9"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="notification-bar">
<div class="alert alert-warning fade in alert-dismissible show">
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true" style="font-size:25px">×</span>
</button>
<strong>Browser Support :</strong> This site is best viewable in “Google Chrome” or “Microsoft Edge”
</div>
</div>
<header class="cd-header">
<div class="cd-global-header">
<div class="container">
<div class="cd-ocha">
<button type="button" class="cd-ocha-btn cd-global-header__dropdown-btn" data-toggle="dropdown" id="cd-ocha-dropdown-toggle" aria-expanded="false" aria-label="OCHA Services">
<span class="cd-ocha-btn__logo" aria-hidden="true"></span>
<span class="cd-ocha-btn__label">OCHA Services</span>
<svg class="icon icon--arrow-down" style="background-color: transparent">
<use xlink:href="#arrow-down"></use>
</svg>
</button>
<div class="cd-global-header__dropdown cd-ocha-dropdown cd-dropdown" role="menu" id="cd-ocha-dropdown" aria-labelledby="cd-ocha-dropdown-toggle">
<div class="cd-ocha-dropdown__inner">
<div class="cd-ocha-dropdown__section">
<p class="cd-ocha-dropdown__heading">Related Platforms</p>
<ul class="cd-ocha-dropdown__list">
<li class="cd-ocha-dropdown__link"><a href="https://gms.unocha.org/">CBPF GMS Portal</a></li>
<li class="cd-ocha-dropdown__link"><a href="https://gms-blog.unocha.org">CBPF GMS Blog</a></li>
<li class="cd-ocha-dropdown__link"><a href="https://gms.unocha.org/support">GMS Help Portal</a></li>
<li class="cd-ocha-dropdown__link"><a href="https://www.unocha.org/our-work/humanitarian-financing/country-based-pooled-funds-cbpf">About CBPF</a></li>
</ul>
</div>
<div class="cd-ocha-dropdown__section">
<p class="cd-ocha-dropdown__heading">Other OCHA Services</p>
<ul class="cd-ocha-dropdown__list">
<li class="cd-ocha-dropdown__link"><a href="https://fts.unocha.org/">Financial Tracking Service</a></li>
<li class="cd-ocha-dropdown__link"><a href="https://data.humdata.org/">Humanitarian Data Exchange</a></li>
<li class="cd-ocha-dropdown__link"><a href="https://humanitarian.id/">Humanitarian ID</a></li>
<li class="cd-ocha-dropdown__link"><a href="https://humanitarianresponse.info/">Humanitarian Response</a></li>
</ul>
</div>
<div class="cd-ocha-dropdown__section">
<p class="cd-ocha-dropdown__heading" aria-hidden="true"> </p>
<ul class="cd-ocha-dropdown__list">
<li class="cd-ocha-dropdown__link"><a href="https://interagencystandingcommittee.org/">Inter-Agency Standing Committee</a></li>
<li class="cd-ocha-dropdown__link"><a href="https://unocha.org/">OCHA website</a></li>
<li class="cd-ocha-dropdown__link"><a href="https://reliefweb.int/">ReliefWeb</a></li>
<li class="cd-ocha-dropdown__link"><a href="https://vosocc.unocha.org/">Virtual OSOCC</a></li>
</ul>
</div>
<div class="cd-ocha-dropdown__section">
<a class="cd-ocha-dropdown__see-all" href="https://www.unocha.org/ocha-digital-services" target="_blank" rel="noopener">See all</a>
</div>
</div>
</div>
</div>
<div class="cd-global-header__user-menu">
<div id="block-hr-layout-hr-layout-login" class="block block-hr-layout">
<ul class="menu">
<li><a href="https://pfdata.unocha.org/">Pooled Funds Data Hub</a></li>
<li><a href="https://cerf.data.unocha.org">CERF Data Hub</a></li>
</ul>
</div>
</div>
</div>
</div>
</header>
<nav class="navbar navbar-light navbar-expand-lg bg-white clean-navbar" style="background-color:#fff;color:rgb(254,254,254); box-shadow: 0 2px 3px 0 #eee; -webkit-box-shadow: 0 2px 3px 0 #eee; -moz-box-shadow: 0 2px 3px 0 #eee;">
<div class="container"><a class="navbar-brand logo" href="index.html" style="background-repeat: no-repeat;background-size: contain;color: rgba(255,255,255,0);background-position: center;background-image: url("assets/img/bi-logo.svg");">CBPF DAT A P O</a>
<button class="navbar-toggler" data-toggle="collapse" data-target="#navcol-1"><span class="sr-only">Toggle navigation</span><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navcol-1" style="font-family:Montserrat, sans-serif;">
<ul class="nav navbar-nav ml-auto">
<li class="nav-item" role="presentation"><button class="nav-link video-btn d-inline-block" data-toggle="modal" data-src="https://embed.fleeq.io/l/ok1ifsb74r-jjm2cqsf3d" data-target="#myModal" style="color:#146eb4; border-right: 1px solid #ddd;">
FIRST TIME TO CBPF DATA HUB <span><i class="fa fa-play-circle" style="color:#f79a3b"></i></span>
</button><a href="assets/pdf/cbpf-data-hub.pdf" class="info-pdf" alt="PFBI Background" title="PFBI Background" target="_blank"><img src="assets/img/info-pdf_icon.svg" width="13" height="13px;"></a></li>
<li class="nav-item" role="presentation"><a class="nav-link" href="allocations-overview.html" style="color:#146eb4;">ALLOCATIONS OVERVIEW</a></li>
<li class="nav-item" role="presentation"><a class="nav-link" href="dataexplorer.html" style="color:#146eb4;">DATA EXPLORER</a></li>
</ul>
</div>
</div>
</nav>
<section class="clean-block clean-hero" style="background-image: url(assets/img/bg1.png);color: rgba(0,0,0,0.40);min-height: 350px;background-size: cover; background-color: rgba(0,0,0,0.75); border-bottom: 7px solid #fdc735;">
<div class="text" style="width: 100%;max-width: 1140px;padding-top: 10px;padding-bottom: 20px;">
<h2 data-toc-skip style="margin-bottom: 10px; font-size: 34px">
<br>
<strong class="text-uppercase">Country based Pooled Funds DATA HUB</strong>
</h2>
<p>The CBPF Data Hub provides detailed contribution and allocation data in real-time</p>
<div class="yearSlider__1HtPN">
<button class="previous__39nbE"></button><span class="annualHeading__2uJLv"></span>
<button class="next__d5jll"></button>
</div>
<div class="row figure-box-panel">
<div class="col-lg-2 col-md-4 col-sm-4">
<a href="#anchor-1" style="transition: transform 1s ease,">
<div class="figure-box-widget">
<div class="figure-box">
<b id="donorsFig">-</b> Donors
</div>
<div class="figure-desc-box">The CBPF Data Hub provides detailed contribution and allocation data in real-time</div>
</div>
</a>
</div>
<div class="col-lg-2 col-md-4 col-sm-4">
<a href="#anchor-2">
<div class="figure-box-widget">
<div class="figure-box">
<b id="partnersFundedFig">-</b> Partners Funded
</div>
<div class="figure-desc-box">CBPF empowers partners to respond to the needs in the field with timely fund and most innovative ways</div>
</div>
</a>
</div>
<div class="col-lg-2 col-md-4 col-sm-4">
<a href="#anchor-5">
<div class="figure-box-widget">
<div class="figure-box">
<b id="projectsFig">-</b> Projects
</div>
<div class="figure-desc-box">Increased number of projects displays the increased impact on the ground targeting wider affected people in need</div>
</div>
</a>
</div>
<div class="col-lg-2 col-md-4 col-sm-4">
<a href="#anchor-4">
<div class="figure-box-widget">
<div class="figure-box">
<b id="contributionFig">-</b> Contributed
</div>
<div class="figure-desc-box">The increase trend of donor contribution towards Country-based pooled funds reduces the gaps in HRP needs vs funding.</div>
</div>
</a>
</div>
<div class="col-lg-2 col-md-4 col-sm-4">
<a href="#anchor-5">
<div class="figure-box-widget">
<div class="figure-box">
<b id="allocationFig">-</b> Allocated
</div>
<div class="figure-desc-box">Regular and timely allocations through Standard and Reserve mechanisms allow CBPF to priortise the funding to the unreached affected people with quick response</div>
</div>
</a>
</div>
<div class="col-lg-2 col-md-4 col-sm-4">
<a href="#anchor-5">
<div class="figure-box-widget">
<div class="figure-box">
<b id="underApprovalFig">-</b> Under Approval
</div>
<div class="figure-desc-box">Regular and timely allocations through Standard and Reserve mechanisms allow CBPF to prioritize the funding to the unreached affected people with quick response</div>
</div>
</a>
</div>
</div>
<div class="col">
<p class="text-center" style="font-size:11px; color:#aaa; padding-top: 5px; margin:0">Data updated on <span id="updatedOn"> //2022 </span></p>
</div>
</div>
</section>
<section class="banners-panel">
<div class="container">
<div class="row justify-content-md-center">
<div class="col-md-auto col-sm-3">
<a href="progress.html" target="_blank" title="Allocation Progress Dashboard"><img src="assets/img/apvectorbanner.svg" width="350px" height="79px" alt="" class="img-fluid"></a>
</div>
<div class="col-md-auto col-sm-3">
<a href="cpf.html" target="_blank" title="Common Performance Framework"><img src="assets/img/cpfvectorbanner.svg" width="350px" height="79px" alt="" class="img-fluid"></a>
</div>
<div class="col-md-auto col-sm-3">
<a href="results.html" target="_blank" title="Results Dashboard"><img src="assets/img/rdvectorbanner.svg" width="350px" height="79px" alt="" class="img-fluid"></a>
</div>
<!--<div class="col-md-auto col-sm-3">
<a href="allocations-overview.html" title="CBPF Allocation Overview"><img src="assets/img/cbpf-allocation-overview-banner-new.svg" width="350px" height="79px" alt="" class="img-fluid"></a>
</div>
<div class="col-md-auto col-sm-3">
<a href="cbpfvshrp.html" title="CBPF vs HRP"><img src="assets/img/cbpf-vs-hrp-banner-new.svg" width="350px" height="79px" alt="" class="img-fluid"></a>
</div>
<div class="col-md-auto col-sm-3">
<a href="#gam_heading" title="GAM Marker"><img src="assets/img/gam-marker-update1.png" alt="" class="img-fluid"></a>
</div>
<div class="col-md-auto col-sm-3">
<a href="https://pfdata.unocha.org/COVID19/" title="COVID 19 CBPF and CERF"><img src="assets/img/covid-19-allocation-banner.png" alt="" class="img-fluid"></a>
</div>-->
</div>
</div>
</section>
<!-- <section>
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="allocation_banner">
<a href="allocations-overview.html" title="Allocations Overview"><img src="assets/img/allocation-overview-banner-v2.png" alt="Allocation Overview" class="img-fluid"></a>
</div>
</div>
</div>
</div>
</section>-->
<div>
<div class="container">
<div class="row">
<div class="col-md-10 col-lg-10 col-xl-10">
<main class="page landing-page">
<section class="clean-block slider">
<div class="container">
<div class="row">
<div class="col">
<div class="block-heading">
<div id="anchor-3"></div>
<h2 class="text-info" id="byyear_heading">CBPF BY YEAR <button class="video-btn" data-toggle="modal" data-src="https://ocha.fleeq.io/l/cbpf-by-year" data-target="#myModal"><span class="video-info"><i class="fa fa-play-circle" aria-hidden="true"></i></span></button></h2>
</div>
</div>
</div>
<div id="d3chartcontainercbsank" data-title="CBPF BY YEAR" data-year="2024" data-fund="all" data-minpercentage="3" data-responsive="true" data-lazyload="true"></div>
<p class="text-center cbsankcovidDisclaimer" style="font-size:11px; color:#aaa; padding-top: 5px; margin:0">
<b>Disclaimer:</b> A temporary COVID-19 cluster was established in four countries while the Global HRP to COVID-19 was being released. Funding and people targeted within the temporary COVID-19 cluster do not include the whole CBPF response to COVID-19. Comprehensive data and information on CBPFs response to COVID-19 can be found here <a href="https://pfdata.unocha.org/COVID19/" target="_blank">https://pfdata.unocha.org/COVID19/</a><br>
</p>
</div>
</section>
<section class="clean-block slider">
<div class="container">
<div class="row">
<div class="col">
<div class="block-heading">
<div id="anchor-3"></div>
<h2 class="text-info" id="netfunding_heading">ALLOCATION FLOW <button class="video-btn" data-toggle="modal" data-src="https://ocha.fleeq.io/l/allocation-flow" data-target="#myModal"><span class="video-info"><i class="fa fa-play-circle" aria-hidden="true"></i></span></button></h2>
<p style="max-width: 1020px;">CBPFs allocate funds to UN agencies, national and international NGOs, and Red Cross/ Red Crescent National Societies as primary recipients. In turn, those implementing partners may sub-grant part of their initial grant to another organization – a sub-grantee. For instance, in 2021, UN agencies sub-granted $7M to international NGOs and $37M to national NGOs.
</p>
<p style="max-width: 1020px;">The Allocation flow presents the breakdown of direct grants (blue) and sub-grants (orange) to humanitarian partners.</p>
</div>
</div>
</div>
<div id="d3chartcontainerpbinad" data-title="Allocation Flow (Net Funding*)" data-year="2024" data-cbpf="all" data-aggregate="level" data-minpercentage="3" data-showhelp="false" data-showlink="true" data-responsive="true" data-lazyload="true"></div>
<p class="text-center" style="font-size:11px; color:#aaa; padding-top: 5px; margin:0">
<b>(*)Net Funding</b> includes funds provided to humanitarian organizations either as a primary recipient or as a sub-grantee (some organizations may sub-grant part of their funding budget to another organization)<br>
</p>
</div>
</section>
<section class="clean-block slider">
<div class="container">
<div class="row">
<div class="col">
<div class="block-heading">
<div id="anchor-5"></div>
<h2 class="text-info" id="allocation_heading">ALLOCATIONS<button class="video-btn" data-toggle="modal" data-src="https://ocha.fleeq.io/l/s7q22qmqus-53e65u965e" data-target="#myModal"><span class="video-info"><i class="fa fa-play-circle"></i></span>
</button></h2>
<p style="max-width: 1020px;">Funding from CBPFs is directly available to UN agencies, national and international non-governmental organizations (NGOs) and Red Cross/ Red Crescent organizations.</p>
<p style="max-width: 1020px;">In 2023, CBPFs allocated more than $1 billion to 768 partners in 19 countries to support 1,286 critical humanitarian projects. These projects targeted millions of people with healthcare, food aid, clean water, shelter and other life-saving assistance.</p>
<div id="d3chartcontainerpbialp" data-title="Allocations by Organization Type" data-year="2024" data-partner="total" data-showaverage="true" data-selectedcbpfs="none" data-netfunding="true" data-minpercentage="3" data-showhelp="false" data-showlink="true" data-responsive="true" data-lazyload="true"></div>
</div>
</div>
<p class="text-center" style="font-size:11px; color:#aaa; margin:0">
<b>(*)Net Funding</b> includes funds provided to humanitarian organizations either as a primary recipient or as a sub-grantee (some organizations may sub-grant part of their funding budget to another organization)<br>
</p>
</div>
</div>
</section>
<section class="clean-block slider">
<div class="container">
<div class="row">
<div class="col">
<div class="block-heading">
<div id="anchor-2"></div>
<h2 class="text-info" id="allocationtimeline_heading">ALLOCATIONS TIMELINE</h2>
</div>
<div>
<div id="d3chartcontainerpbiuac" data-year="2024" data-showhelp="false" data-showlink="true" data-responsive="true" data-lazyload="true"></div>
</div>
</div>
</div>
</div>
</section>
<section class="clean-block slider dark" style="background-color: rgb(255,255,255);">
<div class="container">
<div class="row">
<div class="col">
<div class="block-heading" style="padding-top: 0px;">
<div id="anchor-4"></div>
<h2 class="text-info" id="contribution_heading">CONTRIBUTIONS<button class="video-btn" data-toggle="modal" data-src="https://embed.fleeq.io/l/kd5aypmodt-fosiqzucnj" data-target="#myModal"><span class="video-info"><i class="fa fa-play-circle"></i></span>
</button>
</h2>
<p style="max-width:800px;">Since the first CBPF was opened in Angola in 1997, 91 donors have contributed more than $11 billion to 36 funds operating in the most severe and complex emergencies around the world.</p>
</div>
</div>
</div>
<div id="d3chartcontainerpbiclc" data-year="2024" data-contribution="paid" data-responsive="true" data-lazyload="true"></div>
</div>
</section>
<section class="clean-block slider">
<div class="container">
<div class="row">
<div class="col">
<div class="block-heading">
<div id="anchor-1"></div>
<h2 class="text-info" id="contributiontrend_heading">CONTRIBUTION TRENDS</h2>
<p style="max-width:800px;">Since the first CBPF was opened in Angola in 1997, 91 donors have contributed more than $9 billion to 36 funds operating in the most severe and complex emergencies around the world. In 2021, donors contributed a record $1.13 Billion to CBPFs in 20 countries.</p>
</div>
</div>
</div>
<div id="d3chartcontainerpbicli" data-showfuture="true" data-responsive="true"></div>
</div>
</section>
<section class="clean-block slider">
<div class="container">
<div class="row">
<div class="col">
<div class="block-heading">
<div id="anchor-2"></div>
<h2 class="text-info" id="fundingoverview_heading">FUNDING OVERVIEW</h2>
<p style="max-width:800px;">CBPF receives broad support from United Nations Member States, the private sectors and individuals. Contributions from donors around the world are collected into single, unearmarked funds to support local
humanitarian efforts.
<br>
<br>
</p>
</div>
</div>
</div>
<div id="d3chartcontainerpbifdc" data-year="2024" data-showmap="false" data-shownames="true" data-regions="all" data-responsive="true" data-lazyload="true"></div>
</div>
</section>
<section class="clean-block slider">
<div class="container">
<div class="row">
<div class="col">
<div class="block-heading">
<div id="anchor-3"></div>
<h2 class="text-info" id="cluster_heading">SECTORS</h2>
<p style="max-width: 1020px;">CBPF receives broad support from United Nations Member States, the private sectors and individuals</p>
</div>
</div>
</div>
<div id="d3chartcontainerpbiolc" data-title="Cluster Overview" data-showhelp="false" data-cbpf="all" data-year="2024" data-modality="total" data-beneficiaries="targeted" data-minpercentage="3" data-responsive="true" data-lazyload="true"></div>
<p class="text-center pbiolccovidDisclaimer" style="font-size:11px; color:#aaa; padding-top: 5px; margin:0">
<b>Disclaimer:</b> A temporary COVID-19 cluster was established in four countries while the Global HRP to COVID-19 was being released. Funding and people targeted within the temporary COVID-19 cluster do not include the whole CBPF response to COVID-19. Comprehensive data and information on CBPFs response to COVID-19 can be found here <a href="https://pfdata.unocha.org/COVID19/" target="_blank">https://pfdata.unocha.org/COVID19/</a><br>
</p>
</div>
</section>
<section class="clean-block slider">
<div class="container">
<div class="row">
<div class="col">
<div class="block-heading">
<div id="anchor-6"></div>
<h2 class="text-info" id="clustertrend_heading">TARGETED AND REACHED PEOPLE</h2>
</div>
<div id="d3chartcontainerpbiobe" data-title="Targeted and Reached People" data-cbpf="all" data-year="2024" data-responsive="true" data-lazyload="true"></div>
<p class="text-center" style="font-size:11px; color:#aaa; padding-top: 5px; margin:0">
<b>(1)Disclaimer:</b> Figures for people targeted may include double counting as same people may receive assistance from multiple clusters/sectors/projects.<br>
</p>
</div>
</div>
</div>
</section>
<section class="clean-block slider">
<div class="container">
<div class="row">
<div class="col">
<div class="block-heading">
<h2 class="text-info" id="gam_heading">GENDER WITH AGE MARKER</h2>
</div>
<div id="d3chartcontainerpbigam" data-title="Gender with Age Marker (GAM)" data-cbpf="all" data-year="2024" data-display="marker" data-valuetype="budget" data-showmean="false" data-minpercentage="3" data-showhelp="false" data-showlink="true" data-responsive="true" data-lazyload="true"></div>
</div>
</div>
</div>
</section>
</main>
</div>
<div class="col-sm-2 col-md-2 col-lg-2 col-xl-2 col-order">
<nav id="toc" data-toggle="toc" class="sticky-top" style="float:right; margin-top:55px; background: #ecf6fd; width: 100%;">
<h2 data-toc-skip data-toc-text="Contents :">
<span class="tbl-content-hd">Contents:</span>
</h2>
<div class="allocation-overview">
<a href="allocations-overview" target="_blank" title="Allocations Overview"><span>Allocations Overview</span></a>
</div>
<div class="result-dashbrd">
<a href="results" target="_blank" title="Results Dashboard"><span>Results Dashboard</span></a>
</div>
<div class="progress-dashbrd">
<a href="progress" target="_blank" title="Progress Dashboard"><span>Progress Dashboard</span></a>
</div>
<div class="cbpf-hrp">
<a href="cbpfvshrp" target="_blank" title="CBPF vs HRP"><span>CBPF vs HRP</span></a>
</div>
<div class="cpf-overview">
<a href="cpf" target="_blank" title="Common Performance Framework"><span>Common Performance Framework</span></a>
</div>
</nav>
</div>
</div>
</div>
</div>
<section class="bg-grey-donor marg-t-120">
<div class="container">
<div class="row">
<div class="col-12 justify-content-center align-content-center">
<h2 class="text-center" data-toc-skip style="margin: 25px 0; font-weight: 600;">CBPF Donors</h2>
<h4 class="text-center" id="flags-total"></h4>
<div class="donor-flags-list"></div>
<div style="clear: both"></div>
</div>
<div class="col-12 justify-content-center align-content-center">
<p class="text-center" style="font-size:11px; color:#666; padding-top: 5px; margin:10px;"><b>Note:</b> ECHO contributed 3 million euros to the Afghanistan Humanitarian Fund for activities in 2022, however, since funds were received in 2023 this contribution is reflected in 2023.</p>
</div>
</div>
</div>
</section>
<section id="sectionCookies" style="display: none">
<div class="container-fluid">
<div class="row">
<div class="col">
<div class="cookie-panel">
<p>This site uses cookies, we use cookies to ensure you the best experience. By using our website you agree to our <a href="privacy-policy.html" title="Cookie Policy">Cookie Policy.</a></p>
<button id="btnAcceptCookies" class="btn-custom" onclick="createCookie('cookiePolicy','',180)">Yes, I accept Cookies</button>
</div>
</div>
</div>
</div>
</section>
<footer class="cd-footer" role="contentinfo">
<div class="container cd-footer__inner">
<div class="cd-footer__section cd-footer__section--menu">
<ul class="cd-footer-menu">
<li class="menu-326 first"><a href="https://www.unocha.org/our-work/humanitarian-financing/country-based-pooled-funds-cbpf" title="">About</a></li>
<li class="menu-355"><a href="privacy-policy.html" title="">Privacy</a></li>
<li class="menu-327 last"><a href="privacy-policy.html" title="">Terms of use</a></li>
</ul>
</div>
<div class="cd-footer__section cd-footer__section--social">
<a href="https://twitter.com/cbpfs?lang=en" class="cd-footer-social__link">
<span class="element-invisible">Twitter</span>
<svg class="icon icon--twitter">
<use xlink:href="#sm-tt-def"></use>
</svg>
<svg class="icon icon--twitter hover-style">
<use xlink:href="#sm-tt-full"></use>
</svg>
</a>
<a href="https://www.youtube.com/user/ochafilms" class="cd-footer-social__link">
<span class="element-invisible">YouTube</span>
<svg class="icon icon--youtube">
<use xlink:href="#sm-yt-def"></use>
</svg>
<svg class="icon icon--youtube hover-style">
<use xlink:href="#sm-yt-full"></use>
</svg>
</a>
</div>
<div class="cd-footer__section cd-footer__section--mandate">
<div class="cd-mandate">
<span class="cd-mandate__heading">Service provided by</span>
<span class="cd-mandate__logo">
<span class="element-invisible">UN-OCHA</span>
</span>
<span class="cd-mandate__text">
<p>OCHA coordinates the global emergency response to save lives and protect people in humanitarian crises. We advocate for effective and principled humanitarian action by all, for all.</p>
</span>
</div>
</div>
<div class="cd-footer__section cd-footer__section--copyright">
<div class="cd-footer-copyright">
<span class="cd-footer-copyright__text">Except where otherwise noted, content on this site is licensed under a <a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0</a> International license.</span>
<a class="cd-footer-copyright__link" href="https://creativecommons.org/licenses/by/4.0/">
<span class="element-invisible">Creative Commons BY 4.0</span>
<svg class="icon icon--cc">
<use xlink:href="#creative-commons"></use>
</svg>
</a>
</div>
</div>
</div>
</footer>
<div style="display:none;">
<svg class="icons-sprite" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<symbol viewBox="0 0 48 48" id="add" xmlns="http://www.w3.org/2000/svg">
<path d="M44 20H28V4a4 4 0 0 0-4-4 4 4 0 0 0-4 4v16H4a4 4 0 0 0 0 8h16v16a4 4 0 0 0 4 4 4 4 0 0 0 4-4V28h16a4 4 0 0 0 0-8z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="add--white" xmlns="http://www.w3.org/2000/svg">
<path fill="#fff" d="M44 20H28V4a4 4 0 0 0-4-4 4 4 0 0 0-4 4v16H4a4 4 0 0 0 0 8h16v16a4 4 0 0 0 4 4 4 4 0 0 0 4-4V28h16a4 4 0 0 0 0-8z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="alert" xmlns="http://www.w3.org/2000/svg">
<path d="M47.67 40.9L27.12 5.3a3.6 3.6 0 0 0-6.24 0L.33 40.9a2.4 2.4 0 0 0 2.08 3.6h43.18a2.4 2.4 0 0 0 2.08-3.6zM22 17.5a2 2 0 0 1 4 0v11a2 2 0 0 1-4 0zm2 21a2.5 2.5 0 1 1 2.5-2.5 2.5 2.5 0 0 1-2.5 2.5z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="arrow-down" xmlns="http://www.w3.org/2000/svg">
<path d="M48 14a4 4 0 0 1-1.17 2.83l-20 20a4 4 0 0 1-5.66 0l-20-20a4 4 0 0 1 5.66-5.66L24 28.34l17.17-17.17A4 4 0 0 1 48 14z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="arrow-down--highlighted" xmlns="http://www.w3.org/2000/svg">
<path fill="#EB5C6D" d="M48 14a4 4 0 0 1-1.17 2.83l-20 20a4 4 0 0 1-5.66 0l-20-20a4 4 0 0 1 5.66-5.66L24 28.34l17.17-17.17A4 4 0 0 1 48 14z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="arrow-left" xmlns="http://www.w3.org/2000/svg">
<path d="M34 48a4 4 0 0 1-2.83-1.17l-20-20a4 4 0 0 1 0-5.66l20-20a4 4 0 0 1 5.66 5.66L19.66 24l17.17 17.17A4 4 0 0 1 34 48z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="arrow-right" xmlns="http://www.w3.org/2000/svg">
<path d="M14 48a4 4 0 0 1-2.83-6.83L28.34 24 11.17 6.83a4 4 0 0 1 5.66-5.66l20 20a4 4 0 0 1 0 5.66l-20 20A4 4 0 0 1 14 48z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="arrow-up" xmlns="http://www.w3.org/2000/svg">
<path d="M0 34a4 4 0 0 1 1.17-2.83l20-20a4 4 0 0 1 5.66 0l20 20a4 4 0 1 1-5.66 5.66L24 19.66 6.83 36.83A4 4 0 0 1 0 34z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="arrow-up--highlighted" xmlns="http://www.w3.org/2000/svg">
<path fill="#EB5C6D" d="M0 34a4 4 0 0 1 1.17-2.83l20-20a4 4 0 0 1 5.66 0l20 20a4 4 0 1 1-5.66 5.66L24 19.66 6.83 36.83A4 4 0 0 1 0 34z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="blog" xmlns="http://www.w3.org/2000/svg">
<path d="M37 2H11a8 8 0 0 0-8 8v19a8 8 0 0 0 8 8h14l8.8 8.8a.7.7 0 0 0 1.2-.5V37h2a8 8 0 0 0 8-8V10a8 8 0 0 0-8-8zm-1.5 27h-23a1.5 1.5 0 0 1 0-3h23a1.5 1.5 0 0 1 0 3zm0-8h-23a1.5 1.5 0 0 1 0-3h23a1.5 1.5 0 0 1 0 3zm0-8h-23a1.5 1.5 0 0 1 0-3h23a1.5 1.5 0 0 1 0 3z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="bookmark" xmlns="http://www.w3.org/2000/svg">
<path d="M38.32 44.57L24.68 31.79a1 1 0 0 0-1.37 0L9.68 44.57A1 1 0 0 1 8 43.84V3.15h32v40.69a1 1 0 0 1-1.68.73z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="button-checked" xmlns="http://www.w3.org/2000/svg">
<path d="M24 2a22 22 0 1 0 22 22A22 22 0 0 0 24 2zm14.06 16.37L23 33.83a2.92 2.92 0 0 1-2.9.8 3 3 0 0 1-1.6-.83L10 25.29A3 3 0 0 1 14.2 21l6.5 6.5 13.07-13.33a3 3 0 1 1 4.29 4.19z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="button-pause" xmlns="http://www.w3.org/2000/svg">
<path d="M24 2a22 22 0 1 0 22 22A22 22 0 0 0 24 2zm-3 30.85A1.15 1.15 0 0 1 19.85 34h-1.7A1.15 1.15 0 0 1 17 32.85v-17.7A1.15 1.15 0 0 1 18.15 14h1.69A1.15 1.15 0 0 1 21 15.15zm10 0A1.15 1.15 0 0 1 29.85 34h-1.7A1.15 1.15 0 0 1 27 32.85v-17.7A1.15 1.15 0 0 1 28.15 14h1.69A1.15 1.15 0 0 1 31 15.15z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="button-play" xmlns="http://www.w3.org/2000/svg">
<path d="M24 2a22 22 0 1 0 22 22A22 22 0 0 0 24 2zm8.91 22.92l-6.66 3.84-6.66 3.85a1.06 1.06 0 0 1-1.59-.92V16.31a1.06 1.06 0 0 1 1.59-.92l6.66 3.85 6.66 3.84a1.07 1.07 0 0 1 0 1.84z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="button-stop" xmlns="http://www.w3.org/2000/svg">
<path d="M24 2a22 22 0 1 0 22 22A22 22 0 0 0 24 2zm8 29a1 1 0 0 1-1 1H17a1 1 0 0 1-1-1V17a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="button-unchecked" xmlns="http://www.w3.org/2000/svg">
<path d="M24 2a22 22 0 1 0 22 22A22 22 0 0 0 24 2zm11.12 28.88a3 3 0 1 1-4.24 4.24L24 28.24l-6.88 6.88a3 3 0 0 1-4.24-4.24L19.76 24l-6.88-6.88a3 3 0 0 1 4.24-4.24L24 19.76l6.88-6.88a3 3 0 0 1 4.24 4.24L28.24 24z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="call-for-action" xmlns="http://www.w3.org/2000/svg">
<path d="M44 18v10a4 4 0 0 0 4-4v-2a4 4 0 0 0-4-4zM39 6.24L18.58 16a1.13 1.13 0 0 0-.58 1v15a1.13 1.13 0 0 0 .58 1L39 41.76a2.11 2.11 0 0 0 3-2V8.24a2.11 2.11 0 0 0-3-2zM15 17H3a3 3 0 0 0-3 3v9a3 3 0 0 0 3 3h4v7a3 3 0 0 0 6 0v-7h2a1 1 0 0 0 1-1V18a1 1 0 0 0-1-1z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="chat" xmlns="http://www.w3.org/2000/svg">
<path d="M41 4H27a7 7 0 0 0-7 7v3a9 9 0 0 1 9 9v5h6l4.8 4.8a.7.7 0 0 0 1.2-.5V28a7 7 0 0 0 7-7V11a7 7 0 0 0-7-7z"></path>
<path d="M20 39h-8l-4.81 4.8A.7.7 0 0 1 6 43.3V39a6 6 0 0 1-6-6V23a6 6 0 0 1 6-6h14a6 6 0 0 1 6 6v10a6 6 0 0 1-6 6z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="contact" xmlns="http://www.w3.org/2000/svg">
<path d="M46 9H2a2 2 0 0 0-2 2v26a2 2 0 0 0 2 2h44a2 2 0 0 0 2-2V11a2 2 0 0 0-2-2zM13 29.14l-7 6a1.5 1.5 0 0 1-2-2.28l7-6a1.5 1.5 0 0 1 2 2.28zM44.14 35a1.5 1.5 0 0 1-2.12.16l-7-6a1.5 1.5 0 0 1 2-2.28l7 6a1.5 1.5 0 0 1 .12 2.12zm-.25-19.77l-17.81 13.1a3.49 3.49 0 0 1-4.15 0L4.11 15.21a1.5 1.5 0 1 1 1.78-2.42L23.7 25.92a.5.5 0 0 0 .59 0l17.82-13.13a1.5 1.5 0 1 1 1.78 2.42z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="copy" xmlns="http://www.w3.org/2000/svg">
<path d="M13 12a4 4 0 0 1 4-4h15V3a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v33a1 1 0 0 0 1 1h5zM34.78 39a.78.78 0 0 0-.78.78V46l7-7h-6.22z"></path>
<path d="M40 11H17a1 1 0 0 0-1 1v33a1 1 0 0 0 1 1h15v-6.22A2.78 2.78 0 0 1 34.78 37H41V12a1 1 0 0 0-1-1zm-4 20H21a1 1 0 0 1 0-2h15a1 1 0 0 1 0 2zm0-6H21a1 1 0 0 1 0-2h15a1 1 0 0 1 0 2zm0-6H21a1 1 0 0 1 0-2h15a1 1 0 0 1 0 2z"></path>
</symbol>
<symbol viewBox="0 0 32 32" id="creative-commons" xmlns="http://www.w3.org/2000/svg">
<path fill="#fff" d="M15.886 28.968c-7.159.009-12.857-5.804-12.884-12.802C2.975 9.069 8.849 3.104 15.904 3.285c6.356-.152 12.793 4.975 12.829 12.839.035 7.721-6.201 12.836-12.847 12.844zM15.907.254C6.554.198.034 8.091 0 16.082-.036 24.585 6.961 32.009 15.827 32c8.53-.009 15.954-6.753 15.885-15.803.111-8.79-6.935-15.89-15.805-15.943z"></path>
<path fill="#fff" d="M25.263 18.406c-.958 1.921-3.394 2.767-5.132 2.632-4.489-.347-5.501-3.918-4.747-6.567.701-2.462 3.115-3.831 6.002-3.466 1.667.21 2.961.886 3.863 2.334l-2.382 1.157c-.165-.166-.288-.268-.381-.388-.535-.7-1.25-.982-2.19-.822-.93.158-1.479.714-1.589 1.482a8.264 8.264 0 0 0 .039 2.482c.126.777.707 1.336 1.62 1.462.99.137 1.856-.059 2.38-.931.065-.108.161-.201.309-.382l2.208 1.007z"></path>
<path fill="#fff" d="M16.842 13.347l-2.391 1.138c-.156-.15-.304-.262-.412-.4-.545-.698-1.269-.964-2.203-.797-.888.159-1.44.687-1.541 1.432a8.907 8.907 0 0 0 .03 2.557c.122.784.725 1.323 1.637 1.444.956.126 1.8-.056 2.326-.887.081-.128.193-.241.346-.43l2.206 1.014c-.357.81-.978 1.311-1.659 1.759-2.518 1.661-6.749.909-7.962-1.851-1.013-2.305-.422-5.145 1.656-6.505 2.136-1.398 5.664-1.088 7.33.691.212.226.376.49.636.834z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="doc-add" xmlns="http://www.w3.org/2000/svg">
<path d="M47.06 2H18.94A1 1 0 0 0 18 3v25h6a5 5 0 0 1 0 10h-6v5a1 1 0 0 0 .94 1H39v-6.22A2.79 2.79 0 0 1 41.78 35H48V3a1 1 0 0 0-.94-1zM42 25H24a1 1 0 0 1 0-2h18a1 1 0 0 1 0 2zm0-6H24a1 1 0 0 1 0-2h18a1 1 0 0 1 0 2zm0-6H24a1 1 0 0 1 0-2h18a1 1 0 0 1 0 2z"></path>
<path d="M41.78 37a.78.78 0 0 0-.78.78V44l7-7h-6.22zM24 31h-9v-9a2 2 0 0 0-4 0v9H2a2 2 0 0 0 0 4h9v9a2 2 0 0 0 4 0v-9h9a2 2 0 0 0 0-4z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="doc-default" xmlns="http://www.w3.org/2000/svg">
<path d="M38.06 3H9.94A1 1 0 0 0 9 4v40a1 1 0 0 0 .94 1H30v-6.22A2.79 2.79 0 0 1 32.78 36H39V4a1 1 0 0 0-.94-1zM33 26H15a1 1 0 0 1 0-2h18a1 1 0 0 1 0 2zm0-6H15a1 1 0 0 1 0-2h18a1 1 0 0 1 0 2zm0-6H15a1 1 0 0 1 0-2h18a1 1 0 0 1 0 2z"></path>
<path d="M32.78 38a.78.78 0 0 0-.78.78V45l7-7h-6.22z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="doc-remove" xmlns="http://www.w3.org/2000/svg">
<path d="M47.06 3H18.94A1 1 0 0 0 18 4v25h6a5 5 0 0 1 0 10h-6v5a1 1 0 0 0 .94 1H39v-6.22A2.79 2.79 0 0 1 41.78 36H48V4a1 1 0 0 0-.94-1zM42 26H24a1 1 0 0 1 0-2h18a1 1 0 0 1 0 2zm0-6H24a1 1 0 0 1 0-2h18a1 1 0 0 1 0 2zm0-6H24a1 1 0 0 1 0-2h18a1 1 0 0 1 0 2z"></path>
<path d="M41.78 38a.78.78 0 0 0-.78.78V45l7-7h-6.22z"></path>
<path d="M41.78 38a.78.78 0 0 0-.78.78V45l7-7h-6.22zM24 36H2a2 2 0 0 1 0-4h22a2 2 0 0 1 0 4z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="doc-spreadsheet" xmlns="http://www.w3.org/2000/svg">
<path d="M43 3H7a2 2 0 0 0-2 2v36a2 2 0 0 0 2 2h36a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zm-1 19H26v-6h16zm0 9H26v-6h16zm-18 0H8v-6h16zm-9-15h9v6H8v-6zm0 24H8v-6h16v6h-9zm27 0H26v-6h16z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="download" xmlns="http://www.w3.org/2000/svg">
<path d="M7.88 33.12l14 14a3 3 0 0 0 4.24 0l14-14a3 3 0 0 0-4.24-4.24L27 37.76V12a3 3 0 0 0-6 0v25.76l-8.88-8.88a3 3 0 0 0-4.24 4.24z"></path>
<path d="M45.8 0H2.2A2.37 2.37 0 0 0 0 2.51v9A2.37 2.37 0 0 0 2.2 14H18v-2a6 6 0 0 1 12 0v2h15.8a2.37 2.37 0 0 0 2.2-2.51v-9A2.37 2.37 0 0 0 45.8 0zM36 9a2 2 0 1 1 2-2 2 2 0 0 1-2 2zm7 0a2 2 0 1 1 2-2 2 2 0 0 1-2 2z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="exit" xmlns="http://www.w3.org/2000/svg">
<path d="M29.66 24L45.83 7.83a4 4 0 0 0-5.66-5.66L24 18.34 7.83 2.17a4 4 0 0 0-5.66 5.66L18.34 24 2.17 40.17a4 4 0 0 0 5.66 5.66L24 29.66l16.17 16.17a4 4 0 0 0 5.66-5.66z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="favourite" xmlns="http://www.w3.org/2000/svg">
<path d="M43.66 8.2l-.36-.36a11.4 11.4 0 0 0-16.13 0L24 11l-3.18-3.15a11.4 11.4 0 0 0-16.13 0l-.36.36a11.4 11.4 0 0 0 0 16.13l18.82 18.8a1.2 1.2 0 0 0 1.7 0l18.81-18.81a11.4 11.4 0 0 0 0-16.13z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="file-comp" xmlns="http://www.w3.org/2000/svg">
<path d="M32.78 38a.78.78 0 0 0-.78.78V45l7-7h-6.22zM29 20h2v2h-2z"></path>
<path d="M38.06 3H33v2h-3v2h3v2h-3v2h3v2h-3v2h3v8a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1v-6h3v-2h-3v-2h3v-2h-3V9h3V7h-3V5h3V3H9.94A1 1 0 0 0 9 4v40a1 1 0 0 0 .94 1H30v-6.22A2.79 2.79 0 0 1 32.78 36H39V4a1 1 0 0 0-.94-1z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="file-csv" xmlns="http://www.w3.org/2000/svg">
<path d="M32.78 38a.78.78 0 0 0-.78.78V45l7-7h-6.22z"></path>
<path d="M38.06 3H9.94A1 1 0 0 0 9 4v40a1 1 0 0 0 .94 1H30v-6.22A2.79 2.79 0 0 1 32.78 36H39V4a1 1 0 0 0-.94-1zm-23 24.87a1.47 1.47 0 0 0 .74.51 1.39 1.39 0 0 0 .91-.07 1.36 1.36 0 0 0 .67-.59 1 1 0 0 1 .58-.44.86.86 0 0 1 .7.09 1 1 0 0 1 .44.58.82.82 0 0 1-.11.7 3.23 3.23 0 0 1-3.68 1.52 3.14 3.14 0 0 1-1-.44A3.25 3.25 0 0 1 12.95 27v-6.61a3.24 3.24 0 0 1 1.44-2.72 3.14 3.14 0 0 1 1-.44A3.23 3.23 0 0 1 19 18.75a.82.82 0 0 1 .11.7 1 1 0 0 1-.44.58.86.86 0 0 1-.7.09 1 1 0 0 1-.58-.44 1.37 1.37 0 0 0-.67-.59 1.32 1.32 0 0 0-.91 0 1.34 1.34 0 0 0-.74.5 1.36 1.36 0 0 0-.29.85V27a1.34 1.34 0 0 0 .33.87zm11.1.66a3.62 3.62 0 0 1-.92 1.07 3.24 3.24 0 0 1-1.29.6 3.35 3.35 0 0 1-2.73-.55 3.2 3.2 0 0 1-.94-1 .83.83 0 0 1-.11-.71.93.93 0 0 1 .44-.58.86.86 0 0 1 .7-.09 1 1 0 0 1 .58.44 1.5 1.5 0 0 0 1 .72 1.48 1.48 0 0 0 1.21-.29 1.27 1.27 0 0 0 .41-.47 1.81 1.81 0 0 0 .18-.6 1.47 1.47 0 0 0-.41-1.17l-3.12-3.19a3.08 3.08 0 0 1-.74-1.17 3.25 3.25 0 0 1-.18-1.36 3.32 3.32 0 0 1 .39-1.32 3.27 3.27 0 0 1 2.15-1.63 3.27 3.27 0 0 1 1.37 0 3.58 3.58 0 0 1 1.26.55 3.06 3.06 0 0 1 .93 1 .86.86 0 0 1 .09.7 1 1 0 0 1-.44.58.86.86 0 0 1-.7.09.93.93 0 0 1-.56-.44 1.51 1.51 0 0 0-.94-.68 1.36 1.36 0 0 0-1.13.27 1.4 1.4 0 0 0-.16 2.08l3.1 3.19a3.46 3.46 0 0 1 .76 1.21 3.23 3.23 0 0 1 .19 1.4 3.27 3.27 0 0 1-.34 1.35zM35.5 18.3l-3.12 11.3a1 1 0 0 1-.34.5.89.89 0 0 1-.56.19.92.92 0 0 1-.57-.19 1 1 0 0 1-.34-.5l-3.11-11.3a1 1 0 0 1 .09-.72.87.87 0 0 1 .57-.43.94.94 0 0 1 .71.09.86.86 0 0 1 .44.55q.37 1.38.76 2.79l.72 2.61.74 2.65q.33-1.25.72-2.65l.72-2.61q.37-1.4.76-2.79a.86.86 0 0 1 .44-.55.94.94 0 0 1 .71-.09.87.87 0 0 1 .57.43 1 1 0 0 1 .09.72z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="file-doc" xmlns="http://www.w3.org/2000/svg">
<path d="M32.78 38a.78.78 0 0 0-.78.78V45l7-7h-6.22zM16.32 19.06h-1.4v9.27h1.4a1.4 1.4 0 0 0 1.4-1.4v-6.47a1.4 1.4 0 0 0-1.4-1.4zM24.42 19a1.4 1.4 0 0 0-1.4 1.4V27a1.4 1.4 0 1 0 2.8 0v-6.61a1.4 1.4 0 0 0-1.4-1.4z"></path>
<path d="M38.06 3H9.94A1 1 0 0 0 9 4v40a1 1 0 0 0 .94 1H30v-6.22A2.79 2.79 0 0 1 32.78 36H39V4a1 1 0 0 0-.94-1zM19.59 26.93a3.24 3.24 0 0 1-.25 1.28A3.27 3.27 0 0 1 17.59 30a3.23 3.23 0 0 1-1.28.25H14a.93.93 0 0 1-.93-.93V18.13a.93.93 0 0 1 .93-.93h2.34a3.22 3.22 0 0 1 1.28.25 3.27 3.27 0 0 1 1 .7 3.31 3.31 0 0 1 .7 1 3.24 3.24 0 0 1 .25 1.28zm8.1.08a3.22 3.22 0 0 1-.25 1.28 3.28 3.28 0 0 1-6 0 3.2 3.2 0 0 1-.29-1.29v-6.61a3.21 3.21 0 0 1 .25-1.28 3.28 3.28 0 0 1 6 0 3.22 3.22 0 0 1 .25 1.28zm3.72.86a1.47 1.47 0 0 0 .74.51 1.39 1.39 0 0 0 .91-.07 1.37 1.37 0 0 0 .67-.59 1 1 0 0 1 .58-.44.86.86 0 0 1 .7.09 1 1 0 0 1 .44.58.82.82 0 0 1-.11.7 3.23 3.23 0 0 1-3.68 1.52 3.15 3.15 0 0 1-1-.44 3.23 3.23 0 0 1-.77-.72 3.28 3.28 0 0 1-.5-.93 3.24 3.24 0 0 1-.14-1.08v-6.61a3.24 3.24 0 0 1 1.44-2.72 3.15 3.15 0 0 1 1-.44 3.23 3.23 0 0 1 3.68 1.52.82.82 0 0 1 .11.7A1 1 0 0 1 35 20a.86.86 0 0 1-.7.09 1 1 0 0 1-.58-.44 1.37 1.37 0 0 0-.67-.59 1.32 1.32 0 0 0-.91 0 1.34 1.34 0 0 0-.74.5 1.36 1.36 0 0 0-.29.85V27a1.35 1.35 0 0 0 .3.87z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="file-json" xmlns="http://www.w3.org/2000/svg">
<path d="M32.78 38a.78.78 0 0 0-.78.78V45l7-7h-6.22zM25.88 19.88A1.15 1.15 0 0 0 24.73 21v5.44a1.15 1.15 0 1 0 2.3 0V21a1.15 1.15 0 0 0-1.15-1.15z"></path>
<path d="M38.06 3H9.94A1 1 0 0 0 9 4v40a1 1 0 0 0 .94 1H30v-6.22A2.79 2.79 0 0 1 32.78 36H39V4a1 1 0 0 0-.94-1zM15.67 26.47a2.61 2.61 0 0 1-.37 1.34 2.81 2.81 0 0 1-1 1 2.72 2.72 0 0 1-1.36.35 2.6 2.6 0 0 1-1.33-.35.83.83 0 0 1-.36-.48.71.71 0 0 1 .07-.58.77.77 0 0 1 .47-.36.72.72 0 0 1 .58.07 1.12 1.12 0 0 0 1.15 0 1 1 0 0 0 .42-.41 1.15 1.15 0 0 0 .15-.58v-7.36a.77.77 0 1 1 1.54 0zm6.14 1.25a3 3 0 0 1-.75.88 2.67 2.67 0 0 1-1.06.5 2.75 2.75 0 0 1-2.24-.46 2.62 2.62 0 0 1-.77-.86.69.69 0 0 1-.09-.58.77.77 0 0 1 .36-.47.71.71 0 0 1 .58-.07.83.83 0 0 1 .48.36 1.23 1.23 0 0 0 .82.59 1.21 1.21 0 0 0 1-.24 1.05 1.05 0 0 0 .34-.38 1.5 1.5 0 0 0 .14-.5 1.2 1.2 0 0 0-.34-1l-2.56-2.59a2.55 2.55 0 0 1-.61-1 2.67 2.67 0 0 1-.11-1.08 2.72 2.72 0 0 1 .32-1.08 2.68 2.68 0 0 1 1.77-1.34 2.68 2.68 0 0 1 1.13 0 3 3 0 0 1 1 .46 2.51 2.51 0 0 1 .76.84.71.71 0 0 1 .07.58.83.83 0 0 1-.36.48.7.7 0 0 1-.58.07.76.76 0 0 1-.46-.36 1.25 1.25 0 0 0-.77-.56 1.12 1.12 0 0 0-.93.22 1.15 1.15 0 0 0-.13 1.71l2.54 2.62a2.85 2.85 0 0 1 .62 1 2.66 2.66 0 0 1 .16 1.15 2.7 2.7 0 0 1-.32 1.11zm6.75-1.25A2.7 2.7 0 0 1 24.83 29a2.69 2.69 0 0 1-1.43-1.43 2.64 2.64 0 0 1-.21-1V21a2.66 2.66 0 0 1 .78-1.9 2.69 2.69 0 0 1 .86-.58 2.74 2.74 0 0 1 2.1 0A2.67 2.67 0 0 1 28.57 21zm7.49 1.92a.74.74 0 0 1-.17.48.77.77 0 0 1-.42.27.73.73 0 0 1-.51-.06.74.74 0 0 1-.35-.36q-.48-1-1-2.1l-1-2-1-2.14v5.92a.77.77 0 1 1-1.54 0v-9.29a.77.77 0 0 1 .16-.48.75.75 0 0 1 .43-.27.72.72 0 0 1 .5.06.85.85 0 0 1 .36.36q.48 1 1 2.1l1 2Q34 24 34.52 25v-5.89a.77.77 0 1 1 1.54 0z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="file-pdf" xmlns="http://www.w3.org/2000/svg">
<path d="M32.78 38a.78.78 0 0 0-.78.78V45l7-7h-6.22zM16.72 19.06h-1.4V23h1.4a1.4 1.4 0 0 0 1.4-1.4v-1.14a1.4 1.4 0 0 0-1.4-1.4zM24.51 19.06H23.1v9.27h1.4a1.4 1.4 0 0 0 1.4-1.4v-6.47a1.4 1.4 0 0 0-1.4-1.4z"></path>
<path d="M38.06 3H9.94A1 1 0 0 0 9 4v40a1 1 0 0 0 .94 1H30v-6.22A2.79 2.79 0 0 1 32.78 36H39V4a1 1 0 0 0-.94-1zM20 21.56a3.23 3.23 0 0 1-.25 1.28A3.27 3.27 0 0 1 18 24.57a3.22 3.22 0 0 1-1.28.25h-1.4v4.52a.94.94 0 1 1-1.87 0V18.13a.93.93 0 0 1 .94-.93h2.34a3.22 3.22 0 0 1 1.28.25 3.27 3.27 0 0 1 1.74 1.74 3.23 3.23 0 0 1 .25 1.27zm7.79 5.38a3.23 3.23 0 0 1-.25 1.28A3.27 3.27 0 0 1 25.78 30a3.24 3.24 0 0 1-1.28.25h-2.33a.93.93 0 0 1-.94-.93V18.13a.93.93 0 0 1 .94-.93h2.34a3.22 3.22 0 0 1 1.28.25 3.27 3.27 0 0 1 1.74 1.74 3.23 3.23 0 0 1 .25 1.28zm7.28-8.14a.9.9 0 0 1-.66.27h-3v3.51H34a.93.93 0 1 1 0 1.87h-2.56v4.83a.94.94 0 1 1-1.87 0V18.13a.93.93 0 0 1 .94-.93h3.9a.94.94 0 0 1 .66 1.6z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="file-svg" xmlns="http://www.w3.org/2000/svg">
<path d="M32.78 38a.78.78 0 0 0-.78.78V45l7-7h-6.22z"></path>
<path d="M38.06 3H9.94A1 1 0 0 0 9 4v40a1 1 0 0 0 .94 1H30v-6.22A2.79 2.79 0 0 1 32.78 36H39V4a1 1 0 0 0-.94-1zM18.45 28.53a3.62 3.62 0 0 1-.92 1.07 3.23 3.23 0 0 1-1.29.6 3.35 3.35 0 0 1-2.73-.55 3.21 3.21 0 0 1-.94-1 .84.84 0 0 1-.11-.71.94.94 0 0 1 .44-.58.86.86 0 0 1 .7-.09 1 1 0 0 1 .58.44 1.5 1.5 0 0 0 1 .72 1.48 1.48 0 0 0 1.21-.29 1.26 1.26 0 0 0 .41-.47A1.78 1.78 0 0 0 17 27a1.47 1.47 0 0 0-.41-1.17l-3.12-3.19a3.08 3.08 0 0 1-.74-1.17 3.25 3.25 0 0 1-.18-1.36 3.33 3.33 0 0 1 .39-1.32 3.26 3.26 0 0 1 2.15-1.63 3.27 3.27 0 0 1 1.37 0 3.58 3.58 0 0 1 1.26.55 3.06 3.06 0 0 1 .93 1 .86.86 0 0 1 .09.7 1 1 0 0 1-.44.58.86.86 0 0 1-.7.09.94.94 0 0 1-.56-.44 1.51 1.51 0 0 0-.94-.68 1.36 1.36 0 0 0-1.13.27 1.4 1.4 0 0 0-.16 2.08l3.1 3.19a3.48 3.48 0 0 1 .76 1.21 3.33 3.33 0 0 1-.21 2.77zm9.29-10.23l-3.12 11.3a1 1 0 0 1-.34.5.89.89 0 0 1-.56.19.92.92 0 0 1-.58-.19 1 1 0 0 1-.34-.5l-3.1-11.3a1 1 0 0 1 .09-.72.87.87 0 0 1 .57-.43.94.94 0 0 1 .71.09.86.86 0 0 1 .44.55q.37 1.38.76 2.79l.73 2.61.74 2.65q.33-1.25.72-2.65l.72-2.61q.37-1.4.76-2.79a.86.86 0 0 1 .44-.55.94.94 0 0 1 .71-.09.87.87 0 0 1 .57.43 1 1 0 0 1 .08.72zm7.65 8.7a3.22 3.22 0 0 1-.25 1.28A3.3 3.3 0 0 1 30.85 30a3.16 3.16 0 0 1-1-.7 3.49 3.49 0 0 1-.7-1 3.11 3.11 0 0 1-.3-1.3v-6.61a3.24 3.24 0 0 1 1.44-2.72 3.11 3.11 0 0 1 1-.44 3.49 3.49 0 0 1 1.07-.11 3.09 3.09 0 0 1 1 .23 3.38 3.38 0 0 1 .9.56 3.08 3.08 0 0 1 .68.84.86.86 0 0 1 .09.7 1 1 0 0 1-.44.58.86.86 0 0 1-.7.09.93.93 0 0 1-.56-.44 1.48 1.48 0 0 0-.69-.59 1.27 1.27 0 0 0-.89 0 1.39 1.39 0 0 0-1.05 1.34V27a1.34 1.34 0 0 0 .42 1 1.4 1.4 0 0 0 2.39-1v-2.17h-1a.93.93 0 1 1 0-1.87h1.95a.93.93 0 0 1 .94.93z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="file-xlsx" xmlns="http://www.w3.org/2000/svg">
<path d="M32.78 38a.78.78 0 0 0-.78.78V45l7-7h-6.22z"></path>
<path d="M38.06 3H9.94A1 1 0 0 0 9 4v40a1 1 0 0 0 .94 1H30v-6.22A2.79 2.79 0 0 1 32.78 36H39V4a1 1 0 0 0-.94-1zM17.91 28.63a.75.75 0 0 1-.39.45.7.7 0 0 1-.58 0 .77.77 0 0 1-.45-.38l-1.71-3.4-1.71 3.44a.77.77 0 0 1-.45.38.74.74 0 0 1-.59 0 .77.77 0 0 1-.38-.45.7.7 0 0 1 0-.58l2.22-4.46-2.06-4.13a.73.73 0 0 1 0-.59.76.76 0 0 1 .38-.45.74.74 0 0 1 .59 0 .76.76 0 0 1 .45.39l1.55 3.1 1.55-3.1a.76.76 0 0 1 .45-.39.7.7 0 0 1 .58 0 .75.75 0 0 1 .39.45.74.74 0 0 1 0 .59l-2.06 4.13 2.22 4.46a.7.7 0 0 1 0 .54zm5.59.24a.74.74 0 0 1-.54.22h-3.2a.77.77 0 0 1-.77-.77v-9.21a.77.77 0 1 1 1.54 0v8.45H23a.77.77 0 0 1 .54 1.31zm5.6-1.15a3 3 0 0 1-.75.88 2.66 2.66 0 0 1-1.06.5 2.74 2.74 0 0 1-2.24-.46 2.63 2.63 0 0 1-.77-.86.68.68 0 0 1-.09-.58.77.77 0 0 1 .36-.47.71.71 0 0 1 .58-.07.84.84 0 0 1 .48.36 1.23 1.23 0 0 0 .82.59 1.21 1.21 0 0 0 1-.24 1 1 0 0 0 .34-.38 1.5 1.5 0 0 0 .14-.5 1.21 1.21 0 0 0-.34-1L25 22.9a2.52 2.52 0 0 1-.61-1 2.66 2.66 0 0 1-.14-1.12 2.72 2.72 0 0 1 .32-1.08 2.68 2.68 0 0 1 1.77-1.34 2.68 2.68 0 0 1 1.13 0 3 3 0 0 1 1 .46 2.5 2.5 0 0 1 .76.84.7.7 0 0 1 .07.58.83.83 0 0 1-.36.48.7.7 0 0 1-.58.07.76.76 0 0 1-.46-.36 1.25 1.25 0 0 0-.77-.56 1.12 1.12 0 0 0-.93.22 1.15 1.15 0 0 0-.13 1.71l2.54 2.62a2.84 2.84 0 0 1 .62 1 2.63 2.63 0 0 1 .16 1.15 2.67 2.67 0 0 1-.29 1.15zm7.24.91a.75.75 0 0 1-.39.45.7.7 0 0 1-.58 0 .77.77 0 0 1-.45-.38l-1.7-3.4-1.72 3.44a.77.77 0 0 1-.45.38.74.74 0 0 1-.59 0 .77.77 0 0 1-.38-.45.7.7 0 0 1 0-.58l2.22-4.46-2.06-4.13a.73.73 0 0 1 0-.59.76.76 0 0 1 .38-.45.74.74 0 0 1 .59 0 .76.76 0 0 1 .45.39l1.55 3.1 1.55-3.1a.76.76 0 0 1 .45-.39.7.7 0 0 1 .58 0 .75.75 0 0 1 .39.45.74.74 0 0 1 0 .59l-2.06 4.13 2.22 4.46a.7.7 0 0 1 0 .54z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="folder" xmlns="http://www.w3.org/2000/svg">
<path d="M44 6H31a2 2 0 0 0-2 2v3H4a2 2 0 0 0-2 2v29h44V8a2 2 0 0 0-2-2z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="group" xmlns="http://www.w3.org/2000/svg">
<circle cx="10" cy="17" r="5"></circle>
<circle cx="38" cy="17" r="5"></circle>
<path d="M39 24h-2a9 9 0 0 0-3.66.78A14 14 0 0 1 39 36h9v-3a9 9 0 0 0-9-9zM14.66 24.78A9 9 0 0 0 11 24H9a9 9 0 0 0-9 9v3h9a14 14 0 0 1 5.66-11.22zM23 25h2a11 11 0 0 1 11 11v3H12v-3a11 11 0 0 1 11-11z"></path>
<circle cx="24" cy="16" r="7"></circle>
</symbol>
<symbol viewBox="0 0 48 48" id="help" xmlns="http://www.w3.org/2000/svg">
<path d="M29 43a5 5 0 0 1-5 5 5 5 0 1 1 3.53-8.53A4.82 4.82 0 0 1 29 43zM24 0a11 11 0 0 0-11 11 4 4 0 0 0 8 0 3 3 0 0 1 6 0c0 2-.64 3-2.33 4.67-2 2-4.67 4.67-4.67 9.33v5a4 4 0 0 0 8 0v-5c0-1.23.64-2 2.33-3.67A14.43 14.43 0 0 0 35 11 11 11 0 0 0 24 0z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="hide" xmlns="http://www.w3.org/2000/svg">
<path d="M16 24a8 8 0 0 1 8.88-7.95l6.29-6.29A32.24 32.24 0 0 0 24 9C14.17 9 6.08 12.78.62 21.8a4.22 4.22 0 0 0 0 4.39 27.27 27.27 0 0 0 6.58 7.54l8.85-8.85A8.07 8.07 0 0 1 16 24zM47.38 21.8a27.27 27.27 0 0 0-6.59-7.53l-8.85 8.85a8 8 0 0 1-8.83 8.83l-6.29 6.29A32.24 32.24 0 0 0 24 39c9.83 0 17.92-3.78 23.38-12.8a4.23 4.23 0 0 0 0-4.4zM5 45a2 2 0 0 1-1.41-3.41l38-38a2 2 0 0 1 2.83 2.83l-38 38A2 2 0 0 1 5 45z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="home" xmlns="http://www.w3.org/2000/svg">
<path d="M41.64 16.7L24 2 6.36 16.7a1 1 0 0 0-.36.77V46h13V33a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v13h13V17.47a1 1 0 0 0-.36-.77z"></path>
</symbol>
<symbol viewBox="0 0 0 0" id="icons-sprite" xmlns="http://www.w3.org/2000/svg"></symbol>
<symbol viewBox="0 0 48 48" id="info" xmlns="http://www.w3.org/2000/svg">
<path d="M41 3H7a4 4 0 0 0-4 4v34a4 4 0 0 0 4 4h34a4 4 0 0 0 4-4V7a4 4 0 0 0-4-4zM27 38h-4a2 2 0 0 1-2-2V21h4a2 2 0 0 1 2 2zm-3-22a3 3 0 1 1 3-3 3 3 0 0 1-3 3z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="location" xmlns="http://www.w3.org/2000/svg">
<path d="M24 0A17 17 0 0 0 7 17c0 7.85 11.9 25 15.79 30.35a1.5 1.5 0 0 0 2.43 0C29.1 42 41 24.87 41 17A17 17 0 0 0 24 0zm0 25a8 8 0 1 1 8-8 8 8 0 0 1-8 8z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="menu" xmlns="http://www.w3.org/2000/svg">
<path d="M3 15h42a3 3 0 0 0 0-6H3a3 3 0 0 0 0 6zM45 33H3a3 3 0 0 0 0 6h42a3 3 0 0 0 0-6zM45 21H3a3 3 0 0 0 0 6h42a3 3 0 0 0 0-6z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="more" xmlns="http://www.w3.org/2000/svg">
<circle cx="24" cy="6" r="5"></circle>
<circle cx="24" cy="24" r="5"></circle>
<circle cx="24" cy="42" r="5"></circle>
</symbol>
<symbol viewBox="0 0 48 48" id="next" xmlns="http://www.w3.org/2000/svg">
<path d="M47.12 21.88l-14-14a3 3 0 0 0-4.24 4.24L37.76 21H3a3 3 0 0 0 0 6h34.76l-8.88 8.88a3 3 0 1 0 4.24 4.24l14-14a3 3 0 0 0 0-4.24z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="notification" xmlns="http://www.w3.org/2000/svg">
<path d="M23 48h2a4 4 0 0 0 4-4H19a4 4 0 0 0 4 4zM38.5 33h-.17l-1.88-14.1A12.55 12.55 0 0 0 29 9V5a5 5 0 0 0-10 0v4a12.55 12.55 0 0 0-7.45 9.85L9.67 33H9.5a4.5 4.5 0 0 0 0 9h29a4.5 4.5 0 0 0 0-9zM24 3a2 2 0 1 1-2 2 2 2 0 0 1 2-2z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="outofsite" xmlns="http://www.w3.org/2000/svg">
<path d="M35 20.65V42H6V18h16.09l9-9H4.2A2.2 2.2 0 0 0 2 11.2v32.6A2.2 2.2 0 0 0 4.2 46h32.6a2.2 2.2 0 0 0 2.2-2.2V16.65zM12.5 12a1.5 1.5 0 1 1-1.5 1.5 1.5 1.5 0 0 1 1.5-1.5zm-5 0A1.5 1.5 0 1 1 6 13.5 1.5 1.5 0 0 1 7.5 12z"></path>
<path d="M44 2H23a2 2 0 0 0 0 4h16L16.51 28.52a2.1 2.1 0 0 0 3 3L42 9v16a2 2 0 0 0 4 0V4a2 2 0 0 0-2-2z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="previous" xmlns="http://www.w3.org/2000/svg">
<path d="M45 21H10.24l8.88-8.88a3 3 0 0 0-4.24-4.24l-14 14a3 3 0 0 0 0 4.24l14 14a3 3 0 0 0 4.24-4.24L10.24 27H45a3 3 0 0 0 0-6z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="print" xmlns="http://www.w3.org/2000/svg">
<path d="M12 4h25a1 1 0 0 1 1 1v3H11V5a1 1 0 0 1 1-1zM37 22H12a1 1 0 0 0-1 1v20a1 1 0 0 0 1 1h25a1 1 0 0 0 1-1V23a1 1 0 0 0-1-1zm-3 17H15a1 1 0 0 1 0-2h19a1 1 0 0 1 0 2zm0-6H15a1 1 0 0 1 0-2h19a1 1 0 0 1 0 2z"></path>
<path d="M43.36 10H4.64A1.65 1.65 0 0 0 3 11.64v14.67A1.65 1.65 0 0 0 4.64 28H9v-5a3 3 0 0 1 3-3h25a3 3 0 0 1 3 3v5h3.36A1.65 1.65 0 0 0 45 26.31V11.64A1.65 1.65 0 0 0 43.36 10zM32 17a2 2 0 1 1 2-2 2 2 0 0 1-2 2zm6 0a2 2 0 1 1 2-2 2 2 0 0 1-2 2z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="remove" xmlns="http://www.w3.org/2000/svg">
<path d="M4 28a4 4 0 0 1 0-8h40a4 4 0 0 1 0 8H4z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="save" xmlns="http://www.w3.org/2000/svg">
<path d="M40 3h-4v10a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1V3H5a2 2 0 0 0-2 2v38a2 2 0 0 0 2 2h38a2 2 0 0 0 2-2V8zm0 36a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1V21a1 1 0 0 1 1-1h30a1 1 0 0 1 1 1z"></path>
<path d="M10 3h24v9H10z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="search" xmlns="http://www.w3.org/2000/svg">
<path d="M46.12 41.88L33.66 29.41a18.06 18.06 0 1 0-4.24 4.24l12.46 12.47a3 3 0 0 0 4.24-4.24zM7 19a12 12 0 1 1 12 12A12 12 0 0 1 7 19z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="see" xmlns="http://www.w3.org/2000/svg">
<path d="M47.38 21.8C41.92 12.78 33.83 9 24 9S6.08 12.78.62 21.8a4.22 4.22 0 0 0 0 4.39C6.08 35.22 14.17 39 24 39s17.92-3.78 23.38-12.8a4.23 4.23 0 0 0 0-4.4zM24 32a8 8 0 1 1 8-8 8 8 0 0 1-8 8z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="selected" xmlns="http://www.w3.org/2000/svg">
<path d="M18.5 39.75a4 4 0 0 1-2.83-1.17l-12.5-12.5a4 4 0 0 1 5.66-5.66l9.67 9.67L39.17 9.42a4 4 0 0 1 5.66 5.66l-23.5 23.5a4 4 0 0 1-2.83 1.17z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="selected--highlighted" xmlns="http://www.w3.org/2000/svg">
<path fill="#80CBFF" d="M18.5 39.75a4 4 0 0 1-2.83-1.17l-12.5-12.5a4 4 0 0 1 5.66-5.66l9.67 9.67L39.17 9.42a4 4 0 0 1 5.66 5.66l-23.5 23.5a4 4 0 0 1-2.83 1.17z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="settings" xmlns="http://www.w3.org/2000/svg">
<path d="M45 21h-1.25a19.87 19.87 0 0 0-3.67-8.84l.89-.89A3 3 0 1 0 36.73 7l-.89.89A19.87 19.87 0 0 0 27 4.25V3a3 3 0 0 0-6 0v1.25a19.87 19.87 0 0 0-8.84 3.67L11.27 7A3 3 0 1 0 7 11.27l.89.89A19.87 19.87 0 0 0 4.25 21H3a3 3 0 0 0 0 6h1.25a19.87 19.87 0 0 0 3.67 8.84l-.92.89A3 3 0 0 0 11.27 41l.89-.89A19.87 19.87 0 0 0 21 43.75V45a3 3 0 0 0 6 0v-1.25a19.87 19.87 0 0 0 8.84-3.67l.89.89A3 3 0 1 0 41 36.73l-.89-.89A19.87 19.87 0 0 0 43.75 27H45a3 3 0 0 0 0-6zM24 38a14 14 0 1 1 14-14 14 14 0 0 1-14 14z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="share" xmlns="http://www.w3.org/2000/svg">
<path d="M19 36H7V12h12a3 3 0 0 0 0-6H6a5 5 0 0 0-5 5v26a5 5 0 0 0 5 5h13a3 3 0 0 0 0-6z"></path>
<path d="M46.12 21.88l-13-13a3 3 0 0 0-4.24 4.24L36.76 21H13a3 3 0 0 0 0 6h23.76l-7.88 7.88a3 3 0 1 0 4.24 4.24l13-13a3 3 0 0 0 0-4.24z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="sm-fb-def" xmlns="http://www.w3.org/2000/svg">
<path d="M24 5A19 19 0 1 1 5 24 19 19 0 0 1 24 5m0-3a22 22 0 1 0 22 22A22 22 0 0 0 24 2z"></path>
<path d="M29.16 13h-3.52c-2.09 0-4.41.88-4.41 3.9v3.2h-2.41v3.84h2.49V35h4.57V23.87h3l.27-3.78h-3.34v-2.17c0-1.2 1.24-1.13 1.32-1.13h2V13z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="sm-fb-full" xmlns="http://www.w3.org/2000/svg">
<path d="M24 2a22 22 0 1 0 22 22A22 22 0 0 0 24 2zm4.9 21.87h-3V35h-4.59V23.94h-2.49V20.1h2.41v-3.2c0-3 2.32-3.9 4.41-3.9h3.52v3.79h-2c-.07 0-1.32-.07-1.32 1.13v2.17h3.37z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="sm-gh-def" xmlns="http://www.w3.org/2000/svg">
<path d="M14.46 26.8a.16.16 0 0 1 0-.26.71.71 0 0 1 .66-.2 1.15 1.15 0 0 1 .46.13 3 3 0 0 1 1 .89 6.7 6.7 0 0 0 .89 1 2.45 2.45 0 0 0 3.23.2 2 2 0 0 1 .43-.79 2 2 0 0 1 .56-.46q.26-.13.92-.39a12.25 12.25 0 0 1-3.52-.76A6 6 0 0 1 17 24.69a5.52 5.52 0 0 1-1.28-3.09 7.92 7.92 0 0 1 .3-3.49 5.8 5.8 0 0 1 1.12-1.78 5.89 5.89 0 0 1 .2-3.75A6.84 6.84 0 0 1 21.1 14a14.42 14.42 0 0 1 6.85 0 12.37 12.37 0 0 1 1.42-.82 5.79 5.79 0 0 1 2.4-.56 7.1 7.1 0 0 1 .36 1.71 5.66 5.66 0 0 1-.1 1.84 6.07 6.07 0 0 1 1.58 4.21 7.48 7.48 0 0 1-.72 3.49 5.56 5.56 0 0 1-2.57 2.3 9.15 9.15 0 0 1-3.29.72 4.36 4.36 0 0 1 1.35 1 2.9 2.9 0 0 1 .56 1.55v2.07l.07 2a2.47 2.47 0 0 0 .92.89.22.22 0 0 1 .13.3q-.07.2-.53.2a2.19 2.19 0 0 1-1.78-.9 1.51 1.51 0 0 1-.2-.79v-3.12a1 1 0 0 0-.26-.76 1.28 1.28 0 0 0-.53-.3v4.15a2.6 2.6 0 0 0 .24 1.45 1.55 1.55 0 0 1 .33.66s0 .08-.1.1a1.27 1.27 0 0 1-.56-.1 1.63 1.63 0 0 1-1.18-.89 3.4 3.4 0 0 1-.33-1.48v-4.08h-.86v4.08a3.62 3.62 0 0 1-.3 1.51 1.85 1.85 0 0 1-1.71 1q-.2-.07-.2-.13a5.58 5.58 0 0 0 .39-.66 3.05 3.05 0 0 0 .16-.53 3.82 3.82 0 0 0 .1-.92V29a1.07 1.07 0 0 0-.49.3 1 1 0 0 0-.23.76v3.16a1.51 1.51 0 0 1-.2.79 2.08 2.08 0 0 1-1.78.79q-.46 0-.53-.2a.18.18 0 0 1 0-.23 2 2 0 0 1 .3-.23 2 2 0 0 0 .26-.2 1.2 1.2 0 0 0 .39-.53 2.5 2.5 0 0 0 .1-1.38 6.64 6.64 0 0 1 0-1.45 3.8 3.8 0 0 1-3.47-.58A6.43 6.43 0 0 1 16 28.51a6.64 6.64 0 0 0-1.58-1.71z"></path>
<path d="M24 5A19 19 0 1 1 5 24 19 19 0 0 1 24 5m0-3a22 22 0 1 0 22 22A22 22 0 0 0 24 2z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="sm-gh-full" xmlns="http://www.w3.org/2000/svg">
<path d="M24 2a22 22 0 1 0 22 22A22 22 0 0 0 24 2zm8.89 21.84a5.56 5.56 0 0 1-2.57 2.3 9.15 9.15 0 0 1-3.29.72 4.36 4.36 0 0 1 1.35 1 2.9 2.9 0 0 1 .56 1.55v2.07l.07 2a2.47 2.47 0 0 0 .92.89.22.22 0 0 1 .13.3q-.07.2-.53.2a2.19 2.19 0 0 1-1.78-.87 1.51 1.51 0 0 1-.2-.79v-3.12a1 1 0 0 0-.26-.76 1.28 1.28 0 0 0-.53-.3v4.15a2.6 2.6 0 0 0 .24 1.45 1.55 1.55 0 0 1 .33.66s0 .08-.1.1a1.27 1.27 0 0 1-.56-.1 1.63 1.63 0 0 1-1.18-.89 3.4 3.4 0 0 1-.33-1.48v-4.08h-.86v4.08a3.62 3.62 0 0 1-.3 1.51 1.85 1.85 0 0 1-1.71 1q-.2-.07-.2-.13a5.56 5.56 0 0 0 .39-.66 3 3 0 0 0 .16-.53 3.82 3.82 0 0 0 .1-.92V29a1.07 1.07 0 0 0-.49.3 1 1 0 0 0-.23.76v3.16a1.51 1.51 0 0 1-.2.79 2.08 2.08 0 0 1-1.78.79q-.46 0-.53-.2a.18.18 0 0 1 0-.23 2 2 0 0 1 .3-.23 2 2 0 0 0 .26-.2 1.2 1.2 0 0 0 .39-.53 2.5 2.5 0 0 0 .1-1.38 6.64 6.64 0 0 1 0-1.45 3.8 3.8 0 0 1-3.47-.58A6.43 6.43 0 0 1 16 28.51a6.64 6.64 0 0 0-1.58-1.71.16.16 0 0 1 0-.26.71.71 0 0 1 .66-.2 1.14 1.14 0 0 1 .46.13 3 3 0 0 1 1 .89 6.69 6.69 0 0 0 .89 1 2.45 2.45 0 0 0 3.23.2 2.12 2.12 0 0 1 1-1.25q.26-.13.92-.4a12.25 12.25 0 0 1-3.52-.76A6 6 0 0 1 17 24.69a5.52 5.52 0 0 1-1.28-3.09 7.92 7.92 0 0 1 .3-3.49 5.79 5.79 0 0 1 1.12-1.78 5.89 5.89 0 0 1 .2-3.75A6.83 6.83 0 0 1 21.1 14a14.42 14.42 0 0 1 6.85 0 12.37 12.37 0 0 1 1.42-.82 5.79 5.79 0 0 1 2.4-.56 7.1 7.1 0 0 1 .36 1.71 5.66 5.66 0 0 1-.1 1.84 6.06 6.06 0 0 1 1.58 4.21 7.48 7.48 0 0 1-.72 3.46z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="sm-ig-def" xmlns="http://www.w3.org/2000/svg">
<path d="M24 2a22 22 0 1 0 22 22A22 22 0 0 0 24 2zm0 41a19 19 0 1 1 19-19 19 19 0 0 1-19 19z"></path>
<path d="M24 18.09A5.91 5.91 0 1 0 29.91 24 5.9 5.9 0 0 0 24 18.09zm0 9.74A3.83 3.83 0 1 1 27.83 24 3.83 3.83 0 0 1 24 27.83z"></path>
<circle cx="30.14" cy="17.86" r="1.38"></circle>
<path d="M34.9 16.47a5.88 5.88 0 0 0-3.36-3.36 8.43 8.43 0 0 0-2.79-.53c-1.23-.06-1.62-.07-4.74-.07s-3.52 0-4.74.07a8.44 8.44 0 0 0-2.79.53 5.88 5.88 0 0 0-3.36 3.36 8.44 8.44 0 0 0-.53 2.79c-.06 1.23-.07 1.62-.07 4.74s0 3.52.07 4.74a8.44 8.44 0 0 0 .53 2.79 5.88 5.88 0 0 0 3.36 3.36 8.44 8.44 0 0 0 2.79.53c1.23.06 1.62.07 4.74.07s3.52 0 4.74-.07a8.44 8.44 0 0 0 2.79-.53 5.88 5.88 0 0 0 3.36-3.36 8.41 8.41 0 0 0 .53-2.79c.06-1.23.07-1.62.07-4.74s0-3.52-.07-4.74a8.44 8.44 0 0 0-.53-2.79zm-1.54 12.18a6.38 6.38 0 0 1-.4 2.14A3.81 3.81 0 0 1 30.78 33a6.35 6.35 0 0 1-2.14.4c-1.21.06-1.58.07-4.65.07s-3.43 0-4.65-.07a6.35 6.35 0 0 1-2.14-.4 3.81 3.81 0 0 1-2.2-2.22 6.35 6.35 0 0 1-.4-2.14c-.06-1.21-.07-1.58-.07-4.65s0-3.43.07-4.65a6.38 6.38 0 0 1 .4-2.14 3.81 3.81 0 0 1 2.22-2.2 6.35 6.35 0 0 1 2.14-.4c1.21-.06 1.58-.07 4.65-.07s3.43 0 4.65.07a6.38 6.38 0 0 1 2.14.4 3.81 3.81 0 0 1 2.2 2.22 6.35 6.35 0 0 1 .4 2.14c.06 1.21.07 1.58.07 4.65s-.05 3.42-.11 4.64z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="sm-ig-full" xmlns="http://www.w3.org/2000/svg">
<circle cx="24" cy="24" r="3.83"></circle>
<path d="M33 17.22A3.81 3.81 0 0 0 30.78 15a6.38 6.38 0 0 0-2.14-.4c-1.21-.05-1.58-.07-4.65-.07s-3.43 0-4.65.07a6.35 6.35 0 0 0-2.14.4 3.81 3.81 0 0 0-2.2 2.22 6.38 6.38 0 0 0-.4 2.14c-.05 1.21-.07 1.58-.07 4.65s0 3.44.07 4.65a6.36 6.36 0 0 0 .4 2.14 3.81 3.81 0 0 0 2.22 2.2 6.35 6.35 0 0 0 2.14.4c1.21.06 1.58.07 4.65.07s3.44 0 4.65-.07a6.35 6.35 0 0 0 2.14-.4 3.81 3.81 0 0 0 2.2-2.22 6.38 6.38 0 0 0 .4-2.14c.06-1.21.07-1.58.07-4.65s0-3.43-.07-4.65a6.35 6.35 0 0 0-.4-2.12zm-9 12.69A5.91 5.91 0 1 1 29.91 24 5.9 5.9 0 0 1 24 29.91zm6.14-10.66a1.38 1.38 0 1 1 1.38-1.38 1.38 1.38 0 0 1-1.38 1.37z"></path>
<path d="M24 2a22 22 0 1 0 22 22A22 22 0 0 0 24 2zm11.43 26.74a8.41 8.41 0 0 1-.53 2.79 5.88 5.88 0 0 1-3.36 3.36 8.44 8.44 0 0 1-2.79.53c-1.23.06-1.62.07-4.74.07s-3.51 0-4.74-.07a8.44 8.44 0 0 1-2.79-.53 5.88 5.88 0 0 1-3.36-3.36 8.44 8.44 0 0 1-.53-2.79c-.06-1.23-.07-1.62-.07-4.74s0-3.52.07-4.74a8.44 8.44 0 0 1 .53-2.79 5.88 5.88 0 0 1 3.36-3.36 8.44 8.44 0 0 1 2.79-.53c1.23-.06 1.62-.07 4.74-.07s3.51 0 4.74.07a8.43 8.43 0 0 1 2.79.53 5.88 5.88 0 0 1 3.36 3.36 8.44 8.44 0 0 1 .53 2.79c.06 1.23.07 1.62.07 4.74s-.01 3.51-.07 4.74z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="sm-ln-def" xmlns="http://www.w3.org/2000/svg">
<path d="M24 5A19 19 0 1 1 5 24 19 19 0 0 1 24 5m0-3a22 22 0 1 0 22 22A22 22 0 0 0 24 2z"></path>
<ellipse cx="16.07" cy="14.58" rx="2.56" ry="2.58"></ellipse>
<path d="M13.92 19h4.33v14h-4.33zM29.4 18.57a4.88 4.88 0 0 0-4.22 2.31V19H21v14h4.16v-7.35c0-2 .91-3.14 2.64-3.14s2.36 1.13 2.36 3.14V33h4.31v-8.86c.02-3.75-2.1-5.57-5.07-5.57z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="sm-ln-full" xmlns="http://www.w3.org/2000/svg">
<path d="M24 2a22 22 0 1 0 22 22A22 22 0 0 0 24 2zm-5.74 31h-4.34V19h4.33zm-2.19-15.83a2.58 2.58 0 1 1 2.56-2.58 2.57 2.57 0 0 1-2.56 2.58zM34.49 33h-4.31v-7.35c0-2-.77-3.14-2.36-3.14s-2.64 1.17-2.64 3.14V33H21V19h4.16v1.89a4.88 4.88 0 0 1 4.22-2.31c3 0 5.09 1.81 5.09 5.56z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="sm-rss-def" xmlns="http://www.w3.org/2000/svg">
<path d="M24 5A19 19 0 1 1 5 24 19 19 0 0 1 24 5m0-3a22 22 0 1 0 22 22A22 22 0 0 0 24 2z"></path>
<path d="M20.7 31.18a2.85 2.85 0 1 1-2.85-2.81 2.84 2.84 0 0 1 2.85 2.81zM37 34a22 22 0 0 0-22-22v5a17.49 17.49 0 0 1 14.92 8.2 16.65 16.65 0 0 1 2.49 8.8H37zm-7.78 0A14 14 0 0 0 24 23.13 14.27 14.27 0 0 0 15 20v4.2a9.94 9.94 0 0 1 8.67 5 9.79 9.79 0 0 1 1.25 4.8h4.3z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="sm-rss-full" xmlns="http://www.w3.org/2000/svg">
<path d="M24 2a22 22 0 1 0 22 22A22 22 0 0 0 24 2zm-6.15 32a2.81 2.81 0 1 1 2.85-2.81A2.84 2.84 0 0 1 17.85 34zm11.37 0h-4.3a9.79 9.79 0 0 0-1.25-4.78 9.94 9.94 0 0 0-8.67-5V20a14.27 14.27 0 0 1 9 3.15A14 14 0 0 1 29.22 34zM37 34h-4.59a16.65 16.65 0 0 0-2.49-8.72A17.49 17.49 0 0 0 15 17.06V12a22 22 0 0 1 22 22z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="sm-tt-def" xmlns="http://www.w3.org/2000/svg">
<path d="M24 5A19 19 0 1 1 5 24 19 19 0 0 1 24 5m0-3a22 22 0 1 0 22 22A22 22 0 0 0 24 2z"></path>
<path d="M36 16.56a9.83 9.83 0 0 1-2.83.78 4.94 4.94 0 0 0 2.16-2.72 9.84 9.84 0 0 1-3.13 1.19 4.93 4.93 0 0 0-8.52 3.37 5 5 0 0 0 .13 1.12 14 14 0 0 1-10.15-5.14 4.93 4.93 0 0 0 1.52 6.57 4.9 4.9 0 0 1-2.18-.62v.06A4.93 4.93 0 0 0 16.91 26a4.9 4.9 0 0 1-1.3.17 5 5 0 0 1-.93-.09 4.93 4.93 0 0 0 4.6 3.42 9.91 9.91 0 0 1-7.29 2 14 14 0 0 0 21.57-11.76v-.64A10 10 0 0 0 36 16.56z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="sm-tt-full" xmlns="http://www.w3.org/2000/svg">
<path d="M24 2a22 22 0 1 0 22 22A22 22 0 0 0 24 2zm9.54 17.11v.64A14 14 0 0 1 12 31.54a9.92 9.92 0 0 0 7.29-2 4.93 4.93 0 0 1-4.6-3.42 5 5 0 0 0 .93.09 4.9 4.9 0 0 0 1.3-.17A4.93 4.93 0 0 1 13 21.17v-.06a4.9 4.9 0 0 0 2.23.62 4.93 4.93 0 0 1-1.52-6.57 14 14 0 0 0 10.15 5.14 5 5 0 0 1-.13-1.12 4.93 4.93 0 0 1 8.52-3.37 9.83 9.83 0 0 0 3.13-1.19 4.94 4.94 0 0 1-2.16 2.72 9.83 9.83 0 0 0 2.78-.78 10 10 0 0 1-2.46 2.55z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="sm-yt-def" xmlns="http://www.w3.org/2000/svg">
<path d="M32.58 16.83c-1.72-.45-8.59-.45-8.59-.45s-6.75 0-8.46.42a3 3 0 0 0-2.11 2A26.77 26.77 0 0 0 13 24a26.77 26.77 0 0 0 .42 5.24 3 3 0 0 0 2.11 2c1.72.46 8.46.42 8.46.42s6.75 0 8.46-.42a3 3 0 0 0 2.08-2A27.91 27.91 0 0 0 35 24a28.42 28.42 0 0 0-.47-5.24 2.74 2.74 0 0 0-1.95-1.93zM21.26 27.38v-6.76L26.74 24z"></path>
<path d="M24 2a22 22 0 1 0 22 22A22 22 0 0 0 24 2zm0 41a19 19 0 1 1 19-19 19 19 0 0 1-19 19z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="sm-yt-full" xmlns="http://www.w3.org/2000/svg">
<path d="M24 2a22 22 0 1 0 22 22A22 22 0 0 0 24 2zm10.54 27.24a3 3 0 0 1-2.08 2c-1.72.45-8.46.42-8.46.42s-6.75 0-8.46-.42a3 3 0 0 1-2.11-2A26.77 26.77 0 0 1 13 24a26.77 26.77 0 0 1 .42-5.24 3 3 0 0 1 2.11-2c1.72-.45 8.46-.42 8.46-.42s6.87 0 8.59.45a2.74 2.74 0 0 1 1.94 1.93A28.42 28.42 0 0 1 35 24a27.91 27.91 0 0 1-.46 5.24z"></path>
<path d="M21.25 27.38l5.5-3.38-5.5-3.38v6.76z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="trending" xmlns="http://www.w3.org/2000/svg">
<path d="M47.88 16.18l-4-14a3 3 0 0 0-3.7-2.07l-14 4a3 3 0 1 0 1.65 5.77l5.4-1.54-10.14 18.09-4.26-4.26a4 4 0 0 0-6.21.69l-12 19a4 4 0 1 0 6.76 4.27l9.33-14.77 4.46 4.46a4 4 0 0 0 6.32-.82l12.92-23.13 1.7 6a3 3 0 0 0 5.77-1.65z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="upload" xmlns="http://www.w3.org/2000/svg">
<path d="M40.12 14.88l-14-14a3 3 0 0 0-4.24 0l-14 14a3 3 0 0 0 4.24 4.24L21 10.24V36a3 3 0 0 0 6 0V10.24l8.88 8.88a3 3 0 0 0 4.24-4.24z"></path>
<path d="M45.8 34H30v2a6 6 0 0 1-12 0v-2H2.2A2.37 2.37 0 0 0 0 36.51v9A2.37 2.37 0 0 0 2.2 48h43.6a2.37 2.37 0 0 0 2.2-2.51v-9A2.37 2.37 0 0 0 45.8 34zM36 43a2 2 0 1 1 2-2 2 2 0 0 1-2 2zm7 0a2 2 0 1 1 2-2 2 2 0 0 1-2 2z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="user" xmlns="http://www.w3.org/2000/svg">
<path d="M23 24h2a16 16 0 0 1 16 16v4H7v-4a16 16 0 0 1 16-16z"></path>
<rect x="15" y="4" width="18" height="18" rx="9" ry="9"></rect>
</symbol>
<symbol viewBox="0 0 48 48" id="user--white" xmlns="http://www.w3.org/2000/svg">
<path fill="#fff" d="M23 24h2a16 16 0 0 1 16 16v4H7v-4a16 16 0 0 1 16-16z"></path>
<rect fill="#fff" x="15" y="4" width="18" height="18" rx="9" ry="9"></rect>
</symbol>
<symbol viewBox="0 0 48 48" id="users" xmlns="http://www.w3.org/2000/svg">
<rect x="9" y="7" width="16" height="16" rx="8" ry="8"></rect>
<rect x="27" y="11" width="12" height="12" rx="6" ry="6"></rect>
<path d="M34 25h-2a11 11 0 0 0-3.8.69A16 16 0 0 1 34 38v1h11v-3a11 11 0 0 0-11-11zM16 25h2a13 13 0 0 1 13 13v3H3v-3a13 13 0 0 1 13-13z"></path>
</symbol>
<symbol viewBox="0 0 48 48" id="warning" xmlns="http://www.w3.org/2000/svg">
<path d="M37 2H11a8 8 0 0 0-8 8v19a8 8 0 0 0 8 8h14l8.8 8.81a.7.7 0 0 0 1.2-.51V37h2a8 8 0 0 0 8-8V10a8 8 0 0 0-8-8zm-15 8a2 2 0 1 1 4 0v11a2 2 0 0 1-4 0zm2 21a2.5 2.5 0 1 1 2.5-2.5A2.5 2.5 0 0 1 24 31z"></path>
</symbol>
</svg>
</div>
<a href="#" id="scroll" style="display: none;"><span></span></a>
<!-- Modal -->
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-body">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<!-- 16:9 aspect ratio -->
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="" id="video" allowscriptaccess="always" allow="autoplay"></iframe>
</div>
</div>
</div>
</div>
</div>
<div class="modal fade" id="alloc-prog-dash">
<div class="modal-dialog modal-lg modal-dialog-centered" role="document">
<div class="modal-content">
<div class="close-panel">
<button type="button" class="close" data-dismiss="modal" aria-label="Close" title="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body p-5 m-3">
<div class="text-center"><a href="progress.html"><img src="assets/img/allocation-progress-banner-1.svg" alt="" width="611" height="244"></a></div>
</div>
</div>
</div>
</div>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/bootstrap-dropdown.js"></script>
<script src="assets/js/custom-menu.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script>
<script>
$(document).ready(function() {
$(".cd-ocha-btn").click(function() {
$(".cd-dropdown").toggle();
});
$(window).on('click', function() {
$('#cd-ocha-dropdown').css('display', 'none'); //$( '#layers' ).hide();
});
});
</script>
<script type="text/javascript" id="cookieinfo" src="assets/js/cookieinfo.min.js" data-bg="#002856" data-fg="#FFF" data-link="#FFF" data-cookie="CookieInfoScript" data-text-align="left" data-close-text="OK">
</script>
<script src="assets/js/bootstrap-toc.min.js"></script>
<script src="assets/js/bs-animation.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/baguettebox.js/1.10.0/baguetteBox.min.js"></script>
<script src="assets/js/smoothproducts.min.js"></script>
<script src="assets/js/respond.js"></script>
<script src="assets/js/theme.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/aos/2.1.1/aos.js"></script>
<script src="assets/js/breaking-news-ticker.min.js"></script>
<script src="assets/js/chartsdata.js"></script>
<script>
$("#newsTicker3").breakingNews({
play:false,
delayTimer: 600000,
stopOnHover: true
})
</script>
<script type="text/javascript">
if (document.location.hostname.search("cbpf.data.unocha.org") !== -1) {
window.dataLayer = window.dataLayer || [];
$.getScript("https://cbpfgms.github.io/cbsank/src/d3chartcbsank.js", function() {});
$.getScript("https://cbpfgms.github.io/pbiclc/src/d3chartpbiclc.js", function() {});
$.getScript("https://cbpfgms.github.io/pbicli/src/d3chartpbicli.js", function() {});
$.getScript("https://cbpfgms.github.io/pbialp/src/d3chartpbialp.js", function() {});
$.getScript("https://cbpfgms.github.io/pbifdc/src/d3chartpbifdc.js", function() {});
$.getScript("https://cbpfgms.github.io/pbiolc/src/d3chartpbiolc.js", function() {});
$.getScript("https://cbpfgms.github.io/pbiobe/src/d3chartpbiobe.js", function() {});
$.getScript("https://cbpfgms.github.io/pbiuac/src/d3chartpbiuac.js", function() {});
$.getScript("https://cbpfgms.github.io/pbigam/src/d3chartpbigam.js", function() {});
$.getScript("https://cbpfgms.github.io/pbinad/src/d3chartpbinad.js", function() {});
} else {
$.getScript("https://cbpfgms.github.io/cbsank/src/d3chartcbsank-stg.js", function() {});
$.getScript("https://cbpfgms.github.io/pbiclc/src/d3chartpbiclc-stg.js", function() {});
$.getScript("https://cbpfgms.github.io/pbicli/src/d3chartpbicli-stg.js", function() {});
$.getScript("https://cbpfgms.github.io/pbialp/src/d3chartpbialp-stg.js", function() {});
$.getScript("https://cbpfgms.github.io/pbifdc/src/d3chartpbifdc-stg.js", function() {});
$.getScript("https://cbpfgms.github.io/pbiolc/src/d3chartpbiolc-stg.js", function() {});
$.getScript("https://cbpfgms.github.io/pbiobe/src/d3chartpbiobe-stg.js", function() {});
$.getScript("https://cbpfgms.github.io/pbiuac/src/d3chartpbiuac-stg.js", function() {});
$.getScript("https://cbpfgms.github.io/pbigam/src/d3chartpbigam-stg.js", function() {});
$.getScript("https://cbpfgms.github.io/pbinad/src/d3chartpbinad-stg.js", function() {});
}
</script>
<script type="text/javascript" src="assets/js/flags.js"></script>
</body>
</html>