:root {
	--blue: #0000FF;
    --padding: 24px;
    --h2: 52px;
    --h3: 26px;
    --font-body: 26px;
    --font-small: 16px;
    --spacing-30: 30px;
    --spacing-48: 48px;
    --writings: 186.75px;
}

@media (min-width: 2560px) {
    :root {
        --padding: 36px;
        --h2: 78px;
        --h3: 39px;
        --font-body: 23px;
        --font-small: 23px;
        --spacing-30: 48px;
        --spacing-48: 72px;
        --writings: 279.61px;
    }
}

@media (max-width: 1366px) {
    :root {
        --padding: 24px;
        --h2: calc(52px * 0.8);
        --h3: calc(26px * 0.8);
        --font-body: calc(26px * 0.8);
        --font-small: 16px;
        --spacing-30: 30px;
        --spacing-48: 48px;
        --writings: 149.61px;
    }
}

@media (max-width: 991.98px) {
    :root {
        --padding: 16px;
        --h2: 25px;
        --h3: 16px;
        --font-body: 16px;
        --font-small: 12px;
        --spacing-30: 16px;
        --spacing-48: 32px;
        --writings: auto;
    }
}

.transition-main {
  transition-property: opacity, transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transform: translateY(0);
  opacity: 1;
}

html.is-animating .transition-main {
  opacity: 0;
  transform: translateY(-12px);
}

html.is-leaving .transition-main {
  transform: translateY(24px);
}

html.is-animating.to-fade .transition-main {
    opacity: 0;
    transform: translateY(0);
}
html.is-leaving.to-fade .transition-main {
    transform: translateY(0);
}

html.is-animating.to-left .transition-main {
    opacity: 0;
    transform: translateX(24px);
}
html.is-leaving.to-left .transition-main {
    transform: translateX(-24px);
}

html.is-animating.to-right .transition-main {
    opacity: 0;
    transform: translateX(-24px);
}
html.is-leaving.to-right .transition-main {
    transform: translateX(24px);
}

body, html {
	background: #fff;
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
}

.white {
    color: #fff;
}
.blue {
    color: var(--blue);
}

/* GENERAL */
.uppercase {
    text-transform: uppercase
}

/* TYPOGRAPHY */
h1, .h1 {
    font-size: ;
    line-height: ;
}
h2, .h2, .navbar-nav .nav-link {
    font-size: var(--h2);
    line-height: 0.9230769230769231em;
    letter-spacing: -0.025em;
    margin-top: -4px;
}
h3, .h3 {
    font-size: var(--h3);
    line-height: 1.2em;
}
h4, .h4 {
    font-size: ;
    line-height: ;
}
h5, .h5 {
    font-size: ;
    line-height: ;
}
body, html {
    font-size: var(--font-body);
    line-height: 1.2em;
    color: #fff;
    font-weight: 700;
}
small, .small {
    font-size: var(--font-small);
    line-height: var(--font-small);
}
.elementor-button, .btn.btn-default {
    font-size: ;
    line-height: ;
}

a, a:hover {
    color: inherit;
    text-decoration: none;
    transition: all .3s ease;
}
a:hover {
    color: var(--blue);
    transition: all .3s ease;
}
/* END TYPOGRAPHY */

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: var(--padding);
    height: 100%;
    background: #fff;
    z-index: 9999;
}
body::after {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    width: var(--padding);
    height: 100%;
    background: #fff;
    z-index: 9999;
}
html::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--padding);
    background: #fff;
    z-index: 9999;
}
html::after {
    content: '';
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: var(--padding);
    background: #fff;
    z-index: 9999;
}

#preloader-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: var(--padding);
    background: #fff;
    z-index: 9999;
}

/* HEADER */

#preloader .navbar-brand {
	padding-left: 0 !important;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: var(--padding);
    background: var(--blue);
    z-index: 999;
    margin-top: 4px;
    padding-bottom: 9px;
    transition: background .3s ease;
}
.navbar-brand {
    padding-left: 15px !important;
}
.navbar, .navbar-brand, .nav-link {
    padding: 0;
}
.navbar-dark .navbar-brand {
    color: #fff;
}
.navbar-brand svg {
    height: 87px;
}
.navbar-brand svg .cls-1 {
    fill: white;
}
.menu-item {
    xpadding-left: 100px;
}
.menu-item:first-of-type {
    padding-left: 0;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    transition: color 0.3s ease;
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    transition: all .3s ease;
}

