@font-face {
    font-family: GT-Alpina-Standard-Regular;
    src: url("../static/fonts/GT Alpina-woff/GT-Alpina-Standard-Regular.woff");
}

@font-face {
    font-family: GT-Alpina-Standard-Light;
    src: url("../static/fonts/GT Alpina-woff/GT-Alpina-Standard-Light.woff");
}

@font-face {
    font-family: GT-Alpina-Standard-Light-Italic;
    src: url("../static/fonts/GT Alpina-woff/GT-Alpina-Standard-Light-Italic.woff");
}

@font-face {
    font-family: Roobert-Bold;
    src: url("../static/fonts/Roobert-woff/Roobert-Bold.woff");
    -webkit-font-feature-settings: 'ss02';
    font-feature-settings: 'ss02';
    -webkit-font-feature-settings: 'ss03';
    font-feature-settings: 'ss03';
}

@font-face {
    font-family: Roobert-Regular;
    src: url("../static/fonts/Roobert-woff/Roobert-Regular.woff");
    -webkit-font-feature-settings: 'ss02';
    font-feature-settings: 'ss02';
    -webkit-font-feature-settings: 'ss03';
    font-feature-settings: 'ss03';
}

@font-face {
    font-family: Roobert-Medium;
    src: url("../static/fonts/Roobert-woff/Roobert-Medium.woff");
    -webkit-font-feature-settings: 'ss02';
    font-feature-settings: 'ss02';
    -webkit-font-feature-settings: 'ss03';
    font-feature-settings: 'ss03';
}

@font-face {
    font-family: Roobert-Bold;
    src: url("../static/fonts/Roobert-woff/Roobert-Bold.woff");
    -webkit-font-feature-settings: 'ss02';
    font-feature-settings: 'ss02';
    -webkit-font-feature-settings: 'ss03';
    font-feature-settings: 'ss03';
}

@font-face {
    font-family: Roobert-Light;
    src: url("../static/fonts/Roobert-woff/Roobert-Light.woff");
    -webkit-font-feature-settings: 'ss02';
    font-feature-settings: 'ss02';
    -webkit-font-feature-settings: 'ss03';
    font-feature-settings: 'ss03';
}

u {
    text-decoration: underline;
    color: inherit;
    letter-spacing: -0.5px;
    -webkit-text-decoration: underline red 1px;
    text-decoration: underline red 1px;
    text-underline-offset: 3px;
}

* {
    scrollbar-width: thin;
}

body {
    color: #ff3300;
}

a {
    text-decoration: underline;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: inherit;
}

a i {
    font-family: GT-Alpina-Standard-Light-Italic, sans-serif;
}

.see-all-insights {
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: inherit;
}

.see-all-insights:hover {
    opacity: 0.5;
}

.active-element {
    -webkit-transition: opacity 0.3s !important;
    transition: opacity 0.3s !important;
    cursor: pointer;
}

.active-element:hover {
    opacity: 0.5;
}

.active-element.disabled {
    opacity: 0;
    pointer-events: none;
}

.active-menu-item {
    cursor: pointer;
    -webkit-text-decoration: underline 1px rgba(0, 0, 0, 0);
    text-decoration: underline 1px rgba(0, 0, 0, 0);
    -webkit-transition: -webkit-text-decoration-color 0.3s;
    transition: -webkit-text-decoration-color 0.3s;
    transition: text-decoration-color 0.3s;
    transition: text-decoration-color 0.3s, -webkit-text-decoration-color 0.3s;
}

.active-menu-item:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.clear-underline {
    text-decoration: unset;
}

.team-item-title.active {
    -webkit-text-decoration: 1px underline red;
    text-decoration: 1px underline red;
}

.desktop-content .team-content {
    position: relative;
}

