@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";@font-face{font-family:Gilroy-Bold;src:url(/fonts/Gilroy-Bold.woff) format("woff");font-weight:700}@font-face{font-family:Gilroy-Heavy;src:url(/fonts/Gilroy-Heavy.woff) format("woff");font-weight:900}@font-face{font-family:Gilroy-Light;src:url(/fonts/Gilroy-Light.woff) format("woff");font-weight:300}@font-face{font-family:Gilroy-Medium;src:url(/fonts/Gilroy-Medium.woff) format("woff");font-weight:500}@font-face{font-family:Gilroy-Regular;src:url(/fonts/Gilroy-Regular.woff) format("woff");font-weight:400}@font-face{font-family:Gilroy-Bold;src:url(/fonts/Gilroy-Bold.woff) format("woff");font-weight:700}@font-face{font-family:Gilroy-Heavy;src:url(/fonts/Gilroy-Heavy.woff) format("woff");font-weight:900}@font-face{font-family:Gilroy-Light;src:url(/fonts/Gilroy-Light.woff) format("woff");font-weight:300}@font-face{font-family:Gilroy-Medium;src:url(/fonts/Gilroy-Medium.woff) format("woff");font-weight:500}@font-face{font-family:Gilroy-Regular;src:url(/fonts/Gilroy-Regular.woff) format("woff");font-weight:400}.menu-container{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);z-index:50}.menu-button{align-items:center;justify-content:flex-start;gap:2rem;border-radius:999px;background-color:#008dcb;cursor:pointer;position:relative;overflow:hidden;width:205px;height:80px;opacity:1;visibility:visible;box-shadow:0 4px 15px #0000001a;transition:all .3s ease-in-out;border:none}.menu-button-hidden{opacity:0;visibility:hidden;pointer-events:none}.menu-icon-circle{width:70px;height:70px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;position:absolute;left:10px;transition:transform .2s ease-in-out}.menu-button:hover .menu-icon-circle{transform:translate(70px) rotate(90deg)}.menu-icon-hamburger{display:flex;flex-direction:column;gap:5px}.menu-icon-hamburger .line{width:30px;height:5px;background:#e31e24;border-radius:2px}.menu-icon-hamburger .line:nth-child(3){display:none}.menu-text{font-size:2rem;font-weight:700;color:#fff;margin-left:8px;transition:opacity 1s ease-in-out}.menu-panel{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:200px;border-radius:3rem;padding:1.5rem;background-color:#008dcb;display:flex;flex-direction:column;gap:1rem;box-shadow:0 4px 15px #0000001a;transition:all .3s ease-in-out}.menu-open{opacity:1;transform:translate(-50%) translateY(0);pointer-events:auto}.menu-closed{opacity:0;transform:translate(-50%) translateY(1rem);pointer-events:none}.menu-item{display:block;padding:.75rem;text-align:center;color:#fff;text-decoration:none;font-size:2rem;font-family:Gilroy,sans-serif;font-weight:600;transition:transform .2s}.menu-item:hover{background-color:#fff;color:#000;border-radius:999px;padding:.75rem 2rem;transform:scale(1.05);font-family:Gilroy,sans-serif}@font-face{font-family:Gilroy-Bold;src:url(/fonts/Gilroy-Bold.woff) format("woff");font-weight:700}@font-face{font-family:Gilroy-Heavy;src:url(/fonts/Gilroy-Heavy.woff) format("woff");font-weight:900}@font-face{font-family:Gilroy-Light;src:url(/fonts/Gilroy-Light.woff) format("woff");font-weight:300}@font-face{font-family:Gilroy-Medium;src:url(/fonts/Gilroy-Medium.woff) format("woff");font-weight:500}@font-face{font-family:Gilroy-Regular;src:url(/fonts/Gilroy-Regular.woff) format("woff");font-weight:400}.aboutImagesMoves-images-container{width:100%;overflow:hidden;position:relative}.aboutImagesMoves-row{display:flex;padding:10px 0;width:max-content;animation-duration:60s;animation-timing-function:linear;animation-iteration-count:infinite;animation-fill-mode:forwards;position:relative;left:-10%}.aboutImagesMoves-row.odd{animation-name:moveRightToLeft}.aboutImagesMoves-row.even{animation-name:moveLeftToRight}.aboutImagesMoves-item{width:350px;height:180px;margin:5px 15px;border-radius:8px;overflow:hidden;flex-shrink:0}.aboutImagesMoves-item img{width:100%;height:100%;object-fit:cover}@keyframes moveRightToLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes moveLeftToRight{0%{transform:translate(-50%)}to{transform:translate(0)}}@media (prefers-reduced-motion){.aboutImagesMoves-row{animation:none}}.scroll-animate .aboutImagesMoves-row.odd{transform:translate(calc(var(--scroll-percent, 0) * -30%))}.scroll-animate .aboutImagesMoves-row.even{transform:translate(calc(var(--scroll-percent, 0) * 30%))}.VerticalScrollEffectSection{position:relative;width:100%;height:100vh;overflow:hidden;background-color:#f8f9fa;display:flex;flex-direction:column}.VerticalScrollEffectTitleContainer{text-align:center}.VerticalScrollEffectTitle{font-size:3rem;font-weight:700;color:#333;margin-bottom:1rem;position:relative}.VerticalScrollEffectTitle:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:4px;background-color:#e10600}.VerticalScrollEffectCardSection{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;height:calc(100vh - 150px);scroll-behavior:smooth}.VerticalScrollEffectCardSection::-webkit-scrollbar{display:none}.VerticalScrollEffectCard{flex:0 0 auto;width:350px;height:430px;margin-right:2rem;border-radius:12px;overflow:hidden;box-shadow:0 10px 20px #0000001a;background-color:#fff;scroll-snap-align:center;transition:transform .3s ease;position:relative}.VerticalScrollEffectCard:hover{transform:translateY(-10px)}.VerticalScrollEffectCardImage{width:100%;height:60%;overflow:hidden}.VerticalScrollEffectCardImage img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.VerticalScrollEffectCard:hover .VerticalScrollEffectCardImage img{transform:scale(1.05)}.VerticalScrollEffectCardContent{padding:1.5rem}.VerticalScrollEffectCardContent h3{font-size:1.5rem;font-weight:600;margin-bottom:.75rem;color:#333}.VerticalScrollEffectCardContent p{font-size:1rem;line-height:1.5;color:#666}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.VerticalScrollEffectCard{animation:fadeInUp .6s ease forwards;opacity:0}.VerticalScrollEffectCard:nth-child(1){animation-delay:.1s}.VerticalScrollEffectCard:nth-child(2){animation-delay:.2s}.VerticalScrollEffectCard:nth-child(3){animation-delay:.3s}.VerticalScrollEffectCard:nth-child(4){animation-delay:.4s}.VerticalScrollEffectCard:nth-child(5){animation-delay:.5s}@media (max-width: 768px){.VerticalScrollEffectTitle{font-size:2.5rem}.VerticalScrollEffectCard{width:300px;height:450px}.VerticalScrollEffectSection{height:66vh}}@media (max-width: 480px){.VerticalScrollEffectTitle{font-size:2rem}.VerticalScrollEffectSection{height:66vh}.VerticalScrollEffectCard{width:280px;height:420px}.VerticalScrollEffectCardContent h3{font-size:1.25rem}.VerticalScrollEffectCardContent p{font-size:.9rem}}@font-face{font-family:Gilroy-Bold;src:url(/fonts/Gilroy-Bold.woff) format("woff");font-weight:700}@font-face{font-family:Gilroy-Heavy;src:url(/fonts/Gilroy-Heavy.woff) format("woff");font-weight:900}@font-face{font-family:Gilroy-Light;src:url(/fonts/Gilroy-Light.woff) format("woff");font-weight:300}@font-face{font-family:Gilroy-Medium;src:url(/fonts/Gilroy-Medium.woff) format("woff");font-weight:500}@font-face{font-family:Gilroy-Regular;src:url(/fonts/Gilroy-Regular.woff) format("woff");font-weight:400}.hiring-section{background-color:#008dcb;color:#fff;padding:1rem 2rem;min-height:100vh;position:relative;overflow:hidden}.hiring-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4rem}.hiring-title{display:flex;align-items:center;gap:.5rem}.hiring-title h1{font-size:5rem;font-weight:700;margin:0}.hiringcircle-icon{display:flex;align-items:center;justify-content:center;background-color:#fff;color:#008dcb;border-radius:50%;width:40px;height:40px;margin-top:1rem}.discover-button{background-color:#fff;color:#000;border:none;border-radius:50px;padding:.5rem 1.5rem;font-weight:500;cursor:pointer;transition:all .3s ease}.discover-button:hover{background-color:#f0f0f0}.jobs-container{display:flex;flex-direction:column;gap:6rem;margin-top:6rem;margin-bottom:7rem}.job-row{position:relative;height:80px;width:100%}.row-1{display:flex;justify-content:flex-start;top:180px}.row-2{display:flex;justify-content:flex-end;bottom:170px}.row-3{display:flex;justify-content:flex-end}.job-button{background-color:#fff;color:#000;border-radius:75px;padding:1.5rem 2.5rem;font-size:5rem;font-weight:700;white-space:nowrap;box-shadow:0 4px 6px #0000001a;display:inline-block;height:fit-content;width:fit-content}.frontend-developer{left:auto}.shopify-developer,.lead-engineer{right:auto}@media (max-width: 768px){.hiring-title h1{font-size:3rem}.row-1{top:120px}.row-2{bottom:125px}.row-3{margin-left:90px}.jobs-container{margin-bottom:2rem}.job-button{font-size:1.2rem;padding:1rem 1.5rem}.jobs-container{gap:3rem}.job-button{font-size:1.7rem}.hiring-section{min-height:70%}}@font-face{font-family:Gilroy-Bold;src:url(/fonts/Gilroy-Bold.woff) format("woff");font-weight:700}@font-face{font-family:Gilroy-Heavy;src:url(/fonts/Gilroy-Heavy.woff) format("woff");font-weight:900}@font-face{font-family:Gilroy-Light;src:url(/fonts/Gilroy-Light.woff) format("woff");font-weight:300}@font-face{font-family:Gilroy-Medium;src:url(/fonts/Gilroy-Medium.woff) format("woff");font-weight:500}@font-face{font-family:Gilroy-Regular;src:url(/fonts/Gilroy-Regular.woff) format("woff");font-weight:400}.build-commerce-section{position:relative;width:100%;min-height:100vh;background-color:#a7c9d7;overflow:hidden;font-family:Gilroy-Regular,sans-serif}.commerce-container{position:relative;max-width:100%;margin:2rem;height:100%;display:flex;flex-direction:column;justify-content:center}.headline-container{position:relative;z-index:1;margin:4rem 0;transition:transform .2s ease-out}.headline{font-size:clamp(3rem,8vw,6rem);line-height:1;font-weight:900;text-align:center;margin:0;font-family:Gilroy-Regular,sans-serif}.headline-dark{color:#000}.headline-light{color:#fff}.stats-cards{display:flex;justify-content:space-between;margin-bottom:2rem;flex-wrap:wrap;gap:2rem}.stat-card{background-color:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease-out;width:100%;max-width:400px}.conversion-card{margin-left:2rem}.brands-card{margin-right:2rem;margin-left:auto;max-height:100px}.brands-card .card-label{font-size:4rem}.card-label{font-size:1rem;color:#333;margin:0 0 .5rem}.card-value{font-size:3rem;font-weight:900;margin:0 0 1rem}.chart{display:flex;align-items:flex-end;height:120px;gap:8px}.bar{flex:1;background-color:#a7c9d7;border-radius:4px}.bar-1{height:30%}.bar-2{height:50%}.bar-3{height:70%}.bar-4{height:80%;background-color:#458ba8}.arrow-up{font-size:1.5rem;text-align:right;color:#000}.info-cards{display:flex;justify-content:space-between;margin-top:2rem;flex-wrap:wrap;gap:2rem}.info-card{background-color:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease-out}.person-card{width:100%;max-width:400px;height:350px;background-image:url(/assets/photography.jpg);background-size:cover;background-position:center;color:#fff;display:flex;align-items:flex-end;padding:1.5rem}.person-card .card-title{font-size:2rem;font-weight:700;color:#fff;margin:.5rem 0 0}.card-subtitle{font-size:1rem;margin:0;color:#000}.card-title{font-size:2rem;font-weight:700;color:#000;margin:.5rem 0 0}.brand-card{width:100%;max-width:350px;padding:1.5rem;margin-left:auto}.product-image{margin-top:2.5rem;text-align:center}.product-image img{max-width:100%;height:auto}.podcast-link{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;font-weight:500}.arrow{font-size:1.5rem;align-items:end}.brand-card .homeArrow-icon{position:absolute;right:1rem;bottom:1rem;width:44px;height:44px;background-color:#000;color:#fff;border-radius:50%;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.brand-card:hover .homeArrow-icon{transform:scale(1.1) rotate(45deg)}@media (max-width: 1200px){.build-commerce-section{padding:0}.stats-cards,.info-cards{justify-content:center}.conversion-card,.brands-card{margin:0}}@media (max-width: 768px){.build-commerce-section{padding:0}.headline{font-size:clamp(2.5rem,6vw,4rem)}.stat-card,.person-card,.brand-card{max-width:100%}.build-commerce-section{width:100%}}@media (max-width: 480px){.headline-container{margin:2rem 0}.build-commerce-section{width:100%}.card-value{font-size:2.5rem}.card-title{font-size:1.5rem}}@font-face{font-family:Gilroy-Bold;src:url(/fonts/Gilroy-Bold.woff) format("woff");font-weight:700}@font-face{font-family:Gilroy-Heavy;src:url(/fonts/Gilroy-Heavy.woff) format("woff");font-weight:900}@font-face{font-family:Gilroy-Light;src:url(/fonts/Gilroy-Light.woff) format("woff");font-weight:300}@font-face{font-family:Gilroy-Medium;src:url(/fonts/Gilroy-Medium.woff) format("woff");font-weight:500}@font-face{font-family:Gilroy-Regular;src:url(/fonts/Gilroy-Regular.woff) format("woff");font-weight:400}.highlight-container{display:flex;flex-direction:column;align-items:center;font-family:Gilroy,sans-serif;width:100%;background-color:#fff;padding:60px 0 10px;position:relative;overflow:hidden}.highlight-title{font-size:3rem;font-weight:700;margin-bottom:1rem;text-align:center;color:#000}.highlight-header{text-align:center;margin-bottom:3rem}.highlight-header h2{font-size:clamp(4rem,5vw,5rem);font-weight:700;margin-bottom:1rem}.highlight-button{background-color:#e9dcc3;color:#000;border:none;border-radius:50px;padding:12px 30px;font-size:1.3rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.highlight-button:hover{background-color:#ebd095;transform:scale(1.05)}.highlightCards-container{position:relative;width:100%;height:800px;display:flex;padding:0;justify-content:center;align-items:center;perspective:1000px;margin-top:3rem;transition:height .5s ease-out}.highlightCard{position:absolute;width:350px;height:550px;border-radius:20px;padding:20px;align-items:center;box-shadow:0 10px 25px #0000001a;transition:transform .6s cubic-bezier(.34,1.56,.64,1),box-shadow .3s ease,opacity .5s ease-out;overflow:hidden;cursor:pointer;will-change:transform,box-shadow;backface-visibility:hidden;transform-style:preserve-3d}.highlightCard-title{position:absolute;top:20px;left:20px;font-size:3rem;text-align:left;font-weight:600;color:#fff;z-index:2}.highlighthighlightCard-image-container{position:absolute;bottom:0;left:0;width:94%;height:60%;margin-left:10px;margin-bottom:10px;margin-right:10px;overflow:hidden;border-radius:20px}.highlighthighlightCard-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;will-change:transform}.highlightCards-container:not(.expanded) .highlightCard{transform-origin:center center}.highlightCards-container:not(.expanded) .highlightCard:nth-child(1){transform:translate3d(0,-8px,0) rotate(-2deg);z-index:5}.highlightCards-container:not(.expanded) .highlightCard:nth-child(2){transform:translate3d(8px,-4px,0) rotate(1deg);z-index:4}.highlightCards-container:not(.expanded) .highlightCard:nth-child(3){transform:translate3d(-5px,0,0) rotate(-1deg);z-index:3}.highlightCards-container:not(.expanded) .highlightCard:nth-child(4){transform:translate3d(10px,4px,0) rotate(2deg);z-index:2}.highlightCards-container:not(.expanded) .highlightCard:nth-child(5){transform:translate3d(-8px,8px,0) rotate(-1.5deg);z-index:1}.highlightCards-container.expanded .highlightCard:hover{z-index:100!important;box-shadow:0 15px 35px #0003}.highlightCards-container.transitioning .highlightCard{transition:transform .8s cubic-bezier(.34,1.56,.64,1),box-shadow .3s ease}.highlightCards-container.expanded .highlightCard:nth-child(1){transform:translate3d(550px,-50px,0) rotate(-9deg)!important}.highlightCards-container.expanded .highlightCard:nth-child(2){transform:translate3d(225px,40px,0) rotate(-4deg)!important}.highlightCards-container.expanded .highlightCard:nth-child(3){transform:translate3d(0,-40px,0) rotate(10deg)!important}.highlightCards-container.expanded .highlightCard:nth-child(4){transform:translate3d(-225px,50px,0) rotate(4deg)!important}.highlightCards-container.expanded .highlightCard:nth-child(5){transform:translate3d(-550px,-50px,0) rotate(-9deg)!important}.highlightCards-container.expanded .highlightCard:nth-child(1):hover{transform:translate3d(550px,-50px,0) rotate(-9deg) scale(1.1)!important}.highlightCards-container.expanded .highlightCard:nth-child(2):hover{transform:translate3d(225px,40px,0) rotate(-4deg) scale(1.1)!important}.highlightCards-container.expanded .highlightCard:nth-child(3):hover{transform:translate3d(0,-40px,0) rotate(10deg) scale(1.1)!important}.highlightCards-container.expanded .highlightCard:nth-child(4):hover{transform:translate3d(-225px,50px,0) rotate(4deg) scale(1.1)!important}.highlightCards-container.expanded .highlightCard:nth-child(5):hover{transform:translate3d(-550px,-50px,0) rotate(-9deg) scale(1.1)!important}.highlightCards-container.expanded .highlightCard:nth-child(1){transition-delay:0s}.highlightCards-container.expanded .highlightCard:nth-child(2){transition-delay:.05s}.highlightCards-container.expanded .highlightCard:nth-child(3){transition-delay:.1s}.highlightCards-container.expanded .highlightCard:nth-child(4){transition-delay:.15s}.highlightCards-container.expanded .highlightCard:nth-child(5){transition-delay:.2s}@media (max-width: 1300px){.highlightCards-container{height:600px}.highlightCard{width:250px;height:350px}.highlightCard-title{font-size:2.5rem}.highlightCards-container.expanded .highlightCard:nth-child(1){transform:translate3d(400px,-40px,0) rotate(-9deg)!important}.highlightCards-container.expanded .highlightCard:nth-child(2){transform:translate3d(175px,30px,0) rotate(-4deg)!important}.highlightCards-container.expanded .highlightCard:nth-child(3){transform:translate3d(0,-30px,0) rotate(10deg)!important}.highlightCards-container.expanded .highlightCard:nth-child(4){transform:translate3d(-175px,40px,0) rotate(4deg)!important}.highlightCards-container.expanded .highlightCard:nth-child(5){transform:translate3d(-400px,-40px,0) rotate(-9deg)!important}.highlightCards-container.expanded .highlightCard:nth-child(1):hover{transform:translate3d(400px,-40px,0) rotate(-9deg) scale(1.1)!important}.highlightCards-container.expanded .highlightCard:nth-child(2):hover{transform:translate3d(175px,30px,0) rotate(-4deg) scale(1.1)!important}.highlightCards-container.expanded .highlightCard:nth-child(3):hover{transform:translate3d(0,-30px,0) rotate(10deg) scale(1.1)!important}.highlightCards-container.expanded .highlightCard:nth-child(4):hover{transform:translate3d(-175px,40px,0) rotate(4deg) scale(1.1)!important}.highlightCards-container.expanded .highlightCard:nth-child(5):hover{transform:translate3d(-400px,-40px,0) rotate(-9deg) scale(1.1)!important}}@media (max-width: 768px){.highlightCards-container{height:500px}.highlight-header h2{font-size:clamp(3rem,5vw,5rem);font-weight:700;margin-bottom:1rem}.highlightCard{width:200px;height:280px}.highlightCard-title{font-size:2rem}.highlightCards-container.expanded .highlightCard:nth-child(1){transform:translate3d(300px,-30px,0) rotate(-9deg)!important}.highlightCards-container.expanded .highlightCard:nth-child(2){transform:translate3d(120px,20px,0) rotate(-4deg)!important}.highlightCards-container.expanded .highlightCard:nth-child(3){transform:translate3d(0,-20px,0) rotate(10deg)!important}.highlightCards-container.expanded .highlightCard:nth-child(4){transform:translate3d(-120px,20px,0) rotate(4deg)!important}.highlightCards-container.expanded .highlightCard:nth-child(5){transform:translate3d(-300px,-30px,0) rotate(-9deg)!important}.highlightCards-container.expanded .highlightCard:nth-child(1):hover{transform:translate3d(300px,-30px,0) rotate(-9deg) scale(1.1)!important}.highlightCards-container.expanded .highlightCard:nth-child(2):hover{transform:translate3d(120px,20px,0) rotate(-4deg) scale(1.1)!important}.highlightCards-container.expanded .highlightCard:nth-child(3):hover{transform:translate3d(0,-20px,0) rotate(10deg) scale(1.1)!important}.highlightCards-container.expanded .highlightCard:nth-child(4):hover{transform:translate3d(-120px,20px,0) rotate(4deg) scale(1.1)!important}.highlightCards-container.expanded .highlightCard:nth-child(5):hover{transform:translate3d(-300px,-30px,0) rotate(-9deg) scale(1.1)!important}}@media (max-width: 640px){.highlightCards-container.expanded{height:400px}.highlight-header h2{font-size:clamp(2rem,5vw,5rem);font-weight:700;margin-bottom:1rem}.highlightCards-container.expanded .highlightCard{transform:scale(.7)!important}.highlightCards-container.expanded .highlightCard:nth-child(1){transform:translate3d(250px,-20px,0) rotate(-9deg) scale(.7)!important}.highlightCards-container.expanded .highlightCard:nth-child(2){transform:translate3d(110px,15px,0) rotate(-4deg) scale(.7)!important}.highlightCards-container.expanded .highlightCard:nth-child(3){transform:translate3d(0,-15px,0) rotate(10deg) scale(.7)!important}.highlightCards-container.expanded .highlightCard:nth-child(4){transform:translate3d(-110px,15px,0) rotate(4deg) scale(.7)!important}.highlightCards-container.expanded .highlightCard:nth-child(5){transform:translate3d(-250px,-20px,0) rotate(-9deg) scale(.7)!important}.highlightCards-container.expanded .highlightCard:hover{transform:scale(.8)!important}.highlightCards-container.expanded .highlightCard:nth-child(1):hover{transform:translate3d(250px,-20px,0) rotate(-9deg) scale(.8)!important}.highlightCards-container.expanded .highlightCard:nth-child(2):hover{transform:translate3d(110px,15px,0) rotate(-4deg) scale(.8)!important}.highlightCards-container.expanded .highlightCard:nth-child(3):hover{transform:translate3d(0,-15px,0) rotate(10deg) scale(.8)!important}.highlightCards-container.expanded .highlightCard:nth-child(4):hover{transform:translate3d(-110px,15px,0) rotate(4deg) scale(.8)!important}.highlightCards-container.expanded .highlightCard:nth-child(5):hover{transform:translate3d(-250px,-20px,0) rotate(-9deg) scale(.8)!important}}@media (max-width: 390px){.highlightCards-container.expanded{height:300px}.highlightCard-title{font-size:2.1rem}.highlightCards-container.expanded .highlightCard{transform:scale(.7)!important}.highlightCards-container.expanded .highlightCard:nth-child(1){transform:translate3d(180px,-40px,0) rotate(-9deg) scale(.7)!important}.highlightCards-container.expanded .highlightCard:nth-child(2){transform:translate3d(110px,15px,0) rotate(-4deg) scale(.7)!important}.highlightCards-container.expanded .highlightCard:nth-child(3){transform:translate3d(0,-15px,0) rotate(10deg) scale(.7)!important}.highlightCards-container.expanded .highlightCard:nth-child(4){transform:translate3d(-90px,15px,0) rotate(4deg) scale(.7)!important}.highlightCards-container.expanded .highlightCard:nth-child(5){transform:translate3d(-180px,-40px,0) rotate(-9deg) scale(.7)!important}.highlightCards-container.expanded .highlightCard:hover{transform:scale(.8)!important}.highlightCards-container.expanded .highlightCard:nth-child(1):hover{transform:translate3d(180px,-20px,0) rotate(-9deg) scale(.8)!important}.highlightCards-container.expanded .highlightCard:nth-child(2):hover{transform:translate3d(110px,15px,0) rotate(-4deg) scale(.8)!important}.highlightCards-container.expanded .highlightCard:nth-child(3):hover{transform:translate3d(0,-15px,0) rotate(10deg) scale(.8)!important}.highlightCards-container.expanded .highlightCard:nth-child(4):hover{transform:translate3d(-90px,15px,0) rotate(4deg) scale(.8)!important}.highlightCards-container.expanded .highlightCard:nth-child(5):hover{transform:translate3d(-180px,-20px,0) rotate(-9deg) scale(.8)!important}}@font-face{font-family:Gilroy-Bold;src:url(/fonts/Gilroy-Bold.woff) format("woff");font-weight:700}@font-face{font-family:Gilroy-Heavy;src:url(/fonts/Gilroy-Heavy.woff) format("woff");font-weight:900}@font-face{font-family:Gilroy-Light;src:url(/fonts/Gilroy-Light.woff) format("woff");font-weight:300}@font-face{font-family:Gilroy-Medium;src:url(/fonts/Gilroy-Medium.woff) format("woff");font-weight:500}@font-face{font-family:Gilroy-Regular;src:url(/fonts/Gilroy-Regular.woff) format("woff");font-weight:400}.image-section{width:100%;overflow:hidden;padding:20px 0;margin:50px 0;font-family:Gilroy,sans-serif;background-color:#fff}.image-row{display:flex;align-items:center;margin:20px 0;width:100%;position:relative;transition:transform .5s ease-out;will-change:transform}.image-item{margin:0 8px;border-radius:20px;overflow:hidden;flex:0 0 auto;width:clamp(120px,30vw,300px);height:clamp(120px,15vw,180px);position:relative}.image-container{width:100%;height:100%;overflow:hidden;position:relative;transition:transform .3s ease;display:flex;align-items:center;justify-content:center;padding:0}.image-container:hover{transform:scale(1.05)}.image-container img{max-width:80%;max-height:80%;object-fit:contain;background-color:#fff}@media (max-width: 1200px){.image-item{width:clamp(110px,28vw,280px);height:clamp(110px,15vw,170px)}}@media (max-width: 992px){.image-item{width:clamp(100px,30vw,250px);height:clamp(100px,15vw,160px)}}@media (max-width: 768px){.image-section{padding:10px 0}.image-row{width:calc(100% + 40px);margin:15px 0 15px -20px;padding:0 20px;overflow-x:visible}.image-item{width:clamp(80px,30vw,180px);height:clamp(80px,15vw,140px)}}@media (max-width: 480px){.image-item{width:clamp(70px,30vw,150px);height:clamp(70px,15vw,120px);margin:0 4px}.image-row{margin:10px 0}}@media (max-width: 360px){.image-item{width:clamp(60px,30vw,120px);height:clamp(60px,15vw,100px);margin:0 3px}}@font-face{font-family:Gilroy-Bold;src:url(/fonts/Gilroy-Bold.woff) format("woff");font-weight:700}@font-face{font-family:Gilroy-Heavy;src:url(/fonts/Gilroy-Heavy.woff) format("woff");font-weight:900}@font-face{font-family:Gilroy-Light;src:url(/fonts/Gilroy-Light.woff) format("woff");font-weight:300}@font-face{font-family:Gilroy-Medium;src:url(/fonts/Gilroy-Medium.woff) format("woff");font-weight:500}@font-face{font-family:Gilroy-Regular;src:url(/fonts/Gilroy-Regular.woff) format("woff");font-weight:400}.knowledge-section{font-family:Gilroy,sans-serif;width:100%;padding:60px 0;background-color:#fff}.knowledge-header{text-align:center;margin-bottom:3rem}.knowledge-header h2{font-size:clamp(4rem,5vw,5rem);font-weight:700;margin-bottom:1rem}.discover-button{background-color:#e9dcc3;color:#000;border:none;border-radius:50px;padding:12px 30px;font-size:1.3rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.discover-button:hover{background-color:#ebd095;transform:scale(1.05)}.knowledge-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:4rem;max-width:1400px;margin-left:auto;margin-right:auto;padding:0 2rem}.grid-item{position:relative;height:auto;min-height:400px}.sticky-card{position:sticky;top:20px;height:fit-content}.card{padding:2.5rem 1.5rem;border-radius:1.5rem;height:auto;min-height:35rem;display:flex;flex-direction:column;justify-content:flex-start;cursor:pointer;transition:transform .3s ease;position:relative;z-index:1}.blue-card{background-color:#5bb5cf;color:#fff}.gold-card{background-color:#deb887;color:#fff}.tag{display:inline-flex;justify-content:center;align-items:center;font-size:clamp(1rem,3vw,1.8rem);text-transform:uppercase;letter-spacing:.05em;background-color:#ffffffd2;width:fit-content;padding:10px 20px 5px;border-radius:100px;margin-bottom:2rem;box-sizing:border-box}.blue-card .tag{color:#5bb5cf}.gold-card .tag{color:#deb887}.card h1{font-size:clamp(2.5rem,7vw,5.5rem);font-weight:900;line-height:1.1;margin:0 0 1rem;max-width:90%;color:#ffffffd4}.card h3{font-size:clamp(1.5rem,4vw,2rem);font-weight:700;margin:0;padding-left:3px;color:#ffffff94}.card-subtitle{font-size:clamp(1rem,3vw,1.5rem);font-weight:400;color:#fffc;margin-top:1rem}.homeArrow-icon{position:absolute;right:2.5rem;bottom:2.5rem;width:44px;height:44px;background-color:#ffffffd4;border-radius:50%;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.blue-card .homeArrow-icon{color:#5bb5cf}.gold-card .homeArrow-icon{color:#deb887}.card:hover .homeArrow-icon{transform:scale(1.1) rotate(45deg)}.knowledge-image-container{width:100%;height:100%;overflow:hidden;border-radius:1rem}.grid-image{width:100%;height:100%;object-fit:cover}.newsletter-section{background-color:#e9dcc3;border-radius:1rem;max-width:1400px;margin:0 auto;padding:4rem 2rem}.newsletter-content{max-width:600px;margin:0 auto}.newsletter-content h2{font-size:clamp(1.8rem,5vw,3rem);font-weight:700;margin-bottom:1rem}.newsletter-content p{color:#666;margin-bottom:2rem;font-size:clamp(.9rem,2vw,1rem)}.newsletter-form{display:flex;gap:1rem}.newsletter-form input{flex:1;padding:1rem;border:none;border-radius:.5rem;background-color:#fff}.newsletter-form button{background-color:#000;color:#fff;border:none;border-radius:.5rem;padding:.5rem 1rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.newsletter-form button svg{width:24px;height:24px}@media (max-width: 768px){.knowledge-section{padding:25px 0}.knowledge-header h2{font-size:clamp(3rem,5vw,5rem);font-weight:700;margin-bottom:1rem}.knowledge-grid{gap:.75rem;grid-template-columns:1fr;padding:0 1rem}.grid-item{margin-bottom:.75rem;min-height:auto}.knowledge-grid>*{margin-top:0;margin-bottom:.75rem}.card{padding:2.5rem 1.5rem 5.5rem;min-height:auto;margin-top:20px;margin-bottom:0}.homeArrow-icon{width:36px;height:36px;right:1.5rem;bottom:1.5rem}.newsletter-section{margin:.75rem 1rem;padding:1.75rem 1rem}.knowledge-content{display:flex;flex-direction:column;gap:.75rem}.knowledge-image-container{margin:0}.grid-item:nth-child(1){order:1}.grid-item:nth-child(3){order:2}.grid-item:nth-child(3){order:3}.grid-item:nth-child(4){order:4}}@media (max-width: 480px){.knowledge-section{padding:15px 0}.knowledge-grid{gap:.5rem;padding:0 1rem}.knowledge-header h2{font-size:clamp(2rem,5vw,5rem);font-weight:700;margin-bottom:1rem}.grid-item{margin-bottom:.5rem;min-height:auto}.knowledge-grid>*{margin-top:0;margin-bottom:.5rem}.card{padding:2.5rem 1.5rem;min-height:auto}.tag{padding:5px 15px;margin-bottom:.75rem}.homeArrow-icon{width:32px;height:32px;right:1rem;bottom:1rem;padding:.3rem}.newsletter-form{flex-direction:column}.newsletter-form button{width:100%;margin-top:.5rem}.newsletter-section{margin:0;border-radius:0;padding-top:1.5rem;padding-bottom:1.5rem}.knowledge-content{display:flex;flex-direction:column;gap:.5rem}}@font-face{font-family:Gilroy-Bold;src:url(/fonts/Gilroy-Bold.woff) format("woff");font-weight:700}@font-face{font-family:Gilroy-Heavy;src:url(/fonts/Gilroy-Heavy.woff) format("woff");font-weight:900}@font-face{font-family:Gilroy-Light;src:url(/fonts/Gilroy-Light.woff) format("woff");font-weight:300}@font-face{font-family:Gilroy-Medium;src:url(/fonts/Gilroy-Medium.woff) format("woff");font-weight:500}@font-face{font-family:Gilroy-Regular;src:url(/fonts/Gilroy-Regular.woff) format("woff");font-weight:400}.expertise-container{background-color:#171717;color:#fff;width:100%;padding:60px 0;font-family:Gilroy,sans-serif;max-width:100%;overflow:hidden}.expertise-title{text-align:center;margin-bottom:60px}.expertise-title h1{font-size:5rem;font-weight:800;margin:0;padding:0;display:flex;justify-content:center;gap:20px}.title-our{opacity:1}.title-expertise{opacity:.6;color:#a0a0a0}.expertise-sections{max-width:1700px;margin:0 auto;padding:0 20px;display:flex;flex-direction:column;gap:15px}.expertise-section{border-radius:12px;overflow:hidden;transition:all 1.3s ease;cursor:pointer;position:relative;background-color:#3a3a3a99}.expertise-section:hover{background-color:#fff;color:#000;border:1px solid #3b82f6;box-shadow:0 4px 20px #3b82f626}.section-header{padding:25px 30px}.section-header h2{font-size:2.5rem;font-weight:700;margin:0}.section-expanded-content{max-height:0;opacity:0;overflow:hidden;padding:0 30px;display:flex;justify-content:space-between;gap:40px;transition:all .3s ease}.expertise-section:hover .section-expanded-content{max-height:1000px;opacity:1;padding:0 30px 30px;transition:all 1s ease}.content-left{flex:1;max-width:60%}.content-left p{font-size:1.1rem;line-height:1.6;margin-bottom:25px}.content-right{flex:1;max-width:40%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end}.service-tags{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.service-tag{background-color:#f3f4f6;color:#000;padding:8px 16px;border-radius:50px;font-size:.9rem;font-weight:500}.visit-site-btn{background-color:#121212;color:#fff;border:none;border-radius:50px;padding:12px 30px;font-size:1.3rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.visit-site-btn:hover{background-color:#2d2d2d}@media (max-width: 1240px){.expertise-sections{margin:0 20px}}@media (max-width: 992px){.section-expanded-content{flex-direction:column}.content-left,.content-right{max-width:100%}.expertise-sections{margin:0 20px}.service-tags{justify-content:flex-start;margin-top:20px}}@media (max-width: 768px){.expertise-title h1{font-size:3rem;flex-direction:column;gap:5px}.section-header h2{font-size:2rem}.content-left p{font-size:1rem}.expertise-section:hover .section-expanded-content{max-height:2000px}}@media (max-width: 480px){.expertise-title h1{font-size:2.5rem}.section-header h2{font-size:1.5rem}.content-left p{font-size:.9rem}.service-tag{font-size:.8rem;padding:6px 12px}.visit-site-btn{padding:10px 20px;font-size:.9rem}}@font-face{font-family:Gilroy-Bold;src:url(/fonts/Gilroy-Bold.woff) format("woff");font-weight:700}@font-face{font-family:Gilroy-Heavy;src:url(/fonts/Gilroy-Heavy.woff) format("woff");font-weight:900}@font-face{font-family:Gilroy-Light;src:url(/fonts/Gilroy-Light.woff) format("woff");font-weight:300}@font-face{font-family:Gilroy-Medium;src:url(/fonts/Gilroy-Medium.woff) format("woff");font-weight:500}@font-face{font-family:Gilroy-Regular;src:url(/fonts/Gilroy-Regular.woff) format("woff");font-weight:400}.connect-with-us-container{width:100%}.cta-section{padding:60px 20px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.cta-heading{font-family:Montserrat,sans-serif;color:#3a2a4d;font-size:32px;margin-bottom:30px;font-weight:600}.connect-button{display:inline-flex;align-items:center;justify-content:center;background-color:#000;color:#fff;padding:12px 30px;text-decoration:none;font-weight:600;font-size:1.3rem;border:none;cursor:pointer;position:relative;overflow:hidden;transition:color .3s ease;z-index:1;border-radius:25px}.connect-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background-color:#000;transition:all .3s ease;z-index:-1}.connect-button:hover{color:#fff;transform:scale(1.05);transition:all .5s ease-in-out}.connect-button:hover:before{left:0}.whatsapp-icon{display:inline-flex;margin-right:10px;color:#fff}.contact-form-section{background-color:#e9dcc3;padding:60px 20px;display:flex;flex-direction:column;align-items:center}.form-heading{font-family:Gilroy-Heavy,sans-serif;color:#000;font-size:28px;margin-bottom:40px;text-align:center;font-weight:400!important}.contact-form{font-family:Gilroy-Heavy,sans-serif;width:100%;max-width:800px;display:flex;flex-direction:column;gap:20px}.form-row{display:flex;gap:20px;width:100%}.input-wrapper{width:100%;position:relative}.form-row .input-wrapper{flex:1}.contact-form input,.contact-form select,.contact-form textarea{border:1px solid white;color:#000;padding:15px 25px;width:100%;border-radius:30px;font-size:22px;box-sizing:border-box}.contact-form input::placeholder,.contact-form select::placeholder,.contact-form textarea::placeholder{color:#000}.contact-form textarea{min-height:150px;resize:vertical}.phone-input-container{display:flex;gap:20px;width:100%}.country-code-select{width:30%;position:relative}.selected-country{width:100%;border-radius:30px;background-color:#fff;font-family:Montserrat,sans-serif;font-size:22px;padding:15px;border:1px solid white;color:#000;cursor:pointer;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box}.dropdown-arrow{width:12px;height:12px;border-right:2px solid black;border-bottom:2px solid black;transform:rotate(45deg);margin-top:-6px}.country-dropdown{position:absolute;top:100%;left:0;width:100%;background-color:#fff;border-radius:15px;box-shadow:0 4px 12px #0000001a;z-index:10;margin-top:5px;max-height:300px;overflow:hidden;display:flex;flex-direction:column}.country-search{padding:10px;border-bottom:1px solid #eee;position:sticky;top:0;background-color:#fff;z-index:2}.country-search input{width:100%;padding:10px 15px;border:1px solid #ddd;border-radius:20px;font-size:16px;outline:none}.country-list{overflow-y:auto;max-height:240px;padding:5px 0}.country-item{padding:10px 15px;cursor:pointer;display:flex;align-items:center;transition:background-color .2s}.country-item:hover{background-color:#f5f5f5}.country-item.selected{background-color:#e9dcc3;font-weight:700}.country-code{font-weight:500;margin-right:10px;min-width:60px}.country-name{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.no-results{padding:15px;text-align:center;color:#888}.phone-input-wrapper{flex:1;position:relative}.error{border:1px solid #ff3b30!important}.error-message{color:#ff3b30;font-size:16px;margin-top:5px;padding-left:15px;font-family:Montserrat,sans-serif;font-weight:500}.submit-button{display:flex;align-items:center;justify-content:center;gap:10px;background-color:#000;color:#fff;border:none;padding:12px 30px;font-weight:600;font-size:1.3rem;cursor:pointer;align-self:center;position:relative;overflow:hidden;transition:color .3s ease;z-index:1;border-radius:50px}.submit-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background-color:#000;transition:all .3s ease;z-index:-1}.submit-button:hover{color:#fff;transition:all .5s ease-in-out}.submit-button:hover:before{left:0}.submit-button .icon-arr{transform:rotate(-45deg);transition:transform .3s ease}.submit-button:hover .icon-arr{transform:rotate(0);transition:transform .3s ease}@media (max-width: 768px){.form-row{flex-direction:column;width:100%}.phone-input-container{flex-direction:column;gap:20px}.country-code-select{width:100%}}@media (max-width: 576px){.cta-heading{font-size:24px}.form-heading{font-size:22px}.connect-button,.submit-button{padding:10px 20px;font-size:14px}.contact-form input,.contact-form select,.contact-form textarea,.selected-country{font-size:18px}.error-message{font-size:14px}.country-dropdown{max-height:250px}.country-list{max-height:190px}}.video-section{position:relative;width:100%;height:100vh;overflow:hidden;background-color:#fff;z-index:999}.video-background{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity .5s ease-in-out}.video-hidden{opacity:0}.video-visible{opacity:1}.video-error{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#000;color:#fff;padding:2rem;text-align:center}.video-loader{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#f2f2f2;z-index:10}.lottie-container{width:200px;height:200px}.lottie-container>div{width:100%!important;height:100%!important}.shopify-partner-section{background-color:#eef4eb;padding:80px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.shopify-partner-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.shopify-partner-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:40px;color:#000}.highlight-text{color:#7ab55b;font-weight:700}.shopify-logo-container{margin:30px 0 50px;width:100%;display:flex;justify-content:center}.shopify-logo-pill{background-color:#7ab55c;width:600px;height:300px;border-radius:170px;display:flex;align-items:center;justify-content:flex-end;padding-right:10px;position:relative}.shopify-logo-circle{cursor:pointer;background-color:#fff;width:270px;height:270px;margin:7px;border-radius:50%;display:flex;align-items:center;justify-content:center}.shopify-logo-circle:hover{transform:scale(.95);transition:all .3s ease-in-out}.shopify-logo{width:60px;height:60px}.shopify-tagline{margin-top:30px;text-align:center}.shopify-tagline h2{font-size:2rem;font-weight:600;margin-bottom:30px;color:#226724}.learn-more-btn{background-color:#7ab55c;color:#fff;border:none;border-radius:30px;padding:12px 30px;font-size:1.3rem;font-weight:600;cursor:pointer;transition:all .3s ease;outline:none}.learn-more-btn:hover{background-color:#689f4a;transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.learn-more-btn.playing{animation:pulse .5s ease-in-out}.logo-img{max-width:150px}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@media (max-width: 768px){.logo-img{max-width:100px}.shopify-partner-title{font-size:2.5rem}.shopify-logo-pill{width:400px;height:200px;padding-right:8px}.shopify-logo-circle{width:175px;height:175px}.shopify-logo{width:50px;height:50px}.shopify-tagline h2{font-size:1.5rem}}@media (max-width: 480px){.shopify-partner-title{font-size:2rem}.logo-img{max-width:70px}.shopify-logo-pill{width:300px;height:150px;padding-right:5px}.shopify-logo-circle{width:125px;height:125px}.shopify-logo{width:40px;height:40px}.shopify-tagline h2{font-size:1.2rem}}@font-face{font-family:Gilroy-Bold;src:url(/fonts/Gilroy-Bold.woff) format("woff");font-weight:700}@font-face{font-family:Gilroy-Heavy;src:url(/fonts/Gilroy-Heavy.woff) format("woff");font-weight:900}@font-face{font-family:Gilroy-Light;src:url(/fonts/Gilroy-Light.woff) format("woff");font-weight:300}@font-face{font-family:Gilroy-Medium;src:url(/fonts/Gilroy-Medium.woff) format("woff");font-weight:500}@font-face{font-family:Gilroy-Regular;src:url(/fonts/Gilroy-Regular.woff) format("woff");font-weight:400}.newfooter-container{background-color:#000;color:#fff;padding:0;width:100%;font-family:Gilroy-Regular,sans-serif;position:relative;overflow:hidden;z-index:200}.newfooter-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;padding:7rem 1rem}.newfooter-title-container{width:100%;height:120px;overflow:hidden;margin-bottom:2rem;display:flex;justify-content:center}.newfooter-title{font-size:9.5rem;font-weight:600;letter-spacing:-1px;margin:0;line-height:1.2;text-align:center;animation:slideUp 1s ease-out forwards;text-shadow:2px 2px 4px rgba(0,0,0,.3);background:linear-gradient(180deg,#fff 60%,#fffc);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(10%)}}.newfooter-nav-container{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:1rem}.newfooter-nav{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.newfooter-link{color:#fff;text-decoration:none;font-size:.9rem;transition:opacity .2s ease}.newfooter-link:hover{opacity:.8}.newfooter-social-left,.newfooter-social-right{display:flex;gap:1rem;align-items:center}.newfooter-social-icon{color:#fff;font-size:1.5rem;transition:all .3s ease}.newfooter-social-icon:hover{opacity:.8;transform:translateY(-2px)}.newfooter-copyright{font-size:.8rem;opacity:.8;margin-top:1rem;text-align:center;width:100%}@media (max-width: 1200px){.newfooter-title{font-size:6.5rem;animation:slideUp 1s ease-out forwards}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(40%)}}}@media (max-width: 768px){.newfooter-container{padding:1rem 0}.newfooter-content{padding:1rem}.newfooter-title-container{height:auto;margin-bottom:1rem}.newfooter-title{font-size:3.5rem;transform:translateY(0);animation:mobileSlideUp 1s ease-out forwards}@keyframes mobileSlideUp{0%{transform:translateY(100%)}to{transform:translateY(40%)}}.newfooter-nav-container{flex-direction:row;justify-content:center;gap:.5rem}.newfooter-nav{display:flex;flex-direction:row;gap:1rem;margin:0;font-size:.8rem}.newfooter-link{font-size:.8rem;white-space:nowrap}.newfooter-social-left,.newfooter-social-right{display:inline-flex}.newfooter-social-icon{color:#fff;font-size:1.2rem;padding-top:2px;transition:all .3s ease}.newfooter-copyright{font-size:.7rem;margin-top:.5rem}.work-with-us-title{font:2em sans-serif}}@media (max-width: 480px){.newfooter-nav{gap:.5rem}.newfooter-link{font-size:.7rem}.newfooter-title{font-size:3rem}.work-with-us-title{font:1em sans-serif}}@font-face{font-family:Gilroy-Bold;src:url(/fonts/Gilroy-Bold.woff) format("woff");font-weight:700}@font-face{font-family:Gilroy-Heavy;src:url(/fonts/Gilroy-Heavy.woff) format("woff");font-weight:900}@font-face{font-family:Gilroy-Light;src:url(/fonts/Gilroy-Light.woff) format("woff");font-weight:300}@font-face{font-family:Gilroy-Medium;src:url(/fonts/Gilroy-Medium.woff) format("woff");font-weight:500}@font-face{font-family:Gilroy-Regular;src:url(/fonts/Gilroy-Regular.woff) format("woff");font-weight:400}*{font-family:Gilroy,sans-serif}body{background-color:#fff;color:#333}.dynamic-page{display:flex;min-height:100vh}.sidebar{width:269px;background-color:#f9f9f9;padding:20px;position:fixed;height:100vh;overflow-y:auto;border-right:1px solid #eee}.sidebar-item{padding:15px 0;cursor:pointer;transition:color .3s ease;font-size:14px;font-weight:500}.sidebar-item:hover,.sidebar-item.active{color:#a855f7}.content{flex:1;margin-left:310px;overflow-y:auto;padding-bottom:50px}.banner{position:relative;width:100%;height:500px;overflow:hidden}.banner-image{width:100%;height:100%;object-fit:cover}.banner-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#0003}.brand-logo{width:200px;height:100px;object-fit:contain;padding:10px;border-radius:5px}.brand-section{display:flex;padding:40px;gap:40px}.brand-info{flex:1}.brand-info h2{font-size:2.5rem;margin-bottom:20px;font-weight:500;color:#222}.brand-description{font-size:1.1rem;line-height:1.6;margin-bottom:20px;color:#333}.brand-long-description{font-size:1rem;line-height:1.6;color:#555}.brand-video{flex:1;height:300px;overflow:hidden;border-radius:8px;box-shadow:0 4px 12px #0000001a}.brand-video video{width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .5s ease}.brand-video video.loaded{opacity:1}.images-section{display:flex;padding:0 40px;gap:20px;margin-bottom:40px}.brand-image{flex:1;height:300px;overflow:hidden;border-radius:8px;box-shadow:0 4px 12px #0000001a}.brand-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.brand-image:hover img{transform:scale(1.05)}.services-section{display:flex;flex-wrap:wrap;gap:10px;padding:20px 40px;margin-bottom:40px}.service-tag{padding:8px 20px;border-radius:50px;color:#000;font-size:.9rem;transition:all .3s ease;cursor:pointer}.service-tag:hover{background-color:#000;color:#fff}.how-we-did-it{padding:20px 40px}.how-we-did-it h2{font-size:2.5rem;margin-bottom:30px;text-align:center;color:#a855f7;font-weight:400}.phases{display:flex;gap:20px;overflow-x:auto;padding-bottom:20px}.phase-card{min-width:350px;flex:1;border:1px solid #e0e0e0;border-radius:12px;overflow:hidden;transition:all .3s ease}.phase-card:hover{box-shadow:0 6px 16px #0000001a;transform:translateY(-5px)}.phase-header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;background-color:#fff;border-bottom:1px solid #e0e0e0}.phase-header h3{color:#a855f7;font-weight:500}.collapse-icon{font-size:1.5rem;color:#a855f7;cursor:pointer}.phase-content{padding:20px}.phase-content ul{list-style-type:none}.phase-content li{position:relative;padding-left:25px;margin-bottom:15px;line-height:1.5}.phase-content li:before{content:"•";position:absolute;left:0;color:#a855f7;font-size:1.2rem}@media (max-width: 1024px){.brand-section,.images-section{flex-direction:column}.brand-image{height:250px}}@media (max-width: 768px){.dynamic-page{flex-direction:column}.sidebar{width:100%;height:auto;position:relative;border-right:none;border-bottom:1px solid #eee;padding:10px}.content{margin-left:0}.banner{height:300px}.brand-logo{width:200px;height:100px}.brand-section,.images-section,.services-section,.how-we-did-it{padding:20px}.phases{flex-direction:column;overflow-x:visible}.phase-card{min-width:auto;width:100%}.phases{display:flex;flex-direction:row;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;padding-bottom:20px}.phase-card{min-width:280px;scroll-snap-align:start}}.case1-section{background:#afbddc;height:120vh;position:relative;overflow:hidden;width:100%}.case1-title{position:absolute;top:20%;left:50%;transform:translate(-50%,-50%);font-size:15rem;font-weight:700;color:#e32b1e;z-index:10;font-family:Arial Black,Helvetica,sans-serif;pointer-events:none;text-align:center;letter-spacing:-.05em}.case1-images{position:relative;width:100%;height:100%}.case1-img{position:absolute;border-radius:8px;object-fit:cover;box-shadow:0 10px 30px #00000026;will-change:transform,opacity}.img1{width:380px;height:500px;z-index:2}.img2{width:420px;height:320px;z-index:3}.img3{width:350px;height:450px;z-index:4}.img4{width:400px;height:300px;z-index:5}.img5{width:320px;height:420px;z-index:6}@media (max-width: 1200px){.case1-title{font-size:10rem}.case1-img{transform:scale(.85)}}@media (max-width: 768px){.case1-title{font-size:6rem}.case1-section{height:60vh}.case1-img{width:70%;height:auto;position:absolute}.img1{left:5%!important;right:auto!important;transform:none!important}.img2{left:auto!important;right:5%!important;transform:none!important}.img3{left:5%!important;right:auto!important;transform:none!important}.img4{left:auto!important;right:5%!important;transform:none!important}.img5{left:15%!important;right:auto!important;transform:none!important}}@media (max-width: 480px){.case1-title{font-size:4rem}.case1-img{width:85%}.img1,.img3,.img5{left:7.5%!important}.img2,.img4{right:7.5%!important}}@font-face{font-family:Gilroy-Bold;src:url(/fonts/Gilroy-Bold.woff) format("woff");font-weight:700}@font-face{font-family:Gilroy-Heavy;src:url(/fonts/Gilroy-Heavy.woff) format("woff");font-weight:900}@font-face{font-family:Gilroy-Light;src:url(/fonts/Gilroy-Light.woff) format("woff");font-weight:300}@font-face{font-family:Gilroy-Medium;src:url(/fonts/Gilroy-Medium.woff) format("woff");font-weight:500}@font-face{font-family:Gilroy-Regular;src:url(/fonts/Gilroy-Regular.woff) format("woff");font-weight:400}body{font-family:Gilroy-Regular,sans-serif;margin:0;padding:0;box-sizing:border-box;background-color:#f3f3f3!important}h1,h2{font-family:Gilroy-Bold,sans-serif}h3{font-family:Gilroy-Medium,sans-serif;font-weight:700}p{font-family:Gilroy-Light,sans-serif;font-weight:600}span{font-family:Gilroy-Bold,sans-serif}button{font-family:Gilroy-Medium,sans-serif}.arrowhover{position:relative;width:200px;height:200px;border-radius:50%;background-color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;overflow:hidden}.icon-container{position:relative;width:100px;height:100px;color:#000}.arrow-icon,.new-icon{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.new-icon{transform:scale(.4);opacity:0}.arrowhover:hover .arrow-icon{transform:translate(200%,-100%)}.arrowhover:hover .new-icon{transform:scale(1);opacity:1;pointer-events:none}.contact-container{min-height:100vh;background-color:#e5ddd3;padding:2rem;display:flex;flex-direction:column;position:relative;overflow:hidden;font-family:Gilroy!important}.logo{position:absolute;top:2rem;left:50%;transform:translate(-50%);font-family:Gilroy;font-weight:700;font-size:1.2rem;letter-spacing:.1em;z-index:10}.main-content{flex:1;display:flex;flex-direction:column;justify-content:center;max-width:1400px;margin:0 auto;width:100%;padding-top:4rem;position:relative}.title{font-size:clamp(3.5rem,7vw,5rem);font-weight:900;margin-bottom:6rem;line-height:1.1;text-align:center}.highlight{color:#fff}.floating-elements{position:relative;width:100%;height:600px}.contact-card,.action-card,.circle-icon{position:absolute;border-radius:100px;padding:.6rem 2.5rem;background:#fff;cursor:pointer;transition:transform .3s ease;font-size:1.4rem;box-shadow:0 4px 20px #0000001a}.contact-card{display:flex;flex-direction:column;min-width:280px;align-content:center}.contact-card span{font-size:3rem;color:#666;margin-bottom:.3rem}.contact-card a{font-size:1.3rem;color:#000;text-decoration:none;font-weight:600}.action-card{font-size:5.4rem;font-weight:600;padding:1.5rem 3rem;min-width:200px;text-align:center}.join-card{background:#000;color:#fff}.circle-icon{width:64px;height:64px;padding:0;display:flex;align-items:center;justify-content:center;background:#000;color:#fff}.content-wrapper{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:700px;margin:0 auto;padding-top:4rem}.email-form,.project-form{width:100%;max-width:700px}input,select{width:88%;padding:1.2rem 1.5rem;border:none;border-radius:2rem;margin-bottom:1.2rem;font-size:1.2rem;background:#fff;box-shadow:0 4px 20px #0000001a}select{width:94%}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 1.5rem center;background-size:1.2em;width:350px}.next-button,.send-button{width:100%;padding:1.2rem;border:none;border-radius:2rem;background:#000;color:#fff;font-size:1.3rem;font-weight:600;cursor:pointer;margin-top:1.5rem;transition:transform .2s ease}.next-button:hover,.send-button:hover{transform:translateY(-2px)}.back-button{background:none;border:none;color:#000;cursor:pointer;display:flex;align-items:center;gap:.8rem;margin-top:1.5rem;font-size:1.2rem;padding:0;width:auto;font-weight:500}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.contact-card:hover,.action-card:hover,.circle-icon:hover{transform:scale(1.05)}.copied-text{position:absolute;background:#000;color:#fff;padding:.5rem 1rem;border-radius:1rem;font-size:.9rem;top:-2rem;left:50%;transform:translate(-50%);opacity:0;transition:opacity .3s ease}.copied-text.visible{opacity:1}@media (max-width: 768px){.contact-container{padding:1rem}.main-content{padding-top:3rem}.action-card{font-size:1.4rem}.floating-elements{height:auto;display:flex;flex-direction:column;gap:1rem;margin-top:2rem;width:266px}.contact-card span{font-size:1rem}.arrorhover{display:none}.contact-card,.action-card,.circle-icon{position:static;width:100%}.circle-icon{display:none}.form-grid{grid-template-columns:1fr;width:auto}.title{font-size:2.5rem;text-align:left}input{width:87%}}.contactCircle-button{position:relative;display:inline-flex;align-items:center;background-color:#0d0c0c;border-radius:100px;padding:7px;width:330px;height:135px;cursor:pointer;transition:background-color .3s ease;margin:0 auto}@media (max-width: 768px){.contactCircle-button{display:none}}.contactCircle{position:absolute;left:5px;width:120px;height:120px;background-color:#fff;border-radius:50%;transition:left .3s ease}.contactCircle-button.hovered .contactCircle{left:calc(90% - 90px)}.contactCircle-button.hovered .yes-text{right:auto;left:30px;color:#fff}@font-face{font-family:Gilroy-Bold;src:url(path/to/Gilroy-Bold.woff2) format("woff2"),url(path/to/Gilroy-Bold.woff) format("woff");font-weight:700;font-display:swap}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Gilroy-Bold,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1f2937}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.landing-page{min-height:100vh;background:linear-gradient(135deg,#f5f5f5,#f0fbfc);position:relative;padding:1rem}.btn-base{font-family:Gilroy-Bold,sans-serif;font-weight:700;border:none;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a}.btn-base:hover{transform:translateY(-2px);box-shadow:0 8px 15px -3px #0003}.btn-base:active{transform:translateY(0)}.btn-primary{background-color:#22c55e;color:#fff;padding:1rem 2rem;font-size:1rem;gap:.75rem}.btn-primary:hover{background-color:#16a34a}.btn-secondary{background-color:#374151;color:#fff;padding:.875rem 1.75rem;font-size:.95rem}.btn-secondary:hover{background-color:#1f2937}.btn-outline:hover{background-color:#f9fafb;border-color:#9ca3af}.btn-phone{background:none;border:none;color:inherit;font-family:Gilroy-Bold,sans-serif;font-weight:700;cursor:pointer;transition:color .3s ease;padding:.5rem;border-radius:.375rem}.btn-phone:hover{color:#0d9488;background-color:#0d94881a}.whatsapp-float{position:fixed;bottom:1.5rem;right:1.5rem;z-index:1000}.whatsapp-btn{width:3.5rem;height:3.5rem;border-radius:50%;background-color:#22c55e;color:#fff;border:none;box-shadow:0 10px 15px -3px #0000001a;transition:all .3s ease;display:flex;align-items:center;justify-content:center;cursor:pointer}.whatsapp-btn:hover{background-color:#16a34a;transform:scale(1.1)}.header-content{display:flex;justify-content:space-between;align-items:center;padding:10px 0}.addlogo-section{display:flex;align-items:center;gap:.75rem}.addlogo{height:4rem;width:auto;object-fit:contain}.company-name{font-family:Gilroy-Bold,sans-serif;font-size:1.25rem;font-weight:700;color:#1f2937}.phone-section{display:flex;align-items:center;gap:.5rem;color:#1f2937;font-weight:700}.phone-btn{background:none;border:none;color:inherit;font-family:Gilroy-Bold,sans-serif;font-weight:700;cursor:pointer;transition:all .3s ease;font-size:medium;border-radius:.5rem}.phone-btn:hover{color:#0d9488;background-color:#0d94881a}.add-hero-section{padding:4rem 0}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.hero-content{display:flex;flex-direction:column;gap:1.5rem}.badges{display:flex;flex-wrap:wrap;gap:1rem}.badge{display:inline-flex;align-items:center;border-radius:12px;padding:.75rem 1.25rem;font-family:Gilroy-Bold,sans-serif;font-size:.875rem;font-weight:700;gap:.5rem}.badge-green{color:#166534}.badge-teal{color:#134e4a}.badge-logo{height:2rem;width:auto;object-fit:contain}.emoji{font-size:1rem}.hero-text{display:flex;flex-direction:column;gap:1.5rem}.hero-title{font-family:Gilroy-Bold,sans-serif;font-size:3rem;font-weight:700;color:#1f2937;line-height:1.1}.highlight{color:#0d9488}.hero-description{font-family:Gilroy-Bold,sans-serif;font-size:1.125rem;color:#6b7280;line-height:1.7;font-weight:500}.add-cta-button{background-color:#22c55e;color:#fff;padding:1.25rem 2.5rem;border-radius:.75rem;font-family:Gilroy-Bold,sans-serif;font-size:1.125rem;font-weight:700;display:flex;align-items:center;gap:.75rem;transition:all .3s ease;align-self:flex-start;border:none;cursor:pointer;box-shadow:0 4px 6px -1px #0000001a;text-transform:uppercase;letter-spacing:.5px;width:80%;height:48px}.add-cta-button:hover{background-color:#16a34a;transform:translateY(-2px);box-shadow:0 8px 15px -3px #0003}.add-cta-button:active{transform:translateY(0)}.contact-form-wrapper{background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1.5rem;box-shadow:0 25px 50px -12px #00000040;padding:2.5rem}.form-header{text-align:center;margin-bottom:2rem}.form-title{font-family:Gilroy-Bold,sans-serif;font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.hero-contact-form{display:flex;flex-direction:column;gap:1.25rem}.hero-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.hero-form-input{height:3rem;width:100%;border-radius:.5rem;padding:.75rem 1rem;font-family:Gilroy-Bold,sans-serif;font-size:.875rem;font-weight:500;transition:all .3s ease}.hero-form-input:focus{outline:none;box-shadow:0 0 0 3px #0d94881a;transform:translateY(-1px)}.hero-form-input::placeholder{color:#9ca3af;font-family:Gilroy-Bold,sans-serif;font-weight:500}.hero-form-textarea{min-height:5rem;width:100%;border-radius:.5rem;padding:.75rem 1rem;font-family:Gilroy-Bold,sans-serif;font-size:.875rem;font-weight:500;transition:all .3s ease;resize:vertical}.hero-form-textarea:focus{outline:none;box-shadow:0 0 0 3px #0d94881a;transform:translateY(-1px)}.hero-form-textarea::placeholder{color:#9ca3af;font-family:Gilroy-Bold,sans-serif;font-weight:500}.hero-form-submit{background-color:#374151;color:#fff;padding:1rem;font-family:Gilroy-Bold,sans-serif;font-weight:700;border:none;border-radius:.5rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px -1px #0000001a;text-transform:uppercase;letter-spacing:.5px}.hero-form-submit:hover{background-color:#1f2937;transform:translateY(-2px);box-shadow:0 8px 15px -3px #0003}.hero-form-submit:active{transform:translateY(0)}.final-contact-form{display:flex;flex-direction:column;gap:1.25rem}.final-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.final-form-input{height:3rem;width:100%;border-radius:.5rem;padding:.75rem 1rem;font-family:Gilroy-Bold,sans-serif;font-size:.875rem;font-weight:500;transition:all .3s ease}.final-form-input:focus{outline:none;box-shadow:0 0 0 3px #0d94881a;transform:translateY(-1px)}.final-form-input::placeholder{color:#9ca3af;font-family:Gilroy-Bold,sans-serif;font-weight:500}.final-form-textarea{min-height:5rem;width:100%;border-radius:.5rem;padding:.75rem 1rem;font-family:Gilroy-Bold,sans-serif;font-size:.875rem;font-weight:500;transition:all .3s ease;resize:vertical}.final-form-textarea:focus{outline:none;box-shadow:0 0 0 3px #0d94881a;transform:translateY(-1px)}.final-form-textarea::placeholder{color:#9ca3af;font-family:Gilroy-Bold,sans-serif;font-weight:500}.final-form-submit{background-color:#374151;color:#fff;padding:1rem;font-family:Gilroy-Bold,sans-serif;font-weight:700;border:none;border-radius:.5rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px -1px #0000001a;text-transform:uppercase;letter-spacing:.5px}.final-form-submit:hover{background-color:#1f2937;transform:translateY(-2px);box-shadow:0 8px 15px -3px #0003}.final-form-submit:active{transform:translateY(0)}.contact-form{display:flex;flex-direction:column;gap:1.25rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.form-input{height:3rem;width:100%;border-radius:.5rem;border:1px solid #d1d5db;background:#f0fdfa80;padding:.75rem 1rem;font-family:Gilroy-Bold,sans-serif;font-size:.875rem;font-weight:500;transition:all .3s ease}.form-input:focus{outline:none;border-color:#0d9488;box-shadow:0 0 0 3px #0d94881a;transform:translateY(-1px)}.form-input::placeholder{color:#9ca3af;font-family:Gilroy-Bold,sans-serif;font-weight:500}.form-textarea{min-height:5rem;width:100%;border-radius:.5rem;border:1px solid #d1d5db;background:#f0fdfa80;padding:.75rem 1rem;font-family:Gilroy-Bold,sans-serif;font-size:.875rem;font-weight:500;transition:all .3s ease;resize:vertical}.form-textarea:focus{outline:none;border-color:#0d9488;box-shadow:0 0 0 3px #0d94881a;transform:translateY(-1px)}.form-textarea::placeholder{color:#9ca3af;font-family:Gilroy-Bold,sans-serif;font-weight:500}.form-submit{background-color:#374151;color:#fff;padding:1rem;font-family:Gilroy-Bold,sans-serif;font-weight:700;border:none;border-radius:.5rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px -1px #0000001a;text-transform:uppercase;letter-spacing:.5px}.form-submit:hover{background-color:#1f2937;transform:translateY(-2px);box-shadow:0 8px 15px -3px #0003}.form-submit:active{transform:translateY(0)}.pricing-section{padding:5rem 0;background:#ffffff80}.add-section-header{text-align:center;margin-bottom:2rem}.section-title{font-family:Gilroy-Bold,sans-serif;font-size:3rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem}.section-subtitle{font-family:Gilroy-Bold,sans-serif;font-size:1.25rem;color:#6b7280;font-weight:700}.features-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.features-image{position:relative}.image-wrapper{border-radius:2rem;padding:2.5rem;height:28rem;display:flex;align-items:center;justify-content:center}.image-wrapper img{max-width:100%;max-height:165%;object-fit:contain;border-radius:1rem}.features-content{display:flex;flex-direction:column;gap:1rem}.features-title{font-family:Gilroy-Bold,sans-serif;font-size:3rem;font-weight:700;color:#1f2937;line-height:1.2;text-transform:capitalize!important}.features-text{display:flex;flex-direction:column;gap:1.5rem;color:#374151;line-height:1.7}.features-text p{font-family:Gilroy-Bold,sans-serif;font-size:1.125rem;font-weight:500}.features-video{max-width:100%;max-height:135%;object-fit:contain;border-radius:1rem}.clients-section{padding:5rem 0;overflow:hidden}.clients-slider{display:flex;flex-direction:column;gap:2.5rem}.slider-row{position:relative}.slider-track{display:flex;gap:3.5rem;animation-duration:30s;animation-timing-function:linear;animation-iteration-count:infinite}.slide-right{animation-name:slideRight}.slide-left{animation-name:slideLeft}.paused{animation-play-state:paused}@keyframes slideRight{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes slideLeft{0%{transform:translate(-50%)}to{transform:translate(0)}}.client-addlogo{flex-shrink:0;background:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a;min-width:14rem;border:none;cursor:pointer;transition:all .3s ease}.client-addlogo:hover{box-shadow:0 10px 15px -3px #0000001a;transform:scale(1.05)}.client-name{font-family:Gilroy-Bold,sans-serif;font-size:1.25rem;font-weight:700;color:#1f2937;display:flex;align-items:center;justify-content:center;transition:color .3s ease}.client-addlogo:hover .client-name{color:#0d9488}.external-icon{margin-left:.5rem;opacity:0;transition:opacity .3s ease}.client-addlogo:hover .external-icon{opacity:1}.plans-section{padding:5rem 0;background:#ffffff80}.plans-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}.plan-card{border:2px solid;border-radius:1rem;background-color:#fff;box-shadow:0 4px 6px -1px #0000001a;transition:border-color .3s ease}.plan-blue{border-color:#bfdbfe}.plan-blue:hover{border-color:#93c5fd}.plan-green{border-color:#bbf7d0}.plan-green:hover{border-color:#86efac}.plan-purple{border-color:#e9d5ff}.plan-purple:hover{border-color:#d8b4fe}.plan-content{padding:2.5rem}.plan-header{text-align:center;margin-bottom:2rem}.plan-name{font-family:Gilroy-Bold,sans-serif;font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:.75rem}.plan-description{font-family:Gilroy-Bold,sans-serif;color:#6b7280;margin-bottom:1.5rem;font-weight:500}.plan-price{font-family:Gilroy-Bold,sans-serif;font-size:3rem;font-weight:700;color:#1f2937}.plan-features{list-style:none;margin-bottom:2.5rem}.plan-features li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem;font-family:Gilroy-Bold,sans-serif;font-size:.875rem;color:#374151;font-weight:500}.plan-features li:before{content:"";width:.375rem;height:.375rem;background-color:#3b82f6;border-radius:50%;margin-top:.5rem;flex-shrink:0}.plan-green .plan-features li:before{background-color:#22c55e}.plan-purple .plan-features li:before{background-color:#a855f7}.expanded-features{margin-bottom:2rem;padding:1.5rem;border-radius:.75rem}.plan-blue .expanded-features{background-color:#eff6ff}.plan-green .expanded-features{background-color:#f0fdf4}.plan-purple .expanded-features{background-color:#faf5ff}.expanded-list{list-style:none}.expanded-list li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;font-family:Gilroy-Bold,sans-serif;font-size:.875rem;color:#374151;font-weight:500}.expand-btn{width:100%;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.75rem 1.25rem;border:1px solid #d1d5db;background-color:transparent;color:#374151;border-radius:.5rem;cursor:pointer;font-family:Gilroy-Bold,sans-serif;font-weight:700;transition:all .3s ease;box-shadow:0 2px 4px -1px #0000001a}.expand-btn:hover{background-color:#f9fafb;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a}.plan-contact{border-top:1px solid #e5e7eb;padding-top:1.5rem}.contact-label{font-family:Gilroy-Bold,sans-serif;font-weight:700;color:#1f2937;margin-bottom:.5rem}.contact-phone{background:none;border:none;color:#374151;cursor:pointer;font-family:Gilroy-Bold,sans-serif;font-weight:700;transition:all .3s ease;font-size:inherit;padding:.5rem;border-radius:.375rem}.contact-phone:hover{color:#0d9488;background-color:#0d94881a}.faq-section{padding:5rem 0}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.faq-content{display:flex;flex-direction:column;gap:1rem}.section-label{font-family:Gilroy-Bold,sans-serif;font-size:.875rem;font-weight:700;color:#6b7280;letter-spacing:.1em;text-transform:uppercase}.faq-title{font-family:Gilroy-Bold,sans-serif;font-size:3rem;font-weight:700;color:#1f2937;line-height:1.2}.faq-text{display:flex;flex-direction:column;gap:1.5rem;color:#374151;line-height:1.7}.faq-text p{font-family:Gilroy-Bold,sans-serif;font-size:1.125rem;font-weight:500}.faq-list{display:flex;flex-direction:column;gap:1.25rem}.faq-item{border:1px solid #e5e7eb;border-radius:.75rem;overflow:hidden}.faq-question{width:100%;padding:1rem;background:none;font-size:1.125rem;border:none;text-align:left;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-family:Gilroy-Bold,sans-serif;font-weight:700;color:#1f2937;transition:background-color .3s ease}.faq-question:hover{background-color:#0d9488;color:#fff}.faq-icon{transition:transform .3s ease;color:#6b7280}.faq-icon.rotated{transform:rotate(180deg)}.faq-answer{padding:0 2rem 2rem;color:#374151;border-top:1px solid #f3f4f6}.faq-answer p{padding-top:1.5rem;font-family:Gilroy-Bold,sans-serif;font-size:1rem;font-weight:500}.final-cta{padding:5rem 0;background:#ffffff80}.cta-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-info{display:flex;flex-direction:column;gap:2.5rem}.contact-item{display:flex;align-items:center;gap:1.25rem;color:#374151}.contact-link{background:none;border:none;font-family:Gilroy-Bold,sans-serif;font-size:1.25rem;color:#1f2937;cursor:pointer;transition:all .3s ease;font-weight:700;padding:.5rem;border-radius:.375rem}.contact-link:hover{color:#0d9488;background-color:#0d94881a}.contact-text,.contact-address{font-family:Gilroy-Bold,sans-serif;font-size:1.25rem;color:#1f2937;font-weight:700}.contact-addlogo{height:2.5rem;width:auto;object-fit:contain}.final-form .final-contact-form{gap:1.25rem}.whatsapp-submit{background-color:#22c55e;color:#fff;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem;font-family:Gilroy-Bold,sans-serif;font-weight:700;border:none;border-radius:.5rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px -1px #0000001a;text-transform:uppercase;letter-spacing:.5px}.whatsapp-submit:hover{background-color:#16a34a;transform:translateY(-2px);box-shadow:0 8px 15px -3px #0003}.footer{padding:5rem 0;border-top:1px solid #e5e7eb}.footer-content{text-align:center;margin-bottom:4rem}.footer-title{font-family:Gilroy-Bold,sans-serif;font-size:2.25rem;font-weight:700;color:#1f2937;margin-bottom:2rem}.footer-text{font-family:Gilroy-Bold,sans-serif;color:#374151;line-height:1.7;max-width:64rem;margin:0 auto 1.5rem;font-size:1.125rem;font-weight:500}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2.5rem;border-top:1px solid #e5e7eb}.footer-addlogo{display:flex;align-items:center;gap:1rem}.footer-addlogo-img{height:3.5rem;width:auto;object-fit:contain}.footer-copyright{font-family:Gilroy-Bold,sans-serif;color:#6b7280;font-size:.875rem;font-weight:500}.whatsapp-button{position:fixed;bottom:2rem;right:2rem;width:4rem;height:4rem;border-radius:50%;background-color:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;font-size:2.25rem;box-shadow:0 8px 20px #0000004d;border:none;cursor:pointer;z-index:1000;transition:all .3s ease}.whatsapp-button:hover{transform:scale(1.1);box-shadow:0 12px 25px #0006}@media (max-width: 1024px){.container{padding:0 1.5rem}.addlogo{height:6rem;width:auto;object-fit:contain}.hero-grid,.features-grid,.faq-grid,.cta-grid{grid-template-columns:1fr;gap:3rem}.plans-grid{grid-template-columns:1fr}.hero-title,.section-title,.features-title,.faq-title{font-size:2rem}.add-cta-button{padding:1rem 2rem;font-size:1rem;align-self:center;width:100%;max-width:400px;justify-content:center}}@media (max-width: 768px){.container{padding:0 1rem}.addlogo{height:5rem;width:auto;object-fit:contain}.landing-page{padding:.5rem}.hero-form-row,.final-form-row,.form-row{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:1.5rem}.slider-track{gap:2rem}.client-addlogo{min-width:12rem;padding:1.5rem}.hero-title{font-size:2rem}.section-title{font-size:1.75rem}.features-title,.faq-title{font-size:2rem;text-transform:capitalize}.whatsapp-button{width:3.5rem;height:3.5rem;font-size:1.75rem}.add-cta-button{padding:1rem 1.5rem;font-size:.95rem;width:100%;text-align:center}.badges{justify-content:center}.hero-content{text-align:center}}@media (max-width: 480px){.container{padding:0 .75rem}.landing-page{padding:.25rem}.add-hero-section,.pricing-section,.clients-section,.plans-section,.faq-section,.final-cta,.footer{padding:1rem 0}.contact-form-wrapper,.plan-content{padding:1rem}.hero-title,.section-title{font-size:2rem}.whatsapp-button{bottom:1.5rem;right:1.5rem;width:3rem;height:3rem;font-size:1.5rem}.add-cta-button{padding:.875rem 1.25rem;font-size:.875rem;width:81%}.badge{padding:.5rem 1rem;font-size:.75rem}.badge-logo{height:2rem}}@media (max-width: 375px){.add-cta-button{padding:.75rem 1rem;font-size:.8rem;gap:.5rem}.add-cta-button svg{width:16px;height:16px}}button,.btn-base,.add-cta-button,.hero-form-submit,.final-form-submit,.form-submit,.whatsapp-submit,.expand-btn{font-family:Gilroy-Bold,sans-serif!important;font-weight:700!important}@media (min-width: 1024px){.expand-btn{display:none!important}}.error-text{color:red;font-size:.675rem;margin-bottom:4px}.g-recaptcha{margin:1rem 0}.trustedClient_section{padding:80px 0;background-color:#fff;overflow:hidden;width:100%}.trustedClient_container{max-width:1200px;margin:0 auto;padding:0 20px;width:100%}.trustedClient_header{text-align:center;margin-bottom:60px;width:100%}.trustedClient_titleContainer{display:flex;align-items:center;justify-content:center;margin-bottom:15px}.trustedClient_titleBar{width:4px;height:40px;background-color:#06c;margin-right:15px}.trustedClient_title{font-size:48px;font-weight:700;margin:0;color:var(--gray-800)}.trustedClient_subtitle{font-size:18px;color:#06c;margin:0;text-transform:uppercase}.trustedClient_partnersContainer{width:100%;overflow:hidden}.trustedClient_row{position:relative;width:100%;overflow:hidden;margin-bottom:40px}.trustedClient_row:last-child{margin-bottom:0}.trustedClient_track{display:flex;align-items:center;position:relative;width:fit-content;will-change:transform;backface-visibility:hidden;-webkit-backface-visibility:hidden;transform:translateZ(0);-webkit-transform:translateZ(0)}.trustedClient_logoWrapper{display:flex;align-items:center;justify-content:center;padding:10px;margin:10px;border:.5px solid var(--primary-blue);border-radius:5px;background-color:#fff;transition:transform .3s ease}.trustedClient_logoWrapper:hover{transform:scale(1.1)}.trustedClient_logo{height:80px;object-fit:contain;width:150px;transition:all .3s ease;opacity:2;filter:grayscale(0%)}.trustedClient_logo:hover{filter:grayscale(0%);opacity:1}@media (max-width: 1200px){.trustedClient_container{max-width:100%;padding:0 15px}}@media (max-width: 992px){.trustedClient_title{font-size:38px}.trustedClient_titleBar{display:none}.trustedClient_subtitle{font-size:16px}.trustedClient_logoWrapper{padding:0 25px}}@media (max-width: 768px){.trustedClient_section{padding:60px 0}.trustedClient_titleBar{display:none}.trustedClient_title{font-size:36px}.trustedClient_subtitle{font-size:15px}.trustedClient_logo{height:50px;width:90px}.trustedClient_logoWrapper{padding:0 20px}}@media (max-width: 576px){.trustedClient_section{padding:40px 0}.trustedClient_title{font-size:24px}.trustedClient_subtitle{font-size:14px}.trustedClient_titleBar{display:none}.trustedClient_logo{height:40px;width:80px}.trustedClient_logoWrapper{padding:0 15px}}@media (max-width: 480px){.trustedClient_title{font-size:25px}.trustedClient_subtitle{font-size:12px}.trustedClient_logo{height:35px;width:70px}.trustedClient_logoWrapper{padding:0 10px}.trustedClient_titleBar{display:none}}.sector-module-header{text-align:center;margin-bottom:50px}.sector-module-main-title{font-size:48px;font-weight:700;margin-bottom:15px}.sector-module-subtitle{max-width:600px;margin:0 auto}.sector-module-section{background-color:#f2f9fa;padding-bottom:50px;position:relative;width:100%;overflow:hidden;margin:0;box-sizing:border-box}.sector-module-section *,.sector-module-section *:before,.sector-module-section *:after{box-sizing:border-box}.sector-module-container{padding:0 20px;position:relative;width:100%;max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:center;align-items:center}.sector-module-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:20px;margin-bottom:60px;width:100%}.sector-module-grid .sector-module-card:nth-child(1),.sector-module-grid .sector-module-card:nth-child(2),.sector-module-grid .sector-module-card:nth-child(3){grid-column:span 2}.sector-module-grid .sector-module-card:nth-child(4),.sector-module-grid .sector-module-card:nth-child(5){grid-column:span 3}.sector-module-grid .sector-module-card:nth-child(n+6){grid-column:span 2}.sector-module-card{position:relative;border-radius:0;overflow:hidden;height:280px;color:#fff;transition:transform .3s ease;margin:0;border-radius:1.5rem}.sector-module-card.sector-module-wide-card{height:300px}.sector-module-card:hover{transform:translateY(-5px)}.sector-module-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.sector-module-image img{width:100%;height:100%;object-fit:cover;display:block}.sector-module-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;z-index:2;transition:background-color .3s ease}.sector-module-hover-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000b3;z-index:4;opacity:0;transition:opacity .3s ease}.sector-module-card:hover .sector-module-hover-overlay{opacity:1}.sector-module-content{position:relative;z-index:3;padding:30px;height:100%;display:flex;flex-direction:column;justify-content:flex-end}.sector-module-prefix{font-size:14px;font-weight:500;color:#dc1f26;margin-bottom:8px;display:block}.sector-module-title{font-size:32px;font-weight:600;margin:0;transition:opacity .3s ease;display:flex;align-items:center}.sector-module-arrow-icon{margin-left:10px;font-size:36px;font-weight:300}.sector-module-description{opacity:0;transform:translateY(20px);transition:all .3s ease;position:absolute;bottom:30px;left:30px;right:30px;z-index:5}.sector-module-description p{margin-bottom:15px;font-size:16px;line-height:1.5}.sector-module-learn-more{display:inline-flex;align-items:center;color:#fff;text-decoration:none;font-weight:500;font-size:16px}sector-module-learn-more:hover{color:var(--primary-color)}.sector-module-circle-arrow{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background-color:#fff;color:#0c5a4c;margin-left:10px;font-size:14px}.sector-module-card:hover .sector-module-title{opacity:0}.sector-module-card:hover .sector-module-description{opacity:1;transform:translateY(0)}.sector-module-show-all-container{text-align:center;width:100%;margin:0 auto;padding:0;position:relative;clear:both}.sector-module-show-all-button{background:none;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;color:#333;font-size:16px;font-weight:500;padding:0}.sector-module-button-arrow{display:inline-block;width:20px;height:20px;margin-left:8px;position:relative}.sector-module-button-arrow.down:after{content:"";position:absolute;top:50%;left:50%;width:10px;height:10px;border-right:2px solid #000;border-bottom:2px solid #000;transform:translate(-50%,-75%) rotate(45deg)}.sector-module-button-arrow.up:after{content:"";position:absolute;top:50%;left:50%;width:10px;height:10px;border-right:2px solid #000;border-bottom:2px solid #000;transform:translate(-50%,-25%) rotate(-135deg)}@media (max-width: 992px){.sector-module-grid{grid-template-columns:repeat(2,1fr)}.sector-module-grid .sector-module-card:nth-child(n){grid-column:span 1}.sector-module-main-title{font-size:30px}}@media (max-width: 768px){.sector-module-grid{grid-template-columns:1fr}.sector-module-card{height:220px}.sector-module-title{font-size:28px}.sector-module-description p{font-size:14px}.sector-module-main-title{font-size:26px}.sector-module-subtitle{font-size:16px}}
