@ptcwebops/ptcw-design 1.0.5 → 1.0.7
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 +21 -21
- package/dist/cjs/bundle-example.cjs.entry.js +31 -31
- package/dist/cjs/bundle-jumbotron-example_16.cjs.entry.js +1131 -0
- package/dist/cjs/dropdown-item.cjs.entry.js +11 -11
- package/dist/cjs/{index-c27e52b2.js → index-88135a6b.js} +8 -0
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/lottie-player.cjs.entry.js +355 -355
- package/dist/cjs/my-component.cjs.entry.js +16 -16
- package/dist/cjs/ptc-accordion-item.cjs.entry.js +84 -84
- package/dist/cjs/ptc-accordion.cjs.entry.js +36 -36
- package/dist/cjs/ptc-announcement.cjs.entry.js +51 -51
- package/dist/cjs/ptc-card-bottom_3.cjs.entry.js +123 -123
- package/dist/cjs/ptc-card-content.cjs.entry.js +58 -58
- package/dist/cjs/{ptc-card_6.cjs.entry.js → ptc-card.cjs.entry.js} +66 -470
- package/dist/cjs/ptc-checkbox.cjs.entry.js +51 -51
- package/dist/cjs/ptc-collapse-list.cjs.entry.js +347 -347
- package/dist/cjs/ptc-container.cjs.entry.js +33 -33
- package/dist/cjs/ptc-date.cjs.entry.js +61 -0
- package/dist/cjs/ptc-dropdown.cjs.entry.js +65 -65
- package/dist/cjs/ptc-dynamic-card.cjs.entry.js +47 -47
- package/dist/cjs/ptc-ellipsis-dropdown.cjs.entry.js +40 -40
- package/dist/cjs/ptc-filter-tag.cjs.entry.js +58 -58
- package/dist/cjs/ptc-hero-footer-cta.cjs.entry.js +12 -12
- package/dist/cjs/ptc-hero.cjs.entry.js +19 -19
- package/dist/cjs/ptc-icon-list.cjs.entry.js +22 -22
- package/dist/cjs/ptc-icon-minimize.cjs.entry.js +37 -37
- package/dist/cjs/ptc-link.cjs.entry.js +31 -31
- package/dist/cjs/ptc-list.cjs.entry.js +50 -50
- package/dist/cjs/ptc-lottie.cjs.entry.js +11 -11
- package/dist/cjs/ptc-media-card.cjs.entry.js +25 -25
- package/dist/cjs/ptc-minimized-footer.cjs.entry.js +9 -9
- package/dist/cjs/ptc-minimized-header.cjs.entry.js +12 -12
- package/dist/cjs/ptc-mobile-select.cjs.entry.js +54 -54
- package/dist/cjs/ptc-nav-card.cjs.entry.js +40 -40
- package/dist/cjs/ptc-overlay.cjs.entry.js +24 -24
- package/dist/cjs/ptc-pagenation.cjs.entry.js +210 -210
- package/dist/cjs/ptc-previous-url.cjs.entry.js +11 -11
- package/dist/cjs/ptc-pricing-block.cjs.entry.js +21 -21
- package/dist/cjs/ptc-pricing-tabs.cjs.entry.js +117 -117
- package/dist/cjs/ptc-quote.cjs.entry.js +24 -24
- package/dist/cjs/ptc-readmore.cjs.entry.js +74 -74
- package/dist/cjs/ptc-responsive-wrapper.cjs.entry.js +55 -55
- package/dist/cjs/ptc-search-field.cjs.entry.js +68 -52
- package/dist/cjs/ptc-shopping-cart.cjs.entry.js +51 -51
- package/dist/cjs/ptc-social-share.cjs.entry.js +60 -60
- package/dist/cjs/ptc-span.cjs.entry.js +19 -19
- package/dist/cjs/ptc-sticky-icons.cjs.entry.js +33 -33
- package/dist/cjs/ptc-tab-list.cjs.entry.js +126 -126
- package/dist/cjs/ptc-tab.cjs.entry.js +21 -21
- package/dist/cjs/ptc-tabs.cjs.entry.js +48 -48
- package/dist/cjs/ptc-text-copy-with-background.cjs.entry.js +28 -28
- package/dist/cjs/ptc-two-column-media.cjs.entry.js +16 -16
- package/dist/cjs/ptcw-design.cjs.js +2 -2
- package/dist/cjs/tab-content.cjs.entry.js +28 -28
- package/dist/cjs/tab-header.cjs.entry.js +47 -46
- package/dist/cjs/{utils-416c94fe.js → utils-9eb22041.js} +90 -90
- package/dist/collection/collection-manifest.json +2 -0
- package/dist/collection/components/bundle-example/bundle-example.css +15 -15
- package/dist/collection/components/bundle-example/bundle-example.js +58 -58
- package/dist/collection/components/bundle-jumbotron-example/bundle-jumbotron-example.css +3 -0
- package/dist/collection/components/bundle-jumbotron-example/bundle-jumbotron-example.js +66 -0
- package/dist/collection/components/dropdown-item/dropdown-item.js +61 -61
- package/dist/collection/components/icon-asset/icon-asset.css +4 -4
- package/dist/collection/components/icon-asset/icon-asset.js +199 -199
- package/dist/collection/components/icon-asset/media/brands.svg +1381 -1381
- package/dist/collection/components/icon-asset/media/designer.svg +387 -387
- package/dist/collection/components/icon-asset/media/regular.svg +463 -463
- package/dist/collection/components/icon-asset/media/solid.svg +3013 -3013
- package/dist/collection/components/icon-asset/media/svg-with-js.min.css +4 -4
- package/dist/collection/components/list-item/list-item.css +14 -0
- package/dist/collection/components/list-item/list-item.js +144 -107
- package/dist/collection/components/max-width-container/max-width-container.css +12 -7
- package/dist/collection/components/max-width-container/max-width-container.js +105 -80
- package/dist/collection/components/my-component/my-component.css +3 -3
- package/dist/collection/components/my-component/my-component.js +82 -82
- package/dist/collection/components/ptc-accordion/ptc-accordion-item/ptc-accordion-item.js +287 -287
- package/dist/collection/components/ptc-accordion/ptc-accordion.js +78 -78
- package/dist/collection/components/ptc-announcement/ptc-announcement.js +238 -238
- package/dist/collection/components/ptc-background-video/ptc-background-video.js +102 -102
- package/dist/collection/components/ptc-breadcrumb/ptc-breadcrumb.css +19 -0
- package/dist/collection/components/ptc-breadcrumb/ptc-breadcrumb.js +105 -22
- package/dist/collection/components/ptc-button/ptc-button.js +283 -283
- package/dist/collection/components/ptc-card/ptc-card.js +344 -344
- package/dist/collection/components/ptc-card-bottom/ptc-card-bottom.js +116 -116
- package/dist/collection/components/ptc-card-content/ptc-card-content.js +212 -212
- package/dist/collection/components/ptc-card-wrapper/ptc-card-wrapper.js +214 -214
- package/dist/collection/components/ptc-checkbox/ptc-checkbox.js +152 -152
- package/dist/collection/components/ptc-collapse-list/ptc-collapse-list.js +586 -586
- package/dist/collection/components/ptc-container/ptc-container.js +120 -120
- package/dist/collection/components/ptc-date/ptc-date.js +224 -190
- package/dist/collection/components/ptc-dropdown/ptc-dropdown.js +162 -162
- package/dist/collection/components/ptc-dynamic-card/media/nav-active-dotslick.svg +15 -15
- package/dist/collection/components/ptc-dynamic-card/ptc-dynamic-card.js +182 -182
- package/dist/collection/components/ptc-ellipsis-dropdown/ptc-ellipsis-dropdown.css +6 -1
- package/dist/collection/components/ptc-ellipsis-dropdown/ptc-ellipsis-dropdown.js +122 -122
- package/dist/collection/components/ptc-filter-tag/ptc-filter-tag.js +113 -113
- package/dist/collection/components/ptc-hero/ptc-hero.js +86 -86
- package/dist/collection/components/ptc-hero-footer-cta/ptc-hero-footer-cta.js +78 -78
- package/dist/collection/components/ptc-icon-list/ptc-icon-list.js +127 -127
- package/dist/collection/components/ptc-icon-minimize/ptc-icon-minimize.js +87 -87
- package/dist/collection/components/ptc-img/ptc-img.js +293 -293
- package/dist/collection/components/ptc-jumbotron/ptc-jumbotron.css +947 -0
- package/dist/collection/components/ptc-jumbotron/ptc-jumbotron.js +274 -0
- package/dist/collection/components/ptc-link/ptc-link.js +222 -222
- package/dist/collection/components/ptc-list/ptc-list.js +99 -99
- package/dist/collection/components/ptc-lottie/ptc-lottie.css +5 -5
- package/dist/collection/components/ptc-lottie/ptc-lottie.js +62 -62
- package/dist/collection/components/ptc-media-card/ptc-media-card.js +216 -216
- package/dist/collection/components/ptc-minimized-footer/ptc-minimized-footer.js +18 -18
- package/dist/collection/components/ptc-minimized-header/ptc-minimized-header.js +81 -81
- package/dist/collection/components/ptc-mobile-select/ptc-mobile-select.js +190 -190
- package/dist/collection/components/ptc-modal/ptc-modal.js +347 -347
- package/dist/collection/components/ptc-nav-card/ptc-nav-card.js +227 -227
- package/dist/collection/components/ptc-overlay/ptc-overlay.js +131 -131
- package/dist/collection/components/ptc-pagenation/ptc-pagenation.js +447 -447
- package/dist/collection/components/ptc-para/ptc-para.js +242 -242
- package/dist/collection/components/ptc-picture/ptc-picture.js +450 -450
- package/dist/collection/components/ptc-previous-url/ptc-previous-url.js +60 -60
- package/dist/collection/components/ptc-pricing-block/ptc-pricing-block.js +70 -70
- package/dist/collection/components/ptc-pricing-tabs/ptc-pricing-tabs.css +12 -0
- package/dist/collection/components/ptc-pricing-tabs/ptc-pricing-tabs.js +245 -245
- package/dist/collection/components/ptc-quote/ptc-quote.js +144 -144
- package/dist/collection/components/ptc-readmore/ptc-readmore.js +298 -298
- package/dist/collection/components/ptc-responsive-wrapper/ptc-responsive-wrapper.css +3 -3
- package/dist/collection/components/ptc-responsive-wrapper/ptc-responsive-wrapper.js +65 -65
- package/dist/collection/components/ptc-search-field/ptc-search-field.js +193 -149
- package/dist/collection/components/ptc-shopping-cart/ptc-shopping-cart.js +97 -97
- package/dist/collection/components/ptc-skeleton/ptc-skeleton.js +139 -139
- package/dist/collection/components/ptc-social-share/ptc-social-share.js +239 -239
- package/dist/collection/components/ptc-spacer/ptc-spacer.css +332 -332
- package/dist/collection/components/ptc-spacer/ptc-spacer.js +97 -97
- package/dist/collection/components/ptc-span/ptc-span.js +87 -87
- package/dist/collection/components/ptc-sticky-icons/ptc-sticky-icons.js +51 -51
- package/dist/collection/components/ptc-svg-btn/ptc-svg-btn.js +109 -72
- package/dist/collection/components/ptc-tab-list/ptc-tab-list.js +177 -177
- package/dist/collection/components/ptc-tabs/ptc-tab.js +121 -121
- package/dist/collection/components/ptc-tabs/ptc-tabs.js +104 -104
- package/dist/collection/components/ptc-text-copy-with-background/ptc-text-copy-with-background.js +166 -166
- package/dist/collection/components/ptc-title/ptc-title.css +1 -1
- package/dist/collection/components/ptc-title/ptc-title.js +310 -310
- package/dist/collection/components/ptc-tooltip/ptc-tooltip.css +1 -0
- package/dist/collection/components/ptc-tooltip/ptc-tooltip.js +267 -267
- package/dist/collection/components/ptc-two-column-media/ptc-two-column-media.js +48 -48
- package/dist/collection/components/tab-content/tab-content.js +84 -84
- package/dist/collection/components/tab-header/tab-header.js +154 -136
- package/dist/collection/index.js +1 -1
- package/dist/collection/media/svg-imgs/Back-arrow.svg +11 -11
- package/dist/collection/media/svg-imgs/close.svg +10 -10
- package/dist/collection/media/svg-imgs/play-button-dark.svg +20 -0
- package/dist/collection/media/svg-imgs/ptc-shopping-cart-black.svg +3 -3
- package/dist/collection/media/svg-imgs/ptc-shopping-cart-white.svg +3 -3
- package/dist/collection/media/svg-imgs/slider-arrow-left.svg +18 -18
- package/dist/collection/media/svg-imgs/slider-arrow-right.svg +18 -18
- package/dist/collection/media/svg-imgs/union.svg +3 -3
- package/dist/collection/utils/component.js +3 -3
- package/dist/collection/utils/interfaces.js +11 -11
- package/dist/collection/utils/utils.js +92 -92
- package/dist/custom-elements/index.d.ts +12 -0
- package/dist/custom-elements/index.js +4166 -3940
- package/dist/esm/bundle-example.entry.js +31 -31
- package/dist/esm/bundle-jumbotron-example_16.entry.js +1112 -0
- package/dist/esm/dropdown-item.entry.js +11 -11
- package/dist/esm/{index-40bc29fc.js → index-8e63c32d.js} +9 -1
- package/dist/esm/loader.js +3 -3
- package/dist/esm/lottie-player.entry.js +355 -355
- package/dist/esm/my-component.entry.js +16 -16
- package/dist/esm/polyfills/core-js.js +0 -0
- package/dist/esm/polyfills/dom.js +0 -0
- package/dist/esm/polyfills/es5-html-element.js +0 -0
- package/dist/esm/polyfills/index.js +0 -0
- package/dist/esm/polyfills/system.js +0 -0
- package/dist/esm/ptc-accordion-item.entry.js +84 -84
- package/dist/esm/ptc-accordion.entry.js +36 -36
- package/dist/esm/ptc-announcement.entry.js +51 -51
- package/dist/esm/ptc-card-bottom_3.entry.js +123 -123
- package/dist/esm/ptc-card-content.entry.js +58 -58
- package/dist/esm/{ptc-card_6.entry.js → ptc-card.entry.js} +67 -466
- package/dist/esm/ptc-checkbox.entry.js +51 -51
- package/dist/esm/ptc-collapse-list.entry.js +347 -347
- package/dist/esm/ptc-container.entry.js +33 -33
- package/dist/esm/ptc-date.entry.js +57 -0
- package/dist/esm/ptc-dropdown.entry.js +65 -65
- package/dist/esm/ptc-dynamic-card.entry.js +47 -47
- package/dist/esm/ptc-ellipsis-dropdown.entry.js +40 -40
- package/dist/esm/ptc-filter-tag.entry.js +58 -58
- package/dist/esm/ptc-hero-footer-cta.entry.js +12 -12
- package/dist/esm/ptc-hero.entry.js +19 -19
- package/dist/esm/ptc-icon-list.entry.js +22 -22
- package/dist/esm/ptc-icon-minimize.entry.js +37 -37
- package/dist/esm/ptc-link.entry.js +31 -31
- package/dist/esm/ptc-list.entry.js +50 -50
- package/dist/esm/ptc-lottie.entry.js +11 -11
- package/dist/esm/ptc-media-card.entry.js +25 -25
- package/dist/esm/ptc-minimized-footer.entry.js +9 -9
- package/dist/esm/ptc-minimized-header.entry.js +12 -12
- package/dist/esm/ptc-mobile-select.entry.js +54 -54
- package/dist/esm/ptc-nav-card.entry.js +40 -40
- package/dist/esm/ptc-overlay.entry.js +24 -24
- package/dist/esm/ptc-pagenation.entry.js +210 -210
- package/dist/esm/ptc-previous-url.entry.js +11 -11
- package/dist/esm/ptc-pricing-block.entry.js +21 -21
- package/dist/esm/ptc-pricing-tabs.entry.js +117 -117
- package/dist/esm/ptc-quote.entry.js +24 -24
- package/dist/esm/ptc-readmore.entry.js +74 -74
- package/dist/esm/ptc-responsive-wrapper.entry.js +55 -55
- package/dist/esm/ptc-search-field.entry.js +68 -52
- package/dist/esm/ptc-shopping-cart.entry.js +51 -51
- package/dist/esm/ptc-social-share.entry.js +60 -60
- package/dist/esm/ptc-span.entry.js +19 -19
- package/dist/esm/ptc-sticky-icons.entry.js +33 -33
- package/dist/esm/ptc-tab-list.entry.js +126 -126
- package/dist/esm/ptc-tab.entry.js +21 -21
- package/dist/esm/ptc-tabs.entry.js +48 -48
- package/dist/esm/ptc-text-copy-with-background.entry.js +28 -28
- package/dist/esm/ptc-two-column-media.entry.js +16 -16
- package/dist/esm/ptcw-design.js +3 -3
- package/dist/esm/tab-content.entry.js +28 -28
- package/dist/esm/tab-header.entry.js +47 -46
- package/dist/esm/{utils-f937097d.js → utils-38decc43.js} +90 -90
- package/dist/ptcw-design/media/brands.svg +1381 -1381
- package/dist/ptcw-design/media/designer.svg +387 -387
- package/dist/ptcw-design/media/nav-active-dotslick.svg +15 -15
- package/dist/ptcw-design/media/regular.svg +463 -463
- package/dist/ptcw-design/media/solid.svg +3013 -3013
- package/dist/ptcw-design/media/svg-with-js.min.css +4 -4
- package/dist/ptcw-design/{p-62cabff9.entry.js → p-00c9ae79.entry.js} +1 -1
- package/dist/ptcw-design/{p-bc0181f3.entry.js → p-0f8784e9.entry.js} +1 -1
- package/dist/ptcw-design/{p-2cc97b88.entry.js → p-12780f09.entry.js} +1 -1
- package/dist/ptcw-design/{p-c325283e.entry.js → p-1996ad89.entry.js} +1 -1
- package/dist/ptcw-design/{p-0099616c.entry.js → p-1bc06d03.entry.js} +1 -1
- package/dist/ptcw-design/{p-8d210676.entry.js → p-1bd6ad59.entry.js} +1 -1
- package/dist/ptcw-design/{p-71f68949.entry.js → p-1cddde0e.entry.js} +1 -1
- package/dist/ptcw-design/{p-8d48362b.entry.js → p-2181c8c7.entry.js} +1 -1
- package/dist/ptcw-design/{p-b9f12c38.entry.js → p-24aff0bd.entry.js} +1 -1
- package/dist/ptcw-design/p-24df6392.entry.js +1 -0
- package/dist/ptcw-design/{p-dcf0d341.entry.js → p-324a6ee8.entry.js} +1 -1
- package/dist/ptcw-design/{p-de6b444f.entry.js → p-366528df.entry.js} +1 -1
- package/dist/ptcw-design/{p-c7247cc9.entry.js → p-379f7e39.entry.js} +1 -1
- package/dist/ptcw-design/{p-d24446b2.entry.js → p-3bb54c51.entry.js} +1 -1
- package/dist/ptcw-design/{p-45c0076d.entry.js → p-3bbd8add.entry.js} +1 -1
- package/dist/ptcw-design/{p-424ae8e1.entry.js → p-451ed028.entry.js} +1 -1
- package/dist/ptcw-design/{p-63fab352.entry.js → p-462567d1.entry.js} +1 -1
- package/dist/ptcw-design/{p-854cbe46.entry.js → p-46afd828.entry.js} +1 -1
- package/dist/ptcw-design/{p-32b81dde.entry.js → p-4702f4e4.entry.js} +1 -1
- package/dist/ptcw-design/{p-1def8f3c.entry.js → p-47b2c76f.entry.js} +1 -1
- package/dist/ptcw-design/p-514c2df0.entry.js +1 -0
- package/dist/ptcw-design/p-55d298f5.entry.js +1 -0
- package/dist/ptcw-design/{p-fed5edd3.entry.js → p-59058faa.entry.js} +1 -1
- package/dist/ptcw-design/{p-ad487b1e.entry.js → p-610dc9d3.entry.js} +1 -1
- package/dist/ptcw-design/{p-9fb2ab8c.js → p-63c06667.js} +2 -2
- package/dist/ptcw-design/{p-013f5355.entry.js → p-6e8222ce.entry.js} +1 -1
- package/dist/ptcw-design/{p-6ae2fd80.entry.js → p-77f4e77b.entry.js} +1 -1
- package/dist/ptcw-design/{p-91512aeb.entry.js → p-8a1c2577.entry.js} +1 -1
- package/dist/ptcw-design/{p-673121e2.entry.js → p-8c6b069b.entry.js} +1 -1
- package/dist/ptcw-design/p-a43f3c42.entry.js +1 -0
- package/dist/ptcw-design/{p-a2145afa.entry.js → p-a7b20fe7.entry.js} +1 -1
- package/dist/ptcw-design/p-ab28cfc5.entry.js +1 -0
- package/dist/ptcw-design/{p-7a728178.entry.js → p-af3d5be7.entry.js} +1 -1
- package/dist/ptcw-design/{p-159d9a80.entry.js → p-af975d78.entry.js} +1 -1
- package/dist/ptcw-design/p-b755e12b.entry.js +1 -0
- package/dist/ptcw-design/{p-e66a28aa.entry.js → p-b922e3a5.entry.js} +1 -1
- package/dist/ptcw-design/p-bbff3792.entry.js +1 -0
- package/dist/ptcw-design/{p-b4d92914.entry.js → p-c7bd4d99.entry.js} +1 -1
- package/dist/ptcw-design/{p-586d9c9d.entry.js → p-ca6d7814.entry.js} +1 -1
- package/dist/ptcw-design/{p-2eb5ef88.entry.js → p-cdff68d4.entry.js} +1 -1
- package/dist/ptcw-design/{p-727ef7a7.entry.js → p-ce9f0355.entry.js} +1 -1
- package/dist/ptcw-design/{p-329cc205.entry.js → p-d43ff8d4.entry.js} +1 -1
- package/dist/ptcw-design/{p-34db9e46.entry.js → p-dd6501a8.entry.js} +1 -1
- package/dist/ptcw-design/{p-01783129.entry.js → p-e4cd7ef5.entry.js} +1 -1
- package/dist/ptcw-design/{p-3fc703a5.entry.js → p-e4f1e8fd.entry.js} +1 -1
- package/dist/ptcw-design/p-e91fbd67.entry.js +1 -0
- package/dist/ptcw-design/{p-65aa6afd.entry.js → p-ea19d8f6.entry.js} +1 -1
- package/dist/ptcw-design/{p-fd50c3b4.entry.js → p-f55984c2.entry.js} +1 -1
- package/dist/ptcw-design/{p-d625bb90.entry.js → p-f6fe5efe.entry.js} +1 -1
- package/dist/ptcw-design/{p-bf48a5e7.entry.js → p-f81d880d.entry.js} +1 -1
- package/dist/ptcw-design/{p-50c88717.entry.js → p-f8b8554e.entry.js} +1 -1
- package/dist/ptcw-design/p-fe1ff7d2.entry.js +1 -0
- package/dist/ptcw-design/ptcw-design.css +1 -1
- package/dist/ptcw-design/ptcw-design.esm.js +1 -1
- package/dist/types/components/bundle-example/bundle-example.d.ts +10 -10
- package/dist/types/components/bundle-jumbotron-example/bundle-jumbotron-example.d.ts +4 -0
- package/dist/types/components/dropdown-item/dropdown-item.d.ts +5 -5
- package/dist/types/components/icon-asset/icon-asset.d.ts +40 -40
- package/dist/types/components/list-item/list-item.d.ts +16 -8
- package/dist/types/components/max-width-container/max-width-container.d.ts +11 -9
- package/dist/types/components/my-component/my-component.d.ts +16 -16
- package/dist/types/components/ptc-accordion/ptc-accordion-item/ptc-accordion-item.d.ts +59 -59
- package/dist/types/components/ptc-accordion/ptc-accordion.d.ts +13 -13
- package/dist/types/components/ptc-announcement/ptc-announcement.d.ts +51 -51
- package/dist/types/components/ptc-background-video/ptc-background-video.d.ts +26 -26
- package/dist/types/components/ptc-breadcrumb/ptc-breadcrumb.d.ts +20 -4
- package/dist/types/components/ptc-button/ptc-button.d.ts +60 -60
- package/dist/types/components/ptc-card/ptc-card.d.ts +67 -67
- package/dist/types/components/ptc-card-bottom/ptc-card-bottom.d.ts +15 -15
- package/dist/types/components/ptc-card-content/ptc-card-content.d.ts +19 -19
- package/dist/types/components/ptc-card-wrapper/ptc-card-wrapper.d.ts +24 -24
- package/dist/types/components/ptc-checkbox/ptc-checkbox.d.ts +14 -14
- package/dist/types/components/ptc-collapse-list/ptc-collapse-list.d.ts +56 -56
- package/dist/types/components/ptc-container/ptc-container.d.ts +12 -12
- package/dist/types/components/ptc-date/ptc-date.d.ts +46 -41
- package/dist/types/components/ptc-dropdown/ptc-dropdown.d.ts +19 -19
- package/dist/types/components/ptc-dynamic-card/ptc-dynamic-card.d.ts +24 -24
- package/dist/types/components/ptc-ellipsis-dropdown/ptc-ellipsis-dropdown.d.ts +12 -12
- package/dist/types/components/ptc-filter-tag/ptc-filter-tag.d.ts +17 -17
- package/dist/types/components/ptc-hero/ptc-hero.d.ts +16 -16
- package/dist/types/components/ptc-hero-footer-cta/ptc-hero-footer-cta.d.ts +6 -6
- package/dist/types/components/ptc-icon-list/ptc-icon-list.d.ts +21 -21
- package/dist/types/components/ptc-icon-minimize/ptc-icon-minimize.d.ts +9 -9
- package/dist/types/components/ptc-img/ptc-img.d.ts +51 -51
- package/dist/types/components/ptc-jumbotron/ptc-jumbotron.d.ts +20 -0
- package/dist/types/components/ptc-link/ptc-link.d.ts +44 -44
- package/dist/types/components/ptc-list/ptc-list.d.ts +8 -8
- package/dist/types/components/ptc-lottie/ptc-lottie.d.ts +12 -12
- package/dist/types/components/ptc-media-card/ptc-media-card.d.ts +45 -45
- package/dist/types/components/ptc-minimized-footer/ptc-minimized-footer.d.ts +3 -3
- package/dist/types/components/ptc-minimized-header/ptc-minimized-header.d.ts +6 -6
- package/dist/types/components/ptc-mobile-select/ptc-mobile-select.d.ts +36 -36
- package/dist/types/components/ptc-modal/ptc-modal.d.ts +59 -59
- package/dist/types/components/ptc-nav-card/ptc-nav-card.d.ts +46 -46
- package/dist/types/components/ptc-overlay/ptc-overlay.d.ts +21 -21
- package/dist/types/components/ptc-pagenation/ptc-pagenation.d.ts +31 -31
- package/dist/types/components/ptc-para/ptc-para.d.ts +47 -47
- package/dist/types/components/ptc-picture/ptc-picture.d.ts +93 -93
- package/dist/types/components/ptc-previous-url/ptc-previous-url.d.ts +5 -5
- package/dist/types/components/ptc-pricing-block/ptc-pricing-block.d.ts +7 -7
- package/dist/types/components/ptc-pricing-tabs/ptc-pricing-tabs.d.ts +47 -47
- package/dist/types/components/ptc-quote/ptc-quote.d.ts +29 -29
- package/dist/types/components/ptc-readmore/ptc-readmore.d.ts +57 -57
- package/dist/types/components/ptc-responsive-wrapper/ptc-responsive-wrapper.d.ts +8 -8
- package/dist/types/components/ptc-search-field/ptc-search-field.d.ts +18 -15
- package/dist/types/components/ptc-shopping-cart/ptc-shopping-cart.d.ts +6 -6
- package/dist/types/components/ptc-skeleton/ptc-skeleton.d.ts +10 -10
- package/dist/types/components/ptc-social-share/ptc-social-share.d.ts +33 -33
- package/dist/types/components/ptc-spacer/ptc-spacer.d.ts +16 -16
- package/dist/types/components/ptc-span/ptc-span.d.ts +16 -16
- package/dist/types/components/ptc-sticky-icons/ptc-sticky-icons.d.ts +7 -7
- package/dist/types/components/ptc-svg-btn/ptc-svg-btn.d.ts +20 -12
- package/dist/types/components/ptc-tab-list/ptc-tab-list.d.ts +19 -19
- package/dist/types/components/ptc-tabs/ptc-tab.d.ts +9 -9
- package/dist/types/components/ptc-tabs/ptc-tabs.d.ts +10 -10
- package/dist/types/components/ptc-text-copy-with-background/ptc-text-copy-with-background.d.ts +33 -33
- package/dist/types/components/ptc-title/ptc-title.d.ts +54 -54
- package/dist/types/components/ptc-tooltip/ptc-tooltip.d.ts +47 -47
- package/dist/types/components/ptc-two-column-media/ptc-two-column-media.d.ts +9 -9
- package/dist/types/components/tab-content/tab-content.d.ts +12 -12
- package/dist/types/components/tab-header/tab-header.d.ts +18 -14
- package/dist/types/components.d.ts +259 -132
- package/dist/types/global.d.ts +1072 -1072
- package/dist/types/index.d.ts +1 -1
- package/dist/types/utils/component.d.ts +1 -1
- package/dist/types/utils/interfaces.d.ts +31 -31
- package/dist/types/utils/utils.d.ts +5 -5
- package/package.json +61 -61
- package/readme.md +18 -18
- package/dist/cjs/icon-asset.cjs.entry.js +0 -53
- package/dist/cjs/list-item.cjs.entry.js +0 -30
- package/dist/cjs/max-width-container.cjs.entry.js +0 -40
- package/dist/cjs/ptc-background-video.cjs.entry.js +0 -27
- package/dist/cjs/ptc-breadcrumb.cjs.entry.js +0 -23
- package/dist/cjs/ptc-button.cjs.entry.js +0 -46
- package/dist/cjs/ptc-modal.cjs.entry.js +0 -154
- package/dist/cjs/ptc-svg-btn.cjs.entry.js +0 -92
- package/dist/cjs/ptc-title.cjs.entry.js +0 -78
- package/dist/cjs/ptc-tooltip.cjs.entry.js +0 -90
- package/dist/esm/icon-asset.entry.js +0 -49
- package/dist/esm/list-item.entry.js +0 -26
- package/dist/esm/max-width-container.entry.js +0 -36
- package/dist/esm/ptc-background-video.entry.js +0 -23
- package/dist/esm/ptc-breadcrumb.entry.js +0 -19
- package/dist/esm/ptc-button.entry.js +0 -42
- package/dist/esm/ptc-modal.entry.js +0 -150
- package/dist/esm/ptc-svg-btn.entry.js +0 -88
- package/dist/esm/ptc-title.entry.js +0 -74
- package/dist/esm/ptc-tooltip.entry.js +0 -86
- package/dist/ptcw-design/p-03a0ed56.entry.js +0 -1
- package/dist/ptcw-design/p-0828fe2e.entry.js +0 -1
- package/dist/ptcw-design/p-0f937cff.entry.js +0 -1
- package/dist/ptcw-design/p-13b0d8c3.entry.js +0 -1
- package/dist/ptcw-design/p-2a66ec9b.entry.js +0 -1
- package/dist/ptcw-design/p-2ac518f1.entry.js +0 -1
- package/dist/ptcw-design/p-2de0f980.entry.js +0 -1
- package/dist/ptcw-design/p-31fbba12.entry.js +0 -1
- package/dist/ptcw-design/p-8b5e393e.entry.js +0 -1
- package/dist/ptcw-design/p-96883fd7.entry.js +0 -1
- package/dist/ptcw-design/p-a6960def.entry.js +0 -1
- package/dist/ptcw-design/p-bbeb95bd.entry.js +0 -1
- package/dist/ptcw-design/p-c1b0de20.entry.js +0 -1
- package/dist/ptcw-design/p-c693e1c5.entry.js +0 -1
- package/dist/ptcw-design/p-c8e804a7.entry.js +0 -1
- package/dist/ptcw-design/p-ce3627b8.entry.js +0 -1
- package/dist/ptcw-design/p-e353a8e8.entry.js +0 -1
- /package/dist/ptcw-design/{p-ea875d9e.js → p-36665caa.js} +0 -0
|
@@ -0,0 +1,947 @@
|
|
|
1
|
+
.ptc-container {
|
|
2
|
+
padding-right: 24px;
|
|
3
|
+
padding-left: 24px;
|
|
4
|
+
margin-right: auto;
|
|
5
|
+
margin-left: auto;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
@media only screen and (min-width: 1200px) {
|
|
9
|
+
.ptc-container {
|
|
10
|
+
padding-left: 0;
|
|
11
|
+
padding-right: 0;
|
|
12
|
+
max-width: 1136px;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
@media only screen and (min-width: 1440px) {
|
|
16
|
+
.ptc-container {
|
|
17
|
+
padding-left: 0;
|
|
18
|
+
padding-right: 0;
|
|
19
|
+
max-width: 1200px;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
.ptc-container-lg {
|
|
23
|
+
padding-right: 15px;
|
|
24
|
+
padding-left: 15px;
|
|
25
|
+
margin-right: auto;
|
|
26
|
+
margin-left: auto;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
@media only screen and (min-width: 480px) {
|
|
30
|
+
.ptc-container-lg {
|
|
31
|
+
padding-left: var(--ptc-layout-spacing-03);
|
|
32
|
+
padding-right: var(--ptc-layout-spacing-03);
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
@media only screen and (min-width: 768px) {
|
|
36
|
+
.ptc-container-lg {
|
|
37
|
+
padding-left: var(--ptc-layout-spacing-04);
|
|
38
|
+
padding-right: var(--ptc-layout-spacing-04);
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
@media only screen and (min-width: 992px) {
|
|
42
|
+
.ptc-container-lg {
|
|
43
|
+
padding-left: var(--ptc-element-spacing-08);
|
|
44
|
+
padding-right: var(--ptc-element-spacing-08);
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
@media only screen and (min-width: 1980px) {
|
|
48
|
+
.ptc-container-lg {
|
|
49
|
+
padding-left: 0;
|
|
50
|
+
padding-right: 0;
|
|
51
|
+
max-width: 1900px;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
.ptc-container-fluid {
|
|
55
|
+
width: 100%;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.u-para-sm {
|
|
59
|
+
font-size: var(--ptc-font-size-small) !important;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.u-para-md {
|
|
63
|
+
font-size: var(--ptc-font-size-medium) !important;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.u-para-lg {
|
|
67
|
+
font-size: var(--ptc-font-size-large) !important;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.u-para-xl {
|
|
71
|
+
font-size: var(--ptc-font-size-x-large) !important;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.u-para-xxl {
|
|
75
|
+
font-size: var(--ptc-font-size-xx-large) !important;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.u-para-xxxl {
|
|
79
|
+
font-size: var(--ptc-font-size-xxx-large) !important;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
@media only screen and (min-width: 768px) {
|
|
83
|
+
.u-para-sm {
|
|
84
|
+
font-size: calc(var(--ptc-font-size-small) + 0.05vw) !important;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.u-para-md {
|
|
88
|
+
font-size: calc(var(--ptc-font-size-medium) + 0.05vw) !important;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.u-para-lg {
|
|
92
|
+
font-size: calc(var(--ptc-font-size-large) + 0.05vw) !important;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.u-para-xl {
|
|
96
|
+
font-size: calc(var(--ptc-font-size-x-large) + 0.05vw) !important;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.u-para-xxl {
|
|
100
|
+
font-size: calc(var(--ptc-font-size-xx-large) + 0.05vw) !important;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
.u-para-xxxl {
|
|
104
|
+
font-size: calc(var(--ptc-font-size-xxx-large) + 0.05vw) !important;
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
@media only screen and (min-width: 992px) {
|
|
108
|
+
.u-para-sm {
|
|
109
|
+
font-size: calc(var(--ptc-font-size-small) + 0.1vw) !important;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.u-para-md {
|
|
113
|
+
font-size: calc(var(--ptc-font-size-medium) + 0.1vw) !important;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.u-para-lg {
|
|
117
|
+
font-size: calc(var(--ptc-font-size-large) + 0.1vw) !important;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.u-para-xl {
|
|
121
|
+
font-size: calc(var(--ptc-font-size-x-large) + 0.1vw) !important;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
.u-para-xxl {
|
|
125
|
+
font-size: calc(var(--ptc-font-size-xx-large) + 0.1vw) !important;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
.u-para-xxxl {
|
|
129
|
+
font-size: calc(var(--ptc-font-size-xxx-large) + 0.1vw) !important;
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
@media only screen and (min-width: 1200px) {
|
|
133
|
+
.u-para-sm {
|
|
134
|
+
font-size: calc(var(--ptc-font-size-small) + 0.15vw) !important;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.u-para-md {
|
|
138
|
+
font-size: calc(var(--ptc-font-size-medium) + 0.15vw) !important;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
.u-para-lg {
|
|
142
|
+
font-size: calc(var(--ptc-font-size-large) + 0.15vw) !important;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
.u-para-xl {
|
|
146
|
+
font-size: calc(var(--ptc-font-size-x-large) + 0.15vw) !important;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.u-para-xxl {
|
|
150
|
+
font-size: calc(var(--ptc-font-size-xx-large) + 0.15vw) !important;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
.u-para-xxxl {
|
|
154
|
+
font-size: calc(var(--ptc-font-size-xxx-large) + 0.15vw) !important;
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
@media only screen and (min-width: 1440px) {
|
|
158
|
+
.u-para-sm {
|
|
159
|
+
font-size: calc(var(--ptc-font-size-small) + 0.2vw) !important;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
.u-para-md {
|
|
163
|
+
font-size: calc(var(--ptc-font-size-medium) + 0.2vw) !important;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
.u-para-lg {
|
|
167
|
+
font-size: calc(var(--ptc-font-size-large) + 0.2vw) !important;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
.u-para-xl {
|
|
171
|
+
font-size: calc(var(--ptc-font-size-x-large) + 0.2vw) !important;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
.u-para-xxl {
|
|
175
|
+
font-size: calc(var(--ptc-font-size-xx-large) + 0.2vw) !important;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
.u-para-xxxl {
|
|
179
|
+
font-size: calc(var(--ptc-font-size-xxx-large) + 0.2vw) !important;
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
@media only screen and (min-width: 1600px) {
|
|
183
|
+
.u-para-sm {
|
|
184
|
+
font-size: calc(var(--ptc-font-size-small) + 0.25vw) !important;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
.u-para-md {
|
|
188
|
+
font-size: calc(var(--ptc-font-size-medium) + 0.25vw) !important;
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
.u-para-lg {
|
|
192
|
+
font-size: calc(var(--ptc-font-size-large) + 0.25vw) !important;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
.u-para-xl {
|
|
196
|
+
font-size: calc(var(--ptc-font-size-x-large) + 0.25vw) !important;
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
.u-para-xxl {
|
|
200
|
+
font-size: calc(var(--ptc-font-size-xx-large) + 0.25vw) !important;
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
.u-para-xxxl {
|
|
204
|
+
font-size: calc(var(--ptc-font-size-xxx-large) + 0.25vw) !important;
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
@media only screen and (min-width: 1980px) {
|
|
208
|
+
.u-para-sm {
|
|
209
|
+
font-size: calc(var(--ptc-font-size-small) + 0.3vw) !important;
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
.u-para-md {
|
|
213
|
+
font-size: calc(var(--ptc-font-size-medium) + 0.3vw) !important;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
.u-para-lg {
|
|
217
|
+
font-size: calc(var(--ptc-font-size-large) + 0.3vw) !important;
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
.u-para-xl {
|
|
221
|
+
font-size: calc(var(--ptc-font-size-x-large) + 0.3vw) !important;
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
.u-para-xxl {
|
|
225
|
+
font-size: calc(var(--ptc-font-size-xx-large) + 0.3vw) !important;
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
.u-para-xxxl {
|
|
229
|
+
font-size: calc(var(--ptc-font-size-xxx-large) + 0.3vw) !important;
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
@media only screen and (min-width: 2600px) {
|
|
233
|
+
.u-para-sm {
|
|
234
|
+
font-size: calc(var(--ptc-font-size-small) + 0.35vw) !important;
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
.u-para-md {
|
|
238
|
+
font-size: calc(var(--ptc-font-size-medium) + 0.35vw) !important;
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
.u-para-lg {
|
|
242
|
+
font-size: calc(var(--ptc-font-size-large) + 0.35vw) !important;
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
.u-para-xl {
|
|
246
|
+
font-size: calc(var(--ptc-font-size-x-large) + 0.35vw) !important;
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
.u-para-xxl {
|
|
250
|
+
font-size: calc(var(--ptc-font-size-xx-large) + 0.35vw) !important;
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
.u-para-xxxl {
|
|
254
|
+
font-size: calc(var(--ptc-font-size-xxx-large) + 0.35vw) !important;
|
|
255
|
+
}
|
|
256
|
+
}
|
|
257
|
+
.u-para-body {
|
|
258
|
+
font-size: var(--ptc-font-size-medium) !important;
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
.u-color-white {
|
|
262
|
+
color: var(--color-white) !important;
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
.u-uppercase {
|
|
266
|
+
text-transform: uppercase !important;
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
.u-margin-flush {
|
|
270
|
+
margin: 0 !important;
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
.u-marginTop-flush {
|
|
274
|
+
margin-top: 0 !important;
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
.u-marginLeft-flush {
|
|
278
|
+
margin-left: 0 !important;
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
.u-marginRight-flush {
|
|
282
|
+
margin-right: 0 !important;
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
.u-marginBottom-flush {
|
|
286
|
+
margin-bottom: 0 !important;
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
.u-padding-flush {
|
|
290
|
+
padding: 0 !important;
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
.u-paddingTop-flush {
|
|
294
|
+
padding-top: 0 !important;
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
.u-paddingLeft-flush {
|
|
298
|
+
padding-left: 0 !important;
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
.u-paddingRight-flush {
|
|
302
|
+
padding-right: 0 !important;
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
.u-paddingBottom-flush {
|
|
306
|
+
padding-bottom: 0 !important;
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
.u-margin-xs {
|
|
310
|
+
margin: var(--ptc-element-spacing-01) !important;
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
.u-marginTop-xs {
|
|
314
|
+
margin-top: var(--ptc-element-spacing-01) !important;
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
.u-marginLeft-xs {
|
|
318
|
+
margin-left: var(--ptc-element-spacing-01) !important;
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
.u-marginRight-xs {
|
|
322
|
+
margin-right: var(--ptc-element-spacing-01) !important;
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
.u-marginBottom-xs {
|
|
326
|
+
margin-bottom: var(--ptc-element-spacing-01) !important;
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
.u-margin-sm {
|
|
330
|
+
margin: var(--ptc-element-spacing-02) !important;
|
|
331
|
+
}
|
|
332
|
+
|
|
333
|
+
.u-marginTop-sm {
|
|
334
|
+
margin-top: var(--ptc-element-spacing-02) !important;
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
.u-marginLeft-sm {
|
|
338
|
+
margin-left: var(--ptc-element-spacing-02) !important;
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
.u-marginRight-sm {
|
|
342
|
+
margin-right: var(--ptc-element-spacing-02) !important;
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
.u-marginBottom-sm {
|
|
346
|
+
margin-bottom: var(--ptc-element-spacing-02) !important;
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
.u-margin-md {
|
|
350
|
+
margin: var(--ptc-element-spacing-03) !important;
|
|
351
|
+
}
|
|
352
|
+
|
|
353
|
+
.u-marginTop-md {
|
|
354
|
+
margin-top: var(--ptc-element-spacing-03) !important;
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
.u-marginLeft-md {
|
|
358
|
+
margin-left: var(--ptc-element-spacing-03) !important;
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
.u-marginRight-md {
|
|
362
|
+
margin-right: var(--ptc-element-spacing-03) !important;
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
.u-marginBottom-md {
|
|
366
|
+
margin-bottom: var(--ptc-element-spacing-03) !important;
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
.u-margin-lg {
|
|
370
|
+
margin: var(--ptc-element-spacing-04) !important;
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
.u-marginTop-lg {
|
|
374
|
+
margin-top: var(--ptc-element-spacing-04) !important;
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
.u-marginLeft-lg {
|
|
378
|
+
margin-left: var(--ptc-element-spacing-04) !important;
|
|
379
|
+
}
|
|
380
|
+
|
|
381
|
+
.u-marginRight-lg {
|
|
382
|
+
margin-right: var(--ptc-element-spacing-04) !important;
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
.u-marginBottom-lg {
|
|
386
|
+
margin-bottom: var(--ptc-element-spacing-04) !important;
|
|
387
|
+
}
|
|
388
|
+
|
|
389
|
+
.u-margin-xl {
|
|
390
|
+
margin: var(--ptc-element-spacing-05) !important;
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
.u-marginTop-xl {
|
|
394
|
+
margin-top: var(--ptc-element-spacing-05) !important;
|
|
395
|
+
}
|
|
396
|
+
|
|
397
|
+
.u-marginLeft-xl {
|
|
398
|
+
margin-left: var(--ptc-element-spacing-05) !important;
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
.u-marginRight-xl {
|
|
402
|
+
margin-right: var(--ptc-element-spacing-05) !important;
|
|
403
|
+
}
|
|
404
|
+
|
|
405
|
+
.u-marginBottom-xl {
|
|
406
|
+
margin-bottom: var(--ptc-element-spacing-05) !important;
|
|
407
|
+
}
|
|
408
|
+
|
|
409
|
+
.u-margin-xxl {
|
|
410
|
+
margin: var(--ptc-element-spacing-06) !important;
|
|
411
|
+
}
|
|
412
|
+
|
|
413
|
+
.u-marginTop-xxl {
|
|
414
|
+
margin-top: var(--ptc-element-spacing-06) !important;
|
|
415
|
+
}
|
|
416
|
+
|
|
417
|
+
.u-marginLeft-xxl {
|
|
418
|
+
margin-left: var(--ptc-element-spacing-06) !important;
|
|
419
|
+
}
|
|
420
|
+
|
|
421
|
+
.u-marginRight-xxl {
|
|
422
|
+
margin-right: var(--ptc-element-spacing-06) !important;
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
.u-marginBottom-xxl {
|
|
426
|
+
margin-bottom: var(--ptc-element-spacing-06) !important;
|
|
427
|
+
}
|
|
428
|
+
|
|
429
|
+
.u-textAlign-ctr {
|
|
430
|
+
text-align: center !important;
|
|
431
|
+
}
|
|
432
|
+
|
|
433
|
+
.u-textAlign-right {
|
|
434
|
+
text-align: right !important;
|
|
435
|
+
}
|
|
436
|
+
|
|
437
|
+
.u-textAlign-left {
|
|
438
|
+
text-align: left !important;
|
|
439
|
+
}
|
|
440
|
+
|
|
441
|
+
.u-textWhite {
|
|
442
|
+
color: var(--color-white) !important;
|
|
443
|
+
}
|
|
444
|
+
|
|
445
|
+
.u-textGreen1 {
|
|
446
|
+
color: var(--color-green-07) !important;
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
.u-textGreen2 {
|
|
450
|
+
color: var(--color-green-06) !important;
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
.u-text-nowrap {
|
|
454
|
+
white-space: nowrap;
|
|
455
|
+
}
|
|
456
|
+
|
|
457
|
+
.u-text-bold {
|
|
458
|
+
font-weight: var(--ptc-font-weight-bold);
|
|
459
|
+
}
|
|
460
|
+
|
|
461
|
+
.u-text-thin {
|
|
462
|
+
font-weight: var(--ptc-font-weight-thin);
|
|
463
|
+
}
|
|
464
|
+
|
|
465
|
+
.u-textStyle-normal {
|
|
466
|
+
font-style: normal !important;
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
.u-no-scroll {
|
|
470
|
+
overflow: hidden;
|
|
471
|
+
}
|
|
472
|
+
|
|
473
|
+
.u-background-reset {
|
|
474
|
+
background-color: transparent !important;
|
|
475
|
+
}
|
|
476
|
+
|
|
477
|
+
.u-white-overylay {
|
|
478
|
+
background: rgba(242, 242, 242, 0.9);
|
|
479
|
+
}
|
|
480
|
+
|
|
481
|
+
.u-cursor-pointer {
|
|
482
|
+
cursor: pointer;
|
|
483
|
+
}
|
|
484
|
+
|
|
485
|
+
.u-clear {
|
|
486
|
+
clear: both;
|
|
487
|
+
}
|
|
488
|
+
|
|
489
|
+
@media only screen and (min-width: 768px) {
|
|
490
|
+
.u-hero-width {
|
|
491
|
+
width: 525px;
|
|
492
|
+
}
|
|
493
|
+
|
|
494
|
+
.u-margin-center {
|
|
495
|
+
margin: 0 auto;
|
|
496
|
+
}
|
|
497
|
+
|
|
498
|
+
.u-justify-self-end {
|
|
499
|
+
justify-self: flex-end;
|
|
500
|
+
}
|
|
501
|
+
}
|
|
502
|
+
.u-hero-pushup {
|
|
503
|
+
transform: translateY(-120px);
|
|
504
|
+
}
|
|
505
|
+
@media only screen and (min-width: 768px) {
|
|
506
|
+
.u-hero-pushup {
|
|
507
|
+
transform: translateY(-144px);
|
|
508
|
+
}
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
@media only screen and (min-width: 768px) {
|
|
512
|
+
.grid-order-1-md {
|
|
513
|
+
order: 1;
|
|
514
|
+
}
|
|
515
|
+
|
|
516
|
+
.grid-order-2-md {
|
|
517
|
+
order: 2;
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
.grid-order-3-md {
|
|
521
|
+
order: 3;
|
|
522
|
+
}
|
|
523
|
+
}
|
|
524
|
+
.standard-list {
|
|
525
|
+
list-style: none;
|
|
526
|
+
margin-left: 0;
|
|
527
|
+
margin-bottom: 20px;
|
|
528
|
+
padding: 0;
|
|
529
|
+
}
|
|
530
|
+
|
|
531
|
+
.is-spaced-between {
|
|
532
|
+
justify-content: space-between;
|
|
533
|
+
}
|
|
534
|
+
|
|
535
|
+
.grid-large-col-gap-md {
|
|
536
|
+
column-gap: 0;
|
|
537
|
+
}
|
|
538
|
+
@media only screen and (min-width: 992px) {
|
|
539
|
+
.grid-large-col-gap-md {
|
|
540
|
+
column-gap: 3rem;
|
|
541
|
+
}
|
|
542
|
+
}
|
|
543
|
+
|
|
544
|
+
.grid-large-col-gap-sm {
|
|
545
|
+
column-gap: 0;
|
|
546
|
+
}
|
|
547
|
+
@media only screen and (min-width: 768px) {
|
|
548
|
+
.grid-large-col-gap-sm {
|
|
549
|
+
column-gap: 3rem;
|
|
550
|
+
}
|
|
551
|
+
}
|
|
552
|
+
|
|
553
|
+
.grid-x-large-col-gap-md {
|
|
554
|
+
column-gap: 0;
|
|
555
|
+
}
|
|
556
|
+
@media only screen and (min-width: 992px) {
|
|
557
|
+
.grid-x-large-col-gap-md {
|
|
558
|
+
column-gap: 4rem;
|
|
559
|
+
}
|
|
560
|
+
}
|
|
561
|
+
|
|
562
|
+
.grid-x-large-col-gap-sm {
|
|
563
|
+
column-gap: 0;
|
|
564
|
+
}
|
|
565
|
+
@media only screen and (min-width: 768px) {
|
|
566
|
+
.grid-x-large-col-gap-sm {
|
|
567
|
+
column-gap: 4rem;
|
|
568
|
+
}
|
|
569
|
+
}
|
|
570
|
+
|
|
571
|
+
.grid-medium-col-gap-md {
|
|
572
|
+
column-gap: 0;
|
|
573
|
+
}
|
|
574
|
+
@media only screen and (min-width: 992px) {
|
|
575
|
+
.grid-medium-col-gap-md {
|
|
576
|
+
column-gap: 2rem;
|
|
577
|
+
}
|
|
578
|
+
}
|
|
579
|
+
|
|
580
|
+
.grid-medium-col-gap-sm {
|
|
581
|
+
column-gap: 0;
|
|
582
|
+
}
|
|
583
|
+
@media only screen and (min-width: 768px) {
|
|
584
|
+
.grid-medium-col-gap-sm {
|
|
585
|
+
column-gap: 2rem;
|
|
586
|
+
}
|
|
587
|
+
}
|
|
588
|
+
|
|
589
|
+
/* Floating Content */
|
|
590
|
+
.is-float-left {
|
|
591
|
+
float: left;
|
|
592
|
+
}
|
|
593
|
+
|
|
594
|
+
.is-float-right {
|
|
595
|
+
float: right;
|
|
596
|
+
}
|
|
597
|
+
|
|
598
|
+
/* Hiding Content by Breakpoint */
|
|
599
|
+
.is-mobile {
|
|
600
|
+
display: block;
|
|
601
|
+
}
|
|
602
|
+
|
|
603
|
+
.is-desktop {
|
|
604
|
+
display: none;
|
|
605
|
+
}
|
|
606
|
+
|
|
607
|
+
@media only screen and (min-width: 992px) {
|
|
608
|
+
.is-mobile {
|
|
609
|
+
display: none;
|
|
610
|
+
}
|
|
611
|
+
|
|
612
|
+
.is-desktop {
|
|
613
|
+
display: block;
|
|
614
|
+
}
|
|
615
|
+
}
|
|
616
|
+
.ptc-section {
|
|
617
|
+
padding-top: 2rem;
|
|
618
|
+
padding-bottom: 2rem;
|
|
619
|
+
}
|
|
620
|
+
@media only screen and (min-width: 992px) {
|
|
621
|
+
.ptc-section {
|
|
622
|
+
padding-top: 3rem;
|
|
623
|
+
padding-bottom: 3rem;
|
|
624
|
+
}
|
|
625
|
+
}
|
|
626
|
+
|
|
627
|
+
.ptc-section-standard {
|
|
628
|
+
padding-top: 3rem;
|
|
629
|
+
padding-bottom: 3rem;
|
|
630
|
+
}
|
|
631
|
+
|
|
632
|
+
.ptc-section-half {
|
|
633
|
+
padding-top: 1.5rem;
|
|
634
|
+
padding-bottom: 1.5rem;
|
|
635
|
+
}
|
|
636
|
+
|
|
637
|
+
.u-flex {
|
|
638
|
+
display: flex;
|
|
639
|
+
}
|
|
640
|
+
|
|
641
|
+
@media only screen and (min-width: 480px) {
|
|
642
|
+
.u-flex-xs {
|
|
643
|
+
display: flex;
|
|
644
|
+
}
|
|
645
|
+
}
|
|
646
|
+
@media only screen and (min-width: 768px) {
|
|
647
|
+
.u-flex-sm {
|
|
648
|
+
display: flex;
|
|
649
|
+
}
|
|
650
|
+
}
|
|
651
|
+
@media only screen and (min-width: 992px) {
|
|
652
|
+
.u-flex-md {
|
|
653
|
+
display: flex;
|
|
654
|
+
}
|
|
655
|
+
}
|
|
656
|
+
@media only screen and (min-width: 1200px) {
|
|
657
|
+
.u-flex-lg {
|
|
658
|
+
display: flex;
|
|
659
|
+
}
|
|
660
|
+
}
|
|
661
|
+
@media only screen and (min-width: 1440px) {
|
|
662
|
+
.u-flex-xl {
|
|
663
|
+
display: flex;
|
|
664
|
+
}
|
|
665
|
+
}
|
|
666
|
+
@media only screen and (min-width: 1600px) {
|
|
667
|
+
.u-flex-xxl {
|
|
668
|
+
display: flex;
|
|
669
|
+
}
|
|
670
|
+
}
|
|
671
|
+
@media only screen and (min-width: 1980px) {
|
|
672
|
+
.u-flex-2k {
|
|
673
|
+
display: flex;
|
|
674
|
+
}
|
|
675
|
+
}
|
|
676
|
+
@media only screen and (min-width: 2600px) {
|
|
677
|
+
.u-flex-4k {
|
|
678
|
+
display: flex;
|
|
679
|
+
}
|
|
680
|
+
}
|
|
681
|
+
.u-align-center {
|
|
682
|
+
margin: auto;
|
|
683
|
+
align-self: center;
|
|
684
|
+
}
|
|
685
|
+
|
|
686
|
+
.u-align-left {
|
|
687
|
+
margin-right: auto;
|
|
688
|
+
align-self: center;
|
|
689
|
+
}
|
|
690
|
+
|
|
691
|
+
.u-align-right {
|
|
692
|
+
margin-left: auto;
|
|
693
|
+
align-self: center;
|
|
694
|
+
}
|
|
695
|
+
|
|
696
|
+
.u-align-x-center {
|
|
697
|
+
margin-right: auto;
|
|
698
|
+
margin-left: auto;
|
|
699
|
+
}
|
|
700
|
+
|
|
701
|
+
.u-align-x-left {
|
|
702
|
+
margin-right: auto;
|
|
703
|
+
}
|
|
704
|
+
|
|
705
|
+
.u-align-x-right {
|
|
706
|
+
margin-left: auto;
|
|
707
|
+
}
|
|
708
|
+
|
|
709
|
+
.u-align-y-center {
|
|
710
|
+
align-self: center;
|
|
711
|
+
}
|
|
712
|
+
|
|
713
|
+
.u-align-y-top {
|
|
714
|
+
align-self: flex-start;
|
|
715
|
+
}
|
|
716
|
+
|
|
717
|
+
.u-align-y-bottom {
|
|
718
|
+
align-self: flex-end;
|
|
719
|
+
}
|
|
720
|
+
|
|
721
|
+
.is-flex-column {
|
|
722
|
+
flex-direction: column;
|
|
723
|
+
}
|
|
724
|
+
|
|
725
|
+
.flex-align-items {
|
|
726
|
+
align-items: flex-end;
|
|
727
|
+
}
|
|
728
|
+
|
|
729
|
+
.u-flex-nowrap {
|
|
730
|
+
flex-wrap: nowrap;
|
|
731
|
+
}
|
|
732
|
+
|
|
733
|
+
.u-flex-wrap {
|
|
734
|
+
flex-wrap: wrap;
|
|
735
|
+
}
|
|
736
|
+
|
|
737
|
+
.embed-responsive {
|
|
738
|
+
position: relative;
|
|
739
|
+
display: block;
|
|
740
|
+
height: 0;
|
|
741
|
+
padding: 0;
|
|
742
|
+
overflow: hidden;
|
|
743
|
+
}
|
|
744
|
+
|
|
745
|
+
.embed-responsive-16by9 {
|
|
746
|
+
padding-bottom: 56.25%;
|
|
747
|
+
}
|
|
748
|
+
|
|
749
|
+
.embed-responsive .embed-responsive-item,
|
|
750
|
+
.embed-responsive embed,
|
|
751
|
+
.embed-responsive iframe,
|
|
752
|
+
.embed-responsive object,
|
|
753
|
+
.embed-responsive video {
|
|
754
|
+
position: absolute;
|
|
755
|
+
top: 0;
|
|
756
|
+
bottom: 0;
|
|
757
|
+
left: 0;
|
|
758
|
+
width: 100%;
|
|
759
|
+
height: 100%;
|
|
760
|
+
border: 0;
|
|
761
|
+
}
|
|
762
|
+
|
|
763
|
+
.fef-two-column-two-media .has-col-gap-lg {
|
|
764
|
+
grid-column-gap: var(--spacing-md);
|
|
765
|
+
}
|
|
766
|
+
@media only screen and (min-width: 992px) {
|
|
767
|
+
.fef-two-column-two-media .has-col-gap-lg {
|
|
768
|
+
grid-column-gap: var(--spacing-lg);
|
|
769
|
+
}
|
|
770
|
+
}
|
|
771
|
+
.fef-two-column-two-media .is-col-6-md {
|
|
772
|
+
padding-bottom: 3rem;
|
|
773
|
+
}
|
|
774
|
+
.fef-two-column-two-media .is-col-6-md:last-child {
|
|
775
|
+
padding-bottom: 0rem;
|
|
776
|
+
}
|
|
777
|
+
@media only screen and (min-width: 768px) {
|
|
778
|
+
.fef-two-column-two-media .is-col-6-md {
|
|
779
|
+
padding-bottom: 0rem;
|
|
780
|
+
}
|
|
781
|
+
}
|
|
782
|
+
|
|
783
|
+
ptc-icon-list.icon-top-align-list a {
|
|
784
|
+
text-decoration: none;
|
|
785
|
+
transition: color 0.3s ease;
|
|
786
|
+
font-weight: var(--ptc-font-weight-bold);
|
|
787
|
+
line-height: var(--ptc-font-size-x-large);
|
|
788
|
+
border-bottom: 0.094rem solid var(--color-green-06);
|
|
789
|
+
color: var(--color-gray-10);
|
|
790
|
+
}
|
|
791
|
+
ptc-icon-list.icon-top-align-list a:hover {
|
|
792
|
+
color: var(--color-green-06);
|
|
793
|
+
}
|
|
794
|
+
|
|
795
|
+
@media only screen and (min-width: 768px) {
|
|
796
|
+
.is-grid.grid-large-col-gap-xs-0 {
|
|
797
|
+
row-gap: 0;
|
|
798
|
+
}
|
|
799
|
+
}
|
|
800
|
+
:host {
|
|
801
|
+
display: block;
|
|
802
|
+
}
|
|
803
|
+
|
|
804
|
+
.parent {
|
|
805
|
+
display: grid;
|
|
806
|
+
grid-template-columns: 1fr;
|
|
807
|
+
grid-template-rows: auto 1fr;
|
|
808
|
+
grid-column-gap: 0px;
|
|
809
|
+
grid-row-gap: 0px;
|
|
810
|
+
position: unset;
|
|
811
|
+
}
|
|
812
|
+
|
|
813
|
+
.div1 {
|
|
814
|
+
grid-area: 1/1/2/2;
|
|
815
|
+
min-height: 300px;
|
|
816
|
+
}
|
|
817
|
+
.div1.hidden {
|
|
818
|
+
display: none;
|
|
819
|
+
}
|
|
820
|
+
|
|
821
|
+
.mobile-media-image {
|
|
822
|
+
display: flex;
|
|
823
|
+
justify-content: center;
|
|
824
|
+
align-items: center;
|
|
825
|
+
}
|
|
826
|
+
@media only screen and (min-width: 992px) {
|
|
827
|
+
.mobile-media-image {
|
|
828
|
+
display: none;
|
|
829
|
+
}
|
|
830
|
+
}
|
|
831
|
+
|
|
832
|
+
.gif-bg {
|
|
833
|
+
background-color: #F3F3F3;
|
|
834
|
+
}
|
|
835
|
+
|
|
836
|
+
.video-ratio {
|
|
837
|
+
position: relative;
|
|
838
|
+
overflow: hidden;
|
|
839
|
+
height: 0;
|
|
840
|
+
padding-bottom: 100%;
|
|
841
|
+
}
|
|
842
|
+
@media only screen and (min-width: 768px) {
|
|
843
|
+
.video-ratio {
|
|
844
|
+
padding-bottom: 75%;
|
|
845
|
+
}
|
|
846
|
+
}
|
|
847
|
+
@media only screen and (min-width: 992px) {
|
|
848
|
+
.video-ratio {
|
|
849
|
+
padding-bottom: 59.37%;
|
|
850
|
+
max-height: 500px;
|
|
851
|
+
}
|
|
852
|
+
}
|
|
853
|
+
@media only screen and (min-width: 1200px) {
|
|
854
|
+
.video-ratio {
|
|
855
|
+
padding-bottom: 39.67%;
|
|
856
|
+
}
|
|
857
|
+
}
|
|
858
|
+
@media only screen and (min-width: 1440px) {
|
|
859
|
+
.video-ratio {
|
|
860
|
+
padding-bottom: 33%;
|
|
861
|
+
}
|
|
862
|
+
}
|
|
863
|
+
|
|
864
|
+
.div2 {
|
|
865
|
+
grid-area: 2/1/3/2;
|
|
866
|
+
position: relative;
|
|
867
|
+
}
|
|
868
|
+
|
|
869
|
+
.bg-overlay {
|
|
870
|
+
position: absolute;
|
|
871
|
+
width: 100%;
|
|
872
|
+
height: 100%;
|
|
873
|
+
top: 0;
|
|
874
|
+
left: 0;
|
|
875
|
+
}
|
|
876
|
+
|
|
877
|
+
.content-layout {
|
|
878
|
+
display: flex;
|
|
879
|
+
flex-direction: column;
|
|
880
|
+
}
|
|
881
|
+
@media only screen and (min-width: 992px) {
|
|
882
|
+
.content-layout {
|
|
883
|
+
flex-direction: row;
|
|
884
|
+
}
|
|
885
|
+
}
|
|
886
|
+
|
|
887
|
+
.gap-adjustment {
|
|
888
|
+
gap: var(--ptc-element-spacing-05);
|
|
889
|
+
}
|
|
890
|
+
|
|
891
|
+
.text-adjustment {
|
|
892
|
+
justify-content: flex-start;
|
|
893
|
+
}
|
|
894
|
+
@media only screen and (min-width: 992px) {
|
|
895
|
+
.text-adjustment {
|
|
896
|
+
justify-content: center;
|
|
897
|
+
}
|
|
898
|
+
}
|
|
899
|
+
|
|
900
|
+
.desktop-media-image {
|
|
901
|
+
width: 40%;
|
|
902
|
+
display: none;
|
|
903
|
+
}
|
|
904
|
+
@media only screen and (min-width: 992px) {
|
|
905
|
+
.desktop-media-image {
|
|
906
|
+
display: block;
|
|
907
|
+
}
|
|
908
|
+
}
|
|
909
|
+
|
|
910
|
+
.desk-gif-adjustment {
|
|
911
|
+
z-index: 3;
|
|
912
|
+
}
|
|
913
|
+
|
|
914
|
+
@media only screen and (min-width: 992px) {
|
|
915
|
+
.parent {
|
|
916
|
+
grid-template-columns: 1fr;
|
|
917
|
+
grid-template-rows: 1fr;
|
|
918
|
+
grid-column-gap: 0px;
|
|
919
|
+
grid-row-gap: 0px;
|
|
920
|
+
min-height: 500px;
|
|
921
|
+
position: relative;
|
|
922
|
+
}
|
|
923
|
+
|
|
924
|
+
.div1 {
|
|
925
|
+
grid-area: 1/1/2/2;
|
|
926
|
+
min-height: unset;
|
|
927
|
+
}
|
|
928
|
+
|
|
929
|
+
.div2 {
|
|
930
|
+
grid-area: 1/1/2/2;
|
|
931
|
+
align-self: center;
|
|
932
|
+
position: unset;
|
|
933
|
+
}
|
|
934
|
+
}
|
|
935
|
+
ptc-svg-btn {
|
|
936
|
+
position: absolute;
|
|
937
|
+
left: 50%;
|
|
938
|
+
bottom: 150%;
|
|
939
|
+
transform: translate(-50%, 50%);
|
|
940
|
+
}
|
|
941
|
+
@media only screen and (min-width: 992px) {
|
|
942
|
+
ptc-svg-btn {
|
|
943
|
+
left: 70%;
|
|
944
|
+
bottom: 50%;
|
|
945
|
+
transform: translate(0%, 50%);
|
|
946
|
+
}
|
|
947
|
+
}
|