@cronocode/react-box 0.1.5 → 0.1.8

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/box.d.ts CHANGED
@@ -164,6 +164,791 @@ export default function Box<TTag extends keyof React.ReactHTML = 'div'>(boxProps
164
164
  minHeight: string | undefined;
165
165
  maxWidth: string | undefined;
166
166
  maxHeight: string | undefined;
167
+ accentColor?: import("csstype").Property.AccentColor | undefined;
168
+ alignContent?: import("csstype").Property.AlignContent | undefined;
169
+ alignItems?: import("csstype").Property.AlignItems | undefined;
170
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
171
+ alignTracks?: import("csstype").Property.AlignTracks | undefined;
172
+ animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
173
+ animationDirection?: import("csstype").Property.AnimationDirection | undefined;
174
+ animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
175
+ animationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
176
+ animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
177
+ animationName?: import("csstype").Property.AnimationName | undefined;
178
+ animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
179
+ animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
180
+ animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
181
+ appearance?: import("csstype").Property.Appearance | undefined;
182
+ aspectRatio?: import("csstype").Property.AspectRatio | undefined;
183
+ backdropFilter?: import("csstype").Property.BackdropFilter | undefined;
184
+ backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
185
+ backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined;
186
+ backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined;
187
+ backgroundClip?: import("csstype").Property.BackgroundClip | undefined;
188
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
189
+ backgroundImage?: import("csstype").Property.BackgroundImage | undefined;
190
+ backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
191
+ backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number> | undefined;
192
+ backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
193
+ backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
194
+ backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
195
+ blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
196
+ blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
197
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
198
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
199
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
200
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
201
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
202
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
203
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
204
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
205
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
206
+ borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
207
+ borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
208
+ borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
209
+ borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined;
210
+ borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
211
+ borderCollapse?: import("csstype").Property.BorderCollapse | undefined;
212
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
213
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
214
+ borderImageOutset?: import("csstype").Property.BorderImageOutset<string | number> | undefined;
215
+ borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined;
216
+ borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
217
+ borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
218
+ borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
219
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
220
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
221
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
222
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
223
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
224
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
225
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
226
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
227
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
228
+ borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
229
+ borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
230
+ borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
231
+ borderRightColor?: import("csstype").Property.BorderRightColor | undefined;
232
+ borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined;
233
+ borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
234
+ borderSpacing?: import("csstype").Property.BorderSpacing<string | number> | undefined;
235
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
236
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
237
+ borderTopColor?: import("csstype").Property.BorderTopColor | undefined;
238
+ borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
239
+ borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
240
+ borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined;
241
+ borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
242
+ bottom?: import("csstype").Property.Bottom<string | number> | undefined;
243
+ boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
244
+ boxShadow?: import("csstype").Property.BoxShadow | undefined;
245
+ boxSizing?: import("csstype").Property.BoxSizing | undefined;
246
+ breakAfter?: import("csstype").Property.BreakAfter | undefined;
247
+ breakBefore?: import("csstype").Property.BreakBefore | undefined;
248
+ breakInside?: import("csstype").Property.BreakInside | undefined;
249
+ captionSide?: import("csstype").Property.CaptionSide | undefined;
250
+ caretColor?: import("csstype").Property.CaretColor | undefined;
251
+ clear?: import("csstype").Property.Clear | undefined;
252
+ clipPath?: import("csstype").Property.ClipPath | undefined;
253
+ color?: import("csstype").Property.Color | undefined;
254
+ colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
255
+ colorScheme?: import("csstype").Property.ColorScheme | undefined;
256
+ columnCount?: import("csstype").Property.ColumnCount | undefined;
257
+ columnFill?: import("csstype").Property.ColumnFill | undefined;
258
+ columnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
259
+ columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
260
+ columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
261
+ columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
262
+ columnSpan?: import("csstype").Property.ColumnSpan | undefined;
263
+ columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
264
+ contain?: import("csstype").Property.Contain | undefined;
265
+ content?: import("csstype").Property.Content | undefined;
266
+ contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
267
+ counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
268
+ counterReset?: import("csstype").Property.CounterReset | undefined;
269
+ counterSet?: import("csstype").Property.CounterSet | undefined;
270
+ cursor?: import("csstype").Property.Cursor | undefined;
271
+ direction?: import("csstype").Property.Direction | undefined;
272
+ display?: import("csstype").Property.Display | undefined;
273
+ emptyCells?: import("csstype").Property.EmptyCells | undefined;
274
+ filter?: import("csstype").Property.Filter | undefined;
275
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
276
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
277
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
278
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
279
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
280
+ float?: import("csstype").Property.Float | undefined;
281
+ fontFamily?: import("csstype").Property.FontFamily | undefined;
282
+ fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
283
+ fontKerning?: import("csstype").Property.FontKerning | undefined;
284
+ fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
285
+ fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
286
+ fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
287
+ fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
288
+ fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
289
+ fontStretch?: import("csstype").Property.FontStretch | undefined;
290
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
291
+ fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
292
+ fontVariant?: import("csstype").Property.FontVariant | undefined;
293
+ fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
294
+ fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
295
+ fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
296
+ fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
297
+ fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
298
+ fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
299
+ fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
300
+ fontWeight?: import("csstype").Property.FontWeight | undefined;
301
+ forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
302
+ gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
303
+ gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
304
+ gridAutoRows?: import("csstype").Property.GridAutoRows<string | number> | undefined;
305
+ gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined;
306
+ gridColumnStart?: import("csstype").Property.GridColumnStart | undefined;
307
+ gridRowEnd?: import("csstype").Property.GridRowEnd | undefined;
308
+ gridRowStart?: import("csstype").Property.GridRowStart | undefined;
309
+ gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined;
310
+ gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number> | undefined;
311
+ gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
312
+ hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
313
+ hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
314
+ hyphens?: import("csstype").Property.Hyphens | undefined;
315
+ imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
316
+ imageRendering?: import("csstype").Property.ImageRendering | undefined;
317
+ imageResolution?: import("csstype").Property.ImageResolution | undefined;
318
+ initialLetter?: import("csstype").Property.InitialLetter | undefined;
319
+ inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
320
+ inputSecurity?: import("csstype").Property.InputSecurity | undefined;
321
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
322
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
323
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
324
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
325
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
326
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
327
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
328
+ isolation?: import("csstype").Property.Isolation | undefined;
329
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
330
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
331
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
332
+ justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
333
+ left?: import("csstype").Property.Left<string | number> | undefined;
334
+ letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
335
+ lineBreak?: import("csstype").Property.LineBreak | undefined;
336
+ lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
337
+ lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
338
+ listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
339
+ listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
340
+ listStyleType?: import("csstype").Property.ListStyleType | undefined;
341
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
342
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
343
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
344
+ marginBottom?: import("csstype").Property.MarginBottom<string | number> | undefined;
345
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
346
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
347
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
348
+ marginLeft?: import("csstype").Property.MarginLeft<string | number> | undefined;
349
+ marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
350
+ marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
351
+ maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
352
+ maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
353
+ maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
354
+ maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined;
355
+ maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined;
356
+ maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
357
+ maskClip?: import("csstype").Property.MaskClip | undefined;
358
+ maskComposite?: import("csstype").Property.MaskComposite | undefined;
359
+ maskImage?: import("csstype").Property.MaskImage | undefined;
360
+ maskMode?: import("csstype").Property.MaskMode | undefined;
361
+ maskOrigin?: import("csstype").Property.MaskOrigin | undefined;
362
+ maskPosition?: import("csstype").Property.MaskPosition<string | number> | undefined;
363
+ maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
364
+ maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
365
+ maskType?: import("csstype").Property.MaskType | undefined;
366
+ mathStyle?: import("csstype").Property.MathStyle | undefined;
367
+ maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
368
+ maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
369
+ maxLines?: import("csstype").Property.MaxLines | undefined;
370
+ minBlockSize?: import("csstype").Property.MinBlockSize<string | number> | undefined;
371
+ minInlineSize?: import("csstype").Property.MinInlineSize<string | number> | undefined;
372
+ mixBlendMode?: import("csstype").Property.MixBlendMode | undefined;
373
+ motionDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
374
+ motionPath?: import("csstype").Property.OffsetPath | undefined;
375
+ motionRotation?: import("csstype").Property.OffsetRotate | undefined;
376
+ objectFit?: import("csstype").Property.ObjectFit | undefined;
377
+ objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
378
+ offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
379
+ offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
380
+ offsetPath?: import("csstype").Property.OffsetPath | undefined;
381
+ offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
382
+ offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
383
+ opacity?: import("csstype").Property.Opacity | undefined;
384
+ order?: import("csstype").Property.Order | undefined;
385
+ orphans?: import("csstype").Property.Orphans | undefined;
386
+ outlineColor?: import("csstype").Property.OutlineColor | undefined;
387
+ outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | undefined;
388
+ outlineStyle?: import("csstype").Property.OutlineStyle | undefined;
389
+ outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
390
+ overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined;
391
+ overflowBlock?: import("csstype").Property.OverflowBlock | undefined;
392
+ overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined;
393
+ overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number> | undefined;
394
+ overflowInline?: import("csstype").Property.OverflowInline | undefined;
395
+ overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
396
+ overflowX?: import("csstype").Property.OverflowX | undefined;
397
+ overflowY?: import("csstype").Property.OverflowY | undefined;
398
+ overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
399
+ overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
400
+ overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
401
+ overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
402
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
403
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
404
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
405
+ paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | undefined;
406
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
407
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
408
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
409
+ paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | undefined;
410
+ paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
411
+ paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
412
+ pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
413
+ pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
414
+ pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
415
+ paintOrder?: import("csstype").Property.PaintOrder | undefined;
416
+ perspective?: import("csstype").Property.Perspective<string | number> | undefined;
417
+ perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
418
+ placeContent?: import("csstype").Property.PlaceContent | undefined;
419
+ pointerEvents?: import("csstype").Property.PointerEvents | undefined;
420
+ position?: import("csstype").Property.Position | undefined;
421
+ printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
422
+ quotes?: import("csstype").Property.Quotes | undefined;
423
+ resize?: import("csstype").Property.Resize | undefined;
424
+ right?: import("csstype").Property.Right<string | number> | undefined;
425
+ rotate?: import("csstype").Property.Rotate | undefined;
426
+ rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
427
+ rubyAlign?: import("csstype").Property.RubyAlign | undefined;
428
+ rubyMerge?: import("csstype").Property.RubyMerge | undefined;
429
+ rubyPosition?: import("csstype").Property.RubyPosition | undefined;
430
+ scale?: import("csstype").Property.Scale | undefined;
431
+ scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
432
+ scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
433
+ scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
434
+ scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
435
+ scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
436
+ scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
437
+ scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
438
+ scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
439
+ scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
440
+ scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
441
+ scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
442
+ scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
443
+ scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
444
+ scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
445
+ scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
446
+ scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
447
+ scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
448
+ scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
449
+ scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
450
+ scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
451
+ scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
452
+ scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
453
+ scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
454
+ scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
455
+ scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
456
+ scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
457
+ scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
458
+ scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
459
+ scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
460
+ scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
461
+ scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
462
+ scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
463
+ scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
464
+ scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
465
+ shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
466
+ shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
467
+ shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
468
+ tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
469
+ tableLayout?: import("csstype").Property.TableLayout | undefined;
470
+ textAlign?: import("csstype").Property.TextAlign | undefined;
471
+ textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
472
+ textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
473
+ textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
474
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
475
+ textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
476
+ textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
477
+ textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
478
+ textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
479
+ textDecorationWidth?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
480
+ textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
481
+ textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
482
+ textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
483
+ textIndent?: import("csstype").Property.TextIndent<string | number> | undefined;
484
+ textJustify?: import("csstype").Property.TextJustify | undefined;
485
+ textOrientation?: import("csstype").Property.TextOrientation | undefined;
486
+ textOverflow?: import("csstype").Property.TextOverflow | undefined;
487
+ textRendering?: import("csstype").Property.TextRendering | undefined;
488
+ textShadow?: import("csstype").Property.TextShadow | undefined;
489
+ textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
490
+ textTransform?: import("csstype").Property.TextTransform | undefined;
491
+ textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
492
+ textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
493
+ top?: import("csstype").Property.Top<string | number> | undefined;
494
+ touchAction?: import("csstype").Property.TouchAction | undefined;
495
+ transform?: import("csstype").Property.Transform | undefined;
496
+ transformBox?: import("csstype").Property.TransformBox | undefined;
497
+ transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
498
+ transformStyle?: import("csstype").Property.TransformStyle | undefined;
499
+ transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
500
+ transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
501
+ transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
502
+ transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
503
+ translate?: import("csstype").Property.Translate<string | number> | undefined;
504
+ unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
505
+ userSelect?: import("csstype").Property.UserSelect | undefined;
506
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
507
+ visibility?: import("csstype").Property.Visibility | undefined;
508
+ whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
509
+ widows?: import("csstype").Property.Widows | undefined;
510
+ willChange?: import("csstype").Property.WillChange | undefined;
511
+ wordBreak?: import("csstype").Property.WordBreak | undefined;
512
+ wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
513
+ wordWrap?: import("csstype").Property.WordWrap | undefined;
514
+ writingMode?: import("csstype").Property.WritingMode | undefined;
515
+ zIndex?: import("csstype").Property.ZIndex | undefined;
516
+ zoom?: import("csstype").Property.Zoom | undefined;
517
+ all?: import("csstype").Globals | undefined;
518
+ animation?: import("csstype").Property.Animation<string & {}> | undefined;
519
+ background?: import("csstype").Property.Background<string | number> | undefined;
520
+ backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
521
+ border?: import("csstype").Property.Border<string | number> | undefined;
522
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
523
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
524
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
525
+ borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
526
+ borderColor?: import("csstype").Property.BorderColor | undefined;
527
+ borderImage?: import("csstype").Property.BorderImage | undefined;
528
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
529
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
530
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
531
+ borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
532
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
533
+ borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
534
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
535
+ borderTop?: import("csstype").Property.BorderTop<string | number> | undefined;
536
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
537
+ columnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
538
+ columns?: import("csstype").Property.Columns<string | number> | undefined;
539
+ flex?: import("csstype").Property.Flex<string | number> | undefined;
540
+ flexFlow?: import("csstype").Property.FlexFlow | undefined;
541
+ font?: import("csstype").Property.Font | undefined;
542
+ gap?: import("csstype").Property.Gap<string | number> | undefined;
543
+ grid?: import("csstype").Property.Grid | undefined;
544
+ gridArea?: import("csstype").Property.GridArea | undefined;
545
+ gridColumn?: import("csstype").Property.GridColumn | undefined;
546
+ gridRow?: import("csstype").Property.GridRow | undefined;
547
+ gridTemplate?: import("csstype").Property.GridTemplate | undefined;
548
+ lineClamp?: import("csstype").Property.LineClamp | undefined;
549
+ listStyle?: import("csstype").Property.ListStyle | undefined;
550
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
551
+ mask?: import("csstype").Property.Mask<string | number> | undefined;
552
+ maskBorder?: import("csstype").Property.MaskBorder | undefined;
553
+ motion?: import("csstype").Property.Offset<string | number> | undefined;
554
+ offset?: import("csstype").Property.Offset<string | number> | undefined;
555
+ outline?: import("csstype").Property.Outline<string | number> | undefined;
556
+ overflow?: import("csstype").Property.Overflow | undefined;
557
+ overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
558
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
559
+ placeItems?: import("csstype").Property.PlaceItems | undefined;
560
+ placeSelf?: import("csstype").Property.PlaceSelf | undefined;
561
+ textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
562
+ textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
563
+ transition?: import("csstype").Property.Transition<string & {}> | undefined;
564
+ MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
565
+ MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
566
+ MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
567
+ MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
568
+ MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
569
+ MozAnimationName?: import("csstype").Property.AnimationName | undefined;
570
+ MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
571
+ MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
572
+ MozAppearance?: import("csstype").Property.MozAppearance | undefined;
573
+ MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
574
+ MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
575
+ MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
576
+ MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
577
+ MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
578
+ MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined;
579
+ MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined;
580
+ MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
581
+ MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
582
+ MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
583
+ MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
584
+ MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
585
+ MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
586
+ MozColumnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
587
+ MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
588
+ MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
589
+ MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
590
+ MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
591
+ MozContextProperties?: import("csstype").Property.MozContextProperties | undefined;
592
+ MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
593
+ MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
594
+ MozHyphens?: import("csstype").Property.Hyphens | undefined;
595
+ MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
596
+ MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
597
+ MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
598
+ MozOrient?: import("csstype").Property.MozOrient | undefined;
599
+ MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
600
+ MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
601
+ MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
602
+ MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
603
+ MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
604
+ MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
605
+ MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
606
+ MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
607
+ MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
608
+ MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
609
+ MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
610
+ MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
611
+ MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
612
+ MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
613
+ MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
614
+ MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
615
+ MozUserModify?: import("csstype").Property.MozUserModify | undefined;
616
+ MozUserSelect?: import("csstype").Property.UserSelect | undefined;
617
+ MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
618
+ MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
619
+ msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
620
+ msAlignSelf?: import("csstype").Property.AlignSelf | undefined;
621
+ msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
622
+ msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
623
+ msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
624
+ msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined;
625
+ msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
626
+ msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined;
627
+ msContentZooming?: import("csstype").Property.MsContentZooming | undefined;
628
+ msFilter?: import("csstype").Property.MsFilter | undefined;
629
+ msFlexDirection?: import("csstype").Property.FlexDirection | undefined;
630
+ msFlexPositive?: import("csstype").Property.FlexGrow | undefined;
631
+ msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined;
632
+ msFlowInto?: import("csstype").Property.MsFlowInto | undefined;
633
+ msGridColumns?: import("csstype").Property.MsGridColumns<string | number> | undefined;
634
+ msGridRows?: import("csstype").Property.MsGridRows<string | number> | undefined;
635
+ msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined;
636
+ msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined;
637
+ msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined;
638
+ msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
639
+ msHyphens?: import("csstype").Property.Hyphens | undefined;
640
+ msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
641
+ msJustifySelf?: import("csstype").Property.JustifySelf | undefined;
642
+ msLineBreak?: import("csstype").Property.LineBreak | undefined;
643
+ msOrder?: import("csstype").Property.Order | undefined;
644
+ msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
645
+ msOverflowX?: import("csstype").Property.OverflowX | undefined;
646
+ msOverflowY?: import("csstype").Property.OverflowY | undefined;
647
+ msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined;
648
+ msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | undefined;
649
+ msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | undefined;
650
+ msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | undefined;
651
+ msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | undefined;
652
+ msScrollRails?: import("csstype").Property.MsScrollRails | undefined;
653
+ msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined;
654
+ msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined;
655
+ msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined;
656
+ msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined;
657
+ msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
658
+ msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined;
659
+ msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined;
660
+ msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
661
+ msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
662
+ msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
663
+ msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
664
+ msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
665
+ msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
666
+ msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
667
+ msTouchAction?: import("csstype").Property.TouchAction | undefined;
668
+ msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined;
669
+ msTransform?: import("csstype").Property.Transform | undefined;
670
+ msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
671
+ msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
672
+ msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
673
+ msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
674
+ msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
675
+ msUserSelect?: import("csstype").Property.MsUserSelect | undefined;
676
+ msWordBreak?: import("csstype").Property.WordBreak | undefined;
677
+ msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined;
678
+ msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | undefined;
679
+ msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined;
680
+ msWritingMode?: import("csstype").Property.WritingMode | undefined;
681
+ WebkitAlignContent?: import("csstype").Property.AlignContent | undefined;
682
+ WebkitAlignItems?: import("csstype").Property.AlignItems | undefined;
683
+ WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined;
684
+ WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
685
+ WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
686
+ WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
687
+ WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
688
+ WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
689
+ WebkitAnimationName?: import("csstype").Property.AnimationName | undefined;
690
+ WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
691
+ WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
692
+ WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined;
693
+ WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined;
694
+ WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
695
+ WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
696
+ WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
697
+ WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
698
+ WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
699
+ WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
700
+ WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined;
701
+ WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
702
+ WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
703
+ WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
704
+ WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
705
+ WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
706
+ WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
707
+ WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number> | undefined;
708
+ WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined;
709
+ WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined;
710
+ WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
711
+ WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
712
+ WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
713
+ WebkitColumnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
714
+ WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
715
+ WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
716
+ WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
717
+ WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined;
718
+ WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
719
+ WebkitFilter?: import("csstype").Property.Filter | undefined;
720
+ WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
721
+ WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined;
722
+ WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined;
723
+ WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined;
724
+ WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined;
725
+ WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
726
+ WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
727
+ WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
728
+ WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
729
+ WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
730
+ WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
731
+ WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined;
732
+ WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
733
+ WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
734
+ WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
735
+ WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
736
+ WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
737
+ WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
738
+ WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
739
+ WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
740
+ WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined;
741
+ WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined;
742
+ WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
743
+ WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined;
744
+ WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined;
745
+ WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined;
746
+ WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined;
747
+ WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number> | undefined;
748
+ WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number> | undefined;
749
+ WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number> | undefined;
750
+ WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined;
751
+ WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined;
752
+ WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined;
753
+ WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number> | undefined;
754
+ WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
755
+ WebkitOrder?: import("csstype").Property.Order | undefined;
756
+ WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined;
757
+ WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
758
+ WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
759
+ WebkitPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
760
+ WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
761
+ WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
762
+ WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
763
+ WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
764
+ WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
765
+ WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined;
766
+ WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined;
767
+ WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
768
+ WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
769
+ WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
770
+ WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
771
+ WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
772
+ WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
773
+ WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
774
+ WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined;
775
+ WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined;
776
+ WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
777
+ WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined;
778
+ WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined;
779
+ WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
780
+ WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined;
781
+ WebkitTransform?: import("csstype").Property.Transform | undefined;
782
+ WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
783
+ WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined;
784
+ WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
785
+ WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
786
+ WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
787
+ WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
788
+ WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
789
+ WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
790
+ WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
791
+ MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
792
+ MozBorderImage?: import("csstype").Property.BorderImage | undefined;
793
+ MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
794
+ MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
795
+ MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
796
+ msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
797
+ msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
798
+ msFlex?: import("csstype").Property.Flex<string | number> | undefined;
799
+ msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined;
800
+ msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined;
801
+ msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined;
802
+ msTransition?: import("csstype").Property.Transition<string & {}> | undefined;
803
+ WebkitAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
804
+ WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | undefined;
805
+ WebkitBorderImage?: import("csstype").Property.BorderImage | undefined;
806
+ WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
807
+ WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
808
+ WebkitColumns?: import("csstype").Property.Columns<string | number> | undefined;
809
+ WebkitFlex?: import("csstype").Property.Flex<string | number> | undefined;
810
+ WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined;
811
+ WebkitMask?: import("csstype").Property.WebkitMask<string | number> | undefined;
812
+ WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined;
813
+ WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
814
+ WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
815
+ WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
816
+ azimuth?: import("csstype").Property.Azimuth | undefined;
817
+ boxAlign?: import("csstype").Property.BoxAlign | undefined;
818
+ boxDirection?: import("csstype").Property.BoxDirection | undefined;
819
+ boxFlex?: import("csstype").Property.BoxFlex | undefined;
820
+ boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
821
+ boxLines?: import("csstype").Property.BoxLines | undefined;
822
+ boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
823
+ boxOrient?: import("csstype").Property.BoxOrient | undefined;
824
+ boxPack?: import("csstype").Property.BoxPack | undefined;
825
+ clip?: import("csstype").Property.Clip | undefined;
826
+ gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
827
+ gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
828
+ gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
829
+ imeMode?: import("csstype").Property.ImeMode | undefined;
830
+ offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
831
+ offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
832
+ offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
833
+ offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
834
+ offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
835
+ offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
836
+ scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
837
+ scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
838
+ scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
839
+ scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
840
+ scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
841
+ scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
842
+ scrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
843
+ KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
844
+ KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
845
+ KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
846
+ KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
847
+ KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined;
848
+ KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
849
+ KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined;
850
+ KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined;
851
+ KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
852
+ KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
853
+ KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
854
+ MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
855
+ MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
856
+ MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
857
+ MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
858
+ MozBinding?: import("csstype").Property.MozBinding | undefined;
859
+ MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
860
+ MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
861
+ MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
862
+ MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
863
+ MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
864
+ MozBoxAlign?: import("csstype").Property.BoxAlign | undefined;
865
+ MozBoxDirection?: import("csstype").Property.BoxDirection | undefined;
866
+ MozBoxFlex?: import("csstype").Property.BoxFlex | undefined;
867
+ MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
868
+ MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
869
+ MozBoxPack?: import("csstype").Property.BoxPack | undefined;
870
+ MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
871
+ MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
872
+ MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
873
+ MozOpacity?: import("csstype").Property.Opacity | undefined;
874
+ MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
875
+ MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
876
+ MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
877
+ MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
878
+ MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
879
+ MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
880
+ MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
881
+ MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
882
+ MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
883
+ MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
884
+ MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
885
+ MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
886
+ MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
887
+ MozUserInput?: import("csstype").Property.MozUserInput | undefined;
888
+ msImeMode?: import("csstype").Property.ImeMode | undefined;
889
+ msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
890
+ OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
891
+ OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
892
+ OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
893
+ OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
894
+ OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
895
+ OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
896
+ OAnimationName?: import("csstype").Property.AnimationName | undefined;
897
+ OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
898
+ OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
899
+ OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
900
+ OBorderImage?: import("csstype").Property.BorderImage | undefined;
901
+ OObjectFit?: import("csstype").Property.ObjectFit | undefined;
902
+ OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
903
+ OTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
904
+ OTextOverflow?: import("csstype").Property.TextOverflow | undefined;
905
+ OTransform?: import("csstype").Property.Transform | undefined;
906
+ OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
907
+ OTransition?: import("csstype").Property.Transition<string & {}> | undefined;
908
+ OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
909
+ OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
910
+ OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
911
+ OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
912
+ WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined;
913
+ WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined;
914
+ WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined;
915
+ WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
916
+ WebkitBoxLines?: import("csstype").Property.BoxLines | undefined;
917
+ WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
918
+ WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
919
+ WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
920
+ WebkitScrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
921
+ WebkitScrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
922
+ alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
923
+ baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
924
+ clipRule?: import("csstype").Property.ClipRule | undefined;
925
+ colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
926
+ colorRendering?: import("csstype").Property.ColorRendering | undefined;
927
+ dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
928
+ fill?: import("csstype").Property.Fill | undefined;
929
+ fillOpacity?: import("csstype").Property.FillOpacity | undefined;
930
+ fillRule?: import("csstype").Property.FillRule | undefined;
931
+ floodColor?: import("csstype").Property.FloodColor | undefined;
932
+ floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
933
+ glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
934
+ lightingColor?: import("csstype").Property.LightingColor | undefined;
935
+ marker?: import("csstype").Property.Marker | undefined;
936
+ markerEnd?: import("csstype").Property.MarkerEnd | undefined;
937
+ markerMid?: import("csstype").Property.MarkerMid | undefined;
938
+ markerStart?: import("csstype").Property.MarkerStart | undefined;
939
+ shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
940
+ stopColor?: import("csstype").Property.StopColor | undefined;
941
+ stopOpacity?: import("csstype").Property.StopOpacity | undefined;
942
+ stroke?: import("csstype").Property.Stroke | undefined;
943
+ strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
944
+ strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
945
+ strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
946
+ strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
947
+ strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
948
+ strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
949
+ strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
950
+ textAnchor?: import("csstype").Property.TextAnchor | undefined;
951
+ vectorEffect?: import("csstype").Property.VectorEffect | undefined;
167
952
  };
