/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}@font-face{font-family:Inter;src:url(/fonts/Inter-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-Medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-SemiBold.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-ExtraBold.woff2) format("woff2");font-weight:800;font-style:normal;font-display:swap}h1{font-size:2.75rem;line-height:1.15;font-weight:800}h2{font-size:2.125rem;line-height:1.2;font-weight:700}h3{font-size:1.5rem;line-height:1.3;font-weight:600}h4{font-size:1.25rem;line-height:1.4;font-weight:500}@media(max-width:1024px){h1{font-size:2.25rem}h2{font-size:1.875rem}h3{font-size:1.375rem}}@media(max-width:768px){h1{font-size:2rem;line-height:1.2}h2{font-size:1.625rem}h3{font-size:1.25rem}}h1,h2,h3,h4,h5{margin-top:0}*,*:before,*:after{box-sizing:border-box}a{color:#111;text-decoration:none;outline:none;-webkit-tap-highlight-color:transparent}html{background-color:#242424;visibility:visible;-webkit-text-size-adjust:100%;text-size-adjust:100%}body{max-width:1800px;margin:auto;font-family:Inter,system-ui,sans-serif;font-size:16px;line-height:1.6em;font-weight:400;color:#111;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.main-frame{display:flex;flex-direction:column;min-height:100vh;background-color:#fff}.inner-frame{flex:1 0 auto}.content{width:90%;max-width:1380px;margin:0 auto;position:relative}.max-w-sm{max-width:704px}.max-w-md{max-width:896px}.max-w-lg{max-width:1024px}.max-w-xl{max-width:1280px}.max-w-2xl{max-width:1536px}.grid-3{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:768px){.grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.card{border:2px solid #e5e7eb;padding:1.5rem;border-radius:1rem;transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}.card:hover,.card:focus-visible{border-color:#00000059;box-shadow:0 10px 30px #00000014;transform:translateY(-1px)}.pad-vert{padding:30px 0}@media(min-width:1024px){.pad-vert{padding:60px 0}}.main-header{width:100%;background:linear-gradient(to right,#4a4a4a,#000);height:5rem;position:relative;z-index:100}.content-header{display:flex;align-items:center;justify-content:space-between;height:5rem}.logo h1{margin:0;color:#bfc1c9;opacity:.85;transition:color .25s ease}.logo h1:hover{color:#fff;opacity:1}.main-nav{display:flex;align-items:center;gap:3rem}.main-nav a{color:#bfc1c9;font-size:1rem;font-weight:500;opacity:.85;transition:color .25s ease,opacity .25s ease}.main-nav a:hover,.main-nav a.is-active{color:#fff;opacity:1}.nav-toggle{display:none;position:relative;width:28px;height:18px;padding:0;border:none;background:none;cursor:pointer}.nav-toggle span{position:absolute;left:0;width:100%;height:1px;background:#bfc1c9;transition:transform .3s ease,opacity .2s ease;transform-origin:center}.nav-toggle span:nth-child(1){top:0}.nav-toggle span:nth-child(2){top:50%;transform:translateY(-50%)}.nav-toggle span:nth-child(3){bottom:0}.nav-toggle[aria-expanded=true] span:nth-child(1){top:50%;transform:translateY(-50%) rotate(45deg)}.nav-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.nav-toggle[aria-expanded=true] span:nth-child(3){top:50%;bottom:auto;transform:translateY(-50%) rotate(-45deg)}@media(max-width:768px){.nav-toggle{display:block}.main-nav{display:none;position:fixed;top:5rem;left:0;right:0;bottom:0;background:#000000f2;width:100%;flex-direction:column;align-items:flex-start;gap:0}.main-nav.is-open{display:flex}.main-nav a{display:flex;width:100%;font-size:1.25rem;line-height:1.75rem;opacity:0;transform:translateY(10px);animation:navItemIn .4s ease forwards;padding:1.5rem;border-bottom:1px solid rgb(52,56,65)}.main-nav.is-open a:nth-child(1){animation-delay:.05s}.main-nav.is-open a:nth-child(2){animation-delay:.1s}.main-nav.is-open a:nth-child(3){animation-delay:.15s}.main-nav.is-open a:nth-child(4){animation-delay:.2s}}@keyframes navItemIn{to{opacity:1;transform:translateY(0)}}.nav-open{overflow:hidden}.hero{position:relative;min-height:75vh;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;overflow:hidden}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero-overlay{position:absolute;inset:0;background:#0006;z-index:1}.hero .content{position:relative;z-index:2}.hero-content{margin:auto}.hero-portrait{width:250px;height:250px;border-radius:50%;object-fit:cover;margin-left:auto;margin-right:auto;margin-bottom:1.5rem;border:3px solid rgba(255,255,255,.6);display:block}.hero h1{margin-bottom:.75rem}.hero-title{margin-bottom:1rem}.hero-description{font-size:24px;line-height:1.6}@media(max-width:480px){.hero-description{font-size:18px}}form{margin-top:2rem}form>div{margin-bottom:1.5rem}label{font-size:.9rem;font-weight:600;color:#111}input,textarea{width:100%;padding:.87rem .7rem;margin-top:.35rem;background:transparent;border:2px solid #e5e7eb;color:#111;font-family:inherit;font-size:1rem;border-radius:2px;transition:border-color .2s ease}input:focus,textarea:focus{outline:none;border-color:#00000059}form button,form .button,.thank-you-page .button{display:flex;align-items:center;justify-content:center;width:100%;padding:1rem 1.4rem;background:linear-gradient(to left,#4a4a4a,#000);color:#bfc1c9;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;text-decoration:none;transition:background .2s ease,transform .1s ease}form button:hover,form .button:hover,.thank-you-page .button:hover{background:linear-gradient(to right,#4a4a4a,#000);color:#fff}form button:active,form .button:active,.thank-you-page .button:active{transform:translateY(1px)}@media(min-width:768px){form button,form .button,.thank-you-page .button{max-width:300px;margin:auto}}.thank-you-page{text-align:center}.thank-you-btn{margin-top:30px}.form-helper{display:none}.main-footer{background:linear-gradient(to left,#4a4a4a,#000);padding:10px 0}.copyright{text-align:center;color:#fff}
