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;
    vertical-align: baseline
}

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

a img,
fieldset,
img {
    border: none
}

input[type=email],
input[type=tel],
input[type=text],
textarea {
    appearance: none
}

button,
input[type=submit] {
    cursor: pointer
}

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

textarea {
    overflow: auto
}

button,
input {
    margin: 0;
    padding: 0;
    border: 0
}

a,
a:focus,
button,
div,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
span,
textarea {
    outline: 0
}

ol,
ul {
    list-style-type: none
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%
}

html {
    box-sizing: border-box
}

*,
:after,
:before {
    box-sizing: inherit
}

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

@media(prefers-reduced-motion:reduce) {
    * {
        transition: none !important
    }
}

/* @font-face {
    font-family: NeueHaasDisplay;
    font-display: swap;
    src: url(/fonts/NeueHaasDisplay-Roman.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
} */

@font-face {
    font-family: "NeueHaasDisplay";
    src: url("https://db.onlinewebfonts.com/t/cddfddeff0f66d9f03e9df2585ea819e.eot");
    src: url("https://db.onlinewebfonts.com/t/cddfddeff0f66d9f03e9df2585ea819e.eot?#iefix")format("embedded-opentype"),
        url("https://db.onlinewebfonts.com/t/cddfddeff0f66d9f03e9df2585ea819e.woff2")format("woff2"),
        url("https://db.onlinewebfonts.com/t/cddfddeff0f66d9f03e9df2585ea819e.woff")format("woff"),
        url("https://db.onlinewebfonts.com/t/cddfddeff0f66d9f03e9df2585ea819e.ttf")format("truetype"),
        url("https://db.onlinewebfonts.com/t/cddfddeff0f66d9f03e9df2585ea819e.svg#NeueHaasDisplay-Roman")format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* 
@font-face {
    font-family: NeueHaasDisplay;
    font-display: swap;
    src: url(/fonts/NeueHaasDisplay-RomanItalic.woff2) format("woff2");
    font-weight: 400;
    font-style: italic
} */

@font-face {
    font-family: "NeueHaasDisplay";
    src: url("https://db.onlinewebfonts.com/t/60e21d2cd9b9f9a6a6b71bb55dfb4cf2.eot");
    src: url("https://db.onlinewebfonts.com/t/60e21d2cd9b9f9a6a6b71bb55dfb4cf2.eot?#iefix")format("embedded-opentype"),
        url("https://db.onlinewebfonts.com/t/60e21d2cd9b9f9a6a6b71bb55dfb4cf2.woff2")format("woff2"),
        url("https://db.onlinewebfonts.com/t/60e21d2cd9b9f9a6a6b71bb55dfb4cf2.woff")format("woff"),
        url("https://db.onlinewebfonts.com/t/60e21d2cd9b9f9a6a6b71bb55dfb4cf2.ttf")format("truetype"),
        url("https://db.onlinewebfonts.com/t/60e21d2cd9b9f9a6a6b71bb55dfb4cf2.svg#NeueHaasDisplay-RomanItalic")format("svg");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: SFUIDisplay;
    font-display: swap;
    src: url(/assets/sf-ui-display-medium-58646be638f96.otf) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: SFUIDisplay;
    font-display: swap;
    src: url(/assets/sf-ui-display-light-58646b33e0551.otf) format("woff2");
    font-weight: 300;
    font-style: normal
}

:root {
    --bg: #fdfaf3;
    --light: #fff;
    --accent: #000;
    --red: #392f2e;
    --fg: #925c5e7f;
    --dark: #121212;
}

[data-dark] {
    --fg: #fff;
    --light: #000
}

.h1 {
    font-family: NeueHaasDisplay, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    line-height: .86em;
    font-size: 7rem;
    text-transform: uppercase;
    letter-spacing: -.02em
}

@media(max-width:960px) {
    .h1 {
        font-size: 5vh;
    }
}

.ticker__list {
    display: flex;
    margin-top: 20px;
    animation: ticker 15s infinite linear;
}

@keyframes ticker {
    100% {
        transform: translateX(-100%);
        /*try changing this to -100vw*/
    }
}

.h2 {
    font-family: NeueHaasDisplay, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    line-height: .86em;
    font-size: 5rem;
    text-transform: uppercase;
    letter-spacing: -.02em;
}


.italic {
    font-family: NeueHaasDisplay, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-style: italic
}

.ta-j {
    text-align: justify
}

.char-inner {
    display: inline-flex;
    position: relative;
    left: -.2083333333vw;
    letter-spacing: -.025em
}

.char {
    overflow: hidden;
    display: inline-flex !important
}

.char::-webkit-scrollbar {
    display: none
}

.container {
    width: 100%;
    position: relative;
    padding-left: 4.8958333333vw;
    padding-right: 4.8958333333vw
}

@media(max-width:960px) {
    .container {
        padding-left: calc(-10.38835px + 5.43689vw);
        padding-right: calc(-10.38835px + 5.43689vw)
    }
}

.container--fh {
    height: 100%
}

.container--nm {
    padding-left: 0;
    padding-right: 0
}

.grid {
    display: grid;
    width: 100%;
    grid-template-columns: 14.11% 27.06% 27.06% 31.77%;
    grid-auto-flow: column
}

@media(max-width:960px) {
    .grid {
        grid-template-columns: 51.2% 48.8%
    }
}

.section {
    padding-top: 15.625vw
}

.section--nm {
    padding-top: 0
}

.section--pb {
    padding-bottom: 15.625vw
}

@media(max-width:1060px) {
    .section {
        padding-top: 160px
    }

    .section--pb {
        padding-bottom: 160px
    }
}

#scroll-container {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100vh;
    height: var(--vh);
    opacity: 0
}

#scroll-container.e-fixed {
    overflow: hidden
}

#scroll-container::-webkit-scrollbar {
    display: none
}

#scroll-container {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.scrollbar {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000000 !important;
    height: 100vh;
    width: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    padding: 2px 2px 2px 0
}

@media(min-width:961px) {
    .scrollbar:hover .scrollbar__thumb {
        width: 10px;
        opacity: .7;
        border-radius: 10px;
        background-color: #472425;
        background-color: var(--fg)
    }
}

.scrollbar.hidden {
    display: none
}

.scrollbar__thumb {
    width: 6px;
    border-radius: 7px;
    pointer-events: none;
    height: 100px;
    background: #6b6b6b;
    display: block;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: width .2s ease, opacity .3s ease, border-radius .3s ease, background-color .3s ease;
    right: 0;
    opacity: 0;
    float: right
}

.scrollbar__thumb.scrolling {
    opacity: .7
}

.scrollbar__thumb.active {
    width: 10px;
    opacity: .7;
    border-radius: 10px;
    background-color: #472425;
    background-color: var(--fg)
}

.s-flower {
    -webkit-animation: flower 10s linear infinite;
    animation: flower 10s linear infinite
}

.s-flower path {
    stroke: #472425;
    stroke: var(--fg)
}

