.calc{background:#fff;border-radius:14px;padding:26px 24px;box-shadow:0 24px 56px -22px rgba(1,39,48,.22),0 1px 3px rgba(1,39,48,.04);display:flex;flex-direction:column;gap:14px;font-family:"Questrial","Inter",system-ui,sans-serif;color:#012730;line-height:1.5}.calc *,.calc *::before,.calc *::after{box-sizing:border-box}.calc-head{text-align:center}.calc-head h2{margin:0 0 4px;font-size:18px;font-weight:700;color:#012730;letter-spacing:-.01em}.calc-head p{margin:0;font-size:12.5px;color:#54686d}.calc-amt{text-align:center;font-weight:800;color:#012730;letter-spacing:-.025em;line-height:1;padding:4px 0 2px;font-size:42px}.calc-amt .cur{color:#1e7a52}.calc-slider{-webkit-appearance:none;appearance:none;width:100%;height:6px;border-radius:3px;background:linear-gradient(to right,#1e7a52 0%,#1e7a52 var(--pct,28%),#dcebec var(--pct,28%),#dcebec 100%);outline:none;cursor:pointer;margin:0}.calc-slider::-webkit-slider-thumb{-webkit-appearance:none;width:22px;height:22px;border-radius:50%;background:#1e7a52;border:3px solid #fff;box-shadow:0 2px 8px rgba(58,175,131,.4);cursor:pointer}.calc-slider::-moz-range-thumb{width:22px;height:22px;border-radius:50%;background:#1e7a52;border:3px solid #fff;box-shadow:0 2px 8px rgba(58,175,131,.4);cursor:pointer}.calc-bounds{display:flex;justify-content:space-between;font-size:10.5px;color:#54686d;font-weight:600;text-transform:uppercase;letter-spacing:.04em;margin-top:-4px}.calc-pills{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.calc-pill{padding:8px 2px;border-radius:7px;background:#f4feff;border:1px solid #dcebec;color:#3a5258;font-size:11px;font-weight:600;font-family:inherit;cursor:pointer;transition:all .12s}.calc-pill:hover{border-color:#6bd5ad}.calc-pill.on{background:#6bd5ad;border-color:#6bd5ad;color:#012730}.calc-term-label{font-size:11.5px;font-weight:700;color:#54686d;letter-spacing:.1em;text-transform:uppercase;text-align:center;margin-top:2px}.calc-terms{display:grid;grid-template-columns:repeat(6,1fr);gap:5px}.calc-term{padding:11px 4px 8px;border-radius:8px;background:#fff;border:1.5px solid #dcebec;color:#3a5258;font-family:inherit;cursor:pointer;transition:all .12s;display:flex;flex-direction:column;align-items:center;gap:1px}.calc-term .tv{font-size:16px;font-weight:800;color:#012730;line-height:1}.calc-term .tl{font-size:9.5px;color:#54686d;text-transform:uppercase;letter-spacing:.04em;font-weight:600}.calc-term:hover{border-color:#6bd5ad}.calc-term.on{background:#d9f3e8;border-color:#1e7a52}.calc-term.on .tv{color:#1e7a52}.calc-submit{width:100%;height:52px;display:flex;align-items:center;justify-content:center;gap:6px;background:#6bd5ad;color:#012730;border:0;border-radius:10px;font-size:15px;font-weight:800;font-family:inherit;cursor:pointer;transition:background .15s,transform .1s;margin-top:4px}.calc-submit:hover{background:#54c79a}.calc-submit:active{transform:scale(.98)}.calc-foot{font-size:11px;color:#54686d;text-align:center;margin:2px 0 0;display:flex;align-items:center;justify-content:center;gap:8px}.calc-foot .dot{width:3px;height:3px;border-radius:50%;background:#54686d}.calc-tp{display:flex;align-items:center;justify-content:center;gap:6px;font-size:11px;color:#54686d;padding-top:8px;margin-top:2px;border-top:1px solid #dcebec}.calc-tp .tp-mark{display:inline-flex;gap:2px}.calc-tp .tp-mark span{width:13px;height:13px;background:#00865a;display:grid;place-items:center;border-radius:1.5px}.calc-tp .tp-mark svg{width:9px;height:9px;fill:#fff}.calc-tp b{color:#012730;font-weight:700}@media (max-width:480px){.calc{padding:22px 18px}.calc-amt{font-size:36px}.calc-pills{grid-template-columns:repeat(4,1fr);gap:5px}.calc-pill{padding:9px 2px;font-size:11.5px}.calc-terms{grid-template-columns:repeat(6,1fr);gap:4px}.calc-term{padding:9px 2px 7px}.calc-term .tv{font-size:14px}.calc-submit{height:50px;font-size:14.5px}}