.Button-module__iYV4-q__button{text-align:center;cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;font-weight:600;display:inline-flex;position:relative;overflow:hidden}.Button-module__iYV4-q__button:before{content:"";opacity:0;pointer-events:none;transition:opacity .2s;position:absolute;top:0;bottom:0;left:0;right:0}.Button-module__iYV4-q__sm{border-radius:4px;height:24px;padding:0 .75rem;font-size:.75rem;font-weight:500}.Button-module__iYV4-q__md{border-radius:4px;height:32px;padding:0 1.25rem;font-size:.875rem;font-weight:500}.Button-module__iYV4-q__lg{border-radius:8px;height:48px;padding:0 2rem;font-size:1rem;font-weight:500}.Button-module__iYV4-q__primary{color:rgba(255,255,255,.95);background:rgba(0,0,0,.87)}.Button-module__iYV4-q__primary:before{background:linear-gradient(rgba(255,255,255,.13),rgba(255,255,255,0))}.Button-module__iYV4-q__primary:hover:before{opacity:1}.Button-module__iYV4-q__secondary{color:var(--gray-900);background:0 0;border:none}.Button-module__iYV4-q__secondary:hover{background:var(--gray-50)}
.Header-module__hBw1pG__header{border-bottom:1px solid var(--gray-100);z-index:100;background:#fff;position:fixed;top:0;left:0;right:0}.Header-module__hBw1pG__headerContainer{justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;padding:1rem 2rem;display:flex}.Header-module__hBw1pG__headerContainerMinimal{justify-content:flex-start}.Header-module__hBw1pG__logo{cursor:pointer;transition:opacity .2s;display:block}.Header-module__hBw1pG__logo:hover{opacity:.7}.Header-module__hBw1pG__navButtons{align-items:center;gap:.5rem;display:flex}.Header-module__hBw1pG__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:4px;padding:8px;display:none}.Header-module__hBw1pG__hamburger span{background:#000;border-radius:2px;width:24px;height:2px}.Header-module__hBw1pG__mobileMenuOverlay{z-index:99;background:#fff;animation:.3s ease-out Header-module__hBw1pG__slideDown;display:none;position:fixed;top:65px;bottom:0;left:0;right:0}@keyframes Header-module__hBw1pG__slideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.Header-module__hBw1pG__mobileMenuContent{flex-direction:column;align-items:center;gap:1rem;max-width:400px;margin:0 auto;padding:2rem;display:flex}.Header-module__hBw1pG__mobileMenuContent a{text-align:center;width:100%}@media (max-width:768px){.Header-module__hBw1pG__navButtons{display:none}.Header-module__hBw1pG__hamburger,.Header-module__hBw1pG__mobileMenuOverlay{display:flex}.Header-module__hBw1pG__headerContainer{padding:1rem 1.25rem}}
.ChatAnimation-module__D4tN5q__canvas{aspect-ratio:9/16;object-fit:contain;width:100%;margin-top:1.5rem;margin-left:-1.5%;display:block}@media (max-width:768px){.ChatAnimation-module__D4tN5q__canvas{aspect-ratio:9/16;width:100%;height:auto;margin-top:1rem;margin-left:auto;margin-right:auto}}
.ClientCardsAnimation-module__cK-2jG__canvas{z-index:1;border-radius:16px;display:block;position:relative}@media (max-width:768px){.ClientCardsAnimation-module__cK-2jG__canvas{width:100%}}
.waitlist-module__my8WGW__container{background:var(--background);min-height:100vh}.waitlist-module__my8WGW__splitLayout{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;max-width:1280px;margin:0 auto;padding:6rem 2rem 3rem;display:grid}.waitlist-module__my8WGW__heroSection{padding-top:6rem}.waitlist-module__my8WGW__formHeader{text-align:center;margin-bottom:1.5rem}.waitlist-module__my8WGW__formTitle{font-family:var(--font-dm-sans);color:var(--foreground);margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.waitlist-module__my8WGW__formSubtitle{font-family:var(--font-dm-sans);color:#666;font-size:1rem;line-height:1.6}.waitlist-module__my8WGW__title{font-family:var(--font-dm-sans);color:var(--foreground);margin-bottom:.5rem;font-size:2rem;font-weight:600}.waitlist-module__my8WGW__subtitle{font-family:var(--font-dm-sans);color:#666;font-size:1.125rem;line-height:1.6}.waitlist-module__my8WGW__form{box-shadow:var(--shadow-card-focus);background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:1.25rem;padding:2.5rem}.waitlist-module__my8WGW__formRow{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.25rem;display:grid}.waitlist-module__my8WGW__formRow .waitlist-module__my8WGW__formGroup{margin-bottom:0}.waitlist-module__my8WGW__formGroup{margin-bottom:1.25rem}.waitlist-module__my8WGW__label{font-family:var(--font-dm-sans);color:#1a1a1a;margin-bottom:.4rem;font-size:.875rem;font-weight:500;display:block}.waitlist-module__my8WGW__required{color:#dc2626}.waitlist-module__my8WGW__optional{color:#666;font-size:.875rem;font-weight:400}.waitlist-module__my8WGW__input,.waitlist-module__my8WGW__select,.waitlist-module__my8WGW__textarea{width:100%;font-family:var(--font-dm-sans);color:var(--foreground);background:#fff;border:1px solid #d1d5db;border-radius:.5rem;padding:.625rem .875rem;font-size:.9375rem;transition:border-color .2s,box-shadow .2s}.waitlist-module__my8WGW__input:focus,.waitlist-module__my8WGW__select:focus,.waitlist-module__my8WGW__textarea:focus{border-color:rgba(0,0,0,.87);outline:none;box-shadow:0 0 0 3px rgba(0,0,0,.05)}.waitlist-module__my8WGW__textarea{resize:vertical;min-height:100px}.waitlist-module__my8WGW__radioGroup,.waitlist-module__my8WGW__checkboxGroup{grid-template-columns:1fr 1fr;gap:.5rem 1rem;display:grid}.waitlist-module__my8WGW__radioLabel,.waitlist-module__my8WGW__checkboxLabel{cursor:pointer;font-family:var(--font-dm-sans);color:#1a1a1a;align-items:center;gap:.5rem;font-size:.9375rem;display:flex}.waitlist-module__my8WGW__radio,.waitlist-module__my8WGW__checkbox{cursor:pointer;accent-color:rgba(0,0,0,.87);width:1.125rem;height:1.125rem}.waitlist-module__my8WGW__checkboxLabel input:disabled{cursor:not-allowed;opacity:.5}.waitlist-module__my8WGW__checkboxLabel:has(input:disabled){cursor:not-allowed;opacity:.5}.waitlist-module__my8WGW__submitButton{color:rgba(255,255,255,.95);width:100%;height:44px;font-family:var(--font-dm-sans);cursor:pointer;background:rgba(0,0,0,.87);border:none;border-radius:8px;margin-top:.75rem;padding:0 2rem;font-size:.9375rem;font-weight:500;transition:all .2s;position:relative;overflow:hidden}.waitlist-module__my8WGW__submitButton:before{content:"";opacity:0;pointer-events:none;background:linear-gradient(rgba(255,255,255,.13),rgba(255,255,255,0));transition:opacity .2s;position:absolute;top:0;bottom:0;left:0;right:0}.waitlist-module__my8WGW__submitButton:hover:not(:disabled):before{opacity:1}.waitlist-module__my8WGW__submitButton:disabled{opacity:.6;cursor:not-allowed}.waitlist-module__my8WGW__error{color:#dc2626;font-family:var(--font-dm-sans);background:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;margin-bottom:1.5rem;padding:.75rem 1rem;font-size:.9375rem}.waitlist-module__my8WGW__successContent{max-width:1000px;margin:0 auto;padding:6rem 2rem 3rem}.waitlist-module__my8WGW__successHeader{text-align:center;margin-bottom:3rem}.waitlist-module__my8WGW__successTitle{font-family:var(--font-dm-sans);color:var(--foreground);margin-bottom:1rem;font-size:2rem;font-weight:600}.waitlist-module__my8WGW__successMessage{font-family:var(--font-dm-sans);color:#666;margin-bottom:1rem;font-size:1.125rem;line-height:1.6}.waitlist-module__my8WGW__calendlyWrapper{background:0 0;max-width:850px;margin:0 auto}.waitlist-module__my8WGW__calendlyWrapper iframe{background:0 0;display:block;overflow:hidden}.waitlist-module__my8WGW__calendlyContainer{background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:1.25rem;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.waitlist-module__my8WGW__calendlySection{flex-direction:column;gap:2rem;display:flex}.waitlist-module__my8WGW__calendlyEmbed{width:100%}.waitlist-module__my8WGW__calendlyEmbed iframe{border:none;display:block}@media (max-width:1024px){.waitlist-module__my8WGW__splitLayout{grid-template-columns:1fr;gap:3rem;min-height:auto}.waitlist-module__my8WGW__heroSection{text-align:center;padding:0}.waitlist-module__my8WGW__formSection{padding:0}.waitlist-module__my8WGW__heroTitle{font-size:2.5rem}}@media (max-width:640px){.waitlist-module__my8WGW__form{padding:1.5rem}.waitlist-module__my8WGW__formRow{grid-template-columns:1fr;gap:0;margin-bottom:0}.waitlist-module__my8WGW__formRow .waitlist-module__my8WGW__formGroup,.waitlist-module__my8WGW__formGroup{margin-bottom:1rem}.waitlist-module__my8WGW__checkboxGroup{grid-template-columns:1fr}.waitlist-module__my8WGW__formTitle{font-size:1.25rem}.waitlist-module__my8WGW__formSubtitle{font-size:.9375rem}}
.MessageBlocksAnimation-module__m_dbFa__canvas{pointer-events:none;display:block}@media (max-width:768px){.MessageBlocksAnimation-module__m_dbFa__canvas{width:100%;height:100%}}
.demo-module__RMWswW__container{background:#fff;min-height:100vh}.demo-module__RMWswW__splitLayout{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;max-width:1280px;margin:0 auto;padding:6rem 2rem 3rem;display:grid}.demo-module__RMWswW__heroSection{padding-top:6rem}.demo-module__RMWswW__calendlySection{flex-direction:column;gap:2rem;display:flex}.demo-module__RMWswW__calendlyHeader{text-align:center}.demo-module__RMWswW__calendlyTitle{color:#000;margin-bottom:.5rem;font-size:2rem;font-weight:600}.demo-module__RMWswW__calendlySubtitle{color:#666;font-size:1rem;line-height:1.5}.demo-module__RMWswW__calendlyEmbed{width:100%}.demo-module__RMWswW__calendlyEmbed iframe{border:none;display:block}@media (max-width:968px){.demo-module__RMWswW__splitLayout{grid-template-columns:1fr;gap:3rem;padding:6rem 2rem 2rem}.demo-module__RMWswW__heroSection{text-align:center;padding-top:0}}@media (max-width:640px){.demo-module__RMWswW__calendlyTitle{font-size:1.5rem}.demo-module__RMWswW__splitLayout{padding:6rem 1.5rem 2rem}}
.page-module___8aEwW__page{flex-direction:column;min-height:100vh;display:flex}.page-module___8aEwW__main{flex:1;padding-top:6rem}.page-module___8aEwW__hero{text-align:center;max-width:1280px;margin:0 auto;padding:6rem 2rem}.page-module___8aEwW__features{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;max-width:1280px;margin:0 auto;padding:4rem 2rem;display:grid}.page-module___8aEwW__feature{text-align:center;background:rgba(148,162,147,.11);border-radius:1rem;max-height:720px;padding:2rem;overflow:hidden}.page-module___8aEwW__featureImage{object-fit:cover;border-radius:.5rem;width:100%;height:auto;margin-top:1.5rem}.page-module___8aEwW__feature h2{letter-spacing:-.02em;color:var(--gray-900);margin-bottom:.875rem;font-size:1.25rem;font-weight:700}.page-module___8aEwW__feature p{color:var(--gray-600);font-size:.875rem;line-height:1.6}.page-module___8aEwW__splitFeature{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;max-width:1280px;margin:0 auto;padding:4rem 2rem;display:grid}.page-module___8aEwW__splitFeatureContent{max-width:85%;padding:3rem}.page-module___8aEwW__splitFeatureContent h2{color:var(--gray-900);letter-spacing:-.02em;margin-bottom:2rem;font-size:2.5rem;font-weight:700}.page-module___8aEwW__splitFeatureContent p{color:var(--gray-600);font-size:1rem;line-height:1.6}.page-module___8aEwW__splitFeatureContent ul{margin-top:2rem;padding:0;list-style:none}.page-module___8aEwW__splitFeatureContent ul li{color:var(--gray-600);margin-bottom:1rem;padding-left:2.5rem;font-size:1rem;line-height:1.6;position:relative}.page-module___8aEwW__splitFeatureContent ul li:before{content:"";background-image:url("data:image/svg+xml,<svg width=\"17\" height=\"17\" viewBox=\"0 0 17 17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><rect x=\"0.566772\" y=\"0.809326\" width=\"15.5\" height=\"15.5\" rx=\"7.75\" fill=\"%2334A853\"/><rect x=\"0.566772\" y=\"0.809326\" width=\"15.5\" height=\"15.5\" rx=\"7.75\" stroke=\"url(%23paint0_linear_769_5625)\" stroke-width=\"0.5\"/><path d=\"M11.8168 6.05933L7.00427 11.0593L4.81677 8.7866\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><defs><linearGradient id=\"paint0_linear_769_5625\" x1=\"-1.11759e-08\" y1=\"1\" x2=\"16\" y2=\"17\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"%2394A293\" stop-opacity=\"0.25\"/><stop offset=\"1\" stop-color=\"%23036340\" stop-opacity=\"0.25\"/></linearGradient></defs></svg>");background-repeat:no-repeat;background-size:contain;width:24px;height:24px;position:absolute;top:.2rem;left:0}.page-module___8aEwW__splitFeatureImage{background:rgba(148,162,147,.11);border-radius:1rem;justify-content:center;align-items:center;min-height:480px;display:flex}.page-module___8aEwW__testimonials{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;max-width:1280px;margin:0 auto;padding:4rem 2rem;display:grid}.page-module___8aEwW__testimonial{background:var(--gray-50);border-radius:1rem;padding:2rem}.page-module___8aEwW__testimonial h2{color:var(--gray-900);margin-bottom:1rem;font-size:1.125rem;font-weight:500}.page-module___8aEwW__testimonial p{color:var(--gray-600);font-size:.875rem;line-height:1.6}.page-module___8aEwW__testimonialTitle{font-weight:700}.page-module___8aEwW__testimonialSubtitle{color:var(--gray-400)}.page-module___8aEwW__footer{background:var(--gray-900);color:#fff;padding:3rem 2rem 2rem}.page-module___8aEwW__footerContent{justify-content:space-between;gap:4rem;max-width:1280px;margin:0 auto;display:flex}.page-module___8aEwW__footerBrand{flex:1}.page-module___8aEwW__footerLogo{filter:brightness(0)invert();margin-bottom:1rem;display:block}.page-module___8aEwW__footerBrand p{color:var(--gray-600);font-size:.875rem}.page-module___8aEwW__footerLinks{gap:4rem;display:flex}.page-module___8aEwW__footerColumn{flex-direction:column;gap:.75rem;display:flex}.page-module___8aEwW__footerColumn h3{text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.875rem;font-weight:600}.page-module___8aEwW__footerColumn a{color:var(--gray-600);font-size:.95rem}@media (max-width:768px){.page-module___8aEwW__main{padding-top:6rem}.page-module___8aEwW__hero{padding:3rem 1.5rem}.page-module___8aEwW__features{grid-template-columns:1fr;gap:1.25rem;padding:3rem 1.25rem}.page-module___8aEwW__feature{height:560px;padding:1.5rem}.page-module___8aEwW__feature:first-child{padding:2rem 0 0!important}.page-module___8aEwW__feature:nth-child(2){height:680px;padding:2rem 0 0!important}.page-module___8aEwW__feature:nth-child(3){padding:2rem 0 0!important}.page-module___8aEwW__feature h2{margin-bottom:.75rem;font-size:1.125rem}.page-module___8aEwW__feature p{font-size:.8125rem}.page-module___8aEwW__featureImage{object-fit:contain;max-width:100%;max-height:calc(560px - 4rem - 2em);margin:0 auto;width:auto!important;height:auto!important}.page-module___8aEwW__splitFeature{flex-direction:column;grid-template-columns:1fr;gap:2rem;padding:3rem 1.25rem;display:flex}.page-module___8aEwW__splitFeatureContent{order:2;max-width:100%;padding:0}.page-module___8aEwW__splitFeatureImage{order:1}.page-module___8aEwW__splitFeatureContent h2{margin-bottom:1.25rem;font-size:1.75rem}.page-module___8aEwW__splitFeatureContent p{font-size:.9375rem}.page-module___8aEwW__splitFeatureContent ul{margin-top:1.5rem}.page-module___8aEwW__splitFeatureContent ul li{margin-bottom:.875rem;padding-left:2rem;font-size:.9375rem}.page-module___8aEwW__splitFeatureContent ul li:before{width:20px;height:20px}.page-module___8aEwW__splitFeatureImage{background:rgba(148,162,147,.11);justify-content:center;align-items:flex-end;width:100%;min-height:320px;display:flex}.page-module___8aEwW__testimonials{gap:1.5rem;padding:3rem 1.25rem}.page-module___8aEwW__testimonial{padding:1.5rem}.page-module___8aEwW__footer{padding:2.5rem 1.25rem 1.5rem}.page-module___8aEwW__footerContent{flex-direction:column;gap:2rem}.page-module___8aEwW__footerLinks{gap:2rem}}
.form-module__BLC94q__formGroup{margin-bottom:1.25rem}.form-module__BLC94q__label{color:var(--gray-900);margin-bottom:.4rem;font-size:.875rem;font-weight:500;display:block}.form-module__BLC94q__required{color:#dc2626}.form-module__BLC94q__optional{color:var(--gray-600);margin-left:.25rem;font-size:.875rem;font-weight:400}.form-module__BLC94q__input,.form-module__BLC94q__select,.form-module__BLC94q__textarea{border:var(--input-border-width)solid var(--input-border);width:100%;color:var(--foreground);background:#fff;border-radius:.5rem;font-family:inherit;line-height:1.5;transition:border-color .2s,border-width .2s,box-shadow .2s}.form-module__BLC94q__input{height:40px;padding:0 .75rem;font-size:1rem}.form-module__BLC94q__select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:12px;height:40px;padding:0 2rem 0 .75rem;font-size:1rem}.form-module__BLC94q__textarea{padding:.625rem .75rem;font-size:1rem}.form-module__BLC94q__inputSm{height:32px;padding:0 .5rem;font-size:.875rem}.form-module__BLC94q__selectSm{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:10px;height:32px;padding:0 1.75rem 0 .5rem;font-size:.875rem}.form-module__BLC94q__textareaSm{padding:.5rem;font-size:.875rem}.form-module__BLC94q__inputLg{height:48px;padding:0 .875rem;font-size:1.25rem}.form-module__BLC94q__selectLg{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L7 7.5L13 1.5' stroke='%23666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right .875rem center;background-repeat:no-repeat;background-size:14px;height:48px;padding:0 2.25rem 0 .875rem;font-size:1.25rem}.form-module__BLC94q__textareaLg{padding:.75rem .875rem;font-size:1.25rem}.form-module__BLC94q__input:focus,.form-module__BLC94q__select:focus,.form-module__BLC94q__textarea:focus,.form-module__BLC94q__inputSm:focus,.form-module__BLC94q__selectSm:focus,.form-module__BLC94q__textareaSm:focus,.form-module__BLC94q__inputLg:focus,.form-module__BLC94q__selectLg:focus,.form-module__BLC94q__textareaLg:focus{border-width:var(--input-border-focus-width);border-color:var(--input-border-focus);outline:none;box-shadow:0 0 0 3px rgba(0,0,0,.05)}.form-module__BLC94q__input:disabled,.form-module__BLC94q__select:disabled,.form-module__BLC94q__textarea:disabled,.form-module__BLC94q__inputSm:disabled,.form-module__BLC94q__selectSm:disabled,.form-module__BLC94q__textareaSm:disabled,.form-module__BLC94q__inputLg:disabled,.form-module__BLC94q__selectLg:disabled,.form-module__BLC94q__textareaLg:disabled{background:var(--gray-50);color:var(--gray-600);cursor:not-allowed;opacity:.6}.form-module__BLC94q__input::placeholder,.form-module__BLC94q__textarea::placeholder,.form-module__BLC94q__inputSm::placeholder,.form-module__BLC94q__textareaSm::placeholder,.form-module__BLC94q__inputLg::placeholder,.form-module__BLC94q__textareaLg::placeholder{color:var(--input-placeholder);opacity:1}.form-module__BLC94q__textarea,.form-module__BLC94q__textareaSm,.form-module__BLC94q__textareaLg{resize:vertical;min-height:100px}.form-module__BLC94q__inputError,.form-module__BLC94q__selectError,.form-module__BLC94q__textareaError{border-color:var(--input-border-error);background-color:var(--input-bg-error)}.form-module__BLC94q__inputError:focus,.form-module__BLC94q__selectError:focus,.form-module__BLC94q__textareaError:focus{border-color:var(--input-border-error);background-color:var(--input-bg-error);box-shadow:0 0 0 3px rgba(255,57,92,.1)}.form-module__BLC94q__helperText{color:var(--gray-600);margin-top:.4rem;font-size:.875rem}.form-module__BLC94q__errorMessage{color:var(--input-border-error);margin-top:.4rem;font-size:.875rem;display:block}.form-module__BLC94q__checkboxGroup,.form-module__BLC94q__radioGroup{grid-template-columns:1fr 1fr;gap:.5rem 1rem;display:grid}.form-module__BLC94q__checkboxLabel,.form-module__BLC94q__radioLabel{cursor:pointer;color:var(--gray-900);align-items:center;gap:.5rem;font-size:.9375rem;display:flex}.form-module__BLC94q__checkbox,.form-module__BLC94q__radio{cursor:pointer;width:1.125rem;height:1.125rem;accent-color:var(--gray-900)}.form-module__BLC94q__checkboxLabel input:disabled,.form-module__BLC94q__radioLabel input:disabled{cursor:not-allowed;opacity:.5}.form-module__BLC94q__checkboxLabel:has(input:disabled){cursor:not-allowed;opacity:.5}.form-module__BLC94q__radioLabel:has(input:disabled){cursor:not-allowed;opacity:.5}.form-module__BLC94q__formRow{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.25rem;display:grid}.form-module__BLC94q__formRow .form-module__BLC94q__formGroup{margin-bottom:0}@media (max-width:640px){.form-module__BLC94q__formRow{grid-template-columns:1fr;gap:0;margin-bottom:0}.form-module__BLC94q__formRow .form-module__BLC94q__formGroup{margin-bottom:1rem}.form-module__BLC94q__checkboxGroup,.form-module__BLC94q__radioGroup{grid-template-columns:1fr}}
.hero-module__6qflza__heroTitle{letter-spacing:-.04em;color:var(--gray-900);max-width:560px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;font-size:3.5rem;font-weight:700;line-height:1.1}.hero-module__6qflza__heroSubtitle{color:var(--gray-600);max-width:560px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1rem;line-height:1.6}@media (max-width:768px){.hero-module__6qflza__heroTitle{margin-bottom:1.25rem;font-size:2.25rem;line-height:1.15}.hero-module__6qflza__heroSubtitle{margin-bottom:2rem;font-size:.95rem}}