@-webkit-keyframes flower {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes flower {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.s-arrow {
    width: 14px;
    height: 14px;
    display: block;
    transform: rotate(-90deg)
}

.s-arrow path {
    fill: #472425;
    fill: var(--fg);
    stroke: #472425;
    stroke: var(--fg);
    stroke-width: 4px
}

.works {
    margin-top: 2.8125vw;
    grid-auto-flow: row
}

@media(max-width:960px) {
    .works {
        margin-top: 54px;
        grid-template-columns: 1fr 1fr;
        grid-gap: 40px
    }
}

@media(max-width:560px) {
    .works {
        grid-template-columns: 1fr
    }
}

.work {
    display: block
}

@media(min-width:961px) {
    .work {
        width: 100%;
        margin-top: 5.1041666667vw
    }

    .work:nth-of-type(9n+1) .work__img-wrapper {
        width: 12.65625vw
    }

    .work:nth-of-type(9n+1) .work__img {
        padding-bottom: 117.695473251%;
        height: 0
    }

    .work:nth-of-type(9n+2) {
        grid-column-start: 2;
        grid-column-end: 3;
        width: 86%;
        justify-self: end
    }

    .work:nth-of-type(9n+2) .work__img {
        padding-bottom: 139.5%;
        height: 0
    }

    .work:nth-of-type(9n+3) {
        grid-column-start: 4;
        grid-column-end: 4;
        justify-self: end
    }

    .work:nth-of-type(9n+3) .work__img {
        padding-bottom: 127.5045537341%;
        height: 0
    }

    .work:nth-of-type(9n+4),
    .work:nth-of-type(9n+5),
    .work:nth-of-type(9n+6) {
        grid-row-start: 2;
        grid-row-end: 3
    }

    .work:nth-of-type(9n+7),
    .work:nth-of-type(9n+8),
    .work:nth-of-type(9n+9) {
        grid-row-start: 3;
        grid-row-end: 4
    }

    .work:nth-of-type(9n+4) {
        grid-column-start: 1;
        grid-column-end: 3;
        max-width: 16.09375vw
    }

    .work:nth-of-type(9n+4) .work__img {
        padding-bottom: 112.9449838188%;
        height: 0
    }

    .work:nth-of-type(9n+5) {
        grid-column-start: 3;
        grid-column-end: 3;
        max-width: 20.8333333333vw
    }

    .work:nth-of-type(9n+5) .work__img {
        padding-bottom: 139.5%;
        height: 0
    }

    .work:nth-of-type(9n+6) {
        grid-column-start: 4;
        grid-column-end: 4;
        max-width: 15.8854166667vw
    }

    .work:nth-of-type(9n+6) .work__img {
        padding-bottom: 94.4262295082%;
        height: 0
    }

    .work:nth-of-type(9n+7) {
        grid-column-start: 1;
        grid-column-end: 3;
        max-width: 28.59375vw
    }

    .work:nth-of-type(9n+7) .work__img {
        padding-bottom: 127.5045537341%;
        height: 0
    }

    .work:nth-of-type(9n+8) {
        grid-column-start: 3;
        grid-column-end: 3;
        max-width: 20.8333333333vw
    }

    .work:nth-of-type(9n+8) .work__img {
        padding-bottom: 139.5%;
        height: 0
    }

    .work:nth-of-type(9n+9) {
        grid-column-start: 4;
        grid-column-end: 4;
        max-width: 12.65625vw;
        justify-self: end
    }

    .work:nth-of-type(9n+9) .work__img {
        padding-bottom: 117.695473251%;
        height: 0
    }
}

.work__idx {
    font-size: .5208333333vw
}

@media(max-width:960px) {
    .work__idx {
        font-size: 10px
    }
}

.work__info {
    margin-top: 8px
}

.work-info {
    display: flex;
    justify-content: space-between
}

.work-info__type {
    text-transform: none;
    font-size: .625vw
}

@media(max-width:960px) {
    .work-info__type {
        font-size: 12px
    }
}

.work__img-wrapper {
    margin-top: 8px;
    width: 100%;
    position: relative
}

.work__img {
    width: 100%;
    height: 100%;
    display: block;
    background-color: #472425;
    background-color: var(--fg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%
}

@media(max-width:960px) {
    .work__img {
        padding-bottom: 100%;
        height: 0;
        width: 100%
    }
}

.work__bottom {
    margin-top: 16px
}

.work-bottom__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px
}

.work-bottom__d {
    line-height: 1em;
    max-width: 11.1979166667vw;
    font-size: .625vw
}

@media(max-width:960px) {
    .work-bottom__d {
        font-size: 12px;
        max-width: 179px
    }
}

.ticker {
    width: 100%;
    font-family: NeueHaasDisplay, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 5rem;
    text-transform: uppercase;
    line-height: 1em;
    overflow: hidden
}






@media(max-width:960px) {
    .ticker {
        font-size: 3.5rem;
    }
}


.ticker.small {
    font-size: .8333333333vw;
    line-height: 1em
}

@media(max-width:1060px) {
    .ticker.small {
        font-size: 14px
    }
}

.ticker__items {
    display: flex;
    white-space: nowrap;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.ticker__item .italic {
    font-family: NeueHaasDisplay, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-style: italic
}

.btn {
    font: inherit;
    line-height: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 100;
    color: #472425;
    color: var(--fg);
    border-radius: 50%;
    width: 10.4166666667vw;
    height: 10.4166666667vw;
    background-color: transparent
}

@media(max-width:960px) {
    .btn {
        width: 111px;
        height: 111px
    }
}

.btn:hover .btn__bg {
    transform: translateY(0);
    border-radius: 0
}

.btn:hover .btn__text {
    color: #fff;
    color: var(--light)
}

.btn.white {
    color: #fff
}

.btn.white .btn__bg {
    background-color: #fff
}

.btn.white .btn__border {
    border-color: #fff
}

.btn.white:hover .btn__text {
    color: #000
}

.btn.small {
    width: 4.1666666667vw;
    height: 3.125vw
}

@media(max-width:960px) {
    .btn.small {
        width: 50px;
        height: 35px
    }
}

.btn__circle {
    position: relative;
    position: absolute;
    z-index: -1;
    overflow: hidden;
    pointer-events: none
}

.btn__bg,
.btn__circle {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    top: 0;
    left: 0
}

.btn__bg {
    position: absolute;
    background: #472425;
    background: var(--fg);
    z-index: -2;
    transition: transform .5s ease, border-radius .5s ease;
    transform: translateY(105%)
}

.btn__text {
    display: block;
    transition: color .5s ease;
    pointer-events: none
}

.btn__border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    border-radius: 50%;
    border: 1px dashed #472425;
    border: 1px dashed var(--fg);
    display: block
}

.visit-card {
    padding: 1.0416666667vw .7291666667vw;
    background-color: #000;
    color: #fff;
    color: var(--light);
    height: 11.3020833333vw;
    width: 18.28125vw;
    position: relative;
    cursor: move;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.visit-card.black {
    background-color: #000;
    color: #fff
}

.visit-card.white {
    background-color: #fff;
    color: #472425
}

.visit-card__n {
    font-size: 1.4583333333vw;
    line-height: 1em
}

.visit-card__o {
    font-size: .5208333333vw;
    line-height: 1.1em;
    display: flex;
    justify-content: flex-end;
    text-align: right;
    margin-top: calc(11.02913px + .2589vw)
}

.visit-card__bottom {
    margin-top: 2.5vw;
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.visit-card__line {
    width: 16px;
    height: 2px;
    background-color: #fff;
    background-color: var(--light)
}

.visit-card__c {
    text-align: right;
    font-size: .5208333333vw;
    line-height: 1.4em
}

.footer {
    background-color: #000;
    color: #fff;
    padding-top: 4.0625vw;
    padding-bottom: 4.0625vw;
    margin-top: 8.3333333333vw
}

@media(max-width:960px) {
    .footer {
        padding-top: 40px;
        padding-bottom: 40px;
        margin-top: 40px
    }
}

@media(max-width:960px) {
    .footer__content {
        grid-auto-flow: row;
        grid-gap: 40px;
        gap: 40px
    }
}

.footer-c__title,
.footer-n__title,
.footer-s__title {
    font-size: 1.5vw;
    line-height: 1em;
    margin-bottom: 16px
}

@media(max-width:960px) {

    .footer-c__title,
    .footer-n__title,
    .footer-s__title {
        font-size: 16px
    }
}

.footer__d {
    /* font-size: .625vw; */
    line-height: 1em;
    max-width: 5.4166666667vw
}

@media(min-width:961px) {
    .footer__d {
        grid-column-start: 1;
        grid-column-end: 2
    }
}

@media(max-width:960px) {
    .footer__d {
        font-size: 12px;
        max-width: 104px
    }
}

@media(min-width:961px) {
    .footer__s {
        grid-column-start: 2;
        grid-column-end: 2
    }
}

.footer-s__items {
    display: grid;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: calc(11.02913px + .2589vw)
}

@media(max-width:960px) {
    .footer-s__items {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(min-width:961px) {
    .footer__c {
        grid-column-start: 3;
        grid-column-end: 3
    }
}

@media(min-width:961px) {

    .footer__btn,
    .footer__n {
        grid-column-start: 4;
        grid-column-end: 4;
        grid-row-start: 1;
        grid-row-end: 2
    }

    .footer__btn {
        justify-self: end
    }
}

@media(max-width:960px) {
    .footer__btn {
        grid-column-start: 1;
        grid-column-end: 3;
        left: 50%;
        transform: translateX(-60%)
    }
}

.footer__items-g+.footer__items-g {
    margin-top: calc(26.54369px + .38835vw)
}

.footer__item {
    display: grid;
    align-items: center;
    grid-template-columns: 15px auto;
    grid-gap: 16px
}

.footer__item+.footer__item {
    margin-top: 4px
}

.footer__num {
    /* font-size: .625vw; */
    line-height: 1em
}

@media(max-width:960px) {
    .footer__num {
        font-size: 10px
    }
}

.footer__link {
    /* font-size: .7291666667vw; */
    line-height: 1em;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.footer__link:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    transform: translateY(10px) rotate(10deg);
    opacity: 0;
    transition: transform .3s ease, opacity .3s cubic-bezier(.16, 1, .3, 1);
    border: 1px dashed #fff
}

.footer__link.nuxt-link-exact-active:after,
.footer__link:hover:after {
    transform: translateY(0) rotate(0);
    opacity: 1
}

@media(max-width:960px) {
    .footer__link {
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content
    }
}

.contacts-1__c .footer__link:after {
    border: 1px dashed #472425;
    border: 1px dashed var(--fg)
}

.footer__info {
    margin-top: 8.0729166667vw;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media(max-width:960px) {
    .footer__info {
        margin-top: 60px
    }
}

@media(max-width:500px) {
    .footer__info {
        flex-direction: column
    }
}

.ua-time {
    display: flex;
    align-items: center
}

.ua-time__i {
    width: 1.0416666667vw;
    height: 1.0416666667vw
}

.ua-time__i svg {
    display: block;
    width: 100%;
    height: 100%
}

@media(max-width:960px) {
    .ua-time__i {
        width: 20px;
        height: 20px
    }
}

.ua-time__l {
    font-family: NeueHaasDisplay, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: .7291666667vw;
    line-height: 1em;
    margin-left: 11px
}

@media(max-width:960px) {
    .ua-time__l {
        font-size: 12px
    }
}

.ua-time__t {
    font-family: NeueHaasDisplay, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: .7291666667vw;
    line-height: 1em;
    margin-left: calc(21.81553px + .58252vw)
}

@media(max-width:960px) {
    .ua-time__t {
        font-size: 12px
    }
}

.footer__copy {
    font-family: NeueHaasDisplay, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: .7291666667vw;
    line-height: 1em;
    color: #999
}

@media(max-width:960px) {
    .footer__copy {
        font-size: 12px
    }
}

@media(max-width:500px) {
    .footer__copy {
        margin-top: 10px
    }
}

.footer__ticker {
    margin-top: 1.4583333333vw
}

@media(max-width:960px) {
    .footer__ticker {
        margin-top: 20px
    }
}

.ticker-btn {
    background-color: #000000;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #000;
    overflow: hidden;
    width: 100%;
    display: block
}

.form__input-wrapper {
    margin-top: 12.5925925926vh;
    max-width: 61.1979166667vw
}

@media(max-width:960px) {
    .form__input-wrapper {
        max-width: none;
        margin-top: 40px
    }
}

.input-wrapper {
    position: relative;
    width: 100%
}

.input {
    border-radius: 0;
    background-color: transparent;
    width: 100%;
    display: block;
    border-bottom: 1px dashed #fff;
    padding-bottom: 5px;
    padding-top: 3px;
    line-height: 1em;
    padding-right: 5.2083333333vw;
    color: hsla(0, 0%, 100%, .7);
    font-size: 18px;
    transition: border-color .3s ease
}

.input.js-focus,
.input:focus {
    border-color: #c08b7b
}

.input.js-focus~.label,
.input:focus~.label {
    transform: translateY(-20px);
    font-size: 16px;
    color: #fff
}

.input.js-error {
    border-color: #e73737;
    border-color: var(--red)
}

.input.js-error~.input-validate {
    opacity: 1;
    visibility: visible
}

.input.js-error~.label {
    color: #e73737;
    color: var(--red)
}

.label {
    position: absolute;
    font-size: 20px;
    color: hsla(0, 0%, 100%, .7);
    left: 0;
    top: 3px;
    line-height: 1em;
    pointer-events: none;
    transition: font-size .3s ease, transform .3s ease, color .3s ease
}

@media(max-width:960px) {
    .label {
        font-size: 18px;
        line-height: 1em
    }
}

.input-validate {
    color: #e73737;
    color: var(--red);
    display: block;
    margin-top: 5px;
    font-size: 14px;
    line-height: 1em;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
    left: 0
}

@media(max-width:1060px) {
    .input-validate {
        font-size: 14px
    }
}

abbr {
    color: #e73737;
    color: var(--red)
}

.form__btn {
    margin: 8.3333333333vw auto 0
}

@media(max-width:1060px) {
    .form__btn {
        margin-top: 80px
    }
}

.form__length-counter {
    position: absolute;
    right: 0;
    font-size: 14px
}

textarea {
    border: none;
    resize: none;
    border-radius: 0;
    line-height: normal;
    overflow-y: hidden;
    min-height: 1rem;
    outline: 0;
    justify-content: center;
    align-items: center;
    padding-right: 20px;
    margin-top: 20px
}

@media(max-width:1060px) {
    textarea {
        min-height: 2rem;
        display: block
    }
}

.form__error-message {
    background: #f5f5f5;
    color: #e73737;
    color: var(--red);
    width: 100%;
    margin-top: 0;
    overflow: hidden;
    height: 0;
    transition: height .4s ease, margin-top .4s ease
}

.form__error-message-text {
    margin: 10px 20px
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
    -webkit-text-fill-color: #fff;
    box-shadow: inset 0 0 0 1000px #121212;
    box-shadow: 0 0 0 1000px var(--dark) inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s
}

.form__error {
    margin-top: 40px;
    padding: 20px;
    color: #fff;
    background-color: #e73737;
    background-color: var(--red);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    cursor: pointer;
    font-size: .9375vw;
    display: flex;
    position: absolute;
    bottom: 20px;
    left: 4.8958333333vw;
    line-height: 1em;
    justify-content: center;
    align-items: center
}

@media(max-width:1060px) {
    .form__error {
        font-size: 16px
    }
}

.form__error:after {
    content: "✖";
    display: block;
    margin-left: 16px;
    color: #fff
}

.form-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: #121212;
    background-color: var(--dark);
    color: #fff;
    opacity: 0;
    pointer-events: none
}

.form-screen.visible {
    pointer-events: auto
}

.form-step,
.form-steps {
    height: 100%
}

.form-step {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 40px
}

.form-step__h2 {
    max-width: 61.71875vw;
    font-size: 9.375vw;
    line-height: .86em
}

@media(max-width:960px) {
    .form-step__h2 {
        max-width: none;
        font-size: 60px
    }
}

.form-step--hidden {
    opacity: 0;
    pointer-events: none
}

.form-step__back-btn {
    position: relative;
    cursor: pointer;
    z-index: 100;
    background-color: transparent;
    display: block;
    margin-top: 28px
}

.form-step__back-btn svg {
    transform: rotate(135deg)
}

.form-step__back-btn svg path {
    fill: #fff;
    stroke: #fff
}

.form-step__container {
    width: 100%;
    height: 100%;
    margin-top: 19.9074074074vh
}

@media(max-width:960px) {
    .form-step__container {
        margin-top: 11.1979166667vw
    }
}

.form-screen__close-btn {
    position: relative;
    z-index: 100
}

.form-screen__counter {
    position: absolute;
    right: 4.8958333333vw;
    top: 30.9259259259vh;
    width: 8.2291666667vw;
    height: 8.2291666667vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fff;
    color: #121212;
    color: var(--dark);
    font-size: 1.875vw;
    font-family: NeueHaasDisplay, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    line-height: 1em;
    z-index: 10;
    transform: rotate(20deg)
}

@media(max-width:960px) {
    .form-screen__counter {
        width: 100px;
        height: 100px;
        font-size: 20px;
        bottom: 40px;
        top: auto
    }
}

.form-screen-counter__cur {
    overflow: hidden
}

.counter-c {
    display: inline-block
}

.form {
    height: 100%
}

.form-step__next-btn,
.form-step__send-btn {
    position: absolute;
    right: 0;
    top: 5px;
    background-color: transparent;
    font: inherit;
    color: #fff;
    z-index: 10;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 18px;
    line-height: 1em
}

.form-step__next-btn.disabled,
.form-step__send-btn.disabled {
    pointer-events: none;
    opacity: .5
}

.form-screen__thankyou {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #121212;
    background: var(--dark);
    opacity: 0
}

.thankyou__container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center
}

.thankyou__text {
    max-width: none;
    line-height: .95em
}

@media(max-width:960px) {
    .thankyou__text {
        display: block
    }
}

@media(min-width:961px) {
    .thankyou__text-line {
        display: block
    }

    .thankyou__text-line:first-of-type {
        grid-column-start: 1;
        grid-column-end: 5
    }

    .thankyou__text-line:nth-of-type(2) {
        justify-self: end;
        text-align: right
    }

    .thankyou__text-line:nth-of-type(2),
    .thankyou__text-line:nth-of-type(3) {
        grid-column-start: 2;
        grid-column-end: 5
    }
}

.thankyou__text-line .char-inner {
    transform: translateX(110%);
    opacity: 0
}

.thankyou__timer {
    position: absolute;
    top: 2.5vw;
    right: 4.8958333333vw;
    max-width: 14.2708333333vw;
    text-align: right
}

@media(max-width:960px) {
    .thankyou__timer {
        max-width: 274px
    }
}

.app-loader {
    position: fixed;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10001;
    width: calc(37.74757px + 2.20065vw);
    height: calc(37.74757px + 2.20065vw);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%
}

.circular {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 50%;
    transform-origin: center center;
    width: 50%;
    position: absolute;
    margin: auto
}

.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
    stroke: #472425
}

@-webkit-keyframes rotate {
    to {
        transform: rotate(1turn)
    }
}

@keyframes rotate {
    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }

    to {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }

    to {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

.nav-hidden .navbar {
    opacity: 0;
    transform: translateY(-20px)
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 90;
    opacity: 1;
    transform: translateY(0);
    transition: transform .3s ease, opacity .3s ease
}

.navbar__container {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.navbar__logo {
    font-size: calc(15.02913px + .2589vw);
    line-height: 1em
}

.navbar__right {
    display: flex;
    align-items: center
}

@media(max-width:960px) {
    .navbar__right {
        align-items: center
    }
}

@media(max-width:960px) {
    .navbar-nav {
        background-color: #000;
        color: #fff;
        padding: 20px;
        text-align: right;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        top: 0;
        right: calc(-10.38835px + 5.43689vw);
        transition: opacity .5s ease
    }

    .navbar-nav.open {
        opacity: 1;
        pointer-events: auto
    }
}

.navbar-nav__list {
    display: flex;
    align-items: center
}

@media(max-width:960px) {
    .navbar-nav__list {
        flex-direction: column;
        align-items: flex-end;
        font-size: 16px
    }
}

.navbar-nav__item {
    text-transform: none
}

@media(min-width:961px) {
    .navbar-nav__item+.navbar-nav__item {
        margin-left: 20px
    }
}

@media(max-width:960px) {
    .navbar-nav__item+.navbar-nav__item {
        margin-top: 12px
    }
}

.navbar-nav__link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.navbar-nav__link:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    transform: translateY(10px) rotate(10deg);
    opacity: 0;
    transition: transform .3s ease, opacity .3s cubic-bezier(.16, 1, .3, 1);
    border: 1px dashed #472425;
    border: 1px dashed var(--fg)
}

.navbar-nav__link.nuxt-link-exact-active:after,
.navbar-nav__link:hover:after {
    transform: translateY(0) rotate(0);
    opacity: 1
}

@media(max-width:960px) {
    .navbar-nav__link:after {
        border: 1px dashed #fff
    }
}

.navbar__theme-btns {
    display: flex;
    align-items: center;
    margin-right: 3.125vw
}

@media(max-width:960px) {
    .navbar__theme-btns {
        margin-right: 20px
    }
}

.navbar__theme-btn {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
    border-radius: 50%;
    border: 1px solid #fff
}

.navbar__theme-btn+.navbar__theme-btn {
    margin-left: 12px
}

.navbar__theme-btn[data-theme-light] {
    background-color: #fff
}

.navbar__theme-btn[data-theme-dark] {
    background-color: #000
}

@media(max-width:960px) {
    .navbar__theme-btn {
        width: 16px;
        height: 16px
    }
}

@media(min-width:961px) {
    .navbar__burger {
        display: none
    }
}

.burger {
    padding: 4px;
    width: 40px;
    background-color: transparent
}

.burger__line {
    width: 100%;
    height: 2px;
    background-color: #472425;
    background-color: var(--fg)
}

.burger__line+.burger__line {
    margin-top: 6px
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000
}

.loader__container {
    padding-top: 5.2083333333vw;
    height: 100%
}

@media(max-width:960px) {
    .loader__container {
        padding-top: 40px
    }
}

.loader__percent {
    font-size: 1.0416666667vw;
    line-height: 1em;
    display: block;
    width: 100%;
    height: 100%
}

@media(max-width:960px) {
    .loader__percent {
        font-size: 20px
    }
}

::-moz-selection {
    color: #fff;
    background: #472425;
    background: var(--fg)
}

::selection {
    color: #fff;
    background: #472425;
    background: var(--fg)
}

body,
html {
    height: 100%
}



.js-in-view {
    transition: color .3s ease
}

body {
    font-family: SFUIDisplay, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 1.2vw;
    text-transform: uppercase;
    color: var(--fg);
    line-height: 1em;
    height: 100vh;
    height: var(--vh);
    overflow: hidden !important;
    position: relative;
    overscroll-behavior-y: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: rgb(234, 231, 231);
}

@media(max-width:960px) {
    body {
        font-size: 14px
    }
}



#gl,
#gl-2 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    pointer-events: none
}

#gl {
    opacity: 0;
    z-index: 100;
    transition: opacity 1s ease
}

#gl-2 {
    z-index: -2
}

.js-cloned {
    pointer-events: none
}

.bg,
.noisy {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.js-sticky-area {
    width: 140%;
    height: 140%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.js-hidden {
    opacity: 0
}

.to {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    pointer-events: none
}

[data-a-t2],
[data-a-t] {
    transform: translateY(60px);
    opacity: 0;
    will-change: transform
}

[data-a-o] {
    opacity: 0;
    will-change: opacity
}

[data-a-h] {
    opacity: 0
}

[data-a-h] .char-inner {
    transform: translateX(110%);
    opacity: 0;
    will-change: transform
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity .25s
}

.fade-enter,
.fade-leave-to {
    opacity: 0
}

.bg-lazy {
    background-color: #fff
}

.cases-enter-active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    overflow: hidden
}

.video-wrapper {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 32px
}

video {
    width: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

.error-1 {
    height: var(--vh);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0
}

.error-1__ticker {
    margin-top: -1.0416666667vw
}

@media(max-width:960px) {
    .error-1__ticker {
        margin-top: -10px
    }
}

.error-1__container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3.125vw
}

@media(max-width:960px) {
    .error-1__container {
        margin-top: 60px
    }
}

.error-link:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    transform: translateY(10px) rotate(10deg);
    opacity: 0;
    transition: transform .3s ease, opacity .3s cubic-bezier(.16, 1, .3, 1);
    border: 1px dashed #472425;
    border: 1px dashed var(--fg)
}

.error-link:hover:after {
    transform: translateY(0) rotate(0);
    opacity: 1
}

#nowar {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 1000;
    background: #000;
    padding: 10px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: opacity .25s ease, transform .25s ease
}

@media(max-width:960px) {
    #nowar span {
        max-width: 50%
    }
}

