:root{--brand-yellow:#f2c300;--brand-red:#d61f26;--brand-black:#111;--brand-white:#fff;--text:#2c2c2c;--text-h:var(--brand-black);--bg:var(--brand-white);--border:#1111111f;--code-bg:#f2c30024;--accent:var(--brand-red);--accent-bg:#d61f261a;--accent-border:#d61f2673;--social-bg:#f2c3001f;--shadow:#1111111f 0 10px 15px -3px, #1111110f 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--text);background:var(--brand-white);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#2c2c2c;--text-h:var(--brand-black);--bg:var(--brand-white);--border:#ffffff1f;--code-bg:#f2c30024;--accent:var(--brand-red);--accent-bg:#d61f261a;--accent-border:#d61f2673;--social-bg:#f2c3001f;--shadow:#1111111f 0 10px 15px -3px, #1111110f 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}#root{text-align:center;flex-direction:column;width:100%;max-width:100%;min-height:100svh;margin:0 auto;display:flex}body{background:var(--brand-white);margin:0}::selection{background:var(--brand-red);color:var(--brand-white)}a{color:var(--accent)}hr{border-color:var(--border)}.contactPage{color:var(--brand-black);text-align:left;background-color:#fff;font-family:Teko,system-ui,sans-serif}.contactHeader{padding:2rem}.contactHeader h1{font-size:clamp(3.5rem,6vw,5rem)}.contactHeader p{display:block}.contactBody{padding:2rem}.contactContentDesktop{justify-content:center;align-items:stretch;gap:1rem;width:min(100%,1200px);margin:0 auto;padding:1rem;display:flex}.contactBoxSection{max-width:400px;color:var(--brand-red);background-color:#454545b8;background-image:linear-gradient(#ffffffb8,#fff3);border:2px solid #4545457c;border-radius:20px;flex:1;padding:1rem;position:relative}.contactBoxSectionHeader{text-align:center}.contactBoxSectionBody{text-align:left;color:var(--brand-black);align-items:flex-start;gap:1rem;padding:1rem}.contactContentContainer{align-items:flex-start;gap:.5rem;display:flex}.contactContentContainer h2{text-align:left;flex:1;margin:0;line-height:1.4}.contactIcon{color:var(--brand-yellow);flex-shrink:0;width:1.5rem;height:1.5rem;margin-top:.3rem}.contactContentMobile{display:none}@media (width<=768px){.contactContentMobile{display:block}.contactContentDesktop{display:none}.contactContentContainer h2{font-size:clamp(1rem,6vw,1.3rem)}}.site-header{box-sizing:border-box;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:#454545b8;background-image:linear-gradient(#ffffffb8,#fff3);width:100%;padding:1.4rem 2rem}.site-header__inner{box-sizing:border-box;justify-content:space-between;align-items:center;gap:1rem;width:100%;display:flex;position:relative}.brand{font-synthesis:weight;letter-spacing:.38em;white-space:nowrap;align-items:center;gap:.1rem;font-family:Teko,system-ui,sans-serif;font-size:2.8rem;font-weight:900;line-height:1;text-decoration:none;display:inline-flex}.brand-logo{object-fit:contain;width:6rem;height:6rem;margin-right:.15rem;display:block}.brand-mel{color:var(--brand-black)}.brand-tech{color:var(--brand-red)}.site-nav{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.8rem;display:flex}.mobile-nav{display:none}.nav-button{border:1px solid var(--border);color:var(--brand-black);font-synthesis:weight;letter-spacing:.02em;text-transform:uppercase;background:#ffffffa6;border-radius:999px;justify-content:center;align-items:center;padding:.5rem .7rem;font-family:Teko,system-ui,sans-serif;font-size:.8rem;font-weight:900;text-decoration:none;transition:transform .16s,border-color .16s,background-color .16s,color .16s,box-shadow .16s;display:inline-flex}.nav-button:hover{color:var(--brand-red);box-shadow:var(--shadow);border-color:#d61f2659;transform:translateY(-1px)}.nav-button.is-active{background:var(--accent-bg);border-color:var(--accent-border);color:var(--brand-red)}.nav-button--cta{background:var(--brand-black);border-color:var(--brand-black);color:var(--brand-white)}.nav-button--cta:hover{color:var(--brand-white);background:var(--brand-red);border-color:var(--brand-red)}.nav-button--cta.is-active{background:var(--brand-red);border-color:var(--brand-red);color:var(--brand-white)}.development-page{flex:1;place-items:center;padding:3rem 1.25rem 4rem;display:grid}.development-card{box-sizing:border-box;border:1px solid var(--border);width:min(720px,100%);box-shadow:var(--shadow);text-align:center;background:#ffffffad;border-radius:1.5rem;padding:2.5rem 2rem}.development-kicker{color:var(--brand-red);font-synthesis:weight;letter-spacing:.14em;text-transform:uppercase;margin-bottom:.85rem;font-family:Teko,system-ui,sans-serif;font-size:.72rem;font-weight:700}.development-card h1{font-synthesis:weight;letter-spacing:.08em;margin:0 0 .9rem;font-family:Teko,system-ui,sans-serif;font-size:clamp(2rem,4vw,3.25rem);font-weight:700}.development-card p:last-child{max-width:42rem;color:var(--text);margin:0 auto}@media (width<=768px){.site-header{padding:1rem}.site-header__inner{flex-wrap:wrap;align-items:flex-start}.brand{letter-spacing:.08em;font-size:2rem}.brand-logo{width:4rem;height:4rem}.site-nav{justify-content:left;width:100%}.nav-button{padding:.2rem .8rem;font-size:.68rem}.development-card{border-radius:1.25rem;padding:2rem 1.25rem}.hero{min-height:58vh;padding:4rem;line-height:1.7rem}.heroContent h1{text-align:left;font-size:clamp(2.6rem,6vw,5.2rem)}.mobile-nav{border-top:1px solid var(--border);flex-direction:column;order:3;gap:1rem;width:100%;padding:1rem 0 0;display:none}.mobile-nav--open{display:flex}.menu-toggle{background:var(--brand-red);color:#ffcb00;border:1px solid var(--brand-red);border-radius:999px;justify-content:center;align-items:center;margin-left:auto;padding:.85rem 1rem;display:inline-flex!important}.site-nav{display:none}.heroSubheadingMobile{display:flex}.heroSubheadingSite,.expertiseDesktop{display:none}}.menu-toggle,.expertiseMobile{display:none}.redBullet{color:var(--brand-red)}.hero{background-position:50%;background-repeat:no-repeat;background-size:cover;min-height:110vh;position:relative}.expertiseList{flex-direction:column;align-items:center;display:flex}.expertiseList h3{text-align:left;margin:0}@media (width<=768px){.hero{min-height:80vh;line-height:1.7rem}.expertiseMobile{text-align:left;font-family:Teko,system-ui,sans-serif;display:block}.expertiseMobile h3{line-height:.5}.expertiseDesktop{display:none}}@media (width>=769px) and (width<=1023px){.hero{min-height:65vh}.expertiseMobile{display:none}}.hero:before{filter:blur(6px);transform:scale(1.08)}.heroOverlay{background:#ffffffab;position:absolute;inset:0}.heroContent{text-align:center;z-index:2;box-sizing:border-box;width:100%;color:var(--brand-black);letter-spacing:.033em;flex-direction:column;justify-content:center;align-items:center;padding:2rem;font-family:Teko,system-ui,sans-serif;display:inline;position:absolute;inset:0}.heroContent h1{text-align:left;margin-top:2rem;margin-bottom:1rem;font-size:clamp(2.53rem,8vw,5rem)}.heroContent p{letter-spacing:.03em;text-align:center;max-width:700px;font-size:clamp(1rem,2vw,2rem);font-weight:500}.heroBrand{white-space:nowrap}.heroCtas{flex-wrap:wrap;justify-content:flex-end;gap:.85rem;font-family:Teko,system-ui,sans-serif;display:flex;position:absolute;bottom:2rem;right:2rem}.heroCtaButton{letter-spacing:.04em;text-transform:uppercase;border-radius:999px;justify-content:center;align-items:center;padding:.85rem 1.25rem;font-family:Teko,system-ui,sans-serif;font-size:.85rem;font-weight:800;text-decoration:none;transition:transform .16s,box-shadow .16s,background-color .16s,color .16s,border-color .16s;display:inline-flex}.heroCtaButton:hover{box-shadow:var(--shadow);transform:translateY(-1px)}.heroCtaButton--secondary{color:var(--brand-black);background:#ffffffd1;border:1px solid #11111124}.heroCtaButton--secondary:hover{color:var(--brand-red);border-color:#d61f2659}.heroCtaButton--primary{background:var(--brand-red);color:var(--brand-white);border:1px solid var(--brand-red)}.heroCtaButton--primary:hover{background:var(--brand-black);border-color:var(--brand-black);color:var(--brand-white)}.expertiseDesktop{display:none}@media (width>=769px){.expertiseDesktop{display:block}}@media (width<=768px){.heroSubheading{width:min(100%,34rem);margin-top:.9rem}.heroSubheadingLead{letter-spacing:.05em;font-size:1.03em}.heroCtas{gap:.6rem;bottom:1rem;right:1rem}.heroCtaButton{padding:.72rem 1rem;font-size:.72rem}.heroServices{display:block}}.body{box-sizing:border-box;border-bottom:1px solid var(--border);width:100%;padding:1rem;font-family:Teko,system-ui,sans-serif}.whyChooseUs{display:block}.whyChooseUsTitle{color:var(--brand-black)}.whyChooseUsTitle h1{text-align:center;margin-top:2rem;margin-bottom:1rem;font-size:clamp(2.6rem,8vw,5rem);line-height:1}.whyCard{border:solid 2px var(--brand-black);background-color:#454545b8;background-image:linear-gradient(#ffffffb8,#fff3);border-radius:25px;flex-direction:column;justify-content:space-between;min-height:100px;padding:1px 1px 1px 5px;transition:transform .16s,box-shadow .16s,background-color .16s;display:flex;position:relative;overflow:hidden}.whyCard:before{content:"";width:100%;height:6px;position:absolute;inset:0 auto auto 0}.whyCardHeader{justify-content:space-between;align-items:center;gap:1rem;padding:10px;display:flex}.whyCardTitle{text-align:left;min-height:72px;color:var(--brand-black);white-space:pre-line;overflow-wrap:anywhere;flex:1;margin:0;padding-top:5px;padding-bottom:5px;font-family:Teko,system-ui,sans-serif;font-size:2rem;line-height:1.18}.whyCardIcon{flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:1rem;margin-top:.3rem;padding-top:10px;display:flex}.whyCardDescription p{color:var(--brand-black);font-family:Teko,system-ui,sans-serif;font-size:1.5rem}.whyCardContainer{border:2px solid #eae0cf33;border-radius:20px;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;width:90%;margin:0 auto;display:grid}@media (width<=900px){.whyCardcontainer{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.whyCardContainer{grid-template-columns:1fr;gap:7px;padding:1px}.whyCard{min-height:80px}.whyCardTitle{min-height:0}}.whySectionV2Desktop{justify-content:space-between;align-items:center;gap:4rem;width:min(100%,1200px);margin:0 auto;padding:1rem;display:flex}.whyRightSectionDesktop{flex:1;justify-content:center;align-items:center;min-width:0;display:flex}.whyLeftSectionDesktop{flex:1;max-width:480px}.whyLeftSectionDesktop h3{color:var(--brand-black);text-align:left}.whyRightSectionDesktop .swiper{width:min(100%,500px)}.whySectionV2Mobile{display:none}@media (width<=768px){.whySectionV2Desktop{display:none}.whySectionV2Mobile{box-sizing:border-box;flex-direction:column;gap:2rem;width:100%;padding:0 1rem;display:flex}.whyTopSectionMobile{width:100%}.whyTopSectionMobile p{color:var(--brand-black);letter-spacing:.08em;text-align:left;font-size:1rem;font-weight:600}.whyBottomSectionMobile{justify-content:center;align-items:center;width:100%;display:flex}.whyBottomSectionMobile .swiper{width:100%}}.showcase{padding-top:6rem;padding-left:1rem;padding-right:1rem;display:block}.showcaseHeader{display:block}.showcaseTitle h1{color:var(--brand-black)}.showcaseDescription p{color:var(--brand-black);padding-top:1px;font-size:clamp(1rem,6vw,2rem);font-weight:500;display:inline}.featuredProjectsContainer{background-color:#454545b8;background-image:linear-gradient(#ffffffb8,#fff3);border:2px solid #000;border-radius:18px;width:min(100%,550px);margin:0 auto;padding-top:3rem}.swiper-pagination{display:none}.swiper-button-prev,.swiper-button-next{border-radius:50%;width:80px;height:80px;transform:scale(.8);color:var(--brand-red)!important}.swiper-button-prev:after,.swiper-button-next:after{font-size:4rem;font-weight:700}.projectCard{background:#fff0;overflow:hidden}.projectCard img{aspect-ratio:4/3;object-fit:cover;width:100%}.projectCard h3{margin:1rem}.projectCard p{margin:0 1rem 1rem}.contactSection{display:block}.contactSectionHeader{padding:0}.contactSectionHeader h3{text-align:left;color:var(--brand-black);padding:0;font-family:Teko,system-ui,sans-serif;font-size:2rem}.contactSectionHeader p{color:var(--brand-black);text-align:left;letter-spacing:.03em;margin:.4em;font-size:clamp(1rem,6vw,2rem);font-weight:600}.titleContact{color:var(--brand-red)}.contactSectionBody p{color:var(--brand-black);text-align:left;font-size:clamp(1rem,6vw,2.5rem)}.space{padding:.7rem}.contactIcon{color:var(--brand-yellow);width:28px;height:28px}.footerContactButton{align-items:left;margin-left:1rem;display:flex}.footerContainer{text-align:center;width:100%;color:var(--text);padding:10px 0;font-family:Teko,system-ui;font-size:.8em}.footerLinks a{font-weight:700;text-decoration:none}.footerCopyright{margin-top:5px}:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size:44px}.swiper-button-prev,.swiper-button-next{width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;color:var(--swiper-navigation-color,var(--swiper-theme-color));justify-content:center;align-items:center;display:flex;position:absolute}:is(.swiper-button-prev,.swiper-button-next).swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}:is(.swiper-button-prev,.swiper-button-next).swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next){display:none!important}:is(.swiper-button-prev,.swiper-button-next) ::slotted(svg),:is(.swiper-button-prev,.swiper-button-next) svg{object-fit:contain;transform-origin:50%;fill:currentColor;pointer-events:none;width:100%;height:100%}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}.swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset,4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset,4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset,4px);left:auto}:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) ::slotted(.swiper-navigation-icon),:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon{transform:rotate(180deg)}:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) ::slotted(.swiper-navigation-icon),:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0;right:auto}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset,4px);bottom:auto}:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) ::slotted(.swiper-navigation-icon),:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto}:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) ::slotted(.swiper-navigation-icon),:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) .swiper-navigation-icon{transform:rotate(90deg)}.swiper-pagination{text-align:center;z-index:10;transition:opacity .3s;position:absolute;transform:translate(0,0)}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);width:100%;left:0}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);display:inline-block}button.swiper-pagination-bullet{box-shadow:none;appearance:none;border:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translateY(-50%)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{width:8px;top:50%;transform:translateY(-50%)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,top .2s;display:inline-block}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{white-space:nowrap;left:50%;transform:translate(-50%)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));transform-origin:0 0;width:100%;height:100%;position:absolute;top:0;left:0;transform:scale(0)}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:100% 0}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);top:0;left:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size,4px);height:100%;top:0;left:0}.swiper-pagination-lock{display:none}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.quotePage{color:var(--brand-black);padding:2rem;font-family:Teko,system-ui,sans-serif}.quotePageHeader{text-align:left;display:block}.quotePageHeader h1{font-size:clamp(3.5rem,6vw,5rem);line-height:.8}.firstWord{color:var(--brand-black)}.secondWord{color:var(--brand-red)}.quotePageBody{display:block}.quoteContentDesktop{justify-content:space-between;align-items:center;gap:4rem;width:min(100%,1200px);margin:0 auto;padding:1rem;display:flex}.leftSectionQuote{flex:1;max-width:480px}.leftSectionBody{text-align:left;padding-left:4rem}.rightSectionQuote{background-color:#454545b8;background-image:linear-gradient(#ffffffb8,#fff3);border:2px solid #000;border-radius:25px;flex:1;justify-content:center;align-items:center;min-width:0;padding:1rem;display:flex}.quoteContentMobile{display:none}@media (width<=768px){.quoteContentDesktop{display:none}.quoteContentMobile{display:block}.topSection{text-align:center;display:block}.bottomSection{background-color:#454545b8;background-image:linear-gradient(#ffffffb8,#fff3);border:2px solid #000;border-radius:25px;justify-content:center;align-items:center;padding:1rem;display:block}}form{flex-direction:column;gap:2rem;display:flex}.formGroup{flex-direction:column;gap:1rem;display:inline}.formGroup label{color:var(--brand-black);font-size:1.5rem;font-weight:600}.formGroup input,.formGroup textarea{box-sizing:border-box;border:2px solid #45454540;border-radius:12px;width:100%;padding:.9rem 1rem;font-family:inherit;font-size:1rem;transition:all .2s}.formGroup input:focus,.formGroup textarea:focus{border-color:var(--brand-red);outline:none;box-shadow:0 0 0 4px #b414141f}.formGroup textarea{resize:vertical;min-height:160px}.quoteButton{background:var(--brand-red);color:#fff;cursor:pointer;border:none;border-radius:12px;margin-top:.5rem;padding:1rem;font-size:1rem;font-weight:600;transition:all .2s}.quoteButton:hover{background:var(--brand-black);border-color:var(--brand-black);color:var(--brand-white);transform:translateY(-2px)}.successMessage{color:#24ff4c;margin-top:1rem;font-weight:500}.errorMessage{color:#fe1c1c;margin-top:1rem;font-weight:500}.formGroup input[type=file]{width:100%;font:inherit;cursor:pointer;background-color:#fff;border:1px solid #45454540;border-radius:8px;padding:1rem}.formGroup small{color:#2b2929;margin-top:.5rem;font-size:.875rem;display:block}.servicesSectionSpace{padding:3rem}.servicePage{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.servicesHeader{color:var(--brand-black);margin:1rem;font-family:Teko,system-ui,sans-serif;display:block}.servicesHeader h1{text-align:center;margin-bottom:2rem;font-size:clamp(3.5rem,6vw,5rem)}.servicesHeader h2{text-align:center;margin-bottom:1rem;font-size:clamp(1rem,6vw,2rem)}.servicesHeader h3{text-align:left;letter-spacing:normal;margin:1rem;font-size:clamp(1.2rem,6vw,2.5rem);font-weight:500}.serviceCategoryCard{border:solid 2px var(--brand-black);background:#454545b8 linear-gradient(#ffffffb8,#fff3);border-radius:12px;flex-direction:column;width:100%;max-width:420px;min-height:360px;display:flex;overflow:hidden}.serviceCategoryCardHeader{border-bottom:2px solid #454545b8;flex:0 0 6%;justify-content:center;align-items:center;padding:1.2rem;display:flex}.serviceCategoryCardHeader h3{letter-spacing:.05em;text-align:center;color:var(--brand-black);margin:0;font-family:Teko,system-ui,sans-serif;font-size:2rem}.serviceCategoryCardBody{flex:1;padding:1.5rem}.serviceCategoryCardBody ul{margin:0;padding-left:1.25rem}.serviceCategoryCardBody li{color:var(--brand-black);text-align:left;margin-bottom:.5rem;font-family:Teko,system-ui,sans-serif;font-size:1rem;line-height:1.6}li::marker{color:var(--brand-yellow)}.serviceCategoryCardBody li:last-child{margin-bottom:0}.servicesBody{display:block}.servicesSection{padding:2rem}.servicesSectionDesktop{grid-template-columns:repeat(4,1fr);gap:.5rem;width:min(100%,950px);margin:0 auto;padding:3rem 2rem;display:grid}.servicesSectionDesktop .serviceCategoryCard{width:100%}.servicesSectionMobile,.servicesSectionIpad{display:none}.servicesSectionCTA{align-items:center}.servicesSectionCTA p i{font-family:Teko,system-ui,sans-serif}.subfolioCarousel{width:100%;max-width:260px;overflow:hidden}.subfolioCarousel .swiper{border-radius:12px;width:100%}.subfolioCarousel .swiper-slide{justify-content:center;align-items:center;display:flex}.subfolioCard{background:#fff;border-radius:12px;width:100%;overflow:hidden;box-shadow:0 4px 16px #00000014}.subfolioCard h3{font-size:clamp(.5rem,6vw,1rem)}.subfolioImage{object-fit:cover;width:100%;height:200px;display:block}.subfolioImageTitle{letter-spacing:.05em;text-align:center;color:var(--brand-black);border-top:1px solid #45454526;margin:0;padding:1rem;font-family:Teko,system-ui,sans-serif;font-size:1.5rem}.subfolioCarousel .swiper-button-prev,.subfolioCarousel .swiper-button-next{color:var(--brand-red);transform:scale(.75)}.subfolioCarousel .swiper-pagination-bullet{opacity:1;background:#00000059}.subfolioCarousel .swiper-pagination-bullet-active{background:var(--brand-red)}.portfolioSectionDesktop{grid-template-columns:repeat(4,1fr);gap:2rem;margin:0 auto;padding:3rem 2rem;display:grid}.portfolioSectionMobile,.portfolioSectionIpad{display:none}@media (width>=769px) and (width<=1023px){.servicesSectionDesktop,.servicesSectionMobile{display:none}.servicesSectionIpad{grid-template-columns:repeat(2,1fr);gap:1.5rem;width:min(100%,700px);margin:0 auto;padding:2rem;display:grid}.servicesSectionIpadCTA{align-items:center}.servicesSectionIpad .serviceCategoryCard{width:100%}.portfolioSectionDesktop,.portfolioSectionMobile{display:none}.portfolioSectionIpad{grid-template-columns:repeat(3,1fr);gap:1rem;margin:0 auto;padding:3rem 2rem;display:grid}.subfolioCarousel{padding:1.5rem 0}.subfolioImage{height:240px}.subfolioImageTitle{padding:.8rem;font-size:1.5rem}.subfolioCarousel .swiper-button-prev,.subfolioCarousel .swiper-button-next{display:none}}@media (width<=768px){.servicesSectionDesktop,.servicesSectionCTA,.servicesSectionIpad{display:none}.servicesSectionMobile{width:100%;padding:1rem 0;display:block}.servicesSectionMobile p i{color:#6e6868f3;font-family:Teko,system-ui,sans-serif}.servicesSectionMobile .swiper{width:100%}.servicesSectionMobile .swiper-slide{justify-content:center;display:flex}.servicesSectionMobile .serviceCategoryCard{width:min(100%,300px)}.portfolioSectionMobile{flex-direction:column;gap:1rem;display:flex}.portfolioSectionDesktop,.portfolioSectionIpad{display:none}.subFolio{align-items:center}.subfolioCarousel{padding:0 0 2rem}.subfolioImage{height:240px}.subfolioImageTitle{padding:.8rem;font-size:1.3rem}}.portfolioSection{padding:1rem 3rem}.subFolio{border:2px solid var(--brand-black);background:#454545b8 linear-gradient(#ffffffb8,#fff3);border-radius:25px;flex-direction:column;align-items:center;width:100%;min-width:0;display:flex}.subFolio h2{text-align:center;color:var(--brand-black);margin-bottom:1rem;font-family:Teko,system-ui,sans-serif;font-size:clamp(1rem,6vw,1rem)}.products{color:var(--brand-black);margin:1rem;font-family:Teko,system-ui,sans-serif;display:block}.productsHeader h1{text-align:center;margin-bottom:2rem;font-size:clamp(3.5rem,6vw,5rem)}@media (width<=768px){.productsHeader h1{text-align:center;margin:0;line-height:1}h2{margin:0}}.productsContainer{border:2px solid var(--brand-black);background-color:#454545b8;background-image:linear-gradient(#ffffffb8,#fff3);border-radius:25px;padding:2rem}.productCardContainer{background-color:#454545b8;background-image:linear-gradient(#ffffffb8,#fff3);align-items:center;width:min(100%,550px);margin:0 auto}.aboutPage{color:var(--brand-black);align-items:center;padding:2rem;font-family:Teko,system-ui,sans-serif}.aboutHeader{display:block}.aboutHeader h1{text-align:left;margin-bottom:2rem;font-size:clamp(3.5rem,6vw,5rem)}.titleFirstWord{color:var(--brand-black)}.titleSecondWord{color:var(--brand-red)}.aboutHeader h2{text-align:center;margin-bottom:1rem;font-size:clamp(1rem,6vw,2rem)}.heroBackground{align-items:center;padding:2rem}.heroContainer{object-fit:contain;background-position:50%;background-repeat:no-repeat;background-size:cover;border:1px solid #000;border-radius:20px;width:60%;min-height:50vh;margin:0 auto;position:relative}.heroContainerOverlay{background:#ffffff80;border-radius:20px;position:absolute;inset:0}.heroContent h1{text-align:center;color:var(--brand-black)}.heroContent p{margin:0 auto;font-size:clamp(.9rem,6vw,2.4rem);line-height:.8}.logoContainer{justify-content:center;align-items:center;display:flex}.logoContainer img{object-fit:contain;width:100px;height:100px}.aboutMeltech{padding:2rem}.aboutTitle h2{color:var(--brand-black);text-align:left}.aboutTitleDescription p{text-align:left;letter-spacing:.04em;font-size:clamp(.5rem,6vw,1rem)}@media (width<=768px){.heroContainer{width:100%;min-height:38vh}.heroContent h1{margin-top:0}}@media (width>=769px) and (width<=1023px){.heroContainer{width:100%;min-height:35vh}}.desktopIntroduction{justify-content:space-between;align-items:center;gap:4rem;width:min(100%,1200px);margin:0 auto;padding:1rem;display:flex}.desktopIntroduction .left{flex:1;justify-content:center;align-items:center;min-width:0;display:flex}.desktopIntroduction .right{flex:1;max-width:480px}.desktopIntroduction .right p{color:var(--brand-black);letter-spacing:.08em;text-align:left;font-size:1rem;font-weight:600}.desktopIntroduction .left .swiper{width:min(100%,500px)}.introCard{border:solid 1px var(--brand-black);background-color:#454545b8;background-image:linear-gradient(#ffffffb8,#fff3);border-radius:20px;flex-direction:column;justify-content:space-between;min-height:100px;padding:1px 1px 1px 5px;transition:transform .16s,box-shadow .16s,background-color .16s;display:flex;position:relative;overflow:hidden}.mobileIntroduction{display:none}@media (width<=768px){.desktopIntroduction{display:none}.mobileIntroduction{display:block}}.privacyPage{color:var(--brand-black);align-items:center;padding:1rem;font-family:Teko,system-ui,sans-serif}.privacyPageHeader{display:block}.privacyPageHeader h1{text-align:left;margin-bottom:2rem;font-size:clamp(3.5rem,6vw,5rem)}.privacyPageBody{padding:2rem}.privacyPageBody h2{text-align:left;line-height:1}.privacyPageBody p{text-align:left}.termsPage{color:var(--brand-black);align-items:center;padding:1rem;font-family:Teko,system-ui,sans-serif}.termsPageHeader{display:block}.termsPageHeader h1{text-align:left;margin-bottom:2rem;font-size:clamp(3.5rem,6vw,5rem);line-height:.8}.underline{-webkit-text-decoration:underline 5px var(--brand-red);text-decoration:underline 5px var(--brand-red)}.termsPageBody{padding:2rem}.termsPageBody h2{text-align:left;line-height:1}.termsPageBody p{text-align:left}
