/* - - - - - - - - - - - - - - - - - -

// Slate 2020 Theme

// - - - - - - - - - - - - - - - - - - */
html {
  font-family: var(--font-family), "Ubuntu", sans-serif;
}

.showreel--2020 {
  /* Bourbon & Neat Libraries ***********************/
  /* scrollbar height/width & offset from container borders */
  /* update scrollbar offset if both scrolls are visible */
}
.showreel--2020 .tns-outer {
  padding: 0 !important;
}
.showreel--2020 .tns-outer [hidden] {
  display: none !important;
}
.showreel--2020 .tns-outer [aria-controls], .showreel--2020 .tns-outer [data-action] {
  cursor: pointer;
}
.showreel--2020 .tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
.showreel--2020 .tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.showreel--2020 .tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.showreel--2020 .tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  white-space: normal;
}
.showreel--2020 .tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.showreel--2020 .tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.showreel--2020 .tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}
.showreel--2020 .tns-no-calc {
  position: relative;
  left: 0;
}
.showreel--2020 .tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.showreel--2020 .tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}
.showreel--2020 .tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.showreel--2020 .tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.showreel--2020 .tns-autowidth {
  display: inline-block;
}
.showreel--2020 .tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}
.showreel--2020 .tns-lazy-img.tns-complete {
  opacity: 1;
}
.showreel--2020 .tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}
.showreel--2020 .tns-ovh {
  overflow: hidden;
}
.showreel--2020 .tns-visually-hidden {
  position: absolute;
  left: -10000em;
}
.showreel--2020 .tns-transparent {
  opacity: 0;
  visibility: hidden;
}
.showreel--2020 .tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}
.showreel--2020 .tns-normal, .showreel--2020 .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}
.showreel--2020 .tns-vpfix {
  white-space: nowrap;
}
.showreel--2020 .tns-vpfix > div, .showreel--2020 .tns-vpfix > li {
  display: inline-block;
}
.showreel--2020 .tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.showreel--2020 .tns-t-ct {
  width: 2333.3333333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.showreel--2020 .tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.showreel--2020 .tns-t-ct > div {
  width: 1.4285714286%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left;
}
.showreel--2020 {
  --background-colour: #ffffff;
  --background-alt-colour: #f3f4f4;
  --text-strong-colour: #232828;
  --text-medium-colour: #4f5c5d;
  --text-light-colour: #99a0a0;
  background: var(--background-colour);
}
.showreel--2020 header, .showreel--2020 footer, .showreel--2020 section {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
}
.showreel--2020 section {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .showreel--2020 section {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 section {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1280px) {
  .showreel--2020 section {
    margin-top: 100px;
  }
}
.showreel--2020 .section__label {
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--text-light-colour);
}
.showreel--2020 .wrap {
  position: relative;
  margin: 0 auto;
  max-width: 480px;
  padding: 0 16px;
}
@media only screen and (min-width: 768px) {
  .showreel--2020 .wrap {
    max-width: 768px;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .wrap {
    max-width: 1024px;
  }
}
@media only screen and (min-width: 1280px) {
  .showreel--2020 .wrap {
    max-width: 1280px;
  }
}
.showreel--2020 .row {
  margin: 0 -8px;
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .row {
    margin: 0 -16px;
  }
}
.showreel--2020 .row:after {
  content: "";
  clear: both;
  display: table;
}
.showreel--2020 .column {
  float: left;
  width: 100%;
  padding: 0 8px;
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .column {
    padding: 0 16px;
  }
}
@media only screen and (min-width: 768px) {
  .showreel--2020 .column--2 {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .showreel--2020 .column--3 {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .column--3 {
    width: 33.33%;
  }
}
.showreel--2020 .column--4 {
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .showreel--2020 .column--4 {
    width: 33.33%;
  }
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .column--4 {
    width: 25%;
  }
}
.showreel--2020 .header {
  padding: 16px 0;
  line-height: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: opacity 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: opacity 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.2, 0.3, 0, 1);
  transition: opacity 0.5s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 768px) {
  .showreel--2020 .header {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .header .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1280px) {
  .showreel--2020 .header {
    padding: 40px 0;
  }
}
.showreel--2020 .header--loaded {
  opacity: 1;
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .header--loaded .header__title h1 {
    position: relative;
    white-space: normal;
  }
}
.showreel--2020 .header__logo {
  display: flex;
  align-items: center;
  max-width: 45%;
  min-height: 23px;
}
.showreel--2020 .header__logo a {
  display: inline-block;
}
.showreel--2020 .header__logo img {
  display: block;
  max-width: 150px;
  max-height: 60px;
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .header__logo {
    align-items: center;
    justify-content: center;
    order: 2;
    flex-grow: 1;
    max-width: none;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .showreel--2020 .header__logo.header--logo-wide a img {
    max-width: 300px;
    max-height: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .header__logo.header--logo-medium a img {
    max-width: 200px;
    max-height: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .showreel--2020 .header__logo.header--logo-square a img {
    max-width: 140px;
    max-height: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .header__logo.header--logo-square a img {
    max-height: 100px;
  }
}
.showreel--2020 .header__title {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .showreel--2020 .header__title {
    margin-top: 30px;
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .header__title {
    text-align: left;
    margin: 0;
    width: 33.33%;
  }
}
.showreel--2020 .header__title h1 {
  margin: 0;
  font-size: 20px;
  font-weight: 300;
  color: var(--text-strong-colour);
}
@media only screen and (min-width: 768px) {
  .showreel--2020 .header__title h1 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .header__title h1 {
    font-size: 24px;
    position: absolute;
    white-space: nowrap;
  }
}
.showreel--2020 .header__title a {
  display: inline-block;
  margin: 10px 0 0 15px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .header__title a {
    opacity: 0.7;
    -webkit-transition: opacity 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: opacity 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    -ms-transition: opacity 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    -o-transition: opacity 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    transition: opacity 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  }
  .showreel--2020 .header__title a:hover {
    opacity: 1;
  }
}
.showreel--2020 .header__title a svg {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.showreel--2020 .header__title a:first-of-type {
  margin-left: 0;
}
.showreel--2020 .header__title--below {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .header--title-below .header__title:not(.header__title--below) h1 {
    display: none;
  }
}
.showreel--2020 .header--title-below .header__title:not(.header__title--below) a {
  margin-top: 0;
  line-height: 43px;
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .header--title-below .header__title--below {
    display: block;
    margin: 26px auto 0;
    padding: 0 20px;
    width: 100%;
    max-width: 1024px;
    text-align: center;
  }
  .showreel--2020 .header--title-below .header__title--below h1 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .showreel--2020 .header--title-below .header__title--below {
    max-width: 1280px;
  }
}
.showreel--2020 .header__menu-wrap {
  position: absolute;
  top: -10px;
  right: 6px;
}
@media only screen and (min-width: 768px) {
  .showreel--2020 .header__menu-wrap {
    right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .header__menu-wrap {
    position: relative;
    top: auto;
    right: auto;
    order: 3;
    width: 33.33%;
  }
}
.showreel--2020 .header__menu {
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .showreel--2020 .header__menu {
    right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .header__menu {
    position: relative;
    float: right;
    top: auto;
    right: auto;
    order: 3;
    margin-right: -20px;
  }
}
.showreel--2020 .header__menu li {
  float: left;
}
.showreel--2020 .header__menu li a {
  display: block;
  padding: 0 10px;
  line-height: 43px;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  cursor: pointer;
  color: var(--main-accent-colour);
}
@media only screen and (min-width: 768px) {
  .showreel--2020 .header__menu li a {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .header__menu li a {
    opacity: 0.7;
    -webkit-transition: opacity 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: opacity 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    -ms-transition: opacity 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    -o-transition: opacity 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    transition: opacity 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  }
  .showreel--2020 .header__menu li a:hover {
    opacity: 1;
  }
}
.showreel--2020 .header__menu li a span {
  display: none;
}
@media only screen and (min-width: 768px) {
  .showreel--2020 .header__menu li a span {
    display: inline;
  }
}
.showreel--2020 .header__menu li a svg {
  display: inline-block;
  vertical-align: text-bottom;
  width: 6px;
  height: 14px;
  margin-right: 6px;
}
.showreel--2020 .header__menu__burger {
  display: block;
  position: relative;
  padding: 10px;
  height: 43px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .showreel--2020 .header__menu__burger {
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .header__menu__burger {
    opacity: 0.7;
    -webkit-transition: opacity 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: opacity 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    -ms-transition: opacity 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    -o-transition: opacity 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    transition: opacity 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  }
  .showreel--2020 .header__menu__burger span:before,
.showreel--2020 .header__menu__burger span:after {
    -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  }
  .showreel--2020 .header__menu__burger:hover {
    opacity: 1;
  }
  .showreel--2020 .header__menu__burger:hover span:before {
    -moz-transform: translate(0, 2px);
    -o-transform: translate(0, 2px);
    -ms-transform: translate(0, 2px);
    -webkit-transform: translate(0, 2px);
    transform: translate(0, 2px);
  }
  .showreel--2020 .header__menu__burger:hover span:after {
    -moz-transform: translate(0, -2px);
    -o-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    -webkit-transform: translate(0, -2px);
    transform: translate(0, -2px);
  }
}
.showreel--2020 .header__menu__burger span {
  position: relative;
  display: block;
  width: 40px;
  height: 3px;
  background: var(--main-accent-colour);
}
.showreel--2020 .header__menu__burger span:before, .showreel--2020 .header__menu__burger span:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--main-accent-colour);
}
.showreel--2020 .header__menu__burger span:before {
  top: -10px;
}
.showreel--2020 .header__menu__burger span:after {
  top: 10px;
}
.showreel--2020 .breadcrumbs {
  display: none;
  padding: 15px 0;
  min-height: 40px;
  background: var(--background-alt-colour);
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: opacity 1s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: opacity 1s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: opacity 1s cubic-bezier(0.2, 0.3, 0, 1);
  transition: opacity 1s cubic-bezier(0.2, 0.3, 0, 1);
}
.showreel--2020 .breadcrumbs--on {
  display: block;
}
.showreel--2020 .breadcrumbs--loaded {
  opacity: 1;
}
.showreel--2020 .breadcrumbs ul {
  margin: 0;
  display: flex;
  gap: 30px;
}
.showreel--2020 .breadcrumbs ul li {
  position: relative;
  font-size: 10px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.showreel--2020 .breadcrumbs ul li:before {
  content: "";
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><path d="M64 448c-8.188 0-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75 0-45.25L178.8 256L41.38 118.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l160 160c12.5 12.5 12.5 32.75 0 45.25l-160 160C80.38 444.9 72.19 448 64 448z"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.25;
  position: absolute;
  width: 12px;
  height: 13px;
  left: -19px;
  top: -2px;
}
.showreel--2020 .breadcrumbs ul li:first-of-type:before {
  content: none;
}
.showreel--2020 .breadcrumbs ul li a {
  color: var(--text-light-colour);
}
.showreel--2020 .breadcrumbs ul li a:hover {
  color: var(--main-accent-colour);
}
.showreel--2020.dark .breadcrumbs ul li:before {
  filter: invert(1);
}
.showreel--2020.custom .breadcrumbs {
  background: rgba(0, 0, 0, 0.1);
}
.showreel--2020.custom .breadcrumbs ul li a {
  opacity: 0.7;
}
.showreel--2020.custom .breadcrumbs ul li a:hover {
  opacity: 1;
}
.showreel--2020.custom--dark .breadcrumbs ul li:before {
  filter: invert(1);
}
.showreel--2020 .hero {
  display: none;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .showreel--2020 .hero {
    display: block;
    position: relative;
    line-height: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
    -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
    -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
    transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  }
  .showreel--2020 .hero.loaded {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .hero {
    margin-top: 0;
  }
}
.showreel--2020 .slide {
  position: relative;
  cursor: pointer;
  padding: 0 10px;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .showreel--2020 .slide {
    width: 648px;
  }
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .slide {
    padding: 0 16px;
    width: calc(60vh * 1.77);
    max-width: 900px;
    min-width: 700px;
  }
}
@media only screen and (min-width: 1280px) {
  .showreel--2020 .slide {
    max-width: 1060px;
    min-width: 860px;
  }
}
.showreel--2020 .slide__inner {
  position: relative;
}
.showreel--2020 .slide__inner:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: -2px;
  left: -2px;
  height: 32px;
  background: var(--background-colour);
  -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 1280px) {
  .showreel--2020 .slide__inner:before {
    height: 64px;
  }
}
.showreel--2020 .slide__inner:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: -2px;
  left: -2px;
  height: 32px;
  background: var(--background-colour);
  -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 1280px) {
  .showreel--2020 .slide__inner:after {
    height: 64px;
  }
}
.showreel--2020 .slide__image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  background: #0b1d2e;
  opacity: 0.2;
  -webkit-transition: opacity 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: opacity 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: opacity 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: opacity 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  transition: opacity 0.6s cubic-bezier(0.2, 0.3, 0, 1);
}
.showreel--2020 .slide__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}
.showreel--2020 .slide__video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.showreel--2020 .slide__video video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.showreel--2020 .slide__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(-60deg, rgba(35, 40, 40, 0.25) 0%, rgba(35, 40, 40, 0) 50%, rgba(35, 40, 40, 0.25) 100%);
  background: -webkit-linear-gradient(-60deg, rgba(35, 40, 40, 0.25) 0%, rgba(35, 40, 40, 0) 50%, rgba(35, 40, 40, 0.25) 100%);
  background: linear-gradient(120deg, rgba(35, 40, 40, 0.25) 0%, rgba(35, 40, 40, 0) 50%, rgba(35, 40, 40, 0.25) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#40232828", endColorstr="#40232828",GradientType=1 );
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: opacity 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: opacity 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: opacity 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  transition: opacity 0.6s cubic-bezier(0.2, 0.3, 0, 1);
}
.showreel--2020 .slide__title {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 18px 20px;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .showreel--2020 .slide__title {
    max-width: 440px;
    padding: 24px 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .slide__title {
    max-width: 500px;
  }
}
@media only screen and (min-width: 1280px) {
  .showreel--2020 .slide__title {
    padding: 34px 40px;
    max-width: 620px;
  }
}
.showreel--2020 .slide__title h2, .showreel--2020 .slide__title h3 {
  margin: 0;
  line-height: 1;
  letter-spacing: -0.02em;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
  -moz-transform: translate(0, 16px);
  -o-transform: translate(0, 16px);
  -ms-transform: translate(0, 16px);
  -webkit-transform: translate(0, 16px);
  transform: translate(0, 16px);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
}
.showreel--2020 .slide__title h2 {
  font-size: 25px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .showreel--2020 .slide__title h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .slide__title h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .showreel--2020 .slide__title h2 {
    font-size: 50px;
  }
}
.showreel--2020 .slide__title h3 {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .showreel--2020 .slide__title h3 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .slide__title h3 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 1280px) {
  .showreel--2020 .slide__title h3 {
    font-size: 30px;
  }
}
.showreel--2020 .slide__details {
  position: absolute;
  bottom: 18px;
  right: 20px;
}
@media only screen and (min-width: 768px) {
  .showreel--2020 .slide__details {
    bottom: 28px;
    right: 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .showreel--2020 .slide__details {
    bottom: 36px;
    right: 40px;
  }
}
.showreel--2020 .slide__detail {
  float: left;
  text-align: right;
  line-height: 1;
  padding-left: 30px;
  opacity: 0;
  -moz-transform: translate(-32px, 0);
  -o-transform: translate(-32px, 0);
  -ms-transform: translate(-32px, 0);
  -webkit-transform: translate(-32px, 0);
  transform: translate(-32px, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
}
.showreel--2020 .slide__detail:first-child {
  padding-left: 0;
}
@media only screen and (min-width: 1280px) {
  .showreel--2020 .slide__detail {
    padding-left: 40px;
  }
}
.showreel--2020 .slide__detail__label {
  font-size: 9px;
  line-height: 17px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.6);
}
.showreel--2020 .slide__detail__value {
  margin-top: 6px;
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: -0.02em;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 768px) {
  .showreel--2020 .slide__detail__value {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .slide__detail__value {
    font-size: 19px;
  }
}
@media only screen and (min-width: 1280px) {
  .showreel--2020 .slide__detail__value {
    font-size: 20px;
  }
}
.showreel--2020 .tns-controls:focus {
  outline: none;
}
.showreel--2020 .tns-controls [data-controls=prev],
.showreel--2020 .tns-controls [data-controls=next] {
  position: absolute;
  top: 0;
  bottom: 0;
  border: 0;
  background: transparent;
}
.showreel--2020 .tns-controls [data-controls=prev] svg,
.showreel--2020 .tns-controls [data-controls=next] svg {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 52px;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  fill: var(--main-accent-colour);
}
@media only screen and (min-width: 768px) {
  .showreel--2020 .tns-controls [data-controls=prev],
.showreel--2020 .tns-controls [data-controls=next] {
    width: calc(50vw - 314px);
  }
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .tns-controls [data-controls=prev],
.showreel--2020 .tns-controls [data-controls=next] {
    width: calc((100vw - (60vh * 1.77)) / 2);
    min-width: calc(50vw - 450px);
    max-width: calc(50vw - 350px);
  }
  .showreel--2020 .tns-controls [data-controls=prev] svg,
.showreel--2020 .tns-controls [data-controls=next] svg {
    opacity: 0.4;
    -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  }
  .showreel--2020 .tns-controls [data-controls=prev]:hover svg,
.showreel--2020 .tns-controls [data-controls=next]:hover svg {
    opacity: 1;
  }
}
@media only screen and (min-width: 1280px) {
  .showreel--2020 .tns-controls [data-controls=prev],
.showreel--2020 .tns-controls [data-controls=next] {
    min-width: calc(50vw - 530px);
    max-width: calc(50vw - 430px);
  }
}
.showreel--2020 .tns-controls [data-controls=prev] {
  left: 0;
}
.showreel--2020 .tns-controls [data-controls=prev] svg {
  left: calc(50% - 16px);
}
.showreel--2020 .tns-controls [data-controls=next] {
  right: 0;
}
.showreel--2020 .tns-controls [data-controls=next] svg {
  left: calc(50% + 16px);
}
.showreel--2020 .hero.loaded .tns-item:not(.tns-slide-active) + .tns-slide-active + .tns-slide-active {
  pointer-events: all;
}
.showreel--2020 .hero.loaded .tns-item:not(.tns-slide-active) + .tns-slide-active + .tns-slide-active .slide__inner:before {
  -moz-transform: translate(0, -32px);
  -o-transform: translate(0, -32px);
  -ms-transform: translate(0, -32px);
  -webkit-transform: translate(0, -32px);
  transform: translate(0, -32px);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
  -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
  -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
  -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
}
@media only screen and (min-width: 1280px) {
  .showreel--2020 .hero.loaded .tns-item:not(.tns-slide-active) + .tns-slide-active + .tns-slide-active .slide__inner:before {
    -moz-transform: translate(0, -64px);
    -o-transform: translate(0, -64px);
    -ms-transform: translate(0, -64px);
    -webkit-transform: translate(0, -64px);
    transform: translate(0, -64px);
  }
}
.showreel--2020 .hero.loaded .tns-item:not(.tns-slide-active) + .tns-slide-active + .tns-slide-active .slide__inner:after {
  -moz-transform: translate(0, 32px);
  -o-transform: translate(0, 32px);
  -ms-transform: translate(0, 32px);
  -webkit-transform: translate(0, 32px);
  transform: translate(0, 32px);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
  -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
  -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
  -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
}
@media only screen and (min-width: 1280px) {
  .showreel--2020 .hero.loaded .tns-item:not(.tns-slide-active) + .tns-slide-active + .tns-slide-active .slide__inner:after {
    -moz-transform: translate(0, 64px);
    -o-transform: translate(0, 64px);
    -ms-transform: translate(0, 64px);
    -webkit-transform: translate(0, 64px);
    transform: translate(0, 64px);
  }
}
.showreel--2020 .hero.loaded .tns-item:not(.tns-slide-active) + .tns-slide-active + .tns-slide-active .slide__image {
  opacity: 1;
}
.showreel--2020 .hero.loaded .tns-item:not(.tns-slide-active) + .tns-slide-active + .tns-slide-active .slide__overlay {
  opacity: 1;
}
.showreel--2020 .hero.loaded .tns-item:not(.tns-slide-active) + .tns-slide-active + .tns-slide-active .slide__title h2 {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
}
.showreel--2020 .hero.loaded .tns-item:not(.tns-slide-active) + .tns-slide-active + .tns-slide-active .slide__title h3 {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
}
.showreel--2020 .hero.loaded .tns-item:not(.tns-slide-active) + .tns-slide-active + .tns-slide-active .slide__detail:nth-child(1) {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 1.2s;
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 1.2s;
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 1.2s;
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 1.2s;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 1.2s;
}
.showreel--2020 .hero.loaded .tns-item:not(.tns-slide-active) + .tns-slide-active + .tns-slide-active .slide__detail:nth-child(2) {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.9s;
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.9s;
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.9s;
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.9s;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.9s;
}
.showreel--2020 .hero.loaded .tns-item:not(.tns-slide-active) + .tns-slide-active + .tns-slide-active .slide__detail:nth-child(3) {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
}
.showreel--2020 .hero.loaded .tns-item:not(.tns-slide-active) + .tns-slide-active + .tns-slide-active:hover .slide__video {
  opacity: 1;
}
.showreel--2020 .hero.loaded.animating .tns-item:not(.tns-slide-active) + .tns-slide-active + .tns-slide-active .slide__inner:before {
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
}
.showreel--2020 .hero.loaded.animating .tns-item:not(.tns-slide-active) + .tns-slide-active + .tns-slide-active .slide__inner:after {
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
}
.showreel--2020 .hero.loaded.animating .tns-item:not(.tns-slide-active) + .tns-slide-active + .tns-slide-active .slide__title h2 {
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
}
.showreel--2020 .hero.loaded.animating .tns-item:not(.tns-slide-active) + .tns-slide-active + .tns-slide-active .slide__title h3 {
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.15s;
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.15s;
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.15s;
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.15s;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.15s;
}
.showreel--2020 .hero.loaded.animating .tns-item:not(.tns-slide-active) + .tns-slide-active + .tns-slide-active .slide__detail:nth-child(1) {
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
}
.showreel--2020 .hero.loaded.animating .tns-item:not(.tns-slide-active) + .tns-slide-active + .tns-slide-active .slide__detail:nth-child(2) {
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
}
.showreel--2020 .hero.loaded.animating .tns-item:not(.tns-slide-active) + .tns-slide-active + .tns-slide-active .slide__detail:nth-child(3) {
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
}
.showreel--2020.single .hero {
  display: block;
}
.showreel--2020.single .slide {
  overflow: hidden;
  pointer-events: all;
  margin: 0 auto;
  width: 100%;
  max-width: 480px;
  padding: 0 16px;
}
@media only screen and (min-width: 768px) {
  .showreel--2020.single .slide {
    max-width: 768px;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .showreel--2020.single .slide {
    max-width: 1024px;
  }
}
@media only screen and (min-width: 1280px) {
  .showreel--2020.single .slide {
    max-width: 1280px;
  }
}
.showreel--2020.single .slide:hover .slide__video {
  opacity: 1;
}
.showreel--2020.single.full_bleed .slide {
  padding: 0;
  max-width: 100%;
}
.showreel--2020.single .hero.loaded .slide {
  overflow: hidden;
  pointer-events: all;
}
.showreel--2020.single .hero.loaded .slide .slide__inner:before {
  -moz-transform: translate(0, -32px);
  -o-transform: translate(0, -32px);
  -ms-transform: translate(0, -32px);
  -webkit-transform: translate(0, -32px);
  transform: translate(0, -32px);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 1280px) {
  .showreel--2020.single .hero.loaded .slide .slide__inner:before {
    -moz-transform: translate(0, -64px);
    -o-transform: translate(0, -64px);
    -ms-transform: translate(0, -64px);
    -webkit-transform: translate(0, -64px);
    transform: translate(0, -64px);
  }
}
.showreel--2020.single .hero.loaded .slide .slide__inner:after {
  -moz-transform: translate(0, 32px);
  -o-transform: translate(0, 32px);
  -ms-transform: translate(0, 32px);
  -webkit-transform: translate(0, 32px);
  transform: translate(0, 32px);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 1280px) {
  .showreel--2020.single .hero.loaded .slide .slide__inner:after {
    -moz-transform: translate(0, 64px);
    -o-transform: translate(0, 64px);
    -ms-transform: translate(0, 64px);
    -webkit-transform: translate(0, 64px);
    transform: translate(0, 64px);
  }
}
.showreel--2020.single .hero.loaded .slide .slide__image {
  opacity: 1;
}
.showreel--2020.single .hero.loaded .slide .slide__overlay {
  opacity: 1;
}
.showreel--2020.single .hero.loaded .slide .slide__title h2 {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
}
.showreel--2020.single .hero.loaded .slide .slide__title h3 {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.15s;
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.15s;
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.15s;
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.15s;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.15s;
}
.showreel--2020.single .hero.loaded .slide .slide__detail:nth-child(1) {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
}
.showreel--2020.single .hero.loaded .slide .slide__detail:nth-child(2) {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
}
.showreel--2020.single .hero.loaded .slide .slide__detail:nth-child(3) {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
}
.showreel--2020 .description {
  margin-top: 26px;
}
@media only screen and (min-width: 768px) {
  .showreel--2020 .description {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .description {
    margin-top: 52px;
  }
}
@media only screen and (min-width: 1280px) {
  .showreel--2020 .description {
    margin-top: 78px;
  }
}
@media only screen and (min-width: 768px) {
  .showreel--2020 .description .wrap {
    max-width: 668px;
  }
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .description .wrap {
    max-width: 1024px;
  }
}
@media only screen and (min-width: 1280px) {
  .showreel--2020 .description .wrap {
    max-width: 1280px;
  }
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .description .section__label {
    position: absolute;
    top: 16px;
    left: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .showreel--2020 .description .section__label {
    top: 18px;
  }
}
.showreel--2020 .description__text {
  margin-top: 16px;
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .description__text {
    max-width: 620px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1280px) {
  .showreel--2020 .description__text {
    max-width: 700px;
  }
}
.showreel--2020 .description__text p {
  margin: 10px 0 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.8;
  color: var(--text-strong-colour);
}
@media only screen and (min-width: 768px) {
  .showreel--2020 .description__text p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .showreel--2020 .description__text p {
    font-size: 22px;
  }
}
.showreel--2020 .description__text p:first-child {
  margin-top: 0;
}
.showreel--2020 .grid {
  margin-top: 32px;
}
@media only screen and (min-width: 768px) {
  .showreel--2020 .grid {
    margin-top: 52px;
  }
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .grid {
    margin-top: 68px;
  }
}
@media only screen and (min-width: 1280px) {
  .showreel--2020 .grid {
    margin-top: 86px;
  }
}
.showreel--2020 .grid .column {
  margin-top: 16px;
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .grid .column {
    margin-top: 32px;
  }
}
@media only screen and (min-width: 768px) {
  .showreel--2020 .grid .column:nth-child(2) {
    margin-top: 48px;
  }
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .grid .column:nth-child(2) {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1280px) {
  .showreel--2020 .grid .column:nth-child(2) {
    margin-top: 96px;
  }
}
.showreel--2020 .grid .section__label {
  margin-bottom: 6px;
}
@media only screen and (min-width: 768px) {
  .showreel--2020 .grid[data-three-columns=true] .grid-section {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .grid[data-three-columns=true] .grid-section .row {
    margin: 0 -12px;
  }
}
@media only screen and (min-width: 1280px) {
  .showreel--2020 .grid[data-three-columns=true] .grid-section .row {
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .grid[data-three-columns=true] .grid-section .column {
    width: 33.33%;
    margin-top: 16px;
    padding: 0 8px;
  }
}
@media only screen and (min-width: 1280px) {
  .showreel--2020 .grid[data-three-columns=true] .grid-section .column {
    margin-top: 32px;
    padding: 0 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .grid[data-three-columns=true] .grid-section:before {
    top: 96px;
    bottom: 64px;
  }
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .grid[data-three-columns=true] .grid-item__title {
    padding: 16px 20px;
    max-width: 85%;
  }
}
@media only screen and (min-width: 1280px) {
  .showreel--2020 .grid[data-three-columns=true] .grid-item__title {
    padding: 20px 25px;
    max-width: 80%;
  }
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .grid[data-three-columns=true] .grid-item__title h2 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 1280px) {
  .showreel--2020 .grid[data-three-columns=true] .grid-item__title h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .grid[data-three-columns=true] .grid-item__title h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .showreel--2020 .grid[data-three-columns=true] .grid-item__title h3 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .grid[data-three-columns=true] .grid-item__details {
    bottom: 18px;
    right: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .showreel--2020 .grid[data-three-columns=true] .grid-item__details {
    bottom: 22px;
    right: 25px;
  }
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .grid[data-three-columns=true] .grid-item__detail {
    margin-top: 10px;
  }
  .showreel--2020 .grid[data-three-columns=true] .grid-item__detail:first-child {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .showreel--2020 .grid[data-three-columns=true] .grid-item__detail {
    margin-top: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .grid[data-three-columns=true] .grid-item__detail__value {
    margin-top: 0px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 1280px) {
  .showreel--2020 .grid[data-three-columns=true] .grid-item__detail__value {
    margin-top: 2px;
    font-size: 17px;
  }
}
.showreel--2020 .grid-section {
  position: initial;
}
.showreel--2020 .grid-section:before {
  content: "";
  position: absolute;
  top: 65px;
  bottom: 32px;
  left: 50%;
  width: 100%;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: var(--background-alt-colour);
}
@media only screen and (min-width: 768px) {
  .showreel--2020 .grid-section:before {
    top: 97px;
    bottom: 64px;
  }
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .grid-section:before {
    top: 161px;
    bottom: 96px;
  }
}
@media only screen and (min-width: 1280px) {
  .showreel--2020 .grid-section:before {
    top: 177px;
  }
}
.showreel--2020 .grid-item {
  position: relative;
  cursor: pointer;
}
.showreel--2020 .grid-item:hover .grid-item__hover, .showreel--2020 .grid-item.current .grid-item__hover {
  opacity: 0.15;
}
.showreel--2020 .grid-item:hover .grid-item__detail:nth-child(1), .showreel--2020 .grid-item.current .grid-item__detail:nth-child(1) {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.2s;
  -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.2s;
  -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.2s;
  -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.2s;
  transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.2s;
}
.showreel--2020 .grid-item:hover .grid-item__detail:nth-child(2), .showreel--2020 .grid-item.current .grid-item__detail:nth-child(2) {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.1s;
  -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.1s;
  -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.1s;
  -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.1s;
  transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1) 0.1s;
}
.showreel--2020 .grid-item:hover .grid-item__detail:nth-child(3), .showreel--2020 .grid-item.current .grid-item__detail:nth-child(3) {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.6s cubic-bezier(0.2, 0.3, 0, 1);
}
.showreel--2020 .grid-item:hover .grid-item__video {
  opacity: 1;
}
.showreel--2020 .grid-item__image {
  background: #0b1d2e;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.showreel--2020 .grid-item__image img {
  display: block;
  width: 100%;
}
.showreel--2020 .grid-item__image--tiled {
  height: auto;
  padding-bottom: 0;
}
.showreel--2020 .grid-item__video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.showreel--2020 .grid-item__video video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.showreel--2020 .grid-item__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(-60deg, rgba(35, 40, 40, 0.35) 0%, rgba(35, 40, 40, 0.1) 50%, rgba(35, 40, 40, 0.35) 100%);
  background: -webkit-linear-gradient(-60deg, rgba(35, 40, 40, 0.35) 0%, rgba(35, 40, 40, 0.1) 50%, rgba(35, 40, 40, 0.35) 100%);
  background: linear-gradient(120deg, rgba(35, 40, 40, 0.35) 0%, rgba(35, 40, 40, 0.1) 50%, rgba(35, 40, 40, 0.35) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#40232828", endColorstr="#40232828",GradientType=1 );
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .grid-item__overlay {
    background: -moz-linear-gradient(-60deg, rgba(35, 40, 40, 0.25) 0%, rgba(35, 40, 40, 0) 50%, rgba(35, 40, 40, 0.25) 100%);
    background: -webkit-linear-gradient(-60deg, rgba(35, 40, 40, 0.25) 0%, rgba(35, 40, 40, 0) 50%, rgba(35, 40, 40, 0.25) 100%);
    background: linear-gradient(120deg, rgba(35, 40, 40, 0.25) 0%, rgba(35, 40, 40, 0) 50%, rgba(35, 40, 40, 0.25) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#40232828", endColorstr="#40232828",GradientType=1 );
  }
}
.showreel--2020 .grid-item__hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: opacity 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: opacity 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: opacity 0.6s cubic-bezier(0.2, 0.3, 0, 1);
  transition: opacity 0.6s cubic-bezier(0.2, 0.3, 0, 1);
}
.showreel--2020 .grid-item__title {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 12px 14px;
  color: #ffffff;
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .grid-item__title {
    padding: 20px 25px;
    max-width: 85%;
  }
}
@media only screen and (min-width: 1280px) {
  .showreel--2020 .grid-item__title {
    padding: 24px 30px;
    max-width: 80%;
  }
}
.showreel--2020 .grid-item__title h2, .showreel--2020 .grid-item__title h3 {
  margin: 0;
  line-height: 1;
  letter-spacing: -0.02em;
  -webkit-font-smoothing: antialiased;
}
.showreel--2020 .grid-item__title h2 {
  font-size: 25px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .showreel--2020 .grid-item__title h2 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .grid-item__title h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .showreel--2020 .grid-item__title h2 {
    font-size: 40px;
  }
}
.showreel--2020 .grid-item__title h3 {
  margin-top: 4px;
  font-size: 20px;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .showreel--2020 .grid-item__title h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .grid-item__title h3 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1280px) {
  .showreel--2020 .grid-item__title h3 {
    font-size: 24px;
  }
}
.showreel--2020 .grid-item__details {
  position: absolute;
  bottom: 12px;
  right: 14px;
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .grid-item__details {
    bottom: 22px;
    right: 25px;
  }
}
@media only screen and (min-width: 1280px) {
  .showreel--2020 .grid-item__details {
    bottom: 28px;
    right: 30px;
  }
}
.showreel--2020 .grid-item__detail {
  text-align: right;
  margin-top: 10px;
}
.showreel--2020 .grid-item__detail:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .grid-item__detail {
    margin-top: 15px;
    line-height: 1;
    opacity: 0;
    -moz-transform: translate(-32px, 0);
    -o-transform: translate(-32px, 0);
    -ms-transform: translate(-32px, 0);
    -webkit-transform: translate(-32px, 0);
    transform: translate(-32px, 0);
    -webkit-transition: all 0s cubic-bezier(0.2, 0.3, 0, 1) 0.3s, opacity 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: all 0s cubic-bezier(0.2, 0.3, 0, 1) 0.3s, opacity 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    -ms-transition: all 0s cubic-bezier(0.2, 0.3, 0, 1) 0.3s, opacity 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    -o-transition: all 0s cubic-bezier(0.2, 0.3, 0, 1) 0.3s, opacity 0.3s cubic-bezier(0.2, 0.3, 0, 1);
    transition: all 0s cubic-bezier(0.2, 0.3, 0, 1) 0.3s, opacity 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  }
  .showreel--2020 .grid-item__detail:first-child {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .showreel--2020 .grid-item__detail {
    margin-top: 16px;
  }
}
.showreel--2020 .grid-item__detail__label {
  font-size: 9px;
  line-height: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .grid-item__detail__label {
    line-height: 17px;
  }
}
.showreel--2020 .grid-item__detail__value {
  margin-top: 0px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: -0.02em;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .grid-item__detail__value {
    margin-top: 4px;
    font-size: 17px;
  }
}
@media only screen and (min-width: 1280px) {
  .showreel--2020 .grid-item__detail__value {
    font-size: 20px;
  }
}
.showreel--2020 .bundle {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .showreel--2020 .bundle {
    margin-top: 62px;
  }
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .bundle {
    margin-top: 76px;
  }
}
@media only screen and (min-width: 1280px) {
  .showreel--2020 .bundle {
    margin-top: 96px;
  }
}
.showreel--2020 .bundle .row {
  margin: 0 -4px;
}
@media only screen and (min-width: 768px) {
  .showreel--2020 .bundle .row {
    margin: 18px -4px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .bundle .row {
    margin: 10px -8px 0;
  }
}
.showreel--2020 .bundle .column {
  margin-top: 8px;
  padding: 0 4px;
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .bundle .column {
    margin-top: 16px;
    padding: 0 8px;
  }
}
.showreel--2020 .bundle .grid-item {
  display: block;
}
.showreel--2020 .bundle .grid-item__title {
  padding: 8px 10px;
}
@media only screen and (min-width: 768px) {
  .showreel--2020 .bundle .grid-item__title {
    padding: 13px 15px;
  }
}
@media only screen and (min-width: 1280px) {
  .showreel--2020 .bundle .grid-item__title {
    padding: 16px 20px;
  }
}
.showreel--2020 .bundle .grid-item__title h2 {
  font-size: 17px;
  line-height: 1.2;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .showreel--2020 .bundle .grid-item__title h2 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1280px) {
  .showreel--2020 .bundle .grid-item__title h2 {
    font-size: 22px;
  }
}
.showreel--2020 .bundle .grid-item__marker {
  position: absolute;
  bottom: 10px;
  right: 8px;
  font-size: 9px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #ffffff;
}
.showreel--2020 .bundle .grid-item__marker span {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .showreel--2020 .bundle .grid-item__marker span {
    display: inline;
  }
}
@media only screen and (min-width: 768px) {
  .showreel--2020 .bundle .grid-item__marker {
    bottom: 14px;
    right: 13px;
  }
}
@media only screen and (min-width: 1280px) {
  .showreel--2020 .bundle .grid-item__marker {
    bottom: 18px;
    right: 18px;
  }
}
.showreel--2020 .bundle__title h4 {
  margin: 0;
  line-height: 1;
  letter-spacing: -0.02em;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  font-weight: 300;
  color: var(--text-strong-colour);
}
@media only screen and (min-width: 768px) {
  .showreel--2020 .bundle__title h4 {
    display: inline-block;
    font-size: 22px;
  }
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .bundle__title h4 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 1280px) {
  .showreel--2020 .bundle__title h4 {
    font-size: 30px;
  }
}
.showreel--2020 .bundle__title h4 a {
  color: var(--text-strong-colour);
  -webkit-transition: color 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: color 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: color 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: color 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  transition: color 0.3s cubic-bezier(0.2, 0.3, 0, 1);
}
.showreel--2020 .bundle__title h4 a:hover {
  color: var(--main-accent-colour);
}
.showreel--2020.no_access .header__title {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .showreel--2020.no_access .header__title {
    display: block;
  }
  .showreel--2020.no_access .header__title--below {
    display: none;
  }
}
.showreel--2020 .access {
  background: var(--background-alt-colour);
  margin-top: 0;
  padding: 80px 0;
}
@media only screen and (min-width: 768px) {
  .showreel--2020 .access {
    padding: 100px 0;
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .access {
    padding: 140px 0;
  }
}
@media only screen and (min-width: 1280px) {
  .showreel--2020 .access {
    padding: 180px 0;
  }
}
.showreel--2020 .access h2 {
  margin: 0;
  line-height: 1.2;
  letter-spacing: -0.02em;
  -webkit-font-smoothing: antialiased;
  font-size: 25px;
  font-weight: 500;
  color: var(--text-strong-colour);
}
@media only screen and (min-width: 768px) {
  .showreel--2020 .access h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .access h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .showreel--2020 .access h2 {
    font-size: 50px;
  }
}
.showreel--2020 .access p {
  margin: 10px 0 0;
  color: var(--text-medium-colour);
  font-size: 17px;
  line-height: 1.8;
  color: var(--text-strong-colour);
}
@media only screen and (min-width: 768px) {
  .showreel--2020 .access p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .showreel--2020 .access p {
    font-size: 22px;
  }
}
.showreel--2020 .access #password {
  margin: 20px auto 0;
  width: auto !important;
  max-width: 448px;
}
@media only screen and (min-width: 768px) {
  .showreel--2020 .access #password {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .showreel--2020 .access #password {
    margin-top: 40px;
  }
}
.showreel--2020 .access #password input[type=password] {
  border: 0;
  border-radius: 5px;
  background: var(--background-colour);
  padding: 14px 15px 15px;
  font-size: 17px;
  line-height: 1;
  height: auto;
  box-sizing: border-box;
}
.showreel--2020 .access #password input[type=password]:focus {
  box-shadow: none;
}
.showreel--2020 .access #password input[type=submit] {
  border-radius: 5px;
  background: var(--main-accent-colour);
  padding: 18px 50px 19px;
  height: auto;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--background-colour) !important;
}
.showreel--2020 .footer {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .showreel--2020 .footer {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .footer {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1280px) {
  .showreel--2020 .footer {
    margin-top: 100px;
  }
}
.showreel--2020 .footer__logo {
  display: inline-block;
}
.showreel--2020 .footer__logo img {
  display: block;
  max-width: 150px;
  max-height: 60px;
}
@media only screen and (min-width: 768px) {
  .showreel--2020 .footer__logo.footer--logo-wide img {
    max-width: 300px;
    max-height: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .footer__logo.footer--logo-medium img {
    max-width: 200px;
    max-height: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .showreel--2020 .footer__logo.footer--logo-square img {
    max-width: 140px;
    max-height: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .footer__logo.footer--logo-square img {
    max-height: 100px;
  }
}
.showreel--2020 .footer__contact {
  margin-top: 20px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1;
  color: var(--text-medium-colour);
}
@media only screen and (min-width: 768px) {
  .showreel--2020 .footer__contact {
    margin-top: 30px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .showreel--2020 .footer__contact {
    font-size: 22px;
  }
}
.showreel--2020 .footer__contact a,
.showreel--2020 .footer__contact span {
  display: inline-block;
  padding: 0 8px;
}
@media only screen and (min-width: 768px) {
  .showreel--2020 .footer__contact a,
.showreel--2020 .footer__contact span {
    padding: 0 15px;
  }
}
.showreel--2020 .footer__contact a {
  color: var(--text-medium-colour);
}
.showreel--2020 .footer__contact a:hover {
  color: var(--main-accent-colour);
}
.showreel--2020 .footer__contact div {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .showreel--2020 .footer__contact div {
    margin-top: 20px;
  }
}
.showreel--2020 .footer .social {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .showreel--2020 .footer .social {
    margin-top: 30px;
  }
}
.showreel--2020 .footer .social li {
  display: inline-block;
  margin: 0 3px;
}
.showreel--2020 .footer .social li a {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: var(--main-accent-colour);
  color: var(--background-colour);
  -webkit-transition: background-color 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: background-color 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: background-color 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: background-color 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  transition: background-color 0.3s cubic-bezier(0.2, 0.3, 0, 1);
}
.showreel--2020 .footer .social li a:hover {
  background: var(--text-strong-colour);
}
.showreel--2020 .footer .social li a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.showreel--2020 .footer .social li a svg path, .showreel--2020 .footer .social li a svg circle {
  fill: var(--background-colour);
}
.showreel--2020 .footer .social li a.facebook-icon svg {
  width: 26px;
  height: 26px;
}
.showreel--2020 .footer .social li a.instagram-icon svg {
  width: 28px;
  height: 28px;
}
.showreel--2020 .footer .social li a.linkedin-icon svg {
  width: 30px;
  height: 30px;
}
.showreel--2020 .footer .social li a.twitter-icon svg {
  width: 20px;
  height: 20px;
}
.showreel--2020 .footer .social li a.tiktok-icon svg {
  width: 20px;
  height: 20px;
}
.showreel--2020 .footer .social li a.vimeo-icon svg {
  width: 28px;
  height: 28px;
}
.showreel--2020 .footer .social li a.soundcloud-icon svg {
  width: 26px;
  height: 22px;
}
.showreel--2020 .footer .social li a.imdb-icon svg {
  width: 22px;
  height: 22px;
}
.showreel--2020 .marketing-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17px 16px 17px;
  margin-top: 36px;
  flex-direction: column;
  text-align: center;
  gap: 8px;
}
@media only screen and (min-width: 768px) {
  .showreel--2020 .marketing-bar {
    margin-top: 58px;
    flex-direction: row;
    text-align: unset;
  }
}
.showreel--2020 .marketing-bar:after {
  background: var(--background-alt-colour);
  filter: none !important;
}
.showreel--2020 .marketing-bar p {
  margin: 0;
  font-size: 9px;
  line-height: 17px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--text-light-colour);
}
@media only screen and (min-width: 768px) {
  .showreel--2020 .marketing-bar p {
    width: 50%;
    max-width: 364px;
  }
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .marketing-bar p {
    max-width: 492px;
  }
}
@media only screen and (min-width: 1280px) {
  .showreel--2020 .marketing-bar p {
    max-width: 620px;
  }
}
.showreel--2020 .marketing-bar p.marketing-bar__copyright a {
  margin-left: 15px;
  color: var(--text-light-colour);
}
.showreel--2020 .marketing-bar p.marketing-bar__slate {
  text-align: right;
  font-size: 9px;
}
.showreel--2020 .marketing-bar p.marketing-bar__slate a {
  display: inline-flex;
  align-items: center;
}
.showreel--2020 .marketing-bar p.marketing-bar__slate a span {
  line-height: 17px;
  margin-right: 8px;
}
.showreel--2020 .marketing-bar p.marketing-bar__slate a svg {
  opacity: 0.8;
  height: 32px;
}
.showreel--2020 .marketing-bar p.marketing-bar__slate a svg path {
  fill: #212027;
}
.showreel--2020.dark .marketing-bar p.marketing-bar__slate a svg path, .showreel--2020.custom--dark .marketing-bar p.marketing-bar__slate a svg path {
  fill: white;
}
.showreel--2020.dark {
  --background-colour: #0b1d2e;
  --background-alt-colour: #091725;
  --text-strong-colour: #aebece;
  --text-medium-colour: #63809c;
  --text-light-colour: #63809c;
}
.showreel--2020.dark .header__title a,
.showreel--2020.dark .header__menu li a,
.showreel--2020.dark .bundle__title a {
  color: var(--text-medium-colour);
}
.showreel--2020.dark .header__title a svg path,
.showreel--2020.dark .header__menu li a svg path,
.showreel--2020.dark .bundle__title a svg path {
  fill: var(--text-medium-colour);
}
.showreel--2020.dark .header__menu__burger span {
  background: var(--text-medium-colour);
}
.showreel--2020.dark .header__menu__burger span:before, .showreel--2020.dark .header__menu__burger span:after {
  background: var(--text-medium-colour);
}
.showreel--2020.dark .tns-controls [data-controls=prev] svg path,
.showreel--2020.dark .tns-controls [data-controls=next] svg path {
  fill: #ffffff;
}
.showreel--2020.dark .footer .social li a {
  background: var(--text-strong-colour);
}
.showreel--2020.dark .footer .social li a:hover {
  background: var(--main-accent-colour);
}
.showreel--2020.custom {
  --text-strong-colour: var(--background-contrast-colour);
  --text-medium-colour: var(--background-contrast-colour);
  --text-light-colour: var(--background-contrast-colour);
}
.showreel--2020.custom .grid-section:before,
.showreel--2020.custom .marketing-bar:after {
  background: rgba(0, 0, 0, 0.1);
}
.showreel--2020.custom .header__title a,
.showreel--2020.custom .header__menu li a,
.showreel--2020.custom .bundle__title a {
  color: var(--text-medium-colour);
}
.showreel--2020.custom .header__title a svg path,
.showreel--2020.custom .header__menu li a svg path,
.showreel--2020.custom .bundle__title a svg path {
  fill: var(--text-medium-colour);
}
.showreel--2020.custom .header__menu__burger span {
  background: var(--text-medium-colour);
}
.showreel--2020.custom .header__menu__burger span:before, .showreel--2020.custom .header__menu__burger span:after {
  background: var(--text-medium-colour);
}
.showreel--2020.custom .tns-controls [data-controls=prev] svg path,
.showreel--2020.custom .tns-controls [data-controls=next] svg path {
  fill: var(--background-contrast-colour);
}
.showreel--2020.custom .section__label {
  opacity: 0.7;
}
.showreel--2020.custom .marketing-bar__copyright,
.showreel--2020.custom .marketing-bar p.marketing-bar__slate a span {
  opacity: 0.5;
}
.showreel--2020.custom .footer .social li a {
  background: var(--text-strong-colour);
}
.showreel--2020.custom .footer .social li a:hover {
  background: var(--main-accent-colour);
}
@media only screen and (min-width: 768px) {
  .showreel--2020.no_carousel .description, .showreel--2020.tiled .description {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .showreel--2020.no_carousel .description, .showreel--2020.tiled .description {
    margin-top: 32px;
  }
}
@media only screen and (min-width: 1280px) {
  .showreel--2020.no_carousel .description, .showreel--2020.tiled .description {
    margin-top: 48px;
  }
}
@media only screen and (min-width: 768px) {
  .showreel--2020.no_carousel .description .wrap, .showreel--2020.tiled .description .wrap {
    max-width: 768px;
  }
}
@media only screen and (min-width: 1024px) {
  .showreel--2020.no_carousel .description .wrap, .showreel--2020.tiled .description .wrap {
    max-width: 1024px;
  }
}
@media only screen and (min-width: 1280px) {
  .showreel--2020.no_carousel .description .wrap, .showreel--2020.tiled .description .wrap {
    max-width: 1280px;
  }
}
.showreel--2020.no_carousel.no_description .grid:first-of-type, .showreel--2020.tiled.no_description .grid:first-of-type {
  margin-top: 8px;
}
@media only screen and (min-width: 768px) {
  .showreel--2020.no_carousel.no_description .grid:first-of-type, .showreel--2020.tiled.no_description .grid:first-of-type {
    margin-top: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .showreel--2020.no_carousel.no_description .grid:first-of-type, .showreel--2020.tiled.no_description .grid:first-of-type {
    margin-top: 2px;
  }
}
@media only screen and (min-width: 1280px) {
  .showreel--2020.no_carousel.no_description .grid:first-of-type, .showreel--2020.tiled.no_description .grid:first-of-type {
    margin-top: -10px;
  }
}
@media only screen and (min-width: 768px) {
  .showreel--2020.full_bleed .header {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    left: 0;
    padding: 20px 0 0;
  }
  .showreel--2020.full_bleed .header .header__title h1,
.showreel--2020.full_bleed .header .header__title a,
.showreel--2020.full_bleed .header .header__menu li a,
.showreel--2020.full_bleed .header .bundle__title a {
    color: #ffffff;
  }
  .showreel--2020.full_bleed .header .header__title h1 svg path,
.showreel--2020.full_bleed .header .header__title a svg path,
.showreel--2020.full_bleed .header .header__menu li a svg path,
.showreel--2020.full_bleed .header .bundle__title a svg path {
    fill: #ffffff;
  }
  .showreel--2020.full_bleed .header .header__menu__burger span {
    background: #ffffff;
  }
  .showreel--2020.full_bleed .header .header__menu__burger span:before, .showreel--2020.full_bleed .header .header__menu__burger span:after {
    background: #ffffff;
  }
  .showreel--2020.full_bleed .header .header__title {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .showreel--2020.full_bleed .header {
    padding: 30px 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  .showreel--2020.full_bleed .header.header--title-below .header__title--below {
    margin-top: 14px;
  }
}
.showreel--2020.full_bleed .hero {
  margin-top: 0;
}
.showreel--2020.full_bleed .slide {
  padding: 0;
  pointer-events: all;
  min-height: 600px;
  height: 80vh;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.showreel--2020.full_bleed .slide:hover .slide__video {
  opacity: 1;
}
.showreel--2020.full_bleed .slide__inner {
  min-height: 600px;
  height: 80vh;
}
.showreel--2020.full_bleed .slide__inner:before {
  display: none;
}
.showreel--2020.full_bleed .slide__inner:after {
  display: none;
}
.showreel--2020.full_bleed .slide__image {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  opacity: 1;
  min-height: 400px;
  max-height: none;
}
.showreel--2020.full_bleed .slide__overlay {
  opacity: 1;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background: -moz-linear-gradient(top, rgba(35, 40, 40, 0.25) 0%, rgba(35, 40, 40, 0) 50%, rgba(35, 40, 40, 0.25) 100%);
  background: -webkit-linear-gradient(top, rgba(35, 40, 40, 0.25) 0%, rgba(35, 40, 40, 0) 50%, rgba(35, 40, 40, 0.25) 100%);
  background: linear-gradient(to bottom, rgba(35, 40, 40, 0.25) 0%, rgba(35, 40, 40, 0) 50%, rgba(35, 40, 40, 0.25) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#40232828", endColorstr="#40232828",GradientType=0 );
}
.showreel--2020.full_bleed .slide__content {
  position: absolute;
  bottom: 38px;
  right: 0;
  left: 0;
}
@media only screen and (min-width: 1280px) {
  .showreel--2020.full_bleed .slide__content {
    bottom: 56px;
  }
}
.showreel--2020.full_bleed .slide__content .wrap {
  display: flex;
}
.showreel--2020.full_bleed .slide__title {
  position: relative;
  width: 50%;
  top: auto;
  right: auto;
  left: auto;
  padding: 0;
}
.showreel--2020.full_bleed .slide__title h2, .showreel--2020.full_bleed .slide__title h3 {
  opacity: 0;
  -moz-transform: translate(16px, 0);
  -o-transform: translate(16px, 0);
  -ms-transform: translate(16px, 0);
  -webkit-transform: translate(16px, 0);
  transform: translate(16px, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 1024px) {
  .showreel--2020.full_bleed .slide__title h2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1280px) {
  .showreel--2020.full_bleed .slide__title h2 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .showreel--2020.full_bleed .slide__title h3 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .showreel--2020.full_bleed .slide__title h3 {
    font-size: 36px;
  }
}
.showreel--2020.full_bleed .slide__details {
  position: relative;
  width: 50%;
  bottom: auto;
  right: auto;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.showreel--2020.full_bleed .slide__detail {
  max-width: 50%;
}
.showreel--2020.full_bleed .tns-slide-active .slide__title h2 {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
}
.showreel--2020.full_bleed .tns-slide-active .slide__title h3 {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.75s;
}
.showreel--2020.full_bleed .tns-slide-active .slide__detail:nth-child(1) {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 1.2s;
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 1.2s;
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 1.2s;
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 1.2s;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 1.2s;
}
.showreel--2020.full_bleed .tns-slide-active .slide__detail:nth-child(2) {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.9s;
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.9s;
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.9s;
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.9s;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.9s;
}
.showreel--2020.full_bleed .tns-slide-active .slide__detail:nth-child(3) {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
}
.showreel--2020.full_bleed .tns-controls [data-controls=prev] svg path,
.showreel--2020.full_bleed .tns-controls [data-controls=next] svg path {
  fill: #ffffff;
}
@media only screen and (min-width: 768px) {
  .showreel--2020.full_bleed .tns-controls [data-controls=prev],
.showreel--2020.full_bleed .tns-controls [data-controls=next] {
    min-width: 60px;
    width: calc(50vw - 364px);
  }
  .showreel--2020.full_bleed .tns-controls [data-controls=prev] svg,
.showreel--2020.full_bleed .tns-controls [data-controls=next] svg {
    left: auto;
    right: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .showreel--2020.full_bleed .tns-controls [data-controls=prev],
.showreel--2020.full_bleed .tns-controls [data-controls=next] {
    width: calc(50vw - 492px);
  }
  .showreel--2020.full_bleed .tns-controls [data-controls=prev] svg,
.showreel--2020.full_bleed .tns-controls [data-controls=next] svg {
    opacity: 0.7;
  }
  .showreel--2020.full_bleed .tns-controls [data-controls=prev]:hover svg,
.showreel--2020.full_bleed .tns-controls [data-controls=next]:hover svg {
    opacity: 1;
  }
}
@media only screen and (min-width: 1280px) {
  .showreel--2020.full_bleed .tns-controls [data-controls=prev],
.showreel--2020.full_bleed .tns-controls [data-controls=next] {
    width: calc(50vw - 620px);
  }
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .fadein--animating {
    -webkit-transition: all 1.5s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: all 1.5s cubic-bezier(0.2, 0.3, 0, 1);
    -ms-transition: all 1.5s cubic-bezier(0.2, 0.3, 0, 1);
    -o-transition: all 1.5s cubic-bezier(0.2, 0.3, 0, 1);
    transition: all 1.5s cubic-bezier(0.2, 0.3, 0, 1);
  }
  .showreel--2020 .fadein--animating.fadein {
    opacity: 0;
    -moz-transform: translate(0, 32px);
    -o-transform: translate(0, 32px);
    -ms-transform: translate(0, 32px);
    -webkit-transform: translate(0, 32px);
    transform: translate(0, 32px);
  }
  .showreel--2020 .bg-fadein--animating:before {
    -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
    -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
    -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
    -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
    transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  }
  .showreel--2020 .bg-fadein--animating.bg-fadein:before {
    opacity: 0;
  }
}
.showreel--2020 .unsubscribe {
  text-align: center;
}
.showreel--2020 .unsubscribe h2 {
  margin: 0;
}
.showreel--2020 .unsubscribe p {
  margin: 20px auto 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 1;
  color: var(--text-medium-colour);
}
@media only screen and (min-width: 768px) {
  .showreel--2020 .unsubscribe p {
    margin-top: 30px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .showreel--2020 .unsubscribe p {
    font-size: 22px;
  }
}
.showreel--2020 .unsubscribe__button {
  margin: 30px auto 0;
}
@media only screen and (min-width: 768px) {
  .showreel--2020 .unsubscribe__button {
    margin-top: 40px;
  }
}
.showreel--2020 .unsubscribe__button button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  height: 33px;
  padding: 0 12px;
  border-radius: 3px;
  background: var(--text-strong-colour);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--background-colour);
  white-space: nowrap;
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .showreel--2020 .unsubscribe__button button {
    height: 50px;
    padding: 0 40px;
    font-size: 16px;
  }
}
.showreel--2020 .unsubscribe__button button:focus {
  outline: none;
}
.showreel--2020 .unsubscribe__button button:hover {
  background: var(--main-accent-colour);
}
.showreel--2020 .unsubscribe__or {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-size: 13px;
  font-weight: 300;
  color: var(--text-medium-colour);
}
.showreel--2020 .unsubscribe__or form button {
  margin-left: 5px;
  background: transparent;
  border: 0;
  padding: 0;
  font-size: 13px;
  text-decoration: underline;
  color: var(--text-medium-colour);
  text-decoration-color: var(--main-accent-colour);
}
.showreel--2020 .unsubscribe__or form button:hover {
  color: var(--main-accent-colour);
}
.showreel--2020.project .grid a {
  color: var(--text-strong-colour);
}
.showreel--2020.project .grid-item svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
}
.showreel--2020.project .grid-item:not(.grid-item__image--has-image) .grid-item__image--tiled {
  height: 0;
  padding-bottom: 56.25%;
}
.showreel--2020.project .grid-item:not(.grid-item__image--has-image) svg {
  height: 60%;
}
.showreel--2020.project .grid-item.grid-item--video-svg .grid-item__image--tiled {
  height: 0;
  padding-bottom: 56.25%;
}
.showreel--2020.project .grid-item.grid-item--video-svg svg {
  height: 30%;
}
.showreel--2020.project .grid-item--folder svg {
  height: 40%;
}
.showreel--2020.project .grid-item__title h3 {
  margin-top: 0;
  font-weight: 500;
}
@media only screen and (min-width: 920px) {
  .showreel--2020.project .slate-feedback-modal .feedback-header__title__name {
    font-size: 15px;
  }
}
.showreel--2020.project .slate-feedback-modal .feedback-media__content__image img {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 190px);
  margin: 0 auto;
}
.showreel--2020.project .slate-feedback-modal .feedback-media__content__video {
  width: 100%;
  max-width: calc((100vh - 190px) * 1.77778);
  margin: 0 auto;
}
.showreel--2020.project .slate-feedback-modal .feedback-media__content__video [data-videoplayer]:not(.disabled) {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  padding-bottom: 0;
}
.showreel--2020.project .slate-feedback-modal .feedback-media__content__video .project-video-player {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background: black;
}
.showreel--2020.project .slate-feedback-modal .feedback-media__content__video .project-video-player video {
  position: absolute;
  width: 100%;
  height: 100%;
}
.showreel--2020.project .slate-feedback-modal .feedback-media__content__video .project-video-player video:focus {
  outline: none;
}
.showreel--2020.project .slate-feedback-modal .feedback-media__content__video .project-video-player .slate-player-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}
.showreel--2020.project .slate-feedback-modal .feedback-media__content__video .project-video-player .slate-player-wrapper:focus {
  outline: none;
}
.showreel--2020.project .slate-feedback-modal .feedback-media__content__audio {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
  background: #1d262f;
  border-radius: 3px;
  border: 1px solid rgba(var(--background-color), 0.1);
  padding: 20px 20px 20px 80px;
}
@media only screen and (min-width: 920px) {
  .showreel--2020.project .slate-feedback-modal .feedback-media__content__audio {
    padding: 30px 30px 30px 120px;
  }
}
.showreel--2020.project .slate-feedback-modal .feedback-media__content__audio .project-audio-player canvas {
  z-index: 0 !important;
}
.showreel--2020.project .slate-feedback-modal .feedback-media__content__audio .project-audio-player__button {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  border-radius: 100%;
  background: var(--main-accent-colour);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.showreel--2020.project .slate-feedback-modal .feedback-media__content__audio .project-audio-player__button:hover svg {
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.showreel--2020.project .slate-feedback-modal .feedback-media__content__audio .project-audio-player__button svg {
  height: 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
}
.showreel--2020.project .slate-feedback-modal .feedback-media__content__audio .project-audio-player__button svg path {
  fill: var(--background-colour);
}
.showreel--2020.project .slate-feedback-modal .feedback-media__content__audio .project-audio-player__button svg:first-child {
  margin-left: 3px;
}
.showreel--2020.project .slate-feedback-modal .feedback-media__content__audio .project-audio-player__button svg:last-child {
  display: none;
}
@media only screen and (min-width: 920px) {
  .showreel--2020.project .slate-feedback-modal .feedback-media__content__audio .project-audio-player__button {
    left: 30px;
    width: 60px;
    height: 60px;
    margin-top: -30px;
  }
  .showreel--2020.project .slate-feedback-modal .feedback-media__content__audio .project-audio-player__button svg {
    height: 22px;
  }
  .showreel--2020.project .slate-feedback-modal .feedback-media__content__audio .project-audio-player__button svg:first-child {
    margin-left: 6px;
  }
}
.showreel--2020.project .slate-feedback-modal .feedback-media__content__audio .project-audio-player__button--playing svg:first-child {
  display: none;
}
.showreel--2020.project .slate-feedback-modal .feedback-media__content__audio .project-audio-player__button--playing svg:last-child {
  display: block;
}
.showreel--2020.project .slate-feedback-modal .feedback-media__content__pdf {
  width: 100%;
}
.showreel--2020.project .slate-feedback-modal .feedback-media__content__pdf iframe {
  display: block;
  width: 100%;
  height: calc(100vh - 150px);
  border: 0;
}
@media only screen and (min-width: 920px) {
  .showreel--2020.project .slate-feedback-modal .feedback-media__content__pdf iframe {
    height: calc(100vh - 170px);
  }
}
.showreel--2020.project .slate-feedback-modal .feedback-media__content__other .project-file {
  position: relative;
  margin: 0 auto;
  width: 320px;
  height: 180px;
  border-radius: 3px;
  background: #1d262f;
  border: 1px solid rgba(var(--background-color), 0.1);
}
.showreel--2020.project .slate-feedback-modal .feedback-media__content__other .project-file .project-media__file__icon {
  color: var(--background-color);
}
.showreel--2020.project .slate-feedback-modal .feedback-media__content__other .project-file svg {
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 425px) {
  .showreel--2020.project .slate-feedback-modal .feedback-header__back {
    right: 110px;
  }
}
@media only screen and (min-width: 768px) {
  .showreel--2020.project--item .grid-section {
    width: 65%;
  }
  .showreel--2020.project--item .grid-section .column {
    width: 100%;
  }
}
.showreel--2020.project .hero {
  display: block;
}
.showreel--2020.project .slide {
  overflow: hidden;
  pointer-events: all;
  margin: 0 auto;
  width: 100%;
  max-width: 480px;
  padding: 0 16px;
}
@media only screen and (min-width: 768px) {
  .showreel--2020.project .slide {
    max-width: 768px;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .showreel--2020.project .slide {
    max-width: 1024px;
  }
}
@media only screen and (min-width: 1280px) {
  .showreel--2020.project .slide {
    max-width: 1280px;
  }
}
.showreel--2020.project.full_bleed .slide {
  padding: 0;
  max-width: 100%;
  min-height: 0;
  height: auto;
}
.showreel--2020.project.full_bleed .slide__inner {
  min-height: 0;
  height: auto;
}
.showreel--2020.project.full_bleed .slide__image {
  position: relative;
  width: 100%;
  height: 0;
  min-height: 0;
  padding-bottom: 56.25%;
}
.showreel--2020.project .hero.loaded .slide {
  overflow: hidden;
  pointer-events: all;
}
.showreel--2020.project .hero.loaded .slide .slide__inner:before {
  -moz-transform: translate(0, -32px);
  -o-transform: translate(0, -32px);
  -ms-transform: translate(0, -32px);
  -webkit-transform: translate(0, -32px);
  transform: translate(0, -32px);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 1280px) {
  .showreel--2020.project .hero.loaded .slide .slide__inner:before {
    -moz-transform: translate(0, -64px);
    -o-transform: translate(0, -64px);
    -ms-transform: translate(0, -64px);
    -webkit-transform: translate(0, -64px);
    transform: translate(0, -64px);
  }
}
.showreel--2020.project .hero.loaded .slide .slide__inner:after {
  -moz-transform: translate(0, 32px);
  -o-transform: translate(0, 32px);
  -ms-transform: translate(0, 32px);
  -webkit-transform: translate(0, 32px);
  transform: translate(0, 32px);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 1280px) {
  .showreel--2020.project .hero.loaded .slide .slide__inner:after {
    -moz-transform: translate(0, 64px);
    -o-transform: translate(0, 64px);
    -ms-transform: translate(0, 64px);
    -webkit-transform: translate(0, 64px);
    transform: translate(0, 64px);
  }
}
.showreel--2020.project .hero.loaded .slide .slide__image {
  opacity: 1;
}
.showreel--2020.project .hero.loaded .slide .slide__overlay {
  opacity: 1;
}
.showreel--2020.project .hero.loaded .slide .slide__title h2 {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1);
}
.showreel--2020.project .hero.loaded .slide .slide__title h3 {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.15s;
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.15s;
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.15s;
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.15s;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.15s;
}
.showreel--2020.project .hero.loaded .slide .slide__detail:nth-child(1) {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.6s;
}
.showreel--2020.project .hero.loaded .slide .slide__detail:nth-child(2) {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
  -moz-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
  -ms-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
  -o-transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
  transition: all 1s cubic-bezier(0.2, 0.3, 0, 1) 0.3s;
}
.showreel--2020 .project-list {
  margin: 20px -8px 0;
}
@media only screen and (min-width: 768px) {
  .showreel--2020 .project-list {
    margin: 24px -10px 0;
  }
}
@media only screen and (min-width: 1280px) {
  .showreel--2020 .project-list {
    margin: 32px -16px 0;
  }
}
.showreel--2020 .project-list__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--background-alt-colour);
  line-height: 1;
}
.showreel--2020 .project-list__item:nth-child(2n) {
  background: transparent;
}
.showreel--2020 .project-list__item:hover .project-list__cta {
  opacity: 1;
}
.showreel--2020 .project-list__details {
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding: 8px;
  color: var(--text-strong-colour);
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .showreel--2020 .project-list__details {
    padding: 10px;
  }
}
@media only screen and (min-width: 1280px) {
  .showreel--2020 .project-list__details {
    padding: 16px;
  }
}
.showreel--2020 .project-list__details:hover .project-list__title h3 {
  color: var(--main-accent-colour);
}
.showreel--2020 .project-list__folder {
  position: relative;
  width: 100px;
  flex-shrink: 0;
  aspect-ratio: 16/9;
  background: var(--text-strong-colour);
  -webkit-clip-path: polygon(33% 0, 36.66% 7%, 100% 7%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(33% 0, 36.66% 7%, 100% 7%, 100% 100%, 0 100%, 0 0);
}
.showreel--2020 .project-list__folder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  opacity: 0.7;
  -webkit-backface-visibility: hidden;
}
.showreel--2020 .project-list__image {
  position: relative;
  display: flex;
  width: 100px;
  flex-shrink: 0;
  aspect-ratio: 16/9;
  background: var(--background-colour);
  padding: 5px;
}
.showreel--2020 .project-list__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.showreel--2020 .project-list__image svg {
  height: 30px;
  margin: auto;
}
.showreel--2020 .project-list__image svg path {
  fill: var(--text-strong-colour);
}
.showreel--2020 .project-list__image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--text-strong-colour);
  opacity: 0.1;
}
.showreel--2020 .project-list [data-preview=video] .project-list__image {
  padding: 0;
}
.showreel--2020 .project-list [data-preview=video] .project-list__image img {
  object-fit: cover;
}
.showreel--2020 .project-list__td {
  padding: 0 10px;
  font-size: 13px;
}
.showreel--2020 .project-list__label {
  display: block;
  margin-bottom: 7px;
  font-size: 9px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--text-light-colour);
  cursor: inherit;
}
@media only screen and (min-width: 1280px) {
  .showreel--2020 .project-list__label {
    margin-bottom: 9px;
  }
}
.showreel--2020 .project-list__title {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .showreel--2020 .project-list__title {
    width: 60%;
  }
}
.showreel--2020 .project-list__title .project-list__label {
  margin-bottom: 5px;
}
.showreel--2020 .project-list__title h3 {
  margin: 0;
  font-size: 13px;
  color: var(--text-strong-colour);
  transition: color 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 768px) {
  .showreel--2020 .project-list__title h3 {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1280px) {
  .showreel--2020 .project-list__title h3 {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1280px) {
  .showreel--2020 .project-list__title {
    padding-left: 16px;
  }
}
.showreel--2020 .project-list__ext, .showreel--2020 .project-list__size, .showreel--2020 .project-list__inside {
  display: none;
}
@media only screen and (min-width: 768px) {
  .showreel--2020 .project-list__ext, .showreel--2020 .project-list__size, .showreel--2020 .project-list__inside {
    display: block;
    flex-grow: 1;
  }
}
.showreel--2020 .project-list__cta {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .showreel--2020 .project-list__cta {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    justify-self: flex-end;
    width: 170px;
    padding-right: 16px;
    opacity: 0;
    transition: opacity 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  }
}
@media only screen and (min-width: 1280px) {
  .showreel--2020 .project-list__cta {
    padding-right: 22px;
  }
}
.showreel--2020 .project-list__cta__button {
  display: inline-flex;
  width: 140px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  height: 34px;
  padding: 0 10px;
  background: var(--text-light-colour);
  color: var(--background-colour);
  font-size: 9px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  cursor: pointer;
}
@media only screen and (min-width: 1280px) {
  .showreel--2020 .project-list__cta__button {
    height: 40px;
    padding: 0 14px;
  }
}
.showreel--2020 .project-list__cta__button svg {
  height: 11px;
  fill: var(--background-colour);
}
.showreel--2020 .project-list__cta__button svg path {
  fill: var(--background-colour);
}
.showreel--2020 .project-list__cta__button--icon {
  width: 34px;
  padding: 0;
}
.showreel--2020 .project-list__cta__button--icon svg {
  height: 14px;
}
@media only screen and (min-width: 1280px) {
  .showreel--2020 .project-list__cta__button--icon {
    width: 40px;
  }
}
.showreel--2020 .project-list__cta__button:focus {
  outline: none;
}
.showreel--2020 .project-list__cta__button:hover {
  background: var(--main-accent-colour);
}
.showreel--2020.custom .project-list__item {
  background: rgba(0, 0, 0, 0.1);
}
.showreel--2020.custom .project-list__item:nth-child(2n) {
  background: transparent;
}
.showreel--2020 .scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}
.showreel--2020 .scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}
.showreel--2020 .scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.showreel--2020 .scroll-element {
  display: none;
}
.showreel--2020 .scroll-element, .showreel--2020 .scroll-element div {
  box-sizing: content-box;
}
.showreel--2020 .scroll-element.scroll-x.scroll-scrollx_visible,
.showreel--2020 .scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}
.showreel--2020 .scroll-element .scroll-bar,
.showreel--2020 .scroll-element .scroll-arrow {
  cursor: default;
}
.showreel--2020 .scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}
.showreel--2020 .scroll-textarea > .scroll-content {
  overflow: hidden !important;
}
.showreel--2020 .scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}
.showreel--2020 .scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.showreel--2020 .scrollbar-macosx > .scroll-element,
.showreel--2020 .scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.showreel--2020 .scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.showreel--2020 .scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}
.showreel--2020 .scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: var(--text-light-colour);
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.showreel--2020 .scrollbar-macosx:hover > .scroll-element .scroll-bar,
.showreel--2020 .scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.showreel--2020 .scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}
.showreel--2020 .scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px;
}
.showreel--2020 .scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}
.showreel--2020 .scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}
.showreel--2020 .scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}
.showreel--2020 .scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}
.showreel--2020 .scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}
.showreel--2020 .scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}
.showreel--2020 .scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}
.showreel--2020 .scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}
.showreel--2020.body--no-scroll {
  overflow: hidden;
}
.showreel--2020 .slate-feedback-modal {
  display: block !important;
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(29, 38, 47, 0.95);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
}
.showreel--2020 .slate-feedback-modal--active {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.showreel--2020 .slate-feedback-modal svg path {
  fill: inherit;
}
.showreel--2020 .slate-feedback-modal .feedback-header {
  height: 56px;
  background: #ffffff;
}
.showreel--2020 .slate-feedback-modal .feedback-header__label {
  display: none;
}
@media only screen and (min-width: 920px) {
  .showreel--2020 .slate-feedback-modal .feedback-header__label {
    display: flex;
    align-items: center;
    position: absolute;
    top: 10px;
    left: 30px;
    height: 36px;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--text-medium-colour);
  }
  .showreel--2020 .slate-feedback-modal .feedback-header__label img {
    max-width: 220px;
    height: auto;
    max-height: 100%;
  }
}
.showreel--2020 .slate-feedback-modal .feedback-header__title {
  padding: 20px;
  line-height: 1;
  position: absolute;
  top: 56px;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 431px) {
  .showreel--2020 .slate-feedback-modal .feedback-header__title {
    position: relative;
    top: unset;
    text-align: left;
    width: auto;
  }
}
@media only screen and (min-width: 920px) {
  .showreel--2020 .slate-feedback-modal .feedback-header__title {
    padding: 20px 30px;
    text-align: center;
  }
}
.showreel--2020 .slate-feedback-modal .feedback-header__title__folder {
  display: none;
}
@media only screen and (min-width: 920px) {
  .showreel--2020 .slate-feedback-modal .feedback-header__title__folder {
    display: inline;
    margin-right: 5px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    color: var(--text-medium-colour);
  }
  .showreel--2020 .slate-feedback-modal .feedback-header__title__folder svg {
    margin-left: 4px;
    height: 11px;
    fill: var(--text-light-colour);
  }
}
.showreel--2020 .slate-feedback-modal .feedback-header__title__name {
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: var(--text-strong-colour);
}
@media only screen and (min-width: 920px) {
  .showreel--2020 .slate-feedback-modal .feedback-header__title__name {
    font-size: 17px;
  }
}
.showreel--2020 .slate-feedback-modal .feedback-header__back,
.showreel--2020 .slate-feedback-modal .feedback-header__feedback {
  position: absolute;
  top: 0;
  height: 56px;
  border-radius: 0;
  padding: 22px 20px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  color: var(--text-medium-colour);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  cursor: pointer;
}
@media only screen and (min-width: 920px) {
  .showreel--2020 .slate-feedback-modal .feedback-header__back,
.showreel--2020 .slate-feedback-modal .feedback-header__feedback {
    width: auto;
  }
}
.showreel--2020 .slate-feedback-modal .feedback-header__back svg,
.showreel--2020 .slate-feedback-modal .feedback-header__feedback svg {
  margin: 0 4px -1px 0;
  height: 11px;
  fill: var(--text-medium-colour);
  transition: fill 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.showreel--2020 .slate-feedback-modal .feedback-header__back:hover,
.showreel--2020 .slate-feedback-modal .feedback-header__feedback:hover {
  color: var(--text-strong-colour);
}
.showreel--2020 .slate-feedback-modal .feedback-header__back:hover svg,
.showreel--2020 .slate-feedback-modal .feedback-header__feedback:hover svg {
  fill: var(--text-strong-colour);
}
@media only screen and (min-width: 431px) {
  .showreel--2020 .slate-feedback-modal .feedback-header__back {
    right: 122px;
  }
}
.showreel--2020 .slate-feedback-modal .feedback-header__back--no-credits {
  right: 0;
}
@media only screen and (min-width: 920px) {
  .showreel--2020 .slate-feedback-modal .feedback-header--with-comments {
    right: 110px;
  }
}
.showreel--2020 .slate-feedback-modal .feedback-header__feedback {
  border-left: 1px solid #e4e8ec;
  right: 0;
}
.showreel--2020 .slate-feedback-modal .feedback-media {
  position: absolute;
  top: 56px;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 1px solid #e4e8ec;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  pointer-events: all !important;
}
.showreel--2020 .slate-feedback-modal .feedback-media * {
  pointer-events: all !important;
}
.showreel--2020 .slate-feedback-modal .feedback-media__scroll {
  width: 100% !important;
  height: 100%;
  display: flex;
}
.showreel--2020 .slate-feedback-modal .feedback-media__content {
  box-sizing: border-box;
  width: 100%;
  margin: auto;
  padding: 20px 10px;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 920px) {
  .showreel--2020 .slate-feedback-modal .feedback-media__content {
    padding: 30px;
  }
}
.showreel--2020 .slate-feedback-modal .feedback-media__content--loading .feedback-media__content__media,
.showreel--2020 .slate-feedback-modal .feedback-media__content--loading .feedback-media__content__controls {
  opacity: 0;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
.showreel--2020 .slate-feedback-modal .feedback-media__content--loading .feedback-media__content__loading {
  opacity: 0.5;
  visibility: visible;
}
.showreel--2020 .slate-feedback-modal .feedback-media__content--loading .feedback-media__content__loading svg {
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.showreel--2020 .slate-feedback-modal .feedback-media__content__loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
}
.showreel--2020 .slate-feedback-modal .feedback-media__content__loading svg {
  height: 30px;
  fill: #ffffff;
}
.showreel--2020 .slate-feedback-modal .feedback-media__content__media {
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
}
.showreel--2020 .slate-feedback-modal .slate-player-wrapper {
  width: 100%;
  max-width: calc((100vh - 150px) * 1.77778);
  margin: 0 auto;
}
@media only screen and (min-width: 920px) {
  .showreel--2020 .slate-feedback-modal .slate-player-wrapper {
    max-width: calc((100vh - 190px) * 1.77778);
  }
}
.showreel--2020 .slate-feedback-modal .slate-player-wrapper .slate-player {
  position: relative;
}
.showreel--2020 .slate-feedback-modal .slate-player-wrapper [data-videoplayer]:not(.disabled) {
  position: relative !important;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background: black;
  max-width: 100%;
  max-height: 100%;
}
.showreel--2020 .slate-feedback-modal .slate-player-wrapper [data-videoplayer]:not(.disabled) video {
  position: absolute;
  width: 100%;
  height: 100%;
}
.showreel--2020 .slate-feedback-modal .slate-player-wrapper [data-videoplayer]:not(.disabled) video:focus {
  outline: none;
}
.showreel--2020 .slate-feedback-modal .slate-player-wrapper [data-illustrationplayer]:not(.disabled) {
  position: relative;
  height: calc(100vh - 190px);
}
.showreel--2020 .slate-feedback-modal .slate-player-wrapper [data-illustrationplayer]:not(.disabled) .slick-prev,
.showreel--2020 .slate-feedback-modal .slate-player-wrapper [data-illustrationplayer]:not(.disabled) .slick-next {
  padding: 4px 5px;
  background-color: var(--text-light-colour);
  width: 25px;
  height: 28px;
  bottom: 10px;
}
.showreel--2020 .slate-feedback-modal .slate-player-wrapper [data-illustrationplayer]:not(.disabled) .slick-prev:hover, .showreel--2020 .slate-feedback-modal .slate-player-wrapper [data-illustrationplayer]:not(.disabled) .slick-prev:focus,
.showreel--2020 .slate-feedback-modal .slate-player-wrapper [data-illustrationplayer]:not(.disabled) .slick-next:hover,
.showreel--2020 .slate-feedback-modal .slate-player-wrapper [data-illustrationplayer]:not(.disabled) .slick-next:focus {
  background-color: var(--main-accent-colour);
}
.showreel--2020 .slate-feedback-modal .slate-player-wrapper [data-illustrationplayer]:not(.disabled) .slick-prev:hover::before, .showreel--2020 .slate-feedback-modal .slate-player-wrapper [data-illustrationplayer]:not(.disabled) .slick-prev:focus::before,
.showreel--2020 .slate-feedback-modal .slate-player-wrapper [data-illustrationplayer]:not(.disabled) .slick-next:hover::before,
.showreel--2020 .slate-feedback-modal .slate-player-wrapper [data-illustrationplayer]:not(.disabled) .slick-next:focus::before {
  opacity: 1;
}
.showreel--2020 .slate-feedback-modal .slate-player-wrapper [data-illustrationplayer]:not(.disabled) .slick-prev {
  border-radius: 3px 0 0 3px;
  left: calc(50% - 1px);
  transform: translateX(-100%);
}
.showreel--2020 .slate-feedback-modal .slate-player-wrapper [data-illustrationplayer]:not(.disabled) .slick-next {
  border-radius: 0 3px 3px 0;
  right: calc(50% - 1px);
  transform: translateX(100%);
}
.showreel--2020 .slate-feedback-modal .slate-player-wrapper [data-illustrationplayer]:not(.disabled) button.slick-prev::before,
.showreel--2020 .slate-feedback-modal .slate-player-wrapper [data-illustrationplayer]:not(.disabled) button.slick-next::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='currentColor' d='M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z'%3E%3C/path%3E%3C/svg%3E");
  height: 16px;
  width: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 9px;
  opacity: 0.5;
}
.showreel--2020 .slate-feedback-modal .slate-player-wrapper [data-illustrationplayer]:not(.disabled) button.slick-next::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='currentColor' d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'%3E%3C/path%3E%3C/svg%3E");
}
.showreel--2020 .slate-feedback-modal .slate-player-wrapper [data-illustrationplayer]:not(.disabled) .image-slide {
  width: 100% !important;
  max-width: 100%;
  max-height: 100%;
}
.showreel--2020 .slate-feedback-modal .slate-player-wrapper [data-illustrationplayer]:not(.disabled) img {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 190px);
  margin: 0 auto;
}
.showreel--2020 .slate-feedback-modal .feedback-media__content__controls {
  position: relative;
  bottom: 2px;
  margin-top: 30px;
  text-align: center;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  display: flex;
  justify-content: center;
}
.showreel--2020 .slate-feedback-modal .feedback-media__content__controls__prev,
.showreel--2020 .slate-feedback-modal .feedback-media__content__controls__next,
.showreel--2020 .slate-feedback-modal .feedback-media__content__controls__download,
.showreel--2020 .slate-feedback-modal .feedback-media__content__controls__comment {
  box-sizing: border-box;
  display: inline-block;
  min-width: 40px;
  height: 40px;
  padding: 14px 4px;
  margin: 0 0 0 2px;
  background: var(--background-alt-colour);
  font-size: 9px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--text-light-colour);
  text-align: center;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  cursor: pointer;
}
@media only screen and (min-width: 920px) {
  .showreel--2020 .slate-feedback-modal .feedback-media__content__controls__prev,
.showreel--2020 .slate-feedback-modal .feedback-media__content__controls__next,
.showreel--2020 .slate-feedback-modal .feedback-media__content__controls__download,
.showreel--2020 .slate-feedback-modal .feedback-media__content__controls__comment {
    padding: 14px 14px;
  }
}
.showreel--2020 .slate-feedback-modal .feedback-media__content__controls__prev span,
.showreel--2020 .slate-feedback-modal .feedback-media__content__controls__next span,
.showreel--2020 .slate-feedback-modal .feedback-media__content__controls__download span,
.showreel--2020 .slate-feedback-modal .feedback-media__content__controls__comment span {
  display: none;
}
@media only screen and (min-width: 920px) {
  .showreel--2020 .slate-feedback-modal .feedback-media__content__controls__prev span,
.showreel--2020 .slate-feedback-modal .feedback-media__content__controls__next span,
.showreel--2020 .slate-feedback-modal .feedback-media__content__controls__download span,
.showreel--2020 .slate-feedback-modal .feedback-media__content__controls__comment span {
    display: inline;
  }
}
.showreel--2020 .slate-feedback-modal .feedback-media__content__controls__prev svg,
.showreel--2020 .slate-feedback-modal .feedback-media__content__controls__next svg,
.showreel--2020 .slate-feedback-modal .feedback-media__content__controls__download svg,
.showreel--2020 .slate-feedback-modal .feedback-media__content__controls__comment svg {
  height: 11px;
  margin-bottom: -2px;
  fill: var(--background-colour);
}
.showreel--2020 .slate-feedback-modal .feedback-media__content__controls__prev svg path,
.showreel--2020 .slate-feedback-modal .feedback-media__content__controls__next svg path,
.showreel--2020 .slate-feedback-modal .feedback-media__content__controls__download svg path,
.showreel--2020 .slate-feedback-modal .feedback-media__content__controls__comment svg path {
  fill: var(--text-light-colour);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.showreel--2020 .slate-feedback-modal .feedback-media__content__controls__prev:hover,
.showreel--2020 .slate-feedback-modal .feedback-media__content__controls__next:hover,
.showreel--2020 .slate-feedback-modal .feedback-media__content__controls__download:hover,
.showreel--2020 .slate-feedback-modal .feedback-media__content__controls__comment:hover {
  background: var(--main-accent-colour);
  color: var(--background-colour);
}
.showreel--2020 .slate-feedback-modal .feedback-media__content__controls__prev:hover svg path,
.showreel--2020 .slate-feedback-modal .feedback-media__content__controls__next:hover svg path,
.showreel--2020 .slate-feedback-modal .feedback-media__content__controls__download:hover svg path,
.showreel--2020 .slate-feedback-modal .feedback-media__content__controls__comment:hover svg path {
  fill: var(--background-colour);
}
.showreel--2020 .slate-feedback-modal .feedback-media__content__controls__prev.disabled,
.showreel--2020 .slate-feedback-modal .feedback-media__content__controls__next.disabled,
.showreel--2020 .slate-feedback-modal .feedback-media__content__controls__download.disabled,
.showreel--2020 .slate-feedback-modal .feedback-media__content__controls__comment.disabled {
  pointer-events: none !important;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.2);
  cursor: default;
}
.showreel--2020 .slate-feedback-modal .feedback-media__content__controls__prev.disabled svg path,
.showreel--2020 .slate-feedback-modal .feedback-media__content__controls__next.disabled svg path,
.showreel--2020 .slate-feedback-modal .feedback-media__content__controls__download.disabled svg path,
.showreel--2020 .slate-feedback-modal .feedback-media__content__controls__comment.disabled svg path {
  fill: rgba(255, 255, 255, 0.2);
}
.showreel--2020 .slate-feedback-modal .feedback-media__content__controls__prev {
  width: 30px;
  border-radius: 3px 0 0 3px;
  margin: 0;
}
@media only screen and (min-width: 920px) {
  .showreel--2020 .slate-feedback-modal .feedback-media__content__controls__prev {
    width: 90px;
  }
  .showreel--2020 .slate-feedback-modal .feedback-media__content__controls__prev svg {
    margin-right: 6px;
  }
}
.showreel--2020 .slate-feedback-modal .feedback-media__content__controls__next {
  width: 30px;
  border-radius: 0 3px 3px 0;
}
@media only screen and (min-width: 920px) {
  .showreel--2020 .slate-feedback-modal .feedback-media__content__controls__next {
    width: 90px;
  }
  .showreel--2020 .slate-feedback-modal .feedback-media__content__controls__next svg {
    margin-left: 6px;
  }
}
.showreel--2020 .slate-feedback-modal .feedback-media__content__controls__download,
.showreel--2020 .slate-feedback-modal .feedback-media__content__controls__comment {
  padding: 14px 12px;
  cursor: pointer;
}
.showreel--2020 .slate-feedback-modal .feedback-media__content__controls__download span,
.showreel--2020 .slate-feedback-modal .feedback-media__content__controls__comment span {
  margin-left: 6px;
  font-weight: 400;
}
.showreel--2020 .slate-feedback-modal .feedback-media__content__controls__download svg,
.showreel--2020 .slate-feedback-modal .feedback-media__content__controls__comment svg {
  margin-right: 6px;
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar {
  position: absolute;
  z-index: 1;
  top: 56px;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #f4f6f7;
  border-top: 1px solid #e4e8ec;
  border-left: 1px solid #e4e8ec;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  pointer-events: all !important;
}
@media only screen and (min-width: 431px) {
  .showreel--2020 .slate-feedback-modal .feedback-sidebar {
    top: 56px;
    transform: translate(50%, 0);
    max-width: 42%;
  }
}
@media only screen and (min-width: 920px) {
  .showreel--2020 .slate-feedback-modal .feedback-sidebar {
    transform: translate(25%, 0);
    max-width: 420px;
  }
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar * {
  pointer-events: all !important;
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar input[type=text],
.showreel--2020 .slate-feedback-modal .feedback-sidebar input[type=email],
.showreel--2020 .slate-feedback-modal .feedback-sidebar textarea {
  display: block;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  height: 33px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 9px 10px;
  font-size: 11px;
  font-weight: 400;
  color: var(--text-medium-colour);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar input[type=text]:focus,
.showreel--2020 .slate-feedback-modal .feedback-sidebar input[type=email]:focus,
.showreel--2020 .slate-feedback-modal .feedback-sidebar textarea:focus {
  outline: none;
  border-color: #e4e8ec;
  background: var(--background-colour);
  box-shadow: none;
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar input[type=text]::-webkit-input-placeholder,
.showreel--2020 .slate-feedback-modal .feedback-sidebar input[type=email]::-webkit-input-placeholder,
.showreel--2020 .slate-feedback-modal .feedback-sidebar textarea::-webkit-input-placeholder {
  color: var(--text-light-colour);
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar input[type=text]::-moz-placeholder,
.showreel--2020 .slate-feedback-modal .feedback-sidebar input[type=email]::-moz-placeholder,
.showreel--2020 .slate-feedback-modal .feedback-sidebar textarea::-moz-placeholder {
  color: var(--text-light-colour);
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar input[type=text]:-ms-input-placeholder,
.showreel--2020 .slate-feedback-modal .feedback-sidebar input[type=email]:-ms-input-placeholder,
.showreel--2020 .slate-feedback-modal .feedback-sidebar textarea:-ms-input-placeholder {
  color: var(--text-light-colour);
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar input[type=text]:-moz-placeholder,
.showreel--2020 .slate-feedback-modal .feedback-sidebar input[type=email]:-moz-placeholder,
.showreel--2020 .slate-feedback-modal .feedback-sidebar textarea:-moz-placeholder {
  color: var(--text-light-colour);
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar input[type=text].error::-webkit-input-placeholder,
.showreel--2020 .slate-feedback-modal .feedback-sidebar input[type=email].error::-webkit-input-placeholder,
.showreel--2020 .slate-feedback-modal .feedback-sidebar textarea.error::-webkit-input-placeholder {
  color: #E34F4F;
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar input[type=text].error::-moz-placeholder,
.showreel--2020 .slate-feedback-modal .feedback-sidebar input[type=email].error::-moz-placeholder,
.showreel--2020 .slate-feedback-modal .feedback-sidebar textarea.error::-moz-placeholder {
  color: #E34F4F;
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar input[type=text].error:-ms-input-placeholder,
.showreel--2020 .slate-feedback-modal .feedback-sidebar input[type=email].error:-ms-input-placeholder,
.showreel--2020 .slate-feedback-modal .feedback-sidebar textarea.error:-ms-input-placeholder {
  color: #E34F4F;
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar input[type=text].error:-moz-placeholder,
.showreel--2020 .slate-feedback-modal .feedback-sidebar input[type=email].error:-moz-placeholder,
.showreel--2020 .slate-feedback-modal .feedback-sidebar textarea.error:-moz-placeholder {
  color: #E34F4F;
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar input[type=text] {
  width: 93%;
  font-weight: 700;
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar input[type=email] {
  padding-right: 150px;
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar textarea {
  height: 154px;
  resize: none;
  padding-top: 4px;
  color: var(--text-strong-colour);
  font-size: 15px;
  line-height: 1.7;
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar textarea.error {
  border-color: #E34F4F;
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar--form .feedback-sidebar__comments {
  height: calc(100vh - 339px);
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar--form .feedback-sidebar__form__add,
.showreel--2020 .slate-feedback-modal .feedback-sidebar--form .feedback-sidebar__form__notifications {
  display: none;
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar--form .feedback-form {
  display: block;
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar--loading .feedback-sidebar__loading {
  opacity: 0.9;
  visibility: visible;
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar--loading .feedback-sidebar__loading svg {
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar__loading {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--background-colour);
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar__loading svg {
  height: 30px;
  fill: var(--text-light-colour);
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar__comments {
  height: 100%;
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar__empty {
  padding: 25px 30px 0;
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar__empty__title {
  display: block;
  font-size: 17px;
  font-weight: 600;
  color: var(--text-strong-colour);
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar__empty p {
  margin: 5px 0 0;
  font-size: 13px;
  line-height: 1.7;
  color: var(--text-medium-colour);
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar__comment {
  border-bottom: 1px solid #e4e8ec;
  padding: 0 30px;
  box-sizing: border-box;
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar__comment:nth-child(2n) {
  background: rgba(255, 255, 255, 0.4);
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar__comment--owner {
  border-left: 4px solid #76A3CD;
  padding-left: 26px;
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar__comments--highlighting .feedback-sidebar__comment {
  opacity: 0.5;
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar__comments--highlighting .feedback-sidebar__comment--highlighted {
  opacity: 1;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar__comment__header {
  position: relative;
  padding-top: 18px;
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar__comment__author {
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  color: var(--text-medium-colour);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1) 0.1s;
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar__comment__timestamp {
  float: right;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-light-colour);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar__comment__buttons {
  display: none;
  position: absolute;
  top: 7px;
  right: -11px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar__comment--editable .feedback-sidebar__comment__buttons {
  display: flex;
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar__comment--editable:hover .feedback-sidebar__comment__timestamp {
  opacity: 0;
  visibility: hidden;
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar__comment--editable:hover .feedback-sidebar__comment__buttons {
  opacity: 1;
  visibility: visible;
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar__comment__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  border: none;
  padding: 0;
  background: transparent;
  color: var(--text-medium-colour);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar__comment__button svg {
  height: 11px;
  fill: currentColor;
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar__comment__button:hover {
  background: transparent;
  color: var(--text-strong-colour);
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar__comment__button--delete:hover {
  background: #FCEDEE;
  color: #E34F4F;
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar__comment__delete {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 7px;
  right: -11px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out cubic-bezier(0.2, 0.3, 0, 1);
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar__comment__delete > span {
  font-size: 11px;
  font-weight: 600;
  color: #E34F4F;
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar__comment--deleting .feedback-sidebar__comment__author,
.showreel--2020 .slate-feedback-modal .feedback-sidebar__comment--deleting .feedback-sidebar__comment__buttons {
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar__comment--deleting .feedback-sidebar__comment__delete {
  opacity: 1;
  visibility: visible;
  transition: all 0.2s ease-in-out cubic-bezier(0.2, 0.3, 0, 1) 0.1s;
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar__comment--deleted {
  opacity: 0;
  height: 0 !important;
  transition: opacity 0.4s cubic-bezier(0.2, 0.3, 0, 1), height 0.2s cubic-bezier(0.2, 0.3, 0, 1) 0.4s;
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar__comment--deleted .feedback-sidebar__comment__author,
.showreel--2020 .slate-feedback-modal .feedback-sidebar__comment--deleted .feedback-sidebar__comment__buttons {
  display: none;
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar__comment__content {
  padding: 10px 0 14px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-strong-colour);
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar__comment__content .feedback-sidebar__comment__video-timestamp {
  display: inline-flex;
  align-items: center;
  border: 1px solid #e4e8ec;
  border-radius: 3px;
  padding: 2px 5px;
  margin: 0 8px 0 -5px;
  font-size: 11px;
  color: var(--text-strong-colour);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar__comment__content .feedback-sidebar__comment__video-timestamp:hover {
  background: var(--background-colour);
  color: var(--main-accent-colour);
  border-color: var(--main-accent-colour);
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar__comment__content .feedback-sidebar__comment__video-timestamp svg {
  height: 12px;
  fill: currentColor;
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar__comment__content .feedback-sidebar__comment__video-timestamp span {
  margin-left: 6px;
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar__comment__content pre {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-strong-colour);
  word-break: break-word;
  overflow: visible;
  white-space: pre-wrap;
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar__comment__editor {
  display: none;
  margin: -5px -9px 0 -11px;
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar__comment--editing .feedback-sidebar__comment__buttons {
  display: none;
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar__comment--editing .feedback-sidebar__comment__timestamp {
  opacity: 1 !important;
  visibility: visible !important;
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar__comment--editing .feedback-sidebar__comment__content pre {
  display: none;
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar__comment--editing .feedback-sidebar__comment__editor {
  display: block;
}
.showreel--2020 .slate-feedback-modal--editing .feedback-sidebar__comment--editable .feedback-sidebar__comment__buttons {
  display: none;
}
.showreel--2020 .slate-feedback-modal--editing .feedback-sidebar__comment--editable .feedback-sidebar__comment__timestamp {
  opacity: 1 !important;
  visibility: visible !important;
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar__form {
  position: relative;
  z-index: 2;
  margin-top: -1px;
  background: var(--background-alt-colour);
  border-top: 1px solid #e4e8ec;
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar__form__add {
  padding: 18px 30px;
  background: var(--background-alt-colour);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  color: var(--main-accent-colour);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar__form__add svg {
  margin: 0 4px -1px 0;
  height: 11px;
  fill: currentColor;
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar__form__add:hover {
  background: var(--background-colour);
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar__form__add--disabled {
  cursor: default;
  color: var(--text-light-colour);
}
.showreel--2020 .slate-feedback-modal .feedback-sidebar__form__add--disabled:hover {
  background: var(--background-alt-colour);
}
.showreel--2020 .slate-feedback-modal .new-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  height: 33px;
  padding: 0 12px;
  border-radius: 3px;
  background: var(--text-strong-colour);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--background-colour);
  white-space: nowrap;
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
  cursor: pointer;
}
.showreel--2020 .slate-feedback-modal .new-button:focus {
  outline: none;
}
.showreel--2020 .slate-feedback-modal .new-button:hover {
  background: var(--main-accent-colour);
}
.showreel--2020 .slate-feedback-modal .new-button svg {
  height: 13px;
  fill: currentColor;
}
.showreel--2020 .slate-feedback-modal .new-button svg:first-child {
  margin-right: 6px;
}
.showreel--2020 .slate-feedback-modal .new-button svg:last-child {
  margin-left: 6px;
}
.showreel--2020 .slate-feedback-modal .new-checkbox {
  position: relative;
  padding-left: 26px;
  height: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.showreel--2020 .slate-feedback-modal .new-checkbox input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.showreel--2020 .slate-feedback-modal .new-checkbox__check {
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background: transparent;
  border: 1px solid #e4e8ec;
  transition: all 0.1s cubic-bezier(0.2, 0.3, 0, 1);
}
.showreel--2020 .slate-feedback-modal .new-checkbox__check svg {
  height: 11px;
  opacity: 0;
  transition: opacity 0.1s cubic-bezier(0.2, 0.3, 0, 1);
  fill: var(--background-colour);
}
.showreel--2020 .slate-feedback-modal .new-checkbox__text {
  font-size: 11px;
  font-weight: 600;
  color: var(--text-light-colour);
  transition: color 0.1s cubic-bezier(0.2, 0.3, 0, 1);
}
.showreel--2020 .slate-feedback-modal .new-checkbox:hover .new-checkbox__check {
  border-color: var(--text-light-colour);
}
.showreel--2020 .slate-feedback-modal .new-checkbox:hover .new-checkbox__text {
  color: var(--text-medium-colour);
}
.showreel--2020 .slate-feedback-modal .new-checkbox input:checked ~ .new-checkbox__check {
  background: var(--main-accent-colour);
  border-color: var(--main-accent-colour);
}
.showreel--2020 .slate-feedback-modal .new-checkbox input:checked ~ .new-checkbox__check svg {
  opacity: 1;
}
.showreel--2020 .slate-feedback-modal .new-checkbox input:checked ~ .new-checkbox__text {
  color: var(--text-strong-colour);
}
.showreel--2020 .slate-feedback-modal .feedback-form {
  display: none;
  padding: 9px 20px 10px;
  background: var(--background-alt-colour);
}
.showreel--2020 .slate-feedback-modal .feedback-form__actions {
  margin: 10px 0 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.showreel--2020 .slate-feedback-modal .js-include-timestamp--hide {
  display: none;
}
.showreel--2020 .slate-feedback-modal .feedback-form__notifications {
  position: absolute;
  top: 42px;
  right: 30px;
  height: 33px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.showreel--2020 .slate-feedback-modal .feedback-form__notifications--active {
  opacity: 1;
  visibility: visible;
}
.showreel--2020 .slate-feedback-modal .feedback-form__notifications .new-checkbox__check {
  top: 7px;
}
.showreel--2020 .slate-feedback-modal .feedback-form__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-light-colour);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.showreel--2020 .slate-feedback-modal .feedback-form__close svg {
  height: 13px;
  fill: currentColor;
}
.showreel--2020 .slate-feedback-modal .feedback-form__close:hover {
  color: var(--text-medium-colour);
}
.showreel--2020.showreel .slate-feedback-modal .feedback-sidebar {
  top: 52%;
  transform: translate(0, 40%);
}
@media only screen and (min-width: 431px) {
  .showreel--2020.showreel .slate-feedback-modal .feedback-sidebar {
    top: 56px;
    transform: translate(50%, 0);
  }
}
@media only screen and (min-width: 920px) {
  .showreel--2020.showreel .slate-feedback-modal .feedback-sidebar {
    transform: translate(25%, 0);
  }
}
.showreel--2020.showreel .slate-feedback-modal.slate-feedback-modal--feedback-open .feedback-sidebar {
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.showreel--2020.showreel .slate-feedback-modal.slate-feedback-modal--feedback-open .feedback-media__content {
  top: 40px;
  transform: translateY(0);
}
@media only screen and (min-width: 431px) {
  .showreel--2020.showreel .slate-feedback-modal.slate-feedback-modal--feedback-open .feedback-media__content {
    top: 50%;
    transform: translate(2.5vw, -50%);
    width: 53%;
  }
}
@media only screen and (min-width: 920px) {
  .showreel--2020.showreel .slate-feedback-modal.slate-feedback-modal--feedback-open .feedback-media__content {
    width: 100%;
    transform: translateY(-50%);
  }
}
.showreel--2020 .slate-feedback-modal--active.slate-feedback-modal--feedback-open .feedback-sidebar {
  opacity: 1;
  visibility: visible;
}
.showreel--2020 .slate-feedback-modal--feedback-open .feedback-header__feedback {
  background: #f4f6f7;
  color: var(--text-strong-colour);
}
.showreel--2020 .slate-feedback-modal--feedback-open .feedback-header__feedback svg path {
  fill: var(--text-strong-colour);
}
@media only screen and (min-width: 1220px) {
  .showreel--2020 .slate-feedback-modal--feedback-open .feedback-media {
    right: 420px;
  }
}
.showreel--2020 .slate-feedback-modal--feedback-open .feedback-sidebar {
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.showreel--2020 .credits__list {
  margin: 0;
}
.showreel--2020 .credits__list__item {
  margin-top: 6px;
  line-height: 1.4;
}
.showreel--2020 .credits__list__item span {
  font-size: 11px;
  font-weight: 700;
  color: var(--text-medium-colour);
}
.showreel--2020 .credits__list__item a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: var(--text-strong-colour);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.showreel--2020 .credits__list__item a:hover {
  color: var(--main-accent-colour);
}
.showreel--2020.light .slate-feedback-modal {
  background: rgba(255, 255, 255, 0.95);
}
.showreel--2020.dark .slate-feedback-modal {
  background: rgba(11, 29, 46, 0.95);
}
.showreel--2020.dark .slate-feedback-modal .feedback-header {
  background: var(--background-colour);
}
.showreel--2020.dark .slate-feedback-modal .feedback-header__title__name {
  color: #fff;
}
.showreel--2020.dark .slate-feedback-modal .feedback-header__back,
.showreel--2020.dark .slate-feedback-modal .feedback-header__feedback {
  color: var(--text-medium-colour);
}
.showreel--2020.dark .slate-feedback-modal .feedback-header__back svg path,
.showreel--2020.dark .slate-feedback-modal .feedback-header__feedback svg path {
  fill: var(--text-medium-colour);
}
.showreel--2020.dark .slate-feedback-modal .feedback-header__back:hover,
.showreel--2020.dark .slate-feedback-modal .feedback-header__feedback:hover {
  color: var(--text-strong-colour);
}
.showreel--2020.dark .slate-feedback-modal .feedback-header__back:hover svg path,
.showreel--2020.dark .slate-feedback-modal .feedback-header__feedback:hover svg path {
  fill: var(--text-strong-colour);
}
.showreel--2020.dark .slate-feedback-modal .feedback-header__feedback {
  border-left-color: rgba(255, 255, 255, 0.1);
}
.showreel--2020.dark .slate-feedback-modal .feedback-media {
  border-top-color: rgba(255, 255, 255, 0.1);
}
.showreel--2020.dark .slate-feedback-modal .feedback-media__content__controls__prev,
.showreel--2020.dark .slate-feedback-modal .feedback-media__content__controls__next,
.showreel--2020.dark .slate-feedback-modal .feedback-media__content__controls__download,
.showreel--2020.dark .slate-feedback-modal .feedback-media__content__controls__comment {
  background: var(--text-light-colour);
  color: var(--background-colour);
}
.showreel--2020.dark .slate-feedback-modal .feedback-media__content__controls__prev svg path,
.showreel--2020.dark .slate-feedback-modal .feedback-media__content__controls__next svg path,
.showreel--2020.dark .slate-feedback-modal .feedback-media__content__controls__download svg path,
.showreel--2020.dark .slate-feedback-modal .feedback-media__content__controls__comment svg path {
  fill: var(--background-colour);
}
.showreel--2020.dark .slate-feedback-modal .feedback-media__content__controls__prev:hover,
.showreel--2020.dark .slate-feedback-modal .feedback-media__content__controls__next:hover,
.showreel--2020.dark .slate-feedback-modal .feedback-media__content__controls__download:hover,
.showreel--2020.dark .slate-feedback-modal .feedback-media__content__controls__comment:hover {
  background: var(--main-accent-colour);
  color: var(--background-colour);
}
.showreel--2020.dark .slate-feedback-modal .feedback-media__content__controls__prev:hover svg path,
.showreel--2020.dark .slate-feedback-modal .feedback-media__content__controls__next:hover svg path,
.showreel--2020.dark .slate-feedback-modal .feedback-media__content__controls__download:hover svg path,
.showreel--2020.dark .slate-feedback-modal .feedback-media__content__controls__comment:hover svg path {
  fill: var(--background-colour);
}
.showreel--2020.dark .slate-feedback-modal .feedback-sidebar {
  background: var(--background-alt-colour);
  border-color: rgba(255, 255, 255, 0.1);
}
.showreel--2020.dark .slate-feedback-modal .feedback-sidebar input[type=text]:focus,
.showreel--2020.dark .slate-feedback-modal .feedback-sidebar input[type=email]:focus,
.showreel--2020.dark .slate-feedback-modal .feedback-sidebar textarea:focus {
  border-color: rgba(255, 255, 255, 0.1);
}
.showreel--2020.dark .slate-feedback-modal .new-checkbox__check {
  border-color: rgba(255, 255, 255, 0.1);
}
.showreel--2020.dark .slate-feedback-modal .feedback-sidebar__comment {
  border-color: rgba(255, 255, 255, 0.1);
  color: var(--text-strong-colour);
}
.showreel--2020.dark .slate-feedback-modal .feedback-sidebar__comment:nth-child(2n) {
  background: var(--background-colour);
}
.showreel--2020.dark .slate-feedback-modal .feedback-sidebar__comments--highlighting .feedback-sidebar__comment--highlighted {
  box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.2);
}
.showreel--2020.dark .slate-feedback-modal .feedback-sidebar__comment__video-timestamp {
  border-color: rgba(255, 255, 255, 0.1);
}
.showreel--2020.dark .slate-feedback-modal .feedback-sidebar__form {
  border-top-color: rgba(255, 255, 255, 0.1);
}
.showreel--2020.dark .slate-feedback-modal .credits__list__item span {
  color: var(--text-medium-colour);
}
.showreel--2020.dark .slate-feedback-modal .credits__list__item a {
  color: var(--text-strong-colour);
}
.showreel--2020.dark .slate-feedback-modal .credits__list__item a:hover {
  color: var(--main-accent-colour);
}
.showreel--2020.dark .slate-feedback-modal--feedback-open .feedback-header__feedback {
  background: var(--background-alt-colour);
  color: var(--text-strong-colour);
}
.showreel--2020.dark .slate-feedback-modal--feedback-open .feedback-header__feedback svg path {
  fill: var(--text-strong-colour);
}
.showreel--2020.custom .slate-feedback-modal {
  --background-colour: #ffffff;
  --background-alt-colour: #f3f4f4;
  --text-strong-colour: #232828;
  --text-medium-colour: #4f5c5d;
  --text-light-colour: #99a0a0;
  background: rgba(30, 30, 30, 0.95);
}
.showreel--2020.custom .slate-feedback-modal .feedback-header {
  background: var(--background-colour);
}
.showreel--2020.custom .slate-feedback-modal .feedback-header__back,
.showreel--2020.custom .slate-feedback-modal .feedback-header__feedback {
  color: var(--text-medium-colour);
}
.showreel--2020.custom .slate-feedback-modal .feedback-header__back svg path,
.showreel--2020.custom .slate-feedback-modal .feedback-header__feedback svg path {
  fill: var(--text-medium-colour);
}
.showreel--2020.custom .slate-feedback-modal .feedback-header__back:hover,
.showreel--2020.custom .slate-feedback-modal .feedback-header__feedback:hover {
  color: var(--text-light-colour);
}
.showreel--2020.custom .slate-feedback-modal .feedback-header__back:hover svg path,
.showreel--2020.custom .slate-feedback-modal .feedback-header__feedback:hover svg path {
  fill: var(--text-light-colour);
}
.showreel--2020.custom .slate-feedback-modal .feedback-media__content__controls__prev,
.showreel--2020.custom .slate-feedback-modal .feedback-media__content__controls__next,
.showreel--2020.custom .slate-feedback-modal .feedback-media__content__controls__download,
.showreel--2020.custom .slate-feedback-modal .feedback-media__content__controls__comment {
  color: var(--text-medium-colour);
  background: var(--background-colour);
}
.showreel--2020.custom .slate-feedback-modal .feedback-media__content__controls__prev svg path,
.showreel--2020.custom .slate-feedback-modal .feedback-media__content__controls__next svg path,
.showreel--2020.custom .slate-feedback-modal .feedback-media__content__controls__download svg path,
.showreel--2020.custom .slate-feedback-modal .feedback-media__content__controls__comment svg path {
  fill: var(--text-medium-colour);
}
.showreel--2020.custom .slate-feedback-modal .feedback-media__content__controls__prev:hover,
.showreel--2020.custom .slate-feedback-modal .feedback-media__content__controls__next:hover,
.showreel--2020.custom .slate-feedback-modal .feedback-media__content__controls__download:hover,
.showreel--2020.custom .slate-feedback-modal .feedback-media__content__controls__comment:hover {
  background: var(--main-accent-colour);
  color: var(--background-colour);
}
.showreel--2020.custom .slate-feedback-modal .feedback-media__content__controls__prev:hover svg path,
.showreel--2020.custom .slate-feedback-modal .feedback-media__content__controls__next:hover svg path,
.showreel--2020.custom .slate-feedback-modal .feedback-media__content__controls__download:hover svg path,
.showreel--2020.custom .slate-feedback-modal .feedback-media__content__controls__comment:hover svg path {
  fill: var(--background-colour);
}
.showreel--2020.custom .slate-feedback-modal--feedback-open .feedback-header__feedback {
  background: var(--background-colour);
  color: var(--text-medium-colour);
}
.showreel--2020.custom .slate-feedback-modal--feedback-open .feedback-header__feedback svg path {
  fill: var(--text-strong-colour);
}
.showreel--2020.custom--dark .slate-feedback-modal {
  --background-colour: #1e1e1e;
  --background-alt-colour: #222222;
  --text-strong-colour: #aaaaaa;
  --text-medium-colour: #666666;
  --text-light-colour: #999999;
  background: rgba(30, 30, 30, 0.95);
}
.showreel--2020.custom--dark .slate-feedback-modal .feedback-header {
  background: var(--background-colour);
}
.showreel--2020.custom--dark .slate-feedback-modal .feedback-header__title__name {
  color: #fff;
}
.showreel--2020.custom--dark .slate-feedback-modal .feedback-header__back,
.showreel--2020.custom--dark .slate-feedback-modal .feedback-header__feedback {
  color: var(--text-medium-colour);
}
.showreel--2020.custom--dark .slate-feedback-modal .feedback-header__back svg path,
.showreel--2020.custom--dark .slate-feedback-modal .feedback-header__feedback svg path {
  fill: var(--text-medium-colour);
}
.showreel--2020.custom--dark .slate-feedback-modal .feedback-header__back:hover,
.showreel--2020.custom--dark .slate-feedback-modal .feedback-header__feedback:hover {
  color: var(--text-light-colour);
}
.showreel--2020.custom--dark .slate-feedback-modal .feedback-header__back:hover svg path,
.showreel--2020.custom--dark .slate-feedback-modal .feedback-header__feedback:hover svg path {
  fill: var(--text-light-colour);
}
.showreel--2020.custom--dark .slate-feedback-modal .feedback-header__feedback {
  border-left-color: rgba(60, 60, 60, 0.9);
}
.showreel--2020.custom--dark .slate-feedback-modal .feedback-media {
  border-top-color: rgba(60, 60, 60, 0.9);
}
.showreel--2020.custom--dark .slate-feedback-modal .feedback-media__content__controls__prev,
.showreel--2020.custom--dark .slate-feedback-modal .feedback-media__content__controls__next,
.showreel--2020.custom--dark .slate-feedback-modal .feedback-media__content__controls__download,
.showreel--2020.custom--dark .slate-feedback-modal .feedback-media__content__controls__comment {
  background: var(--text-light-colour);
  color: var(--background-colour);
}
.showreel--2020.custom--dark .slate-feedback-modal .feedback-media__content__controls__prev svg path,
.showreel--2020.custom--dark .slate-feedback-modal .feedback-media__content__controls__next svg path,
.showreel--2020.custom--dark .slate-feedback-modal .feedback-media__content__controls__download svg path,
.showreel--2020.custom--dark .slate-feedback-modal .feedback-media__content__controls__comment svg path {
  fill: var(--background-colour);
}
.showreel--2020.custom--dark .slate-feedback-modal .feedback-media__content__controls__prev:hover,
.showreel--2020.custom--dark .slate-feedback-modal .feedback-media__content__controls__next:hover,
.showreel--2020.custom--dark .slate-feedback-modal .feedback-media__content__controls__download:hover,
.showreel--2020.custom--dark .slate-feedback-modal .feedback-media__content__controls__comment:hover {
  background: var(--main-accent-colour);
  color: var(--background-colour);
}
.showreel--2020.custom--dark .slate-feedback-modal .feedback-media__content__controls__prev:hover svg path,
.showreel--2020.custom--dark .slate-feedback-modal .feedback-media__content__controls__next:hover svg path,
.showreel--2020.custom--dark .slate-feedback-modal .feedback-media__content__controls__download:hover svg path,
.showreel--2020.custom--dark .slate-feedback-modal .feedback-media__content__controls__comment:hover svg path {
  fill: var(--background-colour);
}
.showreel--2020.custom--dark .slate-feedback-modal .feedback-sidebar {
  background: var(--background-colour);
  border-color: rgba(60, 60, 60, 0.9);
}
.showreel--2020.custom--dark .slate-feedback-modal .feedback-sidebar__form {
  border-color: rgba(60, 60, 60, 0.9);
}
.showreel--2020.custom--dark .slate-feedback-modal .feedback-sidebar__comment {
  border-color: rgba(60, 60, 60, 0.9);
  color: var(--background-contrast-colour);
}
.showreel--2020.custom--dark .slate-feedback-modal .feedback-sidebar__comment:nth-child(2n) {
  background: var(--background-colour);
}
.showreel--2020.custom--dark .slate-feedback-modal .feedback-sidebar__comment__content .feedback-sidebar__comment__video-timestamp {
  border-color: rgba(60, 60, 60, 0.9);
}
.showreel--2020.custom--dark .slate-feedback-modal .feedback-sidebar__comment__content .feedback-sidebar__comment__video-timestamp:hover {
  border-color: var(--main-accent-colour);
}
.showreel--2020.custom--dark .slate-feedback-modal .credits__list__item span {
  color: var(--text-medium-colour);
}
.showreel--2020.custom--dark .slate-feedback-modal .credits__list__item a {
  color: var(--background-contrast-colour);
}
.showreel--2020.custom--dark .slate-feedback-modal .credits__list__item a:hover {
  color: var(--main-accent-colour);
}
.showreel--2020.custom--dark .slate-feedback-modal--feedback-open .feedback-header__feedback {
  background: var(--background-colour);
  color: var(--text-light-colour);
}
.showreel--2020.custom--dark .slate-feedback-modal--feedback-open .feedback-header__feedback svg path {
  fill: var(--text-light-colour);
}
.showreel--2020 .bios .image-text {
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .showreel--2020 .bios .image-text {
    padding: 0 60px;
  }
}
.showreel--2020 .bios .image-text .wrap {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 0;
  padding: 0;
  max-width: none;
}
@media only screen and (min-width: 992px) {
  .showreel--2020 .bios .image-text .wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.showreel--2020 .bios .image-text__image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.showreel--2020 .bios .image-text__image img {
  max-width: 100%;
  max-height: 300px;
}
@media only screen and (min-width: 992px) {
  .showreel--2020 .bios .image-text__image img {
    max-height: 500px;
  }
}
.showreel--2020 .bios .image-text--left .image-text__image {
  order: 1;
}
@media only screen and (min-width: 992px) {
  .showreel--2020 .bios .image-text--left .image-text__image {
    order: 0;
  }
}
@media only screen and (min-width: 992px) {
  .showreel--2020 .bios .image-text--right .image-text__image {
    order: 1;
  }
  .showreel--2020 .bios .image-text--right .image-text__text {
    padding-left: 0;
  }
}
.showreel--2020 .bios section.section-margin-regular {
  margin-top: 60px;
}
.showreel--2020 .bios .image-text__text {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
}
@media only screen and (min-width: 992px) {
  .showreel--2020 .bios .image-text__text {
    padding: 60px;
    grid-column: span 2;
  }
}
.showreel--2020 .bios .image-text__text h2 {
  font-size: 42px;
  margin: 0;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.02em;
  -webkit-font-smoothing: antialiased;
}
.showreel--2020 .bios .image-text__text p {
  font-size: 20px;
  line-height: 1.7;
}

.showreel--embedded {
  background-color: transparent !important;
}
.showreel--embedded .grid-section:before {
  display: none;
}
.showreel--embedded .wrap {
  padding: 0;
}
.showreel--embedded [data-videoplayer]:not(.disabled) {
  max-width: none;
  margin: 0;
}
.showreel--embedded [data-three-columns=true] .column:nth-child(2) {
  margin-top: 16px;
}
@media only screen and (min-width: 768px) {
  .showreel--embedded .grid[data-three-columns=true] .column:nth-child(2) {
    margin-top: 16px;
  }
}
@media only screen and (min-width: 1280px) {
  .showreel--embedded .grid[data-three-columns=true] .grid-section .column {
    margin-top: 32px;
  }
}
