@font-face {
    font-family: 'Suisse BP Intl';
    src: url('fonts/SuisseBPIntl-Bold.woff2') format('woff2'),
        url('fonts/SuisseBPIntl-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suisse BP Intl';
    src: url('fonts/SuisseBPIntl-Medium.woff2') format('woff2'),
        url('fonts/SuisseBPIntl-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suisse BP Intl';
    src: url('fonts/SuisseBPIntl-Regular.woff2') format('woff2'),
        url('fonts/SuisseBPIntl-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html.is-animating.to-false .transition-main {
    opacity: 1;
}
html.is-leaving.to-false .transition-main {
}

:root {
    --red: #FF2333;
    --white: #FFFEF2;
    --font-48: 40px;
    --font-30: 25px;
    --font-21: 20px;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-right: 10px;
    padding-left: 10px;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 10000;
    color: #FFFEF2;
}

html.is-changing .transition-main {
    transition: opacity 100ms ease;
}

html.is-animating .transition-main {
    opacity: 0;
}

html,
body {
    -webkit-font-smoothing: antialiased;
    font-family: 'Suisse BP Intl';
    height: 100%;
    color: #000;
    background: #FFFEF2;
}

/* TYPOGRAPHY */
h1,
.h1 {
    font-size: ;
    line-height: ;
}

h2,
.h2 {
    font-size: var(--font-48);
    line-height: 50px;
    line-height: 1.041666em;
}

h3,
.h3 {
    font-size: 30px;
    line-height: ;
}

h4,
.h4,
.font-30 {
    font-size: var(--font-30);
    line-height: 36px;
    line-height: 1.2em;
}

h5,
.h5 {
    font-size: var(--font-21);
    line-height: ;
}

body,
html {
    font-size: ;
    line-height: ;
}

small {
    font-size: ;
    line-height: ;
}

.elementor-button,
.btn.btn-default {
    font-size: ;
    line-height: ;
    background: #EAE9DF;
    font-weight: 500;
    border-radius: 5px;
    padding: 3px 10px;
}


.normal,
.normal p {
    font-weight: 400 !important;
}

.medium {
    font-weight: 500;
}

.font-21-22 {
    font-size: var(--font-21);
    line-height: 1.0476em;
}

#control .controls>div,
#menu .menu,
#open-control,
.menus .menu,
.control,
.filter-menu {
    font-size: var(--font-21);
    line-height: 18px;
    font-weight: 500;
}

.content p {
    font-size: var(--font-30);
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 30px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

/* END TYPOGRAPHY */


.mb-20 {
    margin-bottom: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-1, .mt-10 {
    margin-top: 10px !important;
}
.mb-1, .mb-10 {
    margin-bottom: 10px !important;
}

.red {
    color: var(--red);
}

html.party .red {
    color: var(--white);
}

body.home header {
    opacity: 0;
}

.loaded header {
    opacity: 1 !important;
}

.container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}

.content {
    padding-top: 30px;
    padding-bottom: 150px;
}

.single-work.content {
    padding-bottom: 30px;
}

.single-work-sidebar {
    padding-bottom: 90px;
}

.content img {
    border-radius: 15px;
    width: 100%;
}

html {
    transition: background .5s ease;

}

/* LANDING */
#landing-grid-amok {
    position: absolute;
    height: 100%;
    width: calc(100% - 100px);
    top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    right: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    z-index: 999;
    background: #FFFEF2;
    transition: background .5s ease;
}

/* #landing-grid-amok svg {
    height: 300px;
    xwidth: auto;
    margin-left: 30px;
} */
#landing-grid-amok g#Component_45_4:hover path {
    fill: #FF2333;
}

/* .a, .m, .ok {
    font-size: 500px;
    font-weight: 500;
    line-height: 380px;
} */
.stack.ok {
    display: flex;
    flex-direction: row;
    display: none;
}

#ok-container-stacked {
    display: none;
    top: 40px;
    right: 0;
}

#ok-container,
#ok-container-stacked {
    cursor: pointer;
}

/* body.stacked #ok-container {
    display: none;
}
body.stacked #ok-container-stacked {
    display: flex;
} */

#landing-grid-amok .a img,
#landing-grid-amok .m,
#landing-grid-amok #ok {
    transition: all .5s linear;
}

#ok-container,
#ok-container-stacked {
    position: relative;
}

#ok-container a,
#ok-container-stacked a {
    text-indent: -9999px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.k {
    display: flex;
    justify-content: center;
}

#ok .red {
    display: none;
}

#ok:hover img,
html.dark #ok:hover img.dark-amok,
html.hover-ok #ok img, html.dark.hover-ok #ok img.dark-amok, html.party.hover-ok #ok img.red {
    display: none;
}

html:not(.party) #ok:hover .red,
html.party #ok:hover .white,
html.hover-ok:not(.party) #ok .red, html.hover-ok.party #ok img.white {
    display: block !important;
}

#landing-grid-amok img {
    height: calc(50vh - 50px);
    xwidth: auto;
    margin-left: 30px;
    margin-bottom: 30px;
}

.stacked #landing-grid-amok .a img {
    height: calc(50vh - 50px);
}

#ok-container-stacked .o img {
    height: calc(50vh - 50px);
}

#ok-container-stacked .k img {
    height: calc(50vh - 50px);
}

@media (max-width: 1399.98px) {
    #landing-grid-amok img {
        height: calc(25vw - 40px);
        xwidth: auto;
        margin-left: 20px;
        margin-bottom: 20px;
    }

    .stacked #landing-grid-amok .a img {
        height: calc(25vw - 40px);
    }

    .stacked #landing-grid-amok .m img {
        height: calc(25vw - 40px);
    }

    #ok-container-stacked .o img {
        height: calc(25vw - 40px);
    }

    #ok-container-stacked .k img {
        height: calc(25vw - 40px);
    }
}

.loaded #landing-grid-amok {
    display: none;
}

/* END LANDING */

/* CONTENT */

.medium {
    font-weight: 500;
}

#control {
    position: fixed;
    bottom: 30px;
    left: 50px;
    z-index: 9999;
    max-width: 245px;
    width: 100%;
}

#menu {
    position: fixed;
    bottom: 30px;
    left: 50px;
    z-index: 999;
    width: auto;
}

#control .control-text {
    background: #EAE9DF;
    padding: 10px 12px;
    border-radius: 5px;
    display: block;
    padding-bottom: 30px;
    padding-right: 30px;
}

#control .controls,
#menu #menu-nav,
.menus,
.filter-menu {
    display: flex;
    background: #EAE9DF;
    border-radius: 5px;
    margin-top: 6px;
    padding-left: 3px;
    padding-right: 3px;
}

#control .controls>div {
    xwidth: 20%;
    margin: 6px 3px;
    background: #D8D7CE;
    border-radius: 5px;
    padding: 5px;
    color: #C0C0B7;
    height: 65px;
    position: relative;
}

#control .color-scheme {
    background: transparent !important;
}

#control .controls>div.active {
    color: #FFFEF2;
}

#menu #menu-nav .menu,
.menus .menu,
.filter-menu {
    xwidth: 20%;
    margin: 6px 3px;
    border-radius: 5px;
    color: white;
    height: 65px;
    position: relative;
}

#menu #menu-nav .menu,
.menus .menu,
.filter-menu {
    background: #FFFEF2;
    color: #000;
}

.filter-menu {
    padding: 5px;
}

.filter-menu.filter-text {
    xpadding: 0 0 0 3px;
}

.menu a {
    color: #000;
    display: block;
    height: 100%;
    padding: 5px;
}

.menu:hover a {
    text-decoration: none;
    color: #FFFEF2;
}

