.global-canvas[data-v-3a6e1a9d] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    z-index: 3
}

.global-header--dark .header__logo path[data-v-b67de5e0],
.global-header--dark .header__logo rect[data-v-b67de5e0] {
    fill: #fff
}

.global-header--dark .header__nav-item a[data-v-b67de5e0],
.global-header--dark .header__socials-link[data-v-b67de5e0],
.global-header--dark .lateral__text span[data-v-b67de5e0] {
    color: #fff
}

.header__container[data-v-b67de5e0] {
    position: fixed;
    top: 70px;
    left: 100px;
    right: 100px;
    z-index: 32;
    width: calc(100% - 200px);
    max-width: 1400px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:720px) {
    .header__container[data-v-b67de5e0] {
        width: calc(100% - 60px);
        left: 30px;
        right: 30px;
        top: 30px
    }
}

.header__logo[data-v-b67de5e0] {
    -webkit-transform: scale(.9) translateY(4px);
    transform: scale(.9) translateY(4px);
    -webkit-transform-origin: center;
    transform-origin: center;
    padding-right: 100px
}

@media (max-width:720px) {
    .header__logo[data-v-b67de5e0] {
        padding-right: 40px
    }
}

.header__logo path[data-v-b67de5e0],
.header__logo rect[data-v-b67de5e0] {
    -webkit-transition: all .4s cubic-bezier(.54, .1, 0, .99);
    transition: all .4s cubic-bezier(.54, .1, 0, .99)
}

.header__description[data-v-b67de5e0] {
    font-family: CircularStd, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    color: #80828a
}

.header__content[data-v-b67de5e0] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:720px) {
    .header__content[data-v-b67de5e0] {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.header__nav-list[data-v-b67de5e0] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: all
}

.header__nav-list .header__nav-item:last-child a[data-v-b67de5e0] {
    padding-right: 0
}

@media (max-width:720px) {
    .header__nav-list .header__nav-item[data-v-b67de5e0]:last-child {
        margin-right: 28px;
        display: none
    }
}

.header__nav-item[data-v-b67de5e0] {
    font-size: 17px
}

@media (max-width:720px) {
    .header__nav-item[data-v-b67de5e0] {
        font-size: 16px
    }
}

.header__nav-item a[data-v-b67de5e0] {
    text-decoration: none;
    color: #030303;
    font-family: CircularStd, sans-serif;
    font-weight: 500;
    font-style: normal;
    padding: 20px;
    -webkit-transition: all .6s cubic-bezier(.54, .1, 0, .99);
    transition: all .6s cubic-bezier(.54, .1, 0, .99)
}

body:not(.is-touch) .header__nav-item a[data-v-b67de5e0]:hover {
    color: #ef3f4a
}

.header__socials[data-v-b67de5e0] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: all
}

@media (max-width:720px) {
    .header__socials[data-v-b67de5e0] {
        display: none
    }
}

.header__socials .header__socials-item[data-v-b67de5e0]:last-child {
    padding-right: 0
}

.header__socials-item[data-v-b67de5e0] {
    font-size: 16px
}

.header__socials-link[data-v-b67de5e0] {
    text-decoration: none;
    color: #030303;
    font-family: CircularStd, sans-serif;
    font-weight: 500;
    font-style: normal;
    padding: 20px 10px;
    -webkit-transition: all .6s cubic-bezier(.54, .1, 0, .99);
    transition: all .6s cubic-bezier(.54, .1, 0, .99)
}

body:not(.is-touch) .header__socials-link[data-v-b67de5e0]:hover {
    color: #ef3f4a
}

