.chatbot-search{width:100%;margin:40px auto 0;position:relative}.chatbot-search .search-input{font-size:16px;font-weight:400;color:#000;background-color:#fff;box-shadow:0px 3px 6px #11031a;border-radius:60px;width:100%;border:none;outline:none;padding:14px 50px 14px 26px;display:block;box-sizing:border-box}.chatbot-search .search-input::-webkit-input-placeholder{color:#000;opacity:1}.chatbot-search .search-input::-moz-placeholder{color:#000;opacity:1}.chatbot-search .search-input:-ms-input-placeholder{color:#000;opacity:1}.chatbot-search .search-input *:-moz-placeholder{color:#000;opacity:1}.chatbot-search .submit-input{position:absolute;right:4px;top:50%;background:url(../images/gradient-search-icon.svg) center center no-repeat;width:34px;height:34px;margin-top:-17px;border:none;outline:none;padding:0;font-size:0;border-radius:50%}.chatbot-search .submit-input:disabled{opacity:0.7;cursor:not-allowed}.chatbot-gradient-search{position:relative;background:linear-gradient(#303030, #222);border-radius:60px;min-height:62px;max-width:755px;margin-top:45px;overflow:visible}@media only screen and (max-width: 767px){.chatbot-gradient-search{min-height:52px}}.chatbot-gradient-search::after,.chatbot-gradient-search::before{content:"";position:absolute;inset:calc(var(--border-size) * -1);border-radius:60px;-webkit-border-radius:60px;background-image:conic-gradient(from var(--angle), var(--flamingo-queen-1), var(--flamingo-queen-2), var(--flamingo-queen-3), var(--flamingo-queen-4), var(--flamingo-queen-5), var(--flamingo-queen-4), var(--flamingo-queen-3), var(--flamingo-queen-1));z-index:-1;animation:spin 5.5s linear infinite;transition-property:opacity;transition-duration:400ms;transition-timing-function:ease}.chatbot-gradient-search::after{filter:blur(14px)}@media only screen and (max-width: 767px){.chatbot-gradient-search::after{filter:blur(8px)}}.chatbot-gradient-search .search-input{font-size:18px;background:#000;color:#fff;padding:16px 50px 16px 30px;border:none;outline:none;min-height:59px}@media only screen and (max-width: 767px){.chatbot-gradient-search .search-input{font-size:16px;padding:12px 50px 12px 22px;min-height:49px}}.chatbot-gradient-search .search-input::-webkit-input-placeholder{color:#fff;opacity:1}.chatbot-gradient-search .search-input::-moz-placeholder{color:#fff;opacity:1}.chatbot-gradient-search .search-input:-ms-input-placeholder{color:#fff;opacity:1}.chatbot-gradient-search .search-input *:-moz-placeholder{color:#fff;opacity:1}.chatbot-gradient-search .submit-input{right:18px}@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3){.chatbot-gradient-search::after{filter:blur(2px)}}@keyframes chatbotGradientShift{0%{background-position:0% 50%, 0 0}50%{background-position:200% 50%, 0 0}100%{background-position:0% 50%, 0 0}}.chatbot-list{max-width:1100px;width:100%;margin:70px auto 0}@media only screen and (max-width: 1170px){.chatbot-list{max-width:100%}}@media only screen and (max-width: 680px){.chatbot-list{margin-top:45px}}.chatbot-list ul{display:flex;flex-wrap:wrap;row-gap:30px;column-gap:20px;padding:0;margin:0;list-style:none;justify-content:space-between}@media only screen and (max-width: 767px){.chatbot-list ul{column-gap:10px}}@media only screen and (max-width: 680px){.chatbot-list ul{gap:22px}}.chatbot-list li{font-size:16px;font-weight:400;line-height:1.5;width:calc(33.33% - 15px);font-style:italic;color:#b2b2b2;position:relative}@media only screen and (max-width: 767px){.chatbot-list li{width:calc(33.33% - 10px)}}@media only screen and (max-width: 680px){.chatbot-list li{width:100%;text-align:left}}.chatbot-list li a{color:#fff;background:url(../images/line-icon.svg) left 5px no-repeat;padding-left:20px;border-bottom:1px solid transparent;padding-bottom:5px;transition:all 0.2s ease}@media only screen and (max-width: 420px){.chatbot-list li a{display:inline-block}}.chatbot-list li a::after{content:"";border:solid #B2B2B2;border-width:1px 1px 0px 0;padding:3px;display:inline-block;transform:rotate(45deg);position:relative;right:-7px;top:-1px}.chatbot-list li a:hover{font-style:normal;font-weight:600;color:#00FFEB;border-color:#fff}@media only screen and (max-width: 1170px){.chatbot-list li a:hover{border-color:transparent}}.chatbot-list li a:hover::after{border-color:#00FFEB}@media only screen and (max-width: 680px){.chatbot-list li a{position:relative}}.chatbot-container{font-family:'Poppins';position:fixed;top:0;left:0;height:100%;width:100%;pointer-events:none;z-index:91;opacity:0;visibility:hidden}.chatbot-container h1,.chatbot-container h2,.chatbot-container h3,.chatbot-container h4,.chatbot-container h5{font-family:'Inter'}.chatbot-container::after{content:"";background:#343434 url(../images/right-chatbot-bg.png) center center no-repeat;border-radius:8px;position:absolute;inset:0;z-index:9;top:200px;height:0;width:50%;margin:0 auto;transform:scale(1);transition:transform 2s ease-in-out, height 2s ease-in-out, width 2s ease-in-out}.chatbot-container.active{pointer-events:inherit;opacity:1;visibility:visible}@media only screen and (max-width: 1024px){.chatbot-container.active{padding:80px 0 15px 0;height:100dvh;z-index:91}.chatbot-container.active::before{content:"";position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0.8);z-index:8}}.chatbot-container.active::after{height:100%;top:70px;transform:scale(4);width:100%}@media only screen and (max-width: 1024px){.chatbot-container.active::after{width:calc(100% - 20px);background-size:cover;transform:scale(1);background-position:center center;right:0;height:calc(100dvh - 90px)}}.chatbot-container.active .left-chatbot-content{left:-27px}.chatbot-container.active .right-chatbot-content{animation:fadeInContent 1s ease forwards;animation-delay:1.5s;pointer-events:all}.chatbot-container p{color:#fff}.chatbot-container .follow-up-questions{margin:25px 0;color:#fff}.chatbot-container .follow-up-questions h4{margin:0 0 10px 0;color:#fff;font-weight:600}.chatbot-container .follow-up-questions ul{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:15px}.chatbot-container .follow-up-questions ul li{width:100%}.chatbot-container .follow-up-questions ul li .follow-up-btn{font-size:16px;color:#fff;background:#131313;border:1px solid #c5d6f8;outline:none;border-radius:25px;padding:9px 42px 9px 15px;display:block;width:100%;transition:all 0.4s ease;text-align:left;position:relative}.chatbot-container .follow-up-questions ul li .follow-up-btn::after{content:"+";position:absolute;right:18px;top:50%;transform:translateY(-50%);font-size:28px;font-weight:300;pointer-events:none}.chatbot-container .follow-up-questions ul li .follow-up-btn:hover{background:linear-gradient(to right, #4D1DE1 0%, #9667EB 100%)}.left-chatbot-content{font-size:16px;color:#fff;line-height:1.5;font-weight:400;background:#000 url(../images/left-chatbot-bg.png) left top no-repeat;position:absolute;left:-100%;top:0;padding:110px 25px 0 48px;width:331px;height:100%;z-index:91;transition:all 2s ease}@media only screen and (max-width: 1024px){.left-chatbot-content{display:none}}.left-chatbot-content::after{content:"";position:absolute;bottom:0;right:0;background:url(../images/gray-start.svg) left top no-repeat;width:163px;height:172px}.left-chatbot-content p{margin:0 0 28px;line-height:1.5}.left-chatbot-content p span{background:url(../images/white-infinite-icon.svg) left top no-repeat;display:inline-block;width:15px;height:17px;background-size:15px 17px;position:relative;top:2px}.left-chatbot-content ul{padding:0;margin:0;list-style:none}.left-chatbot-content li{border-bottom:1px solid #fff;padding-bottom:10px}.right-chatbot-content{font-size:16px;color:#fff;line-height:1.5;width:100%;height:100%;position:absolute;left:0;z-index:90;padding:95px 106px 0 355px;opacity:0;pointer-events:none;transition:opacity 1s ease}@media only screen and (max-width: 1024px){.right-chatbot-content{padding:0 30px;height:calc(100dvh - 120px)}}.right-chatbot-content .chatbot-cross{text-align:right;margin-bottom:15px;position:relative;right:-50px;min-height:24px}@media only screen and (max-width: 1024px){.right-chatbot-content .chatbot-cross{right:-8px;top:3px}}.right-chatbot-content .chatbot-cross div{background:url(../images/chatbox-cross.svg) center center no-repeat;width:24px;height:20px;display:inline-block;cursor:pointer;position:relative;z-index:2}.right-chatbot-content .chatbot-cross div.hide{display:none}.right-chatbot-content .chatbot-answer-container{overflow-y:auto;scrollbar-width:none;-webkit-overflow-style:none;height:calc(100vh - 224px);scroll-behavior:smooth;padding-right:42px}.right-chatbot-content .chatbot-answer-container .chatbot-answer-container{overflow:visible;scrollbar-width:inherit;-webkit-overflow-style:inherit;height:auto;scroll-behavior:inherit;padding-right:0}.right-chatbot-content .chatbot-answer-container .right-chatbot-wrap{margin-bottom:50px;min-height:calc(100% - 40px);position:relative}.right-chatbot-content .chatbot-answer-container .right-chatbot-wrap:last-child{margin-bottom:20px}.right-chatbot-content .chatbot-answer-container .chatbot-loader{font-size:0;width:40px;height:100%;position:absolute;top:50%;transform:translateY(-50%);left:0;right:0;bottom:0;margin:0 auto;z-index:1}@media only screen and (max-width: 1024px){.right-chatbot-content .chatbot-answer-container{padding-right:0;height:calc(100dvh - 225px)}}.right-chatbot-content .chatbot-question{text-align:right;margin-bottom:30px}.right-chatbot-content .chatbot-question strong{font-size:18px;font-weight:600;border:1px solid #c9c9c9;border-radius:20px 0 20px 20px;display:inline-block;padding:11px 17px;position:relative;word-break:break-all}@media only screen and (max-width: 680px){.right-chatbot-content .chatbot-question strong{font-size:15px}}.right-chatbot-content .chatbot-question strong::after{content:"";background:url(../images/question-star.svg) left top no-repeat;width:27px;height:29px;position:absolute;right:-40px;top:0}@media only screen and (max-width: 1100px){.right-chatbot-content .chatbot-question strong::after{display:none}}.right-chatbot-content .chatbot-answer p{font-weight:300;line-height:1.8;margin:0 0 20px}@media only screen and (max-width: 680px){.right-chatbot-content .chatbot-answer p{font-size:15px}}.right-chatbot-content .chatbot-answer a{font-weight:400;color:#e5de28;text-decoration:inherit !important;transition:all 0.5s ease}.right-chatbot-content .chatbot-answer a:hover,.right-chatbot-content .chatbot-answer a:focus{text-decoration:underline !important}.right-chatbot-content .chatbot-answer table{border-collapse:collapse;border-spacing:0;width:100%;margin-bottom:25px;background-color:transparent;border:1px solid #dee2e6}.right-chatbot-content .chatbot-answer table strong{font-weight:600}.right-chatbot-content .chatbot-answer table th{font-weight:600}.right-chatbot-content .chatbot-answer table td,.right-chatbot-content .chatbot-answer table th{border:1px solid #dee2e6;padding:10px}.right-chatbot-content .chatbot-form{background:#1d0643;padding:20px;border-radius:15px;display:flex;flex-wrap:wrap;justify-content:space-between;gap:15px;margin-bottom:20px}.right-chatbot-content .chatbot-form .chatbot-form-error{font-size:14px;color:#ff0000;margin:0 !important;width:100%}@media only screen and (max-width: 680px){.right-chatbot-content .chatbot-form{flex-wrap:wrap}}.right-chatbot-content .chatbot-form .form-left{width:80%;display:flex;flex-wrap:wrap;gap:15px}@media only screen and (max-width: 680px){.right-chatbot-content .chatbot-form .form-left{width:100%}}.right-chatbot-content .chatbot-form .form-group{width:27%}@media only screen and (max-width: 680px){.right-chatbot-content .chatbot-form .form-group{width:100%}}@media only screen and (max-width: 680px){.right-chatbot-content .chatbot-form .button-group{width:100%;text-align:center}}.right-chatbot-content .chatbot-form .input-control{font-size:16px;font-weight:400;background:#04002a;color:#fff;border:1px solid #c5d6f8;outline:none;border-radius:25px;padding:9px 15px;width:100%}.right-chatbot-content .chatbot-form .input-submit{font-size:16px;font-weight:600;color:#fff;background:#d71b7f;border:none;outline:none;height:43px;display:inline-flex;align-items:center;justify-content:center;border-radius:22px;transition:all 0.5s ease;padding:0 35px}.right-chatbot-content .chatbot-form .input-submit:hover{background-color:#e870b0}.right-chatbot-content .chatbot-form h3{width:100%;margin:0 0 5px}.right-chatbot-content .chatbot-form h3 span{font-weight:300}.right-chatbot-content .chatbot-form .privacy-policy{width:100%}.right-chatbot-content .chatbot-success-message{padding:5px;color:#4CAF50;border-radius:5px;width:100%}.right-chatbot-content .card-wrapper{display:flex;flex-wrap:wrap;gap:25px}.right-chatbot-content .card-wrapper h2,.right-chatbot-content .card-wrapper h3,.right-chatbot-content .card-wrapper h4,.right-chatbot-content .card-wrapper h5,.right-chatbot-content .card-wrapper h6,.right-chatbot-content .card-wrapper p,.right-chatbot-content .card-wrapper li,.right-chatbot-content .card-wrapper ul,.right-chatbot-content .card-wrapper strong{width:100%}@media only screen and (max-width: 680px){.right-chatbot-content .card-wrapper{gap:10px}}.right-chatbot-content .card-wrapper .card-list{width:calc(33.33% - 17px);position:relative}@media only screen and (max-width: 680px){.right-chatbot-content .card-wrapper .card-list{width:100%}.right-chatbot-content .card-wrapper .card-list img{width:100%}}.right-chatbot-content .card-wrapper .card-list a{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.right-chatbot-content .card-wrapper .image-block{background:lightslategray;min-height:175px}.right-chatbot-content .card-wrapper .image-block img{display:block;height:200px;width:100%}.right-chatbot-content .card-wrapper p{font-size:14px;font-weight:600;position:absolute;bottom:0;left:0;width:100%;padding:15px;margin:0}.right-chatbot-content .chatbot-search{position:fixed;bottom:30px;left:0;max-width:100%;padding:0 148px 0 355px;z-index:2;pointer-events:auto}@media only screen and (max-width: 1024px){.right-chatbot-content .chatbot-search{padding:0 20px;bottom:0}}.right-chatbot-content .chatbot-search .search-input{color:#000;box-sizing:inherit;padding:10px 50px 10px 26px;height:49px;pointer-events:auto;-webkit-tap-highlight-color:rgba(0,0,0,0.1)}.right-chatbot-content .chatbot-search .search-input::-webkit-input-placeholder{color:#b5b2b2;opacity:1}.right-chatbot-content .chatbot-search .search-input::-moz-placeholder{color:#b5b2b2;opacity:1}.right-chatbot-content .chatbot-search .search-input:-ms-input-placeholder{color:#b5b2b2;opacity:1}.right-chatbot-content .chatbot-search .search-input *:-moz-placeholder{color:#b5b2b2;opacity:1}.right-chatbot-content .chatbot-search .submit-input{right:155px}.right-chatbot-content .chatbot-search .submit-input:disabled{opacity:0.5}@media only screen and (max-width: 1024px){.right-chatbot-content .chatbot-search .submit-input{right:24px}}.right-chatbot-content h2,.right-chatbot-content h3,.right-chatbot-content h4,.right-chatbot-content h5{font-size:18px;font-weight:600}@keyframes fadeInContent{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}:root{--flamingo-queen-1: #CC4F0D;--flamingo-queen-2: #F5E309;--flamingo-queen-3: #CB0A79;--flamingo-queen-4: #7633E8;--flamingo-queen-5: #44E7ED;--border-size: 5px;--border-radius: 16px}@property --angle{syntax:"<angle>";initial-value:0deg;inherits:false}@keyframes spin{to{--angle: 360deg}}@media (max-width: 1024px){body:has(.right-chatbot-content .search-input:focus){overflow:hidden;position:fixed;width:100%}}
