:root {
  --black-3: #1d2023;
  --black: #17191c;
  --cyan: #6cfefe;
  --black-2: #2c3036;
  --slate-grey: #6b7583;
  --deep-sky-blue: #00b0f0;
  --light-grey: #cacaca;
  --white: var(--black);
}

body {
  color: #fff;
  text-transform: none;
  background-color: #17191c;
  font-family: Epilogue, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 84px;
}

h2 {
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 72px;
}

h3 {
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 62px;
}

h4 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 54px;
}

h5 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
}

h6 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

a {
  font-weight: 700;
  text-decoration: underline;
}

.nav-logo {
  max-width: 250px;
  max-height: 100px;
}

.nav-menu {
  flex: 1;
  order: 0;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-right-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
  display: flex;
  position: relative;
}

.nav-logo-wrap {
  z-index: 2;
  flex: 0 auto;
  height: 100%;
  margin-right: 40px;
}

.nav-logo-wrap.w--current {
  display: block;
}

.navbar {
  background-color: #0000;
  background-image: linear-gradient(#000000e6, #0000);
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar.mobile {
  background-image: linear-gradient(#00000070, #0000);
  display: block;
}

.nav-link {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Titillium Web, sans-serif;
  font-size: 12px;
  font-weight: 400;
  transition: all .2s;
}

.nav-link:hover {
  color: #d4af37;
}

.nav-link.w--current {
  color: #fff;
  font-weight: 400;
}

.nav-link.right {
  margin-left: 63px;
}

.container {
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.container.hero {
  z-index: 1;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.section-title {
  text-align: left;
  text-transform: none;
  width: 600px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Titillium Web, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.section-title.margin-bottom {
  text-transform: none;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 42px;
}

.section-title.margin-bottom.trailertitle {
  margin-top: 30px;
  margin-bottom: 0;
}

.section-title.smaller {
  font-size: 22px;
  line-height: 30px;
}

.section-title.smaller.no-padding {
  margin-bottom: 0;
}

.section-title.smaller.no-padding.centre {
  text-transform: none;
  font-size: 19px;
}

.section-title.no-padding {
  margin-bottom: 0;
  font-weight: 300;
}

.section-title.hero {
  text-transform: none;
  width: 800px;
  font-family: Titillium Web, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.section-title.footer-title {
  font-size: 26px;
}

.hero-section {
  z-index: 1;
  color: #fff;
  background-color: #000;
  background-image: url('../images/Home-hero-1920-1000-01.jpg');
  background-position: 0 0;
  background-size: cover;
  align-items: flex-end;
  margin-top: 0;
  padding-top: 150px;
  padding-bottom: 550px;
  font-family: Tangerine, sans-serif;
  display: flex;
  position: static;
}

.hero-section.page {
  padding-top: 336px;
  padding-bottom: 286px;
}

.hero-section.trailer {
  background-color: #000;
  background-image: none;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.hero-section.page-2 {
  padding-bottom: 220px;
}

.hero-section.filler {
  background-image: linear-gradient(to bottom, var(--black-3), var(--black-3));
  height: 80px;
  padding-top: 0;
  padding-bottom: 0;
}

.section-title-dark-block {
  background-color: var(--black);
  border-bottom-right-radius: 4px;
  flex: 1;
  width: 100%;
  height: 60px;
  margin-right: -60px;
  display: none;
  transform: skew(-27deg);
}

.section-title-block {
  letter-spacing: 1px;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.75rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-title-block.align-left-mobile {
  margin-top: 40px;
  font-family: Bebas Neue, sans-serif;
  font-weight: 400;
}

.section-title-top-bar {
  background-color: var(--cyan);
  letter-spacing: 1px;
  height: 10px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.section {
  z-index: 1;
  background-color: var(--black-3);
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.section.slope {
  background-color: #0000;
  align-items: center;
  min-height: 35vw;
  margin-top: 0;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.section.slope.tree {
  min-height: 37vw;
}

.section.overlap-top {
  z-index: 0;
  margin-top: 0;
  padding-top: 206px;
  padding-bottom: 206px;
  display: block;
}

.section.grid-section {
  z-index: 0;
  padding-top: 102px;
  padding-bottom: 138px;
}

.section.no-padding-top {
  background-color: var(--black-3);
  padding-top: 100px;
}

.section.overlap-vert {
  z-index: 0;
  margin-top: 0;
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.overlap-vert.white {
  background-color: #fff;
}

.section.overlap-vert.no-padding-top {
  padding-top: 0;
}

.section.overlap-vert.gallery {
  padding-bottom: 100px;
}

.section.gallery-section {
  z-index: 10;
  background-color: var(--black-3);
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 135px;
}

.section.overlap-top-copy {
  z-index: 0;
  z-index: 0;
  margin-top: 0;
  padding-top: 140px;
}

.section.trilwe {
  padding-bottom: 30px;
}

.section.cosy {
  padding-top: 25px;
  padding-bottom: 25px;
}

.section.testiomials {
  color: #6d6c46;
  background-color: #fff;
}

.sloped-bg {
  z-index: -1;
  background-color: #333;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  transition: opacity .2s;
  position: absolute;
  inset: 0%;
  transform: scale(1)skew(0deg, -2deg);
}

.sloped-bg.home-1 {
  filter: brightness(141%);
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Home-hero-1920-1000-01.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  transform: scale(1);
}

.sloped-bg.buy-2-blurred {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Shalborne-screenshot-1920-960-02.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  transform: scale(1);
}

.sloped-bg.home-2 {
  filter: brightness(145%);
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Shalborne-screenshot-1920-960-05.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  transform: scale(1);
}

.sloped-bg.trailer {
  background-image: url('../images/Hero-1920-1080-03.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1);
}

.sloped-bg.cast-1 {
  filter: brightness(141%);
  background-image: linear-gradient(#00000061, #00000061), url('../images/Shalborne-screenshot-1920-960-01.png');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  transform: scale(1);
}

.sloped-bg.cast-1.tree-icons-flex {
  background-image: linear-gradient(#00000061, #00000061), url('../images/Shalborne-screenshot-1920-960-01.png');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 100%;
}

.sloped-bg.gallery-text {
  filter: brightness(141%);
  background-image: linear-gradient(#00000075, #00000075), url('../images/Hero-1920-1080-04.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  transform: scale(1);
}

.content-wrap.narrow {
  text-align: left;
  max-width: 100%;
}

.hero-bg {
  z-index: 0;
  background-color: #0000;
  background-image: url('../images/scifi-3617337.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  position: absolute;
  inset: 0%;
}

.hero-bg._2 {
  background-image: url('../images/Hero-1920-1080-02.png');
}

.hero-bg.buy {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Hero-1920-1080-01.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-bottom: 0;
  position: absolute;
}

.hero-bg.home {
  filter: brightness(111%);
  background-image: url('../images/Shalborne-screenshot-1920-960-03.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0%;
}

.hero-bg._3 {
  background-image: linear-gradient(#00000052, #00000052), url('../images/Hero-1920-1080-04.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-bg._1 {
  background-image: linear-gradient(#00000052, #00000052), url('../images/Hero-1920-1080-01.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-bg {
  position: absolute;
  inset: 0%;
}

._2-col-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._2-col-grid.director {
  grid-template-columns: .25fr 1fr;
}

.block-link {
  color: #fff;
  border-radius: 4px;
  height: 380px;
  font-size: 18px;
  line-height: 27px;
  transition: opacity .2s;
  position: relative;
}

.block-link:hover {
  opacity: .8;
}

.link-thumbnail {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.block-link-details {
  background-image: linear-gradient(to bottom, transparent, var(--black-3) 51%);
  padding: 20px;
  font-family: Bebas Neue, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  position: absolute;
  inset: auto 0% 0%;
}

.section-gradient-bg {
  background-image: linear-gradient(to bottom, #53535300, var(--black-3) 72%);
  height: 250px;
  position: absolute;
  inset: auto 0% -40px;
}

.preview-video {
  border-radius: 4px;
}

.preview-video-wrap {
  border-radius: 4px;
  max-width: 70%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 15px #6cfefe99;
}

.align-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.neon-text {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: none;
  padding-bottom: 20px;
  font-family: Bebas Neue, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
}

.neon-text.margin-top {
  color: #fff;
  text-transform: none;
  text-shadow: none;
  padding-top: 20px;
  font-family: Titillium Web, sans-serif;
  font-weight: 200;
}

.company-grid {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding-top: 40px;
  display: grid;
}

.company-grid._2 {
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.company-logo {
  filter: invert();
  width: 17%;
}

.hidden {
  display: none;
}

.footer {
  background-color: var(--black-3);
  color: #000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding: 20px 21px;
  position: static;
  overflow: hidden;
}

.footer-row {
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 40px;
  display: flex;
}

.footer-row.bottom {
  align-items: center;
  padding-bottom: 0;
  display: none;
}

.footer-links {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  flex-direction: row;
  align-items: flex-end;
  padding-top: 20px;
  font-family: Bebas Neue, sans-serif;
  font-size: 18px;
  display: flex;
}

.footer-link {
  color: #fff;
  margin-bottom: 15px;
  margin-right: 20px;
  font-family: Merriweather, serif;
  font-size: 15px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.footer-link:hover {
  color: var(--black-2);
}

.footer-email-form {
  box-shadow: none;
  align-items: center;
  display: flex;
}

.footer-email-input {
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: var(--black);
  background-color: #0000;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 45px;
  margin-bottom: 0;
}

.footer-email-input::placeholder {
  color: #000;
}

.footer-submit-button {
  color: #000;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #000c;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 45px;
  font-weight: 700;
  transition: all .2s;
}

.footer-submit-button:hover {
  background-color: var(--cyan);
  color: var(--black);
}

.footer-logo {
  filter: invert();
  max-width: 300px;
  max-height: 70px;
  margin-bottom: 20px;
}

.social-links-wrap {
  flex-direction: row;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.social-link {
  opacity: 1;
  width: 30px;
  margin-right: 20px;
  transition: opacity .2s;
}

.social-link:hover {
  opacity: .7;
}

.social-link.fb {
  filter: invert();
  background-image: url('../images/facebook.svg');
}

.social-link.tw {
  background-image: url('../images/twitter.svg');
}

.social-link.yt {
  background-image: url('../images/youtube.svg');
}

.slope-button {
  z-index: 1;
  color: var(--black);
  text-transform: uppercase;
  padding: 10px 30px;
  font-family: Bebas Neue, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.slope-button:hover {
  color: #000;
  transform: scale(1.1);
}

.slope-button.nav-cta {
  color: #fff;
  margin-left: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 28px;
}

.button-bg {
  z-index: -1;
  color: #fff;
  background-color: #fca400;
  background-image: linear-gradient(#d4af37, #d4af37);
  border-radius: 4px;
  font-family: Bebas Neue, sans-serif;
  position: absolute;
  inset: 0%;
  transform: skew(-15deg);
}

.section-title-block-text {
  text-transform: none;
  justify-content: space-between;
  align-items: center;
  font-family: Tangerine, sans-serif;
  font-size: 45px;
  font-weight: 300;
  line-height: 38px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-title {
  text-transform: none;
  padding-bottom: 0;
  font-family: Tangerine, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 68px;
}

.blogs-grid {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-subtitle {
  padding-bottom: 20px;
  font-family: Titillium Web, sans-serif;
  font-size: 17px;
  font-weight: 200;
  line-height: 26px;
}

.section-subtitle.support {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.text-field {
  border: 1px solid var(--slate-grey);
  background-color: #0000;
  border-radius: 4px;
  height: 45px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
  transition: all .2s;
}

.text-field:hover {
  border-color: var(--cyan);
}

.text-field:focus {
  border-color: var(--cyan);
  background-color: var(--black-2);
  color: #fff;
  box-shadow: 0 0 15px #6cfefe4d;
}

.submit-button {
  background-color: var(--cyan);
  color: var(--black-2);
  text-transform: uppercase;
  border-radius: 4px;
  margin-top: 20px;
  padding: 10px 40px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  transition: all .2s;
  box-shadow: 0 0 20px #6cfefe80;
}

.submit-button:hover {
  box-shadow: 0 0 20px 5px #6cfefe80;
}

.submit-button.small {
  font-family: Bebas Neue, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.faq-item {
  background-color: var(--black-3);
  cursor: pointer;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 20px;
}

.faq-title {
  font-family: Tangerine, sans-serif;
  font-size: 40px;
  line-height: 26px;
}

.faq-content {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  font-family: Titillium Web, sans-serif;
}

.footer-border-block {
  z-index: 9999;
  background-color: #131517;
  width: 50%;
  height: 60px;
  display: none;
  position: absolute;
  inset: -30px -10% auto auto;
  transform: skew(-33deg);
}

.navbar-border-block {
  z-index: 1;
  background-color: var(--black);
  width: 30%;
  height: 45px;
  display: none;
  position: absolute;
  inset: auto auto -20px -10%;
  transform: skew(-39deg);
}

.loading-screen {
  z-index: 9999;
  background-color: #17191c;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.loading-gif {
  object-fit: contain;
  width: 60px;
  height: 60px;
}

.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;
  justify-content: center;
  align-items: center;
  width: 320px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.error-icon {
  filter: grayscale() contrast(200%);
  object-fit: contain;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
}

.play-button {
  background-color: #fff6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  transition: all .2s;
  display: flex;
}

.play-button:hover {
  background-color: #ffffffb3;
}

.play-button.margin-top {
  margin-top: 4px;
}

.play-button.margin-right {
  margin-right: 20px;
}

.play-icon {
  filter: invert() grayscale();
  margin-right: -6px;
}

.footer-subtitle {
  padding-bottom: 1.25rem;
  font-family: Bebas Neue, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 42px;
}

.contact-title {
  color: #abb7c9;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-right: 20px;
  font-family: Titillium Web, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 28px;
}

.faq-header {
  justify-content: space-between;
  display: flex;
}

.faq-button-wrap {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-left: 20px;
  display: flex;
  position: relative;
}

.faq-line {
  background-color: #fff;
  width: 100%;
  height: 3px;
}

.faq-line._2 {
  background-color: #fff;
  width: 100%;
  height: 3px;
  position: absolute;
}

.play-button-wrap {
  flex-direction: column;
  align-items: center;
  width: 220px;
  display: flex;
}

.play-button-wrap.horizontal {
  flex-direction: row;
  width: auto;
  text-decoration: none;
}

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

.footer-form-block {
  flex: 1;
  max-width: 500px;
  display: block;
}

.footer-logo-wrap {
  text-align: right;
}

.glow-title {
  color: #67fbfe;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 0 10px var(--deep-sky-blue);
  padding-bottom: 40px;
  font-family: Bebas Neue, sans-serif;
  font-size: 32px;
  line-height: 38px;
}

.glow-title.margin-vert {
  color: #fff;
  text-transform: none;
  text-shadow: none;
  padding-top: 0;
  padding-bottom: 20px;
  font-family: Titillium Web, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 37px;
}

.glow-title.margin-vert.no-padding {
  padding-bottom: 0;
}

.section-title-block---light {
  letter-spacing: 1px;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.75rem;
  font-family: Bebas Neue, sans-serif;
  font-size: 32px;
  line-height: 42px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq-item---light {
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 20px;
}

.blogs-grid---light {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph {
  text-align: justify;
  margin-bottom: 10px;
  font-family: Titillium Web, sans-serif;
  font-size: 13px;
  line-height: 19px;
}

.paragraph.padding-bottom {
  text-align: justify;
  margin-bottom: 52px;
  font-size: 12px;
}

.paragraph.testimonials {
  text-align: center;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
}

.paragraph.testimonials.smaller {
  color: #000;
  font-size: 15px;
}

.bold-text {
  font-weight: 300;
}

.smaller {
  font-size: 18px;
}

.crew-text {
  text-align: left;
  font-family: Titillium Web, sans-serif;
  font-size: 14px;
  font-weight: 200;
}

.gallery-div-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
}

.gallery-lightbox {
  width: 100%;
}

.gallery-image {
  width: 100%;
  margin-bottom: 0;
}

.gallery-div-holder-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
}

.gallery-div-holder-copy.cast {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  margin-bottom: 40px;
}

.gallery-div-holder-copy.cast.bttom {
  margin-bottom: 0;
}

.paragraph-2 {
  text-align: justify;
  font-family: Titillium Web, sans-serif;
}

.trailer {
  z-index: 0;
  background-color: #0000;
  background-image: url('../images/scifi-3617337.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  position: absolute;
  inset: 0%;
}

.text-block {
  color: #fff;
  font-size: 22px;
}

.tailer {
  display: none;
}

.body, .body-2 {
  background-color: var(--black-3);
}

.text-block-2 {
  font-family: Tangerine, sans-serif;
  font-size: 44px;
}

.link {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.link.underline {
  text-decoration: underline;
}

.html-embed {
  width: 800px;
  margin-left: 0;
  margin-right: auto;
}

.text-block-3 {
  color: #fff;
  text-align: center;
  font-family: Titillium Web, sans-serif;
  font-size: 12px;
}

.grid-animation {
  color: #444f55;
  margin-top: 0;
  font-size: 16px;
  font-weight: 600;
}

.grid-img-wrapper {
  z-index: 1;
  padding: 0;
  position: absolute;
  inset: 0;
}

.icon-rounded {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.grid-img {
  position: absolute;
  inset: 0;
}

.grid-img._8 {
  background-image: url('../images/firehydrant.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._1 {
  background-image: url('../images/Gallery-1500-1160-17.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._3 {
  background-image: url('../images/pink-headphones.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._5 {
  background-image: url('../images/desk.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._2 {
  background-image: url('../images/thanks.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._6 {
  background-image: url('../images/orange.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._7 {
  background-image: url('../images/hustle.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._4 {
  background-image: url('../images/coffee.jpg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.container-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.offset-block {
  position: relative;
  overflow: hidden;
}

.mb-0 {
  margin-bottom: 0;
}

.offset-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: minmax(150px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-overlay {
  opacity: 0;
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.fontawesome-icon._1x {
  font-size: 16px;
}

.lightbox-link {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
}

.herringbone-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: .5fr .5fr .5fr .5fr .5fr .5fr .5fr .5fr .5fr .5fr .5fr;
  width: 100%;
  height: 90vh;
  min-height: 880px;
  transform: rotate(0);
}

.herringbone-block {
  justify-content: center;
  align-items: center;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.gallery-container {
  padding-left: 26px;
  padding-right: 26px;
}

.gallery-flex.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: .5fr .5fr .5fr .5fr .5fr .5fr .5fr .5fr .5fr .5fr .5fr;
  grid-auto-columns: .5fr;
  width: 100%;
  display: grid;
}

.gallery-image-block.height-1, .gallery-image-block.height-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: auto;
}

.gallery-lightboxs {
  width: 100%;
  height: 100%;
}

.gallery-images {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.body-3 {
  background-color: var(--black-3);
}

.bold-text-2 {
  text-align: justify;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.div-block {
  filter: blur(20px);
  position: absolute;
  inset: 0%;
}

.div-block-2 {
  filter: blur(5px);
  background-image: linear-gradient(#2c303696, #2c303696);
  position: absolute;
  inset: 0%;
}

.anchor {
  position: relative;
  top: auto;
  bottom: 0;
}

.footer-link-white {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.privacy-container-1 {
  padding-bottom: 40px;
  display: block;
}

.privacy-container-1.no-padding-bottom {
  padding-bottom: 0;
}

.main-privacy-title {
  color: #192024;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Titillium Web, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.main-privacy-text {
  float: none;
  color: #777;
  text-align: left;
  margin-bottom: 20px;
  font-family: Titillium Web, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.link-4 {
  color: #000;
  font-weight: 400;
  display: inline-block;
}

.bold-text-pp {
  color: #000;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.mainheaderh2centerservices-2 {
  float: none;
  perspective-origin: 50%;
  color: #20272f;
  text-align: left;
  text-transform: none;
  background-color: #0000;
  width: 48%;
  margin: 0 auto 20px 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Titillium Web, sans-serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 35px;
  text-decoration: none;
  display: block;
}

.main-privacy-h1 {
  float: none;
  perspective-origin: 50%;
  color: #20272f;
  text-align: left;
  text-transform: none;
  background-color: #0000;
  width: 48%;
  margin-top: 0;
  margin-bottom: 21px;
  margin-left: 0;
  font-family: Titillium Web, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 35px;
  text-decoration: none;
  display: block;
}

.section-2 {
  text-align: center;
  background-color: #fff;
  padding: 80px 10px;
  position: relative;
}

.section-2.top {
  padding-top: 160px;
}

.html-embed-2 {
  width: 100%;
  height: 90vh;
  max-height: 90vh;
  margin-bottom: 0;
}

.vimeo-video {
  margin-top: -54px;
  display: block;
}

.html-embed-3 {
  width: 50%;
  height: 500px;
  min-height: 500px;
}

.html-embed-4 {
  width: 100%;
  margin-top: -52px;
}

.background-video {
  width: 100%;
  height: 100%;
}

.div-block-3 {
  width: 100%;
  height: 100vh;
}

.youtube {
  height: 100vh;
}

.crew-image-and-text-div-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.crew-div-image-text-holder.teaser-trailer {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  display: flex;
}

.crew-images {
  clear: right;
  margin-left: auto;
}

.crew-big-text {
  text-align: justify;
  margin-top: 23px;
  margin-bottom: 0;
  font-family: Titillium Web, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.crew-big-text.left {
  text-align: justify;
  font-weight: 400;
}

.crew-big-text.left.black {
  text-align: justify;
}

.crew-big-text.right {
  text-align: right;
}

.crew-big-text.hero-testis {
  text-align: center;
}

.crew-big-text.black {
  color: #000;
  font-weight: 400;
}

.crew-big-text.padding-to-match-height {
  margin-top: 40px;
}

.crew-big-text.no-padding {
  margin-top: 0;
}

.crew-tittle {
  text-align: center;
  margin-top: 9px;
  margin-bottom: 0;
  font-family: Titillium Web, sans-serif;
  font-size: 12px;
  font-weight: 200;
  line-height: 18px;
}

.crew-tittle.left {
  text-align: left;
  margin-top: 0;
  font-size: 15px;
  line-height: 20px;
}

.crew-tittle.left.trailer-details {
  text-align: right;
  margin-top: 15px;
}

.crew-tittle.black {
  color: #000;
}

.crew-image-and-text-div-grid-3 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.crew-names-div-flex {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.hero-section-new-press-version {
  z-index: 1;
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(#17191c00, #17191c00), url('../images/Shalborne-screenshot-1920-960-04.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: flex-end;
  height: 30vw;
  margin-top: 0;
  padding-top: 4%;
  padding-bottom: 60px;
  font-family: Tangerine, sans-serif;
  display: flex;
  position: static;
}

.hero-section-new-press-version.page {
  padding-top: 336px;
  padding-bottom: 286px;
}

.hero-section-new-press-version.trailer {
  background-color: #000;
  background-image: none;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.hero-section-new-press-version.page-2 {
  padding-bottom: 220px;
}

.hero-section-new-press-version.filler {
  background-image: linear-gradient(to bottom, var(--black-3), var(--black-3));
  height: 80px;
  padding-top: 0;
  padding-bottom: 0;
}

._3-column-grid-hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

._3-column-grid-hero.hide {
  display: none;
}

.hero-logo {
  width: 250px;
}

.hero-icon {
  width: 180px;
}

.social-icon-holder {
  display: flex;
}

.director-statement-grid-holder {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.director-statement-grid-holder._2 {
  grid-template-columns: 1fr 1fr;
  margin-top: 35px;
  margin-bottom: 35px;
}

.director-statement-grid-holder._3 {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
}

.director-statement-grid-holder._3.paddin-gtop {
  margin-top: 50px;
}

.director-statement-grid-holder._3.paddin-gtop.trailer-info {
  grid-template-columns: 1fr 1fr;
  margin-top: 0;
}

.director-statement-grid-holder._3.paddin-g-bottom {
  grid-template-columns: 1fr;
  margin-bottom: 50px;
}

.signature-holder {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.signature-image {
  clear: right;
  width: 150px;
  margin-left: auto;
}

.button {
  background-color: #000;
  margin-top: 15px;
  padding: 12px 24px;
  font-family: Titillium Web, sans-serif;
}

.button:hover {
  background-color: var(--black-2);
}

.button.hide {
  display: block;
}

.button.visit-website {
  background-color: var(--slate-grey);
  text-align: center;
  margin-top: 0;
  padding-left: 36px;
  padding-right: 36px;
  font-size: 15px;
  font-weight: 400;
}

.button.visit-website:hover {
  background-color: var(--black-2);
}

.screening-title {
  text-align: left;
  margin-top: 9px;
  margin-bottom: 10px;
  font-family: Titillium Web, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 22px;
}

.screening-title.left {
  text-align: left;
  margin-top: 0;
}

.screening-title.black {
  color: #000;
}

.screening-title.cinema {
  font-size: 16px;
  line-height: 18px;
}

.screening-text {
  text-align: justify;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Titillium Web, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.screening-text.left {
  text-align: justify;
  font-weight: 400;
}

.screening-text.left.black {
  text-align: justify;
}

.screening-text.right {
  text-align: right;
}

.screening-text.hero-testis {
  text-align: center;
}

.screening-text.black {
  color: #000;
  font-weight: 400;
}

.screening-text.padding-to-match-height {
  margin-top: 40px;
}

.screening-grid-holder {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.screening-grid-holder._2 {
  grid-template-columns: 1fr 1fr;
  margin-top: 35px;
  margin-bottom: 35px;
}

.screening-grid-holder._3 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 0;
  display: flex;
}

.screening-grid-holder._3.paddin-gtop {
  margin-top: 50px;
}

.tree-image-logo {
  width: 160px;
}

.tree-image-logo.darker {
  filter: contrast(200%);
  margin-bottom: 25px;
}

.image {
  width: 150px;
}

.tree-div-right-aligned, .tree-div-right-aligned-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-top: 42px;
  padding-right: 40px;
  display: flex;
}

.laurals {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.laurals.trailer-page {
  grid-template-columns: 1fr 1fr 1fr;
}

.laural-icon {
  filter: invert() brightness(200%);
  width: 100%;
}

.laural-icon.gold {
  filter: grayscale() invert() brightness(200%);
}

.laural-icon.white {
  filter: none;
}

.laural-icon.white.cinema {
  padding-top: 10px;
  padding-bottom: 10px;
}

.quote-white-testimonial {
  color: #fff;
  text-align: center;
  background-image: url('../images/Quote-opac-20-100-01_1Quote-opac-20-100-01.png');
  background-repeat: no-repeat;
  background-size: contain;
  border-left-style: none;
  margin-top: -30px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Titillium Web, sans-serif;
  font-size: 10px;
  line-height: 40px;
}

.size {
  font-size: 20px;
}

.grid-testimonials {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.spacer-40 {
  height: 20px;
}

.trailer-pagebutton-holder {
  justify-content: flex-start;
  align-items: center;
  padding-top: 23px;
  display: flex;
}

.vimeo-video-small-trailer {
  margin-top: 0;
  display: block;
}

.teaser-trailer {
  text-align: justify;
  margin-top: 23px;
  margin-bottom: 0;
  font-family: Titillium Web, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.teaser-trailer.left {
  text-align: justify;
  font-weight: 400;
}

.teaser-trailer.left.black {
  text-align: justify;
}

.teaser-trailer.left.right-align {
  margin-top: 0;
}

.teaser-trailer.right {
  text-align: right;
}

.teaser-trailer.hero-testis {
  text-align: center;
}

.teaser-trailer.black {
  color: #000;
  font-weight: 400;
}

.teaser-trailer.padding-to-match-height {
  margin-top: 40px;
}

.teaser-title {
  color: #67fbfe;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 0 10px var(--deep-sky-blue);
  padding-bottom: 40px;
  font-family: Bebas Neue, sans-serif;
  font-size: 32px;
  line-height: 38px;
}

.teaser-title.margin-vert {
  color: #fff;
  text-transform: none;
  text-shadow: none;
  padding-top: 0;
  padding-bottom: 20px;
  font-family: Titillium Web, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 37px;
}

.teaser-title.margin-vert.no-padding {
  padding-bottom: 10px;
  font-size: 27px;
}

.main-link {
  color: #fff;
  font-weight: 200;
}

.main-link.visit-website {
  color: #beedf8;
  font-size: 15px;
}

.teaser-logo {
  filter: brightness(0%) invert();
  width: 350px;
}

.where-to-watch-div-holder {
  margin-bottom: 31px;
}

.yoreflix-logo-link {
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-2 {
  max-width: 400px;
}

@media screen and (min-width: 1280px) {
  .paragraph.testimonials {
    font-weight: 200;
  }

  .quote-white-testimonial {
    font-size: 36px;
  }
}

@media screen and (max-width: 991px) {
  .nav-logo {
    object-fit: contain;
    width: 100%;
    max-height: none;
    margin-top: 0;
  }

  .nav-menu {
    text-align: center;
    background-color: #03070ab3;
    justify-content: center;
    margin-top: 0;
    padding: 40px;
  }

  .nav-right-wrap {
    flex: 1;
    order: 1;
    justify-content: flex-end;
    max-width: 50px;
  }

  .nav-container {
    justify-content: flex-start;
    padding: 0 10px;
  }

  .nav-logo-wrap {
    height: auto;
    margin-left: 20px;
    margin-right: 0;
    padding-left: 0;
  }

  .nav-logo-wrap.w--current {
    width: 300px;
    max-height: none;
    display: block;
  }

  .menu-button {
    order: 1;
    margin-left: 20px;
    padding: 3px 12px;
    font-size: 28px;
    line-height: 26px;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #0000;
    margin-left: 20px;
  }

  .navbar {
    z-index: 9999;
    background-image: linear-gradient(#03070a96, #03070a96);
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
    position: fixed;
  }

  .navbar.mobile {
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
  }

  .nav-link {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link:hover {
    transform: none;
  }

  .section-title, .section-title.smaller.no-padding {
    padding-bottom: 0;
  }

  .section-title.hero {
    width: 100%;
  }

  .hero-section {
    margin-top: 0;
    padding-top: 178px;
    padding-bottom: 178px;
  }

  .hero-section.page {
    padding-top: 139px;
    padding-bottom: 139px;
  }

  .hero-section.trailer {
    align-items: center;
    overflow: hidden;
  }

  .hero-section.page-2 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section-title-block {
    text-align: center;
    justify-content: center;
  }

  .section-title-block.align-left-mobile {
    text-align: left;
    justify-content: flex-start;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.slope {
    padding-top: 81px;
    padding-bottom: 81px;
  }

  .section.slope.no-text {
    min-height: 42vw;
  }

  .section.slope.tree {
    height: auto;
    min-height: 43vw;
  }

  .section.overlap-top {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.no-padding-top {
    padding-top: 70px;
  }

  .section.gallery-section {
    padding-top: 0;
    padding-bottom: 70px;
  }

  .section.overlap-top-copy {
    padding-top: 111px;
    padding-bottom: 111px;
  }

  ._2-col-grid {
    grid-template-columns: 1fr 1fr;
  }

  ._2-col-grid.director {
    grid-template-columns: .75fr 1fr;
  }

  .section-gradient-bg {
    height: 200px;
  }

  .align-center {
    align-items: flex-start;
  }

  .neon-text.margin-top {
    padding-left: 22px;
  }

  .company-grid {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .company-grid._2 {
    padding-top: 10px;
  }

  .company-logo {
    width: 20%;
    max-width: 20%;
    max-height: none;
  }

  .footer-row {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer-links {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .footer-link {
    margin-right: 0;
  }

  .footer-logo {
    margin-top: 40px;
  }

  .social-links-wrap {
    justify-content: center;
  }

  .social-link {
    margin-left: 10px;
    margin-right: 10px;
  }

  .slope-button.nav-cta {
    margin-top: 20px;
    margin-left: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .page-title {
    padding-bottom: 1.75rem;
    font-size: 48px;
    line-height: 54px;
  }

  .section-subtitle.support {
    font-size: 20px;
    line-height: 28px;
  }

  .navbar-border-block {
    display: none;
  }

  .align-center-mobile._100-mobile {
    width: 50vh;
  }

  .align-center-mobile._100-mobile._100 {
    width: 100%;
  }

  .align-center-mobile.crew {
    width: auto;
  }

  .play-button.margin-right {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-subtitle {
    font-size: 24px;
    line-height: 32px;
  }

  .faq-header {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .faq-button-wrap {
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    display: flex;
    position: relative;
  }

  .faq-line {
    background-color: #fff;
    width: 100%;
    height: 3px;
    padding: 0;
  }

  .faq-line._2 {
    position: absolute;
    transform: rotate(90deg);
  }

  .play-button-wrap.horizontal {
    flex-direction: row;
    align-items: center;
  }

  .flex-between {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-logo-wrap {
    text-align: center;
  }

  .section-title-block---light {
    text-align: center;
    justify-content: center;
  }

  .paragraph.padding-bottom {
    font-size: 12px;
  }

  .bold-text {
    font-size: 19px;
  }

  .gallery-div-holder, .gallery-div-holder-copy {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .gallery-div-holder-copy.cast {
    margin-bottom: 50px;
  }

  .html-embed {
    width: 100%;
  }

  .gallery-flex.grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: .5fr .5fr .5fr .5fr .5fr .5fr .5fr .5fr .5fr .5fr .5fr;
  }

  .div-block-2 {
    filter: none;
  }

  .privacy-container-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .mainheaderh2centerservices-2 {
    width: 452px;
  }

  .html-embed-2 {
    height: auto;
    max-height: none;
    margin-bottom: 0;
  }

  .vimeo-video {
    margin-top: 0;
  }

  .youtube {
    height: auto;
  }

  .crew-image-and-text-div-grid {
    grid-template-columns: 1fr 1fr;
  }

  .crew-big-text, .crew-big-text.padding-to-match-height {
    margin-top: 10px;
  }

  .crew-big-text.top-para {
    margin-top: 0;
  }

  .crew-image-and-text-div-grid-3 {
    grid-template-columns: 1fr;
  }

  .crew-names-div-flex {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-section-new-press-version {
    background-image: linear-gradient(#0000, #0000), url('../images/Shalborne-screenshot-1920-960-04.png');
    background-position: 0 0, 50% 0;
    height: 40vw;
    margin-top: 0;
    padding-top: 6%;
    padding-bottom: 40px;
  }

  .hero-section-new-press-version.page {
    padding-top: 139px;
    padding-bottom: 139px;
  }

  .hero-section-new-press-version.trailer {
    align-items: center;
    overflow: hidden;
  }

  .hero-section-new-press-version.page-2 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .hero-icon {
    width: 160px;
  }

  .director-statement-grid-holder {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .director-statement-grid-holder._2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .director-statement-grid-holder._3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .div-block-4 {
    width: 15px;
    height: 15px;
  }

  .screening-text, .screening-text.padding-to-match-height {
    margin-top: 10px;
  }

  .screening-text.top-para {
    margin-top: 0;
  }

  .screening-grid-holder {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .screening-grid-holder._2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .screening-grid-holder._3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .tree-image-logo {
    width: 150px;
  }

  .tree-div-right-aligned, .tree-div-right-aligned-copy {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .laurals {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .quote-white-testimonial {
    padding-left: 20px;
  }

  .vimeo-video-small-trailer {
    margin-top: 0;
  }

  .teaser-trailer, .teaser-trailer.padding-to-match-height {
    margin-top: 10px;
  }

  .teaser-trailer.top-para {
    margin-top: 0;
  }

  .teaser-logo {
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 62px;
    line-height: 72px;
  }

  h2 {
    font-size: 56px;
    line-height: 64px;
  }

  h3 {
    font-size: 48px;
    line-height: 56px;
  }

  h4 {
    font-size: 36px;
    line-height: 42px;
  }

  h5 {
    font-size: 28px;
    line-height: 36px;
  }

  h6 {
    font-size: 24px;
    line-height: 32px;
  }

  .nav-logo {
    max-width: 200px;
  }

  .nav-logo-wrap {
    margin-left: 15px;
  }

  .menu-button {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-title {
    width: 100%;
  }

  .section-title.smaller.no-padding.centre {
    text-align: left;
  }

  .section-title.centre {
    text-align: center;
    padding-bottom: 0;
  }

  .section-title.hero {
    font-size: 19px;
  }

  .hero-section {
    padding-top: 175px;
    padding-bottom: 136px;
  }

  .hero-section.page {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .hero-section.page-2 {
    padding-bottom: 140px;
  }

  .section.slope {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .section.slope.no-text, .section.slope.tree {
    min-height: 50vw;
  }

  .section.overlap-vert {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.overlap-vert.gallery {
    padding-bottom: 70px;
  }

  .sloped-bg.home-2 {
    background-image: linear-gradient(to bottom, null, null), url('../images/Shalborne-screenshot-1920-960-05.png');
    background-position: 0 0, 100%;
  }

  .sloped-bg.cast-1.tree-icons-flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    display: block;
  }

  .hero-bg.home {
    background-image: url('../images/Shalborne-screenshot-1920-960-03.png');
    background-position: 50%;
  }

  .company-grid._2 {
    justify-content: flex-start;
  }

  .company-logo {
    max-width: 27%;
    margin-right: 45px;
  }

  .footer-email-form {
    margin-top: 20px;
  }

  .social-link {
    margin-left: 10px;
    margin-right: 10px;
  }

  .page-title {
    font-size: 32px;
    line-height: 38px;
  }

  .blogs-grid {
    grid-template-columns: 1fr;
  }

  .section-subtitle.support {
    font-size: 18px;
    line-height: 24px;
  }

  .section-img {
    width: 50%;
  }

  .align-center-mobile._100-mobile {
    width: 100%;
  }

  .footer-subtitle {
    padding-bottom: 1.25rem;
  }

  .blogs-grid---light {
    grid-template-columns: 1fr;
  }

  .paragraph, .paragraph.padding-bottom {
    text-align: left;
  }

  .crew-text {
    text-align: left;
    font-size: 19px;
  }

  .gallery-div-holder, .gallery-div-holder-copy {
    grid-template-columns: 1fr 1fr;
  }

  .herringbone-grid {
    min-height: 640px;
  }

  .privacy-container-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .main-privacy-title {
    margin-bottom: 30px;
    padding-left: 0;
    font-size: 18px;
  }

  .main-privacy-text {
    padding-left: 0;
  }

  .mainheaderh2centerservices-2, .main-privacy-h1 {
    width: 85%;
    padding-left: 0;
    font-size: 31px;
  }

  .html-embed-2 {
    height: 300px;
  }

  .crew-big-text {
    text-align: left;
  }

  .crew-big-text.left {
    text-align: left;
    font-size: 12px;
  }

  .crew-big-text.left.black {
    text-align: left;
  }

  .crew-big-text.black {
    text-align: left;
    font-size: 12px;
  }

  .crew-big-text.padding-to-match-height {
    margin-top: 20px;
  }

  .crew-tittle {
    text-align: center;
    font-size: 19px;
  }

  .hero-section-new-press-version.page {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .hero-section-new-press-version.page-2 {
    padding-bottom: 140px;
  }

  .director-statement-grid-holder._2 {
    grid-template-columns: 1fr;
  }

  .director-statement-grid-holder._3.paddin-gtop.trailer-info {
    grid-template-columns: 1fr 1fr;
  }

  .button.visit-website {
    margin-top: 0;
  }

  .screening-title, .screening-text {
    text-align: left;
  }

  .screening-text.left {
    text-align: left;
    font-size: 12px;
  }

  .screening-text.left.black {
    text-align: left;
  }

  .screening-text.black {
    text-align: left;
    font-size: 12px;
  }

  .screening-text.padding-to-match-height {
    margin-top: 20px;
  }

  .screening-grid-holder._2, .screening-grid-holder._3 {
    grid-template-columns: 1fr;
  }

  .tree-image-logo {
    width: 106px;
  }

  .tree-div-right-aligned, .tree-div-right-aligned-copy {
    justify-content: flex-start;
    align-items: flex-end;
    height: 100%;
    padding-top: 19px;
    padding-bottom: 19px;
    padding-right: 20px;
  }

  .laurals {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .quote-white-testimonial {
    font-size: 25px;
  }

  .grid-testimonials {
    grid-template-columns: 1fr 1fr;
  }

  .teaser-trailer {
    text-align: left;
  }

  .teaser-trailer.left {
    text-align: left;
    font-size: 12px;
  }

  .teaser-trailer.left.black {
    text-align: left;
  }

  .teaser-trailer.black {
    text-align: left;
    font-size: 12px;
  }

  .teaser-trailer.padding-to-match-height {
    margin-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .nav-container {
    justify-content: flex-start;
  }

  .nav-logo-wrap {
    margin-left: 10px;
  }

  .nav-logo-wrap.w--current {
    width: auto;
  }

  .hero-section {
    padding-top: 147px;
    padding-bottom: 102px;
  }

  .hero-section.page {
    padding-top: 49px;
    padding-bottom: 60px;
  }

  .hero-section.page-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.slope {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.slope.no-text, .section.slope.tree {
    min-height: 60vw;
  }

  .section.grid-section {
    padding-top: 80px;
    padding-bottom: 110px;
  }

  .section.no-padding-top {
    padding-top: 30px;
  }

  .section.overlap-vert {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.overlap-vert.gallery {
    padding-bottom: 50px;
  }

  .section.gallery-section {
    padding-bottom: 40px;
  }

  ._2-col-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .block-link {
    height: 250px;
  }

  .neon-text.margin-top {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 22px;
  }

  .company-logo {
    width: 32%;
    max-width: 32%;
    margin-right: 14px;
  }

  .section-img, .align-center-mobile {
    width: 100%;
  }

  .play-button.margin-right {
    width: 60px;
    height: 60px;
  }

  .footer-subtitle {
    padding-bottom: 1rem;
  }

  .play-button-wrap.horizontal {
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph {
    font-size: 12px;
  }

  .paragraph.padding-bottom {
    margin-top: 8px;
    margin-bottom: 23px;
    padding-top: 0;
  }

  .gallery-div-holder, .gallery-div-holder-copy {
    grid-template-columns: 1fr;
  }

  .paragraph-2 {
    text-align: left;
    font-size: 14px;
  }

  .herringbone-grid {
    height: auto;
  }

  .bold-text-2 {
    text-align: justify;
  }

  .privacy-container-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .main-privacy-title {
    font-size: 13px;
  }

  .main-privacy-text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
  }

  .mainheaderh2centerservices-2, .main-privacy-h1 {
    width: 100%;
    font-size: 25px;
  }

  .section-2.top {
    padding-top: 120px;
  }

  .crew-image-and-text-div-grid {
    grid-template-columns: 1fr;
  }

  .crew-div-image-text-holder {
    width: 100%;
  }

  .crew-div-image-text-holder.teaser-trailer {
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .crew-tittle.left {
    text-align: left;
  }

  .hero-section-new-press-version {
    height: 50vw;
    padding-top: 6%;
  }

  .hero-section-new-press-version.page {
    padding-top: 49px;
    padding-bottom: 60px;
  }

  .hero-section-new-press-version.page-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  ._3-column-grid-hero {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .hero-logo {
    width: 200px;
    margin-bottom: 40px;
  }

  .hero-icon {
    width: 150px;
  }

  .director-statement-grid-holder._3.paddin-gtop.trailer-info {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tree-image-logo {
    width: 85px;
  }

  .laurals {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-testimonials {
    grid-template-columns: 1fr;
  }

  .trailer-pagebutton-holder {
    justify-content: flex-start;
    align-items: center;
  }

  .teaser-title.margin-vert.no-padding {
    text-align: center;
  }

  .teaser-logo {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}

#w-node-_7622cda9-5be5-add7-f216-aee461a7a1ab-947732bb {
  place-self: center;
}

#w-node-_4f5df40e-71e5-67e9-2815-b5c0449370a5-947732bb, #w-node-_4dd85c0f-83d9-0d6b-5b9a-6942f72eb80e-947732bb, #w-node-_9192de13-82f5-988b-4935-76431e46c946-947732bb, #w-node-a702a4ab-8f1c-69e2-339b-ee102416f7c3-947732bb, #w-node-_93004bf9-f53b-2543-643b-7d6d29b28029-947732bb, #w-node-_93004bf9-f53b-2543-643b-7d6d29b28033-947732bb, #w-node-_93004bf9-f53b-2543-643b-7d6d29b2803d-947732bb, #w-node-_93004bf9-f53b-2543-643b-7d6d29b28047-947732bb, #w-node-_018e5141-9e6c-63b3-3929-749f3eab84ae-947732bb {
  align-self: start;
}

#w-node-a6c8d6d8-08a5-a204-8f99-005c31196878-947732bb, #w-node-a6c8d6d8-08a5-a204-8f99-005c31196888-947732bb, #w-node-_9110f98e-40f1-992d-8139-06a9ff959a19-947732bb {
  align-self: center;
}

#w-node-_9110f98e-40f1-992d-8139-06a9ff959a23-947732bb, #w-node-_6481a51e-25e1-ea6c-5dfb-21686faf43a9-947732bb, #w-node-_0a196614-ded9-5eec-44f5-c7913a821ab8-947732bb, #w-node-_834b6517-01b0-ac1f-9de3-de01adba0841-947732bb {
  align-self: start;
}

#w-node-a73de3e3-922c-609f-9098-1fd4d8e0c5ca-947732bb {
  align-self: center;
}

#w-node-a73de3e3-922c-609f-9098-1fd4d8e0c5d2-947732bb, #w-node-e8981e83-505b-12b7-d8e5-54616e0d075a-947732bb {
  place-self: center;
}

#w-node-e8981e83-505b-12b7-d8e5-54616e0d075c-947732bb, #w-node-e8981e83-505b-12b7-d8e5-54616e0d0766-947732bb, #w-node-_46185dd5-8511-2130-a34a-5bd3e1b8b8de-947732bb {
  align-self: start;
}

#w-node-_46185dd5-8511-2130-a34a-5bd3e1b8b8dc-947732bb {
  place-self: center;
}

#w-node-_46185dd5-8511-2130-a34a-5bd3e1b8b8e8-947732bb {
  align-self: start;
}

#w-node-_99145b18-6a47-28c9-855c-849d8797ef48-947732bb, #w-node-_7296ef4d-9bd7-f1b1-4021-b11fe4c7d200-947732bb, #w-node-debf6eab-7153-009e-a72e-4808d875eb96-947732bb, #w-node-_5176dead-19da-d211-c315-baa241809a06-947732bb, #w-node-bb4e7e36-b687-66ba-943c-45a312b21d07-947732bb, #w-node-_90cb20fe-3c8b-c87d-33fe-5a5c8a1148ca-947732bb, #w-node-_033f17a5-e648-3cdf-2515-cca0ca0c5fc9-947732bb, #w-node-db20f605-8baf-c694-d5bc-ca6537bd16f6-947732bb, #w-node-_01d2c6eb-6a9d-452b-1624-7dafe7136422-947732bb, #w-node-_6db35325-6e9e-ffaa-61c2-a610d91bbf0d-947732bb, #w-node-_3841b933-00eb-1352-864f-67f971da463a-947732bb, #w-node-_21bafc88-9b6b-5f68-964f-f1a3a105b985-947732bb, #w-node-_4b45aab1-45b7-769f-9084-9dbcf2539da6-947732bb, #w-node-_91cb0913-c411-7d83-3205-f1aed5bfd2fd-947732bb, #w-node-cd238c50-5a02-bc47-b63d-8d1fb451d014-947732bb, #w-node-e72faf4c-9912-11a7-fdf8-a867fe529ed5-947732bb, #w-node-ddd8a6d8-8888-7c2f-96b9-6365b749ec24-947732bb, #w-node-_8f2b0d69-0cd8-07bb-ae90-d7e33859b7d2-947732bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_00b4c2ff-24de-7cd4-b4b1-3a2dfebd0f54-fbd96766 {
  align-self: start;
}

#w-node-_60071d9a-0e16-5428-0a43-26091d127c22-fbd96766 {
  place-self: start;
}

#w-node-_60071d9a-0e16-5428-0a43-26091d127c27-fbd96766 {
  place-self: stretch end;
}

#w-node-_96ab7e50-3fd8-d8e8-a9db-7f1d1032f6d7-fbd96766, #w-node-_96ab7e50-3fd8-d8e8-a9db-7f1d1032f6e9-fbd96766 {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_4f5df40e-71e5-67e9-2815-b5c0449370a5-947732bb, #w-node-_93004bf9-f53b-2543-643b-7d6d29b28029-947732bb, #w-node-_018e5141-9e6c-63b3-3929-749f3eab84ae-947732bb {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-a73de3e3-922c-609f-9098-1fd4d8e0c5d2-947732bb, #w-node-e8981e83-505b-12b7-d8e5-54616e0d075a-947732bb, #w-node-_46185dd5-8511-2130-a34a-5bd3e1b8b8dc-947732bb {
    order: -9999;
  }

  #w-node-_60071d9a-0e16-5428-0a43-26091d127c22-fbd96766 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7622cda9-5be5-add7-f216-aee461a7a1ab-947732bb {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
}


