@charset "UTF-8";

@font-face {
  font-family: 'bebas_neueregular';
  src: url('font/bebasneue-webfont.eot');
  src: url('font/bebasneue-webfont.eot?') format('embedded-opentype'), url('font/bebasneue-webfont.woff') format('woff'), url('font/bebasneue-webfont.ttf') format('truetype'), url('font/bebasneue-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal
}

/* normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0;

}

article, aside, footer, header, nav, section {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

figcaption, figure {
  display: block
}

figure {
  margin: 1em 40px
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

main {
  display: block
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted
}

b, strong {
  font-weight: inherit
}

b, strong {
  font-weight: bolder
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em
}

dfn {
  font-style: italic
}

mark {
  background-color: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -0.25em
}

sup {
  top: -0.5em
}

audio, video {
  display: inline-block
}

audio:not([controls]) {
  display: none;
  height: 0
}

img {
  border-style: none
}

svg:not(:root) {
  overflow: hidden
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button {
  overflow: visible
}

button, select {
  text-transform: none
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText
}

input {
  overflow: visible
}

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal
}

progress {
  display: inline-block;
  vertical-align: baseline
}

textarea {
  overflow: auto
}

details {
  display: block
}

summary {
  display: list-item
}

menu {
  display: block
}

canvas {
  display: inline-block
}

template {
  display: none
}

[hidden] {
  display: none
}

.container-fluid, .container {
  margin: 0 auto
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  width: 100%;
  margin: 0 0 20px 0;
  float: none
}

.container, .container--large, .container--small {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box
}

.container--small {
  max-width: 800px
}

@media(min-width:768px) {
  .grid-offset {
    margin-left: -2%;
    margin-right: -2%
  }
  .container {
    width: 750px
  }
  .col-1 {
    width: 4.33333%
  }
  .col-2 {
    width: 12.66667%
  }
  .col-3 {
    width: 21%
  }
  .col-4 {
    width: 29.33333%
  }
  .col-5 {
    width: 37.66667%
  }
  .col-6 {
    width: 46%
  }
  .col-7 {
    width: 54.33333%
  }
  .col-8 {
    width: 62.66667%
  }
  .col-9 {
    width: 71%
  }
  .col-10 {
    width: 79.33333%
  }
  .col-11 {
    width: 87.66667%
  }
  .col-12 {
    width: 96%
  }
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 0;
    float: left;
    display: block
  }
  .alt .col-1, .alt .col-2, .alt .col-3, .alt .col-4, .alt .col-5, .alt .col-6, .alt .col-7, .alt .col-8, .alt .col-9, .alt .col-10, .alt .col-11, .alt .col-12 {
    float: right
  }
}

@media(min-width:992px) {
  .container {
    width: 960px
  }
}

@media(min-width:1200px) {
  .container {
    width: 1140px
  }
}

.container:after, .row:after, .u-cf {
  content: "";
  display: table;
  clear: both
}

ul {
  list-style: circle inside
}

ol {
  list-style: decimal inside
}

ol, ul {
  padding-left: 2rem;
  margin-top: 0
}

ul ul, ul ol, ol ol, ol ul {
  margin: 1.5rem 0 1.5rem 1.5rem;
  font-size: 90%
}

li {
  margin-bottom: 1rem
}

@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?66684735");
  src: url("../font/fontello.eot?66684735#iefix") format("embedded-opentype"), url("../font/fontello.woff2?66684735") format("woff2"), url("../font/fontello.woff?66684735") format("woff"), url("../font/fontello.ttf?66684735") format("truetype"), url("../font/fontello.svg?66684735#fontello") format("svg");
  font-weight: normal;
  font-style: normal
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-left-open-big:before {
  content: '\e800'
}

.icon-right-open-big:before {
  content: '\e801'
}

.icon-plus:before {
  content: '\e802'
}

.icon-phone:before {
  content: '\e803'
}

.icon-search:before {
  content: '\e804'
}

.icon-calendar:before {
  content: '\e805'
}

.icon-mail:before {
  content: '\e806'
}

.icon-list-alt:before {
  content: '\e807'
}

.icon-ok:before {
  content: '\e808'
}

.icon-cancel:before {
  content: '\e809'
}

.icon-home:before {
  content: '\e80a'
}

.icon-info-circled:before {
  content: '\e80b'
}

.icon-book:before {
  content: '\e80c'
}

.icon-location:before {
  content: '\e80d'
}

.icon-cog:before {
  content: '\e80e'
}

.icon-comment:before {
  content: '\e80f'
}

.icon-users:before {
  content: '\e810'
}

.icon-eye:before {
  content: '\e811'
}

.icon-ok-circle:before {
  content: '\e812'
}

.icon-basket:before {
  content: '\e81d'
}

.icon-twitter-1:before {
  content: '\f099'
}

.icon-facebook-1:before {
  content: '\f09a'
}

.icon-linkedin:before {
  content: '\f0e1'
}

.icon-coffee:before {
  content: '\f0f4'
}

.icon-plus-squared:before {
  content: '\f0fe'
}

.icon-angle-left:before {
  content: '\f104'
}

.icon-angle-right:before {
  content: '\f105'
}

.icon-angle-up:before {
  content: '\f106'
}

.icon-angle-down:before {
  content: '\f107'
}

.icon-youtube:before {
  content: '\f167'
}

.icon-instagram:before {
  content: '\f16d'
}

.icon-cab:before {
  content: '\f1b9'
}

.icon-map-o:before {
  content: '\f278'
}

.icon-twitter:before {
  content: '\f309'
}

.icon-facebook:before {
  content: '\f30c'
}

button, .button {
  margin-bottom: 1rem
}

input, textarea, select, fieldset {
  margin-bottom: 1.5rem
}

pre, blockquote, dl, figure, table, p, ul, ol, form {
  margin-bottom: 2.5rem
}

html {
  font-size: 62.5%
}

body {
  font-size: 1.4em;
  line-height: 1.3;
  font-weight: 400;
  font-family: 'bebas_neueregular', Sans-serif;
  color: #fff
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'bebas_neueregular', Sans-serif;

  margin-top: 0;
  margin-bottom: 2.5rem;
  font-weight: 300;
  color: #fff
}

h1, .h1 {
  font-size: 2rem;
  line-height: 1.2
}

@media screen and (min-width:768px) {
  h1, .h1 {
    font-size: 2.8rem;
    line-height: 1.1
  }
}

@media screen and (min-width:992px) {
  h1, .h1 {
    font-size: 2.8rem;
    line-height: 1.1
  }
}

@media screen and (min-width:1200px) {
  h1, .h1 {
    font-size: 3rem;
    line-height: 1.1
  }
}

h2, .h2 {
  font-size: 1.4rem;
  line-height: 1.2
}

@media screen and (min-width:768px) {
  h2, .h2 {
    font-size: 1.6rem;
    line-height: 1.1
  }
}

@media screen and (min-width:992px) {
  h2, .h2 {
    font-size: 1.6rem;
    line-height: 1.1
  }
}

@media screen and (min-width:1200px) {
  h2, .h2 {
    font-size: 1.6rem;
    line-height: 1.1
  }
}

h3, .h3 {
  font-size: 2.3rem;
  line-height: 1.2
}

@media screen and (min-width:768px) {
  h3, .h3 {
    font-size: 2.5rem;
    line-height: 1.1
  }
}

@media screen and (min-width:992px) {
  h3, .h3 {
    font-size: 2.7rem;
    line-height: 1.1
  }
}

@media screen and (min-width:1200px) {
  h3, .h3 {
    font-size: 2.9rem;
    line-height: 1.1
  }
}

h4, .h4 {
  font-size: 1.8rem;
  line-height: 1.2
}

@media screen and (min-width:768px) {
  h4, .h4 {
    font-size: 1.8rem;
    line-height: 1.1
  }
}

@media screen and (min-width:992px) {
  h4, .h4 {
    font-size: 2rem;
    line-height: 1.1
  }
}

@media screen and (min-width:1200px) {
  h4, .h4 {
    font-size: 2.5rem;
    line-height: 1.1
  }
}

h5 {
  font-size: 1.8rem;
  line-height: 1.2
}

@media screen and (min-width:768px) {
  h5 {
    font-size: 1.8rem;
    line-height: 1.1
  }
}

@media screen and (min-width:992px) {
  h5 {
    font-size: 2rem;
    line-height: 1.1
  }
}

@media screen and (min-width:1200px) {
  h5 {
    font-size: 2.5rem;
    line-height: 1.1
  }
}

h6 {
  font-size: 1.8rem;
  line-height: 1.2
}

@media screen and (min-width:768px) {
  h6 {
    font-size: 1.8rem;
    line-height: 1.1
  }
}

@media screen and (min-width:992px) {
  h6 {
    font-size: 2rem;
    line-height: 1.1
  }
}

@media screen and (min-width:1200px) {
  h6 {
    font-size: 2.5rem;
    line-height: 1.1
  }
}

p, li {
  font-size: 1.5rem;
  line-height: 1.4;
  -webkit-margin-before: 0;
  font-weight: 300
}

@media screen and (min-width:768px) {
  p, li {
    font-size: 1.8rem;
    line-height: 1.4
  }
}

@media screen and (min-width:992px) {
  p, li {
    font-size: 1.9rem;
    line-height: 1.4
  }
}

@media screen and (min-width:1200px) {
  p, li {
    font-size: 2rem;
    line-height: 1.4
  }
}

p em {
  color: #fff;
  font-style: normal
}

li {
  list-style: disc
}

strong {
  font-weight: bold
}

blockquote {
  font-size: 2.2rem
}

a {
  color: #fff;
  text-decoration: none;
  transition: .5s
}

a:hover {
  opacity: .6
}

.alignright, .floatright {
  float: right;
  margin: 0 0 20px 20px;
  clear: both
}

.alignleft, .floatleft {
  float: left;
  margin: 0 20px 20px 0
}

.group:before, .group:after {
  content: " ";
  display: table
}

.group:after {
  clear: both
}

.group {
  *zoom: 1
}

.inline li {
  float: left;
  display: inline
}

.not-for-mobile {
  display: none !important
}

.respond {
  width: 100%;
  height: auto
}

.respond-down {
  max-width: 100%;
  height: auto
}

@media(min-width:768px) {
  .mobile-only {
    display: none
  }
  .not-for-mobile {
    display: block !important
  }
  .vertical-centre {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
  }
}

.centre {
  text-align: center
}

.right {
  text-align: right
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.entry-content img, .entry-content iframe, .entry-content object, .entry-content embed {
  max-width: 100%
}

body {
  background: #000;
  transition: 1s background-color
}

body {
  overflow-x: hidden;
  overflow-y: scroll
}

#page {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.viewport {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.viewport .viewport__hit {
  z-index: 9999;
  width: 90%;
  height: 250px;
  position: absolute;
  left: 10%;
  bottom: 50px
}

.scroll-container {
  position: absolute;
  width: 100%;
  top: 100%;
  padding: 40% 0 50px 0;
  box-sizing: border-box;
  left: 0;
  overflow: hidden;
  z-index: 10;
  backface-visibility: hidden;
  transform-style: preserve-3d
}

#project-container {
  top: 0;
  padding: 0
}

@media(min-width:768px) {
  .viewport .viewport__hit {
    height: 400px;
    left: 45%;
    bottom: 130px;
    width: 55%
  }
  .scroll-container {
    padding: 50% 0 200px 0
  }
}

.header {
  position: relative;
  z-index: 9999
}

.header .header__logo {
  text-transform: uppercase;
  font-size: 1.3rem;
  position: fixed;
  font-weight: bold;
  left: 23px;
  top: 20px;
  margin: 0;
  padding-bottom: 3px;
  overflow: hidden;
  transform-origin: top left;
  opacity: 0;
  letter-spacing: 2px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg)
}

@media(max-width:767px) {

}
.header .header__logo-line {
  display: block;
  position: absolute;
  left: 2px;
  top: 4px;
  opacity: 0
}

.header .header__tagline {
  position: fixed;
  left: 20px;
  bottom: 20px;
  margin: 0;
  font-size: 1.3rem;
  font-family: 'bebas_neueregular', Sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  opacity: 0
}

.header .header__info {
  position: fixed;
  right: 0;
  width: 80px;
  top: 20px;
  text-transform: uppercase;
  font-size: 1.8rem;
  text-align: center;
  opacity: 0
}

.header .header__info a {
  color: #fff;
  opacity: 0;
  display: block
}

.header .header__info a.is-visible {
  opacity: 1;
}

.header .header__info a.is-visible:hover {
  letter-spacing: 4px;
  opacity: .5
}

.site-loaded .header .header__logo, .site-loaded .header .header__info, .site-loaded .header .header__tagline, .site-loaded .header .header__logo-line {
  opacity: 1
}

@media(min-width:768px) {
  .header {
    position: relative;
    z-index: 9999
  }
  .header .header__logo {
    left: 50px;
    font-size: 3rem;
    top: 40px;
    font-weight: bold;
    letter-spacing: -0.2em;
  }
  .header .header__tagline {
    left: 40px;
    bottom: 40px;
    font-size: 1.4rem;
    letter-spacing: 4px
  }
  .header .header__info {
    top: 40px;
    width: 135px
  }
}

.info {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  z-index: 9998;
  visibility: hidden;
  opacity: 0;
  transition: .5s backdrop-filter
}

.info.is-visible {
  visibility: visible;
  opacity: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: .5s backdrop-filter
}

.info .info__container {
  position: fixed;
  background: #333;
  left: 25px;
  top: 40px;
  right: 25px;
  bottom: 40px;
  padding: 20px;
  opacity: 1;
  overflow: hidden
}

.info h3 {
  text-transform: uppercase
}

.info .info__section {
  padding-bottom: 0
}

.info .info__stats {
  margin-top: 0
}

.info .info__stats dt, .info .info__stats dd {
  display: inline-block;
  margin: 0 10px 10px 0;
  opacity: .8;
  font-size: 1.6rem
}

.info .info__stats dt {
  font-weight: 700
}

.info .info__stats dd {
  margin-right: 40px;
  color: #15fc4b
}

.info .info__stats-playing {
  color: #15fc4b
}

.info .info__contact {
  margin: 0;
  padding: 0
}

.info .info__contact li {
  margin: 0;
  padding: 0 0 0 40px;
  list-style: none;
  position: relative
}

.info .info__contact li a {
  transition-delay: 0s
}

.info .info__contact li:before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: .7em
}

@media(min-width:768px) {
  .info .info__container {
    left: 140px;
    top: 120px;
    right: 140px;
    bottom: 120px;
    padding: 60px 40px
  }
  .info .info__section {
    padding-bottom: 40px
  }
}

.page--project {
  background: #a39ea3
}

.project__home {
  display: block;
  width: 35px;
  height: 35px;
  position: fixed;
  top: 20px;
  left: 15%;
  z-index: 999
}

.project__home:before, .project__home:after {
  content: "";
  position: absolute;
  left: 0;
  top: 49%;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: .5s
}

.project__home:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg)
}

.project__home:after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg)
}

.project__home:hover:before {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0)
}

.project__home:hover:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg)
}

.project {
  margin: 120px 40px 0 55px;
  padding-bottom: 80px;
  position: relative
}

.project .project__intro {
  width: 100%
}

.project .project__intro h2 {
  margin-bottom: 0
}

.project .project__item {
  opacity: 0;
  transition: 1s;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px)
}

.project .project__item.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0)
}

.project .project__image {
  width: 100%;
  float: right;
  padding-top: 20px;
  padding-bottom: 20px
}

.project .project__image img {
  display: block;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2)
}

.project .project__image:nth-child(even) {
  float: left
}

.project .project__video {
  width: 100%;
  height: auto;
  display: block;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2)
}

.project .project__video.project__video--mobile {
  width: 40%
}

.project .project__link {
  display: block;
  padding-left: 40px;
  position: relative
}

.project .project__link:after {
  content: "";
  width: 30px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 1rem;
  left: 0;
  transition: .5s;
  mix-blend-mode: exclusion
}

.project .project__link:hover {
  transition-delay: 0s;
  color: rgba(255, 255, 255, 0.6)
}

.project .project__link:hover:after {
  width: 15px;
  left: 20px
}

@media(min-width:768px) {
  .project__home {
    top: 120px
  }
  .project {
    margin: 120px 140px 0 20%
  }
  .project .project__intro {
    width: 50%
  }
  .project .project__image {
    width: 80%;
    float: right;
    padding-top: 60px;
    padding-bottom: 60px
  }
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.pace-inactive {
  display: none
}

.pace .pace-progress {
  background: #fff;
  position: fixed;
  z-index: 2000;
  top: 50%;
  right: 100%;
  width: 100%;
  height: 2px;
  mix-blend-mode: exclusion
}

.work-info__title-lg {
  position: fixed;
  font-weight: bold;
  font-size: 200px;
  left: 17%;
  bottom: 230px;
  opacity: 0;
  filter: blur(0);
  transition: 1s;
  z-index: 998;
  pointer-events: none;
  mix-blend-mode: exclusion;
  white-space: nowrap
}

.work-info__title-lg.is-visible {
  opacity: 1
}

.work-info__title-lg.is-visible.is-closed {
  opacity: 0
}
@media screen and (min-width:1400px) {
  .work-info__title-lg {
    font-size: 150px;
  }
}
.work-info {
  position: fixed;
  left: 10%;
  bottom: 80px;
  width: 70%;
  z-index: 999;
  mix-blend-mode: exclusion;
  visibility: hidden;
  transition: 0s visibility;
  transition-delay: 1s
}

.work-info .work-info__title {
  display:none;
}

.work-info .work-info__title_num {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  transition: 1s
}

.work-info .work-info__details {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  transition: 1s;
  transition-delay: 0s
}

.work-info .work-info__details_jap {
  font-size: 1.3rem;
  float: right;
}

.work-info .work-info__link {
  display: block;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  transition: 1s;
  transition-delay: 0s;
  padding-left: 40px
}

.work-info .work-info__link:after {
  content: "";
  width: 30px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 1rem;
  left: 0;
  transition: .5s;
  mix-blend-mode: exclusion
}

.work-info.is-visible {
  visibility: visible;
  transition: 0s visibility;
  transition-delay: 0s
}

.work-info.is-visible .work-info__title_num, .work-info.is-visible .work-info__details, .work-info.is-visible .work-info__link {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0)
}

.work-info.is-visible .work-info__details {
  transition-delay: .3s
}

.work-info.is-visible .work-info__link {
  transition-delay: .6s;
  clear: both;
}

.work-info.is-visible .work-info__link:hover {
  transition-delay: 0s;
  color: rgba(255, 255, 255, 0.6)
}

.work-info.is-visible .work-info__link:hover:after {
  width: 15px;
  left: 20px
}

.work-info.is-visible .work-info__title-lg {
  display: block
}

.work-info.is-visible.is-closed .work-info__title_num, .work-info.is-visible.is-closed .work-info__details, .work-info.is-visible.is-closed .work-info__link {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px)
}

.work {
  float: right;
  margin-right: 10%;
  perspective: 600px;
  width: 80%
}

.work .work__items, .work .work__item {
  margin: 0;
  padding: 0;
  list-style: none
}

.work .work__details {
  display: none
}

.work .work__image {
  opacity: .3;
  transition: 1s;
  transform-origin: right top;
  width: 100%;
  height: 150px;
  overflow: hidden;
  position: relative
}

.work .work__image img {
  position: absolute;
  z-index: 20;
  width: 100%;
  height: auto;
  top: 0;
  left: 0
}

.work .is-visible .work__image {
  opacity: 1
}

@media(min-width:768px) {
  .work-info__title-lg {
    filter: blur(20px)
  }
  .work-info {
    left: 20%;
    bottom: 180px;
    width: 35%
  }
  .work {
    margin-right: 140px;
    width: 60%
  }
  .work .work__image {
    height: 250px
  }
}

body {
  cursor: none !important
}

a {
  cursor: none !important
}

.cursor {
  width: 10px;
  height: 10px;
  position: fixed;
  z-index: 9999;
  pointer-events: none;
  mix-blend-mode: exclusion
}

.cursor:before {
  content: "";
  background: #fff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translate(-50%, -50%)
}

.w-50{
  width:50%;
  display: inline-block;
  position: relative;
}

.w-50:nth-child(odd){
  float:left;
}

.w-50 > .mask{
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  background: black;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
}

.mask > p{
  font-size: 7rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
}

.hover-parent:hover .mask{
  opacity: 1;
  transition: all 0.6s ease;
}