.home {
    overflow: hidden
}

.home-1 {
    padding-top: 6.4814814815vh;
    /* height: 100vh;
    min-height: 100vh; */
    /* padding-bottom: 6.4814814815vh */
}

@media(max-width:960px) {
    .home-1 {
        padding-top: 70px
    }
}

.home-1__container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.home-1__h1 {
    position: relative;
    left: -.9375vw
}

@media(max-width:960px) {
    .home-1__h1 {
        font-size: 105px
    }
}

@media(max-width:634px) {
    .home-1__h1 {
        word-break: break-all
    }
}

@media(max-width:460px) {
    .home-1__h1 {
        font-size: 5rem
    }
}

@media(max-width:960px) {
    .home-1__bottom {
        display: flex;
        flex-direction: column
    }
}

.home-1__cd {
    text-align: right
}

.home-1__cd .word:first-of-type [data-char=C] {
    font-family: NeueHaasDisplay, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-style: italic
}

/* @media(max-width:960px) {
    .home-1__cd {
        margin-top: 19.4444444444vh
    }
} */

.home-1__top {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.top-nav {
    text-align: right
}

@media(max-width:960px) {
    .top-nav {
        display: none
    }
}

.top-nav__ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.top-nav__li {
    font-family: SFUIDisplay, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-weight: 300;
    font-size: 1.0416666667vw;
    line-height: 1em;
    display: block;
    overflow: hidden;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-transform: none
}

.top-nav__li+.top-nav__li {
    margin-top: .625vw
}

.top-nav__li a {
    display: block
}

.top-nav__li a:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    transform: translateY(10px) rotate(10deg);
    opacity: 0;
    transition: transform .3s ease, opacity .3s cubic-bezier(.16, 1, .3, 1);
    border: 1px dashed #472425;
    border: 1px dashed var(--fg)
}

