:root {
  --burlywood: #f6c370;
  --dark-gray: #1b1b1b;
  --dark-goldenrod: #b9955b;
}

.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;
}

a {
  color: var(--burlywood);
  text-decoration: none;
}

a:hover {
  color: #fff;
}

.body {
  color: #e6e6e6;
  background-color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}

.site-content {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.top-logo {
  object-fit: contain;
  width: 250px;
}

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

.hero-section {
  object-fit: cover;
  background-image: linear-gradient(#00000080, #b9955b80);
  flex-direction: column;
  align-items: center;
  width: 100vw;
  height: 40vh;
  padding-top: 0;
  display: flex;
  position: relative;
}

.hero-right {
  width: 50vw;
  display: none;
}

.button {
  transform: scale3d(1none, 1none, 1none);
  color: #000;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff0;
  background-image: linear-gradient(#ffffffa3, #ffffffa3);
  border-radius: 7px;
  width: 210px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 20px;
  transition: transform .2s;
}

.button:hover {
  background-color: var(--burlywood);
  color: #000;
  background-image: linear-gradient(#fff0, #fff0);
  transform: scale(1.05);
}

.button.is-top {
  background-color: var(--burlywood);
  box-shadow: none;
  transform: scale3d(1none, 1none, 1none);
  color: #000;
  transform-style: preserve-3d;
  background-image: none;
  width: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: background-color .2s, transform .2s;
}

.button.is-top:hover {
  box-shadow: none;
  background-color: #fff;
}

.button.is-dvd {
  background-color: #969696;
  background-image: none;
  width: 160px;
  margin-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: background-color .2s, transform .2s;
  display: inline-block;
}

.button.is-dvd:hover {
  background-color: #fff;
}

.button.is-dvd.is-header {
  width: 160px;
}

.hero-left {
  justify-content: center;
  width: 50vw;
  margin-top: 250px;
  display: none;
}

.background-video {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-button-container {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0000004d;
  border: 1px #000;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 100px;
  padding: 50px;
  display: flex;
  box-shadow: 6px 6px 20px 7px #0000003d;
}

.hero-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.3;
}

.hero-subhed {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 50px;
  font-size: 16px;
  font-weight: 400;
}

.top-bar {
  z-index: 2;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 150px;
  display: flex;
  position: sticky;
  top: 0;
}

.hero-content {
  align-items: center;
  width: 100vw;
  margin-top: 0;
  margin-bottom: 145px;
  display: flex;
}

.laurels-section {
  background-color: var(--burlywood);
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100vw;
  padding-top: 75px;
  padding-bottom: 75px;
  display: flex;
}

.quotes-section {
  background-color: var(--dark-gray);
  justify-content: space-around;
  align-items: center;
  width: 100vw;
  padding-top: 75px;
  padding-bottom: 75px;
}

.quote-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 650px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.quote-block.is-long {
  width: 100%;
  max-width: 100%;
  margin-top: 75px;
  margin-bottom: 75px;
  padding: 0;
}

.quote-block.is-highlight {
  align-items: center;
}

.quote-content {
  text-align: center;
  padding-bottom: 30px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.6;
}

.quote-content.is-highlight {
  text-align: center;
  padding-top: 30px;
  font-size: 30px;
}

.quote-author-text {
  color: #757575;
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  display: block;
}

.quote-author-text.is-highlight {
  margin-top: 0;
  margin-left: 12px;
  font-size: 20px;
}

.footer {
  background-color: #292929;
  width: 100vw;
}

.film-synopsis {
  margin-top: 75px;
  margin-bottom: 75px;
}

.container {
  flex: 1;
  max-width: 800px;
}

.container.is-quotes {
  justify-content: space-between;
  align-items: center;
  max-width: 90vw;
  display: flex;
}

.container.is-synopsis.is-orange-strip {
  align-items: center;
  display: flex;
}

.container.is-center {
  text-align: center;
}

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

.container.is-wide {
  max-width: 1920px;
  padding-left: 10vw;
  padding-right: 10vw;
}

.container.is-top {
  justify-content: space-between;
  align-items: center;
  max-width: 90vw;
  display: flex;
}

.quotes-section-4 {
  background-color: var(--dark-gray);
  justify-content: space-around;
  align-items: center;
  width: 100vw;
}

.film-still-section {
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  display: flex;
  overflow: hidden;
}

.film-still {
  width: 33.34%;
}

.laurel {
  filter: invert();
  width: 200px;
  margin-left: 39px;
  margin-right: 39px;
}

.laurel.is-sxsw {
  object-fit: contain;
  height: 125px;
}

.quotes-section-3 {
  background-color: var(--dark-gray);
  justify-content: space-around;
  align-items: center;
  width: 100vw;
}

.contact-section {
  background-color: var(--burlywood);
  width: 100vw;
  padding-top: 75px;
  padding-bottom: 75px;
}

.laurels-heading {
  color: #000;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}

.text-span {
  font-size: 30px;
  font-weight: 400;
}

.contact-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.4;
}

.list-item {
  border-top: 1px #333;
  border-bottom: 1px solid #353535;
  margin-top: 15px;
  padding-top: 0;
  padding-bottom: 15px;
  font-size: 14px;
  line-height: 1.5;
  list-style-type: none;
}

.list-item.is-press {
  font-size: 18px;
  line-height: 1.6;
}

.screening-history-section {
  width: 100vw;
  padding-top: 75px;
  padding-bottom: 75px;
}

.columns {
  margin-top: 39px;
}

.list, .list-2 {
  padding-left: 0;
}

.press-coverage {
  width: 100vw;
  height: 400px;
  margin-top: 75px;
  margin-bottom: 75px;
  position: relative;
  overflow: hidden;
}

.press-show-more {
  background-image: linear-gradient(#0000, #000 78%);
  justify-content: center;
  align-items: flex-end;
  height: 125px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.show-more-link-block {
  cursor: pointer;
  padding-top: 40px;
  padding-left: 70px;
  padding-right: 70px;
}

.awards-section {
  width: 100vw;
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  overflow: hidden;
}

.section-header {
  margin-bottom: 30px;
}

.section-header.is-watch {
  margin-top: 0;
}

.soundtrack-section {
  background-color: var(--burlywood);
  align-items: center;
  width: 100vw;
  padding-top: 75px;
  padding-bottom: 75px;
}

.link-on-orange {
  color: #000;
  text-decoration: underline;
}

.link-on-orange:hover {
  color: #fff;
  text-decoration: underline;
}

.soundtrack-blurb {
  color: #000;
  margin-left: 50px;
}

.image {
  width: 300px;
}

.tribune-article-section {
  background-color: var(--burlywood);
  align-items: center;
  width: 100vw;
  padding-top: 75px;
  padding-bottom: 75px;
}

.hsg-blurb {
  color: #000;
  margin-right: 50px;
}

.text-block-3 {
  font-size: 18px;
  display: inline;
}

.amazon-logo {
  height: 19px;
  margin-right: 12px;
  display: inline;
}

.trailer-section {
  justify-content: flex-end;
  align-items: center;
  width: 90vw;
  max-width: 1920px;
  min-height: 50vh;
  padding: 75px;
  display: flex;
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer-text {
  color: #8f8f8f;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-right: 35px;
  font-size: 12px;
}

.synopsis-copy {
  max-width: 800px;
}

.ugc-reviews {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding-bottom: 0;
  display: flex;
}

.progress-track {
  background-color: var(--burlywood);
  transform-origin: 0%;
  height: 5px;
  position: absolute;
  inset: auto 0% 0%;
}

.quote-author-pic {
  border-radius: 100vw;
  width: 50px;
  height: 50px;
  display: block;
}

.quote-author-pic.is-highlight {
  width: 40px;
  height: 40px;
}

.quote-author {
  border-top: 3px none var(--burlywood);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.quote-author.is-highlight {
  flex-direction: row;
  margin-top: 20px;
  font-size: 20px;
}

.outlet-logo {
  opacity: .4;
  width: 180px;
  margin-bottom: 20px;
}

.outlet-logo.is-variety {
  width: 140px;
}

.rent-buy-links {
  background-color: var(--dark-gray);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding-top: 75px;
  padding-bottom: 75px;
  display: flex;
}

.image-4 {
  height: 100px;
  margin-right: 51px;
  padding-right: 0;
}

.image-5 {
  height: 50px;
  margin-right: 40px;
}

.lead-in {
  font-size: 28px;
  font-weight: 600;
}

.vertical-divider {
  background-color: var(--burlywood);
  width: 2px;
  height: 100%;
  margin-left: 100px;
  margin-right: 100px;
}

.vertical-divider.is-highlight {
  margin-left: 55px;
  margin-right: 55px;
}

.quotes-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  align-items: center;
  padding-top: 75px;
  padding-bottom: 75px;
}

.quotes-grid.is-highlight {
  grid-template-columns: 1fr .25fr 1fr .25fr 1fr;
}

.ugc-review-img {
  height: 150px;
}

.ugc-review-img._1 {
  height: 200px;
  padding-left: 100px;
  padding-right: 100px;
}

.ugc-review-img._2 {
  height: 150px;
}

.ugc-container {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 800px;
  display: flex;
}

.gtm-block {
  display: none;
}

@media screen and (max-width: 991px) {
  .body {
    font-size: 14px;
  }

  .top-logo {
    width: 175px;
  }

  .hero-section {
    height: 20vh;
  }

  .button.is-top {
    padding-bottom: 12px;
  }

  .button.is-top.is-header {
    width: 160px;
    padding-top: 6px;
    padding-bottom: 8px;
  }

  .button.is-dvd {
    padding-bottom: 12px;
  }

  .button.is-dvd.is-header {
    width: 130px;
    padding-top: 6px;
    padding-bottom: 8px;
  }

  .top-bar {
    height: 125px;
  }

  .quote-content, .quote-content.is-highlight {
    font-size: 20px;
  }

  .quote-author-text {
    font-size: 14px;
  }

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

  .container.is-top {
    padding-left: 0;
    padding-right: 0;
  }

  .laurel {
    width: 140px;
  }

  .awards-list {
    font-size: 14px;
  }

  .section-header {
    font-size: 28px;
  }

  .soundtrack-blurb, .hsg-blurb {
    font-size: 18px;
  }

  .text-block-3.is-header {
    font-size: 15px;
  }

  .amazon-logo.is-header {
    height: 16px;
    margin-right: 8px;
  }

  .trailer-section {
    align-items: flex-start;
    min-height: 30vh;
    padding: 25px 0;
  }

  .footer-text {
    font-size: 10px;
  }

  .quote-author-pic {
    width: 40px;
    height: 40px;
  }

  .quote-author-pic.is-highlight {
    width: 30px;
    height: 30px;
  }

  .outlet-logo {
    width: 140px;
  }

  .italic-text {
    font-size: 14px;
  }

  .lead-in {
    font-size: 22px;
  }

  .quotes-grid.is-highlight {
    padding-top: 0;
    padding-bottom: 0;
  }

  .ugc-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .top-logo {
    width: 140px;
  }

  .hero-section {
    height: 20vh;
    display: none;
  }

  .button.is-top.is-header {
    width: 100px;
    padding-top: 0;
    padding-bottom: 4px;
  }

  .button.is-dvd.is-header {
    width: 80px;
    margin-right: 30px;
    padding-top: 0;
    padding-bottom: 4px;
  }

  .top-bar {
    height: 75px;
  }

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

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

  .quote-block.is-long {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .quote-content {
    font-size: 16px;
  }

  .quote-content.is-highlight {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 1.4;
  }

  .quote-author-text {
    font-size: 10px;
  }

  .quote-author-text.is-highlight {
    margin-left: 10px;
    font-size: 10px;
    line-height: 1;
  }

  .film-synopsis {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .container {
    max-width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.is-laurels {
    max-width: 100vw;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .laurel {
    width: 100px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .contact-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .laurels-heading {
    margin-top: 25px;
    font-size: 16px;
  }

  .text-span {
    font-size: 18px;
  }

  .contact-heading {
    font-size: 24px;
  }

  .list-item.is-press {
    margin-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

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

  .columns {
    margin-top: 0;
  }

  .press-coverage {
    margin-top: 50px;
    margin-bottom: 50px;
  }

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

  .soundtrack-img {
    width: 130px;
  }

  .soundtrack-blurb {
    margin-left: 25px;
    font-size: 14px;
  }

  .image {
    width: 130px;
  }

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

  .hsg-blurb {
    margin-right: 25px;
    font-size: 14px;
  }

  .text-block-3.is-header {
    font-size: 11px;
  }

  .amazon-logo.is-header {
    height: 14px;
    display: none;
  }

  .trailer-section {
    width: 95vw;
    min-height: 20vh;
  }

  .footer-text {
    padding-top: 15px;
    padding-right: 0;
  }

  .synopsis-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .quote-author-pic {
    width: 35px;
    height: 35px;
  }

  .quote-author-pic.is-highlight {
    width: 25px;
    height: 25px;
  }

  .quote-author.is-highlight {
    margin-top: 15px;
  }

  .outlet-logo {
    width: 120px;
    margin-bottom: 15px;
  }

  .outlet-logo.is-variety {
    width: 120px;
  }

  .italic-text {
    font-size: 10px;
  }

  .rent-buy-links {
    padding-top: 30px;
    padding-bottom: 55px;
  }

  .vertical-divider, .vertical-divider.is-highlight {
    width: 1px;
    margin-left: 1px;
    margin-right: 1px;
  }

  .quotes-grid {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ugc-review-img._1 {
    flex: 1;
    height: 120px;
    padding-left: 0;
    padding-right: 0;
  }

  .ugc-review-img._2 {
    flex: 0 auto;
    height: 120px;
  }

  .ugc-container {
    max-width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .button.is-top {
    width: 160px;
    padding-top: 6px;
    padding-bottom: 10px;
  }

  .button.is-top.is-header {
    padding-bottom: 6px;
  }

  .button.is-dvd {
    width: 120px;
    margin-right: 20px;
    padding-top: 6px;
    padding-bottom: 10px;
  }

  .button.is-dvd.is-header {
    display: none;
  }

  .laurels-section {
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .quotes-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .quote-block.is-long {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .quote-content {
    padding-bottom: 15px;
    font-size: 12px;
  }

  .quote-content.is-highlight {
    font-size: 12px;
  }

  .quote-author-text {
    font-size: 8px;
  }

  .quote-author-text.is-highlight {
    margin-left: 8px;
    font-size: 8px;
  }

  .film-synopsis {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .container.is-laurels {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .laurel {
    width: 70px;
    margin-left: 0;
    margin-right: 0;
  }

  .laurel.is-sxsw {
    flex: 1;
    margin-left: 15%;
    margin-right: 15%;
  }

  .laurel._1 {
    flex: 0 auto;
    margin-right: 0;
  }

  .laurel._3 {
    flex: 0 auto;
  }

  .laurels-heading {
    margin-top: 0;
    font-size: 12px;
  }

  .text-span {
    font-size: 14px;
  }

  .contact-heading {
    font-size: 18px;
  }

  .list-item {
    margin-top: 10px;
    padding-bottom: 10px;
    font-size: 10px;
  }

  .list-item.is-press {
    font-size: 12px;
  }

  .screening-history-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .press-coverage {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .show-more-link-block {
    font-size: 12px;
  }

  .awards-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .awards-list {
    font-size: 10px;
  }

  .section-header {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px;
  }

  .section-header.is-watch {
    margin-bottom: 20px;
  }

  .soundtrack-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .soundtrack-img {
    width: 90px;
  }

  .soundtrack-blurb {
    font-size: 10px;
  }

  .image {
    width: 110px;
  }

  .tribune-article-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .hsg-blurb {
    font-size: 10px;
  }

  .text-block-3 {
    font-size: 15px;
  }

  .amazon-logo {
    height: 16px;
    margin-right: 8px;
  }

  .amazon-logo.is-header {
    display: none;
  }

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

  .footer-text {
    padding-top: 5px;
    padding-bottom: 15px;
  }

  .synopsis-copy {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
  }

  .button-container {
    align-items: center;
    display: flex;
  }

  .quote-author-pic {
    width: 30px;
    height: 30px;
  }

  .quote-author-pic.is-highlight {
    width: 20px;
    height: 20px;
  }

  .quote-author.is-highlight {
    margin-top: 10px;
  }

  .outlet-logo {
    margin-bottom: 10px;
  }

  .outlet-logo.is-variety {
    width: 80px;
  }

  .italic-text {
    font-size: 8px;
  }

  .rent-buy-links {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .lead-in {
    font-size: 18px;
  }

  .quotes-grid {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .ugc-review-img._1 {
    height: 70px;
  }

  .ugc-review-img._2 {
    width: 25%;
    height: 70px;
  }

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

#w-node-_67a3bebe-50da-0b2e-d8b0-1b9c643c28d7-c52d4827, #w-node-b7d7affa-e74a-a4bb-2ced-9bbbca6e46ac-c52d4827, #w-node-_19a6a8d3-f060-8257-4142-7cb89bb7a19b-c52d4827, #w-node-_1b9fb3e0-205c-46a4-51c2-66f299f29b1f-c52d4827 {
  place-self: center;
}

#w-node-_9962a81d-79b0-54f5-4921-87b149dc0651-c52d4827, #w-node-_856a3260-9c01-63d4-4d9d-847cefad38ad-c52d4827, #w-node-_8923ae14-aa2e-ef20-211e-4ee84b400aba-c52d4827 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


