#top{display:flex;flex-direction:column;justify-content:center;gap:5rem;padding-top:var(--spacing-extra-small);padding-bottom:var(--spacing-medium);min-height:calc(100vh - var(--header-size));text-align:center}#top .lottie-wave{position:absolute;bottom:0;z-index:-1;height:auto;opacity:.4;transform:rotate(180deg)}#top .container-small{max-width:50rem}#top h1{text-transform:uppercase;font-size:1.125rem;font-weight:900;margin-bottom:1.25rem}#top h2{margin-bottom:2.5rem}#top form{display:flex;justify-content:center;margin-left:auto;margin-right:auto}#top form input,#top form button{border:2px solid var(--primary);padding:1rem 1.5rem}#top form input{width:100%;outline:none;background-color:#fff;border-top-left-radius:50px;border-bottom-left-radius:50px}#top form button{color:#fff;background-color:var(--primary);flex-shrink:0;border-top-right-radius:50px;border-bottom-right-radius:50px;transition:all .3s}#top form button:hover{filter:brightness(0.9)}#top .error-message{color:red;margin-top:1.5rem}#top .error-message:not(.is-error){display:none}#top .badges{display:flex;justify-content:center;gap:1rem;margin-top:3.75rem}#top .badge{width:5rem}@media(min-width: 768px){#top form{width:78%}#top form input{border-right:none}}@media(max-width: 767px){#top{padding-top:2rem;padding-bottom:4rem;overflow:hidden}#top h2{font-size:1.5rem}#top form{flex-direction:column;gap:1rem}#top form input{border-top-right-radius:50px;border-bottom-right-radius:50px}#top form button{border-top-left-radius:50px;border-bottom-left-radius:50px}#top .lottie-wave{width:500%}}#about{position:relative;background-color:var(--primary-dark);padding-top:var(--spacing-medium);padding-bottom:var(--spacing-medium);overflow:hidden}#about .container,#about .container-small{position:relative}#about .container-small{text-align:center}#about .element{position:absolute;top:50%;left:0;width:100%;height:auto;transform:translateY(-50%)}#about h2,#about p{color:#fff}#about .row-new{display:grid;align-items:center}#about .right-col video{border-radius:var(--border-radius)}#about .btn-whatsapp{margin-top:2rem}@media(min-width: 1280px){#about .row-new{grid-template-columns:1fr 1fr;gap:4rem}}@media(max-width: 1279px){#about .container{text-align:center}#about .row-new{gap:2rem}}#services{padding-top:var(--spacing-medium);padding-bottom:var(--spacing-medium);text-align:center}#services .row-new{display:grid;gap:1.5rem;margin-top:var(--spacing-extra-small)}#services .col-new{border-radius:16px;padding:2.5rem 2rem;background-color:#fff;border:2px solid var(--primary-2)}#services .contact-cta{margin-top:3rem}@media(min-width: 1280px){#services .row-new{grid-template-columns:repeat(3, 1fr)}#services .row-new.count-2{grid-template-columns:repeat(2, 1fr)}}#portfolios{padding-top:var(--spacing-small);padding-bottom:var(--spacing-medium)}#portfolios .row-new{display:grid;gap:4rem 3rem;margin-top:var(--spacing-small)}#portfolios .col-new{display:grid;grid-template-rows:1fr auto;gap:2rem;padding-bottom:3rem;border-bottom:2px solid var(--primary-light)}#portfolios .col-new img{margin-bottom:1.5rem;border-radius:1rem;box-shadow:0 4px 16px rgba(27,90,177,.08)}#portfolios .col-new h3{color:var(--primary-2);font-size:1.5rem}#portfolios .portfolio-bottom{text-align:right}#portfolios .results-row{display:grid;gap:1.5rem;text-align:center}#portfolios .result-col{display:flex;align-items:center;justify-content:center;padding:1.5rem 1rem;background-color:#fff;border:2px solid var(--primary-light-3);border-radius:1rem}#portfolios .result-col-inner>div:nth-of-type(1){font-weight:700}#portfolios .result-col-inner>div:nth-of-type(2){display:flex;align-items:center;justify-content:center;gap:.5rem;color:var(--primary);font-size:2.5rem;font-weight:800}#portfolios .result-col-inner>div:nth-of-type(2) svg{width:2.5rem;height:2.5rem}#portfolios .result-col-inner>div:nth-of-type(3){font-weight:700}@media(min-width: 1024px){#portfolios .row-new{grid-template-columns:1fr 1fr}}@media(min-width: 1280px){#portfolios .results-row{grid-template-columns:1fr 1fr}}#pricing{position:relative;padding-top:var(--spacing-medium);padding-bottom:var(--spacing-medium)}#pricing .element svg{position:absolute;top:-11%;z-index:-1;width:100%;height:auto;user-select:none;pointer-events:none}#pricing h2{text-align:center}#pricing h3{font-weight:700;margin-bottom:.5rem}#pricing h3 span{display:block;font-size:3rem;font-weight:800;line-height:1.2}#pricing .row-new{display:grid;margin-top:var(--spacing-extra-small)}#pricing .row-new.count-2,#pricing .row-new.count-3{margin-top:5rem}#pricing .row-new.count-2 .col-new:nth-of-type(2),#pricing .row-new.count-3 .col-new:nth-of-type(2){border-color:var(--primary);border-top-left-radius:0;border-top-right-radius:0}#pricing .row-new.count-2 .col-new:nth-of-type(2)::before,#pricing .row-new.count-3 .col-new:nth-of-type(2)::before{content:"Most Popular";position:absolute;left:-3px;bottom:100%;width:calc(100% + 6px);padding:.75rem;color:#fff;background-color:var(--primary);text-align:center;font-weight:700;font-size:1.1rem;border-top-left-radius:24px;border-top-right-radius:24px}#pricing .col-new{display:flex;flex-direction:column;justify-content:space-between;gap:2rem;position:relative;padding:6%;background-color:#fff;box-shadow:0 16px 32px 4px rgba(10,147,225,.1);border:3px solid transparent;border-radius:24px}#pricing .col-new:nth-of-type(1) h3 span{color:var(--primary-2)}#pricing .col-new:nth-of-type(1) .content svg{color:var(--primary-2)}#pricing .col-new:nth-of-type(1) .with-description.with-lists ul,#pricing .col-new:nth-of-type(1) .with-description>div:nth-of-type(2){color:var(--primary-2)}#pricing .col-new:nth-of-type(2) h3 span{color:var(--primary)}#pricing .col-new:nth-of-type(2) .content svg{color:var(--primary)}#pricing .col-new:nth-of-type(2) .with-description.with-lists ul,#pricing .col-new:nth-of-type(2) .with-description>div:nth-of-type(2){color:var(--primary)}#pricing .col-new:nth-of-type(3) h3 span{color:var(--primary-3)}#pricing .col-new:nth-of-type(3) .content svg{color:var(--primary-3)}#pricing .col-new:nth-of-type(3) .with-description.with-lists ul,#pricing .col-new:nth-of-type(3) .with-description>div:nth-of-type(2){color:var(--primary-3)}#pricing .col-new .content>ul{list-style:none;padding:0;margin:0}#pricing .col-new .content>ul>li{padding:.5rem 0;margin:0;font-weight:600;border-bottom:2px solid var(--primary-light)}#pricing .col-new .content>ul>li svg{width:1.25rem;height:1.25rem;flex-shrink:0}#pricing .col-new .info{margin-bottom:.75rem}#pricing .col-new .without-description{display:flex;align-items:center;gap:.6rem}#pricing .col-new .with-description{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}#pricing .col-new .with-description.with-lists{flex-direction:column;gap:.5rem}#pricing .col-new .with-description.with-lists ul{padding-left:3rem;list-style:disc;font-weight:700}#pricing .col-new .with-description>div:nth-of-type(1){display:flex;align-items:center;gap:.6rem;flex-shrink:0}#pricing .col-new .with-description>div:nth-of-type(2){font-weight:800;text-align:right}#pricing .col-new .with-description .stars{display:flex;justify-content:flex-end;align-items:center;gap:.25rem}#pricing .cta{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.75rem;color:#fff;background-color:var(--whatsapp);font-weight:600;border-radius:50px;transition:filter .3s}#pricing .cta:hover{filter:brightness(0.9)}@media(min-width: 1280px){#pricing .row-new{grid-template-columns:repeat(3, 1fr);gap:1.5rem}#pricing .row-new.count-2{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 1279px){#pricing{background:linear-gradient(210deg, #E8F6FE, #D1DEEF)}#pricing h3{text-align:center}#pricing .element{display:none}#pricing .row-new{gap:2rem}#pricing .row-new.count-2,#pricing .row-new.count-3{margin-top:var(--spacing-extra-small)}#pricing .row-new.count-2 .col-new:nth-of-type(2),#pricing .row-new.count-3 .col-new:nth-of-type(2){margin-top:3rem}#pricing .col-new .info{text-align:center}#pricing .col-new .with-description{flex-direction:column;gap:.5rem}}#why{padding-top:var(--spacing-small);padding-bottom:var(--spacing-medium)}#why h2{margin-bottom:0}#why .row-new{display:grid;align-items:start}#why .lottie-seo{max-width:25rem;height:auto}#why .why-container{display:flex;flex-direction:column;gap:3.5rem}#why .why{padding:12%;border-radius:24px;transition:all .3s}#why .why.active{background-color:var(--primary-dark-2)}#why .why.active,#why .why.active h3,#why .why.active a{color:#fff}#why .why.active .color-primary,#why .why.active h3 .color-primary,#why .why.active a .color-primary{color:var(--primary-light-3)}#why .why.active .number{color:var(--primary-light-2)}#why .number{color:var(--primary-2);font-size:4rem;font-weight:800}@media(min-width: 1024px){#why .row-new{grid-template-columns:2fr 3fr;gap:2.5rem}#why .left-col{position:sticky;top:calc(var(--header-size) + 4rem)}}@media(max-width: 1023px){#why .row-new{gap:2rem}#why h2{text-align:center}#why .lottie-seo{margin:auto}#why .why{padding:1.5rem}}#processes{padding-top:var(--spacing-medium);padding-bottom:var(--spacing-medium)}#processes .splide__list{margin-top:10.5rem !important;margin-bottom:4rem !important}#processes .splide__slide{background-color:#fff;padding:2rem;margin-left:1.5rem;box-shadow:var(--box-shadow-primary);border-radius:24px}#processes .splide__slide:not(:last-of-type)::before{content:"";position:absolute;top:-5rem;left:0;width:calc(100% + 1.5rem);height:3px;background-color:var(--primary-light-2)}#processes .splide__arrow{opacity:1;width:4rem;height:4rem;background-color:#fff;box-shadow:0 0 16px rgba(10,147,225,.2)}#processes .splide__arrow:disabled{opacity:0}#processes .splide__arrow svg{width:1.5rem;height:1.5rem;fill:var(--primary)}#processes .splide__arrow--prev{left:-2rem}#processes .splide__arrow--next{right:2.5rem}#processes .splide__pagination{display:none}#processes .process-number{position:absolute;top:-6.5rem;left:0;display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;color:var(--primary);background-color:#fff;font-size:1.5rem;border:3px solid var(--primary-light-2);border-radius:50%}#processes .processes-container{width:calc(90% + 1.5rem);max-width:92.1rem;margin-left:auto}#processes .process-container .step{color:var(--primary);font-size:.9rem;font-weight:700}#processes .process-container svg{margin-top:2rem;margin-bottom:1rem}#processes .my-carousel-progress-bar{background-color:var(--primary-light-3);width:0;height:.5rem;border-radius:50px;transition:width .4s}@media(min-width: 1024px){#processes .content{width:55%}}@media(max-width: 1023px){#processes .content{text-align:center}#processes .splide__slide{padding:1.5rem;margin-left:1rem}}#clients{padding-top:var(--spacing-small);padding-bottom:var(--spacing-small)}#clients .row-new{display:grid;grid-template-columns:repeat(4, 1fr);column-gap:1.25rem;margin-top:2rem;margin-bottom:2rem}@media(max-width: 767px){#clients .row-new{grid-template-columns:repeat(2, 1fr)}}#other-services{padding-top:var(--spacing-medium);padding-bottom:var(--spacing-medium);background-color:var(--primary)}#other-services .container-small{text-align:center}#other-services .container-small,#other-services .container-small h2{color:#fff}#other-services .row-new{display:grid;gap:2rem;margin-top:var(--spacing-small)}#other-services .col-new{display:grid;grid-template-rows:1fr auto;gap:3rem;padding:2.5rem 2rem 2rem;background-color:#fff;border-radius:1rem}#other-services .col-new h3{margin-top:2rem}@media(min-width: 1280px){#other-services .row-new{grid-template-columns:repeat(3, 1fr)}}/*# sourceMappingURL=service.css.map */