.top-nav__li a.nuxt-link-exact-active:after,
.top-nav__li a:hover:after {
    transform: translateY(0) rotate(0);
    opacity: 1
}

.home-1__theme-btns {
    margin-top: 8.6979166667vw;
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

@media(max-width:960px) {
    .home-1__theme-btns {
        display: none
    }
}

.home-1__bottom {
    margin-top: 12.5925925926vh;
    display: flex;
    justify-content: space-between;
    position: relative
}

@media(max-width:960px) {
    .home-1__bottom {
        margin-top: 44px
    }
}

.home-1__d {
    flex: 1 0 12.65625vw;
    text-align: justify;
    max-width: 23.65625vw;
}

@media(max-width:960px) {
    .home-1__d {
        text-align: justify;
        max-width: 211px
    }
}

.top-nav__theme-btn {
    font: inherit;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-transform: uppercase;
    background-color: transparent;
    color: inherit;
    opacity: 1;
    white-space: nowrap;
    transition: opacity .3s ease
}

.top-nav__theme-btn+.top-nav__theme-btn {
    margin-top: .4166666667vw
}

.top-nav__theme-btn[data-theme-dark] {
    opacity: 1
}

.top-nav__theme-btn[data-theme-light],
[data-dark] .top-nav__theme-btn[data-theme-dark] {
    opacity: .3
}

[data-dark] .top-nav__theme-btn[data-theme-light] {
    opacity: 1
}

.home-1__icon {
    position: absolute;
    left: 0;
    bottom: -9.375vw;
}

@media(max-width:960px) {
    .home-1__icon {
        display: none
    }
}

.home-2__h2-word {
    display: block
}

@media(min-width:961px) {
    .home-2__h2-word:nth-of-type(2) {
        grid-column-start: 4;
        grid-column-end: 4
    }
}

@media(max-width:960px) {
    .home-2__h2-word:nth-of-type(2) {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 2
    }
}

@media(min-width:961px) {
    .home-2__h2-word:nth-of-type(3) {
        grid-row-start: 2;
        grid-column-start: 2;
        grid-column-end: 4
    }
}

@media(max-width:960px) {
    .home-2__h2-word:nth-of-type(3) {
        grid-row-start: 3;
        grid-column-start: 1;
        grid-column-end: 3
    }
}

.home-2__d {
    margin-top: calc(18.17476px + 1.5534vw)
}

@media(min-width:961px) {
    .home-2__d {
        grid-column-start: 3;
        max-width: 10.2083333333vw
    }
}

@media(max-width:960px) {
    .home-2__d {
        max-width: 132px;
        grid-column-start: 2;
        font-size: 12px
    }
}

.home-3__d {
    margin-top: 2.8125vw;
    max-width: 9.3229166667vw;
    /* font-size: .625vw */
}

@media(max-width:960px) {
    .home-3__d {
        margin-top: calc(26.66019px + 1.42395vw);
        /* font-size: 12px; */
        max-width: 179px
    }
}

.home-3__items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-row-gap: 3.28125vw;
    row-gap: 3.28125vw;
    grid-column-gap: 2.2916666667vw;
    -moz-column-gap: 2.2916666667vw;
    column-gap: 2.2916666667vw;
    margin-top: 3.2291666667vw;
    overflow: auto
}

