.pwa-will-animate{will-change:transform,opacity;backface-visibility:hidden;transform:translateZ(0)}@media (display-mode:standalone){.pwa-will-animate{box-shadow:none!important;-webkit-will-change:transform,opacity;perspective:1000px}}.pwa-slide-in{animation:_pwaSlideIn .3s cubic-bezier(.22,1,.36,1) both}.pwa-slide-in,.pwa-slide-out{backface-visibility:hidden;-webkit-backface-visibility:hidden;will-change:transform,opacity}.pwa-slide-out{animation:_pwaSlideOut .24s cubic-bezier(.55,0,1,.45) both}.pwa-sheet-in{animation:_pwaSheetUp .38s cubic-bezier(.32,.72,0,1) both}.pwa-sheet-in,.pwa-sheet-out{backface-visibility:hidden;-webkit-backface-visibility:hidden;will-change:transform}.pwa-sheet-out{animation:_pwaSheetDown .27s cubic-bezier(.4,0,.6,1) both}.pwa-fade-up{animation:_pwaFadeUp .28s cubic-bezier(.22,1,.36,1) both}.pwa-fade-up,.pwa-modal-in{backface-visibility:hidden;-webkit-backface-visibility:hidden;will-change:transform,opacity}.pwa-modal-in{animation:_pwaModalIn .26s cubic-bezier(.22,1,.36,1) both}.pwa-modal-out{animation:_pwaModalOut .2s cubic-bezier(.55,0,1,.45) both}.pwa-fade-in{animation:_pwaFadeIn .2s ease both}.pwa-fade-out{animation:_pwaFadeOut .16s ease both}@keyframes _pwaSlideIn{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes _pwaSlideOut{0%{transform:translateX(0);opacity:1}to{transform:translateX(-25%);opacity:0}}@keyframes _pwaSheetUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes _pwaSheetDown{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes _pwaFadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes _pwaModalIn{0%{opacity:0;transform:scale(.93) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes _pwaModalOut{0%{opacity:1;transform:scale(1) translateY(0)}to{opacity:0;transform:scale(.93) translateY(8px)}}@keyframes _pwaFadeIn{0%{opacity:0}to{opacity:1}}@keyframes _pwaFadeOut{0%{opacity:1}to{opacity:0}}.pwa-stagger>*{animation:_pwaFadeUp .28s cubic-bezier(.22,1,.36,1) both;backface-visibility:hidden;-webkit-backface-visibility:hidden;will-change:transform,opacity}.pwa-stagger>:first-child{animation-delay:0ms}.pwa-stagger>:nth-child(2){animation-delay:40ms}.pwa-stagger>:nth-child(3){animation-delay:80ms}.pwa-stagger>:nth-child(4){animation-delay:.12s}.pwa-stagger>:nth-child(5){animation-delay:.16s}.pwa-stagger>:nth-child(6){animation-delay:.2s}.pwa-stagger>:nth-child(7){animation-delay:.24s}.pwa-stagger>:nth-child(n+8){animation-delay:.28s}@media (prefers-reduced-motion:reduce){.pwa-fade-in,.pwa-fade-out,.pwa-fade-up,.pwa-modal-in,.pwa-modal-out,.pwa-sheet-in,.pwa-sheet-out,.pwa-slide-in,.pwa-slide-out,.pwa-stagger>*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}