.line>.wrap  {
    display: inline-flex;
}
.hero_description p, .text_normal p,
.pillar_brief {
    text-align: justify;
}
@keyframes Hero_video-load__NlUop {
    0% {
        transform: translateX(-100%)
    }

    50% {
        transform: translateX(0)
    }

    to {
        transform: translateX(100%)
    }
}
.textButton {
    display: none !important;
}
.hero_intro {
    padding: 6vw 0 4vw;
    display: grid;
    grid-template-areas: "Area Area Area Area Area Area Area Area" "Area-2 Area-2 . . Area-3 Area-3 Area-3 .";
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 2vw;
    column-gap: 2vw
}

.hero_intro.hero_intro--customize {
    row-gap: 3vw
}

.pillar_heading--items .text_l--size {
    line-height: .8;
}

.hero_heading {
    position: relative;
    grid-area: Area
}

.hero_heading--customize {
    width: 86%
}

.hero_heading--sub {
    grid-area: Area-2;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    line-height: 1.2;
}

.hero_heading--sub>div {
    overflow: hidden
}

.hero_description {
    grid-area: Area-3
}

.hero_description h3 {
    width: 95%;
    margin-bottom: 1vw
}

.hero_banner {
    height: 45vw;
    overflow: hidden
}

.hero_banner div {
    height: 100%
}

.hero_expand {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center
}

.hero_expand--darkBg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: auto;
    left: auto;
    background-color: #0f0f0f
}

.hero_expand--box {
    position: relative;
    height: 100%;
    width: 80vw;
    padding: 6vw 0
}

.hero_expand--box,
.hero_expand--loader {
    display: flex;
    justify-content: center;
    align-items: center
}

.hero_expand--loader {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1
}

.hero_expand--progress {
    overflow: hidden;
    height: 1px;
    width: 10vw;
    background-color: #949494
}

.hero_expand--progress__value {
    height: 100%;
    width: 100%;
    background-color: #2a2a2a;
    animation: Hero_video-load__NlUop 2s linear 0s infinite forwards
}

.hero_expand--media {
    position: relative;
    z-index: 2;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: flex-start;
    object-fit: cover
}

@media screen and (max-width: 480px) {
    .hero_intro {
        padding: 24vw 0 16vw;
        grid-template-columns: 1fr;
        grid-template-areas: "Area" "Area-2" "Area-3";
        row-gap: 4vw
    }

    .hero_heading--customize {
        width: 100%
    }

    .hero_description {
        margin-top: 16vw
    }

    .hero_description h3 {
        width: 100%;
        margin-bottom: 2.8vw
    }

    /* .hero_banner {
        height: 140vw
    } */

    .hero_banner,
    .hero_banner div{
        height: auto;
    }

    .hero_banner img {
        width: 100%;
        height: auto;
        /* height: 114%;
        object-fit: cover */
    }

    .hero_expand--darkBg {
        width: 100%
    }

    .hero_expand--box {
        width: 92vw;
        padding: 4vw 0
    }
}

@media screen and (min-width: 481px)and (max-width:768px) {
    .hero_intro {
        row-gap: 4vw
    }
}

@media screen and (min-width: 1281px) {
    .hero_intro {
        row-gap: 1vw
    }
}

.section_pillar {
    position: relative;
    padding: 4vw 0
}

.pillar_wrap {
    position: relative;
    height: auto;
    display: flex;
    align-items: flex-start
}

.pillar_col {
    width: 100%
}

.pillar_col:first-child {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    padding: 0 1vw 0 2vw
}

.pillar_col:nth-child(2) {
    overflow: hidden;
    padding: 0 2vw 0 1vw;
    border-left: 1px solid #2a2a2a
}

.pillar_heading {
    overflow: hidden;
    height: calc(4.8vw * .8);
    margin: .6vw 0 2vw
}

.pillar_heading--items {
    position: relative
}

.pillar_info {
    padding-bottom: .8vw
}

.pillar_counter {
    display: flex;
    margin-bottom: 1.6vw;
    justify-content: flex-start;
    align-items: center
}

.pillar_counter--wrap {
    display: flex;
    overflow: hidden;
    width: 22.5vw;
    height: 14px;
    flex-direction: row;
    justify-content: space-between
}

.pillar_number {
    display: flex
}

.pillar_number--list {
    position: relative;
    height: -moz-fit-content;
    height: fit-content
}

.pillar_number--item {
    position: relative
}