#menu #menu-nav .menu:hover,
#menu #menu-nav .menu.active {
    background: #FF2333;
    color: #FFFEF2;
}

#control .controls div.active {
    background: #FF2333;
}

#control .controls>div.layout {
    color: #C0C0B7;
    text-align: center;
    border: 1px solid #C0C0B7;
}

#control .controls>div.layout.active {
    color: #FFFEF2;
}

#control .controls>div.color-scheme {
    color: #000;
    text-align: center;
}

.control {
    border-radius: 5px;
}

.control.fifty {
    width: 120px;
    height: 77px;
    background: var(--red);
    color: #fff;
    position: fixed;
    bottom: 30px;
    right: 163px;
    z-index: 999;
    padding: 5px 9px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease;
    xcursor: pointer;
}

.control.fifty.active {
    background: var(--red);
    color: var(--white);
}

.archive.tax-work-type .control.fifty {

    opacity: 1;
    visibility: visible;
    transition: opacity .5s ease;
}

.controls .grid::before {
    content: '';
    position: absolute;
    bottom: 6px;
    width: 100%;
    height: 20px;
    background: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 53.5 27.6"><defs><style> .cls-1 { fill: none; } .cls-2 { fill: %23C0C0B7; } </style></defs><!-- Generator: Adobe Illustrator 28.7.1, SVG Export Plug-In . SVG Version: 1.2.0 Build 142) --><g><g id="Layer_1"><rect class="cls-1" y="0" width="53.5" height="27.6"/><path id="Path_236" class="cls-2" d="M14.3,12.7H2C.9,12.7,0,11.8,0,10.7V2C0,.9.9,0,2,0h12.3c1.1,0,2,.9,2,2v8.7c0,1.1-.9,2-2,2"/><path id="Path_237" class="cls-2" d="M32.9,12.7h-12.3c-1.1,0-2-.9-2-2h0V2c0-1.1.9-2,2-2,0,0,0,0,0,0h12.3c1.1,0,2,.9,2,2v8.7c0,1.1-.9,2-2,2"/><path id="Path_238" class="cls-2" d="M51.5,12.7h-12.3c-1.1,0-2-.9-2-2V2c0-1.1.9-2,2-2h12.3c1.1,0,2,.9,2,2h0v8.7c0,1.1-.9,2-2,2h0"/><path id="Path_239" class="cls-2" d="M51.5,27.6h-12.3c-1.1,0-2-.9-2-2v-8.7c0-1.1.9-2,2-2h12.3c1.1,0,2,.9,2,2h0v8.7c0,1.1-.9,2-2,2h0"/><path id="Path_243" class="cls-2" d="M32.9,27.6h-12.3c-1.1,0-2-.9-2-2v-8.7c0-1.1.9-2,2-2h12.3c1.1,0,2,.9,2,2h0v8.7c0,1.1-.9,2-2,2h0"/><path id="Path_244" class="cls-2" d="M14.3,27.6H2c-1.1,0-2-.9-2-2v-8.7c0-1.1.9-2,2-2h12.3c1.1,0,2,.9,2,2h0v8.7c0,1.1-.9,2-2,2h0"/></g></g></svg>') no-repeat center center;
    left: 0;
}

.controls .stack::before {
    content: '';
    position: absolute;
    bottom: 6px;
    width: 100%;
    height: 20px;
    background: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 53.7 27.6"><defs><style> .cls-1 { fill: none; } .cls-2 { fill: %23C0C0B7; } </style></defs><!-- Generator: Adobe Illustrator 28.7.1, SVG Export Plug-In . SVG Version: 1.2.0 Build 142) --><g><g id="Layer_1"><rect class="cls-1" width="53.7" height="27.6"/><g id="Group_257"><path id="Path_240" class="cls-2" d="M13.4,27.6H3c-1.6,0-2.9-1.3-3-2.9V2.9C0,1.3,1.3,0,3,0h10.4c1.6,0,2.9,1.3,3,2.9v21.8c0,1.6-1.3,2.9-3,2.9"/><path id="Path_241" class="cls-2" d="M32.1,27.6h-10.4c-1.6,0-2.9-1.3-3-2.9V2.9C18.7,1.3,20,0,21.6,0c0,0,0,0,0,0h10.4c1.6,0,2.9,1.3,3,2.9v21.8c0,1.6-1.3,2.9-3,2.9"/><path id="Path_242" class="cls-2" d="M50.7,27.6h-10.4c-1.6,0-2.9-1.3-3-2.9V2.9c0-1.6,1.3-2.9,3-2.9h10.4c1.6,0,2.9,1.3,3,2.9v21.8c0,1.6-1.3,2.9-3,2.9"/></g></g></g></svg>') no-repeat center center;
    left: 0;
}

.controls .grid.active::before {
    content: '';
    position: absolute;
    bottom: 6px;
    width: 100%;
    height: 20px;
    background: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 53.5 27.6"><defs><style> .cls-1 { fill: none; } .cls-2 { fill: %23fffef2; } </style></defs><!-- Generator: Adobe Illustrator 28.7.1, SVG Export Plug-In . SVG Version: 1.2.0 Build 142) --><g><g id="Layer_1"><rect class="cls-1" y="0" width="53.5" height="27.6"/><path id="Path_236" class="cls-2" d="M14.3,12.7H2C.9,12.7,0,11.8,0,10.7V2C0,.9.9,0,2,0h12.3c1.1,0,2,.9,2,2v8.7c0,1.1-.9,2-2,2"/><path id="Path_237" class="cls-2" d="M32.9,12.7h-12.3c-1.1,0-2-.9-2-2h0V2c0-1.1.9-2,2-2,0,0,0,0,0,0h12.3c1.1,0,2,.9,2,2v8.7c0,1.1-.9,2-2,2"/><path id="Path_238" class="cls-2" d="M51.5,12.7h-12.3c-1.1,0-2-.9-2-2V2c0-1.1.9-2,2-2h12.3c1.1,0,2,.9,2,2h0v8.7c0,1.1-.9,2-2,2h0"/><path id="Path_239" class="cls-2" d="M51.5,27.6h-12.3c-1.1,0-2-.9-2-2v-8.7c0-1.1.9-2,2-2h12.3c1.1,0,2,.9,2,2h0v8.7c0,1.1-.9,2-2,2h0"/><path id="Path_243" class="cls-2" d="M32.9,27.6h-12.3c-1.1,0-2-.9-2-2v-8.7c0-1.1.9-2,2-2h12.3c1.1,0,2,.9,2,2h0v8.7c0,1.1-.9,2-2,2h0"/><path id="Path_244" class="cls-2" d="M14.3,27.6H2c-1.1,0-2-.9-2-2v-8.7c0-1.1.9-2,2-2h12.3c1.1,0,2,.9,2,2h0v8.7c0,1.1-.9,2-2,2h0"/></g></g></svg>') no-repeat center center;
    left: 0;
}

.controls .stack.active::before {
    content: '';
    position: absolute;
    bottom: 6px;
    width: 100%;
    height: 20px;
    background: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 53.7 27.6"><defs><style> .cls-1 { fill: none; } .cls-2 { fill: %23fffef2; } </style></defs><!-- Generator: Adobe Illustrator 28.7.1, SVG Export Plug-In . SVG Version: 1.2.0 Build 142) --><g><g id="Layer_1"><rect class="cls-1" width="53.7" height="27.6"/><g id="Group_257"><path id="Path_240" class="cls-2" d="M13.4,27.6H3c-1.6,0-2.9-1.3-3-2.9V2.9C0,1.3,1.3,0,3,0h10.4c1.6,0,2.9,1.3,3,2.9v21.8c0,1.6-1.3,2.9-3,2.9"/><path id="Path_241" class="cls-2" d="M32.1,27.6h-10.4c-1.6,0-2.9-1.3-3-2.9V2.9C18.7,1.3,20,0,21.6,0c0,0,0,0,0,0h10.4c1.6,0,2.9,1.3,3,2.9v21.8c0,1.6-1.3,2.9-3,2.9"/><path id="Path_242" class="cls-2" d="M50.7,27.6h-10.4c-1.6,0-2.9-1.3-3-2.9V2.9c0-1.6,1.3-2.9,3-2.9h10.4c1.6,0,2.9,1.3,3,2.9v21.8c0,1.6-1.3,2.9-3,2.9"/></g></g></g></svg>') no-repeat center center;
    left: 0;
}

