.kde-service-survey{--survey-teal: #078a9a;--survey-teal-dark: #056b78;--survey-ink: #101827;--survey-muted: #667085;position:fixed;left:22px;bottom:22px;z-index:9998;font-family:var(--font-body-family, Arial, sans-serif)}.kde-service-survey [hidden]{display:none!important}.kde-service-survey__launcher{min-height:50px;display:inline-flex;align-items:center;gap:10px;padding:0 18px 0 12px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:var(--survey-ink);color:#fff;box-shadow:0 10px 28px #10182740;font:inherit;font-size:14px;font-weight:750;letter-spacing:0;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}.kde-service-survey__launcher:hover{transform:translateY(-2px);background:#172235;box-shadow:0 14px 34px #1018274d}.kde-service-survey__launcher:focus-visible,.kde-service-survey__panel button:focus-visible,.kde-service-survey__panel a:focus-visible,.kde-service-survey__panel textarea:focus-visible{outline:3px solid rgba(7,138,154,.35);outline-offset:3px}.kde-service-survey__launcher-icon{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:var(--survey-teal)}.kde-service-survey__launcher-icon svg{width:20px;height:20px;fill:#fff}.kde-service-survey__launcher.is-ready{animation:kde-survey-attention .8s ease 1}@keyframes kde-survey-attention{0%,to{transform:translateY(0) scale(1)}40%{transform:translateY(-4px) scale(1.025)}}.kde-service-survey__panel{width:min(380px,calc(100vw - 32px));overflow:hidden;border:1px solid #e4e7ec;border-radius:18px;background:#fff;color:var(--survey-ink);box-shadow:0 22px 60px #1018273d;animation:kde-survey-enter .22s ease-out both}@keyframes kde-survey-enter{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.kde-service-survey__header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding:22px 22px 8px}.kde-service-survey__eyebrow{display:block;margin-bottom:5px;color:var(--survey-teal);font-size:10px;font-weight:800;letter-spacing:.13em}.kde-service-survey__header h2{margin:0;color:var(--survey-ink);font-size:23px;font-weight:750;line-height:1.15;letter-spacing:-.025em}.kde-service-survey__close{width:34px;height:34px;flex:0 0 auto;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:#f2f4f7;color:var(--survey-ink);cursor:pointer}.kde-service-survey__close svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8}.kde-service-survey__intro{margin:0;padding:0 22px 16px;color:var(--survey-muted);font-size:13px;line-height:1.5;letter-spacing:0}.kde-service-survey__choices{display:grid;gap:9px;padding:0 22px 20px}.kde-service-survey__choices button,.kde-service-survey__choices a{min-height:46px;display:flex;align-items:center;gap:10px;width:100%;padding:10px 13px;border:1px solid #d9dee7;border-radius:10px;background:#fff;color:var(--survey-ink);font:inherit;font-size:13px;font-weight:700;line-height:1.25;text-align:left;text-decoration:none;cursor:pointer;transition:border-color .18s ease,background-color .18s ease,transform .18s ease}.kde-service-survey__choices button:hover,.kde-service-survey__choices a:hover{transform:translate(2px);border-color:var(--survey-teal);background:#f3fbfc;color:var(--survey-ink)}.kde-service-survey__choices span{width:24px;height:24px;flex:0 0 auto;display:grid;place-items:center;border-radius:50%;background:#e9f8fa;color:var(--survey-teal-dark);font-size:15px;font-weight:800}.kde-service-survey__followup{padding:0 22px 20px}.kde-service-survey__followup label{display:block;margin-bottom:8px;font-size:13px;font-weight:750}.kde-service-survey__followup textarea{width:100%;resize:vertical;min-height:82px;padding:11px 12px;border:1px solid #d9dee7;border-radius:10px;color:var(--survey-ink);font:inherit;font-size:13px;line-height:1.4}.kde-service-survey__followup-actions{display:flex;align-items:center;gap:10px;margin-top:10px}.kde-service-survey__followup-actions button,.kde-service-survey__followup-actions a{min-height:40px;display:inline-flex;align-items:center;justify-content:center;padding:8px 13px;border-radius:9px;font:inherit;font-size:12px;font-weight:750;text-decoration:none;cursor:pointer}.kde-service-survey__followup-actions button{border:1px solid var(--survey-teal);background:var(--survey-teal);color:#fff}.kde-service-survey__followup-actions a{border:1px solid #d9dee7;background:#fff;color:var(--survey-ink)}.kde-service-survey__thanks{display:grid;justify-items:center;gap:5px;padding:15px 22px 24px;text-align:center}.kde-service-survey__thanks>span{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:#e6f8f1;color:#087f5b;font-size:21px;font-weight:800}.kde-service-survey__thanks strong{font-size:16px}.kde-service-survey__thanks small{color:var(--survey-muted);font-size:12px}.kde-service-survey__privacy{margin:0;padding:10px 22px;border-top:1px solid #edf0f4;background:#f8fafc;color:#778195;font-size:10px;line-height:1.4;letter-spacing:0;text-align:center}.kde-service-survey__form{display:none}@media screen and (max-width:749px){.kde-service-survey{left:15px;bottom:82px}.kde-service-survey__launcher{min-height:46px;max-width:calc(100vw - 90px);padding-right:15px;font-size:12px}.kde-service-survey__launcher-icon{width:28px;height:28px}.kde-service-survey__panel{max-height:calc(100vh - 115px);overflow-y:auto;border-radius:15px}.kde-service-survey__header{padding:18px 18px 7px}.kde-service-survey__header h2{font-size:21px}.kde-service-survey__intro{padding:0 18px 14px}.kde-service-survey__choices,.kde-service-survey__followup{padding-right:18px;padding-left:18px}}@media(prefers-reduced-motion:reduce){.kde-service-survey__launcher,.kde-service-survey__panel,.kde-service-survey__choices button,.kde-service-survey__choices a{animation:none!important;transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/20/assets/kdeport-service-survey.css.map */
