coveragebook_components 0.5.6 → 0.5.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (40) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/build/coco/app.css +114 -9
  3. data/app/assets/build/coco/app.js +24 -5
  4. data/app/assets/build/coco/book.js +3 -2
  5. data/app/assets/build/coco/img/slides/one-col-media-layout.svg +3 -0
  6. data/app/assets/build/coco/img/slides/one-col-text-layout.svg +3 -0
  7. data/app/assets/build/coco/img/slides/one-col-title-layout.svg +4 -0
  8. data/app/assets/build/coco/img/slides/two-col-media-layout.svg +3 -0
  9. data/app/assets/build/coco/img/slides/two-col-mixed-layout.svg +5 -0
  10. data/app/assets/build/coco/img/slides/two-col-text-layout.svg +3 -0
  11. data/app/assets/build/coco/img/test/cb-logo.svg +8 -0
  12. data/app/assets/img/slides/one-col-media-layout.svg +3 -0
  13. data/app/assets/img/slides/one-col-text-layout.svg +3 -0
  14. data/app/assets/img/slides/one-col-title-layout.svg +4 -0
  15. data/app/assets/img/slides/two-col-media-layout.svg +3 -0
  16. data/app/assets/img/slides/two-col-mixed-layout.svg +5 -0
  17. data/app/assets/img/slides/two-col-text-layout.svg +3 -0
  18. data/app/assets/img/test/cb-logo.svg +8 -0
  19. data/app/assets/js/libs/alpine/plugins/dropdown.js +1 -0
  20. data/app/components/coco/app/elements/button/button.css +10 -1
  21. data/app/components/coco/app/elements/button/button.rb +4 -0
  22. data/app/components/coco/app/elements/button_group/button_group.css +19 -0
  23. data/app/components/coco/app/elements/button_group/button_group.rb +10 -0
  24. data/app/components/coco/app/elements/image_picker_button/image_picker_button.rb +0 -20
  25. data/app/components/coco/app/elements/layout_picker_button/layout_picker_button.css +74 -0
  26. data/app/components/coco/app/elements/layout_picker_button/layout_picker_button.html.erb +31 -0
  27. data/app/components/coco/app/elements/layout_picker_button/layout_picker_button.js +17 -0
  28. data/app/components/coco/app/elements/layout_picker_button/layout_picker_button.rb +37 -0
  29. data/app/components/coco/base/button/button.rb +0 -5
  30. data/app/components/coco/base/svg/svg.html.erb +1 -0
  31. data/app/components/coco/base/svg/svg.rb +29 -0
  32. data/app/components/coco/concerns/acts_as_button_group.rb +5 -0
  33. data/app/helpers/coco/app_helper.rb +4 -0
  34. data/app/helpers/coco/base_helper.rb +4 -0
  35. data/lib/coco/options/group.rb +1 -34
  36. data/lib/coco/options/option.rb +0 -13
  37. data/lib/coco.rb +1 -1
  38. metadata +23 -5
  39. data/config/credentials/production.key +0 -1
  40. data/config/credentials/production.yml.enc +0 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f0f8a950e6efdf71c86bd953e001515a50f626eee3b399d9e1ab3e8641a414b8
4
- data.tar.gz: 5aa2c63fc4dc1b1c8dde15d375e42ea9b075295737c6fa343430329c1e0bfa4e
3
+ metadata.gz: 659228f5bee7137d83a98ee0c7b1391a492a7c2a90533ec428d4be4771eac5be
4
+ data.tar.gz: cd05d30bfb21b8bbe169615f5d061cac481de84ce6dc9f2080d8a5c40be77f96
5
5
  SHA512:
6
- metadata.gz: c6ea041857553ce066d7b013c4429c458812306c85f1977cc24d18d4f6ac259e2aff72200d4d3070fa33b7fefe5e8da7ec1c9d11668259d3eb62260b1cec1b72
7
- data.tar.gz: 5d647e5e78c06a0e484180644dfa62d59bc411c18990c53618ad984ce366677523904c6c4452f6877b456cbb80dc3965b208d3993af6bee81a6055bec4ed3846
6
+ metadata.gz: f13bcbb0021c35bfa9b5eca89471a718e8b17e0cadf78572266da7567865ebd2ee1501188976ce45fb788598cc54f5c7f7a36ea6855bd8f41abce29d73451bf2
7
+ data.tar.gz: b84c1b8db37c0584d6e922325bdc65c883b2f8d764b95bbe457ceaaab82f08b880955be4088432688bf812ab8e20510d5e24e071a6bb2b1e6af570131958893d
@@ -1461,30 +1461,47 @@ select{
1461
1461
  background-color: transparent;
1462
1462
  opacity: 0.3}
1463
1463
  [data-coco][data-component="app-button"][data-theme="secondary"],
