/* FO_MOBILE_COOL_MODE_V1 */
@media (max-width: 900px){
  body.fo-cool-mode *,
  body.fo-cool-mode *::before,
  body.fo-cool-mode *::after{
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .12s !important;
  }

  body.fo-cool-mode .robot,
  body.fo-cool-mode .robotglow,
  body.fo-cool-mode .portal,
  body.fo-cool-mode .vortex,
  body.fo-cool-mode .orb,
  body.fo-cool-mode .spark,
  body.fo-cool-mode .star,
  body.fo-cool-mode .particle,
  body.fo-cool-mode .bg,
  body.fo-cool-mode .glow{
    animation: none !important;
  }

  body.fo-cool-mode .glass,
  body.fo-cool-mode .card,
  body.fo-cool-mode .nh-stats-in,
  body.fo-cool-mode [class*="glass"],
  body.fo-cool-mode [class*="blur"]{
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  body.fo-cool-mode video{
    filter: none !important;
  }

  body.fo-paused *,
  body.fo-paused *::before,
  body.fo-paused *::after{
    animation-play-state: paused !important;
  }
}
