*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    padding: 0;
}
*:focus {
    background-color: rgba(0, 0, 0, 0);
    outline: none;
    border: none;
}
p,
a,
ul,
ol,
li,
span,
strong,
button {
    vertical-align: baseline;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
    -ms-font-feature-settings: "kern" 1;
    -o-font-feature-settings: "kern" 1;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
}
a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
    font-size: 100%;
    vertical-align: baseline;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}
@font-face {
    font-family: "NHaas";
    src: url("../assets/fonts/NHaasGroteskDSPro-65Md.eot");
    src: url("../assets/fonts/NHaasGroteskDSPro-65Md.eot?#iefix")
            format("embedded-opentype"),
        url("../assets/fonts/NHaasGroteskDSPro-65Md.woff") format("woff"),
        url("../assets/fonts/NHaasGroteskDSPro-65Md.ttf") format("truetype"),
        url("../assets/fonts/NHaasGroteskDSPro-65Md.svg#fontName") format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "NHaas";
    src: url("../assets/fonts/NHaasGroteskDSPro-75Bd.eot");
    src: url("../assets/fonts/NHaasGroteskDSPro-75Bd.eot?#iefix")
            format("embedded-opentype"),
        url("../assets/fonts/NHaasGroteskDSPro-75Bd.woff") format("woff"),
        url("../assets/fonts/NHaasGroteskDSPro-75Bd.ttf") format("truetype"),
        url("../assets/fonts/NHaasGroteskDSPro-75Bd.svg#fontName") format("svg");
    font-weight: 800;
    font-style: bold;
}
:root {
    --ff-body: "NHaas";
    --fs-title: calc(50px + (140 - 50) * ((100vw - 300px) / (768 - 300)));
    --lh-title: calc(25px + (85 - 25) * ((100vw - 300px) / (768 - 300)));
    --fs-title-like: calc(18px + (50 - 18) * ((100vw - 300px) / (768 - 300)));
    --lh-title-like: calc(22px + (45 - 22) * ((100vw - 300px) / (768 - 300)));
    --fs-body: calc(16px + (45 - 16) * ((100vw - 300px) / (768 - 300)));
    --lh-body: 1.1;
    --fs-caption: var(--fs-body);
    --lh-caption: var(--lh-body);
    --top: 16px;
    --u: 13px;
    --p025: calc(var(--u) / 4);
    --p05: calc(var(--u) / 2);
    --p075: calc(var(--p025) * 3);
    --ut2: calc(var(--u) * 2);
    --ut3: calc(var(--u) * 3);
    --ut5: calc(var(--u) * 5);
    --ut6: calc(var(--u) * 6);
    --ut8: calc(var(--u) * 8);
    --ut10: calc(var(--u) * 10);
    --ut13: calc(var(--u) * 13);
    --color-black: #000;
    --color-white: #fff;
    --color-green: rgb(0, 255, 0);
    --color-red: rgb(255, 0, 0);
    --color-shadow: rgba(0, 0, 0, 0.15);
    --blur: 20px;
    --border-width: 4px;
    --border-width-t2: calc(var(--border-width) * 2);
    --quad-out: cubic-bezier(0.5, 1, 0.89, 1);
    --timming-delay: 1s var(--quad-out) 0.25s;
    --timming-normal: 1s var(--quad-out);
    --timming-fast: 0.15s var(--quad-out);
    --delay: 0.15s;
}
@media (min-width: 768px) {
    :root {
        --fs-title: calc(
            140px + (190 - 140) * ((100vw - 768px) / (1024 - 768))
        );
        --lh-title: calc(105px + (85 - 105) * ((100vw - 768px) / (1024 - 768)));
        --fs-title-like: calc(
            38px + (65 - 38) * ((100vw - 768px) / (1024 - 768))
        );
        --lh-title-like: calc(
            42px + (55 - 42) * ((100vw - 768px) / (1024 - 768))
        );
        --fs-body: calc(28px + (65 - 28) * ((100vw - 768px) / (1024 - 768)));
        --lh-body: calc(32px + (55 - 32) * ((100vw - 768px) / (1024 - 768)));
        --fs-caption: calc(28px + (65 - 28) * ((100vw - 768px) / (1024 - 768)));
        --lh-caption: calc(32px + (55 - 32) * ((100vw - 768px) / (1024 - 768)));
        --u: 26px;
    }
}
@media (min-width: 1024px) {
    :root {
        --fs-title: calc(
            193px + (213.3 - 193) * ((100vw - 1024px) / (1920 - 1024))
        );
        --lh-title: calc(
            196px + (196 - 196) * ((100vw - 1024px) / (1920 - 1024))
        );
        --fs-title-like: calc(
            45px + (65.3 - 45) * ((100vw - 1024px) / (1920 - 1024))
        );
        --lh-title-like: calc(
            48px + (68 - 48) * ((100vw - 1024px) / (1920 - 1024))
        );
        --fs-body: calc(
            28px + (45.3 - 28) * ((100vw - 1024px) / (1920 - 1024))
        );
        --lh-body: calc(38px + (42 - 38) * ((100vw - 1024px) / (1920 - 1024)));
        --fs-caption: calc(
            18px + (22.3 - 18) * ((100vw - 1024px) / (1920 - 1024))
        );
        --lh-caption: calc(
            20px + (26 - 20) * ((100vw - 1024px) / (1920 - 1024))
        );
        --border-width: 6px;
        --top: 18px;
        --u: 36px;
    }
}
html * {
    font-family: var(--ff-body);
    font-weight: bold;
    font-weight: 800;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-weight: normal;
    font-weight: 400;
}
ul,
ol {
    list-style-type: none;
}
a,
a:hover,
a:visited {
    text-decoration: none;
    color: currentColor;
}
[data-barba="container"] {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
[data-barba-namespace="home"] {
    overflow-x: hidden;
    overflow-y: scroll;
}
[data-barba-namespace="project"],
[data-barba-namespace="talent"] {
    max-height: 100vh;
}
.barba-inner-wrapper {
    position: relative;
}
[class*="logo"] {
    fill: var(--color-red);
}
.logo--talent {
    fill: var(--color-green);
}
.layout--mobile .logo {
    top: 0;
    left: 0;
    width: calc(100% - var(--ut2));
    width: 100%;
    position: relative;
}
.inline-logo {
    width: auto;
    height: calc(var(--fs-body) - 3px);
    line-height: var(--lh-body);
    vertical-align: baseline;
    margin-bottom: -1px;
}
@media (min-width: 768px) {
    .inline-logo {
        height: calc(var(--fs-title-like) - 9px);
        line-height: var(--lh-title-like);
    }
}
@media (min-width: 1024px) {
    .logo-wrapper {
        top: calc(var(--top) + 4px);
        left: var(--u);
        width: calc(100% - var(--ut2));
        width: 161%;
        height: auto;
        position: fixed;
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        z-index: 4;
    }
    .logo--studio,
    .logo--talent {
        display: none;
        -webkit-transform: translateY(115%);
        -ms-transform: translateY(115%);
        transform: translateY(115%);
    }
    .inline-logo {
        height: calc(var(--fs-body) + 2.8px);
        margin-bottom: -2px;
    }
}
.swiper,
.swiper-wrapper {
    width: 100%;
    height: inherit;
    max-height: 100%;
}
.slide {
    min-width: 100%;
    overflow: hidden;
}
.slide__image {
    max-height: 100%;
    display: block;
    position: relative;
    margin: auto;
    z-index: 1;
}
.image--ratio-9-16,
.image--ratio-1-1,
.image--ratio-16-9,
.image--ratio-default {
    width: 100%;
    height: 100%;
    min-width: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.bg-wrapper {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}
.bg-image,
.bg-video {
    width: inherit;
    height: inherit;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    top: 0;
    right: 0;
    left: 0;
    width: inherit;
    height: inherit;
    display: none;
    color: rgba(0, 0, 0, 0);
    z-index: 9;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    display: none;
}
.swiper-pagination {
    bottom: 0 !important;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 var(--u);
    padding-bottom: var(--p05);
}
.custom-pagination {
    height: var(--u);
    border-radius: 0;
    position: relative;
    background: rgba(0, 0, 0, 0);
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 !important;
    margin-right: var(--u) !important;
    opacity: 1;
}
.custom-pagination:last-child {
    margin-right: 0 !important;
}
.custom-pagination__item {
    width: 100%;
    height: var(--border-width);
    display: block;
    position: absolute;
    background-color: var(--color-black);
}
.custom-pagination--fg {
    -webkit-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    transform: translateX(-101%);
    background-color: var(--color-red);
    z-index: 1;
}
.media--talents .custom-pagination--fg {
    background-color: var(--color-green);
}
.media .swiper-pagination-bullet-active .custom-pagination--fg {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.section--featured-projects
    .swiper-pagination-bullet-active
    .custom-pagination--fg {
    -webkit-animation-name: paginationAnimation;
    animation-name: paginationAnimation;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 5.2s;
    animation-duration: 5.2s;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
@-webkit-keyframes paginationAnimation {
    from {
        -webkit-transform: translateX(-101%);
        -ms-transform: translateX(-101%);
        transform: translateX(-101%);
    }
    to {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@keyframes paginationAnimation {
    from {
        -webkit-transform: translateX(-101%);
        -ms-transform: translateX(-101%);
        transform: translateX(-101%);
    }
    to {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
}
.custom-pagination--bg {
    z-index: 0;
}
.project__slider {
    height: 100vh;
    background-color: var(--color-white);
}
@media (min-width: 1024px) {
    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        display: block;
    }
    .swiper-pagination {
        padding-bottom: 0;
    }
    .image--ratio-9-16,
    .image--ratio-1-1,
    .image--ratio-16-9,
    .image--ratio-default {
        width: auto;
        height: 100%;
        min-width: auto;
        max-width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .image--ratio-16-9 {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
    .image--ratio-1-1 {
        width: 100vh;
        height: 100vh;
        min-width: 100vh;
        max-height: 100%;
    }
    .image--ratio-9-16 {
        max-width: 33.3333333333%;
    }
}
.plyr {
    height: 100%;
    margin: auto;
    z-index: 1;
}
.plyr,
.plyr__poster,
.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio,
.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
    background-color: rgba(0, 0, 0, 0);
}
.plyr--video .plyr__controls,
.plyr--full-ui.plyr--video .plyr__control--overlaid {
    visibility: hidden;
    display: none;
    opacity: 0;
}
.video--ratio-9-16 .plyr__video-embed,
.video--ratio-1-1 .plyr__video-embed,
.video--ratio-16-9 .plyr__video-embed,
.video--ratio-default .plyr__video-embed,
.video--ratio-9-16 .plyr__video-wrapper--fixed-ratio,
.video--ratio-1-1 .plyr__video-wrapper--fixed-ratio,
.video--ratio-16-9 .plyr__video-wrapper--fixed-ratio,
.video--ratio-default .plyr__video-wrapper--fixed-ratio {
    width: 100%;
    height: 100vh;
    max-width: 100%;
    min-height: 100%;
    aspect-ratio: unset !important;
}
.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
    top: 50%;
    left: 50%;
    height: 100vh;
    aspect-ratio: 16/9;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    margin: auto;
}
.bg-wrapper {
    display: none;
}
@media (min-width: 1024px) {
    .video--ratio-16-9 .plyr__video-embed,
    .video--ratio-16-9 .plyr__video-wrapper--fixed-ratio {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
    .video--ratio-16-9
        .plyr--full-ui
        .plyr__video-embed
        > .plyr__video-embed__container,
    .video--ratio-16-9
        .plyr--full-ui
        .plyr__video-embed
        > .plyr__video-embed__container {
        aspect-ratio: unset !important;
    }
    .video--ratio-16-9 .bg-wrapper {
        display: none !important;
    }
    .video--ratio-1-1 .plyr__video-embed,
    .video--ratio-1-1 .plyr__video-wrapper--fixed-ratio {
        width: 100vh;
        height: 100vh;
        min-width: 100vh;
        max-height: 100%;
    }
    .video--ratio-9-16 .plyr__video-embed,
    .video--ratio-9-16 .plyr__video-wrapper--fixed-ratio {
        width: 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .bg-wrapper {
        display: block;
    }
    .bg-wrapper .plyr__video-embed,
    .bg-wrapper .plyr__video-wrapper--fixed-ratio {
        width: unset;
        max-width: unset;
        min-width: 100%;
        height: auto;
        aspect-ratio: 16/9 !important;
    }
}
.video {
    height: 100%;
    max-width: 100%;
    display: block;
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    margin: auto;
    z-index: 1;
}
@media (min-width: 1024px) {
    .video--fullscreen {
        min-width: 100%;
        aspect-ratio: 16/9;
        -o-object-position: center;
        object-position: center;
    }
}
.u-clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.u-anchor::before {
    content: " ";
    display: block;
    height: var(--ut10);
    margin-top: calc(var(--ut10) * -1);
    pointer-events: none;
    visibility: hidden;
}
.u-hover__span {
    display: none;
}
.table--section .u-hover {
    position: relative;
    display: inline-block;
    -webkit-transition: var(--timming-fast);
    -o-transition: var(--timming-fast);
    transition: var(--timming-fast);
}
.table--section .u-hover:hover,
.table--section .u-hover.is-active {
    -webkit-transform: translateY(calc(var(--border-width) * -0.5));
    -ms-transform: translateY(calc(var(--border-width) * -0.5));
    transform: translateY(calc(var(--border-width) * -0.5));
}
.table--section .u-hover::after {
    content: "";
    display: block;
    width: 100%;
    height: 0px;
    background-color: currentColor;
    -webkit-transition: var(--timming-fast);
    -o-transition: var(--timming-fast);
    transition: var(--timming-fast);
    margin-top: calc(var(--border-width) / 2);
}
.table--section .u-hover:hover::after,
.table--section .u-hover.is-active::after {
    height: var(--border-width);
}
.table--section .u-hover__span {
    display: inline-block;
}
@media (min-width: 1024px) {
    .u-hover {
        position: relative;
        display: inline-block;
        -webkit-transition: var(--timming-fast);
        -o-transition: var(--timming-fast);
        transition: var(--timming-fast);
    }
    .u-hover:hover,
    .u-hover.is-active {
        -webkit-transform: translateY(calc(var(--border-width) * -0.5));
        -ms-transform: translateY(calc(var(--border-width) * -0.5));
        transform: translateY(calc(var(--border-width) * -0.5));
    }
    .u-hover::after {
        content: "";
        display: block;
        width: 100%;
        height: 0px;
        background-color: currentColor;
        -webkit-transition: var(--timming-fast);
        -o-transition: var(--timming-fast);
        transition: var(--timming-fast);
        margin-top: calc(var(--border-width) / 2);
    }
    .u-hover:hover::after,
    .u-hover.is-active::after {
        height: var(--border-width);
    }
    .hover__span {
        display: inline-block;
    }
}
.u-clip {
    background-image: url(../assets/svg/bg-red.svg),
        url(../assets/svg/bg-green.svg);
    background-position: 0px 0px, 0px 0px;
    background-repeat: no-repeat, no-repeat;
    -webkit-background-clip: text, text;
    background-clip: text, text;
    /* background-size: 100%, 100%; */
    background-size: 200%, 100%;
    color: rgba(0, 0, 0, 0) !important;
}
.u-blur {
    -webkit-filter: blur(var(--blur));
    filter: blur(var(--blur));
}
.u-blur .bg-image,
.u-blur .bg-video {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.header-wrapper {
    top: 0;
    left: 0;
    right: 0;
    max-width: 100vw;
    position: fixed;
    display: none;
    z-index: 4;
}
.header {
    position: relative;
    padding: var(--top) var(--u) 0 var(--u);
    z-index: 4;
}
#logo--mobile,
.layout--mobile .logo-wrapper {
    width: 100%;
}
.menu {
    padding-top: var(--u);
}
.menu__item {
    text-align: center;
    text-transform: lowercase;
    color: var(--color-red);
    padding: calc(var(--u) + var(--p025));
}
.menu__item:first-child {
    margin-bottom: var(--p05);
}
@media (min-width: 1024px) {
    .header.layout--desktop {
        -webkit-transform: translateY(-105%);
        -ms-transform: translateY(-105%);
        transform: translateY(-105%);
    }
    .nav {
        display: block;
    }
    .nav__item {
        width: 33%;
        height: calc(var(--fs-body) + var(--border-width));
        position: relative;
        display: inline-block;
        text-transform: lowercase;
        color: var(--color-red);
    }
    .nav__item:first-child {
        opacity: 0;
    }
    .nav__item:first-child .nav__link {
        width: 55%;
        cursor: pointer;
    }
    .nav__item:nth-child(3) {
        width: 22%;
    }
    .nav__item:last-child {
        width: 11%;
        text-align: right;
    }
}
.langswitcher-wrapper {
    display: none;
}
.menu .langswitcher {
    display: block;
    font-size: var(--fs-title);
    line-height: var(--lh-title);
    text-align: center;
    font-weight: normal;
    font-weight: 400;
    color: var(--color-red);
    padding: calc(var(--u) + var(--p025));
}
.menu .langswitcher .lang {
    display: inline-block;
}
.menu .langswitcher .lang:nth-child(2) {
    padding: 0 calc(var(--u) + var(--p025));
}
.langswitcher--desktop .langswitcher {
    display: none;
}
@media (min-width: 1024px) {
    .menu .langswitcher {
        display: none;
    }
    .langswitcher--desktop {
        top: 0;
        right: 0;
        position: fixed;
        text-align: right;
        padding: calc(var(--top) - var(--border-width)) var(--u) 0 var(--u);
        z-index: 5;
    }
    .langswitcher--desktop .langswitcher {
        display: block;
        font-size: var(--fs-body);
        line-height: var(--lh-body);
        font-weight: bold;
        font-weight: 800;
        color: var(--color-red);
    }
    .langswitcher--desktop .lang:nth-child(2) {
        padding: 0 var(--u);
    }
    .langswitcher--desktop .lang a.u-hover {
        line-height: 0.8;
    }
}
html {
    height: -webkit-fill-available;
}
.body,
[data-barba="container"],
.barba-inner-wrapper {
    min-height: 100vh;
    min-height: -webkit-fill-available;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
}
.body {
    padding: 0;
}
.u-title {
    font-size: var(--fs-title);
    line-height: var(--lh-title);
    font-weight: normal;
    font-weight: 400;
}
.u-title-like {
    font-size: var(--fs-title-like);
    line-height: var(--lh-title-like);
    font-weight: bold;
    font-weight: 800;
}
.u-body {
    font-size: var(--fs-body);
    line-height: var(--lh-body);
    font-weight: bold;
    font-weight: 800;
}
.u-caption {
    font-size: var(--fs-caption);
    line-height: var(--lh-caption);
    font-weight: bold;
    font-weight: 800;
}
.section__body p {
    font-size: var(--fs-body);
    line-height: var(--lh-body);
    padding-bottom: var(--u);
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.section__.list {
    padding-bottom: 71vh;
}
.layout--mobile {
    display: block !important;
}
.layout--mobile--inline {
    display: inline-block !important;
}
.layout--desktop {
    display: none !important;
}
@media (min-width: 768px) {
    .section__body p {
        font-size: var(--fs-title-like);
        line-height: var(--lh-title-like);
    }
}
@media (min-width: 1024px) {
    .section__body p {
        -webkit-hyphens: none;
        -ms-hyphens: none;
        hyphens: none;
    }
    .section__.list {
        padding-bottom: 50vh;
    }
    .layout--mobile,
    .layout--mobile--inline {
        display: none !important;
    }
    .layout--desktop {
        display: block !important;
    }
}
.main {
    top: 101vh;
    position: absolute;
    background-color: var(--color-white);
    z-index: 2;
}
main::-webkit-scrollbar {
    display: none;
}
main {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.section {
    width: 100%;
    display: block;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    padding: 0 var(--u) 0 var(--u);
    z-index: 0;
}
.section .u-title {
    margin: 0;
    padding-top: var(--ut8);
    padding-bottom: var(--ut3);
    text-transform: capitalize;
}
.section__title,
.section__body {
    visibility: visible;
    opacity: 1;
}
.section__title.is-hidden,
.section__body.is-hidden {
    visibility: hidden;
    opacity: 0;
}
@media (min-width: 1024px) {
    .section .u-title {
        padding-top: var(--ut10);
        padding-bottom: var(--ut3);
    }
}
.section-bg {
    display: none;
}
@media (min-width: 1024px) {
    .section-bg {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        display: block;
        position: fixed;
        visibility: hidden;
        opacity: 0;
        z-index: 0;
    }
    .section-bg.is-visible {
        visibility: visible;
        opacity: 1;
    }
    .section-bg.is-pinned {
        visibility: visible !important;
        opacity: 1 !important;
    }
    .bg__item {
        background-color: var(--color-shadow);
        visibility: hidden;
        opacity: 0;
        z-index: 0;
    }
    .bg__item.is-visible {
        visibility: visible;
        opacity: 1;
        z-index: 1;
    }
    .bg__item.is-pinned {
        visibility: visible !important;
        opacity: 1 !important;
        z-index: 1 !important;
    }
    .bg__item,
    .bg__item > * {
        width: inherit;
        height: inherit;
        display: block;
        position: absolute;
        -o-object-position: center;
        object-position: center;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .bg__item > * {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.section-wrapper {
    padding-bottom: 30vh;
}
.table-container.layout--mobile {
    display: block;
}
.table-container.layout--desktop {
    display: none;
}
.table-container {
    margin-top: 50vh;
}
.table--section {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.table-container.layout--mobile .table.table--section {
    width: 50%;
}
.table--section .row {
    position: relative;
    line-height: 1.4;
}
.table--section .cell {
    width: 50%;
}
.table--section .cell.layout--desktop {
    display: none;
}
.table--section .cell--link,
.table--section .cell--year,
.table--section .cell--re__link {
    display: none;
}
.table-container.layout--mobile .table--title.layout--mobile {
    top: 50vh;
    width: 50%;
    position: sticky;
    float: left;
}
.table-container.layout--mobile .table.table--section .table--title {
    display: none;
}
.section--projects .table-container {
    color: var(--color-red);
}
.section--talents .table-container {
    color: var(--color-green);
}
@media (min-width: 1024px) {
    .table-container.layout--mobile {
        display: none;
    }
    .table-container.layout--desktop {
        display: block;
    }
    .table--section .cell {
        width: 33%;
    }
    .table--section .cell.layout--desktop {
        display: table-cell;
    }
    .table--section .cell:nth-child(3) {
        width: 22%;
    }
    .table--section .cell:last-child:not(.cell--title),
    .table--section .cell--re__link:last-child {
        width: 11%;
        text-align: right;
    }
    .table--section .table--title {
        width: 33%;
        max-width: 33%;
    }
    .table--section .cell--title {
        width: auto;
        cursor: pointer;
    }
    .table--section .cell--link,
    .table--section .cell--year,
    .table--section .cell--re__link {
        display: table-cell;
    }
    .section--projects .table--title,
    .section--projects .cell--link,
    .section--projects .cell--year,
    .section--talents .table--title,
    .section--talents .cell--re__link {
        color: rgba(0, 0, 0, 0);
        opacity: 0;
    }
    .section--projects .row.is-focus .table--title,
    .section--projects .row:hover .table--title,
    .section--projects .row:hover .cell--link,
    .section--projects .row:hover .cell--year {
        color: var(--color-red);
        opacity: 1;
    }
    .section--talents .is-focus .table--title,
    .section--talents .row:hover .table--title,
    .section--talents .row:hover .cell--re__link {
        color: var(--color-green);
        opacity: 1;
    }
}
.media {
    position: relative;
}
.media__slider .swiper {
    height: 100vh;
}
.media__caption {
    bottom: 0;
    width: 100%;
    position: absolute;
    overflow: hidden;
    color: currentColor;
    margin-bottom: calc(var(--ut2) + var(--p05));
    padding: 0 var(--u);
    z-index: 1;

    mix-blend-mode: difference;
    color: white;
}
.media--projects .media__caption {
    color: var(--color-red);
}
.media--talents .media__caption {
    color: var(--color-green);
}
.media__caption-wrapper {
    width: inherit;
}
.media--projects .caption__header-item:last-child {
    text-align: right;
}
.media--talents .caption__header-item:last-child {
    text-align: right;
}
.caption__header.layout--mobile {
    display: flex !important;
}
.caption__header.layout--desktop {
    display: none !important;
}
.caption__header {
    width: inherit;
    min-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: var(--p05);
}
.caption__header-item {
    display: table-cell;
}
.caption__header-item.u-body {
    font-size: var(--fs-body);
    line-height: 1;
}
.caption__header-item:first-child {
    max-width: 33%;
}
.caption__header-item:nth-child(2) {
    padding-left: var(--ut2);
    padding-right: var(--ut2);
}
.caption__header-link-wrapper .caption__header--re__link {
    display: block;
    text-align: left !important;
    padding-left: 0;
}
.caption__header-item--close {
    cursor: pointer;
}
.caption__body p {
    display: none;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.caption__body p:first-child {
    display: inline-block;
    line-height: 1;
}
@media (min-width: 1024px) {
    .caption__header.layout--mobile {
        display: none !important;
    }
    .caption__header.layout--desktop {
        display: flex !important;
    }
    .media__caption {
        margin-bottom: var(--ut2);
    }
    .caption__header-item {
        margin-bottom: 0;
    }
    .caption__header-item.u-body {
        font-size: var(--fs-body);
        line-height: var(--lh-body);
    }
    .media--projects .caption__header-item:first-child {
        width: 33%;
    }
    .media--projects .caption__header-item:nth-child(2) {
        width: 50%;
    }
    .media--projects .caption__header-item:last-child {
        width: 10%;
    }
    .media--talents .caption__header-item:first-child,
    .media--talents .caption__header-item:nth-child(2) {
        width: 33%;
    }
    .media--talents .caption__header-item:nth-child(3) {
        width: 23%;
    }
    .media--talents .caption__header-item:last-child {
        width: 10%;
    }
    .caption__header-item:nth-child(2) {
        padding-left: 0;
        padding-right: 0;
    }
    .caption__header-item--re__link {
        display: table-cell;
    }
    .caption__body.u-caption p,
    .caption__body.u-caption p:first-child {
        display: inline;
        -webkit-hyphens: none;
        -ms-hyphens: none;
        hyphens: none;
    }
}
.footer {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: calc(var(--ut10) + var(--u));
    height: 15%;
    display: block;
    position: relative;
    background-color: var(--color-black);
    z-index: 1;
}
.footer-list {
    padding: var(--ut2) var(--u);
}

.footer-list.layout--mobile .footer-list__item {
    width: 100%;
    display: block;
}

.footer-list.layout--desktop .footer-list__item {
    width: 50%;
    display: table-cell;
}

.footer .u-body {
    color: var(--color-white);
}
@media (min-width: 768px) {
    .footer__link {
        display: inline-block;
    }
}
@media (min-width: 1024px) {
    .footer-list.layout--desktop .footer-list__item {
        width: 33%;
        display: table-cell;
    }
}
.wrappers {
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
}
button {
    background-color: rgba(0, 0, 0, 0);
    outline: none;
    border: none;
    margin: 0;
    padding: 0;
}
.button {
    left: 0;
    right: auto;
    bottom: 0;
    height: auto;
    position: fixed;
    -webkit-transform: translate(0%, 200px);
    -ms-transform: translate(0%, 200px);
    transform: translate(0%, 200px);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    background-color: var(--color-red);
    border-radius: var(--ut2);
    margin: auto;
    margin-bottom: var(--u);
    padding: var(--u);
    cursor: pointer;
    z-index: 2;
}
.button__item {
    font-size: var(--fs-title-like);
    line-height: var(--lh-title-like);
    font-weight: bold;
    font-weight: 800;
}
[class*="button--contact"] {
    left: 50%;
    bottom: 0;
    position: absolute;
    transform: translate(-50%, 150%);
    z-index: 9999;
}
.u-multiply {
    color: var(--color-white);
    mix-blend-mode: multiply;
}
.u-screen {
    color: var(--color-black);
    mix-blend-mode: lighten;
}
.js-button--plus-project {
    background-color: var(--color-red);
}
.js-button--plus-talent {
    background-color: var(--color-green);
}
@-webkit-keyframes breathe {
    2% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    10% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    20% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes breathe {
    2% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    10% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    20% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.is-breathing {
    -webkit-animation: breathe 5s var(--quad-out) infinite 5s;
    animation: breathe 5s var(--quad-out) infinite 5s;
    transform-origin: center;
}
@media (min-width: 1024px) {
    .wrappers {
        left: 75%;
    }
    .button {
        left: auto;
        right: 0;
        -webkit-transform: translate(0, 150%);
        -ms-transform: translate(0, 150%);
        transform: translate(0, 150%);
        margin: 0 var(--u) var(--u) 0;
        padding: var(--p075);
    }
    .button__item {
        width: auto;
        font-size: var(--fs-body);
        line-height: var(--lh-body);
        font-weight: bold;
        font-weight: 800;
    }
    [class*="button--contact"] {
        margin-left: inherit;
    }
}
.section--intro-animation {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    background-color: var(--color-white);
    cursor: pointer;
    padding: 0;
    z-index: 4;
}
.baseline-container {
    height: 100%;
    position: relative;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.baseline {
    width: 100%;
    display: block;
    position: absolute;
    text-align: center;
    overflow: hidden;
}
.baseline__span {
    display: block;
    position: relative;
    opacity: 0;
}
.section--featured-projects {
    top: 0;
    height: 100vh;
    position: -webkit-sticky;
    position: sticky;
    visibility: hidden;
    padding: 0;
}
.section--featured-projects .swiper {
    height: 101vh;
    max-height: 101vh;
}
.section--presentation {
    -webkit-box-shadow: 0px -7px 7px var(--color-shadow);
    box-shadow: 0px -7px 7px var(--color-shadow);
    padding-bottom: var(--ut10);
}
.section--presentation p:first-child {
    padding: 40vh 0;
}
.table--contact {
    width: 100%;
    padding: 40vh 0;
}
.table--contact .row {
    display: block;
    margin-bottom: var(--ut2);
}
.table--contact .cell {
    width: 50%;
    float: left;
    display: block;
}
.table--contact .row.layout--mobile .cell:first-child {
    padding-right: var(--p05);
}
@media (min-width: 1024px) {
    .table--contact .cell {
        width: 33%;
    }
} /*! them-studio.eu | 1.0.0 - 2022-05-05 | d-e-a-l.eu - 2022 | <hello@d-e-al.eu> */ /*# sourceMappingURL=main.css.map */
