@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");body{box-sizing:border-box;font-family:Nunito Sans,sans-serif;padding:0}body,h1,h2,h3,h4,p,ul{margin:0}ul{list-style:none;padding:0}form{display:flex;flex-direction:column;gap:12px}div:has(>legend){display:flex;flex-direction:column;gap:6px}.hs-error-msg{color:red}.hs-form-booleancheckbox-display{align-items:center;display:flex;gap:8px}input[type=checkbox]{margin:0;width:auto}input[type=submit]{background-color:#d2006e!important;border:none!important;border-radius:8px!important;color:#fff!important;font-family:Nunito Sans,sans-serif!important;font-size:16px!important;margin:0!important;width:100%!important}input[type=submit]:hover{cursor:pointer;transform:scale(1.02)}.hs-form input[type=email],.hs-form input[type=file],.hs-form input[type=number],.hs-form input[type=tel],.hs-form input[type=text],.hs-form select,.hs-form textarea{border:1px solid #d0d5dd;border-radius:8px;color:#667085;outline:none!important;padding:12px 16px;width:-webkit-fill-available}.hs-form input[type=email]:focus,.hs-form input[type=file]:focus,.hs-form input[type=number]:focus,.hs-form input[type=tel]:focus,.hs-form input[type=text]:focus,.hs-form select:focus,.hs-form textarea:focus{border:1px solid #d2006e}.hs_submit .hs-submit{border:none!important;height:fit-content;outline:none}.hs_submit .hs-submit:hover{cursor:pointer}.hs-form>fieldset{display:flex!important;gap:24px!important}.hs-form .hs-form-field,.hs-form .hs_submit,.hs-form .legal-consent-container{padding:0!important}@media screen and (max-width:768px){.hs-form>fieldset{display:flex!important;flex-direction:column;gap:24px!important}}h1,h2{color:#d2006e}