.lateral__text[data-v-b67de5e0] {
    position: fixed;
    top: 50%;
    z-index: 90;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (max-width:1080px) {
    .lateral__text[data-v-b67de5e0] {
        display: none
    }
}

.lateral__text--left[data-v-b67de5e0] {
    left: 50px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.lateral__text--left[data-v-b67de5e0],
.lateral__text--right[data-v-b67de5e0] {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl
}

.lateral__text--right[data-v-b67de5e0] {
    right: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.lateral__text span[data-v-b67de5e0] {
    font-family: Kelson Sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    color: #030303;
    font-size: 13px;
    -webkit-transition: all .8s cubic-bezier(.54, .1, 0, .99);
    transition: all .8s cubic-bezier(.54, .1, 0, .99)
}

.global-cursor {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 110
}

@media (max-width:720px) {
    .global-cursor {
        display: none
    }
}

.global-cursor--pressed .global-cursor__part--circle-inner {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.global-cursor--pressed .global-cursor__svg {
    -webkit-transform: scale(.75);
    transform: scale(.75)
}

.global-cursor--pressed .global-cursor__grip--top {
    -webkit-transform: translate(-50%, calc(-50% - 30px)) scale(1);
    transform: translate(-50%, calc(-50% - 30px)) scale(1)
}

.global-cursor--pressed .global-cursor__grip--bottom {
    -webkit-transform: translate(-50%, calc(-50% + 30px)) scale(1);
    transform: translate(-50%, calc(-50% + 30px)) scale(1)
}

body.is-touch .global-cursor {
    display: none
}

.global-cursor__element {
    position: absolute;
    top: 0;
    left: 0
}

.global-cursor__container {
    position: relative;
    width: 38px;
    height: 38px
}

.global-cursor__part {
    position: absolute;
    width: 38px;
    height: 38px
}

.global-cursor__part--circle {
    position: absolute;
    will-change: transform;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.global-cursor__part--circle-inner {
    display: inline-block;
    opacity: 0
}

.global-cursor__grip,
.global-cursor__part--circle-inner {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #ef3f4a
}

.global-cursor__grip {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all .3s cubic-bezier(.54, .1, 0, .99);
    transition: all .3s cubic-bezier(.54, .1, 0, .99)
}

.global-cursor__grip,
.global-cursor__grip--bottom,
.global-cursor__grip--top {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0)
}

.global-cursor__svg {
    -webkit-transition: all .6s cubic-bezier(.54, .1, 0, .99);
    transition: all .6s cubic-bezier(.54, .1, 0, .99)
}

.global-cursor__svg circle {
    fill: none;
    stroke-width: 2px;
    stroke: #ef3f4a;
    stroke-dasharray: 110px;
    stroke-dashoffset: 110px;
    -webkit-transition: stroke .6s ease-in-out;
    transition: stroke .6s ease-in-out
}

.global-cursor__circle {
    -webkit-transform-origin: center;
    transform-origin: center
}

.global-transition[data-v-739c1faf] {
    position: fixed;
    width: 100vw;
    height: 100vh;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 100;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.global-transition[data-v-739c1faf],
.global-transition__background[data-v-739c1faf] {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.global-transition__background[data-v-739c1faf] {
    position: absolute;
    width: 100%;
    height: 100%
}

.global-transition__background-row[data-v-739c1faf] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.global-transition__background-cell-container[data-v-739c1faf] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden
}

.global-transition__background-cell[data-v-739c1faf] {
    width: 100%;
    height: 100%;
    background-color: #030303
}

.global-transition__content[data-v-739c1faf] {
    position: relative;
    z-index: 2
}

.global-transition__description-container[data-v-739c1faf],
.global-transition__title-container[data-v-739c1faf] {
    overflow: hidden
}

.global-transition__title-container[data-v-739c1faf] {
    margin-bottom: 4px
}

.global-transition__title[data-v-739c1faf] {
    font-family: Kelson Sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase
}

.global-transition__description[data-v-739c1faf] {
    font-family: CircularStd, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 15px;
    opacity: .75
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

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

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

a:active,
a:hover {
    outline-width: 0
}

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

b,
strong {
    font-weight: inherit;
    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: -.25em
}

sup {
    top: -.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,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

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

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

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    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
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

[hidden],
template {
    display: none
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    font-family: CircularStd, sans-serif;
    font-weight: 400;
    font-style: normal
}

body,
html {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100%;
    -ms-touch-action: none;
    touch-action: none
}

body {
    -webkit-font-smoothing: antialiased
}

.is-virtual-scroll,
body {
    overflow: hidden
}

.is-native-scroll.y-scroll {
    overflow-y: scroll;
    overflow-x: hidden
}

.is-native-scroll.x-scroll {
    overflow-y: hidden;
    overflow-x: scroll
}

.vs-section {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100vw;
    overflow-x: hidden;
    height: auto;
    margin: 0;
    will-change: transform
}

.vs-scrollbar {
    display: block;
    position: absolute;
    -webkit-transition: -webkit-transform .6s;
    transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s
}

@media (max-width:720px) {
    .vs-scrollbar {
        display: none
    }
}

body.is-touch .vs-scrollbar {
    display: none
}

.vs-scrollbar.vs-vertical {
    top: 0;
    right: -5px;
    bottom: 0;
    width: 15px;
    height: 100%;
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
}

.vs-scrollbar.vs-horizontal {
    bottom: -5px;
    left: 0;
    right: 0;
    width: 100%;
    height: 15px;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
}

.is-dragging .vs-scrollbar.vs-horizontal,
.is-dragging .vs-scrollbar.vs-vertical,
.vs-scrollbar.vs-horizontal:hover,
.vs-scrollbar.vs-vertical:hover {
    -webkit-transform: none;
    transform: none
}

.vs-scrollbar {
    z-index: 99
}

.vs-scrollbar .vs-scrolldrag {
    width: 100%;
    height: auto;
    background: #ccc;
    cursor: pointer
}

.vs-scroll-view {
    position: relative;
    width: 1px
}

.container {
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px
}

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

@media (min-width:720px) {
    .container {
        max-width: 1200px;
        padding-left: 50px;
        padding-right: 50px
    }

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

@media (min-width:1080px) {
    .container {
        max-width: 1300px;
        padding-left: 70px;
        padding-right: 70px
    }

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

.page {
    position: relative;
    z-index: 30
}

.action-button {
    -webkit-appearance: none;
    border: none;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    outline: none
}

.action-button--reversed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.action-button--reversed .action-button__shapes {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (max-width:720px) {
    .action-button--reversed .action-button__shapes {
        -webkit-transform: rotate(180deg) scale(.6);
        transform: rotate(180deg) scale(.6)
    }
}

.action-button--reversed .action-button__text {
    margin-right: 0;
    margin-left: 38px
}

@media (max-width:720px) {
    .action-button--reversed .action-button__text {
        margin-left: 16px
    }
}

body:not(.is-touch) .action-button:hover .action-button__circle--base {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

body:not(.is-touch) .action-button:hover .action-button__circle--base circle {
    stroke-dashoffset: 10
}

body:not(.is-touch) .action-button:hover .action-button__circle--fill {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg)
}

body:not(.is-touch) .action-button:hover .action-button__circle--fill circle {
    stroke-dashoffset: 10
}

body:not(.is-touch) .action-button:hover .action-button__rectangle {
    -webkit-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0)
}

body:not(.is-touch) .action-button:hover .action-button__arrow polygon {
    fill: #ef3f4a
}

body:not(.is-touch) .action-button:hover .action-button__text {
    -webkit-transform: translateX(22px);
    transform: translateX(22px)
}

body:not(.is-touch) .action-button--reversed:hover .action-button__text {
    -webkit-transform: translateX(-22px);
    transform: translateX(-22px)
}

.action-button__text {
    display: inline-block;
    margin-right: 36px;
    font-family: CircularStd, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

@media (max-width:720px) {
    .action-button__text {
        margin-right: 16px;
        display: none
    }
}

.action-button__shapes {
    position: relative;
    width: 64px;
    height: 64px
}

@media (max-width:720px) {
    .action-button__shapes {
        -webkit-transform: scale(.6);
        transform: scale(.6)
    }
}

.action-button__rectangle {
    position: absolute;
    top: 50%;
    right: 32px;
    -webkit-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1);
    width: 50px;
    height: 2px;
    background-color: #80828a;
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.action-button__arrow {
    position: absolute;
    top: 26px;
    left: 27px
}

.action-button__arrow polygon {
    fill: #80828a;
    -webkit-transition: all .6s ease;
    transition: all .6s ease
}

.action-button__circle {
    position: absolute;
    top: 0;
    left: 0
}

.action-button__circle--base {
    -webkit-transform: rotate(-154deg);
    transform: rotate(-154deg);
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    opacity: .6
}

.action-button__circle--base circle {
    stroke-width: 2px;
    stroke: #80828a;
    fill: none;
    stroke-dasharray: 200;
    stroke-dashoffset: 50
}

.action-button__circle--base circle,
.action-button__circle--fill,
.action-button__circle--fill circle {
    -webkit-transition: all .6s ease;
    transition: all .6s ease
}

.action-button__circle--fill circle {
    stroke-width: 2px;
    stroke: #ef3f4a;
    fill: none;
    stroke-dasharray: 200;
    stroke-dashoffset: 200
}

.home {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.home__actions {
    position: absolute;
    bottom: 80px;
    left: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: all;
    overflow: hidden
}

@media (max-width:720px) {
    .home__actions {
        left: 20px;
        bottom: 30px;
        width: calc(100% - 60px)
    }
}

.home__actions .action-button:first-child {
    margin-right: 60px
}

@media (max-width:720px) {
    .home__actions .action-button:first-child {
        margin-right: 0
    }
}

.home__content {
    position: absolute;
    left: 200px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 20;
    pointer-events: none
}

@media (max-width:720px) {
    .home__content {
        left: 30px
    }
}

.home__titles,
.home__titles .home__title:first-child {
    position: relative
}

.home__title {
    position: absolute;
    top: 0;
    left: 0;
    font-family: Kelson Sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-perspective: 800px;
    perspective: 800px;
    -webkit-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.home__title-line {
    display: block;
    line-height: 1.2
}

.home__title-letter-container {
    display: inline-block;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.home__title-letter {
    display: inline-block;
    font-family: Kelson Sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 74px;
    color: #030303
}

@media (max-width:720px) {
    .home__title-letter {
        font-size: 44px
    }
}

.home__enter {
    margin-top: 52px;
    pointer-events: all
}

.home__enter a {
    text-decoration: none
}

.home__enter-action {
    display: inline-block;
    overflow: hidden;
    cursor: pointer
}

.home__enter-action:hover .home__enter-action-part .home__enter-action-letter:nth-child(odd) {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.home__enter-action:hover .home__enter-action-part .home__enter-action-letter:nth-child(2n) {
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
}

.home__enter-action .home__enter-action-part:first-child {
    margin-right: 5px
}

.home__enter-action-part {
    display: inline-block;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.home__enter-action-letter {
    display: inline-block;
    font-family: CircularStd, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #ef3f4a;
    text-transform: uppercase;
    font-size: 18px;
    -webkit-transition: all .8s cubic-bezier(.54, .1, 0, .99);
    transition: all .8s cubic-bezier(.54, .1, 0, .99)
}

@media (max-width:720px) {
    .home__enter-action-letter {
        font-size: 16px
    }
}

.home__list {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 20;
    pointer-events: none
}

.home__list .home__list-container .home__title:not(:last-child) {
    margin-bottom: 140px
}

.home__list .home__title {
    position: relative;
    top: inherit;
    left: inherit;
    font-family: Kelson Sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-perspective: 800px;
    perspective: 800px;
    -webkit-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.home__list .home__title--active .home__title-letter {
    color: #ef3f4a
}

.home__list .home__title-line {
    display: block;
    line-height: 1.2
}

.home__list .home__title-letter-container {
    -webkit-transform: scale(0);
    transform: scale(0)
}

.home__list .home__title-letter {
    display: inline-block;
    font-family: Kelson Sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 74px;
    color: #030303;
    -webkit-transition: all .8s cubic-bezier(.54, .1, 0, .99);
    transition: all .8s cubic-bezier(.54, .1, 0, .99)
}

.footer[data-v-1ce1b686] {
    padding: 40px 0 80px 0
}

.footer--light .footer__link[data-v-1ce1b686],
.footer--light .footer__text[data-v-1ce1b686] {
    color: #fff
}

.footer--light .footer__copyright[data-v-1ce1b686] {
    color: #fff;
    opacity: .4
}

.footer--light .footer__link-icon path[data-v-1ce1b686] {
    stroke: #fff;
    fill: #fff
}

.footer__divider[data-v-1ce1b686] {
    width: 100%;
    height: 1px;
    background-color: #030303;
    opacity: .06;
    margin-bottom: 140px
}

@media (max-width:960px) {
    .footer__divider[data-v-1ce1b686] {
        margin-bottom: 80px
    }
}

.footer__text[data-v-1ce1b686] {
    font-size: 60px;
    max-width: 920px;
    font-family: Kelson Sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    color: #030303;
    line-height: 1.1;
    margin-bottom: 80px
}

@media (max-width:960px) {
    .footer__text[data-v-1ce1b686] {
        font-size: 40px
    }
}

.footer__items[data-v-1ce1b686] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:960px) {
    .footer__items[data-v-1ce1b686] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.footer__items .footer__item[data-v-1ce1b686]:not(:last-child) {
    margin-right: 44px
}

@media (max-width:960px) {
    .footer__items .footer__item[data-v-1ce1b686]:not(:last-child) {
        margin-right: 0;
        margin-bottom: 10px
    }
}

.footer__link[data-v-1ce1b686] {
    font-family: CircularStd, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #030303;
    font-size: 18px;
    text-decoration: none;
    -webkit-transition: all .8s cubic-bezier(.54, .1, 0, .99);
    transition: all .8s cubic-bezier(.54, .1, 0, .99)
}

.footer__link[data-v-1ce1b686]:hover {
    color: #ef3f4a
}

.footer__link:hover .footer__link-icon path[data-v-1ce1b686] {
    fill: #ef3f4a;
    stroke: #ef3f4a
}

.footer__link-text[data-v-1ce1b686] {
    display: inline-block;
    margin-right: 8px
}

.footer__link-icon[data-v-1ce1b686] {
    width: 10px;
    height: auto
}

.footer__link-icon path[data-v-1ce1b686] {
    stroke-width: 2px;
    stroke: #030303;
    -webkit-transition: all .8s cubic-bezier(.54, .1, 0, .99);
    transition: all .8s cubic-bezier(.54, .1, 0, .99)
}

.footer__copyright[data-v-1ce1b686] {
    margin-top: 140px;
    color: #80828a;
    font-family: CircularStd, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 17px
}

@media (max-width:960px) {
    .footer__copyright[data-v-1ce1b686] {
        margin-top: 80px
    }
}

.about-slider[data-v-6e37c5e4] {
    padding-top: 100px;
    padding-bottom: 150px
}

@media (max-width:960px) {
    .about-slider[data-v-6e37c5e4] {
        padding-top: 40px;
        padding-bottom: 100px
    }
}

.about-slider__container[data-v-6e37c5e4] {
    width: 100%;
    overflow: hidden;
    padding-left: 30px
}

@media (min-width:720px) {
    .about-slider__container[data-v-6e37c5e4] {
        padding-left: 50px
    }
}

@media (max-width:720px) {
    .about-slider__container[data-v-6e37c5e4] {
        padding-top: 60px;
        padding-bottom: 0
    }
}

@media (min-width:1080px) {
    .about-slider__container[data-v-6e37c5e4] {
        padding-left: 70px
    }
}

@media screen and (min-width:1300px) {
    .about-slider__container[data-v-6e37c5e4] {
        padding-left: calc(50vw - 580px)
    }
}

.about-slider__slider[data-v-6e37c5e4] {
    width: 10000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.about-slider__element[data-v-6e37c5e4] {
    margin-right: 30px;
    overflow: hidden
}

.about-slider__element-source[data-v-6e37c5e4] {
    width: 50vw;
    height: auto
}

@media (max-width:960px) {
    .about-slider__element-source[data-v-6e37c5e4] {
        width: 80vw
    }
}

.about-slider__nav-container[data-v-6e37c5e4] {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.about-slider__nav-container[data-v-6e37c5e4],
.about-slider__nav[data-v-6e37c5e4] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.about-slider__nav[data-v-6e37c5e4] {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px
}

.about-slider__nav-next[data-v-6e37c5e4],
.about-slider__nav-previous[data-v-6e37c5e4] {
    display: inline-block;
    padding: 20px 0;
    -webkit-appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    outline: none
}

.about-slider__nav-next path[data-v-6e37c5e4],
.about-slider__nav-previous path[data-v-6e37c5e4] {
    -webkit-transition: all .2s cubic-bezier(.54, .1, 0, .99);
    transition: all .2s cubic-bezier(.54, .1, 0, .99)
}

.about-slider__nav-previous[data-v-6e37c5e4] {
    margin-right: 32px
}

.action-button[data-v-6e37c5e4] {
    -webkit-appearance: none;
    border: none;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    outline: none;
    color: #fff;
    text-decoration: none
}

.action-button.about-slider__nav-previous[data-v-6e37c5e4] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.action-button.about-slider__nav-previous .action-button__shapes[data-v-6e37c5e4] {
    -webkit-transform: rotate(180deg) scale(.7);
    transform: rotate(180deg) scale(.7)
}

.action-button.about-slider__nav-previous .action-button__text[data-v-6e37c5e4] {
    margin-right: 0;
    margin-left: 24px
}

.action-button.about-slider__nav-previous:hover .action-button__text[data-v-6e37c5e4] {
    -webkit-transform: translateX(-22px);
    transform: translateX(-22px)
}

.action-button:hover .action-button__circle--base[data-v-6e37c5e4] {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.action-button:hover .action-button__circle--base circle[data-v-6e37c5e4] {
    stroke-dashoffset: 10
}

.action-button:hover .action-button__circle--fill[data-v-6e37c5e4] {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg)
}

.action-button:hover .action-button__circle--fill circle[data-v-6e37c5e4] {
    stroke-dashoffset: 10
}

.action-button:hover .action-button__rectangle[data-v-6e37c5e4] {
    -webkit-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0)
}

.action-button:hover .action-button__arrow polygon[data-v-6e37c5e4] {
    fill: #ef3f4a
}

.action-button:hover .action-button__text[data-v-6e37c5e4] {
    -webkit-transform: translateX(22px);
    transform: translateX(22px)
}

.action-button--reversed[data-v-6e37c5e4] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.action-button--reversed:hover .action-button__text[data-v-6e37c5e4] {
    -webkit-transform: translateX(-22px);
    transform: translateX(-22px)
}

.action-button--reversed .action-button__shapes[data-v-6e37c5e4] {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.action-button--reversed .action-button__text[data-v-6e37c5e4] {
    margin-right: 0;
    margin-left: 38px
}

.action-button__text[data-v-6e37c5e4] {
    display: inline-block;
    margin-right: 24px;
    font-family: CircularStd, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.action-button__shapes[data-v-6e37c5e4] {
    position: relative;
    width: 64px;
    height: 64px;
    -webkit-transform: scale(.7);
    transform: scale(.7)
}

.action-button__rectangle[data-v-6e37c5e4] {
    position: absolute;
    top: 50%;
    right: 32px;
    -webkit-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1);
    width: 50px;
    height: 2px;
    background-color: #80828a;
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.action-button__arrow[data-v-6e37c5e4] {
    position: absolute;
    top: 26px;
    left: 27px
}

.action-button__arrow polygon[data-v-6e37c5e4] {
    fill: #80828a;
    -webkit-transition: all .6s ease;
    transition: all .6s ease
}

.action-button__circle[data-v-6e37c5e4] {
    position: absolute;
    top: 0;
    left: 0
}

.action-button__circle--base[data-v-6e37c5e4] {
    -webkit-transform: rotate(-154deg);
    transform: rotate(-154deg);
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    opacity: .6
}

.action-button__circle--base circle[data-v-6e37c5e4] {
    stroke-width: 2px;
    stroke: #80828a;
    fill: none;
    stroke-dasharray: 200;
    stroke-dashoffset: 50
}

.action-button__circle--base circle[data-v-6e37c5e4],
.action-button__circle--fill[data-v-6e37c5e4],
.action-button__circle--fill circle[data-v-6e37c5e4] {
    -webkit-transition: all .6s ease;
    transition: all .6s ease
}

.action-button__circle--fill circle[data-v-6e37c5e4] {
    stroke-width: 2px;
    stroke: #ef3f4a;
    fill: none;
    stroke-dasharray: 200;
    stroke-dashoffset: 200
}

.about {
    position: fixed;
    z-index: 20
}

.about__head .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.about__head .about__content-container {
    width: 50%
}

@media (max-width:720px) {
    .about__head .about__content-container {
        width: 100%
    }
}

.about__head {
    position: relative;
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:720px) {
    .about__head {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.about__content-container {
    position: relative;
    z-index: 20
}

@media (max-width:720px) {
    .about__content-container {
        margin-bottom: 100px
    }
}

.about__description {
    font-family: CircularStd, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    line-height: 1.5;
    max-width: 440px;
    font-size: 18px
}

.about__headline {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
    z-index: 90
}

@media (max-width:720px) {
    .about__headline {
        z-index: 10
    }
}

.about__headline-container {
    width: 100000px;
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px)
}

.about__headline-title,
.about__headline-title span {
    font-size: 280px;
    font-family: Kelson Sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    line-height: 1;
    color: #141414
}

.about__headline-title span {
    display: inline-block
}

.about__headline-title span:not(:last-child) {
    margin-right: 100px
}

.about__content {
    padding-top: 260px;
    background-color: #1a1a1a
}

.about__content-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 150px
}

@media (max-width:720px) {
    .about__content-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 100px
    }
}

.about__content-section--description p {
    color: #fff;
    font-family: CircularStd, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: 40px
}

.about__content-section--motivation {
    padding-bottom: 0
}

.about__content-section--motivation p {
    color: #fff;
    font-family: CircularStd, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: 40px
}

.about__content-section--mentions {
    padding-bottom: 60px
}

.about__content-section-left,
.about__content-section-right {
    width: 50%
}

@media (max-width:720px) {

    .about__content-section-left,
    .about__content-section-right {
        width: 100%
    }
}

.about__content-section-right p:last-child {
    margin-bottom: 0
}

@media (max-width:720px) {
    .about__content-section-left {
        margin-bottom: 40px
    }
}

.about__content-section-title {
    color: #fff;
    font-family: Kelson Sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 22px
}

.about__content-experiences .about__content-experience:not(:last-child) {
    margin-bottom: 40px
}

.about__content-experience {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (max-width:720px) {
    .about__content-experience {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.about__content-experience-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (max-width:720px) {
    .about__content-experience-left {
        margin-bottom: 10px
    }
}

.about__content-experience-title {
    color: #fff;
    font-size: 18px;
    font-family: CircularStd, sans-serif;
    font-weight: 500;
    font-style: normal
}

.about__content-experience-description {
    color: #fff;
    font-size: 17px;
    margin-top: 10px
}

.about__content-experience-period {
    color: #fff;
    font-size: 17px
}

.about__content-skills {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.about__content-skills .about__content-skill:last-child {
    margin-bottom: 0
}

.about__content-skill {
    width: 50%;
    padding-right: 40px;
    margin-bottom: 60px
}

@media (max-width:720px) {
    .about__content-skill {
        width: 100%
    }
}

.about__content-skill-title {
    color: #fff;
    font-size: 18px;
    font-family: CircularStd, sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 20px;
    line-height: 1.4
}

.about__content-skill-detail {
    color: #fff;
    font-size: 17px;
    margin-top: 10px;
    line-height: 1.3
}

.about__content-mentions .about__content-mention:not(:last-child) {
    margin-bottom: 40px
}

.about__content-mention {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (max-width:720px) {
    .about__content-mention {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.about__content-mention-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (max-width:720px) {
    .about__content-mention-left {
        margin-bottom: 10px
    }
}

.about__content-mention-title {
    color: #fff;
    font-size: 18px;
    font-family: CircularStd, sans-serif;
    font-weight: 500;
    font-style: normal
}

.about__content-mention-description {
    color: #fff;
    font-size: 17px;
    margin-top: 10px
}

.about__content-mention-period {
    color: #fff;
    font-size: 17px
}

.about__footer {
    background-color: #1a1a1a
}

.project-intro[data-v-30a6107d] {
    padding: 120px 0;
    padding-top: 100px
}

@media (max-width:720px) {
    .project-intro[data-v-30a6107d] {
        padding: 80px 0
    }
}

.project-intro .container[data-v-30a6107d] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:960px) {
    .project-intro .container[data-v-30a6107d] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.project-intro__content[data-v-30a6107d] {
    width: 65%
}

@media (max-width:960px) {
    .project-intro__content[data-v-30a6107d] {
        width: 100%
    }
}

.project-intro__title[data-v-30a6107d] {
    font-family: Kelson Sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    color: #030303;
    font-size: 48px;
    max-width: 680px;
    margin-bottom: 40px;
    line-height: 1.1
}

@media (max-width:960px) {
    .project-intro__title[data-v-30a6107d] {
        font-size: 36px
    }
}

.project-intro__description[data-v-30a6107d] {
    color: #80828a;
    font-size: 18px;
    line-height: 1.5;
    font-family: CircularStd, sans-serif;
    font-weight: 400;
    font-style: normal;
    max-width: 620px
}

.project-intro__meta[data-v-30a6107d] {
    width: 35%;
    padding-left: 80px
}

@media (max-width:960px) {
    .project-intro__meta[data-v-30a6107d] {
        width: 100%;
        padding-left: 0;
        padding-top: 40px
    }
}

.project-intro__meta .project-intro__meta-section[data-v-30a6107d]:not(:last-child) {
    margin-bottom: 20px
}

.project-intro__meta-title[data-v-30a6107d] {
    font-size: 14px;
    font-family: Kelson Sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #030303;
    text-transform: uppercase
}

.project-intro__meta-list[data-v-30a6107d] {
    margin-top: 12px
}

.project-intro__meta-item[data-v-30a6107d] {
    line-height: 1.5;
    font-family: CircularStd, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #80828a
}

.project-intro__action[data-v-30a6107d] {
    display: inline-block;
    margin-top: 40px
}

.action-button[data-v-30a6107d] {
    -webkit-appearance: none;
    border: none;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    outline: none;
    color: #030303;
    text-decoration: none
}

.action-button:hover .action-button__circle--base[data-v-30a6107d] {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.action-button:hover .action-button__circle--base circle[data-v-30a6107d] {
    stroke-dashoffset: 10
}

.action-button:hover .action-button__circle--fill[data-v-30a6107d] {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg)
}

.action-button:hover .action-button__circle--fill circle[data-v-30a6107d] {
    stroke-dashoffset: 10
}

.action-button:hover .action-button__rectangle[data-v-30a6107d] {
    -webkit-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0)
}

.action-button:hover .action-button__arrow polygon[data-v-30a6107d] {
    fill: #ef3f4a
}

.action-button:hover .action-button__text[data-v-30a6107d] {
    -webkit-transform: translateX(22px);
    transform: translateX(22px)
}

.action-button--reversed[data-v-30a6107d] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.action-button--reversed:hover .action-button__text[data-v-30a6107d] {
    -webkit-transform: translateX(-22px);
    transform: translateX(-22px)
}

.action-button--reversed .action-button__shapes[data-v-30a6107d] {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.action-button--reversed .action-button__text[data-v-30a6107d] {
    margin-right: 0;
    margin-left: 38px
}

.action-button__text[data-v-30a6107d] {
    display: inline-block;
    margin-right: 24px;
    font-family: CircularStd, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.action-button__shapes[data-v-30a6107d] {
    position: relative;
    width: 64px;
    height: 64px;
    -webkit-transform: scale(.7);
    transform: scale(.7)
}

.action-button__rectangle[data-v-30a6107d] {
    position: absolute;
    top: 50%;
    right: 32px;
    -webkit-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1);
    width: 50px;
    height: 2px;
    background-color: #80828a;
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.action-button__arrow[data-v-30a6107d] {
    position: absolute;
    top: 26px;
    left: 27px
}

.action-button__arrow polygon[data-v-30a6107d] {
    fill: #80828a;
    -webkit-transition: all .6s ease;
    transition: all .6s ease
}

.action-button__circle[data-v-30a6107d] {
    position: absolute;
    top: 0;
    left: 0
}

.action-button__circle--base[data-v-30a6107d] {
    -webkit-transform: rotate(-154deg);
    transform: rotate(-154deg);
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    opacity: .6
}

.action-button__circle--base circle[data-v-30a6107d] {
    stroke-width: 2px;
    stroke: #80828a;
    fill: none;
    stroke-dasharray: 200;
    stroke-dashoffset: 50
}

.action-button__circle--base circle[data-v-30a6107d],
.action-button__circle--fill[data-v-30a6107d],
.action-button__circle--fill circle[data-v-30a6107d] {
    -webkit-transition: all .6s ease;
    transition: all .6s ease
}

.action-button__circle--fill circle[data-v-30a6107d] {
    stroke-width: 2px;
    stroke: #ef3f4a;
    fill: none;
    stroke-dasharray: 200;
    stroke-dashoffset: 200
}

.project-picture[data-v-2fc7549e] {
    padding: 120px 0
}

@media (max-width:720px) {
    .project-picture[data-v-2fc7549e] {
        padding: 80px 0
    }
}

.project-picture__container[data-v-2fc7549e] {
    width: 100%;
    height: auto;
    overflow: hidden
}

.project-picture__source[data-v-2fc7549e] {
    width: 100%;
    height: auto;
    will-change: transform
}

.project-video[data-v-626819c8] {
    padding: 120px 0
}

@media (max-width:720px) {
    .project-video[data-v-626819c8] {
        padding: 80px 0
    }
}

.project-video__container[data-v-626819c8] {
    width: 100%;
    height: auto;
    overflow: hidden
}

.project-video__source[data-v-626819c8] {
    width: 100%;
    height: auto;
    will-change: transform
}

.project-explanation[data-v-15ea0ccf] {
    padding: 120px 0;
    padding-bottom: 0
}

@media (max-width:720px) {
    .project-explanation[data-v-15ea0ccf] {
        padding: 80px 0
    }
}

.project-explanation .container[data-v-15ea0ccf] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:960px) {
    .project-explanation .container[data-v-15ea0ccf] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.project-explanation__head[data-v-15ea0ccf] {
    width: 35%
}

@media (max-width:960px) {
    .project-explanation__head[data-v-15ea0ccf] {
        width: 100%
    }
}

.project-explanation__content[data-v-15ea0ccf] {
    width: 65%;
    padding-left: 100px
}

@media (max-width:960px) {
    .project-explanation__content[data-v-15ea0ccf] {
        width: 100%;
        padding-left: 0
    }
}

.project-explanation__content .project-explanation__description[data-v-15ea0ccf]:not(:last-child) {
    margin-bottom: 40px
}

.project-explanation__title[data-v-15ea0ccf] {
    font-family: Kelson Sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    color: #030303;
    font-size: 40px;
    max-width: 640px;
    margin-bottom: 40px;
    line-height: 1.1
}

@media (max-width:720px) {
    .project-explanation__title[data-v-15ea0ccf] {
        font-size: 36px
    }
}

.project-explanation__description[data-v-15ea0ccf] {
    color: #80828a;
    font-size: 18px;
    line-height: 1.5;
    font-family: CircularStd, sans-serif;
    font-weight: 400;
    font-style: normal;
    max-width: 620px
}

.project-parallax[data-v-ad3440be] {
    width: 100%;
    margin: 120px 0
}

@media (max-width:720px) {
    .project-parallax[data-v-ad3440be] {
        margin: 80px 0
    }
}

.project-parallax__container[data-v-ad3440be] {
    width: 100%;
    height: 90vh;
    max-height: 90vh;
    overflow: hidden
}

.project-parallax__source[data-v-ad3440be] {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.project-details[data-v-47e325a6] {
    padding: 120px 0;
    padding-bottom: 0
}

@media (max-width:720px) {
    .project-details[data-v-47e325a6] {
        padding: 80px 0
    }
}

.project-details .container[data-v-47e325a6] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.project-details__content[data-v-47e325a6] {
    width: 65%
}

@media (max-width:960px) {
    .project-details__content[data-v-47e325a6] {
        width: 100%
    }
}

.project-details__title[data-v-47e325a6] {
    font-family: Kelson Sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    color: #030303;
    font-size: 40px;
    max-width: 640px;
    margin-bottom: 40px;
    line-height: 1.1
}

@media (max-width:720px) {
    .project-details__title[data-v-47e325a6] {
        font-size: 36px
    }
}

.project-details__description[data-v-47e325a6] {
    color: #80828a;
    font-size: 18px;
    line-height: 1.5;
    font-family: CircularStd, sans-serif;
    font-weight: 400;
    font-style: normal;
    max-width: 620px
}

.project-headline[data-v-3ac477f4] {
    padding: 120px 0
}

@media (max-width:720px) {
    .project-headline[data-v-3ac477f4] {
        padding: 80px 0
    }
}

.project-headline .container[data-v-3ac477f4] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center
}

@media (max-width:720px) {
    .project-headline .container[data-v-3ac477f4] {
        text-align: left
    }
}

.project-headline__title[data-v-3ac477f4] {
    font-family: Kelson Sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    color: #030303;
    font-size: 48px;
    line-height: 1.1
}

@media (max-width:720px) {
    .project-headline__title[data-v-3ac477f4] {
        font-size: 36px
    }
}

.project-fullwidth[data-v-554b9603] {
    width: 100%;
    margin: 120px 0
}

@media (max-width:720px) {
    .project-fullwidth[data-v-554b9603] {
        margin: 80px 0
    }
}

.project-fullwidth__container[data-v-554b9603] {
    width: 100%
}

.project-fullwidth__source[data-v-554b9603] {
    width: 100%;
    height: auto
}

.project-slider[data-v-1d564a2f] {
    padding-top: 120px;
    padding-bottom: 120px
}

@media (max-width:960px) {
    .project-slider[data-v-1d564a2f] {
        padding-top: 40px;
        padding-bottom: 80px
    }
}

.project-slider__container[data-v-1d564a2f] {
    width: 100%;
    overflow: hidden;
    padding-left: 30px
}

@media (min-width:720px) {
    .project-slider__container[data-v-1d564a2f] {
        padding-left: 50px
    }
}

@media (max-width:720px) {
    .project-slider__container[data-v-1d564a2f] {
        padding-top: 60px;
        padding-bottom: 0
    }
}

@media (min-width:1080px) {
    .project-slider__container[data-v-1d564a2f] {
        padding-left: 70px
    }
}

@media screen and (min-width:1300px) {
    .project-slider__container[data-v-1d564a2f] {
        padding-left: calc(50vw - 580px)
    }
}

.project-slider__slider[data-v-1d564a2f] {
    width: 10000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.project-slider__element[data-v-1d564a2f] {
    margin-right: 30px;
    overflow: hidden
}

.project-slider__element-source[data-v-1d564a2f] {
    width: 50vw;
    height: auto
}

@media (max-width:960px) {
    .project-slider__element-source[data-v-1d564a2f] {
        width: 80vw
    }
}

.project-slider__nav-container[data-v-1d564a2f] {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.project-slider__nav-container[data-v-1d564a2f],
.project-slider__nav[data-v-1d564a2f] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.project-slider__nav[data-v-1d564a2f] {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px
}

.project-slider__nav-next[data-v-1d564a2f],
.project-slider__nav-previous[data-v-1d564a2f] {
    display: inline-block;
    padding: 20px 0;
    -webkit-appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    outline: none
}

.project-slider__nav-next path[data-v-1d564a2f],
.project-slider__nav-previous path[data-v-1d564a2f] {
    -webkit-transition: all .2s cubic-bezier(.54, .1, 0, .99);
    transition: all .2s cubic-bezier(.54, .1, 0, .99)
}

.project-slider__nav-previous[data-v-1d564a2f] {
    margin-right: 32px
}

.action-button[data-v-1d564a2f] {
    -webkit-appearance: none;
    border: none;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    outline: none;
    color: #030303;
    text-decoration: none
}

.action-button.project-slider__nav-previous[data-v-1d564a2f] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.action-button.project-slider__nav-previous .action-button__shapes[data-v-1d564a2f] {
    -webkit-transform: rotate(180deg) scale(.7);
    transform: rotate(180deg) scale(.7)
}

.action-button.project-slider__nav-previous .action-button__text[data-v-1d564a2f] {
    margin-right: 0;
    margin-left: 24px
}

.action-button.project-slider__nav-previous:hover .action-button__text[data-v-1d564a2f] {
    -webkit-transform: translateX(-22px);
    transform: translateX(-22px)
}

.action-button:hover .action-button__circle--base[data-v-1d564a2f] {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.action-button:hover .action-button__circle--base circle[data-v-1d564a2f] {
    stroke-dashoffset: 10
}

.action-button:hover .action-button__circle--fill[data-v-1d564a2f] {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg)
}

.action-button:hover .action-button__circle--fill circle[data-v-1d564a2f] {
    stroke-dashoffset: 10
}

.action-button:hover .action-button__rectangle[data-v-1d564a2f] {
    -webkit-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0)
}

.action-button:hover .action-button__arrow polygon[data-v-1d564a2f] {
    fill: #ef3f4a
}

.action-button:hover .action-button__text[data-v-1d564a2f] {
    -webkit-transform: translateX(22px);
    transform: translateX(22px)
}

.action-button--reversed[data-v-1d564a2f] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.action-button--reversed:hover .action-button__text[data-v-1d564a2f] {
    -webkit-transform: translateX(-22px);
    transform: translateX(-22px)
}

.action-button--reversed .action-button__shapes[data-v-1d564a2f] {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.action-button--reversed .action-button__text[data-v-1d564a2f] {
    margin-right: 0;
    margin-left: 38px
}

.action-button__text[data-v-1d564a2f] {
    display: inline-block;
    margin-right: 24px;
    font-family: CircularStd, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.action-button__shapes[data-v-1d564a2f] {
    position: relative;
    width: 64px;
    height: 64px;
    -webkit-transform: scale(.7);
    transform: scale(.7)
}

.action-button__rectangle[data-v-1d564a2f] {
    position: absolute;
    top: 50%;
    right: 32px;
    -webkit-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1);
    width: 50px;
    height: 2px;
    background-color: #80828a;
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.action-button__arrow[data-v-1d564a2f] {
    position: absolute;
    top: 26px;
    left: 27px
}

.action-button__arrow polygon[data-v-1d564a2f] {
    fill: #80828a;
    -webkit-transition: all .6s ease;
    transition: all .6s ease
}

.action-button__circle[data-v-1d564a2f] {
    position: absolute;
    top: 0;
    left: 0
}

.action-button__circle--base[data-v-1d564a2f] {
    -webkit-transform: rotate(-154deg);
    transform: rotate(-154deg);
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    opacity: .6
}

.action-button__circle--base circle[data-v-1d564a2f] {
    stroke-width: 2px;
    stroke: #80828a;
    fill: none;
    stroke-dasharray: 200;
    stroke-dashoffset: 50
}

.action-button__circle--base circle[data-v-1d564a2f],
.action-button__circle--fill[data-v-1d564a2f],
.action-button__circle--fill circle[data-v-1d564a2f] {
    -webkit-transition: all .6s ease;
    transition: all .6s ease
}

.action-button__circle--fill circle[data-v-1d564a2f] {
    stroke-width: 2px;
    stroke: #ef3f4a;
    fill: none;
    stroke-dasharray: 200;
    stroke-dashoffset: 200
}

.project {
    position: fixed;
    z-index: 20
}

.project__content {
    background-color: #fff;
    margin-top: 80vh
}