.desktop-content .team-content .team-member-content {
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.desktop-content .team-content .team-member-content:not(.active) {
    opacity: 0;
}

.desktop-content .team-content .team-member-name {
    font-family: GT-Alpina-Standard-Light, sans-serif;
}

.desktop-content .team-content .team-member-title {
    font-family: Roobert-Medium, sans-serif;
}

.desktop-content .team-content .team-member-copy {
    font-family: GT-Alpina-Standard-Light, sans-serif;
    white-space: initial;
}

.desktop-content .navigation-content {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.desktop-content .navigation-content.toWhite {
    color: white;
}

.team-menu.opened .sections {
    overflow-x: scroll;
}

.contact-menu .contact-item-arrow {
    right: 12px;
}

.desktop-content .menu-item-arrow {
    right: 10px;
}

.underline-on-hover {
    cursor: pointer;
}

.underline-on-hover p {
    -webkit-text-decoration: underline 1px rgba(0, 0, 0, 0);
    text-decoration: underline 1px rgba(0, 0, 0, 0);
    -webkit-transition: -webkit-text-decoration-color 0.3s;
    transition: -webkit-text-decoration-color 0.3s;
    transition: text-decoration-color 0.3s;
    transition: text-decoration-color 0.3s, -webkit-text-decoration-color 0.3s;
}

.underline-on-hover p:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

* {
    outline: unset;
}

.preventClick {
    pointer-events: none;
}

.project-menu-img {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 100%;
    width: 100%;
    z-index: 1;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0;
}

.project-menu-img:hover {
    opacity: 1;
}

.mobile-content .navigation {
    background: white;
    position: fixed;
    bottom: 0;
    padding: 0 10px;
    width: calc(100vw - 20px);
}

.mobile-content .navigation.nav-opened-top {
    top: 0;
}

.mobile-content .navigation.nav-opened-cases {
    bottom: calc(30px * 6);
}

.mobile-content .navigation.nav-opened-cases .mobile-menu {
    display: none;
}

.mobile-content .navigation.nav-opened-by-content {
    top: 0;
    bottom: auto;
    z-index: 1;
}

.mobile-content .navigation.nav-opened-by-content .mobile-menu {
    display: none;
}

.mobile-content .navigation.nav-opened .mobile-menu {
    max-height: 50vh;
}

.mobile-content .navigation.nav-opened .arrow-menu {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.mobile-content .navigation.nav-opened-by-insights {
    bottom: auto;
    top: 0;
}

.mobile-content .navigation.nav-opened-by-projects {
    bottom: auto;
    top: 0;
}

.mobile-content .navigation .navigation-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    font-size: 16px;
    line-height: 42px;
}

.mobile-content .navigation .mobile-menu {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    max-height: 0;
    width: 100%;
}

.mobile-content .navigation .mobile-menu .row {
    height: 30px;
    border-top: 1px solid;
}

.mobile-content .navigation .mobile-menu .row .flex-navigation-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    font-size: 15px;
    line-height: 29px;
    font-family: GT-Alpina-Standard-Light, sans-serif;
}

.mobile-content .navigation .mobile-menu .row .flex-navigation-items .text-nav {
    margin-right: 10px;
}

.mobile-content .navigation .text-menu {
    font-family: Roobert-Bold, sans-serif;
}

.mobile-content .navigation .arrow-menu {
    display: inline-block;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    font-family: GT-Alpina-Standard-Light, sans-serif;
    font-size: 17px;
    margin-left: 6px;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.mobile-content .navigation .contact-menu {
    display: none;
    background: white;
    top: 42.5px;
    bottom: 0;
    width: calc(100% - 20px);
    left: 0;
    padding: 0 10px;
}

.mobile-content .navigation .contact-menu .contact-wrap {
    position: relative;
    top: calc(50% - 42.5px);
    -webkit-transform: translateY(calc(20px - 50%));
    transform: translateY(calc(20px - 50%));
    width: 64vw;
    margin: 0 auto;
}

.mobile-content .navigation .contact-menu.opened {
    height: calc(100vh - 42.5px);
    position: fixed;
    display: block;
    overflow: auto;
}

.mobile-content .navigation .contact-menu .contactImg {
    max-width: 43.478vw;
}

.mobile-content .navigation .contact-menu .contact-heading {
    margin-top: 7.246vw;
}

.mobile-content .navigation .contact-menu .contact-heading h2 {
    font-family: Roobert-Bold, sans-serif;
    font-size: 5.333vw;
    line-height: 5.333vw;
}

.mobile-content .navigation .contact-menu .contact-heading a {
    font-family: GT-Alpina-Standard-Light, sans-serif;
    font-size: 4.267vw;
    line-height: 5.333vw;
}

.mobile-content .navigation .contact-menu .d-block {
    font-family: GT-Alpina-Standard-Light, sans-serif;
    font-size: 3.865vw;
    line-height: 4.831vw;
}

.mobile-content .navigation .contact-menu .col-3 {
    margin-top: 14.493vw;
}

.mobile-content .navigation .contact-menu .col-2 {
    margin-top: 6.039vw;
}

.mobile-content .navigation .contact-menu .col-2 .clear-underline {
    display: block;
}

.mobile-content .navigation .contact-menu .top-right {
    position: absolute;
    right: 4.831vw;
    top: 4.831vw;
    width: 7.246vw;
    height: 7.246vw;
}

.mobile-content .navigation .team-menu {
    display: none;
    background: white;
    top: 42.5px;
    bottom: 0;
    width: calc(100% - 20px);
    left: 0;
    padding: 0 10px;
}

.mobile-content .navigation .team-menu .team-wrap {
    position: relative;
    top: calc(50% - 42.5px);
    -webkit-transform: translateY(calc(20px - 50%));
    transform: translateY(calc(20px - 50%));
    width: 64vw;
    margin: 0 auto;
}

.mobile-content .navigation .team-menu.opened {
    position: fixed;
    display: block;
    overflow: hidden;
}

.mobile-content .navigation .team-menu .d-block {
    font-family: GT-Alpina-Standard-Light, sans-serif;
    font-size: 3.865vw;
    line-height: 4.831vw;
}

.mobile-content .navigation .team-menu .col-3 {
    margin-top: 14.493vw;
}

.mobile-content .navigation .team-menu .col-2 {
    margin-top: 6.039vw;
}

.mobile-content .navigation .team-menu .col-2 .clear-underline {
    display: block;
}

.mobile-content .navigation .team-menu .top-right {
    display: inline-block;
    width: 7.246vw;
    height: 7.246vw;
}

.mobile-content .navigation .insights-content-wrap-parent {
    position: absolute;
    top: 29px;
    width: 100%;
    background: white;
    overflow: scroll;
}

.mobile-content .navigation .insights-content-wrap-parent .insights-content-wrap {
    padding-top: 45px;
}

.mobile-content .navigation .insights-content-wrap-parent .insights-content-wrap .top-right {
    position: absolute;
    right: 10px;
    width: 7.246vw;
    height: 7.246vw;
}

.mobile-content .navigation .insights-content-wrap-parent .insights-content-wrap .main-title {
    font-size: 12vw;
    letter-spacing: -2px;
    font-family: GT-Alpina-Standard-Light, sans-serif;
}

.mobile-content .navigation .insights-content-wrap-parent .insights-content-wrap .filter-insights {
    margin-top: 44px;
    margin-bottom: 32px;
}

.mobile-content .navigation .insights-content-wrap-parent .insights-content-wrap .filter-insights .folder-icon {
    width: 15px;
    height: auto;
}

.mobile-content .navigation .insights-content-wrap-parent .insights-content-wrap .filter-insights .filter-span {
    font-family: Roobert-Medium, sans-serif;
    font-size: 15px;
    line-height: 15px;
}

.mobile-content .navigation .insights-content-wrap-parent .insights-content-wrap .filter-insights .tag-list {
    display: none;
    font-family: Roobert-Medium, sans-serif;
    font-size: 14px;
    line-height: 24px;
    white-space: initial;
    margin-top: 30px;
    margin-bottom: 40px;
}

.mobile-content .navigation .insights-content-wrap-parent .insights-content-wrap .filter-insights .tag-list li {
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
}

.mobile-content .navigation .insights-content-wrap-parent .insights-content-wrap .insights-block .red-square {
    width: 82.4vw;
    height: 82.4vw;
    white-space: initial;
    border: 1px solid #f30;
    padding: 22px;
    position: relative;
    display: block;
    margin-top: 3vw;
}

.mobile-content .navigation .insights-content-wrap-parent .insights-content-wrap .insights-block .red-square .title {
    font-family: Roobert-Medium, sans-serif;
    font-size: 12px;
    line-height: 16px;
}

.mobile-content .navigation .insights-content-wrap-parent .insights-content-wrap .insights-block .red-square p {
    font-size: 25.9833px;
    line-height: 25.9833px;
    position: absolute;
    bottom: 22px;
    font-family: GT-Alpina-Standard-Light, sans-serif;
}

.mobile-content .navigation .projects-content-wrap-parent {
    position: absolute;
    top: 29px;
    width: 100%;
    background: white;
    overflow: scroll;
}

.mobile-content .navigation .projects-content-wrap-parent .projects-content-wrap {
    padding-top: 45px;
}

.mobile-content .navigation .projects-content-wrap-parent .projects-content-wrap .top-right {
    position: absolute;
    right: 10px;
    width: 7.246vw;
    height: 7.246vw;
}

.mobile-content .navigation .projects-content-wrap-parent .projects-content-wrap .main-title {
    font-size: 12vw;
    letter-spacing: -2px;
    font-family: GT-Alpina-Standard-Light, sans-serif;
}

.mobile-content .navigation .projects-content-wrap-parent .projects-content-wrap .projects-block {
    margin-top: 40px;
}

.mobile-content .navigation .projects-content-wrap-parent .projects-content-wrap .projects-block .red-square {
    width: 82.4vw;
    height: 82.4vw;
    white-space: initial;
    border: 1px solid #f30;
    padding: 22px;
    position: relative;
    display: block;
    margin-top: 3vw;
}

.mobile-content .navigation .projects-content-wrap-parent .projects-content-wrap .projects-block .red-square .title {
    font-family: Roobert-Medium, sans-serif;
    font-size: 12px;
    line-height: 16px;
}

.mobile-content .navigation .projects-content-wrap-parent .projects-content-wrap .projects-block .red-square p {
    font-size: 25.9833px;
    line-height: 25.9833px;
    position: absolute;
    bottom: 22px;
    font-family: GT-Alpina-Standard-Light, sans-serif;
}

.mobile-content #caseStudyMobileContent {
    position: fixed;
    display: none;
    top: 100vh;
    bottom: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.mobile-content #caseStudyMobileContent.opened {
    height: calc(30px * 6);
    position: fixed;
    display: block;
    top: calc(100% - 30px * 6);
    width: 100vw;
    background: white;
}

.mobile-content #caseStudyMobileContent .section.case-study-panel__inner {
    position: absolute;
    background: white;
    overflow: hidden;
    width: calc(100% - 20px);
    padding: 0 10px;
    height: 30px;
}

