@import"https://fonts.googleapis.com/css2?family=Allerta+Stencil&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&family=Orbitron:wght@400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300..700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap";*{margin:0;padding:0;box-sizing:border-box;letter-spacing:normal;font-family:Poppins,sans-serif}html{scroll-behavior:smooth}body,#root{position:relative;background:var(--Black-Primary, #121212);font-family:Poppins,sans-serif;min-height:100vh}img{max-width:100%;height:auto}header{width:100%;display:flex;align-items:center;justify-content:center;padding:0 124px;position:fixed;top:32px;left:50%;transform:translate(-50%);z-index:1000}.navbar-container{width:100%;display:flex;align-items:center;justify-content:space-between;padding:12px 48px;gap:24px;border-radius:16px;border:1px solid rgba(255,255,255,.1);background:#12121280;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.navbar-logo{align-self:stretch;display:flex;align-items:center}.navbar-logo img{height:22px;object-fit:cover}header nav{display:flex;justify-content:flex-end;align-items:center;gap:40px;flex-shrink:0}header nav a{color:var(--Grey-text-Primary, #979797);font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:24px;transition:all .3s;text-decoration:none;flex-shrink:0}header nav a:hover{color:#fff}.nav-dropdown{position:relative;display:inline-block}.nav-dropdown-btn{background:none;border:none;outline:none;color:var(--Grey-text-Primary, #979797);font-family:Poppins;font-size:16px;font-weight:500;line-height:24px;cursor:pointer;display:flex;align-items:center;gap:6px;padding:0;transition:color .3s ease}.nav-dropdown-btn:hover,.nav-dropdown-btn.active{color:#fff}.dropdown-chevron{transition:transform .3s ease}.dropdown-chevron.open{transform:rotate(180deg)}.nav-dropdown-menu{position:absolute;top:calc(100% + 28px);left:50%;transform:translate(-50%);display:flex;width:230px;padding:16px;flex-direction:column;align-items:flex-start;gap:12px;border-radius:8px;background:linear-gradient(147deg,#121212d9,#1f1f1ff2 100.01%);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1000;animation:navFadeInDown .2s ease-out}.nav-dropdown-menu:before{content:"";position:absolute;top:-35px;left:0;width:100%;height:35px}.nav-dropdown-menu:after{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100%;height:2px;background:linear-gradient(90deg,transparent 10%,#fff,transparent 90%);pointer-events:none;z-index:1}.nav-dropdown-menu a{color:var(--White-text, #fff);font-family:Poppins,sans-serif!important;font-size:16px;font-style:normal;font-weight:500;line-height:24px;text-decoration:none;transition:all .2s ease;white-space:nowrap;width:100%}.nav-dropdown-menu a:hover{color:var(--Yellow-Primary, #ffbf00)}@keyframes navFadeInDown{0%{opacity:0;transform:translate(-50%,-8px)}to{opacity:1;transform:translate(-50%)}}.portfolio-btn{display:flex;height:40px;box-sizing:border-box;padding:8px 16px;align-items:center;justify-content:center;gap:4px;border-radius:8px;background:linear-gradient(0deg,#121212b3 0% 100%),#414141;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:var(--White-text, #fff);text-align:center;font-family:Poppins,sans-serif!important;font-size:16px;font-style:normal;font-weight:500;line-height:24px;text-decoration:none}.portfolio-btn:hover{background:linear-gradient(0deg,#12121266 0% 100%),#414141;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.navbar-buttons{display:flex;flex-direction:row;align-items:center;gap:8px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.primary-btn{display:flex;height:40px;box-sizing:border-box;padding:8px 16px;align-items:center;justify-content:center;gap:8px;flex-shrink:0;border-radius:8px;background:var(--White-text, #fff);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);text-decoration:none;transition:all .3s;color:var(--Black-Primary, #121212);text-align:center;font-family:Poppins,sans-serif!important;font-size:16px;font-style:normal;font-weight:500;line-height:24px;cursor:pointer}.primary-btn svg{margin:0;flex-shrink:0}.primary-btn:hover{box-shadow:0 4px 20px #ffffff59}.about-possibilities-btn{padding:16px 32px;height:auto}.secondary-btn{display:flex;height:40px;box-sizing:border-box;padding:8px 16px;align-items:center;justify-content:center;gap:4px;border-radius:8px;background:linear-gradient(0deg,#121212b3 0% 100%),#414141;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);text-decoration:none;transition:all .3s;color:var(--White-text, #fff);text-align:center;font-family:Poppins,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:24px;cursor:pointer}.secondary-btn svg{margin:5.293px 7.314px 5.293px 9.4px;flex-shrink:0}.secondary-btn:hover{background:linear-gradient(0deg,#12121266 0% 100%),#414141;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.tertiary-btn{display:flex;height:40px;padding:16px 0;align-items:center;gap:4px;border-radius:8px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);text-decoration:none;cursor:pointer}.tertiary-btn p{color:var(--Yellow-Primary, #ffbf00);text-align:center;font-family:Poppins,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:24px;transition:all .3s}.tertiary-btn svg path{transition:all .3s}.tertiary-btn:hover p{color:var(--Yellow-yellow-200, #ffe28a)}.tertiary-btn svg{margin:5.293px 7.314px 5.293px 9.4px}.tertiary-btn:hover svg path{fill:var(--Yellow-yellow-200, #ffe28a)}.white-top-border{position:relative;overflow:hidden}.white-top-border:before{content:"";position:absolute;inset:0;border-radius:inherit;border:1px solid transparent;background:radial-gradient(ellipse 265px 100% at top,#ffffff,transparent) border-box;-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);-webkit-mask-composite:destination-out;mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);mask-composite:exclude;pointer-events:none;opacity:0;transition:opacity .3s ease;z-index:1}.white-top-border.small-hover:before{background:radial-gradient(ellipse 235px 100% at top,#ffffff,transparent) border-box}.white-top-border.blog-hover:before{background:radial-gradient(ellipse 400px 100% at top,#ffffff,transparent) border-box}.white-top-border:after{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100%;height:1px;background:linear-gradient(90deg,transparent 10%,#fff,transparent 90%);pointer-events:none;opacity:1;transition:opacity .3s ease;z-index:1}.white-top-border:hover:before{opacity:1}.white-top-border:hover:after{opacity:0}.no-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.no-scrollbar::-webkit-scrollbar{display:none}.home-banner{width:100%;height:100svh;display:flex;align-items:center;justify-content:center;position:relative}.home-banner-background{position:absolute;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity 2s ease-in-out}.home-banner-text{display:flex;flex-direction:column;align-items:center;gap:8px;z-index:1;transform:translateY(-30px)}.home-banner-text h1{display:flex;padding-bottom:6px;text-align:center;font-family:Poppins,sans-serif;font-size:80px;font-style:normal;font-weight:500;line-height:104px;letter-spacing:-4.8px;background:linear-gradient(272deg,#ffbf00 -94.41%,#ffebb0 4.53%,#ffbf00 99.71%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.home-banner-text p{width:780px;color:var(--Grey-text-grey-text-300, #b9b9b9);text-align:center;font-family:Poppins,sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:24px}.template{width:100%;display:flex;padding:80px 160px;flex-direction:column;align-items:center;gap:60px;align-self:stretch;position:relative;z-index:1}.template-background{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:100%;height:100%;object-fit:cover;z-index:-1}.template-heading{display:flex;max-width:762px;flex-direction:column;justify-content:center;align-items:center;gap:8px;z-index:1}.template-heading p{text-align:center;font-family:Poppins,sans-serif;font-size:20px;font-style:normal;font-weight:600;line-height:24px;background:linear-gradient(93deg,#ffbf00 40.92%,#ffebb0 49.52%,#ffbf00 58.45%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.template-heading h2{color:var(--White-text, #fff);text-align:center;font-family:Poppins,sans-serif;font-size:48px;font-style:normal;font-weight:500;line-height:64px;letter-spacing:-2.88px}.template-heading span{color:var(--Grey-text-grey-text-300, #b9b9b9);text-align:center;font-family:Poppins,sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:24px}.home-pride-template.template{padding:80px 0}.home-pride{width:100%;max-width:100%;overflow:hidden;display:flex}.home-pride-marquee{display:flex;width:max-content;animation:marquee 65s linear infinite}.home-pride-track{display:flex;align-items:center;flex-shrink:0}.home-pride-track img{height:186px;object-fit:contain;margin-left:64px;flex-shrink:0}.home-features{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1120px;margin:auto}.home-features-set{width:100%;aspect-ratio:360/400;display:flex;align-items:flex-end;justify-content:center;border-radius:20px;overflow:hidden;position:relative}.home-features-set img{position:absolute;left:50%;top:0;transform:translate(-50%);width:100%;object-fit:cover}.home-features-set-text{width:100%;display:flex;padding:30px;flex-direction:column;justify-content:center;align-items:center;gap:6px;z-index:1}.home-features-set-text h3{color:#fff;text-align:center;font-family:Poppins,sans-serif;font-size:20px;font-style:normal;font-weight:600;line-height:24px}.home-features-set-text p{color:#e7e7e7b3;text-align:center;font-family:Poppins,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:24px}.home-problems{width:100%;max-width:1120px;display:grid;grid-template-columns:repeat(3,1fr);column-gap:16px;row-gap:32px}.home-problems-set{width:100%;display:flex;padding:16px;flex-direction:column;align-items:flex-start;gap:20px;border-radius:8px;background:linear-gradient(147deg,#12121280,#1f1f1fd1 100.01%)}.home-problems-set-img{width:100%;aspect-ratio:331/193;display:flex;align-items:center;justify-content:center;border-radius:8px;border:1px solid rgba(255,255,255,.2);overflow:hidden}.home-problems-set-img video{width:100%;height:100%;object-fit:cover}.home-problems-set-text{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:4px}.home-problems-set-text h3{color:#fff;font-family:Poppins,sans-serif;font-size:20px;font-style:normal;font-weight:600;line-height:24px}.home-problems-set-text p{color:var(--Black-black-100, #b6b6b6);font-family:Poppins,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:24px}.home-stories-main{width:100%;display:flex;justify-content:center;align-items:center;padding:80px 160px}.home-stories{width:100%;max-width:1120px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:24px;padding:0;position:relative}.home-stories-stars{position:absolute;right:130px;top:50px}.home-stories-left{width:40%;display:flex;padding:32px 32px 0;flex-direction:column;align-items:flex-start;gap:24px;border-radius:8px;background:linear-gradient(180deg,#ffbf00,#b58800)}.home-stories-left-text{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:8px}.home-stories-left-text h2{color:var(--Black-Primary, #121212);font-family:Poppins,sans-serif;font-size:20px;font-style:normal;font-weight:600;line-height:24px}.home-stories-left-text p{color:var(--Black-black-400, #414141);font-family:Poppins,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.home-stories-left-search{width:100%;display:flex;flex-direction:column;align-items:flex-start;align-self:stretch}.home-stories-left-search input{width:100%;height:48px;padding:16px 16px 16px 56px;border-radius:8px 8px 0 0;background:var(--White-text, #fff);color:var(--Black-black-300, #606060);font-family:Poppins,sans-serif;font-size:16px;font-weight:400;line-height:24px;border:none;outline:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M21 21L16.657 16.657M16.657 16.657C17.3998 15.9141 17.9891 15.0322 18.3912 14.0615C18.7932 13.0909 19.0002 12.0506 19.0002 11C19.0002 9.94939 18.7932 8.90908 18.3912 7.93845C17.9891 6.96782 17.3998 6.08588 16.657 5.34299C15.9141 4.6001 15.0321 4.01081 14.0615 3.60877C13.0909 3.20672 12.0506 2.99979 11 2.99979C9.94936 2.99979 8.90905 3.20672 7.93842 3.60877C6.96779 4.01081 6.08585 4.6001 5.34296 5.34299C3.84263 6.84332 2.99976 8.87821 2.99976 11C2.99976 13.1218 3.84263 15.1567 5.34296 16.657C6.84329 18.1573 8.87818 19.0002 11 19.0002C13.1217 19.0002 15.1566 18.1573 16.657 16.657Z' stroke='%23606060' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:16px center;background-size:24px}.home-stories-left-search input:not(:placeholder-shown){color:#000}.home-stories-left-search-container{width:100%;height:240px;display:flex;flex-direction:column;align-items:flex-start;align-self:stretch;background:var(--White-text, #fff);overflow-y:scroll}.home-stories-left-search-set{width:100%;display:flex;padding:8px 16px;flex-direction:column;align-items:flex-start;gap:6px;align-self:stretch;text-decoration:none;transition:all .3s}.home-stories-left-search-set:hover{background:var(--Grey-text-grey-text-50, #f5f5f5)}.home-stories-left-search-set h3{color:var(--Black-Primary, #121212);font-family:Poppins,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:24px}.home-stories-left-search-set p{color:var(--Grey-text-grey-text-800, #535353);font-family:Poppins,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.home-stories-right{width:60%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:20px;align-self:stretch;position:relative;overflow:hidden}.home-stories-right:before{content:" ";position:absolute;top:0;left:0;width:80%;height:1px;background:linear-gradient(90deg,transparent 10%,#fff,transparent 90%);z-index:1}.home-stories-right:after{content:" ";position:absolute;bottom:0;right:5%;width:50%;height:1px;background:linear-gradient(90deg,transparent 10%,#fff,transparent 90%);z-index:1}.home-stories-right-text{display:flex;max-width:379px;flex-direction:column;align-items:flex-start;gap:8px;margin:32px 0 0 32px}.home-stories-right-text h2{color:var(--White-text, #fff);font-family:Poppins,sans-serif;font-size:20px;font-style:normal;font-weight:600;line-height:24px}.home-stories-right-text p{color:var(--Grey-text-grey-text-300, #b9b9b9);font-family:Poppins,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.home-stories-right-numbers{width:100%;height:100%;display:flex;align-items:center;justify-content:center;gap:8px;position:relative;overflow:hidden}.home-stories-right-numbers:before{content:" ";position:absolute;left:-20%;top:50%;transform:translateY(-50%);width:40%;height:100%;background:radial-gradient(#121212 20%,transparent 80%);border-radius:50%}.home-stories-right-numbers:after{content:" ";position:absolute;right:-20%;top:50%;transform:translateY(-50%);width:40%;height:100%;background:radial-gradient(#121212,transparent 80%);border-radius:50%}.home-stories-right-numbers-set{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.home-stories-right-numbers-set h3{text-align:center;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:var(--Grey-text-grey-text-50, #f5f5f5);font-family:Poppins,sans-serif;font-size:80px;font-style:normal;font-weight:700;line-height:120%;letter-spacing:-4.8px}.home-stories-right-numbers-set p{color:var(--White-text, #fff);text-align:center;font-family:Poppins,sans-serif;font-size:24px;font-style:normal;font-weight:500;line-height:32px}.home-stories-right-numbers-set:nth-child(2) h3{color:var(--Yellow-Primary, #ffbf00);-webkit-text-stroke-width:0px;text-align:center;font-family:Poppins,sans-serif;font-size:80px;font-style:normal;font-weight:700;line-height:104px;letter-spacing:-4.8px}.home-stories-right-numbers-set:nth-child(2) p{color:var(--Yellow-Primary, #ffbf00);text-align:center;font-family:Poppins,sans-serif;font-size:24px;font-style:normal;font-weight:500;line-height:32px}.home-about{width:100%;display:flex;align-items:center;justify-content:center;position:relative}.home-about-background{width:100%;object-fit:cover;padding-bottom:100px}.home-about-text-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;max-width:1120px;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:60px;padding:0 20px;box-sizing:border-box}.home-about-text{display:flex;max-width:833px;flex-direction:column;justify-content:center;align-items:center;gap:32px}.home-about-text p{color:var(--Grey-text-grey-text-100, #dfdfdf);text-align:center;font-family:Poppins,sans-serif;font-size:28px;font-style:normal;font-weight:400;line-height:40px}.home-industries{width:100%;height:360px;display:flex;justify-content:flex-start;align-items:flex-start;position:relative;overflow:hidden}.home-industries-container{position:relative;width:100%;height:1000px;transform:translateY(10%) rotate(270deg)}.home-industries-set{width:335px;height:216px;display:flex;gap:16px;padding:24px 16px;border-radius:8px;opacity:.3;background:linear-gradient(149deg,#121212bf -.73%,#12121240),linear-gradient(148deg,#31313180 1.39%,#00000040 72.83%);position:absolute;top:50%;left:50%;transform-origin:center center;transition:all 1s}.home-industries-set img{width:24px;height:24px;flex-shrink:0;object-fit:cover}.home-industries-set-text{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:16px}.home-industries-set-text h3{color:var(--Grey-text-Primary, #979797);font-family:Poppins,sans-serif;font-size:24px;font-style:normal;font-weight:600;line-height:32px;letter-spacing:-1.44px;transition:all 1s}.home-industries-set-text p{color:var(--Grey-text-grey-text-300, #b9b9b9);font-family:Poppins,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:24px}.active-home-industries-set{opacity:1}:root{--ring-radius: 480px}.home-industries-set:nth-child(1){transform:translate(-50%,-50%) rotate(0) translate(var(--ring-radius)) rotate(90deg)}.home-industries-set:nth-child(2){transform:translate(-50%,-50%) rotate(60deg) translate(var(--ring-radius)) rotate(90deg)}.home-industries-set:nth-child(3){transform:translate(-50%,-50%) rotate(120deg) translate(var(--ring-radius)) rotate(90deg)}.home-industries-set:nth-child(4){transform:translate(-50%,-50%) rotate(180deg) translate(var(--ring-radius)) rotate(90deg)}.home-industries-set:nth-child(5){transform:translate(-50%,-50%) rotate(240deg) translate(var(--ring-radius)) rotate(90deg)}.home-industries-set:nth-child(6){transform:translate(-50%,-50%) rotate(300deg) translate(var(--ring-radius)) rotate(90deg)}.home-industries-set:nth-child(1).active-home-industries-set h3{color:#6ddd29}.home-industries-set:nth-child(2).active-home-industries-set h3{color:#ff7a00}.home-industries-set:nth-child(3).active-home-industries-set h3{color:#01b3ff}.home-industries-set:nth-child(4).active-home-industries-set h3{color:#ffe600}.home-industries-set:nth-child(5).active-home-industries-set h3{color:#ed1eff}.home-industries-set:nth-child(6).active-home-industries-set h3{color:#ff006b}.home-industries-controls{position:absolute;bottom:0;left:50%;transform:translate(-50%);display:inline-flex;align-items:center;gap:8px}.home-industries-control{display:flex;width:40px;height:40px;justify-content:center;align-items:center;gap:10px;flex-shrink:0;border-radius:100px;background:var(--Woodsmoke-BG-woodsmoke-bg-900, #343333);transition:all .3s;cursor:pointer}.home-industries-control:hover{background:#414141}.home-industries-control:active{background:#252525}.home-industries-control svg{width:20px;height:20px;flex-shrink:0}.template.gallery{padding:80px 0}.gallery-container{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:40px;overflow:hidden;position:relative;padding-top:40px}.gallery-container span{text-align:center;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:#febe0033;-webkit-text-fill-color:transparent;font-family:Poppins,sans-serif;font-size:230px;font-style:normal;font-weight:500;line-height:120%;letter-spacing:-13.8px;position:absolute;top:-56px;left:50%;transform:translate(-50%)}.gallery-set-container{transform:translate(calc(50% - 203px));width:100%;display:flex;align-items:flex-start;justify-content:flex-start}.gallery-slide{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;gap:16px}.gallery-set{width:406px;height:468px;display:flex;align-items:flex-start;justify-content:flex-end;flex-direction:column;gap:22px;flex-shrink:0;border-radius:4px;position:relative;overflow:hidden}.gallery-set-background{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:100%;height:100%;object-fit:cover}.gallery-set:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:75%;background:linear-gradient(to top,rgba(18,18,18,.96) 0%,rgba(18,18,18,.75) 50%,transparent 100%);pointer-events:none;z-index:1}.gallery-set .our-blogs-set-content{padding:24px 20px;position:relative;z-index:2;width:100%;background:linear-gradient(180deg,#0000,#121212d9 40%,#121212fa)}.gallery-controls{width:100%;display:flex;align-items:center;justify-content:center;gap:6px}.gallery-controls-buttons{display:flex;width:40px;height:40px;justify-content:center;align-items:center;gap:10px;flex-shrink:0;border-radius:100px;background:var(--Woodsmoke-BG-woodsmoke-bg-900, #343333);transition:all .3s}.gallery-controls-buttons:hover{background:#414141}.gallery-controls-buttons:active{background:#252525}.home-creations{width:100%;display:flex;gap:16px;align-self:stretch;max-width:1120px;margin:auto}.home-creations-left{width:30%;display:flex}.home-creations-left img{width:100%;object-fit:cover;border-radius:8px}.home-creations-right{width:70%;display:flex;justify-content:space-between;flex-direction:column;gap:60px;padding:40px 32px 0;background:linear-gradient(#121212,#121212) padding-box,linear-gradient(to bottom,#121212 50%,#b9b9b9 100%,#121212 20%) border-box;border-radius:10px;border:1px solid transparent}.home-creations-right-text{width:100%;display:flex;max-width:503px;flex-direction:column;align-items:flex-start;gap:8px}.home-creations-right-text h3{color:var(--White-text, #fff);font-family:Poppins,sans-serif;font-size:20px;font-style:normal;font-weight:600;line-height:24px}.home-creations-right-text p{color:var(--Grey-text-grey-text-300, #b9b9b9);font-family:Poppins,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.home-creations-right-typewriter{width:100%;height:103px;display:flex;align-items:center;padding:28px 0 28px 32px;border:1px solid rgba(255,255,255,.3)}.home-creations-right-typewriter p{color:#fff;font-family:Poppins,sans-serif;font-size:28px;font-style:normal;font-weight:600;line-height:40px}.home-creations-right-typewriter .cursor{width:2px;height:40px;background:var(--Grey-text-grey-text-300, #b9b9b9);margin-left:6px;transition:opacity .1s linear}.home-creations-right-img{width:100%;display:flex;align-items:center;justify-content:center;transition:all .3s;animation:HomeCreationsImage 5s infinite}.home-creations-right-img img{width:100%;height:100%;object-fit:contain}@keyframes HomeCreationsImage{0%{transform:translate(0)}20%{transform:translate(0)}40%{transform:translate(32px,20px)}60%{transform:translate(32px,20px)}80%{transform:translate(0)}to{transform:translate(0)}}.template.testimony{padding:80px 0}.home-testimony{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:40px;align-self:stretch;overflow:hidden}.home-testimony-slide{width:100%;display:flex;padding:0 280px;align-items:flex-start;gap:16px}.home-testimony-set{width:455px;display:flex;padding:16px;flex-direction:column;align-items:center;justify-content:space-between;gap:32px;border-radius:8px;background:linear-gradient(147deg,#12121280,#1f1f1fd1 100.01%);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);align-self:stretch;flex-shrink:0;transition:all .3s ease}.home-testimony-set-text{width:100%;display:flex;flex-direction:column;align-items:center;gap:32px}.home-testimony-set-text span{width:29px;height:40px;color:var(--Yellow-Primary, #ffbf00);font-family:Allerta Stencil;font-size:60px;font-style:normal;font-weight:400;line-height:normal}.home-testimony-set-text p{color:var(--Grey-text-grey-text-300, #b9b9b9);font-family:Poppins,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:24px}.home-testimony-set h3{color:var(--Grey-text-grey-text-300, #b9b9b9);font-family:Poppins,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.home-testimony-set h3 span{color:var(--Yellow-Primary, #ffbf00)}.home-testimony-controls{width:100%;display:flex;justify-content:center;align-items:center;gap:6px;align-self:stretch}.home-testimony-control{display:flex;width:40px;height:40px;justify-content:center;align-items:center;gap:10px;border-radius:100px;background:#121212;transition:all .3s}.home-testimony-control:hover{background:#343333}.template.faq{flex-direction:row}.template.faq .template-heading{width:40%;align-items:flex-start}.template.faq .template-heading p,.template.faq .template-heading h2{text-align:left}.home-faq{width:60%;display:flex;flex-direction:column;align-items:flex-start;gap:20px;flex-shrink:0}.faq-set{width:100%;display:flex;padding:24px;flex-direction:column;align-items:flex-start;gap:12px;align-self:stretch;cursor:pointer;border-radius:8px;background:linear-gradient(149deg,#4141411a -.73%,#12121240)}.faq-set.active-faq{cursor:default}.faq-set-heading{width:100%;display:flex;justify-content:space-between;align-items:center;align-self:stretch}.faq-set span{min-width:20px;flex-shrink:0;color:var(--Text-Black-Primary, #111);font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.36px}.faq-set-container{width:100%;display:flex;justify-content:space-between;align-items:flex-start;gap:40px}.faq-set-text{display:flex;width:100%;flex-direction:column;align-items:flex-start;gap:7px}.faq-set svg{flex-shrink:0;width:20px;height:20px;aspect-ratio:1/1;transition:all .3s}.faq-set h3{color:var(--White-text, #fff);font-family:Poppins,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:24px}.faq-set-svg{display:flex;width:24px;height:24px;justify-content:center;align-items:center;gap:10px;aspect-ratio:1/1;flex-shrink:0;border-radius:100px;background:var(--Woodsmoke-BG-woodsmoke-bg-900, #343333)}.faq-set svg{width:16px;height:16px;flex-shrink:0;aspect-ratio:1/1}.active-faq svg{transform:rotate(180deg)}.faq-set p{color:var(--Grey-text-grey-text-300, #b9b9b9);font-family:Poppins,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:24px;max-height:0;overflow:hidden;transition:all .3s;opacity:0}.active-faq p{max-height:500px;padding-top:16px;opacity:1}.home-connection{width:100%;display:flex;align-items:center;justify-content:center;position:relative}.home-connection-background{width:100%;object-fit:cover;transition:all 2s}.home-connection-container{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:100%;max-width:610px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:32px}.home-connection-text{display:flex;flex-direction:column;align-items:center;gap:16px;align-self:stretch}.home-connection-container h2{color:var(--White-text, #fff);text-align:center;font-family:Poppins,sans-serif;font-size:48px;font-style:normal;font-weight:600;line-height:64px;letter-spacing:-2.88px}.home-connection-container p{color:var(--Grey-text-grey-text-200, #cfcfcf);text-align:center;font-family:Poppins,sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:24px}.home-connection-buttons{display:inline-flex;height:56px;align-items:flex-start;gap:16px;flex-shrink:0}.home-connection-buttons .primary-btn,.home-connection-buttons .secondary-btn{padding:16px 32px}.designing-animation{width:100%;display:grid;grid-template-columns:repeat(5,1fr);gap:16px;max-width:1120px;margin:auto}.designing-animation-heading{width:100%;max-width:623px;display:flex;flex-direction:column;align-items:flex-start;gap:8px}.designing-animation h3{color:var(--White-text, #fff);font-family:Poppins,sans-serif;font-size:20px;font-style:normal;font-weight:600;line-height:24px}.designing-animation p{color:var(--Grey-text-grey-text-300, #b9b9b9);font-family:Poppins,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.designing-animation-left{width:100%;height:463px;display:flex;flex-direction:column;gap:40px;padding:24px;grid-column:span 2;border-radius:8px;border:1px solid rgba(255,255,255,.2);background:linear-gradient(149deg,#121212bf -.73%,#12121240);position:relative;overflow:hidden}.designing-animation-left img{width:100%;height:100%;object-fit:cover}.designing-animation-right{width:100%;height:463px;display:flex;flex-direction:column;gap:40px;padding:24px 0 0 24px;grid-column:span 3;border-radius:8px;border:1px solid rgba(255,255,255,.2);background:linear-gradient(149deg,#121212bf -.73%,#12121240);overflow:hidden}.designing-animation-right .designing-animation-heading{padding-right:24px}.designing-animation-bottom{width:100%;height:412px;display:flex;flex-direction:column;gap:40px;padding:24px;grid-column:span 5;border-radius:8px;border:1px solid rgba(255,255,255,.2);background:linear-gradient(149deg,#121212bf -.73%,#12121240)}.designing-animation-bottom-container{width:100%;display:flex;gap:8px}.designing-animation-bottom-set{width:100%;display:flex;padding:32px 50px;flex-direction:column;justify-content:space-between;align-items:center;gap:16px;border-radius:8px;background:linear-gradient(149deg,#121212bf -.73%,#12121240)}.designing-animation-bottom-set-image{width:100%;height:80px;flex-shrink:0;display:flex;align-items:center;justify-content:center;position:relative}.designing-animation-bottom-set p{color:var(--Black-black-200, #929292);font-family:Poppins,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:24px}.designing-animation-bottom-set-image .circle-background{display:flex;width:80px;height:80px;padding:10px;justify-content:center;align-items:center;gap:10px;flex-shrink:0;border-radius:100px;background:linear-gradient(90deg,#ffbf00 .6%,#bc7100 99.98%)}.designing-animation-bottom-set-image .circle-background img{display:flex;width:56px;height:56px;justify-content:center;align-items:center;gap:10px;flex-shrink:0;border-radius:100px;background:#fff;animation:designingAnimationDelay 4s linear infinite}@keyframes designingAnimationDelay{0%{transform:rotate(0)}25%{transform:rotate(360deg)}to{transform:rotate(360deg)}}.designing-animation-bottom-set-image .toggle{display:flex;width:80px;flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:8px}.designing-animation-bottom-set-image .toggle .toggle-background{width:100%;display:flex;height:34px;padding:3px 5px;align-items:center;gap:10px;align-self:stretch;border-radius:8px;background:linear-gradient(90deg,#ffbf00 .6%,#bc7100 99.98%);transition:all .3s;position:relative;overflow:hidden}.designing-animation-bottom-set-image .toggle .toggle-background span{width:25px;height:25px;background:#fff;flex-shrink:0;border-radius:50%;transition:all .3s;position:absolute;left:0;animation:designingAnimationLoop1 2s linear infinite}.designing-animation-bottom-set-image .toggle .toggle-background:last-child span{animation:designingAnimationLoop2 2s linear infinite}@keyframes designingAnimationLoop1{0%{left:5px}50%{left:calc(100% - 25px)}to{left:5px}}@keyframes designingAnimationLoop2{0%{left:calc(100% - 25px)}50%{left:5px}to{left:calc(100% - 25px)}}.designing-animation-bottom-set-image.hover h4{text-align:center;font-family:Poppins,sans-serif;font-size:40px;font-style:normal;font-weight:700;line-height:56px;letter-spacing:-2.4px;text-transform:uppercase;display:inline-block;background:linear-gradient(90deg,#ffbf00 .6%,#bc7100 99.98%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;flex-shrink:0}.designing-animation-bottom-set-image.hover h4 span{display:inline-block;background:linear-gradient(90deg,#ffbf00 .6%,#bc7100 99.98%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;animation:letterUpDown 3s ease-in-out infinite}.designing-animation-bottom-set-image.hover h4 span:nth-child(1){animation-delay:0s}.designing-animation-bottom-set-image.hover h4 span:nth-child(2){animation-delay:.5s}.designing-animation-bottom-set-image.hover h4 span:nth-child(3){animation-delay:1s}.designing-animation-bottom-set-image.hover h4 span:nth-child(4){animation-delay:1.5s}.designing-animation-bottom-set-image.hover h4 span:nth-child(5){animation-delay:2s}.designing-animation-bottom-set-image.hover h4 span:nth-child(6){animation-delay:2.5s}@keyframes letterUpDown{0%,to{transform:translateY(0)}10%{transform:translateY(-12px)}20%{transform:translateY(0)}}.designing-animation-bottom-set-image .click-background{width:80px;height:80px;display:flex;align-items:center;justify-content:center;position:relative;border-radius:8px;background:linear-gradient(90deg,#ffbf00 .6%,#bc7100 99.98%);z-index:1}.designing-animation-bottom-set-image .click-background img:first-child{width:48px;height:48px;animation:designingAnimationClick 6s linear infinite}@keyframes designingAnimationClick{0%{transform:rotate(0)}10%{transform:rotate(0)}15%{transform:rotate(45deg)}50%{transform:rotate(45deg)}55%{transform:rotate(0)}to{transform:rotate(0)}}.designing-animation-bottom-set-image .click-background img:last-child{width:24px;height:25px;position:absolute;right:2px;bottom:6px;animation:designingAnimationMouse 6s linear infinite}@keyframes designingAnimationMouse{0%{transform:scale(1)}5%{transform:scale(.6)}10%{transform:scale(1)}40%{transform:scale(1)}45%{transform:scale(.6)}50%{transform:scale(1)}to{transform:scale(1)}}.designing-animation-bottom-set-image .click-background-1{display:flex;width:32px;height:32px;justify-content:center;align-items:center;gap:10px;flex-shrink:0;border-radius:4px;background:linear-gradient(90deg,#ffbf00 .6%,#bc7100 99.98%);position:absolute;transition:all .3s;z-index:0;left:50%;animation:designingAnimationClickLeft 6s linear infinite}.designing-animation-bottom-set-image .click-background-1 img{width:24px;height:24px;flex-shrink:0}@keyframes designingAnimationClickLeft{0%{transform:translate(calc(-50% + -0px))}10%{transform:translate(calc(-50% + -0px))}15%{transform:translate(calc(-50% - 60px))}50%{transform:translate(calc(-50% - 60px))}55%{transform:translate(calc(-50% + -0px))}to{transform:translate(calc(-50% + -0px))}}.designing-animation-bottom-set-image .click-background-2{display:flex;width:32px;height:32px;justify-content:center;align-items:center;gap:10px;flex-shrink:0;border-radius:4px;background:linear-gradient(90deg,#ffbf00 .6%,#bc7100 99.98%);position:absolute;transition:all .3s;z-index:0;left:50%;animation:designingAnimationClickRight 6s linear infinite}.designing-animation-bottom-set-image .click-background-2 img{width:24px;height:24px;flex-shrink:0}@keyframes designingAnimationClickRight{0%{transform:translate(calc(-50% + 0px))}10%{transform:translate(calc(-50% + 0px))}15%{transform:translate(calc(-50% + 60px))}50%{transform:translate(calc(-50% + 60px))}55%{transform:translate(calc(-50% + 0px))}to{transform:translate(calc(-50% + 0px))}}.designing-why-us{width:100%;display:flex;align-items:center;gap:24px;max-width:1120px;margin:auto}.designing-why-us-set{width:100%;display:flex;padding:16px;flex-direction:column;align-items:flex-start;gap:16px;border-radius:8px;background:linear-gradient(147deg,#12121280,#1f1f1fd1 100.01%);align-self:stretch}.designing-why-us-set img{width:100%;height:300px;object-fit:contain;opacity:.5;transition:all .3s}.designing-why-us-set:hover img{opacity:1}.designing-why-us-set p{color:var(--White-text, #fff);font-family:Poppins,sans-serif;font-size:20px;font-style:normal;font-weight:600;line-height:24px}.designing-types{width:100%;display:flex;padding:80px 0;gap:40px;position:relative}.designing-types-left{width:300px;height:fit-content;display:flex;flex-direction:column;align-items:flex-start;gap:32px;padding:80px 48px 0 0;flex-shrink:0;position:sticky;top:84px}.designing-types-left h2{display:flex;padding:0 62px;align-items:center;gap:10px;color:var(--White-text, #fff);font-family:Poppins,sans-serif;font-size:20px;font-style:normal;font-weight:600;line-height:24px}.designing-types-container{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:20px}.designing-types-section{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:36px;max-width:952px;margin:auto}.designing-types-set{width:100%;display:flex;height:44px;align-items:center;gap:12px;align-self:stretch;cursor:pointer}.designing-types-set hr{width:50px;height:2px;border:none;border-radius:2px;flex-shrink:0;background:linear-gradient(90deg,#121212,#ffbf00);transform-origin:left;transform:scaleX(0);opacity:0;transition:transform .4s ease,opacity .3s ease}.designing-types-set.active hr{transform:scaleX(1);opacity:1}.designing-types-set p{color:var(--Grey-text-grey-text-300, #b9b9b9);font-family:Poppins,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:24px;transition:all .3s}.designing-types-set:hover p{color:#fff}.designing-types-set.active:hover p{color:var(--Grey-text-grey-text-300, #b9b9b9)}.designing-types-right{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:80px;padding-right:160px}.designing-types-right h2{color:var(--White-text, #fff);font-family:Poppins,sans-serif;font-size:48px;font-style:normal;font-weight:600;line-height:64px;letter-spacing:-2.88px}.designing-types-right h2 span{color:var(--Black-black-300, #606060)}.designing-types-content{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:40px}.designing-types-content-img{width:100%;object-fit:cover;border-radius:8px}.designing-types-text{width:75%;display:flex;flex-direction:column;align-items:flex-start;gap:40px}.designing-types-text p{color:var(--Grey-text-grey-text-200, #cfcfcf);font-family:Poppins,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.designing-types-text-points{width:100%;display:flex;align-items:flex-start;gap:16px;flex-wrap:balance}.designing-types-text-point{display:flex;align-items:center;gap:8px;flex-shrink:0}.designing-types-text-point img{width:20px;height:20px;object-fit:cover;flex-shrink:0}.designing-services{width:100%;display:flex;align-items:center;gap:16px}.designing-services-set{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:16px;text-decoration:none}.designing-services-set-card{width:100%;aspect-ratio:550/350;display:flex;align-items:flex-start;justify-content:flex-start;padding:16px;border-radius:8px;background:linear-gradient(149deg,#262626bf -.73%,#26262640);overflow:hidden}.designing-services-set-img{width:100%;height:100%;display:flex;align-items:flex-start;justify-content:flex-start;border-radius:8px;overflow:hidden}.designing-services-set-card img{width:100%;height:auto;object-fit:cover;border-radius:8px;object-position:top}.designing-services-set h3{color:var(--White-text, #fff);font-family:Poppins,sans-serif;font-size:24px;font-style:normal;font-weight:500;line-height:32px}.development-animation{width:100%;display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(2,1fr);gap:16px}.development-animation-left{width:100%;display:flex;flex-direction:column;gap:40px;grid-column:span 2;grid-row:span 2;border-radius:8px;border:1px solid rgba(255,255,255,.25);background:linear-gradient(149deg,#121212bf -.73%,#12121240);overflow:hidden}.development-animation-left img{width:100%;object-fit:cover}.development-animation-top{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;grid-column:3 / 6;grid-row:1;border-radius:8px;border:1px solid rgba(255,255,255,.25);background:linear-gradient(149deg,#121212bf -.73%,#12121240);overflow:hidden}.development-animation-bottom{width:100%;display:flex;flex-direction:column;gap:20px;grid-column:3 / 6;grid-row:2;border-radius:8px;border:1px solid rgba(255,255,255,.25);background:linear-gradient(149deg,#121212bf -.73%,#12121240);overflow:hidden}.development-animation-bottom img{width:100%;object-fit:cover}.development-animation .designing-animation-heading{padding:24px}.development-animation-section{width:100%;height:100%;display:flex;align-items:center;justify-content:center;align-self:stretch}.development-animation-section-left{width:200px;height:184px;flex-shrink:0;display:flex;align-items:center;justify-content:center;flex-direction:column;position:relative;overflow:hidden}.development-animation-section-left:before{content:"";position:absolute;top:0;width:100%;height:50px;background:linear-gradient(180deg,#121212,transparent);z-index:10}.development-animation-section-left:after{content:"";position:absolute;bottom:0;width:100%;height:50px;background:linear-gradient(0deg,#121212,transparent);z-index:10}.development-animation-wrapper{width:100%;height:184px;overflow:hidden;display:flex;flex-direction:column}.development-animation-marquee{display:flex;flex-direction:column;align-items:center;gap:16px;padding-bottom:16px;animation:marqueeUp 6s linear infinite}@keyframes marqueeUp{0%{transform:translateY(0)}to{transform:translateY(-100%)}}.development-animation-marquee p{color:var(--White-text, #fff);text-shadow:0 4px 10px rgba(255,255,255,.5);font-family:Poppins,sans-serif;font-size:28px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:-1.12px;flex-shrink:0}.development-animation-section-right{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:40px;padding-right:20px}.development-animation-section-right-top{height:50px;object-fit:cover}.development-animation-section-right-center{display:inline-flex;padding:4px;flex-direction:column;align-items:flex-start;gap:10px;border-radius:50px;border:1px solid var(--Black-black-400, #414141);animation:DevelopmentRightCenter 3s linear infinite}@keyframes DevelopmentRightCenter{0%,to{box-shadow:0}50%{box-shadow:0 8px 50px #ffbf0066}}.development-animation-section-right-center p{text-align:center;padding:8px 16px;align-self:stretch;border-radius:50px;border:1px solid rgba(255,255,255,.2);background:var(--Black-Primary, #121212);color:var(--White-text, #fff);font-family:Poppins,sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:24px}.development-animation-section-right-center p span{color:var(--Yellow-Primary, #ffbf00)}.development-animation-section-right h4{font-family:Poppins,sans-serif;font-size:48px;font-style:normal;font-weight:600;line-height:64px;letter-spacing:-2.88px;background:linear-gradient(90deg,#4141414d,#6060604d);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.branding-animation-left{height:840px;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:20px;align-self:stretch}.branding-animation-left-heading{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;padding:24px;position:relative}.branding-animation-left-heading h3{color:#606060;font-family:Poppins,sans-serif;font-size:48px;font-style:normal;font-weight:600;line-height:64px;letter-spacing:-2.88px}.branding-animation-left-heading h3:nth-child(1){animation:BrandingLeftHeading1 12s infinite}.branding-animation-left-heading h3:nth-child(2){animation:BrandingLeftHeading2 12s infinite}@keyframes BrandingLeftHeading1{0%{color:#606060}20%{color:#606060}30%{color:#fff}75%{color:#fff}80%{color:#606060}to{color:#606060}}@keyframes BrandingLeftHeading2{0%{color:#fff}20%{color:#fff}30%{color:#606060}80%{color:#606060}85%{color:#fff}to{color:#fff}}.branding-animation-left-heading img{position:absolute;left:200px;width:31px;height:32px;object-fit:cover;flex-shrink:0;animation:BrandingLeftHeadingClick 12s infinite}@keyframes BrandingLeftHeadingClick{0%{top:120px}15%{top:120px}25%{top:60px}75%{top:60px}85%{top:120px}to{top:120px}}.branding-animation-left-container{width:100%;height:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;overflow:hidden}.branding-animation-left-container-1{width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:14px;flex-shrink:0;animation:BrandingLeftContainer1 12s infinite}@keyframes BrandingLeftContainer1{0%{transform:translateY(-100%)}15%{transform:translateY(-100%)}25%{transform:translateY(0)}75%{transform:translateY(0)}85%{transform:translateY(-100%)}to{transform:translateY(-100%)}}.branding-animation-left-container-1 img{width:100%;object-fit:cover;padding-left:20px}.branding-animation-left-container-1 img:first-child{animation:BrandingLeftContainer1Img1 12s infinite}.branding-animation-left-container-1 img:last-child{animation:BrandingLeftContainer1Img2 12s infinite}@keyframes BrandingLeftContainer1Img1{0%{transform:translate(100%)}25%{transform:translate(50%)}45%{transform:translate(0)}90%{transform:translate(0)}95%{transform:translate(50%)}to{transform:translate(100%)}}@keyframes BrandingLeftContainer1Img2{0%{transform:translate(-100%)}25%{transform:translate(-50%)}45%{transform:translate(0)}90%{transform:translate(0)}95%{transform:translate(-50%)}to{transform:translate(-100%)}}.branding-animation-left-container-2{width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:14px;flex-shrink:0;animation:BrandingLeftContainer2 12s infinite}@keyframes BrandingLeftContainer2{0%{transform:translateY(-100%)}15%{transform:translateY(-100%)}25%{transform:translateY(0)}75%{transform:translateY(0)}85%{transform:translateY(-100%)}to{transform:translateY(-100%)}}.branding-animation-left-container-2 img{width:100%;object-fit:cover}.branding-animation-top{width:100%;height:412px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:20px}.branding-animation-top-background{position:absolute;width:100%;height:100%;object-fit:cover}.branding-animation-top-container{width:310px;display:inline-flex;padding:32px;flex-direction:column;align-items:flex-start;gap:16px;border-radius:8px;background:var(--Black-Primary, #121212);z-index:1}.branding-animation-top-container h3{color:var(--White-text, #fff);font-family:Poppins,sans-serif;font-size:20px;font-style:normal;font-weight:600;line-height:24px}.branding-animation-top-search-container{display:flex;height:32px;padding:16px;align-items:center;gap:16px;align-self:stretch;border-radius:4px;border:1px solid rgba(255,255,255,.25)}.branding-animation-top-search-container p{color:var(--Grey-text-grey-text-300, #b9b9b9);font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.branding-animation-top-set-container{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:16px;flex-shrink:0;position:relative}.branding-animation-top-set-container img{position:absolute;left:50%;transform:translate(calc(-50% + 80px));width:24px;height:24px;flex-shrink:0;object-fit:cover}.branding-animation-top-set{width:100%;display:flex;height:31px;padding:4px 8px;align-items:center;gap:8px;flex-shrink:0;border-radius:4px;transition:all .3s}.branding-animation-top-set span{display:flex;width:24px;height:24px;padding:3px 8px;flex-direction:column;justify-content:center;align-items:center;gap:10px;flex-shrink:0;border-radius:50px;background:var(--Woodsmoke-BG-woodsmoke-bg-900, #343333);color:var(--Grey-text-Primary, #979797);text-align:center;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:20px;transition:all .3s}.branding-animation-top-set p{color:var(--Grey-text-Primary, #979797);font-family:Poppins,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:24px;transition:all .3s}.branding-animation-top-set.active-set{background:var(--Yellow-Primary, #ffbf00);box-shadow:0 4px 30px #ffbf0066}.branding-animation-top-set.active-set span{color:var(--White-text, #fff)}.branding-animation-top-set.active-set p{color:var(--Black-Primary, #121212)}.branding-animation-bottom{height:412px;display:flex;gap:0px}.branding-animation-bottom-container{width:100%;height:100%;display:flex;padding:0 24px 24px}.branding-animation-bottom-container-img{width:100%;height:100%;display:flex;border-radius:8px;overflow:hidden;position:relative}.branding-animation-bottom-container-img img{width:100%;height:100%;max-height:253px;object-fit:cover}.branding-animation-bottom-container-img img:nth-child(2){position:absolute;transition:all .3s;animation:BrandingBottomImg 6s linear infinite}@keyframes BrandingBottomImg{0%{opacity:0}10%{opacity:0}15%{opacity:1}50%{opacity:1}55%{opacity:0}to{opacity:0}}.branding-animation-bottom-container-img img:nth-child(3){width:31px;height:32px;flex-shrink:0;position:absolute;right:80px;top:50px;animation:designingAnimationMouse 6s linear infinite}.branding-animation-bottom-text{width:100%;position:absolute;bottom:8px;left:16px;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column}.branding-animation-bottom-text p{color:var(--Grey-text-Primary, #979797);font-family:Poppins,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.branding-animation-bottom-text h4{color:var(--White-text, #fff);font-family:Poppins,sans-serif;font-size:20px;font-style:normal;font-weight:700;line-height:24px;transition:all .3s;flex-shrink:0}.branding-animation-bottom-text h4:nth-of-type(1){animation:BrandingBottomText1 6s linear infinite}.branding-animation-bottom-text h4:nth-of-type(2){position:absolute;bottom:0;animation:BrandingBottomText2 6s linear infinite}@keyframes BrandingBottomText1{0%{opacity:0}10%{opacity:0}15%{opacity:1}50%{opacity:1}55%{opacity:0}to{opacity:0}}@keyframes BrandingBottomText2{0%{opacity:1}10%{opacity:1}15%{opacity:0}50%{opacity:0}55%{opacity:1}to{opacity:1}}.marketing-animation-left{width:100%;height:840px;display:flex;align-items:center;justify-content:center;flex-direction:column}.marketing-animation-left h3{width:100%;padding:0 72px;color:var(--Yellow-Primary, #ffbf00);font-family:Poppins,sans-serif;font-size:48px;font-style:normal;font-weight:600;line-height:100%;letter-spacing:-2.88px}.marketing-animation-left h3 span{color:var(--Black-black-200, #929292)}.marketing-animation-left-wrapper{width:100%;overflow:hidden;position:relative}.marketing-animation-left-wrapper:before{content:"";position:absolute;width:72px;height:100%;top:0;left:0;z-index:1;background:#121212;opacity:.8}.marketing-animation-left-wrapper:after{content:"";position:absolute;width:72px;height:100%;top:0;right:0;z-index:1;background:#121212;opacity:.8}.marketing-animation-left-marquee{display:flex;width:max-content;animation:marquee 30s linear infinite}.marquee-group{display:flex}.marketing-animation-left-marquee h4{margin:0;white-space:nowrap}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.marketing-animation-left-marquee h4{color:#fff;font-family:Poppins,sans-serif;font-size:48px;font-style:normal;font-weight:600;line-height:64px;letter-spacing:-2.88px}.marketing-animation-top{position:relative;width:100%;height:412px;overflow:hidden}.marketing-animation-top:after{content:"";position:absolute;inset:0;background:#000000b3;pointer-events:none;mask-image:radial-gradient(circle 120px at var(--x, 50%) var(--y, 50%),transparent 0%,transparent 40%,black 60%);-webkit-mask-image:radial-gradient(circle 120px at var(--x, 50%) var(--y, 50%),transparent 0%,transparent 40%,black 60%)}.marketing-animation-top-background{width:100%;height:100%;object-fit:cover}.marketing-animation-top .search{width:120px;height:120px;border-radius:50%;position:absolute;pointer-events:none;display:flex;align-items:center;justify-content:center}.marketing-animation-top .search img{width:200px;object-fit:cover;transform:translate(-22px,30px);z-index:2}.marketing-animation-bottom{width:100%;height:412px;display:flex;align-items:center;justify-content:space-between;flex-direction:row;gap:20px;align-self:stretch;padding:0 80px;position:relative}.marketing-animation-bottom .google{width:auto;height:72px;flex-shrink:0;object-fit:cover;animation:marketingAnimationGoogle 10s linear infinite}@keyframes marketingAnimationGoogle{0%{opacity:1;filter:grayscale(1)}7.5%{filter:grayscale(1)}10%{filter:grayscale(0)}12.5%{filter:grayscale(0)}37.5%{filter:grayscale(0)}40%{filter:grayscale(0)}42.5%{filter:grayscale(0)}50%{opacity:1;filter:grayscale(0)}52.5%{opacity:0}to{opacity:0}}.marketing-animation-bottom .meta{width:auto;height:72px;flex-shrink:0;object-fit:cover;animation:marketingAnimationMeta 10s linear infinite}@keyframes marketingAnimationMeta{0%{opacity:1;filter:grayscale(1)}7.5%{filter:grayscale(1)}10%{filter:grayscale(1)}12.5%{filter:grayscale(1)}37.5%{filter:grayscale(1)}40%{filter:grayscale(0)}42.5%{filter:grayscale(0)}50%{opacity:1;filter:grayscale(0)}52.5%{opacity:0}to{opacity:0}}.marketing-animation-bottom .click{position:absolute;width:30px;object-fit:cover;left:50%;top:50%;transform:translate(calc(-50% - 40px),calc(-50% + 40px));animation:marketingAnimationClick 10s linear infinite}@keyframes marketingAnimationClick{0%{opacity:0;transform:translate(calc(-50% - 40px),calc(-50% + 40px))}2.5%{opacity:1}7.5%{left:104px;transform:translateY(calc(-50% + 40px))}10%{left:104px;transform:translateY(calc(-50% + 40px)) scale(.6)}12.5%{left:104px;transform:translateY(calc(-50% + 40px)) scale(1)}37.5%{left:calc(100% - 130px);transform:translateY(calc(-50% + 40px))}40%{left:calc(100% - 130px);transform:translateY(calc(-50% + 40px)) scale(.6)}42.5%{left:calc(100% - 130px);transform:translateY(calc(-50% + 40px)) scale(1)}47.2%{opacity:1}50%{opacity:0;left:calc(100% - 130px);transform:translateY(calc(-50% + 40px)) scale(1)}52.5%{opacity:0}to{opacity:0}}.marketing-animation-bottom h3{color:#fff;font-family:Poppins,sans-serif;font-size:40px;font-style:normal;font-weight:700;line-height:56px;letter-spacing:-2.4px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);animation:marketingAnimationText 10s linear infinite}@keyframes marketingAnimationText{0%{opacity:0}50%{opacity:0}55%{opacity:1}95%{opacity:1}to{opacity:0}}.about-numbers{width:100%;display:flex;align-items:center;justify-content:center;gap:16px;padding:100px 160px}.about-numbers-set{display:flex;width:100%;min-height:230px;padding:32px 50px;flex-direction:column;justify-content:center;align-items:center;gap:4px;border-radius:8px;background:linear-gradient(149deg,#121212bf -.73%,#12121240),linear-gradient(148deg,#31313180 1.39%,#00000040 72.83%);transition:all .3s ease}.about-numbers-set h3{color:var(--White-text, #fff);font-family:Poppins,sans-serif;font-size:64px;font-style:normal;font-weight:600;line-height:88px;letter-spacing:-3.84px}.about-numbers-set p{color:var(--Grey-text-grey-text-300, #b9b9b9);font-family:Poppins,sans-serif;font-size:24px;font-style:normal;font-weight:500;line-height:32px}.about-vision .home-about-text{max-width:100%}.about-vertical{width:760px;height:246px;flex-shrink:0;border-radius:16px;background:linear-gradient(149deg,#12121299 -.73%,#12121233),linear-gradient(148deg,#3131314d 1.39%,#00000026 72.83%);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);position:absolute;left:50%;transform:translate(-50%);z-index:1;bottom:80px}.about-vertical-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;position:relative}.about-vertical-container:before{content:" ";position:absolute;top:0;left:0;width:80%;height:1px;background:linear-gradient(90deg,transparent 10%,#fff,transparent 50%);z-index:2}.about-vertical-container h2{color:var(--Yellow-Primary, #ffbf00);text-align:center;text-shadow:0 4px 20px rgba(255,191,0,.4);font-family:Poppins,sans-serif;font-size:32px;font-style:normal;font-weight:600;line-height:40px;letter-spacing:-1.92px}.about-vertical-container h2:first-child{transform:translate(-150px)}.about-vertical-container h2:last-child{transform:translate(150px)}.about-vertical-container p{color:#fff;text-align:center;font-family:Poppins,sans-serif;font-size:32px;font-style:italic;font-weight:275;line-height:40px;letter-spacing:-1.28px}.about-vertical-container img{width:40px;height:40px;aspect-ratio:1/1;border-radius:100px;flex-shrink:0;position:absolute;z-index:3}.about-vertical-container img:first-of-type{left:50%;top:-20px;transform:translate(calc(-50% - 30px))}.about-vertical-container img:last-of-type{left:50%;top:-20px;transform:translate(calc(-50% + 30px));box-shadow:0 0 40px #ffbf002e}.about-possibilities .home-about-text-container{gap:16px}.about-possibilities .home-about-text p{color:var(--Grey-text-grey-text-300, #b9b9b9);text-align:center;font-family:Poppins,sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:24px;padding-bottom:20px}.about-possibilities-socials{display:flex;align-items:center;justify-content:center;gap:8px;padding-top:50px}.about-possibilities-socials-set{display:flex;width:48px;height:48px;padding:10px;justify-content:center;align-items:center;gap:10px;flex-shrink:0;border-radius:8px;background:linear-gradient(148deg,#31313180 1.39%,#00000040 72.83%);position:relative;transition:all .3s;overflow:hidden}.about-possibilities-socials-set:hover{scale:1.1}.about-possibilities-socials-set:before{content:" ";position:absolute;top:0;left:0;width:80%;height:1px;background:linear-gradient(90deg,transparent 0%,#fff,transparent 80%);z-index:2}.about-possibilities-socials .about-possibilities-socials-set:nth-child(2){transform:translateY(-20px)}.about-content .home-about-text p{max-width:900px;color:var(--White-text, #fff);text-align:center;font-family:Poppins,sans-serif;font-size:28px;font-style:normal;font-weight:500;line-height:40px}.our-blogs{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:16px;max-width:1120px;margin:auto}.our-blogs-set{width:100%;display:flex;padding:16px;flex-direction:column;align-items:flex-start;gap:16px;border-radius:8px;background:linear-gradient(147deg,#12121280,#1f1f1fd1 100.01%);position:relative;transition:all .3s ease}.our-blogs-set-img{width:100%;height:260px;display:flex;align-items:center;justify-content:center}.our-blogs-set-img img{width:100%;height:100%;object-fit:cover}.our-blogs-set-content{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:8px;z-index:1}.our-blogs-set-text{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:4px;align-self:stretch}.our-blogs-set-text h3{color:#fff;font-family:Poppins,sans-serif;font-size:20px;font-style:normal;font-weight:600;line-height:24px}.our-blogs-set-text p{color:var(--Black-black-100, #b6b6b6);font-family:Poppins,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:24px}.blogs-inner-page{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:48px;padding:160px 160px 80px;align-self:stretch}.back-button{display:flex;align-items:center;gap:8px;text-decoration:none}.back-button a{display:flex;width:40px;height:40px;justify-content:center;align-items:center;gap:10px;aspect-ratio:1/1;border-radius:100px;background:#3f3f3f80;text-decoration:none;transition:all .3s}.back-button a svg{width:24px;height:24px;flex-shrink:0;aspect-ratio:1/1}.back-button a:hover{background:#3f3f3fcc}.back-button p{color:#fff;font-family:Poppins,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:24px}.blogs-inner-page-container{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:64px;align-self:stretch}.blogs-inner-page-heading{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:7px;align-self:stretch}.blogs-inner-page-heading h1{color:#fff;font-family:Poppins,sans-serif;font-size:48px;font-style:normal;font-weight:600;line-height:64px;letter-spacing:-2.88px}.blogs-inner-page-heading p{color:var(--Grey-text-grey-text-300, #b9b9b9);font-family:Poppins,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.blogs-inner-page-content{width:100%;display:flex;justify-content:space-between;align-items:flex-start;align-self:stretch;gap:40px;position:relative}.blogs-inner-page-text{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:40px}.blogs-inner-page-text-heading{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:24px;align-self:stretch}.blogs-inner-page-text-heading img{width:100%;object-fit:cover;border-radius:8px}.blogs-inner-page-text p{color:var(--Grey-text-grey-text-300, #b9b9b9);font-family:Poppins,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:24px}.blogs-inner-page-text a{color:var(--Grey-text-grey-text-300, #b9b9b9);font-family:Poppins,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:24px;text-decoration:underline;transition:all .3s}.blogs-inner-page-text a:hover{color:#fff}.blogs-inner-page-text-section{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:14px;align-self:stretch}.blogs-inner-page-text h2{color:#fff;font-family:Poppins,sans-serif;font-size:32px;font-style:normal;font-weight:600;line-height:40px}.blogs-posts{width:640px;display:flex;align-items:flex-start;justify-content:flex-start;position:sticky;top:80px}.blogs-posts-container{width:100%;display:flex;padding:24px;flex-direction:column;align-items:flex-start;gap:24px;flex-shrink:0;border-radius:8px;background:linear-gradient(147deg,#1f1f1fd1,#12121280 100.01%);position:relative;overflow:hidden}.blogs-posts-container:before{content:" ";position:absolute;top:0;left:50%;transform:translate(-50%);width:100%;height:1px;background:linear-gradient(90deg,transparent 10%,#fff,transparent 90%);z-index:1}.blogs-posts-container h2{color:#fff;font-family:Poppins,sans-serif;font-size:28px;font-style:normal;font-weight:600;line-height:40px}.blogs-posts-set-container{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:16px;align-self:stretch}.blogs-posts-set{display:inline-flex;padding:8px;align-items:flex-start;gap:8px;text-decoration:none;transition:all .3s}.blogs-posts-set:hover{border-radius:8px;background:#3f3f3f4d}.blogs-posts-set img{width:94px;height:94px;object-fit:cover;border-radius:8px;flex-shrink:0}.blogs-posts-set-text{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:2px}.blogs-posts-set-text h3{color:#fff;font-family:Poppins,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:24px}.blogs-posts-set-text p{color:var(--Grey-text-grey-text-300, #b9b9b9);font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.vision{width:100%;display:flex;align-items:center;justify-content:center;padding:160px 270px;position:relative}.vision .template{padding:0;z-index:1}.vision-text{color:var(--Grey-text-grey-text-300, #b9b9b9);text-align:center;font-family:Poppins,sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:24px}.vision-background{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:100%;height:100%;object-fit:cover}.contact-banner{width:100%;min-height:100svh;height:auto;display:flex;align-items:center;justify-content:center}.contact-banner-background{width:100%;object-fit:cover;opacity:0;transition:opacity 2s ease-in-out;position:absolute;left:50%;transform:translate(-50%)}.contact-banner-container{width:100%;padding:270px 160px 80px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:98px;z-index:1}.contact-banner-heading{display:flex;width:781px;flex-direction:column;align-items:center;gap:8px}.contact-banner-heading h1{text-align:center;font-family:Poppins,sans-serif;font-size:80px;font-style:normal;font-weight:500;line-height:104px;letter-spacing:-4.8px;background:linear-gradient(272deg,#ffbf00 -94.41%,#ffebb0 4.53%,#ffbf00 99.71%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.contact-banner-heading p{color:var(--Grey-text-grey-text-300, #b9b9b9);text-align:center;font-family:Poppins,sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:24px}.contact-banner-div{width:100%;display:flex;padding:48px;align-items:center;gap:24px;border-radius:16px;background:linear-gradient(273deg,#121212 15%,#12121299 94.52%);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.contact-banner-div iframe{width:100%;align-self:stretch;border:none;border-radius:8px}.contact-banner form{width:100%;display:flex;padding:24px 16px;flex-direction:column;align-items:flex-start;gap:32px;border-radius:8px;border:1px solid var(--Woodsmoke-BG-woodsmoke-bg-600, #706f6f)}.contact-banner .inputs-container{width:100%;display:flex;align-items:center;gap:16px;align-self:stretch}.contact-banner .input-container{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:8px}.contact-banner .input-container label{color:var(--Grey-text-Primary, #979797);font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px;transition:color .3s ease}.contact-banner .input-container label span{color:var(--White-text, #fff)}.contact-banner .input-container input{width:100%;display:flex;padding:12px 16px;align-items:center;gap:10px;align-self:stretch;border-radius:4px;border:.7px solid var(--Woodsmoke-BG-woodsmoke-bg-600, #706f6f);background:none;color:var(--White-text, #fff);font-family:Poppins,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:24px;outline:none}.contact-banner .input-container input:focus{border:1px solid #fff}.contact-banner .input-container textarea{outline:none;resize:none;height:180px;width:100%;display:flex;padding:12px 16px;align-items:center;gap:10px;align-self:stretch;border-radius:4px;border:.7px solid var(--Woodsmoke-BG-woodsmoke-bg-600, #706f6f);background:none;color:var(--White-text, #fff);font-family:Poppins,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.contact-banner .input-container textarea:focus{border:1px solid #fff}.contact-banner .primary-btn{width:100%;border:none;padding:16px 32px}.contact-links{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:40px;padding:0 160px 80px;position:relative}.contact-links-background{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;object-fit:cover}.contact-links-container{width:100%;display:flex;align-items:flex-start;gap:16px;align-self:stretch;z-index:1}.contact-links-set{display:flex;width:100%;padding:36px 24px 24px;flex-direction:column;align-items:center;gap:8px;align-self:stretch;border-radius:8px;background:linear-gradient(149deg,#121212bf -.73%,#12121240),linear-gradient(148deg,#31313180 1.39%,#00000040 72.83%);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);position:relative;text-decoration:none;transition:all .3s ease}.contact-links-set:hover{background:linear-gradient(149deg,#12121280 -.73%,#12121240),linear-gradient(148deg,#31313180 1.39%,#00000040 72.83%)}.contact-links-set-heading{width:100%;display:flex;flex-direction:column;align-items:center;gap:4px;align-self:stretch}.contact-links-set h3{color:var(--White-text, #fff);text-align:center;font-family:Poppins,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:24px}.contact-links-set p{color:var(--Grey-text-Primary, #979797);text-align:center;font-family:Poppins,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:24px}footer{width:100%;display:flex;padding:80px 160px;flex-direction:column;align-items:flex-start;gap:40px}.footer-container{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:40px;align-self:stretch}.footer-container-top{width:100%;display:flex;justify-content:space-between;align-items:flex-start}.footer-links-container{display:flex;align-items:center;gap:60px}.footer-links{display:flex;min-width:157px;flex-direction:column;align-items:flex-start;gap:12px}.footer-links h2{color:var(--Black-black-300, #606060);font-family:Poppins,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.footer-links a{color:var(--Grey-text-grey-text-200, #cfcfcf);font-family:Poppins,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:24px;text-decoration:none;transition:all .3s}.footer-links a:hover{color:#fff}.footer-side-container{position:relative;display:inline-flex;flex-direction:column;align-items:flex-start;gap:12px}.footer-side-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:0}.footer-side-container-text{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;gap:2px;align-self:stretch}.footer-side-container-text h2{color:#fff;font-family:Poppins,sans-serif;font-size:18px;font-style:normal;font-weight:600;line-height:24px}.footer-side-container-text p{color:var(--Grey-text-Primary, #979797);font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.footer-side-container-buttons{position:relative;z-index:1;display:flex;align-items:flex-start;gap:12px}.footer-container-bottom{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:32px;align-self:stretch}.footer-container-bottom hr{width:100%;border:1px solid #575757}.footer-bottom{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px}.footer-bottom p{color:var(--Grey-text-grey-text-300, #b9b9b9);font-family:Poppins,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:24px;transition:all .3s}.footer-socials{display:flex;align-items:center;gap:24px}.footer-socials a{text-decoration:none}.footer-socials svg{width:24px;height:24px;flex-shrink:0}.footer-socials svg path{transition:all .3s}.footer-socials a:hover svg path{fill:#fff}.footer-more-links{display:flex;align-items:center;gap:12px}.footer-more-links a{text-decoration:none}.footer-more-links a:hover p{color:#fff}.glow{width:100%;display:flex;align-items:center;justify-content:center;padding:100px 160px 20px}.glow-container{width:100%;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.glow-container img{width:100%;object-fit:cover;transition:opacity 1.8s ease-in-out}.glow-container:not(.active-glow) img{transition:opacity 0s!important}.glow-container img:last-child{position:absolute;opacity:0}.active-glow img:first-child{opacity:0}.active-glow img:last-child{opacity:1}.whatsapp-float-btn{position:fixed;bottom:32px;right:32px;z-index:9999;display:flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;border:1px solid rgba(255,255,255,.4);background:#111111d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 10px 25px #00000080,0 0 15px #ffffff0d;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none}.whatsapp-float-circle{width:50px;height:50px;border-radius:50%;background:#111;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.whatsapp-float-btn:hover{transform:translateY(-4px) scale(1.05);border-color:#ffbf00;box-shadow:0 15px 30px #000000b3,0 0 20px #ffbf0033}.whatsapp-float-btn:hover .whatsapp-float-circle{border-color:#ffbf0066}.mobile{display:none}.desktop{display:flex}@media screen and (max-width:1200px){.mobile{display:flex}.desktop{display:none}header{padding:0;top:0}.navbar-container{display:flex;height:56px;padding:10px 20px;justify-content:space-between;align-items:center;border-radius:0;background:var(--Black-Primary, #121212);box-shadow:2px 1px 6px #00000014;border:none}.navbar-logo img{height:14px}.mobile-navbar-button{z-index:5000}.mobile-navbar-button img{width:32px;height:32px;object-fit:cover}.mobileNavbar{width:100%;height:calc(100svh - 55px);background:var(--Black-Primary, #121212);box-shadow:2px 1px 6px #00000014;position:fixed;right:0;z-index:2000;top:55px;transform:translate(100%);transition:transform .3s ease-in-out;display:flex!important;flex-direction:column!important;justify-content:space-between!important;align-items:flex-start;padding:30px 20px 40px;box-sizing:border-box}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slideOut{0%{transform:translate(0)}to{transform:translate(100%)}}.activeMobileNavbar{transform:translate(0);animation:slideIn .3s forwards}.nonactiveMobileNavbar{transform:translate(100%);animation:slideOut .3s forwards}.mobileNavbarLinks{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:24px;align-self:stretch}.mobileNavbarLinks a{width:100%;display:flex;height:36px;padding:2px 0;align-items:center;gap:10px;align-self:stretch;color:var(--White-text, #fff);font-family:Poppins,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:24px;text-decoration:none}.mobileNavbar .primary-btn{width:100%}.mobileNavbar-contact{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:24px;align-self:stretch}.mobileNavbar-socials{width:100%;display:flex;padding:0 15px;justify-content:center;align-items:center;gap:8px;align-self:stretch}.mobileNavbar-socials a{display:flex;width:32px;height:32px;padding:6px;justify-content:center;align-items:center;gap:10px;text-decoration:none}.mobileNavbar-social a svg{width:18px;height:18px;flex-shrink:0}.home-banner-text{width:100%;padding:0 28px}.home-banner-text h1{text-align:center;font-family:Poppins,sans-serif;font-size:48px;font-style:normal;font-weight:500;line-height:64px;letter-spacing:-2.88px;background:linear-gradient(95deg,#ffbf00 16.67%,#ffebb0 55.98%,#ffbf00 86.95%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.home-pride-track img{height:64px;margin-left:32px}.template{display:flex;padding:48px 20px;flex-direction:column;align-items:center;gap:40px}.template-heading{width:100%}.template-heading p{text-align:center;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:20px}.template-heading h2{color:var(--White-text, #fff);text-align:center;font-family:Poppins,sans-serif;font-size:24px;font-style:normal;font-weight:600;line-height:32px;letter-spacing:-1.44px}.back-button a svg{width:16px;height:16px}.blogs-inner-page{padding:64px 20px 48px;gap:40px}.back-button p{font-size:16px}.back-button a{height:32px;width:32px}.blogs-inner-page-heading h1,.blogs-posts-container h2{font-size:24px;line-height:32px;letter-spacing:normal}.blogs-inner-page-heading p{font-size:14px;line-height:20px}.blogs-inner-page-container{gap:48px}.blogs-inner-page-content{flex-direction:column}.blogs-inner-page-text p{font-size:14px;line-height:20px}.blogs-inner-page-text-heading{gap:16px}.blogs-posts-set-text h3{font-size:16px;line-height:normal}.blogs-inner-page-content{gap:48px}.blogs-posts{width:100%}.blogs-posts-container{padding:16px}.blogs-posts-set{width:100%}.home-features-container{padding:48px 0}.home-features{padding:0 20px;display:flex;overflow-x:scroll;scrollbar-width:none;-ms-overflow-style:none}.home-features::-webkit-scrollbar{display:none}.home-features-set{width:80%;flex-shrink:0;border-radius:8px}.home-features-set-text h3{color:#fff;text-align:center;font-family:Poppins,sans-serif;font-size:18px;font-style:normal;font-weight:600;line-height:24px}.home-features-set-text p{color:var(--Grey-text-grey-text-300, #b9b9b9);text-align:center;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.home-problems{display:flex;flex-direction:column;align-items:flex-start;gap:24px}.home-problems-set{gap:16px}.home-problems-set-text h3{color:#fff;font-family:Poppins,sans-serif;font-size:18px;font-style:normal;font-weight:600;line-height:24px}.home-problems-set-text p{color:var(--Black-black-100, #b6b6b6);font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.home-stories-main{padding:48px 20px}.home-stories{padding:0;flex-direction:column}.home-stories-stars{display:none}.home-stories-left{width:100%;padding:24px 24px 0;overflow:hidden}.home-stories-left-text h2{color:var(--Black-Primary, #121212);font-family:Poppins,sans-serif;font-size:18px;font-style:normal;font-weight:600;line-height:24px}.home-stories-left-text p{color:var(--Black-black-400, #414141);font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.home-stories-left-search-container{height:200px}.home-stories-left-search-set p{color:var(--Grey-text-grey-text-800, #535353);font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.home-stories-right{width:100%;padding-bottom:20px;gap:60px}.home-stories-right-text{margin:16px 0 0 16px}.home-stories-right-text h2{font-size:18px}.home-stories-right-text p{font-size:14px}.home-stories-right-numbers-set h3,.home-stories-right-numbers-set:nth-child(2) h3{font-size:40px;font-style:normal;font-weight:600;line-height:56px;letter-spacing:-2.4px}.home-stories-right-numbers-set p,.home-stories-right-numbers-set:nth-child(2) p{text-align:center;font-family:Poppins,sans-serif;font-size:13px;font-style:normal;font-weight:600;line-height:20px}.home-about-background{padding-bottom:0}.home-about-text-container{width:100%;max-width:100%;padding:0;gap:24px}.home-pride-template.template{padding:48px 0}.home-about-text{max-width:100%;gap:20px}.home-about-text p{color:var(--Grey-text-grey-text-100, #dfdfdf);text-align:center;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:22px;padding:0 10px}.home-industries{height:300px}.home-industries-set{padding:16px;height:auto}.home-industries-set-text h3{font-family:Poppins,sans-serif;font-size:18px;font-style:normal;font-weight:600;line-height:24px}.home-industries-set-text p{color:var(--Grey-text-grey-text-300, #b9b9b9);font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.gallery-slide{padding:0 20px 0 130px;overflow-x:scroll;scrollbar-width:none;-ms-overflow-style:none}.gallery-slide::-webkit-scrollbar{display:none}.gallery-container span{text-align:center;font-family:Poppins,sans-serif;font-size:68px;font-style:normal;font-weight:500;line-height:120%;letter-spacing:-4.08px;top:0;left:40px;transform:none}.gallery-set{width:310px;height:393px}.gallery-set-container{transform:none}.gallery-set .our-blogs-set-content{padding:8px}.our-blogs{grid-template-columns:repeat(1,1fr);gap:21px}.our-blogs-set-text h3{color:var(--White-text, #fff);text-align:left;font-family:Poppins,sans-serif;font-size:18px;font-style:normal;font-weight:600;line-height:24px}.our-blogs-set-text p{color:var(--Grey-text-grey-text-300, #b9b9b9);font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.gallery-controls{display:none}.home-creations{flex-direction:column}.home-creations-left{width:100%}.home-creations-right{width:100%;padding:24px 16px;gap:40px}.home-creations-right-typewriter{padding:16px 0 16px 24px;height:auto}.home-creations-right-typewriter p{font-size:16px}.home-testimony-slide{padding:0 20px;overflow-x:scroll;scrollbar-width:none;-ms-overflow-style:none}.home-testimony-slide::-webkit-scrollbar{display:none}.white-top-border:before{background:radial-gradient(circle 165px at top,#ffffff,transparent) border-box}.home-testimony-set{width:90%;flex-shrink:0;gap:24px}.home-testimony-set-text{gap:16px}.home-testimony-set-text p,.home-testimony-set h3{font-size:14px}.home-testimony-controls{display:none}.vision{padding:48px 20px}.vision-text{font-size:14px}.vision-background{left:auto;top:auto;transform:none}.template.faq{flex-direction:column}.template.faq .template-heading{width:100%;align-items:center}.home-faq{width:100%}.faq-set{padding:16px}.faq-set h3{color:var(--White-text, #fff);font-family:Poppins,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:24px}.active-faq p{color:var(--Grey-text-grey-text-300, #b9b9b9);font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px;padding:0}.home-connection{height:100svh}.home-connection-background{height:100%;object-fit:cover}.home-connection-container{padding:0 20px;gap:16px}.home-connection-container h2{color:var(--White-text, #fff);text-align:center;font-family:Poppins,sans-serif;font-size:24px;font-style:normal;font-weight:600;line-height:32px;letter-spacing:-1.44px}.home-connection-buttons{height:auto}.home-connection-buttons .primary-btn,.home-connection-buttons .secondary-btn{padding:8px 16px}.secondary-btn,.primary-btn{font-size:14px}.home-banner-text p{width:100%}.designing-animation{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:40px}.designing-animation h3{color:var(--White-text, #fff);font-family:Poppins,sans-serif;font-size:18px;font-style:normal;font-weight:600;line-height:24px}.designing-animation p{color:var(--Grey-text-grey-text-300, #b9b9b9);font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.designing-animation-bottom-container{display:grid;grid-template-columns:repeat(2,1fr)}.designing-animation-bottom{height:auto}.designing-animation-bottom-set{display:flex;width:147.5px;height:140px;padding:20px;flex-direction:column;justify-content:space-between;align-items:center;margin-bottom:20px}.designing-why-us{display:flex;flex-direction:column;align-items:flex-start;gap:23px}.designing-why-us-set img{opacity:1}.designing-why-us-set p{color:var(--White-text, #fff);font-family:Poppins,sans-serif;font-size:18px;font-style:normal;font-weight:600;line-height:24px}.designing-types{display:flex;padding:48px 20px;flex-direction:column;align-items:flex-start;gap:40px;align-self:stretch}.designing-types-left{display:none}.designing-types-right{padding:0;gap:64px}.designing-types-section{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:28px}.designing-types-right h2{font-family:Poppins,sans-serif;font-size:24px;font-style:normal;font-weight:600;line-height:32px;letter-spacing:-1.44px}.designing-types-text{width:100%;gap:28px}.designing-types-text p{color:var(--Grey-text-grey-text-300, #b9b9b9);font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.designing-services{flex-direction:column;gap:40px}.designing-services-set h3{width:100%;text-align:center;color:var(--White-text, #fff);font-family:Poppins,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:24px}.development-animation-section{flex-direction:column;gap:32px}.branding-animation-left{min-height:auto;height:auto}.branding-animation-left-container{height:auto;aspect-ratio:1/1.2}.marketing-animation-left{min-height:auto;aspect-ratio:1/1}.marketing-animation-left-marquee h4{font-size:28px}.marketing-animation-bottom{aspect-ratio:1/1}.about-numbers{display:flex;padding:48px 20px;flex-direction:column;justify-content:center;align-items:center;gap:24px;align-self:stretch}.about-numbers-set{width:100%;min-height:auto}.about-numbers-set h3{color:var(--White-text, #fff);font-family:Poppins,sans-serif;font-size:32px;font-style:normal;font-weight:700;line-height:40px;letter-spacing:0}.about-numbers-set p{color:var(--Grey-text-grey-text-300, #b9b9b9);font-family:Poppins,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:24px}.about-vertical-div,.about-possibilities{display:none}.about-content .home-about-text p{color:var(--White-text, #fff);text-align:center;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.contact-banner-container{padding:200px 20px 48px;gap:64px}.contact-banner .contact-banner-background{top:0}.contact-banner-heading{width:100%}.contact-banner-heading h1{font-family:Poppins,sans-serif;font-size:48px;font-style:normal;font-weight:500;line-height:64px;letter-spacing:-2.88px}.contact-banner-heading p{color:var(--Grey-text-grey-text-300, #b9b9b9);text-align:center;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.contact-banner-div{display:flex;padding:32px 16px;flex-direction:column-reverse;align-items:flex-end;gap:24px}.contact-banner-div iframe{aspect-ratio:1/1.5}.contact-links{padding:0 20px 48px}.contact-links-container{flex-direction:column;align-items:center;justify-content:center;gap:24px}.contact-links-set{width:100%;align-self:auto}footer{display:flex;padding:48px 20px;flex-direction:column;align-items:flex-start;gap:40px}.footer-container-top{flex-direction:column;gap:48px}.footer-links{min-width:auto}.footer-side-glow{display:none}.footer-side-container-buttons{flex-direction:row}.footer-bottom{flex-direction:column;align-items:start;justify-content:start;gap:8px}.footer-socials{order:-1;padding-bottom:32px}.glow{padding:35px 21px 26.913px 22px}@media(min-width:500px)and (max-width:1200px){.footer-container-top{flex-direction:row}.footer-bottom{flex-direction:row;align-items:center;justify-content:space-between}.footer-socials{order:0;padding-bottom:0}}.whatsapp-float-btn{bottom:20px;right:20px;width:54px;height:54px}.whatsapp-float-circle{width:42px;height:42px}.whatsapp-float-circle svg{width:22px;height:22px}}
