@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Funnel+Sans:ital,wght@0,300..800;1,300..800&display=swap";@keyframes opacity{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeRightLeft{0%{opacity:0;transform:translate(200px)}to{opacity:1;transform:translate(0)}}@keyframes pulsate-green{0%{box-shadow:0 0 #00ff0080}70%{box-shadow:0 0 0 10px #0f00}to{box-shadow:0 0 #0f00}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes morph{0%,to{border-radius:30% 70% 70% 30%/30% 30% 70% 70%}25%{border-radius:58% 42% 75% 25%/76% 46% 54% 24%}50%{border-radius:50% 50% 33% 67%/55% 27% 73% 45%}75%{border-radius:33% 67% 58% 42%/63% 68% 32% 37%}}@keyframes rotate{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes fadeInOut{0%,to{opacity:.5}50%{opacity:1}}@keyframes scrollLine{0%{height:40px;opacity:1}to{height:0;opacity:0;transform:translateY(40px)}}@keyframes drift-x{0%{background-position-x:50%}to{background-position-x:55%}}@keyframes drift-y{0%{background-position-y:50%}to{background-position-y:95%}}@keyframes shadowBreath{0%,to{box-shadow:0 0 #0f75bc66;transform:scale(1)}50%{box-shadow:0 0 0 10px #0f75bc00;transform:scale(1.02)}}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes slideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}html{box-sizing:border-box;font-size:100%;font-family:Figtree,sans-serif;font-optical-sizing:auto;background-color:#f0f0f0;scroll-behavior:smooth}*,*:before,*:after{box-sizing:inherit}h1,h2,h3{font-family:Funnel Sans,sans-serif}.alert{padding:1rem;border-radius:.25rem;margin-bottom:1rem;font-size:1rem;line-height:1.5;position:relative;border:1px solid transparent;text-align:center}.alert.alert-success{color:#25833a;background-color:#eafeea;border-color:#25833a}.alert.alert-error{color:#d31138;background-color:#fdeef1;border-color:#d31138}.link{color:#1969db}.header{background-color:#2b2b2b;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 2px 8px #0000000d;position:relative;width:100%;z-index:10005;transition:all .3s ease}.header__top{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0rem;background-color:#222;font-size:.875rem;color:#fefefe;padding-inline:4rem}@media (max-width: 1024px){.header__top{padding-inline:2rem}}@media (max-width: 768px){.header__top{display:none}}.header__top-links{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1rem}.header__top-links-action{display:flex;align-items:center;color:#fefefe;text-decoration:none;transition:color .2s ease-in-out}.header__top-links-action svg{margin-right:.5rem;color:#0f75bc}.header__top-links-action span{color:#fefefe;white-space:nowrap}.header__top-links-action:hover{color:#0f75bc}.header__top-social{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.25rem}@media (max-width: 1024px){.header__top-social{display:none}}.header__top-social a{height:28px;width:28px;display:grid;place-items:center}.header__top-social a img{width:18px;filter:invert(100%)}.header__bottom{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0rem;flex-wrap:wrap;padding-inline:4rem}@media (max-width: 1024px){.header__bottom{padding-inline:2rem}}@media (max-width: 768px){.header__bottom{padding:.5rem 1rem;justify-content:center;background-color:#222}}.header__bottom-logo img{max-height:60px;height:auto;width:auto}@media (max-width: 768px){.header__bottom-logo img{max-height:40px}}.header__left{flex:1 1 auto}@media (max-width: 768px){.header__left{flex:0 0 auto}}.header__right{flex:2 1 auto;display:flex;align-items:center;justify-content:flex-end;gap:2rem;flex-wrap:wrap}@media (max-width: 1024px){.header__right{gap:1rem}}.header__navigation{display:flex;gap:2rem;margin-right:1rem}@media (max-width: 1024px){.header__navigation{gap:1rem;margin-right:0}}@media (max-width: 768px){.header__navigation{display:none}}.header__navigation .header-link{position:relative;color:#fefefe;text-decoration:none;font-weight:500;padding:.25rem 0;transition:color .3s ease}.header__navigation .header-link:after{content:"";position:absolute;left:0;bottom:0;height:2px;width:100%;background-color:#0f75bc;transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.header__navigation .header-link:hover{color:#5797f0}.header__navigation .header-link:hover:after{transform:scaleX(1)}.header__navigation .header-link:not(:hover):after{transform:scaleX(0);transform-origin:right}.header__navigation .header__services-trigger:after{content:"";position:absolute;left:0;bottom:0;height:2px;width:100%;background-color:#0f75bc;transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.header__navigation .header__services-trigger:hover{color:#5797f0}.header__navigation .header__services-trigger:hover:after{transform:scaleX(1)}.header__services-dropdown{position:relative;display:inline-block}.header__services-trigger{cursor:pointer}.header__services-menu{position:absolute;top:100%;left:0;background-color:#222;min-width:256px;box-shadow:0 8px 16px #0003;z-index:9999;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .3s ease;border-radius:4px;padding:.5rem 0}.header__services-item{color:#fefefe;padding:.75rem 1rem;text-decoration:none;display:block;transition:all .2s ease;font-size:.9rem}.header__services-item:hover{background-color:#0f75bc1a;color:#0f75bc;padding-left:1.25rem}.header__services-dropdown:hover .header__services-menu{opacity:1;visibility:visible;transform:translateY(0)}.header--scrolled .header__services-menu{background-color:#2b2b2b}@media (max-width: 768px){.header__action{position:fixed;bottom:80px;right:20px;z-index:10001}}@media (max-width: 768px){.header__action .button{width:60px;height:60px;border-radius:50%;padding:0;display:flex;align-items:center;justify-content:center;background-color:#0f75bc;position:relative;transition:transform .3s ease}.header__action .button:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:50%;box-shadow:0 0 #0f75bc66;animation:shadowBreath 3s infinite ease-in-out;z-index:-1}.header__action .button:hover{transform:scale(1.05)}.header__action .button span{display:none}.header__action .button svg{margin:0;color:#fff;width:24px;height:24px}}.mobile-nav{display:none}@media (max-width: 768px){.mobile-nav{display:flex;position:fixed;bottom:0;left:0;right:0;background-color:#222;padding:8px 0;z-index:10000;box-shadow:0 -2px 10px #0000001a}}.mobile-nav__container{display:flex;justify-content:space-around;width:100%}.mobile-nav__item{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:#fefefe;font-size:.7rem;padding:4px 8px;flex:1;max-width:20%}.mobile-nav__item.active,.mobile-nav__item.active .mobile-nav__icon{color:#0f75bc}.mobile-nav__icon{font-size:1.5rem;margin-bottom:4px;color:#fefefe}.mobile-nav__text{text-align:center}.header--scrolled{position:fixed;background-color:#2b2b2b;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:0 2px 12px #0000001a;animation:slideDown .3s ease forwards}.header--scrolled .header__navigation a{color:#fff}.header--scrolled .header__navigation a:after{background-color:#0f75bc}.header--scrolled .header__navigation a:hover{color:#5797f0}.footer{background-color:#0f141a;color:#ecf0f1;padding:4rem 0 2rem;font-family:Helvetica Neue,Arial,sans-serif;line-height:1.6}.footer__container{width:100%;max-width:1200px;margin:0 auto;padding:0 15px}.footer__row{display:flex;flex-wrap:wrap;margin-bottom:3rem}.footer__row--border{margin-bottom:1.5rem}.footer__col{padding:0 15px;width:100%;margin-bottom:2rem}@media (min-width: 768px){.footer__col--brand{width:25%}.footer__col--menu{width:20%;margin-left:auto}.footer__col--legal{width:50%}}.footer__brand{margin-bottom:1.5rem}.footer__logo{color:#fff;font-size:1.5rem;font-weight:700;text-decoration:none;display:inline-block;margin-bottom:1rem;transition:color .3s ease}.footer__logo:hover{color:#3498db}.footer__description{font-size:.9rem;opacity:.8;margin-bottom:1.5rem}.footer__heading{color:#fff;font-size:1.1rem;margin-bottom:1.5rem;position:relative;padding-bottom:.5rem}.footer__heading:after{content:"";position:absolute;left:0;bottom:0;width:30px;height:2px;background-color:#3498db}.footer__menu{list-style:none;padding:0;margin:0}.footer__menu-item{margin-bottom:.5rem}.footer__menu-link{color:#bdc3c7;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer__menu-link:hover{color:#3498db}.footer__divider{height:1px;width:100%;background-color:#ffffff1a;margin-bottom:1.5rem}.footer__legal-menu{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap}.footer__legal-item{margin-right:1rem;margin-bottom:.5rem}.footer__legal-link{color:#7f8c8d;font-size:.8rem;text-decoration:none;transition:color .3s ease}.footer__legal-link:hover{color:#3498db}.footer__social-menu{list-style:none;padding:0;margin:0;display:flex;justify-content:flex-end}.footer__social-item{margin-left:1rem}.footer__social-link{color:#7f8c8d;font-size:1.2rem;transition:color .3s ease}.footer__social-link:hover{color:#3498db}.footer__copyright{font-size:.8rem;opacity:.7}.footer__disclaimer{text-align:center;color:#7f8c8d}.footer__disclaimer a{color:#3498db}.floating-whatsapp{position:fixed;bottom:20px;right:20px;z-index:100000;width:60px;height:60px;border-radius:50%;background-color:#25d366;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000004d;animation:pulse-whatsapp 2s infinite}@media screen and (max-width: 768px){.floating-whatsapp{bottom:5rem}}.floating-whatsapp svg{stroke:transparent;fill:#fff;width:30px;height:30px}.floating-whatsapp:hover{background-color:#20c056;animation:none;transform:scale(1.1);transition:transform .2s ease,background-color .2s ease}@keyframes pulse-whatsapp{0%{box-shadow:0 0 #25d366b3}70%{box-shadow:0 0 0 10px #25d36600}to{box-shadow:0 0 #25d36600}}.button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;font-weight:600;border-radius:2rem;border:none;cursor:pointer;transition:background-color .2s ease-in-out;text-decoration:none}.button svg{width:20px;height:20px}.button span{display:inline-block}.button--primary{color:#fffffff0;background-color:#1556b4;transition:background-color .3s ease}.button--primary:hover{background-color:#317fed}.button--primary:active{background:#09090b}.button--secondary{color:#fffffff0;background-color:#26b056;transition:background-color .3s ease}.button--secondary:hover{background-color:#35d272}.button--secondary:active{background:#09090b}.button--outline{background:transparent;border:2px solid #26b056;color:#26b056}.button--outline:hover{background:#26b056;color:#fffffff0}.button--outline:active{background:#26b056}.button--ghost{background:transparent;color:#09090b}.button--ghost:hover{background:#ffffff1a}.button--ghost:active{background:#ffffff30}.button--solution{color:#fffffff0;background-color:#26b056;transition:all .3s ease;animation:pulsate-green 2s infinite}.button--solution:hover{background-color:#26b056;animation:pulsate-green .5s infinite;transform:scale(1.05)}.button--solution:active{background:#09090b}.button--disabled,.button:disabled{background:#0000008c;color:#0000001a;cursor:not-allowed;opacity:.6}.button:focus{outline:2px solid #1556b4;outline-offset:2px}.home__hero{position:relative;padding:4rem 2rem;min-height:90dvh;display:flex;align-items:center;justify-content:center;overflow:hidden;text-align:center}.home__hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.home__hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff}.home__hero-container{position:relative;z-index:1;max-width:1000px;margin:0 auto;display:flex;flex-direction:column;align-items:center;z-index:3}.home__hero-content{display:flex;flex-direction:column;gap:2rem;align-items:center;width:100%}.home__hero-logo{width:128px;margin-bottom:1rem}.home__hero-logo img{width:100%;height:auto}.home__hero-title{font-size:1.8rem;font-weight:700;line-height:1.2;color:#222;margin:0;position:relative}.home__hero-title:after{content:"";display:block;width:60px;height:3px;background:#0f75bc;margin:1rem auto 0;border-radius:2px}@media (min-width: 768px){.home__hero-title{font-size:2.5rem}.home__hero-title:after{width:80px;height:4px;margin:1.5rem auto 0}}.home__hero-description{font-size:1rem;line-height:1.6;color:#222;opacity:.85;margin:0;max-width:100%}.home__hero-description p{margin-bottom:.8rem}.home__hero-description p:last-child{margin-bottom:0}@media (min-width: 768px){.home__hero-description{font-size:1.1rem;line-height:1.7;max-width:90%}}.home__hero-list{columns:1;list-style-type:none;padding-left:0;margin-bottom:1rem}@media (min-width: 600px){.home__hero-list{columns:2;column-gap:2rem}}.home__hero-actions{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}.home__hero-contact{margin-top:2rem;width:100%}.home__hero-contact .contact-info{margin-bottom:1.5rem;font-size:.95rem;line-height:1.6;color:#222}.home__hero-contact .contact-info p{margin-bottom:.5rem}.home__hero-contact .contact-info p:last-child{margin-bottom:0}.home__hero-socials{display:flex;align-items:center;gap:1.5rem;justify-content:center}.home__hero-socials .socials-label{font-size:.9rem;color:#222;opacity:.7}.home__hero-socials a{display:inline-flex;padding:.5rem;background:#fff;border-radius:50%;box-shadow:0 2px 8px #0000001a;transition:all .3s ease}.home__hero-socials a img{width:20px;height:20px;transition:opacity .3s ease}.home__hero-socials a:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.home__hero-socials a:hover img{opacity:.8}@media (max-width: 1024px){.home__hero{padding:3rem 1.5rem}.home__hero-title{font-size:2.2rem}.home__hero-description{font-size:1rem}}@media (max-width: 768px){.home__hero{padding:2.5rem 1rem}.home__hero-logo{max-width:160px}.home__hero-title{font-size:1.8rem}.home__hero-description{max-width:100%;text-align:center}.home__hero-contact .contact-info{font-size:.9rem}}@media (max-width: 480px){.home__hero{padding:2rem 1rem}.home__hero-logo{max-width:140px}.home__hero-title{font-size:1.6rem}.home__hero-actions{flex-direction:column;align-items:center;gap:1rem}}.home__references{background:#fefefe;padding:16px;padding-block:4rem;overflow:hidden}@media (min-width: 768px){.home__references{padding:32px}}.home__references__container{margin:0 auto;display:flex;flex-direction:column;gap:3rem}.home__references__marquee{width:100%;overflow:hidden;position:relative}.home__references__marquee:before,.home__references__marquee:after{content:"";position:absolute;top:0;bottom:0;width:100px;z-index:2;pointer-events:none}.home__references__marquee__content{display:flex;align-items:center;gap:2rem;animation:scroll 30s linear infinite;width:max-content}@media (min-width: 768px){.home__references__marquee__content{gap:3rem}}.home__references__logo{flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:1rem;background:#fff;border-radius:6px;transition:transform .25s ease}.home__references__logo:hover{transform:scale(1.05)}.home__references__image{max-height:40px;width:auto;object-fit:contain}@media (min-width: 768px){.home__references__image{max-height:60px}}.home__references__content{text-align:center;max-width:800px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.home__references__content strong{text-transform:uppercase;color:#0f75bc;font-size:.75rem;margin-bottom:4px;font-family:Figtree;display:block}.home__references__content h2{font-family:Figtree;font-size:2rem;font-weight:600;line-height:1.25;margin-bottom:8px}@media (min-width: 768px){.home__references__content h2{font-size:3rem}}.home__references__content p{font-size:1rem;line-height:1.5;margin-bottom:16px}@media (min-width: 768px){.home__references__content p{font-size:1.125rem}}.home__references__buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:32px}.home__references__buttons .button{min-width:220px}@media (max-width: 480px){.home__references__buttons .button{width:100%}}.home__references__results{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;width:100%}.home__references__results .result{flex:1;min-width:120px;max-width:200px;text-align:center;background-color:#fff;padding:16px;border-radius:6px}.home__references__results .result__value{display:block;font-family:Figtree;font-size:1.5rem;font-weight:700;line-height:1.25;margin-bottom:4px;color:#0f75bc}.home__references__results .result__label{font-size:.875rem;font-family:Funnel Sans,sans-serif;color:#222}@media (min-width: 768px){.home__references__results .result__label{font-size:1rem}}.home__about{background-color:#fefefe;padding:16px;padding-block:4rem}@media (min-width: 768px){.home__about{padding:32px}}@media (min-width: 1024px){.home__about{padding:4rem}}.home__about__container{max-width:1200px;margin:0 auto}.home__about__content{display:flex;flex-direction:column;text-align:center}.home__about__tag{text-transform:uppercase;color:#0f75bc;font-size:.75rem;font-family:Figtree;margin-bottom:4px;letter-spacing:.1em}.home__about__tagline{font-family:Figtree;font-size:1.5rem;font-weight:700;line-height:1.25;color:#222;margin-bottom:8px}@media (min-width: 768px){.home__about__tagline{font-size:2rem}}@media (min-width: 1024px){.home__about__tagline{font-size:3rem}}.home__about__subtitle{font-family:Figtree;font-size:1.125rem;font-weight:600;color:#0f75bc;margin-bottom:32px}@media (min-width: 768px){.home__about__subtitle{font-size:1.25rem}}@media (min-width: 1024px){.home__about__subtitle{font-size:1.5rem}}.home__about__image{border-radius:8px;border:1px solid #fefefe;margin-bottom:32px;overflow:hidden}.home__about__image img{border-radius:8px;width:100%;height:auto;display:block}.home__about__description{font-size:1rem;line-height:1.5;color:#222;margin-block:16px;text-align:left}@media (min-width: 768px){.home__about__description{font-size:1.125rem;margin-block:32px}}@media (min-width: 1024px){.home__about__description{font-size:1.25rem}}.home__about__differentiators{margin-top:32px}.home__about__differentiators-title{font-family:Figtree;font-size:1.125rem;font-weight:600;color:#222;margin-block:16px;text-align:left}@media (min-width: 768px){.home__about__differentiators-title{font-size:1.25rem;margin-block:32px}}.home__about__points{display:flex;flex-direction:column;gap:16px;list-style:none;padding-left:0}@media (min-width: 768px){.home__about__points{flex-direction:row;flex-wrap:wrap;justify-content:space-between;gap:32px}}.home__about__point{display:flex;flex-direction:column;align-items:center;gap:4px;text-align:center;padding:16px;background:#fff;border:1px solid #eaeaea;border-radius:8px;box-shadow:0 1px 1px #0000001a,0 2px 2px #00000014,0 4px 4px #0000000d,0 8px 8px #00000008}@media (min-width: 768px){.home__about__point{flex:1 1 calc(50% - 32px);min-width:200px;align-items:flex-start;text-align:left}}@media (min-width: 1024px){.home__about__point{flex:1 1 calc(33.333% - 32px);min-width:250px}}.home__about__point-icon{width:60px;height:60px;display:grid;place-items:center;margin-bottom:4px}.home__about__point-icon img{width:100%;height:auto;max-width:40px;max-height:40px}@media (min-width: 768px){.home__about__point-icon{width:80px;height:80px}}.home__about__point-title{font-family:Figtree;font-weight:600;color:#0f75bc;font-size:1rem}@media (min-width: 768px){.home__about__point-title{font-size:1.125rem}}.home__about__point-text{font-size:.875rem;line-height:1.5;color:#222}@media (min-width: 768px){.home__about__point-text{font-size:1rem}}.home__about__credo{margin-top:32px;padding:16px;background-color:#fff;border-radius:8px;display:flex;flex-direction:column;align-items:center}@media (min-width: 768px){.home__about__credo{padding:32px}}.home__about__credo-text{font-family:Figtree;font-style:italic;font-size:1.125rem;line-height:1.25;color:#222;margin-bottom:16px;text-align:center}@media (min-width: 768px){.home__about__credo-text{font-size:1.25rem}}.home__about__credo .button{width:100%;text-align:center}@media (min-width: 480px){.home__about__credo .button{width:fit-content}}.home__services{background:url(../../images/headers/header-3.webp) center/cover no-repeat;background-attachment:fixed;padding:32px 8px;font-family:Funnel Sans,sans-serif;padding-block:4rem}@media (min-width: 768px){.home__services{padding:64px 16px}}@media (min-width: 1024px){.home__services{padding:128px 32px}}.home__services-container{width:100%;max-width:1200px;margin:0 auto;padding:16px;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative}@media (min-width: 768px){.home__services-container{padding:32px}}.home__services-text{max-width:800px;margin-bottom:16px;color:#222}.home__services-text>*:not(:last-child){margin-bottom:8px}@media (min-width: 768px){.home__services-text{margin-bottom:32px}}.home__services-tag{display:inline-block;font-size:.75rem;color:#0f75bc;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:4px}.home__services-title{font-size:1.5rem;font-weight:700;line-height:1.25;color:#222;margin-bottom:8px}@media (min-width: 768px){.home__services-title{font-size:2rem}}@media (min-width: 1024px){.home__services-title{font-size:3rem}}.home__services-description{font-size:1rem;line-height:1.5;color:#313138;margin-bottom:16px}@media (min-width: 768px){.home__services-description{font-size:1.125rem}}.home__services-buttons{display:flex;flex-direction:column;gap:8px;margin-top:16px}@media (min-width: 480px){.home__services-buttons{flex-direction:row;justify-content:center}}.home__services-buttons .button{width:100%}@media (min-width: 480px){.home__services-buttons .button{width:auto}}.home__services-cards{display:grid;grid-template-columns:1fr;gap:16px;margin:32px 0;width:100%}@media (min-width: 480px){.home__services-cards{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px){.home__services-cards{gap:32px;margin:64px 0}}@media (min-width: 1024px){.home__services-cards{grid-template-columns:repeat(3,1fr)}}.home__services .service-card{width:100%;border-radius:8px;overflow:hidden;transition:transform .25s ease;background:#fefefe;border:1px solid #b2b1bb;color:#222}.home__services .service-card:hover{transform:translateY(-4px)}.home__services .service-card--link{background:#0f75bc;color:#fefefe}.home__services .service-card--link .service-card__title,.home__services .service-card--link .service-card__description{color:#fefefe}.home__services .service-card--link .service-card__button{background:#fefefe;color:#222}.home__services .service-card--link .service-card__button:hover{background:#fefefe}.home__services .service-card__image-container{position:relative;width:100%;height:200px;overflow:hidden}@media (min-width: 768px){.home__services .service-card__image-container{height:225px}}.home__services .service-card__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform 375ms cubic-bezier(.828,.39,.236,1.167)}.service-card:hover .home__services .service-card__image{transform:scale(1.05)}.home__services .service-card__content{padding:16px;display:flex;flex-direction:column;height:calc(100% - 200px)}@media (min-width: 768px){.home__services .service-card__content{padding:32px;height:calc(100% - 225px)}}.home__services .service-card__title{font-size:1.125rem;font-weight:600;color:#0f75bc;margin:0 0 8px;line-height:1.25}.home__services .service-card__description{font-size:1rem;color:#6d6c7d;margin:0 0 16px;line-height:1.5;flex-grow:1}.home__services .service-card__button{display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:8px 16px;background-color:#0f75bc;color:#fefefe;border-radius:6px;text-decoration:none;font-weight:500;transition:all .25s ease;width:100%;text-align:center}.home__services .service-card__button:hover{background-color:#5797f0}.home__services .service-card__button:hover svg{transform:translate(2px)}.home__services .service-card__button svg{transition:transform .25s ease}.home__products{background-color:#f8f8f9;padding:32px 8px;padding-block:4rem}@media (min-width: 768px){.home__products{padding:64px 16px}}@media (min-width: 1024px){.home__products{padding:4rem 32px}}.home__products-container{width:100%;max-width:1200px;margin:0 auto}.home__products-header{display:flex;flex-direction:column;align-items:center;margin-bottom:32px;gap:32px}@media (min-width: 992px){.home__products-header{flex-direction:row;gap:128px;align-items:center}}.home__products-text{flex:1;text-align:center;width:100%}@media (min-width: 992px){.home__products-text{text-align:left}}.home__products-text>*:not(:last-child){margin-bottom:16px}.home__products-image{flex:1;width:100%;max-width:600px;border-radius:16px;overflow:hidden;order:-1}@media (min-width: 992px){.home__products-image{order:1}}.home__products-image img{width:100%;height:auto;display:block;transition:transform 375ms ease}.home__products-image img:hover{transform:scale(1.03)}.home__products-tag{display:inline-block;font-size:.75rem;color:#0f75bc;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:4px}.home__products-title{font-size:1.5rem;font-weight:700;color:#222;line-height:1.25;margin-bottom:8px}@media (min-width: 768px){.home__products-title{font-size:2rem}}@media (min-width: 1024px){.home__products-title{font-size:3rem}}.home__products-description{font-size:1rem;color:#6d6c7d;line-height:1.5;margin-bottom:16px}@media (min-width: 768px){.home__products-description{font-size:1.125rem}}.home__products-buttons{display:flex;flex-direction:column;gap:8px;margin-top:16px}@media (min-width: 480px){.home__products-buttons{flex-direction:row;justify-content:center}}@media (min-width: 992px){.home__products-buttons{justify-content:flex-start}}.home__products-buttons .button{width:100%}@media (min-width: 480px){.home__products-buttons .button{width:auto}}.home__products-cards{display:flex;flex-direction:column;overflow-x:auto;gap:16px;padding:8px 0 16px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.home__products-cards::-webkit-scrollbar{height:6px}.home__products-cards::-webkit-scrollbar-track{background:#c9c9d0;border-radius:9999px}.home__products-cards::-webkit-scrollbar-thumb{background-color:#0f75bc;border-radius:9999px}@media (min-width: 768px){.home__products-cards{gap:32px;padding:16px 0}}@media (min-width: 1024px){.home__products-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));overflow-x:visible;gap:32px}}.home__products .product-card{flex:0 0 85%;scroll-snap-align:start;border-radius:8px;overflow:hidden;transition:transform .25s ease;background:#fefefe;border:1px solid #c9c9d0}@media (min-width: 480px){.home__products .product-card{flex:0 0 75%}}@media (min-width: 768px){.home__products .product-card{flex:0 0 350px}}@media (min-width: 1024px){.home__products .product-card{flex:1;width:100%}}.home__products .product-card:hover{transform:translateY(-5px)}.home__products .product-card__content{padding:16px}@media (min-width: 768px){.home__products .product-card__content{padding:32px}}.home__products .product-card__title{font-size:1.125rem;font-weight:600;color:#222;margin:0 0 8px;line-height:1.25}.home__products .product-card__description{font-size:1rem;color:#6d6c7d;margin:0 0 16px;line-height:1.5;min-height:4.5rem}.home__products .product-card__meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;flex-wrap:wrap;gap:8px}.home__products .product-card__category{font-size:.875rem;color:#0f75bc;font-weight:500;background:#0f75bc1a;padding:4px 8px;border-radius:9999px}.home__products .product-card__price{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.home__products .product-card__sale-price{font-size:1.125rem;font-weight:700;color:#222}.home__products .product-card__original-price{font-size:.875rem;color:#9a9aa7;text-decoration:line-through}.home__products .product-card__regular-price{font-size:1.125rem;font-weight:700;color:#222}.home__products .product-card__button{display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:8px 16px;background-color:#0f75bc;color:#fefefe;border-radius:6px;text-decoration:none;font-weight:500;transition:all .25s ease;width:100%;text-align:center}.home__products .product-card__button:hover{background-color:#5797f0;transform:translate(4px)}.home__products .product-card__button:hover svg{transform:translate(2px)}.home__products .product-card__button svg{transition:transform .25s ease}.home__why{background-color:#fefefe;padding:32px 8px}@media (min-width: 768px){.home__why{padding:64px 16px}}@media (min-width: 1024px){.home__why{padding:128px 32px}}.home__why-container{max-width:1200px;margin:0 auto}.home__why-text{text-align:center;max-width:800px;margin:0 auto 32px;padding:0 8px}@media (min-width: 768px){.home__why-text{margin-bottom:64px;padding:0}}.home__why-tag{display:inline-block;font-size:.75rem;color:#0f75bc;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:8px;font-family:Figtree}.home__why-title{font-family:Figtree;font-size:1.5rem;font-weight:700;color:#222;line-height:1.25;margin-bottom:16px}@media (min-width: 768px){.home__why-title{font-size:2rem}}@media (min-width: 1024px){.home__why-title{font-size:3rem}}.home__why-description{font-size:1rem;line-height:1.5;color:#6d6c7d;margin:0 auto}@media (min-width: 768px){.home__why-description{font-size:1.125rem}}.home__why-grid{display:grid;grid-template-columns:1fr;gap:16px;padding:0 8px}@media (min-width: 480px){.home__why-grid{grid-template-columns:repeat(2,1fr);padding:0}}@media (min-width: 768px){.home__why-grid{gap:32px}}@media (min-width: 1024px){.home__why-grid{grid-template-columns:repeat(4,1fr)}}.home__why .why-card{background:#fefefe;border-radius:8px;padding:32px;transition:transform 375ms ease;text-align:center;display:flex;flex-direction:column;align-items:center;border:1px solid #e1e0e4;height:100%}.home__why .why-card:hover{transform:translateY(-8px);border-color:#0f75bc}.home__why .why-card__icon{width:56px;height:56px;object-fit:contain;margin-bottom:16px;transition:transform 375ms ease}@media (min-width: 768px){.home__why .why-card__icon{width:64px;height:64px}}.why-card:hover .home__why .why-card__icon{transform:scale(1.1)}.home__why .why-card__title{font-family:Figtree;font-size:1.125rem;font-weight:600;color:#0f75bc;margin-bottom:8px;line-height:1.25}@media (min-width: 768px){.home__why .why-card__title{font-size:1.25rem}}.home__why .why-card__text{font-size:1rem;line-height:1.5;color:#6d6c7d;margin:0}.home__cta{position:relative;background:url(../../images/home__cta.webp) center/cover no-repeat;background-attachment:fixed;padding:32px 8px;color:#fff;font-family:Funnel Sans,sans-serif;text-align:center;overflow:hidden}.home__cta:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#222222a6,#2223);z-index:0}@media (min-width: 768px){.home__cta{padding:64px 16px}}@media (min-width: 1024px){.home__cta{padding:128px 32px}}.home__cta .cta__container{position:relative;z-index:1;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:32px;padding:16px 0}@media (min-width: 768px){.home__cta .cta__container{flex-direction:row;justify-content:space-between;text-align:left;padding:32px 0}}@media (min-width: 1024px){.home__cta .cta__container{gap:128px;padding:64px 0}}.home__cta .cta__content{flex:1;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}@media (min-width: 768px){.home__cta .cta__content{text-align:left;align-items:flex-start}}.home__cta .cta__content .cta__title{font-family:Figtree;font-size:1.5rem;font-weight:700;line-height:1.25;margin-bottom:8px;text-shadow:0 2px 4px rgba(0,0,0,.3)}@media (min-width: 480px){.home__cta .cta__content .cta__title{font-size:2rem}}@media (min-width: 768px){.home__cta .cta__content .cta__title{font-size:3rem;margin-bottom:16px}}.home__cta .cta__content .cta__text{font-size:1rem;line-height:1.5;margin-bottom:16px;width:100%;max-width:600px;text-shadow:0 1px 2px rgba(0,0,0,.3)}@media (min-width: 480px){.home__cta .cta__content .cta__text{font-size:1.125rem;width:90%}}@media (min-width: 768px){.home__cta .cta__content .cta__text{width:80%;margin-bottom:32px}}.home__cta .cta__content .cta__buttons{display:flex;flex-direction:column;gap:8px;width:100%;max-width:400px}@media (min-width: 480px){.home__cta .cta__content .cta__buttons{flex-direction:row;flex-wrap:wrap;justify-content:center}}@media (min-width: 768px){.home__cta .cta__content .cta__buttons{justify-content:flex-start;max-width:none}}.home__cta .cta__content .cta__buttons .button{padding:8px 16px;border-radius:6px;font-size:1rem;transition:all 375ms ease;text-decoration:none;font-weight:600;width:100%;text-align:center}@media (min-width: 480px){.home__cta .cta__content .cta__buttons .button{width:auto;padding:8px 32px}}.home__cta .cta__content .cta__buttons .button--primary{background-color:#fefefe;color:#222}.home__cta .cta__content .cta__buttons .button--primary:hover{background-color:#5797f0;color:#fefefe;transform:translateY(-2px)}.home__cta .cta__content .cta__buttons .button--outline{border:2px solid #fefefe;color:#fefefe;background-color:transparent}.home__cta .cta__content .cta__buttons .button--outline:hover{background-color:#fefefe1a;transform:translateY(-2px)}.home__cta .cta__image{flex:1;display:none;max-width:500px;animation:float 6s ease-in-out infinite;transform-style:preserve-3d}@media (min-width: 768px){.home__cta .cta__image{display:block}}.home__cta .cta__image img{width:100%;border-radius:16px;transform:perspective(1000px) rotateY(-10deg);transition:transform 375ms ease}.home__cta .cta__image img:hover{transform:perspective(1000px) rotateY(-5deg) scale(1.03)}.contact{margin:0 auto;font-family:Funnel Sans,sans-serif;color:#09090b;padding-inline:0}.contact__header{text-align:center;padding-block:128px;background:url(../../images/headers/header-1.webp) center/cover no-repeat;animation:drift-x 20s infinite alternate ease-in-out,drift-y 20s infinite alternate ease-in-out;overflow:hidden}.contact__tag{display:inline-block;margin-bottom:16px;position:relative}.contact__tag-pill{display:inline-block;font-size:1rem;font-weight:600;color:#1969db;padding:4px 16px;background-color:#1969db1a;border-radius:9999px}.contact__title{font-size:3rem;font-family:Figtree;font-weight:700;line-height:1.25;margin-bottom:16px}@media (max-width: 1024px){.contact__title{font-size:2rem}}@media (max-width: 768px){.contact__title{font-size:1.5rem}}.contact__description{font-size:1.25rem;line-height:1.5;max-width:700px;margin:0 auto 32px;color:#595866}@media (max-width: 768px){.contact__description{font-size:1.125rem;padding:0 16px}}.contact__buttons{display:flex;gap:16px;justify-content:center}@media (max-width: 768px){.contact__buttons{flex-direction:column;align-items:center}}.contact__button{padding:8px 32px;border-radius:9999px;font-weight:600;text-decoration:none;transition:all .25s cubic-bezier(.828,.39,.236,1.167)}.contact__button--products{background-color:#1969db;color:#fff}.contact__button--products:hover{background-color:#1556b4}.contact__button--services{background-color:transparent;color:#1969db;border:1px solid #1969db}.contact__button--services:hover{background-color:#1969db;color:#fefefe}.contact__form-section{background:#fefefe;padding-inline:256px;padding-top:6rem;padding-bottom:8rem}.contact__form-tag{display:inline-block;margin-bottom:16px;position:relative}.contact__form-tag-pill{display:inline-block;font-size:1rem;font-weight:600;color:#1969db;padding:4px 16px;background-color:#1969db1a;border-radius:9999px}.contact__form-header{text-align:flex-start;margin-bottom:64px}.contact__form-title,.contact__faq-title{font-size:2rem;font-family:Figtree;margin-bottom:8px;font-weight:700}.contact__form-description,.contact__faq-description{font-size:1.125rem;color:#595866;max-width:600px}.contact__form-container{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.contact__form{display:flex;flex-direction:column;gap:16px}.contact__form-group{display:flex;flex-direction:column;gap:8px}.contact__form-label{font-size:1rem;font-weight:600}.contact__form-input,.contact__form-textarea{padding:8px 16px;border:1px solid #c9c9d0;border-radius:6px;font-size:1rem;transition:border .25s cubic-bezier(.828,.39,.236,1.167)}.contact__form-input:focus,.contact__form-textarea:focus{outline:none;border-color:#1969db;box-shadow:0 0 0 1px #1969db}.contact__form-textarea{min-height:150px;resize:vertical}.contact__form-submit{cursor:pointer;background-color:#1969db;color:#fff;border:none;padding:8px 64px;margin-top:1rem;border-radius:2rem;font-size:1.125rem;font-weight:600;width:fit-content;transition:background-color .25s cubic-bezier(.828,.39,.236,1.167)}.contact__form-submit:hover{background-color:#1556b4}.contact__info{display:flex;flex-direction:column;gap:32px;padding:8px 32px 32px;position:relative;overflow:hidden}.contact__info:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(to bottom,#1969db,#5797f0)}.contact__info-item{display:flex;flex-direction:column;gap:8px;padding-left:16px;position:relative}.contact__info-title{font-size:1.125rem;font-weight:700;color:#1d1d22;display:flex;align-items:center;gap:8px}.contact__info-title svg{width:1.2em;height:1.2em;stroke:#1969db}.contact__info-content{display:flex;flex-direction:column;gap:8px;padding-left:64px}.contact__info-text{font-size:1rem;color:#595866;line-height:1.5;position:relative;padding-left:16px}.contact__info-text:before{content:"•";position:absolute;left:0;color:#5797f0}.contact__info-contact{display:inline-flex;align-items:center;gap:8px;padding:4px 16px 4px 8px;background-color:#1969db0d;border-radius:6px;color:#1969db;text-decoration:none;transition:all .25s cubic-bezier(.828,.39,.236,1.167);width:fit-content}.contact__info-contact:hover{background-color:#1969db1a;transform:translateY(-1px)}.contact__info-contact svg{width:1em;height:1em;stroke:currentColor}.contact__social{display:flex;gap:8px;flex-wrap:wrap;margin-left:4rem}.contact__social-link{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;background-color:#1969db0d;border-radius:9999px;color:#1969db;text-decoration:none;transition:all .25s cubic-bezier(.828,.39,.236,1.167);font-size:.875rem}.contact__social-link:hover{background-color:#1969db1a;box-shadow:0 2px 4px #1969db1a}.contact__social-link svg{width:1em;height:1em;stroke:currentColor}.contact__map{width:100%;margin-bottom:0;border-radius:8px;overflow:hidden;box-shadow:0 1px 1px #00000026,0 2px 2px #00000026,0 4px 4px #00000026,0 8px 8px #00000026;position:relative;min-height:400px;background:linear-gradient(135deg,#c9c9d0 25%,#b2b1bb,#c9c9d0 75%);background-size:400% 400%;animation:loading-pulse 1.5s ease infinite}@keyframes loading-pulse{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.contact__faq{text-align:center;padding:128px 0;background-color:#f8f8f9;margin:0}.contact__faq-header{max-width:800px;margin:0 auto 64px;padding:0 32px;margin-bottom:6rem}.contact__faq-tag{display:block;margin-bottom:16px}.contact__faq-tag-pill{display:inline-block;font-size:.875rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#1969db;padding:4px 16px;background-color:#1969db1a;border-radius:9999px}.contact__faq-title{font-size:2rem;font-family:Figtree;margin-bottom:8px;color:#1d1d22}.contact__faq-subtitle{font-size:1.25rem;color:#1969db;margin-bottom:8px;font-weight:500}.contact__faq-description{font-size:1.125rem;color:#6d6c7d;line-height:1.5;max-width:600px;margin:0 auto}.contact__faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;max-width:1200px;margin:0 auto;padding:0 32px}.contact__faq-card{background:#fff;border-radius:8px;padding:32px;text-align:left;box-shadow:0 1px 1px #0000001a,0 2px 2px #00000014,0 4px 4px #0000000d,0 8px 8px #00000008;transition:transform .25s cubic-bezier(.828,.39,.236,1.167)}.contact__faq-card:hover{transform:translateY(-4px)}.contact__faq-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid #e1e0e4}.contact__faq-card-title{font-size:1.125rem;font-weight:600;color:#313138;margin:0}.contact__faq-card-icon{width:24px;height:24px;background:#1969db;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem}.contact__faq-card-content p{font-size:1rem;color:#6d6c7d;line-height:1.5;margin:0}@media (max-width: 1024px){.contact__form-section{padding-inline:1rem}.contact__form-container{display:flex;flex-direction:column;align-items:center}.contact__form{width:50%}.contact__info{padding:1rem}.contact__info-item{display:flex;flex-direction:column;gap:8px;padding-left:16px;position:relative}.contact__info-title{font-size:1.125rem;font-weight:700;color:#1d1d22;display:flex;align-items:center;gap:8px}.contact__info-title svg{width:1.2em;height:1.2em;stroke:#1969db}.contact__info-content{display:flex;flex-direction:column;gap:8px;padding-left:0}.contact__info-text{font-size:1rem;color:#595866;line-height:1.5;position:relative;padding-left:16px}.contact__info-text:before{content:"•";position:absolute;left:0;color:#5797f0}.contact__info-contact{display:inline-flex;align-items:flex-start;padding-right:0}.contact__social,.contact__social-link{align-items:flex-start}}@media (max-width: 768px){.contact__form-container{grid-template-columns:1fr}.contact__social{margin-left:0;justify-content:center}.contact__form{width:100%}}.references{margin:0 auto;font-family:Funnel Sans,sans-serif;color:#09090b;padding-inline:0}.references__header{text-align:center;padding-block:128px;background:url(../../images/headers/header-1.webp) center/cover no-repeat;background-position:center center;animation:drift-x 10s infinite alternate ease-in-out,drift-y 12s infinite alternate ease-in-out;overflow:hidden;will-change:background-position}.references__tag{display:inline-block;margin-bottom:16px;position:relative}.references__tag-pill{display:inline-block;font-size:1rem;font-weight:600;color:#1969db;padding:4px 16px;background-color:#1969db1a;border-radius:9999px}.references__title{font-size:3rem;font-family:Figtree;font-weight:700;line-height:1.25;margin-bottom:16px}@media (max-width: 1024px){.references__title{font-size:2rem}}@media (max-width: 768px){.references__title{font-size:1.5rem}}.references__description{font-size:1.25rem;line-height:1.5;max-width:700px;margin:0 auto 32px;color:#595866}@media (max-width: 768px){.references__description{font-size:1.125rem;padding:0 16px}}.references__buttons{display:flex;gap:16px;justify-content:center}@media (max-width: 768px){.references__buttons{flex-direction:column;align-items:center}}.references__button{padding:8px 32px;border-radius:9999px;font-weight:600;text-decoration:none;transition:all .25s cubic-bezier(.828,.39,.236,1.167)}.references__button--primary{background-color:#1969db;color:#fff}.references__button--primary:hover{background-color:#1556b4}.references__button--secondary{background-color:transparent;color:#1969db;border:1px solid #1969db}.references__button--secondary:hover{background-color:#1969db;color:#fff}.references__showcase{background:#fefefe;padding:5rem 2rem;text-align:center}.references__showcase .references__centered-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.references__showcase-header{max-width:800px;margin-bottom:3rem}.references__showcase-header strong{display:block;text-transform:uppercase;color:#0f75bc;font-size:.75rem;letter-spacing:1px;margin-bottom:1rem;font-family:Figtree}.references__showcase-header h2{font-family:Figtree;font-size:2.25rem;font-weight:600;line-height:1.2;margin-bottom:1.5rem;color:#222}.references__showcase-header .references__divider{width:80px;height:3px;background:#0f75bc;margin:0 auto 1.5rem}.references__showcase-header p{font-size:1.125rem;line-height:1.6;color:#838292}.references__showcase .references__stats{display:flex;justify-content:center;gap:3rem;margin:2rem 0 3rem;flex-wrap:wrap}.references__showcase .references__stats .stat__item{text-align:center;min-width:120px}.references__showcase .references__stats .stat__number{display:block;font-family:Figtree;font-size:2.5rem;font-weight:700;color:#0f75bc;line-height:1;margin-bottom:.5rem}.references__showcase .references__stats .stat__label{font-size:1rem;color:#222;position:relative}.references__showcase .references__stats .stat__label:after{content:"";display:block;width:30px;height:2px;background:#0f75bc;margin:.5rem auto 0}.references__showcase .references__actions{display:flex;gap:1rem;margin-bottom:4rem;flex-wrap:wrap;justify-content:center}.references__showcase .references__logos-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem;width:100%;max-width:1248px;margin:0 auto}.references__showcase .references__logos-grid .logo__item{background:#fff;padding:1.5rem;border-radius:8px;transition:all .3s ease;display:flex;align-items:center;justify-content:center;height:100px}.references__showcase .references__logos-grid .logo__item:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0000001a}.references__showcase .references__logos-grid .logo__image{max-height:60px;width:auto;max-width:100%;object-fit:contain}@media (max-width: 768px){.references__showcase{padding:3rem 1rem}.references__showcase .references__stats{gap:1.5rem}.references__showcase .references__stats .stat__item{min-width:100px}.references__showcase .references__stats .stat__number{font-size:2rem}.references__showcase .references__logos-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem}}.about{margin:0 auto;font-family:Funnel Sans,sans-serif;color:#09090b;padding-inline:0}.about__header{text-align:center;padding-block:128px;background:url(../../images/headers/header-1.webp) center/cover no-repeat;background-position:center center;animation:drift-x 10s infinite alternate ease-in-out,drift-y 12s infinite alternate ease-in-out;overflow:hidden;will-change:background-position}.about__tag{display:inline-block;margin-bottom:16px;position:relative}.about__tag-pill{display:inline-block;font-size:1rem;font-weight:600;color:#1969db;padding:4px 16px;background-color:#1969db1a;border-radius:9999px}.about__title{font-size:3rem;font-family:Figtree;font-weight:700;line-height:1.25;margin-bottom:16px;color:#000}@media (max-width: 1024px){.about__title{font-size:2rem}}@media (max-width: 768px){.about__title{font-size:1.5rem}}.about__description{font-size:1.25rem;line-height:1.5;max-width:700px;margin:0 auto 32px;color:#595866}@media (max-width: 768px){.about__description{font-size:1.125rem;padding:0 16px}}.about__buttons{display:flex;gap:16px;justify-content:center}@media (max-width: 768px){.about__buttons{flex-direction:column;align-items:center}}.about__button{padding:8px 32px;border-radius:9999px;font-weight:600;text-decoration:none;transition:all .25s cubic-bezier(.828,.39,.236,1.167)}.about__button--primary{background-color:#1969db;color:#fff}.about__button--primary:hover{background-color:#1556b4}.about__button--secondary{background-color:transparent;color:#1969db;border:1px solid #1969db}.about__button--secondary:hover{background-color:#1969db;color:#fff}@media (max-width: 768px){.about__button{width:80%;text-align:center}}.about__services-banner{background-color:#0f75bc;color:#fff;padding:3rem 1rem;text-align:center}.about__services-banner__content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.about__services-banner__content p{font-size:1.25rem;margin:0}@media (max-width: 768px){.about__services-banner__content p{font-size:1.125rem}}.about__catalogue{background-color:#fefefe;padding:4rem 1rem}.about__catalogue__container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:2rem}@media (min-width: 768px){.about__catalogue__container{flex-direction:row;justify-content:space-between}}@media (max-width: 768px){.about__catalogue__container{padding:0 16px}}.about__catalogue__content{flex:1;text-align:center;display:flex;flex-direction:column;align-items:center}@media (min-width: 768px){.about__catalogue__content{text-align:left;align-items:flex-start}}.about__catalogue__image{flex:1}.about__catalogue__image img{border-radius:1rem;max-width:100%;height:auto}.about__catalogue__title{font-family:Figtree;font-size:2rem;color:#222;margin-bottom:1rem}@media (max-width: 768px){.about__catalogue__title{font-size:1.5rem}}.about__catalogue__description{font-size:1.125rem;margin-bottom:2rem;color:#222}@media (max-width: 768px){.about__catalogue__description{font-size:1rem}}.about__cta{background:url(../../images/about__cta.webp) center/cover no-repeat;background-attachment:fixed;background-size:cover;background-position:center;padding:128px 32px;font-family:Funnel Sans,sans-serif;color:#fff;padding:4rem 1rem;text-align:center}.about__cta__container{max-width:800px;margin:0 auto}.about__cta__title{font-family:Figtree;font-size:2rem;margin-bottom:1rem;font-weight:700}@media (max-width: 768px){.about__cta__title{font-size:1.5rem}}.about__cta__text{font-size:1.125rem;margin-bottom:2rem}@media (max-width: 768px){.about__cta__text{font-size:1rem}}.about__cta__buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}@media (max-width: 768px){.about__cta__buttons{flex-direction:column;align-items:center}}.about-dna{background:#f9f9f9;padding:5rem 0}@media (max-width: 1024px){.about-dna{padding:2rem 0}}@media (max-width: 768px){.about-dna{padding:1rem 0}}.about-dna .dna-container{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.about-dna .dna-container{padding:0 16px}}.about-dna .dna-header{text-align:center;margin-bottom:3rem}@media (max-width: 768px){.about-dna .dna-header{margin-bottom:2rem}}.about-dna .dna-tag{display:inline-block;background:#e3f2fd;color:#1976d2;padding:.5rem 1rem;border-radius:50px;font-weight:600;font-size:.9rem}.about-dna .dna-tagline{font-size:2.5rem;margin:1rem 0 .5rem;color:#333}@media (max-width: 1024px){.about-dna .dna-tagline{font-size:2rem}}@media (max-width: 768px){.about-dna .dna-tagline{font-size:1.75rem}}.about-dna .dna-subtitle{color:#666;font-size:1.1rem}@media (max-width: 768px){.about-dna .dna-subtitle{font-size:1rem}}.about-dna .dna-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}@media (max-width: 768px){.about-dna .dna-grid{grid-template-columns:1fr;gap:2rem}}.about-dna .dna-image-wrapper{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #0000001a}@media (max-width: 768px){.about-dna .dna-image-wrapper{order:-1}}.about-dna .dna-image{width:100%;height:auto;transition:transform .5s}.about-dna .image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,rgba(0,0,0,.1),transparent)}.about-dna .value-cards{display:grid;gap:1.5rem}@media (max-width: 768px){.about-dna .value-cards{gap:1rem}}.about-dna .value-card{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 5px 15px #0000000d;transition:transform .3s,box-shadow .3s;border:1px solid #cacaca}@media (max-width: 768px){.about-dna .value-card{padding:1.5rem}}.about-dna .value-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.about-dna .card-icon img{width:50px;height:50px;margin-bottom:1rem}@media (max-width: 768px){.about-dna .card-icon img{width:40px;height:40px}}.about-dna .card-title{font-size:1.2rem;margin-bottom:.5rem;color:#0f75bc;font-family:Figtree;font-weight:600}@media (max-width: 768px){.about-dna .card-title{font-size:1.1rem}}.about-dna .card-text{font-family:Funnel Sans,sans-serif;color:#555;line-height:1.6}@media (max-width: 768px){.about-dna .card-text{font-size:.9rem}}.services{margin:0 auto;font-family:Funnel Sans,sans-serif;color:#09090b;padding-inline:0;background-color:#f7f7f7;background-image:url("data:image/svg+xml,%3Csvg width='42' height='44' viewBox='0 0 42 44' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Page-1' fill='none' fill-rule='evenodd'%3E%3Cg id='brick-wall' fill='%23b9c6f7' fill-opacity='0.15'%3E%3Cpath d='M0 0h42v44H0V0zm1 1h40v20H1V1zM0 23h20v20H0V23zm22 0h20v20H22V23z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-size:60px 60px}.services__header{text-align:center;padding-block:128px;background:url(../../images/headers/header-1.webp) center/cover no-repeat;background-position:center center;animation:drift-x 10s infinite alternate ease-in-out,drift-y 12s infinite alternate ease-in-out;overflow:hidden;will-change:background-position}.services__tag{display:inline-block;margin-bottom:16px;position:relative}.services__tag-pill{display:inline-block;font-size:1rem;font-weight:600;color:#1969db;padding:4px 16px;background-color:#1969db1a;border-radius:9999px}.services__title{font-size:3rem;font-family:Figtree;font-weight:700;line-height:1.25;margin-bottom:16px;color:#000}@media (max-width: 1024px){.services__title{font-size:2rem}}@media (max-width: 768px){.services__title{font-size:1.5rem}}.services__description{font-size:1.25rem;line-height:1.5;max-width:700px;margin:0 auto 32px;color:#595866}@media (max-width: 768px){.services__description{font-size:1.125rem;padding:0 16px}}.services__listing{max-width:1400px;margin:0 auto;padding:128px 32px}@media (max-width: 768px){.services__listing{padding:32px 8px}}.service-section{display:flex;align-items:center;min-height:400px;margin-bottom:128px;gap:0}@media (max-width: 768px){.service-section{flex-direction:column;min-height:auto}}.service-section--image-left{flex-direction:row-reverse}@media (max-width: 768px){.service-section--image-left{flex-direction:column}}.service-section--image-right{flex-direction:row}@media (max-width: 768px){.service-section--image-right{flex-direction:column}}.service-section__image-container{width:50%;height:100%;overflow:hidden;position:relative;aspect-ratio:4/3;border-radius:1rem}@media (max-width: 768px){.service-section__image-container{width:100%;aspect-ratio:16/9}}.service-section__image{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease;border-radius:1rem}.service-section__image[data-orientation=portrait]{width:auto;height:100%;margin:0 auto;display:block}.service-section__image:hover{transform:scale(1.05)}.service-section__content{width:50%;padding:64px;box-sizing:border-box}@media (max-width: 768px){.service-section__content{width:100%;padding:32px}}.service-section__title{font-size:2rem;font-family:Figtree;font-weight:700;line-height:1.25;margin-bottom:16px;color:#1d1d22}.service-section__description{font-size:1.25rem;line-height:1.5;color:#595866;margin-bottom:32px}.service-section__buttons{display:flex;gap:16px}@media (max-width: 768px){.service-section__buttons{justify-content:center}}@media (max-width: 480px){.service-section__buttons{flex-direction:column}}.service-section__button{display:inline-flex;align-items:center;gap:8px;padding:8px 32px;border-radius:9999px;font-weight:600;text-decoration:none;transition:all .2s ease}.service-section__button--primary{background-color:#1969db;color:#fff}.service-section__button--primary:hover{background-color:#1556b4;transform:translateY(-2px);box-shadow:0 1px 1px #00000026,0 2px 2px #00000026,0 4px 4px #00000026,0 8px 8px #00000026}.service-section__button--secondary{background-color:#f7f7f7;color:#1969db;border:1px solid #1969db}.service-section__button--secondary:hover{transform:translateY(-2px);box-shadow:0 1px 1px #00000026,0 2px 2px #00000026,0 4px 4px #00000026,0 8px 8px #00000026}.service-section__button svg{transition:transform .2s ease}.service-section__button:hover svg{transform:translate(3px)}.services__cta{position:relative;background-color:#1969db;padding:64px;text-align:center;overflow:hidden}.services__cta:before,.services__cta:after{content:"";position:absolute;background-color:#ffffff1a;border-radius:50%}.services__cta:before{width:200px;height:200px;top:-50px;left:-50px}.services__cta:after{width:150px;height:150px;bottom:-30px;right:-30px}.services__cta-content{position:relative;z-index:2;max-width:800px;margin:0 auto}.services__cta-title{font-size:2rem;font-family:Figtree;color:#fff;margin-bottom:16px;font-weight:700}.services__cta-description{font-size:1.25rem;color:#ffffffe6;line-height:1.5;margin-bottom:64px}.services__cta-button{display:inline-flex;align-items:center;padding:16px 32px;background-color:#fff;color:#1969db;gap:1rem;border-radius:9999px;font-weight:600;text-decoration:none;transition:all 375ms cubic-bezier(.828,.39,.236,1.167);box-shadow:0 1px 1px #0000001c,0 2px 2px #0000001c,0 4px 4px #0000001c,0 8px 8px #0000001c,0 16px 16px #0000001c,0 32px 32px #0000001c}.services__cta-button:hover{transform:translateY(-3px);box-shadow:0 1px 1px #00000040,0 2px 2px #0003,0 4px 4px #00000026,0 8px 8px #0000001a,0 16px 16px #0000000d}.services__cta-button svg{margin-left:8px;transition:transform 375ms cubic-bezier(.828,.39,.236,1.167)}.services__cta-button:hover svg{transform:translate(3px)}.products{font-family:Funnel Sans,sans-serif;background-color:#f8f8f9}.products__hero{text-align:center;padding-block:128px;background:url(../../images/headers/header-1.webp) center/cover no-repeat;background-position:center center;animation:drift-x 10s infinite alternate ease-in-out,drift-y 12s infinite alternate ease-in-out;overflow:hidden;will-change:background-position}.products__hero-content{position:relative;max-width:800px;margin:0 auto;text-align:center}.products__tag{display:inline-block;margin-bottom:16px;position:relative}.products__tag-pill{display:inline-block;font-size:1rem;font-weight:600;color:#1969db;padding:4px 16px;background-color:#1969db1a;border-radius:9999px}.products__title{font-size:3rem;font-family:Figtree;font-weight:700;line-height:1.25;margin-bottom:16px}@media (max-width: 1024px){.products__title{font-size:2rem}}@media (max-width: 768px){.products__title{font-size:1.5rem}}.products__description{font-size:1.25rem;line-height:1.5;max-width:700px;margin:0 auto 32px;color:#595866}@media (max-width: 768px){.products__description{font-size:1.125rem;padding:0 16px}}.products__grid-container{max-width:1400px;margin:0 auto;padding:128px 32px}.products__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:32px}.products__empty-state{text-align:center;padding:64px 0}.products__empty-state h2{font-size:1.5rem;margin:16px 0 8px;color:#45444f}.products__empty-state p{color:#6d6c7d;margin-bottom:0}.products__empty-icon{width:64px;height:64px;color:#9a9aa7;margin-bottom:8px}.product-card{background:#fefefe;border-radius:8px;overflow:hidden;box-shadow:0 1px 1px #0000001a,0 2px 2px #00000014,0 4px 4px #0000000d,0 8px 8px #00000008;transition:transform .25s cubic-bezier(.828,.39,.236,1.167),box-shadow .25s cubic-bezier(.828,.39,.236,1.167)}.product-card:hover{transform:translateY(-4px);box-shadow:0 1px 1px #0000001c,0 2px 2px #0000001c,0 4px 4px #0000001c,0 8px 8px #0000001c,0 16px 16px #0000001c,0 32px 32px #0000001c}.product-card__image-wrapper{position:relative;padding-top:75%;margin:0;overflow:hidden}.product-card__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform 375ms cubic-bezier(.828,.39,.236,1.167)}.product-card:hover .product-card__image{transform:scale(1.03)}.product-card__image-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#e1e0e4;color:#9a9aa7}.product-card__image-placeholder svg{width:48px;height:48px}.product-card__body{padding:16px}.product-card__category{display:inline-block;font-size:.75rem;font-weight:600;color:#0f75bc;margin-bottom:4px;text-transform:uppercase;letter-spacing:.1em}.product-card__title{font-size:1.125rem;font-weight:600;margin:0 0 8px;line-height:1.25}.product-card__title a{color:#1d1d22;text-decoration:none}.product-card__title a:hover{color:#0f75bc}.product-card__description{font-size:1rem;color:#6d6c7d;margin:0 0 16px;line-height:1.5}.product-card__footer{display:flex;justify-content:flex-end}.product-card__cta{display:inline-flex;align-items:center;gap:4px;font-size:.875rem;font-weight:600;color:#0f75bc;text-decoration:none;transition:color .25s cubic-bezier(.828,.39,.236,1.167)}.product-card__cta svg{width:16px;height:16px;transition:transform .25s cubic-bezier(.828,.39,.236,1.167)}.product-card__cta:hover{color:#1556b4}.product-card__cta:hover svg{transform:translate(2px)}
