@keyframes react-loading-skeleton{to{transform:translateX(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var(
    --custom-highlight-background,linear-gradient(90deg,var(--base-color) 0,var(--highlight-color) 50%,var(--base-color) 100%)
  );transform:translateX(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}.Navigation_movies-navigation__Bpi6v{padding:0;display:flex;flex-direction:row;gap:1rem;align-items:center}.Navigation_movies-navigation__Bpi6v .active{background-color:#fff;color:#1a1a1a;padding:.25rem .625rem}.Navigation_movies-navigation-button__IlKd1,.Navigation_movies-navigation__Bpi6v .active{border-radius:40px;font-family:Poppins,sans-serif;font-weight:600;font-size:16px;line-height:24px;height:40px;display:flex;align-items:center;justify-content:center}.Navigation_movies-navigation-button__IlKd1{text-transform:capitalize;padding:4px 10px;text-wrap:nowrap;min-width:fit-content;color:#fff;transition:all .2s ease;box-sizing:border-box;white-space:nowrap;flex-shrink:0}@media screen and (min-width:1024px){.Navigation_movies-navigation__Bpi6v{padding:0}}