168
953
  ref?: string | ((instance: HTMLObjectElement | null) => void) | React.RefObject<HTMLObjectElement> | ((instance: HTMLProgressElement | null) => void) | React.RefObject<HTMLProgressElement> | ((instance: HTMLAnchorElement | null) => void) | React.RefObject<HTMLAnchorElement> | ((instance: HTMLElement | null) => void) | React.RefObject<HTMLElement> | ((instance: HTMLAreaElement | null) => void) | React.RefObject<HTMLAreaElement> | ((instance: HTMLAudioElement | null) => void) | React.RefObject<HTMLAudioElement> | ((instance: HTMLBaseElement | null) => void) | React.RefObject<HTMLBaseElement> | ((instance: HTMLQuoteElement | null) => void) | React.RefObject<HTMLQuoteElement> | ((instance: HTMLBodyElement | null) => void) | React.RefObject<HTMLBodyElement> | ((instance: HTMLBRElement | null) => void) | React.RefObject<HTMLBRElement> | ((instance: HTMLButtonElement | null) => void) | React.RefObject<HTMLButtonElement> | ((instance: HTMLCanvasElement | null) => void) | React.RefObject<HTMLCanvasElement> | ((instance: HTMLTableColElement | null) => void) | React.RefObject<HTMLTableColElement> | ((instance: HTMLDataElement | null) => void) | React.RefObject<HTMLDataElement> | ((instance: HTMLDataListElement | null) => void) | React.RefObject<HTMLDataListElement> | ((instance: HTMLModElement | null) => void) | React.RefObject<HTMLModElement> | ((instance: HTMLDetailsElement | null) => void) | React.RefObject<HTMLDetailsElement> | ((instance: HTMLDialogElement | null) => void) | React.RefObject<HTMLDialogElement> | ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | ((instance: HTMLDListElement | null) => void) | React.RefObject<HTMLDListElement> | ((instance: HTMLEmbedElement | null) => void) | React.RefObject<HTMLEmbedElement> | ((instance: HTMLFieldSetElement | null) => void) | React.RefObject<HTMLFieldSetElement> | ((instance: HTMLFormElement | null) => void) | React.RefObject<HTMLFormElement> | ((instance: HTMLHeadingElement | null) => void) | React.RefObject<HTMLHeadingElement> | ((instance: HTMLHeadElement | null) => void) | React.RefObject<HTMLHeadElement> | ((instance: HTMLHRElement | null) => void) | React.RefObject<HTMLHRElement> | ((instance: HTMLHtmlElement | null) => void) | React.RefObject<HTMLHtmlElement> | ((instance: HTMLIFrameElement | null) => void) | React.RefObject<HTMLIFrameElement> | ((instance: HTMLImageElement | null) => void) | React.RefObject<HTMLImageElement> | ((instance: HTMLInputElement | null) => void) | React.RefObject<HTMLInputElement> | ((instance: HTMLLabelElement | null) => void) | React.RefObject<HTMLLabelElement> | ((instance: HTMLLegendElement | null) => void) | React.RefObject<HTMLLegendElement> | ((instance: HTMLLIElement | null) => void) | React.RefObject<HTMLLIElement> | ((instance: HTMLLinkElement | null) => void) | React.RefObject<HTMLLinkElement> | ((instance: HTMLMapElement | null) => void) | React.RefObject<HTMLMapElement> | ((instance: HTMLMetaElement | null) => void) | React.RefObject<HTMLMetaElement> | ((instance: HTMLMeterElement | null) => void) | React.RefObject<HTMLMeterElement> | ((instance: HTMLOListElement | null) => void) | React.RefObject<HTMLOListElement> | ((instance: HTMLOptGroupElement | null) => void) | React.RefObject<HTMLOptGroupElement> | ((instance: HTMLOptionElement | null) => void) | React.RefObject<HTMLOptionElement> | ((instance: HTMLOutputElement | null) => void) | React.RefObject<HTMLOutputElement> | ((instance: HTMLParagraphElement | null) => void) | React.RefObject<HTMLParagraphElement> | ((instance: HTMLParamElement | null) => void) | React.RefObject<HTMLParamElement> | ((instance: HTMLPreElement | null) => void) | React.RefObject<HTMLPreElement> | ((instance: HTMLSlotElement | null) => void) | React.RefObject<HTMLSlotElement> | ((instance: HTMLScriptElement | null) => void) | React.RefObject<HTMLScriptElement> | ((instance: HTMLSelectElement | null) => void) | React.RefObject<HTMLSelectElement> | ((instance: HTMLSourceElement | null) => void) | React.RefObject<HTMLSourceElement> | ((instance: HTMLSpanElement | null) => void) | React.RefObject<HTMLSpanElement> | ((instance: HTMLStyleElement | null) => void) | React.RefObject<HTMLStyleElement> | ((instance: HTMLTableElement | null) => void) | React.RefObject<HTMLTableElement> | ((instance: HTMLTemplateElement | null) => void) | React.RefObject<HTMLTemplateElement> | ((instance: HTMLTableSectionElement | null) => void) | React.RefObject<HTMLTableSectionElement> | ((instance: HTMLTableDataCellElement | null) => void) | React.RefObject<HTMLTableDataCellElement> | ((instance: HTMLTextAreaElement | null) => void) | React.RefObject<HTMLTextAreaElement> | ((instance: HTMLTableHeaderCellElement | null) => void) | React.RefObject<HTMLTableHeaderCellElement> | ((instance: HTMLTimeElement | null) => void) | React.RefObject<HTMLTimeElement> | ((instance: HTMLTitleElement | null) => void) | React.RefObject<HTMLTitleElement> | ((instance: HTMLTableRowElement | null) => void) | React.RefObject<HTMLTableRowElement> | ((instance: HTMLTrackElement | null) => void) | React.RefObject<HTMLTrackElement> | ((instance: HTMLUListElement | null) => void) | React.RefObject<HTMLUListElement> | ((instance: HTMLVideoElement | null) => void) | React.RefObject<HTMLVideoElement> | ((instance: HTMLWebViewElement | null) => void) | React.RefObject<HTMLWebViewElement> | null | undefined;
169
954
  key?: React.Key | null | undefined;
package/box.js CHANGED
@@ -4350,14 +4350,14 @@ function Box(boxProps) {
4350
4350
  const boxTag = tag || "div";
4351
4351
  const tagProps = __spreadProps(__spreadValues({}, props), {
4352
4352
  className: classNames.join(" "),
4353
- style: {
4353
+ style: __spreadProps(__spreadValues({}, props == null ? void 0 : props.style), {
4354
4354
  width: inlineWidth,
4355
4355
  height: inlineHeight,
4356
4356
  minWidth: inlineMinWidth,
4357
4357
  minHeight: inlineMinHeight,
4358
4358
  maxWidth: inlineMaxWidth,
4359
4359
  maxHeight: inlineMaxHeight
4360
- }
4360
+ })
4361
4361
  });
4362
4362
  const [isHover, setIsHover] = useState(false);
4363
4363
  const needsHoverState = typeof children === "function";
@@ -14,18 +14,19 @@ var __spreadValues = (a, b) => {
14
14
  }
15
15
  return a;
16
16
  };
17
- import Box from "../../box.js";
18
- import { j as jsx } from "../../chunk/jsx-runtime-8434466e.js";
17
+ import Box from "../box.js";
18
+ import { j as jsx } from "../chunk/jsx-runtime-8434466e.js";
19
19
  import "react";
