html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  #EFEFEF-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Slussen Mono";
  src: url("/assets/fonts/Slussen-Mono-Regular.woff2") format("woff2"), url("/assets/fonts/Slussen-Mono-Regular.woff") format("woff"), url("/assets/fonts/Slussen-Mono-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Slussen";
  src: url("/assets/fonts/Slussen-Regular.woff2") format("woff2"), url("/assets/fonts/Slussen-Regular.woff") format("woff"), url("/assets/fonts/Slussen-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Slussen-Semibold";
  src: url("/assets/fonts/Slussen-Semibold.woff2") format("woff2"), url("/assets/fonts/Slussen-Semibold.woff") format("woff"), url("/assets/fonts/Slussen-Semibold.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
:root {
  --colour-one: #fff;
  --colour-two: #000;
  --fs-01: 2.4rem;
  --fs-02: 3rem;
  --fs-03: 3rem;
  --fs-04: 1.6rem;
  --fs-05: 1.6rem;
  --fade-speed: 0.32s;
  --gap: 2.84vw;
  --font-one: "Slussen", sans-serif;
  --font-bold: "Slussen-Semibold", sans-serif;
  --font-two: "Slussen Mono", monospace;
}

@media (min-width: 1300px) {
  :root {
    --fs-02: 5.6rem;
    --fs-04: 2.4rem;
    --fs-05: 1.4rem;
  }
}
p {
  margin-top: 0;
  margin-bottom: 1em;
  text-wrap: pretty;
}

img {
  vertical-align: top;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

html,
body {
  margin: 0;
  padding: 0;
  font-size: 10px;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-font-size-adjust: 100%;
  background-color: var(--colour-one);
  color: var(--colour-two);
  font-weight: 500;
  line-height: 1.35;
  font-family: var(--font-one);
  font-weight: 400;
  font-style: normal;
  position: relative;
  letter-spacing: -0.0031em;
  -webkit-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
html.loop-scroll,
body.loop-scroll {
  min-height: 500vh;
}
html.loop-scroll header,
body.loop-scroll header {
  min-height: 500vh;
}

.content {
  height: 100%;
}

h1,
h2,
.text-b {
  font-weight: 700;
  font-style: normal;
  margin: 0;
}

h2 {
  font-size: var(--fs-02);
  margin: 0;
}

h3 {
  margin: 0;
  font-weight: 600;
  font-style: normal;
  font-family: var(--font-bold);
}

h4 {
  font-size: 20px;
  margin: 0;
  font-family: var(--font-bold);
  font-weight: 500;
  font-size: var(--fs-05);
  line-height: 0.98;
  text-transform: uppercase;
}

p,
.text-regular {
  font-size: var(--fs-01);
}

.text-large p {
  font-size: var(--fs-01);
  font-family: var(--font-bold);
}
@media (min-width: 1300px) {
  .text-large p {
    line-height: 1.09;
    font-size: var(--fs-03);
  }
}

.text-small p {
  font-size: var(--fs-04);
}

a {
  color: inherit;
}

header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  gap: calc(2.84vw - 4em);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 5;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: var(--gap);
  height: 100%;
  pointer-events: none;
}
header a {
  pointer-events: all;
}
header h1 {
  font-size: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}
header a {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
}
header svg {
  height: auto;
  width: 100%;
  fill: var(--colour-two);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
header nav {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--gap);
  position: sticky;
  top: calc(2.84vw - 1.9em);
  top: calc(2.84vw - 1em);
  z-index: 3;
  opacity: 0;
  -webkit-transition: opacity var(--fade-speed);
  transition: opacity var(--fade-speed);
}
@media (min-width: 660px) {
  header nav {
    top: calc(2.84vw - 2.3em);
  }
}
header nav a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-family: var(--font-bold);
}
@media (min-width: 660px) {
  header nav a {
    min-width: 16.59vw;
  }
}
header nav a h2 {
  padding-right: 10px;
}
header nav.in-use a {
  opacity: 0.7;
}
@media (hover: hover) {
  header nav.in-use a:hover {
    opacity: 1;
  }
}
header nav.in-use a.active-page {
  opacity: 1;
}

.project-list {
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.project-list li {
  display: inline-block;
  list-style: none;
  font-size: var(--fs-02);
  padding-bottom: calc(var(--gap));
}
@media (min-width: 660px) {
  .project-list li {
    padding-bottom: calc(var(--gap) - 0.7em);
  }
}
.project-list a {
  text-decoration: none;
  font-size: var(--fs-02);
  text-transform: uppercase;
  line-height: 1.2;
  display: inline-block;
  position: relative;
}
.project-list a span {
  pointer-events: none;
}
.project-list .text-clip {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  pointer-events: none;
  clip-path: inset(0 100% 0 0);
  /* 0% progress */
  color: rgb(252, 255, 191);
}
.project-list .project.active .text-clip {
  -webkit-transition: clip-path 0.3s linear;
  transition: clip-path 0.3s linear;
  will-change: clip-path;
}
.project-list .project.active {
  --colour-two: rgba(252, 255, 191, 0.1);
}

.full-screen-media {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}
.full-screen-media * {
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.full-screen-media.active {
  opacity: 1;
  z-index: 2;
}

#logo-wrap {
  opacity: 0;
  -webkit-transition: opacity var(--fade-speed);
  transition: opacity var(--fade-speed);
}

.project-scroll-wrapper {
  z-index: 3;
  will-change: transform;
  padding: var(--gap);
  padding-top: calc(40vh + 200px - var(--fs-02) / 2);
  min-height: 100vh;
}
@media screen and (min-width: 700px) {
  .project-scroll-wrapper {
    padding-top: calc(22.27vw + 200px - var(--fs-02) / 2);
  }
}

.index .project-scroll-wrapper {
  padding-right: var(--gap);
  width: 100%;
  padding-top: calc(22.27vw + 200px - var(--fs-02) / 2);
}
@media (min-width: 660px) {
  .index .project-scroll-wrapper {
    padding-right: 0;
  }
}
.index .project-scroll-wrapper li {
  width: 100%;
}

.loop-scroll .project-scroll-wrapper {
  position: fixed;
}
.loop-scroll footer {
  opacity: 0;
}

.page-content {
  padding-top: calc(22.27vw + 200px);
}
.page-content .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: var(--gap);
  padding-top: 0;
  min-height: calc(100vh - 5.68vw - 10rem);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--gap);
}
@media (min-width: 930px) {
  .page-content .inner {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (min-width: 930px) {
  .page-content .inner .main-text {
    padding-right: var(--gap);
  }
}
@media (min-width: 1300px) {
  .page-content .inner .main-text {
    padding-right: calc(var(--gap) * 2);
  }
}
.page-content .inner .contact-details {
  font-size: calc(var(--fs-04) * 0.9);
  font-weight: 400;
  font-family: var(--font-two);
  text-transform: uppercase;
}
.page-content .inner .contact-details a {
  text-decoration: none;
}
@media (hover: hover) {
  .page-content .inner .contact-details a:hover {
    text-decoration: underline;
  }
}
.page-content .inner .contact-details * {
  font-size: calc(var(--fs-04) * 0.9);
}

.film-content {
  padding-top: calc(22.27vw + 100px);
}
@media (min-width: 660px) {
  .film-content {
    padding-top: calc(22.27vw + 200px);
  }
}
.film-content .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: var(--gap);
  min-height: calc(100vh - 5.68vw - 200px - 78.52vw);
}

h2,
svg {
  will-change: transform;
  -webkit-transition: color var(--fade-speed), fill var(--fade-speed);
  transition: color var(--fade-speed), fill var(--fade-speed);
}

.home {
  background-color: #000;
}
.home header,
.home nav,
.home h2,
.home svg {
  fill: rgba(252, 255, 191, 0.8);
  color: rgba(252, 255, 191, 0.8);
}
.home .project {
  color: rgba(252, 255, 191, 0.5);
}
.home .project.active {
  color: rgba(252, 255, 191, 0.7);
  opacity: 1 !important;
}

.project .year {
  font-size: var(--fs-04);
  display: inline-block;
  vertical-align: top;
  padding-top: 0.25em;
  font-family: var(--font-two);
  line-height: 1.23;
}
.project h3 {
  font-family: var(--font-bold);
  font-weight: 500;
  line-height: 0.98;
}
.project h3 a {
  font-family: var(--font-bold);
  font-weight: 500;
  line-height: 0.98;
}
.project.split {
  padding-bottom: 0;
  margin: 0;
}
.project.split h3 {
  padding-right: var(--gap);
}
.project.split article {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-bottom: 4rem;
  gap: 1rem;
}
@media (min-width: 660px) {
  .project.split article {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0rem;
    margin-bottom: 0rem;
  }
}
.project.split article > * {
  width: 100%;
  position: relative;
}
@media (min-width: 660px) {
  .project.split article > * {
    width: 50%;
  }
}
.project.split .film-thumb {
  position: relative;
  height: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
}
.project.split video {
  opacity: 0;
  display: none;
}
.project.split video,
.project.split img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

main {
  min-height: calc(100vh + 22.406vw);
}

.iframe-touch-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: transparent;
}

.filters {
  display: none;
  position: sticky;
  top: 32px;
  padding-top: 30px;
  font-size: var(--fs-05);
  pointer-events: all;
}
@media (min-width: 660px) {
  .filters {
    top: calc(2.84vw + 30px);
  }
}
@media (min-width: 1300px) {
  .filters {
    top: calc(2.84vw + 2.3em);
  }
}
.filters ul {
  padding: 0;
  margin: 0;
  pointer-events: all;
}
.filters ul li {
  list-style: none;
  padding-top: 3px;
  padding-bottom: 3px;
}
.filters label {
  pointer-events: all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-bottom: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
  vertical-align: middle;
  line-height: 1em;
}
.filters label input[type=radio] {
  display: none;
}
.filters label .custom-square {
  width: 16px;
  height: 16px;
  border: 2px solid #000;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-top: -4px;
}
.filters label input[type=radio]:checked + .custom-square {
  background-color: #000;
}

header .filters {
  display: block;
}

.fade-in {
  opacity: 0;
  -webkit-transition: opacity var(--fade-speed);
  transition: opacity var(--fade-speed);
}

.video-player {
  width: 100vw;
  height: 56.25vw;
  position: relative;
  min-height: 5;
  vertical-align: top;
  background-color: #000;
  max-height: calc(100vh - 100px);
  z-index: 99999;
  overflow: hidden;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 100%, 0% 0%, 0% 0%);
}
.video-player .nav {
  position: fixed !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--gap);
  position: sticky;
  top: calc(2.84vw - 1.9em);
  top: calc(2.84vw - 1em);
  padding-left: var(--gap);
  z-index: 10;
  opacity: 1 !important;
  opacity: 0;
  -webkit-transition: opacity var(--fade-speed);
  transition: opacity var(--fade-speed);
}
@media (min-width: 660px) {
  .video-player .nav {
    top: calc(2.84vw - 2.3em);
  }
}
.video-player .nav a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-family: var(--font-bold);
  color: rgba(252, 255, 191, 0.8);
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 660px) {
  .video-player .nav a {
    min-width: 16.59vw;
  }
}
.video-player .nav a h2 {
  padding-right: 10px;
}
.video-player .nav.in-use a {
  opacity: 0.7;
}
@media (hover: hover) {
  .video-player .nav.in-use a:hover {
    opacity: 1;
  }
}
.video-player .nav.in-use a.active-page {
  opacity: 1;
}
.video-player .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  pointer-events: none;
}
.video-player .cover img,
.video-player .cover video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.video-player .cover button {
  position: absolute;
  bottom: var(--gap);
  left: var(--gap);
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: rgba(252, 255, 191, 0.8);
  z-index: 3;
  background: none;
  font-size: var(--fs-04);
  outline: none;
  border: 0px;
  cursor: pointer;
  -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  padding: 5px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.3) !important;
}
.video-player iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none !important;
}
.video-player .controls {
  position: absolute;
  bottom: 10px;
  left: var(--gap);
  right: var(--gap);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 8px;
  border-radius: 6px;
  color: rgba(252, 255, 191, 0.8);
  font-size: var(--fs-05);
}
.video-player .controls .buttns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px;
}
.video-player .controls .buttns > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.video-player .controls .buttns button {
  cursor: pointer;
}
.video-player .controls .custom-slider {
  width: 100%;
  height: 20px;
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  cursor: pointer;
}
@media (hover: hover) {
  .video-player .controls .custom-slider:hover .thumb {
    width: 6px;
    height: 6px;
  }
}
.video-player .controls .custom-slider .track {
  height: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(252, 255, 191, 0.4);
  position: relative;
}
.video-player .controls .custom-slider .fill {
  height: 4px;
  background: rgba(252, 255, 191, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  pointer-events: none;
}
.video-player .controls .custom-slider .thumb {
  width: 4px;
  height: 4px;
  background: rgb(252, 255, 191);
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  left: 0%;
  pointer-events: none;
}
.video-player .controls .time-display {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
}
@media (min-width: 660px) {
  .video-player .controls .time-display {
    display: block;
  }
}
.video-player .controls button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  background: none;
  padding: 0;
  color: rgba(252, 255, 191, 0.8);
  padding: 0;
}