@media(max-width:960px) {
    .home-3__items {
        margin-top: 24px;
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 20px;
        row-gap: 20px;
        grid-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px
    }
}

@media(max-width:460px) {
    .home-3__items {
        grid-template-columns: auto;
        grid-auto-flow: column;
        width: 100vw;
        padding-left: 5px
    }
}

.skill {
    background-color: #472425;
    background-color: var(--fg);
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 12px;
    position: relative;
    overflow: hidden;
    color: #fff;
    color: var(--light);
    transition: color .8s cubic-bezier(.16, 1, .3, 1)
}

@media(max-width:460px) {
    .skill {
        width: 294px
    }
}

.skill:after {
    content: "";
    display: block;
    width: 20vw;
    height: 20vw;
    position: absolute;
    background-color: #fff;
    background-color: var(--light);
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    left: 50%;
    z-index: 0;
    border-radius: 50%;
    transition: transform .8s cubic-bezier(.16, 1, .3, 1)
}

@media(min-width:961px) {
    .skill:hover {
        color: #472425;
        color: var(--fg)
    }

    .skill:hover:after {
        transform: translate(-50%, -50%) scale(1)
    }

    .skill:hover .skill__line {
        background-color: #472425;
        background-color: var(--fg)
    }
}

.skill__name {
    font-size: 1.25vw;
    position: relative;
    z-index: 1;
    line-height: 1em
}

@media(max-width:960px) {
    .skill__name {
        font-size: 20px
    }
}

.skill__d {
    font-size: .75vw;
    margin-top: 12px;
    max-width: 10.4166666667vw;
    position: relative;
    z-index: 1
}

@media(max-width:960px) {
    .skill__d {
        font-size: 12px;
        max-width: 200px
    }
}

.skill__line {
    margin-top: 3.8541666667vw;
    position: relative;
    z-index: 1;
    width: .8333333333vw;
    height: 1px;
    background-color: #fff;
    background-color: var(--light);
    transition: background-color .8s cubic-bezier(.16, 1, .3, 1)
}

@media(max-width:960px) {
    .skill__line {
        margin-top: 74px;
        width: 16px
    }
}

.home-4__h2 {
    text-align: center;
    max-width: 62.5vw;
    margin: 0 auto
}

@media(max-width:960px) {
    .home-4__h2 {
        max-width: none
    }
}

.home-4__text {
    margin: 5.2083333333vw auto 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 6.9791666667vw;
    max-width: 51.9270833333vw;
    text-align: justify
}

@media(max-width:960px) {
    .home-4__text {
        grid-template-columns: 1fr;
        grid-gap: 24px
    }
}

.home-5__top-content {
    position: relative
}

@media(max-width:960px) {
    .home-5__h2 {
        display: block;
        width: 100%
    }
}

@media(min-width:961px) {
    .home-5__h2-word {
        display: block
    }

    .home-5__h2-word:nth-of-type(2) {
        grid-column-start: 2;
        grid-column-end: 4;
        grid-row-start: 2;
        grid-row-end: 3
    }

    .home-5__h2-word:nth-of-type(3) {
        grid-column-start: 4;
        grid-column-end: 5;
        grid-row-start: 3;
        grid-row-end: 4;
        justify-self: end
    }
}

@media(max-width:960px) {
    .home-5__h2-word {
        word-break: break-word
    }
}

@media(min-width:961px) {
    .home-5__h2-1 {
        display: block;
        grid-column-start: 1;
        grid-column-end: 5;
        display: flex;
        justify-content: space-between
    }
}

.home-5__d {
    max-width: 7.1875vw;
    font-size: .625vw;
    line-height: 1em;
    position: absolute;
    left: 0;
    bottom: 0
}

@media(max-width:960px) {
    .home-5__d {
        max-width: 138px;
        font-size: 12px;
        position: static;
        margin-top: 20px
    }
}

.awards__content {
    margin-top: 6.25vw
}

@media(max-width:960px) {
    .awards__content {
        margin-top: 60px;
        overflow: auto
    }
}

.awards__ths {
    padding-bottom: 18px
}

@media(max-width:960px) {
    .awards__ths {
        grid-template-columns: 1.5fr 1fr 1fr;
        min-width: 600px
    }
}

@media(min-width:961px) {


    .awards__th:nth-of-type(2) {
        grid-column-start: 3;
        grid-column-end: 3
    }

    .awards__th:nth-of-type(3) {
        grid-column-start: 4;
        grid-column-end: 4
    }
}

@media(max-width:960px) {
    .awards__th {
        font-size: 12px
    }
}

.awards__hl--bottom {
    display: none
}

.awards-item {
    position: relative;
    overflow: hidden;
    transition: color .8s cubic-bezier(.16, 1, .3, 1)
}

.awards-item,
.awards-item:last-of-type .awards__hl--bottom {
    display: block
}

@media(min-width:961px) {
    .awards-item:hover {
        color: #fff;
        color: var(--light)
    }

    .awards-item:hover .awards__bg {
        transform: translateY(0);
        border-radius: 0
    }

    .awards-item:hover .awards-item__icon svg path {
        fill: #fff;
        fill: var(--light);
        stroke: #fff;
        stroke: var(--light)
    }
}