20
20
  function Button(props) {
21
21
  const {
22
22
  props: tagProps,
23
- onClick
23
+ onClick,
24
+ type
24
25
  } = props;
25
- const newTagProps = __spreadValues(__spreadValues({}, {
26
- type: "button",
27
- onClick
28
- }), tagProps);
26
+ const newTagProps = __spreadValues(__spreadValues({}, tagProps), {
27
+ onClick,
28
+ type: type || "button"
29
+ });
29
30
  const newProps = __spreadValues(__spreadValues({}, {
30
31
  props: newTagProps
31
32
  }), props);
@@ -1,4 +1,4 @@
1
- import Box from '../../box';
1
+ import Box from '../box';
2
2
  declare type BoxProps = React.ComponentProps<typeof Box>;
3
3
  interface BoxFlex {
4
4
  wrap?: BoxProps['flexWrap'];
@@ -14,8 +14,8 @@ var __spreadValues = (a, b) => {
14
14
  }
15
15
  return a;
16
16
  };
17
- import Box from "../../box.js";
18
- import { j as jsx } from "../../chunk/jsx-runtime-8434466e.js";
17
+ import Box from "../box.js";
18
+ import { j as jsx } from "../chunk/jsx-runtime-8434466e.js";
19
19
  import "react";
20
20
  function Flex(props) {
21
21
  const {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cronocode/react-box",
3
- "version": "0.1.5",
3
+ "version": "0.1.8",
4
4
  "main": "./box.js",
5
5
  "module": "./box.js",
6
6
  "types": "./box.d.ts",
@@ -12,9 +12,9 @@
12
12
  },
13
13
  "./styles.css": "./styles.css",
14
14
  "./components/*": {
15
- "import": "./components/*/*.js",
16
- "require": "./components/*/*.js",
17
- "types": "./components/*/*.d.ts"
15
+ "import": "./components/*.js",
16
+ "require": "./components/*.js",
17
+ "types": "./components/*.d.ts"
18
18
  }
19
19
  },
20
20
  "scripts": {
package/styles.css CHANGED
@@ -1 +1 @@
1
- body{font-size:16px;line-height:1.2;margin:0;padding:0}.a{display:block;border:0 solid inherit;font-family:inherit;font-size:inherit;margin:0;padding:0}.b{display:none}.c{display:block}.d{display:inline-block}.e{display:flex}.f{display:inline-flex}.g{display:grid}.h{position:static}.i{position:relative}.j{position:absolute}.k{position:fixed}.l{position:-webkit-sticky;position:sticky}.m{width:100%}.n{width:100vw}.o{width:auto}.p{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.q{width:-webkit-max-content;width:-moz-max-content;width:max-content}.r{width:-webkit-min-content;width:-moz-min-content;width:min-content}.s{height:100%}.t{height:100vh}.u{height:auto}.v{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.w{height:-webkit-max-content;height:-moz-max-content;height:max-content}.x{height:-webkit-min-content;height:-moz-min-content;height:min-content}.y{min-width:100%}.z{min-width:100vw}.A{min-width:auto}.B{min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}.C{min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content}.D{min-width:-webkit-min-content;min-width:-moz-min-content;min-width:min-content}.E{min-height:100%}.F{min-height:100vh}.G{min-height:auto}.H{min-height:-webkit-fit-content;min-height:-moz-fit-content;min-height:fit-content}.I{min-height:-webkit-max-content;min-height:-moz-max-content;min-height:max-content}.J{min-height:-webkit-min-content;min-height:-moz-min-content;min-height:min-content}.K{max-width:100%}.L{max-width:100vw}.M{max-width:auto}.N{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}.O{max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}.P{max-width:-webkit-min-content;max-width:-moz-min-content;max-width:min-content}.Q{max-height:100%}.R{max-height:100vh}.S{max-height:auto}.T{max-height:-webkit-fit-content;max-height:-moz-fit-content;max-height:fit-content}.U{max-height:-webkit-max-content;max-height:-moz-max-content;max-height:max-content}.V{max-height:-webkit-min-content;max-height:-moz-min-content;max-height:min-content}.W{top:0rem}.X{top:.5rem}.Y{top:1rem}.Z{top:1.5rem}.aa{top:2rem}.ab{top:2.5rem}.ac{top:3rem}.ad{top:3.5rem}.ae{top:4rem}.af{top:4.5rem}.ag{top:5rem}.ah{top:5.5rem}.ai{top:6rem}.aj{top:6.5rem}.ak{top:7rem}.al{top:7.5rem}.am{top:8rem}.an{top:8.5rem}.ao{top:9rem}.ap{top:9.5rem}.aq{top:10rem}.ar{right:0rem}.as{right:.5rem}.at{right:1rem}.au{right:1.5rem}.av{right:2rem}.aw{right:2.5rem}.ax{right:3rem}.ay{right:3.5rem}.az{right:4rem}.aA{right:4.5rem}.aB{right:5rem}.aC{right:5.5rem}.aD{right:6rem}.aE{right:6.5rem}.aF{right:7rem}.aG{right:7.5rem}.aH{right:8rem}.aI{right:8.5rem}.aJ{right:9rem}.aK{right:9.5rem}.aL{right:10rem}.aM{bottom:0rem}.aN{bottom:.5rem}.aO{bottom:1rem}.aP{bottom:1.5rem}.aQ{bottom:2rem}.aR{bottom:2.5rem}.aS{bottom:3rem}.aT{bottom:3.5rem}.aU{bottom:4rem}.aV{bottom:4.5rem}.aW{bottom:5rem}.aX{bottom:5.5rem}.aY{bottom:6rem}.aZ{bottom:6.5rem}.a0{bottom:7rem}.a1{bottom:7.5rem}.a2{bottom:8rem}.a3{bottom:8.5rem}.a4{bottom:9rem}.a5{bottom:9.5rem}.a6{bottom:10rem}.a7{left:0rem}.a8{left:.5rem}.a9{left:1rem}.ba{left:1.5rem}.bb{left:2rem}.bc{left:2.5rem}.bd{left:3rem}.be{left:3.5rem}.bf{left:4rem}.bg{left:4.5rem}.bh{left:5rem}.bi{left:5.5rem}.bj{left:6rem}.bk{left:6.5rem}.bl{left:7rem}.bm{left:7.5rem}.bn{left:8rem}.bo{left:8.5rem}.bp{left:9rem}.bq{left:9.5rem}.br{left:10rem}.bs,.bt{margin:0rem}.bu,.bv{margin:.5rem}.bw,.bx{margin:1rem}.by,.bz{margin:1.5rem}.bA,.bB{margin:2rem}.bC,.bD{margin:2.5rem}.bE,.bF{margin:3rem}.bG,.bH{margin:3.5rem}.bI,.bJ{margin:4rem}.bK,.bL{margin:4.5rem}.bM,.bN{margin:5rem}.bO,.bP{margin:5.5rem}.bQ,.bR{margin:6rem}.bS,.bT{margin:6.5rem}.bU,.bV{margin:7rem}.bW,.bX{margin:7.5rem}.bY,.bZ{margin:8rem}.b0,.b1{margin:8.5rem}.b2,.b3{margin:9rem}.b4,.b5{margin:9.5rem}.b6,.b7{margin:10rem}.b8,.b9{margin-left:0rem;margin-right:0rem}.ca,.cb{margin-top:0rem;margin-bottom:0rem}.cc,.cd{margin-left:.5rem;margin-right:.5rem}.ce,.cf{margin-top:.5rem;margin-bottom:.5rem}.cg,.ch{margin-left:1rem;margin-right:1rem}.ci,.cj{margin-top:1rem;margin-bottom:1rem}.ck,.cl{margin-left:1.5rem;margin-right:1.5rem}.cm,.cn{margin-top:1.5rem;margin-bottom:1.5rem}.co,.cp{margin-left:2rem;margin-right:2rem}.cq,.cr{margin-top:2rem;margin-bottom:2rem}.cs,.ct{margin-left:2.5rem;margin-right:2.5rem}.cu,.cv{margin-top:2.5rem;margin-bottom:2.5rem}.cw,.cx{margin-left:3rem;margin-right:3rem}.cy,.cz{margin-top:3rem;margin-bottom:3rem}.cA,.cB{margin-left:3.5rem;margin-right:3.5rem}.cC,.cD{margin-top:3.5rem;margin-bottom:3.5rem}.cE,.cF{margin-left:4rem;margin-right:4rem}.cG,.cH{margin-top:4rem;margin-bottom:4rem}.cI,.cJ{margin-left:4.5rem;margin-right:4.5rem}.cK,.cL{margin-top:4.5rem;margin-bottom:4.5rem}.cM,.cN{margin-left:5rem;margin-right:5rem}.cO,.cP{margin-top:5rem;margin-bottom:5rem}.cQ,.cR{margin-left:5.5rem;margin-right:5.5rem}.cS,.cT{margin-top:5.5rem;margin-bottom:5.5rem}.cU,.cV{margin-left:6rem;margin-right:6rem}.cW,.cX{margin-top:6rem;margin-bottom:6rem}.cY,.cZ{margin-left:6.5rem;margin-right:6.5rem}.c0,.c1{margin-top:6.5rem;margin-bottom:6.5rem}.c2,.c3{margin-left:7rem;margin-right:7rem}.c4,.c5{margin-top:7rem;margin-bottom:7rem}.c6,.c7{margin-left:7.5rem;margin-right:7.5rem}.c8,.c9{margin-top:7.5rem;margin-bottom:7.5rem}.da,.db{margin-left:8rem;margin-right:8rem}.dc,.dd{margin-top:8rem;margin-bottom:8rem}.de,.df{margin-left:8.5rem;margin-right:8.5rem}.dg,.dh{margin-top:8.5rem;margin-bottom:8.5rem}.di,.dj{margin-left:9rem;margin-right:9rem}.dk,.dl{margin-top:9rem;margin-bottom:9rem}.dm,.dn{margin-left:9.5rem;margin-right:9.5rem}.do,.dp{margin-top:9.5rem;margin-bottom:9.5rem}.dq,.dr{margin-left:10rem;margin-right:10rem}.ds,.dt{margin-top:10rem;margin-bottom:10rem}.du,.dv{margin-top:0rem}.dw,.dx{margin-right:0rem}.dy,.dz{margin-bottom:0rem}.dA,.dB{margin-left:0rem}.dC,.dD{margin-top:.5rem}.dE,.dF{margin-right:.5rem}.dG,.dH{margin-bottom:.5rem}.dI,.dJ{margin-left:.5rem}.dK,.dL{margin-top:1rem}.dM,.dN{margin-right:1rem}.dO,.dP{margin-bottom:1rem}.dQ,.dR{margin-left:1rem}.dS,.dT{margin-top:1.5rem}.dU,.dV{margin-right:1.5rem}.dW,.dX{margin-bottom:1.5rem}.dY,.dZ{margin-left:1.5rem}.d0,.d1{margin-top:2rem}.d2,.d3{margin-right:2rem}.d4,.d5{margin-bottom:2rem}.d6,.d7{margin-left:2rem}.d8,.d9{margin-top:2.5rem}.ea,.eb{margin-right:2.5rem}.ec,.ed{margin-bottom:2.5rem}.ee,.ef{margin-left:2.5rem}.eg,.eh{margin-top:3rem}.ei,.ej{margin-right:3rem}.ek,.el{margin-bottom:3rem}.em,.en{margin-left:3rem}.eo,.ep{margin-top:3.5rem}.eq,.er{margin-right:3.5rem}.es,.et{margin-bottom:3.5rem}.eu,.ev{margin-left:3.5rem}.ew,.ex{margin-top:4rem}.ey,.ez{margin-right:4rem}.eA,.eB{margin-bottom:4rem}.eC,.eD{margin-left:4rem}.eE,.eF{margin-top:4.5rem}.eG,.eH{margin-right:4.5rem}.eI,.eJ{margin-bottom:4.5rem}.eK,.eL{margin-left:4.5rem}.eM,.eN{margin-top:5rem}.eO,.eP{margin-right:5rem}.eQ,.eR{margin-bottom:5rem}.eS,.eT{margin-left:5rem}.eU,.eV{margin-top:5.5rem}.eW,.eX{margin-right:5.5rem}.eY,.eZ{margin-bottom:5.5rem}.e0,.e1{margin-left:5.5rem}.e2,.e3{margin-top:6rem}.e4,.e5{margin-right:6rem}.e6,.e7{margin-bottom:6rem}.e8,.e9{margin-left:6rem}.fa,.fb{margin-top:6.5rem}.fc,.fd{margin-right:6.5rem}.fe,.ff{margin-bottom:6.5rem}.fg,.fh{margin-left:6.5rem}.fi,.fj{margin-top:7rem}.fk,.fl{margin-right:7rem}.fm,.fn{margin-bottom:7rem}.fo,.fp{margin-left:7rem}.fq,.fr{margin-top:7.5rem}.fs,.ft{margin-right:7.5rem}.fu,.fv{margin-bottom:7.5rem}.fw,.fx{margin-left:7.5rem}.fy,.fz{margin-top:8rem}.fA,.fB{margin-right:8rem}.fC,.fD{margin-bottom:8rem}.fE,.fF{margin-left:8rem}.fG,.fH{margin-top:8.5rem}.fI,.fJ{margin-right:8.5rem}.fK,.fL{margin-bottom:8.5rem}.fM,.fN{margin-left:8.5rem}.fO,.fP{margin-top:9rem}.fQ,.fR{margin-right:9rem}.fS,.fT{margin-bottom:9rem}.fU,.fV{margin-left:9rem}.fW,.fX{margin-top:9.5rem}.fY,.fZ{margin-right:9.5rem}.f0,.f1{margin-bottom:9.5rem}.f2,.f3{margin-left:9.5rem}.f4,.f5{margin-top:10rem}.f6,.f7{margin-right:10rem}.f8,.f9{margin-bottom:10rem}.ga,.gb{margin-left:10rem}.gc,.gd{padding:0rem}.ge,.gf{padding:.5rem}.gg,.gh{padding:1rem}.gi,.gj{padding:1.5rem}.gk,.gl{padding:2rem}.gm,.gn{padding:2.5rem}.go,.gp{padding:3rem}.gq,.gr{padding:3.5rem}.gs,.gt{padding:4rem}.gu,.gv{padding:4.5rem}.gw,.gx{padding:5rem}.gy,.gz{padding:5.5rem}.gA,.gB{padding:6rem}.gC,.gD{padding:6.5rem}.gE,.gF{padding:7rem}.gG,.gH{padding:7.5rem}.gI,.gJ{padding:8rem}.gK,.gL{padding:8.5rem}.gM,.gN{padding:9rem}.gO,.gP{padding:9.5rem}.gQ,.gR{padding:10rem}.gS,.gT{padding-left:0rem;padding-right:0rem}.gU,.gV{padding-top:0rem;padding-bottom:0rem}.gW,.gX{padding-left:.5rem;padding-right:.5rem}.gY,.gZ{padding-top:.5rem;padding-bottom:.5rem}.g0,.g1{padding-left:1rem;padding-right:1rem}.g2,.g3{padding-top:1rem;padding-bottom:1rem}.g4,.g5{padding-left:1.5rem;padding-right:1.5rem}.g6,.g7{padding-top:1.5rem;padding-bottom:1.5rem}.g8,.g9{padding-left:2rem;padding-right:2rem}.ha,.hb{padding-top:2rem;padding-bottom:2rem}.hc,.hd{padding-left:2.5rem;padding-right:2.5rem}.he,.hf{padding-top:2.5rem;padding-bottom:2.5rem}.hg,.hh{padding-left:3rem;padding-right:3rem}.hi,.hj{padding-top:3rem;padding-bottom:3rem}.hk,.hl{padding-left:3.5rem;padding-right:3.5rem}.hm,.hn{padding-top:3.5rem;padding-bottom:3.5rem}.ho,.hp{padding-left:4rem;padding-right:4rem}.hq,.hr{padding-top:4rem;padding-bottom:4rem}.hs,.ht{padding-left:4.5rem;padding-right:4.5rem}.hu,.hv{padding-top:4.5rem;padding-bottom:4.5rem}.hw,.hx{padding-left:5rem;padding-right:5rem}.hy,.hz{padding-top:5rem;padding-bottom:5rem}.hA,.hB{padding-left:5.5rem;padding-right:5.5rem}.hC,.hD{padding-top:5.5rem;padding-bottom:5.5rem}.hE,.hF{padding-left:6rem;padding-right:6rem}.hG,.hH{padding-top:6rem;padding-bottom:6rem}.hI,.hJ{padding-left:6.5rem;padding-right:6.5rem}.hK,.hL{padding-top:6.5rem;padding-bottom:6.5rem}.hM,.hN{padding-left:7rem;padding-right:7rem}.hO,.hP{padding-top:7rem;padding-bottom:7rem}.hQ,.hR{padding-left:7.5rem;padding-right:7.5rem}.hS,.hT{padding-top:7.5rem;padding-bottom:7.5rem}.hU,.hV{padding-left:8rem;padding-right:8rem}.hW,.hX{padding-top:8rem;padding-bottom:8rem}.hY,.hZ{padding-left:8.5rem;padding-right:8.5rem}.h0,.h1{padding-top:8.5rem;padding-bottom:8.5rem}.h2,.h3{padding-left:9rem;padding-right:9rem}.h4,.h5{padding-top:9rem;padding-bottom:9rem}.h6,.h7{padding-left:9.5rem;padding-right:9.5rem}.h8,.h9{padding-top:9.5rem;padding-bottom:9.5rem}.ia,.ib{padding-left:10rem;padding-right:10rem}.ic,.id{padding-top:10rem;padding-bottom:10rem}.ie,.if{padding-top:0rem}.ig,.ih{padding-right:0rem}.ii,.ij{padding-bottom:0rem}.ik,.il{padding-left:0rem}.im,.in{padding-top:.5rem}.io,.ip{padding-right:.5rem}.iq,.ir{padding-bottom:.5rem}.is,.it{padding-left:.5rem}.iu,.iv{padding-top:1rem}.iw,.ix{padding-right:1rem}.iy,.iz{padding-bottom:1rem}.iA,.iB{padding-left:1rem}.iC,.iD{padding-top:1.5rem}.iE,.iF{padding-right:1.5rem}.iG,.iH{padding-bottom:1.5rem}.iI,.iJ{padding-left:1.5rem}.iK,.iL{padding-top:2rem}.iM,.iN{padding-right:2rem}.iO,.iP{padding-bottom:2rem}.iQ,.iR{padding-left:2rem}.iS,.iT{padding-top:2.5rem}.iU,.iV{padding-right:2.5rem}.iW,.iX{padding-bottom:2.5rem}.iY,.iZ{padding-left:2.5rem}.i0,.i1{padding-top:3rem}.i2,.i3{padding-right:3rem}.i4,.i5{padding-bottom:3rem}.i6,.i7{padding-left:3rem}.i8,.i9{padding-top:3.5rem}.ja,.jb{padding-right:3.5rem}.jc,.jd{padding-bottom:3.5rem}.je,.jf{padding-left:3.5rem}.jg,.jh{padding-top:4rem}.ji,.jj{padding-right:4rem}.jk,.jl{padding-bottom:4rem}.jm,.jn{padding-left:4rem}.jo,.jp{padding-top:4.5rem}.jq,.jr{padding-right:4.5rem}.js,.jt{padding-bottom:4.5rem}.ju,.jv{padding-left:4.5rem}.jw,.jx{padding-top:5rem}.jy,.jz{padding-right:5rem}.jA,.jB{padding-bottom:5rem}.jC,.jD{padding-left:5rem}.jE,.jF{padding-top:5.5rem}.jG,.jH{padding-right:5.5rem}.jI,.jJ{padding-bottom:5.5rem}.jK,.jL{padding-left:5.5rem}.jM,.jN{padding-top:6rem}.jO,.jP{padding-right:6rem}.jQ,.jR{padding-bottom:6rem}.jS,.jT{padding-left:6rem}.jU,.jV{padding-top:6.5rem}.jW,.jX{padding-right:6.5rem}.jY,.jZ{padding-bottom:6.5rem}.j0,.j1{padding-left:6.5rem}.j2,.j3{padding-top:7rem}.j4,.j5{padding-right:7rem}.j6,.j7{padding-bottom:7rem}.j8,.j9{padding-left:7rem}.ka,.kb{padding-top:7.5rem}.kc,.kd{padding-right:7.5rem}.ke,.kf{padding-bottom:7.5rem}.kg,.kh{padding-left:7.5rem}.ki,.kj{padding-top:8rem}.kk,.kl{padding-right:8rem}.km,.kn{padding-bottom:8rem}.ko,.kp{padding-left:8rem}.kq,.kr{padding-top:8.5rem}.ks,.kt{padding-right:8.5rem}.ku,.kv{padding-bottom:8.5rem}.kw,.kx{padding-left:8.5rem}.ky,.kz{padding-top:9rem}.kA,.kB{padding-right:9rem}.kC,.kD{padding-bottom:9rem}.kE,.kF{padding-left:9rem}.kG,.kH{padding-top:9.5rem}.kI,.kJ{padding-right:9.5rem}.kK,.kL{padding-bottom:9.5rem}.kM,.kN{padding-left:9.5rem}.kO,.kP{padding-top:10rem}.kQ,.kR{padding-right:10rem}.kS,.kT{padding-bottom:10rem}.kU,.kV{padding-left:10rem}.kW,.kX{border-width:0px}.kY,.kZ{border-width:1px}.k0,.k1{border-width:2px}.k2,.k3{border-width:3px}.k4,.k5{border-width:4px}.k6,.k7{border-width:5px}.k8,.k9{border-width:6px}.la,.lb{border-width:7px}.lc,.ld{border-width:8px}.le,.lf{border-width:9px}.lg,.lh{border-width:10px}.li,.lj{border-width:11px}.lk,.ll{border-width:12px}.lm,.ln{border-width:13px}.lo,.lp{border-width:14px}.lq,.lr{border-width:15px}.ls,.lt{border-width:16px}.lu,.lv{border-width:17px}.lw,.lx{border-width:18px}.ly,.lz{border-width:19px}.lA,.lB{border-width:20px}.lC,.lD{border-left-width:0px;border-right-width:0px}.lE,.lF{border-top-width:0px;border-bottom-width:0px}.lG,.lH{border-left-width:1px;border-right-width:1px}.lI,.lJ{border-top-width:1px;border-bottom-width:1px}.lK,.lL{border-left-width:2px;border-right-width:2px}.lM,.lN{border-top-width:2px;border-bottom-width:2px}.lO,.lP{border-left-width:3px;border-right-width:3px}.lQ,.lR{border-top-width:3px;border-bottom-width:3px}.lS,.lT{border-left-width:4px;border-right-width:4px}.lU,.lV{border-top-width:4px;border-bottom-width:4px}.lW,.lX{border-left-width:5px;border-right-width:5px}.lY,.lZ{border-top-width:5px;border-bottom-width:5px}.l0,.l1{border-left-width:6px;border-right-width:6px}.l2,.l3{border-top-width:6px;border-bottom-width:6px}.l4,.l5{border-left-width:7px;border-right-width:7px}.l6,.l7{border-top-width:7px;border-bottom-width:7px}.l8,.l9{border-left-width:8px;border-right-width:8px}.ma,.mb{border-top-width:8px;border-bottom-width:8px}.mc,.md{border-left-width:9px;border-right-width:9px}.me,.mf{border-top-width:9px;border-bottom-width:9px}.mg,.mh{border-left-width:10px;border-right-width:10px}.mi,.mj{border-top-width:10px;border-bottom-width:10px}.mk,.ml{border-left-width:11px;border-right-width:11px}.mm,.mn{border-top-width:11px;border-bottom-width:11px}.mo,.mp{border-left-width:12px;border-right-width:12px}.mq,.mr{border-top-width:12px;border-bottom-width:12px}.ms,.mt{border-left-width:13px;border-right-width:13px}.mu,.mv{border-top-width:13px;border-bottom-width:13px}.mw,.mx{border-left-width:14px;border-right-width:14px}.my,.mz{border-top-width:14px;border-bottom-width:14px}.mA,.mB{border-left-width:15px;border-right-width:15px}.mC,.mD{border-top-width:15px;border-bottom-width:15px}.mE,.mF{border-left-width:16px;border-right-width:16px}.mG,.mH{border-top-width:16px;border-bottom-width:16px}.mI,.mJ{border-left-width:17px;border-right-width:17px}.mK,.mL{border-top-width:17px;border-bottom-width:17px}.mM,.mN{border-left-width:18px;border-right-width:18px}.mO,.mP{border-top-width:18px;border-bottom-width:18px}.mQ,.mR{border-left-width:19px;border-right-width:19px}.mS,.mT{border-top-width:19px;border-bottom-width:19px}.mU,.mV{border-left-width:20px;border-right-width:20px}.mW,.mX{border-top-width:20px;border-bottom-width:20px}.mY,.mZ{border-top-width:0px}.m0,.m1{border-right-width:0px}.m2,.m3{border-bottom-width:0px}.m4,.m5{border-left-width:0px}.m6,.m7{border-top-width:1px}.m8,.m9{border-right-width:1px}.na,.nb{border-bottom-width:1px}.nc,.nd{border-left-width:1px}.ne,.nf{border-top-width:2px}.ng,.nh{border-right-width:2px}.ni,.nj{border-bottom-width:2px}.nk,.nl{border-left-width:2px}.nm,.nn{border-top-width:3px}.no,.np{border-right-width:3px}.nq,.nr{border-bottom-width:3px}.ns,.nt{border-left-width:3px}.nu,.nv{border-top-width:4px}.nw,.nx{border-right-width:4px}.ny,.nz{border-bottom-width:4px}.nA,.nB{border-left-width:4px}.nC,.nD{border-top-width:5px}.nE,.nF{border-right-width:5px}.nG,.nH{border-bottom-width:5px}.nI,.nJ{border-left-width:5px}.nK,.nL{border-top-width:6px}.nM,.nN{border-right-width:6px}.nO,.nP{border-bottom-width:6px}.nQ,.nR{border-left-width:6px}.nS,.nT{border-top-width:7px}.nU,.nV{border-right-width:7px}.nW,.nX{border-bottom-width:7px}.nY,.nZ{border-left-width:7px}.n0,.n1{border-top-width:8px}.n2,.n3{border-right-width:8px}.n4,.n5{border-bottom-width:8px}.n6,.n7{border-left-width:8px}.n8,.n9{border-top-width:9px}.oa,.ob{border-right-width:9px}.oc,.od{border-bottom-width:9px}.oe,.of{border-left-width:9px}.og,.oh{border-top-width:10px}.oi,.oj{border-right-width:10px}.ok,.ol{border-bottom-width:10px}.om,.on{border-left-width:10px}.oo,.op{border-top-width:11px}.oq,.or{border-right-width:11px}.os,.ot{border-bottom-width:11px}.ou,.ov{border-left-width:11px}.ow,.ox{border-top-width:12px}.oy,.oz{border-right-width:12px}.oA,.oB{border-bottom-width:12px}.oC,.oD{border-left-width:12px}.oE,.oF{border-top-width:13px}.oG,.oH{border-right-width:13px}.oI,.oJ{border-bottom-width:13px}.oK,.oL{border-left-width:13px}.oM,.oN{border-top-width:14px}.oO,.oP{border-right-width:14px}.oQ,.oR{border-bottom-width:14px}.oS,.oT{border-left-width:14px}.oU,.oV{border-top-width:15px}.oW,.oX{border-right-width:15px}.oY,.oZ{border-bottom-width:15px}.o0,.o1{border-left-width:15px}.o2,.o3{border-top-width:16px}.o4,.o5{border-right-width:16px}.o6,.o7{border-bottom-width:16px}.o8,.o9{border-left-width:16px}.pa,.pb{border-top-width:17px}.pc,.pd{border-right-width:17px}.pe,.pf{border-bottom-width:17px}.pg,.ph{border-left-width:17px}.pi,.pj{border-top-width:18px}.pk,.pl{border-right-width:18px}.pm,.pn{border-bottom-width:18px}.po,.pp{border-left-width:18px}.pq,.pr{border-top-width:19px}.ps,.pt{border-right-width:19px}.pu,.pv{border-bottom-width:19px}.pw,.px{border-left-width:19px}.py,.pz{border-top-width:20px}.pA,.pB{border-right-width:20px}.pC,.pD{border-bottom-width:20px}.pE,.pF{border-left-width:20px}.pG,.pH{border-style:solid}.pI,.pJ{border-style:dashed}.pK,.pL{border-style:dotted}.pM,.pN{border-style:double}.pO,.pP{border-radius:0rem}.pQ,.pR{border-radius:.25rem}.pS,.pT{border-radius:.5rem}.pU,.pV{border-radius:.75rem}.pW,.pX{border-radius:1rem}.pY,.pZ{border-radius:1.25rem}.p0,.p1{border-radius:1.5rem}.p2,.p3{border-radius:1.75rem}.p4,.p5{border-radius:2rem}.p6,.p7{border-radius:2.25rem}.p8,.p9{border-radius:2.5rem}.qa,.qb{border-radius:2.75rem}.qc,.qd{border-radius:3rem}.qe,.qf{border-radius:3.25rem}.qg,.qh{border-radius:3.5rem}.qi,.qj{border-radius:3.75rem}.qk,.ql{border-radius:4rem}.qm,.qn{border-radius:4.25rem}.qo,.qp{border-radius:4.5rem}.qq,.qr{border-radius:4.75rem}.qs,.qt{border-radius:5rem}.qu,.qv{border-top-left-radius:0rem;border-top-right-radius:0rem}.qw,.qx{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.qy,.qz{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.qA,.qB{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.qC,.qD{border-top-left-radius:1rem;border-top-right-radius:1rem}.qE,.qF{border-top-left-radius:1.25rem;border-top-right-radius:1.25rem}.qG,.qH{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.qI,.qJ{border-top-left-radius:1.75rem;border-top-right-radius:1.75rem}.qK,.qL{border-top-left-radius:2rem;border-top-right-radius:2rem}.qM,.qN{border-top-left-radius:2.25rem;border-top-right-radius:2.25rem}.qO,.qP{border-top-left-radius:2.5rem;border-top-right-radius:2.5rem}.qQ,.qR{border-top-left-radius:2.75rem;border-top-right-radius:2.75rem}.qS,.qT{border-top-left-radius:3rem;border-top-right-radius:3rem}.qU,.qV{border-top-left-radius:3.25rem;border-top-right-radius:3.25rem}.qW,.qX{border-top-left-radius:3.5rem;border-top-right-radius:3.5rem}.qY,.qZ{border-top-left-radius:3.75rem;border-top-right-radius:3.75rem}.q0,.q1{border-top-left-radius:4rem;border-top-right-radius:4rem}.q2,.q3{border-top-left-radius:4.25rem;border-top-right-radius:4.25rem}.q4,.q5{border-top-left-radius:4.5rem;border-top-right-radius:4.5rem}.q6,.q7{border-top-left-radius:4.75rem;border-top-right-radius:4.75rem}.q8,.q9{border-top-left-radius:5rem;border-top-right-radius:5rem}.ra,.rb{border-top-right-radius:0rem;border-bottom-right-radius:0rem}.rc,.rd{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.re,.rf{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.rg,.rh{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}.ri,.rj{border-top-right-radius:1rem;border-bottom-right-radius:1rem}.rk,.rl{border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem}.rm,.rn{border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem}.ro,.rp{border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem}.rq,.rr{border-top-right-radius:2rem;border-bottom-right-radius:2rem}.rs,.rt{border-top-right-radius:2.25rem;border-bottom-right-radius:2.25rem}.ru,.rv{border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem}.rw,.rx{border-top-right-radius:2.75rem;border-bottom-right-radius:2.75rem}.ry,.rz{border-top-right-radius:3rem;border-bottom-right-radius:3rem}.rA,.rB{border-top-right-radius:3.25rem;border-bottom-right-radius:3.25rem}.rC,.rD{border-top-right-radius:3.5rem;border-bottom-right-radius:3.5rem}.rE,.rF{border-top-right-radius:3.75rem;border-bottom-right-radius:3.75rem}.rG,.rH{border-top-right-radius:4rem;border-bottom-right-radius:4rem}.rI,.rJ{border-top-right-radius:4.25rem;border-bottom-right-radius:4.25rem}.rK,.rL{border-top-right-radius:4.5rem;border-bottom-right-radius:4.5rem}.rM,.rN{border-top-right-radius:4.75rem;border-bottom-right-radius:4.75rem}.rO,.rP{border-top-right-radius:5rem;border-bottom-right-radius:5rem}.rQ,.rR{border-bottom-left-radius:0rem;border-bottom-right-radius:0rem}.rS,.rT{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.rU,.rV{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.rW,.rX{border-bottom-left-radius:.75rem;border-bottom-right-radius:.75rem}.rY,.rZ{border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}.r0,.r1{border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem}.r2,.r3{border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem}.r4,.r5{border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem}.r6,.r7{border-bottom-left-radius:2rem;border-bottom-right-radius:2rem}.r8,.r9{border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem}.sa,.sb{border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem}.sc,.sd{border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem}.se,.sf{border-bottom-left-radius:3rem;border-bottom-right-radius:3rem}.sg,.sh{border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.25rem}.si,.sj{border-bottom-left-radius:3.5rem;border-bottom-right-radius:3.5rem}.sk,.sl{border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem}.sm,.sn{border-bottom-left-radius:4rem;border-bottom-right-radius:4rem}.so,.sp{border-bottom-left-radius:4.25rem;border-bottom-right-radius:4.25rem}.sq,.sr{border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem}.ss,.st{border-bottom-left-radius:4.75rem;border-bottom-right-radius:4.75rem}.su,.sv{border-bottom-left-radius:5rem;border-bottom-right-radius:5rem}.sw,.sx{border-top-left-radius:0rem;border-bottom-left-radius:0rem}.sy,.sz{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.sA,.sB{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.sC,.sD{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}.sE,.sF{border-top-left-radius:1rem;border-bottom-left-radius:1rem}.sG,.sH{border-top-left-radius:1.25rem;border-bottom-left-radius:1.25rem}.sI,.sJ{border-top-left-radius:1.5rem;border-bottom-left-radius:1.5rem}.sK,.sL{border-top-left-radius:1.75rem;border-bottom-left-radius:1.75rem}.sM,.sN{border-top-left-radius:2rem;border-bottom-left-radius:2rem}.sO,.sP{border-top-left-radius:2.25rem;border-bottom-left-radius:2.25rem}.sQ,.sR{border-top-left-radius:2.5rem;border-bottom-left-radius:2.5rem}.sS,.sT{border-top-left-radius:2.75rem;border-bottom-left-radius:2.75rem}.sU,.sV{border-top-left-radius:3rem;border-bottom-left-radius:3rem}.sW,.sX{border-top-left-radius:3.25rem;border-bottom-left-radius:3.25rem}.sY,.sZ{border-top-left-radius:3.5rem;border-bottom-left-radius:3.5rem}.s0,.s1{border-top-left-radius:3.75rem;border-bottom-left-radius:3.75rem}.s2,.s3{border-top-left-radius:4rem;border-bottom-left-radius:4rem}.s4,.s5{border-top-left-radius:4.25rem;border-bottom-left-radius:4.25rem}.s6,.s7{border-top-left-radius:4.5rem;border-bottom-left-radius:4.5rem}.s8,.s9{border-top-left-radius:4.75rem;border-bottom-left-radius:4.75rem}.ta,.tb{border-top-left-radius:5rem;border-bottom-left-radius:5rem}.tc,.td{border-top-right-radius:0rem}.te,.tf{border-top-left-radius:0rem}.tg,.th{border-bottom-right-radius:0rem}.ti,.tj{border-bottom-left-radius:0rem}.tk,.tl{border-top-right-radius:.25rem}.tm,.tn{border-top-left-radius:.25rem}.to,.tp{border-bottom-right-radius:.25rem}.tq,.tr{border-bottom-left-radius:.25rem}.ts,.tt{border-top-right-radius:.5rem}.tu,.tv{border-top-left-radius:.5rem}.tw,.tx{border-bottom-right-radius:.5rem}.ty,.tz{border-bottom-left-radius:.5rem}.tA,.tB{border-top-right-radius:.75rem}.tC,.tD{border-top-left-radius:.75rem}.tE,.tF{border-bottom-right-radius:.75rem}.tG,.tH{border-bottom-left-radius:.75rem}.tI,.tJ{border-top-right-radius:1rem}.tK,.tL{border-top-left-radius:1rem}.tM,.tN{border-bottom-right-radius:1rem}.tO,.tP{border-bottom-left-radius:1rem}.tQ,.tR{border-top-right-radius:1.25rem}.tS,.tT{border-top-left-radius:1.25rem}.tU,.tV{border-bottom-right-radius:1.25rem}.tW,.tX{border-bottom-left-radius:1.25rem}.tY,.tZ{border-top-right-radius:1.5rem}.t0,.t1{border-top-left-radius:1.5rem}.t2,.t3{border-bottom-right-radius:1.5rem}.t4,.t5{border-bottom-left-radius:1.5rem}.t6,.t7{border-top-right-radius:1.75rem}.t8,.t9{border-top-left-radius:1.75rem}.ua,.ub{border-bottom-right-radius:1.75rem}.uc,.ud{border-bottom-left-radius:1.75rem}.ue,.uf{border-top-right-radius:2rem}.ug,.uh{border-top-left-radius:2rem}.ui,.uj{border-bottom-right-radius:2rem}.uk,.ul{border-bottom-left-radius:2rem}.um,.un{border-top-right-radius:2.25rem}.uo,.up{border-top-left-radius:2.25rem}.uq,.ur{border-bottom-right-radius:2.25rem}.us,.ut{border-bottom-left-radius:2.25rem}.uu,.uv{border-top-right-radius:2.5rem}.uw,.ux{border-top-left-radius:2.5rem}.uy,.uz{border-bottom-right-radius:2.5rem}.uA,.uB{border-bottom-left-radius:2.5rem}.uC,.uD{border-top-right-radius:2.75rem}.uE,.uF{border-top-left-radius:2.75rem}.uG,.uH{border-bottom-right-radius:2.75rem}.uI,.uJ{border-bottom-left-radius:2.75rem}.uK,.uL{border-top-right-radius:3rem}.uM,.uN{border-top-left-radius:3rem}.uO,.uP{border-bottom-right-radius:3rem}.uQ,.uR{border-bottom-left-radius:3rem}.uS,.uT{border-top-right-radius:3.25rem}.uU,.uV{border-top-left-radius:3.25rem}.uW,.uX{border-bottom-right-radius:3.25rem}.uY,.uZ{border-bottom-left-radius:3.25rem}.u0,.u1{border-top-right-radius:3.5rem}.u2,.u3{border-top-left-radius:3.5rem}.u4,.u5{border-bottom-right-radius:3.5rem}.u6,.u7{border-bottom-left-radius:3.5rem}.u8,.u9{border-top-right-radius:3.75rem}.va,.vb{border-top-left-radius:3.75rem}.vc,.vd{border-bottom-right-radius:3.75rem}.ve,.vf{border-bottom-left-radius:3.75rem}.vg,.vh{border-top-right-radius:4rem}.vi,.vj{border-top-left-radius:4rem}.vk,.vl{border-bottom-right-radius:4rem}.vm,.vn{border-bottom-left-radius:4rem}.vo,.vp{border-top-right-radius:4.25rem}.vq,.vr{border-top-left-radius:4.25rem}.vs,.vt{border-bottom-right-radius:4.25rem}.vu,.vv{border-bottom-left-radius:4.25rem}.vw,.vx{border-top-right-radius:4.5rem}.vy,.vz{border-top-left-radius:4.5rem}.vA,.vB{border-bottom-right-radius:4.5rem}.vC,.vD{border-bottom-left-radius:4.5rem}.vE,.vF{border-top-right-radius:4.75rem}.vG,.vH{border-top-left-radius:4.75rem}.vI,.vJ{border-bottom-right-radius:4.75rem}.vK,.vL{border-bottom-left-radius:4.75rem}.vM,.vN{border-top-right-radius:5rem}.vO,.vP{border-top-left-radius:5rem}.vQ,.vR{border-bottom-right-radius:5rem}.vS,.vT{border-bottom-left-radius:5rem}.vU,.vV:hover{color:var(--primary)}.vW,.vX,.vY:hover,.vZ:hover{background-color:var(--primary)}.v0,.v1,.v2:hover,.v3:hover{border-color:var(--primary)}.v4,.v5:hover{color:var(--primaryLight)}.v6,.v7,.v8:hover,.v9:hover{background-color:var(--primaryLight)}.wa,.wb,.wc:hover,.wd:hover{border-color:var(--primaryLight)}.we,.wf:hover{color:var(--primaryDark)}.wg,.wh,.wi:hover,.wj:hover{background-color:var(--primaryDark)}.wk,.wl,.wm:hover,.wn:hover{border-color:var(--primaryDark)}.wo,.wp:hover{color:var(--secondary)}.wq,.wr,.ws:hover,.wt:hover{background-color:var(--secondary)}.wu,.wv,.ww:hover,.wx:hover{border-color:var(--secondary)}.wy,.wz:hover{color:var(--secondaryLight)}.wA,.wB,.wC:hover,.wD:hover{background-color:var(--secondaryLight)}.wE,.wF,.wG:hover,.wH:hover{border-color:var(--secondaryLight)}.wI,.wJ:hover{color:var(--secondaryDark)}.wK,.wL,.wM:hover,.wN:hover{background-color:var(--secondaryDark)}.wO,.wP,.wQ:hover,.wR:hover{border-color:var(--secondaryDark)}.wS,.wT:hover{color:var(--tertiary)}.wU,.wV,.wW:hover,.wX:hover{background-color:var(--tertiary)}.wY,.wZ,.w0:hover,.w1:hover{border-color:var(--tertiary)}.w2,.w3:hover{color:var(--tertiaryLight)}.w4,.w5,.w6:hover,.w7:hover{background-color:var(--tertiaryLight)}.w8,.w9,.xa:hover,.xb:hover{border-color:var(--tertiaryLight)}.xc,.xd:hover{color:var(--tertiaryDark)}.xe,.xf,.xg:hover,.xh:hover{background-color:var(--tertiaryDark)}.xi,.xj,.xk:hover,.xl:hover{border-color:var(--tertiaryDark)}.xm,.xn:hover{color:var(--blue)}.xo,.xp,.xq:hover,.xr:hover{background-color:var(--blue)}.xs,.xt,.xu:hover,.xv:hover{border-color:var(--blue)}.xw,.xx:hover{color:var(--blueLight)}.xy,.xz,.xA:hover,.xB:hover{background-color:var(--blueLight)}.xC,.xD,.xE:hover,.xF:hover{border-color:var(--blueLight)}.xG,.xH:hover{color:var(--blueDark)}.xI,.xJ,.xK:hover,.xL:hover{background-color:var(--blueDark)}.xM,.xN,.xO:hover,.xP:hover{border-color:var(--blueDark)}.xQ,.xR:hover{color:var(--red)}.xS,.xT,.xU:hover,.xV:hover{background-color:var(--red)}.xW,.xX,.xY:hover,.xZ:hover{border-color:var(--red)}.x0,.x1:hover{color:var(--redLight)}.x2,.x3,.x4:hover,.x5:hover{background-color:var(--redLight)}.x6,.x7,.x8:hover,.x9:hover{border-color:var(--redLight)}.ya,.yb:hover{color:var(--redDark)}.yc,.yd,.ye:hover,.yf:hover{background-color:var(--redDark)}.yg,.yh,.yi:hover,.yj:hover{border-color:var(--redDark)}.yk,.yl:hover{color:var(--purple)}.ym,.yn,.yo:hover,.yp:hover{background-color:var(--purple)}.yq,.yr,.ys:hover,.yt:hover{border-color:var(--purple)}.yu,.yv:hover{color:var(--purpleLight)}.yw,.yx,.yy:hover,.yz:hover{background-color:var(--purpleLight)}.yA,.yB,.yC:hover,.yD:hover{border-color:var(--purpleLight)}.yE,.yF:hover{color:var(--purpleDark)}.yG,.yH,.yI:hover,.yJ:hover{background-color:var(--purpleDark)}.yK,.yL,.yM:hover,.yN:hover{border-color:var(--purpleDark)}.yO,.yP:hover{color:var(--yellow)}.yQ,.yR,.yS:hover,.yT:hover{background-color:var(--yellow)}.yU,.yV,.yW:hover,.yX:hover{border-color:var(--yellow)}.yY,.yZ:hover{color:var(--yellowLight)}.y0,.y1,.y2:hover,.y3:hover{background-color:var(--yellowLight)}.y4,.y5,.y6:hover,.y7:hover{border-color:var(--yellowLight)}.y8,.y9:hover{color:var(--yellowDark)}.za,.zb,.zc:hover,.zd:hover{background-color:var(--yellowDark)}.ze,.zf,.zg:hover,.zh:hover{border-color:var(--yellowDark)}.zi,.zj:hover{color:var(--pink)}.zk,.zl,.zm:hover,.zn:hover{background-color:var(--pink)}.zo,.zp,.zq:hover,.zr:hover{border-color:var(--pink)}.zs,.zt:hover{color:var(--pinkLight)}.zu,.zv,.zw:hover,.zx:hover{background-color:var(--pinkLight)}.zy,.zz,.zA:hover,.zB:hover{border-color:var(--pinkLight)}.zC,.zD:hover{color:var(--pinkDark)}.zE,.zF,.zG:hover,.zH:hover{background-color:var(--pinkDark)}.zI,.zJ,.zK:hover,.zL:hover{border-color:var(--pinkDark)}.zM,.zN:hover{color:var(--green)}.zO,.zP,.zQ:hover,.zR:hover{background-color:var(--green)}.zS,.zT,.zU:hover,.zV:hover{border-color:var(--green)}.zW,.zX:hover{color:var(--greenLight)}.zY,.zZ,.z0:hover,.z1:hover{background-color:var(--greenLight)}.z2,.z3,.z4:hover,.z5:hover{border-color:var(--greenLight)}.z6,.z7:hover{color:var(--greenDark)}.z8,.z9,.Aa:hover,.Ab:hover{background-color:var(--greenDark)}.Ac,.Ad,.Ae:hover,.Af:hover{border-color:var(--greenDark)}.Ag,.Ah:hover{color:var(--orange)}.Ai,.Aj,.Ak:hover,.Al:hover{background-color:var(--orange)}.Am,.An,.Ao:hover,.Ap:hover{border-color:var(--orange)}.Aq,.Ar:hover{color:var(--orangeLight)}.As,.At,.Au:hover,.Av:hover{background-color:var(--orangeLight)}.Aw,.Ax,.Ay:hover,.Az:hover{border-color:var(--orangeLight)}.AA,.AB:hover{color:var(--orangeDark)}.AC,.AD,.AE:hover,.AF:hover{background-color:var(--orangeDark)}.AG,.AH,.AI:hover,.AJ:hover{border-color:var(--orangeDark)}.AK,.AL:hover{color:var(--navy)}.AM,.AN,.AO:hover,.AP:hover{background-color:var(--navy)}.AQ,.AR,.AS:hover,.AT:hover{border-color:var(--navy)}.AU,.AV:hover{color:var(--navyLight)}.AW,.AX,.AY:hover,.AZ:hover{background-color:var(--navyLight)}.A0,.A1,.A2:hover,.A3:hover{border-color:var(--navyLight)}.A4,.A5:hover{color:var(--navyDark)}.A6,.A7,.A8:hover,.A9:hover{background-color:var(--navyDark)}.Ba,.Bb,.Bc:hover,.Bd:hover{border-color:var(--navyDark)}.Be,.Bf:hover{color:var(--teal)}.Bg,.Bh,.Bi:hover,.Bj:hover{background-color:var(--teal)}.Bk,.Bl,.Bm:hover,.Bn:hover{border-color:var(--teal)}.Bo,.Bp:hover{color:var(--tealLight)}.Bq,.Br,.Bs:hover,.Bt:hover{background-color:var(--tealLight)}.Bu,.Bv,.Bw:hover,.Bx:hover{border-color:var(--tealLight)}.By,.Bz:hover{color:var(--tealDark)}.BA,.BB,.BC:hover,.BD:hover{background-color:var(--tealDark)}.BE,.BF,.BG:hover,.BH:hover{border-color:var(--tealDark)}.BI,.BJ:hover{color:var(--violet)}.BK,.BL,.BM:hover,.BN:hover{background-color:var(--violet)}.BO,.BP,.BQ:hover,.BR:hover{border-color:var(--violet)}.BS,.BT:hover{color:var(--violetLight)}.BU,.BV,.BW:hover,.BX:hover{background-color:var(--violetLight)}.BY,.BZ,.B0:hover,.B1:hover{border-color:var(--violetLight)}.B2,.B3:hover{color:var(--violetDark)}.B4,.B5,.B6:hover,.B7:hover{background-color:var(--violetDark)}.B8,.B9,.Ca:hover,.Cb:hover{border-color:var(--violetDark)}.Cc,.Cd:hover{color:var(--black)}.Ce,.Cf,.Cg:hover,.Ch:hover{background-color:var(--black)}.Ci,.Cj,.Ck:hover,.Cl:hover{border-color:var(--black)}.Cm,.Cn:hover{color:var(--white)}.Co,.Cp,.Cq:hover,.Cr:hover{background-color:var(--white)}.Cs,.Ct,.Cu:hover,.Cv:hover{border-color:var(--white)}.Cw,.Cx:hover{color:var(--gray)}.Cy,.Cz,.CA:hover,.CB:hover{background-color:var(--gray)}.CC,.CD,.CE:hover,.CF:hover{border-color:var(--gray)}.CG,.CH:hover{color:var(--grayLight)}.CI,.CJ,.CK:hover,.CL:hover{background-color:var(--grayLight)}.CM,.CN,.CO:hover,.CP:hover{border-color:var(--grayLight)}.CQ,.CR:hover{color:var(--grayDark)}.CS,.CT,.CU:hover,.CV:hover{background-color:var(--grayDark)}.CW,.CX,.CY:hover,.CZ:hover{border-color:var(--grayDark)}.C0,.C1:hover{color:var(--brown)}.C2,.C3,.C4:hover,.C5:hover{background-color:var(--brown)}.C6,.C7,.C8:hover,.C9:hover{border-color:var(--brown)}.Da,.Db:hover{color:var(--brownLight)}.Dc,.Dd,.De:hover,.Df:hover{background-color:var(--brownLight)}.Dg,.Dh,.Di:hover,.Dj:hover{border-color:var(--brownLight)}.Dk,.Dl:hover{color:var(--brownDark)}.Dm,.Dn,.Do:hover,.Dp:hover{background-color:var(--brownDark)}.Dq,.Dr,.Ds:hover,.Dt:hover{border-color:var(--brownDark)}.Ag,.Ah:hover{color:var(--orange)}.Ai,.Aj,.Ak:hover,.Al:hover{background-color:var(--orange)}.Am,.An,.Ao:hover,.Ap:hover{border-color:var(--orange)}.Aq,.Ar:hover{color:var(--orangeLight)}.As,.At,.Au:hover,.Av:hover{background-color:var(--orangeLight)}.Aw,.Ax,.Ay:hover,.Az:hover{border-color:var(--orangeLight)}.AA,.AB:hover{color:var(--orangeDark)}.AC,.AD,.AE:hover,.AF:hover{background-color:var(--orangeDark)}.AG,.AH,.AI:hover,.AJ:hover{border-color:var(--orangeDark)}.Du{line-height:0}.Dv{line-height:.3}.Dw{line-height:.6}.Dx{line-height:.9}.Dy{line-height:1.2}.Dz{line-height:1.5}.DA{line-height:1.8}.DB{line-height:2.1}.DC{line-height:2.4}.DD{line-height:2.7}.DE{line-height:3}.DF{line-height:3.3}.DG{line-height:3.6}.DH{line-height:3.9}.DI{line-height:4.2}.DJ{line-height:4.5}.DK{line-height:4.8}.DL{line-height:5.1}.DM{line-height:5.4}.DN{line-height:5.7}.DO{line-height:6}.DP{cursor:auto}.DQ{cursor:default}.DR{cursor:none}.DS{cursor:context-menu}.DT{cursor:help}.DU{cursor:pointer}.DV{cursor:progress}.DW{cursor:wait}.DX{cursor:cell}.DY{cursor:crosshair}.DZ{cursor:text}.D0{cursor:vertical-text}.D1{cursor:alias}.D2{cursor:copy}.D3{cursor:move}.D4{cursor:no-drop}.D5{cursor:not-allowed}.D6{cursor:e-resize}.D7{cursor:n-resize}.D8{cursor:ne-resize}.D9{cursor:nw-resize}.Ea{cursor:s-resize}.Eb{cursor:se-resize}.Ec{cursor:sw-resize}.Ed{cursor:w-resize}.Ee{cursor:ew-resize}.Ef{cursor:ns-resize}.Eg{cursor:nesw-resize}.Eh{cursor:nwse-resize}.Ei{cursor:col-resize}.Ej{cursor:row-resize}.Ek{cursor:all-scroll}.El{cursor:zoom-in}.Em{cursor:zoom-out}.En{cursor:-webkit-grab;cursor:grab}.Eo{cursor:-webkit-grabbing;cursor:grabbing}.Ep{z-index:0}.Eq{z-index:1}.Er{z-index:2}.Es{z-index:3}.Et{z-index:4}.Eu{z-index:5}.Ev{z-index:6}.Ew{z-index:7}.Ex{z-index:8}.Ey{z-index:9}.Ez{z-index:10}.EA{z-index:11}.EB{z-index:12}.EC{z-index:13}.ED{z-index:14}.EE{z-index:15}.EF{z-index:16}.EG{z-index:17}.EH{z-index:18}.EI{z-index:19}.EJ{z-index:20}.EK{overflow:auto}.EL{overflow-x:auto}.EM{overflow-y:auto}.EN{overflow:hidden}.EO{overflow-x:hidden}.EP{overflow-y:hidden}.EQ{overflow:scroll}.ER{overflow-x:scroll}.ES{overflow-y:scroll}.ET{overflow:visible}.EU{overflow-x:visible}.EV{overflow-y:visible}.EW{opacity:.1}.EX{opacity:.2}.EY{opacity:.3}.EZ{opacity:.4}.E0{opacity:.5}.E1{opacity:.6}.E2{opacity:.7}.E3{opacity:.8}.E4{opacity:.9}.E5{opacity:1}.E6{font-size:6px}.E7{font-size:8px}.E8{font-size:10px}.E9{font-size:12px}.Fa{font-size:14px}.Fb{font-size:16px}.Fc{font-size:18px}.Fd{font-size:20px}.Fe{font-size:22px}.Ff{font-size:24px}.Fg{font-size:26px}.Fh{font-size:28px}.Fi{font-size:30px}.Fj{font-size:32px}.Fk{font-size:34px}.Fl{font-size:36px}.Fm{font-size:38px}.Fn{font-size:40px}.Fo{font-size:42px}.Fp{font-size:44px}.Fq{font-size:46px}.Fr{font-size:48px}.Fs{font-size:50px}.Ft{font-weight:100}.Fu{font-weight:200}.Fv{font-weight:300}.Fw{font-weight:400}.Fx{font-weight:500}.Fy{font-weight:600}.Fz{font-weight:700}.FA{font-weight:800}.FB{font-weight:900}.FC{text-decoration:none}.FD{text-decoration:underline}.FE{text-align:left}.FF{text-align:right}.FG{text-align:center}.FH{text-transform:none}.FI{text-transform:capitalize}.FJ{text-transform:lowercase}.FK{text-transform:uppercase}.FL{flex-wrap:nowrap}.FM{flex-wrap:wrap}.FN{flex-wrap:wrap-reverse}.FO{justify-content:start}.FP{justify-content:end}.FQ{justify-content:flex-start}.FR{justify-content:flex-end}.FS{justify-content:center}.FT{justify-content:left}.FU{justify-content:right}.FV{justify-content:space-between}.FW{justify-content:space-around}.FX{justify-content:space-evenly}.FY{justify-content:stretch}.FZ{align-items:stretch}.F0{align-items:flex-start}.F1{align-items:flex-end}.F2{align-items:center}.F3{align-items:baseline}.F4{align-items:start}.F5{align-items:end}.F6{align-items:self-start}.F7{align-items:self-end}.F8{align-content:flex-start}.F9{align-content:flex-end}.Ga{align-content:center}.Gb{align-content:space-between}.Gc{align-content:space-around}.Gd{align-content:space-evenly}.Ge{align-content:stretch}.Gf{align-content:start}.Gg{align-content:end}.Gh{align-content:baseline}.Gi{flex:1}.Gj{direction:row}.Gk{direction:row-reverse}.Gl{direction:column}.Gm{direction:column-reverse}.Gn{gap:0rem}.Go{row-gap:0rem}.Gp{-moz-column-gap:0rem;column-gap:0rem}.Gq{order:0}.Gr{flex-grow:0}.Gs{flex-shrink:0}.Gt{gap:.5rem}.Gu{row-gap:.5rem}.Gv{-moz-column-gap:.5rem;column-gap:.5rem}.Gw{order:1}.Gx{flex-grow:1}.Gy{flex-shrink:1}.Gz{gap:1rem}.GA{row-gap:1rem}.GB{-moz-column-gap:1rem;column-gap:1rem}.GC{order:2}.GD{flex-grow:2}.GE{flex-shrink:2}.GF{gap:1.5rem}.GG{row-gap:1.5rem}.GH{-moz-column-gap:1.5rem;column-gap:1.5rem}.GI{order:3}.GJ{flex-grow:3}.GK{flex-shrink:3}.GL{gap:2rem}.GM{row-gap:2rem}.GN{-moz-column-gap:2rem;column-gap:2rem}.GO{order:4}.GP{flex-grow:4}.GQ{flex-shrink:4}.GR{gap:2.5rem}.GS{row-gap:2.5rem}.GT{-moz-column-gap:2.5rem;column-gap:2.5rem}.GU{order:5}.GV{flex-grow:5}.GW{flex-shrink:5}.GX{gap:3rem}.GY{row-gap:3rem}.GZ{-moz-column-gap:3rem;column-gap:3rem}.G0{order:6}.G1{flex-grow:6}.G2{flex-shrink:6}.G3{gap:3.5rem}.G4{row-gap:3.5rem}.G5{-moz-column-gap:3.5rem;column-gap:3.5rem}.G6{order:7}.G7{flex-grow:7}.G8{flex-shrink:7}.G9{gap:4rem}.Ha{row-gap:4rem}.Hb{-moz-column-gap:4rem;column-gap:4rem}.Hc{order:8}.Hd{flex-grow:8}.He{flex-shrink:8}.Hf{gap:4.5rem}.Hg{row-gap:4.5rem}.Hh{-moz-column-gap:4.5rem;column-gap:4.5rem}.Hi{order:9}.Hj{flex-grow:9}.Hk{flex-shrink:9}.Hl{gap:5rem}.Hm{row-gap:5rem}.Hn{-moz-column-gap:5rem;column-gap:5rem}.Ho{order:10}.Hp{flex-grow:10}.Hq{flex-shrink:10}.Hr{gap:5.5rem}.Hs{row-gap:5.5rem}.Ht{-moz-column-gap:5.5rem;column-gap:5.5rem}.Hu{order:11}.Hv{flex-grow:11}.Hw{flex-shrink:11}.Hx{gap:6rem}.Hy{row-gap:6rem}.Hz{-moz-column-gap:6rem;column-gap:6rem}.HA{order:12}.HB{flex-grow:12}.HC{flex-shrink:12}.HD{gap:6.5rem}.HE{row-gap:6.5rem}.HF{-moz-column-gap:6.5rem;column-gap:6.5rem}.HG{order:13}.HH{flex-grow:13}.HI{flex-shrink:13}.HJ{gap:7rem}.HK{row-gap:7rem}.HL{-moz-column-gap:7rem;column-gap:7rem}.HM{order:14}.HN{flex-grow:14}.HO{flex-shrink:14}.HP{gap:7.5rem}.HQ{row-gap:7.5rem}.HR{-moz-column-gap:7.5rem;column-gap:7.5rem}.HS{order:15}.HT{flex-grow:15}.HU{flex-shrink:15}.HV{gap:8rem}.HW{row-gap:8rem}.HX{-moz-column-gap:8rem;column-gap:8rem}.HY{order:16}.HZ{flex-grow:16}.H0{flex-shrink:16}.H1{gap:8.5rem}.H2{row-gap:8.5rem}.H3{-moz-column-gap:8.5rem;column-gap:8.5rem}.H4{order:17}.H5{flex-grow:17}.H6{flex-shrink:17}.H7{gap:9rem}.H8{row-gap:9rem}.H9{-moz-column-gap:9rem;column-gap:9rem}.Ia{order:18}.Ib{flex-grow:18}.Ic{flex-shrink:18}.Id{gap:9.5rem}.Ie{row-gap:9.5rem}.If{-moz-column-gap:9.5rem;column-gap:9.5rem}.Ig{order:19}.Ih{flex-grow:19}.Ii{flex-shrink:19}.Ij{gap:10rem}.Ik{row-gap:10rem}.Il{-moz-column-gap:10rem;column-gap:10rem}.Im{order:20}.In{flex-grow:20}.Io{flex-shrink:20}.Ip{align-self:auto}.Iq{align-self:flex-start}.Ir{align-self:flex-end}.Is{align-self:center}.It{align-self:baseline}.Iu{align-self:stretch}
1
+ html,body{font-size:16px;line-height:1.2;margin:0;padding:0}.a{display:block;border:0 solid inherit;font-family:inherit;font-size:inherit;margin:0;padding:0}.b{display:none}.c{display:block}.d{display:inline-block}.e{display:flex}.f{display:inline-flex}.g{display:grid}.h{position:static}.i{position:relative}.j{position:absolute}.k{position:fixed}.l{position:-webkit-sticky;position:sticky}.m{width:100%}.n{width:100vw}.o{width:auto}.p{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.q{width:-webkit-max-content;width:-moz-max-content;width:max-content}.r{width:-webkit-min-content;width:-moz-min-content;width:min-content}.s{height:100%}.t{height:100vh}.u{height:auto}.v{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.w{height:-webkit-max-content;height:-moz-max-content;height:max-content}.x{height:-webkit-min-content;height:-moz-min-content;height:min-content}.y{min-width:100%}.z{min-width:100vw}.A{min-width:auto}.B{min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}.C{min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content}.D{min-width:-webkit-min-content;min-width:-moz-min-content;min-width:min-content}.E{min-height:100%}.F{min-height:100vh}.G{min-height:auto}.H{min-height:-webkit-fit-content;min-height:-moz-fit-content;min-height:fit-content}.I{min-height:-webkit-max-content;min-height:-moz-max-content;min-height:max-content}.J{min-height:-webkit-min-content;min-height:-moz-min-content;min-height:min-content}.K{max-width:100%}.L{max-width:100vw}.M{max-width:auto}.N{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}.O{max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}.P{max-width:-webkit-min-content;max-width:-moz-min-content;max-width:min-content}.Q{max-height:100%}.R{max-height:100vh}.S{max-height:auto}.T{max-height:-webkit-fit-content;max-height:-moz-fit-content;max-height:fit-content}.U{max-height:-webkit-max-content;max-height:-moz-max-content;max-height:max-content}.V{max-height:-webkit-min-content;max-height:-moz-min-content;max-height:min-content}.W{top:0rem}.X{top:.5rem}.Y{top:1rem}.Z{top:1.5rem}.aa{top:2rem}.ab{top:2.5rem}.ac{top:3rem}.ad{top:3.5rem}.ae{top:4rem}.af{top:4.5rem}.ag{top:5rem}.ah{top:5.5rem}.ai{top:6rem}.aj{top:6.5rem}.ak{top:7rem}.al{top:7.5rem}.am{top:8rem}.an{top:8.5rem}.ao{top:9rem}.ap{top:9.5rem}.aq{top:10rem}.ar{right:0rem}.as{right:.5rem}.at{right:1rem}.au{right:1.5rem}.av{right:2rem}.aw{right:2.5rem}.ax{right:3rem}.ay{right:3.5rem}.az{right:4rem}.aA{right:4.5rem}.aB{right:5rem}.aC{right:5.5rem}.aD{right:6rem}.aE{right:6.5rem}.aF{right:7rem}.aG{right:7.5rem}.aH{right:8rem}.aI{right:8.5rem}.aJ{right:9rem}.aK{right:9.5rem}.aL{right:10rem}.aM{bottom:0rem}.aN{bottom:.5rem}.aO{bottom:1rem}.aP{bottom:1.5rem}.aQ{bottom:2rem}.aR{bottom:2.5rem}.aS{bottom:3rem}.aT{bottom:3.5rem}.aU{bottom:4rem}.aV{bottom:4.5rem}.aW{bottom:5rem}.aX{bottom:5.5rem}.aY{bottom:6rem}.aZ{bottom:6.5rem}.a0{bottom:7rem}.a1{bottom:7.5rem}.a2{bottom:8rem}.a3{bottom:8.5rem}.a4{bottom:9rem}.a5{bottom:9.5rem}.a6{bottom:10rem}.a7{left:0rem}.a8{left:.5rem}.a9{left:1rem}.ba{left:1.5rem}.bb{left:2rem}.bc{left:2.5rem}.bd{left:3rem}.be{left:3.5rem}.bf{left:4rem}.bg{left:4.5rem}.bh{left:5rem}.bi{left:5.5rem}.bj{left:6rem}.bk{left:6.5rem}.bl{left:7rem}.bm{left:7.5rem}.bn{left:8rem}.bo{left:8.5rem}.bp{left:9rem}.bq{left:9.5rem}.br{left:10rem}.bs,.bt{margin:0rem}.bu,.bv{margin:.5rem}.bw,.bx{margin:1rem}.by,.bz{margin:1.5rem}.bA,.bB{margin:2rem}.bC,.bD{margin:2.5rem}.bE,.bF{margin:3rem}.bG,.bH{margin:3.5rem}.bI,.bJ{margin:4rem}.bK,.bL{margin:4.5rem}.bM,.bN{margin:5rem}.bO,.bP{margin:5.5rem}.bQ,.bR{margin:6rem}.bS,.bT{margin:6.5rem}.bU,.bV{margin:7rem}.bW,.bX{margin:7.5rem}.bY,.bZ{margin:8rem}.b0,.b1{margin:8.5rem}.b2,.b3{margin:9rem}.b4,.b5{margin:9.5rem}.b6,.b7{margin:10rem}.b8,.b9{margin-left:0rem;margin-right:0rem}.ca,.cb{margin-top:0rem;margin-bottom:0rem}.cc,.cd{margin-left:.5rem;margin-right:.5rem}.ce,.cf{margin-top:.5rem;margin-bottom:.5rem}.cg,.ch{margin-left:1rem;margin-right:1rem}.ci,.cj{margin-top:1rem;margin-bottom:1rem}.ck,.cl{margin-left:1.5rem;margin-right:1.5rem}.cm,.cn{margin-top:1.5rem;margin-bottom:1.5rem}.co,.cp{margin-left:2rem;margin-right:2rem}.cq,.cr{margin-top:2rem;margin-bottom:2rem}.cs,.ct{margin-left:2.5rem;margin-right:2.5rem}.cu,.cv{margin-top:2.5rem;margin-bottom:2.5rem}.cw,.cx{margin-left:3rem;margin-right:3rem}.cy,.cz{margin-top:3rem;margin-bottom:3rem}.cA,.cB{margin-left:3.5rem;margin-right:3.5rem}.cC,.cD{margin-top:3.5rem;margin-bottom:3.5rem}.cE,.cF{margin-left:4rem;margin-right:4rem}.cG,.cH{margin-top:4rem;margin-bottom:4rem}.cI,.cJ{margin-left:4.5rem;margin-right:4.5rem}.cK,.cL{margin-top:4.5rem;margin-bottom:4.5rem}.cM,.cN{margin-left:5rem;margin-right:5rem}.cO,.cP{margin-top:5rem;margin-bottom:5rem}.cQ,.cR{margin-left:5.5rem;margin-right:5.5rem}.cS,.cT{margin-top:5.5rem;margin-bottom:5.5rem}.cU,.cV{margin-left:6rem;margin-right:6rem}.cW,.cX{margin-top:6rem;margin-bottom:6rem}.cY,.cZ{margin-left:6.5rem;margin-right:6.5rem}.c0,.c1{margin-top:6.5rem;margin-bottom:6.5rem}.c2,.c3{margin-left:7rem;margin-right:7rem}.c4,.c5{margin-top:7rem;margin-bottom:7rem}.c6,.c7{margin-left:7.5rem;margin-right:7.5rem}.c8,.c9{margin-top:7.5rem;margin-bottom:7.5rem}.da,.db{margin-left:8rem;margin-right:8rem}.dc,.dd{margin-top:8rem;margin-bottom:8rem}.de,.df{margin-left:8.5rem;margin-right:8.5rem}.dg,.dh{margin-top:8.5rem;margin-bottom:8.5rem}.di,.dj{margin-left:9rem;margin-right:9rem}.dk,.dl{margin-top:9rem;margin-bottom:9rem}.dm,.dn{margin-left:9.5rem;margin-right:9.5rem}.do,.dp{margin-top:9.5rem;margin-bottom:9.5rem}.dq,.dr{margin-left:10rem;margin-right:10rem}.ds,.dt{margin-top:10rem;margin-bottom:10rem}.du,.dv{margin-top:0rem}.dw,.dx{margin-right:0rem}.dy,.dz{margin-bottom:0rem}.dA,.dB{margin-left:0rem}.dC,.dD{margin-top:.5rem}.dE,.dF{margin-right:.5rem}.dG,.dH{margin-bottom:.5rem}.dI,.dJ{margin-left:.5rem}.dK,.dL{margin-top:1rem}.dM,.dN{margin-right:1rem}.dO,.dP{margin-bottom:1rem}.dQ,.dR{margin-left:1rem}.dS,.dT{margin-top:1.5rem}.dU,.dV{margin-right:1.5rem}.dW,.dX{margin-bottom:1.5rem}.dY,.dZ{margin-left:1.5rem}.d0,.d1{margin-top:2rem}.d2,.d3{margin-right:2rem}.d4,.d5{margin-bottom:2rem}.d6,.d7{margin-left:2rem}.d8,.d9{margin-top:2.5rem}.ea,.eb{margin-right:2.5rem}.ec,.ed{margin-bottom:2.5rem}.ee,.ef{margin-left:2.5rem}.eg,.eh{margin-top:3rem}.ei,.ej{margin-right:3rem}.ek,.el{margin-bottom:3rem}.em,.en{margin-left:3rem}.eo,.ep{margin-top:3.5rem}.eq,.er{margin-right:3.5rem}.es,.et{margin-bottom:3.5rem}.eu,.ev{margin-left:3.5rem}.ew,.ex{margin-top:4rem}.ey,.ez{margin-right:4rem}.eA,.eB{margin-bottom:4rem}.eC,.eD{margin-left:4rem}.eE,.eF{margin-top:4.5rem}.eG,.eH{margin-right:4.5rem}.eI,.eJ{margin-bottom:4.5rem}.eK,.eL{margin-left:4.5rem}.eM,.eN{margin-top:5rem}.eO,.eP{margin-right:5rem}.eQ,.eR{margin-bottom:5rem}.eS,.eT{margin-left:5rem}.eU,.eV{margin-top:5.5rem}.eW,.eX{margin-right:5.5rem}.eY,.eZ{margin-bottom:5.5rem}.e0,.e1{margin-left:5.5rem}.e2,.e3{margin-top:6rem}.e4,.e5{margin-right:6rem}.e6,.e7{margin-bottom:6rem}.e8,.e9{margin-left:6rem}.fa,.fb{margin-top:6.5rem}.fc,.fd{margin-right:6.5rem}.fe,.ff{margin-bottom:6.5rem}.fg,.fh{margin-left:6.5rem}.fi,.fj{margin-top:7rem}.fk,.fl{margin-right:7rem}.fm,.fn{margin-bottom:7rem}.fo,.fp{margin-left:7rem}.fq,.fr{margin-top:7.5rem}.fs,.ft{margin-right:7.5rem}.fu,.fv{margin-bottom:7.5rem}.fw,.fx{margin-left:7.5rem}.fy,.fz{margin-top:8rem}.fA,.fB{margin-right:8rem}.fC,.fD{margin-bottom:8rem}.fE,.fF{margin-left:8rem}.fG,.fH{margin-top:8.5rem}.fI,.fJ{margin-right:8.5rem}.fK,.fL{margin-bottom:8.5rem}.fM,.fN{margin-left:8.5rem}.fO,.fP{margin-top:9rem}.fQ,.fR{margin-right:9rem}.fS,.fT{margin-bottom:9rem}.fU,.fV{margin-left:9rem}.fW,.fX{margin-top:9.5rem}.fY,.fZ{margin-right:9.5rem}.f0,.f1{margin-bottom:9.5rem}.f2,.f3{margin-left:9.5rem}.f4,.f5{margin-top:10rem}.f6,.f7{margin-right:10rem}.f8,.f9{margin-bottom:10rem}.ga,.gb{margin-left:10rem}.gc,.gd{padding:0rem}.ge,.gf{padding:.5rem}.gg,.gh{padding:1rem}.gi,.gj{padding:1.5rem}.gk,.gl{padding:2rem}.gm,.gn{padding:2.5rem}.go,.gp{padding:3rem}.gq,.gr{padding:3.5rem}.gs,.gt{padding:4rem}.gu,.gv{padding:4.5rem}.gw,.gx{padding:5rem}.gy,.gz{padding:5.5rem}.gA,.gB{padding:6rem}.gC,.gD{padding:6.5rem}.gE,.gF{padding:7rem}.gG,.gH{padding:7.5rem}.gI,.gJ{padding:8rem}.gK,.gL{padding:8.5rem}.gM,.gN{padding:9rem}.gO,.gP{padding:9.5rem}.gQ,.gR{padding:10rem}.gS,.gT{padding-left:0rem;padding-right:0rem}.gU,.gV{padding-top:0rem;padding-bottom:0rem}.gW,.gX{padding-left:.5rem;padding-right:.5rem}.gY,.gZ{padding-top:.5rem;padding-bottom:.5rem}.g0,.g1{padding-left:1rem;padding-right:1rem}.g2,.g3{padding-top:1rem;padding-bottom:1rem}.g4,.g5{padding-left:1.5rem;padding-right:1.5rem}.g6,.g7{padding-top:1.5rem;padding-bottom:1.5rem}.g8,.g9{padding-left:2rem;padding-right:2rem}.ha,.hb{padding-top:2rem;padding-bottom:2rem}.hc,.hd{padding-left:2.5rem;padding-right:2.5rem}.he,.hf{padding-top:2.5rem;padding-bottom:2.5rem}.hg,.hh{padding-left:3rem;padding-right:3rem}.hi,.hj{padding-top:3rem;padding-bottom:3rem}.hk,.hl{padding-left:3.5rem;padding-right:3.5rem}.hm,.hn{padding-top:3.5rem;padding-bottom:3.5rem}.ho,.hp{padding-left:4rem;padding-right:4rem}.hq,.hr{padding-top:4rem;padding-bottom:4rem}.hs,.ht{padding-left:4.5rem;padding-right:4.5rem}.hu,.hv{padding-top:4.5rem;padding-bottom:4.5rem}.hw,.hx{padding-left:5rem;padding-right:5rem}.hy,.hz{padding-top:5rem;padding-bottom:5rem}.hA,.hB{padding-left:5.5rem;padding-right:5.5rem}.hC,.hD{padding-top:5.5rem;padding-bottom:5.5rem}.hE,.hF{padding-left:6rem;padding-right:6rem}.hG,.hH{padding-top:6rem;padding-bottom:6rem}.hI,.hJ{padding-left:6.5rem;padding-right:6.5rem}.hK,.hL{padding-top:6.5rem;padding-bottom:6.5rem}.hM,.hN{padding-left:7rem;padding-right:7rem}.hO,.hP{padding-top:7rem;padding-bottom:7rem}.hQ,.hR{padding-left:7.5rem;padding-right:7.5rem}.hS,.hT{padding-top:7.5rem;padding-bottom:7.5rem}.hU,.hV{padding-left:8rem;padding-right:8rem}.hW,.hX{padding-top:8rem;padding-bottom:8rem}.hY,.hZ{padding-left:8.5rem;padding-right:8.5rem}.h0,.h1{padding-top:8.5rem;padding-bottom:8.5rem}.h2,.h3{padding-left:9rem;padding-right:9rem}.h4,.h5{padding-top:9rem;padding-bottom:9rem}.h6,.h7{padding-left:9.5rem;padding-right:9.5rem}.h8,.h9{padding-top:9.5rem;padding-bottom:9.5rem}.ia,.ib{padding-left:10rem;padding-right:10rem}.ic,.id{padding-top:10rem;padding-bottom:10rem}.ie,.if{padding-top:0rem}.ig,.ih{padding-right:0rem}.ii,.ij{padding-bottom:0rem}.ik,.il{padding-left:0rem}.im,.in{padding-top:.5rem}.io,.ip{padding-right:.5rem}.iq,.ir{padding-bottom:.5rem}.is,.it{padding-left:.5rem}.iu,.iv{padding-top:1rem}.iw,.ix{padding-right:1rem}.iy,.iz{padding-bottom:1rem}.iA,.iB{padding-left:1rem}.iC,.iD{padding-top:1.5rem}.iE,.iF{padding-right:1.5rem}.iG,.iH{padding-bottom:1.5rem}.iI,.iJ{padding-left:1.5rem}.iK,.iL{padding-top:2rem}.iM,.iN{padding-right:2rem}.iO,.iP{padding-bottom:2rem}.iQ,.iR{padding-left:2rem}.iS,.iT{padding-top:2.5rem}.iU,.iV{padding-right:2.5rem}.iW,.iX{padding-bottom:2.5rem}.iY,.iZ{padding-left:2.5rem}.i0,.i1{padding-top:3rem}.i2,.i3{padding-right:3rem}.i4,.i5{padding-bottom:3rem}.i6,.i7{padding-left:3rem}.i8,.i9{padding-top:3.5rem}.ja,.jb{padding-right:3.5rem}.jc,.jd{padding-bottom:3.5rem}.je,.jf{padding-left:3.5rem}.jg,.jh{padding-top:4rem}.ji,.jj{padding-right:4rem}.jk,.jl{padding-bottom:4rem}.jm,.jn{padding-left:4rem}.jo,.jp{padding-top:4.5rem}.jq,.jr{padding-right:4.5rem}.js,.jt{padding-bottom:4.5rem}.ju,.jv{padding-left:4.5rem}.jw,.jx{padding-top:5rem}.jy,.jz{padding-right:5rem}.jA,.jB{padding-bottom:5rem}.jC,.jD{padding-left:5rem}.jE,.jF{padding-top:5.5rem}.jG,.jH{padding-right:5.5rem}.jI,.jJ{padding-bottom:5.5rem}.jK,.jL{padding-left:5.5rem}.jM,.jN{padding-top:6rem}.jO,.jP{padding-right:6rem}.jQ,.jR{padding-bottom:6rem}.jS,.jT{padding-left:6rem}.jU,.jV{padding-top:6.5rem}.jW,.jX{padding-right:6.5rem}.jY,.jZ{padding-bottom:6.5rem}.j0,.j1{padding-left:6.5rem}.j2,.j3{padding-top:7rem}.j4,.j5{padding-right:7rem}.j6,.j7{padding-bottom:7rem}.j8,.j9{padding-left:7rem}.ka,.kb{padding-top:7.5rem}.kc,.kd{padding-right:7.5rem}.ke,.kf{padding-bottom:7.5rem}.kg,.kh{padding-left:7.5rem}.ki,.kj{padding-top:8rem}.kk,.kl{padding-right:8rem}.km,.kn{padding-bottom:8rem}.ko,.kp{padding-left:8rem}.kq,.kr{padding-top:8.5rem}.ks,.kt{padding-right:8.5rem}.ku,.kv{padding-bottom:8.5rem}.kw,.kx{padding-left:8.5rem}.ky,.kz{padding-top:9rem}.kA,.kB{padding-right:9rem}.kC,.kD{padding-bottom:9rem}.kE,.kF{padding-left:9rem}.kG,.kH{padding-top:9.5rem}.kI,.kJ{padding-right:9.5rem}.kK,.kL{padding-bottom:9.5rem}.kM,.kN{padding-left:9.5rem}.kO,.kP{padding-top:10rem}.kQ,.kR{padding-right:10rem}.kS,.kT{padding-bottom:10rem}.kU,.kV{padding-left:10rem}.kW,.kX{border-width:0px}.kY,.kZ{border-width:1px}.k0,.k1{border-width:2px}.k2,.k3{border-width:3px}.k4,.k5{border-width:4px}.k6,.k7{border-width:5px}.k8,.k9{border-width:6px}.la,.lb{border-width:7px}.lc,.ld{border-width:8px}.le,.lf{border-width:9px}.lg,.lh{border-width:10px}.li,.lj{border-width:11px}.lk,.ll{border-width:12px}.lm,.ln{border-width:13px}.lo,.lp{border-width:14px}.lq,.lr{border-width:15px}.ls,.lt{border-width:16px}.lu,.lv{border-width:17px}.lw,.lx{border-width:18px}.ly,.lz{border-width:19px}.lA,.lB{border-width:20px}.lC,.lD{border-left-width:0px;border-right-width:0px}.lE,.lF{border-top-width:0px;border-bottom-width:0px}.lG,.lH{border-left-width:1px;border-right-width:1px}.lI,.lJ{border-top-width:1px;border-bottom-width:1px}.lK,.lL{border-left-width:2px;border-right-width:2px}.lM,.lN{border-top-width:2px;border-bottom-width:2px}.lO,.lP{border-left-width:3px;border-right-width:3px}.lQ,.lR{border-top-width:3px;border-bottom-width:3px}.lS,.lT{border-left-width:4px;border-right-width:4px}.lU,.lV{border-top-width:4px;border-bottom-width:4px}.lW,.lX{border-left-width:5px;border-right-width:5px}.lY,.lZ{border-top-width:5px;border-bottom-width:5px}.l0,.l1{border-left-width:6px;border-right-width:6px}.l2,.l3{border-top-width:6px;border-bottom-width:6px}.l4,.l5{border-left-width:7px;border-right-width:7px}.l6,.l7{border-top-width:7px;border-bottom-width:7px}.l8,.l9{border-left-width:8px;border-right-width:8px}.ma,.mb{border-top-width:8px;border-bottom-width:8px}.mc,.md{border-left-width:9px;border-right-width:9px}.me,.mf{border-top-width:9px;border-bottom-width:9px}.mg,.mh{border-left-width:10px;border-right-width:10px}.mi,.mj{border-top-width:10px;border-bottom-width:10px}.mk,.ml{border-left-width:11px;border-right-width:11px}.mm,.mn{border-top-width:11px;border-bottom-width:11px}.mo,.mp{border-left-width:12px;border-right-width:12px}.mq,.mr{border-top-width:12px;border-bottom-width:12px}.ms,.mt{border-left-width:13px;border-right-width:13px}.mu,.mv{border-top-width:13px;border-bottom-width:13px}.mw,.mx{border-left-width:14px;border-right-width:14px}.my,.mz{border-top-width:14px;border-bottom-width:14px}.mA,.mB{border-left-width:15px;border-right-width:15px}.mC,.mD{border-top-width:15px;border-bottom-width:15px}.mE,.mF{border-left-width:16px;border-right-width:16px}.mG,.mH{border-top-width:16px;border-bottom-width:16px}.mI,.mJ{border-left-width:17px;border-right-width:17px}.mK,.mL{border-top-width:17px;border-bottom-width:17px}.mM,.mN{border-left-width:18px;border-right-width:18px}.mO,.mP{border-top-width:18px;border-bottom-width:18px}.mQ,.mR{border-left-width:19px;border-right-width:19px}.mS,.mT{border-top-width:19px;border-bottom-width:19px}.mU,.mV{border-left-width:20px;border-right-width:20px}.mW,.mX{border-top-width:20px;border-bottom-width:20px}.mY,.mZ{border-top-width:0px}.m0,.m1{border-right-width:0px}.m2,.m3{border-bottom-width:0px}.m4,.m5{border-left-width:0px}.m6,.m7{border-top-width:1px}.m8,.m9{border-right-width:1px}.na,.nb{border-bottom-width:1px}.nc,.nd{border-left-width:1px}.ne,.nf{border-top-width:2px}.ng,.nh{border-right-width:2px}.ni,.nj{border-bottom-width:2px}.nk,.nl{border-left-width:2px}.nm,.nn{border-top-width:3px}.no,.np{border-right-width:3px}.nq,.nr{border-bottom-width:3px}.ns,.nt{border-left-width:3px}.nu,.nv{border-top-width:4px}.nw,.nx{border-right-width:4px}.ny,.nz{border-bottom-width:4px}.nA,.nB{border-left-width:4px}.nC,.nD{border-top-width:5px}.nE,.nF{border-right-width:5px}.nG,.nH{border-bottom-width:5px}.nI,.nJ{border-left-width:5px}.nK,.nL{border-top-width:6px}.nM,.nN{border-right-width:6px}.nO,.nP{border-bottom-width:6px}.nQ,.nR{border-left-width:6px}.nS,.nT{border-top-width:7px}.nU,.nV{border-right-width:7px}.nW,.nX{border-bottom-width:7px}.nY,.nZ{border-left-width:7px}.n0,.n1{border-top-width:8px}.n2,.n3{border-right-width:8px}.n4,.n5{border-bottom-width:8px}.n6,.n7{border-left-width:8px}.n8,.n9{border-top-width:9px}.oa,.ob{border-right-width:9px}.oc,.od{border-bottom-width:9px}.oe,.of{border-left-width:9px}.og,.oh{border-top-width:10px}.oi,.oj{border-right-width:10px}.ok,.ol{border-bottom-width:10px}.om,.on{border-left-width:10px}.oo,.op{border-top-width:11px}.oq,.or{border-right-width:11px}.os,.ot{border-bottom-width:11px}.ou,.ov{border-left-width:11px}.ow,.ox{border-top-width:12px}.oy,.oz{border-right-width:12px}.oA,.oB{border-bottom-width:12px}.oC,.oD{border-left-width:12px}.oE,.oF{border-top-width:13px}.oG,.oH{border-right-width:13px}.oI,.oJ{border-bottom-width:13px}.oK,.oL{border-left-width:13px}.oM,.oN{border-top-width:14px}.oO,.oP{border-right-width:14px}.oQ,.oR{border-bottom-width:14px}.oS,.oT{border-left-width:14px}.oU,.oV{border-top-width:15px}.oW,.oX{border-right-width:15px}.oY,.oZ{border-bottom-width:15px}.o0,.o1{border-left-width:15px}.o2,.o3{border-top-width:16px}.o4,.o5{border-right-width:16px}.o6,.o7{border-bottom-width:16px}.o8,.o9{border-left-width:16px}.pa,.pb{border-top-width:17px}.pc,.pd{border-right-width:17px}.pe,.pf{border-bottom-width:17px}.pg,.ph{border-left-width:17px}.pi,.pj{border-top-width:18px}.pk,.pl{border-right-width:18px}.pm,.pn{border-bottom-width:18px}.po,.pp{border-left-width:18px}.pq,.pr{border-top-width:19px}.ps,.pt{border-right-width:19px}.pu,.pv{border-bottom-width:19px}.pw,.px{border-left-width:19px}.py,.pz{border-top-width:20px}.pA,.pB{border-right-width:20px}.pC,.pD{border-bottom-width:20px}.pE,.pF{border-left-width:20px}.pG,.pH{border-style:solid}.pI,.pJ{border-style:dashed}.pK,.pL{border-style:dotted}.pM,.pN{border-style:double}.pO,.pP{border-radius:0rem}.pQ,.pR{border-radius:.25rem}.pS,.pT{border-radius:.5rem}.pU,.pV{border-radius:.75rem}.pW,.pX{border-radius:1rem}.pY,.pZ{border-radius:1.25rem}.p0,.p1{border-radius:1.5rem}.p2,.p3{border-radius:1.75rem}.p4,.p5{border-radius:2rem}.p6,.p7{border-radius:2.25rem}.p8,.p9{border-radius:2.5rem}.qa,.qb{border-radius:2.75rem}.qc,.qd{border-radius:3rem}.qe,.qf{border-radius:3.25rem}.qg,.qh{border-radius:3.5rem}.qi,.qj{border-radius:3.75rem}.qk,.ql{border-radius:4rem}.qm,.qn{border-radius:4.25rem}.qo,.qp{border-radius:4.5rem}.qq,.qr{border-radius:4.75rem}.qs,.qt{border-radius:5rem}.qu,.qv{border-top-left-radius:0rem;border-top-right-radius:0rem}.qw,.qx{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.qy,.qz{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.qA,.qB{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.qC,.qD{border-top-left-radius:1rem;border-top-right-radius:1rem}.qE,.qF{border-top-left-radius:1.25rem;border-top-right-radius:1.25rem}.qG,.qH{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.qI,.qJ{border-top-left-radius:1.75rem;border-top-right-radius:1.75rem}.qK,.qL{border-top-left-radius:2rem;border-top-right-radius:2rem}.qM,.qN{border-top-left-radius:2.25rem;border-top-right-radius:2.25rem}.qO,.qP{border-top-left-radius:2.5rem;border-top-right-radius:2.5rem}.qQ,.qR{border-top-left-radius:2.75rem;border-top-right-radius:2.75rem}.qS,.qT{border-top-left-radius:3rem;border-top-right-radius:3rem}.qU,.qV{border-top-left-radius:3.25rem;border-top-right-radius:3.25rem}.qW,.qX{border-top-left-radius:3.5rem;border-top-right-radius:3.5rem}.qY,.qZ{border-top-left-radius:3.75rem;border-top-right-radius:3.75rem}.q0,.q1{border-top-left-radius:4rem;border-top-right-radius:4rem}.q2,.q3{border-top-left-radius:4.25rem;border-top-right-radius:4.25rem}.q4,.q5{border-top-left-radius:4.5rem;border-top-right-radius:4.5rem}.q6,.q7{border-top-left-radius:4.75rem;border-top-right-radius:4.75rem}.q8,.q9{border-top-left-radius:5rem;border-top-right-radius:5rem}.ra,.rb{border-top-right-radius:0rem;border-bottom-right-radius:0rem}.rc,.rd{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.re,.rf{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.rg,.rh{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}.ri,.rj{border-top-right-radius:1rem;border-bottom-right-radius:1rem}.rk,.rl{border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem}.rm,.rn{border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem}.ro,.rp{border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem}.rq,.rr{border-top-right-radius:2rem;border-bottom-right-radius:2rem}.rs,.rt{border-top-right-radius:2.25rem;border-bottom-right-radius:2.25rem}.ru,.rv{border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem}.rw,.rx{border-top-right-radius:2.75rem;border-bottom-right-radius:2.75rem}.ry,.rz{border-top-right-radius:3rem;border-bottom-right-radius:3rem}.rA,.rB{border-top-right-radius:3.25rem;border-bottom-right-radius:3.25rem}.rC,.rD{border-top-right-radius:3.5rem;border-bottom-right-radius:3.5rem}.rE,.rF{border-top-right-radius:3.75rem;border-bottom-right-radius:3.75rem}.rG,.rH{border-top-right-radius:4rem;border-bottom-right-radius:4rem}.rI,.rJ{border-top-right-radius:4.25rem;border-bottom-right-radius:4.25rem}.rK,.rL{border-top-right-radius:4.5rem;border-bottom-right-radius:4.5rem}.rM,.rN{border-top-right-radius:4.75rem;border-bottom-right-radius:4.75rem}.rO,.rP{border-top-right-radius:5rem;border-bottom-right-radius:5rem}.rQ,.rR{border-bottom-left-radius:0rem;border-bottom-right-radius:0rem}.rS,.rT{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.rU,.rV{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.rW,.rX{border-bottom-left-radius:.75rem;border-bottom-right-radius:.75rem}.rY,.rZ{border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}.r0,.r1{border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem}.r2,.r3{border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem}.r4,.r5{border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem}.r6,.r7{border-bottom-left-radius:2rem;border-bottom-right-radius:2rem}.r8,.r9{border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem}.sa,.sb{border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem}.sc,.sd{border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem}.se,.sf{border-bottom-left-radius:3rem;border-bottom-right-radius:3rem}.sg,.sh{border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.25rem}.si,.sj{border-bottom-left-radius:3.5rem;border-bottom-right-radius:3.5rem}.sk,.sl{border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem}.sm,.sn{border-bottom-left-radius:4rem;border-bottom-right-radius:4rem}.so,.sp{border-bottom-left-radius:4.25rem;border-bottom-right-radius:4.25rem}.sq,.sr{border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem}.ss,.st{border-bottom-left-radius:4.75rem;border-bottom-right-radius:4.75rem}.su,.sv{border-bottom-left-radius:5rem;border-bottom-right-radius:5rem}.sw,.sx{border-top-left-radius:0rem;border-bottom-left-radius:0rem}.sy,.sz{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.sA,.sB{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.sC,.sD{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}.sE,.sF{border-top-left-radius:1rem;border-bottom-left-radius:1rem}.sG,.sH{border-top-left-radius:1.25rem;border-bottom-left-radius:1.25rem}.sI,.sJ{border-top-left-radius:1.5rem;border-bottom-left-radius:1.5rem}.sK,.sL{border-top-left-radius:1.75rem;border-bottom-left-radius:1.75rem}.sM,.sN{border-top-left-radius:2rem;border-bottom-left-radius:2rem}.sO,.sP{border-top-left-radius:2.25rem;border-bottom-left-radius:2.25rem}.sQ,.sR{border-top-left-radius:2.5rem;border-bottom-left-radius:2.5rem}.sS,.sT{border-top-left-radius:2.75rem;border-bottom-left-radius:2.75rem}.sU,.sV{border-top-left-radius:3rem;border-bottom-left-radius:3rem}.sW,.sX{border-top-left-radius:3.25rem;border-bottom-left-radius:3.25rem}.sY,.sZ{border-top-left-radius:3.5rem;border-bottom-left-radius:3.5rem}.s0,.s1{border-top-left-radius:3.75rem;border-bottom-left-radius:3.75rem}.s2,.s3{border-top-left-radius:4rem;border-bottom-left-radius:4rem}.s4,.s5{border-top-left-radius:4.25rem;border-bottom-left-radius:4.25rem}.s6,.s7{border-top-left-radius:4.5rem;border-bottom-left-radius:4.5rem}.s8,.s9{border-top-left-radius:4.75rem;border-bottom-left-radius:4.75rem}.ta,.tb{border-top-left-radius:5rem;border-bottom-left-radius:5rem}.tc,.td{border-top-right-radius:0rem}.te,.tf{border-top-left-radius:0rem}.tg,.th{border-bottom-right-radius:0rem}.ti,.tj{border-bottom-left-radius:0rem}.tk,.tl{border-top-right-radius:.25rem}.tm,.tn{border-top-left-radius:.25rem}.to,.tp{border-bottom-right-radius:.25rem}.tq,.tr{border-bottom-left-radius:.25rem}.ts,.tt{border-top-right-radius:.5rem}.tu,.tv{border-top-left-radius:.5rem}.tw,.tx{border-bottom-right-radius:.5rem}.ty,.tz{border-bottom-left-radius:.5rem}.tA,.tB{border-top-right-radius:.75rem}.tC,.tD{border-top-left-radius:.75rem}.tE,.tF{border-bottom-right-radius:.75rem}.tG,.tH{border-bottom-left-radius:.75rem}.tI,.tJ{border-top-right-radius:1rem}.tK,.tL{border-top-left-radius:1rem}.tM,.tN{border-bottom-right-radius:1rem}.tO,.tP{border-bottom-left-radius:1rem}.tQ,.tR{border-top-right-radius:1.25rem}.tS,.tT{border-top-left-radius:1.25rem}.tU,.tV{border-bottom-right-radius:1.25rem}.tW,.tX{border-bottom-left-radius:1.25rem}.tY,.tZ{border-top-right-radius:1.5rem}.t0,.t1{border-top-left-radius:1.5rem}.t2,.t3{border-bottom-right-radius:1.5rem}.t4,.t5{border-bottom-left-radius:1.5rem}.t6,.t7{border-top-right-radius:1.75rem}.t8,.t9{border-top-left-radius:1.75rem}.ua,.ub{border-bottom-right-radius:1.75rem}.uc,.ud{border-bottom-left-radius:1.75rem}.ue,.uf{border-top-right-radius:2rem}.ug,.uh{border-top-left-radius:2rem}.ui,.uj{border-bottom-right-radius:2rem}.uk,.ul{border-bottom-left-radius:2rem}.um,.un{border-top-right-radius:2.25rem}.uo,.up{border-top-left-radius:2.25rem}.uq,.ur{border-bottom-right-radius:2.25rem}.us,.ut{border-bottom-left-radius:2.25rem}.uu,.uv{border-top-right-radius:2.5rem}.uw,.ux{border-top-left-radius:2.5rem}.uy,.uz{border-bottom-right-radius:2.5rem}.uA,.uB{border-bottom-left-radius:2.5rem}.uC,.uD{border-top-right-radius:2.75rem}.uE,.uF{border-top-left-radius:2.75rem}.uG,.uH{border-bottom-right-radius:2.75rem}.uI,.uJ{border-bottom-left-radius:2.75rem}.uK,.uL{border-top-right-radius:3rem}.uM,.uN{border-top-left-radius:3rem}.uO,.uP{border-bottom-right-radius:3rem}.uQ,.uR{border-bottom-left-radius:3rem}.uS,.uT{border-top-right-radius:3.25rem}.uU,.uV{border-top-left-radius:3.25rem}.uW,.uX{border-bottom-right-radius:3.25rem}.uY,.uZ{border-bottom-left-radius:3.25rem}.u0,.u1{border-top-right-radius:3.5rem}.u2,.u3{border-top-left-radius:3.5rem}.u4,.u5{border-bottom-right-radius:3.5rem}.u6,.u7{border-bottom-left-radius:3.5rem}.u8,.u9{border-top-right-radius:3.75rem}.va,.vb{border-top-left-radius:3.75rem}.vc,.vd{border-bottom-right-radius:3.75rem}.ve,.vf{border-bottom-left-radius:3.75rem}.vg,.vh{border-top-right-radius:4rem}.vi,.vj{border-top-left-radius:4rem}.vk,.vl{border-bottom-right-radius:4rem}.vm,.vn{border-bottom-left-radius:4rem}.vo,.vp{border-top-right-radius:4.25rem}.vq,.vr{border-top-left-radius:4.25rem}.vs,.vt{border-bottom-right-radius:4.25rem}.vu,.vv{border-bottom-left-radius:4.25rem}.vw,.vx{border-top-right-radius:4.5rem}.vy,.vz{border-top-left-radius:4.5rem}.vA,.vB{border-bottom-right-radius:4.5rem}.vC,.vD{border-bottom-left-radius:4.5rem}.vE,.vF{border-top-right-radius:4.75rem}.vG,.vH{border-top-left-radius:4.75rem}.vI,.vJ{border-bottom-right-radius:4.75rem}.vK,.vL{border-bottom-left-radius:4.75rem}.vM,.vN{border-top-right-radius:5rem}.vO,.vP{border-top-left-radius:5rem}.vQ,.vR{border-bottom-right-radius:5rem}.vS,.vT{border-bottom-left-radius:5rem}.vU,.vV:hover{color:var(--primary)}.vW,.vX,.vY:hover,.vZ:hover{background-color:var(--primary)}.v0,.v1,.v2:hover,.v3:hover{border-color:var(--primary)}.v4,.v5:hover{color:var(--primaryLight)}.v6,.v7,.v8:hover,.v9:hover{background-color:var(--primaryLight)}.wa,.wb,.wc:hover,.wd:hover{border-color:var(--primaryLight)}.we,.wf:hover{color:var(--primaryDark)}.wg,.wh,.wi:hover,.wj:hover{background-color:var(--primaryDark)}.wk,.wl,.wm:hover,.wn:hover{border-color:var(--primaryDark)}.wo,.wp:hover{color:var(--secondary)}.wq,.wr,.ws:hover,.wt:hover{background-color:var(--secondary)}.wu,.wv,.ww:hover,.wx:hover{border-color:var(--secondary)}.wy,.wz:hover{color:var(--secondaryLight)}.wA,.wB,.wC:hover,.wD:hover{background-color:var(--secondaryLight)}.wE,.wF,.wG:hover,.wH:hover{border-color:var(--secondaryLight)}.wI,.wJ:hover{color:var(--secondaryDark)}.wK,.wL,.wM:hover,.wN:hover{background-color:var(--secondaryDark)}.wO,.wP,.wQ:hover,.wR:hover{border-color:var(--secondaryDark)}.wS,.wT:hover{color:var(--tertiary)}.wU,.wV,.wW:hover,.wX:hover{background-color:var(--tertiary)}.wY,.wZ,.w0:hover,.w1:hover{border-color:var(--tertiary)}.w2,.w3:hover{color:var(--tertiaryLight)}.w4,.w5,.w6:hover,.w7:hover{background-color:var(--tertiaryLight)}.w8,.w9,.xa:hover,.xb:hover{border-color:var(--tertiaryLight)}.xc,.xd:hover{color:var(--tertiaryDark)}.xe,.xf,.xg:hover,.xh:hover{background-color:var(--tertiaryDark)}.xi,.xj,.xk:hover,.xl:hover{border-color:var(--tertiaryDark)}.xm,.xn:hover{color:var(--blue)}.xo,.xp,.xq:hover,.xr:hover{background-color:var(--blue)}.xs,.xt,.xu:hover,.xv:hover{border-color:var(--blue)}.xw,.xx:hover{color:var(--blueLight)}.xy,.xz,.xA:hover,.xB:hover{background-color:var(--blueLight)}.xC,.xD,.xE:hover,.xF:hover{border-color:var(--blueLight)}.xG,.xH:hover{color:var(--blueDark)}.xI,.xJ,.xK:hover,.xL:hover{background-color:var(--blueDark)}.xM,.xN,.xO:hover,.xP:hover{border-color:var(--blueDark)}.xQ,.xR:hover{color:var(--red)}.xS,.xT,.xU:hover,.xV:hover{background-color:var(--red)}.xW,.xX,.xY:hover,.xZ:hover{border-color:var(--red)}.x0,.x1:hover{color:var(--redLight)}.x2,.x3,.x4:hover,.x5:hover{background-color:var(--redLight)}.x6,.x7,.x8:hover,.x9:hover{border-color:var(--redLight)}.ya,.yb:hover{color:var(--redDark)}.yc,.yd,.ye:hover,.yf:hover{background-color:var(--redDark)}.yg,.yh,.yi:hover,.yj:hover{border-color:var(--redDark)}.yk,.yl:hover{color:var(--purple)}.ym,.yn,.yo:hover,.yp:hover{background-color:var(--purple)}.yq,.yr,.ys:hover,.yt:hover{border-color:var(--purple)}.yu,.yv:hover{color:var(--purpleLight)}.yw,.yx,.yy:hover,.yz:hover{background-color:var(--purpleLight)}.yA,.yB,.yC:hover,.yD:hover{border-color:var(--purpleLight)}.yE,.yF:hover{color:var(--purpleDark)}.yG,.yH,.yI:hover,.yJ:hover{background-color:var(--purpleDark)}.yK,.yL,.yM:hover,.yN:hover{border-color:var(--purpleDark)}.yO,.yP:hover{color:var(--yellow)}.yQ,.yR,.yS:hover,.yT:hover{background-color:var(--yellow)}.yU,.yV,.yW:hover,.yX:hover{border-color:var(--yellow)}.yY,.yZ:hover{color:var(--yellowLight)}.y0,.y1,.y2:hover,.y3:hover{background-color:var(--yellowLight)}.y4,.y5,.y6:hover,.y7:hover{border-color:var(--yellowLight)}.y8,.y9:hover{color:var(--yellowDark)}.za,.zb,.zc:hover,.zd:hover{background-color:var(--yellowDark)}.ze,.zf,.zg:hover,.zh:hover{border-color:var(--yellowDark)}.zi,.zj:hover{color:var(--pink)}.zk,.zl,.zm:hover,.zn:hover{background-color:var(--pink)}.zo,.zp,.zq:hover,.zr:hover{border-color:var(--pink)}.zs,.zt:hover{color:var(--pinkLight)}.zu,.zv,.zw:hover,.zx:hover{background-color:var(--pinkLight)}.zy,.zz,.zA:hover,.zB:hover{border-color:var(--pinkLight)}.zC,.zD:hover{color:var(--pinkDark)}.zE,.zF,.zG:hover,.zH:hover{background-color:var(--pinkDark)}.zI,.zJ,.zK:hover,.zL:hover{border-color:var(--pinkDark)}.zM,.zN:hover{color:var(--green)}.zO,.zP,.zQ:hover,.zR:hover{background-color:var(--green)}.zS,.zT,.zU:hover,.zV:hover{border-color:var(--green)}.zW,.zX:hover{color:var(--greenLight)}.zY,.zZ,.z0:hover,.z1:hover{background-color:var(--greenLight)}.z2,.z3,.z4:hover,.z5:hover{border-color:var(--greenLight)}.z6,.z7:hover{color:var(--greenDark)}.z8,.z9,.Aa:hover,.Ab:hover{background-color:var(--greenDark)}.Ac,.Ad,.Ae:hover,.Af:hover{border-color:var(--greenDark)}.Ag,.Ah:hover{color:var(--orange)}.Ai,.Aj,.Ak:hover,.Al:hover{background-color:var(--orange)}.Am,.An,.Ao:hover,.Ap:hover{border-color:var(--orange)}.Aq,.Ar:hover{color:var(--orangeLight)}.As,.At,.Au:hover,.Av:hover{background-color:var(--orangeLight)}.Aw,.Ax,.Ay:hover,.Az:hover{border-color:var(--orangeLight)}.AA,.AB:hover{color:var(--orangeDark)}.AC,.AD,.AE:hover,.AF:hover{background-color:var(--orangeDark)}.AG,.AH,.AI:hover,.AJ:hover{border-color:var(--orangeDark)}.AK,.AL:hover{color:var(--navy)}.AM,.AN,.AO:hover,.AP:hover{background-color:var(--navy)}.AQ,.AR,.AS:hover,.AT:hover{border-color:var(--navy)}.AU,.AV:hover{color:var(--navyLight)}.AW,.AX,.AY:hover,.AZ:hover{background-color:var(--navyLight)}.A0,.A1,.A2:hover,.A3:hover{border-color:var(--navyLight)}.A4,.A5:hover{color:var(--navyDark)}.A6,.A7,.A8:hover,.A9:hover{background-color:var(--navyDark)}.Ba,.Bb,.Bc:hover,.Bd:hover{border-color:var(--navyDark)}.Be,.Bf:hover{color:var(--teal)}.Bg,.Bh,.Bi:hover,.Bj:hover{background-color:var(--teal)}.Bk,.Bl,.Bm:hover,.Bn:hover{border-color:var(--teal)}.Bo,.Bp:hover{color:var(--tealLight)}.Bq,.Br,.Bs:hover,.Bt:hover{background-color:var(--tealLight)}.Bu,.Bv,.Bw:hover,.Bx:hover{border-color:var(--tealLight)}.By,.Bz:hover{color:var(--tealDark)}.BA,.BB,.BC:hover,.BD:hover{background-color:var(--tealDark)}.BE,.BF,.BG:hover,.BH:hover{border-color:var(--tealDark)}.BI,.BJ:hover{color:var(--violet)}.BK,.BL,.BM:hover,.BN:hover{background-color:var(--violet)}.BO,.BP,.BQ:hover,.BR:hover{border-color:var(--violet)}.BS,.BT:hover{color:var(--violetLight)}.BU,.BV,.BW:hover,.BX:hover{background-color:var(--violetLight)}.BY,.BZ,.B0:hover,.B1:hover{border-color:var(--violetLight)}.B2,.B3:hover{color:var(--violetDark)}.B4,.B5,.B6:hover,.B7:hover{background-color:var(--violetDark)}.B8,.B9,.Ca:hover,.Cb:hover{border-color:var(--violetDark)}.Cc,.Cd:hover{color:var(--black)}.Ce,.Cf,.Cg:hover,.Ch:hover{background-color:var(--black)}.Ci,.Cj,.Ck:hover,.Cl:hover{border-color:var(--black)}.Cm,.Cn:hover{color:var(--white)}.Co,.Cp,.Cq:hover,.Cr:hover{background-color:var(--white)}.Cs,.Ct,.Cu:hover,.Cv:hover{border-color:var(--white)}.Cw,.Cx:hover{color:var(--gray)}.Cy,.Cz,.CA:hover,.CB:hover{background-color:var(--gray)}.CC,.CD,.CE:hover,.CF:hover{border-color:var(--gray)}.CG,.CH:hover{color:var(--grayLight)}.CI,.CJ,.CK:hover,.CL:hover{background-color:var(--grayLight)}.CM,.CN,.CO:hover,.CP:hover{border-color:var(--grayLight)}.CQ,.CR:hover{color:var(--grayDark)}.CS,.CT,.CU:hover,.CV:hover{background-color:var(--grayDark)}.CW,.CX,.CY:hover,.CZ:hover{border-color:var(--grayDark)}.C0,.C1:hover{color:var(--brown)}.C2,.C3,.C4:hover,.C5:hover{background-color:var(--brown)}.C6,.C7,.C8:hover,.C9:hover{border-color:var(--brown)}.Da,.Db:hover{color:var(--brownLight)}.Dc,.Dd,.De:hover,.Df:hover{background-color:var(--brownLight)}.Dg,.Dh,.Di:hover,.Dj:hover{border-color:var(--brownLight)}.Dk,.Dl:hover{color:var(--brownDark)}.Dm,.Dn,.Do:hover,.Dp:hover{background-color:var(--brownDark)}.Dq,.Dr,.Ds:hover,.Dt:hover{border-color:var(--brownDark)}.Ag,.Ah:hover{color:var(--orange)}.Ai,.Aj,.Ak:hover,.Al:hover{background-color:var(--orange)}.Am,.An,.Ao:hover,.Ap:hover{border-color:var(--orange)}.Aq,.Ar:hover{color:var(--orangeLight)}.As,.At,.Au:hover,.Av:hover{background-color:var(--orangeLight)}.Aw,.Ax,.Ay:hover,.Az:hover{border-color:var(--orangeLight)}.AA,.AB:hover{color:var(--orangeDark)}.AC,.AD,.AE:hover,.AF:hover{background-color:var(--orangeDark)}.AG,.AH,.AI:hover,.AJ:hover{border-color:var(--orangeDark)}.Du{line-height:0}.Dv{line-height:.3}.Dw{line-height:.6}.Dx{line-height:.9}.Dy{line-height:1.2}.Dz{line-height:1.5}.DA{line-height:1.8}.DB{line-height:2.1}.DC{line-height:2.4}.DD{line-height:2.7}.DE{line-height:3}.DF{line-height:3.3}.DG{line-height:3.6}.DH{line-height:3.9}.DI{line-height:4.2}.DJ{line-height:4.5}.DK{line-height:4.8}.DL{line-height:5.1}.DM{line-height:5.4}.DN{line-height:5.7}.DO{line-height:6}.DP{cursor:auto}.DQ{cursor:default}.DR{cursor:none}.DS{cursor:context-menu}.DT{cursor:help}.DU{cursor:pointer}.DV{cursor:progress}.DW{cursor:wait}.DX{cursor:cell}.DY{cursor:crosshair}.DZ{cursor:text}.D0{cursor:vertical-text}.D1{cursor:alias}.D2{cursor:copy}.D3{cursor:move}.D4{cursor:no-drop}.D5{cursor:not-allowed}.D6{cursor:e-resize}.D7{cursor:n-resize}.D8{cursor:ne-resize}.D9{cursor:nw-resize}.Ea{cursor:s-resize}.Eb{cursor:se-resize}.Ec{cursor:sw-resize}.Ed{cursor:w-resize}.Ee{cursor:ew-resize}.Ef{cursor:ns-resize}.Eg{cursor:nesw-resize}.Eh{cursor:nwse-resize}.Ei{cursor:col-resize}.Ej{cursor:row-resize}.Ek{cursor:all-scroll}.El{cursor:zoom-in}.Em{cursor:zoom-out}.En{cursor:-webkit-grab;cursor:grab}.Eo{cursor:-webkit-grabbing;cursor:grabbing}.Ep{z-index:0}.Eq{z-index:1}.Er{z-index:2}.Es{z-index:3}.Et{z-index:4}.Eu{z-index:5}.Ev{z-index:6}.Ew{z-index:7}.Ex{z-index:8}.Ey{z-index:9}.Ez{z-index:10}.EA{z-index:11}.EB{z-index:12}.EC{z-index:13}.ED{z-index:14}.EE{z-index:15}.EF{z-index:16}.EG{z-index:17}.EH{z-index:18}.EI{z-index:19}.EJ{z-index:20}.EK{overflow:auto}.EL{overflow-x:auto}.EM{overflow-y:auto}.EN{overflow:hidden}.EO{overflow-x:hidden}.EP{overflow-y:hidden}.EQ{overflow:scroll}.ER{overflow-x:scroll}.ES{overflow-y:scroll}.ET{overflow:visible}.EU{overflow-x:visible}.EV{overflow-y:visible}.EW{opacity:.1}.EX{opacity:.2}.EY{opacity:.3}.EZ{opacity:.4}.E0{opacity:.5}.E1{opacity:.6}.E2{opacity:.7}.E3{opacity:.8}.E4{opacity:.9}.E5{opacity:1}.E6{font-size:6px}.E7{font-size:8px}.E8{font-size:10px}.E9{font-size:12px}.Fa{font-size:14px}.Fb{font-size:16px}.Fc{font-size:18px}.Fd{font-size:20px}.Fe{font-size:22px}.Ff{font-size:24px}.Fg{font-size:26px}.Fh{font-size:28px}.Fi{font-size:30px}.Fj{font-size:32px}.Fk{font-size:34px}.Fl{font-size:36px}.Fm{font-size:38px}.Fn{font-size:40px}.Fo{font-size:42px}.Fp{font-size:44px}.Fq{font-size:46px}.Fr{font-size:48px}.Fs{font-size:50px}.Ft{font-weight:100}.Fu{font-weight:200}.Fv{font-weight:300}.Fw{font-weight:400}.Fx{font-weight:500}.Fy{font-weight:600}.Fz{font-weight:700}.FA{font-weight:800}.FB{font-weight:900}.FC{text-decoration:none}.FD{text-decoration:underline}.FE{text-align:left}.FF{text-align:right}.FG{text-align:center}.FH{text-transform:none}.FI{text-transform:capitalize}.FJ{text-transform:lowercase}.FK{text-transform:uppercase}.FL{flex-wrap:nowrap}.FM{flex-wrap:wrap}.FN{flex-wrap:wrap-reverse}.FO{justify-content:start}.FP{justify-content:end}.FQ{justify-content:flex-start}.FR{justify-content:flex-end}.FS{justify-content:center}.FT{justify-content:left}.FU{justify-content:right}.FV{justify-content:space-between}.FW{justify-content:space-around}.FX{justify-content:space-evenly}.FY{justify-content:stretch}.FZ{align-items:stretch}.F0{align-items:flex-start}.F1{align-items:flex-end}.F2{align-items:center}.F3{align-items:baseline}.F4{align-items:start}.F5{align-items:end}.F6{align-items:self-start}.F7{align-items:self-end}.F8{align-content:flex-start}.F9{align-content:flex-end}.Ga{align-content:center}.Gb{align-content:space-between}.Gc{align-content:space-around}.Gd{align-content:space-evenly}.Ge{align-content:stretch}.Gf{align-content:start}.Gg{align-content:end}.Gh{align-content:baseline}.Gi{flex:1}.Gj{direction:row}.Gk{direction:row-reverse}.Gl{direction:column}.Gm{direction:column-reverse}.Gn{gap:0rem}.Go{row-gap:0rem}.Gp{-moz-column-gap:0rem;column-gap:0rem}.Gq{order:0}.Gr{flex-grow:0}.Gs{flex-shrink:0}.Gt{gap:.5rem}.Gu{row-gap:.5rem}.Gv{-moz-column-gap:.5rem;column-gap:.5rem}.Gw{order:1}.Gx{flex-grow:1}.Gy{flex-shrink:1}.Gz{gap:1rem}.GA{row-gap:1rem}.GB{-moz-column-gap:1rem;column-gap:1rem}.GC{order:2}.GD{flex-grow:2}.GE{flex-shrink:2}.GF{gap:1.5rem}.GG{row-gap:1.5rem}.GH{-moz-column-gap:1.5rem;column-gap:1.5rem}.GI{order:3}.GJ{flex-grow:3}.GK{flex-shrink:3}.GL{gap:2rem}.GM{row-gap:2rem}.GN{-moz-column-gap:2rem;column-gap:2rem}.GO{order:4}.GP{flex-grow:4}.GQ{flex-shrink:4}.GR{gap:2.5rem}.GS{row-gap:2.5rem}.GT{-moz-column-gap:2.5rem;column-gap:2.5rem}.GU{order:5}.GV{flex-grow:5}.GW{flex-shrink:5}.GX{gap:3rem}.GY{row-gap:3rem}.GZ{-moz-column-gap:3rem;column-gap:3rem}.G0{order:6}.G1{flex-grow:6}.G2{flex-shrink:6}.G3{gap:3.5rem}.G4{row-gap:3.5rem}.G5{-moz-column-gap:3.5rem;column-gap:3.5rem}.G6{order:7}.G7{flex-grow:7}.G8{flex-shrink:7}.G9{gap:4rem}.Ha{row-gap:4rem}.Hb{-moz-column-gap:4rem;column-gap:4rem}.Hc{order:8}.Hd{flex-grow:8}.He{flex-shrink:8}.Hf{gap:4.5rem}.Hg{row-gap:4.5rem}.Hh{-moz-column-gap:4.5rem;column-gap:4.5rem}.Hi{order:9}.Hj{flex-grow:9}.Hk{flex-shrink:9}.Hl{gap:5rem}.Hm{row-gap:5rem}.Hn{-moz-column-gap:5rem;column-gap:5rem}.Ho{order:10}.Hp{flex-grow:10}.Hq{flex-shrink:10}.Hr{gap:5.5rem}.Hs{row-gap:5.5rem}.Ht{-moz-column-gap:5.5rem;column-gap:5.5rem}.Hu{order:11}.Hv{flex-grow:11}.Hw{flex-shrink:11}.Hx{gap:6rem}.Hy{row-gap:6rem}.Hz{-moz-column-gap:6rem;column-gap:6rem}.HA{order:12}.HB{flex-grow:12}.HC{flex-shrink:12}.HD{gap:6.5rem}.HE{row-gap:6.5rem}.HF{-moz-column-gap:6.5rem;column-gap:6.5rem}.HG{order:13}.HH{flex-grow:13}.HI{flex-shrink:13}.HJ{gap:7rem}.HK{row-gap:7rem}.HL{-moz-column-gap:7rem;column-gap:7rem}.HM{order:14}.HN{flex-grow:14}.HO{flex-shrink:14}.HP{gap:7.5rem}.HQ{row-gap:7.5rem}.HR{-moz-column-gap:7.5rem;column-gap:7.5rem}.HS{order:15}.HT{flex-grow:15}.HU{flex-shrink:15}.HV{gap:8rem}.HW{row-gap:8rem}.HX{-moz-column-gap:8rem;column-gap:8rem}.HY{order:16}.HZ{flex-grow:16}.H0{flex-shrink:16}.H1{gap:8.5rem}.H2{row-gap:8.5rem}.H3{-moz-column-gap:8.5rem;column-gap:8.5rem}.H4{order:17}.H5{flex-grow:17}.H6{flex-shrink:17}.H7{gap:9rem}.H8{row-gap:9rem}.H9{-moz-column-gap:9rem;column-gap:9rem}.Ia{order:18}.Ib{flex-grow:18}.Ic{flex-shrink:18}.Id{gap:9.5rem}.Ie{row-gap:9.5rem}.If{-moz-column-gap:9.5rem;column-gap:9.5rem}.Ig{order:19}.Ih{flex-grow:19}.Ii{flex-shrink:19}.Ij{gap:10rem}.Ik{row-gap:10rem}.Il{-moz-column-gap:10rem;column-gap:10rem}.Im{order:20}.In{flex-grow:20}.Io{flex-shrink:20}.Ip{align-self:auto}.Iq{align-self:flex-start}.Ir{align-self:flex-end}.Is{align-self:center}.It{align-self:baseline}.Iu{align-self:stretch}
@@ -1,5 +0,0 @@
1
- import Box from '../../box';
2
- interface Props extends Omit<React.ComponentProps<typeof Box>> {
3
- }
4
- export default function Button(props: Props): JSX.Element;
5
- export {};