@font-face {
  font-family: "Roboto";
  font-weight: 100;
  font-style: normal;
  src: url("/assets/fonts/roboto/roboto-thin.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 100;
  font-style: italic;
  src: url("/assets/fonts/roboto/roboto-thin-italic.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 300;
  font-style: normal;
  src: url("/assets/fonts/roboto/roboto-light.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 300;
  font-style: italic;
  src: url("/assets/fonts/roboto/roboto-light-italic.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  src: url("/assets/fonts/roboto/roboto-regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-style: italic;
  src: url("/assets/fonts/roboto/roboto-italic.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 500;
  font-style: normal;
  src: url("/assets/fonts/roboto/roboto-medium.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 500;
  font-style: italic;
  src: url("/assets/fonts/roboto/roboto-medium-italic.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 700;
  font-style: normal;
  src: url("/assets/fonts/roboto/roboto-bold.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 700;
  font-style: italic;
  src: url("/assets/fonts/roboto/roboto-bold-italic.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 900;
  font-style: normal;
  src: url("/assets/fonts/roboto/roboto-black.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 900;
  font-style: italic;
  src: url("/assets/fonts/roboto/roboto-black-italic.ttf") format("truetype");
}
.hidden {
  display: none !important;
}

@media screen and (min-width: 780px) {
  .only-on-mobile {
    display: none !important;
  }
}

@media screen and (max-width: 779px) {
  .hidden-on-mobile {
    display: none !important;
  }
}

@media screen and (max-width: 779px) {
  .only-on-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 1320px) {
  .only-on-tablet {
    display: none !important;
  }
}

@media screen and (max-width: 1319px) {
  .only-on-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 1320px) {
  .hidden-on-desktop {
    display: none !important;
  }
}

.italic {
  font-style: italic;
}

.zooms-in {
  transition: transform 0.3s ease;
}
.zooms-in:hover, .poster-wrapper .poster:hover .zooms-in.stylised-link-icon, .poster-wrapper .stylised-link:hover .poster.icon .zooms-in.stylised-link-icon, .stylised-link:hover .poster-wrapper .poster.icon .zooms-in.stylised-link-icon, .poster-wrapper .poster:hover .stylised-link .zooms-in.icon, .stylised-link .poster-wrapper .poster:hover .zooms-in.icon, .stylised-link:hover .zooms-in.icon {
  transform: scale(1.04);
}

.animates-into-view {
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.animated-into-view {
  opacity: 1;
  transform: none;
}

* {
  box-sizing: border-box;
}

html, body, p, h1, h2, h3, h4, h5, h6, input, textarea {
  padding: 0;
  margin: 0;
}

html {
  background-color: #060505;
  color: #F4F4F4;
  font-family: Roboto, sans-serif;
  scroll-behavior: smooth;
}

body {
  min-width: 375px;
  max-width: 1800px;
  margin: 0 auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button, input[type=submit] {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  cursor: pointer;
}
button:disabled, input[type=submit]:disabled {
  cursor: default;
}

input[type=text], input[type=password], input[type=email], input[type=search], textarea, select {
  appearance: none;
  font-family: inherit;
  background-color: transparent;
  outline: none;
  border: none;
  border-bottom: 1px solid #B9B9B9;
  border-radius: 0;
}
input[type=text]::placeholder, input[type=password]::placeholder, input[type=email]::placeholder, input[type=search]::placeholder, textarea::placeholder, select::placeholder {
  color: #B9B9B9;
}

.contrastHeading, h2 {
  line-height: 1;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: -0.45px;
}
@media screen and (min-width: 780px) {
  .contrastHeading, h2 {
    font-size: 60px;
    letter-spacing: -0.75px;
  }
}
.contrastHeading.underlined, h2.underlined {
  padding-bottom: 16px;
  border-bottom: 1px solid #B9B9B9;
}
@media screen and (min-width: 780px) {
  .contrastHeading.underlined, h2.underlined {
    padding-bottom: 20px;
  }
}
.contrastHeading .minor, h2 .minor {
  position: relative;
  top: -2px;
  margin-left: 5px;
  font-size: 18px;
  letter-spacing: 2px;
}
@media screen and (min-width: 780px) {
  .contrastHeading .minor, h2 .minor {
    font-size: 28px;
    margin-left: 10px;
    letter-spacing: 4px;
  }
}

@media screen and (max-width: 779px) {
  .project-list {
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .project-list::-webkit-scrollbar {
    display: none;
  }
}
.project-list > .content, .project-list > .grid-container {
  display: grid;
  grid-template-columns: repeat(4, 216px);
  column-gap: 20px;
}
@media screen and (min-width: 780px) {
  .project-list > .content, .project-list > .grid-container {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
  }
}
@media screen and (min-width: 1320px) {
  .project-list > .content, .project-list > .grid-container {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 30px;
  }
}
.project-list .project {
  display: block;
}
.project-list .project .image {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}
.project-list .project .image img {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  object-fit: cover;
}
.project-list .project .info .type {
  line-height: 1;
  margin-top: 10px;
  color: #7F7F7F;
  font-size: 14px;
  text-transform: uppercase;
}
.project-list .project .info .title {
  line-height: 1;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (min-width: 780px) {
  .article-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 40px;
  }
}
@media screen and (min-width: 1320px) {
  .article-list {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 30px;
  }
}
.article-list .article {
  display: block;
}
@media screen and (max-width: 779px) {
  .article-list .article:not(:first-of-type) {
    margin-top: 30px;
  }
}
.article-list .article .cover {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 66%;
}
.article-list .article .cover img {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  object-fit: cover;
}
.article-list .article .info {
  margin-top: 10px;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
}
.article-list .article .info .date {
  letter-spacing: 1.17px;
  color: #7F7F7F;
}
.article-list .article .info .type {
  text-transform: uppercase;
}
.article-list .article .title {
  line-height: 1.4;
  font-size: 16px;
  margin-top: 10px;
}

.stylised-link-icon, .stylised-link .icon {
  width: 50px;
  height: 50px;
  background-color: #F4F4F4;
  transition: background-color 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 780px) {
  .stylised-link-icon, .stylised-link .icon {
    width: 60px;
    height: 60px;
  }
}
.stylised-link-icon:hover, .poster-wrapper .poster:hover .stylised-link-icon, .poster-wrapper .stylised-link:hover .poster.icon .stylised-link-icon, .stylised-link:hover .poster-wrapper .poster.icon .stylised-link-icon, .stylised-link .icon:hover, .poster-wrapper .poster:hover .stylised-link .icon, .stylised-link .poster-wrapper .poster:hover .icon, .poster-wrapper .stylised-link:hover .poster.icon .icon, .stylised-link:hover .poster-wrapper .poster.icon .icon, .stylised-link:hover .icon {
  background-color: #060505;
}
.stylised-link-icon:hover svg, .poster-wrapper .poster:hover .stylised-link-icon svg, .poster-wrapper .stylised-link:hover .poster.icon .stylised-link-icon svg, .stylised-link:hover .poster-wrapper .poster.icon .stylised-link-icon svg, .stylised-link .icon:hover svg, .poster-wrapper .poster:hover .stylised-link .icon svg, .stylised-link .poster-wrapper .poster:hover .icon svg, .poster-wrapper .stylised-link:hover .poster.icon .icon svg, .stylised-link:hover .poster-wrapper .poster.icon .icon svg, .stylised-link:hover .icon svg {
  color: #F4F4F4;
}
.stylised-link-icon svg, .stylised-link .icon svg {
  width: 22px;
  height: 22px;
  color: #060505;
  transition: color 0.4s ease;
}

.stylised-link {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.stylised-link.underlined {
  border-bottom: 2px solid #F4F4F4;
}
.stylised-link.large {
  display: flex;
}
@media screen and (min-width: 780px) {
  .stylised-link.large {
    width: 460px;
  }
}
@media screen and (min-width: 1320px) {
  .stylised-link.large {
    width: 430px;
  }
}
.stylised-link.large .text {
  font-size: 18px;
}
@media screen and (min-width: 780px) {
  .stylised-link.large .text {
    font-size: 24px;
  }
}
.stylised-link.small .text {
  font-size: 14px;
}
@media screen and (min-width: 780px) {
  .stylised-link.small .icon {
    width: 50px;
    height: 50px;
  }
}
.stylised-link .text {
  margin-right: 20px;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (min-width: 1320px) {
  .stylised-link .text {
    font-size: 24px;
  }
}
.poster-wrapper {
  position: relative;
}
.poster-wrapper .poster {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  padding-bottom: 65.7894736842%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 1319px) {
  .poster-wrapper .poster {
    background-size: 130%;
    background-position: 80% 100%;
  }
}
.poster-wrapper .poster > .content {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  padding-top: 20px;
}
@media screen and (min-width: 780px) {
  .poster-wrapper .poster > .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.poster-wrapper .poster .title, .poster-wrapper .poster .slogan {
  font-weight: 500;
  white-space: nowrap;
}
.poster-wrapper .poster .title {
  line-height: 1.25;
  color: #060505;
  font-size: 24px;
}
.poster-wrapper .poster .slogan {
  position: absolute;
  bottom: 20px;
  line-height: 1;
  color: #F4F4F4;
  font-size: 32px;
  letter-spacing: -0.7px;
}
@media screen and (min-width: 1320px) {
  .poster-wrapper .poster .slogan {
    line-height: 1.2;
    font-size: 44px;
  }
}
.poster-wrapper .poster .stylised-link-icon, .poster-wrapper .poster .stylised-link .icon, .stylised-link .poster-wrapper .poster .icon {
  position: absolute;
  right: 0;
  bottom: 0;
}

.content {
  position: relative;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 780px) {
  .content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1320px) {
  .content {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.content.full {
  padding-left: 0;
  padding-right: 0;
}

header {
  z-index: 100;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(0);
  transition: transform 0.2s ease;
}
header.dismissed {
  transform: translateY(-100%);
}
header.dark .section {
  background-color: #060505 !important;
}
header.dark .section.head svg {
  filter: invert(100%);
}
header.dark .section.tail button {
  color: #F4F4F4 !important;
}
header.in-menu .section {
  background-color: #060505 !important;
}
header.in-menu .section.head {
  top: 45px;
  left: 20px;
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 780px) {
  header.in-menu .section.head {
    left: 40px;
  }
}
@media screen and (min-width: 1320px) {
  header.in-menu .section.head {
    left: 45px;
  }
}
header.in-menu .section.head svg {
  filter: none;
}
header.in-menu .section.tail button {
  color: #F4F4F4 !important;
}
header .section {
  position: relative;
  height: 60px;
  background-color: #F4F4F4;
  transition: background-color 0.2s ease;
}
header .section.head {
  top: 0;
  left: 0;
  width: 60px;
  transition: top 0.4s ease, left 0.4s ease, width 0.4s ease, height 0.4s ease;
}
header .section.head svg {
  height: 100%;
  width: 100%;
  transition: filter 0.3s ease 0.1s;
}
header .section.tail {
  padding: 0 13px;
  display: flex;
  align-items: center;
}
header .section.tail form.search {
  position: fixed;
  top: 0;
  height: 60px;
  left: 0;
  width: calc(100% - 110px);
  padding-left: 20px;
  background-color: inherit;
  display: flex;
  align-items: center;
  opacity: 0;
  transform: translateX(50px);
  visibility: hidden;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s 0.2s;
}
header .section.tail form.search.shown {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
  transition-delay: 0s;
}
@media screen and (min-width: 780px) {
  header .section.tail form.search {
    position: absolute;
    height: 100%;
    left: auto;
    right: 100%;
    width: 390px;
  }
}
header .section.tail form.search input {
  width: 100%;
  line-height: 2;
  border: none;
  font-size: 16px;
}
header .section.tail button {
  width: 40px;
  height: 40px;
  color: #060505;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .section.tail button:not(:first-of-type) {
  margin-left: 4px;
}
header .section.tail button.search svg {
  width: 30px;
  height: 30px;
}
header .section.tail button.menu svg, header .section.tail button.close svg {
  width: 20px;
  height: 20px;
}

#menu, #search-results {
  z-index: 10;
  position: fixed;
  left: 100%;
  transition: left 0.2s ease;
  width: 100%;
  top: 0;
  height: 100%;
  background-color: #060505;
}
#menu.shown, #search-results.shown {
  left: 0;
}

#menu {
  padding-top: 115px;
}
@media screen and (min-width: 780px) {
  #menu {
    padding-top: 125px;
  }
}
#menu > .content {
  height: 100%;
}
#menu > .content h2 {
  color: #F4F4F4;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.38px;
}
@media screen and (min-width: 780px) {
  #menu > .content h2 {
    font-size: 24px;
    letter-spacing: -0.5px;
  }
}
#menu > .content nav {
  overflow-y: auto;
  max-height: calc(100vh - 277px);
  margin-top: 44px;
}
@media screen and (min-width: 780px) {
  #menu > .content nav {
    max-height: calc(100vh - 420px);
    margin-top: 98px;
  }
}
@media screen and (min-width: 1320px) {
  #menu > .content nav {
    max-height: calc(100vh - 400px);
  }
}
#menu > .content nav .link {
  width: 224px;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
}
@media screen and (min-width: 780px) {
  #menu > .content nav .link {
    width: 286px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1320px) {
  #menu > .content nav .link {
    width: 276px;
  }
}
#menu > .content nav .link.on .text, #menu > .content nav .link:hover .text, #menu > .content nav .stylised-link:hover .link.icon .text, .stylised-link:hover #menu > .content nav .link.icon .text, #menu > .content nav .poster-wrapper .poster:hover .link.stylised-link-icon .text, .poster-wrapper .poster:hover #menu > .content nav .link.stylised-link-icon .text, #menu > .content nav .poster-wrapper .stylised-link:hover .poster.icon .link.stylised-link-icon .text, .poster-wrapper .stylised-link:hover .poster.icon #menu > .content nav .link.stylised-link-icon .text, #menu > .content nav .stylised-link:hover .poster-wrapper .poster.icon .link.stylised-link-icon .text, .stylised-link:hover .poster-wrapper .poster.icon #menu > .content nav .link.stylised-link-icon .text, #menu > .content nav .poster-wrapper .poster:hover .stylised-link .link.icon .text, .poster-wrapper .poster:hover .stylised-link #menu > .content nav .link.icon .text, #menu > .content nav .stylised-link .poster-wrapper .poster:hover .link.icon .text, .stylised-link .poster-wrapper .poster:hover #menu > .content nav .link.icon .text {
  color: #F4F4F4;
}
#menu > .content nav .link .text {
  color: #7F7F7F;
}
#menu > .content nav .link .text.main {
  line-height: 1.9;
  font-size: 28px;
  letter-spacing: -0.61px;
}
@media screen and (min-width: 780px) {
  #menu > .content nav .link .text.main {
    line-height: 1.2;
    font-size: 46px;
    letter-spacing: -1px;
  }
}
#menu > .content nav .link .text.minor {
  position: relative;
  top: -1px;
  font-size: 18px;
  letter-spacing: 6px;
}
@media screen and (min-width: 780px) {
  #menu > .content nav .link .text.minor {
    top: -2px;
  }
}
#menu > .content .language-switch {
  position: absolute;
  bottom: 40px;
}
@media screen and (min-width: 1320px) {
  #menu > .content .language-switch {
    bottom: 45px;
  }
}
#menu > .content .language-switch .language {
  padding: 0 8px 0 11px;
  font-size: 16px;
  color: #7F7F7F;
  letter-spacing: -0.33px;
}
#menu > .content .language-switch .language:first-of-type {
  padding-left: 0;
}
#menu > .content .language-switch .language:not(:first-of-type) {
  border-left: 1px solid #F4F4F4;
}
#menu > .content .language-switch .language.on {
  color: #F4F4F4;
}

