.openxchange-form .openxchange-form_content-wrapper{border-radius:24px;box-shadow:0 0 25px 0 rgba(17,26,87,.05);padding:60px 24px 40px}@media (max-width:767px){.openxchange-form .openxchange-form_content-wrapper{padding:32px 24px}}.openxchange-form .hs-form{display:flex;flex-direction:column;gap:20px}.openxchange-form .hs-form .hs-form-field>label,.openxchange-form .hs-form label{font-size:16px;font-style:normal;font-weight:600;line-height:normal}.openxchange-form .hs-form .hs-form-field{margin-bottom:20px}.openxchange-form .hs-form label .hs-form-required{color:var(--dark);margin-left:2px}.openxchange-form .hs-form input[type=email],.openxchange-form .hs-form input[type=number],.openxchange-form .hs-form input[type=tel],.openxchange-form .hs-form input[type=text],.openxchange-form .hs-form select,.openxchange-form .hs-form textarea{appearance:none;background:var(--white);border:1px solid #c6c5d0;border-radius:8px;box-sizing:border-box;color:#1a1a2e;font-size:.875rem;outline:none;padding:16px 12px;transition:border-color .18s ease,box-shadow .18s ease;width:100%}.openxchange-form .hs-form input:focus,.openxchange-form .hs-form select:focus,.openxchange-form .hs-form textarea:focus{border-color:var(--secondary);box-shadow:0 0 0 3px rgba(79,82,200,.1)}.openxchange-form .hs-form textarea{line-height:1.5;min-height:100px;resize:none}.openxchange-form .hs-form .inputs-list{list-style:none;margin:0;padding:0}.openxchange-form .hs-form .inputs-list li label{align-items:center;cursor:pointer;display:flex;font-size:16px;font-style:normal;font-weight:400;gap:8px;line-height:28px;margin-bottom:0}.openxchange-form .hs-form .inputs-list input[type=checkbox]{appearance:none;aspect-ratio:1/1;background:#fff;border:2px solid var(--gray);border-radius:4px;cursor:pointer;height:18px;min-width:18px;position:relative;transition:background .15s ease,border-color .15s ease;width:18px}.openxchange-form .hs-form .inputs-list input[type=checkbox]:checked{background:var(--secondary);border-color:var(--secondary)}.openxchange-form .hs-form .inputs-list input[type=checkbox]:checked:after{border:2px solid #fff;border-left:none;border-top:none;content:"";height:9px;left:5px;position:absolute;top:2px;transform:rotate(45deg);width:5px}.openxchange-form .hs-form textarea.invalid.error{background:#ffcdbf!important;border-color:#ff695b!important}.openxchange-form .hs-form .hs-richtext p{font-size:14px;font-style:normal;font-weight:400;line-height:21px}.openxchange-form .hs-form .hs-submit input[type=submit],.openxchange-form .hs-form input[type=submit]{margin:0}.openxchange-form .hs-form .inputs-list input[type=radio]{appearance:none;aspect-ratio:1/1;background:#fff;border:2px solid var(--gray);border-radius:50%;box-sizing:border-box;cursor:pointer;flex-shrink:0;height:18px;margin:0;min-height:18px;min-width:18px;position:relative;transition:border-color .15s ease;width:18px}.openxchange-form .hs-form .inputs-list input[type=radio]:checked{border-color:#0075ff}.openxchange-form .hs-form .inputs-list input[type=radio]:checked:after{background-color:#0075ff;border-radius:50%;content:"";height:10px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:10px}.openxchange-form .hs-form .hs_submit{margin-top:10px}