#header-pattern-wrapper {
    width: calc(100% - 33.333% - 640px);
    height: 80px;
}
#preloader header, #preloader #preloader-image {
    opacity: 0;
}
.page-loaded #preloader header, .page-loaded #preloader #preloader-image {
    opacity: 1;
    transition: all .3s ease;
}
#header-pattern-loader-wrapper {
    width: calc(100% - 33.333% - 640px);
    height: 80px;
}
#header-pattern {
    position: absolute;
    left: 600px;
    top: 0;
    height: 80px;
    width: 100%;
    background: url('data:image/svg+xml,<svg width="40" height="78" viewBox="0 0 40 78" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.393 0H10.793V3.60001H14.393V0Z" fill="white"/><path d="M17.9906 0H14.3906V3.60001H17.9906V0Z" fill="white"/><path d="M21.5932 0H17.9932V3.60001H21.5932V0Z" fill="white"/><path d="M25.1928 0H21.5928V3.60001H25.1928V0Z" fill="white"/><path d="M10.7914 3.60059H7.19141V7.2006H10.7914V3.60059Z" fill="white"/><path d="M28.7973 3.60059H25.1973V7.2006H28.7973V3.60059Z" fill="white"/><path d="M7.19865 7.19971H3.59863V10.7997H7.19865V7.19971Z" fill="white"/><path d="M32.3969 7.19971H28.7969V10.7997H32.3969V7.19971Z" fill="white"/><path d="M3.60001 10.7998H0V14.3998H3.60001V10.7998Z" fill="white"/><path d="M14.393 10.7998H10.793V14.3998H14.393V10.7998Z" fill="white"/><path d="M25.1869 10.7998H21.5869V14.3998H25.1869V10.7998Z" fill="white"/><path d="M36.0004 10.7998H32.4004V14.3998H36.0004V10.7998Z" fill="white"/><path d="M3.60001 14.3999H0V17.9999H3.60001V14.3999Z" fill="white"/><path d="M36.0004 14.3999H32.4004V17.9999H36.0004V14.3999Z" fill="white"/><path d="M3.60001 18H0V21.6H3.60001V18Z" fill="white"/><path d="M12.5932 19.7769H8.99316V23.3769H12.5932V19.7769Z" fill="white"/><path d="M26.9867 19.7769H23.3867V23.3769H26.9867V19.7769Z" fill="white"/><path d="M36.0004 18H32.4004V21.6H36.0004V18Z" fill="white"/><path d="M3.60001 21.5996H0V25.1996H3.60001V21.5996Z" fill="white"/><path d="M14.393 23.3774H10.793V26.9775H14.393V23.3774Z" fill="white"/><path d="M25.1928 23.3774H21.5928V26.9775H25.1928V23.3774Z" fill="white"/><path d="M36.0004 21.5996H32.4004V25.1996H36.0004V21.5996Z" fill="white"/><path d="M7.19865 25.2002H3.59863V28.8002H7.19865V25.2002Z" fill="white"/><path d="M17.9936 25.2002H14.3936V28.8002H17.9936V25.2002Z" fill="white"/><path d="M21.5971 25.2002H17.9971V28.8002H21.5971V25.2002Z" fill="white"/><path d="M32.4135 25.2002H28.8135V28.8002H32.4135V25.2002Z" fill="white"/><path d="M10.8041 28.8003H7.2041V32.4003H10.8041V28.8003Z" fill="white"/><path d="M28.809 28.8003H25.209V32.4003H28.809V28.8003Z" fill="white"/><path d="M14.4037 32.3994H10.8037V35.9994H14.4037V32.3994Z" fill="white"/><path d="M18.0063 32.3994H14.4062V35.9994H18.0063V32.3994Z" fill="white"/><path d="M21.6078 32.3994H18.0078V35.9994H21.6078V32.3994Z" fill="white"/><path d="M25.2104 32.3994H21.6104V35.9994H25.2104V32.3994Z" fill="white"/><path d="M14.393 42.001H10.793V45.601H14.393V42.001Z" fill="white"/><path d="M17.9906 42.001H14.3906V45.601H17.9906V42.001Z" fill="white"/><path d="M21.5932 42.001H17.9932V45.601H21.5932V42.001Z" fill="white"/><path d="M25.1928 42.001H21.5928V45.601H25.1928V42.001Z" fill="white"/><path d="M10.7914 45.6006H7.19141V49.2006H10.7914V45.6006Z" fill="white"/><path d="M28.7973 45.6006H25.1973V49.2006H28.7973V45.6006Z" fill="white"/><path d="M7.19865 49.2007H3.59863V52.8007H7.19865V49.2007Z" fill="white"/><path d="M32.3969 49.2007H28.7969V52.8007H32.3969V49.2007Z" fill="white"/><path d="M3.60001 52.8008H0V56.4008H3.60001V52.8008Z" fill="white"/><path d="M14.393 52.8008H10.793V56.4008H14.393V52.8008Z" fill="white"/><path d="M25.1869 52.8008H21.5869V56.4008H25.1869V52.8008Z" fill="white"/><path d="M36.0004 52.8008H32.4004V56.4008H36.0004V52.8008Z" fill="white"/><path d="M3.60001 56.4009H0V60.0009H3.60001V56.4009Z" fill="white"/><path d="M36.0004 56.4009H32.4004V60.0009H36.0004V56.4009Z" fill="white"/><path d="M3.60001 60.001H0V63.601H3.60001V60.001Z" fill="white"/><path d="M12.5932 61.7778H8.99316V65.3778H12.5932V61.7778Z" fill="white"/><path d="M26.9867 61.7778H23.3867V65.3778H26.9867V61.7778Z" fill="white"/><path d="M36.0004 60.001H32.4004V63.601H36.0004V60.001Z" fill="white"/><path d="M3.60001 63.6001H0V67.2001H3.60001V63.6001Z" fill="white"/><path d="M14.393 65.3784H10.793V68.9784H14.393V65.3784Z" fill="white"/><path d="M25.1928 65.3784H21.5928V68.9784H25.1928V65.3784Z" fill="white"/><path d="M36.0004 63.6001H32.4004V67.2001H36.0004V63.6001Z" fill="white"/><path d="M7.19865 67.2012H3.59863V70.8012H7.19865V67.2012Z" fill="white"/><path d="M17.9936 67.2012H14.3936V70.8012H17.9936V67.2012Z" fill="white"/><path d="M21.5971 67.2012H17.9971V70.8012H21.5971V67.2012Z" fill="white"/><path d="M32.4135 67.2012H28.8135V70.8012H32.4135V67.2012Z" fill="white"/><path d="M10.8041 70.8013H7.2041V74.4013H10.8041V70.8013Z" fill="white"/><path d="M28.809 70.8013H25.209V74.4013H28.809V70.8013Z" fill="white"/><path d="M14.4037 74.4004H10.8037V78.0004H14.4037V74.4004Z" fill="white"/><path d="M18.0063 74.4004H14.4062V78.0004H18.0063V74.4004Z" fill="white"/><path d="M21.6078 74.4004H18.0078V78.0004H21.6078V74.4004Z" fill="white"/><path d="M25.2104 74.4004H21.6104V78.0004H25.2104V74.4004Z" fill="white"/></svg>') repeat-x left top;
}
#header-pattern-loader {
    position: absolute;
    right: 0;
    top: 0;
    height: 80px;
    width: 100%;
    background: url('data:image/svg+xml,<svg width="40" height="78" viewBox="0 0 40 78" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.393 0H10.793V3.60001H14.393V0Z" fill="white"/><path d="M17.9906 0H14.3906V3.60001H17.9906V0Z" fill="white"/><path d="M21.5932 0H17.9932V3.60001H21.5932V0Z" fill="white"/><path d="M25.1928 0H21.5928V3.60001H25.1928V0Z" fill="white"/><path d="M10.7914 3.60059H7.19141V7.2006H10.7914V3.60059Z" fill="white"/><path d="M28.7973 3.60059H25.1973V7.2006H28.7973V3.60059Z" fill="white"/><path d="M7.19865 7.19971H3.59863V10.7997H7.19865V7.19971Z" fill="white"/><path d="M32.3969 7.19971H28.7969V10.7997H32.3969V7.19971Z" fill="white"/><path d="M3.60001 10.7998H0V14.3998H3.60001V10.7998Z" fill="white"/><path d="M14.393 10.7998H10.793V14.3998H14.393V10.7998Z" fill="white"/><path d="M25.1869 10.7998H21.5869V14.3998H25.1869V10.7998Z" fill="white"/><path d="M36.0004 10.7998H32.4004V14.3998H36.0004V10.7998Z" fill="white"/><path d="M3.60001 14.3999H0V17.9999H3.60001V14.3999Z" fill="white"/><path d="M36.0004 14.3999H32.4004V17.9999H36.0004V14.3999Z" fill="white"/><path d="M3.60001 18H0V21.6H3.60001V18Z" fill="white"/><path d="M12.5932 19.7769H8.99316V23.3769H12.5932V19.7769Z" fill="white"/><path d="M26.9867 19.7769H23.3867V23.3769H26.9867V19.7769Z" fill="white"/><path d="M36.0004 18H32.4004V21.6H36.0004V18Z" fill="white"/><path d="M3.60001 21.5996H0V25.1996H3.60001V21.5996Z" fill="white"/><path d="M14.393 23.3774H10.793V26.9775H14.393V23.3774Z" fill="white"/><path d="M25.1928 23.3774H21.5928V26.9775H25.1928V23.3774Z" fill="white"/><path d="M36.0004 21.5996H32.4004V25.1996H36.0004V21.5996Z" fill="white"/><path d="M7.19865 25.2002H3.59863V28.8002H7.19865V25.2002Z" fill="white"/><path d="M17.9936 25.2002H14.3936V28.8002H17.9936V25.2002Z" fill="white"/><path d="M21.5971 25.2002H17.9971V28.8002H21.5971V25.2002Z" fill="white"/><path d="M32.4135 25.2002H28.8135V28.8002H32.4135V25.2002Z" fill="white"/><path d="M10.8041 28.8003H7.2041V32.4003H10.8041V28.8003Z" fill="white"/><path d="M28.809 28.8003H25.209V32.4003H28.809V28.8003Z" fill="white"/><path d="M14.4037 32.3994H10.8037V35.9994H14.4037V32.3994Z" fill="white"/><path d="M18.0063 32.3994H14.4062V35.9994H18.0063V32.3994Z" fill="white"/><path d="M21.6078 32.3994H18.0078V35.9994H21.6078V32.3994Z" fill="white"/><path d="M25.2104 32.3994H21.6104V35.9994H25.2104V32.3994Z" fill="white"/><path d="M14.393 42.001H10.793V45.601H14.393V42.001Z" fill="white"/><path d="M17.9906 42.001H14.3906V45.601H17.9906V42.001Z" fill="white"/><path d="M21.5932 42.001H17.9932V45.601H21.5932V42.001Z" fill="white"/><path d="M25.1928 42.001H21.5928V45.601H25.1928V42.001Z" fill="white"/><path d="M10.7914 45.6006H7.19141V49.2006H10.7914V45.6006Z" fill="white"/><path d="M28.7973 45.6006H25.1973V49.2006H28.7973V45.6006Z" fill="white"/><path d="M7.19865 49.2007H3.59863V52.8007H7.19865V49.2007Z" fill="white"/><path d="M32.3969 49.2007H28.7969V52.8007H32.3969V49.2007Z" fill="white"/><path d="M3.60001 52.8008H0V56.4008H3.60001V52.8008Z" fill="white"/><path d="M14.393 52.8008H10.793V56.4008H14.393V52.8008Z" fill="white"/><path d="M25.1869 52.8008H21.5869V56.4008H25.1869V52.8008Z" fill="white"/><path d="M36.0004 52.8008H32.4004V56.4008H36.0004V52.8008Z" fill="white"/><path d="M3.60001 56.4009H0V60.0009H3.60001V56.4009Z" fill="white"/><path d="M36.0004 56.4009H32.4004V60.0009H36.0004V56.4009Z" fill="white"/><path d="M3.60001 60.001H0V63.601H3.60001V60.001Z" fill="white"/><path d="M12.5932 61.7778H8.99316V65.3778H12.5932V61.7778Z" fill="white"/><path d="M26.9867 61.7778H23.3867V65.3778H26.9867V61.7778Z" fill="white"/><path d="M36.0004 60.001H32.4004V63.601H36.0004V60.001Z" fill="white"/><path d="M3.60001 63.6001H0V67.2001H3.60001V63.6001Z" fill="white"/><path d="M14.393 65.3784H10.793V68.9784H14.393V65.3784Z" fill="white"/><path d="M25.1928 65.3784H21.5928V68.9784H25.1928V65.3784Z" fill="white"/><path d="M36.0004 63.6001H32.4004V67.2001H36.0004V63.6001Z" fill="white"/><path d="M7.19865 67.2012H3.59863V70.8012H7.19865V67.2012Z" fill="white"/><path d="M17.9936 67.2012H14.3936V70.8012H17.9936V67.2012Z" fill="white"/><path d="M21.5971 67.2012H17.9971V70.8012H21.5971V67.2012Z" fill="white"/><path d="M32.4135 67.2012H28.8135V70.8012H32.4135V67.2012Z" fill="white"/><path d="M10.8041 70.8013H7.2041V74.4013H10.8041V70.8013Z" fill="white"/><path d="M28.809 70.8013H25.209V74.4013H28.809V70.8013Z" fill="white"/><path d="M14.4037 74.4004H10.8037V78.0004H14.4037V74.4004Z" fill="white"/><path d="M18.0063 74.4004H14.4062V78.0004H18.0063V74.4004Z" fill="white"/><path d="M21.6078 74.4004H18.0078V78.0004H21.6078V74.4004Z" fill="white"/><path d="M25.2104 74.4004H21.6104V78.0004H25.2104V74.4004Z" fill="white"/></svg>') repeat-x right top;
}

