.title {
    display: none;
    font-size: 3rem;
    color: #fff;
    position: absolute;
    left: 5.3rem;
    top: 6rem;
    line-height: 3.2rem;
    cursor: pointer;
    opacity: .7;
    transition: opacity .2s ease-out;
    will-change: opacity
}

.title:hover {
    opacity: 1
}

.title__job {
    font-size: 1.3rem
}

.UIHome__list {
    position: absolute;
    right: 0;
    top: 0;
    cursor: auto;
    opacity: 0;
    display: none;
    pointer-events: none
}

.UIHome__list .UIHome__listLabel {
    color: #fff;
    cursor: pointer;
    font-size: 2rem;
    text-align: right;
    position: absolute;
    opacity: .5;
    right: 5.3rem;
    top: 6rem;
    pointer-events: auto
}

.UIHome__list .UIHome__item {
    color: #000;
    text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff, 0 1px 0 #fff;
    letter-spacing: .2rem;
    font-size: 4rem;
    text-align: right;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    line-height: .9;
    text-transform: uppercase;
    transform: translateY(-50%)
}

@media screen and (max-width:1200px) {
    .UIHome__list .UIHome__item {
        font-size: 3rem
    }
}

@media screen and (max-width:1000px) {
    .UIHome__list .UIHome__item {
        font-size: 2.5rem
    }
}

.UIHome__list .UIHome__itemIndex {
    display: inline-block;
    font-size: 1.5rem;
    vertical-align: top;
    margin-top: .75rem;
    margin-right: 1rem
}

.UIHome__list .UIHome__itemTitle {
    display: inline-block
}

.UIHome__list canvas {
    position: absolute;
    top: 6.6rem;
    right: 0;
    pointer-events: none
}

.UIHome__menu {
    display: none;
    font-size: 2rem;
    color: #fff
}

.UIHome__menuTop {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 6rem
}

.UIHome__menuItem {
    cursor: pointer;
    opacity: .5;
    transition: opacity .2s;
    display: inline
}

.UIHome__menuItem:hover {
    opacity: .75
}

.UIHome__menuItem.is-active {
    cursor: inherit;
    opacity: 1
}

.UIHome__menuAbout {
    position: absolute;
    left: 5.1rem;
    top: calc(100vh - 6rem);
    font-size: 1.6rem
}

.UIHome__networks {
    display: none;
    font-size: 1.6rem;
    color: #fff;
    position: absolute;
    right: 5.1rem;
    top: calc(100vh - 6rem)
}

.UIHome__networksLink {
    display: inline-block;
    margin-right: 3.5rem;
    opacity: .5;
    transition: opacity .2s
}

.UIHome__networksLink a {
    text-decoration: none;
    color: #fff
}

.UIHome__networksLink:last-child {
    margin-right: 0
}

.UIHome__networksLink:hover {
    opacity: 1
}

.scroll {
    position: absolute;
    left: 50%;
    top: 85vh;
    transform: translate(-50%);
    color: #fff;
    font-family: blender, Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 4.5rem;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 2.5rem;
    animation: highlight 3s infinite;
    opacity: 0;
    display: none;
    text-align: center
}

@keyframes highlight {
    0% {
        color: #fff
    }

    50% {
        color: hsla(0, 0%, 100%, 0)
    }

    to {
        color: #fff
    }
}

.UIHome {
    display: none;
    z-index: 200;
    position: absolute;
    width: 100%
}

.timeline {
    display: none;
    opacity: 0;
    transform: translate3d(-50%, -50%, 0);
    cursor: auto
}

.timeline,
.timeline__title {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 100
}

.timeline__title {
    cursor: pointer;
    color: #fff;
    transform: translate(-50%, -50%);
    text-align: center;
    text-transform: uppercase;
    font-size: 5rem
}

@media screen and (max-width:1150px) {
    .timeline__title {
        font-size: 4rem
    }
}

@media screen and (max-width:900px) {
    .timeline__title {
        font-size: 3rem
    }
}

@media screen and (max-width:700px) {
    .timeline__title {
        font-size: 2.5rem
    }
}

