.form-grid .wpcf7-list-item:first-child{margin:0}@media only screen and (max-width:768px){.form-grid .wpcf7-list-item{margin:0}}.form-grid p{display:flex;flex-direction:column;gap:15px}@media only screen and (min-width:768px){.form-grid p{flex-direction:row}}.form-grid p.form-help-text{margin-bottom:20px}.form-grid .form-section-header p{margin-bottom:20px}.form-grid label{width:100%;font-size:14px;color:#3C3C3C}@media only screen and (min-width:768px){.form-grid label{width:50%}}.form-grid .select{max-width:100%;height:48px}.form-grid .select-styled{padding-top:12px;padding-bottom:12px}.form-grid .select-styled:after{top:10px}.form-grid br{display:none}.form-grid input[type="text"],.form-grid input[type="tel"],.form-grid input[type="email"]{width:100%;background-color:transparent;border:1px solid #CFD1DD;border-radius:4px}.form-grid input[type="date"]{padding:9px 15px;width:100%;height:48px;background-color:#fff;border:1px solid #CFD1DD;border-radius:4px}.form-grid-full label{width:100%}.form-grid-button{position:relative;text-align:center}.form-grid-button-wrap p{position:relative;width:100%;max-width:320px;margin:0 auto}.form-grid-button-wrap span{position:absolute;left:50%;transform:translateX(-110px);top:15px}.form-grid-button-wrap svg{width:20px;height:20px;stroke:#fff;transition:all .3s}.form-grid-button p{margin-bottom:0;justify-content:center}.form-grid-button input[type="submit"].wpcf7-submit{margin-top:0;width:100%;max-width:320px;padding-top:13px;padding-right:0;padding-bottom:13px;background-color:#96C67F;border-radius:40px;border:1px solid #96C67F}.form-grid-button input[type="submit"].wpcf7-submit:hover{background-color:#7fb36a;border-color:#7fb36a}.form-grid-button .wpcf7-spinner{position:absolute;top:-28px}.form-grid-button .form-help-text{font-size:.8125rem;color:var(--gray-500);margin-top:.75rem}.form-grid h2{line-height:1.2;font-size:18px}.form-grid h3{line-height:1.2;font-size:15px}.form-grid hr{margin-top:20px;margin-bottom:20px}.form-grid .cf7-radio-box label{position:relative;display:flex;align-items:center;gap:10px;font-weight:500;cursor:pointer}.form-grid .cf7-radio-box input[type="radio"]{position:relative;margin:0;min-width:18px;height:18px;border:2px solid #2A2C38;border-radius:50%;appearance:none}.form-grid .cf7-radio-box input[type="radio"]::before{content:"";position:absolute;width:8px;height:8px;top:50%;left:50%;background-color:#2A2C38;border-radius:50%;transform:translate(-50%,-50%) scale(0);transition:transform .2s ease}.form-grid .cf7-radio-box input[type="radio"]:checked::before{transform:translate(-50%,-50%) scale(1)}.form-grid .cf7-radio-box label:hover input[type="radio"]{border-color:#2A2C38}.form-grid .cf7-confirm-box{padding:16px;background-color:#f0f7ed;border-radius:8px}.form-grid .cf7-confirm-box label{display:flex;align-items:flex-start;gap:14px;line-height:1.5;font-size:15px;cursor:pointer}.form-grid .cf7-confirm-box input[type="checkbox"]{position:relative;flex-shrink:0;margin-top:2px;width:20px;height:20px;background-color:transparent;border:2px solid #2A2C38;border-radius:4px;appearance:none}.form-grid .cf7-confirm-box input[type="checkbox"]::before{content:"";position:absolute;background-color:#2A2C38;border-radius:2px;transform:scale(0);transition:transform .2s ease;inset:3px}.form-grid .cf7-confirm-box input[type="checkbox"]:checked::before{transform:scale(1)}.form-grid .cf7-confirm-box label:hover input[type="checkbox"]{border-color:#2A2C38}.form-grid .cf7-confirm-box .wpcf7-not-valid{border-color:#D63638!important}.form-grid .cf7-confirm-box p{margin-bottom:0}.form-grid .timeline-box{flex-direction:column;gap:4px;margin-top:16px;margin-bottom:0;padding:1rem;font-size:.8125rem;color:#744210;background-color:#fffff0;border:1px solid #ecc94b;border-radius:8px}.form-grid .timeline-box strong{display:block;font-size:.875rem;color:#975a16}.form-grid .form-captcha-text{display:inline-block;margin-bottom:30px;padding:10px 16px;font-size:13px;background-color:#fff;border:1px solid #edf2f7;border-radius:8px}.form-grid .cf7-checkbox .wpcf7-checkbox{display:flex;flex-direction:column;gap:14px}.form-grid .cf7-checkbox .wpcf7-list-item{margin:0}.form-grid .cf7-checkbox .wpcf7-list-item label{display:grid;grid-template-columns:18px 1fr;column-gap:14px;align-items:flex-start;padding:14px 16px;border:1px solid rgba(0,0,0,.1);border-radius:8px;cursor:pointer;transition:border-color .2s ease,background-color .2s ease}.form-grid .cf7-checkbox .wpcf7-list-item label:hover{border-color:#96C67F;background-color:#f8fafc}.form-grid .cf7-checkbox input[type="checkbox"]{appearance:none;width:18px;height:18px;margin-top:3px;background:#fff;border:2px solid #cbd5e1;border-radius:4px;cursor:pointer;position:relative;transition:all .2s ease}.form-grid .cf7-checkbox p,.form-grid .cf7-checkbox .wpcf7-form-control-wrap{width:100%}.form-grid .cf7-checkbox p{margin-bottom:20px}.form-grid .cf7-checkbox input[type="checkbox"]:checked{background-color:#96C67F;border-color:#96C67F}.form-grid .cf7-checkbox input[type="checkbox"]:checked::after{content:"";position:absolute;left:4px;top:1px;width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.form-grid .cf7-checkbox .wpcf7-list-item-label{display:block}.form-grid .cf7-checkbox .wpcf7-list-item-label::before{content:attr(data-title);display:block;font-size:15px;font-weight:600;color:#111827;line-height:1.4}.form-grid .cf7-checkbox .wpcf7-list-item-label::after{content:attr(data-desc);display:block;margin-top:4px;font-size:14px;font-weight:400;color:#6b7280;line-height:1.4}.form-grid .cf7-checkbox input[type="checkbox"]:checked+.wpcf7-list-item-label{color:#111827}.form-grid .cf7-checkbox input[type="checkbox"]:checked+.wpcf7-list-item-label::before{color:#7fb36a}@media (max-width:640px){.form-grid .cf7-checkbox .wpcf7-list-item label{padding:12px 14px}.form-grid .cf7-checkbox .wpcf7-list-item-label::before{font-size:14px}.form-grid .cf7-checkbox .wpcf7-list-item-label::after{font-size:13px}}.form-section-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.form-section-header svg{width:18px;height:18px;stroke:#96C67F}.form-section-badge{padding:5px 10px;text-transform:uppercase;letter-spacing:.075em;font-size:.6875rem;font-weight:600;color:#EA4335;background-color:#fed7d7;border-radius:4px}.form-section-badge.tag-optional{color:#718096;background-color:#edf2f7}.form-section-badge.tag-easy{color:#276749;background-color:#c6f6d5}.form-section-badge.tag-verify{color:#975a16;background-color:#fefcbf}.form-section-step{display:flex;align-items:center;justify-content:center;width:28px;height:28px;font-weight:600;font-size:.8125rem;color:#fff;background-color:#96C67F;border-radius:50%}.form-help-text{margin-top:.375rem;font-size:.8125rem;color:#718096}.form-text{font-size:.8125rem}.svg-icon-wrap-30 svg{min-width:30px}