.page-id-15 .menu-item-20 a, .page-id-17 .menu-item-19 a {
    color: #fff !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1px;
    padding-left: 0;
}

#preloader header {
    background: var(--blue) !important;
}
#preloader header .navbar-brand svg .cls-1 {
    fill: #fff;
}

html.html-loaded::after {
    opacity: 0;
    transition: all .3s ease;
 }
html.html-loaded.mobile-menu-opened::after {
    opacity: 0;
   transition: all .3s ease;
}

/* END HEADER */

/* CONTENT */

#preloader{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--blue);z-index:9998;color: #fff;}
#preloader > header {
    bottom: var(--padding);
    top: auto;
    padding-top: 4px;
}
#preloader-image {
    width: 100%;
    height: calc(100% - 100px - var(--padding));
    background: url('img/792571809925ed1b9715007ba039a717.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
    overflow: hidden
}
#preloader-image .graphic img {
    max-height: 30vh;
}
#preloader-image .graphic {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#preloader-image .graphic.first {
    position: absolute;
    top: var(--padding);
    left: 50%;
    transform: translate(-50%, -50%);
}
#preloader-image .graphic.last {
    position: absolute;
    top: calc(100% - var(--padding));
    left: 50%;
    transform: translate(-50%, -50%);
}
#preloader header #header-pattern-loader-wrapper {
    width: 100%;
}

main {
    margin-top: 120px;
    padding: var(--padding);
    padding-top: 36px;
}
.mt-24 {
    margin-top: var(--padding);
}
.mb-24 {
    margin-bottom: var(--padding);
}
.mt-48 {
    margin-top: var(--spacing-48);
}
.mb-48 {
    margin-bottom: var(--spacing-48);
}

.footer-last {
    margin-bottom: 18px;
}

.socials {
    gap: var(--padding);
}
.list-inline {
    margin-bottom: 0;
}
.list-inline-item:not(:last-child) {
    margin-right: 100px !important;
    text-align: left;
}
.list-inline-item{
    xmargin-right: 0 !important;
}

.home main {
    background: var(--blue);
    color: #fff;
}
body:not(.home) main {
    background: white;
    color: #000;
}
body:not(.home) .list-inline a.back-to-top {
    background: url('data:image/svg+xml,<svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.71326 5.04875L0.208906 6.93222L0.195801 6.9453V4.06778L5.59787 0L10.9999 4.06778V6.9453L8.49559 5.06183C7.84 4.5648 7.27619 4.1201 6.81727 3.74078V11H4.36536V3.75386C3.67044 4.31629 3.11973 4.74792 2.71326 5.04875Z" fill="black"/></svg>') no-repeat center right;
}
body:not(.home) .list-inline a.back-to-top:hover {
    background: url('data:image/svg+xml,<svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.71326 5.04875L0.208906 6.93222L0.195801 6.9453V4.06778L5.59787 0L10.9999 4.06778V6.9453L8.49559 5.06183C7.84 4.5648 7.27619 4.1201 6.81727 3.74078V11H4.36536V3.75386C3.67044 4.31629 3.11973 4.74792 2.71326 5.04875Z" fill="%230000FF"/></svg>') no-repeat center right;
}
body.home .list-inline a.back-to-top:hover {
    background: url('data:image/svg+xml,<svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.71326 5.04875L0.208906 6.93222L0.195801 6.9453V4.06778L5.59787 0L10.9999 4.06778V6.9453L8.49559 5.06183C7.84 4.5648 7.27619 4.1201 6.81727 3.74078V11H4.36536V3.75386C3.67044 4.31629 3.11973 4.74792 2.71326 5.04875Z" fill="%23BFBFFF"/></svg>') no-repeat center right;
}
.back-to-top {
    cursor: pointer;
}
.writing {
    border-bottom: 1.5px solid #000;
    margin-bottom: var(--padding);
    padding-bottom: var(--spacing-48);
}

