.suspense{background-color:#141414;height:100vh;display:flex;align-items:center;justify-content:center}.suspense__loader{display:flex;gap:8px}.suspense__dot{width:12px;height:12px;background-color:#b9090b;border-radius:50%;animation:netflix-bounce 1.4s ease-in-out infinite both}.suspense__dot--1{animation-delay:-.32s}.suspense__dot--2{animation-delay:-.16s}.suspense__dot--3{animation-delay:0s}@keyframes netflix-bounce{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1.2);opacity:1}}.cover{background-color:#141414;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;animation:slide-up .5s .2s ease-in both}.cover__header{color:#b9090b;font-size:1.875rem;animation:slide-up .7s .5s ease-in-out both}@media (min-width: 48rem){.cover__header{font-size:3.125rem}}@media (min-width: 65.5rem){.cover__header{font-size:6.25rem}}.cover #cover__image{width:15.625rem;height:7.8125rem}@media (min-width: 48rem){.cover #cover__image{width:25rem;height:12.5rem}}@media (min-width: 65.5rem){.cover #cover__image{width:53.125rem;height:21.875rem}}@keyframes slide-up{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@font-face{font-family:Netflix Sans;src:url(/fonts/NetflixSans-Regular.otf);font-style:normal}*:before,*:after{box-sizing:border-box}body{margin:0;padding:0;background-color:#141414;font-family:Netflix Sans,Arial,Helvetica,sans-serif}h1,h2,h3{font-weight:400;margin:0}
