coveragebook_components 0.5.5 → 0.5.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (52) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/build/coco/app.css +400 -70
  3. data/app/assets/build/coco/app.js +24 -5
  4. data/app/assets/build/coco/book.css +347 -62
  5. data/app/assets/build/coco/book.js +3 -2
  6. data/app/assets/build/coco/img/slides/one-col-media-layout.svg +3 -0
  7. data/app/assets/build/coco/img/slides/one-col-text-layout.svg +3 -0
  8. data/app/assets/build/coco/img/slides/one-col-title-layout.svg +4 -0
  9. data/app/assets/build/coco/img/slides/two-col-media-layout.svg +3 -0
  10. data/app/assets/build/coco/img/slides/two-col-mixed-layout.svg +5 -0
  11. data/app/assets/build/coco/img/slides/two-col-text-layout.svg +3 -0
  12. data/app/assets/build/coco/img/test/cb-logo.svg +8 -0
  13. data/app/assets/build/coco/img/test/slides/slide-bg.jpg +0 -0
  14. data/app/assets/build/coco/img/test/slides/slide-foreground-landscape.jpg +0 -0
  15. data/app/assets/build/coco/img/test/slides/slide-foreground-portrait.jpg +0 -0
  16. data/app/assets/img/slides/one-col-media-layout.svg +3 -0
  17. data/app/assets/img/slides/one-col-text-layout.svg +3 -0
  18. data/app/assets/img/slides/one-col-title-layout.svg +4 -0
  19. data/app/assets/img/slides/two-col-media-layout.svg +3 -0
  20. data/app/assets/img/slides/two-col-mixed-layout.svg +5 -0
  21. data/app/assets/img/slides/two-col-text-layout.svg +3 -0
  22. data/app/assets/img/test/cb-logo.svg +8 -0
  23. data/app/assets/img/test/slides/slide-bg.jpg +0 -0
  24. data/app/assets/img/test/slides/slide-foreground-landscape.jpg +0 -0
  25. data/app/assets/img/test/slides/slide-foreground-portrait.jpg +0 -0
  26. data/app/assets/js/libs/alpine/plugins/dropdown.js +1 -0
  27. data/app/components/coco/app/elements/button/button.css +10 -1
  28. data/app/components/coco/app/elements/button/button.rb +4 -0
  29. data/app/components/coco/app/elements/button_group/button_group.css +19 -0
  30. data/app/components/coco/app/elements/button_group/button_group.rb +10 -0
  31. data/app/components/coco/app/elements/image_picker_button/image_picker_button.rb +0 -20
  32. data/app/components/coco/app/elements/layout_picker_button/layout_picker_button.css +74 -0
  33. data/app/components/coco/app/elements/layout_picker_button/layout_picker_button.html.erb +31 -0
  34. data/app/components/coco/app/elements/layout_picker_button/layout_picker_button.js +17 -0
  35. data/app/components/coco/app/elements/layout_picker_button/layout_picker_button.rb +37 -0
  36. data/app/components/coco/base/button/button.rb +0 -5
  37. data/app/components/coco/base/svg/svg.html.erb +1 -0
  38. data/app/components/coco/base/svg/svg.rb +29 -0
  39. data/app/components/coco/book/blocks/slides/editable_slide/editable_slide.css +243 -37
  40. data/app/components/coco/book/blocks/slides/editable_slide/editable_slide.html.erb +30 -12
  41. data/app/components/coco/book/blocks/slides/editable_slide/editable_slide.rb +28 -1
  42. data/app/components/coco/concerns/acts_as_button_group.rb +5 -0
  43. data/app/helpers/coco/app_helper.rb +4 -0
  44. data/app/helpers/coco/base_helper.rb +4 -0
  45. data/lib/coco/options/group.rb +1 -34
  46. data/lib/coco/options/option.rb +0 -13
  47. data/lib/coco.rb +1 -1
  48. metadata +29 -7
  49. data/app/assets/build/coco/img/slide-bg.jpg +0 -0
  50. data/app/assets/img/slide-bg.jpg +0 -0
  51. data/config/credentials/production.key +0 -1
  52. data/config/credentials/production.yml.enc +0 -1