.single header, .mobile-menu-opened header {
    background: #fff;
    color: #000;
    transition: background .3s ease;
}
.single header .navbar-brand svg .cls-1, body:not(.home) .social svg path, #mobile-nav .social svg path, .mobile-menu-opened header .navbar-brand svg .cls-1 {
    fill: #000;
}
.single .navbar-dark .navbar-nav .nav-link {
    color: #000;
    transition: color 0.3s ease;
}
.single #header-pattern, .mobile-menu-opened #header-pattern {

   background: url('data:image/svg+xml,<svg width="40" height="78" viewBox="0 0 40 78" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.393 0H10.793V3.60001H14.393V0Z" fill="black"/><path d="M17.9906 0H14.3906V3.60001H17.9906V0Z" fill="black"/><path d="M21.5932 0H17.9932V3.60001H21.5932V0Z" fill="black"/><path d="M25.1928 0H21.5928V3.60001H25.1928V0Z" fill="black"/><path d="M10.7914 3.60059H7.19141V7.2006H10.7914V3.60059Z" fill="black"/><path d="M28.7973 3.60059H25.1973V7.2006H28.7973V3.60059Z" fill="black"/><path d="M7.19865 7.19971H3.59863V10.7997H7.19865V7.19971Z" fill="black"/><path d="M32.3969 7.19971H28.7969V10.7997H32.3969V7.19971Z" fill="black"/><path d="M3.60001 10.7998H0V14.3998H3.60001V10.7998Z" fill="black"/><path d="M14.393 10.7998H10.793V14.3998H14.393V10.7998Z" fill="black"/><path d="M25.1869 10.7998H21.5869V14.3998H25.1869V10.7998Z" fill="black"/><path d="M36.0004 10.7998H32.4004V14.3998H36.0004V10.7998Z" fill="black"/><path d="M3.60001 14.3999H0V17.9999H3.60001V14.3999Z" fill="black"/><path d="M36.0004 14.3999H32.4004V17.9999H36.0004V14.3999Z" fill="black"/><path d="M3.60001 18H0V21.6H3.60001V18Z" fill="black"/><path d="M12.5932 19.7769H8.99316V23.3769H12.5932V19.7769Z" fill="black"/><path d="M26.9867 19.7769H23.3867V23.3769H26.9867V19.7769Z" fill="black"/><path d="M36.0004 18H32.4004V21.6H36.0004V18Z" fill="black"/><path d="M3.60001 21.5996H0V25.1996H3.60001V21.5996Z" fill="black"/><path d="M14.393 23.3774H10.793V26.9775H14.393V23.3774Z" fill="black"/><path d="M25.1928 23.3774H21.5928V26.9775H25.1928V23.3774Z" fill="black"/><path d="M36.0004 21.5996H32.4004V25.1996H36.0004V21.5996Z" fill="black"/><path d="M7.19865 25.2002H3.59863V28.8002H7.19865V25.2002Z" fill="black"/><path d="M17.9936 25.2002H14.3936V28.8002H17.9936V25.2002Z" fill="black"/><path d="M21.5971 25.2002H17.9971V28.8002H21.5971V25.2002Z" fill="black"/><path d="M32.4135 25.2002H28.8135V28.8002H32.4135V25.2002Z" fill="black"/><path d="M10.8041 28.8003H7.2041V32.4003H10.8041V28.8003Z" fill="black"/><path d="M28.809 28.8003H25.209V32.4003H28.809V28.8003Z" fill="black"/><path d="M14.4037 32.3994H10.8037V35.9994H14.4037V32.3994Z" fill="black"/><path d="M18.0063 32.3994H14.4062V35.9994H18.0063V32.3994Z" fill="black"/><path d="M21.6078 32.3994H18.0078V35.9994H21.6078V32.3994Z" fill="black"/><path d="M25.2104 32.3994H21.6104V35.9994H25.2104V32.3994Z" fill="black"/><path d="M14.393 42.001H10.793V45.601H14.393V42.001Z" fill="black"/><path d="M17.9906 42.001H14.3906V45.601H17.9906V42.001Z" fill="black"/><path d="M21.5932 42.001H17.9932V45.601H21.5932V42.001Z" fill="black"/><path d="M25.1928 42.001H21.5928V45.601H25.1928V42.001Z" fill="black"/><path d="M10.7914 45.6006H7.19141V49.2006H10.7914V45.6006Z" fill="black"/><path d="M28.7973 45.6006H25.1973V49.2006H28.7973V45.6006Z" fill="black"/><path d="M7.19865 49.2007H3.59863V52.8007H7.19865V49.2007Z" fill="black"/><path d="M32.3969 49.2007H28.7969V52.8007H32.3969V49.2007Z" fill="black"/><path d="M3.60001 52.8008H0V56.4008H3.60001V52.8008Z" fill="black"/><path d="M14.393 52.8008H10.793V56.4008H14.393V52.8008Z" fill="black"/><path d="M25.1869 52.8008H21.5869V56.4008H25.1869V52.8008Z" fill="black"/><path d="M36.0004 52.8008H32.4004V56.4008H36.0004V52.8008Z" fill="black"/><path d="M3.60001 56.4009H0V60.0009H3.60001V56.4009Z" fill="black"/><path d="M36.0004 56.4009H32.4004V60.0009H36.0004V56.4009Z" fill="black"/><path d="M3.60001 60.001H0V63.601H3.60001V60.001Z" fill="black"/><path d="M12.5932 61.7778H8.99316V65.3778H12.5932V61.7778Z" fill="black"/><path d="M26.9867 61.7778H23.3867V65.3778H26.9867V61.7778Z" fill="black"/><path d="M36.0004 60.001H32.4004V63.601H36.0004V60.001Z" fill="black"/><path d="M3.60001 63.6001H0V67.2001H3.60001V63.6001Z" fill="black"/><path d="M14.393 65.3784H10.793V68.9784H14.393V65.3784Z" fill="black"/><path d="M25.1928 65.3784H21.5928V68.9784H25.1928V65.3784Z" fill="black"/><path d="M36.0004 63.6001H32.4004V67.2001H36.0004V63.6001Z" fill="black"/><path d="M7.19865 67.2012H3.59863V70.8012H7.19865V67.2012Z" fill="black"/><path d="M17.9936 67.2012H14.3936V70.8012H17.9936V67.2012Z" fill="black"/><path d="M21.5971 67.2012H17.9971V70.8012H21.5971V67.2012Z" fill="black"/><path d="M32.4135 67.2012H28.8135V70.8012H32.4135V67.2012Z" fill="black"/><path d="M10.8041 70.8013H7.2041V74.4013H10.8041V70.8013Z" fill="black"/><path d="M28.809 70.8013H25.209V74.4013H28.809V70.8013Z" fill="black"/><path d="M14.4037 74.4004H10.8037V78.0004H14.4037V74.4004Z" fill="black"/><path d="M18.0063 74.4004H14.4062V78.0004H18.0063V74.4004Z" fill="black"/><path d="M21.6078 74.4004H18.0078V78.0004H21.6078V74.4004Z" fill="black"/><path d="M25.2104 74.4004H21.6104V78.0004H25.2104V74.4004Z" fill="black"/></svg>') repeat-x left top;
   xbackground-size: contain;
}



.sort {
    cursor: pointer;
}

.apply-filter:hover, x.cat:hover, x.cat-year:hover, .filter-c:hover {
    color: var(--blue);
}

.date-col {
    width: calc(var(--writings) + 30px);
    max-width: calc(var(--writings) + 30px);
}
.year-filter, .apply-filter {
    width: var(--writings);
    max-width: var(--writings);
    margin-left: auto;
}
.list-inline a.back-to-top {
    width: var(--writings);
    display: inline-block;
    text-align: left;
    background: url('data:image/svg+xml,<svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.71326 5.04875L0.208906 6.93222L0.195801 6.9453V4.06778L5.59787 0L10.9999 4.06778V6.9453L8.49559 5.06183C7.84 4.5648 7.27619 4.1201 6.81727 3.74078V11H4.36536V3.75386C3.67044 4.31629 3.11973 4.74792 2.71326 5.04875Z" fill="white"/></svg>') no-repeat center right;
}

.image-2-col .col.image-2-col-left { padding-right: 6px;}
.image-2-col .col.image-2-col-right { padding-left: 6px;}

.single-project main .row p:last-child, .single-project main .row .h3 {
    margin-bottom: 0;
}

.single-project .title-row {
    position: sticky;
    top: 135px;
    z-index: 999;
}

img.img-16-9 {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

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

.full-img-section {
    background: #dddddd;
}

.sort {
	gap: 0 8px;
}

.cat, .cat-year {
    cursor: pointer;
}

.cat.active, .cat-year.active {
	color: var(--blue);
}

#filter-wrapper {
	display: none;
}

.apply-filter, .filter-c {
    cursor: pointer;
}

.filter-c {
    text-transform: uppercase;
}

.clear-filters {
    display: none;
}
.clear-filters a {
    cursor: pointer;

}
html.editing-filter #filter-wrapper {
    display: flex;
}
html.editing-filter .clear-filters {
    display: block;
}

.sort.selected svg path {
    fill: #0000FF;
}
.editing-filter .sort svg path {
    fill: #cccccc;
}

.footer-section a:hover {
    color: var(--blue);
}
.home .footer-section a:hover {
    color: rgba(255,255,255,0.75)
}
.home .social:hover a svg path {
    fill: rgba(255,255,255,0.75);
}

.project-summary-c {
    margin-bottom: -24px;
    display: none;
    padding-top: var(--spacing-48);
}
.row.writing .col-lg-7, .close-summary {
    cursor: pointer;
}
.row.writing:hover .col-lg-7 h2, .row.writing:hover .project-title-c, .row.writing:hover .right-col, .close-summary:hover {
    color: var(--blue);
}

#mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background: white;
    z-index: 99;
    color: #000;
    overflow-y: auto;
    display: none;
}

html.have-filters .filter-c {
    color: var(--blue);
}
body.single .menu-item:hover a {
    color: var(--blue) !important;
}

span.coma:last-child {
    display: none;
}

@media (min-width: 1900px) and (max-width: 2559.98px) {
    .right-col {
        margin-left: auto !important;
        max-width: 550px;
    }
    #header-pattern-wrapper {
        width: calc(100% - 550px - 640px);
        height: 80px;
    }
    #project-detail-c {
        margin-left: auto !important;
        max-width: 550px;
    }
}

/* END CONTENT */

@media (hover: hover) and (pointer: fine) {
    .social:hover a svg path, .sort .sort:hover svg path {
        fill: var(--blue);
    }
  }

