﻿:root{--bg-color: #000;--accent-color: #333;--ui-font-family: "Inter", sans-serif;--ui-color: #fff}*,:before,:after{box-sizing:border-box;margin:0;padding:0;border:0;-webkit-text-size-adjust:none;text-size-adjust:none}*:focus{outline:0;box-shadow:none}html{overflow-x:hidden;min-height:100%;scrollbar-width:none;-ms-overflow-style:-ms-autohiding-scrollbar}body{font-family:var(--ui-font-family);font-size:12.8625px;line-height:1.5;background-color:var(--bg-color);color:var(--ui-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}a{color:var(--ui-color);text-decoration:none}a:hover,a:focus,a:active{color:var(--ui-color)}ul{list-style:none}img,video{width:100%;height:auto}strong,.active{font-weight:700}.preloader{position:fixed;left:0;top:0;width:100%;height:100%;background-color:var(--bg-color);z-index:2;opacity:1;visibility:visible;transition:opacity .6s cubic-bezier(0.215, 0.61, 0.355, 1) .3s,visibility .6s cubic-bezier(0.215, 0.61, 0.355, 1) .3s;pointer-events:none}.is-loaded .preloader{opacity:0;visibility:hidden}.lazy,.scroll-lazy{opacity:0;transform:translateY(10px);transition:opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) .1s,transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) .1s;will-change:opacity,transform}.lazy.is-loaded,.scroll-lazy.is-loaded{opacity:1;transform:translateY(0)}.canvas{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none}.loading{opacity:.5;pointer-events:none}::selection{background-color:var(--accent-color);color:var(--ui-color)}h1{font-size:30px;line-height:36px;text-align:center;padding:0 24px}@media(orientation: landscape){h1{font-size:48px;line-height:58px}}blockquote{font-style:italic;line-height:1.3}blockquote p::before{content:"“"}blockquote p::after{content:"”"}nav ul{display:flex;flex-direction:column;gap:12px}header{display:flex;justify-content:space-between;padding:20px 16px}header .logo{height:fit-content;margin-left:-1px;margin-top:3px}header nav{text-align:right}@media(orientation: landscape){header{padding:50px}header .logo svg{width:auto;height:40px}}figure{line-height:0;max-width:1800px;margin-top:50px;margin-left:auto;margin-right:auto;padding:0 6px}figure img,figure video{object-fit:cover}figure figcaption{display:flex;padding:6px 5px;font-size:12.8625px;line-height:1.5}figure figcaption div{width:50%;padding-right:12px}figure:first-child{margin-top:0}figure.indent{width:80%}figure.diptych{display:flex}figure.diptych .image{width:50%}figure .container{position:relative;overflow:hidden;width:100%;padding-top:56.25%}figure .responsive-iframe{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%}section{position:relative;display:flex;flex-direction:column;gap:50px;max-width:1800px;margin:150px auto 0;padding:0 16px;font-size:14px}section>div{width:100%;padding-right:0}section>div>figure{width:calc(100% + 22px);margin-top:150px;margin-left:-11px;margin-right:-11px;padding:0}section.top{gap:150px}section.testimonials{justify-content:center;align-items:center}section.testimonials figure{width:227px;padding:0;text-align:center}section.testimonials figure figcaption{display:block}@media(orientation: landscape){section.top{flex-direction:row;gap:0;margin-top:0;padding:50px 50px 0}section.top>div{width:50%}section.top>div:first-child{padding-right:50px}section.top>div:first-child h1{margin:-6px 0 0 -1px;padding:0;text-align:left}section.top>div:not(:first-child){margin-top:0}}@media(min-width: 992px){section.top>div:not(:first-child){padding-right:132px}}nav.filter{margin:50px 0;font-size:14px;line-height:2}nav.filter ul{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:0 16px}nav.logos{line-height:0;margin:40px 0 65px 15px}nav.logos ul{flex-direction:row;flex-wrap:wrap;gap:0 16px}nav.logos ul img{width:100px;height:auto}nav.next{margin:150px 0;padding:0 16px;font-size:14px}@media(orientation: landscape){nav.logos{margin:40px 0 65px calc(50% - 1px)}nav.next ul{align-items:flex-end}nav.next ul li{width:50%;padding-left:2px}}form{display:flex;flex-direction:column}fieldset{margin-bottom:40px}fieldset:first-of-type{margin-top:12px}fieldset:last-of-type{margin-bottom:20px}.form-item{position:relative}.form-item>input[type=text],.form-item>input[type=email],.form-item>textarea{margin-bottom:40px}input[type=text],input[type=email],textarea{display:block;width:100%;background-color:rgba(0,0,0,0);border:0;border-bottom:1px solid var(--ui-color);padding:10px 0;font-family:var(--ui-font-family);font-size:14px;line-height:20px;color:var(--ui-color);-webkit-appearance:none;appearance:none;border-radius:0;-webkit-background-clip:text !important;-webkit-text-fill-color:var(--ui-color)}input[type=text]:focus,input[type=email]:focus,textarea:focus{border-bottom:1px solid var(--ui-color)}textarea{resize:none}input[type=text]~label,input[type=email]~label,textarea~label{position:absolute;left:-1px;top:10px;font-family:var(--ui-font-family);font-size:14px;line-height:20px;color:var(--ui-color);pointer-events:none;transform-origin:0 0;transition:transform .1s ease-in-out}input[type=text]:focus~label,input[type=email]:focus~label,textarea:focus~label,input[type=text]:not(:placeholder-shown)~label,input[type=email]:not(:placeholder-shown)~label,textarea:not(:placeholder-shown)~label{transform:scale(0.91875) translateY(-25px) translateX(1px)}input[type=text]::placeholder,input[type=email]::placeholder,textarea::placeholder{opacity:0}.checkbox-item{position:relative;display:block;width:fit-content;padding-left:24px;font-family:var(--ui-font-family);font-size:14px;line-height:20px;color:var(--ui-color);cursor:pointer;-webkit-user-select:none;user-select:none}.checkbox-item input{position:absolute;width:0;height:0;opacity:0}.checkmark{position:absolute;left:0;top:5px;width:11px;height:11px;background-color:rgba(0,0,0,0);border:1px solid var(--ui-color)}.checkbox-item input:checked~.checkmark{background-color:var(--ui-color)}body.home figure img,body.projects figure img{aspect-ratio:1.6}body.home figure:first-of-type,body.project figure:first-of-type{margin-bottom:80px;padding:0}body.home figure:first-of-type img,body.project figure:first-of-type img{aspect-ratio:1.6}body.home figure:first-of-type figcaption,body.project figure:first-of-type figcaption{padding:6px 12px}@media(orientation: landscape){body.projects main{padding:0 8px}body.projects main article{display:flex;flex-wrap:wrap}body.projects main article figure{margin:0;padding:16px 8px;width:33.33%}body.projects main article figure img{filter:grayscale(1);transition:filter .4s cubic-bezier(0.215, 0.61, 0.355, 1)}body.projects main article figure:hover img{filter:grayscale(0)}}body.project section.top{gap:50px;margin:50px auto 0}body.project section.top section{flex-direction:row;gap:12px;margin:0;padding:0}@media(orientation: landscape){body.project section.top{gap:0;margin:0}body.project section.top section{gap:32px}}body.about section.top{gap:300px}body.about section.awards{font-size:12.8625px;line-height:1.5}body.about section.awards strong{font-size:14px}body.about section.awards em{display:inline-block;margin-top:6px;font-weight:700}body.about nav.logos{margin:50px 0}body.about nav.logos ul{flex-direction:column;justify-content:center;align-items:center;gap:65px}@media(orientation: landscape){body.about h1{padding:0}body.about section{width:525px;margin-left:auto;margin-right:auto}body.about section.top{gap:0;width:auto}body.about section.testimonials{flex-direction:row;justify-content:space-between;width:auto;padding:0 122px}body.about section.testimonials figure{width:223px;margin:0}body.about section.clients,body.about section.awards{flex-direction:row;width:auto;padding:0 122px}body.about section.clients>div:first-child,body.about section.awards>div:first-child{width:640px;padding-right:132px}body.about section.awards>div:first-child{width:100%}body.about figure{width:525px;margin-top:150px;margin-left:auto;margin-right:auto;padding:0}body.about figure img{width:525px;height:525px;object-fit:cover}body.about nav.logos{margin:0}body.about nav.logos ul{flex-direction:row;justify-content:space-evenly}}body.about figure.diptych,body.services figure.diptych,body.contact figure.diptych{width:80%;margin-top:150px}@media(min-width: 992px){body.about section.top,body.services section.top,body.contact section.top{padding:50px 132px 0}body.about section.top>div,body.services section.top>div,body.contact section.top>div{padding-right:50px}body.about section.top>div:first-child,body.services section.top>div:first-child,body.contact section.top>div:first-child{padding-right:132px}}@media(orientation: landscape){body.services section.top:first-child{padding:50px 50px 100px}}@media(min-width: 992px){body.services section.top:first-child{padding:50px 132px 100px}}body.contact section.top .success,body.contact section.top .error{display:none}body.contact section.top.success form,body.contact section.top.error form{display:none}body.contact section.top.success .success{display:block}body.contact section.top.error .error{display:block}body.policy section.top>div h1,body.policy section.top>div h2,body.policy section.top>div h3{padding:0;font-size:inherit;line-height:inherit;text-align:left}body.policy section.top>div:not(:first-child) p{margin:1em 0}body.policy section.top>div:not(:first-child) p:first-of-type{margin-top:0}footer{position:relative;display:flex;justify-content:space-between;padding:20px 16px}footer hr{position:absolute;top:0;left:16px;right:69px;height:.5px;background-color:#fff}footer .logo{position:absolute;top:-16px;right:16px}footer .social{display:flex;align-items:center;gap:13px;line-height:0;margin:2px}footer nav:first-of-type ul li.copyright{display:none}footer nav:not(:first-of-type){text-align:right}footer.copyright{display:flex;flex-direction:column;align-items:center;gap:12px}@media(orientation: landscape){footer nav:first-of-type{flex-grow:1}footer nav:first-of-type ul{flex-direction:row;align-items:flex-start}footer nav:first-of-type ul li{width:calc(16.67% - 4px)}footer nav:first-of-type ul li.copyright{display:flex;flex-direction:column;gap:12px;width:fit-content}footer.copyright{display:none}}