@@ -734,35 +734,39 @@ select {
734
734
  }
735
735
  [data-coco][data-component="book-editable-slide"] {
736
736
  /*
737
- * x-padding at max (1480px): 240px / 16.2%
738
- * x-padding at min (320px): 16.2% x 320px = 52px
737
+ * slide-padding-md at max (1480px): 240px (16.2%)
738
+ * slide-padding-md at min (320px): 16.2% x 320px = 52px
739
739
  */
740
- --x-padding: max(38px, clamp(52px, 16.2cqw, 240px));
740
+ --slide-padding-lg: max(38px, clamp(52px, 16.2cqw, 240px));
741
741
 
742
742
  /*
743
- * y-padding at max (1480px): 80px / 5.4%
744
- * y-padding at min (320px): 5.4% x 320px = 17px
743
+ * slide-padding-md at max (1480px): 120px (8.1%)
744
+ * slide-padding-md at min (320px): 8.1% x 320px = 26px
745
745
  */
746
- --y-padding: max(38px, clamp(17px, 5.4cqw, 80px));
746
+ --slide-padding-md: max(24px, clamp(26px, 8.1cqw, 120px));
747
747
 
748
748
  /*
749
- * Title font size at max (1480px): 80px / 5.4%
750
- * Title font size at min (320px): 5.4% x 320px = 17px
751
- * Text font size at reflow (700px): 35px
749
+ * slide-padding-sm at max (1480px): 80px (5.4%)
750
+ * slide-padding-sm at min (320px): 5.4% x 320px = 17px
751
+ */
752
+ --slide-padding-sm: max(24px, clamp(17px, 5.4cqw, 80px));
753
+
754
+ /*
755
+ * Small title font size at max (1480px): 64px (4.3%)
756
+ * Small title font size at min (320px): 4.3% x 320px = 13.8px
752
757
  */
753
758
  --title-font-size: max(
754
- 35px,
755
- clamp(17px, 5.4cqw, 80px)
759
+ 32px,
760
+ clamp(13.8px, 4.3cqw, 64px)
756
761
  );
757
762
 
758
763
  /*
759
- * Text font size at max (1480px): 32px / 2.16%
760
- * Text font size at min (320px): 2.16% x 320px = 7px
761
- * Text font size at reflow (700px): 14px
764
+ * Text font size at max (1480px): 24px / 1.62%
765
+ * Text font size at min (320px): 1.62% x 320px = 5.2px
762
766
  */
763
767
  --text-font-size: max(
764
- 15px,
765
- clamp(7px, 2.16cqw, 32px)
768
+ 16px,
769
+ clamp(5.2px, 1.62cqw, 24px)
766
770
  );
767
771
 
768
772
  /* ------------- */
@@ -771,11 +775,16 @@ select {
771
775
 
772
776
  border-radius: 0.375rem;
773
777
 
778
+ container-type: inline-size;
779
+
774
780
  --tw-bg-opacity: 1;
775
781
 
776
782
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
777
783
 
778
- container-type: inline-size;
784
+ background-size: cover;
785
+
786
+ background-repeat: no-repeat;
787
+
779
788
  min-width: 320px;
780
789
  }
781
790
  [data-coco][data-component="book-editable-slide"] .slide-aspect {
@@ -807,6 +816,11 @@ select {
807
816
  display: block;
808
817
  }
809
818
  }
819
+ }
820
+ [data-coco][data-component="book-editable-slide"] .slide-container {
821
+ overflow: hidden;
822
+ }
823
+ @container (min-width: 700px) {
810
824
 
811
825
  [data-coco][data-component="book-editable-slide"] .slide-container {
812
826
  position: absolute;
@@ -814,61 +828,103 @@ select {
814
828
  }
815
829
  }
816
830
  [data-coco][data-component="book-editable-slide"] .slide-container {
817
- display: flex;
818
- flex-direction: column;
819
- align-items: center;
820
- justify-content: center;
821
- overflow: hidden;
822
- background-size: cover;
823
- background-position: center;
824
- text-align: center;
831
+ padding-left: 1.5rem;
832
+ padding-right: 1.5rem;
833
+ padding-top: 2.5rem;
834
+ padding-bottom: 2.5rem;
835
+ }
836
+ @container (min-width: 700px) {
837
+
838
+ [data-coco][data-component="book-editable-slide"] .slide-container {
839
+ padding: var(--slide-padding-md);
840
+ }
825
841
  }
826
842
  [data-coco][data-component="book-editable-slide"] [data-slide-region],
843
+ [data-coco][data-component="book-editable-slide"] .slide-header,
827
844
  [data-coco][data-component="book-editable-slide"] .slide-text,
828
- [data-coco][data-component="book-editable-slide"] .slide-media {
845
+ [data-coco][data-component="book-editable-slide"] .slide-image {
829
846
  display: none;
830
847
  }
831
848
  [data-coco][data-component="book-editable-slide"] .slide-group {
832
849
  display: contents;
833
850
  }
834
- /* layouts */
835
- [data-coco][data-component="book-editable-slide"][data-layout="basic"] {
836
- background-size: cover;
837
- background-repeat: no-repeat;
838
- text-align: center;
851
+ [data-coco][data-component="book-editable-slide"] .slide-title {
852
+ font-weight: 700;
853
+ color: currentColor;
854
+ overflow-wrap: anywhere;
855
+ line-height: 1.1;
856
+ font-size: var(--title-font-size);
839
857
  }
840
- [data-coco][data-component="book-editable-slide"][data-layout="basic"] [data-slide-region="content-1"] {
841
- display: block;
858
+ [data-coco][data-component="book-editable-slide"] .slide-text {
859
+ color: currentColor;
860
+ line-height: 1.5;
861
+ font-size: var(--text-font-size);
842
862
  }
843
- [data-coco][data-component="book-editable-slide"][data-layout="basic"] [data-slide-region="content-1"] .slide-text {
844
- display: block;
863
+ [data-coco][data-component="book-editable-slide"] .slide-media {
864
+ width: 100%;
845
865
  }
846
- [data-coco][data-component="book-editable-slide"][data-layout="basic"] .slide-container {
847
- overflow: hidden;
848
- padding-left: 2rem;
849
- padding-right: 2rem;
850
- padding-top: var(--y-padding);
851
- padding-bottom: var(--y-padding);
866
+ [data-coco][data-component="book-editable-slide"] .slide-media img {
867
+ height: 100%;
868
+ width: 100%;
869
+ -o-object-fit: contain;
870
+ object-fit: contain;
852
871
  }
872
+ /* layouts */
873
+ [data-coco][data-component="book-editable-slide"][data-layout="one-col-title"] {
874
+ /*
875
+ * Title font size at max (1480px): 80px (5.4%)
876
+ * Title font size at min (320px): 5.4% x 320px = 17px
877
+ */
878
+ --title-font-size: max(
879
+ 35px,
880
+ clamp(17px, 5.4cqw, 80px)
881
+ );
882
+
883
+ /*
884
+ * Text font size at max (1480px): 32px / 2.16%
885
+ * Text font size at min (320px): 2.16% x 320px = 7px
886
+ */
887
+ --text-font-size: max(
888
+ 16px,
889
+ clamp(7px, 2.16cqw, 32px)
890
+ );
891
+ text-align: center;
892
+ }
853
893
  @container (min-width: 700px) {
854
894
 
855
- [data-coco][data-component="book-editable-slide"][data-layout="basic"] .slide-container {
856
- padding-left: var(--x-padding);
857
- padding-right: var(--x-padding);
895
+ [data-coco][data-component="book-editable-slide"][data-layout="one-col-title"] .slide-container {
896
+ padding-left: var(--slide-padding-lg);
897
+ padding-right: var(--slide-padding-lg);
858
898
  }
859
899
  }
860
- [data-coco][data-component="book-editable-slide"][data-layout="basic"] .slide-header {
900
+ [data-coco][data-component="book-editable-slide"][data-layout="one-col-title"] [data-slide-region="content-1"] {
901
+ display: block;
902
+ }
903
+ [data-coco][data-component="book-editable-slide"][data-layout="one-col-title"] [data-slide-region="content-1"] .slide-text {
904
+ display: block;
905
+ }
906
+ [data-coco][data-component="book-editable-slide"][data-layout="one-col-title"].with-title [data-slide-region="content-1"] .slide-text {
907
+ margin-top: 0.875em;
908
+ }
909
+ [data-coco][data-component="book-editable-slide"][data-layout="one-col-title"] .slide-layout {
910
+ display: flex;
911
+ height: 100%;
912
+ width: 100%;
913
+ flex-direction: column;
914
+ align-items: center;
915
+ justify-content: center;
916
+ text-align: center;
917
+ }
918
+ [data-coco][data-component="book-editable-slide"][data-layout="one-col-title"] .slide-header {
919
+ display: block;
861
920
  width: 100%;
862
- margin-bottom: 0.3em;
863
- line-height: 1.1;
864
- font-size: var(--title-font-size);
865
921
  }
866
- [data-coco][data-component="book-editable-slide"][data-layout="basic"] .slide-content {
922
+ [data-coco][data-component="book-editable-slide"][data-layout="one-col-title"] .slide-content {
867
923
  width: 100%;
868
924
  flex: none;
869
925
  }
870
- [data-coco][data-component="book-editable-slide"][data-layout="basic"] .slide-header,
871
- [data-coco][data-component="book-editable-slide"][data-layout="basic"] .slide-content {
926
+ [data-coco][data-component="book-editable-slide"][data-layout="one-col-title"] .slide-header,
927
+ [data-coco][data-component="book-editable-slide"][data-layout="one-col-title"] .slide-content {
872
928
  margin-left: auto;
873
929
  margin-right: auto;
874
930
  width: 100%;
@@ -876,21 +932,250 @@ select {
876
932
  }
877
933
  @container (min-width: 700px) {
878
934
 
879
- [data-coco][data-component="book-editable-slide"][data-layout="basic"] .slide-header,
880
- [data-coco][data-component="book-editable-slide"][data-layout="basic"] .slide-content {
935
+ [data-coco][data-component="book-editable-slide"][data-layout="one-col-title"] .slide-header,
936
+ [data-coco][data-component="book-editable-slide"][data-layout="one-col-title"] .slide-content {
881
937
  max-width: 100%;
882
938
  }
883
939
  }
884
- [data-coco][data-component="book-editable-slide"][data-layout="basic"] .slide-title {
885
- font-weight: 700;
886
- color: currentColor;
887
- overflow-wrap: anywhere;
888
- line-height: 1.1;
889
- }
890
- [data-coco][data-component="book-editable-slide"][data-layout="basic"] .slide-text {
891
- color: currentColor;
940
+ [data-coco][data-component="book-editable-slide"][data-layout="one-col-title"] .slide-text {
892
941
  line-height: 1.4;
893
- font-size: var(--text-font-size);
942
+ }
943
+ [data-coco][data-component="book-editable-slide"][data-layout="one-col-text"] .slide-container {
944
+ display: flex;
945
+ align-items: center;
946
+ }
947
+ [data-coco][data-component="book-editable-slide"][data-layout="one-col-text"] .slide-layout {
948
+ width: 100%;
949
+ }
950
+ @container (min-width: 700px) {
951
+
952
+ [data-coco][data-component="book-editable-slide"][data-layout="one-col-text"] .slide-layout {
953
+ display: grid;
954
+ }
955
+ }
956
+ [data-coco][data-component="book-editable-slide"][data-layout="one-col-text"] .slide-layout {
957
+ height: -moz-min-content;
958
+ height: min-content;
959
+ grid-template-columns: 1fr;
960
+ grid-template-rows: auto;
961
+ grid-gap: var(--slide-padding-sm);
962
+ }
963
+ [data-coco][data-component="book-editable-slide"][data-layout="one-col-text"].with-title .slide-container {
964
+ display: block;
965
+ }
966
+ [data-coco][data-component="book-editable-slide"][data-layout="one-col-text"].with-title .slide-layout {
967
+ height: 100%;
968
+ grid-template-rows: min-content auto;
969
+ }
970
+ [data-coco][data-component="book-editable-slide"][data-layout="one-col-text"] .slide-header {
971
+ display: block;
972
+ width: 100%;
973
+ margin-bottom: 1.5rem;
974
+ }
975
+ @container (min-width: 700px) {
976
+
977
+ [data-coco][data-component="book-editable-slide"][data-layout="one-col-text"] .slide-header {
978
+ margin-bottom: 0px;
979
+ }
980
+ }
981
+ [data-coco][data-component="book-editable-slide"][data-layout="one-col-text"] [data-slide-region="content-1"] {
982
+ display: block;
983
+ }
984
+ [data-coco][data-component="book-editable-slide"][data-layout="one-col-text"] [data-slide-region="content-1"] .slide-text {
985
+ display: block;
986
+ }
987
+ [data-coco][data-component="book-editable-slide"][data-layout="one-col-media"] .slide-container {
988
+ padding-top: 1.5rem;
989
+ padding-bottom: 1.5rem;
990
+ }
991
+ @container (min-width: 700px) {
992
+
993
+ [data-coco][data-component="book-editable-slide"][data-layout="one-col-media"] .slide-container {
994
+ padding-top: var(--slide-padding-sm);
995
+ padding-bottom: var(--slide-padding-sm);
996
+ }
997
+ }
998
+ [data-coco][data-component="book-editable-slide"][data-layout="one-col-media"] .slide-layout,
999
+ [data-coco][data-component="book-editable-slide"][data-layout="one-col-media"] .slide-content {
1000
+ height: 100%;
1001
+ }
1002
+ [data-coco][data-component="book-editable-slide"][data-layout="one-col-media"] [data-slide-region="content-1"] {
1003
+ display: block;
1004
+ }
1005
+ [data-coco][data-component="book-editable-slide"][data-layout="one-col-media"] [data-slide-region="content-1"] .slide-media {
1006
+ display: block;
1007
+ height: 100%;
1008
+ width: 100%;
1009
+ }
1010
+ [data-coco][data-component="book-editable-slide"][data-layout="one-col-media"] [data-slide-region="content-1"] .slide-media img {
1011
+ height: 100%;
1012
+ width: 100%;
1013
+ -o-object-fit: contain;
1014
+ object-fit: contain;
1015
+ }
1016
+ [data-coco][data-component="book-editable-slide"][data-layout="two-col-text"] .slide-container, [data-coco][data-component="book-editable-slide"][data-layout="two-col-media"] .slide-container {
1017
+ display: flex;
1018
+ align-items: center;
1019
+ padding-top: 1.5rem;
1020
+ padding-bottom: 1.5rem;
1021
+ }
1022
+ @container (min-width: 700px) {
1023
+
1024
+ [data-coco][data-component="book-editable-slide"][data-layout="two-col-text"] .slide-container, [data-coco][data-component="book-editable-slide"][data-layout="two-col-media"] .slide-container {
1025
+ padding-top: var(--slide-padding-sm);
1026
+ padding-bottom: var(--slide-padding-sm);
1027
+ }
1028
+ }
1029
+ [data-coco][data-component="book-editable-slide"][data-layout="two-col-text"] .slide-layout, [data-coco][data-component="book-editable-slide"][data-layout="two-col-media"] .slide-layout {
1030
+ width: 100%;
1031
+ }
1032
+ @container (min-width: 700px) {
1033
+
1034
+ [data-coco][data-component="book-editable-slide"][data-layout="two-col-text"] .slide-layout, [data-coco][data-component="book-editable-slide"][data-layout="two-col-media"] .slide-layout {
1035
+ display: grid;
1036
+ }
1037
+ }
1038
+ [data-coco][data-component="book-editable-slide"][data-layout="two-col-text"] .slide-layout, [data-coco][data-component="book-editable-slide"][data-layout="two-col-media"] .slide-layout {
1039
+ height: -moz-min-content;
1040
+ height: min-content;
1041
+ grid-template-columns: 1fr 1fr;
1042
+ grid-template-rows: auto;
1043
+ grid-gap: var(--slide-padding-sm);
1044
+ }
1045
+ [data-coco][data-component="book-editable-slide"][data-layout="two-col-text"].with-title .slide-container, [data-coco][data-component="book-editable-slide"][data-layout="two-col-media"].with-title .slide-container {
1046
+ display: block;
1047
+ }
1048
+ [data-coco][data-component="book-editable-slide"][data-layout="two-col-text"].with-title .slide-layout, [data-coco][data-component="book-editable-slide"][data-layout="two-col-media"].with-title .slide-layout {
1049
+ height: 100%;
1050
+ grid-template-rows: min-content auto;
1051
+ }
1052
+ [data-coco][data-component="book-editable-slide"][data-layout="two-col-text"] .slide-header, [data-coco][data-component="book-editable-slide"][data-layout="two-col-media"] .slide-header {
1053
+ display: block;
1054
+ width: 100%;
1055
+ margin-bottom: 2.5rem;
1056
+ }
1057
+ @container (min-width: 700px) {
1058
+
1059
+ [data-coco][data-component="book-editable-slide"][data-layout="two-col-text"] .slide-header, [data-coco][data-component="book-editable-slide"][data-layout="two-col-media"] .slide-header {
1060
+ margin-bottom: 0px;
1061
+ }
1062
+ }
1063
+ [data-coco][data-component="book-editable-slide"][data-layout="two-col-text"] .slide-header, [data-coco][data-component="book-editable-slide"][data-layout="two-col-media"] .slide-header {
1064
+ grid-column-start: 1;
1065
+ grid-column-end: -1;
1066
+ }
1067
+ [data-coco][data-component="book-editable-slide"][data-layout="two-col-text"] [data-slide-region="content-1"],
1068
+ [data-coco][data-component="book-editable-slide"][data-layout="two-col-text"] [data-slide-region="content-2"],
1069
+ [data-coco][data-component="book-editable-slide"][data-layout="two-col-media"] [data-slide-region="content-1"],
1070
+ [data-coco][data-component="book-editable-slide"][data-layout="two-col-media"] [data-slide-region="content-2"] {
1071
+ display: block;
1072
+ }
1073
+ [data-coco][data-component="book-editable-slide"][data-layout="two-col-text"] [data-slide-region="content-1"] .slide-text,
1074
+ [data-coco][data-component="book-editable-slide"][data-layout="two-col-text"] [data-slide-region="content-1"] .slide-media,
1075
+ [data-coco][data-component="book-editable-slide"][data-layout="two-col-text"] [data-slide-region="content-2"] .slide-text,
1076
+ [data-coco][data-component="book-editable-slide"][data-layout="two-col-text"] [data-slide-region="content-2"] .slide-media,
1077
+ [data-coco][data-component="book-editable-slide"][data-layout="two-col-media"] [data-slide-region="content-1"] .slide-text,
1078
+ [data-coco][data-component="book-editable-slide"][data-layout="two-col-media"] [data-slide-region="content-1"] .slide-media,
1079
+ [data-coco][data-component="book-editable-slide"][data-layout="two-col-media"] [data-slide-region="content-2"] .slide-text,
1080
+ [data-coco][data-component="book-editable-slide"][data-layout="two-col-media"] [data-slide-region="content-2"] .slide-media {
1081
+ display: block;
1082
+ }
1083
+ [data-coco][data-component="book-editable-slide"][data-layout="two-col-text"] [data-slide-region="content-1"], [data-coco][data-component="book-editable-slide"][data-layout="two-col-media"] [data-slide-region="content-1"] {
1084
+ margin-bottom: var(--slide-padding-sm);
1085
+ }
1086
+ @container (min-width: 700px) {
1087
+
1088
+ [data-coco][data-component="book-editable-slide"][data-layout="two-col-text"] [data-slide-region="content-1"], [data-coco][data-component="book-editable-slide"][data-layout="two-col-media"] [data-slide-region="content-1"] {
1089
+ margin-bottom: 0px;
1090
+ }
1091
+
1092
+ [data-coco][data-component="book-editable-slide"][data-layout="two-col-media"] .slide-layout {
1093
+ height: 100%;
1094
+ }
1095
+ }
1096
+ [data-coco][data-component="book-editable-slide"][data-layout="two-col-media"] .slide-content {
1097
+ position: relative;
1098
+ }
1099
+ @container (min-width: 700px) {
1100
+
1101
+ [data-coco][data-component="book-editable-slide"][data-layout="two-col-media"] .slide-content {
1102
+ display: flex;
1103
+ height: 100%;
1104
+ align-items: center;
1105
+ }
1106
+
1107
+ [data-coco][data-component="book-editable-slide"][data-layout="two-col-media"] .slide-media {
1108
+ position: absolute;
1109
+ inset: 0px;
1110
+ }
1111
+ }
1112
+ [data-coco][data-component="book-editable-slide"][data-layout="two-col-mixed"] .slide-layout {
1113
+ height: 100%;
1114
+ width: 100%;
1115
+ }
1116
+ @container (min-width: 700px) {
1117
+
1118
+ [data-coco][data-component="book-editable-slide"][data-layout="two-col-mixed"] .slide-layout {
1119
+ display: grid;
1120
+ }
1121
+ }
1122
+ [data-coco][data-component="book-editable-slide"][data-layout="two-col-mixed"] .slide-layout {
1123
+ grid-template-columns: 1fr 1fr;
1124
+ grid-template-rows: auto;
1125
+ grid-gap: var(--slide-padding-sm);
1126
+ }
1127
+ [data-coco][data-component="book-editable-slide"][data-layout="two-col-mixed"] .slide-group {
1128
+ display: flex;
1129
+ flex-direction: column;
1130
+ justify-content: center;
1131
+ margin-bottom: var(--slide-padding-sm);
1132
+ }
1133
+ @container (min-width: 700px) {
1134
+
1135
+ [data-coco][data-component="book-editable-slide"][data-layout="two-col-mixed"] .slide-group {
1136
+ margin-bottom: 0px;
1137
+ }
1138
+ }
1139
+ [data-coco][data-component="book-editable-slide"][data-layout="two-col-mixed"] .slide-header {
1140
+ display: block;
1141
+ width: 100%;
1142
+ }
1143
+ [data-coco][data-component="book-editable-slide"][data-layout="two-col-mixed"] .slide-title {
1144
+ margin-bottom: 0.5em;
1145
+ }
1146
+ [data-coco][data-component="book-editable-slide"][data-layout="two-col-mixed"] [data-slide-region="content-1"] {
1147
+ display: block;
1148
+ }
1149
+ [data-coco][data-component="book-editable-slide"][data-layout="two-col-mixed"] [data-slide-region="content-1"] .slide-text {
1150
+ display: block;
1151
+ }
1152
+ [data-coco][data-component="book-editable-slide"][data-layout="two-col-mixed"] [data-slide-region="content-2"] {
1153
+ position: relative;
1154
+ display: block;
1155
+ }
1156
+ @container (min-width: 700px) {
1157
+
1158
+ [data-coco][data-component="book-editable-slide"][data-layout="two-col-mixed"] [data-slide-region="content-2"] {
1159
+ display: flex;
1160
+ height: 100%;
1161
+ align-items: center;
1162
+ }
1163
+ }
1164
+ [data-coco][data-component="book-editable-slide"][data-layout="two-col-mixed"] [data-slide-region="content-2"] .slide-media {
1165
+ display: block;
1166
+ }
1167
+ @container (min-width: 700px) {
1168
+
1169
+ [data-coco][data-component="book-editable-slide"][data-layout="two-col-mixed"] [data-slide-region="content-2"] .slide-media {
1170
+ position: absolute;
1171
+ inset: 0px;
1172
+ }
1173
+ }
1174
+ [data-coco][data-component="book-editable-slide"][data-layout="two-col-mixed"] [data-slide-region="content-2"] .slide-media img {
1175
+ height: 100%;
1176
+ width: 100%;
1177
+ -o-object-fit: contain;
1178
+ object-fit: contain;
894
1179
  }
895
1180
  [data-coco][data-component="book-media-slide"] img {
896
1181
  height: 100%;
@@ -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>