[background]{background:var(--ds-background, initial)}[background=accent-strong-normal]{--ds-background: var(--ds-theme-background-accent-strong-normal)}[background=accent-strong-hover]{--ds-background: var(--ds-theme-background-accent-strong-hover)}[background=accent-strong-pressed]{--ds-background: var(--ds-theme-background-accent-strong-pressed)}[background=accent-strong-selected]{--ds-background: var(--ds-theme-background-accent-strong-selected)}[background=accent-subtle-normal]{--ds-background: var(--ds-theme-background-accent-subtle-normal)}[background=accent-subtle-hover]{--ds-background: var(--ds-theme-background-accent-subtle-hover)}[background=accent-subtle-pressed]{--ds-background: var(--ds-theme-background-accent-subtle-pressed)}[background=accent-subtle-selected]{--ds-background: var(--ds-theme-background-accent-subtle-selected)}[background=base-fade]{--ds-background: var(--ds-theme-background-base-fade)}[background=base-color]{--ds-background: var(--ds-theme-background-base-color)}[background=base-neutral]{--ds-background: var(--ds-theme-background-base-neutral)}[background=special-fade]{--ds-background: var(--ds-theme-background-special-fade)}[background=special-color]{--ds-background: var(--ds-theme-background-special-color)}[background=special-neutral]{--ds-background: var(--ds-theme-background-special-neutral)}[background=special-subtle]{--ds-background: var(--ds-theme-background-special-subtle)}[background=special-template-subtle]{--ds-background: var(--ds-theme-background-special-template-subtle)}[background=neutral-fade]{--ds-background: var(--ds-theme-background-neutral-fade)}[background=neutral-color]{--ds-background: var(--ds-theme-background-neutral-color)}[background=supportive-fade]{--ds-background: var(--ds-theme-background-supportive-fade)}[background=supportive-color]{--ds-background: var(--ds-theme-background-supportive-color)}[background=card-normal]{--ds-background: var(--ds-theme-background-card-normal)}[background=card-hover]{--ds-background: var(--ds-theme-background-card-hover)}[background=card-pressed]{--ds-background: var(--ds-theme-background-card-pressed)}[background=card-selected]{--ds-background: var(--ds-theme-background-card-selected)}[background=glass-normal]{--ds-background: var(--ds-theme-background-glass-normal)}[background=glass-hover]{--ds-background: var(--ds-theme-background-glass-hover)}[background=glass-pressed]{--ds-background: var(--ds-theme-background-glass-pressed)}[background=glass-selected]{--ds-background: var(--ds-theme-background-glass-selected)}[background=highlight-normal]{--ds-background: var(--ds-theme-background-highlight-normal)}[background=highlight-hover]{--ds-background: var(--ds-theme-background-highlight-hover)}[background=highlight-pressed]{--ds-background: var(--ds-theme-background-highlight-pressed)}[background=highlight-selected]{--ds-background: var(--ds-theme-background-highlight-selected)}[background=background-overlay-fill]{--ds-background: var(--ds-theme-background-background-overlay-fill)}[background=background-overlay-horizontal]{--ds-background: var(--ds-theme-background-background-overlay-horizontal)}[background=background-overlay-horizontal-faded]{--ds-background: var(--ds-theme-background-background-overlay-horizontal-faded)}[background=background-overlay-vertical]{--ds-background: var(--ds-theme-background-background-overlay-vertical)}[background=background-overlay-vertical-color]{--ds-background: var(--ds-theme-background-background-overlay-vertical-color)}[background=video-overlay-fill]{--ds-background: var(--ds-theme-background-video-overlay-fill)}[background=video-overlay-vertical]{--ds-background: var(--ds-theme-background-video-overlay-vertical)}[background=video-overlay-bottom-vertical]{--ds-background: var(--ds-theme-background-video-overlay-bottom-vertical)}[background=video-overlay-bottom-vertical-strong]{--ds-background: var(--ds-theme-background-video-overlay-bottom-vertical-strong)}[background=video-overlay-bottom-vertical-light]{--ds-background: var(--ds-theme-background-video-overlay-bottom-vertical-light)}[background=video-overlay-bottom-vertical-strong-light]{--ds-background: var(--ds-theme-background-video-overlay-bottom-vertical-strong-light)}reimagine-media picture>img{aspect-ratio:var(--ds-media-aspect-ratio, inherit);width:var(--ds-media-width, inherit);max-width:var(--ds-media-max-width, 100%);height:var(--ds-media-height, inherit);max-height:var(--ds-media-max-height, initial);object-fit:var(--ds-media-object-fit, initial);border-start-start-radius:var(--ds-media-asset-border-start-start-radius, 0);border-start-end-radius:var(--ds-media-asset-border-start-end-radius, 0);border-end-end-radius:var(--ds-media-asset-border-end-end-radius, 0);border-end-start-radius:var(--ds-media-asset-border-end-start-radius, 0)}reimagine-media universal-media-player{display:flex;height:var(--ds-media-ump-height, fit-content);pointer-events:var(--ds-media-ump-pointer-events, none);min-width:var(--ds-media-ump-min-width, 320px);min-height:var(--ds-media-ump-min-height, 256px)}reimagine-media universal-media-player.visibility-hidden{visibility:var(--ds-media-ump-visibility, hidden)}@keyframes fade-in-base{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in-scale{0%{opacity:0;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@keyframes fade-out-base{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-60px)}}@keyframes opacity-in-base{0%{opacity:0}to{opacity:1}}@keyframes opacity-out-base{0%{opacity:1}to{opacity:0}}@keyframes scale-in-bottom{0%{opacity:0;transform:scaleY(0);transform-origin:bottom}to{opacity:1;transform:scaleY(1);transform-origin:bottom}}@keyframes scale-in-left{0%{opacity:0;transform:scaleX(0);transform-origin:left}to{opacity:1;transform:scaleX(1);transform-origin:left}}@keyframes scale-in-center{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes scale-down-center{0%{opacity:0;transform:scale(2)}to{opacity:1;transform:scale(1)}}@keyframes slide-in-left{0%{opacity:0;transform:translate(-60px)}to{opacity:1;transform:translate(0)}}@keyframes slide-in-right{0%{opacity:0;transform:translate(60px)}to{opacity:1;transform:translate(0)}}@keyframes slide-in-bottom{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}@keyframes hover-base{0%{transform:scale(1);opacity:1}to{transform:scale(1.05);opacity:.9}}@keyframes pressed-base{0%{transform:scale(1)}to{transform:scale(.95)}}@keyframes selected-base{0%{transform:scale(1);opacity:1}to{transform:scale(1.02);opacity:.95;box-shadow:0 4px 12px #00000026}}[animation-timing-function=base-enter]{animation-timing-function:cubic-bezier(.48,.04,.16,1)!important}[animation-timing-function=base-exit]{animation-timing-function:cubic-bezier(.85,0,.8,.8)!important}[animation-timing-function=base-hover]{animation-timing-function:cubic-bezier(.2,.2,.15,1)!important}[animation-duration=short-1]{animation-duration:50ms!important}[animation-duration=short-2]{animation-duration:.17s!important}[animation-duration=medium-1]{animation-duration:.5s!important}[animation-duration=medium-2]{animation-duration:.67s!important}[animation-duration=long-1]{animation-duration:.83s!important}[animation-duration=long-2]{animation-duration:1s!important}[animation-delay=delay-0]{animation-delay:var(--ds-animation-delay, 0ms)!important}[animation-delay=delay-1]{animation-delay:var(--ds-animation-delay, 50ms)!important}[animation-delay=delay-2]{animation-delay:var(--ds-animation-delay, 80ms)!important}[animation-delay=delay-3]{animation-delay:var(--ds-animation-delay, .1s)!important}[animation-delay=delay-4]{animation-delay:var(--ds-animation-delay, .17s)!important}[animation-delay=delay-5]{animation-delay:var(--ds-animation-delay, .33s)!important}[animation-iteration="1"]{animation-iteration-count:1!important}[animation-iteration=infinite]{animation-iteration-count:infinite!important}[animation-intersection=waiting]:not([animation-view=disabled]){opacity:0}@media (prefers-reduced-motion: no-preference){[animation-view=load][animation-enter=effect-1]>*:not([slot=ui-shell-media]):not([animation-enter]),[animation-view=load][animation-enter=effect-2]>*:not([slot=ui-shell-media]):not([animation-enter]),[animation-view=scroll][animation-intersection=entered][animation-enter=effect-1]>*:not([slot=ui-shell-media]):not([animation-enter]),[animation-view=scroll][animation-intersection=entered][animation-enter=effect-2]>*:not([slot=ui-shell-media]):not([animation-enter]),[animation-view=load][animation-enter=fade-in-base],[animation-view=scroll][animation-intersection=entered][animation-enter=fade-in-base]{animation-name:fade-in-base;animation-timing-function:cubic-bezier(.48,.04,.16,1);animation-duration:1s;animation-delay:var(--ds-animation-delay, 0ms);animation-iteration-count:1;animation-fill-mode:forwards}[animation-intersection]:not([animation-view=disabled])[animation-enter=fade-in-base],[animation-intersection]:not([animation-view=disabled])[animation-enter=fade-in-scale],[animation-intersection]:not([animation-view=disabled])[animation-enter=opacity-in-base],[animation-intersection]:not([animation-view=disabled])[animation-enter=scale-in-bottom],[animation-intersection]:not([animation-view=disabled])[animation-enter=scale-in-left],[animation-intersection]:not([animation-view=disabled])[animation-enter=scale-in-center],[animation-intersection]:not([animation-view=disabled])[animation-enter=scale-down-center],[animation-intersection]:not([animation-view=disabled])[animation-enter=slide-in-left],[animation-intersection]:not([animation-view=disabled])[animation-enter=slide-in-right],[animation-intersection]:not([animation-view=disabled])[animation-enter=slide-in-bottom],[animation-intersection]:not([animation-view=disabled])[animation-enter=effect-1]>*,[animation-intersection]:not([animation-view=disabled])[animation-enter=effect-2]>*{opacity:0}[animation-intersection]:not([animation-view=disabled])[animation-exit=fade-out-base],[animation-intersection]:not([animation-view=disabled])[animation-exit=opacity-out-base]{opacity:1}[animation-view=load][animation-enter=fade-in-scale],[animation-view=scroll][animation-intersection=entered][animation-enter=fade-in-scale]{animation-name:fade-in-scale;animation-timing-function:cubic-bezier(.48,.04,.16,1);animation-duration:1s;animation-delay:var(--ds-animation-delay, 0ms);animation-iteration-count:1;animation-fill-mode:forwards}[animation-view=load][animation-exit=fade-out-base],[animation-view=scroll][animation-intersection=entered][animation-exit=fade-out-base]{animation-name:fade-out-base;animation-timing-function:cubic-bezier(.85,0,.8,.8);animation-duration:.5s;animation-delay:var(--ds-animation-delay, 0ms);animation-iteration-count:1;animation-fill-mode:forwards}[animation-view=load][animation-enter=opacity-in-base],[animation-view=scroll][animation-intersection=entered][animation-enter=opacity-in-base]{animation-name:opacity-in-base;animation-timing-function:cubic-bezier(.48,.04,.16,1);animation-duration:1s;animation-delay:var(--ds-animation-delay, 0ms);animation-iteration-count:1;animation-fill-mode:forwards}[animation-view=load][animation-exit=opacity-out-base],[animation-view=scroll][animation-intersection=entered][animation-exit=opacity-out-base]{animation-name:opacity-out-base;animation-timing-function:cubic-bezier(.85,0,.8,.8);animation-duration:.67s;animation-delay:var(--ds-animation-delay, 0ms);animation-iteration-count:1;animation-fill-mode:forwards}[animation-view=load][animation-enter=scale-in-bottom],[animation-view=scroll][animation-intersection=entered][animation-enter=scale-in-bottom]{animation-name:scale-in-bottom;animation-timing-function:cubic-bezier(.48,.04,.16,1);animation-duration:1s;animation-delay:var(--ds-animation-delay, 0ms);animation-iteration-count:1;animation-fill-mode:forwards}[animation-view=load][animation-enter=scale-in-left],[animation-view=scroll][animation-intersection=entered][animation-enter=scale-in-left]{animation-name:scale-in-left;animation-timing-function:cubic-bezier(.48,.04,.16,1);animation-duration:1s;animation-delay:var(--ds-animation-delay, 0ms);animation-iteration-count:1;animation-fill-mode:forwards}[animation-view=load][animation-enter=scale-in-center],[animation-view=scroll][animation-intersection=entered][animation-enter=scale-in-center]{animation-name:scale-in-center;animation-timing-function:cubic-bezier(.48,.04,.16,1);animation-duration:1s;animation-delay:var(--ds-animation-delay, 0ms);animation-iteration-count:1;animation-fill-mode:forwards}[animation-view=load][animation-enter=scale-down-center],[animation-view=scroll][animation-intersection=entered][animation-enter=scale-down-center]{animation-name:scale-down-center;animation-timing-function:cubic-bezier(.48,.04,.16,1);animation-duration:1s;animation-delay:var(--ds-animation-delay, 0ms);animation-iteration-count:1;animation-fill-mode:forwards}[animation-view=load][animation-enter=slide-in-left],[animation-view=scroll][animation-intersection=entered][animation-enter=slide-in-left]{animation-name:slide-in-left;animation-timing-function:cubic-bezier(.48,.04,.16,1);animation-duration:1s;animation-delay:var(--ds-animation-delay, 0ms);animation-iteration-count:1;animation-fill-mode:forwards}[animation-view=load][animation-enter=slide-in-right],[animation-view=scroll][animation-intersection=entered][animation-enter=slide-in-right]{animation-name:slide-in-right;animation-timing-function:cubic-bezier(.48,.04,.16,1);animation-duration:1s;animation-delay:var(--ds-animation-delay, 0ms);animation-iteration-count:1;animation-fill-mode:forwards}[animation-view=load][animation-enter=slide-in-bottom],[animation-view=scroll][animation-intersection=entered][animation-enter=slide-in-bottom]{animation-name:slide-in-bottom;animation-timing-function:cubic-bezier(.48,.04,.16,1);animation-duration:1s;animation-delay:var(--ds-animation-delay, 0ms);animation-iteration-count:1;animation-fill-mode:forwards}[animation-view=load][animation-enter=effect-1]>*:nth-last-child(0):not([slot^=ui-shell]):not([animation-enter]),[animation-view=scroll][animation-intersection=entered][animation-enter=effect-1]>*:nth-last-child(0):not([slot^=ui-shell]):not([animation-enter]){--ds-animation-delay: .17s}[animation-view=load][animation-enter=effect-1]>*:nth-last-child(1):not([slot^=ui-shell]):not([animation-enter]),[animation-view=scroll][animation-intersection=entered][animation-enter=effect-1]>*:nth-last-child(1):not([slot^=ui-shell]):not([animation-enter]){--ds-animation-delay: .1s}[animation-view=load][animation-enter=effect-1]>*:nth-last-child(2):not([slot^=ui-shell]):not([animation-enter]),[animation-view=scroll][animation-intersection=entered][animation-enter=effect-1]>*:nth-last-child(2):not([slot^=ui-shell]):not([animation-enter]){--ds-animation-delay: 80ms}[animation-view=load][animation-enter=effect-1]>*:nth-last-child(3):not([slot^=ui-shell]):not([animation-enter]),[animation-view=scroll][animation-intersection=entered][animation-enter=effect-1]>*:nth-last-child(3):not([slot^=ui-shell]):not([animation-enter]){--ds-animation-delay: 50ms}[animation-view=load][animation-enter=effect-1]>*:nth-last-child(4):not([slot^=ui-shell]):not([animation-enter]),[animation-view=scroll][animation-intersection=entered][animation-enter=effect-1]>*:nth-last-child(4):not([slot^=ui-shell]):not([animation-enter]){--ds-animation-delay: 0ms}}[surface]{background:var(--ds-surface-background, var(--ds-theme-background-card-normal, #fefefe));-webkit-backdrop-filter:var(--ds-surface-backdrop-filter, none);backdrop-filter:var(--ds-surface-backdrop-filter, none);border-width:var(--ds-surface-border-width, 0);border-style:var(--ds-surface-border-style, none);border-color:var(--ds-surface-border-color, var(--ds-theme-border-card-fade, #e0e0e0));border-radius:var(--ds-surface-border-radius, 0);box-shadow:var(--ds-surface-box-shadow, none);cursor:var(--ds-surface-cursor, initial)}[surface=solid]{--ds-surface-background: var(--ds-theme-background-card-normal, #fefefe);--ds-surface-border-width: 0;--ds-surface-border-style: none;--ds-surface-border-color: var(--ds-theme-border-card-fade, #e0e0e0)}[surface=glass]{--ds-surface-background: var(--ds-theme-background-glass-normal, rgba(255, 255, 255, .4));--ds-surface-backdrop-filter: var(--ds-blur-glass, 5rem);--ds-surface-border-width: var(--ds-border-width-xs, .0625rem);--ds-surface-border-style: solid;--ds-surface-border-color: var(--ds-theme-border-glass-fade, rgba(255, 255, 255, .1))}[surface=transparent]{--ds-surface-background: transparent}[surface=solid-border]{--ds-surface-background: var(--ds-theme-background-card-normal, #fefefe);--ds-surface-border-width: var(--ds-border-width-xs, .0625rem);--ds-surface-border-style: solid;--ds-surface-border-color: var(--ds-theme-border-card-fade, #e6f2fb);--ds-surface-box-shadow: var(--ds-surface-solid-border-box-shadow, none)}[surface=special],[surface=highlight]{--ds-surface-background: var(--ds-theme-background-highlight-normal, #dceef8);--ds-surface-border-width: var(--ds-border-width-s, .125rem);--ds-surface-border-style: solid;--ds-surface-border-color: var(--ds-theme-border-special-fade, #cbe6f4)}[surface=media]{--ds-surface-background: initial;--ds-surface-border-color: initial;--ds-surface-box-shadow: var( --ds-elevation-level-2, 0px 2px 4px rgba(0, 0, 0, .14) 0px 0px 2px rgba(0, 0, 0, .12) )}[clickable][surface=solid],[clickable][surface=solid-border],[clickable][surface=glass],[clickable][surface=highlight],[clickable][surface=special],[clickable][surface=media]{--ds-surface-box-shadow: var( --ds-elevation-level-2, 0px 2px 4px rgba(0, 0, 0, .14) 0px 0px 2px rgba(0, 0, 0, .12) )}[clickable][surface=solid]:hover,[clickable][surface=solid-border]:hover,[clickable][surface=glass]:hover,[clickable][surface=highlight]:hover,[clickable][surface=special]:hover,[clickable][surface=media]:hover{--ds-surface-box-shadow: var( --ds-elevation-level-3, 0px 4px 8px rgba(0, 0, 0, .14) 0px 0px 2px rgba(0, 0, 0, .12) )}[clickable][surface=solid]:active,[clickable][surface=solid-border]:active,[clickable][surface=glass]:active,[clickable][surface=highlight]:active,[clickable][surface=special]:active,[clickable][surface=media]:active{--ds-surface-box-shadow: var( --ds-elevation-level-1, 0px 1px 2px rgba(0, 0, 0, .14) 0px 0px 2px rgba(0, 0, 0, .12) )}[clickable][surface=solid][active],[clickable][surface=solid-border][active],[clickable][surface=glass][active],[clickable][surface=highlight][active],[clickable][surface=special][active],[clickable][surface=media][active]{--ds-surface-box-shadow: var( --ds-elevation-level-2, 0px 2px 4px rgba(0, 0, 0, .14) 0px 0px 2px rgba(0, 0, 0, .12) )}[clickable][surface=solid]:active,[clickable][surface=solid-border]:active{--ds-surface-background: var(--ds-theme-background-card-pressed, #f6f5f7)}[clickable][surface=highlight]:hover,[clickable][surface=special]:hover{--ds-surface-background: var(--ds-theme-background-highlight-hover, #cbe6f4)}[clickable][surface=highlight]:active,[clickable][surface=special]:active{--ds-surface-background: var(--ds-theme-background-highlight-pressed, #a4d3ed)}[clickable][surface=highlight][active],[clickable][surface=special][active]{--ds-surface-background: var(--ds-theme-background-highlight-selected, #b3daf0)}reimagine-hero-author:not(:defined),reimagine-banner-timer:not(:defined),reimagine-media-playlist-video-item:not(:defined),reimagine-media-playlist-video:not(:defined),reimagine-data-tiles:not(:defined),reimagine-immersive-scroll:not(:defined),reimagine-media-with-caption:not(:defined),reimagine-media-video:not(:defined),reimagine-jumplinks:not(:defined),reimagine-long-form-seo:not(:defined),reimagine-banner-heading:not(:defined),reimagine-cta-banner:not(:defined),reimagine-statement-banner:not(:defined),reimagine-section-with-media:not(:defined),reimagine-banner-featured:not(:defined),reimagine-data-with-icon:not(:defined),reimagine-data-with-caption:not(:defined),reimagine-featured:not(:defined),reimagine-featured-stack:not(:defined),reimagine-card-grid-staggered:not(:defined),reimagine-card-grid-product:not(:defined),reimagine-mixed-stack:not(:defined),reimagine-hero-featured-slider:not(:defined),reimagine-hero-featured-slider-item:not(:defined),reimagine-hero-article:not(:defined),reimagine-hero-featured:not(:defined),reimagine-hero-ai-search:not(:defined),reimagine-hero-search:not(:defined),reimagine-hero-featured-xl-video:not(:defined),reimagine-hero-product:not(:defined),reimagine-hero-category:not(:defined),reimagine-logo-testimonials:not(:defined),reimagine-high-impact-product-accordion:not(:defined),reimagine-media-demo:not(:defined),reimagine-carousel-card-grid:not(:defined),reimagine-carousel-featured:not(:defined),reimagine-filtered-search:not(:defined),reimagine-high-impact-featured-accordion:not(:defined),reimagine-high-impact-accordion:not(:defined),reimagine-features-and-pricing-product-highlight:not(:defined),reimagine-features-and-pricng-3-col:not(:defined),reimagine-dynamic-search-results:not(:defined),reimagine-search-results:not(:defined),reimagine-story-grid:not(:defined),reimagine-editorial-article-takeaway:not(:defined),reimagine-editorial-article-summary:not(:defined),reimagine-story-summary:not(:defined),reimagine-article-list:not(:defined),reimagine-article-list-item:not(:defined),reimagine-editorial-article-chapter:not(:defined),reimagine-editorial-article-quote:not(:defined),reimagine-editorial-article-header:not(:defined),reimagine-editorial-featured:not(:defined),reimagine-secondary-nav:not(:defined),reimagine-scroll-spy:not(:defined),reimagine-announcement:not(:defined),reimagine-base-ui-shell:not(:defined),.fouc:not(:defined){visibility:hidden;opacity:0}reimagine-hero-author,reimagine-banner-timer,reimagine-media-playlist-video-item,reimagine-media-playlist-video,reimagine-data-tiles,reimagine-immersive-scroll,reimagine-media-with-caption,reimagine-media-video,reimagine-jumplinks,reimagine-long-form-seo,reimagine-banner-heading,reimagine-cta-banner,reimagine-statement-banner,reimagine-section-with-media,reimagine-banner-featured,reimagine-data-with-icon,reimagine-data-with-caption,reimagine-featured,reimagine-featured-stack,reimagine-card-grid-staggered,reimagine-card-grid-product,reimagine-mixed-stack,reimagine-hero-featured-slider,reimagine-hero-featured-slider-item,reimagine-hero-article,reimagine-hero-featured,reimagine-hero-ai-search,reimagine-hero-search,reimagine-hero-featured-xl-video,reimagine-hero-product,reimagine-hero-category,reimagine-logo-testimonials,reimagine-high-impact-product-accordion,reimagine-media-demo,reimagine-carousel-card-grid,reimagine-carousel-featured,reimagine-filtered-search,reimagine-high-impact-featured-accordion,reimagine-high-impact-accordion,reimagine-features-and-pricing-product-highlight,reimagine-features-and-pricng-3-col,reimagine-dynamic-search-results,reimagine-search-results,reimagine-story-grid,reimagine-editorial-article-takeaway,reimagine-editorial-article-summary,reimagine-story-summary,reimagine-article-list,reimagine-article-list-item,reimagine-editorial-article-chapter,reimagine-editorial-article-quote,reimagine-editorial-article-header,reimagine-editorial-featured,reimagine-secondary-nav,reimagine-scroll-spy,reimagine-announcement,reimagine-base-ui-shell,.fouc{transition:opacity .3s ease-in-out}
