@reframejs/unframer 4.2.0-reframe.0

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 (111) hide show
  1. package/README.md +389 -0
  2. package/bin.js +5 -0
  3. package/dist/babel-jsx.d.ts +24 -0
  4. package/dist/babel-jsx.js +299 -0
  5. package/dist/babel-plugin-imports.d.ts +15 -0
  6. package/dist/babel-plugin-imports.js +211 -0
  7. package/dist/babel-typedoc.d.ts +39 -0
  8. package/dist/babel-typedoc.js +76 -0
  9. package/dist/bin.d.ts +2 -0
  10. package/dist/bin.js +3 -0
  11. package/dist/cli.d.ts +59 -0
  12. package/dist/cli.js +821 -0
  13. package/dist/compat.d.ts +2 -0
  14. package/dist/compat.js +23 -0
  15. package/dist/config.d.ts +18 -0
  16. package/dist/config.js +27 -0
  17. package/dist/css-core.d.ts +50 -0
  18. package/dist/css-core.js +231 -0
  19. package/dist/css.d.ts +15 -0
  20. package/dist/css.js +36 -0
  21. package/dist/esbuild.d.ts +31 -0
  22. package/dist/esbuild.js +317 -0
  23. package/dist/exporter.d.ts +96 -0
  24. package/dist/exporter.js +1151 -0
  25. package/dist/flat-cache-interceptor.d.ts +24 -0
  26. package/dist/flat-cache-interceptor.js +87 -0
  27. package/dist/framer-chunks/chunk-IKQSD2QC.js +10 -0
  28. package/dist/framer-chunks/fontshare-PZLWRK4B-MHMZIGTX.js +7 -0
  29. package/dist/framer-chunks/fontshare-SXU5BGFE-OWTMMPGS.js +7 -0
  30. package/dist/framer-chunks/fontshare-TIA7QUPT-PUDLUTQ7.js +7 -0
  31. package/dist/framer-chunks/framer-font-RD2SUPQH-Q4MS7WS6.js +7 -0
  32. package/dist/framer-chunks/google-EGNT223R-P4DUHBW2.js +7 -0
  33. package/dist/framer-chunks/google-H6SFY4F5-5JSJCGDR.js +7 -0
  34. package/dist/framer-chunks/google-YSYBFRE6-L7YAHH7V.js +7 -0
  35. package/dist/framer-client.server.d.ts +4 -0
  36. package/dist/framer-client.server.js +45 -0
  37. package/dist/framer-package-versions.d.ts +781 -0
  38. package/dist/framer-package-versions.js +782 -0
  39. package/dist/framer-types.d.ts +30 -0
  40. package/dist/framer-types.js +35 -0
  41. package/dist/framer.d.ts +4990 -0
  42. package/dist/framer.js +64296 -0
  43. package/dist/index.d.ts +10 -0
  44. package/dist/index.js +13 -0
  45. package/dist/package-manager.d.ts +10 -0
  46. package/dist/package-manager.js +138 -0
  47. package/dist/plugin-mcp-dist/lib/client-websocket.d.ts +5 -0
  48. package/dist/plugin-mcp-dist/lib/client-websocket.js +103 -0
  49. package/dist/plugin-mcp-dist/lib/cms.d.ts +10 -0
  50. package/dist/plugin-mcp-dist/lib/cms.js +58 -0
  51. package/dist/plugin-mcp-dist/lib/errors.d.ts +5 -0
  52. package/dist/plugin-mcp-dist/lib/errors.js +48 -0
  53. package/dist/plugin-mcp-dist/lib/framer-client.d.ts +2 -0
  54. package/dist/plugin-mcp-dist/lib/framer-client.js +4 -0
  55. package/dist/plugin-mcp-dist/lib/framer-client.server.d.ts +3 -0
  56. package/dist/plugin-mcp-dist/lib/framer-client.server.js +46 -0
  57. package/dist/plugin-mcp-dist/lib/framer.d.ts +30 -0
  58. package/dist/plugin-mcp-dist/lib/framer.js +1084 -0
  59. package/dist/plugin-mcp-dist/lib/hooks.d.ts +6 -0
  60. package/dist/plugin-mcp-dist/lib/hooks.js +46 -0
  61. package/dist/plugin-mcp-dist/lib/mcp-client.d.ts +142 -0
  62. package/dist/plugin-mcp-dist/lib/mcp-client.js +40 -0
  63. package/dist/plugin-mcp-dist/lib/mcp-handlers.d.ts +385 -0
  64. package/dist/plugin-mcp-dist/lib/mcp-handlers.js +1924 -0
  65. package/dist/plugin-mcp-dist/lib/mcp-tools.d.ts +5 -0
  66. package/dist/plugin-mcp-dist/lib/mcp-tools.js +5 -0
  67. package/dist/plugin-mcp-dist/lib/mcp-websocket.d.ts +10 -0
  68. package/dist/plugin-mcp-dist/lib/mcp-websocket.js +88 -0
  69. package/dist/plugin-mcp-dist/lib/plugin-websocket.d.ts +5 -0
  70. package/dist/plugin-mcp-dist/lib/plugin-websocket.js +170 -0
  71. package/dist/plugin-mcp-dist/lib/react-export.d.ts +51 -0
  72. package/dist/plugin-mcp-dist/lib/react-export.js +358 -0
  73. package/dist/plugin-mcp-dist/lib/schema.d.ts +276 -0
  74. package/dist/plugin-mcp-dist/lib/schema.js +907 -0
  75. package/dist/plugin-mcp-dist/lib/store.d.ts +2 -0
  76. package/dist/plugin-mcp-dist/lib/store.js +10 -0
  77. package/dist/plugin-mcp-dist/lib/tree-utils.d.ts +6 -0
  78. package/dist/plugin-mcp-dist/lib/tree-utils.js +141 -0
  79. package/dist/plugin-mcp-dist/lib/tunnel.d.ts +46 -0
  80. package/dist/plugin-mcp-dist/lib/tunnel.js +117 -0
  81. package/dist/plugin-mcp-dist/lib/types.d.ts +110 -0
  82. package/dist/plugin-mcp-dist/lib/types.js +188 -0
  83. package/dist/plugin-mcp-dist/lib/upstream-socket.d.ts +13 -0
  84. package/dist/plugin-mcp-dist/lib/upstream-socket.js +56 -0
  85. package/dist/plugin-mcp-dist/lib/utils.d.ts +13 -0
  86. package/dist/plugin-mcp-dist/lib/utils.js +57 -0
  87. package/dist/plugin-mcp-dist/lib/websocket-server.d.ts +10 -0
  88. package/dist/plugin-mcp-dist/lib/websocket-server.js +88 -0
  89. package/dist/plugin-mcp-dist/lib/xml.d.ts +10 -0
  90. package/dist/plugin-mcp-dist/lib/xml.js +395 -0
  91. package/dist/react.d.ts +76 -0
  92. package/dist/react.js +280 -0
  93. package/dist/renamer.d.ts +11 -0
  94. package/dist/renamer.js +139 -0
  95. package/dist/sentry.d.ts +2 -0
  96. package/dist/sentry.js +5 -0
  97. package/dist/stackblitz.d.ts +9 -0
  98. package/dist/stackblitz.js +179 -0
  99. package/dist/styles/framer.css +920 -0
  100. package/dist/styles/reset.css +37 -0
  101. package/dist/typescript.d.ts +24 -0
  102. package/dist/typescript.js +197 -0
  103. package/dist/undici-dispatcher.d.ts +2 -0
  104. package/dist/undici-dispatcher.js +10 -0
  105. package/dist/unframer-loader.d.ts +2 -0
  106. package/dist/unframer-loader.js +12 -0
  107. package/dist/utils.d.ts +20 -0
  108. package/dist/utils.js +81 -0
  109. package/dist/version.d.ts +2 -0
  110. package/dist/version.js +2 -0
  111. package/package.json +131 -0
