.form-module__wrapper{overflow:hidden}@media(min-width:991px){form{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center;gap:0 20px}}form .hs-submit{margin-top:40px;display:flex;justify-content:center;align-items:center}@media(min-width:991px){form .hs-submit{width:100%}}form .hs-submit input{background:#fcb54d;border:0;font-size:16px;height:38px;line-height:1;padding:5px 25px;font-weight:400;text-transform:uppercase;color:#45157e;transition:all 300ms ease-in;cursor:pointer}form .hs-submit input:hover{background:#45157e;color:#fcb54d}form .hs-form-field:not(.hs-fieldtype-radio)>label{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}@media(min-width:991px){form>fieldset{max-width:100%;flex-basis:100%;max-width:100% !important}form>fieldset .hs-fieldtype-textarea{padding-bottom:15px !important}}form .hs-form-field{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}@media(min-width:991px){form .hs-form-field{max-width:50%;flex-basis:calc(50% - 20px)}form .hs-form-field.hs-fieldtype-textarea{flex-basis:100%;max-width:100%}}form .hs-form-field>label{padding:10px 0 15px}form .hs-form-field>label>span{font-size:16px !important}form .hs-form-field>legend{flex-basis:100%;order:3}form .hs-form-field>.input{flex-basis:100%;order:2}form .hs-form-field.hs-fieldtype-textarea{padding-bottom:25px}@media(min-width:991px){form .hs-form-field.hs-fieldtype-textarea{padding-bottom:0}form .hs-form-field>label>span{font-size:14px !important}}form .hs-form-field.hs-fieldtype-textarea legend{text-align:center;color:#000;font-size:16px;font-weight:400;font-style:italic;margin-top:4px;letter-spacing:.03em}.hs-error-msg{display:block;padding:10px 0 !important}@media(min-width:991px){form .hs-form-field.hs-fieldtype-textarea legend{text-align:right;width:250px !important;max-width:250px;margin:4px 0 0 auto;color:#bcbcbc;padding:5px 0}form .hs-form-field.hs-fieldtype-textarea legend{font-size:10px}}form .hs-form-field.hs-fieldtype-booleancheckbox label,form .hs-form-field.hs-fieldtype-radio label{display:flex;justify-content:flex-start;align-items:center}form .hs-form-field.hs-fieldtype-booleancheckbox label input,form .hs-form-field.hs-fieldtype-radio label input{height:26px !important;width:26px !important;border-radius:0;margin-right:15px;color:red}form .hs-form-field.hs-fieldtype-booleancheckbox label span,form .hs-form-field.hs-fieldtype-radio label span{font-size:16px}@media(min-width:991px){form .hs-form-field.hs-fieldtype-booleancheckbox label span,form .hs-form-field.hs-fieldtype-radio label span{font-size:12px}}form .hs-form-field.hs-fieldtype-booleancheckbox{padding-bottom:10px}form .hs-form-field.hs-fieldtype-radio li{padding-bottom:10px}form .hs-form-field.hs-fieldtype-radio input{background:inherit;border-radius:50% !important;position:relative;position:relative}form .hs-form-field.hs-fieldtype-radio input:after{z-index:-1;position:absolute;content:"";box-shadow:0 4px 15px rgba(0,0,0,0.1);width:26px;height:26px;border-radius:50%}form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),form select,form textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;font:inherit;display:block;background:#fff;border:1px solid #bcbcbc;height:40px;width:100% !important;box-shadow:0 4px 15px rgba(0,0,0,0.1);box-sizing:border-box;padding:0 10px;color:#6a6a6a;font-weight:400;margin-top:10px;border-radius:0}form select{margin-right:100px}form textarea{height:170px;width:100% !important;padding:10px}form input:not([type="radio"]){border-radius:0}form select{border-radius:0;-moz-appearance:none;-webkit-appearance:none;appearance:none}