html,
body {
  background: #141414;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

#n-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #141414;
  overflow: hidden;
}
#n-container netflixintro {
  display: block;
  position: relative;
  width: 300px;
  height: 300px;
  overflow: hidden;
  animation-name: zoom-in;
  animation-delay: 0.5s;
  animation-duration: 3.5s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  background-size: 4000px;
  background-position: -1950px 0;
}
#n-container netflixintro::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #000000;
  width: 150%;
  height: 30%;
  left: -25%;
  bottom: -27%;
  border-radius: 50%;
  z-index: 5;
  transform-origin: left center;
  background-size: 4000px;
  background-position: -1950px 0;
}
#n-container netflixintro[letter=N] {
  transform-origin: 30% center;
}
#n-container netflixintro[letter=N] .helper-1 {
  width: 19.5%;
  height: 100%;
  background-color: rgba(228, 9, 19, 0.5);
  left: 22.4%;
  top: 0;
  transform: rotate(180deg);
  animation-name: fading-lumieres-box;
  animation-duration: 2s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
}
#n-container netflixintro[letter=N] .helper-1 .effect-brush {
  animation-name: brush-moving;
  animation-duration: 2.5s;
  animation-fill-mode: forwards;
  animation-delay: 1.2s;
}
#n-container netflixintro[letter=N] .helper-1 .effect-brush [class*=fur-] {
  bottom: 0;
  height: 40%;
}
#n-container netflixintro[letter=N] .helper-3 {
  width: 19%;
  height: 150%;
  left: 40.5%;
  top: -25%;
  transform: rotate(-19.5deg);
  box-shadow: 0px 0px 35px -12px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
#n-container netflixintro[letter=N] .helper-3 .effect-brush {
  animation-name: brush-moving;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-delay: 0.8s;
}
#n-container netflixintro[letter=N] .helper-2 {
  width: 19.5%;
  height: 100%;
  left: 57.8%;
  top: 0;
  transform: rotate(180deg);
  overflow: hidden;
}
#n-container netflixintro[letter=N] .helper-2 .effect-brush {
  animation-name: brush-moving;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}
#n-container netflixintro[letter=E] {
  transform-origin: 30% center;
}
#n-container netflixintro[letter=E] .helper-1 {
  width: 19.5%;
  height: 100%;
  background-color: rgba(228, 9, 19, 0.5);
  left: 22%;
  top: 0;
  transform: rotate(180deg);
  animation-name: fading-lumieres-box;
  animation-duration: 2s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
}
#n-container netflixintro[letter=E] .helper-1 .effect-brush {
  animation-name: brush-moving;
  animation-duration: 2.5s;
  animation-fill-mode: forwards;
  animation-delay: 1.2s;
}
#n-container netflixintro[letter=E] .helper-1 .effect-brush [class*=fur-] {
  bottom: 0;
  height: 40%;
}
#n-container netflixintro[letter=E] .helper-2 {
  width: 17.5%;
  height: 50%;
  left: 38%;
  top: -49px;
  transform: rotate(270deg);
  overflow: hidden;
}
#n-container netflixintro[letter=E] .helper-2 .effect-brush {
  animation-name: brush-moving;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-delay: 0.8s;
}
#n-container netflixintro[letter=E] .helper-3 {
  width: 17%;
  height: 39%;
  left: 33%;
  top: 29%;
  transform: rotate(-90deg);
  box-shadow: 0px 0px 35px -12px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  animation-name: fading-out;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}
#n-container netflixintro[letter=E] .helper-3 .effect-brush {
  animation-name: brush-moving;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-delay: 0.6s;
}
#n-container netflixintro[letter=E] .helper-4 {
  width: 17.5%;
  height: 50%;
  left: 38%;
  top: 196px;
  transform: rotate(270deg);
  overflow: hidden;
}
#n-container netflixintro[letter=E] .helper-4 .effect-brush {
  animation-name: brush-moving;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-delay: 0.4s;
  animation-delay: 0.5s;
}
#n-container netflixintro[letter=T] {
  transform-origin: center center;
}
#n-container netflixintro[letter=T] .helper-1 {
  width: 19.5%;
  height: 100%;
  background-color: rgba(228, 9, 19, 0.5);
  left: 38%;
  top: 0;
  transform: rotate(180deg);
  animation-name: fading-lumieres-box;
  animation-duration: 2s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
}
#n-container netflixintro[letter=T] .helper-1 .effect-brush {
  animation-name: brush-moving;
  animation-duration: 2.5s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}
