:root{--ndf-brand:var(--bb-color-brand-lime,var(--nd-green,#c8d900));--ndf-text:var(--bb-color-text,var(--nd-black,#111827));--ndf-gray-900:var(--bb-color-gray-900,var(--nd-grey-900,#111827));--ndf-white:var(--bb-color-white,var(--nd-white,#fff));--ndf-placeholder:var(--bb-color-placeholder,var(--nd-grey-600,#4b5563));--ndf-danger:var(--bb-color-danger,var(--error,#dc2626));--ndf-gray-100:var(--bb-color-gray-100,var(--nd-grey-100,#f3f4f6));--ndf-gray-200:var(--bb-color-gray-200,var(--nd-grey-200,#e5e7eb));--ndf-gray-300:var(--bb-color-gray-300,var(--nd-grey-300,#d1d5db));--ndf-gray-400:var(--bb-color-gray-400,var(--nd-grey-400,#9ca3af));--ndf-gray-500:var(--bb-color-gray-500,var(--nd-grey-500,#6b7280));--ndf-gray-600:var(--bb-color-gray-600,var(--nd-grey-600,#4b5563));--ndf-surface-frozen:var(--bb-surface-frozen,hsla(0,0%,100%,.4));--ndf-surface-frozen-focus:var(--bb-surface-frozen-focus,hsla(0,0%,100%,.6));--ndf-control-bg:rgba(200,217,0,.3);--ndf-control-border:rgba(0,0,0,.65);--ndf-control-bg-hover:rgba(200,217,0,.42);--ndf-control-border-hover:rgba(0,0,0,.75);--ndf-blur-2xl:var(--bb-blur-2xl,40px);--ndf-blur-sm:var(--bb-blur-sm,12px);--ndf-shadow-frozen:var(--bb-shadow-frozen,0 4px 20px -2px rgba(0,0,0,.1));--ndf-shadow-cta:var(--bb-shadow-cta,0 10px 15px -3px rgba(0,0,0,.2));--ndf-radius-md:var(--bb-radius-md,0.375rem);--ndf-radius-3xl:var(--bb-radius-3xl,1.5rem);--ndf-radius-pill:var(--bb-radius-pill,9999px);--ndf-space-2:var(--bb-space-2,0.5rem);--ndf-space-3:var(--bb-space-3,0.75rem);--ndf-space-4:var(--bb-space-4,1rem);--ndf-space-5:var(--bb-space-5,1.25rem);--ndf-space-8:var(--bb-space-8,2rem);--ndf-space-16:var(--bb-space-16,4rem);--ndf-control-20:var(--bb-control-20,1.25rem);--ndf-font-base:var(--font-family-base,"ABC Favorit",sans-serif);--ndf-font-extended:var(--font-family-extended,"ABC Favorit Extended",sans-serif);--ndf-font-size-sm:var(--bb-font-size-sm,14px);--ndf-font-size-base:var(--bb-font-size-base,16px);--ndf-font-size-lg:var(--bb-font-size-lg,18px);--ndf-font-weight-medium:var(--bb-font-weight-medium,500)}.form-container{background:linear-gradient(135deg,var(--bb-color-gray-200,#e5e7eb) 0,var(--bb-color-gray-100,#f3f4f6) 50%,var(--ndf-white) 100%);border-radius:var(--ndf-radius-3xl);overflow:hidden;padding:var(--ndf-space-16);position:relative}@media (max-width:768px){.form-container{border-radius:var(--ndf-radius-md);padding:var(--ndf-space-8)}}:where(.hs-form-html,.hsfc-Renderer,.hscf-Renderer,.hsfc-FormWrapper,.hscf-FormWrapper,.hsfc-Form,.hscf-Form,.hsfc-Step,.hscf-Step,.hsfc-Step__Content,.hscf-Step__Content){box-sizing:border-box!important;margin-left:0!important;margin-right:0!important;max-width:100%!important;min-width:0!important}:where(.hsfc-RichText,.hscf-RichText,[class*=RichText]),:where(.hsfc-RichText,.hscf-RichText,[class*=RichText]) :is(p,a,span,small){max-width:100%!important;overflow-wrap:anywhere!important;white-space:normal!important;word-break:break-word!important}:where(.hs-form-html,.hsfc-Renderer,.hscf-Renderer) :is(input,textarea,select,button){box-sizing:border-box;max-width:100%}:root{--hsf-global__font-family:var(--ndf-font-base);--hsf-global__font-size:var(--ndf-font-size-base);--hsf-global__color:var(--ndf-text);--hsf-global-error__color:var(--ndf-danger);--hsf-row__horizontal-spacing:var(--ndf-space-8);--hsf-row__vertical-spacing:var(--ndf-space-5);--hsf-module__vertical-spacing:var(--ndf-space-5);--hsf-background__background-color:transparent;--hsf-background__border-style:solid;--hsf-background__border-color:transparent;--hsf-background__border-radius:0;--hsf-background__border-width:0;--hsf-background__padding:0;--hsf-heading__font-family:var(--ndf-font-extended);--hsf-heading__color:var(--ndf-text);--hsf-heading__text-shadow:none;--hsf-richtext__font-family:var(--ndf-font-base);--hsf-richtext__font-size:var(--ndf-font-size-base);--hsf-richtext__color:var(--ndf-text);--hsf-field-label__font-family:var(--ndf-font-base);--hsf-field-label__font-size:var(--ndf-font-size-sm);--hsf-field-label__color:var(--ndf-text);--hsf-field-label-requiredindicator__color:var(--ndf-danger);--hsf-field-input__font-family:var(--ndf-font-base);--hsf-field-input__color:var(--ndf-text);--hsf-field-input__background-color:var(--ndf-surface-frozen);--hsf-field-input__placeholder-color:var(--ndf-placeholder);--hsf-field-input__border-color:transparent;--hsf-field-input__border-width:0;--hsf-field-input__border-style:solid;--hsf-field-input__border-radius:var(--ndf-radius-md);--hsf-field-input__padding:var(--ndf-space-3) var(--ndf-space-4);--hsf-field-textarea__font-family:var(--ndf-font-base);--hsf-field-textarea__color:var(--ndf-text);--hsf-field-textarea__background-color:var(--ndf-surface-frozen);--hsf-field-textarea__placeholder-color:var(--ndf-placeholder);--hsf-field-textarea__border-color:transparent;--hsf-field-textarea__border-width:0;--hsf-field-textarea__border-style:solid;--hsf-field-textarea__border-radius:var(--ndf-radius-md);--hsf-field-textarea__padding:var(--ndf-space-3) var(--ndf-space-4);--hsf-button__font-family:var(--ndf-font-base);--hsf-button__font-size:var(--ndf-font-size-lg);--hsf-button__color:var(--ndf-white);--hsf-button__background-color:var(--ndf-text);--hsf-button__border-radius:var(--ndf-radius-pill);--hsf-button__padding:var(--ndf-space-4) var(--ndf-space-8);--hsf-button__box-shadow:var(--ndf-shadow-cta);--hsf-field-checkbox__padding:0;--hsf-field-checkbox__background-color:var(--ndf-control-bg);--hsf-field-checkbox__color:var(--ndf-text);--hsf-field-checkbox__border-color:var(--ndf-control-border);--hsf-field-checkbox__border-width:2px;--hsf-field-checkbox__border-style:solid;--hsf-field-radio__padding:0;--hsf-field-radio__background-color:var(--ndf-control-bg);--hsf-field-radio__color:var(--ndf-text);--hsf-field-radio__border-color:var(--ndf-control-border);--hsf-field-radio__border-width:2px;--hsf-field-radio__border-style:solid}:where(.hs-form-html,.hscf-Renderer,.hsfc-Renderer,.hscf-Form,.hsfc-Form){--hsf-global__font-family:var(--ndf-font-base)!important;--hsf-global__font-size:var(--ndf-font-size-base)!important;--hsf-global__color:var(--ndf-text)!important;--hsf-global-error__color:var(--ndf-danger)!important;--hsf-row__horizontal-spacing:var(--ndf-space-8)!important;--hsf-row__vertical-spacing:var(--ndf-space-5)!important;--hsf-module__vertical-spacing:var(--ndf-space-5)!important;--hsf-field-label__font-family:var(--ndf-font-base)!important;--hsf-field-label__font-size:var(--ndf-font-size-sm)!important;--hsf-field-label__color:var(--ndf-text)!important;--hsf-field-label-requiredindicator__color:var(--ndf-danger)!important;--hsf-field-input__font-family:var(--ndf-font-base)!important;--hsf-field-input__color:var(--ndf-text)!important;--hsf-field-input__background-color:var(--ndf-surface-frozen)!important;--hsf-field-input__placeholder-color:var(--ndf-placeholder)!important;--hsf-field-input__border-width:0!important;--hsf-field-input__border-color:transparent!important;--hsf-field-input__border-radius:var(--ndf-radius-md)!important;--hsf-field-input__padding:var(--ndf-space-3) var(--ndf-space-4)!important;--hsf-field-textarea__font-family:var(--ndf-font-base)!important;--hsf-field-textarea__color:var(--ndf-text)!important;--hsf-field-textarea__background-color:var(--ndf-surface-frozen)!important;--hsf-field-textarea__placeholder-color:var(--ndf-placeholder)!important;--hsf-field-textarea__border-width:0!important;--hsf-field-textarea__border-color:transparent!important;--hsf-field-textarea__border-radius:var(--ndf-radius-md)!important;--hsf-field-textarea__padding:var(--ndf-space-3) var(--ndf-space-4)!important;--hsf-button__font-family:var(--ndf-font-base)!important;--hsf-button__font-size:var(--ndf-font-size-lg)!important;--hsf-button__color:var(--ndf-white)!important;--hsf-button__background-color:var(--ndf-text)!important;--hsf-button__border-radius:var(--ndf-radius-pill)!important;--hsf-button__padding:var(--ndf-space-4) var(--ndf-space-8)!important;--hsf-button__box-shadow:var(--ndf-shadow-cta)!important;--hsf-field-checkbox__background-color:var(--ndf-control-bg)!important;--hsf-field-checkbox__border-color:var(--ndf-control-border)!important;--hsf-field-checkbox__border-width:2px!important;--hsf-field-checkbox__border-style:solid!important;--hsf-field-radio__background-color:var(--ndf-control-bg)!important;--hsf-field-radio__border-color:var(--ndf-control-border)!important;--hsf-field-radio__border-width:2px!important;--hsf-field-radio__border-style:solid!important}:where(.hs-form-html,.hscf-Renderer,.hsfc-Renderer,.hscf-Form,.hsfc-Form) a{color:var(--ndf-brand);text-decoration:none}:where(.hs-form-html,.hscf-Renderer,.hsfc-Renderer,.hscf-Form,.hsfc-Form) a:hover{text-decoration:underline}:where(.hscf-Renderer,.hsfc-Renderer,.hscf-Form,.hsfc-Form) :is(input,textarea,select):not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not([type=hidden]){backdrop-filter:blur(var(--ndf-blur-2xl));-webkit-backdrop-filter:blur(var(--ndf-blur-2xl));background-color:var(--ndf-surface-frozen);border:0;border-radius:var(--ndf-radius-md);box-shadow:var(--ndf-shadow-frozen);box-sizing:border-box;color:var(--ndf-text);font-family:var(--ndf-font-base);font-size:var(--ndf-font-size-base);transition:background-color .2s ease,box-shadow .2s ease}:where(.hscf-Renderer,.hsfc-Renderer,.hscf-Form,.hsfc-Form) :is(input,textarea,select)::placeholder{color:var(--ndf-placeholder);opacity:1}:where(.hscf-Renderer,.hsfc-Renderer,.hscf-Form,.hsfc-Form) :is(input,textarea,select):focus{background-color:var(--ndf-surface-frozen-focus);outline:none}:where(.hscf-Renderer,.hsfc-Renderer,.hscf-Form,.hsfc-Form) :is(input,textarea,select):focus-visible{outline:2px solid var(--ndf-brand);outline-offset:2px}:where(.hscf-Renderer,.hsfc-Renderer,.hscf-Form,.hsfc-Form) textarea{min-height:180px;resize:vertical}:where(.hscf-Renderer,.hsfc-Renderer,.hscf-Form,.hsfc-Form) select:not([multiple]):not([size]){appearance:none;-webkit-appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--ndf-text) 50%),linear-gradient(135deg,var(--ndf-text) 50%,transparent 50%);background-position:calc(100% - var(--ndf-space-4)) 50%,calc(100% - var(--ndf-space-4) + 6px) 50%;background-repeat:no-repeat;background-size:6px 6px,6px 6px;padding-right:calc(var(--ndf-space-4) + var(--ndf-control-20))}:where(.hscf-Renderer,.hsfc-Renderer,.hscf-Form,.hsfc-Form) :is(input[type=checkbox],input[type=radio]){-webkit-appearance:none;appearance:none;backdrop-filter:blur(var(--ndf-blur-sm));-webkit-backdrop-filter:blur(var(--ndf-blur-sm));background-color:var(--ndf-control-bg);border:2px solid var(--ndf-control-border);border-radius:calc(var(--ndf-radius-md) - .125rem);box-shadow:0 1px 2px rgba(0,0,0,.08);box-sizing:border-box;cursor:pointer;display:inline-grid;height:var(--ndf-control-20);margin:2px var(--ndf-space-3) 0 0;place-content:center;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease;vertical-align:middle;width:var(--ndf-control-20)}:where(.hscf-Renderer,.hsfc-Renderer,.hscf-Form,.hsfc-Form) input[type=radio]{border-radius:var(--ndf-radius-pill)}:where(.hscf-Renderer,.hsfc-Renderer,.hscf-Form,.hsfc-Form) :is(input[type=checkbox],input[type=radio]):hover{background-color:var(--ndf-control-bg-hover);border-color:var(--ndf-control-border-hover);box-shadow:0 2px 6px rgba(0,0,0,.1)}:where(.hscf-Renderer,.hsfc-Renderer,.hscf-Form,.hsfc-Form) :is(input[type=checkbox],input[type=radio]):focus-visible{outline:2px solid var(--ndf-brand);outline-offset:2px}:where(.hscf-Renderer,.hsfc-Renderer,.hscf-Form,.hsfc-Form) :is(input[type=checkbox],input[type=radio]):disabled{cursor:not-allowed;opacity:.5}:where(.hscf-Renderer,.hsfc-Renderer,.hscf-Form,.hsfc-Form) :is(input[type=checkbox],input[type=radio])[aria-invalid=true]{outline:2px solid var(--ndf-danger);outline-offset:2px}:where(.hscf-Renderer,.hsfc-Renderer,.hscf-Form,.hsfc-Form) input[type=checkbox]:checked{background-color:var(--ndf-text);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m3.2 8.4 3 3 6.6-6.6'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:12px 12px;border-color:var(--ndf-text)}:where(.hscf-Renderer,.hsfc-Renderer,.hscf-Form,.hsfc-Form) input[type=radio]:checked{background-color:var(--ndf-text);background-image:radial-gradient(circle at center,var(--ndf-white) 0 35%,transparent 36%);border-color:var(--ndf-text)}:where(.hscf-Renderer,.hsfc-Renderer,.hscf-Form,.hsfc-Form) :is(.hsfc-NavigationRow,.hscf-NavigationRow,[class*=NavigationRow],[data-hsfc-id=NavigationRow]){align-items:center;display:flex!important;gap:var(--ndf-space-4);inset:auto!important;justify-content:stretch;margin:0!important;max-width:100%!important;position:static!important;transform:none!important;width:100%!important}:where(.hscf-Renderer,.hsfc-Renderer,.hscf-Form,.hsfc-Form) :is(button[type=submit],input[type=submit]){border-radius:var(--ndf-radius-pill)!important;box-sizing:border-box;display:block!important;float:none!important;inset:auto!important;max-width:100%!important;min-width:0!important;padding:var(--ndf-space-4) var(--ndf-space-8)!important;position:static!important;text-align:center!important;transform:none!important;white-space:nowrap;width:100%!important}:where(.hscf-Renderer,.hsfc-Renderer,.hscf-Form,.hsfc-Form) :is(.hsfc-NavigationRow,.hscf-NavigationRow,[class*=NavigationRow],[data-hsfc-id=NavigationRow]) :is(button,input[type=submit]){flex:1 1 0}:where(.hscf-Renderer,.hsfc-Renderer,.hscf-Form,.hsfc-Form) :is(button[type=submit],input[type=submit]):hover{background-color:var(--ndf-brand);color:var(--ndf-text)}:where(.hscf-Renderer,.hsfc-Renderer,.hscf-Form,.hsfc-Form) :is(button[type=submit],input[type=submit]):focus-visible{outline:2px solid var(--ndf-brand);outline-offset:2px}:where(.hscf-Renderer,.hsfc-Renderer,.hscf-Form,.hsfc-Form) :is(button[type=submit],input[type=submit]):disabled{cursor:not-allowed;opacity:.5}@media (max-width:1023px){:where(.hs-form-html,.hsfc-Renderer,.hscf-Renderer,.hsfc-FormWrapper,.hscf-FormWrapper,.hsfc-Form,.hscf-Form,.hsfc-Step,.hscf-Step,.hsfc-Step__Content,.hscf-Step__Content){left:auto!important;margin-left:0!important;margin-right:0!important;max-width:100%!important;min-width:0!important;right:auto!important;transform:none!important;width:100%!important}:where(.hscf-Renderer,.hsfc-Renderer,.hscf-Form,.hsfc-Form) :is(.hsfc-Row,.hscf-Row,[class*=Row]){flex-direction:column!important;grid-template-columns:1fr!important;max-width:100%!important;min-width:0!important;width:100%!important}:where(.hscf-Renderer,.hsfc-Renderer,.hscf-Form,.hsfc-Form) :is(.hsfc-FieldGroup,.hscf-FieldGroup,.hsfc-FieldWrapper,.hscf-FieldWrapper,[class*=Field]){max-width:100%!important;min-width:0!important;width:100%!important}:where(.hscf-Renderer,.hsfc-Renderer,.hscf-Form,.hsfc-Form) :is(.hsfc-NavigationRow,.hscf-NavigationRow,[class*=NavigationRow],[data-hsfc-id=NavigationRow]){flex-direction:column!important}:where(.hs-form-html,.hsfc-Renderer,.hscf-Renderer) :is(input[type=email],input[type=text],input[type=tel],input[type=url],textarea,select){font-size:16px!important}}@supports selector(:has(*)){@media (min-width:1024px){:where(.hscf-Renderer,.hsfc-Renderer,.hscf-Form,.hsfc-Form) :is(.hsfc-Step__Content,.hscf-Step__Content,[class*=Step__Content]) :has(:is(.hsfc-NavigationRow,.hscf-NavigationRow,[class*=NavigationRow],[data-hsfc-id=NavigationRow])) :has(iframe[src*=recaptcha],iframe[title*=reCAPTCHA],[class*=recaptcha],.grecaptcha-badge){align-items:center;column-gap:var(--ndf-space-8);display:grid!important;grid-template-columns:minmax(304px,1fr) minmax(260px,520px);row-gap:var(--ndf-space-5)}:where(.hscf-Renderer,.hsfc-Renderer,.hscf-Form,.hsfc-Form) :is(.hsfc-Step__Content,.hscf-Step__Content,[class*=Step__Content]) :has(:is(.hsfc-NavigationRow,.hscf-NavigationRow,[class*=NavigationRow],[data-hsfc-id=NavigationRow])) :has(iframe[src*=recaptcha],iframe[title*=reCAPTCHA],[class*=recaptcha],.grecaptcha-badge)>*{grid-column:1/-1}:where(.hscf-Renderer,.hsfc-Renderer,.hscf-Form,.hsfc-Form) :is(.hsfc-Step__Content,.hscf-Step__Content,[class*=Step__Content]) :has(:is(.hsfc-NavigationRow,.hscf-NavigationRow,[class*=NavigationRow],[data-hsfc-id=NavigationRow])) :has(iframe[src*=recaptcha],iframe[title*=reCAPTCHA],[class*=recaptcha],.grecaptcha-badge)>:is(.hsfc-Row,.hscf-Row,[class*=Row]):has(iframe[src*=recaptcha],iframe[title*=reCAPTCHA],[class*=recaptcha],.grecaptcha-badge){align-self:center;grid-column:1/2!important;justify-self:start;margin:0!important}:where(.hscf-Renderer,.hsfc-Renderer,.hscf-Form,.hsfc-Form) :is(.hsfc-Step__Content,.hscf-Step__Content,[class*=Step__Content]) :has(:is(.hsfc-NavigationRow,.hscf-NavigationRow,[class*=NavigationRow],[data-hsfc-id=NavigationRow])) :has(iframe[src*=recaptcha],iframe[title*=reCAPTCHA],[class*=recaptcha],.grecaptcha-badge)>:is(.hsfc-NavigationRow,.hscf-NavigationRow,[class*=NavigationRow],[data-hsfc-id=NavigationRow]){align-self:center;grid-column:2/3!important;justify-self:end;margin-top:0!important;padding-top:0!important;width:100%!important}:where(.hscf-Renderer,.hsfc-Renderer,.hscf-Form,.hsfc-Form) :is(button[type=submit],input[type=submit]){margin-top:0!important}}}:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]){color:var(--ndf-text);max-width:100%}:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]),:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]) *{box-sizing:border-box}:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]) fieldset{border:0;margin:0 0 var(--ndf-space-5);min-width:0;padding:0}:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]) fieldset.form-columns-2,:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]) fieldset.form-columns-3{display:flex;gap:var(--ndf-space-8)}:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]) fieldset.form-columns-2 .hs-form-field,:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]) fieldset.form-columns-3 .hs-form-field{flex:1 1 0;float:none!important;min-width:0;width:auto!important}@media (max-width:1023px){:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]) fieldset.form-columns-2,:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]) fieldset.form-columns-3{display:block}}:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]) .hs-form-field{margin-bottom:var(--ndf-space-5)}:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]) .hs-form-field>label{color:var(--ndf-text);display:block;font-size:var(--ndf-font-size-sm);font-weight:var(--ndf-font-weight-medium);line-height:1.35;margin-bottom:var(--ndf-space-2)}:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]) :is(input.hs-input,textarea.hs-input,select.hs-input):not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=hidden]):not([type=file]){appearance:none;-webkit-appearance:none;backdrop-filter:blur(var(--ndf-blur-2xl));-webkit-backdrop-filter:blur(var(--ndf-blur-2xl));background-color:var(--ndf-surface-frozen);border:0;border-radius:var(--ndf-radius-md);box-shadow:var(--ndf-shadow-frozen);color:var(--ndf-text);display:block;font-family:inherit;font-size:var(--ndf-font-size-base);line-height:1.4;max-width:100%;padding:var(--ndf-space-3) var(--ndf-space-4);transition:background-color .2s ease,box-shadow .2s ease;width:100%}:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]) :is(input.hs-input,textarea.hs-input)::placeholder{color:var(--ndf-placeholder);opacity:1}:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]) :is(input.hs-input,textarea.hs-input,select.hs-input):focus{background-color:var(--ndf-surface-frozen-focus);outline:none}:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]) :is(input.hs-input,textarea.hs-input,select.hs-input):focus-visible{outline:2px solid var(--ndf-brand);outline-offset:2px}:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]) textarea.hs-input{min-height:180px;resize:vertical}:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]) select.hs-input{background-image:linear-gradient(45deg,transparent 50%,var(--ndf-text) 50%),linear-gradient(135deg,var(--ndf-text) 50%,transparent 50%);background-position:calc(100% - var(--ndf-space-4)) 50%,calc(100% - var(--ndf-space-4) + 6px) 50%;background-repeat:no-repeat;background-size:6px 6px,6px 6px;padding-right:calc(var(--ndf-space-4) + var(--ndf-control-20))}:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]) .inputs-list{list-style:none;margin:0;max-width:100%;padding:0}:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]) .inputs-list .hs-form-radio{display:inline-flex;margin-bottom:var(--ndf-space-3);margin-right:var(--ndf-space-8)}@media (max-width:1023px){:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]) .inputs-list .hs-form-radio{display:flex;margin-right:0}}:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]) .inputs-list .hs-form-checkbox{display:block;margin-top:var(--ndf-space-3)}:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]) :is(label.hs-form-checkbox-display,label.hs-form-booleancheckbox-display,label.hs-form-radio-display){font-size:var(--ndf-font-size-base);position:relative}:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]) :is(label.hs-form-checkbox-display,label.hs-form-booleancheckbox-display){align-items:flex-start}:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]) :is(label.hs-form-checkbox-display input[type=checkbox],label.hs-form-booleancheckbox-display input[type=checkbox],label.hs-form-radio-display input[type=radio]){height:1px;margin:0;opacity:0;pointer-events:none;position:absolute;width:1px}:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]) :is(label.hs-form-checkbox-display>span,label.hs-form-booleancheckbox-display>span,label.hs-form-radio-display>span){display:inline-block;max-width:100%;overflow-wrap:anywhere;padding-left:calc(var(--ndf-control-20) + var(--ndf-space-3));position:relative;white-space:normal;word-break:break-word}:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]) :is(label.hs-form-checkbox-display>span p,label.hs-form-booleancheckbox-display>span p,label.hs-form-radio-display>span p){margin:0}:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]) :is(label.hs-form-checkbox-display>span:before,label.hs-form-booleancheckbox-display>span:before){backdrop-filter:blur(var(--ndf-blur-sm));-webkit-backdrop-filter:blur(var(--ndf-blur-sm));background-color:var(--ndf-control-bg);border:2px solid var(--ndf-control-border);border-radius:calc(var(--ndf-radius-md) - .125rem);box-shadow:0 1px 2px rgba(0,0,0,.08);box-sizing:border-box;content:"";height:var(--ndf-control-20);left:0;position:absolute;top:.125rem;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease;width:var(--ndf-control-20)}:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]) :is(label.hs-form-checkbox-display>span:after,label.hs-form-booleancheckbox-display>span:after){border-bottom:2px solid var(--ndf-white);border-right:2px solid var(--ndf-white);content:"";height:.55rem;left:.42rem;opacity:0;position:absolute;top:.4rem;transform:rotate(45deg);transition:opacity .2s ease;width:.3rem}:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]) :is(label.hs-form-checkbox-display:hover>span:before,label.hs-form-booleancheckbox-display:hover>span:before){background-color:var(--ndf-control-bg-hover);border-color:var(--ndf-control-border-hover);box-shadow:0 2px 6px rgba(0,0,0,.1)}:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]) :is(label.hs-form-checkbox-display input[type=checkbox]:checked+span:before,label.hs-form-booleancheckbox-display input[type=checkbox]:checked+span:before){background-color:var(--ndf-text);border-color:var(--ndf-text)}:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]) :is(label.hs-form-checkbox-display input[type=checkbox]:checked+span:after,label.hs-form-booleancheckbox-display input[type=checkbox]:checked+span:after){opacity:1}:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]) :is(label.hs-form-checkbox-display input[type=checkbox]:focus-visible+span:before,label.hs-form-booleancheckbox-display input[type=checkbox]:focus-visible+span:before){outline:2px solid var(--ndf-brand);outline-offset:2px}:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]) label.hs-form-radio-display>span:before{backdrop-filter:blur(var(--ndf-blur-sm));-webkit-backdrop-filter:blur(var(--ndf-blur-sm));background-color:var(--ndf-control-bg);border:2px solid var(--ndf-control-border);border-radius:var(--ndf-radius-pill);box-shadow:0 1px 2px rgba(0,0,0,.08);box-sizing:border-box;content:"";height:var(--ndf-control-20);left:0;position:absolute;top:.05rem;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease;width:var(--ndf-control-20)}:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]) label.hs-form-radio-display>span:after{background:transparent;border-radius:var(--ndf-radius-pill);content:"";height:.55rem;left:.36rem;position:absolute;top:.41rem;transition:background .2s ease;width:.55rem}:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]) label.hs-form-radio-display:hover>span:before{background-color:var(--ndf-control-bg-hover);border-color:var(--ndf-control-border-hover);box-shadow:0 2px 6px rgba(0,0,0,.1)}:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]) label.hs-form-radio-display input[type=radio]:checked+span:before{background-color:var(--ndf-text);border-color:var(--ndf-text)}:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]) label.hs-form-radio-display input[type=radio]:checked+span:after{background:var(--ndf-white)}:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]) label.hs-form-radio-display input[type=radio]:focus-visible+span:before{outline:2px solid var(--ndf-brand);outline-offset:2px}:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]) :is(input[type=submit],button.hs-button,.hs-button.primary,.hs-button){background-color:var(--ndf-text);border:0;border-radius:var(--ndf-radius-pill);box-shadow:var(--ndf-shadow-cta);color:var(--ndf-white);cursor:pointer;font-family:inherit;font-size:var(--ndf-font-size-lg);font-weight:var(--ndf-font-weight-medium);margin-top:var(--ndf-space-4);max-width:100%;padding:var(--ndf-space-4) var(--ndf-space-8);transition:background-color .2s ease,color .2s ease,opacity .2s ease;width:100%}:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]) :is(input[type=submit],button.hs-button,.hs-button.primary,.hs-button):hover{background-color:var(--ndf-brand);color:var(--ndf-text)}:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]) :is(input[type=submit],button.hs-button):disabled,:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]) :is(input[type=submit],button.hs-button)[disabled]{cursor:not-allowed;opacity:.5}:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]) .hs-error-msgs{list-style:none;margin:var(--ndf-space-2) 0 0;padding:0}:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]) .hs-error-msg{color:var(--ndf-danger);font-size:var(--ndf-font-size-sm);line-height:1.35}:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]) a{color:var(--ndf-brand);text-decoration:none}:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]) a:hover{text-decoration:underline}@supports selector(:has(*)){@media (min-width:1024px){:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]):has(>.hs-recaptcha):has(>.hs_submit),:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]):has(>.hs_recaptcha):has(>.hs_submit){align-items:center;column-gap:var(--ndf-space-8);display:grid!important;grid-template-columns:minmax(304px,1fr) minmax(260px,520px);row-gap:var(--ndf-space-5)}:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]):has(>.hs-recaptcha):has(>.hs_submit)>*,:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]):has(>.hs_recaptcha):has(>.hs_submit)>*{grid-column:1/-1}:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]):has(>.hs-recaptcha):has(>.hs_submit)>.hs-recaptcha,:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]):has(>.hs_recaptcha):has(>.hs_submit)>.hs_recaptcha{align-self:center;grid-column:1/2;justify-self:start;margin:0!important}:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]):has(>.hs-recaptcha):has(>.hs_submit)>.hs_submit,:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]):has(>.hs_recaptcha):has(>.hs_submit)>.hs_submit{align-self:center;grid-column:2/3;justify-self:end;margin:0!important}:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]):has(>.hs-recaptcha):has(>.hs_submit)>.hs_submit :is(input[type=submit],button),:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]):has(>.hs_recaptcha):has(>.hs_submit)>.hs_submit :is(input[type=submit],button){margin-top:0!important;width:100%}}}@media (max-width:1023px){.footer-module :where(.hs-form-html,.hsfc-Renderer,.hscf-Renderer,.hsfc-FormWrapper,.hscf-FormWrapper,.hsfc-Form,.hscf-Form,.hsfc-Step,.hscf-Step,.hsfc-Step__Content,.hscf-Step__Content,form,fieldset,.hs-form,form.hs-form-private){box-sizing:border-box!important;margin-left:0!important;margin-right:0!important;max-width:100%!important;min-width:0!important;transform:none!important;width:100%!important}.footer-module :where(.hsfc-Row,.hscf-Row,[class*=Row],fieldset.form-columns-2,fieldset.form-columns-3){flex-direction:column!important;grid-template-columns:1fr!important;max-width:100%!important;min-width:0!important;width:100%!important}.footer-module :where(.hs_submit,.actions,.hs-form-actions,.hsfc-NavigationRow,.hscf-NavigationRow,[class*=NavigationRow],[data-hsfc-id=NavigationRow],[class*=Submit],[class*=Actions]){inset:auto!important;bottom:auto!important;display:block!important;float:none!important;left:auto!important;margin:0!important;max-width:100%!important;min-width:0!important;padding:0!important;position:static!important;right:auto!important;top:auto!important;transform:none!important;width:100%!important}.footer-module :where(input[type=submit],button[type=submit],.hs-button,button.hs-button){box-sizing:border-box!important;display:block!important;inset:auto!important;margin-top:var(--ndf-space-4)!important;max-width:100%!important;position:static!important;transform:none!important;width:100%!important}.footer-module :where(.hsfc-RichText,.hscf-RichText,[class*=RichText],p,a,span,small){max-width:100%!important;overflow-wrap:anywhere!important;white-space:normal!important;word-break:break-word!important}.footer-module :where(input[type=email],input[type=text],input[type=tel],input[type=url],textarea,select){font-size:16px!important;max-width:100%!important}}:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]) :is(label.hs-form-checkbox-display,label.hs-form-booleancheckbox-display,label.hs-form-radio-display){align-items:flex-start;color:var(--ndf-text);cursor:pointer;display:flex;gap:var(--ndf-space-3);line-height:1.375}:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]) label.hs-form-radio-display{align-items:center}:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]) :is(label.hs-form-checkbox-display>span,label.hs-form-booleancheckbox-display>span,label.hs-form-radio-display>span){padding-left:0!important}:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]) :is(label.hs-form-checkbox-display>span:before,label.hs-form-booleancheckbox-display>span:before,label.hs-form-radio-display>span:before,label.hs-form-checkbox-display>span:after,label.hs-form-booleancheckbox-display>span:after,label.hs-form-radio-display>span:after){content:none!important}:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]) :is(label.hs-form-checkbox-display input[type=checkbox],label.hs-form-booleancheckbox-display input[type=checkbox],label.hs-form-radio-display input[type=radio]){height:var(--ndf-control-20)!important;margin:2px 0 0!important;opacity:1!important;pointer-events:auto!important;position:static!important;width:var(--ndf-control-20)!important}:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]) :is(label.hs-form-checkbox-display input[type=checkbox],label.hs-form-booleancheckbox-display input[type=checkbox],label.hs-form-radio-display input[type=radio]){-webkit-appearance:none;appearance:none;backdrop-filter:blur(var(--ndf-blur-sm));-webkit-backdrop-filter:blur(var(--ndf-blur-sm));background-color:var(--ndf-control-bg);border:2px solid var(--ndf-control-border);border-radius:calc(var(--ndf-radius-md) - .125rem);box-shadow:0 1px 2px rgba(0,0,0,.08);box-sizing:border-box;cursor:pointer;display:inline-grid;flex:0 0 var(--ndf-control-20);place-content:center;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease}:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]) label.hs-form-radio-display input[type=radio]{border-radius:var(--ndf-radius-pill)}:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]) :is(label.hs-form-checkbox-display input[type=checkbox]:hover,label.hs-form-booleancheckbox-display input[type=checkbox]:hover,label.hs-form-radio-display input[type=radio]:hover){background-color:var(--ndf-control-bg-hover);border-color:var(--ndf-control-border-hover);box-shadow:0 2px 6px rgba(0,0,0,.1)}:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]) :is(label.hs-form-checkbox-display input[type=checkbox]:focus-visible,label.hs-form-booleancheckbox-display input[type=checkbox]:focus-visible,label.hs-form-radio-display input[type=radio]:focus-visible){outline:2px solid var(--ndf-brand);outline-offset:2px}:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]) :is(label.hs-form-checkbox-display input[type=checkbox]:disabled,label.hs-form-booleancheckbox-display input[type=checkbox]:disabled,label.hs-form-radio-display input[type=radio]:disabled){cursor:not-allowed;opacity:.5}:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]) :is(label.hs-form-checkbox-display input[type=checkbox]:checked,label.hs-form-booleancheckbox-display input[type=checkbox]:checked){background-color:var(--ndf-text);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m3.2 8.4 3 3 6.6-6.6'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:12px 12px;border-color:var(--ndf-text)}:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]) label.hs-form-radio-display input[type=radio]:checked{background-color:var(--ndf-text);background-image:radial-gradient(circle at center,var(--ndf-white) 0 35%,transparent 36%);border-color:var(--ndf-text)}:where(.hs-form,form.hs-form-private,form[id^=hsForm_],form[class*=hsForm_]) :is(label.hs-form-checkbox-display .hs-form-required,label.hs-form-booleancheckbox-display .hs-form-required,label.hs-form-radio-display .hs-form-required){color:var(--ndf-danger);margin-left:4px}