:root {
  --indigo-4: #39024c;
  --indigo: #492786;
  --dim-grey: #6b6080;
  --medium-purple: #a08fbf;
  --plum: #cbc1de;
  --indian-red: #c8553d;
  --medium-blue: #4d0eac;
  --blue-violet: #753bcc;
  --dark-grey: #ab9bb3;
  --linen: #f8f0e5;
  --indigo-2: #40158f;
  --khaki: #efd562;
  --midnight-blue: #1e0f3b;
  --brown: #703d42;
  --blue: #540dd4;
  --black: #08050d;
  --indigo-3: #2f0362;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  background-color: var(--indigo-4);
  color: #fff;
  font-family: Roboto;
  font-size: 1rem;
}

h1 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gantari, sans-serif;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gantari, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
}

strong {
  font-size: 2rem;
  font-weight: 700;
}

.body {
  background-color: var(--indigo);
  color: #fff;
  font-family: Roboto;
  font-size: 1rem;
}

.navbar1_menu-button {
  padding: 0;
}

.navbar1_logo-link {
  color: #fff;
  padding-left: 0;
}

.padding-global {
  padding-left: 0%;
  padding-right: 0%;
}

.text-size-regular {
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  text-transform: capitalize;
  font-size: 1rem;
}

.footer3_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.icon-embed-xsmall {
  color: #fff;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
}

.footer3_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.line-divider {
  background-color: #6b6080;
  width: 100%;
  height: 1px;
}

.line-divider.dotted {
  border: 1px dashed var(--dim-grey);
  opacity: .35;
  background-color: #0000;
}