.color-scheme {
    display: flex;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.color-current {
    background: #FFFEF2;
    height: 100%;
    border-radius: 5px;
    padding-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
}

.color-prev,
.color-next {
    padding-top: 3px;
    cursor: pointer;
}

.auto-video,
.audio {
    width: 73px;
}

.layout,
.color-current {
    width: 62px;
}

.stacked-only {
    display: none;
}

.stacked .stacked-only {
    display: block;
}

.dark,
.dark body,
.dark #landing-grid-amok {
    background: #000;
    transition: all .5s ease;
}

.dark,
.dark body {
    color: #FFFEF2;
    transition: all .5s ease;
}

.dark .control-text {
    color: #000;
}

.dark #menu-logo path,
.dark .video-arrow svg path {
    fill: var(--white);
}

#landing-grid-amok img.dark-amok,
html.dark #landing-grid-amok img:not(.dark-amok) {
    display: none;
}

html.dark #landing-grid-amok img.dark-amok {
    display: block;
}

body {
    transition: background .5s ease;
}

.party,
.party body,
.party #landing-grid-amok {
    background: #FF2333;
    transition: all .5s ease;
}

#landing-grid-amok img.white {
    display: none !important;
}

.loaded #control {
    max-width: 108px;
    xtransition: all .5s ease;
}

#menu #menu-nav {
    margin-top: 0;
    margin-left: 10px;
}

#menu {
    display: flex;
    align-items: center;
    xtransition: all .5s ease;
}

.loaded #menu {

    transition: all .5s ease;
}

#open-control {
    background: #EAE9DF;
    position: fixed;
    bottom: 30px;
    right: 50px;
    z-index: 999;
    /* margin: 6px 3px; */
    border-radius: 5px;
    padding: 11px 10px;
    color: #000;
    height: 77px;
}



.clicked-ok #control {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .5s ease;
}

.loaded .control-text {
    display: none !important;
}

.show-control #control {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateX(0%);
    transition: all .5s ease;
}

.loaded #control {
    left: auto;
    right: 50px;
    xtransform: translateX(100%);
    opacity: 1;
    visibility: visible;
    pointer-events: all;

}

.loaded .layout {
    display: none;
}

/* Page Navs */
/* .menu {
    max-width: 100%;
    transition: max-width .5s linear, margin .3s linear;
} */
body.page-id-23 .about-page.menu,
.about-page.menu.active,
body.home .home-page.menu,
body.page-id-29 .services-page.menu,
body.parent-pageid-29 .services-page.menu,
body.page-id-31 .contact-page.menu,
.about-page.menu.active,
.menu.active,
.archive.tax-work-type.term-commercials .work-page.commercial-page.menu,
.archive.tax-work-type.term-socials .work-page.social-page.menu,
.archive.tax-work-type.term-original .work-page.originals-page.menu {
    background: #FF2333 !important;
    color: #FFFEF2;
    transition: width .3s ease, margin .3s ease;
}

body.page-id-23 .about-page.menu a,
body.home .home-page.menu a,
body.page-id-29 .services-page.menu a,
body.parent-pageid-29 .services-page.menu a,
body.page-id-31 .contact-page.menu a,
.menu.active a,
.archive.tax-work-type.term-commercials .work-page.commercial-page.menu a,
.archive.tax-work-type.term-socials #menu .work-page.social-page.menu a, .archive.tax-work-type.term-original #menu .work-page.originals-page.menu a {
    background: #FF2333 !important;
    color: #FFFEF2;
}

#services-sub-menu .menu a {
    color: #FFFEF2;
    white-space: normal;
}

.page-id-33 #services-sub-menu .menu:nth-child(1) a,
.page-id-37 #services-sub-menu .menu:nth-child(2) a,
.page-id-35 #services-sub-menu .menu:nth-child(3) a,
.page-id-39 #services-sub-menu .menu:nth-child(4) a {
    xcolor: #000;
}

.page-id-33 #services-sub-menu .menu:nth-child(1),
.page-id-37 #services-sub-menu .menu:nth-child(2),
.page-id-35 #services-sub-menu .menu:nth-child(3),
.page-id-39 #services-sub-menu .menu:nth-child(4) {
    xbackground: #FFFEF2 !important;
    xcolor: #000 !important;
}

.menu a,
.filter-menu a {

    border-radius: 5px;
}

.menu {
    white-space: nowrap;
    transition: width .3s ease, margin .3s ease;
}

.menu.home-page,
html:not(.force-hide-menu) #menu:hover .menu.home-page {
    width: 65px;
    white-space: nowrap;
    transition: width .3s ease, margin .3s ease;
}

.menu.about-page,
html:not(.force-hide-menu) #menu:hover .menu.about-page {
    width: 93px;
    white-space: nowrap;
    transition: width .3s ease, margin .3s ease;
}

.menu.commercial-page,
html:not(.force-hide-menu) #menu:hover .menu.commercial-page {
    width: 120px;
    white-space: nowrap;
    transition: width .3s ease, margin .3s ease;
}

.menu.social-page,
html:not(.force-hide-menu) #menu:hover .menu.social-page {
    width: 66px;
    white-space: nowrap;
    transition: width .3s ease, margin .3s ease;
}

.menu.original-page,
html:not(.force-hide-menu) #menu:hover .menu.originals-page {
    width: 78px;
    white-space: nowrap;
    transition: width .3s ease, margin .3s ease;
}

.menu.services-page,
html:not(.force-hide-menu) #menu:hover .menu.services-page {
    width: 88px;
    white-space: nowrap;
    transition: width .3s ease, margin .3s ease;
}

.menu.contact-page,
html:not(.force-hide-menu) #menu:hover .menu.contact-page {
    width: 81px;
    white-space: nowrap;
    transition: width .3s ease, margin .3s ease;
}

html.xforce-hide-menu .menu,
.menu-pointer-none #menu {
    pointer-events: none;
}

.menu-pointer-none body {
    xbackground: blue !important;
}

body.page-id-23 .menu:not(.about-page),
body.archive.tax-work-type .menu:not(.work-page),
body.single-work .menu:not(.work-page) {
    width: 0;
    margin: 6px 0 !important;
    overflow: hidden;
    transition: width .3s ease 0s, margin .3s ease 0s;
}

html.force-hide-menu body.page-id-23 .menu:not(.about-page),
html.force-hide-menu body.archive.tax-work-type .menu:not(.work-page) {
    transition: width .3s ease 0s, margin .3s ease 0s !important;
}

body.page-id-29 .menu:not(.services-page),
body.parent-pageid-29 .menu:not(.services-page) {
    width: 0;
    margin: 6px 0 !important;
    overflow: hidden;
    transition: width .3s ease 0s, margin .3s ease 0s;
}

html.force-hide-menu body.page-id-29 .menu:not(.services-page) {
    transition: width .3s ease 0s, margin .3s ease 0s !important;
}

