.Chatbot-module__DWq8bW__root{z-index:110;pointer-events:none;flex-direction:column;align-items:flex-end;gap:.75rem;display:flex;position:fixed;bottom:5.5rem;right:1rem}.Chatbot-module__DWq8bW__root>*{pointer-events:auto}.Chatbot-module__DWq8bW__floatingButton{border-radius:var(--radius-full);background:linear-gradient(135deg,var(--primary),var(--accent));color:#fff;justify-content:center;align-items:center;width:3.75rem;height:3.75rem;font-size:1rem;font-weight:800;transition:transform .2s,opacity .2s,box-shadow .2s;display:inline-flex;box-shadow:0 20px 50px #0f172a2e}.Chatbot-module__DWq8bW__floatingButton:hover{transform:translateY(-2px);box-shadow:0 24px 60px #0f172a38}.Chatbot-module__DWq8bW__floatingButtonActive{background:var(--primary)}.Chatbot-module__DWq8bW__panel{background:var(--background);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;width:min(24rem,100vw - 1.5rem);max-height:min(42rem,100vh - 6rem);display:flex;overflow:hidden;box-shadow:0 24px 70px #0f172a33}.Chatbot-module__DWq8bW__header{color:#fff;background:linear-gradient(135deg,var(--primary),var(--accent));justify-content:space-between;align-items:flex-start;gap:1rem;padding:1rem 1.125rem;display:flex}.Chatbot-module__DWq8bW__title{margin:0;font-size:1rem;font-weight:800;line-height:1.2}.Chatbot-module__DWq8bW__subtitle{color:#ffffffe0;margin-top:.25rem;font-size:.8rem;line-height:1.4;text-align:left!important;text-align-last:left!important}.Chatbot-module__DWq8bW__closeButton{border-radius:var(--radius-full);width:2rem;height:2rem;color:inherit;background:#ffffff24;flex-shrink:0;justify-content:center;align-items:center;font-size:1.25rem;transition:background-color .2s;display:inline-flex}.Chatbot-module__DWq8bW__closeButton:hover{background:#ffffff38}.Chatbot-module__DWq8bW__messages{background:var(--surface);flex-direction:column;gap:.75rem;min-height:18rem;max-height:24rem;padding:1rem;display:flex;overflow-y:auto}.Chatbot-module__DWq8bW__message{white-space:pre-wrap;word-break:break-word;border-radius:1rem;flex-direction:column;gap:.25rem;max-width:88%;padding:.875rem 1rem;font-size:.95rem;line-height:1.5;display:flex}.Chatbot-module__DWq8bW__assistantMessage{background:var(--background);border:1px solid var(--border);color:var(--foreground);align-self:flex-start}.Chatbot-module__DWq8bW__userMessage{background:var(--primary);color:#fff;align-self:flex-end}.Chatbot-module__DWq8bW__loadingMessage{opacity:.9}.Chatbot-module__DWq8bW__messageLabel{letter-spacing:.04em;text-transform:uppercase;opacity:.8;font-size:.7rem;font-weight:700}.Chatbot-module__DWq8bW__userMessage .Chatbot-module__DWq8bW__messageLabel{color:#ffffffc7}.Chatbot-module__DWq8bW__messageContent{margin:0;text-align:left!important;text-align-last:left!important;-webkit-hyphens:none!important;hyphens:none!important}.Chatbot-module__DWq8bW__errorMessage{color:#b91c1c;padding:.75rem 1rem 0;font-size:.875rem;text-align:left!important;text-align-last:left!important}.Chatbot-module__DWq8bW__form{border-top:1px solid var(--border);background:var(--background);align-items:flex-end;gap:.75rem;padding:1rem;display:flex}.Chatbot-module__DWq8bW__input{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface);min-width:0;color:var(--foreground);flex:1;padding:.875rem 1rem;font-size:1rem;transition:border-color .2s,background-color .2s,box-shadow .2s}.Chatbot-module__DWq8bW__input::placeholder{color:var(--text-muted)}.Chatbot-module__DWq8bW__input:disabled{opacity:.7;cursor:not-allowed}.Chatbot-module__DWq8bW__submitButton{border-radius:var(--radius-md);background:var(--accent);color:#fff;flex-shrink:0;padding:.875rem 1rem;font-weight:600;transition:transform .2s,opacity .2s,background-color .2s}.Chatbot-module__DWq8bW__submitButton:hover:not(:disabled){background:var(--accent-hover);transform:translateY(-1px)}.Chatbot-module__DWq8bW__submitButton:disabled{opacity:.6;cursor:not-allowed}.Chatbot-module__DWq8bW__floatingButton:focus-visible,.Chatbot-module__DWq8bW__closeButton:focus-visible,.Chatbot-module__DWq8bW__input:focus-visible,.Chatbot-module__DWq8bW__submitButton:focus-visible{outline-offset:2px;outline:3px solid #1a2b5638}.Chatbot-module__DWq8bW__input:focus-visible{border-color:var(--primary);background:var(--background)}.Chatbot-module__DWq8bW__srOnly{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (max-width:640px){.Chatbot-module__DWq8bW__root{top:calc(env(safe-area-inset-top) + 7rem);justify-content:flex-end;align-items:stretch;bottom:6rem;left:.75rem;right:.75rem}.Chatbot-module__DWq8bW__panel{width:100%;max-height:calc(100% - 4.5rem)}.Chatbot-module__DWq8bW__floatingButton{align-self:flex-end}.Chatbot-module__DWq8bW__messages{flex:auto;min-height:0;max-height:none}.Chatbot-module__DWq8bW__form{flex-direction:column;align-items:stretch}.Chatbot-module__DWq8bW__submitButton{width:100%}}
.Button-module__xDwtkW__button{border-radius:var(--radius-full);cursor:pointer;white-space:nowrap;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s;display:inline-flex}.Button-module__xDwtkW__button:active{transform:scale(.98)}.Button-module__xDwtkW__button:disabled{opacity:.6;cursor:not-allowed}.Button-module__xDwtkW__primary{background-color:var(--accent);color:#fff}.Button-module__xDwtkW__primary:hover:not(:disabled){background-color:var(--accent-hover)}.Button-module__xDwtkW__secondary{background-color:var(--primary);color:#fff}.Button-module__xDwtkW__secondary:hover:not(:disabled){background-color:var(--primary-light)}.Button-module__xDwtkW__outline{border:1px solid var(--border);color:var(--foreground);background-color:#0000}.Button-module__xDwtkW__outline:hover:not(:disabled){background-color:var(--surface);border-color:var(--primary)}.Button-module__xDwtkW__ghost{color:var(--foreground);background-color:#0000}.Button-module__xDwtkW__ghost:hover:not(:disabled){background-color:var(--surface)}.Button-module__xDwtkW__sm{border-radius:var(--radius-sm);padding:.5rem 1rem;font-size:.875rem}.Button-module__xDwtkW__lg{border-radius:var(--radius-lg);padding:1rem 2rem;font-size:1.125rem}.Button-module__xDwtkW__fullWidth{width:100%}
.Priorities-module__wxY7Za__section{background-color:var(--background);padding:2rem 0}.Priorities-module__wxY7Za__header{text-align:center;margin-bottom:5rem}.Priorities-module__wxY7Za__title{color:#ed6d0c;margin-bottom:1.5rem;font-size:2.25rem;font-weight:700;display:inline-block;position:relative}.Priorities-module__wxY7Za__title:after{content:"";background:var(--accent);border-radius:var(--radius-full);height:1px;position:absolute;bottom:-.75rem;left:25%;right:25%}.Priorities-module__wxY7Za__subtitle{opacity:.8;color:#111;max-width:800px;margin:1.5rem auto 0;font-size:1.25rem;line-height:1.6}.Priorities-module__wxY7Za__grid{grid-template-columns:1fr;gap:3rem;margin-bottom:4rem;display:grid}@media (min-width:1024px){.Priorities-module__wxY7Za__grid{grid-template-columns:repeat(3,1fr)}}.Priorities-module__wxY7Za__item{flex-direction:column;align-items:center;display:flex}.Priorities-module__wxY7Za__iconWrapper{width:120px;height:120px;margin-bottom:2rem;transition:transform .3s;position:relative}.Priorities-module__wxY7Za__item:hover .Priorities-module__wxY7Za__iconWrapper{transform:scale(1.1)}.Priorities-module__wxY7Za__icon{object-fit:contain;width:100%;height:100%}.Priorities-module__wxY7Za__item h3{color:#000;text-align:center;text-transform:uppercase;margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.Priorities-module__wxY7Za__item p{color:#333;max-width:100%;font-size:1.2rem;line-height:1.6;text-align:center!important;text-align-last:center!important;-webkit-hyphens:none!important;hyphens:none!important}.Priorities-module__wxY7Za__ctaContainer{justify-content:center;margin-top:2rem;display:flex}.Priorities-module__wxY7Za__cta{border-radius:var(--radius-full);background-color:var(--accent);color:#fff;padding:1rem 2.5rem;font-weight:700}
.page-module__Gz9ZQW__aboutPage{background-color:#fff;flex-direction:column;width:100%;min-height:100vh;display:flex}.page-module__Gz9ZQW__heroContainer{flex-direction:column;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.page-module__Gz9ZQW__videoBackground{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.page-module__Gz9ZQW__overlay{z-index:1;background-color:#00000080;position:absolute;inset:0}.page-module__Gz9ZQW__contentWrap{z-index:10;background-color:#fff;border-top-left-radius:40px;border-top-right-radius:40px;flex-direction:column;gap:40px;width:100%;max-width:1300px;margin:-120px auto 0;padding-top:40px;padding-bottom:40px;display:flex;position:relative}@media (max-width:768px){.page-module__Gz9ZQW__contentWrap{gap:3rem;margin-top:-40px;padding-top:2rem;padding-bottom:3rem}}
.About-module__4EMPOa__section{background-color:#0000;padding:2rem 1.5rem;overflow:hidden}.About-module__4EMPOa__aboutCard{background-image:linear-gradient(#f1f8f766 0% 70%,#f5822026 100%),url(/images/about-us/Bg.png);background-position:50%;background-size:cover;border-radius:40px;flex-direction:column;gap:4rem;padding:4rem 3rem;display:flex;box-shadow:0 10px 40px #0000000d}@media (max-width:768px){.About-module__4EMPOa__aboutCard{border-radius:24px;gap:2.5rem;padding:2.5rem 1.5rem}}@media (min-width:1024px){.About-module__4EMPOa__aboutCard{flex-direction:row;align-items:flex-start}}.About-module__4EMPOa__content{flex:1.1}.About-module__4EMPOa__title{font-size:var(--text-h2);font-weight:var(--weight-extrabold);color:#ed6d0c;margin-bottom:2rem;display:inline-block}.About-module__4EMPOa__text{font-size:var(--text-body);font-weight:var(--weight-medium);margin-bottom:1.5rem;line-height:24px;color:#334155!important}.About-module__4EMPOa__text strong{font-weight:800;color:#0f172a!important}.About-module__4EMPOa__imageGallery{flex:1;grid-template-rows:auto auto;grid-template-columns:repeat(2,1fr);align-items:end;gap:1.25rem;display:grid}@media (max-width:768px){.About-module__4EMPOa__imageGallery{flex:none;width:100%;height:auto}}.About-module__4EMPOa__imageWrapper{border-radius:20px;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000001a}.About-module__4EMPOa__imageWrapper:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000026}.About-module__4EMPOa__img1{aspect-ratio:1/.9;grid-area:1/1}.About-module__4EMPOa__img1 .About-module__4EMPOa__image{object-position:left center}.About-module__4EMPOa__img2{aspect-ratio:10/12;grid-area:1/2;margin-bottom:-40px}.About-module__4EMPOa__img3{aspect-ratio:21/10;grid-area:2/1/auto/span 2;margin-top:20px}.About-module__4EMPOa__image{object-fit:cover}
.Identity-module__Mg26LG__section{background-image:url(/images/bavardage-inutile/bg.jpg);background-position:top;background-size:cover;background-attachment:fixed;padding:90px 0 60px;position:relative}.Identity-module__Mg26LG__section:before{content:"";background:#0f172a73;position:absolute;inset:0}.Identity-module__Mg26LG__wrapper{z-index:2;width:100%;position:relative}.Identity-module__Mg26LG__grid{grid-template-columns:1fr;align-items:center;gap:24px;margin-bottom:50px;display:grid}@media (min-width:1024px){.Identity-module__Mg26LG__grid{grid-template-columns:repeat(3,1fr);align-items:start;gap:28px}}.Identity-module__Mg26LG__card{text-align:center;background:#fffffff7;border-radius:28px;flex-direction:column;align-items:center;padding:36px 28px 40px;transition:transform .35s cubic-bezier(.175,.885,.32,1.275);display:flex}.Identity-module__Mg26LG__card:hover{transform:translateY(-8px)}@media (min-width:1024px){.Identity-module__Mg26LG__missionsCard{z-index:3;margin-top:-30px;padding-top:48px;padding-bottom:48px;position:relative}.Identity-module__Mg26LG__missionsCard:hover{transform:translateY(-12px)}}.Identity-module__Mg26LG__iconWrapper{justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:20px;display:flex}.Identity-module__Mg26LG__icon{object-fit:contain}.Identity-module__Mg26LG__cardTitle{font-size:var(--text-body);font-weight:var(--weight-semibold);color:#111827;letter-spacing:0;text-transform:uppercase;margin-bottom:20px}.Identity-module__Mg26LG__cardText{font-size:var(--text-body);font-weight:var(--weight-regular);color:#374151;text-align:left;width:100%;line-height:24px}.Identity-module__Mg26LG__list{text-align:left;width:100%;margin:0;padding:0;list-style:none}.Identity-module__Mg26LG__listItem{font-size:var(--text-body);font-weight:var(--weight-regular);color:#374151;margin-bottom:10px;padding-left:18px;line-height:24px;position:relative}.Identity-module__Mg26LG__listItem:before{content:"•";color:#111827;font-weight:700;position:absolute;left:0}.Identity-module__Mg26LG__prioritiesBlock{-webkit-backdrop-filter:blur(12px);text-align:center;background:#ffffffe0;border-radius:24px;padding:36px 40px 40px}.Identity-module__Mg26LG__prioritiesTitle{font-size:var(--text-h2);font-weight:var(--weight-extrabold);color:#111827;margin-bottom:12px;font-style:italic}.Identity-module__Mg26LG__prioritiesDivider{background:linear-gradient(90deg,#c9a227,#e8c547);border-radius:2px;width:280px;height:1px;margin:0 auto 28px}.Identity-module__Mg26LG__prioritiesItems{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.Identity-module__Mg26LG__priorityPill{cursor:default;background:#fdf3e7;border:1.5px solid #d2a05040;border-radius:50px;align-items:center;gap:12px;min-width:180px;padding:10px 24px 10px 10px;transition:transform .25s;display:flex}.Identity-module__Mg26LG__priorityPill:hover{transform:translateY(-4px)}.Identity-module__Mg26LG__priorityGifWrapper{background:#ffebc3b3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;overflow:hidden}.Identity-module__Mg26LG__priorityGif{object-fit:contain;width:40px;height:40px}.Identity-module__Mg26LG__priorityLabel{color:#1a1a2e;letter-spacing:.05em;white-space:nowrap;font-size:.9375rem;font-weight:700}@media (max-width:768px){.Identity-module__Mg26LG__section{background-attachment:scroll;padding:60px 0 48px}.Identity-module__Mg26LG__prioritiesBlock{padding:28px 20px 32px}.Identity-module__Mg26LG__prioritiesItems{gap:14px}.Identity-module__Mg26LG__priorityPill{min-width:140px;padding:8px 18px 8px 8px}.Identity-module__Mg26LG__cardTitle{font-size:1.25rem}}
.Navbar-module__ZERf_q__header{z-index:1000;padding:1.5rem 0;transition:all .3s;position:fixed;top:0;left:0;right:0}.Navbar-module__ZERf_q__scrolled{background:var(--glass);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--shadow-sm);border-bottom:1px solid var(--border);padding:1rem 0}.Navbar-module__ZERf_q__menuOpen{box-shadow:var(--shadow-sm);border-bottom:1px solid var(--border);background:#fff!important;padding:1rem 0!important}.Navbar-module__ZERf_q__navbar{justify-content:space-between;align-items:center;display:flex}.Navbar-module__ZERf_q__logo{flex-shrink:0}.Navbar-module__ZERf_q__navContainer{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-full);background:#ffffff1a;border:1px solid #ffffff1a;padding:.5rem 1.5rem;display:none}@media (min-width:1200px){.Navbar-module__ZERf_q__navContainer{align-items:center;gap:1rem;display:flex}}.Navbar-module__ZERf_q__scrolled .Navbar-module__ZERf_q__navContainer{background:#0000000d}.Navbar-module__ZERf_q__navLink{color:#fff;font-weight:500;font-size:var(--text-nav);border-radius:var(--radius-full);white-space:nowrap;padding:.4rem .6rem;transition:all .2s}.Navbar-module__ZERf_q__scrolled .Navbar-module__ZERf_q__navLink{color:var(--foreground)}.Navbar-module__ZERf_q__active{background-color:#fff;color:var(--accent)!important}.Navbar-module__ZERf_q__navLink:hover:not(.Navbar-module__ZERf_q__active){color:var(--accent)}.Navbar-module__ZERf_q__actions{align-items:center;gap:1.5rem;display:flex}@media (max-width:768px){.Navbar-module__ZERf_q__actions{gap:.75rem}}.Navbar-module__ZERf_q__langSwitcher{align-items:center;gap:.5rem;display:flex}.Navbar-module__ZERf_q__langBtn{color:#fff;opacity:.7;font-size:.8rem;font-weight:700;transition:opacity .2s}.Navbar-module__ZERf_q__scrolled .Navbar-module__ZERf_q__langBtn,.Navbar-module__ZERf_q__menuOpen .Navbar-module__ZERf_q__langBtn{color:var(--foreground)}.Navbar-module__ZERf_q__langBtn:hover,.Navbar-module__ZERf_q__activeLang{opacity:1}.Navbar-module__ZERf_q__mobileMenuBtn{color:#fff;display:flex}.Navbar-module__ZERf_q__scrolled .Navbar-module__ZERf_q__mobileMenuBtn,.Navbar-module__ZERf_q__menuOpen .Navbar-module__ZERf_q__mobileMenuBtn{color:var(--foreground)}@media (min-width:1200px){.Navbar-module__ZERf_q__mobileMenuBtn{display:none}}.Navbar-module__ZERf_q__registerBtn{white-space:nowrap;transition:transform .2s,background-color .2s;color:#fff!important;border-radius:var(--radius-full)!important;background-color:#1a237e!important;border:none!important;padding:.6rem 1.5rem!important;font-weight:600!important}.Navbar-module__ZERf_q__registerBtn:hover{transform:translateY(-2px);background-color:#0d47a1!important}.Navbar-module__ZERf_q__mobileNavContainer{background:var(--glass);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);box-shadow:var(--shadow-md);padding:1rem;animation:.3s Navbar-module__ZERf_q__slideDown;position:absolute;top:100%;left:0;right:0}@keyframes Navbar-module__ZERf_q__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Navbar-module__ZERf_q__mobileNav{flex-direction:column;gap:.5rem;display:flex}.Navbar-module__ZERf_q__mobileNavLink{color:var(--foreground);border-radius:var(--radius-md);padding:.8rem 1rem;font-size:1rem;font-weight:500;transition:all .2s}.Navbar-module__ZERf_q__mobileNavLink.Navbar-module__ZERf_q__active{color:var(--accent)!important}.Navbar-module__ZERf_q__mobileNavLink:hover:not(.Navbar-module__ZERf_q__active){color:var(--accent);background-color:#0000000d}@media (max-width:1199px){.Navbar-module__ZERf_q__header .Navbar-module__ZERf_q__registerBtn.lg-flex{display:none}}
.Services-module__PKZCHq__section{background-color:#f7f8fa;padding:80px 0 72px}.Services-module__PKZCHq__title{font-size:var(--text-h2);font-weight:var(--weight-extrabold);color:#111827;text-align:center;letter-spacing:0;margin-bottom:52px}.Services-module__PKZCHq__grid{flex-direction:column;gap:0;max-width:860px;margin:0 auto;display:flex}.Services-module__PKZCHq__row{justify-content:center;align-items:stretch;display:flex}.Services-module__PKZCHq__itemWrapper{flex:1;align-items:center;display:flex}.Services-module__PKZCHq__vDivider{background:var(--accent);opacity:.55;flex-shrink:0;align-self:stretch;width:1.5px;margin:20px 0;display:block}.Services-module__PKZCHq__hDivider{border:none;border-top:1px solid var(--accent);opacity:.4;width:50%;margin:0 auto}.Services-module__PKZCHq__item{text-align:center;border-radius:12px;flex-direction:column;flex:1;justify-content:flex-start;align-items:center;gap:14px;padding:32px 20px 36px;transition:background .2s;display:flex}.Services-module__PKZCHq__item:hover{background:#ed6d0c0a}.Services-module__PKZCHq__iconWrapper{flex-shrink:0;justify-content:center;align-items:center;width:68px;height:68px;display:flex}.Services-module__PKZCHq__icon{object-fit:contain;width:64px;height:64px}.Services-module__PKZCHq__iconFallback{color:#9ca3af;justify-content:center;align-items:center;display:flex}.Services-module__PKZCHq__name{font-size:var(--text-body);font-weight:var(--weight-semibold);color:#1f2937;max-width:140px;line-height:1}.Services-module__PKZCHq__ctaWrapper{justify-content:center;margin-top:44px;display:flex}.Services-module__PKZCHq__cta{background:var(--accent);color:#fff;font-size:var(--text-body);font-weight:var(--weight-medium);font-family:var(--font-base);border-radius:50px;align-items:center;gap:10px;padding:14px 36px;text-decoration:none;transition:background .25s,transform .2s;display:inline-flex}.Services-module__PKZCHq__cta:hover{background:var(--accent-hover);transform:translateY(-2px)}@media (max-width:768px){.Services-module__PKZCHq__section{padding:56px 0 52px}.Services-module__PKZCHq__grid{flex-flow:wrap;justify-content:center}.Services-module__PKZCHq__row{display:contents}.Services-module__PKZCHq__itemWrapper{flex:none;width:50%}@media (min-width:540px){.Services-module__PKZCHq__itemWrapper{width:33.33%}}.Services-module__PKZCHq__vDivider,.Services-module__PKZCHq__hDivider{display:none}.Services-module__PKZCHq__item{padding:20px 10px}.Services-module__PKZCHq__name{max-width:100%;font-size:.875rem}}
.Footer-module__hP-FLq__footer{color:#fff;font-family:var(--font-base);z-index:100;isolation:isolate;background-color:#1a1f2c;padding:2rem 0;position:relative}.Footer-module__hP-FLq__grid{grid-template-columns:1fr;gap:3rem;margin-bottom:3rem;display:grid}@media (min-width:1024px){.Footer-module__hP-FLq__grid{grid-template-columns:1.2fr 1fr 1fr;gap:4rem}}.Footer-module__hP-FLq__topRow{justify-content:space-between;align-items:flex-start;margin-bottom:3.5rem;display:flex}.Footer-module__hP-FLq__logo{filter:brightness(0)invert()}.Footer-module__hP-FLq__brandColumn{flex-direction:column;gap:2.5rem;display:flex}.Footer-module__hP-FLq__contactInfo{flex-direction:column;gap:1.25rem;display:flex}.Footer-module__hP-FLq__contactItem{color:#fffc;align-items:flex-start;gap:1rem;font-size:16px;line-height:1.5;display:flex}.Footer-module__hP-FLq__contactIcon{flex-shrink:0;margin-top:.1rem}.Footer-module__hP-FLq__rejoignezBtn{background-color:var(--accent);color:#fff;border-radius:var(--radius-full);width:fit-content;padding:.8rem 2.5rem;font-family:inherit;font-weight:600;transition:background-color .2s}.Footer-module__hP-FLq__rejoignezBtn:hover{background-color:var(--accent-hover)}.Footer-module__hP-FLq__columnTitle{color:#fff;margin-bottom:2rem;font-size:16px;font-weight:600;line-height:1}.Footer-module__hP-FLq__linksList{flex-direction:column;gap:1.2rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__hP-FLq__link{color:#fffc;font-size:16px;transition:color .2s}.Footer-module__hP-FLq__link:hover{color:var(--accent)}.Footer-module__hP-FLq__socials{gap:1.25rem;margin-bottom:1.8rem;display:flex}.Footer-module__hP-FLq__socialIcon{color:#fff;transition:color .2s,transform .2s}.Footer-module__hP-FLq__lightText{color:#fffc;margin-bottom:1rem;font-size:.95rem}.Footer-module__hP-FLq__socialIcon:hover{color:var(--accent);transform:translateY(-2px)}.Footer-module__hP-FLq__newsletter{flex-direction:column;gap:.8rem;display:flex}.Footer-module__hP-FLq__newsletterTitle{color:#fffc;margin-bottom:.5rem;font-size:.95rem;font-weight:400}.Footer-module__hP-FLq__newsletterForm{border-radius:var(--radius-full);background:#fff;align-items:stretch;width:100%;max-width:400px;display:flex}.Footer-module__hP-FLq__newsletterInput{color:#1a1f2c;background:0 0;border:none;outline:none;flex:1;min-width:0;padding:.8rem 1.5rem;font-family:inherit;font-size:.9rem}.Footer-module__hP-FLq__newsletterInput::placeholder{color:#94a3b8}.Footer-module__hP-FLq__subscribeBtn{background-color:var(--accent);color:#fff;border-radius:var(--radius-full);cursor:pointer;white-space:nowrap;border:none;margin-left:10px;padding:0 1.5rem;font-size:.9rem;font-weight:600;transition:background-color .2s,transform .2s}.Footer-module__hP-FLq__subscribeBtn:hover{background-color:var(--accent-hover);transform:translateY(-1px)}.Footer-module__hP-FLq__lastColumn{flex-direction:column;gap:2rem;display:flex}.Footer-module__hP-FLq__scrollTopBtn{color:#1a1f2c;background-color:#ffeedb;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 12px #0000000d}.Footer-module__hP-FLq__scrollTopBtn:hover{background-color:#ffdcb3;transform:translateY(-4px);box-shadow:0 8px 24px #ed6d0c26}@media (max-width:1024px){.Footer-module__hP-FLq__scrollSection{margin-bottom:0}}.Footer-module__hP-FLq__newsletterFeedbackSuccess{color:#ffffffd9;max-width:400px;font-size:.8rem;line-height:1.4}.Footer-module__hP-FLq__newsletterFeedbackError{color:#fca5a5;max-width:400px;font-size:.8rem;line-height:1.4}.Footer-module__hP-FLq__bottom{border-top:1px solid #ffffff1a;border-bottom:1px solid #ffffff1a;justify-content:flex-start;margin-top:4rem;padding:1.5rem 0;display:flex}.Footer-module__hP-FLq__copyright{color:#fff9;font-size:var(--text-footer-sm);text-align:left}
.publicTypography-module__-jZT0G__publicRoot{font-family:var(--font-proxima-nova),"Inter",system-ui,-apple-system,sans-serif}.publicTypography-module__-jZT0G__publicRoot main .vitib-page-content p[class*=subtitle i]:not(:where([class*=hero i],[class*=Hero i]) *){color:#333!important;text-transform:none!important;font-family:var(--font-base)!important;font-size:var(--page-body-size)!important;line-height:var(--page-body-line-height)!important;letter-spacing:normal!important}.publicTypography-module__-jZT0G__publicRoot main .vitib-page-content [class*=darkSubtitle i]{color:#333!important;text-transform:none!important;font-family:var(--font-base)!important;font-size:var(--page-body-size)!important;line-height:var(--page-body-line-height)!important;letter-spacing:normal!important;font-weight:var(--weight-semibold)!important}.publicTypography-module__-jZT0G__publicRoot main :is(h1,h2,h3,h4,h5,h6,[class*=title i],[class*=subtitle i]):not(:where([class*=hero i],[class*=Hero i],[class*=success i],[class*=error i],[class*=Events i] [class*=card i],[class*=articleTitle i]) *){font-family:var(--font-proxima-nova),sans-serif;letter-spacing:.02em;color:var(--accent)!important;text-transform:uppercase!important}.publicTypography-module__-jZT0G__publicRoot main :is(h1,h2,h3,h4,h5,h6,[class*=title i],[class*=subtitle i]):is([class*=featuredTitle i],[class*=smallTitle i],[class*=Advantages i] [class*=cardTitle i],[class*=ongoingLabel i],[class*=SmartCity i] :is(h1,h2,h3,[class*=text i]),[class*=ApprovedCompanies i] :is(h1,h2,h3,[class*=title i],[class*=subtitle i]),[class*=white i],[class*=White i],[class*=light i],[class*=articleTitle i],[class*=Label i]){color:#fff!important}.publicTypography-module__-jZT0G__publicRoot main [class*=Priorities i] [class*=subtitle i]{color:#111!important;text-transform:none!important;font-family:var(--font-proxima-nova),sans-serif!important;letter-spacing:normal!important;opacity:.8!important;text-align:center!important}.publicTypography-module__-jZT0G__publicRoot main [class*=ApprovedCompanies i] [class*=subtitle i]{text-transform:none!important;letter-spacing:normal!important}.publicTypography-module__-jZT0G__publicRoot main [class*=Events i] :is([class*=cardTitle i],[class*=cardDesc i]){text-transform:none!important;text-align:left!important;text-align-last:left!important;letter-spacing:normal!important}.publicTypography-module__-jZT0G__publicRoot main [class*=Events i] h3[class*=cardTitle i]{color:#0b2e8a!important;font-family:var(--font-title),sans-serif!important;font-weight:600!important}.publicTypography-module__-jZT0G__publicRoot main [class*=Identity i] [class*=cardTitle i]{color:#111!important}.publicTypography-module__-jZT0G__publicRoot main [class*=Agrement i] [class*=TitleContainer i] p{color:#111!important;text-transform:none!important;font-family:var(--font-base)!important;text-align:center!important;font-size:var(--page-body-size)!important;line-height:var(--page-body-line-height)!important;letter-spacing:normal!important}
.NotFoundContent-module__UZwr9a__main{background-color:#020617;flex-direction:column;min-height:100vh;display:flex}.NotFoundContent-module__UZwr9a__section{flex:1;justify-content:center;align-items:center;padding:6rem 1.5rem;display:flex;position:relative;overflow:hidden}.NotFoundContent-module__UZwr9a__background{z-index:1;opacity:.6;background-image:url(/images/not-found/bg.png);background-position:50%;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.NotFoundContent-module__UZwr9a__overlay{z-index:2;background:radial-gradient(circle,#1a2b5666 0%,#020617 100%);width:100%;height:100%;position:absolute;top:0;left:0}.NotFoundContent-module__UZwr9a__container{z-index:10;width:100%;max-width:800px;position:relative}.NotFoundContent-module__UZwr9a__content{-webkit-backdrop-filter:blur(24px);border-radius:var(--radius-lg);text-align:center;background:#0f172a99;border:1px solid #ffffff14;padding:5rem 3rem;animation:1s cubic-bezier(.16,1,.3,1) NotFoundContent-module__UZwr9a__contentFadeIn}@keyframes NotFoundContent-module__UZwr9a__contentFadeIn{0%{opacity:0;transform:scale(.95)translateY(30px)}to{opacity:1;transform:scale(1)translateY(0)}}.NotFoundContent-module__UZwr9a__badge{background:linear-gradient(135deg,var(--accent)0%,#ff9d4d 100%);color:#fff;border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.15em;margin-bottom:2.5rem;padding:.6rem 1.75rem;font-size:.8rem;font-weight:700;display:inline-block}.NotFoundContent-module__UZwr9a__title{color:#fff;letter-spacing:-.04em;background:linear-gradient(#fff 30%,#94a3b8 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1.5rem;font-size:clamp(3rem,10vw,5rem);font-weight:900;line-height:1}.NotFoundContent-module__UZwr9a__subtitle{color:var(--accent);text-transform:uppercase;letter-spacing:.05em;margin-bottom:2.5rem;font-size:1.5rem;font-weight:600}.NotFoundContent-module__UZwr9a__divider{background:#ffffff1a;width:80px;height:2px;margin:0 auto 2.5rem}.NotFoundContent-module__UZwr9a__description{color:#94a3b8;max-width:650px;margin-bottom:4rem;margin-left:auto;margin-right:auto;font-size:1.2rem;line-height:1.8}.NotFoundContent-module__UZwr9a__actions{justify-content:center;display:flex}.NotFoundContent-module__UZwr9a__btn{background:var(--accent)!important;border-radius:var(--radius-full)!important;padding:1.2rem 4rem!important;font-size:1.1rem!important;font-weight:800!important;transition:all .3s!important}.NotFoundContent-module__UZwr9a__btn:hover{transform:translateY(-5px);background:var(--accent-hover)!important}.NotFoundContent-module__UZwr9a__decoration1,.NotFoundContent-module__UZwr9a__decoration2{filter:blur(150px);z-index:5;opacity:.15;pointer-events:none;border-radius:50%;width:600px;height:600px;position:absolute}.NotFoundContent-module__UZwr9a__decoration1{background:#3b82f6;animation:20s infinite alternate NotFoundContent-module__UZwr9a__float;top:-200px;left:-200px}.NotFoundContent-module__UZwr9a__decoration2{background:var(--accent);animation:25s infinite alternate-reverse NotFoundContent-module__UZwr9a__float;bottom:-200px;right:-200px}@keyframes NotFoundContent-module__UZwr9a__float{0%{transform:translate(0)}to{transform:translate(100px,100px)}}@media (max-width:768px){.NotFoundContent-module__UZwr9a__content{padding:4rem 2rem}.NotFoundContent-module__UZwr9a__main{padding-top:70px}}