.pillar_progress {
    overflow: hidden;
    display: block;
    height: 1px;
    width: 8vw;
    align-self: center
}

.pillar_progress--bg {
    height: 1px;
    width: 100%;
    background-color: #2a2a2a;
    transform: translateX(100%)
}

.pillar_count--total {
    margin-left: 2vw
}

.pillar_brief {
    width: 34.75vw;
    margin-bottom: 2vw
}

.pillar_list {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.pillar_list--item {
    font-size: 2.5vw;
    line-height: 3vw;
    font-weight: 400;
    text-transform: uppercase;
    white-space: nowrap;
    transform: translateX(36vw)
}

.pillar_separator {
    overflow: hidden;
    width: 100%;
    height: 1px;
    margin-top: 4vw;
    margin-bottom: 4vw
}

.pillar_separator--bg {
    width: 100%;
    height: 1px;
    background-color: #2a2a2a;
    transform: translateX(24vw)
}

@media screen and (max-width: 480px) {
    .section_pillar {
        padding: 8vw 0
    }

    .pillar_wrap {
        flex-direction: column
    }

    .pillar_col:first-child {
        background-color: #bcbcb4;
        padding: 0 4vw 4vw;
        top: 56px;
        z-index: 1
    }

    .pillar_col:nth-child(2) {
        padding: 4vw 4vw 0;
        border-left: 0
    }

    .pillar_heading {
        margin: 2vw 0 4vw;
        height: calc(9.5vw * .8)
    }

    .pillar_counter--wrap {
        width: 44vw
    }

    .pillar_progress {
        width: 20vw
    }

    .pillar_count--total {
        margin-left: 4vw
    }

    .pillar_brief {
        width: 100%;
        margin-bottom: 4vw
    }

    .pillar_list--item {
        font-size: 5.6vw;
        line-height: 7.4vw
    }
}

@media screen and (min-width: 481px)and (max-width:768px) {
    .pillar_heading {
        height: calc(6vw * .8)
    }
}

@media screen and (min-width: 769px) {
    .pillar_heading {
        height: calc(6vw * .8)
    }
}

@media screen and (min-width: 1281px) {
    .pillar_heading {
        height: calc(4.86vw * .8)
    }
}

.slider_arrows__l9BS9 {
    justify-content: space-between;
    z-index: 100
}

.slider_arrows__l9BS9.slider_mobile___3Y4z {
    display: none
}

.slider_arrows__l9BS9 button[disabled] {
    opacity: .2
}

@media(max-width: 767px) {
    .slider_arrows__l9BS9.slider_mobile___3Y4z {
        display: flex
    }
}

.section_pillar {
    position: relative;
    padding: 4vw 0
}

.pillar_wrap {
    position: relative;
    height: auto;
    display: flex;
    align-items: flex-start
}

.pillar_col {
    width: 100%
}

.pillar_col:first-child {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    padding: 0 1vw 0 2vw
}

.pillar_col:nth-child(2) {
    overflow: hidden;
    padding: 0 2vw 0 1vw;
    border-left: 1px solid #2a2a2a
}

.pillar_heading {
    overflow: hidden;
    height: calc(4.8vw * .8);
    margin: .6vw 0 2vw
}

.pillar_heading--items {
    position: relative
}

.pillar_info {
    padding-bottom: .8vw
}

.pillar_counter {
    display: flex;
    margin-bottom: 1.6vw;
    justify-content: flex-start;
    align-items: center
}

.pillar_counter--wrap {
    display: flex;
    overflow: hidden;
    width: 22.5vw;
    height: 14px;
    flex-direction: row;
    justify-content: space-between
}

.pillar_number {
    display: flex
}

.pillar_number--list {
    position: relative;
    height: -moz-fit-content;
    height: fit-content
}

.pillar_number--item {
    position: relative
}

.pillar_progress {
    overflow: hidden;
    display: block;
    height: 1px;
    width: 8vw;
    align-self: center
}

.pillar_progress--bg {
    height: 1px;
    width: 100%;
    background-color: #2a2a2a;
    transform: translateX(100%)
}

.pillar_count--total {
    margin-left: 2vw
}

.pillar_brief {
    width: 34.75vw;
    margin-bottom: 2vw
}

.pillar_list {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.pillar_list--item {
    font-size: 2.5vw;
    line-height: 3vw;
    font-weight: 400;
    text-transform: uppercase;
    white-space: nowrap;
    transform: translateX(36vw)
}

.pillar_separator {
    overflow: hidden;
    width: 100%;
    height: 1px;
    margin-top: 4vw;
    margin-bottom: 4vw
}

.pillar_separator--bg {
    width: 100%;
    height: 1px;
    background-color: #2a2a2a;
    transform: translateX(24vw)
}

@media screen and (max-width: 480px) {
    .section_pillar {
        padding: 8vw 0
    }

    .pillar_wrap {
        flex-direction: column
    }

    .pillar_col:first-child {
        background-color: #bcbcb4;
        padding: 0 4vw 4vw;
        top: 56px;
        z-index: 1
    }

    .pillar_col:nth-child(2) {
        padding: 4vw 4vw 0;
        border-left: 0
    }

    .pillar_heading {
        margin: 2vw 0 4vw;
        height: calc(9.5vw * .8)
    }

    .pillar_counter--wrap {
        width: 44vw
    }

    .pillar_progress {
        width: 20vw
    }

    .pillar_count--total {
        margin-left: 4vw
    }

    .pillar_brief {
        width: 100%;
        margin-bottom: 4vw
    }

    .pillar_list--item {
        font-size: 5.6vw;
        line-height: 7.4vw
    }
}

@media screen and (min-width: 481px)and (max-width:768px) {
    .pillar_heading {
        height: calc(6vw * .8)
    }
}

@media screen and (min-width: 769px) {
    .pillar_heading {
        height: calc(6vw * .8)
    }
}

@media screen and (min-width: 1281px) {
    .pillar_heading {
        height: calc(4.86vw * .8)
    }
}

.teamMember {
    margin: 10vw 0
}

.teamMember_box {
    width: 100%
}

.teamMember_heading {
    display: flex;
    align-items: flex-start;
    margin: 0 2vw 2vw
}

.teamMember_number {
    margin: .6vw 0 0 1vw;
    font-size: 1.2vw;
    line-height: .8
}
.teamMember_item:hover .teamMember_img {
    border-radius: 50%
}

.teamMember_info {
    margin-top: 1.2vw
}

.teamMember_img {
    overflow: hidden;
    height: 20vw;
    width: 14vw;
    margin: 1.2vw 0;
    transition: border-radius .5s cubic-bezier(.165, .84, .44, 1)
}

.teamMember_img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media screen and (max-width: 480px) {
    .teamMember_heading {
        margin: 0 4vw 4vw
    }

    .teamMember_number {
        font-size: 4vw;
        margin: .8vw 0 0 1.6vw
    }
    .teamMember_box {
        overflow: hidden;
    }
    .teamMember_detail {
        padding: 0 4vw;
    }
    .teamMember_detail .swiper {
        overflow: visible;
    }

    .teamMember_item {
        width: 100%;
        padding-bottom: 4vw;
        border-bottom: 1px solid #2a2a2a
    } 

    .teamMember_item:hover .teamMember_img {
        border-radius: 0
    }

    .teamMember_info {
        margin-top: 4vw
    }

    .teamMember_img {
        height: auto;
        width: 60vw;
        margin: 4vw 0
    }
}

@media screen and (min-width: 481px)and (max-width:768px) {
    .teamMember_item {
        width: 48vw !important
    }

    .teamMember_number {
        margin-top: .4vw;
        font-size: 12px
    }
}

.textButton {
    position: relative;
    margin: 28vw 0 20vw
}

.textButton_grid {
    display: grid;
    grid-template-areas: "Area" "Area-2" "Area-3";
    grid-template-columns: 1fr;
    grid-column-gap: 2vw;
    column-gap: 2vw;
    grid-row-gap: 2vw;
    row-gap: 2vw
}

.textButton_heading {
    grid-area: Area;
    align-self: start;
    justify-self: start;
    overflow: hidden;
    display: flex
}

.textButton_number {
    margin: .6vw 0 0 1vw;
    font-size: 1.2vw;
    line-height: .8
}

.textButton_subHeading {
    grid-area: Area-2;
    align-self: start;
    justify-self: start;
    width: 72%
}

.textButton_box {
    grid-area: Area-3
}

.textButton_paragraph {
    margin-bottom: 10vw
}

.textButton_info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2vw
}

.textButton_city {
    margin-bottom: .4vw
}

@media screen and (max-width: 480px) {
    .textButton {
        margin: 12vw 0
    }

    .textButton_grid {
        grid-template-areas: "Area" "Area-2" "Area-3";
        grid-template-columns: 1fr;
        column-gap: 2vw;
        row-gap: 4vw
    }

    .textButton_number {
        font-size: 4vw;
        margin: .8vw 0 0 1.6vw
    }

    .textButton_paragraph {
        margin-bottom: 8vw
    }

    .textButton_info {
        grid-template-columns: 1fr 1fr;
        margin-bottom: 8vw
    }
}

@media screen and (min-width: 481px)and (max-width:768px) {
    .textButton {
        margin: 8vw 0
    }

    .textButton_grid {
        grid-template-areas: "Area" "Area-2" "Area-3";
        grid-template-columns: 1fr;
        column-gap: 2vw;
        row-gap: 4vw
    }

    .textButton_number {
        margin-top: .4vw;
        font-size: 12px
    }

    .textButton_paragraph {
        margin-bottom: 4vw
    }

    .textButton_info {
        grid-template-columns: 1fr 1fr;
        margin-bottom: 4vw
    }
}

@media screen and (min-width: 769px) {
    .textButton_grid {
        grid-template-areas: "Area Area Area Area Area Area Area Area" "Area-2 Area-2 Area-2 . Area-3 Area-3 Area-3 .";
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: auto auto
    }

    .textButton_number {
        margin: .6vw 0 0 1vw;
        font-size: 1.2vw;
        line-height: .8
    }

    .textButton_paragraph {
        margin-bottom: 2vw
    }
}

@media screen and (min-width: 1281px) {
    .textButton {
        margin: 8vw 0 4vw
    }
}

.slider_arrows__l9BS9 {
    justify-content: space-between;
    z-index: 100
}

.slider_arrows__l9BS9.slider_mobile___3Y4z {
    display: none
}

.slider_arrows__l9BS9 button[disabled] {
    opacity: .2
}

@media(max-width: 767px) {
    .slider_arrows__l9BS9.slider_mobile___3Y4z {
        display: flex
    }
}

.animation_moveUp {
    transform: translateY(120%);
    transition: transform 1.5s cubic-bezier(.075, .82, .165, 1)
}

.animation_ready .animation_moveUp {
    transform: translateY(0);
    transition-delay: var(--delay)
}

.animation_moveUp_desk--label {
    transform: translateY(120%);
    transition: transform 1.5s cubic-bezier(.075, .82, .165, 1)
}

.animation_ready .animation_moveUp_desk--label {
    transform: translateY(0);
    transition-delay: var(--delay)
}

.animation_moveDown {
    transform: translateY(-120%);
    transition: transform 1.5s cubic-bezier(.075, .82, .165, 1)
}

.animation_ready .animation_moveDown {
    transform: translateY(0);
    transition-delay: var(--delay)
}

.animation_fadeRotate {
    opacity: 0;
    transform: scale(1.3) rotate(8deg);
    transition: opacity 1s cubic-bezier(.075, 0, .165, 0), transform 1.5s cubic-bezier(.075, .82, .165, 1)
}

.animation_ready .animation_fadeRotate {
    opacity: 1;
    transform: scale(1) rotate(0deg);
    transition-delay: var(--delay)
}

.animation_fadeUp__des {
    opacity: 0;
    transform: translateY(80%);
    transition: opacity 1s cubic-bezier(.075, 0, .165, 0), transform 1.5s cubic-bezier(.075, .82, .165, 1)
}

.animation_ready .animation_fadeUp__des {
    opacity: 1;
    transform: translateY(0);
    transition-delay: var(--delay)
}

.animation_fillWidth__bd {
    width: 0;
    transition: width 1s cubic-bezier(.3, .3, 0, 1)
}

.animation_ready .animation_fillWidth__bd {
    width: 100%;
    transition-delay: var(--delay)
}

.animation_fillHeight__bg {
    height: 0%;
    transition: height 6s cubic-bezier(.3, .3, 0, 1)
}

.animation_ready .animation_fillHeight__bg {
    height: 100%;
    transition-delay: var(--delay)
}

.Animation_moveUpImg__Y17vs {
    transform: translateY(120%);
    transition: transform 2.4s cubic-bezier(.4, .4, .1, 1)
}

.animation_ready .Animation_moveUpImg__Y17vs {
    transform: translateY(0);
    transition-delay: var(--delay)
}

@media screen and (max-width: 480px) {
    .animation_moveUp_desk--label {
        transform: translateY(0);
        transition: none
    }

    .animation_moveUp_mobi--label {
        transform: translateY(120%);
        transition: transform 1.5s cubic-bezier(.075, .82, .165, 1)
    }

    .animation_ready .animation_moveUp_mobi--label {
        transform: translateY(0);
        transition-delay: var(--delay)
    }
}

.Cookies_banner__fdun8 {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 997;
    color: #f0f0f0;
    background: #0f0f0f;
    border-top: 1px solid #2a2a2a;
    border-left: 1px solid #2a2a2a;
    padding: 8px 10px 6px;
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    gap: 20px
}

.Cookies_text__9X85o {
    padding-bottom: 2px
}

.Cookies_buttons__p_Grl {
    display: flex;
    gap: 10px
}

.Cookies_link__UjlDm:after {
    background-color: #f0f0f0 !important
}

.Cookies_link__UjlDm.Cookies_dark__RRCMY {
    color: #a4a4a4
}

.Cookies_link__UjlDm.Cookies_dark__RRCMY:after {
    background-color: #a4a4a4 !important
}

@media screen and (max-width: 480px) {
    .Cookies_banner__fdun8 {
        padding: 2px 20px 0
    }

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

    .Cookies_link__UjlDm {
        height: 40px;
        text-decoration: underline;
        text-underline-offset: 3px
    }
}

.global_cases--container {
    position: relative;
    z-index: 2
}

.work_title--number {
    overflow: hidden
}

.Global_hidden__dPWsA {
    display: none
}

.global_pagename {
    position: relative
}

.Global_desktop__PxvuW {
    display: initial
}

.Global_mobile__Gt8iA {
    display: none
}

.global_link {
    position: relative;
    padding-bottom: 2px;
    text-transform: uppercase
}

.global_link:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform .3s;
    background-color: #2a2a2a
}

