*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%}body{font-family:Montserrat,sans-serif;font-optical-sizing:auto;background-color:#fff;margin:0;padding:0}a{word-break:break-word}.page{display:flex;flex-direction:column;align-items:center}.button{opacity:.7;padding:.5rem;border-radius:15px;border:none;color:#fff;cursor:pointer;background:linear-gradient(90deg,#2374e7,#0ac);transition:opacity .3s ease}.button:hover{opacity:1}.button__container{background-color:#fff;border-radius:15px}.text-input{width:100%;padding:.5rem;border:2px solid hsl(215,80%,52%);border-radius:15px;font-size:1rem}.text-input:focus{outline:none;border-color:#00f}.chat-widget{position:fixed;bottom:125px;right:20px;width:425px;z-index:999}.chat-widget *{box-sizing:border-box;font-family:sans-serif}@media screen and (max-width: 768px){.chat-widget{right:0;width:100%}}.widget-bubble{position:fixed;bottom:55px;right:20px;z-index:9999}.widget-bubble__container{width:3.6rem;height:3.6rem;padding:.3rem;display:flex;justify-content:center;align-items:center;border-radius:50%;background:linear-gradient(90deg,#5191ec,#00d4ff)}.widget-bubble__icon{width:90%;height:90%;background-size:contain}.widget-bubble__icon--open{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Generator:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%200%20512%20512'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3echevron-down%3c/title%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='add'%20fill='%23000000'%20transform='translate(80.915055,%20157.440000)'%3e%3cpolygon%20id='Path-19'%20points='320%200%20350.169889%2030.1698893%20175.084945%20205.254834%200%2030.1698893%2030.1698893%200%20175.084945%20144.898278'%3e%3c/polygon%3e%3c/g%3e%3c/g%3e%3c/svg%3e");transform:rotate(180deg)}.widget-bubble__icon--close{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Generator:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%200%20512%20512'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3echevron-down%3c/title%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='add'%20fill='%23000000'%20transform='translate(80.915055,%20157.440000)'%3e%3cpolygon%20id='Path-19'%20points='320%200%20350.169889%2030.1698893%20175.084945%20205.254834%200%2030.1698893%2030.1698893%200%20175.084945%20144.898278'%3e%3c/polygon%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.widget-chat-frame__outer{height:min(100vh - 125px - 10px,750px);filter:drop-shadow(0px 0px 2px rgba(0,0,0,.6666666667));border-radius:1.5rem;border:2px solid hsl(215,80%,12%);outline:3px solid hsl(215,80%,42%)}.widget-chat-frame__inner{position:relative;display:flex;flex-direction:column;width:100%;height:100%}.widget-chat-header{width:100%;background:linear-gradient(90deg,#5191ec,#00d4ff);border-radius:1.5rem 1.5rem 0 0;border:2px solid hsl(215,80%,12%)}.widget-chat-header__container{display:flex;flex-direction:row;padding:.65rem}.widget-chat-header__avatar{width:6vh;height:6vh;border-radius:50%;margin-right:1rem;background-size:100%;background-position:center;background-repeat:no-repeat;border:2px solid hsl(215,80%,12%);background-color:#1868d8}.widget-chat-header__title{font-size:1.5rem;font-weight:700;color:#222;display:flex;align-items:center}.widget-chat-message{border-radius:15px;display:flex;flex-direction:row;align-items:center}.widget-chat-message__container{width:80%;font-size:.95rem;padding:.75rem;border-radius:inherit}.widget-chat-message--agent{text-align:left}.widget-chat-message--agent .widget-chat-message__container{align-self:flex-start;background:linear-gradient(90deg,#5191ec,#00d4ff)}.widget-chat-message--user{flex-direction:row;justify-content:flex-end}.widget-chat-message--user .widget-chat-message__container{background:linear-gradient(270deg,#5cf582,#61f0cc)}.widget-chat-message__message{word-break:break-word;line-height:1.3rem}.widget-chat-message__message-loader-container{width:100%;text-align:center}.widget-chat-message__body{display:flex;align-items:center;gap:.5rem}.widget-chat-message__tts-btn{margin-left:.2rem;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:none;padding:.2rem;width:35px;height:35px;cursor:pointer;border-radius:50%;transition:background .1s ease}.widget-chat-message__tts-btn:hover{background:#0000001a}.widget-chat-message__tts-btn-icon{width:20px;height:20px;pointer-events:none;opacity:.1;transition:opacity .1s ease}.widget-chat-message:hover .widget-chat-message__tts-btn-icon{opacity:.5}.widget-chat-message__header{display:flex;align-items:left;margin-bottom:.5rem}.widget-chat-message__avatar{width:2rem;height:2rem;border-radius:50%;background-color:#1868d8;margin-right:.5rem;background-image:url(/assets/avatar-594fRS2U.png);background-repeat:no-repeat;background-position:center;background-size:100%}.widget-chat-message__sender{font-weight:700;color:#222;align-content:center}.widget-chat-message--agent+.widget-chat-message--agent .widget-chat-message__header{display:none}.widget-chat-message--agent+.widget-chat-message--agent{border-radius:0 0 15px 15px}.widget-chat-message--agent:has(+.widget-chat-message--agent){border-radius:15px 15px 0 0}.widget-chat-message--agent+.widget-chat-message--agent:has(+.widget-chat-message--agent){border-radius:0}.widget-chat-body{position:relative;width:100%;height:100%;background-color:#f9f9f9;overflow-y:auto;padding:20px;border:2px solid hsl(215,80%,12%);border-width:0 2px}.widget-chat-body__messages{display:flex;flex-direction:column;gap:5px;padding-bottom:20px}.widget-chat-body__overlay{position:absolute;inset:0;background-color:#0000004d;display:flex;align-items:center;justify-content:center;z-index:999}.widget-chat-body__overlay-text{color:#000;font-size:20px;font-weight:700}.widget-chat-footer{width:100%;display:flex;background:linear-gradient(90deg,#5191ec,#00d4ff);border-radius:0 0 1.5rem 1.5rem;border:2px solid hsl(215,80%,12%)}.widget-chat-footer__container{padding:1rem;width:100%;display:flex;align-items:center;justify-content:space-between}.widget-chat-footer__input{width:80%;height:3rem;padding:.5rem;border:none;border-radius:.5rem;color:#222}.widget-chat-footer__input-container{width:100%;background:#fff;border-radius:15px;display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;flex-direction:row;margin-right:1rem}.widget-chat-footer__input:disabled{background:#ddd;cursor:not-allowed}.widget-chat-footer__actions{display:flex;align-items:center;gap:.5rem}.widget-chat-footer__mic{width:3rem;height:3rem;border-radius:15px;display:inline-flex;align-items:center;justify-content:center;border:none;background-color:transparent;padding:.25rem;transition:background-color .2s ease}.widget-chat-footer__mic:disabled{background:#ddd;cursor:not-allowed}.widget-chat-footer__mic-icon{width:50%;object-fit:contain;display:block;pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.5}.widget-chat-footer__mic:hover{background-color:#2374e7}.widget-chat-footer__mic:hover .widget-chat-footer__mic-icon{opacity:1}.widget-chat-footer__submit{width:3rem;height:3rem;border-radius:50%;background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'?%3e%3csvg%20height='512'%20viewBox='0%200%20512%20512'%20width='512'%20xmlns='http://www.w3.org/2000/svg'%3e%3ctitle/%3e%3cpath%20d='M476.59,227.05l-.16-.07L49.35,49.84A23.56,23.56,0,0,0,27.14,52,24.65,24.65,0,0,0,16,72.59V185.88a24,24,0,0,0,19.52,23.57l232.93,43.07a4,4,0,0,1,0,7.86L35.53,303.45A24,24,0,0,0,16,327V440.31A23.57,23.57,0,0,0,26.59,460a23.94,23.94,0,0,0,13.22,4,24.55,24.55,0,0,0,9.52-1.93L476.4,285.94l.19-.09a32,32,0,0,0,0-58.8Z'/%3e%3c/svg%3e");background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'?%3e%3csvg%20height='512'%20viewBox='0%200%20512%20512'%20width='512'%20xmlns='http://www.w3.org/2000/svg'%3e%3ctitle/%3e%3cpath%20d='M476.59,227.05l-.16-.07L49.35,49.84A23.56,23.56,0,0,0,27.14,52,24.65,24.65,0,0,0,16,72.59V185.88a24,24,0,0,0,19.52,23.57l232.93,43.07a4,4,0,0,1,0,7.86L35.53,303.45A24,24,0,0,0,16,327V440.31A23.57,23.57,0,0,0,26.59,460a23.94,23.94,0,0,0,13.22,4,24.55,24.55,0,0,0,9.52-1.93L476.4,285.94l.19-.09a32,32,0,0,0,0-58.8Z'/%3e%3c/svg%3e"),linear-gradient(90deg,#5191ec,#00d4ff);background-repeat:no-repeat;background-size:65%,auto;background-position:center;border:2px solid hsl(215,80%,12%)}.widget-chat-footer__submit:hover{background-color:#155dc1}.widget-chat-footer__submit--stop{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='iso-8859-1'?%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Generator:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20fill='%23000000'%20height='800px'%20width='800px'%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20viewBox='0%200%20512%20512'%20xml:space='preserve'%3e%3cg%3e%3cg%3e%3cpath%20d='M501.333,0H10.667C4.779,0,0,4.779,0,10.667v490.667C0,507.221,4.779,512,10.667,512h490.667%20c5.888,0,10.667-4.779,10.667-10.667V10.667C512,4.779,507.221,0,501.333,0z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e"),linear-gradient(90deg,#5191ec,#00d4ff);background-size:50%,auto}.footer{width:100%;height:auto;background-color:#e9eef6;color:#3a4f66;padding:1.5rem}.footer__bottom{text-align:center}.navbar{background-color:#fff;height:6rem;width:100%}.navbar__container{width:1400px;margin-left:auto;margin-right:auto;display:flex;flex-direction:row;align-items:center;height:100%}.navbar__logo{height:65%;margin-left:2rem;margin-right:3rem;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none}@media screen and (max-width: 768px){.navbar{height:5rem}.navbar__container{width:100%}.navbar__logo{margin-left:1rem;margin-right:1.5rem;height:40%}}@media screen and (min-width: 769px) and (max-width: 1400px){.navbar__container{width:100%}}.contact-section{display:flex;flex-direction:column;width:1400px;padding:3.5rem;color:#222;line-height:1.6rem}.contact-section a{color:#005da8;text-decoration:none}.contact-section a:hover{text-decoration:underline}.contact-section__container{display:flex;flex-direction:row;justify-content:space-between;gap:4rem}.contact-section__details,.contact-section__form{width:50%;padding:2rem;border-radius:15px;box-shadow:#d8d8d8 0 0 10px}.contact-section__form{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-content:flex-start;gap:1rem}.contact-section__form .input{width:100%}.contact-section__form .input label{margin-left:10px;line-height:1.8rem}.contact-section__form .input input,.contact-section__form .input textarea,.contact-section__form .input button{padding:.6rem;border:1px solid #000;border-radius:15px;width:100%;resize:vertical}.contact-section__form .input input:focus,.contact-section__form .input textarea:focus,.contact-section__form .input button:focus{outline:none;border-color:#263238;box-shadow:0 0 5px #26323880}.contact-section__form .input button{font-size:1rem;border:1px solid rgb(17.3829787234,22.8723404255,25.6170212766);background-color:#263238;transition:background-color .3s ease;color:#fff}.contact-section__form .input button:hover{background-color:#005da8;cursor:pointer}.contact-section__header{align-self:center}.contact-section__title{font-size:24px;font-weight:700;margin-bottom:1.3rem}.contact-section__list-item{font-size:16px;font-weight:400;margin-left:25px;margin-top:5px}.email-icon{display:inline-block;width:20px;height:20px;margin-right:8px;margin-bottom:8px;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24px'%20viewBox='0%20-960%20960%20960'%20width='24px'%20fill='%23005DA8'%3e%3cpath%20d='M160-160q-33%200-56.5-23.5T80-240v-480q0-33%2023.5-56.5T160-800h640q33%200%2056.5%2023.5T880-720v480q0%2033-23.5%2056.5T800-160H160Zm320-280L160-640v400h640v-400L480-440Zm0-80%20320-200H160l320%20200ZM160-640v-80%20480-400Z'/%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat;vertical-align:middle}.phone-icon{display:inline-block;width:20px;height:20px;margin-right:8px;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24px'%20viewBox='0%20-960%20960%20960'%20width='24px'%20fill='%23005DA8'%3e%3cpath%20d='M798-120q-125%200-247-54.5T329-329Q229-429%20174.5-551T120-798q0-18%2012-30t30-12h162q14%200%2025%209.5t13%2022.5l26%20140q2%2016-1%2027t-11%2019l-97%2098q20%2037%2047.5%2071.5T387-386q31%2031%2065%2057.5t72%2048.5l94-94q9-9%2023.5-13.5T670-390l138%2028q14%204%2023%2014.5t9%2023.5v162q0%2018-12%2030t-30%2012ZM241-600l66-66-17-94h-89q5%2041%2014%2081t26%2079Zm358%20358q39%2017%2079.5%2027t81.5%2013v-88l-94-19-67%2067ZM241-600Zm358%20358Z'/%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat;vertical-align:middle}@media screen and (max-width: 768px){.contact-section{padding:1.5rem;width:100%}.contact-section__container{flex-direction:column;gap:2rem}.contact-section__details,.contact-section__form{width:100%;padding:1.5rem}.contact-section__title{font-size:20px;margin-bottom:1rem}}@media screen and (min-width: 769px) and (max-width: 1400px){.contact-section{width:min(100%,1400px)}}.grid-section{width:1400px;padding:0 100px}.grid-section__items{display:grid;grid-template-columns:50% 50%}.grid-section__item{width:100%;background-color:#e9eef6;padding:3rem}.grid-section__item--no-padding{padding:0!important}.grid-section__item-title{font-weight:700;font-size:30px;margin-bottom:15px}.grid-section__item-description{font-weight:400;font-size:16px;color:#3a4f66;line-height:1.7rem;text-align:justify}.grid-section__item img{width:100%;height:100%;object-fit:cover}@media screen and (max-width: 768px){.grid-section{width:100%;padding:0}.grid-section__items{grid-template-columns:100%}.grid-section__item{padding:2rem}.grid-section__item-description{font-size:14px;margin-bottom:1rem}.grid-section__item:nth-of-type(3){order:4}.grid-section__item:nth-of-type(4){order:3}}@media screen and (min-width: 769px) and (max-width: 1400px){.grid-section{width:min(100%,1200px);padding:0}}.intro-section{display:flex;flex-direction:row;width:1400px}.intro-section__left{width:50%;padding:2rem}.intro-section__left img{width:100%;height:auto;object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.intro-section__right{width:50%;padding:2rem}.intro-section__title{font-size:42px;color:#222;margin-bottom:1rem;font-weight:700;margin-top:2rem}.intro-section__description{font-size:32px;color:#222;margin-bottom:3rem;font-weight:700}.intro-section__link{background-color:#f93400;color:#fff;font-weight:600;text-align:center;padding:1.1rem 1.6rem;border-radius:50px;text-decoration:none;transition:background-color .3s ease}.intro-section__link:hover{background-color:#222}@media screen and (max-width: 768px){.intro-section{flex-direction:column-reverse;align-content:center;width:100%}.intro-section__left,.intro-section__right{width:100%;height:auto;padding:1rem}}@media screen and (max-width: 768px){.intro-section__right{text-align:center}.intro-section__title{margin-top:0;font-size:32px}.intro-section__description{font-size:22px}}@media screen and (min-width: 769px) and (max-width: 1400px){.intro-section{width:min(1400px,100%)}}.logos-carousel{width:100%;padding:2rem;display:flex;flex-direction:column;align-items:center;align-content:center}.logos-carousel__title{margin:20px;font-size:32px;text-align:center;color:#192a3d}.logos-carousel__slogan{font-size:32px;color:#222;text-align:center;font-weight:700;max-width:1000px;margin:4rem}.logos-carousel__link{background-color:#f93400;color:#fff;font-weight:600;text-align:center;padding:1.1rem 1.6rem;border-radius:50px;text-decoration:none;transition:background-color .3s ease}.logos-carousel__link:hover{background-color:#222}.logos-carousel__container{height:150px;overflow-x:auto;padding:20px 0;scroll-behavior:smooth;height:auto;display:flex;flex-direction:row;align-items:center;align-content:center;justify-content:center;flex-wrap:wrap;gap:75px}.logos-carousel img{width:250px;margin:0 10px;object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;pointer-events:none}@media screen and (max-width: 768px){.logos-carousel__slogan{margin:1rem;margin:2rem 0;font-size:28px}.logos-carousel__container{gap:50px}.logos-carousel img{width:70%;margin:0;padding:0}}.panel-grid{width:1400px}.panel-grid__container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:4rem;padding:20px;line-height:1.6rem}.panel-grid__title{font-size:42px;font-weight:700;margin-bottom:20px;text-align:center;color:#222}.panel-grid__panel{border-radius:8px;padding:15px;box-shadow:0 2px 4px #0000001a;transition:box-shadow .3s ease;text-align:center}.panel-grid__panel:hover{box-shadow:0 0 8px #00000026}.panel-grid__panel-icon{width:80px;height:80px;margin:0 auto 15px;background-size:contain;background-repeat:no-repeat;background-position:center}.panel-grid__panel-title{font-size:18px;font-weight:700;margin-bottom:10px;color:#192a3d}.panel-grid__panel-text{font-size:16px;font-weight:400;color:#3a4f66}@media screen and (max-width: 768px){.panel-grid{width:100%}.panel-grid__container{grid-template-columns:1fr;gap:2rem}.panel-grid__title{margin:.5rem;font-size:32px}.panel-grid__panel{padding:10px}.panel-grid__panel-title{font-size:16px}.panel-grid__panel-text{font-size:14px}}@media screen and (min-width: 769px) and (max-width: 1400px){.panel-grid{width:min(100%,1400px)}}.title-text-section{text-align:center;padding:5rem;background-color:#e5eef6;width:100%;display:flex;justify-content:center}.title-text-section__container{width:1000px}.title-text-section__title{font-size:42px;color:#222;margin-bottom:1rem}.title-text-section__text{font-size:16px;color:#3a4f66;line-height:1.6rem}@media screen and (max-width: 768px){.title-text-section{padding:2rem}.title-text-section__container{width:100%}.title-text-section__title{font-size:32px}.title-text-section__text{font-size:14px}}
