/**handles:kir-form**/
.kir-wrap{--kir-radius:18px;font-family:Poppins,system-ui,sans-serif;font-weight:400;color:#17161a;scroll-margin-top:96px}.kir-thanks{font-size:15px;line-height:1.65;color:#17161a}.kir-thanks p{margin:0 0 .8rem}.kir-card{background:#fff;border-radius:var(--kir-radius);padding:2rem 2.1rem;box-shadow:0 24px 60px rgba(0,0,0,.18)}.kir-section+.kir-section{margin-top:1.75rem}.kir-title{font-family:Anton,Impact,sans-serif;font-weight:400;font-size:24px;line-height:1;letter-spacing:.04em;color:#ba2237;margin:0 0 1rem}.kir-grid{display:grid;grid-template-columns:1fr 1fr;gap:.85rem 1.25rem}.kir-field{display:flex;flex-direction:column;gap:.35rem;min-width:0}.kir-hint{font-size:11px;line-height:1.35;color:#6b6560}.kir-req{color:#ba2237}.kir-field--full{grid-column:1/-1}.kir-field input,.kir-field select,.kir-field textarea{width:100%;border:2px solid #17161a0d;border-radius:var(--kir-radius);background:#f4f1ec;padding:.85rem 1.05rem;font-family:Poppins,system-ui,sans-serif;font-size:12px;font-weight:400;color:#17161a;outline:0;appearance:none;-webkit-appearance:none}.kir-field input[type=date]{border-radius:var(--kir-radius)}.kir-field input::placeholder,.kir-field textarea::placeholder{color:#9a9590;font-style:italic;font-weight:400}.kir-field input:focus,.kir-field select:focus,.kir-field textarea:focus{border-color:#ba223766}.kir-field textarea{min-height:72px;resize:vertical}.kir-date{position:relative}.kir-hp{position:absolute;left:-9999px;height:0;overflow:hidden}.kir-checks{display:flex;flex-direction:column;gap:.75rem;margin:1.5rem 0 1.1rem}.kir-terms{display:flex;align-items:flex-start;gap:.75rem;margin:0;font-size:14px;line-height:1.4;font-weight:400;cursor:pointer}.kir-terms input{position:absolute;opacity:0}.kir-check{width:22px;height:22px;margin-top:1px;border-radius:50%;border:2px solid #ba2237;background:#fff;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.kir-terms input:checked+.kir-check{background:#ba2237;border-color:#ba2237}.kir-terms input:checked+.kir-check::after{content:"";width:10px;height:6px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg) translate(0,-1px)}.kir-submit{display:inline-flex;min-width:168px;align-items:center;justify-content:center;border:0;border-radius:var(--kir-radius);background:#019541;color:#fff;font-family:Poppins,system-ui,sans-serif;font-size:16px;font-weight:500;padding:.8rem 2rem;cursor:pointer}.kir-submit:hover{background:#018338}.kir-error{background:#fef2f2;color:#ba2237;border-radius:var(--kir-radius);padding:.8rem 1rem;margin-bottom:1rem;font-weight:400}@media (max-width:640px){.kir-card{padding:1.4rem 1rem}.kir-grid{grid-template-columns:1fr}.kir-title{font-size:22px}}