.timeline__title .letters__container {
    opacity: .5;
    transition: opacity .25s ease-out
}

.timeline__title .letters__container:hover {
    opacity: 1
}

.timeline__title .textContainer__word {
    margin-right: 1rem
}

.timeline__title .textContainer__letter,
.timeline__title .textContainer__word {
    display: inline-block;
    white-space: nowrap
}

.closeButton {
    transform: rotate(45deg);
    cursor: pointer
}

.closeButton .closeButton__lineContainer {
    position: absolute;
    top: 0
}

.closeButton .closeButton__secondLineContainer {
    transform: rotate(90deg)
}

.closeButton .closeButton__line {
    transform: scaleX(0);
    width: 4rem;
    height: .5rem;
    background: #fff;
    transform-origin: center center
}

.closeButton .closeButton__secondLine {
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .75);
    transform-origin: center center
}

.closeButton .closeButton__pointer {
    width: 4rem;
    height: 4rem;
    transform: translate3d(0, -45%, 0);
    position: absolute
}

.about {
    display: none
}

.about .about__close {
    position: absolute;
    right: 9rem;
    top: 5.25rem
}

.about .about__text {
    position: absolute;
    right: 5.5%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.35rem;
    color: #fff;
    width: 30%
}

.about .about__text a {
    text-decoration: none;
    opacity: .65;
    transition: opacity .25s ease-out;
    color: #fff
}

.about .about__text a:hover {
    opacity: 1
}

.about .about__title {
    text-transform: uppercase;
    font-size: 3rem;
    line-height: 1.5rem;
    margin-bottom: 3rem;
    opacity: 0
}

.about .about__body {
    font-family: roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 3rem;
    letter-spacing: .15rem;
    line-height: 1.8rem;
    font-size: 1.6rem;
    opacity: 0
}

.about .about__body:last-child {
    margin-bottom: 0
}

.about .about__list {
    list-style: none;
    margin: 0;
    padding: 0
}

.project__view {
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100vh;
    z-index: 100;
    color: #fff;
    display: none;
    opacity: 0
}

.project__close {
    position: absolute;
    right: 9rem;
    top: 5.25rem;
    z-index: 100
}

.project__loading {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 10px;
    background-color: #fff
}

.project__back {
    position: fixed;
    left: 50%;
    bottom: 5vh;
    z-index: 300;
    transform: translateX(-50%);
    display: none;
    opacity: 0;
    font-size: 2rem;
    cursor: pointer
}

.project__back:hover {
    opacity: 1 !important
}

.project__aside {
    position: relative;
    font-size: 2rem;
    z-index: 200
}

.project__date {
    position: fixed;
    left: 5.5%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    white-space: nowrap
}

.project__date a {
    color: #fff;
    text-decoration: none;
    opacity: .5;
    transition: opacity .2s ease-out
}

.project__date a:hover {
    opacity: 1
}

.project__link {
    position: fixed;
    left: 94.5%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(90deg);
    white-space: nowrap
}

.project__link a {
    text-decoration: none;
    color: #fff
}

.project__link a:after {
    content: "";
    display: block;
    background: #fff;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -5px;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .2s ease-out
}

.project__link a:hover:after {
    transform: scaleX(1)
}

.project__viewText {
    margin: 5rem auto 4.2rem;
    max-width: 68%;
    padding-bottom: 6.8rem;
    position: relative;
    text-align: center
}

.project__viewText:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0;
    border-color: #fff transparent transparent;
    left: 50%;
    bottom: 0;
    margin-left: -2px
}

@media screen and (max-height:700px) and (max-width:1100px) {
    .project__viewText {
        padding-bottom: 3rem
    }
}

.project__viewTitle {
    text-transform: uppercase;
    color: #000;
    text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff, 0 1px 0 #fff;
    font-size: 18.526rem;
    line-height: 8rem
}

@media screen and (min-width:1291px) {
    .project__viewTitle {
        font-size: 15rem;
        line-height: 15rem
    }
}

@media screen and (max-width:1290px) {
    .project__viewTitle {
        font-size: 12rem;
        line-height: 12rem
    }
}

