@primer/react-brand 0.25.0-rc.654fe29 → 0.25.0-rc.9d1748c
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/lib/CTABanner/CTABanner.d.ts +2 -2
- package/lib/Card/Card.d.ts +1 -0
- package/lib/Grid/Grid.d.ts +1 -1
- package/lib/Hero/Hero.d.ts +2 -0
- package/lib/SectionIntro/SectionIntro.d.ts +1 -0
- package/lib/Stack/Stack.d.ts +5 -5
- package/lib/Timeline/Timeline.d.ts +4 -2
- package/lib/css/main.css +382 -166
- package/lib/design-tokens/css/tokens/base/colors/color-scales-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/base/colors/color-scales.css +1 -1
- package/lib/design-tokens/css/tokens/base/size/size.css +1 -1
- package/lib/design-tokens/css/tokens/base/typography/typography.css +1 -1
- package/lib/design-tokens/css/tokens/functional/animation/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/colors/global-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/colors/global.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/accordion/colors-with-modes.css +5 -1
- package/lib/design-tokens/css/tokens/functional/components/action-menu/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/anchor-nav/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/button/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/card/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/card/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/card/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/comparison-table/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/comparison-table/comparison-table.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/control/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/cta-banner/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/faq/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/faq/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/faq/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/faq/faq.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/footer/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/footer/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/grid/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/grid/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/grid/grid.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/hero/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/image/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/inline-link/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/inline-link/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/inline-link/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/label/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/label/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/link/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/link/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/logosuite/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/logosuite/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/logosuite/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/pillar/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/pillar/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/prose/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/river/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/river/river.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/subdomain-nav-bar/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/testimonial/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/testimonial/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/timeline/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/timeline/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/timeline/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/video-player/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/size/border.css +1 -1
- package/lib/design-tokens/css/tokens/functional/size/breakpoints.css +1 -1
- package/lib/design-tokens/css/tokens/functional/size/size-coarse.css +1 -1
- package/lib/design-tokens/css/tokens/functional/size/size-fine.css +1 -1
- package/lib/design-tokens/css/tokens/functional/size/size.css +1 -1
- package/lib/design-tokens/css/tokens/functional/typography/typography-responsive.css +1 -1
- package/lib/design-tokens/css/tokens/functional/typography/typography.css +1 -1
- package/lib/design-tokens/js/module/tokens/base/colors/color-scales.js +1 -1
- package/lib/design-tokens/js/module/tokens/base/size/size.js +1 -1
- package/lib/design-tokens/js/module/tokens/base/typography/typography.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/animation/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/colors/global.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/card/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/card/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/comparison-table/comparison-table.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/faq/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/faq/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/faq/faq.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/footer/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/grid/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/grid/grid.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/hero/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/image/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/inline-link/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/inline-link/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/label/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/link/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/logosuite/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/logosuite/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/pillar/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/prose/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/river/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/river/river.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/testimonial/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/testimonial/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/timeline/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/timeline/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/video-player/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/border.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/breakpoints.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/size-coarse.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/size-fine.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/size.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/viewport.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/typography/typography-responsive.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/typography/typography.js +1 -1
- package/lib/design-tokens/js/tokens/base/colors/color-scales.js +1 -1
- package/lib/design-tokens/js/tokens/base/size/size.js +1 -1
- package/lib/design-tokens/js/tokens/base/typography/typography.js +1 -1
- package/lib/design-tokens/js/tokens/functional/animation/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/colors/global.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/card/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/card/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/comparison-table/comparison-table.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/faq/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/faq/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/faq/faq.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/footer/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/grid/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/grid/grid.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/hero/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/image/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/inline-link/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/inline-link/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/label/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/link/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/logosuite/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/logosuite/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/pillar/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/prose/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/river/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/river/river.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/testimonial/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/testimonial/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/timeline/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/timeline/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/video-player/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/size/border.js +1 -1
- package/lib/design-tokens/js/tokens/functional/size/breakpoints.js +1 -1
- package/lib/design-tokens/js/tokens/functional/size/size-coarse.js +1 -1
- package/lib/design-tokens/js/tokens/functional/size/size-fine.js +1 -1
- package/lib/design-tokens/js/tokens/functional/size/size.js +1 -1
- package/lib/design-tokens/js/tokens/functional/size/viewport.js +1 -1
- package/lib/design-tokens/js/tokens/functional/typography/typography-responsive.js +1 -1
- package/lib/design-tokens/js/tokens/functional/typography/typography.js +1 -1
- package/lib/design-tokens/scss/tokens/base/colors/color-scales.scss +1 -1
- package/lib/design-tokens/scss/tokens/base/size/size.scss +1 -1
- package/lib/design-tokens/scss/tokens/base/typography/typography.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/animation/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/colors/global.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/card/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/card/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/comparison-table/comparison-table.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/faq/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/faq/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/faq/faq.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/footer/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/grid/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/grid/grid.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/hero/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/image/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/inline-link/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/inline-link/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/label/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/link/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/logosuite/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/logosuite/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/pillar/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/prose/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/river/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/river/river.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/testimonial/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/testimonial/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/timeline/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/timeline/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/video-player/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/size/border.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/size/breakpoints.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/size/size-coarse.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/size/size-fine.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/size/size.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/size/viewport.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/typography/typography-responsive.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/typography/typography.scss +1 -1
- package/lib/design-tokens/ts/tokens/base/colors/color-scales.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/base/colors/color-scales.js +1 -1
- package/lib/design-tokens/ts/tokens/base/size/size.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/base/size/size.js +1 -1
- package/lib/design-tokens/ts/tokens/base/typography/typography.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/base/typography/typography.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/animation/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/animation/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/colors/global.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/colors/global.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/card/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/card/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/card/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/card/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/comparison-table/comparison-table.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/comparison-table/comparison-table.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/faq/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/faq/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/faq/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/faq/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/faq/faq.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/faq/faq.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/footer/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/footer/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/grid/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/grid/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/grid/grid.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/grid/grid.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/hero/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/hero/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/image/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/image/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/inline-link/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/inline-link/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/inline-link/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/inline-link/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/label/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/label/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/link/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/link/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/logosuite/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/logosuite/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/logosuite/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/logosuite/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/pillar/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/pillar/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/prose/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/prose/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/river/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/river/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/river/river.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/river/river.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/testimonial/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/testimonial/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/testimonial/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/testimonial/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/timeline/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/timeline/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/timeline/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/timeline/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/video-player/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/video-player/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/border.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/border.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/breakpoints.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/breakpoints.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/size-coarse.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/size-coarse.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/size-fine.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/size-fine.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/size.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/size.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/viewport.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/viewport.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/typography/typography-responsive.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/typography/typography-responsive.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/typography/typography.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/typography/typography.js +1 -1
- package/lib/index.js +1 -1
- package/lib/recipes/FeaturePreviewLPs/FeaturePreviewLevelOne/FeaturePreviewLevelOne.d.ts +12 -0
- package/lib/recipes/FeaturePreviewLPs/FeaturePreviewLevelOne/FeaturePreviewLevelOneSideBySide.d.ts +12 -0
- package/lib/recipes/FeaturePreviewLPs/FeaturePreviewLevelOne/components/FormExample.d.ts +2 -0
- package/lib/recipes/FeaturePreviewLPs/FeaturePreviewLevelOne/index.d.ts +1 -0
- package/lib/recipes/FeaturePreviewLPs/FeaturePreviewLevelTwo/FeaturePreviewLevelTwo.d.ts +43 -0
- package/lib/recipes/FeaturePreviewLPs/FeaturePreviewLevelTwo/FeaturePreviewLevelTwo.visual.spec.d.ts +1 -0
- package/lib/recipes/FeaturePreviewLPs/FeaturePreviewLevelTwo/index.d.ts +1 -0
- package/lib/recipes/FeaturePreviewLPs/FeaturePreviewLevelZero/FeaturePreviewLevelZero.d.ts +17 -0
- package/lib/recipes/FeaturePreviewLPs/FeaturePreviewLevelZero/FeaturePreviewLevelZero.visual.spec.d.ts +1 -0
- package/lib/recipes/FeaturePreviewLPs/FeaturePreviewLevelZero/index.d.ts +1 -0
- package/lib/recipes/FeaturePreviewLPs/helpers.d.ts +27 -0
- package/lib/river/River/River.d.ts +1 -1
- package/lib/river/RiverBreakout/RiverBreakout.d.ts +1 -1
- package/package.json +1 -1
- package/lib/LayoutExamples/KitchenSink.d.ts +0 -4
- package/lib/LayoutExamples/Resources.d.ts +0 -4
- /package/lib/{LayoutExamples/LayoutExamples.visual.spec.d.ts → recipes/FeaturePreviewLPs/FeaturePreviewLevelOne/FeaturePreviewLevelOne.visual.spec.d.ts} +0 -0
package/lib/css/main.css
CHANGED
|
@@ -89,7 +89,7 @@ select {
|
|
|
89
89
|
|
|
90
90
|
/**
|
|
91
91
|
* Do not edit directly
|
|
92
|
-
* Generated on
|
|
92
|
+
* Generated on Fri, 08 Sep 2023 11:51:18 GMT
|
|
93
93
|
*/
|
|
94
94
|
|
|
95
95
|
:root,
|
|
@@ -629,7 +629,7 @@ select {
|
|
|
629
629
|
|
|
630
630
|
/**
|
|
631
631
|
* Do not edit directly
|
|
632
|
-
* Generated on
|
|
632
|
+
* Generated on Fri, 08 Sep 2023 11:51:18 GMT
|
|
633
633
|
*/
|
|
634
634
|
|
|
635
635
|
:root {
|
|
@@ -654,7 +654,7 @@ select {
|
|
|
654
654
|
|
|
655
655
|
/**
|
|
656
656
|
* Do not edit directly
|
|
657
|
-
* Generated on
|
|
657
|
+
* Generated on Fri, 08 Sep 2023 11:51:18 GMT
|
|
658
658
|
*/
|
|
659
659
|
|
|
660
660
|
:root {
|
|
@@ -669,7 +669,7 @@ select {
|
|
|
669
669
|
|
|
670
670
|
/**
|
|
671
671
|
* Do not edit directly
|
|
672
|
-
* Generated on
|
|
672
|
+
* Generated on Fri, 08 Sep 2023 11:51:18 GMT
|
|
673
673
|
*/
|
|
674
674
|
|
|
675
675
|
:root {
|
|
@@ -796,7 +796,7 @@ select {
|
|
|
796
796
|
|
|
797
797
|
/**
|
|
798
798
|
* Do not edit directly
|
|
799
|
-
* Generated on
|
|
799
|
+
* Generated on Fri, 08 Sep 2023 11:51:17 GMT
|
|
800
800
|
*/
|
|
801
801
|
|
|
802
802
|
:root {
|
|
@@ -810,7 +810,7 @@ select {
|
|
|
810
810
|
|
|
811
811
|
/**
|
|
812
812
|
* Do not edit directly
|
|
813
|
-
* Generated on
|
|
813
|
+
* Generated on Fri, 08 Sep 2023 11:51:17 GMT
|
|
814
814
|
*/
|
|
815
815
|
|
|
816
816
|
:root {
|
|
@@ -828,7 +828,7 @@ select {
|
|
|
828
828
|
|
|
829
829
|
/**
|
|
830
830
|
* Do not edit directly
|
|
831
|
-
* Generated on
|
|
831
|
+
* Generated on Fri, 08 Sep 2023 11:51:18 GMT
|
|
832
832
|
*/
|
|
833
833
|
|
|
834
834
|
:root,
|
|
@@ -1181,7 +1181,7 @@ select {
|
|
|
1181
1181
|
|
|
1182
1182
|
/**
|
|
1183
1183
|
* Do not edit directly
|
|
1184
|
-
* Generated on
|
|
1184
|
+
* Generated on Fri, 08 Sep 2023 11:51:18 GMT
|
|
1185
1185
|
*/
|
|
1186
1186
|
|
|
1187
1187
|
:root,
|
|
@@ -1731,7 +1731,7 @@ select {
|
|
|
1731
1731
|
|
|
1732
1732
|
/**
|
|
1733
1733
|
* Do not edit directly
|
|
1734
|
-
* Generated on
|
|
1734
|
+
* Generated on Fri, 08 Sep 2023 11:51:17 GMT
|
|
1735
1735
|
*/
|
|
1736
1736
|
|
|
1737
1737
|
:root {
|
|
@@ -1958,7 +1958,7 @@ select {
|
|
|
1958
1958
|
|
|
1959
1959
|
/**
|
|
1960
1960
|
* Do not edit directly
|
|
1961
|
-
* Generated on
|
|
1961
|
+
* Generated on Fri, 08 Sep 2023 11:51:18 GMT
|
|
1962
1962
|
*/
|
|
1963
1963
|
|
|
1964
1964
|
:root,
|
|
@@ -2217,7 +2217,7 @@ select {
|
|
|
2217
2217
|
|
|
2218
2218
|
/**
|
|
2219
2219
|
* Do not edit directly
|
|
2220
|
-
* Generated on
|
|
2220
|
+
* Generated on Fri, 08 Sep 2023 11:51:18 GMT
|
|
2221
2221
|
*/
|
|
2222
2222
|
|
|
2223
2223
|
:root {
|
|
@@ -2243,7 +2243,7 @@ select {
|
|
|
2243
2243
|
|
|
2244
2244
|
/**
|
|
2245
2245
|
* Do not edit directly
|
|
2246
|
-
* Generated on
|
|
2246
|
+
* Generated on Fri, 08 Sep 2023 11:51:18 GMT
|
|
2247
2247
|
*/
|
|
2248
2248
|
|
|
2249
2249
|
:root,
|
|
@@ -3001,7 +3001,7 @@ select {
|
|
|
3001
3001
|
|
|
3002
3002
|
/**
|
|
3003
3003
|
* Do not edit directly
|
|
3004
|
-
* Generated on
|
|
3004
|
+
* Generated on Fri, 08 Sep 2023 11:51:17 GMT
|
|
3005
3005
|
*/
|
|
3006
3006
|
|
|
3007
3007
|
:root {
|
|
@@ -3840,7 +3840,7 @@ select {
|
|
|
3840
3840
|
|
|
3841
3841
|
/**
|
|
3842
3842
|
* Do not edit directly
|
|
3843
|
-
* Generated on
|
|
3843
|
+
* Generated on Fri, 08 Sep 2023 11:51:18 GMT
|
|
3844
3844
|
*/
|
|
3845
3845
|
|
|
3846
3846
|
:root {
|
|
@@ -3861,7 +3861,7 @@ select {
|
|
|
3861
3861
|
|
|
3862
3862
|
/**
|
|
3863
3863
|
* Do not edit directly
|
|
3864
|
-
* Generated on
|
|
3864
|
+
* Generated on Fri, 08 Sep 2023 11:51:18 GMT
|
|
3865
3865
|
*/
|
|
3866
3866
|
|
|
3867
3867
|
:root {
|
|
@@ -3871,7 +3871,7 @@ select {
|
|
|
3871
3871
|
|
|
3872
3872
|
/**
|
|
3873
3873
|
* Do not edit directly
|
|
3874
|
-
* Generated on
|
|
3874
|
+
* Generated on Fri, 08 Sep 2023 11:51:18 GMT
|
|
3875
3875
|
*/
|
|
3876
3876
|
|
|
3877
3877
|
:root {
|
|
@@ -4778,7 +4778,7 @@ select {
|
|
|
4778
4778
|
|
|
4779
4779
|
/**
|
|
4780
4780
|
* Do not edit directly
|
|
4781
|
-
* Generated on
|
|
4781
|
+
* Generated on Fri, 08 Sep 2023 11:51:18 GMT
|
|
4782
4782
|
*/
|
|
4783
4783
|
|
|
4784
4784
|
:root,
|
|
@@ -4806,7 +4806,7 @@ select {
|
|
|
4806
4806
|
|
|
4807
4807
|
/**
|
|
4808
4808
|
* Do not edit directly
|
|
4809
|
-
* Generated on
|
|
4809
|
+
* Generated on Fri, 08 Sep 2023 11:51:18 GMT
|
|
4810
4810
|
*/
|
|
4811
4811
|
|
|
4812
4812
|
:root,
|
|
@@ -4822,7 +4822,7 @@ select {
|
|
|
4822
4822
|
|
|
4823
4823
|
/**
|
|
4824
4824
|
* Do not edit directly
|
|
4825
|
-
* Generated on
|
|
4825
|
+
* Generated on Fri, 08 Sep 2023 11:51:18 GMT
|
|
4826
4826
|
*/
|
|
4827
4827
|
|
|
4828
4828
|
:root {
|
|
@@ -4962,7 +4962,7 @@ select {
|
|
|
4962
4962
|
|
|
4963
4963
|
/**
|
|
4964
4964
|
* Do not edit directly
|
|
4965
|
-
* Generated on
|
|
4965
|
+
* Generated on Fri, 08 Sep 2023 11:51:18 GMT
|
|
4966
4966
|
*/
|
|
4967
4967
|
|
|
4968
4968
|
:root,
|
|
@@ -4978,18 +4978,22 @@ select {
|
|
|
4978
4978
|
|
|
4979
4979
|
/**
|
|
4980
4980
|
* Do not edit directly
|
|
4981
|
-
* Generated on
|
|
4981
|
+
* Generated on Fri, 08 Sep 2023 11:51:18 GMT
|
|
4982
4982
|
*/
|
|
4983
4983
|
|
|
4984
4984
|
:root,
|
|
4985
4985
|
[data-color-mode="light"] {
|
|
4986
4986
|
--brand-Accordion-toggle-color-start: var(--brand-color-accent-primary);
|
|
4987
4987
|
--brand-Accordion-toggle-color-end: var(--brand-color-accent-primary);
|
|
4988
|
+
--brand-Accordion-border-color-default: var(--brand-color-border-default);
|
|
4989
|
+
--brand-Accordion-border-color-emphasis: var(--base-color-scale-black-0);
|
|
4988
4990
|
}
|
|
4989
4991
|
|
|
4990
4992
|
[data-color-mode="dark"] {
|
|
4991
4993
|
--brand-Accordion-toggle-color-start: var(--brand-color-accent-primary);
|
|
4992
4994
|
--brand-Accordion-toggle-color-end: var(--brand-color-accent-primary);
|
|
4995
|
+
--brand-Accordion-border-color-default: var(--base-color-scale-gray-5);
|
|
4996
|
+
--brand-Accordion-border-color-emphasis: var(--base-color-scale-white-0);
|
|
4993
4997
|
}
|
|
4994
4998
|
|
|
4995
4999
|
.Primer_Brand__Accordion-module__Accordion___M_LPt {
|
|
@@ -4998,17 +5002,16 @@ select {
|
|
|
4998
5002
|
}
|
|
4999
5003
|
|
|
5000
5004
|
.Primer_Brand__Accordion-module__Accordion--default___wLsHR {
|
|
5001
|
-
border-bottom: var(--brand-borderWidth-thin) solid var(--brand-
|
|
5005
|
+
border-bottom: var(--brand-borderWidth-thin) solid var(--brand-Accordion-border-color-default);
|
|
5002
5006
|
}
|
|
5003
5007
|
|
|
5004
5008
|
.Primer_Brand__Accordion-module__Accordion--emphasis___j9wgA:not(.Primer_Brand__Accordion-module__Accordion___M_LPt .Primer_Brand__Accordion-module__Accordion___M_LPt) > .Primer_Brand__Accordion-module__Accordion__summary___NUIYc {
|
|
5005
|
-
border-bottom: var(--brand-borderWidth-thicker) solid var(--brand-
|
|
5006
|
-
margin-bottom: var(--base-size-12);
|
|
5009
|
+
border-bottom: var(--brand-borderWidth-thicker) solid var(--brand-Accordion-border-color-emphasis);
|
|
5007
5010
|
}
|
|
5008
5011
|
|
|
5009
5012
|
.Primer_Brand__Accordion-module__Accordion--default___wLsHR::after {
|
|
5010
5013
|
content: '';
|
|
5011
|
-
border: 3px solid var(--brand-
|
|
5014
|
+
border: 3px solid var(--brand-Accordion-border-color-default);
|
|
5012
5015
|
height: 0;
|
|
5013
5016
|
transition: var(--brand-animation-duration-fast) transform;
|
|
5014
5017
|
transform: scaleY(0);
|
|
@@ -5153,10 +5156,13 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary___NUIYc.Prim
|
|
|
5153
5156
|
|
|
5154
5157
|
details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
5155
5158
|
padding-bottom: var(--base-size-24);
|
|
5156
|
-
margin-top: calc(var(--base-size-16) * -1); /* for 8px gap between question and answer */
|
|
5157
5159
|
animation: Primer_Brand__Accordion-module__fade-in___b3l0l 0.5s;
|
|
5158
5160
|
}
|
|
5159
5161
|
|
|
5162
|
+
.Primer_Brand__Accordion-module__Accordion__summary--default___C4Jx_ + .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
5163
|
+
margin-top: calc(var(--base-size-16) * -1); /* for 8px gap between question and answer */
|
|
5164
|
+
}
|
|
5165
|
+
|
|
5160
5166
|
[dir="ltr"] details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-toggles___cpkAW + .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
5161
5167
|
padding-left: var(--base-size-48);
|
|
5162
5168
|
}
|
|
@@ -5183,7 +5189,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
|
5183
5189
|
|
|
5184
5190
|
/**
|
|
5185
5191
|
* Do not edit directly
|
|
5186
|
-
* Generated on
|
|
5192
|
+
* Generated on Fri, 08 Sep 2023 11:51:17 GMT
|
|
5187
5193
|
*/
|
|
5188
5194
|
|
|
5189
5195
|
:root {
|
|
@@ -5192,7 +5198,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
|
5192
5198
|
|
|
5193
5199
|
/**
|
|
5194
5200
|
* Do not edit directly
|
|
5195
|
-
* Generated on
|
|
5201
|
+
* Generated on Fri, 08 Sep 2023 11:51:18 GMT
|
|
5196
5202
|
*/
|
|
5197
5203
|
|
|
5198
5204
|
:root,
|
|
@@ -5212,7 +5218,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
|
5212
5218
|
|
|
5213
5219
|
/**
|
|
5214
5220
|
* Do not edit directly
|
|
5215
|
-
* Generated on
|
|
5221
|
+
* Generated on Fri, 08 Sep 2023 11:51:18 GMT
|
|
5216
5222
|
*/
|
|
5217
5223
|
|
|
5218
5224
|
:root {
|
|
@@ -5295,6 +5301,10 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
|
5295
5301
|
margin-bottom: var(--base-size-16);
|
|
5296
5302
|
}
|
|
5297
5303
|
|
|
5304
|
+
.Primer_Brand__FAQGroup-module__FAQGroup__panel-subHeading___F0U3h {
|
|
5305
|
+
margin-top: calc(var(--base-size-8) + 1px);
|
|
5306
|
+
}
|
|
5307
|
+
|
|
5298
5308
|
.Primer_Brand__FAQGroup-module__FAQGroup__tablist___WdY5Z .Primer_Brand__FAQGroup-module__FAQ__heading___w52lv {
|
|
5299
5309
|
display: none;
|
|
5300
5310
|
}
|
|
@@ -5331,7 +5341,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
|
5331
5341
|
|
|
5332
5342
|
/**
|
|
5333
5343
|
* Do not edit directly
|
|
5334
|
-
* Generated on
|
|
5344
|
+
* Generated on Fri, 08 Sep 2023 11:51:18 GMT
|
|
5335
5345
|
*/
|
|
5336
5346
|
|
|
5337
5347
|
:root,
|
|
@@ -6432,7 +6442,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
6432
6442
|
|
|
6433
6443
|
/**
|
|
6434
6444
|
* Do not edit directly
|
|
6435
|
-
* Generated on
|
|
6445
|
+
* Generated on Fri, 08 Sep 2023 11:51:18 GMT
|
|
6436
6446
|
*/
|
|
6437
6447
|
|
|
6438
6448
|
:root {
|
|
@@ -6448,7 +6458,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
6448
6458
|
|
|
6449
6459
|
/**
|
|
6450
6460
|
* Do not edit directly
|
|
6451
|
-
* Generated on
|
|
6461
|
+
* Generated on Fri, 08 Sep 2023 11:51:18 GMT
|
|
6452
6462
|
*/
|
|
6453
6463
|
|
|
6454
6464
|
:root {
|
|
@@ -6660,7 +6670,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
6660
6670
|
|
|
6661
6671
|
/**
|
|
6662
6672
|
* Do not edit directly
|
|
6663
|
-
* Generated on
|
|
6673
|
+
* Generated on Fri, 08 Sep 2023 11:51:18 GMT
|
|
6664
6674
|
*/
|
|
6665
6675
|
|
|
6666
6676
|
:root,
|
|
@@ -6676,7 +6686,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
6676
6686
|
|
|
6677
6687
|
/**
|
|
6678
6688
|
* Do not edit directly
|
|
6679
|
-
* Generated on
|
|
6689
|
+
* Generated on Fri, 08 Sep 2023 11:51:18 GMT
|
|
6680
6690
|
*/
|
|
6681
6691
|
|
|
6682
6692
|
:root {
|
|
@@ -6994,7 +7004,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
6994
7004
|
|
|
6995
7005
|
/**
|
|
6996
7006
|
* Do not edit directly
|
|
6997
|
-
* Generated on
|
|
7007
|
+
* Generated on Fri, 08 Sep 2023 11:51:18 GMT
|
|
6998
7008
|
*/
|
|
6999
7009
|
|
|
7000
7010
|
:root,
|
|
@@ -7398,7 +7408,7 @@ html {
|
|
|
7398
7408
|
|
|
7399
7409
|
/**
|
|
7400
7410
|
* Do not edit directly
|
|
7401
|
-
* Generated on
|
|
7411
|
+
* Generated on Fri, 08 Sep 2023 11:51:18 GMT
|
|
7402
7412
|
*/
|
|
7403
7413
|
|
|
7404
7414
|
:root,
|
|
@@ -7576,7 +7586,7 @@ html {
|
|
|
7576
7586
|
|
|
7577
7587
|
/**
|
|
7578
7588
|
* Do not edit directly
|
|
7579
|
-
* Generated on
|
|
7589
|
+
* Generated on Fri, 08 Sep 2023 11:51:18 GMT
|
|
7580
7590
|
*/
|
|
7581
7591
|
|
|
7582
7592
|
:root,
|
|
@@ -7702,7 +7712,7 @@ html {
|
|
|
7702
7712
|
|
|
7703
7713
|
/**
|
|
7704
7714
|
* Do not edit directly
|
|
7705
|
-
* Generated on
|
|
7715
|
+
* Generated on Fri, 08 Sep 2023 11:51:18 GMT
|
|
7706
7716
|
*/
|
|
7707
7717
|
|
|
7708
7718
|
:root,
|
|
@@ -7832,7 +7842,7 @@ html {
|
|
|
7832
7842
|
|
|
7833
7843
|
/**
|
|
7834
7844
|
* Do not edit directly
|
|
7835
|
-
* Generated on
|
|
7845
|
+
* Generated on Fri, 08 Sep 2023 11:51:17 GMT
|
|
7836
7846
|
*/
|
|
7837
7847
|
|
|
7838
7848
|
:root {
|
|
@@ -7844,7 +7854,7 @@ html {
|
|
|
7844
7854
|
|
|
7845
7855
|
/**
|
|
7846
7856
|
* Do not edit directly
|
|
7847
|
-
* Generated on
|
|
7857
|
+
* Generated on Fri, 08 Sep 2023 11:51:18 GMT
|
|
7848
7858
|
*/
|
|
7849
7859
|
|
|
7850
7860
|
:root,
|
|
@@ -7917,9 +7927,8 @@ html {
|
|
|
7917
7927
|
text-decoration: none;
|
|
7918
7928
|
color: var(--brand-color-text-default);
|
|
7919
7929
|
background-color: var(--brand-Card-background-default);
|
|
7920
|
-
|
|
7921
|
-
|
|
7922
|
-
border-radius: var(--brand-borderRadius-medium);
|
|
7930
|
+
/* Temporary values until a new scale is defined https://github.com/github/primer/issues/2607 */
|
|
7931
|
+
border-radius: var(--base-size-16);
|
|
7923
7932
|
padding: var(--base-size-32);
|
|
7924
7933
|
transition: transform var(--brand-Card-animation-duration) var(--brand-Card-animation-easing);
|
|
7925
7934
|
display: grid;
|
|
@@ -7967,7 +7976,11 @@ html {
|
|
|
7967
7976
|
left: 0;
|
|
7968
7977
|
}
|
|
7969
7978
|
|
|
7970
|
-
.Primer_Brand__Card-module__Card--
|
|
7979
|
+
.Primer_Brand__Card-module__Card--border___nNZlZ {
|
|
7980
|
+
border: var(--brand-borderWidth-thin) solid var(--brand-color-border-default);
|
|
7981
|
+
}
|
|
7982
|
+
|
|
7983
|
+
.Primer_Brand__Card-module__Card--icon___nVz0T {
|
|
7971
7984
|
grid-template-areas:
|
|
7972
7985
|
'image image'
|
|
7973
7986
|
'icon label'
|
|
@@ -7976,12 +7989,12 @@ html {
|
|
|
7976
7989
|
'action action';
|
|
7977
7990
|
}
|
|
7978
7991
|
|
|
7979
|
-
.Primer_Brand__Card-module__Card--
|
|
7992
|
+
.Primer_Brand__Card-module__Card--icon___nVz0T .Primer_Brand__Card-module__Card__label___EAot7 {
|
|
7980
7993
|
justify-self: flex-end;
|
|
7981
7994
|
}
|
|
7982
7995
|
|
|
7983
|
-
.Primer_Brand__Card-module__Card--
|
|
7984
|
-
.Primer_Brand__Card-module__Card--
|
|
7996
|
+
.Primer_Brand__Card-module__Card--icon___nVz0T .Primer_Brand__Card-module__Card__label___EAot7,
|
|
7997
|
+
.Primer_Brand__Card-module__Card--icon___nVz0T .Primer_Brand__Card-module__Card__icon___H4tc9 {
|
|
7985
7998
|
align-self: center;
|
|
7986
7999
|
}
|
|
7987
8000
|
|
|
@@ -7991,7 +8004,8 @@ html {
|
|
|
7991
8004
|
|
|
7992
8005
|
.Primer_Brand__Card-module__Card__image___zt4oH {
|
|
7993
8006
|
margin-bottom: var(--base-size-28);
|
|
7994
|
-
|
|
8007
|
+
/* Temporary values until a new scale is defined https://github.com/github/primer/issues/2607 */
|
|
8008
|
+
border-radius: var(--base-size-8);
|
|
7995
8009
|
overflow: hidden;
|
|
7996
8010
|
grid-area: image;
|
|
7997
8011
|
}
|
|
@@ -8026,7 +8040,7 @@ html {
|
|
|
8026
8040
|
}
|
|
8027
8041
|
|
|
8028
8042
|
.Primer_Brand__Card-module__Card__description___KN9CH {
|
|
8029
|
-
margin-bottom: var(--base-size-
|
|
8043
|
+
margin-bottom: var(--base-size-32);
|
|
8030
8044
|
grid-area: description;
|
|
8031
8045
|
}
|
|
8032
8046
|
|
|
@@ -8037,6 +8051,11 @@ html {
|
|
|
8037
8051
|
align-items: center;
|
|
8038
8052
|
}
|
|
8039
8053
|
|
|
8054
|
+
.Primer_Brand__Card-module__Card__action___C6sRY,
|
|
8055
|
+
.Primer_Brand__Card-module__Card__action___C6sRY span {
|
|
8056
|
+
color: var(--brand-Link-color-accent);
|
|
8057
|
+
}
|
|
8058
|
+
|
|
8040
8059
|
.Primer_Brand__Card-module__Card__icon___H4tc9 svg {
|
|
8041
8060
|
width: var(--base-size-20);
|
|
8042
8061
|
height: var(--base-size-20);
|
|
@@ -8191,6 +8210,10 @@ html {
|
|
|
8191
8210
|
max-width: 18ch;
|
|
8192
8211
|
}
|
|
8193
8212
|
|
|
8213
|
+
.Primer_Brand__SectionIntro-module__SectionIntro--full-width___HROKL .Primer_Brand__SectionIntro-module__SectionIntro-heading___u6_Wl {
|
|
8214
|
+
max-width: none;
|
|
8215
|
+
}
|
|
8216
|
+
|
|
8194
8217
|
.Primer_Brand__SectionIntro-module__SectionIntro-label___ZjciO {
|
|
8195
8218
|
margin-bottom: var(--base-size-8);
|
|
8196
8219
|
}
|
|
@@ -8205,7 +8228,7 @@ html {
|
|
|
8205
8228
|
|
|
8206
8229
|
/**
|
|
8207
8230
|
* Do not edit directly
|
|
8208
|
-
* Generated on
|
|
8231
|
+
* Generated on Fri, 08 Sep 2023 11:51:18 GMT
|
|
8209
8232
|
*/
|
|
8210
8233
|
|
|
8211
8234
|
:root,
|
|
@@ -8597,7 +8620,7 @@ html {
|
|
|
8597
8620
|
|
|
8598
8621
|
/**
|
|
8599
8622
|
* Do not edit directly
|
|
8600
|
-
* Generated on
|
|
8623
|
+
* Generated on Fri, 08 Sep 2023 11:51:18 GMT
|
|
8601
8624
|
*/
|
|
8602
8625
|
|
|
8603
8626
|
:root {
|
|
@@ -8801,6 +8824,12 @@ html {
|
|
|
8801
8824
|
.Primer_Brand__Box-module__Box-regular-padding--96___MjgI_ {
|
|
8802
8825
|
padding: var(--base-size-96);
|
|
8803
8826
|
}
|
|
8827
|
+
.Primer_Brand__Box-module__Box-regular-padding--112___uyz9m {
|
|
8828
|
+
padding: var(--base-size-112);
|
|
8829
|
+
}
|
|
8830
|
+
.Primer_Brand__Box-module__Box-regular-padding--128___a3PIs {
|
|
8831
|
+
padding: var(--base-size-128);
|
|
8832
|
+
}
|
|
8804
8833
|
}
|
|
8805
8834
|
|
|
8806
8835
|
@media screen and (min-width: 80rem) {
|
|
@@ -8858,6 +8887,12 @@ html {
|
|
|
8858
8887
|
.Primer_Brand__Box-module__Box-wide-padding--96___cdgwB {
|
|
8859
8888
|
padding: var(--base-size-96);
|
|
8860
8889
|
}
|
|
8890
|
+
.Primer_Brand__Box-module__Box-wide-padding--112___xnULq {
|
|
8891
|
+
padding: var(--base-size-112);
|
|
8892
|
+
}
|
|
8893
|
+
.Primer_Brand__Box-module__Box-wide-padding--128___Cd7wM {
|
|
8894
|
+
padding: var(--base-size-128);
|
|
8895
|
+
}
|
|
8861
8896
|
}
|
|
8862
8897
|
|
|
8863
8898
|
/**
|
|
@@ -8978,6 +9013,12 @@ html {
|
|
|
8978
9013
|
.Primer_Brand__Box-module__Box-narrow-paddingBlockStart--96___DwVjV {
|
|
8979
9014
|
padding-top: var(--base-size-96);
|
|
8980
9015
|
}
|
|
9016
|
+
.Primer_Brand__Box-module__Box-narrow-paddingBlockStart--112___KR3bh {
|
|
9017
|
+
padding-top: var(--base-size-112);
|
|
9018
|
+
}
|
|
9019
|
+
.Primer_Brand__Box-module__Box-narrow-paddingBlockStart--128___sY3Vs {
|
|
9020
|
+
padding-top: var(--base-size-128);
|
|
9021
|
+
}
|
|
8981
9022
|
|
|
8982
9023
|
@media screen and (min-width: 48rem) {
|
|
8983
9024
|
.Primer_Brand__Box-module__Box-regular-paddingBlockStart--condensed____4rsh {
|
|
@@ -9034,6 +9075,12 @@ html {
|
|
|
9034
9075
|
.Primer_Brand__Box-module__Box-regular-paddingBlockStart--96___BOrMI {
|
|
9035
9076
|
padding-top: var(--base-size-96);
|
|
9036
9077
|
}
|
|
9078
|
+
.Primer_Brand__Box-module__Box-regular-paddingBlockStart--112___OpuYq {
|
|
9079
|
+
padding-top: var(--base-size-112);
|
|
9080
|
+
}
|
|
9081
|
+
.Primer_Brand__Box-module__Box-regular-paddingBlockStart--128___Gp33i {
|
|
9082
|
+
padding-top: var(--base-size-128);
|
|
9083
|
+
}
|
|
9037
9084
|
}
|
|
9038
9085
|
|
|
9039
9086
|
@media screen and (min-width: 80rem) {
|
|
@@ -9091,6 +9138,12 @@ html {
|
|
|
9091
9138
|
.Primer_Brand__Box-module__Box-wide-paddingBlockStart--96___ziRgY {
|
|
9092
9139
|
padding-top: var(--base-size-96);
|
|
9093
9140
|
}
|
|
9141
|
+
.Primer_Brand__Box-module__Box-wide-paddingBlockStart--112___kU2x1 {
|
|
9142
|
+
padding-top: var(--base-size-112);
|
|
9143
|
+
}
|
|
9144
|
+
.Primer_Brand__Box-module__Box-wide-paddingBlockStart--128___nWESD {
|
|
9145
|
+
padding-top: var(--base-size-128);
|
|
9146
|
+
}
|
|
9094
9147
|
}
|
|
9095
9148
|
|
|
9096
9149
|
/**
|
|
@@ -9436,6 +9489,18 @@ html {
|
|
|
9436
9489
|
[dir="rtl"] .Primer_Brand__Box-module__Box-regular-paddingInlineEnd--96___VLntF {
|
|
9437
9490
|
padding-left: var(--base-size-96);
|
|
9438
9491
|
}
|
|
9492
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-regular-paddingInlineEnd--112___fkEpY {
|
|
9493
|
+
padding-right: var(--base-size-112);
|
|
9494
|
+
}
|
|
9495
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-regular-paddingInlineEnd--112___fkEpY {
|
|
9496
|
+
padding-left: var(--base-size-112);
|
|
9497
|
+
}
|
|
9498
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-regular-paddingInlineEnd--128___gQRRw {
|
|
9499
|
+
padding-right: var(--base-size-128);
|
|
9500
|
+
}
|
|
9501
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-regular-paddingInlineEnd--128___gQRRw {
|
|
9502
|
+
padding-left: var(--base-size-128);
|
|
9503
|
+
}
|
|
9439
9504
|
}
|
|
9440
9505
|
|
|
9441
9506
|
@media screen and (min-width: 80rem) {
|
|
@@ -9547,6 +9612,18 @@ html {
|
|
|
9547
9612
|
[dir="rtl"] .Primer_Brand__Box-module__Box-wide-paddingInlineEnd--96___JZowF {
|
|
9548
9613
|
padding-left: var(--base-size-96);
|
|
9549
9614
|
}
|
|
9615
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-wide-paddingInlineEnd--112___fAjZM {
|
|
9616
|
+
padding-right: var(--base-size-112);
|
|
9617
|
+
}
|
|
9618
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-wide-paddingInlineEnd--112___fAjZM {
|
|
9619
|
+
padding-left: var(--base-size-112);
|
|
9620
|
+
}
|
|
9621
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-wide-paddingInlineEnd--128___V6AHo {
|
|
9622
|
+
padding-right: var(--base-size-128);
|
|
9623
|
+
}
|
|
9624
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-wide-paddingInlineEnd--128___V6AHo {
|
|
9625
|
+
padding-left: var(--base-size-128);
|
|
9626
|
+
}
|
|
9550
9627
|
}
|
|
9551
9628
|
/**
|
|
9552
9629
|
* 4. Padding bottom
|
|
@@ -9666,6 +9743,12 @@ html {
|
|
|
9666
9743
|
.Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--96___ojJIp {
|
|
9667
9744
|
padding-bottom: var(--base-size-96);
|
|
9668
9745
|
}
|
|
9746
|
+
.Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--112___pKYyd {
|
|
9747
|
+
padding-bottom: var(--base-size-112);
|
|
9748
|
+
}
|
|
9749
|
+
.Primer_Brand__Box-module__Box-narrow-paddingBlockEnd--128___oI5vn {
|
|
9750
|
+
padding-bottom: var(--base-size-128);
|
|
9751
|
+
}
|
|
9669
9752
|
|
|
9670
9753
|
@media screen and (min-width: 48rem) {
|
|
9671
9754
|
.Primer_Brand__Box-module__Box-regular-paddingBlockEnd--condensed___iiMOv {
|
|
@@ -9722,6 +9805,12 @@ html {
|
|
|
9722
9805
|
.Primer_Brand__Box-module__Box-regular-paddingBlockEnd--96___QWDd0 {
|
|
9723
9806
|
padding-bottom: var(--base-size-96);
|
|
9724
9807
|
}
|
|
9808
|
+
.Primer_Brand__Box-module__Box-regular-paddingBlockEnd--112___Ql_U3 {
|
|
9809
|
+
padding-bottom: var(--base-size-112);
|
|
9810
|
+
}
|
|
9811
|
+
.Primer_Brand__Box-module__Box-regular-paddingBlockEnd--128___R4xJd {
|
|
9812
|
+
padding-bottom: var(--base-size-128);
|
|
9813
|
+
}
|
|
9725
9814
|
}
|
|
9726
9815
|
|
|
9727
9816
|
@media screen and (min-width: 80rem) {
|
|
@@ -9779,6 +9868,12 @@ html {
|
|
|
9779
9868
|
.Primer_Brand__Box-module__Box-wide-paddingBlockEnd--96___Uq5AZ {
|
|
9780
9869
|
padding-bottom: var(--base-size-96);
|
|
9781
9870
|
}
|
|
9871
|
+
.Primer_Brand__Box-module__Box-wide-paddingBlockEnd--112___B96UD {
|
|
9872
|
+
padding-bottom: var(--base-size-112);
|
|
9873
|
+
}
|
|
9874
|
+
.Primer_Brand__Box-module__Box-wide-paddingBlockEnd--128___GcJ48 {
|
|
9875
|
+
padding-bottom: var(--base-size-128);
|
|
9876
|
+
}
|
|
9782
9877
|
}
|
|
9783
9878
|
|
|
9784
9879
|
/**
|
|
@@ -10014,6 +10109,18 @@ html {
|
|
|
10014
10109
|
[dir="rtl"] .Primer_Brand__Box-module__Box-narrow-paddingInlineStart--96___W7uL8 {
|
|
10015
10110
|
padding-right: var(--base-size-96);
|
|
10016
10111
|
}
|
|
10112
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-narrow-paddingInlineStart--112___qXECF {
|
|
10113
|
+
padding-left: var(--base-size-112);
|
|
10114
|
+
}
|
|
10115
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-narrow-paddingInlineStart--112___qXECF {
|
|
10116
|
+
padding-right: var(--base-size-112);
|
|
10117
|
+
}
|
|
10118
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-narrow-paddingInlineStart--128___tBlKZ {
|
|
10119
|
+
padding-left: var(--base-size-128);
|
|
10120
|
+
}
|
|
10121
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-narrow-paddingInlineStart--128___tBlKZ {
|
|
10122
|
+
padding-right: var(--base-size-128);
|
|
10123
|
+
}
|
|
10017
10124
|
|
|
10018
10125
|
@media screen and (min-width: 48rem) {
|
|
10019
10126
|
[dir="ltr"] .Primer_Brand__Box-module__Box-regular-paddingInlineStart--condensed___K1JTe {
|
|
@@ -10124,6 +10231,18 @@ html {
|
|
|
10124
10231
|
[dir="rtl"] .Primer_Brand__Box-module__Box-regular-paddingInlineStart--96___XT27R {
|
|
10125
10232
|
padding-right: var(--base-size-96);
|
|
10126
10233
|
}
|
|
10234
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-regular-paddingInlineStart--112___MFUWm {
|
|
10235
|
+
padding-left: var(--base-size-112);
|
|
10236
|
+
}
|
|
10237
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-regular-paddingInlineStart--112___MFUWm {
|
|
10238
|
+
padding-right: var(--base-size-112);
|
|
10239
|
+
}
|
|
10240
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-regular-paddingInlineStart--128___lfSNz {
|
|
10241
|
+
padding-left: var(--base-size-128);
|
|
10242
|
+
}
|
|
10243
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-regular-paddingInlineStart--128___lfSNz {
|
|
10244
|
+
padding-right: var(--base-size-128);
|
|
10245
|
+
}
|
|
10127
10246
|
}
|
|
10128
10247
|
|
|
10129
10248
|
@media screen and (min-width: 80rem) {
|
|
@@ -10235,6 +10354,18 @@ html {
|
|
|
10235
10354
|
[dir="rtl"] .Primer_Brand__Box-module__Box-wide-paddingInlineStart--96___jvQgf {
|
|
10236
10355
|
padding-right: var(--base-size-96);
|
|
10237
10356
|
}
|
|
10357
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-wide-paddingInlineStart--112___Z_i9M {
|
|
10358
|
+
padding-left: var(--base-size-112);
|
|
10359
|
+
}
|
|
10360
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-wide-paddingInlineStart--112___Z_i9M {
|
|
10361
|
+
padding-right: var(--base-size-112);
|
|
10362
|
+
}
|
|
10363
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-wide-paddingInlineStart--128___dxJ4W {
|
|
10364
|
+
padding-left: var(--base-size-128);
|
|
10365
|
+
}
|
|
10366
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-wide-paddingInlineStart--128___dxJ4W {
|
|
10367
|
+
padding-right: var(--base-size-128);
|
|
10368
|
+
}
|
|
10238
10369
|
}
|
|
10239
10370
|
|
|
10240
10371
|
/**
|
|
@@ -10354,6 +10485,12 @@ html {
|
|
|
10354
10485
|
.Primer_Brand__Box-module__Box-narrow-margin--96___lp2Ry {
|
|
10355
10486
|
margin: var(--base-size-96);
|
|
10356
10487
|
}
|
|
10488
|
+
.Primer_Brand__Box-module__Box-narrow-margin--112___a5t03 {
|
|
10489
|
+
margin: var(--base-size-112);
|
|
10490
|
+
}
|
|
10491
|
+
.Primer_Brand__Box-module__Box-narrow-margin--128___P5b03 {
|
|
10492
|
+
margin: var(--base-size-128);
|
|
10493
|
+
}
|
|
10357
10494
|
|
|
10358
10495
|
@media screen and (min-width: 48rem) {
|
|
10359
10496
|
.Primer_Brand__Box-module__Box-regular-margin--condensed___Caa8r {
|
|
@@ -10410,6 +10547,12 @@ html {
|
|
|
10410
10547
|
.Primer_Brand__Box-module__Box-regular-margin--96___Rvbjm {
|
|
10411
10548
|
margin: var(--base-size-96);
|
|
10412
10549
|
}
|
|
10550
|
+
.Primer_Brand__Box-module__Box-regular-margin--112___A6xDo {
|
|
10551
|
+
margin: var(--base-size-112);
|
|
10552
|
+
}
|
|
10553
|
+
.Primer_Brand__Box-module__Box-regular-margin--128___kHwQC {
|
|
10554
|
+
margin: var(--base-size-128);
|
|
10555
|
+
}
|
|
10413
10556
|
}
|
|
10414
10557
|
|
|
10415
10558
|
@media screen and (min-width: 80rem) {
|
|
@@ -10464,8 +10607,11 @@ html {
|
|
|
10464
10607
|
.Primer_Brand__Box-module__Box-wide-margin--80___I3XVP {
|
|
10465
10608
|
margin: var(--base-size-80);
|
|
10466
10609
|
}
|
|
10467
|
-
.Primer_Brand__Box-module__Box-wide-margin--
|
|
10468
|
-
margin: var(--base-size-
|
|
10610
|
+
.Primer_Brand__Box-module__Box-wide-margin--112___HsLag {
|
|
10611
|
+
margin: var(--base-size-112);
|
|
10612
|
+
}
|
|
10613
|
+
.Primer_Brand__Box-module__Box-wide-margin--128___v9LVz {
|
|
10614
|
+
margin: var(--base-size-128);
|
|
10469
10615
|
}
|
|
10470
10616
|
}
|
|
10471
10617
|
|
|
@@ -10587,6 +10733,12 @@ html {
|
|
|
10587
10733
|
.Primer_Brand__Box-module__Box-narrow-marginBlockStart--96___mYSKK {
|
|
10588
10734
|
margin-top: var(--base-size-96);
|
|
10589
10735
|
}
|
|
10736
|
+
.Primer_Brand__Box-module__Box-narrow-marginBlockStart--112___tW2zB {
|
|
10737
|
+
margin-top: var(--base-size-112);
|
|
10738
|
+
}
|
|
10739
|
+
.Primer_Brand__Box-module__Box-narrow-marginBlockStart--128___p0QMw {
|
|
10740
|
+
margin-top: var(--base-size-128);
|
|
10741
|
+
}
|
|
10590
10742
|
|
|
10591
10743
|
@media screen and (min-width: 48rem) {
|
|
10592
10744
|
.Primer_Brand__Box-module__Box-regular-marginBlockStart--condensed___rp3ys {
|
|
@@ -10643,6 +10795,12 @@ html {
|
|
|
10643
10795
|
.Primer_Brand__Box-module__Box-regular-marginBlockStart--96___ZD_SH {
|
|
10644
10796
|
margin-top: var(--base-size-96);
|
|
10645
10797
|
}
|
|
10798
|
+
.Primer_Brand__Box-module__Box-regular-marginBlockStart--112___GVoQX {
|
|
10799
|
+
margin-top: var(--base-size-112);
|
|
10800
|
+
}
|
|
10801
|
+
.Primer_Brand__Box-module__Box-regular-marginBlockStart--128___TFhvb {
|
|
10802
|
+
margin-top: var(--base-size-128);
|
|
10803
|
+
}
|
|
10646
10804
|
}
|
|
10647
10805
|
|
|
10648
10806
|
@media screen and (min-width: 80rem) {
|
|
@@ -10700,6 +10858,12 @@ html {
|
|
|
10700
10858
|
.Primer_Brand__Box-module__Box-wide-marginBlockStart--96___trWhE {
|
|
10701
10859
|
margin-top: var(--base-size-96);
|
|
10702
10860
|
}
|
|
10861
|
+
.Primer_Brand__Box-module__Box-wide-marginBlockStart--112___M351c {
|
|
10862
|
+
margin-top: var(--base-size-112);
|
|
10863
|
+
}
|
|
10864
|
+
.Primer_Brand__Box-module__Box-wide-marginBlockStart--128___I90P4 {
|
|
10865
|
+
margin-top: var(--base-size-128);
|
|
10866
|
+
}
|
|
10703
10867
|
}
|
|
10704
10868
|
|
|
10705
10869
|
/**
|
|
@@ -11331,6 +11495,12 @@ html {
|
|
|
11331
11495
|
.Primer_Brand__Box-module__Box-regular-marginBlockEnd--96____imff {
|
|
11332
11496
|
margin-bottom: var(--base-size-96);
|
|
11333
11497
|
}
|
|
11498
|
+
.Primer_Brand__Box-module__Box-regular-marginBlockEnd--112___NDi61 {
|
|
11499
|
+
margin-bottom: var(--base-size-112);
|
|
11500
|
+
}
|
|
11501
|
+
.Primer_Brand__Box-module__Box-regular-marginBlockEnd--128___GUa4G {
|
|
11502
|
+
margin-bottom: var(--base-size-128);
|
|
11503
|
+
}
|
|
11334
11504
|
}
|
|
11335
11505
|
|
|
11336
11506
|
@media screen and (min-width: 80rem) {
|
|
@@ -11388,6 +11558,12 @@ html {
|
|
|
11388
11558
|
.Primer_Brand__Box-module__Box-wide-marginBlockEnd--96___gjf5z {
|
|
11389
11559
|
margin-bottom: var(--base-size-96);
|
|
11390
11560
|
}
|
|
11561
|
+
.Primer_Brand__Box-module__Box-wide-marginBlockEnd--112___ddfRk {
|
|
11562
|
+
margin-bottom: var(--base-size-112);
|
|
11563
|
+
}
|
|
11564
|
+
.Primer_Brand__Box-module__Box-wide-marginBlockEnd--128___ESEm8 {
|
|
11565
|
+
margin-bottom: var(--base-size-128);
|
|
11566
|
+
}
|
|
11391
11567
|
}
|
|
11392
11568
|
|
|
11393
11569
|
/**
|
|
@@ -11514,336 +11690,372 @@ html {
|
|
|
11514
11690
|
margin-right: var(--base-size-128);
|
|
11515
11691
|
}
|
|
11516
11692
|
|
|
11517
|
-
[dir="ltr"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart
|
|
11693
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart--condensed___LrhcU {
|
|
11518
11694
|
margin-left: var(--brand-box-spacing-condensed);
|
|
11519
11695
|
}
|
|
11520
11696
|
|
|
11521
|
-
[dir="rtl"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart
|
|
11697
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart--condensed___LrhcU {
|
|
11522
11698
|
margin-right: var(--brand-box-spacing-condensed);
|
|
11523
11699
|
}
|
|
11524
|
-
[dir="ltr"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart
|
|
11700
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart--normal___yjn7b {
|
|
11525
11701
|
margin-left: var(--brand-box-spacing-normal);
|
|
11526
11702
|
}
|
|
11527
|
-
[dir="rtl"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart
|
|
11703
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart--normal___yjn7b {
|
|
11528
11704
|
margin-right: var(--brand-box-spacing-normal);
|
|
11529
11705
|
}
|
|
11530
|
-
[dir="ltr"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart
|
|
11706
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart--spacious___D_nVs {
|
|
11531
11707
|
margin-left: var(--brand-box-spacing-spacious);
|
|
11532
11708
|
}
|
|
11533
|
-
[dir="rtl"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart
|
|
11709
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart--spacious___D_nVs {
|
|
11534
11710
|
margin-right: var(--brand-box-spacing-spacious);
|
|
11535
11711
|
}
|
|
11536
|
-
[dir="ltr"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart
|
|
11712
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart--4___zqjtT {
|
|
11537
11713
|
margin-left: var(--base-size-4);
|
|
11538
11714
|
}
|
|
11539
|
-
[dir="rtl"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart
|
|
11715
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart--4___zqjtT {
|
|
11540
11716
|
margin-right: var(--base-size-4);
|
|
11541
11717
|
}
|
|
11542
|
-
[dir="ltr"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart
|
|
11718
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart--8___JQCG0 {
|
|
11543
11719
|
margin-left: var(--base-size-8);
|
|
11544
11720
|
}
|
|
11545
|
-
[dir="rtl"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart
|
|
11721
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart--8___JQCG0 {
|
|
11546
11722
|
margin-right: var(--base-size-8);
|
|
11547
11723
|
}
|
|
11548
|
-
[dir="ltr"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart
|
|
11724
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart--12___Uh4UZ {
|
|
11549
11725
|
margin-left: var(--base-size-12);
|
|
11550
11726
|
}
|
|
11551
|
-
[dir="rtl"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart
|
|
11727
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart--12___Uh4UZ {
|
|
11552
11728
|
margin-right: var(--base-size-12);
|
|
11553
11729
|
}
|
|
11554
|
-
[dir="ltr"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart
|
|
11730
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart--16___XZ8ZR {
|
|
11555
11731
|
margin-left: var(--base-size-16);
|
|
11556
11732
|
}
|
|
11557
|
-
[dir="rtl"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart
|
|
11733
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart--16___XZ8ZR {
|
|
11558
11734
|
margin-right: var(--base-size-16);
|
|
11559
11735
|
}
|
|
11560
|
-
[dir="ltr"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart
|
|
11736
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart--20___YbDKP {
|
|
11561
11737
|
margin-left: var(--base-size-20);
|
|
11562
11738
|
}
|
|
11563
|
-
[dir="rtl"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart
|
|
11739
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart--20___YbDKP {
|
|
11564
11740
|
margin-right: var(--base-size-20);
|
|
11565
11741
|
}
|
|
11566
|
-
[dir="ltr"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart
|
|
11742
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart--24___FNxOe {
|
|
11567
11743
|
margin-left: var(--base-size-24);
|
|
11568
11744
|
}
|
|
11569
|
-
[dir="rtl"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart
|
|
11745
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart--24___FNxOe {
|
|
11570
11746
|
margin-right: var(--base-size-24);
|
|
11571
11747
|
}
|
|
11572
|
-
[dir="ltr"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart
|
|
11748
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart--28___rMktN {
|
|
11573
11749
|
margin-left: var(--base-size-28);
|
|
11574
11750
|
}
|
|
11575
|
-
[dir="rtl"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart
|
|
11751
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart--28___rMktN {
|
|
11576
11752
|
margin-right: var(--base-size-28);
|
|
11577
11753
|
}
|
|
11578
|
-
[dir="ltr"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart
|
|
11754
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart--32___tbEiO {
|
|
11579
11755
|
margin-left: var(--base-size-32);
|
|
11580
11756
|
}
|
|
11581
|
-
[dir="rtl"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart
|
|
11757
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart--32___tbEiO {
|
|
11582
11758
|
margin-right: var(--base-size-32);
|
|
11583
11759
|
}
|
|
11584
|
-
[dir="ltr"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart
|
|
11760
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart--36___uVdgf {
|
|
11585
11761
|
margin-left: var(--base-size-36);
|
|
11586
11762
|
}
|
|
11587
|
-
[dir="rtl"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart
|
|
11763
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart--36___uVdgf {
|
|
11588
11764
|
margin-right: var(--base-size-36);
|
|
11589
11765
|
}
|
|
11590
|
-
[dir="ltr"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart
|
|
11766
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart--40___LJia9 {
|
|
11591
11767
|
margin-left: var(--base-size-40);
|
|
11592
11768
|
}
|
|
11593
|
-
[dir="rtl"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart
|
|
11769
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart--40___LJia9 {
|
|
11594
11770
|
margin-right: var(--base-size-40);
|
|
11595
11771
|
}
|
|
11596
|
-
[dir="ltr"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart
|
|
11772
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart--44___KmENz {
|
|
11597
11773
|
margin-left: var(--base-size-44);
|
|
11598
11774
|
}
|
|
11599
|
-
[dir="rtl"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart
|
|
11775
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart--44___KmENz {
|
|
11600
11776
|
margin-right: var(--base-size-44);
|
|
11601
11777
|
}
|
|
11602
|
-
[dir="ltr"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart
|
|
11778
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart--48___zoftL {
|
|
11603
11779
|
margin-left: var(--base-size-48);
|
|
11604
11780
|
}
|
|
11605
|
-
[dir="rtl"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart
|
|
11781
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart--48___zoftL {
|
|
11606
11782
|
margin-right: var(--base-size-48);
|
|
11607
11783
|
}
|
|
11608
|
-
[dir="ltr"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart
|
|
11784
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart--64___iwJE7 {
|
|
11609
11785
|
margin-left: var(--base-size-64);
|
|
11610
11786
|
}
|
|
11611
|
-
[dir="rtl"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart
|
|
11787
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart--64___iwJE7 {
|
|
11612
11788
|
margin-right: var(--base-size-64);
|
|
11613
11789
|
}
|
|
11614
|
-
[dir="ltr"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart
|
|
11790
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart--80___cekgc {
|
|
11615
11791
|
margin-left: var(--base-size-80);
|
|
11616
11792
|
}
|
|
11617
|
-
[dir="rtl"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart
|
|
11793
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart--80___cekgc {
|
|
11618
11794
|
margin-right: var(--base-size-80);
|
|
11619
11795
|
}
|
|
11620
|
-
[dir="ltr"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart
|
|
11796
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart--96___J9dFk {
|
|
11621
11797
|
margin-left: var(--base-size-96);
|
|
11622
11798
|
}
|
|
11623
|
-
[dir="rtl"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart
|
|
11799
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart--96___J9dFk {
|
|
11624
11800
|
margin-right: var(--base-size-96);
|
|
11625
11801
|
}
|
|
11802
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart--112___ij9Sp {
|
|
11803
|
+
margin-left: var(--base-size-112);
|
|
11804
|
+
}
|
|
11805
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart--112___ij9Sp {
|
|
11806
|
+
margin-right: var(--base-size-112);
|
|
11807
|
+
}
|
|
11808
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart--128___YmYWV {
|
|
11809
|
+
margin-left: var(--base-size-128);
|
|
11810
|
+
}
|
|
11811
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-narrow-marginInlineStart--128___YmYWV {
|
|
11812
|
+
margin-right: var(--base-size-128);
|
|
11813
|
+
}
|
|
11626
11814
|
|
|
11627
11815
|
@media screen and (min-width: 48rem) {
|
|
11628
|
-
[dir="ltr"] .Primer_Brand__Box-module__Box-regular-marginInlineStart
|
|
11816
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-regular-marginInlineStart--condensed___b3jtW {
|
|
11629
11817
|
margin-left: var(--brand-box-spacing-condensed);
|
|
11630
11818
|
}
|
|
11631
|
-
[dir="rtl"] .Primer_Brand__Box-module__Box-regular-marginInlineStart
|
|
11819
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-regular-marginInlineStart--condensed___b3jtW {
|
|
11632
11820
|
margin-right: var(--brand-box-spacing-condensed);
|
|
11633
11821
|
}
|
|
11634
|
-
[dir="ltr"] .Primer_Brand__Box-module__Box-regular-marginInlineStart
|
|
11822
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-regular-marginInlineStart--normal___Afnyr {
|
|
11635
11823
|
margin-left: var(--brand-box-spacing-normal);
|
|
11636
11824
|
}
|
|
11637
|
-
[dir="rtl"] .Primer_Brand__Box-module__Box-regular-marginInlineStart
|
|
11825
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-regular-marginInlineStart--normal___Afnyr {
|
|
11638
11826
|
margin-right: var(--brand-box-spacing-normal);
|
|
11639
11827
|
}
|
|
11640
|
-
[dir="ltr"] .Primer_Brand__Box-module__Box-regular-marginInlineStart
|
|
11828
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-regular-marginInlineStart--spacious___T94RJ {
|
|
11641
11829
|
margin-left: var(--brand-box-spacing-spacious);
|
|
11642
11830
|
}
|
|
11643
|
-
[dir="rtl"] .Primer_Brand__Box-module__Box-regular-marginInlineStart
|
|
11831
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-regular-marginInlineStart--spacious___T94RJ {
|
|
11644
11832
|
margin-right: var(--brand-box-spacing-spacious);
|
|
11645
11833
|
}
|
|
11646
|
-
[dir="ltr"] .Primer_Brand__Box-module__Box-regular-marginInlineStart
|
|
11834
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-regular-marginInlineStart--4____RoBu {
|
|
11647
11835
|
margin-left: var(--base-size-4);
|
|
11648
11836
|
}
|
|
11649
|
-
[dir="rtl"] .Primer_Brand__Box-module__Box-regular-marginInlineStart
|
|
11837
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-regular-marginInlineStart--4____RoBu {
|
|
11650
11838
|
margin-right: var(--base-size-4);
|
|
11651
11839
|
}
|
|
11652
|
-
[dir="ltr"] .Primer_Brand__Box-module__Box-regular-marginInlineStart
|
|
11840
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-regular-marginInlineStart--8___HIT7W {
|
|
11653
11841
|
margin-left: var(--base-size-8);
|
|
11654
11842
|
}
|
|
11655
|
-
[dir="rtl"] .Primer_Brand__Box-module__Box-regular-marginInlineStart
|
|
11843
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-regular-marginInlineStart--8___HIT7W {
|
|
11656
11844
|
margin-right: var(--base-size-8);
|
|
11657
11845
|
}
|
|
11658
|
-
[dir="ltr"] .Primer_Brand__Box-module__Box-regular-marginInlineStart
|
|
11846
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-regular-marginInlineStart--12___GKnNE {
|
|
11659
11847
|
margin-left: var(--base-size-12);
|
|
11660
11848
|
}
|
|
11661
|
-
[dir="rtl"] .Primer_Brand__Box-module__Box-regular-marginInlineStart
|
|
11849
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-regular-marginInlineStart--12___GKnNE {
|
|
11662
11850
|
margin-right: var(--base-size-12);
|
|
11663
11851
|
}
|
|
11664
|
-
[dir="ltr"] .Primer_Brand__Box-module__Box-regular-marginInlineStart
|
|
11852
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-regular-marginInlineStart--16___zvb7s {
|
|
11665
11853
|
margin-left: var(--base-size-16);
|
|
11666
11854
|
}
|
|
11667
|
-
[dir="rtl"] .Primer_Brand__Box-module__Box-regular-marginInlineStart
|
|
11855
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-regular-marginInlineStart--16___zvb7s {
|
|
11668
11856
|
margin-right: var(--base-size-16);
|
|
11669
11857
|
}
|
|
11670
|
-
[dir="ltr"] .Primer_Brand__Box-module__Box-regular-marginInlineStart
|
|
11858
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-regular-marginInlineStart--20___TyM9P {
|
|
11671
11859
|
margin-left: var(--base-size-20);
|
|
11672
11860
|
}
|
|
11673
|
-
[dir="rtl"] .Primer_Brand__Box-module__Box-regular-marginInlineStart
|
|
11861
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-regular-marginInlineStart--20___TyM9P {
|
|
11674
11862
|
margin-right: var(--base-size-20);
|
|
11675
11863
|
}
|
|
11676
|
-
[dir="ltr"] .Primer_Brand__Box-module__Box-regular-marginInlineStart
|
|
11864
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-regular-marginInlineStart--24___FR9ti {
|
|
11677
11865
|
margin-left: var(--base-size-24);
|
|
11678
11866
|
}
|
|
11679
|
-
[dir="rtl"] .Primer_Brand__Box-module__Box-regular-marginInlineStart
|
|
11867
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-regular-marginInlineStart--24___FR9ti {
|
|
11680
11868
|
margin-right: var(--base-size-24);
|
|
11681
11869
|
}
|
|
11682
|
-
[dir="ltr"] .Primer_Brand__Box-module__Box-regular-marginInlineStart
|
|
11870
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-regular-marginInlineStart--28___cImoh {
|
|
11683
11871
|
margin-left: var(--base-size-28);
|
|
11684
11872
|
}
|
|
11685
|
-
[dir="rtl"] .Primer_Brand__Box-module__Box-regular-marginInlineStart
|
|
11873
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-regular-marginInlineStart--28___cImoh {
|
|
11686
11874
|
margin-right: var(--base-size-28);
|
|
11687
11875
|
}
|
|
11688
|
-
[dir="ltr"] .Primer_Brand__Box-module__Box-regular-marginInlineStart
|
|
11876
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-regular-marginInlineStart--32___uzbKA {
|
|
11689
11877
|
margin-left: var(--base-size-32);
|
|
11690
11878
|
}
|
|
11691
|
-
[dir="rtl"] .Primer_Brand__Box-module__Box-regular-marginInlineStart
|
|
11879
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-regular-marginInlineStart--32___uzbKA {
|
|
11692
11880
|
margin-right: var(--base-size-32);
|
|
11693
11881
|
}
|
|
11694
|
-
[dir="ltr"] .Primer_Brand__Box-module__Box-regular-marginInlineStart
|
|
11882
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-regular-marginInlineStart--36___KDLC7 {
|
|
11695
11883
|
margin-left: var(--base-size-36);
|
|
11696
11884
|
}
|
|
11697
|
-
[dir="rtl"] .Primer_Brand__Box-module__Box-regular-marginInlineStart
|
|
11885
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-regular-marginInlineStart--36___KDLC7 {
|
|
11698
11886
|
margin-right: var(--base-size-36);
|
|
11699
11887
|
}
|
|
11700
|
-
[dir="ltr"] .Primer_Brand__Box-module__Box-regular-marginInlineStart
|
|
11888
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-regular-marginInlineStart--40___WtED9 {
|
|
11701
11889
|
margin-left: var(--base-size-40);
|
|
11702
11890
|
}
|
|
11703
|
-
[dir="rtl"] .Primer_Brand__Box-module__Box-regular-marginInlineStart
|
|
11891
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-regular-marginInlineStart--40___WtED9 {
|
|
11704
11892
|
margin-right: var(--base-size-40);
|
|
11705
11893
|
}
|
|
11706
|
-
[dir="ltr"] .Primer_Brand__Box-module__Box-regular-marginInlineStart
|
|
11894
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-regular-marginInlineStart--44___T1yz0 {
|
|
11707
11895
|
margin-left: var(--base-size-44);
|
|
11708
11896
|
}
|
|
11709
|
-
[dir="rtl"] .Primer_Brand__Box-module__Box-regular-marginInlineStart
|
|
11897
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-regular-marginInlineStart--44___T1yz0 {
|
|
11710
11898
|
margin-right: var(--base-size-44);
|
|
11711
11899
|
}
|
|
11712
|
-
[dir="ltr"] .Primer_Brand__Box-module__Box-regular-marginInlineStart
|
|
11900
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-regular-marginInlineStart--48___RDHdq {
|
|
11713
11901
|
margin-left: var(--base-size-48);
|
|
11714
11902
|
}
|
|
11715
|
-
[dir="rtl"] .Primer_Brand__Box-module__Box-regular-marginInlineStart
|
|
11903
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-regular-marginInlineStart--48___RDHdq {
|
|
11716
11904
|
margin-right: var(--base-size-48);
|
|
11717
11905
|
}
|
|
11718
|
-
[dir="ltr"] .Primer_Brand__Box-module__Box-regular-marginInlineStart
|
|
11906
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-regular-marginInlineStart--64___sswJ8 {
|
|
11719
11907
|
margin-left: var(--base-size-64);
|
|
11720
11908
|
}
|
|
11721
|
-
[dir="rtl"] .Primer_Brand__Box-module__Box-regular-marginInlineStart
|
|
11909
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-regular-marginInlineStart--64___sswJ8 {
|
|
11722
11910
|
margin-right: var(--base-size-64);
|
|
11723
11911
|
}
|
|
11724
|
-
[dir="ltr"] .Primer_Brand__Box-module__Box-regular-marginInlineStart
|
|
11912
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-regular-marginInlineStart--80___V9k8f {
|
|
11725
11913
|
margin-left: var(--base-size-80);
|
|
11726
11914
|
}
|
|
11727
|
-
[dir="rtl"] .Primer_Brand__Box-module__Box-regular-marginInlineStart
|
|
11915
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-regular-marginInlineStart--80___V9k8f {
|
|
11728
11916
|
margin-right: var(--base-size-80);
|
|
11729
11917
|
}
|
|
11730
|
-
[dir="ltr"] .Primer_Brand__Box-module__Box-regular-marginInlineStart
|
|
11918
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-regular-marginInlineStart--96___MRqfB {
|
|
11731
11919
|
margin-left: var(--base-size-96);
|
|
11732
11920
|
}
|
|
11733
|
-
[dir="rtl"] .Primer_Brand__Box-module__Box-regular-marginInlineStart
|
|
11921
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-regular-marginInlineStart--96___MRqfB {
|
|
11734
11922
|
margin-right: var(--base-size-96);
|
|
11735
11923
|
}
|
|
11924
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-regular-marginInlineStart--112___g0s1Q {
|
|
11925
|
+
margin-left: var(--base-size-112);
|
|
11926
|
+
}
|
|
11927
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-regular-marginInlineStart--112___g0s1Q {
|
|
11928
|
+
margin-right: var(--base-size-112);
|
|
11929
|
+
}
|
|
11930
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-regular-marginInlineStart--128___txGNr {
|
|
11931
|
+
margin-left: var(--base-size-128);
|
|
11932
|
+
}
|
|
11933
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-regular-marginInlineStart--128___txGNr {
|
|
11934
|
+
margin-right: var(--base-size-128);
|
|
11935
|
+
}
|
|
11736
11936
|
}
|
|
11737
11937
|
|
|
11738
11938
|
@media screen and (min-width: 80rem) {
|
|
11739
|
-
[dir="ltr"] .Primer_Brand__Box-module__Box-wide-marginInlineStart
|
|
11939
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-wide-marginInlineStart--condensed___d78eT {
|
|
11740
11940
|
margin-left: var(--brand-box-spacing-condensed);
|
|
11741
11941
|
}
|
|
11742
|
-
[dir="rtl"] .Primer_Brand__Box-module__Box-wide-marginInlineStart
|
|
11942
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-wide-marginInlineStart--condensed___d78eT {
|
|
11743
11943
|
margin-right: var(--brand-box-spacing-condensed);
|
|
11744
11944
|
}
|
|
11745
|
-
[dir="ltr"] .Primer_Brand__Box-module__Box-wide-marginInlineStart
|
|
11945
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-wide-marginInlineStart--normal___KvxjM {
|
|
11746
11946
|
margin-left: var(--brand-box-spacing-normal);
|
|
11747
11947
|
}
|
|
11748
|
-
[dir="rtl"] .Primer_Brand__Box-module__Box-wide-marginInlineStart
|
|
11948
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-wide-marginInlineStart--normal___KvxjM {
|
|
11749
11949
|
margin-right: var(--brand-box-spacing-normal);
|
|
11750
11950
|
}
|
|
11751
|
-
[dir="ltr"] .Primer_Brand__Box-module__Box-wide-marginInlineStart
|
|
11951
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-wide-marginInlineStart--spacious___ttmF3 {
|
|
11752
11952
|
margin-left: var(--brand-box-spacing-spacious);
|
|
11753
11953
|
}
|
|
11754
|
-
[dir="rtl"] .Primer_Brand__Box-module__Box-wide-marginInlineStart
|
|
11954
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-wide-marginInlineStart--spacious___ttmF3 {
|
|
11755
11955
|
margin-right: var(--brand-box-spacing-spacious);
|
|
11756
11956
|
}
|
|
11757
|
-
[dir="ltr"] .Primer_Brand__Box-module__Box-wide-marginInlineStart
|
|
11957
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-wide-marginInlineStart--4___k170X {
|
|
11758
11958
|
margin-left: var(--base-size-4);
|
|
11759
11959
|
}
|
|
11760
|
-
[dir="rtl"] .Primer_Brand__Box-module__Box-wide-marginInlineStart
|
|
11960
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-wide-marginInlineStart--4___k170X {
|
|
11761
11961
|
margin-right: var(--base-size-4);
|
|
11762
11962
|
}
|
|
11763
|
-
[dir="ltr"] .Primer_Brand__Box-module__Box-wide-marginInlineStart
|
|
11963
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-wide-marginInlineStart--8___dWDhU {
|
|
11764
11964
|
margin-left: var(--base-size-8);
|
|
11765
11965
|
}
|
|
11766
|
-
[dir="rtl"] .Primer_Brand__Box-module__Box-wide-marginInlineStart
|
|
11966
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-wide-marginInlineStart--8___dWDhU {
|
|
11767
11967
|
margin-right: var(--base-size-8);
|
|
11768
11968
|
}
|
|
11769
|
-
[dir="ltr"] .Primer_Brand__Box-module__Box-wide-marginInlineStart
|
|
11969
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-wide-marginInlineStart--12___j2X_6 {
|
|
11770
11970
|
margin-left: var(--base-size-12);
|
|
11771
11971
|
}
|
|
11772
|
-
[dir="rtl"] .Primer_Brand__Box-module__Box-wide-marginInlineStart
|
|
11972
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-wide-marginInlineStart--12___j2X_6 {
|
|
11773
11973
|
margin-right: var(--base-size-12);
|
|
11774
11974
|
}
|
|
11775
|
-
[dir="ltr"] .Primer_Brand__Box-module__Box-wide-marginInlineStart
|
|
11975
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-wide-marginInlineStart--16___tlIaR {
|
|
11776
11976
|
margin-left: var(--base-size-16);
|
|
11777
11977
|
}
|
|
11778
|
-
[dir="rtl"] .Primer_Brand__Box-module__Box-wide-marginInlineStart
|
|
11978
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-wide-marginInlineStart--16___tlIaR {
|
|
11779
11979
|
margin-right: var(--base-size-16);
|
|
11780
11980
|
}
|
|
11781
|
-
[dir="ltr"] .Primer_Brand__Box-module__Box-wide-marginInlineStart
|
|
11981
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-wide-marginInlineStart--20___tcnmb {
|
|
11782
11982
|
margin-left: var(--base-size-20);
|
|
11783
11983
|
}
|
|
11784
|
-
[dir="rtl"] .Primer_Brand__Box-module__Box-wide-marginInlineStart
|
|
11984
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-wide-marginInlineStart--20___tcnmb {
|
|
11785
11985
|
margin-right: var(--base-size-20);
|
|
11786
11986
|
}
|
|
11787
|
-
[dir="ltr"] .Primer_Brand__Box-module__Box-wide-marginInlineStart
|
|
11987
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-wide-marginInlineStart--24___faDE1 {
|
|
11788
11988
|
margin-left: var(--base-size-24);
|
|
11789
11989
|
}
|
|
11790
|
-
[dir="rtl"] .Primer_Brand__Box-module__Box-wide-marginInlineStart
|
|
11990
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-wide-marginInlineStart--24___faDE1 {
|
|
11791
11991
|
margin-right: var(--base-size-24);
|
|
11792
11992
|
}
|
|
11793
|
-
[dir="ltr"] .Primer_Brand__Box-module__Box-wide-marginInlineStart
|
|
11993
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-wide-marginInlineStart--28___H0kuG {
|
|
11794
11994
|
margin-left: var(--base-size-28);
|
|
11795
11995
|
}
|
|
11796
|
-
[dir="rtl"] .Primer_Brand__Box-module__Box-wide-marginInlineStart
|
|
11996
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-wide-marginInlineStart--28___H0kuG {
|
|
11797
11997
|
margin-right: var(--base-size-28);
|
|
11798
11998
|
}
|
|
11799
|
-
[dir="ltr"] .Primer_Brand__Box-module__Box-wide-marginInlineStart
|
|
11999
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-wide-marginInlineStart--32___cEhsd {
|
|
11800
12000
|
margin-left: var(--base-size-32);
|
|
11801
12001
|
}
|
|
11802
|
-
[dir="rtl"] .Primer_Brand__Box-module__Box-wide-marginInlineStart
|
|
12002
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-wide-marginInlineStart--32___cEhsd {
|
|
11803
12003
|
margin-right: var(--base-size-32);
|
|
11804
12004
|
}
|
|
11805
|
-
[dir="ltr"] .Primer_Brand__Box-module__Box-wide-marginInlineStart
|
|
12005
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-wide-marginInlineStart--36___rotpN {
|
|
11806
12006
|
margin-left: var(--base-size-36);
|
|
11807
12007
|
}
|
|
11808
|
-
[dir="rtl"] .Primer_Brand__Box-module__Box-wide-marginInlineStart
|
|
12008
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-wide-marginInlineStart--36___rotpN {
|
|
11809
12009
|
margin-right: var(--base-size-36);
|
|
11810
12010
|
}
|
|
11811
|
-
[dir="ltr"] .Primer_Brand__Box-module__Box-wide-marginInlineStart
|
|
12011
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-wide-marginInlineStart--40___a4Yp_ {
|
|
11812
12012
|
margin-left: var(--base-size-40);
|
|
11813
12013
|
}
|
|
11814
|
-
[dir="rtl"] .Primer_Brand__Box-module__Box-wide-marginInlineStart
|
|
12014
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-wide-marginInlineStart--40___a4Yp_ {
|
|
11815
12015
|
margin-right: var(--base-size-40);
|
|
11816
12016
|
}
|
|
11817
|
-
[dir="ltr"] .Primer_Brand__Box-module__Box-wide-marginInlineStart
|
|
12017
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-wide-marginInlineStart--44___mAiW2 {
|
|
11818
12018
|
margin-left: var(--base-size-44);
|
|
11819
12019
|
}
|
|
11820
|
-
[dir="rtl"] .Primer_Brand__Box-module__Box-wide-marginInlineStart
|
|
12020
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-wide-marginInlineStart--44___mAiW2 {
|
|
11821
12021
|
margin-right: var(--base-size-44);
|
|
11822
12022
|
}
|
|
11823
|
-
[dir="ltr"] .Primer_Brand__Box-module__Box-wide-marginInlineStart
|
|
12023
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-wide-marginInlineStart--48___pJQ14 {
|
|
11824
12024
|
margin-left: var(--base-size-48);
|
|
11825
12025
|
}
|
|
11826
|
-
[dir="rtl"] .Primer_Brand__Box-module__Box-wide-marginInlineStart
|
|
12026
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-wide-marginInlineStart--48___pJQ14 {
|
|
11827
12027
|
margin-right: var(--base-size-48);
|
|
11828
12028
|
}
|
|
11829
|
-
[dir="ltr"] .Primer_Brand__Box-module__Box-wide-marginInlineStart
|
|
12029
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-wide-marginInlineStart--64___yBVt2 {
|
|
11830
12030
|
margin-left: var(--base-size-64);
|
|
11831
12031
|
}
|
|
11832
|
-
[dir="rtl"] .Primer_Brand__Box-module__Box-wide-marginInlineStart
|
|
12032
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-wide-marginInlineStart--64___yBVt2 {
|
|
11833
12033
|
margin-right: var(--base-size-64);
|
|
11834
12034
|
}
|
|
11835
|
-
[dir="ltr"] .Primer_Brand__Box-module__Box-wide-marginInlineStart
|
|
12035
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-wide-marginInlineStart--80___UNM1_ {
|
|
11836
12036
|
margin-left: var(--base-size-80);
|
|
11837
12037
|
}
|
|
11838
|
-
[dir="rtl"] .Primer_Brand__Box-module__Box-wide-marginInlineStart
|
|
12038
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-wide-marginInlineStart--80___UNM1_ {
|
|
11839
12039
|
margin-right: var(--base-size-80);
|
|
11840
12040
|
}
|
|
11841
|
-
[dir="ltr"] .Primer_Brand__Box-module__Box-wide-marginInlineStart
|
|
12041
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-wide-marginInlineStart--96___ZVqGY {
|
|
11842
12042
|
margin-left: var(--base-size-96);
|
|
11843
12043
|
}
|
|
11844
|
-
[dir="rtl"] .Primer_Brand__Box-module__Box-wide-marginInlineStart
|
|
12044
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-wide-marginInlineStart--96___ZVqGY {
|
|
11845
12045
|
margin-right: var(--base-size-96);
|
|
11846
12046
|
}
|
|
12047
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-wide-marginInlineStart--112___jFEAD {
|
|
12048
|
+
margin-left: var(--base-size-112);
|
|
12049
|
+
}
|
|
12050
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-wide-marginInlineStart--112___jFEAD {
|
|
12051
|
+
margin-right: var(--base-size-112);
|
|
12052
|
+
}
|
|
12053
|
+
[dir="ltr"] .Primer_Brand__Box-module__Box-wide-marginInlineStart--128___Ma3u7 {
|
|
12054
|
+
margin-left: var(--base-size-128);
|
|
12055
|
+
}
|
|
12056
|
+
[dir="rtl"] .Primer_Brand__Box-module__Box-wide-marginInlineStart--128___Ma3u7 {
|
|
12057
|
+
margin-right: var(--base-size-128);
|
|
12058
|
+
}
|
|
11847
12059
|
}
|
|
11848
12060
|
|
|
11849
12061
|
/**
|
|
@@ -12350,7 +12562,7 @@ html {
|
|
|
12350
12562
|
|
|
12351
12563
|
/**
|
|
12352
12564
|
* Do not edit directly
|
|
12353
|
-
* Generated on
|
|
12565
|
+
* Generated on Fri, 08 Sep 2023 11:51:18 GMT
|
|
12354
12566
|
*/
|
|
12355
12567
|
|
|
12356
12568
|
:root {
|
|
@@ -12368,7 +12580,7 @@ html {
|
|
|
12368
12580
|
|
|
12369
12581
|
/**
|
|
12370
12582
|
* Do not edit directly
|
|
12371
|
-
* Generated on
|
|
12583
|
+
* Generated on Fri, 08 Sep 2023 11:51:18 GMT
|
|
12372
12584
|
*/
|
|
12373
12585
|
|
|
12374
12586
|
:root,
|
|
@@ -12384,7 +12596,7 @@ html {
|
|
|
12384
12596
|
|
|
12385
12597
|
/**
|
|
12386
12598
|
* Do not edit directly
|
|
12387
|
-
* Generated on
|
|
12599
|
+
* Generated on Fri, 08 Sep 2023 11:51:18 GMT
|
|
12388
12600
|
*/
|
|
12389
12601
|
|
|
12390
12602
|
:root {
|
|
@@ -12567,6 +12779,10 @@ html {
|
|
|
12567
12779
|
line-height: var(--brand-Timeline-lineHeight);
|
|
12568
12780
|
}
|
|
12569
12781
|
|
|
12782
|
+
.Primer_Brand__Timeline-module__Timeline--full-width___XLdKp .Primer_Brand__Timeline-module__Timeline__item____ME4_ {
|
|
12783
|
+
max-width: none;
|
|
12784
|
+
}
|
|
12785
|
+
|
|
12570
12786
|
.Primer_Brand__Timeline-module__Timeline__item____ME4_:not(:last-child) {
|
|
12571
12787
|
padding-bottom: var(--base-size-32);
|
|
12572
12788
|
}
|
|
@@ -12605,7 +12821,7 @@ html {
|
|
|
12605
12821
|
|
|
12606
12822
|
/**
|
|
12607
12823
|
* Do not edit directly
|
|
12608
|
-
* Generated on
|
|
12824
|
+
* Generated on Fri, 08 Sep 2023 11:51:18 GMT
|
|
12609
12825
|
*/
|
|
12610
12826
|
|
|
12611
12827
|
:root,
|
|
@@ -12619,7 +12835,7 @@ html {
|
|
|
12619
12835
|
|
|
12620
12836
|
/**
|
|
12621
12837
|
* Do not edit directly
|
|
12622
|
-
* Generated on
|
|
12838
|
+
* Generated on Fri, 08 Sep 2023 11:51:18 GMT
|
|
12623
12839
|
*/
|
|
12624
12840
|
|
|
12625
12841
|
:root {
|