@font-face{font-family:Founders Grotesk;src:url(/assets/fonts/light.ttf)format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Founders Grotesk;src:url(/assets/fonts/regular.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}*,:before,:after{box-sizing:border-box}:root{--text-primary:#000;--text-secondary:#96968f;--background-primary:#f5f5ed;--background-secondary:#c1c1bd40;--border-radius:8px;--font-primary:"Founders Grotesk", system-ui, Inter, Helvetica, Arial, sans-serif;font-family:var(--font-primary);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400;line-height:1.5}body{background-color:var(--background-primary);color:var(--text-primary);font-family:var(--font-primary);margin:0;font-weight:400}html{background-color:var(--background-primary);overscroll-behavior-y:none;scroll-behavior:smooth}#root{background-color:var(--background-primary)}main{z-index:1;background-color:var(--background-primary);margin-bottom:var(--footer-height);position:relative}.page{z-index:1;background-color:var(--background-primary);width:100%;position:relative}.page-content{max-width:1440px;margin:0 auto}h1,h2,h3,h4,h5,h6{margin:0}h1{font-size:40px}h2{font-size:40px;font-weight:300}h3{font-size:32px;line-height:1.2}h4{font-size:24px}h5{font-size:20px}h6{text-transform:uppercase;letter-spacing:1px;font-size:14px}.h6-grid{text-align:center;grid-area:1/1/auto/-1;min-height:21px;margin-top:96px;margin-bottom:64px}p{margin:0;font-size:14px;display:inline-block}a{width:auto;color:var(--text-primary);font-size:14px;text-decoration:none}.div-divider-128{width:100%;height:128px}.div-divider-144{width:100%;height:144px}.div-divider-192{width:100%;height:192px}.div-divider-256{width:100%;height:256px}.div-divider-384{width:100%;height:384px}.color-text-primary{color:var(--text-primary)}.color-text-secondary{color:var(--text-secondary)}@media (width<=767px){html{overscroll-behavior-y:auto}h1{font-size:32px}h3{font-size:24px}h5{font-size:18px}.h6-grid{margin-top:64px;margin-bottom:48px}}@media (width>=768px) and (width<=1023px){html{overscroll-behavior-y:auto}h1{font-size:32px}h3{font-size:24px}h5{font-size:18px}.h6-grid{margin-top:64px;margin-bottom:48px}}footer{z-index:0;background-color:var(--background-secondary);width:100%;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.footer-title{grid-area:1/7/auto/-1;margin-top:96px;margin-bottom:24px}.footer-text-wrapper{flex-direction:column;grid-column:7/-1;width:fit-content;margin-bottom:16px;display:flex}.footer-text-wrapper:first-of-type{grid-row:2}.footer-sm-a{align-self:flex-start}.footer-email-a{text-decoration-line:underline}.footer-text-wrapper:nth-of-type(2){grid-row:3}.footer-text-wrapper:nth-of-type(3){grid-row:4}.footer-heading-location{grid-area:5/7/auto/-1}.footer-divider{grid-row:6}.footer-copyright{grid-area:7/1/auto/-1;justify-self:center;width:fit-content;margin-bottom:24px}@media (width<=767px){.footer-title{grid-area:1/1/auto/-1;margin-top:96px;margin-bottom:24px}.footer-text-wrapper{grid-column:1/-1;margin-bottom:16px}.footer-heading-location{grid-column:1/-1}}@media (width>=768px) and (width<=1023px){.footer-title{grid-column:5/-1;margin-top:96px;margin-bottom:24px}.footer-text-wrapper{grid-column:5/-1;margin-bottom:16px}.footer-heading-location{grid-column:5/-1}}.grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:0 24px;margin:0 20px;display:grid}@media (width<=767px){.grid{grid-template-columns:repeat(4,minmax(0,1fr));column-gap:16px;margin:0 16px}}@media (width>=768px) and (width<=1023px){.grid{grid-template-columns:repeat(8,minmax(0,1fr));column-gap:20px}}header{z-index:100;background-color:var(--background-primary);align-items:center;width:100%;height:53px;margin:0;display:flex;position:fixed}header:after{content:"";pointer-events:none;background-color:#0000;width:100%;height:1px;transition:background-color .2s;position:absolute;bottom:0;left:0}header.header-scrolled:after{background-color:var(--background-secondary)}header.menu-open:after{background-color:#0000}.header-logo-a{margin-left:20px}.header-p{padding:16px 0}.header-span{margin:0;padding:0;transition:color .2s;display:inline-block}.header-nav{height:100%;margin-left:auto;margin-right:20px}.header-nav>ul{flex-direction:row;justify-content:center;align-items:center;height:100%;margin:0;padding:0;list-style:none;display:flex}.header-nav>ul>li{align-items:center;height:100%;margin:0 0 0 20px;padding:0;display:flex}.header-nav>ul>li>a{color:var(--text-secondary);transition:color .2s}.header-nav>ul>li>a:hover{color:var(--text-primary)}header .hamburger-icon-wrapper,header .hamburger-menu{display:none}@media (width<=767px){.header-logo-a{margin-left:16px}.header-nav{display:none}header .hamburger-icon-wrapper{margin-left:auto;display:block}header .hamburger-menu{display:block}}.hamburger-icon-wrapper{box-sizing:border-box;aspect-ratio:1;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;height:48px;padding:16px;display:flex;position:relative}.hamburger-icon-line{width:calc(100% - 32px);height:1px;transition:transform .2s;position:absolute;left:16px}.hamburger-icon-line:first-child{transform:translateY(-4px)}.hamburger-icon-line:last-child{transform:translateY(4px)}.hamburger-icon-line span{background-color:var(--text-primary);width:100%;height:1px;transition:transform .2s;display:block}.hamburger-icon-wrapper.open .hamburger-icon-line:first-child,.hamburger-icon-wrapper.open .hamburger-icon-line:last-child{transform:translateY(0)}.hamburger-icon-wrapper.open .hamburger-icon-line:first-child span{transition-delay:.2s;transform:rotate(45deg)}.hamburger-icon-wrapper.open .hamburger-icon-line:last-child span{transition-delay:.2s;transform:rotate(-45deg)}.hamburger-icon-wrapper:not(.open) .hamburger-icon-line:first-child span,.hamburger-icon-wrapper:not(.open) .hamburger-icon-line:last-child span{transition-delay:0s;transform:rotate(0)}.hamburger-icon-wrapper:not(.open) .hamburger-icon-line:first-child,.hamburger-icon-wrapper:not(.open) .hamburger-icon-line:last-child{transition-delay:.2s}.hamburger-menu{background-color:var(--background-primary);z-index:-1;width:100vw;height:calc(100vh - 53px);padding:0 20px;transition:transform .4s ease-in-out;position:absolute;top:53px;left:0;transform:translateY(-100%)}.hamburger-menu.open{transform:translateY(0)}.hamburger-menu-text{margin-top:96px}.hamburger-menu-text>ul{flex-direction:column;height:100%;margin:0;padding:0;list-style:none;display:flex}.hamburger-menu-text>ul>li{margin-bottom:16px}.hamburger-menu-text>ul>li>a{font-size:24px;transition:color .2s}.hamburger-menu-text>ul>li>a:hover{text-decoration:underline}.image-profile{aspect-ratio:3/4;object-fit:cover;width:100%;max-width:1440px;display:block}.section-about-headings{color:var(--text-secondary);grid-column:5/7}#section-about-heading-1{grid-row:2}#section-about-heading-2{grid-row:3}#section-about-heading-3{grid-row:4}#section-about-heading-4{grid-row:5}.section-about-p{grid-column:7/11;margin-bottom:24px}#section-about-p-1{grid-row:2}#section-about-p-2{grid-row:3}#section-about-p-3{grid-row:4}#section-about-p-4{grid-row:5;margin-bottom:48px}.section-about-image:first-of-type{grid-area:6/3/auto/7;margin-bottom:24px}.section-about-image:nth-of-type(2){grid-area:7/7/auto/11;margin-bottom:64px}.section-about-profile-typewriter-1{grid-area:6/7/auto/-1;align-self:end;min-height:42px;margin-bottom:24px}.section-about-profile-typewriter-2{text-align:right;grid-area:7/1/auto/7;align-self:end;min-height:42px;margin-bottom:64px}@media (width<=767px){.section-about-headings{grid-column:1/-1;margin-bottom:2px}#section-about-heading-1{grid-row:2}#section-about-heading-2{grid-row:4}#section-about-heading-3{grid-row:6}#section-about-heading-4{grid-row:8}.section-about-p{grid-column:1/-1;margin-bottom:16px}#section-about-p-1{grid-row:3}#section-about-p-2{grid-row:5}#section-about-p-3{grid-row:7}#section-about-p-4{grid-row:9;margin-bottom:48px}.section-about-image:first-of-type{grid-area:10/1/auto/-1;margin-bottom:12px}.section-about-image:nth-of-type(2){grid-area:12/1/auto/-1;margin-bottom:12px}.section-about-profile-typewriter-1{grid-area:11/1/auto/-1;min-height:42px;margin-bottom:48px}.section-about-profile-typewriter-2{text-align:left;grid-area:13/1/auto/-1;min-height:42px;margin-bottom:64px}}@media (width>=768px) and (width<=1023px){.section-about-headings{grid-column:3/5}.section-about-p{grid-column:5/-1;margin-bottom:24px}#section-about-p-4{margin-bottom:48px}.section-about-image:first-of-type{grid-column:1/5;margin-bottom:24px}.section-about-image:nth-of-type(2){grid-column:5/-1;margin-bottom:64px}.section-about-profile-typewriter-1{grid-area:6/5/auto/-1;margin-bottom:24px}.section-about-profile-typewriter-2{text-align:right;grid-column:1/5;align-self:end;margin-bottom:64px}}.section-clients-heading{grid-area:2/span 6}.section-clients-mail-heading{grid-area:3/span 6}.section-clients-mail-a{color:var(--text-primary);font-size:32px;text-decoration:underline}#section-clients-divider-1{grid-row:4}.section-clients-title-h1{text-align:center;grid-area:5/1/auto/-1;min-height:60px}#section-clients-divider-2{grid-row:6}@media (width<=767px){.section-clients-heading,.section-clients-mail-heading{grid-column:1/4}.section-clients-mail-a{font-size:24px}.section-clients-title-h1{min-height:48px}}@media (width>=768px) and (width<=1023px){.section-clients-mail-a{font-size:24px}.section-clients-title-h1{min-height:48px}}.section-hero-divider{grid-row:1;margin-top:53px}.section-hero-heading{grid-area:2/span 6;margin-bottom:24px}@media (width<=767px){.section-hero-heading{grid-column:1/4;margin-bottom:20px}}.image-divider{aspect-ratio:2;object-fit:cover;width:100%;max-width:1440px;display:block}@media (width<=767px){.image-divider{aspect-ratio:2/3;object-fit:cover;width:100%}}.section-price-heading{grid-area:2/span 6}.section-price-p{color:var(--text-secondary);grid-area:3/span 6;margin-bottom:192px}.section-price-divider{grid-row:4}@media (width<=767px){.section-price-heading{grid-column:1/4}.section-price-p{grid-column:1/-1;margin-bottom:144px}}.flow-button-container{background-color:var(--background-secondary);border-radius:var(--border-radius);width:fit-content;padding:20px}.flow-button-connector-overlay{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;inset:0}.flow-button-connector-path{stroke:var(--background-secondary);stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;fill:none;opacity:1}.section-what-heading{grid-area:2/span 6;margin-bottom:64px}.section-what-flow-container{grid-area:3/1/auto/-1;grid-template-columns:repeat(12,minmax(0,1fr));column-gap:24px;display:grid;position:relative}.section-what-flowbuttons{z-index:2;margin-bottom:128px;position:relative}#section-what-flowbutton-1{grid-row:1;grid-column-start:4}#section-what-flowbutton-2{grid-area:2/9;justify-self:end}#section-what-flowbutton-3{grid-row:3;grid-column-start:5}#section-what-flowbutton-4{grid-area:4/8;justify-self:end}#section-what-flowbutton-5{grid-area:5/1/auto/-1;justify-self:center;margin-bottom:64px}@media (width<=767px){.section-what-heading{grid-column:1/4;margin-bottom:48px}.section-what-flow-container{grid-template-columns:repeat(6,minmax(0,1fr));column-gap:16px}#section-what-flowbutton-1{grid-column-start:1}#section-what-flowbutton-2{grid-column:6}#section-what-flowbutton-3{grid-column-start:2}#section-what-flowbutton-4{grid-column:5}#section-what-flowbutton-5{grid-area:5/1/auto/-1;justify-self:center;margin-bottom:48px}}@media (width>=768px) and (width<=1023px){.section-what-flow-container{grid-template-columns:repeat(8,minmax(0,1fr));column-gap:20px}#section-what-flowbutton-1{grid-column-start:2}#section-what-flowbutton-2{grid-column:7}#section-what-flowbutton-3{grid-column-start:3}#section-what-flowbutton-4{grid-column:6}}
