@font-face {
  font-family: 'Gotham';
  src: url('../fonts/gotham-book.woff2') format('woff2'), url('../fonts/gotham-book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/gotham-bold.woff2') format('woff2'), url('../fonts/gotham-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/gotham-light.woff2') format('woff2'), url('../fonts/gotham-light.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}
.vishid,
.screen-reader-text,
.screen-reader-response {
  color: transparent !important;
  height: 1px !important;
  left: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  top: 0 !important;
  white-space: nowrap !important;
  width: 1px !important;
}
* {
  backface-visibility: hidden;
  box-sizing: border-box;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
* + * {
  margin-top: 1em;
}
html {
  scroll-behavior: smooth;
}
body,
br,
li,
dt,
dd,
th,
td,
option,
span,
main,
#wpadminbar {
  margin-top: 0;
}
body {
  background-color: #ffffff;
  color: #1d252c;
  font-family: 'Gotham', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden;
}
@media (min-width: 37.5rem) {
  body {
    font-size: 15px;
  }
}
@media (min-width: 56.25rem) {
  body {
    font-size: 14px;
    line-height: 1.75;
  }
}
/*
----------------------------------------------
BASE ELEMENTS
----------------------------------------------
*/
a {
  text-decoration: none;
  transition: color 0.3s;
}
a:hover {
  color: #0047ff;
}
a img {
  border: 0;
}
strong {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'pressio-compressed', sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}
h1 {
  font-size: 2rem;
  line-height: 1;
}
@media screen and (min-width: 37.5rem) {
  h1 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 56.25rem) {
  h1 {
    font-size: 2rem;
  }
}
h2 {
  font-size: 2.5rem;
}
@media screen and (min-width: 37.5rem) {
  h2 {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 56.25rem) {
  h2 {
    font-size: 4rem;
  }
}
h3 {
  font-size: 1.5rem;
}
@media screen and (min-width: 37.5rem) {
  h3 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 56.25rem) {
  h3 {
    font-size: 2.5rem;
  }
}
h4 {
  font-size: 1rem;
}
h5 {
  font-size: 0.875rem;
}
h6 {
  font-size: 0.75rem;
}
form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
form > * {
  width: 100%;
}
@media screen and (min-width: 37.5em) {
  form .one-quarter {
    width: calc(25% - 0.5rem);
  }
  form .third {
    width: calc(33.33% - 0.5rem);
  }
  form .third:first-child + .third,
  form .third:first-child + .third + .third {
    margin-top: 0;
  }
  form .half {
    width: calc(50% - 0.5rem);
  }
  form .half:first-child + .half {
    margin-top: 0;
  }
  form .three-quarters {
    width: calc(75% - 0.5rem);
  }
}
form * + p {
  margin-top: 0.5rem;
}
form .submit {
  margin-top: 1.5rem;
  text-align: center;
}
fieldset {
  border: 0;
}
input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
  border: 2px solid transparent;
  border-radius: 0;
  color: #1d252c;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  padding: 0.8125em 1em;
  transition: background-color 0.3s, border 0.3s;
  width: 100%;
}
input:hover,
select:hover,
textarea:hover {
  border-color: #1d252c;
}
input:focus,
select:focus,
textarea:focus {
  background-color: #ffffff;
  border-color: #0047ff;
  outline: 0;
}
input::placeholder,
select::placeholder,
textarea::placeholder {
  color: #1d252c;
  font-size: 0.8em;
  font-weight: 500;
  opacity: 0.5;
  text-transform: uppercase;
}
input[type='checkbox'],
input[type='radio'] {
  background-position: 50% 500%;
  background-repeat: no-repeat;
  background-size: 1em;
  cursor: pointer;
  display: inline-block;
  height: 1.5em;
  padding: 0;
  vertical-align: middle;
  transition: background 0.3s ease-out, border 0.3s;
  width: 1.5em;
}
input[type='checkbox']:checked,
input[type='radio']:checked {
  background-position: 50% 50%;
  border-color: #0047ff;
}
input[type='checkbox'] + label,
input[type='radio'] + label {
  cursor: pointer;
  display: inline-block;
  margin-top: 0;
  max-width: calc(100% - 2rem);
  padding-left: 0.5em;
  transition: color 0.3s;
  vertical-align: middle;
}
input[type='search'] {
  background-color: rgba(0, 0, 0, 0.25);
  background-image: url(../images/icon-search.svg);
  background-position: 0.75em center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  border-color: transparent;
  padding: 0.25em 1em 0.25em 2.5em;
  transition: background-color 0.3s;
}
input[type='search']:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
input[type='search']::placeholder {
  color: #1d252c;
}
label {
  display: block;
  padding-left: 1.5em;
}
label + input,
label + select,
label + textarea {
  margin-top: 0.25em;
}
select {
  background-image: url(../images/icon-arow-down.svg);
  background-position: calc(100% - 1em) center;
  background-repeat: no-repeat;
  background-size: 1em;
  cursor: pointer;
  padding-right: 2.5em;
}
select::-ms-expand {
  display: none;
  opacity: 0;
}
textarea {
  display: block;
  height: 10em;
  resize: none;
  transition: background-color 0.3s, border 0.3s;
}
.input {
  position: relative;
}
.input input,
.input textarea {
  color: #1d252c;
  padding: 1.025em 1em 0.625em 1em;
  transition: background-color 0.3s, border 0.3s, color 0.3s;
}
.input input:focus + label,
.input textarea:focus + label,
.input input:not(:placeholder-shown) + label,
.input textarea:not(:placeholder-shown) + label {
  transform: translateY(-0.5rem) scale(0.625);
}
.input input:focus,
.input textarea:focus {
  color: #1d252c;
}
.input input + label,
.input textarea + label {
  color: #1d252c;
  font-size: 0.875rem;
  font-weight: 500;
  left: 1rem;
  margin: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.75em);
  transform: translateY(-0.5rem) scale(0.625);
  transform-origin: top left;
  transition: color 0.3s, transform 0.3s;
  z-index: 5;
}
.input select {
  background-image: url(../images/icon-arrow-down.svg);
  background-position: 0.75rem center;
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  line-height: 2;
  padding: 1.1em 1em 1.1em 2.5rem;
  text-transform: uppercase;
}
.input textarea {
  background-image: url(../images/icon-message.svg);
  background-position: 0.75rem 1.125rem;
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
}
.input textarea + label {
  top: 1.125rem;
}
.input:not(*):placeholder-shown,
.input input + label,
.input textarea + label {
  transform: translateY(0) scale(1);
}
.checkbox.small label {
  font-size: 0.75rem;
  line-height: 1.25;
}
[role='button'],
input[type='submit'],
button,
.btn {
  align-items: center;
  background-color: #1d252c;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  display: inline-flex;
  font-family: 'alternate-gothic-no-2-d', sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 1rem 2rem;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  transition: background-color 0.3s;
}
[role='button'] svg,
input[type='submit'] svg,
button svg,
.btn svg {
  height: 2rem;
  margin-right: 1rem;
  width: 2rem;
}
[role='button']:hover,
input[type='submit']:hover,
button:hover,
.btn:hover {
  background-color: #0047ff;
  color: #ffffff;
}
.arrow {
  display: inline-block;
  height: 1em;
  margin-left: 1.5em;
  position: relative;
  transition: transform 0.3s;
  width: 3em;
}
@media screen and (min-width: 37.5rem) {
  .arrow {
    width: 4em;
  }
}
.arrow::before {
  background-color: currentColor;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  top: calc(50% - 1px);
  width: 100%;
}
.arrow::after {
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: '';
  height: 7px;
  position: absolute;
  right: -1px;
  top: 50%;
  transform: rotate(45deg);
  transform-origin: right top;
  width: 7px;
}
input[type='submit'],
button {
  cursor: pointer;
  width: auto;
}
input[type='submit']:disabled,
button:disabled {
  cursor: auto;
  opacity: 0.5;
}
input[type='submit'] .arrow,
button .arrow {
  margin-left: 0.5em;
  width: 2.5em;
}
button::before {
  content: none;
}
q {
  display: block;
  line-height: 1.5;
}
q:after {
  content: none;
}
blockquote {
  font-style: italic;
}
table {
  border-spacing: 0;
  font-size: 0.75em;
  width: 100%;
}
tbody tr th,
tbody tr td {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
tbody tr:last-child th,
tbody tr:last-child td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
thead {
  color: #0047ff;
  font-weight: 500;
}
td,
th {
  padding: 0.5rem 0.25rem 0.5rem 0;
  text-align: left;
}
td {
  width: 100%;
}
th {
  font-weight: 700;
}
address {
  font-style: normal;
}
time {
  display: block;
}
/*
----------------------------------------------
LAYOUT
----------------------------------------------
*/
body > header {
  align-items: center;
  color: #ffffff;
  display: flex;
  left: 0;
  padding: 1.5rem 1rem;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: background-color 0.3s, padding 0.3s;
  width: 100%;
  z-index: 999;
}
@media (min-width: 37.5rem) {
  body > header {
    padding: 2.5rem 1.25rem;
  }
}
@media (min-width: 56.25rem) {
  body > header {
    padding: 2.5rem 2.5rem;
  }
}
@media (min-width: 75rem) {
  body > header {
    padding: 2.5rem 2.5rem;
  }
}
body > header > * {
  flex-basis: 33.33%;
  margin-top: 0;
}
body > header > * > * {
  pointer-events: auto;
}
body > header > *:nth-child(2) {
  text-align: center;
}
body > header > *:nth-child(3) {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
}
body > header nav {
  font-size: 0.625rem;
  margin: 0 1em 0 0;
  text-transform: uppercase;
  transition: visibility 0s 0.3s;
  visibility: hidden;
}
@media (max-width: 37.49rem) {
  body > header nav {
    background-color: rgba(255, 255, 255, 0.85);
    color: #1d252c;
    font-family: 'pressio-compressed', sans-serif;
    font-size: 2rem;
    height: 100%;
    left: 0;
    letter-spacing: 0.05em;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: opacity 0.3s, visibility 0s 0.3s;
    width: 100%;
  }
}
body > header nav a {
  display: block;
}
body > header nav li {
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 0.3s, transform 0.3s;
}
body > header nav li:nth-last-child(1) {
  transition-delay: 0.2s;
}
body > header nav li:nth-last-child(2) {
  transition-delay: 0.1s;
}
body > header nav li:nth-last-child(3) {
  transition-delay: 0s;
}
@media (max-width: 37.49rem) {
  body > header nav li + li {
    margin-top: 1rem;
  }
}
@media (min-width: 37.5rem) {
  body > header nav li + li {
    margin-left: 1em;
  }
}
body > header nav ul {
  display: flex;
  list-style: none;
}
@media (max-width: 37.49rem) {
  body > header nav ul {
    align-items: center;
    flex-direction: column;
    height: 100%;
    justify-content: center;
  }
}
body > header .logo {
  display: flex;
  margin: 0;
  transition: filter 0.3s;
}
body > header .logo img {
  display: block;
  height: 2rem;
  margin: auto;
  width: auto;
}
@media (min-width: 37.5rem) {
  body > header .logo img {
    height: 2rem;
  }
}
@media (min-width: 56.25rem) {
  body > header .logo img {
    height: 2.5rem;
    transition: height 0.3s;
  }
}
body > header .social {
  font-size: 1.375em;
  margin-top: 0;
}
body > header [for='menu-btn'] {
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: 0.75rem;
  height: 1.5em;
  max-width: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  z-index: 10;
  width: 1.5em;
}
body > header [for='menu-btn'] span:first-child {
  background-color: currentColor;
  height: 1px;
  left: calc(50% - 0.75em);
  position: absolute;
  top: calc(50% - 1px);
  transition: background-color 0.2s;
  width: 1.5em;
}
body > header [for='menu-btn'] span:first-child::after,
body > header [for='menu-btn'] span:first-child::before {
  background-color: currentColor;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: background-color 0.2s;
  width: 100%;
}
body > header [for='menu-btn'] span:first-child::after {
  animation: menu-btn-bot-rev 0.4s;
  transform: translateY(400%);
}
body > header [for='menu-btn'] span:first-child::before {
  animation: menu-btn-top-rev 0.4s;
  transform: translateY(-400%);
}
body > header [for='menu-btn'] span:last-child {
  display: none;
}
body > header #menu-btn {
  display: none;
}
body > header #menu-btn:checked ~ [for='menu-btn'] span {
  background-color: transparent;
  transition-delay: 0s;
}
body > header #menu-btn:checked ~ [for='menu-btn'] span::before {
  animation: menu-btn-top 0.4s forwards;
}
body > header #menu-btn:checked ~ [for='menu-btn'] span::after {
  animation: menu-btn-bot 0.4s forwards;
}
body > header #menu-btn:checked ~ nav {
  transition: visibility 0s;
  visibility: visible;
}
@media (max-width: 37.49rem) {
  body > header #menu-btn:checked ~ nav {
    opacity: 1;
    transition: opacity 0.3s, visibility 0s;
  }
}
body > header #menu-btn:checked ~ nav li {
  opacity: 1;
  transform: translateY(0);
}
body > header #menu-btn:checked ~ nav li:nth-last-child(1) {
  transition-delay: 0s;
}
body > header #menu-btn:checked ~ nav li:nth-last-child(2) {
  transition-delay: 0.1s;
}
body > header #menu-btn:checked ~ nav li:nth-last-child(3) {
  transition-delay: 0.2s;
}
body > header.scrolled {
  background-color: rgba(255, 255, 255, 0.75);
  color: #1d252c;
}
@media (min-width: 37.5rem) {
  body > header.scrolled {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}
body > header.scrolled .logo {
  filter: invert(1);
}
body > header.scrolled + main .page-header-block {
  animation: none;
}
body > footer {
  display: flex;
  font-size: 0.5625rem;
  margin-top: 0;
  overflow: hidden;
  padding: 2rem 1rem 1rem 1rem;
}
@media (max-width: 56.249rem) {
  body > footer {
    flex-direction: column-reverse;
  }
}
@media (min-width: 37.5rem) {
  body > footer {
    padding: 2.5rem 1.25rem;
  }
}
@media (min-width: 56.25rem) {
  body > footer {
    padding: 2.5rem 2.5rem;
  }
}
@media (min-width: 75rem) {
  body > footer {
    padding: 2.5rem 2.5rem;
  }
}
@media (min-width: 56.25rem) {
  body > footer > * {
    flex-basis: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    margin-top: 0;
  }
}
body > footer nav {
  line-height: 1;
  padding-right: 1.5em;
  text-transform: uppercase;
}
@media (max-width: 56.249rem) {
  body > footer nav {
    margin-top: 1rem;
  }
}
@media (min-width: 56.25rem) {
  body > footer nav {
    white-space: nowrap;
  }
}
@media (max-width: 56.249rem) {
  body > footer nav li {
    margin: 0.125em;
  }
}
@media (min-width: 56.25rem) {
  body > footer nav li + li {
    margin-left: 0.25em;
  }
}
body > footer nav li + li::before {
  content: '•';
  margin-right: 0.25em;
}
body > footer nav ul {
  display: flex;
  list-style: none;
}
@media (max-width: 56.249rem) {
  body > footer nav ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
body > footer nav .active a {
  color: #0047ff;
}
body > footer .home-btn a {
  background-color: #0047ff;
  display: block;
  border-radius: 50%;
  height: 12px;
  margin: 0 auto;
  width: 12px;
}
@media (min-width: 56.25rem) {
  body > footer .home-btn a {
    margin-left: -6px;
  }
}
main {
  display: block;
}
article > * + * {
  margin-top: 0;
}
article > *.background-background + .background-background {
  padding-top: 0;
}
/*
----------------------------------------------
HELPERS
----------------------------------------------
*/
.background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.background-background {
  background-color: #ffffff;
  color: #1d252c;
}
.background-foreground {
  background-color: #1d252c;
  color: #ffffff;
}
.background-foreground tbody th {
  color: rgba(255, 255, 255, 0.5);
}
.background-foreground tbody tr th,
.background-foreground tbody tr td {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.background-foreground tbody tr:last-child th,
.background-foreground tbody tr:last-child td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 37.49rem) {
  .background-foreground > header nav {
    background-color: rgba(29, 37, 44, 0.85);
    color: #ffffff;
  }
}
.background-foreground > header.scrolled {
  background-color: rgba(29, 37, 44, 0.75);
  color: #ffffff;
}
.background-foreground > header.scrolled .logo {
  filter: invert(0);
}
.motion-background,
.motion-background-2,
.motion-foreground,
.motion-foreground-1,
.motion-foreground-2,
.motion-foreground-3 {
  backface-visibility: hidden;
  will-change: transform;
}
.no-widows {
  white-space: nowrap;
}
.controls {
  align-items: center;
  bottom: 1rem;
  display: flex;
  margin: 0;
  position: absolute;
  right: 1rem;
  z-index: 10;
}
@media (min-width: 37.5rem) {
  .controls {
    bottom: 2.5rem;
    right: 1.25rem;
  }
}
@media (min-width: 56.25rem) {
  .controls {
    bottom: 2.5rem;
    right: 2.5rem;
  }
}
.controls button {
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.8rem 0.8rem;
  border: 1px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  height: 1.7rem;
  margin: 0;
  outline: none;
  padding: 0;
  width: 1.7rem;
}
.controls button + button {
  margin-left: 0.75rem;
}
.controls button#play {
  background-image: url(../images/icon-play.svg);
}
.controls button#sound {
  background-image: url(../images/icon-sound.svg);
}
.controls button#sound.on {
  background-image: url(../images/icon-mute.svg);
}
/*
----------------------------------------------
BLOCKS
----------------------------------------------
*/
.contact-block {
  height: 100vh;
  position: relative;
}
@media (max-width: 37.49rem) {
  .contact-block {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 7rem);
    margin-top: 5rem;
  }
}
.contact-block video {
  display: block;
  margin: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
@media (max-width: 37.49rem) {
  .contact-block video {
    height: 100vw;
    max-height: 100vh;
  }
}
@media (min-width: 37.5rem) {
  .contact-block video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
  }
}
.contact-block .content {
  font-size: 0.875rem;
  margin-top: 0;
  padding: 2rem 1rem;
  position: relative;
  text-align: center;
}
@media (max-width: 37.49rem) {
  .contact-block .content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
  }
}
@media (min-width: 37.5rem) {
  .contact-block .content {
    font-size: 0.75rem;
    margin-left: auto;
    padding: 7.5rem 1.25rem 2.5rem 1.25rem;
    text-align: right;
  }
}
@media (min-width: 56.25rem) {
  .contact-block .content {
    padding: 7.5rem 2.5rem 2.5rem 2.5rem;
  }
}
@media (min-width: 75rem) {
  .contact-block .content {
    padding: 10rem 2.5rem 5rem 2.5rem;
  }
}
.contact-block .content > * + * {
  margin-top: 0;
}
.contact-block .content .social {
  font-size: 1.25em;
  justify-content: center;
  margin-top: 0.5em;
}
@media (min-width: 37.5rem) {
  .contact-block .content .social {
    justify-content: flex-end;
  }
}
@media (max-width: 37.49rem) {
  .contact-block .controls {
    bottom: auto;
    top: calc(100vw - 2.7rem);
  }
}
@media (max-width: 37.49rem) {
  .contact-block .video-desk {
    display: none;
  }
}
@media (min-width: 37.5rem) {
  .contact-block .video-mob {
    display: none;
  }
}
.content p.large {
  font-family: 'pressio-compressed', sans-serif;
  font-size: 3.5rem;
  letter-spacing: 0.02em;
  line-height: 0.875;
  margin-top: 1.5rem;
  text-transform: uppercase;
}
@media (min-width: 37.5rem) {
  .content p.large {
    font-size: 4.25rem;
  }
}
@media (min-width: 56.25rem) {
  .content p.large {
    font-size: 4rem;
  }
}
@media (min-width: 75rem) {
  .content p.large {
    font-size: 5rem;
  }
}
.content p.large + * {
  margin-top: 1.5rem;
}
.content-block:first-child h1 {
  margin-top: -0.125em;
}
.device-presentation-block figure img {
  display: block;
  height: auto;
  margin: auto;
}
.device-presentation-block figure + figure {
  margin-top: 0;
}
.device-presentation-block video {
  display: block;
  height: auto;
  margin: auto;
}
.device-presentation-block .frame {
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow: hidden;
  position: sticky;
  top: 0;
  z-index: 10;
}
@media (max-width: 56.249rem) {
  .device-presentation-block .frame {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding: 0 1.25rem;
  }
}
@media (max-width: 37.49rem) {
  .device-presentation-block .frame {
    margin-left: -1rem;
    margin-right: -1rem;
    padding: 0 1rem;
  }
}
@media (min-width: 56.25rem) {
  .device-presentation-block .frame {
    margin-right: -2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 75rem) {
  .device-presentation-block .frame {
    margin-right: -7.5rem;
    padding-right: 7.5rem;
  }
}
.device-presentation-block .frame div {
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 5;
}
.device-presentation-block .frame div img:first-child {
  display: block;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 5;
}
.device-presentation-block .frame div .head {
  position: absolute;
  margin: 0;
}
.device-presentation-block .frame::before,
.device-presentation-block .frame::after {
  background-color: #ffffff;
  content: '';
  display: block;
  flex-grow: 1;
}
.device-presentation-block.ipad figure:first-of-type {
  margin-top: calc(-50vh - ((100vw - 2rem) * 0.225) - 3.75rem);
  margin-top: calc(-100vh + ((100vh - ((100vw - 2rem) * 0.7)) / 2));
}
@media (min-width: 37.5rem) {
  .device-presentation-block.ipad figure:first-of-type {
    margin-top: calc(-100vh + ((100vh - ((100vw - 2.5rem) * 0.7)) / 2));
  }
}
@media (min-width: 56.25rem) {
  .device-presentation-block.ipad figure:first-of-type {
    margin-top: calc(-100vh + ((100vh - ((50vw - 3.75rem) * 0.7)) / 2));
  }
}
@media (min-width: 75rem) {
  .device-presentation-block.ipad figure:first-of-type {
    margin-top: calc(-100vh + ((100vh - ((50vw - 11.25rem) * 0.7)) / 2));
  }
}
.device-presentation-block.ipad figure img {
  width: 94%;
}
.device-presentation-block.ipad figure video {
  aspect-ratio: 4 / 3;
  display: block;
  margin: auto;
  object-fit: cover;
  width: 94%;
}
.device-presentation-block.ipad video {
  width: 94%;
}
.device-presentation-block.ipad .frame {
  margin-bottom: calc(-50vh + ((100vw - 2rem) * 0.225) + 3.75rem);
  margin-top: calc(-50vh + ((100vw - 2rem) * 0.225) + 3.75rem);
}
@media (min-width: 37.5rem) {
  .device-presentation-block.ipad .frame {
    margin-bottom: calc(-50vh + ((100vw - 2.5rem) * 0.26) + 3.75rem);
    margin-top: calc(-50vh + ((100vw - 2.5rem) * 0.26) + 3.75rem);
  }
}
@media (min-width: 56.25rem) {
  .device-presentation-block.ipad .frame {
    margin-bottom: calc(-50vh + ((50vw - 3.75rem) * 0.19) + 5rem);
    margin-top: calc(-50vh + ((50vw - 3.75rem) * 0.19) + 5rem);
  }
}
@media (min-width: 75rem) {
  .device-presentation-block.ipad .frame {
    margin-bottom: calc(-50vh + ((50vw - 11.25rem) * 0.2) + 5rem);
    margin-top: calc(-50vh + ((50vw - 11.25rem) * 0.2) + 5rem);
  }
}
.device-presentation-block.ipad .frame div {
  margin-bottom: -22.9%;
  margin-left: -3.5%;
  margin-top: -9.4%;
  width: 123.25%;
}
.device-presentation-block.ipad .frame div .head {
  left: 5.25%;
  position: absolute;
  top: 9.2%;
  width: 76.25%;
}
.device-presentation-block.iphone figure:first-of-type {
  margin-top: calc(-50vh - ((100vw - 2rem) * 0.59) - 2rem);
}
@media (min-width: 37.5rem) {
  .device-presentation-block.iphone figure:first-of-type {
    margin-top: calc(-50vh - ((100vw - 2.5rem) * 0.48) - 2.5rem);
  }
}
@media (min-width: 56.25rem) {
  .device-presentation-block.iphone figure:first-of-type {
    margin-top: calc(-50vh - ((50vw - 3.75rem) * 0.38) - 2.5rem);
  }
}
@media (min-width: 75rem) {
  .device-presentation-block.iphone figure:first-of-type {
    margin-top: calc(-50vh - ((50vw - 11.25rem) * 0.38) - 2.5rem);
  }
}
.device-presentation-block.iphone figure img {
  margin: 0 0 0 19.9%;
  width: 60.9%;
}
@media (min-width: 56.25rem) {
  .device-presentation-block.iphone figure img {
    margin: 0 0 0 3.3%;
    width: 40.58%;
  }
}
.device-presentation-block.iphone video {
  margin: 0 0 0 19.9%;
  width: 60.9%;
}
@media (min-width: 56.25rem) {
  .device-presentation-block.iphone video {
    margin: 0 0 0 3.3%;
    width: 40.58%;
  }
}
.device-presentation-block.iphone .frame {
  margin-bottom: calc(-50vh + ((100vw - 2rem) * 0.59) + 2rem);
  margin-top: calc(-50vh + ((100vw - 2rem) * 0.59) + 2rem);
}
@media (min-width: 37.5rem) {
  .device-presentation-block.iphone .frame {
    margin-bottom: calc(-50vh + ((100vw - 2.5rem) * 0.48) + 2.5rem);
    margin-top: calc(-50vh + ((100vw - 2.5rem) * 0.48) + 2.5rem);
  }
}
@media (min-width: 56.25rem) {
  .device-presentation-block.iphone .frame {
    margin-bottom: calc(-50vh + ((50vw - 3.75rem) * 0.38) + 2.5rem);
    margin-top: calc(-50vh + ((50vw - 3.75rem) * 0.38) + 2.5rem);
  }
}
@media (min-width: 75rem) {
  .device-presentation-block.iphone .frame {
    margin-bottom: calc(-50vh + ((50vw - 11.25rem) * 0.38) + 2.5rem);
    margin-top: calc(-50vh + ((50vw - 11.25rem) * 0.38) + 2.5rem);
  }
}
.device-presentation-block.iphone .frame div {
  margin-bottom: -4.5%;
  margin-left: 12.5%;
  margin-top: -4.5%;
  width: 75%;
}
@media (min-width: 56.25rem) {
  .device-presentation-block.iphone .frame div {
    margin-left: -1.5%;
    width: 50%;
  }
}
.device-presentation-block.iphone .frame div .head {
  left: 9.5%;
  position: absolute;
  top: 4.9%;
  width: 81.1%;
}
.images-block > * + * {
  margin-top: 0;
}
.images-block figure {
  position: relative;
}
.images-block video {
  display: block;
  height: auto;
  width: 100%;
}
.images-block img {
  backface-visibility: hidden;
  display: block;
  height: auto;
  width: 100%;
  will-change: transform;
}
.images-block .video {
  position: relative;
}
.images-block .video .controls {
  bottom: 1rem;
  right: 1rem;
}
.images-block .video .controls button {
  background-size: 0.5rem 0.5rem;
  height: 1.25rem;
  width: 1.25rem;
}
.images-block .video .controls button + button {
  margin-left: 0.5rem;
}
.full-width-block {
  padding: 2rem 1rem;
}
@media (min-width: 37.5rem) {
  .full-width-block {
    padding: 2.5rem 1.25rem;
  }
}
@media (min-width: 56.25rem) {
  .full-width-block {
    padding: 2.5rem;
  }
}
@media (min-width: 75rem) {
  .full-width-block {
    padding: 5rem 2.5rem;
  }
}
.full-width-block > * + * {
  margin-top: 2rem;
}
@media (min-width: 75rem) {
  .full-width-block > * + * {
    margin-top: 5rem;
  }
}
.full-width-block.flush {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 56.25rem) {
  .images-block figure.offset-down {
    margin-top: 10rem;
  }
}
.navigation-list-block a {
  display: flex;
  transition: color 0.3s;
}
.navigation-list-block a span {
  flex-grow: 0;
  transition: flex-grow 0.75s ease-out;
}
.navigation-list-block a:hover {
  color: #0047ff;
}
.navigation-list-block a:hover span {
  flex-grow: 1;
  transition: flex-grow 1s ease-out;
}
.navigation-list-block a:hover span:last-child {
  flex-grow: 0;
}
.navigation-list-block li + li {
  border-top: 1px solid currentColor;
}
.navigation-list-block ul {
  font-family: 'pressio-compressed', sans-serif;
  font-size: 3rem;
  letter-spacing: 0.02em;
  line-height: 1.125;
  list-style: none;
  text-transform: uppercase;
}
@media (min-width: 37.5rem) {
  .navigation-list-block ul {
    font-size: 4rem;
    line-height: 1;
  }
}
@media (min-width: 56.25rem) {
  .navigation-list-block ul {
    font-size: 5rem;
  }
}
.page-header-block {
  height: 75vw;
  max-height: 100vh;
  position: relative;
}
@media (max-width: 37.49rem) {
  .page-header-block {
    margin-top: 5rem;
  }
}
@media (min-width: 37.5rem) {
  .page-header-block {
    height: 100vh;
  }
}
@media (min-width: 56.25rem) {
  .page-header-block {
    animation: header 0.5s 1s 7 alternate forwards ease-out;
  }
}
.page-header-block figure {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.page-header-block figure img {
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  width: 100%;
}
.page-header-block video {
  height: 100%;
  left: 0;
  margin: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  width: 100%;
  filter: brightness(0.95);
}
@media (max-width: 37.49rem) {
  .page-header-block .video-desk {
    display: none;
  }
}
@media (min-width: 37.5rem) {
  .page-header-block .video-mob {
    display: none;
  }
}
.quote-block h3 {
  font-family: inherit;
  font-size: 0.75rem;
  font-weight: 200;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 1.5rem;
  text-transform: none;
}
.quote-block q {
  color: #0047ff;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.45;
}
.quote-block q::before {
  content: '"';
  margin-left: -0.45em;
}
.quote-block q::after {
  content: none;
}
.social {
  display: flex;
  list-style: none;
}
.social a {
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}
.social li + li {
  margin-left: 0.75em;
}
.social svg {
  fill: currentColor;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.two-columns {
  padding: 2rem 1rem;
}
@media (min-width: 37.5rem) {
  .two-columns {
    padding: 2.5rem 1.25rem;
  }
}
@media (min-width: 56.25rem) {
  .two-columns {
    align-items: flex-start;
    display: flex;
    flex-direction: row-reverse;
    padding: 0;
    position: relative;
  }
}
@media (min-width: 75rem) {
  .two-columns {
    padding: 0;
  }
}
.two-columns:first-child {
  margin-top: 7.5rem;
}
@media (min-width: 56.25rem) {
  .two-columns > * {
    flex-basis: 50%;
    margin-top: 0;
    will-change: margin;
  }
}
@media (min-width: 75rem) {
  .two-columns > * {
    flex-basis: 50%;
  }
}
@media (min-width: 56.25rem) {
  .two-columns > *:first-child {
    margin-left: auto;
    padding: 2.5rem 2.5rem 2.5rem 1.25rem;
  }
}
@media (min-width: 75rem) {
  .two-columns > *:first-child {
    padding: 5rem 7.5rem 5rem 3.75rem;
  }
}
@media (max-width: 56.249rem) {
  .two-columns > *:last-child {
    margin-top: 2.5rem;
  }
}
@media (min-width: 56.25rem) {
  .two-columns > *:last-child {
    margin-right: auto;
    padding: 2.5rem 1.25rem 2.5rem 2.5rem;
  }
}
@media (min-width: 75rem) {
  .two-columns > *:last-child {
    padding: 5rem 3.75rem 5rem 7.5rem;
  }
}
.two-columns > * > * {
  position: relative;
  z-index: 50;
  transform: translateZ(0);
}
.two-columns > * > *.device-presentation-block {
  z-index: 2;
  transform: none;
}
.two-columns > * > * + * {
  margin-top: 3.75rem;
}
@media (min-width: 37.5rem) {
  .two-columns > * > * + * {
    margin-top: 5rem;
  }
}
@media (min-width: 56.25rem) {
  .two-columns .large-column {
    position: absolute;
    top: 0;
    width: 50%;
  }
  .two-columns .large-column:first-child {
    right: 0;
  }
  .two-columns .large-column:last-child {
    left: 0;
  }
}
.video-intro-block {
  background-color: #1d252c;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  position: relative;
  padding: 2rem 1rem;
}
@media (min-width: 37.5rem) {
  .video-intro-block {
    padding: 2.5rem 1.25rem;
  }
}
@media (min-width: 56.25rem) {
  .video-intro-block {
    padding: 2.5rem;
  }
}
@media (min-width: 75rem) {
  .video-intro-block {
    padding: 5rem 2.5rem;
  }
}
.video-intro-block video {
  height: 100%;
  left: 0;
  margin: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  width: 100%;
  filter: brightness(0.95);
}
@media (max-width: 37.49rem) {
  .video-intro-block .controls {
    bottom: 8rem;
  }
}
.video-intro-block .stats-slider {
  margin-top: 6rem;
  position: relative;
  z-index: 5;
}
.video-intro-block .stats-slider.stopped {
  opacity: 0;
}
.video-intro-block .stats-slider h2 {
  font-family: inherit;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 0;
  text-transform: none;
}
@media screen and (min-width: 37.5rem) {
  .video-intro-block .stats-slider h2 {
    font-size: 1.35rem;
  }
}
@media screen and (min-width: 56.25rem) {
  .video-intro-block .stats-slider h2 {
    font-size: 1.4rem;
  }
}
.video-intro-block .stats-slider .slide {
  display: none;
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes blink-caret {
  from,
  to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.video-intro-block .stats-slider .slide::after {
  animation: blink-caret 0.75s infinite;
  color: #ffffff;
  content: '|';
  display: inline;
  margin-left: -0.35em;
}
.video-intro-block .stats-slider ul {
  display: block;
  margin: 0;
  position: relative;
  width: 100%;
}
.video-intro-block .stats-slider input[name^='slider'] {
  display: none;
}
.video-intro-block .stats-slider input[name^='slider']:checked:nth-of-type(1) ~ h2 .slide:nth-child(1),
.video-intro-block .stats-slider input[name^='slider']:checked:nth-of-type(2) ~ h2 .slide:nth-child(2),
.video-intro-block .stats-slider input[name^='slider']:checked:nth-of-type(3) ~ h2 .slide:nth-child(3),
.video-intro-block .stats-slider input[name^='slider']:checked:nth-of-type(4) ~ h2 .slide:nth-child(4),
.video-intro-block .stats-slider input[name^='slider']:checked:nth-of-type(5) ~ h2 .slide:nth-child(5),
.video-intro-block .stats-slider input[name^='slider']:checked:nth-of-type(6) ~ h2 .slide:nth-child(6),
.video-intro-block .stats-slider input[name^='slider']:checked:nth-of-type(7) ~ h2 .slide:nth-child(7),
.video-intro-block .stats-slider input[name^='slider']:checked:nth-of-type(8) ~ h2 .slide:nth-child(8),
.video-intro-block .stats-slider input[name^='slider']:checked:nth-of-type(9) ~ h2 .slide:nth-child(9),
.video-intro-block .stats-slider input[name^='slider']:checked:nth-of-type(10) ~ h2 .slide:nth-child(10) {
  display: block;
}
@media (max-width: 56.249rem) {
  .video-intro-block .stats-slider input[name^='slider']:checked:nth-of-type(1) ~ h2 .slide:nth-child(1) p,
  .video-intro-block .stats-slider input[name^='slider']:checked:nth-of-type(2) ~ h2 .slide:nth-child(2) p,
  .video-intro-block .stats-slider input[name^='slider']:checked:nth-of-type(3) ~ h2 .slide:nth-child(3) p,
  .video-intro-block .stats-slider input[name^='slider']:checked:nth-of-type(4) ~ h2 .slide:nth-child(4) p,
  .video-intro-block .stats-slider input[name^='slider']:checked:nth-of-type(5) ~ h2 .slide:nth-child(5) p,
  .video-intro-block .stats-slider input[name^='slider']:checked:nth-of-type(6) ~ h2 .slide:nth-child(6) p,
  .video-intro-block .stats-slider input[name^='slider']:checked:nth-of-type(7) ~ h2 .slide:nth-child(7) p,
  .video-intro-block .stats-slider input[name^='slider']:checked:nth-of-type(8) ~ h2 .slide:nth-child(8) p,
  .video-intro-block .stats-slider input[name^='slider']:checked:nth-of-type(9) ~ h2 .slide:nth-child(9) p,
  .video-intro-block .stats-slider input[name^='slider']:checked:nth-of-type(10) ~ h2 .slide:nth-child(10) p {
    opacity: 1;
    transition: opacity 0.4s;
  }
}
@media (max-width: 37.49rem) {
  .video-intro-block .video-desk {
    display: none;
  }
}
@media (min-width: 37.5rem) {
  .video-intro-block .video-mob {
    display: none;
  }
}
@media (min-width: 37.5rem) {
  .work .two-columns > * > * + * {
    margin-top: 2.5rem;
  }
}
.contact > header {
  color: #1d252c;
}
@media (max-width: 37.5rem) {
  .contact > header .logo {
    filter: invert(1);
  }
}
.anthropologie > header,
.print > header {
  color: #1d252c;
}
.anthropologie > header .logo,
.print > header .logo {
  filter: invert(1);
}
.print .images-block > * + * {
  margin-top: 2.5rem;
}
@media (max-width: 56.249rem) {
  .print .two-columns {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 56.249rem) {
  .print .two-columns > * {
    display: contents;
  }
}
@media (max-width: 56.249rem) {
  .print .two-columns .images-block {
    display: contents;
  }
}
@media (max-width: 56.249rem) {
  .print .two-columns #print-content {
    order: 0;
  }
}
@media (max-width: 56.249rem) {
  .print .two-columns #print-1 {
    margin-top: 2.5rem;
    order: 1;
    z-index: 1;
  }
}
@media (max-width: 56.249rem) {
  .print .two-columns #print-12 {
    order: 2;
    z-index: 2;
  }
}
@media (max-width: 56.249rem) {
  .print .two-columns #print-2 {
    order: 3;
    z-index: 3;
  }
}
@media (max-width: 56.249rem) {
  .print .two-columns #print-15 {
    order: 4;
    z-index: 4;
  }
}
@media (max-width: 56.249rem) {
  .print .two-columns #print-3 {
    order: 5;
    z-index: 5;
  }
}
@media (max-width: 56.249rem) {
  .print .two-columns #print-11 {
    margin-top: 2.5rem;
    order: 6;
    z-index: 6;
  }
}
@media (max-width: 56.249rem) {
  .print .two-columns #print-13 {
    order: 7;
    z-index: 7;
  }
}
@media (max-width: 56.249rem) {
  .print .two-columns #print-quote-1 {
    order: 8;
    z-index: 8;
  }
}
@media (max-width: 56.249rem) {
  .print .two-columns #print-4 {
    margin-top: 2.5rem;
    order: 9;
    z-index: 9;
  }
}
@media (max-width: 56.249rem) {
  .print .two-columns #print-5 {
    order: 10;
    z-index: 10;
  }
}
@media (max-width: 56.249rem) {
  .print .two-columns #print-14 {
    order: 11;
    z-index: 11;
  }
}
@media (max-width: 56.249rem) {
  .print .two-columns #print-16 {
    order: 12;
    z-index: 12;
  }
}
@media (max-width: 56.249rem) {
  .print .two-columns #print-6 {
    order: 13;
    z-index: 13;
  }
}
@media (max-width: 56.249rem) {
  .print .two-columns #print-7 {
    order: 14;
    z-index: 14;
  }
}
@media (max-width: 56.249rem) {
  .print .two-columns #print-17 {
    order: 15;
    z-index: 15;
  }
}
@media (max-width: 56.249rem) {
  .print .two-columns #print-18 {
    order: 16;
    z-index: 16;
  }
}
@media (max-width: 56.249rem) {
  .print .two-columns #print-quote-2 {
    order: 17;
    z-index: 17;
  }
}
@media (max-width: 56.249rem) {
  .print .two-columns #print-19 {
    order: 18;
    z-index: 18;
  }
}
@media (max-width: 56.249rem) {
  .print .two-columns #print-20 {
    order: 19;
    z-index: 19;
  }
}
@media (max-width: 56.249rem) {
  .print .two-columns #print-8 {
    order: 20;
    z-index: 20;
  }
}
@media (max-width: 56.249rem) {
  .print .two-columns #print-9 {
    order: 21;
    z-index: 21;
  }
}
@media (max-width: 56.249rem) {
  .print .two-columns #print-10 {
    order: 22;
    z-index: 22;
  }
}
@media (max-width: 37.5rem) {
  .clippings #clippings-1 {
    display: none;
  }
}
@media (max-width: 37.5rem) {
  .case-study > header {
    color: #1d252c;
  }
  .case-study > header .logo {
    filter: invert(1);
  }
}
#bhldn-video-image video {
  height: 56%;
  margin: 0;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 13.25%;
  width: 65%;
}
/*
----------------------------------------------
ANIMATIONS
----------------------------------------------
*/
@keyframes menu-btn-top {
  50% {
    transform: translateY(0);
  }
  100% {
    transform: rotate(45deg);
  }
}
@keyframes menu-btn-bot {
  50% {
    transform: translateY(0);
  }
  100% {
    transform: rotate(-45deg);
  }
}
@keyframes menu-btn-top-rev {
  0% {
    transform: rotate(45deg);
  }
  50% {
    transform: translateY(0);
  }
}
@keyframes menu-btn-bot-rev {
  0% {
    transform: rotate(-45deg);
  }
  50% {
    transform: translateY(0);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
}
@keyframes fade-in-right {
  0% {
    opacity: 0;
    transform: translateX(-4rem) translateZ(0);
  }
}
@keyframes fade-in-left {
  0% {
    opacity: 0;
    transform: translateX(4rem) translateZ(0);
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(10rem) translateZ(0);
  }
}
@keyframes fade-in-down {
  0% {
    opacity: 0;
    transform: translateY(-4rem) translateZ(0);
  }
}
@keyframes fade-in-up-long {
  0% {
    opacity: 0;
    transform: translateY(75vh) translateZ(0);
  }
}
@keyframes scale-in {
  0% {
    opacity: 0;
    transform: scale(0.55) translateZ(0);
  }
}
@keyframes banner-reveal {
  0% {
    clip-path: polygon(0% 50%, 100% 50%, 100% 50%, 0 50%);
    opacity: 0;
    transform: scale(0.9) translateZ(0);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@keyframes image-reveal-right {
  0% {
    clip-path: polygon(8rem 0%, 8rem 0%, 8rem 100%, 8rem 100%);
    opacity: 0;
    transform: translateX(-4rem) translateZ(0);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@keyframes image-reveal-left {
  0% {
    clip-path: polygon(calc(100% - 8rem) 0%, calc(100% - 8rem) 0%, calc(100% - 8rem) 100%, calc(100% - 8rem) 100%);
    opacity: 0;
    transform: translateX(4rem) translateZ(0);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@keyframes image-reveal-top {
  0% {
    clip-path: polygon(0% calc(100% - 8rem), 100% calc(100% - 8rem), 100% calc(100% - 8rem), 0% calc(100% - 8rem));
    opacity: 0;
    transform: translateY(4rem) translateZ(0);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@keyframes image-reveal-bottom {
  0% {
    clip-path: polygon(0% 8rem, 100% 8rem, 100% 8rem, 0% 8rem);
    opacity: 0;
    transform: translateY(-4rem) translateZ(0);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@keyframes header {
  0% {
    height: 100vh;
  }
  100% {
    height: 95vh;
  }
}
.reveal-enabled .reveal {
  opacity: 0;
}
.reveal-enabled .reveal.inview {
  opacity: 1;
}
.reveal-enabled .content-block .content > * {
  backface-visibility: hidden;
  will-change: opacity, transform;
}
.reveal-enabled .content-block.inview .content > * {
  animation: fade-in-up 0.75s 0.5s backwards ease-out;
}
.reveal-enabled .content-block.inview .content > *:nth-child(1) {
  animation-delay: 0s;
}
.reveal-enabled .content-block.inview .content > *:nth-child(2) {
  animation-delay: 0.1s;
}
.reveal-enabled .content-block.inview .content > *:nth-child(3) {
  animation-delay: 0.2s;
}
.reveal-enabled .content-block.inview .content > *:nth-child(4) {
  animation-delay: 0.3s;
}
.reveal-enabled .content-block.inview .content > *:nth-child(5) {
  animation-delay: 0.4s;
}
.reveal-enabled .device-presentation-block {
  will-change: opacity, transform;
}
.reveal-enabled .device-presentation-block.inview {
  animation: scale-in 0.75s backwards cubic-bezier(0, 0, 0.25, 1);
}
.reveal-enabled .images-block figure.inview,
.reveal-enabled .images-block .video.inview {
  animation: scale-in 0.5s backwards cubic-bezier(0, 0, 0.25, 1);
}
.reveal-enabled .navigation-list-block.inview li {
  animation: fade-in-up 0.75s 0.8s backwards ease-out;
}
.reveal-enabled .navigation-list-block.inview li:nth-child(1) {
  animation-delay: 0s;
}
.reveal-enabled .navigation-list-block.inview li:nth-child(2) {
  animation-delay: 0.1s;
}
.reveal-enabled .navigation-list-block.inview li:nth-child(3) {
  animation-delay: 0.2s;
}
.reveal-enabled .navigation-list-block.inview li:nth-child(4) {
  animation-delay: 0.3s;
}
.reveal-enabled .navigation-list-block.inview li:nth-child(5) {
  animation-delay: 0.4s;
}
.reveal-enabled .navigation-list-block.inview li:nth-child(6) {
  animation-delay: 0.5s;
}
.reveal-enabled .navigation-list-block.inview li:nth-child(7) {
  animation-delay: 0.6s;
}
.reveal-enabled .navigation-list-block.inview li:nth-child(8) {
  animation-delay: 0.7s;
}
.reveal-enabled .page-header-block figure,
.reveal-enabled .page-header-block video {
  backface-visibility: hidden;
  will-change: clip-path, opacity, transform;
}
.reveal-enabled .page-header-block.inview figure,
.reveal-enabled .page-header-block.inview video {
  animation: banner-reveal 0.75s backwards cubic-bezier(0, 0, 0.25, 1);
}
.reveal-enabled .quote-block.inview q {
  animation: fade-in-up 0.75s backwards ease-out;
}
.reveal-enabled .quote-block.inview h3 {
  animation: fade-in-up 0.75s 0.15s backwards ease-out;
}
.reveal-enabled .load {
  opacity: 0;
  visibility: hidden;
}
.load {
  background-color: #1d252c;
  background-image: url(../images/studio-ahira.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16em 10em;
  height: 100%;
  left: 0;
  margin: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.5s, visibility 0s 0.5s;
  width: 100%;
  z-index: 2000;
}
/*
----------------------------------------------
WORDPRESS
----------------------------------------------
*/
.admin-bar > header {
  top: 48px;
}
@media screen and (min-width: 768px) {
  .admin-bar > header {
    top: 32px;
  }
}