1464
- [data-coco][data-component="app-button"][data-theme="toolbar"]{
1464
+ [data-coco][data-component="app-button"][data-theme="toolbar"],
1465
+ [data-coco][data-component="app-button"][data-theme="toolbar-floating"]{
1465
1466
  border-color: rgba(0, 12, 39, 0.18);
1466
1467
  background-color: transparent;
1467
1468
  --tw-text-opacity: 1;
1468
1469
  color: rgb(17 24 39 / var(--tw-text-opacity))}
1469
1470
  [data-coco][data-component="app-button"][data-theme="secondary"]:hover,
1470
- [data-coco][data-component="app-button"][data-theme="toolbar"]:hover{
1471
+ [data-coco][data-component="app-button"][data-theme="toolbar"]:hover,
1472
+ [data-coco][data-component="app-button"][data-theme="toolbar-floating"]:hover{
1471
1473
  background-color: rgba(0, 12, 39, 0.06);
1472
1474
  background-blend-mode: hard-light}
1473
1475
  [data-coco][data-component="app-button"][data-theme="secondary"]:active,
1474
- [data-coco][data-component="app-button"][data-theme="toolbar"]:active{
1476
+ [data-coco][data-component="app-button"][data-theme="toolbar"]:active,
1477
+ [data-coco][data-component="app-button"][data-theme="toolbar-floating"]:active{
1475
1478
  background-color: rgba(0, 12, 39, 0.1);
1476
1479
  background-blend-mode: hard-light}
1477
- [data-coco][data-component="app-button"][data-theme="secondary"][data-state="loading"], [data-coco][data-component="app-button"][data-theme="toolbar"][data-state="loading"]{
1480
+ [data-coco][data-component="app-button"][data-theme="secondary"][data-state="loading"], [data-coco][data-component="app-button"][data-theme="toolbar"][data-state="loading"], [data-coco][data-component="app-button"][data-theme="toolbar-floating"][data-state="loading"]{
1478
1481
  background-color: transparent}
1479
- [data-coco][data-component="app-button"][data-theme="secondary"][data-state="active"], [data-coco][data-component="app-button"][data-theme="toolbar"][data-state="active"]{
1482
+ [data-coco][data-component="app-button"][data-theme="secondary"][data-state="active"], [data-coco][data-component="app-button"][data-theme="toolbar"][data-state="active"], [data-coco][data-component="app-button"][data-theme="toolbar-floating"][data-state="active"]{
1480
1483
  background-color: rgba(0, 12, 39, 0.1);
1481
1484
  background-blend-mode: hard-light}
1482
- [data-coco][data-component="app-button"][data-theme="secondary"][data-state="loading"] > .button-element .button-icon, [data-coco][data-component="app-button"][data-theme="toolbar"][data-state="loading"] > .button-element .button-icon{
1485
+ [data-coco][data-component="app-button"][data-theme="secondary"][data-state="loading"] > .button-element .button-icon, [data-coco][data-component="app-button"][data-theme="toolbar"][data-state="loading"] > .button-element .button-icon, [data-coco][data-component="app-button"][data-theme="toolbar-floating"][data-state="loading"] > .button-element .button-icon{
1483
1486
  --tw-text-opacity: 1;
1484
1487
  color: rgb(118 184 170 / var(--tw-text-opacity))}
1485
- [data-coco][data-component="app-button"][data-theme="secondary"][data-disabled="true"], [data-coco][data-component="app-button"][data-theme="toolbar"][data-disabled="true"]{
1488
+ [data-coco][data-component="app-button"][data-theme="secondary"][data-disabled="true"], [data-coco][data-component="app-button"][data-theme="toolbar"][data-disabled="true"], [data-coco][data-component="app-button"][data-theme="toolbar-floating"][data-disabled="true"]{
1486
1489
  background-color: transparent;
1487
1490
  opacity: 0.3}
1491
+ [data-coco][data-component="app-button"][data-theme="toolbar-floating"]{
1492
+ --tw-border-opacity: 1;
1493
+ border-color: rgb(209 213 219 / var(--tw-border-opacity));
1494
+ --tw-bg-opacity: 1;
1495
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity))}
1496
+ [data-coco][data-component="app-button"][data-theme="toolbar-floating"]:hover{
1497
+ --tw-bg-opacity: 1;
1498
+ background-color: rgb(243 244 246 / var(--tw-bg-opacity))}
1499
+ [data-coco][data-component="app-button"][data-theme="toolbar-floating"]:active{
1500
+ --tw-bg-opacity: 1;
1501
+ background-color: rgb(229 231 235 / var(--tw-bg-opacity))}
1502
+ [data-coco][data-component="app-button"][data-theme="toolbar-floating"][data-state="active"]{
1503
+ --tw-bg-opacity: 1;
1504
+ background-color: rgb(229 231 235 / var(--tw-bg-opacity))}
1488
1505
  [data-coco][data-component="app-button"][data-theme="text-secondary"],
1489
1506
  [data-coco][data-component="app-button"][data-theme="text-toolbar"]{
1490
1507
  background-color: transparent;
@@ -2129,6 +2146,7 @@ select{
2129
2146
  [data-coco][data-component="app-button-group"] {
2130
2147
  width: -moz-fit-content;
2131
2148
  width: fit-content;
2149
+ border-radius: 44px;
2132
2150
  }
2133
2151
  [data-coco][data-component="app-button-group"] .button-group-buttons{
2134
2152
  display: flex;
@@ -2145,6 +2163,20 @@ select{
2145
2163
  border-color: rgb(209 213 219 / var(--tw-border-opacity))}
2146
2164
  [data-coco][data-component="app-button-group"][data-align="end"] .button-group-buttons{
2147
2165
  margin-left: auto}
2166
+ [data-coco][data-component="app-button-group"][data-segmented="true"] .button-group-buttons{
2167
+ -moz-column-gap: 0px;
2168
+ column-gap: 0px}
2169
+ [data-coco][data-component="app-button-group"][data-segmented="true"] .coco-button:not(:first-child){
2170
+ border-top-left-radius: 0px;
2171
+ border-bottom-left-radius: 0px;
2172
+ border-left-width: 0px}
2173
+ [data-coco][data-component="app-button-group"][data-segmented="true"] .coco-button:not(:last-child){
2174
+ border-top-right-radius: 0px;
2175
+ border-bottom-right-radius: 0px}
2176
+ [data-coco][data-component="app-button-group"][data-segmented="true"][data-floating="true"]{
2177
+ --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
2178
+ --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
2179
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
2148
2180
  [data-coco][data-component="app-color-picker"]{
2149
2181
  --tw-bg-opacity: 1;
2150
2182
  background-color: rgb(249 250 251 / var(--tw-bg-opacity))}
@@ -2660,8 +2692,81 @@ select{
2660
2692
  width: max-content}
2661
2693
  [data-coco][data-component="app-image-picker-button"] [data-component="app-image-picker"]{
2662
2694
  border-radius: 0.375rem}
2663
- [data-coco][data-component="app-image-picker-button"] .picker-file-input{
2664
- display: none}
2695
+ [data-coco][data-component="app-layout-picker-button"]{
2696
+ display: inline-flex;
2697
+ width: -moz-max-content;
2698
+ width: max-content}
2699
+ [data-coco][data-component="app-layout-picker-button"] .layout-picker{
2700
+ display: grid;
2701
+ grid-template-columns: repeat(2, minmax(0, 1fr))}
2702
+ [data-coco][data-component="app-layout-picker-button"] .layout-picker-option{
2703
+ overflow: hidden;
2704
+ border-radius: 0.5rem;
2705
+ border-width: 1px;
2706
+ border-color: rgba(0, 12, 39, 0.1);
2707
+ transition-property: all;
2708
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2709
+ transition-duration: 150ms}
2710
+ [data-coco][data-component="app-layout-picker-button"] .layout-picker-option:hover{
2711
+ border-color: rgba(0, 12, 39, 0.18)}
2712
+ [data-coco][data-component="app-layout-picker-button"] .layout-picker-option svg{
2713
+ width: 100%}
2714
+ [data-coco][data-component="app-layout-picker-button"] .layout-picker-option-current{
2715
+ --tw-border-opacity: 1;
2716
+ border-color: rgb(26 136 113 / var(--tw-border-opacity))}
2717
+ [data-coco][data-component="app-layout-picker-button"] .layout-picker-option-current:hover{
2718
+ --tw-border-opacity: 1;
2719
+ border-color: rgb(26 136 113 / var(--tw-border-opacity))}
2720
+ /* Sizes */
2721
+ [data-coco][data-component="app-layout-picker-button"] .layout-picker[data-size="sm"] {
2722
+ width: 284px;
2723
+ gap: 1rem;
2724
+ padding: 1rem;
2725
+ }
2726
+ [data-coco][data-component="app-layout-picker-button"] .layout-picker[data-size="md"] {
2727
+ width: 380px;
2728
+ gap: 1.5rem;
2729
+ padding: 1.5rem;
2730
+ }
2731
+ @media (min-width: 768px) {
2732
+ [data-coco][data-component="app-layout-picker-button"] .layout-picker[data-size-md="sm"] {
2733
+ width: 284px;
2734
+ gap: 1rem;
2735
+ padding: 1rem;
2736
+ }
2737
+
2738
+ [data-coco][data-component="app-layout-picker-button"] .layout-picker[data-size-md="md"] {
2739
+ width: 380px;
2740
+ gap: 1.5rem;
2741
+ padding: 1.5rem;
2742
+ }
2743
+ }
2744
+ @media (min-width: 992px) {
2745
+ [data-coco][data-component="app-layout-picker-button"] .layout-picker[data-size-lg="sm"] {
2746
+ width: 284px;
2747
+ gap: 1rem;
2748
+ padding: 1rem;
2749
+ }
2750
+
2751
+ [data-coco][data-component="app-layout-picker-button"] .layout-picker[data-size-lg="md"] {
2752
+ width: 380px;
2753
+ gap: 1.5rem;
2754
+ padding: 1.5rem;
2755
+ }
2756
+ }
2757
+ @media (min-width: 1200px) {
2758
+ [data-coco][data-component="app-layout-picker-button"] .layout-picker[data-size-xl="sm"] {
2759
+ width: 284px;
2760
+ gap: 1rem;
2761
+ padding: 1rem;
2762
+ }
2763
+
2764
+ [data-coco][data-component="app-layout-picker-button"] .layout-picker[data-size-xl="md"] {
2765
+ width: 380px;
2766
+ gap: 1.5rem;
2767
+ padding: 1.5rem;
2768
+ }
2769
+ }
2665
2770
  [data-coco][data-component="app-link"]{
2666
2771
  text-decoration-line: none}
2667
2772
  [data-coco][data-component="app-link"]:hover{
@@ -14604,7 +14604,7 @@
14604
14604
  var package_default = {
14605
14605
  name: "coveragebook-components",
14606
14606
  type: "module",
14607
- version: "0.5.6",
14607
+ version: "0.5.7",
14608
14608
  main: "index.js",
14609
14609
  repository: "git@github.com:coveragebook/coco.git",
14610
14610
  author: "Mark Perkins <mark@coveragebook.com>",
@@ -28847,6 +28847,7 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
28847
28847
  trigger: "click",
28848
28848
  interactive: true,
28849
28849
  animation: false,
28850
+ maxWidth: 380,
28850
28851
  triggerTarget,
28851
28852
  content,
28852
28853
  onShow: (...args) => {
@@ -29511,14 +29512,14 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
29511
29512
  };
29512
29513
  });
29513
29514
 
29514
- // import-glob:/Users/mark/Projects/coveragebook/coco/app/assets/js/base|@baseComponents/**/*.js
29515
+ // import-glob:/Users/mark/Code/coveragebook/coco/app/assets/js/base|@baseComponents/**/*.js
29515
29516
  var modules = [button_exports, dropdown_exports, icon_exports, image_uploader_exports];
29516
29517
  var __default = modules;
29517
29518
 
29518
29519
  // base/components.js
29519
29520
  var components_default = registerComponents(__default);
29520
29521
 
29521
- // import-glob:/Users/mark/Projects/coveragebook/coco/app/assets/js/book|@bookComponents/**/*.js
29522
+ // import-glob:/Users/mark/Code/coveragebook/coco/app/assets/js/book|@bookComponents/**/*.js
29522
29523
  var modules2 = [];
29523
29524
  var __default2 = modules2;
29524
29525
 
@@ -31869,6 +31870,24 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
31869
31870
  };
31870
31871
  });
31871
31872
 
31873
+ // ../../components/coco/app/elements/layout_picker_button/layout_picker_button.js
31874
+ var layout_picker_button_exports = {};
31875
+ __export(layout_picker_button_exports, {
31876
+ default: () => layout_picker_button_default
31877
+ });
31878
+ var layout_picker_button_default = CocoComponent("appLayoutPickerButton", ({ selected }) => {
31879
+ return {
31880
+ selectedLayout: selected,
31881
+ getPicker() {
31882
+ return getData(
31883
+ this.$root.querySelector("[data-role='layout-picker']").firstElementChild
31884
+ );
31885
+ },
31886
+ onDropdownMount() {
31887
+ }
31888
+ };
31889
+ });
31890
+
31872
31891
  // ../../components/coco/app/elements/menu_button/menu_button.js
31873
31892
  var menu_button_exports = {};
31874
31893
  __export(menu_button_exports, {
@@ -32032,8 +32051,8 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
32032
32051
  };
32033
32052
  });
32034
32053
 
32035
- // import-glob:/Users/mark/Projects/coveragebook/coco/app/assets/js/app|@appComponents/**/*.js
32036
- var modules3 = [nav_bar_exports, nav_drawer_exports, slide_editor_exports, alert_exports, button_group_exports, color_picker_exports, color_picker_button_exports, confirm_panel_exports, image_picker_exports, image_picker_button_exports, menu_button_exports, notice_exports, seamless_textarea_exports, snackbar_exports, system_banner_exports, toast_exports, toolbar_exports];
32054
+ // import-glob:/Users/mark/Code/coveragebook/coco/app/assets/js/app|@appComponents/**/*.js
32055
+ var modules3 = [nav_bar_exports, nav_drawer_exports, slide_editor_exports, alert_exports, button_group_exports, color_picker_exports, color_picker_button_exports, confirm_panel_exports, image_picker_exports, image_picker_button_exports, layout_picker_button_exports, menu_button_exports, notice_exports, seamless_textarea_exports, snackbar_exports, system_banner_exports, toast_exports, toolbar_exports];
32037
32056
  var __default3 = modules3;
32038
32057
 
32039
32058
  // app/components.js
@@ -14634,6 +14634,7 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
14634
14634
  trigger: "click",
14635
14635
  interactive: true,
14636
14636
  animation: false,
14637
+ maxWidth: 380,
14637
14638
  triggerTarget,
14638
14639
  content,
14639
14640
  onShow: (...args) => {
@@ -15197,14 +15198,14 @@ ${expression ? 'Expression: "' + expression + '"\n\n' : ""}`, el);
15197
15198
  };
15198
15199
  });
15199
15200
 
15200
- // import-glob:/Users/mark/Projects/coveragebook/coco/app/assets/js/base|@baseComponents/**/*.js
15201
+ // import-glob:/Users/mark/Code/coveragebook/coco/app/assets/js/base|@baseComponents/**/*.js
15201
15202
  var modules = [button_exports, dropdown_exports, icon_exports, image_uploader_exports];
15202
15203
  var __default = modules;
15203
15204
 
15204
15205
  // base/components.js
15205
15206
  var components_default = registerComponents(__default);
15206
15207
 
15207
- // import-glob:/Users/mark/Projects/coveragebook/coco/app/assets/js/book|@bookComponents/**/*.js
15208
+ // import-glob:/Users/mark/Code/coveragebook/coco/app/assets/js/book|@bookComponents/**/*.js
15208
15209
  var modules2 = [];
15209
15210
  var __default2 = modules2;
15210
15211
 
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 75" fill="none">
2
+ <rect width="120" height="75" fill="#F3F4F6"/>
3
+ <path fill="#000C27" fill-opacity=".06" d="M70.5 24h-21a3 3 0 0 0-3 3v21a3 3 0 0 0 3 3h21a3 3 0 0 0 3-3V27a3 3 0 0 0-3-3Z" style="mix-blend-mode:hard-light"/><path stroke="#111827" stroke-linecap="round" stroke-linejoin="round" stroke-width=".75" d="M70.5 24h-21a3 3 0 0 0-3 3v21a3 3 0 0 0 3 3h21a3 3 0 0 0 3-3V27a3 3 0 0 0-3-3Z"/><path fill="#000C27" fill-opacity=".06" d="M55.5 36a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z" style="mix-blend-mode:hard-light"/><path stroke="#111827" stroke-linecap="round" stroke-linejoin="round" stroke-width=".75" d="M55.5 36a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z"/><path fill="#000C27" fill-opacity=".06" d="m73.5 42-4.629-4.63a3 3 0 0 0-4.242 0L51 51" style="mix-blend-mode:hard-light"/><path stroke="#111827" stroke-linecap="round" stroke-linejoin="round" stroke-width=".75" d="m73.5 42-4.629-4.63a3 3 0 0 0-4.242 0L51 51"/><path stroke="#000C27" stroke-opacity=".1" stroke-width=".75" d="M9.375 9.375h101.25v56.25H9.375z" style="mix-blend-mode:hard-light"/></svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox=" 0 0 120 75" fill="none">
2
+ <rect width="120" height="75" fill="#F3F4F6"/>
3
+ <path fill="#1F2937" d="M12.682 14.137h-2.235l-.314.863h-1.17l1.935-5.002h1.335L14.16 15h-1.162l-.316-.863Zm-1.95-.922h1.658l-.825-2.295-.832 2.295Zm6.358 1.328c-.145.175-.316.31-.51.405a1.34 1.34 0 0 1-.608.142c-.305 0-.58-.075-.825-.225a1.536 1.536 0 0 1-.578-.652c-.135-.285-.202-.625-.202-1.02 0-.386.067-.72.202-1.005.14-.29.33-.513.57-.668a1.524 1.524 0 0 1 1.448-.09c.195.095.363.232.503.412V9.997h.96V15h-.96v-.457Zm0-1.995a.92.92 0 0 0-.36-.293.976.976 0 0 0-.465-.12c-.27 0-.49.098-.66.293-.17.194-.255.45-.255.764 0 .31.085.563.255.758.17.195.39.293.66.293.16 0 .314-.038.465-.113a.981.981 0 0 0 .36-.3v-1.283Zm4.394 1.995c-.145.175-.315.31-.51.405a1.34 1.34 0 0 1-.608.142c-.305 0-.58-.075-.825-.225a1.536 1.536 0 0 1-.577-.652c-.135-.285-.202-.625-.202-1.02 0-.386.067-.72.202-1.005.14-.29.33-.513.57-.668a1.524 1.524 0 0 1 1.448-.09c.195.095.362.232.502.412V9.997h.96V15h-.96v-.457Zm0-1.995a.92.92 0 0 0-.36-.293.976.976 0 0 0-.465-.12c-.27 0-.49.098-.66.293-.17.194-.255.45-.255.764 0 .31.085.563.255.758.17.195.39.293.66.293.16 0 .315-.038.465-.113a.981.981 0 0 0 .36-.3v-1.283Zm5.998 2.077c-.124.145-.29.26-.494.345-.2.08-.418.12-.653.12-.205 0-.405-.045-.6-.135a1.187 1.187 0 0 1-.473-.405 1.15 1.15 0 0 1-.187-.66c0-.265.063-.482.188-.652.124-.175.282-.303.472-.383.19-.08.39-.12.6-.12.245 0 .467.038.668.113.2.074.36.184.48.33v-.503a.527.527 0 0 0-.218-.443c-.145-.11-.338-.164-.578-.164a1.52 1.52 0 0 0-1.057.427l-.36-.637c.215-.19.457-.333.727-.428a2.6 2.6 0 0 1 .855-.143c.465 0 .846.108 1.14.323.296.215.443.565.443 1.05V15h-.952v-.375Zm0-.945a.72.72 0 0 0-.322-.232 1.162 1.162 0 0 0-.442-.083.776.776 0 0 0-.488.15.477.477 0 0 0-.195.397c0 .165.065.295.195.39.13.096.293.143.488.143.16 0 .307-.027.442-.082a.72.72 0 0 0 .323-.233v-.45Zm6.27-.885c0-.24-.058-.41-.173-.51-.115-.1-.283-.15-.503-.15a.918.918 0 0 0-.472.127c-.145.08-.263.18-.353.3V15H31.3V9.998h.952v1.852c.13-.155.305-.287.525-.397.225-.11.475-.165.75-.165.39 0 .683.1.878.3.2.2.3.48.3.84V15h-.953v-2.205Zm1.665.39c0-.35.08-.668.24-.953.16-.29.382-.52.667-.69.285-.17.608-.255.968-.255.355 0 .67.085.945.255.275.165.487.4.637.706.155.3.233.645.233 1.035v.21h-2.693c.03.24.138.44.323.6.185.16.425.24.72.24.175 0 .35-.033.525-.098.18-.065.327-.152.442-.262l.42.614c-.18.165-.402.29-.667.376-.26.085-.535.127-.825.127-.365 0-.695-.078-.99-.232a1.791 1.791 0 0 1-.698-.668 1.997 1.997 0 0 1-.247-1.005Zm1.875-1.14c-.27 0-.48.082-.63.248a.96.96 0 0 0-.263.555h1.785a.908.908 0 0 0-.247-.556c-.145-.165-.36-.247-.645-.247Zm4.678 2.58c-.125.145-.29.26-.495.345-.2.08-.418.12-.653.12-.205 0-.405-.045-.6-.135a1.187 1.187 0 0 1-.472-.405 1.15 1.15 0 0 1-.188-.66c0-.265.063-.482.188-.652.125-.175.282-.303.472-.383.19-.08.39-.12.6-.12.245 0 .468.038.668.113.2.074.36.184.48.33v-.503a.527.527 0 0 0-.218-.443c-.145-.11-.337-.164-.577-.164a1.52 1.52 0 0 0-1.058.427l-.36-.637c.215-.19.458-.333.728-.428a2.6 2.6 0 0 1 .855-.143c.465 0 .845.108 1.14.323.295.215.442.565.442 1.05V15h-.952v-.375Zm0-.945a.72.72 0 0 0-.323-.232 1.162 1.162 0 0 0-.442-.083.776.776 0 0 0-.488.15.477.477 0 0 0-.195.397c0 .165.065.295.195.39.13.096.293.143.488.143.16 0 .307-.027.442-.082a.72.72 0 0 0 .323-.233v-.45Zm4.387.863c-.145.175-.315.31-.51.405a1.34 1.34 0 0 1-.608.142c-.304 0-.58-.075-.825-.225a1.536 1.536 0 0 1-.577-.652c-.135-.285-.203-.625-.203-1.02 0-.386.068-.72.203-1.005.14-.29.33-.513.57-.668a1.524 1.524 0 0 1 1.448-.09c.195.095.362.232.502.412V9.997h.96V15h-.96v-.457Zm0-1.995a.92.92 0 0 0-.36-.293.976.976 0 0 0-.465-.12c-.27 0-.49.098-.66.293-.17.194-.255.45-.255.764 0 .31.085.563.255.758.17.195.39.293.66.293.16 0 .315-.038.465-.113a.981.981 0 0 0 .36-.3v-1.283Zm2.377-1.636a.567.567 0 0 1-.405-.967.554.554 0 0 1 .405-.172.55.55 0 0 1 .405.165.55.55 0 0 1 .165.404.567.567 0 0 1-.57.57Zm-.472.465h.952V15h-.952v-3.623Zm4.341 1.433c0-.24-.057-.412-.172-.518-.115-.104-.28-.157-.495-.157a.932.932 0 0 0-.48.127c-.14.08-.255.18-.345.3V15h-.953v-3.623h.953v.473c.13-.155.305-.287.525-.397.22-.11.467-.165.742-.165.39 0 .683.102.878.307.2.205.3.487.3.848V15h-.953v-2.19Zm2.251 2.43c.27.3.648.45 1.133.45.27 0 .502-.072.697-.217.2-.14.3-.373.3-.698v-.367a1.6 1.6 0 0 1-.502.42 1.3 1.3 0 0 1-.615.15c-.305 0-.58-.07-.825-.21a1.52 1.52 0 0 1-.57-.63c-.135-.28-.203-.615-.203-1.005 0-.385.068-.715.203-.99.14-.28.33-.493.57-.638.24-.145.515-.218.825-.218.22 0 .425.048.615.143.19.095.357.232.502.412v-.465h.96v3.375c0 .625-.192 1.068-.577 1.328-.38.26-.84.39-1.38.39a2.65 2.65 0 0 1-.855-.127 1.964 1.964 0 0 1-.705-.413l.427-.69Zm2.13-2.693a.861.861 0 0 0-.352-.292.976.976 0 0 0-.465-.12.876.876 0 0 0-.668.27c-.165.18-.247.423-.247.728s.082.547.247.727c.17.18.393.27.668.27.155 0 .31-.04.465-.12a.946.946 0 0 0 .352-.293v-1.17Zm1.785 1.928c0-.165.06-.307.18-.428.12-.12.263-.18.428-.18.164 0 .307.06.427.18s.18.263.18.428c0 .165-.06.308-.18.428a.584.584 0 0 1-.428.18.584.584 0 0 1-.427-.18.584.584 0 0 1-.18-.428Zm1.919 0c0-.165.06-.307.18-.428.12-.12.262-.18.427-.18.165 0 .308.06.428.18s.18.263.18.428c0 .165-.06.308-.18.428a.584.584 0 0 1-.428.18.584.584 0 0 1-.427-.18.584.584 0 0 1-.18-.428Zm1.919 0c0-.165.06-.307.18-.428.12-.12.262-.18.427-.18.165 0 .308.06.428.18s.18.263.18.428c0 .165-.06.308-.18.428a.584.584 0 0 1-.428.18.584.584 0 0 1-.427-.18.584.584 0 0 1-.18-.428ZM14.97 29.5h-.495l-.243-.621h-1.471l-.243.621h-.495l1.192-3.002h.563L14.97 29.5Zm-.869-1.021-.607-1.589-.603 1.588h1.21Zm3.173 1.021h-.405v-.31a.899.899 0 0 1-.71.364c-.568 0-.973-.427-.973-1.138 0-.698.405-1.143.972-1.143.28 0 .536.134.711.369v-1.143h.405V29.5Zm-.405-.621v-.927a.751.751 0 0 0-.603-.32c-.405 0-.657.329-.657.784 0 .45.252.778.657.778.248 0 .49-.14.603-.315Zm3.007.621h-.405v-.31a.899.899 0 0 1-.711.364c-.567 0-.972-.427-.972-1.138 0-.698.405-1.143.972-1.143.279 0 .535.134.71.369v-1.143h.406V29.5Zm-.405-.621v-.927a.751.751 0 0 0-.603-.32c-.405 0-.657.329-.657.784 0 .45.252.778.657.778.247 0 .49-.14.603-.315Zm2.024.337.194-.297c.148.162.436.311.729.311.306 0 .468-.126.468-.31 0-.217-.248-.289-.527-.352-.369-.085-.8-.184-.8-.652 0-.346.296-.643.827-.643.374 0 .644.134.828.31l-.18.284c-.126-.154-.369-.266-.643-.266-.275 0-.446.108-.446.284 0 .188.234.252.504.314.378.086.828.19.828.689 0 .373-.306.666-.877.666-.365 0-.684-.112-.905-.337Zm3.257.338c-.675 0-1.098-.513-1.098-1.143 0-.626.423-1.139 1.098-1.139.68 0 1.098.514 1.098 1.139 0 .63-.418 1.143-1.098 1.143Zm0-.36c.437 0 .675-.369.675-.783 0-.41-.238-.779-.675-.779-.432 0-.675.37-.675.779 0 .414.243.783.675.783Zm4.659.306h-.405v-1.449c0-.252-.113-.418-.378-.418-.22 0-.436.152-.54.31V29.5h-.405v-1.449c0-.252-.108-.418-.383-.418-.211 0-.422.157-.53.315V29.5h-.405v-2.174h.405v.306a.94.94 0 0 1 .701-.36c.329 0 .523.172.59.405a.912.912 0 0 1 .733-.404c.401 0 .617.22.617.657v1.57Zm.51-1.089c0-.63.454-1.139 1.089-1.139.652 0 1.057.509 1.057 1.175v.099h-1.719a.713.713 0 0 0 .738.675c.23 0 .482-.09.644-.256l.189.265c-.216.212-.522.324-.873.324-.648 0-1.125-.459-1.125-1.143Zm1.089-.806c-.437 0-.644.351-.666.648h1.327c-.009-.288-.202-.648-.661-.648Zm3.323 1.949c-.342 0-.518-.194-.518-.535v-1.337h-.36v-.355h.36v-.595h.405v.595h.441v.355h-.44v1.247c0 .152.071.265.21.265.095 0 .18-.04.221-.085l.104.305c-.086.081-.212.14-.423.14Zm.642-1.143c0-.63.454-1.139 1.089-1.139.652 0 1.057.509 1.057 1.175v.099h-1.719a.713.713 0 0 0 .738.675c.23 0 .482-.09.644-.256l.189.265c-.216.212-.522.324-.873.324-.648 0-1.125-.459-1.125-1.143Zm1.089-.806c-.437 0-.644.351-.666.648h1.327c-.009-.288-.202-.648-.661-.648Zm3.25 1.895h-.458l-.608-.846-.612.846h-.459l.815-1.116-.765-1.058h.459l.562.784.558-.784h.46l-.77 1.058.819 1.116Zm.96.054c-.342 0-.517-.194-.517-.535v-1.337h-.36v-.355h.36v-.595h.405v.595h.44v.355h-.44v1.247c0 .152.072.265.211.265.095 0 .18-.04.22-.085l.104.305c-.085.081-.211.14-.423.14Zm.705-.288a.28.28 0 0 1 .28-.279c.152 0 .283.126.283.279 0 .153-.13.284-.284.284a.284.284 0 0 1-.279-.284Zm1.072 0a.28.28 0 0 1 .28-.279c.152 0 .283.126.283.279 0 .153-.13.284-.284.284a.284.284 0 0 1-.279-.284Zm1.073 0a.28.28 0 0 1 .279-.279c.153 0 .283.126.283.279 0 .153-.13.284-.283.284a.284.284 0 0 1-.28-.284Z"/><path stroke="#000C27" stroke-opacity=".1" stroke-width=".75" d="M9.375 22.875h101.25v42.75H9.375z" style="mix-blend-mode:hard-light"/></svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 75" fill="none">
2
+ <rect width="119.25" height="74.25" x=".375" y=".375" fill="#F3F4F6"/>
3
+ <path fill="#1F2937" d="M31.315 33.965h-2.682L28.255 35h-1.404l2.322-6.003h1.602L33.088 35h-1.395l-.378-1.035Zm-2.34-1.107h1.989l-.99-2.754-.999 2.754Zm7.628 1.593a1.83 1.83 0 0 1-.612.486 1.608 1.608 0 0 1-.729.171c-.366 0-.696-.09-.99-.27a1.843 1.843 0 0 1-.693-.783c-.162-.342-.243-.75-.243-1.224 0-.462.081-.864.243-1.206.168-.348.396-.615.684-.801.294-.186.627-.279 1-.279.257 0 .503.057.737.171.234.114.435.279.603.495v-2.214h1.152V35h-1.152v-.549Zm0-2.394a1.104 1.104 0 0 0-.432-.351 1.171 1.171 0 0 0-.558-.144c-.324 0-.588.117-.792.351-.204.234-.306.54-.306.918 0 .372.102.675.306.909.204.234.468.351.792.351.192 0 .378-.045.558-.135.186-.096.33-.216.432-.36v-1.539Zm5.274 2.394a1.83 1.83 0 0 1-.612.486 1.608 1.608 0 0 1-.73.171c-.365 0-.695-.09-.99-.27a1.843 1.843 0 0 1-.692-.783c-.162-.342-.243-.75-.243-1.224 0-.462.08-.864.243-1.206.168-.348.396-.615.684-.801.294-.186.627-.279.999-.279.258 0 .504.057.738.171.234.114.435.279.603.495v-2.214h1.152V35h-1.152v-.549Zm0-2.394a1.104 1.104 0 0 0-.432-.351 1.171 1.171 0 0 0-.558-.144c-.324 0-.588.117-.792.351-.204.234-.306.54-.306.918 0 .372.102.675.306.909.204.234.468.351.792.351.192 0 .378-.045.558-.135.186-.096.33-.216.432-.36v-1.539Zm7.198 2.493c-.15.174-.348.312-.594.414a2.09 2.09 0 0 1-.783.144c-.246 0-.486-.054-.72-.162a1.425 1.425 0 0 1-.567-.486 1.38 1.38 0 0 1-.225-.792c0-.318.075-.579.225-.783.15-.21.339-.363.567-.459.228-.096.468-.144.72-.144.294 0 .56.045.8.135.24.09.433.222.577.396v-.603a.633.633 0 0 0-.261-.531c-.174-.132-.405-.198-.693-.198-.474 0-.897.171-1.27.513l-.431-.765a2.62 2.62 0 0 1 .873-.513 3.12 3.12 0 0 1 1.026-.171c.558 0 1.014.129 1.368.387.354.258.53.678.53 1.26V35h-1.142v-.45Zm0-1.134a.863.863 0 0 0-.387-.279 1.394 1.394 0 0 0-.531-.099.931.931 0 0 0-.585.18.572.572 0 0 0-.234.477c0 .198.078.354.234.468a.965.965 0 0 0 .585.171c.192 0 .369-.033.53-.099a.863.863 0 0 0 .388-.279v-.54Zm7.522-1.062c0-.288-.069-.492-.207-.612-.138-.12-.339-.18-.603-.18-.204 0-.393.051-.567.153a1.31 1.31 0 0 0-.423.36V35h-1.143v-6.003h1.143v2.223c.156-.186.366-.345.63-.477.27-.132.57-.198.9-.198.468 0 .82.12 1.053.36.24.24.36.576.36 1.008V35h-1.143v-2.646Zm2 .468c0-.42.095-.801.287-1.143.192-.348.46-.624.801-.828a2.222 2.222 0 0 1 1.161-.306c.426 0 .804.102 1.134.306.33.198.585.48.765.846.186.36.28.774.28 1.242v.252h-3.232c.036.288.165.528.387.72.222.192.51.288.864.288.21 0 .42-.039.63-.117.216-.078.393-.183.531-.315l.504.738a2.128 2.128 0 0 1-.8.45 3.166 3.166 0 0 1-.99.153c-.439 0-.835-.093-1.189-.279a2.15 2.15 0 0 1-.837-.801 2.396 2.396 0 0 1-.297-1.206Zm2.25-1.368c-.325 0-.577.099-.757.297-.18.192-.285.414-.315.666h2.142a1.09 1.09 0 0 0-.297-.666c-.174-.198-.432-.297-.774-.297Zm5.613 3.096c-.15.174-.348.312-.594.414a2.09 2.09 0 0 1-.783.144c-.246 0-.486-.054-.72-.162a1.425 1.425 0 0 1-.567-.486 1.38 1.38 0 0 1-.225-.792c0-.318.075-.579.225-.783.15-.21.339-.363.567-.459.228-.096.468-.144.72-.144.294 0 .56.045.8.135.24.09.433.222.577.396v-.603a.633.633 0 0 0-.261-.531c-.174-.132-.405-.198-.693-.198-.474 0-.897.171-1.27.513l-.431-.765a2.62 2.62 0 0 1 .873-.513 3.12 3.12 0 0 1 1.026-.171c.558 0 1.014.129 1.368.387.354.258.53.678.53 1.26V35H66.46v-.45Zm0-1.134a.863.863 0 0 0-.387-.279 1.394 1.394 0 0 0-.531-.099.931.931 0 0 0-.585.18.572.572 0 0 0-.234.477c0 .198.078.354.234.468a.965.965 0 0 0 .585.171c.192 0 .369-.033.53-.099a.863.863 0 0 0 .388-.279v-.54Zm5.264 1.035a1.83 1.83 0 0 1-.612.486 1.608 1.608 0 0 1-.729.171c-.366 0-.696-.09-.99-.27a1.843 1.843 0 0 1-.693-.783c-.162-.342-.243-.75-.243-1.224 0-.462.081-.864.243-1.206.168-.348.396-.615.684-.801.294-.186.627-.279 1-.279.257 0 .503.057.737.171.234.114.435.279.603.495v-2.214h1.152V35h-1.152v-.549Zm0-2.394a1.104 1.104 0 0 0-.432-.351 1.171 1.171 0 0 0-.558-.144c-.324 0-.588.117-.792.351-.204.234-.306.54-.306.918 0 .372.102.675.306.909.204.234.468.351.792.351.192 0 .378-.045.558-.135.186-.096.33-.216.432-.36v-1.539Zm2.853-1.962a.68.68 0 0 1-.486-1.161.665.665 0 0 1 .486-.207.66.66 0 0 1 .486.198.66.66 0 0 1 .198.486.68.68 0 0 1-.684.684Zm-.567.558h1.143V35H74.01v-4.347Zm5.21 1.719c0-.288-.069-.495-.207-.621-.138-.126-.336-.189-.594-.189-.21 0-.402.051-.576.153a1.341 1.341 0 0 0-.414.36V35h-1.143v-4.347h1.143v.567c.156-.186.366-.345.63-.477s.561-.198.891-.198c.468 0 .82.123 1.053.369.24.246.36.585.36 1.017V35H79.22v-2.628Zm2.701 2.916c.324.36.777.54 1.36.54.323 0 .602-.087.836-.261.24-.168.36-.447.36-.837v-.441a1.92 1.92 0 0 1-.603.504 1.56 1.56 0 0 1-.738.18 1.96 1.96 0 0 1-.99-.252 1.824 1.824 0 0 1-.684-.756c-.162-.336-.243-.738-.243-1.206 0-.462.081-.858.243-1.188.168-.336.396-.591.684-.765.288-.174.618-.261.99-.261.264 0 .51.057.738.171.228.114.43.279.603.495v-.558h1.152v4.05c0 .75-.23 1.281-.693 1.593-.456.312-1.008.468-1.656.468a3.18 3.18 0 0 1-1.026-.153 2.356 2.356 0 0 1-.846-.495l.513-.828Zm2.556-3.231a1.033 1.033 0 0 0-.423-.351 1.171 1.171 0 0 0-.558-.144c-.33 0-.597.108-.8.324-.199.216-.298.507-.298.873s.1.657.297.873c.204.216.471.324.801.324.186 0 .372-.048.558-.144.186-.096.327-.213.423-.351v-1.404Zm2.142 2.313a.7.7 0 0 1 .216-.513.7.7 0 0 1 .513-.216.7.7 0 0 1 .513.216.7.7 0 0 1 .216.513.7.7 0 0 1-.216.513.7.7 0 0 1-.513.216.7.7 0 0 1-.513-.216.7.7 0 0 1-.216-.513Zm2.302 0a.7.7 0 0 1 .216-.513.7.7 0 0 1 .513-.216.7.7 0 0 1 .513.216.7.7 0 0 1 .216.513.7.7 0 0 1-.216.513.7.7 0 0 1-.513.216.7.7 0 0 1-.513-.216.7.7 0 0 1-.216-.513Zm2.303 0a.7.7 0 0 1 .216-.513.7.7 0 0 1 .513-.216.7.7 0 0 1 .513.216.7.7 0 0 1 .216.513.7.7 0 0 1-.216.513.7.7 0 0 1-.513.216.7.7 0 0 1-.513-.216.7.7 0 0 1-.216-.513ZM42.664 45h-.66l-.324-.828h-1.962l-.324.828h-.66l1.59-4.002h.75L42.664 45Zm-1.158-1.362-.81-2.118-.804 2.118h1.614ZM45.736 45h-.54v-.414a1.199 1.199 0 0 1-.948.486c-.756 0-1.296-.57-1.296-1.518 0-.93.54-1.524 1.296-1.524.372 0 .714.18.948.492v-1.524h.54V45Zm-.54-.828v-1.236a1.001 1.001 0 0 0-.804-.426c-.54 0-.876.438-.876 1.044 0 .6.336 1.038.876 1.038.33 0 .654-.186.804-.42Zm4.009.828h-.54v-.414a1.199 1.199 0 0 1-.948.486c-.756 0-1.296-.57-1.296-1.518 0-.93.54-1.524 1.296-1.524.372 0 .714.18.948.492v-1.524h.54V45Zm-.54-.828v-1.236a1.001 1.001 0 0 0-.804-.426c-.54 0-.876.438-.876 1.044 0 .6.336 1.038.876 1.038.33 0 .654-.186.804-.42Zm2.7.45.258-.396c.198.216.582.414.972.414.408 0 .624-.168.624-.414 0-.288-.33-.384-.702-.468-.492-.114-1.068-.246-1.068-.87 0-.462.396-.858 1.104-.858.498 0 .858.18 1.104.414l-.24.378c-.168-.204-.492-.354-.858-.354s-.594.144-.594.378c0 .252.312.336.672.42.504.114 1.104.252 1.104.918 0 .498-.408.888-1.17.888-.486 0-.912-.15-1.206-.45Zm4.342.45c-.9 0-1.464-.684-1.464-1.524 0-.834.564-1.518 1.464-1.518.906 0 1.464.684 1.464 1.518 0 .84-.558 1.524-1.464 1.524Zm0-.48c.582 0 .9-.492.9-1.044 0-.546-.318-1.038-.9-1.038-.576 0-.9.492-.9 1.038 0 .552.324 1.044.9 1.044ZM61.92 45h-.54v-1.932c0-.336-.15-.558-.504-.558-.294 0-.582.204-.72.414V45h-.54v-1.932c0-.336-.144-.558-.51-.558-.282 0-.564.21-.708.42V45h-.54v-2.898h.54v.408c.12-.18.504-.48.936-.48.438 0 .696.228.786.54.168-.27.552-.54.978-.54.534 0 .822.294.822.876V45Zm.68-1.452c0-.84.606-1.518 1.452-1.518.87 0 1.41.678 1.41 1.566v.132h-2.292c.042.492.402.9.984.9.306 0 .642-.12.858-.342l.252.354c-.288.282-.696.432-1.164.432-.864 0-1.5-.612-1.5-1.524Zm1.452-1.074c-.582 0-.858.468-.888.864h1.77c-.012-.384-.27-.864-.882-.864Zm4.43 2.598c-.456 0-.69-.258-.69-.714v-1.782h-.48v-.474h.48v-.792h.54v.792h.588v.474h-.588v1.662c0 .204.096.354.282.354.126 0 .24-.054.294-.114l.138.408c-.114.108-.282.186-.564.186Zm.856-1.524c0-.84.606-1.518 1.452-1.518.87 0 1.41.678 1.41 1.566v.132h-2.292c.042.492.402.9.984.9.306 0 .642-.12.858-.342l.252.354c-.288.282-.696.432-1.164.432-.864 0-1.5-.612-1.5-1.524Zm1.452-1.074c-.582 0-.858.468-.888.864h1.77c-.012-.384-.27-.864-.882-.864ZM75.124 45h-.612l-.81-1.128L72.886 45h-.612l1.086-1.488-1.02-1.41h.612l.75 1.044.744-1.044h.612l-1.026 1.41L75.124 45Zm1.279.072c-.456 0-.69-.258-.69-.714v-1.782h-.48v-.474h.48v-.792h.54v.792h.588v.474h-.588v1.662c0 .204.096.354.282.354.126 0 .24-.054.294-.114l.138.408c-.114.108-.282.186-.564.186Zm.94-.384c0-.204.168-.372.372-.372a.38.38 0 0 1 .378.372.384.384 0 0 1-.378.378.38.38 0 0 1-.372-.378Zm1.43 0c0-.204.168-.372.371-.372a.38.38 0 0 1 .378.372.384.384 0 0 1-.378.378.38.38 0 0 1-.372-.378Zm1.43 0c0-.204.167-.372.371-.372a.38.38 0 0 1 .378.372.384.384 0 0 1-.378.378.38.38 0 0 1-.372-.378Z"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 75" fill="none">
2
+ <rect width="120" height="75" fill="#F3F4F6"/>
3
+ <path fill="#000C27" fill-opacity=".06" d="M39.25 35.25h-14a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-14a2 2 0 0 0-2-2Z" style="mix-blend-mode:hard-light"/><path stroke="#111827" stroke-linecap="round" stroke-linejoin="round" stroke-width=".75" d="M39.25 35.25h-14a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-14a2 2 0 0 0-2-2Z"/><path fill="#000C27" fill-opacity=".06" d="M29.25 43.25a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z" style="mix-blend-mode:hard-light"/><path stroke="#111827" stroke-linecap="round" stroke-linejoin="round" stroke-width=".75" d="M29.25 43.25a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z"/><path fill="#000C27" fill-opacity=".06" d="m41.25 47.25-3.086-3.086a2 2 0 0 0-2.828 0L26.25 53.25" style="mix-blend-mode:hard-light"/><path stroke="#111827" stroke-linecap="round" stroke-linejoin="round" stroke-width=".75" d="m41.25 47.25-3.086-3.086a2 2 0 0 0-2.828 0L26.25 53.25"/><path stroke="#000C27" stroke-opacity=".1" stroke-width=".75" d="M9.375 22.875h45.75v42.75H9.375z" style="mix-blend-mode:hard-light"/><path fill="#000C27" fill-opacity=".06" d="M94.75 35.25h-14a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-14a2 2 0 0 0-2-2Z" style="mix-blend-mode:hard-light"/><path stroke="#111827" stroke-linecap="round" stroke-linejoin="round" stroke-width=".75" d="M94.75 35.25h-14a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-14a2 2 0 0 0-2-2Z"/><path fill="#000C27" fill-opacity=".06" d="M84.75 43.25a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z" style="mix-blend-mode:hard-light"/><path stroke="#111827" stroke-linecap="round" stroke-linejoin="round" stroke-width=".75" d="M84.75 43.25a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z"/><path fill="#000C27" fill-opacity=".06" d="m96.75 47.25-3.086-3.086a2 2 0 0 0-2.828 0L81.75 53.25" style="mix-blend-mode:hard-light"/><path stroke="#111827" stroke-linecap="round" stroke-linejoin="round" stroke-width=".75" d="m96.75 47.25-3.086-3.086a2 2 0 0 0-2.828 0L81.75 53.25"/><path stroke="#000C27" stroke-opacity=".1" stroke-width=".75" d="M64.875 22.875h45.75v42.75h-45.75z" style="mix-blend-mode:hard-light"/><path fill="#1F2937" d="M12.682 14.137h-2.235l-.314.863h-1.17l1.935-5.002h1.335L14.16 15h-1.162l-.316-.863Zm-1.95-.922h1.658l-.825-2.295-.832 2.295Zm6.358 1.328c-.145.175-.316.31-.51.405a1.34 1.34 0 0 1-.608.142c-.305 0-.58-.075-.825-.225a1.536 1.536 0 0 1-.578-.652c-.135-.285-.202-.625-.202-1.02 0-.386.067-.72.202-1.005.14-.29.33-.513.57-.668a1.524 1.524 0 0 1 1.448-.09c.195.095.363.232.503.412V9.997h.96V15h-.96v-.457Zm0-1.995a.92.92 0 0 0-.36-.293.976.976 0 0 0-.465-.12c-.27 0-.49.098-.66.293-.17.194-.255.45-.255.764 0 .31.085.563.255.758.17.195.39.293.66.293.16 0 .314-.038.465-.113a.981.981 0 0 0 .36-.3v-1.283Zm4.394 1.995c-.145.175-.315.31-.51.405a1.34 1.34 0 0 1-.608.142c-.305 0-.58-.075-.825-.225a1.536 1.536 0 0 1-.577-.652c-.135-.285-.202-.625-.202-1.02 0-.386.067-.72.202-1.005.14-.29.33-.513.57-.668a1.524 1.524 0 0 1 1.448-.09c.195.095.362.232.502.412V9.997h.96V15h-.96v-.457Zm0-1.995a.92.92 0 0 0-.36-.293.976.976 0 0 0-.465-.12c-.27 0-.49.098-.66.293-.17.194-.255.45-.255.764 0 .31.085.563.255.758.17.195.39.293.66.293.16 0 .315-.038.465-.113a.981.981 0 0 0 .36-.3v-1.283Zm5.998 2.077c-.124.145-.29.26-.494.345-.2.08-.418.12-.653.12-.205 0-.405-.045-.6-.135a1.187 1.187 0 0 1-.473-.405 1.15 1.15 0 0 1-.187-.66c0-.265.063-.482.188-.652.124-.175.282-.303.472-.383.19-.08.39-.12.6-.12.245 0 .467.038.668.113.2.074.36.184.48.33v-.503a.527.527 0 0 0-.218-.443c-.145-.11-.338-.164-.578-.164a1.52 1.52 0 0 0-1.057.427l-.36-.637c.215-.19.457-.333.727-.428a2.6 2.6 0 0 1 .855-.143c.465 0 .846.108 1.14.323.296.215.443.565.443 1.05V15h-.952v-.375Zm0-.945a.72.72 0 0 0-.322-.232 1.162 1.162 0 0 0-.442-.083.776.776 0 0 0-.488.15.477.477 0 0 0-.195.397c0 .165.065.295.195.39.13.096.293.143.488.143.16 0 .307-.027.442-.082a.72.72 0 0 0 .323-.233v-.45Zm6.27-.885c0-.24-.058-.41-.173-.51-.115-.1-.283-.15-.503-.15a.918.918 0 0 0-.472.127c-.145.08-.263.18-.353.3V15H31.3V9.998h.952v1.852c.13-.155.305-.287.525-.397.225-.11.475-.165.75-.165.39 0 .683.1.878.3.2.2.3.48.3.84V15h-.953v-2.205Zm1.665.39c0-.35.08-.668.24-.953.16-.29.382-.52.667-.69.285-.17.608-.255.968-.255.355 0 .67.085.945.255.275.165.487.4.637.706.155.3.233.645.233 1.035v.21h-2.693c.03.24.138.44.323.6.185.16.425.24.72.24.175 0 .35-.033.525-.098.18-.065.327-.152.442-.262l.42.614c-.18.165-.402.29-.667.376-.26.085-.535.127-.825.127-.365 0-.695-.078-.99-.232a1.791 1.791 0 0 1-.698-.668 1.997 1.997 0 0 1-.247-1.005Zm1.875-1.14c-.27 0-.48.082-.63.248a.96.96 0 0 0-.263.555h1.785a.908.908 0 0 0-.247-.556c-.145-.165-.36-.247-.645-.247Zm4.678 2.58c-.125.145-.29.26-.495.345-.2.08-.418.12-.653.12-.205 0-.405-.045-.6-.135a1.187 1.187 0 0 1-.472-.405 1.15 1.15 0 0 1-.188-.66c0-.265.063-.482.188-.652.125-.175.282-.303.472-.383.19-.08.39-.12.6-.12.245 0 .468.038.668.113.2.074.36.184.48.33v-.503a.527.527 0 0 0-.218-.443c-.145-.11-.337-.164-.577-.164a1.52 1.52 0 0 0-1.058.427l-.36-.637c.215-.19.458-.333.728-.428a2.6 2.6 0 0 1 .855-.143c.465 0 .845.108 1.14.323.295.215.442.565.442 1.05V15h-.952v-.375Zm0-.945a.72.72 0 0 0-.323-.232 1.162 1.162 0 0 0-.442-.083.776.776 0 0 0-.488.15.477.477 0 0 0-.195.397c0 .165.065.295.195.39.13.096.293.143.488.143.16 0 .307-.027.442-.082a.72.72 0 0 0 .323-.233v-.45Zm4.387.863c-.145.175-.315.31-.51.405a1.34 1.34 0 0 1-.608.142c-.304 0-.58-.075-.825-.225a1.536 1.536 0 0 1-.577-.652c-.135-.285-.203-.625-.203-1.02 0-.386.068-.72.203-1.005.14-.29.33-.513.57-.668a1.524 1.524 0 0 1 1.448-.09c.195.095.362.232.502.412V9.997h.96V15h-.96v-.457Zm0-1.995a.92.92 0 0 0-.36-.293.976.976 0 0 0-.465-.12c-.27 0-.49.098-.66.293-.17.194-.255.45-.255.764 0 .31.085.563.255.758.17.195.39.293.66.293.16 0 .315-.038.465-.113a.981.981 0 0 0 .36-.3v-1.283Zm2.377-1.636a.567.567 0 0 1-.405-.967.554.554 0 0 1 .405-.172.55.55 0 0 1 .405.165.55.55 0 0 1 .165.404.567.567 0 0 1-.57.57Zm-.472.465h.952V15h-.952v-3.623Zm4.341 1.433c0-.24-.057-.412-.172-.518-.115-.104-.28-.157-.495-.157a.932.932 0 0 0-.48.127c-.14.08-.255.18-.345.3V15h-.953v-3.623h.953v.473c.13-.155.305-.287.525-.397.22-.11.467-.165.742-.165.39 0 .683.102.878.307.2.205.3.487.3.848V15h-.953v-2.19Zm2.251 2.43c.27.3.648.45 1.133.45.27 0 .502-.072.697-.217.2-.14.3-.373.3-.698v-.367a1.6 1.6 0 0 1-.502.42 1.3 1.3 0 0 1-.615.15c-.305 0-.58-.07-.825-.21a1.52 1.52 0 0 1-.57-.63c-.135-.28-.203-.615-.203-1.005 0-.385.068-.715.203-.99.14-.28.33-.493.57-.638.24-.145.515-.218.825-.218.22 0 .425.048.615.143.19.095.357.232.502.412v-.465h.96v3.375c0 .625-.192 1.068-.577 1.328-.38.26-.84.39-1.38.39a2.65 2.65 0 0 1-.855-.127 1.964 1.964 0 0 1-.705-.413l.427-.69Zm2.13-2.693a.861.861 0 0 0-.352-.292.976.976 0 0 0-.465-.12.876.876 0 0 0-.668.27c-.165.18-.247.423-.247.728s.082.547.247.727c.17.18.393.27.668.27.155 0 .31-.04.465-.12a.946.946 0 0 0 .352-.293v-1.17Zm1.785 1.928c0-.165.06-.307.18-.428.12-.12.263-.18.428-.18.164 0 .307.06.427.18s.18.263.18.428c0 .165-.06.308-.18.428a.584.584 0 0 1-.428.18.584.584 0 0 1-.427-.18.584.584 0 0 1-.18-.428Zm1.919 0c0-.165.06-.307.18-.428.12-.12.262-.18.427-.18.165 0 .308.06.428.18s.18.263.18.428c0 .165-.06.308-.18.428a.584.584 0 0 1-.428.18.584.584 0 0 1-.427-.18.584.584 0 0 1-.18-.428Zm1.919 0c0-.165.06-.307.18-.428.12-.12.262-.18.427-.18.165 0 .308.06.428.18s.18.263.18.428c0 .165-.06.308-.18.428a.584.584 0 0 1-.428.18.584.584 0 0 1-.427-.18.584.584 0 0 1-.18-.428Z"/></svg>
@@ -0,0 +1,5 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 75" fill="none">
2
+ <rect width="120" height="75" fill="#F3F4F6"/>
3
+ <path fill="#1F2937" d="M16.419 29.215h-2.682l-.378 1.035h-1.404l2.322-6.003h1.602l2.313 6.003h-1.395l-.378-1.035Zm-2.34-1.107h1.989l-.99-2.754-.999 2.754Zm7.628 1.593a1.83 1.83 0 0 1-.612.486 1.608 1.608 0 0 1-.729.171c-.366 0-.696-.09-.99-.27a1.843 1.843 0 0 1-.693-.783c-.162-.342-.243-.75-.243-1.224 0-.462.081-.864.243-1.206.168-.348.396-.615.684-.801.294-.186.627-.279 1-.279.257 0 .503.057.737.171.234.114.435.279.603.495v-2.214h1.152v6.003h-1.152v-.549Zm0-2.394a1.104 1.104 0 0 0-.432-.351 1.171 1.171 0 0 0-.558-.144c-.324 0-.588.117-.792.351-.204.234-.306.54-.306.918 0 .372.102.675.306.909.204.234.468.351.792.351.192 0 .378-.045.558-.135.186-.096.33-.216.432-.36v-1.539Zm5.274 2.394a1.83 1.83 0 0 1-.612.486 1.608 1.608 0 0 1-.73.171c-.365 0-.695-.09-.99-.27a1.843 1.843 0 0 1-.692-.783c-.162-.342-.243-.75-.243-1.224 0-.462.08-.864.243-1.206.168-.348.396-.615.684-.801.294-.186.627-.279.999-.279.258 0 .504.057.738.171.234.114.435.279.603.495v-2.214h1.152v6.003H26.98v-.549Zm0-2.394a1.104 1.104 0 0 0-.432-.351 1.171 1.171 0 0 0-.558-.144c-.324 0-.588.117-.792.351-.204.234-.306.54-.306.918 0 .372.102.675.306.909.204.234.468.351.792.351.192 0 .378-.045.558-.135.186-.096.33-.216.432-.36v-1.539Zm7.198 2.493c-.15.174-.348.312-.594.414a2.09 2.09 0 0 1-.783.144c-.246 0-.486-.054-.72-.162a1.425 1.425 0 0 1-.567-.486 1.38 1.38 0 0 1-.225-.792c0-.318.075-.579.225-.783.15-.21.339-.363.567-.459.228-.096.468-.144.72-.144.294 0 .561.045.801.135.24.09.432.222.576.396v-.603a.633.633 0 0 0-.261-.531c-.174-.132-.405-.198-.693-.198-.474 0-.897.171-1.269.513l-.432-.765a2.62 2.62 0 0 1 .873-.513 3.12 3.12 0 0 1 1.026-.171c.558 0 1.014.129 1.368.387.354.258.531.678.531 1.26v2.808h-1.143v-.45Zm0-1.134a.863.863 0 0 0-.387-.279 1.394 1.394 0 0 0-.531-.099.931.931 0 0 0-.585.18.572.572 0 0 0-.234.477c0 .198.078.354.234.468a.965.965 0 0 0 .585.171c.192 0 .369-.033.531-.099a.863.863 0 0 0 .387-.279v-.54ZM15.51 36.604c0-.288-.069-.492-.207-.612-.138-.12-.339-.18-.603-.18-.204 0-.393.051-.567.153a1.31 1.31 0 0 0-.423.36v2.925h-1.143v-6.003h1.143v2.223c.156-.186.366-.345.63-.477.27-.132.57-.198.9-.198.468 0 .819.12 1.053.36.24.24.36.576.36 1.008v3.087H15.51v-2.646Zm1.999.468c0-.42.096-.801.288-1.143.192-.348.459-.624.8-.828a2.222 2.222 0 0 1 1.162-.306c.426 0 .804.102 1.134.306.33.198.585.48.765.846.186.36.279.774.279 1.242v.252h-3.231c.036.288.165.528.387.72.222.192.51.288.864.288.21 0 .42-.039.63-.117.216-.078.393-.183.53-.315l.505.738a2.128 2.128 0 0 1-.801.45 3.166 3.166 0 0 1-.99.153c-.438 0-.834-.093-1.188-.279a2.15 2.15 0 0 1-.837-.801 2.396 2.396 0 0 1-.297-1.206Zm2.25-1.368c-.324 0-.576.099-.756.297-.18.192-.285.414-.315.666h2.142a1.09 1.09 0 0 0-.297-.666c-.174-.198-.432-.297-.774-.297Zm5.613 3.096c-.15.174-.348.312-.594.414a2.09 2.09 0 0 1-.783.144c-.246 0-.486-.054-.72-.162a1.425 1.425 0 0 1-.567-.486 1.38 1.38 0 0 1-.225-.792c0-.318.075-.579.225-.783.15-.21.34-.363.567-.459.228-.096.468-.144.72-.144.294 0 .561.045.801.135.24.09.432.222.576.396v-.603a.633.633 0 0 0-.26-.531c-.175-.132-.406-.198-.694-.198-.474 0-.897.171-1.269.513l-.432-.765a2.62 2.62 0 0 1 .873-.513 3.12 3.12 0 0 1 1.026-.171c.558 0 1.014.129 1.368.387.354.258.531.678.531 1.26v2.808h-1.143v-.45Zm0-1.134a.863.863 0 0 0-.387-.279 1.394 1.394 0 0 0-.53-.099.931.931 0 0 0-.586.18.572.572 0 0 0-.234.477c0 .198.078.354.234.468a.965.965 0 0 0 .585.171c.192 0 .37-.033.531-.099a.863.863 0 0 0 .387-.279v-.54Zm5.265 1.035a1.83 1.83 0 0 1-.612.486 1.608 1.608 0 0 1-.729.171c-.366 0-.696-.09-.99-.27a1.843 1.843 0 0 1-.693-.783c-.162-.342-.243-.75-.243-1.224 0-.462.081-.864.243-1.206.168-.348.396-.615.684-.801.294-.186.627-.279.999-.279.258 0 .504.057.738.171.234.114.435.279.603.495v-2.214h1.152v6.003h-1.152v-.549Zm0-2.394a1.104 1.104 0 0 0-.432-.351 1.171 1.171 0 0 0-.558-.144c-.324 0-.588.117-.792.351-.204.234-.306.54-.306.918 0 .372.102.675.306.909.204.234.468.351.792.351.192 0 .378-.045.558-.135.186-.096.33-.216.432-.36v-1.539Zm2.852-1.962a.68.68 0 0 1-.485-1.161.665.665 0 0 1 .486-.207.66.66 0 0 1 .485.198.66.66 0 0 1 .198.486.68.68 0 0 1-.684.684Zm-.566.558h1.142v4.347h-1.142v-4.347Zm5.21 1.719c0-.288-.07-.495-.207-.621-.138-.126-.336-.189-.594-.189-.21 0-.402.051-.576.153a1.341 1.341 0 0 0-.414.36v2.925h-1.143v-4.347h1.143v.567c.156-.186.366-.345.63-.477s.56-.198.89-.198c.469 0 .82.123 1.054.369.24.246.36.585.36 1.017v3.069h-1.143v-2.628Zm2.7 2.916c.325.36.778.54 1.36.54.324 0 .603-.087.837-.261.24-.168.36-.447.36-.837v-.441a1.92 1.92 0 0 1-.603.504 1.56 1.56 0 0 1-.738.18 1.96 1.96 0 0 1-.99-.252 1.824 1.824 0 0 1-.684-.756c-.162-.336-.243-.738-.243-1.206 0-.462.08-.858.243-1.188.168-.336.396-.591.684-.765.288-.174.618-.261.99-.261.264 0 .51.057.738.171.228.114.429.279.603.495v-.558h1.152v4.05c0 .75-.231 1.281-.693 1.593-.456.312-1.008.468-1.656.468-.384 0-.726-.051-1.026-.153a2.357 2.357 0 0 1-.846-.495l.513-.828Zm2.557-3.231a1.033 1.033 0 0 0-.423-.351 1.171 1.171 0 0 0-.558-.144c-.33 0-.597.108-.801.324-.198.216-.297.507-.297.873s.099.657.297.873c.204.216.47.324.8.324.187 0 .373-.048.559-.144.186-.096.327-.213.423-.351v-1.404Zm2.141 2.313a.7.7 0 0 1 .216-.513.7.7 0 0 1 .513-.216.7.7 0 0 1 .513.216.7.7 0 0 1 .216.513.7.7 0 0 1-.216.513.7.7 0 0 1-.513.216.7.7 0 0 1-.513-.216.7.7 0 0 1-.216-.513Zm2.303 0a.7.7 0 0 1 .216-.513.7.7 0 0 1 .513-.216.7.7 0 0 1 .513.216.7.7 0 0 1 .216.513.7.7 0 0 1-.216.513.7.7 0 0 1-.513.216.7.7 0 0 1-.513-.216.7.7 0 0 1-.216-.513Zm2.303 0a.7.7 0 0 1 .216-.513.7.7 0 0 1 .513-.216.7.7 0 0 1 .513.216.7.7 0 0 1 .216.513.7.7 0 0 1-.216.513.7.7 0 0 1-.513.216.7.7 0 0 1-.513-.216.7.7 0 0 1-.216-.513ZM15.96 49.25h-.66l-.324-.828h-1.962l-.324.828h-.66l1.59-4.002h.75l1.59 4.002Zm-1.158-1.362-.81-2.118-.804 2.118h1.614Zm4.23 1.362h-.54v-.414a1.199 1.199 0 0 1-.948.486c-.756 0-1.296-.57-1.296-1.518 0-.93.54-1.524 1.296-1.524.372 0 .714.18.948.492v-1.524h.54v4.002Zm-.54-.828v-1.236a1.001 1.001 0 0 0-.804-.426c-.54 0-.876.438-.876 1.044 0 .6.336 1.038.876 1.038.33 0 .654-.186.804-.42Zm4.009.828h-.54v-.414a1.199 1.199 0 0 1-.948.486c-.756 0-1.296-.57-1.296-1.518 0-.93.54-1.524 1.296-1.524.372 0 .714.18.948.492v-1.524h.54v4.002Zm-.54-.828v-1.236a1.001 1.001 0 0 0-.804-.426c-.54 0-.876.438-.876 1.044 0 .6.336 1.038.876 1.038.33 0 .654-.186.804-.42Zm2.7.45.258-.396c.197.216.581.414.971.414.409 0 .625-.168.625-.414 0-.288-.33-.384-.703-.468-.492-.114-1.068-.246-1.068-.87 0-.462.396-.858 1.105-.858.497 0 .857.18 1.104.414l-.24.378c-.169-.204-.492-.354-.858-.354-.367 0-.595.144-.595.378 0 .252.313.336.672.42.505.114 1.105.252 1.105.918 0 .498-.409.888-1.17.888-.486 0-.913-.15-1.207-.45Zm4.342.45c-.9 0-1.464-.684-1.464-1.524 0-.834.564-1.518 1.464-1.518.906 0 1.464.684 1.464 1.518 0 .84-.558 1.524-1.464 1.524Zm0-.48c.582 0 .9-.492.9-1.044 0-.546-.318-1.038-.9-1.038-.576 0-.9.492-.9 1.038 0 .552.324 1.044.9 1.044Zm6.212.408h-.54v-1.932c0-.336-.15-.558-.504-.558-.294 0-.582.204-.72.414v2.076h-.54v-1.932c0-.336-.144-.558-.51-.558-.282 0-.564.21-.708.42v2.07h-.54v-2.898h.54v.408c.12-.18.504-.48.936-.48.438 0 .696.228.786.54.168-.27.552-.54.978-.54.534 0 .822.294.822.876v2.094Zm.68-1.452c0-.84.606-1.518 1.452-1.518.87 0 1.41.678 1.41 1.566v.132h-2.292c.042.492.402.9.984.9.306 0 .642-.12.858-.342l.252.354c-.288.282-.696.432-1.164.432-.864 0-1.5-.612-1.5-1.524Zm1.452-1.074c-.582 0-.858.468-.888.864h1.77c-.012-.384-.27-.864-.882-.864Zm4.43 2.598c-.456 0-.69-.258-.69-.714v-1.782h-.48v-.474h.48v-.792h.54v.792h.588v.474h-.588v1.662c0 .204.096.354.282.354.126 0 .24-.054.294-.114l.138.408c-.114.108-.282.186-.564.186Zm.856-1.524c0-.84.606-1.518 1.452-1.518.87 0 1.41.678 1.41 1.566v.132h-2.292c.042.492.402.9.984.9.306 0 .642-.12.858-.342l.252.354c-.288.282-.696.432-1.164.432-.864 0-1.5-.612-1.5-1.524Zm1.452-1.074c-.582 0-.858.468-.888.864h1.77c-.012-.384-.27-.864-.882-.864Zm4.334 2.526h-.611l-.81-1.128-.816 1.128h-.613l1.087-1.488-1.02-1.41h.611l.75 1.044.745-1.044h.611l-1.026 1.41 1.093 1.488Zm1.28.072c-.456 0-.69-.258-.69-.714v-1.782h-.48v-.474h.48v-.792h.54v.792h.588v.474h-.588v1.662c0 .204.096.354.282.354.126 0 .24-.054.294-.114l.138.408c-.114.108-.282.186-.564.186Zm.94-.384c0-.204.168-.372.372-.372a.38.38 0 0 1 .378.372.384.384 0 0 1-.378.378.38.38 0 0 1-.372-.378Zm1.43 0c0-.204.167-.372.371-.372a.38.38 0 0 1 .378.372.384.384 0 0 1-.378.378.38.38 0 0 1-.372-.378Zm1.43 0c0-.204.167-.372.371-.372a.38.38 0 0 1 .378.372.384.384 0 0 1-.378.378.38.38 0 0 1-.372-.378Z"/><path fill="#000C27" fill-opacity=".06" d="M94 28.5H80a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-14a2 2 0 0 0-2-2Z" style="mix-blend-mode:hard-light"/><path stroke="#111827" stroke-linecap="round" stroke-linejoin="round" stroke-width=".75" d="M94 28.5H80a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-14a2 2 0 0 0-2-2Z"/><path fill="#000C27" fill-opacity=".06" d="M84 36.5a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z" style="mix-blend-mode:hard-light"/><path stroke="#111827" stroke-linecap="round" stroke-linejoin="round" stroke-width=".75" d="M84 36.5a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z"/><path fill="#000C27" fill-opacity=".06" d="m96 40.5-3.086-3.086a2 2 0 0 0-2.828 0L81 46.5" style="mix-blend-mode:hard-light"/><path stroke="#111827" stroke-linecap="round" stroke-linejoin="round" stroke-width=".75" d="m96 40.5-3.086-3.086a2 2 0 0 0-2.828 0L81 46.5"/>
4
+ <path stroke="#000C27" stroke-opacity=".1" stroke-width=".75" d="M63.375 12.375h47.25v50.25h-47.25z" style="mix-blend-mode:hard-light"/>
5
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 120 75">
2
+ <rect width="120" height="75" fill="#F3F4F6"/>
3
+ <path fill="#1F2937" d="M12.682 14.137h-2.235l-.314.863h-1.17l1.935-5.002h1.335L14.16 15h-1.162l-.316-.863Zm-1.95-.922h1.658l-.825-2.295-.832 2.295Zm6.358 1.328c-.145.175-.316.31-.51.405a1.34 1.34 0 0 1-.608.142c-.305 0-.58-.075-.825-.225a1.536 1.536 0 0 1-.578-.652c-.135-.285-.202-.625-.202-1.02 0-.386.067-.72.202-1.005.14-.29.33-.513.57-.668a1.524 1.524 0 0 1 1.448-.09c.195.095.363.232.503.412V9.997h.96V15h-.96v-.457Zm0-1.995a.92.92 0 0 0-.36-.293.976.976 0 0 0-.465-.12c-.27 0-.49.098-.66.293-.17.194-.255.45-.255.764 0 .31.085.563.255.758.17.195.39.293.66.293.16 0 .314-.038.465-.113a.981.981 0 0 0 .36-.3v-1.283Zm4.394 1.995c-.145.175-.315.31-.51.405a1.34 1.34 0 0 1-.608.142c-.305 0-.58-.075-.825-.225a1.536 1.536 0 0 1-.577-.652c-.135-.285-.202-.625-.202-1.02 0-.386.067-.72.202-1.005.14-.29.33-.513.57-.668a1.524 1.524 0 0 1 1.448-.09c.195.095.362.232.502.412V9.997h.96V15h-.96v-.457Zm0-1.995a.92.92 0 0 0-.36-.293.976.976 0 0 0-.465-.12c-.27 0-.49.098-.66.293-.17.194-.255.45-.255.764 0 .31.085.563.255.758.17.195.39.293.66.293.16 0 .315-.038.465-.113a.981.981 0 0 0 .36-.3v-1.283Zm5.998 2.077c-.124.145-.29.26-.494.345-.2.08-.418.12-.653.12-.205 0-.405-.045-.6-.135a1.187 1.187 0 0 1-.473-.405 1.15 1.15 0 0 1-.187-.66c0-.265.063-.482.188-.652.124-.175.282-.303.472-.383.19-.08.39-.12.6-.12.245 0 .467.038.668.113.2.074.36.184.48.33v-.503a.527.527 0 0 0-.218-.443c-.145-.11-.338-.164-.578-.164a1.52 1.52 0 0 0-1.057.427l-.36-.637c.215-.19.457-.333.727-.428a2.6 2.6 0 0 1 .855-.143c.465 0 .846.108 1.14.323.296.215.443.565.443 1.05V15h-.952v-.375Zm0-.945a.72.72 0 0 0-.322-.232 1.162 1.162 0 0 0-.442-.083.776.776 0 0 0-.488.15.477.477 0 0 0-.195.397c0 .165.065.295.195.39.13.096.293.143.488.143.16 0 .307-.027.442-.082a.72.72 0 0 0 .323-.233v-.45Zm6.27-.885c0-.24-.058-.41-.173-.51-.115-.1-.283-.15-.503-.15a.918.918 0 0 0-.472.127c-.145.08-.263.18-.353.3V15H31.3V9.998h.952v1.852c.13-.155.305-.287.525-.397.225-.11.475-.165.75-.165.39 0 .683.1.878.3.2.2.3.48.3.84V15h-.953v-2.205Zm1.665.39c0-.35.08-.668.24-.953.16-.29.382-.52.667-.69.285-.17.608-.255.968-.255.355 0 .67.085.945.255.275.165.487.4.637.706.155.3.233.645.233 1.035v.21h-2.693c.03.24.138.44.323.6.185.16.425.24.72.24.175 0 .35-.033.525-.098.18-.065.327-.152.442-.262l.42.614c-.18.165-.402.29-.667.376-.26.085-.535.127-.825.127-.365 0-.695-.078-.99-.232a1.791 1.791 0 0 1-.698-.668 1.997 1.997 0 0 1-.247-1.005Zm1.875-1.14c-.27 0-.48.082-.63.248a.96.96 0 0 0-.263.555h1.785a.908.908 0 0 0-.247-.556c-.145-.165-.36-.247-.645-.247Zm4.678 2.58c-.125.145-.29.26-.495.345-.2.08-.418.12-.653.12-.205 0-.405-.045-.6-.135a1.187 1.187 0 0 1-.472-.405 1.15 1.15 0 0 1-.188-.66c0-.265.063-.482.188-.652.125-.175.282-.303.472-.383.19-.08.39-.12.6-.12.245 0 .468.038.668.113.2.074.36.184.48.33v-.503a.527.527 0 0 0-.218-.443c-.145-.11-.337-.164-.577-.164a1.52 1.52 0 0 0-1.058.427l-.36-.637c.215-.19.458-.333.728-.428a2.6 2.6 0 0 1 .855-.143c.465 0 .845.108 1.14.323.295.215.442.565.442 1.05V15h-.952v-.375Zm0-.945a.72.72 0 0 0-.323-.232 1.162 1.162 0 0 0-.442-.083.776.776 0 0 0-.488.15.477.477 0 0 0-.195.397c0 .165.065.295.195.39.13.096.293.143.488.143.16 0 .307-.027.442-.082a.72.72 0 0 0 .323-.233v-.45Zm4.387.863c-.145.175-.315.31-.51.405a1.34 1.34 0 0 1-.608.142c-.304 0-.58-.075-.825-.225a1.536 1.536 0 0 1-.577-.652c-.135-.285-.203-.625-.203-1.02 0-.386.068-.72.203-1.005.14-.29.33-.513.57-.668a1.524 1.524 0 0 1 1.448-.09c.195.095.362.232.502.412V9.997h.96V15h-.96v-.457Zm0-1.995a.92.92 0 0 0-.36-.293.976.976 0 0 0-.465-.12c-.27 0-.49.098-.66.293-.17.194-.255.45-.255.764 0 .31.085.563.255.758.17.195.39.293.66.293.16 0 .315-.038.465-.113a.981.981 0 0 0 .36-.3v-1.283Zm2.377-1.636a.567.567 0 0 1-.405-.967.554.554 0 0 1 .405-.172.55.55 0 0 1 .405.165.55.55 0 0 1 .165.404.567.567 0 0 1-.57.57Zm-.472.465h.952V15h-.952v-3.623Zm4.341 1.433c0-.24-.057-.412-.172-.518-.115-.104-.28-.157-.495-.157a.932.932 0 0 0-.48.127c-.14.08-.255.18-.345.3V15h-.953v-3.623h.953v.473c.13-.155.305-.287.525-.397.22-.11.467-.165.742-.165.39 0 .683.102.878.307.2.205.3.487.3.848V15h-.953v-2.19Zm2.251 2.43c.27.3.648.45 1.133.45.27 0 .502-.072.697-.217.2-.14.3-.373.3-.698v-.367a1.6 1.6 0 0 1-.502.42 1.3 1.3 0 0 1-.615.15c-.305 0-.58-.07-.825-.21a1.52 1.52 0 0 1-.57-.63c-.135-.28-.203-.615-.203-1.005 0-.385.068-.715.203-.99.14-.28.33-.493.57-.638.24-.145.515-.218.825-.218.22 0 .425.048.615.143.19.095.357.232.502.412v-.465h.96v3.375c0 .625-.192 1.068-.577 1.328-.38.26-.84.39-1.38.39a2.65 2.65 0 0 1-.855-.127 1.964 1.964 0 0 1-.705-.413l.427-.69Zm2.13-2.693a.861.861 0 0 0-.352-.292.976.976 0 0 0-.465-.12.876.876 0 0 0-.668.27c-.165.18-.247.423-.247.728s.082.547.247.727c.17.18.393.27.668.27.155 0 .31-.04.465-.12a.946.946 0 0 0 .352-.293v-1.17Zm1.785 1.928c0-.165.06-.307.18-.428.12-.12.263-.18.428-.18.164 0 .307.06.427.18s.18.263.18.428c0 .165-.06.308-.18.428a.584.584 0 0 1-.428.18.584.584 0 0 1-.427-.18.584.584 0 0 1-.18-.428Zm1.919 0c0-.165.06-.307.18-.428.12-.12.262-.18.427-.18.165 0 .308.06.428.18s.18.263.18.428c0 .165-.06.308-.18.428a.584.584 0 0 1-.428.18.584.584 0 0 1-.427-.18.584.584 0 0 1-.18-.428Zm1.919 0c0-.165.06-.307.18-.428.12-.12.262-.18.427-.18.165 0 .308.06.428.18s.18.263.18.428c0 .165-.06.308-.18.428a.584.584 0 0 1-.428.18.584.584 0 0 1-.427-.18.584.584 0 0 1-.18-.428ZM14.97 29.5h-.495l-.243-.621h-1.471l-.243.621h-.495l1.192-3.002h.563L14.97 29.5Zm-.869-1.021-.607-1.589-.603 1.588h1.21Zm3.173 1.021h-.405v-.31a.899.899 0 0 1-.71.364c-.568 0-.973-.427-.973-1.138 0-.698.405-1.143.972-1.143.28 0 .536.134.711.369v-1.143h.405V29.5Zm-.405-.621v-.927a.751.751 0 0 0-.603-.32c-.405 0-.657.329-.657.784 0 .45.252.778.657.778.248 0 .49-.14.603-.315Zm3.007.621h-.405v-.31a.899.899 0 0 1-.711.364c-.567 0-.972-.427-.972-1.138 0-.698.405-1.143.972-1.143.279 0 .535.134.71.369v-1.143h.406V29.5Zm-.405-.621v-.927a.751.751 0 0 0-.603-.32c-.405 0-.657.329-.657.784 0 .45.252.778.657.778.247 0 .49-.14.603-.315Zm2.024.337.194-.297c.148.162.436.311.729.311.306 0 .468-.126.468-.31 0-.217-.248-.289-.527-.352-.369-.085-.8-.184-.8-.652 0-.346.296-.643.827-.643.374 0 .644.134.828.31l-.18.284c-.126-.154-.369-.266-.643-.266-.275 0-.446.108-.446.284 0 .188.234.252.504.314.378.086.828.19.828.689 0 .373-.306.666-.877.666-.365 0-.684-.112-.905-.337Zm3.257.338c-.675 0-1.098-.513-1.098-1.143 0-.626.423-1.139 1.098-1.139.68 0 1.098.514 1.098 1.139 0 .63-.418 1.143-1.098 1.143Zm0-.36c.437 0 .675-.369.675-.783 0-.41-.238-.779-.675-.779-.432 0-.675.37-.675.779 0 .414.243.783.675.783Zm4.659.306h-.405v-1.449c0-.252-.113-.418-.378-.418-.22 0-.436.152-.54.31V29.5h-.405v-1.449c0-.252-.108-.418-.383-.418-.211 0-.422.157-.53.315V29.5h-.405v-2.174h.405v.306a.94.94 0 0 1 .701-.36c.329 0 .523.172.59.405a.912.912 0 0 1 .733-.404c.401 0 .617.22.617.657v1.57Zm.51-1.089c0-.63.454-1.139 1.089-1.139.652 0 1.057.509 1.057 1.175v.099h-1.719a.713.713 0 0 0 .738.675c.23 0 .482-.09.644-.256l.189.265c-.216.212-.522.324-.873.324-.648 0-1.125-.459-1.125-1.143Zm1.089-.806c-.437 0-.644.351-.666.648h1.327c-.009-.288-.202-.648-.661-.648Zm3.323 1.949c-.342 0-.518-.194-.518-.535v-1.337h-.36v-.355h.36v-.595h.405v.595h.441v.355h-.44v1.247c0 .152.071.265.21.265.095 0 .18-.04.221-.085l.104.305c-.086.081-.212.14-.423.14Zm.642-1.143c0-.63.454-1.139 1.089-1.139.652 0 1.057.509 1.057 1.175v.099h-1.719a.713.713 0 0 0 .738.675c.23 0 .482-.09.644-.256l.189.265c-.216.212-.522.324-.873.324-.648 0-1.125-.459-1.125-1.143Zm1.089-.806c-.437 0-.644.351-.666.648h1.327c-.009-.288-.202-.648-.661-.648Zm3.25 1.895h-.458l-.608-.846-.612.846h-.459l.815-1.116-.765-1.058h.459l.562.784.558-.784h.46l-.77 1.058.819 1.116Zm.96.054c-.342 0-.517-.194-.517-.535v-1.337h-.36v-.355h.36v-.595h.405v.595h.44v.355h-.44v1.247c0 .152.072.265.211.265.095 0 .18-.04.22-.085l.104.305c-.085.081-.211.14-.423.14Zm.705-.288a.28.28 0 0 1 .28-.279c.152 0 .283.126.283.279 0 .153-.13.284-.284.284a.284.284 0 0 1-.279-.284Zm1.072 0a.28.28 0 0 1 .28-.279c.152 0 .283.126.283.279 0 .153-.13.284-.284.284a.284.284 0 0 1-.279-.284Zm1.073 0a.28.28 0 0 1 .279-.279c.153 0 .283.126.283.279 0 .153-.13.284-.283.284a.284.284 0 0 1-.28-.284Z"/><path stroke="#000C27" stroke-opacity=".1" stroke-width=".75" d="M9.375 22.875h45.75v42.75H9.375z" style="mix-blend-mode:hard-light"/><path fill="#1F2937" d="M70.47 29.5h-.495l-.243-.621H68.26l-.243.621h-.495l1.193-3.002h.563L70.47 29.5Zm-.868-1.021-.608-1.589-.603 1.588h1.21Zm3.172 1.021h-.405v-.31a.899.899 0 0 1-.71.364c-.568 0-.973-.427-.973-1.138 0-.698.405-1.143.972-1.143.28 0 .536.134.711.369v-1.143h.405V29.5Zm-.405-.621v-.927a.751.751 0 0 0-.603-.32c-.405 0-.657.329-.657.784 0 .45.252.778.657.778.248 0 .49-.14.603-.315Zm3.007.621h-.405v-.31a.899.899 0 0 1-.711.364c-.567 0-.972-.427-.972-1.138 0-.698.405-1.143.972-1.143.279 0 .535.134.71.369v-1.143h.406V29.5Zm-.405-.621v-.927a.751.751 0 0 0-.603-.32c-.405 0-.657.329-.657.784 0 .45.252.778.657.778.247 0 .49-.14.603-.315Zm2.024.337.194-.297c.148.162.436.311.729.311.306 0 .468-.126.468-.31 0-.217-.248-.289-.527-.352-.369-.085-.8-.184-.8-.652 0-.346.296-.643.827-.643.374 0 .644.134.828.31l-.18.284c-.126-.154-.369-.266-.643-.266-.275 0-.446.108-.446.284 0 .188.234.252.504.314.378.086.828.19.828.689 0 .373-.306.666-.877.666-.365 0-.684-.112-.905-.337Zm3.257.338c-.675 0-1.098-.513-1.098-1.143 0-.626.423-1.139 1.098-1.139.68 0 1.098.514 1.098 1.139 0 .63-.418 1.143-1.098 1.143Zm0-.36c.437 0 .675-.369.675-.783 0-.41-.238-.779-.675-.779-.432 0-.675.37-.675.779 0 .414.243.783.675.783Zm4.659.306h-.405v-1.449c0-.252-.112-.418-.378-.418-.22 0-.436.152-.54.31V29.5h-.405v-1.449c0-.252-.108-.418-.383-.418-.211 0-.422.157-.53.315V29.5h-.405v-2.174h.404v.306a.94.94 0 0 1 .703-.36c.328 0 .522.172.589.405a.912.912 0 0 1 .733-.404c.401 0 .617.22.617.657v1.57Zm.51-1.089c0-.63.454-1.139 1.089-1.139.652 0 1.057.509 1.057 1.175v.099h-1.719a.713.713 0 0 0 .738.675c.23 0 .482-.09.644-.256l.189.265c-.216.212-.522.324-.873.324-.648 0-1.125-.459-1.125-1.143Zm1.089-.806c-.437 0-.644.351-.666.648h1.327c-.009-.288-.202-.648-.661-.648Zm3.323 1.949c-.342 0-.518-.194-.518-.535v-1.337h-.36v-.355h.36v-.595h.405v.595h.441v.355h-.44v1.247c0 .152.071.265.21.265.095 0 .18-.04.221-.085l.104.305c-.086.081-.212.14-.423.14Zm.642-1.143c0-.63.454-1.139 1.089-1.139.652 0 1.057.509 1.057 1.175v.099h-1.719a.713.713 0 0 0 .738.675c.23 0 .482-.09.644-.256l.189.265c-.216.212-.522.324-.873.324-.648 0-1.125-.459-1.125-1.143Zm1.089-.806c-.437 0-.644.351-.666.648h1.327c-.009-.288-.202-.648-.661-.648Zm3.25 1.895h-.458l-.608-.846-.612.846h-.459l.815-1.116-.765-1.058h.459l.562.784.558-.784h.46l-.77 1.058.819 1.116Zm.96.054c-.342 0-.517-.194-.517-.535v-1.337h-.36v-.355h.36v-.595h.405v.595h.44v.355h-.44v1.247c0 .152.072.265.211.265.095 0 .18-.04.22-.085l.104.305c-.085.081-.211.14-.423.14Zm.705-.288a.28.28 0 0 1 .28-.279c.152 0 .283.126.283.279 0 .153-.13.284-.284.284a.284.284 0 0 1-.279-.284Zm1.072 0a.28.28 0 0 1 .28-.279c.152 0 .283.126.283.279 0 .153-.13.284-.284.284a.284.284 0 0 1-.279-.284Zm1.073 0a.28.28 0 0 1 .279-.279c.153 0 .283.126.283.279 0 .153-.13.284-.283.284a.284.284 0 0 1-.28-.284Z"/><path stroke="#000C27" stroke-opacity=".1" stroke-width=".75" d="M64.875 22.875h45.75v42.75h-45.75z" style="mix-blend-mode:hard-light"/></svg>
@@ -0,0 +1,8 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="675" height="125" viewBox="0 0 675 125">
2
+ <g fill="none" fill-rule="evenodd">
3
+ <path fill="#2D7686" d="M170.652 93.3547C183.34 93.3547 193.49 87.7415 194.566 74.3619L183.263 72.824C182.571 78.9755 178.649 83.6661 170.806 83.6661 162.04 83.6661 157.349 76.8994 157.349 65.8266 157.349 54.7539 161.809 48.141 170.575 48.141 178.418 48.141 182.263 53.1391 182.801 58.5217L194.182 56.7531C192.951 42.8353 183.109 38.4523 170.421 38.4523 154.043 38.4523 145.2 48.3717 145.2 65.8266 145.2 83.5892 154.351 93.3547 170.729 93.3547L170.652 93.3547zM239.748 72.0551C239.748 58.3679 232.135 50.7554 218.986 50.7554 205.838 50.7554 198.225 58.3679 198.225 72.0551 198.225 85.6653 205.838 93.3547 218.986 93.3547 232.135 93.3547 239.748 85.6653 239.748 72.0551zM209.99 72.0551C209.99 63.9812 212.758 59.3675 218.986 59.3675 225.215 59.3675 227.983 63.9812 227.983 72.0551 227.983 80.0521 225.215 84.7426 218.986 84.7426 212.758 84.7426 209.99 80.0521 209.99 72.0551z"/>
4
+ <polygon fill="#2D7686" points="253.666 51.678 241.516 51.678 256.434 93.201 269.66 93.201 284.5 51.678 272.428 51.678 263.354 81.974 263.047 81.974"/>
5
+ <path fill="#2D7686" d="M315.258 78.2835C314.72 83.2816 311.259 84.7426 306.876 84.7426 301.801 84.7426 298.418 81.7437 298.187 74.9002L325.562 74.9002 325.562 69.5176C325.562 58.7524 319.718 50.7554 306.261 50.7554 293.804 50.7554 286.269 59.3675 286.269 72.0551 286.269 86.3574 294.343 93.3547 306.338 93.3547 317.642 93.3547 324.947 88.818 325.946 79.5138L315.258 78.2835zM306.338 59.2138C311.644 59.2138 313.874 62.5202 313.874 66.4418L313.874 66.7494 298.418 66.7494C298.803 62.3664 301.263 59.2138 306.338 59.2138zM356.364 51.2168C350.828 51.2168 345.676 52.6009 343.6 59.3675L343.369 59.3675 343.369 51.6781 332.066 51.6781 332.066 92.432 343.6 92.432 343.6 73.9774C343.6 64.4426 348.982 61.0592 356.133 61.0592L357.21 61.0592 357.21 51.2168 356.364 51.2168zM359.715 80.2827C359.715 88.9718 365.867 92.9703 373.326 92.9703 379.862 92.9703 383.706 89.9714 385.706 86.4343L386.013 86.4343 386.013 92.432 396.01 92.432 396.01 66.9032C396.01 55.2153 388.397 50.7554 378.631 50.7554 371.25 50.7554 361.023 53.216 361.023 62.5971L370.558 64.9808 371.019 64.9808C371.019 60.8285 375.248 59.3675 378.093 59.3675 381.784 59.3675 384.475 61.5975 384.475 65.2884L384.475 67.057 377.555 67.057C368.789 67.057 359.715 70.2096 359.715 80.2827zM384.475 76.8225C384.475 81.3593 380.016 84.0506 376.325 84.0506 373.71 84.0506 371.48 82.6665 371.48 79.6676 371.48 76.5149 373.941 74.9002 378.401 74.9002L384.475 74.9002 384.475 76.8225zM439.685 66.0573C439.685 63.6736 439.147 61.905 438.071 60.2903L445.299 60.2903 445.299 51.8319 429.612 51.8319C428.305 51.2168 424.46 50.7554 421.692 50.7554 410.235 50.7554 403.699 56.2918 403.699 65.2884 403.699 70.1327 405.698 73.7467 408.697 76.0536 404.622 77.6683 403.468 81.2824 403.468 83.8199 403.468 86.665 405.16 89.7407 408.543 90.7403L408.543 91.0479C404.237 91.74 402.161 94.3544 402.161 98.4298 402.161 104.4275 406.928 108.1953 422.384 108.1953 436.071 108.1953 443.222 103.8123 443.222 95.5847 443.222 88.2028 438.147 84.1274 428.536 84.1274L417.309 84.1274C414.772 84.1274 413.464 83.1278 413.464 81.6668 413.464 80.7441 413.926 79.5907 415.156 78.9755 417.309 79.5907 419.77 79.9752 421.692 79.9752 431.458 79.9752 439.685 76.0536 439.685 66.0573zM415.464 65.2884C415.464 61.0592 417.232 58.291 421.692 58.291 426.152 58.291 427.921 61.0592 427.921 65.2884 427.921 69.5176 426.152 72.4395 421.692 72.4395 417.232 72.4395 415.464 69.5176 415.464 65.2884zM426.46 93.5085C429.766 93.5085 431.458 94.585 431.458 96.815 431.458 99.8138 428.843 101.0442 422.307 101.0442 416.079 101.0442 413.849 99.8138 413.849 97.1994 413.849 95.1233 415.002 93.5085 418.539 93.5085L426.46 93.5085zM476.793 78.2835C476.255 83.2816 472.795 84.7426 468.412 84.7426 463.337 84.7426 459.953 81.7437 459.723 74.9002L487.097 74.9002 487.097 69.5176C487.097 58.7524 481.253 50.7554 467.797 50.7554 455.34 50.7554 447.804 59.3675 447.804 72.0551 447.804 86.3574 455.878 93.3547 467.873 93.3547 479.177 93.3547 486.482 88.818 487.481 79.5138L476.793 78.2835zM467.873 59.2138C473.179 59.2138 475.409 62.5202 475.409 66.4418L475.409 66.7494 459.953 66.7494C460.338 62.3664 462.798 59.2138 467.873 59.2138zM494.171 39.3751L494.171 92.432 518.931 92.432C532.541 92.432 537.386 83.9737 537.386 77.1301 537.386 70.7479 534.233 66.5956 528.697 64.6732 535.233 62.0588 536.386 56.5994 536.386 52.8315 536.386 47.6796 533.31 39.3751 518.239 39.3751L494.171 39.3751zM506.09 82.7434L506.09 69.5176 517.855 69.5176C522.699 69.5176 525.236 72.2858 525.236 75.8229 525.236 79.5138 523.314 82.7434 518.393 82.7434L506.09 82.7434zM517.778 49.0637C522.238 49.0637 524.16 51.5243 524.16 54.3694 524.16 57.9066 521.161 60.3672 518.008 60.3672L506.09 60.3672 506.09 49.0637 517.778 49.0637zM583.336 72.0551C583.336 58.3679 575.724 50.7554 562.575 50.7554 549.426 50.7554 541.814 58.3679 541.814 72.0551 541.814 85.6653 549.426 93.3547 562.575 93.3547 575.724 93.3547 583.336 85.6653 583.336 72.0551zM553.578 72.0551C553.578 63.9812 556.347 59.3675 562.575 59.3675 568.803 59.3675 571.572 63.9812 571.572 72.0551 571.572 80.0521 568.803 84.7426 562.575 84.7426 556.347 84.7426 553.578 80.0521 553.578 72.0551zM628.826 72.0551C628.826 58.3679 621.213 50.7554 608.064 50.7554 594.915 50.7554 587.303 58.3679 587.303 72.0551 587.303 85.6653 594.915 93.3547 608.064 93.3547 621.213 93.3547 628.826 85.6653 628.826 72.0551zM599.068 72.0551C599.068 63.9812 601.836 59.3675 608.064 59.3675 614.293 59.3675 617.061 63.9812 617.061 72.0551 617.061 80.0521 614.293 84.7426 608.064 84.7426 601.836 84.7426 599.068 80.0521 599.068 72.0551zM646.556 39.3751L635.022 39.3751 635.022 92.432 646.556 92.432 646.556 80.0521 651.247 75.1308 661.166 92.432 674.93 92.432 659.474 67.4414C664.626 61.9819 668.702 57.1376 673.777 51.6781L659.859 51.6781 651.631 61.3668C649.863 63.4429 648.171 65.596 646.556 67.6721L646.556 39.3751z"/>
6
+ <path fill="#E78188" d="M7.5008,90.8121 C5.9012,91.6271 3.9925,91.5521 2.462,90.6137 C0.9316,89.6749 -0.0009,88.0084 0,86.2131 C0.0086,71.3326 0.0258,40.7827 0.0325,28.2227 C0.0348,24.8025 1.9693,21.677 5.0293,20.15 C16.4548,14.447 27.8749,8.732 39.3131,3.055 C43.4375,1.032 48.009,-0.022 52.5543,0 C56.7949,0.032 61.002,0.972 64.8178,2.742 C66.0273,3.302 66.8667,3.806 67.7327,4.423 C67.7602,4.443 67.7883,4.463 67.8158,4.483 C67.9686,4.593 68.0346,4.636 68.1381,4.708 C72.8398,7.996 76.1402,13.402 76.0521,19.067 C79.456,17.77 83.0964,17.103 86.7643,17.112 C91.1017,17.144 95.4354,18.101 99.3189,19.987 C99.3203,19.988 99.3149,19.986 99.3158,19.986 C100.265,20.438 101.16,20.966 102.032,21.595 C102.554,21.972 102.647,22.024 102.898,22.21 C103.149,22.396 103.395,22.587 103.638,22.783 C107.032,25.5311 109.469,29.5118 110.104,33.7727 L109.728,98.5991 C109.085,104.2933 105.935,108.1723 101.184,110.8911 C101.184,110.8911 85.5322,118.9911 75.8347,124.0098 C74.2378,124.8363 72.3258,124.7715 70.7886,123.839 C69.2509,122.9066 68.3103,121.2408 68.3054,119.4428 C68.2642,104.7132 68.1811,74.7261 68.1467,62.2963 C68.1372,58.8702 70.0681,55.7338 73.1313,54.1997 C78.1082,51.707 83.0874,49.216 88.0683,46.7273 C90.5326,45.4961 93.0005,44.273 95.4661,43.0341 C95.5172,43.0083 95.5683,42.9812 95.6189,42.9546 C96.1749,42.6549 96.9035,42.1012 96.9035,42.1012 C96.9035,42.1012 98.5926,40.9219 99.6109,39.5045 C100.743,37.9279 101.233,35.8854 100.617,33.9865 C99.6439,30.9857 96.5726,28.9789 94.4252,28.0767 C89.0971,25.8375 82.8098,26.0382 77.6142,28.6173 C77.6142,28.6173 51.0216,41.8788 44.7741,44.9944 C43.9759,45.3922 43.4714,46.2076 43.4714,47.0993 C43.4714,56.3743 43.4714,106.8254 43.4714,106.8254 C43.4714,106.8254 42.685,107.2263 41.5672,107.7958 C39.9698,108.6099 38.0647,108.5362 36.5351,107.601 C35.0056,106.6663 34.0709,105.0043 34.0663,103.2117 C34.0311,88.3434 33.9579,57.7659 33.928,45.1874 C33.9194,41.7631 35.8495,38.629 38.9108,37.0949 C46.3782,33.3614 59.5534,26.7759 61.2457,25.9252 C61.9734,25.5519 62.8457,24.8608 62.8457,24.8608 C65.2639,23.107 67.2622,20.388 66.5295,17.329 C66.0255,15.224 64.4322,13.558 62.7133,12.368 C62.7133,12.368 61.7026,11.644 60.8696,11.257 C55.4005,8.721 48.8203,8.815 43.3987,11.506 C43.3987,11.506 16.8671,24.7369 10.6653,27.8295 C9.8779,28.2223 9.3802,29.0268 9.3802,29.9068 C9.3802,39.1483 9.3802,89.8544 9.3802,89.8544 C9.3802,89.8544 8.6051,90.2494 7.5008,90.8121 Z"/>
7
+ </g>
8
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 75" fill="none">
2
+ <rect width="120" height="75" fill="#F3F4F6"/>
3
+ <path fill="#000C27" fill-opacity=".06" d="M70.5 24h-21a3 3 0 0 0-3 3v21a3 3 0 0 0 3 3h21a3 3 0 0 0 3-3V27a3 3 0 0 0-3-3Z" style="mix-blend-mode:hard-light"/><path stroke="#111827" stroke-linecap="round" stroke-linejoin="round" stroke-width=".75" d="M70.5 24h-21a3 3 0 0 0-3 3v21a3 3 0 0 0 3 3h21a3 3 0 0 0 3-3V27a3 3 0 0 0-3-3Z"/><path fill="#000C27" fill-opacity=".06" d="M55.5 36a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z" style="mix-blend-mode:hard-light"/><path stroke="#111827" stroke-linecap="round" stroke-linejoin="round" stroke-width=".75" d="M55.5 36a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z"/><path fill="#000C27" fill-opacity=".06" d="m73.5 42-4.629-4.63a3 3 0 0 0-4.242 0L51 51" style="mix-blend-mode:hard-light"/><path stroke="#111827" stroke-linecap="round" stroke-linejoin="round" stroke-width=".75" d="m73.5 42-4.629-4.63a3 3 0 0 0-4.242 0L51 51"/><path stroke="#000C27" stroke-opacity=".1" stroke-width=".75" d="M9.375 9.375h101.25v56.25H9.375z" style="mix-blend-mode:hard-light"/></svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox=" 0 0 120 75" fill="none">
2
+ <rect width="120" height="75" fill="#F3F4F6"/>
3
+ <path fill="#1F2937" d="M12.682 14.137h-2.235l-.314.863h-1.17l1.935-5.002h1.335L14.16 15h-1.162l-.316-.863Zm-1.95-.922h1.658l-.825-2.295-.832 2.295Zm6.358 1.328c-.145.175-.316.31-.51.405a1.34 1.34 0 0 1-.608.142c-.305 0-.58-.075-.825-.225a1.536 1.536 0 0 1-.578-.652c-.135-.285-.202-.625-.202-1.02 0-.386.067-.72.202-1.005.14-.29.33-.513.57-.668a1.524 1.524 0 0 1 1.448-.09c.195.095.363.232.503.412V9.997h.96V15h-.96v-.457Zm0-1.995a.92.92 0 0 0-.36-.293.976.976 0 0 0-.465-.12c-.27 0-.49.098-.66.293-.17.194-.255.45-.255.764 0 .31.085.563.255.758.17.195.39.293.66.293.16 0 .314-.038.465-.113a.981.981 0 0 0 .36-.3v-1.283Zm4.394 1.995c-.145.175-.315.31-.51.405a1.34 1.34 0 0 1-.608.142c-.305 0-.58-.075-.825-.225a1.536 1.536 0 0 1-.577-.652c-.135-.285-.202-.625-.202-1.02 0-.386.067-.72.202-1.005.14-.29.33-.513.57-.668a1.524 1.524 0 0 1 1.448-.09c.195.095.362.232.502.412V9.997h.96V15h-.96v-.457Zm0-1.995a.92.92 0 0 0-.36-.293.976.976 0 0 0-.465-.12c-.27 0-.49.098-.66.293-.17.194-.255.45-.255.764 0 .31.085.563.255.758.17.195.39.293.66.293.16 0 .315-.038.465-.113a.981.981 0 0 0 .36-.3v-1.283Zm5.998 2.077c-.124.145-.29.26-.494.345-.2.08-.418.12-.653.12-.205 0-.405-.045-.6-.135a1.187 1.187 0 0 1-.473-.405 1.15 1.15 0 0 1-.187-.66c0-.265.063-.482.188-.652.124-.175.282-.303.472-.383.19-.08.39-.12.6-.12.245 0 .467.038.668.113.2.074.36.184.48.33v-.503a.527.527 0 0 0-.218-.443c-.145-.11-.338-.164-.578-.164a1.52 1.52 0 0 0-1.057.427l-.36-.637c.215-.19.457-.333.727-.428a2.6 2.6 0 0 1 .855-.143c.465 0 .846.108 1.14.323.296.215.443.565.443 1.05V15h-.952v-.375Zm0-.945a.72.72 0 0 0-.322-.232 1.162 1.162 0 0 0-.442-.083.776.776 0 0 0-.488.15.477.477 0 0 0-.195.397c0 .165.065.295.195.39.13.096.293.143.488.143.16 0 .307-.027.442-.082a.72.72 0 0 0 .323-.233v-.45Zm6.27-.885c0-.24-.058-.41-.173-.51-.115-.1-.283-.15-.503-.15a.918.918 0 0 0-.472.127c-.145.08-.263.18-.353.3V15H31.3V9.998h.952v1.852c.13-.155.305-.287.525-.397.225-.11.475-.165.75-.165.39 0 .683.1.878.3.2.2.3.48.3.84V15h-.953v-2.205Zm1.665.39c0-.35.08-.668.24-.953.16-.29.382-.52.667-.69.285-.17.608-.255.968-.255.355 0 .67.085.945.255.275.165.487.4.637.706.155.3.233.645.233 1.035v.21h-2.693c.03.24.138.44.323.6.185.16.425.24.72.24.175 0 .35-.033.525-.098.18-.065.327-.152.442-.262l.42.614c-.18.165-.402.29-.667.376-.26.085-.535.127-.825.127-.365 0-.695-.078-.99-.232a1.791 1.791 0 0 1-.698-.668 1.997 1.997 0 0 1-.247-1.005Zm1.875-1.14c-.27 0-.48.082-.63.248a.96.96 0 0 0-.263.555h1.785a.908.908 0 0 0-.247-.556c-.145-.165-.36-.247-.645-.247Zm4.678 2.58c-.125.145-.29.26-.495.345-.2.08-.418.12-.653.12-.205 0-.405-.045-.6-.135a1.187 1.187 0 0 1-.472-.405 1.15 1.15 0 0 1-.188-.66c0-.265.063-.482.188-.652.125-.175.282-.303.472-.383.19-.08.39-.12.6-.12.245 0 .468.038.668.113.2.074.36.184.48.33v-.503a.527.527 0 0 0-.218-.443c-.145-.11-.337-.164-.577-.164a1.52 1.52 0 0 0-1.058.427l-.36-.637c.215-.19.458-.333.728-.428a2.6 2.6 0 0 1 .855-.143c.465 0 .845.108 1.14.323.295.215.442.565.442 1.05V15h-.952v-.375Zm0-.945a.72.72 0 0 0-.323-.232 1.162 1.162 0 0 0-.442-.083.776.776 0 0 0-.488.15.477.477 0 0 0-.195.397c0 .165.065.295.195.39.13.096.293.143.488.143.16 0 .307-.027.442-.082a.72.72 0 0 0 .323-.233v-.45Zm4.387.863c-.145.175-.315.31-.51.405a1.34 1.34 0 0 1-.608.142c-.304 0-.58-.075-.825-.225a1.536 1.536 0 0 1-.577-.652c-.135-.285-.203-.625-.203-1.02 0-.386.068-.72.203-1.005.14-.29.33-.513.57-.668a1.524 1.524 0 0 1 1.448-.09c.195.095.362.232.502.412V9.997h.96V15h-.96v-.457Zm0-1.995a.92.92 0 0 0-.36-.293.976.976 0 0 0-.465-.12c-.27 0-.49.098-.66.293-.17.194-.255.45-.255.764 0 .31.085.563.255.758.17.195.39.293.66.293.16 0 .315-.038.465-.113a.981.981 0 0 0 .36-.3v-1.283Zm2.377-1.636a.567.567 0 0 1-.405-.967.554.554 0 0 1 .405-.172.55.55 0 0 1 .405.165.55.55 0 0 1 .165.404.567.567 0 0 1-.57.57Zm-.472.465h.952V15h-.952v-3.623Zm4.341 1.433c0-.24-.057-.412-.172-.518-.115-.104-.28-.157-.495-.157a.932.932 0 0 0-.48.127c-.14.08-.255.18-.345.3V15h-.953v-3.623h.953v.473c.13-.155.305-.287.525-.397.22-.11.467-.165.742-.165.39 0 .683.102.878.307.2.205.3.487.3.848V15h-.953v-2.19Zm2.251 2.43c.27.3.648.45 1.133.45.27 0 .502-.072.697-.217.2-.14.3-.373.3-.698v-.367a1.6 1.6 0 0 1-.502.42 1.3 1.3 0 0 1-.615.15c-.305 0-.58-.07-.825-.21a1.52 1.52 0 0 1-.57-.63c-.135-.28-.203-.615-.203-1.005 0-.385.068-.715.203-.99.14-.28.33-.493.57-.638.24-.145.515-.218.825-.218.22 0 .425.048.615.143.19.095.357.232.502.412v-.465h.96v3.375c0 .625-.192 1.068-.577 1.328-.38.26-.84.39-1.38.39a2.65 2.65 0 0 1-.855-.127 1.964 1.964 0 0 1-.705-.413l.427-.69Zm2.13-2.693a.861.861 0 0 0-.352-.292.976.976 0 0 0-.465-.12.876.876 0 0 0-.668.27c-.165.18-.247.423-.247.728s.082.547.247.727c.17.18.393.27.668.27.155 0 .31-.04.465-.12a.946.946 0 0 0 .352-.293v-1.17Zm1.785 1.928c0-.165.06-.307.18-.428.12-.12.263-.18.428-.18.164 0 .307.06.427.18s.18.263.18.428c0 .165-.06.308-.18.428a.584.584 0 0 1-.428.18.584.584 0 0 1-.427-.18.584.584 0 0 1-.18-.428Zm1.919 0c0-.165.06-.307.18-.428.12-.12.262-.18.427-.18.165 0 .308.06.428.18s.18.263.18.428c0 .165-.06.308-.18.428a.584.584 0 0 1-.428.18.584.584 0 0 1-.427-.18.584.584 0 0 1-.18-.428Zm1.919 0c0-.165.06-.307.18-.428.12-.12.262-.18.427-.18.165 0 .308.06.428.18s.18.263.18.428c0 .165-.06.308-.18.428a.584.584 0 0 1-.428.18.584.584 0 0 1-.427-.18.584.584 0 0 1-.18-.428ZM14.97 29.5h-.495l-.243-.621h-1.471l-.243.621h-.495l1.192-3.002h.563L14.97 29.5Zm-.869-1.021-.607-1.589-.603 1.588h1.21Zm3.173 1.021h-.405v-.31a.899.899 0 0 1-.71.364c-.568 0-.973-.427-.973-1.138 0-.698.405-1.143.972-1.143.28 0 .536.134.711.369v-1.143h.405V29.5Zm-.405-.621v-.927a.751.751 0 0 0-.603-.32c-.405 0-.657.329-.657.784 0 .45.252.778.657.778.248 0 .49-.14.603-.315Zm3.007.621h-.405v-.31a.899.899 0 0 1-.711.364c-.567 0-.972-.427-.972-1.138 0-.698.405-1.143.972-1.143.279 0 .535.134.71.369v-1.143h.406V29.5Zm-.405-.621v-.927a.751.751 0 0 0-.603-.32c-.405 0-.657.329-.657.784 0 .45.252.778.657.778.247 0 .49-.14.603-.315Zm2.024.337.194-.297c.148.162.436.311.729.311.306 0 .468-.126.468-.31 0-.217-.248-.289-.527-.352-.369-.085-.8-.184-.8-.652 0-.346.296-.643.827-.643.374 0 .644.134.828.31l-.18.284c-.126-.154-.369-.266-.643-.266-.275 0-.446.108-.446.284 0 .188.234.252.504.314.378.086.828.19.828.689 0 .373-.306.666-.877.666-.365 0-.684-.112-.905-.337Zm3.257.338c-.675 0-1.098-.513-1.098-1.143 0-.626.423-1.139 1.098-1.139.68 0 1.098.514 1.098 1.139 0 .63-.418 1.143-1.098 1.143Zm0-.36c.437 0 .675-.369.675-.783 0-.41-.238-.779-.675-.779-.432 0-.675.37-.675.779 0 .414.243.783.675.783Zm4.659.306h-.405v-1.449c0-.252-.113-.418-.378-.418-.22 0-.436.152-.54.31V29.5h-.405v-1.449c0-.252-.108-.418-.383-.418-.211 0-.422.157-.53.315V29.5h-.405v-2.174h.405v.306a.94.94 0 0 1 .701-.36c.329 0 .523.172.59.405a.912.912 0 0 1 .733-.404c.401 0 .617.22.617.657v1.57Zm.51-1.089c0-.63.454-1.139 1.089-1.139.652 0 1.057.509 1.057 1.175v.099h-1.719a.713.713 0 0 0 .738.675c.23 0 .482-.09.644-.256l.189.265c-.216.212-.522.324-.873.324-.648 0-1.125-.459-1.125-1.143Zm1.089-.806c-.437 0-.644.351-.666.648h1.327c-.009-.288-.202-.648-.661-.648Zm3.323 1.949c-.342 0-.518-.194-.518-.535v-1.337h-.36v-.355h.36v-.595h.405v.595h.441v.355h-.44v1.247c0 .152.071.265.21.265.095 0 .18-.04.221-.085l.104.305c-.086.081-.212.14-.423.14Zm.642-1.143c0-.63.454-1.139 1.089-1.139.652 0 1.057.509 1.057 1.175v.099h-1.719a.713.713 0 0 0 .738.675c.23 0 .482-.09.644-.256l.189.265c-.216.212-.522.324-.873.324-.648 0-1.125-.459-1.125-1.143Zm1.089-.806c-.437 0-.644.351-.666.648h1.327c-.009-.288-.202-.648-.661-.648Zm3.25 1.895h-.458l-.608-.846-.612.846h-.459l.815-1.116-.765-1.058h.459l.562.784.558-.784h.46l-.77 1.058.819 1.116Zm.96.054c-.342 0-.517-.194-.517-.535v-1.337h-.36v-.355h.36v-.595h.405v.595h.44v.355h-.44v1.247c0 .152.072.265.211.265.095 0 .18-.04.22-.085l.104.305c-.085.081-.211.14-.423.14Zm.705-.288a.28.28 0 0 1 .28-.279c.152 0 .283.126.283.279 0 .153-.13.284-.284.284a.284.284 0 0 1-.279-.284Zm1.072 0a.28.28 0 0 1 .28-.279c.152 0 .283.126.283.279 0 .153-.13.284-.284.284a.284.284 0 0 1-.279-.284Zm1.073 0a.28.28 0 0 1 .279-.279c.153 0 .283.126.283.279 0 .153-.13.284-.283.284a.284.284 0 0 1-.28-.284Z"/><path stroke="#000C27" stroke-opacity=".1" stroke-width=".75" d="M9.375 22.875h101.25v42.75H9.375z" style="mix-blend-mode:hard-light"/></svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 75" fill="none">
2
+ <rect width="119.25" height="74.25" x=".375" y=".375" fill="#F3F4F6"/>
3
+ <path fill="#1F2937" d="M31.315 33.965h-2.682L28.255 35h-1.404l2.322-6.003h1.602L33.088 35h-1.395l-.378-1.035Zm-2.34-1.107h1.989l-.99-2.754-.999 2.754Zm7.628 1.593a1.83 1.83 0 0 1-.612.486 1.608 1.608 0 0 1-.729.171c-.366 0-.696-.09-.99-.27a1.843 1.843 0 0 1-.693-.783c-.162-.342-.243-.75-.243-1.224 0-.462.081-.864.243-1.206.168-.348.396-.615.684-.801.294-.186.627-.279 1-.279.257 0 .503.057.737.171.234.114.435.279.603.495v-2.214h1.152V35h-1.152v-.549Zm0-2.394a1.104 1.104 0 0 0-.432-.351 1.171 1.171 0 0 0-.558-.144c-.324 0-.588.117-.792.351-.204.234-.306.54-.306.918 0 .372.102.675.306.909.204.234.468.351.792.351.192 0 .378-.045.558-.135.186-.096.33-.216.432-.36v-1.539Zm5.274 2.394a1.83 1.83 0 0 1-.612.486 1.608 1.608 0 0 1-.73.171c-.365 0-.695-.09-.99-.27a1.843 1.843 0 0 1-.692-.783c-.162-.342-.243-.75-.243-1.224 0-.462.08-.864.243-1.206.168-.348.396-.615.684-.801.294-.186.627-.279.999-.279.258 0 .504.057.738.171.234.114.435.279.603.495v-2.214h1.152V35h-1.152v-.549Zm0-2.394a1.104 1.104 0 0 0-.432-.351 1.171 1.171 0 0 0-.558-.144c-.324 0-.588.117-.792.351-.204.234-.306.54-.306.918 0 .372.102.675.306.909.204.234.468.351.792.351.192 0 .378-.045.558-.135.186-.096.33-.216.432-.36v-1.539Zm7.198 2.493c-.15.174-.348.312-.594.414a2.09 2.09 0 0 1-.783.144c-.246 0-.486-.054-.72-.162a1.425 1.425 0 0 1-.567-.486 1.38 1.38 0 0 1-.225-.792c0-.318.075-.579.225-.783.15-.21.339-.363.567-.459.228-.096.468-.144.72-.144.294 0 .56.045.8.135.24.09.433.222.577.396v-.603a.633.633 0 0 0-.261-.531c-.174-.132-.405-.198-.693-.198-.474 0-.897.171-1.27.513l-.431-.765a2.62 2.62 0 0 1 .873-.513 3.12 3.12 0 0 1 1.026-.171c.558 0 1.014.129 1.368.387.354.258.53.678.53 1.26V35h-1.142v-.45Zm0-1.134a.863.863 0 0 0-.387-.279 1.394 1.394 0 0 0-.531-.099.931.931 0 0 0-.585.18.572.572 0 0 0-.234.477c0 .198.078.354.234.468a.965.965 0 0 0 .585.171c.192 0 .369-.033.53-.099a.863.863 0 0 0 .388-.279v-.54Zm7.522-1.062c0-.288-.069-.492-.207-.612-.138-.12-.339-.18-.603-.18-.204 0-.393.051-.567.153a1.31 1.31 0 0 0-.423.36V35h-1.143v-6.003h1.143v2.223c.156-.186.366-.345.63-.477.27-.132.57-.198.9-.198.468 0 .82.12 1.053.36.24.24.36.576.36 1.008V35h-1.143v-2.646Zm2 .468c0-.42.095-.801.287-1.143.192-.348.46-.624.801-.828a2.222 2.222 0 0 1 1.161-.306c.426 0 .804.102 1.134.306.33.198.585.48.765.846.186.36.28.774.28 1.242v.252h-3.232c.036.288.165.528.387.72.222.192.51.288.864.288.21 0 .42-.039.63-.117.216-.078.393-.183.531-.315l.504.738a2.128 2.128 0 0 1-.8.45 3.166 3.166 0 0 1-.99.153c-.439 0-.835-.093-1.189-.279a2.15 2.15 0 0 1-.837-.801 2.396 2.396 0 0 1-.297-1.206Zm2.25-1.368c-.325 0-.577.099-.757.297-.18.192-.285.414-.315.666h2.142a1.09 1.09 0 0 0-.297-.666c-.174-.198-.432-.297-.774-.297Zm5.613 3.096c-.15.174-.348.312-.594.414a2.09 2.09 0 0 1-.783.144c-.246 0-.486-.054-.72-.162a1.425 1.425 0 0 1-.567-.486 1.38 1.38 0 0 1-.225-.792c0-.318.075-.579.225-.783.15-.21.339-.363.567-.459.228-.096.468-.144.72-.144.294 0 .56.045.8.135.24.09.433.222.577.396v-.603a.633.633 0 0 0-.261-.531c-.174-.132-.405-.198-.693-.198-.474 0-.897.171-1.27.513l-.431-.765a2.62 2.62 0 0 1 .873-.513 3.12 3.12 0 0 1 1.026-.171c.558 0 1.014.129 1.368.387.354.258.53.678.53 1.26V35H66.46v-.45Zm0-1.134a.863.863 0 0 0-.387-.279 1.394 1.394 0 0 0-.531-.099.931.931 0 0 0-.585.18.572.572 0 0 0-.234.477c0 .198.078.354.234.468a.965.965 0 0 0 .585.171c.192 0 .369-.033.53-.099a.863.863 0 0 0 .388-.279v-.54Zm5.264 1.035a1.83 1.83 0 0 1-.612.486 1.608 1.608 0 0 1-.729.171c-.366 0-.696-.09-.99-.27a1.843 1.843 0 0 1-.693-.783c-.162-.342-.243-.75-.243-1.224 0-.462.081-.864.243-1.206.168-.348.396-.615.684-.801.294-.186.627-.279 1-.279.257 0 .503.057.737.171.234.114.435.279.603.495v-2.214h1.152V35h-1.152v-.549Zm0-2.394a1.104 1.104 0 0 0-.432-.351 1.171 1.171 0 0 0-.558-.144c-.324 0-.588.117-.792.351-.204.234-.306.54-.306.918 0 .372.102.675.306.909.204.234.468.351.792.351.192 0 .378-.045.558-.135.186-.096.33-.216.432-.36v-1.539Zm2.853-1.962a.68.68 0 0 1-.486-1.161.665.665 0 0 1 .486-.207.66.66 0 0 1 .486.198.66.66 0 0 1 .198.486.68.68 0 0 1-.684.684Zm-.567.558h1.143V35H74.01v-4.347Zm5.21 1.719c0-.288-.069-.495-.207-.621-.138-.126-.336-.189-.594-.189-.21 0-.402.051-.576.153a1.341 1.341 0 0 0-.414.36V35h-1.143v-4.347h1.143v.567c.156-.186.366-.345.63-.477s.561-.198.891-.198c.468 0 .82.123 1.053.369.24.246.36.585.36 1.017V35H79.22v-2.628Zm2.701 2.916c.324.36.777.54 1.36.54.323 0 .602-.087.836-.261.24-.168.36-.447.36-.837v-.441a1.92 1.92 0 0 1-.603.504 1.56 1.56 0 0 1-.738.18 1.96 1.96 0 0 1-.99-.252 1.824 1.824 0 0 1-.684-.756c-.162-.336-.243-.738-.243-1.206 0-.462.081-.858.243-1.188.168-.336.396-.591.684-.765.288-.174.618-.261.99-.261.264 0 .51.057.738.171.228.114.43.279.603.495v-.558h1.152v4.05c0 .75-.23 1.281-.693 1.593-.456.312-1.008.468-1.656.468a3.18 3.18 0 0 1-1.026-.153 2.356 2.356 0 0 1-.846-.495l.513-.828Zm2.556-3.231a1.033 1.033 0 0 0-.423-.351 1.171 1.171 0 0 0-.558-.144c-.33 0-.597.108-.8.324-.199.216-.298.507-.298.873s.1.657.297.873c.204.216.471.324.801.324.186 0 .372-.048.558-.144.186-.096.327-.213.423-.351v-1.404Zm2.142 2.313a.7.7 0 0 1 .216-.513.7.7 0 0 1 .513-.216.7.7 0 0 1 .513.216.7.7 0 0 1 .216.513.7.7 0 0 1-.216.513.7.7 0 0 1-.513.216.7.7 0 0 1-.513-.216.7.7 0 0 1-.216-.513Zm2.302 0a.7.7 0 0 1 .216-.513.7.7 0 0 1 .513-.216.7.7 0 0 1 .513.216.7.7 0 0 1 .216.513.7.7 0 0 1-.216.513.7.7 0 0 1-.513.216.7.7 0 0 1-.513-.216.7.7 0 0 1-.216-.513Zm2.303 0a.7.7 0 0 1 .216-.513.7.7 0 0 1 .513-.216.7.7 0 0 1 .513.216.7.7 0 0 1 .216.513.7.7 0 0 1-.216.513.7.7 0 0 1-.513.216.7.7 0 0 1-.513-.216.7.7 0 0 1-.216-.513ZM42.664 45h-.66l-.324-.828h-1.962l-.324.828h-.66l1.59-4.002h.75L42.664 45Zm-1.158-1.362-.81-2.118-.804 2.118h1.614ZM45.736 45h-.54v-.414a1.199 1.199 0 0 1-.948.486c-.756 0-1.296-.57-1.296-1.518 0-.93.54-1.524 1.296-1.524.372 0 .714.18.948.492v-1.524h.54V45Zm-.54-.828v-1.236a1.001 1.001 0 0 0-.804-.426c-.54 0-.876.438-.876 1.044 0 .6.336 1.038.876 1.038.33 0 .654-.186.804-.42Zm4.009.828h-.54v-.414a1.199 1.199 0 0 1-.948.486c-.756 0-1.296-.57-1.296-1.518 0-.93.54-1.524 1.296-1.524.372 0 .714.18.948.492v-1.524h.54V45Zm-.54-.828v-1.236a1.001 1.001 0 0 0-.804-.426c-.54 0-.876.438-.876 1.044 0 .6.336 1.038.876 1.038.33 0 .654-.186.804-.42Zm2.7.45.258-.396c.198.216.582.414.972.414.408 0 .624-.168.624-.414 0-.288-.33-.384-.702-.468-.492-.114-1.068-.246-1.068-.87 0-.462.396-.858 1.104-.858.498 0 .858.18 1.104.414l-.24.378c-.168-.204-.492-.354-.858-.354s-.594.144-.594.378c0 .252.312.336.672.42.504.114 1.104.252 1.104.918 0 .498-.408.888-1.17.888-.486 0-.912-.15-1.206-.45Zm4.342.45c-.9 0-1.464-.684-1.464-1.524 0-.834.564-1.518 1.464-1.518.906 0 1.464.684 1.464 1.518 0 .84-.558 1.524-1.464 1.524Zm0-.48c.582 0 .9-.492.9-1.044 0-.546-.318-1.038-.9-1.038-.576 0-.9.492-.9 1.038 0 .552.324 1.044.9 1.044ZM61.92 45h-.54v-1.932c0-.336-.15-.558-.504-.558-.294 0-.582.204-.72.414V45h-.54v-1.932c0-.336-.144-.558-.51-.558-.282 0-.564.21-.708.42V45h-.54v-2.898h.54v.408c.12-.18.504-.48.936-.48.438 0 .696.228.786.54.168-.27.552-.54.978-.54.534 0 .822.294.822.876V45Zm.68-1.452c0-.84.606-1.518 1.452-1.518.87 0 1.41.678 1.41 1.566v.132h-2.292c.042.492.402.9.984.9.306 0 .642-.12.858-.342l.252.354c-.288.282-.696.432-1.164.432-.864 0-1.5-.612-1.5-1.524Zm1.452-1.074c-.582 0-.858.468-.888.864h1.77c-.012-.384-.27-.864-.882-.864Zm4.43 2.598c-.456 0-.69-.258-.69-.714v-1.782h-.48v-.474h.48v-.792h.54v.792h.588v.474h-.588v1.662c0 .204.096.354.282.354.126 0 .24-.054.294-.114l.138.408c-.114.108-.282.186-.564.186Zm.856-1.524c0-.84.606-1.518 1.452-1.518.87 0 1.41.678 1.41 1.566v.132h-2.292c.042.492.402.9.984.9.306 0 .642-.12.858-.342l.252.354c-.288.282-.696.432-1.164.432-.864 0-1.5-.612-1.5-1.524Zm1.452-1.074c-.582 0-.858.468-.888.864h1.77c-.012-.384-.27-.864-.882-.864ZM75.124 45h-.612l-.81-1.128L72.886 45h-.612l1.086-1.488-1.02-1.41h.612l.75 1.044.744-1.044h.612l-1.026 1.41L75.124 45Zm1.279.072c-.456 0-.69-.258-.69-.714v-1.782h-.48v-.474h.48v-.792h.54v.792h.588v.474h-.588v1.662c0 .204.096.354.282.354.126 0 .24-.054.294-.114l.138.408c-.114.108-.282.186-.564.186Zm.94-.384c0-.204.168-.372.372-.372a.38.38 0 0 1 .378.372.384.384 0 0 1-.378.378.38.38 0 0 1-.372-.378Zm1.43 0c0-.204.168-.372.371-.372a.38.38 0 0 1 .378.372.384.384 0 0 1-.378.378.38.38 0 0 1-.372-.378Zm1.43 0c0-.204.167-.372.371-.372a.38.38 0 0 1 .378.372.384.384 0 0 1-.378.378.38.38 0 0 1-.372-.378Z"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 75" fill="none">
2
+ <rect width="120" height="75" fill="#F3F4F6"/>
3
+ <path fill="#000C27" fill-opacity=".06" d="M39.25 35.25h-14a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-14a2 2 0 0 0-2-2Z" style="mix-blend-mode:hard-light"/><path stroke="#111827" stroke-linecap="round" stroke-linejoin="round" stroke-width=".75" d="M39.25 35.25h-14a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-14a2 2 0 0 0-2-2Z"/><path fill="#000C27" fill-opacity=".06" d="M29.25 43.25a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z" style="mix-blend-mode:hard-light"/><path stroke="#111827" stroke-linecap="round" stroke-linejoin="round" stroke-width=".75" d="M29.25 43.25a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z"/><path fill="#000C27" fill-opacity=".06" d="m41.25 47.25-3.086-3.086a2 2 0 0 0-2.828 0L26.25 53.25" style="mix-blend-mode:hard-light"/><path stroke="#111827" stroke-linecap="round" stroke-linejoin="round" stroke-width=".75" d="m41.25 47.25-3.086-3.086a2 2 0 0 0-2.828 0L26.25 53.25"/><path stroke="#000C27" stroke-opacity=".1" stroke-width=".75" d="M9.375 22.875h45.75v42.75H9.375z" style="mix-blend-mode:hard-light"/><path fill="#000C27" fill-opacity=".06" d="M94.75 35.25h-14a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-14a2 2 0 0 0-2-2Z" style="mix-blend-mode:hard-light"/><path stroke="#111827" stroke-linecap="round" stroke-linejoin="round" stroke-width=".75" d="M94.75 35.25h-14a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-14a2 2 0 0 0-2-2Z"/><path fill="#000C27" fill-opacity=".06" d="M84.75 43.25a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z" style="mix-blend-mode:hard-light"/><path stroke="#111827" stroke-linecap="round" stroke-linejoin="round" stroke-width=".75" d="M84.75 43.25a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z"/><path fill="#000C27" fill-opacity=".06" d="m96.75 47.25-3.086-3.086a2 2 0 0 0-2.828 0L81.75 53.25" style="mix-blend-mode:hard-light"/><path stroke="#111827" stroke-linecap="round" stroke-linejoin="round" stroke-width=".75" d="m96.75 47.25-3.086-3.086a2 2 0 0 0-2.828 0L81.75 53.25"/><path stroke="#000C27" stroke-opacity=".1" stroke-width=".75" d="M64.875 22.875h45.75v42.75h-45.75z" style="mix-blend-mode:hard-light"/><path fill="#1F2937" d="M12.682 14.137h-2.235l-.314.863h-1.17l1.935-5.002h1.335L14.16 15h-1.162l-.316-.863Zm-1.95-.922h1.658l-.825-2.295-.832 2.295Zm6.358 1.328c-.145.175-.316.31-.51.405a1.34 1.34 0 0 1-.608.142c-.305 0-.58-.075-.825-.225a1.536 1.536 0 0 1-.578-.652c-.135-.285-.202-.625-.202-1.02 0-.386.067-.72.202-1.005.14-.29.33-.513.57-.668a1.524 1.524 0 0 1 1.448-.09c.195.095.363.232.503.412V9.997h.96V15h-.96v-.457Zm0-1.995a.92.92 0 0 0-.36-.293.976.976 0 0 0-.465-.12c-.27 0-.49.098-.66.293-.17.194-.255.45-.255.764 0 .31.085.563.255.758.17.195.39.293.66.293.16 0 .314-.038.465-.113a.981.981 0 0 0 .36-.3v-1.283Zm4.394 1.995c-.145.175-.315.31-.51.405a1.34 1.34 0 0 1-.608.142c-.305 0-.58-.075-.825-.225a1.536 1.536 0 0 1-.577-.652c-.135-.285-.202-.625-.202-1.02 0-.386.067-.72.202-1.005.14-.29.33-.513.57-.668a1.524 1.524 0 0 1 1.448-.09c.195.095.362.232.502.412V9.997h.96V15h-.96v-.457Zm0-1.995a.92.92 0 0 0-.36-.293.976.976 0 0 0-.465-.12c-.27 0-.49.098-.66.293-.17.194-.255.45-.255.764 0 .31.085.563.255.758.17.195.39.293.66.293.16 0 .315-.038.465-.113a.981.981 0 0 0 .36-.3v-1.283Zm5.998 2.077c-.124.145-.29.26-.494.345-.2.08-.418.12-.653.12-.205 0-.405-.045-.6-.135a1.187 1.187 0 0 1-.473-.405 1.15 1.15 0 0 1-.187-.66c0-.265.063-.482.188-.652.124-.175.282-.303.472-.383.19-.08.39-.12.6-.12.245 0 .467.038.668.113.2.074.36.184.48.33v-.503a.527.527 0 0 0-.218-.443c-.145-.11-.338-.164-.578-.164a1.52 1.52 0 0 0-1.057.427l-.36-.637c.215-.19.457-.333.727-.428a2.6 2.6 0 0 1 .855-.143c.465 0 .846.108 1.14.323.296.215.443.565.443 1.05V15h-.952v-.375Zm0-.945a.72.72 0 0 0-.322-.232 1.162 1.162 0 0 0-.442-.083.776.776 0 0 0-.488.15.477.477 0 0 0-.195.397c0 .165.065.295.195.39.13.096.293.143.488.143.16 0 .307-.027.442-.082a.72.72 0 0 0 .323-.233v-.45Zm6.27-.885c0-.24-.058-.41-.173-.51-.115-.1-.283-.15-.503-.15a.918.918 0 0 0-.472.127c-.145.08-.263.18-.353.3V15H31.3V9.998h.952v1.852c.13-.155.305-.287.525-.397.225-.11.475-.165.75-.165.39 0 .683.1.878.3.2.2.3.48.3.84V15h-.953v-2.205Zm1.665.39c0-.35.08-.668.24-.953.16-.29.382-.52.667-.69.285-.17.608-.255.968-.255.355 0 .67.085.945.255.275.165.487.4.637.706.155.3.233.645.233 1.035v.21h-2.693c.03.24.138.44.323.6.185.16.425.24.72.24.175 0 .35-.033.525-.098.18-.065.327-.152.442-.262l.42.614c-.18.165-.402.29-.667.376-.26.085-.535.127-.825.127-.365 0-.695-.078-.99-.232a1.791 1.791 0 0 1-.698-.668 1.997 1.997 0 0 1-.247-1.005Zm1.875-1.14c-.27 0-.48.082-.63.248a.96.96 0 0 0-.263.555h1.785a.908.908 0 0 0-.247-.556c-.145-.165-.36-.247-.645-.247Zm4.678 2.58c-.125.145-.29.26-.495.345-.2.08-.418.12-.653.12-.205 0-.405-.045-.6-.135a1.187 1.187 0 0 1-.472-.405 1.15 1.15 0 0 1-.188-.66c0-.265.063-.482.188-.652.125-.175.282-.303.472-.383.19-.08.39-.12.6-.12.245 0 .468.038.668.113.2.074.36.184.48.33v-.503a.527.527 0 0 0-.218-.443c-.145-.11-.337-.164-.577-.164a1.52 1.52 0 0 0-1.058.427l-.36-.637c.215-.19.458-.333.728-.428a2.6 2.6 0 0 1 .855-.143c.465 0 .845.108 1.14.323.295.215.442.565.442 1.05V15h-.952v-.375Zm0-.945a.72.72 0 0 0-.323-.232 1.162 1.162 0 0 0-.442-.083.776.776 0 0 0-.488.15.477.477 0 0 0-.195.397c0 .165.065.295.195.39.13.096.293.143.488.143.16 0 .307-.027.442-.082a.72.72 0 0 0 .323-.233v-.45Zm4.387.863c-.145.175-.315.31-.51.405a1.34 1.34 0 0 1-.608.142c-.304 0-.58-.075-.825-.225a1.536 1.536 0 0 1-.577-.652c-.135-.285-.203-.625-.203-1.02 0-.386.068-.72.203-1.005.14-.29.33-.513.57-.668a1.524 1.524 0 0 1 1.448-.09c.195.095.362.232.502.412V9.997h.96V15h-.96v-.457Zm0-1.995a.92.92 0 0 0-.36-.293.976.976 0 0 0-.465-.12c-.27 0-.49.098-.66.293-.17.194-.255.45-.255.764 0 .31.085.563.255.758.17.195.39.293.66.293.16 0 .315-.038.465-.113a.981.981 0 0 0 .36-.3v-1.283Zm2.377-1.636a.567.567 0 0 1-.405-.967.554.554 0 0 1 .405-.172.55.55 0 0 1 .405.165.55.55 0 0 1 .165.404.567.567 0 0 1-.57.57Zm-.472.465h.952V15h-.952v-3.623Zm4.341 1.433c0-.24-.057-.412-.172-.518-.115-.104-.28-.157-.495-.157a.932.932 0 0 0-.48.127c-.14.08-.255.18-.345.3V15h-.953v-3.623h.953v.473c.13-.155.305-.287.525-.397.22-.11.467-.165.742-.165.39 0 .683.102.878.307.2.205.3.487.3.848V15h-.953v-2.19Zm2.251 2.43c.27.3.648.45 1.133.45.27 0 .502-.072.697-.217.2-.14.3-.373.3-.698v-.367a1.6 1.6 0 0 1-.502.42 1.3 1.3 0 0 1-.615.15c-.305 0-.58-.07-.825-.21a1.52 1.52 0 0 1-.57-.63c-.135-.28-.203-.615-.203-1.005 0-.385.068-.715.203-.99.14-.28.33-.493.57-.638.24-.145.515-.218.825-.218.22 0 .425.048.615.143.19.095.357.232.502.412v-.465h.96v3.375c0 .625-.192 1.068-.577 1.328-.38.26-.84.39-1.38.39a2.65 2.65 0 0 1-.855-.127 1.964 1.964 0 0 1-.705-.413l.427-.69Zm2.13-2.693a.861.861 0 0 0-.352-.292.976.976 0 0 0-.465-.12.876.876 0 0 0-.668.27c-.165.18-.247.423-.247.728s.082.547.247.727c.17.18.393.27.668.27.155 0 .31-.04.465-.12a.946.946 0 0 0 .352-.293v-1.17Zm1.785 1.928c0-.165.06-.307.18-.428.12-.12.263-.18.428-.18.164 0 .307.06.427.18s.18.263.18.428c0 .165-.06.308-.18.428a.584.584 0 0 1-.428.18.584.584 0 0 1-.427-.18.584.584 0 0 1-.18-.428Zm1.919 0c0-.165.06-.307.18-.428.12-.12.262-.18.427-.18.165 0 .308.06.428.18s.18.263.18.428c0 .165-.06.308-.18.428a.584.584 0 0 1-.428.18.584.584 0 0 1-.427-.18.584.584 0 0 1-.18-.428Zm1.919 0c0-.165.06-.307.18-.428.12-.12.262-.18.427-.18.165 0 .308.06.428.18s.18.263.18.428c0 .165-.06.308-.18.428a.584.584 0 0 1-.428.18.584.584 0 0 1-.427-.18.584.584 0 0 1-.18-.428Z"/></svg>
@@ -0,0 +1,5 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 75" fill="none">
2
+ <rect width="120" height="75" fill="#F3F4F6"/>
3
+ <path fill="#1F2937" d="M16.419 29.215h-2.682l-.378 1.035h-1.404l2.322-6.003h1.602l2.313 6.003h-1.395l-.378-1.035Zm-2.34-1.107h1.989l-.99-2.754-.999 2.754Zm7.628 1.593a1.83 1.83 0 0 1-.612.486 1.608 1.608 0 0 1-.729.171c-.366 0-.696-.09-.99-.27a1.843 1.843 0 0 1-.693-.783c-.162-.342-.243-.75-.243-1.224 0-.462.081-.864.243-1.206.168-.348.396-.615.684-.801.294-.186.627-.279 1-.279.257 0 .503.057.737.171.234.114.435.279.603.495v-2.214h1.152v6.003h-1.152v-.549Zm0-2.394a1.104 1.104 0 0 0-.432-.351 1.171 1.171 0 0 0-.558-.144c-.324 0-.588.117-.792.351-.204.234-.306.54-.306.918 0 .372.102.675.306.909.204.234.468.351.792.351.192 0 .378-.045.558-.135.186-.096.33-.216.432-.36v-1.539Zm5.274 2.394a1.83 1.83 0 0 1-.612.486 1.608 1.608 0 0 1-.73.171c-.365 0-.695-.09-.99-.27a1.843 1.843 0 0 1-.692-.783c-.162-.342-.243-.75-.243-1.224 0-.462.08-.864.243-1.206.168-.348.396-.615.684-.801.294-.186.627-.279.999-.279.258 0 .504.057.738.171.234.114.435.279.603.495v-2.214h1.152v6.003H26.98v-.549Zm0-2.394a1.104 1.104 0 0 0-.432-.351 1.171 1.171 0 0 0-.558-.144c-.324 0-.588.117-.792.351-.204.234-.306.54-.306.918 0 .372.102.675.306.909.204.234.468.351.792.351.192 0 .378-.045.558-.135.186-.096.33-.216.432-.36v-1.539Zm7.198 2.493c-.15.174-.348.312-.594.414a2.09 2.09 0 0 1-.783.144c-.246 0-.486-.054-.72-.162a1.425 1.425 0 0 1-.567-.486 1.38 1.38 0 0 1-.225-.792c0-.318.075-.579.225-.783.15-.21.339-.363.567-.459.228-.096.468-.144.72-.144.294 0 .561.045.801.135.24.09.432.222.576.396v-.603a.633.633 0 0 0-.261-.531c-.174-.132-.405-.198-.693-.198-.474 0-.897.171-1.269.513l-.432-.765a2.62 2.62 0 0 1 .873-.513 3.12 3.12 0 0 1 1.026-.171c.558 0 1.014.129 1.368.387.354.258.531.678.531 1.26v2.808h-1.143v-.45Zm0-1.134a.863.863 0 0 0-.387-.279 1.394 1.394 0 0 0-.531-.099.931.931 0 0 0-.585.18.572.572 0 0 0-.234.477c0 .198.078.354.234.468a.965.965 0 0 0 .585.171c.192 0 .369-.033.531-.099a.863.863 0 0 0 .387-.279v-.54ZM15.51 36.604c0-.288-.069-.492-.207-.612-.138-.12-.339-.18-.603-.18-.204 0-.393.051-.567.153a1.31 1.31 0 0 0-.423.36v2.925h-1.143v-6.003h1.143v2.223c.156-.186.366-.345.63-.477.27-.132.57-.198.9-.198.468 0 .819.12 1.053.36.24.24.36.576.36 1.008v3.087H15.51v-2.646Zm1.999.468c0-.42.096-.801.288-1.143.192-.348.459-.624.8-.828a2.222 2.222 0 0 1 1.162-.306c.426 0 .804.102 1.134.306.33.198.585.48.765.846.186.36.279.774.279 1.242v.252h-3.231c.036.288.165.528.387.72.222.192.51.288.864.288.21 0 .42-.039.63-.117.216-.078.393-.183.53-.315l.505.738a2.128 2.128 0 0 1-.801.45 3.166 3.166 0 0 1-.99.153c-.438 0-.834-.093-1.188-.279a2.15 2.15 0 0 1-.837-.801 2.396 2.396 0 0 1-.297-1.206Zm2.25-1.368c-.324 0-.576.099-.756.297-.18.192-.285.414-.315.666h2.142a1.09 1.09 0 0 0-.297-.666c-.174-.198-.432-.297-.774-.297Zm5.613 3.096c-.15.174-.348.312-.594.414a2.09 2.09 0 0 1-.783.144c-.246 0-.486-.054-.72-.162a1.425 1.425 0 0 1-.567-.486 1.38 1.38 0 0 1-.225-.792c0-.318.075-.579.225-.783.15-.21.34-.363.567-.459.228-.096.468-.144.72-.144.294 0 .561.045.801.135.24.09.432.222.576.396v-.603a.633.633 0 0 0-.26-.531c-.175-.132-.406-.198-.694-.198-.474 0-.897.171-1.269.513l-.432-.765a2.62 2.62 0 0 1 .873-.513 3.12 3.12 0 0 1 1.026-.171c.558 0 1.014.129 1.368.387.354.258.531.678.531 1.26v2.808h-1.143v-.45Zm0-1.134a.863.863 0 0 0-.387-.279 1.394 1.394 0 0 0-.53-.099.931.931 0 0 0-.586.18.572.572 0 0 0-.234.477c0 .198.078.354.234.468a.965.965 0 0 0 .585.171c.192 0 .37-.033.531-.099a.863.863 0 0 0 .387-.279v-.54Zm5.265 1.035a1.83 1.83 0 0 1-.612.486 1.608 1.608 0 0 1-.729.171c-.366 0-.696-.09-.99-.27a1.843 1.843 0 0 1-.693-.783c-.162-.342-.243-.75-.243-1.224 0-.462.081-.864.243-1.206.168-.348.396-.615.684-.801.294-.186.627-.279.999-.279.258 0 .504.057.738.171.234.114.435.279.603.495v-2.214h1.152v6.003h-1.152v-.549Zm0-2.394a1.104 1.104 0 0 0-.432-.351 1.171 1.171 0 0 0-.558-.144c-.324 0-.588.117-.792.351-.204.234-.306.54-.306.918 0 .372.102.675.306.909.204.234.468.351.792.351.192 0 .378-.045.558-.135.186-.096.33-.216.432-.36v-1.539Zm2.852-1.962a.68.68 0 0 1-.485-1.161.665.665 0 0 1 .486-.207.66.66 0 0 1 .485.198.66.66 0 0 1 .198.486.68.68 0 0 1-.684.684Zm-.566.558h1.142v4.347h-1.142v-4.347Zm5.21 1.719c0-.288-.07-.495-.207-.621-.138-.126-.336-.189-.594-.189-.21 0-.402.051-.576.153a1.341 1.341 0 0 0-.414.36v2.925h-1.143v-4.347h1.143v.567c.156-.186.366-.345.63-.477s.56-.198.89-.198c.469 0 .82.123 1.054.369.24.246.36.585.36 1.017v3.069h-1.143v-2.628Zm2.7 2.916c.325.36.778.54 1.36.54.324 0 .603-.087.837-.261.24-.168.36-.447.36-.837v-.441a1.92 1.92 0 0 1-.603.504 1.56 1.56 0 0 1-.738.18 1.96 1.96 0 0 1-.99-.252 1.824 1.824 0 0 1-.684-.756c-.162-.336-.243-.738-.243-1.206 0-.462.08-.858.243-1.188.168-.336.396-.591.684-.765.288-.174.618-.261.99-.261.264 0 .51.057.738.171.228.114.429.279.603.495v-.558h1.152v4.05c0 .75-.231 1.281-.693 1.593-.456.312-1.008.468-1.656.468-.384 0-.726-.051-1.026-.153a2.357 2.357 0 0 1-.846-.495l.513-.828Zm2.557-3.231a1.033 1.033 0 0 0-.423-.351 1.171 1.171 0 0 0-.558-.144c-.33 0-.597.108-.801.324-.198.216-.297.507-.297.873s.099.657.297.873c.204.216.47.324.8.324.187 0 .373-.048.559-.144.186-.096.327-.213.423-.351v-1.404Zm2.141 2.313a.7.7 0 0 1 .216-.513.7.7 0 0 1 .513-.216.7.7 0 0 1 .513.216.7.7 0 0 1 .216.513.7.7 0 0 1-.216.513.7.7 0 0 1-.513.216.7.7 0 0 1-.513-.216.7.7 0 0 1-.216-.513Zm2.303 0a.7.7 0 0 1 .216-.513.7.7 0 0 1 .513-.216.7.7 0 0 1 .513.216.7.7 0 0 1 .216.513.7.7 0 0 1-.216.513.7.7 0 0 1-.513.216.7.7 0 0 1-.513-.216.7.7 0 0 1-.216-.513Zm2.303 0a.7.7 0 0 1 .216-.513.7.7 0 0 1 .513-.216.7.7 0 0 1 .513.216.7.7 0 0 1 .216.513.7.7 0 0 1-.216.513.7.7 0 0 1-.513.216.7.7 0 0 1-.513-.216.7.7 0 0 1-.216-.513ZM15.96 49.25h-.66l-.324-.828h-1.962l-.324.828h-.66l1.59-4.002h.75l1.59 4.002Zm-1.158-1.362-.81-2.118-.804 2.118h1.614Zm4.23 1.362h-.54v-.414a1.199 1.199 0 0 1-.948.486c-.756 0-1.296-.57-1.296-1.518 0-.93.54-1.524 1.296-1.524.372 0 .714.18.948.492v-1.524h.54v4.002Zm-.54-.828v-1.236a1.001 1.001 0 0 0-.804-.426c-.54 0-.876.438-.876 1.044 0 .6.336 1.038.876 1.038.33 0 .654-.186.804-.42Zm4.009.828h-.54v-.414a1.199 1.199 0 0 1-.948.486c-.756 0-1.296-.57-1.296-1.518 0-.93.54-1.524 1.296-1.524.372 0 .714.18.948.492v-1.524h.54v4.002Zm-.54-.828v-1.236a1.001 1.001 0 0 0-.804-.426c-.54 0-.876.438-.876 1.044 0 .6.336 1.038.876 1.038.33 0 .654-.186.804-.42Zm2.7.45.258-.396c.197.216.581.414.971.414.409 0 .625-.168.625-.414 0-.288-.33-.384-.703-.468-.492-.114-1.068-.246-1.068-.87 0-.462.396-.858 1.105-.858.497 0 .857.18 1.104.414l-.24.378c-.169-.204-.492-.354-.858-.354-.367 0-.595.144-.595.378 0 .252.313.336.672.42.505.114 1.105.252 1.105.918 0 .498-.409.888-1.17.888-.486 0-.913-.15-1.207-.45Zm4.342.45c-.9 0-1.464-.684-1.464-1.524 0-.834.564-1.518 1.464-1.518.906 0 1.464.684 1.464 1.518 0 .84-.558 1.524-1.464 1.524Zm0-.48c.582 0 .9-.492.9-1.044 0-.546-.318-1.038-.9-1.038-.576 0-.9.492-.9 1.038 0 .552.324 1.044.9 1.044Zm6.212.408h-.54v-1.932c0-.336-.15-.558-.504-.558-.294 0-.582.204-.72.414v2.076h-.54v-1.932c0-.336-.144-.558-.51-.558-.282 0-.564.21-.708.42v2.07h-.54v-2.898h.54v.408c.12-.18.504-.48.936-.48.438 0 .696.228.786.54.168-.27.552-.54.978-.54.534 0 .822.294.822.876v2.094Zm.68-1.452c0-.84.606-1.518 1.452-1.518.87 0 1.41.678 1.41 1.566v.132h-2.292c.042.492.402.9.984.9.306 0 .642-.12.858-.342l.252.354c-.288.282-.696.432-1.164.432-.864 0-1.5-.612-1.5-1.524Zm1.452-1.074c-.582 0-.858.468-.888.864h1.77c-.012-.384-.27-.864-.882-.864Zm4.43 2.598c-.456 0-.69-.258-.69-.714v-1.782h-.48v-.474h.48v-.792h.54v.792h.588v.474h-.588v1.662c0 .204.096.354.282.354.126 0 .24-.054.294-.114l.138.408c-.114.108-.282.186-.564.186Zm.856-1.524c0-.84.606-1.518 1.452-1.518.87 0 1.41.678 1.41 1.566v.132h-2.292c.042.492.402.9.984.9.306 0 .642-.12.858-.342l.252.354c-.288.282-.696.432-1.164.432-.864 0-1.5-.612-1.5-1.524Zm1.452-1.074c-.582 0-.858.468-.888.864h1.77c-.012-.384-.27-.864-.882-.864Zm4.334 2.526h-.611l-.81-1.128-.816 1.128h-.613l1.087-1.488-1.02-1.41h.611l.75 1.044.745-1.044h.611l-1.026 1.41 1.093 1.488Zm1.28.072c-.456 0-.69-.258-.69-.714v-1.782h-.48v-.474h.48v-.792h.54v.792h.588v.474h-.588v1.662c0 .204.096.354.282.354.126 0 .24-.054.294-.114l.138.408c-.114.108-.282.186-.564.186Zm.94-.384c0-.204.168-.372.372-.372a.38.38 0 0 1 .378.372.384.384 0 0 1-.378.378.38.38 0 0 1-.372-.378Zm1.43 0c0-.204.167-.372.371-.372a.38.38 0 0 1 .378.372.384.384 0 0 1-.378.378.38.38 0 0 1-.372-.378Zm1.43 0c0-.204.167-.372.371-.372a.38.38 0 0 1 .378.372.384.384 0 0 1-.378.378.38.38 0 0 1-.372-.378Z"/><path fill="#000C27" fill-opacity=".06" d="M94 28.5H80a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-14a2 2 0 0 0-2-2Z" style="mix-blend-mode:hard-light"/><path stroke="#111827" stroke-linecap="round" stroke-linejoin="round" stroke-width=".75" d="M94 28.5H80a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-14a2 2 0 0 0-2-2Z"/><path fill="#000C27" fill-opacity=".06" d="M84 36.5a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z" style="mix-blend-mode:hard-light"/><path stroke="#111827" stroke-linecap="round" stroke-linejoin="round" stroke-width=".75" d="M84 36.5a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z"/><path fill="#000C27" fill-opacity=".06" d="m96 40.5-3.086-3.086a2 2 0 0 0-2.828 0L81 46.5" style="mix-blend-mode:hard-light"/><path stroke="#111827" stroke-linecap="round" stroke-linejoin="round" stroke-width=".75" d="m96 40.5-3.086-3.086a2 2 0 0 0-2.828 0L81 46.5"/>
4
+ <path stroke="#000C27" stroke-opacity=".1" stroke-width=".75" d="M63.375 12.375h47.25v50.25h-47.25z" style="mix-blend-mode:hard-light"/>
5
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 120 75">
2
+ <rect width="120" height="75" fill="#F3F4F6"/>
3
+ <path fill="#1F2937" d="M12.682 14.137h-2.235l-.314.863h-1.17l1.935-5.002h1.335L14.16 15h-1.162l-.316-.863Zm-1.95-.922h1.658l-.825-2.295-.832 2.295Zm6.358 1.328c-.145.175-.316.31-.51.405a1.34 1.34 0 0 1-.608.142c-.305 0-.58-.075-.825-.225a1.536 1.536 0 0 1-.578-.652c-.135-.285-.202-.625-.202-1.02 0-.386.067-.72.202-1.005.14-.29.33-.513.57-.668a1.524 1.524 0 0 1 1.448-.09c.195.095.363.232.503.412V9.997h.96V15h-.96v-.457Zm0-1.995a.92.92 0 0 0-.36-.293.976.976 0 0 0-.465-.12c-.27 0-.49.098-.66.293-.17.194-.255.45-.255.764 0 .31.085.563.255.758.17.195.39.293.66.293.16 0 .314-.038.465-.113a.981.981 0 0 0 .36-.3v-1.283Zm4.394 1.995c-.145.175-.315.31-.51.405a1.34 1.34 0 0 1-.608.142c-.305 0-.58-.075-.825-.225a1.536 1.536 0 0 1-.577-.652c-.135-.285-.202-.625-.202-1.02 0-.386.067-.72.202-1.005.14-.29.33-.513.57-.668a1.524 1.524 0 0 1 1.448-.09c.195.095.362.232.502.412V9.997h.96V15h-.96v-.457Zm0-1.995a.92.92 0 0 0-.36-.293.976.976 0 0 0-.465-.12c-.27 0-.49.098-.66.293-.17.194-.255.45-.255.764 0 .31.085.563.255.758.17.195.39.293.66.293.16 0 .315-.038.465-.113a.981.981 0 0 0 .36-.3v-1.283Zm5.998 2.077c-.124.145-.29.26-.494.345-.2.08-.418.12-.653.12-.205 0-.405-.045-.6-.135a1.187 1.187 0 0 1-.473-.405 1.15 1.15 0 0 1-.187-.66c0-.265.063-.482.188-.652.124-.175.282-.303.472-.383.19-.08.39-.12.6-.12.245 0 .467.038.668.113.2.074.36.184.48.33v-.503a.527.527 0 0 0-.218-.443c-.145-.11-.338-.164-.578-.164a1.52 1.52 0 0 0-1.057.427l-.36-.637c.215-.19.457-.333.727-.428a2.6 2.6 0 0 1 .855-.143c.465 0 .846.108 1.14.323.296.215.443.565.443 1.05V15h-.952v-.375Zm0-.945a.72.72 0 0 0-.322-.232 1.162 1.162 0 0 0-.442-.083.776.776 0 0 0-.488.15.477.477 0 0 0-.195.397c0 .165.065.295.195.39.13.096.293.143.488.143.16 0 .307-.027.442-.082a.72.72 0 0 0 .323-.233v-.45Zm6.27-.885c0-.24-.058-.41-.173-.51-.115-.1-.283-.15-.503-.15a.918.918 0 0 0-.472.127c-.145.08-.263.18-.353.3V15H31.3V9.998h.952v1.852c.13-.155.305-.287.525-.397.225-.11.475-.165.75-.165.39 0 .683.1.878.3.2.2.3.48.3.84V15h-.953v-2.205Zm1.665.39c0-.35.08-.668.24-.953.16-.29.382-.52.667-.69.285-.17.608-.255.968-.255.355 0 .67.085.945.255.275.165.487.4.637.706.155.3.233.645.233 1.035v.21h-2.693c.03.24.138.44.323.6.185.16.425.24.72.24.175 0 .35-.033.525-.098.18-.065.327-.152.442-.262l.42.614c-.18.165-.402.29-.667.376-.26.085-.535.127-.825.127-.365 0-.695-.078-.99-.232a1.791 1.791 0 0 1-.698-.668 1.997 1.997 0 0 1-.247-1.005Zm1.875-1.14c-.27 0-.48.082-.63.248a.96.96 0 0 0-.263.555h1.785a.908.908 0 0 0-.247-.556c-.145-.165-.36-.247-.645-.247Zm4.678 2.58c-.125.145-.29.26-.495.345-.2.08-.418.12-.653.12-.205 0-.405-.045-.6-.135a1.187 1.187 0 0 1-.472-.405 1.15 1.15 0 0 1-.188-.66c0-.265.063-.482.188-.652.125-.175.282-.303.472-.383.19-.08.39-.12.6-.12.245 0 .468.038.668.113.2.074.36.184.48.33v-.503a.527.527 0 0 0-.218-.443c-.145-.11-.337-.164-.577-.164a1.52 1.52 0 0 0-1.058.427l-.36-.637c.215-.19.458-.333.728-.428a2.6 2.6 0 0 1 .855-.143c.465 0 .845.108 1.14.323.295.215.442.565.442 1.05V15h-.952v-.375Zm0-.945a.72.72 0 0 0-.323-.232 1.162 1.162 0 0 0-.442-.083.776.776 0 0 0-.488.15.477.477 0 0 0-.195.397c0 .165.065.295.195.39.13.096.293.143.488.143.16 0 .307-.027.442-.082a.72.72 0 0 0 .323-.233v-.45Zm4.387.863c-.145.175-.315.31-.51.405a1.34 1.34 0 0 1-.608.142c-.304 0-.58-.075-.825-.225a1.536 1.536 0 0 1-.577-.652c-.135-.285-.203-.625-.203-1.02 0-.386.068-.72.203-1.005.14-.29.33-.513.57-.668a1.524 1.524 0 0 1 1.448-.09c.195.095.362.232.502.412V9.997h.96V15h-.96v-.457Zm0-1.995a.92.92 0 0 0-.36-.293.976.976 0 0 0-.465-.12c-.27 0-.49.098-.66.293-.17.194-.255.45-.255.764 0 .31.085.563.255.758.17.195.39.293.66.293.16 0 .315-.038.465-.113a.981.981 0 0 0 .36-.3v-1.283Zm2.377-1.636a.567.567 0 0 1-.405-.967.554.554 0 0 1 .405-.172.55.55 0 0 1 .405.165.55.55 0 0 1 .165.404.567.567 0 0 1-.57.57Zm-.472.465h.952V15h-.952v-3.623Zm4.341 1.433c0-.24-.057-.412-.172-.518-.115-.104-.28-.157-.495-.157a.932.932 0 0 0-.48.127c-.14.08-.255.18-.345.3V15h-.953v-3.623h.953v.473c.13-.155.305-.287.525-.397.22-.11.467-.165.742-.165.39 0 .683.102.878.307.2.205.3.487.3.848V15h-.953v-2.19Zm2.251 2.43c.27.3.648.45 1.133.45.27 0 .502-.072.697-.217.2-.14.3-.373.3-.698v-.367a1.6 1.6 0 0 1-.502.42 1.3 1.3 0 0 1-.615.15c-.305 0-.58-.07-.825-.21a1.52 1.52 0 0 1-.57-.63c-.135-.28-.203-.615-.203-1.005 0-.385.068-.715.203-.99.14-.28.33-.493.57-.638.24-.145.515-.218.825-.218.22 0 .425.048.615.143.19.095.357.232.502.412v-.465h.96v3.375c0 .625-.192 1.068-.577 1.328-.38.26-.84.39-1.38.39a2.65 2.65 0 0 1-.855-.127 1.964 1.964 0 0 1-.705-.413l.427-.69Zm2.13-2.693a.861.861 0 0 0-.352-.292.976.976 0 0 0-.465-.12.876.876 0 0 0-.668.27c-.165.18-.247.423-.247.728s.082.547.247.727c.17.18.393.27.668.27.155 0 .31-.04.465-.12a.946.946 0 0 0 .352-.293v-1.17Zm1.785 1.928c0-.165.06-.307.18-.428.12-.12.263-.18.428-.18.164 0 .307.06.427.18s.18.263.18.428c0 .165-.06.308-.18.428a.584.584 0 0 1-.428.18.584.584 0 0 1-.427-.18.584.584 0 0 1-.18-.428Zm1.919 0c0-.165.06-.307.18-.428.12-.12.262-.18.427-.18.165 0 .308.06.428.18s.18.263.18.428c0 .165-.06.308-.18.428a.584.584 0 0 1-.428.18.584.584 0 0 1-.427-.18.584.584 0 0 1-.18-.428Zm1.919 0c0-.165.06-.307.18-.428.12-.12.262-.18.427-.18.165 0 .308.06.428.18s.18.263.18.428c0 .165-.06.308-.18.428a.584.584 0 0 1-.428.18.584.584 0 0 1-.427-.18.584.584 0 0 1-.18-.428ZM14.97 29.5h-.495l-.243-.621h-1.471l-.243.621h-.495l1.192-3.002h.563L14.97 29.5Zm-.869-1.021-.607-1.589-.603 1.588h1.21Zm3.173 1.021h-.405v-.31a.899.899 0 0 1-.71.364c-.568 0-.973-.427-.973-1.138 0-.698.405-1.143.972-1.143.28 0 .536.134.711.369v-1.143h.405V29.5Zm-.405-.621v-.927a.751.751 0 0 0-.603-.32c-.405 0-.657.329-.657.784 0 .45.252.778.657.778.248 0 .49-.14.603-.315Zm3.007.621h-.405v-.31a.899.899 0 0 1-.711.364c-.567 0-.972-.427-.972-1.138 0-.698.405-1.143.972-1.143.279 0 .535.134.71.369v-1.143h.406V29.5Zm-.405-.621v-.927a.751.751 0 0 0-.603-.32c-.405 0-.657.329-.657.784 0 .45.252.778.657.778.247 0 .49-.14.603-.315Zm2.024.337.194-.297c.148.162.436.311.729.311.306 0 .468-.126.468-.31 0-.217-.248-.289-.527-.352-.369-.085-.8-.184-.8-.652 0-.346.296-.643.827-.643.374 0 .644.134.828.31l-.18.284c-.126-.154-.369-.266-.643-.266-.275 0-.446.108-.446.284 0 .188.234.252.504.314.378.086.828.19.828.689 0 .373-.306.666-.877.666-.365 0-.684-.112-.905-.337Zm3.257.338c-.675 0-1.098-.513-1.098-1.143 0-.626.423-1.139 1.098-1.139.68 0 1.098.514 1.098 1.139 0 .63-.418 1.143-1.098 1.143Zm0-.36c.437 0 .675-.369.675-.783 0-.41-.238-.779-.675-.779-.432 0-.675.37-.675.779 0 .414.243.783.675.783Zm4.659.306h-.405v-1.449c0-.252-.113-.418-.378-.418-.22 0-.436.152-.54.31V29.5h-.405v-1.449c0-.252-.108-.418-.383-.418-.211 0-.422.157-.53.315V29.5h-.405v-2.174h.405v.306a.94.94 0 0 1 .701-.36c.329 0 .523.172.59.405a.912.912 0 0 1 .733-.404c.401 0 .617.22.617.657v1.57Zm.51-1.089c0-.63.454-1.139 1.089-1.139.652 0 1.057.509 1.057 1.175v.099h-1.719a.713.713 0 0 0 .738.675c.23 0 .482-.09.644-.256l.189.265c-.216.212-.522.324-.873.324-.648 0-1.125-.459-1.125-1.143Zm1.089-.806c-.437 0-.644.351-.666.648h1.327c-.009-.288-.202-.648-.661-.648Zm3.323 1.949c-.342 0-.518-.194-.518-.535v-1.337h-.36v-.355h.36v-.595h.405v.595h.441v.355h-.44v1.247c0 .152.071.265.21.265.095 0 .18-.04.221-.085l.104.305c-.086.081-.212.14-.423.14Zm.642-1.143c0-.63.454-1.139 1.089-1.139.652 0 1.057.509 1.057 1.175v.099h-1.719a.713.713 0 0 0 .738.675c.23 0 .482-.09.644-.256l.189.265c-.216.212-.522.324-.873.324-.648 0-1.125-.459-1.125-1.143Zm1.089-.806c-.437 0-.644.351-.666.648h1.327c-.009-.288-.202-.648-.661-.648Zm3.25 1.895h-.458l-.608-.846-.612.846h-.459l.815-1.116-.765-1.058h.459l.562.784.558-.784h.46l-.77 1.058.819 1.116Zm.96.054c-.342 0-.517-.194-.517-.535v-1.337h-.36v-.355h.36v-.595h.405v.595h.44v.355h-.44v1.247c0 .152.072.265.211.265.095 0 .18-.04.22-.085l.104.305c-.085.081-.211.14-.423.14Zm.705-.288a.28.28 0 0 1 .28-.279c.152 0 .283.126.283.279 0 .153-.13.284-.284.284a.284.284 0 0 1-.279-.284Zm1.072 0a.28.28 0 0 1 .28-.279c.152 0 .283.126.283.279 0 .153-.13.284-.284.284a.284.284 0 0 1-.279-.284Zm1.073 0a.28.28 0 0 1 .279-.279c.153 0 .283.126.283.279 0 .153-.13.284-.283.284a.284.284 0 0 1-.28-.284Z"/><path stroke="#000C27" stroke-opacity=".1" stroke-width=".75" d="M9.375 22.875h45.75v42.75H9.375z" style="mix-blend-mode:hard-light"/><path fill="#1F2937" d="M70.47 29.5h-.495l-.243-.621H68.26l-.243.621h-.495l1.193-3.002h.563L70.47 29.5Zm-.868-1.021-.608-1.589-.603 1.588h1.21Zm3.172 1.021h-.405v-.31a.899.899 0 0 1-.71.364c-.568 0-.973-.427-.973-1.138 0-.698.405-1.143.972-1.143.28 0 .536.134.711.369v-1.143h.405V29.5Zm-.405-.621v-.927a.751.751 0 0 0-.603-.32c-.405 0-.657.329-.657.784 0 .45.252.778.657.778.248 0 .49-.14.603-.315Zm3.007.621h-.405v-.31a.899.899 0 0 1-.711.364c-.567 0-.972-.427-.972-1.138 0-.698.405-1.143.972-1.143.279 0 .535.134.71.369v-1.143h.406V29.5Zm-.405-.621v-.927a.751.751 0 0 0-.603-.32c-.405 0-.657.329-.657.784 0 .45.252.778.657.778.247 0 .49-.14.603-.315Zm2.024.337.194-.297c.148.162.436.311.729.311.306 0 .468-.126.468-.31 0-.217-.248-.289-.527-.352-.369-.085-.8-.184-.8-.652 0-.346.296-.643.827-.643.374 0 .644.134.828.31l-.18.284c-.126-.154-.369-.266-.643-.266-.275 0-.446.108-.446.284 0 .188.234.252.504.314.378.086.828.19.828.689 0 .373-.306.666-.877.666-.365 0-.684-.112-.905-.337Zm3.257.338c-.675 0-1.098-.513-1.098-1.143 0-.626.423-1.139 1.098-1.139.68 0 1.098.514 1.098 1.139 0 .63-.418 1.143-1.098 1.143Zm0-.36c.437 0 .675-.369.675-.783 0-.41-.238-.779-.675-.779-.432 0-.675.37-.675.779 0 .414.243.783.675.783Zm4.659.306h-.405v-1.449c0-.252-.112-.418-.378-.418-.22 0-.436.152-.54.31V29.5h-.405v-1.449c0-.252-.108-.418-.383-.418-.211 0-.422.157-.53.315V29.5h-.405v-2.174h.404v.306a.94.94 0 0 1 .703-.36c.328 0 .522.172.589.405a.912.912 0 0 1 .733-.404c.401 0 .617.22.617.657v1.57Zm.51-1.089c0-.63.454-1.139 1.089-1.139.652 0 1.057.509 1.057 1.175v.099h-1.719a.713.713 0 0 0 .738.675c.23 0 .482-.09.644-.256l.189.265c-.216.212-.522.324-.873.324-.648 0-1.125-.459-1.125-1.143Zm1.089-.806c-.437 0-.644.351-.666.648h1.327c-.009-.288-.202-.648-.661-.648Zm3.323 1.949c-.342 0-.518-.194-.518-.535v-1.337h-.36v-.355h.36v-.595h.405v.595h.441v.355h-.44v1.247c0 .152.071.265.21.265.095 0 .18-.04.221-.085l.104.305c-.086.081-.212.14-.423.14Zm.642-1.143c0-.63.454-1.139 1.089-1.139.652 0 1.057.509 1.057 1.175v.099h-1.719a.713.713 0 0 0 .738.675c.23 0 .482-.09.644-.256l.189.265c-.216.212-.522.324-.873.324-.648 0-1.125-.459-1.125-1.143Zm1.089-.806c-.437 0-.644.351-.666.648h1.327c-.009-.288-.202-.648-.661-.648Zm3.25 1.895h-.458l-.608-.846-.612.846h-.459l.815-1.116-.765-1.058h.459l.562.784.558-.784h.46l-.77 1.058.819 1.116Zm.96.054c-.342 0-.517-.194-.517-.535v-1.337h-.36v-.355h.36v-.595h.405v.595h.44v.355h-.44v1.247c0 .152.072.265.211.265.095 0 .18-.04.22-.085l.104.305c-.085.081-.211.14-.423.14Zm.705-.288a.28.28 0 0 1 .28-.279c.152 0 .283.126.283.279 0 .153-.13.284-.284.284a.284.284 0 0 1-.279-.284Zm1.072 0a.28.28 0 0 1 .28-.279c.152 0 .283.126.283.279 0 .153-.13.284-.284.284a.284.284 0 0 1-.279-.284Zm1.073 0a.28.28 0 0 1 .279-.279c.153 0 .283.126.283.279 0 .153-.13.284-.283.284a.284.284 0 0 1-.28-.284Z"/><path stroke="#000C27" stroke-opacity=".1" stroke-width=".75" d="M64.875 22.875h45.75v42.75h-45.75z" style="mix-blend-mode:hard-light"/></svg>
@@ -0,0 +1,8 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="675" height="125" viewBox="0 0 675 125">
2
+ <g fill="none" fill-rule="evenodd">
3
+ <path fill="#2D7686" d="M170.652 93.3547C183.34 93.3547 193.49 87.7415 194.566 74.3619L183.263 72.824C182.571 78.9755 178.649 83.6661 170.806 83.6661 162.04 83.6661 157.349 76.8994 157.349 65.8266 157.349 54.7539 161.809 48.141 170.575 48.141 178.418 48.141 182.263 53.1391 182.801 58.5217L194.182 56.7531C192.951 42.8353 183.109 38.4523 170.421 38.4523 154.043 38.4523 145.2 48.3717 145.2 65.8266 145.2 83.5892 154.351 93.3547 170.729 93.3547L170.652 93.3547zM239.748 72.0551C239.748 58.3679 232.135 50.7554 218.986 50.7554 205.838 50.7554 198.225 58.3679 198.225 72.0551 198.225 85.6653 205.838 93.3547 218.986 93.3547 232.135 93.3547 239.748 85.6653 239.748 72.0551zM209.99 72.0551C209.99 63.9812 212.758 59.3675 218.986 59.3675 225.215 59.3675 227.983 63.9812 227.983 72.0551 227.983 80.0521 225.215 84.7426 218.986 84.7426 212.758 84.7426 209.99 80.0521 209.99 72.0551z"/>
4
+ <polygon fill="#2D7686" points="253.666 51.678 241.516 51.678 256.434 93.201 269.66 93.201 284.5 51.678 272.428 51.678 263.354 81.974 263.047 81.974"/>
5
+ <path fill="#2D7686" d="M315.258 78.2835C314.72 83.2816 311.259 84.7426 306.876 84.7426 301.801 84.7426 298.418 81.7437 298.187 74.9002L325.562 74.9002 325.562 69.5176C325.562 58.7524 319.718 50.7554 306.261 50.7554 293.804 50.7554 286.269 59.3675 286.269 72.0551 286.269 86.3574 294.343 93.3547 306.338 93.3547 317.642 93.3547 324.947 88.818 325.946 79.5138L315.258 78.2835zM306.338 59.2138C311.644 59.2138 313.874 62.5202 313.874 66.4418L313.874 66.7494 298.418 66.7494C298.803 62.3664 301.263 59.2138 306.338 59.2138zM356.364 51.2168C350.828 51.2168 345.676 52.6009 343.6 59.3675L343.369 59.3675 343.369 51.6781 332.066 51.6781 332.066 92.432 343.6 92.432 343.6 73.9774C343.6 64.4426 348.982 61.0592 356.133 61.0592L357.21 61.0592 357.21 51.2168 356.364 51.2168zM359.715 80.2827C359.715 88.9718 365.867 92.9703 373.326 92.9703 379.862 92.9703 383.706 89.9714 385.706 86.4343L386.013 86.4343 386.013 92.432 396.01 92.432 396.01 66.9032C396.01 55.2153 388.397 50.7554 378.631 50.7554 371.25 50.7554 361.023 53.216 361.023 62.5971L370.558 64.9808 371.019 64.9808C371.019 60.8285 375.248 59.3675 378.093 59.3675 381.784 59.3675 384.475 61.5975 384.475 65.2884L384.475 67.057 377.555 67.057C368.789 67.057 359.715 70.2096 359.715 80.2827zM384.475 76.8225C384.475 81.3593 380.016 84.0506 376.325 84.0506 373.71 84.0506 371.48 82.6665 371.48 79.6676 371.48 76.5149 373.941 74.9002 378.401 74.9002L384.475 74.9002 384.475 76.8225zM439.685 66.0573C439.685 63.6736 439.147 61.905 438.071 60.2903L445.299 60.2903 445.299 51.8319 429.612 51.8319C428.305 51.2168 424.46 50.7554 421.692 50.7554 410.235 50.7554 403.699 56.2918 403.699 65.2884 403.699 70.1327 405.698 73.7467 408.697 76.0536 404.622 77.6683 403.468 81.2824 403.468 83.8199 403.468 86.665 405.16 89.7407 408.543 90.7403L408.543 91.0479C404.237 91.74 402.161 94.3544 402.161 98.4298 402.161 104.4275 406.928 108.1953 422.384 108.1953 436.071 108.1953 443.222 103.8123 443.222 95.5847 443.222 88.2028 438.147 84.1274 428.536 84.1274L417.309 84.1274C414.772 84.1274 413.464 83.1278 413.464 81.6668 413.464 80.7441 413.926 79.5907 415.156 78.9755 417.309 79.5907 419.77 79.9752 421.692 79.9752 431.458 79.9752 439.685 76.0536 439.685 66.0573zM415.464 65.2884C415.464 61.0592 417.232 58.291 421.692 58.291 426.152 58.291 427.921 61.0592 427.921 65.2884 427.921 69.5176 426.152 72.4395 421.692 72.4395 417.232 72.4395 415.464 69.5176 415.464 65.2884zM426.46 93.5085C429.766 93.5085 431.458 94.585 431.458 96.815 431.458 99.8138 428.843 101.0442 422.307 101.0442 416.079 101.0442 413.849 99.8138 413.849 97.1994 413.849 95.1233 415.002 93.5085 418.539 93.5085L426.46 93.5085zM476.793 78.2835C476.255 83.2816 472.795 84.7426 468.412 84.7426 463.337 84.7426 459.953 81.7437 459.723 74.9002L487.097 74.9002 487.097 69.5176C487.097 58.7524 481.253 50.7554 467.797 50.7554 455.34 50.7554 447.804 59.3675 447.804 72.0551 447.804 86.3574 455.878 93.3547 467.873 93.3547 479.177 93.3547 486.482 88.818 487.481 79.5138L476.793 78.2835zM467.873 59.2138C473.179 59.2138 475.409 62.5202 475.409 66.4418L475.409 66.7494 459.953 66.7494C460.338 62.3664 462.798 59.2138 467.873 59.2138zM494.171 39.3751L494.171 92.432 518.931 92.432C532.541 92.432 537.386 83.9737 537.386 77.1301 537.386 70.7479 534.233 66.5956 528.697 64.6732 535.233 62.0588 536.386 56.5994 536.386 52.8315 536.386 47.6796 533.31 39.3751 518.239 39.3751L494.171 39.3751zM506.09 82.7434L506.09 69.5176 517.855 69.5176C522.699 69.5176 525.236 72.2858 525.236 75.8229 525.236 79.5138 523.314 82.7434 518.393 82.7434L506.09 82.7434zM517.778 49.0637C522.238 49.0637 524.16 51.5243 524.16 54.3694 524.16 57.9066 521.161 60.3672 518.008 60.3672L506.09 60.3672 506.09 49.0637 517.778 49.0637zM583.336 72.0551C583.336 58.3679 575.724 50.7554 562.575 50.7554 549.426 50.7554 541.814 58.3679 541.814 72.0551 541.814 85.6653 549.426 93.3547 562.575 93.3547 575.724 93.3547 583.336 85.6653 583.336 72.0551zM553.578 72.0551C553.578 63.9812 556.347 59.3675 562.575 59.3675 568.803 59.3675 571.572 63.9812 571.572 72.0551 571.572 80.0521 568.803 84.7426 562.575 84.7426 556.347 84.7426 553.578 80.0521 553.578 72.0551zM628.826 72.0551C628.826 58.3679 621.213 50.7554 608.064 50.7554 594.915 50.7554 587.303 58.3679 587.303 72.0551 587.303 85.6653 594.915 93.3547 608.064 93.3547 621.213 93.3547 628.826 85.6653 628.826 72.0551zM599.068 72.0551C599.068 63.9812 601.836 59.3675 608.064 59.3675 614.293 59.3675 617.061 63.9812 617.061 72.0551 617.061 80.0521 614.293 84.7426 608.064 84.7426 601.836 84.7426 599.068 80.0521 599.068 72.0551zM646.556 39.3751L635.022 39.3751 635.022 92.432 646.556 92.432 646.556 80.0521 651.247 75.1308 661.166 92.432 674.93 92.432 659.474 67.4414C664.626 61.9819 668.702 57.1376 673.777 51.6781L659.859 51.6781 651.631 61.3668C649.863 63.4429 648.171 65.596 646.556 67.6721L646.556 39.3751z"/>
6
+ <path fill="#E78188" d="M7.5008,90.8121 C5.9012,91.6271 3.9925,91.5521 2.462,90.6137 C0.9316,89.6749 -0.0009,88.0084 0,86.2131 C0.0086,71.3326 0.0258,40.7827 0.0325,28.2227 C0.0348,24.8025 1.9693,21.677 5.0293,20.15 C16.4548,14.447 27.8749,8.732 39.3131,3.055 C43.4375,1.032 48.009,-0.022 52.5543,0 C56.7949,0.032 61.002,0.972 64.8178,2.742 C66.0273,3.302 66.8667,3.806 67.7327,4.423 C67.7602,4.443 67.7883,4.463 67.8158,4.483 C67.9686,4.593 68.0346,4.636 68.1381,4.708 C72.8398,7.996 76.1402,13.402 76.0521,19.067 C79.456,17.77 83.0964,17.103 86.7643,17.112 C91.1017,17.144 95.4354,18.101 99.3189,19.987 C99.3203,19.988 99.3149,19.986 99.3158,19.986 C100.265,20.438 101.16,20.966 102.032,21.595 C102.554,21.972 102.647,22.024 102.898,22.21 C103.149,22.396 103.395,22.587 103.638,22.783 C107.032,25.5311 109.469,29.5118 110.104,33.7727 L109.728,98.5991 C109.085,104.2933 105.935,108.1723 101.184,110.8911 C101.184,110.8911 85.5322,118.9911 75.8347,124.0098 C74.2378,124.8363 72.3258,124.7715 70.7886,123.839 C69.2509,122.9066 68.3103,121.2408 68.3054,119.4428 C68.2642,104.7132 68.1811,74.7261 68.1467,62.2963 C68.1372,58.8702 70.0681,55.7338 73.1313,54.1997 C78.1082,51.707 83.0874,49.216 88.0683,46.7273 C90.5326,45.4961 93.0005,44.273 95.4661,43.0341 C95.5172,43.0083 95.5683,42.9812 95.6189,42.9546 C96.1749,42.6549 96.9035,42.1012 96.9035,42.1012 C96.9035,42.1012 98.5926,40.9219 99.6109,39.5045 C100.743,37.9279 101.233,35.8854 100.617,33.9865 C99.6439,30.9857 96.5726,28.9789 94.4252,28.0767 C89.0971,25.8375 82.8098,26.0382 77.6142,28.6173 C77.6142,28.6173 51.0216,41.8788 44.7741,44.9944 C43.9759,45.3922 43.4714,46.2076 43.4714,47.0993 C43.4714,56.3743 43.4714,106.8254 43.4714,106.8254 C43.4714,106.8254 42.685,107.2263 41.5672,107.7958 C39.9698,108.6099 38.0647,108.5362 36.5351,107.601 C35.0056,106.6663 34.0709,105.0043 34.0663,103.2117 C34.0311,88.3434 33.9579,57.7659 33.928,45.1874 C33.9194,41.7631 35.8495,38.629 38.9108,37.0949 C46.3782,33.3614 59.5534,26.7759 61.2457,25.9252 C61.9734,25.5519 62.8457,24.8608 62.8457,24.8608 C65.2639,23.107 67.2622,20.388 66.5295,17.329 C66.0255,15.224 64.4322,13.558 62.7133,12.368 C62.7133,12.368 61.7026,11.644 60.8696,11.257 C55.4005,8.721 48.8203,8.815 43.3987,11.506 C43.3987,11.506 16.8671,24.7369 10.6653,27.8295 C9.8779,28.2223 9.3802,29.0268 9.3802,29.9068 C9.3802,39.1483 9.3802,89.8544 9.3802,89.8544 C9.3802,89.8544 8.6051,90.2494 7.5008,90.8121 Z"/>
7
+ </g>
8
+ </svg>
@@ -57,6 +57,7 @@ export default function (Alpine) {
57
57
  trigger: "click",
58
58
  interactive: true,
59
59
  animation: false,
60
+ maxWidth: 380,
60
61
 
61
62
  triggerTarget,
62
63
  content,
@@ -54,7 +54,8 @@
54
54
  }
55
55
 
56
56
  &[data-theme="secondary"],
57
- &[data-theme="toolbar"] {
57
+ &[data-theme="toolbar"],
58
+ &[data-theme="toolbar-floating"] {
58
59
  @apply bg-transparent text-content-dark-1 border-gray-transparent-200 hover:bg-gray-blend-50 active:bg-gray-blend-100;
59
60
 
60
61
  &[data-state="loading"] {
@@ -74,6 +75,14 @@
74
75
  }
75
76
  }
76
77
 
78
+ &[data-theme="toolbar-floating"] {
79
+ @apply bg-white hover:bg-gray-100 active:bg-gray-200 border-gray-300;
80
+
81
+ &[data-state="active"] {
82
+ @apply bg-gray-200;
83
+ }
84
+ }
85
+
77
86
  &[data-theme="text-secondary"],
78
87
  &[data-theme="text-toolbar"] {
79
88
  @apply bg-transparent text-content-dark-1 hover:bg-gray-blend-50 active:bg-gray-blend-100;
@@ -22,6 +22,7 @@ module Coco
22
22
  "info",
23
23
  "text-info",
24
24
  "toolbar",
25
+ "toolbar-floating",
25
26
  "text-toolbar",
26
27
  "neutral-dark",
27
28
  "neutral-light",
@@ -31,6 +32,9 @@ module Coco
31
32
 
32
33
  DEFAULT_THEME = "primary"
33
34
 
35
+ accepts_option :size, from: SIZES, default: :md
36
+ accepts_option :theme, from: THEMES, default: DEFAULT_THEME
37
+
34
38
  renders_one :dropdown, types: {
35
39
  content: ->(&block) { block.call },
36
40
 
@@ -1,6 +1,7 @@
1
1
  @layer components {
2
2
  [data-coco][data-component="app-button-group"] {
3
3
  width: fit-content;
4
+ border-radius: 44px;
4
5
 
5
6
  .button-group-buttons {
6
7
  @apply flex items-center gap-x-2;
@@ -16,5 +17,23 @@
16
17
  @apply ml-auto;
17
18
  }
18
19
  }
20
+
21
+ &[data-segmented="true"] {
22
+ .button-group-buttons {
23
+ @apply gap-x-0;
24
+ }
25
+
26
+ .coco-button:not(:first-child) {
27
+ @apply rounded-l-none border-l-0;
28
+ }
29
+
30
+ .coco-button:not(:last-child) {
31
+ @apply rounded-r-none;
32
+ }
33
+
34
+ &[data-floating="true"] {
35
+ @apply shadow-lg;
36
+ }
37
+ }
19
38
  }
20
39
  }
@@ -7,8 +7,18 @@ module Coco
7
7
 
8
8
  accepts_option :size, default: :default, private: true
9
9
  accepts_option :theme, default: :primary, private: true
10
+ accepts_option :segmented, from: [true, false], default: false
11
+ accepts_option :floating, from: [true, false], default: false
10
12
  accepts_option :collapsible, from: [true, false, nil]
11
13
 
14
+ before_initialize do |kwargs|
15
+ if kwargs[:floating] == true
16
+ kwargs[:segmented] = true
17
+ kwargs[:theme] = :toolbar_floating
18
+ end
19
+ kwargs
20
+ end
21
+
12
22
  def button_kwargs(kwargs, type = nil)
13
23
  args = {
14
24
  theme: get_option_value(:theme),
@@ -40,26 +40,6 @@ module Coco
40
40
  end
41
41
  end
42
42
 
43
- # def input
44
- # if input_name
45
- # kwargs = {
46
- # class: "picker-file-input",
47
- # "x-ref": "fileInput",
48
- # direct_upload: @direct_upload
49
- # }
50
-
51
- # if direct_upload? && !helpers.respond_to?(:rails_direct_uploads_url)
52
- # kwargs[:data] = {direct_upload_url: @direct_upload}
53
- # end
54
-
55
- # if @form_builder
56
- # @form_builder.file_field(input_name, **kwargs)
57
- # else
58
- # file_field_tag(input_name, **kwargs)
59
- # end
60
- # end
61
- # end
62
-
63
43
  def button_text
64
44
  text || content
65
45
  end
@@ -0,0 +1,74 @@
1
+ @layer components {
2
+ [data-coco][data-component="app-layout-picker-button"] {
3
+ @apply inline-flex;
4
+ width: max-content;
5
+
6
+ .layout-picker {
7
+ @apply grid grid-cols-2;
8
+ }
9
+
10
+ .layout-picker-option {
11
+ @apply border border-gray-transparent-100 rounded-lg overflow-hidden hover:border-gray-transparent-200 transition-all;
12
+
13
+ svg {
14
+ @apply w-full;
15
+ }
16
+ }
17
+
18
+ .layout-picker-option-current {
19
+ @apply border-background-primary hover:border-background-primary;
20
+ }
21
+
22
+ /* Sizes */
23
+
24
+ .layout-picker[data-size="sm"] {
25
+ @apply app-layout-picker-sm;
26
+ }
27
+
28
+ .layout-picker[data-size="md"] {
29
+ @apply app-layout-picker-md;
30
+ }
31
+
32
+ @media screen(md) {
33
+ .layout-picker[data-size-md="sm"] {
34
+ @apply app-layout-picker-sm;
35
+ }
36
+
37
+ .layout-picker[data-size-md="md"] {
38
+ @apply app-layout-picker-md;
39
+ }
40
+ }
41
+
42
+ @media screen(lg) {
43
+ .layout-picker[data-size-lg="sm"] {
44
+ @apply app-layout-picker-sm;
45
+ }
46
+
47
+ .layout-picker[data-size-lg="md"] {
48
+ @apply app-layout-picker-md;
49
+ }
50
+ }
51
+
52
+ @media screen(xl) {
53
+ .layout-picker[data-size-xl="sm"] {
54
+ @apply app-layout-picker-sm;
55
+ }
56
+
57
+ .layout-picker[data-size-xl="md"] {
58
+ @apply app-layout-picker-md;
59
+ }
60
+ }
61
+ }
62
+ }
63
+
64
+ @layer utilities {
65
+ .app-layout-picker-sm {
66
+ width: 284px;
67
+ @apply p-4 gap-4;
68
+ }
69
+
70
+ .app-layout-picker-md {
71
+ width: 380px;
72
+ @apply p-6 gap-6;
73
+ }
74
+ }
@@ -0,0 +1,31 @@
1
+ <%= render component_tag(x: {
2
+ data: x_data("appLayoutPickerButton", {selected: selected}),
3
+ "@dropdown:mount": "onDropdownMount"
4
+ }) do %>
5
+ <div
6
+ @layout-picker:selected="selectedLayout = $event.detail.layout"
7
+ x-effect="$dispatch('layout-picker:change', {layout: selectedLayout})">
8
+ <%= render button do |btn| %>
9
+ <% btn.with_dropdown do %>
10
+ <div x-cloak>
11
+ <div data-role="layout-picker">
12
+ <div class="layout-picker" data-size="<%= size %>" <% @resize.each do |key, size| %>data-size-<%= key %>="<%= size %>" <% end %>>
13
+
14
+ <% layout_options.each do |options| %>
15
+ <button
16
+ @click="$dispatch('layout-picker:selected', {layout: '<%= options[:name] %>'})"
17
+ class="layout-picker-option"
18
+ :class="{'layout-picker-option-current': typeof selectedLayout !== 'undefined' && selectedLayout === '<%= options[:name] %>'}"
19
+ aria-label="<%= options[:name] %>">
20
+ <%= coco_svg(options[:thumbnail]) %>
21
+ </button>
22
+ <% end %>
23
+ </div>
24
+ </div>
25
+ </div>
26
+ <% end %>
27
+
28
+ <%= content %>
29
+ <% end %>
30
+ </div>
31
+ <% end %>
@@ -0,0 +1,17 @@
1
+ import { CocoComponent } from "@js/coco";
2
+ import { getData } from "@helpers/alpine";
3
+
4
+ export default CocoComponent("appLayoutPickerButton", ({ selected }) => {
5
+ return {
6
+ selectedLayout: selected,
7
+
8
+ getPicker() {
9
+ return getData(
10
+ this.$root.querySelector("[data-role='layout-picker']")
11
+ .firstElementChild
12
+ );
13
+ },
14
+
15
+ onDropdownMount() {},
16
+ };
17
+ });
@@ -0,0 +1,37 @@
1
+ module Coco
2
+ module App
3
+ module Elements
4
+ class LayoutPickerButton < Coco::Component
5
+ include Concerns::AcceptsOptions
6
+ include Concerns::WithDropdownOptions
7
+ include Concerns::WrapsComponent
8
+ include Coco::AppHelper
9
+
10
+ wraps_component :button do |args|
11
+ Coco::App::Elements::Button.new(**args)
12
+ end
13
+
14
+ renders_many :layouts, ->(name:, thumbnail:, **layout_options) do
15
+ @layout_options << {name: name, thumbnail: thumbnail, **layout_options}
16
+ end
17
+
18
+ attr_reader :layout_options, :size, :resize
19
+
20
+ def initialize(selected: nil, **kwargs)
21
+ @selected = selected
22
+ @layout_options = []
23
+ @resize = {}
24
+
25
+ @size = kwargs.fetch(:size, :default)&.to_sym
26
+ if @size.in?(Coco::App::Elements::Button::SIZE_ALIASES.keys) && !kwargs.key?(:resize)
27
+ @size, @resize = Coco::App::Elements::Button::SIZE_ALIASES.fetch(@size)
28
+ end
29
+ end
30
+
31
+ def selected
32
+ @selected || @layout_options.first[:name]
33
+ end
34
+ end
35
+ end
36
+ end
37
+ end
@@ -41,9 +41,6 @@ module Coco
41
41
  end
42
42
 
43
43
  before_initialize do |kwargs|
44
- accepts_option :size, from: self::SIZES, default: :md
45
- accepts_option :theme, from: self::THEMES, default: self::DEFAULT_THEME
46
-
47
44
  button_size = kwargs.fetch(:size, :default)&.to_sym
48
45
  if button_size.in?(self::SIZE_ALIASES.keys) && !kwargs.key?(:resize)
49
46
  kwargs[:size], kwargs[:resize] = self::SIZE_ALIASES.fetch(button_size)
@@ -70,8 +67,6 @@ module Coco
70
67
 
71
68
  if dropdown?
72
69
  set_option_value(:dropdown, :placement, "bottom-start") unless get_option(:dropdown, :placement).present?
73
- # @button_attrs["data-tippy-placement"] = get_option(:dropdown, :placement).value
74
- # set_option_value(:dropdown, true)
75
70
  end
76
71
 
77
72
  unless button_attrs[:type] || link?
@@ -0,0 +1 @@
1
+ <%= svg %>
@@ -0,0 +1,29 @@
1
+ module Coco
2
+ class Svg < Coco::Component
3
+ SVG_CACHE = {}
4
+
5
+ InvalidSvgError = Class.new(StandardError)
6
+
7
+ attr_reader :path
8
+
9
+ def initialize(path: nil, **kwargs)
10
+ @path = path.gsub(".svg", "")
11
+ end
12
+
13
+ def svg
14
+ SVG_CACHE[path] ||= read_svg
15
+ end
16
+
17
+ def read_svg
18
+ File.read(full_path).html_safe
19
+ rescue
20
+ if Rails.env.development? || Rails.env.test?
21
+ raise InvalidSvgError, "The SVG `#{full_path}` was not found"
22
+ end
23
+ end
24
+
25
+ def full_path
26
+ Coco::Engine.root.join("app/assets/build/coco/img/#{path}.svg")
27
+ end
28
+ end
29
+ end
@@ -16,6 +16,7 @@ module Coco
16
16
  },
17
17
  menu_button: ->(**kwargs) { App::Elements::MenuButton.new(**button_kwargs(kwargs, :menu)) },
18
18
  color_picker_button: ->(**kwargs) { App::Elements::ColorPickerButton.new(**button_kwargs(kwargs, :color_picker)) },
19
+ layout_picker_button: ->(**kwargs) { App::Elements::LayoutPickerButton.new(**button_kwargs(kwargs, :layout_picker)) },
19
20
  image_picker_button: ->(**kwargs) { App::Elements::ImagePickerButton.new(**button_kwargs(kwargs, :image_picker)) },
20
21
  dropdown_button: ->(**kwargs) { App::Elements::DropdownButton.new(**button_kwargs(kwargs, :dropdown)) }
21
22
  }
@@ -41,6 +42,10 @@ module Coco
41
42
  with_item_image_picker_button(...)
42
43
  end
43
44
 
45
+ def with_layout_picker_button(...)
46
+ with_item_layout_picker_button(...)
47
+ end
48
+
44
49
  def with_dropdown_button(...)
45
50
  with_item_dropdown_button(...)
46
51
  end
@@ -39,6 +39,10 @@ module Coco
39
39
  render Coco::App::Elements::ImagePickerButton.new(**kwargs), &block
40
40
  end
41
41
 
42
+ def coco_layout_picker_button(**kwargs, &block)
43
+ render Coco::App::Elements::LayoutPickerButton.new(**kwargs), &block
44
+ end
45
+
42
46
  def coco_dropdown_button(**kwargs, &block)
43
47
  render Coco::App::Elements::DropdownButton.new(**kwargs), &block
44
48
  end
@@ -4,6 +4,10 @@ module Coco
4
4
  render Coco::Tag.new(*args, **kwargs), &block
5
5
  end
6
6
 
7
+ def coco_svg(path = nil, **kwargs)
8
+ render Coco::Svg.new(path: path, **kwargs)
9
+ end
10
+
7
11
  def coco_image(src = nil, **kwargs)
8
12
  render Coco::Image.new(src: src, **kwargs)
9
13
  end
@@ -130,17 +130,8 @@ module Coco
130
130
  end.to_h
131
131
  end
132
132
 
133
- def to_h
134
- {
135
- name: name,
136
- alias: @alias,
137
- shorthand: shorthand,
138
- options: items.map(&:to_h)
139
- }
140
- end
141
-
142
133
  def clone
143
- Group.from_h(to_h)
134
+ Marshal.load(Marshal.dump(self))
144
135
  end
145
136
 
146
137
  protected
@@ -156,30 +147,6 @@ module Coco
156
147
  def groups
157
148
  items.filter { _1.is_a?(Group) }
158
149
  end
159
-
160
- class << self
161
- # Recursively create an options tree from a hash.
162
- #
163
- # {
164
- # name: :root,
165
- # options: [
166
- # { name: :size, default: "md" },
167
- # { name: :dropdown, options: [{name: :placement, from: [:left, :right]}] }
168
- # }
169
- # }
170
- def from_h(data)
171
- group = Group.new(data.fetch(:name), **data.except(:options, :name))
172
- data.fetch(:options, []).each do |option|
173
- if option.key?(:options)
174
- subgroup = Group.from_h(option)
175
- group.add_group(subgroup)
176
- else
177
- group.add_option(option.fetch(:name), **option.except(:name))
178
- end
179
- end
180
- group
181
- end
182
- end
183
150
  end
184
151
  end
185
152
  end
@@ -40,19 +40,6 @@ module Coco
40
40
  end
41
41
  @value = val
42
42
  end
43
-
44
- def to_h
45
- h = {
46
- name: name,
47
- alias: @alias,
48
- required: required?,
49
- private: private?,
50
- from: from,
51
- default: default
52
- }
53
- h[:value] = @value unless undefined?
54
- h
55
- end
56
43
  end
57
44
  end
58
45
  end
data/lib/coco.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Coco
2
- VERSION = "0.5.6"
2
+ VERSION = "0.5.7"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coveragebook_components
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.6
4
+ version: 0.5.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Perkins
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-27 00:00:00.000000000 Z
11
+ date: 2023-08-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -1257,6 +1257,13 @@ files:
1257
1257
  - app/assets/build/coco/icons/zoom-out.svg
1258
1258
  - app/assets/build/coco/img/coveragebook-landscape-white.svg
1259
1259
  - app/assets/build/coco/img/coveragebook-logomark-white.svg
1260
+ - app/assets/build/coco/img/slides/one-col-media-layout.svg
1261
+ - app/assets/build/coco/img/slides/one-col-text-layout.svg
1262
+ - app/assets/build/coco/img/slides/one-col-title-layout.svg
1263
+ - app/assets/build/coco/img/slides/two-col-media-layout.svg
1264
+ - app/assets/build/coco/img/slides/two-col-mixed-layout.svg
1265
+ - app/assets/build/coco/img/slides/two-col-text-layout.svg
1266
+ - app/assets/build/coco/img/test/cb-logo.svg
1260
1267
  - app/assets/build/coco/img/test/slides/slide-bg.jpg
1261
1268
  - app/assets/build/coco/img/test/slides/slide-foreground-landscape.jpg
1262
1269
  - app/assets/build/coco/img/test/slides/slide-foreground-portrait.jpg
@@ -1276,6 +1283,13 @@ files:
1276
1283
  - app/assets/css/libs/tippy.css
1277
1284
  - app/assets/img/coveragebook-landscape-white.svg
1278
1285
  - app/assets/img/coveragebook-logomark-white.svg
1286
+ - app/assets/img/slides/one-col-media-layout.svg
1287
+ - app/assets/img/slides/one-col-text-layout.svg
1288
+ - app/assets/img/slides/one-col-title-layout.svg
1289
+ - app/assets/img/slides/two-col-media-layout.svg
1290
+ - app/assets/img/slides/two-col-mixed-layout.svg
1291
+ - app/assets/img/slides/two-col-text-layout.svg
1292
+ - app/assets/img/test/cb-logo.svg
1279
1293
  - app/assets/img/test/slides/slide-bg.jpg
1280
1294
  - app/assets/img/test/slides/slide-foreground-landscape.jpg
1281
1295
  - app/assets/img/test/slides/slide-foreground-portrait.jpg
@@ -1362,6 +1376,10 @@ files:
1362
1376
  - app/components/coco/app/elements/image_picker_button/image_picker_button.html.erb
1363
1377
  - app/components/coco/app/elements/image_picker_button/image_picker_button.js
1364
1378
  - app/components/coco/app/elements/image_picker_button/image_picker_button.rb
1379
+ - app/components/coco/app/elements/layout_picker_button/layout_picker_button.css
1380
+ - app/components/coco/app/elements/layout_picker_button/layout_picker_button.html.erb
1381
+ - app/components/coco/app/elements/layout_picker_button/layout_picker_button.js
1382
+ - app/components/coco/app/elements/layout_picker_button/layout_picker_button.rb
1365
1383
  - app/components/coco/app/elements/link/link.css
1366
1384
  - app/components/coco/app/elements/link/link.rb
1367
1385
  - app/components/coco/app/elements/menu/menu.css
@@ -1458,6 +1476,8 @@ files:
1458
1476
  - app/components/coco/base/placeholder/placeholder.css
1459
1477
  - app/components/coco/base/placeholder/placeholder.html.erb
1460
1478
  - app/components/coco/base/placeholder/placeholder.rb
1479
+ - app/components/coco/base/svg/svg.html.erb
1480
+ - app/components/coco/base/svg/svg.rb
1461
1481
  - app/components/coco/book/blocks/slides/editable_slide/editable_slide.css
1462
1482
  - app/components/coco/book/blocks/slides/editable_slide/editable_slide.html.erb
1463
1483
  - app/components/coco/book/blocks/slides/editable_slide/editable_slide.rb
@@ -1493,8 +1513,6 @@ files:
1493
1513
  - app/helpers/coco/integration_helper.rb
1494
1514
  - app/helpers/coco/tag_helper.rb
1495
1515
  - app/helpers/coco/url_helper.rb
1496
- - config/credentials/production.key
1497
- - config/credentials/production.yml.enc
1498
1516
  - config/icons.json
1499
1517
  - config/locales/coco.en.yml
1500
1518
  - config/tailwind.app.config.cjs
@@ -1546,7 +1564,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1546
1564
  - !ruby/object:Gem::Version
1547
1565
  version: '0'
1548
1566
  requirements: []
1549
- rubygems_version: 3.4.10
1567
+ rubygems_version: 3.4.17
1550
1568
  signing_key:
1551
1569
  specification_version: 4
1552
1570
  summary: CoverageBook component library
@@ -1 +0,0 @@
1
- 265f649a303f0c2cbbfc9cfece75a181
@@ -1 +0,0 @@
1
- j8VyKMx4mwRZArG1zS/oqUw1F6/UD0hQQ5sujzeTTBlNAuCTkLiuoiyAXnJV9FtR90T765ll/50wFbw0MFtk8nAzPJg=--TOqZsXP2UCs2CSMx--xYL00fHdXoCd+/xpGro01g==