.he-chatbot{position:fixed;right:22px;bottom:22px;z-index:2147483000;font-family:inherit}.he-chatbot *{box-sizing:border-box}.he-chatbot__bubble{position:relative;min-width:172px;min-height:62px;border:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:12px 20px;background:linear-gradient(135deg,#07142a,#003b95);color:#fff;font-weight:1000;cursor:pointer;box-shadow:0 24px 60px #003b9547;isolation:isolate}.he-chatbot__pulse{position:absolute;top:-7px;right:-7px;bottom:-7px;left:-7px;border-radius:999px;background:#facc1533;z-index:-1;animation:heChatPulse 1.8s infinite}@keyframes heChatPulse{0%{transform:scale(.98);opacity:.8}70%{transform:scale(1.08);opacity:0}to{opacity:0}}.he-chatbot__bubble-icon{width:40px;height:40px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#facc15,#f59e0b);color:#07142a;font-size:22px}.he-chatbot__panel{position:absolute;right:0;bottom:78px;width:min(430px,calc(100vw - 28px));height:min(690px,calc(100vh - 110px));display:flex;flex-direction:column;background:#fff;color:#07142a;border:1px solid rgba(226,232,240,.95);border-radius:28px;overflow:hidden;box-shadow:0 34px 100px #0208173d;transform:translateY(18px) scale(.96);opacity:0;visibility:hidden;pointer-events:none;transition:.22s ease}.he-chatbot.is-open .he-chatbot__panel{transform:translateY(0) scale(1);opacity:1;visibility:visible;pointer-events:auto}.he-chatbot__header{padding:18px;background:radial-gradient(circle at 10% 0%,rgba(250,204,21,.18),transparent 34%),linear-gradient(135deg,#020817,#07142a 64%,#003b95);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:12px}.he-chatbot__brand{display:flex;align-items:center;gap:12px;min-width:0}.he-chatbot__logo{width:48px;height:48px;min-width:48px;border-radius:16px;background:linear-gradient(135deg,#facc15,#f59e0b);color:#07142a;display:flex;align-items:center;justify-content:center;font-weight:1000}.he-chatbot__brand strong{display:block;font-size:15px;line-height:1.15;color:#fff}.he-chatbot__brand span{display:block;color:#dbeafe;font-size:12px;line-height:1.25;margin-top:3px}.he-chatbot__header-actions{display:flex;gap:6px}.he-chatbot__voice,.he-chatbot__close{width:38px;height:38px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:#ffffff1a;color:#fff;cursor:pointer;font-weight:1000}.he-chatbot__voice.is-on{background:#facc15;color:#07142a}.he-chatbot__close{font-size:24px;line-height:1}.he-chatbot__notice{padding:10px 16px;background:#fffbeb;color:#92400e;border-bottom:1px solid #fde68a;font-size:12px;font-weight:850;text-align:center}.he-chatbot__messages{flex:1;overflow-y:auto;padding:16px;background:linear-gradient(rgba(15,23,42,.028) 1px,transparent 1px),#f8fafc;background-size:28px 28px;scroll-behavior:smooth}.he-chatbot__msg{display:flex;margin:0 0 12px}.he-chatbot__msg--bot{justify-content:flex-start}.he-chatbot__msg--user{justify-content:flex-end}.he-chatbot__bubble-msg{max-width:88%;padding:12px 14px;border-radius:18px;font-size:14px;line-height:1.52;box-shadow:0 10px 28px #0f172a14;white-space:pre-wrap}.he-chatbot__msg--bot .he-chatbot__bubble-msg{background:#fff;border:1px solid #e5e7eb;color:#07142a;border-bottom-left-radius:6px}.he-chatbot__msg--user .he-chatbot__bubble-msg{background:#003b95;color:#fff;border-bottom-right-radius:6px}.he-chatbot__lead-card{display:grid;gap:8px;margin-top:10px}.he-chatbot__lead-card a{min-height:42px;display:flex;align-items:center;justify-content:center;border-radius:13px;text-decoration:none;font-weight:1000}.he-chatbot__lead-card a:nth-child(1){background:#facc15;color:#07142a}.he-chatbot__lead-card a:nth-child(2){background:#07142a;color:#fff}.he-chatbot__lead-card a:nth-child(3){background:#eff6ff;color:#003b95}.he-chatbot__quick{display:flex;gap:8px;padding:12px 14px;overflow-x:auto;background:#fff;border-top:1px solid #e5e7eb}.he-chatbot__quick button{flex:0 0 auto;min-height:36px;padding:8px 12px;border-radius:999px;border:1px solid #dbeafe;background:#eff6ff;color:#003b95;font-weight:900;cursor:pointer;font-size:12px;white-space:nowrap}.he-chatbot__form{display:grid;grid-template-columns:42px 1fr auto;gap:8px;padding:12px 14px;border-top:1px solid #e5e7eb;background:#fff}.he-chatbot__mic,.he-chatbot__send{min-height:44px;border:0;border-radius:14px;cursor:pointer;font-weight:1000}.he-chatbot__mic{background:#eff6ff;color:#003b95}.he-chatbot__mic.is-listening{background:#fee2e2;color:#991b1b}.he-chatbot__input{width:100%;min-height:44px;border:1px solid #dbeafe;border-radius:14px;padding:10px 12px;outline:0;font:inherit;color:#07142a;background:#f8fafc}.he-chatbot__input:focus{border-color:#003b95;box-shadow:0 0 0 3px #003b951a}.he-chatbot__send{background:#facc15;color:#07142a;padding:0 14px}.he-chatbot__footer{display:grid;grid-template-columns:1fr 1fr 1fr;border-top:1px solid #e5e7eb;background:#07142a}.he-chatbot__footer a{min-height:42px;display:flex;align-items:center;justify-content:center;color:#fff!important;font-size:12px;font-weight:1000;text-decoration:none!important;border-right:1px solid rgba(255,255,255,.12)}.he-chatbot__footer a:last-child{border-right:0}.he-chatbot__typing{display:inline-flex;gap:4px;align-items:center}.he-chatbot__typing span{width:6px;height:6px;background:#94a3b8;border-radius:50%;animation:heTyping 1s infinite}.he-chatbot__typing span:nth-child(2){animation-delay:.15s}.he-chatbot__typing span:nth-child(3){animation-delay:.3s}@keyframes heTyping{0%,80%,to{transform:translateY(0);opacity:.5}40%{transform:translateY(-4px);opacity:1}}@media(max-width:640px){.he-chatbot{right:12px;bottom:12px}.he-chatbot__bubble{min-width:62px;width:62px;height:62px;padding:0}.he-chatbot__bubble-text{display:none}.he-chatbot__panel{position:fixed;left:10px;right:10px;bottom:84px;width:auto;height:min(690px,calc(100dvh - 105px));border-radius:24px}.he-chatbot__brand span{display:none}.he-chatbot__footer{grid-template-columns:1fr}.he-chatbot__footer a{min-height:38px;border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}.he-chatbot__footer a:last-child{border-bottom:0}}.he-chatbot__bubble{background:linear-gradient(135deg,#07142a,#003b95 62%,#0b66ff)!important}.he-chatbot__bubble-icon{box-shadow:0 10px 22px #facc1547}.he-chatbot__panel{border:1px solid rgba(219,234,254,.95)!important}.he-chatbot__quick{scrollbar-width:thin}.he-chatbot__quick button{border-color:#bfdbfe!important;background:linear-gradient(180deg,#eff6ff,#fff)!important}.he-chatbot__quick button:nth-child(2),.he-chatbot__quick button:nth-child(3),.he-chatbot__quick button:nth-child(4),.he-chatbot__quick button:nth-child(5){background:#fffbeb!important;border-color:#fde68a!important;color:#92400e!important}.he-chatbot__bubble-msg strong{color:inherit;font-weight:1000}.he-chatbot__msg--bot .he-chatbot__bubble-msg strong{color:#003b95}.he-chatbot__lead-card a{transition:transform .15s ease,box-shadow .15s ease}.he-chatbot__lead-card a:hover{transform:translateY(-1px);box-shadow:0 10px 24px #0f172a1a}@media(max-width:640px){.he-chatbot{right:14px!important;bottom:calc(18px + env(safe-area-inset-bottom))!important}.he-chatbot__bubble{width:66px!important;height:66px!important;min-width:66px!important;border-radius:50%!important;box-shadow:0 22px 54px #003b9557!important}.he-chatbot__bubble-icon{width:46px!important;height:46px!important;font-size:24px!important}.he-chatbot__panel{left:8px!important;right:8px!important;bottom:calc(92px + env(safe-area-inset-bottom))!important;height:min(720px,calc(100dvh - 118px))!important;border-radius:22px!important}.he-chatbot__header{padding:16px!important}.he-chatbot__brand strong{font-size:14px!important}.he-chatbot__messages{padding:14px!important}.he-chatbot__bubble-msg{max-width:92%!important;font-size:14px!important}.he-chatbot__quick{padding:10px 12px!important}.he-chatbot__quick button{min-height:40px!important;font-size:12px!important}.he-chatbot__form{grid-template-columns:42px 1fr 74px!important;padding:10px 12px!important}.he-chatbot__send{font-size:12px!important;padding:0 10px!important}}@media(max-width:640px){.he-chatbot{right:12px!important;bottom:calc(16px + env(safe-area-inset-bottom))!important}.he-chatbot__bubble{width:58px!important;height:58px!important;min-width:58px!important}.he-chatbot__bubble-icon{width:40px!important;height:40px!important;font-size:21px!important}.he-chatbot__panel{left:auto!important;right:10px!important;bottom:calc(82px + env(safe-area-inset-bottom))!important;width:min(360px,calc(100vw - 26px))!important;max-width:360px!important;height:min(560px,calc(100dvh - 145px))!important;max-height:560px!important;border-radius:20px!important}.he-chatbot__header{padding:13px 14px!important}.he-chatbot__avatar{width:38px!important;height:38px!important;min-width:38px!important}.he-chatbot__brand strong{font-size:13px!important}.he-chatbot__brand span{font-size:11px!important}.he-chatbot__messages{padding:12px!important;gap:9px!important}.he-chatbot__bubble-msg{max-width:90%!important;font-size:13px!important;line-height:1.45!important;padding:10px 12px!important}.he-chatbot__quick{padding:8px 10px!important;gap:7px!important}.he-chatbot__quick button{min-height:34px!important;padding:7px 10px!important;font-size:11px!important}.he-chatbot__form{grid-template-columns:38px 1fr 66px!important;gap:7px!important;padding:9px 10px!important}.he-chatbot__input{min-height:40px!important;font-size:13px!important;padding:9px 10px!important}.he-chatbot__send{min-height:40px!important;font-size:11px!important;padding:0 8px!important}}@media(max-width:390px){.he-chatbot__panel{width:calc(100vw - 22px)!important;right:11px!important;height:min(525px,calc(100dvh - 140px))!important}}@media(max-width:768px){.he-chatbot{position:fixed!important;right:14px!important;left:auto!important;bottom:calc(82px + env(safe-area-inset-bottom,0px))!important;z-index:2147482500!important;width:auto!important;max-width:none!important;transform:none!important}.he-chatbot__bubble{width:58px!important;height:58px!important;min-width:58px!important;max-width:58px!important;min-height:58px!important;padding:0!important;border-radius:999px!important;gap:0!important;box-shadow:0 16px 38px #003b954d!important}.he-chatbot__bubble-text{display:none!important}.he-chatbot__pulse{top:-5px!important;right:-5px!important;bottom:-5px!important;left:-5px!important}.he-chatbot__bubble-icon{width:42px!important;height:42px!important;min-width:42px!important;font-size:22px!important}.he-chatbot__panel{position:fixed!important;left:auto!important;right:12px!important;bottom:calc(150px + env(safe-area-inset-bottom,0px))!important;width:min(340px,calc(100vw - 24px))!important;max-width:340px!important;height:min(520px,calc(100dvh - 178px))!important;max-height:520px!important;border-radius:20px!important;z-index:2147482600!important;overflow:hidden!important;transform:translateY(14px) scale(.96)!important}.he-chatbot.is-open .he-chatbot__panel{transform:translateY(0) scale(1)!important}.he-chatbot__header{padding:12px 13px!important}.he-chatbot__logo{width:40px!important;height:40px!important;min-width:40px!important;border-radius:14px!important}.he-chatbot__brand strong{font-size:13px!important;line-height:1.12!important}.he-chatbot__brand span{font-size:10.5px!important;line-height:1.18!important}.he-chatbot__voice,.he-chatbot__close{width:34px!important;height:34px!important;min-width:34px!important}.he-chatbot__close{font-size:24px!important}.he-chatbot__notice{padding:8px 12px!important;font-size:11px!important}.he-chatbot__messages{padding:11px!important}.he-chatbot__bubble-msg{max-width:91%!important;font-size:13px!important;line-height:1.45!important;padding:10px 12px!important}.he-chatbot__quick{padding:8px 10px!important;gap:7px!important}.he-chatbot__quick button{min-height:34px!important;padding:7px 10px!important;font-size:11px!important}.he-chatbot__form{grid-template-columns:38px 1fr 62px!important;gap:7px!important;padding:9px 10px!important}.he-chatbot__mic,.he-chatbot__send,.he-chatbot__input{min-height:40px!important}.he-chatbot__input{font-size:13px!important;padding:9px 10px!important}.he-chatbot__send{font-size:11px!important;padding:0 8px!important}.he-chatbot__footer{display:none!important}}@media(max-width:390px){.he-chatbot{right:12px!important;bottom:calc(78px + env(safe-area-inset-bottom,0px))!important}.he-chatbot__panel{right:10px!important;bottom:calc(142px + env(safe-area-inset-bottom,0px))!important;width:calc(100vw - 20px)!important;max-width:335px!important;height:min(500px,calc(100dvh - 166px))!important;max-height:500px!important}}.he-chatbot__accessibility{width:38px;height:38px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:#ffffff1a;color:#fff;cursor:pointer;font-weight:1000}.he-chatbot__accessibility.is-on,.he-chatbot--accessible .he-chatbot__accessibility{background:#facc15!important;color:#07142a!important}.he-chatbot__product-card{display:grid;gap:8px;margin-top:12px;padding:13px;border-radius:16px;background:linear-gradient(180deg,#fff7d6,#fff);border:1px solid #fde68a;box-shadow:0 10px 24px #0f172a14}.he-chatbot__product-card strong{color:#07142a!important;font-weight:1000;line-height:1.25}.he-chatbot__product-label{display:inline-flex;width:max-content;max-width:100%;padding:4px 8px;border-radius:999px;background:#111827;color:#facc15;font-size:11px;font-weight:1000}.he-chatbot__product-card a{min-height:42px;display:flex;align-items:center;justify-content:center;border-radius:13px;text-decoration:none!important;font-weight:1000}.he-chatbot__product-card .he-chatbot__buy{background:linear-gradient(135deg,#facc15,#f59e0b);color:#07142a!important}.he-chatbot__product-card .he-chatbot__study{background:#07142a;color:#fff!important}.he-chatbot--accessible .he-chatbot__bubble-msg{font-size:16px!important;line-height:1.65!important}.he-chatbot--accessible .he-chatbot__lead-card a,.he-chatbot--accessible .he-chatbot__product-card a{min-height:50px!important;font-size:15px!important}.he-chatbot--accessible .he-chatbot__quick button{min-height:44px!important;font-size:13px!important}@media(max-width:640px){.he-chatbot__accessibility{width:34px!important;height:34px!important;min-width:34px!important}.he-chatbot--accessible .he-chatbot__bubble-msg{font-size:14px!important}}.he-chatbot__price{display:block;margin:8px 0 2px;padding:8px 10px;border-radius:12px;background:#fffbeb;color:#92400e;font-style:normal;font-weight:1000;font-size:12px;line-height:1.35}.he-chatbot__product-card .he-chatbot__callback{background:#07142a;color:#fff}.he-chatbot__lead-card a:nth-child(4){background:#f8fafc;color:#07142a;border:1px solid #e5e7eb}.he-chatbot__product-media{display:block;width:100%;aspect-ratio:16/10;border-radius:14px;overflow:hidden;background:linear-gradient(135deg,#e0f2fe,#fff7d6);border:1px solid rgba(15,23,42,.08);text-decoration:none!important;position:relative}.he-chatbot__product-media span{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#475569;font-size:12px;font-weight:1000;text-align:center;padding:12px}.he-chatbot__product-media img{width:100%;height:100%;display:block;object-fit:cover;background:#fff}.he-chatbot__product-media.has-image span{display:none}@media(max-width:640px){.he-chatbot__product-media{aspect-ratio:16/11}}.he-chatbot__quick{flex-wrap:wrap!important;overflow-x:hidden!important;overflow-y:auto!important;max-height:154px!important;align-content:flex-start!important}.he-chatbot__quick button{flex:0 0 auto!important}.he-chatbot__quick button:nth-child(2),.he-chatbot__quick button:nth-child(3),.he-chatbot__quick button:nth-child(4),.he-chatbot__quick button:nth-child(5),.he-chatbot__quick button:nth-child(6),.he-chatbot__quick button:nth-child(7),.he-chatbot__quick button:nth-child(8),.he-chatbot__quick button:nth-child(9),.he-chatbot__quick button:nth-child(10){background:#fffbeb!important;border-color:#fde68a!important;color:#92400e!important}@media(max-width:640px){.he-chatbot__quick{max-height:118px!important}}.he-chatbot__quick{display:block!important;padding:10px 12px 12px!important;background:linear-gradient(180deg,#fff,#f8fafc)!important;border-top:1px solid #e5e7eb!important;overflow:hidden!important;max-height:none!important}.he-chatbot__quick-title{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:0 2px 8px;color:#64748b;font-size:11px;line-height:1.25;font-weight:1000;letter-spacing:.01em}.he-chatbot__quick-track{display:flex!important;align-items:center!important;gap:8px!important;overflow-x:auto!important;overflow-y:hidden!important;padding:2px 2px 8px!important;scroll-behavior:smooth!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:thin!important;scrollbar-color:#cbd5e1 transparent!important;mask-image:linear-gradient(90deg,transparent 0,#000 18px,#000 calc(100% - 18px),transparent 100%);-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 18px,#000 calc(100% - 18px),transparent 100%)}.he-chatbot__quick-track::-webkit-scrollbar{height:6px}.he-chatbot__quick-track::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.he-chatbot__quick-track::-webkit-scrollbar-track{background:transparent}.he-chatbot__quick button{flex:0 0 auto!important;min-height:34px!important;padding:8px 12px!important;border-radius:999px!important;border:1px solid rgba(219,234,254,.95)!important;background:#ffffffeb!important;color:#003b95!important;font-weight:1000!important;font-size:12px!important;white-space:nowrap!important;box-shadow:0 8px 18px #0f172a14!important;transform:translateY(6px) scale(.96);opacity:0;animation:heChipFloatIn .48s ease forwards;transition:transform .16s ease,box-shadow .16s ease,background .16s ease!important}.he-chatbot__quick button:hover,.he-chatbot__quick button:focus{transform:translateY(-1px) scale(1)!important;box-shadow:0 12px 24px #0f172a24!important;outline:none!important}.he-chatbot__quick button:nth-child(1){animation-delay:.04s}.he-chatbot__quick button:nth-child(2){animation-delay:.1s}.he-chatbot__quick button:nth-child(3){animation-delay:.16s}.he-chatbot__quick button:nth-child(4){animation-delay:.22s}.he-chatbot__quick button:nth-child(5){animation-delay:.28s}.he-chatbot__quick button:nth-child(6){animation-delay:.34s}.he-chatbot__quick button:nth-child(7){animation-delay:.4s}.he-chatbot__quick button:nth-child(8){animation-delay:.46s}.he-chatbot__quick button:nth-child(9){animation-delay:.52s}.he-chatbot__quick button:nth-child(10){animation-delay:.58s}.he-chatbot__quick button:nth-child(n+11){animation-delay:.64s}.he-chatbot__quick button:nth-child(2),.he-chatbot__quick button:nth-child(3),.he-chatbot__quick button:nth-child(4),.he-chatbot__quick button:nth-child(5),.he-chatbot__quick button:nth-child(6),.he-chatbot__quick button:nth-child(7),.he-chatbot__quick button:nth-child(8),.he-chatbot__quick button:nth-child(9),.he-chatbot__quick button:nth-child(10){background:linear-gradient(180deg,#fffbeb,#fff)!important;border-color:#fde68a!important;color:#92400e!important}@keyframes heChipFloatIn{0%{opacity:0;transform:translateY(8px) scale(.94);filter:blur(1px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@media(max-width:640px){.he-chatbot__quick{padding:9px 10px 11px!important}.he-chatbot__quick-title{font-size:10.5px!important;margin-bottom:7px!important}.he-chatbot__quick-track{gap:7px!important;padding-bottom:7px!important}.he-chatbot__quick button{min-height:33px!important;padding:7px 10px!important;font-size:11px!important}}@media(prefers-reduced-motion:reduce){.he-chatbot__quick button{animation:none!important;opacity:1!important;transform:none!important}.he-chatbot__quick-track{scroll-behavior:auto!important}}.he-chatbot__form{grid-template-columns:minmax(86px,auto) 1fr auto!important;align-items:center!important}.he-chatbot__mic{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;padding:0 12px!important;background:linear-gradient(135deg,#eff6ff,#dbeafe)!important;color:#003b95!important;border:1px solid #bfdbfe!important;box-shadow:0 8px 18px #003b951a!important;white-space:nowrap!important}.he-chatbot__mic-icon{font-size:18px;line-height:1}.he-chatbot__mic-label{font-size:12px;font-weight:1000;line-height:1}.he-chatbot__mic.is-listening,.he-chatbot--listening .he-chatbot__mic{background:linear-gradient(135deg,#fee2e2,#fecaca)!important;color:#991b1b!important;border-color:#fecaca!important;animation:heMicListenPulse 1.05s ease-in-out infinite!important}.he-chatbot__mic.is-listening .he-chatbot__mic-label:after,.he-chatbot--listening .he-chatbot__mic .he-chatbot__mic-label:after{content:"\2026"}@keyframes heMicListenPulse{0%,to{transform:scale(1);box-shadow:0 8px 18px #991b1b1f}50%{transform:scale(1.035);box-shadow:0 12px 28px #991b1b3d}}@media(max-width:640px){.he-chatbot__form{grid-template-columns:1fr auto!important;grid-template-areas:"input send" "mic mic"!important;gap:8px!important}.he-chatbot__input{grid-area:input!important}.he-chatbot__send{grid-area:send!important;min-width:54px!important}.he-chatbot__mic{grid-area:mic!important;width:100%!important;min-height:48px!important;border-radius:16px!important;font-size:14px!important;background:linear-gradient(135deg,#003b95,#07142a)!important;color:#fff!important;border-color:#ffffff1f!important}.he-chatbot__mic-icon{font-size:20px}.he-chatbot__mic-label{font-size:14px}.he-chatbot__mic-label:before{content:"\39c\3af\3bb\3b7\3c3\3b5  \3c3\3c4\3bf\3bd  AI \3b2\3bf\3b7\3b8\3cc"}.he-chatbot__mic>.he-chatbot__mic-label{font-size:0}.he-chatbot__mic.is-listening,.he-chatbot--listening .he-chatbot__mic{background:linear-gradient(135deg,#dc2626,#991b1b)!important;color:#fff!important;border-color:#fecaca!important}.he-chatbot__mic.is-listening .he-chatbot__mic-label:before,.he-chatbot--listening .he-chatbot__mic .he-chatbot__mic-label:before{content:"\391\3ba\3bf\3cd\3c9  \3c4\3ce\3c1\3b1  \2014  \3c0\3b5\3af\3c4\3b5  \3c4\3bf  \3c0\3b1\3ba\3ad\3c4\3bf"}}@media(prefers-reduced-motion:reduce){.he-chatbot__mic.is-listening,.he-chatbot--listening .he-chatbot__mic{animation:none!important}}.he-chatbot__quick-title:after{content:" \2022  30\2019\2019  \3c3\3cd\3bc\3b2\3bf\3c5\3bb\3bf\3c2  \2022  \3c3\3cd\3b3\3ba\3c1\3b9\3c3\3b7  \2022  \3bf\3b9\3ba\3bf\3bd\3bf\3bc\3b9\3ba\3ae/premium";color:#94a3b8;font-weight:900}.he-chatbot__quick button[data-he-q*=\3a3\3cd\3b3\3ba\3c1\3b9\3bd\3b5],.he-chatbot__quick button[data-he-q*=\3bf\3b9\3ba\3bf\3bd\3bf\3bc\3b9\3ba\3ae],.he-chatbot__quick button[data-he-q*=premium],.he-chatbot__quick button[data-he-q*=\3bb\3ac\3b8\3bf\3c2]{background:linear-gradient(180deg,#ecfeff,#fff)!important;border-color:#a5f3fc!important;color:#155e75!important}.he-chatbot__quick button[data-he-q*="\392\3c1\3b5\3c2  \3bc\3bf\3c5"]{background:linear-gradient(135deg,#facc15,#fff7d6)!important;border-color:#f59e0b!important;color:#07142a!important}.he-chatbot__msg--bot .he-chatbot__bubble-msg strong:first-child{letter-spacing:.01em}.he-chatbot__bubble-msg:has(strong){overflow-wrap:anywhere}.he-chatbot__product-card:before{content:"\2705  \3a0\3c1\3bf\3c4\3b5\3b9\3bd\3cc\3bc\3b5\3bd\3bf  \3b3\3b9\3b1  \3b5\3c3\3ac\3c2";display:inline-flex;width:max-content;max-width:100%;padding:4px 8px;border-radius:999px;background:#dcfce7;color:#166534;font-size:11px;font-weight:1000}.he-chatbot__product-card .he-chatbot__product-label+strong{margin-top:0}.he-chatbot__price:before{content:"\3a4\3b9\3bc\3ae  site: "}@media(max-width:640px){.he-chatbot__quick-title:after{display:none}.he-chatbot__quick button[data-he-q*="\392\3c1\3b5\3c2  \3bc\3bf\3c5"]{min-width:156px!important}.he-chatbot__quick button[data-he-q*=\3a3\3cd\3b3\3ba\3c1\3b9\3bd\3b5]{min-width:142px!important}.he-chatbot__quick button[data-he-q*=\3bf\3b9\3ba\3bf\3bd\3bf\3bc\3b9\3ba\3ae],.he-chatbot__quick button[data-he-q*=premium]{min-width:136px!important}}.he-chatbot__quick-title{position:relative}.he-chatbot__quick-title:after{content:"\3ba\3b9\3bd\3b5\3af\3c4\3b1\3b9  \3bc\3cc\3bd\3bf  \3c4\3bf\3c5  \3b1\3c1\3b3\3ac";display:inline-flex;align-items:center;padding:3px 7px;border-radius:999px;background:#eff6ff;color:#003b95;border:1px solid #bfdbfe;font-size:10px;white-space:nowrap}.he-chatbot__quick-track{cursor:grab}.he-chatbot__quick-track:active{cursor:grabbing}.he-chatbot__quick:before{content:"";display:block;height:2px;margin:0 22px 8px;border-radius:999px;background:linear-gradient(90deg,transparent,#bfdbfe,transparent);opacity:.8}@media(max-width:640px){.he-chatbot__quick-title:after{content:"auto scroll";font-size:9.5px;padding:2px 6px}}.he-chatbot__quick-track{scroll-behavior:auto!important;will-change:scroll-position!important}.he-chatbot__quick-title:after{content:"auto \3ba\3af\3bd\3b7\3c3\3b7  \3b5\3bd\3b5\3c1\3b3\3ae"!important}.he-chatbot.is-open .he-chatbot__quick-track:after{content:"";flex:0 0 18px}.he-chatbot__quick-track{scroll-behavior:auto!important;overflow-x:auto!important;overscroll-behavior-x:contain!important;touch-action:pan-x!important;cursor:pointer!important}.he-chatbot__quick-title:after{content:"\3ba\3b9\3bd\3b5\3af\3c4\3b1\3b9  \3c3\3c4\3bf  live theme"!important}.he-chatbot__quick-track button{min-width:max-content!important}.he-chatbot__quick-link{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:9px 16px;border-radius:999px;border:1px solid rgba(184,134,43,.45);background:linear-gradient(135deg,#f4c542,#b8862b);color:#07101f!important;font-weight:900;font-size:14px;line-height:1;text-decoration:none!important;white-space:nowrap;box-shadow:0 10px 24px #b8862b38}.he-chatbot__quick-link:hover{transform:translateY(-1px);color:#07101f!important}.he-chatbot__quick-track .he-chatbot__quick-link{flex:0 0 auto}
/*# sourceMappingURL=/cdn/shop/t/144/assets/he-agency-chatbot.css.map */