.global_link.Global_active__0rvE4:after,
.global_link:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left
}

.Global_linkRedraw__GxzsY {
    position: relative;
    transition: transform .3s
}

.Global_linkRedraw__GxzsY:after,
.Global_linkRedraw__GxzsY:before {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
    transform: scale(1);
    transform-origin: right center 0;
    border-bottom: 1px solid
}

.Global_linkRedraw__GxzsY:after {
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left center 0
}

.Global_linkRedraw__GxzsY:hover:before {
    opacity: 0;
    transform: scaleX(0);
    transition: opacity .3s ease-in-out .3s, transform .3s ease-in-out 0s
}

.Global_linkRedraw__GxzsY:hover:after {
    opacity: 1;
    transform: scale(1);
    transition: transform .3s ease-in-out .3s
}

.global_link--work {
    padding-bottom: .4vw
}

.global_link--work:after {
    height: 2px
}

.global_grey--bg {
    background-color: #f0f0f0;
    color: #2a2a2a
}

.global_green--bg {
    background-color: #bcbcb4;
    color: #2a2a2a
}

.global_dark--bg {
    background-color: #0f0f0f;
    color: #ccc4b9
}

.global_dark--bg .global_link:after {
    background-color: #ccc4b9
}

.global_transparent__bg {
    color: #fafafa
}