/* 2560 */
@media (min-width: 2559.98px) {
.navbar-brand svg {
	height: 132px;
}
	#header-pattern-wrapper, #header-pattern {
		height: 120px;
	}
    #header-pattern-wrapper {
        width: calc(100% - 33.333% - 940px);
    }
	#header-pattern {
        background: url('data:image/svg+xml,<svg width="56" height="119" viewBox="0 0 56 119" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22.7443 0H17.252V5.4923H22.7443V0Z" fill="white"/><path d="M28.2325 0H22.7402V5.4923H28.2325V0Z" fill="white"/><path d="M33.7286 0H28.2363V5.4923H33.7286V0Z" fill="white"/><path d="M39.2208 0H33.7285V5.4923H39.2208V0Z" fill="white"/><path d="M17.2482 5.49316H11.7559V10.9855H17.2482V5.49316Z" fill="white"/><path d="M44.7189 5.49316H39.2266V10.9855H44.7189V5.49316Z" fill="white"/><path d="M11.7677 10.9839H6.27539V16.4762H11.7677V10.9839Z" fill="white"/><path d="M50.211 10.9839H44.7188V16.4762H50.211V10.9839Z" fill="white"/><path d="M6.27745 16.4771H0.785156V21.9693H6.27745V16.4771Z" fill="white"/><path d="M22.7443 16.4771H17.252V21.9693H22.7443V16.4771Z" fill="white"/><path d="M39.211 16.4771H33.7188V21.9693H39.211V16.4771Z" fill="white"/><path d="M55.7091 16.4771H50.2168V21.9693H55.7091V16.4771Z" fill="white"/><path d="M6.27745 21.9688H0.785156V27.461H6.27745V21.9688Z" fill="white"/><path d="M55.7091 21.9688H50.2168V27.461H55.7091V21.9688Z" fill="white"/><path d="M6.27745 27.4619H0.785156V32.9542H6.27745V27.4619Z" fill="white"/><path d="M19.9982 30.1724H14.5059V35.6647H19.9982V30.1724Z" fill="white"/><path d="M41.9571 30.1724H36.4648V35.6647H41.9571V30.1724Z" fill="white"/><path d="M55.7091 27.4619H50.2168V32.9542H55.7091V27.4619Z" fill="white"/><path d="M6.27745 32.9526H0.785156V38.4449H6.27745V32.9526Z" fill="white"/><path d="M22.7443 35.665H17.252V41.1573H22.7443V35.665Z" fill="white"/><path d="M39.2208 35.665H33.7285V41.1573H39.2208V35.665Z" fill="white"/><path d="M55.7091 32.9526H50.2168V38.4449H55.7091V32.9526Z" fill="white"/><path d="M11.7677 38.4468H6.27539V43.9391H11.7677V38.4468Z" fill="white"/><path d="M28.2364 38.4468H22.7441V43.9391H28.2364V38.4468Z" fill="white"/><path d="M33.7345 38.4468H28.2422V43.9391H33.7345V38.4468Z" fill="white"/><path d="M50.2364 38.4468H44.7441V43.9391H50.2364V38.4468Z" fill="white"/><path d="M17.2677 43.9385H11.7754V49.4308H17.2677V43.9385Z" fill="white"/><path d="M44.7364 43.9385H39.2441V49.4308H44.7364V43.9385Z" fill="white"/><path d="M22.7599 49.4297H17.2676V54.922H22.7599V49.4297Z" fill="white"/><path d="M28.256 49.4297H22.7637V54.922H28.256V49.4297Z" fill="white"/><path d="M33.7501 49.4297H28.2578V54.922H33.7501V49.4297Z" fill="white"/><path d="M39.2462 49.4297H33.7539V54.922H39.2462V49.4297Z" fill="white"/><path d="M22.7443 64.0776H17.252V69.5699H22.7443V64.0776Z" fill="white"/><path d="M28.2325 64.0776H22.7402V69.5699H28.2325V64.0776Z" fill="white"/><path d="M33.7286 64.0776H28.2363V69.5699H33.7286V64.0776Z" fill="white"/><path d="M39.2208 64.0776H33.7285V69.5699H39.2208V64.0776Z" fill="white"/><path d="M17.2482 69.5698H11.7559V75.0621H17.2482V69.5698Z" fill="white"/><path d="M44.7189 69.5698H39.2266V75.0621H44.7189V69.5698Z" fill="white"/><path d="M11.7677 75.0615H6.27539V80.5538H11.7677V75.0615Z" fill="white"/><path d="M50.211 75.0615H44.7188V80.5538H50.211V75.0615Z" fill="white"/><path d="M6.27745 80.5547H0.785156V86.047H6.27745V80.5547Z" fill="white"/><path d="M22.7443 80.5547H17.252V86.047H22.7443V80.5547Z" fill="white"/><path d="M39.211 80.5547H33.7188V86.047H39.211V80.5547Z" fill="white"/><path d="M55.7091 80.5547H50.2168V86.047H55.7091V80.5547Z" fill="white"/><path d="M6.27745 86.0464H0.785156V91.5387H6.27745V86.0464Z" fill="white"/><path d="M55.7091 86.0464H50.2168V91.5387H55.7091V86.0464Z" fill="white"/><path d="M6.27745 91.5396H0.785156V97.0318H6.27745V91.5396Z" fill="white"/><path d="M19.9982 94.25H14.5059V99.7423H19.9982V94.25Z" fill="white"/><path d="M41.9571 94.25H36.4648V99.7423H41.9571V94.25Z" fill="white"/><path d="M55.7091 91.5396H50.2168V97.0318H55.7091V91.5396Z" fill="white"/><path d="M6.27745 97.0303H0.785156V102.523H6.27745V97.0303Z" fill="white"/><path d="M22.7443 99.7427H17.252V105.235H22.7443V99.7427Z" fill="white"/><path d="M39.2208 99.7427H33.7285V105.235H39.2208V99.7427Z" fill="white"/><path d="M55.7091 97.0303H50.2168V102.523H55.7091V97.0303Z" fill="white"/><path d="M11.7677 102.524H6.27539V108.017H11.7677V102.524Z" fill="white"/><path d="M28.2364 102.524H22.7441V108.017H28.2364V102.524Z" fill="white"/><path d="M33.7345 102.524H28.2422V108.017H33.7345V102.524Z" fill="white"/><path d="M50.2364 102.524H44.7441V108.017H50.2364V102.524Z" fill="white"/><path d="M17.2677 108.016H11.7754V113.508H17.2677V108.016Z" fill="white"/><path d="M44.7364 108.016H39.2441V113.508H44.7364V108.016Z" fill="white"/><path d="M22.7599 113.507H17.2676V119H22.7599V113.507Z" fill="white"/><path d="M28.256 113.507H22.7637V119H28.256V113.507Z" fill="white"/><path d="M33.7501 113.507H28.2578V119H33.7501V113.507Z" fill="white"/><path d="M39.2462 113.507H33.7539V119H39.2462V113.507Z" fill="white"/></svg>') repeat-x left center;
		left: auto;
		background-size: 62px 120px;
	}

    .single #header-pattern {
        background: url('data:image/svg+xml,<svg width="56" height="119" viewBox="0 0 56 119" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22.7443 0H17.252V5.4923H22.7443V0Z" fill="black"/><path d="M28.2325 0H22.7402V5.4923H28.2325V0Z" fill="black"/><path d="M33.7286 0H28.2363V5.4923H33.7286V0Z" fill="black"/><path d="M39.2208 0H33.7285V5.4923H39.2208V0Z" fill="black"/><path d="M17.2482 5.49316H11.7559V10.9855H17.2482V5.49316Z" fill="black"/><path d="M44.7189 5.49316H39.2266V10.9855H44.7189V5.49316Z" fill="black"/><path d="M11.7677 10.9839H6.27539V16.4762H11.7677V10.9839Z" fill="black"/><path d="M50.211 10.9839H44.7188V16.4762H50.211V10.9839Z" fill="black"/><path d="M6.27745 16.4771H0.785156V21.9693H6.27745V16.4771Z" fill="black"/><path d="M22.7443 16.4771H17.252V21.9693H22.7443V16.4771Z" fill="black"/><path d="M39.211 16.4771H33.7188V21.9693H39.211V16.4771Z" fill="black"/><path d="M55.7091 16.4771H50.2168V21.9693H55.7091V16.4771Z" fill="black"/><path d="M6.27745 21.9688H0.785156V27.461H6.27745V21.9688Z" fill="black"/><path d="M55.7091 21.9688H50.2168V27.461H55.7091V21.9688Z" fill="black"/><path d="M6.27745 27.4619H0.785156V32.9542H6.27745V27.4619Z" fill="black"/><path d="M19.9982 30.1724H14.5059V35.6647H19.9982V30.1724Z" fill="black"/><path d="M41.9571 30.1724H36.4648V35.6647H41.9571V30.1724Z" fill="black"/><path d="M55.7091 27.4619H50.2168V32.9542H55.7091V27.4619Z" fill="black"/><path d="M6.27745 32.9526H0.785156V38.4449H6.27745V32.9526Z" fill="black"/><path d="M22.7443 35.665H17.252V41.1573H22.7443V35.665Z" fill="black"/><path d="M39.2208 35.665H33.7285V41.1573H39.2208V35.665Z" fill="black"/><path d="M55.7091 32.9526H50.2168V38.4449H55.7091V32.9526Z" fill="black"/><path d="M11.7677 38.4468H6.27539V43.9391H11.7677V38.4468Z" fill="black"/><path d="M28.2364 38.4468H22.7441V43.9391H28.2364V38.4468Z" fill="black"/><path d="M33.7345 38.4468H28.2422V43.9391H33.7345V38.4468Z" fill="black"/><path d="M50.2364 38.4468H44.7441V43.9391H50.2364V38.4468Z" fill="black"/><path d="M17.2677 43.9385H11.7754V49.4308H17.2677V43.9385Z" fill="black"/><path d="M44.7364 43.9385H39.2441V49.4308H44.7364V43.9385Z" fill="black"/><path d="M22.7599 49.4297H17.2676V54.922H22.7599V49.4297Z" fill="black"/><path d="M28.256 49.4297H22.7637V54.922H28.256V49.4297Z" fill="black"/><path d="M33.7501 49.4297H28.2578V54.922H33.7501V49.4297Z" fill="black"/><path d="M39.2462 49.4297H33.7539V54.922H39.2462V49.4297Z" fill="black"/><path d="M22.7443 64.0776H17.252V69.5699H22.7443V64.0776Z" fill="black"/><path d="M28.2325 64.0776H22.7402V69.5699H28.2325V64.0776Z" fill="black"/><path d="M33.7286 64.0776H28.2363V69.5699H33.7286V64.0776Z" fill="black"/><path d="M39.2208 64.0776H33.7285V69.5699H39.2208V64.0776Z" fill="black"/><path d="M17.2482 69.5698H11.7559V75.0621H17.2482V69.5698Z" fill="black"/><path d="M44.7189 69.5698H39.2266V75.0621H44.7189V69.5698Z" fill="black"/><path d="M11.7677 75.0615H6.27539V80.5538H11.7677V75.0615Z" fill="black"/><path d="M50.211 75.0615H44.7188V80.5538H50.211V75.0615Z" fill="black"/><path d="M6.27745 80.5547H0.785156V86.047H6.27745V80.5547Z" fill="black"/><path d="M22.7443 80.5547H17.252V86.047H22.7443V80.5547Z" fill="black"/><path d="M39.211 80.5547H33.7188V86.047H39.211V80.5547Z" fill="black"/><path d="M55.7091 80.5547H50.2168V86.047H55.7091V80.5547Z" fill="black"/><path d="M6.27745 86.0464H0.785156V91.5387H6.27745V86.0464Z" fill="black"/><path d="M55.7091 86.0464H50.2168V91.5387H55.7091V86.0464Z" fill="black"/><path d="M6.27745 91.5396H0.785156V97.0318H6.27745V91.5396Z" fill="black"/><path d="M19.9982 94.25H14.5059V99.7423H19.9982V94.25Z" fill="black"/><path d="M41.9571 94.25H36.4648V99.7423H41.9571V94.25Z" fill="black"/><path d="M55.7091 91.5396H50.2168V97.0318H55.7091V91.5396Z" fill="black"/><path d="M6.27745 97.0303H0.785156V102.523H6.27745V97.0303Z" fill="black"/><path d="M22.7443 99.7427H17.252V105.235H22.7443V99.7427Z" fill="black"/><path d="M39.2208 99.7427H33.7285V105.235H39.2208V99.7427Z" fill="black"/><path d="M55.7091 97.0303H50.2168V102.523H55.7091V97.0303Z" fill="black"/><path d="M11.7677 102.524H6.27539V108.017H11.7677V102.524Z" fill="black"/><path d="M28.2364 102.524H22.7441V108.017H28.2364V102.524Z" fill="black"/><path d="M33.7345 102.524H28.2422V108.017H33.7345V102.524Z" fill="black"/><path d="M50.2364 102.524H44.7441V108.017H50.2364V102.524Z" fill="black"/><path d="M17.2677 108.016H11.7754V113.508H17.2677V108.016Z" fill="black"/><path d="M44.7364 108.016H39.2441V113.508H44.7364V108.016Z" fill="black"/><path d="M22.7599 113.507H17.2676V119H22.7599V113.507Z" fill="black"/><path d="M28.256 113.507H22.7637V119H28.256V113.507Z" fill="black"/><path d="M33.7501 113.507H28.2578V119H33.7501V113.507Z" fill="black"/><path d="M39.2462 113.507H33.7539V119H39.2462V113.507Z" fill="black"/></svg>') repeat-x left center;
		background-size: 62px 120px;
    }
	
	main {
		margin-top: 180px;
	}
	header-pattern-wrapper {
    width: calc(100% - 33.333% - 840px);
    height: 80px;
	}
	#preloader-image {
		height: calc(100% - 145px - var(--padding));
	}
    #header-pattern-loader-wrapper, #header-pattern-loader {
        height: 120px;
    }
    #header-pattern-loader {
        background-size: 62px 120px;
    }
    
} /* end 2560 */