.is-fullscreen .controls {
  left: 20px;
  right: 20px;
}
@media (min-width: 930px) {
  .is-fullscreen .controls {
    max-width: 600px;
  }
}

.title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--gap);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 930px) {
  .title-block {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.title-block h2 {
  width: 100%;
  font-family: var(--font-bold);
  font-weight: 500;
  line-height: 0.98;
  text-transform: uppercase;
}
@media (min-width: 930px) {
  .title-block h2 {
    width: 36.308vw;
    width: 139%;
  }
}
.title-block span {
  padding-top: 10px;
  min-width: 16.59vw;
  width: auto;
  display: inline-block;
  font-family: var(--font-two);
  font-size: var(--fs-04);
  line-height: 1.23;
  text-transform: uppercase;
}
@media (min-width: 930px) {
  .title-block span {
    min-width: 16.59vw;
    width: 100%;
  }
}
.title-block span:last-child {
  text-align: right;
}

.text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: var(--gap);
  gap: var(--gap);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 660px) {
  .text-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.text-block .credits {
  font-family: var(--font-two);
  font-size: var(--fs-05);
  line-height: 1.23;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #000;
  width: 100%;
  text-transform: uppercase;
  margin-top: calc(var(--gap) * 4);
}
@media (min-width: 660px) {
  .text-block .credits {
    width: 36.308vw;
    margin-top: 8px;
  }
}
.text-block .credits ul {
  margin: 0;
  padding: 0;
}
.text-block .credits li {
  list-style: none;
  margin-bottom: 1.9em;
  max-width: 30rem;
}
.text-block .credits h4 {
  font-size: var(--fs-05);
  color: #000;
}
.text-block .credits p {
  font-size: var(--fs-05);
  margin: 0;
}
.text-block .awards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: var(--fs-05);
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(var(--gap) * 4);
}
@media (min-width: 660px) {
  .text-block .awards {
    margin-top: var(--gap);
  }
}
.text-block .awards .award {
  width: 100%;
}
@media (min-width: 660px) {
  .text-block .awards .award {
    width: calc(50% - 30px);
  }
}
@media (min-width: 1300px) {
  .text-block .awards .award {
    width: calc(33.333333% - 30px);
  }
}
.text-block .awards ul {
  margin: 0;
  padding: 0;
}
.text-block .awards li {
  list-style: none;
}
.text-block .awards p {
  font-family: var(--font-two);
}
.text-block .awards img {
  max-height: 50px;
  margin-bottom: 10px;
}

.contact-details {
  width: 100%;
}
@media (min-width: 660px) {
  .contact-details {
    width: 36.308vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: var(--fs-05);
  padding: var(--gap);
  gap: var(--gap);
  line-height: 1.23;
  font-family: var(--font-two);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: calc(var(--gap) * 3);
  text-transform: uppercase;
}
footer p {
  font-size: var(--fs-05);
  font-family: var(--font-two);
  line-height: 1.23;
  margin-bottom: 0;
}
footer a {
  text-decoration: none;
}
@media (hover: hover) {
  footer a:hover {
    text-decoration: underline;
  }
}
footer > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(50% - var(--gap) / 2);
}
@media (min-width: 660px) {
  footer > div {
    width: unset;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    min-width: 16.59vw;
  }
}

.playmode header {
  opacity: 0;
}
.playmode * {
  cursor: none !important;
}

.gradient-blur-box {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 3;
  opacity: 0;
  height: calc(var(--fs-02) * 3);
  pointer-events: none !important;
}

.index .gradient-blur-box {
  opacity: 1;
  height: calc(var(--fs-02) * 5);
}
@media (min-width: 660px) {
  .index .gradient-blur-box {
    opacity: 0;
  }
}

.page .gradient-blur-box,
.film .gradient-blur-box {
  opacity: 1;
}

.gradient-blur-box::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgb(255, 255, 255) calc(var(--fs-02) / 2), rgba(255, 255, 255, 0.9) calc(var(--fs-02) * 2), rgba(255, 255, 255, 0) 100%);
}

.iossafari {
  -webkit-overflow-scrolling: auto;
  /* disables momentum scroll */
}