.footer3_top-wrapper {
  grid-column-gap: 0vw;
  border-bottom: 1px solid var(--dim-grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  justify-content: space-between;
  place-items: center start;
  padding-bottom: 1.5rem;
  display: flex;
}

.container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.footer3_credit-text {
  color: var(--medium-purple);
  font-size: .8125rem;
  font-weight: 400;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.footer3_bottom-wrapper {
  border-top: 1px none var(--medium-purple);
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 0;
  display: flex;
}

.logo-container {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.logo_wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4rem;
  display: flex;
}

.pbs_nova_logo, .pbs_nova_logo.now-this {
  object-fit: cover;
}

.hero-text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column wrap;
  align-items: flex-start;
  max-width: 25rem;
  display: flex;
}

.portfolio11_item {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.portfolio11_image-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding-top: 0%;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 20px -3px #000000bf;
}

.heading-style-h5-3 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.work-container {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.portfolio11_image-link {
  width: 100%;
  margin-bottom: 1.5rem;
}

.portfolio11_title-link {
  color: #fff;
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.image-hover-effect {
  object-fit: cover;
  border: 1px solid #fff;
  border-radius: 10px;
  display: block;
}

.footer-right-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: Gantari, sans-serif;
  text-decoration: none;
  display: flex;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
}

.gif {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block-6 {
  direction: ltr;
  white-space: nowrap;
  font-size: 25px;
  line-height: 110%;
}

.navbar1_component-3 {
  color: #fff;
  background-color: #0000;
  align-items: center;
  width: 100%;
  max-width: 1312px;
  height: auto;
  min-height: 4.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.navbar1_menu-2 {
  align-items: center;
  display: flex;
  position: static;
}

.navbar1_menu-2.is-page-height-tablet {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
}

.navbar1_link-3 {
  color: #fff;
  padding: .5rem 1rem;
  font-size: 16px;
}

.navbar1_link-3.w--current {
  color: #fff;
}

.navbar1_container-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero {
  z-index: 5;
  padding-top: 8rem;
  padding-bottom: 3.5rem;
  position: relative;
}

.hero-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-image-wrapper {
  flex-direction: column;
  width: 21rem;
}

.page-wrapper {
  z-index: 1;
}

.logo-image {
  height: 3rem;
}

.logo-text {
  color: #fff;
  text-transform: uppercase;
  font-family: Gantari, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.hero-left-container-left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.work {
  z-index: 1;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  padding-bottom: 4rem;
  position: relative;
}

.work.cinema, .work.doc {
  padding-top: 4rem;
}

.title-wrapper {
  z-index: 1;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.bodytext-normal {
  text-align: left;
  font-family: Gantari, sans-serif;
  line-height: 1.5;
}

.bodytext-normal.grey {
  color: var(--plum);
}

.video-thumbnail-wrapper {
  width: 100%;
  overflow: hidden;
}

.video-thumbnail {
  justify-content: center;
  padding-bottom: 56.25%;
  display: flex;
  position: relative;
}

.video-thumbnail-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.video-thumbnail-image.home {
  border-radius: 0;
}

.video-title {
  color: #fff;
  text-align: left;
  letter-spacing: -.01em;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
}

.play-lottie {
  opacity: .6;
  width: 10rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.play-lottie.social {
  width: auto;
  max-width: 10rem;
}

.work-block {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.work-block.explainers, .work-block.social {
  padding-top: 0;
}

.nav-container {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  position: relative;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu.dropdown {
  padding-left: 0;
}

.nsv-logo {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.navlink {
  color: #fff;
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-family: Gantari, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s cubic-bezier(.165, .84, .44, 1);
  display: block;
}

.navlink:hover, .navlink.w--current {
  color: var(--indian-red);
}

.eclipse-blur {
  z-index: -5;
  filter: blur(50px);
  background-color: #e83572;
  border-radius: 680px;
  width: 40rem;
  height: 40rem;
  display: none;
  position: absolute;
  inset: 0% 76% auto auto;
}

.eclipse-blur.work {
  background-color: var(--indian-red);
  opacity: .3;
  width: 40rem;
  height: 40rem;
  line-height: 1.5px;
  top: -14%;
  right: 3%;
}

.footer-container {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.logo {
  z-index: 1;
  padding-top: 4rem;
  padding-bottom: 2rem;
  position: relative;
}

.work-item {
  color: #fff;
  background-color: #40158f80;
  border-radius: .75rem;
  flex-direction: column;
  align-items: flex-start;
  font-family: Gantari, sans-serif;
  transition: all 1s cubic-bezier(.117, .539, .099, 1.007);
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 16px #10081f4d;
}

.work-item:hover {
  color: #000;
  background-color: #c8553d33;
  transform: scale(1.01);
}

.footer3_credit-text-2 {
  color: #a08fbf;
  font-family: Gantari, sans-serif;
  font-size: .8125rem;
  font-weight: 400;
}

.footer3_bottom-wrapper-2 {
  border-top: 1px #a08fbf;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 0;
  display: flex;
}

.image-8 {
  opacity: .8;
  border-radius: 100%;
  width: 60px;
  height: auto;
}

.secondary-button {
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: .75rem;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
}

.secondary-button:hover {
  border-color: var(--medium-purple);
  background-color: var(--medium-blue);
  box-shadow: 0 0 15px #4d0eac;
}

.secondary-button.is-hidden {
  display: none;
}

.role-text {
  color: var(--plum);
  text-align: left;
  max-width: 22rem;
  font-family: Gantari, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.4;
}

.navbar-section {
  z-index: 999;
  background-color: #380362;
  flex-direction: row;
  align-items: center;
  height: 4.5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.footer-new {
  z-index: 2;
  flex-direction: column;
  align-items: stretch;
  padding-top: 4rem;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

.line-divider-2 {
  background-color: #a08fbf;
  width: 100%;
  height: 1px;
}

.lightbox-link-3 {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.background-blur {
  z-index: -1;
  opacity: .2;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: #120033;
  background-image: linear-gradient(61deg, #441d8b, #871bcf);
  border-radius: 1rem;
  position: absolute;
  inset: 0%;
}

.container-large-new {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.section_big {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  position: relative;
  overflow: hidden;
}

.copy-me {
  display: none;
}

.star-animation {
  position: absolute;
  inset: 0%;
}

.noise-overlay {
  z-index: 0;
  opacity: .2;
  background-image: url('../images/650970ce105ed707233d3c93_60faf96692616d7217c80fe9_noise-transparent-intense.png');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: 250px 250px;
  display: none;
  position: absolute;
  inset: 0%;
}

.shape-6 {
  background-color: #6b26af;
  border-radius: 999em;
  width: 66em;
  height: 60em;
  margin-left: auto;
  position: absolute;
  top: -14.2em;
  right: -25em;
  transform: rotate(60deg);
}

.shape-2 {
  background-color: #862752;
  border-radius: 999em;
  width: 43em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -20em;
  left: auto;
  right: -24px;
}

.main-shapes-wrapper {
  filter: blur(120px);
}

.blending-group-wrapper {
  z-index: 1;
  filter: blur(120px);
  mix-blend-mode: overlay;
}

.background-noise {
  opacity: .3;
  background-image: url('../images/650970ce105ed707233d3c93_60faf96692616d7217c80fe9_noise-transparent-intense.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.background-noise.nav {
  display: none;
}

.shape-4 {
  background-color: #b9a1a1;
  border-radius: 999em;
  width: 65em;
  height: 40em;
  margin-left: auto;
  position: absolute;
  top: -11.3em;
  left: 0;
  transform: rotate(40deg);
}

.ultra-gradient-wrapper {
  background-color: var(--indigo-4);
  justify-content: center;
  align-items: flex-start;
  font-size: 1vw;
  line-height: 1.4px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.shape-1 {
  background-color: #ff5088;
  border-radius: 999em;
  width: 40em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -24.7em;
  left: 0;
  right: 0;
}

.shape-8 {
  background-color: #ff5c5f;
  border-radius: 999em;
  width: 47em;
  height: 119em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 18.9rem;
  left: 18.3em;
  right: 0;
  transform: rotate(29deg);
}

.section-ultra-gradients {
  z-index: -1;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.shape-9 {
  background-color: #fdff96;
  border-radius: 999em;
  width: 30em;
  height: 119em;
  position: absolute;
  top: -9.5em;
  right: 1.2em;
  transform: rotate(39deg);
}

.shape-7 {
  background-color: #fff;
  border-radius: 999em;
  width: 20em;
  height: 13em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: .3em;
  left: 0;
  right: -23.9em;
  transform: rotate(40deg);
}

.shape-5 {
  background-color: #926f22;
  border-radius: 999em;
  width: 30em;
  height: 30em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -17.3em;
  left: 0;
  right: 0;
}

.shape-3 {
  background-color: #35005d;
  border-radius: 999em;
  width: 53em;
  height: 100em;
  position: absolute;
  top: -19.8em;
  left: -26em;
  right: 0;
  transform: rotate(-28deg);
}

.video {
  z-index: 5;
  padding-top: 4.5rem;
}

.bg-video-container {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.bg-video-wrapper {
  z-index: 1;
  padding-bottom: 25%;
  position: relative;
  overflow: hidden;
}

.bg-video-wrapper.new {
  width: 100%;
  height: 20rem;
  padding-bottom: 0%;
}

.page-title {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.video-overlay {
  background-color: #13032266;
  display: none;
  position: absolute;
  inset: 0%;
}

.work-item-copy {
  border: 2px solid var(--blue-violet);
  background-color: #f8f0e533;
  border-radius: .75rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 1rem;
  transition: all 1s cubic-bezier(.117, .539, .099, 1.007);
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 16px #10081f4d;
}

.work-item-copy:hover {
  background-color: #c8553d1a;
  border-color: #c8553d33;
  transform: scale(1.01);
}

.work-item-copy.explainers {
  box-shadow: none;
  background-color: #0000;
  border-style: none;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0;
  overflow: visible;
}

.work-item-copy.cinema {
  grid-column-gap: 0rem;
  grid-row-gap: .5rem;
  box-shadow: none;
  background-color: #0000;
  border-style: none;
  flex-direction: column-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 0;
  overflow: visible;
}

.work-item-copy.docmentaries {
  background-color: #2f036266;
  border-color: #3d0480;
  padding: 2rem;
}

.work-item-copy.docmentaries:hover {
  background-color: #c8553d1a;
  border-color: #c8553d33;
}

.work-item-copy.explainers {
  grid-column-gap: 0rem;
  grid-row-gap: .5rem;
  box-shadow: none;
  background-color: #0000;
  border-style: none;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 0;
  overflow: visible;
}

.work-item-copy.series {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  box-shadow: none;
  background-color: #0000;
  border-style: none;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.work-item-copy.social {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  box-shadow: none;
  background-color: #0000;
  border-style: none;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.work-item-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-self: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.work-item-wrapper.cinema {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.work-item-wrapper.explainers {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.work-item-wrapper.social {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
}

.project-title {
  direction: ltr;
  color: #fff;
  text-align: left;
  letter-spacing: -.01em;
  overflow-wrap: break-word;
  font-family: Gantari, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.project-title.explainers {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--dim-grey) #6b6080 #6b6080;
  text-align: center;
  padding-bottom: .5rem;
  font-size: 2.25rem;
}

.project-title.series {
  text-align: left;
  font-size: 2.25rem;
}

.video-description {
  color: var(--plum);
  text-align: left;
  font-family: Gantari, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

.video-description.cinema {
  color: var(--plum);
  max-width: 80%;
}

.video-description.explainers {
  color: var(--dark-grey);
  padding-bottom: 0;
}

.video-description.explainers.is-white {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--dim-grey) black black;
  color: var(--linen);
  max-width: 30rem;
  padding-top: .5rem;
  overflow: hidden;
}

.video-description.explainers {
  color: var(--plum);
  text-align: center;
  max-width: 35rem;
}

.video-description.explainers.underline {
  border: 1px #000;
  max-width: none;
}

.video-description.series {
  color: var(--dark-grey);
  text-align: left;
  max-width: 35rem;
  padding-bottom: 0;
}

.video-description.series.is-white {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--dim-grey) black black;
  color: var(--linen);
  text-align: left;
  max-width: none;
  padding-top: .5rem;
  overflow: hidden;
}

.video-description.is-white {
  color: #fff;
}

.video-description.social {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--dim-grey) black black;
  padding-top: .5rem;
}

.body-text-small {
  font-family: Gantari, sans-serif;
  font-size: .875rem;
}

.body-text-small.grey {
  color: var(--plum);
  font-weight: 600;
}

.shape-8-copy {
  background-color: #ff3e95;
  border-radius: 999em;
  width: 47em;
  height: 119em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 18.9rem;
  left: 18.3em;
  right: 0;
  transform: rotate(29deg);
}

.shape-9-copy {
  background-color: #fdff96;
  border-radius: 999em;
  width: 30em;
  height: 119em;
  position: absolute;
  top: 37.3em;
  right: 1.2em;
  transform: rotate(39deg);
}

.shape-8-copy-copy {
  background-color: #ff4b72;
  border-radius: 999em;
  width: 47em;
  height: 119em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 83.9rem;
  left: 18.3em;
  right: 0;
  transform: rotate(29deg);
}

.main-shapes-wrapper-copy {
  filter: blur(120px);
}

.shape-3-copy {
  background-color: #35005d;
  border-radius: 999em;
  width: 53em;
  height: 100em;
  position: absolute;
  top: 31em;
  left: -26em;
  right: 0;
  transform: rotate(-28deg);
}

.shape-2-copy {
  background-color: #862752;
  border-radius: 999em;
  width: 43em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 15em;
  left: auto;
  right: 65rem;
}

.shape-1-copy {
  background-color: #ff5088;
  border-radius: 999em;
  width: 40em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 9em;
  left: auto;
  right: 75rem;
}

.video-thumbnail-wrapper-copy {
  border: 2px solid var(--blue-violet);
  border-radius: .75rem;
  width: 60%;
  overflow: hidden;
  box-shadow: 0 5px 16px #10081f;
}

.video-thumbnail-wrapper-copy.doc {
  box-shadow: none;
  border-style: none;
  width: 55%;
}

.video-thumbnail-wrapper-copy.cinema {
  box-shadow: none;
  width: 100%;
}

.video-thumbnail-wrapper-copy.explainers {
  box-shadow: none;
  width: 50%;
}

.video-thumbnail-wrapper-copy.series, .video-thumbnail-wrapper-copy.series-copy {
  box-shadow: none;
  width: 100%;
}

.video-link-copy {
  justify-content: center;
  height: 100%;
  padding-bottom: 56.25%;
  display: flex;
  position: relative;
}

.video-link-copy.social-snapchat {
  width: 100%;
  padding-bottom: 177.78%;
}

.video-text-wrapper-copy {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-right: 2rem;
  text-decoration: none;
  display: flex;
}

.video-text-wrapper-copy.cinema {
  justify-content: flex-start;
  padding-right: 0;
}

.video-text-wrapper-copy.explainers {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 1rem;
  padding-right: 0;
}

.video-text-wrapper-copy.series {
  flex: 0 auto;
  width: 40%;
  padding-bottom: 1rem;
  padding-right: 0;
}

.video-text-wrapper-copy.social {
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-right: 0;
}

.video-link {
  z-index: 1;
  display: none;
  position: absolute;
  inset: 0%;
}

.video-link.show {
  width: 100%;
  height: 100%;
  display: block;
}

.video-text-wrapper-home {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: .25rem 1rem .75rem;
  text-decoration: none;
  display: flex;
}

.thumbnail-overlay {
  z-index: -1;
  background-color: #0c03144d;
  display: none;
  position: absolute;
  inset: 0%;
}

.play-pause-button {
  z-index: 2;
}

.bodytext-large {
  text-align: left;
  font-family: Gantari, sans-serif;
  font-size: 1.25rem;
  line-height: 1;
}

.bodytext-large.text-weight-semibold {
  font-weight: 600;
  line-height: 1.3;
}

.navmenu-wrapper, .menu-icon {
  display: none;
}

.navbar-section-copy {
  z-index: 999;
  background-color: var(--khaki);
  height: 1.65rem;
}

.nav-menu-copy {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.camera-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  display: flex;
}

.camera-model-wrapper {
  border: 1px solid var(--plum);
  border-radius: .5rem;
  padding: .25rem .5rem;
}

.screenhots-wrapper {
  width: 100%;
  overflow: hidden;
}

.screenhots-wrapper.explainers {
  width: 30%;
}

.screenhots-wrapper.series {
  width: 100%;
}

.ss-content-wrapper {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-bottom: 20%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ss-content-wrapper.series {
  padding-bottom: 28%;
}

.ss-1 {
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ss-content-1 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.image-10 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.ss-lightbox {
  width: 100%;
  height: 100%;
}

.ss-lightbox.hide {
  display: none;
}

.ss-content-2, .ss-content-3, .ss-content-4, .ss-content-5, .ss-content-6, .ss-content-7, .ss-content-8 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.bottom-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  display: flex;
}

.ss-content-explainers-9, .ss-content-explainers-2, .ss-content-explainers-1, .ss-content-explainers-3, .ss-content-explainers-4, .ss-content-explainers-5, .ss-content-explainers-6, .ss-content-explainers-7, .ss-content-explainers-8 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.shape-8-copy-copy-copy {
  background-color: #ff4b72;
  border-radius: 999em;
  width: 47em;
  height: 119em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 199rem 0 141px 18.3em;
  transform: rotate(-13deg);
}

.shape-8-copy-copy-copy-copy {
  transform-style: preserve-3d;
  background-color: #ff4b72;
  border-radius: 999em;
  width: 100em;
  height: 100em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 369.2rem;
  left: -29.6em;
  right: 0;
  transform: rotateX(0)rotateY(-180deg)rotateZ(-30deg);
}

.right-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  width: 40%;
  display: flex;
}

.ss-content-seies {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.ss-title {
  text-align: left;
  width: 50%;
  font-family: Gantari, sans-serif;
  font-size: .875rem;
}

.ss-title.social {
  width: auto;
}

.ss-title-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.video-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.video-wrapper.social {
  flex-direction: row;
}

.ss-title-main {
  text-align: left;
  margin-top: -.5rem;
  font-family: Gantari, sans-serif;
  font-size: 1.125rem;
}

.ss-title-main.social {
  margin-top: 0;
  font-size: 1rem;
}

.image-11 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.video-description-2 {
  color: #baa6de;
  text-align: left;
  font-family: Gantari, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

.video-description-2.series {
  color: #fff;
  text-align: left;
  padding-bottom: 0;
}

.video-description-2.series.is-white {
  color: #f8f0e5;
  text-align: left;
  border: 1px #000;
  border-top: 1px solid #6b6080;
  border-bottom-color: #6b6080;
  max-width: 100%;
  padding-top: .5rem;
  overflow: hidden;
}

.video-description-2.series {
  color: #baa6de;
  text-align: center;
  text-align: center;
  max-width: 35rem;
}

.video-thumbnail-wrapper-copy-2 {
  border: 2px solid #753bcc;
  border-radius: .75rem;
  width: 60%;
  overflow: hidden;
  box-shadow: 0 5px 16px #10081f;
}

.shape-8-copy-copy-copy-3 {
  background-color: #ff4b72;
  border-radius: 999em;
  width: 47em;
  height: 119em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 199rem;
  left: 18.3em;
  right: 0;
  transform: rotate(-13deg);
}

.right-content-copy {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  width: 40%;
}

.right-content-copy.vertical {
  width: 50%;
}

.video-with-title {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.video-with-title.social {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.media-type {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .5rem;
  line-height: 1.3px;
  display: flex;
}

.media-name {
  font-family: Gantari, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.media-icon {
  width: 2.5rem;
  height: auto;
}

.media-icon.tiktok {
  width: 3rem;
}

.work-item-social {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  display: flex;
}

.ss-content-seies-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.spacer {
  width: 100vw;
  height: 1.35rem;
}

.navbar1_component {
  background-color: #380362;
  border-bottom: 1px solid #0000;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  position: fixed;
}

.navbar1_menu-button-2 {
  padding: 0;
}

.navbar1_link {
  color: #fff;
  padding: .5rem 1rem;
}

.navbar1_link.w--current {
  color: #0000;
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar1_logo-link-2 {
  padding-left: 0;
}

.nav-logo {
  color: #fff;
  text-transform: uppercase;
  font-family: Gantari, sans-serif;
  text-decoration: none;
}

.noise-overlay-copy {
  z-index: 0;
  opacity: .2;
  background-image: url('../images/650970ce105ed707233d3c93_60faf96692616d7217c80fe9_noise-transparent-intense.png');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: 250px 250px;
  display: none;
  position: absolute;
  inset: 0%;
}

.background-noise-nav {
  opacity: .3;
  background-image: url('../images/650970ce105ed707233d3c93_60faf96692616d7217c80fe9_noise-transparent-intense.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.background-noise-nav.nav {
  display: none;
}

.play-lottie-copy {
  opacity: .6;
  width: 10rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.play-lottie-copy.social {
  width: auto;
  max-width: 10rem;
}

.div-block {
  position: relative;
}

.video-image {
  z-index: 9999;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

@media screen and (min-width: 1920px) {
  .body {
    background-image: repeating-linear-gradient(89deg, #45316680, #b2646d 62%, #310080);
    font-size: 20px;
  }

  .navbar1_component-3 {
    background-color: #3339;
    max-width: 1670px;
  }
}

@media screen and (max-width: 991px) {
  .navbar1_menu-button.w--open {
    background-color: #0000;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer3_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    padding-bottom: 1rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-container {
    grid-column-gap: 4.5rem;
    grid-row-gap: 4.5rem;
    flex-wrap: nowrap;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .logo_wrapper {
    object-fit: cover;
    height: 2.5rem;
  }

  .logo_wrapper.gizmodo {
    justify-content: center;
    width: 170%;
  }

  .pbs_nova_logo.nbc {
    max-width: 90%;
  }

  .pbs_nova_logo.now-this {
    max-width: 70%;
  }

  .menu-icon1-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .hero-text-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    max-width: 30rem;
  }

  .navbar1_menu-2 {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu-2.is-page-height-tablet {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: #380362;
    width: 100vw;
    height: 100dvh;
    padding: 6rem 2rem;
    transition: height .5s;
    position: fixed;
    inset: 0%;
  }

  .menu-icon_line-middle-inner-2 {
    background-color: #000;
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-top-2 {
    color: #000;
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-bottom-2 {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_link-3 {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar1_container-3 {
    background-color: #0000;
    display: none;
  }

  .menu-icon1_line-middle-2 {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .hero {
    padding-top: 8rem;
  }

  .work {
    width: auto;
  }

  .work.cinema, .work.doc {
    padding-top: 2rem;
  }

  .work.series, .work.social {
    padding-top: 1rem;
  }

  .video-thumbnail {
    width: 100%;
  }

  .play-lottie.social {
    width: auto;
    max-width: 10rem;
  }

  .nav-container {
    align-items: stretch;
    padding-left: 2rem;
    padding-right: 1.75rem;
  }

  .nav-menu {
    display: none;
  }

  .nav-menu.dropdown {
    z-index: 998;
    z-index: 998;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    z-index: 998;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
    position: relative;
  }

  .navlink {
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.5rem;
    display: flex;
  }

  .footer-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .work-item:hover {
    transform: none;
  }

  .container-large-new {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .noise-overlay.nav {
    display: block;
  }

  .blending-group-wrapper {
    margin-left: -4em;
  }

  .background-noise.nav {
    display: block;
  }

  .shape-4 {
    top: 22em;
  }

  .ultra-gradient-wrapper {
    font-size: 1.3vh;
  }

  .shape-3 {
    width: 44em;
    height: 57em;
    position: absolute;
    inset: 23.2em -9.5em 0 auto;
  }

  .video {
    padding-top: 4.5rem;
  }

  .page-title {
    font-size: 2rem;
  }

  .work-item-copy:hover {
    transform: none;
  }

  .work-item-copy.docmentaries {
    padding: 1rem;
  }

  .work-item-wrapper {
    width: 100%;
  }

  .work-item-wrapper.explainers, .work-item-wrapper.social {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .project-title.explainers {
    font-size: 2rem;
  }

  .project-title.series {
    padding-bottom: 0;
    font-size: 2rem;
  }

  .video-description.cinema {
    max-width: 100%;
  }

  .video-description.explainers, .video-description.series {
    text-align: center;
    max-width: 80%;
  }

  .shape-3-copy {
    width: 44em;
    height: 57em;
    position: absolute;
    inset: 23.2em -9.5em 0 auto;
  }

  .video-link-copy {
    width: 100%;
  }

  .video-text-wrapper-copy.series, .video-text-wrapper-copy.social, .video-text-wrapper-copy.social {
    width: 50%;
  }

  .navmenu-wrapper {
    z-index: 10;
    background-color: #380362;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    padding-top: 4.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    display: none;
    position: fixed;
  }

  .menu-icon {
    width: 2.5rem;
    padding: .25rem;
    display: block;
  }

  .navbar-section-copy, .nav-menu-copy {
    display: none;
  }

  .ss-content-wrapper {
    width: 100%;
  }

  .right-content.social {
    width: 50%;
  }

  .video-description-2.series.is-white {
    max-width: 100%;
  }

  .video-description-2.series {
    text-align: center;
    text-align: center;
    max-width: 80%;
  }

  .spacer {
    display: none;
  }

  .navbar1_component {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .navbar1_menu-button-2.w--open {
    z-index: 20;
    background-color: #0000;
  }

  .menu-icon1_line-top {
    background-color: #fff;
    width: 24px;
    height: 4px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_link {
    justify-content: flex-end;
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar1_container {
    z-index: 100;
  }

  .navbar1_logo-link-2 {
    z-index: 20;
  }

  .menu-icon1_line-middle {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 4px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-bottom {
    background-color: #fff;
    width: 24px;
    height: 4px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .noise-overlay-copy, .noise-overlay-copy.nav, .background-noise-nav, .background-noise-nav.nav {
    display: block;
  }

  .play-lottie-copy.social {
    width: auto;
    max-width: 10rem;
  }
}

@media screen and (max-width: 767px) {
  .navbar1_logo-link {
    padding-left: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer3_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer3_credit-text {
    margin-top: 2rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .footer3_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .logo-container {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    align-content: center;
  }

  .logo_wrapper {
    width: 50%;
    height: 2rem;
  }

  .logo_wrapper.gizmodo {
    width: 70%;
  }

  .logo_wrapper.nbc, .logo_wrapper.vox {
    width: 40%;
  }

  .logo_wrapper.now-this {
    width: 45%;
  }

  .pbs_nova_logo.now-this {
    max-width: 60%;
  }

  .hero-text-wrapper {
    z-index: 1;
    justify-content: flex-start;
    align-items: flex-start;
    position: static;
  }

  .portfolio11_item {
    overflow: visible;
  }

  .portfolio11_image-wrapper {
    object-fit: cover;
    width: 100%;
    overflow: visible;
  }

  .heading-style-h5-3 {
    font-size: 1.25rem;
  }

  .work-container {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .portfolio11_image-link {
    width: 100%;
    overflow: visible;
  }

  .image-hover-effect {
    object-fit: contain;
    width: 100%;
    max-width: none;
  }

  .navbar1_component-3 {
    height: auto;
    min-height: 4rem;
  }

  .navbar1_menu-2.is-page-height-tablet {
    padding-bottom: 6rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero {
    padding-top: 7rem;
    padding-bottom: 2.5rem;
  }

  .hero-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .hero-image-wrapper {
    width: 15rem;
  }

  .work.series, .work.social {
    padding-top: 2rem;
  }

  .play-lottie.social {
    width: 10rem;
  }

  .nav-container {
    padding-left: 1rem;
    padding-right: .75rem;
  }

  .footer-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer3_bottom-wrapper-2 {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .image-9 {
    max-width: 90%;
    display: block;
  }

  .container-large-new {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .main-shapes-wrapper, .blending-group-wrapper {
    filter: blur(80px);
  }

  .shape-3 {
    width: 30em;
    height: 100em;
  }

  .video {
    padding-top: 4rem;
  }

  .bg-video-wrapper {
    padding-bottom: 35%;
  }

  .bg-video-wrapper.new {
    height: 15rem;
  }

  .work-item-copy {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-direction: column-reverse;
    padding: .5rem;
  }

  .work-item-copy.series, .work-item-copy.social {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .work-item-wrapper.cinema {
    grid-template-columns: 1fr;
  }

  .work-item-wrapper.explainers, .work-item-wrapper.social {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .project-title.explainers, .project-title.series {
    font-size: 1.5rem;
  }

  .video-description.cinema {
    max-width: 100%;
  }

  .video-description.explainers.is-white {
    max-width: none;
  }

  .video-description.explainers, .video-description.series {
    max-width: 100%;
  }

  .main-shapes-wrapper-copy {
    filter: blur(80px);
  }

  .shape-3-copy {
    width: 30em;
    height: 100em;
  }

  .video-thumbnail-wrapper-copy, .video-thumbnail-wrapper-copy.doc, .video-thumbnail-wrapper-copy.explainers, .video-thumbnail-wrapper-copy.series, .video-thumbnail-wrapper-copy.series-copy {
    width: 100%;
  }

  .video-text-wrapper-copy {
    padding-right: 0;
  }

  .video-text-wrapper-copy.series, .video-text-wrapper-copy.social, .video-text-wrapper-copy.social {
    width: 100%;
    padding-bottom: 0;
  }

  .bodytext-large.text-weight-semibold {
    font-size: 1rem;
  }

  .navmenu-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .screenhots-wrapper.explainers {
    width: 50%;
  }

  .bottom-content, .ss-content-explainers-9, .ss-content-explainers-2, .ss-content-explainers-1, .ss-content-explainers-3, .ss-content-explainers-4, .ss-content-explainers-5, .ss-content-explainers-6, .ss-content-explainers-7, .ss-content-explainers-8 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .right-content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: 100%;
  }

  .right-content.social {
    width: 100%;
  }

  .ss-content-seies {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .ss-title-main {
    font-size: 1rem;
  }

  .video-description-2.series {
    max-width: 100%;
  }

  .video-thumbnail-wrapper-copy-2 {
    width: 100%;
  }

  .right-content-copy {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: 100%;
  }

  .right-content-copy.vertical {
    width: auto;
  }

  .video-with-title.social {
    flex: 15rem;
  }

  .ss-content-seies-copy {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar1_logo-link-2 {
    padding-left: 0;
  }

  .play-lottie-copy.social {
    width: 10rem;
  }
}

@media screen and (max-width: 479px) {
  .text-size-regular {
    font-size: .8rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom.padding-xxlarge {
    border-bottom: 1px solid var(--dim-grey);
  }

  .footer3_left-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .footer3_top-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: flex;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .footer3_bottom-wrapper {
    padding-left: 10px;
  }

  .logo-container {
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .logo_wrapper.now-this {
    width: 20%;
  }

  .pbs_nova_logo.now-this {
    max-width: 100%;
  }

  .portfolio11_item {
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .portfolio11_image-wrapper {
    overflow: visible;
  }

  .work-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    object-fit: cover;
    grid-template-rows: auto auto auto;
    overflow: hidden;
  }

  .portfolio11_image-link {
    object-fit: fill;
    flex: 0 auto;
    width: auto;
    margin-bottom: .25rem;
    overflow: visible;
  }

  .footer-right-link {
    margin-left: auto;
    margin-right: auto;
  }

  .footer3_credit-text-2 {
    text-align: center;
    align-self: center;
  }

  .footer3_bottom-wrapper-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .shape-4 {
    top: 30.7em;
  }

  .bg-video-wrapper.new {
    height: 10rem;
  }

  .page-title {
    font-size: 1.5rem;
  }

  .work-item-wrapper.explainers, .work-item-wrapper.social {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .project-title {
    font-size: 1.25rem;
  }

  .video-text-wrapper-copy {
    align-items: flex-start;
  }

  .play, .pause {
    max-width: 70%;
  }

  .screenhots-wrapper, .screenhots-wrapper.explainers, .screenhots-wrapper.series {
    width: 100%;
  }

  .bottom-content {
    flex-direction: column;
  }

  .ss-content-explainers-9, .ss-content-explainers-2, .ss-content-explainers-1, .ss-content-explainers-3, .ss-content-explainers-4, .ss-content-explainers-5, .ss-content-explainers-6, .ss-content-explainers-7, .ss-content-explainers-8 {
    flex-direction: row;
  }

  .right-content {
    flex-direction: column;
  }

  .ss-content-seies {
    flex-direction: row;
  }

  .video-wrapper.social {
    flex-wrap: wrap;
    justify-content: center;
  }

  .ss-title-main {
    font-size: .875rem;
  }

  .right-content-copy {
    flex-direction: column;
  }

  .video-with-title.social {
    flex: 10rem;
    width: 50%;
  }

  .video-with-title.social._1st {
    flex: none;
    width: 100%;
  }

  .ss-content-seies-copy {
    flex-direction: row;
  }
}

#w-node-_40e5c8db-1a6d-b7c6-d6b7-4f144d5cf496-c71c011a, #w-node-_479b0968-64d1-c6d1-9b48-80f9701f40b6-c71c011a, #w-node-d2615fe3-fa2e-ea37-e1c9-9aaa12883775-c71c011a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e2017e0-3169-a1ee-c1a7-ad25e2f549e0-c71c011a, #w-node-_1e54ce79-538e-f266-3424-23a73933b258-c71c011a, #w-node-_1091d6e8-b0d9-6dc2-27a4-8e4cd93f2688-c71c011a, #w-node-e73b5882-7160-4570-4aa0-a329b34cdbd6-c71c011a {
  justify-self: center;
}

#w-node-dbdd4a48-053f-03e9-fd4e-7d39f66e85b3-f66e85a4 {
  align-self: end;
}

@media screen and (max-width: 479px) {
  #w-node-_40e5c8db-1a6d-b7c6-d6b7-4f144d5cf4cd-c71c011a {
    justify-self: start;
  }

  #w-node-_4e2017e0-3169-a1ee-c1a7-ad25e2f549e0-c71c011a {
    justify-self: center;
  }

  #w-node-_1091d6e8-b0d9-6dc2-27a4-8e4cd93f2688-c71c011a {
    justify-self: start;
  }

  #w-node-e73b5882-7160-4570-4aa0-a329b34cdbd6-c71c011a {
    justify-self: end;
  }

  #w-node-dbdd4a48-053f-03e9-fd4e-7d39f66e85a9-f66e85a4 {
    justify-self: start;
  }

  #w-node-dbdd4a48-053f-03e9-fd4e-7d39f66e85b3-f66e85a4 {
    place-self: center end;
  }
}


