.form-wrapper form{background-color:var(--form-background-color);margin-bottom:var(--standard-margin);padding:var(--form-padding);width:var(--form-width)}@media(min-width:768px){.form-wrapper form{padding:var(--form-padding-desktop)}}.form-wrapper label{font-size:var(--label-font-size);font-weight:var(--label-font-weight);margin-bottom:var(--label-margin-bottom)}.form-wrapper .hs-form-field{margin:0 0 var(--standard-margin)}.form-wrapper input,.form-wrapper select{background:var(--input-background-color);border:var(--input-border);color:var(--input-font-color);padding:var(--input-padding);width:var(--input-width)}.form-wrapper input[type=email]::placeholder,.form-wrapper input[type=file]::placeholder,.form-wrapper input[type=number]::placeholder,.form-wrapper input[type=password]::placeholder,.form-wrapper input[type=search]::placeholder,.form-wrapper input[type=tel]::placeholder,.form-wrapper input[type=text]::placeholder,.form-wrapper select::placeholder,.form-wrapper textarea::placeholder{color:var(--input-placeholder-color)}.form-wrapper input[type=email]::-moz-placeholder,.form-wrapper input[type=file]::-moz-placeholder,.form-wrapper input[type=number]::-moz-placeholder,.form-wrapper input[type=password]::-moz-placeholder,.form-wrapper input[type=search]::-moz-placeholder,.form-wrapper input[type=tel]::-moz-placeholder,.form-wrapper input[type=text]::-moz-placeholder,.form-wrapper select::-moz-placeholder,.form-wrapper textarea::-moz-placeholder{color:var(--input-placeholder-color)}.form-wrapper input[type=email]:-ms-input-placeholder,.form-wrapper input[type=file]:-ms-input-placeholder,.form-wrapper input[type=number]:-ms-input-placeholder,.form-wrapper input[type=password]:-ms-input-placeholder,.form-wrapper input[type=search]:-ms-input-placeholder,.form-wrapper input[type=tel]:-ms-input-placeholder,.form-wrapper input[type=text]:-ms-input-placeholder,.form-wrapper select:-ms-input-placeholder,.form-wrapper textarea:-ms-input-placeholder{color:var(--input-placeholder-color)}.form-wrapper form input[type=checkbox]{height:21px;margin:0 .75rem 0 0;width:21px}.form-wrapper .hs-button,.form-wrapper input[type=submit]{background:var(--button-background-color);color:var(--button-font-color);cursor:pointer;font-family:var(--button-font);width:100%}.form-wrapper .hs-button:hover,.form-wrapper input[type=submit]:hover{background:var(--button-hover-background-color)}.form-wrapper .hs-button:active,.form-wrapper input[type=submit]:active{background:var(--button-active-background-color)}