.mobile, .mobile.d-flex { display: none; }

@media (max-width: 480px) {
    #header-pattern, #header-pattern-wrapper {
		width: 20px !important;
		max-width: 20px !important;
	}
	#header-pattern-loader, #header-pattern-loader-wrapper {
	}   
}

@media (max-width: 991.98px) {
	.mobile { display: block; }
.mobile.flex, .mobile.d-flex { display: flex; }
.desktop { display: none; }
	


	.graphic-mobile.mobile-7 {
		position: absolute;
		xtop: var(--padding);
		xtop: 0;
		top: calc(12px - ((100% - 96px) / 7) / 2);
		bottom: calc(12px - ((100% - 96px) / 7) / 2);
		left: 0;
		width: 100%;
		xheight: calc(100% - var(--padding) - var(--padding));
		xheight: calc(100% - 0px);
		xheight: calc((100% - var(--padding) - var(--padding)) + 0px);
display: grid;
grid-template-columns: 1fr;
grid-template-rows: repeat(7, 1fr);
grid-column-gap: 0px;
grid-row-gap: 16px;
		text-align: center;

	}
	.graphic-mobile.mobile-9 {
		position: absolute;
		xtop: var(--padding);
		xtop: 0;
		top: calc(12px - ((100% - 128px) / 9) / 2);
		bottom: calc(12px - ((100% - 128px) / 9) / 2);
		left: 0;
		width: 100%;
		xheight: calc(100% - var(--padding) - var(--padding));
		xheight: calc(100% - 0px);
		xheight: calc((100% - var(--padding) - var(--padding)) + ((100% - 128px) / 9));
display: grid;
grid-template-columns: 1fr;
grid-template-rows: repeat(9, 1fr);
grid-column-gap: 0px;
grid-row-gap: 16px;
		text-align: center;

	}
	.graphic-mobile .graphic-m {
		width: 100%;
		        height: 100%;
		background: url('img/affect.png') no-repeat center center;
		background-size: contain;
		
	}
	
.navbar-brand svg {
    height: 43px;
}
	nav.justify-content-between {
		justify-content: flex-start !important;
	}
	#header-pattern, #header-pattern-wrapper {
		xwidth: 20px !important;
		xmax-width: 20px !important;
		height: 40px !important;
	}
	#header-pattern-loader, #header-pattern-loader-wrapper {
		width: 100% !important;
		max-width: calc(100% - 280px) !important;
		height: 40px !important;
	}
	#header-pattern {
		background: url('data:image/svg+xml,<svg width="20" height="39" viewBox="0 0 18 39" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.19649 0H5.39648V1.8H7.19649V0Z" fill="white"/><path d="M8.99531 0H7.19531V1.8H8.99531V0Z" fill="white"/><path d="M10.7961 0H8.99609V1.8H10.7961V0Z" fill="white"/><path d="M12.5969 0H10.7969V1.8H12.5969V0Z" fill="white"/><path d="M5.3957 1.80029H3.5957V3.60029H5.3957V1.80029Z" fill="white"/><path d="M14.3977 1.7998H12.5977V3.59981H14.3977V1.7998Z" fill="white"/><path d="M3.59883 3.59961H1.79883V5.39961H3.59883V3.59961Z" fill="white"/><path d="M16.1984 3.59961H14.3984V5.39961H16.1984V3.59961Z" fill="white"/><path d="M1.8 5.3999H0V7.1999H1.8V5.3999Z" fill="white"/><path d="M7.19649 5.3999H5.39648V7.1999H7.19649V5.3999Z" fill="white"/><path d="M12.593 5.3999H10.793V7.1999H12.593V5.3999Z" fill="white"/><path d="M17.9992 5.3999H16.1992V7.1999H17.9992V5.3999Z" fill="white"/><path d="M1.8 7.19971H0V8.99971H1.8V7.19971Z" fill="white"/><path d="M17.9992 7.19971H16.1992V8.99971H17.9992V7.19971Z" fill="white"/><path d="M1.8 9H0V10.8H1.8V9Z" fill="white"/><path d="M6.29609 9.88867H4.49609V11.6887H6.29609V9.88867Z" fill="white"/><path d="M13.4934 9.88818H11.6934V11.6882H13.4934V9.88818Z" fill="white"/><path d="M17.9992 9H16.1992V10.8H17.9992V9Z" fill="white"/><path d="M1.8 10.7998H0V12.5998H1.8V10.7998Z" fill="white"/><path d="M7.19649 11.6885H5.39648V13.4885H7.19649V11.6885Z" fill="white"/><path d="M12.5969 11.6885H10.7969V13.4885H12.5969V11.6885Z" fill="white"/><path d="M17.9992 10.7998H16.1992V12.5998H17.9992V10.7998Z" fill="white"/><path d="M3.59883 12.6001H1.79883V14.4001H3.59883V12.6001Z" fill="white"/><path d="M8.99531 12.6001H7.19531V14.4001H8.99531V12.6001Z" fill="white"/><path d="M10.798 12.6001H8.99805V14.4001H10.798V12.6001Z" fill="white"/><path d="M16.2063 12.6001H14.4062V14.4001H16.2063V12.6001Z" fill="white"/><path d="M5.40156 14.3999H3.60156V16.1999H5.40156V14.3999Z" fill="white"/><path d="M14.4035 14.4004H12.6035V16.2004H14.4035V14.4004Z" fill="white"/><path d="M7.20039 16.1997H5.40039V17.9997H7.20039V16.1997Z" fill="white"/><path d="M9.00313 16.1997H7.20312V17.9997H9.00313V16.1997Z" fill="white"/><path d="M10.8039 16.1997H9.00391V17.9997H10.8039V16.1997Z" fill="white"/><path d="M12.6047 16.1997H10.8047V17.9997H12.6047V16.1997Z" fill="white"/><path d="M7.19649 21.0005H5.39648V22.8005H7.19649V21.0005Z" fill="white"/><path d="M8.99531 21.0005H7.19531V22.8005H8.99531V21.0005Z" fill="white"/><path d="M10.7961 21.0005H8.99609V22.8005H10.7961V21.0005Z" fill="white"/><path d="M12.5969 21.0005H10.7969V22.8005H12.5969V21.0005Z" fill="white"/><path d="M5.3957 22.8003H3.5957V24.6003H5.3957V22.8003Z" fill="white"/><path d="M14.3977 22.8008H12.5977V24.6008H14.3977V22.8008Z" fill="white"/><path d="M3.59883 24.6006H1.79883V26.4006H3.59883V24.6006Z" fill="white"/><path d="M16.1984 24.6001H14.3984V26.4001H16.1984V24.6001Z" fill="white"/><path d="M1.8 26.4004H0V28.2004H1.8V26.4004Z" fill="white"/><path d="M7.19649 26.4004H5.39648V28.2004H7.19649V26.4004Z" fill="white"/><path d="M12.593 26.4004H10.793V28.2004H12.593V26.4004Z" fill="white"/><path d="M17.9992 26.4004H16.1992V28.2004H17.9992V26.4004Z" fill="white"/><path d="M1.8 28.2002H0V30.0002H1.8V28.2002Z" fill="white"/><path d="M17.9992 28.2002H16.1992V30.0002H17.9992V28.2002Z" fill="white"/><path d="M1.8 30.0005H0V31.8005H1.8V30.0005Z" fill="white"/><path d="M6.29609 30.8887H4.49609V32.6887H6.29609V30.8887Z" fill="white"/><path d="M13.4934 30.8892H11.6934V32.6892H13.4934V30.8892Z" fill="white"/><path d="M17.9992 30.001H16.1992V31.801H17.9992V30.001Z" fill="white"/><path d="M1.8 31.8003H0V33.6003H1.8V31.8003Z" fill="white"/><path d="M7.19649 32.6895H5.39648V34.4895H7.19649V32.6895Z" fill="white"/><path d="M12.5969 32.6895H10.7969V34.4895H12.5969V32.6895Z" fill="white"/><path d="M17.9992 31.8003H16.1992V33.6003H17.9992V31.8003Z" fill="white"/><path d="M3.59883 33.6006H1.79883V35.4006H3.59883V33.6006Z" fill="white"/><path d="M8.99531 33.6006H7.19531V35.4006H8.99531V33.6006Z" fill="white"/><path d="M10.798 33.6006H8.99805V35.4006H10.798V33.6006Z" fill="white"/><path d="M16.2063 33.6006H14.4062V35.4006H16.2063V33.6006Z" fill="white"/><path d="M5.40156 35.4009H3.60156V37.2009H5.40156V35.4009Z" fill="white"/><path d="M14.4035 35.4004H12.6035V37.2004H14.4035V35.4004Z" fill="white"/><path d="M7.20039 37.2002H5.40039V39.0002H7.20039V37.2002Z" fill="white"/><path d="M9.00313 37.2002H7.20312V39.0002H9.00313V37.2002Z" fill="white"/><path d="M10.8039 37.2002H9.00391V39.0002H10.8039V37.2002Z" fill="white"/><path d="M12.6047 37.2002H10.8047V39.0002H12.6047V37.2002Z" fill="white"/></svg>') no-repeat center left;
		background-size: 20px auto;
	}
	#header-pattern-loader {
		background: url('data:image/svg+xml,<svg width="18" height="39" viewBox="0 0 18 39" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.19649 0H5.39648V1.8H7.19649V0Z" fill="white"/><path d="M8.99531 0H7.19531V1.8H8.99531V0Z" fill="white"/><path d="M10.7961 0H8.99609V1.8H10.7961V0Z" fill="white"/><path d="M12.5969 0H10.7969V1.8H12.5969V0Z" fill="white"/><path d="M5.3957 1.80029H3.5957V3.60029H5.3957V1.80029Z" fill="white"/><path d="M14.3977 1.7998H12.5977V3.59981H14.3977V1.7998Z" fill="white"/><path d="M3.59883 3.59961H1.79883V5.39961H3.59883V3.59961Z" fill="white"/><path d="M16.1984 3.59961H14.3984V5.39961H16.1984V3.59961Z" fill="white"/><path d="M1.8 5.3999H0V7.1999H1.8V5.3999Z" fill="white"/><path d="M7.19649 5.3999H5.39648V7.1999H7.19649V5.3999Z" fill="white"/><path d="M12.593 5.3999H10.793V7.1999H12.593V5.3999Z" fill="white"/><path d="M17.9992 5.3999H16.1992V7.1999H17.9992V5.3999Z" fill="white"/><path d="M1.8 7.19971H0V8.99971H1.8V7.19971Z" fill="white"/><path d="M17.9992 7.19971H16.1992V8.99971H17.9992V7.19971Z" fill="white"/><path d="M1.8 9H0V10.8H1.8V9Z" fill="white"/><path d="M6.29609 9.88867H4.49609V11.6887H6.29609V9.88867Z" fill="white"/><path d="M13.4934 9.88818H11.6934V11.6882H13.4934V9.88818Z" fill="white"/><path d="M17.9992 9H16.1992V10.8H17.9992V9Z" fill="white"/><path d="M1.8 10.7998H0V12.5998H1.8V10.7998Z" fill="white"/><path d="M7.19649 11.6885H5.39648V13.4885H7.19649V11.6885Z" fill="white"/><path d="M12.5969 11.6885H10.7969V13.4885H12.5969V11.6885Z" fill="white"/><path d="M17.9992 10.7998H16.1992V12.5998H17.9992V10.7998Z" fill="white"/><path d="M3.59883 12.6001H1.79883V14.4001H3.59883V12.6001Z" fill="white"/><path d="M8.99531 12.6001H7.19531V14.4001H8.99531V12.6001Z" fill="white"/><path d="M10.798 12.6001H8.99805V14.4001H10.798V12.6001Z" fill="white"/><path d="M16.2063 12.6001H14.4062V14.4001H16.2063V12.6001Z" fill="white"/><path d="M5.40156 14.3999H3.60156V16.1999H5.40156V14.3999Z" fill="white"/><path d="M14.4035 14.4004H12.6035V16.2004H14.4035V14.4004Z" fill="white"/><path d="M7.20039 16.1997H5.40039V17.9997H7.20039V16.1997Z" fill="white"/><path d="M9.00313 16.1997H7.20312V17.9997H9.00313V16.1997Z" fill="white"/><path d="M10.8039 16.1997H9.00391V17.9997H10.8039V16.1997Z" fill="white"/><path d="M12.6047 16.1997H10.8047V17.9997H12.6047V16.1997Z" fill="white"/><path d="M7.19649 21.0005H5.39648V22.8005H7.19649V21.0005Z" fill="white"/><path d="M8.99531 21.0005H7.19531V22.8005H8.99531V21.0005Z" fill="white"/><path d="M10.7961 21.0005H8.99609V22.8005H10.7961V21.0005Z" fill="white"/><path d="M12.5969 21.0005H10.7969V22.8005H12.5969V21.0005Z" fill="white"/><path d="M5.3957 22.8003H3.5957V24.6003H5.3957V22.8003Z" fill="white"/><path d="M14.3977 22.8008H12.5977V24.6008H14.3977V22.8008Z" fill="white"/><path d="M3.59883 24.6006H1.79883V26.4006H3.59883V24.6006Z" fill="white"/><path d="M16.1984 24.6001H14.3984V26.4001H16.1984V24.6001Z" fill="white"/><path d="M1.8 26.4004H0V28.2004H1.8V26.4004Z" fill="white"/><path d="M7.19649 26.4004H5.39648V28.2004H7.19649V26.4004Z" fill="white"/><path d="M12.593 26.4004H10.793V28.2004H12.593V26.4004Z" fill="white"/><path d="M17.9992 26.4004H16.1992V28.2004H17.9992V26.4004Z" fill="white"/><path d="M1.8 28.2002H0V30.0002H1.8V28.2002Z" fill="white"/><path d="M17.9992 28.2002H16.1992V30.0002H17.9992V28.2002Z" fill="white"/><path d="M1.8 30.0005H0V31.8005H1.8V30.0005Z" fill="white"/><path d="M6.29609 30.8887H4.49609V32.6887H6.29609V30.8887Z" fill="white"/><path d="M13.4934 30.8892H11.6934V32.6892H13.4934V30.8892Z" fill="white"/><path d="M17.9992 30.001H16.1992V31.801H17.9992V30.001Z" fill="white"/><path d="M1.8 31.8003H0V33.6003H1.8V31.8003Z" fill="white"/><path d="M7.19649 32.6895H5.39648V34.4895H7.19649V32.6895Z" fill="white"/><path d="M12.5969 32.6895H10.7969V34.4895H12.5969V32.6895Z" fill="white"/><path d="M17.9992 31.8003H16.1992V33.6003H17.9992V31.8003Z" fill="white"/><path d="M3.59883 33.6006H1.79883V35.4006H3.59883V33.6006Z" fill="white"/><path d="M8.99531 33.6006H7.19531V35.4006H8.99531V33.6006Z" fill="white"/><path d="M10.798 33.6006H8.99805V35.4006H10.798V33.6006Z" fill="white"/><path d="M16.2063 33.6006H14.4062V35.4006H16.2063V33.6006Z" fill="white"/><path d="M5.40156 35.4009H3.60156V37.2009H5.40156V35.4009Z" fill="white"/><path d="M14.4035 35.4004H12.6035V37.2004H14.4035V35.4004Z" fill="white"/><path d="M7.20039 37.2002H5.40039V39.0002H7.20039V37.2002Z" fill="white"/><path d="M9.00313 37.2002H7.20312V39.0002H9.00313V37.2002Z" fill="white"/><path d="M10.8039 37.2002H9.00391V39.0002H10.8039V37.2002Z" fill="white"/><path d="M12.6047 37.2002H10.8047V39.0002H12.6047V37.2002Z" fill="white"/></svg>') space center center;
		background-size: contain;
	}
	#header-pattern-wrapper {
		position: relative;
	}
	#header-pattern {
		left: 0;
	}
	main {
		margin-top: 68px;
        padding-top: 32px;
	}
	
	#preloader-image .graphic {

	}
	#preloader-image {
		height: calc(100% - 56px - var(--padding));
	}
}