body.page-id-31 .menu:not(.contact-page) {
    width: 0;
    margin: 6px 0 !important;
    overflow: hidden;
    transition: width .3s ease 0s, margin .3s ease 0s;
}

html.force-hide-menu body.page-id-31 .menu:not(.contact-page) {
    transition: width .3s ease 0s, margin .3s ease 0s !important;
}

#menu:hover .menu {
    margin: 6px 3px !important;
}

#services-sub-menu {
    z-index: 9;
}

body.page-id-29 .menus .menu,
#services-sub-menu.menus .menu,
.parent-pageid-29 .menus .menu {
    background: #D8D7CE !important;
    width: auto !important;
    max-width: 160px;
    margin: 6px 3px !important;
}

#services-sub-menu .menu:hover a {
    background: #FFFEF2 !important;
    color: #000;
}

html.force-hide-menu .menu:not(.active) {
    background: #FFFEF2 !important;

}

#services-sub-menu {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease;
}

body.page-id-29 #services-sub-menu,
body.parent-pageid-29 #services-sub-menu {
    opacity: 1;
    visibility: visible;
    transition: opacity .5s ease 0s;
}

html.force-hide-menu.in-services:not(.menu-hover) #services-sub-menu {
    opacity: 0 !important;
    visibility: hidden !important;

}

html.in-services:not(.menu-hover) #services-sub-menu {
    opacity: 1 !important;
    visibility: visible !important;

}

#filter-menu {
    transition: all .5s ease 0s;
}

.menu-hover #filter-menu {
    opacity: 0 !important;
    visibility: hidden !important;

    transition: all .5s ease 0s;
}

html.is-changing #menu {
    pointer-events: none;
}

.menus .menu.active a {
    color: #000 !important;
    background: #FFFEF2 !important;
}

.slider {
    position: relative;
}

.slide-nav {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9;
    display: flex;
    background: #EAE9DF;
    padding: 3px 3px;
    border-radius: 7px;
    align-items: center;
}

.slide-counter, .slide-counter-2 {
    font-size: 19px;
    padding: 7px 0 5px;
    line-height: 20px;
    border-radius: 7px;
    width: 45px;
    text-align: center;
    background-color: #FFFEF2;
}

.prev-arrow {
    padding-right: 5px;
    padding-left: 3px;
}

.next-arrow {
    padding-right: 3px;
    padding-left: 5px;

}

#services-sub-menu {
    position: fixed;
    right: 33.333%;
    right: 148px;
    bottom: 30px;
    margin-right: 20px;
}

#filter-menu {
    position: fixed;
    right: 268px;
    bottom: 30px;
    margin-right: 20px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    max-width: calc(100vw - 1000px);
        overflow-x: auto;
}

.archive.tax-work-type #filter-menu {

    opacity: 1;
    visibility: visible;
}

#filter-menu .filter-text {
    background: #EAE9DF !important;
    color: #000 !important;
    padding-left: 3px;
}

#filter-menu .filter-menu,
#filter-menu .filter-menu a {
    color: #fff;
    background-color: #D8D7CE !important;
}

#filter-menu .filter-menu:hover,
#filter-menu .filter-menu:hover a {
    color: #fff;
    background-color: #000 !important;
}

#filter-menu .apply-filter {
    background: var(--white) !important;
    color: #000 !important;
    padding: 5px 8px;
    xcursor: not-allowed;
    cursor: pointer;
    xpointer-events: none;
}

#filter-menu .apply-filter.clickable {
    cursor: pointer;
    background: var(--white) !important;
    xpointer-events: all;
}

#filter-menu .apply-filter:hover {
    cursor: pointer;
    background: var(--red) !important;
    color: var(--white) !important;
    xpointer-events: all;
}

#filter-menu .filter-menu {
    padding: 5px;
}

#filter-menu .filter-menu.active {
    background: #000 !important;
}

#filter-menu .filter-text {
    background: #EAE9DF !important;
    ;
}

#filter-menu .filter-text:hover {
    background: #EAE9DF !important;
    ;
}

.archive.tax-work-type .filter-menu {
    width: auto;

}

#filter-menu .filter-all {
    xpadding-left: 10px;
    padding-right: 30px;
    cursor: pointer;
    width: 50px !important;
}

#home-videos {
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    overflow: hidden;
}

.clicked-ok #home-videos {
    opacity: 1;
    visibility: visible;
    transition: all .5s ease;
}

#home-videos {
    display: flex;
    align-items: center;
    overflow: hidden;
    margin: 30px 50px;
}

.home-video img {
    border-radius: 10px;
    overflow: hidden;
    xmargin-bottom: 10px;
}

#home-videos .slick-slide {
    xtransition: all .3s ease;
    xxmargin: 0 -10px;
    z-index: 0;
    opacity: 0;
}

#home-videos .slick-first {
    transform: scale(1) translateX(0);
    z-index: 5;
    width: calc(60vw - 100px) !important;
    position: relative;
    opacity: 1;
}

#home-videos .slick-second {
    transform: scale(1) translateX(calc(-40vw + 100px));
    z-index: 4;
    width: calc(50vw - 100px) !important;
    transform-origin: top;
    position: relative;
    opacity: 1;
}

#home-videos .slick-second img {
    filter: blur(2px);
}

#home-videos .slick-third {
    transform: scale(1) translateX(calc(-70vw + 200px));
    z-index: 3;
    width: calc(40vw - 100px) !important;
    transform-origin: top;
    position: relative;
    opacity: 1;
}

#home-videos .slick-third img {
    filter: blur(4px);
}

#home-videos .slick-fourth {
    transform: scale(1) translateX(calc(-90vw + 300px));
    z-index: 2;
    width: calc(30vw - 100px) !important;
    transform-origin: top;
    position: relative;
    opacity: 1;
}

#home-videos .slick-fourth img {
    filter: blur(6px);
}

#home-videos .slick-fifth {
    transform: scale(1) translateX(calc(-100vw + 400px));
    z-index: 1;
    width: calc(20vw - 100px) !important;
    transform-origin: top;
    position: relative;
    opacity: 1;
}

#home-videos .slick-fifth img {
    filter: blur(8px);
}

.home-video.slick-cloned {
    xopacity: 0;
    xvisibility: hidden;
}

.home-video .video-tag,
.home-video h2,
.home-video .video-info,
#home-videos .slick-first.home-video .video-arrow {
    xdisplay: none;
    opacity: 0;
}

#home-videos .slick-first.home-video .video-tag,
#home-videos .slick-first.home-video h2,
#home-videos .slick-first.home-video .video-info {
    opacity: 1;
}

.home-video img {
    height: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    overflow: hidden;
    cursor: pointer;
}

.home-video iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    overflow: hidden;

}

.home-video .embed-responsive,
.home-video .embed-responsive-item {
    background-color: #000;
    border-radius: 10px;
}

.video-c {
    position: relative;
    margin-top: 10px;
}

.video-info {
    position: absolute;
    right: 0;
    top: 0;
    background: #EAE9DF;
    font-weight: medium;
    xpadding: 2px 10px;
    color: #000;
    border-radius: 7px;
}

html.party .video-info {
    background: #000;
	color: var(--white);
}

.video-info:hover {
    background: var(--red);
    color: var(--white);
}

.video-info a {
    color: #000;
    font-weight: 500;
    padding: 2px 10px;
    height: 100%;
    display: block;
}
html.party .video-info a {
    color: var(--white);
}

.video-info:hover a {
    color: var(--white)
}

html.party .video-info:hover {
    background: var(--white);
}
html.party .video-info:hover a {
    color: #000;
}

.video-arrow {
    position: absolute;
    right: 0;
    top: 0;
}

.home-video .embed-responsive {
    position: absolute;
    top: 0;
    xopacity: 0;
    transition: all .3s ease;
}

