@ptcwebops/ptcw-design 6.4.37-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 -179
- 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_17.cjs.entry.js +0 -1660
- 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/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-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-brightcov-video.cjs.entry.js +0 -24
- 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-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-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-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-search-field.cjs.entry.js +0 -95
- 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-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-tooltip-v2.cjs.entry.js +0 -80
- package/dist/cjs/ptc-tooltip-v3.cjs.entry.js +0 -119
- 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 -174
- 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 -1173
- 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 -1208
- 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 -852
- 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 -1147
- 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 -1156
- 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 -1174
- 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 -38293
- 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 -175
- 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_17.entry.js +0 -1640
- package/dist/esm/index-0bf594c4.js +0 -2103
- package/dist/esm/innovator-toggle-container.entry.js +0 -64
- package/dist/esm/interfaces-7c0243be.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/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-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-brightcov-video.entry.js +0 -20
- 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-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-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-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-search-field.entry.js +0 -91
- 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-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-tooltip-v2.entry.js +0 -76
- package/dist/esm/ptc-tooltip-v3.entry.js +0 -115
- 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-a64ba942.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-045c468a.entry.js +0 -1
- package/dist/ptcw-design/p-07b46e6e.entry.js +0 -1
- package/dist/ptcw-design/p-0824f503.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-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-1ab6201b.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-22cf00e7.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-2f4f6ccd.js +0 -1
- package/dist/ptcw-design/p-2fa5814b.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-30982272.entry.js +0 -1
- package/dist/ptcw-design/p-315b7885.entry.js +0 -1
- package/dist/ptcw-design/p-3596ce5a.entry.js +0 -1
- package/dist/ptcw-design/p-36cb30ee.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-43756439.entry.js +0 -1
- package/dist/ptcw-design/p-4e8c1ba6.entry.js +0 -1
- package/dist/ptcw-design/p-4fd2afc0.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-575c7fc0.entry.js +0 -1
- package/dist/ptcw-design/p-5aed43be.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-681d26ef.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-7398874a.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-7524411a.entry.js +0 -1
- package/dist/ptcw-design/p-75d8b6ec.entry.js +0 -1
- package/dist/ptcw-design/p-769954c9.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-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-83632220.entry.js +0 -1
- package/dist/ptcw-design/p-83c3d6c9.entry.js +0 -1
- package/dist/ptcw-design/p-87a9a028.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-9050ab76.entry.js +0 -1
- package/dist/ptcw-design/p-908ad455.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-9461c4eb.entry.js +0 -1
- 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-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-a31f22a1.entry.js +0 -1
- package/dist/ptcw-design/p-a974f98f.entry.js +0 -1
- package/dist/ptcw-design/p-af46854e.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-b293a0b1.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-b9966f20.entry.js +0 -1
- package/dist/ptcw-design/p-bb3fa2c6.entry.js +0 -68
- package/dist/ptcw-design/p-bca81995.entry.js +0 -1
- package/dist/ptcw-design/p-bdb2e42c.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-c80265d9.entry.js +0 -1
- package/dist/ptcw-design/p-c8de7309.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-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-da4b7e23.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-e1bd2c43.entry.js +0 -1
- package/dist/ptcw-design/p-e249cd90.entry.js +0 -1
- package/dist/ptcw-design/p-e2da8109.entry.js +0 -1
- package/dist/ptcw-design/p-e2e33ddb.entry.js +0 -1
- package/dist/ptcw-design/p-e50a5a46.entry.js +0 -1
- package/dist/ptcw-design/p-e69a0445.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-e9f834fa.entry.js +0 -1
- package/dist/ptcw-design/p-eabf87be.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-ed49544c.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-edaf241d.entry.js +0 -1
- package/dist/ptcw-design/p-ee1183b2.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-fa045097.entry.js +0 -1
- package/dist/ptcw-design/p-fb0c3eeb.entry.js +0 -1
- package/dist/ptcw-design/p-fb0f4459.entry.js +0 -1
- package/dist/ptcw-design/p-fe445a4a.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,3758 +0,0 @@
|
|
|
1
|
-
.is-grid,.is-grid-inline{display:-ms-grid;display:grid;-ms-grid-rows:auto;grid-template-rows:auto;-ms-grid-columns:(1fr)[12];grid-template-columns:repeat(12, 1fr);direction:ltr;grid-column-gap:var(--col-gap);grid-row-gap:var(--row-gap)}.is-grid>*,.is-grid-inline>*{-ms-grid-column-span:12;grid-column:span 12}@media screen and (min-width: 992px){.is-grid>*,.is-grid-inline>*{-ms-grid-column-span:1;grid-column:span 1}}.is-grid.is-dense,.is-grid-inline.is-dense{grid-auto-flow:dense;-ms-grid-rows:auto;grid-template-rows:auto;-ms-grid-columns:(1fr)[12];grid-template-columns:repeat(12, 1fr)}.is-grid.has-wrapped-row,.is-grid-inline.has-wrapped-row{grid-auto-flow:row;-ms-grid-rows:auto;grid-template-rows:auto;-ms-grid-columns:(1fr)[12];grid-template-columns:repeat(12, 1fr)}.is-grid.has-wrapped-row.is-dense,.is-grid-inline.has-wrapped-row.is-dense{grid-auto-flow:row dense;-ms-grid-rows:auto;grid-template-rows:auto;-ms-grid-columns:(1fr)[12];grid-template-columns:repeat(12, 1fr)}.is-grid.has-wrapped-col,.is-grid-inline.has-wrapped-col{grid-auto-flow:column}.is-grid.has-wrapped-col.is-dense,.is-grid-inline.has-wrapped-col.is-dense{grid-auto-flow:column dense;-ms-grid-rows:auto;grid-template-rows:auto;-ms-grid-columns:(1fr)[12];grid-template-columns:repeat(12, 1fr)}.is-grid-inline{display:-ms-inline-grid !important;display:inline-grid !important}.has-row-1{-ms-grid-rows:(1fr)[1];grid-template-rows:repeat(1, 1fr)}.has-row-1>*{-ms-grid-column-span:1;grid-column:span 1}@media screen and (min-width: 992px){.has-row-1>*{-ms-grid-column-span:1;grid-column:span 1}}.has-row-1-xs>*{-ms-grid-column-span:1;grid-column:span 1}@media screen and (min-width: 992px){.has-row-1-xs>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 575.5px){.has-row-1-xs{-ms-grid-rows:(1fr)[1] !important;grid-template-rows:repeat(1, 1fr) !important}}.has-row-1-sm>*{-ms-grid-column-span:1;grid-column:span 1}@media screen and (min-width: 992px){.has-row-1-sm>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 576px){.has-row-1-sm{-ms-grid-rows:(1fr)[1] !important;grid-template-rows:repeat(1, 1fr) !important}}.has-row-1-md>*{-ms-grid-column-span:1;grid-column:span 1}@media screen and (min-width: 992px){.has-row-1-md>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 768px){.has-row-1-md{-ms-grid-rows:(1fr)[1] !important;grid-template-rows:repeat(1, 1fr) !important}}.has-row-1-lg>*{-ms-grid-column-span:1;grid-column:span 1}@media screen and (min-width: 992px){.has-row-1-lg>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 992px){.has-row-1-lg{-ms-grid-rows:(1fr)[1] !important;grid-template-rows:repeat(1, 1fr) !important}}.has-row-1-xl>*{-ms-grid-column-span:1;grid-column:span 1}@media screen and (min-width: 992px){.has-row-1-xl>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 1200px){.has-row-1-xl{-ms-grid-rows:(1fr)[1] !important;grid-template-rows:repeat(1, 1fr) !important}}.has-row-1-xxl>*{-ms-grid-column-span:1;grid-column:span 1}@media screen and (min-width: 992px){.has-row-1-xxl>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 1400px){.has-row-1-xxl{-ms-grid-rows:(1fr)[1] !important;grid-template-rows:repeat(1, 1fr) !important}}.has-row-2{-ms-grid-rows:(1fr)[2];grid-template-rows:repeat(2, 1fr)}.has-row-2>*{-ms-grid-column-span:2;grid-column:span 2}@media screen and (min-width: 992px){.has-row-2>*{-ms-grid-column-span:1;grid-column:span 1}}.has-row-2-xs>*{-ms-grid-column-span:2;grid-column:span 2}@media screen and (min-width: 992px){.has-row-2-xs>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 575.5px){.has-row-2-xs{-ms-grid-rows:(1fr)[2] !important;grid-template-rows:repeat(2, 1fr) !important}}.has-row-2-sm>*{-ms-grid-column-span:2;grid-column:span 2}@media screen and (min-width: 992px){.has-row-2-sm>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 576px){.has-row-2-sm{-ms-grid-rows:(1fr)[2] !important;grid-template-rows:repeat(2, 1fr) !important}}.has-row-2-md>*{-ms-grid-column-span:2;grid-column:span 2}@media screen and (min-width: 992px){.has-row-2-md>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 768px){.has-row-2-md{-ms-grid-rows:(1fr)[2] !important;grid-template-rows:repeat(2, 1fr) !important}}.has-row-2-lg>*{-ms-grid-column-span:2;grid-column:span 2}@media screen and (min-width: 992px){.has-row-2-lg>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 992px){.has-row-2-lg{-ms-grid-rows:(1fr)[2] !important;grid-template-rows:repeat(2, 1fr) !important}}.has-row-2-xl>*{-ms-grid-column-span:2;grid-column:span 2}@media screen and (min-width: 992px){.has-row-2-xl>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 1200px){.has-row-2-xl{-ms-grid-rows:(1fr)[2] !important;grid-template-rows:repeat(2, 1fr) !important}}.has-row-2-xxl>*{-ms-grid-column-span:2;grid-column:span 2}@media screen and (min-width: 992px){.has-row-2-xxl>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 1400px){.has-row-2-xxl{-ms-grid-rows:(1fr)[2] !important;grid-template-rows:repeat(2, 1fr) !important}}.has-row-3{-ms-grid-rows:(1fr)[3];grid-template-rows:repeat(3, 1fr)}.has-row-3>*{-ms-grid-column-span:3;grid-column:span 3}@media screen and (min-width: 992px){.has-row-3>*{-ms-grid-column-span:1;grid-column:span 1}}.has-row-3-xs>*{-ms-grid-column-span:3;grid-column:span 3}@media screen and (min-width: 992px){.has-row-3-xs>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 575.5px){.has-row-3-xs{-ms-grid-rows:(1fr)[3] !important;grid-template-rows:repeat(3, 1fr) !important}}.has-row-3-sm>*{-ms-grid-column-span:3;grid-column:span 3}@media screen and (min-width: 992px){.has-row-3-sm>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 576px){.has-row-3-sm{-ms-grid-rows:(1fr)[3] !important;grid-template-rows:repeat(3, 1fr) !important}}.has-row-3-md>*{-ms-grid-column-span:3;grid-column:span 3}@media screen and (min-width: 992px){.has-row-3-md>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 768px){.has-row-3-md{-ms-grid-rows:(1fr)[3] !important;grid-template-rows:repeat(3, 1fr) !important}}.has-row-3-lg>*{-ms-grid-column-span:3;grid-column:span 3}@media screen and (min-width: 992px){.has-row-3-lg>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 992px){.has-row-3-lg{-ms-grid-rows:(1fr)[3] !important;grid-template-rows:repeat(3, 1fr) !important}}.has-row-3-xl>*{-ms-grid-column-span:3;grid-column:span 3}@media screen and (min-width: 992px){.has-row-3-xl>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 1200px){.has-row-3-xl{-ms-grid-rows:(1fr)[3] !important;grid-template-rows:repeat(3, 1fr) !important}}.has-row-3-xxl>*{-ms-grid-column-span:3;grid-column:span 3}@media screen and (min-width: 992px){.has-row-3-xxl>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 1400px){.has-row-3-xxl{-ms-grid-rows:(1fr)[3] !important;grid-template-rows:repeat(3, 1fr) !important}}.has-row-4{-ms-grid-rows:(1fr)[4];grid-template-rows:repeat(4, 1fr)}.has-row-4>*{-ms-grid-column-span:4;grid-column:span 4}@media screen and (min-width: 992px){.has-row-4>*{-ms-grid-column-span:1;grid-column:span 1}}.has-row-4-xs>*{-ms-grid-column-span:4;grid-column:span 4}@media screen and (min-width: 992px){.has-row-4-xs>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 575.5px){.has-row-4-xs{-ms-grid-rows:(1fr)[4] !important;grid-template-rows:repeat(4, 1fr) !important}}.has-row-4-sm>*{-ms-grid-column-span:4;grid-column:span 4}@media screen and (min-width: 992px){.has-row-4-sm>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 576px){.has-row-4-sm{-ms-grid-rows:(1fr)[4] !important;grid-template-rows:repeat(4, 1fr) !important}}.has-row-4-md>*{-ms-grid-column-span:4;grid-column:span 4}@media screen and (min-width: 992px){.has-row-4-md>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 768px){.has-row-4-md{-ms-grid-rows:(1fr)[4] !important;grid-template-rows:repeat(4, 1fr) !important}}.has-row-4-lg>*{-ms-grid-column-span:4;grid-column:span 4}@media screen and (min-width: 992px){.has-row-4-lg>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 992px){.has-row-4-lg{-ms-grid-rows:(1fr)[4] !important;grid-template-rows:repeat(4, 1fr) !important}}.has-row-4-xl>*{-ms-grid-column-span:4;grid-column:span 4}@media screen and (min-width: 992px){.has-row-4-xl>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 1200px){.has-row-4-xl{-ms-grid-rows:(1fr)[4] !important;grid-template-rows:repeat(4, 1fr) !important}}.has-row-4-xxl>*{-ms-grid-column-span:4;grid-column:span 4}@media screen and (min-width: 992px){.has-row-4-xxl>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 1400px){.has-row-4-xxl{-ms-grid-rows:(1fr)[4] !important;grid-template-rows:repeat(4, 1fr) !important}}.has-row-5{-ms-grid-rows:(1fr)[5];grid-template-rows:repeat(5, 1fr)}.has-row-5>*{-ms-grid-column-span:5;grid-column:span 5}@media screen and (min-width: 992px){.has-row-5>*{-ms-grid-column-span:1;grid-column:span 1}}.has-row-5-xs>*{-ms-grid-column-span:5;grid-column:span 5}@media screen and (min-width: 992px){.has-row-5-xs>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 575.5px){.has-row-5-xs{-ms-grid-rows:(1fr)[5] !important;grid-template-rows:repeat(5, 1fr) !important}}.has-row-5-sm>*{-ms-grid-column-span:5;grid-column:span 5}@media screen and (min-width: 992px){.has-row-5-sm>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 576px){.has-row-5-sm{-ms-grid-rows:(1fr)[5] !important;grid-template-rows:repeat(5, 1fr) !important}}.has-row-5-md>*{-ms-grid-column-span:5;grid-column:span 5}@media screen and (min-width: 992px){.has-row-5-md>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 768px){.has-row-5-md{-ms-grid-rows:(1fr)[5] !important;grid-template-rows:repeat(5, 1fr) !important}}.has-row-5-lg>*{-ms-grid-column-span:5;grid-column:span 5}@media screen and (min-width: 992px){.has-row-5-lg>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 992px){.has-row-5-lg{-ms-grid-rows:(1fr)[5] !important;grid-template-rows:repeat(5, 1fr) !important}}.has-row-5-xl>*{-ms-grid-column-span:5;grid-column:span 5}@media screen and (min-width: 992px){.has-row-5-xl>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 1200px){.has-row-5-xl{-ms-grid-rows:(1fr)[5] !important;grid-template-rows:repeat(5, 1fr) !important}}.has-row-5-xxl>*{-ms-grid-column-span:5;grid-column:span 5}@media screen and (min-width: 992px){.has-row-5-xxl>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 1400px){.has-row-5-xxl{-ms-grid-rows:(1fr)[5] !important;grid-template-rows:repeat(5, 1fr) !important}}.has-row-6{-ms-grid-rows:(1fr)[6];grid-template-rows:repeat(6, 1fr)}.has-row-6>*{-ms-grid-column-span:6;grid-column:span 6}@media screen and (min-width: 992px){.has-row-6>*{-ms-grid-column-span:1;grid-column:span 1}}.has-row-6-xs>*{-ms-grid-column-span:6;grid-column:span 6}@media screen and (min-width: 992px){.has-row-6-xs>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 575.5px){.has-row-6-xs{-ms-grid-rows:(1fr)[6] !important;grid-template-rows:repeat(6, 1fr) !important}}.has-row-6-sm>*{-ms-grid-column-span:6;grid-column:span 6}@media screen and (min-width: 992px){.has-row-6-sm>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 576px){.has-row-6-sm{-ms-grid-rows:(1fr)[6] !important;grid-template-rows:repeat(6, 1fr) !important}}.has-row-6-md>*{-ms-grid-column-span:6;grid-column:span 6}@media screen and (min-width: 992px){.has-row-6-md>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 768px){.has-row-6-md{-ms-grid-rows:(1fr)[6] !important;grid-template-rows:repeat(6, 1fr) !important}}.has-row-6-lg>*{-ms-grid-column-span:6;grid-column:span 6}@media screen and (min-width: 992px){.has-row-6-lg>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 992px){.has-row-6-lg{-ms-grid-rows:(1fr)[6] !important;grid-template-rows:repeat(6, 1fr) !important}}.has-row-6-xl>*{-ms-grid-column-span:6;grid-column:span 6}@media screen and (min-width: 992px){.has-row-6-xl>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 1200px){.has-row-6-xl{-ms-grid-rows:(1fr)[6] !important;grid-template-rows:repeat(6, 1fr) !important}}.has-row-6-xxl>*{-ms-grid-column-span:6;grid-column:span 6}@media screen and (min-width: 992px){.has-row-6-xxl>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 1400px){.has-row-6-xxl{-ms-grid-rows:(1fr)[6] !important;grid-template-rows:repeat(6, 1fr) !important}}.has-row-7{-ms-grid-rows:(1fr)[7];grid-template-rows:repeat(7, 1fr)}.has-row-7>*{-ms-grid-column-span:7;grid-column:span 7}@media screen and (min-width: 992px){.has-row-7>*{-ms-grid-column-span:1;grid-column:span 1}}.has-row-7-xs>*{-ms-grid-column-span:7;grid-column:span 7}@media screen and (min-width: 992px){.has-row-7-xs>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 575.5px){.has-row-7-xs{-ms-grid-rows:(1fr)[7] !important;grid-template-rows:repeat(7, 1fr) !important}}.has-row-7-sm>*{-ms-grid-column-span:7;grid-column:span 7}@media screen and (min-width: 992px){.has-row-7-sm>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 576px){.has-row-7-sm{-ms-grid-rows:(1fr)[7] !important;grid-template-rows:repeat(7, 1fr) !important}}.has-row-7-md>*{-ms-grid-column-span:7;grid-column:span 7}@media screen and (min-width: 992px){.has-row-7-md>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 768px){.has-row-7-md{-ms-grid-rows:(1fr)[7] !important;grid-template-rows:repeat(7, 1fr) !important}}.has-row-7-lg>*{-ms-grid-column-span:7;grid-column:span 7}@media screen and (min-width: 992px){.has-row-7-lg>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 992px){.has-row-7-lg{-ms-grid-rows:(1fr)[7] !important;grid-template-rows:repeat(7, 1fr) !important}}.has-row-7-xl>*{-ms-grid-column-span:7;grid-column:span 7}@media screen and (min-width: 992px){.has-row-7-xl>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 1200px){.has-row-7-xl{-ms-grid-rows:(1fr)[7] !important;grid-template-rows:repeat(7, 1fr) !important}}.has-row-7-xxl>*{-ms-grid-column-span:7;grid-column:span 7}@media screen and (min-width: 992px){.has-row-7-xxl>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 1400px){.has-row-7-xxl{-ms-grid-rows:(1fr)[7] !important;grid-template-rows:repeat(7, 1fr) !important}}.has-row-8{-ms-grid-rows:(1fr)[8];grid-template-rows:repeat(8, 1fr)}.has-row-8>*{-ms-grid-column-span:8;grid-column:span 8}@media screen and (min-width: 992px){.has-row-8>*{-ms-grid-column-span:1;grid-column:span 1}}.has-row-8-xs>*{-ms-grid-column-span:8;grid-column:span 8}@media screen and (min-width: 992px){.has-row-8-xs>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 575.5px){.has-row-8-xs{-ms-grid-rows:(1fr)[8] !important;grid-template-rows:repeat(8, 1fr) !important}}.has-row-8-sm>*{-ms-grid-column-span:8;grid-column:span 8}@media screen and (min-width: 992px){.has-row-8-sm>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 576px){.has-row-8-sm{-ms-grid-rows:(1fr)[8] !important;grid-template-rows:repeat(8, 1fr) !important}}.has-row-8-md>*{-ms-grid-column-span:8;grid-column:span 8}@media screen and (min-width: 992px){.has-row-8-md>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 768px){.has-row-8-md{-ms-grid-rows:(1fr)[8] !important;grid-template-rows:repeat(8, 1fr) !important}}.has-row-8-lg>*{-ms-grid-column-span:8;grid-column:span 8}@media screen and (min-width: 992px){.has-row-8-lg>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 992px){.has-row-8-lg{-ms-grid-rows:(1fr)[8] !important;grid-template-rows:repeat(8, 1fr) !important}}.has-row-8-xl>*{-ms-grid-column-span:8;grid-column:span 8}@media screen and (min-width: 992px){.has-row-8-xl>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 1200px){.has-row-8-xl{-ms-grid-rows:(1fr)[8] !important;grid-template-rows:repeat(8, 1fr) !important}}.has-row-8-xxl>*{-ms-grid-column-span:8;grid-column:span 8}@media screen and (min-width: 992px){.has-row-8-xxl>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 1400px){.has-row-8-xxl{-ms-grid-rows:(1fr)[8] !important;grid-template-rows:repeat(8, 1fr) !important}}.has-row-9{-ms-grid-rows:(1fr)[9];grid-template-rows:repeat(9, 1fr)}.has-row-9>*{-ms-grid-column-span:9;grid-column:span 9}@media screen and (min-width: 992px){.has-row-9>*{-ms-grid-column-span:1;grid-column:span 1}}.has-row-9-xs>*{-ms-grid-column-span:9;grid-column:span 9}@media screen and (min-width: 992px){.has-row-9-xs>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 575.5px){.has-row-9-xs{-ms-grid-rows:(1fr)[9] !important;grid-template-rows:repeat(9, 1fr) !important}}.has-row-9-sm>*{-ms-grid-column-span:9;grid-column:span 9}@media screen and (min-width: 992px){.has-row-9-sm>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 576px){.has-row-9-sm{-ms-grid-rows:(1fr)[9] !important;grid-template-rows:repeat(9, 1fr) !important}}.has-row-9-md>*{-ms-grid-column-span:9;grid-column:span 9}@media screen and (min-width: 992px){.has-row-9-md>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 768px){.has-row-9-md{-ms-grid-rows:(1fr)[9] !important;grid-template-rows:repeat(9, 1fr) !important}}.has-row-9-lg>*{-ms-grid-column-span:9;grid-column:span 9}@media screen and (min-width: 992px){.has-row-9-lg>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 992px){.has-row-9-lg{-ms-grid-rows:(1fr)[9] !important;grid-template-rows:repeat(9, 1fr) !important}}.has-row-9-xl>*{-ms-grid-column-span:9;grid-column:span 9}@media screen and (min-width: 992px){.has-row-9-xl>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 1200px){.has-row-9-xl{-ms-grid-rows:(1fr)[9] !important;grid-template-rows:repeat(9, 1fr) !important}}.has-row-9-xxl>*{-ms-grid-column-span:9;grid-column:span 9}@media screen and (min-width: 992px){.has-row-9-xxl>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 1400px){.has-row-9-xxl{-ms-grid-rows:(1fr)[9] !important;grid-template-rows:repeat(9, 1fr) !important}}.has-row-10{-ms-grid-rows:(1fr)[10];grid-template-rows:repeat(10, 1fr)}.has-row-10>*{-ms-grid-column-span:10;grid-column:span 10}@media screen and (min-width: 992px){.has-row-10>*{-ms-grid-column-span:1;grid-column:span 1}}.has-row-10-xs>*{-ms-grid-column-span:10;grid-column:span 10}@media screen and (min-width: 992px){.has-row-10-xs>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 575.5px){.has-row-10-xs{-ms-grid-rows:(1fr)[10] !important;grid-template-rows:repeat(10, 1fr) !important}}.has-row-10-sm>*{-ms-grid-column-span:10;grid-column:span 10}@media screen and (min-width: 992px){.has-row-10-sm>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 576px){.has-row-10-sm{-ms-grid-rows:(1fr)[10] !important;grid-template-rows:repeat(10, 1fr) !important}}.has-row-10-md>*{-ms-grid-column-span:10;grid-column:span 10}@media screen and (min-width: 992px){.has-row-10-md>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 768px){.has-row-10-md{-ms-grid-rows:(1fr)[10] !important;grid-template-rows:repeat(10, 1fr) !important}}.has-row-10-lg>*{-ms-grid-column-span:10;grid-column:span 10}@media screen and (min-width: 992px){.has-row-10-lg>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 992px){.has-row-10-lg{-ms-grid-rows:(1fr)[10] !important;grid-template-rows:repeat(10, 1fr) !important}}.has-row-10-xl>*{-ms-grid-column-span:10;grid-column:span 10}@media screen and (min-width: 992px){.has-row-10-xl>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 1200px){.has-row-10-xl{-ms-grid-rows:(1fr)[10] !important;grid-template-rows:repeat(10, 1fr) !important}}.has-row-10-xxl>*{-ms-grid-column-span:10;grid-column:span 10}@media screen and (min-width: 992px){.has-row-10-xxl>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 1400px){.has-row-10-xxl{-ms-grid-rows:(1fr)[10] !important;grid-template-rows:repeat(10, 1fr) !important}}.has-row-11{-ms-grid-rows:(1fr)[11];grid-template-rows:repeat(11, 1fr)}.has-row-11>*{-ms-grid-column-span:11;grid-column:span 11}@media screen and (min-width: 992px){.has-row-11>*{-ms-grid-column-span:1;grid-column:span 1}}.has-row-11-xs>*{-ms-grid-column-span:11;grid-column:span 11}@media screen and (min-width: 992px){.has-row-11-xs>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 575.5px){.has-row-11-xs{-ms-grid-rows:(1fr)[11] !important;grid-template-rows:repeat(11, 1fr) !important}}.has-row-11-sm>*{-ms-grid-column-span:11;grid-column:span 11}@media screen and (min-width: 992px){.has-row-11-sm>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 576px){.has-row-11-sm{-ms-grid-rows:(1fr)[11] !important;grid-template-rows:repeat(11, 1fr) !important}}.has-row-11-md>*{-ms-grid-column-span:11;grid-column:span 11}@media screen and (min-width: 992px){.has-row-11-md>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 768px){.has-row-11-md{-ms-grid-rows:(1fr)[11] !important;grid-template-rows:repeat(11, 1fr) !important}}.has-row-11-lg>*{-ms-grid-column-span:11;grid-column:span 11}@media screen and (min-width: 992px){.has-row-11-lg>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 992px){.has-row-11-lg{-ms-grid-rows:(1fr)[11] !important;grid-template-rows:repeat(11, 1fr) !important}}.has-row-11-xl>*{-ms-grid-column-span:11;grid-column:span 11}@media screen and (min-width: 992px){.has-row-11-xl>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 1200px){.has-row-11-xl{-ms-grid-rows:(1fr)[11] !important;grid-template-rows:repeat(11, 1fr) !important}}.has-row-11-xxl>*{-ms-grid-column-span:11;grid-column:span 11}@media screen and (min-width: 992px){.has-row-11-xxl>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 1400px){.has-row-11-xxl{-ms-grid-rows:(1fr)[11] !important;grid-template-rows:repeat(11, 1fr) !important}}.has-row-12{-ms-grid-rows:(1fr)[12];grid-template-rows:repeat(12, 1fr)}.has-row-12>*{-ms-grid-column-span:12;grid-column:span 12}@media screen and (min-width: 992px){.has-row-12>*{-ms-grid-column-span:1;grid-column:span 1}}.has-row-12-xs>*{-ms-grid-column-span:12;grid-column:span 12}@media screen and (min-width: 992px){.has-row-12-xs>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 575.5px){.has-row-12-xs{-ms-grid-rows:(1fr)[12] !important;grid-template-rows:repeat(12, 1fr) !important}}.has-row-12-sm>*{-ms-grid-column-span:12;grid-column:span 12}@media screen and (min-width: 992px){.has-row-12-sm>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 576px){.has-row-12-sm{-ms-grid-rows:(1fr)[12] !important;grid-template-rows:repeat(12, 1fr) !important}}.has-row-12-md>*{-ms-grid-column-span:12;grid-column:span 12}@media screen and (min-width: 992px){.has-row-12-md>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 768px){.has-row-12-md{-ms-grid-rows:(1fr)[12] !important;grid-template-rows:repeat(12, 1fr) !important}}.has-row-12-lg>*{-ms-grid-column-span:12;grid-column:span 12}@media screen and (min-width: 992px){.has-row-12-lg>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 992px){.has-row-12-lg{-ms-grid-rows:(1fr)[12] !important;grid-template-rows:repeat(12, 1fr) !important}}.has-row-12-xl>*{-ms-grid-column-span:12;grid-column:span 12}@media screen and (min-width: 992px){.has-row-12-xl>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 1200px){.has-row-12-xl{-ms-grid-rows:(1fr)[12] !important;grid-template-rows:repeat(12, 1fr) !important}}.has-row-12-xxl>*{-ms-grid-column-span:12;grid-column:span 12}@media screen and (min-width: 992px){.has-row-12-xxl>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 1400px){.has-row-12-xxl{-ms-grid-rows:(1fr)[12] !important;grid-template-rows:repeat(12, 1fr) !important}}.has-col-1{-ms-grid-columns:(1fr)[1];grid-template-columns:repeat(1, 1fr)}.has-col-1>*{-ms-grid-column-span:1;grid-column:span 1}@media screen and (min-width: 992px){.has-col-1>*{-ms-grid-column-span:1;grid-column:span 1}}.has-col-1-xs>*{-ms-grid-column-span:1;grid-column:span 1}@media screen and (min-width: 992px){.has-col-1-xs>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 575.5px){.has-col-1-xs{-ms-grid-columns:(1fr)[1] !important;grid-template-columns:repeat(1, 1fr) !important}}.has-col-1-sm>*{-ms-grid-column-span:1;grid-column:span 1}@media screen and (min-width: 992px){.has-col-1-sm>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 576px){.has-col-1-sm{-ms-grid-columns:(1fr)[1] !important;grid-template-columns:repeat(1, 1fr) !important}}.has-col-1-md>*{-ms-grid-column-span:1;grid-column:span 1}@media screen and (min-width: 992px){.has-col-1-md>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 768px){.has-col-1-md{-ms-grid-columns:(1fr)[1] !important;grid-template-columns:repeat(1, 1fr) !important}}.has-col-1-lg>*{-ms-grid-column-span:1;grid-column:span 1}@media screen and (min-width: 992px){.has-col-1-lg>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 992px){.has-col-1-lg{-ms-grid-columns:(1fr)[1] !important;grid-template-columns:repeat(1, 1fr) !important}}.has-col-1-xl>*{-ms-grid-column-span:1;grid-column:span 1}@media screen and (min-width: 992px){.has-col-1-xl>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 1200px){.has-col-1-xl{-ms-grid-columns:(1fr)[1] !important;grid-template-columns:repeat(1, 1fr) !important}}.has-col-1-xxl>*{-ms-grid-column-span:1;grid-column:span 1}@media screen and (min-width: 992px){.has-col-1-xxl>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 1400px){.has-col-1-xxl{-ms-grid-columns:(1fr)[1] !important;grid-template-columns:repeat(1, 1fr) !important}}.has-col-2{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2, 1fr)}.has-col-2>*{-ms-grid-column-span:2;grid-column:span 2}@media screen and (min-width: 992px){.has-col-2>*{-ms-grid-column-span:1;grid-column:span 1}}.has-col-2-xs>*{-ms-grid-column-span:2;grid-column:span 2}@media screen and (min-width: 992px){.has-col-2-xs>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 575.5px){.has-col-2-xs{-ms-grid-columns:(1fr)[2] !important;grid-template-columns:repeat(2, 1fr) !important}}.has-col-2-sm>*{-ms-grid-column-span:2;grid-column:span 2}@media screen and (min-width: 992px){.has-col-2-sm>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 576px){.has-col-2-sm{-ms-grid-columns:(1fr)[2] !important;grid-template-columns:repeat(2, 1fr) !important}}.has-col-2-md>*{-ms-grid-column-span:2;grid-column:span 2}@media screen and (min-width: 992px){.has-col-2-md>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 768px){.has-col-2-md{-ms-grid-columns:(1fr)[2] !important;grid-template-columns:repeat(2, 1fr) !important}}.has-col-2-lg>*{-ms-grid-column-span:2;grid-column:span 2}@media screen and (min-width: 992px){.has-col-2-lg>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 992px){.has-col-2-lg{-ms-grid-columns:(1fr)[2] !important;grid-template-columns:repeat(2, 1fr) !important}}.has-col-2-xl>*{-ms-grid-column-span:2;grid-column:span 2}@media screen and (min-width: 992px){.has-col-2-xl>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 1200px){.has-col-2-xl{-ms-grid-columns:(1fr)[2] !important;grid-template-columns:repeat(2, 1fr) !important}}.has-col-2-xxl>*{-ms-grid-column-span:2;grid-column:span 2}@media screen and (min-width: 992px){.has-col-2-xxl>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 1400px){.has-col-2-xxl{-ms-grid-columns:(1fr)[2] !important;grid-template-columns:repeat(2, 1fr) !important}}.has-col-3{-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3, 1fr)}.has-col-3>*{-ms-grid-column-span:3;grid-column:span 3}@media screen and (min-width: 992px){.has-col-3>*{-ms-grid-column-span:1;grid-column:span 1}}.has-col-3-xs>*{-ms-grid-column-span:3;grid-column:span 3}@media screen and (min-width: 992px){.has-col-3-xs>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 575.5px){.has-col-3-xs{-ms-grid-columns:(1fr)[3] !important;grid-template-columns:repeat(3, 1fr) !important}}.has-col-3-sm>*{-ms-grid-column-span:3;grid-column:span 3}@media screen and (min-width: 992px){.has-col-3-sm>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 576px){.has-col-3-sm{-ms-grid-columns:(1fr)[3] !important;grid-template-columns:repeat(3, 1fr) !important}}.has-col-3-md>*{-ms-grid-column-span:3;grid-column:span 3}@media screen and (min-width: 992px){.has-col-3-md>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 768px){.has-col-3-md{-ms-grid-columns:(1fr)[3] !important;grid-template-columns:repeat(3, 1fr) !important}}.has-col-3-lg>*{-ms-grid-column-span:3;grid-column:span 3}@media screen and (min-width: 992px){.has-col-3-lg>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 992px){.has-col-3-lg{-ms-grid-columns:(1fr)[3] !important;grid-template-columns:repeat(3, 1fr) !important}}.has-col-3-xl>*{-ms-grid-column-span:3;grid-column:span 3}@media screen and (min-width: 992px){.has-col-3-xl>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 1200px){.has-col-3-xl{-ms-grid-columns:(1fr)[3] !important;grid-template-columns:repeat(3, 1fr) !important}}.has-col-3-xxl>*{-ms-grid-column-span:3;grid-column:span 3}@media screen and (min-width: 992px){.has-col-3-xxl>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 1400px){.has-col-3-xxl{-ms-grid-columns:(1fr)[3] !important;grid-template-columns:repeat(3, 1fr) !important}}.has-col-4{-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4, 1fr)}.has-col-4>*{-ms-grid-column-span:4;grid-column:span 4}@media screen and (min-width: 992px){.has-col-4>*{-ms-grid-column-span:1;grid-column:span 1}}.has-col-4-xs>*{-ms-grid-column-span:4;grid-column:span 4}@media screen and (min-width: 992px){.has-col-4-xs>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 575.5px){.has-col-4-xs{-ms-grid-columns:(1fr)[4] !important;grid-template-columns:repeat(4, 1fr) !important}}.has-col-4-sm>*{-ms-grid-column-span:4;grid-column:span 4}@media screen and (min-width: 992px){.has-col-4-sm>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 576px){.has-col-4-sm{-ms-grid-columns:(1fr)[4] !important;grid-template-columns:repeat(4, 1fr) !important}}.has-col-4-md>*{-ms-grid-column-span:4;grid-column:span 4}@media screen and (min-width: 992px){.has-col-4-md>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 768px){.has-col-4-md{-ms-grid-columns:(1fr)[4] !important;grid-template-columns:repeat(4, 1fr) !important}}.has-col-4-lg>*{-ms-grid-column-span:4;grid-column:span 4}@media screen and (min-width: 992px){.has-col-4-lg>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 992px){.has-col-4-lg{-ms-grid-columns:(1fr)[4] !important;grid-template-columns:repeat(4, 1fr) !important}}.has-col-4-xl>*{-ms-grid-column-span:4;grid-column:span 4}@media screen and (min-width: 992px){.has-col-4-xl>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 1200px){.has-col-4-xl{-ms-grid-columns:(1fr)[4] !important;grid-template-columns:repeat(4, 1fr) !important}}.has-col-4-xxl>*{-ms-grid-column-span:4;grid-column:span 4}@media screen and (min-width: 992px){.has-col-4-xxl>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 1400px){.has-col-4-xxl{-ms-grid-columns:(1fr)[4] !important;grid-template-columns:repeat(4, 1fr) !important}}.has-col-5{-ms-grid-columns:(1fr)[5];grid-template-columns:repeat(5, 1fr)}.has-col-5>*{-ms-grid-column-span:5;grid-column:span 5}@media screen and (min-width: 992px){.has-col-5>*{-ms-grid-column-span:1;grid-column:span 1}}.has-col-5-xs>*{-ms-grid-column-span:5;grid-column:span 5}@media screen and (min-width: 992px){.has-col-5-xs>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 575.5px){.has-col-5-xs{-ms-grid-columns:(1fr)[5] !important;grid-template-columns:repeat(5, 1fr) !important}}.has-col-5-sm>*{-ms-grid-column-span:5;grid-column:span 5}@media screen and (min-width: 992px){.has-col-5-sm>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 576px){.has-col-5-sm{-ms-grid-columns:(1fr)[5] !important;grid-template-columns:repeat(5, 1fr) !important}}.has-col-5-md>*{-ms-grid-column-span:5;grid-column:span 5}@media screen and (min-width: 992px){.has-col-5-md>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 768px){.has-col-5-md{-ms-grid-columns:(1fr)[5] !important;grid-template-columns:repeat(5, 1fr) !important}}.has-col-5-lg>*{-ms-grid-column-span:5;grid-column:span 5}@media screen and (min-width: 992px){.has-col-5-lg>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 992px){.has-col-5-lg{-ms-grid-columns:(1fr)[5] !important;grid-template-columns:repeat(5, 1fr) !important}}.has-col-5-xl>*{-ms-grid-column-span:5;grid-column:span 5}@media screen and (min-width: 992px){.has-col-5-xl>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 1200px){.has-col-5-xl{-ms-grid-columns:(1fr)[5] !important;grid-template-columns:repeat(5, 1fr) !important}}.has-col-5-xxl>*{-ms-grid-column-span:5;grid-column:span 5}@media screen and (min-width: 992px){.has-col-5-xxl>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 1400px){.has-col-5-xxl{-ms-grid-columns:(1fr)[5] !important;grid-template-columns:repeat(5, 1fr) !important}}.has-col-6{-ms-grid-columns:(1fr)[6];grid-template-columns:repeat(6, 1fr)}.has-col-6>*{-ms-grid-column-span:6;grid-column:span 6}@media screen and (min-width: 992px){.has-col-6>*{-ms-grid-column-span:1;grid-column:span 1}}.has-col-6-xs>*{-ms-grid-column-span:6;grid-column:span 6}@media screen and (min-width: 992px){.has-col-6-xs>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 575.5px){.has-col-6-xs{-ms-grid-columns:(1fr)[6] !important;grid-template-columns:repeat(6, 1fr) !important}}.has-col-6-sm>*{-ms-grid-column-span:6;grid-column:span 6}@media screen and (min-width: 992px){.has-col-6-sm>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 576px){.has-col-6-sm{-ms-grid-columns:(1fr)[6] !important;grid-template-columns:repeat(6, 1fr) !important}}.has-col-6-md>*{-ms-grid-column-span:6;grid-column:span 6}@media screen and (min-width: 992px){.has-col-6-md>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 768px){.has-col-6-md{-ms-grid-columns:(1fr)[6] !important;grid-template-columns:repeat(6, 1fr) !important}}.has-col-6-lg>*{-ms-grid-column-span:6;grid-column:span 6}@media screen and (min-width: 992px){.has-col-6-lg>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 992px){.has-col-6-lg{-ms-grid-columns:(1fr)[6] !important;grid-template-columns:repeat(6, 1fr) !important}}.has-col-6-xl>*{-ms-grid-column-span:6;grid-column:span 6}@media screen and (min-width: 992px){.has-col-6-xl>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 1200px){.has-col-6-xl{-ms-grid-columns:(1fr)[6] !important;grid-template-columns:repeat(6, 1fr) !important}}.has-col-6-xxl>*{-ms-grid-column-span:6;grid-column:span 6}@media screen and (min-width: 992px){.has-col-6-xxl>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 1400px){.has-col-6-xxl{-ms-grid-columns:(1fr)[6] !important;grid-template-columns:repeat(6, 1fr) !important}}.has-col-7{-ms-grid-columns:(1fr)[7];grid-template-columns:repeat(7, 1fr)}.has-col-7>*{-ms-grid-column-span:7;grid-column:span 7}@media screen and (min-width: 992px){.has-col-7>*{-ms-grid-column-span:1;grid-column:span 1}}.has-col-7-xs>*{-ms-grid-column-span:7;grid-column:span 7}@media screen and (min-width: 992px){.has-col-7-xs>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 575.5px){.has-col-7-xs{-ms-grid-columns:(1fr)[7] !important;grid-template-columns:repeat(7, 1fr) !important}}.has-col-7-sm>*{-ms-grid-column-span:7;grid-column:span 7}@media screen and (min-width: 992px){.has-col-7-sm>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 576px){.has-col-7-sm{-ms-grid-columns:(1fr)[7] !important;grid-template-columns:repeat(7, 1fr) !important}}.has-col-7-md>*{-ms-grid-column-span:7;grid-column:span 7}@media screen and (min-width: 992px){.has-col-7-md>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 768px){.has-col-7-md{-ms-grid-columns:(1fr)[7] !important;grid-template-columns:repeat(7, 1fr) !important}}.has-col-7-lg>*{-ms-grid-column-span:7;grid-column:span 7}@media screen and (min-width: 992px){.has-col-7-lg>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 992px){.has-col-7-lg{-ms-grid-columns:(1fr)[7] !important;grid-template-columns:repeat(7, 1fr) !important}}.has-col-7-xl>*{-ms-grid-column-span:7;grid-column:span 7}@media screen and (min-width: 992px){.has-col-7-xl>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 1200px){.has-col-7-xl{-ms-grid-columns:(1fr)[7] !important;grid-template-columns:repeat(7, 1fr) !important}}.has-col-7-xxl>*{-ms-grid-column-span:7;grid-column:span 7}@media screen and (min-width: 992px){.has-col-7-xxl>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 1400px){.has-col-7-xxl{-ms-grid-columns:(1fr)[7] !important;grid-template-columns:repeat(7, 1fr) !important}}.has-col-8{-ms-grid-columns:(1fr)[8];grid-template-columns:repeat(8, 1fr)}.has-col-8>*{-ms-grid-column-span:8;grid-column:span 8}@media screen and (min-width: 992px){.has-col-8>*{-ms-grid-column-span:1;grid-column:span 1}}.has-col-8-xs>*{-ms-grid-column-span:8;grid-column:span 8}@media screen and (min-width: 992px){.has-col-8-xs>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 575.5px){.has-col-8-xs{-ms-grid-columns:(1fr)[8] !important;grid-template-columns:repeat(8, 1fr) !important}}.has-col-8-sm>*{-ms-grid-column-span:8;grid-column:span 8}@media screen and (min-width: 992px){.has-col-8-sm>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 576px){.has-col-8-sm{-ms-grid-columns:(1fr)[8] !important;grid-template-columns:repeat(8, 1fr) !important}}.has-col-8-md>*{-ms-grid-column-span:8;grid-column:span 8}@media screen and (min-width: 992px){.has-col-8-md>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 768px){.has-col-8-md{-ms-grid-columns:(1fr)[8] !important;grid-template-columns:repeat(8, 1fr) !important}}.has-col-8-lg>*{-ms-grid-column-span:8;grid-column:span 8}@media screen and (min-width: 992px){.has-col-8-lg>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 992px){.has-col-8-lg{-ms-grid-columns:(1fr)[8] !important;grid-template-columns:repeat(8, 1fr) !important}}.has-col-8-xl>*{-ms-grid-column-span:8;grid-column:span 8}@media screen and (min-width: 992px){.has-col-8-xl>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 1200px){.has-col-8-xl{-ms-grid-columns:(1fr)[8] !important;grid-template-columns:repeat(8, 1fr) !important}}.has-col-8-xxl>*{-ms-grid-column-span:8;grid-column:span 8}@media screen and (min-width: 992px){.has-col-8-xxl>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 1400px){.has-col-8-xxl{-ms-grid-columns:(1fr)[8] !important;grid-template-columns:repeat(8, 1fr) !important}}.has-col-9{-ms-grid-columns:(1fr)[9];grid-template-columns:repeat(9, 1fr)}.has-col-9>*{-ms-grid-column-span:9;grid-column:span 9}@media screen and (min-width: 992px){.has-col-9>*{-ms-grid-column-span:1;grid-column:span 1}}.has-col-9-xs>*{-ms-grid-column-span:9;grid-column:span 9}@media screen and (min-width: 992px){.has-col-9-xs>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 575.5px){.has-col-9-xs{-ms-grid-columns:(1fr)[9] !important;grid-template-columns:repeat(9, 1fr) !important}}.has-col-9-sm>*{-ms-grid-column-span:9;grid-column:span 9}@media screen and (min-width: 992px){.has-col-9-sm>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 576px){.has-col-9-sm{-ms-grid-columns:(1fr)[9] !important;grid-template-columns:repeat(9, 1fr) !important}}.has-col-9-md>*{-ms-grid-column-span:9;grid-column:span 9}@media screen and (min-width: 992px){.has-col-9-md>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 768px){.has-col-9-md{-ms-grid-columns:(1fr)[9] !important;grid-template-columns:repeat(9, 1fr) !important}}.has-col-9-lg>*{-ms-grid-column-span:9;grid-column:span 9}@media screen and (min-width: 992px){.has-col-9-lg>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 992px){.has-col-9-lg{-ms-grid-columns:(1fr)[9] !important;grid-template-columns:repeat(9, 1fr) !important}}.has-col-9-xl>*{-ms-grid-column-span:9;grid-column:span 9}@media screen and (min-width: 992px){.has-col-9-xl>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 1200px){.has-col-9-xl{-ms-grid-columns:(1fr)[9] !important;grid-template-columns:repeat(9, 1fr) !important}}.has-col-9-xxl>*{-ms-grid-column-span:9;grid-column:span 9}@media screen and (min-width: 992px){.has-col-9-xxl>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 1400px){.has-col-9-xxl{-ms-grid-columns:(1fr)[9] !important;grid-template-columns:repeat(9, 1fr) !important}}.has-col-10{-ms-grid-columns:(1fr)[10];grid-template-columns:repeat(10, 1fr)}.has-col-10>*{-ms-grid-column-span:10;grid-column:span 10}@media screen and (min-width: 992px){.has-col-10>*{-ms-grid-column-span:1;grid-column:span 1}}.has-col-10-xs>*{-ms-grid-column-span:10;grid-column:span 10}@media screen and (min-width: 992px){.has-col-10-xs>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 575.5px){.has-col-10-xs{-ms-grid-columns:(1fr)[10] !important;grid-template-columns:repeat(10, 1fr) !important}}.has-col-10-sm>*{-ms-grid-column-span:10;grid-column:span 10}@media screen and (min-width: 992px){.has-col-10-sm>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 576px){.has-col-10-sm{-ms-grid-columns:(1fr)[10] !important;grid-template-columns:repeat(10, 1fr) !important}}.has-col-10-md>*{-ms-grid-column-span:10;grid-column:span 10}@media screen and (min-width: 992px){.has-col-10-md>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 768px){.has-col-10-md{-ms-grid-columns:(1fr)[10] !important;grid-template-columns:repeat(10, 1fr) !important}}.has-col-10-lg>*{-ms-grid-column-span:10;grid-column:span 10}@media screen and (min-width: 992px){.has-col-10-lg>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 992px){.has-col-10-lg{-ms-grid-columns:(1fr)[10] !important;grid-template-columns:repeat(10, 1fr) !important}}.has-col-10-xl>*{-ms-grid-column-span:10;grid-column:span 10}@media screen and (min-width: 992px){.has-col-10-xl>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 1200px){.has-col-10-xl{-ms-grid-columns:(1fr)[10] !important;grid-template-columns:repeat(10, 1fr) !important}}.has-col-10-xxl>*{-ms-grid-column-span:10;grid-column:span 10}@media screen and (min-width: 992px){.has-col-10-xxl>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 1400px){.has-col-10-xxl{-ms-grid-columns:(1fr)[10] !important;grid-template-columns:repeat(10, 1fr) !important}}.has-col-11{-ms-grid-columns:(1fr)[11];grid-template-columns:repeat(11, 1fr)}.has-col-11>*{-ms-grid-column-span:11;grid-column:span 11}@media screen and (min-width: 992px){.has-col-11>*{-ms-grid-column-span:1;grid-column:span 1}}.has-col-11-xs>*{-ms-grid-column-span:11;grid-column:span 11}@media screen and (min-width: 992px){.has-col-11-xs>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 575.5px){.has-col-11-xs{-ms-grid-columns:(1fr)[11] !important;grid-template-columns:repeat(11, 1fr) !important}}.has-col-11-sm>*{-ms-grid-column-span:11;grid-column:span 11}@media screen and (min-width: 992px){.has-col-11-sm>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 576px){.has-col-11-sm{-ms-grid-columns:(1fr)[11] !important;grid-template-columns:repeat(11, 1fr) !important}}.has-col-11-md>*{-ms-grid-column-span:11;grid-column:span 11}@media screen and (min-width: 992px){.has-col-11-md>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 768px){.has-col-11-md{-ms-grid-columns:(1fr)[11] !important;grid-template-columns:repeat(11, 1fr) !important}}.has-col-11-lg>*{-ms-grid-column-span:11;grid-column:span 11}@media screen and (min-width: 992px){.has-col-11-lg>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 992px){.has-col-11-lg{-ms-grid-columns:(1fr)[11] !important;grid-template-columns:repeat(11, 1fr) !important}}.has-col-11-xl>*{-ms-grid-column-span:11;grid-column:span 11}@media screen and (min-width: 992px){.has-col-11-xl>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 1200px){.has-col-11-xl{-ms-grid-columns:(1fr)[11] !important;grid-template-columns:repeat(11, 1fr) !important}}.has-col-11-xxl>*{-ms-grid-column-span:11;grid-column:span 11}@media screen and (min-width: 992px){.has-col-11-xxl>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 1400px){.has-col-11-xxl{-ms-grid-columns:(1fr)[11] !important;grid-template-columns:repeat(11, 1fr) !important}}.has-col-12{-ms-grid-columns:(1fr)[12];grid-template-columns:repeat(12, 1fr)}.has-col-12>*{-ms-grid-column-span:12;grid-column:span 12}@media screen and (min-width: 992px){.has-col-12>*{-ms-grid-column-span:1;grid-column:span 1}}.has-col-12-xs>*{-ms-grid-column-span:12;grid-column:span 12}@media screen and (min-width: 992px){.has-col-12-xs>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 575.5px){.has-col-12-xs{-ms-grid-columns:(1fr)[12] !important;grid-template-columns:repeat(12, 1fr) !important}}.has-col-12-sm>*{-ms-grid-column-span:12;grid-column:span 12}@media screen and (min-width: 992px){.has-col-12-sm>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 576px){.has-col-12-sm{-ms-grid-columns:(1fr)[12] !important;grid-template-columns:repeat(12, 1fr) !important}}.has-col-12-md>*{-ms-grid-column-span:12;grid-column:span 12}@media screen and (min-width: 992px){.has-col-12-md>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 768px){.has-col-12-md{-ms-grid-columns:(1fr)[12] !important;grid-template-columns:repeat(12, 1fr) !important}}.has-col-12-lg>*{-ms-grid-column-span:12;grid-column:span 12}@media screen and (min-width: 992px){.has-col-12-lg>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 992px){.has-col-12-lg{-ms-grid-columns:(1fr)[12] !important;grid-template-columns:repeat(12, 1fr) !important}}.has-col-12-xl>*{-ms-grid-column-span:12;grid-column:span 12}@media screen and (min-width: 992px){.has-col-12-xl>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 1200px){.has-col-12-xl{-ms-grid-columns:(1fr)[12] !important;grid-template-columns:repeat(12, 1fr) !important}}.has-col-12-xxl>*{-ms-grid-column-span:12;grid-column:span 12}@media screen and (min-width: 992px){.has-col-12-xxl>*{-ms-grid-column-span:1;grid-column:span 1}}@media screen and (min-width: 1400px){.has-col-12-xxl{-ms-grid-columns:(1fr)[12] !important;grid-template-columns:repeat(12, 1fr) !important}}.is-row-1{-ms-grid-row-span:1;grid-row:span 1}@media screen and (min-width: 575.5px){.is-row-1-xs{-ms-grid-row-span:1 !important;grid-row:span 1 !important}}.is-row-2{-ms-grid-row-span:2;grid-row:span 2}@media screen and (min-width: 575.5px){.is-row-2-xs{-ms-grid-row-span:2 !important;grid-row:span 2 !important}}.is-row-3{-ms-grid-row-span:3;grid-row:span 3}@media screen and (min-width: 575.5px){.is-row-3-xs{-ms-grid-row-span:3 !important;grid-row:span 3 !important}}.is-row-4{-ms-grid-row-span:4;grid-row:span 4}@media screen and (min-width: 575.5px){.is-row-4-xs{-ms-grid-row-span:4 !important;grid-row:span 4 !important}}.is-row-5{-ms-grid-row-span:5;grid-row:span 5}@media screen and (min-width: 575.5px){.is-row-5-xs{-ms-grid-row-span:5 !important;grid-row:span 5 !important}}.is-row-6{-ms-grid-row-span:6;grid-row:span 6}@media screen and (min-width: 575.5px){.is-row-6-xs{-ms-grid-row-span:6 !important;grid-row:span 6 !important}}.is-row-7{-ms-grid-row-span:7;grid-row:span 7}@media screen and (min-width: 575.5px){.is-row-7-xs{-ms-grid-row-span:7 !important;grid-row:span 7 !important}}.is-row-8{-ms-grid-row-span:8;grid-row:span 8}@media screen and (min-width: 575.5px){.is-row-8-xs{-ms-grid-row-span:8 !important;grid-row:span 8 !important}}.is-row-9{-ms-grid-row-span:9;grid-row:span 9}@media screen and (min-width: 575.5px){.is-row-9-xs{-ms-grid-row-span:9 !important;grid-row:span 9 !important}}.is-row-10{-ms-grid-row-span:10;grid-row:span 10}@media screen and (min-width: 575.5px){.is-row-10-xs{-ms-grid-row-span:10 !important;grid-row:span 10 !important}}.is-row-11{-ms-grid-row-span:11;grid-row:span 11}@media screen and (min-width: 575.5px){.is-row-11-xs{-ms-grid-row-span:11 !important;grid-row:span 11 !important}}.is-row-12{-ms-grid-row-span:12;grid-row:span 12}@media screen and (min-width: 575.5px){.is-row-12-xs{-ms-grid-row-span:12 !important;grid-row:span 12 !important}}.is-row-1{-ms-grid-row-span:1;grid-row:span 1}@media screen and (min-width: 576px){.is-row-1-sm{-ms-grid-row-span:1 !important;grid-row:span 1 !important}}.is-row-2{-ms-grid-row-span:2;grid-row:span 2}@media screen and (min-width: 576px){.is-row-2-sm{-ms-grid-row-span:2 !important;grid-row:span 2 !important}}.is-row-3{-ms-grid-row-span:3;grid-row:span 3}@media screen and (min-width: 576px){.is-row-3-sm{-ms-grid-row-span:3 !important;grid-row:span 3 !important}}.is-row-4{-ms-grid-row-span:4;grid-row:span 4}@media screen and (min-width: 576px){.is-row-4-sm{-ms-grid-row-span:4 !important;grid-row:span 4 !important}}.is-row-5{-ms-grid-row-span:5;grid-row:span 5}@media screen and (min-width: 576px){.is-row-5-sm{-ms-grid-row-span:5 !important;grid-row:span 5 !important}}.is-row-6{-ms-grid-row-span:6;grid-row:span 6}@media screen and (min-width: 576px){.is-row-6-sm{-ms-grid-row-span:6 !important;grid-row:span 6 !important}}.is-row-7{-ms-grid-row-span:7;grid-row:span 7}@media screen and (min-width: 576px){.is-row-7-sm{-ms-grid-row-span:7 !important;grid-row:span 7 !important}}.is-row-8{-ms-grid-row-span:8;grid-row:span 8}@media screen and (min-width: 576px){.is-row-8-sm{-ms-grid-row-span:8 !important;grid-row:span 8 !important}}.is-row-9{-ms-grid-row-span:9;grid-row:span 9}@media screen and (min-width: 576px){.is-row-9-sm{-ms-grid-row-span:9 !important;grid-row:span 9 !important}}.is-row-10{-ms-grid-row-span:10;grid-row:span 10}@media screen and (min-width: 576px){.is-row-10-sm{-ms-grid-row-span:10 !important;grid-row:span 10 !important}}.is-row-11{-ms-grid-row-span:11;grid-row:span 11}@media screen and (min-width: 576px){.is-row-11-sm{-ms-grid-row-span:11 !important;grid-row:span 11 !important}}.is-row-12{-ms-grid-row-span:12;grid-row:span 12}@media screen and (min-width: 576px){.is-row-12-sm{-ms-grid-row-span:12 !important;grid-row:span 12 !important}}.is-row-1{-ms-grid-row-span:1;grid-row:span 1}@media screen and (min-width: 768px){.is-row-1-md{-ms-grid-row-span:1 !important;grid-row:span 1 !important}}.is-row-2{-ms-grid-row-span:2;grid-row:span 2}@media screen and (min-width: 768px){.is-row-2-md{-ms-grid-row-span:2 !important;grid-row:span 2 !important}}.is-row-3{-ms-grid-row-span:3;grid-row:span 3}@media screen and (min-width: 768px){.is-row-3-md{-ms-grid-row-span:3 !important;grid-row:span 3 !important}}.is-row-4{-ms-grid-row-span:4;grid-row:span 4}@media screen and (min-width: 768px){.is-row-4-md{-ms-grid-row-span:4 !important;grid-row:span 4 !important}}.is-row-5{-ms-grid-row-span:5;grid-row:span 5}@media screen and (min-width: 768px){.is-row-5-md{-ms-grid-row-span:5 !important;grid-row:span 5 !important}}.is-row-6{-ms-grid-row-span:6;grid-row:span 6}@media screen and (min-width: 768px){.is-row-6-md{-ms-grid-row-span:6 !important;grid-row:span 6 !important}}.is-row-7{-ms-grid-row-span:7;grid-row:span 7}@media screen and (min-width: 768px){.is-row-7-md{-ms-grid-row-span:7 !important;grid-row:span 7 !important}}.is-row-8{-ms-grid-row-span:8;grid-row:span 8}@media screen and (min-width: 768px){.is-row-8-md{-ms-grid-row-span:8 !important;grid-row:span 8 !important}}.is-row-9{-ms-grid-row-span:9;grid-row:span 9}@media screen and (min-width: 768px){.is-row-9-md{-ms-grid-row-span:9 !important;grid-row:span 9 !important}}.is-row-10{-ms-grid-row-span:10;grid-row:span 10}@media screen and (min-width: 768px){.is-row-10-md{-ms-grid-row-span:10 !important;grid-row:span 10 !important}}.is-row-11{-ms-grid-row-span:11;grid-row:span 11}@media screen and (min-width: 768px){.is-row-11-md{-ms-grid-row-span:11 !important;grid-row:span 11 !important}}.is-row-12{-ms-grid-row-span:12;grid-row:span 12}@media screen and (min-width: 768px){.is-row-12-md{-ms-grid-row-span:12 !important;grid-row:span 12 !important}}.is-row-1{-ms-grid-row-span:1;grid-row:span 1}@media screen and (min-width: 992px){.is-row-1-lg{-ms-grid-row-span:1 !important;grid-row:span 1 !important}}.is-row-2{-ms-grid-row-span:2;grid-row:span 2}@media screen and (min-width: 992px){.is-row-2-lg{-ms-grid-row-span:2 !important;grid-row:span 2 !important}}.is-row-3{-ms-grid-row-span:3;grid-row:span 3}@media screen and (min-width: 992px){.is-row-3-lg{-ms-grid-row-span:3 !important;grid-row:span 3 !important}}.is-row-4{-ms-grid-row-span:4;grid-row:span 4}@media screen and (min-width: 992px){.is-row-4-lg{-ms-grid-row-span:4 !important;grid-row:span 4 !important}}.is-row-5{-ms-grid-row-span:5;grid-row:span 5}@media screen and (min-width: 992px){.is-row-5-lg{-ms-grid-row-span:5 !important;grid-row:span 5 !important}}.is-row-6{-ms-grid-row-span:6;grid-row:span 6}@media screen and (min-width: 992px){.is-row-6-lg{-ms-grid-row-span:6 !important;grid-row:span 6 !important}}.is-row-7{-ms-grid-row-span:7;grid-row:span 7}@media screen and (min-width: 992px){.is-row-7-lg{-ms-grid-row-span:7 !important;grid-row:span 7 !important}}.is-row-8{-ms-grid-row-span:8;grid-row:span 8}@media screen and (min-width: 992px){.is-row-8-lg{-ms-grid-row-span:8 !important;grid-row:span 8 !important}}.is-row-9{-ms-grid-row-span:9;grid-row:span 9}@media screen and (min-width: 992px){.is-row-9-lg{-ms-grid-row-span:9 !important;grid-row:span 9 !important}}.is-row-10{-ms-grid-row-span:10;grid-row:span 10}@media screen and (min-width: 992px){.is-row-10-lg{-ms-grid-row-span:10 !important;grid-row:span 10 !important}}.is-row-11{-ms-grid-row-span:11;grid-row:span 11}@media screen and (min-width: 992px){.is-row-11-lg{-ms-grid-row-span:11 !important;grid-row:span 11 !important}}.is-row-12{-ms-grid-row-span:12;grid-row:span 12}@media screen and (min-width: 992px){.is-row-12-lg{-ms-grid-row-span:12 !important;grid-row:span 12 !important}}.is-row-1{-ms-grid-row-span:1;grid-row:span 1}@media screen and (min-width: 1200px){.is-row-1-xl{-ms-grid-row-span:1 !important;grid-row:span 1 !important}}.is-row-2{-ms-grid-row-span:2;grid-row:span 2}@media screen and (min-width: 1200px){.is-row-2-xl{-ms-grid-row-span:2 !important;grid-row:span 2 !important}}.is-row-3{-ms-grid-row-span:3;grid-row:span 3}@media screen and (min-width: 1200px){.is-row-3-xl{-ms-grid-row-span:3 !important;grid-row:span 3 !important}}.is-row-4{-ms-grid-row-span:4;grid-row:span 4}@media screen and (min-width: 1200px){.is-row-4-xl{-ms-grid-row-span:4 !important;grid-row:span 4 !important}}.is-row-5{-ms-grid-row-span:5;grid-row:span 5}@media screen and (min-width: 1200px){.is-row-5-xl{-ms-grid-row-span:5 !important;grid-row:span 5 !important}}.is-row-6{-ms-grid-row-span:6;grid-row:span 6}@media screen and (min-width: 1200px){.is-row-6-xl{-ms-grid-row-span:6 !important;grid-row:span 6 !important}}.is-row-7{-ms-grid-row-span:7;grid-row:span 7}@media screen and (min-width: 1200px){.is-row-7-xl{-ms-grid-row-span:7 !important;grid-row:span 7 !important}}.is-row-8{-ms-grid-row-span:8;grid-row:span 8}@media screen and (min-width: 1200px){.is-row-8-xl{-ms-grid-row-span:8 !important;grid-row:span 8 !important}}.is-row-9{-ms-grid-row-span:9;grid-row:span 9}@media screen and (min-width: 1200px){.is-row-9-xl{-ms-grid-row-span:9 !important;grid-row:span 9 !important}}.is-row-10{-ms-grid-row-span:10;grid-row:span 10}@media screen and (min-width: 1200px){.is-row-10-xl{-ms-grid-row-span:10 !important;grid-row:span 10 !important}}.is-row-11{-ms-grid-row-span:11;grid-row:span 11}@media screen and (min-width: 1200px){.is-row-11-xl{-ms-grid-row-span:11 !important;grid-row:span 11 !important}}.is-row-12{-ms-grid-row-span:12;grid-row:span 12}@media screen and (min-width: 1200px){.is-row-12-xl{-ms-grid-row-span:12 !important;grid-row:span 12 !important}}.is-row-1{-ms-grid-row-span:1;grid-row:span 1}@media screen and (min-width: 1400px){.is-row-1-xxl{-ms-grid-row-span:1 !important;grid-row:span 1 !important}}.is-row-2{-ms-grid-row-span:2;grid-row:span 2}@media screen and (min-width: 1400px){.is-row-2-xxl{-ms-grid-row-span:2 !important;grid-row:span 2 !important}}.is-row-3{-ms-grid-row-span:3;grid-row:span 3}@media screen and (min-width: 1400px){.is-row-3-xxl{-ms-grid-row-span:3 !important;grid-row:span 3 !important}}.is-row-4{-ms-grid-row-span:4;grid-row:span 4}@media screen and (min-width: 1400px){.is-row-4-xxl{-ms-grid-row-span:4 !important;grid-row:span 4 !important}}.is-row-5{-ms-grid-row-span:5;grid-row:span 5}@media screen and (min-width: 1400px){.is-row-5-xxl{-ms-grid-row-span:5 !important;grid-row:span 5 !important}}.is-row-6{-ms-grid-row-span:6;grid-row:span 6}@media screen and (min-width: 1400px){.is-row-6-xxl{-ms-grid-row-span:6 !important;grid-row:span 6 !important}}.is-row-7{-ms-grid-row-span:7;grid-row:span 7}@media screen and (min-width: 1400px){.is-row-7-xxl{-ms-grid-row-span:7 !important;grid-row:span 7 !important}}.is-row-8{-ms-grid-row-span:8;grid-row:span 8}@media screen and (min-width: 1400px){.is-row-8-xxl{-ms-grid-row-span:8 !important;grid-row:span 8 !important}}.is-row-9{-ms-grid-row-span:9;grid-row:span 9}@media screen and (min-width: 1400px){.is-row-9-xxl{-ms-grid-row-span:9 !important;grid-row:span 9 !important}}.is-row-10{-ms-grid-row-span:10;grid-row:span 10}@media screen and (min-width: 1400px){.is-row-10-xxl{-ms-grid-row-span:10 !important;grid-row:span 10 !important}}.is-row-11{-ms-grid-row-span:11;grid-row:span 11}@media screen and (min-width: 1400px){.is-row-11-xxl{-ms-grid-row-span:11 !important;grid-row:span 11 !important}}.is-row-12{-ms-grid-row-span:12;grid-row:span 12}@media screen and (min-width: 1400px){.is-row-12-xxl{-ms-grid-row-span:12 !important;grid-row:span 12 !important}}.is-col-1{-ms-grid-column-span:1;grid-column:span 1}@media screen and (min-width: 575.5px){.is-col-1-xs{-ms-grid-column-span:1 !important;grid-column:span 1 !important}}.is-col-2{-ms-grid-column-span:2;grid-column:span 2}@media screen and (min-width: 575.5px){.is-col-2-xs{-ms-grid-column-span:2 !important;grid-column:span 2 !important}}.is-col-3{-ms-grid-column-span:3;grid-column:span 3}@media screen and (min-width: 575.5px){.is-col-3-xs{-ms-grid-column-span:3 !important;grid-column:span 3 !important}}.is-col-4{-ms-grid-column-span:4;grid-column:span 4}@media screen and (min-width: 575.5px){.is-col-4-xs{-ms-grid-column-span:4 !important;grid-column:span 4 !important}}.is-col-5{-ms-grid-column-span:5;grid-column:span 5}@media screen and (min-width: 575.5px){.is-col-5-xs{-ms-grid-column-span:5 !important;grid-column:span 5 !important}}.is-col-6{-ms-grid-column-span:6;grid-column:span 6}@media screen and (min-width: 575.5px){.is-col-6-xs{-ms-grid-column-span:6 !important;grid-column:span 6 !important}}.is-col-7{-ms-grid-column-span:7;grid-column:span 7}@media screen and (min-width: 575.5px){.is-col-7-xs{-ms-grid-column-span:7 !important;grid-column:span 7 !important}}.is-col-8{-ms-grid-column-span:8;grid-column:span 8}@media screen and (min-width: 575.5px){.is-col-8-xs{-ms-grid-column-span:8 !important;grid-column:span 8 !important}}.is-col-9{-ms-grid-column-span:9;grid-column:span 9}@media screen and (min-width: 575.5px){.is-col-9-xs{-ms-grid-column-span:9 !important;grid-column:span 9 !important}}.is-col-10{-ms-grid-column-span:10;grid-column:span 10}@media screen and (min-width: 575.5px){.is-col-10-xs{-ms-grid-column-span:10 !important;grid-column:span 10 !important}}.is-col-11{-ms-grid-column-span:11;grid-column:span 11}@media screen and (min-width: 575.5px){.is-col-11-xs{-ms-grid-column-span:11 !important;grid-column:span 11 !important}}.is-col-12{-ms-grid-column-span:12;grid-column:span 12}@media screen and (min-width: 575.5px){.is-col-12-xs{-ms-grid-column-span:12 !important;grid-column:span 12 !important}}.is-col-1{-ms-grid-column-span:1;grid-column:span 1}@media screen and (min-width: 576px){.is-col-1-sm{-ms-grid-column-span:1 !important;grid-column:span 1 !important}}.is-col-2{-ms-grid-column-span:2;grid-column:span 2}@media screen and (min-width: 576px){.is-col-2-sm{-ms-grid-column-span:2 !important;grid-column:span 2 !important}}.is-col-3{-ms-grid-column-span:3;grid-column:span 3}@media screen and (min-width: 576px){.is-col-3-sm{-ms-grid-column-span:3 !important;grid-column:span 3 !important}}.is-col-4{-ms-grid-column-span:4;grid-column:span 4}@media screen and (min-width: 576px){.is-col-4-sm{-ms-grid-column-span:4 !important;grid-column:span 4 !important}}.is-col-5{-ms-grid-column-span:5;grid-column:span 5}@media screen and (min-width: 576px){.is-col-5-sm{-ms-grid-column-span:5 !important;grid-column:span 5 !important}}.is-col-6{-ms-grid-column-span:6;grid-column:span 6}@media screen and (min-width: 576px){.is-col-6-sm{-ms-grid-column-span:6 !important;grid-column:span 6 !important}}.is-col-7{-ms-grid-column-span:7;grid-column:span 7}@media screen and (min-width: 576px){.is-col-7-sm{-ms-grid-column-span:7 !important;grid-column:span 7 !important}}.is-col-8{-ms-grid-column-span:8;grid-column:span 8}@media screen and (min-width: 576px){.is-col-8-sm{-ms-grid-column-span:8 !important;grid-column:span 8 !important}}.is-col-9{-ms-grid-column-span:9;grid-column:span 9}@media screen and (min-width: 576px){.is-col-9-sm{-ms-grid-column-span:9 !important;grid-column:span 9 !important}}.is-col-10{-ms-grid-column-span:10;grid-column:span 10}@media screen and (min-width: 576px){.is-col-10-sm{-ms-grid-column-span:10 !important;grid-column:span 10 !important}}.is-col-11{-ms-grid-column-span:11;grid-column:span 11}@media screen and (min-width: 576px){.is-col-11-sm{-ms-grid-column-span:11 !important;grid-column:span 11 !important}}.is-col-12{-ms-grid-column-span:12;grid-column:span 12}@media screen and (min-width: 576px){.is-col-12-sm{-ms-grid-column-span:12 !important;grid-column:span 12 !important}}.is-col-1{-ms-grid-column-span:1;grid-column:span 1}@media screen and (min-width: 768px){.is-col-1-md{-ms-grid-column-span:1 !important;grid-column:span 1 !important}}.is-col-2{-ms-grid-column-span:2;grid-column:span 2}@media screen and (min-width: 768px){.is-col-2-md{-ms-grid-column-span:2 !important;grid-column:span 2 !important}}.is-col-3{-ms-grid-column-span:3;grid-column:span 3}@media screen and (min-width: 768px){.is-col-3-md{-ms-grid-column-span:3 !important;grid-column:span 3 !important}}.is-col-4{-ms-grid-column-span:4;grid-column:span 4}@media screen and (min-width: 768px){.is-col-4-md{-ms-grid-column-span:4 !important;grid-column:span 4 !important}}.is-col-5{-ms-grid-column-span:5;grid-column:span 5}@media screen and (min-width: 768px){.is-col-5-md{-ms-grid-column-span:5 !important;grid-column:span 5 !important}}.is-col-6{-ms-grid-column-span:6;grid-column:span 6}@media screen and (min-width: 768px){.is-col-6-md{-ms-grid-column-span:6 !important;grid-column:span 6 !important}}.is-col-7{-ms-grid-column-span:7;grid-column:span 7}@media screen and (min-width: 768px){.is-col-7-md{-ms-grid-column-span:7 !important;grid-column:span 7 !important}}.is-col-8{-ms-grid-column-span:8;grid-column:span 8}@media screen and (min-width: 768px){.is-col-8-md{-ms-grid-column-span:8 !important;grid-column:span 8 !important}}.is-col-9{-ms-grid-column-span:9;grid-column:span 9}@media screen and (min-width: 768px){.is-col-9-md{-ms-grid-column-span:9 !important;grid-column:span 9 !important}}.is-col-10{-ms-grid-column-span:10;grid-column:span 10}@media screen and (min-width: 768px){.is-col-10-md{-ms-grid-column-span:10 !important;grid-column:span 10 !important}}.is-col-11{-ms-grid-column-span:11;grid-column:span 11}@media screen and (min-width: 768px){.is-col-11-md{-ms-grid-column-span:11 !important;grid-column:span 11 !important}}.is-col-12{-ms-grid-column-span:12;grid-column:span 12}@media screen and (min-width: 768px){.is-col-12-md{-ms-grid-column-span:12 !important;grid-column:span 12 !important}}.is-col-1{-ms-grid-column-span:1;grid-column:span 1}@media screen and (min-width: 992px){.is-col-1-lg{-ms-grid-column-span:1 !important;grid-column:span 1 !important}}.is-col-2{-ms-grid-column-span:2;grid-column:span 2}@media screen and (min-width: 992px){.is-col-2-lg{-ms-grid-column-span:2 !important;grid-column:span 2 !important}}.is-col-3{-ms-grid-column-span:3;grid-column:span 3}@media screen and (min-width: 992px){.is-col-3-lg{-ms-grid-column-span:3 !important;grid-column:span 3 !important}}.is-col-4{-ms-grid-column-span:4;grid-column:span 4}@media screen and (min-width: 992px){.is-col-4-lg{-ms-grid-column-span:4 !important;grid-column:span 4 !important}}.is-col-5{-ms-grid-column-span:5;grid-column:span 5}@media screen and (min-width: 992px){.is-col-5-lg{-ms-grid-column-span:5 !important;grid-column:span 5 !important}}.is-col-6{-ms-grid-column-span:6;grid-column:span 6}@media screen and (min-width: 992px){.is-col-6-lg{-ms-grid-column-span:6 !important;grid-column:span 6 !important}}.is-col-7{-ms-grid-column-span:7;grid-column:span 7}@media screen and (min-width: 992px){.is-col-7-lg{-ms-grid-column-span:7 !important;grid-column:span 7 !important}}.is-col-8{-ms-grid-column-span:8;grid-column:span 8}@media screen and (min-width: 992px){.is-col-8-lg{-ms-grid-column-span:8 !important;grid-column:span 8 !important}}.is-col-9{-ms-grid-column-span:9;grid-column:span 9}@media screen and (min-width: 992px){.is-col-9-lg{-ms-grid-column-span:9 !important;grid-column:span 9 !important}}.is-col-10{-ms-grid-column-span:10;grid-column:span 10}@media screen and (min-width: 992px){.is-col-10-lg{-ms-grid-column-span:10 !important;grid-column:span 10 !important}}.is-col-11{-ms-grid-column-span:11;grid-column:span 11}@media screen and (min-width: 992px){.is-col-11-lg{-ms-grid-column-span:11 !important;grid-column:span 11 !important}}.is-col-12{-ms-grid-column-span:12;grid-column:span 12}@media screen and (min-width: 992px){.is-col-12-lg{-ms-grid-column-span:12 !important;grid-column:span 12 !important}}.is-col-1{-ms-grid-column-span:1;grid-column:span 1}@media screen and (min-width: 1200px){.is-col-1-xl{-ms-grid-column-span:1 !important;grid-column:span 1 !important}}.is-col-2{-ms-grid-column-span:2;grid-column:span 2}@media screen and (min-width: 1200px){.is-col-2-xl{-ms-grid-column-span:2 !important;grid-column:span 2 !important}}.is-col-3{-ms-grid-column-span:3;grid-column:span 3}@media screen and (min-width: 1200px){.is-col-3-xl{-ms-grid-column-span:3 !important;grid-column:span 3 !important}}.is-col-4{-ms-grid-column-span:4;grid-column:span 4}@media screen and (min-width: 1200px){.is-col-4-xl{-ms-grid-column-span:4 !important;grid-column:span 4 !important}}.is-col-5{-ms-grid-column-span:5;grid-column:span 5}@media screen and (min-width: 1200px){.is-col-5-xl{-ms-grid-column-span:5 !important;grid-column:span 5 !important}}.is-col-6{-ms-grid-column-span:6;grid-column:span 6}@media screen and (min-width: 1200px){.is-col-6-xl{-ms-grid-column-span:6 !important;grid-column:span 6 !important}}.is-col-7{-ms-grid-column-span:7;grid-column:span 7}@media screen and (min-width: 1200px){.is-col-7-xl{-ms-grid-column-span:7 !important;grid-column:span 7 !important}}.is-col-8{-ms-grid-column-span:8;grid-column:span 8}@media screen and (min-width: 1200px){.is-col-8-xl{-ms-grid-column-span:8 !important;grid-column:span 8 !important}}.is-col-9{-ms-grid-column-span:9;grid-column:span 9}@media screen and (min-width: 1200px){.is-col-9-xl{-ms-grid-column-span:9 !important;grid-column:span 9 !important}}.is-col-10{-ms-grid-column-span:10;grid-column:span 10}@media screen and (min-width: 1200px){.is-col-10-xl{-ms-grid-column-span:10 !important;grid-column:span 10 !important}}.is-col-11{-ms-grid-column-span:11;grid-column:span 11}@media screen and (min-width: 1200px){.is-col-11-xl{-ms-grid-column-span:11 !important;grid-column:span 11 !important}}.is-col-12{-ms-grid-column-span:12;grid-column:span 12}@media screen and (min-width: 1200px){.is-col-12-xl{-ms-grid-column-span:12 !important;grid-column:span 12 !important}}.is-col-1{-ms-grid-column-span:1;grid-column:span 1}@media screen and (min-width: 1400px){.is-col-1-xxl{-ms-grid-column-span:1 !important;grid-column:span 1 !important}}.is-col-2{-ms-grid-column-span:2;grid-column:span 2}@media screen and (min-width: 1400px){.is-col-2-xxl{-ms-grid-column-span:2 !important;grid-column:span 2 !important}}.is-col-3{-ms-grid-column-span:3;grid-column:span 3}@media screen and (min-width: 1400px){.is-col-3-xxl{-ms-grid-column-span:3 !important;grid-column:span 3 !important}}.is-col-4{-ms-grid-column-span:4;grid-column:span 4}@media screen and (min-width: 1400px){.is-col-4-xxl{-ms-grid-column-span:4 !important;grid-column:span 4 !important}}.is-col-5{-ms-grid-column-span:5;grid-column:span 5}@media screen and (min-width: 1400px){.is-col-5-xxl{-ms-grid-column-span:5 !important;grid-column:span 5 !important}}.is-col-6{-ms-grid-column-span:6;grid-column:span 6}@media screen and (min-width: 1400px){.is-col-6-xxl{-ms-grid-column-span:6 !important;grid-column:span 6 !important}}.is-col-7{-ms-grid-column-span:7;grid-column:span 7}@media screen and (min-width: 1400px){.is-col-7-xxl{-ms-grid-column-span:7 !important;grid-column:span 7 !important}}.is-col-8{-ms-grid-column-span:8;grid-column:span 8}@media screen and (min-width: 1400px){.is-col-8-xxl{-ms-grid-column-span:8 !important;grid-column:span 8 !important}}.is-col-9{-ms-grid-column-span:9;grid-column:span 9}@media screen and (min-width: 1400px){.is-col-9-xxl{-ms-grid-column-span:9 !important;grid-column:span 9 !important}}.is-col-10{-ms-grid-column-span:10;grid-column:span 10}@media screen and (min-width: 1400px){.is-col-10-xxl{-ms-grid-column-span:10 !important;grid-column:span 10 !important}}.is-col-11{-ms-grid-column-span:11;grid-column:span 11}@media screen and (min-width: 1400px){.is-col-11-xxl{-ms-grid-column-span:11 !important;grid-column:span 11 !important}}.is-col-12{-ms-grid-column-span:12;grid-column:span 12}@media screen and (min-width: 1400px){.is-col-12-xxl{-ms-grid-column-span:12 !important;grid-column:span 12 !important}}.has-row-gap{grid-row-gap:var(--spacing)}.has-row-gap-md{grid-row-gap:var(--spacing-md)}.has-row-gap-lg{grid-row-gap:var(--spacing-lg)}.has-no-row-gap{grid-row-gap:0}.has-col-gap{grid-column-gap:var(--spacing)}.has-col-gap-md{grid-column-gap:var(--spacing-md)}.has-col-gap-lg{grid-column-gap:var(--spacing-lg)}.has-no-col-gap{grid-column-gap:0}.is-ltr{direction:ltr}@media screen and (min-width: 575.5px){.is-ltr-xs{direction:ltr}}.is-ltr{direction:ltr}@media screen and (min-width: 576px){.is-ltr-sm{direction:ltr}}.is-ltr{direction:ltr}@media screen and (min-width: 768px){.is-ltr-md{direction:ltr}}.is-ltr{direction:ltr}@media screen and (min-width: 992px){.is-ltr-lg{direction:ltr}}.is-ltr{direction:ltr}@media screen and (min-width: 1200px){.is-ltr-xl{direction:ltr}}.is-ltr{direction:ltr}@media screen and (min-width: 1400px){.is-ltr-xxl{direction:ltr}}.is-rtl{direction:rtl}@media screen and (min-width: 575.5px){.is-rtl-xs{direction:rtl}}.is-rtl{direction:rtl}@media screen and (min-width: 576px){.is-rtl-sm{direction:rtl}}.is-rtl{direction:rtl}@media screen and (min-width: 768px){.is-rtl-md{direction:rtl}}.is-rtl{direction:rtl}@media screen and (min-width: 992px){.is-rtl-lg{direction:rtl}}.is-rtl{direction:rtl}@media screen and (min-width: 1200px){.is-rtl-xl{direction:rtl}}.is-rtl{direction:rtl}@media screen and (min-width: 1400px){.is-rtl-xxl{direction:rtl}}.is-placed-left{-ms-grid-row-align:left;-ms-grid-column-align:left;place-self:left}.is-placed-right{-ms-grid-row-align:right;-ms-grid-column-align:right;place-self:right}.is-placed-center{-ms-grid-row-align:center;-ms-grid-column-align:center;place-self:center}.is-placed-start{-ms-grid-row-align:start;-ms-grid-column-align:start;place-self:start}.is-placed-normal{-ms-grid-row-align:normal;-ms-grid-column-align:normal;place-self:normal}.is-order-1{-webkit-box-ordinal-group:2;order:1}@media screen and (min-width: 575.5px){.is-order-1-xs{-webkit-box-ordinal-group:2;order:1}}@media screen and (min-width: 576px){.is-order-1-sm{-webkit-box-ordinal-group:2;order:1}}@media screen and (min-width: 768px){.is-order-1-md{-webkit-box-ordinal-group:2;order:1}}@media screen and (min-width: 992px){.is-order-1-lg{-webkit-box-ordinal-group:2;order:1}}@media screen and (min-width: 1200px){.is-order-1-xl{-webkit-box-ordinal-group:2;order:1}}@media screen and (min-width: 1400px){.is-order-1-xxl{-webkit-box-ordinal-group:2;order:1}}.is-order-2{-webkit-box-ordinal-group:3;order:2}@media screen and (min-width: 575.5px){.is-order-2-xs{-webkit-box-ordinal-group:3;order:2}}@media screen and (min-width: 576px){.is-order-2-sm{-webkit-box-ordinal-group:3;order:2}}@media screen and (min-width: 768px){.is-order-2-md{-webkit-box-ordinal-group:3;order:2}}@media screen and (min-width: 992px){.is-order-2-lg{-webkit-box-ordinal-group:3;order:2}}@media screen and (min-width: 1200px){.is-order-2-xl{-webkit-box-ordinal-group:3;order:2}}@media screen and (min-width: 1400px){.is-order-2-xxl{-webkit-box-ordinal-group:3;order:2}}.is-order-3{-webkit-box-ordinal-group:4;order:3}@media screen and (min-width: 575.5px){.is-order-3-xs{-webkit-box-ordinal-group:4;order:3}}@media screen and (min-width: 576px){.is-order-3-sm{-webkit-box-ordinal-group:4;order:3}}@media screen and (min-width: 768px){.is-order-3-md{-webkit-box-ordinal-group:4;order:3}}@media screen and (min-width: 992px){.is-order-3-lg{-webkit-box-ordinal-group:4;order:3}}@media screen and (min-width: 1200px){.is-order-3-xl{-webkit-box-ordinal-group:4;order:3}}@media screen and (min-width: 1400px){.is-order-3-xxl{-webkit-box-ordinal-group:4;order:3}}.is-order-4{-webkit-box-ordinal-group:5;order:4}@media screen and (min-width: 575.5px){.is-order-4-xs{-webkit-box-ordinal-group:5;order:4}}@media screen and (min-width: 576px){.is-order-4-sm{-webkit-box-ordinal-group:5;order:4}}@media screen and (min-width: 768px){.is-order-4-md{-webkit-box-ordinal-group:5;order:4}}@media screen and (min-width: 992px){.is-order-4-lg{-webkit-box-ordinal-group:5;order:4}}@media screen and (min-width: 1200px){.is-order-4-xl{-webkit-box-ordinal-group:5;order:4}}@media screen and (min-width: 1400px){.is-order-4-xxl{-webkit-box-ordinal-group:5;order:4}}.is-order-5{-webkit-box-ordinal-group:6;order:5}@media screen and (min-width: 575.5px){.is-order-5-xs{-webkit-box-ordinal-group:6;order:5}}@media screen and (min-width: 576px){.is-order-5-sm{-webkit-box-ordinal-group:6;order:5}}@media screen and (min-width: 768px){.is-order-5-md{-webkit-box-ordinal-group:6;order:5}}@media screen and (min-width: 992px){.is-order-5-lg{-webkit-box-ordinal-group:6;order:5}}@media screen and (min-width: 1200px){.is-order-5-xl{-webkit-box-ordinal-group:6;order:5}}@media screen and (min-width: 1400px){.is-order-5-xxl{-webkit-box-ordinal-group:6;order:5}}.is-order-6{-webkit-box-ordinal-group:7;order:6}@media screen and (min-width: 575.5px){.is-order-6-xs{-webkit-box-ordinal-group:7;order:6}}@media screen and (min-width: 576px){.is-order-6-sm{-webkit-box-ordinal-group:7;order:6}}@media screen and (min-width: 768px){.is-order-6-md{-webkit-box-ordinal-group:7;order:6}}@media screen and (min-width: 992px){.is-order-6-lg{-webkit-box-ordinal-group:7;order:6}}@media screen and (min-width: 1200px){.is-order-6-xl{-webkit-box-ordinal-group:7;order:6}}@media screen and (min-width: 1400px){.is-order-6-xxl{-webkit-box-ordinal-group:7;order:6}}.is-order-7{-webkit-box-ordinal-group:8;order:7}@media screen and (min-width: 575.5px){.is-order-7-xs{-webkit-box-ordinal-group:8;order:7}}@media screen and (min-width: 576px){.is-order-7-sm{-webkit-box-ordinal-group:8;order:7}}@media screen and (min-width: 768px){.is-order-7-md{-webkit-box-ordinal-group:8;order:7}}@media screen and (min-width: 992px){.is-order-7-lg{-webkit-box-ordinal-group:8;order:7}}@media screen and (min-width: 1200px){.is-order-7-xl{-webkit-box-ordinal-group:8;order:7}}@media screen and (min-width: 1400px){.is-order-7-xxl{-webkit-box-ordinal-group:8;order:7}}.is-order-8{-webkit-box-ordinal-group:9;order:8}@media screen and (min-width: 575.5px){.is-order-8-xs{-webkit-box-ordinal-group:9;order:8}}@media screen and (min-width: 576px){.is-order-8-sm{-webkit-box-ordinal-group:9;order:8}}@media screen and (min-width: 768px){.is-order-8-md{-webkit-box-ordinal-group:9;order:8}}@media screen and (min-width: 992px){.is-order-8-lg{-webkit-box-ordinal-group:9;order:8}}@media screen and (min-width: 1200px){.is-order-8-xl{-webkit-box-ordinal-group:9;order:8}}@media screen and (min-width: 1400px){.is-order-8-xxl{-webkit-box-ordinal-group:9;order:8}}.is-order-9{-webkit-box-ordinal-group:10;order:9}@media screen and (min-width: 575.5px){.is-order-9-xs{-webkit-box-ordinal-group:10;order:9}}@media screen and (min-width: 576px){.is-order-9-sm{-webkit-box-ordinal-group:10;order:9}}@media screen and (min-width: 768px){.is-order-9-md{-webkit-box-ordinal-group:10;order:9}}@media screen and (min-width: 992px){.is-order-9-lg{-webkit-box-ordinal-group:10;order:9}}@media screen and (min-width: 1200px){.is-order-9-xl{-webkit-box-ordinal-group:10;order:9}}@media screen and (min-width: 1400px){.is-order-9-xxl{-webkit-box-ordinal-group:10;order:9}}.is-order-10{-webkit-box-ordinal-group:11;order:10}@media screen and (min-width: 575.5px){.is-order-10-xs{-webkit-box-ordinal-group:11;order:10}}@media screen and (min-width: 576px){.is-order-10-sm{-webkit-box-ordinal-group:11;order:10}}@media screen and (min-width: 768px){.is-order-10-md{-webkit-box-ordinal-group:11;order:10}}@media screen and (min-width: 992px){.is-order-10-lg{-webkit-box-ordinal-group:11;order:10}}@media screen and (min-width: 1200px){.is-order-10-xl{-webkit-box-ordinal-group:11;order:10}}@media screen and (min-width: 1400px){.is-order-10-xxl{-webkit-box-ordinal-group:11;order:10}}.is-order-11{-webkit-box-ordinal-group:12;order:11}@media screen and (min-width: 575.5px){.is-order-11-xs{-webkit-box-ordinal-group:12;order:11}}@media screen and (min-width: 576px){.is-order-11-sm{-webkit-box-ordinal-group:12;order:11}}@media screen and (min-width: 768px){.is-order-11-md{-webkit-box-ordinal-group:12;order:11}}@media screen and (min-width: 992px){.is-order-11-lg{-webkit-box-ordinal-group:12;order:11}}@media screen and (min-width: 1200px){.is-order-11-xl{-webkit-box-ordinal-group:12;order:11}}@media screen and (min-width: 1400px){.is-order-11-xxl{-webkit-box-ordinal-group:12;order:11}}.is-order-12{-webkit-box-ordinal-group:13;order:12}@media screen and (min-width: 575.5px){.is-order-12-xs{-webkit-box-ordinal-group:13;order:12}}@media screen and (min-width: 576px){.is-order-12-sm{-webkit-box-ordinal-group:13;order:12}}@media screen and (min-width: 768px){.is-order-12-md{-webkit-box-ordinal-group:13;order:12}}@media screen and (min-width: 992px){.is-order-12-lg{-webkit-box-ordinal-group:13;order:12}}@media screen and (min-width: 1200px){.is-order-12-xl{-webkit-box-ordinal-group:13;order:12}}@media screen and (min-width: 1400px){.is-order-12-xxl{-webkit-box-ordinal-group:13;order:12}}.is-order-1{-webkit-box-ordinal-group:2;order:1}@media screen and (min-width: 575.5px){.is-order-1-xs{-webkit-box-ordinal-group:2;order:1}}@media screen and (min-width: 576px){.is-order-1-sm{-webkit-box-ordinal-group:2;order:1}}@media screen and (min-width: 768px){.is-order-1-md{-webkit-box-ordinal-group:2;order:1}}@media screen and (min-width: 992px){.is-order-1-lg{-webkit-box-ordinal-group:2;order:1}}@media screen and (min-width: 1200px){.is-order-1-xl{-webkit-box-ordinal-group:2;order:1}}@media screen and (min-width: 1400px){.is-order-1-xxl{-webkit-box-ordinal-group:2;order:1}}.is-order-2{-webkit-box-ordinal-group:3;order:2}@media screen and (min-width: 575.5px){.is-order-2-xs{-webkit-box-ordinal-group:3;order:2}}@media screen and (min-width: 576px){.is-order-2-sm{-webkit-box-ordinal-group:3;order:2}}@media screen and (min-width: 768px){.is-order-2-md{-webkit-box-ordinal-group:3;order:2}}@media screen and (min-width: 992px){.is-order-2-lg{-webkit-box-ordinal-group:3;order:2}}@media screen and (min-width: 1200px){.is-order-2-xl{-webkit-box-ordinal-group:3;order:2}}@media screen and (min-width: 1400px){.is-order-2-xxl{-webkit-box-ordinal-group:3;order:2}}.is-order-3{-webkit-box-ordinal-group:4;order:3}@media screen and (min-width: 575.5px){.is-order-3-xs{-webkit-box-ordinal-group:4;order:3}}@media screen and (min-width: 576px){.is-order-3-sm{-webkit-box-ordinal-group:4;order:3}}@media screen and (min-width: 768px){.is-order-3-md{-webkit-box-ordinal-group:4;order:3}}@media screen and (min-width: 992px){.is-order-3-lg{-webkit-box-ordinal-group:4;order:3}}@media screen and (min-width: 1200px){.is-order-3-xl{-webkit-box-ordinal-group:4;order:3}}@media screen and (min-width: 1400px){.is-order-3-xxl{-webkit-box-ordinal-group:4;order:3}}.is-order-4{-webkit-box-ordinal-group:5;order:4}@media screen and (min-width: 575.5px){.is-order-4-xs{-webkit-box-ordinal-group:5;order:4}}@media screen and (min-width: 576px){.is-order-4-sm{-webkit-box-ordinal-group:5;order:4}}@media screen and (min-width: 768px){.is-order-4-md{-webkit-box-ordinal-group:5;order:4}}@media screen and (min-width: 992px){.is-order-4-lg{-webkit-box-ordinal-group:5;order:4}}@media screen and (min-width: 1200px){.is-order-4-xl{-webkit-box-ordinal-group:5;order:4}}@media screen and (min-width: 1400px){.is-order-4-xxl{-webkit-box-ordinal-group:5;order:4}}.is-order-5{-webkit-box-ordinal-group:6;order:5}@media screen and (min-width: 575.5px){.is-order-5-xs{-webkit-box-ordinal-group:6;order:5}}@media screen and (min-width: 576px){.is-order-5-sm{-webkit-box-ordinal-group:6;order:5}}@media screen and (min-width: 768px){.is-order-5-md{-webkit-box-ordinal-group:6;order:5}}@media screen and (min-width: 992px){.is-order-5-lg{-webkit-box-ordinal-group:6;order:5}}@media screen and (min-width: 1200px){.is-order-5-xl{-webkit-box-ordinal-group:6;order:5}}@media screen and (min-width: 1400px){.is-order-5-xxl{-webkit-box-ordinal-group:6;order:5}}.is-order-6{-webkit-box-ordinal-group:7;order:6}@media screen and (min-width: 575.5px){.is-order-6-xs{-webkit-box-ordinal-group:7;order:6}}@media screen and (min-width: 576px){.is-order-6-sm{-webkit-box-ordinal-group:7;order:6}}@media screen and (min-width: 768px){.is-order-6-md{-webkit-box-ordinal-group:7;order:6}}@media screen and (min-width: 992px){.is-order-6-lg{-webkit-box-ordinal-group:7;order:6}}@media screen and (min-width: 1200px){.is-order-6-xl{-webkit-box-ordinal-group:7;order:6}}@media screen and (min-width: 1400px){.is-order-6-xxl{-webkit-box-ordinal-group:7;order:6}}.is-order-7{-webkit-box-ordinal-group:8;order:7}@media screen and (min-width: 575.5px){.is-order-7-xs{-webkit-box-ordinal-group:8;order:7}}@media screen and (min-width: 576px){.is-order-7-sm{-webkit-box-ordinal-group:8;order:7}}@media screen and (min-width: 768px){.is-order-7-md{-webkit-box-ordinal-group:8;order:7}}@media screen and (min-width: 992px){.is-order-7-lg{-webkit-box-ordinal-group:8;order:7}}@media screen and (min-width: 1200px){.is-order-7-xl{-webkit-box-ordinal-group:8;order:7}}@media screen and (min-width: 1400px){.is-order-7-xxl{-webkit-box-ordinal-group:8;order:7}}.is-order-8{-webkit-box-ordinal-group:9;order:8}@media screen and (min-width: 575.5px){.is-order-8-xs{-webkit-box-ordinal-group:9;order:8}}@media screen and (min-width: 576px){.is-order-8-sm{-webkit-box-ordinal-group:9;order:8}}@media screen and (min-width: 768px){.is-order-8-md{-webkit-box-ordinal-group:9;order:8}}@media screen and (min-width: 992px){.is-order-8-lg{-webkit-box-ordinal-group:9;order:8}}@media screen and (min-width: 1200px){.is-order-8-xl{-webkit-box-ordinal-group:9;order:8}}@media screen and (min-width: 1400px){.is-order-8-xxl{-webkit-box-ordinal-group:9;order:8}}.is-order-9{-webkit-box-ordinal-group:10;order:9}@media screen and (min-width: 575.5px){.is-order-9-xs{-webkit-box-ordinal-group:10;order:9}}@media screen and (min-width: 576px){.is-order-9-sm{-webkit-box-ordinal-group:10;order:9}}@media screen and (min-width: 768px){.is-order-9-md{-webkit-box-ordinal-group:10;order:9}}@media screen and (min-width: 992px){.is-order-9-lg{-webkit-box-ordinal-group:10;order:9}}@media screen and (min-width: 1200px){.is-order-9-xl{-webkit-box-ordinal-group:10;order:9}}@media screen and (min-width: 1400px){.is-order-9-xxl{-webkit-box-ordinal-group:10;order:9}}.is-order-10{-webkit-box-ordinal-group:11;order:10}@media screen and (min-width: 575.5px){.is-order-10-xs{-webkit-box-ordinal-group:11;order:10}}@media screen and (min-width: 576px){.is-order-10-sm{-webkit-box-ordinal-group:11;order:10}}@media screen and (min-width: 768px){.is-order-10-md{-webkit-box-ordinal-group:11;order:10}}@media screen and (min-width: 992px){.is-order-10-lg{-webkit-box-ordinal-group:11;order:10}}@media screen and (min-width: 1200px){.is-order-10-xl{-webkit-box-ordinal-group:11;order:10}}@media screen and (min-width: 1400px){.is-order-10-xxl{-webkit-box-ordinal-group:11;order:10}}.is-order-11{-webkit-box-ordinal-group:12;order:11}@media screen and (min-width: 575.5px){.is-order-11-xs{-webkit-box-ordinal-group:12;order:11}}@media screen and (min-width: 576px){.is-order-11-sm{-webkit-box-ordinal-group:12;order:11}}@media screen and (min-width: 768px){.is-order-11-md{-webkit-box-ordinal-group:12;order:11}}@media screen and (min-width: 992px){.is-order-11-lg{-webkit-box-ordinal-group:12;order:11}}@media screen and (min-width: 1200px){.is-order-11-xl{-webkit-box-ordinal-group:12;order:11}}@media screen and (min-width: 1400px){.is-order-11-xxl{-webkit-box-ordinal-group:12;order:11}}.is-order-12{-webkit-box-ordinal-group:13;order:12}@media screen and (min-width: 575.5px){.is-order-12-xs{-webkit-box-ordinal-group:13;order:12}}@media screen and (min-width: 576px){.is-order-12-sm{-webkit-box-ordinal-group:13;order:12}}@media screen and (min-width: 768px){.is-order-12-md{-webkit-box-ordinal-group:13;order:12}}@media screen and (min-width: 992px){.is-order-12-lg{-webkit-box-ordinal-group:13;order:12}}@media screen and (min-width: 1200px){.is-order-12-xl{-webkit-box-ordinal-group:13;order:12}}@media screen and (min-width: 1400px){.is-order-12-xxl{-webkit-box-ordinal-group:13;order:12}}
|
|
2
|
-
|
|
3
|
-
h1,
|
|
4
|
-
h2,
|
|
5
|
-
h3,
|
|
6
|
-
h4,
|
|
7
|
-
h5,
|
|
8
|
-
h6,
|
|
9
|
-
p,
|
|
10
|
-
ul,
|
|
11
|
-
li,
|
|
12
|
-
ptc-subnav,
|
|
13
|
-
ptc-tab-list,
|
|
14
|
-
ptc-link,
|
|
15
|
-
ptc-square-card,
|
|
16
|
-
.hyphenate-text,
|
|
17
|
-
ptc-footer {
|
|
18
|
-
word-break: break-word;
|
|
19
|
-
hyphens: manual;
|
|
20
|
-
-webkit-hyphens: manual;
|
|
21
|
-
-moz-hyphens: manual;
|
|
22
|
-
-ms-hyphens: manual;
|
|
23
|
-
}
|
|
24
|
-
@supports (hyphenate-limit-chars: 12 3 3) {
|
|
25
|
-
h1,
|
|
26
|
-
h2,
|
|
27
|
-
h3,
|
|
28
|
-
h4,
|
|
29
|
-
h5,
|
|
30
|
-
h6,
|
|
31
|
-
p,
|
|
32
|
-
ul,
|
|
33
|
-
li,
|
|
34
|
-
ptc-subnav,
|
|
35
|
-
ptc-tab-list,
|
|
36
|
-
ptc-link,
|
|
37
|
-
ptc-square-card,
|
|
38
|
-
.hyphenate-text,
|
|
39
|
-
ptc-footer {
|
|
40
|
-
hyphens: auto;
|
|
41
|
-
-webkit-hyphenate-limit-before: 3;
|
|
42
|
-
/* For Safari */
|
|
43
|
-
-webkit-hyphenate-limit-after: 3;
|
|
44
|
-
/* For Safari */
|
|
45
|
-
hyphenate-limit-chars: 12 3 3;
|
|
46
|
-
hyphenate-limit-lines: 2;
|
|
47
|
-
hyphenate-limit-last: always;
|
|
48
|
-
hyphenate-limit-zone: 6%;
|
|
49
|
-
-webkit-hyphens: auto;
|
|
50
|
-
-webkit-hyphenate-limit-before: 3;
|
|
51
|
-
-webkit-hyphenate-limit-after: 3;
|
|
52
|
-
-webkit-hyphenate-limit-chars: 12 3 3;
|
|
53
|
-
-webkit-hyphenate-limit-lines: 2;
|
|
54
|
-
-moz-hyphens: auto;
|
|
55
|
-
-moz-hyphenate-limit-chars: 12 3 3;
|
|
56
|
-
-moz-hyphenate-limit-lines: 2;
|
|
57
|
-
-ms-hyphens: auto;
|
|
58
|
-
-ms-hyphenate-limit-chars: 12 3 3;
|
|
59
|
-
-ms-hyphenate-limit-lines: 2;
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
.ptc-container {
|
|
64
|
-
padding-right: 24px;
|
|
65
|
-
padding-left: 24px;
|
|
66
|
-
margin-right: auto;
|
|
67
|
-
margin-left: auto;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
@media only screen and (min-width: 1200px) {
|
|
71
|
-
.ptc-container {
|
|
72
|
-
padding-left: 0;
|
|
73
|
-
padding-right: 0;
|
|
74
|
-
max-width: 1136px;
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
@media only screen and (min-width: 1440px) {
|
|
78
|
-
.ptc-container {
|
|
79
|
-
padding-left: 0;
|
|
80
|
-
padding-right: 0;
|
|
81
|
-
max-width: 1200px;
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
.ptc-container-lg {
|
|
85
|
-
padding-right: 15px;
|
|
86
|
-
padding-left: 15px;
|
|
87
|
-
margin-right: auto;
|
|
88
|
-
margin-left: auto;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
@media only screen and (min-width: 480px) {
|
|
92
|
-
.ptc-container-lg {
|
|
93
|
-
padding-left: var(--ptc-layout-spacing-03);
|
|
94
|
-
padding-right: var(--ptc-layout-spacing-03);
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
@media only screen and (min-width: 768px) {
|
|
98
|
-
.ptc-container-lg {
|
|
99
|
-
padding-left: var(--ptc-layout-spacing-04);
|
|
100
|
-
padding-right: var(--ptc-layout-spacing-04);
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
|
-
@media only screen and (min-width: 992px) {
|
|
104
|
-
.ptc-container-lg {
|
|
105
|
-
padding-left: var(--ptc-element-spacing-08);
|
|
106
|
-
padding-right: var(--ptc-element-spacing-08);
|
|
107
|
-
}
|
|
108
|
-
}
|
|
109
|
-
@media only screen and (min-width: 1980px) {
|
|
110
|
-
.ptc-container-lg {
|
|
111
|
-
padding-left: 0;
|
|
112
|
-
padding-right: 0;
|
|
113
|
-
max-width: 1900px;
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
.ptc-container-fluid {
|
|
117
|
-
width: 100%;
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
.preload-section {
|
|
121
|
-
position: relative;
|
|
122
|
-
height: -moz-max-content;
|
|
123
|
-
height: max-content;
|
|
124
|
-
overflow: visible;
|
|
125
|
-
}
|
|
126
|
-
.preload-section.show-skeleton {
|
|
127
|
-
overflow: clip;
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
.preload-skeleton,
|
|
131
|
-
.preload-child {
|
|
132
|
-
visibility: hidden;
|
|
133
|
-
z-index: -10;
|
|
134
|
-
position: absolute;
|
|
135
|
-
top: 0;
|
|
136
|
-
width: 100%;
|
|
137
|
-
height: 100%;
|
|
138
|
-
}
|
|
139
|
-
.preload-skeleton.show,
|
|
140
|
-
.preload-child.show {
|
|
141
|
-
visibility: visible;
|
|
142
|
-
z-index: inherit;
|
|
143
|
-
background: inherit;
|
|
144
|
-
position: relative;
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
.preload-skeleton {
|
|
148
|
-
display: none;
|
|
149
|
-
}
|
|
150
|
-
.preload-skeleton.show {
|
|
151
|
-
display: block;
|
|
152
|
-
background-color: #f3f3f3;
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
.preload-min-height {
|
|
156
|
-
min-height: 150vh;
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
.has-col-gap-lg {
|
|
160
|
-
grid-column-gap: var(--spacing);
|
|
161
|
-
}
|
|
162
|
-
@media only screen and (min-width: 480px) {
|
|
163
|
-
.has-col-gap-lg {
|
|
164
|
-
grid-column-gap: var(--spacing-lg);
|
|
165
|
-
}
|
|
166
|
-
}
|
|
167
|
-
|
|
168
|
-
.icon-grid {
|
|
169
|
-
grid-column-gap: 16px;
|
|
170
|
-
grid-row-gap: var(--spacing-xxl);
|
|
171
|
-
}
|
|
172
|
-
@media only screen and (min-width: 992px) {
|
|
173
|
-
.icon-grid {
|
|
174
|
-
grid-column-gap: 64px;
|
|
175
|
-
grid-row-gap: 64px;
|
|
176
|
-
}
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
@media (min-width: 1980px) {
|
|
180
|
-
.preload-min-height {
|
|
181
|
-
min-height: 60vh;
|
|
182
|
-
}
|
|
183
|
-
}
|
|
184
|
-
.cards-preload-min-height {
|
|
185
|
-
min-height: 80vh;
|
|
186
|
-
}
|
|
187
|
-
|
|
188
|
-
@media (min-width: 1980px) {
|
|
189
|
-
.cards-preload-min-height {
|
|
190
|
-
min-height: 20vh;
|
|
191
|
-
}
|
|
192
|
-
}
|
|
193
|
-
.has-col-gap-md {
|
|
194
|
-
grid-column-gap: 16px;
|
|
195
|
-
}
|
|
196
|
-
|
|
197
|
-
.has-row-gap-md {
|
|
198
|
-
grid-row-gap: 48px;
|
|
199
|
-
}
|
|
200
|
-
|
|
201
|
-
@media only screen and (min-width: 768px) {
|
|
202
|
-
.has-col-gap-md {
|
|
203
|
-
grid-column-gap: 24px;
|
|
204
|
-
}
|
|
205
|
-
}
|
|
206
|
-
@media only screen and (min-width: 992px) {
|
|
207
|
-
.has-col-gap-md {
|
|
208
|
-
grid-column-gap: 32px;
|
|
209
|
-
}
|
|
210
|
-
}
|
|
211
|
-
.ptc-section-standard {
|
|
212
|
-
padding-top: 3rem;
|
|
213
|
-
padding-bottom: 3rem;
|
|
214
|
-
}
|
|
215
|
-
|
|
216
|
-
.skeleton {
|
|
217
|
-
display: flex;
|
|
218
|
-
flex-direction: column;
|
|
219
|
-
padding: 10px;
|
|
220
|
-
}
|
|
221
|
-
.skeleton.centered {
|
|
222
|
-
justify-content: center;
|
|
223
|
-
}
|
|
224
|
-
.skeleton.padding-left-sm {
|
|
225
|
-
padding-left: 14px;
|
|
226
|
-
}
|
|
227
|
-
|
|
228
|
-
.skeleton-header {
|
|
229
|
-
display: flex;
|
|
230
|
-
flex-direction: column;
|
|
231
|
-
margin-bottom: var(--ptc-element-spacing-07);
|
|
232
|
-
}
|
|
233
|
-
|
|
234
|
-
.skeleton-block {
|
|
235
|
-
height: 24px;
|
|
236
|
-
background: linear-gradient(to right, #f6f6f6 25%, #e4e7e9 50%, #f6f6f6 75%);
|
|
237
|
-
background-size: 200% 100%;
|
|
238
|
-
margin-bottom: 8px;
|
|
239
|
-
border-radius: 4px;
|
|
240
|
-
animation: loading 2.5s ease-in-out infinite;
|
|
241
|
-
width: 100%;
|
|
242
|
-
}
|
|
243
|
-
|
|
244
|
-
.skeleton-block.long {
|
|
245
|
-
width: 80%;
|
|
246
|
-
}
|
|
247
|
-
.skeleton-block.wide {
|
|
248
|
-
width: 70%;
|
|
249
|
-
}
|
|
250
|
-
.skeleton-block.wide-sm {
|
|
251
|
-
width: 60%;
|
|
252
|
-
}
|
|
253
|
-
.skeleton-block.medium {
|
|
254
|
-
width: 50%;
|
|
255
|
-
}
|
|
256
|
-
@media only screen and (min-width: 992px) {
|
|
257
|
-
.skeleton-block.medium-md {
|
|
258
|
-
width: 50%;
|
|
259
|
-
}
|
|
260
|
-
}
|
|
261
|
-
.skeleton-block.short {
|
|
262
|
-
width: 30%;
|
|
263
|
-
}
|
|
264
|
-
.skeleton-block.narrow {
|
|
265
|
-
width: 20%;
|
|
266
|
-
}
|
|
267
|
-
.skeleton-block.thick {
|
|
268
|
-
height: 48px;
|
|
269
|
-
}
|
|
270
|
-
.skeleton-block.thin {
|
|
271
|
-
height: 22px;
|
|
272
|
-
}
|
|
273
|
-
.skeleton-block.bold {
|
|
274
|
-
height: 32px;
|
|
275
|
-
}
|
|
276
|
-
.skeleton-block.extra-bold {
|
|
277
|
-
height: 66px;
|
|
278
|
-
}
|
|
279
|
-
.skeleton-block.center {
|
|
280
|
-
margin-left: auto;
|
|
281
|
-
margin-right: auto;
|
|
282
|
-
}
|
|
283
|
-
.skeleton-block.left {
|
|
284
|
-
margin-right: auto;
|
|
285
|
-
}
|
|
286
|
-
.skeleton-block.right {
|
|
287
|
-
margin-left: auto;
|
|
288
|
-
}
|
|
289
|
-
.skeleton-block.cta {
|
|
290
|
-
height: 55px;
|
|
291
|
-
max-width: 160px;
|
|
292
|
-
}
|
|
293
|
-
|
|
294
|
-
.skeleton-image,
|
|
295
|
-
.skeleton-card-media,
|
|
296
|
-
.skeleton-jumbotron-image,
|
|
297
|
-
.skeleton-long-image {
|
|
298
|
-
width: 100%;
|
|
299
|
-
height: 450px;
|
|
300
|
-
background: linear-gradient(to right, #f6f6f6 25%, #e4e7e9 50%, #f6f6f6 75%);
|
|
301
|
-
background-size: 200% 100%;
|
|
302
|
-
margin-bottom: var(--ptc-layout-spacing-06);
|
|
303
|
-
border-radius: 4px;
|
|
304
|
-
animation: loading 2.5s ease-in-out infinite;
|
|
305
|
-
}
|
|
306
|
-
|
|
307
|
-
.skeleton-card-media {
|
|
308
|
-
height: 230px;
|
|
309
|
-
margin-bottom: var(--ptc-layout-spacing-03);
|
|
310
|
-
}
|
|
311
|
-
|
|
312
|
-
.skeleton-long-image {
|
|
313
|
-
height: 455px;
|
|
314
|
-
margin-bottom: var(--ptc-layout-spacing-03);
|
|
315
|
-
}
|
|
316
|
-
|
|
317
|
-
.skeleton-jumbotron-image {
|
|
318
|
-
height: 380px;
|
|
319
|
-
margin-bottom: var(--ptc-layout-spacing-04);
|
|
320
|
-
}
|
|
321
|
-
|
|
322
|
-
.unit-col {
|
|
323
|
-
-ms-grid-column-span: 1;
|
|
324
|
-
grid-column: span 1;
|
|
325
|
-
}
|
|
326
|
-
|
|
327
|
-
.is-flex {
|
|
328
|
-
display: flex;
|
|
329
|
-
}
|
|
330
|
-
|
|
331
|
-
.skeleton-home-page {
|
|
332
|
-
width: 100%;
|
|
333
|
-
background-color: #fff;
|
|
334
|
-
}
|
|
335
|
-
.skeleton-home-page .skeleton-jumbo {
|
|
336
|
-
background-color: #f6f6f6;
|
|
337
|
-
padding-top: 2rem;
|
|
338
|
-
margin-bottom: 0;
|
|
339
|
-
min-height: 629px;
|
|
340
|
-
max-height: 1000px;
|
|
341
|
-
position: relative;
|
|
342
|
-
}
|
|
343
|
-
.skeleton-home-page .skeleton-jumbo .pos-rel {
|
|
344
|
-
position: relative;
|
|
345
|
-
}
|
|
346
|
-
@media (min-height: 629px) {
|
|
347
|
-
.skeleton-home-page .skeleton-jumbo {
|
|
348
|
-
min-height: 72vh;
|
|
349
|
-
}
|
|
350
|
-
}
|
|
351
|
-
@media (min-width: 992px) and (min-height: 594px) {
|
|
352
|
-
.skeleton-home-page .skeleton-jumbo {
|
|
353
|
-
min-height: 72vh;
|
|
354
|
-
}
|
|
355
|
-
}
|
|
356
|
-
.skeleton-home-page .skeleton-jumbo .jumbo-content {
|
|
357
|
-
margin-top: 120px;
|
|
358
|
-
margin-bottom: 120px;
|
|
359
|
-
}
|
|
360
|
-
.skeleton-home-page .skeleton-jumbo .block {
|
|
361
|
-
background: linear-gradient(to right, var(--color-gray-02) 25%, var(--color-gray-03) 50%, var(--color-gray-02) 75%);
|
|
362
|
-
background-size: 200% 100%;
|
|
363
|
-
animation: loading 2.5s linear infinite;
|
|
364
|
-
border-radius: 4px;
|
|
365
|
-
margin-bottom: 8px;
|
|
366
|
-
left: 24px;
|
|
367
|
-
max-width: 100%;
|
|
368
|
-
}
|
|
369
|
-
.skeleton-home-page .skeleton-jumbo .block.tabs {
|
|
370
|
-
height: 35px;
|
|
371
|
-
width: 132px;
|
|
372
|
-
margin-bottom: 54px;
|
|
373
|
-
position: absolute;
|
|
374
|
-
left: 0;
|
|
375
|
-
}
|
|
376
|
-
@media only screen and (min-width: 992px) {
|
|
377
|
-
.skeleton-home-page .skeleton-jumbo .block.tabs {
|
|
378
|
-
height: 35px;
|
|
379
|
-
width: 779px;
|
|
380
|
-
margin-bottom: 134px;
|
|
381
|
-
}
|
|
382
|
-
}
|
|
383
|
-
.skeleton-home-page .skeleton-jumbo .block.block-1 {
|
|
384
|
-
width: 395px;
|
|
385
|
-
height: 36px;
|
|
386
|
-
}
|
|
387
|
-
@media only screen and (min-width: 992px) {
|
|
388
|
-
.skeleton-home-page .skeleton-jumbo .block.block-1 {
|
|
389
|
-
width: 673px;
|
|
390
|
-
height: 54px;
|
|
391
|
-
}
|
|
392
|
-
}
|
|
393
|
-
.skeleton-home-page .skeleton-jumbo .block.block-2 {
|
|
394
|
-
width: 326px;
|
|
395
|
-
height: 36px;
|
|
396
|
-
}
|
|
397
|
-
@media only screen and (min-width: 992px) {
|
|
398
|
-
.skeleton-home-page .skeleton-jumbo .block.block-2 {
|
|
399
|
-
width: 571px;
|
|
400
|
-
height: 54px;
|
|
401
|
-
}
|
|
402
|
-
}
|
|
403
|
-
.skeleton-home-page .skeleton-jumbo .block.block-3 {
|
|
404
|
-
width: 370px;
|
|
405
|
-
height: 36px;
|
|
406
|
-
}
|
|
407
|
-
@media only screen and (min-width: 992px) {
|
|
408
|
-
.skeleton-home-page .skeleton-jumbo .block.block-3 {
|
|
409
|
-
width: 490px;
|
|
410
|
-
height: 54px;
|
|
411
|
-
margin-bottom: 16px;
|
|
412
|
-
}
|
|
413
|
-
}
|
|
414
|
-
.skeleton-home-page .skeleton-jumbo .block.block-4 {
|
|
415
|
-
width: 201px;
|
|
416
|
-
height: 36px;
|
|
417
|
-
margin-bottom: 32px;
|
|
418
|
-
}
|
|
419
|
-
@media only screen and (min-width: 992px) {
|
|
420
|
-
.skeleton-home-page .skeleton-jumbo .block.block-4 {
|
|
421
|
-
display: none;
|
|
422
|
-
}
|
|
423
|
-
}
|
|
424
|
-
.skeleton-home-page .skeleton-jumbo .block.block-5 {
|
|
425
|
-
width: 422px;
|
|
426
|
-
height: 21px;
|
|
427
|
-
}
|
|
428
|
-
@media only screen and (min-width: 992px) {
|
|
429
|
-
.skeleton-home-page .skeleton-jumbo .block.block-5 {
|
|
430
|
-
width: 720px;
|
|
431
|
-
height: 21px;
|
|
432
|
-
}
|
|
433
|
-
}
|
|
434
|
-
.skeleton-home-page .skeleton-jumbo .block.block-6 {
|
|
435
|
-
width: 395px;
|
|
436
|
-
height: 21px;
|
|
437
|
-
}
|
|
438
|
-
@media only screen and (min-width: 992px) {
|
|
439
|
-
.skeleton-home-page .skeleton-jumbo .block.block-6 {
|
|
440
|
-
width: 598px;
|
|
441
|
-
height: 21px;
|
|
442
|
-
}
|
|
443
|
-
}
|
|
444
|
-
.skeleton-home-page .skeleton-jumbo .block.block-7 {
|
|
445
|
-
width: 422px;
|
|
446
|
-
height: 21px;
|
|
447
|
-
}
|
|
448
|
-
@media only screen and (min-width: 992px) {
|
|
449
|
-
.skeleton-home-page .skeleton-jumbo .block.block-7 {
|
|
450
|
-
display: none;
|
|
451
|
-
}
|
|
452
|
-
}
|
|
453
|
-
.skeleton-home-page .skeleton-jumbo .block.block-8 {
|
|
454
|
-
width: 370px;
|
|
455
|
-
height: 21px;
|
|
456
|
-
margin-bottom: 32px;
|
|
457
|
-
}
|
|
458
|
-
@media only screen and (min-width: 992px) {
|
|
459
|
-
.skeleton-home-page .skeleton-jumbo .block.block-8 {
|
|
460
|
-
width: 310px;
|
|
461
|
-
height: 21px;
|
|
462
|
-
margin-bottom: 32px;
|
|
463
|
-
}
|
|
464
|
-
}
|
|
465
|
-
.skeleton-home-page .skeleton-jumbo .block.block-9 {
|
|
466
|
-
width: 187px;
|
|
467
|
-
height: 49px;
|
|
468
|
-
}
|
|
469
|
-
@media only screen and (min-width: 992px) {
|
|
470
|
-
.skeleton-home-page .skeleton-jumbo .block.block-9 {
|
|
471
|
-
width: 187px;
|
|
472
|
-
height: 49px;
|
|
473
|
-
}
|
|
474
|
-
}
|
|
475
|
-
.skeleton-home-page .bot {
|
|
476
|
-
width: 100%;
|
|
477
|
-
position: relative;
|
|
478
|
-
}
|
|
479
|
-
.skeleton-home-page .slide-container {
|
|
480
|
-
overflow: hidden;
|
|
481
|
-
transform: translateY(-32px);
|
|
482
|
-
}
|
|
483
|
-
.skeleton-home-page .slide-container .skeleton-slides {
|
|
484
|
-
width: 100%;
|
|
485
|
-
min-width: 936px;
|
|
486
|
-
display: flex;
|
|
487
|
-
flex-direction: row;
|
|
488
|
-
align-items: center;
|
|
489
|
-
justify-content: space-between;
|
|
490
|
-
flex-wrap: nowrap;
|
|
491
|
-
-moz-column-gap: 40px;
|
|
492
|
-
column-gap: 40px;
|
|
493
|
-
}
|
|
494
|
-
.skeleton-home-page .slide-container .skeleton-slides .slide {
|
|
495
|
-
background: linear-gradient(to right, var(--color-gray-02) 25%, var(--color-gray-03) 50%, var(--color-gray-02) 75%);
|
|
496
|
-
background-size: 200% 100%;
|
|
497
|
-
animation: loading 2.5s linear infinite;
|
|
498
|
-
border-radius: 4px;
|
|
499
|
-
width: 100%;
|
|
500
|
-
height: 140px;
|
|
501
|
-
}
|
|
502
|
-
@media only screen and (min-width: 992px) {
|
|
503
|
-
.skeleton-home-page .slide-container .skeleton-slides .slide {
|
|
504
|
-
height: 116px;
|
|
505
|
-
}
|
|
506
|
-
}
|
|
507
|
-
|
|
508
|
-
.skeleton-homepage-toggle {
|
|
509
|
-
margin: 40px 0;
|
|
510
|
-
width: 100%;
|
|
511
|
-
}
|
|
512
|
-
.skeleton-homepage-toggle .block {
|
|
513
|
-
background: linear-gradient(to right, var(--color-gray-02) 25%, var(--color-gray-03) 50%, var(--color-gray-02) 75%);
|
|
514
|
-
background-size: 200% 100%;
|
|
515
|
-
animation: loading 2.5s linear infinite;
|
|
516
|
-
border-radius: 4px;
|
|
517
|
-
margin-bottom: 8px;
|
|
518
|
-
max-width: 100%;
|
|
519
|
-
}
|
|
520
|
-
.skeleton-homepage-toggle .block.top-1 {
|
|
521
|
-
width: 378px;
|
|
522
|
-
height: 31px;
|
|
523
|
-
}
|
|
524
|
-
@media only screen and (min-width: 992px) {
|
|
525
|
-
.skeleton-homepage-toggle .block.top-1 {
|
|
526
|
-
width: 720px;
|
|
527
|
-
height: 37px;
|
|
528
|
-
}
|
|
529
|
-
}
|
|
530
|
-
.skeleton-homepage-toggle .block.top-2 {
|
|
531
|
-
width: 369px;
|
|
532
|
-
height: 31px;
|
|
533
|
-
}
|
|
534
|
-
@media only screen and (min-width: 992px) {
|
|
535
|
-
.skeleton-homepage-toggle .block.top-2 {
|
|
536
|
-
display: none;
|
|
537
|
-
}
|
|
538
|
-
}
|
|
539
|
-
.skeleton-homepage-toggle .block.top-3 {
|
|
540
|
-
width: 414px;
|
|
541
|
-
height: 31px;
|
|
542
|
-
margin-bottom: 16px;
|
|
543
|
-
}
|
|
544
|
-
@media only screen and (min-width: 992px) {
|
|
545
|
-
.skeleton-homepage-toggle .block.top-3 {
|
|
546
|
-
width: 617px;
|
|
547
|
-
height: 37px;
|
|
548
|
-
}
|
|
549
|
-
}
|
|
550
|
-
.skeleton-homepage-toggle .block.top-4 {
|
|
551
|
-
width: 423px;
|
|
552
|
-
height: 21px;
|
|
553
|
-
}
|
|
554
|
-
@media only screen and (min-width: 992px) {
|
|
555
|
-
.skeleton-homepage-toggle .block.top-4 {
|
|
556
|
-
display: none;
|
|
557
|
-
}
|
|
558
|
-
}
|
|
559
|
-
.skeleton-homepage-toggle .block.top-5 {
|
|
560
|
-
width: 326px;
|
|
561
|
-
height: 21px;
|
|
562
|
-
margin-bottom: 32px;
|
|
563
|
-
}
|
|
564
|
-
@media only screen and (min-width: 992px) {
|
|
565
|
-
.skeleton-homepage-toggle .block.top-5 {
|
|
566
|
-
width: 571px;
|
|
567
|
-
height: 21px;
|
|
568
|
-
margin-bottom: 48px;
|
|
569
|
-
}
|
|
570
|
-
}
|
|
571
|
-
.skeleton-homepage-toggle .block.selector {
|
|
572
|
-
width: 432px;
|
|
573
|
-
height: 69px;
|
|
574
|
-
margin-bottom: 40px;
|
|
575
|
-
}
|
|
576
|
-
@media only screen and (min-width: 992px) {
|
|
577
|
-
.skeleton-homepage-toggle .block.selector {
|
|
578
|
-
display: none;
|
|
579
|
-
}
|
|
580
|
-
}
|
|
581
|
-
.skeleton-homepage-toggle .block.toggle-1, .skeleton-homepage-toggle .block.toggle-2 {
|
|
582
|
-
display: none;
|
|
583
|
-
width: 220px;
|
|
584
|
-
height: 117px;
|
|
585
|
-
margin-bottom: 64px;
|
|
586
|
-
}
|
|
587
|
-
@media only screen and (min-width: 992px) {
|
|
588
|
-
.skeleton-homepage-toggle .block.toggle-1, .skeleton-homepage-toggle .block.toggle-2 {
|
|
589
|
-
display: block;
|
|
590
|
-
}
|
|
591
|
-
}
|
|
592
|
-
.skeleton-homepage-toggle .block.bot-1 {
|
|
593
|
-
width: 381px;
|
|
594
|
-
height: 24px;
|
|
595
|
-
}
|
|
596
|
-
@media only screen and (min-width: 992px) {
|
|
597
|
-
.skeleton-homepage-toggle .block.bot-1 {
|
|
598
|
-
width: 438px;
|
|
599
|
-
height: 24px;
|
|
600
|
-
}
|
|
601
|
-
}
|
|
602
|
-
.skeleton-homepage-toggle .block.bot-2 {
|
|
603
|
-
width: 241px;
|
|
604
|
-
height: 24px;
|
|
605
|
-
margin-bottom: 12px;
|
|
606
|
-
}
|
|
607
|
-
@media only screen and (min-width: 992px) {
|
|
608
|
-
.skeleton-homepage-toggle .block.bot-2 {
|
|
609
|
-
width: 321px;
|
|
610
|
-
height: 24px;
|
|
611
|
-
}
|
|
612
|
-
}
|
|
613
|
-
.skeleton-homepage-toggle .block.bot-3 {
|
|
614
|
-
width: 399px;
|
|
615
|
-
height: 21px;
|
|
616
|
-
}
|
|
617
|
-
@media only screen and (min-width: 992px) {
|
|
618
|
-
.skeleton-homepage-toggle .block.bot-3 {
|
|
619
|
-
width: 534px;
|
|
620
|
-
height: 21px;
|
|
621
|
-
}
|
|
622
|
-
}
|
|
623
|
-
.skeleton-homepage-toggle .block.bot-4 {
|
|
624
|
-
width: 415px;
|
|
625
|
-
height: 21px;
|
|
626
|
-
}
|
|
627
|
-
@media only screen and (min-width: 992px) {
|
|
628
|
-
.skeleton-homepage-toggle .block.bot-4 {
|
|
629
|
-
width: 555px;
|
|
630
|
-
height: 21px;
|
|
631
|
-
}
|
|
632
|
-
}
|
|
633
|
-
.skeleton-homepage-toggle .block.bot-5 {
|
|
634
|
-
width: 376px;
|
|
635
|
-
height: 21px;
|
|
636
|
-
}
|
|
637
|
-
@media only screen and (min-width: 992px) {
|
|
638
|
-
.skeleton-homepage-toggle .block.bot-5 {
|
|
639
|
-
width: 503px;
|
|
640
|
-
height: 21px;
|
|
641
|
-
}
|
|
642
|
-
}
|
|
643
|
-
.skeleton-homepage-toggle .block.bot-6 {
|
|
644
|
-
width: 340px;
|
|
645
|
-
height: 21px;
|
|
646
|
-
}
|
|
647
|
-
@media only screen and (min-width: 992px) {
|
|
648
|
-
.skeleton-homepage-toggle .block.bot-6 {
|
|
649
|
-
display: none;
|
|
650
|
-
}
|
|
651
|
-
}
|
|
652
|
-
.skeleton-homepage-toggle .block.bot-7 {
|
|
653
|
-
width: 362px;
|
|
654
|
-
height: 21px;
|
|
655
|
-
}
|
|
656
|
-
@media only screen and (min-width: 992px) {
|
|
657
|
-
.skeleton-homepage-toggle .block.bot-7 {
|
|
658
|
-
display: none;
|
|
659
|
-
}
|
|
660
|
-
}
|
|
661
|
-
.skeleton-homepage-toggle .block.bot-8 {
|
|
662
|
-
width: 183px;
|
|
663
|
-
height: 21px;
|
|
664
|
-
margin-bottom: 32px;
|
|
665
|
-
}
|
|
666
|
-
@media only screen and (min-width: 992px) {
|
|
667
|
-
.skeleton-homepage-toggle .block.bot-8 {
|
|
668
|
-
width: 455px;
|
|
669
|
-
height: 21px;
|
|
670
|
-
}
|
|
671
|
-
}
|
|
672
|
-
.skeleton-homepage-toggle .block.bot-9 {
|
|
673
|
-
width: 183px;
|
|
674
|
-
height: 49px;
|
|
675
|
-
}
|
|
676
|
-
.skeleton-homepage-toggle .picture {
|
|
677
|
-
background: var(--color-gray-01);
|
|
678
|
-
height: 500px;
|
|
679
|
-
width: 100%;
|
|
680
|
-
margin-bottom: 32px;
|
|
681
|
-
}
|
|
682
|
-
@media only screen and (min-width: 992px) {
|
|
683
|
-
.skeleton-homepage-toggle .picture {
|
|
684
|
-
height: 733px;
|
|
685
|
-
}
|
|
686
|
-
}
|
|
687
|
-
.skeleton-homepage-toggle .toggle-section {
|
|
688
|
-
display: block;
|
|
689
|
-
}
|
|
690
|
-
@media only screen and (min-width: 992px) {
|
|
691
|
-
.skeleton-homepage-toggle .toggle-section {
|
|
692
|
-
display: flex;
|
|
693
|
-
flex-direction: row;
|
|
694
|
-
justify-content: space-between;
|
|
695
|
-
gap: 24px;
|
|
696
|
-
}
|
|
697
|
-
}
|
|
698
|
-
.skeleton-homepage-toggle .cta-section-wrapper {
|
|
699
|
-
overflow: hidden;
|
|
700
|
-
}
|
|
701
|
-
.skeleton-homepage-toggle .cta-section-wrapper .cta-section {
|
|
702
|
-
margin-top: 48px;
|
|
703
|
-
display: flex;
|
|
704
|
-
align-items: flex-start;
|
|
705
|
-
gap: 24px;
|
|
706
|
-
width: 564px;
|
|
707
|
-
}
|
|
708
|
-
.skeleton-homepage-toggle .cta-section-wrapper .cta-section .cta-block {
|
|
709
|
-
width: 272px;
|
|
710
|
-
height: 108px;
|
|
711
|
-
}
|
|
712
|
-
@media only screen and (min-width: 992px) {
|
|
713
|
-
.skeleton-homepage-toggle .cta-section-wrapper .cta-section {
|
|
714
|
-
margin-top: 72px;
|
|
715
|
-
}
|
|
716
|
-
}
|
|
717
|
-
@media only screen and (min-width: 992px) {
|
|
718
|
-
.skeleton-homepage-toggle {
|
|
719
|
-
margin: 80px 0;
|
|
720
|
-
}
|
|
721
|
-
.skeleton-homepage-toggle .is-center {
|
|
722
|
-
align-content: center;
|
|
723
|
-
}
|
|
724
|
-
}
|
|
725
|
-
|
|
726
|
-
.skeleton-background-video-tall {
|
|
727
|
-
width: 100%;
|
|
728
|
-
padding: 160px 0;
|
|
729
|
-
background-color: var(--color-gray-01);
|
|
730
|
-
}
|
|
731
|
-
.skeleton-background-video-tall .block {
|
|
732
|
-
background: linear-gradient(to right, var(--color-gray-02) 25%, var(--color-gray-03) 50%, var(--color-gray-02) 75%);
|
|
733
|
-
background-size: 200% 100%;
|
|
734
|
-
animation: loading 2.5s linear infinite;
|
|
735
|
-
border-radius: 4px;
|
|
736
|
-
margin-bottom: 8px;
|
|
737
|
-
}
|
|
738
|
-
.skeleton-background-video-tall .top-1 {
|
|
739
|
-
width: 60%;
|
|
740
|
-
height: 37px;
|
|
741
|
-
max-width: 561px;
|
|
742
|
-
}
|
|
743
|
-
.skeleton-background-video-tall .top-2 {
|
|
744
|
-
width: 70%;
|
|
745
|
-
height: 37px;
|
|
746
|
-
max-width: 605px;
|
|
747
|
-
margin-bottom: 16px;
|
|
748
|
-
}
|
|
749
|
-
.skeleton-background-video-tall .top-3 {
|
|
750
|
-
width: 90%;
|
|
751
|
-
height: 21px;
|
|
752
|
-
max-width: 688px;
|
|
753
|
-
}
|
|
754
|
-
.skeleton-background-video-tall .top-4 {
|
|
755
|
-
width: 50%;
|
|
756
|
-
height: 21px;
|
|
757
|
-
max-width: 521px;
|
|
758
|
-
margin-bottom: 32px;
|
|
759
|
-
}
|
|
760
|
-
.skeleton-background-video-tall .top-5 {
|
|
761
|
-
width: 177px;
|
|
762
|
-
height: 49px;
|
|
763
|
-
}
|
|
764
|
-
.skeleton-background-video-tall .bottom-1 {
|
|
765
|
-
width: 200px;
|
|
766
|
-
height: 30px;
|
|
767
|
-
margin-bottom: 16px;
|
|
768
|
-
}
|
|
769
|
-
.skeleton-background-video-tall .top-section {
|
|
770
|
-
margin-bottom: 160px;
|
|
771
|
-
}
|
|
772
|
-
.skeleton-background-video-tall .bottom-section {
|
|
773
|
-
overflow: hidden;
|
|
774
|
-
}
|
|
775
|
-
.skeleton-background-video-tall .cards {
|
|
776
|
-
overflow: hidden;
|
|
777
|
-
white-space: nowrap;
|
|
778
|
-
}
|
|
779
|
-
.skeleton-background-video-tall .cards .card {
|
|
780
|
-
display: inline-block;
|
|
781
|
-
padding: 24px;
|
|
782
|
-
width: 228px;
|
|
783
|
-
height: 50px;
|
|
784
|
-
margin: 0 16px;
|
|
785
|
-
}
|
|
786
|
-
.skeleton-background-video-tall .cards .card:first-child {
|
|
787
|
-
margin-left: 0;
|
|
788
|
-
}
|
|
789
|
-
.skeleton-background-video-tall .cards .card:last-child {
|
|
790
|
-
margin-right: 0;
|
|
791
|
-
}
|
|
792
|
-
|
|
793
|
-
.skeleton-jumbotron {
|
|
794
|
-
padding-top: 106px;
|
|
795
|
-
padding-bottom: 106px;
|
|
796
|
-
}
|
|
797
|
-
.skeleton-jumbotron .cta-wrap {
|
|
798
|
-
display: flex;
|
|
799
|
-
width: 50%;
|
|
800
|
-
-moz-column-gap: 14px;
|
|
801
|
-
column-gap: 14px;
|
|
802
|
-
}
|
|
803
|
-
@media only screen and (min-width: 768px) {
|
|
804
|
-
.skeleton-jumbotron .cta-wrap {
|
|
805
|
-
-moz-column-gap: 24px;
|
|
806
|
-
column-gap: 24px;
|
|
807
|
-
}
|
|
808
|
-
}
|
|
809
|
-
|
|
810
|
-
.skeleton-on-demand {
|
|
811
|
-
background-color: #20262a;
|
|
812
|
-
}
|
|
813
|
-
.skeleton-on-demand .skeleton-block {
|
|
814
|
-
background: linear-gradient(to right, #32373b 25%, var(--color-gray-09) 50%, #32373b 75%);
|
|
815
|
-
background-size: 200% 100%;
|
|
816
|
-
margin-bottom: 8px;
|
|
817
|
-
border-radius: 4px;
|
|
818
|
-
animation: loading 2.5s ease-in-out infinite;
|
|
819
|
-
}
|
|
820
|
-
.skeleton-on-demand .skeleton-block.short {
|
|
821
|
-
width: 80%;
|
|
822
|
-
}
|
|
823
|
-
@media only screen and (min-width: 992px) {
|
|
824
|
-
.skeleton-on-demand .skeleton-block.short {
|
|
825
|
-
width: 30%;
|
|
826
|
-
}
|
|
827
|
-
}
|
|
828
|
-
.skeleton-on-demand .skeleton-block.wide-sm-1 {
|
|
829
|
-
width: 90%;
|
|
830
|
-
}
|
|
831
|
-
@media only screen and (min-width: 992px) {
|
|
832
|
-
.skeleton-on-demand .skeleton-block.wide-sm-1 {
|
|
833
|
-
width: 40%;
|
|
834
|
-
}
|
|
835
|
-
}
|
|
836
|
-
.skeleton-on-demand .skeleton-block.wide-md {
|
|
837
|
-
width: 93%;
|
|
838
|
-
}
|
|
839
|
-
@media only screen and (min-width: 992px) {
|
|
840
|
-
.skeleton-on-demand .skeleton-block.wide-md {
|
|
841
|
-
width: 43%;
|
|
842
|
-
}
|
|
843
|
-
}
|
|
844
|
-
.skeleton-on-demand .skeleton-block.wide-md-1 {
|
|
845
|
-
width: 95%;
|
|
846
|
-
}
|
|
847
|
-
@media only screen and (min-width: 992px) {
|
|
848
|
-
.skeleton-on-demand .skeleton-block.wide-md-1 {
|
|
849
|
-
width: 45%;
|
|
850
|
-
}
|
|
851
|
-
}
|
|
852
|
-
.skeleton-on-demand .skeleton-block.wide-sm-2 {
|
|
853
|
-
width: 77%;
|
|
854
|
-
}
|
|
855
|
-
@media only screen and (min-width: 992px) {
|
|
856
|
-
.skeleton-on-demand .skeleton-block.wide-sm-2 {
|
|
857
|
-
width: 27%;
|
|
858
|
-
}
|
|
859
|
-
}
|
|
860
|
-
.skeleton-on-demand .skeleton-block.smallest {
|
|
861
|
-
width: 60%;
|
|
862
|
-
}
|
|
863
|
-
@media only screen and (min-width: 992px) {
|
|
864
|
-
.skeleton-on-demand .skeleton-block.smallest {
|
|
865
|
-
width: 10%;
|
|
866
|
-
}
|
|
867
|
-
}
|
|
868
|
-
.skeleton-on-demand .skeleton-block.medium-1 {
|
|
869
|
-
width: 100%;
|
|
870
|
-
}
|
|
871
|
-
@media only screen and (min-width: 480px) {
|
|
872
|
-
.skeleton-on-demand .skeleton-block.medium-1 {
|
|
873
|
-
width: 90%;
|
|
874
|
-
}
|
|
875
|
-
}
|
|
876
|
-
@media only screen and (min-width: 992px) {
|
|
877
|
-
.skeleton-on-demand .skeleton-block.medium-1 {
|
|
878
|
-
width: 50%;
|
|
879
|
-
}
|
|
880
|
-
}
|
|
881
|
-
.skeleton-on-demand .on-demand-vl {
|
|
882
|
-
padding-top: 19px;
|
|
883
|
-
padding-bottom: 338px;
|
|
884
|
-
}
|
|
885
|
-
.skeleton-on-demand .on-demand-vl .grid-top {
|
|
886
|
-
padding-bottom: 90px;
|
|
887
|
-
}
|
|
888
|
-
@media only screen and (min-width: 1600px) {
|
|
889
|
-
.skeleton-on-demand .on-demand-vl .grid-top {
|
|
890
|
-
padding-bottom: 113px;
|
|
891
|
-
}
|
|
892
|
-
}
|
|
893
|
-
.skeleton-on-demand .on-demand-vl .grid-medium {
|
|
894
|
-
padding-top: 84px;
|
|
895
|
-
padding-bottom: 100px;
|
|
896
|
-
}
|
|
897
|
-
@media only screen and (min-width: 1600px) {
|
|
898
|
-
.skeleton-on-demand .on-demand-vl .grid-medium {
|
|
899
|
-
padding-top: 97px;
|
|
900
|
-
}
|
|
901
|
-
}
|
|
902
|
-
.skeleton-on-demand .on-demand-vl .grid-medium-2 {
|
|
903
|
-
padding-bottom: 59px;
|
|
904
|
-
}
|
|
905
|
-
.skeleton-on-demand .on-demand-vl .grid-bottom-1 {
|
|
906
|
-
padding-top: 68.03px;
|
|
907
|
-
padding-bottom: 73.8px;
|
|
908
|
-
}
|
|
909
|
-
.skeleton-on-demand .on-demand-vl .grid-bottom-2 {
|
|
910
|
-
padding-bottom: 83.02px;
|
|
911
|
-
}
|
|
912
|
-
.skeleton-on-demand .on-demand-vl .grid-vl {
|
|
913
|
-
display: flex;
|
|
914
|
-
flex-direction: row;
|
|
915
|
-
justify-content: space-between;
|
|
916
|
-
-moz-column-gap: 28px;
|
|
917
|
-
column-gap: 28px;
|
|
918
|
-
}
|
|
919
|
-
.skeleton-on-demand .on-demand-vl .grid-vl .block {
|
|
920
|
-
flex-basis: 100%;
|
|
921
|
-
}
|
|
922
|
-
@media only screen and (min-width: 480px) {
|
|
923
|
-
.skeleton-on-demand .on-demand-vl .grid-vl .block {
|
|
924
|
-
flex-basis: 50%;
|
|
925
|
-
}
|
|
926
|
-
}
|
|
927
|
-
@media only screen and (min-width: 768px) {
|
|
928
|
-
.skeleton-on-demand .on-demand-vl .grid-vl .block {
|
|
929
|
-
flex-basis: 33%;
|
|
930
|
-
}
|
|
931
|
-
}
|
|
932
|
-
@media only screen and (min-width: 1200px) {
|
|
933
|
-
.skeleton-on-demand .on-demand-vl .grid-vl .block {
|
|
934
|
-
flex-basis: 25%;
|
|
935
|
-
}
|
|
936
|
-
}
|
|
937
|
-
@media only screen and (min-width: 1440px) {
|
|
938
|
-
.skeleton-on-demand .on-demand-vl .grid-vl .block {
|
|
939
|
-
flex-basis: 20%;
|
|
940
|
-
}
|
|
941
|
-
}
|
|
942
|
-
.skeleton-on-demand .jumbotron-section {
|
|
943
|
-
padding-top: 89px;
|
|
944
|
-
padding-bottom: 89px;
|
|
945
|
-
}
|
|
946
|
-
@media only screen and (min-width: 480px) {
|
|
947
|
-
.skeleton-on-demand .jumbotron-section {
|
|
948
|
-
padding-bottom: 69px;
|
|
949
|
-
}
|
|
950
|
-
}
|
|
951
|
-
@media only screen and (min-width: 768px) {
|
|
952
|
-
.skeleton-on-demand .jumbotron-section {
|
|
953
|
-
padding-bottom: 113px;
|
|
954
|
-
}
|
|
955
|
-
}
|
|
956
|
-
@media only screen and (min-width: 992px) {
|
|
957
|
-
.skeleton-on-demand .jumbotron-section {
|
|
958
|
-
padding-bottom: 117px;
|
|
959
|
-
}
|
|
960
|
-
}
|
|
961
|
-
.skeleton-on-demand .hide-bl {
|
|
962
|
-
display: block;
|
|
963
|
-
}
|
|
964
|
-
.skeleton-on-demand .hide-xs {
|
|
965
|
-
display: none;
|
|
966
|
-
}
|
|
967
|
-
@media only screen and (min-width: 480px) {
|
|
968
|
-
.skeleton-on-demand .hide-xs {
|
|
969
|
-
display: block;
|
|
970
|
-
}
|
|
971
|
-
}
|
|
972
|
-
.skeleton-on-demand .hide-sm {
|
|
973
|
-
display: none;
|
|
974
|
-
}
|
|
975
|
-
@media only screen and (min-width: 768px) {
|
|
976
|
-
.skeleton-on-demand .hide-sm {
|
|
977
|
-
display: block;
|
|
978
|
-
}
|
|
979
|
-
}
|
|
980
|
-
.skeleton-on-demand .hide-md {
|
|
981
|
-
display: none;
|
|
982
|
-
}
|
|
983
|
-
@media only screen and (min-width: 992px) {
|
|
984
|
-
.skeleton-on-demand .hide-md {
|
|
985
|
-
display: block;
|
|
986
|
-
}
|
|
987
|
-
}
|
|
988
|
-
.skeleton-on-demand .hide-lg {
|
|
989
|
-
display: none;
|
|
990
|
-
}
|
|
991
|
-
@media only screen and (min-width: 1200px) {
|
|
992
|
-
.skeleton-on-demand .hide-lg {
|
|
993
|
-
display: block;
|
|
994
|
-
}
|
|
995
|
-
}
|
|
996
|
-
.skeleton-on-demand .hide-xl {
|
|
997
|
-
display: none;
|
|
998
|
-
}
|
|
999
|
-
@media only screen and (min-width: 1440px) {
|
|
1000
|
-
.skeleton-on-demand .hide-xl {
|
|
1001
|
-
display: block;
|
|
1002
|
-
}
|
|
1003
|
-
}
|
|
1004
|
-
.skeleton-on-demand .block .block-1 {
|
|
1005
|
-
width: 316px;
|
|
1006
|
-
height: 501px;
|
|
1007
|
-
border-radius: 12px;
|
|
1008
|
-
}
|
|
1009
|
-
@media only screen and (min-width: 480px) {
|
|
1010
|
-
.skeleton-on-demand .block .block-1 {
|
|
1011
|
-
width: 434px;
|
|
1012
|
-
height: 501px;
|
|
1013
|
-
}
|
|
1014
|
-
}
|
|
1015
|
-
@media only screen and (min-width: 768px) {
|
|
1016
|
-
.skeleton-on-demand .block .block-1 {
|
|
1017
|
-
width: 342px;
|
|
1018
|
-
height: 501px;
|
|
1019
|
-
}
|
|
1020
|
-
}
|
|
1021
|
-
@media only screen and (min-width: 992px) {
|
|
1022
|
-
.skeleton-on-demand .block .block-1 {
|
|
1023
|
-
width: 445px;
|
|
1024
|
-
height: 501px;
|
|
1025
|
-
}
|
|
1026
|
-
}
|
|
1027
|
-
@media only screen and (min-width: 1200px) {
|
|
1028
|
-
.skeleton-on-demand .block .block-1 {
|
|
1029
|
-
width: 355px;
|
|
1030
|
-
height: 664px;
|
|
1031
|
-
}
|
|
1032
|
-
}
|
|
1033
|
-
@media only screen and (min-width: 1440px) {
|
|
1034
|
-
.skeleton-on-demand .block .block-1 {
|
|
1035
|
-
width: 374px;
|
|
1036
|
-
height: 664px;
|
|
1037
|
-
}
|
|
1038
|
-
}
|
|
1039
|
-
.skeleton-on-demand .block .block-2 {
|
|
1040
|
-
border-radius: 12px;
|
|
1041
|
-
display: none;
|
|
1042
|
-
}
|
|
1043
|
-
@media only screen and (min-width: 768px) {
|
|
1044
|
-
.skeleton-on-demand .block .block-2 {
|
|
1045
|
-
width: 342px;
|
|
1046
|
-
height: 501px;
|
|
1047
|
-
display: block;
|
|
1048
|
-
}
|
|
1049
|
-
}
|
|
1050
|
-
@media only screen and (min-width: 992px) {
|
|
1051
|
-
.skeleton-on-demand .block .block-2 {
|
|
1052
|
-
width: 445px;
|
|
1053
|
-
height: 501px;
|
|
1054
|
-
}
|
|
1055
|
-
}
|
|
1056
|
-
@media only screen and (min-width: 1200px) {
|
|
1057
|
-
.skeleton-on-demand .block .block-2 {
|
|
1058
|
-
width: 355px;
|
|
1059
|
-
height: 664px;
|
|
1060
|
-
}
|
|
1061
|
-
}
|
|
1062
|
-
@media only screen and (min-width: 1440px) {
|
|
1063
|
-
.skeleton-on-demand .block .block-2 {
|
|
1064
|
-
width: 374px;
|
|
1065
|
-
height: 664px;
|
|
1066
|
-
}
|
|
1067
|
-
}
|
|
1068
|
-
.skeleton-on-demand .block .block-3 {
|
|
1069
|
-
border-radius: 12px;
|
|
1070
|
-
display: none;
|
|
1071
|
-
}
|
|
1072
|
-
@media only screen and (min-width: 1200px) {
|
|
1073
|
-
.skeleton-on-demand .block .block-3 {
|
|
1074
|
-
width: 355px;
|
|
1075
|
-
height: 664px;
|
|
1076
|
-
display: block;
|
|
1077
|
-
}
|
|
1078
|
-
}
|
|
1079
|
-
@media only screen and (min-width: 1440px) {
|
|
1080
|
-
.skeleton-on-demand .block .block-3 {
|
|
1081
|
-
width: 374px;
|
|
1082
|
-
height: 664px;
|
|
1083
|
-
}
|
|
1084
|
-
}
|
|
1085
|
-
.skeleton-on-demand .block .block-4 {
|
|
1086
|
-
height: 379px;
|
|
1087
|
-
border-radius: 12px;
|
|
1088
|
-
width: 100%;
|
|
1089
|
-
}
|
|
1090
|
-
@media only screen and (min-width: 480px) {
|
|
1091
|
-
.skeleton-on-demand .block .block-4 {
|
|
1092
|
-
height: 437px;
|
|
1093
|
-
}
|
|
1094
|
-
}
|
|
1095
|
-
@media only screen and (min-width: 768px) {
|
|
1096
|
-
.skeleton-on-demand .block .block-4 {
|
|
1097
|
-
height: 559px;
|
|
1098
|
-
}
|
|
1099
|
-
}
|
|
1100
|
-
@media only screen and (min-width: 992px) {
|
|
1101
|
-
.skeleton-on-demand .block .block-4 {
|
|
1102
|
-
height: 498.857px;
|
|
1103
|
-
}
|
|
1104
|
-
}
|
|
1105
|
-
@media only screen and (min-width: 1200px) {
|
|
1106
|
-
.skeleton-on-demand .block .block-4 {
|
|
1107
|
-
height: 579.832px;
|
|
1108
|
-
}
|
|
1109
|
-
}
|
|
1110
|
-
@media only screen and (min-width: 1440px) {
|
|
1111
|
-
.skeleton-on-demand .block .block-4 {
|
|
1112
|
-
height: 679px;
|
|
1113
|
-
}
|
|
1114
|
-
}
|
|
1115
|
-
@media only screen and (min-width: 1600px) {
|
|
1116
|
-
.skeleton-on-demand .block .block-4 {
|
|
1117
|
-
width: 100%;
|
|
1118
|
-
height: 898.469px;
|
|
1119
|
-
}
|
|
1120
|
-
}
|
|
1121
|
-
.skeleton-on-demand .block .block-5 {
|
|
1122
|
-
height: 268px;
|
|
1123
|
-
border-radius: 12px;
|
|
1124
|
-
width: 100%;
|
|
1125
|
-
}
|
|
1126
|
-
@media only screen and (min-width: 480px) {
|
|
1127
|
-
.skeleton-on-demand .block .block-5 {
|
|
1128
|
-
height: 268px;
|
|
1129
|
-
}
|
|
1130
|
-
}
|
|
1131
|
-
@media only screen and (min-width: 768px) {
|
|
1132
|
-
.skeleton-on-demand .block .block-5 {
|
|
1133
|
-
height: 268px;
|
|
1134
|
-
}
|
|
1135
|
-
}
|
|
1136
|
-
@media only screen and (min-width: 992px) {
|
|
1137
|
-
.skeleton-on-demand .block .block-5 {
|
|
1138
|
-
height: 198.367px;
|
|
1139
|
-
}
|
|
1140
|
-
}
|
|
1141
|
-
@media only screen and (min-width: 1200px) {
|
|
1142
|
-
.skeleton-on-demand .block .block-5 {
|
|
1143
|
-
height: 230.567px;
|
|
1144
|
-
}
|
|
1145
|
-
}
|
|
1146
|
-
@media only screen and (min-width: 1440px) {
|
|
1147
|
-
.skeleton-on-demand .block .block-5 {
|
|
1148
|
-
height: 270px;
|
|
1149
|
-
}
|
|
1150
|
-
}
|
|
1151
|
-
@media only screen and (min-width: 1600px) {
|
|
1152
|
-
.skeleton-on-demand .block .block-5 {
|
|
1153
|
-
height: 357.271px;
|
|
1154
|
-
}
|
|
1155
|
-
}
|
|
1156
|
-
.skeleton-on-demand .block .block-6 {
|
|
1157
|
-
width: auto;
|
|
1158
|
-
height: 173px;
|
|
1159
|
-
border-radius: 12px;
|
|
1160
|
-
}
|
|
1161
|
-
@media only screen and (min-width: 480px) {
|
|
1162
|
-
.skeleton-on-demand .block .block-6 {
|
|
1163
|
-
height: 173px;
|
|
1164
|
-
}
|
|
1165
|
-
}
|
|
1166
|
-
@media only screen and (min-width: 768px) {
|
|
1167
|
-
.skeleton-on-demand .block .block-6 {
|
|
1168
|
-
height: 173px;
|
|
1169
|
-
}
|
|
1170
|
-
}
|
|
1171
|
-
@media only screen and (min-width: 992px) {
|
|
1172
|
-
.skeleton-on-demand .block .block-6 {
|
|
1173
|
-
height: 161.633px;
|
|
1174
|
-
}
|
|
1175
|
-
}
|
|
1176
|
-
@media only screen and (min-width: 1200px) {
|
|
1177
|
-
.skeleton-on-demand .block .block-6 {
|
|
1178
|
-
height: 187.869px;
|
|
1179
|
-
}
|
|
1180
|
-
}
|
|
1181
|
-
@media only screen and (min-width: 1440px) {
|
|
1182
|
-
.skeleton-on-demand .block .block-6 {
|
|
1183
|
-
height: 220px;
|
|
1184
|
-
}
|
|
1185
|
-
}
|
|
1186
|
-
@media only screen and (min-width: 1600px) {
|
|
1187
|
-
.skeleton-on-demand .block .block-6 {
|
|
1188
|
-
height: 291.109px;
|
|
1189
|
-
}
|
|
1190
|
-
}
|
|
1191
|
-
.skeleton-on-demand .block .block-7 {
|
|
1192
|
-
width: auto;
|
|
1193
|
-
height: 114px;
|
|
1194
|
-
border-radius: 12px;
|
|
1195
|
-
}
|
|
1196
|
-
@media only screen and (min-width: 480px) {
|
|
1197
|
-
.skeleton-on-demand .block .block-7 {
|
|
1198
|
-
height: 114px;
|
|
1199
|
-
}
|
|
1200
|
-
}
|
|
1201
|
-
@media only screen and (min-width: 768px) {
|
|
1202
|
-
.skeleton-on-demand .block .block-7 {
|
|
1203
|
-
height: 114px;
|
|
1204
|
-
}
|
|
1205
|
-
}
|
|
1206
|
-
@media only screen and (min-width: 992px) {
|
|
1207
|
-
.skeleton-on-demand .block .block-7 {
|
|
1208
|
-
height: 83.755px;
|
|
1209
|
-
}
|
|
1210
|
-
}
|
|
1211
|
-
@media only screen and (min-width: 1200px) {
|
|
1212
|
-
.skeleton-on-demand .block .block-7 {
|
|
1213
|
-
height: 97.35px;
|
|
1214
|
-
}
|
|
1215
|
-
}
|
|
1216
|
-
@media only screen and (min-width: 1440px) {
|
|
1217
|
-
.skeleton-on-demand .block .block-7 {
|
|
1218
|
-
width: auto;
|
|
1219
|
-
height: 114px;
|
|
1220
|
-
}
|
|
1221
|
-
}
|
|
1222
|
-
@media only screen and (min-width: 1600px) {
|
|
1223
|
-
.skeleton-on-demand .block .block-7 {
|
|
1224
|
-
width: auto;
|
|
1225
|
-
height: 150.848px;
|
|
1226
|
-
}
|
|
1227
|
-
}
|
|
1228
|
-
.skeleton-on-demand .block .block-8 {
|
|
1229
|
-
border-radius: 12px;
|
|
1230
|
-
width: auto;
|
|
1231
|
-
height: 138px;
|
|
1232
|
-
margin-bottom: 12px;
|
|
1233
|
-
}
|
|
1234
|
-
@media only screen and (min-width: 480px) {
|
|
1235
|
-
.skeleton-on-demand .block .block-8 {
|
|
1236
|
-
height: 138px;
|
|
1237
|
-
}
|
|
1238
|
-
}
|
|
1239
|
-
@media only screen and (min-width: 768px) {
|
|
1240
|
-
.skeleton-on-demand .block .block-8 {
|
|
1241
|
-
height: 138px;
|
|
1242
|
-
}
|
|
1243
|
-
}
|
|
1244
|
-
@media only screen and (min-width: 992px) {
|
|
1245
|
-
.skeleton-on-demand .block .block-8 {
|
|
1246
|
-
height: 138px;
|
|
1247
|
-
}
|
|
1248
|
-
}
|
|
1249
|
-
@media only screen and (min-width: 1200px) {
|
|
1250
|
-
.skeleton-on-demand .block .block-8 {
|
|
1251
|
-
height: 138px;
|
|
1252
|
-
}
|
|
1253
|
-
}
|
|
1254
|
-
@media only screen and (min-width: 1440px) {
|
|
1255
|
-
.skeleton-on-demand .block .block-8 {
|
|
1256
|
-
height: 159px;
|
|
1257
|
-
}
|
|
1258
|
-
}
|
|
1259
|
-
@media only screen and (min-width: 1600px) {
|
|
1260
|
-
.skeleton-on-demand .block .block-8 {
|
|
1261
|
-
height: 159px;
|
|
1262
|
-
}
|
|
1263
|
-
}
|
|
1264
|
-
.skeleton-on-demand .block .block-9 {
|
|
1265
|
-
border-radius: 12px;
|
|
1266
|
-
width: auto;
|
|
1267
|
-
height: 381px;
|
|
1268
|
-
margin-bottom: 12px;
|
|
1269
|
-
}
|
|
1270
|
-
@media only screen and (min-width: 480px) {
|
|
1271
|
-
.skeleton-on-demand .block .block-9 {
|
|
1272
|
-
height: 381px;
|
|
1273
|
-
}
|
|
1274
|
-
}
|
|
1275
|
-
.skeleton-on-demand .block .block-10 {
|
|
1276
|
-
border-radius: 12px;
|
|
1277
|
-
height: 268px;
|
|
1278
|
-
}
|
|
1279
|
-
@media only screen and (min-width: 1600px) {
|
|
1280
|
-
.skeleton-on-demand .block .block-10 {
|
|
1281
|
-
height: 309.026px;
|
|
1282
|
-
}
|
|
1283
|
-
}
|
|
1284
|
-
.skeleton-on-demand .block .block-11 {
|
|
1285
|
-
border-radius: 12px;
|
|
1286
|
-
height: 123px;
|
|
1287
|
-
}
|
|
1288
|
-
@media only screen and (min-width: 1600px) {
|
|
1289
|
-
.skeleton-on-demand .block .block-11 {
|
|
1290
|
-
height: 141.829px;
|
|
1291
|
-
}
|
|
1292
|
-
}
|
|
1293
|
-
|
|
1294
|
-
.section-two-col {
|
|
1295
|
-
padding-top: 76px;
|
|
1296
|
-
padding-bottom: 76px;
|
|
1297
|
-
}
|
|
1298
|
-
|
|
1299
|
-
.section-icon-component {
|
|
1300
|
-
padding-top: 50px;
|
|
1301
|
-
padding-bottom: 50px;
|
|
1302
|
-
}
|
|
1303
|
-
.section-icon-component .icon {
|
|
1304
|
-
width: 72px;
|
|
1305
|
-
height: 72px;
|
|
1306
|
-
}
|
|
1307
|
-
|
|
1308
|
-
.skeleton-blog-detail {
|
|
1309
|
-
padding-bottom: 196px;
|
|
1310
|
-
}
|
|
1311
|
-
@media only screen and (min-width: 480px) {
|
|
1312
|
-
.skeleton-blog-detail {
|
|
1313
|
-
padding-bottom: 112px;
|
|
1314
|
-
}
|
|
1315
|
-
}
|
|
1316
|
-
.skeleton-blog-detail .is-mobile {
|
|
1317
|
-
display: block;
|
|
1318
|
-
}
|
|
1319
|
-
@media only screen and (min-width: 992px) {
|
|
1320
|
-
.skeleton-blog-detail .is-mobile {
|
|
1321
|
-
display: none;
|
|
1322
|
-
}
|
|
1323
|
-
}
|
|
1324
|
-
.skeleton-blog-detail .is-desktop {
|
|
1325
|
-
display: none;
|
|
1326
|
-
}
|
|
1327
|
-
@media only screen and (min-width: 992px) {
|
|
1328
|
-
.skeleton-blog-detail .is-desktop {
|
|
1329
|
-
display: block;
|
|
1330
|
-
}
|
|
1331
|
-
}
|
|
1332
|
-
.skeleton-blog-detail .skeleton-jumbotron {
|
|
1333
|
-
padding-top: 48px;
|
|
1334
|
-
padding-bottom: 60px;
|
|
1335
|
-
}
|
|
1336
|
-
.skeleton-blog-detail .skeleton-jumbotron .skeleton-jumbotron-image {
|
|
1337
|
-
height: 168px;
|
|
1338
|
-
margin-bottom: 16px;
|
|
1339
|
-
background: linear-gradient(to right, var(--color-gray-02) 25%, var(--color-gray-03) 50%, var(--color-gray-02) 75%);
|
|
1340
|
-
background-size: 200% 100%;
|
|
1341
|
-
animation: loading 2.5s linear infinite;
|
|
1342
|
-
}
|
|
1343
|
-
@media only screen and (min-width: 480px) {
|
|
1344
|
-
.skeleton-blog-detail .skeleton-jumbotron {
|
|
1345
|
-
padding-bottom: 76px;
|
|
1346
|
-
}
|
|
1347
|
-
.skeleton-blog-detail .skeleton-jumbotron .skeleton-jumbotron-image {
|
|
1348
|
-
height: 216px;
|
|
1349
|
-
}
|
|
1350
|
-
}
|
|
1351
|
-
@media only screen and (min-width: 768px) {
|
|
1352
|
-
.skeleton-blog-detail .skeleton-jumbotron {
|
|
1353
|
-
padding-bottom: 76px;
|
|
1354
|
-
}
|
|
1355
|
-
.skeleton-blog-detail .skeleton-jumbotron .skeleton-jumbotron-image {
|
|
1356
|
-
height: 332px;
|
|
1357
|
-
margin-bottom: 24px;
|
|
1358
|
-
}
|
|
1359
|
-
}
|
|
1360
|
-
@media only screen and (min-width: 992px) {
|
|
1361
|
-
.skeleton-blog-detail .skeleton-jumbotron {
|
|
1362
|
-
padding-bottom: 76px;
|
|
1363
|
-
}
|
|
1364
|
-
.skeleton-blog-detail .skeleton-jumbotron .skeleton-jumbotron-image {
|
|
1365
|
-
height: 100%;
|
|
1366
|
-
margin-bottom: 0;
|
|
1367
|
-
}
|
|
1368
|
-
}
|
|
1369
|
-
@media only screen and (min-width: 1200px) {
|
|
1370
|
-
.skeleton-blog-detail .skeleton-jumbotron {
|
|
1371
|
-
padding-bottom: 76px;
|
|
1372
|
-
}
|
|
1373
|
-
}
|
|
1374
|
-
@media only screen and (min-width: 1440px) {
|
|
1375
|
-
.skeleton-blog-detail .skeleton-jumbotron {
|
|
1376
|
-
padding-bottom: 76px;
|
|
1377
|
-
}
|
|
1378
|
-
}
|
|
1379
|
-
.skeleton-blog-detail .flex-container {
|
|
1380
|
-
display: flex;
|
|
1381
|
-
gap: 12px;
|
|
1382
|
-
}
|
|
1383
|
-
.skeleton-blog-detail .is-centered-vertically {
|
|
1384
|
-
display: flex;
|
|
1385
|
-
align-items: center;
|
|
1386
|
-
gap: 12px;
|
|
1387
|
-
}
|
|
1388
|
-
.skeleton-blog-detail .skeleton-space {
|
|
1389
|
-
margin-bottom: 0;
|
|
1390
|
-
background: transparent;
|
|
1391
|
-
}
|
|
1392
|
-
.skeleton-blog-detail .skeleton-space.h-xx-small {
|
|
1393
|
-
height: 4px;
|
|
1394
|
-
}
|
|
1395
|
-
.skeleton-blog-detail .skeleton-space.h-x-small {
|
|
1396
|
-
height: 8px;
|
|
1397
|
-
}
|
|
1398
|
-
.skeleton-blog-detail .skeleton-space.h-small {
|
|
1399
|
-
height: 12px;
|
|
1400
|
-
}
|
|
1401
|
-
.skeleton-blog-detail .skeleton-space.h-medium {
|
|
1402
|
-
height: 16px;
|
|
1403
|
-
}
|
|
1404
|
-
.skeleton-blog-detail .skeleton-space.h-large {
|
|
1405
|
-
height: 20px;
|
|
1406
|
-
}
|
|
1407
|
-
.skeleton-blog-detail .skeleton-space.h-x-large {
|
|
1408
|
-
height: 28px;
|
|
1409
|
-
}
|
|
1410
|
-
.skeleton-blog-detail .skeleton-space.h-xx-large {
|
|
1411
|
-
height: 36px;
|
|
1412
|
-
}
|
|
1413
|
-
.skeleton-blog-detail .skeleton-space.h-xxx-large {
|
|
1414
|
-
height: 48px;
|
|
1415
|
-
}
|
|
1416
|
-
.skeleton-blog-detail .skeleton-space.h-xxxx-large {
|
|
1417
|
-
height: 72px;
|
|
1418
|
-
}
|
|
1419
|
-
.skeleton-blog-detail .skeleton-block {
|
|
1420
|
-
margin-bottom: 0;
|
|
1421
|
-
background: linear-gradient(to right, var(--color-gray-02) 25%, var(--color-gray-03) 50%, var(--color-gray-02) 75%);
|
|
1422
|
-
background-size: 200% 100%;
|
|
1423
|
-
animation: loading 2.5s linear infinite;
|
|
1424
|
-
}
|
|
1425
|
-
.skeleton-blog-detail .skeleton-block.h-xx-small {
|
|
1426
|
-
height: 4px;
|
|
1427
|
-
}
|
|
1428
|
-
.skeleton-blog-detail .skeleton-block.h-x-small {
|
|
1429
|
-
height: 8px;
|
|
1430
|
-
}
|
|
1431
|
-
.skeleton-blog-detail .skeleton-block.h-small {
|
|
1432
|
-
height: 12px;
|
|
1433
|
-
}
|
|
1434
|
-
.skeleton-blog-detail .skeleton-block.h-medium {
|
|
1435
|
-
height: 16px;
|
|
1436
|
-
}
|
|
1437
|
-
.skeleton-blog-detail .skeleton-block.h-large {
|
|
1438
|
-
height: 24px;
|
|
1439
|
-
}
|
|
1440
|
-
.skeleton-blog-detail .skeleton-block.h-x-large {
|
|
1441
|
-
height: 32px;
|
|
1442
|
-
}
|
|
1443
|
-
.skeleton-blog-detail .skeleton-block.h-xx-large {
|
|
1444
|
-
height: 36px;
|
|
1445
|
-
}
|
|
1446
|
-
.skeleton-blog-detail .skeleton-block.h-xxx-large {
|
|
1447
|
-
height: 48px;
|
|
1448
|
-
}
|
|
1449
|
-
.skeleton-blog-detail .skeleton-block.date {
|
|
1450
|
-
width: 45px;
|
|
1451
|
-
height: 8px;
|
|
1452
|
-
}
|
|
1453
|
-
@media only screen and (min-width: 480px) {
|
|
1454
|
-
.skeleton-blog-detail .skeleton-block.date {
|
|
1455
|
-
width: 58px;
|
|
1456
|
-
height: 10px;
|
|
1457
|
-
}
|
|
1458
|
-
}
|
|
1459
|
-
@media only screen and (min-width: 768px) {
|
|
1460
|
-
.skeleton-blog-detail .skeleton-block.date {
|
|
1461
|
-
width: 90px;
|
|
1462
|
-
height: 16px;
|
|
1463
|
-
}
|
|
1464
|
-
}
|
|
1465
|
-
@media only screen and (min-width: 992px) {
|
|
1466
|
-
.skeleton-blog-detail .skeleton-block.date {
|
|
1467
|
-
width: 84px;
|
|
1468
|
-
height: 14px;
|
|
1469
|
-
}
|
|
1470
|
-
}
|
|
1471
|
-
@media only screen and (min-width: 1200px) {
|
|
1472
|
-
.skeleton-blog-detail .skeleton-block.date {
|
|
1473
|
-
width: 104px;
|
|
1474
|
-
height: 18px;
|
|
1475
|
-
}
|
|
1476
|
-
}
|
|
1477
|
-
@media only screen and (min-width: 1440px) {
|
|
1478
|
-
.skeleton-blog-detail .skeleton-block.date {
|
|
1479
|
-
width: 116px;
|
|
1480
|
-
height: 20px;
|
|
1481
|
-
}
|
|
1482
|
-
}
|
|
1483
|
-
.skeleton-blog-detail .skeleton-block.author {
|
|
1484
|
-
width: 50px;
|
|
1485
|
-
height: 8px;
|
|
1486
|
-
}
|
|
1487
|
-
@media only screen and (min-width: 480px) {
|
|
1488
|
-
.skeleton-blog-detail .skeleton-block.author {
|
|
1489
|
-
width: 65px;
|
|
1490
|
-
height: 10px;
|
|
1491
|
-
}
|
|
1492
|
-
}
|
|
1493
|
-
@media only screen and (min-width: 768px) {
|
|
1494
|
-
.skeleton-blog-detail .skeleton-block.author {
|
|
1495
|
-
width: 99px;
|
|
1496
|
-
height: 16px;
|
|
1497
|
-
}
|
|
1498
|
-
}
|
|
1499
|
-
@media only screen and (min-width: 992px) {
|
|
1500
|
-
.skeleton-blog-detail .skeleton-block.author {
|
|
1501
|
-
width: 84px;
|
|
1502
|
-
height: 14px;
|
|
1503
|
-
}
|
|
1504
|
-
}
|
|
1505
|
-
@media only screen and (min-width: 1200px) {
|
|
1506
|
-
.skeleton-blog-detail .skeleton-block.author {
|
|
1507
|
-
width: 105px;
|
|
1508
|
-
height: 17px;
|
|
1509
|
-
}
|
|
1510
|
-
}
|
|
1511
|
-
@media only screen and (min-width: 1440px) {
|
|
1512
|
-
.skeleton-blog-detail .skeleton-block.author {
|
|
1513
|
-
width: 116px;
|
|
1514
|
-
height: 20px;
|
|
1515
|
-
}
|
|
1516
|
-
}
|
|
1517
|
-
.skeleton-blog-detail .skeleton-block.circle {
|
|
1518
|
-
width: 24px;
|
|
1519
|
-
height: 24px;
|
|
1520
|
-
border-radius: 50%;
|
|
1521
|
-
}
|
|
1522
|
-
@media only screen and (min-width: 480px) {
|
|
1523
|
-
.skeleton-blog-detail .skeleton-block.circle {
|
|
1524
|
-
width: 28px;
|
|
1525
|
-
height: 28px;
|
|
1526
|
-
}
|
|
1527
|
-
}
|
|
1528
|
-
@media only screen and (min-width: 768px) {
|
|
1529
|
-
.skeleton-blog-detail .skeleton-block.circle {
|
|
1530
|
-
width: 44px;
|
|
1531
|
-
height: 44px;
|
|
1532
|
-
}
|
|
1533
|
-
}
|
|
1534
|
-
@media only screen and (min-width: 1200px) {
|
|
1535
|
-
.skeleton-blog-detail .skeleton-block.circle {
|
|
1536
|
-
width: 48px;
|
|
1537
|
-
height: 48px;
|
|
1538
|
-
}
|
|
1539
|
-
}
|
|
1540
|
-
@media only screen and (min-width: 1440px) {
|
|
1541
|
-
.skeleton-blog-detail .skeleton-block.circle {
|
|
1542
|
-
width: 52px;
|
|
1543
|
-
height: 52px;
|
|
1544
|
-
}
|
|
1545
|
-
}
|
|
1546
|
-
.skeleton-blog-detail .skeleton-block.button-1 {
|
|
1547
|
-
width: 92px;
|
|
1548
|
-
height: 24px;
|
|
1549
|
-
}
|
|
1550
|
-
@media only screen and (min-width: 480px) {
|
|
1551
|
-
.skeleton-blog-detail .skeleton-block.button-1 {
|
|
1552
|
-
width: 120px;
|
|
1553
|
-
height: 30px;
|
|
1554
|
-
}
|
|
1555
|
-
}
|
|
1556
|
-
@media only screen and (min-width: 768px) {
|
|
1557
|
-
.skeleton-blog-detail .skeleton-block.button-1 {
|
|
1558
|
-
width: 184px;
|
|
1559
|
-
height: 46px;
|
|
1560
|
-
}
|
|
1561
|
-
}
|
|
1562
|
-
@media only screen and (min-width: 992px) {
|
|
1563
|
-
.skeleton-blog-detail .skeleton-block.button-1 {
|
|
1564
|
-
width: 140px;
|
|
1565
|
-
height: 35px;
|
|
1566
|
-
}
|
|
1567
|
-
}
|
|
1568
|
-
@media only screen and (min-width: 1200px) {
|
|
1569
|
-
.skeleton-blog-detail .skeleton-block.button-1 {
|
|
1570
|
-
width: 176px;
|
|
1571
|
-
height: 43px;
|
|
1572
|
-
}
|
|
1573
|
-
}
|
|
1574
|
-
@media only screen and (min-width: 1440px) {
|
|
1575
|
-
.skeleton-blog-detail .skeleton-block.button-1 {
|
|
1576
|
-
width: 196px;
|
|
1577
|
-
height: 48px;
|
|
1578
|
-
}
|
|
1579
|
-
}
|
|
1580
|
-
.skeleton-blog-detail .skeleton-block.button-2 {
|
|
1581
|
-
width: 136px;
|
|
1582
|
-
height: 24px;
|
|
1583
|
-
}
|
|
1584
|
-
@media only screen and (min-width: 480px) {
|
|
1585
|
-
.skeleton-blog-detail .skeleton-block.button-2 {
|
|
1586
|
-
width: 176px;
|
|
1587
|
-
height: 30px;
|
|
1588
|
-
}
|
|
1589
|
-
}
|
|
1590
|
-
@media only screen and (min-width: 768px) {
|
|
1591
|
-
.skeleton-blog-detail .skeleton-block.button-2 {
|
|
1592
|
-
width: 272px;
|
|
1593
|
-
height: 46px;
|
|
1594
|
-
}
|
|
1595
|
-
}
|
|
1596
|
-
@media only screen and (min-width: 992px) {
|
|
1597
|
-
.skeleton-blog-detail .skeleton-block.button-2 {
|
|
1598
|
-
width: 212px;
|
|
1599
|
-
height: 35px;
|
|
1600
|
-
}
|
|
1601
|
-
}
|
|
1602
|
-
@media only screen and (min-width: 1200px) {
|
|
1603
|
-
.skeleton-blog-detail .skeleton-block.button-2 {
|
|
1604
|
-
width: 264px;
|
|
1605
|
-
height: 43px;
|
|
1606
|
-
}
|
|
1607
|
-
}
|
|
1608
|
-
@media only screen and (min-width: 1440px) {
|
|
1609
|
-
.skeleton-blog-detail .skeleton-block.button-2 {
|
|
1610
|
-
width: 292px;
|
|
1611
|
-
height: 48px;
|
|
1612
|
-
}
|
|
1613
|
-
}
|
|
1614
|
-
.skeleton-blog-detail .skeleton-block.social-share {
|
|
1615
|
-
width: 32px;
|
|
1616
|
-
height: 32px;
|
|
1617
|
-
}
|
|
1618
|
-
.skeleton-blog-detail .skeleton-block.text-line-1 {
|
|
1619
|
-
width: 93%;
|
|
1620
|
-
}
|
|
1621
|
-
.skeleton-blog-detail .skeleton-block.text-line-2 {
|
|
1622
|
-
width: 95%;
|
|
1623
|
-
}
|
|
1624
|
-
.skeleton-blog-detail .skeleton-block.cta-image {
|
|
1625
|
-
width: 45%;
|
|
1626
|
-
height: 350px;
|
|
1627
|
-
position: absolute;
|
|
1628
|
-
left: 0;
|
|
1629
|
-
z-index: 2;
|
|
1630
|
-
top: 200px;
|
|
1631
|
-
transform: translateY(-50%);
|
|
1632
|
-
}
|
|
1633
|
-
.skeleton-blog-detail .skeleton-block.cta-body {
|
|
1634
|
-
width: 80%;
|
|
1635
|
-
height: 400px;
|
|
1636
|
-
position: absolute;
|
|
1637
|
-
right: 0;
|
|
1638
|
-
z-index: 1;
|
|
1639
|
-
}
|
|
1640
|
-
.skeleton-blog-detail .skeleton-cta {
|
|
1641
|
-
width: 100%;
|
|
1642
|
-
height: 400px;
|
|
1643
|
-
position: relative;
|
|
1644
|
-
}
|
|
1645
|
-
|
|
1646
|
-
.preloader-white-paper {
|
|
1647
|
-
position: relative;
|
|
1648
|
-
width: 100%;
|
|
1649
|
-
top: 0px;
|
|
1650
|
-
left: 0px;
|
|
1651
|
-
}
|
|
1652
|
-
.preloader-white-paper .hero-image {
|
|
1653
|
-
height: 462px;
|
|
1654
|
-
left: 0px;
|
|
1655
|
-
position: absolute;
|
|
1656
|
-
top: 0px;
|
|
1657
|
-
width: 100%;
|
|
1658
|
-
z-index: 2;
|
|
1659
|
-
background-color: var(--color-gray-03);
|
|
1660
|
-
}
|
|
1661
|
-
.preloader-white-paper .content-container {
|
|
1662
|
-
z-index: 3;
|
|
1663
|
-
position: relative;
|
|
1664
|
-
}
|
|
1665
|
-
.preloader-white-paper .content-container .content-container-child {
|
|
1666
|
-
top: 80px;
|
|
1667
|
-
margin-bottom: 70px;
|
|
1668
|
-
background-color: var(--color-white);
|
|
1669
|
-
position: relative;
|
|
1670
|
-
}
|
|
1671
|
-
.preloader-white-paper .content-container .grid-top {
|
|
1672
|
-
margin-bottom: 30px;
|
|
1673
|
-
}
|
|
1674
|
-
.preloader-white-paper .content-container .row-margin-btm {
|
|
1675
|
-
margin-bottom: 10px;
|
|
1676
|
-
}
|
|
1677
|
-
.preloader-white-paper .content-container .grid-mrgn {
|
|
1678
|
-
margin: 0;
|
|
1679
|
-
}
|
|
1680
|
-
@media only screen and (min-width: 992px) {
|
|
1681
|
-
.preloader-white-paper .content-container .grid-mrgn {
|
|
1682
|
-
margin: 0 18px;
|
|
1683
|
-
}
|
|
1684
|
-
}
|
|
1685
|
-
@media only screen and (min-width: 1200px) {
|
|
1686
|
-
.preloader-white-paper .content-container .grid-mrgn {
|
|
1687
|
-
margin: 0 26px;
|
|
1688
|
-
}
|
|
1689
|
-
}
|
|
1690
|
-
@media only screen and (min-width: 1440px) {
|
|
1691
|
-
.preloader-white-paper .content-container .grid-mrgn {
|
|
1692
|
-
margin: 0 29px;
|
|
1693
|
-
}
|
|
1694
|
-
}
|
|
1695
|
-
.preloader-white-paper .content-container .grid-top-2 {
|
|
1696
|
-
margin-bottom: 20px;
|
|
1697
|
-
}
|
|
1698
|
-
.preloader-white-paper .content-container .block-1 {
|
|
1699
|
-
height: 527px;
|
|
1700
|
-
}
|
|
1701
|
-
.preloader-white-paper .content-container .skeleton .skeleton-block.longer {
|
|
1702
|
-
width: 95%;
|
|
1703
|
-
}
|
|
1704
|
-
.preloader-white-paper .content-container .skeleton .skeleton-block.longest {
|
|
1705
|
-
width: 97%;
|
|
1706
|
-
}
|
|
1707
|
-
.preloader-white-paper .content-container .skeleton .skeleton-block.long {
|
|
1708
|
-
width: 93%;
|
|
1709
|
-
}
|
|
1710
|
-
.preloader-white-paper .content-container .skeleton .skeleton-block.thick-1 {
|
|
1711
|
-
height: 43px;
|
|
1712
|
-
}
|
|
1713
|
-
.preloader-white-paper .content-container .skeleton .skeleton-block.extra-bold-1 {
|
|
1714
|
-
height: 52px;
|
|
1715
|
-
}
|
|
1716
|
-
.preloader-white-paper .related-items {
|
|
1717
|
-
margin-top: 157px;
|
|
1718
|
-
padding-bottom: 40px;
|
|
1719
|
-
}
|
|
1720
|
-
.preloader-white-paper .related-items .title {
|
|
1721
|
-
display: flex;
|
|
1722
|
-
flex-direction: row;
|
|
1723
|
-
justify-content: center;
|
|
1724
|
-
}
|
|
1725
|
-
.preloader-white-paper .related-items .skeleton .skeleton-block.block-2 {
|
|
1726
|
-
height: 302px;
|
|
1727
|
-
width: 100%;
|
|
1728
|
-
}
|
|
1729
|
-
@media only screen and (min-width: 768px) {
|
|
1730
|
-
.preloader-white-paper .related-items .skeleton .skeleton-block.block-2 {
|
|
1731
|
-
height: 425px;
|
|
1732
|
-
}
|
|
1733
|
-
}
|
|
1734
|
-
|
|
1735
|
-
.preloader-value-led {
|
|
1736
|
-
position: relative;
|
|
1737
|
-
height: 120%;
|
|
1738
|
-
width: 100%;
|
|
1739
|
-
top: 0px;
|
|
1740
|
-
left: 0px;
|
|
1741
|
-
}
|
|
1742
|
-
.preloader-value-led .hero-image {
|
|
1743
|
-
height: 462px;
|
|
1744
|
-
left: 0px;
|
|
1745
|
-
position: absolute;
|
|
1746
|
-
top: 0px;
|
|
1747
|
-
width: 100%;
|
|
1748
|
-
z-index: 2;
|
|
1749
|
-
background-color: var(--color-gray-03);
|
|
1750
|
-
}
|
|
1751
|
-
.preloader-value-led .content-container {
|
|
1752
|
-
z-index: 3;
|
|
1753
|
-
position: relative;
|
|
1754
|
-
height: 120%;
|
|
1755
|
-
}
|
|
1756
|
-
.preloader-value-led .content-container .content-container-child {
|
|
1757
|
-
top: 80px;
|
|
1758
|
-
margin-bottom: 70px;
|
|
1759
|
-
position: relative;
|
|
1760
|
-
}
|
|
1761
|
-
.preloader-value-led .content-container .content-container-child .container-child-1 {
|
|
1762
|
-
background-color: var(--color-white);
|
|
1763
|
-
display: none;
|
|
1764
|
-
}
|
|
1765
|
-
@media only screen and (min-width: 992px) {
|
|
1766
|
-
.preloader-value-led .content-container .content-container-child .container-child-1 {
|
|
1767
|
-
display: block;
|
|
1768
|
-
}
|
|
1769
|
-
}
|
|
1770
|
-
.preloader-value-led .content-container .content-container-child .container-child-2 {
|
|
1771
|
-
background-color: var(--color-white);
|
|
1772
|
-
}
|
|
1773
|
-
.preloader-value-led .content-container .related-items {
|
|
1774
|
-
height: 100px;
|
|
1775
|
-
}
|
|
1776
|
-
.preloader-value-led .content-container .grid-top {
|
|
1777
|
-
margin-top: 4px;
|
|
1778
|
-
margin-bottom: 40px;
|
|
1779
|
-
}
|
|
1780
|
-
.preloader-value-led .content-container .grid-1 {
|
|
1781
|
-
margin-top: 4px;
|
|
1782
|
-
margin-bottom: 4px;
|
|
1783
|
-
}
|
|
1784
|
-
.preloader-value-led .content-container .grid-top-1 {
|
|
1785
|
-
margin-bottom: 49px;
|
|
1786
|
-
}
|
|
1787
|
-
.preloader-value-led .content-container .block-1 {
|
|
1788
|
-
height: 434px;
|
|
1789
|
-
}
|
|
1790
|
-
.preloader-value-led .content-container .skeleton .skeleton-block.longer {
|
|
1791
|
-
width: 97%;
|
|
1792
|
-
}
|
|
1793
|
-
.preloader-value-led .content-container .skeleton .skeleton-block.longest {
|
|
1794
|
-
width: 99%;
|
|
1795
|
-
}
|
|
1796
|
-
.preloader-value-led .content-container .skeleton .skeleton-block.long {
|
|
1797
|
-
width: 95%;
|
|
1798
|
-
}
|
|
1799
|
-
.preloader-value-led .content-container .skeleton .skeleton-block.long-1 {
|
|
1800
|
-
width: 90%;
|
|
1801
|
-
}
|
|
1802
|
-
.preloader-value-led .content-container .skeleton .skeleton-block.long-2 {
|
|
1803
|
-
width: 87%;
|
|
1804
|
-
}
|
|
1805
|
-
.preloader-value-led .content-container .skeleton .skeleton-block.long-3 {
|
|
1806
|
-
width: 60%;
|
|
1807
|
-
}
|
|
1808
|
-
.preloader-value-led .content-container .skeleton .skeleton-block.long-4 {
|
|
1809
|
-
width: 70%;
|
|
1810
|
-
}
|
|
1811
|
-
.preloader-value-led .content-container .skeleton .skeleton-block.smallest {
|
|
1812
|
-
width: 10%;
|
|
1813
|
-
}
|
|
1814
|
-
.preloader-value-led .content-container .skeleton .skeleton-block.thinnnest {
|
|
1815
|
-
height: 19px;
|
|
1816
|
-
}
|
|
1817
|
-
.preloader-value-led .content-container .skeleton .skeleton-block.thinnest-1 {
|
|
1818
|
-
height: 19px;
|
|
1819
|
-
margin-bottom: 4px !important;
|
|
1820
|
-
}
|
|
1821
|
-
|
|
1822
|
-
.preloader-generic-form .form-block-1 {
|
|
1823
|
-
border-radius: 4px;
|
|
1824
|
-
border: 8px solid var(--color-gray-02);
|
|
1825
|
-
padding: 28px 22px;
|
|
1826
|
-
margin-top: 32px;
|
|
1827
|
-
margin-bottom: 118px;
|
|
1828
|
-
display: block;
|
|
1829
|
-
}
|
|
1830
|
-
@media only screen and (min-width: 768px) {
|
|
1831
|
-
.preloader-generic-form .form-block-1 {
|
|
1832
|
-
width: 512px;
|
|
1833
|
-
margin-left: auto;
|
|
1834
|
-
margin-right: auto;
|
|
1835
|
-
}
|
|
1836
|
-
}
|
|
1837
|
-
@media only screen and (min-width: 992px) {
|
|
1838
|
-
.preloader-generic-form .form-block-1 {
|
|
1839
|
-
display: none;
|
|
1840
|
-
}
|
|
1841
|
-
}
|
|
1842
|
-
.preloader-generic-form .form-block-1 .form-block-skeleton {
|
|
1843
|
-
margin-bottom: 17px;
|
|
1844
|
-
}
|
|
1845
|
-
.preloader-generic-form .form-block-2 {
|
|
1846
|
-
border-radius: 4px;
|
|
1847
|
-
border: 8px solid var(--color-gray-02);
|
|
1848
|
-
padding: 28px 22px;
|
|
1849
|
-
margin-bottom: 118px;
|
|
1850
|
-
display: none;
|
|
1851
|
-
}
|
|
1852
|
-
@media only screen and (min-width: 992px) {
|
|
1853
|
-
.preloader-generic-form .form-block-2 {
|
|
1854
|
-
display: block;
|
|
1855
|
-
}
|
|
1856
|
-
}
|
|
1857
|
-
.preloader-generic-form .form-block-2 .form-block-skeleton {
|
|
1858
|
-
margin-bottom: 17px;
|
|
1859
|
-
}
|
|
1860
|
-
@media only screen and (min-width: 992px) {
|
|
1861
|
-
.preloader-generic-form .grid-1 {
|
|
1862
|
-
padding-top: 53px;
|
|
1863
|
-
}
|
|
1864
|
-
}
|
|
1865
|
-
.preloader-generic-form .jumbotron {
|
|
1866
|
-
background: #fff;
|
|
1867
|
-
}
|
|
1868
|
-
.preloader-generic-form .skeleton .skeleton-block.very-bold {
|
|
1869
|
-
width: 60%;
|
|
1870
|
-
height: 55px;
|
|
1871
|
-
}
|
|
1872
|
-
@media only screen and (min-width: 768px) {
|
|
1873
|
-
.preloader-generic-form .skeleton .skeleton-block.very-bold {
|
|
1874
|
-
width: 50%;
|
|
1875
|
-
}
|
|
1876
|
-
}
|
|
1877
|
-
@media only screen and (min-width: 992px) {
|
|
1878
|
-
.preloader-generic-form .skeleton .skeleton-block.very-bold {
|
|
1879
|
-
width: 40%;
|
|
1880
|
-
}
|
|
1881
|
-
}
|
|
1882
|
-
@media only screen and (min-width: 1200px) {
|
|
1883
|
-
.preloader-generic-form .skeleton .skeleton-block.very-bold {
|
|
1884
|
-
width: 60%;
|
|
1885
|
-
}
|
|
1886
|
-
}
|
|
1887
|
-
.preloader-generic-form .skeleton .skeleton-block.line-1 {
|
|
1888
|
-
width: 90%;
|
|
1889
|
-
}
|
|
1890
|
-
.preloader-generic-form .skeleton .skeleton-block.line-2 {
|
|
1891
|
-
width: 87%;
|
|
1892
|
-
}
|
|
1893
|
-
.preloader-generic-form .skeleton .skeleton-block.line-3 {
|
|
1894
|
-
width: 85%;
|
|
1895
|
-
}
|
|
1896
|
-
.preloader-generic-form .skeleton .skeleton-block.line-4 {
|
|
1897
|
-
width: 88%;
|
|
1898
|
-
}
|
|
1899
|
-
.preloader-generic-form .skeleton .skeleton-block.line-6 {
|
|
1900
|
-
width: 40%;
|
|
1901
|
-
}
|
|
1902
|
-
.preloader-generic-form .skeleton .skeleton-block.block-2 {
|
|
1903
|
-
height: 418px;
|
|
1904
|
-
width: auto;
|
|
1905
|
-
margin-top: 44px;
|
|
1906
|
-
}
|
|
1907
|
-
|
|
1908
|
-
.pdf-skeleton-preloader .jumbotron-sec {
|
|
1909
|
-
background: #fff;
|
|
1910
|
-
}
|
|
1911
|
-
.pdf-skeleton-preloader .section-1 {
|
|
1912
|
-
padding-top: 60px;
|
|
1913
|
-
padding-bottom: 222px;
|
|
1914
|
-
}
|
|
1915
|
-
.pdf-skeleton-preloader .section-1 .line-1 {
|
|
1916
|
-
height: 44px;
|
|
1917
|
-
width: 100%;
|
|
1918
|
-
margin-bottom: 39px;
|
|
1919
|
-
}
|
|
1920
|
-
@media only screen and (min-width: 992px) {
|
|
1921
|
-
.pdf-skeleton-preloader .section-1 .line-1 {
|
|
1922
|
-
width: 70%;
|
|
1923
|
-
}
|
|
1924
|
-
}
|
|
1925
|
-
@media only screen and (min-width: 1200px) {
|
|
1926
|
-
.pdf-skeleton-preloader .section-1 .line-1 {
|
|
1927
|
-
width: 50%;
|
|
1928
|
-
}
|
|
1929
|
-
}
|
|
1930
|
-
.pdf-skeleton-preloader .section-1 .line-2 {
|
|
1931
|
-
width: 100%;
|
|
1932
|
-
}
|
|
1933
|
-
@media only screen and (min-width: 1200px) {
|
|
1934
|
-
.pdf-skeleton-preloader .section-1 .line-2 {
|
|
1935
|
-
width: 90%;
|
|
1936
|
-
}
|
|
1937
|
-
}
|
|
1938
|
-
.pdf-skeleton-preloader .section-1 .line-3 {
|
|
1939
|
-
width: 97%;
|
|
1940
|
-
}
|
|
1941
|
-
@media only screen and (min-width: 1200px) {
|
|
1942
|
-
.pdf-skeleton-preloader .section-1 .line-3 {
|
|
1943
|
-
width: 87%;
|
|
1944
|
-
}
|
|
1945
|
-
}
|
|
1946
|
-
.pdf-skeleton-preloader .section-1 .line-4 {
|
|
1947
|
-
width: 95%;
|
|
1948
|
-
}
|
|
1949
|
-
@media only screen and (min-width: 1200px) {
|
|
1950
|
-
.pdf-skeleton-preloader .section-1 .line-4 {
|
|
1951
|
-
width: 85%;
|
|
1952
|
-
}
|
|
1953
|
-
}
|
|
1954
|
-
.pdf-skeleton-preloader .pdf-area {
|
|
1955
|
-
padding-bottom: 110px;
|
|
1956
|
-
}
|
|
1957
|
-
.pdf-skeleton-preloader .pdf-area .pdf-section {
|
|
1958
|
-
background-color: #fff;
|
|
1959
|
-
width: auto;
|
|
1960
|
-
}
|
|
1961
|
-
@media only screen and (min-width: 1440px) {
|
|
1962
|
-
.pdf-skeleton-preloader .pdf-area .pdf-section {
|
|
1963
|
-
width: 781px;
|
|
1964
|
-
margin: auto;
|
|
1965
|
-
}
|
|
1966
|
-
}
|
|
1967
|
-
.pdf-skeleton-preloader .pdf-area .pdf-section .top-border {
|
|
1968
|
-
height: 48px;
|
|
1969
|
-
background-color: var(--color-gray-03);
|
|
1970
|
-
}
|
|
1971
|
-
.pdf-skeleton-preloader .pdf-area .pdf-section .pdf-body {
|
|
1972
|
-
padding-top: 60px;
|
|
1973
|
-
padding-left: 24px;
|
|
1974
|
-
padding-right: 24px;
|
|
1975
|
-
padding-bottom: 58px;
|
|
1976
|
-
}
|
|
1977
|
-
@media only screen and (min-width: 992px) {
|
|
1978
|
-
.pdf-skeleton-preloader .pdf-area .pdf-section .pdf-body {
|
|
1979
|
-
padding-left: 155px;
|
|
1980
|
-
padding-right: 155px;
|
|
1981
|
-
}
|
|
1982
|
-
}
|
|
1983
|
-
@media only screen and (min-width: 1200px) {
|
|
1984
|
-
.pdf-skeleton-preloader .pdf-area .pdf-section .pdf-body {
|
|
1985
|
-
padding-left: 247px;
|
|
1986
|
-
padding-right: 247px;
|
|
1987
|
-
}
|
|
1988
|
-
}
|
|
1989
|
-
@media only screen and (min-width: 1440px) {
|
|
1990
|
-
.pdf-skeleton-preloader .pdf-area .pdf-section .pdf-body {
|
|
1991
|
-
padding-left: 70px;
|
|
1992
|
-
padding-right: 70px;
|
|
1993
|
-
}
|
|
1994
|
-
}
|
|
1995
|
-
.pdf-skeleton-preloader .pdf-area .pdf-section .pdf-body .skeleton .skeleton-block.thick-block {
|
|
1996
|
-
height: 623px;
|
|
1997
|
-
width: 100%;
|
|
1998
|
-
}
|
|
1999
|
-
|
|
2000
|
-
.preloader-events-listing .jumbotron {
|
|
2001
|
-
margin-bottom: 48px;
|
|
2002
|
-
}
|
|
2003
|
-
.preloader-events-listing .jumbotron .jumbotron-bg {
|
|
2004
|
-
height: 954px;
|
|
2005
|
-
background-color: var(--color-gray-03);
|
|
2006
|
-
position: relative;
|
|
2007
|
-
}
|
|
2008
|
-
@media only screen and (min-width: 1440px) {
|
|
2009
|
-
.preloader-events-listing .jumbotron .jumbotron-bg {
|
|
2010
|
-
height: 1027px;
|
|
2011
|
-
}
|
|
2012
|
-
}
|
|
2013
|
-
.preloader-events-listing .jumbotron .jumbotron-bg .short-1 {
|
|
2014
|
-
width: 107px;
|
|
2015
|
-
margin-bottom: 38px;
|
|
2016
|
-
margin-top: 22px;
|
|
2017
|
-
}
|
|
2018
|
-
@media only screen and (min-width: 992px) {
|
|
2019
|
-
.preloader-events-listing .jumbotron .jumbotron-bg .short-1 {
|
|
2020
|
-
margin-bottom: 40px;
|
|
2021
|
-
}
|
|
2022
|
-
}
|
|
2023
|
-
.preloader-events-listing .jumbotron .jumbotron-bg .short-2 {
|
|
2024
|
-
width: 105px;
|
|
2025
|
-
margin-bottom: 24px;
|
|
2026
|
-
align-self: center;
|
|
2027
|
-
}
|
|
2028
|
-
@media only screen and (min-width: 992px) {
|
|
2029
|
-
.preloader-events-listing .jumbotron .jumbotron-bg .short-2 {
|
|
2030
|
-
margin-bottom: 25px;
|
|
2031
|
-
}
|
|
2032
|
-
}
|
|
2033
|
-
.preloader-events-listing .jumbotron .jumbotron-bg .short-3 {
|
|
2034
|
-
width: 70%;
|
|
2035
|
-
align-self: center;
|
|
2036
|
-
}
|
|
2037
|
-
@media only screen and (min-width: 480px) {
|
|
2038
|
-
.preloader-events-listing .jumbotron .jumbotron-bg .short-3 {
|
|
2039
|
-
width: 335px;
|
|
2040
|
-
}
|
|
2041
|
-
}
|
|
2042
|
-
@media only screen and (min-width: 992px) {
|
|
2043
|
-
.preloader-events-listing .jumbotron .jumbotron-bg .short-3 {
|
|
2044
|
-
width: 445px;
|
|
2045
|
-
}
|
|
2046
|
-
}
|
|
2047
|
-
.preloader-events-listing .jumbotron .jumbotron-bg .short-4 {
|
|
2048
|
-
width: 85%;
|
|
2049
|
-
align-self: center;
|
|
2050
|
-
}
|
|
2051
|
-
@media only screen and (min-width: 480px) {
|
|
2052
|
-
.preloader-events-listing .jumbotron .jumbotron-bg .short-4 {
|
|
2053
|
-
width: 397px;
|
|
2054
|
-
}
|
|
2055
|
-
}
|
|
2056
|
-
@media only screen and (min-width: 992px) {
|
|
2057
|
-
.preloader-events-listing .jumbotron .jumbotron-bg .short-4 {
|
|
2058
|
-
width: 525px;
|
|
2059
|
-
}
|
|
2060
|
-
}
|
|
2061
|
-
.preloader-events-listing .jumbotron .jumbotron-bg .short-5 {
|
|
2062
|
-
width: 131px;
|
|
2063
|
-
align-self: center;
|
|
2064
|
-
margin-bottom: 20px;
|
|
2065
|
-
}
|
|
2066
|
-
@media only screen and (min-width: 992px) {
|
|
2067
|
-
.preloader-events-listing .jumbotron .jumbotron-bg .short-5 {
|
|
2068
|
-
width: 769px;
|
|
2069
|
-
}
|
|
2070
|
-
}
|
|
2071
|
-
.preloader-events-listing .jumbotron .jumbotron-bg .short-6 {
|
|
2072
|
-
width: 95%;
|
|
2073
|
-
align-self: center;
|
|
2074
|
-
}
|
|
2075
|
-
@media only screen and (min-width: 480px) {
|
|
2076
|
-
.preloader-events-listing .jumbotron .jumbotron-bg .short-6 {
|
|
2077
|
-
width: 411px;
|
|
2078
|
-
}
|
|
2079
|
-
}
|
|
2080
|
-
@media only screen and (min-width: 992px) {
|
|
2081
|
-
.preloader-events-listing .jumbotron .jumbotron-bg .short-6 {
|
|
2082
|
-
width: 621px;
|
|
2083
|
-
}
|
|
2084
|
-
}
|
|
2085
|
-
.preloader-events-listing .jumbotron .jumbotron-bg .short-7 {
|
|
2086
|
-
width: 85%;
|
|
2087
|
-
align-self: center;
|
|
2088
|
-
}
|
|
2089
|
-
@media only screen and (min-width: 480px) {
|
|
2090
|
-
.preloader-events-listing .jumbotron .jumbotron-bg .short-7 {
|
|
2091
|
-
width: 383px;
|
|
2092
|
-
}
|
|
2093
|
-
}
|
|
2094
|
-
@media only screen and (min-width: 992px) {
|
|
2095
|
-
.preloader-events-listing .jumbotron .jumbotron-bg .short-7 {
|
|
2096
|
-
display: none;
|
|
2097
|
-
}
|
|
2098
|
-
}
|
|
2099
|
-
.preloader-events-listing .jumbotron .jumbotron-bg .short-8 {
|
|
2100
|
-
width: 98%;
|
|
2101
|
-
align-self: center;
|
|
2102
|
-
}
|
|
2103
|
-
@media only screen and (min-width: 480px) {
|
|
2104
|
-
.preloader-events-listing .jumbotron .jumbotron-bg .short-8 {
|
|
2105
|
-
width: 435px;
|
|
2106
|
-
}
|
|
2107
|
-
}
|
|
2108
|
-
@media only screen and (min-width: 992px) {
|
|
2109
|
-
.preloader-events-listing .jumbotron .jumbotron-bg .short-8 {
|
|
2110
|
-
display: none;
|
|
2111
|
-
}
|
|
2112
|
-
}
|
|
2113
|
-
.preloader-events-listing .jumbotron .jumbotron-bg .short-9 {
|
|
2114
|
-
width: 60%;
|
|
2115
|
-
align-self: center;
|
|
2116
|
-
}
|
|
2117
|
-
@media only screen and (min-width: 480px) {
|
|
2118
|
-
.preloader-events-listing .jumbotron .jumbotron-bg .short-9 {
|
|
2119
|
-
width: 199px;
|
|
2120
|
-
}
|
|
2121
|
-
}
|
|
2122
|
-
@media only screen and (min-width: 992px) {
|
|
2123
|
-
.preloader-events-listing .jumbotron .jumbotron-bg .short-9 {
|
|
2124
|
-
display: none;
|
|
2125
|
-
}
|
|
2126
|
-
}
|
|
2127
|
-
.preloader-events-listing .jumbotron .jumbotron-bg .short-10 {
|
|
2128
|
-
width: 70%;
|
|
2129
|
-
margin-top: 32px;
|
|
2130
|
-
margin-bottom: 65px;
|
|
2131
|
-
align-self: center;
|
|
2132
|
-
}
|
|
2133
|
-
@media only screen and (min-width: 480px) {
|
|
2134
|
-
.preloader-events-listing .jumbotron .jumbotron-bg .short-10 {
|
|
2135
|
-
width: 411px;
|
|
2136
|
-
}
|
|
2137
|
-
}
|
|
2138
|
-
@media only screen and (min-width: 992px) {
|
|
2139
|
-
.preloader-events-listing .jumbotron .jumbotron-bg .short-10 {
|
|
2140
|
-
width: 232px;
|
|
2141
|
-
margin-top: 35px;
|
|
2142
|
-
margin-bottom: 89px;
|
|
2143
|
-
}
|
|
2144
|
-
}
|
|
2145
|
-
.preloader-events-listing .jumbotron .jumbotron-bg .grid-cards-div {
|
|
2146
|
-
position: relative;
|
|
2147
|
-
z-index: 3;
|
|
2148
|
-
}
|
|
2149
|
-
.preloader-events-listing .jumbotron .jumbotron-bg .white-placeholder {
|
|
2150
|
-
position: absolute;
|
|
2151
|
-
height: 130px;
|
|
2152
|
-
width: 100%;
|
|
2153
|
-
background-color: #f3f3f3;
|
|
2154
|
-
bottom: -1px;
|
|
2155
|
-
}
|
|
2156
|
-
.preloader-events-listing .grid-2 {
|
|
2157
|
-
padding-top: 48px;
|
|
2158
|
-
}
|
|
2159
|
-
.preloader-events-listing .short-16 {
|
|
2160
|
-
width: 65%;
|
|
2161
|
-
margin-bottom: 20px;
|
|
2162
|
-
}
|
|
2163
|
-
@media only screen and (min-width: 992px) {
|
|
2164
|
-
.preloader-events-listing .short-16 {
|
|
2165
|
-
width: 275px;
|
|
2166
|
-
}
|
|
2167
|
-
}
|
|
2168
|
-
.preloader-events-listing .short-11 {
|
|
2169
|
-
width: 95%;
|
|
2170
|
-
}
|
|
2171
|
-
@media only screen and (min-width: 992px) {
|
|
2172
|
-
.preloader-events-listing .short-11 {
|
|
2173
|
-
width: 60%;
|
|
2174
|
-
}
|
|
2175
|
-
}
|
|
2176
|
-
.preloader-events-listing .short-12 {
|
|
2177
|
-
width: 89%;
|
|
2178
|
-
}
|
|
2179
|
-
@media only screen and (min-width: 992px) {
|
|
2180
|
-
.preloader-events-listing .short-12 {
|
|
2181
|
-
display: none;
|
|
2182
|
-
}
|
|
2183
|
-
}
|
|
2184
|
-
.preloader-events-listing .short-15 {
|
|
2185
|
-
width: 70%;
|
|
2186
|
-
align-self: center;
|
|
2187
|
-
margin-bottom: 100px;
|
|
2188
|
-
}
|
|
2189
|
-
@media only screen and (min-width: 480px) {
|
|
2190
|
-
.preloader-events-listing .short-15 {
|
|
2191
|
-
width: 290px;
|
|
2192
|
-
}
|
|
2193
|
-
}
|
|
2194
|
-
@media only screen and (min-width: 992px) {
|
|
2195
|
-
.preloader-events-listing .short-15 {
|
|
2196
|
-
display: none;
|
|
2197
|
-
}
|
|
2198
|
-
}
|
|
2199
|
-
.preloader-events-listing .grid-cards {
|
|
2200
|
-
display: flex;
|
|
2201
|
-
flex-direction: row;
|
|
2202
|
-
-moz-column-gap: 24px;
|
|
2203
|
-
column-gap: 24px;
|
|
2204
|
-
overflow-x: hidden;
|
|
2205
|
-
}
|
|
2206
|
-
@media only screen and (min-width: 992px) {
|
|
2207
|
-
.preloader-events-listing .grid-cards {
|
|
2208
|
-
margin: 0 120px;
|
|
2209
|
-
}
|
|
2210
|
-
}
|
|
2211
|
-
.preloader-events-listing .grid-cards .short-17 {
|
|
2212
|
-
width: 250px;
|
|
2213
|
-
height: 415px;
|
|
2214
|
-
align-self: center;
|
|
2215
|
-
align-self: center;
|
|
2216
|
-
flex-grow: 1;
|
|
2217
|
-
min-width: 250px;
|
|
2218
|
-
}
|
|
2219
|
-
@media only screen and (min-width: 992px) {
|
|
2220
|
-
.preloader-events-listing .grid-cards .short-17 {
|
|
2221
|
-
width: 270px;
|
|
2222
|
-
min-width: 270px;
|
|
2223
|
-
display: none;
|
|
2224
|
-
}
|
|
2225
|
-
}
|
|
2226
|
-
.preloader-events-listing .grid-cards-desktop {
|
|
2227
|
-
display: none;
|
|
2228
|
-
}
|
|
2229
|
-
@media only screen and (min-width: 992px) {
|
|
2230
|
-
.preloader-events-listing .grid-cards-desktop {
|
|
2231
|
-
display: flex;
|
|
2232
|
-
flex-direction: row;
|
|
2233
|
-
-moz-column-gap: 24px;
|
|
2234
|
-
column-gap: 24px;
|
|
2235
|
-
overflow-x: hidden;
|
|
2236
|
-
justify-content: center;
|
|
2237
|
-
}
|
|
2238
|
-
}
|
|
2239
|
-
.preloader-events-listing .grid-cards-desktop .short-17 {
|
|
2240
|
-
width: 250px;
|
|
2241
|
-
height: 415px;
|
|
2242
|
-
align-self: center;
|
|
2243
|
-
align-self: center;
|
|
2244
|
-
flex-grow: 1;
|
|
2245
|
-
min-width: 250px;
|
|
2246
|
-
}
|
|
2247
|
-
@media only screen and (min-width: 992px) {
|
|
2248
|
-
.preloader-events-listing .grid-cards-desktop .short-17 {
|
|
2249
|
-
width: 22%;
|
|
2250
|
-
min-width: 22%;
|
|
2251
|
-
height: 530px;
|
|
2252
|
-
flex-grow: initial;
|
|
2253
|
-
}
|
|
2254
|
-
}
|
|
2255
|
-
@media only screen and (min-width: 1440px) {
|
|
2256
|
-
.preloader-events-listing .grid-cards-desktop .short-17 {
|
|
2257
|
-
width: 275px;
|
|
2258
|
-
min-width: 275px;
|
|
2259
|
-
height: 530px;
|
|
2260
|
-
flex-grow: initial;
|
|
2261
|
-
}
|
|
2262
|
-
}
|
|
2263
|
-
.preloader-events-listing .grid-long-cards-mobile {
|
|
2264
|
-
display: block;
|
|
2265
|
-
}
|
|
2266
|
-
@media only screen and (min-width: 1440px) {
|
|
2267
|
-
.preloader-events-listing .grid-long-cards-mobile {
|
|
2268
|
-
display: none;
|
|
2269
|
-
}
|
|
2270
|
-
}
|
|
2271
|
-
.preloader-events-listing .grid-long-cards-mobile .short-13 {
|
|
2272
|
-
width: 100%;
|
|
2273
|
-
height: 391px;
|
|
2274
|
-
}
|
|
2275
|
-
@media only screen and (min-width: 992px) {
|
|
2276
|
-
.preloader-events-listing .grid-long-cards-mobile .short-13 {
|
|
2277
|
-
width: 996px;
|
|
2278
|
-
height: 391px;
|
|
2279
|
-
min-width: 996px;
|
|
2280
|
-
display: none;
|
|
2281
|
-
}
|
|
2282
|
-
}
|
|
2283
|
-
.preloader-events-listing .grid-long-cards-mobile .short-14 {
|
|
2284
|
-
display: none;
|
|
2285
|
-
}
|
|
2286
|
-
@media only screen and (min-width: 992px) {
|
|
2287
|
-
.preloader-events-listing .grid-long-cards-mobile .short-14 {
|
|
2288
|
-
display: block;
|
|
2289
|
-
width: 996px;
|
|
2290
|
-
height: 391px;
|
|
2291
|
-
min-width: 996px;
|
|
2292
|
-
}
|
|
2293
|
-
}
|
|
2294
|
-
.preloader-events-listing .grid-long-cards {
|
|
2295
|
-
display: flex;
|
|
2296
|
-
flex-direction: row;
|
|
2297
|
-
-moz-column-gap: 24px;
|
|
2298
|
-
column-gap: 24px;
|
|
2299
|
-
overflow-x: hidden;
|
|
2300
|
-
margin-top: 36px;
|
|
2301
|
-
margin-bottom: 30px;
|
|
2302
|
-
display: none;
|
|
2303
|
-
}
|
|
2304
|
-
@media only screen and (min-width: 992px) {
|
|
2305
|
-
.preloader-events-listing .grid-long-cards {
|
|
2306
|
-
margin-left: 24px;
|
|
2307
|
-
display: flex;
|
|
2308
|
-
}
|
|
2309
|
-
}
|
|
2310
|
-
@media only screen and (min-width: 1440px) {
|
|
2311
|
-
.preloader-events-listing .grid-long-cards {
|
|
2312
|
-
margin-left: 120px;
|
|
2313
|
-
display: flex;
|
|
2314
|
-
}
|
|
2315
|
-
}
|
|
2316
|
-
.preloader-events-listing .grid-long-cards .short-13 {
|
|
2317
|
-
width: 100%;
|
|
2318
|
-
height: 391px;
|
|
2319
|
-
}
|
|
2320
|
-
@media only screen and (min-width: 992px) {
|
|
2321
|
-
.preloader-events-listing .grid-long-cards .short-13 {
|
|
2322
|
-
width: 80%;
|
|
2323
|
-
height: 391px;
|
|
2324
|
-
min-width: 80%;
|
|
2325
|
-
}
|
|
2326
|
-
}
|
|
2327
|
-
.preloader-events-listing .grid-long-cards .short-14 {
|
|
2328
|
-
display: none;
|
|
2329
|
-
}
|
|
2330
|
-
@media only screen and (min-width: 992px) {
|
|
2331
|
-
.preloader-events-listing .grid-long-cards .short-14 {
|
|
2332
|
-
display: block;
|
|
2333
|
-
width: 996px;
|
|
2334
|
-
height: 391px;
|
|
2335
|
-
min-width: 996px;
|
|
2336
|
-
}
|
|
2337
|
-
}
|
|
2338
|
-
|
|
2339
|
-
.preloader-blogs-listing-page .block-heading {
|
|
2340
|
-
width: 188px;
|
|
2341
|
-
height: 43px;
|
|
2342
|
-
margin-top: 64px;
|
|
2343
|
-
align-self: center;
|
|
2344
|
-
}
|
|
2345
|
-
@media only screen and (min-width: 480px) {
|
|
2346
|
-
.preloader-blogs-listing-page .block-heading {
|
|
2347
|
-
width: 196px;
|
|
2348
|
-
}
|
|
2349
|
-
}
|
|
2350
|
-
@media only screen and (min-width: 768px) {
|
|
2351
|
-
.preloader-blogs-listing-page .block-heading {
|
|
2352
|
-
width: 254px;
|
|
2353
|
-
}
|
|
2354
|
-
}
|
|
2355
|
-
@media only screen and (min-width: 992px) {
|
|
2356
|
-
.preloader-blogs-listing-page .block-heading {
|
|
2357
|
-
width: 195.11px;
|
|
2358
|
-
}
|
|
2359
|
-
}
|
|
2360
|
-
@media only screen and (min-width: 1200px) {
|
|
2361
|
-
.preloader-blogs-listing-page .block-heading {
|
|
2362
|
-
width: 235.207px;
|
|
2363
|
-
}
|
|
2364
|
-
}
|
|
2365
|
-
@media only screen and (min-width: 1440px) {
|
|
2366
|
-
.preloader-blogs-listing-page .block-heading {
|
|
2367
|
-
width: 248px;
|
|
2368
|
-
}
|
|
2369
|
-
}
|
|
2370
|
-
.preloader-blogs-listing-page .block-para {
|
|
2371
|
-
width: 256px;
|
|
2372
|
-
height: 20px;
|
|
2373
|
-
margin-bottom: 45px;
|
|
2374
|
-
align-self: center;
|
|
2375
|
-
}
|
|
2376
|
-
@media only screen and (min-width: 480px) {
|
|
2377
|
-
.preloader-blogs-listing-page .block-para {
|
|
2378
|
-
width: 264px;
|
|
2379
|
-
}
|
|
2380
|
-
}
|
|
2381
|
-
@media only screen and (min-width: 768px) {
|
|
2382
|
-
.preloader-blogs-listing-page .block-para {
|
|
2383
|
-
width: 340px;
|
|
2384
|
-
}
|
|
2385
|
-
}
|
|
2386
|
-
@media only screen and (min-width: 992px) {
|
|
2387
|
-
.preloader-blogs-listing-page .block-para {
|
|
2388
|
-
width: 280px;
|
|
2389
|
-
}
|
|
2390
|
-
}
|
|
2391
|
-
@media only screen and (min-width: 1200px) {
|
|
2392
|
-
.preloader-blogs-listing-page .block-para {
|
|
2393
|
-
width: 337.296px;
|
|
2394
|
-
}
|
|
2395
|
-
}
|
|
2396
|
-
@media only screen and (min-width: 1440px) {
|
|
2397
|
-
.preloader-blogs-listing-page .block-para {
|
|
2398
|
-
width: 356px;
|
|
2399
|
-
}
|
|
2400
|
-
}
|
|
2401
|
-
.preloader-blogs-listing-page .topsection-block {
|
|
2402
|
-
height: 754px;
|
|
2403
|
-
margin-bottom: 28px;
|
|
2404
|
-
align-self: center;
|
|
2405
|
-
}
|
|
2406
|
-
@media only screen and (min-width: 992px) {
|
|
2407
|
-
.preloader-blogs-listing-page .topsection-block {
|
|
2408
|
-
height: 547px;
|
|
2409
|
-
}
|
|
2410
|
-
}
|
|
2411
|
-
@media only screen and (min-width: 1200px) {
|
|
2412
|
-
.preloader-blogs-listing-page .topsection-block {
|
|
2413
|
-
margin-bottom: 69px;
|
|
2414
|
-
}
|
|
2415
|
-
}
|
|
2416
|
-
.preloader-blogs-listing-page .card-block {
|
|
2417
|
-
height: 309px;
|
|
2418
|
-
}
|
|
2419
|
-
@media only screen and (min-width: 480px) {
|
|
2420
|
-
.preloader-blogs-listing-page .card-block {
|
|
2421
|
-
height: 465px;
|
|
2422
|
-
}
|
|
2423
|
-
}
|
|
2424
|
-
@media only screen and (min-width: 768px) {
|
|
2425
|
-
.preloader-blogs-listing-page .card-block {
|
|
2426
|
-
height: 397px;
|
|
2427
|
-
}
|
|
2428
|
-
}
|
|
2429
|
-
@media only screen and (min-width: 992px) {
|
|
2430
|
-
.preloader-blogs-listing-page .card-block {
|
|
2431
|
-
height: 364px;
|
|
2432
|
-
}
|
|
2433
|
-
}
|
|
2434
|
-
@media only screen and (min-width: 1200px) {
|
|
2435
|
-
.preloader-blogs-listing-page .card-block {
|
|
2436
|
-
height: 366px;
|
|
2437
|
-
}
|
|
2438
|
-
}
|
|
2439
|
-
.preloader-blogs-listing-page .filter-block {
|
|
2440
|
-
display: none;
|
|
2441
|
-
}
|
|
2442
|
-
@media only screen and (min-width: 992px) {
|
|
2443
|
-
.preloader-blogs-listing-page .filter-block {
|
|
2444
|
-
height: 853px;
|
|
2445
|
-
display: block;
|
|
2446
|
-
}
|
|
2447
|
-
}
|
|
2448
|
-
.preloader-blogs-listing-page .mobile-block {
|
|
2449
|
-
display: grid;
|
|
2450
|
-
margin-bottom: 28px;
|
|
2451
|
-
}
|
|
2452
|
-
@media only screen and (min-width: 992px) {
|
|
2453
|
-
.preloader-blogs-listing-page .mobile-block {
|
|
2454
|
-
display: none;
|
|
2455
|
-
}
|
|
2456
|
-
}
|
|
2457
|
-
.preloader-blogs-listing-page .mobile-cards {
|
|
2458
|
-
display: grid;
|
|
2459
|
-
padding-bottom: 28px;
|
|
2460
|
-
}
|
|
2461
|
-
@media only screen and (min-width: 768px) {
|
|
2462
|
-
.preloader-blogs-listing-page .mobile-cards {
|
|
2463
|
-
display: none;
|
|
2464
|
-
}
|
|
2465
|
-
}
|
|
2466
|
-
.preloader-blogs-listing-page .ipad-cards {
|
|
2467
|
-
display: none;
|
|
2468
|
-
padding-bottom: 28px;
|
|
2469
|
-
}
|
|
2470
|
-
@media only screen and (min-width: 768px) {
|
|
2471
|
-
.preloader-blogs-listing-page .ipad-cards {
|
|
2472
|
-
display: grid;
|
|
2473
|
-
}
|
|
2474
|
-
}
|
|
2475
|
-
@media only screen and (min-width: 1200px) {
|
|
2476
|
-
.preloader-blogs-listing-page .ipad-cards {
|
|
2477
|
-
display: none;
|
|
2478
|
-
}
|
|
2479
|
-
}
|
|
2480
|
-
.preloader-blogs-listing-page .filter-div {
|
|
2481
|
-
display: none;
|
|
2482
|
-
margin-bottom: 28px;
|
|
2483
|
-
}
|
|
2484
|
-
@media only screen and (min-width: 992px) {
|
|
2485
|
-
.preloader-blogs-listing-page .filter-div {
|
|
2486
|
-
display: grid;
|
|
2487
|
-
}
|
|
2488
|
-
}
|
|
2489
|
-
@media only screen and (min-width: 1200px) {
|
|
2490
|
-
.preloader-blogs-listing-page .filter-div {
|
|
2491
|
-
display: none;
|
|
2492
|
-
}
|
|
2493
|
-
}
|
|
2494
|
-
.preloader-blogs-listing-page .filter-top {
|
|
2495
|
-
margin-bottom: 24px;
|
|
2496
|
-
}
|
|
2497
|
-
.preloader-blogs-listing-page .desktop-cards {
|
|
2498
|
-
display: none;
|
|
2499
|
-
padding-bottom: 48px;
|
|
2500
|
-
}
|
|
2501
|
-
@media only screen and (min-width: 1200px) {
|
|
2502
|
-
.preloader-blogs-listing-page .desktop-cards {
|
|
2503
|
-
display: grid;
|
|
2504
|
-
}
|
|
2505
|
-
}
|
|
2506
|
-
.preloader-blogs-listing-page .pagination-block {
|
|
2507
|
-
padding-bottom: 48px;
|
|
2508
|
-
display: flex;
|
|
2509
|
-
flex-direction: row;
|
|
2510
|
-
justify-content: center;
|
|
2511
|
-
}
|
|
2512
|
-
@media only screen and (min-width: 768px) {
|
|
2513
|
-
.preloader-blogs-listing-page .pagination-block {
|
|
2514
|
-
margin-top: 28px;
|
|
2515
|
-
}
|
|
2516
|
-
}
|
|
2517
|
-
.preloader-blogs-listing-page .page-block {
|
|
2518
|
-
width: 40px;
|
|
2519
|
-
height: 40px;
|
|
2520
|
-
margin: 0 5px;
|
|
2521
|
-
}
|
|
2522
|
-
|
|
2523
|
-
.preloader-cs-listing-page .jumbotron-img {
|
|
2524
|
-
height: 300px;
|
|
2525
|
-
background: #fff;
|
|
2526
|
-
}
|
|
2527
|
-
@media only screen and (min-width: 992px) {
|
|
2528
|
-
.preloader-cs-listing-page .jumbotron-img {
|
|
2529
|
-
display: none;
|
|
2530
|
-
}
|
|
2531
|
-
}
|
|
2532
|
-
.preloader-cs-listing-page .jumbotron {
|
|
2533
|
-
background-color: var(--color-gray-02);
|
|
2534
|
-
}
|
|
2535
|
-
@media only screen and (min-width: 992px) {
|
|
2536
|
-
.preloader-cs-listing-page .jumbotron {
|
|
2537
|
-
background: #fff;
|
|
2538
|
-
}
|
|
2539
|
-
}
|
|
2540
|
-
.preloader-cs-listing-page .jumbotron .jumbotron-content {
|
|
2541
|
-
background-color: var(--color-gray-02);
|
|
2542
|
-
padding-top: 18px;
|
|
2543
|
-
padding-bottom: 20px;
|
|
2544
|
-
}
|
|
2545
|
-
@media only screen and (min-width: 992px) {
|
|
2546
|
-
.preloader-cs-listing-page .jumbotron .jumbotron-content {
|
|
2547
|
-
padding-top: 106px;
|
|
2548
|
-
padding-bottom: 106px;
|
|
2549
|
-
}
|
|
2550
|
-
}
|
|
2551
|
-
@media only screen and (min-width: 992px) {
|
|
2552
|
-
.preloader-cs-listing-page .jumbotron .jumbotron-content {
|
|
2553
|
-
background: #fff;
|
|
2554
|
-
}
|
|
2555
|
-
}
|
|
2556
|
-
.preloader-cs-listing-page .skeleton-jumbotron {
|
|
2557
|
-
padding-top: 0;
|
|
2558
|
-
padding-bottom: 0;
|
|
2559
|
-
}
|
|
2560
|
-
@media only screen and (min-width: 992px) {
|
|
2561
|
-
.preloader-cs-listing-page .skeleton-jumbotron {
|
|
2562
|
-
padding-left: 24px;
|
|
2563
|
-
padding-bottom: 24px;
|
|
2564
|
-
}
|
|
2565
|
-
}
|
|
2566
|
-
.preloader-cs-listing-page .skeleton-jumbotron .cta-wrap {
|
|
2567
|
-
display: flex;
|
|
2568
|
-
width: 50%;
|
|
2569
|
-
-moz-column-gap: 14px;
|
|
2570
|
-
column-gap: 14px;
|
|
2571
|
-
}
|
|
2572
|
-
@media only screen and (min-width: 768px) {
|
|
2573
|
-
.preloader-cs-listing-page .skeleton-jumbotron .cta-wrap {
|
|
2574
|
-
-moz-column-gap: 24px;
|
|
2575
|
-
column-gap: 24px;
|
|
2576
|
-
}
|
|
2577
|
-
}
|
|
2578
|
-
.preloader-cs-listing-page .bold-1 {
|
|
2579
|
-
width: 97%;
|
|
2580
|
-
margin-bottom: 24px;
|
|
2581
|
-
}
|
|
2582
|
-
.preloader-cs-listing-page .narrow-1 {
|
|
2583
|
-
margin-bottom: 20px;
|
|
2584
|
-
}
|
|
2585
|
-
.preloader-cs-listing-page .bold-2 {
|
|
2586
|
-
margin-bottom: 18px;
|
|
2587
|
-
}
|
|
2588
|
-
.preloader-cs-listing-page .card-block {
|
|
2589
|
-
height: 347px;
|
|
2590
|
-
}
|
|
2591
|
-
.preloader-cs-listing-page .filter-block {
|
|
2592
|
-
display: none;
|
|
2593
|
-
}
|
|
2594
|
-
@media only screen and (min-width: 992px) {
|
|
2595
|
-
.preloader-cs-listing-page .filter-block {
|
|
2596
|
-
height: 853px;
|
|
2597
|
-
display: block;
|
|
2598
|
-
}
|
|
2599
|
-
}
|
|
2600
|
-
.preloader-cs-listing-page .mobile-block {
|
|
2601
|
-
display: grid;
|
|
2602
|
-
margin-bottom: 28px;
|
|
2603
|
-
margin-top: 48px;
|
|
2604
|
-
}
|
|
2605
|
-
@media only screen and (min-width: 992px) {
|
|
2606
|
-
.preloader-cs-listing-page .mobile-block {
|
|
2607
|
-
display: none;
|
|
2608
|
-
}
|
|
2609
|
-
}
|
|
2610
|
-
.preloader-cs-listing-page .mobile-cards {
|
|
2611
|
-
display: grid;
|
|
2612
|
-
padding-bottom: 28px;
|
|
2613
|
-
}
|
|
2614
|
-
@media only screen and (min-width: 768px) {
|
|
2615
|
-
.preloader-cs-listing-page .mobile-cards {
|
|
2616
|
-
display: none;
|
|
2617
|
-
}
|
|
2618
|
-
}
|
|
2619
|
-
.preloader-cs-listing-page .ipad-cards {
|
|
2620
|
-
display: none;
|
|
2621
|
-
padding-bottom: 28px;
|
|
2622
|
-
margin-top: 64px;
|
|
2623
|
-
}
|
|
2624
|
-
@media only screen and (min-width: 768px) {
|
|
2625
|
-
.preloader-cs-listing-page .ipad-cards {
|
|
2626
|
-
display: grid;
|
|
2627
|
-
}
|
|
2628
|
-
}
|
|
2629
|
-
@media only screen and (min-width: 1200px) {
|
|
2630
|
-
.preloader-cs-listing-page .ipad-cards {
|
|
2631
|
-
display: none;
|
|
2632
|
-
}
|
|
2633
|
-
}
|
|
2634
|
-
.preloader-cs-listing-page .filter-div {
|
|
2635
|
-
display: none;
|
|
2636
|
-
margin-bottom: 28px;
|
|
2637
|
-
}
|
|
2638
|
-
@media only screen and (min-width: 992px) {
|
|
2639
|
-
.preloader-cs-listing-page .filter-div {
|
|
2640
|
-
display: grid;
|
|
2641
|
-
}
|
|
2642
|
-
}
|
|
2643
|
-
@media only screen and (min-width: 1200px) {
|
|
2644
|
-
.preloader-cs-listing-page .filter-div {
|
|
2645
|
-
display: none;
|
|
2646
|
-
}
|
|
2647
|
-
}
|
|
2648
|
-
.preloader-cs-listing-page .filter-top {
|
|
2649
|
-
margin-bottom: 24px;
|
|
2650
|
-
}
|
|
2651
|
-
.preloader-cs-listing-page .desktop-cards {
|
|
2652
|
-
display: none;
|
|
2653
|
-
padding-bottom: 48px;
|
|
2654
|
-
margin-top: 64px;
|
|
2655
|
-
}
|
|
2656
|
-
@media only screen and (min-width: 1200px) {
|
|
2657
|
-
.preloader-cs-listing-page .desktop-cards {
|
|
2658
|
-
display: grid;
|
|
2659
|
-
}
|
|
2660
|
-
}
|
|
2661
|
-
.preloader-cs-listing-page .pagination-block {
|
|
2662
|
-
padding-bottom: 48px;
|
|
2663
|
-
display: flex;
|
|
2664
|
-
flex-direction: row;
|
|
2665
|
-
justify-content: center;
|
|
2666
|
-
}
|
|
2667
|
-
@media only screen and (min-width: 768px) {
|
|
2668
|
-
.preloader-cs-listing-page .pagination-block {
|
|
2669
|
-
margin-top: 28px;
|
|
2670
|
-
}
|
|
2671
|
-
}
|
|
2672
|
-
.preloader-cs-listing-page .page-block {
|
|
2673
|
-
width: 40px;
|
|
2674
|
-
height: 40px;
|
|
2675
|
-
margin: 0 5px;
|
|
2676
|
-
}
|
|
2677
|
-
|
|
2678
|
-
.ppc-skeleton-preloader {
|
|
2679
|
-
display: flex;
|
|
2680
|
-
justify-content: center;
|
|
2681
|
-
align-items: center;
|
|
2682
|
-
position: fixed;
|
|
2683
|
-
left: 0;
|
|
2684
|
-
right: 0;
|
|
2685
|
-
width: 100%;
|
|
2686
|
-
height: 100%;
|
|
2687
|
-
background: #f3f3f3;
|
|
2688
|
-
}
|
|
2689
|
-
.ppc-skeleton-preloader .dots-loader {
|
|
2690
|
-
color: var(--Green-6, #33a13c);
|
|
2691
|
-
width: 4px;
|
|
2692
|
-
aspect-ratio: 1;
|
|
2693
|
-
border-radius: 50%;
|
|
2694
|
-
box-shadow: 19px 0 0 7px, 38px 0 0 3px, 57px 0 0 0;
|
|
2695
|
-
transform: translateX(-38px);
|
|
2696
|
-
animation: dotsAnimation 0.5s infinite alternate linear;
|
|
2697
|
-
}
|
|
2698
|
-
@keyframes dotsAnimation {
|
|
2699
|
-
50% {
|
|
2700
|
-
box-shadow: 19px 0 0 3px, 38px 0 0 7px, 57px 0 0 3px;
|
|
2701
|
-
}
|
|
2702
|
-
100% {
|
|
2703
|
-
box-shadow: 19px 0 0 0, 38px 0 0 3px, 57px 0 0 7px;
|
|
2704
|
-
}
|
|
2705
|
-
}
|
|
2706
|
-
|
|
2707
|
-
.news-skeleton-preloader .thick-on-mobile {
|
|
2708
|
-
height: 94px;
|
|
2709
|
-
}
|
|
2710
|
-
@media only screen and (min-width: 768px) {
|
|
2711
|
-
.news-skeleton-preloader .thick-on-mobile {
|
|
2712
|
-
height: 48px;
|
|
2713
|
-
}
|
|
2714
|
-
}
|
|
2715
|
-
.news-skeleton-preloader .big-block {
|
|
2716
|
-
height: 700px;
|
|
2717
|
-
}
|
|
2718
|
-
@media only screen and (min-width: 992px) {
|
|
2719
|
-
.news-skeleton-preloader .big-block {
|
|
2720
|
-
height: 547px;
|
|
2721
|
-
}
|
|
2722
|
-
}
|
|
2723
|
-
.news-skeleton-preloader .card-block {
|
|
2724
|
-
height: 500px;
|
|
2725
|
-
}
|
|
2726
|
-
.news-skeleton-preloader .big-card-block {
|
|
2727
|
-
height: calc(100% - 8px);
|
|
2728
|
-
display: none;
|
|
2729
|
-
}
|
|
2730
|
-
@media only screen and (min-width: 992px) {
|
|
2731
|
-
.news-skeleton-preloader .big-card-block {
|
|
2732
|
-
display: block;
|
|
2733
|
-
}
|
|
2734
|
-
}
|
|
2735
|
-
|
|
2736
|
-
.resource-center-skeleton-preloader .skeleton-jumbotron {
|
|
2737
|
-
background-color: var(--color-gray-02);
|
|
2738
|
-
padding-top: 24px;
|
|
2739
|
-
padding-bottom: 24px;
|
|
2740
|
-
margin-bottom: 24px;
|
|
2741
|
-
}
|
|
2742
|
-
@media only screen and (min-width: 992px) {
|
|
2743
|
-
.resource-center-skeleton-preloader .skeleton-jumbotron {
|
|
2744
|
-
background-color: var(--color-gray-01);
|
|
2745
|
-
padding-top: 106px;
|
|
2746
|
-
padding-bottom: 106px;
|
|
2747
|
-
}
|
|
2748
|
-
}
|
|
2749
|
-
@media only screen and (min-width: 768px) {
|
|
2750
|
-
.resource-center-skeleton-preloader .skeleton-jumbotron {
|
|
2751
|
-
margin-bottom: 48px;
|
|
2752
|
-
}
|
|
2753
|
-
}
|
|
2754
|
-
.resource-center-skeleton-preloader .jumbo-image-mobile {
|
|
2755
|
-
display: block;
|
|
2756
|
-
background-color: var(--color-gray-01);
|
|
2757
|
-
height: 300px;
|
|
2758
|
-
}
|
|
2759
|
-
@media only screen and (min-width: 992px) {
|
|
2760
|
-
.resource-center-skeleton-preloader .jumbo-image-mobile {
|
|
2761
|
-
display: none;
|
|
2762
|
-
}
|
|
2763
|
-
}
|
|
2764
|
-
.resource-center-skeleton-preloader .card-block {
|
|
2765
|
-
width: 100%;
|
|
2766
|
-
height: 347px;
|
|
2767
|
-
margin: 0;
|
|
2768
|
-
}
|
|
2769
|
-
|
|
2770
|
-
.preloader-search-results {
|
|
2771
|
-
position: relative;
|
|
2772
|
-
width: 100%;
|
|
2773
|
-
top: 0px;
|
|
2774
|
-
left: 0px;
|
|
2775
|
-
}
|
|
2776
|
-
.preloader-search-results .ptc-container {
|
|
2777
|
-
padding-right: 0px;
|
|
2778
|
-
padding-left: 0px;
|
|
2779
|
-
}
|
|
2780
|
-
.preloader-search-results .content-container {
|
|
2781
|
-
z-index: 3;
|
|
2782
|
-
position: relative;
|
|
2783
|
-
}
|
|
2784
|
-
.preloader-search-results .content-container .content-container-child {
|
|
2785
|
-
background-color: --color-standard-gray;
|
|
2786
|
-
position: relative;
|
|
2787
|
-
}
|
|
2788
|
-
.preloader-search-results .content-container .grid-top {
|
|
2789
|
-
margin-bottom: 30px;
|
|
2790
|
-
}
|
|
2791
|
-
.preloader-search-results .content-container .row-margin-btm {
|
|
2792
|
-
margin-bottom: 10px;
|
|
2793
|
-
}
|
|
2794
|
-
.preloader-search-results .content-container .grid-top-2 {
|
|
2795
|
-
margin-bottom: 20px;
|
|
2796
|
-
}
|
|
2797
|
-
.preloader-search-results .content-container .block-1 {
|
|
2798
|
-
height: 527px;
|
|
2799
|
-
}
|
|
2800
|
-
.preloader-search-results .content-container .skeleton {
|
|
2801
|
-
padding: 4px 0 0 0;
|
|
2802
|
-
}
|
|
2803
|
-
.preloader-search-results .content-container .skeleton .skeleton-block {
|
|
2804
|
-
margin-bottom: 6px;
|
|
2805
|
-
}
|
|
2806
|
-
.preloader-search-results .content-container .skeleton .skeleton-block.longer {
|
|
2807
|
-
width: 568px;
|
|
2808
|
-
}
|
|
2809
|
-
@media only screen and (min-width: 360px) {
|
|
2810
|
-
.preloader-search-results .content-container .skeleton .skeleton-block.longer {
|
|
2811
|
-
width: 199px;
|
|
2812
|
-
}
|
|
2813
|
-
}
|
|
2814
|
-
@media only screen and (min-width: 480px) {
|
|
2815
|
-
.preloader-search-results .content-container .skeleton .skeleton-block.longer {
|
|
2816
|
-
width: 275px;
|
|
2817
|
-
}
|
|
2818
|
-
}
|
|
2819
|
-
@media only screen and (min-width: 768px) {
|
|
2820
|
-
.preloader-search-results .content-container .skeleton .skeleton-block.longer {
|
|
2821
|
-
width: 459px;
|
|
2822
|
-
}
|
|
2823
|
-
}
|
|
2824
|
-
@media only screen and (min-width: 992px) {
|
|
2825
|
-
.preloader-search-results .content-container .skeleton .skeleton-block.longer {
|
|
2826
|
-
width: 393px;
|
|
2827
|
-
}
|
|
2828
|
-
}
|
|
2829
|
-
@media only screen and (min-width: 1200px) {
|
|
2830
|
-
.preloader-search-results .content-container .skeleton .skeleton-block.longer {
|
|
2831
|
-
width: 538px;
|
|
2832
|
-
}
|
|
2833
|
-
}
|
|
2834
|
-
@media only screen and (min-width: 1440px) {
|
|
2835
|
-
.preloader-search-results .content-container .skeleton .skeleton-block.longer {
|
|
2836
|
-
width: 568px;
|
|
2837
|
-
}
|
|
2838
|
-
}
|
|
2839
|
-
.preloader-search-results .content-container .skeleton .skeleton-block.longest {
|
|
2840
|
-
width: 754px;
|
|
2841
|
-
}
|
|
2842
|
-
@media only screen and (min-width: 360px) {
|
|
2843
|
-
.preloader-search-results .content-container .skeleton .skeleton-block.longest {
|
|
2844
|
-
width: 264px;
|
|
2845
|
-
}
|
|
2846
|
-
}
|
|
2847
|
-
@media only screen and (min-width: 480px) {
|
|
2848
|
-
.preloader-search-results .content-container .skeleton .skeleton-block.longest {
|
|
2849
|
-
width: 366px;
|
|
2850
|
-
}
|
|
2851
|
-
}
|
|
2852
|
-
@media only screen and (min-width: 768px) {
|
|
2853
|
-
.preloader-search-results .content-container .skeleton .skeleton-block.longest {
|
|
2854
|
-
width: 611px;
|
|
2855
|
-
}
|
|
2856
|
-
}
|
|
2857
|
-
@media only screen and (min-width: 992px) {
|
|
2858
|
-
.preloader-search-results .content-container .skeleton .skeleton-block.longest {
|
|
2859
|
-
width: 523px;
|
|
2860
|
-
}
|
|
2861
|
-
}
|
|
2862
|
-
@media only screen and (min-width: 1200px) {
|
|
2863
|
-
.preloader-search-results .content-container .skeleton .skeleton-block.longest {
|
|
2864
|
-
width: 714px;
|
|
2865
|
-
}
|
|
2866
|
-
}
|
|
2867
|
-
@media only screen and (min-width: 1440px) {
|
|
2868
|
-
.preloader-search-results .content-container .skeleton .skeleton-block.longest {
|
|
2869
|
-
width: 754px;
|
|
2870
|
-
}
|
|
2871
|
-
}
|
|
2872
|
-
.preloader-search-results .content-container .skeleton .skeleton-block.medium {
|
|
2873
|
-
width: 366px;
|
|
2874
|
-
}
|
|
2875
|
-
@media only screen and (min-width: 360px) {
|
|
2876
|
-
.preloader-search-results .content-container .skeleton .skeleton-block.medium {
|
|
2877
|
-
width: 129px;
|
|
2878
|
-
}
|
|
2879
|
-
}
|
|
2880
|
-
@media only screen and (min-width: 480px) {
|
|
2881
|
-
.preloader-search-results .content-container .skeleton .skeleton-block.medium {
|
|
2882
|
-
width: 179px;
|
|
2883
|
-
}
|
|
2884
|
-
}
|
|
2885
|
-
@media only screen and (min-width: 768px) {
|
|
2886
|
-
.preloader-search-results .content-container .skeleton .skeleton-block.medium {
|
|
2887
|
-
width: 297px;
|
|
2888
|
-
}
|
|
2889
|
-
}
|
|
2890
|
-
@media only screen and (min-width: 992px) {
|
|
2891
|
-
.preloader-search-results .content-container .skeleton .skeleton-block.medium {
|
|
2892
|
-
width: 254px;
|
|
2893
|
-
}
|
|
2894
|
-
}
|
|
2895
|
-
@media only screen and (min-width: 1200px) {
|
|
2896
|
-
.preloader-search-results .content-container .skeleton .skeleton-block.medium {
|
|
2897
|
-
width: 347px;
|
|
2898
|
-
}
|
|
2899
|
-
}
|
|
2900
|
-
@media only screen and (min-width: 1440px) {
|
|
2901
|
-
.preloader-search-results .content-container .skeleton .skeleton-block.medium {
|
|
2902
|
-
width: 366px;
|
|
2903
|
-
}
|
|
2904
|
-
}
|
|
2905
|
-
.preloader-search-results .content-container .skeleton .skeleton-block.small {
|
|
2906
|
-
width: 100%;
|
|
2907
|
-
}
|
|
2908
|
-
.preloader-search-results .content-container .skeleton .skeleton-block.thin {
|
|
2909
|
-
height: 16px;
|
|
2910
|
-
}
|
|
2911
|
-
.preloader-search-results .content-container .skeleton .skeleton-block.thinner {
|
|
2912
|
-
height: 1px;
|
|
2913
|
-
}
|
|
2914
|
-
.preloader-search-results .content-container .skeleton .skeleton-block.bold {
|
|
2915
|
-
height: 26px;
|
|
2916
|
-
}
|
|
2917
|
-
|
|
2918
|
-
.preloader-ppc-embedded-form {
|
|
2919
|
-
background: var(--Gray-3, #bec6ca);
|
|
2920
|
-
}
|
|
2921
|
-
@media only screen and (max-width: 991.5px) {
|
|
2922
|
-
.preloader-ppc-embedded-form .is-grid {
|
|
2923
|
-
display: flex;
|
|
2924
|
-
flex-direction: column;
|
|
2925
|
-
justify-content: center;
|
|
2926
|
-
}
|
|
2927
|
-
.preloader-ppc-embedded-form .is-grid .form-block-2 {
|
|
2928
|
-
align-self: center;
|
|
2929
|
-
}
|
|
2930
|
-
}
|
|
2931
|
-
.preloader-ppc-embedded-form .form-block-2 {
|
|
2932
|
-
border-radius: 4px;
|
|
2933
|
-
background: #fff;
|
|
2934
|
-
margin-bottom: 111px;
|
|
2935
|
-
height: 533px;
|
|
2936
|
-
width: 336px;
|
|
2937
|
-
flex-shrink: 0;
|
|
2938
|
-
}
|
|
2939
|
-
@media only screen and (min-width: 360px) {
|
|
2940
|
-
.preloader-ppc-embedded-form .form-block-2 {
|
|
2941
|
-
width: 338px;
|
|
2942
|
-
}
|
|
2943
|
-
}
|
|
2944
|
-
@media only screen and (min-width: 768px) {
|
|
2945
|
-
.preloader-ppc-embedded-form .form-block-2 {
|
|
2946
|
-
margin-bottom: 88px;
|
|
2947
|
-
}
|
|
2948
|
-
}
|
|
2949
|
-
@media only screen and (min-width: 992px) {
|
|
2950
|
-
.preloader-ppc-embedded-form .form-block-2 {
|
|
2951
|
-
margin-bottom: 90px;
|
|
2952
|
-
}
|
|
2953
|
-
}
|
|
2954
|
-
.preloader-ppc-embedded-form .is-grid {
|
|
2955
|
-
grid-row-gap: 0px;
|
|
2956
|
-
}
|
|
2957
|
-
.preloader-ppc-embedded-form .grid-1 {
|
|
2958
|
-
padding-top: 91px;
|
|
2959
|
-
justify-self: center;
|
|
2960
|
-
}
|
|
2961
|
-
@media only screen and (min-width: 992px) {
|
|
2962
|
-
.preloader-ppc-embedded-form .grid-1 {
|
|
2963
|
-
padding-top: 94px;
|
|
2964
|
-
justify-self: normal;
|
|
2965
|
-
}
|
|
2966
|
-
}
|
|
2967
|
-
@media only screen and (min-width: 768px) {
|
|
2968
|
-
.preloader-ppc-embedded-form .grid-1 {
|
|
2969
|
-
padding-top: 94px;
|
|
2970
|
-
}
|
|
2971
|
-
}
|
|
2972
|
-
@media only screen and (min-width: 360px) {
|
|
2973
|
-
.preloader-ppc-embedded-form .grid-1 {
|
|
2974
|
-
padding-top: 71px;
|
|
2975
|
-
}
|
|
2976
|
-
}
|
|
2977
|
-
.preloader-ppc-embedded-form .skeleton {
|
|
2978
|
-
padding: 0px;
|
|
2979
|
-
}
|
|
2980
|
-
.preloader-ppc-embedded-form .skeleton .skeleton-block.very-bold {
|
|
2981
|
-
margin-bottom: 12px;
|
|
2982
|
-
height: 40px;
|
|
2983
|
-
}
|
|
2984
|
-
.preloader-ppc-embedded-form .skeleton .skeleton-block.line-1 {
|
|
2985
|
-
width: 308px;
|
|
2986
|
-
}
|
|
2987
|
-
@media only screen and (min-width: 480px) {
|
|
2988
|
-
.preloader-ppc-embedded-form .skeleton .skeleton-block.line-1 {
|
|
2989
|
-
width: 354px;
|
|
2990
|
-
}
|
|
2991
|
-
}
|
|
2992
|
-
@media only screen and (min-width: 768px) {
|
|
2993
|
-
.preloader-ppc-embedded-form .skeleton .skeleton-block.line-1 {
|
|
2994
|
-
width: 399px;
|
|
2995
|
-
}
|
|
2996
|
-
}
|
|
2997
|
-
@media only screen and (min-width: 1200px) {
|
|
2998
|
-
.preloader-ppc-embedded-form .skeleton .skeleton-block.line-1 {
|
|
2999
|
-
width: 468px;
|
|
3000
|
-
}
|
|
3001
|
-
}
|
|
3002
|
-
@media only screen and (min-width: 1440px) {
|
|
3003
|
-
.preloader-ppc-embedded-form .skeleton .skeleton-block.line-1 {
|
|
3004
|
-
width: 494px;
|
|
3005
|
-
}
|
|
3006
|
-
}
|
|
3007
|
-
.preloader-ppc-embedded-form .skeleton .skeleton-block.line-2 {
|
|
3008
|
-
width: 263px;
|
|
3009
|
-
margin-bottom: 21px;
|
|
3010
|
-
}
|
|
3011
|
-
@media only screen and (min-width: 480px) {
|
|
3012
|
-
.preloader-ppc-embedded-form .skeleton .skeleton-block.line-2 {
|
|
3013
|
-
width: 302px;
|
|
3014
|
-
}
|
|
3015
|
-
}
|
|
3016
|
-
@media only screen and (min-width: 768px) {
|
|
3017
|
-
.preloader-ppc-embedded-form .skeleton .skeleton-block.line-2 {
|
|
3018
|
-
width: 341px;
|
|
3019
|
-
}
|
|
3020
|
-
}
|
|
3021
|
-
@media only screen and (min-width: 1200px) {
|
|
3022
|
-
.preloader-ppc-embedded-form .skeleton .skeleton-block.line-2 {
|
|
3023
|
-
width: 400px;
|
|
3024
|
-
}
|
|
3025
|
-
}
|
|
3026
|
-
@media only screen and (min-width: 1440px) {
|
|
3027
|
-
.preloader-ppc-embedded-form .skeleton .skeleton-block.line-2 {
|
|
3028
|
-
width: 422px;
|
|
3029
|
-
}
|
|
3030
|
-
}
|
|
3031
|
-
.preloader-ppc-embedded-form .skeleton .skeleton-block.line-3 {
|
|
3032
|
-
width: 290px;
|
|
3033
|
-
}
|
|
3034
|
-
@media only screen and (min-width: 480px) {
|
|
3035
|
-
.preloader-ppc-embedded-form .skeleton .skeleton-block.line-3 {
|
|
3036
|
-
width: 333px;
|
|
3037
|
-
}
|
|
3038
|
-
}
|
|
3039
|
-
@media only screen and (min-width: 768px) {
|
|
3040
|
-
.preloader-ppc-embedded-form .skeleton .skeleton-block.line-3 {
|
|
3041
|
-
width: 376px;
|
|
3042
|
-
}
|
|
3043
|
-
}
|
|
3044
|
-
@media only screen and (min-width: 1200px) {
|
|
3045
|
-
.preloader-ppc-embedded-form .skeleton .skeleton-block.line-3 {
|
|
3046
|
-
width: 440px;
|
|
3047
|
-
}
|
|
3048
|
-
}
|
|
3049
|
-
@media only screen and (min-width: 1440px) {
|
|
3050
|
-
.preloader-ppc-embedded-form .skeleton .skeleton-block.line-3 {
|
|
3051
|
-
width: 465px;
|
|
3052
|
-
}
|
|
3053
|
-
}
|
|
3054
|
-
.preloader-ppc-embedded-form .skeleton .skeleton-block.line-4 {
|
|
3055
|
-
width: 312px;
|
|
3056
|
-
}
|
|
3057
|
-
@media only screen and (min-width: 480px) {
|
|
3058
|
-
.preloader-ppc-embedded-form .skeleton .skeleton-block.line-4 {
|
|
3059
|
-
width: 358px;
|
|
3060
|
-
}
|
|
3061
|
-
}
|
|
3062
|
-
@media only screen and (min-width: 768px) {
|
|
3063
|
-
.preloader-ppc-embedded-form .skeleton .skeleton-block.line-4 {
|
|
3064
|
-
width: 404px;
|
|
3065
|
-
}
|
|
3066
|
-
}
|
|
3067
|
-
@media only screen and (min-width: 1200px) {
|
|
3068
|
-
.preloader-ppc-embedded-form .skeleton .skeleton-block.line-4 {
|
|
3069
|
-
width: 473px;
|
|
3070
|
-
}
|
|
3071
|
-
}
|
|
3072
|
-
@media only screen and (min-width: 1440px) {
|
|
3073
|
-
.preloader-ppc-embedded-form .skeleton .skeleton-block.line-4 {
|
|
3074
|
-
width: 500px;
|
|
3075
|
-
}
|
|
3076
|
-
}
|
|
3077
|
-
.preloader-ppc-embedded-form .skeleton .skeleton-block.line-5 {
|
|
3078
|
-
width: 299px;
|
|
3079
|
-
}
|
|
3080
|
-
@media only screen and (min-width: 480px) {
|
|
3081
|
-
.preloader-ppc-embedded-form .skeleton .skeleton-block.line-5 {
|
|
3082
|
-
width: 343px;
|
|
3083
|
-
}
|
|
3084
|
-
}
|
|
3085
|
-
@media only screen and (min-width: 768px) {
|
|
3086
|
-
.preloader-ppc-embedded-form .skeleton .skeleton-block.line-5 {
|
|
3087
|
-
width: 387px;
|
|
3088
|
-
}
|
|
3089
|
-
}
|
|
3090
|
-
@media only screen and (min-width: 1200px) {
|
|
3091
|
-
.preloader-ppc-embedded-form .skeleton .skeleton-block.line-5 {
|
|
3092
|
-
width: 453px;
|
|
3093
|
-
}
|
|
3094
|
-
}
|
|
3095
|
-
@media only screen and (min-width: 1440px) {
|
|
3096
|
-
.preloader-ppc-embedded-form .skeleton .skeleton-block.line-5 {
|
|
3097
|
-
width: 478px;
|
|
3098
|
-
}
|
|
3099
|
-
}
|
|
3100
|
-
.preloader-ppc-embedded-form .skeleton .skeleton-block.line-6 {
|
|
3101
|
-
width: 301px;
|
|
3102
|
-
}
|
|
3103
|
-
@media only screen and (min-width: 480px) {
|
|
3104
|
-
.preloader-ppc-embedded-form .skeleton .skeleton-block.line-6 {
|
|
3105
|
-
width: 346px;
|
|
3106
|
-
}
|
|
3107
|
-
}
|
|
3108
|
-
@media only screen and (min-width: 768px) {
|
|
3109
|
-
.preloader-ppc-embedded-form .skeleton .skeleton-block.line-6 {
|
|
3110
|
-
width: 391px;
|
|
3111
|
-
}
|
|
3112
|
-
}
|
|
3113
|
-
@media only screen and (min-width: 1200px) {
|
|
3114
|
-
.preloader-ppc-embedded-form .skeleton .skeleton-block.line-6 {
|
|
3115
|
-
width: 458px;
|
|
3116
|
-
}
|
|
3117
|
-
}
|
|
3118
|
-
@media only screen and (min-width: 1440px) {
|
|
3119
|
-
.preloader-ppc-embedded-form .skeleton .skeleton-block.line-6 {
|
|
3120
|
-
width: 484px;
|
|
3121
|
-
}
|
|
3122
|
-
}
|
|
3123
|
-
.preloader-ppc-embedded-form .skeleton .skeleton-block.line-7 {
|
|
3124
|
-
width: 182px;
|
|
3125
|
-
margin-bottom: 40px;
|
|
3126
|
-
}
|
|
3127
|
-
@media only screen and (min-width: 480px) {
|
|
3128
|
-
.preloader-ppc-embedded-form .skeleton .skeleton-block.line-7 {
|
|
3129
|
-
width: 209px;
|
|
3130
|
-
}
|
|
3131
|
-
}
|
|
3132
|
-
@media only screen and (min-width: 768px) {
|
|
3133
|
-
.preloader-ppc-embedded-form .skeleton .skeleton-block.line-7 {
|
|
3134
|
-
width: 236px;
|
|
3135
|
-
}
|
|
3136
|
-
}
|
|
3137
|
-
@media only screen and (min-width: 1200px) {
|
|
3138
|
-
.preloader-ppc-embedded-form .skeleton .skeleton-block.line-7 {
|
|
3139
|
-
width: 276px;
|
|
3140
|
-
}
|
|
3141
|
-
}
|
|
3142
|
-
@media only screen and (min-width: 1440px) {
|
|
3143
|
-
.preloader-ppc-embedded-form .skeleton .skeleton-block.line-7 {
|
|
3144
|
-
width: 291px;
|
|
3145
|
-
}
|
|
3146
|
-
}
|
|
3147
|
-
.preloader-ppc-embedded-form .skeleton .skeleton-block.line-8 {
|
|
3148
|
-
width: 91px;
|
|
3149
|
-
margin-bottom: 48px;
|
|
3150
|
-
}
|
|
3151
|
-
@media only screen and (min-width: 480px) {
|
|
3152
|
-
.preloader-ppc-embedded-form .skeleton .skeleton-block.line-8 {
|
|
3153
|
-
width: 105px;
|
|
3154
|
-
}
|
|
3155
|
-
}
|
|
3156
|
-
@media only screen and (min-width: 768px) {
|
|
3157
|
-
.preloader-ppc-embedded-form .skeleton .skeleton-block.line-8 {
|
|
3158
|
-
width: 118px;
|
|
3159
|
-
}
|
|
3160
|
-
}
|
|
3161
|
-
@media only screen and (min-width: 1200px) {
|
|
3162
|
-
.preloader-ppc-embedded-form .skeleton .skeleton-block.line-8 {
|
|
3163
|
-
width: 138px;
|
|
3164
|
-
}
|
|
3165
|
-
}
|
|
3166
|
-
@media only screen and (min-width: 1440px) {
|
|
3167
|
-
.preloader-ppc-embedded-form .skeleton .skeleton-block.line-8 {
|
|
3168
|
-
width: 146px;
|
|
3169
|
-
}
|
|
3170
|
-
}
|
|
3171
|
-
.preloader-ppc-embedded-form .skeleton .skeleton-block.thin {
|
|
3172
|
-
height: 24px;
|
|
3173
|
-
}
|
|
3174
|
-
.preloader-ppc-embedded-form .skeleton .skeleton-block.thinner {
|
|
3175
|
-
height: 18px;
|
|
3176
|
-
}
|
|
3177
|
-
.preloader-ppc-embedded-form .skeleton .skeleton-block.block-2 {
|
|
3178
|
-
height: 418px;
|
|
3179
|
-
width: auto;
|
|
3180
|
-
margin-top: 44px;
|
|
3181
|
-
}
|
|
3182
|
-
|
|
3183
|
-
.preloader-storefront .jumbotron {
|
|
3184
|
-
margin-bottom: -60px;
|
|
3185
|
-
}
|
|
3186
|
-
.preloader-storefront .jumbotron .jumbotron-bg {
|
|
3187
|
-
height: 400px;
|
|
3188
|
-
background-color: var(--color-gray-03);
|
|
3189
|
-
position: relative;
|
|
3190
|
-
}
|
|
3191
|
-
.preloader-storefront .jumbotron .jumbotron-bg .grid-cards-div {
|
|
3192
|
-
position: relative;
|
|
3193
|
-
z-index: 3;
|
|
3194
|
-
}
|
|
3195
|
-
.preloader-storefront .jumbotron .sf-grid {
|
|
3196
|
-
position: relative;
|
|
3197
|
-
top: -104px;
|
|
3198
|
-
height: 100%;
|
|
3199
|
-
width: 100%;
|
|
3200
|
-
margin-bottom: 3rem;
|
|
3201
|
-
}
|
|
3202
|
-
.preloader-storefront .jumbotron .sf-cards-grid {
|
|
3203
|
-
grid-column-gap: 1.5rem;
|
|
3204
|
-
grid-row-gap: 1.5rem;
|
|
3205
|
-
}
|
|
3206
|
-
@media only screen and (min-width: 992px) {
|
|
3207
|
-
.preloader-storefront .jumbotron .sf-cards-grid {
|
|
3208
|
-
grid-column-gap: 2.5rem;
|
|
3209
|
-
grid-row-gap: 2.5rem;
|
|
3210
|
-
}
|
|
3211
|
-
}
|
|
3212
|
-
.preloader-storefront .jumbotron .sf-cards-grid .short-2 {
|
|
3213
|
-
height: 464px;
|
|
3214
|
-
}
|
|
3215
|
-
@media (min-width: 992px) {
|
|
3216
|
-
.preloader-storefront .jumbotron .sf-cards-grid .short-2 {
|
|
3217
|
-
height: 318px;
|
|
3218
|
-
}
|
|
3219
|
-
}
|
|
3220
|
-
.preloader-storefront .jumbotron .sf-cards-grid .short-4 {
|
|
3221
|
-
display: none;
|
|
3222
|
-
}
|
|
3223
|
-
@media (min-width: 992px) {
|
|
3224
|
-
.preloader-storefront .jumbotron .sf-cards-grid .short-4 {
|
|
3225
|
-
display: block;
|
|
3226
|
-
}
|
|
3227
|
-
}
|
|
3228
|
-
.preloader-storefront .ptc-section {
|
|
3229
|
-
margin-top: 3rem;
|
|
3230
|
-
margin-bottom: 3rem;
|
|
3231
|
-
}
|
|
3232
|
-
.preloader-storefront .promo-banner-block {
|
|
3233
|
-
width: auto;
|
|
3234
|
-
height: 259px;
|
|
3235
|
-
}
|
|
3236
|
-
.preloader-storefront .short-16 {
|
|
3237
|
-
width: 25%;
|
|
3238
|
-
margin-bottom: 1.25rem;
|
|
3239
|
-
}
|
|
3240
|
-
.preloader-storefront .short-11 {
|
|
3241
|
-
width: 60%;
|
|
3242
|
-
margin-bottom: 16px;
|
|
3243
|
-
}
|
|
3244
|
-
.preloader-storefront .grid-wrapper {
|
|
3245
|
-
padding-left: 24px;
|
|
3246
|
-
padding-bottom: 152px;
|
|
3247
|
-
}
|
|
3248
|
-
@media only screen and (min-width: 1200px) {
|
|
3249
|
-
.preloader-storefront .grid-wrapper {
|
|
3250
|
-
padding-left: 0;
|
|
3251
|
-
padding-right: 0;
|
|
3252
|
-
max-width: 1136px;
|
|
3253
|
-
margin-left: auto;
|
|
3254
|
-
margin-right: auto;
|
|
3255
|
-
}
|
|
3256
|
-
}
|
|
3257
|
-
@media only screen and (min-width: 1440px) {
|
|
3258
|
-
.preloader-storefront .grid-wrapper {
|
|
3259
|
-
padding-left: 0;
|
|
3260
|
-
padding-right: 0;
|
|
3261
|
-
max-width: 1200px;
|
|
3262
|
-
margin-left: auto;
|
|
3263
|
-
margin-right: auto;
|
|
3264
|
-
}
|
|
3265
|
-
}
|
|
3266
|
-
.preloader-storefront .short-1 {
|
|
3267
|
-
height: 341px;
|
|
3268
|
-
}
|
|
3269
|
-
.preloader-storefront .cards-grid-2 {
|
|
3270
|
-
display: flex;
|
|
3271
|
-
flex-direction: row;
|
|
3272
|
-
grid-column-gap: 4px;
|
|
3273
|
-
grid-row-gap: 4px;
|
|
3274
|
-
}
|
|
3275
|
-
@media only screen and (min-width: 992px) {
|
|
3276
|
-
.preloader-storefront .cards-grid-2 {
|
|
3277
|
-
grid-column-gap: 20px;
|
|
3278
|
-
grid-row-gap: 20px;
|
|
3279
|
-
}
|
|
3280
|
-
}
|
|
3281
|
-
.preloader-storefront .cards-grid-2 .card {
|
|
3282
|
-
min-width: 270px;
|
|
3283
|
-
}
|
|
3284
|
-
|
|
3285
|
-
.preloader-store-listing-page .top {
|
|
3286
|
-
padding-top: 25px;
|
|
3287
|
-
}
|
|
3288
|
-
.preloader-store-listing-page .top .top-block {
|
|
3289
|
-
width: 98px;
|
|
3290
|
-
}
|
|
3291
|
-
.preloader-store-listing-page .search-box {
|
|
3292
|
-
display: flex;
|
|
3293
|
-
flex-direction: row;
|
|
3294
|
-
margin-top: 10px;
|
|
3295
|
-
width: 100%;
|
|
3296
|
-
}
|
|
3297
|
-
.preloader-store-listing-page .search-box .search-input-box {
|
|
3298
|
-
background-color: #fff;
|
|
3299
|
-
width: 100%;
|
|
3300
|
-
height: 48px;
|
|
3301
|
-
border-top-left-radius: 4px;
|
|
3302
|
-
border-bottom-left-radius: 4px;
|
|
3303
|
-
}
|
|
3304
|
-
.preloader-store-listing-page .search-box .search-btn-box {
|
|
3305
|
-
height: 48px;
|
|
3306
|
-
width: 58px;
|
|
3307
|
-
border-top-left-radius: 0;
|
|
3308
|
-
border-bottom-left-radius: 0;
|
|
3309
|
-
}
|
|
3310
|
-
.preloader-store-listing-page .search-btn {
|
|
3311
|
-
background-color: #fff;
|
|
3312
|
-
border-radius: 4px;
|
|
3313
|
-
width: auto;
|
|
3314
|
-
height: 48px;
|
|
3315
|
-
margin: 10px;
|
|
3316
|
-
margin-left: 24px;
|
|
3317
|
-
}
|
|
3318
|
-
.preloader-store-listing-page .card-block {
|
|
3319
|
-
height: 309px;
|
|
3320
|
-
}
|
|
3321
|
-
@media only screen and (min-width: 480px) {
|
|
3322
|
-
.preloader-store-listing-page .card-block {
|
|
3323
|
-
height: 465px;
|
|
3324
|
-
}
|
|
3325
|
-
}
|
|
3326
|
-
@media only screen and (min-width: 768px) {
|
|
3327
|
-
.preloader-store-listing-page .card-block {
|
|
3328
|
-
height: 397px;
|
|
3329
|
-
}
|
|
3330
|
-
}
|
|
3331
|
-
@media only screen and (min-width: 992px) {
|
|
3332
|
-
.preloader-store-listing-page .card-block {
|
|
3333
|
-
height: 364px;
|
|
3334
|
-
}
|
|
3335
|
-
}
|
|
3336
|
-
@media only screen and (min-width: 1200px) {
|
|
3337
|
-
.preloader-store-listing-page .card-block {
|
|
3338
|
-
height: 366px;
|
|
3339
|
-
}
|
|
3340
|
-
}
|
|
3341
|
-
.preloader-store-listing-page .filter-block {
|
|
3342
|
-
display: none;
|
|
3343
|
-
}
|
|
3344
|
-
@media only screen and (min-width: 992px) {
|
|
3345
|
-
.preloader-store-listing-page .filter-block {
|
|
3346
|
-
height: 853px;
|
|
3347
|
-
display: block;
|
|
3348
|
-
}
|
|
3349
|
-
}
|
|
3350
|
-
.preloader-store-listing-page .mobile-block {
|
|
3351
|
-
display: grid;
|
|
3352
|
-
margin-bottom: 4px;
|
|
3353
|
-
}
|
|
3354
|
-
@media only screen and (min-width: 992px) {
|
|
3355
|
-
.preloader-store-listing-page .mobile-block {
|
|
3356
|
-
display: none;
|
|
3357
|
-
}
|
|
3358
|
-
}
|
|
3359
|
-
.preloader-store-listing-page .desktop-grid {
|
|
3360
|
-
display: none;
|
|
3361
|
-
}
|
|
3362
|
-
@media (min-width: 992px) {
|
|
3363
|
-
.preloader-store-listing-page .desktop-grid {
|
|
3364
|
-
display: block;
|
|
3365
|
-
}
|
|
3366
|
-
}
|
|
3367
|
-
.preloader-store-listing-page .desktop-grid .search-filters {
|
|
3368
|
-
margin-top: 24px;
|
|
3369
|
-
background-color: white;
|
|
3370
|
-
border-radius: 4px;
|
|
3371
|
-
padding: 20px 16px 32px 16px;
|
|
3372
|
-
}
|
|
3373
|
-
.preloader-store-listing-page .desktop-grid .search-filters .div-block-1 {
|
|
3374
|
-
padding: 0px;
|
|
3375
|
-
padding-bottom: 10px;
|
|
3376
|
-
}
|
|
3377
|
-
.preloader-store-listing-page .desktop-grid .search-filters .div-block-1 .block-1 {
|
|
3378
|
-
width: 40%;
|
|
3379
|
-
margin-bottom: 10px;
|
|
3380
|
-
}
|
|
3381
|
-
.preloader-store-listing-page .desktop-grid .search-filters .div-filter {
|
|
3382
|
-
border-top: solid 1px #e4e7e9;
|
|
3383
|
-
padding: 20px 0;
|
|
3384
|
-
}
|
|
3385
|
-
.preloader-store-listing-page .desktop-grid .search-filters .div-filter .div-filter-top {
|
|
3386
|
-
display: flex;
|
|
3387
|
-
flex-direction: row;
|
|
3388
|
-
justify-content: space-between;
|
|
3389
|
-
padding: 0px;
|
|
3390
|
-
margin-bottom: 13px;
|
|
3391
|
-
}
|
|
3392
|
-
.preloader-store-listing-page .desktop-grid .search-filters .div-filter .div-filter-top .block-1 {
|
|
3393
|
-
width: 50%;
|
|
3394
|
-
}
|
|
3395
|
-
.preloader-store-listing-page .desktop-grid .search-filters .div-filter .div-filter-top .block-2 {
|
|
3396
|
-
width: 10%;
|
|
3397
|
-
}
|
|
3398
|
-
.preloader-store-listing-page .desktop-grid .search-filters .div-filter .div-filter-body {
|
|
3399
|
-
display: flex;
|
|
3400
|
-
flex-direction: row;
|
|
3401
|
-
justify-content: flex-start;
|
|
3402
|
-
align-items: center;
|
|
3403
|
-
padding: 0px;
|
|
3404
|
-
}
|
|
3405
|
-
.preloader-store-listing-page .desktop-grid .search-filters .div-filter .div-filter-body .block-1 {
|
|
3406
|
-
width: 22px;
|
|
3407
|
-
height: 22px;
|
|
3408
|
-
margin-bottom: 12px;
|
|
3409
|
-
}
|
|
3410
|
-
.preloader-store-listing-page .desktop-grid .search-filters .div-filter .div-filter-body .block-2 {
|
|
3411
|
-
width: 50%;
|
|
3412
|
-
margin-left: 12px;
|
|
3413
|
-
height: 16px;
|
|
3414
|
-
margin-bottom: 12px;
|
|
3415
|
-
}
|
|
3416
|
-
.preloader-store-listing-page .desktop-grid .search-filters .div-filter .div-filter-body .block-3 {
|
|
3417
|
-
width: 35%;
|
|
3418
|
-
margin-left: 12px;
|
|
3419
|
-
height: 16px;
|
|
3420
|
-
margin-bottom: 12px;
|
|
3421
|
-
}
|
|
3422
|
-
.preloader-store-listing-page .desktop-grid .desktop-cards-wrapper {
|
|
3423
|
-
padding: 20px 20px 24px 24px;
|
|
3424
|
-
background-color: white;
|
|
3425
|
-
border-radius: 4px;
|
|
3426
|
-
margin-top: 14px;
|
|
3427
|
-
margin-bottom: 100px;
|
|
3428
|
-
}
|
|
3429
|
-
.preloader-store-listing-page .desktop-grid .desktop-cards-wrapper .div-top-lines {
|
|
3430
|
-
display: flex;
|
|
3431
|
-
flex-direction: row;
|
|
3432
|
-
justify-content: space-between;
|
|
3433
|
-
padding: 0px;
|
|
3434
|
-
padding-bottom: 10px;
|
|
3435
|
-
margin-bottom: 20px;
|
|
3436
|
-
border-bottom: solid 2px #e4e7e9;
|
|
3437
|
-
}
|
|
3438
|
-
.preloader-store-listing-page .desktop-grid .desktop-cards-wrapper .div-top-lines .block-1 {
|
|
3439
|
-
width: 10%;
|
|
3440
|
-
}
|
|
3441
|
-
.preloader-store-listing-page .desktop-grid .desktop-cards-wrapper .div-top-lines .block-2 {
|
|
3442
|
-
width: 100px;
|
|
3443
|
-
}
|
|
3444
|
-
.preloader-store-listing-page .mobile-cards-wrapper {
|
|
3445
|
-
padding: 20px 20px 24px 24px;
|
|
3446
|
-
background-color: white;
|
|
3447
|
-
border-radius: 4px;
|
|
3448
|
-
margin-top: 14px;
|
|
3449
|
-
margin-bottom: 100px;
|
|
3450
|
-
}
|
|
3451
|
-
@media (min-width: 992px) {
|
|
3452
|
-
.preloader-store-listing-page .mobile-cards-wrapper {
|
|
3453
|
-
display: none;
|
|
3454
|
-
}
|
|
3455
|
-
}
|
|
3456
|
-
.preloader-store-listing-page .mobile-cards-wrapper .div-top-lines {
|
|
3457
|
-
display: flex;
|
|
3458
|
-
flex-direction: row;
|
|
3459
|
-
justify-content: space-between;
|
|
3460
|
-
padding: 0px;
|
|
3461
|
-
padding-bottom: 10px;
|
|
3462
|
-
border-bottom: solid 2px #e4e7e9;
|
|
3463
|
-
}
|
|
3464
|
-
.preloader-store-listing-page .mobile-cards-wrapper .div-top-lines .block-1 {
|
|
3465
|
-
width: 49px;
|
|
3466
|
-
}
|
|
3467
|
-
.preloader-store-listing-page .mobile-cards-wrapper .div-top-lines .block-2 {
|
|
3468
|
-
width: 100px;
|
|
3469
|
-
}
|
|
3470
|
-
.preloader-store-listing-page .cards-mobile {
|
|
3471
|
-
display: block;
|
|
3472
|
-
}
|
|
3473
|
-
@media (min-width: 768px) {
|
|
3474
|
-
.preloader-store-listing-page .cards-mobile {
|
|
3475
|
-
display: none;
|
|
3476
|
-
}
|
|
3477
|
-
}
|
|
3478
|
-
.preloader-store-listing-page .cards-ipad {
|
|
3479
|
-
display: none;
|
|
3480
|
-
}
|
|
3481
|
-
@media (min-width: 768px) {
|
|
3482
|
-
.preloader-store-listing-page .cards-ipad {
|
|
3483
|
-
display: block;
|
|
3484
|
-
}
|
|
3485
|
-
}
|
|
3486
|
-
.preloader-store-listing-page .cards-div {
|
|
3487
|
-
border-bottom: solid 2px #e4e7e9;
|
|
3488
|
-
}
|
|
3489
|
-
.preloader-store-listing-page .cards-div .cards-div-block {
|
|
3490
|
-
padding-top: 27px;
|
|
3491
|
-
padding-left: 0px;
|
|
3492
|
-
padding-bottom: 33px;
|
|
3493
|
-
}
|
|
3494
|
-
.preloader-store-listing-page .cards-div .cards-div-block .thinner {
|
|
3495
|
-
height: 16px;
|
|
3496
|
-
}
|
|
3497
|
-
.preloader-store-listing-page .cards-div .cards-div-block .block-1 {
|
|
3498
|
-
width: 65%;
|
|
3499
|
-
margin-bottom: 16px;
|
|
3500
|
-
}
|
|
3501
|
-
.preloader-store-listing-page .cards-div .cards-div-block .block-2 {
|
|
3502
|
-
width: 95%;
|
|
3503
|
-
}
|
|
3504
|
-
.preloader-store-listing-page .cards-div .cards-div-block .block-3 {
|
|
3505
|
-
width: 55%;
|
|
3506
|
-
margin-bottom: 26px;
|
|
3507
|
-
}
|
|
3508
|
-
.preloader-store-listing-page .cards-div .cards-div-block .block-4 {
|
|
3509
|
-
width: 20%;
|
|
3510
|
-
padding-bottom: 0px;
|
|
3511
|
-
margin-bottom: 0px;
|
|
3512
|
-
}
|
|
3513
|
-
.preloader-store-listing-page .cards-div .cards-div-block-right {
|
|
3514
|
-
padding-top: 27px;
|
|
3515
|
-
padding-left: 0px;
|
|
3516
|
-
padding-bottom: 33px;
|
|
3517
|
-
align-items: end;
|
|
3518
|
-
}
|
|
3519
|
-
.preloader-store-listing-page .cards-div .cards-div-block-right .thinner {
|
|
3520
|
-
height: 16px;
|
|
3521
|
-
}
|
|
3522
|
-
.preloader-store-listing-page .cards-div .cards-div-block-right .block-1 {
|
|
3523
|
-
width: 121px;
|
|
3524
|
-
height: 40px;
|
|
3525
|
-
}
|
|
3526
|
-
.preloader-store-listing-page .cards-div .cards-div-block-right .block-2 {
|
|
3527
|
-
width: 158px;
|
|
3528
|
-
margin-bottom: 17px;
|
|
3529
|
-
}
|
|
3530
|
-
.preloader-store-listing-page .cards-div .cards-div-block-right .block-3 {
|
|
3531
|
-
width: 121px;
|
|
3532
|
-
height: 55px;
|
|
3533
|
-
padding-bottom: 0px;
|
|
3534
|
-
margin-bottom: 0px;
|
|
3535
|
-
}
|
|
3536
|
-
.preloader-store-listing-page .mobile-cards {
|
|
3537
|
-
display: grid;
|
|
3538
|
-
padding-bottom: 28px;
|
|
3539
|
-
}
|
|
3540
|
-
@media only screen and (min-width: 768px) {
|
|
3541
|
-
.preloader-store-listing-page .mobile-cards {
|
|
3542
|
-
display: none;
|
|
3543
|
-
}
|
|
3544
|
-
}
|
|
3545
|
-
.preloader-store-listing-page .ipad-cards {
|
|
3546
|
-
display: none;
|
|
3547
|
-
padding-bottom: 28px;
|
|
3548
|
-
}
|
|
3549
|
-
@media only screen and (min-width: 768px) {
|
|
3550
|
-
.preloader-store-listing-page .ipad-cards {
|
|
3551
|
-
display: grid;
|
|
3552
|
-
}
|
|
3553
|
-
}
|
|
3554
|
-
@media only screen and (min-width: 1200px) {
|
|
3555
|
-
.preloader-store-listing-page .ipad-cards {
|
|
3556
|
-
display: none;
|
|
3557
|
-
}
|
|
3558
|
-
}
|
|
3559
|
-
.preloader-store-listing-page .filter-div {
|
|
3560
|
-
display: none;
|
|
3561
|
-
margin-bottom: 28px;
|
|
3562
|
-
}
|
|
3563
|
-
@media only screen and (min-width: 992px) {
|
|
3564
|
-
.preloader-store-listing-page .filter-div {
|
|
3565
|
-
display: grid;
|
|
3566
|
-
}
|
|
3567
|
-
}
|
|
3568
|
-
@media only screen and (min-width: 1200px) {
|
|
3569
|
-
.preloader-store-listing-page .filter-div {
|
|
3570
|
-
display: none;
|
|
3571
|
-
}
|
|
3572
|
-
}
|
|
3573
|
-
.preloader-store-listing-page .filter-top {
|
|
3574
|
-
margin-bottom: 24px;
|
|
3575
|
-
}
|
|
3576
|
-
.preloader-store-listing-page .desktop-cards {
|
|
3577
|
-
display: none;
|
|
3578
|
-
padding-bottom: 48px;
|
|
3579
|
-
}
|
|
3580
|
-
@media only screen and (min-width: 1200px) {
|
|
3581
|
-
.preloader-store-listing-page .desktop-cards {
|
|
3582
|
-
display: grid;
|
|
3583
|
-
}
|
|
3584
|
-
}
|
|
3585
|
-
.preloader-store-listing-page .pagination-block {
|
|
3586
|
-
padding-bottom: 48px;
|
|
3587
|
-
display: flex;
|
|
3588
|
-
flex-direction: row;
|
|
3589
|
-
justify-content: center;
|
|
3590
|
-
}
|
|
3591
|
-
@media only screen and (min-width: 768px) {
|
|
3592
|
-
.preloader-store-listing-page .pagination-block {
|
|
3593
|
-
margin-top: 28px;
|
|
3594
|
-
}
|
|
3595
|
-
}
|
|
3596
|
-
.preloader-store-listing-page .page-block {
|
|
3597
|
-
width: 40px;
|
|
3598
|
-
height: 40px;
|
|
3599
|
-
margin: 0 5px;
|
|
3600
|
-
}
|
|
3601
|
-
|
|
3602
|
-
.preloader-store-detail-page .jumbotron .jumbotron-bg {
|
|
3603
|
-
height: 300px;
|
|
3604
|
-
background-color: var(--color-gray-03);
|
|
3605
|
-
position: relative;
|
|
3606
|
-
}
|
|
3607
|
-
.preloader-store-detail-page .div-body {
|
|
3608
|
-
top: -100px;
|
|
3609
|
-
position: relative;
|
|
3610
|
-
}
|
|
3611
|
-
@media only screen and (min-width: 768px) {
|
|
3612
|
-
.preloader-store-detail-page .div-body {
|
|
3613
|
-
text-align: -webkit-center;
|
|
3614
|
-
}
|
|
3615
|
-
}
|
|
3616
|
-
@media only screen and (min-width: 480px) {
|
|
3617
|
-
.preloader-store-detail-page .div-body {
|
|
3618
|
-
top: -125px;
|
|
3619
|
-
}
|
|
3620
|
-
}
|
|
3621
|
-
@media only screen and (min-width: 992px) {
|
|
3622
|
-
.preloader-store-detail-page .div-body {
|
|
3623
|
-
top: -148px;
|
|
3624
|
-
}
|
|
3625
|
-
}
|
|
3626
|
-
.preloader-store-detail-page .div-body .div-grid-block {
|
|
3627
|
-
position: relative;
|
|
3628
|
-
z-index: 3;
|
|
3629
|
-
border-radius: 4px;
|
|
3630
|
-
background: #fff;
|
|
3631
|
-
padding: 40px;
|
|
3632
|
-
}
|
|
3633
|
-
@media only screen and (min-width: 768px) {
|
|
3634
|
-
.preloader-store-detail-page .div-body .div-grid-block {
|
|
3635
|
-
max-width: 890px;
|
|
3636
|
-
width: 70%;
|
|
3637
|
-
display: flex;
|
|
3638
|
-
flex-direction: row;
|
|
3639
|
-
}
|
|
3640
|
-
}
|
|
3641
|
-
@media only screen and (min-width: 768px) {
|
|
3642
|
-
.preloader-store-detail-page .div-body .div-grid-block .div-1 {
|
|
3643
|
-
flex-basis: 50%;
|
|
3644
|
-
padding-right: 40px;
|
|
3645
|
-
display: flex;
|
|
3646
|
-
justify-content: space-between;
|
|
3647
|
-
flex-direction: column;
|
|
3648
|
-
}
|
|
3649
|
-
}
|
|
3650
|
-
.preloader-store-detail-page .div-body .div-grid-block .div-3 {
|
|
3651
|
-
display: none;
|
|
3652
|
-
}
|
|
3653
|
-
@media only screen and (min-width: 768px) {
|
|
3654
|
-
.preloader-store-detail-page .div-body .div-grid-block .div-3 {
|
|
3655
|
-
display: block;
|
|
3656
|
-
}
|
|
3657
|
-
}
|
|
3658
|
-
.preloader-store-detail-page .div-body .div-grid-block .div-2 {
|
|
3659
|
-
display: block;
|
|
3660
|
-
}
|
|
3661
|
-
@media only screen and (min-width: 768px) {
|
|
3662
|
-
.preloader-store-detail-page .div-body .div-grid-block .div-2 {
|
|
3663
|
-
display: none;
|
|
3664
|
-
}
|
|
3665
|
-
}
|
|
3666
|
-
.preloader-store-detail-page .div-body .div-grid-block .thick-block {
|
|
3667
|
-
height: 96px;
|
|
3668
|
-
}
|
|
3669
|
-
.preloader-store-detail-page .div-body .div-grid-block .div-middle {
|
|
3670
|
-
margin: 40px 0;
|
|
3671
|
-
border-radius: 4px;
|
|
3672
|
-
border: 1px solid var(--color-gray-02);
|
|
3673
|
-
padding: 95px 40px;
|
|
3674
|
-
}
|
|
3675
|
-
@media only screen and (min-width: 768px) {
|
|
3676
|
-
.preloader-store-detail-page .div-body .div-grid-block .div-middle {
|
|
3677
|
-
flex-basis: 50%;
|
|
3678
|
-
margin: 0;
|
|
3679
|
-
}
|
|
3680
|
-
}
|
|
3681
|
-
.preloader-store-detail-page .div-body .div-grid-block .div-middle .div-skeleton {
|
|
3682
|
-
align-items: center;
|
|
3683
|
-
}
|
|
3684
|
-
.preloader-store-detail-page .div-body .div-grid-block .div-middle .button-block {
|
|
3685
|
-
width: 125px;
|
|
3686
|
-
height: 48px;
|
|
3687
|
-
}
|
|
3688
|
-
.preloader-store-detail-page .div-content {
|
|
3689
|
-
top: -172px;
|
|
3690
|
-
margin-top: 180px;
|
|
3691
|
-
position: relative;
|
|
3692
|
-
border-radius: 4px;
|
|
3693
|
-
background: #fff;
|
|
3694
|
-
padding: 40px;
|
|
3695
|
-
}
|
|
3696
|
-
@media only screen and (min-width: 480px) {
|
|
3697
|
-
.preloader-store-detail-page .div-content {
|
|
3698
|
-
margin-top: 128px;
|
|
3699
|
-
}
|
|
3700
|
-
}
|
|
3701
|
-
.preloader-store-detail-page .div-content .border-line {
|
|
3702
|
-
margin: 40px 10px;
|
|
3703
|
-
border: 1px solid var(--color-gray-02);
|
|
3704
|
-
}
|
|
3705
|
-
.preloader-store-detail-page .div-content .thick-block {
|
|
3706
|
-
height: 96px;
|
|
3707
|
-
margin-top: 40px;
|
|
3708
|
-
}
|
|
3709
|
-
.preloader-store-detail-page .heading {
|
|
3710
|
-
width: 125px;
|
|
3711
|
-
}
|
|
3712
|
-
.preloader-store-detail-page .para {
|
|
3713
|
-
height: 96px;
|
|
3714
|
-
margin-top: 40px;
|
|
3715
|
-
}
|
|
3716
|
-
@media only screen and (min-width: 768px) {
|
|
3717
|
-
.preloader-store-detail-page .para {
|
|
3718
|
-
width: 65%;
|
|
3719
|
-
height: 192px;
|
|
3720
|
-
}
|
|
3721
|
-
}
|
|
3722
|
-
|
|
3723
|
-
@media (prefers-reduced-motion: reduce) {
|
|
3724
|
-
.skeleton-block,
|
|
3725
|
-
.skeleton-image,
|
|
3726
|
-
.skeleton-card-media,
|
|
3727
|
-
.skeleton-jumbotron-image,
|
|
3728
|
-
.skeleton-long-image,
|
|
3729
|
-
.skeleton-background-video-tall,
|
|
3730
|
-
.skeleton-home-page .skeleton-jumbo .block,
|
|
3731
|
-
.skeleton-home-page .slide-container .skeleton-slides .slide,
|
|
3732
|
-
.skeleton-homepage-toggle .block,
|
|
3733
|
-
.skeleton-blog-detail .skeleton-block,
|
|
3734
|
-
.skeleton-blog-detail .skeleton-jumbotron .skeleton-jumbotron-image,
|
|
3735
|
-
.skeleton-on-demand .skeleton-block,
|
|
3736
|
-
.ppc-skeleton-preloader .dots-loader {
|
|
3737
|
-
animation: none;
|
|
3738
|
-
}
|
|
3739
|
-
}
|
|
3740
|
-
@keyframes pulse {
|
|
3741
|
-
0% {
|
|
3742
|
-
opacity: 0.5;
|
|
3743
|
-
}
|
|
3744
|
-
50% {
|
|
3745
|
-
opacity: 0.8;
|
|
3746
|
-
}
|
|
3747
|
-
100% {
|
|
3748
|
-
opacity: 0.5;
|
|
3749
|
-
}
|
|
3750
|
-
}
|
|
3751
|
-
@keyframes loading {
|
|
3752
|
-
0% {
|
|
3753
|
-
background-position: 200% 0;
|
|
3754
|
-
}
|
|
3755
|
-
100% {
|
|
3756
|
-
background-position: -200% 0;
|
|
3757
|
-
}
|
|
3758
|
-
}
|