@media (max-width: 991.98px) {
	.graphic-mobile.mobile-7 {
		opacity: 0;
	}
	.graphic-mobile.mobile-9 {
		opacity: 1;
	}
    h3, .h3 {
        line-height: 19.2px;
    }
    .socials {
        margin-bottom: 32px;
    }
    .footer-last {
        margin-bottom: 16px;
    }
    .list-inline a.back-to-top {
        width: auto;
        padding-right: 15px;
    }
    .writing {
        padding-bottom: 0;
    }
    .writing h2 {
        margin-bottom: var(--spacing-48)
    }
    .close-writing {
        margin-top: calc(0px - var(--font-small));
    }
    .filter-c {
        font-size: var(--h2);
        line-height: 1em;
        text-transform: capitalize;
    }
    .sort {
        gap: 0 24px;
    }
    .sort svg {
        width: 18px;
        height: 18px;
    }
    .project-title-c {
        width: calc(100% - 90px);
    }
    .project-summary-c {
        margin-bottom: 16px;
        display: none;
        padding-top: 0;
    }
    .mobile-project-close-go {
        gap: 30px
    }
    .single-project .title-row {
        position: relative;
        top: 0;
        z-index: 999;
    }
    .image-2-col-left {
        margin-bottom: 6px;
    }
    .clear-filters {
        width: 55px;
    margin-left: -30px;
    }

    .mobile-menu {
        position: absolute;
        right: 16px;
        top: 3px;
    }
    .link-go-to {
        color: #000;
        margin-top: var(--spacing-48);
        display: inline-block;
    }
    .go-to-icon a {
        background: url('data:image/svg+xml,<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.45068 4.41682C7.86039 4.41682 9.1151 4.40224 10.2148 4.36579L0.516647 13.6756L3.15891 16.5043L12.9309 7.15072C12.894 8.23699 12.8792 9.46178 12.8792 10.847V17.0001L16.695 13.5298V0.800781H3.51319L0 4.41682H6.45807H6.45068Z" fill="black"/></svg>') no-repeat center right;
        padding-right: 24px
    }
    #mobile-nav-wrapper {
        margin-top: 68px;
        padding-top: 32px;
        padding-left: 16px;
        padding-right: 16px;
    }
    #mobile-nav .link-go-to {
        color: var(--blue);
        margin-top: var(--spacing-48);
        display: inline-block;
    }
    #mobile-nav .go-to-icon a {
        background: url('data:image/svg+xml,<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.45068 4.41682C7.86039 4.41682 9.1151 4.40224 10.2148 4.36579L0.516647 13.6756L3.15891 16.5043L12.9309 7.15072C12.894 8.23699 12.8792 9.46178 12.8792 10.847V17.0001L16.695 13.5298V0.800781H3.51319L0 4.41682H6.45807H6.45068Z" fill="%230000FF"/></svg>') no-repeat center right;
        padding-right: 24px
    }
    html.html-loaded::after {
        opacity: 0;
        transition: all .3s ease;
     }
    html.html-loaded.mobile-menu-opened::after {
        opacity: 0;
       transition: all .3s ease;
    }
    .social svg {
        width: 24px;
        height: 24px;
    }.xtransition-main {
        transition-property: opacity, transform;
        transition-duration: 300ms;
        transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
        transform: translateY(0);
        opacity: 1;
      }
      .single #header-pattern, .mobile-menu-opened #header-pattern {
        background-size: contain !important;
      }
      .xmobile-menu-opened body::before {
        height: 100px;
        transition: all .0s ease .2s;
      }
      .filter-c {
        text-transform: uppercase;
      }
      a.back-to-top {
        background-size: 9px !important;
        background-position: top 1px right !important;
    }
    .mobile-menu-opened a.back-to-top {
        background: url('data:image/svg+xml,<svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.71326 5.04875L0.208906 6.93222L0.195801 6.9453V4.06778L5.59787 0L10.9999 4.06778V6.9453L8.49559 5.06183C7.84 4.5648 7.27619 4.1201 6.81727 3.74078V11H4.36536V3.75386C3.67044 4.31629 3.11973 4.74792 2.71326 5.04875Z" fill="black"/></svg>') no-repeat center right !important;
        background-size: 9px !important;
        background-position: top 1px right !important;
    }

    .filter-c {
        text-transform: capitalize !important;
    }

    body::before, body::after {height: 150vh;}
}
@media (max-width: 389.98px) {
	.graphic-mobile.mobile-7 {
		opacity: 1;
	}
	.graphic-mobile.mobile-9 {
		opacity: 0;
	}
    header #header-pattern-wrapper {
        display: none;
    }
}

#preloader {
    xdisplay: none !important;
}

@media (min-width: 480px) and (max-width: 991.98px) {
    #header-pattern-wrapper {
        width: calc(100% - 400px) !important;
        max-width: 100% !important;
        height: 40px !important;
    }
    #header-pattern {
        width: 100% !important;
        xmax-width: 100% !important;
        background-repeat: repeat-x;
    }
}
@media (min-width: 992px) {
    #header-pattern-wrapper {
        width: calc(100% - 33.333% - 600px);
        height: 80px;
    }
}