#home-videos .slick-first.home-video .video-arrow {
    xdisplay: none;
    opacity: 0;
    pointer-events: none !important;
}

html.menu-hover #services-sub-menu,
html.is-changing #services-sub-menu {
    opacity: 0;
}

html.in-services.menu-hover #menu #services-sub-menu {
    opacity: 0 !important;
    visibility: hidden !important;
}

body.page-id-11 {
    overflow: hidden;
}

.vp-player-ui-container.content-area-sibling-enabled {
    display: none !important;
}

#home-videos .home-video {
    outline: none !important;
    border: none !important;
}

/* #home-videos-grid {
    display: block;
  } */
#home-videos {
    display: block;
}

/* html.stacked #home-videos-grid {
    display: none;
  }
  html.stacked #home-videos {
    display: block;
  } */

.work-item {
    margin-bottom: 60px;
}

#blur-behing-menu {
    position: fixed;
    pointer-events: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    z-index: 9;
    filter: blur(6px);
    background: transparent;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    xmask: linear-gradient(transparent, black, black);
    mask: linear-gradient(transparent 0%, black 65%);
}

.work-item img {
    margin-bottom: 15px;
}

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

.project-thumb {
    margin-bottom: 10px;
}

.fetured-img-big,
.featured-img {
    margin-bottom: 0 !important;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    width: 100%;
}

.single-video {
    margin-bottom: 10px;
    width: 100%;
    border-radius: 15px;
}

.featured-img-social {
    margin-bottom: 10px;
    aspect-ratio: 9 / 16;
    object-fit: cover;
    width: 100%;
}

.work-categories {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.work-cat {
    border-radius: 5px;
    border: 1.5px solid #000;
    padding: 3px 10px;
}

.sticky {
    position: sticky;
    top: 30px;
}

.single-work-related {
    margin-top: 80px;
}

.other-work.row {
    margin-top: 25px;
    margin-bottom: 25px;
}

.single-work .featured-social {
    height: calc(100vh - 60px);
    object-fit: cover;
}

.other-work-social {
    margin-bottom: 40px;
}

.page-footer {
    margin-top: -50px;
}

.page-footer a {
    color: var(--red);
}

html.party .page-footer a {
    color: var(--white);
}

.position-relative {
    position: relative;
}

.maps-btn {
    position: absolute;
    top: 0;
    right: 0;
}
.maps-btn:hover {
    background: var(--red);
    color: var(--white);
}
html.party .maps-btn:hover {
    background: #000;
}

.address-img,
.clicked-work .work-img {
    aspect-ratio: 745 / 661;
    object-fit: cover;
    transition: all 1s ease;
}

.work-img,
.clicked-work .address-img {
    aspect-ratio: 286 / 403;
    object-fit: cover;
    transition: all 1s ease;
}

.address-c,
.work-c {

    transition: all 1s ease;
}

.address-c h2,
.work-c p {

    transition: all 1s ease;
}

.clicked-work .work-c {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    transition: all 1s ease;
}

.clicked-work .address-c {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    transition: all 1s ease;
}

.clicked-work .work-c p {
    font-size: var(--font-48);
    line-height: 1.0204em;
    transition: all 1s ease;
}

.clicked-work .address-c h2 {
    font-size: var(--font-30);
    line-height: 1.2em;
    transition: all 1s ease;
}

.clicked-work .work-c a.hover-red {
    color: var(--red);
}

html.party.clicked-work .work-c a.hover-red {
    color: var(--white);
}

.clicked-work .address-c .maps-btn {
    display: none;
}

.see-work-btn {
    display: none;
}

.clicked-work .see-work-btn {
    display: block;
}

.embed-responsive {
    border-radius: 15px;
}

.ratio-16-9 {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    width: 100%;
}
.ratio-3-2 {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    width: 100%;
}
.ratio-4-3 {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    width: 100%;
}

.work-gallery img {
    aspect-ratio: 12 / 8;
    object-fit: cover;
    width: 100%;

}

#preloader video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}

.video-thumb {
    width: calc(100% - 20px);
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.project-thumb:hover .video-thumb {
    transition: all .3s ease;
    opacity: 1;
    visibility: visible;
}

.peoples .slick-list {
    padding: 0 40px;
}

.dark .work-cat {
    border-color: #fff;
}

.embed-responsive-9by16::before {
    padding-top: 177.777778%;
}

.embed-responsive-9by16 video {
    aspect-ratio: 9 / 16;
    height: 100%;
    width: 100%;
    object-fit: cover;

}

.single-work .embed-responsive-9by16.single-video {
    max-height: calc(100vh - 60px);
    max-height: calc(100vh - 100px);
}

.embed-responsive-9by16 iframe {
    aspect-ratio: 9 / 16;
    height: 100%;
    width: auto !important;
    object-fit: contain;
    border-radius: 15px;

}

.single-work .embed-responsive-9by16 iframe {
    right: 0;
    left: auto;

}

#filter-wrapper {
    display: flex;

}

html:not(.editing-filter) .filter-item {
    pointer-events: none !important;
}

#filter-wrapper .filter-menu:not(.active) {
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity .5s ease, margin .1s ease, padding .1s ease !important;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.apply-filter {
    display: none;
}

#filter-menu .filter-menu.edit-filter {
    padding: 5px 10px !important;
    cursor: pointer;
    background-color: var(--white) !important;
    color: #000 !important;
    
}

.edit-filter,
.apply-filter {
    width: 65px !important;
    text-align: center;
    justify-content: center;
}

#filter-menu .edit-filter:hover {
    background-color: var(--red) !important;
    color: var(--white) !important;
}


html.editing-filter #filter-wrapper .filter-menu {
    max-width: calc(100vw - 500px);
    padding-left: 5px;
    opacity: 1;
    padding-right: 5px;
    margin-left: 3px;
    margin-right: 3px;
    transition: opacity .5s ease, margin .1s ease, padding .1s ease !important;
}

html.editing-filter .edit-filter {
    display: none;
}

html.editing-filter .apply-filter {
    display: block;
}

html.editing-filter #filter-menu .filter-menu.active:hover {
    xbackground: #D8D7CE !important;
}

.single-video-16-9 {
    max-height: calc(100vh - 350px);
}

#home-videos .project-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

#home-videos .video-thumb {
    left: 0;
    width: 100%;
}

#home-videos .thumb-link,
.work-item .thumb-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    text-indent: -9999px;
}

#home-videos .project-thumb .video-thumb,
#home-videos .project-thumb a {
    display: none;
}

#home-videos .slick-first-hoverable .video-thumb,
#home-videos .slick-first-hoverable .project-thumb a {
    display: block;
    opacity: 0;
}

.slick-first-hoverable .project-thumb:hover .video-thumb {
    transition: all .3s ease;
    opacity: 1 !important;
    visibility: visible;
}

.work-gallery-c {
    max-width: 50%;
    width: 50%;
    flex: 0 0 50%;
}

html.dark .color-current {
    background: #000;
    color: var(--white);
}
html.party .color-current {
    background: var(--red);
    color: #fff;
}

.home-video:hover .video-arrow path, html.dark .home-video:hover .video-arrow path {
    fill: var(--red);
}
html.party .home-video:hover .video-arrow path {
    fill: var(--white);
}

