@orangesk/orange-design-system 2.0.0-beta.2 → 2.0.0-beta.3
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/build/components/Accordion/tsconfig.tsbuildinfo +1 -1
- package/build/components/Alert/tsconfig.tsbuildinfo +1 -1
- package/build/components/AnchorNavigation/tsconfig.tsbuildinfo +1 -1
- package/build/components/Bar/tsconfig.tsbuildinfo +1 -1
- package/build/components/BlockAction/tsconfig.tsbuildinfo +1 -1
- package/build/components/BodyBanner/tsconfig.tsbuildinfo +1 -1
- package/build/components/Breadcrumbs/tsconfig.tsbuildinfo +1 -1
- package/build/components/Button/tsconfig.tsbuildinfo +1 -1
- package/build/components/Buttons/tsconfig.tsbuildinfo +1 -1
- package/build/components/Card/tsconfig.tsbuildinfo +1 -1
- package/build/components/Carousel/tsconfig.tsbuildinfo +1 -1
- package/build/components/CarouselPromotions/tsconfig.tsbuildinfo +1 -1
- package/build/components/CartTable/tsconfig.tsbuildinfo +1 -1
- package/build/components/Code/tsconfig.tsbuildinfo +1 -1
- package/build/components/Container/tsconfig.tsbuildinfo +1 -1
- package/build/components/Controls/tsconfig.tsbuildinfo +1 -1
- package/build/components/Cover/tsconfig.tsbuildinfo +1 -1
- package/build/components/Divider/tsconfig.tsbuildinfo +1 -1
- package/build/components/DocumentationSidebar/index.js +1 -1
- package/build/components/DocumentationSidebar/tsconfig.tsbuildinfo +1 -1
- package/build/components/Dropdown/tsconfig.tsbuildinfo +1 -1
- package/build/components/Expander/tsconfig.tsbuildinfo +1 -1
- package/build/components/FeatureAccordion/tsconfig.tsbuildinfo +1 -1
- package/build/components/Footer/index.js +3 -3
- package/build/components/Footer/index.js.map +1 -1
- package/build/components/Footer/tsconfig.tsbuildinfo +1 -1
- package/build/components/Forms/tsconfig.tsbuildinfo +1 -1
- package/build/components/Gauge/tsconfig.tsbuildinfo +1 -1
- package/build/components/Grid/tsconfig.tsbuildinfo +1 -1
- package/build/components/Hero/tsconfig.tsbuildinfo +1 -1
- package/build/components/Icon/tsconfig.tsbuildinfo +1 -1
- package/build/components/IconList/tsconfig.tsbuildinfo +1 -1
- package/build/components/Image/tsconfig.tsbuildinfo +1 -1
- package/build/components/Link/tsconfig.tsbuildinfo +1 -1
- package/build/components/List/tsconfig.tsbuildinfo +1 -1
- package/build/components/Loader/tsconfig.tsbuildinfo +1 -1
- package/build/components/Megamenu/tsconfig.tsbuildinfo +1 -1
- package/build/components/Modal/tsconfig.tsbuildinfo +1 -1
- package/build/components/Pagination/tsconfig.tsbuildinfo +1 -1
- package/build/components/Pill/tsconfig.tsbuildinfo +1 -1
- package/build/components/Preview/index.js +1 -1
- package/build/components/Preview/index.js.map +1 -1
- package/build/components/Preview/tsconfig.tsbuildinfo +1 -1
- package/build/components/Progress/tsconfig.tsbuildinfo +1 -1
- package/build/components/PromoBanner/tsconfig.tsbuildinfo +1 -1
- package/build/components/PromotionCard/tsconfig.tsbuildinfo +1 -1
- package/build/components/Section/tsconfig.tsbuildinfo +1 -1
- package/build/components/Skeleton/tsconfig.tsbuildinfo +1 -1
- package/build/components/SkipLink/tsconfig.tsbuildinfo +1 -1
- package/build/components/Stepbar/tsconfig.tsbuildinfo +1 -1
- package/build/components/Sticker/tsconfig.tsbuildinfo +1 -1
- package/build/components/Table/tsconfig.tsbuildinfo +1 -1
- package/build/components/Tabs/tsconfig.tsbuildinfo +1 -1
- package/build/components/Tag/tsconfig.tsbuildinfo +1 -1
- package/build/components/Testimonial/tsconfig.tsbuildinfo +1 -1
- package/build/components/Tile/tsconfig.tsbuildinfo +1 -1
- package/build/components/Tooltip/tsconfig.tsbuildinfo +1 -1
- package/build/components/index.css +1 -1
- package/build/components/index.css.map +1 -1
- package/build/components/index.js +6 -6
- package/build/components/index.js.map +1 -1
- package/build/components/tsconfig.tsbuildinfo +1 -1
- package/build/components/types/src/components/Footer/Footer.d.ts +1 -5
- package/build/components/types/src/components/Footer/constants.d.ts +9 -0
- package/build/components/types/src/components/index.d.ts +1 -2
- package/build/lib/after-components.css +1 -1
- package/build/lib/after-components.css.map +1 -1
- package/build/lib/before-components.css +1 -1
- package/build/lib/before-components.css.map +1 -1
- package/build/lib/components.css +1 -1
- package/build/lib/components.css.map +1 -1
- package/build/lib/footer.css +2 -0
- package/build/lib/footer.css.map +1 -0
- package/build/lib/style.css +1 -1
- package/build/lib/style.css.map +1 -1
- package/package.json +4 -2
- package/src/components/Footer/Footer.tsx +86 -70
- package/src/components/Footer/constants.ts +10 -0
- package/src/components/Footer/styles/config.scss +1 -0
- package/src/components/Footer/styles/mixins.scss +172 -0
- package/src/components/Footer/styles/style.scss +48 -0
- package/src/components/Footer/tests/Footer.conformance.test.js +133 -8
- package/src/components/Footer/tests/Footer.unit.test.js +71 -6
- package/src/components/Link/styles/style.scss +1 -0
- package/src/components/Preview/PreviewGenerator.tsx +2 -10
- package/src/components/index.ts +0 -2
- package/src/styles/shame.scss +1 -0
- package/src/styles/typography/mixins.scss +2 -0
- package/build/components/Footer/style.css +0 -2
- package/build/components/Footer/style.css.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["before-components.scss"],"names":[],"mappings":"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CACE,WACE,kBAAmB,CAEnB,eAAgB,CAChB,wBAA0B,CAF1B,kBAGF,CACF,CACA,qCACE,WACE,iBAAkB,CAElB,eAAgB,CAChB,wBAA0B,CAF1B,mBAGF,CACF,CACA,EAEE,qBAAsB,CADtB,YAEF,CACA,oCACE,EACE,cAAe,CAEf,eAAgB,CAChB,yBAA2B,CAF3B,kBAGF,CACF,CACA,EACE,kBAAmB,CAEnB,eAAgB,CAChB,wBAA0B,CAF1B,oBAGF,CACA,oCACE,EACE,iBAAkB,CAElB,eAAgB,CAChB,wBAA0B,CAF1B,oBAGF,CACF,CACA,IACE,mCACF,CACA,oCACE,EACE,cAAe,CAEf,eAAgB,CAChB,yBAA2B,CAF3B,kBAGF,CACF,CACA,EACE,kBAAmB,CAEnB,eAAgB,CAChB,wBAA0B,CAF1B,oBAGF,CACA,oCACE,EACE,iBAAkB,CAElB,eAAgB,CAChB,wBAA0B,CAF1B,oBAGF,CACF,CACA,KACE,iBACF,CACA,GAGE,QAAS,CACT,+CAAgD,CAFhD,qBAAsB,CADtB,kBAIF,CAIA,WAFE,cAQF,CANA,SAGE,kBAAqB,CACrB,qBAEF,CACA,GACE,sBACF,CACA,MACE,oBACF,CACA,SACE,sBACF,CACA,4BAEE,qBACF,CACA,wDAEE,kBACF,CACA,0DAEE,sBACF,CACA,sFAEE,mBACF,CACA,eACE,eAAgB,CAChB,8BAAgC,CAEhC,QAAS,CADT,cAAe,CAEf,SACF,CACA,kBACE,eAEF,CACA,yBACE,WAAY,CAGZ,QAAS,CAFT,iBAAkB,CAClB,OAEF,CACA,aACE,8BACF,CACA,gBACE,sBACF,CACA,mBACE,sBACF,CACA,aACE,gCACF,CACA,gBACE,oBACF,CACA,mBACE,sBACF,CACA,gBAEE,2BAA4B,CAD5B,oBAEF,CACA,aACE,eAAgB,CAChB,8BAAgC,CAEhC,QAAS,CADT,cAAe,CAEf,SACF,CACA,gBACE,eAEF,CACA,uBACE,WAAY,CAGZ,QAAS,CAFT,iBAAkB,CAClB,OAEF,CACA,gBACE,oBACF,CACA,iCACE,oBACF,CACA,gCACE,8BACF,CAaA,WACE,w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","file":"before-components.css","sourcesContent":["@layer base {\n /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */\n /* Document\n ========================================================================== */\n /**\n * 1. Correct the line height in all browsers.\n * 2. Prevent adjustments of font size after orientation changes in iOS.\n */\n html {\n line-height: 1.15; /* 1 */\n -webkit-text-size-adjust: 100%; /* 2 */\n }\n /* Sections\n ========================================================================== */\n /**\n * Remove the margin in all browsers.\n */\n body {\n margin: 0;\n }\n /**\n * Render the `main` element consistently in IE.\n */\n main {\n display: block;\n }\n /**\n * Correct the font size and margin on `h1` elements within `section` and\n * `article` contexts in Chrome, Firefox, and Safari.\n */\n h1 {\n font-size: 2em;\n margin: 0.67em 0;\n }\n /* Grouping content\n ========================================================================== */\n /**\n * 1. Add the correct box sizing in Firefox.\n * 2. Show the overflow in Edge and IE.\n */\n hr {\n box-sizing: content-box; /* 1 */\n height: 0; /* 1 */\n overflow: visible; /* 2 */\n }\n /**\n * 1. Correct the inheritance and scaling of font size in all browsers.\n * 2. Correct the odd `em` font sizing in all browsers.\n */\n pre {\n font-family: monospace, monospace; /* 1 */\n font-size: 1em; /* 2 */\n }\n /* Text-level semantics\n ========================================================================== */\n /**\n * Remove the gray background on active links in IE 10.\n */\n a {\n background-color: transparent;\n }\n /**\n * 1. Remove the bottom border in Chrome 57-\n * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.\n */\n abbr[title] {\n border-bottom: none; /* 1 */\n text-decoration: underline; /* 2 */\n text-decoration: underline dotted; /* 2 */\n }\n /**\n * Add the correct font weight in Chrome, Edge, and Safari.\n */\n b,\n strong {\n font-weight: bolder;\n }\n /**\n * 1. Correct the inheritance and scaling of font size in all browsers.\n * 2. Correct the odd `em` font sizing in all browsers.\n */\n code,\n kbd,\n samp {\n font-family: monospace, monospace; /* 1 */\n font-size: 1em; /* 2 */\n }\n /**\n * Add the correct font size in all browsers.\n */\n small {\n font-size: 80%;\n }\n /**\n * Prevent `sub` and `sup` elements from affecting the line height in\n * all browsers.\n */\n sub,\n sup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n }\n sub {\n bottom: -0.25em;\n }\n sup {\n top: -0.5em;\n }\n /* Embedded content\n ========================================================================== */\n /**\n * Remove the border on images inside links in IE 10.\n */\n img {\n border-style: none;\n }\n /* Forms\n ========================================================================== */\n /**\n * 1. Change the font styles in all browsers.\n * 2. Remove the margin in Firefox and Safari.\n */\n button,\n input,\n optgroup,\n select,\n textarea {\n font-family: inherit; /* 1 */\n font-size: 100%; /* 1 */\n line-height: 1.15; /* 1 */\n margin: 0; /* 2 */\n }\n /**\n * Show the overflow in IE.\n * 1. Show the overflow in Edge.\n */\n button,\n input { /* 1 */\n overflow: visible;\n }\n /**\n * Remove the inheritance of text transform in Edge, Firefox, and IE.\n * 1. Remove the inheritance of text transform in Firefox.\n */\n button,\n select { /* 1 */\n text-transform: none;\n }\n /**\n * Correct the inability to style clickable types in iOS and Safari.\n */\n button,\n [type=button],\n [type=reset],\n [type=submit] {\n -webkit-appearance: button;\n }\n /**\n * Remove the inner border and padding in Firefox.\n */\n button::-moz-focus-inner,\n [type=button]::-moz-focus-inner,\n [type=reset]::-moz-focus-inner,\n [type=submit]::-moz-focus-inner {\n border-style: none;\n padding: 0;\n }\n /**\n * Restore the focus styles unset by the previous rule.\n */\n button:-moz-focusring,\n [type=button]:-moz-focusring,\n [type=reset]:-moz-focusring,\n [type=submit]:-moz-focusring {\n outline: 1px dotted ButtonText;\n }\n /**\n * Correct the padding in Firefox.\n */\n fieldset {\n padding: 0.35em 0.75em 0.625em;\n }\n /**\n * 1. Correct the text wrapping in Edge and IE.\n * 2. Correct the color inheritance from `fieldset` elements in IE.\n * 3. Remove the padding so developers are not caught out when they zero out\n * `fieldset` elements in all browsers.\n */\n legend {\n box-sizing: border-box; /* 1 */\n color: inherit; /* 2 */\n display: table; /* 1 */\n max-width: 100%; /* 1 */\n padding: 0; /* 3 */\n white-space: normal; /* 1 */\n }\n /**\n * Add the correct vertical alignment in Chrome, Firefox, and Opera.\n */\n progress {\n vertical-align: baseline;\n }\n /**\n * Remove the default vertical scrollbar in IE 10+.\n */\n textarea {\n overflow: auto;\n }\n /**\n * 1. Add the correct box sizing in IE 10.\n * 2. Remove the padding in IE 10.\n */\n [type=checkbox],\n [type=radio] {\n box-sizing: border-box; /* 1 */\n padding: 0; /* 2 */\n }\n /**\n * Correct the cursor style of increment and decrement buttons in Chrome.\n */\n [type=number]::-webkit-inner-spin-button,\n [type=number]::-webkit-outer-spin-button {\n height: auto;\n }\n /**\n * 1. Correct the odd appearance in Chrome and Safari.\n * 2. Correct the outline style in Safari.\n */\n [type=search] {\n -webkit-appearance: textfield; /* 1 */\n outline-offset: -2px; /* 2 */\n }\n /**\n * Remove the inner padding in Chrome and Safari on macOS.\n */\n [type=search]::-webkit-search-decoration {\n -webkit-appearance: none;\n }\n /**\n * 1. Correct the inability to style clickable types in iOS and Safari.\n * 2. Change font properties to `inherit` in Safari.\n */\n ::-webkit-file-upload-button {\n -webkit-appearance: button; /* 1 */\n font: inherit; /* 2 */\n }\n /* Interactive\n ========================================================================== */\n /*\n * Add the correct display in Edge, IE 10+, and Firefox.\n */\n details {\n display: block;\n }\n /*\n * Add the correct display in all browsers.\n */\n summary {\n display: list-item;\n }\n /* Misc\n ========================================================================== */\n /**\n * Add the correct display in IE 10+.\n */\n template {\n display: none;\n }\n /**\n * Add the correct display in IE 10.\n */\n [hidden] {\n display: none;\n }\n :root,\n .is-light,\n .bg-white,\n #root.is-light,\n #root-modals.is-light,\n #root-tooltips.is-light,\n #root-dropdowns.is-light {\n --color-background-primary: #ffffff;\n --color-background-secondary: #f4f4f4;\n --color-background-contrast: #141414;\n --color-background-accent: #fff6ed;\n --color-background-accent1-blog: #fff6cc;\n --color-background-accent2-blog: #eee7f7;\n --color-surface-primary: #ffffff;\n --color-surface-secondary: #ff7900;\n --color-surface-tertiary: #f16e00;\n --color-surface-subtle: #eeeeee;\n --color-surface-moderate: #dddddd;\n --color-surface-contrast: #141414;\n --color-surface-accent: #fff6ed;\n --color-fill-primary: #ffffff;\n --color-fill-secondary: #ff7900;\n --color-fill-tertiary: #f16e00;\n --color-fill-subtle: #eeeeee;\n --color-fill-moderate: #dddddd;\n --color-fill-disabled: #cccccc;\n --color-fill-contrast: #000000;\n --color-fill-accent1: #4bb4e6;\n --color-fill-accent2: #50be87;\n --color-fill-accent3: #ffb4e6;\n --color-fill-accent4: #a885d8;\n --color-fill-accent5: #ffd200;\n --color-fill-information: rgba(65, 112, 216, 0.0784313725);\n --color-fill-positive: rgba(34, 135, 34, 0.0784313725);\n --color-fill-warning: rgba(255, 204, 0, 0.0784313725);\n --color-fill-negative: rgba(205, 60, 20, 0.0784313725);\n --color-border-subtle: #dddddd;\n --color-border-strong: #cccccc;\n --color-border-contrast: #000000;\n --color-border-accent: #f16e00;\n --color-border-information: #4170d8;\n --color-border-positive: #228722;\n --color-border-warning: #ffcc00;\n --color-border-negative: #cd3c14;\n --color-icon-default: #000000;\n --color-icon-inverse: #ffffff;\n --color-icon-brand: #f16e00;\n --color-icon-accent: #ffc48f;\n --color-icon-disabled: #cccccc;\n --color-icon-information: #4170d8;\n --color-icon-positive: #228722;\n --color-icon-warning: #ffcc00;\n --color-icon-negative: #cd3c14;\n --color-text-default: #000000;\n --color-text-secondary: #000000;\n --color-text-disabled: #cccccc;\n --color-text-inverse: #ffffff;\n --color-text-accent: #f16e00;\n color: var(--color-text-default);\n }\n .is-dark,\n .bg-black,\n #root.is-dark,\n #root-modals.is-dark,\n #root-tooltips.is-dark,\n #root-dropdowns.is-dark {\n --color-background-primary: #141414;\n --color-background-secondary: #333333;\n --color-background-contrast: #ffffff;\n --color-background-accent: #2b1a10;\n --color-background-accent1-blog: #62342d;\n --color-background-accent2-blog: #2b1a10;\n --color-surface-primary: #141414;\n --color-surface-secondary: #ff7900;\n --color-surface-tertiary: #f16e00;\n --color-surface-subtle: #333333;\n --color-surface-moderate: #595959;\n --color-surface-contrast: #ffffff;\n --color-surface-accent: #2b1a10;\n --color-fill-primary: #000000;\n --color-fill-secondary: #ff7900;\n --color-fill-tertiary: #f16e00;\n --color-fill-subtle: #333333;\n --color-fill-moderate: #595959;\n --color-fill-disabled: #666666;\n --color-fill-contrast: #ffffff;\n --color-fill-accent1: #4bb4e6;\n --color-fill-accent2: #50be87;\n --color-fill-accent3: #ffb4e6;\n --color-fill-accent4: #a885d8;\n --color-fill-accent5: #ffd200;\n --color-fill-information: rgba(65, 112, 216, 0.2);\n --color-fill-positive: rgba(34, 135, 34, 0.2);\n --color-fill-warning: rgba(255, 204, 0, 0.2);\n --color-fill-negative: rgba(205, 60, 20, 0.2);\n --color-border-subtle: #333333;\n --color-border-strong: #666666;\n --color-border-contrast: #ffffff;\n --color-border-accent: #ff7900;\n --color-border-information: #6699ff;\n --color-border-positive: #66cc66;\n --color-border-warning: #ffcc00;\n --color-border-negative: #ff4d4d;\n --color-icon-default: #ffffff;\n --color-icon-inverse: #000000;\n --color-icon-brand: #ff7900;\n --color-icon-accent: #da8436;\n --color-icon-disabled: #666666;\n --color-icon-information: #6699ff;\n --color-icon-positive: #66cc66;\n --color-icon-warning: #ffcc00;\n --color-icon-negative: #ff4d4d;\n --color-text-default: #ffffff;\n --color-text-secondary: #cccccc;\n --color-text-disabled: #666666;\n --color-text-inverse: #000000;\n --color-text-accent: #ff7900;\n color: var(--color-text-default);\n }\n html {\n font-size: 16px;\n }\n html,\n body {\n padding: 0;\n margin: 0;\n text-size-adjust: 100%;\n -webkit-font-smoothing: initial;\n }\n body {\n position: relative;\n background-color: var(--color-background-primary);\n font-family: 'OrangeSK Neue', Helvetica Neue, helvetica, arial, sans-serif;\n color: var(--color-text-default);\n }\n * {\n box-sizing: border-box;\n }\n *::after {\n box-sizing: border-box;\n }\n *::before {\n box-sizing: border-box;\n }\n ::selection {\n background-color: rgba(241, 110, 0, 0.9);\n color: var(--color-text-default);\n }\n iframe {\n border: 0;\n }\n a[href]:focus,\n area[href]:focus,\n input:focus,\n select:focus,\n textarea:focus,\n button:focus,\n [type=button]:focus,\n iframe:focus,\n [tabindex]:not([tabindex=\"-1\"]):focus,\n [contentEditable=true]:focus {\n outline: 2px solid var(--color-border-contrast);\n outline-offset: 2px;\n }\n a[href]:focus-visible,\n area[href]:focus-visible,\n input:focus-visible,\n select:focus-visible,\n textarea:focus-visible,\n button:focus-visible,\n [type=button]:focus-visible,\n iframe:focus-visible,\n [tabindex]:not([tabindex=\"-1\"]):focus-visible,\n [contentEditable=true]:focus-visible {\n outline: 2px solid var(--color-border-contrast);\n outline-offset: 2px;\n }\n a[href]:focus:not(:focus-visible),\n area[href]:focus:not(:focus-visible),\n input:focus:not(:focus-visible),\n select:focus:not(:focus-visible),\n textarea:focus:not(:focus-visible),\n button:focus:not(:focus-visible),\n [type=button]:focus:not(:focus-visible),\n iframe:focus:not(:focus-visible),\n [tabindex]:not([tabindex=\"-1\"]):focus:not(:focus-visible),\n [contentEditable=true]:focus:not(:focus-visible) {\n outline-width: 0;\n outline-color: transparent;\n }\n [tabindex=\"-1\"]:focus {\n outline: none;\n }\n [type=button]:not(:disabled),\n [type=reset]:not(:disabled),\n [type=submit]:not(:disabled),\n button:not(:disabled) {\n cursor: pointer;\n }\n a {\n text-decoration: none;\n }\n button,\n [role=button] {\n border: 0 solid transparent;\n margin: 0;\n padding: 0;\n width: auto;\n overflow: visible;\n background: transparent;\n /* inherit font & color from ancestor */\n color: inherit;\n font: inherit;\n /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */\n line-height: normal;\n /* Corrects font smoothing for webkit */\n -webkit-font-smoothing: inherit;\n -moz-osx-font-smoothing: inherit;\n /* Corrects inability to style clickable `input` types in iOS */\n -webkit-appearance: none;\n appearance: none;\n /* Remove excess padding and border in Firefox 4+ */\n }\n button::-moz-focus-inner,\n [role=button]::-moz-focus-inner {\n border: 0;\n padding: 0;\n }\n caption {\n text-align: left;\n }\n table {\n border-collapse: collapse;\n }\n blockquote {\n margin: 0 0 1.25rem 0;\n }\n th {\n text-align: inherit;\n }\n button[aria-expanded=true] .expand-icon {\n transform: rotate(180deg);\n }\n [hidden] {\n display: none !important;\n }\n button,\n input,\n optgroup,\n select,\n textarea {\n font-family: inherit;\n font-size: inherit;\n line-height: inherit;\n }\n fieldset {\n margin: 0;\n padding: 0;\n border: 0;\n }\n h1, h2, h3, h4, h5, h6 {\n margin-top: 0;\n margin-bottom: 1.25rem;\n font-weight: bold;\n }\n h1 {\n font-size: 2.125rem;\n line-height: 2.5rem;\n font-weight: 700;\n letter-spacing: -0.025rem;\n }\n @media screen and (min-width: 768px) {\n h1 {\n font-size: 2.5rem;\n line-height: 2.875rem;\n font-weight: 700;\n letter-spacing: -0.0375rem;\n }\n }\n @media screen and (min-width: 1240px) {\n h1 {\n font-size: 3.125rem;\n line-height: 3.5rem;\n font-weight: 700;\n letter-spacing: -0.0375rem;\n }\n }\n h2 {\n font-size: 1.75rem;\n line-height: 2rem;\n font-weight: 700;\n letter-spacing: -0.0125rem;\n }\n @media screen and (min-width: 768px) {\n h2 {\n font-size: 2.125rem;\n line-height: 2.5rem;\n font-weight: 700;\n letter-spacing: -0.025rem;\n }\n }\n @media screen and (min-width: 1240px) {\n h2 {\n font-size: 2.5rem;\n line-height: 2.875rem;\n font-weight: 700;\n letter-spacing: -0.0375rem;\n }\n }\n h3 {\n font-size: 1.5rem;\n line-height: 1.75rem;\n font-weight: 700;\n letter-spacing: -0.0375rem;\n }\n @media screen and (min-width: 768px) {\n h3 {\n font-size: 1.75rem;\n line-height: 2rem;\n font-weight: 700;\n letter-spacing: -0.0375rem;\n }\n }\n h4 {\n font-size: 1rem;\n line-height: 1.25rem;\n font-weight: 700;\n letter-spacing: -0.00625rem;\n }\n @media screen and (min-width: 768px) {\n h4 {\n font-size: 1.5rem;\n line-height: 1.75rem;\n font-weight: 700;\n letter-spacing: -0.025rem;\n }\n }\n h5 {\n font-size: 1rem;\n line-height: 1.25rem;\n font-weight: 700;\n letter-spacing: -0.00625rem;\n }\n @media screen and (min-width: 768px) {\n h5 {\n font-size: 1.125rem;\n line-height: 1.375rem;\n font-weight: 700;\n letter-spacing: -0.0125rem;\n }\n }\n h6 {\n font-size: 1.125rem;\n line-height: 1.625rem;\n font-weight: 400;\n letter-spacing: -0.0125rem;\n }\n .h1, .h2, .h3, .h4, .h5, .h6 {\n margin-top: 0;\n margin-bottom: 1.25rem;\n font-weight: bold;\n }\n .h1 {\n font-size: 2.125rem;\n line-height: 2.5rem;\n font-weight: 700;\n letter-spacing: -0.025rem;\n }\n @media screen and (min-width: 768px) {\n .h1 {\n font-size: 2.5rem;\n line-height: 2.875rem;\n font-weight: 700;\n letter-spacing: -0.0375rem;\n }\n }\n @media screen and (min-width: 1240px) {\n .h1 {\n font-size: 3.125rem;\n line-height: 3.5rem;\n font-weight: 700;\n letter-spacing: -0.0375rem;\n }\n }\n .h2 {\n font-size: 1.75rem;\n line-height: 2rem;\n font-weight: 700;\n letter-spacing: -0.0125rem;\n }\n @media screen and (min-width: 768px) {\n .h2 {\n font-size: 2.125rem;\n line-height: 2.5rem;\n font-weight: 700;\n letter-spacing: -0.025rem;\n }\n }\n @media screen and (min-width: 1240px) {\n .h2 {\n font-size: 2.5rem;\n line-height: 2.875rem;\n font-weight: 700;\n letter-spacing: -0.0375rem;\n }\n }\n .h3 {\n font-size: 1.5rem;\n line-height: 1.75rem;\n font-weight: 700;\n letter-spacing: -0.0375rem;\n }\n @media screen and (min-width: 768px) {\n .h3 {\n font-size: 1.75rem;\n line-height: 2rem;\n font-weight: 700;\n letter-spacing: -0.0375rem;\n }\n }\n .h4 {\n font-size: 1rem;\n line-height: 1.25rem;\n font-weight: 700;\n letter-spacing: -0.00625rem;\n }\n @media screen and (min-width: 768px) {\n .h4 {\n font-size: 1.5rem;\n line-height: 1.75rem;\n font-weight: 700;\n letter-spacing: -0.025rem;\n }\n }\n .h5 {\n font-size: 1rem;\n line-height: 1.25rem;\n font-weight: 700;\n letter-spacing: -0.00625rem;\n }\n @media screen and (min-width: 768px) {\n .h5 {\n font-size: 1.125rem;\n line-height: 1.375rem;\n font-weight: 700;\n letter-spacing: -0.0125rem;\n }\n }\n .h6 {\n font-size: 1.125rem;\n line-height: 1.625rem;\n font-weight: 400;\n letter-spacing: -0.0125rem;\n }\n .display-1, .display-2, .display-3 {\n margin-top: 0;\n margin-bottom: 1.875rem;\n font-weight: bold;\n }\n .display-1 {\n font-size: 2.5rem;\n line-height: 2.875rem;\n font-weight: 700;\n letter-spacing: -0.0375rem;\n }\n @media screen and (min-width: 1240px) {\n .display-1 {\n font-size: 8.75rem;\n line-height: 9.875rem;\n font-weight: 700;\n letter-spacing: -0.1625rem;\n }\n }\n .display-2 {\n font-size: 2.5rem;\n line-height: 2.875rem;\n font-weight: 700;\n letter-spacing: -0.0375rem;\n }\n @media screen and (min-width: 768px) {\n .display-2 {\n font-size: 5rem;\n line-height: 5.75rem;\n font-weight: 700;\n letter-spacing: -0.0875rem;\n }\n }\n .display-3 {\n font-size: 2.5rem;\n line-height: 2.875rem;\n font-weight: 700;\n letter-spacing: -0.0375rem;\n }\n @media screen and (min-width: 768px) {\n .display-3 {\n font-size: 3.125rem;\n line-height: 3.5rem;\n font-weight: 700;\n letter-spacing: -0.0375rem;\n }\n }\n @media screen and (min-width: 1240px) {\n .display-3 {\n font-size: 3.75rem;\n line-height: 4.25rem;\n font-weight: 700;\n letter-spacing: -0.0625rem;\n }\n }\n p {\n margin-top: 0;\n margin-bottom: 1.25rem;\n }\n @media screen and (min-width: small) {\n p {\n font-size: 1rem;\n line-height: 1.5rem;\n font-weight: 400;\n letter-spacing: -0.00625rem;\n }\n }\n p {\n font-size: 1.125rem;\n line-height: 1.625rem;\n font-weight: 400;\n letter-spacing: -0.0125rem;\n }\n @media screen and (min-width: large) {\n p {\n font-size: 1.25rem;\n line-height: 1.875rem;\n font-weight: 400;\n letter-spacing: -0.0125rem;\n }\n }\n p a {\n text-decoration: underline !important;\n }\n @media screen and (min-width: small) {\n a {\n font-size: 1rem;\n line-height: 1.5rem;\n font-weight: 400;\n letter-spacing: -0.00625rem;\n }\n }\n a {\n font-size: 1.125rem;\n line-height: 1.625rem;\n font-weight: 400;\n letter-spacing: -0.0125rem;\n }\n @media screen and (min-width: large) {\n a {\n font-size: 1.25rem;\n line-height: 1.875rem;\n font-weight: 400;\n letter-spacing: -0.0125rem;\n }\n }\n cite {\n font-style: normal;\n }\n hr {\n margin-top: 1.25rem;\n margin-bottom: 1.25rem;\n border: 0;\n border-top: 1px solid var(--color-border-subtle);\n }\n p {\n max-width: 35em;\n }\n ol,\n ul,\n dl {\n margin: 0 0 1.25rem 0;\n padding-left: 1.875rem;\n max-width: 35em;\n }\n ul {\n list-style-type: square;\n }\n ul ul {\n list-style-type: disc;\n }\n ul ul ul {\n list-style-type: circle;\n }\n ol > *:where(li),\n ul > *:where(li) {\n margin-bottom: 0.625rem;\n }\n ol > *:where(li) > *:where(ul, ol),\n ul > *:where(li) > *:where(ul, ol) {\n margin-top: 0.625rem;\n }\n ol.list-condensed > *:where(li),\n ul.list-condensed > *:where(li) {\n margin-bottom: 0.3125rem;\n }\n ol.list-condensed > *:where(li) > *:where(ul, ol),\n ul.list-condensed > *:where(li) > *:where(ul, ol) {\n margin-top: 0.3125rem;\n }\n .list-unstyled {\n list-style: none;\n list-style-type: none !important;\n max-width: none;\n margin: 0;\n padding: 0;\n }\n .list-unstyled > li {\n margin-bottom: 0;\n /* Fixes VoiceOver no announcing unordered lists */\n }\n .list-unstyled > li::before {\n content: \" \";\n position: absolute;\n width: 0;\n height: 0;\n }\n .list-circle {\n list-style-type: disc !important;\n }\n .list-circle ul {\n list-style-type: circle;\n }\n .list-circle ul ul {\n list-style-type: square;\n }\n .list-square {\n list-style-type: square !important;\n }\n .list-square ul {\n list-style-type: disc;\n }\n .list-square ul ul {\n list-style-type: circle;\n }\n .list-no-offset {\n padding-left: 1.25rem;\n list-style-position: outside;\n }\n .list-inline {\n list-style: none;\n list-style-type: none !important;\n max-width: none;\n margin: 0;\n padding: 0;\n }\n .list-inline > li {\n margin-bottom: 0;\n /* Fixes VoiceOver no announcing unordered lists */\n }\n .list-inline > li::before {\n content: \" \";\n position: absolute;\n width: 0;\n height: 0;\n }\n .list-inline > li {\n display: inline-block;\n }\n .list-inline > li:not(:last-child) {\n margin-right: 0.625rem;\n }\n .list--marker-orange > li::marker {\n color: var(--color-icon-accent);\n }\n /**\n * Swiper 11.2.10\n * Most modern mobile touch slider and framework with hardware accelerated transitions\n * https://swiperjs.com\n *\n * Copyright 2014-2025 Vladimir Kharlampidi\n *\n * Released under the MIT License\n *\n * Released on: June 28, 2025\n */\n /* FONT_START */\n @font-face {\n font-family: \"swiper-icons\";\n src: url(\"data:application/font-woff;charset=utf-8;base64, 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\");\n font-weight: 400;\n font-style: normal;\n }\n /* FONT_END */\n :root {\n --swiper-theme-color: #007aff;\n /*\n --swiper-preloader-color: var(--swiper-theme-color);\n --swiper-wrapper-transition-timing-function: initial;\n */\n }\n :host {\n position: relative;\n display: block;\n margin-left: auto;\n margin-right: auto;\n z-index: 1;\n }\n .swiper {\n margin-left: auto;\n margin-right: auto;\n position: relative;\n overflow: hidden;\n list-style: none;\n padding: 0;\n /* Fix of Webkit flickering */\n z-index: 1;\n display: block;\n }\n .swiper-vertical > .swiper-wrapper {\n flex-direction: column;\n }\n .swiper-wrapper {\n position: relative;\n width: 100%;\n height: 100%;\n z-index: 1;\n display: flex;\n transition-property: transform;\n transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);\n box-sizing: content-box;\n }\n .swiper-android .swiper-slide,\n .swiper-ios .swiper-slide,\n .swiper-wrapper {\n transform: translate3d(0px, 0, 0);\n }\n .swiper-horizontal {\n touch-action: pan-y;\n }\n .swiper-vertical {\n touch-action: pan-x;\n }\n .swiper-slide {\n flex-shrink: 0;\n width: 100%;\n height: 100%;\n position: relative;\n transition-property: transform;\n display: block;\n }\n .swiper-slide-invisible-blank {\n visibility: hidden;\n }\n /* Auto Height */\n .swiper-autoheight,\n .swiper-autoheight .swiper-slide {\n height: auto;\n }\n .swiper-autoheight .swiper-wrapper {\n align-items: flex-start;\n transition-property: transform, height;\n }\n .swiper-backface-hidden .swiper-slide {\n transform: translateZ(0);\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n }\n /* 3D Effects */\n .swiper-3d.swiper-css-mode .swiper-wrapper {\n perspective: 1200px;\n }\n .swiper-3d .swiper-wrapper {\n transform-style: preserve-3d;\n }\n .swiper-3d {\n perspective: 1200px;\n }\n .swiper-3d .swiper-slide,\n .swiper-3d .swiper-cube-shadow {\n transform-style: preserve-3d;\n }\n /* CSS Mode */\n .swiper-css-mode > .swiper-wrapper {\n overflow: auto;\n scrollbar-width: none;\n /* For Firefox */\n -ms-overflow-style: none;\n /* For Internet Explorer and Edge */\n }\n .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {\n display: none;\n }\n .swiper-css-mode > .swiper-wrapper > .swiper-slide {\n scroll-snap-align: start start;\n }\n .swiper-css-mode.swiper-horizontal > .swiper-wrapper {\n scroll-snap-type: x mandatory;\n }\n .swiper-css-mode.swiper-vertical > .swiper-wrapper {\n scroll-snap-type: y mandatory;\n }\n .swiper-css-mode.swiper-free-mode > .swiper-wrapper {\n scroll-snap-type: none;\n }\n .swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {\n scroll-snap-align: none;\n }\n .swiper-css-mode.swiper-centered > .swiper-wrapper::before {\n content: \"\";\n flex-shrink: 0;\n order: 9999;\n }\n .swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {\n scroll-snap-align: center center;\n scroll-snap-stop: always;\n }\n .swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {\n margin-inline-start: var(--swiper-centered-offset-before);\n }\n .swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {\n height: 100%;\n min-height: 1px;\n width: var(--swiper-centered-offset-after);\n }\n .swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {\n margin-block-start: var(--swiper-centered-offset-before);\n }\n .swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {\n width: 100%;\n min-width: 1px;\n height: var(--swiper-centered-offset-after);\n }\n /* Slide styles start */\n /* 3D Shadows */\n .swiper-3d .swiper-slide-shadow,\n .swiper-3d .swiper-slide-shadow-left,\n .swiper-3d .swiper-slide-shadow-right,\n .swiper-3d .swiper-slide-shadow-top,\n .swiper-3d .swiper-slide-shadow-bottom,\n .swiper-3d .swiper-slide-shadow,\n .swiper-3d .swiper-slide-shadow-left,\n .swiper-3d .swiper-slide-shadow-right,\n .swiper-3d .swiper-slide-shadow-top,\n .swiper-3d .swiper-slide-shadow-bottom {\n position: absolute;\n left: 0;\n top: 0;\n width: 100%;\n height: 100%;\n pointer-events: none;\n z-index: 10;\n }\n .swiper-3d .swiper-slide-shadow {\n background: rgba(0, 0, 0, 0.15);\n }\n .swiper-3d .swiper-slide-shadow-left {\n background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));\n }\n .swiper-3d .swiper-slide-shadow-right {\n background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));\n }\n .swiper-3d .swiper-slide-shadow-top {\n background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));\n }\n .swiper-3d .swiper-slide-shadow-bottom {\n background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));\n }\n .swiper-lazy-preloader {\n width: 42px;\n height: 42px;\n position: absolute;\n left: 50%;\n top: 50%;\n margin-left: -21px;\n margin-top: -21px;\n z-index: 10;\n transform-origin: 50%;\n box-sizing: border-box;\n border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));\n border-radius: 50%;\n border-top-color: transparent;\n }\n .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,\n .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {\n animation: swiper-preloader-spin 1s infinite linear;\n }\n .swiper-lazy-preloader-white {\n --swiper-preloader-color: #fff;\n }\n .swiper-lazy-preloader-black {\n --swiper-preloader-color: #000;\n }\n @keyframes swiper-preloader-spin {\n 0% {\n transform: rotate(0deg);\n }\n 100% {\n transform: rotate(360deg);\n }\n }\n /* Slide styles end */\n .swiper-virtual .swiper-slide {\n -webkit-backface-visibility: hidden;\n transform: translateZ(0);\n }\n .swiper-virtual.swiper-css-mode .swiper-wrapper::after {\n content: \"\";\n position: absolute;\n left: 0;\n top: 0;\n pointer-events: none;\n }\n .swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {\n height: 1px;\n width: var(--swiper-virtual-size);\n }\n .swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {\n width: 1px;\n height: var(--swiper-virtual-size);\n }\n :root {\n --swiper-navigation-size: 44px;\n /*\n --swiper-navigation-top-offset: 50%;\n --swiper-navigation-sides-offset: 10px;\n --swiper-navigation-color: var(--swiper-theme-color);\n */\n }\n .swiper-button-prev,\n .swiper-button-next {\n position: absolute;\n top: var(--swiper-navigation-top-offset, 50%);\n width: calc(var(--swiper-navigation-size) / 44 * 27);\n height: var(--swiper-navigation-size);\n margin-top: calc(0px - var(--swiper-navigation-size) / 2);\n z-index: 10;\n cursor: pointer;\n display: flex;\n align-items: center;\n justify-content: center;\n color: var(--swiper-navigation-color, var(--swiper-theme-color));\n }\n .swiper-button-prev.swiper-button-disabled,\n .swiper-button-next.swiper-button-disabled {\n opacity: 0.35;\n cursor: auto;\n pointer-events: none;\n }\n .swiper-button-prev.swiper-button-hidden,\n .swiper-button-next.swiper-button-hidden {\n opacity: 0;\n cursor: auto;\n pointer-events: none;\n }\n .swiper-navigation-disabled .swiper-button-prev,\n .swiper-navigation-disabled .swiper-button-next {\n display: none !important;\n }\n .swiper-button-prev svg,\n .swiper-button-next svg {\n width: 100%;\n height: 100%;\n object-fit: contain;\n transform-origin: center;\n }\n .swiper-rtl .swiper-button-prev svg,\n .swiper-rtl .swiper-button-next svg {\n transform: rotate(180deg);\n }\n .swiper-button-prev,\n .swiper-rtl .swiper-button-next {\n left: var(--swiper-navigation-sides-offset, 10px);\n right: auto;\n }\n .swiper-button-next,\n .swiper-rtl .swiper-button-prev {\n right: var(--swiper-navigation-sides-offset, 10px);\n left: auto;\n }\n .swiper-button-lock {\n display: none;\n }\n /* Navigation font start */\n .swiper-button-prev:after,\n .swiper-button-next:after {\n font-family: swiper-icons;\n font-size: var(--swiper-navigation-size);\n text-transform: none !important;\n letter-spacing: 0;\n font-variant: initial;\n line-height: 1;\n }\n .swiper-button-prev:after,\n .swiper-rtl .swiper-button-next:after {\n content: \"prev\";\n }\n .swiper-button-next,\n .swiper-rtl .swiper-button-prev {\n right: var(--swiper-navigation-sides-offset, 10px);\n left: auto;\n }\n .swiper-button-next:after,\n .swiper-rtl .swiper-button-prev:after {\n content: \"next\";\n }\n /* Navigation font end */\n :root {\n /*\n --swiper-pagination-color: var(--swiper-theme-color);\n --swiper-pagination-left: auto;\n --swiper-pagination-right: 8px;\n --swiper-pagination-bottom: 8px;\n --swiper-pagination-top: auto;\n --swiper-pagination-fraction-color: inherit;\n --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);\n --swiper-pagination-progressbar-size: 4px;\n --swiper-pagination-bullet-size: 8px;\n --swiper-pagination-bullet-width: 8px;\n --swiper-pagination-bullet-height: 8px;\n --swiper-pagination-bullet-border-radius: 50%;\n --swiper-pagination-bullet-inactive-color: #000;\n --swiper-pagination-bullet-inactive-opacity: 0.2;\n --swiper-pagination-bullet-opacity: 1;\n --swiper-pagination-bullet-horizontal-gap: 4px;\n --swiper-pagination-bullet-vertical-gap: 6px;\n */\n }\n .swiper-pagination {\n position: absolute;\n text-align: center;\n transition: 300ms opacity;\n transform: translate3d(0, 0, 0);\n z-index: 10;\n }\n .swiper-pagination.swiper-pagination-hidden {\n opacity: 0;\n }\n .swiper-pagination-disabled > .swiper-pagination,\n .swiper-pagination.swiper-pagination-disabled {\n display: none !important;\n }\n /* Common Styles */\n .swiper-pagination-fraction,\n .swiper-pagination-custom,\n .swiper-horizontal > .swiper-pagination-bullets,\n .swiper-pagination-bullets.swiper-pagination-horizontal {\n bottom: var(--swiper-pagination-bottom, 8px);\n top: var(--swiper-pagination-top, auto);\n left: 0;\n width: 100%;\n }\n /* Bullets */\n .swiper-pagination-bullets-dynamic {\n overflow: hidden;\n font-size: 0;\n }\n .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {\n transform: scale(0.33);\n position: relative;\n }\n .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {\n transform: scale(1);\n }\n .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {\n transform: scale(1);\n }\n .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {\n transform: scale(0.66);\n }\n .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {\n transform: scale(0.33);\n }\n .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {\n transform: scale(0.66);\n }\n .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {\n transform: scale(0.33);\n }\n .swiper-pagination-bullet {\n width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));\n height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));\n display: inline-block;\n border-radius: var(--swiper-pagination-bullet-border-radius, 50%);\n background: var(--swiper-pagination-bullet-inactive-color, #000);\n opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);\n }\n button.swiper-pagination-bullet {\n border: none;\n margin: 0;\n padding: 0;\n box-shadow: none;\n -webkit-appearance: none;\n appearance: none;\n }\n .swiper-pagination-clickable .swiper-pagination-bullet {\n cursor: pointer;\n }\n .swiper-pagination-bullet:only-child {\n display: none !important;\n }\n .swiper-pagination-bullet-active {\n opacity: var(--swiper-pagination-bullet-opacity, 1);\n background: var(--swiper-pagination-color, var(--swiper-theme-color));\n }\n .swiper-vertical > .swiper-pagination-bullets,\n .swiper-pagination-vertical.swiper-pagination-bullets {\n right: var(--swiper-pagination-right, 8px);\n left: var(--swiper-pagination-left, auto);\n top: 50%;\n transform: translate3d(0px, -50%, 0);\n }\n .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,\n .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {\n margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;\n display: block;\n }\n .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,\n .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {\n top: 50%;\n transform: translateY(-50%);\n width: 8px;\n }\n .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,\n .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {\n display: inline-block;\n transition: 200ms transform, 200ms top;\n }\n .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,\n .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {\n margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);\n }\n .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,\n .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {\n left: 50%;\n transform: translateX(-50%);\n white-space: nowrap;\n }\n .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,\n .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {\n transition: 200ms transform, 200ms left;\n }\n .swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {\n transition: 200ms transform, 200ms right;\n }\n /* Fraction */\n .swiper-pagination-fraction {\n color: var(--swiper-pagination-fraction-color, inherit);\n }\n /* Progress */\n .swiper-pagination-progressbar {\n background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));\n position: absolute;\n }\n .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {\n background: var(--swiper-pagination-color, var(--swiper-theme-color));\n position: absolute;\n left: 0;\n top: 0;\n width: 100%;\n height: 100%;\n transform: scale(0);\n transform-origin: left top;\n }\n .swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {\n transform-origin: right top;\n }\n .swiper-horizontal > .swiper-pagination-progressbar,\n .swiper-pagination-progressbar.swiper-pagination-horizontal,\n .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,\n .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {\n width: 100%;\n height: var(--swiper-pagination-progressbar-size, 4px);\n left: 0;\n top: 0;\n }\n .swiper-vertical > .swiper-pagination-progressbar,\n .swiper-pagination-progressbar.swiper-pagination-vertical,\n .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,\n .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {\n width: var(--swiper-pagination-progressbar-size, 4px);\n height: 100%;\n left: 0;\n top: 0;\n }\n .swiper-pagination-lock {\n display: none;\n }\n :root {\n /*\n --swiper-scrollbar-border-radius: 10px;\n --swiper-scrollbar-top: auto;\n --swiper-scrollbar-bottom: 4px;\n --swiper-scrollbar-left: auto;\n --swiper-scrollbar-right: 4px;\n --swiper-scrollbar-sides-offset: 1%;\n --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);\n --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);\n --swiper-scrollbar-size: 4px;\n */\n }\n .swiper-scrollbar {\n border-radius: var(--swiper-scrollbar-border-radius, 10px);\n position: relative;\n touch-action: none;\n background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));\n }\n .swiper-scrollbar-disabled > .swiper-scrollbar,\n .swiper-scrollbar.swiper-scrollbar-disabled {\n display: none !important;\n }\n .swiper-horizontal > .swiper-scrollbar,\n .swiper-scrollbar.swiper-scrollbar-horizontal {\n position: absolute;\n left: var(--swiper-scrollbar-sides-offset, 1%);\n bottom: var(--swiper-scrollbar-bottom, 4px);\n top: var(--swiper-scrollbar-top, auto);\n z-index: 50;\n height: var(--swiper-scrollbar-size, 4px);\n width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));\n }\n .swiper-vertical > .swiper-scrollbar,\n .swiper-scrollbar.swiper-scrollbar-vertical {\n position: absolute;\n left: var(--swiper-scrollbar-left, auto);\n right: var(--swiper-scrollbar-right, 4px);\n top: var(--swiper-scrollbar-sides-offset, 1%);\n z-index: 50;\n width: var(--swiper-scrollbar-size, 4px);\n height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));\n }\n .swiper-scrollbar-drag {\n height: 100%;\n width: 100%;\n position: relative;\n background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));\n border-radius: var(--swiper-scrollbar-border-radius, 10px);\n left: 0;\n top: 0;\n }\n .swiper-scrollbar-cursor-drag {\n cursor: move;\n }\n .swiper-scrollbar-lock {\n display: none;\n }\n /* Zoom container styles start */\n .swiper-zoom-container {\n width: 100%;\n height: 100%;\n display: flex;\n justify-content: center;\n align-items: center;\n text-align: center;\n }\n .swiper-zoom-container > img,\n .swiper-zoom-container > svg,\n .swiper-zoom-container > canvas {\n max-width: 100%;\n max-height: 100%;\n object-fit: contain;\n }\n /* Zoom container styles end */\n .swiper-slide-zoomed {\n cursor: move;\n touch-action: none;\n }\n /* a11y */\n .swiper .swiper-notification {\n position: absolute;\n left: 0;\n top: 0;\n pointer-events: none;\n opacity: 0;\n z-index: -1000;\n }\n .swiper-free-mode > .swiper-wrapper {\n transition-timing-function: ease-out;\n margin: 0 auto;\n }\n .swiper-grid > .swiper-wrapper {\n flex-wrap: wrap;\n }\n .swiper-grid-column > .swiper-wrapper {\n flex-wrap: wrap;\n flex-direction: column;\n }\n .swiper-fade.swiper-free-mode .swiper-slide {\n transition-timing-function: ease-out;\n }\n .swiper-fade .swiper-slide {\n pointer-events: none;\n transition-property: opacity;\n }\n .swiper-fade .swiper-slide .swiper-slide {\n pointer-events: none;\n }\n .swiper-fade .swiper-slide-active {\n pointer-events: auto;\n }\n .swiper-fade .swiper-slide-active .swiper-slide-active {\n pointer-events: auto;\n }\n .swiper.swiper-cube {\n overflow: visible;\n }\n .swiper-cube .swiper-slide {\n pointer-events: none;\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n z-index: 1;\n visibility: hidden;\n transform-origin: 0 0;\n width: 100%;\n height: 100%;\n }\n .swiper-cube .swiper-slide .swiper-slide {\n pointer-events: none;\n }\n .swiper-cube.swiper-rtl .swiper-slide {\n transform-origin: 100% 0;\n }\n .swiper-cube .swiper-slide-active,\n .swiper-cube .swiper-slide-active .swiper-slide-active {\n pointer-events: auto;\n }\n .swiper-cube .swiper-slide-active,\n .swiper-cube .swiper-slide-next,\n .swiper-cube .swiper-slide-prev {\n pointer-events: auto;\n visibility: visible;\n }\n .swiper-cube .swiper-cube-shadow {\n position: absolute;\n left: 0;\n bottom: 0px;\n width: 100%;\n height: 100%;\n opacity: 0.6;\n z-index: 0;\n }\n .swiper-cube .swiper-cube-shadow:before {\n content: \"\";\n background: #000;\n position: absolute;\n left: 0;\n top: 0;\n bottom: 0;\n right: 0;\n filter: blur(50px);\n }\n .swiper-cube .swiper-slide-next + .swiper-slide {\n pointer-events: auto;\n visibility: visible;\n }\n /* Cube slide shadows start */\n .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,\n .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,\n .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,\n .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {\n z-index: 0;\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n }\n /* Cube slide shadows end */\n .swiper.swiper-flip {\n overflow: visible;\n }\n .swiper-flip .swiper-slide {\n pointer-events: none;\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n z-index: 1;\n }\n .swiper-flip .swiper-slide .swiper-slide {\n pointer-events: none;\n }\n .swiper-flip .swiper-slide-active,\n .swiper-flip .swiper-slide-active .swiper-slide-active {\n pointer-events: auto;\n }\n /* Flip slide shadows start */\n .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,\n .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,\n .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,\n .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {\n z-index: 0;\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n }\n /* Flip slide shadows end */\n .swiper-creative .swiper-slide {\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n overflow: hidden;\n transition-property: transform, opacity, height;\n }\n .swiper.swiper-cards {\n overflow: visible;\n }\n .swiper-cards .swiper-slide {\n transform-origin: center bottom;\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n overflow: hidden;\n }\n :root {\n --swiper-navigation-size:44px;\n }\n .swiper-button-next, .swiper-button-prev {\n position: absolute;\n top: var(--swiper-navigation-top-offset, 50%);\n width: calc(var(--swiper-navigation-size) / 44 * 27);\n height: var(--swiper-navigation-size);\n margin-top: calc(0px - var(--swiper-navigation-size) / 2);\n z-index: 10;\n cursor: pointer;\n display: flex;\n align-items: center;\n justify-content: center;\n color: var(--swiper-navigation-color, var(--swiper-theme-color));\n }\n .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {\n opacity: 0.35;\n cursor: auto;\n pointer-events: none;\n }\n .swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {\n opacity: 0;\n cursor: auto;\n pointer-events: none;\n }\n .swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {\n display: none !important;\n }\n .swiper-button-next svg, .swiper-button-prev svg {\n width: 100%;\n height: 100%;\n object-fit: contain;\n transform-origin: center;\n }\n .swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {\n transform: rotate(180deg);\n }\n .swiper-button-prev, .swiper-rtl .swiper-button-next {\n left: var(--swiper-navigation-sides-offset, 10px);\n right: auto;\n }\n .swiper-button-next, .swiper-rtl .swiper-button-prev {\n right: var(--swiper-navigation-sides-offset, 10px);\n left: auto;\n }\n .swiper-button-lock {\n display: none;\n }\n .swiper-button-next:after, .swiper-button-prev:after {\n font-family: swiper-icons;\n font-size: var(--swiper-navigation-size);\n text-transform: none !important;\n letter-spacing: 0;\n font-variant: initial;\n line-height: 1;\n }\n .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {\n content: \"prev\";\n }\n .swiper-button-next, .swiper-rtl .swiper-button-prev {\n right: var(--swiper-navigation-sides-offset, 10px);\n left: auto;\n }\n .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {\n content: \"next\";\n }\n .swiper-pagination {\n position: absolute;\n text-align: center;\n transition: 0.3s opacity;\n transform: translate3d(0, 0, 0);\n z-index: 10;\n }\n .swiper-pagination.swiper-pagination-hidden {\n opacity: 0;\n }\n .swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {\n display: none !important;\n }\n .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {\n bottom: var(--swiper-pagination-bottom, 8px);\n top: var(--swiper-pagination-top, auto);\n left: 0;\n width: 100%;\n }\n .swiper-pagination-bullets-dynamic {\n overflow: hidden;\n font-size: 0;\n }\n .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {\n transform: scale(0.33);\n position: relative;\n }\n .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {\n transform: scale(1);\n }\n .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {\n transform: scale(1);\n }\n .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {\n transform: scale(0.66);\n }\n .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {\n transform: scale(0.33);\n }\n .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {\n transform: scale(0.66);\n }\n .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {\n transform: scale(0.33);\n }\n .swiper-pagination-bullet {\n width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));\n height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));\n display: inline-block;\n border-radius: var(--swiper-pagination-bullet-border-radius, 50%);\n background: var(--swiper-pagination-bullet-inactive-color, #000);\n opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);\n }\n button.swiper-pagination-bullet {\n border: none;\n margin: 0;\n padding: 0;\n box-shadow: none;\n -webkit-appearance: none;\n appearance: none;\n }\n .swiper-pagination-clickable .swiper-pagination-bullet {\n cursor: pointer;\n }\n .swiper-pagination-bullet:only-child {\n display: none !important;\n }\n .swiper-pagination-bullet-active {\n opacity: var(--swiper-pagination-bullet-opacity, 1);\n background: var(--swiper-pagination-color, var(--swiper-theme-color));\n }\n .swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {\n right: var(--swiper-pagination-right, 8px);\n left: var(--swiper-pagination-left, auto);\n top: 50%;\n transform: translate3d(0px, -50%, 0);\n }\n .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {\n margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;\n display: block;\n }\n .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {\n top: 50%;\n transform: translateY(-50%);\n width: 8px;\n }\n .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {\n display: inline-block;\n transition: 0.2s transform, 0.2s top;\n }\n .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {\n margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);\n }\n .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {\n left: 50%;\n transform: translateX(-50%);\n white-space: nowrap;\n }\n .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {\n transition: 0.2s transform, 0.2s left;\n }\n .swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {\n transition: 0.2s transform, 0.2s right;\n }\n .swiper-pagination-fraction {\n color: var(--swiper-pagination-fraction-color, inherit);\n }\n .swiper-pagination-progressbar {\n background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));\n position: absolute;\n }\n .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {\n background: var(--swiper-pagination-color, var(--swiper-theme-color));\n position: absolute;\n left: 0;\n top: 0;\n width: 100%;\n height: 100%;\n transform: scale(0);\n transform-origin: left top;\n }\n .swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {\n transform-origin: right top;\n }\n .swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {\n width: 100%;\n height: var(--swiper-pagination-progressbar-size, 4px);\n left: 0;\n top: 0;\n }\n .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {\n width: var(--swiper-pagination-progressbar-size, 4px);\n height: 100%;\n left: 0;\n top: 0;\n }\n .swiper-pagination-lock {\n display: none;\n }\n .swiper-scrollbar {\n border-radius: var(--swiper-scrollbar-border-radius, 10px);\n position: relative;\n touch-action: none;\n background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));\n }\n .swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {\n display: none !important;\n }\n .swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {\n position: absolute;\n left: var(--swiper-scrollbar-sides-offset, 1%);\n bottom: var(--swiper-scrollbar-bottom, 4px);\n top: var(--swiper-scrollbar-top, auto);\n z-index: 50;\n height: var(--swiper-scrollbar-size, 4px);\n width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));\n }\n .swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {\n position: absolute;\n left: var(--swiper-scrollbar-left, auto);\n right: var(--swiper-scrollbar-right, 4px);\n top: var(--swiper-scrollbar-sides-offset, 1%);\n z-index: 50;\n width: var(--swiper-scrollbar-size, 4px);\n height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));\n }\n .swiper-scrollbar-drag {\n height: 100%;\n width: 100%;\n position: relative;\n background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));\n border-radius: var(--swiper-scrollbar-border-radius, 10px);\n left: 0;\n top: 0;\n }\n .swiper-scrollbar-cursor-drag {\n cursor: move;\n }\n .swiper-scrollbar-lock {\n display: none;\n }\n}"]}
|
|
1
|
+
{"version":3,"sources":["before-components.scss"],"names":[],"mappings":"AAAA;EACE,2EAA2E,CAO3E,KAEE,6BAA8B,CAD9B,gBAEF,CAMA,KACE,QACF,CAIA,KACE,aACF,CAKA,GACE,aAAc,CACd,cACF,CAOA,GACE,sBAAuB,CACvB,QAAS,CACT,gBACF,CAKA,IACE,+BAAiC,CACjC,aACF,CAMA,EACE,4BACF,CAKA,YACE,kBAAmB,CACnB,yBAA0B,CAC1B,gCACF,CAIA,SAEE,kBACF,CAKA,cAGE,+BAAiC,CACjC,aACF,CAIA,MACE,aACF,CAKA,QAEE,aAAc,CACd,aAAc,CACd,iBAAkB,CAClB,uBACF,CACA,IACE,aACF,CACA,IACE,SACF,CAMA,IACE,iBACF,CAOA,sCAME,cAAe,CACf,gBAAiB,CACjB,QACF,CAKA,aAEE,gBACF,CAKA,cAEE,mBACF,CAIA,gDAIE,yBACF,CAIA,wHAIE,iBAAkB,CAClB,SACF,CAIA,4GAIE,6BACF,CAIA,SACE,0BACF,CAOA,OACE,qBAAsB,CACtB,aAAc,CACd,aAAc,CACd,cAAe,CACf,SAAU,CACV,kBACF,CAIA,SACE,uBACF,CAIA,SACE,aACF,CAKA,6BAEE,qBAAsB,CACtB,SACF,CAIA,kFAEE,WACF,CAKA,cACE,4BAA6B,CAC7B,mBACF,CAIA,yCACE,uBACF,CAKA,6BACE,yBAA0B,CAC1B,YACF,CAMA,QACE,aACF,CAIA,QACE,iBACF,CAYA,kBACE,YACF,CACA,gHAOE,+BAAmC,CACnC,oCAAqC,CACrC,mCAAoC,CACpC,iCAAkC,CAClC,uCAAwC,CACxC,uCAAwC,CACxC,4BAAgC,CAChC,iCAAkC,CAClC,gCAAiC,CACjC,2BAA+B,CAC/B,6BAAiC,CACjC,gCAAiC,CACjC,8BAA+B,CAC/B,yBAA6B,CAC7B,8BAA+B,CAC/B,6BAA8B,CAC9B,wBAA4B,CAC5B,0BAA8B,CAC9B,0BAA8B,CAC9B,0BAA8B,CAC9B,4BAA6B,CAC7B,4BAA6B,CAC7B,4BAA6B,CAC7B,4BAA6B,CAC7B,4BAA6B,CAC7B,8CAA0D,CAC1D,0CAAsD,CACtD,yCAAqD,CACrD,0CAAsD,CACtD,0BAA8B,CAC9B,0BAA8B,CAC9B,4BAAgC,CAChC,6BAA8B,CAC9B,kCAAmC,CACnC,+BAAgC,CAChC,2BAA+B,CAC/B,+BAAgC,CAChC,yBAA6B,CAC7B,yBAA6B,CAC7B,0BAA2B,CAC3B,2BAA4B,CAC5B,0BAA8B,CAC9B,gCAAiC,CACjC,6BAA8B,CAC9B,yBAA6B,CAC7B,6BAA8B,CAC9B,yBAA6B,CAC7B,2BAA+B,CAC/B,0BAA8B,CAC9B,yBAA6B,CAC7B,2BAA4B,CAC5B,+BACF,CACA,qGAME,kCAAmC,CACnC,iCAAqC,CACrC,gCAAoC,CACpC,iCAAkC,CAClC,uCAAwC,CACxC,uCAAwC,CACxC,+BAAgC,CAChC,iCAAkC,CAClC,gCAAiC,CACjC,2BAA+B,CAC/B,gCAAiC,CACjC,6BAAiC,CACjC,8BAA+B,CAC/B,yBAA6B,CAC7B,8BAA+B,CAC/B,6BAA8B,CAC9B,wBAA4B,CAC5B,6BAA8B,CAC9B,0BAA8B,CAC9B,0BAA8B,CAC9B,4BAA6B,CAC7B,4BAA6B,CAC7B,4BAA6B,CAC7B,4BAA6B,CAC7B,4BAA6B,CAC7B,4CAAiD,CACjD,wCAA6C,CAC7C,uCAA4C,CAC5C,wCAA6C,CAC7C,0BAA8B,CAC9B,0BAA8B,CAC9B,4BAAgC,CAChC,6BAA8B,CAC9B,+BAAmC,CACnC,4BAAgC,CAChC,2BAA+B,CAC/B,+BAAgC,CAChC,yBAA6B,CAC7B,yBAA6B,CAC7B,0BAA2B,CAC3B,2BAA4B,CAC5B,0BAA8B,CAC9B,6BAAiC,CACjC,0BAA8B,CAC9B,yBAA6B,CAC7B,6BAA8B,CAC9B,yBAA6B,CAC7B,2BAA+B,CAC/B,0BAA8B,CAC9B,yBAA6B,CAC7B,2BAA4B,CAC5B,+BACF,CACA,KACE,cACF,CACA,UAIE,qBAAsB,CACtB,8BAA+B,CAF/B,QAAS,CADT,SAIF,CACA,KAEE,gDAAiD,CAEjD,+BAAgC,CADhC,mEAA0E,CAF1E,iBAIF,CAOA,iBACE,qBACF,CACA,YACE,mCAAwC,CACxC,+BACF,CACA,OACE,QACF,CACA,wLAUE,8CAA+C,CAC/C,kBACF,CACA,wQAUE,8CAA+C,CAC/C,kBACF,CACA,gYAWE,yBAA0B,CAD1B,eAEF,CACA,sBACE,YACF,CACA,4GAIE,cACF,CACA,EACE,oBACF,CACA,qBAcE,8BAA+B,CAC/B,+BAAgC,CAEhC,uBAAwB,CACxB,eAAgB,CAXhB,sBAAuB,CALvB,0BAA2B,CAO3B,aAAc,CACd,YAAa,CAEb,kBAAmB,CATnB,QAAS,CAGT,gBAAiB,CAFjB,SAAU,CACV,UAeF,CACA,yDAEE,QAAS,CACT,SACF,CACA,QACE,eACF,CACA,MACE,wBACF,CACA,WACE,kBACF,CACA,GACE,kBACF,CACA,wCACE,wBACF,CACA,SACE,sBACF,CACA,sCAKE,mBAAoB,CACpB,iBAAkB,CAClB,mBACF,CACA,SAGE,QAAS,CAFT,QAAS,CACT,SAEF,CACA,kBAGE,eAAiB,CADjB,qBAAsB,CADtB,YAGF,CACA,GACE,kBAAmB,CAEnB,eAAgB,CAChB,uBAAyB,CAFzB,kBAGF,CACA,oCACE,GACE,gBAAiB,CAEjB,eAAgB,CAChB,wBAA0B,CAF1B,oBAGF,CACF,CACA,qCACE,GACE,kBAAmB,CAEnB,eAAgB,CAChB,wBAA0B,CAF1B,kBAGF,CACF,CACA,GACE,iBAAkB,CAElB,eAAgB,CAChB,wBAA0B,CAF1B,gBAGF,CACA,oCACE,GACE,kBAAmB,CAEnB,eAAgB,CAChB,uBAAyB,CAFzB,kBAGF,CACF,CACA,qCACE,GACE,gBAAiB,CAEjB,eAAgB,CAChB,wBAA0B,CAF1B,oBAGF,CACF,CACA,GACE,gBAAiB,CAEjB,eAAgB,CAChB,wBAA0B,CAF1B,mBAGF,CACA,oCACE,GACE,iBAAkB,CAElB,eAAgB,CAChB,wBAA0B,CAF1B,gBAGF,CACF,CACA,GACE,cAAe,CAEf,eAAgB,CAChB,yBAA2B,CAF3B,mBAGF,CACA,oCACE,GACE,gBAAiB,CAEjB,eAAgB,CAChB,uBAAyB,CAFzB,mBAGF,CACF,CACA,GACE,cAAe,CAEf,eAAgB,CAChB,yBAA2B,CAF3B,mBAGF,CACA,oCACE,GACE,kBAAmB,CAEnB,eAAgB,CAChB,wBAA0B,CAF1B,oBAGF,CACF,CACA,GACE,kBAAmB,CAEnB,eAAgB,CAChB,wBAA0B,CAF1B,oBAGF,CACA,wBAGE,eAAiB,CADjB,qBAAsB,CADtB,YAGF,CACA,IACE,kBAAmB,CAEnB,eAAgB,CAChB,uBAAyB,CAFzB,kBAGF,CACA,oCACE,IACE,gBAAiB,CAEjB,eAAgB,CAChB,wBAA0B,CAF1B,oBAGF,CACF,CACA,qCACE,IACE,kBAAmB,CAEnB,eAAgB,CAChB,wBAA0B,CAF1B,kBAGF,CACF,CACA,IACE,iBAAkB,CAElB,eAAgB,CAChB,wBAA0B,CAF1B,gBAGF,CACA,oCACE,IACE,kBAAmB,CAEnB,eAAgB,CAChB,uBAAyB,CAFzB,kBAGF,CACF,CACA,qCACE,IACE,gBAAiB,CAEjB,eAAgB,CAChB,wBAA0B,CAF1B,oBAGF,CACF,CACA,IACE,gBAAiB,CAEjB,eAAgB,CAChB,wBAA0B,CAF1B,mBAGF,CACA,oCACE,IACE,iBAAkB,CAElB,eAAgB,CAChB,wBAA0B,CAF1B,gBAGF,CACF,CACA,IACE,cAAe,CAEf,eAAgB,CAChB,yBAA2B,CAF3B,mBAGF,CACA,oCACE,IACE,gBAAiB,CAEjB,eAAgB,CAChB,uBAAyB,CAFzB,mBAGF,CACF,CACA,IACE,cAAe,CAEf,eAAgB,CAChB,yBAA2B,CAF3B,mBAGF,CACA,oCACE,IACE,kBAAmB,CAEnB,eAAgB,CAChB,wBAA0B,CAF1B,oBAGF,CACF,CACA,IACE,kBAAmB,CAEnB,eAAgB,CAChB,wBAA0B,CAF1B,oBAGF,CACA,iCAGE,eAAiB,CADjB,sBAAuB,CADvB,YAGF,CACA,WACE,gBAAiB,CAEjB,eAAgB,CAChB,wBAA0B,CAF1B,oBAGF,CACA,qCACE,WACE,iBAAkB,CAElB,eAAgB,CAChB,wBAA0B,CAF1B,oBAGF,CACF,CACA,WACE,gBAAiB,CAEjB,eAAgB,CAChB,wBAA0B,CAF1B,oBAGF,CACA,oCACE,WACE,cAAe,CAEf,eAAgB,CAChB,wBAA0B,CAF1B,mBAGF,CACF,CACA,WACE,gBAAiB,CAEjB,eAAgB,CAChB,wBAA0B,CAF1B,oBAGF,CACA,oCACE,WACE,kBAAmB,CAEnB,eAAgB,CAChB,wBAA0B,CAF1B,kBAGF,CACF,CACA,qCACE,WACE,iBAAkB,CAElB,eAAgB,CAChB,wBAA0B,CAF1B,mBAGF,CACF,CACA,EAEE,qBAAsB,CADtB,YAEF,CACA,oCACE,EACE,cAAe,CAEf,eAAgB,CAChB,yBAA2B,CAF3B,kBAGF,CACF,CACA,EACE,kBAAmB,CAEnB,eAAgB,CAChB,wBAA0B,CAF1B,oBAGF,CACA,oCACE,EACE,iBAAkB,CAElB,eAAgB,CAChB,wBAA0B,CAF1B,oBAGF,CACF,CACA,IACE,mCACF,CACA,oCACE,EACE,cAAe,CAEf,eAAgB,CAChB,yBAA2B,CAF3B,kBAGF,CACF,CACA,EACE,kBAAmB,CAEnB,eAAgB,CAChB,wBAA0B,CAF1B,oBAGF,CACA,oCACE,EACE,iBAAkB,CAElB,eAAgB,CAChB,wBAA0B,CAF1B,oBAGF,CACF,CACA,KACE,iBACF,CACA,GAGE,QAAS,CACT,+CAAgD,CAFhD,qBAAsB,CADtB,kBAIF,CAIA,WAFE,cAQF,CANA,SAGE,kBAAqB,CACrB,qBAEF,CACA,oCACE,SAGE,cAAe,CAEf,eAAgB,CAChB,yBAA2B,CAF3B,kBAGF,CACF,CACA,SAGE,kBAAmB,CAEnB,eAAgB,CAChB,wBAA0B,CAF1B,oBAGF,CACA,oCACE,SAGE,iBAAkB,CAElB,eAAgB,CAChB,wBAA0B,CAF1B,oBAGF,CACF,CACA,GACE,sBACF,CACA,MACE,oBACF,CACA,SACE,sBACF,CACA,4BAEE,qBACF,CACA,wDAEE,kBACF,CACA,0DAEE,sBACF,CACA,sFAEE,mBACF,CACA,eACE,eAAgB,CAChB,8BAAgC,CAEhC,QAAS,CADT,cAAe,CAEf,SACF,CACA,kBACE,eAEF,CACA,yBACE,WAAY,CAGZ,QAAS,CAFT,iBAAkB,CAClB,OAEF,CACA,aACE,8BACF,CACA,gBACE,sBACF,CACA,mBACE,sBACF,CACA,aACE,gCACF,CACA,gBACE,oBACF,CACA,mBACE,sBACF,CACA,gBAEE,2BAA4B,CAD5B,oBAEF,CACA,aACE,eAAgB,CAChB,8BAAgC,CAEhC,QAAS,CADT,cAAe,CAEf,SACF,CACA,gBACE,eAEF,CACA,uBACE,WAAY,CAGZ,QAAS,CAFT,iBAAkB,CAClB,OAEF,CACA,gBACE,oBACF,CACA,iCACE,oBACF,CACA,gCACE,8BACF,CAaA,WACE,wBAA2B,CAG3B,iBAAkB,CADlB,eAAgB,CADhB,4rEAGF,CAEA,MACE,4BAKF,CACA,MAEE,aAAc,CACd,gBAAiB,CACjB,iBAAkB,CAHlB,iBAAkB,CAIlB,SACF,CACA,QASE,aAAc,CAJd,eAAgB,CAJhB,gBAAiB,CACjB,iBAAkB,CAElB,eAAgB,CAEhB,SAAU,CAHV,iBAAkB,CAKlB,SAEF,CACA,iCACE,qBACF,CACA,gBAQE,sBAAuB,CAHvB,YAAa,CAFb,WAAY,CAFZ,iBAAkB,CAKlB,6BAA8B,CAC9B,mFAAqF,CALrF,UAAW,CAEX,SAKF,CACA,wEAGE,uBACF,CACA,mBACE,kBACF,CACA,iBACE,kBACF,CACA,cAME,aAAc,CALd,aAAc,CAEd,WAAY,CACZ,iBAAkB,CAClB,6BAA8B,CAH9B,UAKF,CACA,8BACE,iBACF,CAEA,oDAEE,WACF,CACA,mCACE,sBAAuB,CACvB,oCACF,CACA,sCAEE,kCAAmC,CACnC,0BAA2B,CAF3B,uBAGF,CAEA,2CACE,kBACF,CACA,2BACE,2BACF,CACA,WACE,kBACF,CACA,wDAEE,2BACF,CAEA,iCAIE,uBAAwB,CAHxB,aAAc,CACd,oBAIF,CACA,oDACE,YACF,CACA,+CACE,6BACF,CACA,mDACE,4BACF,CACA,iDACE,4BACF,CACA,kDACE,qBACF,CACA,gEACE,sBACF,CACA,wDACE,UAAW,CACX,aAAc,CACd,UACF,CACA,+DACE,+BAAgC,CAChC,uBACF,CACA,6FACE,wDACF,CACA,0EACE,WAAY,CACZ,cAAe,CACf,yCACF,CACA,2FACE,uDACF,CACA,wEAGE,0CAA2C,CAD3C,aAAc,CADd,UAGF,CAGA,sLAcE,WAAY,CAHZ,MAAO,CAIP,mBAAoB,CALpB,iBAAkB,CAElB,KAAM,CACN,UAAW,CAGX,UACF,CACA,gCACE,0BACF,CACA,qCACE,mEACF,CACA,sCACE,kEACF,CACA,oCACE,iEACF,CACA,uCACE,mEACF,CACA,uBAaE,wEAA6B,CAD7B,iBAAkB,CAClB,gCAA6B,CAH7B,qBAAsB,CARtB,WAAY,CAEZ,QAAS,CAET,iBAAkB,CAClB,gBAAiB,CAJjB,iBAAkB,CAElB,OAAQ,CAIR,oBAAqB,CARrB,UAAW,CAOX,UAMF,CACA,+HAEE,kDACF,CACA,6BACE,6BACF,CACA,6BACE,6BACF,CACA,iCACE,GACE,sBACF,CACA,GACE,uBACF,CACF,CAEA,8BACE,kCAAmC,CACnC,uBACF,CACA,sDACE,UAAW,CAEX,MAAO,CAEP,mBAAoB,CAHpB,iBAAkB,CAElB,KAEF,CACA,wEACE,UAAW,CACX,gCACF,CACA,sEAEE,iCAAkC,CADlC,SAEF,CAuUA,uBAKE,kBAAmB,CAFnB,YAAa,CADb,WAAY,CAEZ,sBAAuB,CAEvB,iBAAkB,CALlB,UAMF,CACA,oFAIE,eAAgB,CADhB,cAAe,CAEf,kBACF,CAEA,qBACE,WAAY,CACZ,iBACF,CAEA,6BAEE,MAAO,CAGP,SAAU,CADV,mBAAoB,CAHpB,iBAAkB,CAElB,KAAM,CAGN,aACF,CACA,kCAEE,aAAc,CADd,mCAEF,CACA,6BACE,cACF,CACA,oCAEE,qBAAsB,CADtB,cAEF,CACA,4CACE,mCACF,CACA,2BACE,mBAAoB,CACpB,2BACF,CACA,yCACE,mBACF,CAIA,yFACE,mBACF,CACA,oBACE,gBACF,CACA,2BAEE,kCAAmC,CACnC,0BAA2B,CAK3B,WAAY,CAPZ,mBAAoB,CAKpB,oBAAqB,CADrB,iBAAkB,CAElB,UAAW,CAHX,SAKF,CACA,yCACE,mBACF,CACA,sCACE,uBACF,CACA,yFAEE,mBACF,CACA,kGAGE,mBAAoB,CACpB,kBACF,CACA,iCAGE,QAAW,CAEX,WAAY,CAHZ,MAAO,CAIP,UAAY,CALZ,iBAAkB,CAGlB,UAAW,CAGX,SACF,CACA,wCAEE,eAAgB,CAIhB,QAAS,CALT,UAAW,CAOX,iBAAkB,CAJlB,MAAO,CADP,iBAAkB,CAIlB,OAAQ,CAFR,KAIF,CACA,8CACE,mBAAoB,CACpB,kBACF,CAEA,kQAKE,kCAAmC,CACnC,0BAA2B,CAF3B,SAGF,CAEA,oBACE,gBACF,CACA,2BAEE,kCAAmC,CACnC,0BAA2B,CAF3B,mBAAoB,CAGpB,SACF,CACA,yCACE,mBACF,CACA,yFAEE,mBACF,CAEA,kQAKE,kCAAmC,CACnC,0BAA2B,CAF3B,SAGF,CAEA,+BACE,kCAAmC,CACnC,0BAA2B,CAC3B,eAAgB,CAChB,4CACF,CACA,qBACE,gBACF,CACA,4BAEE,kCAAmC,CACnC,0BAA2B,CAC3B,eAAgB,CAHhB,8BAIF,CACA,MACE,6BACF,CACA,wCASE,kBAAmB,CAEnB,8DAAgE,CAJhE,cAAe,CACf,YAAa,CAJb,oCAAqC,CAMrC,sBAAuB,CALvB,sDAAyD,CAJzD,iBAAkB,CAClB,2CAA6C,CAC7C,+CAAoD,CAGpD,UAMF,CACA,sFAEE,WAAY,CADZ,WAAa,CAEb,mBACF,CACA,kFAEE,WAAY,CADZ,SAAU,CAEV,mBACF,CACA,gGACE,sBACF,CACA,gDAEE,WAAY,CACZ,kBAAmB,CACnB,uBAAwB,CAHxB,UAIF,CACA,wEACE,wBACF,CACA,oDACE,+CAAiD,CACjD,UACF,CAKA,oBACE,YACF,CACA,oDACE,wBAAyB,CACzB,uCAAwC,CAGxC,mBAAqB,CADrB,gBAAiB,CAEjB,aAAc,CAHd,6BAIF,CACA,gEACE,cACF,CACA,oDAEE,SAAU,CADV,gDAEF,CACA,gEACE,cACF,CACA,mBACE,iBAAkB,CAClB,iBAAkB,CAElB,uBAA+B,CAD/B,sBAAwB,CAExB,UACF,CACA,4CACE,SACF,CACA,6FACE,sBACF,CACA,4JACE,0CAA4C,CAE5C,MAAO,CADP,qCAAuC,CAEvC,UACF,CACA,mCAEE,WAAY,CADZ,eAEF,CACA,6DAEE,iBAAkB,CADlB,oBAEF,CAIA,6IACE,kBACF,CACA,yEACE,oBACF,CACA,8EACE,oBACF,CACA,yEACE,oBACF,CACA,8EACE,oBACF,CACA,0BAKE,8DAAgE,CADhE,+DAAiE,CADjE,oBAAqB,CADrB,sFAAyF,CAIzF,2DAA8D,CAL9D,oFAMF,CACA,gCAKE,uBAAwB,CACxB,eAAgB,CALhB,WAAY,CAGZ,eAAgB,CAFhB,QAAS,CACT,SAIF,CACA,uDACE,cACF,CACA,qCACE,sBACF,CACA,iCAEE,mEAAqE,CADrE,iDAEF,CACA,kGAEE,uCAAyC,CADzC,wCAA0C,CAE1C,OAAQ,CACR,+BACF,CACA,sJAEE,aAAc,CADd,yDAEF,CACA,sKACE,OAAQ,CACR,0BAA2B,CAC3B,SACF,CACA,0NACE,oBAAqB,CACrB,gCACF,CACA,0JACE,2DACF,CACA,0KACE,QAAS,CACT,0BAA2B,CAC3B,kBACF,CACA,8NACE,iCACF,CACA,2FACE,kCACF,CACA,4BACE,qDACF,CACA,+BACE,wEAA8E,CAC9E,iBACF,CACA,mEACE,mEAAqE,CAKrE,WAAY,CAHZ,MAAO,CADP,iBAAkB,CAElB,KAAM,CAGN,kBAAmB,CACnB,yBAA0B,CAH1B,UAIF,CACA,+EACE,0BACF,CACA,sSAEE,oDAAsD,CACtD,MAAO,CACP,KAAM,CAHN,UAIF,CACA,sSAEE,WAAY,CACZ,MAAO,CACP,KAAM,CAHN,mDAIF,CACA,wBACE,YACF,CACA,kBAIE,0DAAgE,CAHhE,wDAA0D,CAC1D,iBAAkB,CAClB,iBAEF,CACA,yFACE,sBACF,CACA,mFAGE,yCAA2C,CAG3C,uCAAyC,CAJzC,4CAA8C,CAD9C,iBAAkB,CAGlB,oCAAsC,CAGtC,6DAAgE,CAFhE,UAGF,CACA,+EAOE,8DAAiE,CALjE,sCAAwC,CADxC,iBAAkB,CAElB,uCAAyC,CACzC,2CAA6C,CAE7C,sCAAwC,CADxC,UAGF,CACA,uBAIE,+DAAqE,CACrE,wDAA0D,CAJ1D,WAAY,CAKZ,MAAO,CAHP,iBAAkB,CAIlB,KAAM,CALN,UAMF,CACA,8BACE,WACF,CACA,uBACE,YACF,CACF","file":"before-components.css","sourcesContent":["@layer base {\n /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */\n /* Document\n ========================================================================== */\n /**\n * 1. Correct the line height in all browsers.\n * 2. Prevent adjustments of font size after orientation changes in iOS.\n */\n html {\n line-height: 1.15; /* 1 */\n -webkit-text-size-adjust: 100%; /* 2 */\n }\n /* Sections\n ========================================================================== */\n /**\n * Remove the margin in all browsers.\n */\n body {\n margin: 0;\n }\n /**\n * Render the `main` element consistently in IE.\n */\n main {\n display: block;\n }\n /**\n * Correct the font size and margin on `h1` elements within `section` and\n * `article` contexts in Chrome, Firefox, and Safari.\n */\n h1 {\n font-size: 2em;\n margin: 0.67em 0;\n }\n /* Grouping content\n ========================================================================== */\n /**\n * 1. Add the correct box sizing in Firefox.\n * 2. Show the overflow in Edge and IE.\n */\n hr {\n box-sizing: content-box; /* 1 */\n height: 0; /* 1 */\n overflow: visible; /* 2 */\n }\n /**\n * 1. Correct the inheritance and scaling of font size in all browsers.\n * 2. Correct the odd `em` font sizing in all browsers.\n */\n pre {\n font-family: monospace, monospace; /* 1 */\n font-size: 1em; /* 2 */\n }\n /* Text-level semantics\n ========================================================================== */\n /**\n * Remove the gray background on active links in IE 10.\n */\n a {\n background-color: transparent;\n }\n /**\n * 1. Remove the bottom border in Chrome 57-\n * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.\n */\n abbr[title] {\n border-bottom: none; /* 1 */\n text-decoration: underline; /* 2 */\n text-decoration: underline dotted; /* 2 */\n }\n /**\n * Add the correct font weight in Chrome, Edge, and Safari.\n */\n b,\n strong {\n font-weight: bolder;\n }\n /**\n * 1. Correct the inheritance and scaling of font size in all browsers.\n * 2. Correct the odd `em` font sizing in all browsers.\n */\n code,\n kbd,\n samp {\n font-family: monospace, monospace; /* 1 */\n font-size: 1em; /* 2 */\n }\n /**\n * Add the correct font size in all browsers.\n */\n small {\n font-size: 80%;\n }\n /**\n * Prevent `sub` and `sup` elements from affecting the line height in\n * all browsers.\n */\n sub,\n sup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n }\n sub {\n bottom: -0.25em;\n }\n sup {\n top: -0.5em;\n }\n /* Embedded content\n ========================================================================== */\n /**\n * Remove the border on images inside links in IE 10.\n */\n img {\n border-style: none;\n }\n /* Forms\n ========================================================================== */\n /**\n * 1. Change the font styles in all browsers.\n * 2. Remove the margin in Firefox and Safari.\n */\n button,\n input,\n optgroup,\n select,\n textarea {\n font-family: inherit; /* 1 */\n font-size: 100%; /* 1 */\n line-height: 1.15; /* 1 */\n margin: 0; /* 2 */\n }\n /**\n * Show the overflow in IE.\n * 1. Show the overflow in Edge.\n */\n button,\n input { /* 1 */\n overflow: visible;\n }\n /**\n * Remove the inheritance of text transform in Edge, Firefox, and IE.\n * 1. Remove the inheritance of text transform in Firefox.\n */\n button,\n select { /* 1 */\n text-transform: none;\n }\n /**\n * Correct the inability to style clickable types in iOS and Safari.\n */\n button,\n [type=button],\n [type=reset],\n [type=submit] {\n -webkit-appearance: button;\n }\n /**\n * Remove the inner border and padding in Firefox.\n */\n button::-moz-focus-inner,\n [type=button]::-moz-focus-inner,\n [type=reset]::-moz-focus-inner,\n [type=submit]::-moz-focus-inner {\n border-style: none;\n padding: 0;\n }\n /**\n * Restore the focus styles unset by the previous rule.\n */\n button:-moz-focusring,\n [type=button]:-moz-focusring,\n [type=reset]:-moz-focusring,\n [type=submit]:-moz-focusring {\n outline: 1px dotted ButtonText;\n }\n /**\n * Correct the padding in Firefox.\n */\n fieldset {\n padding: 0.35em 0.75em 0.625em;\n }\n /**\n * 1. Correct the text wrapping in Edge and IE.\n * 2. Correct the color inheritance from `fieldset` elements in IE.\n * 3. Remove the padding so developers are not caught out when they zero out\n * `fieldset` elements in all browsers.\n */\n legend {\n box-sizing: border-box; /* 1 */\n color: inherit; /* 2 */\n display: table; /* 1 */\n max-width: 100%; /* 1 */\n padding: 0; /* 3 */\n white-space: normal; /* 1 */\n }\n /**\n * Add the correct vertical alignment in Chrome, Firefox, and Opera.\n */\n progress {\n vertical-align: baseline;\n }\n /**\n * Remove the default vertical scrollbar in IE 10+.\n */\n textarea {\n overflow: auto;\n }\n /**\n * 1. Add the correct box sizing in IE 10.\n * 2. Remove the padding in IE 10.\n */\n [type=checkbox],\n [type=radio] {\n box-sizing: border-box; /* 1 */\n padding: 0; /* 2 */\n }\n /**\n * Correct the cursor style of increment and decrement buttons in Chrome.\n */\n [type=number]::-webkit-inner-spin-button,\n [type=number]::-webkit-outer-spin-button {\n height: auto;\n }\n /**\n * 1. Correct the odd appearance in Chrome and Safari.\n * 2. Correct the outline style in Safari.\n */\n [type=search] {\n -webkit-appearance: textfield; /* 1 */\n outline-offset: -2px; /* 2 */\n }\n /**\n * Remove the inner padding in Chrome and Safari on macOS.\n */\n [type=search]::-webkit-search-decoration {\n -webkit-appearance: none;\n }\n /**\n * 1. Correct the inability to style clickable types in iOS and Safari.\n * 2. Change font properties to `inherit` in Safari.\n */\n ::-webkit-file-upload-button {\n -webkit-appearance: button; /* 1 */\n font: inherit; /* 2 */\n }\n /* Interactive\n ========================================================================== */\n /*\n * Add the correct display in Edge, IE 10+, and Firefox.\n */\n details {\n display: block;\n }\n /*\n * Add the correct display in all browsers.\n */\n summary {\n display: list-item;\n }\n /* Misc\n ========================================================================== */\n /**\n * Add the correct display in IE 10+.\n */\n template {\n display: none;\n }\n /**\n * Add the correct display in IE 10.\n */\n [hidden] {\n display: none;\n }\n :root,\n .is-light,\n .bg-white,\n #root.is-light,\n #root-modals.is-light,\n #root-tooltips.is-light,\n #root-dropdowns.is-light {\n --color-background-primary: #ffffff;\n --color-background-secondary: #f4f4f4;\n --color-background-contrast: #141414;\n --color-background-accent: #fff6ed;\n --color-background-accent1-blog: #fff6cc;\n --color-background-accent2-blog: #eee7f7;\n --color-surface-primary: #ffffff;\n --color-surface-secondary: #ff7900;\n --color-surface-tertiary: #f16e00;\n --color-surface-subtle: #eeeeee;\n --color-surface-moderate: #dddddd;\n --color-surface-contrast: #141414;\n --color-surface-accent: #fff6ed;\n --color-fill-primary: #ffffff;\n --color-fill-secondary: #ff7900;\n --color-fill-tertiary: #f16e00;\n --color-fill-subtle: #eeeeee;\n --color-fill-moderate: #dddddd;\n --color-fill-disabled: #cccccc;\n --color-fill-contrast: #000000;\n --color-fill-accent1: #4bb4e6;\n --color-fill-accent2: #50be87;\n --color-fill-accent3: #ffb4e6;\n --color-fill-accent4: #a885d8;\n --color-fill-accent5: #ffd200;\n --color-fill-information: rgba(65, 112, 216, 0.0784313725);\n --color-fill-positive: rgba(34, 135, 34, 0.0784313725);\n --color-fill-warning: rgba(255, 204, 0, 0.0784313725);\n --color-fill-negative: rgba(205, 60, 20, 0.0784313725);\n --color-border-subtle: #dddddd;\n --color-border-strong: #cccccc;\n --color-border-contrast: #000000;\n --color-border-accent: #f16e00;\n --color-border-information: #4170d8;\n --color-border-positive: #228722;\n --color-border-warning: #ffcc00;\n --color-border-negative: #cd3c14;\n --color-icon-default: #000000;\n --color-icon-inverse: #ffffff;\n --color-icon-brand: #f16e00;\n --color-icon-accent: #ffc48f;\n --color-icon-disabled: #cccccc;\n --color-icon-information: #4170d8;\n --color-icon-positive: #228722;\n --color-icon-warning: #ffcc00;\n --color-icon-negative: #cd3c14;\n --color-text-default: #000000;\n --color-text-secondary: #000000;\n --color-text-disabled: #cccccc;\n --color-text-inverse: #ffffff;\n --color-text-accent: #f16e00;\n color: var(--color-text-default);\n }\n .is-dark,\n .bg-black,\n #root.is-dark,\n #root-modals.is-dark,\n #root-tooltips.is-dark,\n #root-dropdowns.is-dark {\n --color-background-primary: #141414;\n --color-background-secondary: #333333;\n --color-background-contrast: #ffffff;\n --color-background-accent: #2b1a10;\n --color-background-accent1-blog: #62342d;\n --color-background-accent2-blog: #2b1a10;\n --color-surface-primary: #141414;\n --color-surface-secondary: #ff7900;\n --color-surface-tertiary: #f16e00;\n --color-surface-subtle: #333333;\n --color-surface-moderate: #595959;\n --color-surface-contrast: #ffffff;\n --color-surface-accent: #2b1a10;\n --color-fill-primary: #000000;\n --color-fill-secondary: #ff7900;\n --color-fill-tertiary: #f16e00;\n --color-fill-subtle: #333333;\n --color-fill-moderate: #595959;\n --color-fill-disabled: #666666;\n --color-fill-contrast: #ffffff;\n --color-fill-accent1: #4bb4e6;\n --color-fill-accent2: #50be87;\n --color-fill-accent3: #ffb4e6;\n --color-fill-accent4: #a885d8;\n --color-fill-accent5: #ffd200;\n --color-fill-information: rgba(65, 112, 216, 0.2);\n --color-fill-positive: rgba(34, 135, 34, 0.2);\n --color-fill-warning: rgba(255, 204, 0, 0.2);\n --color-fill-negative: rgba(205, 60, 20, 0.2);\n --color-border-subtle: #333333;\n --color-border-strong: #666666;\n --color-border-contrast: #ffffff;\n --color-border-accent: #ff7900;\n --color-border-information: #6699ff;\n --color-border-positive: #66cc66;\n --color-border-warning: #ffcc00;\n --color-border-negative: #ff4d4d;\n --color-icon-default: #ffffff;\n --color-icon-inverse: #000000;\n --color-icon-brand: #ff7900;\n --color-icon-accent: #da8436;\n --color-icon-disabled: #666666;\n --color-icon-information: #6699ff;\n --color-icon-positive: #66cc66;\n --color-icon-warning: #ffcc00;\n --color-icon-negative: #ff4d4d;\n --color-text-default: #ffffff;\n --color-text-secondary: #cccccc;\n --color-text-disabled: #666666;\n --color-text-inverse: #000000;\n --color-text-accent: #ff7900;\n color: var(--color-text-default);\n }\n html {\n font-size: 16px;\n }\n html,\n body {\n padding: 0;\n margin: 0;\n text-size-adjust: 100%;\n -webkit-font-smoothing: initial;\n }\n body {\n position: relative;\n background-color: var(--color-background-primary);\n font-family: 'OrangeSK Neue', Helvetica Neue, helvetica, arial, sans-serif;\n color: var(--color-text-default);\n }\n * {\n box-sizing: border-box;\n }\n *::after {\n box-sizing: border-box;\n }\n *::before {\n box-sizing: border-box;\n }\n ::selection {\n background-color: rgba(241, 110, 0, 0.9);\n color: var(--color-text-default);\n }\n iframe {\n border: 0;\n }\n a[href]:focus,\n area[href]:focus,\n input:focus,\n select:focus,\n textarea:focus,\n button:focus,\n [type=button]:focus,\n iframe:focus,\n [tabindex]:not([tabindex=\"-1\"]):focus,\n [contentEditable=true]:focus {\n outline: 2px solid var(--color-border-contrast);\n outline-offset: 2px;\n }\n a[href]:focus-visible,\n area[href]:focus-visible,\n input:focus-visible,\n select:focus-visible,\n textarea:focus-visible,\n button:focus-visible,\n [type=button]:focus-visible,\n iframe:focus-visible,\n [tabindex]:not([tabindex=\"-1\"]):focus-visible,\n [contentEditable=true]:focus-visible {\n outline: 2px solid var(--color-border-contrast);\n outline-offset: 2px;\n }\n a[href]:focus:not(:focus-visible),\n area[href]:focus:not(:focus-visible),\n input:focus:not(:focus-visible),\n select:focus:not(:focus-visible),\n textarea:focus:not(:focus-visible),\n button:focus:not(:focus-visible),\n [type=button]:focus:not(:focus-visible),\n iframe:focus:not(:focus-visible),\n [tabindex]:not([tabindex=\"-1\"]):focus:not(:focus-visible),\n [contentEditable=true]:focus:not(:focus-visible) {\n outline-width: 0;\n outline-color: transparent;\n }\n [tabindex=\"-1\"]:focus {\n outline: none;\n }\n [type=button]:not(:disabled),\n [type=reset]:not(:disabled),\n [type=submit]:not(:disabled),\n button:not(:disabled) {\n cursor: pointer;\n }\n a {\n text-decoration: none;\n }\n button,\n [role=button] {\n border: 0 solid transparent;\n margin: 0;\n padding: 0;\n width: auto;\n overflow: visible;\n background: transparent;\n /* inherit font & color from ancestor */\n color: inherit;\n font: inherit;\n /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */\n line-height: normal;\n /* Corrects font smoothing for webkit */\n -webkit-font-smoothing: inherit;\n -moz-osx-font-smoothing: inherit;\n /* Corrects inability to style clickable `input` types in iOS */\n -webkit-appearance: none;\n appearance: none;\n /* Remove excess padding and border in Firefox 4+ */\n }\n button::-moz-focus-inner,\n [role=button]::-moz-focus-inner {\n border: 0;\n padding: 0;\n }\n caption {\n text-align: left;\n }\n table {\n border-collapse: collapse;\n }\n blockquote {\n margin: 0 0 1.25rem 0;\n }\n th {\n text-align: inherit;\n }\n button[aria-expanded=true] .expand-icon {\n transform: rotate(180deg);\n }\n [hidden] {\n display: none !important;\n }\n button,\n input,\n optgroup,\n select,\n textarea {\n font-family: inherit;\n font-size: inherit;\n line-height: inherit;\n }\n fieldset {\n margin: 0;\n padding: 0;\n border: 0;\n }\n h1, h2, h3, h4, h5, h6 {\n margin-top: 0;\n margin-bottom: 1.25rem;\n font-weight: bold;\n }\n h1 {\n font-size: 2.125rem;\n line-height: 2.5rem;\n font-weight: 700;\n letter-spacing: -0.025rem;\n }\n @media screen and (min-width: 768px) {\n h1 {\n font-size: 2.5rem;\n line-height: 2.875rem;\n font-weight: 700;\n letter-spacing: -0.0375rem;\n }\n }\n @media screen and (min-width: 1240px) {\n h1 {\n font-size: 3.125rem;\n line-height: 3.5rem;\n font-weight: 700;\n letter-spacing: -0.0375rem;\n }\n }\n h2 {\n font-size: 1.75rem;\n line-height: 2rem;\n font-weight: 700;\n letter-spacing: -0.0125rem;\n }\n @media screen and (min-width: 768px) {\n h2 {\n font-size: 2.125rem;\n line-height: 2.5rem;\n font-weight: 700;\n letter-spacing: -0.025rem;\n }\n }\n @media screen and (min-width: 1240px) {\n h2 {\n font-size: 2.5rem;\n line-height: 2.875rem;\n font-weight: 700;\n letter-spacing: -0.0375rem;\n }\n }\n h3 {\n font-size: 1.5rem;\n line-height: 1.75rem;\n font-weight: 700;\n letter-spacing: -0.0375rem;\n }\n @media screen and (min-width: 768px) {\n h3 {\n font-size: 1.75rem;\n line-height: 2rem;\n font-weight: 700;\n letter-spacing: -0.0375rem;\n }\n }\n h4 {\n font-size: 1rem;\n line-height: 1.25rem;\n font-weight: 700;\n letter-spacing: -0.00625rem;\n }\n @media screen and (min-width: 768px) {\n h4 {\n font-size: 1.5rem;\n line-height: 1.75rem;\n font-weight: 700;\n letter-spacing: -0.025rem;\n }\n }\n h5 {\n font-size: 1rem;\n line-height: 1.25rem;\n font-weight: 700;\n letter-spacing: -0.00625rem;\n }\n @media screen and (min-width: 768px) {\n h5 {\n font-size: 1.125rem;\n line-height: 1.375rem;\n font-weight: 700;\n letter-spacing: -0.0125rem;\n }\n }\n h6 {\n font-size: 1.125rem;\n line-height: 1.625rem;\n font-weight: 400;\n letter-spacing: -0.0125rem;\n }\n .h1, .h2, .h3, .h4, .h5, .h6 {\n margin-top: 0;\n margin-bottom: 1.25rem;\n font-weight: bold;\n }\n .h1 {\n font-size: 2.125rem;\n line-height: 2.5rem;\n font-weight: 700;\n letter-spacing: -0.025rem;\n }\n @media screen and (min-width: 768px) {\n .h1 {\n font-size: 2.5rem;\n line-height: 2.875rem;\n font-weight: 700;\n letter-spacing: -0.0375rem;\n }\n }\n @media screen and (min-width: 1240px) {\n .h1 {\n font-size: 3.125rem;\n line-height: 3.5rem;\n font-weight: 700;\n letter-spacing: -0.0375rem;\n }\n }\n .h2 {\n font-size: 1.75rem;\n line-height: 2rem;\n font-weight: 700;\n letter-spacing: -0.0125rem;\n }\n @media screen and (min-width: 768px) {\n .h2 {\n font-size: 2.125rem;\n line-height: 2.5rem;\n font-weight: 700;\n letter-spacing: -0.025rem;\n }\n }\n @media screen and (min-width: 1240px) {\n .h2 {\n font-size: 2.5rem;\n line-height: 2.875rem;\n font-weight: 700;\n letter-spacing: -0.0375rem;\n }\n }\n .h3 {\n font-size: 1.5rem;\n line-height: 1.75rem;\n font-weight: 700;\n letter-spacing: -0.0375rem;\n }\n @media screen and (min-width: 768px) {\n .h3 {\n font-size: 1.75rem;\n line-height: 2rem;\n font-weight: 700;\n letter-spacing: -0.0375rem;\n }\n }\n .h4 {\n font-size: 1rem;\n line-height: 1.25rem;\n font-weight: 700;\n letter-spacing: -0.00625rem;\n }\n @media screen and (min-width: 768px) {\n .h4 {\n font-size: 1.5rem;\n line-height: 1.75rem;\n font-weight: 700;\n letter-spacing: -0.025rem;\n }\n }\n .h5 {\n font-size: 1rem;\n line-height: 1.25rem;\n font-weight: 700;\n letter-spacing: -0.00625rem;\n }\n @media screen and (min-width: 768px) {\n .h5 {\n font-size: 1.125rem;\n line-height: 1.375rem;\n font-weight: 700;\n letter-spacing: -0.0125rem;\n }\n }\n .h6 {\n font-size: 1.125rem;\n line-height: 1.625rem;\n font-weight: 400;\n letter-spacing: -0.0125rem;\n }\n .display-1, .display-2, .display-3 {\n margin-top: 0;\n margin-bottom: 1.875rem;\n font-weight: bold;\n }\n .display-1 {\n font-size: 2.5rem;\n line-height: 2.875rem;\n font-weight: 700;\n letter-spacing: -0.0375rem;\n }\n @media screen and (min-width: 1240px) {\n .display-1 {\n font-size: 8.75rem;\n line-height: 9.875rem;\n font-weight: 700;\n letter-spacing: -0.1625rem;\n }\n }\n .display-2 {\n font-size: 2.5rem;\n line-height: 2.875rem;\n font-weight: 700;\n letter-spacing: -0.0375rem;\n }\n @media screen and (min-width: 768px) {\n .display-2 {\n font-size: 5rem;\n line-height: 5.75rem;\n font-weight: 700;\n letter-spacing: -0.0875rem;\n }\n }\n .display-3 {\n font-size: 2.5rem;\n line-height: 2.875rem;\n font-weight: 700;\n letter-spacing: -0.0375rem;\n }\n @media screen and (min-width: 768px) {\n .display-3 {\n font-size: 3.125rem;\n line-height: 3.5rem;\n font-weight: 700;\n letter-spacing: -0.0375rem;\n }\n }\n @media screen and (min-width: 1240px) {\n .display-3 {\n font-size: 3.75rem;\n line-height: 4.25rem;\n font-weight: 700;\n letter-spacing: -0.0625rem;\n }\n }\n p {\n margin-top: 0;\n margin-bottom: 1.25rem;\n }\n @media screen and (min-width: small) {\n p {\n font-size: 1rem;\n line-height: 1.5rem;\n font-weight: 400;\n letter-spacing: -0.00625rem;\n }\n }\n p {\n font-size: 1.125rem;\n line-height: 1.625rem;\n font-weight: 400;\n letter-spacing: -0.0125rem;\n }\n @media screen and (min-width: large) {\n p {\n font-size: 1.25rem;\n line-height: 1.875rem;\n font-weight: 400;\n letter-spacing: -0.0125rem;\n }\n }\n p a {\n text-decoration: underline !important;\n }\n @media screen and (min-width: small) {\n a {\n font-size: 1rem;\n line-height: 1.5rem;\n font-weight: 400;\n letter-spacing: -0.00625rem;\n }\n }\n a {\n font-size: 1.125rem;\n line-height: 1.625rem;\n font-weight: 400;\n letter-spacing: -0.0125rem;\n }\n @media screen and (min-width: large) {\n a {\n font-size: 1.25rem;\n line-height: 1.875rem;\n font-weight: 400;\n letter-spacing: -0.0125rem;\n }\n }\n cite {\n font-style: normal;\n }\n hr {\n margin-top: 1.25rem;\n margin-bottom: 1.25rem;\n border: 0;\n border-top: 1px solid var(--color-border-subtle);\n }\n p {\n max-width: 35em;\n }\n ol,\n ul,\n dl {\n margin: 0 0 1.25rem 0;\n padding-left: 1.875rem;\n max-width: 35em;\n }\n @media screen and (min-width: small) {\n ol,\n ul,\n dl {\n font-size: 1rem;\n line-height: 1.5rem;\n font-weight: 400;\n letter-spacing: -0.00625rem;\n }\n }\n ol,\n ul,\n dl {\n font-size: 1.125rem;\n line-height: 1.625rem;\n font-weight: 400;\n letter-spacing: -0.0125rem;\n }\n @media screen and (min-width: large) {\n ol,\n ul,\n dl {\n font-size: 1.25rem;\n line-height: 1.875rem;\n font-weight: 400;\n letter-spacing: -0.0125rem;\n }\n }\n ul {\n list-style-type: square;\n }\n ul ul {\n list-style-type: disc;\n }\n ul ul ul {\n list-style-type: circle;\n }\n ol > *:where(li),\n ul > *:where(li) {\n margin-bottom: 0.625rem;\n }\n ol > *:where(li) > *:where(ul, ol),\n ul > *:where(li) > *:where(ul, ol) {\n margin-top: 0.625rem;\n }\n ol.list-condensed > *:where(li),\n ul.list-condensed > *:where(li) {\n margin-bottom: 0.3125rem;\n }\n ol.list-condensed > *:where(li) > *:where(ul, ol),\n ul.list-condensed > *:where(li) > *:where(ul, ol) {\n margin-top: 0.3125rem;\n }\n .list-unstyled {\n list-style: none;\n list-style-type: none !important;\n max-width: none;\n margin: 0;\n padding: 0;\n }\n .list-unstyled > li {\n margin-bottom: 0;\n /* Fixes VoiceOver no announcing unordered lists */\n }\n .list-unstyled > li::before {\n content: \" \";\n position: absolute;\n width: 0;\n height: 0;\n }\n .list-circle {\n list-style-type: disc !important;\n }\n .list-circle ul {\n list-style-type: circle;\n }\n .list-circle ul ul {\n list-style-type: square;\n }\n .list-square {\n list-style-type: square !important;\n }\n .list-square ul {\n list-style-type: disc;\n }\n .list-square ul ul {\n list-style-type: circle;\n }\n .list-no-offset {\n padding-left: 1.25rem;\n list-style-position: outside;\n }\n .list-inline {\n list-style: none;\n list-style-type: none !important;\n max-width: none;\n margin: 0;\n padding: 0;\n }\n .list-inline > li {\n margin-bottom: 0;\n /* Fixes VoiceOver no announcing unordered lists */\n }\n .list-inline > li::before {\n content: \" \";\n position: absolute;\n width: 0;\n height: 0;\n }\n .list-inline > li {\n display: inline-block;\n }\n .list-inline > li:not(:last-child) {\n margin-right: 0.625rem;\n }\n .list--marker-orange > li::marker {\n color: var(--color-icon-accent);\n }\n /**\n * Swiper 11.2.10\n * Most modern mobile touch slider and framework with hardware accelerated transitions\n * https://swiperjs.com\n *\n * Copyright 2014-2025 Vladimir Kharlampidi\n *\n * Released under the MIT License\n *\n * Released on: June 28, 2025\n */\n /* FONT_START */\n @font-face {\n font-family: \"swiper-icons\";\n src: url(\"data:application/font-woff;charset=utf-8;base64, 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\");\n font-weight: 400;\n font-style: normal;\n }\n /* FONT_END */\n :root {\n --swiper-theme-color: #007aff;\n /*\n --swiper-preloader-color: var(--swiper-theme-color);\n --swiper-wrapper-transition-timing-function: initial;\n */\n }\n :host {\n position: relative;\n display: block;\n margin-left: auto;\n margin-right: auto;\n z-index: 1;\n }\n .swiper {\n margin-left: auto;\n margin-right: auto;\n position: relative;\n overflow: hidden;\n list-style: none;\n padding: 0;\n /* Fix of Webkit flickering */\n z-index: 1;\n display: block;\n }\n .swiper-vertical > .swiper-wrapper {\n flex-direction: column;\n }\n .swiper-wrapper {\n position: relative;\n width: 100%;\n height: 100%;\n z-index: 1;\n display: flex;\n transition-property: transform;\n transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);\n box-sizing: content-box;\n }\n .swiper-android .swiper-slide,\n .swiper-ios .swiper-slide,\n .swiper-wrapper {\n transform: translate3d(0px, 0, 0);\n }\n .swiper-horizontal {\n touch-action: pan-y;\n }\n .swiper-vertical {\n touch-action: pan-x;\n }\n .swiper-slide {\n flex-shrink: 0;\n width: 100%;\n height: 100%;\n position: relative;\n transition-property: transform;\n display: block;\n }\n .swiper-slide-invisible-blank {\n visibility: hidden;\n }\n /* Auto Height */\n .swiper-autoheight,\n .swiper-autoheight .swiper-slide {\n height: auto;\n }\n .swiper-autoheight .swiper-wrapper {\n align-items: flex-start;\n transition-property: transform, height;\n }\n .swiper-backface-hidden .swiper-slide {\n transform: translateZ(0);\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n }\n /* 3D Effects */\n .swiper-3d.swiper-css-mode .swiper-wrapper {\n perspective: 1200px;\n }\n .swiper-3d .swiper-wrapper {\n transform-style: preserve-3d;\n }\n .swiper-3d {\n perspective: 1200px;\n }\n .swiper-3d .swiper-slide,\n .swiper-3d .swiper-cube-shadow {\n transform-style: preserve-3d;\n }\n /* CSS Mode */\n .swiper-css-mode > .swiper-wrapper {\n overflow: auto;\n scrollbar-width: none;\n /* For Firefox */\n -ms-overflow-style: none;\n /* For Internet Explorer and Edge */\n }\n .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {\n display: none;\n }\n .swiper-css-mode > .swiper-wrapper > .swiper-slide {\n scroll-snap-align: start start;\n }\n .swiper-css-mode.swiper-horizontal > .swiper-wrapper {\n scroll-snap-type: x mandatory;\n }\n .swiper-css-mode.swiper-vertical > .swiper-wrapper {\n scroll-snap-type: y mandatory;\n }\n .swiper-css-mode.swiper-free-mode > .swiper-wrapper {\n scroll-snap-type: none;\n }\n .swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {\n scroll-snap-align: none;\n }\n .swiper-css-mode.swiper-centered > .swiper-wrapper::before {\n content: \"\";\n flex-shrink: 0;\n order: 9999;\n }\n .swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {\n scroll-snap-align: center center;\n scroll-snap-stop: always;\n }\n .swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {\n margin-inline-start: var(--swiper-centered-offset-before);\n }\n .swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {\n height: 100%;\n min-height: 1px;\n width: var(--swiper-centered-offset-after);\n }\n .swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {\n margin-block-start: var(--swiper-centered-offset-before);\n }\n .swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {\n width: 100%;\n min-width: 1px;\n height: var(--swiper-centered-offset-after);\n }\n /* Slide styles start */\n /* 3D Shadows */\n .swiper-3d .swiper-slide-shadow,\n .swiper-3d .swiper-slide-shadow-left,\n .swiper-3d .swiper-slide-shadow-right,\n .swiper-3d .swiper-slide-shadow-top,\n .swiper-3d .swiper-slide-shadow-bottom,\n .swiper-3d .swiper-slide-shadow,\n .swiper-3d .swiper-slide-shadow-left,\n .swiper-3d .swiper-slide-shadow-right,\n .swiper-3d .swiper-slide-shadow-top,\n .swiper-3d .swiper-slide-shadow-bottom {\n position: absolute;\n left: 0;\n top: 0;\n width: 100%;\n height: 100%;\n pointer-events: none;\n z-index: 10;\n }\n .swiper-3d .swiper-slide-shadow {\n background: rgba(0, 0, 0, 0.15);\n }\n .swiper-3d .swiper-slide-shadow-left {\n background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));\n }\n .swiper-3d .swiper-slide-shadow-right {\n background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));\n }\n .swiper-3d .swiper-slide-shadow-top {\n background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));\n }\n .swiper-3d .swiper-slide-shadow-bottom {\n background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));\n }\n .swiper-lazy-preloader {\n width: 42px;\n height: 42px;\n position: absolute;\n left: 50%;\n top: 50%;\n margin-left: -21px;\n margin-top: -21px;\n z-index: 10;\n transform-origin: 50%;\n box-sizing: border-box;\n border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));\n border-radius: 50%;\n border-top-color: transparent;\n }\n .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,\n .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {\n animation: swiper-preloader-spin 1s infinite linear;\n }\n .swiper-lazy-preloader-white {\n --swiper-preloader-color: #fff;\n }\n .swiper-lazy-preloader-black {\n --swiper-preloader-color: #000;\n }\n @keyframes swiper-preloader-spin {\n 0% {\n transform: rotate(0deg);\n }\n 100% {\n transform: rotate(360deg);\n }\n }\n /* Slide styles end */\n .swiper-virtual .swiper-slide {\n -webkit-backface-visibility: hidden;\n transform: translateZ(0);\n }\n .swiper-virtual.swiper-css-mode .swiper-wrapper::after {\n content: \"\";\n position: absolute;\n left: 0;\n top: 0;\n pointer-events: none;\n }\n .swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {\n height: 1px;\n width: var(--swiper-virtual-size);\n }\n .swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {\n width: 1px;\n height: var(--swiper-virtual-size);\n }\n :root {\n --swiper-navigation-size: 44px;\n /*\n --swiper-navigation-top-offset: 50%;\n --swiper-navigation-sides-offset: 10px;\n --swiper-navigation-color: var(--swiper-theme-color);\n */\n }\n .swiper-button-prev,\n .swiper-button-next {\n position: absolute;\n top: var(--swiper-navigation-top-offset, 50%);\n width: calc(var(--swiper-navigation-size) / 44 * 27);\n height: var(--swiper-navigation-size);\n margin-top: calc(0px - var(--swiper-navigation-size) / 2);\n z-index: 10;\n cursor: pointer;\n display: flex;\n align-items: center;\n justify-content: center;\n color: var(--swiper-navigation-color, var(--swiper-theme-color));\n }\n .swiper-button-prev.swiper-button-disabled,\n .swiper-button-next.swiper-button-disabled {\n opacity: 0.35;\n cursor: auto;\n pointer-events: none;\n }\n .swiper-button-prev.swiper-button-hidden,\n .swiper-button-next.swiper-button-hidden {\n opacity: 0;\n cursor: auto;\n pointer-events: none;\n }\n .swiper-navigation-disabled .swiper-button-prev,\n .swiper-navigation-disabled .swiper-button-next {\n display: none !important;\n }\n .swiper-button-prev svg,\n .swiper-button-next svg {\n width: 100%;\n height: 100%;\n object-fit: contain;\n transform-origin: center;\n }\n .swiper-rtl .swiper-button-prev svg,\n .swiper-rtl .swiper-button-next svg {\n transform: rotate(180deg);\n }\n .swiper-button-prev,\n .swiper-rtl .swiper-button-next {\n left: var(--swiper-navigation-sides-offset, 10px);\n right: auto;\n }\n .swiper-button-next,\n .swiper-rtl .swiper-button-prev {\n right: var(--swiper-navigation-sides-offset, 10px);\n left: auto;\n }\n .swiper-button-lock {\n display: none;\n }\n /* Navigation font start */\n .swiper-button-prev:after,\n .swiper-button-next:after {\n font-family: swiper-icons;\n font-size: var(--swiper-navigation-size);\n text-transform: none !important;\n letter-spacing: 0;\n font-variant: initial;\n line-height: 1;\n }\n .swiper-button-prev:after,\n .swiper-rtl .swiper-button-next:after {\n content: \"prev\";\n }\n .swiper-button-next,\n .swiper-rtl .swiper-button-prev {\n right: var(--swiper-navigation-sides-offset, 10px);\n left: auto;\n }\n .swiper-button-next:after,\n .swiper-rtl .swiper-button-prev:after {\n content: \"next\";\n }\n /* Navigation font end */\n :root {\n /*\n --swiper-pagination-color: var(--swiper-theme-color);\n --swiper-pagination-left: auto;\n --swiper-pagination-right: 8px;\n --swiper-pagination-bottom: 8px;\n --swiper-pagination-top: auto;\n --swiper-pagination-fraction-color: inherit;\n --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);\n --swiper-pagination-progressbar-size: 4px;\n --swiper-pagination-bullet-size: 8px;\n --swiper-pagination-bullet-width: 8px;\n --swiper-pagination-bullet-height: 8px;\n --swiper-pagination-bullet-border-radius: 50%;\n --swiper-pagination-bullet-inactive-color: #000;\n --swiper-pagination-bullet-inactive-opacity: 0.2;\n --swiper-pagination-bullet-opacity: 1;\n --swiper-pagination-bullet-horizontal-gap: 4px;\n --swiper-pagination-bullet-vertical-gap: 6px;\n */\n }\n .swiper-pagination {\n position: absolute;\n text-align: center;\n transition: 300ms opacity;\n transform: translate3d(0, 0, 0);\n z-index: 10;\n }\n .swiper-pagination.swiper-pagination-hidden {\n opacity: 0;\n }\n .swiper-pagination-disabled > .swiper-pagination,\n .swiper-pagination.swiper-pagination-disabled {\n display: none !important;\n }\n /* Common Styles */\n .swiper-pagination-fraction,\n .swiper-pagination-custom,\n .swiper-horizontal > .swiper-pagination-bullets,\n .swiper-pagination-bullets.swiper-pagination-horizontal {\n bottom: var(--swiper-pagination-bottom, 8px);\n top: var(--swiper-pagination-top, auto);\n left: 0;\n width: 100%;\n }\n /* Bullets */\n .swiper-pagination-bullets-dynamic {\n overflow: hidden;\n font-size: 0;\n }\n .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {\n transform: scale(0.33);\n position: relative;\n }\n .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {\n transform: scale(1);\n }\n .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {\n transform: scale(1);\n }\n .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {\n transform: scale(0.66);\n }\n .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {\n transform: scale(0.33);\n }\n .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {\n transform: scale(0.66);\n }\n .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {\n transform: scale(0.33);\n }\n .swiper-pagination-bullet {\n width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));\n height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));\n display: inline-block;\n border-radius: var(--swiper-pagination-bullet-border-radius, 50%);\n background: var(--swiper-pagination-bullet-inactive-color, #000);\n opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);\n }\n button.swiper-pagination-bullet {\n border: none;\n margin: 0;\n padding: 0;\n box-shadow: none;\n -webkit-appearance: none;\n appearance: none;\n }\n .swiper-pagination-clickable .swiper-pagination-bullet {\n cursor: pointer;\n }\n .swiper-pagination-bullet:only-child {\n display: none !important;\n }\n .swiper-pagination-bullet-active {\n opacity: var(--swiper-pagination-bullet-opacity, 1);\n background: var(--swiper-pagination-color, var(--swiper-theme-color));\n }\n .swiper-vertical > .swiper-pagination-bullets,\n .swiper-pagination-vertical.swiper-pagination-bullets {\n right: var(--swiper-pagination-right, 8px);\n left: var(--swiper-pagination-left, auto);\n top: 50%;\n transform: translate3d(0px, -50%, 0);\n }\n .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,\n .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {\n margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;\n display: block;\n }\n .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,\n .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {\n top: 50%;\n transform: translateY(-50%);\n width: 8px;\n }\n .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,\n .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {\n display: inline-block;\n transition: 200ms transform, 200ms top;\n }\n .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,\n .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {\n margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);\n }\n .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,\n .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {\n left: 50%;\n transform: translateX(-50%);\n white-space: nowrap;\n }\n .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,\n .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {\n transition: 200ms transform, 200ms left;\n }\n .swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {\n transition: 200ms transform, 200ms right;\n }\n /* Fraction */\n .swiper-pagination-fraction {\n color: var(--swiper-pagination-fraction-color, inherit);\n }\n /* Progress */\n .swiper-pagination-progressbar {\n background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));\n position: absolute;\n }\n .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {\n background: var(--swiper-pagination-color, var(--swiper-theme-color));\n position: absolute;\n left: 0;\n top: 0;\n width: 100%;\n height: 100%;\n transform: scale(0);\n transform-origin: left top;\n }\n .swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {\n transform-origin: right top;\n }\n .swiper-horizontal > .swiper-pagination-progressbar,\n .swiper-pagination-progressbar.swiper-pagination-horizontal,\n .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,\n .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {\n width: 100%;\n height: var(--swiper-pagination-progressbar-size, 4px);\n left: 0;\n top: 0;\n }\n .swiper-vertical > .swiper-pagination-progressbar,\n .swiper-pagination-progressbar.swiper-pagination-vertical,\n .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,\n .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {\n width: var(--swiper-pagination-progressbar-size, 4px);\n height: 100%;\n left: 0;\n top: 0;\n }\n .swiper-pagination-lock {\n display: none;\n }\n :root {\n /*\n --swiper-scrollbar-border-radius: 10px;\n --swiper-scrollbar-top: auto;\n --swiper-scrollbar-bottom: 4px;\n --swiper-scrollbar-left: auto;\n --swiper-scrollbar-right: 4px;\n --swiper-scrollbar-sides-offset: 1%;\n --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);\n --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);\n --swiper-scrollbar-size: 4px;\n */\n }\n .swiper-scrollbar {\n border-radius: var(--swiper-scrollbar-border-radius, 10px);\n position: relative;\n touch-action: none;\n background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));\n }\n .swiper-scrollbar-disabled > .swiper-scrollbar,\n .swiper-scrollbar.swiper-scrollbar-disabled {\n display: none !important;\n }\n .swiper-horizontal > .swiper-scrollbar,\n .swiper-scrollbar.swiper-scrollbar-horizontal {\n position: absolute;\n left: var(--swiper-scrollbar-sides-offset, 1%);\n bottom: var(--swiper-scrollbar-bottom, 4px);\n top: var(--swiper-scrollbar-top, auto);\n z-index: 50;\n height: var(--swiper-scrollbar-size, 4px);\n width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));\n }\n .swiper-vertical > .swiper-scrollbar,\n .swiper-scrollbar.swiper-scrollbar-vertical {\n position: absolute;\n left: var(--swiper-scrollbar-left, auto);\n right: var(--swiper-scrollbar-right, 4px);\n top: var(--swiper-scrollbar-sides-offset, 1%);\n z-index: 50;\n width: var(--swiper-scrollbar-size, 4px);\n height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));\n }\n .swiper-scrollbar-drag {\n height: 100%;\n width: 100%;\n position: relative;\n background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));\n border-radius: var(--swiper-scrollbar-border-radius, 10px);\n left: 0;\n top: 0;\n }\n .swiper-scrollbar-cursor-drag {\n cursor: move;\n }\n .swiper-scrollbar-lock {\n display: none;\n }\n /* Zoom container styles start */\n .swiper-zoom-container {\n width: 100%;\n height: 100%;\n display: flex;\n justify-content: center;\n align-items: center;\n text-align: center;\n }\n .swiper-zoom-container > img,\n .swiper-zoom-container > svg,\n .swiper-zoom-container > canvas {\n max-width: 100%;\n max-height: 100%;\n object-fit: contain;\n }\n /* Zoom container styles end */\n .swiper-slide-zoomed {\n cursor: move;\n touch-action: none;\n }\n /* a11y */\n .swiper .swiper-notification {\n position: absolute;\n left: 0;\n top: 0;\n pointer-events: none;\n opacity: 0;\n z-index: -1000;\n }\n .swiper-free-mode > .swiper-wrapper {\n transition-timing-function: ease-out;\n margin: 0 auto;\n }\n .swiper-grid > .swiper-wrapper {\n flex-wrap: wrap;\n }\n .swiper-grid-column > .swiper-wrapper {\n flex-wrap: wrap;\n flex-direction: column;\n }\n .swiper-fade.swiper-free-mode .swiper-slide {\n transition-timing-function: ease-out;\n }\n .swiper-fade .swiper-slide {\n pointer-events: none;\n transition-property: opacity;\n }\n .swiper-fade .swiper-slide .swiper-slide {\n pointer-events: none;\n }\n .swiper-fade .swiper-slide-active {\n pointer-events: auto;\n }\n .swiper-fade .swiper-slide-active .swiper-slide-active {\n pointer-events: auto;\n }\n .swiper.swiper-cube {\n overflow: visible;\n }\n .swiper-cube .swiper-slide {\n pointer-events: none;\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n z-index: 1;\n visibility: hidden;\n transform-origin: 0 0;\n width: 100%;\n height: 100%;\n }\n .swiper-cube .swiper-slide .swiper-slide {\n pointer-events: none;\n }\n .swiper-cube.swiper-rtl .swiper-slide {\n transform-origin: 100% 0;\n }\n .swiper-cube .swiper-slide-active,\n .swiper-cube .swiper-slide-active .swiper-slide-active {\n pointer-events: auto;\n }\n .swiper-cube .swiper-slide-active,\n .swiper-cube .swiper-slide-next,\n .swiper-cube .swiper-slide-prev {\n pointer-events: auto;\n visibility: visible;\n }\n .swiper-cube .swiper-cube-shadow {\n position: absolute;\n left: 0;\n bottom: 0px;\n width: 100%;\n height: 100%;\n opacity: 0.6;\n z-index: 0;\n }\n .swiper-cube .swiper-cube-shadow:before {\n content: \"\";\n background: #000;\n position: absolute;\n left: 0;\n top: 0;\n bottom: 0;\n right: 0;\n filter: blur(50px);\n }\n .swiper-cube .swiper-slide-next + .swiper-slide {\n pointer-events: auto;\n visibility: visible;\n }\n /* Cube slide shadows start */\n .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,\n .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,\n .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,\n .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {\n z-index: 0;\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n }\n /* Cube slide shadows end */\n .swiper.swiper-flip {\n overflow: visible;\n }\n .swiper-flip .swiper-slide {\n pointer-events: none;\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n z-index: 1;\n }\n .swiper-flip .swiper-slide .swiper-slide {\n pointer-events: none;\n }\n .swiper-flip .swiper-slide-active,\n .swiper-flip .swiper-slide-active .swiper-slide-active {\n pointer-events: auto;\n }\n /* Flip slide shadows start */\n .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,\n .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,\n .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,\n .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {\n z-index: 0;\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n }\n /* Flip slide shadows end */\n .swiper-creative .swiper-slide {\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n overflow: hidden;\n transition-property: transform, opacity, height;\n }\n .swiper.swiper-cards {\n overflow: visible;\n }\n .swiper-cards .swiper-slide {\n transform-origin: center bottom;\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n overflow: hidden;\n }\n :root {\n --swiper-navigation-size:44px;\n }\n .swiper-button-next, .swiper-button-prev {\n position: absolute;\n top: var(--swiper-navigation-top-offset, 50%);\n width: calc(var(--swiper-navigation-size) / 44 * 27);\n height: var(--swiper-navigation-size);\n margin-top: calc(0px - var(--swiper-navigation-size) / 2);\n z-index: 10;\n cursor: pointer;\n display: flex;\n align-items: center;\n justify-content: center;\n color: var(--swiper-navigation-color, var(--swiper-theme-color));\n }\n .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {\n opacity: 0.35;\n cursor: auto;\n pointer-events: none;\n }\n .swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {\n opacity: 0;\n cursor: auto;\n pointer-events: none;\n }\n .swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {\n display: none !important;\n }\n .swiper-button-next svg, .swiper-button-prev svg {\n width: 100%;\n height: 100%;\n object-fit: contain;\n transform-origin: center;\n }\n .swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {\n transform: rotate(180deg);\n }\n .swiper-button-prev, .swiper-rtl .swiper-button-next {\n left: var(--swiper-navigation-sides-offset, 10px);\n right: auto;\n }\n .swiper-button-next, .swiper-rtl .swiper-button-prev {\n right: var(--swiper-navigation-sides-offset, 10px);\n left: auto;\n }\n .swiper-button-lock {\n display: none;\n }\n .swiper-button-next:after, .swiper-button-prev:after {\n font-family: swiper-icons;\n font-size: var(--swiper-navigation-size);\n text-transform: none !important;\n letter-spacing: 0;\n font-variant: initial;\n line-height: 1;\n }\n .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {\n content: \"prev\";\n }\n .swiper-button-next, .swiper-rtl .swiper-button-prev {\n right: var(--swiper-navigation-sides-offset, 10px);\n left: auto;\n }\n .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {\n content: \"next\";\n }\n .swiper-pagination {\n position: absolute;\n text-align: center;\n transition: 0.3s opacity;\n transform: translate3d(0, 0, 0);\n z-index: 10;\n }\n .swiper-pagination.swiper-pagination-hidden {\n opacity: 0;\n }\n .swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {\n display: none !important;\n }\n .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {\n bottom: var(--swiper-pagination-bottom, 8px);\n top: var(--swiper-pagination-top, auto);\n left: 0;\n width: 100%;\n }\n .swiper-pagination-bullets-dynamic {\n overflow: hidden;\n font-size: 0;\n }\n .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {\n transform: scale(0.33);\n position: relative;\n }\n .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {\n transform: scale(1);\n }\n .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {\n transform: scale(1);\n }\n .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {\n transform: scale(0.66);\n }\n .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {\n transform: scale(0.33);\n }\n .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {\n transform: scale(0.66);\n }\n .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {\n transform: scale(0.33);\n }\n .swiper-pagination-bullet {\n width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));\n height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));\n display: inline-block;\n border-radius: var(--swiper-pagination-bullet-border-radius, 50%);\n background: var(--swiper-pagination-bullet-inactive-color, #000);\n opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);\n }\n button.swiper-pagination-bullet {\n border: none;\n margin: 0;\n padding: 0;\n box-shadow: none;\n -webkit-appearance: none;\n appearance: none;\n }\n .swiper-pagination-clickable .swiper-pagination-bullet {\n cursor: pointer;\n }\n .swiper-pagination-bullet:only-child {\n display: none !important;\n }\n .swiper-pagination-bullet-active {\n opacity: var(--swiper-pagination-bullet-opacity, 1);\n background: var(--swiper-pagination-color, var(--swiper-theme-color));\n }\n .swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {\n right: var(--swiper-pagination-right, 8px);\n left: var(--swiper-pagination-left, auto);\n top: 50%;\n transform: translate3d(0px, -50%, 0);\n }\n .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {\n margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;\n display: block;\n }\n .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {\n top: 50%;\n transform: translateY(-50%);\n width: 8px;\n }\n .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {\n display: inline-block;\n transition: 0.2s transform, 0.2s top;\n }\n .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {\n margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);\n }\n .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {\n left: 50%;\n transform: translateX(-50%);\n white-space: nowrap;\n }\n .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {\n transition: 0.2s transform, 0.2s left;\n }\n .swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {\n transition: 0.2s transform, 0.2s right;\n }\n .swiper-pagination-fraction {\n color: var(--swiper-pagination-fraction-color, inherit);\n }\n .swiper-pagination-progressbar {\n background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));\n position: absolute;\n }\n .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {\n background: var(--swiper-pagination-color, var(--swiper-theme-color));\n position: absolute;\n left: 0;\n top: 0;\n width: 100%;\n height: 100%;\n transform: scale(0);\n transform-origin: left top;\n }\n .swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {\n transform-origin: right top;\n }\n .swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {\n width: 100%;\n height: var(--swiper-pagination-progressbar-size, 4px);\n left: 0;\n top: 0;\n }\n .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {\n width: var(--swiper-pagination-progressbar-size, 4px);\n height: 100%;\n left: 0;\n top: 0;\n }\n .swiper-pagination-lock {\n display: none;\n }\n .swiper-scrollbar {\n border-radius: var(--swiper-scrollbar-border-radius, 10px);\n position: relative;\n touch-action: none;\n background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));\n }\n .swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {\n display: none !important;\n }\n .swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {\n position: absolute;\n left: var(--swiper-scrollbar-sides-offset, 1%);\n bottom: var(--swiper-scrollbar-bottom, 4px);\n top: var(--swiper-scrollbar-top, auto);\n z-index: 50;\n height: var(--swiper-scrollbar-size, 4px);\n width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));\n }\n .swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {\n position: absolute;\n left: var(--swiper-scrollbar-left, auto);\n right: var(--swiper-scrollbar-right, 4px);\n top: var(--swiper-scrollbar-sides-offset, 1%);\n z-index: 50;\n width: var(--swiper-scrollbar-size, 4px);\n height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));\n }\n .swiper-scrollbar-drag {\n height: 100%;\n width: 100%;\n position: relative;\n background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));\n border-radius: var(--swiper-scrollbar-border-radius, 10px);\n left: 0;\n top: 0;\n }\n .swiper-scrollbar-cursor-drag {\n cursor: move;\n }\n .swiper-scrollbar-lock {\n display: none;\n }\n}"]}
|