body {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.2rem;
}

.all-section {
  background-image: linear-gradient(100deg, #333, #dd1818);
  padding-top: 96px;
  padding-bottom: 96px;
}

.all-section.hero-section {
  background-image: none;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.all-section.movies-section {
  padding-top: 48px;
  overflow: hidden;
}

.all-section.series-section {
  padding-top: 48px;
}

.all-section.cta-section {
  background-image: none;
  justify-content: center;
  align-items: center;
  height: 990px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-one {
  color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Space Grotesk, sans-serif;
  font-size: 3rem;
  line-height: 3.5rem;
}

.heading-one.hero-h1-big-width {
  max-width: 648px;
}

.heading-one.hero-h1-small-width {
  max-width: 450px;
}

.heading-two {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 2.5rem;
  line-height: 3rem;
}

.heading-two.cta-heading {
  width: 660px;
}

.heading-three {
  color: #fff;
  font-family: Space Grotesk, sans-serif;
  font-size: 2.5rem;
  line-height: 3rem;
}

.heading-four {
  color: #fff;
  font-family: Space Grotesk, sans-serif;
  font-size: 2rem;
  line-height: 2.6rem;
}

.heading-five {
  color: #fff;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
}

.heading-five.is-black-heading {
  color: #000;
  max-width: none;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-right: 0;
  padding-right: 0;
}

.paragraph {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.2rem;
}

.big-button {
  background-color: #d12b2b;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 196px;
  height: 54px;
  margin-top: 24px;
  text-decoration: none;
  display: flex;
}

.big-button.is-big {
  height: 54px;
}

.button-text {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.medium-button {
  background-color: #d12b2b;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 156px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.medium-button.is-white-btn {
  background-color: #fff;
}

.medium-button.is-ms {
  transition: all .25s;
}

.medium-button.is-ms:hover {
  transform: scale(1.05);
}

.button-text-small {
  color: #fff;
  font-size: 18px;
}

.button-text-small.is-red-text {
  color: #d12b2b;
}

.div-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.meta-tag-big {
  border: 1px solid #d3c8c8;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 40px;
  display: flex;
}

.meta-tag-medium {
  border: 1px solid #d3c8c8;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 40px;
  display: flex;
}

.meta-tag-text {
  color: #d3c8c8;
  font-size: 1rem;
}

.meta-link {
  color: #fff;
  border: 1px #8f7c7c;
  font-size: 1rem;
  line-height: 1.2rem;
}

.div-block-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.container {
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.container.hero-container {
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  display: flex;
}

.container.cta-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.movies-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.margin-top {
  margin-top: 48px;
}

.swiper.swiper-hero {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.swiper.movies-swiper {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 48px;
  margin-bottom: 96px;
  display: block;
  overflow: visible;
}

.swiper-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.swiper-wrapper.movies-swiper-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: stretch;
}

.swiper-slide.hero-swiper-slide {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  display: flex;
  position: relative;
}

.swiper-slide.movies-card {
  flex: none;
  width: 95px;
  height: 520px;
  position: relative;
}

.swiper-slide.movies-card.margin-top-card {
  margin-top: 60px;
}

.hero-image-big {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.hero-content {
  z-index: 1000;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0%;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 30% 0% 0%;
}

.hero-paragraph {
  max-width: 400px;
  margin-bottom: 0;
}

.overlay-100vh {
  z-index: 500;
  background-color: #0000004d;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.navbar {
  background-color: #ddd0;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-logo.in-menu {
  display: none;
}

.nav-link {
  color: #fff;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.nav-link:visited {
  color: #fff;
}

.movies-slider-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: clip;
}

.poster-overlay {
  opacity: 0;
  background-color: #0000008c;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.poster-text {
  color: #fff;
  text-align: center;
  font-family: Space Grotesk, sans-serif;
  font-size: 2rem;
  line-height: 2rem;
  text-decoration: none;
}

.movies-paragraph, .series-paragraph {
  text-align: center;
  margin-top: 24px;
}

.series-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.series-card {
  border-radius: 10px;
  flex: 0 auto;
  width: 856px;
  height: 120px;
  transition: height .25s;
  position: relative;
}

.series-card.small-margin {
  margin-left: 0%;
  transition: height .25s;
}

.series-card.small-margin.is-left-padding {
  margin-left: 48px;
}

.series-card.medium-margin {
  margin-left: 0%;
}

.series-card.medium-margin.is-right {
  margin-left: 0%;
  margin-right: 48px;
}

.series-card.is-left-padding {
  justify-content: center;
  align-items: center;
  margin-left: 48px;
  display: flex;
}

.series-card.is-right {
  margin-right: 48px;
}

.series-card-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.series-overlay {
  opacity: 0;
  background-color: #0000008c;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  transition: opacity .25s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.series-text {
  color: #fff;
  font-family: Space Grotesk, sans-serif;
  font-size: 2rem;
  line-height: 2rem;
  text-decoration: none;
}

.cta-content-wrapper {
  z-index: 200;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cta-paragraph {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 0;
}

.footer {
  background-color: #dd1818;
}

.big-container {
  max-width: 1880px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.footer-links-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 36px;
  display: flex;
}

.footer-link {
  color: #fff;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-decoration: none;
}

.footer-logo-wrapper {
  margin-top: 180px;
  margin-bottom: 12px;
}

.section-overlay {
  z-index: 100;
  background-color: #000000a6;
  width: 100vw;
  height: 990px;
  position: absolute;
  inset: 0%;
}

.hero-inner {
  flex-flow: column;
  width: 100%;
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.social-media-navbar {
  display: none;
}

.blog-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  margin-top: 72px;
  display: flex;
}

.blog-content-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.blog-small-heading.heading-two {
  text-align: left;
  margin-top: 16px;
}

.blog-small-paragraph {
  margin-top: 24px;
  margin-bottom: 36px;
}

.blog-page.all-section {
  padding-top: 0;
}

.wallpaper {
  width: 100vw;
  height: 100vh;
  margin-bottom: 48px;
  position: relative;
}

.meta-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-heading.heading-three {
  margin-top: 36px;
  margin-bottom: 0;
}

.blog-big-paragraph {
  margin-top: 24px;
  margin-bottom: 0;
}

.related-post {
  margin-top: 48px;
}

.rp-main-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rp-wrapper {
  color: #fff;
  text-decoration: none;
}

.rp-heading {
  margin-top: 0;
  margin-bottom: 0;
}

.rp-heading.heading-four {
  font-size: 1.8rem;
  line-height: 2.4rem;
}

.rp-meta-link {
  margin-top: 16px;
  margin-bottom: 16px;
}

.heading {
  display: block;
}

.rp-heading-big.heading-two {
  text-align: left;
  margin-top: 0;
  margin-bottom: 24px;
}

.code-embed {
  width: 100vw;
  height: 100vh;
  position: static;
  inset: 0% 0% auto;
}

.blog-overlay {
  background-color: #0006;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.blog-hero-content {
  z-index: 1000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 12%;
}

.blog-hero-heading {
  text-align: center;
  max-width: 900px;
}

.blog-hero-heading.heading-one {
  text-align: center;
  max-width: 951px;
}

.blog-paragraph-hero {
  text-align: center;
  max-width: 1000px;
  margin-bottom: 0;
}

.code-embed-2, .code-embed-3, .code-embed-4 {
  width: 100vw;
  height: 100vh;
}

.all-ms-section.all-section {
  padding-top: 150px;
}

.all-ms-main-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  place-content: flex-start;
  align-items: center;
  display: flex;
}

.ms-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 48%;
  height: 400px;
  padding-right: 8px;
  display: flex;
}

.ms-thumb-image {
  width: auto;
  min-width: auto;
  max-width: 50%;
  height: 100%;
}

.ms-content-wrapper {
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  max-width: 45%;
  height: 380px;
  display: flex;
}

.ms-paragraph {
  color: #000;
  min-width: 200px;
  max-width: 260px;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
}

.ms-heading-par-wrapp {
  padding-right: 0;
}

.ms-single-page.all-section {
  padding-top: 150px;
}

.ms-single-main-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.content-wrapper {
  width: 50%;
}

.meta-tag-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.meta-link-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 36px;
  display: flex;
}

.ms-single-paragraph {
  margin-bottom: 36px;
}

.ms-single-heading.heading-two {
  text-align: left;
  margin-top: 0;
  margin-bottom: 24px;
}

.preloader {
  opacity: 1;
  background-color: #dd1818;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
}

.preloader-logo {
  border: 1px #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: static;
  inset: 0% auto 0% -50%;
}

.navigation-pages-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.navigation-button {
  color: #fff;
  border: 1px solid #d3c8c8;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 12.5%;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.navigation-button.w--current {
  color: #fff;
  width: 12.5%;
}

.navigation-button.is-big {
  width: 12.5%;
}

.text-block {
  text-decoration: none;
}

.series-navigation-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.series-button {
  color: #fff;
  border: 1px solid #d3c8c8;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 12.5%;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.text {
  text-decoration: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

._404-section {
  background-color: #dd1818;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

._404-main-wrapper {
  justify-content: center;
  align-items: center;
  display: block;
}

.text-block-2 {
  font-size: 10rem;
  font-weight: 700;
}

.icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

._404-text-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

._404-heading {
  text-align: center;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 3rem;
  line-height: 3.5rem;
}

._404-paragraph {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 0;
}

@media screen and (min-width: 1280px) {
  .all-section.hero-section {
    overflow: hidden;
  }

  .container.movies-container {
    width: 100%;
    display: block;
  }

  .swiper.swiper-hero {
    overflow: visible;
  }

  .swiper-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .swiper-wrapper.movies-swiper-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: stretch;
  }

  .swiper-slide.movies-card {
    width: 120px;
  }

  .overlay-100vh {
    height: 100vh;
  }

  .series-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .series-card.small-margin.is-left-padding {
    margin-left: 15%;
  }

  .series-card.medium-margin.is-right {
    margin-left: 30%;
  }

  .series-card.is-right {
    margin-right: 0%;
  }

  .blog-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .all-ms-main-wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .ms-wrapper {
    width: 48.5%;
  }

  .ms-paragraph {
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .all-section.hero-section {
    height: 85vh;
  }

  .all-section.cta-section {
    height: 396px;
  }

  .heading-one {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .heading-two {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .big-button {
    width: 156px;
    height: 48px;
  }

  .big-button.is-big {
    width: 196px;
    height: 60px;
  }

  .container.movies-container {
    justify-content: center;
    align-items: flex-start;
  }

  .swiper.swiper-hero {
    height: 80vh;
  }

  .swiper.movies-swiper {
    width: 100%;
  }

  .swiper-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .swiper-wrapper.movies-swiper-wrapper {
    justify-content: flex-start;
    align-items: stretch;
  }

  .swiper-slide.movies-card {
    width: auto;
  }

  .hero-content {
    padding-bottom: 24px;
    inset: auto auto 0% 0%;
  }

  .overlay-100vh {
    height: 85vh;
  }

  .nav-logo-image {
    max-width: 90%;
  }

  .nav-link {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .series-wrapper {
    justify-content: center;
    align-items: center;
  }

  .series-card.medium-margin.is-right, .series-card.is-left-padding, .series-card.is-right {
    width: 700px;
  }

  .footer-link {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .image-wrapper {
    order: -9999;
  }

  .section-overlay {
    height: 619px;
  }

  .blog-wrapper {
    display: block;
  }

  .blog-content-wrapper {
    margin-top: 24px;
  }

  .blog-meta-tag {
    font-size: .8rem;
  }

  .rp-main-wrapper {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .rp-wrapper {
    flex: none;
  }

  .all-ms-section.all-section {
    padding-top: 120px;
  }

  .all-ms-main-wrapper {
    justify-content: center;
    align-items: center;
  }

  .ms-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 75%;
  }

  .ms-thumb-image, .ms-content-wrapper {
    width: 48%;
  }

  .ms-paragraph {
    min-width: auto;
    max-width: none;
  }

  .ms-heading-par-wrapp {
    padding-right: 12px;
  }

  .ms-single-page.all-section {
    padding-top: 120px;
  }

  .ms-single-main-wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .content-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: block;
  }

  .meta-tag-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .navigation-pages-wrapper {
    flex-flow: wrap;
    margin-bottom: 36px;
  }

  .navigation-button {
    color: #d12b2b;
    background-color: #fff;
    width: 23%;
  }

  .navigation-button.w--current {
    color: #d12b2b;
    background-color: #fff;
    flex-flow: row;
    width: 23%;
  }

  .navigation-button.is-big {
    width: 23%;
  }

  .text-block {
    font-weight: 400;
  }

  .series-navigation-wrapper {
    flex-flow: wrap;
    margin-bottom: 36px;
  }

  .series-button {
    color: #d12b2b;
    background-color: #fff;
    width: 23%;
  }

  .series-button.w--current {
    width: 23%;
  }

  ._404-heading {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .all-section.hero-section {
    height: 150vh;
  }

  .all-section.movies-section {
    padding-top: 24px;
    padding-bottom: 48px;
  }

  .heading-one {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .heading-two {
    text-align: center;
    font-size: 1.7rem;
    line-height: 2.2rem;
  }

  .heading-two.cta-heading {
    width: auto;
    max-width: 660px;
  }

  .button-text, .button-text-small.is-red-text {
    font-size: 1rem;
  }

  .meta-tag-text, .meta-link {
    font-size: .9rem;
  }

  .container.hero-container {
    padding-top: 12px;
  }

  .container.movies-container {
    justify-content: center;
    align-items: flex-start;
  }

  .swiper.swiper-hero {
    height: 60vh;
  }

  .swiper.movies-swiper {
    justify-content: center;
    align-items: center;
    margin-top: 24px;
    margin-bottom: 48px;
    display: block;
  }

  .swiper-wrapper.movies-swiper-wrapper {
    justify-content: flex-start;
    align-items: stretch;
  }

  .hero-paragraph {
    font-size: .9rem;
  }

  .overlay-100vh {
    height: 150vh;
  }

  .navbar {
    z-index: 3000;
    color: #fff;
    background-color: #652b2b00;
  }

  .nav-logo.in-menu {
    display: block;
  }

  .nav-logo-image {
    max-width: 80%;
  }

  .navigation {
    background-color: #f0070700;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .nav-link {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    font-size: 2rem;
    line-height: 2rem;
  }

  .movies-paragraph {
    text-align: center;
  }

  .series-card.small-margin.is-left-padding {
    margin-left: 0;
  }

  .series-card.medium-margin.is-right {
    margin-right: 0;
  }

  .series-card.is-left-padding {
    margin-left: 0;
  }

  .series-card.is-right {
    margin-right: 0;
  }

  .footer {
    padding-bottom: 48px;
  }

  .footer-link {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .footer-logo-wrapper {
    margin-top: 90px;
  }

  .section-overlay {
    height: 396px;
  }

  .icon {
    font-size: 3rem;
    line-height: 3rem;
  }

  .hamburger {
    background-color: #c8c8c800;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 0;
  }

  .hamburger.w--open {
    background-color: #c8c8c800;
  }

  .social-media-navbar {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 20px;
    display: flex;
  }

  .div-block-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .blog-small-paragraph {
    line-height: 1.4rem;
  }

  .all-ms-section.all-section {
    padding-top: 150px;
  }

  .ms-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 100%;
  }

  .ms-heading-par-wrapp {
    padding-right: 12px;
  }

  .ms-single-page.all-section {
    padding-top: 150px;
  }

  .ms-single-paragraph {
    margin-bottom: 24px;
  }

  .navigation-pages-wrapper {
    flex-flow: wrap;
    place-content: stretch center;
    align-items: center;
    margin-bottom: 24px;
  }

  .navigation-button {
    justify-content: center;
    align-items: center;
    width: 23%;
  }

  .navigation-button.w--current, .navigation-button.is-big {
    width: 23%;
  }

  .series-navigation-wrapper {
    margin-bottom: 24px;
  }

  ._404-icon {
    width: 20%;
    max-width: 100%;
  }

  .text-block-2 {
    font-size: 7rem;
    line-height: 7rem;
  }

  ._404-text-wrapper {
    margin-top: 12px;
  }

  ._404-heading {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  ._404-paragraph {
    margin-top: 12px;
  }
}

@media screen and (max-width: 479px) {
  .all-section.hero-section {
    height: 100svh;
  }

  .heading-five.is-black-heading {
    margin-top: 0;
  }

  .medium-button.is-ms {
    margin-bottom: 16px;
  }

  .button-text-small.is-red-text {
    font-size: 1rem;
  }

  .meta-tag-text {
    font-size: .8rem;
  }

  .swiper.movies-swiper {
    overflow: visible;
  }

  .overlay-100vh {
    height: 100svh;
  }

  .nav-logo-image {
    max-width: 75%;
  }

  .all-ms-section.all-section {
    padding-top: 120px;
  }

  .ms-wrapper {
    flex-flow: column;
    height: auto;
    min-height: 550px;
    max-height: 750px;
    padding-right: 0;
  }

  .ms-thumb-image {
    width: 100%;
    min-width: auto;
    max-width: 100%;
    height: auto;
  }

  .ms-content-wrapper {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .ms-heading-par-wrapp {
    margin-bottom: 16px;
  }

  .ms-single-page.all-section {
    padding-top: 120px;
  }

  .logo-pre {
    max-width: 90%;
  }

  .navigation-button, .navigation-button.w--current, .navigation-button.is-big, .series-button, .series-button.w--current {
    width: 40%;
  }

  .text-block-2 {
    font-size: 5rem;
    line-height: 5rem;
  }

  ._404-heading {
    text-align: center;
  }
}


