*{box-sizing:border-box;padding:0%;margin:0%;text-decoration:none;list-style:none}@font-face{font-family:Satoshi;src:url(/fonts/Satoshi-Regular.otf) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:Satoshi;src:url(/fonts/Satoshi-Italic.otf) format("opentype");font-weight:400;font-style:italic}@font-face{font-family:Satoshi;src:url(/fonts/Satoshi-Light.otf) format("opentype");font-weight:300;font-style:normal}@font-face{font-family:Satoshi;src:url(/fonts/Satoshi-LightItalic.otf) format("opentype");font-weight:300;font-style:italic}@font-face{font-family:Satoshi;src:url(/fonts/Satoshi-Medium.otf) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:Satoshi;src:url(/fonts/Satoshi-MediumItalic.otf) format("opentype");font-weight:500;font-style:italic}@font-face{font-family:Satoshi;src:url(/fonts/Satoshi-Bold.otf) format("opentype");font-weight:700;font-style:normal}@font-face{font-family:Satoshi;src:url(/fonts/Satoshi-BoldItalic.otf) format("opentype");font-weight:700;font-style:italic}@font-face{font-family:Satoshi;src:url(/fonts/Satoshi-Black.otf) format("opentype");font-weight:900;font-style:normal}@font-face{font-family:Satoshi;src:url(/fonts/Satoshi-BlackItalic.otf) format("opentype");font-weight:900;font-style:italic}html{scroll-behavior:smooth}:root{--bg: #fff;--text: #000;--primary: #374151}body{font-family:Satoshi,sans-serif;background-color:var(--bg)}.container{width:100%;min-height:100vh;font-size:10px;background-color:var(--bg)}.container nav{width:100%;height:auto;display:flex;align-items:center;justify-content:space-between;padding:2em 6em}.container nav .first_Sec{display:flex;align-items:center;gap:8em}.container nav .first_Sec .logo img{object-fit:contain;width:150px}.container nav .first_Sec ul{display:flex;align-items:center;gap:3em}.container nav .first_Sec ul li a{color:var(--text);font-size:1.6em;font-weight:600}.container nav .first_Sec ul li a:hover{color:var(--primary)}.container nav .second_Sec{display:flex;align-items:center;gap:2em}.container nav .second_Sec li a{padding:1em 2em;font-size:1.4em;font-weight:500;color:var(--bg);background:var(--text);border-radius:3px}.container nav .first_Sec ul li.dropdown{position:relative}.container nav .first_Sec ul li.dropdown .dropdown-toggle{display:flex;align-items:center;gap:.5em}.container nav .first_Sec ul li.dropdown .dropdown-arrow{font-size:.8em;transition:transform .3s ease}.container nav .first_Sec ul li.dropdown:hover .dropdown-arrow{transform:rotate(180deg)}.container nav .first_Sec ul li.dropdown .dropdown-menu{position:absolute;top:100%;left:0;background:var(--bg);border:1px solid var(--text);border-radius:5px;box-shadow:0 4px 8px #0000001a;min-width:200px;z-index:1000;flex-direction:column;gap:0}.container nav .first_Sec ul li.dropdown .dropdown-menu li{width:100%}.container nav .first_Sec ul li.dropdown .dropdown-menu li a{display:block;padding:.8em 1.5em;font-size:1.4em;font-weight:500;color:var(--text);transition:all .3s ease;border-radius:0}.container nav .first_Sec ul li.dropdown .dropdown-menu li a:hover{background:var(--text);color:var(--bg)}.mobile-menu-toggle{display:none;background:none;border:none;color:var(--text);font-size:2.4em;cursor:pointer;padding:.5em;border-radius:5px;transition:background-color .3s ease;position:relative;z-index:1002}.mobile-menu-toggle:hover{background-color:#0000001a}.mobile-nav{display:none;position:fixed;top:0;right:-100%;width:280px;height:100vh;background:var(--bg);border-left:1px solid var(--text);box-shadow:-2px 0 10px #0000001a;transition:right .3s ease;z-index:1001;overflow-y:auto}.mobile-nav.open{right:0}.mobile-nav-list{padding:8em 0 2em;display:flex;flex-direction:column}.mobile-nav-list li{border-bottom:1px solid rgba(0,0,0,.1)}.mobile-nav-list li a{display:block;padding:1.5em 2em;color:var(--text);font-size:1.6em;font-weight:600;text-decoration:none;transition:all .3s ease}.mobile-nav-list li a:hover{background:var(--text);color:var(--bg)}.mobile-dropdown-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.5em 2em;background:none;border:none;color:var(--text);font-size:1.6em;font-weight:600;text-align:left;cursor:pointer;transition:all .3s ease}.mobile-dropdown-toggle:hover{background:var(--text);color:var(--bg)}.mobile-dropdown-toggle .dropdown-arrow{font-size:1em;transition:transform .3s ease}.mobile-dropdown-toggle .dropdown-arrow.rotated{transform:rotate(180deg)}.mobile-dropdown-menu{background:#0000000d;border-top:1px solid rgba(0,0,0,.1)}.mobile-dropdown-menu li a{padding:1.2em 3em;font-size:1.4em;font-weight:500;color:var(--text)}.mobile-dropdown-menu li a:hover{background:var(--text);color:var(--bg)}.mobile-contact a{background:var(--text)!important;color:var(--bg)!important;margin:1em 2em;border-radius:5px;text-align:center}.mobile-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1000}.container .getInTouch{width:100%;min-height:40vh;padding:2em 6em;text-align:center}.container .getInTouch h1{text-align:center;font-size:6em;font-weight:600;margin-bottom:.2em}.container .getInTouch p{text-align:center;font-size:1.6em;font-weight:400}.container .getInTouch .contactCont{display:flex;align-items:center;justify-content:center;gap:2em;margin-top:3em}.container .getInTouch .contactCont .btn{font-size:2em;color:var(--bg);display:flex;align-items:center;justify-content:center;height:50px;padding:0 2em;background:var(--text);border:none;outline:none;border-radius:3px}.container .getInTouch .contactCont .icon{font-size:2em;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:var(--bg);background:var(--text)}.container .getInTouch .contactCont a.call{font-size:2em;font-weight:500;color:var(--text);transition:.5s ease-in-out}.container .getInTouch .contactCont a.call:hover{text-decoration:dotted;color:var(--primary)}.container .getInTouch .download{display:inline-flex;align-items:center;justify-content:center;gap:.5em;padding:1.2em 3em;font-size:1.4em;font-weight:500;color:var(--text);box-shadow:#11111a1a 0 4px 16px,#11111a0d 0 8px 32px;border-radius:4px;cursor:pointer;width:auto;max-width:max-content;margin-top:2em;transition:.5s ease-in-out}.container .getInTouch .download:hover{color:var(--bg);background:var(--text)}.container .getInTouch .download .icon{font-size:1.8em}.footer{background-color:var(--text);color:var(--bg)}.container footer{width:100%;height:auto;display:flex;align-items:flex-start;justify-content:space-between;padding:10em 6em 2em}.container footer .first_Sec{width:20%;display:flex;flex-direction:column;align-items:flex-start;gap:1em}.container footer .first_Sec.mobile{display:none}.container footer .first_Sec .logo img{object-fit:contain;width:150px}.container footer .first_Sec P{font-size:1.2em;font-weight:400}.container footer ul{display:flex;align-items:flex-start;flex-direction:column;gap:1.4em}.container footer ul li a{font-size:1.4em;font-weight:500;color:var(--bg);border-radius:3px}.container footer ul li a:hover{color:var(--primary);text-decoration:underline}.container footer ul:nth-child(3){margin-top:auto}.container footer ul:nth-child(3) li a{text-decoration:underline}.container footer ul p{font-size:1.4em;font-weight:600;color:var(--bg);border-radius:3px}.text_content{width:700px;min-height:100vh;margin:1em auto}.text_content h4{text-align:left;font-size:2.6em;font-weight:500;margin:.5em 0}.text_content p{font-size:1.6em;font-weight:300;margin-bottom:2em;line-height:130%}.text_content ul li{font-size:1.6em;font-weight:300;margin-bottom:2em;line-height:130%;list-style:inside}.text_content ul li.anchor{list-style:none}.text_content ul li.anchor a{display:inline-flex;align-items:center;justify-content:center;gap:.5em;padding:1em 3em;font-weight:500;color:var(--text);box-shadow:#11111a1a 0 4px 16px,#11111a0d 0 8px 32px;border-radius:4px;transition:.5s ease-in-out;cursor:pointer;width:auto;max-width:max-content;margin-top:1em}.text_content ul li.anchor a:hover{color:var(--bg);background:var(--text)}.text_content ul li.anchor a .icon{font-size:1.4em}@media (max-width: 1024px){.container nav{padding:2em 4em}nav .first_Sec{gap:4em}}@media (max-width: 768px){.container nav{padding:1.5em 2em}nav .first_Sec{width:100%;justify-content:space-between}nav .first_Sec{width:100%}.container nav .first_Sec .logo img{width:100px}nav .desktop-nav,nav .desktop-contact{display:none!important}.mobile-menu-toggle,.mobile-nav,.mobile-overlay{display:block}.container .getInTouch{padding:2em}.container .getInTouch h1{font-size:4em}.container .getInTouch p{font-size:1.4em;font-weight:300}.container .getInTouch .contactCont{gap:.5em;margin-top:3em}.container .getInTouch .contactCont .btn{font-size:1.6em;color:var(--bg);display:flex;align-items:center;justify-content:center;height:auto;padding:0;background:var(--text);border:none;outline:none;border-radius:3px}.container .getInTouch .contactCont .icon{font-size:1.2em;width:25px;height:25px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:var(--bg);background:var(--text)}.container .getInTouch .contactCont a.call.first{margin-right:1em}.container .getInTouch .contactCont a.call{font-size:1em}.container .getInTouch .contactCont a.call:hover{text-decoration:dotted;color:var(--primary)}.container footer{width:100%;height:auto;display:flex;align-items:flex-start;justify-content:space-between;padding:4em 2em 2em;flex-direction:column}.container footer ul{flex-direction:row;flex-wrap:wrap;gap:2em;justify-content:center;margin:0 auto}.container footer ul:nth-child(3){margin-top:1em}.container footer ul:nth-child(3) .copyTxt{display:none}.container footer ul li a{font-size:1.5em}.container footer .first_Sec{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1em}.container footer .first_Sec.mobile{display:flex;margin-top:1em;justify-content:space-between}.container footer .first_Sec.desktop{display:none}.container footer .first_Sec .logo img{object-fit:contain;width:100px}.container footer .first_Sec P{font-size:1em;font-weight:400}.text_content{width:100%;min-height:100vh;margin:1em auto;padding:0 1.8em}.text_content h4{font-size:2em}.text_content p,.text_content ul li{font-size:1.4em}}@media (max-width: 480px){.container nav{padding:1em 1.5em}.container nav .first_Sec .logo img{width:100px}.mobile-nav{width:100%;right:-100%}.mobile-nav-list{padding-top:6em}.mobile-nav-list li a,.mobile-dropdown-toggle{font-size:1.4em}.mobile-dropdown-menu li a{font-size:1.2em;padding:1em 2.5em}}@media (prefers-reduced-motion: no-preference){.mobile-nav,.mobile-overlay{transition:all .3s ease}.mobile-nav-list li a,.mobile-dropdown-toggle{transition:all .2s ease}}.home header{width:100%;height:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2em 6em}.home header .txt{width:700px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2em;text-align:center}.home header .txt h1{font-size:8em;font-weight:600}.home header .txt p{font-size:1.8em;font-weight:400}.home header .txt a{padding:1em 3em;font-size:1.4em;font-weight:500;color:var(--text);box-shadow:#11111a1a 0 4px 16px,#11111a0d 0 8px 32px;border-radius:4px;margin-top:2em;transition:.5s ease-in-out;cursor:pointer}.home header .txt a:hover{color:var(--bg);background:var(--text)}.home section{width:100%;height:auto;padding:6em;min-height:50vh}.home .aboutUs{padding-bottom:4em}.home .aboutUs .vidSec{width:70%;height:auto;padding:2em;margin:1em auto;border-radius:10px;box-shadow:#11111a1a 0 4px 16px,#11111a0d 0 8px 32px}.home .aboutUs .vidSec video{width:100%;height:100%;object-fit:contain;border-radius:10px;box-shadow:#11111a1a 0 4px 16px,#11111a0d 0 8px 32px}.home .aboutUs p{width:70%;font-size:1.8em;font-weight:400;margin:2em auto auto;text-align:center}.home .services{min-height:100vh}.home .services h1{text-align:center;font-size:6em;font-weight:600;margin-bottom:1em}.home .services .rows{width:100%;height:auto;display:flex;align-items:center;justify-content:center;margin:4em auto;padding:2em;cursor:col-resize}.home .services .rows .box{flex-shrink:0;width:80%;height:auto;display:flex;flex-direction:column;margin:0 .5em}.home .services .rows img{object-fit:cover;width:100%;height:400px;border-radius:5px;margin-bottom:2em}.home .services .rows .txt h2{font-size:4em;font-weight:500}.home .services .rows .txt h2:first-child{font-size:5em;font-weight:600}.home .services .rows .txt p{font-size:2em;font-weight:400;margin-top:.4em;width:80%;margin-bottom:2em}.home .services .rows .txt a{display:inline-flex;align-items:center;justify-content:center;gap:.5em;padding:1em 3em;font-size:1.4em;font-weight:500;color:var(--text);box-shadow:#11111a1a 0 4px 16px,#11111a0d 0 8px 32px;border-radius:4px;transition:.5s ease-in-out;cursor:pointer;width:auto;max-width:max-content}.home .services .rows .txt a:hover{color:var(--bg);background:var(--text)}.home .services .rows .txt a .icon{font-size:1.4em}.home .proccess{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center}.home .proccess .child{width:70%;min-height:600px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;border-radius:50px;color:var(--text);box-shadow:#32325d40 0 50px 100px -20px,#0000004d 0 30px 60px -30px;padding:4em 6em}.home .proccess li{color:var(--bg);font-size:16px;border:.3em solid var(--text);width:12em;height:3em;text-transform:uppercase;font-weight:700;font-family:sans-serif;letter-spacing:.1em;text-align:center;line-height:2.5em;position:relative;overflow:hidden;z-index:1;transition:.5s;margin:1em;border-radius:50px}.home .proccess li span{position:absolute;width:25%;height:100%;background-color:var(--text);transform:translateY(150%);border-radius:50%;left:calc((var(--n) - 1) * 25%);transition:.5s;transition-delay:calc((var(--n) - 1) * .1s);z-index:-1}.home .proccess .child li.active span{transform:translateY(0) scale(2)}.home .proccess .child li span:nth-child(1){--n: 1}.home .proccess .child li span:nth-child(2){--n: 2}.home .proccess .child li span:nth-child(3){--n: 3}.home .proccess .child li span:nth-child(4){--n: 4}.home .proccess .child .child.active h2{opacity:1;transform:scaleX(1)}.home .proccess .child h1{font-size:8em;letter-spacing:-2px;color:var(--text);font-weight:600;margin-top:.3em}.home .proccess .child h2{font-size:1.6em;color:var(--text);letter-spacing:3px;font-weight:300;opacity:.8;text-transform:uppercase;margin-top:1.6em}.home .proccess .child .boxes{width:100%;height:auto;display:flex;justify-content:space-between;margin-top:4em;gap:1em}.home .proccess .child .boxes .box{width:25%;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1em;padding:2em 1em;box-shadow:#0000000d 0 0 0 1px;border-radius:3px}.home .proccess .child .boxes .box img{object-fit:contain;height:40px;filter:grayscale(100%)}.home .proccess .child .boxes .box h3{font-size:2em;letter-spacing:-1px;color:var(--text);font-weight:600;margin-top:.3em;text-align:center}.home .proccess .child p{font-size:1.4em;color:var(--text);font-weight:300;opacity:.8;text-align:center}.home .how{min-height:100vh}.home .how h1{text-align:center;font-size:6em;font-weight:600}.home .how h2{text-align:center;font-size:1.2em;font-weight:500;width:700px;margin:auto auto 1em}.home .how .txt{width:700px;min-height:100vh;margin:1em auto}.home .how .txt h3{text-align:left;font-size:2em;font-weight:500;margin-bottom:.2em}.home .how .txt h4{text-align:left;font-size:1.8em;font-weight:500;margin-bottom:.2em}.home .how .txt p{font-size:1.6em;font-weight:300;margin-bottom:2em;line-height:130%}.home .how .txt ul li{font-size:1.6em;font-weight:300;margin-bottom:2em;line-height:130%;list-style:inside}.home .how .txt ul li.anchor{list-style:none}.home .how .txt ul li.anchor a{color:var(--text);font-weight:600;text-decoration:underline}.home .clients{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2em;padding:4em 6em}.home .clients h1{text-align:center;font-size:6em;font-weight:600;margin-bottom:1em}.home .clients .rows{width:100%;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1em}.home .clients .rows .box{object-fit:contain;width:15%;height:150px;padding:0 2em;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:5px}.home .clients .rows .box img{object-fit:contain;width:100%}@media (max-width: 768px){.home header{width:100%;padding:6em 2em 2em}.home header .txt{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2em;text-align:center}.home header .txt h1{font-size:3.4em}.home header .txt p{font-size:1.2em}.home section{width:100%;height:auto;padding:4em 1.5em}.home .aboutUs{min-height:30vh;padding-bottom:2em}.home .aboutUs .vidSec{width:100%;padding:1.5em}.home .aboutUs .vidSec video{width:100%;height:100%;object-fit:contain;border-radius:10px;box-shadow:#11111a1a 0 4px 16px,#11111a0d 0 8px 32px}.home .aboutUs p{width:100%;font-size:1.2em}.home .services{min-height:100vh}.home .services h1{text-align:center;font-size:3em;margin-bottom:1em}.home .services .rows{width:100%;margin:4em auto;padding:2em 1em}.home .services .rows .box{width:100%;margin:0 .5em}.home .services .rows img{width:100%;border-radius:5px;margin-bottom:2em}.home .services .rows .txt h2{font-size:2.4em}.home .services .rows .txt h2:first-child{font-size:3em}.home .services .rows .txt p{font-size:1.4em;width:85%}.home .proccess{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center}.home .proccess .child{width:100%;border-radius:0;padding:4em 2em;flex-direction:column;box-shadow:none}.home .proccess li{font-size:12px}.home .proccess .child h1{font-size:3em;letter-spacing:0px}.home .proccess .child h2{font-size:.8em;color:var(--text)}.home .proccess .child .boxes{width:100%;height:auto;display:flex;justify-content:space-between;margin-top:4em;flex-direction:column;gap:2em}.home .proccess .child .boxes .box{width:100%;height:auto}.home .how{min-height:100vh}.home .how h1{font-size:4em}.home .how h2{font-size:1.2em;width:100%}.home .how .txt{width:100%}.home .how .txt h3{text-align:left;font-size:1.6em;font-weight:500;margin-top:1em;margin-bottom:1em}.home .how .txt h4{font-size:1.6em;margin-bottom:.7em}.home .how .txt p{font-size:1.4em;margin-bottom:.7em}.home .how .txt ul li{font-size:1.4em;margin-bottom:.5em}.home .how .txt ul li.anchor{list-style:none}.home .how .txt ul li.anchor a{color:var(--text);font-weight:600;text-decoration:underline}.home .clients{padding:4em 2em}.home .clients h1{text-align:center;font-size:6em;font-weight:600;margin-bottom:1em}.home .clients .rows .box{width:150px;height:100px;padding:0 2em}.home .clients .rows .box.dark img{filter:drop-shadow(0 0 1px rgba(0,0,0,.4))}.home .clients .rows .box img{height:inherit}}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.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{transform:translateZ(0);backface-visibility:hidden}.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{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.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-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.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{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.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)}}.webdesign header{width:100%;height:calc(100vh - 14em);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 6em}.webdesign header .txt{width:700px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2em;text-align:center}.webdesign header .txt h1{font-size:8em;font-weight:600}.webdesign header .txt p{font-size:1.8em;font-weight:400}.webdesign header .txt a{display:inline-flex;align-items:center;justify-content:center;gap:.5em;padding:1em 3em;font-size:1.4em;font-weight:500;color:var(--text);box-shadow:#11111a1a 0 4px 16px,#11111a0d 0 8px 32px;border-radius:4px;transition:.5s ease-in-out;width:auto;max-width:max-content;margin-top:2em}.webdesign header .txt a:hover{color:var(--bg);background:var(--text)}.webdesign .hero{position:relative;display:flex;align-items:center;min-height:100vh;padding:2rem}.hero_content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:center;width:100%;min-height:80vh}.hero_text{padding:4rem;position:relative;z-index:2}.hero_text h1{font-size:4rem;font-weight:800;margin-bottom:2rem;color:#1a202c;line-height:1.1}.hero_text p{font-size:1.2rem;line-height:1.8;margin-bottom:1.5rem;color:#2d3748}.hero.clean-layout .hero_content{gap:4rem}.hero.shadow-separator .hero_text{position:relative}.hero.shadow-separator .hero_text:after{content:"";position:absolute;top:50%;right:-2rem;transform:translateY(-50%);width:4px;height:80%;background:linear-gradient(to bottom,transparent 0%,#e2e8f0 20%,#e2e8f0 80%,transparent 100%);box-shadow:2px 0 10px #0000001a}.hero.full-width-image .hero_content{min-height:100vh;border-radius:0;box-shadow:none}@media (max-width: 1024px){.hero_content{grid-template-columns:1fr;gap:0;min-height:auto}.hero_text{padding:3rem 2rem;order:2;text-align:center}.hero_image{order:1;min-height:50vh}.hero_image:before{top:-2px;left:0;width:100%;height:4px;background:linear-gradient(90deg,transparent 0%,#667eea 20%,#764ba2 50%,#667eea 80%,transparent 100%)}.hero.shadow-separator .hero_text:after{display:none}}@media (max-width: 768px){.webdesign .hero{min-height:auto;padding:1rem}.hero_text{padding:2rem 1rem}.hero_text h1{font-size:2.5rem}.hero_text p{font-size:1.1rem}.hero_image{min-height:40vh}}@media (max-width: 480px){.hero_text h1{font-size:2rem}.hero_text p{font-size:1rem}.hero_image{min-height:30vh}}.content-grid-section{color:#fff;padding:4rem 2%;font-family:Poppins,sans-serif;max-width:100%;width:100%;margin:0 auto}.text_content{display:flex;flex-direction:column;gap:3rem;max-width:100%;width:100%}.first-row-wrapper{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;align-items:start;width:100%;max-width:100%}.what-we-deliver-section,.results-section,.our-process-section,.cta-section{background-color:#111;padding:2.5rem;border-radius:12px;box-shadow:0 4px 20px #ffffff0d;transition:transform .3s ease,box-shadow .3s ease;width:100%}.what-we-deliver-section:hover,.results-section:hover,.our-process-section:hover,.cta-section:hover{transform:translateY(-5px);box-shadow:0 8px 25px #ffffff1a}.text_content h4{font-size:1.8rem;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:1px;color:#fff;border-left:4px solid #fff;padding-left:15px}.deliver-content,.results-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.deliver-list,.results-list{list-style:none;padding:0;margin:0}.deliver-list li,.results-list li{color:#ccc;line-height:1.7;margin-bottom:1.2rem;border-left:3px solid #444;padding-left:15px;transition:color .3s ease,border-color .3s ease;font-size:1.05rem}.deliver-list li:hover,.results-list li:hover{color:#fff;border-left-color:#fff}.our-process-section{width:100%}.process-steps-rows{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.process-step-row{background-color:#1a1a1a;padding:2rem;border-radius:12px;display:flex;align-items:flex-start;gap:1.2rem;transition:background .3s ease,transform .3s ease;min-height:140px}.process-step-row:hover{background-color:#222;transform:translateY(-5px)}.step-icon-row{font-size:2rem;flex-shrink:0;margin-top:.2rem}.step-content-row{flex:1}.step-content-row strong{color:#fff;font-size:1.2rem;display:block;margin-bottom:.8rem;line-height:1.4}.step-desc{color:#ccc;font-size:1rem;line-height:1.6;margin:0}.cta-section{text-align:center;padding:4rem 2.5rem}.cta-section h4{font-size:2.2rem;margin-bottom:2.5rem;text-transform:uppercase;letter-spacing:2px;border:none;padding-left:0;text-align:center}.cta-section h4:before{display:none}.anchor{list-style:none;padding:0;margin:0}.anchor a{display:inline-flex;align-items:center;justify-content:center;background-color:#fff;color:#000;font-weight:700;text-decoration:none;padding:1.2rem 3rem;border-radius:50px;transition:all .3s ease;font-size:1.2rem;border:2px solid transparent}.anchor a:hover{background-color:transparent;color:#fff;border:2px solid #fff;transform:translateY(-3px)}.icon{margin-left:12px;font-size:1.6rem;transition:transform .3s ease}.anchor a:hover .icon{transform:translate(8px)}@media (max-width: 1400px){.content-grid-section{padding:4rem 3%}}@media (max-width: 1200px){.process-steps-rows{grid-template-columns:repeat(2,1fr)}}@media (max-width: 1024px){.first-row-wrapper{gap:2rem}.deliver-content,.results-content{grid-template-columns:1fr;gap:1.5rem}.process-steps-rows{grid-template-columns:1fr}.content-grid-section{padding:4rem 2%}}@media (max-width: 768px){.content-grid-section{padding:3rem 1%}.first-row-wrapper{grid-template-columns:1fr;gap:2rem}.what-we-deliver-section,.results-section,.our-process-section,.cta-section{padding:2rem}.text_content h4{font-size:1.6rem}.process-step-row{padding:1.5rem;min-height:auto}.step-icon-row{font-size:1.8rem}.step-content-row strong{font-size:1.1rem}.step-desc{font-size:.95rem}.cta-section{padding:3rem 2rem}.cta-section h4{font-size:1.8rem}.anchor a{padding:1rem 2.5rem;font-size:1.1rem}.deliver-list li,.results-list li{font-size:1rem;padding-left:12px}}@media (max-width: 480px){.content-grid-section{padding:2rem .5rem}.text_content{gap:2rem}.what-we-deliver-section,.results-section,.our-process-section,.cta-section{padding:1.5rem}.deliver-content,.results-content{grid-template-columns:1fr}.deliver-list li,.results-list li{font-size:.95rem;padding-left:10px}.process-step-row{flex-direction:column;text-align:center;gap:1rem}.step-icon-row{margin-top:0}.cta-section{padding:2.5rem 1.5rem}.cta-section h4{font-size:1.6rem}.anchor a{padding:.9rem 2rem;font-size:1rem}}@media (min-width: 1920px){.content-grid-section{padding:5rem 5%}.first-row-wrapper{gap:4rem}.process-steps-rows{grid-template-columns:repeat(4,1fr);gap:2.5rem}.process-step-row:nth-child(5){grid-column:2 / 4}}.webdesign .works{min-height:100vh;padding:2em 6em;margin-top:4em}.webdesign .works h1{text-align:center;font-size:6em;font-weight:600;margin-bottom:2em}.webdesign .works .rows{width:100%;height:auto;display:flex;align-items:center;justify-content:space-between;gap:4em;margin:6em auto;transition:all .8s ease-in-out}.webdesign .works .rows img{object-fit:contain;width:50%;border-radius:5px}.webdesign .works .rows .txt h2{font-size:4em;font-weight:500}.webdesign .works .rows .txt h2:first-child{font-size:5em;font-weight:600}.webdesign .works .rows .txt p{font-size:2em;font-weight:400;margin-top:.4em;width:80%;margin-bottom:2em}.webdesign .works .rows .txt a{display:inline-flex;align-items:center;justify-content:center;gap:.5em;padding:1em 3em;font-size:1.4em;font-weight:500;color:var(--text);box-shadow:#11111a1a 0 4px 16px,#11111a0d 0 8px 32px;border-radius:4px;transition:.5s ease-in-out;cursor:pointer;width:auto;max-width:max-content}.webdesign .works .rows .txt a:hover{color:var(--bg);background:var(--text)}.webdesign .works .rows .txt a .icon{font-size:1.4em}.webdesign .web_mobile{display:none}.fade-out{opacity:0;transform:translateY(50px)}.fade-in{opacity:1;transform:translateY(0)}.rows:nth-child(2n).fade-in{animation:slideInLeft .8s ease-out}.rows:nth-child(odd).fade-in{animation:slideInRight .8s ease-out}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes bounce{0%{transform:translateY(0)}30%{transform:translateY(-30px)}50%{transform:translateY(0)}70%{transform:translateY(-10px)}90%{transform:translateY(0)}}@media (max-width: 768px){.webdesign header{width:100%;min-height:40vh;padding:1em;padding-top:14em!important;margin-top:2em!important;position:relative;z-index:1}.webdesign header .txt{width:100%;position:relative;z-index:2;margin-top:3em}.webdesign header .txt h1{font-size:2.5em;margin-bottom:.5em}.webdesign header .txt p{font-size:1em;margin-bottom:1em}.webdesign .hero{margin-top:0;padding-top:0;position:relative;z-index:1;display:flex!important;flex-direction:column!important;gap:.2em!important}.webdesign .hero-text{order:1!important;width:100%;margin-bottom:.2em!important}.webdesign .hero_image{order:2!important;margin-top:.1em!important;position:relative;z-index:1;display:block!important;width:100%;height:auto;min-height:250px}.webdesign .hero_image img{display:block!important;width:100%;height:auto;max-height:350px;object-fit:cover;object-position:center}.webdesign .works{padding:1em;margin-top:1em;display:block!important}.webdesign .works h1{font-size:2.5em;margin-bottom:.5em}.webdesign .web_desktop{display:none}.webdesign .web_mobile{display:flex;flex-direction:column;gap:1em}.webdesign .works .rows{width:100%;height:auto;gap:2em;margin:2em auto;flex-direction:column!important;display:flex!important}.webdesign .works .rows img{width:100%!important;height:auto!important;min-height:200px;max-height:300px;object-fit:cover!important;object-position:center;display:block!important;visibility:visible!important;opacity:1!important;margin-bottom:.5em!important}.webdesign .works .rows .txt h2{font-size:2em;margin-bottom:.3em}.webdesign .works .rows .txt h2:first-child{font-size:2.2em;margin-bottom:.3em}.webdesign .works .rows .txt p{font-size:1em;width:95%;margin-bottom:.8em;line-height:1.3}.webdesign .web_mobile .rows{width:100%;height:auto;display:flex;align-items:center;justify-content:center;padding:1em .5em;margin:1em auto;gap:.5em}.webdesign .web_mobile .rows .box{flex-shrink:0;width:100%;height:auto;display:flex;flex-direction:column;margin:0 .2em;gap:.3em}.webdesign .web_mobile .rows img{object-fit:cover!important;width:100%!important;height:200px!important;border-radius:3px;margin-bottom:.3em!important;display:block!important;visibility:visible!important;opacity:1!important}.webdesign .web_mobile .rows .txt a{display:inline-flex;align-items:center;justify-content:center;gap:.3em;padding:.8em 2em;font-size:1em;font-weight:500;color:var(--text);box-shadow:#11111a1a 0 4px 16px,#11111a0d 0 8px 32px;border-radius:4px;transition:.5s ease-in-out;cursor:pointer;width:auto;max-width:max-content;margin-top:.2em}.webdesign .web_mobile .rows .txt a:hover{color:var(--bg);background:var(--text)}.webdesign .web_mobile .rows .txt a .icon{font-size:1em}}@media (max-width: 768px){.webdesign header{padding-top:16em!important}}@supports (padding: max(0px)){@media (max-width: 768px){.webdesign header{padding-top:max(14em,constant(safe-area-inset-top))!important;padding-top:max(14em,env(safe-area-inset-top))!important}}}@media (max-width: 480px){.webdesign header{padding-top:12em!important;min-height:35vh;padding:.5em}.webdesign header .txt h1{font-size:2em;margin-bottom:.3em}.webdesign header .txt p{font-size:.9em;margin-bottom:.5em}.webdesign .hero_image{min-height:200px;margin-top:.05em!important}.webdesign .hero_image img{max-height:250px}.webdesign .works{padding:.5em}.webdesign .works h1{font-size:2em}.webdesign .works .rows{gap:1em;margin:1em auto}.webdesign .works .rows img{min-height:150px;max-height:200px}.webdesign .works .rows .txt h2{font-size:1.6em}.webdesign .works .rows .txt h2:first-child{font-size:1.8em}.webdesign .works .rows .txt p{font-size:.9em}}@media (max-width: 768px){.webdesign header:before{content:"";display:block;height:4em;width:100%}}.marketing header{width:100%;height:calc(100vh - 14em);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 6em}.marketing .hero{position:relative;display:flex;align-items:center;min-height:100vh;padding:2rem}.marketing .hero-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:center;width:100%;min-height:80vh}.hero_image{height:100%;min-height:80vh;background-image:inherit;background-size:120%;background-position:center center;background-repeat:no-repeat;position:relative}.hero_image:before{content:"";position:absolute;top:0;left:4px;width:8px;height:100%;background:linear-gradient(135deg,#c9cacb,#606061,#171717);z-index:2}.marketing-section{padding:4rem 2%;font-family:Poppins,sans-serif;color:#fff;max-width:100%;width:100%;margin:0 auto}.marketing-content{display:flex;flex-direction:column;gap:3rem}.capabilities-section{background-color:#111;padding:3rem;border-radius:12px;box-shadow:0 4px 20px #ffffff0d}.capabilities-section h4{font-size:1.8rem;margin-bottom:2rem;color:#fff;text-transform:uppercase;letter-spacing:1px;border-left:4px solid #fff;padding-left:15px}.capabilities-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.capability-item{background-color:#1a1a1a;padding:1.5rem;border-radius:8px;border-left:4px solid #444;transition:all .3s ease;position:relative}.capability-item:hover{transform:translateY(-5px);border-left-color:#fff;box-shadow:0 8px 25px #ffffff1a}.capability-icon{font-size:1.5rem;margin-bottom:.8rem;display:block}.capability-item strong{color:#fff;font-size:1.1rem;display:block;margin-bottom:.5rem}.capability-item p{color:#ccc;line-height:1.6;font-size:1rem;margin:0}.approach-section{background-color:#111;padding:3rem;border-radius:12px;box-shadow:0 4px 20px #ffffff0d}.approach-section h4{font-size:1.8rem;margin-bottom:2.5rem;color:#fff;text-transform:uppercase;letter-spacing:1px;border-left:4px solid #fff;padding-left:15px}.approach-steps{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.approach-step{background-color:#1a1a1a;padding:2rem;border-radius:10px;display:flex;align-items:flex-start;gap:1.2rem;transition:all .3s ease;border-left:4px solid transparent}.approach-step:hover{transform:translateY(-5px);box-shadow:0 8px 25px #ffffff1a;border-left-color:#fff}.step-number{width:50px;height:50px;background:#000;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#fff;font-weight:700;flex-shrink:0;box-shadow:0 4px 15px #0000004d}.approach-content{flex:1}.approach-content p{color:#ccc;font-size:1.1rem;line-height:1.6;margin:0;font-weight:500}.expectations-section{background-color:#111;padding:3rem;border-radius:12px;box-shadow:0 4px 20px #ffffff0d}.expectations-section h4{font-size:1.8rem;margin-bottom:2rem;color:#fff;text-transform:uppercase;letter-spacing:1px;border-left:4px solid #fff;padding-left:15px}.expectations-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.expectations-list li{color:#ccc;line-height:1.7;font-size:1.05rem;padding:1.2rem 1.2rem 1.2rem 2.5rem;background-color:#1a1a1a;border-radius:8px;border-left:3px solid #444;transition:all .3s ease;position:relative}.expectations-list li:before{content:"✓";position:absolute;left:.8rem;top:50%;transform:translateY(-50%);color:#fff;font-weight:700;font-size:1.2rem}.expectations-list li:hover{color:#fff;border-left-color:#fff;transform:translate(5px)}.marketing-cta-section{text-align:center;background-color:#111;padding:3rem;border-radius:12px;box-shadow:0 4px 20px #ffffff0d}.marketing-cta-section .anchor{list-style:none;padding:0;margin:0}.marketing-cta-section .anchor a{display:inline-flex;align-items:center;justify-content:center;background-color:#fff;color:#000;font-weight:700;text-decoration:none;padding:1.2rem 3rem;border-radius:50px;transition:all .3s ease;font-size:1.2rem;border:2px solid transparent}.marketing-cta-section .anchor a:hover{background-color:transparent;color:#fff;border:2px solid #fff;transform:translateY(-3px)}.marketing-cta-section .icon{margin-left:12px;font-size:1.6rem;transition:transform .3s ease}.marketing-cta-section .anchor a:hover .icon{transform:translate(8px)}@media (max-width: 1024px){.capabilities-grid,.approach-steps,.expectations-list{grid-template-columns:1fr}}@media (max-width: 768px){.marketing-section{padding:3rem 1%}.capabilities-section,.approach-section,.expectations-section,.marketing-cta-section{padding:2rem}.capabilities-section h4,.approach-section h4,.expectations-section h4{font-size:1.6rem}.capability-item{padding:1.2rem}.approach-step{padding:1.5rem;flex-direction:column;text-align:center;gap:1rem}.step-number{width:45px;height:45px;font-size:1.1rem;align-self:center}.expectations-list li{padding:1rem 1rem 1rem 2rem;font-size:1rem}.marketing-cta-section .anchor a{padding:1rem 2.5rem;font-size:1.1rem}}@media (max-width: 480px){.marketing-section{padding:2rem .5rem}.capabilities-section,.approach-section,.expectations-section,.marketing-cta-section{padding:1.5rem}.capabilities-section h4,.approach-section h4,.expectations-section h4{font-size:1.4rem}.capability-item{padding:1rem}.expectations-list li{padding:.8rem .8rem .8rem 1.8rem;font-size:.95rem}.marketing-cta-section .anchor a{padding:.9rem 2rem;font-size:1rem}}.marketing header .txt{width:700px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2em;text-align:left;color:var(--text);position:relative;z-index:5}.marketing header .txt h1{font-size:8em;font-weight:600}.marketing header .txt p{font-size:1.8em;font-weight:400}.marketing header .txt a{display:inline-flex;align-items:center;justify-content:center;gap:.5em;padding:1em 3em;font-size:1.4em;font-weight:500;color:var(--text);box-shadow:#11111a1a 0 4px 16px,#11111a0d 0 8px 32px;border-radius:4px;transition:.5s ease-in-out;width:auto;max-width:max-content;margin-top:2em}.marketing header .txt a:hover{color:var(--bg);background:var(--text)}.marketing header .scroll_cont{margin:3em auto 1em;text-align:center}.marketing header .scroll_down{width:28px;height:45px;align-items:center;border-radius:35%;color:var(--header);box-shadow:#11111a1a 0 4px 16px,#11111a0d 0 8px 32px;margin:1em auto;display:flex;justify-content:center;padding:1em 0;animation:bounce 2s ease-out infinite}.marketing header .scroll_down .icon{width:4px;height:12px;border-radius:15px;background:var(--text)}.marketing header .scroll_cont p{color:var(--text)}.marketing main{width:700px;min-height:100vh;margin:1em auto}.marketing main h2{text-align:left;font-size:3em;font-weight:600;margin-bottom:.2em}.marketing main p{font-size:1.6em;font-weight:300;margin-bottom:2em}.marketing main img{object-fit:contain;width:100%;border-radius:3px;margin:1em auto}.marketing main .gallery{column-count:2;column-gap:1.5em;width:100%;margin:2em auto}.marketing main .gallery img{width:100%;margin-bottom:1.5em;border-radius:10px;display:block;position:relative;z-index:1;cursor:pointer}.marketing main .gallery-image.fade-out{opacity:0;transform:translateY(30px) scale(.95);transition:all .8s ease-in-out}.marketing main .gallery-image.fade-in{opacity:1;transform:translateY(0) scale(1);transition:all .8s ease-in-out}.marketing main .gallery-image:hover{transform:translateY(-5px) scale(1.5)!important;z-index:2;transition:all .8s ease-in-out}.marketing main .gallery.mobile{display:none}@media (max-width: 768px){.marketing-section{padding:3rem 1%}.marketing-content{gap:2rem}.capabilities-section{padding:2rem}.capabilities-section h4{font-size:1.6rem;margin-bottom:1.5rem;padding-left:12px}.capabilities-grid{grid-template-columns:1fr;gap:1rem}.capability-item{padding:1.5rem;text-align:center}.capability-icon{font-size:1.8rem;margin-bottom:1rem}.capability-item strong{font-size:1.2rem;margin-bottom:.8rem}.capability-item p{font-size:1rem;line-height:1.6}.approach-section{padding:2rem}.approach-section h4{font-size:1.6rem;margin-bottom:2rem;padding-left:12px}.approach-steps{grid-template-columns:1fr;gap:1.5rem}.approach-step{padding:1.5rem;flex-direction:column;text-align:center;gap:1rem}.step-number{width:45px;height:45px;font-size:1.1rem;align-self:center;margin:0}.approach-content p{font-size:1rem;line-height:1.6}.expectations-section{padding:2rem}.expectations-section h4{font-size:1.6rem;margin-bottom:1.5rem;padding-left:12px}.expectations-list{grid-template-columns:1fr;gap:1rem}.expectations-list li{padding:1.2rem 1.2rem 1.2rem 2.5rem;font-size:1rem;text-align:left}.expectations-list li:before{left:.8rem;font-size:1.1rem}.marketing-cta-section{padding:2rem}.marketing-cta-section .anchor a{padding:1rem 2.5rem;font-size:1.1rem;width:100%;max-width:280px}.marketing-cta-section .icon{font-size:1.4rem}}@media (max-width: 480px){.marketing-section{padding:2rem .5rem}.capabilities-section,.approach-section,.expectations-section,.marketing-cta-section{padding:1.5rem}.capabilities-section h4,.approach-section h4,.expectations-section h4{font-size:1.4rem;margin-bottom:1.2rem}.capability-item{padding:1.2rem}.capability-item strong{font-size:1.1rem}.approach-step{padding:1.2rem}.step-number{width:40px;height:40px;font-size:1rem}.expectations-list li{padding:1rem 1rem 1rem 2.2rem;font-size:.95rem}.marketing-cta-section .anchor a{padding:.9rem 2rem;font-size:1rem}}@media (max-width: 768px){.marketing header{width:100%;min-height:50vh;padding:6em 2em 2em}.marketing header .txt{width:100%}.marketing header .txt h1{font-size:3.4em}.marketing header .txt p{font-size:1.2em}.marketing main{width:100%;padding:0 2em;min-height:50vh;margin:1em auto}.marketing main h2{font-size:3em}.marketing main p{font-size:1.6em}.marketing main h3{font-size:3em;margin-top:4em}.marketing main .gallery{display:none}.marketing main .gallery.mobile{display:flex;flex-direction:column}.marketing main .gallery img{object-fit:cover;width:100%;height:400px;margin-bottom:1.5em;border-radius:10px;display:block}.marketing main .gallery-image:hover{transform:translateY(-5px) scale(1)!important;z-index:2;transition:all .8s ease-in-out}}@media (max-width: 768px){.marketing .hero{padding:1rem;min-height:70vh}.marketing .hero-content{grid-template-columns:1fr;padding:2rem;min-height:auto}.hero-text h1{font-size:2.5rem;text-align:center;margin-bottom:1.5rem}.hero-text p{font-size:1.1rem;text-align:center;margin-bottom:1.5rem}.hero_image{min-height:300px;background-size:cover;margin-top:2rem}.hero_image:before{display:none}}.photo header{width:100%;height:calc(100vh - 14em);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 6em}.photo header .txt{width:700px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2em;text-align:center}.photo .hero-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:center;width:100%;min-height:80vh}.photo .hero{position:relative;display:flex;align-items:center;min-height:100vh;padding:2rem}@media (max-width: 768px){.photo .hero{min-height:auto;padding:1rem}.hero-text{padding:2rem 1rem}.hero-text h1{font-size:2.5rem}.hero-text p{font-size:1.1rem}.hero_image{min-height:40vh}}.photography-section{padding:4rem 2%;font-family:Poppins,sans-serif;color:#fff;max-width:100%;width:100%;margin:0 auto}.photography-content{display:flex;flex-direction:column;gap:3rem}.services-section{background-color:#111;padding:3rem;border-radius:12px;box-shadow:0 4px 20px #ffffff0d}.services-section h4{font-size:1.8rem;margin-bottom:2rem;color:#fff;text-transform:uppercase;letter-spacing:1px;border-left:4px solid #fff;padding-left:15px}.services-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.services-list li{color:#ccc;line-height:1.7;font-size:1.05rem;padding:1.2rem 1.2rem 1.2rem 2.5rem;background-color:#1a1a1a;border-radius:8px;border-left:3px solid #444;transition:all .3s ease;position:relative}.services-list li:before{content:"📸";position:absolute;left:.8rem;top:50%;transform:translateY(-50%);font-size:1.2rem}.services-list li:hover{color:#fff;border-left-color:#fff;transform:translate(5px)}.how-it-works-section{background-color:#111;padding:3rem;border-radius:12px;box-shadow:0 4px 20px #ffffff0d}.how-it-works-section h4{font-size:1.8rem;margin-bottom:2.5rem;color:#fff;text-transform:uppercase;letter-spacing:1px;border-left:4px solid #fff;padding-left:15px}.process-steps{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.process-step{background-color:#1a1a1a;padding:2rem;border-radius:10px;display:flex;align-items:flex-start;gap:1.2rem;transition:all .3s ease;border-left:4px solid transparent}.process-step:hover{transform:translateY(-5px);box-shadow:0 8px 25px #ffffff1a;border-left-color:#fff}.step-icon{width:60px;height:60px;background:#000;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#fff;flex-shrink:0;box-shadow:0 4px 15px #0000004d}.step-content{flex:1}.step-content strong{display:block;color:#fff;font-size:1.2rem;margin-bottom:.5rem;font-weight:600}.step-content p{color:#ccc;font-size:1rem;line-height:1.6;margin:0}.deliverables-section{background-color:#111;padding:3rem;border-radius:12px;box-shadow:0 4px 20px #ffffff0d}.deliverables-section h4{font-size:1.8rem;margin-bottom:2rem;color:#fff;text-transform:uppercase;letter-spacing:1px;border-left:4px solid #fff;padding-left:15px}.deliverables-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.deliverables-list li{color:#ccc;line-height:1.7;font-size:1.05rem;padding:1.2rem 1.2rem 1.2rem 2.5rem;background-color:#1a1a1a;border-radius:8px;border-left:3px solid #444;transition:all .3s ease;position:relative}.deliverables-list li:before{content:"🎁";position:absolute;left:.8rem;top:50%;transform:translateY(-50%);font-size:1.2rem}.deliverables-list li:hover{color:#fff;border-left-color:#fff;transform:translate(5px)}.photography-cta-section{text-align:center;background-color:#111;padding:3rem;border-radius:12px;box-shadow:0 4px 20px #ffffff0d}.photography-cta-section .anchor{list-style:none;padding:0;margin:0}.photography-cta-section .anchor a{display:inline-flex;align-items:center;justify-content:center;background-color:#fff;color:#000;font-weight:700;text-decoration:none;padding:1.2rem 3rem;border-radius:50px;transition:all .3s ease;font-size:1.2rem;border:2px solid transparent}.photography-cta-section .anchor a:hover{background-color:transparent;color:#fff;border:2px solid #fff;transform:translateY(-3px)}.photography-cta-section .icon{margin-left:12px;font-size:1.6rem;transition:transform .3s ease}.photography-cta-section .anchor a:hover .icon{transform:translate(8px)}@media (max-width: 1024px){.services-list,.deliverables-list,.process-steps{grid-template-columns:1fr}}@media (max-width: 768px){.photography-section{padding:3rem 1%}.services-section,.how-it-works-section,.deliverables-section,.photography-cta-section{padding:2rem}.services-section h4,.how-it-works-section h4,.deliverables-section h4{font-size:1.6rem}.process-step{padding:1.5rem;flex-direction:column;text-align:center;gap:1rem}.step-icon{width:50px;height:50px;font-size:1.3rem;align-self:center}.step-content strong{font-size:1.1rem}.services-list li,.deliverables-list li{padding:1rem 1rem 1rem 2rem;font-size:1rem}.photography-cta-section .anchor a{padding:1rem 2.5rem;font-size:1.1rem}}@media (max-width: 480px){.photography-section{padding:2rem .5rem}.services-section,.how-it-works-section,.deliverables-section,.photography-cta-section{padding:1.5rem}.services-section h4,.how-it-works-section h4,.deliverables-section h4{font-size:1.4rem}.services-list li,.deliverables-list li{padding:.8rem .8rem .8rem 1.8rem;font-size:.95rem}.photography-cta-section .anchor a{padding:.9rem 2rem;font-size:1rem}}.photo header .txt h1{font-size:8em;font-weight:600}.photo header .txt p{font-size:1.8em;font-weight:400}.photo header .txt a{display:inline-flex;align-items:center;justify-content:center;gap:.5em;padding:1em 3em;font-size:1.4em;font-weight:500;color:var(--text);box-shadow:#11111a1a 0 4px 16px,#11111a0d 0 8px 32px;border-radius:4px;transition:.5s ease-in-out;width:auto;max-width:max-content;margin-top:2em}.photo header .txt a:hover{color:var(--bg);background:var(--text)}.photo header .scroll_cont{margin:3em auto 1em;text-align:center}.photo header .scroll_down{width:28px;height:45px;align-items:center;border-radius:35%;color:var(--header);box-shadow:#11111a1a 0 4px 16px,#11111a0d 0 8px 32px;margin:1em auto;display:flex;justify-content:center;padding:1em 0;animation:bounce 2s ease-out infinite}.photo header .scroll_down .icon{width:4px;height:12px;border-radius:15px;background:var(--text)}.photo header .scroll_cont p{color:var(--text)}.photo main{min-height:100vh;padding:2em 6em 6em}.photo main h1{text-align:center;font-size:6em;font-weight:600;margin-bottom:0}.photo main p{text-align:center;font-size:2em;font-weight:400;margin-top:.4em;margin-bottom:2em}.photo main .rows{width:100%;height:auto;display:flex;align-items:center;justify-content:center;gap:4em;margin:6em auto}.photo main .rows img{object-fit:contain;width:50%;border-radius:5px}.photo main .vidSec{width:70%;height:auto;padding:2em;margin:4em auto 8em;border-radius:10px;box-shadow:#11111a1a 0 4px 16px,#11111a0d 0 8px 32px}.photo main .vidSec video{width:100%;height:100%;object-fit:contain;border-radius:10px;box-shadow:#11111a1a 0 4px 16px,#11111a0d 0 8px 32px}.photo main .gallery{column-count:3;column-gap:1.5em;width:100%;margin:2em auto}.gallery-item-wrapper{break-inside:avoid;margin-bottom:1.5em}.photo main .gallery img{width:100%;margin-bottom:1.5em;border-radius:10px;display:block}.photo main .gallery-image.fade-out{opacity:0;transform:translateY(30px) scale(.95);transition:all .8s ease-in-out}.photo main .gallery-image.fade-in{opacity:1;transform:translateY(0) scale(1);transition:all .8s ease-in-out}.photo main .gallery .gallery-image:nth-child(3n+1).fade-in{animation:fadeInUp .8s ease-out}.photo main .gallery .gallery-image:nth-child(3n+2).fade-in{animation:fadeInUp .8s ease-out .1s both}.photo main .gallery .gallery-image:nth-child(3n+3).fade-in{animation:fadeInUp .8s ease-out .2s both}.photo main .gallery-image:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 10px 25px #00000026}.photo main .gallery.mobile{display:none}@media (max-width: 768px){.photo .hero,.photo .hero-section,.photo .hero-content,.photo header{position:relative!important;z-index:1!important;overflow:visible!important;height:auto!important;min-height:auto!important;display:block!important;width:100%!important;margin:0!important;padding:0!important}.photo header{width:100%;min-height:auto;padding:8em 1em 2em!important;display:block!important;position:relative!important;z-index:2!important;background:transparent!important;margin-bottom:0!important}.photo header .txt{width:100%;text-align:center;margin-bottom:1em;position:relative!important;z-index:3!important}.photo header .txt h1{font-size:2.5em;margin-bottom:.5em}.photo header .txt p{font-size:1.1em;margin-bottom:1em}.photo .hero_image{width:100%!important;display:block!important;position:relative!important;z-index:1!important;margin:.5em 0!important;padding:0!important;overflow:hidden!important}.photo .hero_image img{width:100%!important;height:300px!important;object-fit:cover!important;border-radius:10px;display:block!important;position:relative!important}.photo main{padding:1em!important;position:relative!important;z-index:2!important;margin-top:0!important;display:block!important;width:100%!important;background:transparent!important}.photo main h1{font-size:2.5em;margin-bottom:.5em;text-align:center}.photo main p{font-size:1.1em;font-weight:300;margin-bottom:1em;text-align:center}.photo main .vidSec{width:100%;padding:1em!important;margin:1em 0;position:relative!important;z-index:1!important}.photo main .vidSec video{width:100%;height:250px!important;object-fit:cover!important;border-radius:10px;box-shadow:#11111a1a 0 4px 16px,#11111a0d 0 8px 32px}.photo main .gallery{display:none}.photo main .gallery.mobile{display:flex;flex-direction:column;padding-top:1em!important;gap:1em!important;position:relative!important;z-index:1!important}.photo main .gallery img{object-fit:cover;width:100%;height:300px!important;margin-bottom:1em;border-radius:10px;display:block}}@media (max-width: 768px){.photo *{position:relative!important;float:none!important}.photo .absolute,.photo .fixed,.photo [class*=absolute],.photo [class*=fixed]{position:relative!important;inset:auto!important}.photo{display:block!important;position:relative!important;z-index:1!important;overflow:visible!important}.photo header{z-index:2!important}.photo .hero_image{z-index:1!important}.photo main{z-index:3!important}.photo .transform,.photo [class*=transform]{transform:none!important}.photo [style*=margin-top],.photo [style*=margin-bottom]{margin-top:0!important;margin-bottom:0!important}}@media (max-width: 768px){.photo header:after{content:"";display:block;clear:both;height:0}.photo .hero_image:after{content:"";display:block;clear:both;height:1em}.photo main:before{content:"";display:block;clear:both}}.studio header{width:100%;height:calc(100vh - 14em);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 6em}.studio header .txt{width:700px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2em;text-align:center}.studio .hero{position:relative;display:flex;align-items:center;min-height:100vh;padding:2rem}.hero-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:center;width:100%;min-height:80vh}.hero-content{padding:4rem;position:relative;z-index:2}.hero-text h1{font-size:4rem;font-weight:800;margin-bottom:2rem;color:#1a202c;line-height:1.1}.hero-text p{font-size:1.2rem;line-height:1.8;margin-bottom:1.5rem;color:#2d3748}.hero_image{height:100%;min-height:80vh;background-image:inherit;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative}.hero_image:before{content:"";position:absolute;top:0;left:-2px;width:6px;height:100%;background:linear-gradient(135deg,#c9cacb,#606061,#171717);z-index:2}.hero_image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.1) 0%,transparent 30%);z-index:1}.hero.clean-layout .hero_image:before{display:none}.hero.clean-layout .hero-content{gap:4rem}.hero.shadow-separator .hero-text{position:relative}.hero.shadow-separator .hero-text:after{content:"";position:absolute;top:50%;right:-2rem;transform:translateY(-50%);width:4px;height:80%;background:linear-gradient(to bottom,transparent 0%,#e2e8f0 20%,#e2e8f0 80%,transparent 100%);box-shadow:2px 0 10px #0000001a}.hero.full-width-image .hero_image{min-height:100vh;border-radius:0}.hero.full-width-image .hero-content{min-height:100vh;border-radius:0;box-shadow:none}@media (max-width: 1024px){.hero-content{grid-template-columns:1fr;gap:0;min-height:auto}.hero-text{padding:3rem 2rem;order:2;text-align:center}.hero_image{order:1;min-height:50vh}.hero_image:before{top:-2px;left:0;width:100%;height:4px;background:linear-gradient(90deg,transparent 0%,#667eea 20%,#764ba2 50%,#667eea 80%,transparent 100%)}.hero.shadow-separator .hero-text:after{display:none}}@media (max-width: 768px){.studio .hero{min-height:auto;padding:1rem}.hero-text{padding:2rem 1rem}.hero-text h1{font-size:2.5rem}.hero-text p{font-size:1.1rem}.hero_image{min-height:40vh}}@media (max-width: 480px){.hero-text h1{font-size:2rem}.hero-text p{font-size:1rem}.hero_image{min-height:30vh}}.studio header .txt h1{font-size:8em;font-weight:600}.studio header .txt p{font-size:1.8em;font-weight:400}.studio header .txt a{display:inline-flex;align-items:center;justify-content:center;gap:.5em;padding:1em 3em;font-size:1.4em;font-weight:500;color:var(--text);box-shadow:#11111a1a 0 4px 16px,#11111a0d 0 8px 32px;border-radius:4px;transition:.5s ease-in-out;width:auto;max-width:max-content;margin-top:2em}.studio header .txt a:hover{color:var(--bg);background:var(--text)}.studio header .scroll_cont{margin:3em auto 1em;text-align:center}.studio header .scroll_down{width:28px;height:45px;align-items:center;border-radius:35%;color:var(--header);box-shadow:#11111a1a 0 4px 16px,#11111a0d 0 8px 32px;margin:1em auto;display:flex;justify-content:center;padding:1em 0;animation:bounce 2s ease-out infinite}.studio header .scroll_down .icon{width:4px;height:12px;border-radius:15px;background:var(--text)}.studio header .scroll_cont p{color:var(--text)}.brand-design-section{padding:4rem 2%;font-family:Poppins,sans-serif;color:#fff;max-width:100%;width:100%;margin:0 auto}.brand-design-content{display:flex;flex-direction:column;gap:3rem}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;margin-bottom:2rem}.service-card{background-color:#111;padding:2.5rem;border-radius:12px;box-shadow:0 4px 20px #ffffff0d;transition:transform .3s ease,box-shadow .3s ease;border-left:4px solid #fff}.service-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #ffffff1a}.service-card h2{font-size:1.8rem;margin-bottom:1rem;color:#fff;text-transform:uppercase;letter-spacing:1px}.service-card p{color:#ccc;line-height:1.7;font-size:1.05rem;margin:0}.what-we-create-section{background-color:#111;padding:3rem;border-radius:12px;box-shadow:0 4px 20px #ffffff0d;margin-bottom:2rem}.what-we-create-section h2{font-size:2rem;margin-bottom:2rem;color:#fff;text-transform:uppercase;letter-spacing:1px;border-left:4px solid #fff;padding-left:15px}.creation-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.creation-list li{color:#ccc;line-height:1.7;font-size:1.05rem;padding:1rem 1rem 1rem 2rem;background-color:#1a1a1a;border-radius:8px;border-left:3px solid #444;transition:all .3s ease;position:relative}.creation-list li:before{content:"•";position:absolute;left:.8rem;top:50%;transform:translateY(-50%);color:#fff;font-size:1.5rem}.creation-list li:hover{color:#fff;border-left-color:#fff;transform:translate(5px)}.why-it-works-section{background-color:#111;padding:2.5rem;border-radius:12px;box-shadow:0 4px 20px #ffffff0d;margin-bottom:2rem;border-left:4px solid #fff}.why-it-works-section p{color:#ccc;line-height:1.7;font-size:1.1rem;margin:0;text-align:center;font-style:italic}.summary-section{background-color:#111;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #ffffff0d;margin-bottom:2rem;text-align:center}.summary-section p{color:#ccc;line-height:1.6;font-size:1rem;margin:0}.brand-cta-section{text-align:center;background-color:#111;padding:3rem;border-radius:12px;box-shadow:0 4px 20px #ffffff0d}.brand-cta-section .anchor{list-style:none;padding:0;margin:0}.brand-cta-section .anchor a{display:inline-flex;align-items:center;justify-content:center;background-color:#fff;color:#000;font-weight:700;text-decoration:none;padding:1.2rem 3rem;border-radius:50px;transition:all .3s ease;font-size:1.2rem;border:2px solid transparent}.brand-cta-section .anchor a:hover{background-color:transparent;color:#fff;border:2px solid #fff;transform:translateY(-3px)}.brand-cta-section .icon{margin-left:12px;font-size:1.6rem;transition:transform .3s ease}.brand-cta-section .anchor a:hover .icon{transform:translate(8px)}@media (max-width: 1024px){.services-grid{grid-template-columns:1fr;gap:2rem}.creation-list{grid-template-columns:1fr}}@media (max-width: 768px){.brand-design-section{padding:3rem 1%}.service-card,.what-we-create-section,.why-it-works-section,.summary-section,.brand-cta-section{padding:2rem}.service-card h2{font-size:1.6rem}.what-we-create-section h2{font-size:1.8rem}.creation-list li{padding:.8rem .8rem .8rem 1.8rem;font-size:1rem}.brand-cta-section .anchor a{padding:1rem 2.5rem;font-size:1.1rem}}@media (max-width: 480px){.brand-design-section{padding:2rem .5rem}.service-card,.what-we-create-section,.why-it-works-section,.summary-section,.brand-cta-section{padding:1.5rem}.service-card h2{font-size:1.4rem}.what-we-create-section h2{font-size:1.6rem}.creation-list li{padding:.7rem .7rem .7rem 1.5rem;font-size:.95rem}.brand-cta-section .anchor a{padding:.9rem 2rem;font-size:1rem}}.studio main{width:100%;height:auto;padding:0 6em}.studio main .content{width:700px;min-height:50vh;margin:1em auto}.studio main .content h2{text-align:left;font-size:2.6em;font-weight:500;margin:.5em 0}.studio main .content p{font-size:1.6em;font-weight:300;margin-bottom:2em}.studio main h3{text-align:center;font-size:6em;font-weight:600;margin:1em 0}.studio main a{display:inline-flex;align-items:center;justify-content:center;gap:.5em;padding:1em 3em;font-size:1.6em;font-weight:500;color:var(--text);box-shadow:#11111a1a 0 4px 16px,#11111a0d 0 8px 32px;border-radius:4px;transition:.5s ease-in-out;cursor:pointer;width:auto;max-width:max-content;margin-top:1em}.studio main a:hover{color:var(--bg);background:var(--text)}.studio main a .icon{font-size:1.4em}.studio main .gallery{column-count:3;column-gap:1.5em;width:100%;margin:2em auto}.studio main .gallery-item-wrapper{break-inside:avoid;margin-bottom:1.5em}.studio main .gallery img,.studio main .gallery video{width:100%;border-radius:10px;display:block;transition:all .8s ease-in-out}.studio main .gallery-image.fade-out,.studio main .gallery-video.fade-out{opacity:0;transform:translateY(30px) scale(.95)}.studio main .gallery-image.fade-in,.studio main .gallery-video.fade-in{opacity:1;transform:translateY(0) scale(1)}.studio main .gallery-item-wrapper:nth-child(3n+1) .fade-in{animation:fadeInUp .8s ease-out}.studio main .gallery-item-wrapper:nth-child(3n+2) .fade-in{animation:fadeInUp .8s ease-out .1s both}.studio main .gallery-item-wrapper:nth-child(3n+3) .fade-in{animation:fadeInUp .8s ease-out .2s both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.studio main .gallery-image:hover,.studio main .gallery-video:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 10px 25px #00000026}.studio main .gallery.mobile{display:none}@media (max-width: 768px){.studio header{width:100%;min-height:auto!important;padding:2em 1em!important;padding-top:8em;display:flex!important;flex-direction:column!important}.studio header .txt{width:100%;order:1!important;margin-bottom:1em;position:relative!important}.studio header .txt h1{font-size:2.5em}.studio header .txt p{font-size:1.1em}.studio .hero_image{order:2!important;width:100%!important;display:block!important;margin:.5em 0!important;padding:0!important;position:relative!important}.studio .hero_image img{width:100%!important;height:300px!important;object-fit:cover!important;border-radius:10px;display:block!important}.studio .hero-text,.studio .text-content,.studio .txt,.studio [class*=text],.studio [class*=txt]{order:1!important;width:100%!important}.studio .hero-image,.studio .image-content,.studio .hero_image,.studio [class*=image],.studio [class*=img]{order:2!important;width:100%!important}.studio main{padding:2em 1em!important;position:relative!important;z-index:2!important;margin-top:0!important;clear:both!important;display:block!important;width:100%!important}.studio main .content{width:100%;min-height:auto!important;margin:1em auto;position:relative!important}.studio main .content h2{font-size:1.8em}.studio main .content p{font-size:1.2em}.studio main h3{font-size:2.2em;margin-top:2em}.studio main .gallery{display:none}.studio main .gallery.mobile{display:flex;flex-direction:column;position:relative!important}.studio main .gallery img{object-fit:cover;width:100%;height:300px!important;margin-bottom:1em;border-radius:10px;display:block}.studio main .gallery video{object-fit:cover;width:100%;height:300px!important;margin-bottom:1em;border-radius:10px;display:block}}@media (max-width: 768px){.studio .grid,.studio [class*=grid]{display:flex!important;flex-direction:column!important}.studio header,.studio .hero,.studio .hero-section,.studio .hero-container,.studio .hero-content{display:flex!important;flex-direction:column!important}.studio header>:first-child:not([class*=image]):not([class*=img]),.studio .hero>:first-child:not([class*=image]):not([class*=img]),.studio .hero-section>:first-child:not([class*=image]):not([class*=img]){order:1!important}.studio header>[class*=image],.studio header>[class*=img],.studio .hero>[class*=image],.studio .hero>[class*=img],.studio .hero-section>[class*=image],.studio .hero-section>[class*=img]{order:2!important}}@media (max-width: 768px){.studio header{display:contents!important}.studio header .txt{order:1!important}.studio header .hero_image{order:2!important}.studio header>*:nth-child(1):not([class*=image]):not([class*=img]){order:1!important}.studio header>*:nth-child(2):not([class*=text]):not([class*=txt]),.studio header>[class*=image],.studio header>[class*=img]{order:2!important}}.contact header{width:100%;height:calc(100vh - 14em);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 6em}.contact header .txt{width:700px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2em;text-align:center}.contact header .txt h1{font-size:8em;font-weight:600}.contact header .txt p{font-size:1.8em;font-weight:400}.contact header .txt a{display:inline-flex;align-items:center;justify-content:center;gap:.5em;padding:1em 3em;font-size:1.4em;font-weight:500;color:var(--text);box-shadow:#11111a1a 0 4px 16px,#11111a0d 0 8px 32px;border-radius:4px;transition:.5s ease-in-out;width:auto;max-width:max-content;margin-top:2em}.contact header .txt a:hover{color:var(--bg);background:var(--text)}.contact header .scroll_cont{margin:3em auto 1em;text-align:center}.contact h3{font-size:4em;font-weight:600;color:var(--text);margin:1.4em auto;text-align:center}.contact main form{width:70%;height:auto;display:flex;flex-direction:column;gap:1em;margin:1em auto}.contact main form .rows{display:flex;align-items:center;justify-content:space-between;gap:1em}.contact main form .rows input{width:100%;font-size:1.4em;font-family:Satoshi,sans-serif;height:45px;border:none;outline:none;padding:0 .7em;color:var(--text);background:var(--bg);border:1.5px solid var(--text);border-radius:2px}.contact main form textarea{width:100%;font-size:1.4em;font-family:Satoshi,sans-serif;height:250px;border:none;outline:none;padding:1em;color:var(--text);background:var(--bg);border:1.5px solid var(--text);border-radius:2px;resize:none}.contact main form button{font-size:2em;font-family:Satoshi,sans-serif;color:var(--bg);width:50%;height:55px;padding:0 2.5em;background:var(--text);border:none;outline:none;border-radius:2px;cursor:pointer;transition:background .5s ease-in-out;margin:1em auto}@media (max-width: 768px){.contact header{width:100%;min-height:50vh;padding:6em 2em 2em}.contact header .txt{width:100%}.contact header .txt h1{font-size:3.4em}.contact header .txt p{font-size:1.2em}.contact main form{width:100%;padding:0 2em}.contact main form .rows{flex-direction:column}.contact main form button{font-size:1.5em;width:90%;height:55px;padding:0 2em}}.policy header{width:100%;height:calc(100vh - 14em);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 6em}.policy header .txt{width:700px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2em;text-align:center}.policy header .txt h1{font-size:8em;font-weight:600}.policy header .txt p{font-size:1.8em;font-weight:400}.policy header .txt a{display:inline-flex;align-items:center;justify-content:center;gap:.5em;padding:1em 3em;font-size:1.4em;font-weight:500;color:var(--text);box-shadow:#11111a1a 0 4px 16px,#11111a0d 0 8px 32px;border-radius:4px;transition:.5s ease-in-out;width:auto;max-width:max-content;margin-top:2em}.policy header .txt a:hover{color:var(--bg);background:var(--text)}.policy header .scroll_cont{margin:3em auto 1em;text-align:center}.policy header .scroll_down{width:28px;height:45px;align-items:center;border-radius:35%;color:var(--header);box-shadow:#11111a1a 0 4px 16px,#11111a0d 0 8px 32px;margin:1em auto;display:flex;justify-content:center;padding:1em 0;animation:bounce 2s ease-out infinite}.policy header .scroll_down .icon{width:4px;height:12px;border-radius:15px;background:var(--text)}.policy header .scroll_cont p{color:var(--text)}.policy main{width:700px;min-height:100vh;margin:1em auto}.policy main h2{text-align:left;font-size:3em;font-weight:600;margin-bottom:.2em}.policy main h3{text-align:left;font-size:2em;font-weight:500;margin-bottom:.2em}.policy main p{font-size:1.6em;font-weight:300;margin-bottom:2em;line-height:130%}.policy main ul li{font-size:1.6em;font-weight:300;margin-bottom:2em;line-height:130%;list-style:inside}.policy main img{object-fit:contain;width:100%;border-radius:3px;margin:1em auto}@media (max-width: 768px){.policy header{width:100%;min-height:50vh;padding:6em 2em 2em}.policy header .txt{width:100%}.policy header .txt h1{font-size:3.4em}.policy header .txt p{font-size:1.2em}.policy main{width:100%;padding:0 2em;min-height:50vh;margin:1em auto}.policy main h2{font-size:2.4em}.policy main h3{font-size:1.6em}.policy main p{font-size:1.4em}.policy main ul li{font-size:1.4em}}.consulting-section{padding:4rem 2%;font-family:Poppins,sans-serif;color:#fff;max-width:100%;width:100%;margin:0 auto}.consulting-content{display:flex;flex-direction:column;gap:3rem}.services-consulting-section{background-color:#111;padding:3rem;border-radius:12px;box-shadow:0 4px 20px #ffffff0d}.services-consulting-section h2{font-size:2rem;margin-bottom:2.5rem;color:#fff;text-transform:uppercase;letter-spacing:1px;border-left:4px solid #fff;padding-left:15px}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.service-item{background-color:#1a1a1a;padding:2rem;border-radius:10px;border-left:4px solid #444;transition:all .3s ease;position:relative}.service-item:hover{transform:translateY(-5px);border-left-color:#fff;box-shadow:0 8px 25px #ffffff1a}.service-icon{font-size:2rem;margin-bottom:1rem;display:block}.service-item strong{color:#fff;font-size:1.3rem;display:block;margin-bottom:.8rem;font-weight:600}.service-item p{color:#ccc;line-height:1.6;font-size:1.05rem;margin:0}.how-it-works-consulting-section{background-color:#111;padding:3rem;border-radius:12px;box-shadow:0 4px 20px #ffffff0d}.how-it-works-consulting-section h2{font-size:2rem;margin-bottom:2.5rem;color:#fff;text-transform:uppercase;letter-spacing:1px;border-left:4px solid #fff;padding-left:15px}.process-flow{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;align-items:start}.process-step{background-color:#1a1a1a;padding:2rem 1.5rem;border-radius:10px;text-align:center;transition:all .3s ease;position:relative}.process-step:hover{transform:translateY(-5px);box-shadow:0 8px 25px #ffffff1a}.step-number{width:50px;height:50px;background:#000;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;color:#fff;font-weight:700;margin:0 auto 1rem;box-shadow:0 4px 15px #0000004d}.process-step p{color:#ccc;font-size:1rem;line-height:1.5;margin:0;font-weight:500}.process-connector{display:flex;align-items:center;justify-content:center;color:#666;font-size:1.5rem;margin-top:2rem}.deliverables-consulting-section{background-color:#111;padding:3rem;border-radius:12px;box-shadow:0 4px 20px #ffffff0d}.deliverables-consulting-section h2{font-size:2rem;margin-bottom:2rem;color:#fff;text-transform:uppercase;letter-spacing:1px;border-left:4px solid #fff;padding-left:15px}.deliverables-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.deliverable-item{background-color:#1a1a1a;padding:2rem;border-radius:8px;text-align:center;transition:all .3s ease;border-top:3px solid #444}.deliverable-item:hover{transform:translateY(-5px);border-top-color:#fff;box-shadow:0 8px 25px #ffffff1a}.deliverable-icon{font-size:2rem;margin-bottom:1rem;display:block}.deliverable-item p{color:#ccc;line-height:1.6;font-size:1rem;margin:0;font-weight:500}.consulting-cta-section{text-align:center;background-color:#111;padding:3rem;border-radius:12px;box-shadow:0 4px 20px #ffffff0d}.consulting-cta-section .anchor{list-style:none;padding:0;margin:0}.consulting-cta-section .anchor a{display:inline-flex;align-items:center;justify-content:center;background-color:#fff;color:#000;font-weight:700;text-decoration:none;padding:1.2rem 3rem;border-radius:50px;transition:all .3s ease;font-size:1.2rem;border:2px solid transparent}.consulting-cta-section .anchor a:hover{background-color:transparent;color:#fff;border:2px solid #fff;transform:translateY(-3px)}.consulting-cta-section .icon{margin-left:12px;font-size:1.6rem;transition:transform .3s ease}.consulting-cta-section .anchor a:hover .icon{transform:translate(8px)}@media (max-width: 1024px){.services-grid{grid-template-columns:1fr}.process-flow{grid-template-columns:repeat(2,1fr);gap:2rem}.deliverables-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.consulting-section{padding:3rem 1%}.services-consulting-section,.how-it-works-consulting-section,.deliverables-consulting-section,.consulting-cta-section{padding:2rem}.services-consulting-section h2,.how-it-works-consulting-section h2,.deliverables-consulting-section h2{font-size:1.8rem}.service-item{padding:1.5rem}.process-flow{grid-template-columns:1fr;gap:1.5rem}.process-step{padding:1.5rem}.process-connector{display:none}.deliverables-grid{grid-template-columns:1fr}.deliverable-item{padding:1.5rem}.consulting-cta-section .anchor a{padding:1rem 2.5rem;font-size:1.1rem}}@media (max-width: 480px){.consulting-section{padding:2rem .5rem}.services-consulting-section,.how-it-works-consulting-section,.deliverables-consulting-section,.consulting-cta-section{padding:1.5rem}.services-consulting-section h2,.how-it-works-consulting-section h2,.deliverables-consulting-section h2{font-size:1.6rem}.service-item{padding:1.2rem}.service-icon{font-size:1.8rem}.service-item strong{font-size:1.1rem}.consulting-cta-section .anchor a{padding:.9rem 2rem;font-size:1rem}}.copywriting-section{padding:4rem 2%;font-family:Poppins,sans-serif;color:#fff;max-width:100%;width:100%;margin:0 auto}.copywriting-content{display:flex;flex-direction:column;gap:3rem}.services-copy-section{background-color:#111;padding:3rem;border-radius:12px;box-shadow:0 4px 20px #ffffff0d}.services-copy-section h2{font-size:2rem;margin-bottom:2.5rem;color:#fff;text-transform:uppercase;letter-spacing:1px;border-left:4px solid #fff;padding-left:15px}.services-copy-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.service-copy-item{background-color:#1a1a1a;padding:2rem;border-radius:10px;border-left:4px solid #444;transition:all .3s ease;position:relative}.service-copy-item:hover{transform:translateY(-5px);border-left-color:#fff;box-shadow:0 8px 25px #ffffff1a}.service-copy-icon{font-size:2rem;margin-bottom:1rem;display:block}.service-copy-item strong{color:#fff;font-size:1.3rem;display:block;margin-bottom:.8rem;font-weight:600}.service-copy-item p{color:#ccc;line-height:1.6;font-size:1.05rem;margin:0}.how-it-works-copy-section{background-color:#111;padding:3rem;border-radius:12px;box-shadow:0 4px 20px #ffffff0d}.how-it-works-copy-section h2{font-size:2rem;margin-bottom:2.5rem;color:#fff;text-transform:uppercase;letter-spacing:1px;border-left:4px solid #fff;padding-left:15px}.copy-process-flow{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;align-items:start}.copy-process-step{background-color:#1a1a1a;padding:2rem 1.5rem;border-radius:10px;text-align:center;transition:all .3s ease;position:relative}.copy-process-step:hover{transform:translateY(-5px);box-shadow:0 8px 25px #ffffff1a}.copy-step-number{width:50px;height:50px;background:#000;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;color:#fff;font-weight:700;margin:0 auto 1rem;box-shadow:0 4px 15px #0000004d}.copy-process-step p{color:#ccc;font-size:1rem;line-height:1.5;margin:0;font-weight:500}.copy-process-connector{display:flex;align-items:center;justify-content:center;color:#666;font-size:1.5rem;margin-top:2rem}.deliverables-copy-section{background-color:#111;padding:3rem;border-radius:12px;box-shadow:0 4px 20px #ffffff0d}.deliverables-copy-section h2{font-size:2rem;margin-bottom:2rem;color:#fff;text-transform:uppercase;letter-spacing:1px;border-left:4px solid #fff;padding-left:15px}.deliverables-copy-content{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.deliverable-copy-item{background-color:#1a1a1a;padding:2rem;border-radius:10px;border-top:3px solid #444;transition:all .3s ease}.deliverable-copy-item:hover{transform:translateY(-5px);border-top-color:#fff;box-shadow:0 8px 25px #ffffff1a}.deliverable-copy-icon{font-size:2rem;margin-bottom:1rem;display:block}.deliverable-copy-item p{color:#ccc;line-height:1.6;font-size:1.05rem;margin:0;font-weight:500}.deliverable-features{list-style:none;padding:0;margin:1rem 0 0}.deliverable-features li{color:#999;font-size:.9rem;line-height:1.5;margin-bottom:.3rem;padding-left:1rem;position:relative}.deliverable-features li:before{content:"•";position:absolute;left:0;color:#fff}.copywriting-cta-section{text-align:center;background-color:#111;padding:3rem;border-radius:12px;box-shadow:0 4px 20px #ffffff0d}.copywriting-cta-section .anchor{list-style:none;padding:0;margin:0}.copywriting-cta-section .anchor a{display:inline-flex;align-items:center;justify-content:center;background-color:#fff;color:#000;font-weight:700;text-decoration:none;padding:1.2rem 3rem;border-radius:50px;transition:all .3s ease;font-size:1.2rem;border:2px solid transparent}.copywriting-cta-section .anchor a:hover{background-color:transparent;color:#fff;border:2px solid #fff;transform:translateY(-3px)}.copywriting-cta-section .icon{margin-left:12px;font-size:1.6rem;transition:transform .3s ease}.copywriting-cta-section .anchor a:hover .icon{transform:translate(8px)}@media (max-width: 1024px){.services-copy-grid{grid-template-columns:1fr}.copy-process-flow{grid-template-columns:repeat(2,1fr);gap:2rem}.deliverables-copy-content{grid-template-columns:1fr}}@media (max-width: 768px){.copywriting-section{padding:3rem 1%}.services-copy-section,.how-it-works-copy-section,.deliverables-copy-section,.copywriting-cta-section{padding:2rem}.services-copy-section h2,.how-it-works-copy-section h2,.deliverables-copy-section h2{font-size:1.8rem}.service-copy-item{padding:1.5rem}.copy-process-flow{grid-template-columns:1fr;gap:1.5rem}.copy-process-step{padding:1.5rem}.copy-process-connector{display:none}.deliverable-copy-item{padding:1.5rem}.copywriting-cta-section .anchor a{padding:1rem 2.5rem;font-size:1.1rem}}@media (max-width: 480px){.copywriting-section{padding:2rem .5rem}.services-copy-section,.how-it-works-copy-section,.deliverables-copy-section,.copywriting-cta-section{padding:1.5rem}.services-copy-section h2,.how-it-works-copy-section h2,.deliverables-copy-section h2{font-size:1.6rem}.service-copy-item{padding:1.2rem}.service-copy-icon{font-size:1.8rem}.service-copy-item strong{font-size:1.1rem}.copywriting-cta-section .anchor a{padding:.9rem 2rem;font-size:1rem}}.blog{min-height:100vh;background:linear-gradient(135deg,#0c0c0c,#1a1a1a);padding:100px 20px 80px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#fff}.blog-container{max-width:1400px;margin:0 auto}.blog-header{text-align:center;margin-bottom:80px;padding:0 20px}.blog-title{font-size:4rem;font-weight:800;margin-bottom:24px;background:linear-gradient(135deg,#fff,#ccc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em;line-height:1.1}.blog-subtitle{font-size:1.4rem;font-weight:400;color:#ccc;max-width:600px;margin:0 auto 40px;line-height:1.6}.blog-stats{display:flex;justify-content:center;gap:60px;margin-top:40px}.stat{text-align:center}.stat-number{display:block;font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:8px}.stat-label{font-size:.9rem;color:#888;text-transform:uppercase;letter-spacing:.05em}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:40px;text-align:center;color:#fff}.featured-posts{margin-bottom:80px}.featured-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:40px;margin-bottom:60px}.featured-post{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:20px;overflow:hidden;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:all .3s cubic-bezier(.4,0,.2,1)}.featured-post:hover{transform:translateY(-8px);border-color:#fff3;box-shadow:0 20px 40px #0000004d}.featured-image{position:relative;height:300px;overflow:hidden}.featured-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.featured-post:hover .featured-image img{transform:scale(1.05)}.featured-badge{position:absolute;top:20px;left:20px;background:#fff;color:#000;padding:8px 16px;border-radius:20px;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.featured-content{padding:30px}.all-posts{margin-bottom:80px}.posts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:30px}.blog-post{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:16px;overflow:hidden;transition:all .3s ease}.blog-post:hover{transform:translateY(-4px);border-color:#ffffff26;box-shadow:0 10px 30px #0003}.post-image{position:relative;height:220px;overflow:hidden}.post-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.blog-post:hover .post-image img{transform:scale(1.05)}.post-category{position:absolute;top:16px;left:16px;background:#000c;color:#fff;padding:6px 12px;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.post-content{padding:24px}.post-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;font-size:.875rem;color:#888}.post-date{font-weight:500}.post-read-time{background:#ffffff1a;padding:4px 8px;border-radius:8px;font-weight:500}.post-title{font-size:1.4rem;font-weight:700;line-height:1.3;margin-bottom:12px;color:#fff}.post-excerpt{color:#ccc;line-height:1.6;margin-bottom:20px;font-size:.95rem}.read-more-btn{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3);padding:12px 20px;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease;text-decoration:none}.read-more-btn:hover{background:#ffffff1a;border-color:#ffffff80;transform:translate(4px)}.read-more-btn.primary{background:#fff;color:#000;border:none}.read-more-btn.primary:hover{background:#e0e0e0;transform:translate(4px)}.btn-icon{width:16px;height:16px;transition:transform .3s ease}.read-more-btn:hover .btn-icon{transform:translate(4px)}.blog-cta{background:linear-gradient(135deg,#ffffff0d,#ffffff05);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:60px 40px;text-align:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.cta-content h3{font-size:2.2rem;font-weight:700;margin-bottom:16px;color:#fff}.cta-content p{font-size:1.1rem;color:#ccc;margin-bottom:40px;max-width:500px;margin-left:auto;margin-right:auto;line-height:1.6}.newsletter-form{max-width:500px;margin:0 auto}.input-group{display:flex;gap:12px;margin-bottom:12px}.newsletter-input{flex:1;padding:16px 20px;border:1px solid rgba(255,255,255,.2);border-radius:8px;font-size:1rem;transition:all .3s ease;background:#ffffff0d;color:#fff}.newsletter-input:focus{outline:none;border-color:#ffffff80;box-shadow:0 0 0 3px #ffffff1a}.newsletter-input::placeholder{color:#888}.newsletter-btn{background:#fff;color:#000;border:none;padding:16px 24px;border-radius:8px;font-weight:700;cursor:pointer;transition:all .3s ease;white-space:nowrap}.newsletter-btn:hover{background:#e0e0e0;transform:translateY(-2px)}.form-note{font-size:.875rem;color:#888;margin-top:8px}.success-message{display:flex;align-items:center;justify-content:center;gap:12px;background:#22c55e1a;border:1px solid rgba(34,197,94,.3);color:#22c55e;padding:16px 24px;border-radius:8px;font-weight:600}.success-icon{width:20px;height:20px}@media (max-width: 1024px){.featured-grid{grid-template-columns:1fr}.posts-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}}@media (max-width: 768px){.blog{padding:80px 16px 60px}.blog-title{font-size:3rem}.blog-subtitle{font-size:1.2rem}.blog-stats{gap:40px}.stat-number,.section-title{font-size:2rem}.featured-grid{grid-template-columns:1fr;gap:30px}.posts-grid{grid-template-columns:1fr;gap:20px}.input-group{flex-direction:column}.blog-cta{padding:40px 20px}}@media (max-width: 480px){.blog-title{font-size:2.5rem}.blog-stats{flex-direction:column;gap:20px}.featured-content,.post-content{padding:20px}.cta-content h3{font-size:1.8rem}}
