@font-face{font-family:Manrope;src:url(/assets/manrope-400.ttf)format("truetype");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Manrope;src:url(/assets/manrope-600.ttf)format("truetype");font-style:normal;font-weight:600;font-display:swap}@font-face{font-family:Reckless Neue;src:url(/assets/reckless-medium.ttf)format("truetype");font-style:normal;font-weight:500;font-display:swap}:root{--green:#0f3026;--hero-gray:#e9e8e9;color:var(--green);background:var(--hero-gray);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Manrope,sans-serif;font-size:16px}*{box-sizing:border-box}html,body{width:100%;margin:0}html{scroll-behavior:smooth;scroll-padding-top:0}body{background:var(--hero-gray);min-width:320px;overflow-x:hidden}h1,h2,p{margin:0}img,video{display:block}#app{width:100%;max-width:1940px;margin:0 auto;overflow:hidden}.hero-section{background:var(--hero-gray);align-items:center;width:100%;height:100svh;min-height:48rem;padding:0 2rem;display:flex;position:relative;overflow:hidden}.hero-video{z-index:0;object-fit:cover;width:100%;height:100%;animation:.5s .6s both hero-video-in;position:absolute;inset:0}.hero-video-mobile{display:none}.hero-content{z-index:2;flex-direction:column;align-items:flex-start;max-width:56rem;animation:1s .3s both hero-copy-in;display:flex;position:relative}.hero-content h1{letter-spacing:-.035em;font-family:Reckless Neue,Georgia,serif;font-size:7.75rem;font-weight:500;line-height:7.75rem}.hero-content>p{width:44rem;margin-top:2.5rem;margin-bottom:4.5rem;font-size:2.125rem;line-height:2.875rem}.text-cta{width:max-content;color:inherit;align-items:center;gap:.5rem;font-size:2.75rem;font-weight:600;line-height:3.625rem;text-decoration:none;display:flex;position:relative}.text-cta:after{content:"";background:var(--green);transform-origin:0;height:1px;transition:transform .4s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.text-cta:hover:after{transform:scaleX(1)}.text-cta img{width:2.25rem;height:2.25rem}.contact-section{min-height:64rem;color:var(--green);background:#f4f5f3;grid-template-columns:minmax(26rem,43rem) minmax(48rem,66rem);justify-content:space-between;align-items:start;gap:12rem;padding:9rem 2.25rem 10rem;display:grid}.contact-intro{position:sticky;top:7rem}.eyebrow{letter-spacing:.08em;text-transform:uppercase;margin-bottom:2.5rem;font-size:1.25rem;font-weight:600;line-height:1.75rem}.contact-intro h2{letter-spacing:-.025em;font-family:Reckless Neue,Georgia,serif;font-size:5.5rem;font-weight:500;line-height:5.75rem}.contact-form{gap:3.5rem;display:grid}.contact-form label{gap:1rem;display:grid}.contact-form label>span{font-size:1.25rem;font-weight:600;line-height:1.75rem}.contact-form input,.contact-form textarea{width:100%;color:var(--green);font:inherit;background:0 0;border:0;border-bottom:1px solid #0f302673;border-radius:0;outline:none;font-size:2rem;line-height:2.75rem;transition:border-color .25s}.contact-form input{padding:0 0 1.25rem}.contact-form textarea{resize:vertical;min-height:10rem;padding:0 0 1.25rem}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#0f302661}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--green)}.contact-form input[aria-invalid=true],.contact-form textarea[aria-invalid=true]{border-color:#9f2d25}.field-error{color:#9f2d25;min-height:1.25rem;font-size:max(.95rem,12px);line-height:max(1.25rem,16px)}.field-error:empty,.form-status:empty{display:none}.form-honeypot{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.form-status{min-height:1.75rem;margin-bottom:-2rem;font-size:max(1rem,14px);line-height:max(1.5rem,20px)}.form-status.is-error{color:#9f2d25}.form-status.is-success{color:var(--green)}.submit-button{width:max-content;color:var(--green);cursor:pointer;font:inherit;background:0 0;border:0;align-items:center;gap:.7rem;margin-top:1rem;padding:0;font-size:2.25rem;font-weight:600;line-height:3rem;display:flex}.submit-button:disabled{cursor:wait;opacity:.55}.site-footer{color:#fff;background:var(--green);grid-template-columns:1fr 1fr;align-items:end;padding:4rem 2.25rem 3rem;font-size:1.25rem;line-height:1.75rem;display:grid}.site-footer span:last-child{text-align:right}@keyframes hero-copy-in{0%{opacity:0;transform:translateY(3rem)}to{opacity:1;transform:translateY(0)}}@keyframes hero-video-in{0%{opacity:0}to{opacity:1}}@media (width>=992px) and (width<=1940px){:root{font-size:calc(.8433vw - .354px)}}@media (width<=991px){:root{font-size:16px}.hero-section{justify-content:center;align-items:flex-end;padding:0 1rem 4.5rem}.hero-content{text-align:center;align-items:center;width:100%;max-width:42rem}.hero-content h1{font-size:8rem;line-height:5rem}.hero-content>p{width:auto;margin-top:1.5rem;margin-bottom:1.75rem;font-size:1.5rem;line-height:2.125rem}.text-cta{gap:.35rem;font-size:2.125rem;line-height:2.875rem}.text-cta img{width:1.85rem;height:1.85rem}.contact-section{grid-template-columns:1fr;gap:5rem;min-height:0;padding:6rem 1rem 7rem}.contact-intro{position:static}.eyebrow{margin-bottom:1.75rem;font-size:1rem;line-height:1.5rem}.contact-intro h2{font-size:3.75rem;line-height:3.875rem}.contact-form{gap:2.75rem}.contact-form label>span{font-size:1rem;line-height:1.5rem}.contact-form input,.contact-form textarea{font-size:1.5rem;line-height:2.125rem}.submit-button{font-size:1.75rem;line-height:2.5rem}.site-footer{grid-template-columns:1fr 1fr;align-items:start;gap:1.25rem;padding:3rem 1rem 2rem;font-size:1rem;line-height:1.5rem}.site-footer span:last-child{text-align:right}}@media (width<=767px){:root{font-size:calc(10.674px + .694vw)}.hero-video-desktop{display:none}.hero-video-mobile{display:block}}@media (width<=479px){:root{font-size:calc(9.992px + .837vw)}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