#n-container netflixintro[letter=T] .helper-1 .effect-brush [class*=fur-] {
  bottom: 0;
  height: 40%;
}
#n-container netflixintro[letter=T] .helper-2 {
  width: 17.5%;
  height: 54%;
  left: 39%;
  top: -55px;
  transform: rotate(270deg);
  overflow: hidden;
}
#n-container netflixintro[letter=T] .helper-2 .effect-brush {
  animation-name: brush-moving;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}
#n-container netflixintro[letter=F] {
  transform-origin: 30% center;
}
#n-container netflixintro[letter=F] .helper-1 {
  width: 19.5%;
  height: 100%;
  background-color: rgba(228, 9, 19, 0.5);
  left: 22%;
  top: 0;
  transform: rotate(180deg);
  animation-name: fading-lumieres-box;
  animation-duration: 2s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
}
#n-container netflixintro[letter=F] .helper-1 .effect-brush {
  animation-name: brush-moving;
  animation-duration: 2.5s;
  animation-fill-mode: forwards;
  animation-delay: 1.2s;
}
#n-container netflixintro[letter=F] .helper-1 .effect-brush [class*=fur-] {
  bottom: 0;
  height: 40%;
}
#n-container netflixintro[letter=F] .helper-2 {
  width: 17.5%;
  height: 50%;
  left: 38%;
  top: -49px;
  transform: rotate(270deg);
  overflow: hidden;
}
#n-container netflixintro[letter=F] .helper-2 .effect-brush {
  animation-name: brush-moving;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-delay: 0.7s;
}
#n-container netflixintro[letter=F] .helper-3 {
  width: 17%;
  height: 39%;
  left: 33%;
  top: 29%;
  transform: rotate(-90deg);
  box-shadow: 0px 0px 35px -12px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  animation-name: fading-out;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}
#n-container netflixintro[letter=F] .helper-3 .effect-brush {
  animation-name: brush-moving;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}
#n-container netflixintro[letter=K] {
  transform-origin: 30% center;
}
#n-container netflixintro[letter=K] .helper-1 {
  width: 19.5%;
  height: 100%;
  background-color: rgba(228, 9, 19, 0.5);
  left: 22%;
  top: 0;
  transform: rotate(180deg);
  animation-name: fading-lumieres-box;
  animation-duration: 2s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
}
#n-container netflixintro[letter=K] .helper-1 .effect-brush {
  animation-name: brush-moving;
  animation-duration: 2.5s;
  animation-fill-mode: forwards;
  animation-delay: 0.8s;
}
#n-container netflixintro[letter=K] .helper-1 .effect-brush [class*=fur-] {
  bottom: 0;
  height: 40%;
}
#n-container netflixintro[letter=K] .helper-2 {
  width: 17.5%;
  height: 50%;
  left: 38%;
  top: 196px;
  transform: rotate(270deg);
  overflow: hidden;
}
#n-container netflixintro[letter=K] .helper-2 .effect-brush {
  animation-name: brush-moving;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-delay: 0.4s;
}
#n-container netflixintro[letter=I] {
  transform-origin: center center;
}
#n-container netflixintro[letter=I] .helper-1 {
  width: 19.5%;
  height: 100%;
  background-color: rgba(228, 9, 19, 0.5);
  left: 38%;
  top: 0;
  transform: rotate(180deg);
  animation-name: fading-lumieres-box;
  animation-duration: 2s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
}
#n-container netflixintro[letter=I] .helper-1 .effect-brush {
  animation-name: brush-moving;
  animation-duration: 2.5s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}
