input[type=email],input[type=tel],input[type=text],textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none}.input{caret-color:inherit}.input.--form-error{border:.0625rem solid rgba(255,0,0,.5)}.input[placeholder]:not([data-fls-placeholder-nohiden])::placeholder{transition:opacity .3s}.input[placeholder]:not([data-fls-placeholder-nohiden]):focus::placeholder{opacity:0}textarea.input{height:12.5rem;resize:vertical}[data-fls-form-error]{bottom:-100%;color:red;left:3.125rem;position:absolute}.form{background-color:#fff;display:flex;gap:.9375rem}.form__input-box{display:flex;flex-grow:1;padding-left:3.125rem;position:relative}.form__input-box:before{background-color:currentColor;content:"";height:2rem;left:0;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill-rule='evenodd' d='M15.333 29A13.667 13.667 0 1 0 1.667 15.333 13.667 13.667 0 0 0 15.333 29m0-2A11.667 11.667 0 1 0 3.667 15.333 11.667 11.667 0 0 0 15.333 27'/%3E%3Cpath d='m28.626 30.04-2.667-2.666a1 1 0 0 1 1.415-1.415l2.666 2.667a1 1 0 0 1-1.414 1.414'/%3E%3C/svg%3E") no-repeat center/contain;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill-rule='evenodd' d='M15.333 29A13.667 13.667 0 1 0 1.667 15.333 13.667 13.667 0 0 0 15.333 29m0-2A11.667 11.667 0 1 0 3.667 15.333 11.667 11.667 0 0 0 15.333 27'/%3E%3Cpath d='m28.626 30.04-2.667-2.666a1 1 0 0 1 1.415-1.415l2.666 2.667a1 1 0 0 1-1.414 1.414'/%3E%3C/svg%3E") no-repeat center/contain;opacity:0;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);transition:opacity .3s;width:2rem}.form__input-box:has(input:placeholder-shown):before{opacity:1}@media (max-width:47.99875em){.form{flex-direction:column}.form__input-box{box-shadow:0 .25rem 5rem 0 hsla(255,5%,69%,.5);padding-block:.625rem;padding-left:2.6875rem}.form__input-box:before{background-size:1.5625rem;height:1.5625rem;left:.3125rem;width:1.5625rem}.form .button{max-width:none}}@media (min-width:48em){.form{align-items:center;box-shadow:0 .25rem 5rem 0 hsla(255,5%,69%,.2);padding:.9375rem .9375rem .9375rem 1.625rem}}