#search-results {
  z-index: 1000;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 40px 0;
}
#search-results .button-wrapper {
  display: flex;
  justify-content: end;
}
#search-results .button-wrapper button.close {
  position: relative;
  left: 5px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#search-results .button-wrapper button.close svg {
  width: 20px;
  height: auto;
}
#search-results .caption-wrapper {
  margin-top: 120px;
  padding-bottom: 10px;
  border-bottom: 1px solid #B9B9B9;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (min-width: 780px) {
  #search-results .caption-wrapper {
    padding-bottom: 15px;
  }
}
#search-results .caption-wrapper .caption {
  color: #B9B9B9;
  font-size: 16px;
  letter-spacing: -0.2px;
}
@media screen and (min-width: 780px) {
  #search-results .caption-wrapper .caption {
    font-size: 24px;
    letter-spacing: -0.3px;
  }
}
#search-results .caption-wrapper .caption .keyword {
  margin: 0 4px;
  color: #F4F4F4;
}
#search-results .caption-wrapper .icon {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 779px) {
  #search-results .caption-wrapper .icon {
    position: relative;
    top: -2px;
  }
}
#search-results .caption-wrapper .icon svg {
  display: block;
  width: 100%;
  height: auto;
}
#search-results .dynamic-content {
  margin-top: 40px;
}
@media screen and (min-width: 780px) {
  #search-results .dynamic-content > .content, #search-results .dynamic-content > .grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 40px;
  }
}
@media screen and (min-width: 1320px) {
  #search-results .dynamic-content > .content, #search-results .dynamic-content > .grid-container {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 30px;
    row-gap: 48px;
  }
}
@media screen and (max-width: 779px) {
  #search-results .dynamic-content .project:not(:first-of-type) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 780px) {
  #search-results .dynamic-content .project.wide {
    grid-column: span 2;
  }
  #search-results .dynamic-content .project.wide .cover {
    padding-bottom: calc(50% - 10px);
  }
}
@media screen and (min-width: 1320px) {
  #search-results .dynamic-content .project.wide .cover {
    padding-bottom: calc(50% - 15px);
  }
}
#search-results .dynamic-content .project .cover {
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 780px) {
  #search-results .dynamic-content .project .cover {
    padding-bottom: 100%;
  }
}
#search-results .dynamic-content .project .cover img {
  width: 100%;
}
@media screen and (min-width: 780px) {
  #search-results .dynamic-content .project .cover img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
  }
}
#search-results .dynamic-content .project .type {
  margin-top: 10px;
  line-height: 1;
  color: #7F7F7F;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.17px;
}
#search-results .dynamic-content .project .title {
  line-height: 1;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
}