/* Hide scrollbar for Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar, #filter-wrapper::-webkit-scrollbar, .single-work-social .mobile-project-info::-webkit-scrollbar, #services-sub-menu::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  .no-scrollbar, #filter-wrapper, .single-work-social .mobile-project-info, #services-sub-menu {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }

  .credits {
    display: -webkit-box;
    -webkit-line-clamp: 10; /* Show only 10 lines initially */
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  
  .credits.expanded {
    display: block; /* Show full content when expanded */
    -webkit-line-clamp: unset;
    overflow: visible;
  }
  
  .read-more {
    cursor: pointer;
    margin-top: 1em;
    display: block;
    xfont-weight: 500;
    color: var(--red);
    }

    .party .read-more {
        color: var(--white);
    }

    .social-c a {
        color: inherit;
    }
    .social-c a:hover {
        color: var(--red)
    }

    html:not(.vimeo-unmuted) .mute-unmute-button {
        background: #000;
        color: #fff;
    }

    .mute-unmute-button:hover {
        background: var(--red);
        color: #fff;
    }

    .embed-responsive.single-video {
        background: black;
    }

    .single-work-social .embed-responsive.single-video {
        background: transparent;
    }

    .single-work .video-thumb {
        pointer-events: none;
    }

    .tax-work-type.term-original #filter-menu {
        display: none;
    }

/* END CONTENT */

/* FOOTER */

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 0;
    background-color: #EAE9DF;
}

::-webkit-scrollbar {
    width: 7px;
    background-color: #EAE9DF;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    background-color: #FF2333;
    transition: all .5s ease;
}

::-webkit-scrollbar-thumb:hover {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #FF2333;
    transition: all .5s ease;
}

.party ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    background-color: #000;
    transition: all .5s ease;
}

.party ::-webkit-scrollbar-thumb:hover {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #000;
    transition: all .5s ease;
}

/* END FOOTER */

@media (max-width: 1680px) {
    :root {
        --font-48: calc(40px * 0.8);
        --font-30: calc(25px * 0.8);
        --font-21: calc(20px * 0.8);
    }

    .menu.home-page,
    html:not(.force-hide-menu) #menu:hover .menu.home-page {
        width: 54px;
        white-space: nowrap;
        transition: width .3s ease, margin .3s ease;
    }

    .menu.about-page,
    html:not(.force-hide-menu) #menu:hover .menu.about-page {
        width: 77px;
        white-space: nowrap;
        transition: width .3s ease, margin .3s ease;
    }

    .menu.commercial-page,
    html:not(.force-hide-menu) #menu:hover .menu.commercial-page {
        width: 98px;
        white-space: nowrap;
        transition: width .3s ease, margin .3s ease;
    }

    .menu.social-page,
    html:not(.force-hide-menu) #menu:hover .menu.social-page {
        width: 54px;
        white-space: nowrap;
        transition: width .3s ease, margin .3s ease;
    }

    .menu.originals-page,
    html:not(.force-hide-menu) #menu:hover .menu.originals-page {
        width: 65px;
        white-space: nowrap;
        transition: width .3s ease, margin .3s ease;
    }

    .menu.services-page,
    html:not(.force-hide-menu) #menu:hover .menu.services-page {
        width: 73px;
        white-space: nowrap;
        transition: width .3s ease, margin .3s ease;
    }

    .menu.contact-page,
    html:not(.force-hide-menu) #menu:hover .menu.contact-page {
        width: 67px;
        white-space: nowrap;
        transition: width .3s ease, margin .3s ease;
    }

    .control.fifty {
        width: 77px;
    }
    html.party .control.fifty {
        background: var(--white);
        color: #000;
    }

    #filter-menu {
        position: fixed;
        right: 245px;
        margin-right: 0;
        max-width: calc(100vw - 850px);
        overflow-x: auto;
    }

    .edit-filter,
    .apply-filter {
        width: 50px !important;
    }

    .single-video-16-9 {
        max-height: calc(100vh - 300px);
    }
}
#filter-menu::-webkit-scrollbar {
    display: none;
  }
  #filter-menu {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }

#mobile-menu {
    background: #EAE9DF;
    position: fixed;
    bottom: 0;
    width: 100vw;
    min-height: 50dvh;
    z-index: 991;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 100px;
    display: none;
}

.menu-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 15px 0;
}

.mobile-menus {
    display: flex;
    gap: 12px 9px;
    flex-direction: row;
    flex-wrap: wrap;
}

.mobile-menu a {
    width: 100%;
    height: 100%;
    display: block;
    color: inherit;
    line-height: 17px;
}

.mobile-menu {
    background: #FFFEF2;
    padding: 7px 8px;
    color: #000;
    font-size: 19px;
    line-height: 1em;
    font-weight: 500;
    width: calc(33.333% - 6px) !important;
    aspect-ratio: 1 / 1;
    border-radius: 5px;
}

#mobile-menu .row {
    margin-right: -4.5px;
    margin-left: -4.5px;
}

#mobile-menu .col-4,
#mobile-menu .col-8 {
    padding-right: 4.5px;
    padding-left: 4.5px;

}

.mobile {
    display: none;
}
a {
    color: inherit;
}
/* START MOBILE */
@media (max-width: 991.98px) {
    a {
        color: inherit;
    }
    .mobile {
        display: block;
    }

    .mobile.flex {
        display: flex;
    }

    .desktop {
        display: none;
    }

    .font-19, h4, .font-30 {
        font-size: 19px;
        line-height: 1em;
    }

    h2 {
        font-size: 24px;
    }

    #landing-grid-amok {
        position: absolute;
        height: 100%;
        width: calc(100% - 40px);
        top: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        right: 20px;
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
        z-index: 999;
        background: #FFFEF2;
        transition: background .5s ease;
    }

    #landing-grid-amok img {
        height: 20vh !important;
        margin-left: 20px;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .a,
    .m {
        position: absolute;
        top: 20px;
        right: 0;
    }

    .a {
        transform: translateX(-100%);
    }

    #ok {
        margin-top: calc(20vh + 10px);
    }

    .stacked #landing-grid-amok img,
    .stacked #landing-grid-amok .a img,
    .stacked #landing-grid-amok .m img {
        height: 20vh !important;
        margin-left: 20px;
        margin-right: 0;
        margin-bottom: 10px;
    }

    #ok-container-stacked {
        top: calc(20vh + 30px);
        right: 10px;
    }

    #control {
        left: 20px;
        bottom: 20px;
    }

    #control .control-text {
        padding-bottom: 10px;
    }

    .color-scheme {
        xdisplay: none;
    }

    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }

    .content img {
        border-radius: 5px;
        width: 100%;
    }

    #menu {
        left: 20px;
        bottom: 20px;
    }

    #menu-logo svg,
    #menu {
        height: 58px;
        width: auto;
    }

    .work-item {
        margin-bottom: 30px;
    }

    .social-works .col-lg-3.work-item {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .social-works .work-item .h4 {
        font-size: 16px;
    }

    .social-works .work-item img {
        margin-bottom: 0;
    }

    .social-works .work-item {
        margin-bottom: 16px;
    }

    #home-videos {
        margin: 20px;
    }

    #home-videos .slick-track {
        min-height: 60vh;
    }

    #home-videos .slick-first {
        transform: scale(1) translateY(calc(24px + 30px + 31px + 40px));
        z-index: 5;
        width: calc(100vw - 40px) !important;
        position: relative;
        opacity: 1;
    }

    #home-videos .slick-second {
        transform: scale(1) translateY(calc(24px + 30px + 31px)) translateX(-100%);
        z-index: 4;
        width: calc(100vw - 40px) !important;
        transform-origin: top;
        position: relative;
        opacity: 1;
    }

    #home-videos .slick-third {
        transform: scale(1) translateY(calc(24px + 30px)) translateX(-200%);
        width: calc(100vw - 40px) !important;
    }

    #home-videos .slick-fourth {
        transform: scale(1) translateY(24px) translateX(-300%);
        width: calc(100vw - 40px) !important;
    }

    #home-videos .slick-fifth {
        transform: scale(1) translateY(0) translateX(-400%);
        width: calc(100vw - 40px) !important;
    }

    #home-videos .slick-second .project-thumb {
        margin-left: 10%;
    }

    #home-videos .slick-third .project-thumb {
        margin-left: 20%;
    }

    #home-videos .slick-fourth .project-thumb {
        margin-left: 30%;
    }

    #home-videos .slick-fifth .project-thumb {
        margin-left: 40%;
    }

    .clicked-ok #control {
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease;
    }

    #menu #menu-nav .menu,
    .menus .menu,
    .filter-menu {
        margin: 4px 3px;
        height: 50px;
    }

    #services-sub-menu {
        display: flex
