*{margin:0;padding:0;box-sizing:border-box;scroll-behavior:smooth;scroll-padding:100px}body,html{width:100%;max-width:100%;overflow-x:clip}body{min-height:100vh}:root{--primary-color:#fff;--secondary-color:#27348b;--tertiary-color:#d6e4ef;--quarternary-color:#d6af62;--grey-color:#6f7181;--light-blue:#2085d5}::placeholder{color:#d3d3d3}::-webkit-scrollbar{display:none}@font-face{font-family:GilroyBlack;src:local("GilroyBlack"),url(/_next/static/media/Gilroy-Black.e0e336c5.ttf) format("truetype");font-weight:900;font-display:swap}@font-face{font-family:GilroyBold;src:local("GilroyBold"),url(/_next/static/media/Gilroy-Bold.1446655b.ttf) format("truetype");font-weight:700;font-display:swap}@font-face{font-family:GilroyExtraBold;src:local("GilroyExtraBold"),url(/_next/static/media/Gilroy-ExtraBold.645a3b10.ttf) format("truetype");font-weight:bolder;font-display:swap}@font-face{font-family:Gilroy-100;src:local("GilroyUltraLight"),url(/_next/static/media/Gilroy-UltraLight.e79dda6b.ttf) format("truetype");font-weight:100;font-display:swap}@font-face{font-family:Gilroy-200;src:local("GilroyThin"),url(/_next/static/media/Gilroy-Thin.e883814f.ttf) format("truetype");font-weight:300;font-display:swap}@font-face{font-family:Gilroy-500;src:local("GilroySemiBold"),url(/_next/static/media/Gilroy-SemiBold.6ed5cf34.ttf) format("truetype");font-weight:500;font-display:swap}body{font-family:Gilroy-500,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--primary-color);color:var(--secondary-color)}a{text-decoration:none;transition:color .3s ease}::selection{background-color:var(--quarternary-color);color:var(--primary-color)}::-webkit-scrollbar{display:block;width:10px}::-webkit-scrollbar-track{background:var(--tertiary-color)}::-webkit-scrollbar-thumb{background:var(--secondary-color);border-radius:5px;border:2px solid var(--tertiary-color)}::-webkit-scrollbar-thumb:hover{background:var(--quarternary-color)}.webwrapperWrapper{display:flex;flex-direction:column;gap:0}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.lazy-load-image-background.blur{filter:blur(15px)}.lazy-load-image-background.blur.lazy-load-image-loaded{filter:blur(0);transition:filter .3s}.lazy-load-image-background.blur>img{opacity:0}.lazy-load-image-background.blur.lazy-load-image-loaded>img{opacity:1;transition:opacity .3s}.chatbot-fab,.chatbot-panel{position:fixed;right:24px;z-index:1200;font-family:Gilroy-500,sans-serif}.chatbot-fab{bottom:24px;width:60px;height:60px;border:none;border-radius:50%;background:linear-gradient(145deg,#2f3ea3,#27348b 65%,#1b2569);color:#fff;font-size:26px;display:grid;place-items:center;cursor:pointer;box-shadow:0 10px 26px rgba(39,52,139,.4);transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.chatbot-fab:hover{transform:translateY(-3px);box-shadow:0 16px 32px rgba(39,52,139,.5)}.chatbot-fab:focus-visible{outline:3px solid var(--quarternary-color);outline-offset:3px}.chatbot-fab.is-hidden{opacity:0;pointer-events:none;transform:scale(.6)}.chatbot-fab-dot{position:absolute;top:12px;right:12px;width:12px;height:12px;border-radius:50%;background:var(--quarternary-color);border:2px solid #27348b;animation:chatbot-pulse 1.8s ease-in-out infinite}@keyframes chatbot-pulse{0%,to{box-shadow:0 0 0 0 rgba(214,175,98,.6)}50%{box-shadow:0 0 0 6px rgba(214,175,98,0)}}.chatbot-panel{bottom:24px;width:380px;max-width:calc(100vw - 32px);height:min(620px,calc(100vh - 120px));background:#f7f9fc;border-radius:18px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 24px 60px rgba(15,23,42,.28);border:1px solid rgba(39,52,139,.08);opacity:0;visibility:hidden;transform:translateY(24px) scale(.98);transform-origin:bottom right;transition:opacity .24s ease,transform .24s ease,visibility .24s}.chatbot-panel.is-open{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.chatbot-header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px 16px;background:linear-gradient(135deg,#2f3ea3,#27348b);color:#fff}.chatbot-header-id{display:flex;align-items:center;gap:12px}.chatbot-avatar{width:42px;height:42px;border-radius:50%;background:#fff;display:grid;place-items:center;padding:4px;flex-shrink:0}.chatbot-avatar img{width:100%;height:100%;object-fit:contain}.chatbot-title{font-family:GilroyBold,sans-serif;font-size:15px;line-height:1.2}.chatbot-status{display:flex;align-items:center;gap:6px;font-size:11px;color:hsla(0,0%,100%,.82);margin-top:2px}.chatbot-status-dot{width:7px;height:7px;border-radius:50%;background:#34d399;box-shadow:0 0 0 3px rgba(52,211,153,.25)}.chatbot-close{background:hsla(0,0%,100%,.12);border:none;color:#fff;width:34px;height:34px;border-radius:50%;font-size:20px;display:grid;place-items:center;cursor:pointer;transition:background .2s ease}.chatbot-close:hover{background:hsla(0,0%,100%,.24)}.chatbot-close:focus-visible{outline:2px solid var(--quarternary-color);outline-offset:2px}.chatbot-messages{flex:1 1;overflow-y:auto;padding:18px 14px 8px;display:flex;flex-direction:column;gap:14px}.chatbot-row{display:flex;align-items:flex-end;gap:8px;max-width:100%}.chatbot-row.user{flex-direction:row-reverse}.chatbot-msg-avatar{width:28px;height:28px;border-radius:50%;background:var(--tertiary-color);color:#27348b;display:grid;place-items:center;font-size:14px;flex-shrink:0}.chatbot-bubble-group{display:flex;flex-direction:column;max-width:80%}.chatbot-row.user .chatbot-bubble-group{align-items:flex-end}.chatbot-bubble{padding:10px 14px;font-size:13.5px;line-height:1.5;border-radius:16px;word-wrap:break-word}.chatbot-bubble.bot{background:#fff;color:#1f2433;border:1px solid rgba(39,52,139,.08);border-bottom-left-radius:4px}.chatbot-bubble.user{background:linear-gradient(135deg,#2f3ea3,#27348b);color:#fff;border-bottom-right-radius:4px}.chatbot-bubble span br:last-child{display:none}.chatbot-time{font-size:10px;color:var(--grey-color);margin:4px 6px 0}.chatbot-quick-replies{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.chatbot-chip{background:#fff;border:1px solid var(--quarternary-color);color:#27348b;font-family:Gilroy-500,sans-serif;font-size:12.5px;padding:7px 13px;border-radius:999px;cursor:pointer;transition:background .2s ease,color .2s ease,transform .2s ease}.chatbot-chip:hover{background:var(--quarternary-color);color:#fff}.chatbot-chip:focus-visible{outline:2px solid #27348b;outline-offset:2px}.chatbot-link-chip{display:inline-flex;align-items:center;gap:6px;background:var(--quarternary-color);border-color:var(--quarternary-color);color:#27348b;font-family:GilroyBold,sans-serif;text-decoration:none}.chatbot-link-chip:hover{background:#c79f50;border-color:#c79f50;color:#fff}.chatbot-link-chip>svg{font-size:14px}.chatbot-typing{display:flex;gap:4px;align-items:center}.chatbot-typing span{width:7px;height:7px;border-radius:50%;background:var(--grey-color);opacity:.5;animation:chatbot-typing 1.2s ease-in-out infinite}.chatbot-typing span:nth-child(2){animation-delay:.2s}.chatbot-typing span:nth-child(3){animation-delay:.4s}@keyframes chatbot-typing{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-4px);opacity:1}}.chatbot-lead{background:#fff;border:1px solid rgba(39,52,139,.1);border-radius:14px;padding:16px;display:flex;flex-direction:column;gap:10px;margin-top:4px}.chatbot-lead-title{font-family:GilroyBold,sans-serif;font-size:14px;color:#27348b}.chatbot-field{display:flex;align-items:center;gap:8px;border:1px solid rgba(39,52,139,.18);border-radius:10px;padding:0 12px;background:#fafbfc;color:var(--grey-color);transition:border-color .2s ease,box-shadow .2s ease}.chatbot-field:focus-within{border-color:var(--quarternary-color);box-shadow:0 0 0 3px rgba(214,175,98,.16);background:#fff}.chatbot-field input{flex:1 1;border:none;outline:none;background:transparent;padding:11px 0;font-family:Gilroy-500,sans-serif;font-size:13.5px;color:#1f2433}.chatbot-error{color:#d33;font-size:12px}.chatbot-lead-submit{background:linear-gradient(135deg,#2f3ea3,#27348b);color:#fff;border:none;border-radius:10px;padding:12px;font-family:GilroyBold,sans-serif;font-size:13.5px;cursor:pointer;transition:filter .2s ease,transform .2s ease}.chatbot-lead-submit:hover:not(:disabled){filter:brightness(1.08)}.chatbot-lead-submit:disabled{opacity:.7;cursor:progress}.chatbot-lead-submit:focus-visible{outline:2px solid var(--quarternary-color);outline-offset:2px}.chatbot-lead-note{font-size:10.5px;color:var(--grey-color);line-height:1.4}.chatbot-wizard{background:#fff;border:1px solid rgba(39,52,139,.1);border-radius:14px;padding:16px;display:flex;flex-direction:column;gap:6px;margin-top:4px;animation:chatbot-nudge-in .26s ease}.chatbot-wizard-progress{display:flex;gap:6px;margin-bottom:4px}.chatbot-wizard-progress span{height:4px;flex:1 1;border-radius:999px;background:rgba(39,52,139,.12);transition:background .24s ease}.chatbot-wizard-progress span.is-active{background:var(--quarternary-color)}.chatbot-wizard-progress span.is-done{background:#27348b}.chatbot-wizard-step{font-size:11px;font-family:Gilroy-500,sans-serif;color:var(--quarternary-color);text-transform:uppercase;letter-spacing:.04em}.chatbot-wizard-q{font-family:GilroyBold,sans-serif;font-size:14px;color:#27348b}.chatbot-wizard-options{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.chatbot-wizard-chip{font-family:Gilroy-500,sans-serif}.chatbot-quote-summary{display:flex;flex-wrap:wrap;gap:8px}.chatbot-quote-tag{display:inline-flex;align-items:center;gap:6px;padding:6px 11px;border-radius:999px;background:var(--tertiary-color);color:#27348b;font-family:GilroyBold,sans-serif;font-size:12px}.chatbot-quote-tag>svg{font-size:13px;color:#128c4b}.chatbot-input{display:flex;align-items:center;gap:8px;padding:12px;background:#fff;border-top:1px solid rgba(39,52,139,.08)}.chatbot-input input{flex:1 1;border:1px solid rgba(39,52,139,.15);border-radius:999px;padding:11px 16px;font-family:Gilroy-500,sans-serif;font-size:13.5px;outline:none;color:#1f2433;background:#fafbfc;transition:border-color .2s ease,box-shadow .2s ease}.chatbot-input input:focus{border-color:var(--quarternary-color);box-shadow:0 0 0 3px rgba(214,175,98,.16);background:#fff}.chatbot-input button{width:44px;height:44px;flex-shrink:0;border:none;border-radius:50%;background:linear-gradient(135deg,#2f3ea3,#27348b);color:#fff;font-size:18px;display:grid;place-items:center;cursor:pointer;transition:filter .2s ease,opacity .2s ease}.chatbot-input button:hover:not(:disabled){filter:brightness(1.1)}.chatbot-input button:disabled{opacity:.45;cursor:default}.chatbot-input button:focus-visible{outline:2px solid var(--quarternary-color);outline-offset:2px}.chatbot-toolbar{display:flex;gap:8px;padding:10px 12px;background:#fff;border-bottom:1px solid rgba(39,52,139,.08)}.chatbot-tool{flex:1 1;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:9px 8px;border-radius:9px;border:1px solid rgba(39,52,139,.12);background:#f7f9fc;color:#27348b;font-family:Gilroy-500,sans-serif;font-size:12.5px;cursor:pointer;text-decoration:none;transition:background .2s ease,color .2s ease,border-color .2s ease}.chatbot-tool:hover{background:var(--tertiary-color)}.chatbot-tool:focus-visible{outline:2px solid var(--quarternary-color);outline-offset:2px}.chatbot-tool-wa{color:#128c4b;border-color:rgba(18,140,75,.25)}.chatbot-tool-wa:hover{background:rgba(18,140,75,.1)}.chatbot-tool-reset{color:var(--grey-color)}.chatbot-bubble.bot a{color:#27348b;font-family:GilroyBold,sans-serif;text-decoration:underline;text-underline-offset:2px}.chatbot-nudge{position:fixed;right:24px;bottom:96px;z-index:1200;max-width:260px;background:#fff;border:1px solid rgba(39,52,139,.1);border-radius:14px 14px 4px 14px;box-shadow:0 16px 36px rgba(15,23,42,.22);padding:6px;animation:chatbot-nudge-in .3s ease}@keyframes chatbot-nudge-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chatbot-nudge-body{display:block;text-align:left;background:none;border:none;cursor:pointer;padding:10px 12px;font-family:Gilroy-500,sans-serif;font-size:13px;line-height:1.5;color:#1f2433}.chatbot-nudge-close{position:absolute;top:-10px;right:-10px;width:24px;height:24px;border-radius:50%;border:none;background:#27348b;color:#fff;font-size:14px;display:grid;place-items:center;cursor:pointer}.chatbot-nudge-body:focus-visible,.chatbot-nudge-close:focus-visible{outline:2px solid var(--quarternary-color);outline-offset:2px}.chatbot-lead-whatsapp{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px;border-radius:10px;border:1px solid rgba(18,140,75,.4);background:rgba(18,140,75,.08);color:#128c4b;font-family:GilroyBold,sans-serif;font-size:13px;text-decoration:none;transition:background .2s ease}.chatbot-lead-whatsapp:hover{background:rgba(18,140,75,.16)}@media (max-width:480px){.chatbot-panel{right:0;bottom:0;width:100%;max-width:100%;height:100dvh;border-radius:0}.chatbot-fab{right:16px;bottom:16px;width:56px;height:56px;font-size:24px}.chatbot-nudge{right:16px;bottom:84px}}[dir=rtl].chatbot-panel .chatbot-bubble.bot{border-bottom-left-radius:16px;border-bottom-right-radius:4px}[dir=rtl].chatbot-panel .chatbot-bubble.user{border-bottom-right-radius:16px;border-bottom-left-radius:4px}[dir=rtl].chatbot-panel .chatbot-wizard-step{letter-spacing:normal}@media (prefers-reduced-motion:reduce){.chatbot-chip,.chatbot-close,.chatbot-fab,.chatbot-input button,.chatbot-lead-submit,.chatbot-panel{transition:none}.chatbot-fab-dot,.chatbot-typing span{animation:none}}.contactWrapper{display:grid;place-items:center;padding:16px;width:100%}.contactInnerWrapper{height:100%;width:100%;max-width:1400px;display:flex;gap:50px;flex-wrap:wrap;align-items:center;justify-content:space-around}.contactInnerWrapper>div{flex:1 1;display:flex;flex-direction:column;min-width:280px;width:100%}.contactInnerWrapper>div:first-child{text-align:left;gap:20px}.contactInnerWrapper>div:first-child>ul{display:flex;flex-direction:column;justify-content:space-between;gap:20px;list-style-type:none;height:100%;font-family:Gilroy-500;font-size:15px}.contactInnerWrapper>div:first-child>ul:first-child{gap:5px}.contactInnerWrapper>div:first-child>ul>li{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.contactInnerWrapper>div:first-child>ul>li>a{display:flex;align-items:center;gap:10px;color:var(--secondary-color);font-family:GilroyBold,sans-serif;transition:color .3s ease}.contactInnerWrapper>div:first-child>ul>li>a:hover{color:var(--quarternary-color)}.contactInnerWrapper>div:nth-child(2)>form{display:flex;flex-direction:column;gap:16px;background:var(--primary-color);padding:30px;border-radius:20px;border:1px solid rgba(39,52,139,.06);box-shadow:0 10px 30px rgba(39,52,139,.04)}.contactInnerWrapper>div:nth-child(2)>form>div{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.contactInnerWrapper>div:nth-child(2)>form>div>label{font-family:GilroyBold,sans-serif;font-size:13.5px;color:var(--secondary-color)}.contactInnerWrapper>div:nth-child(2)>form>div>input{width:100%;height:44px;border-radius:10px;border:1px solid rgba(39,52,139,.15);padding:10px 16px;font-family:Gilroy-500,sans-serif;font-size:14.5px;outline:none;background-color:#fafbfc;transition:all .3s ease;color:var(--secondary-color)}.contactInnerWrapper>div:nth-child(2)>form>div>input:focus{border-color:var(--quarternary-color);background-color:var(--primary-color);box-shadow:0 0 0 4px rgba(214,175,98,.15)}.contactInnerWrapper>div:nth-child(2)>form>div>textarea{width:100%;min-height:120px;border-radius:10px;border:1px solid rgba(39,52,139,.15);padding:12px 16px;font-family:Gilroy-500,sans-serif;font-size:14.5px;outline:none;background-color:#fafbfc;transition:all .3s ease;color:var(--secondary-color);resize:vertical}.contactInnerWrapper>div:nth-child(2)>form>div>textarea:focus{border-color:var(--quarternary-color);background-color:var(--primary-color);box-shadow:0 0 0 4px rgba(214,175,98,.15)}