.navbar{background:linear-gradient(to left,var(--blue-light),var(--blue-dark));height:90px;justify-content:space-between;padding:0 4rem;position:-webkit-sticky;position:sticky;top:0;-webkit-user-select:none;user-select:none;z-index:2000}.navbar,.navbar-left{align-items:center;display:flex}.navbar-left{flex:1 1;gap:4rem}.title-logo-wrapper{align-items:center;display:flex;gap:1.2rem;-webkit-user-select:none;user-select:none}.enterprise-title{-webkit-text-fill-color:#0000;background:linear-gradient(to right,var(--medium-yellow),var(--electric-blue),var(--palatinate-blue));-webkit-background-clip:text;background-clip:text;color:#0000;cursor:default;font-size:2.3rem;font-weight:630;letter-spacing:.05em;-webkit-user-select:text;user-select:text;white-space:nowrap}.logo-img{cursor:default;height:80px;-webkit-user-select:none;user-select:none;width:auto}.nav-links{flex:1 1;gap:7rem}.nav-link,.nav-links{align-items:center;display:flex;justify-content:center}.nav-link{-webkit-text-fill-color:#0000;background-clip:text;-webkit-background-clip:text;background-image:linear-gradient(to left,var(--medium-yellow),var(--electric-blue),var(--palatinate-blue));background-size:400% 100%;color:#0000;cursor:pointer;font-size:1.2rem;font-weight:600;transition:color .3s ease,transform .3s ease;-webkit-user-select:none;user-select:none}.nav-link:first-child{background-position:0 0}.nav-link:nth-child(2){background-position:33.33% 0}.nav-link:nth-child(3){background-position:66.66% 0}.nav-link:nth-child(4){background-position:100% 0}.nav-link:focus,.nav-link:hover{-webkit-text-fill-color:#fff;color:#fff;outline:none;text-decoration:none;transform:scale(1.2) translateY(-2px)}.flag-icon{border-radius:3px;box-shadow:0 0 4px #0003;height:18px;pointer-events:auto;-webkit-user-select:none;user-select:none;vertical-align:middle;width:24px}.language-dropdown{position:relative}.language-button,.language-dropdown{align-items:center;display:flex;-webkit-user-select:none;user-select:none}.language-button{-webkit-text-fill-color:#0000;background:linear-gradient(to right,var(--medium-yellow),var(--electric-blue),var(--palatinate-blue));background-clip:text;-webkit-background-clip:text;border:none;color:#0000;cursor:pointer;font-size:.9rem;font-weight:700;gap:6px;padding:6px 14px;transition:transform .3s ease}.language-button:focus,.language-button:hover{outline:none;transform:scale(1.1)}.dropdown-arrow{-webkit-text-fill-color:#0000;background:linear-gradient(to right,var(--medium-yellow),var(--electric-blue),var(--palatinate-blue));background-clip:text;-webkit-background-clip:text;color:#0000;display:inline-block;font-size:1rem;margin-left:6px;transition:transform .4s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;user-select:none;will-change:transform}.dropdown-arrow.open{transform:rotate(180deg)}.language-menu{background:linear-gradient(to bottom,var(--blue-light),var(--blue-dark));list-style:none;opacity:0;padding:0 6rem .5rem .5rem;pointer-events:none;position:absolute;right:-5rem;top:2.7rem;transform:translateY(-6px);-webkit-user-select:none;user-select:none;width:160px;z-index:10}.language-menu.opening{opacity:1;pointer-events:auto;transform:translateY(0)}.language-menu.closing{opacity:0;pointer-events:none;transform:translateY(-6px)}.language-menu li{-webkit-text-fill-color:#0000;align-items:center;background-clip:text;-webkit-background-clip:text;background-image:linear-gradient(to right,var(--medium-yellow),var(--electric-blue),var(--palatinate-blue));background-size:400% 100%;border-radius:4px;color:#0000;cursor:pointer;display:flex;font-weight:600;gap:8px;padding:8px 15px;transition:color .3s ease,transform .3s ease;-webkit-user-select:none;user-select:none}.language-menu li.active,.language-menu li:hover{-webkit-text-fill-color:#fff!important;background-color:#0077b6;color:#fff!important;outline:none;transform:scale(1.05)}.nav-toggle{background:none;border:none;color:#70ee9c;cursor:pointer;display:none;font-size:1.7rem;padding:8px}.close-icon,.menu-icon,.nav-toggle{-webkit-user-select:none;user-select:none}@media (max-width:860px){.navbar{padding:0 1.5rem}.nav-links{background:#001011;box-shadow:2px 0 8px #00b4d84d;flex-direction:column;gap:1.5rem;height:calc(100% - 70px);justify-content:flex-start;left:0;padding:2rem 1.5rem;position:fixed;top:70px;transform:translateX(-260px);transition:transform .3s ease;width:240px;z-index:1999}.nav-links.active{transform:translateX(0)}.nav-toggle{display:block}.language-dropdown{margin-left:1rem}}.background-canvas{animation:gradientFlow 60s ease-in-out infinite;background:linear-gradient(135deg,var(--blue-dark) 0,var(--blue-light) 20%,var(--true-blue) 40%,var(--palatinate-blue) 55%,var(--soft-electric-blue) 63%,var(--palatinate-blue) 70%,var(--true-blue) 80%,var(--medium-yellow) 87%,var(--blue-dark) 100%);background-size:300% 300%;height:100vh;left:0;position:fixed;top:0;transition:background 1s ease;width:100vw;z-index:-1}@keyframes gradientFlow{0%{background-position:0 50%}40%{background-position:100% 50%}60%{background-position:100% 50%}to{background-position:0 50%}}.background-canvas:after{animation:pulse 30s ease-in-out infinite;background:radial-gradient(ellipse at center,#60ebff0f,#0000 70%);content:"";filter:blur(40px);inset:0;mix-blend-mode:screen;opacity:.3;pointer-events:none;position:absolute}.footer{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#020d30f2;border-image:linear-gradient(to right,var(--medium-yellow),var(--electric-blue)) 1;border-top:1px solid #0000;box-shadow:0 -6px 30px #60ebff14;color:var(--electric-blue);display:flex;flex-wrap:wrap;font-size:1rem;justify-content:space-between;margin:0 auto;min-height:70px;padding:1.5rem 10rem}.footer-left{flex:1 1;flex-direction:column;gap:.2rem;text-align:left}.footer-left,.footer-logo{display:flex;justify-content:center}.footer-logo{align-items:center;flex:0 0 auto;padding:0 2rem}.footer-logo-img{filter:drop-shadow(0 0 6px var(--electric-blue));height:60px;transition:filter .3s ease;-webkit-user-select:none;user-select:none;width:auto}.footer-logo-img:hover{cursor:default;filter:drop-shadow(0 0 12px var(--true-blue))}.footer-right{align-items:center;display:flex;flex:1 1;gap:1.6rem;justify-content:flex-end}.footer-right a{color:var(--true-blue);display:inline-block;filter:drop-shadow(0 0 4px rgba(0,93,221,.4));transition:all .3s ease}.footer-right a:hover{color:var(--electric-blue);filter:drop-shadow(0 0 8px rgba(96,235,255,.6));transform:scale(1.15) translateY(-2px)}@media (max-width:860px){.footer{flex-direction:column;gap:1rem;padding:2rem 1.5rem;text-align:center}.footer-left,.footer-right{flex:none;justify-content:center;margin:0}.footer-logo{margin:0;padding:0}}@media (max-width:500px){.footer{font-size:.9rem;padding:1.5rem 1rem}.footer-right{gap:1rem}.footer-logo-img{height:50px}}.hero{align-items:center;display:flex;justify-content:center}.hero-content{align-items:center;display:grid;grid-template-columns:60% 40%;margin:-3rem 0 0;width:100%}.hero-text{flex-direction:column;justify-content:center;margin:3rem 6rem}.hero-text,.hero-title{display:flex;overflow-wrap:break-word;text-align:left;word-break:normal}.hero-title{align-items:flex-start;color:#fff;flex-wrap:wrap;font-size:clamp(2rem,5vw,3.5rem);line-height:1.4;margin:0}.animated-word{animation:wordPulse 5s ease-in-out infinite;display:inline-block;padding-right:.15em;position:relative}@keyframes wordPulse{0%{color:#fff}30%{color:var(--electric-blue)}45%{color:var(--soft-electric-blue)}70%{color:var(--soft-medium-yellow)}to{color:#fff}}.cat-face{aspect-ratio:1/1;cursor:pointer;display:inline-block;height:100%;max-width:100%;width:100%;will-change:transform}.cat-face:after,.cat-face:before{border-radius:1rem;content:"";pointer-events:none;position:absolute}@keyframes pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.5;transform:scale(1.05)}}@media (max-width:768px){.hero-content{grid-template-columns:1fr;height:auto}.hero-text{margin:1.5rem 1.2rem}.cat-face{aspect-ratio:1/1;height:auto;max-width:240px;width:60%}}.service-card:hover{transform:translateY(-15px)}.service-card{background-color:#fff;border-radius:16px;box-shadow:0 4px 12px #00b4d833;box-sizing:border-box;color:#000f08;display:flex;flex:1 1 220px;flex-direction:column;max-width:260px;min-width:160px;padding:1.5rem;text-align:center;transition:transform .3s ease}.service-card h3{color:#00b4d8;font-size:1.3rem;margin-bottom:1rem;margin-top:0}.service-card p{font-size:1rem;line-height:1.6;margin:auto;max-width:90%}@media (max-width:768px){.service-card{padding:1.2rem;width:90%}.service-card h3{font-size:1.15rem}.service-card p{font-size:.95rem}}@media (max-width:480px){.service-card{min-width:0;padding:1rem;width:95%}.service-card h3{font-size:1.05rem}.service-card p{font-size:.9rem}}#services{animation:fadeInUp 1s ease forwards;max-width:100%;scroll-margin-top:145px}#services h2{color:#ffd166;font-size:3rem;text-align:center}.services-intro{animation:fadeInUp 1s ease forwards;color:#ffe8b0;font-size:1.1rem;margin-bottom:1rem;text-align:center}@keyframes fadeUpDelayed{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.services-subtext,.services-text{animation:fadeUpDelayed 1s ease forwards;opacity:0;text-align:center}.services-text{animation-delay:.5s;color:#fff;font-size:1.2rem}.services-subtext{animation-delay:.8s;color:#bbb;font-size:1rem;margin-bottom:3rem}.services-grid{display:flex;gap:1.5rem;justify-content:center;overflow-x:auto;padding:1rem 0;scroll-behavior:smooth}.services-grid::-webkit-scrollbar{height:8px}.services-grid::-webkit-scrollbar-thumb{background:#ffd166;border-radius:4px}.services-grid::-webkit-scrollbar-track{background:#000f08}#aboutUs{background-color:var(--dark-bg);padding:3.8rem .5rem}#aboutUs,.about-section{display:flex;justify-content:center;width:100%}.about-container{align-items:center;display:flex;flex-direction:column;gap:2rem;max-width:1050px;text-align:center;width:100%}.about-left,.about-right{width:100%}.about-left-inner{display:flex;flex-direction:column;gap:1rem;margin:0 auto;width:100%}.about-title{color:var(--soft-medium-yellow);font-size:clamp(1.8rem,3.5vw,2.2rem);margin-bottom:1rem;word-break:break-word}.about-description{color:#eee;font-size:clamp(.9rem,1.8vw,1rem);line-height:1.5;margin-bottom:.5rem;word-break:break-word}.wallOfFame-btn{align-self:center;background:var(--electric-blue);border:none;border-radius:6px;color:var(--blue-dark);cursor:pointer;font-size:clamp(.9rem,1.8vw,1rem);margin-top:1.5rem;padding:.7rem 1.5rem;transition:transform .5s,background .5s}.wallOfFame-btn:hover{background:var(--soft-medium-yellow);color:var(--dark-bg);color:var(--blue-dark);transform:translateY(-3px)}.about-block{margin-bottom:2rem;text-align:left}.block-title{color:var(--electric-blue);font-size:clamp(1.3rem,2.2vw,1.6rem);margin-bottom:.5rem}.about-block p{color:#ccc;font-size:clamp(.9rem,1.8vw,1rem);margin-bottom:.5rem}.fade-in{animation:fadeIn 1s ease-in forwards}.slide-in{animation:slideIn 1s ease-out forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@media (min-width:768px){.about-container{align-items:stretch;flex-direction:row;gap:2.5rem;justify-content:space-between}.about-left{align-items:center;display:flex;flex:0 0 40%;justify-content:center;padding:.5rem}.about-left-inner{text-align:center}.about-right{display:flex;flex:0 0 60%;flex-direction:column;justify-content:center;padding:.5rem}.wallOfFame-btn{align-self:center}}@media (min-width:1200px){.about-container{max-width:1100px}.about-left,.about-right{padding:1rem}}#workTogether{animation:fadeInUp 1s ease forwards;max-width:100%;scroll-margin-top:90px}.work-together{font-size:3rem;margin-bottom:-.2rem;text-align:center}.work-together-section{animation:fadeInUp 1s ease forwards;background-color:var(--main-bg);box-sizing:border-box;color:var(--text-color);flex-direction:column;padding-bottom:4rem;transition:background-color .6s ease,color .6s ease}.work-together-grid,.work-together-section{align-items:center;display:flex;justify-content:center;width:100%}.work-together-grid{background:#de9b4726;border-radius:12px;flex-direction:row;flex-wrap:wrap;gap:2rem;max-width:1200px;min-height:500px;transition:background .6s ease}.work-together-title{font-size:1.8rem;font-weight:600;margin-bottom:1.5rem;text-align:center;width:100%}.work-info{align-items:center;background-color:var(--highlight-color);color:var(--text-color);display:flex;flex:1 1;flex-direction:column;height:100%;justify-content:center;max-width:500px;min-width:300px;padding:2rem;transition:background-color .6s ease,color .6s ease}.work-info,.work-info-text{font-weight:400;text-align:center}.work-info-text{color:#fff;font-size:1rem;line-height:1.4;margin:1.5rem 0}.work-info-text span{display:block;margin-bottom:1.5rem}.work-info-text span:last-child{margin-bottom:0}.toggle-button{align-self:center;background:#0000;border:2px solid var(--electric-blue);border-radius:12px;color:var(--electric-blue);cursor:pointer;font-size:1.1rem;font-weight:700;min-width:140px;padding:.75rem 1.5rem;transition:background .3s ease,color .3s ease}.toggle-button:focus,.toggle-button:hover{background-color:var(--electric-blue);color:var(--blue-dark);outline:none}.work-form{background:#0000;border-radius:12px;box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;gap:.7rem;max-width:600px;min-width:280px;padding:2rem 2.5rem;transition:background-color .6s ease,color .6s ease}.work-form label{background:#0000!important;color:var(--blue-dark);display:block;font-size:1rem;font-weight:600;margin-top:.5rem}.work-form input[type=email],.work-form input[type=text],.work-form textarea{background-color:#00000026;border:1.5px solid var(--electric-blue);border-radius:10px;box-sizing:border-box;color:var(--electric-blue);font-family:inherit;font-size:1rem;padding:.75rem 1rem;resize:vertical;transition:background-color .3s ease,border-color .3s ease,color .3s ease;width:100%}.work-form input::placeholder,.work-form textarea::placeholder{color:#aacbd1}.work-form input:focus,.work-form textarea:focus{background-color:var(--soft-electric-blue);border-color:var(--electric-blue);box-shadow:0 0 6px var(--electric-blue);color:var(--blue-dark);outline:none}.attachment-wrapper{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.custom-upload-btn{align-items:center;background-color:initial;border:1.5px solid var(--electric-blue);border-radius:8px;color:var(--electric-blue);cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.75rem 1rem;transition:background .3s ease,color .3s ease}.custom-upload-btn:focus,.custom-upload-btn:hover{background-color:var(--electric-blue);color:var(--blue-dark)}.upload-feedback{color:var(--soft-electric-blue);font-size:.9rem;font-weight:500;margin-top:.3rem}.submit-btn{align-self:center;background-color:var(--electric-blue);border:none;border-radius:12px;box-shadow:0 4px 6px #60ebff66;color:var(--blue-dark);cursor:pointer;font-size:1.1rem;font-weight:700;margin-top:1.5rem;min-width:140px;padding:.85rem 1.5rem;transition:background-color .3s ease,color .3s ease}.submit-btn:focus,.submit-btn:hover{background-color:var(--soft-electric-blue);box-shadow:0 6px 10px #3bb4c799;color:#fff}.work-form.applying .custom-upload-btn,.work-form.applying input[type=email],.work-form.applying input[type=text],.work-form.applying label,.work-form.applying textarea{background-color:#00000026;border-color:var(--electric-blue);color:var(--electric-blue)}.work-form.applying input:focus,.work-form.applying textarea:focus{background-color:var(--soft-electric-blue);border-color:var(--electric-blue);box-shadow:0 0 6px var(--electric-blue);color:var(--blue-dark)}.work-form.applying .custom-upload-btn:focus,.work-form.applying .custom-upload-btn:hover,.work-form.applying .submit-btn{background-color:var(--electric-blue);color:var(--blue-dark)}.work-form.applying .submit-btn{box-shadow:0 4px 6px #60ebff66}.work-form.applying .submit-btn:focus,.work-form.applying .submit-btn:hover{background-color:var(--soft-electric-blue);box-shadow:0 6px 10px #3bb4c799;color:#fff}.work-form.hiring .custom-upload-btn,.work-form.hiring input[type=email],.work-form.hiring input[type=text],.work-form.hiring label,.work-form.hiring textarea{background-color:#de9b4726;border-color:var(--medium-yellow);color:var(--medium-yellow)}.work-form.hiring input:focus,.work-form.hiring textarea:focus{background-color:var(--soft-medium-yellow);border-color:var(--medium-yellow);box-shadow:0 0 6px var(--medium-yellow);color:var(--blue-dark)}.work-form.hiring .custom-upload-btn:focus,.work-form.hiring .custom-upload-btn:hover{background-color:var(--medium-yellow);color:var(--blue-dark)}.work-form.hiring .submit-btn{background-color:var(--soft-medium-yellow);box-shadow:0 4px 6px #de9b4766;color:var(--blue-dark)}.work-form.hiring .submit-btn:focus,.work-form.hiring .submit-btn:hover{background-color:var(--medium-yellow);box-shadow:0 6px 10px #de9b4799;color:var(--blue-dark)}.work-together-title.contacting-us{color:var(--electric-blue)}.work-together-title.working-with-us{color:var(--medium-yellow)}.btn-blue{background-color:var(--electric-blue);border:2px solid var(--electric-blue);color:var(--blue-dark)}.btn-blue:focus,.btn-blue:hover{background-color:var(--soft-electric-blue);color:#fff;outline:none}.btn-yellow{background-color:var(--medium-yellow);border:2px solid var(--medium-yellow);color:var(--blue-dark)}.btn-yellow:focus,.btn-yellow:hover{background-color:var(--soft-medium-yellow);color:var(--blue-dark);outline:none}.apply-mode,.hire-mode{animation:modeSwitch .5s ease-in-out}@keyframes modeSwitch{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}main.home{color:#fff;display:flex;flex-direction:column;gap:5rem;margin:0 auto;padding:1.5rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-40px)}to{opacity:1;transform:translateX(0)}}.cat-postal-section{align-items:flex-start;box-sizing:border-box;display:flex;height:calc(94.7vh - 160px);justify-content:space-between;overflow:hidden;padding:2rem;position:relative;width:100%}.centerpiece-wrapper{align-items:flex-start;display:flex;flex:0 0 50%;height:100%;justify-content:center;max-width:600px}.postal-card{background:#fff;border-radius:12px;box-shadow:0 15px 40px #00000080;display:flex;flex-direction:column;height:90%;overflow:hidden;padding:2rem;width:100%}.postal-card iframe{aspect-ratio:16/9;border-radius:8px;height:auto;margin-bottom:1rem;width:100%}.centerpiece-text{color:#000;font-size:clamp(.95rem,1.2vw,1rem);line-height:1.4;text-align:center}.centerpiece-text h3{color:#333;font-size:clamp(1.4rem,2vw,1.8rem);margin-bottom:.5rem}.cats-area{display:flex;flex:0 0 60%;flex-wrap:wrap;height:100%;position:relative}.cats-message{color:#fff;font-size:clamp(1rem,1.5vw,1.2rem);pointer-events:none;position:absolute;text-align:center;top:1rem;width:90%;z-index:20}.cat-postal-img{border-radius:12px;box-shadow:0 5px 25px #0009;object-fit:cover;position:absolute;transition:transform .3s ease;z-index:5}.cat-postal-img:hover{transform:scale(1.3) rotate(0deg);z-index:10}:root{--blue-light:#002c5f;--blue-dark:#020d30;--electric-blue:#60ebff;--soft-electric-blue:#3bb4c7;--soft-medium-yellow:#ffbf71;--medium-yellow:#de9b47;--palatinate-blue:#362fd2;--true-blue:#005ddd}body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-ms-overflow-style:none;font-family:Roboto,sans-serif;height:100%;margin:0;overflow-x:hidden;overflow-y:scroll;padding:0;scrollbar-width:none}body::-webkit-scrollbar{background:#0000;display:none;height:0;width:0}
/*# sourceMappingURL=main.53070ab6.css.map*/