;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow: hidden;
        overflow-x: auto;
    }
    #services-sub-menu .menu {
        max-width: 100% !important;
        overflow: unset;
    }

    #control .controls>div {
        height: 58px;
        xmargin-bottom: 0;
    }

    #menu:hover .menu {
        margin: 4px 3px !important;
    }

    .menu a {
        padding: 2px 5px;
    }

    #menu {
        justify-content: space-between;
        width: calc(100% - 40px);
    }

    #menu #menu-nav {
        padding-left: 18px;
        position: relative;
    }

    #menu #menu-nav::before {
        content: '';
        position: absolute;
        left: 9px;
        top: 10px;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="3" height="13" viewBox="0 0 3 13"><g id="Group_428" data-name="Group 428" transform="translate(-333 -783)"><circle id="Ellipse_7" data-name="Ellipse 7" cx="1.5" cy="1.5" r="1.5" transform="translate(333 783)"/><circle id="Ellipse_8" data-name="Ellipse 8" cx="1.5" cy="1.5" r="1.5" transform="translate(333 788)"/><circle id="Ellipse_9" data-name="Ellipse 9" cx="1.5" cy="1.5" r="1.5" transform="translate(333 793)"/></g></svg>') no-repeat center center;
        width: 3px;
        height: 13px;
    }

    #menu-nav .menu {
        display: none;
        pointer-events: none;
    }

    body.home #menu-nav .menu.home-page, body.page-id-23 #menu-nav .menu.about-page, body.archive.tax-work-type.term-commercials #menu-nav .menu.work-page.commercial-page, body.archive.tax-work-type.term-socials #menu-nav .menu.work-page.social-page, body.archive.tax-work-type.term-original #menu-nav .menu.work-page.originals-page, body.parent-pageid-29 #menu-nav .menu.services-page, body.page-id-31 #menu-nav .menu.contact-page {
        display: block;
    }
    body.home .mobile-menu.home-page, body.page-id-23 .mobile-menu.about-page, body.archive.tax-work-type.term-commercials .mobile-menu.work-page.commercial-page, body.archive.tax-work-type.term-socials .mobile-menu.work-page.social-page, body.archive.tax-work-type.term-original .mobile-menu.work-page.originals-page, body.parent-pageid-29 .mobile-menu.services-page, body.page-id-31 .mobile-menu.contact-page {
        background: var(--red);
        color: var(--white);
    }

    .mobile-menu-opened #menu-nav {
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease;
    }

    .loaded #control {
        
        right: 10px;
    }
    .mobile-menu-opened #control {
        opacity: 1;
        visibility: visible;
        transition: all .3s ease;
    }
    .clicked-ok .color-scheme {
        margin-bottom: 0 !important;
    }

    .single-work.single-work-commercial .embed-responsive.single-video {
        width: 100vw;
        margin-left: -20px;
        margin-top: -30px;
        border-radius: 0;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    .single-work h2, .single-work .h2 {
        font-size: 25px !important;
        line-height: 1em;
    }
    .single-work .work-content {
        display: none;
    }
    .single-work-related, .single-work .work-content {
        
        width: 100vw;
        margin-left: -20px;
        padding: 15px 20px;
        font-size: 16px;
        line-height: 1em;
        margin-top: 0;
    }
    .single-work-related h3, .single-work-related .h4 {
        
        font-size: 16px;
        line-height: 1em;
    }

    .single-work .single-work-social .work-content {
        padding-top: 25px;
    }
    
    .single-work .other-work.row {
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .other-work.row .col-lg-6 {
        max-width: 50%;
        width: 50%;
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
    .other-work.row {
        margin-left: -7.5px;
        margin-right: -7.5px;
    }

    .single-work .project-title {
        position: relative;
        xpadding-right: 60px;
    }
    .single-work .project-title .video-info {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 17px;
        font-weight: 400;
        padding: 0px 0;
        width: 60px;
        text-align:center;
    }
    .single-work .video-info a {
        font-weight: 400;
    }

    .single-work-related h3.medium {
        font-weight: 400;
    }

    .work-cat {
        border-radius: 5px;
        border: 1.5px solid #000;
        padding: 2px 10px;
    }

    .content p {
        font-size: 19px;
        font-weight: 500;
        line-height: 1.157em;
        margin-bottom: 30px;
    }

    .video-info:hover {
        background: #EAE9DF;
        color: #000 !important;
    }
    .video-info:hover a {
        color: #000 !important;
    }
    .video-info-open.opened {
        background: #000;
        color: var(--white);
    }
    .video-info-open.opened a {
        color: var(--white) !important;
    }

    .single-work-social {
        padding-top: 10px !important;
    }
    .single-work-social .project-title {
       xmargin-top: 15px;
    }
    .single-work-social .embed-responsive-9by16.single-video {
        max-height: 60dvh;
        background-color: #D8D7CE;
        border-radius: 5px;
    }
    .single-work-social .embed-responsive-9by16 iframe {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 5px;
    }

    #blur-behing-menu {
        position: fixed;
        pointer-events: none;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 90px;
        z-index: 990;
        filter: blur(0);
        background: #FFFEF2;
        backdrop-filter: 0;
        xmask: none;
        mask: none;
        opacity: 0;
    }
    .party #blur-behing-menu {
        background: var(--red);
    }
    .dark #blur-behing-menu {
        background: #000;
    }

    #blur-overlay {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 989;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: all .3s ease;
    }
    html.mobile-menu-opened #blur-overlay {
        background: transparent;
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        opacity: 1;
        visibility: visible;
        pointer-events: all;
        transition: all .3s ease;
    }

    html.party #mobile-menu .red {
        color: var(--red);
    }

    .clicked-ok #blur-behing-menu {opacity: 1};

    .single-work .project-thumb {
        margin-bottom: 0;
    }
    .other-work-social {
        margin-bottom: 20px;
    }

    #services-sub-menu {
        position: fixed;
        right: 33.333%;
        right: 0;
        bottom: auto;
        margin-right: 20px;
        top: 0;
        left: 0;
        margin-top: 6px;
        margin-left: 20px;
        font-size: 16px;
        margin-bottom: 6px;
        z-index: 999;
    }
    
    #services-sub-menu .menu a {
        font-size: 16px;
        line-height: 1em;
    }
    body.parent-pageid-29 .container-fluid.content:first-of-type {
        padding-top: 74px
    }
    body.parent-pageid-29 h2 {
        font-size: 24px;
        margin-top: 8px !important;
        margin-bottom: 14px;
    }
    body.parent-pageid-29 .font-30 {
        font-size: 19px;
        line-height: 1.157em;
    }

    body.parent-pageid-29::before, body.term-commercials::before , body.term-socials::before {
        content: '';
        width: 100%;
        background: #FFFEF2;
        height: calc(62px + 12px);
        top: 0px;
        left: 0;
        z-index: 1;
        position: fixed;
    }
    body.term-commercials::before, body.term-socials::before {
        height: calc(44px + 10px);
    }
    #filter-menu {
        position: fixed;
        right: 76px;
        margin-right: 0;
        left: 0;
        bottom: auto;
        top: 8px;
        margin-top: 0;
        margin-left: 20px;
        margin-right: 20px;
        padding-left:0;
        padding-right:0;
        padding: 3px 0 4px;
    }
    .filter-menu {
        margin: 2.5px 2.5px;
        height: 28px;
        font-size: var(--font-21);
    }
    .control.fifty {
        
        font-size: var(--font-21) !important;
    }
    #filter-menu .filter-menu {
        padding: 5px 10px;
        white-space: nowrap;
    }
    #filter-menu.filter-text {
        padding: 5px;
    }
    #filter-menu .filter-all {
        xpadding-left: 10px;
        padding-right: 10px;
        cursor: pointer;
        width: auto !important;
    }
    #filter-menu .edit-filter {
        position: absolute;
        right: 1px;
    }
    html.editing-filter #filter-wrapper .filter-menu {
        padding: 5px 10px;
        height: 40px;
        margin: 2.5px 2.5px;
    }
    html.editing-filter #filter-wrapper .filter-menu {
        transition: opacity .1s ease, margin 0s ease, padding .0s ease !important;
    }
    
    .control.fifty {
        width: 68px;
        bottom: auto;
    right: 20px;
    top: 8px;
    height: 40px;
    z-index: 9991;
    background: #EAE9DF;
    color: #000;
    font-size: 19px;
    display: flex
    ;
    flex-wrap: wrap;
    padding-top: 11px;
    justify-content: center;
    }
   
    .count-vid-text {
        display: none;
    }
    html.editing-filter .count-vid-text {
        display: block;
    }

    body.term-commercials .content, body.term-socials .content {
        padding-top: 56px;
    }
    html.editing-filter #filter-wrapper .filter-menu {
        max-width: 100% !important;}

    #filter-wrapper {
        max-width: calc(100vw - 0px - 190px);    
        display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            overflow: hidden;
            overflow-x: auto;
        
            padding-right: 40px;
    }
	
    html.editing-filter #filter-wrapper {
        flex-wrap: wrap;
		max-width: calc(100vw - 20px - 160px);
        padding-right: 0;
    }
    html.editing-filter #filter-menu .apply-filter {
        position: absolute;
        right: -79px;
        bottom: -2px;
        width: 68px !important;
        background: var(--red) !important;
        color:var(--white) !important;
        height: 57px;
    }
    html.editing-filter #filter-menu::after {
        content: '';
        height: calc(100% - 57px - 10px);
        width: 68px;
        position: absolute;
        background: #EAE9DF;
        right: -76px;
        border-radius: 5px;
    }
	
	html:not(.editing-filter) #filter-menu .filter-menu.active {
		xbackground: #D8D7CF !important;
		xcolor: var(--white) !important;
	}

    .sticky-m {
        position: sticky;
        top: 30px;
        z-index: 9 ;
        background: var(--white);
        padding-bottom: 10px;
    }
    .sticky-m::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: -10px;
        width: 100vw;
        height: 1px;
        background: #EAE9DF;
    }

    .mobile-project-info .sticky::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: -20px;
        width: 100vw;
        height: 1px;
        background: #EAE9DF;
    }

    .single-work-social .single-work-related {
        padding-top: 25px;
    }

    .mobile-project-info .sticky {
        padding-bottom: 10px;
    }

    .video-info-open {
        padding: 3px 10px !important;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #ok:hover img,
html.dark #ok:hover img.dark-amok,
html.hover-ok #ok img, html.dark.hover-ok #ok img.dark-amok, html.party.hover-ok #ok img.red {
    display: none;
}

