@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap");:root{--light-purple:#eefdff;--bg-color:#fff;--text-color:#222;--border-color:#eaeaff;--anchor-color:#fff;--anchor-color-inverse:#000;--text-color-hover:#eefdff;--primary-color:#222;--section-y-margins:4rem;--section-x-margins:4rem;--section-y-padding:4rem;--section-x-padding:4rem;--menu-item-padding:2rem;--container-width-desktop:80%;--container-height-desktop:100vh;--container-width-hero:100%;--container-height-hero:700px;--card-padding:2rem;--border-bg-color:#000;--section-y-margins-mobile:2rem;--section-x-margins-mobile:2rem;--section-y-padding-mobile:2rem;--section-x-padding-mobile:2rem;--menu-item-padding-mobile:1rem;--container-width-mobile:90%;--container-height-mobile:100vh;--container-width-hero-mobile:90%;--text-base:16px;--text-h1:3rem;--text-h2:1.5rem;--text-h3:1.3rem;--text-h4:1.3rem;--text-base-mobile:14px;--text-h1-mobile:1.7rem;--text-h2-mobile:1.5rem;--text-h3-mobile:1.3rem;--text-h4-mobile:1.2rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes clockWise{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes counterClockWise{0%{transform:rotate(1turn)}to{transform:rotate(0deg)}}html{font-size:16px}.stroke{transform-origin:center;transform-box:fill-box;animation-duration:4s;animation-iteration-count:infinite;animation-timing-function:ease-in-out;transform-style:preserve-3D}.stroke1,.stroke3{animation-name:clockWise}.stroke2,.stroke4,.stroke5{animation-name:counterClockWise}body{padding:0;margin:0;width:100%;height:100%;font-size:var(--text-base);line-height:1.5rem;background:#fff;color:var(--primary-color);font-family:Inter,sans-serif;font-feature-settings:"liga" 1,"calt" 1;font-optical-sizing:auto;font-weight:400;font-style:normal}@supports (font-variation-settings:normal){body{font-family:InterVariable,sans-serif}}#layout-container{animation:fadeIn 2s;height:100%}h1{font-size:var(--text-h1);margin-top:1.5rem;font-weight:500;line-height:3rem}.hero-content{width:75%}.da-content{width:57%}h2{font-size:var(--text-h2);font-weight:400}.hero h2,h2{line-height:calc(var(--text-h2) * 1.1);margin-top:1.5rem}.hero h2 a{text-decoration:none}h3{font-size:var(--text-h3);line-height:calc(var(--text-h3) * 1.1);font-weight:400}h4{font-size:var(--text-h4);font-weight:300}p{font-size:var(--text-base);line-height:calc(var(--text-base) * 1.5)}.color-wrapper{position:relative;height:100%}main{background:#fafafa}a{text-decoration:none;color:var(--text-color)}a:hover{text-decoration:underline}mark{background:#222;color:#fff}@media screen and (max-width:996px){.da-content,.hero-content{width:100%}h1{font-size:var(--text-h1-mobile);line-height:1rem}h1,h2{margin-top:1.5rem}h2,h3{font-size:var(--text-h3-mobile)}h4{font-size:var(--text-h4-mobile)}}header{width:var(--container-width-desktop);margin:auto}nav{display:flex;justify-content:space-between;position:relative}.logo-wrapper{padding-left:0;position:relative;margin:0}.logo-wrapper svg{position:relative;top:20px;right:-9px;z-index:99}.logo-wrapper:before{content:"";width:80%;height:130%;background:#222;position:absolute;left:0;z-index:1}.hamburger-wrapper{display:none;position:relative;top:-17px}.menu-container{display:flex;justify-content:space-between}.menu-container ul li{display:inline-block;padding-right:2rem}.menu-wrapper{align-items:center;margin-left:20px}.menu-wrapper li:hover{text-decoration:underline}.menu-wrapper svg{margin-right:3rem}.logo-wrapper a:first-child:hover{border-bottom:none}.contact-wrapper{display:flex;align-items:center}.contact-wrapper li{border-radius:4rem;position:relative;list-style:none}.contact-wrapper .nav-arrow{position:relative;top:3px;right:-28px}@media screen and (max-width:996px){.logo-wrapper{padding-left:0}.hamburger-wrapper{display:block;position:relative;top:28px}.contact-wrapper,.menu-container .menu-wrapper{display:none}.menu-container{display:flex;justify-content:space-between;width:100%;height:60px}.mobile-menu .menu-wrapper{display:flex;flex-direction:row;align-items:center;list-style:none;padding-left:0;flex-wrap:wrap;padding-top:20px}.mobile-menu .menu-wrapper li{margin-bottom:.2rem}.mobile-menu .menu-wrapper li a{color:var(--primary-color)}}footer .footer-wrapper{width:var(--container-width-desktop);margin:auto;display:flex;justify-content:space-between}footer .footer-wrapper .social-icons{display:flex;flex-direction:row}footer .footer-wrapper .social-icons a{padding-right:1rem}@media screen and (max-width:996px){footer .footer-wrapper .social-icons{display:flex;flex-direction:column}footer .footer-wrapper{flex-direction:column}}.hero{background:#fafafa}.hero-container{width:var(--container-width-desktop);padding-top:var(--section-y-margins);padding-bottom:var(--section-y-margins);margin:auto;flex-direction:column;justify-content:center}.details-header-wrapper{padding:2rem 0;background:#fff}.details-header-wrapper h2{width:var(--container-width-desktop);margin:auto}.list-item{padding:.5rem 0;list-style:none}.list-item img{width:50%;border-radius:5px}.hero-container div ul{padding-left:0}.hero-img{width:100%;height:400px;position:relative;z-index:0}.hero-img img{object-fit:cover}.hero-container .content-wrapper .subtitle{position:relative;border-bottom:1px solid var(--primary-color)}.hero-content{align-items:center}.da-content{margin:left}.menu-wrapper{display:flex;list-style:none;padding-left:0}.menu-wrapper li{padding-right:1rem}.hero-container{display:flex;flex-direction:row;align-items:stretch;justify-content:space-between;gap:4rem}.hero-container ul li{list-style:none;display:inline}.hero-container .work-grid{display:flex;flex-wrap:wrap;gap:20px;list-style:none;padding:0;margin:0}.list-item{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 10px);box-sizing:border-box}.list-item img{width:100%;height:400px;object-fit:cover;display:block}.content-img,.content-wrapper{flex:1 1;width:800px;display:flex;flex-direction:column;justify-content:start;margin:auto}.content-img img{max-width:100%;height:500px;object-fit:cover;object-position:top}.about h1{width:100%}.hero-container .cta-btn a{padding-right:1vw}.consulting-container .cta-btn{padding:20px 20px 20px 0}.consulting-container .cta-btn a{padding-right:1vw}.service-container{display:flex;flex-direction:row;justify-content:space-between;list-style:none;padding:0;margin:0;color:#fff;gap:50px;justify-content:start;width:100%}.service-container li{border:1px solid var(--primary-color);color:var(--primary-color);border-radius:5px;padding:30px;flex-grow:1;flex-shrink:1;flex-basis:calc(33.333% - 40px);box-sizing:border-box}.service-container li:hover{box-shadow:4px 1px 8px 4px hwb(0 5% 95%/.084);transition:box-shadow .2s ease-out}.consulting-container{padding-top:var(--section-y-margins);padding-bottom:var(--section-y-margins);display:flex;flex-direction:column;justify-content:center}.consulting-container .content-wrapper ul{display:flex;gap:1rem;list-style:none;padding-left:0}canvas{border-radius:20px!important}@media screen and (max-width:996px){.hero-container{padding-top:calc(var(--section-y-margins))}.list-item a{font-size:1.5rem}.hero-container .work-grid{display:flex;flex-direction:column}.about .content-img img,.list-item img{height:180px}.consulting-container .content-wrapper h1{line-height:1.7rem;font-size:1.5rem}.consulting-container .content-wrapper ul{display:flex;gap:1rem;list-style:none;flex-direction:column}.service-container{display:flex;flex-direction:column;justify-content:space-between;list-style:none;padding:0;margin:0;color:#fff;gap:50px;justify-content:start}.service-container li{border:1px solid var(--primary-color);color:var(--primary-color);border-radius:10px;padding:30px;width:100%;height:100%}.content-img,.content-wrapper{flex:1 1;width:100%;display:flex;flex-direction:column;justify-content:start;margin:auto}.hero-container .content-wrapper{width:100%}.hero-container h1{width:100%;line-height:1.8rem}.hero-container .content-wrapper h1{margin-top:1.5rem}.hero-container{flex-direction:column}}