@levo-so/blocks 0.1.2 → 0.1.52

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (115) hide show
  1. package/package.json +2 -2
  2. package/src/blocks/about-us/about-us-1.schema.ts +26 -12
  3. package/src/blocks/about-us/about-us-2.schema.ts +269 -0
  4. package/src/blocks/about-us/about-us-2.tsx +47 -0
  5. package/src/blocks/blogs/blog-listing-1.schema.ts +64 -10
  6. package/src/blocks/blogs/blog-listing-1.tsx +79 -56
  7. package/src/blocks/blogs/blog-listing-2.schema.ts +3141 -31
  8. package/src/blocks/blogs/blog-listing-2.tsx +16 -11
  9. package/src/blocks/blogs/blog-listing-3.schema.ts +2476 -0
  10. package/src/blocks/blogs/blog-listing-3.tsx +84 -0
  11. package/src/blocks/blogs/blog-post-1.schema.ts +17 -9
  12. package/src/blocks/blogs/blog-post-2.schema.ts +13 -56
  13. package/src/blocks/blogs/blog-post-3.schema.ts +284 -0
  14. package/src/blocks/blogs/blog-post-3.tsx +58 -0
  15. package/src/blocks/cards/cards-10.schema.ts +579 -0
  16. package/src/blocks/cards/cards-10.tsx +2 -0
  17. package/src/blocks/cards/cards-11.schema.ts +514 -36
  18. package/src/blocks/cards/cards-13.schema.ts +615 -0
  19. package/src/blocks/cards/cards-13.tsx +67 -0
  20. package/src/blocks/cards/cards-2.schema.ts +14 -17
  21. package/src/blocks/cards/cards-3.schema.ts +15 -25
  22. package/src/blocks/cards/cards-4.schema.ts +22 -44
  23. package/src/blocks/cards/cards-4.tsx +39 -39
  24. package/src/blocks/cards/cards-5.schema.ts +15 -34
  25. package/src/blocks/cards/cards-6.schema.ts +1500 -0
  26. package/src/blocks/cards/cards-6.tsx +11 -7
  27. package/src/blocks/cards/cards-7.schema.ts +1772 -27
  28. package/src/blocks/cards/cards-7.tsx +32 -0
  29. package/src/blocks/cards/cards-8.schema.ts +9 -9
  30. package/src/blocks/contact-us/contact-us-1.schema.ts +13 -6
  31. package/src/blocks/contact-us/contact-us-2.schema.ts +43 -43
  32. package/src/blocks/content/content-1.schema.ts +45 -67
  33. package/src/blocks/content/content-2.schema.ts +14 -11
  34. package/src/blocks/content/content-3.schema.ts +17 -115
  35. package/src/blocks/content/content-3.tsx +1 -0
  36. package/src/blocks/content/content-5.tsx +1 -0
  37. package/src/blocks/content/content-6.tsx +1 -0
  38. package/src/blocks/content/content-7.schema.ts +723 -0
  39. package/src/blocks/content/content-7.tsx +53 -0
  40. package/src/blocks/cta/cta-1.schema.ts +18 -26
  41. package/src/blocks/cta/cta-3.schema.ts +60 -0
  42. package/src/blocks/event/event-details.schema.ts +30 -35
  43. package/src/blocks/event/event-details.tsx +74 -79
  44. package/src/blocks/event/event-listing-2.schema.ts +85 -26
  45. package/src/blocks/event/event-listing-2.tsx +76 -52
  46. package/src/blocks/event/event-listing-3.schema.ts +58 -42
  47. package/src/blocks/event/event-listing-3.tsx +4 -9
  48. package/src/blocks/event/event-listing-4.schema.ts +3528 -0
  49. package/src/blocks/event/event-listing-4.tsx +97 -0
  50. package/src/blocks/event/event-listing.schema.ts +81 -86
  51. package/src/blocks/event/event-listing.tsx +1 -3
  52. package/src/blocks/faq/faq-1.schema.ts +13 -10
  53. package/src/blocks/faq/faq-2.schema.ts +12 -10
  54. package/src/blocks/features/features-1/variants/default.ts +12 -3
  55. package/src/blocks/features/features-2.schema.ts +192 -59
  56. package/src/blocks/features/features-3.schema.ts +11 -25
  57. package/src/blocks/features/features-4.schema.ts +20 -35
  58. package/src/blocks/features/features-5.schema.ts +18 -37
  59. package/src/blocks/footer/footer-1.schema.ts +28 -5
  60. package/src/blocks/footer/footer-2.schema.ts +18 -3
  61. package/src/blocks/footer/footer-3.schema.ts +85 -160
  62. package/src/blocks/footer/footer-3.tsx +1 -2
  63. package/src/blocks/footer/footer-4.schema.ts +10 -5
  64. package/src/blocks/footer/footer-4.tsx +1 -1
  65. package/src/blocks/footer/footer-5.schema.ts +10 -0
  66. package/src/blocks/footer/footer-5.tsx +11 -3
  67. package/src/blocks/footer/footer-6.schema.ts +730 -0
  68. package/src/blocks/footer/footer-6.tsx +100 -0
  69. package/src/blocks/hero/hero-1.schema.ts +165 -185
  70. package/src/blocks/hero/hero-10.schema.ts +175 -0
  71. package/src/blocks/hero/hero-10.tsx +35 -0
  72. package/src/blocks/hero/hero-2.schema.ts +60 -104
  73. package/src/blocks/hero/hero-2.tsx +11 -3
  74. package/src/blocks/hero/hero-3.schema.ts +68 -64
  75. package/src/blocks/hero/hero-4.schema.ts +148 -48
  76. package/src/blocks/hero/hero-5.schema.ts +29 -23
  77. package/src/blocks/hero/hero-6.schema.ts +28 -66
  78. package/src/blocks/hero/hero-7.schema.ts +34 -37
  79. package/src/blocks/hero/hero-8.schema.ts +5 -1
  80. package/src/blocks/index.ts +11 -0
  81. package/src/blocks/logos/logos-1.schema.ts +10 -4
  82. package/src/blocks/navbar/navbar-1.schema.ts +3 -5
  83. package/src/blocks/navbar/navbar-1.tsx +5 -19
  84. package/src/blocks/navbar/navbar-2.schema.ts +2 -4
  85. package/src/blocks/navbar/navbar-2.tsx +4 -18
  86. package/src/blocks/navbar/navbar-3.schema.ts +6834 -0
  87. package/src/blocks/navbar/navbar-3.tsx +551 -0
  88. package/src/blocks/pricing/pricing-1.schema.ts +23 -37
  89. package/src/blocks/products/products-listing-1.schema.ts +73 -76
  90. package/src/blocks/profile/profile-1.schema.ts +399 -0
  91. package/src/blocks/profile/profile-1.tsx +64 -0
  92. package/src/blocks/stats/stats-1.schema.ts +34 -3
  93. package/src/blocks/stats/variants/default.ts +0 -1
  94. package/src/blocks/stats/variants/hero.ts +2 -13
  95. package/src/blocks/team/team-1.schema.ts +50 -22
  96. package/src/blocks/team/team-1.tsx +9 -3
  97. package/src/blocks/team/team-2.schema.ts +96 -167
  98. package/src/blocks/team/team-3.schema.ts +32 -49
  99. package/src/blocks/team/team-4.schema.ts +551 -0
  100. package/src/blocks/team/team-4.tsx +59 -0
  101. package/src/blocks/termsAndPrivacy/terms-and-conditions-1.schema.ts +10 -20
  102. package/src/blocks/testimonial/testimonial-1.schema.ts +14 -8
  103. package/src/blocks/testimonial/testimonial-2.schema.ts +2 -2
  104. package/src/blocks/testimonial/testimonial-3.schema.ts +12 -18
  105. package/src/blocks/testimonial/testimonial-4.schema.ts +131 -126
  106. package/src/blocks/testimonial/testimonial-5/variants/default.ts +510 -0
  107. package/src/blocks/testimonial/testimonial-5/variants/index.ts +4 -0
  108. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +887 -0
  109. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +923 -0
  110. package/src/blocks/testimonial/testimonial-5.schema.ts +62 -246
  111. package/src/blocks/testimonial/testimonial-5.tsx +32 -8
  112. package/src/blocks/testimonial/testimonial-6.schema.ts +986 -23
  113. package/src/blocks/testimonial/testimonial-6.tsx +107 -57
  114. package/src/schemas/blocks.ts +22 -0
  115. package/src/schemas/categories.ts +6 -0