html:not(.party) #ok:hover .red,
html.party #ok:hover .white,
html.hover-ok:not(.party) #ok .red, html.hover-ok.party #ok img.white {
    display: block !important;
}

.address-c h2, .work-c p {
    font-size: var(--font-30);
}
/* .mobile-social-vid {
        z-index: 0 !important;
        position: sticky;
        top: 10px;
}
.single-work-social .mobile-project-info, .single-work-social .single-work-sidebar {
    background: var(--white);
    z-index: 1;
} */

.mmb-20 {
    margin-bottom: 20px;
}
.mmb-30 {
    margin-bottom: 30px;
}
.mmb-50 {
    margin-bottom: 50px;
}
.mmb-10 {
    margin-bottom: 10px !important;
}
.content {
    padding-bottom: 60px;
}
.content:last-of-type {
    padding-bottom: 120px;
}
.page-id-23 .content {
    padding-bottom: 60px;
}
.page-id-23 .content:last-of-type {
    padding-bottom: 120px;
}

.other-work.row .project-thumb {
    margin-bottom: 0;
}

.address-c img, .work-c img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
}
.work-c .hover-red {
    color: var(--red);
}
html.party .work-c .hover-red {
    color: #fff;
}

.single-work-social .mobile-project-info {
    xheight: calc(40dvh - 60px);
    xmax-height: calc(40dvh - 60px);
    overflow-y: hidden;
	overflow-x: hidden;
}
.open-work-content .single-work-social .mobile-project-info {
    z-index: 99;
    background: var(--white);
    position: absolute;
    top: 25dvh;
    width: calc(100vw - 20px);
    left: 10px;
    height: 75dvh;
    max-height: 75dvh;
    overflow-y: auto;
	overflow-x: hidden;
}
.single-work-social .mobile-project-info .sticky::before {
    content: '';
    width: 100%;
    height: 15px;
    background: var(--white);
    position: absolute;
    top: -15px;
}
.single-work-social .mobile-project-info .sticky {
    top: 10px;
    background: var(--white);
    z-index: 99;
}
.open-work-content .single-work-social .single-work-related {
    padding-bottom: 100px;
}

.dark.open-work-content .single-work-social .mobile-project-info, .dark .single-work-social .mobile-project-info .sticky::before, .dark .single-work-social .mobile-project-info .sticky, .dark .sticky-m, .dark body.parent-pageid-29::before, .dark body.term-commercials::before, .dark body.term-socials::before {
    background: #000;
}

.party.open-work-content .single-work-social .mobile-project-info, .party .single-work-social .mobile-project-info .sticky::before, .party .single-work-social .mobile-project-info .sticky, .party .sticky-m, .party body.parent-pageid-29::before, .party body.term-commercials::before, .party body.term-socials::before {
    background: var(--red);
}

.dark.mobile-menu-opened #menu-logo path {
    fill: #000;
}
.dark.mobile-menu-opened #mobile-menu {
    color: #000;
}
	
	.goto {
		text-indent: -9999px;
	}

    .slide-counter, .slide-counter-2 {
        font-size: 16px;
        padding: 4px 0 3px;
        line-height: 16px;
        border-radius: 7px;
        width: 40px;
        text-align: center;
        background-color: #FFFEF2;
    }
    .slide-nav {
        padding-top: 3px;
        padding-bottom: 4px;
    }
    .slick-arrow svg {
        height: 10px;
    }
    .prev-arrow {
        padding-right: 3px;
        padding-left: 2px;
    }
    .next-arrow {
        padding-right: 2px;
        padding-left: 3px;
    }
    .work-categories {
        flex-wrap: wrap;
        width: calc(100vw - 40px);
    }

    .single-work .video-info {
        position: relative;
        display: inline-block;
    }
    .single-work-sidebar {
        padding-bottom: 0;
    }
    .single-work .mute-unmute-button {
        position: absolute;
    right: 10px;
    }

    body {
        overflow-x: hidden;
    }

    #filter-menu {
        max-width: 100vw !important;
        overflow-x: visible;
    }
} /* END MOBILE */