@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Martian+Mono:wght@100..800&display=swap";@import"https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap";.homepage{display:flex;flex-direction:column;gap:50px;background:#f1f1f1}.homeAbout{background:#121212;border-radius:30px}.homeAbout .homeAbout-container{max-width:1200px;margin:auto;padding:100px 0}@media screen and (max-width: 1200px){.homeAbout .homeAbout-container{padding:100px 20px}}@media screen and (max-width: 1024px){.homeAbout .homeAbout-container{padding:100px 60px}}@media screen and (max-width: 768px){.homeAbout .homeAbout-container{padding:100px 20px}}.homeAbout .homeAbout-container .homeAbout-top{background:#2b2b2b;display:flex;border-radius:20px;padding:20px}@media screen and (max-width: 1024px){.homeAbout .homeAbout-container .homeAbout-top{flex-direction:column;gap:20px;padding:30px 20px}}.homeAbout .homeAbout-container .homeAbout-top .homeAbout-top-left{flex:6;display:flex;flex-direction:column;justify-content:space-between}.homeAbout .homeAbout-container .homeAbout-top .homeAbout-top-left .homeAbout-top-left-top p{display:flex;align-items:center;gap:7px;font-size:16px;text-transform:uppercase;color:#fff}.homeAbout .homeAbout-container .homeAbout-top .homeAbout-top-left .homeAbout-top-left-top p .dot{height:10px;width:10px;background:#2671fe;border-radius:50%}.homeAbout .homeAbout-container .homeAbout-top .homeAbout-top-left .homeAbout-top-left-top h3{font-size:30px;margin-top:20px;font-family:Martian Mono,monospace;color:#fff;margin-bottom:20px}@media screen and (max-width: 768px){.homeAbout .homeAbout-container .homeAbout-top .homeAbout-top-left .homeAbout-top-left-top h3{font-size:25px}}@media screen and (max-width: 480px){.homeAbout .homeAbout-container .homeAbout-top .homeAbout-top-left .homeAbout-top-left-top h3{font-size:18px}}.homeAbout .homeAbout-container .homeAbout-top .homeAbout-top-left .homeAbout-top-left-bottom p{color:#b3b3b3;font-size:18px;width:90%;line-height:1.5}@media screen and (max-width: 480px){.homeAbout .homeAbout-container .homeAbout-top .homeAbout-top-left .homeAbout-top-left-bottom p{font-size:16px}}.homeAbout .homeAbout-container .homeAbout-top .homeAbout-top-left .homeAbout-top-left-bottom .about-btn{border:1px solid #fff;background:transparent;padding:15px 20px;margin-top:20px;font-size:16px;color:#fff;border-radius:5px;cursor:pointer;transition:all .3s ease-in-out;display:inline-block}.homeAbout .homeAbout-container .homeAbout-top .homeAbout-top-left .homeAbout-top-left-bottom .about-btn:hover{background:#fff;color:#121212}.homeAbout .homeAbout-container .homeAbout-top .homeAbout-top-right{flex:4}.homeAbout .homeAbout-container .homeAbout-top .homeAbout-top-right img{display:block;width:100%;height:auto;object-fit:contain;border-radius:10px}.homeAbout .homeAbout-container .homeAbout-center{margin-top:100px}.homeAbout .homeAbout-container .homeAbout-center p{display:flex;align-items:center;gap:7px;font-size:16px;text-transform:uppercase;color:#fff}.homeAbout .homeAbout-container .homeAbout-center p .dot{height:10px;width:10px;background:#2671fe;border-radius:50%}.homeAbout .homeAbout-container .homeAbout-center .homeAbout-center-cards{margin-top:30px;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}@media screen and (max-width: 480px){.homeAbout .homeAbout-container .homeAbout-center .homeAbout-center-cards{grid-template-columns:repeat(2,1fr)}}.homeAbout .homeAbout-container .homeAbout-center .homeAbout-center-cards .homeAbout-center-card img{width:100%;display:block}.homeAbout .homeAbout-container .homeAbout-bottom{margin-top:100px}.homeAbout .homeAbout-container .homeAbout-bottom .homeAbout-bottom-top p{display:flex;align-items:center;gap:7px;font-size:16px;text-transform:uppercase;color:#fff}.homeAbout .homeAbout-container .homeAbout-bottom .homeAbout-bottom-top p .dot{height:10px;width:10px;background:#2671fe;border-radius:50%}.homeAbout .homeAbout-container .homeAbout-bottom .homeAbout-bottom-top h3{font-size:30px;margin-top:20px;font-family:Martian Mono,monospace;color:#fff;line-height:1.5;font-weight:400}@media screen and (max-width: 768px){.homeAbout .homeAbout-container .homeAbout-bottom .homeAbout-bottom-top h3{font-size:25px}}@media screen and (max-width: 480px){.homeAbout .homeAbout-container .homeAbout-bottom .homeAbout-bottom-top h3{font-size:18px}}.homeAbout .homeAbout-container .homeAbout-bottom .homeAbout-bottom-cards{margin-top:40px}.homeAbout .homeAbout-container .homeAbout-bottom .homeAbout-bottom-cards .homeAbout-bottom-card{max-width:500px;height:500px;background:#2b2b2b;padding:30px;display:flex;flex-direction:column;justify-content:space-between;border-radius:20px}.homeAbout .homeAbout-container .homeAbout-bottom .homeAbout-bottom-cards .homeAbout-bottom-card h4{font-size:23px;color:#fff;line-height:1.5;font-weight:500}@media screen and (max-width: 480px){.homeAbout .homeAbout-container .homeAbout-bottom .homeAbout-bottom-cards .homeAbout-bottom-card h4{font-size:18px}}.homeAbout .homeAbout-container .homeAbout-bottom .homeAbout-bottom-cards .homeAbout-bottom-card .homeAbout-bottom-card-profile{display:flex;align-items:center;gap:20px}@media screen and (max-width: 768px){.homeAbout .homeAbout-container .homeAbout-bottom .homeAbout-bottom-cards .homeAbout-bottom-card .homeAbout-bottom-card-profile{margin-top:30px}}.homeAbout .homeAbout-container .homeAbout-bottom .homeAbout-bottom-cards .homeAbout-bottom-card .homeAbout-bottom-card-profile img{width:70px;height:70px;object-fit:cover;border-radius:50%}@media screen and (max-width: 480px){.homeAbout .homeAbout-container .homeAbout-bottom .homeAbout-bottom-cards .homeAbout-bottom-card .homeAbout-bottom-card-profile img{width:50px;height:50px}}.homeAbout .homeAbout-container .homeAbout-bottom .homeAbout-bottom-cards .homeAbout-bottom-card .homeAbout-bottom-card-profile .homeAbout-bottom-card-profile-right p{color:#fff;font-size:22px}@media screen and (max-width: 768px){.homeAbout .homeAbout-container .homeAbout-bottom .homeAbout-bottom-cards .homeAbout-bottom-card .homeAbout-bottom-card-profile .homeAbout-bottom-card-profile-right p{font-size:18px}}.review-nav-buttons{display:flex;z-index:10;margin-top:20px;gap:30px}.swiper-button-prev-custom,.swiper-button-next-custom{background-color:#000;border:1px solid #ddd;border-radius:50%;width:50px;height:50px;font-size:22px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:.3s ease}.swiper-button-prev-custom.disabled,.swiper-button-next-custom.disabled{opacity:.4;pointer-events:none}.swiper-button-prev-custom:hover,.swiper-button-next-custom:hover{background-color:#f0f0f0;color:#000}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}: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);-webkit-backface-visibility:hidden;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}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.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)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.brandCards{max-width:1200px;margin:auto}.brandCards p{display:flex;align-items:center;gap:7px;font-size:16px;text-transform:uppercase;color:#fff}.brandCards p .dot{height:10px;width:10px;background:#ff3c78;border-radius:50%}.brandCards .brand-cards{margin-top:30px;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;align-items:center;transition:all .5s ease-in-out}@media screen and (max-width: 480px){.brandCards .brand-cards{grid-template-columns:repeat(2,1fr);gap:10px}}.brandCards .brand-cards .brand-card{background:#2b2b2b;border-radius:10px;display:flex;align-items:center}.brandCards .brand-cards .brand-card img{width:100%;display:block;height:170px;object-fit:contain;border-radius:10px}.loader-container{display:flex;align-items:center;justify-content:center;margin-top:30px}.loader-container .loader{width:60px;aspect-ratio:2;--_g: no-repeat radial-gradient(circle closest-side, #2671fe 90%, #0000);background:var(--_g) 0% 50%,var(--_g) 50% 50%,var(--_g) 100% 50%;background-size:33.3333333333% 50%;animation:l3 1s infinite linear}@keyframes l3{20%{background-position:0% 0%,50% 50%,100% 50%}40%{background-position:0% 100%,50% 0%,100% 50%}60%{background-position:0% 50%,50% 100%,100% 0%}80%{background-position:0% 50%,50% 50%,100% 100%}}.homeBanner{background:#121212;border-radius:0 0 30px 30px;padding-bottom:100px;overflow:hidden}.homeBanner .banner-video{position:relative}.homeBanner .banner-video video{width:100%;height:100vh;object-fit:cover;display:block}.homeBanner .banner-video .homeBanner-video-desc{position:absolute;width:100%;max-width:1000px;top:60%;left:5%;z-index:2;color:#fff;padding:0 20px}@media screen and (max-width: 768px){.homeBanner .banner-video .homeBanner-video-desc{top:70%}}@media screen and (max-width: 480px){.homeBanner .banner-video .homeBanner-video-desc{left:0%}}.homeBanner .banner-video .homeBanner-video-desc p{display:flex;align-items:center;gap:7px;font-size:18px}.homeBanner .banner-video .homeBanner-video-desc p .dot{height:10px;width:10px;background:#2671fe;border-radius:50%}.homeBanner .banner-video .homeBanner-video-desc h3{font-size:60px;margin-top:10px;font-family:Martian Mono,monospace;line-height:1.5}@media screen and (max-width: 1024px){.homeBanner .banner-video .homeBanner-video-desc h3{font-size:40px;margin-top:20px}}@media screen and (max-width: 480px){.homeBanner .banner-video .homeBanner-video-desc h3{font-size:30px}}.homeBanner .homeBanner-desc{max-width:1000px;margin:auto}@media screen and (max-width: 1024px){.homeBanner .homeBanner-desc{max-width:800px;padding:0 10px}}.homeBanner .homeBanner-desc h2{font-size:40px;color:#fff;margin-top:70px;font-weight:400;line-height:1.5}@media screen and (max-width: 480px){.homeBanner .homeBanner-desc h2{font-size:30px}}.homeBanner .homeBanner-desc .homeBanner-desc-bottom{display:flex;color:#b3b3b3;margin-top:70px;align-items:flex-start}@media screen and (max-width: 768px){.homeBanner .homeBanner-desc .homeBanner-desc-bottom{flex-direction:column;gap:30px}}.homeBanner .homeBanner-desc .homeBanner-desc-bottom .profile{display:flex;align-items:center;gap:7px;flex:3;font-size:18px}.homeBanner .homeBanner-desc .homeBanner-desc-bottom .profile .dot{height:10px;width:10px;background:#2671fe;border-radius:50%}.homeBanner .homeBanner-desc .homeBanner-desc-bottom .homeBanner-desc-bottom-right{display:flex;flex-direction:column;gap:20px;flex:7}.homeBanner .homeBanner-desc .homeBanner-desc-bottom .homeBanner-desc-bottom-right p{font-size:18px;line-height:2}.homeBanner .homeBanner-cards-container{width:100%;margin:70px auto auto;overflow:hidden;position:relative}.homeBanner .homeBanner-cards-container:hover .homeBanner-cards-track{animation-play-state:paused}.homeBanner .homeBanner-cards-track{display:flex;gap:50px;width:max-content;animation:scroll 30s linear infinite;align-items:center}@media screen and (max-width: 480px){.homeBanner .homeBanner-cards-track{gap:30px}}.homeBanner .homeBanner-card{flex-shrink:0;width:200px;background:#2b2b2b;border-radius:10px}.homeBanner .homeBanner-card img{width:100%;height:170px;object-fit:contain}.partner{padding-bottom:100px;max-width:1200px;margin:auto;width:100%}@media screen and (max-width: 1200px){.partner{padding:0 10px 100px}}.partner h2{font-size:30px;line-height:1.5;font-family:Martian Mono,monospace}@media screen and (max-width: 480px){.partner h2{font-size:22px}}.partner .partner-slider-cards{margin-top:40px;display:flex;gap:30px}.partner .partner-slider-cards .partner-slider-card{position:relative;padding-right:40px;padding-left:20px}.partner .partner-slider-cards .partner-slider-card:after{content:"";position:absolute;right:10px;top:10%;height:80%;width:1px;background-color:#ccc}.partner .partner-slider-cards .partner-slider-card img{border-radius:20px;width:100%;object-fit:contain;height:200px}.partner .partner-slider-cards .swiper-slide:last-child .partner-slider-card:after{display:none}.service{background:#121212;border-radius:30px}.service .service-contaniner{max-width:1200px;margin:auto;padding:60px 20px}@media screen and (max-width: 480px){.service .service-contaniner{padding:60px 10px}}.service .service-contaniner .service-top h2{color:#fff;font-size:40px;margin-bottom:30px;font-family:Martian Mono,monospace}@media screen and (max-width: 480px){.service .service-contaniner .service-top h2{font-size:25px}}.service .service-contaniner .service-top p{color:#b3b3b3;width:80%;font-size:18px;line-height:1.5;font-weight:500}@media screen and (max-width: 768px){.service .service-contaniner .service-top p{width:100%}}.service .service-contaniner .service-cards{margin-top:40px;position:relative}.service .service-contaniner .service-cards .service-card{display:flex;gap:100px;background:#fff;padding:40px 50px;border-radius:20px;position:sticky;z-index:1;margin-bottom:10px;transition:transform .5s ease;will-change:transform,opacity,background-color}@media screen and (max-width: 768px){.service .service-contaniner .service-cards .service-card{padding:20px}}.service .service-contaniner .service-cards .service-card .service-card-left span{color:#7c7c7c;font-weight:500;font-size:18px}.service .service-contaniner .service-cards .service-card .service-card-left h2{font-family:Martian Mono,monospace;margin:30px 0;font-size:30px}@media screen and (max-width: 480px){.service .service-contaniner .service-cards .service-card .service-card-left h2{font-size:25px}}.service .service-contaniner .service-cards .service-card .service-card-left p{color:#7c7c7c;line-height:1.5;font-weight:500;font-size:18px}@media screen and (max-width: 480px){.service .service-contaniner .service-cards .service-card .service-card-left p{font-size:16px}}@media screen and (max-width: 1024px){.service .service-contaniner .service-cards .service-card .service-card-right{display:none}}.service .service-contaniner .service-cards .service-card .service-card-right img{width:300px;height:300px;object-fit:cover;display:block;border-radius:10px}.projects{max-width:1200px;margin:auto;width:100%}@media screen and (max-width: 1200px){.projects{padding:0 10px}}.projects h2{font-size:30px;font-family:Martian Mono,monospace;text-align:center;margin-bottom:30px}.projects .projects-cards .projects-card{position:relative;overflow:hidden;transition:all .4s ease;border-radius:10px}.projects .projects-cards .projects-card:hover{transform:translateY(-5px);border-radius:10px}.projects .projects-cards .projects-card:hover img{transform:scale(1.03);filter:brightness(1.05)}.projects .projects-cards .projects-card:hover .projects-card-desc h3{color:#2671fe}.projects .projects-cards .projects-card img{width:100%;height:500px;object-fit:cover;border-radius:10px;display:flex;align-items:flex-start;transition:all .4s cubic-bezier(.25,.45,.45,.95);will-change:transform}.projects .projects-cards .projects-card .projects-card-desc{margin-top:20px;transition:all .3s ease}.projects .projects-cards .projects-card .projects-card-desc h3{font-size:20px;margin-bottom:10px;transition:color .3s ease}.projects .projects-cards .projects-card .projects-card-desc p{line-height:1.5;font-size:16px;font-weight:500;color:#7c7c7c}.howitworks{max-width:1000px;margin:auto;display:flex;gap:10%;align-items:center}@media screen and (max-width: 1200px){.howitworks{padding:0 40px}}@media screen and (max-width: 1024px){.howitworks{flex-direction:column;max-width:750px;gap:40px;padding:0 20px;align-items:normal}}@media screen and (max-width: 480px){.howitworks{padding:0 10px}}.howitworks .howitworks-left{flex:1}.howitworks .howitworks-left .howitworks-left-top h2{font-size:30px;font-family:Martian Mono,monospace;line-height:1.5}@media screen and (max-width: 480px){.howitworks .howitworks-left .howitworks-left-top h2{font-size:27px}}.howitworks .howitworks-left .howitworks-left-top p{font-size:18px;color:#7c7c7c;line-height:1.5;margin-top:30px;font-weight:500}@media screen and (max-width: 480px){.howitworks .howitworks-left .howitworks-left-top p{font-size:16px}}.howitworks .howitworks-left .howitworks-left-items{margin-top:100px;display:flex;flex-direction:column;font-weight:700;gap:30px}@media screen and (max-width: 1024px){.howitworks .howitworks-left .howitworks-left-items{margin:50px 0 30px}}.howitworks .howitworks-left .howitworks-left-items .how-link{font-size:30px;cursor:pointer;transition:all .3s ease-in-out}@media screen and (max-width: 480px){.howitworks .howitworks-left .howitworks-left-items .how-link{font-size:22px}}.howitworks .howitworks-left .howitworks-left-items .how-link:hover{color:#2671fe}.howitworks .howitworks-right{flex:1}.howitworks .howitworks-right img{width:100%;height:600px;border-radius:20px;object-fit:cover}@media screen and (max-width: 480px){.howitworks .howitworks-right img{height:100%}}.navbar{display:flex;justify-content:space-between;align-items:center;padding:10px 0;position:fixed;left:50%;width:100%;z-index:999;transform:translate(-50%);transition:all .3s ease-in-out;width:95%}@media (min-width: 1025px){.navbar .nav-mobile-menu{display:none}}.navbar.contact-nav .navbar-center ul li{color:#000}.navbar.contact-nav .navbar-center ul li:hover{color:#fff}.navbar.contact-nav .nav-mobile-menu .mobileMenu .burger span{background:#000}.navbar.blurred{background:#2c292963;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px #6652521a;margin:10px 0;border-radius:10px;padding:0 10px;top:10px}.navbar.blurred.contact-nav .navbar-center ul li{color:#fff!important}.navbar.blurred .navbar-left img{width:50px}.navbar.blurred .menuList{top:120px}.navbar .navbar-left img{width:70px;height:70px;object-fit:contain}@media screen and (max-width: 1024px){.navbar .navbar-center{display:none}}.navbar .navbar-center ul{display:flex;list-style:none}.navbar .navbar-center ul li{color:#fff;padding:10px 15px;transition:all .3s ease-in-out;position:relative;font-size:16px;font-weight:500}.navbar .navbar-center ul li:hover{background:#3e3e41a1;border-radius:5px}.navbar .navbar-center ul li .nav-card{position:absolute;top:70px;left:-50%;display:flex;background:#fff;color:#000;padding:20px;gap:10px;border-radius:10px;width:600px;text-transform:capitalize;overflow-y:auto}.navbar .navbar-center ul li .nav-card .nav-card-left{flex:6}.navbar .navbar-center ul li .nav-card .nav-card-left .nav-card-left-top p{color:#585858;font-size:15px;font-weight:500;line-height:1.5}.navbar .navbar-center ul li .nav-card .nav-card-left .nav-card-left-top p:first-child{margin-bottom:10px;color:#000;font-size:18px;cursor:pointer;transition:all .3s ease-in-out}.navbar .navbar-center ul li .nav-card .nav-card-left .nav-card-left-top p:first-child:hover{color:#2671fe}.navbar .navbar-center ul li .nav-card .nav-card-left .nav-card-left-bottom{max-height:250px;overflow-y:auto;padding-right:10px;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.3) transparent}.navbar .navbar-center ul li .nav-card .nav-card-left .nav-card-left-bottom::-webkit-scrollbar{width:6px}.navbar .navbar-center ul li .nav-card .nav-card-left .nav-card-left-bottom::-webkit-scrollbar-track{background:transparent}.navbar .navbar-center ul li .nav-card .nav-card-left .nav-card-left-bottom::-webkit-scrollbar-thumb{background-color:#0000004d;border-radius:10px}.navbar .navbar-center ul li .nav-card .nav-card-left .nav-card-left-bottom p{font-size:14px;color:#585858}.navbar .navbar-center ul li .nav-card .nav-card-left .nav-card-left-bottom .nav-card-links{display:flex;flex-direction:column;margin-top:10px}.navbar .navbar-center ul li .nav-card .nav-card-left .nav-card-left-bottom .nav-card-links .nav-card-link{padding:5px 0}.navbar .navbar-center ul li .nav-card .nav-card-left .nav-card-left-bottom .nav-card-links span{font-size:17px;margin-top:10px;transition:all .3s ease-in-out}.navbar .navbar-center ul li .nav-card .nav-card-left .nav-card-left-bottom .nav-card-links span:hover{color:#2671fe;cursor:pointer}.navbar .navbar-center ul li .nav-card hr{margin:30px 0;background:#dddd;border:none;height:1px}.navbar .navbar-center ul li .nav-card .nav-card-right{flex:4;background:#2b2b2b;padding:15px;border-radius:10px}.navbar .navbar-center ul li .nav-card .nav-card-right img{width:100%;border-radius:10px;margin-bottom:20px;display:block}.navbar .navbar-center ul li .nav-card .nav-card-right p:nth-child(2){color:#fff}.navbar .navbar-center ul li .nav-card .nav-card-right p:nth-child(3){margin-top:20px;font-size:14px;color:#b3b3b3}.navbar .navbar-center ul li .nav-card .nav-card-right span{margin-top:20px;display:inline-block;color:#fff;border-bottom:1px solid #fff;padding-bottom:5px;font-size:16px;cursor:pointer;transition:all .3s ease-in-out}.navbar .navbar-center ul li .nav-card .nav-card-right span:hover{color:#2671fe;border-bottom:1px solid #2671fe}@media screen and (max-width: 1024px){.navbar .navbar-right{display:none}}.navbar .navbar-right button{display:inline-block;padding:12px 15px;border-radius:4px;transition:all .2s ease-in;position:relative;overflow:hidden;cursor:pointer;color:#000;z-index:1;background:#fff;border:none;font-size:16px}.navbar .navbar-right button:before,.navbar .navbar-right button:after{content:"";position:absolute;left:50%;transform:translate(-50%) scaleY(1) scaleX(1.25);border-radius:50%;display:block;transition:all .5s .1s cubic-bezier(.55,0,.1,1);z-index:-1}.navbar .navbar-right button:before{top:100%;width:140%;height:180%;background-color:#fff}.navbar .navbar-right button:after{top:180%;width:160%;height:190%;background-color:#2671fe}.navbar .navbar-right button:hover{color:#fff}.navbar .navbar-right button:hover:before{top:-35%;background-color:#2671fe;transform:translate(-50%) scaleY(1.3) scaleX(.8)}.navbar .navbar-right button:hover:after{top:-45%;background-color:#2671fe;transform:translate(-50%) scaleY(1.3) scaleX(.8)}@media (min-width: 1025px){.mobileMenu{display:none}}.mobileMenu .burger{width:40px;height:40px;position:relative;z-index:1000;display:flex;flex-direction:column;justify-content:center;gap:6px;cursor:pointer;margin:20px}.mobileMenu .burger span{background:#fff;height:4px;width:100%;border-radius:5px;transition:all .4s ease}.mobileMenu .burger.open span:nth-child(1){transform:rotate(45deg) translate(2px,1px)}.mobileMenu .burger.open span:nth-child(2){transform:rotate(-45deg) translate(6px,-6px)}.mobileMenu .burger.open span:nth-child(3){display:none}.mobileMenu .menuList{list-style:none;padding:20px;background:#fff;position:absolute;top:90px;left:0;right:0;z-index:1200;box-shadow:0 8px 16px #00000026;border-radius:10px;max-height:80vh;overflow-y:auto}.mobileMenu .menuList .mobile-link{padding:15px 10px;font-size:18px;border-bottom:1px solid #eee;display:flex;flex-direction:column}.mobileMenu .menuList .mobile-link a{text-decoration:none;color:#111}.mobileMenu .menuList .mobile-link .submenu-title{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.mobileMenu .menuList .mobile-link .submenu-title .plus{width:15px;height:15px;position:relative;margin-left:10px}.mobileMenu .menuList .mobile-link .submenu-title .plus:before,.mobileMenu .menuList .mobile-link .submenu-title .plus:after{content:"";position:absolute;background-color:#333;transition:.3s}.mobileMenu .menuList .mobile-link .submenu-title .plus:before{height:100%;width:2px;left:50%;top:0;transform:translate(-50%)}.mobileMenu .menuList .mobile-link .submenu-title .plus:after{height:2px;width:100%;top:50%;left:0;transform:translateY(-50%)}.mobileMenu .menuList .mobile-link .submenu-title .plus.open:before{transform:translate(-50%) rotate(90deg)}.mobileMenu .menuList .mobile-link .submenu{padding-left:15px;list-style:none;overflow:hidden}.mobileMenu .menuList .mobile-link .submenu li{padding:15px 0;font-size:16px;color:#555}.mobileMenu .menuList .mobile-link .submenu li:first-child{margin-top:10px}.footer{background:#121212;padding:80px 100px 150px;border-radius:30px 30px 0 0;overflow:hidden}@media screen and (max-width: 480px){.footer{padding:80px 20px 130px}}.footer .footer-line{background:#2671fe;border:none;height:1px;border-radius:5px;margin:60px 0}.footer .footer-top{display:flex;justify-content:space-between}@media screen and (max-width: 1024px){.footer .footer-top{flex-wrap:wrap;gap:60px}}.footer .footer-top .footer-top-item ul{list-style:none}.footer .footer-top .footer-top-item:first-child ul{display:flex;flex-direction:column;gap:15px}.footer .footer-top .footer-top-item:first-child ul li{font-size:30px;color:#fff;transition:all .3s ease-in-out}.footer .footer-top .footer-top-item:first-child ul li:hover{color:#2671fe;cursor:pointer;transform:translate(5px)}.footer .footer-top .footer-top-item:nth-child(2) ul li{font-size:16px;color:#b3b3b3;margin-bottom:15px;transition:all .3s ease-in-out}.footer .footer-top .footer-top-item:nth-child(2) ul li:hover{color:#2671fe;cursor:pointer}.footer .footer-top .footer-top-item:nth-child(3) .address-top p{margin-bottom:30px}.footer .footer-top .footer-top-item:nth-child(3) .address-top p:nth-child(1){color:#fff;font-size:18px}.footer .footer-top .footer-top-item:nth-child(3) .address-top p:nth-child(2){font-size:16px;color:#b3b3b3}.footer .footer-top .footer-top-item:nth-child(3) .address-top p:nth-child(3){font-size:16px;color:#b3b3b3}.footer .footer-top .footer-address{display:flex;flex-direction:column;gap:30px}.footer .footer-top .footer-address .footer-address-item .address-top p{margin-bottom:10px}.footer .footer-top .footer-address .footer-address-item .address-top p:nth-child(1){color:#fff;font-size:18px}.footer .footer-top .footer-address .footer-address-item .address-top p:nth-child(2){font-size:16px;color:#b3b3b3}.footer .footer-top .footer-address .footer-address-item .address-top p:nth-child(3){font-size:16px;color:#b3b3b3}.footer .footer-center{display:flex;justify-content:space-between;align-items:center}@media screen and (max-width: 1024px){.footer .footer-center{flex-wrap:wrap;gap:60px}}.footer .footer-center .footer-center-item{color:#fff}.footer .footer-center .footer-center-item:nth-child(1) p{font-size:18px}.footer .footer-center .footer-center-item:nth-child(1) h5{font-size:25px;font-style:italic;margin-top:10px}.footer .footer-center .footer-center-item:nth-child(2) ul{list-style:none;display:flex;gap:20px}@media screen and (max-width: 480px){.footer .footer-center .footer-center-item:nth-child(2) ul{flex-wrap:wrap}}.footer .footer-center .footer-center-item:nth-child(2) ul li a{font-weight:500;transition:all .3s ease-in-out;font-family:Martian Mono,monospace}.footer .footer-center .footer-center-item:nth-child(2) ul li a:hover{color:#2671fe;cursor:pointer}.footer .footer-bottom{color:#fff;display:flex;justify-content:space-between}@media screen and (max-width: 1024px){.footer .footer-bottom{flex-wrap:wrap;gap:60px;flex-direction:column-reverse}}.footer .footer-bottom p{font-family:Martian Mono,monospace;font-size:14px;line-height:2}@media screen and (max-width: 480px){.footer .footer-bottom p{text-align:center}}@media screen and (max-width: 480px){.footer .footer-bottom .footer-bottom-right{display:flex;flex-direction:column;gap:10px;align-items:center}}.footer .footer-bottom .footer-bottom-right .footer-term{font-family:Martian Mono,monospace;font-size:14px;transition:all .3s ease-in-out;line-height:1.5}.footer .footer-bottom .footer-bottom-right .footer-term:hover{color:#2671fe;cursor:pointer}.footer .footer-bottom .footer-bottom-right .footer-bottom-line{margin:0 10px}@media screen and (max-width: 480px){.footer .footer-bottom .footer-bottom-right .footer-bottom-line{display:none}}.about{overflow:hidden}.about .about-empty{padding-top:100px}.about-banner{background:#121212}.about-banner .about-top{border-radius:0 10px 30px 30px}.about-banner .about-top:after{content:"";position:absolute;bottom:0;left:0;height:150px;width:100%;background:linear-gradient(to bottom,#12121200,#121212);pointer-events:none}.about-banner .about-top img{width:100%;height:100vh;object-fit:cover;filter:brightness(.5);display:block}.about-banner .about-top .about-banner-desc{position:absolute;top:60%;left:45%;transform:translate(-50%,-50%);width:80%}@media screen and (max-width: 768px){.about-banner .about-top .about-banner-desc{width:95%;left:50%;top:70%}}.about-banner .about-top .about-banner-desc span{display:flex;align-items:center;gap:7px;flex:3;font-size:16px;color:#b3b3b3;text-transform:uppercase;font-weight:500}.about-banner .about-top .about-banner-desc span .dot{height:10px;width:10px;background:#2671fe;border-radius:50%}.about-banner .about-top .about-banner-desc h1{font-family:Martian Mono,monospace;margin:10px 0 30px;color:#fff;line-height:1.5;font-size:40px}@media screen and (max-width: 1024px){.about-banner .about-top .about-banner-desc h1{font-size:25px}}@media screen and (max-width: 768px){.about-banner .about-top .about-banner-desc h1{font-size:25px}}@media screen and (max-width: 480px){.about-banner .about-top .about-banner-desc h1{font-size:20px}}.about-banner .about-top .about-banner-desc p{font-size:20px;color:#b3b3b3;font-weight:500;line-height:1.5}@media screen and (max-width: 480px){.about-banner .about-top .about-banner-desc p{font-size:16px}}.about-banner .about-video{padding:50px 0;display:flex;justify-content:center}@media screen and (max-width: 768px){.about-banner .about-video{padding:50px 10px}}.about-banner .about-video img{width:80%;height:400px;object-fit:cover;border-radius:20px}@media screen and (max-width: 768px){.about-banner .about-video img{width:100%;height:300px}}.aboutCulture{max-width:1000px;margin:auto;padding:100px 0;display:flex}@media screen and (max-width: 1024px){.aboutCulture{max-width:750px;flex-direction:column;padding:100px 10px}}.aboutCulture .aboutCulture-top-left{flex:4}.aboutCulture .aboutCulture-top-left p{display:flex;align-items:center;gap:7px;font-size:16px;text-transform:uppercase;color:#7c7c7c;font-weight:600}.aboutCulture .aboutCulture-top-left p .dot{height:10px;width:10px;background:#2671fe;border-radius:50%}.aboutCulture .aboutCulture-top-right{flex:6}.aboutCulture .aboutCulture-top-right h2{font-size:30px;font-family:Martian Mono,monospace;margin-bottom:30px;line-height:1.5}@media screen and (max-width: 1024px){.aboutCulture .aboutCulture-top-right h2{margin-top:20px}}@media screen and (max-width: 480px){.aboutCulture .aboutCulture-top-right h2{font-size:22px}}.aboutCulture .aboutCulture-top-right p{color:#7c7c7c;line-height:1.5;font-size:18px;font-weight:500}@media screen and (max-width: 480px){.aboutCulture .aboutCulture-top-right p{font-size:16px}}.aboutCulture .aboutCulture-top-right button{margin-top:40px;border:1px solid #ddd;padding:15px 30px;font-size:18px;transition:all .3s ease-in-out;border-radius:5px;font-weight:500}.aboutCulture .aboutCulture-top-right button:hover{background:#121212;color:#fff}.aboutMission{max-width:1000px;margin:auto;padding:100px 0}@media screen and (max-width: 1024px){.aboutMission{padding:100px 10px;max-width:750px}}.aboutMission .about-mission h1{font-family:Martian Mono,monospace;margin-bottom:40px;line-height:1.5}@media screen and (max-width: 768px){.aboutMission .about-mission h1{font-size:30px}}@media screen and (max-width: 480px){.aboutMission .about-mission h1{font-size:22px}}.aboutMission .about-mission .about-mission-desc{display:flex;margin-top:60px}@media screen and (max-width: 768px){.aboutMission .about-mission .about-mission-desc{flex-direction:column}}.aboutMission .about-mission .about-mission-desc .about-mission-desc-left{flex:4}.aboutMission .about-mission .about-mission-desc .about-mission-desc-left p{display:flex;align-items:center;gap:7px;font-size:16px;text-transform:uppercase;color:#7c7c7c;font-weight:600}.aboutMission .about-mission .about-mission-desc .about-mission-desc-left p .dot{height:10px;width:10px;background:#2671fe;border-radius:50%}.aboutMission .about-mission .about-mission-desc .about-mission-desc-right{flex:6}.aboutMission .about-mission .about-mission-desc .about-mission-desc-right p{color:#7c7c7c;line-height:1.5;font-size:18px;font-weight:500}@media screen and (max-width: 768px){.aboutMission .about-mission .about-mission-desc .about-mission-desc-right p{flex-direction:column;margin-top:20px}}@media screen and (max-width: 480px){.aboutMission .about-mission .about-mission-desc .about-mission-desc-right p{font-size:16px}}.aboutMission .about-mission .about-mission-desc .about-mission-desc-right p:last-child{margin-top:30px}.aboutMission .about-vision{display:flex;padding:100px 0}@media screen and (max-width: 1024px){.aboutMission .about-vision{flex-direction:column-reverse}}.aboutMission .about-vision .about-vision-left{flex:1}.aboutMission .about-vision .about-vision-left p{display:flex;align-items:center;gap:7px;font-size:16px;text-transform:uppercase;color:#7c7c7c;font-weight:600}.aboutMission .about-vision .about-vision-left p .dot{height:10px;width:10px;background:#2671fe;border-radius:50%}.aboutMission .about-vision .about-vision-left h3{color:#7c7c7c;line-height:1.5;font-size:18px;font-weight:500;margin-top:20px}@media screen and (max-width: 480px){.aboutMission .about-vision .about-vision-left h3{font-size:16px}}.aboutMission .about-vision .about-vision-right{flex:1;display:flex;gap:20px;justify-content:flex-end;margin-bottom:30px}@media screen and (max-width: 1024px){.aboutMission .about-vision .about-vision-right{justify-content:center}}@media screen and (max-width: 480px){.aboutMission .about-vision .about-vision-right{gap:10px}}.aboutMission .about-vision .about-vision-right .img-desc{width:200px;height:300px;background:#1488cc;border-radius:10px;background:-webkit-linear-gradient(to right,#2b32b2,#1488cc);background:linear-gradient(to right,#2b32b2,#1488cc);object-fit:cover}@media screen and (max-width: 480px){.aboutMission .about-vision .about-vision-right .img-desc{width:100%;height:100%}}@media screen and (max-width: 480px){.aboutMission .about-vision .about-vision-right .img-desc.img2{display:none}}.aboutMission .about-vision .about-vision-right .img-desc:last-child{margin-top:50px}.aboutPeople{background:#121212;border-radius:30px}.aboutPeople .aboutPeople-container{max-width:800px;padding:100px 0;margin:auto}@media screen and (max-width: 768px){.aboutPeople .aboutPeople-container{padding:100px 10px}}.aboutPeople .aboutPeople-container .aboutPeople-top p{display:flex;align-items:center;gap:7px;font-size:16px;text-transform:uppercase;color:#b3b3b3;font-weight:600}.aboutPeople .aboutPeople-container .aboutPeople-top p .dot{height:10px;width:10px;background:#2671fe;border-radius:50%}.aboutPeople .aboutPeople-container .aboutPeople-desc{color:#fff}.aboutPeople .aboutPeople-container .aboutPeople-desc h2{font-size:25px;font-family:Martian Mono,monospace;margin-top:20px;line-height:1.5}@media screen and (max-width: 768px){.aboutPeople .aboutPeople-container .aboutPeople-desc h2{font-size:20px}}@media screen and (max-width: 480px){.aboutPeople .aboutPeople-container .aboutPeople-desc h2{font-size:18px}}.aboutPeople .aboutPeople-container .aboutPeople-desc p{color:#b3b3b3;line-height:1.7;font-size:18px;font-weight:500;margin-top:40px}@media screen and (max-width: 480px){.aboutPeople .aboutPeople-container .aboutPeople-desc p{font-size:16px}}.aboutPeople .aboutPeople-container .aboutPeople-desc button{margin-top:40px;border:1px solid #ddd;padding:15px 30px;font-size:18px;transition:all .3s ease-in-out;border-radius:5px;font-weight:500;background:transparent;color:#fff;cursor:pointer}.aboutPeople .aboutPeople-container .aboutPeople-desc button:hover{background:#fff;color:#000}.aboutSlider .aboutSlider-imgs{width:100%;margin:auto;overflow:hidden;position:relative}.aboutSlider .aboutSlider-imgs .aboutSlider-track{display:flex;gap:40px;width:max-content;animation:scroll 30s linear infinite}@media screen and (max-width: 768px){.aboutSlider .aboutSlider-imgs .aboutSlider-track{gap:20px}}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.aboutSlider .aboutSlider-imgs .aboutSlider-track .aboutslider-img{flex-shrink:0;width:300px;border-radius:20px}@media screen and (max-width: 768px){.aboutSlider .aboutSlider-imgs .aboutSlider-track .aboutslider-img{width:150px}}.aboutSlider .aboutSlider-imgs .aboutSlider-track .aboutslider-img img{width:100%;height:auto;border-radius:20px}.aboutSlider .aboutSlider-imgs2{width:100%;margin:70px auto auto;overflow:hidden;position:relative}.aboutSlider .aboutSlider-imgs2 .aboutSlider-track{display:flex;gap:40px;width:max-content;animation:scrollReverse 30s linear infinite}@media screen and (max-width: 768px){.aboutSlider .aboutSlider-imgs2 .aboutSlider-track{gap:20px}}@keyframes scrollReverse{0%{transform:translate(-50%)}to{transform:translate(0)}}.aboutSlider .aboutSlider-imgs2 .aboutSlider-track .aboutslider-img{flex-shrink:0;width:300px;border-radius:20px}@media screen and (max-width: 768px){.aboutSlider .aboutSlider-imgs2 .aboutSlider-track .aboutslider-img{width:150px}}.aboutSlider .aboutSlider-imgs2 .aboutSlider-track .aboutslider-img img{width:100%;height:auto;border-radius:20px}.choose{background:#121212;border-radius:30px}.choose .choose-container{padding:100px 0;max-width:1200px;margin:auto;display:flex}@media screen and (max-width: 1200px){.choose .choose-container{padding:100px 10px}}@media screen and (max-width: 1024px){.choose .choose-container{flex-direction:column;max-width:750px;gap:40px}}.choose .choose-container .choose-left{flex:4}.choose .choose-container .choose-left p{display:flex;align-items:center;gap:7px;font-size:16px;text-transform:uppercase;color:#fff;font-weight:600}.choose .choose-container .choose-left p .dot{height:10px;width:10px;background:#2671fe;border-radius:50%}.choose .choose-container .choose-left h3{color:#b3b3b3;line-height:1.8;font-size:18px;font-weight:500;margin-top:20px}@media screen and (max-width: 480px){.choose .choose-container .choose-left h3{font-size:16px}}.choose .choose-container .choose-right{flex:6;padding-left:60px}@media screen and (max-width: 1024px){.choose .choose-container .choose-right{padding-left:0}}.choose .choose-container .choose-right .choose-right-items .choose-right-item{border-bottom:2px solid #fff;transition:all .3s ease-in-out;margin-bottom:50px}@media screen and (max-width: 768px){.choose .choose-container .choose-right .choose-right-items .choose-right-item{margin-bottom:30px}}.choose .choose-container .choose-right .choose-right-items .choose-right-item:hover{border-bottom:2px solid #2671fe}.choose .choose-container .choose-right .choose-right-items .choose-right-item:hover .choose-right-item-top{color:#2671fe}.choose .choose-container .choose-right .choose-right-items .choose-right-item .choose-right-item-top{display:flex;justify-content:space-between;align-items:center;font-size:22px;color:#fff;padding-bottom:10px;cursor:pointer}.choose .choose-container .choose-right .choose-right-items .choose-right-item .choose-right-item-top .icon{font-size:30px;transition:transform .3s ease;margin-top:5px}.choose .choose-container .choose-right .choose-right-items .choose-right-item .choose-right-item-top h3{font-weight:300;transition:all .3s ease-in-out}@media screen and (max-width: 768px){.choose .choose-container .choose-right .choose-right-items .choose-right-item .choose-right-item-top h3{font-size:22px}}@media screen and (max-width: 480px){.choose .choose-container .choose-right .choose-right-items .choose-right-item .choose-right-item-top h3{font-size:18px}}.choose .choose-container .choose-right .choose-right-items .choose-right-item .choose-right-item-desc p{padding:15px 0 20px;font-size:17px;color:#b3b3b3;line-height:1.7}@media screen and (max-width: 480px){.choose .choose-container .choose-right .choose-right-items .choose-right-item .choose-right-item-desc p{font-size:16px}}.story{padding:100px 0}.story .story-top{display:flex;max-width:1000px;margin:auto}@media screen and (max-width: 1024px){.story .story-top{flex-direction:column;max-width:750px;padding:0 10px}}.story .story-top .story-top-left{flex:4}.story .story-top .story-top-left p{display:flex;align-items:center;gap:7px;font-size:16px;text-transform:uppercase;color:#7c7c7c;font-weight:600}.story .story-top .story-top-left p .dot{height:10px;width:10px;background:#2671fe;border-radius:50%}.story .story-top .story-top-right{flex:6}.story .story-top .story-top-right h2{font-size:30px;font-family:Martian Mono,monospace;margin-bottom:30px;line-height:1.5}@media screen and (max-width: 1024px){.story .story-top .story-top-right h2{margin-top:10px}}@media screen and (max-width: 480px){.story .story-top .story-top-right h2{font-size:22px}}.story .story-top .story-top-right p{color:#7c7c7c;line-height:1.5;font-size:18px;font-weight:500}@media screen and (max-width: 480px){.story .story-top .story-top-right p{font-size:16px}}.webDesign{background:#f1f1f1}.webDesign .webDesign-content{padding:100px 0;max-width:1200px;margin:auto}@media screen and (max-width: 1200px){.webDesign .webDesign-content{padding:100px 10px}}.webDesign .webDesign-content .webDesign-btn{display:flex;justify-content:center}.webDesign .webDesign-user{background:#121212;border-radius:30px}.webDesign .webDesign-user .webDesign-user-container{max-width:1200px;margin:auto;padding:100px 0;display:flex;gap:10%}@media screen and (max-width: 1200px){.webDesign .webDesign-user .webDesign-user-container{padding:100px 40px}}@media screen and (max-width: 1024px){.webDesign .webDesign-user .webDesign-user-container{flex-direction:column;gap:40px}}@media screen and (max-width: 480px){.webDesign .webDesign-user .webDesign-user-container{padding:100px 10px}}.webDesign .webDesign-user .webDesign-user-container .webDesign-user-left{flex:1;color:#fff}.webDesign .webDesign-user .webDesign-user-container .webDesign-user-left h2{font-size:30px;font-family:Martian Mono,monospace;margin-top:20px;line-height:1.5}@media screen and (max-width: 480px){.webDesign .webDesign-user .webDesign-user-container .webDesign-user-left h2{font-size:22px}}.webDesign .webDesign-user .webDesign-user-container .webDesign-user-left p{color:#b3b3b3;line-height:1.7;font-size:18px;font-weight:500;margin-top:40px}@media screen and (max-width: 480px){.webDesign .webDesign-user .webDesign-user-container .webDesign-user-left p{font-size:16px}}.webDesign .webDesign-user .webDesign-user-container .webDesign-user-right{flex:1}.webDesign .webDesign-user .webDesign-user-container .webDesign-user-right img{width:100%;height:600px;border-radius:20px;object-fit:cover}@media screen and (max-width: 480px){.webDesign .webDesign-user .webDesign-user-container .webDesign-user-right img{height:100%}}.service-banner{background:#121212;border-radius:0 0 30px 30px}.service-banner:after{content:"";position:absolute;bottom:0;left:0;height:150px;width:100%;background:linear-gradient(to bottom,#12121200,#121212);pointer-events:none}.service-banner .service-top img{width:100%;height:100vh;object-fit:cover;filter:brightness(.5);display:block}.service-banner .service-top .service-banner-desc{position:absolute;top:60%;left:45%;transform:translate(-50%,-50%);width:80%}@media screen and (max-width: 768px){.service-banner .service-top .service-banner-desc{width:95%;left:50%;top:70%}}.service-banner .service-top .service-banner-desc span{display:flex;align-items:center;gap:7px;flex:3;font-size:16px;color:#b3b3b3;text-transform:uppercase;font-weight:500}.service-banner .service-top .service-banner-desc span .dot{height:10px;width:10px;background:#ff3c78;border-radius:50%}.service-banner .service-top .service-banner-desc span .dot.development{background:#5ac1c7}.service-banner .service-top .service-banner-desc span .dot.mark{background:green}.service-banner .service-top .service-banner-desc span .dot.work{background:#ff0}.service-banner .service-top .service-banner-desc h1{font-family:Martian Mono,monospace;margin:10px 0 30px;color:#fff;line-height:1.5;font-size:40px}@media screen and (max-width: 1024px){.service-banner .service-top .service-banner-desc h1{font-size:25px}}@media screen and (max-width: 768px){.service-banner .service-top .service-banner-desc h1{font-size:25px}}@media screen and (max-width: 480px){.service-banner .service-top .service-banner-desc h1{font-size:20px}}.service-banner .service-top .service-banner-desc p{font-size:20px;color:#b3b3b3;font-weight:500;line-height:1.5}@media screen and (max-width: 480px){.service-banner .service-top .service-banner-desc p{font-size:16px}}.service-banner .service-video{padding:50px 0;display:flex;justify-content:center}.service-banner .service-video.production{padding:0}.service-banner .service-video.production .production-img{width:100%}@media screen and (max-width: 768px){.service-banner .service-video{padding:50px 10px}}.service-banner .service-video .service-video-img{width:80%;height:400px;object-fit:cover;border-radius:20px}@media screen and (max-width: 768px){.service-banner .service-video .service-video-img{width:100%;height:300px}}@media screen and (max-width: 1200px){.serviceSlider{padding:0 10px}}.serviceSlider .serviceSlider-top h2{font-size:30px;font-family:Martian Mono,monospace;line-height:1.5}@media screen and (max-width: 480px){.serviceSlider .serviceSlider-top h2{font-size:22px}}.serviceSlider .serviceSlider-top p{color:#7c7c7c;line-height:1.5;font-size:18px;font-weight:500;width:60%;margin-top:30px}@media screen and (max-width: 768px){.serviceSlider .serviceSlider-top p{width:100%}}@media screen and (max-width: 480px){.serviceSlider .serviceSlider-top p{font-size:16px}}.serviceSlider .serviceSlider-cards{margin-top:40px}.serviceSlider .serviceSlider-cards .serviceSlider-card{background:#fff;padding:40px 30px;border-radius:20px;height:300px;display:flex;flex-direction:column;justify-content:space-between}.serviceSlider .serviceSlider-cards .serviceSlider-card .serviceSlider-card-top span{display:flex;align-items:center;gap:7px;flex:3;font-size:16px;color:#b3b3b3;text-transform:uppercase;font-weight:500}.serviceSlider .serviceSlider-cards .serviceSlider-card .serviceSlider-card-top span .dot{height:10px;width:10px;background:#ff3c78;border-radius:50%}.serviceSlider .serviceSlider-cards .serviceSlider-card .serviceSlider-card-top span .dot.development{background:#5ac1c7}.serviceSlider .serviceSlider-cards .serviceSlider-card .serviceSlider-card-top span .dot.mark{background:green}.serviceSlider .serviceSlider-cards .serviceSlider-card .serviceSlider-card-top h4{font-size:28px;font-weight:500;margin-top:20px}@media screen and (max-width: 480px){.serviceSlider .serviceSlider-cards .serviceSlider-card .serviceSlider-card-top h4{font-size:25px}}.serviceSlider .serviceSlider-cards .serviceSlider-card p{color:#7c7c7c;line-height:1.5;font-size:18px;font-weight:500}@media screen and (max-width: 480px){.serviceSlider .serviceSlider-cards .serviceSlider-card p{font-size:16px}}.service-nav-buttons{display:flex;z-index:10;margin-top:20px;gap:30px}.service-button-prev-custom,.service-button-next-custom{background-color:transparent;border:1px solid #ddd;border-radius:50%;width:50px;height:50px;font-size:22px;display:flex;align-items:center;justify-content:center;color:#000;cursor:pointer;transition:.3s ease}.service-button-prev-custom.disabled,.service-button-next-custom.disabled{opacity:.4;pointer-events:none}.service-button-prev-custom:hover,.service-button-next-custom:hover{background-color:#000;color:#fff}.graphicDesign{background:#f1f1f1}.graphicDesign .empty-div{padding-top:100px}.graphicDesign .graphicDesign-content{padding:100px 0;max-width:1200px;margin:auto}.graphicDesign .bottom-btn{display:flex;justify-content:center}.graphicDesign .graphicDesign-works{background:#121212;border-radius:30px 30px 0 0}.graphicDesign .graphicDesign-works .graphicDesign-works-container{padding:100px 0 0;max-width:1200px;margin:auto}@media screen and (max-width: 1200px){.graphicDesign .graphicDesign-works .graphicDesign-works-container{padding:100px 40px 0}}@media screen and (max-width: 480px){.graphicDesign .graphicDesign-works .graphicDesign-works-container{padding:100px 10px 0}}.graphicDesign .graphicDesign-works .graphicDesign-works-container .graphicDesign-works-top{display:flex;gap:10px}@media screen and (max-width: 768px){.graphicDesign .graphicDesign-works .graphicDesign-works-container .graphicDesign-works-top{flex-wrap:wrap;gap:30px}}@media screen and (max-width: 480px){.graphicDesign .graphicDesign-works .graphicDesign-works-container .graphicDesign-works-top{gap:20px}}.graphicDesign .graphicDesign-works .graphicDesign-works-container .graphicDesign-works-top button{background:#000;color:#fff;padding:15px 25px;border-radius:40px;font-family:Martian Mono,monospace;font-size:14px;border:none;cursor:pointer;border:1px solid #ddd;transition:all .3s ease-in-out}.graphicDesign .graphicDesign-works .graphicDesign-works-container .graphicDesign-works-top button:hover,.graphicDesign .graphicDesign-works .graphicDesign-works-container .graphicDesign-works-top button.active{background:#fff;color:#000}@media screen and (max-width: 480px){.graphicDesign .graphicDesign-works .graphicDesign-works-container .graphicDesign-works-top button{padding:15px 20px;font-size:12px}}.graphicDesign .graphicDesign-works .graphicDesign-works-container .graphicDesign-works-cards img{width:100%;height:500px;object-fit:contain;margin-top:60px}@media screen and (max-width: 768px){.graphicDesign .graphicDesign-works .graphicDesign-works-container .graphicDesign-works-cards img{height:100%}}.graphicDesign .graphicDesign-user{background:#121212}.graphicDesign .graphicDesign-user .graphicDesign-user-container{max-width:1200px;margin:auto;padding:100px 0;display:flex;gap:10%}@media screen and (max-width: 1200px){.graphicDesign .graphicDesign-user .graphicDesign-user-container{padding:100px 40px}}@media screen and (max-width: 1024px){.graphicDesign .graphicDesign-user .graphicDesign-user-container{flex-direction:column;gap:40px}}@media screen and (max-width: 480px){.graphicDesign .graphicDesign-user .graphicDesign-user-container{padding:100px 10px}}.graphicDesign .graphicDesign-user .graphicDesign-user-container .graphicDesign-user-left{flex:1;color:#fff}.graphicDesign .graphicDesign-user .graphicDesign-user-container .graphicDesign-user-left h2{font-size:30px;font-family:Martian Mono,monospace;margin-top:20px;line-height:1.5}@media screen and (max-width: 480px){.graphicDesign .graphicDesign-user .graphicDesign-user-container .graphicDesign-user-left h2{font-size:22px}}.graphicDesign .graphicDesign-user .graphicDesign-user-container .graphicDesign-user-left p{color:#b3b3b3;line-height:1.7;font-size:18px;font-weight:500;margin-top:40px}@media screen and (max-width: 480px){.graphicDesign .graphicDesign-user .graphicDesign-user-container .graphicDesign-user-left p{font-size:16px}}.graphicDesign .graphicDesign-user .graphicDesign-user-container .graphicDesign-user-right{flex:1}.graphicDesign .graphicDesign-user .graphicDesign-user-container .graphicDesign-user-right img{width:100%;height:600px;border-radius:20px;object-fit:cover}@media screen and (max-width: 480px){.graphicDesign .graphicDesign-user .graphicDesign-user-container .graphicDesign-user-right img{height:100%}}.graphicDesign .graphicDesign-partner{background:#121212;border-radius:0 0 30px 30px;padding-bottom:100px}@media screen and (max-width: 1200px){.graphicDesign .graphicDesign-partner{padding:0 40px 100px}}@media screen and (max-width: 480px){.graphicDesign .graphicDesign-partner{padding:0 10px 100px}}.graphicDesign .graphicDesign-studies{max-width:1200px;margin:auto;padding:100px 0}@media screen and (max-width: 1200px){.graphicDesign .graphicDesign-studies{padding:100px 10px}}.graphicDesign .graphicDesign-studies .graphicDesign-studies-top{display:flex;justify-content:space-between;align-items:center}.graphicDesign .graphicDesign-studies .graphicDesign-studies-top h2{font-size:30px;font-family:Martian Mono,monospace}@media screen and (max-width: 480px){.graphicDesign .graphicDesign-studies .graphicDesign-studies-top h2{font-size:22px}}.graphicDesign .graphicDesign-studies .graphicDesign-studies-cards{margin-top:40px}.graphicDesign .graphicDesign-studies .graphicDesign-studies-cards .graphicDesign-studies-card{position:relative;transition:all .3s ease-in-out;cursor:pointer;overflow:hidden;border-radius:20px}.graphicDesign .graphicDesign-studies .graphicDesign-studies-cards .graphicDesign-studies-card:hover{border-radius:20px}.graphicDesign .graphicDesign-studies .graphicDesign-studies-cards .graphicDesign-studies-card:hover img{transform:translateY(-10px)}.graphicDesign .graphicDesign-studies .graphicDesign-studies-cards .graphicDesign-studies-card img{display:block;width:100%;height:500px;object-fit:cover;border-radius:20px;transition:all .3s ease-in-out}.graphicDesign .graphicDesign-studies .graphicDesign-studies-cards .graphicDesign-studies-card h2{font-size:28px;margin-top:20px;font-weight:500}.graphicDesign .graphicDesign-studies .graphicDesign-studies-cards .graphicDesign-studies-card .graphicDesign-studies-desc{position:absolute;top:0;width:100%;height:100%;padding:40px}.graphicDesign .graphicDesign-studies .graphicDesign-studies-cards .graphicDesign-studies-card .graphicDesign-studies-desc span{background:#000;color:#fff;padding:15px 25px;border-radius:40px;font-family:Martian Mono,monospace;font-size:14px}.serviceTeam{padding:100px 0;max-width:1200px;margin:auto;width:100%}.serviceTeam.dev{padding:0}.serviceTeam.dev h2{color:#fff}.serviceTeam.dev .graphicDesign-slider-card h4{font-size:22px;margin:20px 0 10px;color:#fff}.serviceTeam.dev .graphicDesign-slider-card p{color:#b3b3b3!important}.serviceTeam.dev .web-nav-buttons .web-button-prev-custom,.serviceTeam.dev .web-nav-buttons .web-button-next-custom{background-color:transparent;border:1px solid #ddd;border-radius:50%;width:50px;height:50px;font-size:22px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:.3s ease}.serviceTeam.dev .web-nav-buttons .web-button-prev-custom.disabled,.serviceTeam.dev .web-nav-buttons .web-button-next-custom.disabled{opacity:.4;pointer-events:none}.serviceTeam.dev .web-nav-buttons .web-button-prev-custom:hover,.serviceTeam.dev .web-nav-buttons .web-button-next-custom:hover{background-color:#fff;color:#000}@media screen and (max-width: 1200px){.serviceTeam{padding:100px 10px}}.serviceTeam h2{font-size:30px;font-family:Martian Mono,monospace;margin-top:20px;line-height:1.5}.serviceTeam h2.dev-title{color:#fff}@media screen and (max-width: 480px){.serviceTeam h2{font-size:22px}}.serviceTeam .graphicDesign-slider-cards{margin-top:40px}.serviceTeam .graphicDesign-slider-cards .graphicDesign-slider-card img{border-radius:20px;width:100%}.serviceTeam .graphicDesign-slider-cards .graphicDesign-slider-card h4{font-size:22px;margin:20px 0 10px}.serviceTeam .graphicDesign-slider-cards .graphicDesign-slider-card p{color:#7c7c7c}.web-nav-buttons{display:flex;z-index:10;margin-top:40px;gap:30px}.web-nav-buttons .web-button-prev-custom,.web-nav-buttons .web-button-next-custom{background-color:transparent;border:1px solid #ddd;border-radius:50%;width:50px;height:50px;font-size:22px;display:flex;align-items:center;justify-content:center;color:#000;cursor:pointer;transition:.3s ease}.web-nav-buttons .web-button-prev-custom.disabled,.web-nav-buttons .web-button-next-custom.disabled{opacity:.4;pointer-events:none}.web-nav-buttons .web-button-prev-custom:hover,.web-nav-buttons .web-button-next-custom:hover{background-color:#000;color:#fff}.branding{background:#f1f1f1}.branding .branding-content{padding:100px 0;max-width:1200px;margin:auto}.branding .branding-works{background:#121212;border-radius:30px 30px 0 0}.branding .branding-works .branding-works-container{padding:100px 0 0;max-width:1200px;margin:auto}@media screen and (max-width: 1200px){.branding .branding-works .branding-works-container{padding:100px 40px 0}}@media screen and (max-width: 480px){.branding .branding-works .branding-works-container{padding:100px 10px 0}}.branding .branding-works .branding-works-container .branding-works-top{display:flex;gap:10px}@media screen and (max-width: 768px){.branding .branding-works .branding-works-container .branding-works-top{flex-wrap:wrap;gap:30px}}@media screen and (max-width: 480px){.branding .branding-works .branding-works-container .branding-works-top{gap:20px}}.branding .branding-works .branding-works-container .branding-works-top button{background:#000;color:#fff;padding:15px 25px;border-radius:40px;font-family:Martian Mono,monospace;font-size:14px;border:none;cursor:pointer;border:1px solid #ddd;transition:all .3s ease-in-out}.branding .branding-works .branding-works-container .branding-works-top button:hover,.branding .branding-works .branding-works-container .branding-works-top button.active{background:#fff;color:#000}@media screen and (max-width: 480px){.branding .branding-works .branding-works-container .branding-works-top button{padding:15px 20px;font-size:12px}}.branding .branding-works .branding-works-container .branding-works-cards img{width:100%;height:500px;border-radius:20px;object-fit:cover;margin-top:60px}.branding .branding-user{background:#121212;border-radius:0 0 30px 30px}.branding .branding-user .branding-user-container{max-width:1200px;margin:auto;padding:100px 0;display:flex;gap:10%}@media screen and (max-width: 1200px){.branding .branding-user .branding-user-container{padding:100px 40px}}@media screen and (max-width: 1024px){.branding .branding-user .branding-user-container{flex-direction:column;gap:40px}}@media screen and (max-width: 480px){.branding .branding-user .branding-user-container{padding:100px 10px}}.branding .branding-user .branding-user-container .branding-user-left{flex:1;color:#fff}.branding .branding-user .branding-user-container .branding-user-left h2{font-size:30px;font-family:Martian Mono,monospace;margin-top:20px;line-height:1.5}@media screen and (max-width: 480px){.branding .branding-user .branding-user-container .branding-user-left h2{font-size:22px}}.branding .branding-user .branding-user-container .branding-user-left p{color:#b3b3b3;line-height:1.7;font-size:18px;font-weight:500;margin-top:40px}@media screen and (max-width: 480px){.branding .branding-user .branding-user-container .branding-user-left p{font-size:16px}}.branding .branding-user .branding-user-container .branding-user-right{flex:1}.branding .branding-user .branding-user-container .branding-user-right img{width:100%;height:600px;border-radius:20px;object-fit:cover;object-position:bottom}@media screen and (max-width: 480px){.branding .branding-user .branding-user-container .branding-user-right img{height:100%}}.branding .bottom-btn{display:flex;justify-content:center;padding-bottom:30px}.production{background:#f1f1f1}.production .production-content{padding:100px 0;max-width:1200px;margin:auto}.production .production-user{background:#121212;border-radius:30px}.production .production-user .production-user-container{max-width:1200px;margin:auto;padding:100px 0}.production .production-user .production-user-container .production-user-container-top{padding-bottom:100px}@media screen and (max-width: 1200px){.production .production-user .production-user-container .production-user-container-top{padding:0 40px 100px}}@media screen and (max-width: 480px){.production .production-user .production-user-container .production-user-container-top{padding:0 10px 100px}}.production .production-user .production-user-container .production-user-container-top img{width:100%;height:600px;object-fit:cover;border-radius:20px}@media screen and (max-width: 480px){.production .production-user .production-user-container .production-user-container-top img{height:100%}}.production .production-user .production-user-container .production-user-container-bottom{display:flex;gap:10%}@media screen and (max-width: 1200px){.production .production-user .production-user-container .production-user-container-bottom{padding:0 30px}}@media screen and (max-width: 480px){.production .production-user .production-user-container .production-user-container-bottom{padding:0 10px}}@media screen and (max-width: 1024px){.production .production-user .production-user-container .production-user-container-bottom{flex-direction:column;gap:30px}}.production .production-user .production-user-container .production-user-container-bottom .production-user-left{flex:1;color:#fff}.production .production-user .production-user-container .production-user-container-bottom .production-user-left h2{font-size:30px;font-family:Martian Mono,monospace;line-height:1.5}@media screen and (max-width: 480px){.production .production-user .production-user-container .production-user-container-bottom .production-user-left h2{font-size:22px}}.production .production-user .production-user-container .production-user-container-bottom .production-user-left p{color:#b3b3b3;line-height:1.7;font-size:18px;font-weight:500;margin-top:40px}@media screen and (max-width: 480px){.production .production-user .production-user-container .production-user-container-bottom .production-user-left p{font-size:16px}}.production .production-user .production-user-container .production-user-container-bottom .production-user-right{flex:1}.production .production-user .production-user-container .production-user-container-bottom .production-user-right img{width:100%;height:600px;border-radius:20px;object-fit:cover}@media screen and (max-width: 480px){.production .production-user .production-user-container .production-user-container-bottom .production-user-right img{height:100%}}.production .production-partner{background:#121212;border-radius:0 0 30px 30px}.production .production-partner .production-partner-container{max-width:1200px;padding:0 0 100px;margin:auto}.production .production-partner p{display:flex;align-items:center;gap:7px;font-size:16px;text-transform:uppercase;color:#fff}.production .production-partner p .dot{height:10px;width:10px;background:#ff3c78;border-radius:50%}.production .production-partner .production-cards{margin-top:30px;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}@media screen and (max-width: 480px){.production .production-partner .production-cards{grid-template-columns:repeat(2,1fr)}}.production .production-partner .production-cards .production-card img{width:100%;display:block}.production .bottom-btn{display:flex;justify-content:center;padding-bottom:30px}.graphic-button-prev-custom,.graphic-button-next-custom{background-color:transparent;border:1px solid #ddd;border-radius:50%;width:50px;height:50px;font-size:22px;display:flex;align-items:center;justify-content:center;color:#000;cursor:pointer;transition:.3s ease}.graphic-button-prev-custom.disabled,.graphic-button-next-custom.disabled{opacity:.4;pointer-events:none}.graphic-button-prev-custom:hover,.graphic-button-next-custom:hover{background-color:#000;color:#fff}.webDevelopment{background:#f1f1f1}.webDevelopment .development-top{padding:100px 0;max-width:1200px;margin:auto}.webDevelopment .webDevelopment-teams{background:#121212;margin-top:100px;border-radius:30px}.webDevelopment .webDevelopment-teams .webDevelopment-teams-container{padding:100px 0;max-width:1200px;margin:auto}@media screen and (max-width: 1200px){.webDevelopment .webDevelopment-teams .webDevelopment-teams-container{padding:100px 40px}}@media screen and (max-width: 480px){.webDevelopment .webDevelopment-teams .webDevelopment-teams-container{padding:100px 10px}}.webDevelopment .webDevelopment-teams .webDevelopment-teams-container .webDevelopment-teams-top p{display:flex;align-items:center;gap:7px;flex:3;font-size:16px;color:#b3b3b3;text-transform:uppercase;font-weight:500}.webDevelopment .webDevelopment-teams .webDevelopment-teams-container .webDevelopment-teams-top p .dot{height:10px;width:10px;background:#ff7555;border-radius:50%}.webDevelopment .webDevelopment-teams .webDevelopment-teams-container .webDevelopment-teams-top h2{font-size:30px;color:#fff;margin-top:20px;font-family:Martian Mono,monospace}.webDevelopment .webDevelopment-teams .webDevelopment-teams-container .webDevelopment-cards{margin:30px 0 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}@media screen and (max-width: 480px){.webDevelopment .webDevelopment-teams .webDevelopment-teams-container .webDevelopment-cards{grid-template-columns:repeat(2,1fr)}}.webDevelopment .webDevelopment-teams .webDevelopment-teams-container .webDevelopment-cards .webDevelopment-card img{width:100%;display:block}.webDevelopment .webDevelopment-user{display:flex;max-width:1200px;padding:100px 0;margin:auto;gap:10%}@media screen and (max-width: 1200px){.webDevelopment .webDevelopment-user{padding:100px 40px}}@media screen and (max-width: 1024px){.webDevelopment .webDevelopment-user{flex-direction:column;max-width:750px;gap:40px;padding:100px 20px}}@media screen and (max-width: 480px){.webDevelopment .webDevelopment-user{padding:100px 10px}}.webDevelopment .webDevelopment-user .webDevelopment-user-left{flex:1}.webDevelopment .webDevelopment-user .webDevelopment-user-left img{width:100%;border-radius:20px}.webDevelopment .webDevelopment-user .webDevelopment-user-right{flex:1}.webDevelopment .webDevelopment-user .webDevelopment-user-right h2{font-size:25px;font-family:Martian Mono,monospace;line-height:1.5}@media screen and (max-width: 480px){.webDevelopment .webDevelopment-user .webDevelopment-user-right h2{font-size:18px}}.webDevelopment .webDevelopment-user .webDevelopment-user-right ul{margin-top:20px;list-style:none;display:flex;flex-direction:column;gap:20px}.webDevelopment .webDevelopment-user .webDevelopment-user-right ul li{display:flex;gap:10px}.webDevelopment .webDevelopment-user .webDevelopment-user-right ul li .dev-icon{font-size:20px;color:#2671fe;flex-shrink:0;margin-top:3px}.webDevelopment .webDevelopment-user .webDevelopment-user-right ul li p{font-size:18px;color:#7c7c7c;line-height:1.5}.webDevelopment .webDevelopment-user .webDevelopment-user-right ul li p span{color:#000}@media screen and (max-width: 480px){.webDevelopment .webDevelopment-user .webDevelopment-user-right ul li p{font-size:16px}}.webDevelopment .bottom-btn{display:flex;justify-content:center;padding-bottom:30px}.sweDevelopment{background:#f1f1f1}.sweDevelopment .development-top{padding:100px 0;max-width:1200px;margin:auto}.sweDevelopment .sweDevelopment-user{display:flex;max-width:1200px;margin:auto;gap:10%}@media screen and (max-width: 1200px){.sweDevelopment .sweDevelopment-user{padding:0 40px}}@media screen and (max-width: 1024px){.sweDevelopment .sweDevelopment-user{flex-direction:column;max-width:750px;gap:40px;padding:0 20px}}@media screen and (max-width: 480px){.sweDevelopment .sweDevelopment-user{padding:0 10px}}.sweDevelopment .sweDevelopment-user .sweDevelopment-user-left{flex:1}.sweDevelopment .sweDevelopment-user .sweDevelopment-user-left img{width:100%;height:600px;border-radius:20px;object-fit:cover}@media screen and (max-width: 480px){.sweDevelopment .sweDevelopment-user .sweDevelopment-user-left img{height:100%}}.sweDevelopment .sweDevelopment-user .sweDevelopment-user-right{flex:1}.sweDevelopment .sweDevelopment-user .sweDevelopment-user-right h2{font-size:30px;font-family:Martian Mono,monospace;line-height:1.5}@media screen and (max-width: 768px){.sweDevelopment .sweDevelopment-user .sweDevelopment-user-right h2{font-size:22px}}@media screen and (max-width: 480px){.sweDevelopment .sweDevelopment-user .sweDevelopment-user-right h2{font-size:18px}}.sweDevelopment .sweDevelopment-user .sweDevelopment-user-right p{font-size:18px;color:#7c7c7c;line-height:1.5;margin-top:30px;font-weight:500}@media screen and (max-width: 480px){.sweDevelopment .sweDevelopment-user .sweDevelopment-user-right p{font-size:16px}}.sweDevelopment .sweDevelopment-teams{background:#121212;margin-top:100px;border-radius:30px}.sweDevelopment .sweDevelopment-teams .sweDevelopment-teams-container{padding:100px 0;max-width:1200px;margin:auto}@media screen and (max-width: 1200px){.sweDevelopment .sweDevelopment-teams .sweDevelopment-teams-container{padding:100px 40px}}@media screen and (max-width: 480px){.sweDevelopment .sweDevelopment-teams .sweDevelopment-teams-container{padding:100px 10px}}.sweDevelopment .sweDevelopment-teams .sweDevelopment-teams-container .sweDevelopment-teams-top p{display:flex;align-items:center;gap:7px;flex:3;font-size:16px;color:#b3b3b3;text-transform:uppercase;font-weight:500}.sweDevelopment .sweDevelopment-teams .sweDevelopment-teams-container .sweDevelopment-teams-top p .dot{height:10px;width:10px;background:#ff7555;border-radius:50%}.sweDevelopment .sweDevelopment-teams .sweDevelopment-teams-container .sweDevelopment-teams-top h2{font-size:30px;color:#fff;margin-top:20px;font-family:Martian Mono,monospace}.sweDevelopment .sweDevelopment-teams .sweDevelopment-teams-container .sweDevelopment-cards{margin:30px 0 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}@media screen and (max-width: 480px){.sweDevelopment .sweDevelopment-teams .sweDevelopment-teams-container .sweDevelopment-cards{grid-template-columns:repeat(2,1fr)}}.sweDevelopment .sweDevelopment-teams .sweDevelopment-teams-container .sweDevelopment-cards .sweDevelopment-card img{width:100%;display:block}.sweDevelopment .bottom-btn{display:flex;justify-content:center;margin-bottom:30px}.eCommerce{background:#f1f1f1}.eCommerce .eCommerce-top{padding:100px 0 0;max-width:1200px;margin:auto}@media screen and (max-width: 1200px){.eCommerce .eCommerce-top{padding:100px 10px 0}}.eCommerce .eCommerce-top h2{font-size:30px;font-family:Martian Mono,monospace;line-height:1.5}@media screen and (max-width: 480px){.eCommerce .eCommerce-top h2{font-size:22px}}.eCommerce .eCommerce-top p{font-size:18px;color:#7c7c7c;line-height:1.5;margin-top:30px;font-weight:500;width:70%}@media screen and (max-width: 768px){.eCommerce .eCommerce-top p{width:100%}}@media screen and (max-width: 480px){.eCommerce .eCommerce-top p{font-size:16px}}.eCommerce .eCommerce-service-slider{padding:100px 0;max-width:1200px;margin:auto}.eCommerce .eCommerce-teams{background:#121212;margin-top:100px;border-radius:30px}.eCommerce .eCommerce-teams .eCommerce-teams-container{padding:100px 0;max-width:1200px;margin:auto}@media screen and (max-width: 1200px){.eCommerce .eCommerce-teams .eCommerce-teams-container{padding:100px 40px}}@media screen and (max-width: 480px){.eCommerce .eCommerce-teams .eCommerce-teams-container{padding:100px 10px}}.eCommerce .eCommerce-teams .eCommerce-teams-container .eCommerce-teams-top p{display:flex;align-items:center;gap:7px;flex:3;font-size:16px;color:#b3b3b3;text-transform:uppercase;font-weight:500}.eCommerce .eCommerce-teams .eCommerce-teams-container .eCommerce-teams-top p .dot{height:10px;width:10px;background:#ff7555;border-radius:50%}.eCommerce .eCommerce-teams .eCommerce-teams-container .eCommerce-teams-top h2{font-size:30px;color:#fff;margin-top:20px;font-family:Martian Mono,monospace}.eCommerce .eCommerce-teams .eCommerce-teams-container .eCommerce-cards{margin:30px 0 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}@media screen and (max-width: 480px){.eCommerce .eCommerce-teams .eCommerce-teams-container .eCommerce-cards{grid-template-columns:repeat(2,1fr)}}.eCommerce .eCommerce-teams .eCommerce-teams-container .eCommerce-cards .eCommerce-card img{width:100%;display:block}.eCommerce .eCommerce-user{display:flex;max-width:1200px;padding:100px 0;margin:auto;gap:10%}@media screen and (max-width: 1200px){.eCommerce .eCommerce-user{padding:100px 40px}}@media screen and (max-width: 1024px){.eCommerce .eCommerce-user{flex-direction:column;max-width:750px;gap:40px;padding:100px 20px}}@media screen and (max-width: 480px){.eCommerce .eCommerce-user{padding:100px 10px}}.eCommerce .eCommerce-user .eCommerce-user-left{flex:1}.eCommerce .eCommerce-user .eCommerce-user-left h2{font-size:25px;font-family:Martian Mono,monospace;line-height:1.5}@media screen and (max-width: 480px){.eCommerce .eCommerce-user .eCommerce-user-left h2{font-size:20px}}.eCommerce .eCommerce-user .eCommerce-user-left p{font-size:18px;color:#7c7c7c;line-height:1.5;margin-top:30px;font-weight:500}@media screen and (max-width: 480px){.eCommerce .eCommerce-user .eCommerce-user-left p{font-size:16px}}.eCommerce .eCommerce-user .eCommerce-user-left button{border:1px solid #ddd;padding:15px 30px;font-size:18px;transition:all .3s ease-in-out;border-radius:5px;font-weight:500;cursor:pointer;margin-top:30px}.eCommerce .eCommerce-user .eCommerce-user-left button:hover{background:#121212;color:#fff}.eCommerce .eCommerce-user .eCommerce-user-right{flex:1}.eCommerce .eCommerce-user .eCommerce-user-right img{width:100%;height:600px;border-radius:20px;object-fit:cover}@media screen and (max-width: 480px){.eCommerce .eCommerce-user .eCommerce-user-right img{height:100%}}.eCommerce .eCommerce-btn{display:flex;justify-content:center;padding-bottom:30px}.appDevelopement{background:#f1f1f1}.appDevelopement .appDevelopement-top{padding:100px 0 0;max-width:1200px;margin:auto}@media screen and (max-width: 1200px){.appDevelopement .appDevelopement-top{padding:100px 10px 0}}.appDevelopement .appDevelopement-top h2{font-size:30px;font-family:Martian Mono,monospace;line-height:1.5}@media screen and (max-width: 480px){.appDevelopement .appDevelopement-top h2{font-size:22px}}.appDevelopement .appDevelopement-top p{font-size:18px;color:#7c7c7c;line-height:1.5;margin-top:30px;font-weight:500;width:70%}@media screen and (max-width: 768px){.appDevelopement .appDevelopement-top p{width:100%}}@media screen and (max-width: 480px){.appDevelopement .appDevelopement-top p{font-size:16px}}.appDevelopement .appDevelopement-service-slider{padding:100px 0;max-width:1200px;margin:auto}.appDevelopement .appDevelopement-quality{display:flex;max-width:1200px;margin:auto;gap:10%;align-items:end}@media screen and (max-width: 1200px){.appDevelopement .appDevelopement-quality{padding:0 10px}}@media screen and (max-width: 768px){.appDevelopement .appDevelopement-quality{flex-direction:column;gap:40px;align-items:normal}}.appDevelopement .appDevelopement-quality .appDevelopement-quality-left{flex:1}.appDevelopement .appDevelopement-quality .appDevelopement-quality-left img{width:100%;height:100%;object-fit:cover;border-radius:20px}@media screen and (max-width: 768px){.appDevelopement .appDevelopement-quality .appDevelopement-quality-left img{object-fit:contain;height:100%}}.appDevelopement .appDevelopement-quality .appDevelopement-quality-right{flex:1}.appDevelopement .appDevelopement-quality .appDevelopement-quality-right h2{font-size:30px;font-family:Martian Mono,monospace;line-height:1.5}@media screen and (max-width: 480px){.appDevelopement .appDevelopement-quality .appDevelopement-quality-right h2{font-size:22px}}.appDevelopement .appDevelopement-quality .appDevelopement-quality-right p{font-size:18px;color:#7c7c7c;line-height:1.5;margin-top:30px;font-weight:500}@media screen and (max-width: 480px){.appDevelopement .appDevelopement-quality .appDevelopement-quality-right p{font-size:16px}}.appDevelopement .appDevelopement-teams{background:#121212;margin-top:100px;border-radius:30px}.appDevelopement .appDevelopement-teams .appDevelopement-teams-container{padding:100px 0;max-width:1200px;margin:auto}@media screen and (max-width: 1200px){.appDevelopement .appDevelopement-teams .appDevelopement-teams-container{padding:100px 40px}}@media screen and (max-width: 480px){.appDevelopement .appDevelopement-teams .appDevelopement-teams-container{padding:100px 10px}}.appDevelopement .appDevelopement-teams .appDevelopement-teams-container .appDevelopement-teams-top p{display:flex;align-items:center;gap:7px;flex:3;font-size:16px;color:#b3b3b3;text-transform:uppercase;font-weight:500}.appDevelopement .appDevelopement-teams .appDevelopement-teams-container .appDevelopement-teams-top p .dot{height:10px;width:10px;background:#ff7555;border-radius:50%}.appDevelopement .appDevelopement-teams .appDevelopement-teams-container .appDevelopement-teams-top h2{font-size:30px;color:#fff;margin-top:20px;font-family:Martian Mono,monospace}.appDevelopement .appDevelopement-teams .appDevelopement-teams-container .appDevelopement-cards{margin:30px 0 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}@media screen and (max-width: 480px){.appDevelopement .appDevelopement-teams .appDevelopement-teams-container .appDevelopement-cards{grid-template-columns:repeat(2,1fr)}}.appDevelopement .appDevelopement-teams .appDevelopement-teams-container .appDevelopement-cards .appDevelopement-card img{width:100%;display:block}.appDevelopement .appDevelopement-user{padding:100px 0;max-width:1200px;margin:auto;display:flex;gap:10%}@media screen and (max-width: 1200px){.appDevelopement .appDevelopement-user{padding:100px 40px}}@media screen and (max-width: 1024px){.appDevelopement .appDevelopement-user{flex-direction:column;max-width:750px;gap:40px;padding:100px 20px}}@media screen and (max-width: 480px){.appDevelopement .appDevelopement-user{padding:100px 10px}}.appDevelopement .appDevelopement-user .appDevelopement-user-left{flex:1}.appDevelopement .appDevelopement-user .appDevelopement-user-left h2{font-size:25px;font-family:Martian Mono,monospace;line-height:1.5}@media screen and (max-width: 480px){.appDevelopement .appDevelopement-user .appDevelopement-user-left h2{font-size:18px}}.appDevelopement .appDevelopement-user .appDevelopement-user-left p{font-size:18px;color:#7c7c7c;line-height:1.5;margin-top:30px;font-weight:500}@media screen and (max-width: 480px){.appDevelopement .appDevelopement-user .appDevelopement-user-left p{font-size:16px}}.appDevelopement .appDevelopement-user .appDevelopement-user-left button{border:1px solid #ddd;padding:15px 30px;font-size:18px;transition:all .3s ease-in-out;border-radius:5px;font-weight:500;cursor:pointer;margin-top:30px}.appDevelopement .appDevelopement-user .appDevelopement-user-left button:hover{background:#121212;color:#fff}.appDevelopement .appDevelopement-user .appDevelopement-user-right{flex:1}.appDevelopement .appDevelopement-user .appDevelopement-user-right img{width:100%;height:600px;border-radius:20px;object-fit:cover}@media screen and (max-width: 480px){.appDevelopement .appDevelopement-user .appDevelopement-user-right img{height:100%}}.graphic-nav-buttons{display:flex;z-index:10;margin-top:40px;gap:30px}.graphic-nav-buttons .graphic-button-prev-custom,.graphic-nav-buttons .graphic-button-next-custom{background-color:transparent;border:1px solid #ddd;border-radius:50%;width:50px;height:50px;font-size:22px;display:flex;align-items:center;justify-content:center;color:#000;cursor:pointer;transition:.3s ease}.graphic-nav-buttons .graphic-button-prev-custom.disabled,.graphic-nav-buttons .graphic-button-next-custom.disabled{opacity:.4;pointer-events:none}.graphic-nav-buttons .graphic-button-prev-custom:hover,.graphic-nav-buttons .graphic-button-next-custom:hover{background-color:#000;color:#fff}.serviceOption{padding-bottom:100px;display:flex;width:100%}@media screen and (max-width: 1024px){.serviceOption{flex-direction:column;gap:40px}}.serviceOption .serviceOption-info-left{flex:4}.serviceOption .serviceOption-info-left h2{font-size:30px;font-family:Martian Mono,monospace;line-height:1.5;color:#fff}@media screen and (max-width: 480px){.serviceOption .serviceOption-info-left h2{font-size:22px}}.serviceOption .serviceOption-info-left p{font-size:18px;color:#b3b3b3;line-height:1.5;margin-top:30px;font-weight:500}@media screen and (max-width: 480px){.serviceOption .serviceOption-info-left p{font-size:16px}}.serviceOption .serviceOption-info-right{flex:6;padding-left:60px}@media screen and (max-width: 1024px){.serviceOption .serviceOption-info-right{padding-left:0}}.serviceOption .serviceOption-info-right .serviceOption-info-right-items .serviceOption-info-right-item{border-bottom:2px solid #fff;transition:all .3s ease-in-out;margin-bottom:50px}@media screen and (max-width: 768px){.serviceOption .serviceOption-info-right .serviceOption-info-right-items .serviceOption-info-right-item{margin-bottom:30px}}.serviceOption .serviceOption-info-right .serviceOption-info-right-items .serviceOption-info-right-item:hover{border-bottom:2px solid #2671fe}.serviceOption .serviceOption-info-right .serviceOption-info-right-items .serviceOption-info-right-item:hover .serviceOption-info-right-item-top{color:#2671fe}.serviceOption .serviceOption-info-right .serviceOption-info-right-items .serviceOption-info-right-item .serviceOption-info-right-item-top{display:flex;justify-content:space-between;align-items:center;font-size:22px;color:#fff;padding-bottom:10px;cursor:pointer}.serviceOption .serviceOption-info-right .serviceOption-info-right-items .serviceOption-info-right-item .serviceOption-info-right-item-top .icon{font-size:30px;transition:transform .3s ease;margin-top:5px}.serviceOption .serviceOption-info-right .serviceOption-info-right-items .serviceOption-info-right-item .serviceOption-info-right-item-top h3{font-weight:300;transition:all .3s ease-in-out}@media screen and (max-width: 768px){.serviceOption .serviceOption-info-right .serviceOption-info-right-items .serviceOption-info-right-item .serviceOption-info-right-item-top h3{font-size:22px}}@media screen and (max-width: 480px){.serviceOption .serviceOption-info-right .serviceOption-info-right-items .serviceOption-info-right-item .serviceOption-info-right-item-top h3{font-size:18px}}.serviceOption .serviceOption-info-right .serviceOption-info-right-items .serviceOption-info-right-item .serviceOption-info-right-item-desc p{padding:15px 0 20px;font-size:17px;color:#b3b3b3;line-height:1.7}@media screen and (max-width: 480px){.serviceOption .serviceOption-info-right .serviceOption-info-right-items .serviceOption-info-right-item .serviceOption-info-right-item-desc p{font-size:16px}}.support{background:#f1f1f1}.support .support-service-slider{padding:100px 0;max-width:1200px;margin:auto}.support .support-top{padding:100px 0 0;max-width:1200px;margin:auto}@media screen and (max-width: 1200px){.support .support-top{padding:100px 10px 0}}.support .support-top h2{font-size:30px;font-family:Martian Mono,monospace;line-height:1.5}@media screen and (max-width: 480px){.support .support-top h2{font-size:22px}}.support .support-top p{font-size:18px;color:#7c7c7c;line-height:1.5;margin-top:30px;font-weight:500;width:70%}@media screen and (max-width: 768px){.support .support-top p{width:100%}}@media screen and (max-width: 480px){.support .support-top p{font-size:16px}}.support .support-user{display:flex;max-width:1200px;padding:100px 0;margin:auto;gap:10%}@media screen and (max-width: 1200px){.support .support-user{padding:100px 40px}}@media screen and (max-width: 1024px){.support .support-user{flex-direction:column;max-width:750px;gap:40px;padding:100px 20px}}@media screen and (max-width: 480px){.support .support-user{padding:100px 10px}}.support .support-user .support-user-left{flex:1}.support .support-user .support-user-left h2{font-size:25px;font-family:Martian Mono,monospace;line-height:1.5}@media screen and (max-width: 480px){.support .support-user .support-user-left h2{font-size:18px}}.support .support-user .support-user-left p{font-size:18px;color:#7c7c7c;line-height:1.5;margin-top:30px;font-weight:500}@media screen and (max-width: 480px){.support .support-user .support-user-left p{font-size:16px}}.support .support-user .support-user-left button{border:1px solid #ddd;padding:15px 30px;font-size:18px;transition:all .3s ease-in-out;border-radius:5px;font-weight:500;cursor:pointer;margin-top:30px}.support .support-user .support-user-left button:hover{background:#121212;color:#fff}.support .support-user .support-user-right{flex:1}.support .support-user .support-user-right img{width:100%;border-radius:20px}.support .support-teams{background:#121212;margin-top:100px;border-radius:30px}.support .support-teams .support-teams-container{padding:100px 0;max-width:1200px;margin:auto}@media screen and (max-width: 1200px){.support .support-teams .support-teams-container{padding:100px 40px}}@media screen and (max-width: 480px){.support .support-teams .support-teams-container{padding:100px 10px}}.support .support-teams .support-teams-container .support-teams-top p{display:flex;align-items:center;gap:7px;flex:3;font-size:16px;color:#b3b3b3;text-transform:uppercase;font-weight:500}.support .support-teams .support-teams-container .support-teams-top p .dot{height:10px;width:10px;background:#ff7555;border-radius:50%}.support .support-teams .support-teams-container .support-teams-top h2{font-size:30px;color:#fff;margin-top:20px;font-family:Martian Mono,monospace}.support .support-teams .support-teams-container .support-cards{margin:30px 0 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}@media screen and (max-width: 480px){.support .support-teams .support-teams-container .support-cards{grid-template-columns:repeat(2,1fr)}}.support .support-teams .support-teams-container .support-cards .support-card img{width:100%;display:block}.testing{background:#f1f1f1}.testing .testing-service-slider{padding:100px 0;max-width:1200px;margin:auto}.testing .testing-top{padding:100px 0 0;max-width:1200px;margin:auto}@media screen and (max-width: 1200px){.testing .testing-top{padding:100px 10px 0}}.testing .testing-top h2{font-size:30px;font-family:Martian Mono,monospace;line-height:1.5}@media screen and (max-width: 480px){.testing .testing-top h2{font-size:22px}}.testing .testing-top p{font-size:18px;color:#7c7c7c;line-height:1.5;margin-top:30px;font-weight:500;width:70%}@media screen and (max-width: 768px){.testing .testing-top p{width:100%}}@media screen and (max-width: 480px){.testing .testing-top p{font-size:16px}}.testing .testing-user{display:flex;max-width:1200px;padding:100px 0;margin:auto;gap:10%}@media screen and (max-width: 1200px){.testing .testing-user{padding:100px 40px}}@media screen and (max-width: 1024px){.testing .testing-user{flex-direction:column;max-width:750px;gap:40px;padding:100px 20px}}@media screen and (max-width: 480px){.testing .testing-user{padding:100px 10px}}.testing .testing-user .testing-user-left{flex:1}.testing .testing-user .testing-user-left h2{font-size:25px;font-family:Martian Mono,monospace;line-height:1.5}@media screen and (max-width: 480px){.testing .testing-user .testing-user-left h2{font-size:18px}}.testing .testing-user .testing-user-left p{font-size:18px;color:#7c7c7c;line-height:1.5;margin-top:30px;font-weight:500}@media screen and (max-width: 480px){.testing .testing-user .testing-user-left p{font-size:16px}}.testing .testing-user .testing-user-left button{border:1px solid #ddd;padding:15px 30px;font-size:18px;transition:all .3s ease-in-out;border-radius:5px;font-weight:500;cursor:pointer;margin-top:30px}.testing .testing-user .testing-user-left button:hover{background:#121212;color:#fff}.testing .testing-user .testing-user-right{flex:1}.testing .testing-user .testing-user-right img{width:100%;height:600px;border-radius:20px;object-fit:cover}@media screen and (max-width: 480px){.testing .testing-user .testing-user-right img{height:100%}}.testing .testing-teams{background:#121212;margin-top:100px;border-radius:30px}.testing .testing-teams .testing-teams-container{padding:100px 0;max-width:1200px;margin:auto}@media screen and (max-width: 1200px){.testing .testing-teams .testing-teams-container{padding:100px 40px}}@media screen and (max-width: 480px){.testing .testing-teams .testing-teams-container{padding:100px 10px}}.testing .testing-teams .testing-teams-container .testing-teams-top p{display:flex;align-items:center;gap:7px;flex:3;font-size:16px;color:#b3b3b3;text-transform:uppercase;font-weight:500}.testing .testing-teams .testing-teams-container .testing-teams-top p .dot{height:10px;width:10px;background:#ff7555;border-radius:50%}.testing .testing-teams .testing-teams-container .testing-teams-top h2{font-size:30px;color:#fff;margin-top:20px;font-family:Martian Mono,monospace}.testing .testing-teams .testing-teams-container .testing-cards{margin:30px 0 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}@media screen and (max-width: 480px){.testing .testing-teams .testing-teams-container .testing-cards{grid-template-columns:repeat(2,1fr)}}.testing .testing-teams .testing-teams-container .testing-cards .testing-card img{width:100%;display:block}.wordpress{background:#f1f1f1}.wordpress .wordpress-top{padding:100px 0;max-width:1200px;margin:auto}@media screen and (max-width: 1200px){.wordpress .wordpress-top{padding:100px 10px}}.wordpress .wordpress-top h2{font-size:30px;font-family:Martian Mono,monospace;line-height:1.5}@media screen and (max-width: 480px){.wordpress .wordpress-top h2{font-size:22px}}.wordpress .wordpress-top p{font-size:18px;color:#7c7c7c;line-height:1.5;margin-top:30px;font-weight:500;width:70%}@media screen and (max-width: 768px){.wordpress .wordpress-top p{width:100%}}@media screen and (max-width: 480px){.wordpress .wordpress-top p{font-size:16px}}.wordpress .wordpress-service-slider{padding:0 0 100px;max-width:1200px;margin:auto}.wordpress .wordpress-sollution{display:flex;max-width:1200px;margin:auto;gap:10%;align-items:end;padding:100px 0 0}@media screen and (max-width: 1200px){.wordpress .wordpress-sollution{padding:100px 40px 0}}@media screen and (max-width: 1024px){.wordpress .wordpress-sollution{flex-direction:column;max-width:750px;gap:40px;padding:100px 20px 0;align-items:normal}}@media screen and (max-width: 480px){.wordpress .wordpress-sollution{padding:100px 10px 0}}.wordpress .wordpress-sollution .wordpress-sollution-left{flex:1}.wordpress .wordpress-sollution .wordpress-sollution-left img{width:100%;height:600px;border-radius:20px;object-fit:cover}@media screen and (max-width: 480px){.wordpress .wordpress-sollution .wordpress-sollution-left img{height:100%}}.wordpress .wordpress-sollution .wordpress-sollution-right{flex:1}.wordpress .wordpress-sollution .wordpress-sollution-right h2{font-size:25px;font-family:Martian Mono,monospace;line-height:1.5}@media screen and (max-width: 480px){.wordpress .wordpress-sollution .wordpress-sollution-right h2{font-size:22px}}.wordpress .wordpress-sollution .wordpress-sollution-right p{font-size:18px;color:#7c7c7c;line-height:1.5;margin-top:30px;font-weight:500}@media screen and (max-width: 480px){.wordpress .wordpress-sollution .wordpress-sollution-right p{font-size:16px}}.wordpress .wordpress-teams{background:#121212;margin-top:100px;border-radius:30px}.wordpress .wordpress-teams .wordpress-teams-container{padding:100px 0;max-width:1200px;margin:auto}@media screen and (max-width: 1200px){.wordpress .wordpress-teams .wordpress-teams-container{padding:100px 40px}}@media screen and (max-width: 480px){.wordpress .wordpress-teams .wordpress-teams-container{padding:100px 10px}}.wordpress .wordpress-teams .wordpress-teams-container .wordpress-info{padding-bottom:100px;display:flex}@media screen and (max-width: 1024px){.wordpress .wordpress-teams .wordpress-teams-container .wordpress-info{flex-direction:column;gap:40px}}.wordpress .wordpress-teams .wordpress-teams-container .wordpress-info .wordpress-info-left{flex:4}.wordpress .wordpress-teams .wordpress-teams-container .wordpress-info .wordpress-info-left h2{font-size:30px;font-family:Martian Mono,monospace;line-height:1.5;color:#fff}@media screen and (max-width: 480px){.wordpress .wordpress-teams .wordpress-teams-container .wordpress-info .wordpress-info-left h2{font-size:22px}}.wordpress .wordpress-teams .wordpress-teams-container .wordpress-info .wordpress-info-left p{font-size:18px;color:#b3b3b3;line-height:1.5;margin-top:30px;font-weight:500}@media screen and (max-width: 480px){.wordpress .wordpress-teams .wordpress-teams-container .wordpress-info .wordpress-info-left p{font-size:16px}}.wordpress .wordpress-teams .wordpress-teams-container .wordpress-info .wordpress-info-right{flex:6;padding-left:60px}@media screen and (max-width: 1024px){.wordpress .wordpress-teams .wordpress-teams-container .wordpress-info .wordpress-info-right{padding-left:0}}.wordpress .wordpress-teams .wordpress-teams-container .wordpress-info .wordpress-info-right .wordpress-info-right-items .wordpress-info-right-item{border-bottom:2px solid #fff;transition:all .3s ease-in-out;margin-bottom:50px}@media screen and (max-width: 768px){.wordpress .wordpress-teams .wordpress-teams-container .wordpress-info .wordpress-info-right .wordpress-info-right-items .wordpress-info-right-item{margin-bottom:30px}}.wordpress .wordpress-teams .wordpress-teams-container .wordpress-info .wordpress-info-right .wordpress-info-right-items .wordpress-info-right-item:hover{border-bottom:2px solid #2671fe}.wordpress .wordpress-teams .wordpress-teams-container .wordpress-info .wordpress-info-right .wordpress-info-right-items .wordpress-info-right-item:hover .wordpress-info-right-item-top{color:#2671fe}.wordpress .wordpress-teams .wordpress-teams-container .wordpress-info .wordpress-info-right .wordpress-info-right-items .wordpress-info-right-item .wordpress-info-right-item-top{display:flex;justify-content:space-between;align-items:center;font-size:22px;color:#fff;padding-bottom:10px;cursor:pointer}.wordpress .wordpress-teams .wordpress-teams-container .wordpress-info .wordpress-info-right .wordpress-info-right-items .wordpress-info-right-item .wordpress-info-right-item-top .icon{font-size:30px;transition:transform .3s ease;margin-top:5px}.wordpress .wordpress-teams .wordpress-teams-container .wordpress-info .wordpress-info-right .wordpress-info-right-items .wordpress-info-right-item .wordpress-info-right-item-top h3{font-weight:300;transition:all .3s ease-in-out}@media screen and (max-width: 768px){.wordpress .wordpress-teams .wordpress-teams-container .wordpress-info .wordpress-info-right .wordpress-info-right-items .wordpress-info-right-item .wordpress-info-right-item-top h3{font-size:22px}}@media screen and (max-width: 480px){.wordpress .wordpress-teams .wordpress-teams-container .wordpress-info .wordpress-info-right .wordpress-info-right-items .wordpress-info-right-item .wordpress-info-right-item-top h3{font-size:18px}}.wordpress .wordpress-teams .wordpress-teams-container .wordpress-info .wordpress-info-right .wordpress-info-right-items .wordpress-info-right-item .wordpress-info-right-item-desc p{padding:15px 0 20px;font-size:17px;color:#b3b3b3;line-height:1.7}@media screen and (max-width: 480px){.wordpress .wordpress-teams .wordpress-teams-container .wordpress-info .wordpress-info-right .wordpress-info-right-items .wordpress-info-right-item .wordpress-info-right-item-desc p{font-size:16px}}.wordpress .wordpress-teams .wordpress-teams-container .wordpress-teams-top p{display:flex;align-items:center;gap:7px;flex:3;font-size:16px;color:#b3b3b3;text-transform:uppercase;font-weight:500}.wordpress .wordpress-teams .wordpress-teams-container .wordpress-teams-top p .dot{height:10px;width:10px;background:#ff7555;border-radius:50%}.wordpress .wordpress-teams .wordpress-teams-container .wordpress-teams-top h2{font-size:30px;color:#fff;margin-top:20px;font-family:Martian Mono,monospace}.wordpress .wordpress-teams .wordpress-teams-container .wordpress-cards{margin:30px 0 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}@media screen and (max-width: 480px){.wordpress .wordpress-teams .wordpress-teams-container .wordpress-cards{grid-template-columns:repeat(2,1fr)}}.wordpress .wordpress-teams .wordpress-teams-container .wordpress-cards .wordpress-card img{width:100%;display:block}.wordpress .wordpress-user{display:flex;max-width:1200px;padding:100px 0;margin:auto;gap:10%;align-items:center}@media screen and (max-width: 1200px){.wordpress .wordpress-user{padding:100px 40px}}@media screen and (max-width: 1024px){.wordpress .wordpress-user{flex-direction:column;max-width:750px;gap:40px;padding:100px 20px}}@media screen and (max-width: 480px){.wordpress .wordpress-user{padding:100px 10px}}.wordpress .wordpress-user .wordpress-user-left{flex:1}.wordpress .wordpress-user .wordpress-user-left h2{font-size:30px;font-family:Martian Mono,monospace;line-height:1.5}@media screen and (max-width: 480px){.wordpress .wordpress-user .wordpress-user-left h2{font-size:22px}}.wordpress .wordpress-user .wordpress-user-left p{font-size:18px;color:#7c7c7c;line-height:1.5;margin-top:30px;font-weight:500}@media screen and (max-width: 480px){.wordpress .wordpress-user .wordpress-user-left p{font-size:16px}}.wordpress .wordpress-user .wordpress-user-right{flex:1}.wordpress .wordpress-user .wordpress-user-right img{width:100%;height:600px;border-radius:20px;object-fit:cover}@media screen and (max-width: 1024px){.wordpress .wordpress-user .wordpress-user-right img{height:100%}}@media screen and (max-width: 480px){.wordpress .wordpress-user .wordpress-user-right img{height:100%}}.marketing-strategy{max-width:1200px;margin:auto}@media screen and (max-width: 1200px){.marketing-strategy{padding:0 10px}}.marketing-strategy h2{font-family:Martian Mono,monospace;font-size:30px;line-height:1.5}@media screen and (max-width: 480px){.marketing-strategy h2{font-size:22px}}.marketing-strategy .marketing-strategy-cards{margin-top:50px;display:grid;grid-template-columns:repeat(3,1fr);gap:30px}@media screen and (max-width: 768px){.marketing-strategy .marketing-strategy-cards{display:flex;flex-wrap:wrap;gap:0px}}.marketing-strategy .marketing-strategy-cards .marketing-strategy-card{border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:40px 0}@media (min-width: 769px){.marketing-strategy .marketing-strategy-cards .marketing-strategy-card:nth-last-child(-n+3){border-top:none;border-bottom:none;padding-top:10px}}@media screen and (max-width: 768px){.marketing-strategy .marketing-strategy-cards .marketing-strategy-card{border-top:1px solid #ddd;border-bottom:none}}.marketing-strategy .marketing-strategy-cards .marketing-strategy-card h5{font-size:22px;font-weight:500}@media screen and (max-width: 480px){.marketing-strategy .marketing-strategy-cards .marketing-strategy-card h5{font-size:20px}}.marketing-strategy .marketing-strategy-cards .marketing-strategy-card p{line-height:1.5;color:#7c7c7c;margin-top:30px;font-size:17px;font-weight:500}@media screen and (max-width: 480px){.marketing-strategy .marketing-strategy-cards .marketing-strategy-card p{font-size:16px}}.holistic{background:#f1f1f1}@media screen and (max-width: 1024px){.holistic{overflow:hidden}}.holistic .holistic-top{padding:100px 0;max-width:1200px;margin:auto}.holistic .holistic-strategy{max-width:1200px;margin:auto}@media screen and (max-width: 1200px){.holistic .holistic-strategy{padding:0 10px}}.holistic .holistic-strategy h2{font-family:Martian Mono,monospace;font-size:30px;line-height:1.5}@media screen and (max-width: 480px){.holistic .holistic-strategy h2{font-size:22px}}.holistic .holistic-strategy .holistic-strategy-cards{margin-top:50px;display:grid;grid-template-columns:repeat(3,1fr);gap:30px}@media screen and (max-width: 768px){.holistic .holistic-strategy .holistic-strategy-cards{display:flex;flex-wrap:wrap;gap:0px}}.holistic .holistic-strategy .holistic-strategy-cards .holistic-strategy-card{border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:40px 0}@media (min-width: 769px){.holistic .holistic-strategy .holistic-strategy-cards .holistic-strategy-card:nth-last-child(-n+3){border-top:none;border-bottom:none;padding-top:10px}}@media screen and (max-width: 768px){.holistic .holistic-strategy .holistic-strategy-cards .holistic-strategy-card{border-top:1px solid #ddd;border-bottom:none}}.holistic .holistic-strategy .holistic-strategy-cards .holistic-strategy-card h5{font-size:22px;font-weight:500}@media screen and (max-width: 480px){.holistic .holistic-strategy .holistic-strategy-cards .holistic-strategy-card h5{font-size:20px}}.holistic .holistic-strategy .holistic-strategy-cards .holistic-strategy-card p{line-height:1.5;color:#7c7c7c;margin-top:30px;font-size:17px;font-weight:500}@media screen and (max-width: 480px){.holistic .holistic-strategy .holistic-strategy-cards .holistic-strategy-card p{font-size:16px}}.holistic .holistic-user{padding:100px 0 0;max-width:1200px;margin:auto;display:flex;gap:10%}@media screen and (max-width: 1200px){.holistic .holistic-user{padding:100px 40px 0}}@media screen and (max-width: 1024px){.holistic .holistic-user{flex-direction:column;max-width:750px;gap:40px;padding:100px 20px 0}}@media screen and (max-width: 480px){.holistic .holistic-user{padding:100px 10px 0}}.holistic .holistic-user .holistic-user-left{flex:1}.holistic .holistic-user .holistic-user-left img{width:100%;height:600px;border-radius:20px;object-fit:cover}@media screen and (max-width: 480px){.holistic .holistic-user .holistic-user-left img{height:100%}}.holistic .holistic-user .holistic-user-right{flex:1}.holistic .holistic-user .holistic-user-right h2{font-size:30px;font-family:Martian Mono,monospace;line-height:1.5}@media screen and (max-width: 480px){.holistic .holistic-user .holistic-user-right h2{font-size:22px}}.holistic .holistic-user .holistic-user-right p{font-size:18px;color:#7c7c7c;line-height:1.5;margin-top:30px;font-weight:500}@media screen and (max-width: 480px){.holistic .holistic-user .holistic-user-right p{font-size:16px}}.holistic .holistic-teams{background:#121212;margin-top:100px;border-radius:30px}.holistic .holistic-teams .holistic-teams-container{padding:100px 0 0;max-width:1200px;margin:auto}@media screen and (max-width: 1200px){.holistic .holistic-teams .holistic-teams-container{padding:100px 40px 0}}@media screen and (max-width: 480px){.holistic .holistic-teams .holistic-teams-container{padding:100px 10px 0}}.holistic .holistic-empty{padding-top:100px}.seo{background:#f1f1f1}@media screen and (max-width: 1024px){.seo{overflow:hidden}}.seo .seo-top{padding:100px 0;max-width:1200px;margin:auto}.seo .seo-user{padding:100px 0;max-width:1200px;margin:auto;display:flex;gap:10%;align-items:center}@media screen and (max-width: 1200px){.seo .seo-user{padding:100px 40px}}@media screen and (max-width: 1024px){.seo .seo-user{flex-direction:column;max-width:750px;gap:40px;padding:100px 20px;align-items:normal}}@media screen and (max-width: 480px){.seo .seo-user{padding:100px 10px}}.seo .seo-user .seo-user-left{flex:1}.seo .seo-user .seo-user-left img{width:100%;height:600px;border-radius:20px;object-fit:cover}@media screen and (max-width: 480px){.seo .seo-user .seo-user-left img{height:100%}}.seo .seo-user .seo-user-right{flex:1}.seo .seo-user .seo-user-right .seo-user-right-items{display:flex;flex-direction:column;gap:50px}@media screen and (max-width: 480px){.seo .seo-user .seo-user-right .seo-user-right-items{gap:30px}}.seo .seo-user .seo-user-right .seo-user-right-items .seo-user-right-item{display:flex;align-items:center;border-bottom:1px solid #ddd;padding-bottom:50px}@media screen and (max-width: 480px){.seo .seo-user .seo-user-right .seo-user-right-items .seo-user-right-item{flex-direction:column;align-items:normal;padding-bottom:30px}}.seo .seo-user .seo-user-right .seo-user-right-items .seo-user-right-item h2{font-size:88px;letter-spacing:1px;font-weight:500;flex:1}@media screen and (max-width: 1200px){.seo .seo-user .seo-user-right .seo-user-right-items .seo-user-right-item h2{font-size:70px}}@media screen and (max-width: 480px){.seo .seo-user .seo-user-right .seo-user-right-items .seo-user-right-item h2{font-size:60px;margin-bottom:10px}}.seo .seo-user .seo-user-right .seo-user-right-items .seo-user-right-item p{font-size:18px;line-height:1.3;font-weight:500;flex:1}@media screen and (max-width: 480px){.seo .seo-user .seo-user-right .seo-user-right-items .seo-user-right-item p{font-size:16px}}.seo .seo-teams{background:#121212;margin-top:100px;border-radius:30px}.seo .seo-teams .seo-teams-container{padding:100px 0 0;max-width:1200px;margin:auto}@media screen and (max-width: 1200px){.seo .seo-teams .seo-teams-container{padding:100px 40px 0}}@media screen and (max-width: 480px){.seo .seo-teams .seo-teams-container{padding:100px 10px 0}}.seo .marketing-empty{padding-top:100px}.advertising{background:#f1f1f1}@media screen and (max-width: 1024px){.advertising{overflow:hidden}}.advertising .advertising-top{padding:100px 0;max-width:1200px;margin:auto}.advertising .advertising-strategy{max-width:1200px;margin:auto}@media screen and (max-width: 1200px){.advertising .advertising-strategy{padding:0 10px}}.advertising .advertising-strategy h2{font-family:Martian Mono,monospace;font-size:30px;line-height:1.5}@media screen and (max-width: 480px){.advertising .advertising-strategy h2{font-size:22px}}.advertising .advertising-strategy .advertising-strategy-cards{margin-top:50px;display:grid;grid-template-columns:repeat(3,1fr);gap:30px}@media screen and (max-width: 768px){.advertising .advertising-strategy .advertising-strategy-cards{display:flex;flex-wrap:wrap;gap:0px}}.advertising .advertising-strategy .advertising-strategy-cards .advertising-strategy-card{border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:40px 0}@media (min-width: 769px){.advertising .advertising-strategy .advertising-strategy-cards .advertising-strategy-card:nth-last-child(-n+3){border-top:none;border-bottom:none;padding-top:10px}}@media screen and (max-width: 768px){.advertising .advertising-strategy .advertising-strategy-cards .advertising-strategy-card{border-top:1px solid #ddd;border-bottom:none}}.advertising .advertising-strategy .advertising-strategy-cards .advertising-strategy-card h5{font-size:22px;font-weight:500}@media screen and (max-width: 480px){.advertising .advertising-strategy .advertising-strategy-cards .advertising-strategy-card h5{font-size:20px}}.advertising .advertising-strategy .advertising-strategy-cards .advertising-strategy-card p{line-height:1.5;color:#7c7c7c;margin-top:30px;font-size:17px;font-weight:500}@media screen and (max-width: 480px){.advertising .advertising-strategy .advertising-strategy-cards .advertising-strategy-card p{font-size:16px}}.advertising .advertising-approach{padding:100px 0;max-width:1200px;margin:auto;display:flex;gap:10%;align-items:end}@media screen and (max-width: 1200px){.advertising .advertising-approach{padding:100px 40px}}@media screen and (max-width: 1024px){.advertising .advertising-approach{flex-direction:column;max-width:750px;gap:40px;padding:100px 20px;align-items:normal}}@media screen and (max-width: 480px){.advertising .advertising-approach{padding:100px 10px}}.advertising .advertising-approach .advertising-approach-left{flex:1}.advertising .advertising-approach .advertising-approach-left img{width:100%;height:600px;border-radius:20px;object-fit:cover}@media screen and (max-width: 480px){.advertising .advertising-approach .advertising-approach-left img{height:100%}}.advertising .advertising-approach .advertising-approach-right{flex:1}.advertising .advertising-approach .advertising-approach-right h2{font-size:30px;font-family:Martian Mono,monospace;line-height:1.5}@media screen and (max-width: 480px){.advertising .advertising-approach .advertising-approach-right h2{font-size:22px}}.advertising .advertising-approach .advertising-approach-right p{font-size:18px;color:#7c7c7c;line-height:1.5;margin-top:30px;font-weight:500}@media screen and (max-width: 480px){.advertising .advertising-approach .advertising-approach-right p{font-size:16px}}.advertising .advertising-user{padding:0 0 100px;max-width:1200px;margin:auto;display:flex;gap:10%}@media screen and (max-width: 1200px){.advertising .advertising-user{padding:0 40px 100px}}@media screen and (max-width: 1024px){.advertising .advertising-user{flex-direction:column;max-width:750px;gap:40px;padding:0 20px 100px}}@media screen and (max-width: 480px){.advertising .advertising-user{padding:0 10px 100px}}.advertising .advertising-user .advertising-user-left{flex:4;position:relative}.advertising .advertising-user .advertising-user-left h2{font-size:35px;font-family:Martian Mono,monospace;line-height:1.5;position:sticky;align-self:flex-start;top:120px}@media screen and (max-width: 768px){.advertising .advertising-user .advertising-user-left h2{font-size:30px}}@media screen and (max-width: 480px){.advertising .advertising-user .advertising-user-left h2{font-size:20px}}.advertising .advertising-user .advertising-user-right{flex:6}.advertising .advertising-user .advertising-user-right .advertising-user-right-items{display:flex;flex-direction:column;gap:50px}.advertising .advertising-user .advertising-user-right .advertising-user-right-items .advertising-user-right-item{display:flex;align-items:center;border-bottom:1px solid #ddd;padding-bottom:50px}.advertising .advertising-user .advertising-user-right .advertising-user-right-items .advertising-user-right-item h2{font-size:88px;letter-spacing:1px;font-weight:500;flex:1}@media screen and (max-width: 768px){.advertising .advertising-user .advertising-user-right .advertising-user-right-items .advertising-user-right-item h2{font-size:70px}}@media screen and (max-width: 480px){.advertising .advertising-user .advertising-user-right .advertising-user-right-items .advertising-user-right-item h2{font-size:60px}}.advertising .advertising-user .advertising-user-right .advertising-user-right-items .advertising-user-right-item p{font-size:18px;line-height:1.3;font-weight:500;flex:1}@media screen and (max-width: 480px){.advertising .advertising-user .advertising-user-right .advertising-user-right-items .advertising-user-right-item p{font-size:16px}}.advertising .advertising-teams{background:#121212;margin-top:100px;border-radius:30px}.advertising .advertising-teams .advertising-teams-container{padding:100px 0 0;max-width:1200px;margin:auto}@media screen and (max-width: 1200px){.advertising .advertising-teams .advertising-teams-container{padding:100px 40px 0}}@media screen and (max-width: 480px){.advertising .advertising-teams .advertising-teams-container{padding:100px 10px 0}}.advertising .marketing-empty{padding-top:100px}.social{background:#f1f1f1}@media screen and (max-width: 1024px){.social{overflow:hidden}}.social .social-top{padding:100px 0;max-width:1200px;margin:auto}.social .social-strategy{max-width:1200px;margin:auto}@media screen and (max-width: 1200px){.social .social-strategy{padding:0 10px}}.social .social-strategy h2{font-family:Martian Mono,monospace;font-size:30px;line-height:1.5}@media screen and (max-width: 480px){.social .social-strategy h2{font-size:22px}}.social .social-strategy .social-strategy-cards{margin-top:50px;display:grid;grid-template-columns:repeat(3,1fr);gap:30px}@media screen and (max-width: 768px){.social .social-strategy .social-strategy-cards{display:flex;flex-wrap:wrap;gap:0px}}.social .social-strategy .social-strategy-cards .social-strategy-card{border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:40px 0}@media (min-width: 769px){.social .social-strategy .social-strategy-cards .social-strategy-card:nth-last-child(-n+3){border-top:none;border-bottom:none;padding-top:10px}}@media screen and (max-width: 768px){.social .social-strategy .social-strategy-cards .social-strategy-card{border-top:1px solid #ddd;border-bottom:none}}.social .social-strategy .social-strategy-cards .social-strategy-card h5{font-size:22px;font-weight:500}@media screen and (max-width: 480px){.social .social-strategy .social-strategy-cards .social-strategy-card h5{font-size:20px}}.social .social-strategy .social-strategy-cards .social-strategy-card p{line-height:1.5;color:#7c7c7c;margin-top:30px;font-size:17px;font-weight:500}@media screen and (max-width: 480px){.social .social-strategy .social-strategy-cards .social-strategy-card p{font-size:16px}}.social .social-approach{padding:100px 0;max-width:1200px;margin:auto;display:flex;gap:10%}@media screen and (max-width: 1200px){.social .social-approach{padding:100px 40px}}@media screen and (max-width: 1024px){.social .social-approach{flex-direction:column;max-width:750px;gap:40px;padding:100px 20px}}@media screen and (max-width: 480px){.social .social-approach{padding:100px 10px}}.social .social-approach .social-approach-left{flex:1}.social .social-approach .social-approach-left img{width:100%;border-radius:20px}.social .social-approach .social-approach-right{flex:1}.social .social-approach .social-approach-right h2{font-size:30px;font-family:Martian Mono,monospace;line-height:1.5}@media screen and (max-width: 480px){.social .social-approach .social-approach-right h2{font-size:22px}}.social .social-approach .social-approach-right p{font-size:18px;color:#7c7c7c;line-height:1.5;margin-top:30px;font-weight:500}@media screen and (max-width: 480px){.social .social-approach .social-approach-right p{font-size:16px}}.social .social-user{padding:0 0 100px;max-width:1200px;margin:auto;display:flex;gap:10%}@media screen and (max-width: 1200px){.social .social-user{padding:0 40px 100px}}@media screen and (max-width: 1024px){.social .social-user{flex-direction:column;max-width:750px;gap:40px;padding:0 20px 100px}}@media screen and (max-width: 480px){.social .social-user{padding:0 10px 100px}}.social .social-user .social-user-left{flex:4;position:sticky;align-self:flex-start;top:120px}.social .social-user .social-user-left h2{font-size:35px;font-family:Martian Mono,monospace;line-height:1.5}@media screen and (max-width: 768px){.social .social-user .social-user-left h2{font-size:30px}}@media screen and (max-width: 480px){.social .social-user .social-user-left h2{font-size:22px}}.social .social-user .social-user-left p{color:#7c7c7c;margin-top:30px;line-height:1.5;font-size:18px;font-weight:500}@media screen and (max-width: 480px){.social .social-user .social-user-left p{font-size:16px}}.social .social-user .social-user-right{flex:6}.social .social-user .social-user-right .social-user-right-items{display:flex;flex-direction:column;gap:50px}@media screen and (max-width: 480px){.social .social-user .social-user-right .social-user-right-items{gap:30px}}.social .social-user .social-user-right .social-user-right-items .social-user-right-item{display:flex;align-items:center;border-bottom:1px solid #ddd;padding-bottom:50px}@media screen and (max-width: 480px){.social .social-user .social-user-right .social-user-right-items .social-user-right-item{flex-direction:column;align-items:normal;padding-bottom:30px}}.social .social-user .social-user-right .social-user-right-items .social-user-right-item h2{font-size:88px;letter-spacing:1px;font-weight:500;flex:1}@media screen and (max-width: 480px){.social .social-user .social-user-right .social-user-right-items .social-user-right-item h2{font-size:60px;margin:10px}}.social .social-user .social-user-right .social-user-right-items .social-user-right-item p{font-size:18px;line-height:1.3;font-weight:500;flex:1}@media screen and (max-width: 480px){.social .social-user .social-user-right .social-user-right-items .social-user-right-item p{font-size:16px}}.social .social-teams{background:#121212;margin-top:100px;border-radius:30px}.social .social-teams .social-teams-container{padding:100px 0 0;max-width:1200px;margin:auto}@media screen and (max-width: 1200px){.social .social-teams .social-teams-container{padding:100px 40px 0}}@media screen and (max-width: 480px){.social .social-teams .social-teams-container{padding:100px 10px 0}}.social .marketing-empty{padding-top:100px}.content{background:#f1f1f1}@media screen and (max-width: 1024px){.content{overflow:hidden}}.content .content-top{padding:100px 0;max-width:1200px;margin:auto}.content .content-approach{max-width:1200px;margin:auto;display:flex;gap:10%}@media screen and (max-width: 1200px){.content .content-approach{padding:0 40px}}@media screen and (max-width: 1024px){.content .content-approach{flex-direction:column;max-width:750px;gap:40px;padding:0 20px}}@media screen and (max-width: 480px){.content .content-approach{padding:0 10px}}.content .content-approach .content-approach-left{flex:1}.content .content-approach .content-approach-left img{width:100%;height:600px;border-radius:20px;object-fit:cover}@media screen and (max-width: 480px){.content .content-approach .content-approach-left img{height:100%}}.content .content-approach .content-approach-right{flex:1}.content .content-approach .content-approach-right h2{font-size:30px;font-family:Martian Mono,monospace;line-height:1.5}@media screen and (max-width: 480px){.content .content-approach .content-approach-right h2{font-size:22px}}.content .content-approach .content-approach-right p{font-size:18px;color:#7c7c7c;line-height:1.5;margin-top:30px;font-weight:500}@media screen and (max-width: 480px){.content .content-approach .content-approach-right p{font-size:16px}}.content .content-statics{padding:100px 0;max-width:1200px;margin:auto;display:flex;gap:10%}@media screen and (max-width: 1200px){.content .content-statics{padding:100px 40px}}@media screen and (max-width: 1024px){.content .content-statics{flex-direction:column;max-width:750px;gap:40px;padding:100px 20px}}@media screen and (max-width: 480px){.content .content-statics{padding:100px 10px}}.content .content-statics .content-statics-left{flex:4;position:sticky;align-self:flex-start;top:120px}@media screen and (max-width: 1024px){.content .content-statics .content-statics-left{position:static}}.content .content-statics .content-statics-left h2{font-size:30px;font-family:Martian Mono,monospace;line-height:1.5}@media screen and (max-width: 480px){.content .content-statics .content-statics-left h2{font-size:22px}}.content .content-statics .content-statics-left p{color:#7c7c7c;margin-top:30px;line-height:1.5;font-size:18px;font-weight:500}@media screen and (max-width: 480px){.content .content-statics .content-statics-left p{font-size:16px}}.content .content-statics .content-statics-right{flex:6}.content .content-statics .content-statics-right .content-statics-right-items{display:flex;flex-direction:column;gap:50px}.content .content-statics .content-statics-right .content-statics-right-items .content-statics-right-item{display:flex;align-items:center;border-bottom:1px solid #ddd;padding-bottom:50px}@media screen and (max-width: 480px){.content .content-statics .content-statics-right .content-statics-right-items .content-statics-right-item{flex-direction:column;align-items:normal;gap:10px}}.content .content-statics .content-statics-right .content-statics-right-items .content-statics-right-item h2{font-size:88px;letter-spacing:1px;font-weight:500;flex:1}@media screen and (max-width: 768px){.content .content-statics .content-statics-right .content-statics-right-items .content-statics-right-item h2{font-size:70px}}@media screen and (max-width: 480px){.content .content-statics .content-statics-right .content-statics-right-items .content-statics-right-item h2{font-size:60px}}.content .content-statics .content-statics-right .content-statics-right-items .content-statics-right-item p{font-size:18px;line-height:1.3;font-weight:500;flex:1}@media screen and (max-width: 480px){.content .content-statics .content-statics-right .content-statics-right-items .content-statics-right-item p{font-size:16px}}.content .content-teams{background:#121212;margin-top:100px;border-radius:30px}.content .content-teams .content-teams-container{padding:100px 0 0;max-width:1200px;margin:auto}@media screen and (max-width: 1200px){.content .content-teams .content-teams-container{padding:100px 40px 0}}@media screen and (max-width: 480px){.content .content-teams .content-teams-container{padding:100px 10px 0}}.content .content-user{padding:100px 0;max-width:1200px;margin:auto;display:flex;gap:10%}@media screen and (max-width: 1200px){.content .content-user{padding:100px 40px}}@media screen and (max-width: 1024px){.content .content-user{flex-direction:column;max-width:750px;gap:40px;padding:100px 20px}}@media screen and (max-width: 480px){.content .content-user{padding:100px 10px}}.content .content-user .content-user-left{flex:1}.content .content-user .content-user-left h2{font-size:30px;font-family:Martian Mono,monospace;line-height:1.5}@media screen and (max-width: 480px){.content .content-user .content-user-left h2{font-size:22px}}.content .content-user .content-user-left p{font-size:18px;color:#7c7c7c;line-height:1.5;margin-top:30px;font-weight:500}@media screen and (max-width: 480px){.content .content-user .content-user-left p{font-size:16px}}.content .content-user .content-user-right{flex:1}.content .content-user .content-user-right img{width:100%;height:600px;border-radius:20px;object-fit:cover}@media screen and (max-width: 480px){.content .content-user .content-user-right img{height:100%}}.cro{background:#f1f1f1}.cro .cro-top{padding:100px 0;max-width:1200px;margin:auto}.cro .cro-approach{max-width:1200px;margin:auto;display:flex;gap:10%}@media screen and (max-width: 1200px){.cro .cro-approach{padding:0 40px}}@media screen and (max-width: 1024px){.cro .cro-approach{flex-direction:column;max-width:750px;gap:40px;padding:0 20px}}@media screen and (max-width: 480px){.cro .cro-approach{padding:0 10px}}.cro .cro-approach .cro-approach-left{flex:1}.cro .cro-approach .cro-approach-left img{width:100%;height:600px;border-radius:20px;object-fit:cover}@media screen and (max-width: 480px){.cro .cro-approach .cro-approach-left img{height:100%}}.cro .cro-approach .cro-approach-right{flex:1}.cro .cro-approach .cro-approach-right h2{font-size:30px;font-family:Martian Mono,monospace;line-height:1.5}@media screen and (max-width: 480px){.cro .cro-approach .cro-approach-right h2{font-size:22px}}.cro .cro-approach .cro-approach-right p{font-size:18px;color:#7c7c7c;line-height:1.5;margin-top:30px;font-weight:500}@media screen and (max-width: 480px){.cro .cro-approach .cro-approach-right p{font-size:16px}}.cro .cro-user{padding:100px 0;max-width:1200px;margin:auto;display:flex;gap:10%}@media screen and (max-width: 1200px){.cro .cro-user{padding:100px 40px}}@media screen and (max-width: 1024px){.cro .cro-user{flex-direction:column;max-width:750px;gap:40px;padding:100px 20px}}@media screen and (max-width: 480px){.cro .cro-user{padding:100px 10px}}.cro .cro-user .cro-user-left{flex:4;position:sticky;align-self:flex-start;top:120px}@media screen and (max-width: 1024px){.cro .cro-user .cro-user-left{position:static}}.cro .cro-user .cro-user-left h2{font-size:35px;font-family:Martian Mono,monospace;line-height:1.5}@media screen and (max-width: 480px){.cro .cro-user .cro-user-left h2{font-size:22px}}.cro .cro-user .cro-user-left p{color:#7c7c7c;margin-top:30px;line-height:1.5;font-size:18px;font-weight:500}@media screen and (max-width: 480px){.cro .cro-user .cro-user-left p{font-size:16px}}.cro .cro-user .cro-user-right{flex:6}.cro .cro-user .cro-user-right .cro-user-right-items{display:flex;flex-direction:column;gap:50px}@media screen and (max-width: 480px){.cro .cro-user .cro-user-right .cro-user-right-items{gap:30px}}.cro .cro-user .cro-user-right .cro-user-right-items .cro-user-right-item{display:flex;align-items:center;border-bottom:1px solid #ddd;padding-bottom:50px}@media screen and (max-width: 480px){.cro .cro-user .cro-user-right .cro-user-right-items .cro-user-right-item{flex-direction:column;gap:10px;align-items:normal;padding-bottom:30px}}.cro .cro-user .cro-user-right .cro-user-right-items .cro-user-right-item h2{font-size:88px;letter-spacing:1px;font-weight:500;flex:1;display:flex}@media screen and (max-width: 768px){.cro .cro-user .cro-user-right .cro-user-right-items .cro-user-right-item h2{font-size:70px}}@media screen and (max-width: 480px){.cro .cro-user .cro-user-right .cro-user-right-items .cro-user-right-item h2{font-size:60px}}.cro .cro-user .cro-user-right .cro-user-right-items .cro-user-right-item h2 .up-arrow{font-size:30px;margin-top:10px;color:#02b478}.cro .cro-user .cro-user-right .cro-user-right-items .cro-user-right-item p{font-size:18px;line-height:1.3;font-weight:500;flex:1}@media screen and (max-width: 480px){.cro .cro-user .cro-user-right .cro-user-right-items .cro-user-right-item p{font-size:16px}}.cro .cro-teams .cro-teams-container{max-width:1200px;margin:auto}@media screen and (max-width: 1200px){.cro .cro-teams .cro-teams-container{padding:0 10px}}.analytics{background:#f1f1f1}.analytics .analytics-top{padding:100px 0;max-width:1200px;margin:auto}.analytics .analytics-approach{max-width:1200px;margin:auto;display:flex;gap:10%;padding-bottom:100px}@media screen and (max-width: 1200px){.analytics .analytics-approach{padding:0 40px 100px}}@media screen and (max-width: 1024px){.analytics .analytics-approach{flex-direction:column;max-width:750px;gap:40px;padding:0 20px 100px}}@media screen and (max-width: 480px){.analytics .analytics-approach{padding:0 10px 100px}}.analytics .analytics-approach .analytics-approach-left{flex:1}.analytics .analytics-approach .analytics-approach-left img{width:100%;height:600px;border-radius:20px;object-fit:cover}@media screen and (max-width: 480px){.analytics .analytics-approach .analytics-approach-left img{height:100%}}.analytics .analytics-approach .analytics-approach-right{flex:1}.analytics .analytics-approach .analytics-approach-right h2{font-size:30px;font-family:Martian Mono,monospace;line-height:1.5}@media screen and (max-width: 480px){.analytics .analytics-approach .analytics-approach-right h2{font-size:22px}}.analytics .analytics-approach .analytics-approach-right p{font-size:18px;color:#7c7c7c;line-height:1.5;margin-top:30px;font-weight:500}@media screen and (max-width: 480px){.analytics .analytics-approach .analytics-approach-right p{font-size:16px}}.analytics .analytics-teams{background:#121212;margin-top:100px;border-radius:30px}.analytics .analytics-teams .analytics-teams-container{padding:100px 0 0;max-width:1200px;margin:auto}@media screen and (max-width: 1200px){.analytics .analytics-teams .analytics-teams-container{padding:100px 40px 0}}@media screen and (max-width: 480px){.analytics .analytics-teams .analytics-teams-container{padding:100px 10px 0}}.analytics .analytics-teams .analytics-teams-container .analytics-teams-reporting{padding:0 0 100px;max-width:1200px;margin:auto;display:flex;gap:10%}@media screen and (max-width: 1024px){.analytics .analytics-teams .analytics-teams-container .analytics-teams-reporting{flex-direction:column;max-width:750px;gap:40px}}.analytics .analytics-teams .analytics-teams-container .analytics-teams-reporting .analytics-teams-reporting-left{flex:1}.analytics .analytics-teams .analytics-teams-container .analytics-teams-reporting .analytics-teams-reporting-left img{width:100%;height:600px;border-radius:20px;object-fit:cover}@media screen and (max-width: 480px){.analytics .analytics-teams .analytics-teams-container .analytics-teams-reporting .analytics-teams-reporting-left img{height:100%}}.analytics .analytics-teams .analytics-teams-container .analytics-teams-reporting .analytics-teams-reporting-right{flex:1}.analytics .analytics-teams .analytics-teams-container .analytics-teams-reporting .analytics-teams-reporting-right h2{font-size:30px;font-family:Martian Mono,monospace;line-height:1.5;color:#fff}@media screen and (max-width: 480px){.analytics .analytics-teams .analytics-teams-container .analytics-teams-reporting .analytics-teams-reporting-right h2{font-size:22px}}.analytics .analytics-teams .analytics-teams-container .analytics-teams-reporting .analytics-teams-reporting-right p{font-size:18px;color:#7c7c7c;line-height:1.5;margin-top:30px;font-weight:500;color:#b3b3b3}@media screen and (max-width: 480px){.analytics .analytics-teams .analytics-teams-container .analytics-teams-reporting .analytics-teams-reporting-right p{font-size:16px}}.analytics .marketing-empty{padding-top:100px}.contact{background:#f1f1f1}.contact .contact-top{padding:150px 0 100px;max-width:1200px;margin:auto;display:flex;gap:10%;position:relative}@media screen and (max-width: 1200px){.contact .contact-top{padding:150px 10px 100px}}@media screen and (max-width: 768px){.contact .contact-top{flex-direction:column;gap:80px}}.contact .contact-top .contact-top-left{flex:4;position:sticky;align-self:flex-start;top:120px}@media screen and (max-width: 768px){.contact .contact-top .contact-top-left{position:static}}.contact .contact-top .contact-top-left .contact-top-left-top h2{font-size:30px;font-family:Martian Mono,monospace}@media screen and (max-width: 480px){.contact .contact-top .contact-top-left .contact-top-left-top h2{font-size:25px}}.contact .contact-top .contact-top-left .contact-top-left-top p{color:#7c7c7c;margin-top:30px;line-height:1.5;font-size:18px;font-weight:500}@media screen and (max-width: 480px){.contact .contact-top .contact-top-left .contact-top-left-top p{font-size:16px}}.contact .contact-top .contact-top-left .contact-top-left-items{margin-top:100px;display:flex;flex-direction:column;gap:30px}@media screen and (max-width: 768px){.contact .contact-top .contact-top-left .contact-top-left-items{margin-top:60px}}.contact .contact-top .contact-top-left .contact-top-left-items .contact-top-left-item p:first-child{margin-bottom:10px;font-size:18px;font-weight:500}@media screen and (max-width: 480px){.contact .contact-top .contact-top-left .contact-top-left-items .contact-top-left-item p:first-child{font-size:14px}}.contact .contact-top .contact-top-left .contact-top-left-items .contact-top-left-item p:last-child{color:#7c7c7c;font-size:20px;border-bottom:1px solid #7c7c7c;display:inline;font-weight:500}@media screen and (max-width: 480px){.contact .contact-top .contact-top-left .contact-top-left-items .contact-top-left-item p:last-child{font-size:18px}}.contact .contact-top .contact-top-left .contact-social{margin-top:60px;display:flex;gap:20px;flex-wrap:wrap}.contact .contact-top .contact-top-left .contact-social span{padding:15px 20px;border:1px solid #ddd;border-radius:40px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease-in-out}.contact .contact-top .contact-top-left .contact-social span:hover{background:#000;color:#fff}.contact .contact-top .contact-top-right{flex:6}.contact .contact-top .contact-top-right form{display:flex;flex-direction:column;gap:30px}.contact .contact-top .contact-top-right form .form-group{display:flex;flex-direction:column}.contact .contact-top .contact-top-right form .form-group label{font-size:18px;font-weight:600}.contact .contact-top .contact-top-right form .form-group label .optional{color:#7c7c7c}.contact .contact-top .contact-top-right form .form-group input,.contact .contact-top .contact-top-right form .form-group textarea{border:none;padding:30px;margin-top:20px;border-radius:20px;outline:none;font-size:18px}@media screen and (max-width: 480px){.contact .contact-top .contact-top-right form .form-group input,.contact .contact-top .contact-top-right form .form-group textarea{padding:20px}}.contact .contact-top .contact-top-right form .form-group select{border:none;padding:30px;margin-top:20px;border-radius:20px;font-size:18px;outline:none;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");background-repeat:no-repeat;background-position:right 20px center;background-size:18px;transition:all .3s ease}.contact .contact-top .contact-top-right form .form-group .tell-p{margin-top:10px;font-size:14px;color:#7c7c7c;line-height:1.5;font-weight:500}.contact .contact-top .contact-top-right form .form-group textarea{height:200px}.contact .contact-top .contact-top-right form .privacy{display:flex;gap:30px;align-items:flex-start}.contact .contact-top .contact-top-right form .privacy input{height:40px;width:40px;border:none;outline:none;cursor:pointer}.contact .contact-top .contact-top-right form .privacy .privacy-top p{color:#7c7c7c;font-weight:500;font-weight:16px}.contact .contact-top .contact-top-right form .privacy .privacy-top p span{color:#000;border-bottom:1px solid #000;font-weight:500;cursor:pointer;transition:all .3s ease-in-out}.contact .contact-top .contact-top-right form .privacy .privacy-top p span:hover{color:#2671fe;border-bottom:1px solid #2671fe}.contact .contact-top .contact-top-right form .privacy .privacy-top p:last-child{font-size:14px;color:#7c7c7c;line-height:1.5;font-weight:500;margin-top:20px}.contact .contact-top .contact-top-right form button{background:#2671fe;padding:15px 20px;color:#fff;border:none;width:max-content;border-radius:5px;font-size:16px;font-weight:600;cursor:pointer;box-shadow:#0000003d 0 3px 8px;transition:all .3s ease-in-out}.contact .contact-top .contact-top-right form button:hover{background:#000;color:#fff}.contact .contact-bottom{padding-bottom:100px;max-width:1200px;margin:auto}@media screen and (max-width: 1200px){.contact .contact-bottom{padding:0 10px 100px}}.contact .contact-bottom h2{font-size:30px;font-family:Martian Mono,monospace;margin-bottom:10px}@media screen and (max-width: 480px){.contact .contact-bottom h2{font-size:25px}}.contact .contact-bottom .contact-bottom-address p{line-height:1.5;font-size:18px;color:#7c7c7c;font-weight:600;margin-bottom:10px}@media screen and (max-width: 480px){.contact .contact-bottom .contact-bottom-address p{font-size:16px}}.contact .contact-bottom .contact-bottom-map{margin-top:30px}.contact .contact-bottom .contact-bottom-map iframe{border-radius:20px}.founder{background:#f1f1f1}.founder .founder-section{position:relative;padding:120px 20px 80px;background:linear-gradient(135deg,#0f0f13,#1a1a24);color:#fff;overflow:hidden;min-height:100vh;isolation:isolate;border-radius:0 0 30px 30px}@media screen and (max-width: 480px){.founder .founder-section{padding:100px 10px}}.founder .founder-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 30%,rgba(75,85,255,.15) 0%,transparent 30%),radial-gradient(circle at 80% 70%,rgba(255,65,105,.15) 0%,transparent 30%);z-index:-1}.founder .founder-section .founder-content .founder-content-container{display:flex;max-width:1200px;margin:30px auto;gap:10%;align-items:center}@media screen and (max-width: 1024px){.founder .founder-section .founder-content .founder-content-container{max-width:750px;flex-direction:column-reverse;gap:40px}}.founder .founder-section .founder-content .founder-content-container .founder-content-left{flex:1}.founder .founder-section .founder-content .founder-content-container .founder-content-left h2{font-family:Martian Mono,monospace;font-size:40px}@media screen and (max-width: 480px){.founder .founder-section .founder-content .founder-content-container .founder-content-left h2{font-size:25px}}.founder .founder-section .founder-content .founder-content-container .founder-content-left p{margin-top:20px;font-size:17px;font-weight:500;color:#b3b3b3;line-height:1.5}@media screen and (max-width: 480px){.founder .founder-section .founder-content .founder-content-container .founder-content-left p{font-size:16px}}.founder .founder-section .founder-content .founder-content-container .founder-content-right{flex:1}.founder .founder-section .founder-content .founder-content-container .founder-content-right img{width:100%;border-radius:20px;object-fit:cover}.founder .founder-section .founder-content .founder-content-desc{max-width:1200px;margin:40px auto auto}@media screen and (max-width: 1024px){.founder .founder-section .founder-content .founder-content-desc{max-width:750px}}.founder .founder-section .founder-content .founder-content-desc p{margin-top:20px;font-size:17px;font-weight:500;color:#b3b3b3;line-height:1.5}@media screen and (max-width: 480px){.founder .founder-section .founder-content .founder-content-desc p{font-size:16px}}.founder .founder-section .founder-content .founder-content-desc .founder-btn{display:inline-block;padding:14px 32px;background:#2671fe;color:#fff;border-radius:5px;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 20px #4b55ff4d;margin-top:30px;border:none;cursor:pointer;font-size:16px}.founder .founder-section .founder-content .founder-content-desc .founder-btn:hover{transform:translateY(-2px);box-shadow:0 6px 25px #4b55ff66}.founder .founder-section .particles{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;opacity:.6}.founder .founder-section .grid-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:40px 40px;z-index:-1;opacity:.3}.founder .founder-section .custom-wave{position:absolute;bottom:0;left:0;width:100%;height:200px;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 320' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2310101a' fill-opacity='1' d='M0,192L48,197.3C96,203,192,213,288,229.3C384,245,480,267,576,250.7C672,235,768,181,864,181.3C960,181,1056,235,1152,234.7C1248,235,1344,181,1392,154.7L1440,128L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z'%3E%3C/path%3E%3C/svg%3E") no-repeat bottom center;background-size:cover;z-index:-1}.founder .founder-section .floating-shapes{position:absolute;width:100%;height:100%;top:0;left:0;z-index:-1;overflow:hidden}.founder .founder-section .floating-shapes div{position:absolute;border-radius:50%;opacity:.1;filter:blur(40px)}.founder .founder-section .floating-shapes div:nth-child(1){width:300px;height:300px;background:#4b55ff;top:10%;left:5%;animation:float 15s ease-in-out infinite}.founder .founder-section .floating-shapes div:nth-child(2){width:400px;height:400px;background:#ff4169;bottom:15%;right:10%;animation:float 18s ease-in-out infinite reverse}.founder .founder-section .floating-shapes div:nth-child(3){width:200px;height:200px;background:#00c6ff;top:50%;left:30%;animation:float 12s ease-in-out infinite 2s}@keyframes float{0%{transform:translate(0)}50%{transform:translate(20px,30px)}to{transform:translate(0)}}.founder .founder-last-desc{padding-top:100px;font-size:20px;text-align:center;color:#2671fe;width:70%;margin:auto;line-height:1.5;font-weight:600}@media screen and (max-width: 768px){.founder .founder-last-desc{width:95%}}@media screen and (max-width: 480px){.founder .founder-last-desc{font-size:16px}}.founder .founder-choose{padding:100px 0;max-width:1200px;margin:auto}@media screen and (max-width: 1200px){.founder .founder-choose{padding:100px 10px}}.founder .founder-choose h2{font-size:30px;font-family:Martian Mono,monospace;line-height:1.5}@media screen and (max-width: 480px){.founder .founder-choose h2{font-size:22px}}.founder .founder-choose .founder-choose-cards{gap:2.5rem;padding-top:60px;position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,1fr)}@media screen and (max-width: 1200px){.founder .founder-choose .founder-choose-cards{gap:20px}}@media screen and (max-width: 1024px){.founder .founder-choose .founder-choose-cards{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 768px){.founder .founder-choose .founder-choose-cards{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 480px){.founder .founder-choose .founder-choose-cards{grid-template-columns:repeat(1,1fr)}}.founder .founder-choose .founder-choose-cards:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 30% 50%,rgba(76,201,240,.08) 0%,transparent 50%);z-index:-1;pointer-events:none}.founder .founder-choose .founder-choose-card{background:#ffffffd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:50px 30px;border-radius:24px;width:100%;box-shadow:0 8px 32px #00000014,0 0 0 1px #ffffff4d;text-align:center;transition:all .5s cubic-bezier(.175,.885,.32,1.275);cursor:pointer;overflow:hidden;position:relative;z-index:1}@media screen and (max-width: 768px){.founder .founder-choose .founder-choose-card{max-width:300px;margin:auto;height:100%}}@media screen and (max-width: 480px){.founder .founder-choose .founder-choose-card{margin:auto}}.founder .founder-choose .founder-choose-card:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 12px 40px #00000026,0 0 0 1px #fff6}.founder .founder-choose .founder-choose-card:hover:before{opacity:1}.founder .founder-choose .founder-choose-card:hover .icon-container{transform:translateY(-5px) scale(1.1);background:linear-gradient(135deg,#2671fe,#3a0ca3)}.founder .founder-choose .founder-choose-card:hover .icon-container .icon{color:#fff;transform:rotateY(360deg)}.founder .founder-choose .founder-choose-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:24px;padding:2px;background:linear-gradient(135deg,#2671fe,#3a0ca3);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .4s ease;pointer-events:none}.founder .founder-choose .founder-choose-card .icon-container{width:90px;height:90px;margin:0 auto 1.75rem;background:#2671fe1a;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .5s cubic-bezier(.175,.885,.32,1.1)}.founder .founder-choose .founder-choose-card .icon{font-size:2.75rem;color:#2671fe;transition:all .6s ease}.founder .founder-choose .founder-choose-card p{font-size:16px;font-weight:600;color:#1a1a2e;line-height:1.6;position:relative;z-index:2;background:linear-gradient(90deg,#1a1a2e,#36365f);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-top:50px;color:#7c7c7c}.founder .founder-choose .founder-choose-card:after{content:"";position:absolute;top:-20px;right:-20px;width:60px;height:60px;background:radial-gradient(circle,rgba(76,201,240,.15) 0%,transparent 70%);border-radius:50%;z-index:-1;opacity:0;transition:opacity .4s ease}.founder .founder-choose .founder-choose-card:hover:after{opacity:1}.curtain-loader{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;z-index:9999;display:flex;justify-content:center;align-items:center;overflow:hidden}.curtain-loader .light-sweep{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#ffffff08,#fff0 20%,#fff0 80%,#ffffff08);animation:lightSweep 6s linear infinite}.curtain-loader .curtain-content{position:relative;z-index:2;text-align:center}.curtain-loader .logo-container{position:relative;display:inline-block;margin-bottom:3rem}.curtain-loader .logo-container .curtain-logo{width:140px;height:auto;filter:drop-shadow(0 0 15px rgba(255,255,255,.2));animation:logoFloat 3s ease-in-out infinite,logoGlow 2.5s ease-in-out infinite alternate}.curtain-loader .logo-container .logo-aura{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,#ffffff1a,#fff0 70%);animation:auraPulse 3s ease-in-out infinite}.curtain-loader .loading-indicator{display:flex;justify-content:center;gap:12px}.curtain-loader .loading-indicator .loading-dot{width:10px;height:10px;border-radius:50%;background-color:#fff6;animation:loadingBounce 1.4s ease-in-out infinite}.curtain-loader .loading-indicator .loading-dot:nth-child(1){animation-delay:0s}.curtain-loader .loading-indicator .loading-dot:nth-child(2){animation-delay:.2s}.curtain-loader .loading-indicator .loading-dot:nth-child(3){animation-delay:.4s}@keyframes lightSweep{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes logoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes logoGlow{0%{filter:drop-shadow(0 0 15px rgba(255,255,255,.2))}50%{filter:drop-shadow(0 0 25px rgba(255,255,255,.4))}to{filter:drop-shadow(0 0 15px rgba(255,255,255,.2))}}@keyframes auraPulse{0%,to{opacity:.4;transform:translate(-50%,-50%) scale(.95)}50%{opacity:.8;transform:translate(-50%,-50%) scale(1.1)}}@keyframes loadingBounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-15px);background-color:#fffc}}.curtain-loader.hide{animation:curtainExit .8s cubic-bezier(.77,0,.18,1) forwards}@keyframes curtainExit{0%{transform:translateY(0);opacity:1}to{transform:translateY(-100%);opacity:0}}.digital-agency-404{position:relative;width:100%;height:100vh;overflow:hidden;background:#0f172a;color:#fff;font-family:Inter,sans-serif;display:flex;justify-content:center;align-items:center;text-align:center;border-radius:0 0 30px 30px;margin-bottom:100px}.digital-agency-404 h1{font-size:2.5rem;margin-bottom:1rem;background:linear-gradient(90deg,#fff,#7c3aed);-webkit-background-clip:text;background-clip:text;color:transparent}.digital-bg{position:absolute;width:100%;height:100%;background:radial-gradient(circle at 50% 50%,#1e293b,#0f172a)}.digital-bg .circuit-overlay{position:absolute;width:100%;height:100%;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><path d="M0 0 H100 V100 H0 Z" fill="none" stroke="rgba(255,255,255,0.03)" stroke-width="0.5"/></svg>');opacity:.3}.digital-bg .floating-grid{position:absolute;width:200%;height:200%;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40"><circle cx="20" cy="20" r="0.5" fill="rgba(255,255,255,0.1)"/></svg>');animation:gridMove 40s linear infinite}.error-code{display:flex;justify-content:center;align-items:center;margin-bottom:2rem;font-size:8rem;font-weight:800}.error-code .digit{position:relative;z-index:2;text-shadow:0 0 15px rgba(37,99,235,.5)}.error-code .zero{position:relative;width:120px;height:120px;margin:0 1rem}.error-code .zero span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:8rem}.error-code .zero .inner-globe{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;background:radial-gradient(circle,rgba(37,99,235,.2) 0%,transparent 70%);animation:pulse 3s ease-in-out infinite}.subtitle{font-size:1.1rem;opacity:.8;max-width:500px;margin:0 auto 2rem;line-height:1.6}.cta-button{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:50px;color:#fff;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px #0003}.cta-button:hover{background:#2563eb33;transform:translateY(-3px);box-shadow:0 6px 20px #2563eb4d}.cta-button:hover svg{transform:translate(5px)}.cta-button svg{transition:transform .3s ease}.floating-shapes{position:absolute;width:100%;height:100%;pointer-events:none}.floating-shapes .shape{position:absolute;opacity:.1;animation:float 10s infinite ease-in-out}.floating-shapes .shape.hexagon{width:60px;height:60px;background:#2563eb;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);top:20%;left:15%;animation-delay:0s}.floating-shapes .shape.triangle{width:40px;height:40px;background:#7c3aed;clip-path:polygon(50% 0%,0% 100%,100% 100%);top:70%;right:10%;animation-delay:2s}.floating-shapes .shape.circle{width:50px;height:50px;border-radius:50%;background:#2563eb;bottom:10%;left:20%;animation-delay:4s}@keyframes gridMove{0%{transform:translate(0)}to{transform:translate(-50%,-50%)}}@keyframes pulse{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.1);opacity:.8}}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(5deg)}}@media (max-width: 768px){.error-code{font-size:5rem}.error-code .zero{width:80px;height:80px}.error-code .zero span{font-size:5rem}h1{font-size:1.8rem}.subtitle{font-size:1rem}}.termPage{background:#000;padding-top:130px;padding-bottom:100px;margin-bottom:100px;border-radius:0 0 30px 30px}.termPage .terms-container{max-width:900px;margin:auto;padding:2rem;font-family:Public Sans,sans-serif;color:#e0e0e0;background:#121212;border-radius:12px;box-shadow:0 4px 30px #0000004d;border:1px solid rgba(255,255,255,.08)}@media screen and (max-width: 480px){.termPage .terms-container{padding:20px 10px}}.termPage .terms-container .contact-details{display:flex;flex-direction:column;gap:20px}.termPage .terms-container .terms-header{text-align:center;margin-bottom:3rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.termPage .terms-container .terms-header h1{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:.5rem}@media screen and (max-width: 480px){.termPage .terms-container .terms-header h1{font-size:25px;line-height:1.5}}.termPage .terms-container .terms-header h1 span{color:#2671fe;font-weight:600}.termPage .terms-container .terms-header p{color:#aaa;font-size:.95rem}.termPage .terms-container .terms-content .section{margin-bottom:2.5rem}.termPage .terms-container .terms-content .section h2{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:1.5rem;display:flex;align-items:center}@media screen and (max-width: 480px){.termPage .terms-container .terms-content .section h2{flex-direction:column;align-items:normal;gap:15px}}.termPage .terms-container .terms-content .section h2 .section-number{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:#2671fe;color:#fff;border-radius:50%;font-size:1rem;margin-right:12px;font-weight:500}.termPage .terms-container .terms-content .article{margin-bottom:1.5rem;padding-left:1rem;border-left:3px solid rgba(255,255,255,.05);transition:all .3s ease}.termPage .terms-container .terms-content .article:hover{border-left-color:#2671fe}.termPage .terms-container .terms-content .article h3{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:#ddd}.termPage .terms-container .terms-content .article p,.termPage .terms-container .terms-content .article ul{line-height:1.7;color:#bbb;margin-bottom:.8rem}.termPage .terms-container .terms-content .article p strong,.termPage .terms-container .terms-content .article ul strong{color:#2671fe;font-weight:600}.termPage .terms-container .terms-content .article ul{margin:.8rem 0 .8rem 1.5rem}.termPage .terms-container .terms-content .article ul li{margin-bottom:.5rem;line-height:1.6;position:relative}.termPage .terms-container .terms-content .article ul li:before{content:"•";color:#2671fe;font-weight:700;display:inline-block;width:1em;margin-left:-1em}.termPage .terms-container .contact-info{background:#2671fe14;padding:1.5rem;border-radius:8px;margin-top:3rem;border:1px solid rgba(38,113,254,.2)}.termPage .terms-container .contact-info h3{color:#2671fe;margin-bottom:1rem;font-size:1.2rem}.termPage .terms-container .contact-info .contact-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.termPage .terms-container .contact-info .contact-details div p:first-child{font-weight:600;margin-bottom:.3rem;color:#ddd}.termPage .terms-container .contact-info .contact-details div p:last-child{color:#aaa;word-break:break-word}@media (max-width: 768px){.terms-container{padding:1.5rem;margin:1rem;border-radius:0}.terms-container .terms-header h1{font-size:2rem}.terms-container .terms-content .section h2{font-size:1.3rem}.terms-container .contact-info .contact-details{grid-template-columns:1fr}}.privacy-page{background:#000;padding-top:130px;padding-bottom:100px;margin-bottom:100px;border-radius:0 0 30px 30px}.privacy-page .privacy-container{max-width:900px;margin:2rem auto;padding:2rem;font-family:Public Sans,sans-serif;color:#e0e0e0;background:#121212;border-radius:12px;box-shadow:0 4px 30px #0000004d;border:1px solid rgba(255,255,255,.08)}@media screen and (max-width: 480px){.privacy-page .privacy-container{padding:20px 10px}}.privacy-page .privacy-container .privacy-header{text-align:center;margin-bottom:3rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.privacy-page .privacy-container .privacy-header h1{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:.5rem}@media screen and (max-width: 480px){.privacy-page .privacy-container .privacy-header h1{font-size:25px;line-height:1.5}}.privacy-page .privacy-container .privacy-header h1 span{color:#2671fe;font-weight:600}.privacy-page .privacy-container .privacy-header .last-updated{color:#aaa;font-size:.95rem;font-style:italic}.privacy-page .privacy-container .privacy-content .section{margin-bottom:2.5rem}.privacy-page .privacy-container .privacy-content .section h2{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:1.5rem;display:flex;align-items:center}@media screen and (max-width: 480px){.privacy-page .privacy-container .privacy-content .section h2{flex-direction:column;align-items:normal;gap:15px}}.privacy-page .privacy-container .privacy-content .section h2 .section-number{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:#2671fe;color:#fff;border-radius:50%;font-size:1rem;margin-right:12px;font-weight:500}.privacy-page .privacy-container .privacy-content .article{margin-bottom:1.5rem;padding-left:1rem;border-left:3px solid rgba(255,255,255,.05);transition:all .3s ease}.privacy-page .privacy-container .privacy-content .article:hover{border-left-color:#2671fe}.privacy-page .privacy-container .privacy-content .article h3{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:#ddd}.privacy-page .privacy-container .privacy-content .article p,.privacy-page .privacy-container .privacy-content .article ul{line-height:1.7;color:#bbb;margin-bottom:.8rem}.privacy-page .privacy-container .privacy-content .article p strong,.privacy-page .privacy-container .privacy-content .article ul strong{color:#2671fe;font-weight:600}.privacy-page .privacy-container .privacy-content .article ul{margin:.8rem 0 .8rem 1.5rem}.privacy-page .privacy-container .privacy-content .article ul li{margin-bottom:.5rem;line-height:1.6;position:relative}.privacy-page .privacy-container .privacy-content .article ul li:before{content:"•";color:#2671fe;font-weight:700;display:inline-block;width:1em;margin-left:-1em}.privacy-page .privacy-container .contact-info{background:#2671fe14;padding:1.5rem;border-radius:8px;margin-top:3rem;border:1px solid rgba(38,113,254,.2)}.privacy-page .privacy-container .contact-info h3{color:#2671fe;margin-bottom:1rem;font-size:1.2rem}.privacy-page .privacy-container .contact-info .contact-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.privacy-page .privacy-container .contact-info .contact-details div p:first-child{font-weight:600;margin-bottom:.3rem;color:#ddd}.privacy-page .privacy-container .contact-info .contact-details div p:last-child{color:#aaa;word-break:break-word}.privacy-page .privacy-container .important-notes{margin-top:3rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.privacy-page .privacy-container .important-notes h3{color:#2671fe;margin-bottom:1rem}.privacy-page .privacy-container .important-notes ol{margin-left:1.5rem}.privacy-page .privacy-container .important-notes ol li{margin-bottom:.8rem;color:#bbb;line-height:1.6}@media (max-width: 768px){.privacy-container{padding:1.5rem;margin:1rem;border-radius:0}.privacy-container .privacy-header h1{font-size:2rem}.privacy-container .privacy-content .section h2{font-size:1.3rem}.privacy-container .contact-info .contact-details{grid-template-columns:1fr}}.contact-buttons{position:fixed;bottom:30px;right:30px;z-index:999;display:flex;flex-direction:column;gap:15px}.contact-buttons .contact-btn{display:flex;align-items:center;justify-content:center;color:#fff;padding:12px 20px;border-radius:50px;box-shadow:0 4px 15px #0003;text-decoration:none;font-weight:600;font-size:16px;transition:all .3s ease;width:fit-content;margin-left:auto}.contact-buttons .contact-btn:hover{transform:translateY(-3px);box-shadow:0 6px 20px #00000040}.contact-buttons .contact-btn .icon{margin-right:8px;font-size:20px}.contact-buttons .whatsapp-btn{background:#25d366}.contact-buttons .whatsapp-btn:hover{background:#20bd5b}.contact-buttons .call-btn{background:#2671fe}.contact-buttons .call-btn:hover{background:#1f63e0}@media (max-width: 768px){.contact-buttons{bottom:20px;right:20px;gap:10px}.contact-buttons .contact-btn{padding:10px 16px;font-size:14px}.contact-buttons .contact-btn .icon{font-size:18px}}.offer-popup{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:999;display:flex;justify-content:center;align-items:center}.offer-popup .popup-box{background:#fff;padding:2rem;border-radius:20px;width:100%;max-width:400px;position:relative;box-shadow:0 20px 40px #0003;animation:fadeIn .4s ease-in-out}@media screen and (max-width: 480px){.offer-popup .popup-box{width:95%;padding:50px 10px}}.offer-popup .popup-box .close-btn{position:absolute;top:15px;right:20px;font-size:1.5rem;color:#777;background:none;border:none;cursor:pointer;transition:color .2s}.offer-popup .popup-box .close-btn:hover{color:#000}.offer-popup .popup-box h2{text-align:center;font-size:1.8rem;font-weight:700;margin-bottom:.5rem}.offer-popup .popup-box p{text-align:center;font-size:.95rem;color:#666;margin-bottom:1.5rem;line-height:1.5}.offer-popup .popup-box form{display:flex;flex-direction:column;gap:1rem}.offer-popup .popup-box form input{padding:.75rem 1rem;font-size:1rem;border:1px solid #ccc;border-radius:10px;transition:border .2s}.offer-popup .popup-box form input:focus{border-color:#000;outline:none}.offer-popup .popup-box form button{padding:.75rem 1rem;font-size:1rem;font-weight:600;background-color:#000;color:#fff;border:none;border-radius:10px;cursor:pointer;transition:background-color .2s}.offer-popup .popup-box form button:hover{background-color:#333}@keyframes fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.workspage1 .workspage1-desc{max-width:1200px;margin:auto}@media screen and (max-width: 1200px){.workspage1 .workspage1-desc{padding:0 40px}}@media screen and (max-width: 1024px){.workspage1 .workspage1-desc{max-width:750px}}@media screen and (max-width: 480px){.workspage1 .workspage1-desc{padding:0 10px}}.workspage1 .workspage1-desc p{font-size:20px;color:#7c7c7c;line-height:1.7;margin-top:50px;font-weight:500}@media screen and (max-width: 480px){.workspage1 .workspage1-desc p{font-size:16px}}.workspage1 .workspage1-user{max-width:1200px;padding:100px 0;margin:auto;display:flex;gap:10%;align-items:center}.workspage1 .workspage1-user.work-desc2{flex-direction:row-reverse;padding:0}@media screen and (max-width: 1024px){.workspage1 .workspage1-user.work-desc2{flex-direction:column;max-width:750px;gap:40px;padding:0 20px;align-items:normal}}@media screen and (max-width: 1200px){.workspage1 .workspage1-user{padding:100px 40px}}@media screen and (max-width: 1024px){.workspage1 .workspage1-user{flex-direction:column;max-width:750px;gap:40px;padding:100px 20px;align-items:normal}}@media screen and (max-width: 480px){.workspage1 .workspage1-user{padding:100px 10px}}.workspage1 .workspage1-user .workspage1-user-left{flex:1}.workspage1 .workspage1-user .workspage1-user-left h2{font-size:30px;font-family:Martian Mono,monospace;line-height:1.5}@media screen and (max-width: 480px){.workspage1 .workspage1-user .workspage1-user-left h2{font-size:20px}}.workspage1 .workspage1-user .workspage1-user-left p{font-size:20px;color:#7c7c7c;line-height:1.5;margin-top:30px;font-weight:500}@media screen and (max-width: 480px){.workspage1 .workspage1-user .workspage1-user-left p{font-size:16px}}.workspage1 .workspage1-user .workspage1-user-left ul{margin-left:30px;margin-top:30px}.workspage1 .workspage1-user .workspage1-user-left ul li{margin-bottom:20px;font-size:20px;font-weight:500}@media screen and (max-width: 480px){.workspage1 .workspage1-user .workspage1-user-left ul li{font-size:16px}}.workspage1 .workspage1-user .workspage1-user-left ul li::marker{color:#2671fe}.workspage1 .workspage1-user .workspage1-user-left .example-desc{font-size:18px}@media screen and (max-width: 480px){.workspage1 .workspage1-user .workspage1-user-left .example-desc{font-size:16px}}.workspage1 .workspage1-user .workspage1-user-right{flex:1}.workspage1 .workspage1-user .workspage1-user-right img{width:100%;height:600px;border-radius:20px;object-fit:cover}@media screen and (max-width: 480px){.workspage1 .workspage1-user .workspage1-user-right img{height:100%}}.worksPage2{overflow:hidden}.worksPage2 .worksPage2-desc{max-width:1200px;margin:auto}@media screen and (max-width: 1200px){.worksPage2 .worksPage2-desc{padding:0 10px}}.worksPage2 .worksPage2-desc p{font-size:20px;color:#7c7c7c;line-height:1.7;margin-top:50px;font-weight:500}@media screen and (max-width: 480px){.worksPage2 .worksPage2-desc p{font-size:16px}}.worksPage2 .work-teams{background:#121212;margin-top:100px;border-radius:30px;margin-bottom:100px}.worksPage2 .work-teams .work-teams-container{padding:100px 0 0;max-width:1200px;margin:auto}@media screen and (max-width: 1200px){.worksPage2 .work-teams .work-teams-container{padding:100px 40px 0}}@media screen and (max-width: 480px){.worksPage2 .work-teams .work-teams-container{padding:100px 10px 0}}.worksPage2 .worksPage2-last-desc{max-width:1200px;margin:auto;padding-bottom:100px}@media screen and (max-width: 1200px){.worksPage2 .worksPage2-last-desc{padding:0 10px 100px}}.worksPage2 .worksPage2-last-desc p{font-size:20px;color:#7c7c7c;line-height:1.7;margin-top:50px;font-weight:500}.worksPage2 .worksPage2-last-desc p .big-per{color:#000;font-size:30px;font-weight:700}@media screen and (max-width: 480px){.worksPage2 .worksPage2-last-desc p{font-size:16px}}.marketing{background:#f1f1f1}.marketing .marketing-top{padding:100px 0;max-width:1200px;margin:auto}.marketing .marketing-user{padding:100px 0;max-width:1200px;margin:auto;display:flex;gap:10%}@media screen and (max-width: 1200px){.marketing .marketing-user{padding:100px 40px}}@media screen and (max-width: 1024px){.marketing .marketing-user{flex-direction:column;max-width:750px;gap:40px;padding:100px 20px}}@media screen and (max-width: 480px){.marketing .marketing-user{padding:100px 10px}}.marketing .marketing-user .marketing-user-left{flex:1}.marketing .marketing-user .marketing-user-left img{width:100%;height:600px;border-radius:20px;object-fit:cover}@media screen and (max-width: 480px){.marketing .marketing-user .marketing-user-left img{height:100%}}.marketing .marketing-user .marketing-user-right{flex:1}.marketing .marketing-user .marketing-user-right h2{font-size:30px;font-family:Martian Mono,monospace;line-height:1.5}@media screen and (max-width: 480px){.marketing .marketing-user .marketing-user-right h2{font-size:22px}}.marketing .marketing-user .marketing-user-right p{font-size:18px;color:#7c7c7c;line-height:1.5;margin-top:30px;font-weight:500}@media screen and (max-width: 480px){.marketing .marketing-user .marketing-user-right p{font-size:16px}}.marketing .marketing-teams{background:#121212;margin-top:100px;border-radius:30px}.marketing .marketing-teams .marketing-teams-container{padding:100px 0 0;max-width:1200px;margin:auto}@media screen and (max-width: 1200px){.marketing .marketing-teams .marketing-teams-container{padding:100px 40px 0}}@media screen and (max-width: 480px){.marketing .marketing-teams .marketing-teams-container{padding:100px 10px 0}}.marketing .marketing-service{padding:100px 0;max-width:1200px;margin:auto;display:flex;gap:10%;align-items:end}@media screen and (max-width: 1200px){.marketing .marketing-service{padding:100px 40px}}@media screen and (max-width: 1024px){.marketing .marketing-service{flex-direction:column;max-width:750px;gap:40px;padding:100px 20px;align-items:normal}}@media screen and (max-width: 480px){.marketing .marketing-service{padding:100px 10px}}.marketing .marketing-service .marketing-service-left{flex:1}.marketing .marketing-service .marketing-service-left span{display:flex;align-items:center;gap:7px;flex:3;font-size:16px;color:#b3b3b3;text-transform:uppercase;font-weight:500}.marketing .marketing-service .marketing-service-left span .dot{height:10px;width:10px;background:#ff3c78;border-radius:50%}.marketing .marketing-service .marketing-service-left h2{font-size:30px;font-family:Martian Mono,monospace;line-height:1.5;margin-top:20px}@media screen and (max-width: 480px){.marketing .marketing-service .marketing-service-left h2{font-size:22px}}.marketing .marketing-service .marketing-service-left p{font-size:18px;color:#7c7c7c;line-height:1.5;margin-top:30px;font-weight:500}@media screen and (max-width: 480px){.marketing .marketing-service .marketing-service-left p{font-size:16px}}.marketing .marketing-service .marketing-service-left button{border:1px solid #ddd;padding:15px 30px;font-size:18px;transition:all .3s ease-in-out;border-radius:5px;font-weight:500;cursor:pointer;margin-top:30px}.marketing .marketing-service .marketing-service-left button:hover{background:#121212;color:#fff}.marketing .marketing-service .marketing-service-right{flex:1}.marketing .marketing-service .marketing-service-right img{width:100%;height:600px;border-radius:20px;object-fit:cover}@media screen and (max-width: 480px){.marketing .marketing-service .marketing-service-right img{height:100%}}*{margin:0;padding:0;scroll-behavior:smooth;box-sizing:border-box;font-family:Public Sans,sans-serif}a{text-decoration:none;color:inherit}.app .error{display:flex;justify-content:center;align-items:center;margin-top:20px}.app .error .error-desc{display:flex;flex-direction:column;align-items:center;gap:5px;color:#fff;text-transform:capitalize!important}.app .error .error-desc p{text-transform:capitalize!important}.app .error .error-desc.dif-err{color:#000}.app .error .error-desc button{padding:5px 10px;background:#2671fe;color:#fff;border:none;font-weight:700;border-radius:5px;cursor:pointer}.app .error .error-desc button:hover{background:#1c448f}.app button,.app input,.app textarea{font-family:Public Sans,sans-serif}.app .primary-btn{margin-top:30px;border:1px solid #ddd;padding:15px 30px;font-size:18px;transition:all .3s ease-in-out;border-radius:5px;font-weight:500;display:inline-block;cursor:pointer}.app .primary-btn:hover{background:#121212;color:#fff}::-webkit-scrollbar{width:8px;height:7px;background-color:#000}::-webkit-scrollbar-track{background:#000}::-webkit-scrollbar-thumb{background-color:#2671fe;border-radius:5px}::-webkit-scrollbar-button{display:none;width:0;height:0}