@media screen and (max-width:1040px) {
    .project__viewTitle {
        font-size: 9rem;
        line-height: 9rem
    }
}

@media screen and (max-height:900px) {
    .project__viewTitle {
        font-size: 12rem;
        line-height: 10rem
    }
}

@media screen and (max-height:700px) {
    .project__viewTitle {
        font-size: 10rem;
        line-height: 8rem
    }
}

@media screen and (max-height:700px) and (max-width:1100px) {
    .project__viewTitle {
        font-size: 8rem;
        line-height: 6rem
    }
}

.project__viewDescription {
    font-family: roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 1.8rem;
    margin: 5rem auto;
    max-width: 69%;
    line-height: 2.5rem;
    letter-spacing: .3rem
}

.project__viewDescription a {
    color: #fff;
    text-decoration: none;
    opacity: .5;
    transition: opacity .2s ease-out
}

.project__viewDescription a:hover {
    opacity: 1
}

@media screen and (max-height:900px) {
    .project__viewDescription {
        font-size: 1.5rem;
        line-height: 2rem;
        margin: 3rem auto
    }
}

@media screen and (max-height:700px) and (max-width:1100px) {
    .project__viewDescription {
        font-size: 1.3rem;
        line-height: 1.5rem;
        margin: 3rem auto
    }
}

.project__viewColumns {
    font-family: roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: -ms-flexbox;
    display: flex;
    max-width: 82%;
    margin: 0 auto
}

.project__viewColumn {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    text-align: center;
    font-size: 1.4rem;
    letter-spacing: .2rem;
    line-height: 1.5
}

@media screen and (max-width:1100px) {
    .project__viewColumn {
        font-size: 1rem
    }
}

@media screen and (max-width:800px) {
    .project__viewColumn {
        font-size: .7rem
    }
}

@media screen and (max-height:900px) {
    .project__viewColumn {
        font-size: 1.2rem
    }
}

@media screen and (max-height:700px) and (max-width:1100px) {
    .project__viewColumn {
        font-size: 1.1rem
    }
}

.project__viewColumn a {
    color: #fff;
    text-decoration: none;
    opacity: .5;
    transition: opacity .2s ease-out
}

.project__viewColumn a:hover {
    opacity: 1
}

.project__ViewColumnHead {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    text-transform: uppercase
}

@media screen and (max-height:900px) {
    .project__ViewColumnHead {
        font-size: 1.4rem
    }
}

@media screen and (max-height:700px) and (max-width:1100px) {
    .project__ViewColumnHead {
        font-size: 1.2rem
    }
}

.project__viewImg,
.project__viewVideo {
    display: block;
    width: 55%;
    margin: 0 auto 10rem;
    max-width: 192rem
}

.project__viewImg:last-child,
.project__viewVideo:last-child {
    margin-bottom: 0
}

.project__medias {
    display: none;
    opacity: 0
}

.loader {
    background: #000;
    color: #fff;
    font-size: 5rem;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 900;
    height: 100vh;
    width: 100vw
}

.loader .loader__canvasContainer {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0)
}

.loader .loader__counter {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: blender, Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 4.5rem;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff, 0 1px 0 #fff;
    font-size: 6rem;
    line-height: 0;
    color: #000
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

@font-face {
    font-family: blender;
    src: url("/fonts/blender-bold.eot");
    src: url("/fonts/blender-bold.eot?#iefix") format("embedded-opentype"), url("/fonts/blender-bold.woff") format("woff"), url("/fonts/blender-bold.ttf") format("truetype"), url("/fonts/blender-bold.svg#BlenderPro-Bold") format("svg");
    font-weight: 600
}

@font-face {
    font-family: roboto;
    src: url("/fonts/roboto-regular.eot");
    src: url("/fonts/roboto-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto-regular.woff") format("woff"), url("/fonts/roboto-regular.ttf") format("truetype"), url("/fonts/roboto-regular.svg#Roboto-Regular") format("svg");
    font-weight: 400
}

html {
    font-size: 62.5%
}

html,
html body {
    background: #000
}

html body {
    overflow: hidden
}

html #application {
    font-family: blender, Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 4.5rem;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}