@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap");.header{display:flex;justify-content:space-between;align-items:center;color:white;padding-top:1rem;padding-bottom:1rem;font-family:var(--font-outfit),"Outfit",sans-serif;font-size:1.25rem;position:relative}@media (min-width:640px){.header{padding-left:2rem;padding-right:2rem;font-size:1.1rem}}@media (min-width:768px){.header{padding-left:4rem;padding-right:4rem;font-size:1rem}}@media (max-width:639px){.header{font-size:1rem}}@media (max-width:480px){.header{font-size:.95rem}}.header-mask{position:fixed;top:0;left:0;right:0;z-index:50;transition:background-color .5s ease-in-out}.header-mask.transparent{background-color:transparent;transition-duration:.1s}.header-mask.scrolled{background-color:#0b032d;transition-duration:.5s}.nav-btn{color:white;transition:color .3s ease-in-out;cursor:pointer;text-decoration:none}.nav-btn-active,.nav-btn:hover{color:#bffb39}.nav-btn-active:hover{color:#a8e032}.contact-btn{background-color:#bffb39;color:#0b032d;padding:.25rem 1.5rem;border-radius:9999px;transition:background-color .3s ease-in-out}.contact-btn:hover{background-color:white}@media (max-width:1000px){.contact-btn{padding:.25rem 1rem;font-size:.9rem}}@media (max-width:800px){.contact-btn{padding:.25rem 1rem;font-size:.9rem}}@media (max-width:600px){.contact-btn{padding:.25rem 1rem;font-size:.9rem}}.website-logo{flex-shrink:0;width:200px}@media screen and (min-width:1024px){.website-logo{width:300px}}.mobile-menu-overlay{position:fixed;inset:0;z-index:40}.mobile-menu-backdrop{position:fixed;inset:0;background-color:rgba(0,0,0,.5)}.mobile-menu-panel{position:fixed;top:0;right:0;height:100%;width:20rem;max-width:24rem;background-color:rgba(255,255,255,.1);box-shadow:0 25px 50px -12px rgba(0,0,0,.25);z-index:50;transform:translateX(100%);transition:transform .6s ease-in-out;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}@supports not (backdrop-filter:blur(24px)){.mobile-menu-panel{background-color:rgba(0,0,0,.8)}}.mobile-menu-panel.open{transform:translateX(0)}.mobile-menu-content{display:flex;flex-direction:column;height:100%}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.2)}.mobile-menu-close-btn{padding:.5rem;color:white;background:none;border:none;cursor:pointer;transition:color .2s ease}.mobile-menu-close-btn:hover{color:#d1d5db}.mobile-menu-close-icon{width:1.5rem;height:1.5rem;fill:none;stroke:currentColor}.mobile-menu-nav{flex:1;padding:2rem 1.5rem}.mobile-menu-nav-list{display:flex;flex-direction:column;gap:1.5rem}.mobile-menu-nav-item{cursor:pointer}@media (min-width:1024px){.mobile-menu-overlay,.mobile-menu-panel{display:none}}.toggleContainer{position:relative;display:inline-flex;align-items:center;height:2rem;width:3.5rem;border-radius:9999px;cursor:pointer;transition:background-color .3s ease-in-out}@media (max-width:768px){.toggleContainer{height:1.75rem;width:3rem}}@media (max-width:480px){.toggleContainer{height:1.5rem;width:2.5rem}}@media (max-width:320px){.toggleContainer{height:1.25rem;width:2rem}}.bgOn{background-color:#89c90a}.bgOff{background-color:#d1d5db}.changingContent{position:absolute;top:2px;width:28px;height:28px;border-radius:9999px;background-color:white;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);transition:transform .3s ease-in-out;display:flex;align-items:center;justify-content:center;overflow:hidden}@media (max-width:768px){.changingContent{top:1.5px;width:24px;height:24px}}@media (max-width:480px){.changingContent{top:1.5px;width:20px;height:20px}}@media (max-width:320px){.changingContent{top:1px;width:16px;height:16px}}.transOn{transform:translateX(24px)}@media (max-width:768px){.transOn{transform:translateX(20px)}}@media (max-width:480px){.transOn{transform:translateX(16px)}}@media (max-width:320px){.transOn{transform:translateX(12px)}}.transOff{transform:translateX(2px)}@media (max-width:768px){.transOff{transform:translateX(1.5px)}}@media (max-width:480px){.transOff{transform:translateX(1.5px)}}@media (max-width:320px){.transOff{transform:translateX(1px)}}.flag-image{width:20px;height:20px;border-radius:50px;object-fit:cover}@media (max-width:768px){.flag-image{width:16px;height:16px}}@media (max-width:480px){.flag-image{width:14px;height:14px}}@media (max-width:320px){.flag-image{width:12px;height:12px}}.mobile-menu-button{display:flex;flex-direction:column;gap:.25rem;padding:.5rem;background:none;border:none;cursor:pointer}@media screen and (min-width:870px){.mobile-menu-button{display:none}}.mobile-menu-button span{width:1.5rem;height:.125rem;background-color:currentColor;transition:all .3s ease;transform-origin:center}.mobile-menu-button.open span:first-child{transform:rotate(45deg) translateY(.375rem)}.mobile-menu-button.open span:nth-child(2){opacity:0}.mobile-menu-button.open span:nth-child(3){transform:rotate(-45deg) translateY(-.375rem)}.desktop-nav-container{display:flex;align-items:center;justify-content:space-between;width:100%;margin-left:auto;margin-right:auto;animation:fadeInUpBlur 1s ease-in-out}.desktop-nav-links{display:none}@media screen and (min-width:870px){.desktop-nav-links{display:flex;gap:.75rem;font-size:.75rem;align-items:center}.desktop-nav-container{margin-left:25px;margin-right:25px}}@media screen and (min-width:1024px){.desktop-nav-links{gap:1rem;font-size:1rem}.desktop-nav-container{margin-left:75px;margin-right:75px}}@media screen and (min-width:1280px){.desktop-nav-links{gap:1.25rem;font-size:1.125rem}.desktop-nav-container{margin-left:100px;margin-right:100px}}@media screen and (min-width:1524px){.desktop-nav-links{gap:1.5rem;font-size:1.25rem}.desktop-nav-container{margin-left:150px;margin-right:150px}}@keyframes fadeInUpBlur{0%{opacity:0;transform:translateY(30px);filter:blur(10px)}60%{filter:blur(4px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}.headerContactButton{background:none;border:none;color:inherit;cursor:pointer;font:inherit;padding:8px 16px}.headerContactButton:hover{text-decoration:underline}.client-showcase-wrapper{background:linear-gradient(180deg,#25386b,#0b032d);padding:80px 0;position:relative;font-family:var(--font-outfit);overflow:hidden}.client-showcase-wrapper:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;backdrop-filter:blur(10px)}.showcase-container{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:2}.showcase-header{text-align:center;margin-bottom:60px}.showcase-main-title{font-size:3.5rem;font-weight:700;color:#bffb39;margin-top:80px;margin-bottom:16px;text-shadow:0 2px 4px rgba(0,0,0,.1)}.showcase-description{font-size:1.5rem;color:#9dc3c2;max-width:600px;margin:0 auto;line-height:1.6}.logo-carousel-wrapper{position:relative;overflow:hidden;mask-image:linear-gradient(90deg,transparent 0,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent 0,black 10%,black 90%,transparent)}.logo-scroll-track{display:flex;animation:infiniteScroll 20s linear infinite;width:calc(200% + 40px)}.logo-scroll-track:hover{animation-play-state:paused}@keyframes infiniteScroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.brand-logo-card{flex:0 0 auto;margin:20px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.95);border-radius:20px;padding:20px;box-shadow:0 8px 32px rgba(0,0,0,.1);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:all .3s ease;min-width:180px;height:120px;cursor:pointer;text-decoration:none;color:inherit}.brand-logo-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px rgba(255,255,255,.15);background:rgba(255,255,255,1)}.company-logo-img{max-width:190px;max-height:80px;width:auto;height:auto;filter:grayscale(70%) opacity(.8);transition:filter .3s ease}.brand-logo-card:hover .company-logo-img{filter:grayscale(0) opacity(1)}.metrics-showcase{margin-top:60px;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;text-align:center}.metric-display{color:white}.metric-value{font-size:3rem;font-weight:800;margin-bottom:8px;background:linear-gradient(45deg,#fff,#e0e7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.metric-description{font-size:1.1rem;opacity:.9;font-weight:500}.logo-carousel-columns{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;margin-top:60px}.logo-carousel-column{text-align:center}.column-title{color:#ffffff;font-weight:700;font-size:1.2rem;margin-bottom:20px}.column-items{display:flex;flex-direction:column;gap:20px;align-items:center}.showcase-subtitle{font-size:24px;font-weight:600;text-align:center;margin-bottom:20px;color:#fff}.showcase-subtitle-small{font-size:24px;color:#fff;margin-bottom:15px}.carousel-subsection{margin-bottom:80px}.carousel-subsection:last-child{margin-bottom:0}.fixed-columns-wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:40px;max-width:1200px;margin-left:auto;margin-right:auto;align-items:start}.fixed-column{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;height:auto}.fixed-title{font-size:20px;font-weight:600;margin-bottom:15px;text-align:center}.fixed-logos{display:flex;flex-direction:column;gap:10px;align-items:center;justify-content:flex-start;width:100%}.labellisations-grid{display:grid!important;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:10px;width:100%;max-width:350px;justify-items:center;align-items:start}.labellisations-grid .brand-logo-card:nth-child(3){grid-column:1/span 2;justify-self:center}.labellisations-grid .brand-logo-card{margin:0;min-width:140px;height:100px;display:flex;align-items:center;justify-content:center}.fixed-columns-wrapper .fixed-column,.fixed-columns-wrapper .fixed-column .fixed-logos{min-height:auto}.fixed-columns-wrapper .showcase-subtitle-small{height:60px;display:flex;align-items:center;justify-content:center;margin-bottom:15px}@media (max-width:768px){.client-showcase-wrapper{padding:60px 0}.showcase-main-title{font-size:2rem}.showcase-description{font-size:1.1rem}.brand-logo-card{min-width:140px;height:80px;padding:15px;margin:0 15px}.company-logo-img{max-width:100px;max-height:50px}.metric-value{font-size:2.5rem}.metrics-showcase{gap:30px;margin-top:40px}.labellisations-grid{grid-template-columns:1fr;max-width:200px;gap:8px}.labellisations-grid .brand-logo-card:nth-child(3){grid-column:1}.labellisations-grid .brand-logo-card{min-width:120px;height:80px}.fixed-columns-wrapper{grid-template-columns:1fr;gap:30px}.fixed-logos{gap:8px}.showcase-subtitle-small{height:auto;margin-bottom:10px}}@media (max-width:480px){.logo-scroll-track{animation-duration:30s}.brand-logo-card{min-width:120px;height:70px;margin:0 10px}.metrics-showcase{grid-template-columns:repeat(2,1fr)}.showcase-subtitle,.showcase-subtitle-small{font-size:20px}.labellisations-grid .brand-logo-card{min-width:110px;height:70px}}@font-face{font-family:Outfit;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/98848575513c9742-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Outfit;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/7b0b24f36b1a6d0b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Outfit Fallback;src:local("Arial");ascent-override:100.18%;descent-override:26.05%;line-gap-override:0.00%;size-adjust:99.82%}.__className_ed3508{font-family:Outfit,Outfit Fallback;font-style:normal}.__variable_ed3508{--font-outfit:"Outfit","Outfit Fallback"}.footer{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:auto;font-family:var(--font-outfit)}.footer-container{color:white;padding:2rem 2.5rem}.footer-grid{max-width:1120px;margin:0 auto;display:flex;flex-direction:column;gap:2.5rem;justify-content:space-between}.footer-addresses,.footer-contact,.footer-navigation{display:flex;flex-direction:column;gap:1.5rem}.footer-subtitle,.footer-title{font-weight:700;text-transform:uppercase}.footer-subtitle{font-size:1.125rem;margin-bottom:1rem;color:#8ED200}.footer-paragraph{font-size:.875rem;color:#d1d5db}.footer-contact-list,.footer-links{font-size:1.125rem;color:white;display:flex;flex-direction:column;gap:.75rem}.footer-contact-list li,.footer-links li{display:flex;align-items:center;gap:.5rem;transition:color .3s ease-in-out}.footer-contact-list li:hover,.footer-links li:hover{color:#8ED200}.footer-contact-icon{color:#8ED200;font-size:20px}.footer-bottom{padding:1.25rem;font-size:1rem;color:#8ED200;text-align:center}@media screen and (min-width:768px){.footer-grid{flex-direction:row}.footer-addresses,.footer-contact,.footer-navigation{flex:1;min-width:200px}.footer-bottom{text-align:center}.footer h3{font-size:1.25rem}.footer a,.footer p,.footer span,.footer ul li{font-size:1rem}.footer-contact h3,.footer-navigation h3{font-size:1.3rem}.footer-contact ul li,.footer-navigation ul li{font-size:1rem}}@media screen and (min-width:1200px){.footer-container{padding:2.5rem 5rem}.footer h3,.footer-contact h3,.footer-navigation h3,.footer-subtitle{font-size:1.5rem}.footer a,.footer p,.footer span,.footer ul li,.footer-contact ul li,.footer-navigation ul li{font-size:1.125rem}}