#n-container netflixintro[letter=I] .helper-1 .effect-brush [class*=fur-] {
  bottom: 0;
  height: 40%;
}
#n-container netflixintro[letter=X] {
  transform-origin: center center;
}
#n-container netflixintro[letter=X] .helper-1 {
  width: 19%;
  height: 150%;
  left: 40.5%;
  top: -25%;
  transform: rotate(-19.5deg);
  animation-name: fading-lumieres-box;
  animation-duration: 2s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
}
#n-container netflixintro[letter=X] .helper-1 .effect-brush {
  animation-name: brush-moving;
  animation-duration: 2.5s;
  animation-fill-mode: forwards;
  animation-delay: 1.2s;
}
#n-container netflixintro[letter=X] .helper-1 .effect-brush [class*=fur-] {
  bottom: 0;
  height: 40%;
}
#n-container netflixintro[letter=X] .helper-2 {
  width: 19%;
  height: 150%;
  left: 40.5%;
  top: -25%;
  transform: rotate(19.5deg);
  overflow: hidden;
}
#n-container netflixintro[letter=X] .helper-2 .effect-brush {
  animation-name: brush-moving;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}
#n-container netflixintro [class*=helper-] {
  position: absolute;
}
#n-container netflixintro [class*=helper-] .effect-brush {
  position: absolute;
  width: 100%;
  height: 300%;
  top: 0;
  overflow: hidden;
}
#n-container netflixintro [class*=helper-] .effect-brush::before {
  display: block;
  content: "";
  position: absolute;
  background-color: #e40913;
  width: 100%;
  height: 70%;
  box-shadow: 0px 0px 29px 24px #e40913;
}
#n-container netflixintro [class*=helper-] .effect-brush [class*=fur-] {
  display: block;
  position: absolute;
  bottom: 10%;
  height: 30%;
}
#n-container netflixintro [class*=helper-] .effect-brush .fur-1 {
  left: 0%;
  width: 3.8%;
  background: linear-gradient(to bottom, #e40913 0%, #e40913 15%, rgba(0, 0, 0, 0) 81%, rgba(0, 0, 0, 0) 100%);
}
#n-container netflixintro [class*=helper-] .effect-brush .fur-2 {
  left: 3.8%;
  width: 2.8%;
  background: linear-gradient(to bottom, #e40913 0%, #e40913 10%, rgba(0, 0, 0, 0) 62%, rgba(0, 0, 0, 0) 100%);
}
#n-container netflixintro [class*=helper-] .effect-brush .fur-3 {
  left: 6.6%;
  width: 4.8%;
  background: linear-gradient(to bottom, #e40913 0%, #e40913 37%, rgba(0, 0, 0, 0) 100%);
}
#n-container netflixintro [class*=helper-] .effect-brush .fur-4 {
  left: 11.4%;
  width: 4%;
  background: linear-gradient(to bottom, #e40913 0%, #e40913 23%, rgba(0, 0, 0, 0) 100%);
}
#n-container netflixintro [class*=helper-] .effect-brush .fur-5 {
  left: 15.4%;
  width: 4%;
  background: linear-gradient(to bottom, #e40913 0%, #e40913 15%, rgba(0, 0, 0, 0) 86%, rgba(0, 0, 0, 0) 100%);
}
#n-container netflixintro [class*=helper-] .effect-brush .fur-6 {
  left: 19.4%;
  width: 2.5%;
  background: linear-gradient(to bottom, #e40913 0%, #e40913 27%, rgba(0, 0, 0, 0) 89%, rgba(0, 0, 0, 0) 100%);
}
#n-container netflixintro [class*=helper-] .effect-brush .fur-7 {
  left: 21.9%;
  width: 4%;
  background: linear-gradient(to bottom, #e40913 0%, #e40913 20%, rgba(0, 0, 0, 0) 100%);
}
#n-container netflixintro [class*=helper-] .effect-brush .fur-8 {
  left: 25.9%;
  width: 2%;
  background: linear-gradient(to bottom, #e40913 0%, #e40913 30%, rgba(0, 0, 0, 0) 100%);
}
#n-container netflixintro [class*=helper-] .effect-brush .fur-9 {
  left: 27.9%;
  width: 4%;
  background: linear-gradient(to bottom, #e40913 0%, #e40913 35%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);
}
#n-container netflixintro [class*=helper-] .effect-brush .fur-10 {
  left: 31.9%;
  width: 3.5%;
  background: linear-gradient(to bottom, #e40913 0%, #e40913 39%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);
}
#n-container netflixintro [class*=helper-] .effect-brush .fur-11 {
  left: 35.4%;
  width: 2%;
  background: linear-gradient(to bottom, #e40913 0%, #e40913 34%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);
}
#n-container netflixintro [class*=helper-] .effect-brush .fur-12 {
  left: 37.4%;
  width: 2.6%;
  background: linear-gradient(to bottom, #e40913 0%, #e40913 22%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);
}
#n-container netflixintro [class*=helper-] .effect-brush .fur-13 {
  left: 40%;
  width: 6%;
  background: linear-gradient(to bottom, #e40913 0%, #e40913 47%, rgba(0, 0, 0, 0) 100%);
}
#n-container netflixintro [class*=helper-] .effect-brush .fur-14 {
  left: 46%;
  width: 2%;
  background: linear-gradient(to bottom, #e40913 0%, #e40913 36%, rgba(0, 0, 0, 0) 100%);
}
#n-container netflixintro [class*=helper-] .effect-brush .fur-15 {
  left: 48%;
  width: 5.5%;
  background: linear-gradient(to bottom, #e40913 0%, #e40913 29%, rgba(0, 0, 0, 0) 100%);
}
#n-container netflixintro [class*=helper-] .effect-brush .fur-16 {
  left: 53.5%;
  width: 3%;
  background: linear-gradient(to bottom, #e40913 0%, #e40913 39%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);
}
#n-container netflixintro [class*=helper-] .effect-brush .fur-17 {
  left: 56.5%;
  width: 4.1%;
  background: linear-gradient(to bottom, #e40913 0%, #e40913 45%, rgba(0, 0, 0, 0) 100%);
}
#n-container netflixintro [class*=helper-] .effect-brush .fur-18 {
  left: 60.6%;
  width: 2.4%;
  background: linear-gradient(to bottom, #e40913 0%, #e40913 34%, rgba(0, 0, 0, 0) 100%);
}
#n-container netflixintro [class*=helper-] .effect-brush .fur-19 {
  left: 63%;
  width: 4%;
  background: linear-gradient(to bottom, #e40913 0%, #e40913 47%, rgba(0, 0, 0, 0) 100%);
}
#n-container netflixintro [class*=helper-] .effect-brush .fur-20 {
  left: 67%;
  width: 1.5%;
  background: linear-gradient(to bottom, #e40913 0%, #e40913 27%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);
}
#n-container netflixintro [class*=helper-] .effect-brush .fur-21 {
  left: 68.5%;
  width: 2.8%;
  background: linear-gradient(to bottom, #e40913 0%, #e40913 37%, rgba(0, 0, 0, 0) 100%);
}
#n-container netflixintro [class*=helper-] .effect-brush .fur-22 {
  left: 71.3%;
  width: 2.3%;
  background: linear-gradient(to bottom, #e40913 0%, #e40913 9%, rgba(0, 0, 0, 0) 100%);
}
#n-container netflixintro [class*=helper-] .effect-brush .fur-23 {
  left: 73.6%;
  width: 2.2%;
  background: linear-gradient(to bottom, #e40913 0%, #e40913 28%, rgba(0, 0, 0, 0) 92%, rgba(0, 0, 0, 0) 100%);
}
#n-container netflixintro [class*=helper-] .effect-brush .fur-24 {
  left: 75.8%;
  width: 1%;
  background: linear-gradient(to bottom, #e40913 0%, #e40913 37%, rgba(0, 0, 0, 0) 100%);
}
#n-container netflixintro [class*=helper-] .effect-brush .fur-25 {
  left: 76.8%;
  width: 2.1%;
  background: linear-gradient(to bottom, #e40913 0%, #e40913 28%, rgba(0, 0, 0, 0) 100%);
}
#n-container netflixintro [class*=helper-] .effect-brush .fur-26 {
  left: 78.9%;
  width: 4.1%;
  background: linear-gradient(to bottom, #e40913 0%, #e40913 34%, rgba(0, 0, 0, 0) 100%);
}
#n-container netflixintro [class*=helper-] .effect-brush .fur-27 {
  left: 83%;
  width: 2.5%;
  background: linear-gradient(to bottom, #e40913 0%, #e40913 21%, rgba(0, 0, 0, 0) 100%);
}
#n-container netflixintro [class*=helper-] .effect-brush .fur-28 {
  left: 85.5%;
  width: 4.5%;
  background: linear-gradient(to bottom, #e40913 0%, #e40913 39%, rgba(0, 0, 0, 0) 100%);
}
#n-container netflixintro [class*=helper-] .effect-brush .fur-29 {
  left: 90%;
  width: 2.8%;
  background: linear-gradient(to bottom, #e40913 0%, #e40913 30%, rgba(0, 0, 0, 0) 100%);
}
#n-container netflixintro [class*=helper-] .effect-brush .fur-30 {
  left: 92.8%;
  width: 3.5%;
  background: linear-gradient(to bottom, #e40913 0%, #e40913 19%, rgba(0, 0, 0, 0) 100%);
}
#n-container netflixintro [class*=helper-] .effect-brush .fur-31 {
  left: 96.3%;
  width: 3.7%;
  background: linear-gradient(to bottom, #e40913 0%, #e40913 37%, rgba(0, 0, 0, 0) 100%);
}
#n-container netflixintro [class*=helper-] .effect-lumieres {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation-name: showing-lumieres;
  animation-duration: 2s;
  animation-delay: 1.6s;
  animation-fill-mode: forwards;
}
#n-container netflixintro [class*=helper-] .effect-lumieres [class*=lamp-] {
  position: absolute;
  display: block;
  height: 100%;
  box-shadow: 0px 0px 10px 0px rgba(228, 9, 19, 0.75);
  background: var(--color);
}
#n-container netflixintro [class*=helper-] .effect-lumieres [class*=lamp-]::before {
  position: absolute;
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color);
  box-shadow: 0px 0px 10px 0px rgba(228, 9, 19, 0.75);
}
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-1 {
  --color: #ff0100;
  z: 6;
  left: 0.7%;
  width: 1%;
  animation-delay: 1.5s;
}
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-1::before {
  left: 169%;
  animation-delay: 0.92s;
}
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-2 {
  --color: #ffde01;
  left: 2.2%;
  width: 1.4%;
  animation-delay: 1.63s;
}
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-2::before {
  left: 59%;
  animation-delay: 0.51s;
}
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-3 {
  --color: #ff00cc;
  left: 5.8%;
  width: 2.1%;
  animation-delay: 1.48s;
}
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-3::before {
  left: 184%;
  animation-delay: 0.79s;
}
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-4 {
  --color: #04fd8f;
  left: 10.1%;
  width: 2%;
  animation-delay: 0.13s;
}
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-4::before {
  left: 152%;
  animation-delay: 1.15s;
}
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-5 {
  --color: #ff0100;
  left: 12.9%;
  width: 1.4%;
  animation-delay: 1.87s;
}
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-5::before {
  left: 57%;
  animation-delay: 0.96s;
}
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-6 {
  --color: #ff9600;
  left: 15.3%;
  width: 2.8%;
  animation-delay: 0.22s;
}
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-6::before {
  left: 148%;
  animation-delay: 1.57s;
}
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-7 {
  --color: #0084ff;
  left: 21.2%;
  width: 2.5%;
  animation-delay: 1.21s;
}
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-7::before {
  left: 151%;
  animation-delay: 0.28s;
}
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-8 {
  --color: #f84006;
  left: 25%;
  width: 2.5%;
  animation-delay: 1.06s;
}
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-8::before {
  left: 152%;
  animation-delay: 1.05s;
}
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-9 {
  --color: #ffc601;
  left: 30.5%;
  width: 3%;
  animation-delay: 0.5s;
}
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-9::before {
  left: 80%;
  animation-delay: 1.11s;
}
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-10 {
  --color: #ff4800;
  left: 36.3%;
  width: 3%;
  animation-delay: 1.97s;
}
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-10::before {
  left: 110%;
  animation-delay: 0.01s;
}
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-11 {
  --color: #fd0100;
  left: 41%;
  width: 2.2%;
  animation-delay: 1.2s;
}
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-11::before {
  left: 134%;
  animation-delay: 0.24s;
}
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-12 {
  --color: #01ffff;
  left: 44.2%;
  width: 2.6%;
  animation-delay: 0.24s;
}
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-12::before {
  left: 176%;
  animation-delay: 0.4s;
}
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-13 {
  --color: #ffc601;
  left: 51.7%;
  width: 0.5%;
  animation-delay: 0.32s;
}
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-13::before {
  left: 119%;
  animation-delay: 0.7s;
}
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-14 {
  --color: #ffc601;
  left: 52.1%;
  width: 1.8%;
  animation-delay: 0.57s;
}
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-14::before {
  left: 44%;
  animation-delay: 0.92s;
}
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-15 {
  --color: #0078fe;
  left: 53.8%;
  width: 2.3%;
  animation-delay: 1.83s;
}
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-15::before {
  left: 141%;
  animation-delay: 1.47s;
}
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-16 {
  --color: #0080ff;
  left: 57.2%;
  width: 2%;
  animation-delay: 1.93s;
}
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-16::before {
  left: 129%;
  animation-delay: 0.05s;
}
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-17 {
  --color: #ffae01;
  left: 62.3%;
  width: 2.9%;
  animation-delay: 1.33s;
}
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-17::before {
  left: 43%;
  animation-delay: 1.81s;
}
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-18 {
  --color: #ff00bf;
  left: 65.8%;
  width: 1.7%;
  animation-delay: 1.7s;
}
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-18::before {
  left: 64%;
  animation-delay: 0.59s;
}
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-19 {
  --color: #a601f4;
  left: 72.8%;
  width: 0.8%;
  animation-delay: 1.47s;
}
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-19::before {
  left: 77%;
  animation-delay: 1.96s;
}
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-20 {
  --color: #f30b34;
  left: 74.3%;
  width: 2%;
  animation-delay: 0.37s;
}
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-20::before {
  left: 190%;
  animation-delay: 1.08s;
}
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-21 {
  --color: #ff00bf;
  left: 79.8%;
  width: 2%;
  animation-delay: 0.68s;
}
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-21::before {
  left: 134%;
  animation-delay: 1.12s;
}
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-22 {
  --color: #04fd8f;
  left: 78.2%;
  width: 2%;
  animation-delay: 1.98s;
}
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-22::before {
  left: 36%;
  animation-delay: 1.66s;
}
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-23 {
  --color: #01ffff;
  left: 78.5%;
  width: 2%;
  animation-delay: 1.92s;
}
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-23::before {
  left: 29%;
  animation-delay: 0.38s;
}
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-24 {
  --color: #a201ff;
  left: 85.3%;
  width: 1.1%;
  animation-delay: 0.48s;
}
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-24::before {
  left: 16%;
  animation-delay: 0.76s;
}
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-25 {
  --color: #ec0014;
  left: 86.9%;
  width: 1.1%;
  animation-delay: 1.99s;
}
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-25::before {
  left: 136%;
  animation-delay: 1.6s;
}
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-26 {
  --color: #0078fe;
  left: 88.8%;
  width: 2%;
  animation-delay: 1.25s;
}
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-26::before {
  left: 40%;
  animation-delay: 0.28s;
}
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-27 {
  --color: #ff0036;
  left: 92.4%;
  width: 2.4%;
  animation-delay: 0.59s;
}
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-27::before {
  left: 65%;
  animation-delay: 0.26s;
}
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-28 {
  --color: #06f98c;
  left: 96.2%;
  width: 2.1%;
  animation-delay: 1.23s;
}
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-28::before {
  left: 115%;
  animation-delay: 0.15s;
}
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-1,
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-3,
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-5,
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-7,
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-9,
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-11,
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-13,
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-15,
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-17,
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-19,
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-21,
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-23,
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-25,
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-27 {
  animation-name: lumieres-moving-left;
  animation-duration: 5s;
  animation-fill-mode: forwards;
}
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-1::before,
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-3::before,
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-5::before,
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-7::before,
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-9::before,
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-11::before,
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-13::before,
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-15::before,
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-17::before,
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-19::before,
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-21::before,
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-23::before,
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-25::before,
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-27::before {
  animation-name: lumieres-moving-left;
  animation-duration: 5.5s;
}
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-2,
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-4,
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-6,
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-8,
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-10,
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-12,
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-14,
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-16,
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-18,
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-20,
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-22,
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-24,
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-26,
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-28 {
  animation-name: lumieres-moving-right;
  animation-duration: 5s;
  animation-fill-mode: forwards;
}
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-2::before,
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-4::before,
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-6::before,
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-8::before,
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-10::before,
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-12::before,
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-14::before,
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-16::before,
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-18::before,
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-20::before,
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-22::before,
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-24::before,
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-26::before,
#n-container netflixintro [class*=helper-] .effect-lumieres .lamp-28::before {
  animation-name: lumieres-moving-right;
  animation-duration: 5.5s;
}