.mobile-content #caseStudyMobileContent .section.case-study-panel__inner .case-study-panel__header {
    height: 29px;
    position: absolute;
    border-top: 1px solid;
    width: calc(100% - 20px);
    background: white;
    z-index: 1;
}

.mobile-content #caseStudyMobileContent .section.case-study-panel__inner .case-study-panel__header .case-study-text {
    font-size: 16px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 16px;
}

.mobile-content #caseStudyMobileContent .section.case-study-panel__inner .case-study-panel__header .case-study-text .case-study-index {
    font-family: Roobert-Regular, sans-serif;
    font-size: 16px;
    position: absolute;
    right: 0;
}

.mobile-content #caseStudyMobileContent .section.case-study-panel__inner .case-study-panel__header .case-study-text .case-study-text-wrap {
    font-family: GT-Alpina-Standard-Light, sans-serif;
    position: absolute;
}

.mobile-content #caseStudyMobileContent .section.case-study-panel__inner .case-study-panel__header .case-study-text .case-study-text-wrap .case-study-arrow {
    margin-left: 10px;
}

.mobile-content #caseStudyMobileContent .section.case-study-panel__inner .case-study-panel__body {
    position: absolute;
    height: 100%;
}

.mobile-content #caseStudyMobileContent .section.case-study-panel__inner .case-study-panel__body .case-study-panel__text {
    font-size: 10.87vw;
    padding-top: 15.048vw;
    max-width: 84vw;
    letter-spacing: -2px;
}

.mobile-content #caseStudyMobileContent .section.case-study-panel__inner .case-study-panel__body .case-study-panel__text .main-statement {
    font-family: GT-Alpina-Standard-Light, sans-serif;
}

.mobile-content #caseStudyMobileContent .section.case-study-panel__inner .case-study-panel__body .case-study-panel__text .main-statement-italic {
    font-family: GT-Alpina-Standard-Light-Italic, sans-serif;
}

.mobile-content #caseStudyMobileContent .section.case-study-panel__inner .case-number {
    font-family: Roobert-Regular, sans-serif;
    position: absolute;
    bottom: 0;
    right: 10px;
    font-size: 120px;
}

.mobile-content #caseStudyMobileContent .section.case-study-panel__inner .top-right {
    position: absolute;
    top: 16.464vw;
    right: 10px;
    width: 7.246vw;
    height: 7.246vw;
}

.mobile-content #caseStudyMobileContent .section.case-study-panel__inner.opened {
    bottom: calc( 30px * calc(5 - var(--item-index)));
}

.mobile-content #caseStudyMobileContent .section.case-study-panel__inner.with-calc-top {
    top: calc( 100vh - 40px - 30px * calc(var(--menu-items-length) - var(--item-index)));
}

.mobile-content #caseStudyMobileContent .section.case-study-panel__inner.preopened {
    top: calc( 100% - calc(30px * calc(var(--menu-items-length) - var(--item-index))));
}

.mobile-content #teamMobileContent {
    display: none;
}

.mobile-content #teamMobileContent.opened {
    display: block;
}

.mobile-content #teamMobileContent .section.team-panel__inner {
    position: absolute;
    background: #fff;
    width: calc(100% - 20px);
}

.mobile-content #teamMobileContent .section.team-panel__inner:not(.slided).opened {
    overflow-y: scroll;
}

.mobile-content #teamMobileContent .section.team-panel__inner.slided.opened {
    overflow: hidden;
}

.mobile-content #teamMobileContent .section.team-panel__inner.opened {
    bottom: calc(30px * calc(4 - var(--item-index)));
    max-height: calc(100vh - 42.5px - 30px * 4);
}

.mobile-content #teamMobileContent .section.team-panel__inner.preopened {
    top: calc( 100% - calc(30px * calc(var(--menu-team-items-length) - var(--item-index))));
    overflow: hidden;
    height: 30px;
}

.mobile-content #teamMobileContent .section.team-panel__inner .team-panel__header {
    border-top: 1px solid;
    height: 15px;
    padding-top: 6px;
}

.mobile-content #teamMobileContent .section.team-panel__inner .team-member-name {
    font-family: GT-Alpina-Standard-Light, sans-serif;
    font-size: 16px;
    letter-spacing: 0.4px;
}

.mobile-content #teamMobileContent .section.team-panel__inner .team-member-title {
    display: block;
    font-family: Roobert-Regular, sans-serif;
    font-size: 11px;
    margin-bottom: 26px;
    margin-top: 8px;
}

.mobile-content #teamMobileContent .section.team-panel__inner .team-img-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.mobile-content #teamMobileContent .section.team-panel__inner .team-img-block .team-member-img {
    max-height: 59vw;
    max-width: 44vw;
    margin-bottom: 16px;
    display: inline-block;
}

.mobile-content #teamMobileContent .section.team-panel__inner .team-member-copy {
    font-family: GT-Alpina-Standard-Light, sans-serif;
    font-size: 25px;
    line-height: 27px;
    letter-spacing: 0.3px;
    display: block;
    max-width: calc(100vw - 58px);
    padding-bottom: 23px;
}

.containery.displayNone {
    display: none;
}

.containery.content-intro {
    position: absolute;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    top: 0;
    z-index: 1001;
}

.containery.content-intro.active {
    top: 100vh;
}

.fullvw {
    width: 100vw;
    left: 0;
}

.desktop-content .navigation .contact-menu.displayNone {
    display: none;
}

.desktop-content .navigation .team-menu.displayNone {
    display: none;
}

.desktop-content .shadow-menu {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
    z-index: 988;
    background: #ff3300;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    pointer-events: none;
    opacity: 0;
}

.desktop-content .shadow-menu.active {
    opacity: 0.8;
}

@media only screen and (min-width: 768px) and (max-width: 1899px) {
}

@media only screen and (max-width: 767px) {
    header .logo {
        margin-top: 10px;
    }

    header .logo img {
        max-width: 60px;
    }

    header .logo-fixed {
        width: 100%;
        min-height: 60px;
        padding: 0px;
        text-align: left;
        position: fixed;
    }

    header .logo-fixed img {
        max-width: 60px;
    }
}

