@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mukta+Mahee:wght@200;300;400;500;600;700;800&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Mukta Mahee,sans-serif}main{min-height:100dvh}ul{list-style-type:none}a{text-decoration:none;color:inherit}button{border:0;background-color:transparent}h1,h2,h3,h4,h5,h6,button span,.h1,.h2,.h3,.h4,.h5,.h6{font-family:Montserrat,sans-serif}h1,.h1{font-size:24px;line-height:1.1}h2,.h2,.section-title{font-size:30px;line-height:1.1}p,span,li{font-size:14px;line-height:18px}.btn span{font-size:12px;line-height:1;text-align:center;white-space:nowrap}.max-width{width:100%;max-width:1200px;height:100%;margin:0 auto;padding-right:30px;padding-left:30px;position:relative}.section-subtitle{font-size:17px;font-weight:400;margin-bottom:4px}@media screen and (min-width:1024px){.max-width{padding-right:80px;padding-left:80px}}.header{width:100%;height:50px;position:fixed;top:0;left:0;background-color:transparent;z-index:100}.header.hide-header{display:none}.header:after{content:"";width:100%;height:200%;position:absolute;top:0;left:0;background:#036;mix-blend-mode:multiply;background:linear-gradient(180deg,#036,#0360);pointer-events:none;z-index:0}.header .max-width{display:flex;justify-content:space-between;align-items:center;z-index:1}.header .max-width .nav-container{display:flex;align-items:center;gap:10px}.header .max-width .nav-container .lang-container{width:137px;height:22px;padding:0 14px;position:relative}.header .max-width .nav-container .lang-container .lang-btn{height:100%;display:flex;align-items:center;justify-content:flex-start;gap:32px;position:relative;z-index:1}.header .max-width .nav-container .lang-container .lang-btn svg{fill:#fff}.header .max-width .nav-container .lang-container .lang-list{width:100%;padding:29px 14px 10px;display:flex;flex-direction:column;align-items:flex-start;position:absolute;top:0;left:0;opacity:0;visibility:hidden;transition:all .2s ease;background:#1203ff;background:linear-gradient(180deg,#1203ff00,#036);z-index:0}.header .max-width .nav-container .lang-container .lang-list.show-lang-list{opacity:1;visibility:visible}.header .max-width .nav-container .lang-container .lang-list .lang-btn{padding:5px 0}.header .max-width .nav-container .lang-container .lang-list .lang-btn.current-lang{position:relative}.header .max-width .nav-container .lang-container .lang-list .lang-btn.current-lang:after{content:"";width:105%;height:1px;position:absolute;bottom:0;left:0;background-color:#ff2836;z-index:0}.header .max-width .nav-container .burger{width:18px;height:12px;position:relative}.header .max-width .nav-container .burger .line{width:100%;height:2px;border-radius:1px;position:absolute;left:0;background-color:#fff}.header .max-width .nav-container .burger .line.line-top{top:0}.header .max-width .nav-container .burger .line.line-mid{top:5px}.header .max-width .nav-container .burger .line.line-btm{top:10px}.header .max-width .nav-container .burger.open-burger .line.line-top{top:5px;transform:rotate(45deg);transform-origin:center center}.header .max-width .nav-container .burger.open-burger .line.line-mid{opacity:0}.header .max-width .nav-container .burger.open-burger .line.line-btm{top:5px;transform:rotate(-45deg);transform-origin:center center}.header .max-width .nav-container .lg-nav{display:none}.header .max-width .nav-container .nav-text{text-transform:uppercase;font-family:Montserrat,sans-serif;font-size:10px;line-height:1;color:#fff}.mb-menu{width:100%;height:100dvh;padding-top:72px;position:fixed;inset:0;opacity:0;visibility:hidden;background:#1203ff;background:linear-gradient(180deg,#1203ff,#036);z-index:95}.mb-menu.open-menu{opacity:1;visibility:visible}.mb-menu .mb-nav{width:100%;height:100%;overflow:auto}.mb-menu .mb-nav .navlist{width:100%;padding:30px;display:flex;flex-direction:column;align-items:flex-start;gap:20px}.mb-menu .mb-nav .navlist .navitem .navlink{width:100%;padding:4px 0;display:flex;flex-flow:row nowrap;align-items:center;gap:32px}.mb-menu .mb-nav .navlist .navitem .navlink.router-link-active .nav-text{position:relative;font-weight:600}.mb-menu .mb-nav .navlist .navitem .navlink.router-link-active .nav-text:before{content:"";width:100%;height:2px;position:absolute;bottom:-2px;left:0;background-color:#ff2836}.mb-menu .mb-nav .navlist .navitem .navlink .nav-text{font-family:Montserrat,sans-serif;font-size:17px;font-weight:400;text-transform:uppercase;color:#fff}.mb-menu .mb-nav .navlist .navitem .navlink svg{width:auto;height:6px;fill:#fff}.mb-menu .mb-nav .navlist .navitem.navitem-w-sm .navlink{cursor:pointer}.mb-menu .mb-nav .navlist .navitem.navitem-w-sm .subnav{max-height:0;overflow:hidden;transition:max-height .3s ease;padding-left:16px;display:flex;flex-direction:column;gap:12px}.mb-menu .mb-nav .navlist .navitem.navitem-w-sm .subnav li a{font-family:Montserrat,sans-serif;font-size:12px;font-weight:400;text-transform:uppercase;color:#fff}.mb-menu .mb-nav .navlist .navitem.navitem-w-sm .subnav li a.router-link-active{font-weight:600;position:relative}.mb-menu .mb-nav .navlist .navitem.navitem-w-sm .subnav li a.router-link-active:before{content:"";width:100%;height:2px;position:absolute;bottom:-2px;left:0;background-color:#ff2836}.mb-menu .mb-nav .navlist .navitem.navitem-w-sm .subnav.show-subnav{max-height:500px;padding-top:12px}.mb-menu .mb-nav .navlist .navitem.navitem-w-sm svg{transition:transform .3s ease}.mb-menu .mb-nav .navlist .navitem.navitem-w-sm .chevron-open{transform:rotate(180deg)}.mb-menu .mb-nav .navlist .navitem.cta-navitem{border:1px solid #ff2836;border-radius:25px;background-color:#0033668c}.mb-menu .mb-nav .navlist .navitem.cta-navitem .navlink{padding:7px 16px}.mb-menu .mb-nav .navlist .navitem.cta-navitem .navlink.router-link-active{border-radius:25px;background-color:#ff2836}.mb-menu .mb-nav .navlist .navitem.cta-navitem .navlink.router-link-active .nav-text:before{display:none}@media screen and (min-width:1024px){.header{height:72px}.header .max-width{gap:50px}.header .max-width .nav-container{width:100%;justify-content:space-between;gap:40px}.header .max-width .nav-container .lang-container:hover .lang-list{opacity:1;visibility:visible}.header .max-width .nav-container .lang-container:hover .lang-list .lang-btn{cursor:pointer}.header .max-width .nav-container .burger{display:none}.header .max-width .nav-container .nav-text{font-size:12.5px}.header .max-width .nav-container .lg-nav{display:flex}.header .max-width .nav-container .lg-nav .navlist{display:flex;align-items:center;gap:20px}.header .max-width .nav-container .lg-nav .navlist .navitem{height:100%;position:relative}.header .max-width .nav-container .lg-nav .navlist .navitem .navlink{height:100%;display:flex;align-items:center;gap:12px;position:relative;text-align:center;cursor:pointer}.header .max-width .nav-container .lg-nav .navlist .navitem .navlink.router-link-active:before{content:"";width:100%;height:2px;position:absolute;bottom:2px;left:0;background-color:#ff2836}.header .max-width .nav-container .lg-nav .navlist .navitem .navlink svg{fill:#fff;transition:transform .2s}.header .max-width .nav-container .lg-nav .navlist .navitem .subnav{display:none;position:absolute;top:100%;left:-21px;background-color:transparent;min-width:220px;padding:8px 0;list-style:none}.header .max-width .nav-container .lg-nav .navlist .navitem .subnav:before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;mix-blend-mode:multiply;background:#1203ff;background:linear-gradient(180deg,#1203ff00,#036);pointer-events:none;z-index:-1}.header .max-width .nav-container .lg-nav .navlist .navitem .subnav li a{display:block;padding:12px 24px;white-space:nowrap;position:relative}.header .max-width .nav-container .lg-nav .navlist .navitem .subnav li a span{position:relative;font-family:Montserrat,sans-serif;font-size:14px}.header .max-width .nav-container .lg-nav .navlist .navitem .subnav li a.router-link-active span:before{content:"";width:100%;height:2px;position:absolute;bottom:-2px;left:0;background-color:#ff2836}.header .max-width .nav-container .lg-nav .navlist .navitem.navitem-w-sm:hover .subnav{display:block}.header .max-width .nav-container .lg-nav .navlist .navitem.navitem-w-sm:hover .navlink svg{transform:rotate(180deg)}.header .max-width .nav-container .lg-nav .navlist .navitem.cta-navitem{border:1px solid #ff2836;border-radius:25px;background-color:#0033668c;overflow:hidden}.header .max-width .nav-container .lg-nav .navlist .navitem.cta-navitem .navlink{padding:7px 16px}.header .max-width .nav-container .lg-nav .navlist .navitem.cta-navitem .navlink.router-link-active{background-color:#ff2836}.header .max-width .nav-container .lg-nav .navlist .navitem.cta-navitem .navlink.router-link-active:before{display:none}.mb-menu{display:none}}@media screen and (min-width:1280px){.header .max-width .nav-container .lg-nav .navlist{gap:48px}}.btn{cursor:pointer;transition:opacity .2s ease}.pill-btn{padding:7px 40px;border-radius:25px;border:2px solid #ff2836;transition:all .2s ease;background-color:#ff2836}.pill-btn span{transition:all .2s ease;font-family:Mukta Mahee,sans-serif;font-size:14px;line-height:18px;color:#fff}.pill-btn.white-pill-btn{border-color:#fff;background-color:transparent}.pill-btn.white-pill-btn:hover{background-color:#fff}.pill-btn.white-pill-btn:hover span{color:#036}.semi-rounded-btn{padding:10px 24px;border:0;border-radius:0 25px 25px 0;transition:all .2s ease;overflow:hidden;position:relative;background:transparent;transition:all .5s ease}.semi-rounded-btn:after{content:"";width:100%;height:100%;position:absolute;top:0;right:0;transition:all .5s ease;transform-origin:right center;background:linear-gradient(90deg,#1203ff,#ff2836e6);z-index:0}.semi-rounded-btn span{position:relative;color:#fafafa;z-index:1}.semi-rounded-btn:hover{padding-left:30px}.semi-rounded-btn:hover:after{animation:scale-pulse-x 1.5s linear forwards infinite}.btn.arrow-btn{display:flex;align-items:center;gap:16px}.btn.arrow-btn span{text-align:start;white-space:wrap;font-size:20px;color:#fff}.btn.arrow-btn .arrow-cont{height:20px;display:flex;align-items:center;transition:all .3s ease}.btn.arrow-btn .arrow-cont svg{width:auto;height:16px;fill:#ff2836}.btn.arrow-btn:hover .arrow-cont{transform:translate(5px)}.btn.arrow-btn.arrow-down .arrow-cont{transform:rotate(90deg)}.btn.arrow-btn.arrow-down:hover .arrow-cont{transform:rotate(90deg) translate(3px)}.btn.arrow-btn.arrow-up .arrow-cont{transform:rotate(-90deg)}.btn.arrow-btn.arrow-up:hover .arrow-cont{transform:rotate(-90deg) translate(3px)}.btn.arrow-btn.blue-arrow span{color:#1203ff}.hero-section{width:100%;height:100vh;min-height:600px;position:relative;overflow:hidden;display:flex;align-items:center;background-color:#036}.hero-section .hero-bg{position:absolute;inset:0;background-color:#036;z-index:0}.hero-section .hero-bg .hero-bg-image-mb,.hero-section .hero-bg .hero-bg-image-lg{width:100%;height:100%;object-fit:cover}.hero-section .hero-bg .hero-bg-image-lg{display:none}.hero-section .hero-content{padding-top:138px;padding-bottom:50px;display:flex;flex-direction:column;justify-content:flex-start;position:relative;z-index:1}.hero-section .hero-content .hero-text-container{max-width:100%;padding-right:64px;min-height:350px;position:relative}.hero-section .hero-content .hero-text-container .hero-title{color:#fff;font-weight:700;margin-bottom:16px}.hero-section .hero-content .hero-text-container .hero-text{color:#fff;margin-bottom:56px;max-width:440px}.hero-section .hero-content .hero-text-container .hero-indicators{height:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:24px;position:absolute;top:0;right:0;background-color:transparent}.hero-section .hero-content .hero-text-container .hero-indicators .hero-indicators-timer-cont{width:1px;height:100%;position:relative;background-color:#29050e}.hero-section .hero-content .hero-text-container .hero-indicators .hero-indicators-timer-cont .hero-indicators-timer{width:2px;height:calc(100% + 2px);border-radius:1px;position:absolute;top:-1px;left:-.5px;transform:scaleY(0);transform-origin:top center;background-color:#ff2836;z-index:0}.hero-section .hero-content .hero-text-container .hero-indicators .hero-indicators-steps{display:flex;flex-direction:column;gap:16px}.hero-section .hero-content .hero-text-container .hero-indicators .hero-indicators-steps .hero-indicator{width:29px;height:29px;border:1px solid #ff2836;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Montserrat,sans-serif;font-size:12px;transition:color .2s ease;color:#fff6;cursor:pointer}.hero-section .hero-content .hero-text-container .hero-indicators .hero-indicators-steps .hero-indicator span{font-size:10px}.hero-section .hero-content .hero-text-container .hero-indicators .hero-indicators-steps .hero-indicator.active{position:relative;background-color:#ff2836;color:#fff}.hero-simple-section{width:100%;height:100vh;position:relative;overflow:hidden}.hero-simple-section .hero-bg{width:100%;height:100%;position:absolute;top:0;left:0;background-color:#036;z-index:0}.hero-simple-section .hero-bg .hero-bg-img{width:100%;height:100%;object-fit:cover}.hero-simple-section .hero-content{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:24px}.hero-simple-section .hero-content .hero-title,.hero-simple-section .hero-content .hero-text{max-width:540px;color:#fff}@media screen and (min-width:1024px){.hero-section .hero-bg .hero-bg-image-mb{display:none}.hero-section .hero-bg .hero-bg-image-lg{display:flex}.hero-section .hero-content{padding:72px 80px;justify-content:center}.hero-section .hero-content .hero-text-container{max-width:500px;padding:0}.hero-section .hero-content .hero-indicators{right:unset;left:calc(100% + 56px)}}.two-column-container{display:flex;flex-direction:column}.two-column-container .image-hw-container{width:100%;height:280px;overflow:hidden;display:none}.two-column-container .image-hw-container .hw-image{width:100%;height:100%;object-fit:cover}.two-column-container .content-hw-container{padding:50px 30px}.two-column-container .content-hw-container .section-subtitle{color:#1203ff}.two-column-container .content-hw-container .section-title{color:#1203ff;margin-bottom:16px}.two-column-container .content-hw-container .section-text{margin-bottom:24px;color:#1203ff}.two-column-container.inverted-tcc .image-hw-container{order:-1}@media screen and (min-width:1024px){.two-column-container{flex-direction:row;align-items:center;padding:0;gap:0}.two-column-container .image-hw-container{width:50%;margin:0;display:flex;height:478px;flex-shrink:0}.two-column-container .content-hw-container{width:50%;max-width:600px;margin:0 auto 0 0;padding:20px 80px 20px 40px}.two-column-container.inverted-tcc{flex-direction:row-reverse}.two-column-container.inverted-tcc .content-hw-container{margin:0 0 0 auto;padding-left:80px;padding-right:40px}}.services-section{padding:60px 0;background:#036;background:linear-gradient(0deg,#036 0% 45%,#036)}.services-section .section-subtitle{color:#fff}.services-section .section-title{color:#fff;margin-bottom:30px}.services-section .services-cta{display:flex;justify-content:center;margin-top:40px}.services-grid{display:grid;grid-template-columns:1fr;gap:20px}@media screen and (min-width:768px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1024px){.services-section{padding:80px 0}.services-grid{grid-template-columns:repeat(3,1fr);gap:24px}}.service-card{position:relative;border-radius:12px;padding:2px;overflow:hidden}.service-card .bg-as-border{height:150%;aspect-ratio:1;border-radius:inherit;position:absolute;top:50%;left:50%;background:linear-gradient(180deg,#1203ff,#ff2836);animation:rotate-centered 5s linear forwards infinite;z-index:0}.service-card .service-card-front{height:100%;border-radius:11px;display:flex;flex-direction:column;align-items:center;position:relative;z-index:1}.service-card .service-card-front .service-card-header{width:100%;padding:26px 20px;border-bottom:1px solid #1203ff;border-radius:12px 12px 0 0;display:flex;flex-flow:row nowrap;align-items:center;gap:12px;justify-content:center;background-color:#036;color:#fff}.service-card .service-card-front .service-card-header .service-icon{display:flex;align-items:center;justify-content:center}.service-card .service-card-front .service-card-header .service-icon svg{width:auto;height:24px;fill:#fff}.service-card .service-card-front .service-card-header .service-icon img{width:auto;height:24px;object-fit:contain}.service-card .service-card-front .service-card-header .service-title{font-family:Montserrat,sans-serif;font-size:17px;line-height:20px;font-weight:600;text-align:center;color:#fff}.service-card .service-card-front .service-description-container{width:100%;padding:26px 47px 40px;border-radius:0 0 12px 12px;display:flex;flex-direction:column;align-items:flex-start;flex:1;background-color:#036}.service-card .service-card-front .service-description-container.w-extra-info{border-radius:0}.service-card .service-card-front .service-description-container .service-description{margin-bottom:24px;display:flex;flex-direction:column;gap:12px;flex-grow:1;color:#fff}.service-card .service-card-front .service-description-container .service-description p,.service-card .service-card-front .service-description-container .service-description ul,.service-card .service-card-front .service-description-container .service-description li{font-size:14px;line-height:18px}.service-card .service-card-front .service-description-container .service-description h5{margin-top:8px;font-family:Montserrat,sans-serif;font-size:17px;font-weight:700;line-height:20px}.service-card .service-card-front .service-description-container .service-description ul{list-style:none;padding-left:0;display:flex;flex-direction:column;gap:8px}.service-card .service-card-front .service-description-container .service-description ul li{display:flex;align-items:center;gap:10px}.service-card .service-card-front .service-description-container .service-description ul li:before{content:"";width:24px;height:24px;min-width:24px;border:1.5px solid #ff2836;border-radius:6px;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 14.5L3.5 10L4.91 8.59L8 11.67L15.09 4.58L16.5 6L8 14.5Z' fill='%23ff2836'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:14px 14px}.service-card .service-card-front .service-description-container .service-description ol{padding-left:1.5em;list-style-type:decimal}.service-card .service-card-front .service-description-container .service-description ol li::marker{color:#ff2836;font-weight:700}.service-card .service-card-front .extra-info{width:100%;padding:10px 47px 40px;border-radius:0 0 12px 12px;display:flex;flex-direction:column;gap:40px;background-color:#036;color:#fff}.service-card .service-card-front .extra-info .extra-info-text-container{display:flex;flex-direction:column;gap:12px;flex-grow:1;color:#fff}.service-card .service-card-front .extra-info .extra-info-text-container p,.service-card .service-card-front .extra-info .extra-info-text-container ul,.service-card .service-card-front .extra-info .extra-info-text-container li{font-size:14px;line-height:18px}.service-card .service-card-front .extra-info .extra-info-text-container ul,.service-card .service-card-front .extra-info .extra-info-text-container ol{margin-top:12px;display:flex;flex-direction:column;align-items:flex-start;gap:8px}.service-card .service-card-front .extra-info .extra-info-text-container h5{margin-top:8px;font-family:Montserrat,sans-serif;font-size:17px;font-weight:600;line-height:20px}.service-card .service-card-front .extra-info .extra-info-text-container ul{list-style:none;padding-left:0}.service-card .service-card-front .extra-info .extra-info-text-container ul li{display:flex;align-items:center;gap:10px}.service-card .service-card-front .extra-info .extra-info-text-container ul li:before{content:"";width:24px;height:24px;min-width:24px;border:1.5px solid #ff2836;border-radius:6px;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 14.5L3.5 10L4.91 8.59L8 11.67L15.09 4.58L16.5 6L8 14.5Z' fill='%23ff2836'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:14px 14px}.service-card .service-card-front .extra-info .extra-info-text-container ol{display:block;padding-left:1.5em}.service-card .service-card-front .extra-info .extra-info-text-container ol li{display:list-item}.service-card .service-card-front .extra-info .extra-info-text-container ol li::marker{color:#ff2836;font-weight:700}@media screen and (min-width:1024px){.service-card{flex:1}}.why-section{position:relative;overflow:hidden;padding:60px 0}.why-section .why-bg{display:none;position:absolute;inset:0;z-index:0}.why-section .why-bg .why-bg-image{width:100%;height:100%;object-fit:cover}.why-section .why-bg .why-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#0033664d,#003366f2,#003366fa)}.why-section .why-content{position:relative;z-index:1;display:flex;justify-content:center}.why-section .why-content .why-text-container{max-width:100%;text-align:center}.why-section .why-content .why-text-container .section-title{color:#1203ff;margin-bottom:16px}.why-section .why-content .why-text-container p{color:#1203ff;margin-bottom:24px}@media screen and (min-width:1024px){.why-section{padding:0;display:flex;flex-flow:row nowrap}.why-section .why-bg .why-overlay{background:linear-gradient(90deg,#0360,#003366b3 40%,#003366f2 60%,#003366fa)}.why-section .why-content{justify-content:flex-end}.why-section .why-content .why-text-container{max-width:45%;text-align:left}}.blog-section{padding:60px 0;position:relative;overflow:hidden}.blog-section:after{content:"";width:100%;height:100%;position:absolute;bottom:0;left:50%;transform:translate(-50%);background:#ad003a;background:linear-gradient(180deg,#ad003a 15%,#000319);transform-origin:center bottom;pointer-events:none;animation:scale-pulse-y 6s ease-in infinite forwards;z-index:-1}.blog-section .max-width{overflow:hidden}.blog-section .max-width .blog-title{color:#fff;text-align:center;margin-bottom:30px}.blog-section .max-width .blog-swiper .swiper-slide{height:auto}.blog-section .max-width .blog-indicators{display:flex;justify-content:center;gap:8px;margin-top:24px}.blog-section .max-width .blog-indicators .swiper-pagination-bullet{width:8px;height:8px;border:1px solid #ff2836;border-radius:50%;background-color:#fff0;opacity:1}.blog-section .max-width .blog-indicators .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#ff2836}.blog-section .max-width .blog-cta{display:flex;justify-content:center;margin-top:30px}.blog-section .max-width .blog-cta .semi-rounded-btn{border-color:#fff}.blog-section .max-width .blog-cta .semi-rounded-btn span{color:#fff}@media screen and (min-width:1024px){.blog-section{padding:80px 0}.blog-section .blog-indicators{display:none}}.post-card{background-color:#ffffff14;border-radius:20px;display:flex;flex-direction:column;overflow:hidden;height:100%}.post-card .post-image-container{width:100%;height:180px;overflow:hidden}.post-card .post-image-container .post-img{width:100%;height:100%;object-fit:cover}.post-card hr{width:100%;height:3px;border:0;background:#ff2836;background:linear-gradient(90deg,#ff2836,#1203ff)}.post-card .post-data-container{padding:36px 30px;display:flex;flex-direction:column;justify-content:space-between;flex:1;background-color:#fff}.post-card .post-data-container .post-text-container .post-title{font-family:Montserrat,sans-serif;font-size:17px;font-weight:600;color:#1203ff;margin-bottom:8px}.post-card .post-data-container .post-text-container .post-excerpt{color:#1203ff;margin-bottom:18px}.post-card .post-data-container .post-text-container .post-excerpt p{display:-webkit-box;-webkit-line-clamp:5;line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}@media screen and (min-width:1024px){.post-card{flex:1}.post-card .post-image-container{height:200px}}.contact-cta{padding:60px 0;position:relative;background-color:#036;overflow:hidden}.contact-cta .contact-cta-bg{width:100%;height:100%;position:absolute;bottom:0;left:0;overflow:hidden;z-index:0}.contact-cta .contact-cta-bg .contact-cta-img{width:100%;height:100%;object-fit:cover}.contact-cta .max-width{padding-bottom:100px;position:relative;z-index:4}.contact-cta .max-width .section-title{max-width:500px;margin-bottom:24px;color:#fff;position:relative;z-index:1}.contact-cta .max-width .contact-cta-text{max-width:450px;margin-bottom:40px;position:relative;color:#fff;z-index:1}.contact-cta .max-width .btn{z-index:1}.contact-cta .max-width .contact-misc{height:50px;width:auto;position:absolute;bottom:0;left:-33%;pointer-events:none;z-index:0}.contact-cta:after{content:"";width:100%;height:80px;position:absolute;top:0;left:0;pointer-events:none;background:#036;background:linear-gradient(180deg,#036,#0360);z-index:1}.contact-cta:before{content:"";width:100%;height:80px;position:absolute;top:0;left:0;mix-blend-mode:multiply;pointer-events:none;background:#036;background:linear-gradient(180deg,#036,#0360 80%);z-index:2}@media screen and (min-width:1024px){.contact-cta{padding:80px 0}.contact-cta .contact-cta-bg{height:100%;display:flex;justify-content:flex-end}.contact-cta .contact-cta-bg:before{content:"";width:50%;height:100%;position:absolute;top:0;right:0;mix-blend-mode:multiply;background:#036;background:linear-gradient(45deg,#0360 70%,#036);z-index:1}.contact-cta .contact-cta-bg .contact-cta-img{width:auto;object-fit:contain;position:relative;z-index:0}.contact-cta:before{width:100%;min-width:650px;height:100%;top:0;left:0;background:#036;background:linear-gradient(105deg,#036 40%,#0360 calc(100% - 200px))}.contact-cta:after{width:100%;min-width:650px;height:100%;top:0;left:0;background:#036;background:linear-gradient(100deg,#036 66%,#0360 calc(100% - 200px))}.contact-cta .max-width{padding-bottom:0}.contact-cta .max-width .contact-misc{left:45%}}.category-filter{position:relative;max-width:400px;margin-bottom:32px;z-index:10}.category-filter .category-gradient-wrap{padding:2px;border-radius:12px;background:#ff2836;background:linear-gradient(45deg,#ff2836,#1203ff)}.category-filter .category-btn{width:100%;display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border:none;border-radius:10px;background:#fff;cursor:pointer;color:#1203ff}.category-filter .category-btn svg{transition:transform .3s;stroke:#1203ff}.category-filter .category-btn .h5{font-size:12px;font-weight:600}.category-filter.open .category-gradient-wrap{border-radius:12px}.category-filter.open .category-btn{border-radius:10px 10px 0 0;margin-bottom:2px}.category-filter.open .category-btn svg{transform:rotate(180deg)}.category-filter .category-list{width:100%;list-style:none;margin:0;padding:12px 0;background:#fff;border-radius:0 0 10px 10px}.category-filter .category-list .category-item button{width:100%;padding:2px 20px;text-align:left;background:none;border:none;color:#1203ff;font-size:14px;line-height:1;font-weight:400;cursor:pointer}.category-filter .category-list .category-item button:hover{background:#1203ff0f}.category-filter .category-list .category-item.active button{font-weight:600;text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:2px;text-decoration-color:#ff2836}#main-footer{background:#1203ff;padding:20px 0;background:linear-gradient(180deg,#1203ff,#036)}#main-footer .max-width .footer-top{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;padding-bottom:16px}#main-footer .max-width .footer-top .footer-logos{display:flex;align-items:center;gap:16px}#main-footer .max-width .footer-top .footer-logos .footer-logo img{height:20px}#main-footer .max-width .footer-top .footer-social{display:flex;gap:16px}#main-footer .max-width .footer-top .footer-social .footer-social-item a{display:inline-block;height:14px}#main-footer .max-width .footer-top .footer-social .footer-social-item a svg{width:auto;height:14px;fill:#fff}#main-footer .max-width .footer-top span{color:#fff;font-size:12px}#main-footer .max-width hr{border:none;border-top:2px solid #ff2836}#main-footer .max-width .footer-btm{display:flex;align-items:center;justify-content:space-between;padding-top:12px}#main-footer .max-width .footer-btm .copy{color:#fff;font-size:11px}#main-footer .max-width .footer-btm #back-to-top-btn{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}#main-footer .max-width .footer-btm #back-to-top-btn svg{width:12px;height:12px;transform:rotate(180deg);fill:#ff2836}@media screen and (min-width:1024px){#main-footer .max-width .footer-top{flex-wrap:nowrap}#main-footer .max-width .footer-top .footer-social{width:100%;margin-left:80px;gap:32px}#main-footer .max-width .footer-top span{white-space:nowrap;cursor:pointer}}.cookie-banner{width:100vw;height:100vh;padding:30px;position:fixed;top:0;left:0;background:#1203ff;background:linear-gradient(0deg,#1203ff,#036 45% 85%,#1203ff);z-index:1000}.cookie-banner .max-width{height:100%;max-width:500px;display:flex;flex-direction:column;justify-content:center;gap:12px}.cookie-banner .max-width .cookie-close-btn{position:absolute;top:24px;right:24px}.cookie-banner .max-width .cookie-close-btn svg{fill:#fff}.cookie-banner .max-width .cookie-text-container{display:flex;flex-direction:column;gap:12px}.cookie-banner .max-width .cookie-text-container .section-title,.cookie-banner .max-width .cookie-text-container .cookie-banner-text{color:#fff}.cookie-banner .max-width .cookie-banner-actions{width:242px;margin-top:18px;display:flex;flex-direction:column;gap:10px}@media screen and (min-width:1024px){.cookie-banner .max-width{max-width:688px;flex-flow:row nowrap;justify-content:space-between;align-items:center}.cookie-banner .max-width .cookie-text-container{max-width:314px}}.blog-list-section .max-width{padding-top:24px;padding-bottom:24px;display:flex;flex-direction:column;gap:16px}.blog-list-section .max-width .section-title{font-family:Montserrat,sans-serif;font-size:17px;font-weight:400;color:#1203ff}.blog-list-grid{display:grid;gap:20px}.blog-list-grid .post-card{box-shadow:2px 2px 10px #0000000d}.pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:48px}.pagination .pagination-arrow{background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center}.pagination .pagination-arrow:disabled{opacity:.3;cursor:default}.pagination .pagination-arrow svg{width:auto;height:16px}.pagination .pagination-number{font-family:Montserrat,sans-serif;font-size:16px;font-weight:700;color:#036;background:none;border:none;cursor:pointer;min-width:40px;text-align:center;padding:4px 8px}.pagination .pagination-number.active{color:#ad003a}.pagination .pagination-number.placeholder{visibility:hidden}.blog-bottom-cta{background-color:#f1f8fe}.blog-bottom-cta .max-width{padding-top:40px;padding-bottom:40px;display:flex;flex-direction:column;align-items:flex-start;gap:16px}.blog-bottom-cta .max-width .section-title,.blog-bottom-cta .max-width .section-text{max-width:540px;color:#1203ff}.blog-bottom-cta .max-width .section-text{margin-bottom:8px}@media screen and (min-width:768px){.blog-list-grid{grid-template-columns:1fr 1fr;gap:32px}.blog-bottom-cta .max-width{padding-top:64px;padding-bottom:64px}}@media screen and (min-width:1024px){.blog-list-grid{grid-template-columns:repeat(3,1fr)}}.landings-list-section .max-width{padding-top:40px;padding-bottom:40px}@media screen and (min-width:1024px){.landings-list-section .max-width{padding-top:64px;padding-bottom:64px}}.form-input,#modal #modal-content .contact-modal .contact-modal-content #contact-form textarea,#modal #modal-content .contact-modal .contact-modal-content #contact-form input[type=text],#modal #modal-content .contact-modal .contact-modal-content #contact-form input[type=email],#modal #modal-content .contact-modal .contact-modal-content #contact-form input[type=tel],.contact-form-section #contact-page-form textarea,.contact-form-section #contact-page-form input[type=text],.contact-form-section #contact-page-form input[type=email],.contact-form-section #contact-page-form input[type=tel]{width:100%;min-height:35px;font-family:Montserrat,sans-serif;font-size:14px;font-weight:400;color:#1203ff;background:#fff;border:1.5px solid #ff2836;border-radius:5px;padding:6px 16px;outline:none;resize:none}.form-input::placeholder,#modal #modal-content .contact-modal .contact-modal-content #contact-form textarea::placeholder,#modal #modal-content .contact-modal .contact-modal-content #contact-form input[type=text]::placeholder,#modal #modal-content .contact-modal .contact-modal-content #contact-form input[type=email]::placeholder,#modal #modal-content .contact-modal .contact-modal-content #contact-form input[type=tel]::placeholder,.contact-form-section #contact-page-form textarea::placeholder,.contact-form-section #contact-page-form input[type=text]::placeholder,.contact-form-section #contact-page-form input[type=email]::placeholder,.contact-form-section #contact-page-form input[type=tel]::placeholder{color:#1203ff;opacity:1}.form-input:focus,#modal #modal-content .contact-modal .contact-modal-content #contact-form textarea:focus,#modal #modal-content .contact-modal .contact-modal-content #contact-form input[type=text]:focus,#modal #modal-content .contact-modal .contact-modal-content #contact-form input[type=email]:focus,#modal #modal-content .contact-modal .contact-modal-content #contact-form input[type=tel]:focus,.contact-form-section #contact-page-form textarea:focus,.contact-form-section #contact-page-form input[type=text]:focus,.contact-form-section #contact-page-form input[type=email]:focus,.contact-form-section #contact-page-form input[type=tel]:focus{border-color:#ad003a}.contact-form-section .max-width{padding-top:40px;padding-bottom:40px}.contact-form-section #contact-page-form{max-width:688px;display:flex;flex-direction:column;align-items:flex-start;gap:16px}.contact-form-section #contact-page-form textarea{border-radius:0;padding:16px;min-height:200px}.contact-form-section #contact-page-form .form-disclaimer{font-family:Montserrat,sans-serif;font-size:10px;line-height:12px;color:#036}.contact-form-section #contact-page-form .form-checkbox{display:flex;align-items:center;gap:12px;cursor:pointer}.contact-form-section #contact-page-form .form-checkbox input[type=checkbox]{position:absolute;opacity:0;width:0;height:0}.contact-form-section #contact-page-form .form-checkbox input[type=checkbox]:checked+.fake-checkbox svg{opacity:1}.contact-form-section #contact-page-form .form-checkbox .fake-checkbox{width:32px;height:32px;min-width:32px;border:1.5px solid #ff2836;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center}.contact-form-section #contact-page-form .form-checkbox .fake-checkbox svg{opacity:0;transition:opacity .15s;fill:#ff2836}.contact-form-section #contact-page-form .form-checkbox span{font-family:Montserrat,sans-serif;font-size:10px;line-height:12px;color:#036}.contact-form-section #contact-page-form .btn{min-width:139px;margin-top:8px}@media screen and (min-width:768px){.contact-form-section .max-width{padding-top:64px;padding-bottom:64px}.contact-form-section .max-width #contact-page-form{display:grid;grid-template-columns:1fr 1fr;justify-items:start}.contact-form-section .max-width #contact-page-form textarea,.contact-form-section .max-width #contact-page-form .form-disclaimer,.contact-form-section .max-width #contact-page-form .form-checkbox,.contact-form-section .max-width #contact-page-form .btn{grid-column:1/3}.form-input,#modal #modal-content .contact-modal .contact-modal-content #contact-form textarea,#modal #modal-content .contact-modal .contact-modal-content #contact-form input[type=text],#modal #modal-content .contact-modal .contact-modal-content #contact-form input[type=email],#modal #modal-content .contact-modal .contact-modal-content #contact-form input[type=tel],.contact-form-section #contact-page-form input[type=text],.contact-form-section #contact-page-form input[type=email],.contact-form-section #contact-page-form input[type=tel],.contact-form-section #contact-page-form textarea{padding:12px 16px}}.reviews-section .max-width{padding-top:40px;padding-bottom:40px;display:flex;flex-direction:column;gap:24px}.reviews-section .max-width .section-title{color:#1203ff}.reviews-grid{display:grid;grid-template-columns:1fr;gap:40px}.review-card{padding-bottom:40px;display:flex;flex-direction:column;position:relative;gap:4px}.review-card .rcard-line{width:100%;height:3px;position:absolute;left:0;bottom:0;background:#ff2836;background:linear-gradient(90deg,#ff2836,#1203ff);pointer-events:none;z-index:0}.review-card .review-name{font-size:12px;color:#1203ff}.review-card .review-tags{display:flex;flex-flow:row wrap;gap:4px 10px}.review-card .review-tags .review-tag{padding:4px 13px;border:1px solid #ff2836;border-radius:4px;white-space:nowrap;color:#1203ff}.review-card .review-title{margin:11px 0 6px;font-size:17px}@media screen and (min-width:1024px){.reviews-section .max-width{gap:40px}.reviews-section .max-width .reviews-grid{grid-template-columns:repeat(3,1fr)}.review-card{padding:24px 40px 24px 0}.review-card .rcard-line{width:3px;height:100%;top:0;right:0;bottom:unset;left:unset;background:#ff2836;background:linear-gradient(180deg,#ff2836,#1203ff)}}.codigo-section{background:#036;background:linear-gradient(180deg,#036 0% 50%,#036)}.codigo-section .max-width{padding-top:40px;padding-bottom:40px;z-index:1}.codigo-section .max-width .codigo-grid{display:grid;grid-template-columns:1fr;gap:20px}.codigo-section .max-width .codigo-grid .codigo-card{display:flex;flex-direction:column;gap:12px;color:#fff}.codigo-section .max-width .codigo-grid .codigo-card .codigo-card-header{width:100%;display:flex;gap:16px;align-items:center}.codigo-section .max-width .codigo-grid .codigo-card .codigo-card-header .codigo-img-container{width:auto;height:50px;display:flex;align-items:center;justify-content:center;overflow:hidden}.codigo-section .max-width .codigo-grid .codigo-card .codigo-card-header .codigo-img-container .codigo-img{height:100%;object-fit:contain}.codigo-section .max-width .codigo-grid .codigo-card .codigo-card-header .codigo-title{font-size:30px;line-height:1.1}.codigo-section .max-width .codigo-grid .valor-item{padding-bottom:32px;border-bottom:1px solid #fff;display:flex;flex-direction:column;gap:12px;color:#fff}.codigo-section .max-width .codigo-grid .valor-item:last-child{border:0}.codigo-section .max-width .codigo-grid .valor-item .h5 h1,.codigo-section .max-width .codigo-grid .valor-item .h5 h2,.codigo-section .max-width .codigo-grid .valor-item .h5 h3,.codigo-section .max-width .codigo-grid .valor-item .h5 h4,.codigo-section .max-width .codigo-grid .valor-item .h5 h5,.codigo-section .max-width .codigo-grid .valor-item .h5 h6,.codigo-section .max-width .codigo-grid .valor-item .h5 p,.codigo-section .max-width .codigo-grid .valor-item .h5 span,.codigo-section .max-width .codigo-grid .valor-item .h5 strong{font-family:Montserrat,sans-serif;font-size:20px;font-weight:600;line-height:inherit}.valores-section{background:#036;background:linear-gradient(180deg,#036 0% 50%,#036)}.valores-section .max-width{padding-top:40px;padding-bottom:40px;display:flex;flex-direction:column;gap:32px}.valores-section .max-width .valor-item{padding-bottom:32px;border-bottom:1px solid #fff;display:flex;flex-direction:column;gap:12px;color:#fff}.valores-section .max-width .valor-item:last-child{border:0}.logos-section .max-width{max-width:660px;padding-top:40px;padding-bottom:40px;display:flex;flex-direction:column;gap:12px}.logos-section .max-width .section-title,.logos-section .max-width .section-text{color:#1203ff}.logos-section .max-width .logos-swiper{width:100%;margin-top:24px}.logos-section .max-width .logos-swiper .logo-item{width:100%;height:40px;display:flex;align-items:flex-end;justify-content:center}.logos-section .max-width .logos-swiper .logo-item img{width:100%;object-fit:contain}@media screen and (min-width:768px){.codigo-section .max-width .codigo-grid{grid-template-columns:1fr 1fr}.logos-section .max-width .logos-swiper .logo-item{height:auto}}@media screen and (min-width:1024px){.codigo-section .max-width .codigo-grid{grid-template-columns:repeat(3,1fr);gap:40px;align-items:start}.codigo-section .max-width .codigo-grid:before{content:"";grid-area:1/3/2/4}.codigo-section .max-width .codigo-grid .valor-item{height:100%}.codigo-section .max-width .codigo-grid .valor-item:nth-child(2n){grid-column:2/3}.codigo-section .max-width .codigo-grid .valor-item:nth-child(2n):last-of-type{border:0}.codigo-section .max-width .codigo-grid .valor-item:nth-child(odd){grid-column:3/4}.codigo-section .max-width .codigo-grid .valor-item:nth-child(odd):last-of-type{border:0}}.servicios-list-section{background:#036;background:linear-gradient(180deg,#036 0% 50%,#036)}.servicios-list-section .max-width{padding-top:40px;padding-bottom:40px;display:flex;flex-direction:column;gap:24px}.servicios-list-section .max-width .section-title{color:#fff}.planes-section .max-width,.hubs-section .max-width{padding:0;display:flex;flex-direction:column;gap:24px}.planes-section .max-width .section-title,.hubs-section .max-width .section-title{padding:0 30px;color:#1203ff}.planes-section .max-width .planes-grid,.planes-section .max-width .hubs-grid,.hubs-section .max-width .planes-grid,.hubs-section .max-width .hubs-grid{display:grid;grid-template-columns:1fr}.planes-section .max-width .planes-grid .plan-card,.planes-section .max-width .hubs-grid .plan-card,.hubs-section .max-width .planes-grid .plan-card,.hubs-section .max-width .hubs-grid .plan-card{border-radius:20px;background-color:#036}.planes-section .max-width .planes-grid .plan-card .plan-content,.planes-section .max-width .hubs-grid .plan-card .plan-content,.hubs-section .max-width .planes-grid .plan-card .plan-content,.hubs-section .max-width .hubs-grid .plan-card .plan-content{padding:40px 30px;display:flex;flex-direction:column;align-items:center;justify-content:center}.planes-section .max-width .planes-grid .plan-card .plan-content .plan-title-container,.planes-section .max-width .hubs-grid .plan-card .plan-content .plan-title-container,.hubs-section .max-width .planes-grid .plan-card .plan-content .plan-title-container,.hubs-section .max-width .hubs-grid .plan-card .plan-content .plan-title-container{display:flex;align-items:center;gap:12px}.planes-section .max-width .planes-grid .plan-card .plan-content .plan-title-container svg,.planes-section .max-width .hubs-grid .plan-card .plan-content .plan-title-container svg,.hubs-section .max-width .planes-grid .plan-card .plan-content .plan-title-container svg,.hubs-section .max-width .hubs-grid .plan-card .plan-content .plan-title-container svg{height:42px;width:auto;fill:#ad003a}.planes-section .max-width .planes-grid .plan-card .plan-content .plan-title-container .plan-title,.planes-section .max-width .hubs-grid .plan-card .plan-content .plan-title-container .plan-title,.hubs-section .max-width .planes-grid .plan-card .plan-content .plan-title-container .plan-title,.hubs-section .max-width .hubs-grid .plan-card .plan-content .plan-title-container .plan-title{white-space:nowrap;color:#fff}.planes-section .max-width .planes-grid .plan-card .plan-content .plan-description,.planes-section .max-width .hubs-grid .plan-card .plan-content .plan-description,.hubs-section .max-width .planes-grid .plan-card .plan-content .plan-description,.hubs-section .max-width .hubs-grid .plan-card .plan-content .plan-description{text-align:center;color:#fff}.planes-section .max-width .planes-grid .plan-card .plan-content .btn,.planes-section .max-width .hubs-grid .plan-card .plan-content .btn,.hubs-section .max-width .planes-grid .plan-card .plan-content .btn,.hubs-section .max-width .hubs-grid .plan-card .plan-content .btn{margin-top:24px}.hubs-section{border-radius:0 0 25px 25px;background:#036;background:linear-gradient(180deg,#036,#062399,#036)}#hubspot .como-trabajamos-section{border-radius:0;background:unset;background-color:#fff}#hubspot .como-trabajamos-section .max-width .section-title,#hubspot .como-trabajamos-section .max-width .checklist-grid .checklist-card .checklist-content .checklist-title,#hubspot .como-trabajamos-section .max-width .checklist-grid .checklist-card .checklist-content .checklist-text{color:#1203ff}#inbound-mkt .planes-section{background:#133366;background:linear-gradient(180deg,#133366,#062399,#133366)}#inbound-mkt .planes-section .max-width{padding-top:60px}#inbound-mkt .planes-section .max-width .section-title{color:#fff}@media screen and (min-width:768px){.planes-section .max-width,.hubs-section .max-width{padding:40px 30px}.planes-section .max-width .section-title,.hubs-section .max-width .section-title{padding:0}.planes-section .max-width .planes-grid,.planes-section .max-width .hubs-grid,.hubs-section .max-width .planes-grid,.hubs-section .max-width .hubs-grid{grid-template-columns:1fr 1fr;gap:30px;align-items:start}}@media screen and (min-width:1200px){.servicios-list-section .max-width,.planes-section .max-width,.hubs-section .max-width{padding:64px 80px;gap:40px}.servicios-list-section .max-width .planes-grid,.servicios-list-section .max-width .hubs-grid,.planes-section .max-width .planes-grid,.planes-section .max-width .hubs-grid,.hubs-section .max-width .planes-grid,.hubs-section .max-width .hubs-grid{grid-template-columns:repeat(3,calc(33.3% - 26.6666666667px));gap:40px}}.que-hacemos-section{padding:60px 0;border-radius:0 0 25px 25px;background:#133366;background:linear-gradient(0deg,#133366,#062399,#133366)}.que-hacemos-section .section-title{color:#fff;margin-bottom:32px}.que-hacemos-section .process-grid{display:flex;flex-direction:column;gap:20px}.process-card{position:relative;border-radius:12px;padding:2px;display:flex;flex-direction:column;gap:12px;box-shadow:2px 2px 4px #0000000d}.process-card .process-card-title,.process-card .process-card-text{position:relative;z-index:1}.process-card .process-card-title{font-size:17px;font-weight:700;color:#1203ff}.process-card hr{width:100%;height:3px;border:0;background:#1203ff;background:linear-gradient(270deg,#1203ff,#ff2836)}.process-card .process-card-text,.process-card .process-card-text p{color:#1203ff}.process-card{padding:24px 20px;background-color:#fff}.que-incluye-section{padding:60px 0}.que-incluye-section .section-title{color:#1203ff;margin-bottom:32px}.que-incluye-section .numbered-list{display:flex;flex-direction:column;gap:0}.numbered-list-item{display:flex;align-items:center;gap:16px;padding:14px 0}.numbered-list-item .numbered-badge{width:40px;height:40px;padding:4px 8px;border:1px solid #ff2836;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:#fff}.numbered-list-item .numbered-badge span{font-family:Montserrat,sans-serif;font-size:12px;font-weight:700;color:#1203ff;text-align:center}.numbered-list-item .numbered-text,.numbered-list-item .numbered-text p{font-size:14px;color:#1203ff}.como-trabajamos-section{padding:60px 0;border-radius:25px 25px 0 0;background:#040a29;background:linear-gradient(0deg,#040a29,#ad003a 80%)}.como-trabajamos-section .section-title{color:#fff;margin-bottom:32px}.como-trabajamos-section .checklist-grid{display:flex;flex-direction:column}.checklist-card{padding-bottom:24px;display:flex;align-items:center;gap:16px;position:relative}.checklist-card:before{content:"";width:1px;height:100%;position:absolute;left:19.5px;top:40px;background-color:#ff2836;z-index:-1}.checklist-card:last-child:before{display:none}.checklist-card .checklist-icon{width:40px;height:40px;min-width:40px;border:1.5px solid #ff2836;border-radius:10px;background-color:#fff;display:flex;align-items:center;justify-content:center}.checklist-card .checklist-icon svg{fill:#ff2836}.checklist-card .checklist-content .checklist-title{font-size:17px;font-weight:700;color:#fff;margin-bottom:4px}.checklist-card .checklist-content .checklist-text{color:#1203ff}@media screen and (min-width:1024px){.como-trabajamos-section{padding:80px 0}}.que-es-section{padding:60px 0;border-radius:0 0 25px 25px;background:#133366;background:linear-gradient(180deg,#133366,#062399,#133366)}.que-es-section .max-width{display:flex;flex-direction:column;gap:16px}.que-es-section .max-width .section-title,.que-es-section .max-width p{color:#fff}.que-evaluamos-section{padding:60px 0}.que-evaluamos-section .section-title{color:#1203ff;margin-bottom:32px}.que-evaluamos-section .numbered-list{display:flex;flex-direction:column;gap:0}.accordion-section{padding:60px 0}.accordion-section .section-title{color:#1203ff;margin-bottom:32px}.accordion-item .accordion-header{width:100%;border-bottom:3px solid transparent;border-image:linear-gradient(270deg,#1203ff,#ff2836) 1;display:flex;align-items:center;justify-content:space-between;padding:16px 32px;cursor:pointer}.accordion-item .accordion-header .accordion-title{font-family:Montserrat,sans-serif;font-size:14px;font-weight:600;color:#1203ff}.accordion-item .accordion-header .accordion-chevron{width:auto;height:8px;fill:#ff2836;transition:transform .3s ease}.accordion-item .accordion-body{max-height:0;overflow:hidden;transition:max-height .3s ease}.accordion-item .accordion-content{padding-bottom:20px;display:flex;flex-direction:column;gap:16px}.accordion-item.open .accordion-header .accordion-chevron{transform:rotate(180deg)}.accordion-item.open .accordion-body{padding-top:32px;max-height:1000px}.como-trabajamos-text-section{padding:60px 0;border-radius:25px 25px 0 0;background:#ad003a;background:linear-gradient(180deg,#ad003a,#ff2836,#ad003a)}.como-trabajamos-text-section .max-width{display:flex;flex-direction:column;gap:16px}.como-trabajamos-text-section .max-width .section-title,.como-trabajamos-text-section .max-width p{color:#fff}#cliente-incognito .que-hacemos-section{border-radius:25px 25px 0 0;background:#ad003a;background:linear-gradient(180deg,#ad003a,#ff2836,#ad003a)}#cliente-incognito .que-hacemos-section .section-title{color:#fff}#cliente-incognito .accordion-section{background:#ad003a;background:linear-gradient(180deg,#ad003a,#ff2836,#ad003a)}#cliente-incognito .accordion-section .section-title,#cliente-incognito .accordion-section .accordion-item .accordion-header .accordion-title{color:#fff}#cliente-incognito .accordion-section .accordion-item .accordion-header .accordion-chevron{fill:#fff}#cliente-incognito .accordion-section .accordion-item .checklist-content .checklist-text{color:#fffc}#modal{width:100%;height:100vh;position:fixed;top:0;left:0;opacity:0;visibility:hidden;z-index:110}#modal.show-modal{opacity:1;visibility:visible}#modal #modal-bg{width:100%;height:100%;position:absolute;left:0;top:0;z-index:0}#modal #modal-content{width:100%;height:100%;position:relative;z-index:1}#modal #modal-content .contact-modal{width:100%;height:100%;padding:0 30px;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;position:relative;background-color:#fff}#modal #modal-content .contact-modal .close-modal-container svg{fill:#1203ff}#modal #modal-content .contact-modal .contact-modal-content{display:flex;flex-direction:column;gap:4px;overflow:auto}#modal #modal-content .contact-modal .contact-modal-content .section-title,#modal #modal-content .contact-modal .contact-modal-content .section-text{color:#1203ff}#modal #modal-content .contact-modal .contact-modal-content #contact-form{max-width:688px;margin-top:12px;display:flex;flex-direction:column;align-items:flex-start;gap:16px;position:relative;z-index:0}#modal #modal-content .contact-modal .contact-modal-content #contact-form textarea{border-radius:0;padding:16px;min-height:200px}#modal #modal-content .contact-modal .contact-modal-content #contact-form .btn{min-width:139px;margin-top:8px}@media screen and (min-width:768px){#modal #modal-content .contact-modal{align-items:center}#modal #modal-content .contact-modal .close-modal-container{position:absolute;top:72px;left:calc(50vw + 284px);cursor:pointer;z-index:1}#modal #modal-content .contact-modal .contact-modal-content{width:100%;max-width:600px;margin:0 auto}}.post-hero{width:100%;height:80vh;position:relative;display:flex;align-items:flex-end}.post-hero .post-hero-bg{position:absolute;inset:0;z-index:0}.post-hero .post-hero-bg img{width:100%;height:100%;object-fit:cover}.post-hero .post-hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0000001a,#000000a6)}.post-hero .post-hero-content{height:100%;position:relative;z-index:1;padding-bottom:40px;display:flex;flex-direction:column;justify-content:center;gap:12px}.post-hero .post-hero-content .post-category{font-family:Montserrat,sans-serif;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:#fff;background-color:#ff2836;padding:4px 12px;border-radius:4px;align-self:flex-start}.post-hero .post-hero-content .post-title{font-family:Montserrat,sans-serif;font-size:24px;font-weight:700;line-height:1.2;color:#fff}.post-meta-section .max-width{padding-top:40px;padding-bottom:24px}.post-meta-section .max-width .post-meta{max-width:680px;display:flex;align-items:center;gap:10px;font-family:Montserrat,sans-serif;font-size:13px;color:#036}.post-meta-section .max-width .post-meta .post-meta-separator{opacity:.4}.post-meta-section .max-width .post-bajada{max-width:680px;margin-top:16px;color:#1203ff;font-size:16px;line-height:1.6}.post-meta-section .max-width .post-bajada p{margin-bottom:8px}hr.post-divider{width:100%;max-width:680px;height:3px;margin-top:32px;border:0;background:linear-gradient(-90deg,#1203ff,#ff2836e6)}.post-content-section .max-width{padding-top:8px;padding-bottom:40px}.post-content-section .post-block{max-width:680px;margin-bottom:32px}.post-content-section .post-block-heading{font-family:Montserrat,sans-serif;font-size:20px;font-weight:700;color:#1203ff;margin-bottom:12px}.post-content-section .post-block-body{color:#036;line-height:1.4}.post-content-section .post-block-body p{margin-bottom:12px}.post-content-section .post-block-body h3{margin:24px 0 12px;font-family:Montserrat,sans-serif;font-size:20px;font-weight:700;line-height:1.2;color:#1203ff}.post-content-section .post-block-body ul,.post-content-section .post-block-body ol{padding-left:24px;margin-bottom:12px;list-style-type:initial}.post-content-section .post-block-body ul li,.post-content-section .post-block-body ol li{margin-bottom:6px}.post-content-section .post-block-body a{color:#ff2836;text-decoration:underline}.post-content-section .post-block-body a:hover{color:#ad003a}.post-content-section .post-block-body strong{font-weight:700}.post-content-section .post-block-body blockquote{border-left:3px solid #ff2836;padding-left:16px;margin:16px 0;font-style:italic;color:#1203ff}.post-content-section .post-block-image img{width:100%;border-radius:12px}.post-content-section .video-responsive{position:relative;padding-top:56.25%;width:100%;border-radius:12px;overflow:hidden}.post-content-section .video-responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.post-content-section .post-swiper .carrousel-img{width:100%;max-height:500px;object-fit:cover;border-radius:12px}.post-not-found{min-height:60vh;display:flex;align-items:center;justify-content:center}.post-not-found .max-width{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px}.post-not-found .max-width h1{font-family:Montserrat,sans-serif;color:#1203ff}.post-not-found .max-width p{color:#036;max-width:400px}.post-loading{min-height:60vh;display:flex;align-items:center;justify-content:center}.post-loading .max-width{text-align:center;color:#036}.post-related-section,.content-related-section{border-radius:25px 25px 0 0;background:#ad003a;background:linear-gradient(180deg,#ad003a,#000319e6)}.post-related-section .max-width,.content-related-section .max-width{padding-top:40px;padding-bottom:40px}.post-related-section .max-width .section-title,.content-related-section .max-width .section-title{margin-bottom:24px;color:#fff}.post-related-section .max-width .post-related-grid,.content-related-section .max-width .post-related-grid{display:grid;grid-template-columns:1fr;gap:20px}.post-related-section .max-width .post-related-grid .post-card,.content-related-section .max-width .post-related-grid .post-card{box-shadow:2px 2px 10px #0000000d}@media screen and (min-width:768px){.post-hero .post-hero-content .post-title{font-size:32px}.post-related-section .max-width,.content-related-section .max-width{padding-top:64px;padding-bottom:64px}.post-related-section .max-width .post-related-grid,.content-related-section .max-width .post-related-grid{grid-template-columns:1fr 1fr;gap:32px}}@media screen and (min-width:1024px){.post-hero .post-hero-content{padding-bottom:60px}.post-hero .post-hero-content .post-title{font-size:40px}.post-related-section .max-width .post-related-grid,.content-related-section .max-width .post-related-grid{grid-template-columns:repeat(3,1fr)}}.service-page-template .spt-section--last{margin-bottom:-25px;z-index:1}.spt-section{padding:60px 0}.spt-section .max-width{display:flex;flex-direction:column;gap:24px}.spt-section .process-grid{display:flex;flex-direction:column;gap:20px}.spt-section .checklist-grid{display:flex;flex-direction:column}.spt-section .numbered-list{display:flex;flex-direction:column;gap:0}@media screen and (min-width:1024px){.spt-section{padding:80px 0}}.spt-section--numbered .max-width{align-items:center;justify-content:center}.spt-section--numbered .section-title{text-align:center}.spt-section--numbered .numbered-list,.spt-section--numbered .checklist-grid{max-width:500px;width:100%}.spt-section--checklist .max-width{align-items:center;justify-content:center}.spt-section--checklist .section-title{text-align:center}.spt-section--checklist .checklist-grid{max-width:500px;width:100%}.spt-section--blocks .max-width{align-items:center;justify-content:center}.spt-section--blocks .section-title{text-align:center}.spt-section--blocks .process-grid{max-width:500px;width:100%}@media screen and (min-width:1024px){.spt-section .process-grid{max-width:780px;display:grid;grid-template-columns:1fr 1fr}}.text-block-content{max-width:600px;display:flex;flex-direction:column;align-items:flex-start;gap:12px}.spt-bg-blue{border-radius:0 0 25px 25px;background:#133366;background:linear-gradient(0deg,#133366,#062399,#133366)}.spt-bg-blue .section-title,.spt-bg-blue p,.spt-bg-blue .text-block-content p,.spt-bg-blue .numbered-text,.spt-bg-blue .numbered-text p,.spt-bg-blue .accordion-title{color:#fff}.spt-bg-blue .accordion-chevron{fill:#fff}.spt-bg-white{background-color:#fff}.spt-bg-white .section-title,.spt-bg-white .process-card-title,.spt-bg-white .process-card-text,.spt-bg-white .process-card-text p,.spt-bg-white .numbered-text,.spt-bg-white .numbered-badge span,.spt-bg-white .numbered-text p{color:#1203ff}.spt-bg-red{border-radius:25px 25px 0 0;background:#040a29;background:linear-gradient(0deg,#040a29,#ad003a 80%)}.spt-bg-red .section-title,.spt-bg-red p,.spt-bg-red .text-block-content p,.spt-bg-red .checklist-title,.spt-bg-red .checklist-text,.spt-bg-red .accordion-title{color:#fff}.spt-bg-red .accordion-chevron{fill:#fff}.spt-bg-red .numbered-list-item .numbered-text p{color:#fff}.spt-bg-red .service-card .service-card-front .service-card-header{background-color:#fff}.spt-bg-red .service-card .service-card-front .service-card-header .service-title{color:#1203ff}.spt-bg-red .service-card .service-card-front .service-description-container,.spt-bg-red .service-card .service-card-front .extra-info{background-color:#fff}.spt-bg-red .service-card .service-card-front .service-description-container .extra-info-text-container,.spt-bg-red .service-card .service-card-front .extra-info .extra-info-text-container,.spt-bg-red .service-card .service-card-front .service-description-container .service-description p,.spt-bg-red .service-card .service-card-front .extra-info .service-description p{color:#1203ff}.spt-service-card-grid{display:grid;grid-template-columns:1fr;align-items:start;gap:24px}@media screen and (min-width:768px){.spt-service-card-grid{grid-template-columns:1fr 1fr;gap:30px}}@media screen and (min-width:1200px){.spt-service-card-grid{grid-template-columns:repeat(3,1fr);gap:40px}}#landing .document-actions .max-width{max-width:500px;padding-top:40px;padding-bottom:40px;display:grid;grid-template-columns:1fr;gap:24px}#landing .document-actions .max-width .document-actions-img-container{width:100%;aspect-ratio:3/2;overflow:hidden;background-color:#1203ff0f}#landing .document-actions .max-width .document-actions-img-container img{width:100%;height:100%;object-fit:cover}#landing .document-actions .max-width .document-actions-content{display:flex;flex-direction:column;align-items:flex-start;gap:12px;color:#1203ff}#landing .document-actions .max-width .document-actions-content .document-action-text ul{list-style-type:initial;padding-left:1em}#landing .document-actions .max-width .document-actions-content hr{width:100%;height:1px;border:0;margin:10px 0 0;background-color:#036}#landing .document-actions .max-width .document-actions-content .share-link-container{display:flex;flex-direction:column;align-items:flex-start;gap:8px}#landing .document-actions .max-width .document-actions-content .share-link-container .share-links{display:flex;gap:24px;align-items:center}#landing .document-actions .max-width .document-actions-content .share-link-container .share-links svg{width:auto;height:20px;fill:#1203ff;color:#1203ff}@media screen and (min-width:1024px){#landing .document-actions .max-width{max-width:1200px;padding-top:64px;padding-bottom:64px;grid-template-columns:1fr 1fr;gap:48px}#landing .document-actions .max-width .document-actions-content{justify-content:center;gap:24px}#landing .document-actions .max-width a{grid-column:1/3;justify-self:center}}@media screen and (min-width:1024px){h1,.h1{font-size:40px;line-height:1.05}h2,.h2,.section-title{font-size:35px;line-height:1.15}p,span,.pill-btn span,.category-filter .category-list .category-item button,.category-filter .category-btn .h5,li,.service-card .service-card-front .service-description-container .service-description ul,.service-card .service-card-front .service-description-container .service-description p,.service-card .service-card-front .service-description-container .service-description li,.service-card .service-card-front .extra-info .extra-info-text-container ul,.service-card .service-card-front .extra-info .extra-info-text-container p,.service-card .service-card-front .extra-info .extra-info-text-container li{font-size:16px;line-height:21px}.service-card .service-card-front .service-description-container .service-description h5,.service-card .service-card-front .extra-info .extra-info-text-container h5,.post-card .post-data-container .post-text-container .post-title{font-size:21px;line-height:24px}.post-card .post-data-container .post-text-container .post-excerpt{margin-bottom:24px}.post-card .post-data-container .post-text-container .post-excerpt p{font-size:16px;line-height:21px}.btn span,.hero-section .hero-content .hero-text-container .hero-indicators .hero-indicators-steps .hero-indicator span{font-size:14px}.hero-section .hero-content .hero-text-container .hero-indicators .hero-indicators-steps .hero-indicator{width:36px;height:36px}.section-subtitle{font-size:20px}.service-card .service-card-front .service-card-header .service-title,.blog-list-section .max-width .section-title{font-size:21px;line-height:24px}#main-footer .max-width .footer-top span,#main-footer .max-width .footer-btm .copy{font-size:14px}}@keyframes rotate-centered{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes scale-pulse-y{0%,10%,70%,to{transform:scale(1) translate(-50%)}35%{transform:scaleY(1.5) translate(-50%)}}@keyframes scale-pulse-x{0%,10%,70%,to{transform:scale(1)}35%{transform:scaleX(1.5)}}
