@pronto-tools-and-more/files 12.42.0 → 12.43.0
Sign up to get free protection for your applications and to get access to all the features.
- package/files/framework/src/default/storefront/buildInfo.json +4 -4
- package/files/framework/src/default/storefront/deep-link-landing/purple-deep-link-landing.js +1 -1
- package/files/framework/src/default/storefront/index.html +2 -2
- package/files/framework/src/default/storefront/modules/common.js +1 -1201
- package/files/framework/src/default/storefront/modules/main.js +1 -1
- package/files/framework/src/default/storefront/modules/styles.css +1 -1
- package/files/framework-latest/src/default/content/assets/FONTAWESOME_LICENSE.txt +34 -0
- package/files/framework-latest/src/default/content/assets/fonts/OpenSans-Bold.ttf +0 -0
- package/files/framework-latest/src/default/content/assets/fonts/OpenSans-BoldItalic.ttf +0 -0
- package/files/framework-latest/src/default/content/assets/fonts/OpenSans-ExtraBold.ttf +0 -0
- package/files/framework-latest/src/default/content/assets/fonts/OpenSans-ExtraBoldItalic.ttf +0 -0
- package/files/framework-latest/src/default/content/assets/fonts/OpenSans-Italic.ttf +0 -0
- package/files/framework-latest/src/default/content/assets/fonts/OpenSans-Light.ttf +0 -0
- package/files/framework-latest/src/default/content/assets/fonts/OpenSans-LightItalic.ttf +0 -0
- package/files/framework-latest/src/default/content/assets/fonts/OpenSans-Regular.ttf +0 -0
- package/files/framework-latest/src/default/content/assets/fonts/OpenSans-SemiBold.ttf +0 -0
- package/files/framework-latest/src/default/content/assets/fonts/OpenSans-SemiBoldItalic.ttf +0 -0
- package/files/framework-latest/src/default/content/assets/fonts/RobotoSlab-Bold.ttf +0 -0
- package/files/framework-latest/src/default/content/assets/ic_arrow.svg +1 -0
- package/files/framework-latest/src/default/content/assets/ic_audio.svg +19 -0
- package/files/framework-latest/src/default/content/assets/ic_bookmark.svg +10 -0
- package/files/framework-latest/src/default/content/assets/ic_bookmark_active.svg +9 -0
- package/files/framework-latest/src/default/content/assets/ic_close.svg +16 -0
- package/files/framework-latest/src/default/content/assets/ic_download.svg +13 -0
- package/files/framework-latest/src/default/content/assets/ic_download_circle.svg +15 -0
- package/files/framework-latest/src/default/content/assets/ic_download_completed.svg +12 -0
- package/files/framework-latest/src/default/content/assets/ic_download_completed_circle.svg +12 -0
- package/files/framework-latest/src/default/content/assets/ic_downloading.svg +13 -0
- package/files/framework-latest/src/default/content/assets/ic_downloading_circle.svg +15 -0
- package/files/framework-latest/src/default/content/assets/ic_font_size.svg +1 -0
- package/files/framework-latest/src/default/content/assets/ic_left.svg +15 -0
- package/files/framework-latest/src/default/content/assets/ic_left_arrow.svg +11 -0
- package/files/framework-latest/src/default/content/assets/ic_night_mode.svg +20 -0
- package/files/framework-latest/src/default/content/assets/ic_night_mode_active.svg +20 -0
- package/files/framework-latest/src/default/content/assets/ic_overlay_loading.svg +13 -0
- package/files/framework-latest/src/default/content/assets/ic_pause.svg +19 -0
- package/files/framework-latest/src/default/content/assets/ic_play.svg +16 -0
- package/files/framework-latest/src/default/content/assets/ic_player.svg +19 -0
- package/files/framework-latest/src/default/content/assets/ic_player_active.svg +19 -0
- package/files/framework-latest/src/default/content/assets/ic_right.svg +15 -0
- package/files/framework-latest/src/default/content/assets/ic_right_arrow.svg +11 -0
- package/files/framework-latest/src/default/content/assets/ic_seek_back.svg +19 -0
- package/files/framework-latest/src/default/content/assets/ic_seek_forward.svg +19 -0
- package/files/framework-latest/src/default/content/assets/ic_settings.svg +16 -0
- package/files/framework-latest/src/default/content/assets/ic_share_android.svg +11 -0
- package/files/framework-latest/src/default/content/assets/ic_share_ios.svg +13 -0
- package/files/framework-latest/src/default/content/assets/ic_speech.svg +15 -0
- package/files/framework-latest/src/default/content/assets/ic_speech_female.svg +11 -0
- package/files/framework-latest/src/default/content/assets/ic_speech_male.svg +11 -0
- package/files/framework-latest/src/default/content/assets/ic_speech_rate.svg +11 -0
- package/files/framework-latest/src/default/content/assets/ic_toc.svg +22 -0
- package/files/framework-latest/src/default/content/assets/ic_video.svg +21 -0
- package/files/framework-latest/src/default/content/assets/ic_zoom.svg +1 -0
- package/files/framework-latest/src/default/content/assets/img/spinner.gif +0 -0
- package/files/framework-latest/src/default/content/assets/logo.png +0 -0
- package/files/framework-latest/src/default/content/assets/swiper/swiper-bundle.min.css +13 -0
- package/files/framework-latest/src/default/content/assets/swiper/swiper-bundle.min.js +1 -0
- package/files/framework-latest/src/default/content/assets/tail-spin.gif +0 -0
- package/files/framework-latest/src/default/content/assets/tail-spin.svg +32 -0
- package/files/framework-latest/src/default/content/core.css +29 -0
- package/files/framework-latest/src/default/content/core.js +10896 -0
- package/files/framework-latest/src/default/content/functions.css +2 -0
- package/files/framework-latest/src/default/content/functions.js +1 -0
- package/files/framework-latest/src/default/content/publish-press-author.css +407 -0
- package/files/framework-latest/src/default/content/publish-press-author.js +290 -0
- package/files/framework-latest/src/default/content/resources.json +1 -0
- package/files/framework-latest/src/default/content/theme.css +16 -0
- package/files/framework-latest/src/default/content/theme.js +720 -0
- package/files/framework-latest/src/default/content/tts.css +7 -0
- package/files/framework-latest/src/default/content/tts.js +5 -0
- package/files/framework-latest/src/default/content/uag.css +20 -0
- package/files/framework-latest/src/default/content/uag.js +166 -0
- package/files/framework-latest/src/default/info/css/style.css +328 -0
- package/files/framework-latest/src/default/info/font-awesome/HELP-US-OUT.txt +7 -0
- package/files/framework-latest/src/default/info/font-awesome/css/font-awesome.css +2337 -0
- package/files/framework-latest/src/default/info/font-awesome/css/font-awesome.min.css +4 -0
- package/files/framework-latest/src/default/info/font-awesome/fonts/FontAwesome.otf +0 -0
- package/files/framework-latest/src/default/info/font-awesome/fonts/fontawesome-webfont.eot +0 -0
- package/files/framework-latest/src/default/info/font-awesome/fonts/fontawesome-webfont.svg +2671 -0
- package/files/framework-latest/src/default/info/font-awesome/fonts/fontawesome-webfont.ttf +0 -0
- package/files/framework-latest/src/default/info/font-awesome/fonts/fontawesome-webfont.woff +0 -0
- package/files/framework-latest/src/default/info/font-awesome/fonts/fontawesome-webfont.woff2 +0 -0
- package/files/framework-latest/src/default/info/font-awesome/less/animated.less +34 -0
- package/files/framework-latest/src/default/info/font-awesome/less/bordered-pulled.less +25 -0
- package/files/framework-latest/src/default/info/font-awesome/less/core.less +12 -0
- package/files/framework-latest/src/default/info/font-awesome/less/fixed-width.less +6 -0
- package/files/framework-latest/src/default/info/font-awesome/less/font-awesome.less +18 -0
- package/files/framework-latest/src/default/info/font-awesome/less/icons.less +789 -0
- package/files/framework-latest/src/default/info/font-awesome/less/larger.less +13 -0
- package/files/framework-latest/src/default/info/font-awesome/less/list.less +19 -0
- package/files/framework-latest/src/default/info/font-awesome/less/mixins.less +60 -0
- package/files/framework-latest/src/default/info/font-awesome/less/path.less +15 -0
- package/files/framework-latest/src/default/info/font-awesome/less/rotated-flipped.less +20 -0
- package/files/framework-latest/src/default/info/font-awesome/less/screen-reader.less +5 -0
- package/files/framework-latest/src/default/info/font-awesome/less/stacked.less +20 -0
- package/files/framework-latest/src/default/info/font-awesome/less/variables.less +800 -0
- package/files/framework-latest/src/default/info/font-awesome/scss/_animated.scss +34 -0
- package/files/framework-latest/src/default/info/font-awesome/scss/_bordered-pulled.scss +25 -0
- package/files/framework-latest/src/default/info/font-awesome/scss/_core.scss +12 -0
- package/files/framework-latest/src/default/info/font-awesome/scss/_fixed-width.scss +6 -0
- package/files/framework-latest/src/default/info/font-awesome/scss/_icons.scss +789 -0
- package/files/framework-latest/src/default/info/font-awesome/scss/_larger.scss +13 -0
- package/files/framework-latest/src/default/info/font-awesome/scss/_list.scss +19 -0
- package/files/framework-latest/src/default/info/font-awesome/scss/_mixins.scss +60 -0
- package/files/framework-latest/src/default/info/font-awesome/scss/_path.scss +15 -0
- package/files/framework-latest/src/default/info/font-awesome/scss/_rotated-flipped.scss +20 -0
- package/files/framework-latest/src/default/info/font-awesome/scss/_screen-reader.scss +5 -0
- package/files/framework-latest/src/default/info/font-awesome/scss/_stacked.scss +20 -0
- package/files/framework-latest/src/default/info/font-awesome/scss/_variables.scss +800 -0
- package/files/framework-latest/src/default/info/font-awesome/scss/font-awesome.scss +18 -0
- package/files/framework-latest/src/default/info/fonts/Roboto-Bold.ttf +0 -0
- package/files/framework-latest/src/default/info/fonts/Roboto-Italic.ttf +0 -0
- package/files/framework-latest/src/default/info/fonts/Roboto-Light.ttf +0 -0
- package/files/framework-latest/src/default/info/fonts/Roboto-LightItalic.ttf +0 -0
- package/files/framework-latest/src/default/info/fonts/Roboto-Medium.ttf +0 -0
- package/files/framework-latest/src/default/info/fonts/Roboto-MediumItalic.ttf +0 -0
- package/files/framework-latest/src/default/info/fonts/Roboto-Regular.ttf +0 -0
- package/files/framework-latest/src/default/info/img/banner.png +0 -0
- package/files/framework-latest/src/default/info/index.html +94 -0
- package/files/framework-latest/src/default/info/theme.css +181 -0
- package/files/framework-latest/src/default/menuicons/account.png +0 -0
- package/files/framework-latest/src/default/menuicons/account@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/account@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/bookmarks.png +0 -0
- package/files/framework-latest/src/default/menuicons/bookmarks@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/bookmarks@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/calendar.png +0 -0
- package/files/framework-latest/src/default/menuicons/calendar@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/calendar@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/chain.png +0 -0
- package/files/framework-latest/src/default/menuicons/chain@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/chain@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/feedback.png +0 -0
- package/files/framework-latest/src/default/menuicons/feedback@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/feedback@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/forum.png +0 -0
- package/files/framework-latest/src/default/menuicons/forum@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/forum@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/info.png +0 -0
- package/files/framework-latest/src/default/menuicons/kiosk.png +0 -0
- package/files/framework-latest/src/default/menuicons/kiosk@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/kiosk@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/legal.png +0 -0
- package/files/framework-latest/src/default/menuicons/legal@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/legal@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/login.png +0 -0
- package/files/framework-latest/src/default/menuicons/login@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/login@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/logout.png +0 -0
- package/files/framework-latest/src/default/menuicons/logout@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/logout@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/newsfeed.png +0 -0
- package/files/framework-latest/src/default/menuicons/newsfeed@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/newsfeed@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/newsstand.png +0 -0
- package/files/framework-latest/src/default/menuicons/newsstand@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/newsstand@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/purple.png +0 -0
- package/files/framework-latest/src/default/menuicons/purple@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/purple@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/restore.png +0 -0
- package/files/framework-latest/src/default/menuicons/restore@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/restore@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/settings.png +0 -0
- package/files/framework-latest/src/default/menuicons/share.png +0 -0
- package/files/framework-latest/src/default/menuicons/share@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/share@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/shop.png +0 -0
- package/files/framework-latest/src/default/menuicons/shop@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/shop@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/socialmedia.png +0 -0
- package/files/framework-latest/src/default/menuicons/socialmedia@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/socialmedia@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/subscriptions.png +0 -0
- package/files/framework-latest/src/default/menuicons/subscriptions@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/subscriptions@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/voucher.png +0 -0
- package/files/framework-latest/src/default/menuicons/voucher@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/voucher@3x.png +0 -0
- package/files/framework-latest/src/default/menuicons/website.png +0 -0
- package/files/framework-latest/src/default/menuicons/website@2x.png +0 -0
- package/files/framework-latest/src/default/menuicons/website@3x.png +0 -0
- package/files/framework-latest/src/default/onboarding/3rdpartylicenses.txt +574 -0
- package/files/framework-latest/src/default/onboarding/assets/config/message.json +7 -0
- package/files/framework-latest/src/default/onboarding/assets/config/onboarding.json +48 -0
- package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/1_Welcome.png +0 -0
- package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/2_MenuPhone.jpg +0 -0
- package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/2_MenuTablet.jpg +0 -0
- package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/3_NewsstandPhone.jpg +0 -0
- package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/3_NewsstandTablet.jpg +0 -0
- package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/4_PublicationPhone.jpg +0 -0
- package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/4_PublicationTablet.jpg +0 -0
- package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/5_NewsfeedPhone.jpg +0 -0
- package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/5_NewsfeedTablet.jpg +0 -0
- package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/6_FeaturesPhone.jpg +0 -0
- package/files/framework-latest/src/default/onboarding/assets/config/onboarding_images/6_FeaturesTablet.jpg +0 -0
- package/files/framework-latest/src/default/onboarding/assets/config/onboarding_videos/BLI_Cover-Image-Video_1.jpg +0 -0
- package/files/framework-latest/src/default/onboarding/assets/config/onboarding_videos/BLI_Cover-Image-Video_4.jpg +0 -0
- package/files/framework-latest/src/default/onboarding/assets/config/style.json +19 -0
- package/files/framework-latest/src/default/onboarding/assets/config/url.json +5 -0
- package/files/framework-latest/src/default/onboarding/assets/font/Ionicons/ionicons.ttf +0 -0
- package/files/framework-latest/src/default/onboarding/assets/font/OpenSans/OpenSans-Bold.ttf +0 -0
- package/files/framework-latest/src/default/onboarding/assets/font/OpenSans/OpenSans-BoldItalic.ttf +0 -0
- package/files/framework-latest/src/default/onboarding/assets/font/OpenSans/OpenSans-ExtraBold.ttf +0 -0
- package/files/framework-latest/src/default/onboarding/assets/font/OpenSans/OpenSans-ExtraBoldItalic.ttf +0 -0
- package/files/framework-latest/src/default/onboarding/assets/font/OpenSans/OpenSans-Italic.ttf +0 -0
- package/files/framework-latest/src/default/onboarding/assets/font/OpenSans/OpenSans-Light.ttf +0 -0
- package/files/framework-latest/src/default/onboarding/assets/font/OpenSans/OpenSans-LightItalic.ttf +0 -0
- package/files/framework-latest/src/default/onboarding/assets/font/OpenSans/OpenSans-Regular.ttf +0 -0
- package/files/framework-latest/src/default/onboarding/assets/font/OpenSans/OpenSans-SemiBold.ttf +0 -0
- package/files/framework-latest/src/default/onboarding/assets/font/OpenSans/OpenSans-SemiBoldItalic.ttf +0 -0
- package/files/framework-latest/src/default/onboarding/assets/font/fonts.css +73 -0
- package/files/framework-latest/src/default/onboarding/favicon.ico +0 -0
- package/files/framework-latest/src/default/onboarding/index.html +15 -0
- package/files/framework-latest/src/default/onboarding/main.js +1 -0
- package/files/framework-latest/src/default/onboarding/polyfills-es5.js +1 -0
- package/files/framework-latest/src/default/onboarding/polyfills.js +1 -0
- package/files/framework-latest/src/default/onboarding/runtime.js +1 -0
- package/files/framework-latest/src/default/onboarding/styles.css +1 -0
- package/files/framework-latest/src/default/onboarding/vendor.js +1 -0
- package/files/framework-latest/src/default/readmode/custom.js +40 -0
- package/files/framework-latest/src/default/readmode/ic_audio.svg +19 -0
- package/files/framework-latest/src/default/readmode/ic_close.svg +16 -0
- package/files/framework-latest/src/default/readmode/ic_font_size.svg +1 -0
- package/files/framework-latest/src/default/readmode/ic_night_mode.svg +20 -0
- package/files/framework-latest/src/default/readmode/ic_pause.svg +19 -0
- package/files/framework-latest/src/default/readmode/ic_play.svg +16 -0
- package/files/framework-latest/src/default/readmode/ic_speech.svg +15 -0
- package/files/framework-latest/src/default/readmode/ic_speech_female.svg +11 -0
- package/files/framework-latest/src/default/readmode/ic_speech_male.svg +11 -0
- package/files/framework-latest/src/default/storefront/3rdpartylicenses.txt +1065 -0
- package/files/framework-latest/src/default/storefront/assets/access.json +10 -0
- package/files/framework-latest/src/default/storefront/assets/banner/banner_not_found.jpg +0 -0
- package/files/framework-latest/src/default/storefront/assets/downloadOptions.json +1 -0
- package/files/framework-latest/src/default/storefront/assets/faq.html +87 -0
- package/files/framework-latest/src/default/storefront/assets/features.json +3 -0
- package/files/framework-latest/src/default/storefront/assets/generic-widget.json +1 -0
- package/files/framework-latest/src/default/storefront/assets/login.html +329 -0
- package/files/framework-latest/src/default/storefront/assets/submit.css +7 -0
- package/files/framework-latest/src/default/storefront/assets/subscription-benefits.json +11 -0
- package/files/framework-latest/src/default/storefront/assets/termsofuse.html +123 -0
- package/files/framework-latest/src/default/storefront/assets/tts_config.json +3 -0
- package/files/framework-latest/src/default/storefront/assets/urls.json +11 -0
- package/files/framework-latest/src/default/storefront/buildInfo.json +7 -0
- package/files/framework-latest/src/default/storefront/deep-link-landing/index.html +1 -0
- package/files/framework-latest/src/default/storefront/deep-link-landing/purple-deep-link-landing.js +842 -0
- package/files/framework-latest/src/default/storefront/deep-link-landing/purple-deep-link-landing.js.LICENSE.txt +13 -0
- package/files/framework-latest/src/default/storefront/index.html +22 -0
- package/files/framework-latest/src/default/storefront/modules/DS_logo.svg +1 -0
- package/files/framework-latest/src/default/storefront/modules/alphaMask.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/btn_backward.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/btn_first.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/btn_forward.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/btn_fullwidth.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/btn_fullwidth_active.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/btn_last.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/btn_pin.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/btn_toc.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/btn_zoom.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/btn_zoom_active.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/common.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/default-node_modules_angular_forms_fesm2022_forms_mjs.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/default-projects_storefront_src_app_component_base-component_base-datacollection_component_ts-4706f8.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/default-projects_storefront_src_app_component_content_content_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/default-projects_storefront_src_app_component_image_image_leandom_component_ts-projects_store-04fe61.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/default-projects_storefront_src_app_component_image_image_leandom_component_ts-projects_store-571069.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/default-projects_storefront_src_app_component_issue_issue_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/default-projects_storefront_src_app_service_tts_tts_service_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/ic_backward.svg +16 -0
- package/files/framework-latest/src/default/storefront/modules/ic_close.svg +16 -0
- package/files/framework-latest/src/default/storefront/modules/ic_forward.svg +16 -0
- package/files/framework-latest/src/default/storefront/modules/ic_fullscreen.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/ic_fullscreen@2x.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/ic_fullscreen@3x.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/ic_overlay_loading.svg +13 -0
- package/files/framework-latest/src/default/storefront/modules/ic_pause.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/ic_pause.svg +19 -0
- package/files/framework-latest/src/default/storefront/modules/ic_pause@2x.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/ic_pause@3x.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/ic_play.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/ic_play.svg +16 -0
- package/files/framework-latest/src/default/storefront/modules/ic_play@2x.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/ic_play@3x.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/ic_player.svg +17 -0
- package/files/framework-latest/src/default/storefront/modules/ic_player_active.svg +17 -0
- package/files/framework-latest/src/default/storefront/modules/ic_refresh.svg +16 -0
- package/files/framework-latest/src/default/storefront/modules/ic_seek_back.svg +19 -0
- package/files/framework-latest/src/default/storefront/modules/ic_seek_forward.svg +19 -0
- package/files/framework-latest/src/default/storefront/modules/ic_settings.svg +16 -0
- package/files/framework-latest/src/default/storefront/modules/ic_smallscreen.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/ic_smallscreen@2x.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/ic_smallscreen@3x.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/ic_speech.svg +15 -0
- package/files/framework-latest/src/default/storefront/modules/ic_speech_female.svg +11 -0
- package/files/framework-latest/src/default/storefront/modules/ic_speech_male.svg +11 -0
- package/files/framework-latest/src/default/storefront/modules/icon_close.png +0 -0
- package/files/framework-latest/src/default/storefront/modules/main.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/node_modules_clientjs_dist_client_base_min_js.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/node_modules_mustache_mustache_js.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/node_modules_purple_web-player_dist_webPresenter_js_vendor_js.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/node_modules_purple_web-player_dist_webPresenter_js_webPresenter_min_js.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/polyfills.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_common-pipes_common-pipes_module_ts-projects_storefront_src_app_c-295cec.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_common-pipes_common-pipes_module_ts-projects_storefront_src_app_c-7956f0.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_common-pipes_common-pipes_module_ts-projects_storefront_src_app_c-94b9b6.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_action-executor_action-executor_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_ad_ad_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_app-menu-xml_app-menu-xml_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_base-component_base-datacollection_component_ts-project-6cb588.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_bookmark_bookmark_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_catalog-content_content-body_content-body_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_catalog-content_content-featured-image_content-featured-c9ba26.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_category_category_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_collection_collection_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_component_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_coupon_coupon_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_dev-components_user-tag-testing_user-tag-testing_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_download-issues_download-issues_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_dropdown_dropdown_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_embeddable-view_embeddable-view_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_iframe_iframe_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_issue-search-result_issue-search-result_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_login_login_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_menu_menu_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_product_product_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_publication-completion_publication-completion_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_publication_publication_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_recommendations_recommendations_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_search-field_search-field_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_subscription_subscription_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_swiper_swiper_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_ticker_ticker_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_toggle_toggle_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_toolbar_toolbar_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_web-presenter_presenter_presenter_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_component_widget_widget_module_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/projects_storefront_src_app_config_common_config_ts.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/runtime.js +1 -0
- package/files/framework-latest/src/default/storefront/modules/styles.css +1 -0
- package/package.json +1 -1
@@ -0,0 +1 @@
|
|
1
|
+
@charset "UTF-8";html body{--primaryColor: #00adef;--primaryColorNightMode: white;--secondaryColor: rgb(200, 200, 200);--backgroundColor: rgb(255, 255, 255);--secondaryBackgroundColor: rgb(200, 200, 200);--textColor: rgb(0, 0, 0);--accentColor: var(--primaryColor);--secondaryTextColor: rgb(80, 80, 80);--ghostColor: rgba(200, 200, 200);--gutter: 16px;--borderRadius: 4px;--actionButtonHeight: 50px;--appBarColor: white;--appBarTextColor: var(--textColor);--appBarHeight: 54px;--appBarDisplay: flex;--appBarShrinkDisplay: flex;--appBarShrinkHeight: 30px;--appBarFontSize: 1em;--appBarShrinkFontSize: .6em;--appBarPaddingVert: 4px;--appBarPaddingHoriz: 0;--appBarButtonWidth: 50px;--appMenuColor: white;--navigationHeight: 50px;--navigationShrinkHeight: 30px;--navigationColor: var(--textColor);--navigationBgColor: white;--navigationActiveColor: var(--primaryColor);--listPadding: var(--gutter);--listPaddingHoriz: var(--gutter);--listPaddingVert: var(--gutter);--listItemGutter: var(--gutter);--gridListColumns: 4;--listTabBorderWidth: 1px;--listTabBorderRadius: var(--borderRadius);--listTabHighlightColor: var(--primaryColor);--listTabHighlightTextColor: white;--buttonPaddingVert: calc(var(--gutter) / 2);--buttonPaddingHoriz: calc(var(--gutter) / 2);--modalBgColor: white;--modalPadding: var(--gutter);--modalPaddingBottom: var(--gutter);--issueProgressPaddingVert: 2px;--issueProgressPaddingHoriz: 2px;--issueProgressMarginVert: calc(var(--gutter) / 2);--issueProgressMarginHoriz: calc(var(--gutter) / 2);--issueProgressBgColor: var(--secondaryColor);--issueProgressColor: var(--primaryColor);--issueProgressFontColor: white;--issueUpdateBadgeBgColor: var(--primaryColor);--issueUpdateBadgeColor: white;--subscriptionPaddingVert: var(--gutter);--subscriptionPaddingHoriz: var(--gutter);--subscriptionPurchasedMarginHoriz: 6px;--subscriptionPurchasedBorderRadius: 20px;--loginPaddingVert: var(--gutter);--loginPaddingHoriz: var(--gutter);--loginElementMarginVert: calc(var(--gutter));--loginElementMarginHoriz: 0;--couponPaddingVert: var(--gutter);--couponPaddingHoriz: var(--gutter);--couponElementMarginVert: calc(var(--gutter));--couponElementMarginHoriz: 0;--couponElementPaddingVert: calc(var(--gutter));--couponElementPaddingHoriz: calc(var(--gutter));--bookmarkBgColor: transparent;--bookmarkImageBgColor: white;--sectionPadding: 0;--spinnerColor: #fff;--imageBackgroundColor: transparent;--imageLoadingColor: rgb(200, 200, 200);--dropdownPaddingX: calc(var(--gutter) / 2);--dropdownPaddingY: calc(var(--gutter) / 2);--tickerGutter: var(--gutter);--tickerPaddingY: var(--gutter);--searchFieldFontSize: 14px;--swiperPaginationTabHeight: 50px;--swiperPaginationBorderWidth: 4px;--swiperPaginationBackgroundColor: white;--swiperPaginationColor: var(--primaryColor);--switchWidth: 50px;--switchActiveColor: var(--primaryColor);--switchHandleColor: #fff;--switchBackgroundColor: #f1f1f1;--switchBorderWidth: 3px;--switchBorderRadius: calc(var(--switchWidth) * .6);--stackedCoversWidth: 40%;--stackedCoversScaleStep: .1;--stackedCoversTranslateStep: .3;--stackedCoversTopEvenCenteredGap: 4px;--toolbarbackgroundColor: transparent;--toolbarIconColor: #a9a9a9;--zIndexAppBar: 999;color:var(--textColor);--contentFont: "OpenSans", sans-serif;--contentHeadlineFont: var(--contentFont);--contentIconNavigateBack: url(resource://dynamic/content/assets/ic_left.svg);--contentIconNavigateForward: url(resource://dynamic/content/assets/ic_right.svg);--contentSpinner: url(resource://dynamic/content/assets/tail-spin.svg);--contentBgColor: #ffffff;--contentTextColor: black;--contentPaddingVert: 30px;--contentPaddingHoriz: 50px;--contentHeaderMarginTop: 1em;--contentHeaderMarginBottom: 1.5em;--contentHeaderPaddingVert: 1em;--contentHeaderElementMarginTop: .5em;--contentHeaderElementMarginBottom: .5em;--contentSectionPaddingVert: 1em;--contentSectionPaddingHoriz: 1em;--contentElementMarginTop: 1em;--contentElementMarginBottom: 1em;--contentElementPaddingVert: .5em;--contentElementPaddingHoriz: 1em;--contentHeadlineBigMarginTop: 1.5em;--contentHeadlineBigMarginBottom: .5em;--contentHeadlineSmallMarginTop: 1em;--contentHeadlineSmallMarginBottom: .5em;--contentNavigateButtonColor: var(--primaryColor);--contentNavigateButtonSize: 30px;--contentNavigateButtonGap: 12px;--contentBgColorNightMode: #323232;--contentTextColorNightMode: #ffffff;--contentNavigateButtonColorNightMode: var(--primaryColorNightMode);--menuItemIconGap: calc(var(--menuItemIconHeight) / 2);--menuItemIconHeight: 14px}@media (max-width: 767px) and (orientation: portrait),(max-height: 767px) and (orientation: landscape){html body{--gridListColumns: 3}}@media (max-width: 533px) and (orientation: portrait),(max-height: 533px) and (orientation: landscape){html body{--gridListColumns: 2;--actionButtonHeight: 40px}}@media (max-height: 533px) and (orientation: landscape){html body{--gridListColumns: 3}}@media (max-width: 533px) and (orientation: portrait){html body{--contentPaddingHoriz: 30px}}html body{--contentHeaderMarginTop: 1em;--contentHeaderMarginBottom: 1.5em;--contentHeaderPaddingVert: 1em;--contentSectionPaddingVert: 1em;--contentSectionPaddingHoriz: 1em}.aspectRatioBase{position:relative;display:block}.aspectRatioBase:before{content:"";position:relative;display:block}.aspectRatioBase>*{position:absolute}html{--iconFont: "icons", serif !important;--iconContentArrow: "\e900";--iconContentAudio: "\e901";--iconContentBack: "\e902";--iconContentBookmark: "\e903";--iconContentBookmarkActive: "\e911";--iconContentCheckBg: "\e904";--iconContentCheck: "\e905";--iconContentClose: "\e906";--iconContentDelete: "\e907";--iconContentDownload: "\e908";--iconContentEye: "\e909";--iconContentFontSize: "\e90a";--iconContentMenu: "\e90b";--iconContentPlus: "\e90c";--iconContentSearch: "\e90d";--iconContentToc: "\e90e";--iconContentVideo: "\e90f";--iconContentDownloadCircle: "\e910";--iconContentSpinner: "\e984";--iconContentCheckCircle: "\e912";--iconContentInfo: "\e913";--iconContentShare: "\e914";--iconContentShareAndroid: "\e916";--iconContentTime: "\e915"}html body[data-storefront-platform=android]{--iconContentShare: var(--iconContentShareAndroid)}.icon{font-family:var(--iconFont);speak:none;font-style:normal;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon:after{display:inline-block}.icon:before{display:none}.icon:after,.icon:before{border:none}.icon-arrow-down:before,.icon-arrow-down:after{content:var(--iconContentArrow);transform:rotate(90deg)}.icon-arrow-up:before,.icon-arrow-up:after{content:var(--iconContentArrow);transform:rotate(270deg)}.icon-arrow-left:before,.icon-arrow-left:after{content:var(--iconContentArrow);transform:rotate(180deg)}.icon-arrow-right:before,.icon-arrow-right:after{content:var(--iconContentArrow)}.icon-audio:before,.icon-audio:after{content:var(--iconContentAudio)}.icon-podcast:before,.icon-podcast:after{content:var(--iconContentAudio)}.icon-back:before,.icon-back:after{content:var(--iconContentBack)}.icon-bookmark:before,.icon-bookmark:after{content:var(--iconContentBookmark)}.icon-bookmark-active:before,.icon-bookmark-active:after{content:var(--iconContentBookmarkActive)}.icon-check-bg:before,.icon-check-bg:after{content:var(--iconContentCheckBg)}.icon-check:before,.icon-check:after{content:var(--iconContentCheck)}.icon-close:before,.icon-close:after{content:var(--iconContentClose)}.icon-delete:before,.icon-delete:after{content:var(--iconContentDelete)}.icon-download:before,.icon-download:after{content:var(--iconContentDownload)}.icon-download-circle:before,.icon-download-circle:after{content:var(--iconContentDownloadCircle)}.icon-eye:before,.icon-eye:after{content:var(--iconContentEye)}.icon-font-size:before,.icon-font-size:after{content:var(--iconContentFontSize)}.icon-menu:before,.icon-menu:after{content:var(--iconContentMenu)}.icon-plus:before,.icon-plus:after{content:var(--iconContentPlus)}.icon-search:before,.icon-search:after{content:var(--iconContentSearch)}.icon-toc:before,.icon-toc:after{content:var(--iconContentToc)}.icon-video:before,.icon-video:after{content:var(--iconContentVideo)}.icon-spinner:before,.icon-spinner:after{content:var(--iconContentSpinner)}.icon-check-circle:before,.icon-check-circle:after{content:var(--iconContentCheckCircle)}.icon-info:before,.icon-info:after{content:var(--iconContentInfo)}.icon-share:before,.icon-share:after{content:var(--iconContentShare)}.icon-time:before,.icon-time:after{content:var(--iconContentTime)}.toolbar-icon-pdf:before,.toolbar-icon-pdf:after,.toolbar-icon-pdf_dropdown:before,.toolbar-icon-pdf_dropdown:after{content:var(--iconContentDownload)}button.icon{font-family:var(--iconFont);background:transparent;border:none;outline:none;color:inherit;border-radius:100%}button.action-button{position:relative;margin-top:calc(var(--gutter) / 2);overflow:hidden;transition:opacity .2s ease;height:var(--actionButtonHeight);padding:var(--buttonPaddingVert) var(--buttonPaddingHoriz);min-width:40px}.mat-ripple-element{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,transform 0ms cubic-bezier(0,0,.2,1);transform:scale(0);background-color:#0000001a}.mat-ripple:not(.no-ripple){overflow:hidden;position:relative}.mat-ripple:not(.no-ripple)[disabled] .mat-ripple-element{display:none}.mat-ripple:not(:empty){transform:translateZ(0)}.subscription-issues.stacked,.publication-completion-issues.stacked{position:relative}.subscription-issues.stacked>*,.publication-completion-issues.stacked>*{position:absolute;width:var(--stackedCoversWidth);height:100%}.subscription-issues.stacked>*:first-child:nth-last-child(1):nth-of-type(1),.publication-completion-issues.stacked>*:first-child:nth-last-child(1):nth-of-type(1){position:relative;z-index:1}.subscription-issues.stacked>*:first-child:nth-last-child(1):nth-of-type(2),.publication-completion-issues.stacked>*:first-child:nth-last-child(1):nth-of-type(2){z-index:0;transform:translate(calc(100% * var(--stackedCoversTranslateStep) * -1.1)) scale(calc(1 - 1 * var(--stackedCoversScaleStep)))}.subscription-issues.stacked>*:first-child:nth-last-child(1):nth-of-type(1),.publication-completion-issues.stacked>*:first-child:nth-last-child(1):nth-of-type(1){z-index:1;transform:translate(calc(100% * var(--stackedCoversTranslateStep) * 0)) scale(calc(1 - 0 * var(--stackedCoversScaleStep)))}.subscription-issues.stacked>*:first-child:nth-last-child(2):nth-of-type(1),.subscription-issues.stacked>*:first-child:nth-last-child(2):nth-of-type(2),.subscription-issues.stacked>*:first-child:nth-last-child(2)~*:nth-of-type(1),.subscription-issues.stacked>*:first-child:nth-last-child(2)~*:nth-of-type(2),.publication-completion-issues.stacked>*:first-child:nth-last-child(2):nth-of-type(1),.publication-completion-issues.stacked>*:first-child:nth-last-child(2):nth-of-type(2),.publication-completion-issues.stacked>*:first-child:nth-last-child(2)~*:nth-of-type(1),.publication-completion-issues.stacked>*:first-child:nth-last-child(2)~*:nth-of-type(2){position:relative;z-index:2}.subscription-issues.stacked>*:first-child:nth-last-child(2):nth-of-type(1),.subscription-issues.stacked>*:first-child:nth-last-child(2)~*:nth-of-type(1),.publication-completion-issues.stacked>*:first-child:nth-last-child(2):nth-of-type(1),.publication-completion-issues.stacked>*:first-child:nth-last-child(2)~*:nth-of-type(1){margin-right:var(--stackedCoversTopEvenCenteredGap)}.subscription-issues.stacked>*:first-child:nth-last-child(2):nth-of-type(2),.subscription-issues.stacked>*:first-child:nth-last-child(2)~*:nth-of-type(2),.publication-completion-issues.stacked>*:first-child:nth-last-child(2):nth-of-type(2),.publication-completion-issues.stacked>*:first-child:nth-last-child(2)~*:nth-of-type(2){margin-left:var(--stackedCoversTopEvenCenteredGap)}.top-even-centered.subscription-issues.stacked>*:first-child:nth-last-child(2):nth-of-type(1),.top-even-centered.subscription-issues.stacked>*:first-child:nth-last-child(2)~*:nth-of-type(1),.top-even-centered.publication-completion-issues.stacked>*:first-child:nth-last-child(2):nth-of-type(1),.top-even-centered.publication-completion-issues.stacked>*:first-child:nth-last-child(2)~*:nth-of-type(1){justify-content:flex-end}.top-even-centered.subscription-issues.stacked>*:first-child:nth-last-child(2):nth-of-type(2),.top-even-centered.subscription-issues.stacked>*:first-child:nth-last-child(2)~*:nth-of-type(2),.top-even-centered.publication-completion-issues.stacked>*:first-child:nth-last-child(2):nth-of-type(2),.top-even-centered.publication-completion-issues.stacked>*:first-child:nth-last-child(2)~*:nth-of-type(2){justify-content:flex-start}.subscription-issues.stacked>*:first-child:nth-last-child(2):nth-of-type(3),.subscription-issues.stacked>*:first-child:nth-last-child(2)~*:nth-of-type(3),.publication-completion-issues.stacked>*:first-child:nth-last-child(2):nth-of-type(3),.publication-completion-issues.stacked>*:first-child:nth-last-child(2)~*:nth-of-type(3){z-index:1;transform:translate(calc((45% + 100% * var(--stackedCoversTranslateStep)) * 1.1)) scale(calc(1 - 1 * var(--stackedCoversScaleStep)))}.subscription-issues.stacked>*:first-child:nth-last-child(2):nth-of-type(2),.subscription-issues.stacked>*:first-child:nth-last-child(2)~*:nth-of-type(2),.publication-completion-issues.stacked>*:first-child:nth-last-child(2):nth-of-type(2),.publication-completion-issues.stacked>*:first-child:nth-last-child(2)~*:nth-of-type(2){z-index:2;transform:translate(calc((135% + 100% * var(--stackedCoversTranslateStep)) * 0)) scale(calc(1 - 0 * var(--stackedCoversScaleStep)))}.subscription-issues.stacked>*:first-child:nth-last-child(3):nth-of-type(1),.subscription-issues.stacked>*:first-child:nth-last-child(3)~*:nth-of-type(1),.publication-completion-issues.stacked>*:first-child:nth-last-child(3):nth-of-type(1),.publication-completion-issues.stacked>*:first-child:nth-last-child(3)~*:nth-of-type(1){position:relative;z-index:3}.subscription-issues.stacked>*:first-child:nth-last-child(3):nth-of-type(2),.subscription-issues.stacked>*:first-child:nth-last-child(3)~*:nth-of-type(2),.publication-completion-issues.stacked>*:first-child:nth-last-child(3):nth-of-type(2),.publication-completion-issues.stacked>*:first-child:nth-last-child(3)~*:nth-of-type(2){z-index:2;transform:translate(calc(100% * var(--stackedCoversTranslateStep) * -1)) scale(calc(1 - 1 * var(--stackedCoversScaleStep)))}.subscription-issues.stacked>*:first-child:nth-last-child(3):nth-of-type(3),.subscription-issues.stacked>*:first-child:nth-last-child(3)~*:nth-of-type(3),.publication-completion-issues.stacked>*:first-child:nth-last-child(3):nth-of-type(3),.publication-completion-issues.stacked>*:first-child:nth-last-child(3)~*:nth-of-type(3){z-index:2;transform:translate(calc(100% * var(--stackedCoversTranslateStep) * 1)) scale(calc(1 - 1 * var(--stackedCoversScaleStep)))}.subscription-issues.stacked>*:first-child:nth-last-child(4):nth-of-type(1),.subscription-issues.stacked>*:first-child:nth-last-child(4):nth-of-type(2),.subscription-issues.stacked>*:first-child:nth-last-child(4)~*:nth-of-type(1),.subscription-issues.stacked>*:first-child:nth-last-child(4)~*:nth-of-type(2),.publication-completion-issues.stacked>*:first-child:nth-last-child(4):nth-of-type(1),.publication-completion-issues.stacked>*:first-child:nth-last-child(4):nth-of-type(2),.publication-completion-issues.stacked>*:first-child:nth-last-child(4)~*:nth-of-type(1),.publication-completion-issues.stacked>*:first-child:nth-last-child(4)~*:nth-of-type(2){position:relative;z-index:4}.subscription-issues.stacked>*:first-child:nth-last-child(4):nth-of-type(1),.subscription-issues.stacked>*:first-child:nth-last-child(4)~*:nth-of-type(1),.publication-completion-issues.stacked>*:first-child:nth-last-child(4):nth-of-type(1),.publication-completion-issues.stacked>*:first-child:nth-last-child(4)~*:nth-of-type(1){margin-right:var(--stackedCoversTopEvenCenteredGap)}.subscription-issues.stacked>*:first-child:nth-last-child(4):nth-of-type(2),.subscription-issues.stacked>*:first-child:nth-last-child(4)~*:nth-of-type(2),.publication-completion-issues.stacked>*:first-child:nth-last-child(4):nth-of-type(2),.publication-completion-issues.stacked>*:first-child:nth-last-child(4)~*:nth-of-type(2){margin-left:var(--stackedCoversTopEvenCenteredGap)}.top-even-centered.subscription-issues.stacked>*:first-child:nth-last-child(4):nth-of-type(1),.top-even-centered.subscription-issues.stacked>*:first-child:nth-last-child(4)~*:nth-of-type(1),.top-even-centered.publication-completion-issues.stacked>*:first-child:nth-last-child(4):nth-of-type(1),.top-even-centered.publication-completion-issues.stacked>*:first-child:nth-last-child(4)~*:nth-of-type(1){justify-content:flex-end}.top-even-centered.subscription-issues.stacked>*:first-child:nth-last-child(4):nth-of-type(2),.top-even-centered.subscription-issues.stacked>*:first-child:nth-last-child(4)~*:nth-of-type(2),.top-even-centered.publication-completion-issues.stacked>*:first-child:nth-last-child(4):nth-of-type(2),.top-even-centered.publication-completion-issues.stacked>*:first-child:nth-last-child(4)~*:nth-of-type(2){justify-content:flex-start}.subscription-issues.stacked>*:first-child:nth-last-child(4):nth-of-type(3),.subscription-issues.stacked>*:first-child:nth-last-child(4)~*:nth-of-type(3),.publication-completion-issues.stacked>*:first-child:nth-last-child(4):nth-of-type(3),.publication-completion-issues.stacked>*:first-child:nth-last-child(4)~*:nth-of-type(3){z-index:3;transform:translate(calc((45% + 100% * var(--stackedCoversTranslateStep)) * 1)) scale(calc(1 - 1 * var(--stackedCoversScaleStep)))}.subscription-issues.stacked>*:first-child:nth-last-child(4):nth-of-type(4),.subscription-issues.stacked>*:first-child:nth-last-child(4)~*:nth-of-type(4),.publication-completion-issues.stacked>*:first-child:nth-last-child(4):nth-of-type(4),.publication-completion-issues.stacked>*:first-child:nth-last-child(4)~*:nth-of-type(4){z-index:3;transform:translate(calc((45% + 100% * var(--stackedCoversTranslateStep)) * -1)) scale(calc(1 - 1 * var(--stackedCoversScaleStep)))}.subscription-issues.stacked>*:first-child:nth-last-child(5):nth-of-type(1),.subscription-issues.stacked>*:first-child:nth-last-child(5)~*:nth-of-type(1),.publication-completion-issues.stacked>*:first-child:nth-last-child(5):nth-of-type(1),.publication-completion-issues.stacked>*:first-child:nth-last-child(5)~*:nth-of-type(1){position:relative;z-index:5}.subscription-issues.stacked>*:first-child:nth-last-child(5):nth-of-type(2),.subscription-issues.stacked>*:first-child:nth-last-child(5)~*:nth-of-type(2),.publication-completion-issues.stacked>*:first-child:nth-last-child(5):nth-of-type(2),.publication-completion-issues.stacked>*:first-child:nth-last-child(5)~*:nth-of-type(2){z-index:4;transform:translate(calc(100% * var(--stackedCoversTranslateStep) * -.9)) scale(calc(1 - 1 * var(--stackedCoversScaleStep)))}.subscription-issues.stacked>*:first-child:nth-last-child(5):nth-of-type(3),.subscription-issues.stacked>*:first-child:nth-last-child(5)~*:nth-of-type(3),.publication-completion-issues.stacked>*:first-child:nth-last-child(5):nth-of-type(3),.publication-completion-issues.stacked>*:first-child:nth-last-child(5)~*:nth-of-type(3){z-index:4;transform:translate(calc(100% * var(--stackedCoversTranslateStep) * .9)) scale(calc(1 - 1 * var(--stackedCoversScaleStep)))}.subscription-issues.stacked>*:first-child:nth-last-child(5):nth-of-type(4),.subscription-issues.stacked>*:first-child:nth-last-child(5)~*:nth-of-type(4),.publication-completion-issues.stacked>*:first-child:nth-last-child(5):nth-of-type(4),.publication-completion-issues.stacked>*:first-child:nth-last-child(5)~*:nth-of-type(4){z-index:3;transform:translate(calc(100% * var(--stackedCoversTranslateStep) * -1.8)) scale(calc(1 - 2 * var(--stackedCoversScaleStep)))}.subscription-issues.stacked>*:first-child:nth-last-child(5):nth-of-type(5),.subscription-issues.stacked>*:first-child:nth-last-child(5)~*:nth-of-type(5),.publication-completion-issues.stacked>*:first-child:nth-last-child(5):nth-of-type(5),.publication-completion-issues.stacked>*:first-child:nth-last-child(5)~*:nth-of-type(5){z-index:3;transform:translate(calc(100% * var(--stackedCoversTranslateStep) * 1.8)) scale(calc(1 - 2 * var(--stackedCoversScaleStep)))}.subscription-issues.stacked>*:first-child:nth-last-child(6):nth-of-type(1),.subscription-issues.stacked>*:first-child:nth-last-child(6):nth-of-type(2),.subscription-issues.stacked>*:first-child:nth-last-child(6)~*:nth-of-type(1),.subscription-issues.stacked>*:first-child:nth-last-child(6)~*:nth-of-type(2),.publication-completion-issues.stacked>*:first-child:nth-last-child(6):nth-of-type(1),.publication-completion-issues.stacked>*:first-child:nth-last-child(6):nth-of-type(2),.publication-completion-issues.stacked>*:first-child:nth-last-child(6)~*:nth-of-type(1),.publication-completion-issues.stacked>*:first-child:nth-last-child(6)~*:nth-of-type(2){position:relative;z-index:6}.subscription-issues.stacked>*:first-child:nth-last-child(6):nth-of-type(1),.subscription-issues.stacked>*:first-child:nth-last-child(6)~*:nth-of-type(1),.publication-completion-issues.stacked>*:first-child:nth-last-child(6):nth-of-type(1),.publication-completion-issues.stacked>*:first-child:nth-last-child(6)~*:nth-of-type(1){margin-right:var(--stackedCoversTopEvenCenteredGap)}.subscription-issues.stacked>*:first-child:nth-last-child(6):nth-of-type(2),.subscription-issues.stacked>*:first-child:nth-last-child(6)~*:nth-of-type(2),.publication-completion-issues.stacked>*:first-child:nth-last-child(6):nth-of-type(2),.publication-completion-issues.stacked>*:first-child:nth-last-child(6)~*:nth-of-type(2){margin-left:var(--stackedCoversTopEvenCenteredGap)}.top-even-centered.subscription-issues.stacked>*:first-child:nth-last-child(6):nth-of-type(1),.top-even-centered.subscription-issues.stacked>*:first-child:nth-last-child(6)~*:nth-of-type(1),.top-even-centered.publication-completion-issues.stacked>*:first-child:nth-last-child(6):nth-of-type(1),.top-even-centered.publication-completion-issues.stacked>*:first-child:nth-last-child(6)~*:nth-of-type(1){justify-content:flex-end}.top-even-centered.subscription-issues.stacked>*:first-child:nth-last-child(6):nth-of-type(2),.top-even-centered.subscription-issues.stacked>*:first-child:nth-last-child(6)~*:nth-of-type(2),.top-even-centered.publication-completion-issues.stacked>*:first-child:nth-last-child(6):nth-of-type(2),.top-even-centered.publication-completion-issues.stacked>*:first-child:nth-last-child(6)~*:nth-of-type(2){justify-content:flex-start}.subscription-issues.stacked>*:first-child:nth-last-child(6):nth-of-type(3),.subscription-issues.stacked>*:first-child:nth-last-child(6)~*:nth-of-type(3),.publication-completion-issues.stacked>*:first-child:nth-last-child(6):nth-of-type(3),.publication-completion-issues.stacked>*:first-child:nth-last-child(6)~*:nth-of-type(3){z-index:5;transform:translate(calc((45% + 100% * var(--stackedCoversTranslateStep)) * .9)) scale(calc(1 - 1 * var(--stackedCoversScaleStep)))}.subscription-issues.stacked>*:first-child:nth-last-child(6):nth-of-type(4),.subscription-issues.stacked>*:first-child:nth-last-child(6)~*:nth-of-type(4),.publication-completion-issues.stacked>*:first-child:nth-last-child(6):nth-of-type(4),.publication-completion-issues.stacked>*:first-child:nth-last-child(6)~*:nth-of-type(4){z-index:5;transform:translate(calc((45% + 100% * var(--stackedCoversTranslateStep)) * -.9)) scale(calc(1 - 1 * var(--stackedCoversScaleStep)))}.subscription-issues.stacked>*:first-child:nth-last-child(6):nth-of-type(5),.subscription-issues.stacked>*:first-child:nth-last-child(6)~*:nth-of-type(5),.publication-completion-issues.stacked>*:first-child:nth-last-child(6):nth-of-type(5),.publication-completion-issues.stacked>*:first-child:nth-last-child(6)~*:nth-of-type(5){z-index:4;transform:translate(calc((15% + 100% * var(--stackedCoversTranslateStep)) * 1.8)) scale(calc(1 - 2 * var(--stackedCoversScaleStep)))}.subscription-issues.stacked>*:first-child:nth-last-child(6):nth-of-type(6),.subscription-issues.stacked>*:first-child:nth-last-child(6)~*:nth-of-type(6),.publication-completion-issues.stacked>*:first-child:nth-last-child(6):nth-of-type(6),.publication-completion-issues.stacked>*:first-child:nth-last-child(6)~*:nth-of-type(6){z-index:4;transform:translate(calc((15% + 100% * var(--stackedCoversTranslateStep)) * -1.8)) scale(calc(1 - 2 * var(--stackedCoversScaleStep)))}.subscription-issues.stacked>*:first-child:nth-last-child(7):nth-of-type(1),.subscription-issues.stacked>*:first-child:nth-last-child(7)~*:nth-of-type(1),.publication-completion-issues.stacked>*:first-child:nth-last-child(7):nth-of-type(1),.publication-completion-issues.stacked>*:first-child:nth-last-child(7)~*:nth-of-type(1){position:relative;z-index:7}.subscription-issues.stacked>*:first-child:nth-last-child(7):nth-of-type(2),.subscription-issues.stacked>*:first-child:nth-last-child(7)~*:nth-of-type(2),.publication-completion-issues.stacked>*:first-child:nth-last-child(7):nth-of-type(2),.publication-completion-issues.stacked>*:first-child:nth-last-child(7)~*:nth-of-type(2){z-index:6;transform:translate(calc(100% * var(--stackedCoversTranslateStep) * -.8)) scale(calc(1 - 1 * var(--stackedCoversScaleStep)))}.subscription-issues.stacked>*:first-child:nth-last-child(7):nth-of-type(3),.subscription-issues.stacked>*:first-child:nth-last-child(7)~*:nth-of-type(3),.publication-completion-issues.stacked>*:first-child:nth-last-child(7):nth-of-type(3),.publication-completion-issues.stacked>*:first-child:nth-last-child(7)~*:nth-of-type(3){z-index:6;transform:translate(calc(100% * var(--stackedCoversTranslateStep) * .8)) scale(calc(1 - 1 * var(--stackedCoversScaleStep)))}.subscription-issues.stacked>*:first-child:nth-last-child(7):nth-of-type(4),.subscription-issues.stacked>*:first-child:nth-last-child(7)~*:nth-of-type(4),.publication-completion-issues.stacked>*:first-child:nth-last-child(7):nth-of-type(4),.publication-completion-issues.stacked>*:first-child:nth-last-child(7)~*:nth-of-type(4){z-index:5;transform:translate(calc(100% * var(--stackedCoversTranslateStep) * -1.6)) scale(calc(1 - 2 * var(--stackedCoversScaleStep)))}.subscription-issues.stacked>*:first-child:nth-last-child(7):nth-of-type(5),.subscription-issues.stacked>*:first-child:nth-last-child(7)~*:nth-of-type(5),.publication-completion-issues.stacked>*:first-child:nth-last-child(7):nth-of-type(5),.publication-completion-issues.stacked>*:first-child:nth-last-child(7)~*:nth-of-type(5){z-index:5;transform:translate(calc(100% * var(--stackedCoversTranslateStep) * 1.6)) scale(calc(1 - 2 * var(--stackedCoversScaleStep)))}.subscription-issues.stacked>*:first-child:nth-last-child(7):nth-of-type(6),.subscription-issues.stacked>*:first-child:nth-last-child(7)~*:nth-of-type(6),.publication-completion-issues.stacked>*:first-child:nth-last-child(7):nth-of-type(6),.publication-completion-issues.stacked>*:first-child:nth-last-child(7)~*:nth-of-type(6){z-index:4;transform:translate(calc(100% * var(--stackedCoversTranslateStep) * -2.4)) scale(calc(1 - 3 * var(--stackedCoversScaleStep)))}.subscription-issues.stacked>*:first-child:nth-last-child(7):nth-of-type(7),.subscription-issues.stacked>*:first-child:nth-last-child(7)~*:nth-of-type(7),.publication-completion-issues.stacked>*:first-child:nth-last-child(7):nth-of-type(7),.publication-completion-issues.stacked>*:first-child:nth-last-child(7)~*:nth-of-type(7){z-index:4;transform:translate(calc(100% * var(--stackedCoversTranslateStep) * 2.4)) scale(calc(1 - 3 * var(--stackedCoversScaleStep)))}.subscription-issues.stacked>*:first-child:nth-last-child(8):nth-of-type(1),.subscription-issues.stacked>*:first-child:nth-last-child(8):nth-of-type(2),.subscription-issues.stacked>*:first-child:nth-last-child(8)~*:nth-of-type(1),.subscription-issues.stacked>*:first-child:nth-last-child(8)~*:nth-of-type(2),.publication-completion-issues.stacked>*:first-child:nth-last-child(8):nth-of-type(1),.publication-completion-issues.stacked>*:first-child:nth-last-child(8):nth-of-type(2),.publication-completion-issues.stacked>*:first-child:nth-last-child(8)~*:nth-of-type(1),.publication-completion-issues.stacked>*:first-child:nth-last-child(8)~*:nth-of-type(2){position:relative;z-index:8}.subscription-issues.stacked>*:first-child:nth-last-child(8):nth-of-type(1),.subscription-issues.stacked>*:first-child:nth-last-child(8)~*:nth-of-type(1),.publication-completion-issues.stacked>*:first-child:nth-last-child(8):nth-of-type(1),.publication-completion-issues.stacked>*:first-child:nth-last-child(8)~*:nth-of-type(1){margin-right:var(--stackedCoversTopEvenCenteredGap)}.subscription-issues.stacked>*:first-child:nth-last-child(8):nth-of-type(2),.subscription-issues.stacked>*:first-child:nth-last-child(8)~*:nth-of-type(2),.publication-completion-issues.stacked>*:first-child:nth-last-child(8):nth-of-type(2),.publication-completion-issues.stacked>*:first-child:nth-last-child(8)~*:nth-of-type(2){margin-left:var(--stackedCoversTopEvenCenteredGap)}.top-even-centered.subscription-issues.stacked>*:first-child:nth-last-child(8):nth-of-type(1),.top-even-centered.subscription-issues.stacked>*:first-child:nth-last-child(8)~*:nth-of-type(1),.top-even-centered.publication-completion-issues.stacked>*:first-child:nth-last-child(8):nth-of-type(1),.top-even-centered.publication-completion-issues.stacked>*:first-child:nth-last-child(8)~*:nth-of-type(1){justify-content:flex-end}.top-even-centered.subscription-issues.stacked>*:first-child:nth-last-child(8):nth-of-type(2),.top-even-centered.subscription-issues.stacked>*:first-child:nth-last-child(8)~*:nth-of-type(2),.top-even-centered.publication-completion-issues.stacked>*:first-child:nth-last-child(8):nth-of-type(2),.top-even-centered.publication-completion-issues.stacked>*:first-child:nth-last-child(8)~*:nth-of-type(2){justify-content:flex-start}.subscription-issues.stacked>*:first-child:nth-last-child(8):nth-of-type(3),.subscription-issues.stacked>*:first-child:nth-last-child(8)~*:nth-of-type(3),.publication-completion-issues.stacked>*:first-child:nth-last-child(8):nth-of-type(3),.publication-completion-issues.stacked>*:first-child:nth-last-child(8)~*:nth-of-type(3){z-index:7;transform:translate(calc((45% + 100% * var(--stackedCoversTranslateStep)) * .8)) scale(calc(1 - 1 * var(--stackedCoversScaleStep)))}.subscription-issues.stacked>*:first-child:nth-last-child(8):nth-of-type(4),.subscription-issues.stacked>*:first-child:nth-last-child(8)~*:nth-of-type(4),.publication-completion-issues.stacked>*:first-child:nth-last-child(8):nth-of-type(4),.publication-completion-issues.stacked>*:first-child:nth-last-child(8)~*:nth-of-type(4){z-index:7;transform:translate(calc((45% + 100% * var(--stackedCoversTranslateStep)) * -.8)) scale(calc(1 - 1 * var(--stackedCoversScaleStep)))}.subscription-issues.stacked>*:first-child:nth-last-child(8):nth-of-type(5),.subscription-issues.stacked>*:first-child:nth-last-child(8)~*:nth-of-type(5),.publication-completion-issues.stacked>*:first-child:nth-last-child(8):nth-of-type(5),.publication-completion-issues.stacked>*:first-child:nth-last-child(8)~*:nth-of-type(5){z-index:6;transform:translate(calc((15% + 100% * var(--stackedCoversTranslateStep)) * 1.6)) scale(calc(1 - 2 * var(--stackedCoversScaleStep)))}.subscription-issues.stacked>*:first-child:nth-last-child(8):nth-of-type(6),.subscription-issues.stacked>*:first-child:nth-last-child(8)~*:nth-of-type(6),.publication-completion-issues.stacked>*:first-child:nth-last-child(8):nth-of-type(6),.publication-completion-issues.stacked>*:first-child:nth-last-child(8)~*:nth-of-type(6){z-index:6;transform:translate(calc((15% + 100% * var(--stackedCoversTranslateStep)) * -1.6)) scale(calc(1 - 2 * var(--stackedCoversScaleStep)))}.subscription-issues.stacked>*:first-child:nth-last-child(8):nth-of-type(7),.subscription-issues.stacked>*:first-child:nth-last-child(8)~*:nth-of-type(7),.publication-completion-issues.stacked>*:first-child:nth-last-child(8):nth-of-type(7),.publication-completion-issues.stacked>*:first-child:nth-last-child(8)~*:nth-of-type(7){z-index:5;transform:translate(calc((5% + 100% * var(--stackedCoversTranslateStep)) * 2.4)) scale(calc(1 - 3 * var(--stackedCoversScaleStep)))}.subscription-issues.stacked>*:first-child:nth-last-child(8):nth-of-type(8),.subscription-issues.stacked>*:first-child:nth-last-child(8)~*:nth-of-type(8),.publication-completion-issues.stacked>*:first-child:nth-last-child(8):nth-of-type(8),.publication-completion-issues.stacked>*:first-child:nth-last-child(8)~*:nth-of-type(8){z-index:5;transform:translate(calc((5% + 100% * var(--stackedCoversTranslateStep)) * -2.4)) scale(calc(1 - 3 * var(--stackedCoversScaleStep)))}.subscription-issues.stacked>*:first-child:nth-last-child(9):nth-of-type(1),.subscription-issues.stacked>*:first-child:nth-last-child(9)~*:nth-of-type(1),.publication-completion-issues.stacked>*:first-child:nth-last-child(9):nth-of-type(1),.publication-completion-issues.stacked>*:first-child:nth-last-child(9)~*:nth-of-type(1){position:relative;z-index:9}.subscription-issues.stacked>*:first-child:nth-last-child(9):nth-of-type(2),.subscription-issues.stacked>*:first-child:nth-last-child(9)~*:nth-of-type(2),.publication-completion-issues.stacked>*:first-child:nth-last-child(9):nth-of-type(2),.publication-completion-issues.stacked>*:first-child:nth-last-child(9)~*:nth-of-type(2){z-index:8;transform:translate(calc(100% * var(--stackedCoversTranslateStep) * -.7)) scale(calc(1 - 1 * var(--stackedCoversScaleStep)))}.subscription-issues.stacked>*:first-child:nth-last-child(9):nth-of-type(3),.subscription-issues.stacked>*:first-child:nth-last-child(9)~*:nth-of-type(3),.publication-completion-issues.stacked>*:first-child:nth-last-child(9):nth-of-type(3),.publication-completion-issues.stacked>*:first-child:nth-last-child(9)~*:nth-of-type(3){z-index:8;transform:translate(calc(100% * var(--stackedCoversTranslateStep) * .7)) scale(calc(1 - 1 * var(--stackedCoversScaleStep)))}.subscription-issues.stacked>*:first-child:nth-last-child(9):nth-of-type(4),.subscription-issues.stacked>*:first-child:nth-last-child(9)~*:nth-of-type(4),.publication-completion-issues.stacked>*:first-child:nth-last-child(9):nth-of-type(4),.publication-completion-issues.stacked>*:first-child:nth-last-child(9)~*:nth-of-type(4){z-index:7;transform:translate(calc(100% * var(--stackedCoversTranslateStep) * -1.4)) scale(calc(1 - 2 * var(--stackedCoversScaleStep)))}.subscription-issues.stacked>*:first-child:nth-last-child(9):nth-of-type(5),.subscription-issues.stacked>*:first-child:nth-last-child(9)~*:nth-of-type(5),.publication-completion-issues.stacked>*:first-child:nth-last-child(9):nth-of-type(5),.publication-completion-issues.stacked>*:first-child:nth-last-child(9)~*:nth-of-type(5){z-index:7;transform:translate(calc(100% * var(--stackedCoversTranslateStep) * 1.4)) scale(calc(1 - 2 * var(--stackedCoversScaleStep)))}.subscription-issues.stacked>*:first-child:nth-last-child(9):nth-of-type(6),.subscription-issues.stacked>*:first-child:nth-last-child(9)~*:nth-of-type(6),.publication-completion-issues.stacked>*:first-child:nth-last-child(9):nth-of-type(6),.publication-completion-issues.stacked>*:first-child:nth-last-child(9)~*:nth-of-type(6){z-index:6;transform:translate(calc(100% * var(--stackedCoversTranslateStep) * -2.1)) scale(calc(1 - 3 * var(--stackedCoversScaleStep)))}.subscription-issues.stacked>*:first-child:nth-last-child(9):nth-of-type(7),.subscription-issues.stacked>*:first-child:nth-last-child(9)~*:nth-of-type(7),.publication-completion-issues.stacked>*:first-child:nth-last-child(9):nth-of-type(7),.publication-completion-issues.stacked>*:first-child:nth-last-child(9)~*:nth-of-type(7){z-index:6;transform:translate(calc(100% * var(--stackedCoversTranslateStep) * 2.1)) scale(calc(1 - 3 * var(--stackedCoversScaleStep)))}.subscription-issues.stacked>*:first-child:nth-last-child(9):nth-of-type(8),.subscription-issues.stacked>*:first-child:nth-last-child(9)~*:nth-of-type(8),.publication-completion-issues.stacked>*:first-child:nth-last-child(9):nth-of-type(8),.publication-completion-issues.stacked>*:first-child:nth-last-child(9)~*:nth-of-type(8){z-index:5;transform:translate(calc(100% * var(--stackedCoversTranslateStep) * -2.8)) scale(calc(1 - 4 * var(--stackedCoversScaleStep)))}.subscription-issues.stacked>*:first-child:nth-last-child(9):nth-of-type(9),.subscription-issues.stacked>*:first-child:nth-last-child(9)~*:nth-of-type(9),.publication-completion-issues.stacked>*:first-child:nth-last-child(9):nth-of-type(9),.publication-completion-issues.stacked>*:first-child:nth-last-child(9)~*:nth-of-type(9){z-index:5;transform:translate(calc(100% * var(--stackedCoversTranslateStep) * 2.8)) scale(calc(1 - 4 * var(--stackedCoversScaleStep)))}@keyframes ghost-lines{0%{background-position:-100px;opacity:0}10%{background-position:-100px;opacity:1}40%{background-position:40vw}90%{background-position:60vw;opacity:1}to{background-position:60vw;opacity:0}}@keyframes ghost-opacity{0%{opacity:0}20%{opacity:1}80%{opacity:1}to{opacity:0}}.storefront-spinner.button-spinner,storefront-spinner.button-spinner,.pxp-spinner.button-spinner{position:absolute;display:flex;align-items:center;justify-content:center;width:100%;height:100%;top:0;left:0;background-color:#0003;padding:8px;margin:0}.storefront-spinner[type=tail] stop,storefront-spinner[type=tail] stop,.pxp-spinner[type=tail] stop{stop-color:var(--spinnerColor)}.storefront-spinner[type=tail] circle,storefront-spinner[type=tail] circle,.pxp-spinner[type=tail] circle{fill:var(--spinnerColor)}.storefront-spinner[type=dots] circle,storefront-spinner[type=dots] circle,.pxp-spinner[type=dots] circle{fill:var(--spinnerColor)}.storefront-spinner[type=oval] svg,storefront-spinner[type=oval] svg,.pxp-spinner[type=oval] svg{stroke:var(--spinnerColor)}.storefront-spinner[type=puff] svg,storefront-spinner[type=puff] svg,.pxp-spinner[type=puff] svg{stroke:var(--spinnerColor)}.storefront-spinner[type=rings] svg,storefront-spinner[type=rings] svg,.pxp-spinner[type=rings] svg{stroke:var(--spinnerColor)}.storefront-spinner[type=spinningCircles] g,storefront-spinner[type=spinningCircles] g,.pxp-spinner[type=spinningCircles] g{stroke:var(--spinnerColor)}.storefront-spinner[type=spinningCircles] g circle,storefront-spinner[type=spinningCircles] g circle,.pxp-spinner[type=spinningCircles] g circle{fill:var(--spinnerColor)}.storefront-spinner[type=segments] g,storefront-spinner[type=segments] g,.pxp-spinner[type=segments] g{stroke:var(--spinnerColor)}.purple-dialog{--fontFamily-android: "Roboto", sans-serif;--fontFamily-iOS: "Helvetica Neue", sans-serif;position:fixed;top:0;left:0;width:100%;height:100%;z-index:100;background-color:#0009}.purple-dialog section{position:absolute;left:50%;top:50%;max-width:80%;transform:translate(-50%) translateY(-50%);background-color:#fff;overflow:hidden}.purple-dialog section h1{line-height:1.2}.purple-dialog section div{display:flex}.purple-dialog section div button{border:none;border-radius:0;outline:none;background:transparent}.purple-dialog.android section{width:400px;border-radius:1px;font-family:var(--fontFamily-android)}.purple-dialog.android section h1{margin:15px 15px 0;font-family:var(--fontFamily-android);font-size:18px;font-weight:400}.purple-dialog.android section p{font-family:var(--fontFamily-android);font-size:14px;margin:15px 15px 0;line-height:1.2rem}.purple-dialog.android section div{display:block;margin:25px 5px 5px;text-align:right}.purple-dialog.android section div button{font-family:var(--fontFamily-android);line-height:30px;font-size:14px;text-transform:uppercase;border-radius:1px;padding:0 20px;color:inherit}.purple-dialog.android section div button:active{background-color:#0000001a}.purple-dialog.ios section{width:270px;font-family:var(--fontFamily-iOS);border-radius:10px;text-align:center}.purple-dialog.ios section h1{font-family:var(--fontFamily-iOS);font-size:18px;font-weight:500;margin:15px 10px 0}.purple-dialog.ios section p{font-family:var(--fontFamily-iOS);font-size:14px;margin:5px 20px 0;line-height:1.2rem}.purple-dialog.ios section div{margin-top:15px;border-top:1px solid rgba(0,0,0,.1);display:flex}.purple-dialog.ios section div button{font-size:18px;font-family:var(--fontFamily-iOS);width:50%;color:#0080ff;flex-grow:1;padding:.5rem 1rem}.purple-dialog.ios section div button.cancel{font-weight:300}.purple-dialog.ios section div button:not(:last-child){border-right:1px solid rgba(0,0,0,.1)}.purple-dialog.ios section div button:active{background-color:#0000001a}html body{--topBarIconTtsPlayer: url(ic_player.svg);--topBarIconTtsPlayerActive: url(ic_player_active.svg);--topBarIconTtsSpeech: url(ic_speech.svg);--speechContainerWidth: 95px;--ttsPlayerPrimaryColor: var(--primaryColor);--ttsPlayerBgColor: var(--contentBgColor);--ttsPlayerProgressBgColor: #e1e1e1;--ttsPlayerBufferingColor: #bbbbbb;--ttsPlayerTimeColor: #999999;--ttsPlayerTextColor: black;--ttsPlayerPaddingVert: var(--contentPaddingVert);--ttsPlayerPaddingHoriz: var(--contentPaddingHoriz);--ttsPlayerLoadingColor: rgba(153,153,153,.25);--ttsPlayerLoadingSize: 50px;--ttsPlayerLoadingThickness: 6px;--ttsPlayerLoadingOffset: 187;--ttsPlayerLoadingDuration: 3s;--settingsContainerWidth: 50px;--ttsPlayerSettingsButtonSize: 50px;--ttsPlayerSettingsButtonGap: 30px;--ttsPlayerPlayButtonWidth: 60px;--ttsPlayerPlayButtonHeight: 60px;--ttsPlayerPauseButtonWidth: 60px;--ttsPlayerPauseButtonHeight: 60px;--ttsPlayerSeekButtonWidth: 29px;--ttsPlayerSeekButtonHeight: 38px;--ttsPlayerNavigateButtonSize: var(--contentNavigateButtonSize);--ttsPlayerNavigateButtonGap: var(--contentNavigateButtonGap);--ttsPlayerSpeechButtonWidth: 20px;--ttsPlayerSpeechButtonHeight: 24px;--ttsPlayerIconPlay: url(ic_play.svg);--ttsPlayerIconPause: url(ic_pause.svg);--ttsPlayerIconSeekBack: url(ic_seek_back.svg);--ttsPlayerIconSeekForward: url(ic_seek_forward.svg);--ttsPlayerIconNavigateBack: url(ic_seek_forward.svg);--ttsPlayerIconNavigateForward: url(ic_seek_forward.svg);--ttsPlayerIconSettings: url(ic_settings.svg);--ttsPlayerIconSpeechMale: url(ic_speech_male.svg);--ttsPlayerIconSpeechFemale: url(ic_speech_female.svg);--ttsPlayerPrimaryColorNightMode: var(--primaryColorNightMode);--ttsPlayerBgColorNightMode: var(--contentBgColorNightMode);--ttsPlayerProgressBgColorNightMode: #666666;--ttsPlayerBufferingColorNightMode: #999999;--ttsPlayerTimeColorNightMode: white;--ttsPlayerTextColorNightMode: white;--ttsPlayerLoadingColorNightMode: #999999;--ttsPlayerSpeechMarkerColor: var(--primaryColor);--ttsPlayerSpeechMarkerBgColor: rgba(153,153,153,.25);--ttsPlayerSpeechMarkerColorNightMode: var(--primaryColor);--ttsPlayerSpeechMarkerBgColorNightMode: rgba(153,153,153,.25);--ttsOverlayBgColor: rgba(0,0,0,.95);--ttsOverlayTextColor: #f6f6f6;--ttsOverlayLoadingColor: var(--ttsOverlayTextColor);--ttsOverlayrPaddingVert: var(--contentPaddingVert);--ttsOverlayPaddingHoriz: var(--contentPaddingHoriz);--ttsOverlayLoadingSize: 60px;--ttsOverlayLoadingThickness: 6px;--ttsOverlayLoadingDuration: 10;--ttsOverlayLoadingIcon: url(ic_overlay_loading.svg);--ttsOverlayLoadingIconSize: 22px}#top-bar #top-bar-buttons .icon#tts-player-open{display:inline-block;-webkit-mask-image:var(--topBarIconTtsPlayer);mask-image:var(--topBarIconTtsPlayer);background-color:var(--topBarIconColor)}#top-bar #top-bar-buttons .icon#tts-player-open.open{-webkit-mask-image:var(--topBarIconTtsPlayerActive);mask-image:var(--topBarIconTtsPlayerActive)}#top-bar #top-bar-buttons .icon#tts-player-open.disabled{display:none}#tts-player{--boxShadow: 0 -2px 4px 0 rgba(0, 0, 0, .25);box-sizing:border-box;display:none;z-index:10;width:100%;padding:var(--ttsPlayerPaddingVert) var(--ttsPlayerPaddingHoriz);background-color:var(--ttsPlayerBgColor);box-shadow:var(--boxShadow);-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;-webkit-overflow-scrolling:auto}#tts-player *{box-sizing:border-box}#tts-player.open{display:block}#tts-player #tts-player-controls{display:flex;justify-content:space-between;align-items:center;margin:var(--ttsPlayerPaddingVert) auto 0;max-width:420px;font-size:18px}#tts-player #tts-player-controls.no-navigation{max-width:240px}@media (max-width: 533px) and (orientation: portrait){#tts-player #tts-player-controls.no-navigation{max-width:200px}}#tts-player #tts-player-controls #tts-player-loading{display:none}#tts-player #tts-player-controls #tts-player-loading.show{display:block;position:absolute;left:calc(50% - var(--ttsPlayerLoadingSize) / 2);width:var(--ttsPlayerLoadingSize);height:var(--ttsPlayerLoadingSize);animation:rotation var(--ttsPlayerLoadingDuration) ease-in-out infinite;-webkit-animation:rotation var(--ttsPlayerLoadingDuration) ease-in-out infinite}#tts-player #tts-player-controls #tts-player-loading.show circle{fill:none;stroke:var(--ttsPlayerLoadingColor);stroke-width:var(--ttsPlayerLoadingThickness);stroke-linecap:round;stroke-dasharray:var(--ttsPlayerLoadingOffset);stroke-dashoffset:0;transform-origin:center;animation:loading var(--ttsPlayerLoadingDuration) ease-in-out infinite;-webkit-animation:loading var(--ttsPlayerLoadingDuration) ease-in-out infinite}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(270deg)}}@keyframes loading{0%{stroke-dashoffset:var(--ttsPlayerLoadingOffset)}50%{stroke-dashoffset:var(--ttsPlayerLoadingOffset)/4;transform:rotate(135deg)}to{stroke-dashoffset:var(--ttsPlayerLoadingOffset);transform:rotate(450deg)}}#tts-player #tts-player-controls .tts-button{-webkit-mask-size:contain;mask-size:contain;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-position:center;-webkit-mask-position:center;background-color:var(--ttsPlayerPrimaryColor)}#tts-player #tts-player-controls .tts-button#tts-player-button-play{-webkit-mask-image:var(--ttsPlayerIconPlay);mask-image:var(--ttsPlayerIconPlay);width:var(--ttsPlayerPlayButtonWidth);height:var(--ttsPlayerPlayButtonHeight);padding:0}#tts-player #tts-player-controls .tts-button#tts-player-button-play.pause{-webkit-mask-image:var(--ttsPlayerIconPause);mask-image:var(--ttsPlayerIconPause);width:var(--ttsPlayerPauseButtonWidth);height:var(--ttsPlayerPauseButtonHeight)}#tts-player #tts-player-controls .tts-button.tts-player-button-seek{position:relative;display:flex;align-items:center;justify-content:center;width:var(--ttsPlayerSeekButtonWidth);height:var(--ttsPlayerSeekButtonHeight);font-family:var(--contentFont);font-weight:600;font-size:14px;background-color:transparent;color:var(--ttsPlayerPrimaryColor)}#tts-player #tts-player-controls .tts-button.tts-player-button-seek:before{position:absolute;top:0;left:0;width:100%;height:100%;content:"";background-color:var(--ttsPlayerPrimaryColor)}#tts-player #tts-player-controls .tts-button#tts-player-button-seek-back{padding-right:5px}#tts-player #tts-player-controls .tts-button#tts-player-button-seek-back:before{-webkit-mask-image:var(--ttsPlayerIconSeekBack);mask-image:var(--ttsPlayerIconSeekBack);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}#tts-player #tts-player-controls .tts-button#tts-player-button-seek-forward{padding-left:3px}#tts-player #tts-player-controls .tts-button#tts-player-button-seek-forward:before{-webkit-mask-image:var(--ttsPlayerIconSeekForward);mask-image:var(--ttsPlayerIconSeekForward);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}#tts-player #tts-player-controls .tts-button.tts-player-button-navigate{width:var(--ttsPlayerNavigateButtonSize);height:var(--ttsPlayerNavigateButtonSize);mask-size:calc(var(--ttsPlayerNavigateButtonSize) - var(--ttsPlayerNavigateButtonGap));-webkit-mask-size:calc(var(--ttsPlayerNavigateButtonSize) - var(--ttsPlayerNavigateButtonGap))}#tts-player #tts-player-controls .tts-button.tts-player-button-navigate.disabled{pointer-events:none;opacity:.5}#tts-player #tts-player-controls .tts-button.tts-player-button-navigate#tts-player-button-navigate-back{-webkit-mask-image:var(--ttsPlayerIconNavigateBack);mask-image:var(--ttsPlayerIconNavigateBack)}#tts-player #tts-player-controls .tts-button.tts-player-button-navigate#tts-player-button-navigate-forward{-webkit-mask-image:var(--ttsPlayerIconNavigateForward);mask-image:var(--ttsPlayerIconNavigateForward)}@media (max-width: 533px) and (orientation: portrait){#tts-player #tts-player-controls{margin-top:calc(var(--ttsPlayerPaddingVert) / 2)}}#tts-player #tts-player-progress{display:flex;align-items:center}#tts-player #tts-player-progress .tts-player-time{color:var(--ttsPlayerTimeColor);font-family:var(--contentFont);font-weight:400;font-size:.9em}#tts-player #tts-player-progress input[type=range]{--progressColor: var(--ttsPlayerPrimaryColor);--bufferingColor: var(--ttsPlayerBufferingColor);--progressBgColor: var(--ttsPlayerProgressBgColor);-webkit-appearance:none;-webkit-tap-highlight-color:transparent;-moz-appearance:none;border-radius:4px;height:2px;width:100%;margin:0 6px;background:-webkit-gradient(linear,left top,right top,color-stop(0%,var(--progressColor)),color-stop(0%,var(--progressBgColor)))}#tts-player #tts-player-progress input[type=range]::-moz-range-track{border:none;background:none;outline:none}#tts-player #tts-player-progress input[type=range]:focus{outline:none;border:none}#tts-player #tts-player-progress input[type=range]::-webkit-slider-thumb,#tts-player #tts-player-progress input[type=range]::-webkit-media-slider-thumb{-webkit-appearance:none!important;background-color:var(--ttsPlayerPrimaryColor);height:13px;width:13px;border:none;border-radius:50%;pointer-events:auto;cursor:pointer;position:relative}#tts-player #tts-player-progress input[type=range]::-webkit-slider-thumb:before,#tts-player #tts-player-progress input[type=range]::-webkit-media-slider-thumb:before{content:"";position:absolute;top:-30px;bottom:-30px;left:-30px;right:-30px}#tts-player #tts-player-progress input[type=range]::-moz-range-thumb{-moz-appearance:none!important;background-color:var(--ttsPlayerPrimaryColor);height:11px;width:11px;border:none;border-radius:50%}#tts-player #tts-player-button-settings{position:relative;font-size:18px;margin-right:calc(var(--ttsPlayerSettingsButtonGap) * -.25);margin-left:calc(var(--ttsPlayerSettingsButtonGap) * .5)}#tts-player #tts-player-button-settings span{display:block;-webkit-mask-image:var(--ttsPlayerIconSettings);mask-image:var(--ttsPlayerIconSettings);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-size:calc(var(--ttsPlayerSettingsButtonSize) - var(--ttsPlayerSettingsButtonGap));-webkit-mask-size:calc(var(--ttsPlayerSettingsButtonSize) - var(--ttsPlayerSettingsButtonGap));background-color:var(--ttsPlayerPrimaryColor);width:var(--ttsPlayerSettingsButtonSize);height:calc(var(--ttsPlayerSettingsButtonSize) - var(--ttsPlayerSettingsButtonGap) / 2)}#tts-player #tts-player-settings{display:none;z-index:200;position:fixed;width:var(--settingsContainerWidth);box-shadow:var(--containerShadow);background-color:var(--containerColor);border-radius:var(--containerBorderRadius);padding:var(--containerPaddingVert) 0;box-sizing:border-box;text-align:center}#tts-player #tts-player-settings.open{display:block}#tts-player #tts-player-settings:before{content:"";position:absolute;right:calc(-1 * var(--containerTriangleSize));bottom:calc(50% - var(--containerTriangleSize));width:0;height:0;border-top:var(--containerTriangleSize) solid transparent;border-bottom:var(--containerTriangleSize) solid transparent;border-left:var(--containerTriangleSize) solid var(--containerColor)}#tts-player #tts-player-settings h3{position:relative;margin:0 0 4px;font-family:var(--contentFont);font-weight:600;font-size:.8em;line-height:.9em;color:var(--ttsPlayerTextColor)}#tts-player #tts-player-settings #tts-speech{flex-direction:column;padding:0 10}#tts-player #tts-player-settings #tts-speech .speech-container{display:flex;align-items:center;margin-bottom:calc(var(--containerPaddingVert) * 2)}#tts-player #tts-player-settings #tts-speech .speech-container:not(:last-of-type){margin-bottom:var(--containerPaddingVert)}#tts-player #tts-player-settings #tts-speech .speech-container .speech-icon{width:var(--ttsPlayerSpeechButtonWidth);height:var(--ttsPlayerSpeechButtonHeight);background-color:var(--ttsPlayerPrimaryColor);-webkit-mask-size:contain;mask-size:contain;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-position:center;-webkit-mask-position:center}#tts-player #tts-player-settings #tts-speech .speech-container.male-speech-container span.speech-icon{-webkit-mask-image:var(--ttsPlayerIconSpeechMale);mask-image:var(--ttsPlayerIconSpeechMale)}#tts-player #tts-player-settings #tts-speech .speech-container.female-speech-container span.speech-icon{-webkit-mask-image:var(--ttsPlayerIconSpeechFemale);mask-image:var(--ttsPlayerIconSpeechFemale)}#tts-player #tts-player-settings #tts-speech .speech-container .speech-name{font-family:var(--contentFont);font-weight:400;font-size:.8em;line-height:.9em;color:var(--ttsPlayerTextColor);margin:0 calc(var(--containerPaddingVert) / 2);min-width:65px;text-align:left}#tts-player #tts-player-settings #tts-speech .speech-container input[type=radio]{-webkit-appearance:none;-moz-appearance:none;outline:none;border:1px solid var(--ttsPlayerPrimaryColor);border-radius:50%;width:18px;height:18px;padding:4px;background-color:transparent;background-clip:content-box}#tts-player #tts-player-settings #tts-speech .speech-container input[type=radio].selected{border:1px solid var(--ttsPlayerPrimaryColor);background-color:var(--ttsPlayerPrimaryColor)}#tts-player #tts-player-settings #tts-speech-rate{display:flex;flex-direction:row}#tts-player #tts-player-settings #tts-speech-rate .speech-rate-option{display:flex;justify-content:center;align-items:center;width:calc(var(--settingsContainerWidth) / 5);height:calc(var(--settingsContainerWidth) / 5);padding:10px;font-family:var(--contentFont);font-weight:600;font-size:.8em;color:var(--ttsPlayerPrimaryColor)}#tts-player #tts-player-settings #tts-speech-rate .speech-rate-option.selected{background-color:var(--ttsPlayerPrimaryColor);color:var(--containerColor)}body.night-mode #tts-player{--ttsPlayerPrimaryColor: var(--ttsPlayerPrimaryColorNightMode);--ttsPlayerBgColor: var(--ttsPlayerBgColorNightMode);--ttsPlayerProgressBgColor: var(--ttsPlayerProgressBgColorNightMode);--ttsPlayerBufferingColor: var(--ttsPlayerBufferingColorNightMode);--ttsPlayerTimeColor: var(--ttsPlayerTimeColorNightMode);--ttsPlayerTextColor: var(--ttsPlayerTextColorNightMode);--ttsPlayerLoadingColor: var(--ttsPlayerLoadingColorNightMode);--ttsPlayerSpeechMarkerColor: var(--ttsPlayerSpeechMarkerColorNightMode);--ttsPlayerSpeechMarkerBgColor: var(--ttsPlayerSpeechMarkerBgColorNightMode)}article .entry-content .purple-inner-container span.word{font-family:inherit;font-style:inherit;font-weight:inherit;line-height:inherit}article .entry-content .purple-inner-container span.word *{font-family:inherit;font-style:inherit;font-weight:inherit;line-height:inherit}article .entry-content .purple-inner-container span.word.current{position:relative;color:var(--ttsPlayerSpeechMarkerColor);padding-bottom:1px;white-space:nowrap}article .entry-content .purple-inner-container span.word.current:before,article .entry-content .purple-inner-container span.word.current:after{content:"";position:absolute;top:0;bottom:0;width:100vw;max-height:1.2em;right:100%;background:var(--ttsPlayerSpeechMarkerBgColor)}article .entry-content .purple-inner-container span.word.current:after{left:0}body.night-mode article{--ttsPlayerSpeechMarkerColor: var(--ttsPlayerSpeechMarkerColorNightMode);--ttsPlayerSpeechMarkerBgColor: var(--ttsPlayerSpeechMarkerBgColorNightMode)}#tts-overlay{position:absolute;bottom:0;z-index:200;height:100%;width:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;box-sizing:border-box;padding:var(--topBarHeight) var(--contentPaddingHoriz) var(--contentPaddingVert);background-color:var(--ttsOverlayBgColor);color:var(--ttsOverlayTextColor);text-align:center}#tts-overlay #tts-overlay-text-container{margin:auto 0}#tts-overlay #tts-overlay-text-container #tts-overlay-title{font-family:var(--contentFont);font-weight:600;font-size:22px;margin-bottom:20px}@media (max-height: 533px) and (orientation: landscape){#tts-overlay #tts-overlay-text-container #tts-overlay-title{font-size:20px}}#tts-overlay #tts-overlay-text-container #tts-overlay-text{font-family:var(--contentFont);font-weight:600;font-size:18px}@media (max-height: 533px) and (orientation: landscape){#tts-overlay #tts-overlay-text-container #tts-overlay-text{font-size:16px}}#tts-overlay #tts-overlay-text-container #tts-overlay-loading-container{height:var(--ttsOverlayLoadingSize);margin-top:var(--ttsOverlayrPaddingVert);position:relative}#tts-overlay #tts-overlay-text-container #tts-overlay-loading-container #tts-overlay-loading{width:var(--ttsOverlayLoadingSize);height:var(--ttsOverlayLoadingSize);transform:rotate(-90deg);position:absolute;left:calc(50% - .5 * var(--ttsOverlayLoadingSize))}#tts-overlay #tts-overlay-text-container #tts-overlay-loading-container #tts-overlay-loading circle{fill:none;stroke-dasharray:339.292;stroke-dashoffset:339.292;stroke:var(--ttsOverlayLoadingColor);stroke-width:var(--ttsOverlayLoadingThickness);stroke-linecap:round}#tts-overlay #tts-overlay-text-container #tts-overlay-loading-container #tts-overlay-loading circle.animate{animation:progress calc(var(--ttsOverlayLoadingDuration) * 1s) ease-out forwards}@keyframes progress{0%{stroke-dashoffset:339.292}to{stroke-dashoffset:0}}#tts-overlay #tts-overlay-text-container #tts-overlay-loading-container #tts-overlay-loading-icon{background:var(--ttsOverlayLoadingIcon) no-repeat;background-size:contain;width:var(--ttsOverlayLoadingIconSize);height:var(--ttsOverlayLoadingIconSize);position:absolute;top:calc(50% - .5 * var(--ttsOverlayLoadingIconSize));left:calc(50% - .33 * var(--ttsOverlayLoadingIconSize))}@media (max-height: 533px) and (orientation: landscape){#tts-overlay #tts-overlay-text-container #tts-overlay-loading-container{margin-top:calc(var(--ttsOverlayrPaddingVert) / 2)}}#tts-overlay #tts-overlay-btn-container{display:flex;flex-direction:column}#tts-overlay #tts-overlay-btn-container #tts-overlay-action-btn{display:inline-block;background-color:transparent;border:1px solid var(--ttsOverlayTextColor);border-radius:25px;padding:10px 40px;font-family:var(--contentFont);font-weight:600;font-size:20px;text-decoration:none;color:var(--ttsOverlayTextColor)}@media (max-height: 533px) and (orientation: landscape){#tts-overlay #tts-overlay-btn-container #tts-overlay-action-btn{font-size:16px}}#tts-overlay #tts-overlay-btn-container #tts-overlay-cancel{background-color:transparent;border:none;margin-top:var(--ttsOverlayrPaddingVert);font-family:var(--contentFont);font-weight:600;font-size:20px;text-decoration:none;color:var(--ttsOverlayTextColor)}@media (max-height: 533px) and (orientation: landscape){#tts-overlay #tts-overlay-btn-container #tts-overlay-cancel{margin-top:calc(var(--ttsOverlayrPaddingVert) / 2);font-size:16px}}html{font-family:sans-serif}html body{height:100%;margin:0;padding:0}html body *{box-sizing:border-box}body[app-bar-scroll-behavior=shrink].scrolled :not(:no-scroll),body[data-pxp-app-bar-scroll-behavior=shrink].scrolled :not(:no-scroll){--appBarHeight: var(--appBarShrinkHeight);--appBarDisplay: var(--appBarShrinkDisplay)}body[app-bar-scroll-behavior=shrink].scrolled :not(:no-scroll).no-app-bar,body[data-pxp-app-bar-scroll-behavior=shrink].scrolled :not(:no-scroll).no-app-bar{--appBarDisplay: none;--appBarHeight: 0px}body.no-scroll{overflow:hidden}body.no-app-bar{--appBarHeight: 0px;--appBarDisplay: none}body.no-navigation{--navigationHeight: 0px}a{text-decoration:none}ul{margin:0;padding:0}ul li{list-style:none}html *:not(input){-webkit-user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;user-select:none;-webkit-overflow-scrolling:touch;-webkit-user-drag:none;user-drag:none}h1,h2,h3,h4,h5,h6,p{margin:0}input{-webkit-touch-callout:default!important;-webkit-appearance:none;border:0;outline:none;border:none;border-radius:var(--borderRadius);padding:0 calc(var(--gutter) / 2)}input[type=search]::-webkit-search-cancel-button{display:none}button,input{outline:none;border:none;border-radius:var(--borderRadius);padding:var(--buttonPaddingVert) var(--buttonPaddingHoriz)}button:not(:disabled){color:var(--textColor)}a{color:inherit}iframe{border:none}.pull-to-refresh-loader{position:fixed;top:var(--appBarHeight);width:100%;display:flex;justify-content:flex-end;flex-direction:column;align-items:center;z-index:999;padding:var(--gutter);background-color:#ffffff4d;--spinnerColor: var(--primaryColor);pointer-events:none}.pull-to-refresh-loader[template=ICON]{background:transparent}.pull-to-refresh-loader>.pull-to-refresh-loading-spinner{visibility:hidden;height:40px;width:40px;background-color:#fff;padding:10px;border-radius:100%;box-shadow:0 0 1px 1px #0000001a}.pull-to-refresh-loader i.icon{display:none;height:40px;width:40px;background-color:#fff;padding:10px;border-radius:100%;box-shadow:0 0 1px 1px #0000001a;justify-content:center;align-items:center}storefront-root[style*="display: none;"],.pxp-root[style*="display: none;"]{display:block!important;position:absolute;opacity:0;width:100%}html{--mat-ripple-color: rgba(0, 0, 0, .1)}html{--mat-option-selected-state-label-text-color: #3f51b5;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-option-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-option-selected-state-layer-color: rgba(0, 0, 0, .04)}html .mat-accent{--mat-option-selected-state-label-text-color: #ff4081;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-option-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-option-selected-state-layer-color: rgba(0, 0, 0, .04)}html .mat-warn{--mat-option-selected-state-label-text-color: #f44336;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-option-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-option-selected-state-layer-color: rgba(0, 0, 0, .04)}html{--mat-optgroup-label-text-color: rgba(0, 0, 0, .87)}html{--mat-full-pseudo-checkbox-selected-icon-color: #ff4081;--mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;--mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;--mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;--mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0}html{--mat-minimal-pseudo-checkbox-selected-checkmark-color: #ff4081;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0}html .mat-primary{--mat-full-pseudo-checkbox-selected-icon-color: #3f51b5;--mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;--mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;--mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;--mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0}html .mat-primary{--mat-minimal-pseudo-checkbox-selected-checkmark-color: #3f51b5;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0}html .mat-accent{--mat-full-pseudo-checkbox-selected-icon-color: #ff4081;--mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;--mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;--mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;--mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0}html .mat-accent{--mat-minimal-pseudo-checkbox-selected-checkmark-color: #ff4081;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0}html .mat-warn{--mat-full-pseudo-checkbox-selected-icon-color: #f44336;--mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;--mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;--mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;--mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0}html .mat-warn{--mat-minimal-pseudo-checkbox-selected-checkmark-color: #f44336;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0}html{--mat-app-background-color: #fafafa;--mat-app-text-color: rgba(0, 0, 0, .87);--mat-app-elevation-shadow-level-0: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-1: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-2: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-3: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-4: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-5: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 5px 8px 0px rgba(0, 0, 0, .14), 0px 1px 14px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-6: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-7: 0px 4px 5px -2px rgba(0, 0, 0, .2), 0px 7px 10px 1px rgba(0, 0, 0, .14), 0px 2px 16px 1px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-8: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-9: 0px 5px 6px -3px rgba(0, 0, 0, .2), 0px 9px 12px 1px rgba(0, 0, 0, .14), 0px 3px 16px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-10: 0px 6px 6px -3px rgba(0, 0, 0, .2), 0px 10px 14px 1px rgba(0, 0, 0, .14), 0px 4px 18px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-11: 0px 6px 7px -4px rgba(0, 0, 0, .2), 0px 11px 15px 1px rgba(0, 0, 0, .14), 0px 4px 20px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-12: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-13: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 13px 19px 2px rgba(0, 0, 0, .14), 0px 5px 24px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-14: 0px 7px 9px -4px rgba(0, 0, 0, .2), 0px 14px 21px 2px rgba(0, 0, 0, .14), 0px 5px 26px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-15: 0px 8px 9px -5px rgba(0, 0, 0, .2), 0px 15px 22px 2px rgba(0, 0, 0, .14), 0px 6px 28px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-16: 0px 8px 10px -5px rgba(0, 0, 0, .2), 0px 16px 24px 2px rgba(0, 0, 0, .14), 0px 6px 30px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-17: 0px 8px 11px -5px rgba(0, 0, 0, .2), 0px 17px 26px 2px rgba(0, 0, 0, .14), 0px 6px 32px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-18: 0px 9px 11px -5px rgba(0, 0, 0, .2), 0px 18px 28px 2px rgba(0, 0, 0, .14), 0px 7px 34px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-19: 0px 9px 12px -6px rgba(0, 0, 0, .2), 0px 19px 29px 2px rgba(0, 0, 0, .14), 0px 7px 36px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-20: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 20px 31px 3px rgba(0, 0, 0, .14), 0px 8px 38px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-21: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 21px 33px 3px rgba(0, 0, 0, .14), 0px 8px 40px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-22: 0px 10px 14px -6px rgba(0, 0, 0, .2), 0px 22px 35px 3px rgba(0, 0, 0, .14), 0px 8px 42px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-23: 0px 11px 14px -7px rgba(0, 0, 0, .2), 0px 23px 36px 3px rgba(0, 0, 0, .14), 0px 9px 44px 8px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-24: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12)}html{--mat-menu-container-shape: 4px;--mat-menu-divider-bottom-spacing: 0;--mat-menu-divider-top-spacing: 0;--mat-menu-item-spacing: 16px;--mat-menu-item-icon-size: 24px;--mat-menu-item-leading-spacing: 16px;--mat-menu-item-trailing-spacing: 16px;--mat-menu-item-with-icon-leading-spacing: 16px;--mat-menu-item-with-icon-trailing-spacing: 16px;--mat-menu-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12)}html{--mat-menu-item-label-text-color: rgba(0, 0, 0, .87);--mat-menu-item-icon-color: rgba(0, 0, 0, .87);--mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-menu-container-color: white;--mat-menu-divider-color: rgba(0, 0, 0, .12)}
|