@@ -18,28 +18,40 @@ const DEFAULT_CONTENT = {
18
18
  cards: [
19
19
  {
20
20
  card: null,
21
+ label: "<p>Boston</p>",
22
+ "label-icon": {
23
+ kind: "icon",
24
+ data: {
25
+ id: "location",
26
+ label: "Location",
27
+ tags: ["custom", "location"],
28
+ svgCode:
29
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M11.9999 14.17C9.86988 14.17 8.12988 12.44 8.12988 10.3C8.12988 8.16 9.86988 6.44 11.9999 6.44C14.1299 6.44 15.8699 8.17 15.8699 10.31C15.8699 12.45 14.1299 14.17 11.9999 14.17ZM11.9999 7.94C10.6999 7.94 9.62988 9 9.62988 10.31C9.62988 11.62 10.6899 12.68 11.9999 12.68C13.3099 12.68 14.3699 11.62 14.3699 10.31C14.3699 9 13.2999 7.94 11.9999 7.94Z" fill="var(--color-icon-primary)"/>\n<path d="M11.9997 22.76C10.5197 22.76 9.02969 22.2 7.86969 21.09C4.91969 18.25 1.65969 13.72 2.88969 8.33C3.99969 3.44 8.26969 1.25 11.9997 1.25C11.9997 1.25 11.9997 1.25 12.0097 1.25C15.7397 1.25 20.0097 3.44 21.1197 8.34C22.3397 13.73 19.0797 18.25 16.1297 21.09C14.9697 22.2 13.4797 22.76 11.9997 22.76ZM11.9997 2.75C9.08969 2.75 5.34969 4.3 4.35969 8.66C3.27969 13.37 6.23969 17.43 8.91969 20C10.6497 21.67 13.3597 21.67 15.0897 20C17.7597 17.43 20.7197 13.37 19.6597 8.66C18.6597 4.3 14.9097 2.75 11.9997 2.75Z" fill="var(--color-icon-primary)"/>\n</svg>',
30
+ },
31
+ },
21
32
  "image-container": null,
22
33
  image: {
23
34
  id: "hjB4vGY2wTjw",
24
35
  filename: "image.png",
25
36
  kind: "image",
26
- location: "https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW.png",
37
+ location:
38
+ "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW.png",
27
39
  srcset: {
28
40
  "1080w":
29
- "https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-1080w.webp",
41
+ "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1080w.webp",
30
42
  "1200w":
31
- "https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-1200w.webp",
43
+ "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1200w.webp",
32
44
  "1920w":
33
- "https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-1920w.webp",
45
+ "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1920w.webp",
34
46
  "320w":
35
- "https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-320w.webp",
47
+ "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-320w.webp",
36
48
  "640w":
37
- "https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-640w.webp",
49
+ "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-640w.webp",
38
50
  "750w":
39
- "https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-750w.webp",
51
+ "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-750w.webp",
40
52
  "828w":
41
- "https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-828w.webp",
42
- path: "https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-640w.webp 640w, https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-750w.webp 750w, https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-828w.webp 828w, https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-1080w.webp 1080w, https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-1200w.webp 1200w, https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-1920w.webp 1920w, https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-320w.webp 320w",
53
+ "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-828w.webp",
54
+ path: "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-320w.webp 320w",
43
55
  },
44
56
  mimetype: "image/png",
45
57
  },
@@ -69,28 +81,40 @@ const DEFAULT_CONTENT = {
69
81
  },
70
82
  {
71
83
  card: null,
84
+ label: "<p>Boston</p>",
85
+ "label-icon": {
86
+ kind: "icon",
87
+ data: {
88
+ id: "location",
89
+ label: "Location",
90
+ tags: ["custom", "location"],
91
+ svgCode:
92
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M11.9999 14.17C9.86988 14.17 8.12988 12.44 8.12988 10.3C8.12988 8.16 9.86988 6.44 11.9999 6.44C14.1299 6.44 15.8699 8.17 15.8699 10.31C15.8699 12.45 14.1299 14.17 11.9999 14.17ZM11.9999 7.94C10.6999 7.94 9.62988 9 9.62988 10.31C9.62988 11.62 10.6899 12.68 11.9999 12.68C13.3099 12.68 14.3699 11.62 14.3699 10.31C14.3699 9 13.2999 7.94 11.9999 7.94Z" fill="var(--color-icon-primary)"/>\n<path d="M11.9997 22.76C10.5197 22.76 9.02969 22.2 7.86969 21.09C4.91969 18.25 1.65969 13.72 2.88969 8.33C3.99969 3.44 8.26969 1.25 11.9997 1.25C11.9997 1.25 11.9997 1.25 12.0097 1.25C15.7397 1.25 20.0097 3.44 21.1197 8.34C22.3397 13.73 19.0797 18.25 16.1297 21.09C14.9697 22.2 13.4797 22.76 11.9997 22.76ZM11.9997 2.75C9.08969 2.75 5.34969 4.3 4.35969 8.66C3.27969 13.37 6.23969 17.43 8.91969 20C10.6497 21.67 13.3597 21.67 15.0897 20C17.7597 17.43 20.7197 13.37 19.6597 8.66C18.6597 4.3 14.9097 2.75 11.9997 2.75Z" fill="var(--color-icon-primary)"/>\n</svg>',
93
+ },
94
+ },
72
95
  "image-container": null,
73
96
  image: {
74
97
  id: "hjB4vGY2wTjw",
75
98
  filename: "image.png",
76
99
  kind: "image",
77
- location: "https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW.png",
100
+ location:
101
+ "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW.png",
78
102
  srcset: {
79
103
  "1080w":
80
- "https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-1080w.webp",
104
+ "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1080w.webp",
81
105
  "1200w":
82
- "https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-1200w.webp",
106
+ "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1200w.webp",
83
107
  "1920w":
84
- "https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-1920w.webp",
108
+ "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1920w.webp",
85
109
  "320w":
86
- "https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-320w.webp",
110
+ "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-320w.webp",
87
111
  "640w":
88
- "https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-640w.webp",
112
+ "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-640w.webp",
89
113
  "750w":
90
- "https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-750w.webp",
114
+ "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-750w.webp",
91
115
  "828w":
92
- "https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-828w.webp",
93
- path: "https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-640w.webp 640w, https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-750w.webp 750w, https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-828w.webp 828w, https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-1080w.webp 1080w, https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-1200w.webp 1200w, https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-1920w.webp 1920w, https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-320w.webp 320w",
116
+ "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-828w.webp",
117
+ path: "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-320w.webp 320w",
94
118
  },
95
119
  mimetype: "image/png",
96
120
  },
@@ -121,27 +145,39 @@ const DEFAULT_CONTENT = {
121
145
  {
122
146
  card: null,
123
147
  "image-container": null,
148
+ label: "<p>Boston</p>",
149
+ "label-icon": {
150
+ kind: "icon",
151
+ data: {
152
+ id: "location",
153
+ label: "Location",
154
+ tags: ["custom", "location"],
155
+ svgCode:
156
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M11.9999 14.17C9.86988 14.17 8.12988 12.44 8.12988 10.3C8.12988 8.16 9.86988 6.44 11.9999 6.44C14.1299 6.44 15.8699 8.17 15.8699 10.31C15.8699 12.45 14.1299 14.17 11.9999 14.17ZM11.9999 7.94C10.6999 7.94 9.62988 9 9.62988 10.31C9.62988 11.62 10.6899 12.68 11.9999 12.68C13.3099 12.68 14.3699 11.62 14.3699 10.31C14.3699 9 13.2999 7.94 11.9999 7.94Z" fill="var(--color-icon-primary)"/>\n<path d="M11.9997 22.76C10.5197 22.76 9.02969 22.2 7.86969 21.09C4.91969 18.25 1.65969 13.72 2.88969 8.33C3.99969 3.44 8.26969 1.25 11.9997 1.25C11.9997 1.25 11.9997 1.25 12.0097 1.25C15.7397 1.25 20.0097 3.44 21.1197 8.34C22.3397 13.73 19.0797 18.25 16.1297 21.09C14.9697 22.2 13.4797 22.76 11.9997 22.76ZM11.9997 2.75C9.08969 2.75 5.34969 4.3 4.35969 8.66C3.27969 13.37 6.23969 17.43 8.91969 20C10.6497 21.67 13.3597 21.67 15.0897 20C17.7597 17.43 20.7197 13.37 19.6597 8.66C18.6597 4.3 14.9097 2.75 11.9997 2.75Z" fill="var(--color-icon-primary)"/>\n</svg>',
157
+ },
158
+ },
124
159
  image: {
125
160
  id: "hjB4vGY2wTjw",
126
161
  filename: "image.png",
127
162
  kind: "image",
128
- location: "https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW.png",
163
+ location:
164
+ "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW.png",
129
165
  srcset: {
130
166
  "1080w":
131
- "https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-1080w.webp",
167
+ "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1080w.webp",
132
168
  "1200w":
133
- "https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-1200w.webp",
169
+ "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1200w.webp",
134
170
  "1920w":
135
- "https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-1920w.webp",
171
+ "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1920w.webp",
136
172
  "320w":
137
- "https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-320w.webp",
173
+ "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-320w.webp",
138
174
  "640w":
139
- "https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-640w.webp",
175
+ "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-640w.webp",
140
176
  "750w":
141
- "https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-750w.webp",
177
+ "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-750w.webp",
142
178
  "828w":
143
- "https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-828w.webp",
144
- path: "https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-640w.webp 640w, https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-750w.webp 750w, https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-828w.webp 828w, https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-1080w.webp 1080w, https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-1200w.webp 1200w, https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-1920w.webp 1920w, https://space.levo.in.net/W6OEVMW8/image-9GFGqRTHaylW-320w.webp 320w",
179
+ "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-828w.webp",
180
+ path: "https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-9GFGqRTHaylW-320w.webp 320w",
145
181
  },
146
182
  mimetype: "image/png",
147
183
  },
@@ -280,6 +316,33 @@ export const Cards7: IBlock = {
280
316
  max_characters: 200,
281
317
  },
282
318
  },
319
+ {
320
+ key: "carousel-navigation-container",
321
+ label: "Carousel Navigation Container",
322
+ field_interface: "BoxWidget",
323
+ hint: {
324
+ prompt_description:
325
+ "Container for the navigation dots, providing proper positioning below the carousel.",
326
+ },
327
+ },
328
+ {
329
+ key: "carousel-navigation",
330
+ label: "Carousel Navigation",
331
+ field_interface: "BoxWidget",
332
+ hint: {
333
+ prompt_description:
334
+ "Container for the navigation pills/dots that indicate current position and allow navigation between testimonials.",
335
+ },
336
+ },
337
+ {
338
+ key: "carousel-navigation-pill",
339
+ label: "Carousel Navigation Pill",
340
+ field_interface: "BoxWidget",
341
+ hint: {
342
+ prompt_description:
343
+ "Individual navigation dot that shows current position and allows clicking to navigate to specific testimonial.",
344
+ },
345
+ },
283
346
  {
284
347
  key: "carousel-container",
285
348
  label: "Carousel Container",
@@ -387,6 +450,37 @@ export const Cards7: IBlock = {
387
450
  "Right-side container that holds all text content, stats, and CTA button with proper vertical spacing.",
388
451
  },
389
452
  },
453
+ {
454
+ key: "label-container",
455
+ label: "Label Container",
456
+ field_interface: "BoxWidget",
457
+ hint: {
458
+ prompt_description:
459
+ "Container for the card's label, positioned at the top of the content area.",
460
+ },
461
+ },
462
+ {
463
+ key: "label-icon",
464
+ label: "Label Icon",
465
+ field_interface: "IconWidget",
466
+ hint: {
467
+ prompt_description:
468
+ "Icon for the individual card. Should clearly identify the solution or feature being presented.",
469
+ min_characters: 15,
470
+ max_characters: 50,
471
+ },
472
+ },
473
+ {
474
+ key: "label",
475
+ label: "Label",
476
+ field_interface: "TypographyWidget",
477
+ hint: {
478
+ prompt_description:
479
+ "Label for the individual card. Should clearly identify the solution or feature being presented.",
480
+ min_characters: 15,
481
+ max_characters: 50,
482
+ },
483
+ },
390
484
  {
391
485
  key: "header-container",
392
486
  label: "Header Container",
@@ -658,6 +752,9 @@ export const Cards7: IBlock = {
658
752
  width: "100%",
659
753
  },
660
754
  },
755
+ "label-container": {
756
+ display: "none",
757
+ },
661
758
  image: {
662
759
  width: "100%",
663
760
  height: "100%",
@@ -795,6 +892,9 @@ export const Cards7: IBlock = {
795
892
  width: "100%",
796
893
  },
797
894
  },
895
+ "label-container": {
896
+ display: "none",
897
+ },
798
898
  image: {
799
899
  width: "100%",
800
900
  height: "100%",
@@ -932,6 +1032,9 @@ export const Cards7: IBlock = {
932
1032
  width: "100%",
933
1033
  },
934
1034
  },
1035
+ "label-container": {
1036
+ display: "none",
1037
+ },
935
1038
  image: {
936
1039
  width: "100%",
937
1040
  height: "100%",
@@ -1789,5 +1892,1647 @@ export const Cards7: IBlock = {
1789
1892
  },
1790
1893
  content: DEFAULT_CONTENT,
1791
1894
  },
1895
+ {
1896
+ key: "variant-1",
1897
+ title: "Variant 1",
1898
+ styles: {
1899
+ layout: {
1900
+ "padding-top": "7xl",
1901
+ "padding-bottom": "7xl",
1902
+ "padding-left": "lg",
1903
+ "padding-right": "lg",
1904
+ mobile: {
1905
+ "padding-top": "4xl",
1906
+ "padding-bottom": "4xl",
1907
+ "padding-left": "base",
1908
+ "padding-right": "base",
1909
+ },
1910
+ tablet: {
1911
+ "padding-left": "none",
1912
+ "padding-right": "none",
1913
+ "padding-top": "none",
1914
+ "padding-bottom": "none",
1915
+ },
1916
+ },
1917
+ container: {
1918
+ "margin-left": "auto",
1919
+ "margin-right": "auto",
1920
+ "max-width": "none",
1921
+ tablet: {
1922
+ "margin-left": "auto",
1923
+ "padding-left": "xl",
1924
+ "padding-right": "xl",
1925
+ },
1926
+ },
1927
+ header: {
1928
+ "text-align": "center",
1929
+ "margin-bottom": "4xl",
1930
+ mobile: {
1931
+ "margin-bottom": "2xl",
1932
+ },
1933
+ },
1934
+ "header-content": {
1935
+ "max-width": "800px",
1936
+ "margin-left": "auto",
1937
+ "margin-right": "auto",
1938
+ },
1939
+ title: {
1940
+ color: "text-1",
1941
+ "margin-bottom": "lg",
1942
+ },
1943
+ description: {
1944
+ color: "text-2",
1945
+ },
1946
+ "carousel-container": {
1947
+ display: "flex",
1948
+ "align-items": "center",
1949
+ "column-gap": "lg",
1950
+ position: "relative",
1951
+ mobile: {
1952
+ "flex-direction": "column",
1953
+ "row-gap": "lg",
1954
+ },
1955
+ tablet: {
1956
+ "padding-left": "none",
1957
+ "padding-right": "none",
1958
+ },
1959
+ },
1960
+ "carousel-navigation-arrow-left": {
1961
+ display: "none",
1962
+ "align-items": "center",
1963
+ "justify-content": "center",
1964
+ "border-radius": "50%",
1965
+ "background-color": "white",
1966
+ color: "text-2",
1967
+ cursor: "pointer",
1968
+ "font-size": "lg",
1969
+ "font-weight": "500",
1970
+ "padding-top": "none",
1971
+ "padding-bottom": "none",
1972
+ "padding-left": "none",
1973
+ "padding-right": "none",
1974
+ "border-color": "transparent",
1975
+ "border-width": "0px",
1976
+ "border-style": "solid",
1977
+ _hover: {
1978
+ opacity: "0.9",
1979
+ },
1980
+ width: "48px",
1981
+ height: "48px",
1982
+ border: "1px solid var(--color-border)",
1983
+ transition: "opacity 0.3s ease, cursor 0.3s ease",
1984
+ mobile: {
1985
+ width: "40px",
1986
+ height: "40px",
1987
+ filter: "none",
1988
+ "padding-top": "none",
1989
+ "padding-bottom": "none",
1990
+ "padding-left": "none",
1991
+ "padding-right": "none",
1992
+ },
1993
+ tablet: {
1994
+ display: "none",
1995
+ },
1996
+ },
1997
+ "carousel-navigation-arrow-right": {
1998
+ width: "48px",
1999
+ height: "48px",
2000
+ "border-radius": "50%",
2001
+ "background-color": "white",
2002
+ border: "1px solid var(--color-border)",
2003
+ cursor: "pointer",
2004
+ display: "none",
2005
+ "align-items": "center",
2006
+ "justify-content": "center",
2007
+ mobile: {
2008
+ width: "40px",
2009
+ height: "40px",
2010
+ filter: "none",
2011
+ "font-size": "xs",
2012
+ },
2013
+ "padding-top": "none",
2014
+ "padding-bottom": "none",
2015
+ "padding-left": "none",
2016
+ "padding-right": "none",
2017
+ "column-gap": "none",
2018
+ color: "text-3",
2019
+ tablet: {
2020
+ filter: "none",
2021
+ display: "none",
2022
+ },
2023
+ },
2024
+ cards_levoGroup: {
2025
+ flex: "1",
2026
+ mobile: {
2027
+ "max-width": "100%",
2028
+ order: "1",
2029
+ },
2030
+ number_of_slides: 1,
2031
+ tablet: {
2032
+ number_of_slides: 1,
2033
+ },
2034
+ },
2035
+ cards: [
2036
+ {
2037
+ card: {
2038
+ display: "flex",
2039
+ "background-color": "white",
2040
+ "border-radius": "base",
2041
+ "box-shadow": "lg",
2042
+ overflow: "hidden",
2043
+ "align-items": "stretch",
2044
+ mobile: {
2045
+ "flex-direction": "column",
2046
+ "min-height": "auto",
2047
+ "row-gap": "base",
2048
+ },
2049
+ "border-style": "solid",
2050
+ "border-width": "1px",
2051
+ "padding-left": "base",
2052
+ "padding-right": "base",
2053
+ "padding-top": "base",
2054
+ "padding-bottom": "base",
2055
+ tablet: {
2056
+ "flex-direction": "column",
2057
+ "align-items": "start",
2058
+ },
2059
+ },
2060
+ "image-container": {
2061
+ flex: "0 0 40%",
2062
+ mobile: {
2063
+ flex: "none",
2064
+ width: "100%",
2065
+ height: "100%",
2066
+ },
2067
+ tablet: {
2068
+ width: "100%",
2069
+ },
2070
+ },
2071
+ image: {
2072
+ width: "100%",
2073
+ height: "100%",
2074
+ "object-fit": "cover",
2075
+ },
2076
+ "content-container": {
2077
+ flex: "1",
2078
+ padding: "2xl",
2079
+ display: "flex",
2080
+ "flex-direction": "column",
2081
+ "justify-content": "space-between",
2082
+ mobile: {
2083
+ padding: "lg",
2084
+ "padding-left": "none",
2085
+ "padding-right": "none",
2086
+ "padding-bottom": "none",
2087
+ "padding-top": "none",
2088
+ },
2089
+ tablet: {
2090
+ "flex-direction": "column",
2091
+ },
2092
+ },
2093
+ "header-container": {
2094
+ "margin-bottom": "lg",
2095
+ },
2096
+ "card-title": {
2097
+ "margin-bottom": "sm",
2098
+ tablet: {
2099
+ "font-size": "xl",
2100
+ },
2101
+ },
2102
+ "card-description": {
2103
+ color: "text-2",
2104
+ tablet: {
2105
+ "max-width": "600px",
2106
+ },
2107
+ },
2108
+ stats_levoGroup: {
2109
+ display: "none",
2110
+ "column-gap": "lg",
2111
+ "margin-bottom": "lg",
2112
+ mobile: {
2113
+ "flex-wrap": "wrap",
2114
+ "row-gap": "sm",
2115
+ "column-gap": "sm",
2116
+ "grid-template-columns": "repeat(2, minmax(0, 1fr))",
2117
+ },
2118
+ "grid-template-columns": "repeat(3, minmax(0, 1fr))",
2119
+ tablet: {
2120
+ "grid-template-columns": "repeat(3, minmax(0, 1fr))",
2121
+ "row-gap": "lg",
2122
+ },
2123
+ },
2124
+ stat_card: {
2125
+ "text-align": "center",
2126
+ mobile: {
2127
+ flex: "1 1 calc(50% - 4px)",
2128
+ "min-width": "80px",
2129
+ },
2130
+ },
2131
+ number: {
2132
+ color: "text-1",
2133
+ "margin-bottom": "xs",
2134
+ },
2135
+ label: {
2136
+ color: "white",
2137
+ },
2138
+ cta: {
2139
+ "align-self": "flex-start",
2140
+ "border-color": "border",
2141
+ "padding-top": "sm",
2142
+ "padding-bottom": "sm",
2143
+ "padding-left": "lg",
2144
+ "padding-right": "lg",
2145
+ },
2146
+ stats: [
2147
+ {
2148
+ number: {
2149
+ tablet: {
2150
+ "font-size": "2xl",
2151
+ },
2152
+ "font-size": "3xl",
2153
+ },
2154
+ },
2155
+ {
2156
+ number: {
2157
+ "font-size": "3xl",
2158
+ tablet: {
2159
+ "font-size": "2xl",
2160
+ },
2161
+ },
2162
+ },
2163
+ {
2164
+ number: {
2165
+ "font-size": "3xl",
2166
+ tablet: {
2167
+ "font-size": "2xl",
2168
+ },
2169
+ },
2170
+ },
2171
+ ],
2172
+ "label-container": {
2173
+ display: "flex",
2174
+ "align-items": "center",
2175
+ "column-gap": "2xs",
2176
+ "background-color": "background-1",
2177
+ width: "fit-content",
2178
+ "border-radius": "3xl",
2179
+ "padding-left": "xs",
2180
+ "padding-right": "xs",
2181
+ "padding-top": "4xs",
2182
+ "padding-bottom": "4xs",
2183
+ },
2184
+ },
2185
+ {
2186
+ card: {
2187
+ display: "flex",
2188
+ "background-color": "white",
2189
+ "border-radius": "base",
2190
+ "box-shadow": "lg",
2191
+ overflow: "hidden",
2192
+ "align-items": "stretch",
2193
+ mobile: {
2194
+ "flex-direction": "column",
2195
+ "min-height": "auto",
2196
+ "row-gap": "base",
2197
+ },
2198
+ "border-style": "solid",
2199
+ "border-width": "1px",
2200
+ "padding-left": "base",
2201
+ "padding-right": "base",
2202
+ "padding-top": "base",
2203
+ "padding-bottom": "base",
2204
+ tablet: {
2205
+ "flex-direction": "column",
2206
+ "align-items": "start",
2207
+ },
2208
+ },
2209
+ "image-container": {
2210
+ flex: "0 0 40%",
2211
+ mobile: {
2212
+ flex: "none",
2213
+ width: "100%",
2214
+ height: "100%",
2215
+ },
2216
+ tablet: {
2217
+ width: "100%",
2218
+ },
2219
+ },
2220
+ image: {
2221
+ width: "100%",
2222
+ height: "100%",
2223
+ "object-fit": "cover",
2224
+ },
2225
+ "content-container": {
2226
+ flex: "1",
2227
+ padding: "2xl",
2228
+ display: "flex",
2229
+ "flex-direction": "column",
2230
+ "justify-content": "space-between",
2231
+ mobile: {
2232
+ padding: "lg",
2233
+ "padding-left": "none",
2234
+ "padding-right": "none",
2235
+ "padding-bottom": "none",
2236
+ "padding-top": "none",
2237
+ },
2238
+ tablet: {
2239
+ "flex-direction": "column",
2240
+ },
2241
+ },
2242
+ "header-container": {
2243
+ "margin-bottom": "lg",
2244
+ },
2245
+ "card-title": {
2246
+ "margin-bottom": "sm",
2247
+ tablet: {
2248
+ "font-size": "xl",
2249
+ },
2250
+ },
2251
+ "card-description": {
2252
+ color: "text-2",
2253
+ tablet: {
2254
+ "max-width": "600px",
2255
+ },
2256
+ },
2257
+ stats_levoGroup: {
2258
+ display: "none",
2259
+ "column-gap": "lg",
2260
+ "margin-bottom": "lg",
2261
+ mobile: {
2262
+ "flex-wrap": "wrap",
2263
+ "row-gap": "sm",
2264
+ "column-gap": "sm",
2265
+ "grid-template-columns": "repeat(2, minmax(0, 1fr))",
2266
+ },
2267
+ "grid-template-columns": "repeat(3, minmax(0, 1fr))",
2268
+ tablet: {
2269
+ "grid-template-columns": "repeat(3, minmax(0, 1fr))",
2270
+ "row-gap": "lg",
2271
+ },
2272
+ },
2273
+ stat_card: {
2274
+ "text-align": "center",
2275
+ mobile: {
2276
+ flex: "1 1 calc(50% - 4px)",
2277
+ "min-width": "80px",
2278
+ },
2279
+ },
2280
+ number: {
2281
+ color: "text-1",
2282
+ "margin-bottom": "xs",
2283
+ },
2284
+ label: {
2285
+ color: "white",
2286
+ },
2287
+ cta: {
2288
+ "align-self": "flex-start",
2289
+ "border-color": "border",
2290
+ "padding-top": "sm",
2291
+ "padding-bottom": "sm",
2292
+ "padding-left": "lg",
2293
+ "padding-right": "lg",
2294
+ },
2295
+ stats: [
2296
+ {
2297
+ number: {
2298
+ tablet: {
2299
+ "font-size": "2xl",
2300
+ },
2301
+ "font-size": "3xl",
2302
+ },
2303
+ },
2304
+ {
2305
+ number: {
2306
+ "font-size": "3xl",
2307
+ tablet: {
2308
+ "font-size": "2xl",
2309
+ },
2310
+ },
2311
+ },
2312
+ {
2313
+ number: {
2314
+ "font-size": "3xl",
2315
+ tablet: {
2316
+ "font-size": "2xl",
2317
+ },
2318
+ },
2319
+ },
2320
+ ],
2321
+ "label-container": {
2322
+ display: "flex",
2323
+ "align-items": "center",
2324
+ "column-gap": "2xs",
2325
+ "background-color": "background-1",
2326
+ width: "fit-content",
2327
+ "border-radius": "3xl",
2328
+ "padding-left": "xs",
2329
+ "padding-right": "xs",
2330
+ "padding-top": "4xs",
2331
+ "padding-bottom": "4xs",
2332
+ },
2333
+ },
2334
+ {
2335
+ card: {
2336
+ display: "flex",
2337
+ "background-color": "white",
2338
+ "border-radius": "base",
2339
+ "box-shadow": "lg",
2340
+ overflow: "hidden",
2341
+ "align-items": "stretch",
2342
+ mobile: {
2343
+ "flex-direction": "column",
2344
+ "min-height": "auto",
2345
+ "row-gap": "base",
2346
+ },
2347
+ "border-style": "solid",
2348
+ "border-width": "1px",
2349
+ "padding-left": "base",
2350
+ "padding-right": "base",
2351
+ "padding-top": "base",
2352
+ "padding-bottom": "base",
2353
+ tablet: {
2354
+ "flex-direction": "column",
2355
+ "align-items": "start",
2356
+ },
2357
+ },
2358
+ "image-container": {
2359
+ flex: "0 0 40%",
2360
+ mobile: {
2361
+ flex: "none",
2362
+ width: "100%",
2363
+ height: "100%",
2364
+ },
2365
+ tablet: {
2366
+ width: "100%",
2367
+ },
2368
+ },
2369
+ image: {
2370
+ width: "100%",
2371
+ height: "100%",
2372
+ "object-fit": "cover",
2373
+ },
2374
+ "content-container": {
2375
+ flex: "1",
2376
+ padding: "2xl",
2377
+ display: "flex",
2378
+ "flex-direction": "column",
2379
+ "justify-content": "space-between",
2380
+ mobile: {
2381
+ padding: "lg",
2382
+ "padding-left": "none",
2383
+ "padding-right": "none",
2384
+ "padding-bottom": "none",
2385
+ "padding-top": "none",
2386
+ },
2387
+ tablet: {
2388
+ "flex-direction": "column",
2389
+ },
2390
+ },
2391
+ "header-container": {
2392
+ "margin-bottom": "lg",
2393
+ },
2394
+ "card-title": {
2395
+ "margin-bottom": "sm",
2396
+ tablet: {
2397
+ "font-size": "xl",
2398
+ },
2399
+ },
2400
+ "card-description": {
2401
+ color: "text-2",
2402
+ tablet: {
2403
+ "max-width": "600px",
2404
+ },
2405
+ },
2406
+ stats_levoGroup: {
2407
+ display: "none",
2408
+ "column-gap": "lg",
2409
+ "margin-bottom": "lg",
2410
+ mobile: {
2411
+ "flex-wrap": "wrap",
2412
+ "row-gap": "sm",
2413
+ "column-gap": "sm",
2414
+ "grid-template-columns": "repeat(2, minmax(0, 1fr))",
2415
+ },
2416
+ "grid-template-columns": "repeat(3, minmax(0, 1fr))",
2417
+ tablet: {
2418
+ "grid-template-columns": "repeat(3, minmax(0, 1fr))",
2419
+ "row-gap": "lg",
2420
+ },
2421
+ },
2422
+ stat_card: {
2423
+ "text-align": "center",
2424
+ mobile: {
2425
+ flex: "1 1 calc(50% - 4px)",
2426
+ "min-width": "80px",
2427
+ },
2428
+ },
2429
+ number: {
2430
+ color: "text-1",
2431
+ "margin-bottom": "xs",
2432
+ },
2433
+ label: {
2434
+ color: "white",
2435
+ },
2436
+ cta: {
2437
+ "align-self": "flex-start",
2438
+ "border-color": "border",
2439
+ "padding-top": "sm",
2440
+ "padding-bottom": "sm",
2441
+ "padding-left": "lg",
2442
+ "padding-right": "lg",
2443
+ },
2444
+ stats: [
2445
+ {
2446
+ number: {
2447
+ tablet: {
2448
+ "font-size": "2xl",
2449
+ },
2450
+ "font-size": "3xl",
2451
+ },
2452
+ },
2453
+ {
2454
+ number: {
2455
+ "font-size": "3xl",
2456
+ tablet: {
2457
+ "font-size": "2xl",
2458
+ },
2459
+ },
2460
+ },
2461
+ {
2462
+ number: {
2463
+ "font-size": "3xl",
2464
+ tablet: {
2465
+ "font-size": "2xl",
2466
+ },
2467
+ },
2468
+ },
2469
+ ],
2470
+ "label-container": {
2471
+ display: "flex",
2472
+ "align-items": "center",
2473
+ "column-gap": "2xs",
2474
+ "background-color": "background-1",
2475
+ width: "fit-content",
2476
+ "border-radius": "3xl",
2477
+ "padding-left": "xs",
2478
+ "padding-right": "xs",
2479
+ "padding-top": "4xs",
2480
+ "padding-bottom": "4xs",
2481
+ },
2482
+ },
2483
+ {
2484
+ card: {
2485
+ display: "flex",
2486
+ "background-color": "white",
2487
+ "border-radius": "base",
2488
+ "box-shadow": "lg",
2489
+ overflow: "hidden",
2490
+ "align-items": "stretch",
2491
+ mobile: {
2492
+ "flex-direction": "column",
2493
+ "min-height": "auto",
2494
+ "row-gap": "base",
2495
+ },
2496
+ "border-style": "solid",
2497
+ "border-width": "1px",
2498
+ "padding-left": "base",
2499
+ "padding-right": "base",
2500
+ "padding-top": "base",
2501
+ "padding-bottom": "base",
2502
+ tablet: {
2503
+ "flex-direction": "column",
2504
+ "align-items": "start",
2505
+ },
2506
+ },
2507
+ "image-container": {
2508
+ flex: "0 0 40%",
2509
+ mobile: {
2510
+ flex: "none",
2511
+ width: "100%",
2512
+ height: "100%",
2513
+ },
2514
+ tablet: {
2515
+ width: "100%",
2516
+ },
2517
+ },
2518
+ image: {
2519
+ width: "100%",
2520
+ height: "100%",
2521
+ "object-fit": "cover",
2522
+ },
2523
+ "content-container": {
2524
+ flex: "1",
2525
+ padding: "2xl",
2526
+ display: "flex",
2527
+ "flex-direction": "column",
2528
+ "justify-content": "space-between",
2529
+ mobile: {
2530
+ padding: "lg",
2531
+ "padding-left": "none",
2532
+ "padding-right": "none",
2533
+ "padding-bottom": "none",
2534
+ "padding-top": "none",
2535
+ },
2536
+ tablet: {
2537
+ "flex-direction": "column",
2538
+ },
2539
+ },
2540
+ "header-container": {
2541
+ "margin-bottom": "lg",
2542
+ },
2543
+ "card-title": {
2544
+ "margin-bottom": "sm",
2545
+ tablet: {
2546
+ "font-size": "xl",
2547
+ },
2548
+ },
2549
+ "card-description": {
2550
+ color: "text-2",
2551
+ tablet: {
2552
+ "max-width": "600px",
2553
+ },
2554
+ },
2555
+ stats_levoGroup: {
2556
+ display: "grid",
2557
+ "column-gap": "lg",
2558
+ "margin-bottom": "lg",
2559
+ mobile: {
2560
+ "flex-wrap": "wrap",
2561
+ "row-gap": "sm",
2562
+ "column-gap": "sm",
2563
+ "grid-template-columns": "repeat(2, minmax(0, 1fr))",
2564
+ },
2565
+ "grid-template-columns": "repeat(3, minmax(0, 1fr))",
2566
+ tablet: {
2567
+ "grid-template-columns": "repeat(3, minmax(0, 1fr))",
2568
+ "row-gap": "lg",
2569
+ },
2570
+ },
2571
+ stat_card: {
2572
+ "text-align": "center",
2573
+ mobile: {
2574
+ flex: "1 1 calc(50% - 4px)",
2575
+ "min-width": "80px",
2576
+ },
2577
+ },
2578
+ number: {
2579
+ color: "text-1",
2580
+ "margin-bottom": "xs",
2581
+ },
2582
+ label: {
2583
+ color: "text-2",
2584
+ },
2585
+ cta: {
2586
+ "align-self": "flex-start",
2587
+ "border-color": "border",
2588
+ "padding-top": "sm",
2589
+ "padding-bottom": "sm",
2590
+ "padding-left": "lg",
2591
+ "padding-right": "lg",
2592
+ },
2593
+ stats: [
2594
+ {
2595
+ number: {
2596
+ tablet: {
2597
+ "font-size": "2xl",
2598
+ },
2599
+ "font-size": "3xl",
2600
+ },
2601
+ },
2602
+ {
2603
+ number: {
2604
+ "font-size": "3xl",
2605
+ tablet: {
2606
+ "font-size": "2xl",
2607
+ },
2608
+ },
2609
+ },
2610
+ {
2611
+ number: {
2612
+ "font-size": "3xl",
2613
+ tablet: {
2614
+ "font-size": "2xl",
2615
+ },
2616
+ },
2617
+ },
2618
+ ],
2619
+ },
2620
+ {
2621
+ card: {
2622
+ display: "flex",
2623
+ "background-color": "white",
2624
+ "border-radius": "base",
2625
+ "box-shadow": "lg",
2626
+ overflow: "hidden",
2627
+ "align-items": "stretch",
2628
+ mobile: {
2629
+ "flex-direction": "column",
2630
+ "min-height": "auto",
2631
+ "row-gap": "base",
2632
+ },
2633
+ "border-style": "solid",
2634
+ "border-width": "1px",
2635
+ "padding-left": "base",
2636
+ "padding-right": "base",
2637
+ "padding-top": "base",
2638
+ "padding-bottom": "base",
2639
+ tablet: {
2640
+ "flex-direction": "column",
2641
+ "align-items": "start",
2642
+ },
2643
+ },
2644
+ "image-container": {
2645
+ flex: "0 0 40%",
2646
+ mobile: {
2647
+ flex: "none",
2648
+ width: "100%",
2649
+ height: "100%",
2650
+ },
2651
+ tablet: {
2652
+ width: "100%",
2653
+ },
2654
+ },
2655
+ image: {
2656
+ width: "100%",
2657
+ height: "100%",
2658
+ "object-fit": "cover",
2659
+ },
2660
+ "content-container": {
2661
+ flex: "1",
2662
+ padding: "2xl",
2663
+ display: "flex",
2664
+ "flex-direction": "column",
2665
+ "justify-content": "space-between",
2666
+ mobile: {
2667
+ padding: "lg",
2668
+ "padding-left": "none",
2669
+ "padding-right": "none",
2670
+ "padding-bottom": "none",
2671
+ "padding-top": "none",
2672
+ },
2673
+ tablet: {
2674
+ "flex-direction": "column",
2675
+ },
2676
+ },
2677
+ "header-container": {
2678
+ "margin-bottom": "lg",
2679
+ },
2680
+ "card-title": {
2681
+ "margin-bottom": "sm",
2682
+ tablet: {
2683
+ "font-size": "xl",
2684
+ },
2685
+ },
2686
+ "card-description": {
2687
+ color: "text-2",
2688
+ tablet: {
2689
+ "max-width": "600px",
2690
+ },
2691
+ },
2692
+ stats_levoGroup: {
2693
+ display: "grid",
2694
+ "column-gap": "lg",
2695
+ "margin-bottom": "lg",
2696
+ mobile: {
2697
+ "flex-wrap": "wrap",
2698
+ "row-gap": "sm",
2699
+ "column-gap": "sm",
2700
+ "grid-template-columns": "repeat(2, minmax(0, 1fr))",
2701
+ },
2702
+ "grid-template-columns": "repeat(3, minmax(0, 1fr))",
2703
+ tablet: {
2704
+ "grid-template-columns": "repeat(3, minmax(0, 1fr))",
2705
+ "row-gap": "lg",
2706
+ },
2707
+ },
2708
+ stat_card: {
2709
+ "text-align": "center",
2710
+ mobile: {
2711
+ flex: "1 1 calc(50% - 4px)",
2712
+ "min-width": "80px",
2713
+ },
2714
+ },
2715
+ number: {
2716
+ color: "text-1",
2717
+ "margin-bottom": "xs",
2718
+ },
2719
+ label: {
2720
+ color: "text-2",
2721
+ },
2722
+ cta: {
2723
+ "align-self": "flex-start",
2724
+ "border-color": "border",
2725
+ "padding-top": "sm",
2726
+ "padding-bottom": "sm",
2727
+ "padding-left": "lg",
2728
+ "padding-right": "lg",
2729
+ },
2730
+ stats: [
2731
+ {
2732
+ number: {
2733
+ tablet: {
2734
+ "font-size": "2xl",
2735
+ },
2736
+ "font-size": "3xl",
2737
+ },
2738
+ },
2739
+ {
2740
+ number: {
2741
+ "font-size": "3xl",
2742
+ tablet: {
2743
+ "font-size": "2xl",
2744
+ },
2745
+ },
2746
+ },
2747
+ {
2748
+ number: {
2749
+ "font-size": "3xl",
2750
+ tablet: {
2751
+ "font-size": "2xl",
2752
+ },
2753
+ },
2754
+ },
2755
+ ],
2756
+ },
2757
+ {
2758
+ card: {
2759
+ display: "flex",
2760
+ "background-color": "white",
2761
+ "border-radius": "base",
2762
+ "box-shadow": "lg",
2763
+ overflow: "hidden",
2764
+ "align-items": "stretch",
2765
+ mobile: {
2766
+ "flex-direction": "column",
2767
+ "min-height": "auto",
2768
+ "row-gap": "base",
2769
+ },
2770
+ "border-style": "solid",
2771
+ "border-width": "1px",
2772
+ "padding-left": "base",
2773
+ "padding-right": "base",
2774
+ "padding-top": "base",
2775
+ "padding-bottom": "base",
2776
+ tablet: {
2777
+ "flex-direction": "column",
2778
+ "align-items": "start",
2779
+ },
2780
+ },
2781
+ "image-container": {
2782
+ flex: "0 0 40%",
2783
+ mobile: {
2784
+ flex: "none",
2785
+ width: "100%",
2786
+ height: "100%",
2787
+ },
2788
+ tablet: {
2789
+ width: "100%",
2790
+ },
2791
+ },
2792
+ image: {
2793
+ width: "100%",
2794
+ height: "100%",
2795
+ "object-fit": "cover",
2796
+ },
2797
+ "content-container": {
2798
+ flex: "1",
2799
+ padding: "2xl",
2800
+ display: "flex",
2801
+ "flex-direction": "column",
2802
+ "justify-content": "space-between",
2803
+ mobile: {
2804
+ padding: "lg",
2805
+ "padding-left": "none",
2806
+ "padding-right": "none",
2807
+ "padding-bottom": "none",
2808
+ "padding-top": "none",
2809
+ },
2810
+ tablet: {
2811
+ "flex-direction": "column",
2812
+ },
2813
+ },
2814
+ "header-container": {
2815
+ "margin-bottom": "lg",
2816
+ },
2817
+ "card-title": {
2818
+ "margin-bottom": "sm",
2819
+ tablet: {
2820
+ "font-size": "xl",
2821
+ },
2822
+ },
2823
+ "card-description": {
2824
+ color: "text-2",
2825
+ tablet: {
2826
+ "max-width": "600px",
2827
+ },
2828
+ },
2829
+ stats_levoGroup: {
2830
+ display: "grid",
2831
+ "column-gap": "lg",
2832
+ "margin-bottom": "lg",
2833
+ mobile: {
2834
+ "flex-wrap": "wrap",
2835
+ "row-gap": "sm",
2836
+ "column-gap": "sm",
2837
+ "grid-template-columns": "repeat(2, minmax(0, 1fr))",
2838
+ },
2839
+ "grid-template-columns": "repeat(3, minmax(0, 1fr))",
2840
+ tablet: {
2841
+ "grid-template-columns": "repeat(2, minmax(0, 1fr))",
2842
+ },
2843
+ },
2844
+ stat_card: {
2845
+ "text-align": "center",
2846
+ mobile: {
2847
+ flex: "1 1 calc(50% - 4px)",
2848
+ "min-width": "80px",
2849
+ },
2850
+ },
2851
+ number: {
2852
+ color: "text-1",
2853
+ "margin-bottom": "xs",
2854
+ },
2855
+ label: {
2856
+ color: "text-2",
2857
+ },
2858
+ cta: {
2859
+ "align-self": "flex-start",
2860
+ "border-color": "border",
2861
+ "padding-top": "sm",
2862
+ "padding-bottom": "sm",
2863
+ "padding-left": "lg",
2864
+ "padding-right": "lg",
2865
+ },
2866
+ stats: [
2867
+ {
2868
+ number: {
2869
+ tablet: {
2870
+ "font-size": "base",
2871
+ },
2872
+ "font-size": "3xl",
2873
+ },
2874
+ },
2875
+ {
2876
+ number: {
2877
+ "font-size": "3xl",
2878
+ },
2879
+ },
2880
+ {
2881
+ number: {
2882
+ "font-size": "3xl",
2883
+ },
2884
+ },
2885
+ ],
2886
+ },
2887
+ {
2888
+ card: {
2889
+ display: "flex",
2890
+ "background-color": "white",
2891
+ "border-radius": "base",
2892
+ "box-shadow": "lg",
2893
+ overflow: "hidden",
2894
+ "align-items": "stretch",
2895
+ mobile: {
2896
+ "flex-direction": "column",
2897
+ "min-height": "auto",
2898
+ "row-gap": "base",
2899
+ },
2900
+ "border-style": "solid",
2901
+ "border-width": "1px",
2902
+ "padding-left": "base",
2903
+ "padding-right": "base",
2904
+ "padding-top": "base",
2905
+ "padding-bottom": "base",
2906
+ tablet: {
2907
+ "flex-direction": "column",
2908
+ "align-items": "start",
2909
+ },
2910
+ },
2911
+ "image-container": {
2912
+ flex: "0 0 40%",
2913
+ mobile: {
2914
+ flex: "none",
2915
+ width: "100%",
2916
+ height: "100%",
2917
+ },
2918
+ tablet: {
2919
+ width: "100%",
2920
+ },
2921
+ },
2922
+ image: {
2923
+ width: "100%",
2924
+ height: "100%",
2925
+ "object-fit": "cover",
2926
+ },
2927
+ "content-container": {
2928
+ flex: "1",
2929
+ padding: "2xl",
2930
+ display: "flex",
2931
+ "flex-direction": "column",
2932
+ "justify-content": "space-between",
2933
+ mobile: {
2934
+ padding: "lg",
2935
+ "padding-left": "none",
2936
+ "padding-top": "none",
2937
+ "padding-right": "none",
2938
+ "padding-bottom": "none",
2939
+ },
2940
+ tablet: {
2941
+ "flex-direction": "column",
2942
+ },
2943
+ },
2944
+ "header-container": {
2945
+ "margin-bottom": "lg",
2946
+ },
2947
+ "card-title": {
2948
+ "margin-bottom": "sm",
2949
+ tablet: {
2950
+ "font-size": "xl",
2951
+ },
2952
+ },
2953
+ "card-description": {
2954
+ color: "text-2",
2955
+ tablet: {
2956
+ "max-width": "600px",
2957
+ },
2958
+ },
2959
+ stats_levoGroup: {
2960
+ display: "grid",
2961
+ "column-gap": "lg",
2962
+ "margin-bottom": "lg",
2963
+ mobile: {
2964
+ "flex-wrap": "wrap",
2965
+ "row-gap": "sm",
2966
+ "column-gap": "sm",
2967
+ "grid-template-columns": "repeat(2, minmax(0, 1fr))",
2968
+ },
2969
+ "grid-template-columns": "repeat(3, minmax(0, 1fr))",
2970
+ tablet: {
2971
+ "grid-template-columns": "repeat(2, minmax(0, 1fr))",
2972
+ },
2973
+ },
2974
+ stat_card: {
2975
+ "text-align": "center",
2976
+ mobile: {
2977
+ flex: "1 1 calc(50% - 4px)",
2978
+ "min-width": "80px",
2979
+ },
2980
+ },
2981
+ number: {
2982
+ color: "text-1",
2983
+ "margin-bottom": "xs",
2984
+ },
2985
+ label: {
2986
+ color: "text-2",
2987
+ },
2988
+ cta: {
2989
+ "align-self": "flex-start",
2990
+ "border-color": "border",
2991
+ "padding-top": "sm",
2992
+ "padding-bottom": "sm",
2993
+ "padding-left": "lg",
2994
+ "padding-right": "lg",
2995
+ },
2996
+ stats: [
2997
+ {
2998
+ number: {
2999
+ "font-size": "3xl",
3000
+ },
3001
+ },
3002
+ {
3003
+ number: {
3004
+ "font-size": "3xl",
3005
+ },
3006
+ },
3007
+ {
3008
+ number: {
3009
+ "font-size": "3xl",
3010
+ },
3011
+ },
3012
+ ],
3013
+ },
3014
+ {
3015
+ card: {
3016
+ display: "flex",
3017
+ "background-color": "white",
3018
+ "border-radius": "base",
3019
+ "box-shadow": "lg",
3020
+ overflow: "hidden",
3021
+ "align-items": "stretch",
3022
+ mobile: {
3023
+ "flex-direction": "column",
3024
+ "min-height": "auto",
3025
+ "row-gap": "base",
3026
+ },
3027
+ "border-style": "solid",
3028
+ "border-width": "1px",
3029
+ "padding-left": "base",
3030
+ "padding-right": "base",
3031
+ "padding-top": "base",
3032
+ "padding-bottom": "base",
3033
+ tablet: {
3034
+ "flex-direction": "column",
3035
+ "align-items": "start",
3036
+ width: "fit-content",
3037
+ },
3038
+ },
3039
+ "image-container": {
3040
+ flex: "0 0 40%",
3041
+ mobile: {
3042
+ flex: "none",
3043
+ width: "100%",
3044
+ height: "100%",
3045
+ },
3046
+ tablet: {},
3047
+ },
3048
+ image: {
3049
+ width: "100%",
3050
+ height: "100%",
3051
+ "object-fit": "cover",
3052
+ },
3053
+ "content-container": {
3054
+ flex: "1",
3055
+ padding: "2xl",
3056
+ display: "flex",
3057
+ "flex-direction": "column",
3058
+ "justify-content": "space-between",
3059
+ mobile: {
3060
+ padding: "lg",
3061
+ "padding-left": "none",
3062
+ "padding-right": "none",
3063
+ "padding-bottom": "none",
3064
+ "padding-top": "none",
3065
+ },
3066
+ },
3067
+ "header-container": {
3068
+ "margin-bottom": "lg",
3069
+ },
3070
+ "card-title": {
3071
+ "margin-bottom": "sm",
3072
+ },
3073
+ "card-description": {
3074
+ color: "text-2",
3075
+ },
3076
+ stats_levoGroup: {
3077
+ display: "flex",
3078
+ "column-gap": "lg",
3079
+ "margin-bottom": "lg",
3080
+ mobile: {
3081
+ "flex-wrap": "wrap",
3082
+ "row-gap": "sm",
3083
+ "column-gap": "sm",
3084
+ },
3085
+ },
3086
+ stat_card: {
3087
+ "text-align": "center",
3088
+ mobile: {
3089
+ flex: "1 1 calc(50% - 4px)",
3090
+ "min-width": "80px",
3091
+ },
3092
+ },
3093
+ number: {
3094
+ color: "text-1",
3095
+ "margin-bottom": "xs",
3096
+ },
3097
+ label: {
3098
+ color: "text-2",
3099
+ },
3100
+ cta: {
3101
+ "align-self": "flex-start",
3102
+ "border-color": "border",
3103
+ "padding-top": "sm",
3104
+ "padding-bottom": "sm",
3105
+ "padding-left": "lg",
3106
+ "padding-right": "lg",
3107
+ },
3108
+ },
3109
+ {
3110
+ card: {
3111
+ display: "flex",
3112
+ "background-color": "white",
3113
+ "border-radius": "base",
3114
+ "box-shadow": "lg",
3115
+ overflow: "hidden",
3116
+ "align-items": "stretch",
3117
+ mobile: {
3118
+ "flex-direction": "column",
3119
+ "min-height": "auto",
3120
+ "row-gap": "base",
3121
+ },
3122
+ "border-style": "solid",
3123
+ "border-width": "1px",
3124
+ "padding-left": "base",
3125
+ "padding-right": "base",
3126
+ "padding-top": "base",
3127
+ "padding-bottom": "base",
3128
+ tablet: {
3129
+ "flex-direction": "column",
3130
+ "align-items": "start",
3131
+ width: "fit-content",
3132
+ },
3133
+ },
3134
+ "image-container": {
3135
+ flex: "0 0 40%",
3136
+ mobile: {
3137
+ flex: "none",
3138
+ width: "100%",
3139
+ height: "100%",
3140
+ },
3141
+ tablet: {},
3142
+ },
3143
+ image: {
3144
+ width: "100%",
3145
+ height: "100%",
3146
+ "object-fit": "cover",
3147
+ },
3148
+ "content-container": {
3149
+ flex: "1",
3150
+ padding: "2xl",
3151
+ display: "flex",
3152
+ "flex-direction": "column",
3153
+ "justify-content": "space-between",
3154
+ mobile: {
3155
+ padding: "lg",
3156
+ "padding-left": "none",
3157
+ "padding-top": "none",
3158
+ "padding-right": "none",
3159
+ "padding-bottom": "none",
3160
+ },
3161
+ },
3162
+ "header-container": {
3163
+ "margin-bottom": "lg",
3164
+ },
3165
+ "card-title": {
3166
+ "margin-bottom": "sm",
3167
+ },
3168
+ "card-description": {
3169
+ color: "text-2",
3170
+ },
3171
+ stats_levoGroup: {
3172
+ display: "flex",
3173
+ "column-gap": "lg",
3174
+ "margin-bottom": "lg",
3175
+ mobile: {
3176
+ "flex-wrap": "wrap",
3177
+ "row-gap": "sm",
3178
+ "column-gap": "sm",
3179
+ },
3180
+ },
3181
+ stat_card: {
3182
+ "text-align": "center",
3183
+ mobile: {
3184
+ flex: "1 1 calc(50% - 4px)",
3185
+ "min-width": "80px",
3186
+ },
3187
+ },
3188
+ number: {
3189
+ color: "text-1",
3190
+ "margin-bottom": "xs",
3191
+ },
3192
+ label: {
3193
+ color: "text-2",
3194
+ },
3195
+ cta: {
3196
+ "align-self": "flex-start",
3197
+ "border-color": "border",
3198
+ "padding-top": "sm",
3199
+ "padding-bottom": "sm",
3200
+ "padding-left": "lg",
3201
+ "padding-right": "lg",
3202
+ },
3203
+ },
3204
+ {
3205
+ card: {
3206
+ display: "flex",
3207
+ "background-color": "white",
3208
+ "border-radius": "base",
3209
+ "box-shadow": "lg",
3210
+ overflow: "hidden",
3211
+ "align-items": "stretch",
3212
+ mobile: {
3213
+ "flex-direction": "column",
3214
+ "min-height": "auto",
3215
+ "row-gap": "base",
3216
+ },
3217
+ "border-style": "solid",
3218
+ "border-width": "1px",
3219
+ "padding-left": "base",
3220
+ "padding-right": "base",
3221
+ "padding-top": "base",
3222
+ "padding-bottom": "base",
3223
+ tablet: {
3224
+ "flex-direction": "column",
3225
+ "align-items": "start",
3226
+ width: "fit-content",
3227
+ },
3228
+ },
3229
+ "content-container": {
3230
+ flex: "1",
3231
+ padding: "2xl",
3232
+ display: "flex",
3233
+ "flex-direction": "column",
3234
+ "justify-content": "space-between",
3235
+ mobile: {
3236
+ padding: "lg",
3237
+ "padding-left": "none",
3238
+ "padding-right": "none",
3239
+ "padding-bottom": "none",
3240
+ "padding-top": "none",
3241
+ },
3242
+ },
3243
+ "image-container": {
3244
+ flex: "0 0 40%",
3245
+ mobile: {
3246
+ flex: "none",
3247
+ width: "100%",
3248
+ height: "100%",
3249
+ },
3250
+ tablet: {},
3251
+ },
3252
+ "header-container": {
3253
+ "margin-bottom": "lg",
3254
+ },
3255
+ stats_levoGroup: {
3256
+ display: "flex",
3257
+ "column-gap": "lg",
3258
+ "margin-bottom": "lg",
3259
+ mobile: {
3260
+ "flex-wrap": "wrap",
3261
+ "row-gap": "sm",
3262
+ "column-gap": "sm",
3263
+ },
3264
+ },
3265
+ cta: {
3266
+ "align-self": "flex-start",
3267
+ "border-color": "border",
3268
+ "padding-top": "sm",
3269
+ "padding-bottom": "sm",
3270
+ "padding-left": "lg",
3271
+ "padding-right": "lg",
3272
+ },
3273
+ "card-title": {
3274
+ "margin-bottom": "sm",
3275
+ },
3276
+ image: {
3277
+ mobile: {
3278
+ width: "100%",
3279
+ height: "100%",
3280
+ "object-fit": "cover",
3281
+ },
3282
+ },
3283
+ },
3284
+ {
3285
+ card: {
3286
+ display: "flex",
3287
+ "background-color": "white",
3288
+ "border-radius": "base",
3289
+ "box-shadow": "lg",
3290
+ overflow: "hidden",
3291
+ "align-items": "stretch",
3292
+ mobile: {
3293
+ "flex-direction": "column",
3294
+ "min-height": "auto",
3295
+ "row-gap": "base",
3296
+ },
3297
+ "border-style": "solid",
3298
+ "border-width": "1px",
3299
+ "padding-left": "base",
3300
+ "padding-right": "base",
3301
+ "padding-top": "base",
3302
+ "padding-bottom": "base",
3303
+ tablet: {
3304
+ "flex-direction": "column",
3305
+ "align-items": "start",
3306
+ width: "fit-content",
3307
+ },
3308
+ },
3309
+ "content-container": {
3310
+ flex: "1",
3311
+ padding: "2xl",
3312
+ display: "flex",
3313
+ "flex-direction": "column",
3314
+ "justify-content": "space-between",
3315
+ mobile: {
3316
+ padding: "lg",
3317
+ "padding-left": "none",
3318
+ "padding-top": "none",
3319
+ "padding-right": "none",
3320
+ "padding-bottom": "none",
3321
+ },
3322
+ },
3323
+ "image-container": {
3324
+ flex: "0 0 40%",
3325
+ mobile: {
3326
+ flex: "none",
3327
+ },
3328
+ tablet: {},
3329
+ },
3330
+ "header-container": {
3331
+ "margin-bottom": "lg",
3332
+ },
3333
+ stats_levoGroup: {
3334
+ display: "flex",
3335
+ "column-gap": "lg",
3336
+ "margin-bottom": "lg",
3337
+ mobile: {
3338
+ "flex-wrap": "wrap",
3339
+ "row-gap": "sm",
3340
+ "column-gap": "sm",
3341
+ },
3342
+ },
3343
+ cta: {
3344
+ "align-self": "flex-start",
3345
+ "border-color": "border",
3346
+ "padding-top": "sm",
3347
+ "padding-bottom": "sm",
3348
+ "padding-left": "lg",
3349
+ "padding-right": "lg",
3350
+ },
3351
+ "card-title": {
3352
+ "margin-bottom": "sm",
3353
+ },
3354
+ image: {
3355
+ mobile: {
3356
+ "object-fit": "cover",
3357
+ width: "100%",
3358
+ height: "100%",
3359
+ },
3360
+ },
3361
+ },
3362
+ ],
3363
+ "carousel-navigation-arrow-left_leftIcon": {
3364
+ height: "22px",
3365
+ width: "22px",
3366
+ "font-size": "22px",
3367
+ },
3368
+ "carousel-navigation-arrow-right_rightIcon": {
3369
+ height: "24px",
3370
+ width: "24px",
3371
+ },
3372
+ "carousel-navigation-bottom-container": {
3373
+ display: "none",
3374
+ "justify-content": "center",
3375
+ "margin-top": "2xl",
3376
+ tablet: {
3377
+ display: "flex",
3378
+ },
3379
+ mobile: {
3380
+ display: "flex",
3381
+ },
3382
+ },
3383
+ "carousel-navigation-bottom": {
3384
+ display: "flex",
3385
+ "column-gap": "sm",
3386
+ "align-items": "center",
3387
+ mobile: {
3388
+ display: "none",
3389
+ },
3390
+ },
3391
+ "carousel-navigation-arrow-left-bottom": {
3392
+ display: "flex",
3393
+ "align-items": "center",
3394
+ "justify-content": "center",
3395
+ "border-radius": "50%",
3396
+ "background-color": "white",
3397
+ color: "text-2",
3398
+ cursor: "pointer",
3399
+ "font-size": "lg",
3400
+ "font-weight": "500",
3401
+ "padding-top": "none",
3402
+ "padding-bottom": "none",
3403
+ "padding-left": "none",
3404
+ "padding-right": "none",
3405
+ "border-color": "transparent",
3406
+ "border-width": "0px",
3407
+ "border-style": "solid",
3408
+ _hover: {
3409
+ opacity: "0.9",
3410
+ },
3411
+ width: "48px",
3412
+ height: "48px",
3413
+ border: "1px solid var(--color-border)",
3414
+ transition: "opacity 0.3s ease, cursor 0.3s ease",
3415
+ "box-shadow": "0 2px 8px rgba(0, 0, 0, 0.1)",
3416
+ mobile: {
3417
+ width: "40px",
3418
+ height: "40px",
3419
+ },
3420
+ },
3421
+ "carousel-navigation-arrow-right-bottom": {
3422
+ width: "48px",
3423
+ height: "48px",
3424
+ "border-radius": "50%",
3425
+ "background-color": "white",
3426
+ border: "1px solid var(--color-border)",
3427
+ cursor: "pointer",
3428
+ display: "flex",
3429
+ "align-items": "center",
3430
+ "justify-content": "center",
3431
+ transition: "opacity 0.3s ease, cursor 0.3s ease",
3432
+ "box-shadow": "0 2px 8px rgba(0, 0, 0, 0.1)",
3433
+ "padding-top": "none",
3434
+ "padding-bottom": "none",
3435
+ "padding-left": "none",
3436
+ "padding-right": "none",
3437
+ color: "text-2",
3438
+ mobile: {
3439
+ width: "40px",
3440
+ height: "40px",
3441
+ },
3442
+ },
3443
+ "carousel-navigation-arrow-left-bottom_leftIcon": {
3444
+ height: "22px",
3445
+ width: "22px",
3446
+ "font-size": "22px",
3447
+ },
3448
+ "carousel-navigation-arrow-right-bottom_rightIcon": {
3449
+ height: "22px",
3450
+ width: "22px",
3451
+ "font-size": "22px",
3452
+ },
3453
+ "carousel-navigation-container": {
3454
+ display: "flex",
3455
+ "justify-content": "center",
3456
+ "margin-top": "2xl",
3457
+ },
3458
+ "carousel-navigation": {
3459
+ display: "flex",
3460
+ "column-gap": "sm",
3461
+ "align-items": "center",
3462
+ },
3463
+ "carousel-navigation-pill": {
3464
+ width: "8px",
3465
+ height: "8px",
3466
+ "border-radius": "8px",
3467
+ "background-color": "var(--color-border)",
3468
+ cursor: "pointer",
3469
+ transition: "all 0.3s ease",
3470
+ "&:hover": {
3471
+ "background-color": "var(--color-brand-secondary)",
3472
+ },
3473
+ filter: "none",
3474
+ },
3475
+ },
3476
+ config: {
3477
+ cards_levoGroup: {
3478
+ carousel: {
3479
+ loop: false,
3480
+ },
3481
+ },
3482
+ "carousel-navigation-arrow-left": {
3483
+ button_icons: {
3484
+ left: {
3485
+ enabled: true,
3486
+ },
3487
+ },
3488
+ },
3489
+ "carousel-navigation-arrow-right": {
3490
+ button_icons: {
3491
+ right: {
3492
+ enabled: true,
3493
+ },
3494
+ },
3495
+ },
3496
+ "carousel-navigation-arrow-left-bottom": {
3497
+ button_icons: {
3498
+ left: {
3499
+ enabled: true,
3500
+ },
3501
+ },
3502
+ },
3503
+ "carousel-navigation-arrow-right-bottom": {
3504
+ button_icons: {
3505
+ right: {
3506
+ enabled: true,
3507
+ },
3508
+ },
3509
+ },
3510
+ title: {
3511
+ heading: {
3512
+ level: 2,
3513
+ },
3514
+ selectedVariants: {
3515
+ Heading_Level: "H2",
3516
+ },
3517
+ },
3518
+ "card-title": {
3519
+ heading: {
3520
+ level: 3,
3521
+ },
3522
+ selectedVariants: {
3523
+ Heading_Level: "H3",
3524
+ },
3525
+ },
3526
+ number: {
3527
+ heading: {
3528
+ level: 4,
3529
+ },
3530
+ selectedVariants: {
3531
+ Heading_Level: "H4",
3532
+ },
3533
+ },
3534
+ },
3535
+ content: DEFAULT_CONTENT,
3536
+ },
1792
3537
  ],
1793
3538
  };