.global_transparent__bg .global_link:after {
    background-color: #fafafa
}

@media screen and (max-width: 480px) {
    .Global_desktop__PxvuW {
        display: none
    }

    .Global_mobile__Gt8iA {
        display: initial
    }

    .Global_grid__035aN {
        gap: 4vw;
        padding: 0 4vw
    }

    .global_link:after {
        display: none
    }
}

.Grid_grid__JtSOM {
    pointer-events: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    gap: 2vw;
    padding: 0 2vw;
    z-index: 999999999
}

.Grid_grid__JtSOM div {
    width: 100%;
    background: rgba(0, 0, 0, .1)
}

.Grid_grid__JtSOM.Grid_light__38CuD div {
    background: hsla(0, 0%, 100%, .1)
}

@media screen and (max-width: 480px) {
    .Grid_grid__JtSOM {
        gap: 4vw;
        padding: 0 4vw
    }
}


@media screen and (min-width: 481px) {

    .teamMember_viewport {
        padding: 0 0 0 2vw;
        cursor: auto
    }
    .teamMember_detail {
        padding-left: 2vw;
    }
    .teamMember_container {
        -webkit-transform: none !important;
        transform: none !important;
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr 1fr
    }
    
    .teamMember_item {
        width: 22.5vw !important;
        display: flex;
        margin-right: 2vw;
        padding-bottom: 3vw;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        border-top: 1px solid #2a2a2a
    }
    
    .teamMember_item:nth-child(n+5) {
        border-bottom: 1px solid #2a2a2a
    }
    
}


