.hs-form{flex-direction:column;align-items:center;width:100%;display:flex}.hs-form input:not([type=submit],[type=radio],[type=checkbox]),.hs-form select{background:var(--White,#fff);height:40px;color:var(--Dark,#344767);border:1px solid #d2d6da;border-radius:8px;width:100%;margin-top:4px;padding:8px;font-family:Helvetica;font-size:14px;font-style:normal;font-weight:400;line-height:24px;display:flex}.hs-form textarea{background:var(--White,#fff);color:var(--Dark,#344767);border:1px solid #d2d6da;border-radius:8px;width:100%;min-height:96px;margin-top:4px;padding:8px;font-family:Helvetica;font-size:14px;font-style:normal;font-weight:400;line-height:24px}.hs-form textarea:focus{border-color:#35d1f5;outline:none;box-shadow:0 0 5px #81e3f9}.hs-form ul.inputs-list{flex-direction:column;gap:8px;margin:4px 0 0;padding:0 0 0 8px;list-style:none;display:flex}.hs-form ul.inputs-list li{margin:0}.hs-form .hs-form-radio label,.hs-form .hs-form-booleancheckbox label,.hs-form .hs-form-checkbox label{cursor:pointer;align-items:center;gap:8px;margin:0;padding:0;font-weight:400;display:inline-flex}.hs-form input[type=radio],.hs-form input[type=checkbox]{accent-color:#673de7;cursor:pointer;flex-shrink:0;width:16px;height:16px;margin:0}.hs-form input:not([type=submit],[type=radio],[type=checkbox]):focus,.hs-form select:focus{border-color:#35d1f5;outline:none;box-shadow:0 0 5px #81e3f9}.hs-form input:not([type=submit],[type=radio],[type=checkbox]).error,.hs-form select.error{box-shadow:none;border-color:#fd5c70}.hs-form input:not([type=submit],[type=radio],[type=checkbox]).success,.hs-form select.success{border-color:#66d432}.hs-form-field{color:var(--Dark,#344767);width:100%;margin-bottom:16px;font-family:Helvetica;font-size:12px;font-style:normal;font-weight:700;line-height:16px}.hs-form label{margin-bottom:8px;padding-left:8px;display:block}.hs-form .hs-field-desc{color:#67748e;margin:0 0 8px;padding:0 8px;font-family:Helvetica;font-size:12px;font-style:normal;font-weight:400;line-height:16px;display:block}.hs-error-msgs{color:#ea0606;margin-top:8px;font-family:Helvetica;font-size:12px;font-style:normal;font-weight:400;line-height:16px;list-style:none}.hs-button{background:var(--Primary,#673de7);min-height:40px;color:var(--Body,#fff);cursor:pointer;text-align:center;border:none;border-radius:8px;margin-top:8px;margin-bottom:8px;padding:12px 24px;font-family:Helvetica;font-size:16px;font-style:normal;font-weight:700;line-height:24px;text-decoration:none;transition:background-color .3s,box-shadow .3s;display:inline-block;box-shadow:0 1px 2px #252f401a,0 2px 6px #0000000f}.hs-button:hover{background-color:var(--PrimariryFocus,#673de7)}.hs-button:focus{box-shadow:0 4px 6px #0003}.hs-button:active,.hs-button:active:focus,.hs-button:active:hover{opacity:.85;box-shadow:0 4px 6px #0003}
