@ptcwebops/ptcw-design 6.4.36-beta → 6.5.0-upgrade
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/LICENSE +1 -1
- package/dist/cjs/fef-stencil-v4.cjs.js +25 -0
- package/dist/cjs/fef-stencil-v4.cjs.js.map +1 -0
- package/dist/cjs/index-NEB64XqD.js +1521 -0
- package/dist/cjs/index-NEB64XqD.js.map +1 -0
- package/dist/cjs/index.cjs.js +6 -0
- package/dist/cjs/index.cjs.js.map +1 -0
- package/dist/cjs/loader.cjs.js +6 -17
- package/dist/cjs/loader.cjs.js.map +1 -0
- package/dist/cjs/my-component.cjs.entry.js +26 -18
- package/dist/cjs/my-component.entry.cjs.js.map +1 -0
- package/dist/collection/collection-manifest.json +4 -187
- package/dist/collection/components/atoms/my-component/my-component.js +96 -0
- package/dist/collection/components/atoms/my-component/my-component.js.map +1 -0
- package/dist/collection/components/atoms/my-component/my-component.stories.js +40 -0
- package/dist/collection/components/atoms/my-component/my-component.stories.js.map +1 -0
- package/dist/collection/global/global.js +10 -7
- package/dist/collection/global/global.js.map +1 -0
- package/dist/collection/index.js +11 -1
- package/dist/collection/index.js.map +1 -0
- package/dist/collection/utils/component.js +4 -3
- package/dist/collection/utils/component.js.map +1 -0
- package/dist/collection/utils/elq-lib.js +533 -534
- package/dist/collection/utils/elq-lib.js.map +1 -0
- package/dist/collection/utils/fef-logger.js +22 -23
- package/dist/collection/utils/fef-logger.js.map +1 -0
- package/dist/collection/utils/interfaces.js +12 -11
- package/dist/collection/utils/interfaces.js.map +1 -0
- package/dist/collection/utils/utils.js +310 -308
- package/dist/collection/utils/utils.js.map +1 -0
- package/dist/collection/utils/validation-messages.js +173 -170
- package/dist/collection/utils/validation-messages.js.map +1 -0
- package/dist/components/index.d.ts +33 -0
- package/dist/components/index.js +7 -0
- package/dist/components/index.js.map +1 -0
- package/dist/components/my-component.d.ts +11 -0
- package/dist/components/my-component.js +58 -0
- package/dist/components/my-component.js.map +1 -0
- package/dist/components/p-mYazRhBV.js +1329 -0
- package/dist/components/p-mYazRhBV.js.map +1 -0
- package/dist/esm/fef-stencil-v4.js +21 -0
- package/dist/esm/fef-stencil-v4.js.map +1 -0
- package/dist/esm/index-Cp34vyj8.js +1514 -0
- package/dist/esm/index-Cp34vyj8.js.map +1 -0
- package/dist/esm/index.js +5 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/loader.js +7 -16
- package/dist/esm/loader.js.map +1 -0
- package/dist/esm/my-component.entry.js +26 -16
- package/dist/esm/my-component.entry.js.map +1 -0
- package/dist/fef-stencil-v4/fef-stencil-v4.css +8 -0
- package/dist/fef-stencil-v4/fef-stencil-v4.esm.js +2 -0
- package/dist/fef-stencil-v4/fef-stencil-v4.esm.js.map +1 -0
- package/dist/fef-stencil-v4/index.esm.js +2 -0
- package/dist/fef-stencil-v4/index.esm.js.map +1 -0
- package/dist/fef-stencil-v4/loader.esm.js.map +1 -0
- package/dist/fef-stencil-v4/my-component.entry.esm.js.map +1 -0
- package/dist/fef-stencil-v4/p-3c43bcea.entry.js +2 -0
- package/dist/fef-stencil-v4/p-3c43bcea.entry.js.map +1 -0
- package/dist/fef-stencil-v4/p-Cp34vyj8.js +3 -0
- package/dist/fef-stencil-v4/p-Cp34vyj8.js.map +1 -0
- package/dist/types/components/atoms/my-component/my-component.d.ts +16 -0
- package/dist/types/components/atoms/my-component/my-component.stories.d.ts +7 -0
- package/dist/types/components.d.ts +18 -8137
- package/dist/types/global/global.d.ts +5 -4
- package/dist/types/index.d.ts +11 -1
- package/dist/types/stencil-public-runtime.d.ts +122 -29
- package/dist/types/utils/component.d.ts +1 -1
- package/dist/types/utils/elq-lib.d.ts +67 -61
- package/dist/types/utils/fef-logger.d.ts +10 -10
- package/dist/types/utils/interfaces.d.ts +34 -34
- package/dist/types/utils/utils.d.ts +35 -30
- package/dist/types/utils/validation-messages.d.ts +4 -4
- package/loader/cdn.js +1 -3
- package/loader/index.cjs.js +1 -3
- package/loader/index.d.ts +5 -2
- package/loader/index.es2017.js +1 -3
- package/loader/index.js +1 -3
- package/package.json +50 -78
- package/readme.md +102 -14
- package/dist/cjs/_commonjsHelpers-537d719a.js +0 -20
- package/dist/cjs/academic-form-test.cjs.entry.js +0 -82
- package/dist/cjs/author-listing-example.cjs.entry.js +0 -245
- package/dist/cjs/blog-detail-content_2.cjs.entry.js +0 -275
- package/dist/cjs/blog-detail-layout.cjs.entry.js +0 -69
- package/dist/cjs/blogs-search-section.cjs.entry.js +0 -218
- package/dist/cjs/bundle-example.cjs.entry.js +0 -53
- package/dist/cjs/bundle-jumbotron-example.cjs.entry.js +0 -63
- package/dist/cjs/buying-option-card.cjs.entry.js +0 -184
- package/dist/cjs/buying-option-cards-slider.cjs.entry.js +0 -175
- package/dist/cjs/component-6a178a16.js +0 -6476
- package/dist/cjs/core-58fa1795.js +0 -3889
- package/dist/cjs/dropdown-item.cjs.entry.js +0 -21
- package/dist/cjs/dynamic-box-bundle.cjs.entry.js +0 -38
- package/dist/cjs/embedded-form.cjs.entry.js +0 -105
- package/dist/cjs/event-jumbotron-example.cjs.entry.js +0 -233
- package/dist/cjs/event-podcast-slider-example.cjs.entry.js +0 -68
- package/dist/cjs/featured-events-slider-example.cjs.entry.js +0 -62
- package/dist/cjs/featured-list.cjs.entry.js +0 -108
- package/dist/cjs/fl-tab-content_3.cjs.entry.js +0 -104
- package/dist/cjs/focus-trap.esm-8c5a8938.js +0 -1558
- package/dist/cjs/footer-form.cjs.entry.js +0 -64
- package/dist/cjs/global-418c14b4.js +0 -33
- package/dist/cjs/homepage-clickable-tab.cjs.entry.js +0 -60
- package/dist/cjs/homepage-jumbotron.cjs.entry.js +0 -128
- package/dist/cjs/homepage-toggled-content.cjs.entry.js +0 -154
- package/dist/cjs/icon-asset_2.cjs.entry.js +0 -154
- package/dist/cjs/index-63ddc79c.js +0 -2134
- package/dist/cjs/innovator-toggle-container.cjs.entry.js +0 -68
- package/dist/cjs/interfaces-574e6df7.js +0 -15
- package/dist/cjs/jumbotron-sub-menu.cjs.entry.js +0 -41
- package/dist/cjs/jumbotron-sub-mune.cjs.entry.js +0 -55
- package/dist/cjs/list-item.cjs.entry.js +0 -52
- package/dist/cjs/max-width-container.cjs.entry.js +0 -54
- package/dist/cjs/modal-form-example.cjs.entry.js +0 -109
- package/dist/cjs/most-popular-news.cjs.entry.js +0 -43
- package/dist/cjs/mousewheel-e9520f0f.js +0 -391
- package/dist/cjs/news-search-result.cjs.entry.js +0 -30
- package/dist/cjs/pagination-96df6fcc.js +0 -668
- package/dist/cjs/ptc-accordion-item.cjs.entry.js +0 -124
- package/dist/cjs/ptc-accordion.cjs.entry.js +0 -91
- package/dist/cjs/ptc-announcement.cjs.entry.js +0 -77
- package/dist/cjs/ptc-back-to-top.cjs.entry.js +0 -100
- package/dist/cjs/ptc-background-video.cjs.entry.js +0 -152
- package/dist/cjs/ptc-badge.cjs.entry.js +0 -30
- package/dist/cjs/ptc-bio-card.cjs.entry.js +0 -61
- package/dist/cjs/ptc-blue-pill-announcement-bar.cjs.entry.js +0 -23
- package/dist/cjs/ptc-breadcrumb.cjs.entry.js +0 -63
- package/dist/cjs/ptc-brightcov-video.cjs.entry.js +0 -24
- package/dist/cjs/ptc-button.cjs.entry.js +0 -117
- package/dist/cjs/ptc-card-bottom_2.cjs.entry.js +0 -199
- package/dist/cjs/ptc-card-content.cjs.entry.js +0 -92
- package/dist/cjs/ptc-card_2.cjs.entry.js +0 -302
- package/dist/cjs/ptc-case-studies-slider.cjs.entry.js +0 -1209
- package/dist/cjs/ptc-checkbox-group.cjs.entry.js +0 -50
- package/dist/cjs/ptc-checkbox.cjs.entry.js +0 -74
- package/dist/cjs/ptc-close-icon_2.cjs.entry.js +0 -360
- package/dist/cjs/ptc-collapse-list.cjs.entry.js +0 -543
- package/dist/cjs/ptc-container.cjs.entry.js +0 -44
- package/dist/cjs/ptc-countdown.cjs.entry.js +0 -176
- package/dist/cjs/ptc-data-lookup.cjs.entry.js +0 -684
- package/dist/cjs/ptc-date.cjs.entry.js +0 -61
- package/dist/cjs/ptc-dropdown.cjs.entry.js +0 -79
- package/dist/cjs/ptc-dynamic-card.cjs.entry.js +0 -141
- package/dist/cjs/ptc-ellipsis-dropdown.cjs.entry.js +0 -201
- package/dist/cjs/ptc-embedded-quiz.cjs.entry.js +0 -299
- package/dist/cjs/ptc-enhanced-product-listing-card.cjs.entry.js +0 -73
- package/dist/cjs/ptc-featured-list.cjs.entry.js +0 -48
- package/dist/cjs/ptc-filter-dropdown_4.cjs.entry.js +0 -381
- package/dist/cjs/ptc-filter-level-theater.cjs.entry.js +0 -193
- package/dist/cjs/ptc-filter-tag_2.cjs.entry.js +0 -429
- package/dist/cjs/ptc-footer.cjs.entry.js +0 -68
- package/dist/cjs/ptc-form-checkbox_4.cjs.entry.js +0 -5200
- package/dist/cjs/ptc-form-radio-button.cjs.entry.js +0 -56
- package/dist/cjs/ptc-form-radio-group.cjs.entry.js +0 -56
- package/dist/cjs/ptc-form.cjs.entry.js +0 -156
- package/dist/cjs/ptc-hero-footer-cta.cjs.entry.js +0 -22
- package/dist/cjs/ptc-hero.cjs.entry.js +0 -32
- package/dist/cjs/ptc-homepage-image-feature.cjs.entry.js +0 -24
- package/dist/cjs/ptc-homepage-video-background.cjs.entry.js +0 -204
- package/dist/cjs/ptc-icon-card-slider-example.cjs.entry.js +0 -72
- package/dist/cjs/ptc-icon-card.cjs.entry.js +0 -30
- package/dist/cjs/ptc-icon-component.cjs.entry.js +0 -126
- package/dist/cjs/ptc-icon-list.cjs.entry.js +0 -34
- package/dist/cjs/ptc-icon-minimize.cjs.entry.js +0 -173
- package/dist/cjs/ptc-image-download-strip.cjs.entry.js +0 -32
- package/dist/cjs/ptc-img.cjs.entry.js +0 -216
- package/dist/cjs/ptc-info-tile.cjs.entry.js +0 -50
- package/dist/cjs/ptc-inline-cta.cjs.entry.js +0 -138
- package/dist/cjs/ptc-jumbotron.cjs.entry.js +0 -190
- package/dist/cjs/ptc-link.cjs.entry.js +0 -91
- package/dist/cjs/ptc-list.cjs.entry.js +0 -60
- package/dist/cjs/ptc-media-card.cjs.entry.js +0 -171
- package/dist/cjs/ptc-minimized-nav.cjs.entry.js +0 -24
- package/dist/cjs/ptc-mobile-select.cjs.entry.js +0 -566
- package/dist/cjs/ptc-modal-quiz.cjs.entry.js +0 -187
- package/dist/cjs/ptc-nav-card.cjs.entry.js +0 -42
- package/dist/cjs/ptc-nav-link.cjs.entry.js +0 -48
- package/dist/cjs/ptc-nav-pills.cjs.entry.js +0 -19
- package/dist/cjs/ptc-nav-skip-to-content.cjs.entry.js +0 -70
- package/dist/cjs/ptc-nav-slider.cjs.entry.js +0 -115
- package/dist/cjs/ptc-nav-submenu.cjs.entry.js +0 -48
- package/dist/cjs/ptc-nav-tile.cjs.entry.js +0 -20
- package/dist/cjs/ptc-news.cjs.entry.js +0 -31
- package/dist/cjs/ptc-office-location-card.cjs.entry.js +0 -65
- package/dist/cjs/ptc-office-locations.cjs.entry.js +0 -345
- package/dist/cjs/ptc-overlay.cjs.entry.js +0 -34
- package/dist/cjs/ptc-para.cjs.entry.js +0 -139
- package/dist/cjs/ptc-picture.cjs.entry.js +0 -185
- package/dist/cjs/ptc-podcast-card.cjs.entry.js +0 -22
- package/dist/cjs/ptc-preferance-center-form.cjs.entry.js +0 -46
- package/dist/cjs/ptc-preloader.cjs.entry.js +0 -22
- package/dist/cjs/ptc-previous-url.cjs.entry.js +0 -31
- package/dist/cjs/ptc-pricing-add-on-card.cjs.entry.js +0 -29
- package/dist/cjs/ptc-pricing-add-on-section.cjs.entry.js +0 -51
- package/dist/cjs/ptc-pricing-block.cjs.entry.js +0 -33
- package/dist/cjs/ptc-pricing-packaging-table.cjs.entry.js +0 -532
- package/dist/cjs/ptc-pricing-tabs.cjs.entry.js +0 -142
- package/dist/cjs/ptc-product-card.cjs.entry.js +0 -61
- package/dist/cjs/ptc-product-category.cjs.entry.js +0 -20
- package/dist/cjs/ptc-product-dropdown.cjs.entry.js +0 -80
- package/dist/cjs/ptc-product-highlight-card.cjs.entry.js +0 -28
- package/dist/cjs/ptc-product-list.cjs.entry.js +0 -172
- package/dist/cjs/ptc-product-sidebar.cjs.entry.js +0 -178
- package/dist/cjs/ptc-progress-bar.cjs.entry.js +0 -27
- package/dist/cjs/ptc-quantity-counter.cjs.entry.js +0 -99
- package/dist/cjs/ptc-quote.cjs.entry.js +0 -40
- package/dist/cjs/ptc-readmore-char.cjs.entry.js +0 -44
- package/dist/cjs/ptc-readmore-new.cjs.entry.js +0 -106
- package/dist/cjs/ptc-readmore-v3.cjs.entry.js +0 -127
- package/dist/cjs/ptc-readmore.cjs.entry.js +0 -186
- package/dist/cjs/ptc-related-card-rail.cjs.entry.js +0 -258
- package/dist/cjs/ptc-responsive-wrapper.cjs.entry.js +0 -65
- package/dist/cjs/ptc-scroll-button.cjs.entry.js +0 -135
- package/dist/cjs/ptc-seo-title.cjs.entry.js +0 -82
- package/dist/cjs/ptc-shopping-cart.cjs.entry.js +0 -69
- package/dist/cjs/ptc-showcase-card.cjs.entry.js +0 -21
- package/dist/cjs/ptc-skeleton.cjs.entry.js +0 -32
- package/dist/cjs/ptc-slit-card.cjs.entry.js +0 -40
- package/dist/cjs/ptc-social-icons-footer.cjs.entry.js +0 -92
- package/dist/cjs/ptc-social-icons.cjs.entry.js +0 -33
- package/dist/cjs/ptc-spacer.cjs.entry.js +0 -38
- package/dist/cjs/ptc-span.cjs.entry.js +0 -31
- package/dist/cjs/ptc-square-card.cjs.entry.js +0 -25
- package/dist/cjs/ptc-sticky-icons.cjs.entry.js +0 -54
- package/dist/cjs/ptc-sticky-section.cjs.entry.js +0 -70
- package/dist/cjs/ptc-sticky-title.cjs.entry.js +0 -50
- package/dist/cjs/ptc-store-card-list.cjs.entry.js +0 -105
- package/dist/cjs/ptc-store-card.cjs.entry.js +0 -24
- package/dist/cjs/ptc-subnav-card.cjs.entry.js +0 -27
- package/dist/cjs/ptc-subnav-v2.cjs.entry.js +0 -595
- package/dist/cjs/ptc-subnav.cjs.entry.js +0 -36
- package/dist/cjs/ptc-svg-btn.cjs.entry.js +0 -118
- package/dist/cjs/ptc-tab-list.cjs.entry.js +0 -274
- package/dist/cjs/ptc-tab.cjs.entry.js +0 -31
- package/dist/cjs/ptc-tabs.cjs.entry.js +0 -58
- package/dist/cjs/ptc-text-copy-with-background.cjs.entry.js +0 -67
- package/dist/cjs/ptc-theater-video-modal.cjs.entry.js +0 -121
- package/dist/cjs/ptc-title.cjs.entry.js +0 -161
- package/dist/cjs/ptc-tooltip-v2.cjs.entry.js +0 -80
- package/dist/cjs/ptc-tooltip-v3.cjs.entry.js +0 -119
- package/dist/cjs/ptc-tooltip.cjs.entry.js +0 -113
- package/dist/cjs/ptc-two-column-media.cjs.entry.js +0 -26
- package/dist/cjs/ptc-value-led-card.cjs.entry.js +0 -21
- package/dist/cjs/ptc-value-led-content-highlight.cjs.entry.js +0 -19
- package/dist/cjs/ptc-value-led-content.cjs.entry.js +0 -20
- package/dist/cjs/ptc-value-led-intro.cjs.entry.js +0 -20
- package/dist/cjs/ptc-value-led-layout.cjs.entry.js +0 -284
- package/dist/cjs/ptc-value-led-speed-bump.cjs.entry.js +0 -35
- package/dist/cjs/ptc-value-prop-card.cjs.entry.js +0 -24
- package/dist/cjs/ptc-video-embed.cjs.entry.js +0 -84
- package/dist/cjs/ptc-white-paper.cjs.entry.js +0 -151
- package/dist/cjs/ptcw-design.cjs.js +0 -25
- package/dist/cjs/scrollbar-18e63a0e.js +0 -352
- package/dist/cjs/sequential-bundle-example.cjs.entry.js +0 -119
- package/dist/cjs/sequential-bundle.cjs.entry.js +0 -99
- package/dist/cjs/show-map-icon-c1cca913.js +0 -10
- package/dist/cjs/storefront-enhanced-product-list-alt-example.cjs.entry.js +0 -66
- package/dist/cjs/storefront-enhanced-product-list-example.cjs.entry.js +0 -66
- package/dist/cjs/tab-content.cjs.entry.js +0 -50
- package/dist/cjs/tab-header.cjs.entry.js +0 -82
- package/dist/cjs/utils-0ff09a53.js +0 -300
- package/dist/cjs/validation-messages-f1d373e7.js +0 -172
- package/dist/cjs/x-d5052f9b.js +0 -22
- package/dist/collection/components/buying-option-card/buying-option-card.css +0 -153
- package/dist/collection/components/buying-option-card/buying-option-card.js +0 -227
- package/dist/collection/components/buying-option-cards-slider/buying-option-cards-slider.css +0 -1171
- package/dist/collection/components/buying-option-cards-slider/buying-option-cards-slider.js +0 -170
- package/dist/collection/components/dropdown-item/dropdown-item.css +0 -94
- package/dist/collection/components/dropdown-item/dropdown-item.js +0 -61
- package/dist/collection/components/dynamic-box-bundle/dynamic-box-bundle.css +0 -115
- package/dist/collection/components/dynamic-box-bundle/dynamic-box-bundle.js +0 -116
- package/dist/collection/components/homepage-clickable-tab/homepage-clickable-tab.css +0 -206
- package/dist/collection/components/homepage-clickable-tab/homepage-clickable-tab.js +0 -173
- package/dist/collection/components/icon-asset/icon-asset.css +0 -186
- package/dist/collection/components/icon-asset/icon-asset.js +0 -264
- package/dist/collection/components/icon-asset/media/brands.svg +0 -1381
- package/dist/collection/components/icon-asset/media/designer-v6.0.7.svg +0 -765
- package/dist/collection/components/icon-asset/media/regular.svg +0 -463
- package/dist/collection/components/icon-asset/media/solid.svg +0 -3016
- package/dist/collection/components/icon-asset/media/svg-with-js.min.css +0 -5
- package/dist/collection/components/innovator-toggle-container/innovator-toggle-container.css +0 -383
- package/dist/collection/components/innovator-toggle-container/innovator-toggle-container.js +0 -124
- package/dist/collection/components/jumbotron-sub-menu/jumbotron-sub-menu.css +0 -232
- package/dist/collection/components/jumbotron-sub-menu/jumbotron-sub-menu.js +0 -65
- package/dist/collection/components/jumbotron-sub-mune/jumbotron-sub-mune.css +0 -154
- package/dist/collection/components/jumbotron-sub-mune/jumbotron-sub-mune.js +0 -83
- package/dist/collection/components/list-item/list-item.css +0 -232
- package/dist/collection/components/list-item/list-item.js +0 -216
- package/dist/collection/components/max-width-container/max-width-container.css +0 -12
- package/dist/collection/components/max-width-container/max-width-container.js +0 -146
- package/dist/collection/components/my-component/my-component.js +0 -82
- package/dist/collection/components/organism-bundles/author-listing-example/author-listing-example.css +0 -69
- package/dist/collection/components/organism-bundles/author-listing-example/author-listing-example.js +0 -284
- package/dist/collection/components/organism-bundles/blog-detail-content/blog-detail-content.css +0 -250
- package/dist/collection/components/organism-bundles/blog-detail-content/blog-detail-content.js +0 -252
- package/dist/collection/components/organism-bundles/blog-detail-layout/blog-detail-layout.css +0 -106
- package/dist/collection/components/organism-bundles/blog-detail-layout/blog-detail-layout.js +0 -74
- package/dist/collection/components/organism-bundles/blogs-search-section/blogs-search-section.css +0 -104
- package/dist/collection/components/organism-bundles/blogs-search-section/blogs-search-section.js +0 -315
- package/dist/collection/components/organism-bundles/bundle-example/bundle-example.css +0 -26
- package/dist/collection/components/organism-bundles/bundle-example/bundle-example.js +0 -78
- package/dist/collection/components/organism-bundles/bundle-featured-list/featured-list.css +0 -411
- package/dist/collection/components/organism-bundles/bundle-featured-list/featured-list.js +0 -130
- package/dist/collection/components/organism-bundles/bundle-jumbotron-example/bundle-jumbotron-example.css +0 -3
- package/dist/collection/components/organism-bundles/bundle-jumbotron-example/bundle-jumbotron-example.js +0 -104
- package/dist/collection/components/organism-bundles/event-jumbotron-example/event-jumbotron-example.css +0 -312
- package/dist/collection/components/organism-bundles/event-jumbotron-example/event-jumbotron-example.js +0 -285
- package/dist/collection/components/organism-bundles/event-podcast-slider-example/event-podcast-slider-example.css +0 -1168
- package/dist/collection/components/organism-bundles/event-podcast-slider-example/event-podcast-slider-example.js +0 -63
- package/dist/collection/components/organism-bundles/featured-events-slider-example/featured-events-slider-example.css +0 -1203
- package/dist/collection/components/organism-bundles/featured-events-slider-example/featured-events-slider-example.js +0 -57
- package/dist/collection/components/organism-bundles/form/academic-form/academic-form-test.css +0 -90
- package/dist/collection/components/organism-bundles/form/academic-form/academic-form-test.js +0 -87
- package/dist/collection/components/organism-bundles/form/embedded-form/embedded-form.css +0 -110
- package/dist/collection/components/organism-bundles/form/embedded-form/embedded-form.js +0 -111
- package/dist/collection/components/organism-bundles/form/footer-form/footer-form.css +0 -89
- package/dist/collection/components/organism-bundles/form/footer-form/footer-form.js +0 -70
- 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 -114
- package/dist/collection/components/organism-bundles/form/ptc-form/ptc-form.css +0 -14
- package/dist/collection/components/organism-bundles/form/ptc-form/ptc-form.js +0 -161
- package/dist/collection/components/organism-bundles/homepage-jumbotron/homepage-jumbotron.css +0 -847
- package/dist/collection/components/organism-bundles/homepage-jumbotron/homepage-jumbotron.js +0 -269
- package/dist/collection/components/organism-bundles/homepage-toggled-content/homepage-toggled-content.css +0 -393
- package/dist/collection/components/organism-bundles/homepage-toggled-content/homepage-toggled-content.js +0 -164
- package/dist/collection/components/organism-bundles/most-popular-news/most-popular-news.css +0 -118
- package/dist/collection/components/organism-bundles/most-popular-news/most-popular-news.js +0 -50
- package/dist/collection/components/organism-bundles/news-search-result/news-search-result.css +0 -88
- package/dist/collection/components/organism-bundles/news-search-result/news-search-result.js +0 -40
- package/dist/collection/components/organism-bundles/ptc-icon-card-slider-example/ptc-icon-card-slider-example.css +0 -1142
- package/dist/collection/components/organism-bundles/ptc-icon-card-slider-example/ptc-icon-card-slider-example.js +0 -67
- package/dist/collection/components/organism-bundles/sequential-bundle/sequential-bundle.css +0 -82
- package/dist/collection/components/organism-bundles/sequential-bundle/sequential-bundle.js +0 -115
- package/dist/collection/components/organism-bundles/sequential-bundle-example/sequential-bundle-example.css +0 -786
- package/dist/collection/components/organism-bundles/sequential-bundle-example/sequential-bundle-example.js +0 -165
- package/dist/collection/components/organism-bundles/storefront-enhanced-product-list-example/storefront-enhanced-product-list-alt-example.js +0 -63
- package/dist/collection/components/organism-bundles/storefront-enhanced-product-list-example/storefront-enhanced-product-list-example.css +0 -1151
- package/dist/collection/components/organism-bundles/storefront-enhanced-product-list-example/storefront-enhanced-product-list-example.js +0 -63
- package/dist/collection/components/ptc-accordion/ptc-accordion-item/ptc-accordion-item.css +0 -173
- package/dist/collection/components/ptc-accordion/ptc-accordion-item/ptc-accordion-item.js +0 -367
- package/dist/collection/components/ptc-accordion/ptc-accordion.css +0 -118
- package/dist/collection/components/ptc-accordion/ptc-accordion.js +0 -194
- package/dist/collection/components/ptc-announcement/ptc-announcement.css +0 -328
- package/dist/collection/components/ptc-announcement/ptc-announcement.js +0 -288
- package/dist/collection/components/ptc-back-to-top/ptc-back-to-top.css +0 -103
- package/dist/collection/components/ptc-back-to-top/ptc-back-to-top.js +0 -137
- package/dist/collection/components/ptc-background-video/ptc-background-video.css +0 -262
- package/dist/collection/components/ptc-background-video/ptc-background-video.js +0 -411
- package/dist/collection/components/ptc-badge/ptc-badge.css +0 -87
- package/dist/collection/components/ptc-badge/ptc-badge.js +0 -87
- package/dist/collection/components/ptc-bio-card/ptc-bio-card.css +0 -574
- package/dist/collection/components/ptc-bio-card/ptc-bio-card.js +0 -174
- package/dist/collection/components/ptc-blue-pill-announcement-bar/ptc-blue-pill-announcement-bar.css +0 -95
- package/dist/collection/components/ptc-blue-pill-announcement-bar/ptc-blue-pill-announcement-bar.js +0 -46
- package/dist/collection/components/ptc-breadcrumb/ptc-breadcrumb.css +0 -203
- package/dist/collection/components/ptc-breadcrumb/ptc-breadcrumb.js +0 -173
- package/dist/collection/components/ptc-brightcov-video/ptc-brightcov-video.css +0 -78
- package/dist/collection/components/ptc-brightcov-video/ptc-brightcov-video.js +0 -46
- package/dist/collection/components/ptc-button/ptc-button.css +0 -717
- package/dist/collection/components/ptc-button/ptc-button.js +0 -530
- package/dist/collection/components/ptc-card/ptc-card.css +0 -1580
- package/dist/collection/components/ptc-card/ptc-card.js +0 -632
- package/dist/collection/components/ptc-card-bottom/ptc-card-bottom.css +0 -175
- package/dist/collection/components/ptc-card-bottom/ptc-card-bottom.js +0 -184
- package/dist/collection/components/ptc-card-content/ptc-card-content.css +0 -448
- package/dist/collection/components/ptc-card-content/ptc-card-content.js +0 -254
- package/dist/collection/components/ptc-card-wrapper/ptc-card-wrapper.css +0 -292
- package/dist/collection/components/ptc-card-wrapper/ptc-card-wrapper.js +0 -367
- package/dist/collection/components/ptc-case-studies-slider/ptc-case-studies-slider.css +0 -1169
- package/dist/collection/components/ptc-case-studies-slider/ptc-case-studies-slider.js +0 -246
- package/dist/collection/components/ptc-checkbox/ptc-checkbox.css +0 -144
- package/dist/collection/components/ptc-checkbox/ptc-checkbox.js +0 -201
- package/dist/collection/components/ptc-checkbox-group/ptc-checkbox-group.css +0 -121
- package/dist/collection/components/ptc-checkbox-group/ptc-checkbox-group.js +0 -90
- package/dist/collection/components/ptc-close-icon/ptc-close-icon.css +0 -97
- package/dist/collection/components/ptc-close-icon/ptc-close-icon.js +0 -18
- package/dist/collection/components/ptc-collapse-list/ptc-collapse-list.css +0 -336
- package/dist/collection/components/ptc-collapse-list/ptc-collapse-list.js +0 -791
- package/dist/collection/components/ptc-container/ptc-container.css +0 -122
- package/dist/collection/components/ptc-container/ptc-container.js +0 -138
- package/dist/collection/components/ptc-countdown/ptc-countdown.css +0 -180
- package/dist/collection/components/ptc-countdown/ptc-countdown.js +0 -344
- package/dist/collection/components/ptc-data-lookup/ptc-data-lookup.css +0 -114
- package/dist/collection/components/ptc-data-lookup/ptc-data-lookup.js +0 -459
- package/dist/collection/components/ptc-data-lookup/test/__mocks__/@material__select__component.js +0 -5
- package/dist/collection/components/ptc-date/ptc-date.css +0 -87
- package/dist/collection/components/ptc-date/ptc-date.js +0 -224
- package/dist/collection/components/ptc-dropdown/ptc-dropdown.css +0 -176
- package/dist/collection/components/ptc-dropdown/ptc-dropdown.js +0 -183
- package/dist/collection/components/ptc-dynamic-card/media/nav-active-dotslick.svg +0 -16
- package/dist/collection/components/ptc-dynamic-card/ptc-dynamic-card.css +0 -207
- package/dist/collection/components/ptc-dynamic-card/ptc-dynamic-card.js +0 -343
- package/dist/collection/components/ptc-ellipsis-dropdown/ptc-ellipsis-dropdown.css +0 -249
- package/dist/collection/components/ptc-ellipsis-dropdown/ptc-ellipsis-dropdown.js +0 -311
- package/dist/collection/components/ptc-embedded-quiz/ptc-embedded-quiz.css +0 -298
- package/dist/collection/components/ptc-embedded-quiz/ptc-embedded-quiz.js +0 -398
- package/dist/collection/components/ptc-enhanced-product-listing-card/ptc-enhanced-product-listing-card.css +0 -158
- package/dist/collection/components/ptc-enhanced-product-listing-card/ptc-enhanced-product-listing-card.js +0 -154
- package/dist/collection/components/ptc-featured-list/fl-tab-content/fl-tab-content.css +0 -59
- package/dist/collection/components/ptc-featured-list/fl-tab-content/fl-tab-content.js +0 -80
- package/dist/collection/components/ptc-featured-list/fl-tab-header/fl-tab-header.css +0 -89
- package/dist/collection/components/ptc-featured-list/fl-tab-header/fl-tab-header.js +0 -213
- package/dist/collection/components/ptc-featured-list/fl-tab-image/fl-tab-image.css +0 -83
- package/dist/collection/components/ptc-featured-list/fl-tab-image/fl-tab-image.js +0 -61
- package/dist/collection/components/ptc-featured-list/ptc-featured-list.css +0 -407
- package/dist/collection/components/ptc-featured-list/ptc-featured-list.js +0 -70
- package/dist/collection/components/ptc-filter-dropdown/ptc-filter-dropdown.css +0 -229
- package/dist/collection/components/ptc-filter-dropdown/ptc-filter-dropdown.js +0 -252
- package/dist/collection/components/ptc-filter-level-theater/ptc-filter-level-theater.css +0 -646
- package/dist/collection/components/ptc-filter-level-theater/ptc-filter-level-theater.js +0 -258
- package/dist/collection/components/ptc-filter-tag/ptc-filter-tag.css +0 -160
- package/dist/collection/components/ptc-filter-tag/ptc-filter-tag.js +0 -160
- package/dist/collection/components/ptc-footer/ptc-footer-v2.css +0 -435
- package/dist/collection/components/ptc-footer/ptc-footer.js +0 -105
- package/dist/collection/components/ptc-form-checkbox/ptc-form-checkbox.css +0 -1207
- package/dist/collection/components/ptc-form-checkbox/ptc-form-checkbox.js +0 -331
- package/dist/collection/components/ptc-form-radio-button/ptc-form-radio-button.css +0 -114
- package/dist/collection/components/ptc-form-radio-button/ptc-form-radio-button.js +0 -139
- package/dist/collection/components/ptc-form-radio-group/ptc-form-radio-group.css +0 -63
- package/dist/collection/components/ptc-form-radio-group/ptc-form-radio-group.js +0 -101
- package/dist/collection/components/ptc-hero/ptc-hero.css +0 -97
- package/dist/collection/components/ptc-hero/ptc-hero.js +0 -89
- package/dist/collection/components/ptc-hero-footer-cta/ptc-hero-footer-cta.css +0 -138
- package/dist/collection/components/ptc-hero-footer-cta/ptc-hero-footer-cta.js +0 -78
- package/dist/collection/components/ptc-homepage-image-feature/ptc-homepage-image-feature.css +0 -140
- package/dist/collection/components/ptc-homepage-image-feature/ptc-homepage-image-feature.js +0 -23
- package/dist/collection/components/ptc-homepage-video-background/ptc-homepage-video-background.css +0 -465
- package/dist/collection/components/ptc-homepage-video-background/ptc-homepage-video-background.js +0 -355
- package/dist/collection/components/ptc-icon-card/ptc-icon-card.css +0 -141
- package/dist/collection/components/ptc-icon-card/ptc-icon-card.js +0 -104
- package/dist/collection/components/ptc-icon-component/ptc-icon-component.css +0 -932
- package/dist/collection/components/ptc-icon-component/ptc-icon-component.js +0 -139
- package/dist/collection/components/ptc-icon-component/test/__mocks__/swiper.js +0 -17
- package/dist/collection/components/ptc-icon-list/ptc-icon-list.css +0 -184
- package/dist/collection/components/ptc-icon-list/ptc-icon-list.js +0 -164
- package/dist/collection/components/ptc-icon-minimize/ptc-icon-minimize.css +0 -140
- package/dist/collection/components/ptc-icon-minimize/ptc-icon-minimize.js +0 -308
- package/dist/collection/components/ptc-image-download-strip/ptc-image-download-strip.css +0 -113
- package/dist/collection/components/ptc-image-download-strip/ptc-image-download-strip.js +0 -71
- package/dist/collection/components/ptc-img/ptc-img.css +0 -207
- package/dist/collection/components/ptc-img/ptc-img.js +0 -439
- package/dist/collection/components/ptc-info-tile/ptc-info-tile.css +0 -229
- package/dist/collection/components/ptc-info-tile/ptc-info-tile.js +0 -176
- package/dist/collection/components/ptc-inline-cta/ptc-inline-cta.css +0 -348
- package/dist/collection/components/ptc-inline-cta/ptc-inline-cta.js +0 -239
- package/dist/collection/components/ptc-jumbotron/ptc-jumbotron.css +0 -1839
- package/dist/collection/components/ptc-jumbotron/ptc-jumbotron.js +0 -704
- package/dist/collection/components/ptc-link/ptc-link.css +0 -508
- package/dist/collection/components/ptc-link/ptc-link.js +0 -342
- package/dist/collection/components/ptc-list/ptc-list.css +0 -88
- package/dist/collection/components/ptc-list/ptc-list.js +0 -99
- package/dist/collection/components/ptc-media-card/ptc-media-card.css +0 -250
- package/dist/collection/components/ptc-media-card/ptc-media-card.js +0 -431
- package/dist/collection/components/ptc-minimized-nav/ptc-minimized-nav.css +0 -188
- package/dist/collection/components/ptc-minimized-nav/ptc-minimized-nav.js +0 -118
- package/dist/collection/components/ptc-mobile-select/mobile-select/dist/mobile-select.es.js +0 -441
- package/dist/collection/components/ptc-mobile-select/mobile-select/dist/mobile-select.iife.js +0 -661
- package/dist/collection/components/ptc-mobile-select/mobile-select/dist/mobile-select.iife.min.js +0 -7
- package/dist/collection/components/ptc-mobile-select/mobile-select/dist/mobile-select.umd.js +0 -22
- package/dist/collection/components/ptc-mobile-select/ptc-mobile-select.css +0 -287
- package/dist/collection/components/ptc-mobile-select/ptc-mobile-select.js +0 -288
- package/dist/collection/components/ptc-modal/ptc-modal.css +0 -510
- package/dist/collection/components/ptc-modal/ptc-modal.js +0 -875
- package/dist/collection/components/ptc-modal-quiz/ptc-modal-quiz.css +0 -218
- package/dist/collection/components/ptc-modal-quiz/ptc-modal-quiz.js +0 -272
- package/dist/collection/components/ptc-multi-select/ptc-multi-select.css +0 -301
- package/dist/collection/components/ptc-multi-select/ptc-multi-select.js +0 -526
- package/dist/collection/components/ptc-nav-card/ptc-nav-card.css +0 -317
- package/dist/collection/components/ptc-nav-card/ptc-nav-card.js +0 -237
- package/dist/collection/components/ptc-nav-pills/ptc-nav-pills.css +0 -85
- package/dist/collection/components/ptc-nav-pills/ptc-nav-pills.js +0 -18
- package/dist/collection/components/ptc-nav-skip-to-content/ptc-nav-skip-to-content.css +0 -93
- package/dist/collection/components/ptc-nav-skip-to-content/ptc-nav-skip-to-content.js +0 -162
- package/dist/collection/components/ptc-nav-tile/ptc-nav-tile.css +0 -87
- package/dist/collection/components/ptc-nav-tile/ptc-nav-tile.js +0 -40
- package/dist/collection/components/ptc-news/ptc-news.css +0 -95
- package/dist/collection/components/ptc-news/ptc-news.js +0 -104
- package/dist/collection/components/ptc-office-location-card/ptc-office-location-card.css +0 -125
- package/dist/collection/components/ptc-office-location-card/ptc-office-location-card.js +0 -189
- package/dist/collection/components/ptc-office-locations/ptc-office-locations.css +0 -414
- package/dist/collection/components/ptc-office-locations/ptc-office-locations.js +0 -482
- package/dist/collection/components/ptc-overlay/ptc-overlay.css +0 -210
- package/dist/collection/components/ptc-overlay/ptc-overlay.js +0 -131
- package/dist/collection/components/ptc-pagenation/ptc-pagenation.css +0 -292
- package/dist/collection/components/ptc-pagenation/ptc-pagenation.js +0 -627
- package/dist/collection/components/ptc-para/ptc-para.css +0 -327
- package/dist/collection/components/ptc-para/ptc-para.js +0 -502
- package/dist/collection/components/ptc-picture/ptc-picture.css +0 -160
- package/dist/collection/components/ptc-picture/ptc-picture.js +0 -545
- package/dist/collection/components/ptc-podcast-card/ptc-podcast-card.css +0 -5838
- package/dist/collection/components/ptc-podcast-card/ptc-podcast-card.js +0 -78
- package/dist/collection/components/ptc-preferance-center-form/ptc-preferance-center-form.css +0 -81
- package/dist/collection/components/ptc-preferance-center-form/ptc-preferance-center-form.js +0 -45
- package/dist/collection/components/ptc-preloader/ptc-preloader.css +0 -147
- package/dist/collection/components/ptc-preloader/ptc-preloader.js +0 -62
- package/dist/collection/components/ptc-preloader-section/ptc-preloader-section.css +0 -3758
- package/dist/collection/components/ptc-preloader-section/ptc-preloader-section.js +0 -238
- package/dist/collection/components/ptc-previous-url/ptc-previous-url.css +0 -105
- package/dist/collection/components/ptc-previous-url/ptc-previous-url.js +0 -105
- package/dist/collection/components/ptc-pricing-add-on-card/ptc-pricing-add-on-card.css +0 -75
- package/dist/collection/components/ptc-pricing-add-on-card/ptc-pricing-add-on-card.js +0 -158
- package/dist/collection/components/ptc-pricing-add-on-section/ptc-pricing-add-on-section.css +0 -63
- package/dist/collection/components/ptc-pricing-add-on-section/ptc-pricing-add-on-section.js +0 -113
- package/dist/collection/components/ptc-pricing-block/ptc-pricing-block.css +0 -124
- package/dist/collection/components/ptc-pricing-block/ptc-pricing-block.js +0 -89
- package/dist/collection/components/ptc-pricing-packaging-table/ptc-pricing-packaging-table.css +0 -384
- package/dist/collection/components/ptc-pricing-packaging-table/ptc-pricing-packaging-table.js +0 -721
- package/dist/collection/components/ptc-pricing-tabs/ptc-pricing-tabs.css +0 -1217
- package/dist/collection/components/ptc-pricing-tabs/ptc-pricing-tabs.js +0 -279
- package/dist/collection/components/ptc-product-card/ptc-product-card.css +0 -393
- package/dist/collection/components/ptc-product-card/ptc-product-card.js +0 -182
- package/dist/collection/components/ptc-product-category/ptc-product-category.css +0 -430
- package/dist/collection/components/ptc-product-category/ptc-product-category.js +0 -42
- package/dist/collection/components/ptc-product-dropdown/ptc-product-dropdown.css +0 -145
- package/dist/collection/components/ptc-product-dropdown/ptc-product-dropdown.js +0 -185
- package/dist/collection/components/ptc-product-highlight-card/ptc-product-highlight-card.css +0 -310
- package/dist/collection/components/ptc-product-highlight-card/ptc-product-highlight-card.js +0 -172
- package/dist/collection/components/ptc-product-list/ptc-product-list.css +0 -83
- package/dist/collection/components/ptc-product-list/ptc-product-list.js +0 -272
- package/dist/collection/components/ptc-product-sidebar/ptc-product-sidebar.css +0 -227
- package/dist/collection/components/ptc-product-sidebar/ptc-product-sidebar.js +0 -399
- package/dist/collection/components/ptc-progress-bar/ptc-progress-bar.css +0 -73
- package/dist/collection/components/ptc-progress-bar/ptc-progress-bar.js +0 -42
- package/dist/collection/components/ptc-quantity-counter/ptc-quantity-counter.css +0 -160
- package/dist/collection/components/ptc-quantity-counter/ptc-quantity-counter.js +0 -180
- package/dist/collection/components/ptc-quote/ptc-quote.css +0 -273
- package/dist/collection/components/ptc-quote/ptc-quote.js +0 -165
- package/dist/collection/components/ptc-readmore/ptc-readmore.css +0 -199
- package/dist/collection/components/ptc-readmore/ptc-readmore.js +0 -454
- package/dist/collection/components/ptc-readmore-char/ptc-readmore-char.css +0 -318
- package/dist/collection/components/ptc-readmore-char/ptc-readmore-char.js +0 -173
- package/dist/collection/components/ptc-readmore-new/ptc-readmore-new.css +0 -78
- package/dist/collection/components/ptc-readmore-new/ptc-readmore-new.js +0 -229
- package/dist/collection/components/ptc-readmore-v2/ptc-readmore-v2.css +0 -78
- package/dist/collection/components/ptc-readmore-v2/ptc-readmore-v2.js +0 -170
- package/dist/collection/components/ptc-readmore-v3/ptc-readmore-v3.css +0 -315
- package/dist/collection/components/ptc-readmore-v3/ptc-readmore-v3.js +0 -285
- package/dist/collection/components/ptc-related-card-rail/ptc-related-card-rail.css +0 -211
- package/dist/collection/components/ptc-related-card-rail/ptc-related-card-rail.js +0 -328
- package/dist/collection/components/ptc-responsive-wrapper/ptc-responsive-wrapper.css +0 -3
- package/dist/collection/components/ptc-responsive-wrapper/ptc-responsive-wrapper.js +0 -65
- package/dist/collection/components/ptc-scroll-button/ptc-scroll-button.css +0 -98
- package/dist/collection/components/ptc-scroll-button/ptc-scroll-button.js +0 -288
- package/dist/collection/components/ptc-search-field/ptc-search-field.css +0 -270
- package/dist/collection/components/ptc-search-field/ptc-search-field.js +0 -276
- package/dist/collection/components/ptc-select/ptc-select.css +0 -6251
- package/dist/collection/components/ptc-select/ptc-select.js +0 -647
- package/dist/collection/components/ptc-seo-title/ptc-seo-title.css +0 -677
- package/dist/collection/components/ptc-seo-title/ptc-seo-title.js +0 -314
- package/dist/collection/components/ptc-shopping-cart/ptc-shopping-cart.css +0 -129
- package/dist/collection/components/ptc-shopping-cart/ptc-shopping-cart.js +0 -119
- package/dist/collection/components/ptc-showcase-card/ptc-showcase-card.css +0 -94
- package/dist/collection/components/ptc-showcase-card/ptc-showcase-card.js +0 -60
- package/dist/collection/components/ptc-skeleton/ptc-skeleton.css +0 -100
- package/dist/collection/components/ptc-skeleton/ptc-skeleton.js +0 -144
- package/dist/collection/components/ptc-slit-card/ptc-slit-card.css +0 -148
- package/dist/collection/components/ptc-slit-card/ptc-slit-card.js +0 -185
- package/dist/collection/components/ptc-social-icons/ptc-social-icons.css +0 -82
- package/dist/collection/components/ptc-social-icons/ptc-social-icons.js +0 -140
- package/dist/collection/components/ptc-social-icons-footer/ptc-social-icons-footer.css +0 -132
- package/dist/collection/components/ptc-social-icons-footer/ptc-social-icons-footer.js +0 -539
- package/dist/collection/components/ptc-social-share/ptc-social-share.css +0 -98
- package/dist/collection/components/ptc-social-share/ptc-social-share.js +0 -328
- package/dist/collection/components/ptc-spacer/ptc-spacer.css +0 -333
- package/dist/collection/components/ptc-spacer/ptc-spacer.js +0 -97
- package/dist/collection/components/ptc-span/ptc-span.css +0 -186
- package/dist/collection/components/ptc-span/ptc-span.js +0 -107
- package/dist/collection/components/ptc-square-card/ptc-square-card.css +0 -128
- package/dist/collection/components/ptc-square-card/ptc-square-card.js +0 -64
- package/dist/collection/components/ptc-sticky-icons/ptc-sticky-icons.css +0 -92
- package/dist/collection/components/ptc-sticky-icons/ptc-sticky-icons.js +0 -62
- package/dist/collection/components/ptc-sticky-section/ptc-sticky-section.css +0 -70
- package/dist/collection/components/ptc-sticky-section/ptc-sticky-section.js +0 -108
- package/dist/collection/components/ptc-sticky-title/media/logo.png +0 -0
- package/dist/collection/components/ptc-sticky-title/ptc-sticky-title.css +0 -183
- package/dist/collection/components/ptc-sticky-title/ptc-sticky-title.js +0 -105
- package/dist/collection/components/ptc-store-card/ptc-store-card.css +0 -100
- package/dist/collection/components/ptc-store-card/ptc-store-card.js +0 -25
- package/dist/collection/components/ptc-store-card-list/ptc-store-card-list.css +0 -1246
- package/dist/collection/components/ptc-store-card-list/ptc-store-card-list.js +0 -103
- package/dist/collection/components/ptc-subnav-v2/ptc-subnav-v2.css +0 -411
- package/dist/collection/components/ptc-subnav-v2/ptc-subnav-v2.js +0 -647
- package/dist/collection/components/ptc-svg-btn/ptc-svg-btn.css +0 -178
- package/dist/collection/components/ptc-svg-btn/ptc-svg-btn.js +0 -111
- package/dist/collection/components/ptc-tab-list/ptc-tab-list.css +0 -209
- package/dist/collection/components/ptc-tab-list/ptc-tab-list.js +0 -373
- package/dist/collection/components/ptc-tabs/ptc-tab.js +0 -121
- package/dist/collection/components/ptc-tabs/ptc-tabs.css +0 -126
- package/dist/collection/components/ptc-tabs/ptc-tabs.js +0 -104
- package/dist/collection/components/ptc-text-copy-with-background/ptc-text-copy-with-background.css +0 -363
- package/dist/collection/components/ptc-text-copy-with-background/ptc-text-copy-with-background.js +0 -230
- package/dist/collection/components/ptc-textfield/ptc-textfield.css +0 -3892
- package/dist/collection/components/ptc-textfield/ptc-textfield.js +0 -744
- package/dist/collection/components/ptc-theater-video/ptc-theater-video.css +0 -136
- package/dist/collection/components/ptc-theater-video/ptc-theater-video.js +0 -181
- package/dist/collection/components/ptc-theater-video-modal/ptc-theater-video-modal.css +0 -5792
- package/dist/collection/components/ptc-theater-video-modal/ptc-theater-video-modal.js +0 -181
- package/dist/collection/components/ptc-theater-video-playlist/ptc-theater-video-playlist.css +0 -72
- package/dist/collection/components/ptc-theater-video-playlist/ptc-theater-video-playlist.js +0 -170
- package/dist/collection/components/ptc-title/ptc-title.css +0 -659
- package/dist/collection/components/ptc-title/ptc-title.js +0 -558
- package/dist/collection/components/ptc-tooltip/ptc-tooltip.css +0 -283
- package/dist/collection/components/ptc-tooltip/ptc-tooltip.js +0 -367
- package/dist/collection/components/ptc-tooltip-v2/ptc-tooltip-v2.css +0 -388
- package/dist/collection/components/ptc-tooltip-v2/ptc-tooltip-v2.js +0 -243
- package/dist/collection/components/ptc-tooltip-v3/ptc-tooltip-v3.css +0 -193
- package/dist/collection/components/ptc-tooltip-v3/ptc-tooltip-v3.js +0 -307
- package/dist/collection/components/ptc-two-column-media/ptc-two-column-media.css +0 -69
- package/dist/collection/components/ptc-two-column-media/ptc-two-column-media.js +0 -48
- package/dist/collection/components/ptc-value-led-card/ptc-value-led-card.css +0 -97
- package/dist/collection/components/ptc-value-led-card/ptc-value-led-card.js +0 -60
- package/dist/collection/components/ptc-value-led-content/ptc-value-led-content.css +0 -79
- package/dist/collection/components/ptc-value-led-content/ptc-value-led-content.js +0 -42
- package/dist/collection/components/ptc-value-led-content-highlight/ptc-value-led-content-highlight.css +0 -91
- package/dist/collection/components/ptc-value-led-content-highlight/ptc-value-led-content-highlight.js +0 -18
- package/dist/collection/components/ptc-value-led-intro/ptc-value-led-intro.css +0 -82
- package/dist/collection/components/ptc-value-led-intro/ptc-value-led-intro.js +0 -42
- package/dist/collection/components/ptc-value-led-layout/ptc-value-led-layout.css +0 -468
- package/dist/collection/components/ptc-value-led-layout/ptc-value-led-layout.js +0 -385
- package/dist/collection/components/ptc-value-led-speed-bump/ptc-value-led-speed-bump.css +0 -376
- package/dist/collection/components/ptc-value-led-speed-bump/ptc-value-led-speed-bump.js +0 -100
- package/dist/collection/components/ptc-value-prop-card/ptc-value-prop-card.css +0 -141
- package/dist/collection/components/ptc-value-prop-card/ptc-value-prop-card.js +0 -117
- package/dist/collection/components/ptc-video-embed/ptc-video-embed.css +0 -118
- package/dist/collection/components/ptc-video-embed/ptc-video-embed.js +0 -158
- package/dist/collection/components/ptc-white-paper/ptc-white-paper.css +0 -6241
- package/dist/collection/components/ptc-white-paper/ptc-white-paper.js +0 -261
- package/dist/collection/components/subnav/ptc-nav-link/ptc-nav-link.css +0 -172
- package/dist/collection/components/subnav/ptc-nav-link/ptc-nav-link.js +0 -149
- package/dist/collection/components/subnav/ptc-nav-slider/ptc-nav-slider.css +0 -149
- package/dist/collection/components/subnav/ptc-nav-slider/ptc-nav-slider.js +0 -181
- package/dist/collection/components/subnav/ptc-nav-submenu/ptc-nav-submenu.css +0 -267
- package/dist/collection/components/subnav/ptc-nav-submenu/ptc-nav-submenu.js +0 -172
- package/dist/collection/components/subnav/ptc-subnav/ptc-subnav.css +0 -144
- package/dist/collection/components/subnav/ptc-subnav/ptc-subnav.js +0 -79
- package/dist/collection/components/subnav/ptc-subnav-card/ptc-subnav-card.css +0 -85
- package/dist/collection/components/subnav/ptc-subnav-card/ptc-subnav-card.js +0 -151
- package/dist/collection/components/tab-content/tab-content.css +0 -91
- package/dist/collection/components/tab-content/tab-content.js +0 -96
- package/dist/collection/components/tab-header/tab-header.css +0 -123
- package/dist/collection/components/tab-header/tab-header.js +0 -189
- package/dist/collection/media/svg-imgs/Back-arrow.svg +0 -11
- package/dist/collection/media/svg-imgs/NumberOneGreenBadge.svg +0 -4
- package/dist/collection/media/svg-imgs/NumberThreeGreenBadge.svg +0 -4
- package/dist/collection/media/svg-imgs/NumberTwoGreenBadge.svg +0 -4
- package/dist/collection/media/svg-imgs/close.svg +0 -11
- package/dist/collection/media/svg-imgs/collapse.svg +0 -8
- package/dist/collection/media/svg-imgs/email.svg +0 -4
- package/dist/collection/media/svg-imgs/expand.svg +0 -8
- package/dist/collection/media/svg-imgs/facebook.svg +0 -3
- package/dist/collection/media/svg-imgs/filter.svg +0 -12
- package/dist/collection/media/svg-imgs/hide-map-icon.svg +0 -6
- package/dist/collection/media/svg-imgs/icon-info-green.svg +0 -16
- package/dist/collection/media/svg-imgs/icon-info.svg +0 -16
- package/dist/collection/media/svg-imgs/instagram.svg +0 -3
- package/dist/collection/media/svg-imgs/linkedin.svg +0 -5
- package/dist/collection/media/svg-imgs/nav-active-dotslick.svg +0 -16
- package/dist/collection/media/svg-imgs/phone.svg +0 -4
- package/dist/collection/media/svg-imgs/play-button-dark.svg +0 -20
- package/dist/collection/media/svg-imgs/ptc-shopping-cart-black.svg +0 -3
- package/dist/collection/media/svg-imgs/ptc-shopping-cart-white.svg +0 -3
- package/dist/collection/media/svg-imgs/quotation-mark.svg +0 -1
- package/dist/collection/media/svg-imgs/show-all.svg +0 -14
- package/dist/collection/media/svg-imgs/show-map-icon.svg +0 -5
- package/dist/collection/media/svg-imgs/slider-arrow-left.svg +0 -18
- package/dist/collection/media/svg-imgs/slider-arrow-right.svg +0 -18
- package/dist/collection/media/svg-imgs/union.svg +0 -3
- package/dist/collection/media/svg-imgs/wechat.svg +0 -3
- package/dist/collection/media/svg-imgs/weibo.svg +0 -3
- package/dist/collection/media/svg-imgs/x.svg +0 -3
- package/dist/collection/media/svg-imgs/yk.svg +0 -3
- package/dist/collection/media/svg-imgs/youtube.svg +0 -3
- package/dist/collection/stories/Accordian.stories.js +0 -220
- package/dist/collection/stories/Announcement.stories.js +0 -86
- package/dist/collection/stories/BackgroundImage.stories.js +0 -53
- package/dist/collection/stories/BluePillAnnouncementBar.stories.js +0 -20
- package/dist/collection/stories/Breadcrumb.stories.js +0 -64
- package/dist/collection/stories/Card.stories.js +0 -89
- package/dist/collection/stories/CardWrapper.stories.js +0 -238
- package/dist/collection/stories/Countdown.stories.js +0 -71
- package/dist/collection/stories/Date.stories.js +0 -60
- package/dist/collection/stories/Dropdown.stories.js +0 -44
- package/dist/collection/stories/DynamicCard.stories.js +0 -69
- package/dist/collection/stories/FilterTag.stories.js +0 -73
- package/dist/collection/stories/FormCheckbox.stories.js +0 -58
- package/dist/collection/stories/FormRadioButton.stories.js +0 -37
- package/dist/collection/stories/Icon.stories.js +0 -48
- package/dist/collection/stories/IconList.stories.js +0 -114
- package/dist/collection/stories/IconMinimize.stories.js +0 -41
- package/dist/collection/stories/InlineCta.stories.js +0 -111
- package/dist/collection/stories/Jumbotron.stories.js +0 -691
- package/dist/collection/stories/Link.stories.js +0 -119
- package/dist/collection/stories/ListItem.stories.js +0 -28
- package/dist/collection/stories/MaxWidthContainer.stories.js +0 -46
- package/dist/collection/stories/MobileSelect.stories.js +0 -70
- package/dist/collection/stories/Modal.stories.js +0 -106
- package/dist/collection/stories/Overlay.stories.js +0 -44
- package/dist/collection/stories/Pagination.stories.js +0 -102
- package/dist/collection/stories/Picture.stories.js +0 -140
- package/dist/collection/stories/PreviousUrl.stories.js +0 -80
- package/dist/collection/stories/Quote.stories.js +0 -107
- package/dist/collection/stories/ResponsiveWrapper.stories.js +0 -21
- package/dist/collection/stories/Select.stories.js +0 -39
- package/dist/collection/stories/Spacer.stories.js +0 -49
- package/dist/collection/stories/Span.stories.js +0 -45
- package/dist/collection/stories/SvgButton.stories.js +0 -34
- package/dist/collection/stories/Tabs.stories.js +0 -214
- package/dist/collection/stories/Textfield.stories.js +0 -111
- package/dist/collection/stories/assets/code-brackets.svg +0 -1
- package/dist/collection/stories/assets/colors.svg +0 -1
- package/dist/collection/stories/assets/comments.svg +0 -1
- package/dist/collection/stories/assets/direction.svg +0 -1
- package/dist/collection/stories/assets/flow.svg +0 -1
- package/dist/collection/stories/assets/plugin.svg +0 -1
- package/dist/collection/stories/assets/repo.svg +0 -1
- package/dist/collection/stories/assets/stackalt.svg +0 -1
- package/dist/collection/stories/design-tokens/color/Color.stories.js +0 -96
- package/dist/collection/stories/design-tokens/color/Temp.stories.js +0 -98
- package/dist/collection/stories/design-tokens/containers/About.stories.js +0 -19
- package/dist/collection/stories/design-tokens/elevations/About.stories.js +0 -68
- package/dist/collection/stories/design-tokens/grid/About.stories.js +0 -22
- package/dist/collection/stories/design-tokens/motion/About.stories.js +0 -13
- package/dist/collection/stories/design-tokens/shape/About.stories.js +0 -69
- package/dist/collection/stories/design-tokens/space/About.stories.js +0 -128
- package/dist/collection/stories/design-tokens/typography/About.stories.js +0 -20
- package/dist/collection/stories/organisms/eSupport/AlertsPage/preview.stories.js +0 -57
- package/dist/collection/stories/organisms/eSupport/CaseTracker/preview.stories.js +0 -45
- package/dist/collection/stories/organisms/eSupport/CustomerSupportGuide/preview.stories.js +0 -117
- package/dist/collection/stories/organisms/eSupport/HelpCenter/preview.stories.js +0 -81
- package/dist/collection/stories/organisms/eSupport/OnDemandSystemScan/preview.stories.js +0 -27
- package/dist/collection/stories/organisms/eSupport/ProductHomePage/preview.stories.js +0 -32
- package/dist/collection/stories/organisms/eSupport/PublishingTroubleshooter/preview.stories.js +0 -44
- package/dist/collection/stories/organisms/eSupport/SuccessPaths/Cards/preview.stories.js +0 -122
- package/dist/collection/stories/organisms/eSupport/SuccessPaths/CloudEngagement/preview.stories.js +0 -59
- package/dist/collection/stories/organisms/eSupport/SuccessPaths/DetailsPage/preview.stories.js +0 -235
- 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/collection/stories/organisms/ptc/Academic Form/preview.stories.js +0 -22
- package/dist/collection/stories/organisms/ptc/All Products/preview.stories.js +0 -1616
- package/dist/collection/stories/organisms/ptc/Announcement/preview.stories.js +0 -58
- package/dist/collection/stories/organisms/ptc/Background Video/preview.stories.js +0 -58
- package/dist/collection/stories/organisms/ptc/Blog Author Listing/preview.stories.js +0 -32
- package/dist/collection/stories/organisms/ptc/Blog Content/preview.stories.js +0 -317
- package/dist/collection/stories/organisms/ptc/Blog Detail/preview.stories.js +0 -500
- package/dist/collection/stories/organisms/ptc/Blogs Listing Page/preview.stories.js +0 -368
- package/dist/collection/stories/organisms/ptc/Bureau New Dynamic/preview.stories.js +0 -54
- package/dist/collection/stories/organisms/ptc/Buying Options Cards Slider/preview.stories.js +0 -187
- package/dist/collection/stories/organisms/ptc/Case Studies/preview.stories.js +0 -243
- package/dist/collection/stories/organisms/ptc/Case Studies Detail Page/preview.stories.js +0 -456
- package/dist/collection/stories/organisms/ptc/Case Studies Slider/preview.stories.js +0 -384
- package/dist/collection/stories/organisms/ptc/Case Studies Slider New/preview.stories.js +0 -171
- package/dist/collection/stories/organisms/ptc/Clq Modal Quiz/preview.stories.js +0 -100
- package/dist/collection/stories/organisms/ptc/Contact Free Trial Form/preview.stories.js +0 -22
- package/dist/collection/stories/organisms/ptc/Countdown Example/preview.stories.js +0 -29
- package/dist/collection/stories/organisms/ptc/E Store Build Listing/preview.stories.js +0 -543
- package/dist/collection/stories/organisms/ptc/E Store Build Product/preview.stories.js +0 -438
- package/dist/collection/stories/organisms/ptc/E Store Creo Extension/preview.stories.js +0 -798
- package/dist/collection/stories/organisms/ptc/Eloqua Library Contact Info/preview.stories.js +0 -168
- package/dist/collection/stories/organisms/ptc/Eloqua Library Visitor PCenter/preview.stories.js +0 -60
- package/dist/collection/stories/organisms/ptc/Eloqua Library Visitor Recipient Id/preview.stories.js +0 -59
- package/dist/collection/stories/organisms/ptc/Embedded Form/preview.stories.js +0 -23
- package/dist/collection/stories/organisms/ptc/Embedded Form Floating/preview.stories.js +0 -165
- package/dist/collection/stories/organisms/ptc/Event Detail/preview.stories.js +0 -16
- package/dist/collection/stories/organisms/ptc/Event Jumbotron/preview.stories.js +0 -470
- package/dist/collection/stories/organisms/ptc/Event Podcast Slider/preview.stories.js +0 -142
- package/dist/collection/stories/organisms/ptc/Events Listing Cards/preview.stories.js +0 -169
- package/dist/collection/stories/organisms/ptc/Events Listing Cards Horizontal/preview.stories.js +0 -169
- package/dist/collection/stories/organisms/ptc/Featured Events Slider/preview.stories.js +0 -165
- package/dist/collection/stories/organisms/ptc/Featured List/preview.stories.js +0 -16
- package/dist/collection/stories/organisms/ptc/Filter Level Theater/preview.stories.js +0 -18
- package/dist/collection/stories/organisms/ptc/Five Card Value Prop/preview.stories.js +0 -64
- package/dist/collection/stories/organisms/ptc/Footer Form/preview.stories.js +0 -18
- package/dist/collection/stories/organisms/ptc/Footer V2/preview.stories.js +0 -138
- package/dist/collection/stories/organisms/ptc/Footer V2 Cn/preview.stories.js +0 -146
- package/dist/collection/stories/organisms/ptc/Form Radio Button/preview.stories.js +0 -42
- package/dist/collection/stories/organisms/ptc/Framed Video 16 9/preview.stories.js +0 -31
- package/dist/collection/stories/organisms/ptc/Homepage Image Feature/preview.stories.js +0 -41
- package/dist/collection/stories/organisms/ptc/Homepage Jumbotron/preview.stories.js +0 -166
- package/dist/collection/stories/organisms/ptc/Homepage Toggled Content/preview.stories.js +0 -227
- package/dist/collection/stories/organisms/ptc/Hub Of Hubs/preview.stories.js +0 -417
- package/dist/collection/stories/organisms/ptc/Intro/preview.stories.js +0 -41
- package/dist/collection/stories/organisms/ptc/Jumbotron/preview.stories.js +0 -431
- package/dist/collection/stories/organisms/ptc/Jumbotron With Logos/preview.stories.js +0 -431
- package/dist/collection/stories/organisms/ptc/Large Bulleted List/preview.stories.js +0 -224
- package/dist/collection/stories/organisms/ptc/Large Bulleted List V2/preview.stories.js +0 -326
- package/dist/collection/stories/organisms/ptc/Listing Filter/preview.stories.js +0 -256
- package/dist/collection/stories/organisms/ptc/Main Nav Product Solutions Tab/preview.stories.js +0 -200
- package/dist/collection/stories/organisms/ptc/Mathcad Start Page/preview.stories.js +0 -100
- package/dist/collection/stories/organisms/ptc/Media Kit Speed Bump/preview.stories.js +0 -39
- package/dist/collection/stories/organisms/ptc/Most Popular News/preview.stories.js +0 -28
- package/dist/collection/stories/organisms/ptc/Mvc Form/preview.stories.js +0 -22
- package/dist/collection/stories/organisms/ptc/New Buttons/preview.stories.js +0 -125
- package/dist/collection/stories/organisms/ptc/Partners Detail/preview.stories.js +0 -151
- package/dist/collection/stories/organisms/ptc/Partners Listing/preview.stories.js +0 -394
- package/dist/collection/stories/organisms/ptc/Pdf Portal/preview.stories.js +0 -140
- package/dist/collection/stories/organisms/ptc/Plm On Demand 1/preview.stories.js +0 -205
- package/dist/collection/stories/organisms/ptc/Plm On Demand 2/preview.stories.js +0 -180
- package/dist/collection/stories/organisms/ptc/Podcast List/preview.stories.js +0 -175
- package/dist/collection/stories/organisms/ptc/Preference Center/preview.stories.js +0 -235
- package/dist/collection/stories/organisms/ptc/Preference Center Exit Page/preview.stories.js +0 -85
- package/dist/collection/stories/organisms/ptc/Preference Center Update Email/preview.stories.js +0 -54
- package/dist/collection/stories/organisms/ptc/Preference Center Update Personal Info/preview.stories.js +0 -59
- package/dist/collection/stories/organisms/ptc/Pricing Packaging Table/preview.stories.js +0 -399
- package/dist/collection/stories/organisms/ptc/Pricing Packaging Table Subnav/preview.stories.js +0 -179
- package/dist/collection/stories/organisms/ptc/Ptc 3 Card Value Prop/preview.stories.js +0 -46
- package/dist/collection/stories/organisms/ptc/Ptc Bio Cards/preview.stories.js +0 -741
- package/dist/collection/stories/organisms/ptc/Ptc Creo Start Page/preview.stories.js +0 -111
- package/dist/collection/stories/organisms/ptc/Ptc Editorial/preview.stories.js +0 -84
- package/dist/collection/stories/organisms/ptc/Ptc Form/preview.stories.js +0 -18
- package/dist/collection/stories/organisms/ptc/Ptc Icon Card Slider/preview.stories.js +0 -121
- package/dist/collection/stories/organisms/ptc/Ptc Icon Component/preview.stories.js +0 -185
- package/dist/collection/stories/organisms/ptc/Ptc Icon Sprites/preview.stories.js +0 -150
- package/dist/collection/stories/organisms/ptc/Ptc Innovator Toggle/preview.stories.js +0 -421
- package/dist/collection/stories/organisms/ptc/Ptc Media Cards/preview.stories.js +0 -133
- package/dist/collection/stories/organisms/ptc/Ptc News Detail/preview.stories.js +0 -142
- package/dist/collection/stories/organisms/ptc/Ptc News Detail Alternate/preview.stories.js +0 -140
- package/dist/collection/stories/organisms/ptc/Ptc Offices/preview.stories.js +0 -405
- package/dist/collection/stories/organisms/ptc/Ptc Readmore V3/preview.stories.js +0 -71
- package/dist/collection/stories/organisms/ptc/Ptc Showcase Card/preview.stories.js +0 -177
- package/dist/collection/stories/organisms/ptc/Ptc Sticky Share Icons/preview.stories.js +0 -184
- package/dist/collection/stories/organisms/ptc/Ptc Subnav V1/preview.stories.js +0 -149
- package/dist/collection/stories/organisms/ptc/Ptc Subnav V2/preview.stories.js +0 -91
- package/dist/collection/stories/organisms/ptc/Ptc Text Copy With Background/preview.stories.js +0 -226
- package/dist/collection/stories/organisms/ptc/Ptc Title Demo/preview.stories.js +0 -24
- package/dist/collection/stories/organisms/ptc/Ptc Tooltip V3/preview.stories.js +0 -85
- package/dist/collection/stories/organisms/ptc/Ptc Two Column Two Media/preview.stories.js +0 -126
- package/dist/collection/stories/organisms/ptc/Read More/preview.stories.js +0 -278
- package/dist/collection/stories/organisms/ptc/Related Cards/preview.stories.js +0 -107
- package/dist/collection/stories/organisms/ptc/Resource Center/preview.stories.js +0 -149
- package/dist/collection/stories/organisms/ptc/Search Result/preview.stories.js +0 -62
- package/dist/collection/stories/organisms/ptc/Search Result News/preview.stories.js +0 -72
- package/dist/collection/stories/organisms/ptc/Searchbar Plm On Demand/preview.stories.js +0 -62
- package/dist/collection/stories/organisms/ptc/Seo Test/preview.stories.js +0 -215
- package/dist/collection/stories/organisms/ptc/Sequential Slider/preview.stories.js +0 -38
- package/dist/collection/stories/organisms/ptc/Sequential Slider Mobile/preview.stories.js +0 -90
- package/dist/collection/stories/organisms/ptc/Shortform Agileworx/preview.stories.js +0 -22
- package/dist/collection/stories/organisms/ptc/Storefront Enhanced Product Listing/preview.stories.js +0 -132
- package/dist/collection/stories/organisms/ptc/Subnav New/preview.stories.js +0 -360
- package/dist/collection/stories/organisms/ptc/Success Path Details Page/preview.stories.js +0 -236
- package/dist/collection/stories/organisms/ptc/Three Column Text/preview.stories.js +0 -75
- package/dist/collection/stories/organisms/ptc/Three Up Text Cards/preview.stories.js +0 -134
- package/dist/collection/stories/organisms/ptc/Two Column Media/preview.stories.js +0 -181
- package/dist/collection/stories/organisms/ptc/Two Column With Toggle/preview.stories.js +0 -549
- package/dist/collection/stories/organisms/ptc/Value Led Resource/preview.stories.js +0 -479
- package/dist/collection/stories/organisms/ptc/Volvo Three Col/preview.stories.js +0 -115
- package/dist/collection/stories/organisms/ptc/Vuforia Quiz/preview.stories.js +0 -26
- package/dist/collection/stories/organisms/ptc/White Paper/preview.stories.js +0 -174
- package/dist/collection/utils/__mocks__/@material__select__component.js +0 -5
- package/dist/custom-elements/index.d.ts +0 -1143
- package/dist/custom-elements/index.js +0 -38289
- package/dist/esm/_commonjsHelpers-9943807e.js +0 -17
- package/dist/esm/academic-form-test.entry.js +0 -78
- package/dist/esm/author-listing-example.entry.js +0 -241
- package/dist/esm/blog-detail-content_2.entry.js +0 -270
- package/dist/esm/blog-detail-layout.entry.js +0 -65
- package/dist/esm/blogs-search-section.entry.js +0 -214
- package/dist/esm/bundle-example.entry.js +0 -49
- package/dist/esm/bundle-jumbotron-example.entry.js +0 -59
- package/dist/esm/buying-option-card.entry.js +0 -180
- package/dist/esm/buying-option-cards-slider.entry.js +0 -171
- package/dist/esm/component-80f298b4.js +0 -6462
- package/dist/esm/core-9dcd68aa.js +0 -3874
- package/dist/esm/dropdown-item.entry.js +0 -17
- package/dist/esm/dynamic-box-bundle.entry.js +0 -34
- package/dist/esm/embedded-form.entry.js +0 -101
- package/dist/esm/event-jumbotron-example.entry.js +0 -229
- package/dist/esm/event-podcast-slider-example.entry.js +0 -64
- package/dist/esm/featured-events-slider-example.entry.js +0 -58
- package/dist/esm/featured-list.entry.js +0 -104
- package/dist/esm/fl-tab-content_3.entry.js +0 -98
- package/dist/esm/focus-trap.esm-d205300d.js +0 -1556
- package/dist/esm/footer-form.entry.js +0 -60
- package/dist/esm/global-1a5f28d5.js +0 -31
- package/dist/esm/homepage-clickable-tab.entry.js +0 -56
- package/dist/esm/homepage-jumbotron.entry.js +0 -124
- package/dist/esm/homepage-toggled-content.entry.js +0 -150
- package/dist/esm/icon-asset_2.entry.js +0 -149
- package/dist/esm/index-0bf594c4.js +0 -2103
- package/dist/esm/innovator-toggle-container.entry.js +0 -64
- package/dist/esm/interfaces-4caedd26.js +0 -12
- package/dist/esm/jumbotron-sub-menu.entry.js +0 -37
- package/dist/esm/jumbotron-sub-mune.entry.js +0 -51
- package/dist/esm/list-item.entry.js +0 -48
- package/dist/esm/max-width-container.entry.js +0 -50
- package/dist/esm/modal-form-example.entry.js +0 -105
- package/dist/esm/most-popular-news.entry.js +0 -39
- package/dist/esm/mousewheel-6b2f6590.js +0 -389
- package/dist/esm/news-search-result.entry.js +0 -26
- package/dist/esm/pagination-191217c1.js +0 -664
- package/dist/esm/polyfills/core-js.js +0 -11
- package/dist/esm/polyfills/css-shim.js +0 -1
- package/dist/esm/polyfills/dom.js +0 -79
- package/dist/esm/polyfills/es5-html-element.js +0 -1
- package/dist/esm/polyfills/index.js +0 -34
- package/dist/esm/polyfills/system.js +0 -6
- package/dist/esm/ptc-accordion-item.entry.js +0 -120
- package/dist/esm/ptc-accordion.entry.js +0 -87
- package/dist/esm/ptc-announcement.entry.js +0 -73
- package/dist/esm/ptc-back-to-top.entry.js +0 -96
- package/dist/esm/ptc-background-video.entry.js +0 -148
- package/dist/esm/ptc-badge.entry.js +0 -26
- package/dist/esm/ptc-bio-card.entry.js +0 -57
- package/dist/esm/ptc-blue-pill-announcement-bar.entry.js +0 -19
- package/dist/esm/ptc-breadcrumb.entry.js +0 -59
- package/dist/esm/ptc-brightcov-video.entry.js +0 -20
- package/dist/esm/ptc-button.entry.js +0 -113
- package/dist/esm/ptc-card-bottom_2.entry.js +0 -194
- package/dist/esm/ptc-card-content.entry.js +0 -88
- package/dist/esm/ptc-card_2.entry.js +0 -297
- package/dist/esm/ptc-case-studies-slider.entry.js +0 -1205
- package/dist/esm/ptc-checkbox-group.entry.js +0 -46
- package/dist/esm/ptc-checkbox.entry.js +0 -70
- package/dist/esm/ptc-close-icon_2.entry.js +0 -355
- package/dist/esm/ptc-collapse-list.entry.js +0 -539
- package/dist/esm/ptc-container.entry.js +0 -40
- package/dist/esm/ptc-countdown.entry.js +0 -172
- package/dist/esm/ptc-data-lookup.entry.js +0 -680
- package/dist/esm/ptc-date.entry.js +0 -57
- package/dist/esm/ptc-dropdown.entry.js +0 -75
- package/dist/esm/ptc-dynamic-card.entry.js +0 -137
- package/dist/esm/ptc-ellipsis-dropdown.entry.js +0 -197
- package/dist/esm/ptc-embedded-quiz.entry.js +0 -295
- package/dist/esm/ptc-enhanced-product-listing-card.entry.js +0 -69
- package/dist/esm/ptc-featured-list.entry.js +0 -44
- package/dist/esm/ptc-filter-dropdown_4.entry.js +0 -374
- package/dist/esm/ptc-filter-level-theater.entry.js +0 -189
- package/dist/esm/ptc-filter-tag_2.entry.js +0 -424
- package/dist/esm/ptc-footer.entry.js +0 -64
- package/dist/esm/ptc-form-checkbox_4.entry.js +0 -5193
- package/dist/esm/ptc-form-radio-button.entry.js +0 -52
- package/dist/esm/ptc-form-radio-group.entry.js +0 -52
- package/dist/esm/ptc-form.entry.js +0 -152
- package/dist/esm/ptc-hero-footer-cta.entry.js +0 -18
- package/dist/esm/ptc-hero.entry.js +0 -28
- package/dist/esm/ptc-homepage-image-feature.entry.js +0 -20
- package/dist/esm/ptc-homepage-video-background.entry.js +0 -200
- package/dist/esm/ptc-icon-card-slider-example.entry.js +0 -68
- package/dist/esm/ptc-icon-card.entry.js +0 -26
- package/dist/esm/ptc-icon-component.entry.js +0 -122
- package/dist/esm/ptc-icon-list.entry.js +0 -30
- package/dist/esm/ptc-icon-minimize.entry.js +0 -169
- package/dist/esm/ptc-image-download-strip.entry.js +0 -28
- package/dist/esm/ptc-img.entry.js +0 -212
- package/dist/esm/ptc-info-tile.entry.js +0 -46
- package/dist/esm/ptc-inline-cta.entry.js +0 -134
- package/dist/esm/ptc-jumbotron.entry.js +0 -186
- package/dist/esm/ptc-link.entry.js +0 -87
- package/dist/esm/ptc-list.entry.js +0 -56
- package/dist/esm/ptc-media-card.entry.js +0 -167
- package/dist/esm/ptc-minimized-nav.entry.js +0 -20
- package/dist/esm/ptc-mobile-select.entry.js +0 -562
- package/dist/esm/ptc-modal-quiz.entry.js +0 -183
- package/dist/esm/ptc-nav-card.entry.js +0 -38
- package/dist/esm/ptc-nav-link.entry.js +0 -44
- package/dist/esm/ptc-nav-pills.entry.js +0 -15
- package/dist/esm/ptc-nav-skip-to-content.entry.js +0 -66
- package/dist/esm/ptc-nav-slider.entry.js +0 -111
- package/dist/esm/ptc-nav-submenu.entry.js +0 -44
- package/dist/esm/ptc-nav-tile.entry.js +0 -16
- package/dist/esm/ptc-news.entry.js +0 -27
- package/dist/esm/ptc-office-location-card.entry.js +0 -61
- package/dist/esm/ptc-office-locations.entry.js +0 -341
- package/dist/esm/ptc-overlay.entry.js +0 -30
- package/dist/esm/ptc-para.entry.js +0 -135
- package/dist/esm/ptc-picture.entry.js +0 -181
- package/dist/esm/ptc-podcast-card.entry.js +0 -18
- package/dist/esm/ptc-preferance-center-form.entry.js +0 -42
- package/dist/esm/ptc-preloader.entry.js +0 -18
- package/dist/esm/ptc-previous-url.entry.js +0 -27
- package/dist/esm/ptc-pricing-add-on-card.entry.js +0 -25
- package/dist/esm/ptc-pricing-add-on-section.entry.js +0 -47
- package/dist/esm/ptc-pricing-block.entry.js +0 -29
- package/dist/esm/ptc-pricing-packaging-table.entry.js +0 -528
- package/dist/esm/ptc-pricing-tabs.entry.js +0 -138
- package/dist/esm/ptc-product-card.entry.js +0 -57
- package/dist/esm/ptc-product-category.entry.js +0 -16
- package/dist/esm/ptc-product-dropdown.entry.js +0 -76
- package/dist/esm/ptc-product-highlight-card.entry.js +0 -24
- package/dist/esm/ptc-product-list.entry.js +0 -168
- package/dist/esm/ptc-product-sidebar.entry.js +0 -174
- package/dist/esm/ptc-progress-bar.entry.js +0 -23
- package/dist/esm/ptc-quantity-counter.entry.js +0 -95
- package/dist/esm/ptc-quote.entry.js +0 -36
- package/dist/esm/ptc-readmore-char.entry.js +0 -40
- package/dist/esm/ptc-readmore-new.entry.js +0 -102
- package/dist/esm/ptc-readmore-v3.entry.js +0 -123
- package/dist/esm/ptc-readmore.entry.js +0 -182
- package/dist/esm/ptc-related-card-rail.entry.js +0 -254
- package/dist/esm/ptc-responsive-wrapper.entry.js +0 -61
- package/dist/esm/ptc-scroll-button.entry.js +0 -131
- package/dist/esm/ptc-seo-title.entry.js +0 -78
- package/dist/esm/ptc-shopping-cart.entry.js +0 -65
- package/dist/esm/ptc-showcase-card.entry.js +0 -17
- package/dist/esm/ptc-skeleton.entry.js +0 -28
- package/dist/esm/ptc-slit-card.entry.js +0 -36
- package/dist/esm/ptc-social-icons-footer.entry.js +0 -88
- package/dist/esm/ptc-social-icons.entry.js +0 -29
- package/dist/esm/ptc-spacer.entry.js +0 -34
- package/dist/esm/ptc-span.entry.js +0 -27
- package/dist/esm/ptc-square-card.entry.js +0 -21
- package/dist/esm/ptc-sticky-icons.entry.js +0 -50
- package/dist/esm/ptc-sticky-section.entry.js +0 -66
- package/dist/esm/ptc-sticky-title.entry.js +0 -46
- package/dist/esm/ptc-store-card-list.entry.js +0 -101
- package/dist/esm/ptc-store-card.entry.js +0 -20
- package/dist/esm/ptc-subnav-card.entry.js +0 -23
- package/dist/esm/ptc-subnav-v2.entry.js +0 -591
- package/dist/esm/ptc-subnav.entry.js +0 -32
- package/dist/esm/ptc-svg-btn.entry.js +0 -114
- package/dist/esm/ptc-tab-list.entry.js +0 -270
- package/dist/esm/ptc-tab.entry.js +0 -27
- package/dist/esm/ptc-tabs.entry.js +0 -54
- package/dist/esm/ptc-text-copy-with-background.entry.js +0 -63
- package/dist/esm/ptc-theater-video-modal.entry.js +0 -117
- package/dist/esm/ptc-title.entry.js +0 -157
- package/dist/esm/ptc-tooltip-v2.entry.js +0 -76
- package/dist/esm/ptc-tooltip-v3.entry.js +0 -115
- package/dist/esm/ptc-tooltip.entry.js +0 -109
- package/dist/esm/ptc-two-column-media.entry.js +0 -22
- package/dist/esm/ptc-value-led-card.entry.js +0 -17
- package/dist/esm/ptc-value-led-content-highlight.entry.js +0 -15
- package/dist/esm/ptc-value-led-content.entry.js +0 -16
- package/dist/esm/ptc-value-led-intro.entry.js +0 -16
- package/dist/esm/ptc-value-led-layout.entry.js +0 -280
- package/dist/esm/ptc-value-led-speed-bump.entry.js +0 -31
- package/dist/esm/ptc-value-prop-card.entry.js +0 -20
- package/dist/esm/ptc-video-embed.entry.js +0 -80
- package/dist/esm/ptc-white-paper.entry.js +0 -147
- package/dist/esm/ptcw-design.js +0 -20
- package/dist/esm/scrollbar-b41be07f.js +0 -350
- package/dist/esm/sequential-bundle-example.entry.js +0 -115
- package/dist/esm/sequential-bundle.entry.js +0 -95
- package/dist/esm/show-map-icon-6d9dce32.js +0 -8
- package/dist/esm/storefront-enhanced-product-list-alt-example.entry.js +0 -62
- package/dist/esm/storefront-enhanced-product-list-example.entry.js +0 -62
- package/dist/esm/tab-content.entry.js +0 -46
- package/dist/esm/tab-header.entry.js +0 -78
- package/dist/esm/utils-bdd0cc16.js +0 -282
- package/dist/esm/validation-messages-1379b825.js +0 -169
- package/dist/esm/x-cd64dee4.js +0 -18
- package/dist/ptcw-design/index.esm.js +0 -0
- package/dist/ptcw-design/media/brands.svg +0 -1381
- package/dist/ptcw-design/media/designer-v6.0.7.svg +0 -765
- package/dist/ptcw-design/media/logo.png +0 -0
- package/dist/ptcw-design/media/nav-active-dotslick.svg +0 -16
- package/dist/ptcw-design/media/regular.svg +0 -463
- package/dist/ptcw-design/media/solid.svg +0 -3016
- package/dist/ptcw-design/media/svg-with-js.min.css +0 -5
- package/dist/ptcw-design/p-00c5879b.entry.js +0 -1
- package/dist/ptcw-design/p-0229f63c.entry.js +0 -68
- package/dist/ptcw-design/p-03a1e1a5.entry.js +0 -1
- package/dist/ptcw-design/p-068b64a1.entry.js +0 -1
- package/dist/ptcw-design/p-07b46e6e.entry.js +0 -1
- package/dist/ptcw-design/p-0abb6e77.entry.js +0 -1
- package/dist/ptcw-design/p-0b33279e.js +0 -10
- package/dist/ptcw-design/p-0bb3ea9a.entry.js +0 -1
- package/dist/ptcw-design/p-0dac6766.entry.js +0 -1
- package/dist/ptcw-design/p-0ea22cdc.entry.js +0 -1
- package/dist/ptcw-design/p-0ec2a26d.entry.js +0 -1
- package/dist/ptcw-design/p-0ed4609e.entry.js +0 -1
- package/dist/ptcw-design/p-0efedf59.js +0 -1
- package/dist/ptcw-design/p-112455b1.js +0 -1
- package/dist/ptcw-design/p-1149e673.entry.js +0 -1
- package/dist/ptcw-design/p-11e86045.entry.js +0 -1
- package/dist/ptcw-design/p-1238e070.entry.js +0 -1
- package/dist/ptcw-design/p-14c77b5e.entry.js +0 -1
- package/dist/ptcw-design/p-183ba1ca.entry.js +0 -1
- package/dist/ptcw-design/p-1ab6201b.entry.js +0 -1
- package/dist/ptcw-design/p-1acd3617.entry.js +0 -1
- package/dist/ptcw-design/p-1b3394a7.entry.js +0 -1
- package/dist/ptcw-design/p-1e4d0bb7.entry.js +0 -1
- package/dist/ptcw-design/p-1e9f25fc.entry.js +0 -1
- package/dist/ptcw-design/p-20dfd7bd.entry.js +0 -1
- package/dist/ptcw-design/p-212cdacd.entry.js +0 -1
- package/dist/ptcw-design/p-23411b93.entry.js +0 -1
- package/dist/ptcw-design/p-27cd474f.entry.js +0 -1
- package/dist/ptcw-design/p-290012e3.entry.js +0 -1
- package/dist/ptcw-design/p-2ba77e9d.entry.js +0 -1
- package/dist/ptcw-design/p-2bc4bf65.entry.js +0 -1
- package/dist/ptcw-design/p-2e288e60.entry.js +0 -1
- package/dist/ptcw-design/p-2efd18d8.entry.js +0 -1
- package/dist/ptcw-design/p-2f4f6ccd.js +0 -1
- package/dist/ptcw-design/p-2f7b6437.entry.js +0 -1
- package/dist/ptcw-design/p-2f82de8f.entry.js +0 -1
- package/dist/ptcw-design/p-2fd01953.entry.js +0 -1
- package/dist/ptcw-design/p-2fdd81d4.entry.js +0 -1
- package/dist/ptcw-design/p-315b7885.entry.js +0 -1
- package/dist/ptcw-design/p-36cb30ee.js +0 -1
- package/dist/ptcw-design/p-36d6e662.entry.js +0 -1
- package/dist/ptcw-design/p-384548ef.entry.js +0 -1
- package/dist/ptcw-design/p-39255f59.entry.js +0 -1
- package/dist/ptcw-design/p-3ada2482.entry.js +0 -1
- package/dist/ptcw-design/p-3b9fbbaa.js +0 -1
- package/dist/ptcw-design/p-3c52fabe.entry.js +0 -1
- package/dist/ptcw-design/p-3c941935.entry.js +0 -1
- package/dist/ptcw-design/p-3e13b735.entry.js +0 -1
- package/dist/ptcw-design/p-3e13f29c.entry.js +0 -1
- package/dist/ptcw-design/p-4313edfb.entry.js +0 -1
- package/dist/ptcw-design/p-43756439.entry.js +0 -1
- package/dist/ptcw-design/p-47aa1583.entry.js +0 -1
- package/dist/ptcw-design/p-4fd2afc0.entry.js +0 -1
- package/dist/ptcw-design/p-5119fb48.entry.js +0 -1
- package/dist/ptcw-design/p-522cb451.entry.js +0 -1
- package/dist/ptcw-design/p-5292a000.js +0 -1
- package/dist/ptcw-design/p-5344a1f4.entry.js +0 -1
- package/dist/ptcw-design/p-53d2547b.entry.js +0 -1
- package/dist/ptcw-design/p-54891548.entry.js +0 -1
- package/dist/ptcw-design/p-561a622f.entry.js +0 -1
- package/dist/ptcw-design/p-562a3e36.entry.js +0 -1
- package/dist/ptcw-design/p-575c7fc0.entry.js +0 -1
- package/dist/ptcw-design/p-5b00a563.entry.js +0 -1
- package/dist/ptcw-design/p-5bbfd7b3.entry.js +0 -1
- package/dist/ptcw-design/p-5dd9b00c.entry.js +0 -1
- package/dist/ptcw-design/p-5fb671ee.entry.js +0 -1
- package/dist/ptcw-design/p-61a5012d.entry.js +0 -1
- package/dist/ptcw-design/p-6251a6d6.entry.js +0 -1
- package/dist/ptcw-design/p-6481e853.entry.js +0 -1
- package/dist/ptcw-design/p-672a349f.js +0 -336
- package/dist/ptcw-design/p-674c828e.entry.js +0 -1
- package/dist/ptcw-design/p-6cfb5642.entry.js +0 -1
- package/dist/ptcw-design/p-6d628113.entry.js +0 -1
- package/dist/ptcw-design/p-6f1cc5e5.entry.js +0 -1
- package/dist/ptcw-design/p-709cc1f0.entry.js +0 -1
- package/dist/ptcw-design/p-711bcdad.js +0 -1
- package/dist/ptcw-design/p-73293d32.entry.js +0 -1
- package/dist/ptcw-design/p-746337da.entry.js +0 -1
- package/dist/ptcw-design/p-74a845fd.entry.js +0 -1
- package/dist/ptcw-design/p-752159e2.entry.js +0 -1
- package/dist/ptcw-design/p-75c8fceb.entry.js +0 -1
- package/dist/ptcw-design/p-75d8b6ec.entry.js +0 -1
- package/dist/ptcw-design/p-7777753a.entry.js +0 -1
- package/dist/ptcw-design/p-7815e38b.entry.js +0 -1
- package/dist/ptcw-design/p-79762cf6.entry.js +0 -1
- package/dist/ptcw-design/p-79a6e764.entry.js +0 -1
- package/dist/ptcw-design/p-7b89a8e1.entry.js +0 -1
- package/dist/ptcw-design/p-7c6d6a5e.entry.js +0 -1
- package/dist/ptcw-design/p-7f2c5da5.js +0 -1
- package/dist/ptcw-design/p-804dac0c.entry.js +0 -1
- package/dist/ptcw-design/p-807ad5c4.entry.js +0 -1
- package/dist/ptcw-design/p-80c56c81.entry.js +0 -1
- package/dist/ptcw-design/p-81736d6a.entry.js +0 -1
- package/dist/ptcw-design/p-828edda6.entry.js +0 -1
- package/dist/ptcw-design/p-83c3d6c9.entry.js +0 -1
- package/dist/ptcw-design/p-83dabf2e.entry.js +0 -1
- package/dist/ptcw-design/p-850e6e8c.entry.js +0 -1
- package/dist/ptcw-design/p-87215e3a.entry.js +0 -1
- package/dist/ptcw-design/p-87e4c337.entry.js +0 -1
- package/dist/ptcw-design/p-89da867f.entry.js +0 -1
- package/dist/ptcw-design/p-8cdcfb51.entry.js +0 -1
- package/dist/ptcw-design/p-8eb36507.entry.js +0 -1
- package/dist/ptcw-design/p-8efaac1b.entry.js +0 -1
- package/dist/ptcw-design/p-9050ab76.entry.js +0 -1
- package/dist/ptcw-design/p-908ad455.entry.js +0 -1
- package/dist/ptcw-design/p-91a9f126.entry.js +0 -1
- package/dist/ptcw-design/p-91e5c8d4.entry.js +0 -1
- package/dist/ptcw-design/p-944c5be8.js +0 -2
- package/dist/ptcw-design/p-973b06d1.entry.js +0 -1
- package/dist/ptcw-design/p-973c69d8.entry.js +0 -1
- package/dist/ptcw-design/p-9a28ded2.entry.js +0 -1
- package/dist/ptcw-design/p-9d8a9a72.entry.js +0 -1
- package/dist/ptcw-design/p-9df3c31f.entry.js +0 -1
- package/dist/ptcw-design/p-9e8e2835.entry.js +0 -1
- package/dist/ptcw-design/p-a1dc7ae5.entry.js +0 -1
- package/dist/ptcw-design/p-a22d7ae8.entry.js +0 -1
- package/dist/ptcw-design/p-a2710bbf.entry.js +0 -1
- package/dist/ptcw-design/p-a318a793.entry.js +0 -1
- package/dist/ptcw-design/p-a3ef1660.entry.js +0 -1
- package/dist/ptcw-design/p-a81833cd.entry.js +0 -1
- package/dist/ptcw-design/p-a974f98f.entry.js +0 -1
- package/dist/ptcw-design/p-afb5bdb9.entry.js +0 -1
- package/dist/ptcw-design/p-b0fb4c93.entry.js +0 -1
- package/dist/ptcw-design/p-b1053240.entry.js +0 -1
- package/dist/ptcw-design/p-b154bbdb.entry.js +0 -1
- package/dist/ptcw-design/p-b1c51eb4.entry.js +0 -1
- package/dist/ptcw-design/p-b293a0b1.entry.js +0 -1
- package/dist/ptcw-design/p-b2fcbbd8.entry.js +0 -1
- package/dist/ptcw-design/p-b6cc4c2a.entry.js +0 -1
- package/dist/ptcw-design/p-b82dd7f9.entry.js +0 -1
- package/dist/ptcw-design/p-bca81995.entry.js +0 -1
- package/dist/ptcw-design/p-bdbf2c61.entry.js +0 -1
- package/dist/ptcw-design/p-be00fb74.entry.js +0 -1
- package/dist/ptcw-design/p-bf2f9183.entry.js +0 -1
- package/dist/ptcw-design/p-c5417010.entry.js +0 -1
- package/dist/ptcw-design/p-c7e948b2.js +0 -1
- package/dist/ptcw-design/p-c80265d9.entry.js +0 -1
- package/dist/ptcw-design/p-c8de7309.entry.js +0 -1
- package/dist/ptcw-design/p-c9762c88.entry.js +0 -1
- package/dist/ptcw-design/p-c9a73ad1.entry.js +0 -1
- package/dist/ptcw-design/p-ca039722.entry.js +0 -1
- package/dist/ptcw-design/p-cab0274c.entry.js +0 -1
- package/dist/ptcw-design/p-ce125ef2.entry.js +0 -1
- package/dist/ptcw-design/p-ce39cff2.entry.js +0 -1
- package/dist/ptcw-design/p-cf0f6559.entry.js +0 -1
- package/dist/ptcw-design/p-d1f57070.entry.js +0 -1
- package/dist/ptcw-design/p-d3c11c68.entry.js +0 -1
- package/dist/ptcw-design/p-d428ba40.entry.js +0 -1
- package/dist/ptcw-design/p-d4dcba82.entry.js +0 -1
- package/dist/ptcw-design/p-d6271974.entry.js +0 -1
- package/dist/ptcw-design/p-d9c54a1d.js +0 -1
- package/dist/ptcw-design/p-d9ec506c.entry.js +0 -1
- package/dist/ptcw-design/p-dabb1b70.entry.js +0 -1
- package/dist/ptcw-design/p-dadbab48.entry.js +0 -1
- package/dist/ptcw-design/p-dd38bf84.entry.js +0 -1
- package/dist/ptcw-design/p-de663192.entry.js +0 -1
- package/dist/ptcw-design/p-e00c5964.entry.js +0 -1
- package/dist/ptcw-design/p-e1373325.entry.js +0 -1
- package/dist/ptcw-design/p-e1bd2c43.entry.js +0 -1
- package/dist/ptcw-design/p-e249cd90.entry.js +0 -1
- package/dist/ptcw-design/p-e2e33ddb.entry.js +0 -1
- package/dist/ptcw-design/p-e65cbdb9.entry.js +0 -1
- package/dist/ptcw-design/p-e6ebc832.entry.js +0 -1
- package/dist/ptcw-design/p-e87a4ff8.entry.js +0 -1
- package/dist/ptcw-design/p-e880b556.entry.js +0 -1
- package/dist/ptcw-design/p-e8b51e7d.entry.js +0 -1
- package/dist/ptcw-design/p-ec22d0b8.entry.js +0 -1
- package/dist/ptcw-design/p-ec395ae9.entry.js +0 -1
- package/dist/ptcw-design/p-ecfc8211.entry.js +0 -1
- package/dist/ptcw-design/p-ed53cb3a.entry.js +0 -1
- package/dist/ptcw-design/p-ed5a467e.entry.js +0 -1
- package/dist/ptcw-design/p-ef55ab3c.entry.js +0 -1
- package/dist/ptcw-design/p-efe8563a.entry.js +0 -1
- package/dist/ptcw-design/p-f004e5de.entry.js +0 -1
- package/dist/ptcw-design/p-f2006b03.entry.js +0 -1
- package/dist/ptcw-design/p-f20e4230.entry.js +0 -1
- package/dist/ptcw-design/p-f418ef26.entry.js +0 -1
- package/dist/ptcw-design/p-f4ae5a99.entry.js +0 -1
- package/dist/ptcw-design/p-f5665cfe.entry.js +0 -1
- package/dist/ptcw-design/p-f5dfa530.js +0 -1
- package/dist/ptcw-design/p-fb0c3eeb.entry.js +0 -1
- package/dist/ptcw-design/p-fe56e336.entry.js +0 -1
- package/dist/ptcw-design/p-fef688c2.entry.js +0 -1
- package/dist/ptcw-design/p-ff369ed7.entry.js +0 -1
- package/dist/ptcw-design/ptcw-design.css +0 -9
- package/dist/ptcw-design/ptcw-design.esm.js +0 -1
- package/dist/types/components/buying-option-card/buying-option-card.d.ts +0 -44
- package/dist/types/components/buying-option-cards-slider/buying-option-cards-slider.d.ts +0 -11
- package/dist/types/components/dropdown-item/dropdown-item.d.ts +0 -5
- package/dist/types/components/dynamic-box-bundle/dynamic-box-bundle.d.ts +0 -10
- package/dist/types/components/homepage-clickable-tab/homepage-clickable-tab.d.ts +0 -19
- package/dist/types/components/icon-asset/icon-asset.d.ts +0 -45
- package/dist/types/components/innovator-toggle-container/innovator-toggle-container.d.ts +0 -20
- package/dist/types/components/jumbotron-sub-menu/jumbotron-sub-menu.d.ts +0 -11
- package/dist/types/components/jumbotron-sub-mune/jumbotron-sub-mune.d.ts +0 -10
- package/dist/types/components/list-item/list-item.d.ts +0 -20
- package/dist/types/components/max-width-container/max-width-container.d.ts +0 -16
- package/dist/types/components/my-component/my-component.d.ts +0 -16
- package/dist/types/components/organism-bundles/author-listing-example/author-listing-example.d.ts +0 -12
- package/dist/types/components/organism-bundles/blog-detail-content/blog-detail-content.d.ts +0 -32
- package/dist/types/components/organism-bundles/blog-detail-layout/blog-detail-layout.d.ts +0 -10
- package/dist/types/components/organism-bundles/blogs-search-section/blogs-search-section.d.ts +0 -24
- package/dist/types/components/organism-bundles/bundle-example/bundle-example.d.ts +0 -14
- package/dist/types/components/organism-bundles/bundle-featured-list/featured-list.d.ts +0 -12
- package/dist/types/components/organism-bundles/bundle-jumbotron-example/bundle-jumbotron-example.d.ts +0 -5
- package/dist/types/components/organism-bundles/event-jumbotron-example/event-jumbotron-example.d.ts +0 -37
- package/dist/types/components/organism-bundles/event-podcast-slider-example/event-podcast-slider-example.d.ts +0 -10
- package/dist/types/components/organism-bundles/featured-events-slider-example/featured-events-slider-example.d.ts +0 -10
- package/dist/types/components/organism-bundles/form/academic-form/academic-form-test.d.ts +0 -25
- package/dist/types/components/organism-bundles/form/embedded-form/embedded-form.d.ts +0 -31
- package/dist/types/components/organism-bundles/form/footer-form/footer-form.d.ts +0 -14
- package/dist/types/components/organism-bundles/form/modal-from-example/modal-form-example.d.ts +0 -25
- package/dist/types/components/organism-bundles/form/ptc-form/ptc-form.d.ts +0 -25
- package/dist/types/components/organism-bundles/homepage-jumbotron/homepage-jumbotron.d.ts +0 -34
- package/dist/types/components/organism-bundles/homepage-toggled-content/homepage-toggled-content.d.ts +0 -41
- package/dist/types/components/organism-bundles/most-popular-news/most-popular-news.d.ts +0 -6
- package/dist/types/components/organism-bundles/news-search-result/news-search-result.d.ts +0 -10
- package/dist/types/components/organism-bundles/ptc-icon-card-slider-example/ptc-icon-card-slider-example.d.ts +0 -10
- package/dist/types/components/organism-bundles/sequential-bundle/sequential-bundle.d.ts +0 -12
- package/dist/types/components/organism-bundles/sequential-bundle-example/sequential-bundle-example.d.ts +0 -18
- package/dist/types/components/organism-bundles/storefront-enhanced-product-list-example/storefront-enhanced-product-list-alt-example.d.ts +0 -10
- package/dist/types/components/organism-bundles/storefront-enhanced-product-list-example/storefront-enhanced-product-list-example.d.ts +0 -10
- package/dist/types/components/ptc-accordion/ptc-accordion-item/ptc-accordion-item.d.ts +0 -68
- package/dist/types/components/ptc-accordion/ptc-accordion.d.ts +0 -23
- package/dist/types/components/ptc-announcement/ptc-announcement.d.ts +0 -60
- package/dist/types/components/ptc-back-to-top/ptc-back-to-top.d.ts +0 -11
- package/dist/types/components/ptc-background-video/ptc-background-video.d.ts +0 -53
- package/dist/types/components/ptc-badge/ptc-badge.d.ts +0 -7
- package/dist/types/components/ptc-bio-card/ptc-bio-card.d.ts +0 -28
- package/dist/types/components/ptc-blue-pill-announcement-bar/ptc-blue-pill-announcement-bar.d.ts +0 -4
- package/dist/types/components/ptc-breadcrumb/ptc-breadcrumb.d.ts +0 -29
- package/dist/types/components/ptc-brightcov-video/ptc-brightcov-video.d.ts +0 -6
- package/dist/types/components/ptc-button/ptc-button.d.ts +0 -92
- package/dist/types/components/ptc-card/ptc-card.d.ts +0 -94
- package/dist/types/components/ptc-card-bottom/ptc-card-bottom.d.ts +0 -17
- package/dist/types/components/ptc-card-content/ptc-card-content.d.ts +0 -20
- package/dist/types/components/ptc-card-wrapper/ptc-card-wrapper.d.ts +0 -40
- package/dist/types/components/ptc-case-studies-slider/ptc-case-studies-slider.d.ts +0 -25
- package/dist/types/components/ptc-checkbox/ptc-checkbox.d.ts +0 -17
- package/dist/types/components/ptc-checkbox-group/ptc-checkbox-group.d.ts +0 -10
- package/dist/types/components/ptc-close-icon/ptc-close-icon.d.ts +0 -3
- package/dist/types/components/ptc-collapse-list/ptc-collapse-list.d.ts +0 -66
- package/dist/types/components/ptc-container/ptc-container.d.ts +0 -13
- package/dist/types/components/ptc-countdown/ptc-countdown.d.ts +0 -28
- package/dist/types/components/ptc-data-lookup/ptc-data-lookup.d.ts +0 -29
- package/dist/types/components/ptc-date/ptc-date.d.ts +0 -46
- package/dist/types/components/ptc-dropdown/ptc-dropdown.d.ts +0 -20
- package/dist/types/components/ptc-dynamic-card/ptc-dynamic-card.d.ts +0 -57
- package/dist/types/components/ptc-ellipsis-dropdown/ptc-ellipsis-dropdown.d.ts +0 -29
- package/dist/types/components/ptc-embedded-quiz/ptc-embedded-quiz.d.ts +0 -35
- package/dist/types/components/ptc-enhanced-product-listing-card/ptc-enhanced-product-listing-card.d.ts +0 -23
- package/dist/types/components/ptc-featured-list/fl-tab-content/fl-tab-content.d.ts +0 -6
- package/dist/types/components/ptc-featured-list/fl-tab-header/fl-tab-header.d.ts +0 -16
- package/dist/types/components/ptc-featured-list/fl-tab-image/fl-tab-image.d.ts +0 -5
- package/dist/types/components/ptc-featured-list/ptc-featured-list.d.ts +0 -10
- package/dist/types/components/ptc-filter-dropdown/ptc-filter-dropdown.d.ts +0 -30
- package/dist/types/components/ptc-filter-level-theater/ptc-filter-level-theater.d.ts +0 -19
- package/dist/types/components/ptc-filter-tag/ptc-filter-tag.d.ts +0 -23
- package/dist/types/components/ptc-footer/ptc-footer.d.ts +0 -9
- package/dist/types/components/ptc-form-checkbox/ptc-form-checkbox.d.ts +0 -31
- package/dist/types/components/ptc-form-radio-button/ptc-form-radio-button.d.ts +0 -14
- package/dist/types/components/ptc-form-radio-group/ptc-form-radio-group.d.ts +0 -16
- package/dist/types/components/ptc-hero/ptc-hero.d.ts +0 -16
- package/dist/types/components/ptc-hero-footer-cta/ptc-hero-footer-cta.d.ts +0 -6
- package/dist/types/components/ptc-homepage-image-feature/ptc-homepage-image-feature.d.ts +0 -5
- package/dist/types/components/ptc-homepage-video-background/ptc-homepage-video-background.d.ts +0 -75
- package/dist/types/components/ptc-icon-card/ptc-icon-card.d.ts +0 -12
- package/dist/types/components/ptc-icon-component/ptc-icon-component.d.ts +0 -23
- package/dist/types/components/ptc-icon-component/test/__mocks__/swiper.d.ts +0 -12
- package/dist/types/components/ptc-icon-list/ptc-icon-list.d.ts +0 -23
- package/dist/types/components/ptc-icon-minimize/ptc-icon-minimize.d.ts +0 -19
- package/dist/types/components/ptc-image-download-strip/ptc-image-download-strip.d.ts +0 -13
- package/dist/types/components/ptc-img/ptc-img.d.ts +0 -83
- package/dist/types/components/ptc-info-tile/ptc-info-tile.d.ts +0 -19
- package/dist/types/components/ptc-inline-cta/ptc-inline-cta.d.ts +0 -23
- package/dist/types/components/ptc-jumbotron/ptc-jumbotron.d.ts +0 -52
- package/dist/types/components/ptc-link/ptc-link.d.ts +0 -66
- package/dist/types/components/ptc-list/ptc-list.d.ts +0 -8
- package/dist/types/components/ptc-media-card/ptc-media-card.d.ts +0 -81
- package/dist/types/components/ptc-minimized-nav/ptc-minimized-nav.d.ts +0 -8
- package/dist/types/components/ptc-mobile-select/mobile-select/dist/mobile-select.d.ts +0 -209
- package/dist/types/components/ptc-mobile-select/ptc-mobile-select.d.ts +0 -49
- package/dist/types/components/ptc-modal/ptc-modal.d.ts +0 -113
- package/dist/types/components/ptc-modal-quiz/ptc-modal-quiz.d.ts +0 -38
- package/dist/types/components/ptc-multi-select/ptc-multi-select.d.ts +0 -52
- package/dist/types/components/ptc-nav-card/ptc-nav-card.d.ts +0 -47
- package/dist/types/components/ptc-nav-pills/ptc-nav-pills.d.ts +0 -3
- package/dist/types/components/ptc-nav-skip-to-content/ptc-nav-skip-to-content.d.ts +0 -17
- package/dist/types/components/ptc-nav-tile/ptc-nav-tile.d.ts +0 -7
- package/dist/types/components/ptc-news/ptc-news.d.ts +0 -20
- package/dist/types/components/ptc-office-location-card/ptc-office-location-card.d.ts +0 -16
- package/dist/types/components/ptc-office-locations/ptc-office-locations.d.ts +0 -42
- package/dist/types/components/ptc-overlay/ptc-overlay.d.ts +0 -21
- package/dist/types/components/ptc-pagenation/ptc-pagenation.d.ts +0 -43
- package/dist/types/components/ptc-para/ptc-para.d.ts +0 -81
- package/dist/types/components/ptc-picture/ptc-picture.d.ts +0 -104
- package/dist/types/components/ptc-podcast-card/ptc-podcast-card.d.ts +0 -15
- package/dist/types/components/ptc-preferance-center-form/ptc-preferance-center-form.d.ts +0 -7
- package/dist/types/components/ptc-preloader/ptc-preloader.d.ts +0 -5
- package/dist/types/components/ptc-preloader-section/ptc-preloader-section.d.ts +0 -14
- package/dist/types/components/ptc-previous-url/ptc-previous-url.d.ts +0 -11
- package/dist/types/components/ptc-pricing-add-on-card/ptc-pricing-add-on-card.d.ts +0 -35
- package/dist/types/components/ptc-pricing-add-on-section/ptc-pricing-add-on-section.d.ts +0 -30
- package/dist/types/components/ptc-pricing-block/ptc-pricing-block.d.ts +0 -8
- package/dist/types/components/ptc-pricing-packaging-table/ptc-pricing-packaging-table.d.ts +0 -115
- package/dist/types/components/ptc-pricing-tabs/ptc-pricing-tabs.d.ts +0 -53
- package/dist/types/components/ptc-product-card/ptc-product-card.d.ts +0 -33
- package/dist/types/components/ptc-product-category/ptc-product-category.d.ts +0 -4
- package/dist/types/components/ptc-product-dropdown/ptc-product-dropdown.d.ts +0 -18
- package/dist/types/components/ptc-product-highlight-card/ptc-product-highlight-card.d.ts +0 -33
- package/dist/types/components/ptc-product-list/ptc-product-list.d.ts +0 -21
- package/dist/types/components/ptc-product-sidebar/ptc-product-sidebar.d.ts +0 -40
- package/dist/types/components/ptc-progress-bar/ptc-progress-bar.d.ts +0 -5
- package/dist/types/components/ptc-quantity-counter/ptc-quantity-counter.d.ts +0 -20
- package/dist/types/components/ptc-quote/ptc-quote.d.ts +0 -33
- package/dist/types/components/ptc-readmore/ptc-readmore.d.ts +0 -72
- package/dist/types/components/ptc-readmore-char/ptc-readmore-char.d.ts +0 -35
- package/dist/types/components/ptc-readmore-new/ptc-readmore-new.d.ts +0 -21
- package/dist/types/components/ptc-readmore-v2/ptc-readmore-v2.d.ts +0 -27
- package/dist/types/components/ptc-readmore-v3/ptc-readmore-v3.d.ts +0 -27
- package/dist/types/components/ptc-related-card-rail/ptc-related-card-rail.d.ts +0 -47
- package/dist/types/components/ptc-responsive-wrapper/ptc-responsive-wrapper.d.ts +0 -8
- package/dist/types/components/ptc-scroll-button/ptc-scroll-button.d.ts +0 -28
- package/dist/types/components/ptc-search-field/ptc-search-field.d.ts +0 -24
- package/dist/types/components/ptc-select/ptc-select.d.ts +0 -41
- package/dist/types/components/ptc-seo-title/ptc-seo-title.d.ts +0 -55
- package/dist/types/components/ptc-shopping-cart/ptc-shopping-cart.d.ts +0 -7
- package/dist/types/components/ptc-showcase-card/ptc-showcase-card.d.ts +0 -5
- package/dist/types/components/ptc-skeleton/ptc-skeleton.d.ts +0 -10
- package/dist/types/components/ptc-slit-card/ptc-slit-card.d.ts +0 -36
- package/dist/types/components/ptc-social-icons/ptc-social-icons.d.ts +0 -11
- package/dist/types/components/ptc-social-icons-footer/ptc-social-icons-footer.d.ts +0 -36
- package/dist/types/components/ptc-social-share/ptc-social-share.d.ts +0 -43
- package/dist/types/components/ptc-spacer/ptc-spacer.d.ts +0 -16
- package/dist/types/components/ptc-span/ptc-span.d.ts +0 -20
- package/dist/types/components/ptc-square-card/ptc-square-card.d.ts +0 -11
- package/dist/types/components/ptc-sticky-icons/ptc-sticky-icons.d.ts +0 -7
- package/dist/types/components/ptc-sticky-section/ptc-sticky-section.d.ts +0 -12
- package/dist/types/components/ptc-sticky-title/ptc-sticky-title.d.ts +0 -10
- package/dist/types/components/ptc-store-card/ptc-store-card.d.ts +0 -6
- package/dist/types/components/ptc-store-card-list/ptc-store-card-list.d.ts +0 -18
- package/dist/types/components/ptc-subnav-v2/ptc-subnav-v2.d.ts +0 -70
- package/dist/types/components/ptc-svg-btn/ptc-svg-btn.d.ts +0 -20
- package/dist/types/components/ptc-tab-list/ptc-tab-list.d.ts +0 -36
- package/dist/types/components/ptc-tabs/ptc-tab.d.ts +0 -9
- package/dist/types/components/ptc-tabs/ptc-tabs.d.ts +0 -10
- package/dist/types/components/ptc-text-copy-with-background/ptc-text-copy-with-background.d.ts +0 -44
- package/dist/types/components/ptc-textfield/ptc-textfield.d.ts +0 -99
- package/dist/types/components/ptc-theater-video/ptc-theater-video.d.ts +0 -14
- package/dist/types/components/ptc-theater-video-modal/ptc-theater-video-modal.d.ts +0 -21
- package/dist/types/components/ptc-theater-video-playlist/ptc-theater-video-playlist.d.ts +0 -26
- package/dist/types/components/ptc-title/ptc-title.d.ts +0 -86
- package/dist/types/components/ptc-tooltip/ptc-tooltip.d.ts +0 -63
- package/dist/types/components/ptc-tooltip-v2/ptc-tooltip-v2.d.ts +0 -21
- package/dist/types/components/ptc-tooltip-v3/ptc-tooltip-v3.d.ts +0 -44
- package/dist/types/components/ptc-two-column-media/ptc-two-column-media.d.ts +0 -9
- package/dist/types/components/ptc-value-led-card/ptc-value-led-card.d.ts +0 -5
- package/dist/types/components/ptc-value-led-content/ptc-value-led-content.d.ts +0 -4
- package/dist/types/components/ptc-value-led-content-highlight/ptc-value-led-content-highlight.d.ts +0 -3
- package/dist/types/components/ptc-value-led-intro/ptc-value-led-intro.d.ts +0 -4
- package/dist/types/components/ptc-value-led-layout/ptc-value-led-layout.d.ts +0 -33
- package/dist/types/components/ptc-value-led-speed-bump/ptc-value-led-speed-bump.d.ts +0 -10
- package/dist/types/components/ptc-value-prop-card/ptc-value-prop-card.d.ts +0 -23
- package/dist/types/components/ptc-video-embed/ptc-video-embed.d.ts +0 -15
- package/dist/types/components/ptc-white-paper/ptc-white-paper.d.ts +0 -44
- package/dist/types/components/subnav/ptc-nav-link/ptc-nav-link.d.ts +0 -30
- package/dist/types/components/subnav/ptc-nav-slider/ptc-nav-slider.d.ts +0 -19
- package/dist/types/components/subnav/ptc-nav-submenu/ptc-nav-submenu.d.ts +0 -35
- package/dist/types/components/subnav/ptc-subnav/ptc-subnav.d.ts +0 -11
- package/dist/types/components/subnav/ptc-subnav-card/ptc-subnav-card.d.ts +0 -31
- package/dist/types/components/tab-content/tab-content.d.ts +0 -16
- package/dist/types/components/tab-header/tab-header.d.ts +0 -23
- package/loader/package.json +0 -11
- /package/dist/collection/components/{my-component → atoms/my-component}/my-component.css +0 -0
|
@@ -1,765 +0,0 @@
|
|
|
1
|
-
<svg width="0" height="0" class="hidden" aria-hidden="true">
|
|
2
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.89 22.37" id="icon-3d-cube">
|
|
3
|
-
<path d="M19.75,4.92,10.06.06,10,0,9.83.06.14,4.92,0,5V17.39l.14.07,9.69,4.86.12.05.11-.05,9.69-4.86.14-.07V5ZM10.94,19.65v-9l7-3.49v9ZM10,9,3.22,5.59,10,2.24l6.72,3.35Zm8.2-2.16-7.46,3.74,7.46-3.74ZM2,16.16v-9l7,3.49v9Zm17.65-11L10,.28.25,5.14h0L10,.28l9.69,4.86Z"></path>
|
|
4
|
-
</symbol>
|
|
5
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22.15 18.21" id="icon-chart-down-arrow">
|
|
6
|
-
<rect x="9.36" y="8.64" width="3.36" height="9.56" rx="0.27"></rect>
|
|
7
|
-
<rect x="4.68" y="4.16" width="3.36" height="14.05" rx="0.27"></rect>
|
|
8
|
-
<rect y="1.31" width="3.36" height="16.9" rx="0.27"></rect>
|
|
9
|
-
<polygon points="19.31 8.43 19.31 0 18.04 0 18.04 8.43 15.29 8.43 18.7 12.99 22.15 8.43 19.31 8.43"></polygon>
|
|
10
|
-
</symbol>
|
|
11
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23.18 20.4" id="icon-clock-checkmark">
|
|
12
|
-
<path d="M9.2,16.05H8.9a7,7,0,0,1-2.78-.56A7.52,7.52,0,0,1,3.84,14,7.28,7.28,0,0,1,2.3,11.68,6.84,6.84,0,0,1,1.74,8.9,6.81,6.81,0,0,1,2.3,6.12,7.23,7.23,0,0,1,6.12,2.3,6.81,6.81,0,0,1,8.9,1.74a6.84,6.84,0,0,1,2.78.56A7.28,7.28,0,0,1,14,3.84,7.52,7.52,0,0,1,15.5,6.12a7,7,0,0,1,.56,2.78,7.15,7.15,0,0,1-.07,1l0,.31.3,0,.56,0c.22,0,.43,0,.65,0l.24,0,0-.24c0-.41.07-.74.07-1a8.88,8.88,0,0,0-1.22-4.5,9,9,0,0,0-1.39-1.79A9,9,0,0,0,11.27.32a8.94,8.94,0,0,0-4.74,0,8.74,8.74,0,0,0-2.13.9A9.08,9.08,0,0,0,1.22,4.4,8.88,8.88,0,0,0,0,8.9a8.86,8.86,0,0,0,.32,2.37,9,9,0,0,0,2.29,3.92A9,9,0,0,0,4.4,16.58,8.88,8.88,0,0,0,8.9,17.8l.21,0h.38v-.24l-.25-.06h.25a7.89,7.89,0,0,1,.09-1.13L9.63,16l-.31,0Z"></path>
|
|
13
|
-
<polygon points="9.15 3.71 8.9 3.71 7.66 3.71 7.41 3.71 7.41 3.96 7.41 10.13 7.41 10.38 7.66 10.38 12.61 10.38 12.86 10.38 12.86 10.13 12.86 8.9 12.86 8.65 12.61 8.65 9.15 8.65 9.15 3.96 9.15 3.71"></polygon>
|
|
14
|
-
<polygon points="21.29 10.39 15.54 16.76 13.46 15.05 11.64 16.95 13.83 18.77 15.8 20.4 23.18 12.08 21.29 10.39"></polygon>
|
|
15
|
-
</symbol>
|
|
16
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20.89 17.8" id="icon-clock-minus">
|
|
17
|
-
<polygon points="20.64 13.66 12.52 13.66 12.27 13.66 12.27 13.91 12.27 16.2 12.27 16.45 12.52 16.45 20.64 16.45 20.89 16.45 20.89 16.2 20.89 13.91 20.89 13.66 20.64 13.66"></polygon>
|
|
18
|
-
<path d="M9.2,16.05H8.9a7,7,0,0,1-2.78-.56A7.52,7.52,0,0,1,3.84,14,7.28,7.28,0,0,1,2.3,11.68,6.84,6.84,0,0,1,1.74,8.9,6.81,6.81,0,0,1,2.3,6.12,7.23,7.23,0,0,1,6.12,2.3,6.81,6.81,0,0,1,8.9,1.74a6.84,6.84,0,0,1,2.78.56A7.28,7.28,0,0,1,14,3.84,7.52,7.52,0,0,1,15.5,6.12a7,7,0,0,1,.56,2.78,7.15,7.15,0,0,1-.07,1l0,.31.3,0,.56,0c.22,0,.43,0,.65,0l.24,0,0-.24c0-.41.07-.74.07-1a8.88,8.88,0,0,0-1.22-4.5,9,9,0,0,0-1.39-1.79A9,9,0,0,0,11.27.32a8.94,8.94,0,0,0-4.74,0,8.74,8.74,0,0,0-2.13.9A9.08,9.08,0,0,0,1.22,4.4,8.88,8.88,0,0,0,0,8.9a8.86,8.86,0,0,0,.32,2.37,9,9,0,0,0,2.29,3.92A9,9,0,0,0,4.4,16.58,8.88,8.88,0,0,0,8.9,17.8l.21,0h.38v-.24l-.25-.06h.25a7.89,7.89,0,0,1,.09-1.13L9.63,16l-.31,0Z"></path>
|
|
19
|
-
<polygon points="9.15 3.71 8.9 3.71 7.66 3.71 7.41 3.71 7.41 3.96 7.41 10.13 7.41 10.38 7.66 10.38 12.61 10.38 12.86 10.38 12.86 10.13 12.86 8.9 12.86 8.65 12.61 8.65 9.15 8.65 9.15 3.96 9.15 3.71"></polygon>
|
|
20
|
-
</symbol>
|
|
21
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22.59 22.46" id="icon-clock-plus">
|
|
22
|
-
<path d="M22.34,15.94H18.83V12.18h-3v3.76H12.09v2.79h3.74v3.73h3V18.73h3.76V15.94Zm-6.26,2.54h0Zm6.26,0h0Z"></path>
|
|
23
|
-
<path d="M9.2,16.05H8.9a7,7,0,0,1-2.78-.56A7.52,7.52,0,0,1,3.84,14,7.28,7.28,0,0,1,2.3,11.68,6.84,6.84,0,0,1,1.74,8.9,6.81,6.81,0,0,1,2.3,6.12,7.23,7.23,0,0,1,6.12,2.3,6.81,6.81,0,0,1,8.9,1.74a6.84,6.84,0,0,1,2.78.56A7.28,7.28,0,0,1,14,3.84,7.52,7.52,0,0,1,15.5,6.12a7,7,0,0,1,.56,2.78,7.15,7.15,0,0,1-.07,1l0,.31.3,0,.56,0c.22,0,.43,0,.65,0l.24,0,0-.24c0-.41.07-.74.07-1a8.88,8.88,0,0,0-1.22-4.5,9,9,0,0,0-1.39-1.79A9,9,0,0,0,11.27.32a8.94,8.94,0,0,0-4.74,0,8.74,8.74,0,0,0-2.13.9A9.08,9.08,0,0,0,1.22,4.4,8.88,8.88,0,0,0,0,8.9a8.86,8.86,0,0,0,.32,2.37,9,9,0,0,0,2.29,3.92A9,9,0,0,0,4.4,16.58,8.88,8.88,0,0,0,8.9,17.8l.21,0h.38v-.24l-.25-.06h.25a7.89,7.89,0,0,1,.09-1.13L9.63,16l-.31,0Z"></path>
|
|
24
|
-
<polygon points="9.15 3.71 8.9 3.71 7.66 3.71 7.41 3.71 7.41 3.96 7.41 10.13 7.41 10.38 7.66 10.38 12.61 10.38 12.86 10.38 12.86 10.13 12.86 8.9 12.86 8.65 12.61 8.65 9.15 8.65 9.15 3.96 9.15 3.71"></polygon>
|
|
25
|
-
</symbol>
|
|
26
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21.88 27.47" id="icon-down-arrow">
|
|
27
|
-
<polygon points="6.64 6.01 4.55 6.01 4.55 19.95 0 19.95 5.64 27.47 11.35 19.95 6.64 19.95 6.64 6.01"></polygon>
|
|
28
|
-
<rect x="21.6" width="0.28" height="0.25"></rect>
|
|
29
|
-
</symbol>
|
|
30
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21.98 21.98" id="icon-gear-checkmark">
|
|
31
|
-
<path d="M19.19,11.18v-.39a1.21,1.21,0,0,1,0-.19L22,8.86,20.56,5.44l-.89,1,.8,1.93L17.92,10c0,.17,0,.34,0,.51A4.35,4.35,0,0,1,18,11a4.35,4.35,0,0,1,0,.51c0,.17,0,.34,0,.51l2.55,1.6-.93,2.25-2.93-.68c-.23.27-.46.52-.69.76a10,10,0,0,1-.75.68l.68,2.93-2.25.93L12,17.92l-.51,0A4.35,4.35,0,0,1,11,18a4.35,4.35,0,0,1-.51,0l-.51,0L8.38,20.47l-2.25-.93.68-2.93c-.27-.23-.53-.46-.76-.69s-.46-.48-.69-.75l-2.92.68L1.51,13.6,4.06,12c0-.16,0-.33,0-.5A4.63,4.63,0,0,1,4,11a4.36,4.36,0,0,1,0-.51c0-.17,0-.34,0-.52L1.51,8.38l.93-2.25,2.92.68c.23-.27.47-.53.7-.76s.48-.46.75-.69L6.13,2.44l2.25-.93L10,4.06l.52,0A4.24,4.24,0,0,1,11,4l.51,0,.5,0,1.6-2.55,2.25.93-.68,2.92.13.12L16.77,3.8l.48-2.08L13.11,0,11.38,2.8H10.6L8.86,0,4.73,1.72l.73,3.2a6.88,6.88,0,0,0-.54.54l-3.2-.73L0,8.86,2.8,10.6c0,.06,0,.13,0,.19s0,.13,0,.2,0,.13,0,.19,0,.13,0,.2L0,13.11l1.72,4.14,3.2-.74a6.88,6.88,0,0,0,.54.54l-.73,3.21L8.86,22l1.74-2.8h.78L13.11,22l4.14-1.72-.74-3.21a6.88,6.88,0,0,0,.54-.54l3.21.74L22,13.11l-2.8-1.73A1.34,1.34,0,0,1,19.19,11.18Z"></path>
|
|
32
|
-
<polygon points="8.52 9.81 6.69 11.7 8.88 13.52 10.85 15.15 21.85 3.22 19.96 1.53 10.59 11.51 8.52 9.81"></polygon>
|
|
33
|
-
</symbol>
|
|
34
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.23 14.34" id="icon-gear-minus">
|
|
35
|
-
<rect x="11.47" y="12.03" width="7.77" height="2.3"></rect>
|
|
36
|
-
<path d="M13.18,7.87l-1.67-1V6.36l1.67-1-1-2.48-1.93.44c-.1-.12-.21-.22-.32-.33L10.35,1,7.87,0l-1,1.68H6.36L5.32,0,2.84,1,3.28,3,3,3.28,1,2.84,0,5.32l1.68,1a.49.49,0,0,1,0,.12v.23a.49.49,0,0,1,0,.12L0,7.87l1,2.48L3,9.91c.11.11.21.22.33.32l-.44,1.93,2.48,1,1-1.67h.47l1,1.67L8.28,13A6.81,6.81,0,0,1,13,8.32ZM8.84,7.54a2.3,2.3,0,0,1-.53.77,2.3,2.3,0,0,1-.77.53,2.48,2.48,0,0,1-1,.19,2.56,2.56,0,0,1-1-.19,2.51,2.51,0,0,1-1.29-1.3,2.3,2.3,0,0,1-.19-1,2.37,2.37,0,0,1,.19-1A2.44,2.44,0,0,1,5.64,4.35a2.37,2.37,0,0,1,1-.19,2.3,2.3,0,0,1,1,.19,2.51,2.51,0,0,1,1.3,1.29,2.56,2.56,0,0,1,.19,1A2.48,2.48,0,0,1,8.84,7.54Z"></path>
|
|
37
|
-
</symbol>
|
|
38
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20.45 22.12" id="icon-hardhat-worker">
|
|
39
|
-
<path d="M18.8,21.13l-1.39-.33-.25-.06c-1.09-.36-2.21-.63-2.93-.79a1.41,1.41,0,0,1-.72-1.21V17.31l.14-.15a4.34,4.34,0,0,0,1.09-2.1.83.83,0,0,0,.67-.67c.12-.71.23-1.1.3-1.38a2.77,2.77,0,0,0,.14-.89c0-.47-.12-.77-.35-.9l-.13-.05a4.23,4.23,0,0,0,.08-.7,7.45,7.45,0,0,0-.15-1.65,8.39,8.39,0,0,0,1.08,0c.27-.08.95-.17,1-.88s-.28-.79-.67-.91a.76.76,0,0,1-.54-.65,13.17,13.17,0,0,0-.94-2.86A6.34,6.34,0,0,0,12.52.94L12,2.72l-.35-.45.11-1.15s0-1.06-.57-1.09S10,0,9.85,0c0,0-.72,0-1.37,0S7.9,1.12,7.9,1.12L8,2.27l-.35.45L7.15.94A6.22,6.22,0,0,0,4.46,3.48a13.68,13.68,0,0,0-1,2.86A.73.73,0,0,1,3,7c-.4.12-.7.21-.67.91s.71.79,1,.88a11.82,11.82,0,0,0,1.42,0,6.9,6.9,0,0,0-.15,1.65,4.23,4.23,0,0,0,.08.7l-.13.05c-.23.13-.35.43-.35.9a2.77,2.77,0,0,0,.14.89c.07.28.17.67.29,1.38a.85.85,0,0,0,.68.67,4.41,4.41,0,0,0,1.08,2.1l.15.15v1.43a1.42,1.42,0,0,1-1,1.35c-.59.16-1.1.33-1.6.49-.69.22-1.4.45-2.29.66A3.28,3.28,0,0,0,0,22.12H20.45A3.18,3.18,0,0,0,18.8,21.13Zm-13-6.34a.26.26,0,0,0-.26-.21c-.06,0-.34,0-.39-.27a11.73,11.73,0,0,0-.31-1.42,2.53,2.53,0,0,1-.12-.77.77.77,0,0,1,.09-.46l.08,0a.26.26,0,0,0,.29,0,.24.24,0,0,0,.09-.27,3.54,3.54,0,0,1-.14-1,6.73,6.73,0,0,1,.15-1.63c1.9,0,4.5,0,4.6,0h0s3,0,4.94,0a6.73,6.73,0,0,1,.15,1.63,3.54,3.54,0,0,1-.14,1,.24.24,0,0,0,.09.27.26.26,0,0,0,.29,0l.07,0s.1.14.1.46a2.54,2.54,0,0,1-.13.77c-.07.29-.18.68-.3,1.42-.05.25-.33.27-.39.27a.27.27,0,0,0-.26.21,3.85,3.85,0,0,1-1,2l-.19.21-1.83,1.09a2.93,2.93,0,0,1-2.14,0L6.93,17l-.19-.2A3.78,3.78,0,0,1,5.75,14.79Zm7.59,5.14s-2.14,1.82-3.51,1.82c-1.17,0-2.89-1.33-3.36-1.71A1.85,1.85,0,0,0,7,18.74v-1.1l1.85,1h0a3.44,3.44,0,0,0,1.23.23,3.33,3.33,0,0,0,1.35-.28h0L13,17.67v1.07a1.82,1.82,0,0,0,.41,1.15Z"></path>
|
|
40
|
-
</symbol>
|
|
41
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22.51 22.49" id="icon-layer">
|
|
42
|
-
<path d="M22.51,11.24,22.13,11,18.47,8.9l3.66-2.14.38-.21-.38-.22L11.38.07,11.25,0l-.12.07L.37,6.33,0,6.55l.37.21L4,8.9.37,11,0,11.24l.37.22L4,13.59.37,15.72,0,15.94l.37.21,10.76,6.26.12.08.13-.08,10.75-6.26.38-.21-.38-.22-3.66-2.13,3.66-2.13ZM11.25,2,19,6.55,11.25,2,3.5,6.55ZM6,10.06l5.1,3,.12.08.13-.08,5.09-3,2,1.18-7.26,4.22L4,11.24ZM4,6.55l7.25-4.22,7.26,4.22-7.26,4.22Zm7.25,13.61L4,15.94l2-1.18,5.1,3,.12.07.13-.07,5.09-3,2,1.18ZM.5,11.24l4,2.35h0ZM18,13.59h0l4-2.35Z"></path>
|
|
43
|
-
</symbol>
|
|
44
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22.87 22.05" id="icon-money-minus">
|
|
45
|
-
<polygon points="22.63 15.82 12.18 15.82 11.93 15.82 11.93 16.07 11.93 18.45 11.93 18.7 12.18 18.7 22.63 18.7 22.88 18.7 22.88 18.45 22.88 16.07 22.88 15.82 22.63 15.82"></polygon>
|
|
46
|
-
<path d="M10,17.35a7.68,7.68,0,0,1,2-5.16l.11-.13L12,11.91l-.1-.19,0-.07-.07,0L3.58,7.52l-.1-.22V6.08L4.63,4.94H9l2.76.87.23.08L12,5.65l.79-2.51.07-.23-.23-.08-3.1-1H8V0H4.88V1.78H3.13l-.08.07L.14,4.76l-.07.08V8.19l0,.05L.9,9.94l0,.08.08,0,8.25,4.12.15.26V16L8.27,17.11H4l-2.75-.95L1,16.08l-.08.24L.08,18.88,0,19.12l.24.08,3.19,1.06,0,0H4.88v1.77H8V20.28H9.78l.07-.08.37-.37.1-.1,0-.14A7.74,7.74,0,0,1,10,17.35Zm-.25,0h0a7.79,7.79,0,0,1,.55-2.9A7.79,7.79,0,0,0,9.7,17.35Zm.84-3.56A7.93,7.93,0,0,1,11.75,12h0A7.93,7.93,0,0,0,10.54,13.79ZM11.8,5.57,9,4.69H4.53L3.23,6h0l1.3-1.29H9l2.79.88.79-2.51h0ZM1.13,9.83.32,8.13h0l.81,1.7L9.44,14l.23.38h0L9.44,14ZM3.51,20,.32,19h0L3.51,20h0ZM7.77,21.8h0ZM9.67,20h0l.37-.37h0Z"></path>
|
|
47
|
-
</symbol>
|
|
48
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22.87 22.61" id="icon-money-plus">
|
|
49
|
-
<polygon points="22.63 15.82 18.95 15.82 18.95 12.14 18.95 11.89 18.7 11.89 16.09 11.89 15.84 11.89 15.84 12.14 15.84 15.82 12.18 15.82 11.93 15.82 11.93 16.07 11.93 18.45 11.93 18.7 12.18 18.7 15.84 18.7 15.84 22.36 15.84 22.61 16.09 22.61 18.7 22.61 18.95 22.61 18.95 22.36 18.95 18.7 22.63 18.7 22.88 18.7 22.88 18.45 22.88 16.07 22.88 15.82 22.63 15.82"></polygon>
|
|
50
|
-
<path d="M10,17.35a7.68,7.68,0,0,1,2-5.16l.11-.13L12,11.91l-.1-.19,0-.07-.07,0L3.58,7.52l-.1-.22V6.08L4.63,4.94H9l2.76.87.23.08L12,5.65l.79-2.51.07-.23-.23-.08-3.1-1H8V0H4.88V1.78H3.13l-.08.07L.14,4.76l-.07.08V8.19l0,.05L.9,9.94l0,.08.08,0,8.25,4.12.15.26V16L8.27,17.11H4l-2.75-.95L1,16.08l-.08.24L.08,18.88,0,19.12l.24.08,3.19,1.06,0,0H4.88v1.77H8V20.28H9.78l.07-.08.37-.37.1-.1,0-.14A7.74,7.74,0,0,1,10,17.35Z"></path>
|
|
51
|
-
</symbol>
|
|
52
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22.92 21.15" id="icon-robot-arm">
|
|
53
|
-
<path d="M22.87,9.14,21.72,6.57A3,3,0,0,0,19.6,1.43,3,3,0,0,0,17,3L9.06,2.25A4.93,4.93,0,1,0,2.83,9.39l1,3.42a4.93,4.93,0,1,0,5.57-1.1L8.58,8.25a4.88,4.88,0,0,0,1-1.71L17,5.91a3.34,3.34,0,0,0,.37.53l-1.21,2.7,0,.1,0,.09.56,1.39.09.24.23-.1.48-.19.23-.09-.09-.23L17.2,9.26l1-2.17a3,3,0,0,0,1.43.37,2.9,2.9,0,0,0,1.28-.3l.93,2.1-.43,1.09-.09.23.23.09.48.19.23.1.1-.24.55-1.39,0-.09ZM21.42,6.51h0a2.82,2.82,0,0,0,.69-.92A2.82,2.82,0,0,1,21.42,6.51ZM19.6,5.13a.69.69,0,0,1,0-1.38.69.69,0,0,1,0,1.38ZM8.18,1.57a4.62,4.62,0,0,1,.73.92l8.22.74L8.91,2.49a4.62,4.62,0,0,0-.73-.92,4.54,4.54,0,0,0-.93-.7A4.54,4.54,0,0,1,8.18,1.57Zm8.46,3.35L9.83,5.5a3.78,3.78,0,0,0,0-.56,4.68,4.68,0,0,0-.28-1.62L16.64,4a2.81,2.81,0,0,0-.05.49A2.7,2.7,0,0,0,16.64,4.92Zm-7.1.85,7.4-.62-7.4.62ZM8.4,17.9a1.87,1.87,0,0,1-1,.27,2,2,0,1,1,0-3.9,1.95,1.95,0,0,1,1,3.63Zm.12.22a2.22,2.22,0,0,1-.48.2A2.22,2.22,0,0,0,8.52,18.12Zm-.63.24a2.33,2.33,0,0,1-.37,0A2.33,2.33,0,0,0,7.89,18.36ZM4,3.25a1.95,1.95,0,1,1-.71,2.66A2,2,0,0,1,4,3.25ZM3.84,3a2.22,2.22,0,0,1,.48-.2A2.22,2.22,0,0,0,3.84,3Zm.63-.23a1.64,1.64,0,0,1,.37,0A1.64,1.64,0,0,0,4.47,2.8Zm1.62.28a2.26,2.26,0,0,1,.31.23A2.26,2.26,0,0,0,6.09,3.08Zm.42.33a2.34,2.34,0,0,1,.33.43A2.34,2.34,0,0,0,6.51,3.41ZM4.4,7.06a2.65,2.65,0,0,0,.48.07A2.65,2.65,0,0,1,4.4,7.06ZM5,7.12a1.64,1.64,0,0,0,.37,0A1.64,1.64,0,0,1,5,7.12ZM5.55,7A2.22,2.22,0,0,0,6,6.84,2.22,2.22,0,0,1,5.55,7ZM3.78,6.79a2.26,2.26,0,0,1-.31-.23A2.26,2.26,0,0,0,3.78,6.79Zm.59.27a2.11,2.11,0,0,1-.47-.19A2.11,2.11,0,0,0,4.37,7.06Zm3,7a2.52,2.52,0,0,0-.37.05A2.52,2.52,0,0,1,7.33,14Zm-.52.08a2.22,2.22,0,0,0-.48.2A2.22,2.22,0,0,1,6.81,14.11Zm-.54,4A1.66,1.66,0,0,1,6,17.84,1.66,1.66,0,0,0,6.27,18.07Zm-.42-.33a2.27,2.27,0,0,1-.33-.42A2.27,2.27,0,0,0,5.85,17.74ZM7.49,14a1.89,1.89,0,0,1,.47.06A1.84,1.84,0,0,0,7.49,14Zm.5.06a2.72,2.72,0,0,1,.47.19A2.72,2.72,0,0,0,8,14.09Zm.59.27a2.26,2.26,0,0,1,.31.23A2.26,2.26,0,0,0,8.58,14.36ZM7.43,11.28a4.85,4.85,0,0,0-2.72.84L4,9.77a4.33,4.33,0,0,0,.93.1A4.8,4.8,0,0,0,7.71,9l.59,2.38A4.51,4.51,0,0,0,7.43,11.28ZM6.52,9.34a4.85,4.85,0,0,0,1.34-.78h0A4.85,4.85,0,0,1,6.52,9.34Zm-1-6.53A2.65,2.65,0,0,0,5,2.74,2.53,2.53,0,0,1,5.47,2.81ZM6,3a2.11,2.11,0,0,0-.47-.19A2.11,2.11,0,0,1,6,3ZM3.36,6.46A2.34,2.34,0,0,1,3,6,2.34,2.34,0,0,0,3.36,6.46ZM6.89,18.35l.48.06Zm-.5-.2a2.11,2.11,0,0,0,.47.19A2.11,2.11,0,0,1,6.39,18.15ZM9,14.7a2,2,0,0,1,.33.42A2,2,0,0,0,9,14.7ZM8.3,8.18A4.5,4.5,0,0,0,9.39,6.3,4.5,4.5,0,0,1,8.3,8.18Zm9.34-1.79L16.37,9.24h0Zm5,2.85L22,7.87l.62,1.37Z"></path>
|
|
54
|
-
</symbol>
|
|
55
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 16" id="icon-thin-arrow-down">
|
|
56
|
-
<path d="M15,9.41,8.43,16,1.85,9.41l.79-.79,5.22,5.23V0H9V13.84l5.22-5.23ZM0,0H1.12V3.38H0Z"></path>
|
|
57
|
-
</symbol>
|
|
58
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 15" id="icon-thin-arrow-left">
|
|
59
|
-
<path d="M6.59,15,0,8.43,6.59,1.85l.79.79L2.15,7.86H16V9H2.16l5.23,5.22ZM16,0V1.12H12.62V0Z"></path>
|
|
60
|
-
</symbol>
|
|
61
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 15" id="icon-thin-arrow-right">
|
|
62
|
-
<path d="M9.41,0,16,6.57,9.41,13.15l-.79-.79,5.23-5.22H0V6H13.84L8.61.79ZM0,15V13.88H3.38V15Z"></path>
|
|
63
|
-
</symbol>
|
|
64
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 16" id="icon-thin-arrow-up">
|
|
65
|
-
<path d="M0,6.59,6.57,0l6.58,6.59-.79.79L7.14,2.15V16H6V2.16L.79,7.39ZM15,16H13.88V12.62H15Z"></path>
|
|
66
|
-
</symbol>
|
|
67
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11.35 21.47" id="icon-up-arrow">
|
|
68
|
-
<polygon points="5.7 0 0 7.53 4.7 7.53 4.7 21.46 6.8 21.46 6.8 7.53 11.35 7.53 5.7 0"></polygon>
|
|
69
|
-
</symbol>
|
|
70
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21.91 21.83" id="icon-wrench">
|
|
71
|
-
<path d="M21.41,5.33a3.94,3.94,0,0,0-.89.87,3.76,3.76,0,0,1-1.38,1.06,3.65,3.65,0,0,1-1.07.31c-.11,0-.68.13-.76,0L14.76,5c-.07-.08.11-.64.14-.75a3.27,3.27,0,0,1,2-2.17A10.94,10.94,0,0,0,19.15.8l0,0s0,0,0,0L19.11.6c-.05-.14-.84-.27-1-.31A9.16,9.16,0,0,0,16.94.07c-2.1-.25-4,.12-5.19,2.09a8.58,8.58,0,0,0-.95,2.71c-.26,1.27-.37,2.53-1.34,3.55S7.72,10.28,6.84,11.2l0,0c-1.87,2-3.75,4-5.61,6A5,5,0,0,0,.12,19a2,2,0,0,0,.94,2.43,2.06,2.06,0,0,0,2.57,0,6.78,6.78,0,0,0,1-.89c1.91-2,3.83-4,5.74-6l0,0c.61-.65,1.23-1.29,1.83-2a3.72,3.72,0,0,1,3.46-1.21,6,6,0,0,0,4.08-1A4.55,4.55,0,0,0,21.91,7.1C21.93,6.77,21.57,5.3,21.41,5.33Zm-19,15.32a1.28,1.28,0,1,1,0-2.56,1.28,1.28,0,1,1,0,2.56Z"></path>
|
|
72
|
-
</symbol>
|
|
73
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.412 13.523" id="right-arrow">
|
|
74
|
-
<defs></defs>
|
|
75
|
-
<path id="Path_1247" d="M5319.584 2310.192l6.761 6.761-6.761 6.761-.812-.812 5.362-5.371h-14.2v-1.156h14.2l-5.362-5.371z" transform="translate(-5309.933 -2310.191)"></path>
|
|
76
|
-
</symbol>
|
|
77
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17.207 17.207" id="search1">
|
|
78
|
-
<g transform="translate(-5516.031 -5587.372)">
|
|
79
|
-
<path id="Path_107" d="M5897.74 5810.189a4.332 4.332 0 0 0-4.7.953.288.288 0 0 0 .407.407 3.764 3.764 0 0 1 4.074-.826.288.288 0 0 0 .216-.534z" transform="translate(-374.033 -220.792)"></path>
|
|
80
|
-
<path id="Path_108" d="M6755 6140.807a.288.288 0 0 0 .288-.288 4.327 4.327 0 0 0-.317-1.632.288.288 0 0 0-.534.216 3.751 3.751 0 0 1 .275 1.416.288.288 0 0 0 .288.288z" transform="translate(-1228.875 -547.102)"></path>
|
|
81
|
-
<path id="Path_109" d="M5525.939 5598.065l.233-.231q.178-.178.354-.358c.059-.061.2-.194.2-.194a6.01 6.01 0 0 0 .954-1.59 6.061 6.061 0 0 0 0-4.548 6 6 0 0 0-.554-1.053 6.046 6.046 0 0 0-10.65 1.053 6.045 6.045 0 0 0 .554 5.6 6.1 6.1 0 0 0 1.721 1.721 6.033 6.033 0 0 0 2.173.886 6.085 6.085 0 0 0 2.307 0 6.01 6.01 0 0 0 2.71-1.286zm-7.405-1.107a5.008 5.008 0 1 1 7.083 0 5.008 5.008 0 0 1-7.083 0z"></path>
|
|
82
|
-
<path id="Path_110" d="M6846.523 6915.64l-4.354-4.354a.532.532 0 0 0-.75 0l-.06.06-.946-.946-.039.041-.195.2c-.18.185-.364.365-.546.546l.942.942-.06.06a.532.532 0 0 0 0 .75l4.354 4.354a.532.532 0 0 0 .75 0l.9-.9a.532.532 0 0 0 .004-.753zm-.673.382a.259.259 0 0 1-.367 0l-3.667-3.667a.259.259 0 0 1 .367-.366l3.667 3.667a.259.259 0 0 1 0 .366z" transform="translate(-1313.439 -1312.868)"></path>
|
|
83
|
-
</g>
|
|
84
|
-
</symbol>
|
|
85
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 38.58 46.16" id="footer-youtube-icon">
|
|
86
|
-
<defs></defs>
|
|
87
|
-
<g id="Layer_2">
|
|
88
|
-
<g id="Layer_1-2">
|
|
89
|
-
<polygon fill="#202125" points="38.58 34.62 19.29 46.16 0 34.62 0 11.54 19.29 0 38.58 11.54 38.58 34.62"></polygon>
|
|
90
|
-
<path fill="#fbfbfb" d="M29.05,20.49a11.86,11.86,0,0,0-.31-2.15,2.3,2.3,0,0,0-1.87-1.76,10.82,10.82,0,0,0-1.49-.18c-1.63-.13-3.27-.16-4.9-.16a63.8,63.8,0,0,0-7.82.26,3.19,3.19,0,0,0-1.24.45,2.83,2.83,0,0,0-1.22,2.33A28.52,28.52,0,0,0,10,22.86v.47a19.53,19.53,0,0,0,.3,3.74,2.5,2.5,0,0,0,2,2,9.72,9.72,0,0,0,1.79.21c2.76.15,5.51.16,8.27.09a37.76,37.76,0,0,0,4.11-.24,2.64,2.64,0,0,0,2.26-2,15.51,15.51,0,0,0,.3-2.71C29.14,23.08,29.13,21.78,29.05,20.49ZM22.23,23c-.19.13-.4.24-.6.37-1,.59-1.95,1.21-2.94,1.8a1.22,1.22,0,0,0-.19.12L18,25.6c-.18.12-.25.06-.24-.14V20.21c0-.08,0-.18.05-.23s.14,0,.2.05l4.26,2.62C22.51,22.81,22.5,22.83,22.23,23Z"></path>
|
|
91
|
-
</g>
|
|
92
|
-
</g>
|
|
93
|
-
</symbol>
|
|
94
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 38.58 46.16" id="footer-linkedin-icon">
|
|
95
|
-
<defs></defs>
|
|
96
|
-
<g id="Layer_2">
|
|
97
|
-
<g id="Layer_1-2">
|
|
98
|
-
<polygon style="fill:#202125;" points="38.58 34.62 19.29 46.16 0 34.62 0 11.54 19.29 0 38.58 11.54 38.58 34.62"></polygon>
|
|
99
|
-
<path style="fill:#fff;" d="M20.12,21.74c.1-.13.17-.24.26-.35a4,4,0,0,1,1.71-1.14,6,6,0,0,1,4.08-.06,3.22,3.22,0,0,1,2.15,2.18,8,8,0,0,1,.37,2c0,.75,0,1.49,0,2.23v5.19c0,.23,0,.23-.24.23H25.31c-.21,0-.21,0-.21-.21V26a4,4,0,0,0-.39-1.8,1.93,1.93,0,0,0-2.07-1.09,2.43,2.43,0,0,0-1.62.78,3,3,0,0,0-.63,1.43,6.71,6.71,0,0,0-.09,1.1v5.45c0,.24,0,.24-.24.24H16.88c-.15,0-.2,0-.2-.19V20.22c0-.15,0-.2.2-.2,1,0,2,0,3,0,.13,0,.18,0,.18.18q0,.68,0,1.35A.33.33,0,0,0,20.12,21.74Z"></path>
|
|
100
|
-
<path style="fill:#fff;" d="M10.69,26V20.25c0-.22,0-.23.22-.23H14.1c.21,0,.21,0,.21.22V31.86c0,.2,0,.2-.21.2H10.89c-.2,0-.2,0-.2-.21Z"></path>
|
|
101
|
-
<path style="fill:#fff;" d="M10.23,15.83a2.27,2.27,0,0,1,4.53,0,2.27,2.27,0,1,1-4.53,0Z"></path>
|
|
102
|
-
</g>
|
|
103
|
-
</g>
|
|
104
|
-
</symbol>
|
|
105
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 38.58 46.16" id="footer-twitter-icon">
|
|
106
|
-
<defs></defs>
|
|
107
|
-
<g id="Layer_2">
|
|
108
|
-
<g id="Layer_1-2">
|
|
109
|
-
<polygon style="fill:#202125" points="38.58 34.62 19.29 46.16 0 34.62 0 11.54 19.29 0 38.58 11.54 38.58 34.62"></polygon>
|
|
110
|
-
<path style="fill:#fff;" d="M16.12,31.05H15a1.94,1.94,0,0,0-.42,0,9,9,0,0,1-2.25-.37,12,12,0,0,1-2.44-1c-.22-.12-.43-.24-.64-.38-.05,0-.09-.06-.07-.11s.07-.05.12,0a7.56,7.56,0,0,0,.83,0h.55A8.52,8.52,0,0,0,11.81,29a8.8,8.8,0,0,0,1.76-.56A8.41,8.41,0,0,0,15,27.62l.1-.08s0,0,0,0c-.19,0-.37,0-.56-.08a4.14,4.14,0,0,1-2.13-1.15,3.91,3.91,0,0,1-1-1.56c-.07-.18,0-.21.15-.18a4.06,4.06,0,0,0,1.39,0l.11,0a4,4,0,0,1-1-.38,3.9,3.9,0,0,1-1-.74A4.07,4.07,0,0,1,10,21a4.9,4.9,0,0,1,0-.54c0-.14,0-.17.17-.1a4.53,4.53,0,0,0,1,.37l.49.07h.09a3.22,3.22,0,0,1-.67-.61,4.13,4.13,0,0,1-.94-1.79A4.45,4.45,0,0,1,10,17a4,4,0,0,1,.49-1.59l0-.06c0-.05.08-.06.13,0a1.55,1.55,0,0,1,.21.23,11.76,11.76,0,0,0,6.82,3.88c.4.07.8.11,1.21.15.14,0,.18,0,.16-.17a4,4,0,0,1-.05-1A3.88,3.88,0,0,1,19.36,17a4.19,4.19,0,0,1,.91-1.29,4.11,4.11,0,0,1,2-1.07,2.64,2.64,0,0,1,.62-.05,7.81,7.81,0,0,1,1,0,3.33,3.33,0,0,1,1,.29,3.69,3.69,0,0,1,1.23.84.27.27,0,0,0,.27.07,7.4,7.4,0,0,0,1.51-.49c.27-.11.53-.25.78-.38.06,0,.12-.1.19,0s0,.13,0,.18A4,4,0,0,1,28,16.47a4.07,4.07,0,0,1-.62.55l-.17.11a.58.58,0,0,1,.19,0,7.8,7.8,0,0,0,1.77-.51l.15,0c.06,0,.08,0,.07.07a.29.29,0,0,1,0,.13,8.61,8.61,0,0,1-1.27,1.43l-.58.49a.23.23,0,0,0-.11.21c0,.13,0,.25,0,.37a14.91,14.91,0,0,1-.13,1.63,12.15,12.15,0,0,1-1,3.3A11.51,11.51,0,0,1,24.57,27a11.26,11.26,0,0,1-3.27,2.71,10.89,10.89,0,0,1-2.83,1.08,8.67,8.67,0,0,1-1.35.24c-.3,0-.59,0-.89,0C16.19,31,16.15,31,16.12,31.05Z"></path>
|
|
111
|
-
</g>
|
|
112
|
-
</g>
|
|
113
|
-
</symbol>
|
|
114
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 38.58 46.16" id="footer-wechat-icon">
|
|
115
|
-
<defs></defs>
|
|
116
|
-
<g id="Layer_2">
|
|
117
|
-
<g id="Layer_1-2">
|
|
118
|
-
<polygon style="fill:#202125" points="38.58 34.62 19.29 46.16 0 34.62 0 11.54 19.29 0 38.58 11.54 38.58 34.62"></polygon>
|
|
119
|
-
<path style="fill:#fff;" d="M19.43,12.28a9.57,9.57,0,0,0-4.66-.37,8.6,8.6,0,0,0-6.65,5.16,6.83,6.83,0,0,0-.18,4.63,7.59,7.59,0,0,0,2.61,3.74c.31.24.32.25.19.63a9.14,9.14,0,0,0-.59,2.24.23.23,0,0,0,.08.23.25.25,0,0,0,.12,0c.64-.17,1.11-.81,1.59-1.23a1.4,1.4,0,0,1,1.37-.4c.51.11,1,.3,1.52.45a4,4,0,0,0,1,.17c.08,0,.9-.05.87-.18s-.12-.52-.16-.79c-.47-3.39,1.94-6.48,4.93-7.6a7.23,7.23,0,0,1,1.72-.43h0c.13,0,1.68-.12,1.69-.1C24.61,15.46,22.05,13.17,19.43,12.28Zm-6.7,5.86A1.1,1.1,0,0,1,11.87,17,1.14,1.14,0,0,1,13.37,16,1.09,1.09,0,0,1,14.14,17,1.13,1.13,0,0,1,12.73,18.14Zm7.86-.27a1.1,1.1,0,0,1-1.69-.17,1.14,1.14,0,0,1,.31-1.6,1.09,1.09,0,0,1,1.66.49A1.12,1.12,0,0,1,20.59,17.87Z"></path>
|
|
120
|
-
<path style="fill:#fff;" d="M32,26.6a6,6,0,0,0-1.12-4.47,7.89,7.89,0,0,0-7.46-3,7.37,7.37,0,0,0-6.19,5.06,6.12,6.12,0,0,0,.42,3.95,6.28,6.28,0,0,0,3.3,3.25,10.39,10.39,0,0,0,3.66.74A12,12,0,0,0,26.4,32a8.51,8.51,0,0,0,.86-.13,1.72,1.72,0,0,1,.67-.09c.41.13,2.24,1.73,2.14.73-.36-.87-.74-1.8,0-2.54A6.19,6.19,0,0,0,32,26.6ZM21.88,24.16a1,1,0,0,1-.93-1.4,1,1,0,0,1,1.89,0A1,1,0,0,1,21.88,24.16Zm6.4-.75a1.1,1.1,0,0,1-.91.76A1,1,0,1,1,28,22.45.88.88,0,0,1,28.28,23.41Z"></path>
|
|
121
|
-
</g>
|
|
122
|
-
</g>
|
|
123
|
-
</symbol>
|
|
124
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 38.58 46.16" id="footer-instagram-icon">
|
|
125
|
-
<defs></defs>
|
|
126
|
-
<g id="Layer_2">
|
|
127
|
-
<g id="Layer_1-2">
|
|
128
|
-
<polygon style="fill:#202125" points="38.58 34.62 19.29 46.16 0 34.62 0 11.54 19.29 0 38.58 11.54 38.58 34.62"></polygon>
|
|
129
|
-
<path style="fill:#fff;" d="M23.66,33.69H14.92a6.22,6.22,0,0,1-6.21-6.21V18.16A6.22,6.22,0,0,1,14.92,12h8.74a6.22,6.22,0,0,1,6.21,6.21v9.32A6.22,6.22,0,0,1,23.66,33.69ZM14.92,13.54a4.63,4.63,0,0,0-4.62,4.62v9.32a4.63,4.63,0,0,0,4.62,4.62h8.74a4.63,4.63,0,0,0,4.62-4.62V18.16a4.63,4.63,0,0,0-4.62-4.62Z"></path>
|
|
130
|
-
<path style="fill:#fff;" d="M19.29,28.57a5.79,5.79,0,0,1-5.78-5.78,5.89,5.89,0,0,1,1.77-4.19,5.64,5.64,0,0,1,4-1.59c3.56.11,5.82,2.38,5.75,5.8h0A5.8,5.8,0,0,1,19.29,28.57ZM19.16,19a3.59,3.59,0,0,0-2.52,1,3.93,3.93,0,0,0-1.18,2.8,3.83,3.83,0,1,0,7.66,0h0c.05-2.31-1.39-3.74-3.86-3.81Z"></path>
|
|
131
|
-
<circle style="fill:#fff;" cx="25.21" cy="16.85" r="1.35"></circle>
|
|
132
|
-
</g>
|
|
133
|
-
</g>
|
|
134
|
-
</symbol>
|
|
135
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 38.58 46.16" id="footer-facebook-icon">
|
|
136
|
-
<defs></defs>
|
|
137
|
-
<g id="Layer_2">
|
|
138
|
-
<g id="Layer_1-2">
|
|
139
|
-
<polygon style="fill:#202125" points="38.58 34.62 19.29 46.16 0 34.62 0 11.54 19.29 0 38.58 11.54 38.58 34.62"></polygon>
|
|
140
|
-
<path style="fill:#fff;" d="M12.51,20.11v4.13h3.66v10h4.49v-10H24l.63-4.15H20.65l0-3s.19-1,.64-1.32a2.49,2.49,0,0,1,1.38-.55c.6,0,2.14,0,2.14,0V11.67a23.25,23.25,0,0,0-3.91-.26,4.91,4.91,0,0,0-3.81,2.06c-1.31,1.62-.91,6.64-.91,6.64Z"></path>
|
|
141
|
-
</g>
|
|
142
|
-
</g>
|
|
143
|
-
</symbol>
|
|
144
|
-
<symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 20 20" id="new-search">
|
|
145
|
-
<defs></defs>
|
|
146
|
-
<g id="Layer_2">
|
|
147
|
-
<g id="Layer_1-2">
|
|
148
|
-
<g id="Layer_2-2">
|
|
149
|
-
<g id="Layer_1-2-2">
|
|
150
|
-
<g>
|
|
151
|
-
<g id="Group_1342">
|
|
152
|
-
<path id="Path_4263" d="M14.1,12.46l5.45,5.46-1.63,1.63L12.46,14.1v-.85l-.29-.31a7.11,7.11,0,1,1,.76-.76l.32.28Zm-6.55,0A4.91,4.91,0,1,0,2.63,7.55h0a4.91,4.91,0,0,0,4.9,4.91h0"></path>
|
|
153
|
-
</g>
|
|
154
|
-
</g>
|
|
155
|
-
</g>
|
|
156
|
-
</g>
|
|
157
|
-
</g>
|
|
158
|
-
</g>
|
|
159
|
-
</symbol>
|
|
160
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 57.83 47.62" id="arrow-right-nav">
|
|
161
|
-
<defs></defs>
|
|
162
|
-
<g id="Layer_2">
|
|
163
|
-
<g id="Layer_1-2">
|
|
164
|
-
<path id="Path_4266" d="M0,30.77H32.61V47.62L57.83,24,32.61,0V17.26H0Z"></path>
|
|
165
|
-
</g>
|
|
166
|
-
</g>
|
|
167
|
-
</symbol>
|
|
168
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 77.6 89.6" id="windchil-icon-logo-1">
|
|
169
|
-
<defs></defs>
|
|
170
|
-
<g id="Layer_2">
|
|
171
|
-
<g id="Layer_1-2">
|
|
172
|
-
<polygon style="fill:white;" points="54.5 28.88 54.5 9.06 38.8 0 21.65 9.9 54.5 28.88"></polygon>
|
|
173
|
-
<polygon style="fill:white;" points="60.44 50.45 77.6 40.54 77.6 22.4 60.44 12.49 60.44 50.45"></polygon>
|
|
174
|
-
<polygon style="fill:white;" points="23.09 60.78 23.09 80.55 38.8 89.61 55.91 79.74 23.09 60.78"></polygon>
|
|
175
|
-
<polygon style="fill:white;" points="44.71 66.4 61.85 76.3 77.6 67.2 77.6 47.4 44.71 66.4"></polygon>
|
|
176
|
-
<polygon style="fill:white;" points="32.84 23.23 15.71 13.33 0 22.4 0 42.21 32.84 23.23"></polygon>
|
|
177
|
-
<polygon style="fill:white;" points="17.16 39.15 0 49.07 0 67.2 17.16 77.11 17.16 39.15"></polygon>
|
|
178
|
-
<polygon style="fill:#5cb747;" points="54.5 53.87 38.8 62.94 23.09 53.87 23.09 35.74 38.8 26.67 54.5 35.74 54.5 53.87"></polygon>
|
|
179
|
-
</g>
|
|
180
|
-
</g>
|
|
181
|
-
</symbol>
|
|
182
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 76.95 88.78" id="vuforia-icon-logo-1">
|
|
183
|
-
<defs></defs>
|
|
184
|
-
<g id="Layer_2">
|
|
185
|
-
<g id="Layer_1-2">
|
|
186
|
-
<path id="Path_4275" style="fill:#5cb747;" d="M38.54,63.26,71.23,44.39,38.45,25.53,5.82,44.39Z"></path>
|
|
187
|
-
<path id="Path_4276" style="fill:white;" d="M38.25,0,0,22.35V40.94L38.44,18.71l38.5,22.16V22.33Z"></path>
|
|
188
|
-
<path id="Path_4277" style="fill:white;" d="M0,66.45,38.69,88.78,77,66.43V47.91L38.55,70.08,0,47.85Z"></path>
|
|
189
|
-
</g>
|
|
190
|
-
</g>
|
|
191
|
-
</symbol>
|
|
192
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72.06 83.21" id="thingworx-icon-logo-1">
|
|
193
|
-
<defs></defs>
|
|
194
|
-
<g id="Layer_2">
|
|
195
|
-
<g id="Layer_1-2">
|
|
196
|
-
<polygon style="fill:#5cb747;" points="41.56 41.6 72.06 59.2 72.06 24 41.56 41.6"></polygon>
|
|
197
|
-
<polygon style="fill:white;" points="36.01 38.4 69.28 19.2 36.03 0 2.75 19.21 36.01 38.4"></polygon>
|
|
198
|
-
<polygon style="fill:#5cb747;" points="30.45 41.6 0 24.03 0 59.18 30.45 41.6"></polygon>
|
|
199
|
-
<polygon style="fill:white;" points="36.01 44.81 2.76 64 36.03 83.21 69.29 64.01 36.01 44.81"></polygon>
|
|
200
|
-
</g>
|
|
201
|
-
</g>
|
|
202
|
-
</symbol>
|
|
203
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 70.53 81.35" id="onshape-icon-logo-1">
|
|
204
|
-
<defs></defs>
|
|
205
|
-
<g id="Layer_2">
|
|
206
|
-
<g id="Layer_1-2">
|
|
207
|
-
<polygon style="fill:#5cb747;" points="13.92 27.93 48.65 7.82 35.08 0 0 20.27 0 38.41 13.92 46.67 13.92 27.93"></polygon>
|
|
208
|
-
<polygon style="fill:#5cb747;" points="0 44.37 0 60.99 35.27 81.35 50.71 72.45 50.71 55.42 35.1 65.59 0 44.37"></polygon>
|
|
209
|
-
<polygon style="fill:#5cb747;" points="54.05 10.94 39.55 19.36 55.96 28.82 55.93 69.42 70.53 60.99 70.53 20.38 54.05 10.94"></polygon>
|
|
210
|
-
<polygon style="fill:white;" points="25.18 34.64 40.46 25.79 34.52 22.36 19.08 31.28 19.08 39.23 25.18 42.81 25.18 34.64"></polygon>
|
|
211
|
-
<polygon style="fill:white;" points="35.09 52.18 19.08 42.44 19.08 49.72 35.09 59.33 41.67 55.27 41.67 47.96 35.09 52.18"></polygon>
|
|
212
|
-
<polygon style="fill:white;" points="37.02 31.24 44.33 35.46 44.32 53.59 50.71 49.55 50.71 31.71 43.43 27.52 37.02 31.24"></polygon>
|
|
213
|
-
</g>
|
|
214
|
-
</g>
|
|
215
|
-
</symbol>
|
|
216
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 75.37 85.37" id="creo-icon-logo-1">
|
|
217
|
-
<defs></defs>
|
|
218
|
-
<g id="Layer_2">
|
|
219
|
-
<g id="Layer_1-2">
|
|
220
|
-
<polygon style="fill:white;" points="37.7 40.16 72.48 20.1 37.7 0 2.9 20.1 37.7 40.16"></polygon>
|
|
221
|
-
<polygon style="fill:white;" points="34.81 45.13 0 25.07 0 65.27 34.81 85.37 34.81 45.13"></polygon>
|
|
222
|
-
<polygon style="fill:#5cb747;" points="40.56 45.13 40.56 85.37 75.37 65.27 75.37 25.04 40.56 45.13"></polygon>
|
|
223
|
-
</g>
|
|
224
|
-
</g>
|
|
225
|
-
</symbol>
|
|
226
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 70.21 83.67" id="arena-icon-logo1">
|
|
227
|
-
<defs></defs>
|
|
228
|
-
<g id="Layer_2">
|
|
229
|
-
<g id="Layer_1-2">
|
|
230
|
-
<path id="Path_4334" style="fill:#5cb747;" d="M60.26,25.14l9.51-5.5L35.85,0,13.4,13.48,22.9,19l12.94-8Z"></path>
|
|
231
|
-
<path id="Path_4335" style="fill:white;" d="M22.77,76.11v-11l-13.25-8V32.25L0,26.76V62.61Z"></path>
|
|
232
|
-
<path id="Path_4336" style="fill:#5cb747;" d="M56.35,48.39l0,9.72L36,69.78V83.67l-8.89-5.5V64.92Z"></path>
|
|
233
|
-
<path id="Path_4337" style="fill:#5cb747;" d="M22.77,59.94l-8.62-5.11,0-25L0,21.5l9-5.43,13.73,8Z"></path>
|
|
234
|
-
<path id="Path_4338" style="fill:white;" d="M70.21,24.37l-.09,11.49-9.56,5.5L26.86,21.84l9.35-5.61L60.27,30.07Z"></path>
|
|
235
|
-
<path id="Path_4339" style="fill:white;" d="M40.37,83.62,70.21,66.49V40.65L60.7,46.08V61.31L40.36,73Z"></path>
|
|
236
|
-
</g>
|
|
237
|
-
</g>
|
|
238
|
-
</symbol>
|
|
239
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 22" id="menu-icon">
|
|
240
|
-
<defs></defs>
|
|
241
|
-
<g id="Layer_2">
|
|
242
|
-
<g id="Layer_1-2">
|
|
243
|
-
<g id="Group_1467">
|
|
244
|
-
<path id="Rectangle_466" d="M1,0H27a1,1,0,0,1,1,1h0a1,1,0,0,1-1,1H1A1,1,0,0,1,0,1H0A1,1,0,0,1,1,0Z"></path>
|
|
245
|
-
<path id="Rectangle_467" d="M1,10H27a1,1,0,0,1,1,1h0a1,1,0,0,1-1,1H1a1,1,0,0,1-1-1H0A1,1,0,0,1,1,10Z"></path>
|
|
246
|
-
<path id="Rectangle_468" d="M1,20H13a1,1,0,0,1,1,1h0a1,1,0,0,1-1,1H1a1,1,0,0,1-1-1H0A1,1,0,0,1,1,20Z"></path>
|
|
247
|
-
</g>
|
|
248
|
-
</g>
|
|
249
|
-
</g>
|
|
250
|
-
</symbol>
|
|
251
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 65.35 40.66" id="chevron-down">
|
|
252
|
-
<defs></defs>
|
|
253
|
-
<g id="Layer_2">
|
|
254
|
-
<g id="Layer_1-2">
|
|
255
|
-
<path id="Path_4264" d="M57.73,0l-25,25.05L7.62,0,0,8,32.68,40.66,65.35,8Z"></path>
|
|
256
|
-
</g>
|
|
257
|
-
</g>
|
|
258
|
-
</symbol>
|
|
259
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 12" id="button-arrow-right">
|
|
260
|
-
<path d="M8 0L15 6L8 12V8H0V4H8V0Z"></path>
|
|
261
|
-
</symbol>
|
|
262
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 16" id="button-arrow-down">
|
|
263
|
-
<path d="M12.5 8.5L6.5 15.5L0.5 8.5L4.5 8.5L4.5 0.5L8.5 0.5L8.5 8.5L12.5 8.5Z"></path>
|
|
264
|
-
</symbol>
|
|
265
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 19" id="icon-home">
|
|
266
|
-
<path d="M18.646 8.74414L16.487 6.93218L16.287 6.49296V2.49086H14.854V4.33182L13.912 4.77106L9.694 1.2312L0.737 8.74715L0 7.86868L9.325 0.0435791H10.062L13.707 3.10219V1.91256L14.28 1.33926H16.86L17.433 1.91256V6.22481L19.387 7.86468L18.646 8.74414ZM9.689 4.8421L3.66899 9.90174V17.1105H6.24899V13.3826L7.396 12.235H11.982L13.129 13.3826V17.1105H15.709V9.90174L9.689 4.8421ZM9.689 3.34131L16.855 9.36446V18.2551H11.982V13.3796H7.396V18.2551H2.522V9.36446L9.688 3.34131H9.689Z"></path>
|
|
267
|
-
</symbol>
|
|
268
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" id="carousel-arrow">
|
|
269
|
-
<g filter="url(#filter0_d_126_9197)">
|
|
270
|
-
<circle cx="24" cy="22" r="20"></circle>
|
|
271
|
-
</g>
|
|
272
|
-
<path d="M24.8556 16L24.8556 20.5762L17 20.5762L17 23.4239L24.8556 23.4239L24.8556 28L31 21.9669L24.8556 16Z" fill="#40434A"></path>
|
|
273
|
-
<defs>
|
|
274
|
-
<filter id="filter0_d_126_9197" x="0" y="0" width="48" height="48" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
275
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood>
|
|
276
|
-
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"></feColorMatrix>
|
|
277
|
-
<feOffset dy="2"></feOffset>
|
|
278
|
-
<feGaussianBlur stdDeviation="2"></feGaussianBlur>
|
|
279
|
-
<feComposite in2="hardAlpha" operator="out"></feComposite>
|
|
280
|
-
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"></feColorMatrix>
|
|
281
|
-
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_126_9197"></feBlend>
|
|
282
|
-
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_126_9197" result="shape"></feBlend>
|
|
283
|
-
</filter>
|
|
284
|
-
</defs>
|
|
285
|
-
</symbol>
|
|
286
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" id="carousel-arrow-left">
|
|
287
|
-
<g filter="url(#filter0_d_494_37)">
|
|
288
|
-
<circle cx="24" cy="22" r="20"></circle>
|
|
289
|
-
<path d="M23.1444 16L23.1444 20.5762L31 20.5762L31 23.4239L23.1444 23.4239L23.1444 28L17 21.9669L23.1444 16Z" fill="#40434A"></path>
|
|
290
|
-
</g>
|
|
291
|
-
<defs>
|
|
292
|
-
<filter id="filter0_d_494_37" x="0" y="0" width="48" height="48" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
293
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood>
|
|
294
|
-
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"></feColorMatrix>
|
|
295
|
-
<feOffset dy="2"></feOffset>
|
|
296
|
-
<feGaussianBlur stdDeviation="2"></feGaussianBlur>
|
|
297
|
-
<feComposite in2="hardAlpha" operator="out"></feComposite>
|
|
298
|
-
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"></feColorMatrix>
|
|
299
|
-
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_494_37"></feBlend>
|
|
300
|
-
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_494_37" result="shape"></feBlend>
|
|
301
|
-
</filter>
|
|
302
|
-
</defs>
|
|
303
|
-
</symbol>
|
|
304
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="plm-fb">
|
|
305
|
-
<path d="M24 12.0732C24 5.44624 18.627 0.0732422 12 0.0732422C5.373 0.0732422 0 5.44624 0 12.0732C0 18.0632 4.388 23.0272 10.125 23.9272V15.5422H7.078V12.0722H10.125V9.43024C10.125 6.42324 11.917 4.76124 14.658 4.76124C15.97 4.76124 17.344 4.99624 17.344 4.99624V7.94924H15.83C14.339 7.94924 13.874 8.87424 13.874 9.82324V12.0732H17.202L16.67 15.5432H13.874V23.9282C19.612 23.0272 24 18.0622 24 12.0732Z"></path>
|
|
306
|
-
</symbol>
|
|
307
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="plm-linkedin">
|
|
308
|
-
<path d="M20.447 20.452H16.893V14.883C16.893 13.555 16.866 11.846 15.041 11.846C13.188 11.846 12.905 13.291 12.905 14.785V20.452H9.351V9H12.765V10.561H12.811C13.288 9.661 14.448 8.711 16.181 8.711C19.782 8.711 20.448 11.081 20.448 14.166V20.452H20.447ZM5.337 7.433C4.193 7.433 3.274 6.507 3.274 5.368C3.274 4.23 4.194 3.305 5.337 3.305C6.477 3.305 7.401 4.23 7.401 5.368C7.401 6.507 6.476 7.433 5.337 7.433ZM7.119 20.452H3.555V9H7.119V20.452ZM22.225 0H1.771C0.792 0 0 0.774 0 1.729V22.271C0 23.227 0.792 24 1.771 24H22.222C23.2 24 24 23.227 24 22.271V1.729C24 0.774 23.2 0 22.222 0H22.225Z"></path>
|
|
309
|
-
</symbol>
|
|
310
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 16" id="plm-mail">
|
|
311
|
-
<path d="M3.3977 15.9995H20.6023C22.479 15.9995 24 14.4329 24 12.4999V1.46875L13.3431 10.336C12.9577 10.6773 12.4786 10.848 11.9995 10.848C11.5205 10.848 11.0414 10.6773 10.656 10.336L0 1.46875V12.4999C0 14.4329 1.52099 15.9995 3.3977 15.9995Z"></path>
|
|
312
|
-
<path d="M12.1289 8.88116L12.1595 8.85426L22.801 0H1.19824L11.8704 8.88116C11.9452 8.94887 12.0541 8.94887 12.1289 8.88116Z"></path>
|
|
313
|
-
</symbol>
|
|
314
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 20" id="plm-twitter">
|
|
315
|
-
<path d="M23.953 2.5696C23.0545 2.9652 22.1026 3.22634 21.128 3.3446C22.1541 2.72785 22.9224 1.76064 23.291 0.621599C22.34 1.1766 21.286 1.5806 20.164 1.8056C19.4238 1.01403 18.4429 0.48902 17.3736 0.3121C16.3044 0.13518 15.2067 0.316249 14.2509 0.82719C13.2952 1.33813 12.5349 2.15035 12.0881 3.13772C11.6412 4.1251 11.533 5.23237 11.78 6.2876C7.69 6.0946 4.067 4.1296 1.64 1.1616C1.19879 1.91141 0.968664 2.76662 0.974 3.6366C0.974 5.3466 1.844 6.8496 3.162 7.7326C2.38086 7.70773 1.61697 7.49653 0.934 7.1166V7.1766C0.933557 8.31299 1.32627 9.41454 2.04551 10.2944C2.76474 11.1742 3.76621 11.7781 4.88 12.0036C4.1583 12.197 3.40241 12.226 2.668 12.0886C2.98412 13.0666 3.59766 13.9215 4.42301 14.5341C5.24837 15.1467 6.24435 15.4863 7.272 15.5056C5.53153 16.8715 3.38248 17.6129 1.17 17.6106C0.78 17.6106 0.391 17.5876 0 17.5436C2.25571 18.9879 4.87851 19.7546 7.557 19.7526C16.61 19.7526 21.555 12.2566 21.555 5.7676C21.555 5.5576 21.555 5.3476 21.54 5.1376C22.506 4.44246 23.3392 3.57942 24 2.5896L23.953 2.5696Z"></path>
|
|
316
|
-
</symbol>
|
|
317
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48.12 32.76" id="quotation-mark">
|
|
318
|
-
<g id="Layer_2">
|
|
319
|
-
<g id="Layer_1-2">
|
|
320
|
-
<g>
|
|
321
|
-
<g>
|
|
322
|
-
<path d="M24,0,18,15.12h5.4L19.68,32.76H0l3.72-18L11.4,0ZM48.12,0l-6,15.12h5.4L43.8,32.76H24.12l3.72-18L35.52,0Z"></path>
|
|
323
|
-
</g>
|
|
324
|
-
</g>
|
|
325
|
-
</g>
|
|
326
|
-
</g>
|
|
327
|
-
</symbol>
|
|
328
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 16" id="hexagon-bullet">
|
|
329
|
-
<defs></defs>
|
|
330
|
-
<g>
|
|
331
|
-
<g>
|
|
332
|
-
<polygon points="13.5 0 4.5 0 0 8 4.5 16 13.5 16 18 8 13.5 0"></polygon>
|
|
333
|
-
</g>
|
|
334
|
-
</g>
|
|
335
|
-
</symbol>
|
|
336
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19 16" id="options">
|
|
337
|
-
<path d="M18.3902 7.51956H6.17969C6.24888 7.83487 6.24888 8.16168 6.17969 8.47699H18.3902C18.4529 8.47769 18.515 8.46582 18.5731 8.44208C18.6312 8.41833 18.684 8.38318 18.7286 8.33866C18.7731 8.29414 18.8085 8.24113 18.8326 8.1827C18.8568 8.12427 18.8692 8.06159 18.8692 7.99827C18.8692 7.93496 18.8568 7.87228 18.8326 7.81385C18.8085 7.75542 18.7731 7.70241 18.7286 7.65789C18.684 7.61337 18.6312 7.57822 18.5731 7.55447C18.515 7.53073 18.4529 7.51886 18.3902 7.51956Z"/>
|
|
338
|
-
<path d="M1.88029 7.51956H0.478934C0.41629 7.51886 0.354131 7.53073 0.296055 7.55447C0.237979 7.57822 0.185141 7.61337 0.140598 7.65789C0.096056 7.70241 0.0606943 7.75542 0.0365604 7.81385C0.0124266 7.87228 0 7.93496 0 7.99827C0 8.06159 0.0124266 8.12427 0.0365604 8.1827C0.0606943 8.24113 0.096056 8.29414 0.140598 8.33866C0.185141 8.38318 0.237979 8.41833 0.296055 8.44208C0.354131 8.46582 0.41629 8.47769 0.478934 8.47699H1.88029C1.81109 8.16168 1.81109 7.83487 1.88029 7.51956Z" />
|
|
339
|
-
<path d="M18.3894 1.74612H17.207C17.2762 2.06144 17.2762 2.38824 17.207 2.70356H18.3894C18.4521 2.70426 18.5142 2.69239 18.5723 2.66865C18.6304 2.6449 18.6832 2.60975 18.7278 2.56523C18.7723 2.52071 18.8077 2.4677 18.8318 2.40927C18.8559 2.35084 18.8684 2.28816 18.8684 2.22484C18.8684 2.16153 18.8559 2.09884 18.8318 2.04041C18.8077 1.98199 18.7723 1.92898 18.7278 1.88446C18.6832 1.83993 18.6304 1.80478 18.5723 1.78104C18.5142 1.75729 18.4521 1.74543 18.3894 1.74612Z" />
|
|
340
|
-
<path d="M12.9086 1.74612H0.478933C0.416289 1.74543 0.35413 1.75729 0.296054 1.78104C0.237979 1.80478 0.18514 1.83993 0.140598 1.88446C0.0960558 1.92898 0.0606941 1.98199 0.0365603 2.04041C0.0124266 2.09884 0 2.16153 0 2.22484C0 2.28816 0.0124266 2.35084 0.0365603 2.40927C0.0606941 2.4677 0.0960558 2.52071 0.140598 2.56523C0.18514 2.60975 0.237979 2.6449 0.296054 2.66865C0.35413 2.69239 0.416289 2.70426 0.478933 2.70356H12.9086C12.8394 2.38824 12.8394 2.06144 12.9086 1.74612Z" />
|
|
341
|
-
<path d="M18.3905 13.2969H13.2305C13.2997 13.6122 13.2997 13.939 13.2305 14.2543H18.3905C18.4532 14.255 18.5153 14.2432 18.5734 14.2194C18.6315 14.1957 18.6843 14.1605 18.7289 14.116C18.7734 14.0715 18.8088 14.0185 18.8329 13.96C18.857 13.9016 18.8695 13.8389 18.8695 13.7756C18.8695 13.7123 18.857 13.6496 18.8329 13.5912C18.8088 13.5328 18.7734 13.4798 18.7289 13.4352C18.6843 13.3907 18.6315 13.3556 18.5734 13.3318C18.5153 13.3081 18.4532 13.2962 18.3905 13.2969Z" />
|
|
342
|
-
<path d="M8.93086 13.2969H0.478936C0.416291 13.2962 0.354132 13.3081 0.296056 13.3318C0.23798 13.3556 0.185142 13.3907 0.140599 13.4352C0.0960563 13.4798 0.0606945 13.5328 0.0365606 13.5912C0.0124266 13.6496 0 13.7123 0 13.7756C0 13.8389 0.0124266 13.9016 0.0365606 13.96C0.0606945 14.0185 0.0960563 14.0715 0.140599 14.116C0.185142 14.1605 0.23798 14.1957 0.296056 14.2194C0.354132 14.2432 0.416291 14.255 0.478936 14.2543H8.93086C8.86166 13.939 8.86166 13.6122 8.93086 13.2969Z" />
|
|
343
|
-
<path d="M17.2049 1.74544C16.9877 0.748413 16.107 0 15.0561 0C14.0052 0 13.1245 0.748413 12.9074 1.74544C12.8382 2.06076 12.8382 2.38756 12.9074 2.70288C13.1247 3.69991 14.0053 4.44838 15.0563 4.44838C16.1072 4.44838 16.9877 3.69991 17.2049 2.70317C17.2741 2.38785 17.2741 2.06105 17.2049 1.74573V1.74544ZM15.0561 3.49094C14.365 3.49094 13.8027 2.92266 13.8027 2.22419C13.8027 1.52572 14.365 0.957435 15.0561 0.957435C15.7472 0.957435 16.3095 1.52566 16.3095 2.22419C16.3095 2.92271 15.7472 3.49094 15.0561 3.49094Z" />
|
|
344
|
-
<path d="M6.17784 7.52278C5.96049 6.52575 5.0798 5.77734 4.02893 5.77734C2.97806 5.77734 2.09737 6.52575 1.88002 7.52278C1.81083 7.83809 1.81083 8.1649 1.88002 8.48021C2.09737 9.47723 2.97801 10.2256 4.02893 10.2256C5.07986 10.2256 5.96049 9.47723 6.17784 8.48021C6.24704 8.1649 6.24704 7.83809 6.17784 7.52278ZM4.02893 9.26821C3.33781 9.26821 2.77549 8.69999 2.77549 8.00146C2.77549 7.30294 3.33781 6.73477 4.02893 6.73477C4.72006 6.73477 5.28237 7.30306 5.28237 8.00146C5.28237 8.69987 4.72006 9.26821 4.02893 9.26821Z" />
|
|
345
|
-
<path d="M13.2286 13.2963C13.0113 12.2993 12.1306 11.5508 11.0797 11.5508C10.0287 11.5508 9.1481 12.2993 8.9308 13.2963C8.86161 13.6116 8.86161 13.9384 8.9308 14.2537C9.1481 15.2508 10.0288 15.9992 11.0797 15.9992C12.1305 15.9992 13.0113 15.2508 13.2286 14.2537C13.2978 13.9384 13.2978 13.6116 13.2286 13.2963ZM11.0797 15.0417C10.3885 15.0417 9.82628 14.4735 9.82628 13.775C9.82628 13.0765 10.3885 12.5082 11.0797 12.5082C11.7708 12.5082 12.3333 13.0765 12.3333 13.775C12.3333 14.4735 11.7708 15.0417 11.0797 15.0417Z" />
|
|
346
|
-
</symbol>
|
|
347
|
-
<symbol viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg" id="ellipsis">
|
|
348
|
-
<circle cx="1.25" cy="5" r="1.25" />
|
|
349
|
-
<circle cx="5" cy="5" r="1.25"/>
|
|
350
|
-
<circle cx="8.75" cy="5" r="1.25"/>
|
|
351
|
-
</symbol>
|
|
352
|
-
<symbol viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg" id="checkmark">
|
|
353
|
-
<path d="M1.5 4L5.5 8L12.5 1" stroke-width="2"/>
|
|
354
|
-
</symbol>
|
|
355
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10" id="plus">
|
|
356
|
-
<g id="Group_477" data-name="Group 477">
|
|
357
|
-
<path id="Line_484" d="M0 0v10" stroke-linecap="butt" stroke-width="2px" data-name="Line 484" transform="translate(5)"/>
|
|
358
|
-
<path id="Line_485" d="M0 0h10" stroke-linecap="butt" stroke-width="2px" data-name="Line 485" transform="translate(0 5)"/>
|
|
359
|
-
</g>
|
|
360
|
-
</symbol>
|
|
361
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 2" id="minus">
|
|
362
|
-
<g id="Group_476" data-name="Group 476" transform="translate(0 -4)">
|
|
363
|
-
<path id="Line_485" d="M0 0h10" stroke-linecap="butt" stroke-width="2px" data-name="Line 485" transform="translate(0 5)"/>
|
|
364
|
-
</g>
|
|
365
|
-
</symbol>
|
|
366
|
-
<symbol viewBox="0 0 8 8" xmlns="http://www.w3.org/2000/svg" id="times">
|
|
367
|
-
<path d="M4.88956 3.99986L8.00002 0.888695L7.11135 -0.000183105L4.00089 3.11099L0.890644 2.34688e-05L0.00197005 0.888902L3.11222 3.99986L0.00195312 7.11084L0.890627 7.99972L4.00089 4.88874L7.11136 7.99993L8.00003 7.11105L4.88956 3.99986Z" stroke="none" />
|
|
368
|
-
</symbol>
|
|
369
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 34 34" id="close-button-flat">
|
|
370
|
-
<rect x="0.5" y="0.5" width="33" height="33" rx="3.5" stroke="#323B42"></rect>
|
|
371
|
-
<g clip-path="url(#clip0_44_1697)">
|
|
372
|
-
<path d="M26.5557 10.368L23.7432 7.55554L17.5557 13.743L11.3682 7.55554L8.55566 10.368L14.7432 16.5555L8.55566 22.743L11.3682 25.5555L17.5557 19.368L23.7432 25.5555L26.5557 22.743L20.3682 16.5555L26.5557 10.368Z" fill="#323B42"></path>
|
|
373
|
-
</g>
|
|
374
|
-
<defs>
|
|
375
|
-
<clipPath id="clip0_44_1697">
|
|
376
|
-
<rect width="18" height="18" fill="white" transform="translate(8.55566 7.55554)"></rect>
|
|
377
|
-
</clipPath>
|
|
378
|
-
</defs>
|
|
379
|
-
</symbol>
|
|
380
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 15" id="dialog">
|
|
381
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.2667 -3.38497e-05H1.73333C1.2837 -0.00458953 0.850231 0.167455 0.526104 0.479115C0.201978 0.790775 0.0130737 1.21717 0 1.66663L0 10.8333C0.0130737 11.2828 0.201978 11.7092 0.526104 12.0208C0.850231 12.3325 1.2837 12.5045 1.73333 12.5H5.35833L7.5 15L9.64167 12.575H13.2667C13.7163 12.5795 14.1498 12.4075 14.4739 12.0958C14.798 11.7842 14.9869 11.3578 15 10.9083V1.66663C14.9869 1.21717 14.798 0.790775 14.4739 0.479115C14.1498 0.167455 13.7163 -0.00458953 13.2667 -3.38497e-05Z" fill="#AEB8BD"></path>
|
|
382
|
-
</symbol>
|
|
383
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 15" id="doc">
|
|
384
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.55561 0L13.2223 4.5V13.5C13.2223 14.325 12.5223 15 11.6667 15H2.32561C1.47005 15 0.777832 14.325 0.777832 13.5L0.78561 1.5C0.78561 0.675 1.47783 0 2.33339 0H8.55561ZM2.85191 4.6875H10.1112V6.5625H2.85191V4.6875ZM8.03709 8.4375H2.85191V10.3125H8.03709V8.4375Z" fill="#BEC6CA"></path>
|
|
385
|
-
</symbol>
|
|
386
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="download-arrow">
|
|
387
|
-
<path d="M15.95 0H0V2H15.95V0Z" fill="white"></path>
|
|
388
|
-
<path d="M9.90039 8.7001V4.3001V3.8501H5.90039V8.7001H2.40039L7.90039 16.0001L13.4004 8.7001H9.90039Z" fill="white"></path>
|
|
389
|
-
</symbol>
|
|
390
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 18" id="play">
|
|
391
|
-
<path d="M11.9625 9L0.0374756 0V18L11.9625 9Z" />
|
|
392
|
-
</symbol>
|
|
393
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 18" id="pause">
|
|
394
|
-
<defs id="defs36" />
|
|
395
|
-
<path id="rect28" d="M 0,0 H 4 V 18 H 0 Z" />
|
|
396
|
-
<path id="rect30" d="m 10,0 h 4 v 18 h -4 z" />
|
|
397
|
-
</symbol>
|
|
398
|
-
<symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
399
|
-
viewBox="0 0 22.84 22.84" id="download-arrow-news">
|
|
400
|
-
<defs>
|
|
401
|
-
<linearGradient id="linear-gradient" x1="0.22" y1="25.05" x2="-0.67" y2="25.43"
|
|
402
|
-
gradientTransform="matrix(35, 0, 0, -35, 13.73, 892.38)" gradientUnits="userSpaceOnUse">
|
|
403
|
-
<stop offset="0" stop-color="#77c14d"></stop>
|
|
404
|
-
<stop offset="1" stop-color="#03793e"></stop>
|
|
405
|
-
</linearGradient>
|
|
406
|
-
</defs>
|
|
407
|
-
<g id="Layer_2">
|
|
408
|
-
<g id="Layer_1-2">
|
|
409
|
-
<g id="Group_1444">
|
|
410
|
-
<g id="Ellipse_446-2">
|
|
411
|
-
<circle cx="11.42" cy="11.42" r="11.42" class="cls-1"></circle>
|
|
412
|
-
<circle cx="11.42" cy="11.42" r="11.26" style="fill:none;stroke:#fff;stroke-width:0.33px;"></circle>
|
|
413
|
-
</g>
|
|
414
|
-
</g>
|
|
415
|
-
<g id="Group_1424">
|
|
416
|
-
<rect id="Rectangle_420" x="10.05" y="8.04" width="2.73" height="1.24" style="fill:#fff;"></rect>
|
|
417
|
-
<rect id="Rectangle_421" x="10.05" y="6.53" width="2.73" height="0.83" style="fill:#fff;"></rect>
|
|
418
|
-
<path id="Path_4278"
|
|
419
|
-
d="M10.17,12a.07.07,0,0,1-.07.07H8.8a.08.08,0,0,0-.08.07.11.11,0,0,0,0,.05L11.34,16a.08.08,0,0,0,.12,0,0,0,0,0,0,0,0l2.59-3.79a.08.08,0,0,0,0-.11h-1.3a.08.08,0,0,1-.08-.07h0V10a.07.07,0,0,0-.07-.07H10.25a.08.08,0,0,0-.08.07h0Z"
|
|
420
|
-
style="fill:#fff;"></path>
|
|
421
|
-
</g>
|
|
422
|
-
</g>
|
|
423
|
-
</g>
|
|
424
|
-
</symbol>
|
|
425
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="twitter-blogs-icon">
|
|
426
|
-
<g id="Layer_2">
|
|
427
|
-
<g id="Layer_1-2">
|
|
428
|
-
<circle cx="12" cy="12" r="12" style="fill:#050606"></circle>
|
|
429
|
-
<path style="fill:#fff;" d="M10.07,17H9.4a1.13,1.13,0,0,0-.26,0,5.31,5.31,0,0,1-1.37-.23,6.56,6.56,0,0,1-1.48-.6,2.5,2.5,0,0,1-.39-.23.05.05,0,0,1,0-.07s0,0,.07,0l.51,0h.33c.23,0,.46,0,.68-.09a5,5,0,0,0,1.07-.35,4.76,4.76,0,0,0,.88-.5l.07-.05v0l-.34,0a2.63,2.63,0,0,1-1.3-.7,2.56,2.56,0,0,1-.6-.95c0-.11,0-.13.09-.11a2.63,2.63,0,0,0,.84,0h.07a2.67,2.67,0,0,1-.59-.23,2.56,2.56,0,0,1-.59-.45,2.53,2.53,0,0,1-.71-1.44,1.69,1.69,0,0,1,0-.33c0-.08,0-.1.1-.06a2.72,2.72,0,0,0,.62.23l.3,0h0a2.65,2.65,0,0,1-1-1.46,2.75,2.75,0,0,1-.05-.86,2.49,2.49,0,0,1,.29-1l0,0s0,0,.07,0a.86.86,0,0,1,.13.14A7.15,7.15,0,0,0,11,10c.24,0,.48.07.73.09.09,0,.11,0,.1-.1a2.22,2.22,0,0,1,0-.63A2.33,2.33,0,0,1,12,8.47a2.58,2.58,0,0,1,.56-.79A2.54,2.54,0,0,1,13.82,7c.12,0,.25,0,.38,0a5.62,5.62,0,0,1,.58,0,2,2,0,0,1,.61.17,2.48,2.48,0,0,1,.76.51.16.16,0,0,0,.16,0,5,5,0,0,0,.92-.3l.47-.23s.07-.06.11,0,0,.07,0,.11a2.78,2.78,0,0,1-.51.84,3.07,3.07,0,0,1-.38.34.33.33,0,0,1-.1.06l.11,0A5.12,5.12,0,0,0,18,8.21l.09,0s0,0,0,0a.13.13,0,0,1,0,.08,4.9,4.9,0,0,1-.77.87L17,9.46a.16.16,0,0,0-.07.14,1.55,1.55,0,0,1,0,.22,8.24,8.24,0,0,1-.07,1,7.48,7.48,0,0,1-.59,2,7.33,7.33,0,0,1-1.06,1.7,6.88,6.88,0,0,1-2,1.65,6.52,6.52,0,0,1-1.72.66,5.62,5.62,0,0,1-.82.14,4.87,4.87,0,0,1-.54,0Z"></path>
|
|
430
|
-
</g>
|
|
431
|
-
</g>
|
|
432
|
-
</symbol>
|
|
433
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="linkedin-blogs-icon">
|
|
434
|
-
<g id="Layer_2">
|
|
435
|
-
<g id="Layer_1-2">
|
|
436
|
-
<circle cx="12" cy="12" r="12" style="fill:#050606"></circle>
|
|
437
|
-
<path style="fill:#fff;" d="M12.35,10.41l.14-.18a2.21,2.21,0,0,1,.92-.62,3.23,3.23,0,0,1,2.21,0,1.74,1.74,0,0,1,1.16,1.18,3.81,3.81,0,0,1,.2,1.1c0,.4,0,.81,0,1.21v2.8c0,.13,0,.13-.13.13H15.15C15,16,15,16,15,15.89v-3.2a2.2,2.2,0,0,0-.21-1,1,1,0,0,0-1.12-.59,1.33,1.33,0,0,0-.88.42,1.72,1.72,0,0,0-.34.77,4,4,0,0,0,0,.6v2.95c0,.13,0,.13-.14.13H10.59c-.07,0-.1,0-.1-.1V9.59c0-.07,0-.1.1-.1h1.65c.07,0,.1,0,.09.09v.73A.2.2,0,0,0,12.35,10.41Z"></path>
|
|
438
|
-
<path style="fill:#fff;" d="M7.24,12.74V9.61c0-.12,0-.12.13-.12H9.09c.11,0,.11,0,.11.11v6.29c0,.11,0,.11-.11.11H7.36c-.12,0-.12,0-.12-.12Z"></path>
|
|
439
|
-
<path style="fill:#fff;" d="M7,7.22A1.21,1.21,0,0,1,8.22,6,1.23,1.23,0,0,1,9.45,7.22,1.25,1.25,0,0,1,8.22,8.45,1.23,1.23,0,0,1,7,7.22Z"></path>
|
|
440
|
-
</g>
|
|
441
|
-
</g>
|
|
442
|
-
</symbol>
|
|
443
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="mail-blogs-icon">
|
|
444
|
-
<defs></defs>
|
|
445
|
-
<g id="Layer_2">
|
|
446
|
-
<g id="Layer_1-2">
|
|
447
|
-
<circle cx="12" cy="12" r="12" style="fill:#050606"></circle>
|
|
448
|
-
<polygon points="5.77 7.5 12.06 12.55 18.11 7.5 5.77 7.5" style="fill:#fff;"></polygon>
|
|
449
|
-
<polygon points="5.54 8.57 5.54 16.5 18.46 16.4 18.46 8.44 12.05 13.75 5.54 8.57" style="fill:#fff;"></polygon>
|
|
450
|
-
</g>
|
|
451
|
-
</g>
|
|
452
|
-
</symbol>
|
|
453
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="facebook-blogs-icon">
|
|
454
|
-
<g id="Layer_2">
|
|
455
|
-
<g id="Layer_1-2">
|
|
456
|
-
<circle style="fill:#050606" cx="12" cy="12" r="12"></circle>
|
|
457
|
-
<path style="fill:#fff;" d="M8.78,10.58v2.17H10.7V18h2.35V12.75h1.73l.34-2.17H13.05V9s.1-.54.33-.7A1.35,1.35,0,0,1,14.1,8h1.12V6.15A11.64,11.64,0,0,0,13.17,6a2.56,2.56,0,0,0-2,1.08c-.69.85-.48,3.48-.48,3.48Z"></path>
|
|
458
|
-
</g>
|
|
459
|
-
</g>
|
|
460
|
-
</symbol>
|
|
461
|
-
|
|
462
|
-
<symbol xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
463
|
-
viewBox="0 0 22.84 22.84" id="download-arrow-news">
|
|
464
|
-
<style>.cls-1{fill:url(#linear-gradient);}</style>
|
|
465
|
-
<defs>
|
|
466
|
-
<linearGradient id="linear-gradient" x1="0.22" y1="25.05" x2="-0.67" y2="25.43"
|
|
467
|
-
gradientTransform="matrix(35, 0, 0, -35, 13.73, 892.38)" gradientUnits="userSpaceOnUse">
|
|
468
|
-
<stop offset="0" stop-color="#77c14d"></stop>
|
|
469
|
-
<stop offset="1" stop-color="#03793e"></stop>
|
|
470
|
-
</linearGradient>
|
|
471
|
-
</defs>
|
|
472
|
-
<g id="Layer_2">
|
|
473
|
-
<g id="Layer_1-2">
|
|
474
|
-
<g id="Group_1444">
|
|
475
|
-
<g id="Ellipse_446-2">
|
|
476
|
-
<circle cx="11.42" cy="11.42" r="11.42" class="cls-1"></circle>
|
|
477
|
-
<circle cx="11.42" cy="11.42" r="11.26" style="fill:none;stroke:#fff;stroke-width:0.33px;"></circle>
|
|
478
|
-
</g>
|
|
479
|
-
</g>
|
|
480
|
-
<g id="Group_1424">
|
|
481
|
-
<rect id="Rectangle_420" x="10.05" y="8.04" width="2.73" height="1.24" style="fill:#fff;"></rect>
|
|
482
|
-
<rect id="Rectangle_421" x="10.05" y="6.53" width="2.73" height="0.83" style="fill:#fff;"></rect>
|
|
483
|
-
<path id="Path_4278"
|
|
484
|
-
d="M10.17,12a.07.07,0,0,1-.07.07H8.8a.08.08,0,0,0-.08.07.11.11,0,0,0,0,.05L11.34,16a.08.08,0,0,0,.12,0,0,0,0,0,0,0,0l2.59-3.79a.08.08,0,0,0,0-.11h-1.3a.08.08,0,0,1-.08-.07h0V10a.07.07,0,0,0-.07-.07H10.25a.08.08,0,0,0-.08.07h0Z"
|
|
485
|
-
style="fill:#fff;"></path>
|
|
486
|
-
</g>
|
|
487
|
-
</g>
|
|
488
|
-
</g>
|
|
489
|
-
</symbol>
|
|
490
|
-
|
|
491
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 32" id="arrow_ascending">
|
|
492
|
-
<path d="M21.8 14.6L11 0L0 14.6H7L7 32L14.8 32L14.8 14.6L21.8 14.6Z"></path>
|
|
493
|
-
</symbol>
|
|
494
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 32" id="arrow_descending">
|
|
495
|
-
<path d="M0.200002 17.4L11 32L22 17.4L15 17.4L15 -6.11959e-07L7.2 -1.29386e-06L7.2 17.4L0.200002 17.4Z"></path>
|
|
496
|
-
</symbol>
|
|
497
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10.297 18.169" id="download-arrow-2">
|
|
498
|
-
<g transform="translate(0 0)">
|
|
499
|
-
<path d="M1764.743-405.063l-5.019-7.293a.14.14,0,0,1,.127-.224h2.492a.14.14,0,0,0,.145-.138v-3.776a.14.14,0,0,1,.146-.139h4.493a.14.14,0,0,1,.145.139v3.776a.14.14,0,0,0,.146.138h2.419a.14.14,0,0,1,.127.224L1765-405.063a.147.147,0,0,1-.127.065A.149.149,0,0,1,1764.743-405.063Zm-2.486-12.805v-2.39h5.239v2.39Zm0-3.706v-1.593h5.239v1.593Z" transform="translate(-1759.694 423.167)"/>
|
|
500
|
-
</g>
|
|
501
|
-
</symbol>
|
|
502
|
-
|
|
503
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18" id="previous_button_arrow">
|
|
504
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.875 16.5L7.875 11.1429L18 11.1429L18 6.85714L7.875 6.85714L7.875 1.5L3.27835e-07 9L7.875 16.5Z"></path>
|
|
505
|
-
</symbol>
|
|
506
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18" id="next_button_arrow">
|
|
507
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.125 1.5L10.125 6.85714L-7.02504e-07 6.85714L-1.26451e-06 11.1429L10.125 11.1429L10.125 16.5L18 9L10.125 1.5Z"></path>
|
|
508
|
-
</symbol>
|
|
509
|
-
|
|
510
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="quiz-arrow-restart">
|
|
511
|
-
<path d="M20.4735 3.525C18.297 1.35 15.309 0 11.9925 0C5.358 0 0 5.37 0 12C0 18.63 5.358 24 11.9925 24C17.5905 24 22.2585 20.175 23.595 15H20.4735C19.242 18.495 15.9105 21 11.9925 21C7.0245 21 2.9865 16.965 2.9865 12C2.9865 7.035 7.0245 3 11.9925 3C14.484 3 16.7055 4.035 18.327 5.67L13.494 10.5H24V0L20.4735 3.525Z" fill="#00890B"></path>
|
|
512
|
-
</symbol>
|
|
513
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 29 24" id="quiz-arrow-left">
|
|
514
|
-
<path d="M12.64 24L12.64 15.4172L28.8 15.4172L28.8 8.58272L12.64 8.58272L12.64 1.5073e-07L1.42151e-07 12.0795L12.64 24Z" fill="#00890B"></path>
|
|
515
|
-
</symbol>
|
|
516
|
-
|
|
517
|
-
<symbol id="twitter-x-dark-circle" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
518
|
-
<defs></defs>
|
|
519
|
-
<g id="Layer_1-2">
|
|
520
|
-
<circle cx="12" cy="12" r="12" style="stroke-width: 0px;"></circle>
|
|
521
|
-
<path d="M13.15,10.37l4.51-5.24h-1.07l-3.92,4.55-3.13-4.55h-3.61l4.73,6.88-4.73,5.5h1.07l4.14-4.81,3.3,4.81h3.61l-4.9-7.14h0ZM11.69,12.07l-.48-.69-3.81-5.45h1.64l3.08,4.4.48.69,4,5.72h-1.64l-3.26-4.67h0Z" style="fill: #fff; stroke-width: 0px;"></path>
|
|
522
|
-
</g>
|
|
523
|
-
</symbol>
|
|
524
|
-
<symbol id="twitter-x" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96">
|
|
525
|
-
<defs></defs>
|
|
526
|
-
<g id="Layer_1-2">
|
|
527
|
-
<path d="M55.85,42.31L86.56,6.61h-7.28l-26.67,31L31.32,6.61H6.75l32.21,46.87L6.75,90.91h7.28l28.16-32.73,22.49,32.73h24.56l-33.4-48.61h0ZM45.88,53.89l-3.26-4.67L16.65,12.09h11.18l20.95,29.97,3.26,4.67,27.24,38.96h-11.18l-22.23-31.79h0Z" style="stroke-width: 0px;"></path>
|
|
528
|
-
<rect width="96" height="96" style="stroke-width: 0px; fill: none;"></rect>
|
|
529
|
-
</g>
|
|
530
|
-
</symbol>
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
<!-- Footer v2 icons starts -->
|
|
534
|
-
<symbol id="globe-icon" xmlns="http://www.w3.org/2000/svg" width="32" height="30" viewBox="0 0 32 30" fill="none">
|
|
535
|
-
<path d="M18.8125 17.2229L24.2621 29.4043L25.9485 25.2462L30.2923 29.1534L31.9509 27.309L27.5002 23.5273L31.4073 21.4506L18.8125 17.2229Z" fill="white"/>
|
|
536
|
-
<path d="M20.516 26.3055C19.991 26.5796 19.4428 26.8119 18.8806 27.007V26.9884C19.2291 26.5099 19.5403 26.0128 19.8145 25.4878C19.8748 25.367 19.9306 25.2462 19.9863 25.1254L18.9364 22.7839C18.8806 22.9419 18.8249 23.0999 18.7645 23.2625C18.5554 23.8153 18.3139 24.3542 18.0351 24.8746C17.7796 25.381 17.4683 25.8641 17.1106 26.3055C16.7947 26.705 16.4137 27.0535 15.9863 27.3276C15.596 27.5784 15.1408 27.7085 14.6808 27.7085V27.6899C14.2162 27.6946 13.7609 27.5691 13.366 27.3276C12.9386 27.0488 12.5577 26.705 12.2418 26.3055C11.884 25.8595 11.5774 25.381 11.3172 24.8746C11.0478 24.3449 10.7969 23.806 10.5925 23.2625C10.3834 22.7143 10.2115 22.18 10.0629 21.6782C9.9142 21.1765 9.81199 20.7351 9.73301 20.3588H17.8539L17.0316 18.5191H9.41245C9.34276 17.9058 9.31024 17.3065 9.24055 16.6886C9.17086 16.0754 9.17086 15.4668 9.17086 14.8442C9.17086 14.2217 9.19874 13.6038 9.24055 12.9998C9.28236 12.3912 9.34276 11.778 9.41245 11.1601H19.9445C20.0235 11.7733 20.0467 12.3912 20.1164 12.9998C20.1861 13.6084 20.1861 14.231 20.1861 14.8442C20.1861 15.0951 20.1815 15.346 20.1722 15.5922L22.0166 16.2101C22.0398 15.7641 22.0398 15.3227 22.0398 14.8675C22.0398 14.2449 22.0119 13.627 21.9794 13.0231C21.9469 12.4145 21.8865 11.8012 21.8168 11.1833H27.0108C27.3686 12.3773 27.5451 13.6224 27.5405 14.8675L27.5312 14.8256C27.5405 15.8756 27.415 16.9209 27.1688 17.9383L29.0318 18.5609C29.4917 16.7444 29.6079 14.8582 29.3616 12.9952C29.0643 10.7512 28.2559 8.60488 26.9969 6.72332C25.7379 4.84176 24.0607 3.27611 22.1002 2.15182C20.9991 1.49676 19.8191 0.98572 18.588 0.632637C17.3104 0.2842 16.0002 0.112305 14.6855 0.112305C13.3475 0.112305 12.0188 0.302784 10.7319 0.665158C9.5193 1.0136 8.35784 1.5107 7.27072 2.14718C5.09183 3.41549 3.27531 5.22736 1.99771 7.4109C1.35658 8.51661 0.859478 9.69665 0.515687 10.9324C-0.171896 13.4876 -0.171896 16.1776 0.515687 18.7328C0.859478 19.9593 1.35658 21.1393 1.99771 22.245C3.11735 24.2102 4.67835 25.892 6.55526 27.1557C8.43218 28.4193 10.5739 29.237 12.8132 29.539C15.0525 29.841 17.3336 29.6226 19.4753 28.8978C20.1118 28.6841 20.7297 28.4193 21.329 28.122L20.516 26.3055ZM21.1943 3.74534C22.6623 4.61876 23.9446 5.77092 24.9667 7.13679C25.4777 7.81973 25.9191 8.54913 26.2814 9.32033H21.5055C21.394 8.7489 21.264 8.16817 21.106 7.58744C20.9527 7.00207 20.7668 6.42134 20.5531 5.85455C20.3394 5.28776 20.0932 4.7349 19.8191 4.20063C19.545 3.67101 19.2337 3.15997 18.8853 2.6768C19.689 2.95555 20.4649 3.31793 21.1943 3.74999V3.74534ZM11.3172 4.74884C11.582 4.26103 11.8887 3.79645 12.2418 3.36903C12.5577 2.97413 12.9386 2.63034 13.366 2.35624C13.7563 2.10072 14.2162 1.96599 14.6808 1.96599V1.94741C15.15 1.93347 15.6146 2.05426 16.0142 2.30513C16.4416 2.57924 16.8225 2.92303 17.1385 3.31793C17.4962 3.75928 17.8075 4.2378 18.063 4.74884C18.3371 5.27382 18.5787 5.81738 18.7877 6.37023C18.9968 6.91844 19.1687 7.44342 19.3174 7.94981C19.466 8.45156 19.5682 8.89292 19.6472 9.26923H9.72836C9.80734 8.89756 9.90955 8.46086 10.0582 7.94981C10.2069 7.43877 10.3695 6.91844 10.5878 6.37023C10.8062 5.82203 11.0478 5.27846 11.3126 4.74884H11.3172ZM4.40424 7.17861C5.43097 5.81273 6.71322 4.66057 8.17666 3.78715C8.89211 3.36438 9.64474 3.0113 10.4252 2.7372C10.1 3.21572 9.80734 3.71747 9.55182 4.2378C9.27307 4.77671 9.03149 5.32957 8.81778 5.89171C8.60407 6.4585 8.41824 7.03923 8.26493 7.62461C8.11626 8.20533 7.98153 8.78606 7.86539 9.3575H3.08948C3.45185 8.58629 3.8932 7.8569 4.40424 7.17396V7.17861ZM1.83046 14.8489V14.821C1.83046 13.5806 2.007 12.3494 2.36008 11.1647H7.55411C7.47514 11.778 7.44262 12.3959 7.38222 13.0045C7.32182 13.6131 7.32182 14.2356 7.32182 14.8489C7.32182 15.4621 7.3497 16.0893 7.38222 16.6933C7.41474 17.3019 7.47514 17.9058 7.55411 18.5237H2.36008C2.00235 17.3297 1.82581 16.0939 1.83046 14.8489ZM8.17666 25.9292C7.44726 25.4925 6.75968 24.9861 6.1232 24.4193C5.48672 23.8525 4.90599 23.2253 4.39031 22.547C3.87927 21.8641 3.43791 21.1254 3.07554 20.3542H7.86074C7.97224 20.9256 8.11161 21.5063 8.26028 22.0871C8.41359 22.6724 8.59943 23.2532 8.81313 23.82C9.02684 24.3867 9.27307 24.9443 9.54717 25.4832C9.82128 26.0128 10.1325 26.5192 10.481 27.0023C9.67726 26.7282 8.9014 26.3659 8.17201 25.9292H8.17666Z" fill="#40AA1D"/>
|
|
537
|
-
</symbol>
|
|
538
|
-
|
|
539
|
-
<symbol id="chat-icon" xmlns="http://www.w3.org/2000/svg" width="33" height="33" viewBox="0 0 33 33" fill="none">
|
|
540
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.99889 21.0102H22.3995C25.3996 21.0102 25.4503 20.5621 25.4503 18.5594V8.21094H31.0998C31.5479 8.21094 31.9492 8.61225 31.9492 9.06032V26.3597C31.9492 26.8584 31.5479 27.2091 31.0998 27.2091H27.149V32.208L22.3488 27.4078H8.84828C8.34956 27.4078 7.94824 27.0065 7.94824 26.5078V21.0063H7.99889V21.0102Z" fill="white"/>
|
|
541
|
-
<path d="M22.5009 17.2113C22.5009 17.562 22.2009 17.9126 21.7996 17.9126H4.20017L3.7521 18.3607L1.50396 20.6088V2.4133C1.50396 2.01199 1.80397 1.71197 2.20528 1.71197H21.8541C22.2048 1.71197 22.5048 2.01199 22.5048 2.4133V17.2113H22.5009ZM22.8983 0.211914H1.09875C0.498722 0.211914 0 0.710636 0 1.31066V24.209L4.8002 19.4088H22.8983C23.4984 19.4088 23.9971 18.9101 23.9971 18.3101V1.31066C23.9971 0.710636 23.4984 0.211914 22.8983 0.211914Z" fill="white"/>
|
|
542
|
-
<path d="M19.898 5.31201H4.09863V7.16274H19.898V5.31201Z" fill="#40AA1D"/>
|
|
543
|
-
<path d="M19.898 9.11084H4.09863V10.9616H19.898V9.11084Z" fill="#40AA1D"/>
|
|
544
|
-
<path d="M14.0497 12.8125H4.09863V14.6632H14.0497V12.8125Z" fill="#40AA1D"/>
|
|
545
|
-
</symbol>
|
|
546
|
-
|
|
547
|
-
<symbol id="person-chart-icon" xmlns="http://www.w3.org/2000/svg" width="32" height="33" viewBox="0 0 32 33" fill="none">
|
|
548
|
-
<g clip-path="url(#clip0_1215_2122)">
|
|
549
|
-
<path d="M9.98612 21.3656L10.4102 21.69C10.95 22.2577 11.6055 22.5415 12.3766 22.5415C13.2248 22.5415 13.8417 22.1766 14.0344 22.0549L14.767 21.4467C14.9212 22.4604 15.461 23.2308 15.7694 23.5957L16.6948 22.9064C16.5405 22.7037 15.9237 22.0144 15.8851 21.0413C16.2321 20.2303 16.3478 19.9059 16.3863 19.7437C16.4634 19.5816 16.6177 19.2166 16.849 18.8112C17.0803 18.6895 17.4659 18.4462 17.6201 17.838L18.1213 15.5674L18.0828 15.4457C18.0057 14.9592 17.8514 14.5942 17.6972 14.3915C17.6972 13.4994 17.543 10.8639 15.9622 9.16088C15.0754 8.18774 13.8802 7.70117 12.4151 7.70117H12.2223C10.7572 7.70117 9.56201 8.18774 8.67524 9.16088C7.09446 10.8639 6.94024 13.4994 6.94024 14.3915C6.78602 14.6348 6.67035 14.9997 6.55469 15.4457V15.6079L7.09446 17.9191C7.24869 18.4868 7.6728 18.7301 7.86557 18.8517C8.09691 19.2572 8.25113 19.6627 8.32824 19.7843C8.36679 19.987 8.48246 20.2709 8.82946 21.0818C8.7909 22.0144 8.21257 22.7443 8.01979 22.947L8.94513 23.6768C9.29212 23.2308 9.8319 22.4199 9.98612 21.3656ZM8.75235 18.0002L8.59813 17.7569L8.36679 17.7164C8.32824 17.7164 8.25113 17.6758 8.21257 17.5542L7.74991 15.5674C7.78846 15.4052 7.82702 15.243 7.86557 15.1619L8.13546 15.0808V14.5942C8.13546 14.5537 8.05835 11.5937 9.56201 9.97183C10.2175 9.28252 11.1813 8.91759 12.338 8.91759C13.4947 8.87705 14.4586 9.24197 15.1526 10.0124C16.6562 11.6343 16.5791 14.5942 16.5791 14.6348V15.1213L16.849 15.2024C16.8875 15.2835 16.9261 15.4457 16.9647 15.6079L16.502 17.5542C16.4634 17.7164 16.3478 17.7569 16.3478 17.7569L16.0393 17.7975L15.8851 18.0813C15.3839 19.0544 15.2297 19.3788 15.1911 19.5816L13.379 21.0818C13.2633 21.1629 12.0296 21.8117 11.1428 20.8385L9.40779 19.4194C9.36923 19.1761 9.17646 18.8112 8.75235 18.0002Z" fill="white"/>
|
|
550
|
-
<path d="M23.0176 26.0284C22.979 25.8662 22.6706 24.3254 20.7428 23.8794L16.6945 22.9062L15.7692 23.5956L12.3377 26.515L8.98342 23.6361L8.05809 22.9062L3.97121 23.8794C1.92777 24.366 1.69644 25.9879 1.69644 26.0284L0 32.3132H24.6755L23.0176 26.0284Z" fill="white"/>
|
|
551
|
-
<path d="M31.076 0.313477H9.50426C8.9105 0.313477 8.41699 0.832483 8.41699 1.45691V6.73213H9.90138V2.6044C9.90138 2.18677 10.1983 1.87455 10.5954 1.87455H30.0389C30.3859 1.87455 30.6828 2.18677 30.6828 2.6044V18.0043C30.6828 18.3692 30.3859 18.7342 29.9888 18.7342H19.1855V20.2952H31.076C31.6698 20.2952 32.1633 19.7762 32.1633 19.1518V1.45691C32.1633 0.832483 31.6698 0.313477 31.076 0.313477Z" fill="#40AA1D"/>
|
|
552
|
-
<path d="M18.7227 13.1138L20.2919 10.6932L22.4741 12.1975L24.2207 7.70077L26.6111 10.0525L28.7933 4.16504" stroke="#40AA1D" stroke-miterlimit="10"/>
|
|
553
|
-
<path d="M18.7229 13.5526C19.0018 13.5526 19.2279 13.3148 19.2279 13.0214C19.2279 12.728 19.0018 12.4902 18.7229 12.4902C18.4439 12.4902 18.2178 12.728 18.2178 13.0214C18.2178 13.3148 18.4439 13.5526 18.7229 13.5526Z" fill="#40AA1D"/>
|
|
554
|
-
<path d="M20.2912 11.2655C20.5702 11.2655 20.7963 11.0277 20.7963 10.7343C20.7963 10.4409 20.5702 10.2031 20.2912 10.2031C20.0123 10.2031 19.7861 10.4409 19.7861 10.7343C19.7861 11.0277 20.0123 11.2655 20.2912 11.2655Z" fill="#40AA1D"/>
|
|
555
|
-
<path d="M22.4387 12.6112C22.7176 12.6112 22.9437 12.3734 22.9437 12.08C22.9437 11.7866 22.7176 11.5488 22.4387 11.5488C22.1597 11.5488 21.9336 11.7866 21.9336 12.08C21.9336 12.3734 22.1597 12.6112 22.4387 12.6112Z" fill="#40AA1D"/>
|
|
556
|
-
<path d="M24.2629 8.35824C24.5418 8.35824 24.768 8.12043 24.768 7.82707C24.768 7.53371 24.5418 7.2959 24.2629 7.2959C23.9839 7.2959 23.7578 7.53371 23.7578 7.82707C23.7578 8.12043 23.9839 8.35824 24.2629 8.35824Z" fill="#40AA1D"/>
|
|
557
|
-
<path d="M28.7932 4.76547C29.0721 4.76547 29.2982 4.52765 29.2982 4.2343C29.2982 3.94094 29.0721 3.70312 28.7932 3.70312C28.5142 3.70312 28.2881 3.94094 28.2881 4.2343C28.2881 4.52765 28.5142 4.76547 28.7932 4.76547Z" fill="#40AA1D"/>
|
|
558
|
-
<path d="M26.592 10.4627C26.8709 10.4627 27.0971 10.2249 27.0971 9.93156C27.0971 9.6382 26.8709 9.40039 26.592 9.40039C26.313 9.40039 26.0869 9.6382 26.0869 9.93156C26.0869 10.2249 26.313 10.4627 26.592 10.4627Z" fill="#40AA1D"/>
|
|
559
|
-
</g>
|
|
560
|
-
<defs>
|
|
561
|
-
<clipPath id="clip0_1215_2122">
|
|
562
|
-
<rect width="32.1668" height="32" fill="white" transform="translate(0 0.313477)"/>
|
|
563
|
-
</clipPath>
|
|
564
|
-
</defs>
|
|
565
|
-
</symbol>
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
<symbol id="person-globe-icon" xmlns="http://www.w3.org/2000/svg" width="32" height="33" viewBox="0 0 32 33" fill="none">
|
|
569
|
-
<g clip-path="url(#clip0_1215_386)">
|
|
570
|
-
<path d="M10.4843 22.1154L10.8956 22.4146C11.4192 22.9381 12.0549 23.1998 12.8027 23.1998C13.6254 23.1998 14.2237 22.8633 14.4107 22.7511L15.1212 22.1902C15.2707 23.1251 15.7942 23.8355 16.0934 24.1721L16.9908 23.5364C16.8413 23.3494 16.243 22.7137 16.2056 21.8163C16.5421 21.0684 16.6543 20.7692 16.6917 20.6197C16.7665 20.4701 16.9161 20.1335 17.1404 19.7596C17.3648 19.6474 17.7387 19.4231 17.8883 18.8621L18.3744 16.7681L18.337 16.6559C18.2622 16.2072 18.1127 15.8706 17.9631 15.6837C17.9631 14.861 17.8135 12.4304 16.2804 10.8599C15.4203 9.9624 14.2611 9.51367 12.8401 9.51367H12.6532C11.2322 9.51367 10.073 9.9624 9.21291 10.8599C7.67976 12.4304 7.53019 14.861 7.53019 15.6837C7.38061 15.908 7.26843 16.2446 7.15625 16.6559V16.8055L7.67976 18.9369C7.82934 19.4605 8.24067 19.6848 8.42764 19.797C8.65201 20.1709 8.80158 20.5449 8.87637 20.6571C8.91376 20.844 9.02594 21.1058 9.36249 21.8537C9.3251 22.7137 8.76419 23.3868 8.57722 23.5738L9.47467 24.2469C9.81122 23.8355 10.3347 23.0877 10.4843 22.1154ZM9.2877 19.0117L9.13813 18.7874L8.91376 18.75C8.87637 18.75 8.80158 18.7126 8.76419 18.6004L8.31546 16.7681C8.35285 16.6185 8.39025 16.4689 8.42764 16.3942L8.6894 16.3194V15.8706C8.6894 15.8332 8.61461 13.1035 10.073 11.6077C10.7087 10.972 11.6435 10.6355 12.7653 10.6355C13.8872 10.5981 14.822 10.9346 15.4951 11.6451C16.9535 13.1409 16.8787 15.8706 16.8787 15.908V16.3568L17.1404 16.4315C17.1778 16.5063 17.2152 16.6559 17.2526 16.8055L16.8039 18.6004C16.7665 18.75 16.6543 18.7874 16.6543 18.7874L16.3551 18.8248L16.2056 19.0865C15.7195 19.984 15.5699 20.2831 15.5325 20.4701L13.775 21.8537C13.6628 21.9284 12.4662 22.5268 11.6061 21.6293L9.9234 20.3205C9.886 20.0961 9.69904 19.7596 9.2877 19.0117Z" fill="white"/>
|
|
571
|
-
<path d="M23.123 26.4155C23.0856 26.2659 22.7864 24.8449 20.9167 24.4336L16.9904 23.5361L16.0929 24.1718L12.7649 26.8642L9.51161 24.2092L8.61415 23.5361L4.6504 24.4336C2.66852 24.8823 2.44416 26.3781 2.44416 26.4155L0.798828 32.2115H24.7309L23.123 26.4155Z" fill="white"/>
|
|
572
|
-
<path d="M22.3077 0.262695C17.7867 0.262695 13.8566 3.32526 12.7535 7.71156L12.7012 7.91349L12.9106 7.93966C13.2883 7.99201 13.6585 8.0668 14.0025 8.16777L14.066 8.18646L14.1296 8.16029C14.9074 7.82 16.4443 7.19179 18.1495 6.71314C18.3402 7.71156 18.4449 8.61649 18.4636 9.40176H16.4892L16.8669 9.73083C17.1024 9.9365 17.3343 10.1683 17.5549 10.4151L17.611 10.4787H18.4112C18.385 10.7143 18.3402 10.9723 18.2803 11.2752L18.2654 11.35L18.3065 11.4136C18.4935 11.7052 18.658 12.0119 18.8001 12.3222L19.017 12.8009L19.1516 12.2923C19.3274 11.6267 19.4396 11.0321 19.4956 10.4787H21.7729V13.818C21.0924 13.7918 20.3295 13.6908 19.5069 13.5226L19.2227 13.4627L19.2862 13.7469C19.3386 13.9788 19.3835 14.2218 19.4171 14.4686L19.4358 14.6033L19.5704 14.6294C20.3894 14.7827 21.1111 14.8688 21.7767 14.8949V18.8849C20.8792 18.8288 19.993 18.6343 19.1404 18.3015L18.9684 18.2342L18.8973 18.4025C18.8151 18.6007 18.7179 18.8026 18.6019 19.0232L18.5047 19.2064L18.6992 19.285C19.8621 19.7449 21.0774 19.9805 22.3114 19.9805C27.7447 19.9805 32.1647 15.5605 32.1647 10.1272C32.1647 4.69387 27.741 0.262695 22.3077 0.262695ZM30.3511 13.631C29.9098 14.6369 29.2704 15.568 28.4889 16.3458C28.2458 15.8859 27.8794 15.1567 27.5241 14.2929C28.6871 14.061 29.6967 13.8068 30.3511 13.631ZM18.9684 5.39314C18.6505 4.05444 18.2916 2.95132 18.1046 2.41658C19.2451 1.78837 20.4791 1.43312 21.7729 1.3546V4.99302C20.9316 5.03042 19.9892 5.16504 18.9684 5.39314ZM21.7729 6.06623V9.40176H19.5368C19.5218 8.53049 19.4059 7.53955 19.1965 6.44765C20.1426 6.23076 21.0064 6.10362 21.7729 6.06623ZM26.9782 5.47167C27.2137 4.5069 27.468 3.67302 27.64 3.1495C28.6983 3.96095 29.5621 5.00424 30.1604 6.19337C29.3452 5.97648 28.2309 5.70725 26.9782 5.47167ZM31.0803 10.475C31.0541 11.1256 30.9569 11.7688 30.7886 12.3933C30.2651 12.5429 28.8591 12.9317 27.1315 13.2683C26.7688 12.24 26.5369 11.3014 26.4434 10.475H31.0803ZM22.8461 14.8875C23.9156 14.8501 25.1197 14.7192 26.4397 14.4948C26.8922 15.6166 27.3708 16.544 27.6587 17.075C26.2602 18.1557 24.6037 18.7764 22.8461 18.8811V14.8875ZM22.8461 13.8105V10.475H25.3627C25.4525 11.3724 25.6843 12.3746 26.0583 13.4627C24.8729 13.6572 23.7959 13.7769 22.8461 13.8105ZM22.8461 4.98928V1.3546C24.2073 1.43686 25.5385 1.84072 26.7164 2.52503C26.5444 3.02984 26.2116 4.05818 25.9162 5.29217C24.8018 5.12016 23.7698 5.0192 22.8499 4.98928H22.8461ZM26.3948 9.40176C26.4098 8.56788 26.5294 7.60312 26.7426 6.52991C28.5113 6.85898 30.0145 7.26283 30.6727 7.45354C30.8746 8.08924 31.0055 8.74363 31.0578 9.4055H26.3948V9.40176ZM22.8461 9.40176V6.06623C23.6912 6.09614 24.6448 6.18963 25.6806 6.35042C25.4562 7.47972 25.3366 8.50805 25.3216 9.4055H22.8461V9.40176ZM17.9214 5.65864C16.3733 6.08493 14.9785 6.63088 14.1034 7.00108C14.7092 5.41558 15.7824 4.01704 17.1697 3.01115C17.3642 3.59449 17.6596 4.5443 17.9214 5.65864Z" fill="#40AA1D"/>
|
|
573
|
-
</g>
|
|
574
|
-
<defs>
|
|
575
|
-
<clipPath id="clip0_1215_386">
|
|
576
|
-
<rect width="31.3623" height="31.9494" fill="white" transform="translate(0.798828 0.262695)"/>
|
|
577
|
-
</clipPath>
|
|
578
|
-
</defs>
|
|
579
|
-
</symbol>
|
|
580
|
-
<symbol id="icon-3d-product-solid" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
581
|
-
<g id="3D product_32x32 1">
|
|
582
|
-
<g id="Group">
|
|
583
|
-
<path id="Vector" d="M1.66406 8.13751V21.35L13.1266 28V14.7875L1.66406 8.13751Z"
|
|
584
|
-
fill="white" />
|
|
585
|
-
<path id="Vector_2" d="M14.875 28L26.3375 21.35V8.13751L14.875 14.7875V28Z" fill="white" />
|
|
586
|
-
<path id="Vector_3" d="M25.4641 6.65L14.0016 0L2.53906 6.65L14.0016 13.2125L25.4641 6.65Z"
|
|
587
|
-
fill="white" />
|
|
588
|
-
</g>
|
|
589
|
-
</g>
|
|
590
|
-
</symbol>
|
|
591
|
-
<symbol id="icon-lightbulb" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
592
|
-
<g id="lightbulb_32x32 1">
|
|
593
|
-
<g id="Group">
|
|
594
|
-
<path id="Vector"
|
|
595
|
-
d="M23.3617 9.3625C23.3617 4.2 19.1617 0 13.9992 0C8.83672 0 4.63672 4.2 4.63672 9.3625C4.63672 9.45 4.63672 9.625 4.63672 9.625C4.63672 10.325 4.72422 10.9375 4.89922 11.6375C5.16172 12.775 5.68672 13.9125 6.38672 14.7875C6.82422 15.4875 9.18672 18.6375 9.18672 18.6375L10.1492 22.4H17.5867L18.6367 18.6375C18.6367 18.6375 20.9992 15.4875 21.4367 14.7875C22.1367 13.825 22.6617 12.775 22.9242 11.6375C23.0992 11.025 23.1867 10.325 23.1867 9.625C23.3617 9.5375 23.3617 9.3625 23.3617 9.3625Z"
|
|
596
|
-
fill="white" />
|
|
597
|
-
<path id="Vector_2"
|
|
598
|
-
d="M10.2383 26.1625H11.2008L11.7258 28H16.2758L16.8008 26.1625H17.7633V24.2375H10.2383V26.1625Z"
|
|
599
|
-
fill="white" />
|
|
600
|
-
</g>
|
|
601
|
-
</g>
|
|
602
|
-
</symbol>
|
|
603
|
-
<symbol id="icon-gear-solid" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
604
|
-
<g id="Group">
|
|
605
|
-
<g id="Group_2">
|
|
606
|
-
<path id="Vector" fill-rule="evenodd" clip-rule="evenodd"
|
|
607
|
-
d="M25.2008 23.45L27.8258 18.9L24.5008 16.275V11.55L27.8258 8.75L25.2008 4.2L21.1758 5.775L17.1508 3.675L16.6258 0H11.3758L10.8508 3.675L6.65078 5.95L2.97578 4.55L0.350781 9.1L3.50078 11.725V16.45L0.175781 19.075L2.80078 23.625L6.82578 22.05L10.8508 24.325L11.3758 28H16.6258L17.1508 24.325L21.1758 22.05L25.2008 23.45ZM16.6258 18.55C15.5758 19.075 14.5258 19.425 13.3008 19.25C12.0758 19.075 11.0258 18.55 10.3258 17.675C9.45078 16.8 8.92578 15.75 8.75078 14.525C8.57578 13.475 8.92578 12.25 9.45078 11.375C9.97578 10.325 10.8508 9.625 11.9008 9.1C12.9508 8.575 14.1758 8.575 15.2258 8.925C16.2758 9.275 17.3258 9.8 18.0258 10.85C18.9008 11.55 19.2508 12.775 19.2508 14C19.2508 14.875 19.0758 15.75 18.5508 16.625C18.0258 17.5 17.5008 18.025 16.6258 18.55Z"
|
|
608
|
-
fill="white" />
|
|
609
|
-
</g>
|
|
610
|
-
</g>
|
|
611
|
-
</symbol>
|
|
612
|
-
<symbol id="icon-wrench-solid" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
613
|
-
<g id="wrench_32x32 1" clip-path="url(#clip0_1667_2594)">
|
|
614
|
-
<path id="Vector"
|
|
615
|
-
d="M24.2367 10.2375L19.1617 8.83751L17.7617 3.76251L21.4367 0.0875067C19.2492 -0.174993 16.9742 0.525007 15.3117 2.18751C13.6492 3.85001 12.9492 6.12501 13.2117 8.31251C13.2992 8.83751 13.3867 10.0625 11.8992 11.55L1.39922 22.05C1.31172 22.1375 1.31172 22.1375 1.22422 22.225C1.13672 22.3125 1.04922 22.4 0.961719 22.4C-0.263281 23.625 -0.263281 25.725 0.961719 26.95C2.18672 28.175 4.28672 28.175 5.51172 26.95C5.59922 26.8625 5.68672 26.775 5.68672 26.6875C5.77422 26.6875 5.77422 26.6 5.86172 26.5125L16.3617 16.0125C17.4117 14.875 18.8117 14.6125 19.2492 14.7C21.5242 15.05 23.9742 14.35 25.7242 12.6C27.3867 10.9375 28.0867 8.57501 27.8242 6.38751L24.2367 10.2375Z"
|
|
616
|
-
fill="white" />
|
|
617
|
-
</g>
|
|
618
|
-
<defs>
|
|
619
|
-
<clipPath id="clip0_1667_2594">
|
|
620
|
-
<rect width="28" height="28" fill="white" />
|
|
621
|
-
</clipPath>
|
|
622
|
-
</defs>
|
|
623
|
-
</symbol>
|
|
624
|
-
<symbol id="lang-drop-arrow" viewBox="0 0 13 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
625
|
-
<path d="M11.6213 1.88062L6.49986 7.12103L1.37839 1.88061" stroke="white" stroke-width="3" stroke-linecap="round" />
|
|
626
|
-
</symbol>
|
|
627
|
-
<symbol id="cloud" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg">
|
|
628
|
-
<g clip-path="url(#clip0_2229_2058)">
|
|
629
|
-
<path
|
|
630
|
-
d="M27.4 15.5C32 15.5 36.2 18 38.3 22L39.6 24.3L42.1 23.3C43 22.9 44 22.8 44.9 22.8C49.1 22.8 52.6 26.2 52.6 30.5C52.6 30.9 52.6 31.3 52.5 31.7L52 34.7L55.1 35.1C58.5 35.5 61 38.3 61 41.7C61 45.4 58 48.4 54.3 48.4C54.3 48.4 13.8 48.5 13.7 48.5C7.8 48.5 3 43.7 3 37.7C3 32.2 7.3 27.5 12.8 27L14.9 26.8L15.4 24.8C16.8 19.3 21.7 15.5 27.4 15.5ZM27.4 12.5C20.2 12.5 14.2 17.4 12.5 24C5.5 24.6 0 30.5 0 37.7C0 45.3 6.2 51.5 13.7 51.5C13.8 51.5 54.3 51.4 54.3 51.4C59.7 51.4 64 47.1 64 41.7C64 36.7 60.3 32.6 55.4 32.1C55.5 31.6 55.5 31 55.5 30.5C55.5 24.6 50.7 19.8 44.8 19.8C43.4 19.8 42.1 20.1 40.9 20.6C38.4 15.8 33.3 12.5 27.4 12.5Z"
|
|
631
|
-
></path>
|
|
632
|
-
<path
|
|
633
|
-
d="M19.3 27.1L17.3 27C17.5 24 18.9 21.4 21.1 19.6C23.4001 17.8 26.4 17.2 29.4 17.7L29 19.7C26.5 19.2 24.1 19.8 22.3 21.2C20.6 22.5 19.5 24.6 19.3 27.1Z"
|
|
634
|
-
></path>
|
|
635
|
-
</g>
|
|
636
|
-
<defs>
|
|
637
|
-
<clipPath id="clip0_2229_2058">
|
|
638
|
-
<rect width="64" height="64" ></rect>
|
|
639
|
-
</clipPath>
|
|
640
|
-
</defs>
|
|
641
|
-
</symbol>
|
|
642
|
-
<symbol id="new-window" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg">
|
|
643
|
-
<path d="M58 58H6V6H27.9V0H0V2.2V6V64H0.2H58H64V36.8H58V58Z"></path>
|
|
644
|
-
<path d="M40.2999 0L47.5999 7.4L24.8999 30.7L33.3999 39.2L55.9999 15.8L63.9999 24V0H40.2999Z"></path>
|
|
645
|
-
</symbol>
|
|
646
|
-
<symbol id="chip" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
|
647
|
-
<g>
|
|
648
|
-
<path class="st0" d="M23.4,42.6h17.1c0.9,0,1.7-0.8,1.7-1.7V23.8c0-0.9-0.8-1.7-1.7-1.7H23.4c-0.9,0-1.7,0.8-1.7,1.7v17.1
|
|
649
|
-
C21.7,41.8,22.5,42.6,23.4,42.6z"></path>
|
|
650
|
-
<path class="st0" d="M64.1,27.8v-3H52.7v-2.6h6v-3h-6v-2c0-3.2-2.6-5.8-5.8-5.8h-1.7V5.4h-3v5.9h-2.9V0h-3v11.3h-2.7V5.4h-3v5.9
|
|
651
|
-
h-2.8V0h-3v11.3h-2.6V5.4h-3v5.9h-2c-3.2,0-5.8,2.6-5.8,5.8v2H5.4v3h5.9v2.9H0v3h11.3v2.7H5.4v3h5.9v2.8H0v3h11.3v2.6H5.4v3h5.9
|
|
652
|
-
v1.6c0,3.2,2.6,5.8,5.8,5.8H19v5.9h3v-5.9h2.9V64h3V52.7h2.7v5.9h3v-5.9h2.8V64h3V52.7H42v5.9h3v-5.9h1.8c3.2,0,5.8-2.6,5.8-5.8
|
|
653
|
-
v-1.6h6v-3h-6v-2.9h11.4v-3H52.7v-2.7h6v-3h-6v-2.8H64.1z M46.7,46.7H17.3V17.3h29.3V46.7z"></path>
|
|
654
|
-
</g>
|
|
655
|
-
</symbol>
|
|
656
|
-
<symbol id="digital-thread" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
|
657
|
-
<g>
|
|
658
|
-
<polygon class="st0" points="16.9,51.1 9.2,55.4 9.2,63.9 55.8,63.9 55.8,55.4 48.1,51.1 "></polygon>
|
|
659
|
-
<polygon class="st0" points="48.1,12.7 55.9,8.5 55.9,0.2 9.1,0.2 9.1,8.5 16.9,12.7 "></polygon>
|
|
660
|
-
<path class="st0" d="M13.5,18.8h32.6v2.9H23.3v3h22.9v2.9H23.3v3h22.9v2.9H23.3v3h22.9v3H23.3v3h25.9V15.8H13.6
|
|
661
|
-
c-0.6-1.9-2.4-3.4-4.5-3.4c-2.6,0-4.7,2.1-4.7,4.7c0,2.6,2.1,4.7,4.7,4.7C11.2,21.8,12.9,20.6,13.5,18.8z M9.1,18.8
|
|
662
|
-
c-0.9,0-1.7-0.8-1.7-1.7c0-0.9,0.8-1.7,1.7-1.7s1.7,0.8,1.7,1.7C10.8,18.1,10.1,18.8,9.1,18.8z"></path>
|
|
663
|
-
<path class="st0" d="M55.8,42c-2.2,0-4,1.5-4.5,3.5H20.1V21.7h-3v26.8h34.3c0.7,1.7,2.4,2.9,4.4,2.9c2.6,0,4.7-2.1,4.7-4.7
|
|
664
|
-
S58.4,42,55.8,42z M55.8,48.4c-0.9,0-1.7-0.8-1.7-1.7s0.8-1.7,1.7-1.7s1.7,0.8,1.7,1.7S56.7,48.4,55.8,48.4z"></path>
|
|
665
|
-
</g>
|
|
666
|
-
</symbol>
|
|
667
|
-
<symbol id="digital-twin" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
|
668
|
-
<g>
|
|
669
|
-
<path class="st0" d="M43.6,8.4L23.2,20.2v23.6l20.4,11.8L64,43.8V20.2L43.6,8.4z M58,40.3l-14.4,8.3l-14.4-8.3V23.7l14.4-8.3
|
|
670
|
-
L58,23.7V40.3z"></path>
|
|
671
|
-
<polygon class="st0" points="20.2,45.7 20.2,43.9 20.2,20.3 20.2,18.6 21.7,17.7 29.1,13.4 20.4,8.4 0,20.2 0,43.8 20.4,55.6
|
|
672
|
-
28.9,50.7 21.7,46.5 "></polygon>
|
|
673
|
-
</g>
|
|
674
|
-
</symbol>
|
|
675
|
-
<symbol id="error-hexagon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
|
676
|
-
<g>
|
|
677
|
-
<path class="st0" d="M45.2,0H18.8L0,18.8v26.5L18.8,64h26.5L64,45.2V18.8L45.2,0z M35.7,51.7C34.8,52.5,33.6,53,32,53
|
|
678
|
-
c-1.6,0-2.8-0.4-3.7-1.3c-0.9-0.8-1.3-2-1.3-3.6c0-1.6,0.4-2.8,1.3-3.6c0.9-0.8,2.1-1.2,3.7-1.2c1.6,0,2.8,0.4,3.7,1.3
|
|
679
|
-
c0.9,0.8,1.3,2,1.3,3.6C37,49.6,36.6,50.8,35.7,51.7z M35.5,38.4h-7l-1.5-27.9H37L35.5,38.4z"></path>
|
|
680
|
-
</g>
|
|
681
|
-
</symbol>
|
|
682
|
-
<symbol id="fire" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
|
683
|
-
<g>
|
|
684
|
-
<polygon class="st0" points="38.2,56.4 32.5,56.4 31.1,61.5 38.2,63.2 41,59 "></polygon>
|
|
685
|
-
<polygon class="st0" points="36.6,51.3 36.7,47.1 33.9,46.1 30.3,48.1 31.5,52.4 "></polygon>
|
|
686
|
-
<path class="st0" d="M22.8,52.6l-5.2,3.6l1.4,4.3l5.7,2.8l2.6-3.2c0.1,0.2,0.1,0.3,0.2,0.5c0,0,0,0,0,0c-0.1-0.2-0.1-0.3-0.2-0.5
|
|
687
|
-
l1.6-2L22.8,52.6z"></path>
|
|
688
|
-
<path class="st0" d="M56.2,23.1c1.6,7.9-3.9,12-8.3,9.7C36,26.7,60.4,17.8,24.8,0C36.5,14.8,0,26,0,41.6C0,52,9.6,59.7,18.2,63
|
|
689
|
-
c-7.2-6.1-6.9-14.4-1.6-19.2c0.8,3.5,5.3,7.3,9.7,4.5c7.3-4.7-10.3-9,7-18.9c-3,12.4,13.3,12.5,13.3,22.3c0,4.3-1.9,9.3-6.5,12.4
|
|
690
|
-
C61.6,58.4,72.4,37.3,56.2,23.1z"></path>
|
|
691
|
-
</g>
|
|
692
|
-
</symbol>
|
|
693
|
-
<symbol id="calender-small" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
|
694
|
-
<path d="M5.59998 7H4.09998V8.5H5.59998V7Z" ></path>
|
|
695
|
-
<path d="M8.79993 7H7.29993V8.5H8.79993V7Z" ></path>
|
|
696
|
-
<path d="M12.1 7H10.6V8.5H12.1V7Z" ></path>
|
|
697
|
-
<path d="M5.59998 9.39999H4.09998V10.9H5.59998V9.39999Z" ></path>
|
|
698
|
-
<path d="M8.79993 9.39999H7.29993V10.9H8.79993V9.39999Z" ></path>
|
|
699
|
-
<path d="M12.1 9.39999H10.6V10.9H12.1V9.39999Z" ></path>
|
|
700
|
-
<path d="M8.79993 11.8H7.29993V13.3H8.79993V11.8Z" ></path>
|
|
701
|
-
<path d="M5.59998 11.8H4.09998V13.3H5.59998V11.8Z" ></path>
|
|
702
|
-
<path d="M12.6 2V3.3V3.8H12.1H10.1H9.59998V3.3V2H6.29998V3.3V3.8H5.79998H3.79998H3.29998V3.3V2H1.09998V16H15.1V2H12.6ZM13.6 14.5H2.59998V5.7H13.6V14.5Z" ></path>
|
|
703
|
-
<path d="M3.79993 0V2V3.3H5.79993V2V0H3.79993Z" ></path>
|
|
704
|
-
<path d="M10.1 0V2V3.3H12.1V2V0H10.1Z" ></path>
|
|
705
|
-
</symbol>
|
|
706
|
-
<symbol id="chat" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
|
707
|
-
<path d="M15 3.20001H12.5V11C12.5 11.5 12.1 12 11.5 12H4.40002V12.2C4.40002 12.7 4.80002 13.2 5.40002 13.2H13.9L16 16V4.10001C16 3.60001 15.6 3.20001 15 3.20001Z"></path>
|
|
708
|
-
<path d="M9.4 0H1.1C0.5 0 0 0.5 0 1.1V12.9L2.1 10H9.4C10 10 10.5 9.5 10.5 8.9V1.1C10.5 0.5 10 0 9.4 0ZM6.1 6.4H1.7V5.5H6.1V6.4ZM8.8 3.9H1.7V2.9H8.8V3.9Z"></path>
|
|
709
|
-
</symbol>
|
|
710
|
-
|
|
711
|
-
<symbol id="user-group" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
|
712
|
-
<g>
|
|
713
|
-
<g>
|
|
714
|
-
<path class="st0" d="M16,11.6l-0.7-2.4c0,0-0.1-0.6-0.9-0.8l-1.7-0.4c-0.2-0.1-0.3-0.5-0.3-0.5l0-0.5c0.2-0.2,0.3-0.5,0.4-0.7l0,0
|
|
715
|
-
c0,0,0.1-0.1,0.1-0.1c0.1-0.1,0.1-0.2,0.1-0.2c0.1-0.1,0.1-0.3,0.1-0.4l0.1-0.4c0-0.2,0-0.4-0.1-0.5c0,0-0.1-0.1-0.1-0.1
|
|
716
|
-
c0-0.7-0.1-1.3-0.4-1.7C12.5,2.4,12,2.1,11.4,2c-0.1,0-0.3,0-0.4,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0
|
|
717
|
-
c-0.1,0-0.3,0-0.4,0C10,2.1,9.5,2.4,9.2,2.9c-0.3,0.4-0.4,1-0.4,1.7c0,0-0.1,0.1-0.1,0.1C8.6,4.8,8.6,4.9,8.6,5.2l0.1,0.4
|
|
718
|
-
c0,0.1,0,0.3,0.1,0.4c0,0.1,0.1,0.2,0.1,0.2C9,6.2,9,6.3,9.1,6.3l0,0C9.2,6.6,9.3,6.8,9.5,7l0,0.5c0,0-0.1,0.4-0.3,0.5L8.1,8.3
|
|
719
|
-
l0,0.1C8.1,8.5,8,8.8,7.9,9C7.8,9.1,7.8,9.3,7.7,9.4c0,0,0,0.1-0.1,0.1c0,0,0,0,0,0c0.2,0,0.5,0.1,0.9,0.2c1,0.1,1.6,1,1.8,1.9H11
|
|
720
|
-
H16z"></path>
|
|
721
|
-
</g>
|
|
722
|
-
<path class="st0" d="M9.4,11.7c0,0-0.1-0.6-0.9-0.8l-1.7-0.4C6.6,10.4,6.5,10,6.5,10l0-0.5C6.7,9.3,6.8,9,6.9,8.8l0,0
|
|
723
|
-
c0,0,0.1-0.1,0.1-0.1c0.1-0.1,0.1-0.2,0.1-0.2C7.2,8.2,7.3,8.1,7.3,8l0.1-0.4c0-0.2,0-0.4-0.1-0.5c0,0-0.1-0.1-0.1-0.1
|
|
724
|
-
c0-0.7-0.1-1.3-0.4-1.7C6.5,4.9,6,4.5,5.4,4.4c-0.1,0-0.3,0-0.4,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0
|
|
725
|
-
c-0.1,0-0.3,0-0.4,0C4,4.5,3.5,4.9,3.2,5.3C2.9,5.8,2.8,6.4,2.9,7c0,0-0.1,0.1-0.1,0.1C2.7,7.2,2.6,7.4,2.7,7.6L2.8,8
|
|
726
|
-
c0,0.1,0,0.3,0.1,0.4c0,0.1,0.1,0.2,0.1,0.2c0,0.1,0.1,0.1,0.1,0.1l0,0C3.2,9,3.3,9.3,3.5,9.5l0,0.5c0,0-0.1,0.4-0.3,0.5l-1.7,0.4
|
|
727
|
-
c-0.8,0.2-0.9,0.8-0.9,0.8L0,14.1h5h5L9.4,11.7z">
|
|
728
|
-
</path>
|
|
729
|
-
</g>
|
|
730
|
-
</symbol>
|
|
731
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 20" id="left-scroll-arrow">
|
|
732
|
-
<g id="Group">
|
|
733
|
-
<g id="Group_2">
|
|
734
|
-
<g id="Group_3">
|
|
735
|
-
<path id="Vector" d="M13.25 2.75L6 10L13.25 17.25L10.625 19.875L0.749999 10L10.625 0.125L13.25 2.75Z"></path>
|
|
736
|
-
</g>
|
|
737
|
-
</g>
|
|
738
|
-
</g>
|
|
739
|
-
</symbol>
|
|
740
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 20" id="right-scroll-arrow">
|
|
741
|
-
<g id="Group">
|
|
742
|
-
<g id="Group_2">
|
|
743
|
-
<g id="Group_3">
|
|
744
|
-
<path id="Vector" d="M0.75 17.25L8 10L0.75 2.75L3.375 0.125L13.25 10L3.375 19.875L0.75 17.25Z"></path>
|
|
745
|
-
</g>
|
|
746
|
-
</g>
|
|
747
|
-
</g>
|
|
748
|
-
</symbol>
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
<symbol xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="creo">
|
|
753
|
-
<g clip-path="url(#clip0_3505_2478)">
|
|
754
|
-
<path d="M1.5 7.05078V18.3008L11.25 24.0008V12.7508L1.5 7.05078Z" />
|
|
755
|
-
<path d="M12.75 24.0008L22.5 18.3008V7.05078L12.75 12.7508V24.0008Z" />
|
|
756
|
-
<path d="M21.75 5.7L12 0L2.25 5.7L12 11.4L21.75 5.7Z"/>
|
|
757
|
-
</g>
|
|
758
|
-
<defs>
|
|
759
|
-
<clipPath id="clip0_3505_2478">
|
|
760
|
-
<rect width="24" height="24" />
|
|
761
|
-
</clipPath>
|
|
762
|
-
</defs>
|
|
763
|
-
</symbol>
|
|
764
|
-
|
|
765
|
-
</svg>
|