@media only screen and (min-width: 768px) {
    .desktop-content .navigation {
        height: 100vh;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 999;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .desktop-content .navigation.nav-opened:not(.fullvw):not(.navig-opened-by-cases) {
        width: 145px;
    }

    .desktop-content .navigation.nav-opened:not(.fullvw).navig-opened-by-cases {
        max-width: 100%;
        width: 100%;
    }

    .desktop-content .navigation.nav-opened.fullvw {
        left: unset;
    }

    .desktop-content .navigation.nav-opened .desktop-menu {
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .desktop-content .navigation.nav-opened .desktop-menu:not(.opened) {
        width: calc(var(--menu-items-length) * 38px);
    }

    .desktop-content .navigation.nav-opened .desktop-menu.opened {
        width: calc(100% - 31px);
        max-width: 100%;
    }

    .desktop-content .navigation.nav-opened .desktop-menu.opened-by-cases {
        max-width: calc(100% - 31px);
        width: 100%;
    }

    .desktop-content .navigation.nav-opened .desktop-menu.opened-by-cases > .sections {
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }

    .desktop-content .navigation.nav-opened .desktop-menu.opened-by-cases > .sections.off {
        opacity: 0;
    }

    .desktop-content .navigation .navigation-content {
        height: 100%;
        position: relative;
        display: inline-block;
        width: 31px;
    }

    .desktop-content .navigation .navigation-content.white-back {
        background: white;
    }

    .desktop-content .navigation .navigation-content.menu-content-opened {
        background-color: white;
    }

    .desktop-content .navigation .navigation-content .sideways {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        position: absolute;
    }

    .desktop-content .navigation .navigation-content .sideways #desktop-menu-js, .desktop-content .navigation .navigation-content .sideways #desktop-contact-js, .desktop-content .navigation .navigation-content .sideways #desktop-team-js {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .desktop-content .navigation .navigation-content .sideways.menu-sideway {
        top: 30px;
        right: 0;
        left: 0;
    }

    .desktop-content .navigation .navigation-content .sideways.team-sideway {
        top: 50%;
        right: 0;
    }

    .desktop-content .navigation .navigation-content .sideways.contact-sideway {
        bottom: 14px;
        top: auto;
        right: 0;
    }

    .desktop-content .navigation .navigation-content .sideways .navigation-btn {
        font-family: Roobert-Bold, sans-serif;
    }

    .desktop-content .navigation .navigation-content .sideways .contact-btn {
        position: absolute;
        font-family: Roobert-Bold, sans-serif;
        padding-bottom: 5px;
    }

    .desktop-content .navigation .navigation-content .sideways .team-btn {
        position: absolute;
        font-family: Roobert-Bold, sans-serif;
        padding-bottom: 5px;
    }

    .desktop-content .navigation .navigation-content .sideways .navigation-arrow-up {
        font-family: GT-Alpina-Standard-Light, sans-serif;
        font-size: 20px;
    }

    .desktop-content .navigation .navigation-content .sideways .navigation-arrow-up.rotated {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .desktop-content .navigation .desktop-menu.displayNone {
        display: none;
    }

    .desktop-content .navigation .desktop-menu, .desktop-content .navigation .contact-menu, .desktop-content .navigation .team-menu {
        height: 100%;
        position: relative;
        display: inline-block;
        width: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .desktop-content .navigation .desktop-menu .sections, .desktop-content .navigation .contact-menu .sections, .desktop-content .navigation .team-menu .sections {
        position: absolute;
        background: white;
        height: 100%;
        display: inline-block;
        white-space: nowrap;
        width: 100%;
    }

    .desktop-content .navigation .desktop-menu .sections.displayNone, .desktop-content .navigation .contact-menu .sections.displayNone, .desktop-content .navigation .team-menu .sections.displayNone {
        display: none;
    }

    .desktop-content .navigation .desktop-menu .sections .sideways, .desktop-content .navigation .contact-menu .sections .sideways, .desktop-content .navigation .team-menu .sections .sideways {
        font-family: GT-Alpina-Standard-Light, sans-serif;
        font-size: 20px;
    }

    .desktop-content .navigation .desktop-menu .sections .sideways #menu-item-0-js .menu-item-text, .desktop-content .navigation .contact-menu .sections .sideways #menu-item-0-js .menu-item-text, .desktop-content .navigation .team-menu .sections .sideways #menu-item-0-js .menu-item-text {
        top: 180px;
    }

    .desktop-content .navigation .desktop-menu .sections .sideways #menu-item-1-js .menu-item-text, .desktop-content .navigation .contact-menu .sections .sideways #menu-item-1-js .menu-item-text, .desktop-content .navigation .team-menu .sections .sideways #menu-item-1-js .menu-item-text {
        top: 197px;
    }

    .desktop-content .navigation .desktop-menu .sections .sideways #menu-item-2-js .menu-item-text, .desktop-content .navigation .contact-menu .sections .sideways #menu-item-2-js .menu-item-text, .desktop-content .navigation .team-menu .sections .sideways #menu-item-2-js .menu-item-text {
        top: 140px;
    }

    .desktop-content .navigation .desktop-menu .sections .sideways .menu-item-text, .desktop-content .navigation .desktop-menu .sections .sideways .contact-item-text, .desktop-content .navigation .desktop-menu .sections .sideways .team-item-text, .desktop-content .navigation .contact-menu .sections .sideways .menu-item-text, .desktop-content .navigation .contact-menu .sections .sideways .contact-item-text, .desktop-content .navigation .contact-menu .sections .sideways .team-item-text, .desktop-content .navigation .team-menu .sections .sideways .menu-item-text, .desktop-content .navigation .team-menu .sections .sideways .contact-item-text, .desktop-content .navigation .team-menu .sections .sideways .team-item-text {
        position: absolute;
        left: 0px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        right: 100%;
    }

    .desktop-content .navigation .desktop-menu .sections .sideways .menu-item-text .menu-item-title, .desktop-content .navigation .desktop-menu .sections .sideways .menu-item-text .menu-item-arrow, .desktop-content .navigation .desktop-menu .sections .sideways .menu-item-text .contact-item-title, .desktop-content .navigation .desktop-menu .sections .sideways .menu-item-text .contact-item-arrow, .desktop-content .navigation .desktop-menu .sections .sideways .menu-item-text .team-item-title, .desktop-content .navigation .desktop-menu .sections .sideways .menu-item-text .team-item-arrow, .desktop-content .navigation .desktop-menu .sections .sideways .contact-item-text .menu-item-title, .desktop-content .navigation .desktop-menu .sections .sideways .contact-item-text .menu-item-arrow, .desktop-content .navigation .desktop-menu .sections .sideways .contact-item-text .contact-item-title, .desktop-content .navigation .desktop-menu .sections .sideways .contact-item-text .contact-item-arrow, .desktop-content .navigation .desktop-menu .sections .sideways .contact-item-text .team-item-title, .desktop-content .navigation .desktop-menu .sections .sideways .contact-item-text .team-item-arrow, .desktop-content .navigation .desktop-menu .sections .sideways .team-item-text .menu-item-title, .desktop-content .navigation .desktop-menu .sections .sideways .team-item-text .menu-item-arrow, .desktop-content .navigation .desktop-menu .sections .sideways .team-item-text .contact-item-title, .desktop-content .navigation .desktop-menu .sections .sideways .team-item-text .contact-item-arrow, .desktop-content .navigation .desktop-menu .sections .sideways .team-item-text .team-item-title, .desktop-content .navigation .desktop-menu .sections .sideways .team-item-text .team-item-arrow, .desktop-content .navigation .contact-menu .sections .sideways .menu-item-text .menu-item-title, .desktop-content .navigation .contact-menu .sections .sideways .menu-item-text .menu-item-arrow, .desktop-content .navigation .contact-menu .sections .sideways .menu-item-text .contact-item-title, .desktop-content .navigation .contact-menu .sections .sideways .menu-item-text .contact-item-arrow, .desktop-content .navigation .contact-menu .sections .sideways .menu-item-text .team-item-title, .desktop-content .navigation .contact-menu .sections .sideways .menu-item-text .team-item-arrow, .desktop-content .navigation .contact-menu .sections .sideways .contact-item-text .menu-item-title, .desktop-content .navigation .contact-menu .sections .sideways .contact-item-text .menu-item-arrow, .desktop-content .navigation .contact-menu .sections .sideways .contact-item-text .contact-item-title, .desktop-content .navigation .contact-menu .sections .sideways .contact-item-text .contact-item-arrow, .desktop-content .navigation .contact-menu .sections .sideways .contact-item-text .team-item-title, .desktop-content .navigation .contact-menu .sections .sideways .contact-item-text .team-item-arrow, .desktop-content .navigation .contact-menu .sections .sideways .team-item-text .menu-item-title, .desktop-content .navigation .contact-menu .sections .sideways .team-item-text .menu-item-arrow, .desktop-content .navigation .contact-menu .sections .sideways .team-item-text .contact-item-title, .desktop-content .navigation .contact-menu .sections .sideways .team-item-text .contact-item-arrow, .desktop-content .navigation .contact-menu .sections .sideways .team-item-text .team-item-title, .desktop-content .navigation .contact-menu .sections .sideways .team-item-text .team-item-arrow, .desktop-content .navigation .team-menu .sections .sideways .menu-item-text .menu-item-title, .desktop-content .navigation .team-menu .sections .sideways .menu-item-text .menu-item-arrow, .desktop-content .navigation .team-menu .sections .sideways .menu-item-text .contact-item-title, .desktop-content .navigation .team-menu .sections .sideways .menu-item-text .contact-item-arrow, .desktop-content .navigation .team-menu .sections .sideways .menu-item-text .team-item-title, .desktop-content .navigation .team-menu .sections .sideways .menu-item-text .team-item-arrow, .desktop-content .navigation .team-menu .sections .sideways .contact-item-text .menu-item-title, .desktop-content .navigation .team-menu .sections .sideways .contact-item-text .menu-item-arrow, .desktop-content .navigation .team-menu .sections .sideways .contact-item-text .contact-item-title, .desktop-content .navigation .team-menu .sections .sideways .contact-item-text .contact-item-arrow, .desktop-content .navigation .team-menu .sections .sideways .contact-item-text .team-item-title, .desktop-content .navigation .team-menu .sections .sideways .contact-item-text .team-item-arrow, .desktop-content .navigation .team-menu .sections .sideways .team-item-text .menu-item-title, .desktop-content .navigation .team-menu .sections .sideways .team-item-text .menu-item-arrow, .desktop-content .navigation .team-menu .sections .sideways .team-item-text .contact-item-title, .desktop-content .navigation .team-menu .sections .sideways .team-item-text .contact-item-arrow, .desktop-content .navigation .team-menu .sections .sideways .team-item-text .team-item-title, .desktop-content .navigation .team-menu .sections .sideways .team-item-text .team-item-arrow {
        position: relative;
        top: 18px;
    }

    .desktop-content .navigation .desktop-menu .sections .sideways .menu-item-text .menu-item-arrow, .desktop-content .navigation .desktop-menu .sections .sideways .menu-item-text .contact-item-arrow, .desktop-content .navigation .desktop-menu .sections .sideways .menu-item-text .team-item-arrow, .desktop-content .navigation .desktop-menu .sections .sideways .contact-item-text .menu-item-arrow, .desktop-content .navigation .desktop-menu .sections .sideways .contact-item-text .contact-item-arrow, .desktop-content .navigation .desktop-menu .sections .sideways .contact-item-text .team-item-arrow, .desktop-content .navigation .desktop-menu .sections .sideways .team-item-text .menu-item-arrow, .desktop-content .navigation .desktop-menu .sections .sideways .team-item-text .contact-item-arrow, .desktop-content .navigation .desktop-menu .sections .sideways .team-item-text .team-item-arrow, .desktop-content .navigation .contact-menu .sections .sideways .menu-item-text .menu-item-arrow, .desktop-content .navigation .contact-menu .sections .sideways .menu-item-text .contact-item-arrow, .desktop-content .navigation .contact-menu .sections .sideways .menu-item-text .team-item-arrow, .desktop-content .navigation .contact-menu .sections .sideways .contact-item-text .menu-item-arrow, .desktop-content .navigation .contact-menu .sections .sideways .contact-item-text .contact-item-arrow, .desktop-content .navigation .contact-menu .sections .sideways .contact-item-text .team-item-arrow, .desktop-content .navigation .contact-menu .sections .sideways .team-item-text .menu-item-arrow, .desktop-content .navigation .contact-menu .sections .sideways .team-item-text .contact-item-arrow, .desktop-content .navigation .contact-menu .sections .sideways .team-item-text .team-item-arrow, .desktop-content .navigation .team-menu .sections .sideways .menu-item-text .menu-item-arrow, .desktop-content .navigation .team-menu .sections .sideways .menu-item-text .contact-item-arrow, .desktop-content .navigation .team-menu .sections .sideways .menu-item-text .team-item-arrow, .desktop-content .navigation .team-menu .sections .sideways .contact-item-text .menu-item-arrow, .desktop-content .navigation .team-menu .sections .sideways .contact-item-text .contact-item-arrow, .desktop-content .navigation .team-menu .sections .sideways .contact-item-text .team-item-arrow, .desktop-content .navigation .team-menu .sections .sideways .team-item-text .menu-item-arrow, .desktop-content .navigation .team-menu .sections .sideways .team-item-text .contact-item-arrow, .desktop-content .navigation .team-menu .sections .sideways .team-item-text .team-item-arrow {
        padding-left: 62px;
    }

    .desktop-content .navigation .desktop-menu .sections .sideways .menu-item-arrow-bottom, .desktop-content .navigation .contact-menu .sections .sideways .menu-item-arrow-bottom, .desktop-content .navigation .team-menu .sections .sideways .menu-item-arrow-bottom {
        display: none;
        position: absolute;
        bottom: 10px;
        left: 13px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .desktop-content .navigation .desktop-menu .sections .section, .desktop-content .navigation .contact-menu .sections .section, .desktop-content .navigation .team-menu .sections .section {
        background: white;
        border-left: 1px solid #f30;
        display: inline-block;
        height: 100%;
        pointer-events: auto;
        position: absolute;
        width: calc( 100vw - calc(var(--menu-items-length) - var(--menu-item-index)) * 40px + 10px - calc(var(--menu-item-index) * 40px));
        z-index: calc(var(--menu-item-index) + 1);
        -webkit-transition: left 0.4s;
        transition: left 0.4s;
    }

    .desktop-content .navigation .desktop-menu .sections .section.closed:not(.html-case-menu-item), .desktop-content .navigation .contact-menu .sections .section.closed:not(.html-case-menu-item), .desktop-content .navigation .team-menu .sections .section.closed:not(.html-case-menu-item) {
        left: calc(100% - 38px);
    }

    .desktop-content .navigation .desktop-menu .sections .section:not(.html-case-menu-item), .desktop-content .navigation .contact-menu .sections .section:not(.html-case-menu-item), .desktop-content .navigation .team-menu .sections .section:not(.html-case-menu-item) {
        left: calc(var(--menu-item-index) * 38px);
    }

    .desktop-content .navigation .desktop-menu .sections .section.contact-section, .desktop-content .navigation .contact-menu .sections .section.contact-section, .desktop-content .navigation .team-menu .sections .section.contact-section {
        width: 40px;
        left: 0;
        z-index: 3;
    }

    .desktop-content .navigation .desktop-menu .sections .section.team-section, .desktop-content .navigation .contact-menu .sections .section.team-section, .desktop-content .navigation .team-menu .sections .section.team-section {
        border-left: 0;
        width: 40px;
        left: 0;
        z-index: 3;
    }

    .desktop-content .navigation .contact-menu {
        width: 0;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        z-index: 999;
    }

    .desktop-content .navigation .contact-menu.opened {
        display: inline-block;
        width: 33.051vw;
    }

    .desktop-content .navigation .contact-menu .contact-item-text {
        top: 138px;
    }

    .desktop-content .navigation .contact-menu .contact-line-bottom {
        display: none;
        position: absolute;
        bottom: 10px;
        left: 13px;
    }

    .desktop-content .navigation .contact-menu .contact-content a, .desktop-content .navigation .contact-menu .contact-content p {
        font-family: GT-Alpina-Standard-Light, sans-serif;
        font-size: 1.356vw;
        line-height: 1.695vw;
    }

    .desktop-content .navigation .contact-menu .contact-content .inner-row {
        position: relative;
        padding-left: 6.441vw;
    }

    .desktop-content .navigation .contact-menu .contact-content .inner-row .contactImg {
        max-width: 13.136vw;
        margin-top: 10.559vw;
    }

    .desktop-content .navigation .contact-menu .contact-content .inner-row .contact-heading {
        margin-top: 2.119vw;
    }

    .desktop-content .navigation .contact-menu .contact-content .inner-row .contact-heading h2 {
        font-family: Roobert-Bold, sans-serif;
        font-size: 1.695vw;
        line-height: 2.542vw;
    }

    .desktop-content .navigation .contact-menu .contact-content .inner-row .col-3.d-block {
        margin-top: 4.915vw;
    }

    .desktop-content .navigation .contact-menu .contact-content .inner-row .col-2.d-block {
        margin-top: 2.373vw;
    }

    .desktop-content .navigation .contact-menu .contact-content .inner-row .col-2.d-block a {
        display: block;
    }

    .desktop-content .navigation .contact-menu .contact-content .inner-row .top-right {
        position: absolute;
        right: 0;
        top: 20px;
        left: 28.424vw;
    }

    .desktop-content .navigation .team-menu {
        width: 0;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        z-index: 999;
    }

    .desktop-content .navigation .team-menu.opened {
        display: inline-block;
        width: 50vw;
    }

    .desktop-content .navigation .team-menu .team-item-text {
        top: 464px;
    }

    .desktop-content .navigation .team-menu .team-item-text .team-item-title {
        margin-left: 30px;
    }

    .desktop-content .navigation .team-menu .team-line-bottom {
        display: none;
        position: absolute;
        bottom: 10px;
        left: 13px;
    }

    .desktop-content .navigation .team-menu .team-content a, .desktop-content .navigation .team-menu .team-content p {
        font-family: GT-Alpina-Standard-Light, sans-serif;
        font-size: 1.356vw;
        line-height: 1.695vw;
    }

    .desktop-content .navigation .team-menu .team-content .inner-row {
        position: relative;
        padding-left: 6.441vw;
    }

    .desktop-content .navigation .team-menu .team-content .inner-row .row-team-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .desktop-content .navigation .team-menu .team-content .inner-row .row-team-block .col-6 {
        margin-top: 70px;
		margin-bottom: 20px;
    }

    .desktop-content .navigation .team-menu .team-content .inner-row .row-team-block .col-6 img {
        height: 23.729vw;
    }

    .desktop-content .navigation .team-menu .team-content .inner-row .row-team-block .col-6:nth-child(2) {
        margin-left: 18px;
    }

    .desktop-content .navigation .team-menu .team-content .inner-row .col-3.d-block {
        margin-top: 4.915vw;
    }

    .desktop-content .navigation .team-menu .team-content .inner-row .col-2.d-block {
        margin-top: 2.373vw;
    }

    .desktop-content .navigation .team-menu .team-content .inner-row .col-2.d-block a {
        display: block;
    }

    .desktop-content .navigation .team-menu .team-content .inner-row .top-right {
        position: absolute;
        right: 0;
        top: 20px;
        left: 45.424vw;
    }

    .desktop-content .navigation .insights-wrap, .desktop-content .navigation .projects-wrap {
        height: inherit;
        -ms-overflow-style: none;
        scrollbar-width: none;
        overflow-y: scroll;
    }

    .desktop-content .navigation .insights-wrap::-webkit-scrollbar, .desktop-content .navigation .projects-wrap::-webkit-scrollbar {
        display: none;
    }

    header .logo {
        margin-top: 10px;
    }

    header .logo img {
        width: 5.085vw;
        max-width: 81.35px;
        min-width: 60px;
    }

    header .logo-fixed {
        width: 100%;
        min-height: 60px;
        padding: 0px;
        text-align: left;
        position: fixed;
        margin-top: 10px;
        left: 0.9vh;
    }

    header .logo-fixed img {
        width: 5.085vw;
        max-width: 81.35px;
        min-width: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1179px) {
    .desktop-content .navigation .navigation-content .sideways {
        margin-top: 10px;
        font-size: 14px;
        line-height: 20px;
    }

    .desktop-content .navigation .navigation-content .sideways .contact-btn {
        bottom: 50%;
    }

    .desktop-content .navigation .navigation-content .sideways .team-btn {
        bottom: 50%;
    }

    .desktop-content .navigation .navigation-content .sideways .navigation-arrow-up {
        margin-left: 7px;
    }
	.text p .hover-image {
		left: 300px;
	}
	
	div#clientsD .text p {
		font-size: 2.222vw;
		line-height: 2.5vw;
		letter-spacing: -0.042vw;
	}
}

@media only screen and (min-width: 1180px) {
    .desktop-content .navigation .navigation-content .sideways {
        margin-top: 10px;
        font-size: 14px;
        line-height: 20px;
    }

    .desktop-content .navigation .navigation-content .sideways .contact-btn {
        bottom: 50%;
    }

    .desktop-content .navigation .navigation-content .sideways .team-btn {
        bottom: 50%;
    }

    .desktop-content .navigation .navigation-content .sideways .navigation-arrow-up {
        margin-left: 7px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1899px) {
    .insights-content {
        margin-left: 10.763vw;
        margin-top: 71px;
        position: relative;
    }

    .insights-content .insights-content-wrap {
        width: calc((0.593vw + 21.186vw + 1vw) * 3);
        position: relative;
    }

    .insights-content .main-title {
        font-family: GT-Alpina-Standard-Light, sans-serif;
        font-size: 5.508vw;
        line-height: 5.508vw;
        white-space: initial;
        letter-spacing: -0.169vw;
    }

    .insights-content .filter-insights {
        margin-top: 3.39vw;
    }

    .insights-content .folder-icon {
        width: 15px;
        height: auto;
    }

    .insights-content .filter-span {
        font-family: Roobert-Medium, sans-serif;
        font-size: 15px;
        line-height: 15px;
    }

    .insights-content .tag-list {
        font-family: Roobert-Medium, sans-serif;
        font-size: 14px;
        line-height: 24px;
        white-space: initial;
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .insights-content .tag-list li {
        display: inline-block;
        width: 16.5vw;
    }

    .insights-content .top-right {
        position: absolute;
        right: 3.593vw;
        top: 6px;
        width: 2.542vw;
        height: 2.542vw;
    }

    .insights-content .insights-block {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .insights-content .insights-block .row {
        white-space: initial;
    }

    .insights-content .insights-block .red-square {
        width: 18.136vw;
        height: 18.136vw;
        white-space: initial;
        border: 1px solid #f30;
        padding: 1.441vw;
        position: relative;
        display: inline-block;
        margin-right: 0.593vw;
        margin-top: 0.847vw;
    }

    .insights-content .insights-block .red-square .title {
        font-family: Roobert-Medium, sans-serif;
        font-size: 1.017vw;
        line-height: 1.356vw;
    }

    .insights-content .insights-block .red-square p {
        font-size: 2.203vw;
        line-height: 2.203vw;
        position: absolute;
        bottom: 17px;
        letter-spacing: -0.5px;
    }

    .projects-content {
        margin-left: 8.763vw;
        margin-top: 0px;
        position: relative;
    }

    .projects-content .projects-content-wrap {
        width: calc((0.593vw + 21.186vw + 1vw) * 3);
        position: relative;
    }

    .projects-content .main-title {
        font-family: GT-Alpina-Standard-Light, sans-serif;
        font-size: 5.508vw;
        line-height: 5.508vw;
        white-space: initial;
        letter-spacing: -0.169vw;
    }

    .projects-content .top-right {
        position: absolute;
        right: 3.593vw;
        top: -8.5vw;
        width: 2.542vw;
        height: 2.542vw;
    }

    .projects-content .projects-block {
        margin-top: 0px;
        margin-bottom: 50px;
    }

    .projects-content .projects-block .row {
        white-space: initial;
    }

    .projects-content .projects-block .red-square {
        width: 18.136vw;
        height: 18.136vw;
        white-space: initial;
        border: 1px solid #f30;
        padding: 1.441vw;
        position: relative;
        display: inline-block;
        margin-right: 0.593vw;
        margin-top: 0.847vw;
    }

    .projects-content .projects-block .red-square .title {
        font-family: Roobert-Bold, sans-serif;
        font-size: 1.017vw;
        line-height: 1.356vw;
    }

    .projects-content .projects-block .red-square p {
        font-size: 2.203vw;
        line-height: 2.203vw;
        position: absolute;
        bottom: 17px;
        letter-spacing: -0.5px;
    }

    .desktop-content .team-content .team-member-name {
        font-size: 2.222vw;
        line-height: 2.5vw;
        letter-spacing: -0.042vw;
    }

    .desktop-content .team-content .team-member-title {
        font-size: 0.847vw;
        line-height: 1.017vw;
        margin-top: 0.339vw;
    }

    .desktop-content .team-content .team-member-copy {
        font-size: 2.222vw;
        line-height: 2.5vw;
        letter-spacing: -0.042vw;
        width: 35.593vw;
        margin-top: 16px;
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 1900px) {
    .insights-content {
        margin-left: 204.483px;
        margin-top: 71px;
        position: relative;
    }

    .insights-content .insights-content-wrap {
        width: 1298.4px;
        position: relative;
    }

    .insights-content .main-title {
        font-family: GT-Alpina-Standard-Light, sans-serif;
        font-size: 104.65px;
        line-height: 104.65px;
        white-space: initial;
        letter-spacing: -3.2px;
    }

    .insights-content .filter-insights {
        margin-top: 64.4px;
    }

    .insights-content .folder-icon {
        width: 15px;
        height: auto;
    }

    .insights-content .filter-span {
        font-family: Roobert-Medium, sans-serif;
        font-size: 15px;
        line-height: 15px;
    }

    .insights-content .tag-list {
        font-family: Roobert-Medium, sans-serif;
        font-size: 14px;
        line-height: 24px;
        white-space: initial;
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .insights-content .tag-list li {
        display: inline-block;
        width: 199.5px;
    }

    .insights-content .top-right {
        position: absolute;
        right: 3.593vw;
        top: 6px;
        width: 48.2833px;
        height: 48.2833px;
    }

    .insights-content .insights-block {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .insights-content .insights-block .row {
        white-space: initial;
    }

    .insights-content .insights-block .red-square {
        width: 344.583px;
        height: 344.583px;
        white-space: initial;
        border: 1px solid #f30;
        padding: 27.3667px;
        position: relative;
        display: inline-block;
        margin-right: 11.2667px;
        margin-top: 16.0833px;
    }

    .insights-content .insights-block .red-square .title {
        font-family: Roobert-Medium, sans-serif;
        font-size: 19.3167px;
        line-height: 25.75px;
    }

    .insights-content .insights-block .red-square p {
        font-size: 41.85px;
        line-height: 41.85px;
        position: absolute;
        bottom: 17px;
        letter-spacing: -0.5px;
    }

    .projects-content {
        margin-left: 204.483px;
        margin-top: 71px;
        position: relative;
    }

    .projects-content .projects-content-wrap {
        width: 1298.4px;
        position: relative;
    }

    .projects-content .main-title {
        font-family: GT-Alpina-Standard-Light, sans-serif;
        font-size: 104.65px;
        line-height: 104.65px;
        white-space: initial;
        letter-spacing: -3.2px;
    }

    .projects-content .top-right {
        position: absolute;
        right: 3.593vw;
        top: 6px;
        width: 48.2833px;
        height: 48.2833px;
    }

    .projects-content .projects-block {
        margin-top: 134.4px;
        margin-bottom: 50px;
    }

    .projects-content .projects-block .row {
        white-space: initial;
    }

    .projects-content .projects-block .red-square {
        width: 344.583px;
        height: 344.583px;
        white-space: initial;
        border: 1px solid #f30;
        padding: 27.3667px;
        position: relative;
        display: inline-block;
        margin-right: 11.2667px;
        margin-top: 16.0833px;
    }

    .projects-content .projects-block .red-square .title {
        font-family: Roobert-Medium, sans-serif;
        font-size: 19.3167px;
        line-height: 25.75px;
    }

    .projects-content .projects-block .red-square p {
        font-size: 41.85px;
        line-height: 41.85px;
        position: absolute;
        bottom: 17px;
        letter-spacing: -0.5px;
    }

    .desktop-content .team-content .team-member-name {
        font-size: 42.1833px;
        line-height: 47.4667px;
        letter-spacing: -0.78px;
    }

    .desktop-content .team-content .team-member-title {
        font-size: 16px;
        line-height: 19.3px;
        margin-top: 6.433px;
    }

    .desktop-content .team-content .team-member-copy {
        font-size: 42.1833px;
        line-height: 47.4667px;
        letter-spacing: -0.78px;
        width: 35.593vw;
        margin-top: 16px;
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 500px) and (max-width: 767px) {
    .mobile-content .navigation .contact-menu .contact-wrap {
        width: 319.35px;
        margin: 0 auto;
    }

    .mobile-content .navigation .contact-menu .contactImg {
        max-width: 216.95px;
    }

    .mobile-content .navigation .contact-menu .contact-heading {
        margin-top: 36.15px;
    }

    .mobile-content .navigation .contact-menu .contact-heading h2 {
        font-size: 26.6px;
        line-height: 26.6px;
    }

    .mobile-content .navigation .contact-menu .contact-heading a {
        font-size: 21.2833px;
        line-height: 26.6px;
    }

    .mobile-content .navigation .contact-menu .d-block {
        font-size: 19.2833px;
        line-height: 24.1px;
    }

    .mobile-content .navigation .contact-menu .col-3 {
        margin-top: 72.3167px;
    }

    .mobile-content .navigation .contact-menu .col-2 {
        margin-top: 30.1333px;
    }

    .mobile-content .navigation .contact-menu .top-right {
        width: 36.15px;
        height: 36.15px;
    }

    .mobile-content .navigation .team-menu .team-wrap {
        width: 319.35px;
        margin: 0 auto;
    }

    .mobile-content .navigation .team-menu .d-block {
        font-size: 19.2833px;
        line-height: 24.1px;
    }

    .mobile-content .navigation .team-menu .col-3 {
        margin-top: 72.3167px;
    }

    .mobile-content .navigation .team-menu .col-2 {
        margin-top: 30.1333px;
    }

    .mobile-content .navigation .team-menu .top-right {
        width: 36.15px;
        height: 36.15px;
    }

    .mobile-content .navigation .insights-content-wrap-parent .insights-content-wrap .top-right {
        right: 10.868vw;
    }

    .mobile-content .navigation .insights-content-wrap-parent .insights-content-wrap .insights-block .red-square {
        width: 44.4vw;
        height: 44.4vw;
        display: inline-block;
        margin-top: 1.847vw;
        margin-right: 1.847vw;
        padding: unset;
    }

    .mobile-content .navigation .insights-content-wrap-parent .insights-content-wrap .insights-block .red-square .title {
        position: relative;
        top: 2vw;
        left: 2vw;
    }

    .mobile-content .navigation .insights-content-wrap-parent .insights-content-wrap .insights-block .red-square p {
        bottom: 2vw;
        padding: 2vw;
    }

    .mobile-content .navigation .projects-content-wrap-parent .projects-content-wrap .top-right {
        right: 10.868vw;
		top: 12.5vw;
    }

    .mobile-content .navigation .projects-content-wrap-parent .projects-content-wrap .projects-block .red-square {
        width: 44.4vw;
        height: 44.4vw;
        display: inline-block;
        margin-top: 1.847vw;
        margin-right: 1.847vw;
        padding: unset;
    }

    .mobile-content .navigation .projects-content-wrap-parent .projects-content-wrap .projects-block .red-square .title {
        position: relative;
        top: 2vw;
        left: 2vw;
    }

    .mobile-content .navigation .projects-content-wrap-parent .projects-content-wrap .projects-block .red-square p {
        bottom: 2vw;
        padding: 2vw;
    }
}

@media only screen and (min-width: 1600px) {
    .desktop-content .navigation .contact-menu.opened {
        display: inline-block;
        width: 528.8px;
    }

    .desktop-content .navigation .contact-menu .contact-content a, .desktop-content .navigation .contact-menu .contact-content p {
        font-size: 21.6833px;
        line-height: 27.1167px;
    }

    .desktop-content .navigation .contact-menu .contact-content .inner-row {
        padding-left: 103.05px;
    }

    .desktop-content .navigation .contact-menu .contact-content .inner-row .contactImg {
        max-width: 210.167px;
    }

    .desktop-content .navigation .contact-menu .contact-content .inner-row .contact-heading h2 {
        font-size: 27.1167px;
        line-height: 40.6667px;
    }

    .desktop-content .navigation .contact-menu .contact-content .inner-row .top-right {
        left: 406.783px;
    }

    .desktop-content .navigation .team-menu.opened {
        width: 50vw;
    }

    .desktop-content .navigation .team-menu .team-content a, .desktop-content .navigation .team-menu .team-content p {
        font-size: 1.356vw;
        line-height: 1.695vw;
    }

    .desktop-content .navigation .team-menu .team-content .inner-row {
        padding-left: 6.441vw;
    }

    .desktop-content .navigation .team-menu .team-content .inner-row .row-team-block .col-6 img {
        height: 23.729vw;
    }

    .desktop-content .navigation .team-menu .team-content .inner-row .col-3.d-block {
        margin-top: 4.915vw;
    }

    .desktop-content .navigation .team-menu .team-content .inner-row .col-2.d-block {
        margin-top: 2.373vw;
    }

    .desktop-content .navigation .team-menu .team-content .inner-row .top-right {
        left: 45.424vw;
    }
}

@media screen and (max-width: 791px) {
    .mobile-content .navigation .projects-content-wrap-parent .projects-content-wrap .projects-block .red-square p, .mobile-content .navigation .insights-content-wrap-parent .insights-content-wrap .insights-block .red-square p {
        font-size: 5vw !important;
        line-height: 5vw !important;
        letter-spacing: -0.5px !important;
    }
}

@media screen and (max-width: 498px) {
    .mobile-content .navigation .projects-content-wrap-parent .projects-content-wrap .projects-block .red-square p, .mobile-content .navigation .insights-content-wrap-parent .insights-content-wrap .insights-block .red-square p {
        font-size: 10vw !important;
        line-height: 10vw !important;
        letter-spacing: -0.5px !important;
    }
}

.mobile-break {
    display: none;
}

@media screen and (max-width: 500px) {
    .mobile-break {
        display: block;
    }

    .tablet-break {
        display: none;
    }
}

#filter-insights-js {
    display: none;
}

.no-scroll {
    overflow: hidden;
}

@media only screen and (min-width: 414px) and (max-width: 767px) {
    .mobile-content #clients p a {
        line-height: max(2.5vw, 26px);
        font-size: max(2.222vw, 22px);
    }
	.text p .hover-image {
		left: 300px;
	}

	.text p img {
		max-width: 210px !important;
		width: initial !important;
	}
	div#clients {
		margin-top: 60px;
	}
	ul.project-cats {
		position: absolute;
		top: 135px;
	}
	.mobile-content .navigation .mobile-menu .row {
		height: auto;
		border: 0px;
	}
	.sequare-projects {
		display: none;
	}
	.sequare-projects {
		position: relative;
		top: 20px;
		padding-bottom: 20px;
	}
	.rollup-clients {
		display: none;
	}
}