@media(max-width:660px) {
    .awards-item {
        overflow: visible;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

.awards-item__content {
    padding-top: calc(14.05825px + .5178vw);
    padding-bottom: calc(14.05825px + .5178vw)
}

@media(max-width:960px) {
    .awards-item__content {
        grid-template-columns: 1.5fr 1fr 1fr;
        min-width: 600px
    }
}

.awards-item__a,
.awards-item__p {
    font-family: NeueHaasDisplay, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 1.0416666667vw;
    align-self: center;
    line-height: 1em
}

@media(max-width:960px) {

    .awards-item__a,
    .awards-item__p {
        font-size: 16px
    }
}

@media(min-width:961px) {
    .awards-item__p {
        grid-column-start: 3;
        grid-column-end: 3
    }

    .awards-item__pr {
        font-family: NeueHaasDisplay, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
        font-weight: 400;
        text-transform: none
    }

    .awards-item__icon,
    .awards-item__pr {
        grid-column-start: 4;
        grid-column-end: 4;
        grid-row-start: 1
    }

    .awards-item__icon {
        justify-self: end;
        width: 1.25vw;
        height: 1.25vw;
        align-self: center
    }

    .awards-item__icon svg {
        width: 1.0416666667vw;
        height: 1.0416666667vw
    }
}

.awards__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #472425;
    background-color: var(--fg);
    border-radius: 50%;
    transform: translateY(110%);
    z-index: -1;
    transition: transform .8s cubic-bezier(.16, 1, .3, 1), border-radius .8s cubic-bezier(.16, 1, .3, 1)
}

@media(max-width:960px) {

    .awards-item__icon,
    .awards__bg {
        display: none
    }
}

.hl {
    width: 100%;
    height: 1px;
    border: 1px dashed #472425;
    border: 1px dashed var(--fg)
}

.awards__btn {
    margin: 6.5104166667vw auto 0
}

@media(max-width:960px) {
    .awards__btn {
        margin-top: 60px
    }
}

.before-footer__h2 {
    font-size: 5rem;
    line-height: 1em;
    transform: translateX(-50%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    pointer-events: none;
    white-space: nowrap
}

@media(max-width:960px) {
    .before-footer__h2 {
        font-size: 3.5rem;
        position: static;
        transform: translateX(0);
        white-space: normal;
        text-align: center;
        width: 100%
    }

    .home-4__h2 {
        font-size: 3.5rem;
    }
}

.before-footer__container {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto
}

@media(max-width:960px) {
    .before-footer__container {
        width: 100%
    }
}

.before-footer {
    padding-top: 24.625vw;
    position: relative
}

@media (max-width: 1060px) {
    .before-footer {
        padding-top: 160px;
    }
}

@media(max-width:960px) {

    .before-footer__cw--1,
    .before-footer__cw--2,
    .before-footer__cw--3 {
        display: none
    }
}

.before-footer__cw--1 {
    position: relative;
    z-index: 3
}

.before-footer__cw--2,
.before-footer__cw--3 {
    position: relative;
    z-index: 1
}

.before-footer__c--1 {
    transform: rotate(-10deg);
    margin-top: 3.125vw
}

.before-footer__c--2 {
    transform: rotate(-30deg);
    margin-top: -8.3333333333vw
}

.before-footer__c--3 {
    transform: rotate(-24deg);
    margin-top: -7.2916666667vw
}

.about-1 {
    padding-top: 3.125vw
}

@media(max-width:960px) {
    .about-1 {
        padding-top: 70px
    }
}

.about-1__h1 {
    word-wrap: break-word;
    font-size: 17.7083333333vw;
    position: absolute;
    top: 0;
    left: 4.8958333333vw;
    z-index: 1;
    pointer-events: none
}

@media(max-width:960px) {
    .about-1__h1 {
        position: static;
        grid-template-columns: 40% 60%
    }
}

.about-1__h1-line {
    grid-column-end: 4
}

.about-1__h1-line:first-of-type {
    grid-column-start: 1;
    grid-column-end: 4
}

.about-1__h1-line:nth-of-type(2) {
    grid-column-start: 2;
    grid-column-end: 5;
    position: relative;
    left: -.5208333333vw
}

.about-1__h1-line:nth-of-type(3) {
    grid-column-start: 1;
    grid-column-end: 5
}

.about-1__h1-line:first-of-type [data-char=O] {
    font-family: NeueHaasDisplay, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-style: italic
}

.about-1__content {
    margin-top: 4.4270833333vw;
    display: flex;
    justify-content: space-between;
    width: 70.8333333333vw;
    margin-left: 18.6458333333vw;
    position: relative;
    z-index: 0
}

@media(max-width:960px) {
    .about-1__content {
        flex-direction: column-reverse;
        margin-left: 0;
        width: 100%;
        margin-top: 40px
    }
}

.about-1__parallax-img {
    width: 52.9166666667vw;
    overflow: hidden
}

@media(max-width:960px) {
    .about-1__parallax-img {
        width: 100%;
        margin-top: 20px
    }
}

.about-1__img-wrapper {
    will-change: 100%
}

.about-1__img {
    width: 100%;
    height: 0;
    background-color: #fff;
    background-color: var(--light);
    padding-bottom: 124.0157480315%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%
}

.about-1__d {
    max-width: 12.65625vw;
    margin-left: 5.2604166667vw
}

@media(max-width:960px) {
    .about-1__d {
        max-width: 243px;
        margin-left: 0
    }
}

.about-1__d2 {
    max-width: 12.65625vw;
    margin-left: 12.65625vw;
    margin-top: 10.4166666667vw
}

@media(max-width:960px) {
    .about-1__d2 {
        margin-top: 60px;
        margin-left: 0;
        max-width: 243px
    }
}

@media(min-width:961px) {
    .about-2__h2 {
        font-size: 9.5833333333vw;
        line-height: .86em
    }
}

@media(max-width:960px) {
    .about-2__h2 {
        display: block
    }
}

@media(min-width:961px) {
    .about-2__h2-line:first-of-type {
        grid-column-start: 1;
        grid-column-end: 5
    }

    .about-2__h2-line:nth-of-type(2) {
        grid-column-start: 2;
        grid-column-end: 2;
        position: relative;
        left: -.5208333333vw
    }

    .about-2__h2-line:nth-of-type(3) {
        grid-column-start: 3;
        grid-column-end: 5;
        position: relative;
        left: -.625vw
    }

    .about-2__h2-line:nth-of-type(4) {
        grid-column-start: 2;
        grid-column-end: 5;
        position: relative;
        left: -.5208333333vw
    }
}

@media(max-width:960px) {
    .about-2__h2-line {
        display: inline
    }
}

.about-2__content {
    margin-top: 5.2083333333vw
}

@media(max-width:960px) {
    .about-2__content {
        margin-top: 40px
    }
}

@media(max-width:960px) {
    .about-2__icon {
        display: none
    }
}

.about-2__text {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 2.1875vw;
    row-gap: 2.1875vw;
    grid-column-gap: 3.3333333333vw;
    -moz-column-gap: 3.3333333333vw;
    column-gap: 3.3333333333vw
}

@media(min-width:961px) {
    .about-2__text {
        grid-column-start: 3;
        grid-column-end: 5;
        width: 28.8541666667vw
    }
}

@media(max-width:960px) {
    .about-2__text {
        grid-column-start: 1;
        grid-column-end: 3
    }
}

.about-2__text p {
    max-width: 12.65625vw;
    text-align: justify
}

@media(max-width:960px) {
    .about-2__text p {
        max-width: 243px;
        font-size: 12px
    }
}

@media(max-width:960px) {
    .about-3__h2 {
        display: block
    }
}

@media(min-width:961px) {
    .about-3__h2-line:first-of-type {
        grid-column-start: 1;
        grid-column-end: 2;
        position: relative;
        left: -.625vw
    }

    .about-3__h2-line:nth-of-type(2) {
        grid-column-start: 3;
        grid-column-end: 3;
        position: relative;
        left: -.5208333333vw
    }

    .about-3__h2-line:nth-of-type(3) {
        grid-column-start: 4;
        grid-column-end: 5;
        justify-self: end;
        text-align: right
    }

    .about-3__h2-line:nth-of-type(4) {
        grid-column-start: 3;
        grid-column-end: 5;
        position: relative;
        left: -.5208333333vw
    }
}

@media(max-width:960px) {
    .about-3__h2-line {
        display: inline
    }
}

@media(min-width:961px) {
    .about-3__text {
        margin-top: 7.8125vw
    }

    .about-3__text p {
        max-width: 20.5729166667vw
    }

    .about-3__text p:first-of-type {
        grid-column-start: 1;
        grid-column-end: 3
    }

    .about-3__text p:nth-of-type(2) {
        grid-column-start: 3
    }
}

@media(max-width:960px) {
    .about-3__text {
        margin-top: 40px;
        display: block
    }

    .about-3__text p+p {
        margin-top: 32px
    }
}

.about-3__parallax-img {
    overflow: hidden;
    margin-top: 1.25vw;
    width: 100%
}

@media(max-width:960px) {
    .about-3__parallax-img {
        margin-top: 40px
    }
}

.about-3__img-wrapper {
    width: 100%
}

.about-3__img {
    height: 0;
    width: 100%;
    padding-bottom: 100.5208333333%;
    background-color: #fff;
    background-color: var(--light);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%
}

.about-4__d {
    font-size: .625vw;
    line-height: 1em
}

@media(max-width:960px) {
    .about-4__d {
        font-size: 12px
    }
}

@media(min-width:961px) {
    .about-4__d {
        position: sticky;
        top: 60px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }
}

@media(max-width:960px) {
    .about-4__content {
        display: block
    }
}

@media(min-width:961px) {
    .about-4__text {
        grid-column-start: 3;
        grid-column-end: 5;
        max-width: 36.4583333333vw;
        font-size: 2.5vw;
        line-height: 1em
    }

    .about-4__text p+p {
        margin-top: 2.9166666667vw
    }
}

@media(max-width:960px) {
    .about-4__text {
        margin-top: 40px
    }

    .about-4__text p+p {
        margin-top: 24px
    }
}

.about-4__arrow {
    display: block;
    margin-top: .78125vw
}

.about-4__arrow svg {
    transform: rotate(0)
}

@media(max-width:960px) {
    .about-4__arrow {
        margin-top: 12px
    }
}

.contacts-1 {
    padding-top: 5.9895833333vw;
    min-height: 100vh;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media(max-width:960px) {
    .contacts-1 {
        padding-top: 70px
    }
}

@media(min-width:961px) {
    .contacts__h1-line {
        display: flex;
        justify-content: space-between
    }

    .contacts__h1-line:nth-of-type(2) {
        margin-left: 12.34375vw
    }
}

.contacts-1__container {
    margin-bottom: 5.2604166667vw
}

@media(max-width:960px) {
    .contacts-1__container {
        margin-bottom: 40px
    }
}

@media(min-width:961px) {
    .contacts-1__c {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 42.3148148148vh
    }
}

.contacts-1__c .ua-time__i svg path {
    fill: #472425;
    fill: var(--fg)
}

.awards-1 {
    padding-top: 3.125vw
}

@media(max-width:960px) {
    .awards-1 {
        padding-top: 70px
    }
}

.awards-1__h1 {
    margin-top: -1.5625vw
}

@media(max-width:960px) {
    .awards-1__h1 {
        display: block;
        margin-top: 0
    }
}

@media(min-width:961px) {
    .awards-1__h1-line {
        display: block
    }

    .awards-1__h1-line:first-of-type {
        grid-column-start: 1;
        grid-column-end: 4
    }

    .awards-1__h1-line:nth-of-type(2) {
        grid-column-start: 2;
        grid-column-end: 2
    }

    .awards-1__h1-line:nth-of-type(3) {
        grid-column-start: 3;
        grid-column-end: 5;
        position: relative;
        left: -.5208333333vw
    }

    .awards-1__h1-line:nth-of-type(4) {
        grid-column-start: 1;
        grid-column-end: 3
    }
}

.awards-1__d {
    max-width: 12.65625vw;
    position: relative;
    top: -3.125vw;
    grid-column-start: 3
}

@media(max-width:960px) {
    .awards-1__d {
        grid-column-start: 1;
        grid-column-end: 3;
        top: 0;
        max-width: 243px;
        margin-top: 40px
    }
}

.awards-1__theme-btns {
    margin-top: 2.8645833333vw
}

.awards-1__items {
    margin-top: 13.0208333333vw;
    grid-row-gap: 5.2083333333vw;
    row-gap: 5.2083333333vw
}

@media(max-width:960px) {
    .awards-1__items {
        grid-auto-flow: row;
        grid-row-gap: 40px;
        row-gap: 40px;
        grid-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
        margin-top: 100px
    }
}

@media(max-width:834px) {
    .awards-1__items {
        grid-template-columns: 1fr
    }
}

@media(min-width:961px) {
    .awards-1__item:nth-of-type(3n+1) {
        grid-column-start: 1;
        grid-column-end: 3
    }

    .awards-1__item:nth-of-type(3n+2) {
        grid-column-start: 3;
        grid-column-end: 4
    }

    .awards-1__item:nth-of-type(3n+3) {
        grid-column-start: 4;
        grid-column-end: 5
    }
}

.awards-p-item__title {
    line-height: 1em;
    font-size: 1.0416666667vw
}

@media(max-width:960px) {
    .awards-p-item__title {
        font-size: 16px
    }
}

.awards-p-item__items {
    margin-top: 1.25vw
}

@media(max-width:960px) {
    .awards-p-item__items {
        margin-top: 16px
    }
}

.awards-i-item {
    max-width: 21.5625vw;
    display: grid;
    grid-template-columns: 4.0104166667vw 7.8125vw -webkit-max-content;
    grid-template-columns: 4.0104166667vw 7.8125vw max-content
}

.awards-i-item+.awards-i-item {
    margin-top: 12px
}

@media(max-width:960px) {
    .awards-i-item {
        max-width: 414px;
        grid-template-columns: 77px 150px -webkit-max-content;
        grid-template-columns: 77px 150px max-content;
        align-items: center
    }
}

@media(max-width:360px) {
    .awards-i-item {
        grid-template-columns: 40px 150px -webkit-max-content;
        grid-template-columns: 40px 150px max-content
    }
}

.awards-i-item__idx {
    line-height: 1em;
    font-size: .7291666667vw
}

@media(max-width:960px) {
    .awards-i-item__idx {
        font-size: 12px
    }
}

.awards-i-item__s {
    text-transform: none;
    display: block
}

.awards-i-item__s:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    transform: translateY(10px) rotate(10deg);
    opacity: 0;
    transition: transform .3s ease, opacity .3s cubic-bezier(.16, 1, .3, 1);
    border: 1px dashed #472425;
    border: 1px dashed var(--fg)
}

.awards-i-item__s:hover:after {
    transform: translateY(0) rotate(0);
    opacity: 1
}

.projects-1 {
    padding-top: 3.125vw
}

@media(max-width:960px) {
    .projects-1 {
        padding-top: 70px
    }
}

.projects-1__content {
    display: flex;
    justify-content: space-between
}

.projects-1__h1 {
    max-width: 61.71875vw;
    position: relative;
    left: -.5208333333vw
}

.projects-1__h1 [data-char=O] {
    font-family: NeueHaasDisplay, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-style: italic
}

@media(max-width:960px) {
    .projects-1__h1 {
        max-width: none
    }
}

.projects-1__nav {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.project-1__line {
    margin-top: 1.4583333333vw
}

@media(max-width:960px) {
    .project-1__line {
        margin-top: 32px
    }
}

.projects-1 {
    margin-top: 10px
}

@media(min-width:961px) {
    .img-hidden {
        opacity: 0
    }
}

.work__char {
    font-size: 17.2916666667vw;
    line-height: .9em;
    position: absolute;
    top: 0;
    pointer-events: none;
    left: 0;
    text-align: center;
    width: 100%
}

.work__char[data-c=R] {
    font-size: 44.6875vw;
    line-height: .8em
}

.work__char[data-c=E] {
    font-size: 31.25vw;
    line-height: .9em
}

.work__char[data-c=B] {
    font-size: 44.6875vw;
    line-height: .8em
}

@media(max-width:960px) {
    .work__char {
        display: none
    }
}

.project-1 {
    padding-top: 6.4814814815vh
}

@media(max-width:960px) {
    .project-1 {
        padding-top: 70px
    }
}

.project-1__details {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

@media(min-width:961px) {
    .project-1__details {
        grid-column-start: 1;
        grid-column-end: 3
    }
}

@media(max-width:700px) {
    .project-1__details {
        grid-column-start: 1;
        grid-column-end: 3
    }
}

.project-1__items {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

@media(min-width:961px) {
    .project-1__items {
        grid-column-start: 3;
        grid-column-end: 3
    }
}

@media(max-width:700px) {
    .project-1__items {
        flex-direction: column;
        align-items: flex-start;
        grid-column-start: 1;
        grid-column-end: 3;
        margin-top: 20px
    }
}

.project-1__link,
.project-1__scope {
    text-transform: none
}

.project-1__link {
    display: flex;
    align-items: flex-end;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

@media(max-width:700px) {
    .project-1__link {
        margin-top: 12px
    }
}

.project-1__link-t {
    display: block
}

.project-1__link-t:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    transform: translateY(10px) rotate(10deg);
    opacity: 0;
    transition: transform .3s ease, opacity .3s cubic-bezier(.16, 1, .3, 1);
    border: 1px dashed #472425;
    border: 1px dashed var(--fg)
}

.project-1__link-t:hover:after {
    transform: translateY(0) rotate(0);
    opacity: 1
}

.project-1__link-i {
    display: block;
    margin-left: calc(11.02913px + .2589vw);
    position: relative;
    top: -2px
}

.project-1__link-i svg path {
    stroke: none
}

.project-1__nav {
    grid-column-start: 4;
    grid-column-end: 5
}

.project-1__theme-btns {
    margin-top: 2.8645833333vw
}

.project-1__d {
    margin-top: -4.4791666667vw
}

@media(max-width:960px) {
    .project-1__d {
        margin-top: 40px
    }
}

.project-1__d-idx {
    grid-row-start: 1;
    font-size: .625vw;
    line-height: 1em
}

@media(max-width:960px) {
    .project-1__d-idx {
        display: none
    }
}

.project-1__d-d1 {
    grid-row-start: 2;
    grid-column-start: 1;
    grid-column-end: 3;
    text-align: justify;
    max-width: 22.0833333333vw;
    margin-top: 1.7708333333vw
}

@media(max-width:960px) {
    .project-1__d-d1 {
        max-width: none;
        margin-top: 20px;
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 1
    }
}

.project-1__d-d2 {
    grid-row-start: 2;
    grid-column-start: 3;
    grid-column-end: 3;
    text-align: justify;
    max-width: 24.21875vw;
    margin-top: 1.7708333333vw
}

@media(max-width:960px) {
    .project-1__d-d2 {
        max-width: none;
        margin-top: 20px;
        grid-column-start: 1;
        grid-column-end: 3
    }
}

.project-1__title {
    margin-top: 5.5208333333vw
}

@media(max-width:960px) {
    .project-1__title {
        margin-top: 60px
    }
}

.project-1__ticker {
    font-size: 15.625vw
}

.project__to {
    height: 0;
    width: 100%;
    pointer-events: none;
    position: relative;
    padding-bottom: 56.25%;
    margin-top: 1.71875vw
}

@media(max-width:960px) {
    .project__to {
        margin-top: 40px;
        padding-bottom: 177.7777777778%
    }
}

.project-1__img-wrapper {
    width: 100%;
    position: absolute
}

.project-1__img {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%
}

@media(max-width:960px) {
    .project-1__img {
        padding-bottom: 177.7777777778%
    }
}

.project-2 {
    padding-top: 10.4166666667vw
}

@media(max-width:960px) {
    .project-2 {
        margin-top: 80px
    }
}

@media(min-width:961px) {
    .project-2__text {
        grid-column-start: 2;
        max-width: 20.5729166667vw
    }
}

@media(max-width:960px) {
    .project-2__text {
        grid-column-start: 1;
        grid-column-end: 3
    }
}

@media(max-width:960px) {
    .project-3__h {
        display: block
    }
}

@media(min-width:961px) {
    .project-3__h-l {
        display: block
    }

    .project-3__h-l:first-of-type {
        grid-column-start: 1;
        grid-column-end: 3
    }

    .project-3__h-l:nth-of-type(2) {
        grid-column-start: 3;
        grid-column-end: 5;
        justify-self: end;
        text-align: right
    }

    .project-3__h-l:nth-of-type(3) {
        grid-column-start: 2;
        grid-column-end: 4
    }

    .project-3__h-l:nth-of-type(4) {
        grid-column-start: 3;
        grid-column-end: 5;
        justify-self: end;
        text-align: right
    }
}

@media(min-width:961px) {
    .project-3__text {
        grid-column-start: 2;
        grid-column-end: 3;
        max-width: 20.5729166667vw;
        margin-top: 2.7083333333vw
    }
}

@media(max-width:960px) {
    .project-3__text {
        margin-top: 28px;
        grid-column-start: 1;
        grid-column-end: 3
    }
}

.project-imgs {
    padding-top: 10.4166666667vw
}

@media(max-width:960px) {
    .project-imgs {
        margin-top: 80px
    }
}

.project-4__h2 {
    position: relative;
    left: -.625vw
}

.project-ti {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1.875vw;
    -moz-column-gap: 1.875vw;
    column-gap: 1.875vw
}

.project-ti+.project-full-img-wrapper {
    margin-top: 1.875vw
}

@media(max-width:960px) {
    .project-ti {
        grid-template-columns: 1fr;
        grid-row-gap: 10px;
        row-gap: 10px
    }

    .project-ti+.project-full-img-wrapper {
        margin-top: 10px
    }
}

.project-ti__img-wrapper {
    width: 100%
}

.project-ti__img {
    width: 100%;
    height: 0;
    padding-bottom: 75.2358490566%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-color: #fff
}

.project-full-img-wrapper {
    width: 100%
}

.project-full-img-wrapper+.project-full-img-wrapper,
.project-full-img-wrapper+.project-ti {
    margin-top: 1.875vw
}

@media(max-width:960px) {

    .project-full-img-wrapper+.project-full-img-wrapper,
    .project-full-img-wrapper+.project-ti {
        margin-top: 10px
    }
}

.project-full-img {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-color: #fff
}

.project-iwt {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1.875vw;
    -moz-column-gap: 1.875vw;
    column-gap: 1.875vw;
    margin-top: 1.875vw
}

@media(max-width:960px) {
    .project-iwt {
        grid-template-columns: 1fr;
        margin-top: 40px;
        grid-row-gap: 20px;
        row-gap: 20px
    }
}

.project-iwt__text-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.project-iwt__text {
    max-width: 20.5729166667vw
}

@media(max-width:960px) {
    .project-iwt__text {
        max-width: none
    }
}

.project-iwt__i {
    width: 3.125vw;
    height: 3.125vw
}

.project-iwt__i svg {
    width: 100%;
    height: 100%
}

@media(max-width:960px) {
    .project-iwt__i {
        display: none
    }
}

.project-iwt-wrapper {
    width: 100%
}

.project-iwt__img {
    width: 100%;
    height: 0;
    padding-bottom: 75.2358490566%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-color: #fff
}

.project-slider {
    height: 31.25vw;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media(max-width:1060px) {
    .project-slider {
        height: calc(63.14563px + 27.96117vw)
    }
}

.project-slider__images-wrapper {
    height: 100%;
    overflow: hidden;
    cursor: -webkit-grab;
    cursor: grab
}

.project-slider__images-wrapper.is-grabbing {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.project-slider__images-wrapper.is-grabbing .project-slider__image-bg {
    transform: scale(1.1)
}

.project-slider__images {
    height: 100%;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    will-change: transform;
    padding-right: 4.8958333333vw
}

@media(max-width:960px) {
    .project-slider__images {
        padding-right: calc(-9.41748px + 5.17799vw)
    }
}

.project-slider__image {
    height: 100%;
    width: 55.5729166667vw;
    overflow: hidden;
    transition: transform .6s ease
}

.project-slider__image+.project-slider__image {
    margin-left: 32px
}

@media(max-width:1060px) {
    .project-slider__image {
        width: calc(113.83495px + 49.64401vw)
    }

    .project-slider__image+.project-slider__image {
        margin-left: 10px
    }
}

.project-slider__image-bg {
    width: 55.5729166667vw;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-color: #fff;
    transition: transform .6s ease
}

@media(max-width:1060px) {
    .project-slider__image-bg {
        width: calc(113.83495px + 49.64401vw)
    }
}

.project-4__hl {
    margin-top: 4px;
    margin-bottom: calc(28.1165px + 1.0356vw)
}

.project-parallax-img {
    overflow: hidden
}

.project-parallax-img .parallax-img {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-color: #fff
}

.project-5__text {
    max-width: 20.5729166667vw;
    margin-bottom: calc(22.05825px + .5178vw)
}

@media(max-width:960px) {
    .project-5__text {
        max-width: none
    }
}

.project-mobile__imgs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 2.0833333333vw;
    row-gap: 2.0833333333vw;
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-top: 7.2916666667vw
}

@media(max-width:960px) {
    .project-mobile__imgs {
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 20px;
        row-gap: 20px
    }
}

@media(min-width:961px) {
    .project-mobile__img-wrapper {
        width: 18.125vw
    }

    .project-mobile__img-wrapper:nth-of-type(3) {
        grid-column-start: 3;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 3;
        justify-self: end
    }

    .project-mobile__img-wrapper:nth-of-type(4) {
        grid-column-start: 4;
        grid-column-end: 4;
        grid-row-start: 2;
        grid-row-end: 3;
        justify-self: end
    }

    .project-mobile__img-wrapper:nth-of-type(5) {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 3;
        grid-row-end: 4
    }

    .project-mobile__img-wrapper:nth-of-type(6) {
        grid-column-start: 4;
        grid-column-end: 4;
        grid-row-start: 3;
        grid-row-end: 4;
        justify-self: end
    }
}

@media(max-width:960px) {
    .project-mobile__img-wrapper {
        width: 100%
    }

    .project-mobile__img-wrapper:nth-of-type(2n) {
        margin-top: 60px
    }
}

.project-mobile__img {
    width: 100%;
    height: 0;
    padding-bottom: 211.4942528736%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%
}

.projects-nav__h2-line {
    display: block
}

.projects-nav__h2-line:nth-of-type(2) {
    text-align: right
}

.projects-nav__work {
    width: 42.4479166667vw;
    margin: 40px auto 0
}

.projects-nav__work .work__img-wrapper {
    width: 100% !important
}

.projects-nav__work .work__img {
    padding-bottom: 100.8588957055% !important
}

@media(max-width:960px) {
    .projects-nav__work {
        width: 100%
    }
}

.projects-nav__icon {
    position: absolute;
    width: 3.125vw;
    height: 3.125vw;
    transform: rotate(0);
    top: 20.8333333333vw
}

@media(max-width:960px) {
    .projects-nav__icon {
        display: none
    }
}

.projects__ticker {
    background-color: #000;
    color: #fff;
    margin-top: 7.2916666667vw
}

@media(max-width:960px) {
    .projects__ticker {
        margin-top: 40px
    }
}

.nuxt-progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    width: 0;
    opacity: 1;
    transition: width .1s, opacity .4s;
    background-color: #000;
    z-index: 999999
}

.nuxt-progress.nuxt-progress-notransition {
    transition: none
}

.nuxt-progress-failed {
    background-color: red
}