-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
841 lines (719 loc) · 247 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0'>
<link rel="shortcut icon" href="https://cdn.bio.link/uploads/profile_pictures/2024-03-16/P5KWHhwSMEiQ711PhRpuNZGjU8b3qlCu.png" type="image/webp">
<link rel="icon" href="https://cdn.bio.link/uploads/profile_pictures/2024-03-16/P5KWHhwSMEiQ711PhRpuNZGjU8b3qlCu.png" type="image/webp">
<meta name="description" content="Jack of all trades and master of none" />
<meta property="og:title" content="Andy Woz" />
<link rel="canonical" href="https://bio.link/ljf7" />
<meta property="og:url" content="https://bio.link/ljf7" />
<meta property="og:description" content="Jack of all trades and master of none" />
<meta property="og:image:secure_url" content="https://cdn.bio.link/uploads/profile_pictures/2024-03-16/P5KWHhwSMEiQ711PhRpuNZGjU8b3qlCu.png" />
<meta property="og:image" content="https://cdn.bio.link/uploads/profile_pictures/2024-03-16/P5KWHhwSMEiQ711PhRpuNZGjU8b3qlCu.png" />
<meta property="profile:username" content="ljf7" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Andy Woz" />
<meta name="twitter:image" content="https://cdn.bio.link/uploads/profile_pictures/2024-03-16/P5KWHhwSMEiQ711PhRpuNZGjU8b3qlCu.png" />
<meta name="twitter:url" content="https://bio.link/ljf7" />
<link rel="preload" as="image" href="https://cdn.bio.link/uploads/profile_pictures/2024-03-16/P5KWHhwSMEiQ711PhRpuNZGjU8b3qlCu.png" />
<title>Andy Woz</title>
<link rel="apple-touch-icon" sizes="180x180"
href="https://cdn.bio.link/uploads/profile_pictures/2024-03-16/P5KWHhwSMEiQ711PhRpuNZGjU8b3qlCu.png">
<link rel="manifest" href="https://bio.link/manifest.json">
<link rel="dns-prefetch" href="https://analytics.bio.link">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap"
rel="stylesheet">
<style>
body,html{
/*!* -ms-scroll-chaining: none;*/-ms-scroll-chaining:none;margin:0;overscroll-behavior:none;padding:0}@-webkit-keyframes slide-in--down{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes slide-in--down{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@-webkit-keyframes slidetounlock{0%{background-position:-100px 0}10%{background-position:-100px 0}50%{background-position:100px 0}to{background-position:100px 0}}@keyframes slidetounlock{0%{background-position:-100px 0}10%{background-position:-100px 0}50%{background-position:100px 0}to{background-position:100px 0}}.min-h-full{min-height:100vh}.flex{display:flex}.gap-12{gap:12px}.gap-24{gap:24px}.gap-28{gap:28px}.flex-both-center{align-items:center;display:flex;justify-content:center}.flex-wrap{flex-wrap:wrap}.flex-h-center{display:flex;justify-content:center}.item-center{align-items:center}.item-self-start{align-self:start}.justify-center{justify-content:center}.justify-left{justify-content:left}.justify-end{justify-content:end}.flex-dir-c{flex-direction:column}.justify-between{justify-content:space-between}.m-0{margin:0}.mx-auto{margin-left:auto;margin-right:auto}.mt-2{margin-top:2px}.mt-4{margin-top:4px}.mt-6{margin-top:6px}.mt-8{margin-top:8px}.mt-12{margin-top:12px}.mb-12{margin-bottom:12px}.mb-16{margin-bottom:16px}.mb-24{margin-bottom:24px}.mb-32{margin-bottom:32px}.m-16{margin:16px}.mt-14{margin-top:14px}.mt-16{margin-top:16px}.mt-18{margin-top:18px}.mt-20{margin-top:20px}.mt-24{margin-top:24px}.mt-32{margin-top:32px}.mt-48{margin-top:48px}.mt-120{margin-top:120px}.mb-2{margin-bottom:2px}.mb-4{margin-bottom:4px}.mb-8{margin-bottom:8px}.mb-48{margin-bottom:48px}.m-auto{margin:auto}.ml-6{margin-left:6px}.ml-8{margin-left:8px}.ml-16{margin-left:16px}.ml-3{margin-left:3px}.mr-4{margin-right:4px}.mr-8{margin-right:8px}.py-6{padding:6px}.py-10{padding:10px}.py-8{padding-bottom:8px;padding-top:8px}.py-12{padding-bottom:12px;padding-top:12px}.py-16{padding-bottom:16px;padding-top:16px}.px-12{padding-left:12px;padding-right:12px}.px-16{padding-left:16px;padding-right:16px}.px-24{padding-left:24px!important;padding-right:24px!important}.pr-10{padding-right:10px}.pr-12{padding-right:12px}.p-16{padding:16px}.px-48{padding-left:48px;padding-right:48px}.pr-16{padding-right:16px}.p-32{padding:32px}.pb-4{padding-bottom:4px}.pb-8{padding-bottom:8px}.pb-16{padding-bottom:16px}.pb-24{padding-bottom:24px}.pb-32{padding-bottom:32px}.pb-48{padding-bottom:48px}.pt-20{padding-top:20px}.pb-5{padding-bottom:5px}.pt-8{padding-top:8px}.pt-16{padding-top:16px}.pt-22{padding-top:22px}.pt-24{padding-top:24px}.pt-32{padding-top:32px!important}.pt-118{padding-top:118px!important}.absolute{position:absolute}.ln-h-17{line-height:17px}.ln-h-22{line-height:22px}.ln-h-24{line-height:24px}.ln-h-32{line-height:32px}.ln-h-30{line-height:30px}.text-fs-12{font-size:12px}.text-fs-14{font-size:14px}.text-fs-16{font-size:16px}.text-fs-18{font-size:18px}.text-fs-20{font-size:20px}.text-fs-22{font-size:22px}.text-fs-24{font-size:24px}.text-fs-28{font-size:28px}.text-fs-30{font-size:30px}.font-inter{font-family:Inter,sans-serif}.font-weight-400{font-weight:400}.font-weight-500{font-weight:500}.font-weight-600{font-weight:600}.font-weight-700{font-weight:700}.text-decoration-none{text-decoration:none}.blog-page-link:hover{text-decoration:underline}.color-white{color:#fff}.color-gray{color:hsla(0,0%,100%,.9)}.color-dark{color:#222}.color-danger{color:#ff4963}.color-gray-6e{color:#6e6d7a}.bg-white{background:#fff}.border-grey{border:1px solid #d7dce1}.border-r-12{border-radius:12px}.page-bg{height:100vh;inset:0;position:fixed;width:100vw;z-index:-1}.w-full{width:100%}.w-80p{width:80%}.min-w-100{min-width:100px}.max-w-600{max-width:600px}.max-w-65p{max-width:70%}.w-150{width:150px}.w-250{width:250px}.h-full{height:100%}.h-0{height:0}.h-auto{height:auto}.h-30{height:30px}.h-100{height:100px}.h-100vh{height:100vh}.h-150,.h-165{height:150px}.w-h-80{height:80px;width:80px}.animate-pulse{-webkit-animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@-webkit-keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.background-overlay{height:100vh;position:fixed;width:100%;z-index:0}.page-overlay{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:rgba(0,0,0,.1);height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:100}.page-overlay-btn{background:transparent;border-radius:6px;cursor:pointer;display:inline-block;font-family:Inter,sans-serif;font-size:1.2em;padding:10px 30px;text-decoration:none}.page-overlay-title{font-family:sans-serif;font-size:30px}.page-overlay-text{font-size:18px}.page-image{height:100%;left:0;position:fixed;top:0;width:100vw}.display-image,.page-image{-o-object-fit:cover;object-fit:cover}.display-image{border-radius:50%;display:block;height:96px;width:96px}.text-center{text-align:center}.page-title{margin-bottom:0}.page-bioline{font-weight:500}#blog-subscription-area,.button-subscription,.button-subscription-area{align-items:center;display:flex;justify-content:center}.button-subscription{background:transparent;border:1.5px solid rgba(13,12,34,.1);border-radius:45px;cursor:pointer;font-weight:600;gap:8px;padding:10px 14px}.button-subscription,.button-subscription:hover{transition:transform .15s cubic-bezier(.17,.67,.29,2.71) 0s}.button-subscription:hover{transform:scale(1.025)}.page-full-wrap{margin-top:24px;padding-bottom:100px;width:680px;z-index:10}.page-item-wrap{transition:transform .15s cubic-bezier(.17,.67,.29,2.71) 0s}.page-item-wrap.show-embed{border-radius:30px;box-shadow:none;transform:unset;transition:unset}.page-item-wrap.expanded-form:hover,.page-item-wrap.show-embed:hover{transform:unset}.page-item-wrap.show-embed:hover .page-item:after,.page-item-wrap.show-embed:hover .page-item:before{-webkit-animation:unset;animation:unset}.show-embed-item{overflow:hidden;transition:all .3s ease-in-out}.page-item-wrap.show-embed .show-embed-item{overflow:visible}.embed-ind-arrow-icon{transform:rotate(-90deg)}.contact_form.contact-expand .embed-ind-arrow-icon,.page-item-wrap.show-embed .embed-ind-arrow-icon,.show-article-embed.article-expand .embed-ind-arrow-icon{transform:rotate(0deg)}.page-item{box-sizing:border-box;height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.page-social{cursor:pointer;display:block;margin:0 12px 12px}.page-social svg{height:28px;width:28px}.relative{position:relative}.link-each-image{height:43px;left:9px;-o-object-fit:cover;object-fit:cover;position:absolute;width:43px}.page-logo{bottom:32px;left:calc(50% - 15px);position:absolute}.page-logo:hover svg .bl-logo-br{opacity:1}.rounded-sm{border-radius:4px}.rounded-md{border-radius:8px}.rounded-lg{border-radius:16px}.rounded-2xl{border-radius:24px}.close-embed{background:#fff;border-radius:50%;height:25px;opacity:.7;width:25px}.embed-wrap{box-sizing:border-box;height:100%;padding:8px;width:100%}.embed-ind-arrow{height:14px;margin-bottom:16px;position:absolute;right:24px;top:calc(50% - 7px)}.embed-ind-arrow-icon{transition:all .4s ease-in-out}.close-embed:hover{opacity:1}.cursor-pointer{cursor:pointer}.page-item-each{box-sizing:border-box;overflow:hidden;text-decoration:none;z-index:10}.item-title{width:55%;word-break:break-word}.social-icon-anchor{height:100%;left:0;position:absolute;top:0;width:100%}.social-left>.page-social:first-child{margin-left:0}.page-social:hover{transform:scale(1.1);transition:all .1s ease-in-out}.page-item-title{font-weight:700;margin-bottom:16px}.embed-wrap-inside{background-color:#fff;box-sizing:border-box;display:flex;height:100%;justify-content:center;overflow:hidden;padding:10px}.embed-wrap-inside iframe{min-width:500px;width:auto}.embed-wrap-inside{position:relative}.embed-wrap-inside:after{border:10px solid #fff;content:"";height:85%;pointer-events:none;position:absolute;transition-duration:.2s;transition-property:border;width:495px}.subscribers-img{border-radius:50%;box-shadow:0 0 10px rgba(0,0,0,.05);height:64px;margin-bottom:8px;width:64px}.subsc-count{color:hsla(0,0%,100%,.9);font-weight:300;line-height:24px}.subsc-err{height:40px;transition:all .25s ease-in-out}.w-400{width:400px}.subsc-button{align-items:center;background:#000;border:none;border-radius:4px;color:#fff;cursor:pointer;height:40px;justify-content:center;line-height:17px;padding:7px 12px 8px;text-decoration:none}.featured-subscribers-full-width .subsc-button{border:1px solid rgba(34,34,34,.1);border-radius:4px;color:#000;font-weight:400!important}.featured-subscribers-full-width .subsc-email-out:focus-within{background:none!important}.featured-subscribers-full-width .subsc-content{height:100vh}.featured-subscribers-full-width .subscribers-img{height:96px;width:96px}.blog-subsc-button{align-items:center;border-radius:4px;cursor:pointer;height:40px;justify-content:center;line-height:17px;padding:7px 12px 8px;text-decoration:none}.blog-subsc-button:hover,.featured-subscribers-full-width .subsc-button:hover{opacity:.75}.thank-you-btn{border-radius:2px}.dark-btn{background:#222;border:1.5px solid #222;color:#fff;height:48px;padding:0 24px}.blog-subsc-email:focus,.subsc-button:focus{outline:none}.blog-subsc-email,.subsc-email{background:rgba(13,12,34,.05);border-radius:4px;box-sizing:border-box;font-size:14px;height:40px;padding:0 12px;width:100%}.blog-subsc-email{background:#fff}.featured-subscribers-full-width .subsc-email{background:#fff;color:#717171}.dark-input{border:1.5px solid #222;color:#222;font-size:16px;height:48px;width:calc(100% - 100px)}.subsc-email::-moz-placeholder{color:#6e6d7a;font-family:Inter,sans-serif;font-size:14px;line-height:17px}.subsc-email:-ms-input-placeholder{color:#6e6d7a;font-family:Inter,sans-serif;font-size:14px;line-height:17px}.subsc-email::placeholder{color:#6e6d7a;font-family:Inter,sans-serif;font-size:14px;line-height:17px}.dark-input::-moz-placeholder{color:#6e6d7a;font-size:16px}.dark-input:-ms-input-placeholder{color:#6e6d7a;font-size:16px}.dark-input::placeholder{color:#6e6d7a;font-size:16px}.featured-subscribers .subsc-email:focus{background:#fff;outline:none}.featured-subscribers{align-items:center;bottom:0;box-shadow:0 1.60588px 4.41618px rgba(24,39,75,.12),0 2.81029px 12.8471px rgba(24,39,75,.12);box-sizing:border-box;display:flex;height:auto;justify-content:center;left:0;opacity:1;position:fixed;right:0;top:0;transition:all .27s cubic-bezier(.1,.9,.9,.9);width:100%;z-index:100}.featured-subscribers-inside{border-radius:16px}.featured-subscribers-inside,.share-items-inside{align-items:center;background:#fff;display:flex;flex-flow:column;gap:8px;justify-content:center}.share-items-inside{border-radius:8px;opacity:0;transform:scale(.9);transition:all .2s}.featured-subscribers-full-width .subscriber-modal{opacity:1;transform:scale(1)}.subscriber-modal,.unsubscribe-modal{opacity:0;transform:scale(.9);transition:all .2s}.unsubscribe-modal{padding-bottom:16px}.active-modal{opacity:1;transform:scale(1)}.featured-subscribers .featured-head{line-height:20px}.featured-subscribers .unsubsc_sec{color:#6e6d7a;cursor:pointer;display:flex;flex-flow:column;font-family:Inter,sans-serif;font-size:16px;font-weight:500;padding-top:18px;width:100%}.featured-subscribers .unsubsc_btn{border-bottom:1px solid rgba(13,12,34,.1);color:#ff4963;display:flex;height:19px;justify-content:center;padding-bottom:20px}.featured-subscribers .cancel_unsubsc:hover,.featured-subscribers .unsubsc_btn:hover{transform:scale(1.025)}.featured-subscribers .subsc-banner{display:flex;width:100%}.featured-subscribers .subsc-email{border-radius:3px}.featured-subscribers .subsc-button{border-radius:4px;height:40px;padding-right:0}.featured-subscribers .subsc-email-out{border-radius:4px;margin-bottom:14px;padding-right:2px;width:100%}.featured-subscribers .subsc-email{border:none;margin:1px}.featured-subscribers .subsc-email::-moz-placeholder{color:#666}.featured-subscribers .subsc-email:-ms-input-placeholder{color:#666}.featured-subscribers .subsc-email::placeholder{color:#666}.featured-subscribers .subsc-email-out:focus-within{background:linear-gradient(167.97deg,#ff5858 1.57%,#c058ff 97.89%)}.subsc-verify-out{display:flex;flex-flow:row;gap:8px;justify-content:center}.invisible{opacity:0;position:absolute}.subsc-verify-out input{align-items:center;background:#f0f0f0;border:1px;border-radius:4px;display:flex;font-family:Inter,sans-serif;font-size:14px;font-weight:400;height:40px;margin:1px;text-align:center;width:32px}.subsc-verify-out input:focus-within{background:#fff;outline:none}.subsc-verify-out input::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none;margin:0}.verify-inp-out{border-radius:4px}.pasted-input::-moz-placeholder{font-weight:400}.pasted-input:-ms-input-placeholder{font-weight:400}.pasted-input::placeholder{font-weight:400}.pasted-input{caret-color:transparent}.verify-inp-out:focus-within{background:linear-gradient(167.97deg,#ff5858 1.57%,#c058ff 97.89%)}.featured-subscribers .subsc-bottom{color:#000;font-family:Inter,sans-serif;font-size:14px;font-weight:400;margin-top:16px}.featured-subscribers .subsc-email-out,.featured-subscribers .subscribers-email-wrap{max-width:386px}.featured-subscribers .subscribers-email-wrap{align-items:center;justify-content:center}.subscribers-email-wrap.error-wrap .subsc-email-out{background:red}.subscribers-email-wrap.error-wrap .subsc-email{border-right:none}
/* !*background: -webkit-gradient(linear, left top, right top, color-stop(0, #aaa), color-stop(0.35, #aaa), color-stop(0.5, white), color-stop(0.65, #aaa), color-stop(1, #aaa));*!*/
/* !*-webkit-background-clip: text;*!*/
/* !*width: 200px;*!*/
/* !*-moz-text-fill-color: transparent;*!*/
/* !*-webkit-text-fill-color: transparent;*!*/
/* !*animation: slidetounlock 5s infinite linear;*!*/
/* !*animation-fill-mode: forwards;*!*/
/* !*-webkit-text-size-adjust: none;*!*/.featured-subscribers.hide-subscribers{display:none}.subscribers-btn{align-items:center;border-radius:30px;display:flex;height:30px;justify-content:center;position:absolute;right:16px;top:14px;transition:all .2s ease-out;width:30px}.subscribers-btn svg path{opacity:.5;transition:all 75ms ease}.subscribers-btn:hover svg path{opacity:1;transition:all 75ms ease}.op-0{opacity:0}.op-1{opacity:1}.hidden{display:none}.campaign-main-wrap{width:400px}.campaign-email{border:1px solid #e7e7e9;border-radius:50%;height:80px;-o-object-fit:cover;object-fit:cover;width:80px}.campaign-subsc-count{color:rgba(34,34,34,.9)}.campaign-user-link{-webkit-backdrop-filter:blur(200px);backdrop-filter:blur(200px);background:rgba(0,0,0,.05);border-radius:68px;bottom:36px;height:42px;margin:0 auto;padding:0 12px;position:fixed;text-decoration:none;transition:all .15s ease-out}.campaign-user-link:hover{background:rgba(0,0,0,.1)}.campaign-user-image{border-radius:50%;height:24px;margin-right:12px;width:24px}.bl-circle-loader{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;border-radius:50%;border-right:3px solid transparent;border-top:3px solid transparent;border-color:#fff #fff transparent transparent;border-style:solid;border-width:3px;height:15px;position:absolute;width:15px}.dark-btn .bl-circle-loader{border-right:3px solid #000;border-top:3px solid #000}.grey-loader{border-right:3px solid #666;border-top:3px solid #666}.red-btn{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;border-radius:50%;border-right:3px solid transparent;border-top:3px solid transparent;border-color:#ff4963 #ff4963 transparent transparent;border-style:solid;border-width:3px;height:15px;margin-left:-10px;position:absolute;width:15px}.notfound-txt{max-width:446px}.grecaptcha-badge{visibility:hidden}#resend-otp{font-weight:700}#resend-otp:hover{cursor:pointer;text-decoration:underline}.embed-wrap-contact{background:#fff}.contact-wrap{height:0;overflow:hidden;transition:height .5s}.article-wrap,.pinterest-wrap,.tiktok-wrap,.widget-wrap{max-height:0;overflow:hidden;transition:max-height .5s}.contact-embed-wrap,.contact-loader-wrap{background:#fff;border-radius:24px;padding-left:32px;padding-right:32px;padding-top:16px}.contact-emded-description{line-height:24px;margin:auto;text-align:center;width:100%}.contact-input-wrap{margin-top:24px;width:calc(100% - 32px)}.contact-input{background:rgba(34,34,34,.05);border-color:rgba(34,34,34,0);border-radius:8px;font-size:16px;padding:16px;width:100%}.contact-input-phone{padding-left:86px;width:calc(100% - 66px)}.contact-input:focus,.contact-input:focus-visible{background-color:#fff;border-color:#222;outline:1px auto #222}.contact-input-error{border-color:#ff4963;border-radius:8px}.contact-textarea{height:120px;resize:none}.contact-embed-btn{height:50px;padding:16px}.contact-embed-btn,.reddit-embed-btn{background:#0d0c22;border:none;border-radius:8px;color:#fff;font-size:16px;font-weight:700;width:100%}.reddit-embed-btn{display:inline-block;padding:14px 25px;text-align:center;text-decoration:none}.disabled-contact-btn{cursor:not-allowed;opacity:.5}.contact_error_text{color:#ff4963}.submit_loader{margin-top:-10px}.mobile-code-dd{background:transparent;border:none;font-size:16px;font-weight:400}.mobile-code-dd:focus-visible{outline:none}.article-embed-content,.pinterest-embed-content,.tiktok-embed-content,.widget-embed-content{margin-bottom:25px;max-height:400px;overflow-y:scroll;padding-right:18px;text-align:left;word-break:normal}.pinterest-embed-content
.tiktok-embed-content{max-height:448px}.article-embed-wrap,.pinterest-embed-wrap,.tiktok-embed-wrap,.widget-embed-wrap{background:#fff;border-radius:24px;padding:16px 8px 4px 32px}.article-embed-content h1,h2,h3,h4,h5,h6{font-size:18px;line-height:28px}.notfound-txt{max-width:466px}.notfound-txt,.static-page-txt{color:#0d0c22;font-size:24px;line-height:36.7px}.static-page-txt{max-width:446px}.article-embed-content img{max-width:100%}.embed-scroll::-webkit-scrollbar{width:6px}.embed-scroll::-webkit-scrollbar-track{background:transparent}.embed-scroll::-webkit-scrollbar-thumb{background:rgba(34,34,34,.25);border-radius:60px}.embed-scroll::-webkit-scrollbar-thumb:hover{background:#6e6d7a}.pride-bg{margin:auto}.pos-relative{position:relative}.float-right{float:right}.pride-page-image{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:fixed;top:0;width:100vw}.featured-subscribers-full-width{height:100vh!important;width:100vw!important}.redirect-to-blog{align-items:center;background:0 0;border:0;color:#717171;cursor:pointer;font-size:14px;font-style:normal;font-weight:400;justify-content:center;line-height:24px;margin:10px auto 0;text-align:center}.line-clamp-2{-webkit-line-clamp:2}.line-clamp-2,.line-clamp-5{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.line-clamp-5{-webkit-line-clamp:5}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.button-subscription-area .page-item-wrap{margin-top:0;padding:0 18px;width:100%!important}#blog-subscription-area .page-item-wrap{margin-top:0;padding:0 18px}@media (max-width:768px){.blog-date-long{display:none}.blog-date-short{align-self:flex-start;display:block}.banned-txt{font-size:18px;line-height:25.49px;max-width:300px}.contact-embed-wrap{padding-left:16px;padding-right:16px}.page-full-wrap{margin-top:24px;width:90%}.newsletter-page,.page-header-wrap,.post-page{width:90%!important}.embed-wrap-inside iframe{min-width:unset;width:100%}.featured-subscribers .featured-head,.featured-subscribers .subscribers-email-wrap{width:100%}.featured-subscribers .subsc-email-out{width:99%}.page-overlay-title{font-size:24px;margin:16px 0}.embed-wrap-inside:after{width:93%}.featured-subscribers-out{width:100%}.featured-subscribers{align-items:flex-end}.qr-canvas{height:250px;width:250px}.xs\:line-clamp-3{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.xs\:self-end{align-self:end}.xs\:w-64{width:64px}.xs\:h-64{height:64px}.xs\:gap-12{gap:12px}.xs\:max-w-50{max-width:50px}.xs\:px-24{padding-left:24px;padding-right:24px}.xs\:min-w-60{min-width:60px}.xs\:align-self-start{align-self:start}.xs\:-mx-5{margin-left:-5%;margin-right:-5%}}@media (max-width:480px){.page-overlay-title{font-size:16px}.page-overlay-btn,.page-overlay-text{font-size:14px}.banned-txt{max-width:252px}.banned-txt,.notfound-txt{font-size:14px;line-height:21.49px}.notfound-txt{max-width:275px}.featured-subscribers-inside{border-radius:16px 16px 0 0}.share-items-inside{border-radius:8px 8px 0 0}.campaign-main-wrap{padding:0 24px;width:100%}.xs-hidden{display:none}.xs-w-100{width:100%}.xs-w-150{width:150px}.h-165{height:165px}.xs-mt-6{margin-top:6px}.xs-mt-8{margin-top:8px}.xs-mt-16{margin-top:16px}.xs-mt-32{margin-top:32px}.xs-mx-24{margin:auto 24px}.xs-block{display:block}.thank-you-btn{border-radius:4px}.dark-input{border:1.5px solid #222}}@media (max-width:400px){.embed-wrap-inside:after{width:90%}}@media (min-width:764px){.pride-page-image{display:none}.featured-subscribers-out{width:386px}.featured-subscribers .subsc-bottom{align-self:center;margin-bottom:5px;width:330px}.blog-title{max-width:70%}.blog-item-left .blog-item{padding-left:0;padding-right:0}.blog-item-left{border-radius:8px;margin-left:-12px;margin-right:-12px;padding-left:12px;padding-right:12px}}.shake{-webkit-animation:shake 3s linear infinite;animation:shake 3s linear infinite;border-radius:30px;transition:transform .15s cubic-bezier(0,.2,.5,3)}@-webkit-keyframes shake{0%{transform:translateX(3px) rotate(1deg)}2.5%{transform:translateX(-3px) rotate(-1deg)}5%{transform:translateX(3px) rotate(1deg)}7.5%{transform:translateX(-3px) rotate(-1deg)}10%{transform:translateX(2px) rotate(1deg)}12.5%{transform:translateX(-2px) rotate(-1deg)}15%{transform:translateX(2px) rotate(1deg)}17.5%{transform:translateX(-2px) rotate(-1deg)}20%{transform:translateX(1px) rotate(1deg)}22.5%{transform:translateX(-1px) rotate(-1deg)}25%{transform:translateX(0) rotate(0)}}@keyframes shake{0%{transform:translateX(3px) rotate(1deg)}2.5%{transform:translateX(-3px) rotate(-1deg)}5%{transform:translateX(3px) rotate(1deg)}7.5%{transform:translateX(-3px) rotate(-1deg)}10%{transform:translateX(2px) rotate(1deg)}12.5%{transform:translateX(-2px) rotate(-1deg)}15%{transform:translateX(2px) rotate(1deg)}17.5%{transform:translateX(-2px) rotate(-1deg)}20%{transform:translateX(1px) rotate(1deg)}22.5%{transform:translateX(-1px) rotate(-1deg)}25%{transform:translateX(0) rotate(0)}}.share-item{border-radius:6px;padding:8px 0 8px 8px;width:100%}.share-item,.share-links{align-items:center;color:inherit;display:flex;font-weight:500;justify-content:space-between;text-decoration:none}.share-links{padding:8px 0}.share-svg-arrow{margin-right:10px}.post-share-item .share-svg,.share-item .share-svg,.share-links .share-svg{align-items:center;background:#fff;border:1px solid #eaeaeb;border-radius:99999px;display:flex;height:40px;justify-content:center;margin-right:12px;width:40px}.link-input{border:1px solid #0095f6;border-radius:6px 0 0 6px;color:#000;padding:14px 14px 14px 32px}.share-copy{background:#0095f6;border:1px solid #0095f6;border-radius:0 6px 6px 0;color:#fff;cursor:pointer;width:180px}.share-copy:hover{opacity:.85}.link-copy{left:10px;top:calc(50% - 1px)}.post-link-copy{left:18px;top:calc(50% - 8px)}.copy-link-div{margin-bottom:36px;padding-top:16px}.share-item svg{right:0}.post-share-item svg{right:10px}.share-btn,.share-btn-transparent{align-items:center;cursor:pointer;display:flex;height:40px;justify-content:center;width:40px}.post-share-item{align-items:center;border-radius:6px;color:inherit;display:flex;font-weight:500;padding:8px 10px;text-decoration:none}.share-btn-transparent:hover,.share-btn:hover{transform:translateZ(0) scale(1.1)}.featured-subscribers .close-subsc{align-items:center;border-radius:6px;display:flex;padding:10px;position:absolute;right:13px;top:14px}.featured-subscribers .close-subsc:hover{background:#f5f5f5}.featured-subscribers .back-to-subscribe{align-items:center;border-radius:6px;display:flex;left:13px;padding:10px;position:absolute;top:13px}.featured-subscribers .back-to-subscribe:hover{background:#f5f5f5}.subsc-button:hover{background:#1f2937}.post-share-item:hover,.share-item:hover{background:#f5f5f5}.post-share-modal-out,.share-modal-out{width:100%}.top-sec{padding-bottom:24px}.verify-title{color:#0d0c22;font-size:18px;font-weight:500}@media (min-width:764px){.share-modal-out{width:500px}.post-share-modal-out{width:380px}.share-content-wrapper{align-items:center;display:flex;flex-wrap:wrap;gap:18px;justify-content:left;margin-bottom:12px;margin-top:24px;max-width:100%}.share-items-wrapper{display:flex;flex-direction:column;gap:8px;width:52%}.top-sec{padding-bottom:0}.subsc-email{height:32px}.featured-subscribers .subsc-button{height:32px;padding-right:10px}.featured-subscribers .subsc-email-out{margin-bottom:0;margin-right:10px;width:220px}.post-description{-webkit-line-clamp:6;-webkit-box-orient:vertical;display:-webkit-box;max-height:144px;overflow:hidden}}.fadeIn{-webkit-animation:fadeInAnimation .1s ease;animation:fadeInAnimation .1s ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes fadeInAnimation{0%{opacity:0}to{opacity:1}}@keyframes fadeInAnimation{0%{opacity:0}to{opacity:1}}.resend-otp-text{color:#0095f6}.post-share-list,.share-list{box-sizing:border-box}.post-share-list{padding:8px 22px 32px}.share-banner{align-items:center;border-bottom:1px solid #00000012;box-sizing:border-box;display:flex;justify-content:center;padding:24px 32px 18px;position:relative;width:100%}.branding-sec{box-sizing:border-box;padding:10px 22px 27px}.branding-sec span{color:#7c7c7c;font-size:14px}.create-bio{background:linear-gradient(167.97deg,#ff5858 1.57%,#c058ff 97.89%);border:none;border-radius:4px;color:#fff;padding:12px 13px}.create-bio:hover{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:bg-anim;animation-name:bg-anim;background:linear-gradient(.351turn,#ff5858 23.71%,#c058ff 78.8%);background-size:165%}.verification-banner{align-items:center;border-bottom:1px solid #d9d9d9;padding-bottom:20px!important;padding-top:22px!important}.subsc-banner{box-sizing:border-box;padding:14px 16px 0}.featured-head{border-radius:16px;box-sizing:border-box;padding:32px 32px 0;width:100%}.subscribers-email-wrap-main{box-sizing:border-box;padding:0 32px 28px}.close-share{position:absolute;right:16px;top:19px}.modal-backdrop{background:rgba(0,0,0,.8);height:100%;left:0;position:absolute;top:0;width:100%}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.text-12{font-size:12px}.text-14{font-size:14px}.text-15{font-size:15px}.text-16,.text-18{font-size:16px}.subsc-title{color:#717171}.verify-btn-text{padding:7px 26px 8px}.qr-canvas{border-radius:16px;box-shadow:0 2px 5px rgba(0,0,0,.05),0 8px 40px rgba(0,0,0,.04),0 0 2px rgba(0,0,0,.15);height:183px;width:183px}.qr-download{background:rgba(0,0,0,.3);border-radius:16px;color:#fff;cursor:pointer;font-size:16px;font-weight:600px;height:100%;left:0;position:absolute;top:0;width:100%}.qr-download,.qr-download span{align-items:center;display:flex;justify-content:center}.qr-download span{background-color:#0095f6;border-radius:4px;padding:8px;transition:all .3s ease}.qr-download span:hover{transform:scale(1.03)}.modal--opened{left:0;position:fixed;right:0}.flip-card{background-color:transparent;height:183px;perspective:1000px;width:183px}.flip-card-inner{height:100%;position:relative;text-align:center;transform-style:preserve-3d;transition:transform .6s;width:100%}.flip-card:hover .flip-card-inner{transform:rotateY(-180deg)}.flip-card-back,.flip-card-front{-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:16px;height:100%;position:absolute;width:100%}.flip-card-front{background-color:#fff;color:#000}.flip-card-back{color:#fff;transform:rotateY(180deg)}.page-header-wrap .is-hidden{transform:translateY(-100%);transition:transform 9s ease-in}.page-header{transform:translateY(0);transition:transform 9s ease-out}@media only screen and (max-width:600px){body,html{max-height:100vh;max-height:100svh;overflow:hidden}#background_div{align-items:center;flex-direction:column;height:100vh;height:100svh;justify-content:space-between;overflow-y:auto}.share-content-wrapper{margin-top:24px}.share-items-wrapper{margin-top:12px}}.visibility-none{visibility:hidden}.newsletter-page,.post-page{margin-top:76px;padding-bottom:64px!important;width:680px;z-index:10}.newsletter-page{width:700px}.page-header{align-items:center;background-color:#fff;border-bottom:1px solid #e6e6e6;display:flex;height:76px;position:fixed;width:100%;z-index:30}.page-header-wrap{width:680px;z-index:10}.minimal-post-header .page-header-wrap{width:97%}.minimal-post-header .post-back:hover{background:none!important}.minimal-post-header .share-btn-transparent{width:70px}.minimal-post-header .post-subscribe-wrapper{background:transparent}.newsletter-share{border-radius:32px;cursor:pointer;padding:8px 12px;text-decoration:none;transition:all .2s ease}.newsletter-share,.post-area{align-items:center;display:flex}.post-area{font-size:18px;font-weight:600!important;justify-content:center;line-height:24px;margin-top:54px}.post-count{background:rgba(34,34,34,.05);border-radius:50%;display:inline-block;font-size:12px;font-weight:500;height:20px;line-height:22px;margin-left:8px;width:20px}.post-item-wrap{display:flex;flex-direction:column;height:288px;margin:0!important}.post-item,.post-item-wrap{border-radius:8px!important}.post-wrap{display:grid;gap:20px;grid-template-columns:repeat(2,1fr);margin-top:24px}.post-thumbnail{max-height:172px;padding:12px}.post-thumbnail img{border-radius:8px;-o-object-fit:cover;object-fit:cover;width:100%}.post-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:16px;font-weight:600!important;line-height:24px;overflow:hidden}.post-details{margin-bottom:18px;padding:4px 28px 0}.post-description{font-size:14px;font-weight:400;line-height:24px;margin-top:16px}.post-details-top{font-size:12px;font-weight:400;line-height:15px;margin-bottom:6px}.post-profile-img{border-radius:50%;display:block;height:28px;width:28px}.post-subscribe-img{border-radius:50%;display:block;height:48px;margin:auto;width:48px}.post-back{align-items:center;border-radius:32px;color:#3668c8;cursor:pointer;font-weight:600;line-height:17px;margin-left:-8px;padding:0 8px;text-decoration:none;transition:all .2s ease}.post-back:hover{background-color:#f5f5f5}.post-back img{margin-right:12px;-o-object-fit:cover;object-fit:cover}.post-back h2{font-size:14px;margin:0 8px 0 0}.post-main-title{display:block;font-size:32px;font-weight:700;line-height:48px;margin:24px 0 0}.more-title{font-size:18px;font-weight:600;line-height:22px}.post-content{font-size:1rem;line-height:32px;margin:32px 0}.blog-post-content .post-content{font-size:19px!important;margin-top:16px}.blog-post-content .post-main-title{line-height:36px}.minimal-post-header .post-profile-img{height:40px;width:40px}.post-content img{max-width:100%}.post-content h1{font-size:24px}.post-content blockquote{border-left:4px solid #d1d5db;margin:0 0 16px;padding:4px 4px 4px 12px}.post-content a{color:#0095f6}.post-info{color:#717171;font-size:14px;font-weight:500}.post-item-each{box-sizing:border-box;color:#222;overflow:hidden;text-decoration:none;z-index:10}.post-share-btn{align-items:center;background:transparent;border:1px solid #000;border-radius:50%;cursor:pointer;display:flex;height:40px;justify-content:center;transition:all .15s ease-in;width:40px}.post-share-btn .sub-icon path,.post-share-btn .sub-icon rect{stroke:#000}.post-share-btn:hover{transform:translateZ(0) scale(1.1)}.post-subscribe-wrapper{background:linear-gradient(.351turn,rgba(255,88,88,.08) 23.71%,rgba(192,88,255,.08) 78.8%);border-radius:8px;padding:32px;text-align:center}.post-subscribe-wrapper #resend-otp{font-weight:400!important}.post-subscribe-wrapper .subsc-verify-out input{background-color:#fff}.post-subscribe-wrapper .subsc-bottom{color:#000;font-family:Inter,sans-serif;font-size:14px;font-weight:400;margin-top:16px}.post-subscribe-wrapper .sub-thank-you{padding:0 32px}.more-section{border-top:1px solid #d7dce1;padding-top:32px}.subscribe-input-group{align-items:stretch;display:flex;flex-wrap:wrap;font-size:15px;height:45px;justify-content:center;max-width:417px;position:relative;width:100%}.subscribe-input-group>input{flex:1 1 auto;margin:0;position:relative;width:1%}.subscribe-input-group-append{cursor:pointer;display:flex;margin-left:-2px}.subscribe-input-group-append>button{background-color:#000;border:none;border-bottom-right-radius:6px;border-top-right-radius:6px;color:#fff;font-family:Inter,sans-serif;font-size:16px;margin:0;padding:12px 24px}.subscribe-input-group-append>button:hover{opacity:.75}.post-subscribe-title{font-size:21px;font-style:normal;font-weight:600;line-height:25px}.post-subscribe-msg{color:#292929;font-size:14px;font-style:normal;font-weight:400;line-height:24px;padding-top:6px}#post_subscribe_form{display:flex;justify-content:center}#post-subsc-email{background:#fff;border:1px solid #000;border-bottom-left-radius:6px;border-top-left-radius:6px;padding:10px;width:40%}#post-subsc-email:focus{border:2px solid #000;outline:none}.blog-py-16{padding-bottom:16px!important;padding-top:16px!important}.blog-post-wrapper{display:flex;flex-direction:column}.blog-item{font-size:16px;padding:24px 12px}.blog-secondary-text{color:#8a8b8d!important}.blog-seperator{border:.5px solid #8a8b8d;height:16px}.show-intro .intro-popup{transform:translateY(0)}.intro-popup{box-shadow:0 0 10vh rgba(0,0,0,.1);transform:translateY(110vh);transition:transform .35s ease-in}@media (max-width:568px){.post-wrap{grid-template-columns:1fr!important}.post-item-wrap{flex-direction:row-reverse;height:100px}.post-details{flex:1;padding:18px 16px!important}.post-thumbnail{padding:20px 16px 20px 4px}.post-thumbnail img{height:100%;width:76px}.post-description{display:none}.post-subscribe-wrapper{padding:20px}.subscribe-input-group{max-width:100%}.subscribe-input-group-append>button{font-size:14px}}
.iti{display:inline-block;font-family:Inter,sans-serif;position:relative;width:106%}.iti *{box-sizing:border-box;-moz-box-sizing:border-box}.iti__hide{display:none}.iti__v-hide{visibility:hidden}.iti input,.iti input[type=tel],.iti input[type=text]{margin-bottom:0!important;margin-right:0;margin-top:0!important;padding-right:36px;position:relative;z-index:0}.iti__flag-container{bottom:0;padding:1px;position:absolute;right:0;top:0}.iti__selected-flag{align-items:center;display:flex;height:100%;padding:0 6px 0 8px;position:relative;z-index:1}.iti__arrow{border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555;height:0;margin-left:6px;width:0}.iti__arrow--up{border-bottom:4px solid #555;border-top:none}.iti__country-list{-webkit-overflow-scrolling:touch;background-color:#fff;border:1px solid #ccc;box-shadow:1px 1px 4px rgba(0,0,0,.2);list-style:none;margin:0 0 0 -1px;max-height:132px;overflow-y:scroll;padding:0;position:absolute;text-align:left;white-space:nowrap;z-index:2}.iti__country-list--dropup{bottom:100%;margin-bottom:-1px}@media (max-width:500px){.iti__country-list{white-space:normal}}.iti__flag-box{display:inline-block;width:20px}.iti__divider{border-bottom:1px solid #ccc;margin-bottom:5px;padding-bottom:5px}.iti__country{outline:none;padding:5px 10px}.iti__dial-code{color:#999}.iti__country.iti__highlight{background-color:rgba(0,0,0,.05)}.iti__country-name,.iti__dial-code,.iti__flag-box{vertical-align:middle}.iti__country-name,.iti__flag-box{margin-right:6px}.iti--allow-dropdown input,.iti--allow-dropdown input[type=tel],.iti--allow-dropdown input[type=text],.iti--separate-dial-code input,.iti--separate-dial-code input[type=tel],.iti--separate-dial-code input[type=text]{margin-left:0;padding-left:52px;padding-right:6px}.iti--allow-dropdown .iti__flag-container,.iti--separate-dial-code .iti__flag-container{left:0;right:auto}.iti--allow-dropdown .iti__flag-container:hover{cursor:pointer}.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{background-color:rgba(0,0,0,.05)}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover{cursor:default}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag{background-color:transparent}.iti--separate-dial-code .iti__selected-flag{background-color:rgba(0,0,0,.05)}.iti--separate-dial-code .iti__selected-dial-code{margin-left:6px}.iti--container{left:-1000px;padding:1px;position:absolute;top:-1000px;z-index:1060}.iti--container:hover{cursor:pointer}.iti-mobile .iti--container{bottom:30px;left:30px;position:fixed;right:30px;top:30px}.iti-mobile .iti__country-list{max-height:100%;width:100%}.iti-mobile .iti__country{line-height:1.5em;padding:10px}.iti__flag{width:20px}.iti__flag.iti__be{width:18px}.iti__flag.iti__ch{width:15px}.iti__flag.iti__mc{width:19px}.iti__flag.iti__ne{width:18px}.iti__flag.iti__np{width:13px}.iti__flag.iti__va{width:15px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.iti__flag{background-size:5652px 15px}}.iti__flag.iti__ac{background-position:0 0;height:10px}.iti__flag.iti__ad{background-position:-22px 0;height:14px}.iti__flag.iti__ae{background-position:-44px 0;height:10px}.iti__flag.iti__af{background-position:-66px 0;height:14px}.iti__flag.iti__ag{background-position:-88px 0;height:14px}.iti__flag.iti__ai{background-position:-110px 0;height:10px}.iti__flag.iti__al{background-position:-132px 0;height:15px}.iti__flag.iti__am{background-position:-154px 0;height:10px}.iti__flag.iti__ao{background-position:-176px 0;height:14px}.iti__flag.iti__aq{background-position:-198px 0;height:14px}.iti__flag.iti__ar{background-position:-220px 0;height:13px}.iti__flag.iti__as{background-position:-242px 0;height:10px}.iti__flag.iti__at{background-position:-264px 0;height:14px}.iti__flag.iti__au{background-position:-286px 0;height:10px}.iti__flag.iti__aw{background-position:-308px 0;height:14px}.iti__flag.iti__ax{background-position:-330px 0;height:13px}.iti__flag.iti__az{background-position:-352px 0;height:10px}.iti__flag.iti__ba{background-position:-374px 0;height:10px}.iti__flag.iti__bb{background-position:-396px 0;height:14px}.iti__flag.iti__bd{background-position:-418px 0;height:12px}.iti__flag.iti__be{background-position:-440px 0;height:15px}.iti__flag.iti__bf{background-position:-460px 0;height:14px}.iti__flag.iti__bg{background-position:-482px 0;height:12px}.iti__flag.iti__bh{background-position:-504px 0;height:12px}.iti__flag.iti__bi{background-position:-526px 0;height:12px}.iti__flag.iti__bj{background-position:-548px 0;height:14px}.iti__flag.iti__bl{background-position:-570px 0;height:14px}.iti__flag.iti__bm{background-position:-592px 0;height:10px}.iti__flag.iti__bn{background-position:-614px 0;height:10px}.iti__flag.iti__bo{background-position:-636px 0;height:14px}.iti__flag.iti__bq{background-position:-658px 0;height:14px}.iti__flag.iti__br{background-position:-680px 0;height:14px}.iti__flag.iti__bs{background-position:-702px 0;height:10px}.iti__flag.iti__bt{background-position:-724px 0;height:14px}.iti__flag.iti__bv{background-position:-746px 0;height:15px}.iti__flag.iti__bw{background-position:-768px 0;height:14px}.iti__flag.iti__by{background-position:-790px 0;height:10px}.iti__flag.iti__bz{background-position:-812px 0;height:14px}.iti__flag.iti__ca{background-position:-834px 0;height:10px}.iti__flag.iti__cc{background-position:-856px 0;height:10px}.iti__flag.iti__cd{background-position:-878px 0;height:15px}.iti__flag.iti__cf{background-position:-900px 0;height:14px}.iti__flag.iti__cg{background-position:-922px 0;height:14px}.iti__flag.iti__ch{background-position:-944px 0;height:15px}.iti__flag.iti__ci{background-position:-961px 0;height:14px}.iti__flag.iti__ck{background-position:-983px 0;height:10px}.iti__flag.iti__cl{background-position:-1005px 0;height:14px}.iti__flag.iti__cm{background-position:-1027px 0;height:14px}.iti__flag.iti__cn{background-position:-1049px 0;height:14px}.iti__flag.iti__co{background-position:-1071px 0;height:14px}.iti__flag.iti__cp{background-position:-1093px 0;height:14px}.iti__flag.iti__cr{background-position:-1115px 0;height:12px}.iti__flag.iti__cu{background-position:-1137px 0;height:10px}.iti__flag.iti__cv{background-position:-1159px 0;height:12px}.iti__flag.iti__cw{background-position:-1181px 0;height:14px}.iti__flag.iti__cx{background-position:-1203px 0;height:10px}.iti__flag.iti__cy{background-position:-1225px 0;height:14px}.iti__flag.iti__cz{background-position:-1247px 0;height:14px}.iti__flag.iti__de{background-position:-1269px 0;height:12px}.iti__flag.iti__dg{background-position:-1291px 0;height:10px}.iti__flag.iti__dj{background-position:-1313px 0;height:14px}.iti__flag.iti__dk{background-position:-1335px 0;height:15px}.iti__flag.iti__dm{background-position:-1357px 0;height:10px}.iti__flag.iti__do{background-position:-1379px 0;height:14px}.iti__flag.iti__dz{background-position:-1401px 0;height:14px}.iti__flag.iti__ea{background-position:-1423px 0;height:14px}.iti__flag.iti__ec{background-position:-1445px 0;height:14px}.iti__flag.iti__ee{background-position:-1467px 0;height:13px}.iti__flag.iti__eg{background-position:-1489px 0;height:14px}.iti__flag.iti__eh{background-position:-1511px 0;height:10px}.iti__flag.iti__er{background-position:-1533px 0;height:10px}.iti__flag.iti__es{background-position:-1555px 0;height:14px}.iti__flag.iti__et{background-position:-1577px 0;height:10px}.iti__flag.iti__eu{background-position:-1599px 0;height:14px}.iti__flag.iti__fi{background-position:-1621px 0;height:12px}.iti__flag.iti__fj{background-position:-1643px 0;height:10px}.iti__flag.iti__fk{background-position:-1665px 0;height:10px}.iti__flag.iti__fm{background-position:-1687px 0;height:11px}.iti__flag.iti__fo{background-position:-1709px 0;height:15px}.iti__flag.iti__fr{background-position:-1731px 0;height:14px}.iti__flag.iti__ga{background-position:-1753px 0;height:15px}.iti__flag.iti__gb{background-position:-1775px 0;height:10px}.iti__flag.iti__gd{background-position:-1797px 0;height:12px}.iti__flag.iti__ge{background-position:-1819px 0;height:14px}.iti__flag.iti__gf{background-position:-1841px 0;height:14px}.iti__flag.iti__gg{background-position:-1863px 0;height:14px}.iti__flag.iti__gh{background-position:-1885px 0;height:14px}.iti__flag.iti__gi{background-position:-1907px 0;height:10px}.iti__flag.iti__gl{background-position:-1929px 0;height:14px}.iti__flag.iti__gm{background-position:-1951px 0;height:14px}.iti__flag.iti__gn{background-position:-1973px 0;height:14px}.iti__flag.iti__gp{background-position:-1995px 0;height:14px}.iti__flag.iti__gq{background-position:-2017px 0;height:14px}.iti__flag.iti__gr{background-position:-2039px 0;height:14px}.iti__flag.iti__gs{background-position:-2061px 0;height:10px}.iti__flag.iti__gt{background-position:-2083px 0;height:13px}.iti__flag.iti__gu{background-position:-2105px 0;height:11px}.iti__flag.iti__gw{background-position:-2127px 0;height:10px}.iti__flag.iti__gy{background-position:-2149px 0;height:12px}.iti__flag.iti__hk{background-position:-2171px 0;height:14px}.iti__flag.iti__hm{background-position:-2193px 0;height:10px}.iti__flag.iti__hn{background-position:-2215px 0;height:10px}.iti__flag.iti__hr{background-position:-2237px 0;height:10px}.iti__flag.iti__ht{background-position:-2259px 0;height:12px}.iti__flag.iti__hu{background-position:-2281px 0;height:10px}.iti__flag.iti__ic{background-position:-2303px 0;height:14px}.iti__flag.iti__id{background-position:-2325px 0;height:14px}.iti__flag.iti__ie{background-position:-2347px 0;height:10px}.iti__flag.iti__il{background-position:-2369px 0;height:15px}.iti__flag.iti__im{background-position:-2391px 0;height:10px}.iti__flag.iti__in{background-position:-2413px 0;height:14px}.iti__flag.iti__io{background-position:-2435px 0;height:10px}.iti__flag.iti__iq{background-position:-2457px 0;height:14px}.iti__flag.iti__ir{background-position:-2479px 0;height:12px}.iti__flag.iti__is{background-position:-2501px 0;height:15px}.iti__flag.iti__it{background-position:-2523px 0;height:14px}.iti__flag.iti__je{background-position:-2545px 0;height:12px}.iti__flag.iti__jm{background-position:-2567px 0;height:10px}.iti__flag.iti__jo{background-position:-2589px 0;height:10px}.iti__flag.iti__jp{background-position:-2611px 0;height:14px}.iti__flag.iti__ke{background-position:-2633px 0;height:14px}.iti__flag.iti__kg{background-position:-2655px 0;height:12px}.iti__flag.iti__kh{background-position:-2677px 0;height:13px}.iti__flag.iti__ki{background-position:-2699px 0;height:10px}.iti__flag.iti__km{background-position:-2721px 0;height:12px}.iti__flag.iti__kn{background-position:-2743px 0;height:14px}.iti__flag.iti__kp{background-position:-2765px 0;height:10px}.iti__flag.iti__kr{background-position:-2787px 0;height:14px}.iti__flag.iti__kw{background-position:-2809px 0;height:10px}.iti__flag.iti__ky{background-position:-2831px 0;height:10px}.iti__flag.iti__kz{background-position:-2853px 0;height:10px}.iti__flag.iti__la{background-position:-2875px 0;height:14px}.iti__flag.iti__lb{background-position:-2897px 0;height:14px}.iti__flag.iti__lc{background-position:-2919px 0;height:10px}.iti__flag.iti__li{background-position:-2941px 0;height:12px}.iti__flag.iti__lk{background-position:-2963px 0;height:10px}.iti__flag.iti__lr{background-position:-2985px 0;height:11px}.iti__flag.iti__ls{background-position:-3007px 0;height:14px}.iti__flag.iti__lt{background-position:-3029px 0;height:12px}.iti__flag.iti__lu{background-position:-3051px 0;height:12px}.iti__flag.iti__lv{background-position:-3073px 0;height:10px}.iti__flag.iti__ly{background-position:-3095px 0;height:10px}.iti__flag.iti__ma{background-position:-3117px 0;height:14px}.iti__flag.iti__mc{background-position:-3139px 0;height:15px}.iti__flag.iti__md{background-position:-3160px 0;height:10px}.iti__flag.iti__me{background-position:-3182px 0;height:10px}.iti__flag.iti__mf{background-position:-3204px 0;height:14px}.iti__flag.iti__mg{background-position:-3226px 0;height:14px}.iti__flag.iti__mh{background-position:-3248px 0;height:11px}.iti__flag.iti__mk{background-position:-3270px 0;height:10px}.iti__flag.iti__ml{background-position:-3292px 0;height:14px}.iti__flag.iti__mm{background-position:-3314px 0;height:14px}.iti__flag.iti__mn{background-position:-3336px 0;height:10px}.iti__flag.iti__mo{background-position:-3358px 0;height:14px}.iti__flag.iti__mp{background-position:-3380px 0;height:10px}.iti__flag.iti__mq{background-position:-3402px 0;height:14px}.iti__flag.iti__mr{background-position:-3424px 0;height:14px}.iti__flag.iti__ms{background-position:-3446px 0;height:10px}.iti__flag.iti__mt{background-position:-3468px 0;height:14px}.iti__flag.iti__mu{background-position:-3490px 0;height:14px}.iti__flag.iti__mv{background-position:-3512px 0;height:14px}.iti__flag.iti__mw{background-position:-3534px 0;height:14px}.iti__flag.iti__mx{background-position:-3556px 0;height:12px}.iti__flag.iti__my{background-position:-3578px 0;height:10px}.iti__flag.iti__mz{background-position:-3600px 0;height:14px}.iti__flag.iti__na{background-position:-3622px 0;height:14px}.iti__flag.iti__nc{background-position:-3644px 0;height:10px}.iti__flag.iti__ne{background-position:-3666px 0;height:15px}.iti__flag.iti__nf{background-position:-3686px 0;height:10px}.iti__flag.iti__ng{background-position:-3708px 0;height:10px}.iti__flag.iti__ni{background-position:-3730px 0;height:12px}.iti__flag.iti__nl{background-position:-3752px 0;height:14px}.iti__flag.iti__no{background-position:-3774px 0;height:15px}.iti__flag.iti__np{background-position:-3796px 0;height:15px}.iti__flag.iti__nr{background-position:-3811px 0;height:10px}.iti__flag.iti__nu{background-position:-3833px 0;height:10px}.iti__flag.iti__nz{background-position:-3855px 0;height:10px}.iti__flag.iti__om{background-position:-3877px 0;height:10px}.iti__flag.iti__pa{background-position:-3899px 0;height:14px}.iti__flag.iti__pe{background-position:-3921px 0;height:14px}.iti__flag.iti__pf{background-position:-3943px 0;height:14px}.iti__flag.iti__pg{background-position:-3965px 0;height:15px}.iti__flag.iti__ph{background-position:-3987px 0;height:10px}.iti__flag.iti__pk{background-position:-4009px 0;height:14px}.iti__flag.iti__pl{background-position:-4031px 0;height:13px}.iti__flag.iti__pm{background-position:-4053px 0;height:14px}.iti__flag.iti__pn{background-position:-4075px 0;height:10px}.iti__flag.iti__pr{background-position:-4097px 0;height:14px}.iti__flag.iti__ps{background-position:-4119px 0;height:10px}.iti__flag.iti__pt{background-position:-4141px 0;height:14px}.iti__flag.iti__pw{background-position:-4163px 0;height:13px}.iti__flag.iti__py{background-position:-4185px 0;height:11px}.iti__flag.iti__qa{background-position:-4207px 0;height:8px}.iti__flag.iti__re{background-position:-4229px 0;height:14px}.iti__flag.iti__ro{background-position:-4251px 0;height:14px}.iti__flag.iti__rs{background-position:-4273px 0;height:14px}.iti__flag.iti__ru{background-position:-4295px 0;height:14px}.iti__flag.iti__rw{background-position:-4317px 0;height:14px}.iti__flag.iti__sa{background-position:-4339px 0;height:14px}.iti__flag.iti__sb{background-position:-4361px 0;height:10px}.iti__flag.iti__sc{background-position:-4383px 0;height:10px}.iti__flag.iti__sd{background-position:-4405px 0;height:10px}.iti__flag.iti__se{background-position:-4427px 0;height:13px}.iti__flag.iti__sg{background-position:-4449px 0;height:14px}.iti__flag.iti__sh{background-position:-4471px 0;height:10px}.iti__flag.iti__si{background-position:-4493px 0;height:10px}.iti__flag.iti__sj{background-position:-4515px 0;height:15px}.iti__flag.iti__sk{background-position:-4537px 0;height:14px}.iti__flag.iti__sl{background-position:-4559px 0;height:14px}.iti__flag.iti__sm{background-position:-4581px 0;height:15px}.iti__flag.iti__sn{background-position:-4603px 0;height:14px}.iti__flag.iti__so{background-position:-4625px 0;height:14px}.iti__flag.iti__sr{background-position:-4647px 0;height:14px}.iti__flag.iti__ss{background-position:-4669px 0;height:10px}.iti__flag.iti__st{background-position:-4691px 0;height:10px}.iti__flag.iti__sv{background-position:-4713px 0;height:12px}.iti__flag.iti__sx{background-position:-4735px 0;height:14px}.iti__flag.iti__sy{background-position:-4757px 0;height:14px}.iti__flag.iti__sz{background-position:-4779px 0;height:14px}.iti__flag.iti__ta{background-position:-4801px 0;height:10px}.iti__flag.iti__tc{background-position:-4823px 0;height:10px}.iti__flag.iti__td{background-position:-4845px 0;height:14px}.iti__flag.iti__tf{background-position:-4867px 0;height:14px}.iti__flag.iti__tg{background-position:-4889px 0;height:13px}.iti__flag.iti__th{background-position:-4911px 0;height:14px}.iti__flag.iti__tj{background-position:-4933px 0;height:10px}.iti__flag.iti__tk{background-position:-4955px 0;height:10px}.iti__flag.iti__tl{background-position:-4977px 0;height:10px}.iti__flag.iti__tm{background-position:-4999px 0;height:14px}.iti__flag.iti__tn{background-position:-5021px 0;height:14px}.iti__flag.iti__to{background-position:-5043px 0;height:10px}.iti__flag.iti__tr{background-position:-5065px 0;height:14px}.iti__flag.iti__tt{background-position:-5087px 0;height:12px}.iti__flag.iti__tv{background-position:-5109px 0;height:10px}.iti__flag.iti__tw{background-position:-5131px 0;height:14px}.iti__flag.iti__tz{background-position:-5153px 0;height:14px}.iti__flag.iti__ua{background-position:-5175px 0;height:14px}.iti__flag.iti__ug{background-position:-5197px 0;height:14px}.iti__flag.iti__um{background-position:-5219px 0;height:11px}.iti__flag.iti__un{background-position:-5241px 0;height:14px}.iti__flag.iti__us{background-position:-5263px 0;height:11px}.iti__flag.iti__uy{background-position:-5285px 0;height:14px}.iti__flag.iti__uz{background-position:-5307px 0;height:10px}.iti__flag.iti__va{background-position:-5329px 0;height:15px}.iti__flag.iti__vc{background-position:-5346px 0;height:14px}.iti__flag.iti__ve{background-position:-5368px 0;height:14px}.iti__flag.iti__vg{background-position:-5390px 0;height:10px}.iti__flag.iti__vi{background-position:-5412px 0;height:14px}.iti__flag.iti__vn{background-position:-5434px 0;height:14px}.iti__flag.iti__vu{background-position:-5456px 0;height:12px}.iti__flag.iti__wf{background-position:-5478px 0;height:14px}.iti__flag.iti__ws{background-position:-5500px 0;height:10px}.iti__flag.iti__xk{background-position:-5522px 0;height:15px}.iti__flag.iti__ye{background-position:-5544px 0;height:14px}.iti__flag.iti__yt{background-position:-5566px 0;height:14px}.iti__flag.iti__za{background-position:-5588px 0;height:14px}.iti__flag.iti__zm{background-position:-5610px 0;height:14px}.iti__flag.iti__zw{background-position:-5632px 0;height:10px}.iti__flag{background-color:#dbdbdb;background-image:url(/images/flags.png?007b2705c0a8f69dfdf6ea1bfa0341c9);background-position:20px 0;background-repeat:no-repeat;box-shadow:0 0 1px 0 #888;height:15px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.iti__flag{background-image:url(/images/[email protected]?9d5328fb490cddd43f6698012123404b)}}.iti__flag.iti__np{background-color:transparent}
</style>
<style>
.page-bg {
background: #FFFFFF;
}
.display-image {
border-radius: 50%;box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.12), 0px 10px 32px -4px rgba(24, 39, 75, 0.1), inset 0px 0px 2px 1px rgba(24, 39, 75, 0.05);
}
.page-title {
font-size: 18px;
font-weight: 700;
}
.page-bioline {
font-size: 16px;
font-weight: 400;
}
.page-item-title {
font-size: 16px;
font-weight: 700;
}
.page-item-each {
color: #0D0C22;
font-family: 'Inter', sans-serif;
font-size: 16px;
font-weight: 400;
text-transform: none;
border-radius: 30px;
min-height: 60px;
}
.page-item-wrap {
margin: 16px 0;
}
.page-item-wrap:last-child {
margin-bottom: 0;
}
.page-item-wrap:hover {
transform: translate3d(0px, 0px, 0px) scale(1.015);
}
.page-item-wrap{
}
.page-item {
border: 0px solid #FFFFFF;
background: #FFFFFF ;
border-radius: 30px;
box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.12), 0px 10px 32px -4px rgba(24, 39, 75, 0.1), inset 0px 0px 2px 1px rgba(24, 39, 75, 0.05);
}
.share-btn {
border: 0px solid #FFFFFF;
background: #FFFFFF ;
border-radius: 50%;
box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.12), 0px 10px 32px -4px rgba(24, 39, 75, 0.1), inset 0px 0px 2px 1px rgba(24, 39, 75, 0.05);
}
.share-btn-transparent {
border: 1px solid #e5e5e5;
border-radius: 50%;
}
.share-btn-blog{
border: 1px solid !important;
border-radius:4px;
}
.share-btn-blog:hover, .sub-btn-blog:hover{
transform:none;
}
.share-btn-blog:hover{
background: #FFFFFF ;
transition: all 0.3s ease-in-out;
}
.sub-btn-blog:hover{
opacity: .7;
transition: all 0.3s ease-in-out;
}
.sub-btn-blog{
border-radius:4px !important;
}
.embed-wrap iframe, .embed-wrap-inside {
border-radius: 0px 0px 22px 22px;
}
.link-each-image, .page-item-wrap {
border-radius: 30px;
}
.page-text-font {
font-family: 'Inter', sans-serif;
text-transform: none;
}
.page-item-btn{
background:#0D0C22;
color: #FFFFFF;
font-size: 14px;
font-style: normal;
}
.page-text-color {
color: #0D0C22;
}
.page-text-color-secondary {
color: ;
}
.social-icon-fill path, .social-icon-fill circle, .social-icon-fill rect {
fill: #000000;
}
.page-overlay-btn {
border: 2px solid #0D0C22;
}
.sub-icon path {
stroke: #0D0C22;
}
.featured-subscribers-full-width .sub-close path {
stroke: #0D0C22;
}
.sub-icon rect {
stroke: #0D0C22;
}
.blog-subsc-button,.blog-subsc-email{
background: #FFFFFF;
color:;
border: 1px solid ;
}
.featured-subscribers-full-width{
background: #FFFFFF;
}
.featured-subscribers-full-width .close-subsc:hover {
background: #FFFFFF;
}
.featured-subscribers-full-width .subsc-email:focus,#blog_subsc_email:focus, .blog-post-content #post-subsc-email:focus{
background:none;
border:1px solid #0D0C22;
transition: all 0.3s ease-in-out;
}
.featured-subscribers-full-width .subsc-email, #blog_subsc_email, #post-subsc-email{
color:#0D0C22;
}
.featured-subscribers-full-width .subsc-pag-title, .featured-subscribers-full-width .subsc-email, .featured-subscribers-full-width .subsc-email::placeholder, .featured-subscribers-full-width #subscribe-btn-text, .featured-subscribers-full-width .subsc-desc,.featured-subscribers-full-width .redirect-to-blog, .blog-subsc-button #blog-subscribe-btn-text, .blog-subsc-email::placeholder
{
font-family: 'Inter', sans-serif !important;
}
.featured-subscribers-full-width .subsc-bottom{
color:;
}
.featured-subscribers-full-width .subsc-button, .blog-subsc-button {
background: #0D0C22;
border: 1px solid ;
color:#FFFFFF;
height:40px;
padding-left:16px;
padding-right:16px;
}
.blog-post-content #post-subscribe-btn{
background: #0D0C22;
color:#FFFFFF;
}
.featured-subscribers-full-width .subsc-button > .bl-circle-loader, .blog-subsc-button > .bl-circle-loader {
border-top: 3px solid #FFFFFF;
border-right: 3px solid #FFFFFF;
}
.featured-subscribers-full-width .subsc-email{
background: #FFFFFF;
border: 1px solid ;
height:40px;
}
.blog-post-content #post-subsc-email{
background: #FFFFFF;
border: 1px solid ;
}
.featured-subscribers-full-width .subsc-desc{
color:#717171 !important;
width: 70%;
margin: auto;
}
.redirect-to-blog:hover, .redirect-to-blog:hover svg path{
color:#0D0C22;
transition: all 0.3s ease-in-out;
}
.featured-subscribers-full-width .subsc-pag-title{
color:#0D0C22;
/* font-family: 'Inter', sans-serif !important; */
}
.featured-subscribers-full-width .featured-subscribers-inside{
background: #FFFFFF;
}
.featured-subscribers-full-width .featured-head {
color:;
padding:0px !important;
}
.featured-subscribers-full-width .verify-title {
color:#0D0C22;
}
.featured-subscribers-full-width .subsc-email:focus {
/* border: 1px solid !important; */
}
/* .blog-subsc-button > .bl-circle-loader {
border-top: 3px solid ;
border-right: 3px solid ;
} */
.blog-item:hover , .blog-item-detailed:hover,.blog-item-left:hover{
background-color: #FFFFFF;
}
.blog-item-divide{
border-top: 0.50px solid ;
}
.blog-item-divide:last-child{
border-bottom: 0.50px solid;
}
.blog-item-detailed {
border: 0.50px solid;
font-size: 14px;
}
.blog-item:hover {
/* padding-left:4px;
padding-right:4px;
transform: scale(.8);
transition: all 0.3s ease; */
}
.blog-read-more{
border: 0.50px solid;
}
.blog-item-detailed:hover .blog-read-more{
background:#FFFFFF;
}
.post-body-font-size{
font-size: 19px;
}
.post-text-font, .blog-page-font{
font-kerning: auto;
font-weight: var(--font_weight_body_preset, 400);
-webkit-font-smoothing: antialiased;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.post-blog-mode{
background:#FFFFFF;
color:#0D0C22;
}
.post-blog-mode .post-back{
color:#0D0C22;
}
.post-blog-mode .post-back:hover , .newsletter-share:hover{
background: #FFFFFF;
}
.post-blog-mode .sub-icon path {
stroke: #0D0C22;
}
.post-blog-mode .page-item {
background: transparent;
box-shadow: none;
border:0.5px solid ;
}
.post-blog-mode .post-title, .post-blog-mode .post-details-top{
color:#0D0C22;
}
.post-blog-mode .post-subscribe-msg{
color:#0D0C22;
}
.post-blog-mode .post-subscribe-wrapper{
background: transparent;
border:0.5px solid ;
border-radius:4px;
}
.blog-post-header{
border-bottom: 0.5px solid ;
}
.blog-post-more-section{
border-top: 0.5px solid ;
}
.blog-theme-border-bottom{
border-bottom: 0.5px solid ;
}
.blog-theme-secondary-text{
color:;
}
.share-icon path {
stroke: #000000;
}
.share-icon rect {
stroke: #000000;
}
.post-share-btn {
box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.12), 0px 10px 32px -4px rgba(24, 39, 75, 0.1), inset 0px 0px 2px 1px rgba(24, 39, 75, 0.05);
}
.post-details-top, .post-area {
color: #0D0C22;
font-family: 'Inter', sans-serif;
}
.post-description{
color: #0D0C22;
font-family: 'Inter', sans-serif;
}
.post-item-each {
color: #0D0C22;
font-family: 'Inter', sans-serif;
font-size: 16px;
font-weight: 400;
text-transform: none;
border-radius: 30px;
min-height: 60px;
}
</style>
<style>
</style>
</head>
<body>
<div class="min-h-full flex-h-center" id="background_div">
<input type="hidden" value="https://bio.link" id="app-url">
<input type="hidden" value="true" id="is-featured">
<input type="hidden" value="1" id="enabled_subscribers">
<input type="hidden" value="null" id="stats-id">
<input type="hidden" value="https://stats.bio.link" id="stats_url">
<div class="page-bg"></div>
<div class="page-full-wrap relative mb-48">
<input type="hidden" value="creator-page" id="page-type">
<input type="hidden" value="bio" id="page-mode">
<div class="flex relative top-sec" style="justify-content: space-between;">
<div id="openShare"
class=" share-btn theme-animate-item ">
<svg class="sub-icon" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_156_54)">
<path d="M19 13V15.3077C19 17.3469 17.3469 19 15.3077 19H8.69231C6.65311 19 5 17.3469 5.00001 15.3077L5.00001 13" stroke="#314568" stroke-width="1.29231" stroke-linecap="round" stroke-linejoin="round" />
<path d="M8.25 8.76929L12 5.01929L15.75 8.76929" stroke="#314568" stroke-width="1.29231" stroke-linecap="round" stroke-linejoin="round" />
<path d="M12 5.01929V14.2501" stroke="#314568" stroke-width="1.29231" stroke-linecap="round" stroke-linejoin="round" />
</g>
<defs>
<clipPath id="clip0_156_54">
<rect width="24" height="24" fill="white" />
</clipPath>
</defs>
</svg> </div>
<input type="hidden" value="926655" id="page-id">
<input type="hidden" value="11353" id="camp-id">
<div class="button-subscription-area">
<div id="openSubs" class="page-item-wrap cursor-pointer relative">
<div class="page-item subscribe-wrap flex-both-center justify-between absolute"></div>
<a target="_blank" rel="noopener nofollow" class="page-item-each py-5 flex-both-center"
data-type="subscriber" style="min-height: 40px !important;">
<svg id="subscribeIcon" class="sub-icon" width="20" height="17" viewBox="0 0 20 17" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M5 5.91666L9.4369 9.98381C9.7555 10.2759 10.2445 10.2759 10.5631 9.98381L15 5.91666" stroke="#314568" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
<rect x="1.6665" y="1.33334" width="16.6667" height="14.1667" rx="2.5" stroke="#314568" stroke-width="1.5" />
</svg> <svg id="subscribedIcon" class="sub-icon hidden" width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4 8.6L8.20732 13.5226C8.42006 13.7715 8.80608 13.7676 9.01377 13.5145L16 5" stroke="#314568" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
</svg> <span id="subscribe_text"
class="text-16 ml-6 font-inter font-weight-500">Subscribe</span>
</a>
</div>
</div>
</div>
<img id="displayImage" class="display-image m-auto" src="https://cdn.bio.link/uploads/profile_pictures/2024-03-16/P5KWHhwSMEiQ711PhRpuNZGjU8b3qlCu.png"
alt role="presentation"/>
<h1 class="page-title page-text-color page-text-font mt-16 text-center">
Andy Woz
</h1>
<h2 class="page-bioline text-fs-16 page-text-color page-text-font mt-12 ln-h-22 text-center">
Jack of all trades and master of none
</h2>
<div class="flex-both-center flex-wrap mt-16">
<div class="page-social relative">
<a class="social-icon-anchor" aria-label="social-icon"
data-id="github" data-type="social_link" target="_blank"
rel="noopener nofollow" href="https://github.com/ljf74"></a>
<svg class="social-icon-fill" width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.7998 28.2998C19.3998 28.2998 18.9998 27.9998 18.9998 27.4998V20.1998C18.9998 18.9998 18.9998 18.4998 18.4998 17.9998C18.2998 17.7998 18.1998 17.4998 18.2998 17.1998C18.3998 16.8998 18.5998 16.6998 18.8998 16.6998C22.4998 16.2998 24.6998 15.0998 24.6998 9.99982C24.6998 8.69982 24.1998 7.39982 23.2998 6.49982C23.0998 6.29982 22.9998 5.99982 23.0998 5.69982C23.2998 5.09982 23.3998 4.59982 23.3998 3.99982C23.3998 3.59982 23.2998 3.09982 23.1998 2.69982C22.6998 2.79982 21.5998 2.99982 19.7998 4.19982C19.5998 4.29982 19.3998 4.29982 19.1998 4.29982C16.7998 3.69982 14.1998 3.69982 11.7998 4.29982C11.5998 4.39982 11.3998 4.29982 11.1998 4.19982C9.3998 3.09982 8.2998 2.79982 7.7998 2.79982C7.6998 3.19982 7.5998 3.59982 7.5998 4.09982C7.5998 4.69982 7.6998 5.29982 7.8998 5.79982C7.9998 6.09982 7.8998 6.39982 7.6998 6.59982C7.1998 7.09982 6.8998 7.59982 6.5998 8.19982C6.3998 8.79982 6.1998 9.39982 6.1998 10.0998C6.1998 15.0998 8.3998 16.3998 11.9998 16.7998C12.2998 16.7998 12.4998 16.9998 12.5998 17.2998C12.6998 17.5998 12.5998 17.8998 12.3998 18.0998C11.9998 18.4998 11.7998 19.2998 11.8998 20.4998V22.4998V22.5998V27.5998C11.8998 27.9998 11.5998 28.3998 11.0998 28.3998C10.5998 28.3998 10.2998 28.0998 10.2998 27.5998V23.5998C6.9998 24.1998 5.6998 22.1998 4.8998 20.7998C4.4998 20.0998 4.0998 19.4998 3.6998 19.3998C3.2998 19.2998 3.0998 18.8998 3.1998 18.4998C3.2998 18.0998 3.6998 17.8998 4.0998 17.9998C5.0998 18.2998 5.6998 19.1998 6.1998 20.0998C7.0998 21.4998 7.7998 22.7998 10.3998 22.1998V20.7998C10.2998 19.7998 10.3998 18.9998 10.5998 18.3998C7.4998 17.7998 4.5998 16.1998 4.5998 10.3998C4.5998 9.49982 4.7998 8.69982 5.0998 7.89982C5.4998 6.99982 5.8998 6.39982 6.2998 5.89982C6.1998 5.29982 6.0998 4.69982 6.0998 3.99982C6.0998 3.19982 6.2998 2.39982 6.5998 1.69982C6.6998 1.49982 6.8998 1.29982 7.0998 1.29982C7.3998 1.19982 8.7998 0.999818 11.7998 2.79982C14.2998 2.19982 16.8998 2.19982 19.2998 2.79982C22.2998 0.999818 23.6998 1.19982 23.9998 1.29982C24.1998 1.39982 24.3998 1.49982 24.4998 1.69982C24.7998 2.39982 24.9998 3.19982 24.9998 3.99982C24.9998 4.59982 24.8998 5.29982 24.7998 5.89982C25.7998 7.09982 26.3998 8.49982 26.3998 10.0998C26.3998 15.8998 23.5998 17.5998 20.4998 18.0998C20.6998 18.7998 20.6998 19.4998 20.6998 20.1998V27.4998C20.5998 27.9998 20.1998 28.2998 19.7998 28.2998Z" fill="white"/></svg>
</div>
<div class="page-social relative">
<a class="social-icon-anchor" aria-label="social-icon"
data-id="instagram" data-type="social_link" target="_blank"
rel="noopener nofollow" href="https://instagram.com/ljflisp2"></a>
<svg class="social-icon-fill" width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.25 9C0.25 4.16751 4.16751 0.25 9 0.25H21C25.8325 0.25 29.75 4.16751 29.75 9V21C29.75 25.8325 25.8325 29.75 21 29.75H9C4.16751 29.75 0.25 25.8325 0.25 21V9ZM9 1.75C4.99594 1.75 1.75 4.99594 1.75 9V21C1.75 25.0041 4.99594 28.25 9 28.25H21C25.0041 28.25 28.25 25.0041 28.25 21V9C28.25 4.99594 25.0041 1.75 21 1.75H9ZM24 7.75H22V6.25H24V7.75ZM8.25 15C8.25 11.2721 11.2721 8.25 15 8.25C18.7279 8.25 21.75 11.2721 21.75 15C21.75 18.7279 18.7279 21.75 15 21.75C11.2721 21.75 8.25 18.7279 8.25 15ZM15 9.75C12.1005 9.75 9.75 12.1005 9.75 15C9.75 17.8995 12.1005 20.25 15 20.25C17.8995 20.25 20.25 17.8995 20.25 15C20.25 12.1005 17.8995 9.75 15 9.75Z" fill="white"/></svg>
</div>
<div class="page-social relative">
<a class="social-icon-anchor" aria-label="social-icon"
data-id="telegram" data-type="social_link" target="_blank"
rel="noopener nofollow" href="https://t.me/andwoz"></a>
<svg class="social-icon-fill" width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M26.5 14C26.5 20.9036 20.9036 26.5 14 26.5C7.09644 26.5 1.5 20.9036 1.5 14C1.5 7.09644 7.09644 1.5 14 1.5C20.9036 1.5 26.5 7.09644 26.5 14ZM28 14C28 21.732 21.732 28 14 28C6.26801 28 0 21.732 0 14C0 6.26801 6.26801 0 14 0C21.732 0 28 6.26801 28 14ZM8.42392 13.7773C8.03172 13.9413 8.06041 14.5071 8.46718 14.6304L10.7136 15.3117C11.1423 15.4418 11.6065 15.3745 11.9809 15.1282L17.0455 11.7958C17.0677 11.7812 17.0902 11.7731 17.112 11.7703C17.2403 11.7537 17.3457 11.9207 17.2342 12.0302L13.5886 15.6099C13.4734 15.723 13.4032 15.8617 13.3756 16.0061C13.3184 16.305 13.4437 16.6283 13.7305 16.7996L17.8122 19.2373C18.27 19.5107 18.8589 19.236 18.9445 18.7092L20.3533 10.042C20.4485 9.45619 19.8636 8.99382 19.3167 9.2225L8.42392 13.7773ZM10.2782 16.7472C10.8278 16.9139 11.4067 16.918 11.9484 16.7692C12.098 17.2973 12.4404 17.7762 12.9614 18.0874L17.043 20.5251C18.4124 21.3429 20.17 20.5194 20.4251 18.9498L21.8338 10.2826C22.1172 8.53919 20.3751 7.15411 18.7381 7.83862L7.84525 12.3934C6.1565 13.0996 6.27877 15.5342 8.03183 16.0659L10.2782 16.7472Z" fill="white"/></svg>
</div>
</div>
<div class="page-item-wrap relative ">
<div class="page-item flex-both-center absolute"></div>
<a target="_blank" rel="noopener nofollow" class="page-item-each py-10 flex-both-center"
href="http://andy.dcmusic.ca/custom-music-player" data-id="2106662" data-type="page_item">
<img class="link-each-image" data-src="https://cdn.bio.link/uploads/thumbnails/2024-03-16/225vGLPwPmghBZioploaded_MIaQva6u.gif"
src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVQYV2NgYAAAAAMAAWgmWQ0AAAAASUVORK5CYII="
alt="Custom Music Player"/>
<span
class=" item-title text-center">Custom Music Player</span>
</a>
</div>
<div class="mt-24">
<div class="page-item-wrap relative ">
<div class="page-item flex-both-center absolute"></div>
<a target="_blank" rel="noopener nofollow" class="page-item-each py-10 flex-both-center"
href="./thinking..." data-id="2106099" data-type="page_item">
<img class="link-each-image" data-src="https://cdn.bio.link/uploads/thumbnails/2024-03-16/YAedcR3epNsCvklBploaded_FQKOim8l.gif"
src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVQYV2NgYAAAAAMAAWgmWQ0AAAAASUVORK5CYII="
alt="Audio Library"/>
<span
class=" item-title text-center">Thinking...</span>
</a>
</div>
<div class="page-logo text-center">
<a target="_blank" aria-label="Biolink" rel="noopener nofollow" href="https://bio.link">
<svg fill="none" height="32" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg"><path class="bl-logo-br" opacity="0.5" clip-rule="evenodd" d="m1 1v30h30v-30zm-.333333-1c-.36819 0-.666667.298476-.666667.666666v30.666634c0 .3682.298476.6667.666666.6667h30.666634c.3682 0 .6667-.2985.6667-.6667v-30.666633c0-.36819-.2985-.666667-.6667-.666667zm8.047693 7.60626v1.71086c0 .23961-.1294.35942-.38818.35942h-1.17891v-2.42971h1.17891c.25878 0 .38818.11981.38818.35943zm0 3.82424v1.7828c0 .2396-.1294.3594-.38818.3594h-1.17891v-2.4872h1.17891c.14377 0 .24441.0287.30192.0862.0575.048.08626.1342.08626.2588zm.20128-5.59261h-3.79552v9.14371h3.79552c1.21726 0 1.82586-.5319 1.82586-1.5958v-1.7827c0-.6614-.2156-1.0735-.647-1.2365.4314-.1821.647-.62776.647-1.33702v-1.61022c0-1.05431-.6086-1.58147-1.82586-1.58147zm5.12666 0h-2.0416v9.14371h2.0416zm3.1094 0h1.9265c1.2077 0 1.8115.52716 1.8115 1.58147v5.96644c0 1.0639-.6038 1.5958-1.8115 1.5958h-1.9265c-1.2172 0-1.8258-.5319-1.8258-1.5958v-5.96644c0-1.05431.6086-1.58147 1.8258-1.58147zm1.6821 7.27471v-5.4057c0-.23962-.1246-.35943-.3738-.35943h-.6901c-.2588 0-.3881.11981-.3881.35943v5.4057c0 .2396.1293.3595.3881.3595h.6901c.2492 0 .3738-.1199.3738-.3595zm-9.03336 11.5684h-2.63098v-7.6341h-2.04153v9.1437h4.67251zm2.74736-7.6341h-2.0415v9.1437h2.0415zm5.1654 0h1.8833v9.1437h-1.8402l-1.9984-5.4776v5.4776h-1.869v-9.1437h1.8546l1.9697 5.4632zm7.3944 4.5143 1.8403-4.5143h-2.2141l-1.7683 4.5143 1.7683 4.6294h2.2141zm-4.2268-4.5143v9.1437h2.0415v-9.1437z" fill="#0D0C22" fill-rule="evenodd"/></svg> </a>
</div>
</div>
<div class="featured-subscribers relative flex-both-center hidden" id="share_social">
<div id="shareBackdrop" class="modal-backdrop fadeIn"></div>
<div class="relative share-modal-out">
<div class="share-items-inside" id="share_modal">
<div class="share-banner justify-center">
<div class="text-center">
<div class="text-16 font-inter font-weight-700 w-full">Share this Bio Link</div>
</div>
<div class="cursor-pointer close-subsc close-share text-end" id="closeShare">
<svg class="sub-close" width="12" height="12" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M16.9833 1L1 16.9833" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M16.9967 17L1 1" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
</div>
<div style="box-sizing: border-box; width: 100%; padding-left: 32px; padding-right: 32px; ">
<div class="share-content-wrapper w-100">
<div class="flex-both-center">
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<div id="canvas" class="qr-canvas flex-both-center relative">
</div>
</div>
<div class="flip-card-back">
<div id="canvas-blur" class="qr-canvas flex-both-center relative">
<!-- QR code -->
<div id="qrDownload" class="qr-download font-inter font-weight-600">
<span>
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<mask id="mask0_8_126" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20">
<rect width="20" height="20" fill="#D9D9D9" />
</mask>
<g mask="url(#mask0_8_126)">
<path d="M5.4941 16C5.08137 16 4.72917 15.8531 4.4375 15.5594C4.14583 15.2656 4 14.9125 4 14.5V13H5.5V14.5H14.5V13H16V14.5C16 14.9125 15.853 15.2656 15.5591 15.5594C15.2652 15.8531 14.9119 16 14.4992 16H5.4941ZM10 13L6 9L7.0625 7.9375L9.25 10.125V3H10.75V10.125L12.9375 7.9375L14 9L10 13Z" fill="white" />
</g>
</svg>
Download
</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="share-items-wrapper">
<a class="share-item font-inter text-14" href="https://twitter.com/intent/tweet?text=Check out Andy Woz's bio link! %0a%0ahttps://bio.link/ljf7" target="_blank">
<div class="flex item-center">
<div class="share-svg"><svg width="24" height="18" viewBox="0 0 20 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M6.2896 17.126C13.8368 17.126 17.9648 10.8732 17.9648 5.45082C17.9648 5.27322 17.9648 5.09642 17.9528 4.92042C18.7559 4.33955 19.4491 3.62033 20 2.79642C19.2512 3.12842 18.4567 3.34605 17.6432 3.44202C18.4998 2.92926 19.141 2.12267 19.4472 1.17242C18.6417 1.65043 17.7605 1.98728 16.8416 2.16842C16.2229 1.51057 15.4047 1.07496 14.5135 0.928992C13.6223 0.783027 12.7078 0.93485 11.9116 1.36097C11.1154 1.78708 10.4819 2.46373 10.109 3.28621C9.73605 4.10869 9.64462 5.03114 9.8488 5.91082C8.21741 5.82899 6.62146 5.40501 5.16455 4.66643C3.70763 3.92784 2.4223 2.89114 1.392 1.62362C0.867274 2.52695 0.70656 3.59631 0.942583 4.61397C1.17861 5.63164 1.79362 6.52108 2.6624 7.10122C2.00936 7.08209 1.37054 6.90592 0.8 6.58762V6.63962C0.800259 7.587 1.12821 8.50512 1.72823 9.23826C2.32824 9.9714 3.16338 10.4744 4.092 10.662C3.4879 10.8268 2.85406 10.8509 2.2392 10.7324C2.50151 11.5477 3.01202 12.2606 3.69937 12.7715C4.38671 13.2825 5.21652 13.5658 6.0728 13.582C5.22203 14.2508 4.24776 14.7452 3.20573 15.037C2.16369 15.3289 1.07435 15.4124 0 15.2828C1.87653 16.487 4.05994 17.1258 6.2896 17.1228" fill="#1DA1F2" />
</svg></div>
<div class="ml-8">
Share on Twitter
</div>
</div>
<div class="share-svg-arrow">
<svg width="7" height="10" viewBox="0 0 7 10" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M1 1L5.5 5L1 9" stroke="black" stroke-opacity="0.7" stroke-width="1.4" stroke-linecap="round"/>
</svg>
</div>
</a>
<a class="share-item font-inter text-14" href="https://www.facebook.com/sharer/sharer.php?u=https://bio.link/ljf7" target="_blank">
<div class="flex item-center">
<div class="share-svg"><svg width="24" height="18" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M20 10C20 4.47715 15.5229 0 10 0C4.47715 0 0 4.47715 0 10C0 14.9912 3.65684 19.1283 8.4375 19.8785V12.8906H5.89844V10H8.4375V7.79688C8.4375 5.29063 9.93047 3.90625 12.2146 3.90625C13.3084 3.90625 14.4531 4.10156 14.4531 4.10156V6.5625H13.1922C11.95 6.5625 11.5625 7.3334 11.5625 8.125V10H14.3359L13.8926 12.8906H11.5625V19.8785C16.3432 19.1283 20 14.9912 20 10Z" fill="#1877F2" />
</svg></div>
<div class="ml-8">
Share on Facebook
</div>
</div>
<div class="share-svg-arrow">
<svg width="7" height="10" viewBox="0 0 7 10" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M1 1L5.5 5L1 9" stroke="black" stroke-opacity="0.7" stroke-width="1.4" stroke-linecap="round"/>
</svg>
</div>
</a>
<a class="share-item font-inter text-14" href="/cdn-cgi/l/email-protection#ae91dddbccc4cbcdda93edc6cbcdc58ec1dbda8edac6c7dd8eecc7c1c2c7c0c58f88ccc1cad793edc6cbcdc58ec1dbda8eefc0cad78ef9c1d489dd8eccc7c18ec2c7c0c58f8e838ec6dadadedd948181ccc7c180c2c7c0c581c2c4c899" target="_blank">
<div class="flex item-center">
<div class="share-svg"><svg width="20" height="17" viewBox="0 0 20 17" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M5 5.91666L9.4369 9.98381C9.7555 10.2759 10.2445 10.2759 10.5631 9.98381L15 5.91666" stroke="#314568" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
<rect x="1.6665" y="1.33334" width="16.6667" height="14.1667" rx="2.5" stroke="#314568" stroke-width="1.5" />
</svg></div>
<div class="ml-8">
Share via Email
</div>
</div>
<div class="share-svg-arrow">
<svg width="7" height="10" viewBox="0 0 7 10" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M1 1L5.5 5L1 9" stroke="black" stroke-opacity="0.7" stroke-width="1.4" stroke-linecap="round"/>
</svg>
</div>
</a>
</div>
</div>
<div class="copy-link-div flex relative w-100">
<span class="absolute link-copy"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8.74538 12.5593C8.86251 12.6765 8.9283 12.8354 8.9283 13.0011C8.9283 13.1668 8.86251 13.3257 8.74538 13.4429L7.96882 14.2242C7.14758 15.0449 6.03395 15.5058 4.87291 15.5054C3.71187 15.505 2.59853 15.0434 1.77781 14.2222C0.957086 13.401 0.496216 12.2873 0.496582 11.1263C0.496949 9.96526 0.958522 8.85191 1.77976 8.03119L3.66414 6.14682C4.45295 5.35737 5.51364 4.89921 6.62915 4.8661C7.74466 4.83299 8.83066 5.22742 9.66492 5.96869C9.72647 6.02327 9.77668 6.08944 9.81266 6.16343C9.84865 6.23741 9.86971 6.31776 9.87464 6.39988C9.87957 6.482 9.86828 6.56429 9.84141 6.64205C9.81454 6.71981 9.77262 6.79151 9.71804 6.85307C9.66346 6.91463 9.59729 6.96483 9.52331 7.00081C9.44932 7.0368 9.36898 7.05786 9.28686 7.06279C9.20473 7.06772 9.12245 7.05643 9.04469 7.02956C8.96693 7.0027 8.89522 6.96077 8.83367 6.90619C8.23782 6.37706 7.46234 6.09554 6.66581 6.11921C5.86928 6.14288 5.11188 6.46995 4.54851 7.03354L2.66414 8.91557C2.07797 9.50174 1.74866 10.2968 1.74866 11.1257C1.74866 11.9547 2.07797 12.7497 2.66414 13.3359C3.25031 13.9221 4.04532 14.2514 4.87429 14.2514C5.70326 14.2514 6.49828 13.9221 7.08445 13.3359L7.86101 12.5593C7.91906 12.5012 7.98799 12.4551 8.06386 12.4237C8.13973 12.3922 8.22106 12.376 8.3032 12.376C8.38533 12.376 8.46666 12.3922 8.54254 12.4237C8.61841 12.4551 8.68734 12.5012 8.74538 12.5593ZM14.2204 1.77807C13.399 0.958552 12.2861 0.498306 11.1259 0.498306C9.96558 0.498306 8.85268 0.958552 8.03132 1.77807L7.25476 2.55541C7.13759 2.67269 7.0718 2.83171 7.07188 2.99749C7.07195 3.16326 7.13788 3.32222 7.25515 3.4394C7.37243 3.55657 7.53144 3.62235 7.69722 3.62228C7.863 3.62221 8.02196 3.55628 8.13913 3.43901L8.9157 2.66244C9.50187 2.07627 10.2969 1.74697 11.1259 1.74697C11.9548 1.74697 12.7498 2.07627 13.336 2.66244C13.9222 3.24861 14.2515 4.04363 14.2515 4.8726C14.2515 5.70157 13.9222 6.49659 13.336 7.08276L11.4516 8.96869C10.888 9.53195 10.1304 9.8586 9.33387 9.88183C8.53734 9.90507 7.76203 9.62314 7.16648 9.09369C7.10492 9.03911 7.03322 8.99719 6.95546 8.97032C6.8777 8.94345 6.79541 8.93216 6.71329 8.93709C6.54744 8.94706 6.39233 9.0225 6.2821 9.14682C6.22752 9.20837 6.1856 9.28008 6.15873 9.35784C6.13186 9.4356 6.12057 9.51789 6.12551 9.60001C6.13547 9.76586 6.21091 9.92096 6.33523 10.0312C7.16929 10.7727 8.25517 11.1674 9.37068 11.1346C10.4862 11.1017 11.547 10.6439 12.336 9.85463L14.2204 7.97026C15.0404 7.14883 15.5009 6.0356 15.5009 4.87494C15.5009 3.71429 15.0404 2.60105 14.2204 1.77963V1.77807Z" fill="black" />
</svg></span>
<input class="input-area w-full link-input font-inter font-weight-400 text-14" type="text" value="https://bio.link/ljf7" disabled />
<input class="input-area w-full link-input" id="link-input" type="text" value="https://bio.link/ljf7" hidden />
<button class="share-copy font-inter font-weight-700 text-14" id="share-copy">Copy</button>
</div>
</div>
<!-- <div class="w-full branding-sec">
<div class="mb-8">
<div class="text-16 font-inter font-weight-500 pb-4">
Create your bio link
</div>
<span class="font-inter font-weight-500">Loved by over a million creators</span>
</div>
<button class="font-inter create-bio w-full mt-12 cursor-pointer font-weight-600 text-15" id="create-bio" onclick="window.open('https://bio.link/signup')">Get Started for free</button>
</div>
-->
</div>
</div>
</div> <div id="featured_subscribers_wrapper" class=" ">
<input type="hidden" value="0" id="intro_popup_enabled">
<div class="text-center featured-subscribers relative flex-both-center hidden fadeIn " id="featured_subscribers">
<div id="subscribeBackdrop" class="modal-backdrop fadeIn"></div>
<input type="hidden" value="11353" id="campaign_id">
<div id="subscription_modal_wrapper" class="relative featured-subscribers-out">
<div class="featured-subscribers-inside hidden subscriber-modal" id="subscription_modal">
<div class="cursor-pointer close-subsc" id="close-subsc">
<svg class="sub-close" width="12" height="12" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M16.9833 1L1 16.9833" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M16.9967 17L1 1" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
<div class="flex item-center subsc-content">
<div>
<div class="featured-head pt-32">
<img class="subscribers-img" data-src="https://cdn.bio.link/uploads/profile_pictures/2024-03-16/P5KWHhwSMEiQ711PhRpuNZGjU8b3qlCu.png" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAFRUlEQVRYhXWXa5blOAqEPx7OrfUyZg+9+64riPkBtm9On6k6pK4fEgEKCNn++s/fMoRLeIusJqu5TnFV81MzXi0SkUA6hBsejs8FhKMw2o1y45hxgA/ij+BPN/9I/GnxafGRKIk0wJh/9m1m2PwYczDNT9zADfN5Zns993yn3KsCmokmjS/btSYYYQIXBODv+rgZ7j73pPeZGx6GheNxZ8DAHfMB7sbXPOFqHMPFXBsIyFwk8zKkGWlGuBNAuAjZgFtQEfPcw7FwLGy24M4GIEQA3U1YEz0BhppoQyYA8tKbjgACI825XAMGSLvNyHUeG72HY+7IDW30d9qlpns41VUUkBKNgWy24KcHiQOOEaxjNy7gMiMd0p2MsYgvAP4FwKABQ1gLdaMu5EXvM+1/kw3pf3oJaJsBM2KdXm6kO1eMZTiZQUQQ6XjEkG7JKIMWuBrrhi44szUNNEI4qAcARl4tbrK722yB2xNtpnNlkBlcGUQmmYFHEDcHzNGSqiVMjVVDHeQHmSFAalBDO6Yezj1b4MPQ8NnjO9q8kuua8bbIJCIeDmAONtXWEt6F1UR/k0I0UkA3RE0G9GRgCOE2JAwzMoLMcXj9XORPkteMkUlsFqbuNwMS3cK6sHPA78yIVqMqFIV6ts0FeZW+eo3hNoQLnwxcV47zn+uxAZAD4N4CbgCNVQ0xbdKinipQBl0OZZgZbkZmfwHQgEgz4ibcZmGc/wyAK/EF4L5b8A3gnCElU4rZRdehj5Pu4A5ulIzM0rRZs6cbThXMyzeIyCSuJK5rx8QjMf/a503/c62JvCMIDzKc3n6hbfUZS0LzabU3AL/FJnzLbtN+BX4lntcXB8Zhd0O9zqODjqC2cdVurewGYKS34G4MT7+3Vwf87Xhj8VoGZgNAOw8MSbgPD541zHDzd+19N00NbVjrUSvbxczu0bfh/B979JRZw2eOb5Sv8a9r53E8qriNfOV52flq9DP51tX7nUfCn3s8XLCvd39JPkaOaKx4TDG9YvLr+pX2B+fd1/expKfX742vue8s9ELIpgeXfFirOR01U5atXfjb+v1Na6RVrPisqen+fpd3/Aokm1sNR6tYENYjpepZqFt0jcjYNptJ7x6TvhrObeqiu36toycokIysJ4UbkUSpsdXyujvbbaeespuTVk8VPACaPkWdoqqo6seeQFr0AsmzCxiGM6lT94jGt/NTWBTm5+VC90PKB0A3dQ51PtTnUOfQ57xAvpy3jDx2b4F+A6h+HHMK4oxaLdm8e05D5rsDs9/dRZ/DOYdzPtQ5nP/NRovqzcBnz2NuSz41UkGt43PgE09J3WTzleOnJPW23qoax5/D+XwWTHGqOCVOQWmSnH9sxYgm6JXNlc5z4ONoxebu911zKjLfjmZvpXQPAesU5xw+v0A0p5rzZMDIP67teKIQoaa7FkCBn99qV41O0DGt+j3+3wB6010T9Tl8Tk02qn4DeDOg6c80uRx4MnD39xYqoSwUMWJ1n4JtG9duYS2IU70gik/1ZkCc+hcAWxIuBxbARP4c9qAaHafDCb/b8mTwLuP+Kt9T4/BT37/1m4Q3B9xE0EgOPTwwavr3ApA3CkPuyN+vNuNtwb0gJs3i9ER8WpwpLk6z70F+bLqZ7+T35Nr4DaDBSpj38x2o+RLD2K8amn4AzIfnaTiaaEv2ACgZJRDbBwzDbaTHdH8pN4XhFN7gvgA2bDnItAD0CFNryFxPs7kdGv2MojXfClkrlxqqUUBIE03vaD2L9Xx+m4E19AIw0xy7n7+v88aQxlqjOLdzCf4LVUbPKFw3YVAAAAAASUVORK5CYII=" alt="Andy Woz" />
<!-- <div class="text-14 font-inter font-weight-400 subsc-title w-full pb-8 ln-h-17">Subscribe</div> -->
<div class="text-18 font-weight-500 font-inter subsc-pag-title">Andy Woz</div>
<div class="text-14 font-inter font-weight-400 w-full subsc-desc mt-8 ln-h-24">Receive the latest updates from Andy Woz straight to your email inbox.</div>
</div>
<div class="mt-16 w-full subscribers-email-wrap-main">
<form id="subscribe_form">
<div class="flex xs-block m-auto xs-w-100 subscribers-email-wrap" id="subscribers-email-wrap">
<div class="subsc-email-out"><input type="email" id="subsc_email" name="email" class="subsc-email text-fs-16 font-inter" placeholder="[email protected]"></div>
<button type="submit" class="subsc-button text-fs-16 flex xs-w-100" id="subscribe-btn" data-pageID="926655" data-campId="11353">
<span id="subscribe-btn-text" class="font-inter text-14 font-weight-500">Subscribe</span>
<span class="bl-circle-loader op-0" id="subscribe-btn-loader"></span>
</button>
</div>
<div class="text-fs-14 font-inter color-danger pt-8" id="subsc-email-error"></div>
</form>
<button id="redirect-to-blog" class="redirect-to-blog hidden font-inter" tabindex="0">No thanks <svg class="ml-6" width="6" height="10" viewBox="0 0 6 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M1.00058 9.7121L0.226562 8.93808L4.16406 5.00058L0.226562 1.06308L1.00058 0.289062L5.7121 5.00058L1.00058 9.7121Z" fill="currentColor"/> </svg> </button>
</div>
</div>
</div>
</div>
<div class="featured-subscribers-inside hidden" id="verification_modal">
<!-- <div class="subsc-banner verification-banner justify-between items-center">
</div> -->
<div class="featured-head">
<div class="cursor-pointer back-to-subscribe" id="back_to_subscribe">
<svg width="12" height="14" viewBox="0 0 12 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0.75 9.99609C0.75 10.1289 0.773438 10.25 0.820312 10.3594C0.867188 10.4688 0.941406 10.5703 1.04297 10.6641L9.85547 19.1953C10.0273 19.3672 10.2422 19.4531 10.5 19.4531C10.6719 19.4531 10.8242 19.4141 10.957 19.3359C11.0977 19.2656 11.207 19.1602 11.2852 19.0195C11.3711 18.8789 11.4141 18.7227 11.4141 18.5508C11.4141 18.3008 11.3281 18.0859 11.1562 17.9062L2.97656 9.99609L11.1562 2.09766C11.3281 1.91016 11.4141 1.69531 11.4141 1.45312C11.4141 1.27344 11.3711 1.11719 11.2852 0.984375C11.207 0.84375 11.0977 0.734375 10.957 0.65625C10.8242 0.578125 10.6719 0.539062 10.5 0.539062C10.2422 0.539062 10.0273 0.628906 9.85547 0.808594L1.04297 9.33984C0.941406 9.43359 0.867188 9.53516 0.820312 9.64453C0.773438 9.75391 0.75 9.87109 0.75 9.99609Z" fill="#0D0C22" />
</svg>
</div>
<div class="cursor-pointer close-subsc" id="close-subsc">
<svg class="sub-close" width="12" height="12" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M16.9833 1L1 16.9833" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M16.9967 17L1 1" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
</div>
<div class="subsc-content flex-both-center">
<div class="flex flex-both-center flex-dir-c">
<div>
<div class="font-inter verify-title mb-12">Verify your email</div>
<span class="text-14 font-inter font-weight-400 w-full subsc-desc" id="verify_email_desc">Please enter the verification code we sent to <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="3a5f425b574a565f7a584f43575f5b59555c5c5f5f14595557">[email protected]</a>
</span>
</div>
<div class="w-full subscribers-email-wrap subscribers-email-wrap-main mt-16">
<div class="xs-w-100 subscribers-email-wrap" id="subscribers-email-wrap">
<div class="subsc-verify-out">
<div class="verify-inp-out"><input id="input-1" min="0" max="9" step="1" type="number" placeholder="0" class="font-inter" maxlength="1" /></div>
<div class="verify-inp-out"><input id="input-2" min="0" max="9" step="1" type="number" placeholder="0" class="font-inter" maxlength="1" onpaste="return false" />
</div>
<span class="pt-16">-</span>
<div class="verify-inp-out"><input id="input-3" min="0" max="9" step="1" type="number" placeholder="0" class="font-inter" maxlength="1" onpaste="return false" />
</div>
<div class="verify-inp-out"><input id="input-4" min="0" max="9" step="1" type="number" placeholder="0" class="font-inter" maxlength="1" onpaste="return false" />
</div>
</div>
<div class="text-fs-14 font-inter color-danger mt-8" id="verify-email-error"></div>
<button class="subsc-button text-fs-16 mt-16 flex xs-w-100 mx-auto" id="verify-btn" data-pageID="926655" data-campId="11353">
<span id="verify-btn-text" class="verify-btn-text font-inter text-14 font-weight-500">Verify</span>
<span class="bl-circle-loader op-0" id="verify-btn-loader"></span>
</button>
<div class="subsc-bottom">Didn't receive a code? <a><span id='resend-otp' class="resend-otp-text underline">Resend</span></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="featured-subscribers-inside hidden pb-24" id="thankyou_modal">
<input type="hidden" value="1" id="show_confetti">
<!-- <div class="subsc-banner justify-between">
<div></div>
</div> -->
<div class="featured-head">
<div class="cursor-pointer close-subsc" id="close-subsc">
<svg class="sub-close" width="12" height="12" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M16.9833 1L1 16.9833" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M16.9967 17L1 1" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
<div class="subsc-content flex-both-center">
<div>
<img class="subscribers-img" data-src="https://cdn.bio.link/uploads/profile_pictures/2024-03-16/P5KWHhwSMEiQ711PhRpuNZGjU8b3qlCu.png" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAFRUlEQVRYhXWXa5blOAqEPx7OrfUyZg+9+64riPkBtm9On6k6pK4fEgEKCNn++s/fMoRLeIusJqu5TnFV81MzXi0SkUA6hBsejs8FhKMw2o1y45hxgA/ij+BPN/9I/GnxafGRKIk0wJh/9m1m2PwYczDNT9zADfN5Zns993yn3KsCmokmjS/btSYYYQIXBODv+rgZ7j73pPeZGx6GheNxZ8DAHfMB7sbXPOFqHMPFXBsIyFwk8zKkGWlGuBNAuAjZgFtQEfPcw7FwLGy24M4GIEQA3U1YEz0BhppoQyYA8tKbjgACI825XAMGSLvNyHUeG72HY+7IDW30d9qlpns41VUUkBKNgWy24KcHiQOOEaxjNy7gMiMd0p2MsYgvAP4FwKABQ1gLdaMu5EXvM+1/kw3pf3oJaJsBM2KdXm6kO1eMZTiZQUQQ6XjEkG7JKIMWuBrrhi44szUNNEI4qAcARl4tbrK722yB2xNtpnNlkBlcGUQmmYFHEDcHzNGSqiVMjVVDHeQHmSFAalBDO6Yezj1b4MPQ8NnjO9q8kuua8bbIJCIeDmAONtXWEt6F1UR/k0I0UkA3RE0G9GRgCOE2JAwzMoLMcXj9XORPkteMkUlsFqbuNwMS3cK6sHPA78yIVqMqFIV6ts0FeZW+eo3hNoQLnwxcV47zn+uxAZAD4N4CbgCNVQ0xbdKinipQBl0OZZgZbkZmfwHQgEgz4ibcZmGc/wyAK/EF4L5b8A3gnCElU4rZRdehj5Pu4A5ulIzM0rRZs6cbThXMyzeIyCSuJK5rx8QjMf/a503/c62JvCMIDzKc3n6hbfUZS0LzabU3AL/FJnzLbtN+BX4lntcXB8Zhd0O9zqODjqC2cdVurewGYKS34G4MT7+3Vwf87Xhj8VoGZgNAOw8MSbgPD541zHDzd+19N00NbVjrUSvbxczu0bfh/B979JRZw2eOb5Sv8a9r53E8qriNfOV52flq9DP51tX7nUfCn3s8XLCvd39JPkaOaKx4TDG9YvLr+pX2B+fd1/expKfX742vue8s9ELIpgeXfFirOR01U5atXfjb+v1Na6RVrPisqen+fpd3/Aokm1sNR6tYENYjpepZqFt0jcjYNptJ7x6TvhrObeqiu36toycokIysJ4UbkUSpsdXyujvbbaeespuTVk8VPACaPkWdoqqo6seeQFr0AsmzCxiGM6lT94jGt/NTWBTm5+VC90PKB0A3dQ51PtTnUOfQ57xAvpy3jDx2b4F+A6h+HHMK4oxaLdm8e05D5rsDs9/dRZ/DOYdzPtQ5nP/NRovqzcBnz2NuSz41UkGt43PgE09J3WTzleOnJPW23qoax5/D+XwWTHGqOCVOQWmSnH9sxYgm6JXNlc5z4ONoxebu911zKjLfjmZvpXQPAesU5xw+v0A0p5rzZMDIP67teKIQoaa7FkCBn99qV41O0DGt+j3+3wB6010T9Tl8Tk02qn4DeDOg6c80uRx4MnD39xYqoSwUMWJ1n4JtG9duYS2IU70gik/1ZkCc+hcAWxIuBxbARP4c9qAaHafDCb/b8mTwLuP+Kt9T4/BT37/1m4Q3B9xE0EgOPTwwavr3ApA3CkPuyN+vNuNtwb0gJs3i9ER8WpwpLk6z70F+bLqZ7+T35Nr4DaDBSpj38x2o+RLD2K8amn4AzIfnaTiaaEv2ACgZJRDbBwzDbaTHdH8pN4XhFN7gvgA2bDnItAD0CFNryFxPs7kdGv2MojXfClkrlxqqUUBIE03vaD2L9Xx+m4E19AIw0xy7n7+v88aQxlqjOLdzCf4LVUbPKFw3YVAAAAAASUVORK5CYII=" alt="Andy Woz" />
<div class="font-inter verify-title w-full">Thank you for joining!</div>
<div class="text-14 font-inter font-weight-400 w-full subsc-desc mt-16"><p>Hey there, thank you for joining my email list. Stay tuned for more updates!</p></div>
</div>
</div>
</div>
</div>
<div class="featured-subscribers-inside hidden pb-16 unsubscribe-modal" id="unsubscribe_modal" style="max-height: 298px;">
<!-- <div class="subsc-banner justify-between">
<div></div>
</div> -->
<div class="featured-head">
<div class="cursor-pointer close-subsc" id="close-subsc">
<svg class="sub-close" width="12" height="12" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M16.9833 1L1 16.9833" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M16.9967 17L1 1" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
<img class="subscribers-img" data-src="https://cdn.bio.link/uploads/profile_pictures/2024-03-16/P5KWHhwSMEiQ711PhRpuNZGjU8b3qlCu.png" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAFRUlEQVRYhXWXa5blOAqEPx7OrfUyZg+9+64riPkBtm9On6k6pK4fEgEKCNn++s/fMoRLeIusJqu5TnFV81MzXi0SkUA6hBsejs8FhKMw2o1y45hxgA/ij+BPN/9I/GnxafGRKIk0wJh/9m1m2PwYczDNT9zADfN5Zns993yn3KsCmokmjS/btSYYYQIXBODv+rgZ7j73pPeZGx6GheNxZ8DAHfMB7sbXPOFqHMPFXBsIyFwk8zKkGWlGuBNAuAjZgFtQEfPcw7FwLGy24M4GIEQA3U1YEz0BhppoQyYA8tKbjgACI825XAMGSLvNyHUeG72HY+7IDW30d9qlpns41VUUkBKNgWy24KcHiQOOEaxjNy7gMiMd0p2MsYgvAP4FwKABQ1gLdaMu5EXvM+1/kw3pf3oJaJsBM2KdXm6kO1eMZTiZQUQQ6XjEkG7JKIMWuBrrhi44szUNNEI4qAcARl4tbrK722yB2xNtpnNlkBlcGUQmmYFHEDcHzNGSqiVMjVVDHeQHmSFAalBDO6Yezj1b4MPQ8NnjO9q8kuua8bbIJCIeDmAONtXWEt6F1UR/k0I0UkA3RE0G9GRgCOE2JAwzMoLMcXj9XORPkteMkUlsFqbuNwMS3cK6sHPA78yIVqMqFIV6ts0FeZW+eo3hNoQLnwxcV47zn+uxAZAD4N4CbgCNVQ0xbdKinipQBl0OZZgZbkZmfwHQgEgz4ibcZmGc/wyAK/EF4L5b8A3gnCElU4rZRdehj5Pu4A5ulIzM0rRZs6cbThXMyzeIyCSuJK5rx8QjMf/a503/c62JvCMIDzKc3n6hbfUZS0LzabU3AL/FJnzLbtN+BX4lntcXB8Zhd0O9zqODjqC2cdVurewGYKS34G4MT7+3Vwf87Xhj8VoGZgNAOw8MSbgPD541zHDzd+19N00NbVjrUSvbxczu0bfh/B979JRZw2eOb5Sv8a9r53E8qriNfOV52flq9DP51tX7nUfCn3s8XLCvd39JPkaOaKx4TDG9YvLr+pX2B+fd1/expKfX742vue8s9ELIpgeXfFirOR01U5atXfjb+v1Na6RVrPisqen+fpd3/Aokm1sNR6tYENYjpepZqFt0jcjYNptJ7x6TvhrObeqiu36toycokIysJ4UbkUSpsdXyujvbbaeespuTVk8VPACaPkWdoqqo6seeQFr0AsmzCxiGM6lT94jGt/NTWBTm5+VC90PKB0A3dQ51PtTnUOfQ57xAvpy3jDx2b4F+A6h+HHMK4oxaLdm8e05D5rsDs9/dRZ/DOYdzPtQ5nP/NRovqzcBnz2NuSz41UkGt43PgE09J3WTzleOnJPW23qoax5/D+XwWTHGqOCVOQWmSnH9sxYgm6JXNlc5z4ONoxebu911zKjLfjmZvpXQPAesU5xw+v0A0p5rzZMDIP67teKIQoaa7FkCBn99qV41O0DGt+j3+3wB6010T9Tl8Tk02qn4DeDOg6c80uRx4MnD39xYqoSwUMWJ1n4JtG9duYS2IU70gik/1ZkCc+hcAWxIuBxbARP4c9qAaHafDCb/b8mTwLuP+Kt9T4/BT37/1m4Q3B9xE0EgOPTwwavr3ApA3CkPuyN+vNuNtwb0gJs3i9ER8WpwpLk6z70F+bLqZ7+T35Nr4DaDBSpj38x2o+RLD2K8amn4AzIfnaTiaaEv2ACgZJRDbBwzDbaTHdH8pN4XhFN7gvgA2bDnItAD0CFNryFxPs7kdGv2MojXfClkrlxqqUUBIE03vaD2L9Xx+m4E19AIw0xy7n7+v88aQxlqjOLdzCf4LVUbPKFw3YVAAAAAASUVORK5CYII=" alt="Andy Woz" />
<div class="font-inter verify-title w-full">Unsubscribe?</div>
<div class="text-14 font-inter font-weight-400 w-full subsc-desc mt-8">You’ll no longer receive
emails from Andy Woz.</div>
</div>
<div class="text-fs-14 font-inter color-danger mt-8" id="unsubscribe_error"></div>
<div class="unsubsc_sec">
<div class="unsubsc_btn" id="unsubsc-btn">
<span id="unsubsc-btn-text" class="font-inter font-weight-500">Unsubscribe</span>
<span class="red-btn op-0" id="unsubsc-btn-loader"></span>
</div>
<div class="mb-12 pt-20 cancel_unsubsc" id="cancel_unsubsc">Cancel</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script async defer src="//assets.pinterest.com/js/pinit.js"></script>
<script>(function(){var js = "window['__CF$cv$params']={r:'8654480e6b6b47c9',t:'MTcxMDU4NzI2Ni43MzcwMDA='};_cpo=document.createElement('script');_cpo.nonce='',_cpo.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js',document.getElementsByTagName('head')[0].appendChild(_cpo);";var _0xh = document.createElement('iframe');_0xh.height = 1;_0xh.width = 1;_0xh.style.position = 'absolute';_0xh.style.top = 0;_0xh.style.left = 0;_0xh.style.border = 'none';_0xh.style.visibility = 'hidden';document.body.appendChild(_0xh);function handler() {var _0xi = _0xh.contentDocument || _0xh.contentWindow.document;if (_0xi) {var _0xj = _0xi.createElement('script');_0xj.innerHTML = js;_0xi.getElementsByTagName('head')[0].appendChild(_0xj);}}if (document.readyState !== 'loading') {handler();} else if (window.addEventListener) {document.addEventListener('DOMContentLoaded', handler);} else {var prev = document.onreadystatechange || function () {};document.onreadystatechange = function (e) {prev(e);if (document.readyState !== 'loading') {document.onreadystatechange = prev;handler();}};}})();</script></body>
<script type="text/javascript">
var _paq = window._paq = window._paq || [];
_paq.push(["setCookieDomain", "*.bio.link"]);
_paq.push(["setDomains", ["*.bio.link"]]);
_paq.push(['trackPageView']);
(function () {
let u = "https://analytics.bio.link/";
_paq.push(['setTrackerUrl', u + 'matomo.php']);
_paq.push(['setSiteId', '']);
let d = document,
g = d.createElement('script'),
s = d.getElementsByTagName('script')[0];
g.type = 'text/javascript';
g.async = true;
g.src = 'https://cdn.bio.link/matomo.js';
s.parentNode.insertBefore(g, s);
})();
</script>
<!-- End Matomo Code -->
<script>
var plausibleScript = document.createElement("script");
plausibleScript.src = "https://plausible.io/js/plausible.js"
plausibleScript.setAttribute("asnyc", "");
plausibleScript.setAttribute("defer", "");
plausibleScript.setAttribute("data-domain", "bio.link");
document.head.appendChild(plausibleScript);
</script>
<script defer>
(()=>{var t,e={757:(t,e,n)=>{t.exports=n(666)},429:(t,e,n)=>{"use strict";n.d(e,{_:()=>he});var r=n(757),i=n.n(r),o=n(915),a=n.n(o);const s=(t,e,n)=>{let r=0;for(;e<n;)r*=83,r+="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz#$%*+,-.:;=?@[]^_{|}~".indexOf(t[e++]);return r};Math.pow,Math.PI;function c(t){const e=s(t,2,6);return[e>>16,e>>8&255,255&e]}var u,l,d,h=n(608),p=n.n(h),f=n(14),m=n.n(f),g=function(t){for(var e=t+"=",n=document.cookie.split(";"),r=0;r<n.length;r++){for(var i=n[r];" "===i.charAt(0);)i=i.substring(1,i.length);if(0===i.indexOf(e))return i.substring(e.length,i.length)}return null},v=function(t){document.cookie=t+"=; Path=/; Expires=Thu, 01 Jan 1970 00:00:01 GMT;"},y=function(t,e){var n=new Date;n.setTime(n.getTime()+31536e4);var r="expires="+n.toUTCString();document.cookie=t+"="+e+";"+r+";path=/"},b=function(t){var e=document.getElementById(t);return e?e.value:""},w=function(){p()({particleCount:120,spread:180})};function _(t,e,n,r,i,o,a){try{var s=t[o](a),c=s.value}catch(t){return void n(t)}s.done?e(c):Promise.resolve(c).then(r,i)}function C(t){return function(){var e=this,n=arguments;return new Promise((function(r,i){var o=t.apply(e,n);function a(t){_(o,r,i,a,s,"next",t)}function s(t){_(o,r,i,a,s,"throw",t)}a(void 0)}))}}var I,E,x,k,L,B="subscribe_form",S="subscribe-btn",A="verify-btn",M="unsubsc-btn",D="subsc-email-error",T="subscribers-email-wrap",P="verify-email-error",O="unsubscribe_error",N="SUB",F="UNSUB",q="VERIFY",R=!1,z=document.getElementById("page-type").value,H=document.getElementById("page-mode").value,U=function(){u=b("app-url"),l=b("page-id"),d=b("camp-id")},j=function(){var t=1==document.getElementById("blog-subscribe-enabled").value;if(g("intro_popup_hidden")||g("subscribed_".concat(d))||!t)try{he(),tt("featured_subscribers",!1)}catch(t){}else document.getElementById("redirect-to-blog").classList.remove("hidden"),document.getElementById("subscription_modal_wrapper").classList.add("featured-subscribers-full-width"),document.getElementById("intro_popup_enabled")&&(document.getElementById("intro_popup_enabled").value=1),tt("featured_subscribers",!0),tt("subscription_modal",!0),document.getElementById("subscription_modal").classList.add("active-modal")},G=function(){var t=document.getElementById("openSubs");if(g("subscribed_".concat(d)))try{document.getElementById("subscribe_text").innerText="Subscribed",document.getElementById("subscribeIcon").style.display="none",document.getElementById("subscribedIcon").style.display="block"}catch(t){console.log(t)}t&&t.addEventListener("click",function(){var t=C(i().mark((function t(e){return i().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:tt("featured_subscribers",!0),g("subscribed_".concat(d))?(tt("unsubscribe_modal",!0),X(),setTimeout((function(){document.getElementById("unsubscribe_modal").classList.add("active-modal")}),100)):(tt("subscription_modal",!0),setTimeout((function(){document.getElementById("subscription_modal").classList.add("active-modal")}),100));case 2:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}())},K=function(){document.querySelectorAll(".close-subsc,.redirect-to-blog").forEach((function(t){t.addEventListener("click",function(){var t=C(i().mark((function t(e){return i().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:document.getElementById("intro_popup_enabled")&&1==document.getElementById("intro_popup_enabled").value?rt():it();case 1:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}())}));var t=document.getElementById("subscribeBackdrop");t&&t.addEventListener("click",function(){var t=C(i().mark((function t(e){return i().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:it();case 1:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}())},X=function(){document.getElementById("cancel_unsubsc").addEventListener("click",function(){var t=C(i().mark((function t(e){return i().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:it();case 1:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}())},V=(x=function(){Z()},k=2e3,L=0,function(){var t=(new Date).getTime();if(t-L>k)return L=t,x.apply(void 0,arguments)}),Q=function(){document.getElementById("resend-otp").addEventListener("click",V)},J=function(){var t=document.getElementById("profileBlurHash");if(t)for(var e=c(t.value),n=document.getElementsByClassName("featured-head"),r=0;r<n.length;r++)n[r].style.backgroundImage="linear-gradient(180deg, rgb("+e[0]+", "+e[1]+", "+e[2]+", 0.6) 0%, rgba(182, 218, 219, 0) 97.4%)"},Y=function(){var t=C(i().mark((function t(e){var n,r,o,a,s,c,h;return i().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,n=document.getElementById(e),r=new FormData(n),t.next=5,fetch("".concat(u,"/api/pages/").concat(l,"/campaign/").concat(d,"/subscriber"),{method:"POST",credentials:"include",headers:{"X-XSRF-TOKEN":decodeURIComponent(g("XSRF-TOKEN"))},body:r});case 5:if((o=t.sent).ok){t.next=21;break}if(422!==o.status){t.next=15;break}return t.next=10,o.json();case 10:a=t.sent,s=a.errors.email[0],st(N,s),t.next=18;break;case 15:throw c="".concat(o.status," (").concat(o.statusText,")"),new Error(c);case 18:gt(S),t.next=25;break;case 21:return t.next=23,o.json();case 23:return h=t.sent,t.abrupt("return",h);case 25:t.next=30;break;case 27:t.prev=27,t.t0=t.catch(0),console.error("Error in fetch: ".concat(t.t0.message));case 30:case"end":return t.stop()}}),t,null,[[0,27]])})));return function(e){return t.apply(this,arguments)}}(),W=function(){var t=C(i().mark((function t(e){var n,r,o,a,s;return i().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,fetch("".concat(u,"/api/pages/").concat(l,"/campaign/").concat(d,"/subscriber/otp/verify"),{method:"POST",credentials:"include",headers:{"X-XSRF-TOKEN":decodeURIComponent(g("XSRF-TOKEN"))},body:e});case 2:if((n=t.sent).ok){t.next=18;break}if(422!==n.status){t.next=12;break}return t.next=7,n.json();case 7:r=t.sent,o=r.errors.otp[0],st(q,o),t.next=15;break;case 12:throw a="".concat(n.status," (").concat(n.statusText,")"),new Error(a);case 15:gt("post-page"==z?"post-verify-btn":A),t.next=22;break;case 18:return t.next=20,n.json();case 20:return s=t.sent,t.abrupt("return",s);case 22:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),Z=function(){var t=C(i().mark((function t(){var e;return i().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return(e=new FormData).append("email",E),t.next=4,fetch("".concat(u,"/api/pages/").concat(l,"/campaign/").concat(d,"/subscriber/otp/resend"),{method:"POST",credentials:"include",headers:{"X-XSRF-TOKEN":decodeURIComponent(g("XSRF-TOKEN"))},body:e}).then((function(t){return t.json()})).then((function(t){console.log("Success:",t)})).catch((function(t){console.error("Error:",t)}));case 4:case"end":return t.stop()}}),t)})));return function(){return t.apply(this,arguments)}}(),$=function(){var t=C(i().mark((function t(){var e;return i().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return e=JSON.parse(g("subscribed_".concat(d))),t.next=3,fetch("".concat(u,"/unsubscribe?campaignid=").concat(d,"&email=").concat(e.email,"&token=").concat(e.token)).then((function(t){t.ok?(v("subscribed_".concat(d)),it(),R=!1,document.getElementById("subscribe_text").innerText="Subscribe",document.getElementById("subscribeIcon").style.display="block",document.getElementById("subscribedIcon").style.display="none","blog"==H&&document.getElementById("blog-subscription-area")?Ct():vt()):(st(F,"Already unsubscribed or subscriber does not exist."),v("subscribed_".concat(d)),R=!1),gt(M)})).then((function(t){return t})).catch((function(t){console.log(t)}));case 3:case"end":return t.stop()}}),t)})));return function(){return t.apply(this,arguments)}}(),tt=function(t,e){var n=e?"flex":"none";if(I=t,e){document.getElementById(t).style.display=n,document.body.style.overflow="hidden",et(t);r=document.body.scrollTop;document.body.style.top=-1*r+"px",document.body.classList.add("modal--opened")}else{nt(t),document.getElementById(t).style.display=n,document.body.style.overflow="auto";var r=parseInt(document.body.style.top,10);document.body.classList.remove("modal--opened"),document.body.scrollTop=-1*r}},et=function(t){switch(t){case"subscription_modal":window.screen.width>480&&document.getElementById("subsc_email").focus(),document.getElementById(B).addEventListener("submit",ct);break;case"verification_modal":document.getElementById(A).addEventListener("click",ut),Q(),bt(),document.getElementById("back_to_subscribe").addEventListener("click",function(){var t=C(i().mark((function t(e){return i().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:tt("verification_modal",!1),tt("subscription_modal",!0);case 2:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}());break;case"unsubscribe_modal":document.getElementById(M).addEventListener("click",lt)}},nt=function(t){switch(t){case"subscription_modal":ht(),dt(),at(N);break;case"verification_modal":pt(A,ut),pt("resend-otp",V),ft(),at(q);break;case"unsubscribe_modal":pt(M,lt),at(F)}},rt=function(){document.getElementById("featured_subscribers_wrapper").classList.remove("show-intro"),setTimeout((function(){he(),y("intro_popup_hidden","true"),document.getElementById("featured_subscribers").classList.remove("intro-popup"),it()}),350)},it=function(){"subscription_modal"===I&&(at(N),dt()),tt(I,!1),tt("featured_subscribers",!1),document.getElementById("subscription_modal").classList.remove("active-modal"),document.getElementById("unsubscribe_modal").classList.remove("active-modal")},ot=function(t){document.getElementById("verify_email_desc").innerHTML="Please enter the verification code we sent to "+E,tt(t,!1),tt("verification_modal",!0),document.querySelector("input.pasted-input").addEventListener("paste",(function(t){var e;e=(t.clipboardData||window.clipboardData).getData("text").toString(10).replace(/\D/g,"0").split("").map(Number);for(var n=0;n<4;n++){var r=n+1;t.preventDefault(),document.getElementById("input-".concat(r)).value=e[n]}}))},at=function(t){switch(t){case N:document.getElementById(D).innerText="",document.getElementById(T).classList.remove("error-wrap");break;case q:document.getElementById(P).innerText="";break;case F:document.getElementById(O).innerText=""}},st=function(t,e){var n=document.getElementById("page-type").value;switch(t){case N:document.getElementById(D).innerText=e,document.getElementById(T).classList.remove("error-wrap");break;case q:"post-page"==n?document.getElementById("post-verify-email-error").innerText=e:document.getElementById(P).innerText=e;break;case F:document.getElementById(O).innerText=e}},ct=function(){var t=C(i().mark((function t(e){var n;return i().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(e.preventDefault(),""==(E=b("subsc_email"))){t.next=12;break}return mt("subscribe-btn"),at(N),t.next=7,Y(B);case 7:n=t.sent,gt(S),n&&ot(I),t.next=13;break;case 12:st(N,"Please enter a valid email.");case 13:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),ut=function(){var t=C(i().mark((function t(e){var n,r,o,a;return i().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(4!==(n=yt()).length){t.next=14;break}return at(q),(r=new FormData).append("email",E),r.append("otp",n),mt(A),t.next=9,W(r);case 9:o=t.sent,gt(A),o&&(a={email:E,token:o.token},R=!0,y("subscribed_".concat(d),JSON.stringify(a)),tt("verification_modal",!1),null!=document.getElementById("show_confetti")&&w(),tt("thankyou_modal",!0),document.getElementById("subscribe_text").innerText="Subscribed",document.getElementById("subscribeIcon").style.display="none",document.getElementById("subscribedIcon").style.display="block","blog"==H?Ct():vt()),t.next=15;break;case 14:st(q,"Please enter a valid OTP.");case 15:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),lt=function(){var t=C(i().mark((function t(){return i().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return mt(M),t.next=3,$();case 3:t.sent;case 4:case"end":return t.stop()}}),t)})));return function(){return t.apply(this,arguments)}}(),dt=function(){document.getElementById(B).reset()},ht=function(){document.getElementById(B).removeEventListener("submit",ct)},pt=function(t,e){document.getElementById(t).removeEventListener("click",e)},ft=function(){for(var t=1;t<=4;t++)document.getElementById("input-".concat(t)).value=""},mt=function(t){document.getElementById("".concat(t,"-text")).classList.add("op-0"),document.getElementById("".concat(t,"-loader")).classList.remove("op-0")},gt=function(t){document.getElementById("".concat(t,"-text")).classList.remove("op-0"),document.getElementById("".concat(t,"-loader")).classList.add("op-0")},vt=function(){var t=R?"none":"flex",e=R?"Subscribed":"Subscribe";document.getElementById("subscribe_btn_svg").style.display=t,document.getElementById("subscribe_text").innerText=e,document.getElementById("subscribeIcon").style.display=t,document.getElementById("subscribedIcon").style.display=R?"block":"none"},yt=function(t){return b("input-1")+b("input-2")+b("input-3")+b("input-4")},bt=function(){document.getElementById("input-1").focus();for(var t=function(t){var e=document.getElementById("input-".concat(t));e.addEventListener("input",(function(n){e.value.length>1&&(e.value=e.value.substring(0,1)),wt(n,t+1)}))},e=1;e<=4;e++)t(e)},wt=function(t,e){e<5&&t.target.value.length&&document.getElementById("input-".concat(e)).focus()},_t=function(){"blog"==H&&document.getElementById("blog-subscription-area")&&Ct(),U();var t=document.getElementById("blog_subscribe_form");t&&t.addEventListener("submit",(function(t){It(t,"blog_subsc_email")}))},Ct=function(){g("subscribed_".concat(d))?(document.getElementById("blog_subscribe_form").style.display="none",document.getElementById("subscribe_text").innerText="Subscribed",document.getElementById("subscribeIcon").style.display="none",document.getElementById("subscribedIcon").style.display="block",document.getElementById("blog-subscription-area").style.display="flex"):(document.getElementById("blog-subscription-area").style.display="none",document.getElementById("blog_subscribe_form").style.display="flex")},It=function(){var t=C(i().mark((function t(e,n){var r;return i().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(e.preventDefault(),""==(E=b(n))){t.next=12;break}return mt("blog-subscribe-btn"),at(N),t.next=7,Y("blog_subscribe_form");case 7:r=t.sent,gt("blog-subscribe-btn"),r&&Et(E),t.next=13;break;case 12:document.getElementById("subsc-email-error-inline").innerText="Please enter a valid email.";case 13:case"end":return t.stop()}}),t)})));return function(e,n){return t.apply(this,arguments)}}(),Et=function(t){tt("featured_subscribers",!0),tt("subscription_modal",!1),document.getElementById("verify_email_desc").innerHTML="Please enter the verification code we sent to "+t,tt("verification_modal",!0),setTimeout((function(){document.getElementById("subscription_modal").classList.add("active-modal")}),100)},xt=function(){var t=C(i().mark((function t(e){var n,r;return i().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(e.preventDefault(),E=b("post-subsc-email"),mt("post-subscribe-btn"),""==E){t.next=12;break}return St(),t.next=7,kt();case 7:n=t.sent,gt("post-subscribe-btn"),n&&Lt(),t.next=16;break;case 12:r="Please enter a valid email.",document.getElementById("post-subsc-email-error").innerText=r,document.getElementsByClassName("subsc-email-error").innerText=r,gt("post-subscribe-btn");case 16:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),kt=function(){var t=C(i().mark((function t(){var e,n,r,o,a,s,c,h,p;return i().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return e="post-subsc-email-error",n=document.getElementById("post-subscribe-btn"),"post-subsc-email",t.prev=3,(r=new FormData).append("email",b("post-subsc-email")),t.next=8,fetch("".concat(u,"/api/pages/").concat(l,"/campaign/").concat(d,"/subscriber"),{method:"POST",credentials:"include",headers:{"X-XSRF-TOKEN":decodeURIComponent(g("XSRF-TOKEN"))},body:r});case 8:if((o=t.sent).ok){t.next=25;break}if(422!==o.status){t.next=18;break}return t.next=13,o.json();case 13:a=t.sent,s=a.errors.email[0],At(e,s),t.next=22;break;case 18:throw c="".concat(o.status," (").concat(o.statusText,")"),h=new Error(c),At(e,"Something went wrong!"),h;case 22:gt(n),t.next=29;break;case 25:return t.next=27,o.json();case 27:return p=t.sent,t.abrupt("return",p);case 29:t.next=34;break;case 31:t.prev=31,t.t0=t.catch(3),console.error("Error in fetch: ".concat(t.t0.message));case 34:case"end":return t.stop()}}),t,null,[[3,31]])})));return function(){return t.apply(this,arguments)}}(),Lt=function(t){document.getElementById("post-subscribe-form").style.display="none",document.getElementById("post-sub-verfiy").style.display="block",document.getElementById("verify_email_desc").innerHTML="Please enter the verification code we sent to "+E,document.getElementById("post-verify-btn").addEventListener("click",Bt),Q(),bt()},Bt=function(){var t=C(i().mark((function t(e){var n,r,o,a;return i().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(E=b("post-subsc-email"),4!==(n=yt()).length){t.next=14;break}return(r=new FormData).append("email",E),r.append("otp",n),mt("post-verify-btn"),t.next=9,W(r);case 9:o=t.sent,gt("post-verify-btn"),o&&(a={email:E,token:o.token},y("subscribed_".concat(d),JSON.stringify(a)),document.getElementById("post-sub-verfiy").style.display="none",document.getElementById("post-sub-thankyou").style.display="block",null!=document.getElementById("show_confetti")&&w()),t.next=15;break;case 14:At("post-verify-email-error","Please enter a valid OTP.");case 15:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),St=function(){document.getElementById("post-subsc-email-error").innerText="",document.getElementById("post-verify-email-error").innerText=""},At=function(t,e){document.getElementById(t).innerText=e};function Mt(t,e,n,r,i,o,a){try{var s=t[o](a),c=s.value}catch(t){return void n(t)}s.done?e(c):Promise.resolve(c).then(r,i)}function Dt(t){return function(){var e=this,n=arguments;return new Promise((function(r,i){var o=t.apply(e,n);function a(t){Mt(o,r,i,a,s,"next",t)}function s(t){Mt(o,r,i,a,s,"throw",t)}a(void 0)}))}}function Tt(t){var e=t.target.closest(".page-item-wrap"),n=e.querySelector(".show-embed-item"),r=e.querySelector(".embed-iframe"),i=parseInt(n.getAttribute("data-height")),o=0;n.getAttribute("data-type")&&(o=20),e.classList.toggle("show-embed"),r.src=r.getAttribute("data-src"),r.style.cssText="height: ".concat(0==r.offsetHeight?i-o:0,"px"),n.style.cssText="height: ".concat(0==n.offsetHeight?i+16:"0","px")}function Pt(t){for(var e=t+"=",n=document.cookie.split(";"),r=0;r<n.length;r++){for(var i=n[r];" "===i.charAt(0);)i=i.substring(1,i.length);if(0===i.indexOf(e))return i.substring(e.length,i.length)}return null}function Ot(t){if(Pt(t)&&(e=t,n=location.hostname.split(".").reverse(),r=n[1]+"."+n[0],document.cookie=e+"=; domain="+r+"; Path=/; Expires=Thu, 01 Jan 1970 00:00:01 GMT;",!Pt(t))){try{location.reload(!0)}catch(t){}location.reload()}var e,n,r}var Nt=document.getElementById("app-url").value,Ft=document.getElementById("enabled_subscribers").value,qt=window.location.search,Rt=new URLSearchParams(qt);Rt.get("preview");function zt(){var t=new XMLHttpRequest;t.open("GET","".concat(Nt,"/sanctum/csrf-cookie"),!0),t.withCredentials=!0,t.send(null)}for(var Ht=document.getElementsByClassName("show-pinterest-embed "),Ut=function(t){var e=Ht[t],n=e.getAttribute("data-embedId");e.addEventListener("click",(function(t){t.target.closest(".page-item-wrap").classList.toggle("show-embed"),function(t){var e=document.getElementById("pinterest-wrap-"+t);e.classList.contains("collapsed")?(e.classList.remove("collapsed"),document.getElementById("embed-wrap-"+t).classList.remove("hidden"),e.style.maxHeight="500px"):(e.style.maxHeight="0px",e.classList.add("collapsed"),document.getElementById("embed-wrap-"+t).classList.remove("hidden"))}(n)}))},jt=0;jt<Ht.length;jt++)Ut(jt);function Gt(t,e){for(var n=document.getElementsByClassName(t),r=function(t){var r=n[t],i=r.getAttribute("data-embedId");r.addEventListener("click",(function(t){t.target.closest(".page-item-wrap").classList.toggle("show-embed"),"tiktok"==e?function(t){var e=document.getElementById("tiktok-wrap-"+t);e.classList.contains("collapsed")?(e.classList.remove("collapsed"),document.getElementById("embed-wrap-"+t).classList.remove("hidden"),e.style.maxHeight="500px",function(t){return Kt.apply(this,arguments)}(t).then((function(t){return function(t){return Xt.apply(this,arguments)}("https://www.tiktok.com/embed.js")})).then((function(){return document.getElementById("tiktok-loader-wrap-"+t).classList.add("hidden")}))):(e.style.maxHeight="0px",e.classList.add("collapsed"),document.getElementById("embed-wrap-"+t).classList.remove("hidden"),document.getElementById("tiktok-loader-wrap-"+t).classList.remove("hidden"),document.getElementById("tiktok-"+t).innerHTML="")}(i):"reddit"===e&&Vt(i)}))},i=0;i<n.length;i++)r(i)}function Kt(){return(Kt=Dt(i().mark((function t(e){var n;return i().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n="https://www.tiktok.com/oembed?url=".concat(document.getElementById("tiktok_url_"+e).value),t.next=3,fetch(n).then((function(t){return t.json()})).then((function(t){document.getElementById("tiktok-"+e).innerHTML=t.html.split("</blockquote>")[0]})).catch((function(t){}));case 3:case"end":return t.stop()}}),t)})))).apply(this,arguments)}function Xt(){return(Xt=Dt(i().mark((function t(e){return i().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.abrupt("return",new Promise((function(t,n){document.getElementById("tiktok-script")&&t("loaded");var r=document.createElement("script");r.async=!0,r.src=e,r.setAttribute("id","tiktok-script"),r.onload=function(){t("loaded")},r.onerror=function(){n("error")},document.head.appendChild(r)})));case 1:case"end":return t.stop()}}),t)})))).apply(this,arguments)}Gt("show-tiktok-embed","tiktok"),Gt("show-widget-embed","reddit");var Vt=function(t){var e=document.getElementById("widget-wrap-"+t);e.classList.contains("collapsed")?(e.classList.remove("collapsed"),Qt(document.getElementById("reddit_url_"+t).value,t),document.getElementById("embed-wrap-"+t).classList.remove("hidden"),e.style.maxHeight="500px"):(e.style.maxHeight="0px",e.classList.add("collapsed"),document.getElementById("embed-wrap-"+t).classList.remove("hidden"),document.getElementById("reddit-loader-wrap-"+t).classList.remove("hidden"))},Qt=function(){var t=Dt(i().mark((function t(e,n){var r;return i().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return r="".concat(Yt(e),"about.json"),t.next=3,fetch(r).then((function(t){return t.json()})).then((function(t){var e=t.data.snoovatar_img?Jt(t.data.snoovatar_img):Jt(t.data.icon_img);t.data.subreddit.over_18&&(e="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFEAAABQCAYAAABh05mTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAcASURBVHgB5Z1NdhNHEICrxn4vsHNOwJALhCwSm2yQcwHgBMi5AM4FTIscAPkEEScAToBYYZJFzAk8OUG8ybOz8BRVPTOy/rrnp7tnRuJ7z9azpPnRp57+qSrJCD2CDtQAEJ4ARPeA6AEQ7PHfe3x7CREk+hboAz91imdqCj0BoWNYXMxncQwpPtPCqpPw6U8B0hELTaBDOpNIA7UH1zDmU3gGzuCkS5mdSKSD358BpeOaLa+MhH8Unr14DS0TQcvQwcsX3GomngUKMf9Msv23S6stkV/gH/x7CKEhHOOnk9+gJVqT2JrAGTjBs5MjaIFWJLYvsKAdkcEldiewILzIoBK7F1gQVmQwif0RWBBOZBCJ/RNYEEakd4n9FVjgX6RXif0XWOBXpDeJmyOwwJ9ILxI3T2CBH5HOa+fNFSjQkPZfvgJHnCRutsAcpGPXoEXjy3krBC6AHEY7GUEDGkncPoEFzUTWlri9Agvqi6wlcfsFFtQTWVni1yOwoLrIShLDCKQp//qQnQU+5nTog1rbEr7lkfUzSG7ljqRSmf9AMocxzzk47YqPIEsZOFBNZKlErwIlb4z84m/SU/xLnd8eQ02qZf04q7e0rfVwB2rI28j0JYbGlItE+0l4Eqjl0Sm3mDFO1eXqcUok6uQ9HeFH9RbqHvoBp2a/AcVv3nNojF2kUaIXgSXybo9lkSj7SOmwauszHmNfjUOJXCsxm8GTgsZIfyfr0mo54JKWOPSVS6aD0Xu+GUBTDFnEaPVALgJFHreaM3Xo54XT1G8ynhqtSGbIEnH/xfHK3QuHkLoYwAtoDN1vUsphbon6DZlathvm28mofMkt5bysnMS5NQo39MN897LUEvE99Ai7QOmzkX+0kDibIkkfjhe6usy4YfoOXNnVx50R3Z6UvKuu8yqPEBgHkuxcbYPe4otc3BgTcIXfMG7RsytnriVi6zUsVpAuzY/BY7AT049q/eQ9gkvwg7rdJeTFlQFaoZTP0f7o+brOuByMwYUd7wVTy8RFt7Gb3zEEj2S1h9FzuKLjrPprZwJ1IYsEAlnuPQEbdwzdgVTgoqfUkq7qhWl+Oet1pgd2HumR9kpGeJ4muZTP8bbGAUKKQ8lyWfIE3zi5R6yxRi8hzWYUEf2s+44YvJBO9JTDW+1htHYCjudKr2IgK+xcepAFflRru498CldhjV6R7I2OI0iD9x0OcCJJv/BVZJ7GE/H7LPOpnkQTHOv5m0FgtrvIYdln2id+L31iDH0G8Q33sYemyxP/1EGJ0sCEHq15xQG+QfpW+sQY+oxMoq8jp7SmFhgFWkgQ7bVes10bGUDo5jO4sCPRJHCKAhlB1BIT6C+JDoN9Go3BAVlLc/956ByAWE8iA4uvGbx/buipaxxxHpapWKTHqJAm2eU1S5hm7gyNygRm80iZBlGc3yM5m4k1knTNo/gd8JB/mZFE+oDUu9aYZK1mPTLtoYejv7Ookw5EDLIfWf9LFMdcFqLnmP4uaznPJBtYkNzDQz4pPR+WZ80OkpqPsqxwzVMiLw1HPlt4G8WZQJ8g87yPflKyXo2hfB/GOaFujV5G61T3r1piHvxMoD8kxkeiivlpLHse/QNuXBRB47l5YpDh3z9Efvpv98t55msmka1Ogk1IfYJY8Rzl47sWIrgHzbmYT6AtrliIWvtQYQkD0wPZJVR61SSSsLI/BWNoDP0y/9eCRH2CmPZApD1clU+aj2C579SXqLRAnSVMTNvryFCt2p+FrVeyiStrZ/zISyyiU+iWgTVjB1n3o0NhHP4Safr2rqRsT44qpG0VNEILVMv37q57Kn5Sx/wi9rwGMOuC+MoWAps9reaykB7yFImavC6amBYAxigObzAMsM6sjocQ2MouJSSWWtKp5i1F4JHpUWsorHOREtl++PKNKbpda0/SPUhMsXbqwi5QKI0ndt8iSQo231uXcbbNddpWPqsSRqCwCxUQkfxOQod9ZAz6SzJGii/zMccYP9j6Qp2y/Z+nSSlHeK5owGvxBnmkagKFmoXvVStaW4DyaDXi5Wz1ob/NiTxkL6sLzA5bd/d9EhmEegKFRqUA2yuyvkChcT3F9olsJlBwKkrZHpHNBQrOlT2bL9JNoOClPGpzRboLFDzVmG2iSD8CBW8Shc0R6U+g4FWi0H+RfgUK3iUK/RXpX6AQRKLQP5FhBArBJAr9ERlOoBBUotC9yLACheAShe5EhhcotCJRaF9kOwKF1ipldYS8tSxiewKFVsuNJYsYuFyF8rRmawKF1i7nefx8N8PyTuFfiOjXJl9x4Eonhe+67kcS7n4SYKQ/VXqXvutCoNBJS5wnT4cqqPcVLJR/ucZrvj39av+Bwzry0pGBFioZuhTjLM1JSfaE6ByiNGFx7/r0r0S+AGcAYMq7idxBAAAAAElFTkSuQmCC"),document.getElementById("reddit-avatar-"+n).src=e,document.getElementById("reddit-title-"+n).innerHTML=t.data.subreddit.display_name_prefixed,document.getElementById("reddit-karma-"+n).innerHTML=t.data.total_karma,document.getElementById("reddit-cakeday-"+n).innerHTML=new Date(1e3*t.data.created_utc).toLocaleString("default",{day:"numeric",month:"long",year:"numeric"}),document.getElementById("reddit-url-"+n).href="https://www.reddit.com".concat(t.data.subreddit.url),document.getElementById("reddit-loader-wrap-"+n).classList.add("hidden")})).catch((function(t){}));case 3:case"end":return t.stop()}}),t)})));return function(e,n){return t.apply(this,arguments)}}();function Jt(t){return"styles.redditmedia.com"!==t.split("/")[2]?t:t.replace(/&/g,"&")}function Yt(t){var e=t.replace("/u/","/user/").split("?")[0];return"/"!==e.slice(-1)&&(e+="/"),e}for(var Wt=document.getElementsByClassName("show-article-embed"),Zt=function(t){var e=Wt[t],n=e.getAttribute("data-embedId");e.addEventListener("click",(function(t){t.target.closest(".page-item-wrap").classList.toggle("show-embed"),e.classList.toggle("article-expand"),function(t){var e=document.getElementById("article-wrap-"+t);e.classList.contains("collapsed")?(e.classList.remove("collapsed"),document.getElementById("embed-wrap-"+t).classList.remove("hidden"),e.style.maxHeight="500px"):(e.style.maxHeight="0px",e.classList.add("collapsed"),document.getElementById("embed-wrap-"+t).classList.remove("hidden"))}(n)}))},$t=0;$t<Wt.length;$t++)Zt($t);for(var te=document.getElementsByClassName("contact_form"),ee=function(t){var e=te[t],n=e.getAttribute("data-embedId");e.addEventListener("click",(function(t){e.parentElement.classList.toggle("expanded-form"),e.classList.toggle("contact-expand"),function(t){var e=document.getElementById("page_id-"+t).innerText,n=document.getElementById("contact-wrap-"+t),r=n.getAttribute("data-height");if(n.classList.contains("collapsed")){if(n.classList.remove("collapsed"),document.getElementById("embed-wrap-"+t).classList.add("hidden"),document.getElementById("contact-loader-wrap-"+t).classList.remove("hidden"),r){var i=16+parseInt(r);n.style.height=i+"px"}else n.style.height="250px";var o=decodeURIComponent(Pt("XSRF-TOKEN")),a=new XMLHttpRequest;a.withCredentials=!0,a.onreadystatechange=function(){if(4===a.readyState&&200===a.status){var e=JSON.parse(a.response),r=e.question,i=e.form_details,o="";e.description&&(o=e.description);(function(t){var e=document.querySelector("#contact-mobile-"+t);m()(e,{separateDialCode:!0,preferredCountries:["us","gb","in","br","id","sa","vn"]})})(t);document.getElementById("form-id-"+t).innerHTML=e.id,e.success_message?document.getElementById("contact_confirmation_text-"+t).innerText=e.success_message:document.getElementById("contact_confirmation_text-"+t).innerText="Message sent successfully",["name","email","message","question","mobile"].forEach((function(e){if(i[e]){var n="";n=["mobile","question"].includes(e)?"contact-"+e+"-wrap-"+t:"contact-"+e+"-"+t,document.getElementById(n).classList.remove("hidden"),i[e].required&&(document.getElementById("contact-"+e+"-"+t).classList.add("field-required"),document.getElementById("contact-"+e+"-"+t).placeholder="question"==e?"Type your answer here*":e.charAt(0).toUpperCase()+e.slice(1)+"*")}})),document.getElementById("contact-description-"+t).innerHTML=o,r&&(document.getElementById("question-"+t).innerHTML=r),document.getElementById("embed-wrap-"+t).classList.remove("hidden"),document.getElementById("contact-loader-wrap-"+t).classList.add("hidden");var s=document.getElementById("contact-details-wrap-"+t).clientHeight;s&&(n.style.height=s+16+"px"),function(t){var e=document.getElementById("contact-details-wrap-"+t).querySelectorAll(".field-required"),n=document.getElementById("contact-name-"+t),r=document.getElementById("contact-email-"+t),i=document.getElementById("contact-message-"+t),o=document.getElementById("contact-question-"+t),a=document.getElementById("contact-mobile-"+t),s=document.getElementById("contact_submit_btn-"+t),c=[n,r,i,o,a];e.length&&s.classList.add("disabled-contact-btn");c.forEach((function(e){e.classList.contains("field-required")&&!e.classList.contains("hidden")&&""==e.value&&e.classList.add("field-empty"),e.addEventListener("keyup",(function(){!function(t,e){var n=t.getAttribute("data-type");if("email"==n||"mobile"==n){var r=!0;"email"==n?r=/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(t.value):"mobile"==n&&(r=/^\d{7,11}$/.test(t.value)),""==t.value||r?(document.getElementById(n+"-error-"+e).classList.add("hidden"),document.getElementById(n+"-error-"+e).classList.remove("error-field")):(document.getElementById(n+"-error-"+e).classList.remove("hidden"),document.getElementById(n+"-error-"+e).classList.add("error-field"))}}(e,t),e.classList.contains("field-required")&&!e.classList.contains("hidden")&&""==e.value?e.classList.add("field-empty"):e.classList.remove("field-empty");var n=document.querySelectorAll(".field-empty"),r=document.querySelectorAll(".error-field");n.length||r.length?s.classList.add("disabled-contact-btn"):s.classList.remove("disabled-contact-btn")}))}))}(t)}},a.open("get","".concat(Nt,"/api/pages/").concat(e,"/form/").concat(t)),a.setRequestHeader("X-XSRF-TOKEN",o),a.send()}else n.classList.add("collapsed"),document.getElementById("contact-loader-wrap-"+t).classList.add("hidden"),n.style.height="0px",document.getElementById("embed-wrap-"+t).classList.remove("hidden")}(n)}))},ne=0;ne<te.length;ne++)ee(ne);for(var re=document.getElementsByClassName("contact_submit_btn"),ie=function(t){var e=re[t],n=e.getAttribute("data-embedId");e.addEventListener("click",(function(t){t.preventDefault(),function(t){var e=document.querySelectorAll(".field-required"),n=document.querySelectorAll(".error-field"),r=!1,i=!1;if(e.forEach((function(t){t.value||(i=!0)})),n.forEach((function(t){t.value||(i=!0)})),!r&&!i){var o=document.getElementById("submit_loader-"+t),a=document.getElementById("submit_text-"+t);o.classList.toggle("op-0"),a.classList.toggle("hidden");var s=document.getElementById("form-id-"+t).innerText,c=document.getElementById("page_id-"+t).innerText,u=document.getElementById("contact-email-"+t).value,l=document.getElementById("question-"+t).innerText,d={};["name","email","message","question","mobile"].forEach((function(e){var n=document.getElementById("contact-"+e+"-"+t).value;if(n&&"mobile"==e){var r=function(t){var e=document.querySelector("#contact-mobile-"+t);return window.intlTelInputGlobals.getInstance(e)}(t),i=r.selectedCountryData.dialCode;d[e]="+"+i+" "+n}else n&&(d[e]=n)})),l&&(d["form-question"]=l);var h={response:d,email:u},p=decodeURIComponent(Pt("XSRF-TOKEN")),f=new XMLHttpRequest;f.withCredentials=!0,f.onreadystatechange=function(){if(4===f.readyState&&200===f.status){var e=document.getElementById("submit_loader-"+t),n=document.getElementById("submit_text-"+t),r=document.getElementById("contact_confirmation-"+t);e.classList.add("op-0"),n.classList.remove("hidden"),r.classList.remove("hidden"),r.classList.remove("op-0"),document.getElementById("contact-details-wrap-"+t).classList.add("hidden");var i=r.clientHeight;document.getElementById("contact-wrap-"+t).style.height=i+16+"px",document.getElementById("contact-wrap-"+t).setAttribute("data-height",i)}},f.open("post","".concat(Nt,"/api/pages/").concat(c,"/form/").concat(s,"/submit")),f.setRequestHeader("X-XSRF-TOKEN",p),f.setRequestHeader("Content-Type","application/json;charset=UTF-8"),f.send(JSON.stringify(h))}}(n)}))},oe=0;oe<re.length;oe++)ie(oe);function ae(t,e){var n=document.getElementById("stats_url").value;"page_item"===t.target.getAttribute("data-type")?ce("".concat(n,"/api/event/click?site_id=").concat(e,"&ref_id=").concat(t.target.getAttribute("data-id"),"&type=1")):"social_link"===t.target.getAttribute("data-type")&&ce("".concat(n,"/api/event/click?site_id=").concat(e,"&social_type=").concat(t.target.getAttribute("data-id"),"&type=2"))}function se(t,e){var n=window.location.href,r=document.referrer,i=document.getElementById("stats_url").value;if("creator-page"==e)ce("".concat(i,"/api/event/pageView?site_id=").concat(t,"&referrer_source=").concat(r,"&path=").concat(n));else{var o=document.getElementById("postid").value;console.log(o),ce("".concat(i,"/api/event/postView?site_id=").concat(t,"&referrer_source=").concat(r,"&path=").concat(n,"&ref_id=").concat(o))}}function ce(t){var e=new XMLHttpRequest;e.open("GET",t,!0),e.send(null)}var ue=function(t,e){var n=e?"flex":"none";e?(document.getElementById(t).style.display=n,document.body.style.overflow="hidden"):(document.getElementById(t).style.display=n,document.body.style.overflow="auto")};function le(t){var e=document.getElementById("displayImage");if(e){var n={width:150,height:150,type:"svg",data:document.getElementById("link-input").value,image:e.getAttribute("src"),dotsOptions:{gradient:{type:"linear",rotation:126.36,colorStops:[{offset:.2371,color:"#FF5858"},{offset:.788,color:"#C058FF"}]},type:"square"},backgroundOptions:{color:"#ffffff"},imageOptions:{hideBackgroundDots:!0,imageSize:.4,margin:4,crossOrigin:"anonymous"}},r=new(a())(n),i=new(a())(n);"attach"==t?(r.append(document.getElementById("canvas")),i.append(document.getElementById("canvas-blur"))):r.download({name:"qr",extension:"png"})}}var de=function(){document.getElementById("blog-full-wrap").classList.remove("hidden")},he=function(){de();try{document.getElementById("redirect-to-blog").classList.add("hidden"),document.getElementById("subscription_modal_wrapper").classList.remove("featured-subscribers-full-width"),document.getElementById("intro_popup_enabled")&&(document.getElementById("intro_popup_enabled").value=0)}catch(t){}};window.onload=function(){var t,e,n;!function(){for(var t=document.getElementsByTagName("img"),e=0;e<t.length;e++){var n=t[e];n.getAttribute("data-src")&&n.setAttribute("src",n.getAttribute("data-src"))}}(),le("attach"),(t=document.getElementById("qrDownload"))&&t.addEventListener("click",function(){var t=Dt(i().mark((function t(e){return i().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:le("download");case 1:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}()),function(){for(var t=document.getElementsByTagName("a"),e=0;e<t.length;e++)t[e].addEventListener("click",(function(t){var e=t.currentTarget,n=["trackEvent",e.getAttribute("data-type"),"Click",e.getAttribute("data-id"),1];try{_paq.push(n)}catch(t){}}))}(),function(){for(var t=document.getElementsByClassName("show-embed"),e=0;e<t.length;e++)t[e].addEventListener("click",Tt)}(),function(){try{new URLSearchParams(window.location.search).get("preview")?Ot("page_has_updated_preview"):Ot("page_has_updated")}catch(t){}}(),(e=document.getElementById("openShare"))&&e.addEventListener("click",function(){var t=Dt(i().mark((function t(e){return i().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:ue("share_social",!0),ue("share_modal",!0),setTimeout((function(){document.getElementById("share_modal").classList.add("active-modal")}),100);case 3:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}()),document.getElementById("closeShare").addEventListener("click",function(){var t=Dt(i().mark((function t(e){return i().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:ue("share_social",!1),ue("share_modal",!1),document.getElementById("share_modal").classList.remove("active-modal");case 3:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}()),document.getElementById("shareBackdrop").addEventListener("click",function(){var t=Dt(i().mark((function t(e){return i().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:ue("share_social",!1),ue("share_modal",!1);case 2:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}()),(n=document.getElementById("share-copy")).addEventListener("click",function(){var t=Dt(i().mark((function t(e){var r;return i().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:(r=document.getElementById("link-input")).select(),navigator.clipboard.writeText(r.value),n.innerHTML="Copied!",setTimeout((function(){n.innerHTML="Copy"}),2e3);case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}()),function(){var t=0,e=0,n=(window.innerHeight,document.getElementById("post_header"));function r(){var r=window.pageYOffset||document.documentElement.scrollTop,i=n.clientHeight+1;if(r>t)"fixed"!==n.style.position&&e<=r-i?(e=-i,n.style.top="-".concat(i,"px"),n.style.position="fixed"):"fixed"===n.style.position&&e>=0&&(e=r,n.style.top="".concat(r,"px"),n.style.position="absolute");else if(r<t){var o=Math.max(r-i,0);e>r?(e=r,n.style.top="0px",n.style.position="fixed"):(!e||e<o)&&(e=o,n.style.top="".concat(e,"px"),n.style.position="absolute")}t=r<=0?0:r}n&&(n.style.position="fixed",window.removeEventListener("scroll",r),window.addEventListener("scroll",r))}();var r=document.getElementById("page-type").value,o=document.getElementById("page-mode").value;if(Ft&&"post-page"!=r){try{U(),G(),K(),J()}catch(t){console.error(t)}if("blog"==o){try{j()}catch(t){}_t()}zt();var a=document.getElementById("camp-id");a&&Pt("subscribed_"+a.value)&&(document.getElementById("subscribe_btn_svg").style.display="none",document.getElementById("subscribe_text").innerText="Subscribed",document.getElementById("subscribeIcon").style.display="none",document.getElementById("subscribedIcon").style.display="block")}else if("blog"==o)try{de()}catch(t){}if("post-page"==r){if(Ft)Pt("subscribed_"+document.getElementById("camp-id").value)?document.getElementById("post-subscription").style.display="none":(document.getElementById("post-subscription").style.display="block",U(),E=b("post-subsc-email"),document.getElementById("post-subsc-email").addEventListener("input",St),document.getElementById("post_subscribe_form").addEventListener("submit",xt),zt());new URLSearchParams(window.location.search).get("from")&&(ue("share_social",!0),ue("share_modal",!0),setTimeout((function(){document.getElementById("share_modal").classList.add("active-modal")}),100))}var s=document.getElementById("stats-id").value;"null"!==s&&function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"creator-page";if(!Rt.get("preview")){se(t,e),document.querySelectorAll("[data-type=page_item]").forEach((function(e){return e.addEventListener("click",(function(e){ae(e,t)}))})),document.querySelectorAll("[data-type=social_link]").forEach((function(e){return e.addEventListener("click",(function(e){ae(e,t)}))}))}}(s,r);var c=/iPad|iPhone|iPod/.test(navigator.userAgent)&&!window.MSStream,u=/^((?!chrome|android).)*safari/i.test(navigator.userAgent);if(c&&u){var l=document.getElementsByClassName("page-logo");l.item(0)&&(l.item(0).style.marginBottom="24px")}}},608:(t,e,n)=>{t=n.nmd(t),function(t,e,n,r){var i=!!(t.Worker&&t.Blob&&t.Promise&&t.OffscreenCanvas&&t.OffscreenCanvasRenderingContext2D&&t.HTMLCanvasElement&&t.HTMLCanvasElement.prototype.transferControlToOffscreen&&t.URL&&t.URL.createObjectURL);function o(){}function a(n){var r=e.exports.Promise,i=void 0!==r?r:t.Promise;return"function"==typeof i?new i(n):(n(o,o),null)}var s,c,u,l,d,h,p,f,m,g=(u=Math.floor(1e3/60),l={},d=0,"function"==typeof requestAnimationFrame&&"function"==typeof cancelAnimationFrame?(s=function(t){var e=Math.random();return l[e]=requestAnimationFrame((function n(r){d===r||d+u-1<r?(d=r,delete l[e],t()):l[e]=requestAnimationFrame(n)})),e},c=function(t){l[t]&&cancelAnimationFrame(l[t])}):(s=function(t){return setTimeout(t,u)},c=function(t){return clearTimeout(t)}),{frame:s,cancel:c}),v=(f={},{particleCount:50,angle:90,spread:45,startVelocity:45,decay:.9,gravity:1,drift:0,ticks:200,x:.5,y:.5,shapes:["square","circle"],zIndex:100,colors:["#26ccff","#a25afd","#ff5e7e","#88ff5a","#fcff42","#ffa62d","#ff36ff"],disableForReducedMotion:!1,scalar:1});function y(t,e,n){return function(t,e){return e?e(t):t}(t&&null!=t[e]?t[e]:v[e],n)}function b(t){return t<0?0:Math.floor(t)}function w(t){return parseInt(t,16)}function _(t){return t.map(C)}function C(t){var e=String(t).replace(/[^0-9a-f]/gi,"");return e.length<6&&(e=e[0]+e[0]+e[1]+e[1]+e[2]+e[2]),{r:w(e.substring(0,2)),g:w(e.substring(2,4)),b:w(e.substring(4,6))}}function I(t){t.width=document.documentElement.clientWidth,t.height=document.documentElement.clientHeight}function E(t){var e=t.getBoundingClientRect();t.width=e.width,t.height=e.height}function x(t,e,i,o,s){var c,u,l=e.slice(),d=t.getContext("2d"),h=a((function(e){function a(){c=u=null,d.clearRect(0,0,o.width,o.height),s(),e()}c=g.frame((function e(){!n||o.width===r.width&&o.height===r.height||(o.width=t.width=r.width,o.height=t.height=r.height),o.width||o.height||(i(t),o.width=t.width,o.height=t.height),d.clearRect(0,0,o.width,o.height),l=l.filter((function(t){return function(t,e){e.x+=Math.cos(e.angle2D)*e.velocity+e.drift,e.y+=Math.sin(e.angle2D)*e.velocity+e.gravity,e.wobble+=e.wobbleSpeed,e.velocity*=e.decay,e.tiltAngle+=.1,e.tiltSin=Math.sin(e.tiltAngle),e.tiltCos=Math.cos(e.tiltAngle),e.random=Math.random()+2,e.wobbleX=e.x+10*e.scalar*Math.cos(e.wobble),e.wobbleY=e.y+10*e.scalar*Math.sin(e.wobble);var n=e.tick++/e.totalTicks,r=e.x+e.random*e.tiltCos,i=e.y+e.random*e.tiltSin,o=e.wobbleX+e.random*e.tiltCos,a=e.wobbleY+e.random*e.tiltSin;return t.fillStyle="rgba("+e.color.r+", "+e.color.g+", "+e.color.b+", "+(1-n)+")",t.beginPath(),"circle"===e.shape?t.ellipse?t.ellipse(e.x,e.y,Math.abs(o-r)*e.ovalScalar,Math.abs(a-i)*e.ovalScalar,Math.PI/10*e.wobble,0,2*Math.PI):function(t,e,n,r,i,o,a,s,c){t.save(),t.translate(e,n),t.rotate(o),t.scale(r,i),t.arc(0,0,1,a,s,c),t.restore()}(t,e.x,e.y,Math.abs(o-r)*e.ovalScalar,Math.abs(a-i)*e.ovalScalar,Math.PI/10*e.wobble,0,2*Math.PI):(t.moveTo(Math.floor(e.x),Math.floor(e.y)),t.lineTo(Math.floor(e.wobbleX),Math.floor(i)),t.lineTo(Math.floor(o),Math.floor(a)),t.lineTo(Math.floor(r),Math.floor(e.wobbleY))),t.closePath(),t.fill(),e.tick<e.totalTicks}(d,t)})),l.length?c=g.frame(e):a()})),u=a}));return{addFettis:function(t){return l=l.concat(t),h},canvas:t,promise:h,reset:function(){c&&g.cancel(c),u&&u()}}}function k(e,n){var r,i=!e,o=!!y(n||{},"resize"),s=y(n,"disableForReducedMotion",Boolean),c=null,u=i?I:E,l=!(!e||!c)&&!!e.__confetti_initialized,d="function"==typeof matchMedia&&matchMedia("(prefers-reduced-motion)").matches;function h(t,n,i){for(var o,a,s,c,l,d=y(t,"particleCount",b),h=y(t,"angle",Number),p=y(t,"spread",Number),f=y(t,"startVelocity",Number),m=y(t,"decay",Number),g=y(t,"gravity",Number),v=y(t,"drift",Number),w=y(t,"colors",_),C=y(t,"ticks",Number),I=y(t,"shapes"),E=y(t,"scalar"),k=function(t){var e=y(t,"origin",Object);return e.x=y(e,"x",Number),e.y=y(e,"y",Number),e}(t),L=d,B=[],S=e.width*k.x,A=e.height*k.y;L--;)B.push((o={x:S,y:A,angle:h,spread:p,startVelocity:f,color:w[L%w.length],shape:I[(c=0,l=I.length,Math.floor(Math.random()*(l-c))+c)],ticks:C,decay:m,gravity:g,drift:v,scalar:E},a=void 0,s=void 0,a=o.angle*(Math.PI/180),s=o.spread*(Math.PI/180),{x:o.x,y:o.y,wobble:10*Math.random(),wobbleSpeed:Math.min(.11,.1*Math.random()+.05),velocity:.5*o.startVelocity+Math.random()*o.startVelocity,angle2D:-a+(.5*s-Math.random()*s),tiltAngle:(.5*Math.random()+.25)*Math.PI,color:o.color,shape:o.shape,tick:0,totalTicks:o.ticks,decay:o.decay,drift:o.drift,random:Math.random()+2,tiltSin:0,tiltCos:0,wobbleX:0,wobbleY:0,gravity:3*o.gravity,ovalScalar:.6,scalar:o.scalar}));return r?r.addFettis(B):(r=x(e,B,u,n,i)).promise}function p(n){var p=s||y(n,"disableForReducedMotion",Boolean),f=y(n,"zIndex",Number);if(p&&d)return a((function(t){t()}));i&&r?e=r.canvas:i&&!e&&(e=function(t){var e=document.createElement("canvas");return e.style.position="fixed",e.style.top="0px",e.style.left="0px",e.style.pointerEvents="none",e.style.zIndex=t,e}(f),document.body.appendChild(e)),o&&!l&&u(e);var m={width:e.width,height:e.height};function g(){if(c){var t={getBoundingClientRect:function(){if(!i)return e.getBoundingClientRect()}};return u(t),void c.postMessage({resize:{width:t.width,height:t.height}})}m.width=m.height=null}function v(){r=null,o&&t.removeEventListener("resize",g),i&&e&&(document.body.removeChild(e),e=null,l=!1)}return c&&!l&&c.init(e),l=!0,c&&(e.__confetti_initialized=!0),o&&t.addEventListener("resize",g,!1),c?c.fire(n,m,v):h(n,m,v)}return p.reset=function(){c&&c.reset(),r&&r.reset()},p}function L(){return m||(m=k(null,{useWorker:!0,resize:!0})),m}e.exports=function(){return L().apply(this,arguments)},e.exports.reset=function(){L().reset()},e.exports.create=k}(function(){return"undefined"!=typeof window?window:"undefined"!=typeof self?self:this||{}}(),t,!1)},14:(t,e,n)=>{function r(t){return r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},r(t)}var i;t=n.nmd(t),i=function(t){"use strict";return function(){for(var e=[["Afghanistan (افغانستان)","af","93"],["Albania (Shqipëri)","al","355"],["Algeria (الجزائر)","dz","213"],["American Samoa","as","1",5,["684"]],["Andorra","ad","376"],["Angola","ao","244"],["Anguilla","ai","1",6,["264"]],["Antigua and Barbuda","ag","1",7,["268"]],["Argentina","ar","54"],["Armenia (Հայաստան)","am","374"],["Aruba","aw","297"],["Ascension Island","ac","247"],["Australia","au","61",0],["Austria (Österreich)","at","43"],["Azerbaijan (Azərbaycan)","az","994"],["Bahamas","bs","1",8,["242"]],["Bahrain (البحرين)","bh","973"],["Bangladesh (বাংলাদেশ)","bd","880"],["Barbados","bb","1",9,["246"]],["Belarus (Беларусь)","by","375"],["Belgium (België)","be","32"],["Belize","bz","501"],["Benin (Bénin)","bj","229"],["Bermuda","bm","1",10,["441"]],["Bhutan (འབྲུག)","bt","975"],["Bolivia","bo","591"],["Bosnia and Herzegovina (Босна и Херцеговина)","ba","387"],["Botswana","bw","267"],["Brazil (Brasil)","br","55"],["British Indian Ocean Territory","io","246"],["British Virgin Islands","vg","1",11,["284"]],["Brunei","bn","673"],["Bulgaria (България)","bg","359"],["Burkina Faso","bf","226"],["Burundi (Uburundi)","bi","257"],["Cambodia (កម្ពុជា)","kh","855"],["Cameroon (Cameroun)","cm","237"],["Canada","ca","1",1,["204","226","236","249","250","289","306","343","365","387","403","416","418","431","437","438","450","506","514","519","548","579","581","587","604","613","639","647","672","705","709","742","778","780","782","807","819","825","867","873","902","905"]],["Cape Verde (Kabu Verdi)","cv","238"],["Caribbean Netherlands","bq","599",1,["3","4","7"]],["Cayman Islands","ky","1",12,["345"]],["Central African Republic (République centrafricaine)","cf","236"],["Chad (Tchad)","td","235"],["Chile","cl","56"],["China (中国)","cn","86"],["Christmas Island","cx","61",2,["89164"]],["Cocos (Keeling) Islands","cc","61",1,["89162"]],["Colombia","co","57"],["Comoros (جزر القمر)","km","269"],["Congo (DRC) (Jamhuri ya Kidemokrasia ya Kongo)","cd","243"],["Congo (Republic) (Congo-Brazzaville)","cg","242"],["Cook Islands","ck","682"],["Costa Rica","cr","506"],["Côte d’Ivoire","ci","225"],["Croatia (Hrvatska)","hr","385"],["Cuba","cu","53"],["Curaçao","cw","599",0],["Cyprus (Κύπρος)","cy","357"],["Czech Republic (Česká republika)","cz","420"],["Denmark (Danmark)","dk","45"],["Djibouti","dj","253"],["Dominica","dm","1",13,["767"]],["Dominican Republic (República Dominicana)","do","1",2,["809","829","849"]],["Ecuador","ec","593"],["Egypt (مصر)","eg","20"],["El Salvador","sv","503"],["Equatorial Guinea (Guinea Ecuatorial)","gq","240"],["Eritrea","er","291"],["Estonia (Eesti)","ee","372"],["Eswatini","sz","268"],["Ethiopia","et","251"],["Falkland Islands (Islas Malvinas)","fk","500"],["Faroe Islands (Føroyar)","fo","298"],["Fiji","fj","679"],["Finland (Suomi)","fi","358",0],["France","fr","33"],["French Guiana (Guyane française)","gf","594"],["French Polynesia (Polynésie française)","pf","689"],["Gabon","ga","241"],["Gambia","gm","220"],["Georgia (საქართველო)","ge","995"],["Germany (Deutschland)","de","49"],["Ghana (Gaana)","gh","233"],["Gibraltar","gi","350"],["Greece (Ελλάδα)","gr","30"],["Greenland (Kalaallit Nunaat)","gl","299"],["Grenada","gd","1",14,["473"]],["Guadeloupe","gp","590",0],["Guam","gu","1",15,["671"]],["Guatemala","gt","502"],["Guernsey","gg","44",1,["1481","7781","7839","7911"]],["Guinea (Guinée)","gn","224"],["Guinea-Bissau (Guiné Bissau)","gw","245"],["Guyana","gy","592"],["Haiti","ht","509"],["Honduras","hn","504"],["Hong Kong (香港)","hk","852"],["Hungary (Magyarország)","hu","36"],["Iceland (Ísland)","is","354"],["India (भारत)","in","91"],["Indonesia","id","62"],["Iran (ایران)","ir","98"],["Iraq (العراق)","iq","964"],["Ireland","ie","353"],["Isle of Man","im","44",2,["1624","74576","7524","7924","7624"]],["Israel (ישראל)","il","972"],["Italy (Italia)","it","39",0],["Jamaica","jm","1",4,["876","658"]],["Japan (日本)","jp","81"],["Jersey","je","44",3,["1534","7509","7700","7797","7829","7937"]],["Jordan (الأردن)","jo","962"],["Kazakhstan (Казахстан)","kz","7",1,["33","7"]],["Kenya","ke","254"],["Kiribati","ki","686"],["Kosovo","xk","383"],["Kuwait (الكويت)","kw","965"],["Kyrgyzstan (Кыргызстан)","kg","996"],["Laos (ລາວ)","la","856"],["Latvia (Latvija)","lv","371"],["Lebanon (لبنان)","lb","961"],["Lesotho","ls","266"],["Liberia","lr","231"],["Libya (ليبيا)","ly","218"],["Liechtenstein","li","423"],["Lithuania (Lietuva)","lt","370"],["Luxembourg","lu","352"],["Macau (澳門)","mo","853"],["North Macedonia (Македонија)","mk","389"],["Madagascar (Madagasikara)","mg","261"],["Malawi","mw","265"],["Malaysia","my","60"],["Maldives","mv","960"],["Mali","ml","223"],["Malta","mt","356"],["Marshall Islands","mh","692"],["Martinique","mq","596"],["Mauritania (موريتانيا)","mr","222"],["Mauritius (Moris)","mu","230"],["Mayotte","yt","262",1,["269","639"]],["Mexico (México)","mx","52"],["Micronesia","fm","691"],["Moldova (Republica Moldova)","md","373"],["Monaco","mc","377"],["Mongolia (Монгол)","mn","976"],["Montenegro (Crna Gora)","me","382"],["Montserrat","ms","1",16,["664"]],["Morocco (المغرب)","ma","212",0],["Mozambique (Moçambique)","mz","258"],["Myanmar (Burma) (မြန်မာ)","mm","95"],["Namibia (Namibië)","na","264"],["Nauru","nr","674"],["Nepal (नेपाल)","np","977"],["Netherlands (Nederland)","nl","31"],["New Caledonia (Nouvelle-Calédonie)","nc","687"],["New Zealand","nz","64"],["Nicaragua","ni","505"],["Niger (Nijar)","ne","227"],["Nigeria","ng","234"],["Niue","nu","683"],["Norfolk Island","nf","672"],["North Korea (조선 민주주의 인민 공화국)","kp","850"],["Northern Mariana Islands","mp","1",17,["670"]],["Norway (Norge)","no","47",0],["Oman (عُمان)","om","968"],["Pakistan (پاکستان)","pk","92"],["Palau","pw","680"],["Palestine (فلسطين)","ps","970"],["Panama (Panamá)","pa","507"],["Papua New Guinea","pg","675"],["Paraguay","py","595"],["Peru (Perú)","pe","51"],["Philippines","ph","63"],["Poland (Polska)","pl","48"],["Portugal","pt","351"],["Puerto Rico","pr","1",3,["787","939"]],["Qatar (قطر)","qa","974"],["Réunion (La Réunion)","re","262",0],["Romania (România)","ro","40"],["Russia (Россия)","ru","7",0],["Rwanda","rw","250"],["Saint Barthélemy","bl","590",1],["Saint Helena","sh","290"],["Saint Kitts and Nevis","kn","1",18,["869"]],["Saint Lucia","lc","1",19,["758"]],["Saint Martin (Saint-Martin (partie française))","mf","590",2],["Saint Pierre and Miquelon (Saint-Pierre-et-Miquelon)","pm","508"],["Saint Vincent and the Grenadines","vc","1",20,["784"]],["Samoa","ws","685"],["San Marino","sm","378"],["São Tomé and Príncipe (São Tomé e Príncipe)","st","239"],["Saudi Arabia (المملكة العربية السعودية)","sa","966"],["Senegal (Sénégal)","sn","221"],["Serbia (Србија)","rs","381"],["Seychelles","sc","248"],["Sierra Leone","sl","232"],["Singapore","sg","65"],["Sint Maarten","sx","1",21,["721"]],["Slovakia (Slovensko)","sk","421"],["Slovenia (Slovenija)","si","386"],["Solomon Islands","sb","677"],["Somalia (Soomaaliya)","so","252"],["South Africa","za","27"],["South Korea (대한민국)","kr","82"],["South Sudan (جنوب السودان)","ss","211"],["Spain (España)","es","34"],["Sri Lanka (ශ්රී ලංකාව)","lk","94"],["Sudan (السودان)","sd","249"],["Suriname","sr","597"],["Svalbard and Jan Mayen","sj","47",1,["79"]],["Sweden (Sverige)","se","46"],["Switzerland (Schweiz)","ch","41"],["Syria (سوريا)","sy","963"],["Taiwan (台灣)","tw","886"],["Tajikistan","tj","992"],["Tanzania","tz","255"],["Thailand (ไทย)","th","66"],["Timor-Leste","tl","670"],["Togo","tg","228"],["Tokelau","tk","690"],["Tonga","to","676"],["Trinidad and Tobago","tt","1",22,["868"]],["Tunisia (تونس)","tn","216"],["Turkey (Türkiye)","tr","90"],["Turkmenistan","tm","993"],["Turks and Caicos Islands","tc","1",23,["649"]],["Tuvalu","tv","688"],["U.S. Virgin Islands","vi","1",24,["340"]],["Uganda","ug","256"],["Ukraine (Україна)","ua","380"],["United Arab Emirates (الإمارات العربية المتحدة)","ae","971"],["United Kingdom","gb","44",0],["United States","us","1",0],["Uruguay","uy","598"],["Uzbekistan (Oʻzbekiston)","uz","998"],["Vanuatu","vu","678"],["Vatican City (Città del Vaticano)","va","39",1,["06698"]],["Venezuela","ve","58"],["Vietnam (Việt Nam)","vn","84"],["Wallis and Futuna (Wallis-et-Futuna)","wf","681"],["Western Sahara (الصحراء الغربية)","eh","212",1,["5288","5289"]],["Yemen (اليمن)","ye","967"],["Zambia","zm","260"],["Zimbabwe","zw","263"],["Åland Islands","ax","358",1,["18"]]],n=0;n<e.length;n++){var i=e[n];e[n]={name:i[0],iso2:i[1],dialCode:i[2],priority:i[3]||0,areaCodes:i[4]||null}}function o(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}var a={getInstance:function(t){var e=t.getAttribute("data-intl-tel-input-id");return window.intlTelInputGlobals.instances[e]},instances:{},documentReady:function(){return"complete"===document.readyState}};"object"===("undefined"==typeof window?"undefined":r(window))&&(window.intlTelInputGlobals=a);var s=0,c={allowDropdown:!0,autoHideDialCode:!0,autoPlaceholder:"polite",customContainer:"",customPlaceholder:null,dropdownContainer:null,excludeCountries:[],formatOnDisplay:!0,geoIpLookup:null,hiddenInput:"",initialCountry:"",localizedCountries:null,nationalMode:!0,onlyCountries:[],placeholderNumberType:"MOBILE",preferredCountries:["us","gb"],separateDialCode:!1,utilsScript:""},u=["800","822","833","844","855","866","877","880","881","882","883","884","885","886","887","888","889"],l=function(t,e){for(var n=Object.keys(t),r=0;r<n.length;r++)e(n[r],t[n[r]])},d=function(t){l(window.intlTelInputGlobals.instances,(function(e){window.intlTelInputGlobals.instances[e][t]()}))},h=function(){function n(t,e){var r=this;!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,n),this.id=s++,this.telInput=t,this.activeItem=null,this.highlightedItem=null;var i=e||{};this.options={},l(c,(function(t,e){r.options[t]=i.hasOwnProperty(t)?i[t]:e})),this.hadInitialPlaceholder=Boolean(t.getAttribute("placeholder"))}var r,i,a;return r=n,i=[{key:"_init",value:function(){var t=this;if(this.options.nationalMode&&(this.options.autoHideDialCode=!1),this.options.separateDialCode&&(this.options.autoHideDialCode=this.options.nationalMode=!1),this.isMobile=/Android.+Mobile|webOS|iPhone|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent),this.isMobile&&(document.body.classList.add("iti-mobile"),this.options.dropdownContainer||(this.options.dropdownContainer=document.body)),"undefined"!=typeof Promise){var e=new Promise((function(e,n){t.resolveAutoCountryPromise=e,t.rejectAutoCountryPromise=n})),n=new Promise((function(e,n){t.resolveUtilsScriptPromise=e,t.rejectUtilsScriptPromise=n}));this.promise=Promise.all([e,n])}else this.resolveAutoCountryPromise=this.rejectAutoCountryPromise=function(){},this.resolveUtilsScriptPromise=this.rejectUtilsScriptPromise=function(){};this.selectedCountryData={},this._processCountryData(),this._generateMarkup(),this._setInitialState(),this._initListeners(),this._initRequests()}},{key:"_processCountryData",value:function(){this._processAllCountries(),this._processCountryCodes(),this._processPreferredCountries(),this.options.localizedCountries&&this._translateCountriesByLocale(),(this.options.onlyCountries.length||this.options.localizedCountries)&&this.countries.sort(this._countryNameSort)}},{key:"_addCountryCode",value:function(e,n,r){n.length>this.countryCodeMaxLen&&(this.countryCodeMaxLen=n.length),this.countryCodes.hasOwnProperty(n)||(this.countryCodes[n]=[]);for(var i=0;i<this.countryCodes[n].length;i++)if(this.countryCodes[n][i]===e)return;var o=r!==t?r:this.countryCodes[n].length;this.countryCodes[n][o]=e}},{key:"_processAllCountries",value:function(){if(this.options.onlyCountries.length){var t=this.options.onlyCountries.map((function(t){return t.toLowerCase()}));this.countries=e.filter((function(e){return t.indexOf(e.iso2)>-1}))}else if(this.options.excludeCountries.length){var n=this.options.excludeCountries.map((function(t){return t.toLowerCase()}));this.countries=e.filter((function(t){return-1===n.indexOf(t.iso2)}))}else this.countries=e}},{key:"_translateCountriesByLocale",value:function(){for(var t=0;t<this.countries.length;t++){var e=this.countries[t].iso2.toLowerCase();this.options.localizedCountries.hasOwnProperty(e)&&(this.countries[t].name=this.options.localizedCountries[e])}}},{key:"_countryNameSort",value:function(t,e){return t.name.localeCompare(e.name)}},{key:"_processCountryCodes",value:function(){this.countryCodeMaxLen=0,this.dialCodes={},this.countryCodes={};for(var t=0;t<this.countries.length;t++){var e=this.countries[t];this.dialCodes[e.dialCode]||(this.dialCodes[e.dialCode]=!0),this._addCountryCode(e.iso2,e.dialCode,e.priority)}for(var n=0;n<this.countries.length;n++){var r=this.countries[n];if(r.areaCodes)for(var i=this.countryCodes[r.dialCode][0],o=0;o<r.areaCodes.length;o++){for(var a=r.areaCodes[o],s=1;s<a.length;s++){var c=r.dialCode+a.substr(0,s);this._addCountryCode(i,c),this._addCountryCode(r.iso2,c)}this._addCountryCode(r.iso2,r.dialCode+a)}}}},{key:"_processPreferredCountries",value:function(){this.preferredCountries=[];for(var t=0;t<this.options.preferredCountries.length;t++){var e=this.options.preferredCountries[t].toLowerCase(),n=this._getCountryData(e,!1,!0);n&&this.preferredCountries.push(n)}}},{key:"_createEl",value:function(t,e,n){var r=document.createElement(t);return e&&l(e,(function(t,e){return r.setAttribute(t,e)})),n&&n.appendChild(r),r}},{key:"_generateMarkup",value:function(){this.telInput.hasAttribute("autocomplete")||this.telInput.form&&this.telInput.form.hasAttribute("autocomplete")||this.telInput.setAttribute("autocomplete","off");var t="iti";this.options.allowDropdown&&(t+=" iti--allow-dropdown"),this.options.separateDialCode&&(t+=" iti--separate-dial-code"),this.options.customContainer&&(t+=" ",t+=this.options.customContainer);var e=this._createEl("div",{class:t});if(this.telInput.parentNode.insertBefore(e,this.telInput),this.flagsContainer=this._createEl("div",{class:"iti__flag-container"},e),e.appendChild(this.telInput),this.selectedFlag=this._createEl("div",{class:"iti__selected-flag",role:"combobox","aria-controls":"iti-".concat(this.id,"__country-listbox"),"aria-owns":"iti-".concat(this.id,"__country-listbox"),"aria-expanded":"false"},this.flagsContainer),this.selectedFlagInner=this._createEl("div",{class:"iti__flag"},this.selectedFlag),this.options.separateDialCode&&(this.selectedDialCode=this._createEl("div",{class:"iti__selected-dial-code"},this.selectedFlag)),this.options.allowDropdown&&(this.selectedFlag.setAttribute("tabindex","0"),this.dropdownArrow=this._createEl("div",{class:"iti__arrow"},this.selectedFlag),this.countryList=this._createEl("ul",{class:"iti__country-list iti__hide",id:"iti-".concat(this.id,"__country-listbox"),role:"listbox","aria-label":"List of countries"}),this.preferredCountries.length&&(this._appendListItems(this.preferredCountries,"iti__preferred",!0),this._createEl("li",{class:"iti__divider",role:"separator","aria-disabled":"true"},this.countryList)),this._appendListItems(this.countries,"iti__standard"),this.options.dropdownContainer?(this.dropdown=this._createEl("div",{class:"iti iti--container"}),this.dropdown.appendChild(this.countryList)):this.flagsContainer.appendChild(this.countryList)),this.options.hiddenInput){var n=this.options.hiddenInput,r=this.telInput.getAttribute("name");if(r){var i=r.lastIndexOf("[");-1!==i&&(n="".concat(r.substr(0,i),"[").concat(n,"]"))}this.hiddenInput=this._createEl("input",{type:"hidden",name:n}),e.appendChild(this.hiddenInput)}}},{key:"_appendListItems",value:function(t,e,n){for(var r="",i=0;i<t.length;i++){var o=t[i],a=n?"-preferred":"";r+="<li class='iti__country ".concat(e,"' tabIndex='-1' id='iti-").concat(this.id,"__item-").concat(o.iso2).concat(a,"' role='option' data-dial-code='").concat(o.dialCode,"' data-country-code='").concat(o.iso2,"' aria-selected='false'>"),r+="<div class='iti__flag-box'><div class='iti__flag iti__".concat(o.iso2,"'></div></div>"),r+="<span class='iti__country-name'>".concat(o.name,"</span>"),r+="<span class='iti__dial-code'>+".concat(o.dialCode,"</span>"),r+="</li>"}this.countryList.insertAdjacentHTML("beforeend",r)}},{key:"_setInitialState",value:function(){var t=this.telInput.getAttribute("value"),e=this.telInput.value,n=!t||"+"!==t.charAt(0)||e&&"+"===e.charAt(0)?e:t,r=this._getDialCode(n),i=this._isRegionlessNanp(n),o=this.options,a=o.initialCountry,s=o.nationalMode,c=o.autoHideDialCode,u=o.separateDialCode;r&&!i?this._updateFlagFromNumber(n):"auto"!==a&&(a?this._setFlag(a.toLowerCase()):r&&i?this._setFlag("us"):(this.defaultCountry=this.preferredCountries.length?this.preferredCountries[0].iso2:this.countries[0].iso2,n||this._setFlag(this.defaultCountry)),n||s||c||u||(this.telInput.value="+".concat(this.selectedCountryData.dialCode))),n&&this._updateValFromNumber(n)}},{key:"_initListeners",value:function(){this._initKeyListeners(),this.options.autoHideDialCode&&this._initBlurListeners(),this.options.allowDropdown&&this._initDropdownListeners(),this.hiddenInput&&this._initHiddenInputListener()}},{key:"_initHiddenInputListener",value:function(){var t=this;this._handleHiddenInputSubmit=function(){t.hiddenInput.value=t.getNumber()},this.telInput.form&&this.telInput.form.addEventListener("submit",this._handleHiddenInputSubmit)}},{key:"_getClosestLabel",value:function(){for(var t=this.telInput;t&&"LABEL"!==t.tagName;)t=t.parentNode;return t}},{key:"_initDropdownListeners",value:function(){var t=this;this._handleLabelClick=function(e){t.countryList.classList.contains("iti__hide")?t.telInput.focus():e.preventDefault()};var e=this._getClosestLabel();e&&e.addEventListener("click",this._handleLabelClick),this._handleClickSelectedFlag=function(){!t.countryList.classList.contains("iti__hide")||t.telInput.disabled||t.telInput.readOnly||t._showDropdown()},this.selectedFlag.addEventListener("click",this._handleClickSelectedFlag),this._handleFlagsContainerKeydown=function(e){t.countryList.classList.contains("iti__hide")&&-1!==["ArrowUp","Up","ArrowDown","Down"," ","Enter"].indexOf(e.key)&&(e.preventDefault(),e.stopPropagation(),t._showDropdown()),"Tab"===e.key&&t._closeDropdown()},this.flagsContainer.addEventListener("keydown",this._handleFlagsContainerKeydown)}},{key:"_initRequests",value:function(){var t=this;this.options.utilsScript&&!window.intlTelInputUtils?window.intlTelInputGlobals.documentReady()?window.intlTelInputGlobals.loadUtils(this.options.utilsScript):window.addEventListener("load",(function(){window.intlTelInputGlobals.loadUtils(t.options.utilsScript)})):this.resolveUtilsScriptPromise(),"auto"===this.options.initialCountry?this._loadAutoCountry():this.resolveAutoCountryPromise()}},{key:"_loadAutoCountry",value:function(){window.intlTelInputGlobals.autoCountry?this.handleAutoCountry():window.intlTelInputGlobals.startedLoadingAutoCountry||(window.intlTelInputGlobals.startedLoadingAutoCountry=!0,"function"==typeof this.options.geoIpLookup&&this.options.geoIpLookup((function(t){window.intlTelInputGlobals.autoCountry=t.toLowerCase(),setTimeout((function(){return d("handleAutoCountry")}))}),(function(){return d("rejectAutoCountryPromise")})))}},{key:"_initKeyListeners",value:function(){var t=this;this._handleKeyupEvent=function(){t._updateFlagFromNumber(t.telInput.value)&&t._triggerCountryChange()},this.telInput.addEventListener("keyup",this._handleKeyupEvent),this._handleClipboardEvent=function(){setTimeout(t._handleKeyupEvent)},this.telInput.addEventListener("cut",this._handleClipboardEvent),this.telInput.addEventListener("paste",this._handleClipboardEvent)}},{key:"_cap",value:function(t){var e=this.telInput.getAttribute("maxlength");return e&&t.length>e?t.substr(0,e):t}},{key:"_initBlurListeners",value:function(){var t=this;this._handleSubmitOrBlurEvent=function(){t._removeEmptyDialCode()},this.telInput.form&&this.telInput.form.addEventListener("submit",this._handleSubmitOrBlurEvent),this.telInput.addEventListener("blur",this._handleSubmitOrBlurEvent)}},{key:"_removeEmptyDialCode",value:function(){if("+"===this.telInput.value.charAt(0)){var t=this._getNumeric(this.telInput.value);t&&this.selectedCountryData.dialCode!==t||(this.telInput.value="")}}},{key:"_getNumeric",value:function(t){return t.replace(/\D/g,"")}},{key:"_trigger",value:function(t){var e=document.createEvent("Event");e.initEvent(t,!0,!0),this.telInput.dispatchEvent(e)}},{key:"_showDropdown",value:function(){this.countryList.classList.remove("iti__hide"),this.selectedFlag.setAttribute("aria-expanded","true"),this._setDropdownPosition(),this.activeItem&&(this._highlightListItem(this.activeItem,!1),this._scrollTo(this.activeItem,!0)),this._bindDropdownListeners(),this.dropdownArrow.classList.add("iti__arrow--up"),this._trigger("open:countrydropdown")}},{key:"_toggleClass",value:function(t,e,n){n&&!t.classList.contains(e)?t.classList.add(e):!n&&t.classList.contains(e)&&t.classList.remove(e)}},{key:"_setDropdownPosition",value:function(){var t=this;if(this.options.dropdownContainer&&this.options.dropdownContainer.appendChild(this.dropdown),!this.isMobile){var e=this.telInput.getBoundingClientRect(),n=window.pageYOffset||document.documentElement.scrollTop,r=e.top+n,i=this.countryList.offsetHeight,o=r+this.telInput.offsetHeight+i<n+window.innerHeight,a=r-i>n;if(this._toggleClass(this.countryList,"iti__country-list--dropup",!o&&a),this.options.dropdownContainer){var s=!o&&a?0:this.telInput.offsetHeight;this.dropdown.style.top="".concat(r+s,"px"),this.dropdown.style.left="".concat(e.left+document.body.scrollLeft,"px"),this._handleWindowScroll=function(){return t._closeDropdown()},window.addEventListener("scroll",this._handleWindowScroll)}}}},{key:"_getClosestListItem",value:function(t){for(var e=t;e&&e!==this.countryList&&!e.classList.contains("iti__country");)e=e.parentNode;return e===this.countryList?null:e}},{key:"_bindDropdownListeners",value:function(){var t=this;this._handleMouseoverCountryList=function(e){var n=t._getClosestListItem(e.target);n&&t._highlightListItem(n,!1)},this.countryList.addEventListener("mouseover",this._handleMouseoverCountryList),this._handleClickCountryList=function(e){var n=t._getClosestListItem(e.target);n&&t._selectListItem(n)},this.countryList.addEventListener("click",this._handleClickCountryList);var e=!0;this._handleClickOffToClose=function(){e||t._closeDropdown(),e=!1},document.documentElement.addEventListener("click",this._handleClickOffToClose);var n="",r=null;this._handleKeydownOnDropdown=function(e){e.preventDefault(),"ArrowUp"===e.key||"Up"===e.key||"ArrowDown"===e.key||"Down"===e.key?t._handleUpDownKey(e.key):"Enter"===e.key?t._handleEnterKey():"Escape"===e.key?t._closeDropdown():/^[a-zA-ZÀ-ÿа-яА-Я ]$/.test(e.key)&&(r&&clearTimeout(r),n+=e.key.toLowerCase(),t._searchForCountry(n),r=setTimeout((function(){n=""}),1e3))},document.addEventListener("keydown",this._handleKeydownOnDropdown)}},{key:"_handleUpDownKey",value:function(t){var e="ArrowUp"===t||"Up"===t?this.highlightedItem.previousElementSibling:this.highlightedItem.nextElementSibling;e&&(e.classList.contains("iti__divider")&&(e="ArrowUp"===t||"Up"===t?e.previousElementSibling:e.nextElementSibling),this._highlightListItem(e,!0))}},{key:"_handleEnterKey",value:function(){this.highlightedItem&&this._selectListItem(this.highlightedItem)}},{key:"_searchForCountry",value:function(t){for(var e=0;e<this.countries.length;e++)if(this._startsWith(this.countries[e].name,t)){var n=this.countryList.querySelector("#iti-".concat(this.id,"__item-").concat(this.countries[e].iso2));this._highlightListItem(n,!1),this._scrollTo(n,!0);break}}},{key:"_startsWith",value:function(t,e){return t.substr(0,e.length).toLowerCase()===e}},{key:"_updateValFromNumber",value:function(t){var e=t;if(this.options.formatOnDisplay&&window.intlTelInputUtils&&this.selectedCountryData){var n=!this.options.separateDialCode&&(this.options.nationalMode||"+"!==e.charAt(0)),r=intlTelInputUtils.numberFormat,i=r.NATIONAL,o=r.INTERNATIONAL,a=n?i:o;e=intlTelInputUtils.formatNumber(e,this.selectedCountryData.iso2,a)}e=this._beforeSetNumber(e),this.telInput.value=e}},{key:"_updateFlagFromNumber",value:function(t){var e=t,n=this.selectedCountryData.dialCode,r="1"===n;e&&this.options.nationalMode&&r&&"+"!==e.charAt(0)&&("1"!==e.charAt(0)&&(e="1".concat(e)),e="+".concat(e)),this.options.separateDialCode&&n&&"+"!==e.charAt(0)&&(e="+".concat(n).concat(e));var i=this._getDialCode(e,!0),o=this._getNumeric(e),a=null;if(i){var s=this.countryCodes[this._getNumeric(i)],c=-1!==s.indexOf(this.selectedCountryData.iso2)&&o.length<=i.length-1;if(!("1"===n&&this._isRegionlessNanp(o)||c))for(var u=0;u<s.length;u++)if(s[u]){a=s[u];break}}else"+"===e.charAt(0)&&o.length?a="":e&&"+"!==e||(a=this.defaultCountry);return null!==a&&this._setFlag(a)}},{key:"_isRegionlessNanp",value:function(t){var e=this._getNumeric(t);if("1"===e.charAt(0)){var n=e.substr(1,3);return-1!==u.indexOf(n)}return!1}},{key:"_highlightListItem",value:function(t,e){var n=this.highlightedItem;n&&n.classList.remove("iti__highlight"),this.highlightedItem=t,this.highlightedItem.classList.add("iti__highlight"),e&&this.highlightedItem.focus()}},{key:"_getCountryData",value:function(t,n,r){for(var i=n?e:this.countries,o=0;o<i.length;o++)if(i[o].iso2===t)return i[o];if(r)return null;throw new Error("No country data for '".concat(t,"'"))}},{key:"_setFlag",value:function(t){var e=this.selectedCountryData.iso2?this.selectedCountryData:{};this.selectedCountryData=t?this._getCountryData(t,!1,!1):{},this.selectedCountryData.iso2&&(this.defaultCountry=this.selectedCountryData.iso2),this.selectedFlagInner.setAttribute("class","iti__flag iti__".concat(t));var n=t?"".concat(this.selectedCountryData.name,": +").concat(this.selectedCountryData.dialCode):"Unknown";if(this.selectedFlag.setAttribute("title",n),this.options.separateDialCode){var r=this.selectedCountryData.dialCode?"+".concat(this.selectedCountryData.dialCode):"";this.selectedDialCode.innerHTML=r;var i=this.selectedFlag.offsetWidth||this._getHiddenSelectedFlagWidth();this.telInput.style.paddingLeft="".concat(i+6,"px")}if(this._updatePlaceholder(),this.options.allowDropdown){var o=this.activeItem;if(o&&(o.classList.remove("iti__active"),o.setAttribute("aria-selected","false")),t){var a=this.countryList.querySelector("#iti-".concat(this.id,"__item-").concat(t,"-preferred"))||this.countryList.querySelector("#iti-".concat(this.id,"__item-").concat(t));a.setAttribute("aria-selected","true"),a.classList.add("iti__active"),this.activeItem=a,this.selectedFlag.setAttribute("aria-activedescendant",a.getAttribute("id"))}}return e.iso2!==t}},{key:"_getHiddenSelectedFlagWidth",value:function(){var t=this.telInput.parentNode.cloneNode();t.style.visibility="hidden",document.body.appendChild(t);var e=this.flagsContainer.cloneNode();t.appendChild(e);var n=this.selectedFlag.cloneNode(!0);e.appendChild(n);var r=n.offsetWidth;return t.parentNode.removeChild(t),r}},{key:"_updatePlaceholder",value:function(){var t="aggressive"===this.options.autoPlaceholder||!this.hadInitialPlaceholder&&"polite"===this.options.autoPlaceholder;if(window.intlTelInputUtils&&t){var e=intlTelInputUtils.numberType[this.options.placeholderNumberType],n=this.selectedCountryData.iso2?intlTelInputUtils.getExampleNumber(this.selectedCountryData.iso2,this.options.nationalMode,e):"";n=this._beforeSetNumber(n),"function"==typeof this.options.customPlaceholder&&(n=this.options.customPlaceholder(n,this.selectedCountryData)),this.telInput.setAttribute("placeholder",n)}}},{key:"_selectListItem",value:function(t){var e=this._setFlag(t.getAttribute("data-country-code"));this._closeDropdown(),this._updateDialCode(t.getAttribute("data-dial-code"),!0),this.telInput.focus();var n=this.telInput.value.length;this.telInput.setSelectionRange(n,n),e&&this._triggerCountryChange()}},{key:"_closeDropdown",value:function(){this.countryList.classList.add("iti__hide"),this.selectedFlag.setAttribute("aria-expanded","false"),this.dropdownArrow.classList.remove("iti__arrow--up"),document.removeEventListener("keydown",this._handleKeydownOnDropdown),document.documentElement.removeEventListener("click",this._handleClickOffToClose),this.countryList.removeEventListener("mouseover",this._handleMouseoverCountryList),this.countryList.removeEventListener("click",this._handleClickCountryList),this.options.dropdownContainer&&(this.isMobile||window.removeEventListener("scroll",this._handleWindowScroll),this.dropdown.parentNode&&this.dropdown.parentNode.removeChild(this.dropdown)),this._trigger("close:countrydropdown")}},{key:"_scrollTo",value:function(t,e){var n=this.countryList,r=window.pageYOffset||document.documentElement.scrollTop,i=n.offsetHeight,o=n.getBoundingClientRect().top+r,a=o+i,s=t.offsetHeight,c=t.getBoundingClientRect().top+r,u=c+s,l=c-o+n.scrollTop,d=i/2-s/2;if(c<o)e&&(l-=d),n.scrollTop=l;else if(u>a){e&&(l+=d);var h=i-s;n.scrollTop=l-h}}},{key:"_updateDialCode",value:function(t,e){var n,r=this.telInput.value,i="+".concat(t);if("+"===r.charAt(0)){var o=this._getDialCode(r);n=o?r.replace(o,i):i}else{if(this.options.nationalMode||this.options.separateDialCode)return;if(r)n=i+r;else{if(!e&&this.options.autoHideDialCode)return;n=i}}this.telInput.value=n}},{key:"_getDialCode",value:function(t,e){var n="";if("+"===t.charAt(0))for(var r="",i=0;i<t.length;i++){var o=t.charAt(i);if(!isNaN(parseInt(o,10))){if(r+=o,e)this.countryCodes[r]&&(n=t.substr(0,i+1));else if(this.dialCodes[r]){n=t.substr(0,i+1);break}if(r.length===this.countryCodeMaxLen)break}}return n}},{key:"_getFullNumber",value:function(){var t=this.telInput.value.trim(),e=this.selectedCountryData.dialCode,n=this._getNumeric(t);return(this.options.separateDialCode&&"+"!==t.charAt(0)&&e&&n?"+".concat(e):"")+t}},{key:"_beforeSetNumber",value:function(t){var e=t;if(this.options.separateDialCode){var n=this._getDialCode(e);if(n){var r=" "===e[(n="+".concat(this.selectedCountryData.dialCode)).length]||"-"===e[n.length]?n.length+1:n.length;e=e.substr(r)}}return this._cap(e)}},{key:"_triggerCountryChange",value:function(){this._trigger("countrychange")}},{key:"handleAutoCountry",value:function(){"auto"===this.options.initialCountry&&(this.defaultCountry=window.intlTelInputGlobals.autoCountry,this.telInput.value||this.setCountry(this.defaultCountry),this.resolveAutoCountryPromise())}},{key:"handleUtils",value:function(){window.intlTelInputUtils&&(this.telInput.value&&this._updateValFromNumber(this.telInput.value),this._updatePlaceholder()),this.resolveUtilsScriptPromise()}},{key:"destroy",value:function(){var t=this.telInput.form;if(this.options.allowDropdown){this._closeDropdown(),this.selectedFlag.removeEventListener("click",this._handleClickSelectedFlag),this.flagsContainer.removeEventListener("keydown",this._handleFlagsContainerKeydown);var e=this._getClosestLabel();e&&e.removeEventListener("click",this._handleLabelClick)}this.hiddenInput&&t&&t.removeEventListener("submit",this._handleHiddenInputSubmit),this.options.autoHideDialCode&&(t&&t.removeEventListener("submit",this._handleSubmitOrBlurEvent),this.telInput.removeEventListener("blur",this._handleSubmitOrBlurEvent)),this.telInput.removeEventListener("keyup",this._handleKeyupEvent),this.telInput.removeEventListener("cut",this._handleClipboardEvent),this.telInput.removeEventListener("paste",this._handleClipboardEvent),this.telInput.removeAttribute("data-intl-tel-input-id");var n=this.telInput.parentNode;n.parentNode.insertBefore(this.telInput,n),n.parentNode.removeChild(n),delete window.intlTelInputGlobals.instances[this.id]}},{key:"getExtension",value:function(){return window.intlTelInputUtils?intlTelInputUtils.getExtension(this._getFullNumber(),this.selectedCountryData.iso2):""}},{key:"getNumber",value:function(t){if(window.intlTelInputUtils){var e=this.selectedCountryData.iso2;return intlTelInputUtils.formatNumber(this._getFullNumber(),e,t)}return""}},{key:"getNumberType",value:function(){return window.intlTelInputUtils?intlTelInputUtils.getNumberType(this._getFullNumber(),this.selectedCountryData.iso2):-99}},{key:"getSelectedCountryData",value:function(){return this.selectedCountryData}},{key:"getValidationError",value:function(){if(window.intlTelInputUtils){var t=this.selectedCountryData.iso2;return intlTelInputUtils.getValidationError(this._getFullNumber(),t)}return-99}},{key:"isValidNumber",value:function(){var t=this._getFullNumber().trim(),e=this.options.nationalMode?this.selectedCountryData.iso2:"";return window.intlTelInputUtils?intlTelInputUtils.isValidNumber(t,e):null}},{key:"setCountry",value:function(t){var e=t.toLowerCase();this.selectedFlagInner.classList.contains("iti__".concat(e))||(this._setFlag(e),this._updateDialCode(this.selectedCountryData.dialCode,!1),this._triggerCountryChange())}},{key:"setNumber",value:function(t){var e=this._updateFlagFromNumber(t);this._updateValFromNumber(t),e&&this._triggerCountryChange()}},{key:"setPlaceholderNumberType",value:function(t){this.options.placeholderNumberType=t,this._updatePlaceholder()}}],i&&o(r.prototype,i),a&&o(r,a),n}();a.getCountryData=function(){return e};var p=function(t,e,n){var r=document.createElement("script");r.onload=function(){d("handleUtils"),e&&e()},r.onerror=function(){d("rejectUtilsScriptPromise"),n&&n()},r.className="iti-load-utils",r.async=!0,r.src=t,document.body.appendChild(r)};return a.loadUtils=function(t){if(!window.intlTelInputUtils&&!window.intlTelInputGlobals.startedLoadingUtilsScript){if(window.intlTelInputGlobals.startedLoadingUtilsScript=!0,"undefined"!=typeof Promise)return new Promise((function(e,n){return p(t,e,n)}));p(t)}return null},a.defaults=c,a.version="17.0.17",function(t,e){var n=new h(t,e);return n._init(),t.setAttribute("data-intl-tel-input-id",n.id),window.intlTelInputGlobals.instances[n.id]=n,n}}()},"object"===r(t)&&t.exports?t.exports=i():window.intlTelInput=i()},898:()=>{},542:()=>{},70:()=>{},915:t=>{self,t.exports=(()=>{var t={192:(t,e)=>{var n,r,i=function(){var t=function(t,e){var n=t,r=a[e],i=null,o=0,c=null,g=[],v={},b=function(t,e){i=function(t){for(var e=new Array(t),n=0;n<t;n+=1){e[n]=new Array(t);for(var r=0;r<t;r+=1)e[n][r]=null}return e}(o=4*n+17),w(0,0),w(o-7,0),w(0,o-7),C(),_(),E(t,e),n>=7&&I(t),null==c&&(c=k(n,r,g)),x(c,e)},w=function(t,e){for(var n=-1;n<=7;n+=1)if(!(t+n<=-1||o<=t+n))for(var r=-1;r<=7;r+=1)e+r<=-1||o<=e+r||(i[t+n][e+r]=0<=n&&n<=6&&(0==r||6==r)||0<=r&&r<=6&&(0==n||6==n)||2<=n&&n<=4&&2<=r&&r<=4)},_=function(){for(var t=8;t<o-8;t+=1)null==i[t][6]&&(i[t][6]=t%2==0);for(var e=8;e<o-8;e+=1)null==i[6][e]&&(i[6][e]=e%2==0)},C=function(){for(var t=s.getPatternPosition(n),e=0;e<t.length;e+=1)for(var r=0;r<t.length;r+=1){var o=t[e],a=t[r];if(null==i[o][a])for(var c=-2;c<=2;c+=1)for(var u=-2;u<=2;u+=1)i[o+c][a+u]=-2==c||2==c||-2==u||2==u||0==c&&0==u}},I=function(t){for(var e=s.getBCHTypeNumber(n),r=0;r<18;r+=1){var a=!t&&1==(e>>r&1);i[Math.floor(r/3)][r%3+o-8-3]=a}for(r=0;r<18;r+=1)a=!t&&1==(e>>r&1),i[r%3+o-8-3][Math.floor(r/3)]=a},E=function(t,e){for(var n=r<<3|e,a=s.getBCHTypeInfo(n),c=0;c<15;c+=1){var u=!t&&1==(a>>c&1);c<6?i[c][8]=u:c<8?i[c+1][8]=u:i[o-15+c][8]=u}for(c=0;c<15;c+=1)u=!t&&1==(a>>c&1),c<8?i[8][o-c-1]=u:c<9?i[8][15-c-1+1]=u:i[8][15-c-1]=u;i[o-8][8]=!t},x=function(t,e){for(var n=-1,r=o-1,a=7,c=0,u=s.getMaskFunction(e),l=o-1;l>0;l-=2)for(6==l&&(l-=1);;){for(var d=0;d<2;d+=1)if(null==i[r][l-d]){var h=!1;c<t.length&&(h=1==(t[c]>>>a&1)),u(r,l-d)&&(h=!h),i[r][l-d]=h,-1==(a-=1)&&(c+=1,a=7)}if((r+=n)<0||o<=r){r-=n,n=-n;break}}},k=function(t,e,n){for(var r=l.getRSBlocks(t,e),i=d(),o=0;o<n.length;o+=1){var a=n[o];i.put(a.getMode(),4),i.put(a.getLength(),s.getLengthInBits(a.getMode(),t)),a.write(i)}var c=0;for(o=0;o<r.length;o+=1)c+=r[o].dataCount;if(i.getLengthInBits()>8*c)throw"code length overflow. ("+i.getLengthInBits()+">"+8*c+")";for(i.getLengthInBits()+4<=8*c&&i.put(0,4);i.getLengthInBits()%8!=0;)i.putBit(!1);for(;!(i.getLengthInBits()>=8*c||(i.put(236,8),i.getLengthInBits()>=8*c));)i.put(17,8);return function(t,e){for(var n=0,r=0,i=0,o=new Array(e.length),a=new Array(e.length),c=0;c<e.length;c+=1){var l=e[c].dataCount,d=e[c].totalCount-l;r=Math.max(r,l),i=Math.max(i,d),o[c]=new Array(l);for(var h=0;h<o[c].length;h+=1)o[c][h]=255&t.getBuffer()[h+n];n+=l;var p=s.getErrorCorrectPolynomial(d),f=u(o[c],p.getLength()-1).mod(p);for(a[c]=new Array(p.getLength()-1),h=0;h<a[c].length;h+=1){var m=h+f.getLength()-a[c].length;a[c][h]=m>=0?f.getAt(m):0}}var g=0;for(h=0;h<e.length;h+=1)g+=e[h].totalCount;var v=new Array(g),y=0;for(h=0;h<r;h+=1)for(c=0;c<e.length;c+=1)h<o[c].length&&(v[y]=o[c][h],y+=1);for(h=0;h<i;h+=1)for(c=0;c<e.length;c+=1)h<a[c].length&&(v[y]=a[c][h],y+=1);return v}(i,r)};v.addData=function(t,e){var n=null;switch(e=e||"Byte"){case"Numeric":n=h(t);break;case"Alphanumeric":n=p(t);break;case"Byte":n=f(t);break;case"Kanji":n=m(t);break;default:throw"mode:"+e}g.push(n),c=null},v.isDark=function(t,e){if(t<0||o<=t||e<0||o<=e)throw t+","+e;return i[t][e]},v.getModuleCount=function(){return o},v.make=function(){if(n<1){for(var t=1;t<40;t++){for(var e=l.getRSBlocks(t,r),i=d(),o=0;o<g.length;o++){var a=g[o];i.put(a.getMode(),4),i.put(a.getLength(),s.getLengthInBits(a.getMode(),t)),a.write(i)}var c=0;for(o=0;o<e.length;o++)c+=e[o].dataCount;if(i.getLengthInBits()<=8*c)break}n=t}b(!1,function(){for(var t=0,e=0,n=0;n<8;n+=1){b(!0,n);var r=s.getLostPoint(v);(0==n||t>r)&&(t=r,e=n)}return e}())},v.createTableTag=function(t,e){t=t||2;var n="";n+='<table style="',n+=" border-width: 0px; border-style: none;",n+=" border-collapse: collapse;",n+=" padding: 0px; margin: "+(e=void 0===e?4*t:e)+"px;",n+='">',n+="<tbody>";for(var r=0;r<v.getModuleCount();r+=1){n+="<tr>";for(var i=0;i<v.getModuleCount();i+=1)n+='<td style="',n+=" border-width: 0px; border-style: none;",n+=" border-collapse: collapse;",n+=" padding: 0px; margin: 0px;",n+=" width: "+t+"px;",n+=" height: "+t+"px;",n+=" background-color: ",n+=v.isDark(r,i)?"#000000":"#ffffff",n+=";",n+='"/>';n+="</tr>"}return(n+="</tbody>")+"</table>"},v.createSvgTag=function(t,e,n,r){var i={};"object"==typeof arguments[0]&&(t=(i=arguments[0]).cellSize,e=i.margin,n=i.alt,r=i.title),t=t||2,e=void 0===e?4*t:e,(n="string"==typeof n?{text:n}:n||{}).text=n.text||null,n.id=n.text?n.id||"qrcode-description":null,(r="string"==typeof r?{text:r}:r||{}).text=r.text||null,r.id=r.text?r.id||"qrcode-title":null;var o,a,s,c,u=v.getModuleCount()*t+2*e,l="";for(c="l"+t+",0 0,"+t+" -"+t+",0 0,-"+t+"z ",l+='<svg version="1.1" xmlns="http://www.w3.org/2000/svg"',l+=i.scalable?"":' width="'+u+'px" height="'+u+'px"',l+=' viewBox="0 0 '+u+" "+u+'" ',l+=' preserveAspectRatio="xMinYMin meet"',l+=r.text||n.text?' role="img" aria-labelledby="'+L([r.id,n.id].join(" ").trim())+'"':"",l+=">",l+=r.text?'<title id="'+L(r.id)+'">'+L(r.text)+"</title>":"",l+=n.text?'<description id="'+L(n.id)+'">'+L(n.text)+"</description>":"",l+='<rect width="100%" height="100%" fill="white" cx="0" cy="0"/>',l+='<path d="',a=0;a<v.getModuleCount();a+=1)for(s=a*t+e,o=0;o<v.getModuleCount();o+=1)v.isDark(a,o)&&(l+="M"+(o*t+e)+","+s+c);return(l+='" stroke="transparent" fill="black"/>')+"</svg>"},v.createDataURL=function(t,e){t=t||2,e=void 0===e?4*t:e;var n=v.getModuleCount()*t+2*e,r=e,i=n-e;return y(n,n,(function(e,n){if(r<=e&&e<i&&r<=n&&n<i){var o=Math.floor((e-r)/t),a=Math.floor((n-r)/t);return v.isDark(a,o)?0:1}return 1}))},v.createImgTag=function(t,e,n){t=t||2,e=void 0===e?4*t:e;var r=v.getModuleCount()*t+2*e,i="";return i+="<img",i+=' src="',i+=v.createDataURL(t,e),i+='"',i+=' width="',i+=r,i+='"',i+=' height="',i+=r,i+='"',n&&(i+=' alt="',i+=L(n),i+='"'),i+"/>"};var L=function(t){for(var e="",n=0;n<t.length;n+=1){var r=t.charAt(n);switch(r){case"<":e+="<";break;case">":e+=">";break;case"&":e+="&";break;case'"':e+=""";break;default:e+=r}}return e};return v.createASCII=function(t,e){if((t=t||1)<2)return function(t){t=void 0===t?2:t;var e,n,r,i,o,a=1*v.getModuleCount()+2*t,s=t,c=a-t,u={"██":"█","█ ":"▀"," █":"▄"," ":" "},l={"██":"▀","█ ":"▀"," █":" "," ":" "},d="";for(e=0;e<a;e+=2){for(r=Math.floor((e-s)/1),i=Math.floor((e+1-s)/1),n=0;n<a;n+=1)o="█",s<=n&&n<c&&s<=e&&e<c&&v.isDark(r,Math.floor((n-s)/1))&&(o=" "),s<=n&&n<c&&s<=e+1&&e+1<c&&v.isDark(i,Math.floor((n-s)/1))?o+=" ":o+="█",d+=t<1&&e+1>=c?l[o]:u[o];d+="\n"}return a%2&&t>0?d.substring(0,d.length-a-1)+Array(a+1).join("▀"):d.substring(0,d.length-1)}(e);t-=1,e=void 0===e?2*t:e;var n,r,i,o,a=v.getModuleCount()*t+2*e,s=e,c=a-e,u=Array(t+1).join("██"),l=Array(t+1).join(" "),d="",h="";for(n=0;n<a;n+=1){for(i=Math.floor((n-s)/t),h="",r=0;r<a;r+=1)o=1,s<=r&&r<c&&s<=n&&n<c&&v.isDark(i,Math.floor((r-s)/t))&&(o=0),h+=o?u:l;for(i=0;i<t;i+=1)d+=h+"\n"}return d.substring(0,d.length-1)},v.renderTo2dContext=function(t,e){e=e||2;for(var n=v.getModuleCount(),r=0;r<n;r++)for(var i=0;i<n;i++)t.fillStyle=v.isDark(r,i)?"black":"white",t.fillRect(r*e,i*e,e,e)},v};t.stringToBytes=(t.stringToBytesFuncs={default:function(t){for(var e=[],n=0;n<t.length;n+=1){var r=t.charCodeAt(n);e.push(255&r)}return e}}).default,t.createStringToBytes=function(t,e){var n=function(){for(var n=v(t),r=function(){var t=n.read();if(-1==t)throw"eof";return t},i=0,o={};;){var a=n.read();if(-1==a)break;var s=r(),c=r()<<8|r();o[String.fromCharCode(a<<8|s)]=c,i+=1}if(i!=e)throw i+" != "+e;return o}(),r="?".charCodeAt(0);return function(t){for(var e=[],i=0;i<t.length;i+=1){var o=t.charCodeAt(i);if(o<128)e.push(o);else{var a=n[t.charAt(i)];"number"==typeof a?(255&a)==a?e.push(a):(e.push(a>>>8),e.push(255&a)):e.push(r)}}return e}};var e,n,r,i,o,a={L:1,M:0,Q:3,H:2},s=(e=[[],[6,18],[6,22],[6,26],[6,30],[6,34],[6,22,38],[6,24,42],[6,26,46],[6,28,50],[6,30,54],[6,32,58],[6,34,62],[6,26,46,66],[6,26,48,70],[6,26,50,74],[6,30,54,78],[6,30,56,82],[6,30,58,86],[6,34,62,90],[6,28,50,72,94],[6,26,50,74,98],[6,30,54,78,102],[6,28,54,80,106],[6,32,58,84,110],[6,30,58,86,114],[6,34,62,90,118],[6,26,50,74,98,122],[6,30,54,78,102,126],[6,26,52,78,104,130],[6,30,56,82,108,134],[6,34,60,86,112,138],[6,30,58,86,114,142],[6,34,62,90,118,146],[6,30,54,78,102,126,150],[6,24,50,76,102,128,154],[6,28,54,80,106,132,158],[6,32,58,84,110,136,162],[6,26,54,82,110,138,166],[6,30,58,86,114,142,170]],n=1335,r=7973,o=function(t){for(var e=0;0!=t;)e+=1,t>>>=1;return e},(i={}).getBCHTypeInfo=function(t){for(var e=t<<10;o(e)-o(n)>=0;)e^=n<<o(e)-o(n);return 21522^(t<<10|e)},i.getBCHTypeNumber=function(t){for(var e=t<<12;o(e)-o(r)>=0;)e^=r<<o(e)-o(r);return t<<12|e},i.getPatternPosition=function(t){return e[t-1]},i.getMaskFunction=function(t){switch(t){case 0:return function(t,e){return(t+e)%2==0};case 1:return function(t,e){return t%2==0};case 2:return function(t,e){return e%3==0};case 3:return function(t,e){return(t+e)%3==0};case 4:return function(t,e){return(Math.floor(t/2)+Math.floor(e/3))%2==0};case 5:return function(t,e){return t*e%2+t*e%3==0};case 6:return function(t,e){return(t*e%2+t*e%3)%2==0};case 7:return function(t,e){return(t*e%3+(t+e)%2)%2==0};default:throw"bad maskPattern:"+t}},i.getErrorCorrectPolynomial=function(t){for(var e=u([1],0),n=0;n<t;n+=1)e=e.multiply(u([1,c.gexp(n)],0));return e},i.getLengthInBits=function(t,e){if(1<=e&&e<10)switch(t){case 1:return 10;case 2:return 9;case 4:case 8:return 8;default:throw"mode:"+t}else if(e<27)switch(t){case 1:return 12;case 2:return 11;case 4:return 16;case 8:return 10;default:throw"mode:"+t}else{if(!(e<41))throw"type:"+e;switch(t){case 1:return 14;case 2:return 13;case 4:return 16;case 8:return 12;default:throw"mode:"+t}}},i.getLostPoint=function(t){for(var e=t.getModuleCount(),n=0,r=0;r<e;r+=1)for(var i=0;i<e;i+=1){for(var o=0,a=t.isDark(r,i),s=-1;s<=1;s+=1)if(!(r+s<0||e<=r+s))for(var c=-1;c<=1;c+=1)i+c<0||e<=i+c||0==s&&0==c||a==t.isDark(r+s,i+c)&&(o+=1);o>5&&(n+=3+o-5)}for(r=0;r<e-1;r+=1)for(i=0;i<e-1;i+=1){var u=0;t.isDark(r,i)&&(u+=1),t.isDark(r+1,i)&&(u+=1),t.isDark(r,i+1)&&(u+=1),t.isDark(r+1,i+1)&&(u+=1),0!=u&&4!=u||(n+=3)}for(r=0;r<e;r+=1)for(i=0;i<e-6;i+=1)t.isDark(r,i)&&!t.isDark(r,i+1)&&t.isDark(r,i+2)&&t.isDark(r,i+3)&&t.isDark(r,i+4)&&!t.isDark(r,i+5)&&t.isDark(r,i+6)&&(n+=40);for(i=0;i<e;i+=1)for(r=0;r<e-6;r+=1)t.isDark(r,i)&&!t.isDark(r+1,i)&&t.isDark(r+2,i)&&t.isDark(r+3,i)&&t.isDark(r+4,i)&&!t.isDark(r+5,i)&&t.isDark(r+6,i)&&(n+=40);var l=0;for(i=0;i<e;i+=1)for(r=0;r<e;r+=1)t.isDark(r,i)&&(l+=1);return n+Math.abs(100*l/e/e-50)/5*10},i),c=function(){for(var t=new Array(256),e=new Array(256),n=0;n<8;n+=1)t[n]=1<<n;for(n=8;n<256;n+=1)t[n]=t[n-4]^t[n-5]^t[n-6]^t[n-8];for(n=0;n<255;n+=1)e[t[n]]=n;return{glog:function(t){if(t<1)throw"glog("+t+")";return e[t]},gexp:function(e){for(;e<0;)e+=255;for(;e>=256;)e-=255;return t[e]}}}();function u(t,e){if(void 0===t.length)throw t.length+"/"+e;var n=function(){for(var n=0;n<t.length&&0==t[n];)n+=1;for(var r=new Array(t.length-n+e),i=0;i<t.length-n;i+=1)r[i]=t[i+n];return r}(),r={getAt:function(t){return n[t]},getLength:function(){return n.length},multiply:function(t){for(var e=new Array(r.getLength()+t.getLength()-1),n=0;n<r.getLength();n+=1)for(var i=0;i<t.getLength();i+=1)e[n+i]^=c.gexp(c.glog(r.getAt(n))+c.glog(t.getAt(i)));return u(e,0)},mod:function(t){if(r.getLength()-t.getLength()<0)return r;for(var e=c.glog(r.getAt(0))-c.glog(t.getAt(0)),n=new Array(r.getLength()),i=0;i<r.getLength();i+=1)n[i]=r.getAt(i);for(i=0;i<t.getLength();i+=1)n[i]^=c.gexp(c.glog(t.getAt(i))+e);return u(n,0).mod(t)}};return r}var l=function(){var t=[[1,26,19],[1,26,16],[1,26,13],[1,26,9],[1,44,34],[1,44,28],[1,44,22],[1,44,16],[1,70,55],[1,70,44],[2,35,17],[2,35,13],[1,100,80],[2,50,32],[2,50,24],[4,25,9],[1,134,108],[2,67,43],[2,33,15,2,34,16],[2,33,11,2,34,12],[2,86,68],[4,43,27],[4,43,19],[4,43,15],[2,98,78],[4,49,31],[2,32,14,4,33,15],[4,39,13,1,40,14],[2,121,97],[2,60,38,2,61,39],[4,40,18,2,41,19],[4,40,14,2,41,15],[2,146,116],[3,58,36,2,59,37],[4,36,16,4,37,17],[4,36,12,4,37,13],[2,86,68,2,87,69],[4,69,43,1,70,44],[6,43,19,2,44,20],[6,43,15,2,44,16],[4,101,81],[1,80,50,4,81,51],[4,50,22,4,51,23],[3,36,12,8,37,13],[2,116,92,2,117,93],[6,58,36,2,59,37],[4,46,20,6,47,21],[7,42,14,4,43,15],[4,133,107],[8,59,37,1,60,38],[8,44,20,4,45,21],[12,33,11,4,34,12],[3,145,115,1,146,116],[4,64,40,5,65,41],[11,36,16,5,37,17],[11,36,12,5,37,13],[5,109,87,1,110,88],[5,65,41,5,66,42],[5,54,24,7,55,25],[11,36,12,7,37,13],[5,122,98,1,123,99],[7,73,45,3,74,46],[15,43,19,2,44,20],[3,45,15,13,46,16],[1,135,107,5,136,108],[10,74,46,1,75,47],[1,50,22,15,51,23],[2,42,14,17,43,15],[5,150,120,1,151,121],[9,69,43,4,70,44],[17,50,22,1,51,23],[2,42,14,19,43,15],[3,141,113,4,142,114],[3,70,44,11,71,45],[17,47,21,4,48,22],[9,39,13,16,40,14],[3,135,107,5,136,108],[3,67,41,13,68,42],[15,54,24,5,55,25],[15,43,15,10,44,16],[4,144,116,4,145,117],[17,68,42],[17,50,22,6,51,23],[19,46,16,6,47,17],[2,139,111,7,140,112],[17,74,46],[7,54,24,16,55,25],[34,37,13],[4,151,121,5,152,122],[4,75,47,14,76,48],[11,54,24,14,55,25],[16,45,15,14,46,16],[6,147,117,4,148,118],[6,73,45,14,74,46],[11,54,24,16,55,25],[30,46,16,2,47,17],[8,132,106,4,133,107],[8,75,47,13,76,48],[7,54,24,22,55,25],[22,45,15,13,46,16],[10,142,114,2,143,115],[19,74,46,4,75,47],[28,50,22,6,51,23],[33,46,16,4,47,17],[8,152,122,4,153,123],[22,73,45,3,74,46],[8,53,23,26,54,24],[12,45,15,28,46,16],[3,147,117,10,148,118],[3,73,45,23,74,46],[4,54,24,31,55,25],[11,45,15,31,46,16],[7,146,116,7,147,117],[21,73,45,7,74,46],[1,53,23,37,54,24],[19,45,15,26,46,16],[5,145,115,10,146,116],[19,75,47,10,76,48],[15,54,24,25,55,25],[23,45,15,25,46,16],[13,145,115,3,146,116],[2,74,46,29,75,47],[42,54,24,1,55,25],[23,45,15,28,46,16],[17,145,115],[10,74,46,23,75,47],[10,54,24,35,55,25],[19,45,15,35,46,16],[17,145,115,1,146,116],[14,74,46,21,75,47],[29,54,24,19,55,25],[11,45,15,46,46,16],[13,145,115,6,146,116],[14,74,46,23,75,47],[44,54,24,7,55,25],[59,46,16,1,47,17],[12,151,121,7,152,122],[12,75,47,26,76,48],[39,54,24,14,55,25],[22,45,15,41,46,16],[6,151,121,14,152,122],[6,75,47,34,76,48],[46,54,24,10,55,25],[2,45,15,64,46,16],[17,152,122,4,153,123],[29,74,46,14,75,47],[49,54,24,10,55,25],[24,45,15,46,46,16],[4,152,122,18,153,123],[13,74,46,32,75,47],[48,54,24,14,55,25],[42,45,15,32,46,16],[20,147,117,4,148,118],[40,75,47,7,76,48],[43,54,24,22,55,25],[10,45,15,67,46,16],[19,148,118,6,149,119],[18,75,47,31,76,48],[34,54,24,34,55,25],[20,45,15,61,46,16]],e=function(t,e){var n={};return n.totalCount=t,n.dataCount=e,n},n={getRSBlocks:function(n,r){var i=function(e,n){switch(n){case a.L:return t[4*(e-1)+0];case a.M:return t[4*(e-1)+1];case a.Q:return t[4*(e-1)+2];case a.H:return t[4*(e-1)+3];default:return}}(n,r);if(void 0===i)throw"bad rs block @ typeNumber:"+n+"/errorCorrectionLevel:"+r;for(var o=i.length/3,s=[],c=0;c<o;c+=1)for(var u=i[3*c+0],l=i[3*c+1],d=i[3*c+2],h=0;h<u;h+=1)s.push(e(l,d));return s}};return n}(),d=function(){var t=[],e=0,n={getBuffer:function(){return t},getAt:function(e){var n=Math.floor(e/8);return 1==(t[n]>>>7-e%8&1)},put:function(t,e){for(var r=0;r<e;r+=1)n.putBit(1==(t>>>e-r-1&1))},getLengthInBits:function(){return e},putBit:function(n){var r=Math.floor(e/8);t.length<=r&&t.push(0),n&&(t[r]|=128>>>e%8),e+=1}};return n},h=function(t){var e=t,n={getMode:function(){return 1},getLength:function(t){return e.length},write:function(t){for(var n=e,i=0;i+2<n.length;)t.put(r(n.substring(i,i+3)),10),i+=3;i<n.length&&(n.length-i==1?t.put(r(n.substring(i,i+1)),4):n.length-i==2&&t.put(r(n.substring(i,i+2)),7))}},r=function(t){for(var e=0,n=0;n<t.length;n+=1)e=10*e+i(t.charAt(n));return e},i=function(t){if("0"<=t&&t<="9")return t.charCodeAt(0)-"0".charCodeAt(0);throw"illegal char :"+t};return n},p=function(t){var e=t,n={getMode:function(){return 2},getLength:function(t){return e.length},write:function(t){for(var n=e,i=0;i+1<n.length;)t.put(45*r(n.charAt(i))+r(n.charAt(i+1)),11),i+=2;i<n.length&&t.put(r(n.charAt(i)),6)}},r=function(t){if("0"<=t&&t<="9")return t.charCodeAt(0)-"0".charCodeAt(0);if("A"<=t&&t<="Z")return t.charCodeAt(0)-"A".charCodeAt(0)+10;switch(t){case" ":return 36;case"$":return 37;case"%":return 38;case"*":return 39;case"+":return 40;case"-":return 41;case".":return 42;case"/":return 43;case":":return 44;default:throw"illegal char :"+t}};return n},f=function(e){var n=t.stringToBytes(e);return{getMode:function(){return 4},getLength:function(t){return n.length},write:function(t){for(var e=0;e<n.length;e+=1)t.put(n[e],8)}}},m=function(e){var n=t.stringToBytesFuncs.SJIS;if(!n)throw"sjis not supported.";!function(t,e){var r=n("友");if(2!=r.length||38726!=(r[0]<<8|r[1]))throw"sjis not supported."}();var r=n(e);return{getMode:function(){return 8},getLength:function(t){return~~(r.length/2)},write:function(t){for(var e=r,n=0;n+1<e.length;){var i=(255&e[n])<<8|255&e[n+1];if(33088<=i&&i<=40956)i-=33088;else{if(!(57408<=i&&i<=60351))throw"illegal char at "+(n+1)+"/"+i;i-=49472}i=192*(i>>>8&255)+(255&i),t.put(i,13),n+=2}if(n<e.length)throw"illegal char at "+(n+1)}}},g=function(){var t=[],e={writeByte:function(e){t.push(255&e)},writeShort:function(t){e.writeByte(t),e.writeByte(t>>>8)},writeBytes:function(t,n,r){n=n||0,r=r||t.length;for(var i=0;i<r;i+=1)e.writeByte(t[i+n])},writeString:function(t){for(var n=0;n<t.length;n+=1)e.writeByte(t.charCodeAt(n))},toByteArray:function(){return t},toString:function(){var e="";e+="[";for(var n=0;n<t.length;n+=1)n>0&&(e+=","),e+=t[n];return e+"]"}};return e},v=function(t){var e=t,n=0,r=0,i=0,o={read:function(){for(;i<8;){if(n>=e.length){if(0==i)return-1;throw"unexpected end of file./"+i}var t=e.charAt(n);if(n+=1,"="==t)return i=0,-1;t.match(/^\s$/)||(r=r<<6|a(t.charCodeAt(0)),i+=6)}var o=r>>>i-8&255;return i-=8,o}},a=function(t){if(65<=t&&t<=90)return t-65;if(97<=t&&t<=122)return t-97+26;if(48<=t&&t<=57)return t-48+52;if(43==t)return 62;if(47==t)return 63;throw"c:"+t};return o},y=function(t,e,n){for(var r=function(t,e){var n=t,r=e,i=new Array(t*e),o={setPixel:function(t,e,r){i[e*n+t]=r},write:function(t){t.writeString("GIF87a"),t.writeShort(n),t.writeShort(r),t.writeByte(128),t.writeByte(0),t.writeByte(0),t.writeByte(0),t.writeByte(0),t.writeByte(0),t.writeByte(255),t.writeByte(255),t.writeByte(255),t.writeString(","),t.writeShort(0),t.writeShort(0),t.writeShort(n),t.writeShort(r),t.writeByte(0);var e=a(2);t.writeByte(2);for(var i=0;e.length-i>255;)t.writeByte(255),t.writeBytes(e,i,255),i+=255;t.writeByte(e.length-i),t.writeBytes(e,i,e.length-i),t.writeByte(0),t.writeString(";")}},a=function(t){for(var e=1<<t,n=1+(1<<t),r=t+1,o=s(),a=0;a<e;a+=1)o.add(String.fromCharCode(a));o.add(String.fromCharCode(e)),o.add(String.fromCharCode(n));var c,u,l,d=g(),h=(c=d,u=0,l=0,{write:function(t,e){if(t>>>e!=0)throw"length over";for(;u+e>=8;)c.writeByte(255&(t<<u|l)),e-=8-u,t>>>=8-u,l=0,u=0;l|=t<<u,u+=e},flush:function(){u>0&&c.writeByte(l)}});h.write(e,r);var p=0,f=String.fromCharCode(i[p]);for(p+=1;p<i.length;){var m=String.fromCharCode(i[p]);p+=1,o.contains(f+m)?f+=m:(h.write(o.indexOf(f),r),o.size()<4095&&(o.size()==1<<r&&(r+=1),o.add(f+m)),f=m)}return h.write(o.indexOf(f),r),h.write(n,r),h.flush(),d.toByteArray()},s=function(){var t={},e=0,n={add:function(r){if(n.contains(r))throw"dup key:"+r;t[r]=e,e+=1},size:function(){return e},indexOf:function(e){return t[e]},contains:function(e){return void 0!==t[e]}};return n};return o}(t,e),i=0;i<e;i+=1)for(var o=0;o<t;o+=1)r.setPixel(o,i,n(o,i));var a=g();r.write(a);for(var s=function(){var t=0,e=0,n=0,r="",i={},o=function(t){r+=String.fromCharCode(a(63&t))},a=function(t){if(t<0);else{if(t<26)return 65+t;if(t<52)return t-26+97;if(t<62)return t-52+48;if(62==t)return 43;if(63==t)return 47}throw"n:"+t};return i.writeByte=function(r){for(t=t<<8|255&r,e+=8,n+=1;e>=6;)o(t>>>e-6),e-=6},i.flush=function(){if(e>0&&(o(t<<6-e),t=0,e=0),n%3!=0)for(var i=3-n%3,a=0;a<i;a+=1)r+="="},i.toString=function(){return r},i}(),c=a.toByteArray(),u=0;u<c.length;u+=1)s.writeByte(c[u]);return s.flush(),"data:image/gif;base64,"+s};return t}();i.stringToBytesFuncs["UTF-8"]=function(t){return function(t){for(var e=[],n=0;n<t.length;n++){var r=t.charCodeAt(n);r<128?e.push(r):r<2048?e.push(192|r>>6,128|63&r):r<55296||r>=57344?e.push(224|r>>12,128|r>>6&63,128|63&r):(n++,r=65536+((1023&r)<<10|1023&t.charCodeAt(n)),e.push(240|r>>18,128|r>>12&63,128|r>>6&63,128|63&r))}return e}(t)},void 0===(r="function"==typeof(n=function(){return i})?n.apply(e,[]):n)||(t.exports=r)},676:(t,e,n)=>{"use strict";n.d(e,{default:()=>T});var r=function(){return(r=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var i in e=arguments[n])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t}).apply(this,arguments)},i=function(){for(var t=0,e=0,n=arguments.length;e<n;e++)t+=arguments[e].length;var r=Array(t),i=0;for(e=0;e<n;e++)for(var o=arguments[e],a=0,s=o.length;a<s;a++,i++)r[i]=o[a];return r},o=function(t){return!!t&&"object"==typeof t&&!Array.isArray(t)};function a(t){for(var e=[],n=1;n<arguments.length;n++)e[n-1]=arguments[n];if(!e.length)return t;var s=e.shift();return void 0!==s&&o(t)&&o(s)?(t=r({},t),Object.keys(s).forEach((function(e){var n=t[e],r=s[e];Array.isArray(n)&&Array.isArray(r)?t[e]=r:o(n)&&o(r)?t[e]=a(Object.assign({},n),r):t[e]=r})),a.apply(void 0,i([t],e))):t}function s(t,e){var n=document.createElement("a");n.download=e,n.href=t,document.body.appendChild(n),n.click(),document.body.removeChild(n)}function c(t){return e=this,n=void 0,i=function(){return function(t,e){var n,r,i,o,a={label:0,sent:function(){if(1&i[0])throw i[1];return i[1]},trys:[],ops:[]};return o={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o;function s(o){return function(s){return function(o){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,r&&(i=2&o[0]?r.return:o[0]?r.throw||((i=r.return)&&i.call(r),0):r.next)&&!(i=i.call(r,o[1])).done)return i;switch(r=0,i&&(o=[2&o[0],i.value]),o[0]){case 0:case 1:i=o;break;case 4:return a.label++,{value:o[1],done:!1};case 5:a.label++,r=o[1],o=[0];continue;case 7:o=a.ops.pop(),a.trys.pop();continue;default:if(!((i=(i=a.trys).length>0&&i[i.length-1])||6!==o[0]&&2!==o[0])){a=0;continue}if(3===o[0]&&(!i||o[1]>i[0]&&o[1]<i[3])){a.label=o[1];break}if(6===o[0]&&a.label<i[1]){a.label=i[1],i=o;break}if(i&&a.label<i[2]){a.label=i[2],a.ops.push(o);break}i[2]&&a.ops.pop(),a.trys.pop();continue}o=e.call(t,a)}catch(t){o=[6,t],r=0}finally{n=i=0}if(5&o[0])throw o[1];return{value:o[0]?o[1]:void 0,done:!0}}([o,s])}}}(this,(function(e){return[2,new Promise((function(e){var n=new XMLHttpRequest;n.onload=function(){var t=new FileReader;t.onloadend=function(){e(t.result)},t.readAsDataURL(n.response)},n.open("GET",t),n.responseType="blob",n.send()}))]}))},new((r=void 0)||(r=Promise))((function(t,o){function a(t){try{c(i.next(t))}catch(t){o(t)}}function s(t){try{c(i.throw(t))}catch(t){o(t)}}function c(e){var n;e.done?t(e.value):(n=e.value,n instanceof r?n:new r((function(t){t(n)}))).then(a,s)}c((i=i.apply(e,n||[])).next())}));var e,n,r,i}const u={L:.07,M:.15,Q:.25,H:.3};var l=function(){return(l=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var i in e=arguments[n])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t}).apply(this,arguments)};const d=function(){function t(t){var e=t.svg,n=t.type;this._svg=e,this._type=n}return t.prototype.draw=function(t,e,n,r){var i;switch(this._type){case"dots":i=this._drawDot;break;case"classy":i=this._drawClassy;break;case"classy-rounded":i=this._drawClassyRounded;break;case"rounded":i=this._drawRounded;break;case"extra-rounded":i=this._drawExtraRounded;break;default:i=this._drawSquare}i.call(this,{x:t,y:e,size:n,getNeighbor:r})},t.prototype._rotateFigure=function(t){var e,n=t.x,r=t.y,i=t.size,o=t.rotation,a=void 0===o?0:o,s=n+i/2,c=r+i/2;(0,t.draw)(),null===(e=this._element)||void 0===e||e.setAttribute("transform","rotate("+180*a/Math.PI+","+s+","+c+")")},t.prototype._basicDot=function(t){var e=this,n=t.size,r=t.x,i=t.y;this._rotateFigure(l(l({},t),{draw:function(){e._element=document.createElementNS("http://www.w3.org/2000/svg","circle"),e._element.setAttribute("cx",String(r+n/2)),e._element.setAttribute("cy",String(i+n/2)),e._element.setAttribute("r",String(n/2))}}))},t.prototype._basicSquare=function(t){var e=this,n=t.size,r=t.x,i=t.y;this._rotateFigure(l(l({},t),{draw:function(){e._element=document.createElementNS("http://www.w3.org/2000/svg","rect"),e._element.setAttribute("x",String(r)),e._element.setAttribute("y",String(i)),e._element.setAttribute("width",String(n)),e._element.setAttribute("height",String(n))}}))},t.prototype._basicSideRounded=function(t){var e=this,n=t.size,r=t.x,i=t.y;this._rotateFigure(l(l({},t),{draw:function(){e._element=document.createElementNS("http://www.w3.org/2000/svg","path"),e._element.setAttribute("d","M "+r+" "+i+"v "+n+"h "+n/2+"a "+n/2+" "+n/2+", 0, 0, 0, 0 "+-n)}}))},t.prototype._basicCornerRounded=function(t){var e=this,n=t.size,r=t.x,i=t.y;this._rotateFigure(l(l({},t),{draw:function(){e._element=document.createElementNS("http://www.w3.org/2000/svg","path"),e._element.setAttribute("d","M "+r+" "+i+"v "+n+"h "+n+"v "+-n/2+"a "+n/2+" "+n/2+", 0, 0, 0, "+-n/2+" "+-n/2)}}))},t.prototype._basicCornerExtraRounded=function(t){var e=this,n=t.size,r=t.x,i=t.y;this._rotateFigure(l(l({},t),{draw:function(){e._element=document.createElementNS("http://www.w3.org/2000/svg","path"),e._element.setAttribute("d","M "+r+" "+i+"v "+n+"h "+n+"a "+n+" "+n+", 0, 0, 0, "+-n+" "+-n)}}))},t.prototype._basicCornersRounded=function(t){var e=this,n=t.size,r=t.x,i=t.y;this._rotateFigure(l(l({},t),{draw:function(){e._element=document.createElementNS("http://www.w3.org/2000/svg","path"),e._element.setAttribute("d","M "+r+" "+i+"v "+n/2+"a "+n/2+" "+n/2+", 0, 0, 0, "+n/2+" "+n/2+"h "+n/2+"v "+-n/2+"a "+n/2+" "+n/2+", 0, 0, 0, "+-n/2+" "+-n/2)}}))},t.prototype._drawDot=function(t){var e=t.x,n=t.y,r=t.size;this._basicDot({x:e,y:n,size:r,rotation:0})},t.prototype._drawSquare=function(t){var e=t.x,n=t.y,r=t.size;this._basicSquare({x:e,y:n,size:r,rotation:0})},t.prototype._drawRounded=function(t){var e=t.x,n=t.y,r=t.size,i=t.getNeighbor,o=i?+i(-1,0):0,a=i?+i(1,0):0,s=i?+i(0,-1):0,c=i?+i(0,1):0,u=o+a+s+c;if(0!==u)if(u>2||o&&a||s&&c)this._basicSquare({x:e,y:n,size:r,rotation:0});else{if(2===u){var l=0;return o&&s?l=Math.PI/2:s&&a?l=Math.PI:a&&c&&(l=-Math.PI/2),void this._basicCornerRounded({x:e,y:n,size:r,rotation:l})}if(1===u)return l=0,s?l=Math.PI/2:a?l=Math.PI:c&&(l=-Math.PI/2),void this._basicSideRounded({x:e,y:n,size:r,rotation:l})}else this._basicDot({x:e,y:n,size:r,rotation:0})},t.prototype._drawExtraRounded=function(t){var e=t.x,n=t.y,r=t.size,i=t.getNeighbor,o=i?+i(-1,0):0,a=i?+i(1,0):0,s=i?+i(0,-1):0,c=i?+i(0,1):0,u=o+a+s+c;if(0!==u)if(u>2||o&&a||s&&c)this._basicSquare({x:e,y:n,size:r,rotation:0});else{if(2===u){var l=0;return o&&s?l=Math.PI/2:s&&a?l=Math.PI:a&&c&&(l=-Math.PI/2),void this._basicCornerExtraRounded({x:e,y:n,size:r,rotation:l})}if(1===u)return l=0,s?l=Math.PI/2:a?l=Math.PI:c&&(l=-Math.PI/2),void this._basicSideRounded({x:e,y:n,size:r,rotation:l})}else this._basicDot({x:e,y:n,size:r,rotation:0})},t.prototype._drawClassy=function(t){var e=t.x,n=t.y,r=t.size,i=t.getNeighbor,o=i?+i(-1,0):0,a=i?+i(1,0):0,s=i?+i(0,-1):0,c=i?+i(0,1):0;0!==o+a+s+c?o||s?a||c?this._basicSquare({x:e,y:n,size:r,rotation:0}):this._basicCornerRounded({x:e,y:n,size:r,rotation:Math.PI/2}):this._basicCornerRounded({x:e,y:n,size:r,rotation:-Math.PI/2}):this._basicCornersRounded({x:e,y:n,size:r,rotation:Math.PI/2})},t.prototype._drawClassyRounded=function(t){var e=t.x,n=t.y,r=t.size,i=t.getNeighbor,o=i?+i(-1,0):0,a=i?+i(1,0):0,s=i?+i(0,-1):0,c=i?+i(0,1):0;0!==o+a+s+c?o||s?a||c?this._basicSquare({x:e,y:n,size:r,rotation:0}):this._basicCornerExtraRounded({x:e,y:n,size:r,rotation:Math.PI/2}):this._basicCornerExtraRounded({x:e,y:n,size:r,rotation:-Math.PI/2}):this._basicCornersRounded({x:e,y:n,size:r,rotation:Math.PI/2})},t}();var h=function(){return(h=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var i in e=arguments[n])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t}).apply(this,arguments)};const p=function(){function t(t){var e=t.svg,n=t.type;this._svg=e,this._type=n}return t.prototype.draw=function(t,e,n,r){var i;switch(this._type){case"square":i=this._drawSquare;break;case"extra-rounded":i=this._drawExtraRounded;break;default:i=this._drawDot}i.call(this,{x:t,y:e,size:n,rotation:r})},t.prototype._rotateFigure=function(t){var e,n=t.x,r=t.y,i=t.size,o=t.rotation,a=void 0===o?0:o,s=n+i/2,c=r+i/2;(0,t.draw)(),null===(e=this._element)||void 0===e||e.setAttribute("transform","rotate("+180*a/Math.PI+","+s+","+c+")")},t.prototype._basicDot=function(t){var e=this,n=t.size,r=t.x,i=t.y,o=n/7;this._rotateFigure(h(h({},t),{draw:function(){e._element=document.createElementNS("http://www.w3.org/2000/svg","path"),e._element.setAttribute("clip-rule","evenodd"),e._element.setAttribute("d","M "+(r+n/2)+" "+i+"a "+n/2+" "+n/2+" 0 1 0 0.1 0zm 0 "+o+"a "+(n/2-o)+" "+(n/2-o)+" 0 1 1 -0.1 0Z")}}))},t.prototype._basicSquare=function(t){var e=this,n=t.size,r=t.x,i=t.y,o=n/7;this._rotateFigure(h(h({},t),{draw:function(){e._element=document.createElementNS("http://www.w3.org/2000/svg","path"),e._element.setAttribute("clip-rule","evenodd"),e._element.setAttribute("d","M "+r+" "+i+"v "+n+"h "+n+"v "+-n+"zM "+(r+o)+" "+(i+o)+"h "+(n-2*o)+"v "+(n-2*o)+"h "+(2*o-n)+"z")}}))},t.prototype._basicExtraRounded=function(t){var e=this,n=t.size,r=t.x,i=t.y,o=n/7;this._rotateFigure(h(h({},t),{draw:function(){e._element=document.createElementNS("http://www.w3.org/2000/svg","path"),e._element.setAttribute("clip-rule","evenodd"),e._element.setAttribute("d","M "+r+" "+(i+2.5*o)+"v "+2*o+"a "+2.5*o+" "+2.5*o+", 0, 0, 0, "+2.5*o+" "+2.5*o+"h "+2*o+"a "+2.5*o+" "+2.5*o+", 0, 0, 0, "+2.5*o+" "+2.5*-o+"v "+-2*o+"a "+2.5*o+" "+2.5*o+", 0, 0, 0, "+2.5*-o+" "+2.5*-o+"h "+-2*o+"a "+2.5*o+" "+2.5*o+", 0, 0, 0, "+2.5*-o+" "+2.5*o+"M "+(r+2.5*o)+" "+(i+o)+"h "+2*o+"a "+1.5*o+" "+1.5*o+", 0, 0, 1, "+1.5*o+" "+1.5*o+"v "+2*o+"a "+1.5*o+" "+1.5*o+", 0, 0, 1, "+1.5*-o+" "+1.5*o+"h "+-2*o+"a "+1.5*o+" "+1.5*o+", 0, 0, 1, "+1.5*-o+" "+1.5*-o+"v "+-2*o+"a "+1.5*o+" "+1.5*o+", 0, 0, 1, "+1.5*o+" "+1.5*-o)}}))},t.prototype._drawDot=function(t){var e=t.x,n=t.y,r=t.size,i=t.rotation;this._basicDot({x:e,y:n,size:r,rotation:i})},t.prototype._drawSquare=function(t){var e=t.x,n=t.y,r=t.size,i=t.rotation;this._basicSquare({x:e,y:n,size:r,rotation:i})},t.prototype._drawExtraRounded=function(t){var e=t.x,n=t.y,r=t.size,i=t.rotation;this._basicExtraRounded({x:e,y:n,size:r,rotation:i})},t}();var f=function(){return(f=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var i in e=arguments[n])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t}).apply(this,arguments)};const m=function(){function t(t){var e=t.svg,n=t.type;this._svg=e,this._type=n}return t.prototype.draw=function(t,e,n,r){("square"===this._type?this._drawSquare:this._drawDot).call(this,{x:t,y:e,size:n,rotation:r})},t.prototype._rotateFigure=function(t){var e,n=t.x,r=t.y,i=t.size,o=t.rotation,a=void 0===o?0:o,s=n+i/2,c=r+i/2;(0,t.draw)(),null===(e=this._element)||void 0===e||e.setAttribute("transform","rotate("+180*a/Math.PI+","+s+","+c+")")},t.prototype._basicDot=function(t){var e=this,n=t.size,r=t.x,i=t.y;this._rotateFigure(f(f({},t),{draw:function(){e._element=document.createElementNS("http://www.w3.org/2000/svg","circle"),e._element.setAttribute("cx",String(r+n/2)),e._element.setAttribute("cy",String(i+n/2)),e._element.setAttribute("r",String(n/2))}}))},t.prototype._basicSquare=function(t){var e=this,n=t.size,r=t.x,i=t.y;this._rotateFigure(f(f({},t),{draw:function(){e._element=document.createElementNS("http://www.w3.org/2000/svg","rect"),e._element.setAttribute("x",String(r)),e._element.setAttribute("y",String(i)),e._element.setAttribute("width",String(n)),e._element.setAttribute("height",String(n))}}))},t.prototype._drawDot=function(t){var e=t.x,n=t.y,r=t.size,i=t.rotation;this._basicDot({x:e,y:n,size:r,rotation:i})},t.prototype._drawSquare=function(t){var e=t.x,n=t.y,r=t.size,i=t.rotation;this._basicSquare({x:e,y:n,size:r,rotation:i})},t}(),g="circle";var v=function(t,e,n,r){return new(n||(n=Promise))((function(i,o){function a(t){try{c(r.next(t))}catch(t){o(t)}}function s(t){try{c(r.throw(t))}catch(t){o(t)}}function c(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(a,s)}c((r=r.apply(t,e||[])).next())}))},y=function(t,e){var n,r,i,o,a={label:0,sent:function(){if(1&i[0])throw i[1];return i[1]},trys:[],ops:[]};return o={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o;function s(o){return function(s){return function(o){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,r&&(i=2&o[0]?r.return:o[0]?r.throw||((i=r.return)&&i.call(r),0):r.next)&&!(i=i.call(r,o[1])).done)return i;switch(r=0,i&&(o=[2&o[0],i.value]),o[0]){case 0:case 1:i=o;break;case 4:return a.label++,{value:o[1],done:!1};case 5:a.label++,r=o[1],o=[0];continue;case 7:o=a.ops.pop(),a.trys.pop();continue;default:if(!((i=(i=a.trys).length>0&&i[i.length-1])||6!==o[0]&&2!==o[0])){a=0;continue}if(3===o[0]&&(!i||o[1]>i[0]&&o[1]<i[3])){a.label=o[1];break}if(6===o[0]&&a.label<i[1]){a.label=i[1],i=o;break}if(i&&a.label<i[2]){a.label=i[2],a.ops.push(o);break}i[2]&&a.ops.pop(),a.trys.pop();continue}o=e.call(t,a)}catch(t){o=[6,t],r=0}finally{n=i=0}if(5&o[0])throw o[1];return{value:o[0]?o[1]:void 0,done:!0}}([o,s])}}},b=[[1,1,1,1,1,1,1],[1,0,0,0,0,0,1],[1,0,0,0,0,0,1],[1,0,0,0,0,0,1],[1,0,0,0,0,0,1],[1,0,0,0,0,0,1],[1,1,1,1,1,1,1]],w=[[0,0,0,0,0,0,0],[0,0,0,0,0,0,0],[0,0,1,1,1,0,0],[0,0,1,1,1,0,0],[0,0,1,1,1,0,0],[0,0,0,0,0,0,0],[0,0,0,0,0,0,0]];const _=function(){function t(t){this._element=document.createElementNS("http://www.w3.org/2000/svg","svg"),this._element.setAttribute("width",String(t.width)),this._element.setAttribute("height",String(t.height)),this._defs=document.createElementNS("http://www.w3.org/2000/svg","defs"),this._element.appendChild(this._defs),this._options=t}return Object.defineProperty(t.prototype,"width",{get:function(){return this._options.width},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"height",{get:function(){return this._options.height},enumerable:!1,configurable:!0}),t.prototype.getElement=function(){return this._element},t.prototype.drawQR=function(t){return v(this,void 0,void 0,(function(){var e,n,r,i,o,a,s,c,l,d,h=this;return y(this,(function(p){switch(p.label){case 0:return e=t.getModuleCount(),n=Math.min(this._options.width,this._options.height)-2*this._options.margin,r=this._options.shape===g?n/Math.sqrt(2):n,i=Math.floor(r/e),o={hideXDots:0,hideYDots:0,width:0,height:0},this._qr=t,this._options.image?[4,this.loadImage()]:[3,2];case 1:if(p.sent(),!this._image)return[2];a=this._options,s=a.imageOptions,c=a.qrOptions,l=s.imageSize*u[c.errorCorrectionLevel],d=Math.floor(l*e*e),o=function(t){var e=t.originalHeight,n=t.originalWidth,r=t.maxHiddenDots,i=t.maxHiddenAxisDots,o=t.dotSize,a={x:0,y:0},s={x:0,y:0};if(e<=0||n<=0||r<=0||o<=0)return{height:0,width:0,hideYDots:0,hideXDots:0};var c=e/n;return a.x=Math.floor(Math.sqrt(r/c)),a.x<=0&&(a.x=1),i&&i<a.x&&(a.x=i),a.x%2==0&&a.x--,s.x=a.x*o,a.y=1+2*Math.ceil((a.x*c-1)/2),s.y=Math.round(s.x*c),(a.y*a.x>r||i&&i<a.y)&&(i&&i<a.y?(a.y=i,a.y%2==0&&a.x--):a.y-=2,s.y=a.y*o,a.x=1+2*Math.ceil((a.y/c-1)/2),s.x=Math.round(s.y/c)),{height:s.y,width:s.x,hideYDots:a.y,hideXDots:a.x}}({originalWidth:this._image.width,originalHeight:this._image.height,maxHiddenDots:d,maxHiddenAxisDots:e-14,dotSize:i}),p.label=2;case 2:return this.drawBackground(),this.drawDots((function(t,n){var r,i,a,s,c,u;return!(h._options.imageOptions.hideBackgroundDots&&t>=(e-o.hideXDots)/2&&t<(e+o.hideXDots)/2&&n>=(e-o.hideYDots)/2&&n<(e+o.hideYDots)/2||(null===(r=b[t])||void 0===r?void 0:r[n])||(null===(i=b[t-e+7])||void 0===i?void 0:i[n])||(null===(a=b[t])||void 0===a?void 0:a[n-e+7])||(null===(s=w[t])||void 0===s?void 0:s[n])||(null===(c=w[t-e+7])||void 0===c?void 0:c[n])||(null===(u=w[t])||void 0===u?void 0:u[n-e+7]))})),this.drawCorners(),this._options.image?[4,this.drawImage({width:o.width,height:o.height,count:e,dotSize:i})]:[3,4];case 3:p.sent(),p.label=4;case 4:return[2]}}))}))},t.prototype.drawBackground=function(){var t,e,n,r=this._element,i=this._options;if(r){var o=null===(t=i.backgroundOptions)||void 0===t?void 0:t.gradient,a=null===(e=i.backgroundOptions)||void 0===e?void 0:e.color;if((o||a)&&this._createColor({options:o,color:a,additionalRotation:0,x:0,y:0,height:i.height,width:i.width,name:"background-color"}),null===(n=i.backgroundOptions)||void 0===n?void 0:n.round){var s=Math.min(i.width,i.height),c=document.createElementNS("http://www.w3.org/2000/svg","rect");this._backgroundClipPath=document.createElementNS("http://www.w3.org/2000/svg","clipPath"),this._backgroundClipPath.setAttribute("id","clip-path-background-color"),this._defs.appendChild(this._backgroundClipPath),c.setAttribute("x",String((i.width-s)/2)),c.setAttribute("y",String((i.height-s)/2)),c.setAttribute("width",String(s)),c.setAttribute("height",String(s)),c.setAttribute("rx",String(s/2*i.backgroundOptions.round)),this._backgroundClipPath.appendChild(c)}}},t.prototype.drawDots=function(t){var e,n,r=this;if(!this._qr)throw"QR code is not defined";var i=this._options,o=this._qr.getModuleCount();if(o>i.width||o>i.height)throw"The canvas is too small.";var a=Math.min(i.width,i.height)-2*i.margin,s=i.shape===g?a/Math.sqrt(2):a,c=Math.floor(s/o),u=Math.floor((i.width-o*c)/2),l=Math.floor((i.height-o*c)/2),h=new d({svg:this._element,type:i.dotsOptions.type});this._dotsClipPath=document.createElementNS("http://www.w3.org/2000/svg","clipPath"),this._dotsClipPath.setAttribute("id","clip-path-dot-color"),this._defs.appendChild(this._dotsClipPath),this._createColor({options:null===(e=i.dotsOptions)||void 0===e?void 0:e.gradient,color:i.dotsOptions.color,additionalRotation:0,x:0,y:0,height:i.height,width:i.width,name:"dot-color"});for(var p=function(e){for(var i=function(i){return t&&!t(e,i)?"continue":(null===(n=f._qr)||void 0===n?void 0:n.isDark(e,i))?(h.draw(u+e*c,l+i*c,c,(function(n,a){return!(e+n<0||i+a<0||e+n>=o||i+a>=o)&&!(t&&!t(e+n,i+a))&&!!r._qr&&r._qr.isDark(e+n,i+a)})),void(h._element&&f._dotsClipPath&&f._dotsClipPath.appendChild(h._element))):"continue"},a=0;a<o;a++)i(a)},f=this,m=0;m<o;m++)p(m);if(i.shape===g){var v=Math.floor((a/c-o)/2),y=o+2*v,b=u-v*c,w=l-v*c,_=[],C=Math.floor(y/2);for(m=0;m<y;m++){_[m]=[];for(var I=0;I<y;I++)m>=v-1&&m<=y-v&&I>=v-1&&I<=y-v||Math.sqrt((m-C)*(m-C)+(I-C)*(I-C))>C?_[m][I]=0:_[m][I]=this._qr.isDark(I-2*v<0?I:I>=o?I-2*v:I-v,m-2*v<0?m:m>=o?m-2*v:m-v)?1:0}var E=function(t){for(var e=function(e){if(!_[t][e])return"continue";h.draw(b+t*c,w+e*c,c,(function(n,r){var i;return!!(null===(i=_[t+n])||void 0===i?void 0:i[e+r])})),h._element&&x._dotsClipPath&&x._dotsClipPath.appendChild(h._element)},n=0;n<y;n++)e(n)},x=this;for(m=0;m<y;m++)E(m)}},t.prototype.drawCorners=function(){var t=this;if(!this._qr)throw"QR code is not defined";var e=this._element,n=this._options;if(!e)throw"Element code is not defined";var r=this._qr.getModuleCount(),i=Math.min(n.width,n.height)-2*n.margin,o=n.shape===g?i/Math.sqrt(2):i,a=Math.floor(o/r),s=7*a,c=3*a,u=Math.floor((n.width-r*a)/2),l=Math.floor((n.height-r*a)/2);[[0,0,0],[1,0,Math.PI/2],[0,1,-Math.PI/2]].forEach((function(e){var i,o,h,f,g,v,y,_,C,I,E,x,k=e[0],L=e[1],B=e[2],S=u+k*a*(r-7),A=l+L*a*(r-7),M=t._dotsClipPath,D=t._dotsClipPath;if(((null===(i=n.cornersSquareOptions)||void 0===i?void 0:i.gradient)||(null===(o=n.cornersSquareOptions)||void 0===o?void 0:o.color))&&((M=document.createElementNS("http://www.w3.org/2000/svg","clipPath")).setAttribute("id","clip-path-corners-square-color-"+k+"-"+L),t._defs.appendChild(M),t._cornersSquareClipPath=t._cornersDotClipPath=D=M,t._createColor({options:null===(h=n.cornersSquareOptions)||void 0===h?void 0:h.gradient,color:null===(f=n.cornersSquareOptions)||void 0===f?void 0:f.color,additionalRotation:B,x:S,y:A,height:s,width:s,name:"corners-square-color-"+k+"-"+L})),null===(g=n.cornersSquareOptions)||void 0===g?void 0:g.type){var T=new p({svg:t._element,type:n.cornersSquareOptions.type});T.draw(S,A,s,B),T._element&&M&&M.appendChild(T._element)}else for(var P=new d({svg:t._element,type:n.dotsOptions.type}),O=function(t){for(var e=function(e){if(!(null===(v=b[t])||void 0===v?void 0:v[e]))return"continue";P.draw(S+t*a,A+e*a,a,(function(n,r){var i;return!!(null===(i=b[t+n])||void 0===i?void 0:i[e+r])})),P._element&&M&&M.appendChild(P._element)},n=0;n<b[t].length;n++)e(n)},N=0;N<b.length;N++)O(N);if(((null===(y=n.cornersDotOptions)||void 0===y?void 0:y.gradient)||(null===(_=n.cornersDotOptions)||void 0===_?void 0:_.color))&&((D=document.createElementNS("http://www.w3.org/2000/svg","clipPath")).setAttribute("id","clip-path-corners-dot-color-"+k+"-"+L),t._defs.appendChild(D),t._cornersDotClipPath=D,t._createColor({options:null===(C=n.cornersDotOptions)||void 0===C?void 0:C.gradient,color:null===(I=n.cornersDotOptions)||void 0===I?void 0:I.color,additionalRotation:B,x:S+2*a,y:A+2*a,height:c,width:c,name:"corners-dot-color-"+k+"-"+L})),null===(E=n.cornersDotOptions)||void 0===E?void 0:E.type){var F=new m({svg:t._element,type:n.cornersDotOptions.type});F.draw(S+2*a,A+2*a,c,B),F._element&&D&&D.appendChild(F._element)}else{P=new d({svg:t._element,type:n.dotsOptions.type});var q=function(t){for(var e=function(e){if(!(null===(x=w[t])||void 0===x?void 0:x[e]))return"continue";P.draw(S+t*a,A+e*a,a,(function(n,r){var i;return!!(null===(i=w[t+n])||void 0===i?void 0:i[e+r])})),P._element&&D&&D.appendChild(P._element)},n=0;n<w[t].length;n++)e(n)};for(N=0;N<w.length;N++)q(N)}}))},t.prototype.loadImage=function(){var t=this;return new Promise((function(e,n){var r=t._options,i=new Image;if(!r.image)return n("Image is not defined");"string"==typeof r.imageOptions.crossOrigin&&(i.crossOrigin=r.imageOptions.crossOrigin),t._image=i,i.onload=function(){e()},i.src=r.image}))},t.prototype.drawImage=function(t){var e=t.width,n=t.height,r=t.count,i=t.dotSize;return v(this,void 0,void 0,(function(){var t,o,a,s,u,l,d,h,p;return y(this,(function(f){switch(f.label){case 0:return t=this._options,o=Math.floor((t.width-r*i)/2),a=Math.floor((t.height-r*i)/2),s=o+t.imageOptions.margin+(r*i-e)/2,u=a+t.imageOptions.margin+(r*i-n)/2,l=e-2*t.imageOptions.margin,d=n-2*t.imageOptions.margin,(h=document.createElementNS("http://www.w3.org/2000/svg","image")).setAttribute("x",String(s)),h.setAttribute("y",String(u)),h.setAttribute("width",l+"px"),h.setAttribute("height",d+"px"),[4,c(t.image||"")];case 1:return p=f.sent(),h.setAttribute("href",p||""),this._element.appendChild(h),[2]}}))}))},t.prototype._createColor=function(t){var e=t.options,n=t.color,r=t.additionalRotation,i=t.x,o=t.y,a=t.height,s=t.width,c=t.name,u=s>a?s:a,l=document.createElementNS("http://www.w3.org/2000/svg","rect");if(l.setAttribute("x",String(i)),l.setAttribute("y",String(o)),l.setAttribute("height",String(a)),l.setAttribute("width",String(s)),l.setAttribute("clip-path","url('#clip-path-"+c+"')"),e){var d;if("radial"===e.type)(d=document.createElementNS("http://www.w3.org/2000/svg","radialGradient")).setAttribute("id",c),d.setAttribute("gradientUnits","userSpaceOnUse"),d.setAttribute("fx",String(i+s/2)),d.setAttribute("fy",String(o+a/2)),d.setAttribute("cx",String(i+s/2)),d.setAttribute("cy",String(o+a/2)),d.setAttribute("r",String(u/2));else{var h=((e.rotation||0)+r)%(2*Math.PI),p=(h+2*Math.PI)%(2*Math.PI),f=i+s/2,m=o+a/2,g=i+s/2,v=o+a/2;p>=0&&p<=.25*Math.PI||p>1.75*Math.PI&&p<=2*Math.PI?(f-=s/2,m-=a/2*Math.tan(h),g+=s/2,v+=a/2*Math.tan(h)):p>.25*Math.PI&&p<=.75*Math.PI?(m-=a/2,f-=s/2/Math.tan(h),v+=a/2,g+=s/2/Math.tan(h)):p>.75*Math.PI&&p<=1.25*Math.PI?(f+=s/2,m+=a/2*Math.tan(h),g-=s/2,v-=a/2*Math.tan(h)):p>1.25*Math.PI&&p<=1.75*Math.PI&&(m+=a/2,f+=s/2/Math.tan(h),v-=a/2,g-=s/2/Math.tan(h)),(d=document.createElementNS("http://www.w3.org/2000/svg","linearGradient")).setAttribute("id",c),d.setAttribute("gradientUnits","userSpaceOnUse"),d.setAttribute("x1",String(Math.round(f))),d.setAttribute("y1",String(Math.round(m))),d.setAttribute("x2",String(Math.round(g))),d.setAttribute("y2",String(Math.round(v)))}e.colorStops.forEach((function(t){var e=t.offset,n=t.color,r=document.createElementNS("http://www.w3.org/2000/svg","stop");r.setAttribute("offset",100*e+"%"),r.setAttribute("stop-color",n),d.appendChild(r)})),l.setAttribute("fill","url('#"+c+"')"),this._defs.appendChild(d)}else n&&l.setAttribute("fill",n);this._element.appendChild(l)},t}(),C="canvas";for(var I={},E=0;E<=40;E++)I[E]=E;const x={type:C,shape:"square",width:300,height:300,data:"",margin:0,qrOptions:{typeNumber:I[0],mode:void 0,errorCorrectionLevel:"Q"},imageOptions:{hideBackgroundDots:!0,imageSize:.4,crossOrigin:void 0,margin:0},dotsOptions:{type:"square",color:"#000"},backgroundOptions:{round:0,color:"#fff"}};var k=function(){return(k=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var i in e=arguments[n])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t}).apply(this,arguments)};function L(t){var e=k({},t);if(!e.colorStops||!e.colorStops.length)throw"Field 'colorStops' is required in gradient";return e.rotation?e.rotation=Number(e.rotation):e.rotation=0,e.colorStops=e.colorStops.map((function(t){return k(k({},t),{offset:Number(t.offset)})})),e}function B(t){var e=k({},t);return e.width=Number(e.width),e.height=Number(e.height),e.margin=Number(e.margin),e.imageOptions=k(k({},e.imageOptions),{hideBackgroundDots:Boolean(e.imageOptions.hideBackgroundDots),imageSize:Number(e.imageOptions.imageSize),margin:Number(e.imageOptions.margin)}),e.margin>Math.min(e.width,e.height)&&(e.margin=Math.min(e.width,e.height)),e.dotsOptions=k({},e.dotsOptions),e.dotsOptions.gradient&&(e.dotsOptions.gradient=L(e.dotsOptions.gradient)),e.cornersSquareOptions&&(e.cornersSquareOptions=k({},e.cornersSquareOptions),e.cornersSquareOptions.gradient&&(e.cornersSquareOptions.gradient=L(e.cornersSquareOptions.gradient))),e.cornersDotOptions&&(e.cornersDotOptions=k({},e.cornersDotOptions),e.cornersDotOptions.gradient&&(e.cornersDotOptions.gradient=L(e.cornersDotOptions.gradient))),e.backgroundOptions&&(e.backgroundOptions=k({},e.backgroundOptions),e.backgroundOptions.gradient&&(e.backgroundOptions.gradient=L(e.backgroundOptions.gradient))),e}var S=n(192),A=n.n(S),M=function(t,e,n,r){return new(n||(n=Promise))((function(i,o){function a(t){try{c(r.next(t))}catch(t){o(t)}}function s(t){try{c(r.throw(t))}catch(t){o(t)}}function c(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(a,s)}c((r=r.apply(t,e||[])).next())}))},D=function(t,e){var n,r,i,o,a={label:0,sent:function(){if(1&i[0])throw i[1];return i[1]},trys:[],ops:[]};return o={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o;function s(o){return function(s){return function(o){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,r&&(i=2&o[0]?r.return:o[0]?r.throw||((i=r.return)&&i.call(r),0):r.next)&&!(i=i.call(r,o[1])).done)return i;switch(r=0,i&&(o=[2&o[0],i.value]),o[0]){case 0:case 1:i=o;break;case 4:return a.label++,{value:o[1],done:!1};case 5:a.label++,r=o[1],o=[0];continue;case 7:o=a.ops.pop(),a.trys.pop();continue;default:if(!((i=(i=a.trys).length>0&&i[i.length-1])||6!==o[0]&&2!==o[0])){a=0;continue}if(3===o[0]&&(!i||o[1]>i[0]&&o[1]<i[3])){a.label=o[1];break}if(6===o[0]&&a.label<i[1]){a.label=i[1],i=o;break}if(i&&a.label<i[2]){a.label=i[2],a.ops.push(o);break}i[2]&&a.ops.pop(),a.trys.pop();continue}o=e.call(t,a)}catch(t){o=[6,t],r=0}finally{n=i=0}if(5&o[0])throw o[1];return{value:o[0]?o[1]:void 0,done:!0}}([o,s])}}};const T=function(){function t(t){this._options=t?B(a(x,t)):x,this.update()}return t._clearContainer=function(t){t&&(t.innerHTML="")},t.prototype._setupSvg=function(){var t=this;if(this._qr){var e=new _(this._options);this._svg=e.getElement(),this._svgDrawingPromise=e.drawQR(this._qr).then((function(){var n;t._svg&&(null===(n=t._extension)||void 0===n||n.call(t,e.getElement(),t._options))}))}},t.prototype._setupCanvas=function(){var t,e=this;this._qr&&(this._canvas=document.createElement("canvas"),this._canvas.width=this._options.width,this._canvas.height=this._options.height,this._setupSvg(),this._canvasDrawingPromise=null===(t=this._svgDrawingPromise)||void 0===t?void 0:t.then((function(){if(e._svg){var t=e._svg,n=(new XMLSerializer).serializeToString(t),r="data:image/svg+xml;base64,"+btoa(n),i=new Image;return new Promise((function(t){i.onload=function(){var n,r;null===(r=null===(n=e._canvas)||void 0===n?void 0:n.getContext("2d"))||void 0===r||r.drawImage(i,0,0),t()},i.src=r}))}})))},t.prototype._getElement=function(t){return void 0===t&&(t="png"),M(this,void 0,void 0,(function(){return D(this,(function(e){switch(e.label){case 0:if(!this._qr)throw"QR code is empty";return"svg"!==t.toLowerCase()?[3,2]:(this._svg&&this._svgDrawingPromise||this._setupSvg(),[4,this._svgDrawingPromise]);case 1:return e.sent(),[2,this._svg];case 2:return this._canvas&&this._canvasDrawingPromise||this._setupCanvas(),[4,this._canvasDrawingPromise];case 3:return e.sent(),[2,this._canvas]}}))}))},t.prototype.update=function(e){t._clearContainer(this._container),this._options=e?B(a(this._options,e)):this._options,this._options.data&&(this._qr=A()(this._options.qrOptions.typeNumber,this._options.qrOptions.errorCorrectionLevel),this._qr.addData(this._options.data,this._options.qrOptions.mode||function(t){switch(!0){case/^[0-9]*$/.test(t):return"Numeric";case/^[0-9A-Z $%*+\-./:]*$/.test(t):return"Alphanumeric";default:return"Byte"}}(this._options.data)),this._qr.make(),this._options.type===C?this._setupCanvas():this._setupSvg(),this.append(this._container))},t.prototype.append=function(t){if(t){if("function"!=typeof t.appendChild)throw"Container should be a single DOM node";this._options.type===C?this._canvas&&t.appendChild(this._canvas):this._svg&&t.appendChild(this._svg),this._container=t}},t.prototype.applyExtension=function(t){if(!t)throw"Extension function should be defined.";this._extension=t,this.update()},t.prototype.deleteExtension=function(){this._extension=void 0,this.update()},t.prototype.getRawData=function(t){return void 0===t&&(t="png"),M(this,void 0,void 0,(function(){var e,n,r;return D(this,(function(i){switch(i.label){case 0:if(!this._qr)throw"QR code is empty";return[4,this._getElement(t)];case 1:return(e=i.sent())?"svg"===t.toLowerCase()?(n=new XMLSerializer,r=n.serializeToString(e),[2,new Blob(['<?xml version="1.0" standalone="no"?>\r\n'+r],{type:"image/svg+xml"})]):[2,new Promise((function(n){return e.toBlob(n,"image/"+t,1)}))]:[2,null]}}))}))},t.prototype.download=function(t){return M(this,void 0,void 0,(function(){var e,n,r,i,o;return D(this,(function(a){switch(a.label){case 0:if(!this._qr)throw"QR code is empty";return e="png",n="qr","string"==typeof t?(e=t,console.warn("Extension is deprecated as argument for 'download' method, please pass object { name: '...', extension: '...' } as argument")):"object"==typeof t&&null!==t&&(t.name&&(n=t.name),t.extension&&(e=t.extension)),[4,this._getElement(e)];case 1:return(r=a.sent())?("svg"===e.toLowerCase()?(i=new XMLSerializer,o='<?xml version="1.0" standalone="no"?>\r\n'+(o=i.serializeToString(r)),s("data:image/svg+xml;charset=utf-8,"+encodeURIComponent(o),n+".svg")):s(r.toDataURL("image/"+e),n+"."+e),[2]):[2]}}))}))},t}()}},e={};function n(r){if(e[r])return e[r].exports;var i=e[r]={exports:{}};return t[r](i,i.exports,n),i.exports}return n.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return n.d(e,{a:e}),e},n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n(676)})().default},666:t=>{var e=function(t){"use strict";var e,n=Object.prototype,r=n.hasOwnProperty,i="function"==typeof Symbol?Symbol:{},o=i.iterator||"@@iterator",a=i.asyncIterator||"@@asyncIterator",s=i.toStringTag||"@@toStringTag";function c(t,e,n){return Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{c({},"")}catch(t){c=function(t,e,n){return t[e]=n}}function u(t,e,n,r){var i=e&&e.prototype instanceof g?e:g,o=Object.create(i.prototype),a=new B(r||[]);return o._invoke=function(t,e,n){var r=d;return function(i,o){if(r===p)throw new Error("Generator is already running");if(r===f){if("throw"===i)throw o;return A()}for(n.method=i,n.arg=o;;){var a=n.delegate;if(a){var s=x(a,n);if(s){if(s===m)continue;return s}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(r===d)throw r=f,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);r=p;var c=l(t,e,n);if("normal"===c.type){if(r=n.done?f:h,c.arg===m)continue;return{value:c.arg,done:n.done}}"throw"===c.type&&(r=f,n.method="throw",n.arg=c.arg)}}}(t,n,a),o}function l(t,e,n){try{return{type:"normal",arg:t.call(e,n)}}catch(t){return{type:"throw",arg:t}}}t.wrap=u;var d="suspendedStart",h="suspendedYield",p="executing",f="completed",m={};function g(){}function v(){}function y(){}var b={};c(b,o,(function(){return this}));var w=Object.getPrototypeOf,_=w&&w(w(S([])));_&&_!==n&&r.call(_,o)&&(b=_);var C=y.prototype=g.prototype=Object.create(b);function I(t){["next","throw","return"].forEach((function(e){c(t,e,(function(t){return this._invoke(e,t)}))}))}function E(t,e){function n(i,o,a,s){var c=l(t[i],t,o);if("throw"!==c.type){var u=c.arg,d=u.value;return d&&"object"==typeof d&&r.call(d,"__await")?e.resolve(d.__await).then((function(t){n("next",t,a,s)}),(function(t){n("throw",t,a,s)})):e.resolve(d).then((function(t){u.value=t,a(u)}),(function(t){return n("throw",t,a,s)}))}s(c.arg)}var i;this._invoke=function(t,r){function o(){return new e((function(e,i){n(t,r,e,i)}))}return i=i?i.then(o,o):o()}}function x(t,n){var r=t.iterator[n.method];if(r===e){if(n.delegate=null,"throw"===n.method){if(t.iterator.return&&(n.method="return",n.arg=e,x(t,n),"throw"===n.method))return m;n.method="throw",n.arg=new TypeError("The iterator does not provide a 'throw' method")}return m}var i=l(r,t.iterator,n.arg);if("throw"===i.type)return n.method="throw",n.arg=i.arg,n.delegate=null,m;var o=i.arg;return o?o.done?(n[t.resultName]=o.value,n.next=t.nextLoc,"return"!==n.method&&(n.method="next",n.arg=e),n.delegate=null,m):o:(n.method="throw",n.arg=new TypeError("iterator result is not an object"),n.delegate=null,m)}function k(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function L(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function B(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(k,this),this.reset(!0)}function S(t){if(t){var n=t[o];if(n)return n.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var i=-1,a=function n(){for(;++i<t.length;)if(r.call(t,i))return n.value=t[i],n.done=!1,n;return n.value=e,n.done=!0,n};return a.next=a}}return{next:A}}function A(){return{value:e,done:!0}}return v.prototype=y,c(C,"constructor",y),c(y,"constructor",v),v.displayName=c(y,s,"GeneratorFunction"),t.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===v||"GeneratorFunction"===(e.displayName||e.name))},t.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,y):(t.__proto__=y,c(t,s,"GeneratorFunction")),t.prototype=Object.create(C),t},t.awrap=function(t){return{__await:t}},I(E.prototype),c(E.prototype,a,(function(){return this})),t.AsyncIterator=E,t.async=function(e,n,r,i,o){void 0===o&&(o=Promise);var a=new E(u(e,n,r,i),o);return t.isGeneratorFunction(n)?a:a.next().then((function(t){return t.done?t.value:a.next()}))},I(C),c(C,s,"Generator"),c(C,o,(function(){return this})),c(C,"toString",(function(){return"[object Generator]"})),t.keys=function(t){var e=[];for(var n in t)e.push(n);return e.reverse(),function n(){for(;e.length;){var r=e.pop();if(r in t)return n.value=r,n.done=!1,n}return n.done=!0,n}},t.values=S,B.prototype={constructor:B,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=e,this.done=!1,this.delegate=null,this.method="next",this.arg=e,this.tryEntries.forEach(L),!t)for(var n in this)"t"===n.charAt(0)&&r.call(this,n)&&!isNaN(+n.slice(1))&&(this[n]=e)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var n=this;function i(r,i){return s.type="throw",s.arg=t,n.next=r,i&&(n.method="next",n.arg=e),!!i}for(var o=this.tryEntries.length-1;o>=0;--o){var a=this.tryEntries[o],s=a.completion;if("root"===a.tryLoc)return i("end");if(a.tryLoc<=this.prev){var c=r.call(a,"catchLoc"),u=r.call(a,"finallyLoc");if(c&&u){if(this.prev<a.catchLoc)return i(a.catchLoc,!0);if(this.prev<a.finallyLoc)return i(a.finallyLoc)}else if(c){if(this.prev<a.catchLoc)return i(a.catchLoc,!0)}else{if(!u)throw new Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return i(a.finallyLoc)}}}},abrupt:function(t,e){for(var n=this.tryEntries.length-1;n>=0;--n){var i=this.tryEntries[n];if(i.tryLoc<=this.prev&&r.call(i,"finallyLoc")&&this.prev<i.finallyLoc){var o=i;break}}o&&("break"===t||"continue"===t)&&o.tryLoc<=e&&e<=o.finallyLoc&&(o=null);var a=o?o.completion:{};return a.type=t,a.arg=e,o?(this.method="next",this.next=o.finallyLoc,m):this.complete(a)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),m},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.finallyLoc===t)return this.complete(n.completion,n.afterLoc),L(n),m}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.tryLoc===t){var r=n.completion;if("throw"===r.type){var i=r.arg;L(n)}return i}}throw new Error("illegal catch attempt")},delegateYield:function(t,n,r){return this.delegate={iterator:S(t),resultName:n,nextLoc:r},"next"===this.method&&(this.arg=e),m}},t}(t.exports);try{regeneratorRuntime=e}catch(t){"object"==typeof globalThis?globalThis.regeneratorRuntime=e:Function("r","regeneratorRuntime = r")(e)}}},n={};function r(t){var i=n[t];if(void 0!==i)return i.exports;var o=n[t]={id:t,loaded:!1,exports:{}};return e[t](o,o.exports,r),o.loaded=!0,o.exports}r.m=e,t=[],r.O=(e,n,i,o)=>{if(!n){var a=1/0;for(l=0;l<t.length;l++){for(var[n,i,o]=t[l],s=!0,c=0;c<n.length;c++)(!1&o||a>=o)&&Object.keys(r.O).every((t=>r.O[t](n[c])))?n.splice(c--,1):(s=!1,o<a&&(a=o));if(s){t.splice(l--,1);var u=i();void 0!==u&&(e=u)}}return e}o=o||0;for(var l=t.length;l>0&&t[l-1][2]>o;l--)t[l]=t[l-1];t[l]=[n,i,o]},r.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return r.d(e,{a:e}),e},r.d=(t,e)=>{for(var n in e)r.o(e,n)&&!r.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},r.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),r.nmd=t=>(t.paths=[],t.children||(t.children=[]),t),(()=>{var t={773:0,403:0,432:0,170:0,165:0};r.O.j=e=>0===t[e];var e=(e,n)=>{var i,o,[a,s,c]=n,u=0;if(a.some((e=>0!==t[e]))){for(i in s)r.o(s,i)&&(r.m[i]=s[i]);if(c)var l=c(r)}for(e&&e(n);u<a.length;u++)o=a[u],r.o(t,o)&&t[o]&&t[o][0](),t[o]=0;return r.O(l)},n=self.webpackChunk=self.webpackChunk||[];n.forEach(e.bind(null,0)),n.push=e.bind(null,n.push.bind(n))})(),r.O(void 0,[432,170,165],(()=>r(429))),r.O(void 0,[432,170,165],(()=>r(898))),r.O(void 0,[432,170,165],(()=>r(542)));var i=r.O(void 0,[432,170,165],(()=>r(70)));i=r.O(i)})();</script>
</html>