.floating-hubspot-form{position:fixed;right:24px;bottom:24px;z-index:99999;display:flex;flex-direction:row;align-items:stretch;width:68px;max-height:68px;padding:0;overflow:hidden;cursor:pointer;background:#fcca00;border:4px solid hsla(0,0%,100%,.2);box-shadow:0 7px 23.1px rgba(0,0,0,.12);border-radius:14px;transition:width .28s cubic-bezier(0.32, 0.72, 0, 1),max-height .28s cubic-bezier(0.32, 0.72, 0, 1)}@media(max-width: 480px){.floating-hubspot-form{right:16px;bottom:16px}}.floating-hubspot-form[data-expanded=true]{width:min(400px,100vw - 32px);max-height:520px;min-height:68px;cursor:default;background:#fff;transition:width .4s cubic-bezier(0.34, 1.56, 0.64, 1),background .4s cubic-bezier(0.34, 1.56, 0.64, 1),max-height .4s cubic-bezier(0.34, 1.56, 0.64, 1)}.floating-hubspot-form[data-expanded=true]:after{content:"";position:absolute;top:1px;left:1px;width:100%;height:100%;background-size:contain;z-index:-1}.floating-hubspot-form__inner{display:flex;flex:1;flex-direction:row;align-items:stretch;min-width:0}.floating-hubspot-form__icon-wrap{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:68px;height:68px;padding:10px;cursor:pointer;transition:width .2s cubic-bezier(0.32, 0.72, 0, 1) .1s,visibility 0s linear 0s;position:relative;top:-4px;left:-4px}.floating-hubspot-form[data-expanded=true] .floating-hubspot-form__icon-wrap{width:0;padding:0;overflow:hidden;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease,width .2s ease}.floating-hubspot-form__icon{width:48px;height:48px;filter:brightness(0) invert(1);object-fit:contain}.floating-hubspot-form__content{background:linear-gradient(149deg, rgb(215, 195, 255) 0%, rgb(255, 255, 255) 25%, rgb(255, 255, 255) 100%);display:flex;flex:1;flex-direction:column;align-items:stretch;min-width:0;padding:16px 14px 14px;opacity:0;visibility:hidden;pointer-events:none;transition:none}.floating-hubspot-form[data-expanded=true] .floating-hubspot-form__content{opacity:1;visibility:visible;pointer-events:auto;min-width:280px;transition:opacity .25s ease .1s,visibility .25s ease .1s}.floating-hubspot-form__header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px;padding-right:2px}.floating-hubspot-form__title{margin:0}.floating-hubspot-form__close{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:32px;height:32px;padding:0;color:#1a1a1a;background:rgba(0,0,0,0);border:none;border-radius:8px;cursor:pointer;transition:background .2s ease,color .2s ease}.floating-hubspot-form__close:hover{background:rgba(26,26,26,.08)}.floating-hubspot-form__close:focus-visible{outline:2px solid #1a1a1a;outline-offset:2px}.floating-hubspot-form__form-container{display:flex;flex-direction:column;gap:12px}.floating-hubspot-form__row{display:flex;flex-direction:row;gap:10px}.floating-hubspot-form__row--names .form-group{flex:1;min-width:0}.floating-hubspot-form__row .form-label,.floating-hubspot-form__form-container .form-group .form-label,.floating-hubspot-form__form-container .form-group label[for]{position:static;transform:none;pointer-events:auto;font-size:.8125rem;font-weight:600;color:#1a1a1a}.floating-hubspot-form__form-container .form-control{width:100%;min-height:40px;padding:8px 10px;font-size:.9375rem;border:1px solid rgba(26,26,26,.2);border-radius:8px;box-sizing:border-box;transition:border-color .2s ease,outline .2s ease}.floating-hubspot-form__form-container .form-control::placeholder{color:rgba(26,26,26,.45)}.floating-hubspot-form__form-container .form-control:focus{border-color:rgba(26,26,26,.5);outline:2px solid rgba(26,26,26,.15);outline-offset:2px}.floating-hubspot-form__form-container .form-control:focus-visible{outline:2px solid rgba(26,26,26,.35);outline-offset:2px}.floating-hubspot-form__form-container .form-control:disabled{opacity:.7;cursor:not-allowed}.floating-hubspot-form__form-container .form-group.focused .form-label,.floating-hubspot-form__form-container .form-group.focused label[for]{transform:none}.floating-hubspot-form__form-container .form-check{margin:0;padding-left:1.5em}.floating-hubspot-form__form-container .form-check .form-check-input{margin-top:.5rem}.floating-hubspot-form__form-container .form-check .form-check-label{font-size:.8125rem;color:#1a1a1a}.floating-hubspot-form .hs-form{display:grid;grid-template-columns:1fr 1fr;gap:12px}.floating-hubspot-form .hs-form-field{display:flex;flex-direction:column;gap:6px}.floating-hubspot-form .hs-form-field:not(.hs-firstname,.hs-lastname){grid-column:span 2}.floating-hubspot-form .hs-form-field .hs-error-msgs{padding:0;list-style:none}.floating-hubspot-form .hs-form-field label{font-size:.8125rem;font-weight:600;color:#1a1a1a}.floating-hubspot-form .hs-form-field input[type=text],.floating-hubspot-form .hs-form-field input[type=email],.floating-hubspot-form .hs-form-field input[type=tel],.floating-hubspot-form .hs-form-field input[type=date],.floating-hubspot-form .hs-form-field select,.floating-hubspot-form .hs-form-field textarea{width:100%;height:35px;padding:8px 10px;font-size:.9375rem;border:1px solid rgba(26,26,26,.2);border-radius:8px;box-sizing:border-box;transition:border-color .2s ease,outline .2s ease;font-family:inherit}.floating-hubspot-form .hs-form-field input[type=text]::placeholder,.floating-hubspot-form .hs-form-field input[type=email]::placeholder,.floating-hubspot-form .hs-form-field input[type=tel]::placeholder,.floating-hubspot-form .hs-form-field input[type=date]::placeholder,.floating-hubspot-form .hs-form-field select::placeholder,.floating-hubspot-form .hs-form-field textarea::placeholder{color:rgba(26,26,26,.45)}.floating-hubspot-form .hs-form-field input[type=text]:focus,.floating-hubspot-form .hs-form-field input[type=email]:focus,.floating-hubspot-form .hs-form-field input[type=tel]:focus,.floating-hubspot-form .hs-form-field input[type=date]:focus,.floating-hubspot-form .hs-form-field select:focus,.floating-hubspot-form .hs-form-field textarea:focus{border-color:rgba(26,26,26,.5);outline:2px solid rgba(26,26,26,.15);outline-offset:2px}.floating-hubspot-form .hs-form-field input[type=text]:disabled,.floating-hubspot-form .hs-form-field input[type=email]:disabled,.floating-hubspot-form .hs-form-field input[type=tel]:disabled,.floating-hubspot-form .hs-form-field input[type=date]:disabled,.floating-hubspot-form .hs-form-field select:disabled,.floating-hubspot-form .hs-form-field textarea:disabled{opacity:.7;cursor:not-allowed}.floating-hubspot-form .hs-form-field textarea{min-height:60px;resize:vertical}.floating-hubspot-form .hs-button{margin-top:4px;padding:10px 20px;font-size:.9375rem;font-weight:700;border-radius:10px;transition:opacity .2s ease,transform .15s ease;cursor:pointer;height:auto;border-color:#451e94;color:#451e94}.floating-hubspot-form .hs-button:hover{background:#451e94;color:#fff}.floating-hubspot-form .hs-button:focus-visible{outline:2px solid #1a1a1a;outline-offset:2px}.floating-hubspot-form .hs-button:disabled{cursor:not-allowed}.floating-hubspot-form .hs-button[data-state=loading]{cursor:wait}.floating-hubspot-form__submit{margin-top:4px;padding:12px 20px;font-size:.9375rem;font-weight:700;border-radius:10px;transition:opacity .2s ease,transform .15s ease}.floating-hubspot-form__submit:focus-visible{outline:2px solid #1a1a1a;outline-offset:2px}.floating-hubspot-form__submit:disabled{cursor:not-allowed}.floating-hubspot-form__submit[data-state=loading]{cursor:wait}.floating-hubspot-form__message{margin:0;padding:0;min-height:0;overflow:hidden;font-size:.875rem;line-height:1.4;border-radius:8px;transition:margin .2s ease,padding .2s ease,background .2s ease,color .2s ease}.floating-hubspot-form__message[data-state=success],.floating-hubspot-form__message[data-state=error]{margin-top:10px;padding:10px 12px}.floating-hubspot-form__message[data-state=success]{background:rgba(40,167,69,.15);color:rgb(25.2173913043,105.2826086957,43.5)}.floating-hubspot-form__message[data-state=error]{background:rgba(220,53,69,.1);color:rgb(189.2151898734,32.7848101266,47.7721518987)}.floating-hubspot-form__confirmation{display:none;flex-direction:column;align-items:center;text-align:center;padding:8px 0 4px}.floating-hubspot-form__confirmation--visible{display:flex}.floating-hubspot-form__confirmation-icon{color:#28a745;margin-bottom:12px;line-height:0}.floating-hubspot-form__confirmation-icon svg{width:48px;height:48px;display:block}.floating-hubspot-form__confirmation-title{font-size:1.125rem;font-weight:700;color:#1a1a1a;margin:0 0 8px;line-height:1.3}.floating-hubspot-form__confirmation-text{font-size:.875rem;line-height:1.45;color:rgba(26,26,26,.85);margin:0}.floating-hubspot-form[data-submitted=true] .floating-hubspot-form__message{display:none}/*# sourceMappingURL=hubspot-floating-form.css.map */
