This repository has been archived by the owner on Jul 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
925 lines (907 loc) · 200 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
<!DOCTYPE html>
<html lang="en" style="--vw: 11.27px;">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link rel="preconnect" href="https://p.typekit.net/" crossorigin="true">
<link rel="preconnect" href="https://dev.visualwebsiteoptimizer.com/">
<script async="" src="Fauna%20The%20distributed%20serverless%20database_files/gtm.js"></script><script type="text/javascript" id="vwoCode">
window._vwo_code || (function() {
var account_id=685475,
version=2.0,
settings_tolerance=2000,
hide_element='body',
hide_element_style = 'opacity:0 !important;filter:alpha(opacity=0) !important;background:none !important',
/* DO NOT EDIT BELOW THIS LINE */
f=false,d=document,v=d.querySelector('#vwoCode'),cK='_vwo_'+account_id+'_settings',cc={};try{var c=JSON.parse(localStorage.getItem('_vwo_'+account_id+'_config'));cc=c&&typeof c==='object'?c:{}}catch(e){}var stT=cc.stT==='session'?window.sessionStorage:window.localStorage;code={use_existing_jquery:function(){return typeof use_existing_jquery!=='undefined'?use_existing_jquery:undefined},library_tolerance:function(){return typeof library_tolerance!=='undefined'?library_tolerance:undefined},settings_tolerance:function(){return cc.sT||settings_tolerance},hide_element_style:function(){return'{'+(cc.hES||hide_element_style)+'}'},hide_element:function(){return typeof cc.hE==='string'?cc.hE:hide_element},getVersion:function(){return version},finish:function(){if(!f){f=true;var e=d.getElementById('_vis_opt_path_hides');if(e)e.parentNode.removeChild(e)}},finished:function(){return f},load:function(e){var t=this.getSettings(),n=d.createElement('script'),i=this;if(t){n.textContent=t;d.getElementsByTagName('head')[0].appendChild(n);if(!window.VWO||VWO.caE){stT.removeItem(cK);i.load(e)}}else{n.fetchPriority='high';n.src=e;n.type='text/javascript';n.onerror=function(){_vwo_code.finish()};d.getElementsByTagName('head')[0].appendChild(n)}},getSettings:function(){try{var e=stT.getItem(cK);if(!e){return}e=JSON.parse(e);if(Date.now()>e.e){stT.removeItem(cK);return}return e.s}catch(e){return}},init:function(){if(d.URL.indexOf('__vwo_disable__')>-1)return;var e=this.settings_tolerance();window._vwo_settings_timer=setTimeout(function(){_vwo_code.finish();stT.removeItem(cK)},e);var t=d.createElement('style'),n=this.hide_element(),i=n?n+this.hide_element_style():'',o=d.getElementsByTagName('head')[0];t.setAttribute('id','_vis_opt_path_hides');v&&t.setAttribute('nonce',v.nonce);t.setAttribute('type','text/css');if(t.styleSheet)t.styleSheet.cssText=i;else t.appendChild(d.createTextNode(i));o.appendChild(t);this.load('https://dev.visualwebsiteoptimizer.com/j.php?a='+account_id+'&u='+encodeURIComponent(d.URL)+'&vn='+version)}};window._vwo_code=code;code.init();})();
</script><script src="Fauna%20The%20distributed%20serverless%20database_files/j.js" type="text/javascript"></script><script src="Fauna%20The%20distributed%20serverless%20database_files/optimize.js"></script><script type="text/javascript">
window.dataLayer = window.dataLayer || [];
window.dataLayer.push({'event': 'optimize.global-activate'});
</script>
<meta name="viewport" content="width=device-width">
<meta charset="utf-8">
<title>Fauna | Tutorials</title>
<meta name="robots" content="index,follow">
<meta name="googlebot" content="index,follow">
<meta name="description" content="Fauna combines the flexibility of NoSQL with the relational querying capabilities and ACID consistency of SQL systems — with native GraphQL and delivered as a cloud API so you don’t have to worry about operations. ">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@fauna">
<meta name="twitter:creator" content="@fauna">
<meta property="og:url" content="https://fauna.com/home">
<meta property="og:type" content="website">
<meta property="og:title" content="Fauna | The distributed serverless database">
<meta property="og:description" content="Fauna combines the flexibility of NoSQL with the relational querying capabilities and ACID consistency of SQL systems — with native GraphQL and delivered as a cloud API so you don’t have to worry about operations. ">
<meta property="og:image" content="https://images.ctfassets.net/po4qc9xpmpuh/1uiv5gXGspEI9x37qNb6Y0/5c48844dce8f2510f7bf4e90cc1dad2b/twitter_card_02__1_.png">
<meta property="og:image:alt" content="twitter card 02">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="628">
<meta property="og:locale" content="en_US">
<meta property="og:site_name" content="Fauna">
<link rel="canonical" href="https://fauna.com/home">
<script type="application/ld+json">{"@context":"https://schema.org","@type":"Article","mainEntityOfPage":{"@type":"WebPage","@id":"https://google.com/article"},"headline":"Fauna","image":"/fauna-logo-new.png","articleBody":"","datePublished":"","dateModified":"","author":{"@type":"Person","name":""},"publisher":{"@type":"Organization","name":"Fauna","logo":{"@type":"ImageObject","url":"/fauna-logo-new.png"}}}</script>
<link rel="alternate" type="application/rss+xml" title="Blog by Fauna Inc" href="https://fauna.com/blog/feed">
<link rel="icon" type="image/png" href="https://images.ctfassets.net/po4qc9xpmpuh/748wU03wXxETyOXXz54j9P/93d6bcdcefcca69f0c3b3d23af032efe/favicon.png">
<meta name="next-head-count" content="23">
<link rel="preload" href="Fauna%20The%20distributed%20serverless%20database_files/ee096d374b28cc45c7be.css" as="style">
<link rel="stylesheet" href="Fauna%20The%20distributed%20serverless%20database_files/ee096d374b28cc45c7be.css" data-n-g="">
<link rel="preload" href="Fauna%20The%20distributed%20serverless%20database_files/1d66f1fd80de3d531047.css" as="style">
<link rel="stylesheet" href="Fauna%20The%20distributed%20serverless%20database_files/1d66f1fd80de3d531047.css" data-n-p="">
<noscript data-n-css=""></noscript>
<link rel="preload" href="Fauna%20The%20distributed%20serverless%20database_files/main-4d6518793a7db7a9050e.js" as="script">
<link rel="preload" href="Fauna%20The%20distributed%20serverless%20database_files/webpack-f0891df4c1b333c1b469.js" as="script">
<link rel="preload" href="Fauna%20The%20distributed%20serverless%20database_files/framework.ec787e007ba674e48e7f.js" as="script">
<link rel="preload" href="Fauna%20The%20distributed%20serverless%20database_files/750975de1198e7b7e11de4379d55ffee801025a5.168c187e08eff3f43f1a.js" as="script">
<link rel="preload" href="Fauna%20The%20distributed%20serverless%20database_files/d64f66507866a4a8e95f01943362d51866f0b2ff.af0ee572fbd9e9310e02.js" as="script">
<link rel="preload" href="Fauna%20The%20distributed%20serverless%20database_files/2584090abf9740e077310a1be2160f9587d4d62f.ed1adf61620a022d6d6d.js" as="script">
<link rel="preload" href="Fauna%20The%20distributed%20serverless%20database_files/3ceabd031cbe5608428982d20992ee59b264f9d6.2bba30260d37c7556c4a.js" as="script">
<link rel="preload" href="Fauna%20The%20distributed%20serverless%20database_files/0bbae8e80d59942d688aadda0f054242b03c2d6f.7280b6f9cadb3ab38ff8.js" as="script">
<link rel="preload" href="Fauna%20The%20distributed%20serverless%20database_files/_app-553f1339abdc5f253771.js" as="script">
<link rel="preload" href="Fauna%20The%20distributed%20serverless%20database_files/84d252e97ef4bb90db570ca90ff8e234d07fcae0.27219e34cb3735c7123a.js" as="script">
<link rel="preload" href="Fauna%20The%20distributed%20serverless%20database_files/c66782b1beea9f503c0470a8701428a9f729f237.bcf3b00bb46d22e9eb84.js" as="script">
<link rel="preload" href="Fauna%20The%20distributed%20serverless%20database_files/141be6640a2a0f7aeebebfa33ee3ea8d7eddcc4c.fe6b983e59c1ab5b8605.js" as="script">
<link rel="preload" href="Fauna%20The%20distributed%20serverless%20database_files/index-24eb130e1cc44e6f0ba3.js" as="script">
<style data-emotion="css-global"></style>
<style data-emotion="css-global"></style>
<style data-emotion-css="1r8dwh8">.css-1r8dwh8{background-color:var(--theme-ui-colors-background,#FFFFFF);color:var(--theme-ui-colors-gray10,#363A3D);position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:90;-webkit-transition:box-shadow .3s,top .3s;transition:box-shadow .3s,top .3s;box-shadow:0px 1px 0px rgba(0,0,0,0.08);}</style>
<style data-emotion-css="tjzn4u">.css-tjzn4u{box-sizing:border-box;margin:0;min-width:0;background-color:var(--theme-ui-colors-background,#FFFFFF);color:var(--theme-ui-colors-gray10,#363A3D);position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:90;-webkit-transition:box-shadow .3s,top .3s;transition:box-shadow .3s,top .3s;box-shadow:0px 1px 0px rgba(0,0,0,0.08);}</style>
<style data-emotion-css="a298cb">.css-a298cb{box-sizing:border-box;margin:0;min-width:0;cursor:pointer;background:linear-gradient(90deg,rgba(65,28,215,1) 0%,rgba(79,61,190,1) 100%);font-size:13px;color:var(--theme-ui-colors-background,#FFFFFF);text-align:center;padding:8px;line-height:1.5;font-weight:400;position:relative;z-index:91;box-shadow:0px 1px 0px rgba(0,0,0,0.08);}@media screen and (min-width:640px){.css-a298cb{font-size:14px;}}</style>
<style data-emotion-css="1n63hu8">.css-1n63hu8{box-sizing:border-box;margin:0;min-width:0;display:inline;font-family:"proxima-nova";}</style>
<style data-emotion-css="1njwc">.css-1njwc{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;cursor:pointer;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:8px;}</style>
<style data-emotion-css="1xwyi8s">.css-1xwyi8s{box-sizing:border-box;margin:0;min-width:0;color:var(--theme-ui-colors-gray1,#F7F9FA);font-weight:600;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;cursor:pointer;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:8px;font-family:"proxima-nova";}</style>
<style data-emotion-css="zji01f">.css-zji01f{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;margin-left:8px;}</style>
<style data-emotion-css="18kw0dj">.css-18kw0dj{box-sizing:border-box;margin:0;min-width:0;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;margin-left:8px;}</style>
<style data-emotion-css="12grgqm">.css-12grgqm{grid-template-columns:1fr 1fr;-webkit-column-gap:24px;column-gap:24px;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:72px;padding-left:32px;padding-right:32px;}@media screen and (min-width:640px){.css-12grgqm{grid-template-columns:1fr 1fr;}}@media screen and (min-width:1280px){.css-12grgqm{grid-template-columns:repeat(3,1fr);}}</style>
<style data-emotion-css="e37r8f">.css-e37r8f{box-sizing:border-box;margin:0;min-width:0;display:grid;grid-gap:16px;grid-template-columns:1fr 1fr;-webkit-column-gap:24px;column-gap:24px;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:72px;padding-left:32px;padding-right:32px;}@media screen and (min-width:640px){.css-e37r8f{grid-template-columns:1fr 1fr;}}@media screen and (min-width:1280px){.css-e37r8f{grid-template-columns:repeat(3,1fr);}}</style>
<style data-emotion-css="1dlftso">.css-1dlftso{box-sizing:border-box;margin:0;min-width:0;display:grid;grid-gap:16px;}</style>
<style data-emotion-css="1gtanqs">.css-1gtanqs{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;}</style>
<style data-emotion-css="ik6gjk">.css-ik6gjk{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;display:none;height:100%;min-width:470px;}@media screen and (min-width:1280px){.css-ik6gjk{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}}</style>
<style data-emotion-css="1t4s47s">.css-1t4s47s{box-sizing:border-box;margin:0;min-width:0;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;display:none;height:100%;min-width:470px;}@media screen and (min-width:1280px){.css-1t4s47s{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}}</style>
<style data-emotion-css="15r075g">.css-15r075g{gap:32px;grid-template-columns:repeat(6,auto);text-align:center;}</style>
<style data-emotion-css="eoaw7o">.css-eoaw7o{box-sizing:border-box;margin:0;min-width:0;display:grid;grid-gap:16px;gap:32px;grid-template-columns:repeat(6,auto);text-align:center;}</style>
<style data-emotion-css="1kuy7z7">.css-1kuy7z7{font-size:14px;}</style>
<style data-emotion-css="vs5kr3">.css-vs5kr3{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;color:var(--theme-ui-colors-gray8,#64696C);font-size:14px;}.css-vs5kr3:focus{outline:none;}</style>
<style data-emotion-css="1ofiqap">.css-1ofiqap{box-sizing:border-box;margin:0;min-width:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;color:var(--theme-ui-colors-gray8,#64696C);font-size:14px;}.css-1ofiqap:focus{outline:none;}</style>
<style data-emotion-css="11fojf8">.css-11fojf8{color:var(--theme-ui-colors-gray8,#64696C);}</style>
<style data-emotion-css="131f3h2">.css-131f3h2{height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}</style>
<style data-emotion-css="yj0yk6">.css-yj0yk6{box-sizing:border-box;margin:0;min-width:0;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}</style>
<style data-emotion-css="18z000t">.css-18z000t{box-sizing:border-box;margin:0;min-width:0;font-size:14px;-webkit-transition:color .2s;transition:color .2s;color:var(--theme-ui-colors-gray8,#64696C);}.css-18z000t:hover{-webkit-text-decoration:none;text-decoration:none;color:var(--theme-ui-colors-primary,#604BE9);}.css-18z000t:focus{outline:none;color:var(--theme-ui-colors-primary,#604BE9);}</style>
<style data-emotion-css="vurnku">.css-vurnku{box-sizing:border-box;margin:0;min-width:0;}</style>
<style data-emotion-css="1otx5i4">.css-1otx5i4{display:none;grid-template-columns:auto auto auto;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-items:center;justify-self:end;font-size:14px;gap:0;}@media screen and (min-width:1280px){.css-1otx5i4{display:grid;}}</style>
<style data-emotion-css="xzqox3">.css-xzqox3{box-sizing:border-box;margin:0;min-width:0;display:grid;grid-gap:16px;display:none;grid-template-columns:auto auto auto;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-items:center;justify-self:end;font-size:14px;gap:0;}@media screen and (min-width:1280px){.css-xzqox3{display:grid;}}</style>
<style data-emotion-css="wf6liw">.css-wf6liw{font-weight:600;line-height:19px;text-transform:uppercase;font-size:12px;margin:-1px -7px 0 0;}@media screen and (min-width:1025px){.css-wf6liw{margin-right:8px;}}@media screen and (min-width:1280px){.css-wf6liw{margin-right:16px;}}</style>
<style data-emotion-css="5yn22a">.css-5yn22a{box-sizing:border-box;margin:0;min-width:0;color:var(--theme-ui-colors-primary,#604BE9);font-weight:600;font-weight:600;line-height:19px;text-transform:uppercase;font-size:12px;margin:-1px -7px 0 0;}@media screen and (min-width:1025px){.css-5yn22a{margin-right:8px;}}@media screen and (min-width:1280px){.css-5yn22a{margin-right:16px;}}</style>
<style data-emotion-css="1k6n5jq">.css-1k6n5jq{color:var(--theme-ui-colors-primary,#604BE9);background-color:var(--theme-ui-colors-background,#FFFFFF);text-transform:uppercase;border:1px solid #604BE9;height:35px;text-align:center;display:inline-block;padding:8px 10px;font-size:12px;font-weight:600;margin:-1px -7px 0 0;}@media screen and (min-width:1025px){.css-1k6n5jq{width:80px;margin-right:8px;}}@media screen and (min-width:1280px){.css-1k6n5jq{width:auto;margin-right:16px;}}.css-1k6n5jq:hover{color:#3A1AB6;outline-color:#3A1AB6;background-color:var(--theme-ui-colors-background,#FFFFFF);}</style>
<style data-emotion-css="1485egn">.css-1485egn{box-sizing:border-box;margin:0;min-width:0;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;border-radius:0.25rem;background:#604BE9;color:var(--theme-ui-colors-background,#FFFFFF);padding-top:8px;padding-bottom:8px;padding-left:24px;padding-right:24px;height:2.5rem;font-weight:600;box-shadow:0px 30px 30px rgba(0,0,0,0.02),0px 0px 8px rgba(0,0,0,0.03),0px 1px 0px rgba(0,0,0,0.05);-webkit-transition:background .2s;transition:background .2s;color:var(--theme-ui-colors-primary,#604BE9);background-color:var(--theme-ui-colors-background,#FFFFFF);text-transform:uppercase;border:1px solid #604BE9;height:35px;text-align:center;display:inline-block;padding:8px 10px;font-size:12px;font-weight:600;margin:-1px -7px 0 0;}.css-1485egn:hover{background:#3A1AB6;}.css-1485egn:focus{box-shadow:0 0 0 4px rgb(149 63 255 / 0.15);outline:none;}@media screen and (min-width:1025px){.css-1485egn{width:80px;margin-right:8px;}}@media screen and (min-width:1280px){.css-1485egn{width:auto;margin-right:16px;}}.css-1485egn:hover{color:#3A1AB6;outline-color:#3A1AB6;background-color:var(--theme-ui-colors-background,#FFFFFF);}</style>
<style data-emotion-css="uz57ov">.css-uz57ov{text-transform:uppercase;font-size:12px;-webkit-letter-spacing:0.05em;-moz-letter-spacing:0.05em;-ms-letter-spacing:0.05em;letter-spacing:0.05em;height:35px;padding:8px 10px;font-weight:600;margin:-1px -7px 0 0;}@media screen and (min-width:1025px){.css-uz57ov{width:80px;}}@media screen and (min-width:1280px){.css-uz57ov{width:auto;}}</style>
<style data-emotion-css="1sgorze">.css-1sgorze{box-sizing:border-box;margin:0;min-width:0;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;border-radius:0.25rem;background:#604BE9;color:var(--theme-ui-colors-background,#FFFFFF);padding-top:8px;padding-bottom:8px;padding-left:24px;padding-right:24px;height:2.5rem;font-weight:600;box-shadow:0px 30px 30px rgba(0,0,0,0.02),0px 0px 8px rgba(0,0,0,0.03),0px 1px 0px rgba(0,0,0,0.05);-webkit-transition:background .2s;transition:background .2s;text-transform:uppercase;font-size:12px;-webkit-letter-spacing:0.05em;-moz-letter-spacing:0.05em;-ms-letter-spacing:0.05em;letter-spacing:0.05em;height:35px;padding:8px 10px;font-weight:600;margin:-1px -7px 0 0;}.css-1sgorze:hover{background:#3A1AB6;}.css-1sgorze:focus{box-shadow:0 0 0 4px rgb(149 63 255 / 0.15);outline:none;}@media screen and (min-width:1025px){.css-1sgorze{width:80px;}}@media screen and (min-width:1280px){.css-1sgorze{width:auto;}}</style>
<style data-emotion-css="188zbug">.css-188zbug{color:var(--theme-ui-colors-gray10,#363A3D);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;justify-self:end;font-size:28px;}@media screen and (min-width:1280px){.css-188zbug{display:none;}}</style>
<style data-emotion-css="1b2is28">.css-1b2is28{box-sizing:border-box;margin:0;min-width:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:4px;width:8rem;height:8rem;color:inherit;background-color:transparent;border:none;border-radius:4px;padding:8px;border-radius:0.375rem;height:auto;width:auto;color:var(--theme-ui-colors-gray10,#363A3D);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;justify-self:end;font-size:28px;}@media screen and (min-width:1280px){.css-1b2is28{display:none;}}</style>
<style data-emotion-css="1644pih">.css-1644pih{background-color:var(--theme-ui-colors-background,#FFFFFF);color:var(--theme-ui-colors-gray10,#363A3D);position:fixed;top:0;height:0;max-height:100vh;-webkit-transition:height .5s;transition:height .5s;overflow-x:hidden;width:100%;z-index:100;visibility:hidden;}</style>
<style data-emotion-css="12r0lqp">.css-12r0lqp{box-sizing:border-box;margin:0;min-width:0;background-color:var(--theme-ui-colors-background,#FFFFFF);color:var(--theme-ui-colors-gray10,#363A3D);position:fixed;top:0;height:0;max-height:100vh;-webkit-transition:height .5s;transition:height .5s;overflow-x:hidden;width:100%;z-index:100;visibility:hidden;}</style>
<style data-emotion-css="1lwee19">.css-1lwee19{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;height:72px;}</style>
<style data-emotion-css="8n64ib">.css-8n64ib{box-sizing:border-box;margin:0;min-width:0;width:100%;max-width:container;margin-left:auto;margin-right:auto;margin-left:auto;margin-right:auto;padding-top:16px;padding-bottom:16px;padding-left:32px;padding-right:32px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;height:72px;}</style>
<style data-emotion-css="w6qfv6">.css-w6qfv6{color:var(--theme-ui-colors-gray10,#363A3D);font-size:28px;}</style>
<style data-emotion-css="16lr71s">.css-16lr71s{box-sizing:border-box;margin:0;min-width:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:4px;width:8rem;height:8rem;color:inherit;background-color:transparent;border:none;border-radius:4px;padding:8px;border-radius:0.375rem;height:auto;width:auto;color:var(--theme-ui-colors-gray10,#363A3D);font-size:28px;}</style>
<style data-emotion-css="c8zv5j">.css-c8zv5j{padding-bottom:32px;padding-top:10vh;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;height:calc(100vh - 72px - 0px);}</style>
<style data-emotion-css="18tx5oe">.css-18tx5oe{box-sizing:border-box;margin:0;min-width:0;width:100%;max-width:container;margin-left:auto;margin-right:auto;margin-left:auto;margin-right:auto;padding-top:16px;padding-bottom:16px;padding-left:32px;padding-right:32px;padding-bottom:32px;padding-top:10vh;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;height:calc(100vh - 72px - 0px);}</style>
<style data-emotion-css="e8955o">.css-e8955o{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}.css-e8955o > a:not(:last-child){margin-bottom:16px;}.css-e8955o > div:not(:last-child){margin-bottom:16px;}</style>
<style data-emotion-css="12rj0nc">.css-12rj0nc{box-sizing:border-box;margin:0;min-width:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}.css-12rj0nc > a:not(:last-child){margin-bottom:16px;}.css-12rj0nc > div:not(:last-child){margin-bottom:16px;}</style>
<style data-emotion-css="bsv34w">.css-bsv34w button{color:var(--theme-ui-colors-gray10,#363A3D);text-align:center;font-size:24px;}.css-bsv34w a:hover{-webkit-text-decoration:none;text-decoration:none;}</style>
<style data-emotion-css="16xfjh2">.css-16xfjh2{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.css-16xfjh2:focus{color:var(--theme-ui-colors-primary,#604BE9);outline:none;}</style>
<style data-emotion-css="l44fla">.css-l44fla{box-sizing:border-box;margin:0;min-width:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.css-l44fla:focus{color:var(--theme-ui-colors-primary,#604BE9);outline:none;}</style>
<style data-emotion-css="1iuj5ih">.css-1iuj5ih{padding-left:8px;}</style>
<style data-emotion-css="1hudayi">.css-1hudayi{color:var(--theme-ui-colors-gray10,#363A3D);text-align:center;font-size:24px;}.css-1hudayi:hover{-webkit-text-decoration:none;text-decoration:none;}</style>
<style data-emotion-css="1x8f2rz">.css-1x8f2rz{box-sizing:border-box;margin:0;min-width:0;-webkit-transition:color .2s;transition:color .2s;color:var(--theme-ui-colors-gray10,#363A3D);text-align:center;font-size:24px;}.css-1x8f2rz:hover{color:var(--theme-ui-colors-primary,#604BE9);-webkit-text-decoration:underline;text-decoration:underline;}.css-1x8f2rz:focus{color:var(--theme-ui-colors-primary,#604BE9);outline:none;}.css-1x8f2rz:active{opacity:0.8;}.css-1x8f2rz:hover{-webkit-text-decoration:none;text-decoration:none;}</style>
<style data-emotion-css="emtj2i">.css-emtj2i{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-top:16px;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}</style>
<style data-emotion-css="k405di">.css-k405di{box-sizing:border-box;margin:0;min-width:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-top:16px;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}</style>
<style data-emotion-css="1b1n42q">.css-1b1n42q{font-weight:600;margin-bottom:16px;}.css-1b1n42q:nth-of-type(2){color:var(--theme-ui-colors-primary,#604BE9);background-color:var(--theme-ui-colors-background,#FFFFFF);border:1px solid #604BE9;height:35px;width:100%;padding:8px 10px;text-align:center;}.css-1b1n42q:nth-of-type(2):hover{color:#3A1AB6;outline-color:#3A1AB6;background-color:var(--theme-ui-colors-background,#FFFFFF);}.css-1b1n42q:nth-of-type(3){width:100%;height:35px;padding:8px 10px;}</style>
<style data-emotion-css="1u098na">.css-1u098na{box-sizing:border-box;margin:0;min-width:0;color:var(--theme-ui-colors-primary,#604BE9);font-weight:600;font-weight:600;margin-bottom:16px;}.css-1u098na:nth-of-type(2){color:var(--theme-ui-colors-primary,#604BE9);background-color:var(--theme-ui-colors-background,#FFFFFF);border:1px solid #604BE9;height:35px;width:100%;padding:8px 10px;text-align:center;}.css-1u098na:nth-of-type(2):hover{color:#3A1AB6;outline-color:#3A1AB6;background-color:var(--theme-ui-colors-background,#FFFFFF);}.css-1u098na:nth-of-type(3){width:100%;height:35px;padding:8px 10px;}</style>
<style data-emotion-css="1078hn3">.css-1078hn3{box-sizing:border-box;margin:0;min-width:0;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;border-radius:0.25rem;background-color:var(--theme-ui-colors-primary,#604BE9);color:var(--theme-ui-colors-background,#FFFFFF);padding-top:8px;padding-bottom:8px;padding-left:32px;padding-right:32px;height:3rem;font-weight:600;box-shadow:0px 30px 30px rgba(0,0,0,0.02),0px 0px 8px rgba(0,0,0,0.03),0px 1px 0px rgba(0,0,0,0.05);-webkit-transition:background .2s;transition:background .2s;font-weight:600;margin-bottom:16px;}.css-1078hn3:hover{background:#3A1AB6;}.css-1078hn3:focus{box-shadow:0 0 0 4px rgb(149 63 255 / 0.15);outline:none;}.css-1078hn3:disabled{cursor:wait;opacity:0.6;}.css-1078hn3:disabled:hover{opacity:0.6;}.css-1078hn3 small{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;border-radius:0.25rem;background:#604BE9;color:var(--theme-ui-colors-background,#FFFFFF);padding-top:8px;padding-bottom:8px;padding-left:24px;padding-right:24px;height:2.5rem;font-weight:600;box-shadow:0px 30px 30px rgba(0,0,0,0.02),0px 0px 8px rgba(0,0,0,0.03),0px 1px 0px rgba(0,0,0,0.05);-webkit-transition:background .2s;transition:background .2s;}.css-1078hn3 small:hover{background:#3A1AB6;}.css-1078hn3 small:focus{box-shadow:0 0 0 4px rgb(149 63 255 / 0.15);outline:none;}.css-1078hn3:nth-of-type(2){color:var(--theme-ui-colors-primary,#604BE9);background-color:var(--theme-ui-colors-background,#FFFFFF);border:1px solid #604BE9;height:35px;width:100%;padding:8px 10px;text-align:center;}.css-1078hn3:nth-of-type(2):hover{color:#3A1AB6;outline-color:#3A1AB6;background-color:var(--theme-ui-colors-background,#FFFFFF);}.css-1078hn3:nth-of-type(3){width:100%;height:35px;padding:8px 10px;}</style>
<style data-emotion-css="17busxr">.css-17busxr{font-size:14px;text-align:center;}</style>
<style data-emotion-css="12hg7cu">.css-12hg7cu{box-sizing:border-box;margin:0;min-width:0;font-size:14px;text-align:center;}</style>
<style data-emotion-css="i9l3dq">.css-i9l3dq{box-sizing:border-box;margin:0;min-width:0;position:relative;overflow:hidden;}</style>
<style data-emotion-css="h47494">.css-h47494{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;}</style>
<style data-emotion-css="1ejnetf">.css-1ejnetf.builder-block{position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;padding-left:20px;padding-right:20px;margin-top:auto;min-height:630px;background-repeat:no-repeat;background-position:center;background-size:cover;height:auto;display:none;background-color:#f9f9f9;margin-bottom:-281px;}@media only screen and (max-width:640px){.css-1ejnetf.builder-block{min-height:760px;}}</style>
<style data-emotion-css="c7v8zh">.css-c7v8zh{width:100%;-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;box-sizing:border-box;max-width:1200px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;margin-left:auto;margin-right:auto;}</style>
<style data-emotion-css="mia8ma">.css-mia8ma.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:absolute;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;width:100%;min-height:20px;min-width:20px;overflow:hidden;left:0px;top:3px;height:100%;margin-bottom:0px;margin-top:auto;max-height:548px;}@media only screen and (max-width:991px){.css-mia8ma.builder-block{height:100%;margin-bottom:auto;}}@media only screen and (max-width:640px){.css-mia8ma.builder-block{padding-top:0px;margin-top:auto;margin-bottom:auto;height:739px;min-height:700px;padding-bottom:0px;max-height:900px;}}</style>
<style data-emotion-css="12153wi">.css-12153wi{opacity:1;-webkit-transition:opacity 0.2s ease-in-out;transition:opacity 0.2s ease-in-out;object-fit:cover;object-position:center;position:absolute;height:100%;width:100%;left:0;top:0;}</style>
<style data-emotion-css="l1yc9u">.css-l1yc9u{width:100%;padding-top:761%;pointer-events:none;font-size:0;}</style>
<style data-emotion-css="svo6an">.css-svo6an.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding-bottom:2px;margin-right:auto;margin-left:auto;margin-bottom:auto;margin-top:50px;}@media only screen and (max-width:991px){.css-svo6an.builder-block{margin-top:12px;}}@media only screen and (max-width:640px){.css-svo6an.builder-block{padding-bottom:0px;}}</style>
<style data-emotion-css="1pev7zy">.css-1pev7zy.builder-block{position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:20px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;margin-left:auto;margin-right:auto;}@media only screen and (max-width:640px){.css-1pev7zy.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;}}</style>
<style data-emotion-css="120lfkr">.css-120lfkr.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:auto;line-height:normal;height:auto;font-size:65px;font-weight:600;color:rgba(255,255,255,1);text-align:center;margin-bottom:auto;margin-left:auto;margin-right:auto;padding-right:16px;}@media only screen and (max-width:991px){.css-120lfkr.builder-block{font-size:47px;margin-bottom:auto;}}@media only screen and (max-width:640px){.css-120lfkr.builder-block{font-size:40px;}}</style>
<style data-emotion-css="1qggkls">.css-1qggkls{outline:none;}.css-1qggkls p:first-of-type,.css-1qggkls .builder-paragraph:first-of-type{margin:0;}.css-1qggkls > p,.css-1qggkls .builder-paragraph{color:inherit;line-height:inherit;-webkit-letter-spacing:inherit;-moz-letter-spacing:inherit;-ms-letter-spacing:inherit;letter-spacing:inherit;font-weight:inherit;font-size:inherit;text-align:inherit;font-family:"proxima-nova";}</style>
<style data-emotion-css="gz4no0">.css-gz4no0.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:auto;margin-bottom:auto;margin-right:auto;font-size:65px;padding-top:0px;padding-bottom:7px;}@media only screen and (max-width:991px){.css-gz4no0.builder-block{margin-top:auto;margin-left:auto;margin-right:auto;font-size:47px;padding-bottom:18px;}}@media only screen and (max-width:640px){.css-gz4no0.builder-block{font-size:40px;padding-bottom:0px;}}</style>
<style data-emotion-css="egkx7e">.css-egkx7e.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;line-height:normal;height:auto;font-size:22px;color:rgba(255,255,255,1);text-align:center;margin-bottom:auto;max-width:1000px;}@media only screen and (max-width:991px){.css-egkx7e.builder-block{font-size:19px;}}@media only screen and (max-width:640px){.css-egkx7e.builder-block{font-size:16px;font-weight:200;}}</style>
<style data-emotion-css="135v41x">.css-135v41x.builder-block{position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:20px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;max-width:400px;margin-left:auto;margin-right:auto;}@media only screen and (max-width:991px){.css-135v41x.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}}</style>
<style data-emotion-css="ykbinj">.css-ykbinj{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}@media (max-width:640px){.css-ykbinj{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;}}</style>
<style data-emotion-css="uh8je3">.css-uh8je3{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;line-height:normal;width:calc(50% - 10px);margin-left:0;}.css-uh8je3 > .builder-blocks{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;}@media (max-width:640px){.css-uh8je3{width:100%;margin-left:0;}}</style>
<style data-emotion-css="176shsv">.css-176shsv.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-top:8px;padding-bottom:8px;padding-left:32px;padding-right:32px;background-color:rgba(255,255,255,1);color:rgba(96,75,233,1);border-radius:4px;text-align:center;cursor:pointer;font-weight:600;margin-right:0px;font-size:12px;line-height:19px;-webkit-letter-spacing:0.5px;-moz-letter-spacing:0.5px;-ms-letter-spacing:0.5px;letter-spacing:0.5px;}@media only screen and (max-width:991px){.css-176shsv.builder-block{margin-top:auto;margin-bottom:auto;}}@media only screen and (max-width:640px){.css-176shsv.builder-block{margin-bottom:8px;}}</style>
<style data-emotion-css="17qlkbq">.css-17qlkbq{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;line-height:normal;width:calc(50% - 10px);margin-left:20px;}.css-17qlkbq > .builder-blocks{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;}@media (max-width:640px){.css-17qlkbq{width:100%;margin-left:0;}}</style>
<style data-emotion-css="5bf24e">.css-5bf24e{-webkit-transition:all 0.5s cubic-bezier(.37,.01,0,.98);transition:all 0.5s cubic-bezier(.37,.01,0,.98);}.css-5bf24e.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-top:8px;padding-bottom:8px;padding-left:32px;padding-right:32px;background-color:rgba(30,21,65,1);color:rgba(96,75,233,1);border-radius:4px;text-align:center;cursor:pointer;font-weight:600;margin-right:0px;font-size:12px;line-height:19px;-webkit-letter-spacing:0.5px;-moz-letter-spacing:0.5px;-ms-letter-spacing:0.5px;letter-spacing:0.5px;border-width:1px;border-style:solid;border-color:rgba(137,107,255,1);}@media only screen and (max-width:991px){.css-5bf24e.builder-block{margin-left:auto;}}@media only screen and (max-width:640px){.css-5bf24e.builder-block{margin-bottom:8px;}}.css-5bf24e:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05);border-color:rgba(103,66,241,1);color:rgba(103,66,241,1);}</style>
<style data-emotion-css="1nrdc8l">.css-1nrdc8l.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0px;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px;min-height:100px;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}</style>
<style data-emotion-css="m1wv45">.css-m1wv45.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0px;height:100%;width:100%;min-height:100px;gap:96px;padding:96px;padding-left:24px;padding-right:24px;padding-top:24px;padding-bottom:24px;}@media only screen and (max-width:991px){.css-m1wv45.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;}}</style>
<style data-emotion-css="1ryfo4o">.css-1ryfo4o.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-left:0px;height:auto;padding-bottom:0px;background-color:rgba(139,42,42,0);-webkit-flex:1px;-ms-flex:1px;flex:1px;gap:48px;}</style>
<style data-emotion-css="4zr1oc">.css-4zr1oc.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}</style>
<style data-emotion-css="qryyjw">.css-qryyjw.builder-block{display:none;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0px;line-height:15.4px;height:auto;color:var(--6742-f-1,#6742F1);font-size:14px;font-weight:500;-webkit-letter-spacing:1.12px;-moz-letter-spacing:1.12px;-ms-letter-spacing:1.12px;letter-spacing:1.12px;text-transform:uppercase;font-family:"DM Mono regular",sans-serif;}@media only screen and (max-width:991px){.css-qryyjw.builder-block{display:none;}}@media only screen and (max-width:640px){.css-qryyjw.builder-block{display:none;}}</style>
<style data-emotion-css="4590eb">.css-4590eb.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-left:0px;height:auto;padding-bottom:0px;}</style>
<style data-emotion-css="u6co10">.css-u6co10.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0px;line-height:60.5px;height:auto;color:var(--1-f-1244,#15131B);font-family:"proxima-nova",sans-serif;font-size:55px;font-weight:500;}</style>
<style data-emotion-css="93c9cx">.css-93c9cx.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0px;height:auto;padding-bottom:0px;}</style>
<style data-emotion-css="10arusz">.css-10arusz.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0px;line-height:28.35px;height:auto;color:var(--gray-5,#6E6977);font-family:"proxima-nova",sans-serif;font-size:21px;font-weight:500;}</style>
<style data-emotion-css="1oh6vdl">.css-1oh6vdl.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0px;height:auto;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;width:auto;padding-bottom:0px;gap:16px;-webkit-align-items:Flex-start;-webkit-box-align:Flex-start;-ms-flex-align:Flex-start;align-items:Flex-start;-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;}</style>
<style data-emotion-css="1jc9265">.css-1jc9265.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0px;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-top:12px;padding-bottom:12px;padding-left:32px;padding-right:32px;background-color:rgba(103,66,241,1);color:white;border-radius:8px;text-align:center;cursor:pointer;max-width:256px;-webkit-flex:1px;-ms-flex:1px;flex:1px;max-height:48px;font-size:14px;font-weight:500;line-height:110%;font-family:"DM Mono regular",sans-serif;}@media only screen and (max-width:640px){.css-1jc9265.builder-block{max-height:48px;white-space:nowwrap;font-size:10px;}}</style>
<style data-emotion-css="73lhpd">.css-73lhpd.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0px;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-top:12px;padding-bottom:12px;padding-left:32px;padding-right:32px;background-color:rgba(243,241,245,1);color:rgba(0,0,0,1);border-radius:8px;text-align:center;cursor:pointer;max-width:286px;-webkit-flex:1px;-ms-flex:1px;flex:1px;max-height:48px;font-size:14px;font-weight:500;line-height:110%;font-family:"DM Mono regular",sans-serif;}@media only screen and (max-width:640px){.css-73lhpd.builder-block{max-height:48px;font-size:10px;}}</style>
<style data-emotion-css="s6hh03">.css-s6hh03.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0px;height:auto;-webkit-flex:1px;-ms-flex:1px;flex:1px;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;background-color:rgba(255,255,255,0);}</style>
<style data-emotion-css="lrzday">.css-lrzday.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-top:0px;width:150%;min-width:20px;overflow:hidden;border-radius:12px;box-sizing:border-box;}@media only screen and (max-width:991px){.css-lrzday.builder-block{display:none;}}@media only screen and (max-width:640px){.css-lrzday.builder-block{display:none;}}</style>
<style data-emotion-css="bgdb7w">.css-bgdb7w{width:100%;padding-top:74.9%;pointer-events:none;font-size:0;}</style>
<style data-emotion-css="z0n1ic">.css-z0n1ic.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:100%;border-radius:12px;}</style>
<style data-emotion-css="6wquls">.css-6wquls.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-bottom:0px;margin-top:-38px;padding-bottom:0px;}@media only screen and (max-width:991px){.css-6wquls.builder-block{margin-top:-10px;}}</style>
<style data-emotion-css="7uoxxt">.css-7uoxxt{overflow:hidden;white-space:nowrap;position:relative;width:calc(var(--vw,1vw) * 100);left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);}</style>
<style data-emotion-css="cyf306 animation-1a8rr6h">.css-cyf306{display:inline-block;white-space:nowrap;-webkit-animation:animation-1a8rr6h 18s linear infinite;animation:animation-1a8rr6h 18s linear infinite;-webkit-animation-direction:normal;animation-direction:normal;}@-webkit-keyframes animation-1a8rr6h{from{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}to{-webkit-transform:translate3d(-50%,0,0);-ms-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0);}}@keyframes animation-1a8rr6h{from{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}to{-webkit-transform:translate3d(-50%,0,0);-ms-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0);}}</style>
<style data-emotion-css="13j40f6">.css-13j40f6{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;}.css-13j40f6 > div{display:inline-block;}</style>
<style data-emotion-css="10oz8ss">.css-10oz8ss.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:-38px;width:100%;min-width:20px;overflow:hidden;padding-top:px;margin-bottom:38px;}</style>
<style data-emotion-css="1a1jo2a">.css-1a1jo2a{width:100%;padding-top:11.1%;pointer-events:none;font-size:0;}</style>
<style data-emotion-css="1i05aw2">.css-1i05aw2.builder-block{display:none;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0px;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px;background-image:url(https://cdn.builder.io/api/v1/image/assets%2F72fd2c7b8b5d42b39d102460089f9251%2F9b335998eb4740b3aea92efc8738b65b?width=2000);background-repeat:no-repeat;background-position:bottom;background-size:fit;min-height:180px;object-fit:cover;}</style>
<style data-emotion-css="1nklz1h">.css-1nklz1h.builder-block{display:none;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0px;padding-left:20px;padding-right:20px;padding-top:0px;padding-bottom:0px;min-height:100px;background-color:#f8f8f8;}@media only screen and (max-width:991px){.css-1nklz1h.builder-block{display:none;}}@media only screen and (max-width:640px){.css-1nklz1h.builder-block{display:none;}}</style>
<style data-emotion-css="1eenu77">.css-1eenu77.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0px;}@media only screen and (max-width:991px){.css-1eenu77.builder-block{gap:20px;margin-top:-40px;}}</style>
<style data-emotion-css="1fuo4gk">.css-1fuo4gk{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;justify-content: center;}@media (max-width:991px){.css-1fuo4gk{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;}}</style>
<style data-emotion-css="1lihfuk">.css-1lihfuk{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;line-height:normal;width:calc(50% - 10px);margin-left:0;}.css-1lihfuk > .builder-blocks{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;}@media (max-width:991px){.css-1lihfuk{width:100%;margin-left:0;}}</style>
<style data-emotion-css="e0knrn">.css-e0knrn.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;margin-top:auto;margin-bottom:auto;height:100%;min-height:169px;box-shadow:0px 1px 2px 1px rgba(47,56,61,0.15),0px 1px 2px rgba(47,56,61,0.2);background-color:rgba(255,255,255,1);padding-top:30px;padding-left:30px;padding-right:30px;padding-bottom:30px;border-radius:4px;}@media only screen and (max-width:991px){.css-e0knrn.builder-block{margin-bottom:20px;background-color:rgba(255,254,254,1);width:auto;}}</style>
<style data-emotion-css="1gr9k4q">.css-1gr9k4q.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;margin-top:auto;margin-bottom:auto;height:100%;min-height:169px;border-radius:4px;}</style>
<style data-emotion-css="a1wlv2">.css-a1wlv2.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;margin-bottom:auto;}@media only screen and (max-width:991px){.css-a1wlv2.builder-block{width:auto;}}@media only screen and (max-width:640px){.css-a1wlv2.builder-block{width:auto;max-width:none;}}</style>
<style data-emotion-css="1sy2jy7">.css-1sy2jy7.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-left:0px;line-height:normal;height:auto;font-size:45px;color:rgba(63,0,165,1);margin-right:18px;margin-top:-5px;}</style>
<style data-emotion-css="1vyw6mn">.css-1vyw6mn.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0px;height:100%;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;width:90%;padding-bottom:30px;}@media only screen and (max-width:991px){.css-1vyw6mn.builder-block{width:90%;max-width:none;margin-top:1px;}}@media only screen and (max-width:640px){.css-1vyw6mn.builder-block{width:90%;max-width:none;}}</style>
<style data-emotion-css="zsxpuy">.css-zsxpuy.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0px;line-height:normal;height:auto;margin-bottom:10px;color:rgba(137,107,255,1);}</style>
<style data-emotion-css="7keuim">.css-7keuim.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0px;line-height:28px;height:auto;margin-bottom:10px;font-weight:600;font-size:28px;color:rgba(54,58,61,1);text-align:left;max-width:100%;}@media only screen and (max-width:991px){.css-7keuim.builder-block{width:auto;}}</style>
<style data-emotion-css="1fl776d">.css-1fl776d.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0px;line-height:20px;height:auto;margin-bottom:10px;font-weight:400;font-size:16px;color:rgba(54,58,61,1);max-width:410px;}@media only screen and (max-width:991px){.css-1fl776d.builder-block{max-width:none;}}</style>
<style data-emotion-css="k3lfyg">.css-k3lfyg.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:20px;height:200px;}@media only screen and (max-width:991px){.css-k3lfyg.builder-block{width:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;height:auto;margin-top:auto;margin-bottom:auto;margin-right:auto;}}</style>
<style data-emotion-css="bijwa7">.css-bijwa7.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0px;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-top:0px;padding-bottom:0px;padding-left:0px;padding-right:0px;color:rgba(137,107,255,1);border-radius:4px;text-align:center;cursor:pointer;margin-right:auto;}</style>
<style data-emotion-css="me8a8a">.css-me8a8a.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:auto;width:100%;min-height:20px;min-width:20px;overflow:hidden;max-width:20px;margin-bottom:auto;}@media only screen and (max-width:991px){.css-me8a8a.builder-block{margin-left:5px;}}</style>
<style data-emotion-css="781yh5">.css-781yh5{width:100%;padding-top:100%;pointer-events:none;font-size:0;}</style>
<style data-emotion-css="1p8r1bq">.css-1p8r1bq{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;line-height:normal;width:calc(50% - 10px);margin-left:20px;}.css-1p8r1bq > .builder-blocks{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;}@media (max-width:991px){.css-1p8r1bq{width:100%;margin-left:0;}}</style>
<style data-emotion-css="1qldw7n">.css-1qldw7n.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;margin-top:auto;margin-bottom:auto;height:100%;min-height:169px;box-shadow:0px 1px 2px 1px rgba(47,56,61,0.15),0px 1px 2px rgba(47,56,61,0.2);background-color:rgba(255,255,255,1);padding-top:30px;padding-left:30px;padding-right:30px;padding-bottom:30px;border-radius:4px;}@media only screen and (max-width:991px){.css-1qldw7n.builder-block{margin-bottom:20px;background-color:rgba(255,254,254,1);}}</style>
<style data-emotion-css="cxsqa8">.css-cxsqa8.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;margin-bottom:auto;}</style>
<style data-emotion-css="1iu30sk">.css-1iu30sk.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0px;height:100%;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;width:100%;padding-bottom:30px;}@media only screen and (max-width:991px){.css-1iu30sk.builder-block{width:90%;max-width:none;}}</style>
<style data-emotion-css="hr5rr4">.css-hr5rr4.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0px;line-height:28px;height:auto;margin-bottom:10px;font-weight:600;font-size:28px;color:rgba(54,58,61,1);text-align:left;max-width:410px;}@media only screen and (max-width:991px){.css-hr5rr4.builder-block{max-width:none;width:auto;}}</style>
<style data-emotion-css="1kqe5j5">.css-1kqe5j5{-webkit-transition:all 0.5s cubic-bezier(.37,.01,0,.98);transition:all 0.5s cubic-bezier(.37,.01,0,.98);}.css-1kqe5j5.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0px;padding-left:20px;padding-right:20px;padding-top:20px;padding-bottom:20px;min-height:100px;margin-bottom:40px;}@media only screen and (max-width:991px){.css-1kqe5j5.builder-block{margin-top:70px;margin-bottom:30px;}}</style>
<style data-emotion-css="oo1eex">.css-oo1eex{width:100%;-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;box-sizing:border-box;max-width:1100px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;margin-left:auto;margin-right:auto;}</style>
<style data-emotion-css="44qkma">.css-44qkma.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0px;}</style>
<style data-emotion-css="14fj03b">.css-14fj03b{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;line-height:normal;width:calc(50% - 20px);margin-left:0;}.css-14fj03b > .builder-blocks{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;}@media (max-width:991px){.css-14fj03b{width:100%;margin-left:0;}}</style>
<style data-emotion-css="1b0diu8">.css-1b0diu8.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0px;line-height:normal;height:auto;color:rgba(54,58,61,1);}@media only screen and (max-width:991px){.css-1b0diu8.builder-block{margin-left:auto;margin-right:auto;text-align:center;}}</style>
<style data-emotion-css="1xmmsjs">.css-1xmmsjs.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:10px;line-height:normal;height:auto;color:rgba(54,58,61,1);}@media only screen and (max-width:991px){.css-1xmmsjs.builder-block{margin-bottom:20px;margin-left:auto;margin-right:auto;text-align:center;}}</style>
<style data-emotion-css="b49j9w">.css-b49j9w{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;line-height:normal;width:calc(50% - 20px);margin-left:40px;}.css-b49j9w > .builder-blocks{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;}@media (max-width:991px){.css-b49j9w{width:100%;margin-left:0;}}</style>
<style data-emotion-css="4p5img">.css-4p5img.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:auto;height:auto;min-height:282px;padding-bottom:0px;padding-top:0px;padding-right:0px;padding-left:0px;background-color:#29282f;margin-bottom:auto;}</style>
<style data-emotion-css="1dfeyvk">.css-1dfeyvk.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:20px;padding-left:16px;padding-bottom:0px;}</style>
<style data-emotion-css="13yr49m">.css-13yr49m.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:absolute;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:20px;width:5px;overflow:hidden;height:5px;left:15px;top:39px;}</style>
<style data-emotion-css="1yd9c2p">.css-1yd9c2p{width:100%;padding-top:159.60000000000002%;pointer-events:none;font-size:0;}</style>
<style data-emotion-css="1ejhty7">.css-1ejhty7.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:absolute;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:20px;width:5px;overflow:hidden;height:5px;left:30px;top:114px;z-index:2;}</style>
<style data-emotion-css="1f2hv3f">.css-1f2hv3f.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:absolute;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:20px;width:5px;overflow:hidden;height:5px;left:30px;top:129px;z-index:2;}</style>
<style data-emotion-css="2gnqi3">.css-2gnqi3.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:absolute;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:20px;width:5px;overflow:hidden;height:5px;left:30px;top:143px;z-index:2;}</style>
<style data-emotion-css="186we16">.css-186we16.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0px;height:auto;margin-left:20px;background-color:#37363e;-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;border-radius:4px;}</style>
<style data-emotion-css="gez0no">.css-gez0no.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;padding-left:20px;}</style>
<style data-emotion-css="1kcf">.css-1kcf.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0px;padding-left:20px;padding-right:20px;padding-top:20px;padding-bottom:20px;min-height:100px;margin-bottom:40px;}@media only screen and (max-width:991px){.css-1kcf.builder-block{margin-top:20px;margin-bottom:30px;}}</style>
<style data-emotion-css="1q8b8o4">.css-1q8b8o4{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}@media (max-width:991px){.css-1q8b8o4{-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-align-items:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;}}</style>
<style data-emotion-css="14082z">.css-14082z.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0px;width:100%;min-height:20px;min-width:20px;overflow:hidden;}</style>
<style data-emotion-css="1hbf805">.css-1hbf805{opacity:1;-webkit-transition:opacity 0.2s ease-in-out;transition:opacity 0.2s ease-in-out;object-fit:contain;object-position:center;position:absolute;height:100%;width:100%;left:0;top:0;}</style>
<style data-emotion-css="6thsvk">.css-6thsvk{width:100%;padding-top:48.9%;pointer-events:none;font-size:0;}</style>
<style data-emotion-css="17fu4qn">.css-17fu4qn.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0px;line-height:normal;height:auto;color:rgba(54,58,61,1);}@media only screen and (max-width:991px){.css-17fu4qn.builder-block{margin-top:20px;text-align:center;}}</style>
<style data-emotion-css="dbbufc">.css-dbbufc.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:10px;line-height:normal;height:auto;color:rgba(54,58,61,1);}@media only screen and (max-width:991px){.css-dbbufc.builder-block{text-align:center;margin-bottom:20px;}}</style>
<style data-emotion-css="viic2g">.css-viic2g{width:100%;padding-top:44.800000000000004%;pointer-events:none;font-size:0;}</style>
<style data-emotion-css="1jewlqs">.css-1jewlqs.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:18px;padding-left:20px;padding-right:20px;padding-top:0px;padding-bottom:0px;min-height:100px;height:auto;margin-bottom:-76px;z-index:1;}@media only screen and (max-width:991px){.css-1jewlqs.builder-block{margin-top:20px;display:none;}}@media only screen and (max-width:640px){.css-1jewlqs.builder-block{display:none;}}</style>
<style data-emotion-css="38ml4m">.css-38ml4m.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0px;height:auto;box-shadow:0px 1px 2px 1px rgba(47,56,61,0.15),0px 1px 2px rgba(47,56,61,0.2);padding-bottom:0px;border-radius:4px;z-index:9999;}</style>
<style data-emotion-css="rbttm3">.css-rbttm3.builder-block{position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0px;min-height:169px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;background-color:rgba(255,255,255,1);}</style>
<style data-emotion-css="4qdggo">.css-4qdggo{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;line-height:normal;width:calc(33.333333333333336% - 13.333333333333334px);margin-left:0;}.css-4qdggo > .builder-blocks{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;}@media (max-width:991px){.css-4qdggo{width:100%;margin-left:0;}}</style>
<style data-emotion-css="1dsnwrc">.css-1dsnwrc.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0px;height:100%;}</style>
<style data-emotion-css="1hiblmh">.css-1hiblmh.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;margin-left:auto;margin-right:auto;}</style>
<style data-emotion-css="1mcldii">.css-1mcldii.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0px;height:auto;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;width:auto;padding-bottom:0px;margin-left:auto;margin-right:auto;}</style>
<style data-emotion-css="166uwj8">.css-166uwj8.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:auto;line-height:normal;height:auto;color:rgba(103,66,241,1);font-size:48px;font-weight:600;text-align:center;margin-bottom:0px;}</style>
<style data-emotion-css="stkjs4">.css-stkjs4.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;line-height:normal;height:auto;text-align:center;margin-bottom:auto;}</style>
<style data-emotion-css="hvcw3o">.css-hvcw3o{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;line-height:normal;width:calc(33.333333333333336% - 13.333333333333334px);margin-left:20px;}.css-hvcw3o > .builder-blocks{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;}@media (max-width:991px){.css-hvcw3o{width:100%;margin-left:0;}}</style>
<style data-emotion-css="wgwt3l">.css-wgwt3l.builder-block{margin-top:0px;margin-bottom:0px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;height:100%;}</style>
<style data-emotion-css="gjonqz">.css-gjonqz.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:auto;height:85%;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;width:2px;margin-right:0px;background-color:rgba(238,238,238,1);max-width:2px;margin-bottom:auto;}</style>
<style data-emotion-css="1042dkx">.css-1042dkx.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;height:100%;margin-top:auto;margin-bottom:auto;}</style>
<style data-emotion-css="11cbf6a">.css-11cbf6a.builder-block{display:none;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0px;padding-left:20px;padding-right:20px;padding-top:0px;padding-bottom:0px;min-height:100px;background-color:#f8f8f8;}@media only screen and (max-width:991px){.css-11cbf6a.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:30px;margin-bottom:30px;}}@media only screen and (max-width:640px){.css-11cbf6a.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}}</style>
<style data-emotion-css="13055x0">.css-13055x0.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0px;}@media only screen and (max-width:991px){.css-13055x0.builder-block{gap:20px;}}</style>
<style data-emotion-css="196eaxr">.css-196eaxr.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;margin-top:auto;margin-bottom:auto;height:100%;min-height:169px;box-shadow:0px 1px 2px 1px rgba(47,56,61,0.15),0px 1px 2px rgba(47,56,61,0.2);}@media only screen and (max-width:991px){.css-196eaxr.builder-block{margin-bottom:20px;background-color:rgba(255,254,254,1);}}</style>
<style data-emotion-css="jmj8r4">.css-jmj8r4.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:auto;line-height:normal;height:auto;color:rgba(103,66,241,1);font-size:30px;font-weight:600;text-align:center;margin-bottom:0px;}</style>
<style data-emotion-css="z3ncgg">.css-z3ncgg.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;margin-top:auto;margin-bottom:auto;height:100%;min-height:169px;box-shadow:0px 1px 2px 1px rgba(47,56,61,0.15),0px 1px 2px rgba(47,56,61,0.2);}@media only screen and (max-width:991px){.css-z3ncgg.builder-block{background-color:rgba(255,254,254,1);}}</style>
<style data-emotion-css="13jh5y2">.css-13jh5y2.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0px;padding-left:20px;padding-right:20px;padding-top:151px;padding-bottom:70px;background-color:rgba(31,18,68,1);margin-bottom:30px;}@media only screen and (max-width:991px){.css-13jh5y2.builder-block{padding-top:30px;padding-bottom:30px;margin-top:20px;margin-bottom:20px;}}</style>
<style data-emotion-css="1c4or6z">.css-1c4or6z.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;line-height:normal;height:auto;font-size:48px;font-weight:600;color:rgba(54,58,61,1);margin-top:auto;margin-bottom:30px;}@media only screen and (max-width:991px){.css-1c4or6z.builder-block{font-size:47px;}}@media only screen and (max-width:640px){.css-1c4or6z.builder-block{font-size:34px;}}</style>
<style data-emotion-css="b91iov">.css-b91iov.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;padding-bottom:0px;margin-bottom:auto;}</style>
<style data-emotion-css="7zu2b9">.css-7zu2b9.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:70px;line-height:normal;height:auto;font-size:48px;font-weight:600;color:rgba(54,58,61,1);margin-bottom:16px;}</style>
<style data-emotion-css="1sj8ddc">.css-1sj8ddc.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0px;padding-left:20px;padding-right:20px;padding-top:20px;padding-bottom:20px;min-height:100px;margin-bottom:60px;}@media only screen and (max-width:991px){.css-1sj8ddc.builder-block{margin-bottom:0px;}}</style>
<style data-emotion-css="zycugc">.css-zycugc{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;line-height:normal;width:calc(25% - 45px);margin-left:0;}.css-zycugc > .builder-blocks{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;}@media (max-width:991px){.css-zycugc{width:100%;margin-left:0;}}</style>
<style data-emotion-css="atgos4">.css-atgos4.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0px;height:100%;box-shadow:0px 1px 2px 1px rgba(47,56,61,0.15),0px 1px 2px rgba(47,56,61,0.2);padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px;background-color:rgba(255,255,255,1);border-radius:4px;}@media only screen and (max-width:991px){.css-atgos4.builder-block{margin-bottom:20px;}}</style>
<style data-emotion-css="11yenkl">.css-11yenkl.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0px;line-height:normal;height:auto;margin-bottom:10px;color:rgba(54,58,61,1);font-size:18px;padding-right:41px;font-weight:600;}</style>
<style data-emotion-css="8d9x5e">.css-8d9x5e.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0px;line-height:18px;height:auto;margin-bottom:0px;font-weight:400;font-size:14px;color:rgba(54,58,61,1);}@media only screen and (max-width:640px){.css-8d9x5e.builder-block{display:none;}}</style>
<style data-emotion-css="45w04e">.css-45w04e.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:auto;margin-right:auto;font-family:"proxima-nova";}@media only screen and (max-width:991px){.css-45w04e.builder-block{width:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;height:auto;margin-top:auto;margin-bottom:auto;margin-right:auto;}}</style>
<style data-emotion-css="1hkcxz3">.css-1hkcxz3.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:auto;width:100%;min-height:20px;min-width:20px;overflow:hidden;max-width:20px;margin-bottom:auto;margin-left:5px;}@media only screen and (max-width:991px){.css-1hkcxz3.builder-block{margin-left:5px;}}</style>
<style data-emotion-css="17g1yoy">.css-17g1yoy{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;line-height:normal;width:calc(25% - 45px);margin-left:60px;}.css-17g1yoy > .builder-blocks{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;}@media (max-width:991px){.css-17g1yoy{width:100%;margin-left:0;}}</style>
<style data-emotion-css="16hiz7k">.css-16hiz7k.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0px;height:100%;box-shadow:0px 1px 2px 1px rgba(47,56,61,0.15),0px 1px 2px rgba(47,56,61,0.2);padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px;background-color:rgba(255,255,255,1);border-radius:4px;pointer-events:auto;}@media only screen and (max-width:991px){.css-16hiz7k.builder-block{margin-bottom:20px;}}</style>
<style data-emotion-css="1hf5sy5">.css-1hf5sy5.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0px;line-height:normal;height:auto;margin-bottom:10px;color:rgba(54,58,61,1);font-size:18px;padding-right:54px;font-weight:600;}</style>
<style data-emotion-css="1sitoj4">.css-1sitoj4.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:28px;margin-right:auto;font-family:"proxima-nova";}@media only screen and (max-width:991px){.css-1sitoj4.builder-block{width:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;height:auto;margin-top:auto;margin-bottom:auto;margin-right:auto;}}</style>
<style data-emotion-css="qy02bn">.css-qy02bn.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:auto;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-top:0px;padding-bottom:0px;padding-left:0px;padding-right:0px;color:rgba(137,107,255,1);border-radius:4px;text-align:center;cursor:pointer;margin-right:auto;}</style>
<style data-emotion-css="z55xb8">.css-z55xb8.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;height:100%;box-shadow:0px 1px 2px 1px rgba(47,56,61,0.15),0px 1px 2px rgba(47,56,61,0.2);padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px;background-color:rgba(255,255,255,1);margin-bottom:auto;border-radius:4px;}@media only screen and (max-width:991px){.css-z55xb8.builder-block{margin-bottom:20px;}}</style>
<style data-emotion-css="13hzu9k">.css-13hzu9k.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:auto;margin-right:auto;padding-top:9px;font-family:"proxima-nova";}@media only screen and (max-width:991px){.css-13hzu9k.builder-block{width:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;height:auto;margin-top:auto;margin-bottom:auto;margin-right:auto;}}</style>
<style data-emotion-css="1yypmsi">.css-1yypmsi.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0px;line-height:normal;height:auto;margin-bottom:10px;color:rgba(54,58,61,1);font-size:18px;padding-right:0px;font-weight:600;}</style>
<style data-emotion-css="1uwi4xn">.css-1uwi4xn.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:40px;padding-left:20px;padding-right:20px;padding-top:20px;padding-bottom:20px;min-height:100px;margin-bottom:20px;}@media only screen and (max-width:991px){.css-1uwi4xn.builder-block{margin-top:10px;}}</style>
<style data-emotion-css="7t7g7a">.css-7t7g7a.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0px;line-height:normal;height:auto;font-weight:600;color:rgba(54,58,61,1);}@media only screen and (max-width:991px){.css-7t7g7a.builder-block{margin-top:10px;text-align:left;}}</style>
<style data-emotion-css="1ab3fwr">.css-1ab3fwr.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:10px;line-height:normal;height:auto;color:rgba(54,58,61,1);margin-bottom:20px;}@media only screen and (max-width:991px){.css-1ab3fwr.builder-block{text-align:left;}}</style>
<style data-emotion-css="a4ptn">.css-a4ptn.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-top:8px;padding-bottom:8px;padding-left:24px;padding-right:24px;background-color:rgba(96,75,233,1);color:rgba(255,255,255,1);border-radius:4px;text-align:center;cursor:pointer;font-weight:600;margin-right:0px;font-size:12px;-webkit-letter-spacing:0.5px;-moz-letter-spacing:0.5px;-ms-letter-spacing:0.5px;letter-spacing:0.5px;max-width:133px;}@media only screen and (max-width:991px){.css-a4ptn.builder-block{margin-bottom:10px;}}@media only screen and (max-width:640px){.css-a4ptn.builder-block{margin-bottom:16px;}}</style>
<style data-emotion-css="w3yrel">.css-w3yrel.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0px;width:100%;min-height:20px;min-width:20px;overflow:hidden;max-width:531px;margin-left:auto;margin-right:auto;}@media only screen and (max-width:991px){.css-w3yrel.builder-block{margin-top:25px;margin-bottom:30px;}}</style>
<style data-emotion-css="jmqrwz">.css-jmqrwz{width:100%;padding-top:49.4%;pointer-events:none;font-size:0;}</style>
<style data-emotion-css="1ez6w5a">.css-1ez6w5a.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:80px;height:auto;background-image:url(https://cdn.builder.io/api/v1/image/assets%2F72fd2c7b8b5d42b39d102460089f9251%2F8565453b235b4134b066933eda5d7944?format=webp&width=2000);background-repeat:no-repeat;padding-bottom:30px;background-size:cover;background-position-y:-240px;margin-bottom:50px;padding-top:80px;}@media only screen and (max-width:991px){.css-1ez6w5a.builder-block{padding-top:30px;margin-top:30px;margin-bottom:40px;}}</style>
<style data-emotion-css="1axt44k">.css-1axt44k.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0px;line-height:normal;height:auto;font-size:48px;font-weight:600;color:rgba(54,58,61,1);margin-bottom:16px;}</style>
<style data-emotion-css="1z11r2c">.css-1z11r2c.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:-28px;margin-bottom:0px;overflow:hidden;}</style>
<style data-emotion-css="mx1o8t">.css-mx1o8t.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0px;padding-left:20px;padding-right:20px;padding-top:20px;padding-bottom:20px;min-height:100px;margin-bottom:40px;}</style>
<style data-emotion-css="1cacp8w">.css-1cacp8w{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;line-height:normal;width:calc(66.667% - 10px);margin-left:0;}.css-1cacp8w > .builder-blocks{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;}@media (max-width:991px){.css-1cacp8w{width:100%;margin-left:0;}}</style>
<style data-emotion-css="1fgnthm">.css-1fgnthm.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;height:100%;box-shadow:0px 1px 2px 1px rgba(47,56,61,0.15),0px 1px 2px rgba(47,56,61,0.2);padding-bottom:0px;margin-bottom:auto;background-color:rgba(255,255,255,1);border-radius:0.5rem;}@media only screen and (max-width:991px){.css-1fgnthm.builder-block{padding-bottom:0px;}}</style>
<style data-emotion-css="ji7v71">.css-ji7v71.builder-block{position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}@media only screen and (max-width:991px){.css-ji7v71.builder-block{display:none;}}@media only screen and (max-width:640px){.css-ji7v71.builder-block{display:none;}}</style>
<style data-emotion-css="133pa3g">.css-133pa3g.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;height:auto;background-image:url(https://cdn.builder.io/api/v1/image/assets%2F72fd2c7b8b5d42b39d102460089f9251%2F6e24eb784b3247d18fe1faeadf275306?format=webp&width=352);background-repeat:no-repeat;background-position:top;background-size:cover;width:100%;min-height:366px;margin-bottom:auto;}</style>
<style data-emotion-css="1ag8o3d">.css-1ag8o3d.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0px;height:auto;padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px;}</style>
<style data-emotion-css="16t0box">.css-16t0box.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0px;line-height:18px;height:auto;margin-bottom:10px;font-weight:600;color:rgba(54,58,61,1);}</style>
<style data-emotion-css="d4au95">.css-d4au95.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0px;line-height:18px;height:auto;margin-bottom:0px;font-weight:400;font-size:14px;color:rgba(54,58,61,1);}@media only screen and (max-width:991px){.css-d4au95.builder-block{display:none;}}@media only screen and (max-width:640px){.css-d4au95.builder-block{display:none;}}</style>
<style data-emotion-css="nfne9p">.css-nfne9p.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:10px;margin-right:auto;}@media only screen and (max-width:991px){.css-nfne9p.builder-block{width:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;height:auto;margin-top:auto;margin-bottom:auto;margin-right:auto;}}</style>
<style data-emotion-css="1y5nlkc">.css-1y5nlkc{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;line-height:normal;width:calc(33.333% - 10px);margin-left:20px;}.css-1y5nlkc > .builder-blocks{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;}@media (max-width:991px){.css-1y5nlkc{width:100%;margin-left:0;}}</style>
<style data-emotion-css="81b3c3">.css-81b3c3.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;height:100%;padding-bottom:0px;margin-top:auto;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}</style>
<style data-emotion-css="vldlte">.css-vldlte.builder-block{display:none;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0px;height:auto;padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px;}@media only screen and (max-width:991px){.css-vldlte.builder-block{margin-bottom:20px;box-shadow:0px 1px 2px 1px rgba(47,56,61,0.15),0px 1px 2px rgba(47,56,61,0.2);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;background-color:rgba(255,254,254,1);}}@media only screen and (max-width:640px){.css-vldlte.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}}</style>
<style data-emotion-css="1c9qcm1">.css-1c9qcm1.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0px;line-height:18px;height:auto;margin-bottom:10px;font-weight:600;}</style>
<style data-emotion-css="bs5ogs">.css-bs5ogs.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0px;line-height:18px;height:auto;margin-bottom:10px;font-weight:400;font-size:14px;}@media only screen and (max-width:991px){.css-bs5ogs.builder-block{display:none;}}@media only screen and (max-width:640px){.css-bs5ogs.builder-block{display:none;}}</style>
<style data-emotion-css="mcz5qs">.css-mcz5qs.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0px;height:auto;box-shadow:0px 1px 2px 1px rgba(47,56,61,0.15),0px 1px 2px rgba(47,56,61,0.2);padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px;background-color:rgba(255,255,255,1);border-radius:0.5rem;margin-bottom:20px;}@media only screen and (max-width:991px){.css-mcz5qs.builder-block{margin-bottom:20px;}}</style>
<style data-emotion-css="nvhfp9">.css-nvhfp9.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0px;line-height:18px;height:auto;margin-bottom:10px;font-weight:600;padding-right:47px;color:rgba(54,58,61,1);}@media only screen and (max-width:991px){.css-nvhfp9.builder-block{padding-right:0px;}}</style>
<style data-emotion-css="g42dq3">.css-g42dq3.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0px;width:auto;margin-right:auto;}@media only screen and (max-width:991px){.css-g42dq3.builder-block{width:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;height:auto;margin-top:auto;margin-bottom:auto;margin-right:auto;}}</style>
<style data-emotion-css="6q2s0h">.css-6q2s0h.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0px;height:auto;box-shadow:0px 1px 2px 1px rgba(47,56,61,0.15),0px 1px 2px rgba(47,56,61,0.2);padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px;background-color:rgba(255,255,255,1);border-radius:0.5rem;}</style>
<style data-emotion-css="q26el5">.css-q26el5.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0px;margin-right:auto;}@media only screen and (max-width:991px){.css-q26el5.builder-block{width:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;height:auto;margin-top:auto;margin-bottom:auto;margin-right:auto;}}</style>
<style data-emotion-css="1917c5z">.css-1917c5z.builder-block{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:43px;padding-left:20px;padding-right:20px;padding-top:80px;padding-bottom:80px;min-height:100px;background:linear-gradient(147deg,#300391 45%,#886AFD 100%);}@media only screen and (max-width:640px){.css-1917c5z.builder-block{margin-left:auto;margin-right:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}}</style>
<style data-emotion-css="injzyt">.css-injzyt.builder-block{display:none;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0px;line-height:50px;height:auto;font-size:48px;font-weight:600;color:rgba(255,255,255,1);text-align:center;margin-right:auto;margin-bottom:20px;}@media only screen and (max-width:991px){.css-injzyt.builder-block{text-align:left;font-size:40px;display:none;}}@media only screen and (max-width:640px){.css-injzyt.builder-block{font-size:32px;text-align:center;margin-left:auto;margin-right:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}}</style>
<style data-emotion-css="6ikj4v">.css-6ikj4v.builder-block{display:none;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0;line-height:22px;height:auto;color:rgba(251,251,251,1);text-align:left;margin-bottom:20px;font-size:22px;font-weight:300;}@media only screen and (max-width:991px){.css-6ikj4v.builder-block{font-size:16px;display:none;}}@media only screen and (max-width:640px){.css-6ikj4v.builder-block{font-size:14px;text-align:center;margin-left:auto;margin-right:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}}</style>
<style data-emotion-css="10kq4ip">.css-10kq4ip.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0px;padding-bottom:0;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-right:auto;border-radius:4px;font-family:"proxima-nova";}@media only screen and (max-width:640px){.css-10kq4ip.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:space-around;-webkit-justify-content:space-around;-ms-flex-pack:space-around;justify-content:space-around;margin-left:auto;margin-right:auto;font-family:"proxima-nova";}}</style>
<style data-emotion-css="19hudcp">.css-19hudcp.builder-block{display:none;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-top:8px;padding-bottom:8px;padding-left:32px;padding-right:32px;background-color:rgba(255,255,255,1);color:rgba(96,75,233,1);border-radius:4px;text-align:center;cursor:pointer;font-weight:600;margin-right:12px;font-size:12px;line-height:19px;-webkit-letter-spacing:0.5px;-moz-letter-spacing:0.5px;-ms-letter-spacing:0.5px;letter-spacing:0.5px;}@media only screen and (max-width:991px){.css-19hudcp.builder-block{display:none;}}@media only screen and (max-width:640px){.css-19hudcp.builder-block{margin-bottom:8px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}}</style>
<style data-emotion-css="n563u0">.css-n563u0.builder-block{display:none;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-top:8px;padding-bottom:8px;padding-left:32px;padding-right:32px;background-color:rgba(96,75,233,1);color:white;border-radius:4px;text-align:center;cursor:pointer;margin-top:0px;font-weight:600;margin-right:12px;font-size:12px;line-height:19px;-webkit-letter-spacing:0.5px;-moz-letter-spacing:0.5px;-ms-letter-spacing:0.5px;letter-spacing:0.5px;}@media only screen and (max-width:991px){.css-n563u0.builder-block{display:none;}}@media only screen and (max-width:640px){.css-n563u0.builder-block{margin-bottom:8px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}}</style>
<style data-emotion-css="mcme7k">.css-mcme7k.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0px;margin-left:auto;margin-right:auto;}@media only screen and (max-width:991px){.css-mcme7k.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}}@media only screen and (max-width:640px){.css-mcme7k.builder-block{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-left:auto;margin-right:auto;display:none;}}</style>
<style data-emotion-css="k008qs">.css-k008qs{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}</style>
<style data-emotion-css="1sa9sw1">.css-1sa9sw1{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;line-height:normal;width:calc(66.666666% - 10px);margin-left:0;}.css-1sa9sw1 > .builder-blocks{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;}</style>
<style data-emotion-css="1x3trkt">.css-1x3trkt.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:auto;height:auto;padding-bottom:0px;margin-bottom:auto;}@media only screen and (max-width:991px){.css-1x3trkt.builder-block{margin-right:auto;}}@media only screen and (max-width:640px){.css-1x3trkt.builder-block{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}}</style>
<style data-emotion-css="1g90qaj">.css-1g90qaj.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0px;line-height:50px;height:auto;font-size:48px;font-weight:600;color:rgba(255,255,255,1);text-align:center;margin-right:auto;margin-bottom:20px;}@media only screen and (max-width:991px){.css-1g90qaj.builder-block{text-align:left;font-size:40px;}}@media only screen and (max-width:640px){.css-1g90qaj.builder-block{font-size:32px;text-align:center;margin-left:auto;margin-right:auto;}}</style>
<style data-emotion-css="iwyivu">.css-iwyivu.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0;line-height:22px;height:auto;color:rgba(251,251,251,1);text-align:left;margin-bottom:20px;font-size:22px;font-weight:300;max-width:700px;}@media only screen and (max-width:991px){.css-iwyivu.builder-block{font-size:16px;}}@media only screen and (max-width:640px){.css-iwyivu.builder-block{font-size:14px;text-align:center;margin-left:auto;margin-right:auto;}}</style>
<style data-emotion-css="13ockd6">.css-13ockd6.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-top:8px;padding-bottom:8px;padding-left:32px;padding-right:32px;background-color:rgba(255,255,255,1);color:rgba(96,75,233,1);border-radius:4px;text-align:center;cursor:pointer;font-weight:600;margin-right:12px;font-size:12px;line-height:19px;-webkit-letter-spacing:0.5px;-moz-letter-spacing:0.5px;-ms-letter-spacing:0.5px;letter-spacing:0.5px;}@media only screen and (max-width:640px){.css-13ockd6.builder-block{margin-bottom:8px;}}</style>
<style data-emotion-css="kwhmv8">.css-kwhmv8.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-top:8px;padding-bottom:8px;padding-left:32px;padding-right:32px;background-color:rgba(96,75,233,1);color:white;border-radius:4px;text-align:center;cursor:pointer;margin-top:0px;font-weight:600;margin-right:12px;font-size:12px;line-height:19px;-webkit-letter-spacing:0.5px;-moz-letter-spacing:0.5px;-ms-letter-spacing:0.5px;letter-spacing:0.5px;}@media only screen and (max-width:640px){.css-kwhmv8.builder-block{margin-bottom:8px;}}</style>
<style data-emotion-css="1uak6xs">.css-1uak6xs{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;line-height:normal;width:calc(33.333333% - 10px);margin-left:20px;}.css-1uak6xs > .builder-blocks{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;}</style>
<style data-emotion-css="gax328">.css-gax328.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:auto;height:auto;padding-bottom:0px;margin-bottom:auto;margin-left:auto;}</style>
<style data-emotion-css="1g38mf8">.css-1g38mf8.builder-block{position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0px;background-color:rgba(255,255,255,1);box-shadow:0px 1px 1px rgba(0,0,0,0.06),0px 5px 25px rgba(0,0,0,0.03);border-radius:4px;padding-bottom:30px;padding-top:30px;padding-left:30px;padding-right:30px;min-width:375px;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;}@media only screen and (max-width:991px){.css-1g38mf8.builder-block{min-width:0px;width:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}}@media only screen and (max-width:640px){.css-1g38mf8.builder-block{display:none;}}</style>
<style data-emotion-css="rks9xk">.css-rks9xk.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:auto;margin-right:auto;margin-bottom:10px;font-family:"proxima-nova";}@media only screen and (max-width:991px){.css-rks9xk.builder-block{width:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;height:auto;margin-top:auto;margin-bottom:auto;margin-right:auto;}}</style>
<style data-emotion-css="1u08alq">.css-1u08alq.builder-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;margin-top:0px;margin-left:auto;margin-right:auto;}@media only screen and (max-width:640px){.css-1u08alq.builder-block{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-left:auto;margin-right:auto;}}</style>
<style data-emotion-css="1mvsfya">.css-1mvsfya.builder-block{height:0;width:0;display:inline-block;opacity:0;overflow:hidden;pointer-events:none;}</style>
<style data-emotion-css="67l81t">.css-67l81t{background-color:var(--theme-ui-colors-footer,#F8F7FB);}</style>
<style data-emotion-css="k1w2cr">.css-k1w2cr{color:var(--theme-ui-colors-gray10,#363A3D);font-size:14px;line-height:1.72;padding:90px 30px 40px 30px;}@media screen and (min-width:640px){.css-k1w2cr{padding:90px 160px 40px 160px;}}</style>
<style data-emotion-css="i8jfym">.css-i8jfym{box-sizing:border-box;margin:0;min-width:0;width:100%;max-width:container;margin-left:auto;margin-right:auto;margin-left:auto;margin-right:auto;padding-top:16px;padding-bottom:16px;padding-left:32px;padding-right:32px;color:var(--theme-ui-colors-gray10,#363A3D);font-size:14px;font-family:"proxima-nova";line-height:1.72;padding:90px 30px 40px 30px;}@media screen and (min-width:640px){.css-i8jfym{padding:90px 160px 40px 160px;}}</style>
<style data-emotion-css="rgh3tq">.css-rgh3tq{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;grid-template-columns:35% 1fr;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:30px;}@media screen and (min-width:1025px){.css-rgh3tq{display:grid;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:unset;-webkit-box-align:unset;-ms-flex-align:unset;align-items:unset;}}</style>
<style data-emotion-css="6hx0uu">.css-6hx0uu{-webkit-flex:2 2;-ms-flex:2 2;flex:2 2;}</style>
<style data-emotion-css="12vsf3c">.css-12vsf3c{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto;opacity:1;}@media screen and (min-width:1025px){.css-12vsf3c{margin-left:unset;margin-right:unset;}}</style>
<style data-emotion-css="f3k4xs">.css-f3k4xs{margin-top:16px;text-align:center;font-size:14px;}@media screen and (min-width:1025px){.css-f3k4xs{text-align:left;}}</style>
<style data-emotion-css="qcbo30">.css-qcbo30{box-sizing:border-box;margin:0;min-width:0;}</style>
<style data-emotion-css="1augtip">.css-1augtip{-webkit-flex:1 1;-ms-flex:1 1;flex:1 1;display:none;margin-top:40px;}@media screen and (min-width:1025px){.css-1augtip{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}}</style>
<style data-emotion-css="79p6ya">.css-79p6ya{max-width:none;}</style>
<style data-emotion-css="1b9kxts">.css-1b9kxts{margin-top:-12px;}.css-1b9kxts a{display:inline-block;margin-top:12px;}.css-1b9kxts a:not(:last-of-type){margin-right:25px;}</style>
<style data-emotion-css="fr0789">.css-fr0789{opacity:1;-webkit-transition:opacity .2s;transition:opacity .2s;font-size:25px;color:unset;}.css-fr0789:hover{opacity:0.75;color:currentColor;}</style>
<style data-emotion-css="14x6ajq">.css-14x6ajq{box-sizing:border-box;margin:0;min-width:0;-webkit-transition:color .2s;transition:color .2s;opacity:1;-webkit-transition:opacity .2s;transition:opacity .2s;font-size:25px;color:unset;}.css-14x6ajq:hover{color:var(--theme-ui-colors-primary,#604BE9);-webkit-text-decoration:underline;text-decoration:underline;}.css-14x6ajq:focus{color:var(--theme-ui-colors-primary,#604BE9);outline:none;}.css-14x6ajq:active{opacity:0.8;}.css-14x6ajq:hover{opacity:0.75;color:currentColor;}</style>
<style data-emotion-css="1lkv3a8">.css-1lkv3a8{opacity:1;-webkit-transition:opacity .2s;transition:opacity .2s;font-size:25px;}.css-1lkv3a8:hover{opacity:0.75;color:currentColor;}</style>
<style data-emotion-css="fvbmbq">.css-fvbmbq{box-sizing:border-box;margin:0;min-width:0;-webkit-transition:color .2s;transition:color .2s;opacity:1;-webkit-transition:opacity .2s;transition:opacity .2s;font-size:25px;}.css-fvbmbq:hover{color:var(--theme-ui-colors-primary,#604BE9);-webkit-text-decoration:underline;text-decoration:underline;}.css-fvbmbq:focus{color:var(--theme-ui-colors-primary,#604BE9);outline:none;}.css-fvbmbq:active{opacity:0.8;}.css-fvbmbq:hover{opacity:0.75;color:currentColor;}</style>
<style data-emotion-css="3luktl">.css-3luktl{display:block;margin-top:32px;margin-bottom:32px;}@media screen and (min-width:1025px){.css-3luktl{display:none;margin-top:0;margin-bottom:0;}}</style>
<style data-emotion-css="1m7886g">.css-1m7886g{box-sizing:border-box;margin:0;min-width:0;-webkit-flex:1 1;-ms-flex:1 1;flex:1 1;}</style>
<style data-emotion-css="ycpaln">.css-ycpaln{box-sizing:border-box;margin:0;min-width:0;font-size:14px;-webkit-transition:color .2s;transition:color .2s;}.css-ycpaln:hover{-webkit-text-decoration:none;text-decoration:none;color:var(--theme-ui-colors-primary,#604BE9);}.css-ycpaln:focus{outline:none;color:var(--theme-ui-colors-primary,#604BE9);}</style>
<style data-emotion-css="1bynt1d">.css-1bynt1d{-webkit-flex:1.5 1.5;-ms-flex:1.5 1.5;flex:1.5 1.5;grid-column-start:2;grid-column-end:6;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;width:100%;}@media screen and (min-width:1025px){.css-1bynt1d{width:100%;}}</style>
<style data-emotion-css="5sckqp">.css-5sckqp{box-sizing:border-box;margin:0;min-width:0;display:grid;grid-gap:0;grid-template-columns:repeat(1,1fr);-webkit-flex:1.5 1.5;-ms-flex:1.5 1.5;flex:1.5 1.5;grid-column-start:2;grid-column-end:6;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;width:100%;}@media screen and (min-width:640px){.css-5sckqp{grid-gap:8px;}}@media screen and (min-width:832px){.css-5sckqp{grid-gap:8px;}}@media screen and (min-width:1025px){.css-5sckqp{grid-gap:8px;grid-template-columns:repeat(4,1fr);}}@media screen and (min-width:1025px){.css-5sckqp{width:100%;}}</style>
<style data-emotion-css="1q2vvod">.css-1q2vvod{display:none;}@media screen and (min-width:1025px){.css-1q2vvod{display:block;}}</style>
<style data-emotion-css="44ien4">.css-44ien4{color:unset;text-transform:capitalize;font-size:14px;font-weight:700;margin-bottom:15px;}</style>
<style data-emotion-css="y0l1h3">.css-y0l1h3{box-sizing:border-box;margin:0;min-width:0;color:unset;text-transform:capitalize;font-size:14px;font-weight:700;margin-bottom:15px;}</style>
<style data-emotion-css="tuh08l">.css-tuh08l:not(:last-of-type){margin-bottom:16px;}</style>
<style data-emotion-css="1v7yg6i">.css-1v7yg6i{color:unset;}</style>
<style data-emotion-css="v72rf1">.css-v72rf1{box-sizing:border-box;margin:0;min-width:0;font-size:14px;-webkit-transition:color .2s;transition:color .2s;color:unset;}.css-v72rf1:hover{-webkit-text-decoration:none;text-decoration:none;color:var(--theme-ui-colors-primary,#604BE9);}.css-v72rf1:focus{outline:none;color:var(--theme-ui-colors-primary,#604BE9);}</style>
<style data-emotion-css="2ppvcu">.css-2ppvcu{display:block;}@media screen and (min-width:1025px){.css-2ppvcu{display:none;}}</style>
<style data-emotion-css="1ekznxi">.css-1ekznxi{border-bottom:1px solid;border-color:var(--theme-ui-colors-border,#D9DFF1);}.css-1ekznxi button{padding-top:8px;padding-bottom:8px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;width:100%;font-size:16px;font-weight:600;color:unset;}.css-1ekznxi a{font-size:14px;height:24px;margin-bottom:10px;color:unset;}.css-1ekznxi a:hover{-webkit-text-decoration:none;text-decoration:none;}</style>
<style data-emotion-css="16xfjh2">.css-16xfjh2{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.css-16xfjh2:focus{color:var(--theme-ui-colors-primary,#604BE9);outline:none;}</style>
<style data-emotion-css="l44fla">.css-l44fla{box-sizing:border-box;margin:0;min-width:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.css-l44fla:focus{color:var(--theme-ui-colors-primary,#604BE9);outline:none;}</style>
<style data-emotion-css="1iuj5ih">.css-1iuj5ih{padding-left:8px;}</style>
<style data-emotion-css="jishwi">.css-jishwi{width:100%;height:1px;background-color:none;margin-top:64px;margin-bottom:32px;display:none;}@media screen and (min-width:640px){.css-jishwi{display:none;}}@media screen and (min-width:832px){.css-jishwi{display:block;}}</style>
<style data-emotion-css="1cf6w3a">.css-1cf6w3a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:16px;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:32px;}@media screen and (min-width:640px){.css-1cf6w3a{-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:32px;}}@media screen and (min-width:832px){.css-1cf6w3a{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:unset;-webkit-box-align:unset;-ms-flex-align:unset;align-items:unset;margin-top:0;}}</style>
<style data-emotion-css="1agkw4l">.css-1agkw4l{color:unset;-webkit-flex:1 1;-ms-flex:1 1;flex:1 1;margin-top:8px;}@media screen and (min-width:640px){.css-1agkw4l{margin-top:8px;}}@media screen and (min-width:832px){.css-1agkw4l{margin-top:0;}}</style>
<style data-emotion-css="10upztm">.css-10upztm{box-sizing:border-box;margin:0;min-width:0;color:unset;-webkit-flex:1 1;-ms-flex:1 1;flex:1 1;margin-top:8px;}@media screen and (min-width:640px){.css-10upztm{margin-top:8px;}}@media screen and (min-width:832px){.css-10upztm{margin-top:0;}}</style>
<style data-emotion-css="1a64cey">.css-1a64cey{-webkit-flex:1 1;-ms-flex:1 1;flex:1 1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;}</style>
<style data-emotion-css="k008qs">.css-k008qs{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}</style>
<style data-emotion-css="nepj1g">.css-nepj1g{color:unset;margin-right:16px;}.css-nepj1g:last-child{margin-right:0;}</style>
<style data-emotion-css="2oxa17">.css-2oxa17{box-sizing:border-box;margin:0;min-width:0;font-size:14px;-webkit-transition:color .2s;transition:color .2s;color:unset;margin-right:16px;}.css-2oxa17:hover{-webkit-text-decoration:none;text-decoration:none;color:var(--theme-ui-colors-primary,#604BE9);}.css-2oxa17:focus{outline:none;color:var(--theme-ui-colors-primary,#604BE9);}.css-2oxa17:last-child{margin-right:0;}</style>
<style data-emotion="css"></style>
<link as="script" rel="prefetch" href="https://fauna.com/_next/static/chunks/e48205e1.374d04a0bf4455fb5992.js">
<link as="script" rel="prefetch" href="Fauna%20The%20distributed%20serverless%20database_files/84d252e97ef4bb90db570ca90ff8e234d07fcae0.27219e34cb3735c7123a.js">
<link as="script" rel="prefetch" href="https://fauna.com/_next/static/chunks/af9d146bc31b2418a09a4857f3dd15bf869af3a4.ce6cc996b9b774f12861.js">
<link as="script" rel="prefetch" href="https://fauna.com/_next/static/chunks/18ea0111cada6a7c87f10dc3f4fdc83f0779cba7.b59fe3a0682afbdea25e.js">
<link as="script" rel="prefetch" href="https://fauna.com/_next/static/chunks/pages/blog/%5B...slug%5D-5c06b979208ad4a41aa4.js">
<link as="script" rel="prefetch" href="Fauna%20The%20distributed%20serverless%20database_files/c66782b1beea9f503c0470a8701428a9f729f237.bcf3b00bb46d22e9eb84.js">
<link as="script" rel="prefetch" href="Fauna%20The%20distributed%20serverless%20database_files/141be6640a2a0f7aeebebfa33ee3ea8d7eddcc4c.fe6b983e59c1ab5b8605.js">
<link as="script" rel="prefetch" href="Fauna%20The%20distributed%20serverless%20database_files/index-24eb130e1cc44e6f0ba3.js">
<link as="script" rel="prefetch" href="https://fauna.com/_next/static/chunks/pages/pricing-607c0a9dfe87fc48bdf1.js">
<link as="script" rel="prefetch" href="https://fauna.com/_next/static/chunks/pages/customers-9e80d4d00c29bd6621a1.js">
<link as="script" rel="prefetch" href="https://fauna.com/_next/static/chunks/pages/%5B...slug%5D-3f04bc5833eee3156175.js">
</head>
<body data-new-gr-c-s-check-loaded="8.907.0" data-gr-ext-installed="">
<script src="Fauna%20The%20distributed%20serverless%20database_files/35e7d06203.js" crossorigin="anonymous"></script>
<style media="all" id="fa-kit-upload"></style>
<div id="__next">
<script type="text/javascript">
window.dataLayer = window.dataLayer || [];
window.dataLayer.push({'event': 'optimize.home-activate-c'});
</script>
<div class="css-tjzn4u">
<div class="css-a298cb">
<div class="css-1n63hu8">🆕✨
Experience Fauna's groundbreaking new features: a TypeScript-inspired
database language, seamless web and local development, and a declarative
database schema. |
</div>
<a target="_self" href="https://fauna.com/blog/new-database-language-and-seamless-developer-experience?utm_source=top_level_banner&utm_medium=web&utm_campaign=global_apps" class="css-1xwyi8s">
Learn more
<div class="css-18kw0dj"><i class="fa-regular fa-arrow-right-long fa-sm"></i></div>
</a>
</div>
<div class="css-e37r8f">
<div class="css-1dlftso">
<div class="css-1gtanqs">
<a href="https://fauna.com/">
<div style="overflow:hidden;box-sizing:border-box;display:inline-block;position:relative;width:136px;height:36px"><img alt="Fauna logo" src="Fauna%20The%20distributed%20serverless%20database_files/Fauna_Logo_002.svg" decoding="async" style="visibility: inherit; position: absolute; inset: 0px; box-sizing: border-box; padding: 0px; border: medium; margin: auto; display: block; width: 0px; height: 0px; min-width: 100%; max-width: 100%; min-height: 100%; max-height: 100%;" srcset="Fauna%20The%20distributed%20serverless%20database_files/Fauna_Logo.svg 1x, Fauna%20The%20distributed%20serverless%20database_files/Fauna_Logo_002.svg 2x"></div>
</a>
</div>
</div>
</div>
</div>
<main class="css-i9l3dq">
<div class="builder-content" builder-content-id="4a42e04fe76f4d10a5ad4cfe0b9bcf45" builder-model="builder-section">
<div>
<div class="builder-component builder-component-c2d1bab1f4484cdab812530ea28095fc" data-name="builder-section" data-source="Rendered by Builder.io">
<div class="builder-content" builder-content-id="c2d1bab1f4484cdab812530ea28095fc" builder-model="builder-section">
<div data-builder-component="builder-section" data-builder-content-id="c2d1bab1f4484cdab812530ea28095fc">
<style class="builder-custom-styles">@font-face {
font-family: "DM Mono regular";
src: local("DM Mono regular"), url('https://cdn.builder.io/o/assets%2F72fd2c7b8b5d42b39d102460089f9251%2Fb40db9eb925b4456acf00431f68a5a9f?alt=media&token=6a2b6584-f79a-447a-bc45-4dc28aac70a2&apiKey=72fd2c7b8b5d42b39d102460089f9251') format('woff2');
font-display: fallback;
font-weight: 400;
}
</style>
<div class="builder-blocks css-h47494" builder-type="blocks">
<div class="builder-block builder-b650ca84e9234a15b64e5b340d4a2a95 builder-has-component css-1nrdc8l" builder-id="builder-b650ca84e9234a15b64e5b340d4a2a95">
<section class="css-c7v8zh">
<div class="builder-block builder-ee997d3cc95b429683a253c94b0ac342 css-m1wv45" builder-id="builder-ee997d3cc95b429683a253c94b0ac342">
<div class="builder-block builder-4c12ed4b6316481f8a4305a8112fba50 css-1ryfo4o" builder-id="builder-4c12ed4b6316481f8a4305a8112fba50">
<div class="builder-block builder-3bcc59f32cea424b88499d6c4c572e64 css-4zr1oc" builder-id="builder-3bcc59f32cea424b88499d6c4c572e64">
</div>
<div class="builder-block builder-d167c74b870149529b187bb06b6ff38b css-4590eb" builder-id="builder-d167c74b870149529b187bb06b6ff38b">
<div class="builder-block builder-01c25a3ada684a7f94fa8a2bac72b26c builder-has-component css-u6co10" builder-id="builder-01c25a3ada684a7f94fa8a2bac72b26c">
<span class="builder-text css-1qggkls">
<h1>Tutorials</h1>
</span>
</div>
</div>
<div class="builder-block builder-075b31094ac94d0292d96d81ef1a48ca css-93c9cx" builder-id="builder-075b31094ac94d0292d96d81ef1a48ca">
<div class="builder-block builder-0e6a1cea7b094ad8baffe8b6693163fa builder-has-component css-10arusz" builder-id="builder-0e6a1cea7b094ad8baffe8b6693163fa">
<span class="builder-text css-1qggkls">
<p>Whether you’re new to Fauna or an experienced Fauna developer, this documentation gives you the how-to guidance and reference information needed for building applications with Fauna. Here you’ll find example applications with varying levels of complexity to help you on-board and accelerate your mastery of Fauna.</p>
</span>
</div>
</div>
<div class="builder-block builder-962e696658984fee8445fb76eda6c653 css-1oh6vdl" builder-id="builder-962e696658984fee8445fb76eda6c653"><a role="button" href="https://docs.fauna.com/fauna/current/" target="_blank" class="builder-block builder-720e9da867764e70a439e83c7bb7f853 builder-has-component css-73lhpd" builder-id="builder-720e9da867764e70a439e83c7bb7f853">VIEW DOCUMENTATION</a>
<div class="builder-block builder-962e696658984fee8445fb76eda6c653 css-1oh6vdl" builder-id="builder-962e696658984fee8445fb76eda6c653"><a role="button" href="https://docs.fauna.com/fauna/current/workshops" target="_blank" class="builder-block builder-720e9da867764e70a439e83c7bb7f853 builder-has-component css-73lhpd" builder-id="builder-720e9da867764e70a439e83c7bb7f853">VISIT WORKSHOPS</a>
</div>
</div>
</div>
</div>
</section>
</div>
<div class="builder-block builder-44e36710e298424cb9a85b83641e1b5a builder-has-component css-7zu2b9" builder-id="builder-44e36710e298424cb9a85b83641e1b5a">
<span class="builder-text css-1qggkls">
<h2 style="text-align: center; font-family: proxima-nova;">
Demo applications
</h2>
</span>
</div>
<div class="builder-block builder-6a995666ea964cbc805d44516fe938ea builder-has-component css-1sj8ddc" builder-id="builder-6a995666ea964cbc805d44516fe938ea">
<section class="css-oo1eex">
<div class="builder-block builder-daf098f15c4e441badd2784f5fc67744 builder-has-component css-44qkma" builder-id="builder-daf098f15c4e441badd2784f5fc67744">
<div class="builder-columns css-1fuo4gk">
<div class="builder-column css-zycugc">
<div class="builder-blocks builder-blocks-child css-h47494" builder-type="blocks" builder-parent-id="builder-daf098f15c4e441badd2784f5fc67744">
<div class="builder-block builder-660af4a0c68f4b2f9dada0680619192f css-atgos4" builder-id="builder-660af4a0c68f4b2f9dada0680619192f">
<div class="builder-block builder-78e72038e7ad49d5b2f1397fc68d027c builder-has-component css-11yenkl" builder-id="builder-78e72038e7ad49d5b2f1397fc68d027c">
<span class="builder-text css-1qggkls">
<h3 style="font-family: proxima-nova; line-height:1.2;">Build a to-do app with Fauna</h3>
</span>
</div>
<div class="builder-block builder-7a6d2e2390bb4659abad7fb32e5de629 builder-has-component css-8d9x5e" builder-id="builder-7a6d2e2390bb4659abad7fb32e5de629">
<span class="builder-text css-1qggkls">
<p><span style="font-size: 14px;">Learn Fauna basics with this simple and straightforward project that creates, reads, updates, and deletes to-do items, demonstrating basic database functionality. </span>
</p>
</span>
</div>
<div class="builder-block builder-9d32ba1dfdec42baa24e934b68c1c074 css-45w04e" builder-id="builder-9d32ba1dfdec42baa24e934b68c1c074">
<a role="button" href="https://docs.fauna.com/fauna/current/guides/todo" target="_blank" class="builder-block builder-82e2f9c9117e4a16bc191040aa210894 builder-has-component css-bijwa7" builder-id="builder-82e2f9c9117e4a16bc191040aa210894">View the app</a>
</div>
</div>
</div>
</div>
<div class="builder-column css-17g1yoy">
<div class="builder-blocks builder-blocks-child css-h47494" builder-type="blocks" builder-parent-id="builder-daf098f15c4e441badd2784f5fc67744">
<div class="builder-block builder-7843d7fc60da4fafbf191cc66f59c910 css-16hiz7k" builder-id="builder-7843d7fc60da4fafbf191cc66f59c910">
<div class="builder-block builder-d3ea48a8f06e4f02815b6ac3f258d1ce builder-has-component css-1hf5sy5" builder-id="builder-d3ea48a8f06e4f02815b6ac3f258d1ce">
<span class="builder-text css-1qggkls">
<h3 style="font-family: proxima-nova; line-height:1.2;">FaunaMarket e-commerce app</h3>
</span>
</div>
<div class="builder-block builder-ac4d6c8cebe94b15b7f02a1c805985ce builder-has-component css-8d9x5e" builder-id="builder-ac4d6c8cebe94b15b7f02a1c805985ce">
<span class="builder-text css-1qggkls">
<p><span style="font-size: 14px;">A multivendor marketplace application that's a simplified clone of Etsy or Shopify. You'll find a plethora of well-commented example queries for Fauna FQL. </span>
</p><br/>
</span>
</div>
<div class="builder-block builder-a829e7dab0784689977bef67503e7906 css-1sitoj4" builder-id="builder-a829e7dab0784689977bef67503e7906">
<a role="button" href="https://wealthy-weeder-72c.notion.site/Fauna-FQL-v10-Sample-Application-176621b3f59145ab8e5e5bcc2875f7ac?pvs=4" target="_blank" class="builder-block builder-82e2f9c9117e4a16bc191040aa210894 builder-has-component css-bijwa7" builder-id="builder-82e2f9c9117e4a16bc191040aa210894">View the app</a>
</div>
</div>
</div>
</div>
<div class="builder-column css-17g1yoy">
<div class="builder-blocks builder-blocks-child css-h47494" builder-type="blocks" builder-parent-id="builder-daf098f15c4e441badd2784f5fc67744">
<div class="builder-block builder-7843d7fc60da4fafbf191cc66f59c910 css-16hiz7k" builder-id="builder-7843d7fc60da4fafbf191cc66f59c910">
<div class="builder-block builder-d3ea48a8f06e4f02815b6ac3f258d1ce builder-has-component css-1hf5sy5" builder-id="builder-d3ea48a8f06e4f02815b6ac3f258d1ce">
<span class="builder-text css-1qggkls">
<h3 style="font-family: proxima-nova; line-height:1.2;">A to-do app with Retool</h3>
</span>
</div>
<div class="builder-block builder-ac4d6c8cebe94b15b7f02a1c805985ce builder-has-component css-8d9x5e" builder-id="builder-ac4d6c8cebe94b15b7f02a1c805985ce">
<span class="builder-text css-1qggkls">
<p><span style="font-size: 14px;">One of the best things about Retool is it allows you to connect to any REST API and make it available as a resource. This allows you to easily develop applications using Retool and Fauna with the Fauna HTTP API.</span>
</p>
</span>
</div>
<div class="builder-block builder-a829e7dab0784689977bef67503e7906 css-1sitoj4" builder-id="builder-a829e7dab0784689977bef67503e7906">
<a role="button" href="https://sumptuous-scarecrow-263.notion.site/Implement-a-CRUD-form-with-Retool-A-Todo-app-example-11d7968f8d4b40d49cb0fc64d23cfaef" target="_blank" class="builder-block builder-82e2f9c9117e4a16bc191040aa210894 builder-has-component css-bijwa7" builder-id="builder-82e2f9c9117e4a16bc191040aa210894">View the app</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<div class="builder-block builder-44e36710e298424cb9a85b83641e1b5a builder-has-component css-7zu2b9" builder-id="builder-44e36710e298424cb9a85b83641e1b5a">
<span class="builder-text css-1qggkls">
<h2 style="text-align: center; font-family: proxima-nova;">
Examples on GitHub
</h2>
</span>
</div>
<div class="builder-block builder-6a995666ea964cbc805d44516fe938ea builder-has-component css-1sj8ddc" builder-id="builder-6a995666ea964cbc805d44516fe938ea">
<section class="css-oo1eex">
<div class="builder-block builder-daf098f15c4e441badd2784f5fc67744 builder-has-component css-44qkma" builder-id="builder-daf098f15c4e441badd2784f5fc67744">
<div class="builder-columns css-1fuo4gk">
<div class="builder-column css-zycugc">
<div class="builder-blocks builder-blocks-child css-h47494" builder-type="blocks" builder-parent-id="builder-daf098f15c4e441badd2784f5fc67744">
<div class="builder-block builder-660af4a0c68f4b2f9dada0680619192f css-atgos4" builder-id="builder-660af4a0c68f4b2f9dada0680619192f">
<div class="builder-block builder-78e72038e7ad49d5b2f1397fc68d027c builder-has-component css-11yenkl" builder-id="builder-78e72038e7ad49d5b2f1397fc68d027c">
<span class="builder-text css-1qggkls">
<h3 style="font-family: proxima-nova; line-height:1.2;">Inventory Management REST API with Cloudflare Workers and Fauna</h3>
</span>
</div>
<div class="builder-block builder-7a6d2e2390bb4659abad7fb32e5de629 builder-has-component css-8d9x5e" builder-id="builder-7a6d2e2390bb4659abad7fb32e5de629">
<span class="builder-text css-1qggkls">
<p><span style="font-size: 14px;">A RESTful API built using Cloudflare Workers and Fauna. It manages a simple inventory with basic CRUD operations. </span>
</p>
</span>
</div>
<div class="builder-block builder-9d32ba1dfdec42baa24e934b68c1c074 css-45w04e" builder-id="builder-9d32ba1dfdec42baa24e934b68c1c074">
<a role="button" href="https://github.com/fauna-labs/cloudflare_workers_REST" target="_blank" class="builder-block builder-82e2f9c9117e4a16bc191040aa210894 builder-has-component css-bijwa7" builder-id="builder-82e2f9c9117e4a16bc191040aa210894">View the code</a>
</div>
</div>
</div>
</div>
<div class="builder-column css-17g1yoy">
<div class="builder-blocks builder-blocks-child css-h47494" builder-type="blocks" builder-parent-id="builder-daf098f15c4e441badd2784f5fc67744">
<div class="builder-block builder-7843d7fc60da4fafbf191cc66f59c910 css-16hiz7k" builder-id="builder-7843d7fc60da4fafbf191cc66f59c910">
<div class="builder-block builder-d3ea48a8f06e4f02815b6ac3f258d1ce builder-has-component css-1hf5sy5" builder-id="builder-d3ea48a8f06e4f02815b6ac3f258d1ce">
<span class="builder-text css-1qggkls">
<h3 style="font-family: proxima-nova; line-height:1.2;">Node Express with Typescript Fly.io starter</h3>
</span>
</div>
<div class="builder-block builder-ac4d6c8cebe94b15b7f02a1c805985ce builder-has-component css-8d9x5e" builder-id="builder-ac4d6c8cebe94b15b7f02a1c805985ce">
<span class="builder-text css-1qggkls">
<p><span style="font-size: 14px;">If you're looking to run an express server on Fly, here is a helpful starter kit that combines Typescript and Express with the files needed to deploy on Fly.</span>
</p><br/><br/>
</span>
</div>
<div class="builder-block builder-a829e7dab0784689977bef67503e7906 css-1sitoj4" builder-id="builder-a829e7dab0784689977bef67503e7906">
<a role="button" href="https://github.com/fauna-labs/express-ts-fly-io-starter" target="_blank" class="builder-block builder-55b0ac363c9b4e54b7bc94a1b22b997c builder-has-component css-qy02bn" builder-id="builder-55b0ac363c9b4e54b7bc94a1b22b997c">View the code</a>
</div>
</div>
</div>
</div>
<div class="builder-column css-17g1yoy">
<div class="builder-blocks builder-blocks-child css-h47494" builder-type="blocks" builder-parent-id="builder-daf098f15c4e441badd2784f5fc67744">
<div class="builder-block builder-63ec6a9433544f3d9efdbeef2de6799d css-z55xb8" builder-id="builder-63ec6a9433544f3d9efdbeef2de6799d">
<div class="builder-block builder-1f53355041924f89b4adb83980207d22 builder-has-component css-11yenkl" builder-id="builder-1f53355041924f89b4adb83980207d22">
<span class="builder-text css-1qggkls">
<h3 style="font-family: proxima-nova; line-height:1.2;">Python Fly.io starter with Flask</h3>
</span>
</div>
<div class="builder-block builder-d6b7e5020fb6455baf0c7bf9e33bb413 builder-has-component css-8d9x5e" builder-id="builder-d6b7e5020fb6455baf0c7bf9e33bb413">
<span class="builder-text css-1qggkls">
<p><span style="font-size: 14px;">This starter kit provides Fauna integration with Python and Flask, configured to run on Fly.io. If you plan to deploy on Fly, this example provides a great Fauna example for Python/Flask.</span>
</p>
</span>
</div>
<div class="builder-block builder-1e175bd7b6df468ea87944d30c757d92 css-13hzu9k" builder-id="builder-1e175bd7b6df468ea87944d30c757d92">
<a role="button" href="https://github.com/fauna-labs/python-fly-io-starter" target="_blank" class="builder-block builder-dc35da1959f74649b39f26c12e05477b builder-has-component css-bijwa7" builder-id="builder-dc35da1959f74649b39f26c12e05477b">View the code</a>
</div>
</div>
</div>
</div>
<div class="builder-column css-17g1yoy">
<div class="builder-blocks builder-blocks-child css-h47494" builder-type="blocks" builder-parent-id="builder-daf098f15c4e441badd2784f5fc67744">
<div class="builder-block builder-63ec6a9433544f3d9efdbeef2de6799d css-z55xb8" builder-id="builder-63ec6a9433544f3d9efdbeef2de6799d">
<div class="builder-block builder-1f53355041924f89b4adb83980207d22 builder-has-component css-11yenkl" builder-id="builder-1f53355041924f89b4adb83980207d22">
<span class="builder-text css-1qggkls">
<h3 style="font-family: proxima-nova; line-height:1.2;">Fauna integration with Go/Gin framework packaged to run on Fly.io</h3>
</span>
</div>
<div class="builder-block builder-d6b7e5020fb6455baf0c7bf9e33bb413 builder-has-component css-8d9x5e" builder-id="builder-d6b7e5020fb6455baf0c7bf9e33bb413">
<span class="builder-text css-1qggkls">
<p><span style="font-size: 14px;">This starter kit provides an example Fauna integration with the Go/Gin framework, running on Fly.io. If you plan to deploy on Fly, this is a great Go/Gin + Fauna example.</span>
</p>
</span>
</div>
<div class="builder-block builder-1e175bd7b6df468ea87944d30c757d92 css-13hzu9k" builder-id="builder-1e175bd7b6df468ea87944d30c757d92">
<a role="button" href="https://github.com/fauna-labs/go-gin-fly-io-starter" target="_blank" class="builder-block builder-dc35da1959f74649b39f26c12e05477b builder-has-component css-bijwa7" builder-id="builder-dc35da1959f74649b39f26c12e05477b">View the code</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<div class="builder-block builder-44e36710e298424cb9a85b83641e1b5a builder-has-component css-7zu2b9" builder-id="builder-44e36710e298424cb9a85b83641e1b5a">
<span class="builder-text css-1qggkls">
<h2 style="text-align: center; font-family: proxima-nova;">
Videos
</h2>
</span>
</div>
<div class="builder-block builder-6a995666ea964cbc805d44516fe938ea builder-has-component css-1sj8ddc" builder-id="builder-6a995666ea964cbc805d44516fe938ea">
<section class="css-oo1eex">
<div class="builder-block builder-daf098f15c4e441badd2784f5fc67744 builder-has-component css-44qkma" builder-id="builder-daf098f15c4e441badd2784f5fc67744">
<div class="builder-columns css-1fuo4gk">
<div class="builder-column css-zycugc">
<div class="builder-blocks builder-blocks-child css-h47494" builder-type="blocks" builder-parent-id="builder-daf098f15c4e441badd2784f5fc67744">
<div class="builder-block builder-660af4a0c68f4b2f9dada0680619192f css-atgos4" builder-id="builder-660af4a0c68f4b2f9dada0680619192f">
<div class="builder-block builder-78e72038e7ad49d5b2f1397fc68d027c builder-has-component css-11yenkl" builder-id="builder-78e72038e7ad49d5b2f1397fc68d027c">
<span class="builder-text css-1qggkls">
<h3 style="font-family: proxima-nova; line-height:1.2;">Discover the Fauna Database in Five Minutes</h3>
</span>
</div>
<div class="builder-block builder-7a6d2e2390bb4659abad7fb32e5de629 builder-has-component css-8d9x5e" builder-id="builder-7a6d2e2390bb4659abad7fb32e5de629">
<span class="builder-text css-1qggkls">
<p><span style="font-size: 14px;">Learn how to get started with Fauna's powerful distributed database-as-a-service. This tutorial explores core concepts, introducing the Fauna Query Language (FQL) and its flexible query benefits. </span>
</p>
</span>
</div>
<div class="builder-block builder-9d32ba1dfdec42baa24e934b68c1c074 css-45w04e" builder-id="builder-9d32ba1dfdec42baa24e934b68c1c074">
<a role="button" href="https://www.youtube.com/watch?v=tJcd0avBdWY&t=17s" target="_blank" class="builder-block builder-82e2f9c9117e4a16bc191040aa210894 builder-has-component css-bijwa7" builder-id="builder-82e2f9c9117e4a16bc191040aa210894">View the video</a>
</div>
</div>
</div>
</div>
<div class="builder-column css-17g1yoy">
<div class="builder-blocks builder-blocks-child css-h47494" builder-type="blocks" builder-parent-id="builder-daf098f15c4e441badd2784f5fc67744">
<div class="builder-block builder-7843d7fc60da4fafbf191cc66f59c910 css-16hiz7k" builder-id="builder-7843d7fc60da4fafbf191cc66f59c910">
<div class="builder-block builder-d3ea48a8f06e4f02815b6ac3f258d1ce builder-has-component css-1hf5sy5" builder-id="builder-d3ea48a8f06e4f02815b6ac3f258d1ce">
<span class="builder-text css-1qggkls">
<h3 style="font-family: proxima-nova; line-height:1.2;">Connecting to Fauna with Node.js</h3>
</span>
</div>
<div class="builder-block builder-ac4d6c8cebe94b15b7f02a1c805985ce builder-has-component css-8d9x5e" builder-id="builder-ac4d6c8cebe94b15b7f02a1c805985ce">
<span class="builder-text css-1qggkls">
<p><span style="font-size: 14px;">Learn how to connect Node.js to Fauna's distributed database with just a few lines of code! This video walks through initializing a Node project, configuring the Fauna client, and writing your first FQL queries.</span>
</p>
</span>
</div>
<div class="builder-block builder-a829e7dab0784689977bef67503e7906 css-1sitoj4" builder-id="builder-a829e7dab0784689977bef67503e7906">
<a role="button" href="https://www.youtube.com/watch?v=8YJcG2fUPyE&t=84s" target="_blank" class="builder-block builder-55b0ac363c9b4e54b7bc94a1b22b997c builder-has-component css-qy02bn" builder-id="builder-55b0ac363c9b4e54b7bc94a1b22b997c">View the video</a>
</div>
</div>
</div>
</div>
<div class="builder-column css-17g1yoy">
<div class="builder-blocks builder-blocks-child css-h47494" builder-type="blocks" builder-parent-id="builder-daf098f15c4e441badd2784f5fc67744">
<div class="builder-block builder-63ec6a9433544f3d9efdbeef2de6799d css-z55xb8" builder-id="builder-63ec6a9433544f3d9efdbeef2de6799d">
<div class="builder-block builder-1f53355041924f89b4adb83980207d22 builder-has-component css-11yenkl" builder-id="builder-1f53355041924f89b4adb83980207d22">
<span class="builder-text css-1qggkls">
<h3 style="font-family: proxima-nova; line-height:1.2;">Build a Globally Distributed REST API with Fauna and Cloudflare</h3>
</span>
</div>
<div class="builder-block builder-d6b7e5020fb6455baf0c7bf9e33bb413 builder-has-component css-8d9x5e" builder-id="builder-d6b7e5020fb6455baf0c7bf9e33bb413">
<span class="builder-text css-1qggkls">
<p><span style="font-size: 14px;">Learn how to deploy a fast, distributed REST API by connecting Cloudflare Workers to Fauna. Create Workers that expose REST endpoints, integrating with Fauna for data storage.</span>
</p>
</span>
</div>
<div class="builder-block builder-1e175bd7b6df468ea87944d30c757d92 css-13hzu9k" builder-id="builder-1e175bd7b6df468ea87944d30c757d92">
<a role="button" href="https://www.youtube.com/watch?v=fse_UTAki6w&t=2s" target="_blank" class="builder-block builder-dc35da1959f74649b39f26c12e05477b builder-has-component css-bijwa7" builder-id="builder-dc35da1959f74649b39f26c12e05477b">View the video</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<div class="builder-block builder-aae58d05852a43fe86097f575a708ac4 builder-has-component css-1917c5z" builder-id="builder-aae58d05852a43fe86097f575a708ac4">
<section class="css-oo1eex">
<div class="builder-block builder-b083a3705984486491aad73d78a08ae4 css-93c9cx" builder-id="builder-b083a3705984486491aad73d78a08ae4">
<div class="builder-block builder-47cae25a02d34f76a8b8cbd9305d514c builder-has-component css-mcme7k" builder-id="builder-47cae25a02d34f76a8b8cbd9305d514c">
<div class="builder-columns css-k008qs">
<div class="builder-column css-1sa9sw1">
<div class="builder-blocks builder-blocks-child css-h47494" builder-type="blocks" builder-parent-id="builder-47cae25a02d34f76a8b8cbd9305d514c">
<div class="builder-block builder-21243a1b0f004163a9a5a216cd976ce0 css-1x3trkt" builder-id="builder-21243a1b0f004163a9a5a216cd976ce0">
<div class="builder-block builder-49ea2e171bfc4674a8d5e63f9441cfba builder-has-component css-1g90qaj" builder-id="builder-49ea2e171bfc4674a8d5e63f9441cfba">
<span class="builder-text css-1qggkls">
<p>Ready to get started?</p>
</span>
</div>
<div class="builder-block builder-de040111324b41a48f7506e80fbfbb97 builder-has-component css-iwyivu" builder-id="builder-de040111324b41a48f7506e80fbfbb97">
<span class="builder-text css-1qggkls">
<p><span style="font-size: 22px;">Launch a new app, modernize an existing app, and scale seamlessly across regions.</span></p>
</span>
</div>
<div class="builder-block builder-91f75e5cc09d429c8e3681cff699a992 css-10kq4ip" builder-id="builder-91f75e5cc09d429c8e3681cff699a992"><a role="button" href="https://go.fauna.com/contact-us" class="builder-block builder-eb70fa35b18046938d6f81d88de8c450 builder-has-component css-13ockd6" builder-id="builder-eb70fa35b18046938d6f81d88de8c450">REQUEST DEMO</a><a role="button" href="https://dashboard.fauna.com/accounts/register" class="builder-block builder-40b4ed6f7853467da9ca0a0fa389bfd6 builder-has-component css-kwhmv8" builder-id="builder-40b4ed6f7853467da9ca0a0fa389bfd6">START FOR FREE</a></div>
</div>
</div>
</div>
<div class="builder-column css-1uak6xs">
<div class="builder-blocks builder-blocks-child css-h47494" builder-type="blocks" builder-parent-id="builder-47cae25a02d34f76a8b8cbd9305d514c">
<div class="builder-block builder-8cbb846c01044951a66da673dcafdfba css-gax328" builder-id="builder-8cbb846c01044951a66da673dcafdfba">
<div class="builder-block builder-bd22420128744a88b1c1f0d05373af39 css-1g38mf8" builder-id="builder-bd22420128744a88b1c1f0d05373af39">
<div class="builder-block builder-4278c351e5ac412f938b710efde8ca5c builder-has-component css-zsxpuy" builder-id="builder-4278c351e5ac412f938b710efde8ca5c">
<span class="builder-text css-1qggkls">
<p><strong>Learn more</strong></p>
</span>
</div>
<div class="builder-block builder-7eacf89cb6e64fe1923d20c750a6da91 css-rks9xk" builder-id="builder-7eacf89cb6e64fe1923d20c750a6da91">
<a role="button" href="https://fauna.com/blog" class="builder-block builder-97a5e41e147e4db6a2aba3ee01eba934 builder-has-component css-bijwa7" builder-id="builder-97a5e41e147e4db6a2aba3ee01eba934">Blog</a>
<div class="builder-block builder-2039186caf6a4777bc57b6bcfd2adef6 css-1hkcxz3" builder-id="builder-2039186caf6a4777bc57b6bcfd2adef6">
<picture>
<source srcset="Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474_005.webp 100w, Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474_006.webp 200w, Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474_007.webp 400w, Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474_004.webp 800w, Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474cb04.webp 1200w, Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474_002.webp 1600w, Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474_003.webp 2000w, Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474_008.webp 20w" type="image/webp">
<img role="presentation" loading="lazy" class="builder-image css-12153wi" src="Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474c_003.png" srcset="Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474cb04b.png 100w, Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474c_008.png 200w, Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474c_005.png 400w, Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474c_007.png 800w, Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474c_004.png 1200w, Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474c_002.png 1600w, Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474c_006.png 2000w, Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474c_003.png 20w" sizes="(max-width: 998px) 3vw, 2vw">
</picture>
<div class="builder-image-sizer css-781yh5"> </div>
</div>
</div>
<div class="builder-block builder-8267b7ee8cab45b68138470ad5d81115 css-rks9xk" builder-id="builder-8267b7ee8cab45b68138470ad5d81115">
<a role="button" href="https://fauna.com/pricing" class="builder-block builder-fb6eed8a5a984993a2ee644f3622b7c0 builder-has-component css-bijwa7" builder-id="builder-fb6eed8a5a984993a2ee644f3622b7c0">Pricing</a>
<div class="builder-block builder-23fa2bc614a1475ebfde88ea38a10218 css-1hkcxz3" builder-id="builder-23fa2bc614a1475ebfde88ea38a10218">
<picture>
<source srcset="Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474_005.webp 100w, Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474_006.webp 200w, Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474_007.webp 400w, Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474_004.webp 800w, Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474cb04.webp 1200w, Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474_002.webp 1600w, Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474_003.webp 2000w, Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474_008.webp 20w" type="image/webp">
<img role="presentation" loading="lazy" class="builder-image css-12153wi" src="Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474c_003.png" srcset="Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474cb04b.png 100w, Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474c_008.png 200w, Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474c_005.png 400w, Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474c_007.png 800w, Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474c_004.png 1200w, Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474c_002.png 1600w, Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474c_006.png 2000w, Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474c_003.png 20w" sizes="(max-width: 998px) 3vw, 2vw">
</picture>
<div class="builder-image-sizer css-781yh5"> </div>
</div>
</div>
<div class="builder-block builder-3ed6d2e17a0b4230b88f4179b5a6bb12 css-rks9xk" builder-id="builder-3ed6d2e17a0b4230b88f4179b5a6bb12">
<a role="button" href="https://support.fauna.com/hc/en-us" class="builder-block builder-8de2c6fa7d8b407e90aa7b75a9ea0c69 builder-has-component css-bijwa7" builder-id="builder-8de2c6fa7d8b407e90aa7b75a9ea0c69">Support</a>
<div class="builder-block builder-0be9f379e9754c82881cd88aee8fa573 css-1hkcxz3" builder-id="builder-0be9f379e9754c82881cd88aee8fa573">
<picture>
<source srcset="Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474_005.webp 100w, Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474_006.webp 200w, Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474_007.webp 400w, Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474_004.webp 800w, Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474cb04.webp 1200w, Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474_002.webp 1600w, Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474_003.webp 2000w, Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474_008.webp 20w" type="image/webp">
<img role="presentation" loading="lazy" class="builder-image css-12153wi" src="Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474c_003.png" srcset="Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474cb04b.png 100w, Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474c_008.png 200w, Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474c_005.png 400w, Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474c_007.png 800w, Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474c_004.png 1200w, Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474c_002.png 1600w, Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474c_006.png 2000w, Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474c_003.png 20w" sizes="(max-width: 998px) 3vw, 2vw">
</picture>
<div class="builder-image-sizer css-781yh5"> </div>
</div>
</div>
<div class="builder-block builder-bdbe1fcf726543ff9c67ebffc16355a5 css-rks9xk" builder-id="builder-bdbe1fcf726543ff9c67ebffc16355a5">
<a role="button" href="https://docs.fauna.com/fauna/current/" class="builder-block builder-4c32a69b824b4363aaed3850af72fecc builder-has-component css-bijwa7" builder-id="builder-4c32a69b824b4363aaed3850af72fecc">Documentation</a>
<div class="builder-block builder-0201439b2660403ea24dff4613e08126 css-1hkcxz3" builder-id="builder-0201439b2660403ea24dff4613e08126">
<picture>
<source srcset="Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474_005.webp 100w, Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474_006.webp 200w, Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474_007.webp 400w, Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474_004.webp 800w, Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474cb04.webp 1200w, Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474_002.webp 1600w, Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474_003.webp 2000w, Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474_008.webp 20w" type="image/webp">
<img role="presentation" loading="lazy" class="builder-image css-12153wi" src="Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474c_003.png" srcset="Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474cb04b.png 100w, Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474c_008.png 200w, Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474c_005.png 400w, Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474c_007.png 800w, Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474c_004.png 1200w, Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474c_002.png 1600w, Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474c_006.png 2000w, Fauna%20The%20distributed%20serverless%20database_files/assets_72fd2c7b8b5d42b39d102460089f9251_3ec3f6e9bf73474c_003.png 20w" sizes="(max-width: 998px) 3vw, 2vw">
</picture>
<div class="builder-image-sizer css-781yh5"> </div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="builder-block builder-b7f3d7e1d1a24895a73982dd0370c577 builder-has-component css-1u08alq" builder-id="builder-b7f3d7e1d1a24895a73982dd0370c577">
<div class="builder-columns css-k008qs">
<div class="builder-column css-1sa9sw1">
<div class="builder-blocks builder-blocks-child css-h47494" builder-type="blocks" builder-parent-id="builder-b7f3d7e1d1a24895a73982dd0370c577">
<div class="builder-block builder-43745f3ab0e74445808b40c6888a443c css-1x3trkt" builder-id="builder-43745f3ab0e74445808b40c6888a443c"></div>
</div>
</div>
<div class="builder-column css-1uak6xs">
<div class="builder-blocks builder-blocks-child css-h47494" builder-type="blocks" builder-parent-id="builder-b7f3d7e1d1a24895a73982dd0370c577">
<div class="builder-block builder-fb3005b262c84ad78ba47ad327acdf3f css-gax328" builder-id="builder-fb3005b262c84ad78ba47ad327acdf3f"></div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<img src="Fauna%20The%20distributed%20serverless%20database_files/pixel.gif" aria-hidden="true" alt="" role="presentation" width="0" height="0" class="builder-block builder-pixel-5ox1ejrlybw css-1mvsfya" builder-id="builder-pixel-5ox1ejrlybw">
</div>
</div>
</div>
</div>
</div>
</div>
</main>
<footer class="css-67l81t">
<div class="css-i8jfym">
<div class="css-rgh3tq">
<div class="css-6hx0uu">
<div class="css-12vsf3c">
<a href="https://fauna.com/">
<div style="overflow:hidden;box-sizing:border-box;display:inline-block;position:relative;width:136px;height:36px"><img alt="Fauna logo" src="Fauna%20The%20distributed%20serverless%20database_files/Fauna_Logo.svg" decoding="async"></div>
</a>
</div>
<div class="css-f3k4xs">
<div class="css-qcbo30">400 S El Camino Real Ste 1250</div>
<div class="css-qcbo30">San Mateo, CA 94402</div>
<div class="css-qcbo30">(855) 432-8623</div>
</div>
<div class="css-1augtip">
<div class="css-1b9kxts"><a aria-label="Dev" class="css-14x6ajq" target="_self" href="https://dev.to/fauna"><i class="fa-brands fa-dev"></i></a><a aria-label="Twitter" class="css-fvbmbq" target="_self" href="https://twitter.com/fauna"><i class="fa-brands fa-twitter"></i></a><a aria-label="GitHub" class="css-fvbmbq" target="_self" href="https://github.com/fauna"><i class="fa-brands fa-github"></i></a><a aria-label="YouTube" class="css-fvbmbq" target="_self" href="https://www.youtube.com/channel/UCTkGE215CjAkcRO5mDMmLkw/"><i class="fa-brands fa-youtube"></i></a><a aria-label="LinkedIn" class="css-fvbmbq" target="_self" href="https://www.linkedin.com/company/faunadb"><i class="fa-brands fa-linkedin-in"></i></a></div>
</div>
</div>
<div class="css-5sckqp">
<div>
<div class="css-1q2vvod">
<div class="css-y0l1h3">Fauna</div>
<ul>
<li class="css-tuh08l"><a class="css-v72rf1" target="_self" href="https://fauna.com/features">Features</a></li>
<li class="css-tuh08l"><a class="css-v72rf1" target="_self" href="https://fauna.com/platform">Platform</a></li>
<li class="css-tuh08l"><a class="css-v72rf1" target="_self" href="https://fauna.com/solutions">Solutions</a></li>
<li class="css-tuh08l"><a class="css-v72rf1" target="_self" href="https://fauna.com/pricing">Pricing</a></li>
<li class="css-tuh08l"><a class="css-v72rf1" target="_self" href="https://fauna.com/customers">Customers</a></li>
<li class="css-tuh08l"><a class="css-v72rf1" target="_self" href="https://trust.fauna.com/">Trust</a></li>
<li class="css-tuh08l"><a class="css-v72rf1" target="_self" href="https://fauna.com/blog">Blog</a></li>
</ul>
</div>
<div class="css-2ppvcu">
<div class="css-1ekznxi">
<button aria-label="open accordion" class="css-l44fla">
Fauna<!-- -->
<i class="css-1iuj5ih">
<svg stroke="currentColor" fill="none" stroke-width="2" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</i>
</button>
</div>
</div>
</div>
<div>
<div class="css-1q2vvod">
<div class="css-y0l1h3">Company</div>
<ul>
<li class="css-tuh08l"><a class="css-v72rf1" target="_self" href="https://fauna.com/about">About</a></li>
<li class="css-tuh08l"><a class="css-v72rf1" target="_self" href="https://fauna.com/events">Events</a></li>
<li class="css-tuh08l"><a class="css-v72rf1" target="_self" href="https://fauna.com/press">Press</a></li>
<li class="css-tuh08l"><a class="css-v72rf1" target="_self" href="https://fauna.com/careers">Careers</a></li>
<li class="css-tuh08l"><a class="css-v72rf1" target="_self" href="https://go.fauna.com/contact-us">Contact Us</a></li>
</ul>
</div>
<div class="css-2ppvcu">
<div class="css-1ekznxi">
<button aria-label="open accordion" class="css-l44fla">
Company<!-- -->
<i class="css-1iuj5ih">
<svg stroke="currentColor" fill="none" stroke-width="2" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</i>
</button>
</div>
</div>
</div>
<div>
<div class="css-1q2vvod">
<div class="css-y0l1h3">Quicklinks</div>
<ul>
<li class="css-tuh08l"><a class="css-v72rf1" target="_self" href="https://forums.fauna.com/">Forums</a></li>
<li class="css-tuh08l"><a class="css-v72rf1" target="_self" href="https://support.fauna.com/">Helpdesk</a></li>
<li class="css-tuh08l"><a class="css-v72rf1" target="_self" href="https://www2.fauna.com/partners-contact">Partner with Fauna</a></li>
</ul>
</div>
<div class="css-2ppvcu">
<div class="css-1ekznxi">
<button aria-label="open accordion" class="css-l44fla">
Quicklinks<!-- -->
<i class="css-1iuj5ih">
<svg stroke="currentColor" fill="none" stroke-width="2" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</i>
</button>
</div>
</div>
</div>
<div>
<div class="css-1q2vvod">
<div class="css-y0l1h3">Why Fauna</div>
<ul>
<li class="css-tuh08l"><a class="css-v72rf1" target="_self" href="https://fauna.com/compare/dynamodb">DynamoDB alternative</a></li>
<li class="css-tuh08l"><a class="css-v72rf1" target="_self" href="https://fauna.com/blog/comparing-fauna-and-mongodb">Fauna vs MongoDB</a></li>
<li class="css-tuh08l"><a class="css-v72rf1" target="_self" href="https://fauna.com/blog/compare-aws-aurora-serverless-v2-architecture-features-pricing-vs-fauna">Fauna vs Aurora Serverless V2</a></li>
<li class="css-tuh08l"><a class="css-v72rf1" target="_self" href="https://fauna.com/blog/compare-fauna-vs-postgres">Fauna vs Postgres</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="css-jishwi"></div>
<div class="css-1cf6w3a">
<div class="css-10upztm">© Fauna Inc. All rights reserved.</div>
<div class="css-1a64cey">
<div class="css-k008qs"><a class="css-2oxa17" target="_self" href="https://status.fauna.com/">Status</a><a class="css-2oxa17" target="_self" href="https://fauna.com/sitemap">Sitemap</a><a class="css-2oxa17" target="_self" href="https://fauna.com/terms">Terms of Use</a><a class="css-2oxa17" target="_self" href="https://fauna.com/support-and-service-level-agreement">Support and SLA</a><a class="css-2oxa17" target="_self" href="https://fauna.com/privacy">Privacy Policy</a></div>
</div>
</div>
</div>
</footer>
</div>
<script>
window.onload = function() {
window.location.href = "https://docs.fauna.com/fauna/current/sample-apps/";
};
</script>
<script nomodule="" src="Fauna%20The%20distributed%20serverless%20database_files/polyfills-d8fa1af55e2fee092f26.js"></script><script src="Fauna%20The%20distributed%20serverless%20database_files/main-4d6518793a7db7a9050e.js" async=""></script><script src="Fauna%20The%20distributed%20serverless%20database_files/webpack-f0891df4c1b333c1b469.js" async=""></script><script src="Fauna%20The%20distributed%20serverless%20database_files/framework.ec787e007ba674e48e7f.js" async=""></script><script src="Fauna%20The%20distributed%20serverless%20database_files/750975de1198e7b7e11de4379d55ffee801025a5.168c187e08eff3f43f1a.js" async=""></script><script src="Fauna%20The%20distributed%20serverless%20database_files/d64f66507866a4a8e95f01943362d51866f0b2ff.af0ee572fbd9e9310e02.js" async=""></script><script src="Fauna%20The%20distributed%20serverless%20database_files/2584090abf9740e077310a1be2160f9587d4d62f.ed1adf61620a022d6d6d.js" async=""></script><script src="Fauna%20The%20distributed%20serverless%20database_files/3ceabd031cbe5608428982d20992ee59b264f9d6.2bba30260d37c7556c4a.js" async=""></script><script src="Fauna%20The%20distributed%20serverless%20database_files/0bbae8e80d59942d688aadda0f054242b03c2d6f.7280b6f9cadb3ab38ff8.js" async=""></script><script src="Fauna%20The%20distributed%20serverless%20database_files/_app-553f1339abdc5f253771.js" async=""></script><script src="Fauna%20The%20distributed%20serverless%20database_files/84d252e97ef4bb90db570ca90ff8e234d07fcae0.27219e34cb3735c7123a.js" async=""></script><script src="Fauna%20The%20distributed%20serverless%20database_files/c66782b1beea9f503c0470a8701428a9f729f237.bcf3b00bb46d22e9eb84.js" async=""></script><script src="Fauna%20The%20distributed%20serverless%20database_files/141be6640a2a0f7aeebebfa33ee3ea8d7eddcc4c.fe6b983e59c1ab5b8605.js" async=""></script><script src="Fauna%20The%20distributed%20serverless%20database_files/index-24eb130e1cc44e6f0ba3.js" async=""></script><script src="Fauna%20The%20distributed%20serverless%20database_files/_buildManifest.js" async=""></script><script src="Fauna%20The%20distributed%20serverless%20database_files/_ssgManifest.js" async=""></script><script>
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-TGTQJ7M');
</script><script id="ze-snippet" src="Fauna%20The%20distributed%20serverless%20database_files/snippet.js"></script><script type="text/javascript">
window.zESettings = {
webWidget: {
color: {
theme: '#604BE9',
},
chat: {
connectOnPageLoad: false
}
}
};
zE(function() {
zE.setLocale('en-US');
});
</script><iframe data-product="web_widget" title="No content" tabindex="-1" allow="microphone *" aria-hidden="true" style="width: 0px; height: 0px; border: 0px; position: absolute; top: -9999px;" src="Fauna%20The%20distributed%20serverless%20database_files/a_002.html"></iframe>
<div><iframe title="Opens a widget where you can chat to one of our agents" id="launcher" tabindex="0" style="color-scheme: light; width: 108px; height: 50px; padding: 0px; margin: 10px 20px; position: fixed; bottom: 0px; overflow: visible; opacity: 1; border: 0px; z-index: 999998; transition-duration: 250ms; transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); transition-property: opacity, top, bottom; right: 0px;"></iframe></div>
</body>
<grammarly-desktop-integration data-grammarly-shadow-root="true"></grammarly-desktop-integration>
</html>