@keyframes brush-moving {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes fading-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes lumieres-moving-right {
  0% {
    transform: translate(0);
  }
  40% {
    transform: translate(-10px) scaleX(1);
  }
  50% {
    transform: translate(-60px);
  }
  100% {
    transform: translate(-120px) scaleX(3);
  }
}
@keyframes lumieres-moving-left {
  0% {
    transform: translate(0);
  }
  40% {
    transform: translate(10px) scaleX(1);
  }
  50% {
    transform: translate(60px);
  }
  100% {
    transform: translate(120px) scaleX(3);
  }
}
@keyframes zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(15);
  }
}
@keyframes showing-lumieres {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fading-lumieres-box {
  0% {
    background-color: rgba(228, 9, 19, 0.5);
  }
  100% {
    background-color: rgba(228, 9, 19, 0);
  }
}

#second-body, #choose-div {
  background: black;
  height: 100%;
  width: 100%;
}

#second-body, #choose-div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.phone {
  height: 50px;
  width: 100px;
  border: 3px solid white;
  border-radius: 10px;
  animation: rotate 1.5s ease-in-out infinite alternate;
  /* display: none; */
}

.message {
  color: white;
  font-size: 1em;
  margin-top: 40px;
  /* display: none; */
}

@keyframes rotate {
  0% {
		transform: rotate(0deg)
	}
	50% {
		transform: rotate(-90deg)
	}
	100% {
		transform: rotate(-90deg)
	}
}


/* Portrait orientation */
@media screen and (orientation: portrait) {
  #second-body {
    display: none;
  }
  #choose-div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  main#youtube{
    display: none;
  }
  #main {
    margin-top: 40px;
    display: block;
  }
  .logo {
    margin-left: 30px !important;
  }
  .wrapper {
    margin-top: 50px !important;
  }
}

#main {
  display: block;
  padding-top: 10px;
}
/* Landscape orientation */
@media screen and (orientation: landscape) {
  main#second-body {
    display: none;
  }
  #main {
    display: block;
  }
  #series {
    margin-left: -5px;
    margin-top: 20px;
    display: inline-block;
  }
}

#page {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body.eng .eng{
  display: inherit;
}
body.eng .jpn{
  display: none;
}
body.eng .tlg{
  display: none;
}

body.jpn .jpn{
  display: inherit;
}
body.jpn .eng{
  display: none;
}
body.jpn .tlg{
  display: none;
}


body.tlg .tlg{
  display: inherit;
}
body.tlg .jpn{
  display: none;
}
body.tlg .eng{
  display: none;
}