footer {
  padding-top: 30px;
  padding-bottom: 40px;
  color: #7F7F7F;
}
@media screen and (min-width: 780px) {
  footer {
    padding-top: 40px;
  }
}
footer nav {
  line-height: 1;
  display: flex;
  flex-direction: row;
}
footer .link:hover, footer .stylised-link:hover .link.icon, .stylised-link:hover footer .link.icon, footer .poster-wrapper .poster:hover .link.stylised-link-icon, .poster-wrapper .poster:hover footer .link.stylised-link-icon, footer .poster-wrapper .stylised-link:hover .poster.icon .link.stylised-link-icon, .poster-wrapper .stylised-link:hover .poster.icon footer .link.stylised-link-icon, footer .stylised-link:hover .poster-wrapper .poster.icon .link.stylised-link-icon, .stylised-link:hover .poster-wrapper .poster.icon footer .link.stylised-link-icon, footer .poster-wrapper .poster:hover .stylised-link .link.icon, .poster-wrapper .poster:hover .stylised-link footer .link.icon, footer .stylised-link .poster-wrapper .poster:hover .link.icon, .stylised-link .poster-wrapper .poster:hover footer .link.icon {
  color: #F4F4F4;
}
@media screen and (min-width: 780px) {
  footer .logo-links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
@media screen and (min-width: 1320px) {
  footer .logo-links {
    justify-content: start;
  }
}
footer .logo-links .logo {
  display: block;
  height: 40px;
  color: #F4F4F4;
}
@media screen and (min-width: 780px) {
  footer .logo-links .logo {
    height: 50px;
  }
}
@media screen and (min-width: 1320px) {
  footer .logo-links .logo {
    margin-right: 150px;
  }
}
footer .logo-links .logo svg {
  height: 100%;
  width: auto;
}
footer .logo-links nav.main {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 4.38px;
  justify-content: space-between;
  align-items: start;
}
@media screen and (max-width: 779px) {
  footer .logo-links nav.main {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1320px) {
  footer .logo-links nav.main {
    font-size: 16px;
  }
}
@media screen and (min-width: 780px) {
  footer .logo-links nav.main .link:not(:first-child) {
    margin-left: 40px;
  }
}
@media screen and (min-width: 1320px) {
  footer .logo-links nav.main .link:not(:first-child) {
    margin-left: 75px;
  }
}
@media screen and (min-width: 780px) {
  footer .minor-content {
    margin-top: 80px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
  }
}
@media screen and (min-width: 780px) {
  footer .minor-content .group {
    display: flex;
  }
}
footer .minor-content .group .social-media {
  color: #B9B9B9;
  display: flex;
  flex-direction: row;
  align-items: end;
}
@media screen and (max-width: 779px) {
  footer .minor-content .group .social-media {
    position: absolute;
    top: 0;
    right: 20px;
  }
}
@media screen and (min-width: 780px) {
  footer .minor-content .group .social-media {
    position: relative;
    top: 3px;
    margin-right: 40px;
  }
}
@media screen and (min-width: 1320px) {
  footer .minor-content .group .social-media {
    margin-right: 278px;
  }
}
footer .minor-content .group .social-media .icon {
  width: 25px;
}
footer .minor-content .group .social-media .icon:not(:first-child) {
  margin-left: 30px;
}
footer .minor-content .group .social-media .icon.wechat {
  position: relative;
}
footer .minor-content .group .social-media .icon.wechat:hover .popup, footer .minor-content .group .social-media .stylised-link:hover .icon.wechat .popup, .stylised-link:hover footer .minor-content .group .social-media .icon.wechat .popup, footer .minor-content .group .social-media .poster-wrapper .poster:hover .icon.wechat.stylised-link-icon .popup, .poster-wrapper .poster:hover footer .minor-content .group .social-media .icon.wechat.stylised-link-icon .popup, footer .minor-content .group .social-media .poster-wrapper .poster:hover .stylised-link .icon.wechat .popup, .poster-wrapper .poster:hover .stylised-link footer .minor-content .group .social-media .icon.wechat .popup, footer .minor-content .group .social-media .stylised-link .poster-wrapper .poster:hover .icon.wechat .popup, .stylised-link .poster-wrapper .poster:hover footer .minor-content .group .social-media .icon.wechat .popup {
  display: block;
}
footer .minor-content .group .social-media .icon.wechat .popup {
  content: "";
  display: none;
  position: absolute;
  bottom: calc(100% + 15px);
  left: calc(50% - 41px);
  width: 82px;
  height: 82px;
  border-color: white;
}
footer .minor-content .group .social-media .icon.wechat .popup img {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  object-fit: contain;
}
footer .minor-content .group .social-media .icon svg {
  display: block;
  width: 100%;
  height: auto;
}
footer .minor-content .group nav.minor {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.15px;
  justify-content: start;
  align-items: end;
}
@media screen and (max-width: 779px) {
  footer .minor-content .group nav.minor {
    margin-top: 70px;
  }
}
footer .minor-content .group nav.minor .link:not(:first-child) {
  margin-left: 41px;
}
@media screen and (min-width: 780px) {
  footer .minor-content .group nav.minor .link:not(:first-child) {
    margin-left: 30px;
  }
}
@media screen and (min-width: 1320px) {
  footer .minor-content .group nav.minor .link:not(:first-child) {
    margin-left: 90px;
  }
}
footer .minor-content .info {
  line-height: 1;
  font-size: 12px;
  letter-spacing: 0.15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
}
@media screen and (max-width: 779px) {
  footer .minor-content .info {
    margin-top: 30px;
  }
}
@media screen and (min-width: 780px) {
  footer .minor-content .info .copyright {
    margin-right: 52px;
  }
}

body {
  padding-top: 180px;
}
@media screen and (min-width: 780px) {
  body {
    padding-top: 210px;
  }
}

p {
  line-height: 2;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.44px;
  text-align: justify;
}
@media screen and (min-width: 780px) {
  p {
    font-size: 16px;
    letter-spacing: 0.5px;
  }
}
p strong {
  font-weight: 500;
}

section.heading .titles > .content {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 20px;
}
@media screen and (min-width: 780px) {
  section.heading .titles > .content {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 20px;
  }
}
@media screen and (min-width: 1320px) {
  section.heading .titles > .content {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 30px;
  }
}
section.heading .titles > .content .wrapper {
  grid-column: 2/-1;
}
@media screen and (min-width: 780px) {
  section.heading .titles > .content .wrapper {
    grid-column: 3/-2;
  }
}
section.heading .titles > .content .wrapper .slogan {
  line-height: 1.2;
  font-size: 36px;
  letter-spacing: -0.45px;
}
@media screen and (min-width: 780px) {
  section.heading .titles > .content .wrapper .slogan {
    line-height: 1;
    font-size: 60px;
    letter-spacing: -0.75px;
  }
}
section.heading .titles > .content .wrapper .subtitle {
  margin-top: 15px;
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.33px;
}
@media screen and (min-width: 780px) {
  section.heading .titles > .content .wrapper .subtitle {
    margin-top: 40px;
    font-size: 24px;
    letter-spacing: -0.5px;
  }
}
section.heading .image {
  z-index: -1;
  position: relative;
  margin-top: 36px;
  width: 100%;
  padding-bottom: 130%;
}
@media screen and (min-width: 780px) {
  section.heading .image {
    margin-top: -95px;
    padding-bottom: 51%;
  }
}
@media screen and (min-width: 1320px) {
  section.heading .image {
    padding-bottom: 28%;
  }
}
section.heading .image > .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 780px) {
  section.heading .image > .content {
    left: 40px;
    right: 40px;
  }
}
@media screen and (min-width: 1320px) {
  section.heading .image > .content {
    left: 45px;
    right: 45px;
  }
}

nav.section {
  margin-top: 40px;
}
@media screen and (min-width: 780px) {
  nav.section > .content {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 20px;
  }
}
@media screen and (min-width: 780px) {
  nav.section > .content .wrapper {
    grid-column: 3/-2;
  }
}
nav.section > .content .wrapper a {
  color: #7F7F7F;
  font-size: 16px;
  text-transform: uppercase;
}
nav.section > .content .wrapper a:not(:first-of-type) {
  margin-left: 40px;
}
@media screen and (min-width: 780px) {
  nav.section > .content .wrapper a:not(:first-of-type) {
    margin-left: 60px;
  }
}
nav.section > .content .wrapper a:hover {
  color: #F4F4F4;
}

section.description > .content {
  margin-top: 60px;
}
@media screen and (min-width: 780px) {
  section.description > .content {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 20px;
    row-gap: 36px;
  }
}
@media screen and (min-width: 1320px) {
  section.description > .content {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 30px;
  }
  section.description > .content:nth-child(2) {
    margin-top: 120px;
  }
}
section.description > .content .column:not(:first-child) {
  margin-top: 24px;
}
@media screen and (min-width: 780px) {
  section.description > .content .column:not(:first-child) {
    margin-top: 0;
  }
}
@media screen and (min-width: 780px) {
  section.description > .content .column {
    grid-column: span 6;
  }
  section.description > .content .column.wide {
    grid-column: 1/-1;
  }
}
@media screen and (min-width: 1320px) {
  section.description > .content .column {
    grid-column: span 4;
  }
  section.description > .content .column:first-child {
    grid-column: 3/span 4;
  }
  section.description > .content .column.wide {
    order: 2;
    grid-column: span 6;
  }
  section.description > .content .column.wide ~ .column {
    order: 1;
    grid-column: 3/span 2;
  }
}
section.description > .content img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  margin-bottom: 12px;
}
section.timeline {
  margin-top: 50px;
}
@media screen and (min-width: 780px) {
  section.timeline {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1320px) {
  section.timeline {
    margin-top: 100px;
  }
}
section.timeline > .content {
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  padding-left: 20px;
  padding-right: 20px;
  scroll-padding-left: 20px;
  scroll-padding-right: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
section.timeline > .content::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 780px) {
  section.timeline > .content {
    padding-left: 40px;
    padding-right: 40px;
    scroll-padding-left: 40px;
    scroll-padding-right: 40px;
  }
}
@media screen and (min-width: 1320px) {
  section.timeline > .content {
    padding-left: 45px;
    padding-right: 45px;
    scroll-padding-left: 45px;
    scroll-padding-right: 45px;
  }
}
section.timeline .chapter {
  position: relative;
  flex-shrink: 0;
}
section.timeline .chapter:not(:last-of-type) {
  margin-right: 43px;
}
section.timeline .chapter:last-of-type .year:last-of-type {
  scroll-snap-align: end !important;
}
section.timeline .chapter .caption {
  position: -webkit-sticky;
  position: sticky;
  display: inline-block;
  left: 0;
  font-size: 32px;
  font-weight: 500;
}
@media screen and (min-width: 780px) {
  section.timeline .chapter .caption {
    font-size: 42px;
  }
}
section.timeline .chapter .caption .underline {
  width: 60px;
  height: 1px;
  margin-top: 12px;
  background-color: #F4F4F4;
}
section.timeline .chapter .years {
  margin-top: 35px;
  display: flex;
  flex-direction: row;
}
@media screen and (min-width: 780px) {
  section.timeline .chapter .years {
    margin-top: 40px;
  }
}
section.timeline .chapter .years .year {
  flex-shrink: 0;
  scroll-snap-align: start;
  scroll-snap-stop: normal;
}
section.timeline .chapter .years .year:not(:first-of-type) {
  margin-left: 10px;
}
section.timeline .chapter .years .year .images img, section.timeline .chapter .years .year .image-collage img {
  display: block;
  width: 185px;
  background-color: gray;
  object-fit: cover;
}
section.timeline .chapter .years .year .images {
  display: flex;
  flex-direction: row;
}
section.timeline .chapter .years .year .images.auto-width img {
  width: auto !important;
}
section.timeline .chapter .years .year .images img {
  height: 130px;
}
section.timeline .chapter .years .year .image-collage {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}
section.timeline .chapter .years .year .image-collage img {
  height: 84px;
}
section.timeline .chapter .years .year .image-collage + .description {
  margin-top: 25px;
}
@media screen and (min-width: 780px) {
  section.timeline .chapter .years .year .image-collage + .description {
    margin-top: 17px;
  }
}
section.timeline .chapter .years .year .number {
  line-height: 1;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (min-width: 780px) {
  section.timeline .chapter .years .year .number {
    font-size: 28px;
  }
}
section.timeline .chapter .years .year .description {
  line-height: 18px;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 780px) {
  section.timeline .chapter .years .year .description {
    line-height: 20px;
    margin-top: 8px;
    font-size: 16px;
  }
}
section.timeline .chapter .years .year .description strong {
  font-weight: 500;
}
section.timeline .arrows {
  margin-top: 30px;
}
@media screen and (min-width: 780px) {
  section.timeline .arrows {
    margin-top: 40px;
  }
}
section.timeline .arrows > .content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
section.timeline .arrows button.arrow {
  position: relative;
  width: 20px;
  height: 20px;
}
section.timeline .arrows button.arrow.left {
  transform: rotate(180deg);
}
section.timeline .arrows button.arrow:disabled {
  opacity: 0.3;
}
section.timeline .arrows button.arrow svg {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
}

section.digits {
  margin-top: 60px;
}
@media screen and (min-width: 1320px) {
  section.digits {
    margin-top: 80px;
  }
}
section.digits > .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 28px;
}
@media screen and (min-width: 780px) {
  section.digits > .content {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 20px;
    row-gap: 33px;
  }
}
@media screen and (min-width: 1320px) {
  section.digits > .content {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 30px;
  }
}
section.digits > .content .entry {
  display: flex;
  flex-direction: row;
  align-items: start;
}
@media screen and (min-width: 780px) {
  section.digits > .content .entry {
    grid-column: span 4;
  }
}
@media screen and (min-width: 1320px) {
  section.digits > .content .entry:nth-child(3n+1) {
    grid-column: 3/span 2;
  }
  section.digits > .content .entry:nth-child(3n+2) {
    grid-column: span 2;
  }
  section.digits > .content .entry:nth-child(3n+3) {
    grid-column: span 4;
  }
}
@media screen and (max-width: 779px) {
  section.digits > .content .entry.long {
    grid-column: span 2;
  }
}
@media screen and (min-width: 780px) and (max-width: 1319px) {
  section.digits > .content .entry.long {
    grid-column: span 8;
  }
}
@media screen and (min-width: 1320px) {
  section.digits > .content .entry.long {
    grid-column-end: span 4;
  }
}
section.digits > .content .entry .icon {
  position: relative;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  color: #F4811F;
}
@media screen and (min-width: 780px) {
  section.digits > .content .entry .icon {
    width: 50px;
    height: 50px;
  }
}
section.digits > .content .entry .icon svg {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
}
section.digits > .content .entry .text {
  margin-left: 10px;
}
section.digits > .content .entry .text .line {
  display: block;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 780px) {
  section.digits > .content .entry .text .line {
    font-size: 18px;
  }
}
section.digits > .content .entry .text .line:not(:first-child) {
  margin-top: 6px;
}
section.digits > .content .entry .text .line.prominent {
  font-size: 36px;
  letter-spacing: 0;
}
@media screen and (min-width: 780px) {
  section.digits > .content .entry .text .line.prominent {
    font-size: 48px;
  }
}
@media screen and (min-width: 1320px) {
  section.digits > .content .entry .text .line.prominent {
    font-size: 60px;
  }
}
section.digits > .content .entry .text .line.prominent .suffix {
  font-size: 24px;
}
@media screen and (min-width: 780px) {
  section.digits > .content .entry .text .line.prominent .suffix {
    font-size: 32px;
  }
}
section.digits > .content .entry .text .line.minor {
  font-weight: 300;
}
@media screen and (min-width: 780px) {
  section.digits > .content .entry .text .line.minor {
    font-size: 16px;
  }
}

section.structure {
  position: relative;
  margin-top: 60px;
}
@media screen and (min-width: 1320px) {
  section.structure {
    margin-top: 94px;
  }
}
section.structure .background-image {
  position: absolute;
  left: 0;
  width: 100%;
  top: 37px;
  padding-bottom: 70%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 300%;
  background-position: 38% 34%;
}
@media screen and (min-width: 780px) {
  section.structure .background-image {
    top: 80px;
    padding-bottom: min(69%, 540px);
    background-size: 350%;
    background-position: 38% 42%;
  }
}
@media screen and (min-width: 1320px) {
  section.structure .background-image {
    top: 72px;
    padding-bottom: 34%;
    background-size: 220%;
    background-position: 40% 45%;
  }
}
section.structure .background-image .colour-mask {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 1320px) {
  section.structure > .content {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 30px;
  }
}
section.structure > .content > .illustration {
  display: block;
  width: 100%;
}
@media screen and (min-width: 780px) {
  section.structure > .content > .illustration {
    width: 700px;
    margin: auto;
  }
}
@media screen and (min-width: 1320px) {
  section.structure > .content > .illustration {
    margin: 0;
    order: 2;
    grid-column: 7/-1;
  }
}
section.structure > .content .text-illustration {
  margin-top: 33px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 20px;
  align-items: center;
}
@media screen and (min-width: 780px) {
  section.structure > .content .text-illustration {
    margin-top: 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 20px;
  }
}
@media screen and (min-width: 1320px) {
  section.structure > .content .text-illustration {
    order: 1;
    grid-column: span 5;
    margin-top: 150px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 30px;
    align-items: start;
  }
}
section.structure > .content .text-illustration p, section.structure > .content .text-illustration .illustration {
  grid-column: span 3;
}
@media screen and (min-width: 780px) {
  section.structure > .content .text-illustration p, section.structure > .content .text-illustration .illustration {
    grid-column: span 6;
  }
}
@media screen and (max-width: 779px) {
  section.structure > .content .text-illustration .illustration {
    padding-left: 8px;
  }
}
section.structure > .content .text-illustration .illustration img {
  display: block;
  width: 100%;
  max-width: 228px;
  margin: auto;
}

section.team {
  margin-top: 80px;
}
@media screen and (min-width: 780px) {
  section.team {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1320px) {
  section.team {
    margin-top: 60px;
  }
}
section.team .members {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
  column-gap: 20px;
  row-gap: 30px;
}
@media screen and (min-width: 780px) {
  section.team .members {
    margin-top: 50px;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 50px;
  }
}
@media screen and (min-width: 1320px) {
  section.team .members {
    grid-template-columns: repeat(7, 1fr);
  }
}
section.team .members .member {
  display: block;
}
section.team .members .member.additional {
  position: relative;
  padding-bottom: 100%;
  border: 1px dashed #7F7F7F;
}
section.team .members .member.additional svg {
  position: absolute;
  width: 20%;
  height: 20%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FDFDFD;
}
section.team .members .member .portrait {
  width: 100%;
}
section.team .members .member .name, section.team .members .member .position {
  text-transform: uppercase;
}
section.team .members .member .name {
  line-height: 1.125;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.22px;
}
section.team .members .member .position {
  line-height: 1.5;
  margin-top: 15px;
  color: #7F7F7F;
  font-size: 12px;
  letter-spacing: 0.17px;
}
@media screen and (min-width: 780px) {
  section.team .members .member .position {
    line-height: 20px;
    font-size: 14px;
    letter-spacing: 0.19px;
  }
}

section.awards {
  margin-top: 60px;
}
@media screen and (min-width: 780px) {
  section.awards {
    margin-top: 100px;
  }
}
section.awards .illustration-text {
  margin-top: 40px;
}
@media screen and (min-width: 780px) {
  section.awards .illustration-text {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1320px) {
  section.awards .illustration-text {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 30px;
  }
}
section.awards .illustration-text .illustration {
  display: block;
  width: 100%;
}
@media screen and (min-width: 780px) {
  section.awards .illustration-text .illustration {
    width: 544px;
    margin: auto;
  }
}
@media screen and (min-width: 1320px) {
  section.awards .illustration-text .illustration {
    margin: 0;
    grid-column: span 5;
  }
}
section.awards .illustration-text p {
  margin-top: 40px;
}
@media screen and (min-width: 1320px) {
  section.awards .illustration-text p {
    margin-top: 0;
    grid-column: 7/-1;
  }
}
section.awards .illustration-text p strong {
  font-weight: 600;
}

section.clients {
  margin-top: 90px;
}
@media screen and (min-width: 780px) {
  section.clients {
    margin-top: 100px;
  }
}
section.clients .slogan {
  line-height: 2;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.44px;
}
@media screen and (min-width: 1320px) {
  section.clients .slogan {
    line-height: 1.8;
    font-size: 18px;
    letter-spacing: 0.5px;
  }
}
section.clients .category-switch {
  margin-top: 35px;
}
@media screen and (min-width: 780px) {
  section.clients .category-switch {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1320px) {
  section.clients .category-switch {
    position: absolute;
    right: 45px;
    top: 144px;
    margin-top: 0;
  }
}
section.clients .category-switch .category {
  font-size: 16px;
  letter-spacing: -0.75px;
  opacity: 0.5;
}
section.clients .category-switch .category:not(:first-child) {
  margin-left: 20px;
}
@media screen and (min-width: 780px) {
  section.clients .category-switch .category:not(:first-child) {
    margin-left: 30px;
  }
}
section.clients .category-switch .category.on, section.clients .category-switch .category:hover {
  opacity: 1;
}
section.clients .category-switch .category:disabled {
  cursor: default;
}
@media screen and (min-width: 780px) {
  section.clients .category-switch .category {
    font-size: 18px;
  }
}
section.clients .logo-wall {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (min-width: 780px) {
  section.clients .logo-wall {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (min-width: 1320px) {
  section.clients .logo-wall {
    grid-template-columns: repeat(12, 1fr);
  }
}
section.clients .logo-wall .logo .icon {
  width: 100%;
}

section.downloads {
  position: relative;
  height: 400px;
  margin-top: 60px;
  padding-top: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-position: 40% 50%;
}
@media screen and (min-width: 780px) {
  section.downloads {
    margin-top: 100px;
    padding-top: 50px;
    background-position: 28% 50%;
  }
}
@media screen and (min-width: 1320px) {
  section.downloads {
    background-position: center;
  }
}
section.downloads .colour-mask {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background-color: rgba(6, 5, 5, 0.5);
}
section.downloads > .content {
  height: 100%;
}
section.downloads h3 {
  font-size: 36px;
  font-weight: 400;
  letter-spacing: -0.45px;
}
@media screen and (min-width: 780px) {
  section.downloads h3 {
    font-size: 60px;
    letter-spacing: -0.75px;
  }
}
section.downloads .stylised-link {
  position: absolute;
  bottom: 40px;
  right: 20px;
}
@media screen and (min-width: 780px) {
  section.downloads .stylised-link {
    right: 40px;
  }
}
@media screen and (min-width: 1320px) {
  section.downloads .stylised-link {
    right: 45px;
  }
}
