:root{--font-family:"Rakuten Sans",Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,"Noto Sans";--white:#fff;--text:#101828;--muted:#667085;--border:#d0d5dd;--focus:#053ace;--focus-ring:rgba(5,58,206,.25);--error:#dc2626;--orange-1:#8529cd}#hs-form .hs-richtext{margin-top:16px;margin-bottom:20px;word-break:break-word;font-family:"Rakuten Sans Variable"}#hs-form .hs-form{color:var(--text);background:var(--white)}#hs-form .hs-form-field{margin-bottom:1.25rem}#hs-form h2,#hs-form h3,#hs-form .hs-form__title{font-family:"Rakuten Sans Black",var(--font-family);font-weight:700;font-size:2rem;letter-spacing:-0.5px;text-align:center;margin:0 0 28px}#hs-form label.hs-form-label{font-family:"Rakuten Sans Regular",var(--font-family);font-size:16px;font-weight:600;color:var(--text);display:block;margin-bottom:8px}#hs-form .hs-form-required{color:var(--error);margin-left:4px;font-weight:700}#hs-form select[aria-hidden="true"][data-select2-id]{position:absolute!important;left:-100000px!important;width:1px!important;height:1px!important;padding:0!important;margin:0!important;border:0!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;overflow:hidden!important}#hs-form select:not([aria-hidden="true"])[name="location"]{height:44px;line-height:44px;padding:0 42px 0 14px;border:1px solid #d0d5dd;border-radius:8px}#hs-form select[name="location"]:not(.select2-hidden-accessible){height:44px;line-height:44px;padding:0 42px 0 14px;border:1px solid #d0d5dd;border-radius:8px}#hs-form select:not(.select2-hidden-accessible){padding-right:42px}#hs-form .select2-container .select2-selection--single{height:44px;border:1px solid #d0d5dd;border-radius:8px;padding:0 40px 0 14px;display:flex;align-items:center;font-family:inherit;font-size:0.95rem;color:#101828}#hs-form .select2-container .select2-selection__rendered{line-height:44px}#hs-form .select2-container .select2-selection__arrow{right:12px;width:18px;height:100%}#hs-form .select2-container .select2-selection__arrow b{border:none;width:18px;height:18px;margin-top:0;background-image:url("image/svg+xml;utf8,<svgxmlns='http://www.w3.org/2000/svg'width='18'height='18'viewBox='002424'fill='none'><pathd='M710l555-5'stroke='%23101828'stroke-width='2'stroke-linecap='round'stroke-linejoin='round'/></svg>");background-repeat:no-repeat;background-position:center;background-size:18px}#hs-form .select2-dropdown{background:#fff;border:1px solid #d0d5dd;border-radius:8px;overflow:hidden;font-family:"Rakuten Sans",Inter,system-ui;font-size:0.95rem;color:#101828}#hs-form .select2-results__option{padding:10px 12px}#hs-form .select2-results__option--highlighted{background:#eef2ff;color:#101828}#hs-form .hs-input:not([type="checkbox"]):not([type="radio"]),#hs-form input[type="text"],#hs-form input[type="email"],#hs-form input[type="tel"],#hs-form input[type="number"],#hs-form textarea,#hs-form select{width:100%;background:var(--white);color:var(--text);border:1px solid var(--border);border-radius:8px;padding:11px 16px;font-size:0.95rem;outline:none;box-shadow:none;appearance:none;transition:border-color .15s,box-shadow .15s,background .15s;line-height:1.3}#hs-form input{height:44px}#hs-form ::placeholder{color:var(--muted)}#hs-form .hs-input:focus,#hs-form textarea:focus,#hs-form select:focus{background:var(--white);border-color:var(--focus);box-shadow:0 0 0 3px var(--focus-ring)}#hs-form fieldset.form-columns-2{display:flex!important;gap:2.2%;padding:0;border:0;margin:0 0 4px}#hs-form .hs_firstname,#hs-form .hs_lastname{width:49%!important}#hs-form .inputs-list.multi-container{list-style:none;padding:0;margin:0;background:transparent!important;border:0!important;box-shadow:none!important}#hs-form .inputs-list.multi-container li{display:flex;align-items:center;gap:10px;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;min-height:0!important}#hs-form .inputs-list.multi-container li label{display:inline-flex;align-items:center;gap:10px;margin:0;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}#hs-form .inputs-list.multi-container li:focus-within,#hs-form .inputs-list.multi-container label:focus-within{outline:none!important;box-shadow:none!important}#hs-form input[type="checkbox"]{width:18px;height:18px;margin:0;vertical-align:middle;background:#fff;border:1px solid var(--border);border-radius:4px;box-shadow:none;accent-color:var(--orange-1)}#hs-form input[type="checkbox"].hs-input:focus,#hs-form input[type="checkbox"]:focus,#hs-form input[type="checkbox"]:focus-visible,#hs-form input[type="radio"].hs-input:focus,#hs-form input[type="radio"]:focus,#hs-form input[type="radio"]:focus-visible{outline:none!important;box-shadow:none!important;border-color:var(--border)!important}#hs-form .hs-fieldtype-intl-phone .input{display:flex;gap:12px;align-items:center}#hs-form .hs-fieldtype-intl-phone select{flex:0 0 140px;height:44px}#hs-form .hs-fieldtype-intl-phone input[type="tel"]{flex:1 1 auto;height:44px}#hs-form .hs-button.primary,#hs-form input.hs-button.primary,#hs-form .hs-submit .actions input[type="submit"]{width:100%;background:#053ace;color:#fff;border:0;border-radius:4px;font-family:"Rakuten Sans Regular",var(--font-family);font-size:16px;font-weight:700;cursor:pointer;margin-top:24px;transition:background .15s ease}#hs-form .hs-button.primary:hover{background:#032ea6}#hs-form .hs-form-field.error,#hs-form .hs-form-field.error label{border:0!important;box-shadow:none!important;background:transparent!important}#hs-form .hs-form-field.error input[type="text"],#hs-form .hs-form-field.error input[type="email"],#hs-form .hs-form-field.error input[type="tel"],#hs-form .hs-form-field.error textarea,#hs-form .hs-form-field.error select,#hs-form .hs-input.error,#hs-form .hs-input.invalid.error,#hs-form .hs-input[aria-invalid="true"]{border-color:var(--error)!important;box-shadow:0 0 0 3px rgba(220,38,38,.15)!important;background:#fff!important}#hs-form .hs-form-field.error input[type="checkbox"],#hs-form .hs-form-field.error input[type="radio"],#hs-form input[type="hidden"].hs-input{border-color:#ced4da!important;box-shadow:none!important;background:transparent!important}#hs-form ul.hs-error-msgs{list-style:none;margin:8px 0 0;padding-left:0}#hs-form ul.hs-error-msgs li,#hs-form .hs-error-msg{list-style:none;margin:0;padding:0;color:var(--error)}@media (max-width:767px){#hs-form fieldset.form-columns-2{flex-direction:column;gap:0}#hs-form .hs_firstname,#hs-form .hs_lastname{width:100%!important}}hs-fieldtype-intl-phone.hs-input,.hs-fieldtype-intl-phone{border:0!important;padding:0!important;margin:0!important;background:transparent!important;box-shadow:none!important;border-radius:0!important}.hs-fieldtype-intl-phone fieldset{border:0!important;padding:0!important;margin:0!important;min-inline-size:0!important;background:transparent!important;border-radius:0!important}.hs-fieldtype-intl-phone legend{display:contents;padding:0!important;margin:0!important;height:0!important}.hs-fieldtype-intl-phone .inputs-list,.hs-fieldtype-intl-phone .field,.hs-fieldtype-intl-phone .input{display:flex;align-items:center;gap:12px;background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;margin:0!important}.hs-fieldtype-intl-phone select{flex:0 0 220px;height:44px;background:#fff;color:var(--text);border:1px solid var(--border);border-radius:8px}.hs-fieldtype-intl-phone input[type="tel"]{flex:1 1 auto;height:44px;background:#fff;color:var(--text);border:1px solid var(--border);border-radius:8px}.hs-fieldtype-intl-phone input[type="tel"]:focus,.hs-fieldtype-intl-phone select:focus{border-color:var(--focus);box-shadow:0 0 0 3px var(--focus-ring)}#hs-form .hs_select_product .input>ul.inputs-list.multi-container{display:flex!important;flex-direction:column!important;gap:2px!important;margin:0!important;padding:0!important}#hs-form .hs_select_product .input>ul.inputs-list.multi-container>li.hs-form-checkbox{margin:0!important;padding:0!important;line-height:1!important}#hs-form .hs_select_product .input>ul.inputs-list.multi-container>li.hs-form-checkbox>label.hs-form-checkbox-display{display:inline-flex!important;align-items:center!important;gap:8px!important;margin:0!important;padding:0!important;font-size:0.95rem!important;line-height:1.1!important}#hs-form .hs_select_product .input>ul.inputs-list.multi-container input[type="checkbox"]{width:18px;height:18px;margin:0!important}#hs-form .hs_select_product .input{margin:0!important}#hs-form .hs_select_product ul.hs-error-msgs{margin-top:6px!important}#hs-form select[name="location"].invalid.error + .select2 .select2-selection--single{border-color:var(--error)!important;box-shadow:0 0 0 3px rgba(220,38,38,.15)!important;background:#fff!important}#hs-form select[name="location"].invalid.error{border-color:var(--error)!important;box-shadow:0 0 0 3px rgba(220,38,38,.15)!important;background:#fff!important}#hs-form .hs_select_product .input:has(>ul.inputs-list.multi-container.invalid.error),#hs-form .hs-select_product .input:has(>ul.inputs-list.multi-container.invalid.error){border:1px solid var(--error)!important;border-radius:8px!important;padding:10px 12px!important;box-shadow:0 0 0 3px rgba(220,38,38,.15)!important;background:#fff!important}#hs-form .hs_select_product .input.has-error,#hs-form .hs-select_product .input.has-error{border:1px solid var(--error)!important;border-radius:8px!important;padding:10px 12px!important;box-shadow:0 0 0 3px rgba(220,38,38,.15)!important;background:#fff!important}#hs-footer-subscribe .hs-inline-subscribe{display:flex;align-items:stretch;gap:4px}#hs-footer-subscribe .hs-inline-subscribe input[type="email"].hs-input{height:48px;flex:1 1 0%;width:0%;max-width:none!important;background:#0b0b0e;color:#e5e7eb;border:1px solid #3a3a40;border-radius:4px;padding:0 14px}#hs-footer-subscribe input[type="email"].hs-input.invalid.error,#hs-footer-subscribe input[type="email"].hs-input[aria-invalid="true"]{border-color:#dc2626!important;box-shadow:0 0 0 3px rgba(220,38,38,.15)!important;background:#0b0b0e!important}#hs-footer-subscribe .hs_email ul.hs-error-msgs{margin:6px 0 0;padding-left:0;list-style:none;color:#dc2626}#hs-footer-subscribe .hs_email .hs-error-msg{color:#dc2626}#hs-footer-subscribe .hs_error_rollup,#hs-footer-subscribe .hs_error_rollup ul.hs-error-msgs{display:none!important}#hs-footer-subscribe .hs-inline-subscribe .actions input[type="submit"]{height:48px;border-radius:4px;white-space:nowrap}#hs-footer-subscribe .hs_email,#hs-footer-subscribe .hs_submit{margin:0!important}#hs-footer-subscribe .hbspt-form{margin:0}@media (max-width:576px){#hs-footer-subscribe .hs-inline-subscribe{flex-direction:column}#hs-footer-subscribe .hs-inline-subscribe input[type="email"].hs-input{flex:0 1 auto;height:48px;min-width:100%}#hs-footer-subscribe .hs-inline-subscribe .actions input[type="submit"]{width:100%;height:48px}}#pop-in-success{margin-top:6px}#pop-in-success img{height:20px;width:20px;vertical-align:middle;margin-right:8px}#pop-in-success .subs-success{line-height:1.2}