@@ -0,0 +1,920 @@
1
+ body { --framer-will-change-override: none; --framer-will-change-effect-override: none; }
2
+ body { --framer-will-change-filter-override: none; }
3
+ [data-framer-component-type] { position: absolute; }
4
+ [data-framer-component-type="Text"] { cursor: inherit; }
5
+ [data-framer-component-text-autosized] * { white-space: pre; }
6
+
7
+ [data-framer-component-type="Text"] > * {
8
+ text-align: var(--framer-text-alignment, start);
9
+ }
10
+
11
+ [data-framer-component-type="Text"] span span,
12
+ [data-framer-component-type="Text"] p span,
13
+ [data-framer-component-type="Text"] h1 span,
14
+ [data-framer-component-type="Text"] h2 span,
15
+ [data-framer-component-type="Text"] h3 span,
16
+ [data-framer-component-type="Text"] h4 span,
17
+ [data-framer-component-type="Text"] h5 span,
18
+ [data-framer-component-type="Text"] h6 span {
19
+ display: block;
20
+ }
21
+
22
+ [data-framer-component-type="Text"] span span span,
23
+ [data-framer-component-type="Text"] p span span,
24
+ [data-framer-component-type="Text"] h1 span span,
25
+ [data-framer-component-type="Text"] h2 span span,
26
+ [data-framer-component-type="Text"] h3 span span,
27
+ [data-framer-component-type="Text"] h4 span span,
28
+ [data-framer-component-type="Text"] h5 span span,
29
+ [data-framer-component-type="Text"] h6 span span {
30
+ display: unset;
31
+ }
32
+
33
+ [data-framer-component-type="Text"] div div span,
34
+ [data-framer-component-type="Text"] a div span,
35
+ [data-framer-component-type="Text"] span span span,
36
+ [data-framer-component-type="Text"] p span span,
37
+ [data-framer-component-type="Text"] h1 span span,
38
+ [data-framer-component-type="Text"] h2 span span,
39
+ [data-framer-component-type="Text"] h3 span span,
40
+ [data-framer-component-type="Text"] h4 span span,
41
+ [data-framer-component-type="Text"] h5 span span,
42
+ [data-framer-component-type="Text"] h6 span span,
43
+ [data-framer-component-type="Text"] a {
44
+ font-family: var(--font-family);
45
+ font-style: var(--font-style);
46
+ font-weight: min(calc(var(--framer-font-weight-increase, 0) + var(--font-weight, 400)), 900);
47
+ color: var(--text-color);
48
+ letter-spacing: var(--letter-spacing);
49
+ font-size: var(--font-size);
50
+ text-transform: var(--text-transform);
51
+ --text-decoration: var(--framer-text-decoration-style, solid) var(--framer-text-decoration, none) var(--framer-text-decoration-color, currentcolor) var(--framer-text-decoration-thickness, auto);
52
+ --text-decoration-skip-ink: var(--framer-text-decoration-skip-ink);
53
+ --text-underline-offset: var(--framer-text-decoration-offset);
54
+ line-height: var(--line-height);
55
+ }
56
+
57
+ [data-framer-component-type="Text"] div div span,
58
+ [data-framer-component-type="Text"] a div span,
59
+ [data-framer-component-type="Text"] span span span,
60
+ [data-framer-component-type="Text"] p span span,
61
+ [data-framer-component-type="Text"] h1 span span,
62
+ [data-framer-component-type="Text"] h2 span span,
63
+ [data-framer-component-type="Text"] h3 span span,
64
+ [data-framer-component-type="Text"] h4 span span,
65
+ [data-framer-component-type="Text"] h5 span span,
66
+ [data-framer-component-type="Text"] h6 span span,
67
+ [data-framer-component-type="Text"] a {
68
+ --font-family: var(--framer-font-family);
69
+ --font-style: var(--framer-font-style);
70
+ --font-weight: var(--framer-font-weight);
71
+ --text-color: var(--framer-text-color);
72
+ --letter-spacing: var(--framer-letter-spacing);
73
+ --font-size: var(--framer-font-size);
74
+ --text-transform: var(--framer-text-transform);
75
+ --text-decoration: var(--framer-text-decoration-style, solid) var(--framer-text-decoration, none) var(--framer-text-decoration-color, currentcolor) var(--framer-text-decoration-thickness, auto);
76
+ --text-decoration-skip-ink: var(--framer-text-decoration-skip-ink);
77
+ --text-underline-offset: var(--framer-text-decoration-offset);
78
+ --line-height: var(--framer-line-height);
79
+ }
80
+
81
+ [data-framer-component-type="Text"] a,
82
+ [data-framer-component-type="Text"] a div span,
83
+ [data-framer-component-type="Text"] a span span span,
84
+ [data-framer-component-type="Text"] a p span span,
85
+ [data-framer-component-type="Text"] a h1 span span,
86
+ [data-framer-component-type="Text"] a h2 span span,
87
+ [data-framer-component-type="Text"] a h3 span span,
88
+ [data-framer-component-type="Text"] a h4 span span,
89
+ [data-framer-component-type="Text"] a h5 span span,
90
+ [data-framer-component-type="Text"] a h6 span span {
91
+ --font-family: var(--framer-link-font-family, var(--framer-font-family));
92
+ --font-style: var(--framer-link-font-style, var(--framer-font-style));
93
+ --font-weight: var(--framer-link-font-weight, var(--framer-font-weight));
94
+ --text-color: var(--framer-link-text-color, var(--framer-text-color));
95
+ --font-size: var(--framer-link-font-size, var(--framer-font-size));
96
+ --text-transform: var(--framer-link-text-transform, var(--framer-text-transform));
97
+ --text-decoration: var(--framer-link-text-decoration-style, var(--framer-text-decoration-style, solid)) var(--framer-link-text-decoration, var(--framer-text-decoration, none)) var(--framer-link-text-decoration-color, var(--framer-text-decoration-color, currentcolor)) var(--framer-link-text-decoration-thickness, var(--framer-text-decoration-thickness, auto));
98
+ --text-decoration-skip-ink: var(--framer-link-text-decoration-skip-ink, var(--framer-text-decoration-skip-ink));
99
+ --text-underline-offset: var(--framer-link-text-decoration-offset, var(--framer-text-decoration-offset));
100
+ }
101
+
102
+ [data-framer-component-type="Text"] a:hover,
103
+ [data-framer-component-type="Text"] a div span:hover,
104
+ [data-framer-component-type="Text"] a span span span:hover,
105
+ [data-framer-component-type="Text"] a p span span:hover,
106
+ [data-framer-component-type="Text"] a h1 span span:hover,
107
+ [data-framer-component-type="Text"] a h2 span span:hover,
108
+ [data-framer-component-type="Text"] a h3 span span:hover,
109
+ [data-framer-component-type="Text"] a h4 span span:hover,
110
+ [data-framer-component-type="Text"] a h5 span span:hover,
111
+ [data-framer-component-type="Text"] a h6 span span:hover {
112
+ --font-family: var(--framer-link-hover-font-family, var(--framer-link-font-family, var(--framer-font-family)));
113
+ --font-style: var(--framer-link-hover-font-style, var(--framer-link-font-style, var(--framer-font-style)));
114
+ --font-weight: var(--framer-link-hover-font-weight, var(--framer-link-font-weight, var(--framer-font-weight)));
115
+ --text-color: var(--framer-link-hover-text-color, var(--framer-link-text-color, var(--framer-text-color)));
116
+ --font-size: var(--framer-link-hover-font-size, var(--framer-link-font-size, var(--framer-font-size)));
117
+ --text-transform: var(--framer-link-hover-text-transform, var(--framer-link-text-transform, var(--framer-text-transform)));
118
+ --text-decoration: var(--framer-link-hover-text-decoration-style, var(--framer-link-text-decoration-style, var(--framer-text-decoration-style, solid))) var(--framer-link-hover-text-decoration, var(--framer-link-text-decoration, var(--framer-text-decoration, none))) var(--framer-link-hover-text-decoration-color, var(--framer-link-text-decoration-color, var(--framer-text-decoration-color, currentcolor))) var(--framer-link-hover-text-decoration-thickness, var(--framer-link-text-decoration-thickness, var(--framer-text-decoration-thickness, auto)));
119
+ --text-decoration-skip-ink: var(--framer-link-hover-text-decoration-skip-ink, var(--framer-link-text-decoration-skip-ink, var(--framer-text-decoration-skip-ink)));
120
+ --text-underline-offset: var(--framer-link-hover-text-decoration-offset, var(--framer-link-text-decoration-offset, var(--framer-text-decoration-offset)));
121
+ }
122
+
123
+ [data-framer-component-type="Text"].isCurrent a,
124
+ [data-framer-component-type="Text"].isCurrent a div span,
125
+ [data-framer-component-type="Text"].isCurrent a span span span,
126
+ [data-framer-component-type="Text"].isCurrent a p span span,
127
+ [data-framer-component-type="Text"].isCurrent a h1 span span,
128
+ [data-framer-component-type="Text"].isCurrent a h2 span span,
129
+ [data-framer-component-type="Text"].isCurrent a h3 span span,
130
+ [data-framer-component-type="Text"].isCurrent a h4 span span,
131
+ [data-framer-component-type="Text"].isCurrent a h5 span span,
132
+ [data-framer-component-type="Text"].isCurrent a h6 span span {
133
+ --font-family: var(--framer-link-current-font-family, var(--framer-link-font-family, var(--framer-font-family)));
134
+ --font-style: var(--framer-link-current-font-style, var(--framer-link-font-style, var(--framer-font-style)));
135
+ --font-weight: var(--framer-link-current-font-weight, var(--framer-link-font-weight, var(--framer-font-weight)));
136
+ --text-color: var(--framer-link-current-text-color, var(--framer-link-text-color, var(--framer-text-color)));
137
+ --font-size: var(--framer-link-current-font-size, var(--framer-link-font-size, var(--framer-font-size)));
138
+ --text-transform: var(--framer-link-current-text-transform, var(--framer-link-text-transform, var(--framer-text-transform)));
139
+ --text-decoration: var(--framer-link-current-text-decoration-style, var(--framer-link-text-decoration-style, var(--framer-text-decoration-style, solid))) var(--framer-link-current-text-decoration, var(--framer-link-text-decoration, var(--framer-text-decoration, none))) var(--framer-link-current-text-decoration-color, var(--framer-link-text-decoration-color, var(--framer-text-decoration-color, currentcolor))) var(--framer-link-current-text-decoration-thickness, var(--framer-link-text-decoration-thickness, var(--framer-text-decoration-thickness, auto)));
140
+ --text-decoration-skip-ink: var(--framer-link-current-text-decoration-skip-ink, var(--framer-link-text-decoration-skip-ink, var(--framer-text-decoration-skip-ink)));
141
+ --text-underline-offset: var(--framer-link-current-text-decoration-offset, var(--framer-link-text-decoration-offset, var(--framer-text-decoration-offset)));
142
+ }
143
+
144
+ [data-framer-component-type="RichTextContainer"] {
145
+ display: flex;
146
+ flex-direction: column;
147
+ justify-content: flex-start;
148
+ outline: none;
149
+ flex-shrink: 0;
150
+ }
151
+
152
+
153
+ p.framer-text,
154
+ div.framer-text,
155
+ figure.framer-text,
156
+ h1.framer-text,
157
+ h2.framer-text,
158
+ h3.framer-text,
159
+ h4.framer-text,
160
+ h5.framer-text,
161
+ h6.framer-text,
162
+ ol.framer-text,
163
+ ul.framer-text {
164
+ margin: 0;
165
+ padding: 0;
166
+ }
167
+
168
+
169
+ p.framer-text,
170
+ div.framer-text,
171
+ h1.framer-text,
172
+ h2.framer-text,
173
+ h3.framer-text,
174
+ h4.framer-text,
175
+ h5.framer-text,
176
+ h6.framer-text,
177
+ li.framer-text,
178
+ ol.framer-text,
179
+ ul.framer-text,
180
+ mark.framer-text,
181
+ span.framer-text:not([data-text-fill]) {
182
+ font-family: var(--framer-font-family-preview, var(--framer-blockquote-font-family, var(--framer-font-family, Inter, Inter Placeholder, sans-serif)));
183
+ font-style: var(--framer-font-style-preview, var(--framer-blockquote-font-style, var(--framer-font-style, normal)));
184
+ font-weight: var(--framer-font-weight-preview, var(--framer-blockquote-font-weight, var(--framer-font-weight, 400)));
185
+ color: var(--framer-blockquote-text-color, var(--framer-text-color, #000));
186
+ font-size: calc(var(--framer-blockquote-font-size, var(--framer-font-size, 16px)) * var(--framer-font-size-scale, 1));
187
+ letter-spacing: var(--framer-blockquote-letter-spacing, var(--framer-letter-spacing, 0));
188
+ text-transform: var(--framer-blockquote-text-transform, var(--framer-text-transform, none));
189
+ text-decoration-line: var(--framer-blockquote-text-decoration, var(--framer-text-decoration, initial));
190
+ text-decoration-style: var(--framer-blockquote-text-decoration-style, var(--framer-text-decoration-style, initial));
191
+ text-decoration-color: var(--framer-blockquote-text-decoration-color, var(--framer-text-decoration-color, initial));
192
+ text-decoration-thickness: var(--framer-blockquote-text-decoration-thickness, var(--framer-text-decoration-thickness, initial));
193
+ text-decoration-skip-ink: var(--framer-blockquote-text-decoration-skip-ink, var(--framer-text-decoration-skip-ink, initial));
194
+ text-underline-offset: var(--framer-blockquote-text-decoration-offset, var(--framer-text-decoration-offset, initial));
195
+ line-height: var(--framer-blockquote-line-height, var(--framer-line-height, 1.2em));
196
+ text-align: var(--framer-blockquote-text-alignment, var(--framer-text-alignment, start));
197
+ -webkit-text-stroke-width: var(--framer-text-stroke-width, initial);
198
+ -webkit-text-stroke-color: var(--framer-text-stroke-color, initial);
199
+ -moz-font-feature-settings: var(--framer-font-open-type-features, initial);
200
+ -webkit-font-feature-settings: var(--framer-font-open-type-features, initial);
201
+ font-feature-settings: var(--framer-font-open-type-features, initial);
202
+ font-variation-settings: var(--framer-font-variation-axes-preview, var(--framer-font-variation-axes, normal));
203
+ text-wrap: var(--framer-text-wrap-override, var(--framer-text-wrap));
204
+ }
205
+
206
+
207
+ mark.framer-text,
208
+ p.framer-text,
209
+ div.framer-text,
210
+ h1.framer-text,
211
+ h2.framer-text,
212
+ h3.framer-text,
213
+ h4.framer-text,
214
+ h5.framer-text,
215
+ h6.framer-text,
216
+ li.framer-text,
217
+ ol.framer-text,
218
+ ul.framer-text {
219
+ background-color: var(--framer-blockquote-text-background-color, var(--framer-text-background-color, initial));
220
+ border-radius: var(--framer-blockquote-text-background-radius, var(--framer-text-background-radius, initial));
221
+ corner-shape: var(--framer-blockquote-text-background-corner-shape, var(--framer-text-background-corner-shape, initial));
222
+ padding: var(--framer-blockquote-text-background-padding, var(--framer-text-background-padding, initial));
223
+ }
224
+
225
+
226
+ @supports not (color: color(display-p3 1 1 1)) {
227
+ p.framer-text,
228
+ div.framer-text,
229
+ h1.framer-text,
230
+ h2.framer-text,
231
+ h3.framer-text,
232
+ h4.framer-text,
233
+ h5.framer-text,
234
+ h6.framer-text,
235
+ li.framer-text,
236
+ ol.framer-text,
237
+ ul.framer-text,
238
+ span.framer-text:not([data-text-fill]) {
239
+ color: var(--framer-blockquote-text-color-rgb, var(--framer-blockquote-text-color, var(--framer-text-color-rgb, var(--framer-text-color, #000))));
240
+ -webkit-text-stroke-color: var(--framer-text-stroke-color-rgb, var(--framer-text-stroke-color, initial));
241
+ }
242
+
243
+ mark.framer-text {
244
+ background-color: var(--framer-blockquote-text-background-color-rgb, var(--framer-blockquote-text-background-color, var(--framer-text-background-color-rgb, var(--framer-text-background-color, initial))));
245
+ }
246
+ }
247
+
248
+
249
+ .framer-fit-text .framer-text {
250
+ white-space: nowrap;
251
+ white-space-collapse: preserve;
252
+ }
253
+
254
+
255
+ strong.framer-text {
256
+ font-family: var(--framer-blockquote-font-family-bold, var(--framer-font-family-bold));
257
+ font-style: var(--framer-blockquote-font-style-bold, var(--framer-font-style-bold));
258
+ font-weight: var(--framer-blockquote-font-weight-bold, var(--framer-font-weight-bold, bolder));
259
+ font-variation-settings: var(--framer-blockquote-font-variation-axes-bold, var(--framer-font-variation-axes-bold));
260
+ }
261
+
262
+
263
+ em.framer-text {
264
+ font-family: var(--framer-blockquote-font-family-italic, var(--framer-font-family-italic));
265
+ font-style: var(--framer-blockquote-font-style-italic, var(--framer-font-style-italic, italic));
266
+ font-weight: var(--framer-blockquote-font-weight-italic, var(--framer-font-weight-italic));
267
+ font-variation-settings: var(--framer-blockquote-font-variation-axes-italic, var(--framer-font-variation-axes-italic));
268
+ }
269
+
270
+
271
+ em.framer-text > strong.framer-text {
272
+ font-family: var(--framer-blockquote-font-family-bold-italic, var(--framer-font-family-bold-italic));
273
+ font-style: var(--framer-blockquote-font-style-bold-italic, var(--framer-font-style-bold-italic, italic));
274
+ font-weight: var(--framer-blockquote-font-weight-bold-italic, var(--framer-font-weight-bold-italic, bolder));
275
+ font-variation-settings: var(--framer-blockquote-font-variation-axes-bold-italic, var(--framer-font-variation-axes-bold-italic));
276
+ }
277
+
278
+
279
+ p.framer-text:not(:first-child),
280
+ div.framer-text:not(:first-child),
281
+ h1.framer-text:not(:first-child),
282
+ h2.framer-text:not(:first-child),
283
+ h3.framer-text:not(:first-child),
284
+ h4.framer-text:not(:first-child),
285
+ h5.framer-text:not(:first-child),
286
+ h6.framer-text:not(:first-child),
287
+ ol.framer-text:not(:first-child),
288
+ ul.framer-text:not(:first-child),
289
+ blockquote.framer-text:not(:first-child),
290
+ table.framer-text:not(:first-child),
291
+ figure.framer-text:not(:first-child),
292
+ .framer-image.framer-text:not(:first-child) {
293
+ margin-top: var(--framer-blockquote-paragraph-spacing, var(--framer-paragraph-spacing, 0));
294
+ }
295
+
296
+
297
+ li.framer-text > ul.framer-text:nth-child(2),
298
+ li.framer-text > ol.framer-text:nth-child(2) {
299
+ margin-top: 0;
300
+ }
301
+
302
+
303
+ .framer-text[data-text-fill] {
304
+ display: inline-block;
305
+ background-clip: text;
306
+ -webkit-background-clip: text;
307
+ /* make this a transparent color if you want to visualise the clipping */
308
+ -webkit-text-fill-color: transparent;
309
+ padding: max(0em, calc(calc(1.3em - var(--framer-blockquote-line-height, var(--framer-line-height, 1.3em))) / 2));
310
+ margin: min(0em, calc(calc(1.3em - var(--framer-blockquote-line-height, var(--framer-line-height, 1.3em))) / -2));
311
+ }
312
+
313
+
314
+ code.framer-text,
315
+ code.framer-text span.framer-text:not([data-text-fill]) {
316
+ font-family: var(--framer-code-font-family, var(--framer-font-family, Inter, Inter Placeholder, sans-serif));
317
+ font-style: var(--framer-blockquote-font-style, var(--framer-code-font-style, var(--framer-font-style, normal)));
318
+ font-weight: var(--framer-blockquote-font-weight, var(--framer-code-font-weight, var(--framer-font-weight, 400)));
319
+ color: var(--framer-blockquote-text-color, var(--framer-code-text-color, var(--framer-text-color, #000)));
320
+ font-size: calc(var(--framer-blockquote-font-size, var(--framer-font-size, 16px)) * var(--framer-font-size-scale, 1));
321
+ letter-spacing: var(--framer-blockquote-letter-spacing, var(--framer-letter-spacing, 0));
322
+ line-height: var(--framer-blockquote-line-height, var(--framer-line-height, 1.2em));
323
+ }
324
+
325
+
326
+ @supports not (color: color(display-p3 1 1 1)) {
327
+ code.framer-text,
328
+ code.framer-text span.framer-text:not([data-text-fill]) {
329
+ color: var(--framer-blockquote-text-color-rgb, var(--framer-blockquote-text-color, var(--framer-code-text-color-rgb, var(--framer-code-text-color, var(--framer-text-color-rgb, var(--framer-text-color, #000))))));
330
+ }
331
+ }
332
+
333
+
334
+ blockquote.framer-text {
335
+ margin-block-start: initial;
336
+ margin-block-end: initial;
337
+ margin-inline-start: initial;
338
+ margin-inline-end: initial;
339
+ unicode-bidi: initial;
340
+ }
341
+
342
+
343
+ a.framer-text,
344
+ a.framer-text span.framer-text:not([data-text-fill]),
345
+ span.framer-text[data-nested-link],
346
+ span.framer-text[data-nested-link] span.framer-text:not([data-text-fill]) {
347
+ /* Ensure the color is inherited from the link style rather than the parent text for nested spans */
348
+ color: inherit;
349
+ font-family: var(--framer-font-family-preview, var(--framer-link-font-family, var(--framer-blockquote-font-family, var(--framer-font-family, Inter, Inter Placeholder, sans-serif))));
350
+ font-style: var(--framer-font-style-preview, var(--framer-link-font-style, var(--framer-blockquote-font-style, var(--framer-font-style, normal))));
351
+ font-weight: var(--framer-font-weight-preview, var(--framer-link-font-weight, var(--framer-blockquote-font-weight, var(--framer-font-weight, 400))));
352
+ font-size: calc(var(--framer-blockquote-font-size, var(--framer-font-size, 16px)) * var(--framer-font-size-scale, 1));
353
+ text-transform: var(--framer-link-text-transform, var(--framer-blockquote-text-transform, var(--framer-text-transform, none)));
354
+ /* Cursor inherit to overwrite the user agent stylesheet on rich text links. */
355
+ cursor: var(--framer-custom-cursors, pointer);
356
+ /* Don't inherit background styles from any parent text style. */
357
+ background-color: initial;
358
+ border-radius: var(--framer-link-text-background-radius, initial);
359
+ corner-shape: var(--framer-link-text-background-corner-shape, initial);
360
+ padding: var(--framer-link-text-background-padding, initial);
361
+ }
362
+
363
+
364
+ a.framer-text,
365
+ span.framer-text[data-nested-link] {
366
+ color: var(--framer-link-text-color, var(--framer-blockquote-text-color, var(--framer-text-color, #000)));
367
+ text-decoration-line: var(--framer-link-text-decoration, var(--framer-blockquote-text-decoration, var(--framer-text-decoration, initial)));
368
+ text-decoration-style: var(--framer-link-text-decoration-style, var(--framer-blockquote-text-decoration-style, var(--framer-text-decoration-style, initial)));
369
+ text-decoration-color: var(--framer-link-text-decoration-color, var(--framer-blockquote-text-decoration-color, var(--framer-text-decoration-color, initial)));
370
+ text-decoration-thickness: var(--framer-link-text-decoration-thickness, var(--framer-blockquote-text-decoration-thickness, var(--framer-text-decoration-thickness, initial)));
371
+ text-decoration-skip-ink: var(--framer-link-text-decoration-skip-ink, var(--framer-blockquote-text-decoration-skip-ink, var(--framer-text-decoration-skip-ink, initial)));
372
+ text-underline-offset: var(--framer-link-text-decoration-offset, var(--framer-blockquote-text-decoration-offset, var(--framer-text-decoration-offset, initial)));
373
+ /* Don't inherit background styles from any parent text style. */
374
+ background-color: var(--framer-link-text-background-color, initial);
375
+ }
376
+
377
+
378
+ @supports not (color: color(display-p3 1 1 1)) {
379
+ a.framer-text,
380
+ span.framer-text[data-nested-link] {
381
+ color: var(--framer-link-text-color-rgb, var(--framer-link-text-color, var(--framer-blockquote-text-color-rgb, var(--framer-blockquote-text-color, var(--framer-text-color-rgb, var(--framer-text-color, #000))))));
382
+ background-color: var(--framer-link-text-background-color-rgb, var(--framer-link-text-background-color, initial));
383
+ text-decoration-color: var(--framer-link-text-decoration-color-rgb, var(--framer-link-text-decoration-color, var(--framer-text-decoration-color-rgb, var(--framer-text-decoration-color, currentcolor))));
384
+ }
385
+ }
386
+
387
+
388
+ code.framer-text a.framer-text,
389
+ code.framer-text a.framer-text span.framer-text:not([data-text-fill]),
390
+ code.framer-text span.framer-text[data-nested-link],
391
+ code.framer-text span.framer-text[data-nested-link] span.framer-text:not([data-text-fill]) {
392
+ font-family: var(--framer-code-font-family, var(--framer-font-family, Inter, Inter Placeholder, sans-serif));
393
+ font-style: var(--framer-blockquote-font-style, var(--framer-code-font-style, var(--framer-font-style, normal)));
394
+ font-weight: var(--framer-blockquote-font-weight, var(--framer-code-font-weight, var(--framer-font-weight, 400)));
395
+ color: inherit;
396
+ font-size: calc(var(--framer-blockquote-font-size, var(--framer-font-size, 16px)) * var(--framer-font-size-scale, 1));
397
+ }
398
+
399
+
400
+ code.framer-text a.framer-text,
401
+ code.framer-text span.framer-text[data-nested-link] {
402
+ color: var(--framer-link-text-color, var(--framer-blockquote-text-color, var(--framer-code-text-color, var(--framer-text-color, #000))));
403
+ }
404
+
405
+
406
+ @supports not (color: color(display-p3 1 1 1)) {
407
+ code.framer-text a.framer-text,
408
+ code.framer-text a.framer-text span.framer-text:not([data-text-fill]),
409
+ code.framer-text span.framer-text[data-nested-link],
410
+ code.framer-text span.framer-text[data-nested-link] span.framer-text:not([data-text-fill]) {
411
+ color: var(--framer-link-text-color-rgb, var(--framer-link-text-color, var(--framer-blockquote-text-color-rgb, var(--framer-blockquote-text-color, var(--framer-code-text-color-rgb, var(--framer-code-text-color, var(--framer-text-color-rgb, var(--framer-text-color, #000))))))));
412
+ }
413
+ }
414
+
415
+
416
+ a.framer-text:hover,
417
+ a.framer-text:hover span.framer-text:not([data-text-fill]),
418
+ span.framer-text[data-nested-link]:hover,
419
+ span.framer-text[data-nested-link]:hover span.framer-text:not([data-text-fill]) {
420
+ font-family: var(--framer-font-family-preview, var(--framer-link-hover-font-family, var(--framer-link-font-family, var(--framer-blockquote-font-family, var(--framer-font-family, Inter, Inter Placeholder, sans-serif)))));
421
+ font-style: var(--framer-font-style-preview, var(--framer-link-hover-font-style, var(--framer-link-font-style, var(--framer-blockquote-font-style, var(--framer-font-style, normal)))));
422
+ font-weight: var(--framer-font-weight-preview, var(--framer-link-hover-font-weight, var(--framer-link-font-weight, var(--framer-blockquote-font-weight, var(--framer-font-weight, 400)))));
423
+ font-size: calc(var(--framer-link-hover-font-size, var(--framer-blockquote-font-size, var(--framer-font-size, 16px))) * var(--framer-font-size-scale, 1));
424
+ text-transform: var(--framer-link-hover-text-transform, var(--framer-link-text-transform, var(--framer-blockquote-text-transform, var(--framer-text-transform, none))));
425
+ border-radius: var(--framer-link-hover-text-background-radius, var(--framer-link-text-background-radius, var(--framer-text-background-radius, initial)));
426
+ corner-shape: var(--framer-link-hover-text-background-corner-shape, var(--framer-link-text-background-corner-shape, var(--framer-text-background-corner-shape, initial)));
427
+ padding: var(--framer-link-hover-text-background-padding, var(--framer-link-text-background-padding, var(--framer-text-background-padding, initial)));
428
+ }
429
+
430
+
431
+ a.framer-text:hover,
432
+ span.framer-text[data-nested-link]:hover {
433
+ color: var(--framer-link-hover-text-color, var(--framer-link-text-color, var(--framer-blockquote-text-color, var(--framer-text-color, #000))));
434
+ text-decoration-line: var(--framer-link-hover-text-decoration, var(--framer-link-text-decoration, var(--framer-blockquote-text-decoration, var(--framer-text-decoration, initial))));
435
+ text-decoration-style: var(--framer-link-hover-text-decoration-style, var(--framer-link-text-decoration-style, var(--framer-blockquote-text-decoration-style, var(--framer-text-decoration-style, initial))));
436
+ text-decoration-color: var(--framer-link-hover-text-decoration-color, var(--framer-link-text-decoration-color, var(--framer-blockquote-text-decoration-color, var(--framer-text-decoration-color, initial))));
437
+ text-decoration-thickness: var(--framer-link-hover-text-decoration-thickness, var(--framer-link-text-decoration-thickness, var(--framer-blockquote-text-decoration-thickness, var(--framer-text-decoration-thickness, initial))));
438
+ text-decoration-skip-ink: var(--framer-link-hover-text-decoration-skip-ink, var(--framer-link-text-decoration-skip-ink, var(--framer-blockquote-text-decoration-skip-ink, var(--framer-text-decoration-skip-ink, initial))));
439
+ text-underline-offset: var(--framer-link-hover-text-decoration-offset, var(--framer-link-text-decoration-offset, var(--framer-blockquote-text-decoration-offset, var(--framer-text-decoration-offset, initial))));
440
+ background-color: var(--framer-link-hover-text-background-color, var(--framer-link-text-background-color, var(--framer-text-background-color, initial)));
441
+ }
442
+
443
+
444
+ @supports not (color: color(display-p3 1 1 1)) {
445
+ a.framer-text:hover,
446
+ span.framer-text[data-nested-link]:hover {
447
+ color: var(--framer-link-hover-text-color-rgb, var(--framer-link-hover-text-color, var(--framer-link-text-color-rgb, var(--framer-link-text-color, var(--framer-blockquote-text-color-rgb, var(--framer-blockquote-text-color, var(--framer-text-color-rgb, var(--framer-text-color, #000))))))));
448
+ background-color: var(--framer-link-hover-text-background-color-rgb, var(--framer-link-hover-text-background-color, var(--framer-link-text-background-color-rgb, var(--framer-link-text-background-color, var(--framer-text-background-color-rgb, var(--framer-text-background-color, initial))))));
449
+ text-decoration-color: var(--framer-link-hover-text-decoration-color-rgb, var(--framer-link-hover-text-decoration-color, var(--framer-link-text-decoration-color-rgb, var(--framer-link-text-decoration-color, var(--framer-text-decoration-color-rgb, var(--framer-text-decoration-color, currentcolor))))));
450
+ }
451
+ }
452
+
453
+
454
+ code.framer-text a.framer-text:hover,
455
+ code.framer-text span.framer-text[data-nested-link]:hover {
456
+ color: var(--framer-link-hover-text-color, var(--framer-link-text-color, var(--framer-blockquote-text-color, var(--framer-code-text-color, var(--framer-text-color, #000)))));
457
+ }
458
+
459
+
460
+ @supports not (color: color(display-p3 1 1 1)) {
461
+ code.framer-text a.framer-text:hover,
462
+ code.framer-text span.framer-text[data-nested-link]:hover {
463
+ color: var(--framer-link-hover-text-color-rgb, var(--framer-link-hover-text-color, var(--framer-link-text-color-rgb, var(--framer-link-text-color, var(--framer-blockquote-text-color-rgb, var(--framer-blockquote-text-color, var(--framer-code-text-color-rgb, var(--framer-code-text-color, var(--framer-text-color-rgb, var(--framer-text-color, #000))))))))));
464
+ }
465
+ }
466
+
467
+
468
+ a.framer-text[data-framer-page-link-current],
469
+ a.framer-text[data-framer-page-link-current] span.framer-text:not([data-text-fill]),
470
+ span.framer-text[data-framer-page-link-current],
471
+ span.framer-text[data-framer-page-link-current] span.framer-text:not([data-text-fill]) {
472
+ font-family: var(--framer-font-family-preview, var(--framer-link-current-font-family, var(--framer-link-font-family, var(--framer-font-family, Inter, Inter Placeholder, sans-serif))));
473
+ font-style: var(--framer-font-style-preview, var(--framer-link-current-font-style, var(--framer-link-font-style, var(--framer-font-style, normal))));
474
+ font-weight: var(--framer-font-weight-preview, var(--framer-link-current-font-weight, var(--framer-link-font-weight, var(--framer-font-weight, 400))));
475
+ font-size: calc(var(--framer-link-current-font-size, var(--framer-link-font-size, var(--framer-font-size, 16px))) * var(--framer-font-size-scale, 1));
476
+ text-transform: var(--framer-link-current-text-transform, var(--framer-link-text-transform, var(--framer-text-transform, none)));
477
+ border-radius: var(--framer-link-current-text-background-radius, var(--framer-link-text-background-radius, initial));
478
+ corner-shape: var(--framer-link-current-text-background-corner-shape, var(--framer-link-text-background-corner-shape, initial));
479
+ padding: var(--framer-link-current-text-background-padding, var(--framer-link-text-background-padding, initial));
480
+ }
481
+
482
+
483
+ a.framer-text[data-framer-page-link-current],
484
+ span.framer-text[data-framer-page-link-current] {
485
+ color: var(--framer-link-current-text-color, var(--framer-link-text-color, var(--framer-text-color, #000)));
486
+ text-decoration-line: var(--framer-link-current-text-decoration, var(--framer-link-text-decoration, var(--framer-text-decoration, initial)));
487
+ text-decoration-style: var(--framer-link-current-text-decoration-style, var(--framer-link-text-decoration-style, var(--framer-text-decoration-style, initial)));
488
+ text-decoration-color: var(--framer-link-current-text-decoration-color, var(--framer-link-text-decoration-color, var(--framer-text-decoration-color, initial)));
489
+ text-decoration-thickness: var(--framer-link-current-text-decoration-thickness, var(--framer-link-text-decoration-thickness, var(--framer-text-decoration-thickness, initial)));
490
+ text-decoration-skip-ink: var(--framer-link-current-text-decoration-skip-ink, var(--framer-link-text-decoration-skip-ink, var(--framer-text-decoration-skip-ink, initial)));
491
+ text-underline-offset: var(--framer-link-current-text-decoration-offset, var(--framer-link-text-decoration-offset, var(--framer-text-decoration-offset, initial)));
492
+ background-color: var(--framer-link-current-text-background-color, var(--framer-link-text-background-color, var(--framer-text-background-color, initial)));
493
+ }
494
+
495
+
496
+ @supports not (color: color(display-p3 1 1 1)) {
497
+ a.framer-text[data-framer-page-link-current],
498
+ span.framer-text[data-framer-page-link-current]{
499
+ color: var(--framer-link-current-text-color-rgb, var(--framer-link-current-text-color, var(--framer-link-text-color-rgb, var(--framer-link-text-color, var(--framer-text-color-rgb, var(--framer-text-color, #000))))));
500
+ background-color: var(--framer-link-current-text-background-color-rgb, var(--framer-link-current-text-background-color, var(--framer-link-text-background-color-rgb, var(--framer-link-text-background-color, var(--framer-text-background-color-rgb, var(--framer-text-background-color, initial))))));
501
+ text-decoration-color: var(--framer-link-current-text-decoration-color-rgb, var(--framer-link-current-text-decoration-color, var(--framer-link-text-decoration-color-rgb, var(--framer-link-text-decoration-color, var(--framer-text-decoration-color-rgb, var(--framer-text-decoration-color, currentcolor))))));
502
+ }
503
+ }
504
+
505
+
506
+ code.framer-text a.framer-text[data-framer-page-link-current],
507
+ code.framer-text a.framer-text[data-framer-page-link-current] span.framer-text:not([data-text-fill]),
508
+ code.framer-text span.framer-text[data-framer-page-link-current],
509
+ code.framer-text span.framer-text[data-framer-page-link-current] span.framer-text:not([data-text-fill]) {
510
+ font-family: var(--framer-code-font-family, var(--framer-font-family, Inter, Inter Placeholder, sans-serif));
511
+ font-style: var(--framer-code-font-style, var(--framer-font-style, normal));
512
+ font-weight: var(--framer-code-font-weight, var(--framer-font-weight, 400));
513
+ color: inherit;
514
+ font-size: calc(var(--framer-link-current-font-size, var(--framer-link-font-size, var(--framer-font-size, 16px))) * var(--framer-font-size-scale, 1));
515
+ }
516
+
517
+
518
+ code.framer-text a.framer-text[data-framer-page-link-current],
519
+ code.framer-text span.framer-text[data-framer-page-link-current] {
520
+ color: var(--framer-link-current-text-color, var(--framer-link-text-color, var(--framer-code-text-color, var(--framer-text-color, #000))));
521
+ }
522
+
523
+
524
+ @supports not (color: color(display-p3 1 1 1)) {
525
+ code.framer-text a.framer-text[data-framer-page-link-current],
526
+ code.framer-text a.framer-text[data-framer-page-link-current] span.framer-text:not([data-text-fill]),
527
+ code.framer-text span.framer-text[data-framer-page-link-current],
528
+ code.framer-text span.framer-text[data-framer-page-link-current] span.framer-text:not([data-text-fill]) {
529
+ color: var(--framer-link-current-text-color-rgb, var(--framer-link-current-text-color, var(--framer-link-text-color-rgb, var(--framer-link-text-color, var(--framer-code-text-color-rgb, var(--framer-code-text-color, var(--framer-text-color-rgb, var(--framer-text-color, #000))))))));
530
+ background-color: var(--framer-link-current-text-background-color-rgb, var(--framer-link-current-text-background-color, var(--framer-link-text-background-color-rgb, var(--framer-link-text-background-color, var(--framer-text-background-color-rgb, var(--framer-text-background-color, initial))))));
531
+ }
532
+ }
533
+
534
+
535
+ a.framer-text[data-framer-page-link-current]:hover,
536
+ a.framer-text[data-framer-page-link-current]:hover span.framer-text:not([data-text-fill]),
537
+ span.framer-text[data-framer-page-link-current]:hover,
538
+ span.framer-text[data-framer-page-link-current]:hover span.framer-text:not([data-text-fill]) {
539
+ color: inherit;
540
+ font-family: var(--framer-font-family-preview, var(--framer-link-hover-font-family, var(--framer-link-current-font-family, var(--framer-link-font-family, var(--framer-font-family, Inter, Inter Placeholder, sans-serif)))));
541
+ font-style: var(--framer-font-style-preview, var(--framer-link-hover-font-style, var(--framer-link-current-font-style, var(--framer-link-font-style, var(--framer-font-style, normal)))));
542
+ font-weight: var(--framer-font-weight-preview, var(--framer-link-hover-font-weight, var(--framer-link-current-font-weight, var(--framer-link-font-weight, var(--framer-font-weight, 400)))));
543
+ font-size: calc(var(--framer-link-hover-font-size, var(--framer-link-current-font-size, var(--framer-link-font-size, var(--framer-font-size, 16px)))) * var(--framer-font-size-scale, 1));
544
+ text-transform: var(--framer-link-hover-text-transform, var(--framer-link-current-text-transform, var(--framer-link-text-transform, var(--framer-text-transform, none))));
545
+ border-radius: var(--framer-link-hover-text-background-radius, var(--framer-link-current-text-background-radius, var(--framer-link-text-background-radius, initial)));
546
+ corner-shape: var(--framer-link-hover-text-background-corner-shape, var(--framer-link-current-text-background-corner-shape, var(--framer-link-text-background-corner-shape, initial)));
547
+ padding: var(--framer-link-hover-text-background-padding, var(--framer-link-current-text-background-padding, var(--framer-link-text-background-padding, initial)));
548
+ }
549
+
550
+
551
+ a.framer-text[data-framer-page-link-current]:hover,
552
+ span.framer-text[data-framer-page-link-current]:hover {
553
+ color: var(--framer-link-hover-text-color, var(--framer-link-current-text-color, var(--framer-link-text-color, var(--framer-text-color, #000))));
554
+ text-decoration-line: var(--framer-link-hover-text-decoration, var(--framer-link-current-text-decoration, var(--framer-link-text-decoration, var(--framer-text-decoration, initial))));
555
+ text-decoration-style: var(--framer-link-hover-text-decoration-style, var(--framer-link-current-text-decoration-style, var(--framer-link-text-decoration-style, var(--framer-text-decoration-style, initial))));
556
+ text-decoration-color: var(--framer-link-hover-text-decoration-color, var(--framer-link-current-text-decoration-color, var(--framer-link-text-decoration-color, var(--framer-text-decoration-color, initial))));
557
+ text-decoration-thickness: var(--framer-link-hover-text-decoration-thickness, var(--framer-link-current-text-decoration-thickness, var(--framer-link-text-decoration-thickness, var(--framer-text-decoration-thickness, initial))));
558
+ text-decoration-skip-ink: var(--framer-link-hover-text-decoration-skip-ink, var(--framer-link-current-text-decoration-skip-ink, var(--framer-link-text-decoration-skip-ink, var(--framer-text-decoration-skip-ink, initial))));
559
+ text-underline-offset: var(--framer-link-hover-text-decoration-offset, var(--framer-link-current-text-decoration-offset, var(--framer-link-text-decoration-offset, var(--framer-text-decoration-offset, initial))));
560
+ background-color: var(--framer-link-hover-text-background-color, var(--framer-link-current-text-background-color, var(--framer-link-text-background-color, initial)));
561
+ }
562
+
563
+
564
+ @supports not (color: color(display-p3 1 1 1)) {
565
+ a.framer-text[data-framer-page-link-current]:hover,
566
+ span.framer-text[data-framer-page-link-current]:hover {
567
+ color: var(--framer-link-hover-text-color-rgb, var(--framer-link-hover-text-color, var(--framer-link-current-text-color-rgb, var(--framer-link-current-text-color, var(--framer-link-text-color-rgb, var(--framer-link-text-color, var(--framer-code-text-color-rgb, var(--framer-code-text-color, var(--framer-text-color-rgb, var(--framer-text-color, #000))))))))));
568
+ background-color: var(--framer-link-hover-text-background-color-rgb, var(--framer-link-hover-text-background-color, var(--framer-link-current-text-background-color-rgb, var(--framer-link-current-text-background-color, var(--framer-link-text-background-color-rgb, var(--framer-link-text-background-color, initial))))));
569
+ text-decoration-color: var(--framer-link-hover-text-decoration-color-rgb, var(--framer-link-hover-text-decoration-color, var(--framer-link-current-text-decoration-color-rgb, var(--framer-link-current-text-decoration-color, var(--framer-link-text-decoration-color-rgb, var(--framer-link-text-decoration-color, var(--framer-text-decoration-color-rgb, var(--framer-text-decoration-color, currentcolor))))))));
570
+ }
571
+ }
572
+
573
+
574
+ code.framer-text a.framer-text[data-framer-page-link-current]:hover,
575
+ code.framer-text span.framer-text[data-framer-page-link-current]:hover {
576
+ color: var(--framer-link-hover-text-color, var(--framer-link-current-text-color, var(--framer-link-text-color, var(--framer-code-text-color, var(--framer-text-color, #000)))));
577
+ }
578
+
579
+
580
+ @supports not (color: color(display-p3 1 1 1)) {
581
+ code.framer-text a.framer-text[data-framer-page-link-current]:hover,
582
+ code.framer-text a.framer-text[data-framer-page-link-current]:hover span.framer-text:not([data-text-fill]),
583
+ code.framer-text span.framer-text[data-framer-page-link-current]:hover,
584
+ code.framer-text span.framer-text[data-framer-page-link-current]:hover span.framer-text:not([data-text-fill]) {
585
+ color: var(--framer-link-hover-text-color-rgb, var(--framer-link-hover-text-color, var(--framer-link-current-text-color-rgb, var(--framer-link-current-text-color, var(--framer-link-text-color-rgb, var(--framer-link-text-color, var(--framer-code-text-color-rgb, var(--framer-code-text-color, var(--framer-text-color-rgb, var(--framer-text-color, #000))))))))));
586
+ background-color: var(--framer-link-hover-text-background-color-rgb, var(--framer-link-hover-text-background-color, var(--framer-link-current-text-background-color-rgb, var(--framer-link-current-text-background-color, var(--framer-link-text-background-color-rgb, var(--framer-link-text-background-color, initial))))));
587
+ }
588
+ }
589
+
590
+
591
+ .framer-image.framer-text {
592
+ display: block;
593
+ max-width: 100%;
594
+ height: auto;
595
+ }
596
+
597
+
598
+ .text-styles-preset-reset.framer-text {
599
+ --framer-font-family: Inter, Inter Placeholder, sans-serif;
600
+ --framer-font-style: normal;
601
+ --framer-font-weight: 500;
602
+ --framer-text-color: #000;
603
+ --framer-font-size: 16px;
604
+ --framer-letter-spacing: 0;
605
+ --framer-text-transform: none;
606
+ --framer-text-decoration: none;
607
+ --framer-text-decoration-style: none;
608
+ --framer-text-decoration-color: none;
609
+ --framer-text-decoration-thickness: none;
610
+ --framer-text-decoration-skip-ink: none;
611
+ --framer-text-decoration-offset: none;
612
+ --framer-line-height: 1.2em;
613
+ --framer-text-alignment: start;
614
+ --framer-font-open-type-features: normal;
615
+ --framer-text-background-color: initial;
616
+ --framer-text-background-radius: initial;
617
+ --framer-text-background-corner-shape: initial;
618
+ --framer-text-background-padding: initial;
619
+ }
620
+
621
+
622
+ ol.framer-text {
623
+ --list-style-type: decimal;
624
+ }
625
+
626
+
627
+ ul.framer-text,
628
+ ol.framer-text {
629
+ padding-inline-start: 0;
630
+ position: relative;
631
+ }
632
+
633
+
634
+ li.framer-text {
635
+ counter-increment: list-item;
636
+ list-style: none;
637
+ padding-inline-start: 2ch;
638
+ }
639
+
640
+
641
+ ol.framer-text > li.framer-text {
642
+ padding-inline-start: calc(calc(var(--max-list-digits, 1) + 1) * 1ch);
643
+ }
644
+
645
+
646
+ ol.framer-text > li.framer-text::before {
647
+ position: absolute;
648
+ inset-inline-start: 0;
649
+ content: counter(list-item, var(--list-style-type)) ".";
650
+ font-variant-numeric: tabular-nums;
651
+ }
652
+
653
+
654
+ ul.framer-text > li.framer-text::before {
655
+ position: absolute;
656
+ inset-inline-start: 0;
657
+ content: "•";
658
+ }
659
+
660
+
661
+ .framer-table-wrapper {
662
+ overflow-x: auto;
663
+ }
664
+
665
+
666
+ table.framer-text,
667
+ .framer-table-wrapper table.framer-text {
668
+ border-collapse: separate;
669
+ border-spacing: 0;
670
+ table-layout: auto;
671
+ word-break: normal;
672
+ width: 100%;
673
+ }
674
+
675
+
676
+ td.framer-text,
677
+ th.framer-text {
678
+ min-width: 16ch;
679
+ overflow-wrap: anywhere;
680
+ vertical-align: top;
681
+ }
682
+
683
+
684
+ .framer-text-module[data-width="fill"] > :first-child, .framer-text-module[data-width="fill"] > .ssr-variant > :first-child {
685
+ width: 100% !important;
686
+ }
687
+
688
+ [data-framer-component-type="DeprecatedRichText"] { cursor: inherit; }
689
+
690
+ [data-framer-component-type="DeprecatedRichText"] .text-styles-preset-reset {
691
+ --framer-font-family: Inter, Inter Placeholder, sans-serif;
692
+ --framer-font-style: normal;
693
+ --framer-font-weight: 500;
694
+ --framer-text-color: #000;
695
+ --framer-font-size: 16px;
696
+ --framer-letter-spacing: 0;
697
+ --framer-text-transform: none;
698
+ --framer-text-decoration: none;
699
+ --framer-line-height: 1.2em;
700
+ --framer-text-alignment: start;
701
+ --framer-font-open-type-features: normal;
702
+ --font-variation-settings: normal;
703
+ }
704
+
705
+
706
+ [data-framer-component-type="DeprecatedRichText"] p,
707
+ [data-framer-component-type="DeprecatedRichText"] div,
708
+ [data-framer-component-type="DeprecatedRichText"] h1,
709
+ [data-framer-component-type="DeprecatedRichText"] h2,
710
+ [data-framer-component-type="DeprecatedRichText"] h3,
711
+ [data-framer-component-type="DeprecatedRichText"] h4,
712
+ [data-framer-component-type="DeprecatedRichText"] h5,
713
+ [data-framer-component-type="DeprecatedRichText"] h6 {
714
+ margin: 0;
715
+ padding: 0;
716
+ }
717
+
718
+
719
+ [data-framer-component-type="DeprecatedRichText"] p,
720
+ [data-framer-component-type="DeprecatedRichText"] div,
721
+ [data-framer-component-type="DeprecatedRichText"] h1,
722
+ [data-framer-component-type="DeprecatedRichText"] h2,
723
+ [data-framer-component-type="DeprecatedRichText"] h3,
724
+ [data-framer-component-type="DeprecatedRichText"] h4,
725
+ [data-framer-component-type="DeprecatedRichText"] h5,
726
+ [data-framer-component-type="DeprecatedRichText"] h6,
727
+ [data-framer-component-type="DeprecatedRichText"] li,
728
+ [data-framer-component-type="DeprecatedRichText"] ol,
729
+ [data-framer-component-type="DeprecatedRichText"] ul,
730
+ [data-framer-component-type="DeprecatedRichText"] span:not([data-text-fill]) {
731
+ font-family: var(--framer-font-family, Inter, Inter Placeholder, sans-serif);
732
+ font-style: var(--framer-font-style, normal);
733
+ font-weight: var(--framer-font-weight, 400);
734
+ color: var(--framer-text-color, #000);
735
+ font-size: var(--framer-font-size, 16px);
736
+ letter-spacing: var(--framer-letter-spacing, 0);
737
+ text-transform: var(--framer-text-transform, none);
738
+ text-decoration: var(--framer-text-decoration, none);
739
+ line-height: var(--framer-line-height, 1.2em);
740
+ text-align: var(--framer-text-alignment, start);
741
+ }
742
+
743
+
744
+ [data-framer-component-type="DeprecatedRichText"] p:not(:first-child),
745
+ [data-framer-component-type="DeprecatedRichText"] div:not(:first-child),
746
+ [data-framer-component-type="DeprecatedRichText"] h1:not(:first-child),
747
+ [data-framer-component-type="DeprecatedRichText"] h2:not(:first-child),
748
+ [data-framer-component-type="DeprecatedRichText"] h3:not(:first-child),
749
+ [data-framer-component-type="DeprecatedRichText"] h4:not(:first-child),
750
+ [data-framer-component-type="DeprecatedRichText"] h5:not(:first-child),
751
+ [data-framer-component-type="DeprecatedRichText"] h6:not(:first-child),
752
+ [data-framer-component-type="DeprecatedRichText"] ol:not(:first-child),
753
+ [data-framer-component-type="DeprecatedRichText"] ul:not(:first-child),
754
+ [data-framer-component-type="DeprecatedRichText"] .framer-image:not(:first-child) {
755
+ margin-top: var(--framer-paragraph-spacing, 0);
756
+ }
757
+
758
+
759
+ [data-framer-component-type="DeprecatedRichText"] span[data-text-fill] {
760
+ display: inline-block;
761
+ background-clip: text;
762
+ -webkit-background-clip: text;
763
+ -webkit-text-fill-color: transparent;
764
+ }
765
+
766
+
767
+ [data-framer-component-type="DeprecatedRichText"] a,
768
+ [data-framer-component-type="DeprecatedRichText"] a span:not([data-text-fill]) {
769
+ font-family: var(--framer-link-font-family, var(--framer-font-family, Inter, Inter Placeholder, sans-serif));
770
+ font-style: var(--framer-link-font-style, var(--framer-font-style, normal));
771
+ font-weight: var(--framer-link-font-weight, var(--framer-font-weight, 400));
772
+ color: var(--framer-link-text-color, var(--framer-text-color, #000));
773
+ font-size: var(--framer-link-font-size, var(--framer-font-size, 16px));
774
+ text-transform: var(--framer-link-text-transform, var(--framer-text-transform, none));
775
+ text-decoration: var(--framer-link-text-decoration, var(--framer-text-decoration, none));
776
+ }
777
+
778
+
779
+ [data-framer-component-type="DeprecatedRichText"] a:hover,
780
+ [data-framer-component-type="DeprecatedRichText"] a:hover span:not([data-text-fill]) {
781
+ font-family: var(--framer-link-hover-font-family, var(--framer-link-font-family, var(--framer-font-family, Inter, Inter Placeholder, sans-serif)));
782
+ font-style: var(--framer-link-hover-font-style, var(--framer-link-font-style, var(--framer-font-style, normal)));
783
+ font-weight: var(--framer-link-hover-font-weight, var(--framer-link-font-weight, var(--framer-font-weight, 400)));
784
+ color: var(--framer-link-hover-text-color, var(--framer-link-text-color, var(--framer-text-color, #000)));
785
+ font-size: var(--framer-link-hover-font-size, var(--framer-link-font-size, var(--framer-font-size, 16px)));
786
+ text-transform: var(--framer-link-hover-text-transform, var(--framer-link-text-transform, var(--framer-text-transform, none)));
787
+ text-decoration: var(--framer-link-hover-text-decoration, var(--framer-link-text-decoration, var(--framer-text-decoration, none)));
788
+ }
789
+
790
+
791
+ [data-framer-component-type="DeprecatedRichText"] a[data-framer-page-link-current],
792
+ [data-framer-component-type="DeprecatedRichText"] a[data-framer-page-link-current] span:not([data-text-fill]):not([data-nested-link]) {
793
+ font-family: var(--framer-link-current-font-family, var(--framer-link-font-family, var(--framer-font-family, Inter, Inter Placeholder, sans-serif)));
794
+ font-style: var(--framer-link-current-font-style, var(--framer-link-font-style, var(--framer-font-style, normal)));
795
+ font-weight: var(--framer-link-current-font-weight, var(--framer-link-font-weight, var(--framer-font-weight, 400)));
796
+ color: var(--framer-link-current-text-color, var(--framer-link-text-color, var(--framer-text-color, #000)));
797
+ font-size: var(--framer-link-current-font-size, var(--framer-link-font-size, var(--framer-font-size, 16px)));
798
+ text-transform: var(--framer-link-current-text-transform, var(--framer-link-text-transform, var(--framer-text-transform, none)));
799
+ text-decoration: var(--framer-link-current-text-decoration, var(--framer-link-text-decoration, var(--framer-text-decoration, none)));
800
+ }
801
+
802
+
803
+ [data-framer-component-type="DeprecatedRichText"] a[data-framer-page-link-current]:hover,
804
+ [data-framer-component-type="DeprecatedRichText"] a[data-framer-page-link-current]:hover span:not([data-text-fill]):not([data-nested-link]) {
805
+ font-family: var(--framer-link-hover-font-family, var(--framer-link-current-font-family, var(--framer-link-font-family, var(--framer-font-family, Inter, Inter Placeholder, sans-serif))));
806
+ font-style: var(--framer-link-hover-font-style, var(--framer-link-current-font-style, var(--framer-link-font-style, var(--framer-font-style, normal))));
807
+ font-weight: var(--framer-link-hover-font-weight, var(--framer-link-current-font-weight, var(--framer-link-font-weight, var(--framer-font-weight, 400))));
808
+ color: var(--framer-link-hover-text-color, var(--framer-link-current-text-color, var(--framer-link-text-color, var(--framer-text-color, #000))));
809
+ font-size: var(--framer-link-hover-font-size, var(--framer-link-current-font-size, var(--framer-link-font-size, var(--framer-font-size, 16px))));
810
+ text-transform: var(--framer-link-hover-text-transform, var(--framer-link-current-text-transform, var(--framer-link-text-transform, var(--framer-text-transform, none))));
811
+ text-decoration: var(--framer-link-hover-text-decoration, var(--framer-link-current-text-decoration, var(--framer-link-text-decoration, var(--framer-text-decoration, none))));
812
+ }
813
+
814
+
815
+ [data-framer-component-type="DeprecatedRichText"] strong {
816
+ font-weight: bolder;
817
+ }
818
+
819
+
820
+ [data-framer-component-type="DeprecatedRichText"] em {
821
+ font-style: italic;
822
+ }
823
+
824
+
825
+ [data-framer-component-type="DeprecatedRichText"] .framer-image {
826
+ display: block;
827
+ max-width: 100%;
828
+ height: auto;
829
+ }
830
+
831
+
832
+ [data-framer-component-type="DeprecatedRichText"] ul,
833
+ [data-framer-component-type="DeprecatedRichText"] ol {
834
+ display: table;
835
+ width: 100%;
836
+ padding-left: 0;
837
+ margin: 0;
838
+ }
839
+
840
+
841
+ [data-framer-component-type="DeprecatedRichText"] li {
842
+ display: table-row;
843
+ counter-increment: list-item;
844
+ list-style: none;
845
+ }
846
+
847
+
848
+ [data-framer-component-type="DeprecatedRichText"] ol > li::before {
849
+ display: table-cell;
850
+ width: 2.25ch;
851
+ box-sizing: border-box;
852
+ padding-right: 0.75ch;
853
+ content: counter(list-item) ".";
854
+ white-space: nowrap;
855
+ }
856
+
857
+
858
+ [data-framer-component-type="DeprecatedRichText"] ul > li::before {
859
+ display: table-cell;
860
+ width: 2.25ch;
861
+ box-sizing: border-box;
862
+ padding-right: 0.75ch;
863
+ content: "•";
864
+ }
865
+
866
+
867
+ [data-framer-component-type="Stack"]:not([data-framer-generated]) > *,
868
+ [data-framer-component-type="Stack"]:not([data-framer-generated]) > [data-framer-component-type] {
869
+ position: relative;
870
+ }
871
+
872
+ NavigationContainer
873
+ [data-framer-component-type="NavigationContainer"] > *,
874
+ [data-framer-component-type="NavigationContainer"] > [data-framer-component-type] {
875
+ position: relative;
876
+ }
877
+ [data-framer-component-type="Scroll"]::-webkit-scrollbar { display: none; }
878
+ [data-framer-component-type="ScrollContentWrapper"] > * { position: relative; }
879
+ [data-framer-component-type="NativeScroll"] { -webkit-overflow-scrolling: touch; }
880
+ [data-framer-component-type="NativeScroll"] > * { position: relative; }
881
+ [data-framer-component-type="NativeScroll"].direction-both { overflow-x: auto; overflow-y: auto; }
882
+ [data-framer-component-type="NativeScroll"].direction-vertical { overflow-x: hidden; overflow-y: auto; }
883
+ [data-framer-component-type="NativeScroll"].direction-horizontal { overflow-x: auto; overflow-y: hidden; }
884
+ [data-framer-component-type="NativeScroll"].direction-vertical > * { width: 100% !important; }
885
+ [data-framer-component-type="NativeScroll"].direction-horizontal > * { height: 100% !important; }
886
+ [data-framer-component-type="NativeScroll"].scrollbar-hidden::-webkit-scrollbar { display: none; }
887
+ [data-framer-component-type="PageContentWrapper"] > *, [data-framer-component-type="PageContentWrapper"] > [data-framer-component-type] { position: relative; }
888
+ [data-framer-component-type="DeviceComponent"].no-device > * { width: 100% !important; height: 100% !important; }
889
+ [data-is-present="false"], [data-is-present="false"] * { pointer-events: none !important; }
890
+ [data-framer-cursor="pointer"] { cursor: pointer; }
891
+ [data-framer-cursor="grab"] { cursor: grab; }
892
+ [data-framer-cursor="grab"]:active { cursor: grabbing; }
893
+ .svgContainer svg { display: block; }
894
+ [data-reset="button"] {
895
+ border-width: 0;
896
+ padding: 0;
897
+ background: none;
898
+ }
899
+ [data-hide-scrollbars="true"]::-webkit-scrollbar { width: 0px; height: 0px; }
900
+ [data-hide-scrollbars="true"]::-webkit-scrollbar-thumb { background: transparent; }
901
+ [data-hide-scrollbars="true"] { scrollbar-width: none; }
902
+ @supports (not (overflow: clip)) {
903
+ :root { --overflow-clip-fallback: hidden; }
904
+ }
905
+ .framer-lightbox-container { opacity: 1 !important; pointer-events: auto !important; }
906
+ @supports (background: -webkit-named-image(i)) and (not (contain-intrinsic-size: inherit)) {
907
+ /* Render block-like elements inline when text is truncated, otherwise default to user agent (revert) */
908
+ div.framer-text, p.framer-text, h1.framer-text, h2.framer-text, h3.framer-text, h4.framer-text, h5.framer-text, h6.framer-text, ol.framer-text, ul.framer-text, li.framer-text, blockquote.framer-text, .framer-text.framer-image { display: var(--text-truncation-display-inline-for-safari-16, revert) }
909
+
910
+ /* Add a line break after each block-like element that we render inline, to resemble the block-like behavior */
911
+ div.framer-text::after, p.framer-text::after, h1.framer-text::after, h2.framer-text::after, h3.framer-text::after, h4.framer-text::after, h5.framer-text::after, h6.framer-text::after, ol.framer-text::after, ul.framer-text::after, li.framer-text::after, blockquote.framer-text::after, .framer-text.framer-image::after { content: var(--text-truncation-line-break-for-safari-16); white-space: pre; }
912
+
913
+ /* Don't render modules (e.g. videos, code-blocks), or tables when text is truncated, because often these can't be truncated and their children might be block elements */
914
+ .framer-text.framer-text-module,
915
+ .framer-text.framer-table-wrapper { display: var(--text-truncation-display-none-for-safari-16, revert) }
916
+
917
+ /* Render text-fill elements inline when text is truncated, otherwise default to their default value (e.g. inline-block) */
918
+ p.framer-text[data-text-fill] { display: var(--text-truncation-display-inline-for-safari-16, inline-block) }
919
+ }
920
+ @supports (corner-shape: superellipse(2)) { :root { --one-if-corner-shape-supported: 1 } }