@ptcwebops/ptcw-design 6.2.16-beta → 6.2.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/blog-detail-content_2.cjs.entry.js +1 -1
- package/dist/cjs/blog-detail-layout.cjs.entry.js +1 -1
- package/dist/cjs/blogs-search-section.cjs.entry.js +1 -1
- package/dist/cjs/{component-4dd13907.js → component-06dda623.js} +1494 -3305
- package/dist/cjs/component-5b5b6a98.js +1819 -0
- package/dist/cjs/event-podcast-slider-example.cjs.entry.js +61 -0
- package/dist/cjs/featured-events-slider-example.cjs.entry.js +2 -387
- package/dist/cjs/featured-list.cjs.entry.js +1 -1
- package/dist/cjs/homepage-jumbotron.cjs.entry.js +1 -1
- package/dist/cjs/homepage-toggled-content.cjs.entry.js +1 -1
- package/dist/cjs/icon-asset_13.cjs.entry.js +1205 -0
- package/dist/cjs/innovator-toggle-container.cjs.entry.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/most-popular-news.cjs.entry.js +1 -1
- package/dist/cjs/mousewheel-e9520f0f.js +391 -0
- package/dist/cjs/my-component.cjs.entry.js +1 -1
- package/dist/cjs/ptc-accordion-item.cjs.entry.js +1 -1
- package/dist/cjs/ptc-bio-card.cjs.entry.js +1 -1
- package/dist/cjs/ptc-card-bottom_2.cjs.entry.js +22 -1
- package/dist/cjs/ptc-card-content.cjs.entry.js +8 -0
- package/dist/cjs/ptc-card_2.cjs.entry.js +11 -2
- package/dist/cjs/ptc-case-studies-slider.cjs.entry.js +1 -1
- package/dist/cjs/ptc-close-icon_2.cjs.entry.js +1 -1
- package/dist/cjs/ptc-collapse-list.cjs.entry.js +20 -15
- package/dist/cjs/ptc-data-lookup.cjs.entry.js +2 -1
- package/dist/cjs/ptc-featured-list.cjs.entry.js +1 -1
- package/dist/cjs/ptc-filter-level-theater.cjs.entry.js +1 -1
- package/dist/cjs/ptc-footer.cjs.entry.js +1 -1
- package/dist/cjs/{ptc-form-checkbox_4.cjs.entry.js → ptc-form-checkbox_2.cjs.entry.js} +6 -788
- package/dist/cjs/ptc-homepage-image-feature.cjs.entry.js +1 -1
- package/dist/cjs/ptc-homepage-video-background.cjs.entry.js +1 -1
- package/dist/cjs/ptc-icon-card.cjs.entry.js +2 -8
- package/dist/cjs/ptc-link.cjs.entry.js +13 -5
- package/dist/cjs/ptc-media-card.cjs.entry.js +1 -1
- package/dist/cjs/ptc-multi-select_2.cjs.entry.js +670 -0
- package/dist/cjs/ptc-nav-submenu.cjs.entry.js +1 -1
- package/dist/cjs/ptc-podcast-card.cjs.entry.js +1 -1
- package/dist/cjs/ptc-previous-url.cjs.entry.js +2 -10
- package/dist/cjs/ptc-pricing-packaging-table.cjs.entry.js +1 -1
- package/dist/cjs/ptc-pricing-tabs.cjs.entry.js +1 -1
- package/dist/cjs/ptc-product-card.cjs.entry.js +1 -1
- package/dist/cjs/ptc-product-category.cjs.entry.js +1 -1
- package/dist/cjs/ptc-product-highlight-card.cjs.entry.js +1 -1
- package/dist/cjs/ptc-readmore-char.cjs.entry.js +1 -1
- package/dist/cjs/ptc-readmore-v3.cjs.entry.js +1 -1
- package/dist/cjs/ptc-social-icons-footer.cjs.entry.js +2 -7
- package/dist/cjs/ptc-tooltip-v2.cjs.entry.js +1 -1
- package/dist/cjs/ptc-value-led-speed-bump.cjs.entry.js +1 -1
- package/dist/cjs/ptc-white-paper.cjs.entry.js +7 -1
- package/dist/cjs/ptcw-design.cjs.js +1 -1
- package/dist/cjs/{utils-ad441b07.js → utils-87d7b99f.js} +0 -9
- package/dist/cjs/validation-messages-33a4f26b.js +126 -0
- package/dist/collection/collection-manifest.json +1 -1
- package/dist/collection/components/icon-asset/icon-asset.css +6 -0
- package/dist/collection/components/icon-asset/media/designer-v6.0.6.svg +2 -30
- package/dist/collection/components/innovator-toggle-container/innovator-toggle-container.css +5 -20
- package/dist/collection/components/organism-bundles/bundle-featured-list/featured-list.css +1 -19
- package/dist/collection/components/organism-bundles/event-podcast-slider-example/event-podcast-slider-example.css +1222 -0
- package/dist/collection/components/organism-bundles/event-podcast-slider-example/event-podcast-slider-example.js +80 -0
- package/dist/collection/components/ptc-bio-card/ptc-bio-card.css +5 -20
- package/dist/collection/components/ptc-button/ptc-button.js +1 -4
- package/dist/collection/components/ptc-card-bottom/ptc-card-bottom.js +65 -2
- package/dist/collection/components/ptc-card-content/ptc-card-content.js +10 -2
- package/dist/collection/components/ptc-card-wrapper/ptc-card-wrapper.css +7 -10
- package/dist/collection/components/ptc-card-wrapper/ptc-card-wrapper.js +2 -2
- package/dist/collection/components/ptc-case-studies-slider/ptc-case-studies-slider.css +5 -20
- package/dist/collection/components/ptc-collapse-list/ptc-collapse-list.js +19 -50
- package/dist/collection/components/ptc-featured-list/ptc-featured-list.css +5 -20
- package/dist/collection/components/ptc-filter-level-theater/ptc-filter-level-theater.css +5 -20
- package/dist/collection/components/ptc-footer/ptc-footer-v2.css +1 -14
- package/dist/collection/components/ptc-icon-card/ptc-icon-card.css +0 -10
- package/dist/collection/components/ptc-icon-card/ptc-icon-card.js +1 -25
- package/dist/collection/components/ptc-jumbotron/ptc-jumbotron.css +5 -20
- package/dist/collection/components/ptc-link/ptc-link.css +5 -8
- package/dist/collection/components/ptc-link/ptc-link.js +12 -4
- package/dist/collection/components/ptc-modal/ptc-modal.css +0 -4
- package/dist/collection/components/ptc-modal/ptc-modal.js +2 -2
- package/dist/collection/components/ptc-para/ptc-para.css +0 -3
- package/dist/collection/components/ptc-para/ptc-para.js +2 -2
- package/dist/collection/components/ptc-podcast-card/ptc-podcast-card.css +5 -20
- package/dist/collection/components/ptc-preloader-section/ptc-preloader-section.css +461 -32
- package/dist/collection/components/ptc-preloader-section/ptc-preloader-section.js +10 -1
- package/dist/collection/components/ptc-previous-url/ptc-previous-url.css +0 -16
- package/dist/collection/components/ptc-previous-url/ptc-previous-url.js +1 -27
- package/dist/collection/components/ptc-product-card/ptc-product-card.css +5 -20
- package/dist/collection/components/ptc-product-category/ptc-product-category.css +5 -20
- package/dist/collection/components/ptc-product-highlight-card/ptc-product-highlight-card.css +5 -20
- package/dist/collection/components/ptc-readmore-char/ptc-readmore-char.css +5 -20
- package/dist/collection/components/ptc-readmore-v3/ptc-readmore-v3.css +5 -20
- package/dist/collection/components/ptc-social-icons-footer/ptc-social-icons-footer.css +0 -10
- package/dist/collection/components/ptc-social-icons-footer/ptc-social-icons-footer.js +1 -24
- package/dist/collection/components/ptc-textfield/ptc-textfield.js +1 -1
- package/dist/collection/components/ptc-tooltip-v2/ptc-tooltip-v2.css +5 -20
- package/dist/collection/components/ptc-value-led-speed-bump/ptc-value-led-speed-bump.css +5 -20
- package/dist/collection/components/ptc-white-paper/ptc-white-paper.css +5 -20
- package/dist/collection/components/ptc-white-paper/ptc-white-paper.js +6 -0
- package/dist/collection/components/subnav/ptc-nav-submenu/ptc-nav-submenu.css +0 -7
- package/dist/collection/utils/utils.js +0 -8
- package/dist/custom-elements/index.d.ts +6 -6
- package/dist/custom-elements/index.js +164 -172
- package/dist/esm/academic-form-test.entry.js +1 -1
- package/dist/esm/author-listing-example.entry.js +1 -1
- package/dist/esm/blog-detail-content_2.entry.js +2 -2
- package/dist/esm/blog-detail-layout.entry.js +2 -2
- package/dist/esm/blogs-search-section.entry.js +2 -2
- package/dist/esm/bundle-example.entry.js +1 -1
- package/dist/esm/bundle-jumbotron-example.entry.js +1 -1
- package/dist/esm/{component-9c921cc6.js → component-274da230.js} +1482 -3281
- package/dist/esm/component-341e4eaa.js +1802 -0
- package/dist/esm/dropdown-item.entry.js +1 -1
- package/dist/esm/dynamic-box-bundle.entry.js +1 -1
- package/dist/esm/embedded-form.entry.js +1 -1
- package/dist/esm/event-jumbotron-example.entry.js +1 -1
- package/dist/esm/event-podcast-slider-example.entry.js +57 -0
- package/dist/esm/featured-events-slider-example.entry.js +3 -388
- package/dist/esm/featured-list.entry.js +2 -2
- package/dist/esm/fl-tab-content_3.entry.js +1 -1
- package/dist/esm/footer-form.entry.js +1 -1
- package/dist/esm/homepage-clickable-tab.entry.js +1 -1
- package/dist/esm/homepage-jumbotron.entry.js +2 -2
- package/dist/esm/homepage-toggled-content.entry.js +2 -2
- package/dist/esm/icon-asset_13.entry.js +1189 -0
- package/dist/esm/{index-c83db688.js → index-0bf594c4.js} +1 -1
- package/dist/esm/innovator-toggle-container.entry.js +2 -2
- package/dist/esm/jumbotron-sub-menu.entry.js +1 -1
- package/dist/esm/jumbotron-sub-mune.entry.js +1 -1
- package/dist/esm/loader.js +3 -3
- package/dist/esm/most-popular-news.entry.js +2 -2
- package/dist/esm/mousewheel-6b2f6590.js +389 -0
- package/dist/esm/my-component.entry.js +2 -2
- package/dist/esm/news-search-result.entry.js +1 -1
- package/dist/esm/ptc-accordion-item.entry.js +2 -2
- package/dist/esm/ptc-accordion.entry.js +1 -1
- package/dist/esm/ptc-announcement.entry.js +1 -1
- package/dist/esm/ptc-back-to-top.entry.js +1 -1
- package/dist/esm/ptc-badge.entry.js +1 -1
- package/dist/esm/ptc-bio-card.entry.js +2 -2
- package/dist/esm/ptc-brightcov-video.entry.js +1 -1
- package/dist/esm/ptc-card-bottom_2.entry.js +23 -2
- package/dist/esm/ptc-card-content.entry.js +9 -1
- package/dist/esm/ptc-card_2.entry.js +12 -3
- package/dist/esm/ptc-case-studies-slider.entry.js +2 -2
- package/dist/esm/ptc-checkbox-group.entry.js +1 -1
- package/dist/esm/ptc-checkbox.entry.js +1 -1
- package/dist/esm/ptc-close-icon_2.entry.js +2 -2
- package/dist/esm/ptc-collapse-list.entry.js +21 -16
- package/dist/esm/ptc-container.entry.js +1 -1
- package/dist/esm/ptc-countdown.entry.js +1 -1
- package/dist/esm/ptc-data-lookup.entry.js +3 -2
- package/dist/esm/ptc-date.entry.js +1 -1
- package/dist/esm/ptc-dropdown.entry.js +1 -1
- package/dist/esm/ptc-dynamic-card.entry.js +1 -1
- package/dist/esm/ptc-ellipsis-dropdown.entry.js +1 -1
- package/dist/esm/ptc-embedded-quiz.entry.js +1 -1
- package/dist/esm/ptc-featured-list.entry.js +2 -2
- package/dist/esm/ptc-filter-dropdown_4.entry.js +1 -1
- package/dist/esm/ptc-filter-level-theater.entry.js +2 -2
- package/dist/esm/ptc-filter-tag_2.entry.js +1 -1
- package/dist/esm/ptc-footer.entry.js +2 -2
- package/dist/esm/{ptc-form-checkbox_4.entry.js → ptc-form-checkbox_2.entry.js} +6 -786
- package/dist/esm/ptc-form-radio-button.entry.js +1 -1
- package/dist/esm/ptc-form-radio-group.entry.js +1 -1
- package/dist/esm/ptc-form.entry.js +1 -1
- package/dist/esm/ptc-hero-footer-cta.entry.js +1 -1
- package/dist/esm/ptc-hero.entry.js +1 -1
- package/dist/esm/ptc-homepage-image-feature.entry.js +2 -2
- package/dist/esm/ptc-homepage-video-background.entry.js +2 -2
- package/dist/esm/ptc-icon-card.entry.js +3 -9
- package/dist/esm/ptc-icon-component.entry.js +1 -1
- package/dist/esm/ptc-icon-list.entry.js +1 -1
- package/dist/esm/ptc-icon-minimize.entry.js +1 -1
- package/dist/esm/ptc-image-download-strip.entry.js +1 -1
- package/dist/esm/ptc-info-tile.entry.js +1 -1
- package/dist/esm/ptc-inline-cta.entry.js +1 -1
- package/dist/esm/ptc-link.entry.js +14 -6
- package/dist/esm/ptc-list.entry.js +1 -1
- package/dist/esm/ptc-media-card.entry.js +2 -2
- package/dist/esm/ptc-minimized-nav.entry.js +1 -1
- package/dist/esm/ptc-mobile-select.entry.js +1 -1
- package/dist/esm/ptc-modal-quiz.entry.js +1 -1
- package/dist/esm/ptc-multi-select_2.entry.js +665 -0
- package/dist/esm/ptc-nav-card.entry.js +1 -1
- package/dist/esm/ptc-nav-link.entry.js +1 -1
- package/dist/esm/ptc-nav-pills.entry.js +1 -1
- package/dist/esm/ptc-nav-skip-to-content.entry.js +1 -1
- package/dist/esm/ptc-nav-slider.entry.js +1 -1
- package/dist/esm/ptc-nav-submenu.entry.js +2 -2
- package/dist/esm/ptc-nav-tile.entry.js +1 -1
- package/dist/esm/ptc-news.entry.js +1 -1
- package/dist/esm/ptc-office-location-card.entry.js +1 -1
- package/dist/esm/ptc-office-locations.entry.js +1 -1
- package/dist/esm/ptc-overlay.entry.js +1 -1
- package/dist/esm/ptc-podcast-card.entry.js +2 -2
- package/dist/esm/ptc-preferance-center-form.entry.js +1 -1
- package/dist/esm/ptc-previous-url.entry.js +3 -11
- package/dist/esm/ptc-pricing-add-on-card.entry.js +1 -1
- package/dist/esm/ptc-pricing-add-on-section.entry.js +1 -1
- package/dist/esm/ptc-pricing-block.entry.js +1 -1
- package/dist/esm/ptc-pricing-packaging-table.entry.js +2 -2
- package/dist/esm/ptc-pricing-tabs.entry.js +2 -2
- package/dist/esm/ptc-product-card.entry.js +2 -2
- package/dist/esm/ptc-product-category.entry.js +2 -2
- package/dist/esm/ptc-product-dropdown.entry.js +1 -1
- package/dist/esm/ptc-product-highlight-card.entry.js +2 -2
- package/dist/esm/ptc-product-list.entry.js +1 -1
- package/dist/esm/ptc-product-sidebar.entry.js +1 -1
- package/dist/esm/ptc-progress-bar.entry.js +1 -1
- package/dist/esm/ptc-quantity-counter.entry.js +1 -1
- package/dist/esm/ptc-quote.entry.js +1 -1
- package/dist/esm/ptc-readmore-char.entry.js +2 -2
- package/dist/esm/ptc-readmore-new.entry.js +1 -1
- package/dist/esm/ptc-readmore-v3.entry.js +2 -2
- package/dist/esm/ptc-readmore.entry.js +1 -1
- package/dist/esm/ptc-related-card-rail.entry.js +1 -1
- package/dist/esm/ptc-responsive-wrapper.entry.js +1 -1
- package/dist/esm/ptc-scroll-button.entry.js +1 -1
- package/dist/esm/ptc-search-field.entry.js +1 -1
- package/dist/esm/ptc-seo-title.entry.js +1 -1
- package/dist/esm/ptc-shopping-cart.entry.js +1 -1
- package/dist/esm/ptc-showcase-card.entry.js +1 -1
- package/dist/esm/ptc-skeleton.entry.js +1 -1
- package/dist/esm/ptc-slit-card.entry.js +1 -1
- package/dist/esm/ptc-social-icons-footer.entry.js +3 -8
- package/dist/esm/ptc-social-icons.entry.js +1 -1
- package/dist/esm/ptc-span.entry.js +1 -1
- package/dist/esm/ptc-square-card.entry.js +1 -1
- package/dist/esm/ptc-sticky-icons.entry.js +1 -1
- package/dist/esm/ptc-sticky-section.entry.js +1 -1
- package/dist/esm/ptc-sticky-title.entry.js +1 -1
- package/dist/esm/ptc-subnav-card.entry.js +1 -1
- package/dist/esm/ptc-subnav.entry.js +1 -1
- package/dist/esm/ptc-svg-btn.entry.js +1 -1
- package/dist/esm/ptc-tab-list.entry.js +1 -1
- package/dist/esm/ptc-tab.entry.js +1 -1
- package/dist/esm/ptc-tabs.entry.js +1 -1
- package/dist/esm/ptc-text-copy-with-background.entry.js +1 -1
- package/dist/esm/ptc-theater-video-modal.entry.js +1 -1
- package/dist/esm/ptc-tooltip-v2.entry.js +2 -2
- package/dist/esm/ptc-tooltip-v3.entry.js +1 -1
- package/dist/esm/ptc-two-column-media.entry.js +1 -1
- package/dist/esm/ptc-value-led-card.entry.js +1 -1
- package/dist/esm/ptc-value-led-content-highlight.entry.js +1 -1
- package/dist/esm/ptc-value-led-content.entry.js +1 -1
- package/dist/esm/ptc-value-led-intro.entry.js +1 -1
- package/dist/esm/ptc-value-led-layout.entry.js +1 -1
- package/dist/esm/ptc-value-led-speed-bump.entry.js +2 -2
- package/dist/esm/ptc-value-prop-card.entry.js +1 -1
- package/dist/esm/ptc-video-embed.entry.js +1 -1
- package/dist/esm/ptc-white-paper.entry.js +8 -2
- package/dist/esm/ptcw-design.js +3 -3
- package/dist/esm/sequential-bundle-example.entry.js +1 -1
- package/dist/esm/sequential-bundle.entry.js +1 -1
- package/dist/esm/tab-content.entry.js +1 -1
- package/dist/esm/tab-header.entry.js +1 -1
- package/dist/esm/{utils-63eab4bd.js → utils-b7c6422e.js} +1 -9
- package/dist/esm/validation-messages-adbb6518.js +124 -0
- package/dist/ptcw-design/media/designer-v6.0.6.svg +2 -30
- package/dist/ptcw-design/{p-bb902570.entry.js → p-0151c2ee.entry.js} +1 -1
- package/dist/ptcw-design/{p-03a917f8.entry.js → p-02f0460b.entry.js} +1 -1
- package/dist/ptcw-design/p-03e0fa1d.entry.js +1 -0
- package/dist/ptcw-design/{p-48c33817.entry.js → p-0596f764.entry.js} +1 -1
- package/dist/ptcw-design/{p-9e2fd13c.entry.js → p-0a558a22.entry.js} +1 -1
- package/dist/ptcw-design/{p-9ac99185.entry.js → p-0abb6e77.entry.js} +1 -1
- package/dist/ptcw-design/{p-71360e29.entry.js → p-0b182300.entry.js} +1 -1
- package/dist/ptcw-design/{p-69686408.entry.js → p-0eb9ea11.entry.js} +1 -1
- package/dist/ptcw-design/{p-fb8584e4.entry.js → p-0ed4609e.entry.js} +1 -1
- package/dist/ptcw-design/p-11eb4dd1.entry.js +1 -0
- package/dist/ptcw-design/{p-c0bb1ad0.entry.js → p-13131b4d.entry.js} +1 -1
- package/dist/ptcw-design/{p-2657df50.entry.js → p-132f71c3.entry.js} +1 -1
- package/dist/ptcw-design/{p-99b45d23.entry.js → p-139ca5d2.entry.js} +1 -1
- package/dist/ptcw-design/{p-27e47c25.entry.js → p-14c77b5e.entry.js} +1 -1
- package/dist/ptcw-design/{p-7d29a418.entry.js → p-183ba1ca.entry.js} +1 -1
- package/dist/ptcw-design/p-18a5a338.js +1 -0
- package/dist/ptcw-design/{p-85f32bf5.entry.js → p-1ab6201b.entry.js} +1 -1
- package/dist/ptcw-design/{p-464d8e22.entry.js → p-1d48bad3.entry.js} +1 -1
- package/dist/ptcw-design/{p-46f67bec.entry.js → p-1e9f25fc.entry.js} +1 -1
- package/dist/ptcw-design/{p-6b32020a.entry.js → p-1ec32cbc.entry.js} +1 -1
- package/dist/ptcw-design/{p-bf8fbba7.entry.js → p-208ec7f3.entry.js} +1 -1
- package/dist/ptcw-design/p-212cdacd.entry.js +1 -0
- package/dist/ptcw-design/{p-8c49d736.entry.js → p-212d0145.entry.js} +1 -1
- package/dist/ptcw-design/p-26c1f6a3.entry.js +1 -0
- package/dist/ptcw-design/{p-9b26ea67.entry.js → p-290012e3.entry.js} +1 -1
- package/dist/ptcw-design/{p-9b0df204.entry.js → p-298d02ab.entry.js} +1 -1
- package/dist/ptcw-design/p-29ae44dd.entry.js +1 -0
- package/dist/ptcw-design/{p-e90fbbad.entry.js → p-2a3735a5.entry.js} +1 -1
- package/dist/ptcw-design/p-2aa419ae.entry.js +1 -0
- package/dist/ptcw-design/p-2ead689e.entry.js +1 -0
- package/dist/ptcw-design/{p-21fa5abe.entry.js → p-2fd01953.entry.js} +1 -1
- package/dist/ptcw-design/p-36b5cea1.entry.js +1 -0
- package/dist/ptcw-design/p-36c42aae.entry.js +1 -0
- package/dist/ptcw-design/p-36cb30ee.js +1 -0
- package/dist/ptcw-design/p-3717a6e1.entry.js +1 -0
- package/dist/ptcw-design/{p-dc8c0a06.entry.js → p-37899461.entry.js} +1 -1
- package/dist/ptcw-design/p-379fcc72.entry.js +1 -0
- package/dist/ptcw-design/{p-01075feb.entry.js → p-39ec04d4.entry.js} +1 -1
- package/dist/ptcw-design/{p-867a808f.entry.js → p-3b6c2a79.entry.js} +1 -1
- package/dist/ptcw-design/{p-f61a3476.entry.js → p-3b967df1.entry.js} +1 -1
- package/dist/ptcw-design/{p-8533988f.entry.js → p-3c52fabe.entry.js} +1 -1
- package/dist/ptcw-design/{p-58e91cb8.entry.js → p-3c72e82d.entry.js} +1 -1
- package/dist/ptcw-design/p-3df53e71.entry.js +1 -0
- package/dist/ptcw-design/p-3e06f959.entry.js +1 -0
- package/dist/ptcw-design/{p-76d98c5a.entry.js → p-3e13b735.entry.js} +1 -1
- package/dist/ptcw-design/{p-fe907670.entry.js → p-4335d7f3.entry.js} +1 -1
- package/dist/ptcw-design/{p-c6a0dd99.entry.js → p-43756439.entry.js} +1 -1
- package/dist/ptcw-design/{p-e577ad62.entry.js → p-4464123f.entry.js} +1 -1
- package/dist/ptcw-design/p-4819422a.entry.js +1 -0
- package/dist/ptcw-design/{p-ee534211.entry.js → p-4b23b4c3.entry.js} +1 -1
- package/dist/ptcw-design/{p-49e54079.entry.js → p-4f959e8f.entry.js} +1 -1
- package/dist/ptcw-design/p-520542e2.entry.js +1 -0
- package/dist/ptcw-design/p-53d88f2b.entry.js +1 -0
- package/dist/ptcw-design/{p-2c2f895a.entry.js → p-54891548.entry.js} +1 -1
- package/dist/ptcw-design/{p-fec1acdf.entry.js → p-5b0bc600.entry.js} +1 -1
- package/dist/ptcw-design/{p-f731fc96.entry.js → p-5da98805.entry.js} +1 -1
- package/dist/ptcw-design/{p-821f0ff9.entry.js → p-5db96118.entry.js} +1 -1
- package/dist/ptcw-design/{p-61d28206.entry.js → p-5fb671ee.entry.js} +1 -1
- package/dist/ptcw-design/{p-c631608f.entry.js → p-61a5012d.entry.js} +1 -1
- package/dist/ptcw-design/p-640d07b5.entry.js +1 -0
- package/dist/ptcw-design/p-6b4c37a1.entry.js +1 -0
- package/dist/ptcw-design/{p-9de963f8.entry.js → p-6d628113.entry.js} +1 -1
- package/dist/ptcw-design/p-6f9b7842.entry.js +1 -0
- package/dist/ptcw-design/{p-f4699d4e.entry.js → p-70a5f144.entry.js} +1 -1
- package/dist/ptcw-design/{p-ea7369e9.entry.js → p-7267b11d.entry.js} +1 -1
- package/dist/ptcw-design/p-72681e91.entry.js +1 -0
- package/dist/ptcw-design/{p-04aae3f5.entry.js → p-74a845fd.entry.js} +1 -1
- package/dist/ptcw-design/{p-99ee8a0e.entry.js → p-761f71c4.entry.js} +1 -1
- package/dist/ptcw-design/{p-8038bf31.entry.js → p-779c3f21.entry.js} +1 -1
- package/dist/ptcw-design/{p-282b7d4e.entry.js → p-78252282.entry.js} +1 -1
- package/dist/ptcw-design/{p-28371371.entry.js → p-7853f1b5.entry.js} +1 -1
- package/dist/ptcw-design/{p-081e969d.entry.js → p-7b75091d.entry.js} +1 -1
- package/dist/ptcw-design/p-7c416916.entry.js +1 -0
- package/dist/ptcw-design/{p-4b192f5e.entry.js → p-7e19be10.entry.js} +1 -1
- package/dist/ptcw-design/{p-3c3a7b54.entry.js → p-7edef9ed.entry.js} +1 -1
- package/dist/ptcw-design/{p-7cc9255e.entry.js → p-7fada7ae.entry.js} +1 -1
- package/dist/ptcw-design/{p-5980d65d.entry.js → p-807ad5c4.entry.js} +1 -1
- package/dist/ptcw-design/{p-931650bb.entry.js → p-80c56c81.entry.js} +1 -1
- package/dist/ptcw-design/p-841b807d.js +1 -0
- package/dist/ptcw-design/{p-48815ee0.entry.js → p-88379d69.entry.js} +1 -1
- package/dist/ptcw-design/p-899a1931.entry.js +1 -0
- package/dist/ptcw-design/p-8b60ff7c.entry.js +1 -0
- package/dist/ptcw-design/{p-9a335b5b.entry.js → p-8eb36507.entry.js} +1 -1
- package/dist/ptcw-design/{p-ac75c7ad.js → p-944c5be8.js} +1 -1
- package/dist/ptcw-design/{p-7b71abaf.entry.js → p-94c59fac.entry.js} +1 -1
- package/dist/ptcw-design/p-973b06d1.entry.js +1 -0
- package/dist/ptcw-design/{p-40b8c884.entry.js → p-986be938.entry.js} +1 -1
- package/dist/ptcw-design/p-99e41dc4.entry.js +1 -0
- package/dist/ptcw-design/{p-bfacfe67.entry.js → p-9a28ded2.entry.js} +1 -1
- package/dist/ptcw-design/p-9ae901e2.entry.js +1 -0
- package/dist/ptcw-design/{p-5db7f70b.entry.js → p-9d32f1bc.entry.js} +1 -1
- package/dist/ptcw-design/{p-e9f12e0d.entry.js → p-9db0897a.entry.js} +1 -1
- package/dist/ptcw-design/{p-3ee2a531.entry.js → p-9dde477c.entry.js} +1 -1
- package/dist/ptcw-design/{p-77cad16c.entry.js → p-9fa81b74.entry.js} +1 -1
- package/dist/ptcw-design/p-a14ef9c4.entry.js +1 -0
- package/dist/ptcw-design/{p-257a68df.entry.js → p-a22d7ae8.entry.js} +1 -1
- package/dist/ptcw-design/{p-3872fce7.entry.js → p-a2710bbf.entry.js} +1 -1
- package/dist/ptcw-design/p-a2e0ebdf.entry.js +1 -0
- package/dist/ptcw-design/{p-8191928d.entry.js → p-a974f98f.entry.js} +1 -1
- package/dist/ptcw-design/{p-d20cf3c5.entry.js → p-aaf8fb04.entry.js} +1 -1
- package/dist/ptcw-design/p-ac32267c.entry.js +1 -0
- package/dist/ptcw-design/{p-a25578e9.entry.js → p-ac78409e.entry.js} +1 -1
- package/dist/ptcw-design/p-ac860994.entry.js +1 -0
- package/dist/ptcw-design/{p-d2825140.entry.js → p-ace3e87f.entry.js} +1 -1
- package/dist/ptcw-design/p-ad4f4f33.entry.js +1 -0
- package/dist/ptcw-design/{p-eec2f3da.entry.js → p-ade21638.entry.js} +1 -1
- package/dist/ptcw-design/{p-dc85c302.entry.js → p-afbe8e2c.entry.js} +1 -1
- package/dist/ptcw-design/{p-aea09a70.entry.js → p-b293a0b1.entry.js} +1 -1
- package/dist/ptcw-design/{p-0e5932f0.entry.js → p-b3b63f67.entry.js} +1 -1
- package/dist/ptcw-design/{p-85c29073.entry.js → p-b5d0e4a2.entry.js} +1 -1
- package/dist/ptcw-design/{p-a7cb3851.entry.js → p-be00fb74.entry.js} +1 -1
- package/dist/ptcw-design/p-be533f0d.js +134 -0
- package/dist/ptcw-design/{p-89ba3dfd.entry.js → p-bf2f9183.entry.js} +1 -1
- package/dist/ptcw-design/{p-dbbe35bf.entry.js → p-bf439f9b.entry.js} +1 -1
- package/dist/ptcw-design/{p-38a56ed6.entry.js → p-c05e326f.entry.js} +1 -1
- package/dist/ptcw-design/p-c1513c3f.js +203 -0
- package/dist/ptcw-design/{p-ffb0ff97.entry.js → p-c415ab42.entry.js} +1 -1
- package/dist/ptcw-design/{p-aac082cf.entry.js → p-c5417010.entry.js} +1 -1
- package/dist/ptcw-design/{p-97b9f41b.entry.js → p-c5886b7b.entry.js} +1 -1
- package/dist/ptcw-design/{p-04f0b1ba.entry.js → p-c9a73ad1.entry.js} +1 -1
- package/dist/ptcw-design/p-c9c0c5b0.entry.js +1 -0
- package/dist/ptcw-design/{p-5946d7c9.entry.js → p-cab0274c.entry.js} +1 -1
- package/dist/ptcw-design/p-cc62e907.entry.js +1 -0
- package/dist/ptcw-design/p-ccead907.entry.js +1 -0
- package/dist/ptcw-design/p-ce6349f1.entry.js +1 -0
- package/dist/ptcw-design/{p-1a6759a4.entry.js → p-d113403b.entry.js} +1 -1
- package/dist/ptcw-design/{p-e3bf092e.entry.js → p-d1f57070.entry.js} +1 -1
- package/dist/ptcw-design/{p-6f5fecae.entry.js → p-d2ed7e48.entry.js} +1 -1
- package/dist/ptcw-design/{p-2749c178.entry.js → p-d574d14a.entry.js} +1 -1
- package/dist/ptcw-design/{p-0ee01112.entry.js → p-d5fbe774.entry.js} +1 -1
- package/dist/ptcw-design/{p-a54c6da5.entry.js → p-dabb1b70.entry.js} +1 -1
- package/dist/ptcw-design/{p-a0bf3dd2.entry.js → p-dadbab48.entry.js} +1 -1
- package/dist/ptcw-design/p-dd10fc1f.entry.js +1 -0
- package/dist/ptcw-design/{p-c5f42895.entry.js → p-dd38bf84.entry.js} +1 -1
- package/dist/ptcw-design/p-dd978236.entry.js +1 -0
- package/dist/ptcw-design/{p-d7275289.entry.js → p-e1242dd4.entry.js} +1 -1
- package/dist/ptcw-design/{p-a37c5209.entry.js → p-e2e33ddb.entry.js} +1 -1
- package/dist/ptcw-design/p-e48bf1ce.entry.js +68 -0
- package/dist/ptcw-design/p-e4c56952.entry.js +1 -0
- package/dist/ptcw-design/{p-fdee2cdc.entry.js → p-e6ebc832.entry.js} +1 -1
- package/dist/ptcw-design/{p-89177041.entry.js → p-e75dff95.entry.js} +1 -1
- package/dist/ptcw-design/{p-c68d31c6.entry.js → p-e87a4ff8.entry.js} +1 -1
- package/dist/ptcw-design/{p-0a9ee6c2.entry.js → p-e8b51e7d.entry.js} +1 -1
- package/dist/ptcw-design/p-e9987674.entry.js +1 -0
- package/dist/ptcw-design/{p-6a3caf2b.entry.js → p-ea8e0b2e.entry.js} +1 -1
- package/dist/ptcw-design/{p-7a1db471.entry.js → p-ecfc8211.entry.js} +1 -1
- package/dist/ptcw-design/{p-27a4ee73.entry.js → p-eef5d58b.entry.js} +1 -1
- package/dist/ptcw-design/{p-071a6109.entry.js → p-ef0079b0.entry.js} +1 -1
- package/dist/ptcw-design/{p-da02913d.entry.js → p-f05be87f.entry.js} +1 -1
- package/dist/ptcw-design/{p-f5c97ab2.entry.js → p-f2006b03.entry.js} +1 -1
- package/dist/ptcw-design/p-f5dd551a.entry.js +1 -0
- package/dist/ptcw-design/p-f6c3ae79.entry.js +1 -0
- package/dist/ptcw-design/{p-4f93c631.entry.js → p-f77c7c78.entry.js} +1 -1
- package/dist/ptcw-design/{p-28be539b.entry.js → p-f7ff8ee1.entry.js} +1 -1
- package/dist/ptcw-design/ptcw-design.css +2 -2
- package/dist/ptcw-design/ptcw-design.esm.js +1 -1
- package/dist/types/components/organism-bundles/event-podcast-slider-example/event-podcast-slider-example.d.ts +11 -0
- package/dist/types/components/ptc-button/ptc-button.d.ts +0 -1
- package/dist/types/components/ptc-card-bottom/ptc-card-bottom.d.ts +3 -1
- package/dist/types/components/ptc-card-content/ptc-card-content.d.ts +1 -1
- package/dist/types/components/ptc-card-wrapper/ptc-card-wrapper.d.ts +1 -1
- package/dist/types/components/ptc-collapse-list/ptc-collapse-list.d.ts +2 -3
- package/dist/types/components/ptc-icon-card/ptc-icon-card.d.ts +0 -6
- package/dist/types/components/ptc-link/ptc-link.d.ts +0 -1
- package/dist/types/components/ptc-modal/ptc-modal.d.ts +1 -1
- package/dist/types/components/ptc-para/ptc-para.d.ts +1 -1
- package/dist/types/components/ptc-previous-url/ptc-previous-url.d.ts +0 -2
- package/dist/types/components/ptc-social-icons-footer/ptc-social-icons-footer.d.ts +0 -5
- package/dist/types/components.d.ts +31 -45
- package/dist/types/utils/utils.d.ts +0 -1
- package/package.json +1 -1
- package/readme.md +1 -5
- package/dist/cjs/icon-asset.cjs.entry.js +0 -65
- package/dist/cjs/interfaces-574e6df7.js +0 -15
- package/dist/cjs/list-item.cjs.entry.js +0 -48
- package/dist/cjs/max-width-container.cjs.entry.js +0 -54
- package/dist/cjs/modal-form-example.cjs.entry.js +0 -94
- package/dist/cjs/ptc-background-video.cjs.entry.js +0 -102
- package/dist/cjs/ptc-breadcrumb.cjs.entry.js +0 -47
- package/dist/cjs/ptc-button.cjs.entry.js +0 -87
- package/dist/cjs/ptc-img.cjs.entry.js +0 -133
- package/dist/cjs/ptc-jumbotron.cjs.entry.js +0 -151
- package/dist/cjs/ptc-para.cjs.entry.js +0 -127
- package/dist/cjs/ptc-picture.cjs.entry.js +0 -163
- package/dist/cjs/ptc-spacer.cjs.entry.js +0 -38
- package/dist/cjs/ptc-title.cjs.entry.js +0 -152
- package/dist/cjs/ptc-tooltip.cjs.entry.js +0 -107
- package/dist/collection/components/organism-bundles/form/modal-from-example/modal-form-example.css +0 -26
- package/dist/collection/components/organism-bundles/form/modal-from-example/modal-form-example.js +0 -99
- package/dist/collection/stories/organisms/eSupport/CaseTracker/preview.stories.js +0 -45
- package/dist/collection/stories/organisms/eSupport/SupportArticle/preview.stories.js +0 -47
- package/dist/collection/stories/organisms/eSupport/SupportPage/preview.stories.js +0 -157
- package/dist/esm/icon-asset.entry.js +0 -61
- package/dist/esm/interfaces-4caedd26.js +0 -12
- package/dist/esm/list-item.entry.js +0 -44
- package/dist/esm/max-width-container.entry.js +0 -50
- package/dist/esm/modal-form-example.entry.js +0 -90
- package/dist/esm/ptc-background-video.entry.js +0 -98
- package/dist/esm/ptc-breadcrumb.entry.js +0 -43
- package/dist/esm/ptc-button.entry.js +0 -83
- package/dist/esm/ptc-img.entry.js +0 -129
- package/dist/esm/ptc-jumbotron.entry.js +0 -147
- package/dist/esm/ptc-para.entry.js +0 -123
- package/dist/esm/ptc-picture.entry.js +0 -159
- package/dist/esm/ptc-spacer.entry.js +0 -34
- package/dist/esm/ptc-title.entry.js +0 -148
- package/dist/esm/ptc-tooltip.entry.js +0 -103
- package/dist/ptcw-design/p-0a214a22.entry.js +0 -1
- package/dist/ptcw-design/p-0c69ea52.entry.js +0 -1
- package/dist/ptcw-design/p-0d806031.entry.js +0 -1
- package/dist/ptcw-design/p-0d992cda.entry.js +0 -68
- package/dist/ptcw-design/p-1070f8a3.entry.js +0 -1
- package/dist/ptcw-design/p-122c54b0.entry.js +0 -1
- package/dist/ptcw-design/p-158f6d50.entry.js +0 -1
- package/dist/ptcw-design/p-17f6e145.entry.js +0 -1
- package/dist/ptcw-design/p-257deac0.entry.js +0 -1
- package/dist/ptcw-design/p-25a25451.entry.js +0 -1
- package/dist/ptcw-design/p-260ecfef.entry.js +0 -1
- package/dist/ptcw-design/p-29240ef8.entry.js +0 -1
- package/dist/ptcw-design/p-2ac5ed9c.entry.js +0 -1
- package/dist/ptcw-design/p-34c50b3e.entry.js +0 -1
- package/dist/ptcw-design/p-3738a01f.entry.js +0 -1
- package/dist/ptcw-design/p-4cee12b8.entry.js +0 -1
- package/dist/ptcw-design/p-4ee98a3e.entry.js +0 -1
- package/dist/ptcw-design/p-50d68602.entry.js +0 -1
- package/dist/ptcw-design/p-5ef23b5c.entry.js +0 -1
- package/dist/ptcw-design/p-627103d8.entry.js +0 -1
- package/dist/ptcw-design/p-711bcdad.js +0 -1
- package/dist/ptcw-design/p-72df6678.entry.js +0 -1
- package/dist/ptcw-design/p-7793babb.entry.js +0 -1
- package/dist/ptcw-design/p-77b1221e.js +0 -1
- package/dist/ptcw-design/p-799afee5.entry.js +0 -1
- package/dist/ptcw-design/p-8c692bd6.entry.js +0 -1
- package/dist/ptcw-design/p-8e297cd7.entry.js +0 -1
- package/dist/ptcw-design/p-90c4f08b.entry.js +0 -1
- package/dist/ptcw-design/p-92d22c78.entry.js +0 -1
- package/dist/ptcw-design/p-94b52339.entry.js +0 -1
- package/dist/ptcw-design/p-95187918.entry.js +0 -1
- package/dist/ptcw-design/p-97eb1025.entry.js +0 -1
- package/dist/ptcw-design/p-99daf693.entry.js +0 -1
- package/dist/ptcw-design/p-9a6bd91f.entry.js +0 -1
- package/dist/ptcw-design/p-9d3a7f36.entry.js +0 -1
- package/dist/ptcw-design/p-9e9ae28c.entry.js +0 -1
- package/dist/ptcw-design/p-a3b57ede.entry.js +0 -1
- package/dist/ptcw-design/p-a4f65d28.entry.js +0 -1
- package/dist/ptcw-design/p-b1ebac6f.entry.js +0 -1
- package/dist/ptcw-design/p-b3bbd17d.entry.js +0 -1
- package/dist/ptcw-design/p-b50f71dd.entry.js +0 -1
- package/dist/ptcw-design/p-b8ee8699.entry.js +0 -1
- package/dist/ptcw-design/p-ba8c58a7.entry.js +0 -1
- package/dist/ptcw-design/p-bcab66bf.js +0 -336
- package/dist/ptcw-design/p-bf18b622.entry.js +0 -1
- package/dist/ptcw-design/p-c01ea76f.entry.js +0 -1
- package/dist/ptcw-design/p-cbee4653.entry.js +0 -1
- package/dist/ptcw-design/p-d2cc0297.entry.js +0 -1
- package/dist/ptcw-design/p-d2e26642.entry.js +0 -1
- package/dist/ptcw-design/p-d3229458.entry.js +0 -1
- package/dist/ptcw-design/p-d756db27.entry.js +0 -1
- package/dist/ptcw-design/p-de960790.entry.js +0 -1
- package/dist/ptcw-design/p-e89ce54f.entry.js +0 -1
- package/dist/ptcw-design/p-f8512dc9.entry.js +0 -1
- package/dist/ptcw-design/p-fd394e84.entry.js +0 -1
- package/dist/ptcw-design/p-fd7e5935.entry.js +0 -1
- package/dist/types/components/organism-bundles/form/modal-from-example/modal-form-example.d.ts +0 -25
|
@@ -0,0 +1,1222 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Swiper 9.4.1
|
|
3
|
+
* Most modern mobile touch slider and framework with hardware accelerated transitions
|
|
4
|
+
* https://swiperjs.com
|
|
5
|
+
*
|
|
6
|
+
* Copyright 2014-2023 Vladimir Kharlampidi
|
|
7
|
+
*
|
|
8
|
+
* Released under the MIT License
|
|
9
|
+
*
|
|
10
|
+
* Released on: June 13, 2023
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
/* FONT_START */
|
|
14
|
+
@font-face {
|
|
15
|
+
font-family: 'swiper-icons';
|
|
16
|
+
src: url('data:application/font-woff;charset=utf-8;base64, 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');
|
|
17
|
+
font-weight: 400;
|
|
18
|
+
font-style: normal;
|
|
19
|
+
}
|
|
20
|
+
/* FONT_END */
|
|
21
|
+
:root {
|
|
22
|
+
--swiper-theme-color: #007aff;
|
|
23
|
+
/*
|
|
24
|
+
--swiper-preloader-color: var(--swiper-theme-color);
|
|
25
|
+
--swiper-wrapper-transition-timing-function: initial;
|
|
26
|
+
*/
|
|
27
|
+
}
|
|
28
|
+
.swiper,
|
|
29
|
+
swiper-container {
|
|
30
|
+
margin-left: auto;
|
|
31
|
+
margin-right: auto;
|
|
32
|
+
position: relative;
|
|
33
|
+
overflow: hidden;
|
|
34
|
+
list-style: none;
|
|
35
|
+
padding: 0;
|
|
36
|
+
/* Fix of Webkit flickering */
|
|
37
|
+
z-index: 1;
|
|
38
|
+
display: block;
|
|
39
|
+
}
|
|
40
|
+
.swiper-vertical > .swiper-wrapper {
|
|
41
|
+
flex-direction: column;
|
|
42
|
+
}
|
|
43
|
+
.swiper-wrapper {
|
|
44
|
+
position: relative;
|
|
45
|
+
width: 100%;
|
|
46
|
+
height: 100%;
|
|
47
|
+
z-index: 1;
|
|
48
|
+
display: flex;
|
|
49
|
+
transition-property: transform;
|
|
50
|
+
transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
|
|
51
|
+
box-sizing: content-box;
|
|
52
|
+
}
|
|
53
|
+
.swiper-android .swiper-slide,
|
|
54
|
+
.swiper-wrapper {
|
|
55
|
+
transform: translate3d(0px, 0, 0);
|
|
56
|
+
}
|
|
57
|
+
.swiper-horizontal {
|
|
58
|
+
touch-action: pan-y;
|
|
59
|
+
}
|
|
60
|
+
.swiper-vertical {
|
|
61
|
+
touch-action: pan-x;
|
|
62
|
+
}
|
|
63
|
+
.swiper-slide,
|
|
64
|
+
swiper-slide {
|
|
65
|
+
flex-shrink: 0;
|
|
66
|
+
width: 100%;
|
|
67
|
+
height: 100%;
|
|
68
|
+
position: relative;
|
|
69
|
+
transition-property: transform;
|
|
70
|
+
display: block;
|
|
71
|
+
}
|
|
72
|
+
.swiper-slide-invisible-blank {
|
|
73
|
+
visibility: hidden;
|
|
74
|
+
}
|
|
75
|
+
/* Auto Height */
|
|
76
|
+
.swiper-autoheight,
|
|
77
|
+
.swiper-autoheight .swiper-slide {
|
|
78
|
+
height: auto;
|
|
79
|
+
}
|
|
80
|
+
.swiper-autoheight .swiper-wrapper {
|
|
81
|
+
align-items: flex-start;
|
|
82
|
+
transition-property: transform, height;
|
|
83
|
+
}
|
|
84
|
+
.swiper-backface-hidden .swiper-slide {
|
|
85
|
+
transform: translateZ(0);
|
|
86
|
+
-webkit-backface-visibility: hidden;
|
|
87
|
+
backface-visibility: hidden;
|
|
88
|
+
}
|
|
89
|
+
/* 3D Effects */
|
|
90
|
+
.swiper-3d.swiper-css-mode .swiper-wrapper {
|
|
91
|
+
perspective: 1200px;
|
|
92
|
+
}
|
|
93
|
+
.swiper-3d .swiper-wrapper {
|
|
94
|
+
transform-style: preserve-3d;
|
|
95
|
+
}
|
|
96
|
+
.swiper-3d {
|
|
97
|
+
perspective: 1200px;
|
|
98
|
+
}
|
|
99
|
+
.swiper-3d .swiper-slide,
|
|
100
|
+
.swiper-3d .swiper-slide-shadow,
|
|
101
|
+
.swiper-3d .swiper-slide-shadow-left,
|
|
102
|
+
.swiper-3d .swiper-slide-shadow-right,
|
|
103
|
+
.swiper-3d .swiper-slide-shadow-top,
|
|
104
|
+
.swiper-3d .swiper-slide-shadow-bottom,
|
|
105
|
+
.swiper-3d .swiper-cube-shadow {
|
|
106
|
+
transform-style: preserve-3d;
|
|
107
|
+
}
|
|
108
|
+
.swiper-3d .swiper-slide-shadow,
|
|
109
|
+
.swiper-3d .swiper-slide-shadow-left,
|
|
110
|
+
.swiper-3d .swiper-slide-shadow-right,
|
|
111
|
+
.swiper-3d .swiper-slide-shadow-top,
|
|
112
|
+
.swiper-3d .swiper-slide-shadow-bottom {
|
|
113
|
+
position: absolute;
|
|
114
|
+
left: 0;
|
|
115
|
+
top: 0;
|
|
116
|
+
width: 100%;
|
|
117
|
+
height: 100%;
|
|
118
|
+
pointer-events: none;
|
|
119
|
+
z-index: 10;
|
|
120
|
+
}
|
|
121
|
+
.swiper-3d .swiper-slide-shadow {
|
|
122
|
+
background: rgba(0, 0, 0, 0.15);
|
|
123
|
+
}
|
|
124
|
+
.swiper-3d .swiper-slide-shadow-left {
|
|
125
|
+
background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
|
|
126
|
+
}
|
|
127
|
+
.swiper-3d .swiper-slide-shadow-right {
|
|
128
|
+
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
|
|
129
|
+
}
|
|
130
|
+
.swiper-3d .swiper-slide-shadow-top {
|
|
131
|
+
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
|
|
132
|
+
}
|
|
133
|
+
.swiper-3d .swiper-slide-shadow-bottom {
|
|
134
|
+
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
|
|
135
|
+
}
|
|
136
|
+
/* CSS Mode */
|
|
137
|
+
.swiper-css-mode > .swiper-wrapper {
|
|
138
|
+
overflow: auto;
|
|
139
|
+
scrollbar-width: none;
|
|
140
|
+
/* For Firefox */
|
|
141
|
+
-ms-overflow-style: none;
|
|
142
|
+
/* For Internet Explorer and Edge */
|
|
143
|
+
}
|
|
144
|
+
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
|
|
145
|
+
display: none;
|
|
146
|
+
}
|
|
147
|
+
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
|
|
148
|
+
scroll-snap-align: start start;
|
|
149
|
+
}
|
|
150
|
+
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
|
|
151
|
+
scroll-snap-type: x mandatory;
|
|
152
|
+
}
|
|
153
|
+
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
|
|
154
|
+
scroll-snap-type: y mandatory;
|
|
155
|
+
}
|
|
156
|
+
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
|
|
157
|
+
scroll-snap-type: none;
|
|
158
|
+
}
|
|
159
|
+
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
|
|
160
|
+
scroll-snap-align: none;
|
|
161
|
+
}
|
|
162
|
+
.swiper-centered > .swiper-wrapper::before {
|
|
163
|
+
content: '';
|
|
164
|
+
flex-shrink: 0;
|
|
165
|
+
order: 9999;
|
|
166
|
+
}
|
|
167
|
+
.swiper-centered > .swiper-wrapper > .swiper-slide {
|
|
168
|
+
scroll-snap-align: center center;
|
|
169
|
+
scroll-snap-stop: always;
|
|
170
|
+
}
|
|
171
|
+
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
|
|
172
|
+
margin-inline-start: var(--swiper-centered-offset-before);
|
|
173
|
+
}
|
|
174
|
+
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
|
|
175
|
+
height: 100%;
|
|
176
|
+
min-height: 1px;
|
|
177
|
+
width: var(--swiper-centered-offset-after);
|
|
178
|
+
}
|
|
179
|
+
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
|
|
180
|
+
margin-block-start: var(--swiper-centered-offset-before);
|
|
181
|
+
}
|
|
182
|
+
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
|
|
183
|
+
width: 100%;
|
|
184
|
+
min-width: 1px;
|
|
185
|
+
height: var(--swiper-centered-offset-after);
|
|
186
|
+
}
|
|
187
|
+
.swiper-lazy-preloader {
|
|
188
|
+
width: 42px;
|
|
189
|
+
height: 42px;
|
|
190
|
+
position: absolute;
|
|
191
|
+
left: 50%;
|
|
192
|
+
top: 50%;
|
|
193
|
+
margin-left: -21px;
|
|
194
|
+
margin-top: -21px;
|
|
195
|
+
z-index: 10;
|
|
196
|
+
transform-origin: 50%;
|
|
197
|
+
box-sizing: border-box;
|
|
198
|
+
border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
|
|
199
|
+
border-radius: 50%;
|
|
200
|
+
border-top-color: transparent;
|
|
201
|
+
}
|
|
202
|
+
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
|
|
203
|
+
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
|
|
204
|
+
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
|
|
205
|
+
animation: swiper-preloader-spin 1s infinite linear;
|
|
206
|
+
}
|
|
207
|
+
.swiper-lazy-preloader-white {
|
|
208
|
+
--swiper-preloader-color: #fff;
|
|
209
|
+
}
|
|
210
|
+
.swiper-lazy-preloader-black {
|
|
211
|
+
--swiper-preloader-color: #000;
|
|
212
|
+
}
|
|
213
|
+
@keyframes swiper-preloader-spin {
|
|
214
|
+
0% {
|
|
215
|
+
transform: rotate(0deg);
|
|
216
|
+
}
|
|
217
|
+
100% {
|
|
218
|
+
transform: rotate(360deg);
|
|
219
|
+
}
|
|
220
|
+
}
|
|
221
|
+
.swiper-virtual .swiper-slide {
|
|
222
|
+
-webkit-backface-visibility: hidden;
|
|
223
|
+
transform: translateZ(0);
|
|
224
|
+
}
|
|
225
|
+
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
|
|
226
|
+
content: '';
|
|
227
|
+
position: absolute;
|
|
228
|
+
left: 0;
|
|
229
|
+
top: 0;
|
|
230
|
+
pointer-events: none;
|
|
231
|
+
}
|
|
232
|
+
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
|
|
233
|
+
height: 1px;
|
|
234
|
+
width: var(--swiper-virtual-size);
|
|
235
|
+
}
|
|
236
|
+
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
|
|
237
|
+
width: 1px;
|
|
238
|
+
height: var(--swiper-virtual-size);
|
|
239
|
+
}
|
|
240
|
+
:root {
|
|
241
|
+
--swiper-navigation-size: 44px;
|
|
242
|
+
/*
|
|
243
|
+
--swiper-navigation-top-offset: 50%;
|
|
244
|
+
--swiper-navigation-sides-offset: 10px;
|
|
245
|
+
--swiper-navigation-color: var(--swiper-theme-color);
|
|
246
|
+
*/
|
|
247
|
+
}
|
|
248
|
+
.swiper-button-prev,
|
|
249
|
+
.swiper-button-next {
|
|
250
|
+
position: absolute;
|
|
251
|
+
top: var(--swiper-navigation-top-offset, 50%);
|
|
252
|
+
width: calc(var(--swiper-navigation-size) / 44 * 27);
|
|
253
|
+
height: var(--swiper-navigation-size);
|
|
254
|
+
margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
|
|
255
|
+
z-index: 10;
|
|
256
|
+
cursor: pointer;
|
|
257
|
+
display: flex;
|
|
258
|
+
align-items: center;
|
|
259
|
+
justify-content: center;
|
|
260
|
+
color: var(--swiper-navigation-color, var(--swiper-theme-color));
|
|
261
|
+
}
|
|
262
|
+
.swiper-button-prev.swiper-button-disabled,
|
|
263
|
+
.swiper-button-next.swiper-button-disabled {
|
|
264
|
+
opacity: 0.35;
|
|
265
|
+
cursor: auto;
|
|
266
|
+
pointer-events: none;
|
|
267
|
+
}
|
|
268
|
+
.swiper-button-prev.swiper-button-hidden,
|
|
269
|
+
.swiper-button-next.swiper-button-hidden {
|
|
270
|
+
opacity: 0;
|
|
271
|
+
cursor: auto;
|
|
272
|
+
pointer-events: none;
|
|
273
|
+
}
|
|
274
|
+
.swiper-navigation-disabled .swiper-button-prev,
|
|
275
|
+
.swiper-navigation-disabled .swiper-button-next {
|
|
276
|
+
display: none !important;
|
|
277
|
+
}
|
|
278
|
+
.swiper-button-prev:after,
|
|
279
|
+
.swiper-button-next:after {
|
|
280
|
+
font-family: swiper-icons;
|
|
281
|
+
font-size: var(--swiper-navigation-size);
|
|
282
|
+
text-transform: none !important;
|
|
283
|
+
letter-spacing: 0;
|
|
284
|
+
font-variant: initial;
|
|
285
|
+
line-height: 1;
|
|
286
|
+
}
|
|
287
|
+
.swiper-button-prev,
|
|
288
|
+
.swiper-rtl .swiper-button-next {
|
|
289
|
+
left: var(--swiper-navigation-sides-offset, 10px);
|
|
290
|
+
right: auto;
|
|
291
|
+
}
|
|
292
|
+
.swiper-button-prev:after,
|
|
293
|
+
.swiper-rtl .swiper-button-next:after {
|
|
294
|
+
content: 'prev';
|
|
295
|
+
}
|
|
296
|
+
.swiper-button-next,
|
|
297
|
+
.swiper-rtl .swiper-button-prev {
|
|
298
|
+
right: var(--swiper-navigation-sides-offset, 10px);
|
|
299
|
+
left: auto;
|
|
300
|
+
}
|
|
301
|
+
.swiper-button-next:after,
|
|
302
|
+
.swiper-rtl .swiper-button-prev:after {
|
|
303
|
+
content: 'next';
|
|
304
|
+
}
|
|
305
|
+
.swiper-button-lock {
|
|
306
|
+
display: none;
|
|
307
|
+
}
|
|
308
|
+
:root {
|
|
309
|
+
/*
|
|
310
|
+
--swiper-pagination-color: var(--swiper-theme-color);
|
|
311
|
+
--swiper-pagination-left: auto;
|
|
312
|
+
--swiper-pagination-right: 8px;
|
|
313
|
+
--swiper-pagination-bottom: 8px;
|
|
314
|
+
--swiper-pagination-top: auto;
|
|
315
|
+
--swiper-pagination-fraction-color: inherit;
|
|
316
|
+
--swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
|
|
317
|
+
--swiper-pagination-progressbar-size: 4px;
|
|
318
|
+
--swiper-pagination-bullet-size: 8px;
|
|
319
|
+
--swiper-pagination-bullet-width: 8px;
|
|
320
|
+
--swiper-pagination-bullet-height: 8px;
|
|
321
|
+
--swiper-pagination-bullet-border-radius: 50%;
|
|
322
|
+
--swiper-pagination-bullet-inactive-color: #000;
|
|
323
|
+
--swiper-pagination-bullet-inactive-opacity: 0.2;
|
|
324
|
+
--swiper-pagination-bullet-opacity: 1;
|
|
325
|
+
--swiper-pagination-bullet-horizontal-gap: 4px;
|
|
326
|
+
--swiper-pagination-bullet-vertical-gap: 6px;
|
|
327
|
+
*/
|
|
328
|
+
}
|
|
329
|
+
.swiper-pagination {
|
|
330
|
+
position: absolute;
|
|
331
|
+
text-align: center;
|
|
332
|
+
transition: 300ms opacity;
|
|
333
|
+
transform: translate3d(0, 0, 0);
|
|
334
|
+
z-index: 10;
|
|
335
|
+
}
|
|
336
|
+
.swiper-pagination.swiper-pagination-hidden {
|
|
337
|
+
opacity: 0;
|
|
338
|
+
}
|
|
339
|
+
.swiper-pagination-disabled > .swiper-pagination,
|
|
340
|
+
.swiper-pagination.swiper-pagination-disabled {
|
|
341
|
+
display: none !important;
|
|
342
|
+
}
|
|
343
|
+
/* Common Styles */
|
|
344
|
+
.swiper-pagination-fraction,
|
|
345
|
+
.swiper-pagination-custom,
|
|
346
|
+
.swiper-horizontal > .swiper-pagination-bullets,
|
|
347
|
+
.swiper-pagination-bullets.swiper-pagination-horizontal {
|
|
348
|
+
bottom: var(--swiper-pagination-bottom, 8px);
|
|
349
|
+
top: var(--swiper-pagination-top, auto);
|
|
350
|
+
left: 0;
|
|
351
|
+
width: 100%;
|
|
352
|
+
}
|
|
353
|
+
/* Bullets */
|
|
354
|
+
.swiper-pagination-bullets-dynamic {
|
|
355
|
+
overflow: hidden;
|
|
356
|
+
font-size: 0;
|
|
357
|
+
}
|
|
358
|
+
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
|
|
359
|
+
transform: scale(0.33);
|
|
360
|
+
position: relative;
|
|
361
|
+
}
|
|
362
|
+
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
|
|
363
|
+
transform: scale(1);
|
|
364
|
+
}
|
|
365
|
+
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
|
|
366
|
+
transform: scale(1);
|
|
367
|
+
}
|
|
368
|
+
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
|
|
369
|
+
transform: scale(0.66);
|
|
370
|
+
}
|
|
371
|
+
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
|
|
372
|
+
transform: scale(0.33);
|
|
373
|
+
}
|
|
374
|
+
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
|
|
375
|
+
transform: scale(0.66);
|
|
376
|
+
}
|
|
377
|
+
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
|
|
378
|
+
transform: scale(0.33);
|
|
379
|
+
}
|
|
380
|
+
.swiper-pagination-bullet {
|
|
381
|
+
width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
|
|
382
|
+
height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
|
|
383
|
+
display: inline-block;
|
|
384
|
+
border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
|
|
385
|
+
background: var(--swiper-pagination-bullet-inactive-color, #000);
|
|
386
|
+
opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
|
|
387
|
+
}
|
|
388
|
+
button.swiper-pagination-bullet {
|
|
389
|
+
border: none;
|
|
390
|
+
margin: 0;
|
|
391
|
+
padding: 0;
|
|
392
|
+
box-shadow: none;
|
|
393
|
+
-webkit-appearance: none;
|
|
394
|
+
appearance: none;
|
|
395
|
+
}
|
|
396
|
+
.swiper-pagination-clickable .swiper-pagination-bullet {
|
|
397
|
+
cursor: pointer;
|
|
398
|
+
}
|
|
399
|
+
.swiper-pagination-bullet:only-child {
|
|
400
|
+
display: none !important;
|
|
401
|
+
}
|
|
402
|
+
.swiper-pagination-bullet-active {
|
|
403
|
+
opacity: var(--swiper-pagination-bullet-opacity, 1);
|
|
404
|
+
background: var(--swiper-pagination-color, var(--swiper-theme-color));
|
|
405
|
+
}
|
|
406
|
+
.swiper-vertical > .swiper-pagination-bullets,
|
|
407
|
+
.swiper-pagination-vertical.swiper-pagination-bullets {
|
|
408
|
+
right: var(--swiper-pagination-right, 8px);
|
|
409
|
+
left: var(--swiper-pagination-left, auto);
|
|
410
|
+
top: 50%;
|
|
411
|
+
transform: translate3d(0px, -50%, 0);
|
|
412
|
+
}
|
|
413
|
+
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
|
|
414
|
+
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
|
|
415
|
+
margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
|
|
416
|
+
display: block;
|
|
417
|
+
}
|
|
418
|
+
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
|
|
419
|
+
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
|
|
420
|
+
top: 50%;
|
|
421
|
+
transform: translateY(-50%);
|
|
422
|
+
width: 8px;
|
|
423
|
+
}
|
|
424
|
+
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
|
|
425
|
+
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
|
|
426
|
+
display: inline-block;
|
|
427
|
+
transition: 200ms transform, 200ms top;
|
|
428
|
+
}
|
|
429
|
+
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
|
|
430
|
+
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
|
|
431
|
+
margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
|
|
432
|
+
}
|
|
433
|
+
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
|
|
434
|
+
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
|
|
435
|
+
left: 50%;
|
|
436
|
+
transform: translateX(-50%);
|
|
437
|
+
white-space: nowrap;
|
|
438
|
+
}
|
|
439
|
+
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
|
|
440
|
+
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
|
|
441
|
+
transition: 200ms transform, 200ms left;
|
|
442
|
+
}
|
|
443
|
+
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
|
|
444
|
+
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
|
|
445
|
+
transition: 200ms transform, 200ms right;
|
|
446
|
+
}
|
|
447
|
+
/* Fraction */
|
|
448
|
+
.swiper-pagination-fraction {
|
|
449
|
+
color: var(--swiper-pagination-fraction-color, inherit);
|
|
450
|
+
}
|
|
451
|
+
/* Progress */
|
|
452
|
+
.swiper-pagination-progressbar {
|
|
453
|
+
background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
|
|
454
|
+
position: absolute;
|
|
455
|
+
/*ADD_HOST*/
|
|
456
|
+
}
|
|
457
|
+
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
|
|
458
|
+
background: var(--swiper-pagination-color, var(--swiper-theme-color));
|
|
459
|
+
position: absolute;
|
|
460
|
+
left: 0;
|
|
461
|
+
top: 0;
|
|
462
|
+
width: 100%;
|
|
463
|
+
height: 100%;
|
|
464
|
+
transform: scale(0);
|
|
465
|
+
transform-origin: left top;
|
|
466
|
+
}
|
|
467
|
+
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
|
|
468
|
+
transform-origin: right top;
|
|
469
|
+
}
|
|
470
|
+
.swiper-horizontal > .swiper-pagination-progressbar,
|
|
471
|
+
.swiper-pagination-progressbar.swiper-pagination-horizontal,
|
|
472
|
+
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
|
|
473
|
+
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
|
|
474
|
+
width: 100%;
|
|
475
|
+
height: var(--swiper-pagination-progressbar-size, 4px);
|
|
476
|
+
left: 0;
|
|
477
|
+
top: 0;
|
|
478
|
+
}
|
|
479
|
+
.swiper-vertical > .swiper-pagination-progressbar,
|
|
480
|
+
.swiper-pagination-progressbar.swiper-pagination-vertical,
|
|
481
|
+
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
|
|
482
|
+
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
|
|
483
|
+
width: var(--swiper-pagination-progressbar-size, 4px);
|
|
484
|
+
height: 100%;
|
|
485
|
+
left: 0;
|
|
486
|
+
top: 0;
|
|
487
|
+
}
|
|
488
|
+
.swiper-pagination-lock {
|
|
489
|
+
display: none;
|
|
490
|
+
}
|
|
491
|
+
:root {
|
|
492
|
+
/*
|
|
493
|
+
--swiper-scrollbar-border-radius: 10px;
|
|
494
|
+
--swiper-scrollbar-top: auto;
|
|
495
|
+
--swiper-scrollbar-bottom: 4px;
|
|
496
|
+
--swiper-scrollbar-left: auto;
|
|
497
|
+
--swiper-scrollbar-right: 4px;
|
|
498
|
+
--swiper-scrollbar-sides-offset: 1%;
|
|
499
|
+
--swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
|
|
500
|
+
--swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
|
|
501
|
+
--swiper-scrollbar-size: 4px;
|
|
502
|
+
*/
|
|
503
|
+
}
|
|
504
|
+
.swiper-scrollbar {
|
|
505
|
+
border-radius: var(--swiper-scrollbar-border-radius, 10px);
|
|
506
|
+
position: relative;
|
|
507
|
+
-ms-touch-action: none;
|
|
508
|
+
background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
|
|
509
|
+
}
|
|
510
|
+
.swiper-scrollbar-disabled > .swiper-scrollbar,
|
|
511
|
+
.swiper-scrollbar.swiper-scrollbar-disabled {
|
|
512
|
+
display: none !important;
|
|
513
|
+
}
|
|
514
|
+
.swiper-horizontal > .swiper-scrollbar,
|
|
515
|
+
.swiper-scrollbar.swiper-scrollbar-horizontal {
|
|
516
|
+
position: absolute;
|
|
517
|
+
left: var(--swiper-scrollbar-sides-offset, 1%);
|
|
518
|
+
bottom: var(--swiper-scrollbar-bottom, 4px);
|
|
519
|
+
top: var(--swiper-scrollbar-top, auto);
|
|
520
|
+
z-index: 50;
|
|
521
|
+
height: var(--swiper-scrollbar-size, 4px);
|
|
522
|
+
width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
|
|
523
|
+
}
|
|
524
|
+
.swiper-vertical > .swiper-scrollbar,
|
|
525
|
+
.swiper-scrollbar.swiper-scrollbar-vertical {
|
|
526
|
+
position: absolute;
|
|
527
|
+
left: var(--swiper-scrollbar-left, auto);
|
|
528
|
+
right: var(--swiper-scrollbar-right, 4px);
|
|
529
|
+
top: var(--swiper-scrollbar-sides-offset, 1%);
|
|
530
|
+
z-index: 50;
|
|
531
|
+
width: var(--swiper-scrollbar-size, 4px);
|
|
532
|
+
height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
|
|
533
|
+
}
|
|
534
|
+
.swiper-scrollbar-drag {
|
|
535
|
+
height: 100%;
|
|
536
|
+
width: 100%;
|
|
537
|
+
position: relative;
|
|
538
|
+
background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
|
|
539
|
+
border-radius: var(--swiper-scrollbar-border-radius, 10px);
|
|
540
|
+
left: 0;
|
|
541
|
+
top: 0;
|
|
542
|
+
}
|
|
543
|
+
.swiper-scrollbar-cursor-drag {
|
|
544
|
+
cursor: move;
|
|
545
|
+
}
|
|
546
|
+
.swiper-scrollbar-lock {
|
|
547
|
+
display: none;
|
|
548
|
+
}
|
|
549
|
+
.swiper-zoom-container {
|
|
550
|
+
width: 100%;
|
|
551
|
+
height: 100%;
|
|
552
|
+
display: flex;
|
|
553
|
+
justify-content: center;
|
|
554
|
+
align-items: center;
|
|
555
|
+
text-align: center;
|
|
556
|
+
}
|
|
557
|
+
.swiper-zoom-container > img,
|
|
558
|
+
.swiper-zoom-container > svg,
|
|
559
|
+
.swiper-zoom-container > canvas {
|
|
560
|
+
max-width: 100%;
|
|
561
|
+
max-height: 100%;
|
|
562
|
+
object-fit: contain;
|
|
563
|
+
}
|
|
564
|
+
.swiper-slide-zoomed {
|
|
565
|
+
cursor: move;
|
|
566
|
+
touch-action: none;
|
|
567
|
+
}
|
|
568
|
+
/* a11y */
|
|
569
|
+
.swiper .swiper-notification,
|
|
570
|
+
swiper-container .swiper-notification {
|
|
571
|
+
position: absolute;
|
|
572
|
+
left: 0;
|
|
573
|
+
top: 0;
|
|
574
|
+
pointer-events: none;
|
|
575
|
+
opacity: 0;
|
|
576
|
+
z-index: -1000;
|
|
577
|
+
}
|
|
578
|
+
.swiper-free-mode > .swiper-wrapper {
|
|
579
|
+
transition-timing-function: ease-out;
|
|
580
|
+
margin: 0 auto;
|
|
581
|
+
}
|
|
582
|
+
.swiper-grid > .swiper-wrapper {
|
|
583
|
+
flex-wrap: wrap;
|
|
584
|
+
}
|
|
585
|
+
.swiper-grid-column > .swiper-wrapper {
|
|
586
|
+
flex-wrap: wrap;
|
|
587
|
+
flex-direction: column;
|
|
588
|
+
}
|
|
589
|
+
.swiper-fade.swiper-free-mode .swiper-slide {
|
|
590
|
+
transition-timing-function: ease-out;
|
|
591
|
+
}
|
|
592
|
+
.swiper-fade .swiper-slide {
|
|
593
|
+
pointer-events: none;
|
|
594
|
+
transition-property: opacity;
|
|
595
|
+
}
|
|
596
|
+
.swiper-fade .swiper-slide .swiper-slide {
|
|
597
|
+
pointer-events: none;
|
|
598
|
+
}
|
|
599
|
+
.swiper-fade .swiper-slide-active,
|
|
600
|
+
.swiper-fade .swiper-slide-active .swiper-slide-active {
|
|
601
|
+
pointer-events: auto;
|
|
602
|
+
}
|
|
603
|
+
.swiper-cube {
|
|
604
|
+
overflow: visible;
|
|
605
|
+
}
|
|
606
|
+
.swiper-cube .swiper-slide {
|
|
607
|
+
pointer-events: none;
|
|
608
|
+
-webkit-backface-visibility: hidden;
|
|
609
|
+
backface-visibility: hidden;
|
|
610
|
+
z-index: 1;
|
|
611
|
+
visibility: hidden;
|
|
612
|
+
transform-origin: 0 0;
|
|
613
|
+
width: 100%;
|
|
614
|
+
height: 100%;
|
|
615
|
+
}
|
|
616
|
+
.swiper-cube .swiper-slide .swiper-slide {
|
|
617
|
+
pointer-events: none;
|
|
618
|
+
}
|
|
619
|
+
.swiper-cube.swiper-rtl .swiper-slide {
|
|
620
|
+
transform-origin: 100% 0;
|
|
621
|
+
}
|
|
622
|
+
.swiper-cube .swiper-slide-active,
|
|
623
|
+
.swiper-cube .swiper-slide-active .swiper-slide-active {
|
|
624
|
+
pointer-events: auto;
|
|
625
|
+
}
|
|
626
|
+
.swiper-cube .swiper-slide-active,
|
|
627
|
+
.swiper-cube .swiper-slide-next,
|
|
628
|
+
.swiper-cube .swiper-slide-prev,
|
|
629
|
+
.swiper-cube .swiper-slide-next + .swiper-slide {
|
|
630
|
+
pointer-events: auto;
|
|
631
|
+
visibility: visible;
|
|
632
|
+
}
|
|
633
|
+
.swiper-cube .swiper-slide-shadow-top,
|
|
634
|
+
.swiper-cube .swiper-slide-shadow-bottom,
|
|
635
|
+
.swiper-cube .swiper-slide-shadow-left,
|
|
636
|
+
.swiper-cube .swiper-slide-shadow-right {
|
|
637
|
+
z-index: 0;
|
|
638
|
+
-webkit-backface-visibility: hidden;
|
|
639
|
+
backface-visibility: hidden;
|
|
640
|
+
}
|
|
641
|
+
.swiper-cube .swiper-cube-shadow {
|
|
642
|
+
position: absolute;
|
|
643
|
+
left: 0;
|
|
644
|
+
bottom: 0px;
|
|
645
|
+
width: 100%;
|
|
646
|
+
height: 100%;
|
|
647
|
+
opacity: 0.6;
|
|
648
|
+
z-index: 0;
|
|
649
|
+
}
|
|
650
|
+
.swiper-cube .swiper-cube-shadow:before {
|
|
651
|
+
content: '';
|
|
652
|
+
background: #000;
|
|
653
|
+
position: absolute;
|
|
654
|
+
left: 0;
|
|
655
|
+
top: 0;
|
|
656
|
+
bottom: 0;
|
|
657
|
+
right: 0;
|
|
658
|
+
filter: blur(50px);
|
|
659
|
+
}
|
|
660
|
+
.swiper-flip {
|
|
661
|
+
overflow: visible;
|
|
662
|
+
}
|
|
663
|
+
.swiper-flip .swiper-slide {
|
|
664
|
+
pointer-events: none;
|
|
665
|
+
-webkit-backface-visibility: hidden;
|
|
666
|
+
backface-visibility: hidden;
|
|
667
|
+
z-index: 1;
|
|
668
|
+
}
|
|
669
|
+
.swiper-flip .swiper-slide .swiper-slide {
|
|
670
|
+
pointer-events: none;
|
|
671
|
+
}
|
|
672
|
+
.swiper-flip .swiper-slide-active,
|
|
673
|
+
.swiper-flip .swiper-slide-active .swiper-slide-active {
|
|
674
|
+
pointer-events: auto;
|
|
675
|
+
}
|
|
676
|
+
.swiper-flip .swiper-slide-shadow-top,
|
|
677
|
+
.swiper-flip .swiper-slide-shadow-bottom,
|
|
678
|
+
.swiper-flip .swiper-slide-shadow-left,
|
|
679
|
+
.swiper-flip .swiper-slide-shadow-right {
|
|
680
|
+
z-index: 0;
|
|
681
|
+
-webkit-backface-visibility: hidden;
|
|
682
|
+
backface-visibility: hidden;
|
|
683
|
+
}
|
|
684
|
+
.swiper-creative .swiper-slide {
|
|
685
|
+
-webkit-backface-visibility: hidden;
|
|
686
|
+
backface-visibility: hidden;
|
|
687
|
+
overflow: hidden;
|
|
688
|
+
transition-property: transform, opacity, height;
|
|
689
|
+
}
|
|
690
|
+
.swiper-cards {
|
|
691
|
+
overflow: visible;
|
|
692
|
+
}
|
|
693
|
+
.swiper-cards .swiper-slide {
|
|
694
|
+
transform-origin: center bottom;
|
|
695
|
+
-webkit-backface-visibility: hidden;
|
|
696
|
+
backface-visibility: hidden;
|
|
697
|
+
overflow: hidden;
|
|
698
|
+
}
|
|
699
|
+
|
|
700
|
+
h1,
|
|
701
|
+
h2,
|
|
702
|
+
h3,
|
|
703
|
+
h4,
|
|
704
|
+
h5,
|
|
705
|
+
h6,
|
|
706
|
+
p,
|
|
707
|
+
ul,
|
|
708
|
+
li,
|
|
709
|
+
ptc-subnav,
|
|
710
|
+
ptc-tab-list,
|
|
711
|
+
ptc-link, ptc-square-card,
|
|
712
|
+
.hyphenate-text, ptc-footer {
|
|
713
|
+
word-break: break-word;
|
|
714
|
+
hyphens: manual;
|
|
715
|
+
-webkit-hyphens: manual;
|
|
716
|
+
-moz-hyphens: manual;
|
|
717
|
+
-ms-hyphens: manual;
|
|
718
|
+
}
|
|
719
|
+
@supports (hyphenate-limit-chars: 12 3 3) {
|
|
720
|
+
h1,
|
|
721
|
+
h2,
|
|
722
|
+
h3,
|
|
723
|
+
h4,
|
|
724
|
+
h5,
|
|
725
|
+
h6,
|
|
726
|
+
p,
|
|
727
|
+
ul,
|
|
728
|
+
li,
|
|
729
|
+
ptc-subnav,
|
|
730
|
+
ptc-tab-list,
|
|
731
|
+
ptc-link, ptc-square-card,
|
|
732
|
+
.hyphenate-text, ptc-footer {
|
|
733
|
+
hyphens: auto;
|
|
734
|
+
-webkit-hyphenate-limit-before: 3;
|
|
735
|
+
/* For Safari */
|
|
736
|
+
-webkit-hyphenate-limit-after: 3;
|
|
737
|
+
/* For Safari */
|
|
738
|
+
hyphenate-limit-chars: 12 3 3;
|
|
739
|
+
hyphenate-limit-lines: 2;
|
|
740
|
+
hyphenate-limit-last: always;
|
|
741
|
+
hyphenate-limit-zone: 6%;
|
|
742
|
+
-webkit-hyphens: auto;
|
|
743
|
+
-webkit-hyphenate-limit-before: 3;
|
|
744
|
+
-webkit-hyphenate-limit-after: 3;
|
|
745
|
+
-webkit-hyphenate-limit-chars: 12 3 3;
|
|
746
|
+
-webkit-hyphenate-limit-lines: 2;
|
|
747
|
+
-moz-hyphens: auto;
|
|
748
|
+
-moz-hyphenate-limit-chars: 12 3 3;
|
|
749
|
+
-moz-hyphenate-limit-lines: 2;
|
|
750
|
+
-ms-hyphens: auto;
|
|
751
|
+
-ms-hyphenate-limit-chars: 12 3 3;
|
|
752
|
+
-ms-hyphenate-limit-lines: 2;
|
|
753
|
+
}
|
|
754
|
+
}
|
|
755
|
+
|
|
756
|
+
/**
|
|
757
|
+
* Swiper 9.4.1
|
|
758
|
+
* Most modern mobile touch slider and framework with hardware accelerated transitions
|
|
759
|
+
* https://swiperjs.com
|
|
760
|
+
*
|
|
761
|
+
* Copyright 2014-2023 Vladimir Kharlampidi
|
|
762
|
+
*
|
|
763
|
+
* Released under the MIT License
|
|
764
|
+
*
|
|
765
|
+
* Released on: June 13, 2023
|
|
766
|
+
*/
|
|
767
|
+
@font-face {
|
|
768
|
+
font-family: "swiper-icons";
|
|
769
|
+
src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
|
|
770
|
+
font-weight: 400;
|
|
771
|
+
font-style: normal;
|
|
772
|
+
}
|
|
773
|
+
:root {
|
|
774
|
+
--swiper-theme-color: #007aff;
|
|
775
|
+
/*
|
|
776
|
+
--swiper-preloader-color: var(--swiper-theme-color);
|
|
777
|
+
--swiper-wrapper-transition-timing-function: initial;
|
|
778
|
+
*/
|
|
779
|
+
}
|
|
780
|
+
|
|
781
|
+
.swiper,
|
|
782
|
+
swiper-container {
|
|
783
|
+
margin-left: auto;
|
|
784
|
+
margin-right: auto;
|
|
785
|
+
position: relative;
|
|
786
|
+
overflow: hidden;
|
|
787
|
+
list-style: none;
|
|
788
|
+
padding: 0;
|
|
789
|
+
/* Fix of Webkit flickering */
|
|
790
|
+
z-index: 1;
|
|
791
|
+
display: block;
|
|
792
|
+
}
|
|
793
|
+
|
|
794
|
+
.swiper-vertical > .swiper-wrapper {
|
|
795
|
+
flex-direction: column;
|
|
796
|
+
}
|
|
797
|
+
|
|
798
|
+
.swiper-wrapper {
|
|
799
|
+
position: relative;
|
|
800
|
+
width: 100%;
|
|
801
|
+
height: 100%;
|
|
802
|
+
z-index: 1;
|
|
803
|
+
display: flex;
|
|
804
|
+
transition-property: transform;
|
|
805
|
+
transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
|
|
806
|
+
box-sizing: content-box;
|
|
807
|
+
}
|
|
808
|
+
|
|
809
|
+
.swiper-android .swiper-slide,
|
|
810
|
+
.swiper-wrapper {
|
|
811
|
+
transform: translate3d(0px, 0, 0);
|
|
812
|
+
}
|
|
813
|
+
|
|
814
|
+
.swiper-horizontal {
|
|
815
|
+
touch-action: pan-y;
|
|
816
|
+
}
|
|
817
|
+
|
|
818
|
+
.swiper-vertical {
|
|
819
|
+
touch-action: pan-x;
|
|
820
|
+
}
|
|
821
|
+
|
|
822
|
+
.swiper-slide,
|
|
823
|
+
swiper-slide {
|
|
824
|
+
flex-shrink: 0;
|
|
825
|
+
width: 100%;
|
|
826
|
+
height: 100%;
|
|
827
|
+
position: relative;
|
|
828
|
+
transition-property: transform;
|
|
829
|
+
display: block;
|
|
830
|
+
}
|
|
831
|
+
|
|
832
|
+
.swiper-slide-invisible-blank {
|
|
833
|
+
visibility: hidden;
|
|
834
|
+
}
|
|
835
|
+
|
|
836
|
+
/* Auto Height */
|
|
837
|
+
.swiper-autoheight,
|
|
838
|
+
.swiper-autoheight .swiper-slide {
|
|
839
|
+
height: auto;
|
|
840
|
+
}
|
|
841
|
+
|
|
842
|
+
.swiper-autoheight .swiper-wrapper {
|
|
843
|
+
align-items: flex-start;
|
|
844
|
+
transition-property: transform, height;
|
|
845
|
+
}
|
|
846
|
+
|
|
847
|
+
.swiper-backface-hidden .swiper-slide {
|
|
848
|
+
transform: translateZ(0);
|
|
849
|
+
backface-visibility: hidden;
|
|
850
|
+
}
|
|
851
|
+
|
|
852
|
+
/* 3D Effects */
|
|
853
|
+
.swiper-3d.swiper-css-mode .swiper-wrapper {
|
|
854
|
+
perspective: 1200px;
|
|
855
|
+
}
|
|
856
|
+
|
|
857
|
+
.swiper-3d .swiper-wrapper {
|
|
858
|
+
transform-style: preserve-3d;
|
|
859
|
+
}
|
|
860
|
+
|
|
861
|
+
.swiper-3d {
|
|
862
|
+
perspective: 1200px;
|
|
863
|
+
}
|
|
864
|
+
.swiper-3d .swiper-slide,
|
|
865
|
+
.swiper-3d .swiper-slide-shadow,
|
|
866
|
+
.swiper-3d .swiper-slide-shadow-left,
|
|
867
|
+
.swiper-3d .swiper-slide-shadow-right,
|
|
868
|
+
.swiper-3d .swiper-slide-shadow-top,
|
|
869
|
+
.swiper-3d .swiper-slide-shadow-bottom,
|
|
870
|
+
.swiper-3d .swiper-cube-shadow {
|
|
871
|
+
transform-style: preserve-3d;
|
|
872
|
+
}
|
|
873
|
+
.swiper-3d .swiper-slide-shadow,
|
|
874
|
+
.swiper-3d .swiper-slide-shadow-left,
|
|
875
|
+
.swiper-3d .swiper-slide-shadow-right,
|
|
876
|
+
.swiper-3d .swiper-slide-shadow-top,
|
|
877
|
+
.swiper-3d .swiper-slide-shadow-bottom {
|
|
878
|
+
position: absolute;
|
|
879
|
+
left: 0;
|
|
880
|
+
top: 0;
|
|
881
|
+
width: 100%;
|
|
882
|
+
height: 100%;
|
|
883
|
+
pointer-events: none;
|
|
884
|
+
z-index: 10;
|
|
885
|
+
}
|
|
886
|
+
.swiper-3d .swiper-slide-shadow {
|
|
887
|
+
background: rgba(0, 0, 0, 0.15);
|
|
888
|
+
}
|
|
889
|
+
.swiper-3d .swiper-slide-shadow-left {
|
|
890
|
+
background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
|
|
891
|
+
}
|
|
892
|
+
.swiper-3d .swiper-slide-shadow-right {
|
|
893
|
+
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
|
|
894
|
+
}
|
|
895
|
+
.swiper-3d .swiper-slide-shadow-top {
|
|
896
|
+
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
|
|
897
|
+
}
|
|
898
|
+
.swiper-3d .swiper-slide-shadow-bottom {
|
|
899
|
+
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
|
|
900
|
+
}
|
|
901
|
+
|
|
902
|
+
/* CSS Mode */
|
|
903
|
+
.swiper-css-mode > .swiper-wrapper {
|
|
904
|
+
overflow: auto;
|
|
905
|
+
scrollbar-width: none;
|
|
906
|
+
/* For Firefox */
|
|
907
|
+
-ms-overflow-style: none;
|
|
908
|
+
/* For Internet Explorer and Edge */
|
|
909
|
+
}
|
|
910
|
+
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
|
|
911
|
+
display: none;
|
|
912
|
+
}
|
|
913
|
+
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
|
|
914
|
+
scroll-snap-align: start start;
|
|
915
|
+
}
|
|
916
|
+
|
|
917
|
+
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
|
|
918
|
+
scroll-snap-type: x mandatory;
|
|
919
|
+
}
|
|
920
|
+
|
|
921
|
+
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
|
|
922
|
+
scroll-snap-type: y mandatory;
|
|
923
|
+
}
|
|
924
|
+
|
|
925
|
+
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
|
|
926
|
+
scroll-snap-type: none;
|
|
927
|
+
}
|
|
928
|
+
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
|
|
929
|
+
scroll-snap-align: none;
|
|
930
|
+
}
|
|
931
|
+
|
|
932
|
+
.swiper-centered > .swiper-wrapper::before {
|
|
933
|
+
content: "";
|
|
934
|
+
flex-shrink: 0;
|
|
935
|
+
order: 9999;
|
|
936
|
+
}
|
|
937
|
+
.swiper-centered > .swiper-wrapper > .swiper-slide {
|
|
938
|
+
scroll-snap-align: center center;
|
|
939
|
+
scroll-snap-stop: always;
|
|
940
|
+
}
|
|
941
|
+
|
|
942
|
+
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
|
|
943
|
+
margin-inline-start: var(--swiper-centered-offset-before);
|
|
944
|
+
}
|
|
945
|
+
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
|
|
946
|
+
height: 100%;
|
|
947
|
+
min-height: 1px;
|
|
948
|
+
width: var(--swiper-centered-offset-after);
|
|
949
|
+
}
|
|
950
|
+
|
|
951
|
+
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
|
|
952
|
+
margin-block-start: var(--swiper-centered-offset-before);
|
|
953
|
+
}
|
|
954
|
+
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
|
|
955
|
+
width: 100%;
|
|
956
|
+
min-width: 1px;
|
|
957
|
+
height: var(--swiper-centered-offset-after);
|
|
958
|
+
}
|
|
959
|
+
|
|
960
|
+
.swiper-lazy-preloader {
|
|
961
|
+
width: 42px;
|
|
962
|
+
height: 42px;
|
|
963
|
+
position: absolute;
|
|
964
|
+
left: 50%;
|
|
965
|
+
top: 50%;
|
|
966
|
+
margin-left: -21px;
|
|
967
|
+
margin-top: -21px;
|
|
968
|
+
z-index: 10;
|
|
969
|
+
transform-origin: 50%;
|
|
970
|
+
box-sizing: border-box;
|
|
971
|
+
border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
|
|
972
|
+
border-radius: 50%;
|
|
973
|
+
border-top-color: transparent;
|
|
974
|
+
}
|
|
975
|
+
|
|
976
|
+
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
|
|
977
|
+
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
|
|
978
|
+
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
|
|
979
|
+
animation: swiper-preloader-spin 1s infinite linear;
|
|
980
|
+
}
|
|
981
|
+
|
|
982
|
+
.swiper-lazy-preloader-white {
|
|
983
|
+
--swiper-preloader-color: #fff;
|
|
984
|
+
}
|
|
985
|
+
|
|
986
|
+
.swiper-lazy-preloader-black {
|
|
987
|
+
--swiper-preloader-color: #000;
|
|
988
|
+
}
|
|
989
|
+
|
|
990
|
+
@keyframes swiper-preloader-spin {
|
|
991
|
+
0% {
|
|
992
|
+
transform: rotate(0deg);
|
|
993
|
+
}
|
|
994
|
+
100% {
|
|
995
|
+
transform: rotate(360deg);
|
|
996
|
+
}
|
|
997
|
+
}
|
|
998
|
+
:host {
|
|
999
|
+
display: block;
|
|
1000
|
+
}
|
|
1001
|
+
|
|
1002
|
+
.hcs-title {
|
|
1003
|
+
width: 100%;
|
|
1004
|
+
max-width: 720px;
|
|
1005
|
+
}
|
|
1006
|
+
@media (min-width: 992px) {
|
|
1007
|
+
.hcs-title {
|
|
1008
|
+
width: 720px;
|
|
1009
|
+
}
|
|
1010
|
+
}
|
|
1011
|
+
|
|
1012
|
+
:host,
|
|
1013
|
+
homepage-case-study-cards {
|
|
1014
|
+
display: block;
|
|
1015
|
+
position: relative;
|
|
1016
|
+
}
|
|
1017
|
+
|
|
1018
|
+
.swiper {
|
|
1019
|
+
width: 100%;
|
|
1020
|
+
height: 100%;
|
|
1021
|
+
}
|
|
1022
|
+
|
|
1023
|
+
.swiper-homepage-cs {
|
|
1024
|
+
margin-top: 1rem;
|
|
1025
|
+
}
|
|
1026
|
+
.swiper-homepage-cs .swiper-horizontal {
|
|
1027
|
+
display: flex;
|
|
1028
|
+
flex-direction: column;
|
|
1029
|
+
align-items: center;
|
|
1030
|
+
padding-bottom: 3.5rem;
|
|
1031
|
+
padding-top: 2rem;
|
|
1032
|
+
}
|
|
1033
|
+
.swiper-homepage-cs .swiper-horizontal .swiper-slide:first-child {
|
|
1034
|
+
margin-left: 16px;
|
|
1035
|
+
}
|
|
1036
|
+
.swiper-homepage-cs .swiper-horizontal .swiper-slide:last-child {
|
|
1037
|
+
margin-right: 16px;
|
|
1038
|
+
}
|
|
1039
|
+
.swiper-homepage-cs .swiper-horizontal .swiper-scrollbar {
|
|
1040
|
+
position: absolute;
|
|
1041
|
+
left: auto;
|
|
1042
|
+
transform: translateY(-13px);
|
|
1043
|
+
z-index: 50;
|
|
1044
|
+
width: 209px;
|
|
1045
|
+
height: 8px;
|
|
1046
|
+
border-radius: 999px;
|
|
1047
|
+
background: #E4E7E9;
|
|
1048
|
+
}
|
|
1049
|
+
@media (min-width: 480px) {
|
|
1050
|
+
.swiper-homepage-cs .swiper-horizontal .swiper-scrollbar {
|
|
1051
|
+
width: 329px;
|
|
1052
|
+
}
|
|
1053
|
+
}
|
|
1054
|
+
@media (min-width: 768px) {
|
|
1055
|
+
.swiper-homepage-cs .swiper-horizontal .swiper-scrollbar {
|
|
1056
|
+
width: 429px;
|
|
1057
|
+
}
|
|
1058
|
+
}
|
|
1059
|
+
@media (min-width: 992px) {
|
|
1060
|
+
.swiper-homepage-cs .swiper-horizontal .swiper-scrollbar {
|
|
1061
|
+
width: 373px;
|
|
1062
|
+
}
|
|
1063
|
+
}
|
|
1064
|
+
.swiper-homepage-cs .swiper-horizontal .swiper-scrollbar .swiper-scrollbar-drag {
|
|
1065
|
+
height: 8px;
|
|
1066
|
+
border-radius: 999px;
|
|
1067
|
+
background: #323B42;
|
|
1068
|
+
transform: translateX(-16px);
|
|
1069
|
+
}
|
|
1070
|
+
.swiper-homepage-cs .swiper-button-prev:after,
|
|
1071
|
+
.swiper-homepage-cs .swiper-button-next:after {
|
|
1072
|
+
content: none;
|
|
1073
|
+
}
|
|
1074
|
+
.swiper-homepage-cs .swiper-button-prev img,
|
|
1075
|
+
.swiper-homepage-cs .swiper-button-next img {
|
|
1076
|
+
background-color: #ffffff;
|
|
1077
|
+
}
|
|
1078
|
+
.swiper-homepage-cs .swiper-button-prev,
|
|
1079
|
+
.swiper-homepage-cs .swiper-rtl .swiper-button-next {
|
|
1080
|
+
top: auto;
|
|
1081
|
+
bottom: 0px;
|
|
1082
|
+
left: auto;
|
|
1083
|
+
right: calc(50% + 126.5px);
|
|
1084
|
+
height: 40px;
|
|
1085
|
+
width: 40px;
|
|
1086
|
+
border-radius: 4px;
|
|
1087
|
+
}
|
|
1088
|
+
.swiper-homepage-cs .swiper-button-prev:hover,
|
|
1089
|
+
.swiper-homepage-cs .swiper-rtl .swiper-button-next:hover {
|
|
1090
|
+
outline: none;
|
|
1091
|
+
outline-offset: 0;
|
|
1092
|
+
text-decoration: none;
|
|
1093
|
+
background-color: #E4E7E9;
|
|
1094
|
+
transition: var(--ptc-transition-slow) linear;
|
|
1095
|
+
}
|
|
1096
|
+
.swiper-homepage-cs .swiper-button-prev:focus, .swiper-homepage-cs .swiper-button-prev:active,
|
|
1097
|
+
.swiper-homepage-cs .swiper-rtl .swiper-button-next:focus,
|
|
1098
|
+
.swiper-homepage-cs .swiper-rtl .swiper-button-next:active {
|
|
1099
|
+
outline: none;
|
|
1100
|
+
outline-offset: 0;
|
|
1101
|
+
text-decoration: none;
|
|
1102
|
+
background-color: #BEC6CA;
|
|
1103
|
+
}
|
|
1104
|
+
.swiper-homepage-cs .swiper-button-prev svg,
|
|
1105
|
+
.swiper-homepage-cs .swiper-rtl .swiper-button-next svg {
|
|
1106
|
+
height: 14px;
|
|
1107
|
+
width: 9px;
|
|
1108
|
+
}
|
|
1109
|
+
@media (min-width: 480px) {
|
|
1110
|
+
.swiper-homepage-cs .swiper-button-prev,
|
|
1111
|
+
.swiper-homepage-cs .swiper-rtl .swiper-button-next {
|
|
1112
|
+
right: calc(50% + 180.5px);
|
|
1113
|
+
}
|
|
1114
|
+
}
|
|
1115
|
+
@media (min-width: 768px) {
|
|
1116
|
+
.swiper-homepage-cs .swiper-button-prev,
|
|
1117
|
+
.swiper-homepage-cs .swiper-rtl .swiper-button-next {
|
|
1118
|
+
right: calc(50% + 230.5px);
|
|
1119
|
+
}
|
|
1120
|
+
}
|
|
1121
|
+
@media (min-width: 992px) {
|
|
1122
|
+
.swiper-homepage-cs .swiper-button-prev,
|
|
1123
|
+
.swiper-homepage-cs .swiper-rtl .swiper-button-next {
|
|
1124
|
+
right: calc(50% + 224px);
|
|
1125
|
+
}
|
|
1126
|
+
}
|
|
1127
|
+
.swiper-homepage-cs .swiper-button-next,
|
|
1128
|
+
.swiper-homepage-cs .swiper-rtl .swiper-button-prev {
|
|
1129
|
+
top: auto;
|
|
1130
|
+
bottom: 0px;
|
|
1131
|
+
right: auto;
|
|
1132
|
+
left: calc(50% + 126.5px);
|
|
1133
|
+
height: 40px;
|
|
1134
|
+
width: 40px;
|
|
1135
|
+
border-radius: 4px;
|
|
1136
|
+
}
|
|
1137
|
+
.swiper-homepage-cs .swiper-button-next:hover,
|
|
1138
|
+
.swiper-homepage-cs .swiper-rtl .swiper-button-prev:hover {
|
|
1139
|
+
outline: none;
|
|
1140
|
+
outline-offset: 0;
|
|
1141
|
+
text-decoration: none;
|
|
1142
|
+
background-color: #E4E7E9;
|
|
1143
|
+
transition: var(--ptc-transition-slow) linear;
|
|
1144
|
+
}
|
|
1145
|
+
.swiper-homepage-cs .swiper-button-next:focus, .swiper-homepage-cs .swiper-button-next:active,
|
|
1146
|
+
.swiper-homepage-cs .swiper-rtl .swiper-button-prev:focus,
|
|
1147
|
+
.swiper-homepage-cs .swiper-rtl .swiper-button-prev:active {
|
|
1148
|
+
outline: none;
|
|
1149
|
+
outline-offset: 0;
|
|
1150
|
+
text-decoration: none;
|
|
1151
|
+
background-color: #BEC6CA;
|
|
1152
|
+
}
|
|
1153
|
+
.swiper-homepage-cs .swiper-button-next svg,
|
|
1154
|
+
.swiper-homepage-cs .swiper-rtl .swiper-button-prev svg {
|
|
1155
|
+
height: 14px;
|
|
1156
|
+
width: 9px;
|
|
1157
|
+
}
|
|
1158
|
+
@media (min-width: 480px) {
|
|
1159
|
+
.swiper-homepage-cs .swiper-button-next,
|
|
1160
|
+
.swiper-homepage-cs .swiper-rtl .swiper-button-prev {
|
|
1161
|
+
left: calc(50% + 180.5px);
|
|
1162
|
+
}
|
|
1163
|
+
}
|
|
1164
|
+
@media (min-width: 768px) {
|
|
1165
|
+
.swiper-homepage-cs .swiper-button-next,
|
|
1166
|
+
.swiper-homepage-cs .swiper-rtl .swiper-button-prev {
|
|
1167
|
+
left: calc(50% + 230.5px);
|
|
1168
|
+
}
|
|
1169
|
+
}
|
|
1170
|
+
@media (min-width: 992px) {
|
|
1171
|
+
.swiper-homepage-cs .swiper-button-next,
|
|
1172
|
+
.swiper-homepage-cs .swiper-rtl .swiper-button-prev {
|
|
1173
|
+
left: calc(50% + 224px);
|
|
1174
|
+
}
|
|
1175
|
+
}
|
|
1176
|
+
|
|
1177
|
+
.swiper-slide {
|
|
1178
|
+
text-align: center;
|
|
1179
|
+
font-size: 18px;
|
|
1180
|
+
display: flex;
|
|
1181
|
+
justify-content: center;
|
|
1182
|
+
align-items: center;
|
|
1183
|
+
}
|
|
1184
|
+
|
|
1185
|
+
.swiper-slide img {
|
|
1186
|
+
display: block;
|
|
1187
|
+
width: 100%;
|
|
1188
|
+
height: 100%;
|
|
1189
|
+
object-fit: cover;
|
|
1190
|
+
}
|
|
1191
|
+
|
|
1192
|
+
.event-slider-cards.swiper-horizontal {
|
|
1193
|
+
position: relative;
|
|
1194
|
+
overflow-y: hidden;
|
|
1195
|
+
scrollbar-width: none;
|
|
1196
|
+
}
|
|
1197
|
+
.event-slider-cards.swiper-horizontal .swiper-slide {
|
|
1198
|
+
width: 250px;
|
|
1199
|
+
height: auto;
|
|
1200
|
+
}
|
|
1201
|
+
.event-slider-cards.swiper-horizontal .swiper-slide::-webkit-scrollbar {
|
|
1202
|
+
display: none;
|
|
1203
|
+
}
|
|
1204
|
+
.event-slider-cards.swiper-horizontal .swiper-slide:first-child {
|
|
1205
|
+
margin-left: 4px !important;
|
|
1206
|
+
}
|
|
1207
|
+
|
|
1208
|
+
@media (min-width: 992px) {
|
|
1209
|
+
.event-slider-cards.swiper-horizontal .swiper-slide {
|
|
1210
|
+
width: 216px;
|
|
1211
|
+
}
|
|
1212
|
+
}
|
|
1213
|
+
@media (min-width: 1200px) {
|
|
1214
|
+
.event-slider-cards.swiper-horizontal .swiper-slide {
|
|
1215
|
+
width: 260px;
|
|
1216
|
+
}
|
|
1217
|
+
}
|
|
1218
|
+
@media (min-width: 1400px) {
|
|
1219
|
+
.event-slider-cards.swiper-horizontal .swiper-slide {
|
|
1220
|
+
width: 270px;
|
|
1221
|
+
}
|
|
1222
|
+
}
|