.wdkit-underline-text{position:absolute;width:100%;height:2px;bottom:-5px;left:0;background-color:#f1f1f1;transform:scaleX(1);transform-origin:right;z-index:1}.wdkit-home-ai-mcp .wdkit-global-page-heading{align-items:flex-start}.wdkit-home-ai-mcp .wdkit-global-page-heading h1,.wdkit-home-ai-mcp .wdkit-global-page-heading h2{text-align:left}.wdkit-home-ai-mcp .wdkit-home-ai-badge{display:flex;background:radial-gradient(circle at center,#3434FF 0,#3636FF 30%,#FF0087 65%);padding:2px;border-radius:16px;width:-moz-fit-content;width:fit-content}.wdkit-underline-animation{position:absolute;width:100%;height:2px;bottom:-5px;left:0;transform:scaleX(1);transform-origin:right;z-index:1;animation:wdkit-underline-text-animation 3s linear}.wdkit-carousel-effect{scrollbar-width:none;-ms-overflow-style:none}.wdkit-carousel-effect::-webkit-scrollbar{display:none}.wdkit-hover-effect{position:relative;padding:2.5px;border-radius:10px;z-index:1;overflow:hidden;background:#f1f1f1}.wdkit-hover-effect:before{content:"";position:absolute;padding:2.5px;top:50%;left:50%;width:200%;aspect-ratio:1/1;transform:translate(-50%,-50%);background:conic-gradient(from 45deg,#0A0AFF,#C22076,#C22076,#C22076,#0A0AFF);z-index:-1;animation:animated-rotate 2s linear infinite;opacity:0;transition:all .3s linear}.wdkit-hover-effect:hover:before{opacity:1}@keyframes animated-rotate{to{transform:translate(-50%,-50%) rotate(0deg)}0%{transform:translate(-50%,-50%) rotate(1turn)}}@keyframes wdkit-underline-text-animation{0%{transform:scaleX(0);transform-origin:left}to{transform:scaleX(1);transform-origin:left}}.wdkit-hero-choices .wdkit-hero-choice{position:relative;border-radius:18px;transition:all .3s linear}.wdkit-hero-choices .wdkit-hero-choice:hover{transform:translateY(-2px)}.wdkit-hero-choices .wdkit-hero-choice-card{height:100%;box-shadow:0 20px 56px 0 rgba(47,45,94,.1019607843);transition:all .3s linear}.wdkit-hero-choices .wdkit-hero-choice:hover .wdkit-hero-choice-card{box-shadow:0 7px 20px 0 rgba(47,45,94,.1215686275)}.wdkit-hero-choices .wdkit-hero-choice--ai{background:radial-gradient(circle at center,#3434FF 0,#3636FF 30%,#FF0087 65%);padding:2px}.wdkit-hero-choices .wdkit-hero-choice--ai .wdkit-hero-choice-card{background:#fff}.wdkit-hero-choices .wdkit-hero-choice--ai.is-active:after,.wdkit-hero-choices .wdkit-hero-choice--ai.is-active:before{content:"";position:absolute;left:50%;transform:translateX(-50%);clip-path:polygon(0 0,100% 0,50% 100%)}.wdkit-hero-choices .wdkit-hero-choice--ai.is-active:before{bottom:-13px;width:28px;height:14px;background:#ff0087}.wdkit-hero-choices .wdkit-hero-choice--ai.is-active:after{bottom:-10px;width:24px;height:12px;background:#fff}.wdkit-hero-choices .wdkit-hero-choice--template .wdkit-hero-choice-card{background:#f8f8f8;border:1px solid #f1f1f1}.wdkit-hero-choices .wdkit-hero-choice-icon{width:40px;height:40px;flex-shrink:0;background:#f8f8f8;border:1px solid #f1f1f1;color:#020202}@media(max-width:991px){.wdkit-hero-choices .wdkit-hero-choice--ai.is-active:after,.wdkit-hero-choices .wdkit-hero-choice--ai.is-active:before{display:none}}.wdkit-hero-choices .wdkit-ai-chat-wrapper{position:relative;width:100%}.wdkit-hero-choices .wdkit-ai-chat-wrapper:before{content:"";position:absolute;inset:-34px -56px;background:radial-gradient(ellipse at 12% 18%,rgba(52,52,255,.16),transparent 58%),radial-gradient(ellipse at 88% 82%,rgba(255,0,135,.2),transparent 58%);filter:blur(28px);border-radius:40px;pointer-events:none;z-index:0}.wdkit-hero-choices .wdkit-ai-chat-box-wrapper{position:relative;z-index:1;width:100%;background:#fff;border:1px solid #f1f1f1;box-shadow:0 20px 56px 0 rgba(47,45,94,.1019607843)}.wdkit-hero-choices .wdkit-ai-chat-icon-btn{width:36px;height:36px;flex-shrink:0;background:#fff;border:1px solid #f1f1f1;transition:all .3s linear}.wdkit-hero-choices .wdkit-ai-chat-icon-btn:hover{border-color:#020202}.wdkit-hero-choices .wdkit-ai-chat-builder{height:36px;background:#fff;border:1px solid #f1f1f1;transition:all .3s linear;white-space:nowrap}.wdkit-hero-choices .wdkit-ai-chat-builder:hover{border-color:#020202}.wdkit-hero-choices .wdkit-ai-chat-send{width:40px;height:40px;flex-shrink:0;background:#020202;transition:all .3s linear}.wdkit-hero-choices .wdkit-ai-chat-send:hover{background:#1a1a1a}.wdkit-hero-choices .wdkit-ai-chat-tag{background:#fff;border:1px solid #f1f1f1;color:#898989;box-shadow:0 3px 4px 0 rgba(0,0,0,.031372549);transition:all .3s linear;white-space:nowrap}.wdkit-hero-choices .wdkit-ai-chat-tag svg{flex-shrink:0;width:16px;height:16px}.wdkit-hero-choices .wdkit-ai-chat-tag:hover{color:#020202;border-color:#c22076}.wdkit-hero-choices .wdkit-ai-chat-tag.is-active{color:#020202;border-color:#c22076;background:#fff}.wdkit-hero-choices textarea.wdkit-textarea{box-shadow:none;resize:none;border:none;padding:0;font-size:16px;line-height:1.6;min-height:96px;max-height:220px;overflow-y:auto;display:block;background-color:rgba(0,0,0,0)}.wdkit-hero-choices textarea.wdkit-textarea::-moz-placeholder{font-size:16px}.wdkit-hero-choices textarea.wdkit-textarea::placeholder{font-size:16px}.wdkit-hero-choices textarea.wdkit-textarea:focus{outline:none;border:none;background-color:rgba(0,0,0,0)}.wdkit-hero-choices textarea.wdkit-textarea{scrollbar-width:thin}.wdkit-hero-choices textarea.wdkit-textarea::-webkit-scrollbar{width:4px}.wdkit-hero-choices textarea.wdkit-textarea::-webkit-scrollbar-thumb{background:#f1f1f1;border-radius:4px}@media(max-width:576px){.wdkit-hero-choices textarea.wdkit-textarea{min-height:80px}}