.service-form{background-color:var(--sf-bg,#fff);border-radius:var(--sf-radius,0);padding-bottom:var(--sf-py,48px);padding-left:20px;padding-right:20px;padding-top:var(--sf-py,48px)}.service-form__inner{margin-left:auto;margin-right:auto;max-width:var(--sf-max,720px)}.service-form--center .service-form__inner{text-align:center}.service-form--left .service-form__inner{text-align:left}.service-form__heading,.service-form__lead{margin:0}.service-form__heading+.service-form__lead{margin-top:var(--sf-heading-gap,12px)}.service-form__embed{text-align:left}.service-form--center .service-form__embed{margin-left:auto;margin-right:auto}.service-form--stack .service-form__text{margin-bottom:24px}@media (min-width:768px){.service-form--split .service-form__inner{align-items:flex-start;display:flex;gap:var(--sf-gap,48px)}.service-form--split.service-form--valign-center .service-form__inner{align-items:center}.service-form--split .service-form__text{flex:0 0 var(--sf-text-ratio,45%);margin-bottom:0;max-width:var(--sf-text-ratio,45%)}.service-form--split .service-form__embed{flex:1 1 auto;margin-left:0;margin-right:0;min-width:0}.service-form--split.service-form--text-right .service-form__text{order:2}.service-form--split.service-form--text-right .service-form__embed{order:1}.service-form--split .service-form__lead{margin-bottom:0}}.service-form--placeholder{background-color:#fafafa;border:1px dashed #c9c9c9;border-radius:8px;color:#555;font-size:14px;line-height:1.7;padding:24px}.service-form--placeholder code{background-color:#eee;border-radius:4px;font-size:.9em;padding:1px 6px}@media (max-width:640px){.service-form{padding-bottom:calc(var(--sf-py, 48px)*.7);padding-top:calc(var(--sf-py, 48px)*.7)}}