@xscriptor/xcomponents 0.1.1 → 0.1.2
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.
- package/dist/{chunk-TKT37LIX.mjs → chunk-BXVG4SYP.mjs} +101 -39
- package/dist/chunk-BXVG4SYP.mjs.map +7 -0
- package/dist/{chunk-UROP4J6G.mjs → chunk-FW47JGYZ.mjs} +122 -29
- package/dist/chunk-FW47JGYZ.mjs.map +7 -0
- package/dist/{chunk-34NJCJUI.mjs → chunk-IK2UCTCM.mjs} +46 -15
- package/dist/chunk-IK2UCTCM.mjs.map +7 -0
- package/dist/{chunk-2H7TVDE7.mjs → chunk-WE7QZGVP.mjs} +45 -14
- package/dist/chunk-WE7QZGVP.mjs.map +7 -0
- package/dist/{chunk-MYFPSHSQ.mjs → chunk-XB3UGHSF.mjs} +94 -32
- package/dist/chunk-XB3UGHSF.mjs.map +7 -0
- package/dist/{chunk-TG3B4GAW.mjs → chunk-ZDMG7X6H.mjs} +57 -26
- package/dist/{chunk-TG3B4GAW.mjs.map → chunk-ZDMG7X6H.mjs.map} +4 -4
- package/dist/components/content/index.css +64 -65
- package/dist/components/content/index.css.map +4 -4
- package/dist/components/content/index.js +45 -14
- package/dist/components/content/index.js.map +4 -4
- package/dist/components/content/index.mjs +1 -1
- package/dist/components/forms/index.css +113 -115
- package/dist/components/forms/index.css.map +4 -4
- package/dist/components/forms/index.js +100 -38
- package/dist/components/forms/index.js.map +4 -4
- package/dist/components/forms/index.mjs +1 -1
- package/dist/components/gallery/index.css +107 -110
- package/dist/components/gallery/index.css.map +4 -4
- package/dist/components/gallery/index.js +93 -31
- package/dist/components/gallery/index.js.map +4 -4
- package/dist/components/gallery/index.mjs +1 -1
- package/dist/components/index.css +536 -534
- package/dist/components/index.css.map +4 -4
- package/dist/components/index.js +459 -149
- package/dist/components/index.js.map +4 -4
- package/dist/components/index.mjs +6 -6
- package/dist/components/layout/index.css +89 -81
- package/dist/components/layout/index.css.map +4 -4
- package/dist/components/layout/index.js +121 -28
- package/dist/components/layout/index.js.map +4 -4
- package/dist/components/layout/index.mjs +1 -1
- package/dist/components/navigation/index.css +120 -120
- package/dist/components/navigation/index.css.map +4 -4
- package/dist/components/navigation/index.js +56 -25
- package/dist/components/navigation/index.js.map +4 -4
- package/dist/components/navigation/index.mjs +1 -1
- package/dist/components/social/index.css +43 -43
- package/dist/components/social/index.css.map +4 -4
- package/dist/components/social/index.js +44 -13
- package/dist/components/social/index.js.map +4 -4
- package/dist/components/social/index.mjs +1 -1
- package/dist/index.css +536 -534
- package/dist/index.css.map +4 -4
- package/dist/index.js +459 -149
- package/dist/index.js.map +4 -4
- package/dist/index.mjs +6 -6
- package/package.json +2 -1
- package/dist/chunk-2H7TVDE7.mjs.map +0 -7
- package/dist/chunk-34NJCJUI.mjs.map +0 -7
- package/dist/chunk-MYFPSHSQ.mjs.map +0 -7
- package/dist/chunk-TKT37LIX.mjs.map +0 -7
- package/dist/chunk-UROP4J6G.mjs.map +0 -7
package/dist/index.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/* src/components/forms/xcontactform/XContactForm.module.css */
|
|
2
|
-
.
|
|
1
|
+
/* esbuild-css-modules-plugin-ns-css:src/components/forms/xcontactform/XContactForm.module.css */
|
|
2
|
+
.XContactForm-module__wrapper_o7lHUG__012 {
|
|
3
3
|
--input-padding: .65rem .9rem;
|
|
4
4
|
--font-size: 16px;
|
|
5
5
|
--form-gap: 1.25rem;
|
|
@@ -28,14 +28,14 @@
|
|
|
28
28
|
--btn-hover-border-color: var(--btn-border-color);
|
|
29
29
|
--status-ok-color: #1fa37a;
|
|
30
30
|
--status-error-color: #d16a6a;
|
|
31
|
-
max-width: 900px;
|
|
32
|
-
margin: 0 auto;
|
|
33
|
-
padding: 2rem 1rem;
|
|
34
31
|
background-color: var(--wrapper-bg-color);
|
|
35
32
|
border: var(--wrapper-border-width) var(--wrapper-border-style) var(--wrapper-border-color);
|
|
36
33
|
border-radius: var(--wrapper-radius);
|
|
34
|
+
max-width: 900px;
|
|
35
|
+
margin: 0 auto;
|
|
36
|
+
padding: 2rem 1rem;
|
|
37
37
|
}
|
|
38
|
-
.
|
|
38
|
+
.XContactForm-module__small_o7lHUG__012 {
|
|
39
39
|
--input-padding: .35rem .55rem;
|
|
40
40
|
--font-size: 13px;
|
|
41
41
|
--form-gap: .75rem;
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
--field-gap: .3rem;
|
|
44
44
|
--button-min-width: 118px;
|
|
45
45
|
}
|
|
46
|
-
.
|
|
46
|
+
.XContactForm-module__medium_o7lHUG__012 {
|
|
47
47
|
--input-padding: .5rem .7rem;
|
|
48
48
|
--font-size: 15px;
|
|
49
49
|
--form-gap: 1rem;
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
--field-gap: .4rem;
|
|
52
52
|
--button-min-width: 130px;
|
|
53
53
|
}
|
|
54
|
-
.
|
|
54
|
+
.XContactForm-module__large_o7lHUG__012 {
|
|
55
55
|
--input-padding: 1rem 1.2rem;
|
|
56
56
|
--font-size: 18px;
|
|
57
57
|
--form-gap: 1.5rem;
|
|
@@ -59,33 +59,33 @@
|
|
|
59
59
|
--field-gap: .5rem;
|
|
60
60
|
--button-min-width: 150px;
|
|
61
61
|
}
|
|
62
|
-
.
|
|
63
|
-
display: grid;
|
|
62
|
+
.XContactForm-module__form_o7lHUG__012 {
|
|
64
63
|
gap: var(--form-gap);
|
|
65
64
|
max-width: 100%;
|
|
66
|
-
}
|
|
67
|
-
.XContactForm_row {
|
|
68
65
|
display: grid;
|
|
66
|
+
}
|
|
67
|
+
.XContactForm-module__row_o7lHUG__012 {
|
|
69
68
|
gap: var(--row-gap);
|
|
69
|
+
display: grid;
|
|
70
70
|
}
|
|
71
|
-
.
|
|
71
|
+
.XContactForm-module__grid_o7lHUG__012 .XContactForm-module__row_o7lHUG__012 {
|
|
72
72
|
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
|
|
73
73
|
}
|
|
74
|
-
.
|
|
74
|
+
.XContactForm-module__vertical_o7lHUG__012 .XContactForm-module__row_o7lHUG__012 {
|
|
75
75
|
grid-template-columns: 1fr;
|
|
76
76
|
}
|
|
77
|
-
.
|
|
78
|
-
display: flex;
|
|
79
|
-
flex-direction: column;
|
|
77
|
+
.XContactForm-module__field_o7lHUG__012 {
|
|
80
78
|
gap: var(--field-gap);
|
|
79
|
+
flex-direction: column;
|
|
80
|
+
display: flex;
|
|
81
81
|
}
|
|
82
|
-
.
|
|
82
|
+
.XContactForm-module__field_o7lHUG__012 label {
|
|
83
83
|
font-size: calc(var(--font-size) - 2px);
|
|
84
|
-
font-weight: 500;
|
|
85
84
|
color: var(--label-color);
|
|
85
|
+
font-weight: 500;
|
|
86
86
|
}
|
|
87
|
-
.
|
|
88
|
-
.
|
|
87
|
+
.XContactForm-module__field_o7lHUG__012 input,
|
|
88
|
+
.XContactForm-module__field_o7lHUG__012 textarea {
|
|
89
89
|
width: 100%;
|
|
90
90
|
padding: var(--input-padding);
|
|
91
91
|
border: var(--field-border-width) var(--field-border-style) var(--field-border-color);
|
|
@@ -94,16 +94,16 @@
|
|
|
94
94
|
box-sizing: border-box;
|
|
95
95
|
font-family: inherit;
|
|
96
96
|
}
|
|
97
|
-
.
|
|
98
|
-
.
|
|
97
|
+
.XContactForm-module__field_o7lHUG__012 input::placeholder,
|
|
98
|
+
.XContactForm-module__field_o7lHUG__012 textarea::placeholder {
|
|
99
99
|
color: #888;
|
|
100
100
|
}
|
|
101
|
-
.
|
|
102
|
-
display: flex;
|
|
101
|
+
.XContactForm-module__buttoncontainer_o7lHUG__012 {
|
|
103
102
|
justify-content: var(--btn-alignment);
|
|
104
|
-
margin-top:
|
|
103
|
+
margin-top: .25rem;
|
|
104
|
+
display: flex;
|
|
105
105
|
}
|
|
106
|
-
.
|
|
106
|
+
.XContactForm-module__button_o7lHUG__012 {
|
|
107
107
|
padding: var(--input-padding);
|
|
108
108
|
border-radius: var(--btn-radius);
|
|
109
109
|
border: var(--btn-border-width) var(--btn-border-style) var(--btn-border-color);
|
|
@@ -111,960 +111,962 @@
|
|
|
111
111
|
color: var(--btn-text-color);
|
|
112
112
|
cursor: pointer;
|
|
113
113
|
font-size: var(--font-size);
|
|
114
|
-
font-weight: 600;
|
|
115
114
|
min-width: var(--button-min-width);
|
|
115
|
+
font-weight: 600;
|
|
116
116
|
transition:
|
|
117
|
-
background-color
|
|
118
|
-
color
|
|
119
|
-
border-color
|
|
120
|
-
opacity
|
|
117
|
+
background-color .2s,
|
|
118
|
+
color .2s,
|
|
119
|
+
border-color .2s,
|
|
120
|
+
opacity .2s;
|
|
121
121
|
}
|
|
122
|
-
.
|
|
122
|
+
.XContactForm-module__button_o7lHUG__012:hover {
|
|
123
123
|
background-color: var(--btn-hover-bg-color);
|
|
124
124
|
color: var(--btn-hover-text-color);
|
|
125
125
|
border-color: var(--btn-hover-border-color);
|
|
126
|
-
opacity:
|
|
126
|
+
opacity: .95;
|
|
127
127
|
}
|
|
128
|
-
.
|
|
128
|
+
.XContactForm-module__status_o7lHUG__012 {
|
|
129
129
|
min-height: 1.5rem;
|
|
130
130
|
font-size: calc(var(--font-size) - 2px);
|
|
131
|
-
margin-top:
|
|
131
|
+
margin-top: .25rem;
|
|
132
132
|
}
|
|
133
|
-
.
|
|
133
|
+
.XContactForm-module__statusOk_o7lHUG__012 {
|
|
134
134
|
color: var(--status-ok-color);
|
|
135
135
|
}
|
|
136
|
-
.
|
|
136
|
+
.XContactForm-module__statusError_o7lHUG__012 {
|
|
137
137
|
color: var(--status-error-color);
|
|
138
138
|
}
|
|
139
|
-
.
|
|
139
|
+
.XContactForm-module__honeypot_o7lHUG__012 {
|
|
140
140
|
position: absolute;
|
|
141
|
-
left: -9999px;
|
|
142
141
|
top: -9999px;
|
|
142
|
+
left: -9999px;
|
|
143
143
|
}
|
|
144
|
-
.
|
|
145
|
-
position: relative;
|
|
144
|
+
.XContactForm-module__withDecorativeX_o7lHUG__012 {
|
|
146
145
|
padding-top: 2.5rem;
|
|
147
146
|
padding-bottom: 2.5rem;
|
|
147
|
+
position: relative;
|
|
148
148
|
}
|
|
149
|
-
.
|
|
150
|
-
.
|
|
151
|
-
position: absolute;
|
|
152
|
-
left: 50%;
|
|
153
|
-
transform: translateX(-50%);
|
|
154
|
-
font-size: 0.5rem;
|
|
155
|
-
font-weight: 300;
|
|
149
|
+
.XContactForm-module__decorativeXTop_o7lHUG__012,
|
|
150
|
+
.XContactForm-module__decorativeXBottom_o7lHUG__012 {
|
|
156
151
|
color: var(--decorative-x-color, currentColor);
|
|
157
152
|
opacity: 1;
|
|
158
153
|
pointer-events: none;
|
|
159
154
|
background-color: var(--wrapper-bg-color, transparent);
|
|
160
|
-
padding: 0 0.3rem;
|
|
161
|
-
line-height: 1;
|
|
162
155
|
z-index: 1;
|
|
156
|
+
padding: 0 .3rem;
|
|
157
|
+
font-size: .5rem;
|
|
158
|
+
font-weight: 300;
|
|
159
|
+
line-height: 1;
|
|
160
|
+
position: absolute;
|
|
161
|
+
left: 50%;
|
|
162
|
+
transform: translateX(-50%);
|
|
163
163
|
}
|
|
164
|
-
.
|
|
164
|
+
.XContactForm-module__decorativeXTop_o7lHUG__012 {
|
|
165
165
|
top: 0;
|
|
166
166
|
transform: translate(-50%, -50%);
|
|
167
167
|
}
|
|
168
|
-
.
|
|
168
|
+
.XContactForm-module__decorativeXBottom_o7lHUG__012 {
|
|
169
169
|
bottom: 0;
|
|
170
170
|
transform: translate(-50%, 50%);
|
|
171
171
|
}
|
|
172
172
|
|
|
173
|
-
/* src/components/forms/xnewsletter/XNewsletter.module.css */
|
|
174
|
-
.
|
|
173
|
+
/* esbuild-css-modules-plugin-ns-css:src/components/forms/xnewsletter/XNewsletter.module.css */
|
|
174
|
+
.XNewsletter-module__container_uZr2_a__012 {
|
|
175
175
|
--nws-accent: var(--accent);
|
|
176
176
|
--nws-text: var(--text);
|
|
177
177
|
--nws-border: var(--border);
|
|
178
178
|
--nws-btn-text: var(--accent-text);
|
|
179
179
|
width: 100%;
|
|
180
|
-
font-family:
|
|
180
|
+
font-family: EB Garamond, serif;
|
|
181
181
|
}
|
|
182
|
-
.
|
|
183
|
-
display: flex;
|
|
182
|
+
.XNewsletter-module__form_uZr2_a__012 {
|
|
184
183
|
gap: 1rem;
|
|
184
|
+
display: flex;
|
|
185
185
|
}
|
|
186
|
-
.
|
|
186
|
+
.XNewsletter-module__horizontal_uZr2_a__012 {
|
|
187
187
|
flex-direction: column;
|
|
188
|
-
align-items: center;
|
|
189
188
|
justify-content: center;
|
|
189
|
+
align-items: center;
|
|
190
190
|
}
|
|
191
|
-
@media (
|
|
192
|
-
.
|
|
191
|
+
@media (width >= 768px) {
|
|
192
|
+
.XNewsletter-module__horizontal_uZr2_a__012 {
|
|
193
193
|
flex-direction: row;
|
|
194
194
|
}
|
|
195
195
|
}
|
|
196
|
-
.
|
|
196
|
+
.XNewsletter-module__vertical_uZr2_a__012 {
|
|
197
197
|
flex-direction: column;
|
|
198
198
|
align-items: flex-start;
|
|
199
199
|
width: 100%;
|
|
200
200
|
max-width: 24rem;
|
|
201
201
|
margin: 0 auto;
|
|
202
202
|
}
|
|
203
|
-
.
|
|
204
|
-
font-size: 0.875rem;
|
|
203
|
+
.XNewsletter-module__title_uZr2_a__012 {
|
|
205
204
|
white-space: nowrap;
|
|
206
|
-
font-weight: 500;
|
|
207
205
|
color: var(--nws-text);
|
|
206
|
+
font-size: .875rem;
|
|
207
|
+
font-weight: 500;
|
|
208
208
|
}
|
|
209
|
-
.
|
|
210
|
-
width: 100%;
|
|
211
|
-
padding: 0.5rem 1rem;
|
|
212
|
-
font-size: 0.875rem;
|
|
213
|
-
border-radius: 0.5rem;
|
|
209
|
+
.XNewsletter-module__input_uZr2_a__012 {
|
|
214
210
|
border: 1px solid var(--nws-border);
|
|
215
|
-
|
|
216
|
-
outline: none;
|
|
217
|
-
transition: border-color 0.2s ease;
|
|
211
|
+
width: 100%;
|
|
218
212
|
color: var(--nws-text);
|
|
219
213
|
caret-color: var(--nws-accent);
|
|
214
|
+
background-color: #0000;
|
|
215
|
+
border-radius: .5rem;
|
|
216
|
+
outline: none;
|
|
217
|
+
padding: .5rem 1rem;
|
|
220
218
|
font-family: inherit;
|
|
219
|
+
font-size: .875rem;
|
|
220
|
+
transition: border-color .2s;
|
|
221
221
|
}
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
@media (min-width: 768px) {
|
|
225
|
-
.XNewsletter_horizontal .XNewsletter_input {
|
|
222
|
+
@media (width >= 768px) {
|
|
223
|
+
.XNewsletter-module__horizontal_uZr2_a__012 .XNewsletter-module__input_uZr2_a__012 {
|
|
226
224
|
width: 16rem;
|
|
227
225
|
}
|
|
228
226
|
}
|
|
229
|
-
.
|
|
227
|
+
.XNewsletter-module__input_uZr2_a__012:focus {
|
|
230
228
|
border-color: var(--nws-accent);
|
|
231
229
|
}
|
|
232
|
-
.
|
|
233
|
-
display: flex;
|
|
230
|
+
.XNewsletter-module__actions_uZr2_a__012 {
|
|
234
231
|
gap: 1rem;
|
|
232
|
+
display: flex;
|
|
235
233
|
}
|
|
236
|
-
.
|
|
234
|
+
.XNewsletter-module__actionsHorizontal_uZr2_a__012 {
|
|
237
235
|
flex-direction: row;
|
|
238
236
|
align-items: center;
|
|
239
237
|
}
|
|
240
|
-
.
|
|
238
|
+
.XNewsletter-module__actionsVertical_uZr2_a__012 {
|
|
241
239
|
flex-direction: column;
|
|
242
240
|
align-items: flex-start;
|
|
243
241
|
width: 100%;
|
|
244
242
|
}
|
|
245
|
-
.
|
|
246
|
-
display: flex;
|
|
247
|
-
align-items: center;
|
|
248
|
-
gap: 0.5rem;
|
|
249
|
-
font-size: 0.75rem;
|
|
243
|
+
.XNewsletter-module__checkboxLabel_uZr2_a__012 {
|
|
250
244
|
white-space: nowrap;
|
|
251
245
|
cursor: pointer;
|
|
252
246
|
color: var(--nws-text);
|
|
247
|
+
align-items: center;
|
|
248
|
+
gap: .5rem;
|
|
249
|
+
font-size: .75rem;
|
|
250
|
+
display: flex;
|
|
253
251
|
}
|
|
254
|
-
.
|
|
255
|
-
opacity:
|
|
252
|
+
.XNewsletter-module__checkboxLabel_uZr2_a__012 span {
|
|
253
|
+
opacity: .7;
|
|
256
254
|
}
|
|
257
|
-
.
|
|
258
|
-
height: 0.875rem;
|
|
259
|
-
width: 0.875rem;
|
|
260
|
-
border-radius: 0.125rem;
|
|
255
|
+
.XNewsletter-module__checkbox_uZr2_a__012 {
|
|
261
256
|
cursor: pointer;
|
|
257
|
+
width: .875rem;
|
|
258
|
+
height: .875rem;
|
|
262
259
|
accent-color: var(--nws-accent);
|
|
260
|
+
border-radius: .125rem;
|
|
263
261
|
}
|
|
264
|
-
.
|
|
265
|
-
text-decoration: underline;
|
|
262
|
+
.XNewsletter-module__termsLink_uZr2_a__012 {
|
|
266
263
|
color: var(--nws-accent);
|
|
267
|
-
|
|
264
|
+
text-decoration: underline;
|
|
265
|
+
transition: opacity .2s;
|
|
268
266
|
}
|
|
269
|
-
.
|
|
267
|
+
.XNewsletter-module__termsLink_uZr2_a__012:hover {
|
|
270
268
|
opacity: 1;
|
|
271
269
|
}
|
|
272
|
-
.
|
|
273
|
-
padding: 0.5rem 1rem;
|
|
274
|
-
font-size: 0.875rem;
|
|
275
|
-
border-radius: 0.5rem;
|
|
270
|
+
.XNewsletter-module__button_uZr2_a__012 {
|
|
276
271
|
border: 1px solid var(--nws-accent);
|
|
277
272
|
color: var(--nws-accent);
|
|
278
|
-
background-color: transparent;
|
|
279
|
-
transition: all 0.2s ease;
|
|
280
273
|
white-space: nowrap;
|
|
281
274
|
cursor: pointer;
|
|
275
|
+
background-color: #0000;
|
|
276
|
+
border-radius: .5rem;
|
|
277
|
+
padding: .5rem 1rem;
|
|
278
|
+
font-size: .875rem;
|
|
279
|
+
transition: all .2s;
|
|
282
280
|
}
|
|
283
|
-
.
|
|
281
|
+
.XNewsletter-module__button_uZr2_a__012:hover:not(:disabled) {
|
|
284
282
|
background-color: var(--nws-accent);
|
|
285
283
|
color: var(--nws-btn-text);
|
|
286
284
|
}
|
|
287
|
-
.
|
|
288
|
-
.
|
|
289
|
-
.
|
|
290
|
-
opacity:
|
|
285
|
+
.XNewsletter-module__button_uZr2_a__012:disabled,
|
|
286
|
+
.XNewsletter-module__input_uZr2_a__012:disabled,
|
|
287
|
+
.XNewsletter-module__checkbox_uZr2_a__012:disabled {
|
|
288
|
+
opacity: .5;
|
|
291
289
|
cursor: not-allowed;
|
|
292
290
|
}
|
|
293
|
-
.
|
|
291
|
+
.XNewsletter-module__actionsVertical_uZr2_a__012 .XNewsletter-module__button_uZr2_a__012 {
|
|
294
292
|
width: 100%;
|
|
295
293
|
}
|
|
296
|
-
.
|
|
297
|
-
margin-top: 0.75rem;
|
|
298
|
-
font-size: 0.75rem;
|
|
294
|
+
.XNewsletter-module__message_uZr2_a__012 {
|
|
299
295
|
color: var(--nws-accent);
|
|
296
|
+
margin-top: .75rem;
|
|
297
|
+
font-size: .75rem;
|
|
300
298
|
}
|
|
301
|
-
.
|
|
299
|
+
.XNewsletter-module__messageHorizontal_uZr2_a__012 {
|
|
302
300
|
text-align: center;
|
|
303
301
|
}
|
|
304
|
-
.
|
|
302
|
+
.XNewsletter-module__messageVertical_uZr2_a__012 {
|
|
305
303
|
text-align: left;
|
|
306
304
|
}
|
|
307
305
|
|
|
308
|
-
/* src/components/navigation/xnavbar/XNavbar.module.css */
|
|
309
|
-
.
|
|
306
|
+
/* esbuild-css-modules-plugin-ns-css:src/components/navigation/xnavbar/XNavbar.module.css */
|
|
307
|
+
.XNavbar-module__header_wx7KiW__012 {
|
|
308
|
+
background: var(--bg);
|
|
310
309
|
height: 100%;
|
|
311
|
-
|
|
312
|
-
|
|
310
|
+
color: var(--text);
|
|
311
|
+
z-index: 60;
|
|
313
312
|
justify-content: space-between;
|
|
313
|
+
align-items: center;
|
|
314
314
|
padding: 2rem 3rem;
|
|
315
|
-
background: var(--bg);
|
|
316
|
-
color: var(--text);
|
|
317
315
|
font-size: 1.25rem;
|
|
318
|
-
|
|
316
|
+
display: flex;
|
|
319
317
|
}
|
|
320
|
-
@media (
|
|
321
|
-
.
|
|
318
|
+
@media (width >= 640px) {
|
|
319
|
+
.XNavbar-module__header_wx7KiW__012 {
|
|
322
320
|
padding-inline: 2rem;
|
|
323
321
|
}
|
|
324
322
|
}
|
|
325
|
-
@media (
|
|
326
|
-
.
|
|
323
|
+
@media (width >= 768px) {
|
|
324
|
+
.XNavbar-module__header_wx7KiW__012 {
|
|
327
325
|
padding-inline: 3rem;
|
|
328
326
|
}
|
|
329
327
|
}
|
|
330
|
-
@media (
|
|
331
|
-
.
|
|
328
|
+
@media (width >= 1024px) {
|
|
329
|
+
.XNavbar-module__header_wx7KiW__012 {
|
|
332
330
|
padding-inline: 5rem;
|
|
333
331
|
}
|
|
334
332
|
}
|
|
335
|
-
@media (
|
|
336
|
-
.
|
|
333
|
+
@media (width >= 1280px) {
|
|
334
|
+
.XNavbar-module__header_wx7KiW__012 {
|
|
337
335
|
padding-inline: 12rem;
|
|
338
336
|
}
|
|
339
337
|
}
|
|
340
|
-
.
|
|
341
|
-
|
|
338
|
+
.XNavbar-module__desktopNav_wx7KiW__012 {
|
|
339
|
+
grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
|
|
342
340
|
align-items: center;
|
|
343
341
|
width: 100%;
|
|
344
|
-
|
|
345
|
-
|
|
342
|
+
padding-bottom: .5rem;
|
|
343
|
+
display: none;
|
|
346
344
|
}
|
|
347
|
-
@media (
|
|
348
|
-
.
|
|
345
|
+
@media (width >= 768px) {
|
|
346
|
+
.XNavbar-module__desktopNav_wx7KiW__012 {
|
|
349
347
|
display: grid;
|
|
350
348
|
}
|
|
351
349
|
}
|
|
352
|
-
.
|
|
353
|
-
.
|
|
354
|
-
display: flex;
|
|
350
|
+
.XNavbar-module__desktopLinksLeft_wx7KiW__012,
|
|
351
|
+
.XNavbar-module__desktopLinksRight_wx7KiW__012 {
|
|
355
352
|
align-items: center;
|
|
356
353
|
gap: 1.5rem;
|
|
357
354
|
min-width: 0;
|
|
355
|
+
display: flex;
|
|
358
356
|
}
|
|
359
|
-
.
|
|
357
|
+
.XNavbar-module__desktopLinksLeft_wx7KiW__012 {
|
|
360
358
|
justify-content: flex-end;
|
|
361
359
|
}
|
|
362
|
-
.
|
|
360
|
+
.XNavbar-module__desktopLinksRight_wx7KiW__012 {
|
|
363
361
|
justify-content: flex-start;
|
|
364
362
|
}
|
|
365
|
-
.
|
|
366
|
-
display: flex;
|
|
363
|
+
.XNavbar-module__logoSlot_wx7KiW__012 {
|
|
367
364
|
justify-content: center;
|
|
368
365
|
align-items: center;
|
|
366
|
+
display: flex;
|
|
369
367
|
}
|
|
370
|
-
.
|
|
371
|
-
|
|
368
|
+
.XNavbar-module__logoWrapper_wx7KiW__012 {
|
|
369
|
+
align-items: center;
|
|
372
370
|
margin-inline: 1rem;
|
|
373
371
|
display: flex;
|
|
374
|
-
|
|
372
|
+
position: relative;
|
|
375
373
|
}
|
|
376
|
-
.
|
|
377
|
-
font-weight: 700;
|
|
378
|
-
font-size: 1.5rem;
|
|
379
|
-
line-height: 1;
|
|
374
|
+
.XNavbar-module__logoBtn_wx7KiW__012 {
|
|
380
375
|
user-select: none;
|
|
381
|
-
background: none;
|
|
382
|
-
border: none;
|
|
383
376
|
cursor: pointer;
|
|
384
377
|
color: var(--text);
|
|
378
|
+
background: none;
|
|
379
|
+
border: none;
|
|
385
380
|
padding: 0;
|
|
381
|
+
font-size: 1.5rem;
|
|
382
|
+
font-weight: 700;
|
|
383
|
+
line-height: 1;
|
|
386
384
|
}
|
|
387
|
-
.
|
|
385
|
+
.XNavbar-module__iconTray_wx7KiW__012 {
|
|
386
|
+
pointer-events: none;
|
|
388
387
|
position: absolute;
|
|
389
388
|
top: 50%;
|
|
390
389
|
transform: translateY(-50%);
|
|
391
|
-
pointer-events: none;
|
|
392
390
|
}
|
|
393
|
-
.
|
|
391
|
+
.XNavbar-module__iconTrayRight_wx7KiW__012 {
|
|
392
|
+
padding-left: .75rem;
|
|
394
393
|
left: 100%;
|
|
395
|
-
padding-left: 0.75rem;
|
|
396
394
|
}
|
|
397
|
-
.
|
|
395
|
+
.XNavbar-module__iconTrayLeft_wx7KiW__012 {
|
|
396
|
+
padding-right: .75rem;
|
|
398
397
|
right: 100%;
|
|
399
|
-
padding-right: 0.75rem;
|
|
400
398
|
}
|
|
401
|
-
.
|
|
402
|
-
padding: 0.25rem;
|
|
403
|
-
border-bottom: 2px solid transparent;
|
|
404
|
-
transition:
|
|
405
|
-
border-color 0.2s,
|
|
406
|
-
opacity 0.2s,
|
|
407
|
-
color 0.2s;
|
|
399
|
+
.XNavbar-module__navLink_wx7KiW__012 {
|
|
408
400
|
color: var(--xnav-link-color, var(--text));
|
|
409
|
-
text-decoration: none;
|
|
410
401
|
white-space: nowrap;
|
|
402
|
+
border-bottom: 2px solid #0000;
|
|
403
|
+
padding: .25rem;
|
|
404
|
+
text-decoration: none;
|
|
405
|
+
transition:
|
|
406
|
+
border-color .2s,
|
|
407
|
+
opacity .2s,
|
|
408
|
+
color .2s;
|
|
411
409
|
}
|
|
412
|
-
.
|
|
410
|
+
.XNavbar-module__navLink_wx7KiW__012:hover {
|
|
413
411
|
color: var(--xnav-link-hover, var(--xnav-link-color, var(--text)));
|
|
414
|
-
opacity: var(--xnav-link-hover-opacity,
|
|
412
|
+
opacity: var(--xnav-link-hover-opacity, .7);
|
|
415
413
|
}
|
|
416
|
-
.
|
|
414
|
+
.XNavbar-module__navLinkActive_wx7KiW__012 {
|
|
417
415
|
border-bottom-color: var(--xnav-link-active, var(--xnav-link-color, var(--text)));
|
|
418
416
|
font-weight: 600;
|
|
419
417
|
}
|
|
420
|
-
.
|
|
418
|
+
.XNavbar-module__navLinkExternal_wx7KiW__012:after {
|
|
421
419
|
content: " \2197";
|
|
422
|
-
|
|
423
|
-
|
|
420
|
+
opacity: .6;
|
|
421
|
+
font-size: .7em;
|
|
424
422
|
}
|
|
425
|
-
.
|
|
426
|
-
display: flex;
|
|
427
|
-
align-items: center;
|
|
423
|
+
.XNavbar-module__mobileToggle_wx7KiW__012 {
|
|
428
424
|
justify-content: center;
|
|
425
|
+
align-items: center;
|
|
426
|
+
display: flex;
|
|
429
427
|
}
|
|
430
|
-
@media (
|
|
431
|
-
.
|
|
428
|
+
@media (width >= 768px) {
|
|
429
|
+
.XNavbar-module__mobileToggle_wx7KiW__012 {
|
|
432
430
|
display: none;
|
|
433
431
|
}
|
|
434
432
|
}
|
|
435
|
-
.
|
|
433
|
+
.XNavbar-module__hamburgerBtn_wx7KiW__012 {
|
|
434
|
+
cursor: pointer;
|
|
435
|
+
z-index: 80;
|
|
436
|
+
background: none;
|
|
437
|
+
border: none;
|
|
438
|
+
flex-direction: column;
|
|
439
|
+
justify-content: space-between;
|
|
440
|
+
align-items: center;
|
|
436
441
|
width: 2.5rem;
|
|
437
442
|
height: 2rem;
|
|
443
|
+
padding: 0;
|
|
438
444
|
display: flex;
|
|
439
|
-
flex-direction: column;
|
|
440
|
-
align-items: center;
|
|
441
|
-
justify-content: space-between;
|
|
442
|
-
background: none;
|
|
443
|
-
border: none;
|
|
444
|
-
cursor: pointer;
|
|
445
445
|
position: relative;
|
|
446
|
-
z-index: 80;
|
|
447
|
-
padding: 0;
|
|
448
446
|
}
|
|
449
|
-
.
|
|
447
|
+
.XNavbar-module__bar_wx7KiW__012 {
|
|
450
448
|
width: var(--xnav-bar-w, 2rem);
|
|
451
449
|
height: var(--xnav-bar-h, 3px);
|
|
452
450
|
background: var(--xnav-bar-color, var(--text));
|
|
453
451
|
border-radius: 2px;
|
|
454
452
|
}
|
|
455
|
-
.
|
|
456
|
-
|
|
457
|
-
inset: 0;
|
|
453
|
+
.XNavbar-module__mobileOverlay_wx7KiW__012 {
|
|
454
|
+
background: var(--bg);
|
|
458
455
|
width: 100vw;
|
|
459
456
|
height: 100svh;
|
|
460
|
-
background: var(--bg);
|
|
461
457
|
color: var(--text);
|
|
462
|
-
|
|
458
|
+
z-index: 9999;
|
|
463
459
|
flex-direction: column;
|
|
464
|
-
align-items: center;
|
|
465
460
|
justify-content: center;
|
|
461
|
+
align-items: center;
|
|
466
462
|
gap: 2rem;
|
|
467
463
|
font-size: 2.5rem;
|
|
468
|
-
|
|
469
|
-
}
|
|
470
|
-
.XNavbar_mobileCloseBtn {
|
|
464
|
+
display: flex;
|
|
471
465
|
position: fixed;
|
|
472
|
-
|
|
473
|
-
|
|
466
|
+
inset: 0;
|
|
467
|
+
}
|
|
468
|
+
.XNavbar-module__mobileCloseBtn_wx7KiW__012 {
|
|
469
|
+
cursor: pointer;
|
|
474
470
|
width: 2.5rem;
|
|
475
471
|
height: 2rem;
|
|
476
|
-
display: flex;
|
|
477
|
-
align-items: center;
|
|
478
|
-
justify-content: center;
|
|
479
|
-
background: none;
|
|
480
|
-
border: none;
|
|
481
|
-
cursor: pointer;
|
|
482
472
|
color: var(--xnav-bar-color, var(--text));
|
|
483
473
|
z-index: 10000;
|
|
484
474
|
-webkit-tap-highlight-color: transparent;
|
|
475
|
+
background: none;
|
|
476
|
+
border: none;
|
|
477
|
+
justify-content: center;
|
|
478
|
+
align-items: center;
|
|
479
|
+
display: flex;
|
|
480
|
+
position: fixed;
|
|
481
|
+
top: 2rem;
|
|
482
|
+
left: 1rem;
|
|
485
483
|
}
|
|
486
|
-
.
|
|
487
|
-
|
|
488
|
-
|
|
484
|
+
.XNavbar-module__closeBar_wx7KiW__012 {
|
|
485
|
+
background: currentColor;
|
|
486
|
+
border-radius: 2px;
|
|
489
487
|
width: 2rem;
|
|
490
488
|
height: 3px;
|
|
491
|
-
|
|
492
|
-
|
|
489
|
+
display: block;
|
|
490
|
+
position: absolute;
|
|
493
491
|
}
|
|
494
|
-
.
|
|
495
|
-
font-weight: 700;
|
|
496
|
-
font-size: 3rem;
|
|
492
|
+
.XNavbar-module__mobileLogo_wx7KiW__012 {
|
|
497
493
|
user-select: none;
|
|
498
494
|
pointer-events: none;
|
|
495
|
+
font-size: 3rem;
|
|
496
|
+
font-weight: 700;
|
|
499
497
|
}
|
|
500
|
-
.
|
|
501
|
-
font-size: 2.5rem;
|
|
498
|
+
.XNavbar-module__mobileNavLink_wx7KiW__012 {
|
|
502
499
|
color: var(--xnav-link-color, var(--text));
|
|
500
|
+
border-bottom: 2px solid #0000;
|
|
501
|
+
padding: .25rem;
|
|
502
|
+
font-size: 2.5rem;
|
|
503
503
|
text-decoration: none;
|
|
504
|
-
border-bottom: 2px solid transparent;
|
|
505
504
|
transition:
|
|
506
|
-
border-color
|
|
507
|
-
color
|
|
508
|
-
opacity
|
|
509
|
-
padding: 0.25rem;
|
|
505
|
+
border-color .2s,
|
|
506
|
+
color .2s,
|
|
507
|
+
opacity .2s;
|
|
510
508
|
}
|
|
511
|
-
.
|
|
509
|
+
.XNavbar-module__mobileNavLink_wx7KiW__012:hover {
|
|
512
510
|
color: var(--xnav-link-hover, var(--xnav-link-color, var(--text)));
|
|
513
|
-
opacity: var(--xnav-link-hover-opacity,
|
|
511
|
+
opacity: var(--xnav-link-hover-opacity, .7);
|
|
514
512
|
}
|
|
515
|
-
.
|
|
516
|
-
font-weight: 600;
|
|
513
|
+
.XNavbar-module__mobileNavLinkActive_wx7KiW__012 {
|
|
517
514
|
border-bottom-color: var(--xnav-link-active, var(--xnav-link-color, var(--text)));
|
|
515
|
+
font-weight: 600;
|
|
518
516
|
}
|
|
519
|
-
.
|
|
520
|
-
margin-top: 1rem;
|
|
521
|
-
font-size: 1rem;
|
|
522
|
-
padding: 0.5rem 1rem;
|
|
517
|
+
.XNavbar-module__themeToggleMobile_wx7KiW__012 {
|
|
523
518
|
border: 1px solid var(--border);
|
|
524
|
-
border-radius: 0.375rem;
|
|
525
|
-
display: flex;
|
|
526
|
-
align-items: center;
|
|
527
|
-
gap: 0.5rem;
|
|
528
|
-
background: none;
|
|
529
519
|
color: var(--text);
|
|
530
520
|
cursor: pointer;
|
|
531
|
-
|
|
521
|
+
background: none;
|
|
522
|
+
border-radius: .375rem;
|
|
523
|
+
align-items: center;
|
|
524
|
+
gap: .5rem;
|
|
525
|
+
margin-top: 1rem;
|
|
526
|
+
padding: .5rem 1rem;
|
|
527
|
+
font-size: 1rem;
|
|
528
|
+
transition: opacity .2s;
|
|
529
|
+
display: flex;
|
|
532
530
|
}
|
|
533
|
-
.
|
|
534
|
-
opacity:
|
|
531
|
+
.XNavbar-module__themeToggleMobile_wx7KiW__012:hover {
|
|
532
|
+
opacity: .7;
|
|
535
533
|
}
|
|
536
534
|
|
|
537
|
-
/* src/components/layout/xfooter/XFooter.module.css */
|
|
538
|
-
.
|
|
539
|
-
width: 100%;
|
|
535
|
+
/* esbuild-css-modules-plugin-ns-css:src/components/layout/xfooter/XFooter.module.css */
|
|
536
|
+
.XFooter-module__XFooter_v8t72G__012 {
|
|
540
537
|
background-color: var(--xf-bg, transparent);
|
|
538
|
+
width: 100%;
|
|
541
539
|
color: var(--xf-text, #333);
|
|
542
|
-
padding: var(--xf-py,
|
|
540
|
+
padding: var(--xf-py, .9rem) .6rem;
|
|
543
541
|
}
|
|
544
|
-
.
|
|
542
|
+
.XFooter-module__container_v8t72G__012 {
|
|
543
|
+
flex-direction: column;
|
|
544
|
+
align-items: center;
|
|
545
|
+
gap: .6rem;
|
|
545
546
|
max-width: 1280px;
|
|
546
547
|
margin: 0 auto;
|
|
547
548
|
display: flex;
|
|
548
|
-
flex-direction: column;
|
|
549
|
-
align-items: center;
|
|
550
|
-
gap: 0.6rem;
|
|
551
549
|
}
|
|
552
|
-
.
|
|
553
|
-
display: grid;
|
|
554
|
-
gap: 0.5rem 1.5rem;
|
|
550
|
+
.XFooter-module__nav_v8t72G__012 {
|
|
555
551
|
grid-template-columns: repeat(var(--xf-cols, 1), minmax(0, auto));
|
|
556
|
-
justify-content: center;
|
|
557
552
|
text-align: center;
|
|
553
|
+
justify-content: center;
|
|
554
|
+
gap: .5rem 1.5rem;
|
|
558
555
|
width: 100%;
|
|
556
|
+
display: grid;
|
|
559
557
|
}
|
|
560
|
-
.
|
|
561
|
-
display: flex;
|
|
558
|
+
.XFooter-module__navVertical_v8t72G__012 {
|
|
562
559
|
flex-direction: column;
|
|
563
560
|
align-items: center;
|
|
564
|
-
gap:
|
|
561
|
+
gap: .75rem;
|
|
562
|
+
display: flex;
|
|
565
563
|
}
|
|
566
|
-
.
|
|
564
|
+
.XFooter-module__link_v8t72G__012 {
|
|
567
565
|
color: var(--xf-accent, inherit);
|
|
568
|
-
text-decoration: none;
|
|
569
|
-
font-size: 0.9rem;
|
|
570
|
-
transition: opacity 0.2s;
|
|
571
566
|
white-space: nowrap;
|
|
567
|
+
font-size: .9rem;
|
|
568
|
+
text-decoration: none;
|
|
569
|
+
transition: opacity .2s;
|
|
572
570
|
}
|
|
573
|
-
.
|
|
574
|
-
opacity:
|
|
571
|
+
.XFooter-module__link_v8t72G__012:hover {
|
|
572
|
+
opacity: .7;
|
|
575
573
|
}
|
|
576
|
-
.
|
|
577
|
-
|
|
578
|
-
opacity: 0.6;
|
|
579
|
-
width: 100%;
|
|
574
|
+
.XFooter-module__copyright_v8t72G__012 {
|
|
575
|
+
opacity: .6;
|
|
580
576
|
text-align: center;
|
|
577
|
+
width: 100%;
|
|
578
|
+
font-size: .75rem;
|
|
581
579
|
}
|
|
582
580
|
|
|
583
|
-
/* src/components/layout/xseparator/XSeparator.module.css */
|
|
584
|
-
.
|
|
585
|
-
position: relative;
|
|
586
|
-
display: flex;
|
|
587
|
-
align-items: center;
|
|
588
|
-
justify-content: center;
|
|
589
|
-
width: 100%;
|
|
581
|
+
/* esbuild-css-modules-plugin-ns-css:src/components/layout/xseparator/XSeparator.module.css */
|
|
582
|
+
.XSeparator-module__separatorContainer_btqQTG__012 {
|
|
590
583
|
--x-color: var(--separator-color);
|
|
591
584
|
--x-bg: white;
|
|
585
|
+
justify-content: center;
|
|
586
|
+
align-items: center;
|
|
587
|
+
width: 100%;
|
|
588
|
+
display: flex;
|
|
589
|
+
position: relative;
|
|
592
590
|
}
|
|
593
|
-
.
|
|
594
|
-
position: absolute;
|
|
595
|
-
left: 50%;
|
|
596
|
-
top: 50%;
|
|
597
|
-
transform: translate(-50%, -50%);
|
|
591
|
+
.XSeparator-module__iconWrapper_btqQTG__012 {
|
|
598
592
|
background-color: var(--x-bg);
|
|
599
|
-
padding: 0 10px;
|
|
600
593
|
color: var(--x-color);
|
|
594
|
+
user-select: none;
|
|
595
|
+
padding: 0 10px;
|
|
601
596
|
font-family: system-ui, sans-serif;
|
|
602
|
-
font-weight: bold;
|
|
603
597
|
font-size: 1.2rem;
|
|
598
|
+
font-weight: bold;
|
|
604
599
|
line-height: 1;
|
|
605
|
-
|
|
600
|
+
position: absolute;
|
|
601
|
+
top: 50%;
|
|
602
|
+
left: 50%;
|
|
603
|
+
transform: translate(-50%, -50%);
|
|
606
604
|
}
|
|
607
|
-
.
|
|
605
|
+
.XSeparator-module__separator_btqQTG__012 {
|
|
608
606
|
--separator-color: #e2e8f0;
|
|
609
607
|
--separator-thickness: 1px;
|
|
610
608
|
--separator-margin: 1rem;
|
|
611
|
-
border: 0;
|
|
612
609
|
background-color: var(--separator-color);
|
|
610
|
+
border: 0;
|
|
613
611
|
}
|
|
614
|
-
.
|
|
615
|
-
background-color: transparent !important;
|
|
612
|
+
.XSeparator-module__dashed_btqQTG__012 {
|
|
616
613
|
border-bottom: var(--separator-thickness) dashed var(--separator-color);
|
|
614
|
+
background-color: #0000 !important;
|
|
617
615
|
}
|
|
618
|
-
.
|
|
619
|
-
background-color: transparent !important;
|
|
616
|
+
.XSeparator-module__dotted_btqQTG__012 {
|
|
620
617
|
border-bottom: var(--separator-thickness) dotted var(--separator-color);
|
|
618
|
+
background-color: #0000 !important;
|
|
621
619
|
}
|
|
622
|
-
.
|
|
620
|
+
.XSeparator-module__faded_btqQTG__012 {
|
|
621
|
+
-webkit-mask-image:
|
|
622
|
+
linear-gradient(
|
|
623
|
+
to right,
|
|
624
|
+
#0000,
|
|
625
|
+
#000 20% 80%,
|
|
626
|
+
#0000);
|
|
623
627
|
mask-image:
|
|
624
628
|
linear-gradient(
|
|
625
629
|
to right,
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
transparent);
|
|
630
|
+
#0000,
|
|
631
|
+
#000 20% 80%,
|
|
632
|
+
#0000);
|
|
630
633
|
}
|
|
631
|
-
.
|
|
634
|
+
.XSeparator-module__vertical_btqQTG__012.XSeparator-module__faded_btqQTG__012 {
|
|
635
|
+
-webkit-mask-image:
|
|
636
|
+
linear-gradient(
|
|
637
|
+
#0000,
|
|
638
|
+
#000 20% 80%,
|
|
639
|
+
#0000);
|
|
632
640
|
mask-image:
|
|
633
641
|
linear-gradient(
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
black 80%,
|
|
638
|
-
transparent);
|
|
642
|
+
#0000,
|
|
643
|
+
#000 20% 80%,
|
|
644
|
+
#0000);
|
|
639
645
|
}
|
|
640
|
-
.
|
|
646
|
+
.XSeparator-module__horizontal_btqQTG__012 {
|
|
641
647
|
width: 100%;
|
|
642
648
|
height: var(--separator-thickness);
|
|
643
649
|
margin: var(--separator-margin) 0;
|
|
644
650
|
}
|
|
645
|
-
.
|
|
651
|
+
.XSeparator-module__vertical_btqQTG__012 {
|
|
646
652
|
width: var(--separator-thickness);
|
|
647
653
|
height: 100%;
|
|
648
|
-
display: inline-block;
|
|
649
654
|
margin: 0 var(--separator-margin);
|
|
650
655
|
vertical-align: middle;
|
|
656
|
+
display: inline-block;
|
|
651
657
|
}
|
|
652
658
|
|
|
653
|
-
/* src/components/layout/xzigzaglayout/XZigZagLayout.module.css */
|
|
654
|
-
.
|
|
659
|
+
/* esbuild-css-modules-plugin-ns-css:src/components/layout/xzigzaglayout/XZigZagLayout.module.css */
|
|
660
|
+
.XZigZagLayout-module__layout_Jgc4GG__012 {
|
|
661
|
+
gap: var(--x-zigzag-gap, .5rem);
|
|
662
|
+
flex-direction: column;
|
|
655
663
|
width: min(100%, 72rem);
|
|
656
664
|
margin: 0 auto;
|
|
665
|
+
padding-inline: clamp(.5rem, 2vw, 1rem);
|
|
657
666
|
display: flex;
|
|
658
|
-
flex-direction: column;
|
|
659
|
-
gap: var(--x-zigzag-gap, 0.5rem);
|
|
660
|
-
padding-inline: clamp(0.5rem, 2vw, 1rem);
|
|
661
667
|
position: relative;
|
|
662
668
|
}
|
|
663
|
-
.
|
|
669
|
+
.XZigZagLayout-module__svgLine_Jgc4GG__012 {
|
|
670
|
+
pointer-events: none;
|
|
671
|
+
z-index: 0;
|
|
672
|
+
width: 100%;
|
|
673
|
+
height: 100%;
|
|
664
674
|
position: absolute;
|
|
665
675
|
top: 0;
|
|
666
676
|
left: 0;
|
|
667
|
-
width: 100%;
|
|
668
|
-
height: 100%;
|
|
669
|
-
pointer-events: none;
|
|
670
|
-
z-index: 0;
|
|
671
677
|
}
|
|
672
|
-
.
|
|
678
|
+
.XZigZagLayout-module__item_Jgc4GG__012 {
|
|
679
|
+
grid-template-columns: repeat(12, minmax(0, 1fr));
|
|
673
680
|
width: 100%;
|
|
674
681
|
display: grid;
|
|
675
|
-
grid-template-columns: repeat(12, minmax(0, 1fr));
|
|
676
682
|
}
|
|
677
|
-
.
|
|
683
|
+
.XZigZagLayout-module__item_Jgc4GG__012 > * {
|
|
678
684
|
width: 100%;
|
|
679
685
|
text-align: inherit;
|
|
680
686
|
}
|
|
681
|
-
.
|
|
687
|
+
.XZigZagLayout-module__contentWrapper_Jgc4GG__012 {
|
|
682
688
|
width: 100%;
|
|
683
689
|
}
|
|
684
|
-
.
|
|
690
|
+
.XZigZagLayout-module__textLeft_Jgc4GG__012 > * {
|
|
685
691
|
text-align: left;
|
|
686
692
|
}
|
|
687
|
-
.
|
|
693
|
+
.XZigZagLayout-module__textRight_Jgc4GG__012 > * {
|
|
688
694
|
text-align: right;
|
|
689
695
|
}
|
|
690
|
-
.
|
|
696
|
+
.XZigZagLayout-module__left_Jgc4GG__012 > * {
|
|
691
697
|
grid-column: 2 / 8;
|
|
692
698
|
}
|
|
693
|
-
.
|
|
699
|
+
.XZigZagLayout-module__right_Jgc4GG__012 > * {
|
|
694
700
|
grid-column: 6 / 12;
|
|
695
701
|
}
|
|
696
|
-
@media (
|
|
697
|
-
.
|
|
702
|
+
@media (width <= 768px) {
|
|
703
|
+
.XZigZagLayout-module__left_Jgc4GG__012 > * {
|
|
698
704
|
grid-column: 1 / 11;
|
|
699
705
|
}
|
|
700
|
-
.
|
|
706
|
+
.XZigZagLayout-module__right_Jgc4GG__012 > * {
|
|
701
707
|
grid-column: 3 / 13;
|
|
702
708
|
}
|
|
703
709
|
}
|
|
704
710
|
|
|
705
|
-
/* src/components/content/xinteractivephrase/XInteractivePhrase.module.css */
|
|
706
|
-
.
|
|
707
|
-
padding: 1rem 0;
|
|
711
|
+
/* esbuild-css-modules-plugin-ns-css:src/components/content/xinteractivephrase/XInteractivePhrase.module.css */
|
|
712
|
+
.XInteractivePhrase-module__container_fdhnVG__012 {
|
|
708
713
|
color: var(--text, #000);
|
|
709
714
|
width: 100%;
|
|
715
|
+
padding: 1rem 0;
|
|
710
716
|
}
|
|
711
|
-
.
|
|
712
|
-
margin: 0;
|
|
713
|
-
padding: 0;
|
|
717
|
+
.XInteractivePhrase-module__title_fdhnVG__012 {
|
|
714
718
|
line-height: 1.3;
|
|
715
719
|
font-weight: inherit;
|
|
716
720
|
text-align: inherit;
|
|
721
|
+
margin: 0;
|
|
722
|
+
padding: 0;
|
|
717
723
|
}
|
|
718
|
-
h1.
|
|
724
|
+
h1.XInteractivePhrase-module__title_fdhnVG__012 {
|
|
725
|
+
text-align: inherit;
|
|
726
|
+
margin: 0;
|
|
727
|
+
padding: 0;
|
|
719
728
|
font-size: clamp(2rem, 6vw, 2.2rem);
|
|
720
729
|
font-weight: 800;
|
|
730
|
+
}
|
|
731
|
+
h2.XInteractivePhrase-module__title_fdhnVG__012 {
|
|
732
|
+
text-align: inherit;
|
|
721
733
|
margin: 0;
|
|
722
734
|
padding: 0;
|
|
723
|
-
text-align: inherit;
|
|
724
|
-
}
|
|
725
|
-
h2.XInteractivePhrase_title {
|
|
726
735
|
font-size: clamp(1.675rem, 4vw, 1.8rem);
|
|
727
736
|
font-weight: 700;
|
|
737
|
+
}
|
|
738
|
+
h3.XInteractivePhrase-module__title_fdhnVG__012 {
|
|
739
|
+
text-align: inherit;
|
|
728
740
|
margin: 0;
|
|
729
741
|
padding: 0;
|
|
730
|
-
text-align: inherit;
|
|
731
|
-
}
|
|
732
|
-
h3.XInteractivePhrase_title {
|
|
733
742
|
font-size: clamp(1.4rem, 3vw, 1.95rem);
|
|
734
743
|
font-weight: 700;
|
|
744
|
+
}
|
|
745
|
+
h4.XInteractivePhrase-module__title_fdhnVG__012 {
|
|
746
|
+
text-align: inherit;
|
|
735
747
|
margin: 0;
|
|
736
748
|
padding: 0;
|
|
737
|
-
text-align: inherit;
|
|
738
|
-
}
|
|
739
|
-
h4.XInteractivePhrase_title {
|
|
740
749
|
font-size: clamp(1.25rem, 3vw, 2rem);
|
|
741
750
|
font-weight: 600;
|
|
751
|
+
}
|
|
752
|
+
h5.XInteractivePhrase-module__title_fdhnVG__012 {
|
|
753
|
+
text-align: inherit;
|
|
742
754
|
margin: 0;
|
|
743
755
|
padding: 0;
|
|
744
|
-
text-align: inherit;
|
|
745
|
-
}
|
|
746
|
-
h5.XInteractivePhrase_title {
|
|
747
756
|
font-size: clamp(1.125rem, 3vw, 1.5rem);
|
|
748
757
|
font-weight: 600;
|
|
758
|
+
}
|
|
759
|
+
h6.XInteractivePhrase-module__title_fdhnVG__012 {
|
|
760
|
+
text-align: inherit;
|
|
749
761
|
margin: 0;
|
|
750
762
|
padding: 0;
|
|
751
|
-
text-align: inherit;
|
|
752
|
-
}
|
|
753
|
-
h6.XInteractivePhrase_title {
|
|
754
763
|
font-size: clamp(1rem, 2.5vw, 1.25rem);
|
|
755
764
|
font-weight: 600;
|
|
765
|
+
}
|
|
766
|
+
p.XInteractivePhrase-module__title_fdhnVG__012 {
|
|
767
|
+
text-align: inherit;
|
|
756
768
|
margin: 0;
|
|
757
769
|
padding: 0;
|
|
758
|
-
text-align: inherit;
|
|
759
|
-
}
|
|
760
|
-
p.XInteractivePhrase_title {
|
|
761
770
|
font-size: 1rem;
|
|
762
771
|
font-weight: 400;
|
|
763
|
-
margin: 0;
|
|
764
|
-
padding: 0;
|
|
765
|
-
text-align: inherit;
|
|
766
772
|
}
|
|
767
|
-
.
|
|
768
|
-
font-weight: 900;
|
|
773
|
+
.XInteractivePhrase-module__title_fdhnVG__012 strong {
|
|
769
774
|
color: var(--accent, #0070f3);
|
|
775
|
+
font-weight: 900;
|
|
770
776
|
}
|
|
771
|
-
.
|
|
772
|
-
font-style: italic;
|
|
777
|
+
.XInteractivePhrase-module__title_fdhnVG__012 em {
|
|
773
778
|
font-family: serif;
|
|
779
|
+
font-style: italic;
|
|
774
780
|
}
|
|
775
|
-
.
|
|
776
|
-
position: relative;
|
|
781
|
+
.XInteractivePhrase-module__underlineEffect_fdhnVG__012 {
|
|
777
782
|
cursor: pointer;
|
|
778
783
|
color: var(--accent, #0070f3);
|
|
784
|
+
transition: color .3s;
|
|
779
785
|
display: inline-block;
|
|
780
|
-
|
|
786
|
+
position: relative;
|
|
781
787
|
}
|
|
782
|
-
.
|
|
788
|
+
.XInteractivePhrase-module__underlineEffect_fdhnVG__012:after {
|
|
783
789
|
content: "";
|
|
784
|
-
position: absolute;
|
|
785
|
-
bottom: -2px;
|
|
786
|
-
left: 0;
|
|
787
|
-
height: 0.15em;
|
|
788
|
-
width: 100%;
|
|
789
790
|
background:
|
|
790
791
|
repeating-linear-gradient(
|
|
791
792
|
45deg,
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
currentColor 2px
|
|
795
|
-
|
|
796
|
-
|
|
793
|
+
#0000,
|
|
794
|
+
#0000 2px,
|
|
795
|
+
currentColor 2px 4px);
|
|
796
|
+
width: 100%;
|
|
797
|
+
height: .15em;
|
|
798
|
+
transition: opacity .3s;
|
|
799
|
+
position: absolute;
|
|
800
|
+
bottom: -2px;
|
|
801
|
+
left: 0;
|
|
797
802
|
}
|
|
798
|
-
.
|
|
803
|
+
.XInteractivePhrase-module__underlineEffect_fdhnVG__012:hover:after {
|
|
799
804
|
opacity: 0;
|
|
800
805
|
}
|
|
801
|
-
.
|
|
802
|
-
display: inline-block;
|
|
803
|
-
padding: 0.1em 0.6em;
|
|
804
|
-
border: 2px dashed currentColor;
|
|
805
|
-
border-radius: 9999px;
|
|
806
|
+
.XInteractivePhrase-module__buttonEffect_fdhnVG__012 {
|
|
806
807
|
cursor: pointer;
|
|
807
808
|
color: var(--accent, #0070f3);
|
|
808
|
-
|
|
809
|
+
border: 2px dashed;
|
|
810
|
+
border-radius: 9999px;
|
|
811
|
+
padding: .1em .6em;
|
|
812
|
+
transition: all .3s;
|
|
813
|
+
display: inline-block;
|
|
809
814
|
}
|
|
810
|
-
.
|
|
811
|
-
background: currentColor;
|
|
815
|
+
.XInteractivePhrase-module__buttonEffect_fdhnVG__012:hover {
|
|
812
816
|
color: var(--bg, #fff);
|
|
817
|
+
background: currentColor;
|
|
813
818
|
}
|
|
814
|
-
.
|
|
819
|
+
.XInteractivePhrase-module__blurEffect_fdhnVG__012 {
|
|
820
|
+
transition: filter .7s cubic-bezier(.4, 0, .2, 1), opacity .7s;
|
|
815
821
|
display: inline-block;
|
|
816
|
-
transition: filter 0.7s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.7s ease;
|
|
817
822
|
}
|
|
818
|
-
.
|
|
819
|
-
filter: blur(
|
|
823
|
+
.XInteractivePhrase-module__isVisible_fdhnVG__012 {
|
|
824
|
+
filter: blur();
|
|
820
825
|
opacity: 1;
|
|
821
826
|
}
|
|
822
|
-
.
|
|
827
|
+
.XInteractivePhrase-module__isHidden_fdhnVG__012 {
|
|
823
828
|
filter: blur(10px);
|
|
824
|
-
opacity:
|
|
829
|
+
opacity: .3;
|
|
825
830
|
user-select: none;
|
|
826
831
|
}
|
|
827
|
-
.
|
|
832
|
+
.XInteractivePhrase-module__lineBreak_fdhnVG__012 {
|
|
833
|
+
height: .8rem;
|
|
828
834
|
display: block;
|
|
829
|
-
height: 0.8rem;
|
|
830
835
|
}
|
|
831
|
-
.
|
|
832
|
-
.
|
|
836
|
+
.XInteractivePhrase-module__underlineEffect_fdhnVG__012:focus-visible,
|
|
837
|
+
.XInteractivePhrase-module__buttonEffect_fdhnVG__012:focus-visible {
|
|
833
838
|
outline: 2px solid var(--accent, #0070f3);
|
|
834
839
|
outline-offset: 4px;
|
|
835
840
|
}
|
|
836
841
|
|
|
837
|
-
/* src/components/gallery/xmicrogallerytext/XMicroGalleryText.module.css */
|
|
838
|
-
.
|
|
839
|
-
display: flex;
|
|
842
|
+
/* esbuild-css-modules-plugin-ns-css:src/components/gallery/xmicrogallerytext/XMicroGalleryText.module.css */
|
|
843
|
+
.XMicroGalleryText-module__container_22YC0W__012 {
|
|
840
844
|
flex-direction: column;
|
|
845
|
+
align-items: center;
|
|
841
846
|
gap: 2rem;
|
|
842
847
|
width: 100%;
|
|
843
|
-
align-items: center;
|
|
844
848
|
margin: 2rem 0;
|
|
849
|
+
display: flex;
|
|
845
850
|
}
|
|
846
|
-
@media (
|
|
847
|
-
.
|
|
851
|
+
@media (width >= 1024px) {
|
|
852
|
+
.XMicroGalleryText-module__container_22YC0W__012 {
|
|
848
853
|
flex-direction: row;
|
|
849
854
|
align-items: center;
|
|
850
855
|
gap: 4rem;
|
|
851
856
|
}
|
|
852
|
-
.
|
|
857
|
+
.XMicroGalleryText-module__reverse_22YC0W__012 {
|
|
853
858
|
flex-direction: row-reverse;
|
|
854
859
|
}
|
|
855
860
|
}
|
|
856
|
-
.
|
|
857
|
-
flex: 1;
|
|
861
|
+
.XMicroGalleryText-module__textContent_22YC0W__012 {
|
|
858
862
|
opacity: 0;
|
|
859
|
-
transform: translateY(30px);
|
|
860
|
-
transition: opacity 0.8s ease-out, transform 0.8s ease-out;
|
|
861
863
|
color: var(--foreground);
|
|
864
|
+
flex: 1;
|
|
865
|
+
transition: opacity .8s ease-out, transform .8s ease-out;
|
|
866
|
+
transform: translateY(30px);
|
|
862
867
|
}
|
|
863
|
-
.
|
|
868
|
+
.XMicroGalleryText-module__textContent_22YC0W__012.XMicroGalleryText-module__visible_22YC0W__012 {
|
|
864
869
|
opacity: 1;
|
|
865
870
|
transform: translateY(0);
|
|
866
871
|
}
|
|
867
|
-
.
|
|
872
|
+
.XMicroGalleryText-module__textLeft_22YC0W__012 {
|
|
868
873
|
text-align: left;
|
|
869
874
|
}
|
|
870
|
-
.
|
|
875
|
+
.XMicroGalleryText-module__textRight_22YC0W__012 {
|
|
871
876
|
text-align: right;
|
|
872
877
|
}
|
|
873
|
-
.
|
|
878
|
+
.XMicroGalleryText-module__textCenter_22YC0W__012 {
|
|
874
879
|
text-align: center;
|
|
875
880
|
}
|
|
876
|
-
.
|
|
877
|
-
.
|
|
878
|
-
.
|
|
879
|
-
.
|
|
880
|
-
.
|
|
881
|
-
.
|
|
881
|
+
.XMicroGalleryText-module__textContent_22YC0W__012 p,
|
|
882
|
+
.XMicroGalleryText-module__textContent_22YC0W__012 div,
|
|
883
|
+
.XMicroGalleryText-module__textContent_22YC0W__012 span,
|
|
884
|
+
.XMicroGalleryText-module__textContent_22YC0W__012 em,
|
|
885
|
+
.XMicroGalleryText-module__textContent_22YC0W__012 strong,
|
|
886
|
+
.XMicroGalleryText-module__textContent_22YC0W__012 a {
|
|
882
887
|
text-align: inherit;
|
|
883
888
|
max-width: none;
|
|
884
889
|
margin-left: unset;
|
|
885
890
|
margin-right: unset;
|
|
886
891
|
}
|
|
887
|
-
.
|
|
892
|
+
.XMicroGalleryText-module__gallery_22YC0W__012 {
|
|
888
893
|
flex: 1.5;
|
|
889
894
|
width: 100%;
|
|
890
895
|
}
|
|
891
|
-
.
|
|
892
|
-
display: grid;
|
|
893
|
-
grid-template-columns: repeat(3, 1fr);
|
|
896
|
+
.XMicroGalleryText-module__artisticGrid_22YC0W__012 {
|
|
894
897
|
grid-template-rows: 380px 220px;
|
|
898
|
+
grid-template-columns: repeat(3, 1fr);
|
|
895
899
|
gap: 1rem;
|
|
900
|
+
display: grid;
|
|
896
901
|
}
|
|
897
|
-
.
|
|
898
|
-
position: relative;
|
|
899
|
-
overflow: hidden;
|
|
900
|
-
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
|
|
901
|
-
border-radius: 20px;
|
|
902
|
+
.XMicroGalleryText-module__imageWrapper_22YC0W__012 {
|
|
902
903
|
opacity: 0;
|
|
903
|
-
|
|
904
|
+
border-radius: 20px;
|
|
904
905
|
transition:
|
|
905
|
-
opacity
|
|
906
|
-
transform
|
|
907
|
-
box-shadow
|
|
906
|
+
opacity .6s ease-out,
|
|
907
|
+
transform .6s ease-out,
|
|
908
|
+
box-shadow .3s;
|
|
909
|
+
position: relative;
|
|
910
|
+
overflow: hidden;
|
|
911
|
+
transform: translateY(50px) scale(.95);
|
|
912
|
+
box-shadow: 0 10px 30px #0000001a;
|
|
908
913
|
}
|
|
909
|
-
.
|
|
914
|
+
.XMicroGalleryText-module__imageWrapper_22YC0W__012.XMicroGalleryText-module__visible_22YC0W__012 {
|
|
910
915
|
opacity: 1;
|
|
911
916
|
transform: translateY(0) scale(1);
|
|
912
917
|
}
|
|
913
|
-
.
|
|
918
|
+
.XMicroGalleryText-module__imageWrapper_22YC0W__012:hover {
|
|
914
919
|
transform: translateY(-5px);
|
|
915
|
-
box-shadow: 0 20px 40px
|
|
920
|
+
box-shadow: 0 20px 40px #00000026;
|
|
916
921
|
}
|
|
917
|
-
.
|
|
922
|
+
.XMicroGalleryText-module__previewImage_22YC0W__012 {
|
|
918
923
|
object-fit: cover;
|
|
919
924
|
}
|
|
920
|
-
.
|
|
925
|
+
.XMicroGalleryText-module__artisticGrid_22YC0W__012 .XMicroGalleryText-module__artistic1_22YC0W__012 .XMicroGalleryText-module__previewImage_22YC0W__012 {
|
|
921
926
|
object-position: center top;
|
|
922
927
|
transform: translateY(0);
|
|
923
928
|
}
|
|
924
|
-
.
|
|
925
|
-
grid-
|
|
926
|
-
|
|
927
|
-
transition-delay: 0.2s;
|
|
929
|
+
.XMicroGalleryText-module__artistic1_22YC0W__012 {
|
|
930
|
+
grid-area: 1 / 1 / 2 / 4;
|
|
931
|
+
transition-delay: .2s;
|
|
928
932
|
}
|
|
929
|
-
.
|
|
930
|
-
grid-
|
|
931
|
-
|
|
932
|
-
transition-delay: 0.3s;
|
|
933
|
+
.XMicroGalleryText-module__artistic2_22YC0W__012 {
|
|
934
|
+
grid-area: 2 / 1 / 3 / 2;
|
|
935
|
+
transition-delay: .3s;
|
|
933
936
|
}
|
|
934
|
-
.
|
|
935
|
-
grid-
|
|
936
|
-
|
|
937
|
-
transition-delay: 0.4s;
|
|
937
|
+
.XMicroGalleryText-module__artistic3_22YC0W__012 {
|
|
938
|
+
grid-area: 2 / 2 / 3 / 4;
|
|
939
|
+
transition-delay: .4s;
|
|
938
940
|
}
|
|
939
|
-
@media (
|
|
940
|
-
.
|
|
941
|
-
grid-template-columns: 1fr;
|
|
941
|
+
@media (width <= 768px) {
|
|
942
|
+
.XMicroGalleryText-module__artisticGrid_22YC0W__012 {
|
|
942
943
|
grid-template-rows: 240px 180px 180px;
|
|
944
|
+
grid-template-columns: 1fr;
|
|
943
945
|
}
|
|
944
|
-
.
|
|
945
|
-
.
|
|
946
|
-
.
|
|
946
|
+
.XMicroGalleryText-module__artistic1_22YC0W__012,
|
|
947
|
+
.XMicroGalleryText-module__artistic2_22YC0W__012,
|
|
948
|
+
.XMicroGalleryText-module__artistic3_22YC0W__012 {
|
|
947
949
|
grid-column: 1 / 2;
|
|
948
950
|
}
|
|
949
|
-
.
|
|
951
|
+
.XMicroGalleryText-module__artistic1_22YC0W__012 {
|
|
950
952
|
grid-row: 1 / 2;
|
|
951
953
|
}
|
|
952
|
-
.
|
|
954
|
+
.XMicroGalleryText-module__artistic2_22YC0W__012 {
|
|
953
955
|
grid-row: 2 / 3;
|
|
954
956
|
}
|
|
955
|
-
.
|
|
957
|
+
.XMicroGalleryText-module__artistic3_22YC0W__012 {
|
|
956
958
|
grid-row: 3 / 4;
|
|
957
959
|
}
|
|
958
960
|
}
|
|
959
|
-
@media (
|
|
960
|
-
.
|
|
961
|
+
@media (width <= 480px) {
|
|
962
|
+
.XMicroGalleryText-module__artisticGrid_22YC0W__012 {
|
|
961
963
|
grid-template-rows: 200px 140px 140px;
|
|
962
964
|
}
|
|
963
965
|
}
|
|
964
966
|
|
|
965
|
-
/* src/components/gallery/xstaticgallery/XStaticGallery.module.css */
|
|
966
|
-
.
|
|
967
|
+
/* esbuild-css-modules-plugin-ns-css:src/components/gallery/xstaticgallery/XStaticGallery.module.css */
|
|
968
|
+
.XStaticGallery-module__galleryContainer_7nn4pa__012 {
|
|
967
969
|
width: 100%;
|
|
968
970
|
max-width: 80rem;
|
|
969
971
|
margin: 0 auto;
|
|
970
972
|
padding: 1rem 1rem 3rem;
|
|
971
973
|
}
|
|
972
|
-
.
|
|
973
|
-
font-size: 1.875rem;
|
|
974
|
+
.XStaticGallery-module__galleryTitle_7nn4pa__012 {
|
|
974
975
|
text-align: right;
|
|
975
976
|
color: var(--primary);
|
|
977
|
+
opacity: .8;
|
|
976
978
|
margin-bottom: 3rem;
|
|
977
|
-
|
|
979
|
+
font-size: 1.875rem;
|
|
978
980
|
}
|
|
979
|
-
.
|
|
981
|
+
.XStaticGallery-module__masonryGrid_7nn4pa__012 {
|
|
980
982
|
gap: 1rem;
|
|
981
983
|
}
|
|
982
|
-
.
|
|
984
|
+
.XStaticGallery-module__masonryItem_7nn4pa__012 {
|
|
983
985
|
break-inside: avoid;
|
|
984
|
-
|
|
986
|
+
opacity: 0;
|
|
985
987
|
border-radius: 1rem;
|
|
986
|
-
overflow: hidden;
|
|
987
|
-
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
|
|
988
988
|
margin-bottom: 1rem;
|
|
989
|
-
opacity: 0;
|
|
990
|
-
transform: translateY(20px);
|
|
991
989
|
transition:
|
|
992
|
-
opacity
|
|
993
|
-
transform
|
|
994
|
-
box-shadow
|
|
990
|
+
opacity .5s ease-out,
|
|
991
|
+
transform .5s ease-out,
|
|
992
|
+
box-shadow .3s;
|
|
993
|
+
position: relative;
|
|
994
|
+
overflow: hidden;
|
|
995
|
+
transform: translateY(20px);
|
|
996
|
+
box-shadow: 0 4px 12px #00000014;
|
|
995
997
|
}
|
|
996
|
-
.
|
|
998
|
+
.XStaticGallery-module__masonryItem_7nn4pa__012.XStaticGallery-module__visible_7nn4pa__012 {
|
|
997
999
|
opacity: 1;
|
|
998
1000
|
transform: translateY(0);
|
|
999
1001
|
}
|
|
1000
|
-
.
|
|
1001
|
-
box-shadow: 0 12px 32px
|
|
1002
|
+
.XStaticGallery-module__masonryItem_7nn4pa__012:hover {
|
|
1003
|
+
box-shadow: 0 12px 32px #0000002e;
|
|
1002
1004
|
}
|
|
1003
|
-
.
|
|
1004
|
-
|
|
1005
|
+
.XStaticGallery-module__imageContainer_7nn4pa__012 {
|
|
1006
|
+
border-radius: 1rem;
|
|
1005
1007
|
width: 100%;
|
|
1008
|
+
position: relative;
|
|
1006
1009
|
overflow: hidden;
|
|
1007
|
-
border-radius: 1rem;
|
|
1008
1010
|
}
|
|
1009
|
-
.
|
|
1011
|
+
.XStaticGallery-module__galleryImage_7nn4pa__012 {
|
|
1012
|
+
object-fit: cover;
|
|
1010
1013
|
width: 100%;
|
|
1011
1014
|
height: auto;
|
|
1012
|
-
|
|
1015
|
+
transition: transform .5s ease-out;
|
|
1013
1016
|
display: block;
|
|
1014
|
-
transition: transform 0.5s ease-out;
|
|
1015
1017
|
}
|
|
1016
|
-
.
|
|
1018
|
+
.XStaticGallery-module__masonryItem_7nn4pa__012:hover .XStaticGallery-module__galleryImage_7nn4pa__012 {
|
|
1017
1019
|
transform: scale(1.05);
|
|
1018
1020
|
}
|
|
1019
|
-
.
|
|
1021
|
+
.XStaticGallery-module__imageOverlay_7nn4pa__012 {
|
|
1022
|
+
pointer-events: none;
|
|
1023
|
+
background: none;
|
|
1024
|
+
transition: background .3s;
|
|
1020
1025
|
position: absolute;
|
|
1021
1026
|
inset: 0;
|
|
1022
|
-
background: rgba(0, 0, 0, 0);
|
|
1023
|
-
transition: background 0.3s ease;
|
|
1024
|
-
pointer-events: none;
|
|
1025
1027
|
}
|
|
1026
|
-
.
|
|
1027
|
-
background:
|
|
1028
|
+
.XStaticGallery-module__masonryItem_7nn4pa__012:hover .XStaticGallery-module__imageOverlay_7nn4pa__012 {
|
|
1029
|
+
background: #0000001a;
|
|
1028
1030
|
}
|
|
1029
|
-
.
|
|
1031
|
+
.XStaticGallery-module__cols1_7nn4pa__012 {
|
|
1030
1032
|
columns: 1;
|
|
1031
1033
|
}
|
|
1032
|
-
.
|
|
1034
|
+
.XStaticGallery-module__cols2_7nn4pa__012 {
|
|
1033
1035
|
columns: 2;
|
|
1034
1036
|
}
|
|
1035
|
-
.
|
|
1037
|
+
.XStaticGallery-module__cols3_7nn4pa__012 {
|
|
1036
1038
|
columns: 3;
|
|
1037
1039
|
}
|
|
1038
|
-
.
|
|
1040
|
+
.XStaticGallery-module__cols4_7nn4pa__012 {
|
|
1039
1041
|
columns: 4;
|
|
1040
1042
|
}
|
|
1041
|
-
.
|
|
1043
|
+
.XStaticGallery-module__cols5_7nn4pa__012 {
|
|
1042
1044
|
columns: 5;
|
|
1043
1045
|
}
|
|
1044
|
-
@media (
|
|
1045
|
-
.
|
|
1046
|
-
.
|
|
1046
|
+
@media (width <= 1280px) {
|
|
1047
|
+
.XStaticGallery-module__cols4_7nn4pa__012,
|
|
1048
|
+
.XStaticGallery-module__cols5_7nn4pa__012 {
|
|
1047
1049
|
columns: 3;
|
|
1048
1050
|
}
|
|
1049
1051
|
}
|
|
1050
|
-
@media (
|
|
1051
|
-
.
|
|
1052
|
-
.
|
|
1053
|
-
.
|
|
1052
|
+
@media (width <= 768px) {
|
|
1053
|
+
.XStaticGallery-module__cols3_7nn4pa__012,
|
|
1054
|
+
.XStaticGallery-module__cols4_7nn4pa__012,
|
|
1055
|
+
.XStaticGallery-module__cols5_7nn4pa__012 {
|
|
1054
1056
|
columns: 2;
|
|
1055
1057
|
}
|
|
1056
1058
|
}
|
|
1057
|
-
@media (
|
|
1058
|
-
.
|
|
1059
|
-
.
|
|
1060
|
-
.
|
|
1061
|
-
.
|
|
1059
|
+
@media (width <= 640px) {
|
|
1060
|
+
.XStaticGallery-module__cols2_7nn4pa__012,
|
|
1061
|
+
.XStaticGallery-module__cols3_7nn4pa__012,
|
|
1062
|
+
.XStaticGallery-module__cols4_7nn4pa__012,
|
|
1063
|
+
.XStaticGallery-module__cols5_7nn4pa__012 {
|
|
1062
1064
|
columns: 1;
|
|
1063
1065
|
}
|
|
1064
1066
|
}
|
|
1065
1067
|
|
|
1066
|
-
/* src/components/social/xsocialcontact/XSocialContact.module.css */
|
|
1067
|
-
.
|
|
1068
|
+
/* esbuild-css-modules-plugin-ns-css:src/components/social/xsocialcontact/XSocialContact.module.css */
|
|
1069
|
+
.XSocialContact-module__container_D0-L3a__012 {
|
|
1068
1070
|
--columns: 3;
|
|
1069
1071
|
--gap: 1.5rem;
|
|
1070
1072
|
--padding: 1.5rem;
|
|
@@ -1072,7 +1074,7 @@ p.XInteractivePhrase_title {
|
|
|
1072
1074
|
--alignment: center;
|
|
1073
1075
|
--text-align: center;
|
|
1074
1076
|
--icon-gap: 1.5rem;
|
|
1075
|
-
--border-radius:
|
|
1077
|
+
--border-radius: .5rem;
|
|
1076
1078
|
--bg-color: transparent;
|
|
1077
1079
|
--icon-color: currentColor;
|
|
1078
1080
|
--icon-hover-color: currentColor;
|
|
@@ -1080,7 +1082,6 @@ p.XInteractivePhrase_title {
|
|
|
1080
1082
|
--border-width: 0px;
|
|
1081
1083
|
--border-style: solid;
|
|
1082
1084
|
--text-color: inherit;
|
|
1083
|
-
display: grid;
|
|
1084
1085
|
grid-template-columns: repeat(var(--columns), 1fr);
|
|
1085
1086
|
gap: var(--gap);
|
|
1086
1087
|
padding: var(--padding);
|
|
@@ -1088,94 +1089,95 @@ p.XInteractivePhrase_title {
|
|
|
1088
1089
|
border: var(--border-width) var(--border-style) var(--border-color);
|
|
1089
1090
|
border-radius: var(--border-radius);
|
|
1090
1091
|
justify-items: var(--alignment);
|
|
1092
|
+
display: grid;
|
|
1091
1093
|
}
|
|
1092
|
-
.
|
|
1094
|
+
.XSocialContact-module__small_D0-L3a__012 {
|
|
1093
1095
|
--icon-gap: 1rem;
|
|
1094
1096
|
--gap: 1rem;
|
|
1095
1097
|
--padding: 1rem;
|
|
1096
|
-
--text-size:
|
|
1098
|
+
--text-size: .875rem;
|
|
1097
1099
|
}
|
|
1098
|
-
.
|
|
1100
|
+
.XSocialContact-module__medium_D0-L3a__012 {
|
|
1099
1101
|
--icon-gap: 1.5rem;
|
|
1100
1102
|
--gap: 1.5rem;
|
|
1101
1103
|
--padding: 1.5rem;
|
|
1102
1104
|
--text-size: 1rem;
|
|
1103
1105
|
}
|
|
1104
|
-
.
|
|
1106
|
+
.XSocialContact-module__large_D0-L3a__012 {
|
|
1105
1107
|
--icon-gap: 2rem;
|
|
1106
1108
|
--gap: 2rem;
|
|
1107
1109
|
--padding: 2rem;
|
|
1108
1110
|
--text-size: 1.125rem;
|
|
1109
1111
|
}
|
|
1110
|
-
.
|
|
1112
|
+
.XSocialContact-module__rows1_D0-L3a__012 {
|
|
1111
1113
|
grid-template-rows: auto;
|
|
1112
1114
|
}
|
|
1113
|
-
.
|
|
1115
|
+
.XSocialContact-module__rows2_D0-L3a__012 {
|
|
1114
1116
|
grid-template-rows: repeat(2, auto);
|
|
1115
1117
|
}
|
|
1116
|
-
.
|
|
1118
|
+
.XSocialContact-module__rows3_D0-L3a__012 {
|
|
1117
1119
|
grid-template-rows: repeat(3, auto);
|
|
1118
1120
|
}
|
|
1119
|
-
.
|
|
1121
|
+
.XSocialContact-module__rows4_D0-L3a__012 {
|
|
1120
1122
|
grid-template-rows: repeat(4, auto);
|
|
1121
1123
|
}
|
|
1122
|
-
.
|
|
1123
|
-
display: flex;
|
|
1124
|
-
flex-direction: column;
|
|
1124
|
+
.XSocialContact-module__item_D0-L3a__012 {
|
|
1125
1125
|
align-items: center;
|
|
1126
|
-
gap: calc(var(--icon-gap) *
|
|
1127
|
-
text-decoration: none;
|
|
1128
|
-
transition: opacity 0.2s ease;
|
|
1126
|
+
gap: calc(var(--icon-gap) * .5);
|
|
1129
1127
|
color: inherit;
|
|
1128
|
+
flex-direction: column;
|
|
1129
|
+
text-decoration: none;
|
|
1130
|
+
transition: opacity .2s;
|
|
1131
|
+
display: flex;
|
|
1130
1132
|
}
|
|
1131
|
-
.
|
|
1132
|
-
opacity:
|
|
1133
|
+
.XSocialContact-module__item_D0-L3a__012:hover {
|
|
1134
|
+
opacity: .8;
|
|
1133
1135
|
}
|
|
1134
|
-
.
|
|
1136
|
+
.XSocialContact-module__iconWrapper_D0-L3a__012 {
|
|
1135
1137
|
--item-icon-color: var(--icon-color);
|
|
1136
1138
|
--item-icon-hover-color: var(--icon-hover-color);
|
|
1137
|
-
display: flex;
|
|
1138
|
-
align-items: center;
|
|
1139
|
-
justify-content: center;
|
|
1140
1139
|
width: var(--icon-gap);
|
|
1141
1140
|
height: var(--icon-gap);
|
|
1142
1141
|
color: var(--item-icon-color);
|
|
1143
|
-
|
|
1142
|
+
justify-content: center;
|
|
1143
|
+
align-items: center;
|
|
1144
|
+
transition: color .2s;
|
|
1145
|
+
display: flex;
|
|
1144
1146
|
}
|
|
1145
|
-
.
|
|
1147
|
+
.XSocialContact-module__item_D0-L3a__012:hover .XSocialContact-module__iconWrapper_D0-L3a__012 {
|
|
1146
1148
|
color: var(--item-icon-hover-color);
|
|
1147
1149
|
}
|
|
1148
|
-
.
|
|
1150
|
+
.XSocialContact-module__text_D0-L3a__012 {
|
|
1149
1151
|
font-size: var(--text-size);
|
|
1150
1152
|
color: var(--text-color);
|
|
1151
1153
|
text-align: var(--text-align);
|
|
1152
1154
|
word-break: break-word;
|
|
1153
1155
|
max-width: 100%;
|
|
1154
1156
|
}
|
|
1155
|
-
@media (
|
|
1156
|
-
.
|
|
1157
|
+
@media (width <= 768px) {
|
|
1158
|
+
.XSocialContact-module__container_D0-L3a__012 {
|
|
1157
1159
|
--columns: 2;
|
|
1158
|
-
--gap: calc(var(--gap) *
|
|
1159
|
-
--padding: calc(var(--padding) *
|
|
1160
|
+
--gap: calc(var(--gap) * .75);
|
|
1161
|
+
--padding: calc(var(--padding) * .75);
|
|
1160
1162
|
}
|
|
1161
|
-
.
|
|
1162
|
-
.
|
|
1163
|
-
.
|
|
1164
|
-
grid-template-columns: repeat(2, 1fr);
|
|
1163
|
+
.XSocialContact-module__rows2_D0-L3a__012,
|
|
1164
|
+
.XSocialContact-module__rows3_D0-L3a__012,
|
|
1165
|
+
.XSocialContact-module__rows4_D0-L3a__012 {
|
|
1165
1166
|
grid-template-rows: repeat(2, auto);
|
|
1167
|
+
grid-template-columns: repeat(2, 1fr);
|
|
1166
1168
|
}
|
|
1167
1169
|
}
|
|
1168
|
-
@media (
|
|
1169
|
-
.
|
|
1170
|
+
@media (width <= 480px) {
|
|
1171
|
+
.XSocialContact-module__container_D0-L3a__012 {
|
|
1170
1172
|
--columns: 1;
|
|
1171
|
-
--gap: calc(var(--gap) *
|
|
1172
|
-
--padding: calc(var(--padding) *
|
|
1173
|
+
--gap: calc(var(--gap) * .5);
|
|
1174
|
+
--padding: calc(var(--padding) * .5);
|
|
1173
1175
|
}
|
|
1174
|
-
.
|
|
1175
|
-
.
|
|
1176
|
-
.
|
|
1177
|
-
grid-template-columns: 1fr;
|
|
1176
|
+
.XSocialContact-module__rows2_D0-L3a__012,
|
|
1177
|
+
.XSocialContact-module__rows3_D0-L3a__012,
|
|
1178
|
+
.XSocialContact-module__rows4_D0-L3a__012 {
|
|
1178
1179
|
grid-template-rows: auto;
|
|
1180
|
+
grid-template-columns: 1fr;
|
|
1179
1181
|
}
|
|
1180
1182
|
}
|
|
1181
1183
|
/*# sourceMappingURL=index.css.map */
|