@charset "UTF-8";@import"https://fonts.googleapis.com/css2?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&display=swap";@import"https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap";.blog-card{position:relative;height:100%;cursor:pointer;transition:transform .3s ease}.blog-card:hover{transform:translateY(-5px)}.blog-card__image{width:100%;aspect-ratio:16/9;overflow:hidden}.blog-card__image img{width:100%;height:100%;object-fit:cover;background-position:center;transition:transform .3s ease}.blog-card__image:hover img{transform:scale(1.05)}.blog-card__image-placeholder{width:100%;height:100%;background:#f8f9fa;display:flex;align-items:center;justify-content:center}.blog-card__content{position:relative;background:#fff;box-shadow:0 2px 8px #0000001a;transition:all .3s ease;margin-top:-60px;width:90%;margin-right:auto;padding:1.5rem;flex-grow:1;display:flex;flex-direction:column;gap:.75rem}@media only screen and (min-width: 576px) and (max-width: 798px),only screen and (min-width: 0px) and (max-width: 576px){.blog-card__content{padding:1.25rem;gap:.5rem;width:95%;margin-top:-40px}}.blog-card__date{font-size:.8rem;color:#000;font-weight:500;margin:0;text-transform:uppercase;letter-spacing:.5px;font-family:Poppins}@media only screen and (min-width: 0px) and (max-width: 576px){.blog-card__date{font-size:.75rem}}.blog-card__title{font-size:1.25rem;font-weight:700;color:#1a1a1a;line-height:1.4;margin:0;display:-webkit-box;overflow:hidden;font-family:Poppins}@media only screen and (min-width: 0px) and (max-width: 576px){.blog-card__title{font-size:1.1rem}}.blog-card__description{font-size:1rem;color:#666;line-height:1.6;margin:0;flex-grow:1;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;font-family:Poppins}@media only screen and (min-width: 0px) and (max-width: 576px),only screen and (min-width: 576px) and (max-width: 798px){.blog-card__description{font-size:.9rem;-webkit-line-clamp:2}}.blog-card__footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;gap:1rem}.blog-card__read-more{font-family:Poppins;font-size:1rem;font-weight:600;color:#03274e;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;background:transparent;outline:none;border:none;transition:all .3s ease;pointer-events:none;padding:0}@media only screen and (min-width: 0px) and (max-width: 576px),only screen and (min-width: 576px) and (max-width: 798px){.blog-card__read-more{font-size:.9rem}}.blog-card__read-more .arrow{font-size:1.25rem;transition:transform .3s ease;color:#000}.blog-card__copy-wrapper{display:flex;align-items:center;justify-content:center;cursor:pointer;pointer-events:auto;padding:.25rem;border-radius:4px;transition:background-color .3s ease}.blog-card__copy-wrapper:hover{background-color:#0000000d}.blog-card__copy-icon{font-size:1.25rem;color:#666;transition:all .3s ease;flex-shrink:0}@media only screen and (min-width: 0px) and (max-width: 576px),only screen and (min-width: 576px) and (max-width: 798px){.blog-card__copy-icon{font-size:1.1rem}}.blog-card__copy-icon--success{color:#4caf50}.blog-card:hover .blog-card__read-more{gap:.75rem}.blog-card:hover .blog-card__read-more .arrow{transform:translate(4px)}.blog-card:hover .blog-card__copy-icon{transform:scale(1.1)}.webinar-card{background:#fff;overflow:hidden;position:relative;display:flex;flex-direction:column;cursor:pointer;height:100%}.webinar-card__image{width:100%;aspect-ratio:16/9;overflow:hidden;position:relative;border-radius:12px}.webinar-card__image img{width:100%;height:100%;object-fit:cover;background-position:center;transition:transform .3s ease}.webinar-card__image-placeholder{width:100%;height:100%;background:#f8f9fa;display:flex;align-items:center;justify-content:center}.webinar-card__image:before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#0000,#000000b3);transition:background .3s ease;z-index:1}.webinar-card:hover .webinar-card__image:before{background:linear-gradient(to bottom,#0000001a,#000c)}.webinar-card:hover .webinar-card__image img{transform:scale(1.05)}.webinar-card__title-overlay{position:absolute;top:0;left:0;right:0;padding:1.5rem 1rem 3rem;background:linear-gradient(to bottom,#000c,#0000);z-index:2}@media only screen and (min-width: 576px) and (max-width: 798px),only screen and (min-width: 0px) and (max-width: 576px){.webinar-card__title-overlay{padding:1rem .75rem 2rem}}.webinar-card__title{font-family:Poppins;font-size:1.125rem;font-weight:600;color:#fff;line-height:1.4;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.5);display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}@media only screen and (min-width: 576px) and (max-width: 798px),only screen and (min-width: 0px) and (max-width: 576px){.webinar-card__title{font-size:1rem;-webkit-line-clamp:2}}.webinar-card__description-overlay{position:absolute;bottom:0;left:0;right:0;padding:4rem 1rem 1rem;background:linear-gradient(to top,#000000e6,#0000);z-index:2}@media only screen and (min-width: 576px) and (max-width: 798px),only screen and (min-width: 0px) and (max-width: 576px){.webinar-card__description-overlay{padding:3rem .75rem .75rem}}.webinar-card__date{font-family:Poppins;font-size:.8rem;color:#fffc;margin:0 0 .5rem;text-shadow:0 1px 2px rgba(0,0,0,.5)}@media only screen and (min-width: 576px) and (max-width: 798px),only screen and (min-width: 0px) and (max-width: 576px){.webinar-card__date{font-size:.75rem;margin-bottom:.35rem}}.webinar-card__description{font-family:Poppins;font-size:1rem;color:#fff;line-height:1.5;margin:0;text-shadow:0 1px 3px rgba(0,0,0,.5);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media only screen and (min-width: 576px) and (max-width: 798px),only screen and (min-width: 0px) and (max-width: 576px){.webinar-card__description{font-size:.85rem;-webkit-line-clamp:2}}.webinar-card__play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:3;transition:all .3s ease;border-radius:12px;padding:1rem 1.5rem;display:flex;align-items:center;gap:.5rem}.webinar-card__play-button:before{content:"";position:absolute;inset:0;background:#c000;border-radius:12px;transition:background .3s ease}.webinar-card__play-button:after{content:"PLAY";color:#fff;font-family:Poppins;font-weight:600;font-size:.9rem;letter-spacing:1px;position:relative;z-index:1}@media only screen and (min-width: 576px) and (max-width: 798px),only screen and (min-width: 0px) and (max-width: 576px){.webinar-card__play-button:after{font-size:.75rem}}.webinar-card__play-icon{font-size:3rem;color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.5));transition:all .3s ease;position:relative;z-index:1}@media only screen and (min-width: 576px) and (max-width: 798px),only screen and (min-width: 0px) and (max-width: 576px){.webinar-card__play-icon{font-size:2.5rem}}.webinar-card:hover .webinar-card__play-button{transform:translate(-50%,-50%) scale(1.08)}*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins}html{scroll-behavior:smooth}body{font-family:Noto Sans,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;color:#1a1a1a}a{text-decoration:none;color:inherit}button{font-family:inherit}ul{list-style:none;text-decoration:none}#root{min-height:100vh}.header{background:#fff;position:sticky;top:0;z-index:1000;box-shadow:none;transition:box-shadow .3s ease}.header.header-scrolled{box-shadow:0 2px 8px #0000001a}.header .container{max-width:1400px;margin:0 auto;padding:0 2rem}.header .container .overlay{display:none}.header .container .res-nav-container{display:none;justify-content:space-between;align-items:center}.header .container .res-nav-container .logo{width:100px;height:100px}.header .container .res-nav-container .logo a{text-decoration:none;outline:none}.header .container .res-nav-container .logo .header-logo{position:relative;width:100%;height:100%}.header .container .res-nav-container .menu{width:24px;height:24px;display:flex;justify-content:center;align-items:center;cursor:pointer}.header .header-content{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:0 0 1rem;position:relative}.header .header-content .close{width:28px;height:28px;display:none}.header .header-content .close .close-icon{font-size:28px}.header .logo{width:100px;height:100px}.header .logo a{text-decoration:none;outline:none}.header .logo .header-logo{position:relative;width:100%;height:100%}.header .nav{display:flex;align-items:center;gap:2rem;flex:1;justify-content:center}.header .nav .nav-link{font-family:Noto Sans;font-size:1rem;color:#1a1a1a;text-decoration:none;transition:color .3s ease;font-weight:400}.header .nav .nav-link:hover{color:#017ce6}.header .nav .nav-link.active{color:#017ce6;font-weight:500}.header .nav .btn-mobile{position:absolute;right:0}@media only screen and (min-width: 798px) and (max-width: 1200px),only screen and (min-width: 576px) and (max-width: 798px),only screen and (min-width: 0px) and (max-width: 576px){.header .container{position:relative}.header .container .overlay{position:absolute;top:0;left:0;width:100%;height:100vh;background-color:#00000080;z-index:10}.header .container .overlay.overlay-active{display:block}.header .container .res-nav-container{display:flex;padding:.4rem 0}.header .container .res-nav-container .logo{width:80px;height:80px}.header .container .res-nav-container .menu{width:28px;height:28px}.header .container .res-nav-container .menu .menu-icon{font-size:28px}.header .container .res-nav-container .menu .menu-icon.menu-hide{visibility:hidden}.header .header-content{flex-direction:column;position:absolute;left:0;top:0;min-height:100vh;min-width:340px;background-color:#fff;padding:.5rem 1rem 2rem;z-index:100;transform:translate(-480px);transition:all .3s linear}.header .header-content .logo-wrapper{display:flex;align-items:center;justify-content:space-between;min-width:100%;border-bottom:1px solid rgba(0,0,0,.2)}.header .header-content .close{display:block}.header .header-content .nav{flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;height:fit-content;gap:.5rem}.header .header-content .nav .nav-link{width:100%;padding:8px}.header .header-content .nav .nav-link.active{background-color:#91ddff1a;border-radius:4px}.header .header-content .nav .btn-mobile{position:static;width:100%;height:40px;margin-top:2rem}.header .header-content.nav-active{transform:translate(0)}}.service-card{background:#fff;border-radius:20px;padding:2.5rem 2rem;text-align:center;transition:all .3s ease;box-shadow:0 4px 20px #00000014;height:100%;display:flex;flex-direction:column;align-items:center}.service-card .service-icon{width:80px;height:80px;background:#017ce6;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.service-card .service-icon .icon{width:40px;height:40px;fill:#fff}.service-card .service-title{font-family:Poppins;font-size:1.75rem;font-weight:600;color:#1a1a1a;margin:0 0 1rem}.service-card .service-description{font-family:Noto Sans;font-size:1.125rem;color:#666;line-height:1.6;margin:0}@media only screen and (min-width: 576px) and (max-width: 798px),only screen and (min-width: 0px) and (max-width: 576px){.service-card{padding:2rem 1.5rem}.service-card .service-icon{width:60px;height:60px}.service-card .service-icon svg{width:30px;height:30px}.service-card .service-title{font-size:1.25rem}.service-card .service-description{font-size:.9rem}}.testimonial-card{background:#fff;border-radius:12px;border:1px solid rgba(0,0,0,.2);padding:2.5rem;height:100%;display:flex;flex-direction:column;transition:all .3s ease}.testimonial-card .testimonial-quote{font-family:Noto Sans;font-size:1rem;color:#1a1a1a;line-height:1.7;margin:0 0 2rem;flex:1;position:relative;text-align:center}.testimonial-card .testimonial-author{display:flex;align-items:center;gap:1rem}.testimonial-card .testimonial-author .author-image{width:50px;height:50px;border-radius:50%;overflow:hidden;flex-shrink:0}.testimonial-card .testimonial-author .author-image img{width:100%;height:100%;object-fit:cover}.testimonial-card .testimonial-author .author-image .avatar-placeholder{width:100%;height:100%;background:#017ce6;display:flex;align-items:center;justify-content:center;color:#fff;font-family:Poppins;font-size:1.25rem;font-weight:600}.testimonial-card .testimonial-author .author-info .author-name{font-family:Poppins;font-size:1rem;font-weight:600;color:#1a1a1a;margin:0 0 .25rem}.testimonial-card .testimonial-author .author-info .author-country{font-family:Noto Sans;font-size:.875rem;color:#666;margin:0 0 .25rem;display:flex;align-items:center;gap:.5rem}.testimonial-card .testimonial-author .author-info .author-country .country-flag{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0;background:#f5f5f5;box-shadow:0 1px 3px #00000026;border:1px solid rgba(0,0,0,.08)}.testimonial-card .testimonial-author .author-info .author-country .country-flag img{width:100%;height:100%;object-fit:cover}.testimonial-card .testimonial-author .author-info .author-country .country-name{font-weight:500;color:#666}.testimonial-card .testimonial-author .author-info .author-position{font-family:Noto Sans;font-size:.875rem;color:#666;margin:0}@media only screen and (min-width: 576px) and (max-width: 798px),only screen and (min-width: 0px) and (max-width: 576px){.testimonial-card{padding:2rem 1.5rem}.testimonial-card .testimonial-quote{font-size:.95rem;margin-bottom:1.5rem}.testimonial-card .testimonial-quote:before{font-size:2.5rem;top:-.75rem}.testimonial-card .testimonial-author .author-image{width:45px;height:45px}.testimonial-card .testimonial-author .author-info .author-name{font-size:.95rem}.testimonial-card .testimonial-author .author-info .author-country{font-size:.8rem}.testimonial-card .testimonial-author .author-info .author-country .country-flag{width:20px;height:20px}.testimonial-card .testimonial-author .author-info .author-country .country-flag img{width:100%;height:100%}.testimonial-card .testimonial-author .author-info .author-position{font-size:.8rem}}.cta{padding:7rem 0 0;position:relative;overflow:hidden}.cta .container{max-width:1400px;margin:0 auto;padding:0 2rem;position:relative}@media only screen and (min-width: 798px) and (max-width: 1200px){.cta .container{padding:0 1.5rem}}@media only screen and (min-width: 576px) and (max-width: 798px){.cta .container{padding:0 1.25rem}}@media only screen and (min-width: 0px) and (max-width: 576px){.cta .container{padding:0 1rem}}.cta .cta-content{position:relative;text-align:center;padding:3.5rem 2rem;background:linear-gradient(90deg,#000,#1a1a1a 40%,#4a4a4a,#6b6b6b);border-radius:24px;z-index:1;overflow:hidden}.cta .cta-content .cta-title{font-size:3.25rem;font-weight:500;color:#fff;margin:0 0 2rem;letter-spacing:-.01em;position:relative;z-index:2;line-height:1.2}.cta .cta-content .cta-button-wrapper{display:flex;align-items:center;justify-content:center;gap:1rem;position:relative;z-index:2}.cta .cta-content .cta-button{background:#91ddff!important;color:#000!important;font-weight:600;padding:.875rem 2.5rem;border-radius:50px;font-size:1rem;transition:all .2s ease;max-width:400px;width:auto;white-space:nowrap}.cta .cta-content .cta-icon{width:50px;height:50px;background:#017ce6;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #017ce666;cursor:pointer;transition:all .3s ease}.cta .cta-content .cta-icon:hover{transform:scale(1.1);box-shadow:0 6px 16px #017ce680}.cta .cta-content .cta-icon svg{color:#fff;font-size:1.5rem}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media only screen and (min-width: 798px) and (max-width: 1200px){.cta{padding:6rem 0 0}.cta .cta-content{padding:2.5rem 1.5rem;border-radius:20px}.cta .cta-content .cta-title{font-size:3rem;margin-bottom:1.75rem}.cta .cta-content .cta-button{padding:.75rem 2rem;font-size:.9375rem}.cta .cta-content .cta-icon{width:45px;height:45px}.cta .cta-content .cta-icon svg{font-size:1.3rem}}@media only screen and (min-width: 576px) and (max-width: 798px){.cta{padding:5rem 0 0}.cta .cta-content{padding:2rem 1.25rem;border-radius:16px}.cta .cta-content .cta-title{font-size:2rem;margin-bottom:1.5rem;line-height:1.3}.cta .cta-content .cta-button-wrapper{flex-direction:column;gap:.75rem}.cta .cta-content .cta-button{padding:.75rem 1.75rem;font-size:.875rem;max-width:100%;width:auto}.cta .cta-content .cta-icon{width:45px;height:45px}.cta .cta-content .cta-icon svg{font-size:1.3rem}}@media only screen and (min-width: 0px) and (max-width: 576px){.cta{padding:8rem 0 0}.cta .cta-content{padding:1.75rem 1rem;border-radius:12px}.cta .cta-content .cta-title{font-size:1.5rem;margin-bottom:1.25rem;line-height:1.3}.cta .cta-content .cta-button-wrapper{flex-direction:column;gap:.75rem}.cta .cta-content .cta-button{width:100%;max-width:100%;padding:.75rem 1.5rem;font-size:.875rem}.cta .cta-content .cta-icon{width:40px;height:40px}.cta .cta-content .cta-icon svg{font-size:1.2rem}}.footer{background:#fff;color:#1a1a1a;padding:9rem 0 2rem}.footer .container{max-width:1400px;margin:0 auto;padding:0 2rem}.footer .footer-content{display:grid;grid-template-columns:minmax(0,360px) minmax(0,180px) 1fr 1.5fr;gap:2rem;margin-bottom:2rem;padding-bottom:3rem;border-bottom:1px solid rgba(0,0,0,.2)}.footer .footer-column .footer-title{font-size:1.2rem;font-weight:600;margin:0 0 1.5rem;letter-spacing:.5px}.footer .footer-column .footer-links{list-style:none;padding:0;margin:0}.footer .footer-column .footer-links li{margin-bottom:.75rem}.footer .footer-column .footer-links li a{font-size:1rem;text-decoration:none;transition:color .3s ease}.footer .footer-column .footer-links li a:hover{color:#017ce6}.footer .footer-column .footer-links .footer-links-icon-wrapper{display:flex;gap:8px;align-items:center}.footer .footer-column .footer-links .footer-links-icon-wrapper .links-icon{font-size:20px;color:#017ce6}.footer .footer-about .footer-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.footer .footer-about .footer-logo .logo-icon{width:260px}.footer .footer-about .footer-logo .logo-text{font-size:1.125rem;font-weight:600;letter-spacing:.5px}.footer .footer-about .footer-description{font-size:1rem;line-height:1.7;margin:0}.footer .footer-about .footer-social{width:100%;display:flex;justify-content:flex-start;margin-block-start:1.5rem}.footer .footer-about .footer-social .social-links{display:flex;gap:12px}.footer .footer-about .footer-social .social-links .social-url .link{width:44px;height:44px;border-radius:50px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(0,0,0,.5);cursor:pointer;transition:all .2s}.footer .footer-about .footer-social .social-links .social-url:hover{color:#017ce6}.footer .footer-about .footer-social .social-links .social-url:hover .link{border:1px solid rgb(1,124,230)}.footer .footer-subscribe .subscribe-form{position:relative;border:1px solid rgba(0,0,0,.5);border-radius:40px;padding:4px 4px 4px 16px;display:flex;flex-direction:column;gap:8px}.footer .footer-subscribe .subscribe-form>div:first-child{display:flex;gap:8px;align-items:center}.footer .footer-subscribe .subscribe-form .subscribe-input{flex:1;font-size:1rem;color:#1a1a1a;border:none;outline:none;transition:all .3s ease}.footer .footer-subscribe .subscribe-form .subscribe-input::placeholder{color:#0003;font-size:1rem}.footer .footer-subscribe .subscribe-form .subscribe-input:focus{border-color:#017ce6}.footer .footer-subscribe .subscribe-form .subscribe-input:disabled{opacity:.6;cursor:not-allowed}.footer .footer-subscribe .subscribe-form .subscribe-button{background:#017ce6;color:#fff;border:none;border-radius:6px;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.footer .footer-subscribe .subscribe-form .subscribe-button:hover{background:#00a3ff;transform:translateY(-2px)}.footer .footer-subscribe .subscribe-form .subscribe-message{margin:0;padding:.5rem .75rem;font-size:.875rem;border-radius:4px;animation:fadeIn .3s ease}.footer .footer-subscribe .subscribe-form .subscribe-message.success{color:#0f5132;background-color:#d1e7dd}.footer .footer-subscribe .subscribe-form .subscribe-message.error{color:#842029;background-color:#f8d7da}.footer .footer-bottom{width:100%;padding-top:2rem}.footer .footer-bottom .footer-copyright{display:flex;align-items:center;justify-content:space-between;gap:2rem}.footer .footer-bottom .footer-copyright .copyright-text{font-size:.875rem;margin:0;color:#1a1a1a;white-space:nowrap}.footer .footer-bottom .footer-copyright .footer-policies{display:flex;align-items:center;gap:2rem;flex:1;justify-content:center}.footer .footer-bottom .footer-copyright .footer-policies .policy-link{font-size:.875rem;color:#1a1a1a;text-decoration:none;transition:color .3s ease;font-weight:400;white-space:nowrap}.footer .footer-bottom .footer-copyright .footer-policies .policy-link:hover{color:#017ce6}.footer .footer-bottom .footer-copyright .back-to-top{display:flex;align-items:center;gap:.5rem;font-size:.875rem;text-decoration:none;transition:color .3s ease;color:#1a1a1a;white-space:nowrap}.footer .footer-bottom .footer-copyright .back-to-top .back-top-text{font-weight:400}.footer .footer-bottom .footer-copyright .back-to-top .up-arrow{width:32px;height:32px;border-radius:50%;border:1px solid rgb(26,26,26);display:flex;align-items:center;justify-content:center;transition:all .3s ease}.footer .footer-bottom .footer-copyright .back-to-top .up-arrow .up-arrow-icon{font-size:16px}.footer .footer-bottom .footer-copyright .back-to-top:hover{color:#017ce6}.footer .footer-bottom .footer-copyright .back-to-top:hover .up-arrow{border-color:#017ce6}.footer .footer-social{display:flex;justify-content:center;gap:1.5rem}.footer .footer-social .social-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#fff;transition:all .3s ease}.footer .footer-social .social-icon:hover{background:#017ce6;transform:translateY(-3px)}@media only screen and (min-width: 798px) and (max-width: 1200px){.footer{padding:6rem 0 1.5rem}.footer .footer-content{grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:1.2rem;padding-bottom:2rem}.footer .footer-links .footer-links-icon-wrapper .links-icon{font-size:18px}.footer .footer-bottom{flex-direction:column;gap:1.5rem;align-items:flex-start}}@media only screen and (min-width: 576px) and (max-width: 798px){.footer{padding:5rem 0 1.5rem}.footer .footer-content{grid-template-columns:1fr;gap:2rem}.footer .footer-column .footer-title{font-size:.8rem;margin-bottom:1rem}.footer .footer-column .footer-links li{margin-bottom:.5rem}.footer .footer-column .footer-links li a{font-size:.8rem}.footer .footer-bottom .footer-copyright{width:100%}.footer .footer-links .footer-links-icon-wrapper .links-icon{font-size:16px}}@media only screen and (min-width: 0px) and (max-width: 576px){.footer{padding:4.5rem 0 1rem}.footer .container{padding:0 1rem}.footer .footer-content{grid-template-columns:1fr;gap:1.5rem;margin-bottom:.8rem;padding-bottom:1.5rem}.footer .footer-links .footer-links-icon-wrapper .links-icon{font-size:16px}.footer .footer-about .footer-logo{text-align:center}.footer .footer-about .footer-logo .logo-text{font-size:1rem}.footer .footer-about .footer-description{font-size:.8rem}.footer .footer-about .footer-social{margin-block-start:1rem}.footer .footer-about .footer-social .social-links{gap:8px}.footer .footer-about .footer-social .social-links .social-url .link{width:36px;height:36px}.footer .footer-about .footer-social .social-links .social-url .link .link-icon{width:20px;height:20px}.footer .footer-column .footer-title{font-size:.8rem;margin-bottom:1rem}.footer .footer-column .footer-links li{margin-bottom:.5rem}.footer .footer-column .footer-links li a{font-size:.8rem}.footer .footer-bottom{padding-top:1.5rem}.footer .footer-bottom .footer-copyright{flex-direction:column;align-items:center;gap:1.25rem;text-align:center}.footer .footer-bottom .footer-copyright .copyright-text{font-size:.75rem;order:1}.footer .footer-bottom .footer-copyright .footer-policies{gap:1.25rem;order:2;flex-wrap:wrap;justify-content:center}.footer .footer-bottom .footer-copyright .footer-policies .policy-link{font-size:.75rem}.footer .footer-bottom .footer-copyright .back-to-top{font-size:.75rem;order:3}.footer .footer-bottom .footer-copyright .back-to-top .back-top-text{display:inline}.footer .footer-bottom .footer-copyright .back-to-top .up-arrow{width:28px;height:28px}.footer .footer-subscribe .subscribe-form .subscribe-input{width:100%}.footer .footer-subscribe .subscribe-form .subscribe-input::placeholder{font-size:.875rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.btn{display:inline-flex;align-items:center;justify-content:center;font-weight:500;text-decoration:none;border:none;cursor:pointer;transition:all .2s ease;white-space:nowrap;text-align:center}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:#017ce6;color:#fff;border-radius:25px}.btn-primary:hover:not(:disabled){background:#00a3ff}.btn-secondary{background:transparent;color:#017ce6;border:2px solid rgb(1,124,230);border-radius:25px}.btn-secondary:hover:not(:disabled){background:#017ce6;color:#fff}.btn-outline{background:transparent;color:#1a1a1a;border:2px solid rgb(26,26,26);border-radius:25px}.btn-outline:hover:not(:disabled){background:#1a1a1a}.btn-ghost{background:transparent;color:#017ce6;border:none}.btn-ghost:hover:not(:disabled){color:#00a3ff;text-decoration:underline}.btn-dark{background:#2d2d2d;color:#fff;border-radius:25px}.btn-dark:hover:not(:disabled){background:#017ce6}.btn-light{background:#fff;color:#017ce6;border-radius:25px}.btn-light:hover:not(:disabled){background:#f8f9fa}.btn-small{padding:.5rem 1rem;font-size:.875rem}.btn-medium{padding:.75rem 2rem;font-size:1rem}.btn-large{padding:1rem 2.5rem;font-size:1.125rem}@media only screen and (min-width: 798px) and (max-width: 1200px){.btn-medium{padding:.65rem 1.5rem;font-size:.9rem}.btn-large{padding:.85rem 2rem;font-size:1rem}}@media only screen and (min-width: 576px) and (max-width: 798px){.btn-small{padding:.45rem .875rem;font-size:.8rem}.btn-medium{padding:.6rem 1.25rem;font-size:.875rem}.btn-large{padding:.75rem 1.75rem;font-size:.95rem}}@media only screen and (min-width: 0px) and (max-width: 576px){.btn-small{padding:.4rem .75rem;font-size:.75rem}.btn-medium{padding:.5rem 1rem;font-size:.8rem}.btn-large{padding:.65rem 1.5rem;font-size:.9rem}}.pagination-container{width:100%;display:flex;justify-content:flex-end}.pagination-container .pagination-wrapper{display:flex;justify-content:center;align-items:center;padding:2rem 0 0}@media only screen and (min-width: 0px) and (max-width: 576px){.pagination-container .pagination-wrapper{padding:1.5rem 0 0}}.pagination-container .pagination-wrapper .MuiPagination-root .MuiPaginationItem-root{font-family:Poppins;font-size:1rem;font-weight:500;color:#1a1a1a;border:1px solid rgb(229,229,229);margin:0 .25rem}@media only screen and (min-width: 0px) and (max-width: 576px){.pagination-container .pagination-wrapper .MuiPagination-root .MuiPaginationItem-root{font-size:.9rem;min-width:32px;height:32px;margin:0 .15rem}}.pagination-container .pagination-wrapper .MuiPagination-root .MuiPaginationItem-root:hover{background-color:#017ce614;border-color:#017ce6}.pagination-container .pagination-wrapper .MuiPagination-root .MuiPaginationItem-root.Mui-selected{background-color:#017ce6;color:#fff;border-color:#017ce6}.pagination-container .pagination-wrapper .MuiPagination-root .MuiPaginationItem-root.Mui-selected:hover{background-color:#0161b3}.pagination-container .pagination-wrapper .MuiPagination-root .MuiPaginationItem-root.MuiPaginationItem-previousNext svg{font-size:1.25rem}@media only screen and (min-width: 0px) and (max-width: 576px){.pagination-container .pagination-wrapper .MuiPagination-root .MuiPaginationItem-root.MuiPaginationItem-previousNext svg{font-size:1rem}}.case-study-hero{padding:7rem 0 0}.case-study-hero .container{max-width:1400px;margin:0 auto;padding:0 2rem;text-align:center}.case-study-hero .case-study-hero-title{font-size:4rem;font-weight:400;color:#1a1a1a;line-height:1.2;margin:0}.case-study-hero .case-study-hero-title:last-of-type{margin-bottom:1.5rem}.case-study-hero .case-study-hero-title .highlight{font-weight:700;color:#000}.case-study-hero .case-study-hero-subtitle{font-size:1.125rem;color:#666;line-height:1.6;max-width:800px;margin:0 auto}@media only screen and (min-width: 798px) and (max-width: 1200px){.case-study-hero{padding:6rem 0 0}.case-study-hero .case-study-hero-title{font-size:3.25rem}}@media only screen and (min-width: 576px) and (max-width: 798px){.case-study-hero{padding:5rem 0 0}.case-study-hero .container{padding:0 1.5rem}.case-study-hero .case-study-hero-title{font-size:3rem}}@media only screen and (min-width: 0px) and (max-width: 576px){.case-study-hero{padding:4.5rem 0 0}.case-study-hero .case-study-hero-title{font-size:2rem}.case-study-hero .case-study-hero-subtitle{font-size:1rem}}.resource-card{background:#fff;overflow:hidden;position:relative;display:flex;flex-direction:column;border-radius:12px;box-shadow:0 2px 8px #0000001a;transition:all .3s ease}.resource-card:hover{box-shadow:0 8px 24px #00000026;transform:translateY(-4px)}.related-resource-card{flex:0 0 calc(50% - 1rem);min-width:340px;background:#fff;overflow:hidden;transition:all .3s ease}@media only screen and (min-width: 798px) and (max-width: 1200px){.related-resource-card{flex:0 0 calc(50% - 1rem);min-width:300px}}@media only screen and (min-width: 576px) and (max-width: 798px){.related-resource-card{flex:0 0 calc(50% - .75rem);min-width:280px}}@media only screen and (min-width: 0px) and (max-width: 576px){.related-resource-card{flex:0 0 100%;min-width:260px}}.related-resource-card .related-resource-image{width:100%;height:260px;overflow:hidden}@media only screen and (min-width: 0px) and (max-width: 576px){.related-resource-card .related-resource-image{height:180px}}@media only screen and (min-width: 576px) and (max-width: 798px){.related-resource-card .related-resource-image{height:280px}}.related-resource-card .related-resource-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.related-resource-card:hover .related-resource-image img{transform:scale(1.05)}.related-resource-card .related-resource-content{padding:1.5rem 1.5rem 1.5rem 0}@media only screen and (min-width: 0px) and (max-width: 576px){.related-resource-card .related-resource-content{padding:1.25rem 0}}.related-resource-card .related-resource-content .related-resource-title{font-size:1.125rem;font-weight:600;color:#1a1a1a;margin-bottom:.75rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media only screen and (min-width: 0px) and (max-width: 576px){.related-resource-card .related-resource-content .related-resource-title{font-size:1rem}}.related-resource-card .related-resource-content .related-resource-description{font-size:.875rem;color:#666;line-height:1.6;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}@media only screen and (min-width: 0px) and (max-width: 576px){.related-resource-card .related-resource-content .related-resource-description{font-size:.8125rem}}.related-resource-card .related-resource-content .related-resource-meta{display:flex;justify-content:flex-start;align-items:center;gap:1rem;margin-block-start:3rem}@media only screen and (min-width: 0px) and (max-width: 576px){.related-resource-card .related-resource-content .related-resource-meta{margin-block-start:2rem}}@media only screen and (min-width: 576px) and (max-width: 798px){.related-resource-card .related-resource-content .related-resource-meta{margin-block-start:2.5rem}}.related-resource-card .related-resource-content .related-resource-meta .related-resource-date{font-size:.875rem;color:#666}@media only screen and (min-width: 0px) and (max-width: 576px){.related-resource-card .related-resource-content .related-resource-meta .related-resource-date{font-size:.8125rem}}.related-resource-card .related-resource-content .related-resource-meta .read-more{font-size:.875rem;font-weight:500;display:flex;align-items:center;gap:.25rem;transition:color .3s ease;cursor:pointer}.related-resource-card .related-resource-content .related-resource-meta .read-more:hover{color:#017ce6}.related-resource-card .related-resource-content .related-resource-meta .read-more:hover .arrow{transform:translate(5px)}@media only screen and (min-width: 0px) and (max-width: 576px){.related-resource-card .related-resource-content .related-resource-meta .read-more{font-size:.8125rem}}.related-resource-card .related-resource-content .related-resource-meta .read-more .arrow{display:inline-block;transition:transform .3s ease}.related-resources .container{max-width:1200px;margin:0 auto;padding:0 2rem}@media only screen and (min-width: 0px) and (max-width: 576px),only screen and (min-width: 576px) and (max-width: 798px){.related-resources .container{padding:0 1.5rem}}.related-resources .container .related-resources-title{font-size:2rem;font-weight:500;color:#1a1a1a;margin-bottom:3rem;text-align:left}@media only screen and (min-width: 798px) and (max-width: 1200px){.related-resources .container .related-resources-title{font-size:2rem;margin-bottom:2.5rem}}@media only screen and (min-width: 576px) and (max-width: 798px){.related-resources .container .related-resources-title{font-size:1.5rem;margin-bottom:2rem}}@media only screen and (min-width: 0px) and (max-width: 576px){.related-resources .container .related-resources-title{font-size:1.5rem;margin-bottom:1.5rem}}.related-resources .container .related-resources-carousel{position:relative;display:flex;align-items:center;gap:1.5rem}@media only screen and (min-width: 0px) and (max-width: 576px),only screen and (min-width: 576px) and (max-width: 798px){.related-resources .container .related-resources-carousel{gap:1rem;padding-block-end:3rem}}.related-resources .container .related-resources-carousel .carousel-btn{flex-shrink:0;width:48px;height:48px;border-radius:50%;background:#fff;border:2px solid rgb(1,124,230);color:#017ce6;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:2}@media only screen and (min-width: 0px) and (max-width: 576px),only screen and (min-width: 576px) and (max-width: 798px){.related-resources .container .related-resources-carousel .carousel-btn{width:40px;height:40px}.related-resources .container .related-resources-carousel .carousel-btn svg{width:20px;height:20px}}.related-resources .container .related-resources-carousel .carousel-btn:hover{background:#017ce61a}.related-resources .container .related-resources-carousel .carousel-btn:active{transform:scale(.95)}.related-resources .container .related-resources-carousel .carousel-btn.prev{margin-right:-1rem}@media only screen and (min-width: 0px) and (max-width: 576px),only screen and (min-width: 576px) and (max-width: 798px){.related-resources .container .related-resources-carousel .carousel-btn.prev{position:absolute;right:60px;bottom:0}}.related-resources .container .related-resources-carousel .carousel-btn.next{margin-left:-1rem}@media only screen and (min-width: 0px) and (max-width: 576px),only screen and (min-width: 576px) and (max-width: 798px){.related-resources .container .related-resources-carousel .carousel-btn.next{position:absolute;right:0;bottom:0}}.related-resources .container .related-resources-carousel .related-resources-slider{max-width:800px;margin:0 auto;overflow:hidden;flex:1}.related-resources .container .related-resources-carousel .related-resources-slider .related-resources-track{display:grid;width:100%}.related-resources .container .related-resources-carousel .related-resources-slider .related-resources-track .resource-slide{padding:0 1rem;box-sizing:border-box}@media only screen and (min-width: 0px) and (max-width: 576px),only screen and (min-width: 576px) and (max-width: 798px){.related-resources .container .related-resources-carousel .related-resources-slider .related-resources-track .resource-slide{padding:0}}.input-wrapper{display:flex;flex-direction:column;gap:8px;width:100%}.input-wrapper .input-label{font-size:1rem;font-weight:500;color:#1a1a1a}.input-wrapper .input-label .required{color:#dc3545;margin-left:4px}.input-wrapper .input-field{font-size:1rem;color:#1a1a1a;padding:16px 20px;border:1px solid rgba(0,0,0,.2);border-radius:8px;outline:none;transition:all .3s ease;background:#fff;width:100%;box-sizing:border-box}.input-wrapper .input-field::placeholder{color:#0006;font-size:1rem}.input-wrapper .input-field:focus{border-color:#017ce6}.input-wrapper .input-field:disabled{background:#f8f9fa;cursor:not-allowed;opacity:.6}.input-wrapper .input-field.input-error{border-color:#dc3545}.input-wrapper .input-field.input-error:focus{box-shadow:0 0 0 3px #dc35451a}.input-wrapper textarea.input-field{resize:vertical;min-height:120px}.input-wrapper .error-message{font-size:.875rem;color:#dc3545;margin-top:-4px}@media only screen and (min-width: 798px) and (max-width: 1200px){.input-wrapper .input-field{font-size:.95rem;padding:14px 18px}.input-wrapper .input-field::placeholder{font-size:.95rem}}@media only screen and (min-width: 576px) and (max-width: 798px){.input-wrapper .input-field{font-size:.9rem;padding:12px 16px}.input-wrapper .input-field::placeholder{font-size:.9rem}.input-wrapper .input-label{font-size:.9rem}}@media only screen and (min-width: 0px) and (max-width: 576px){.input-wrapper{gap:6px}.input-wrapper .input-field{font-size:.875rem;padding:12px 14px}.input-wrapper .input-field::placeholder{font-size:.875rem}.input-wrapper .input-label{font-size:.875rem}.input-wrapper textarea.input-field{min-height:100px}}.home-page{min-height:100vh;background:#fff}.home-page *{box-sizing:border-box}.hero{padding:1rem 0 0;background:#fff}.hero .container{max-width:1400px;margin:0 auto;padding:0 2rem}.hero .hero-content{display:grid;grid-template-columns:1fr minmax(0,560px);align-items:center;margin-bottom:4rem}.hero .hero-left .hero-title{font-size:4rem;font-weight:500;color:#1a1a1a;line-height:1.2;margin:0 0 1.5rem}.hero .hero-left .hero-title .highlight{font-weight:700;color:#000}.hero .hero-left .hero-title .highlight .cursor{display:inline-block;margin-left:2px;animation:blink .7s infinite}.hero .hero-left .hero-subtitle{font-size:30px;font-weight:500;color:#666;margin:0 0 2rem}.hero .hero-left .hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero .hero-left .hero-buttons .hero-bin{border-radius:12px!important;max-width:140px;box-shadow:0 4px 10px #00000035}.hero .hero-left .hero-buttons .hero-bin.btn-dark{border:3px solid transparent}.hero .hero-left .hero-buttons .hero-bin.btn-dark:hover{background:transparent!important;color:#000!important;border-color:#000!important}.hero .hero-right{position:relative;display:flex;justify-content:center;align-items:center}.hero .hero-right .hero-image-wrapper{position:relative;width:100%;aspect-ratio:1}.hero .hero-right .hero-image-wrapper .hero-image{position:relative;z-index:3;width:100%;height:100%;background-position:center;object-position:center;object-fit:contain;animation:float 3s ease-in-out infinite}@media only screen and (min-width: 798px) and (max-width: 1200px){.hero .hero-content{grid-template-columns:1fr minmax(0,50%)}.hero .hero-left .hero-title{font-size:2.5rem}.hero .hero-left .hero-subtitle{font-size:1.75rem}}@media only screen and (min-width: 576px) and (max-width: 798px){.hero{padding:3rem 0 2rem}.hero .hero-content{padding-block-start:19%;grid-template-columns:1fr;gap:3rem}.hero .hero-left{order:2}.hero .hero-left .hero-title,.hero .hero-left .hero-title .highlight{font-size:2rem}.hero .hero-left .hero-subtitle{font-size:1.8rem}.hero .hero-right{order:1}}@media only screen and (min-width: 0px) and (max-width: 576px){.hero{padding:2rem 0 1.5rem}.hero .container{padding:0 1rem}.hero .hero-content{padding-block-start:19%;grid-template-rows:auto auto;grid-template-columns:1fr;gap:3rem}.hero .hero-left{order:2}.hero .hero-left .hero-title,.hero .hero-left .hero-title .highlight{font-size:1.8rem}.hero .hero-left .hero-subtitle{font-size:1rem}.hero .hero-left .hero-buttons{flex-direction:row;gap:8px}.hero .hero-right{order:1}.hero .hero-right .hero-image-wrapper{max-width:300px}}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.services{padding:7rem 0 0}.services .container{max-width:1400px;margin:0 auto;padding:0 2rem}.services .services-header{text-align:center;margin-bottom:4rem;position:relative}.services .services-header .services-title{font-family:Poppins;font-size:3.25rem;font-weight:400;color:#1a1a1a;line-height:1.4;margin:0}.services .services-header .services-title .services-title-bold{font-weight:800}.services .services-header .play-button{position:absolute;top:0;right:4%;width:50px;height:50px;background:#fff;color:#017ce6;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #06f3;cursor:pointer;transition:all .3s ease}.services .services-header .play-button:hover{transform:scale(1.1);box-shadow:0 6px 20px #0066ff4d}.services .services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:90%;margin:0 auto}@media only screen and (min-width: 798px) and (max-width: 1200px){.services{padding:6rem 0 0}.services .services-header{margin-bottom:3rem}.services .services-header .services-title{font-size:3rem}.services .services-grid{max-width:100%;grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media only screen and (min-width: 576px) and (max-width: 798px){.services{padding:5rem 0 0}.services .services-header .play-button{top:80%;right:0}.services .services-header .services-title{font-size:2rem}.services .services-header .services-title br{display:none}.services .services-grid{max-width:100%;grid-template-columns:1fr;gap:1.5rem}}@media only screen and (min-width: 0px) and (max-width: 576px){.services{padding:4.5rem 0 0}.services .container{padding:0 1rem}.services .services-header{margin-bottom:2rem}.services .services-header .play-button{top:100%;right:0}.services .services-header .services-title{font-size:2rem}.services .services-grid{max-width:100%;grid-template-columns:1fr;gap:1rem}}.stats{padding:7rem 0 0;background:#fff}.stats .container{max-width:1400px;margin:0 auto;padding:0 2rem}.stats .stats-header{text-align:center;margin-bottom:4rem}.stats .stats-header .stats-title{font-family:Poppins;font-size:3.25rem;font-weight:400;color:#1a1a1a;line-height:1.4;margin:0 0 1rem}.stats .stats-header .stats-title .services-title-bold{font-weight:800}.stats .stats-header .stats-subtitle{font-family:Noto Sans;font-size:1.125rem;color:#666;line-height:1.6;margin:0}.stats .stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:880px;margin:0 auto}.stats .stats-grid .stat-card{background:#f8f9fa;border-radius:12px;padding:3rem 2rem;text-align:center;transition:all .1s ease}.stats .stats-grid .stat-card.stat-highlight{background:#017ce6}.stats .stats-grid .stat-card.stat-highlight .stat-number,.stats .stats-grid .stat-card.stat-highlight .stat-label{color:#fff}.stats .stats-grid .stat-card .stat-number{font-family:Poppins;font-size:3.25rem;font-weight:700;color:#1a1a1a;margin:0 0 .5rem;line-height:48px}.stats .stats-grid .stat-card .stat-label{font-family:Noto Sans;font-size:24px;color:#666;margin:0;font-weight:400}@media only screen and (min-width: 798px) and (max-width: 1200px){.stats{padding:6rem 0 0}.stats .stats-header{margin-bottom:3rem}.stats .stats-header .stats-title{font-size:3rem}.stats .stats-header .stats-subtitle{font-size:1rem}.stats .stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.stats .stats-grid .stat-card{padding:2.5rem 1.5rem}.stats .stats-grid .stat-card .stat-number{font-size:2.5rem}.stats .stats-grid .stat-card .stat-label{font-size:1rem}}@media only screen and (min-width: 576px) and (max-width: 798px){.stats{padding:5rem 0 0}.stats .stats-header .stats-title{font-size:1.75rem}.stats .stats-header .stats-title br{display:none}.stats .stats-header .stats-subtitle{font-size:.95rem}.stats .stats-header .stats-subtitle br{display:none}.stats .stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.stats .stats-grid .stat-card{padding:2rem 1rem}.stats .stats-grid .stat-card .stat-number{font-size:2rem}}@media only screen and (min-width: 0px) and (max-width: 576px){.stats{padding:4.5rem 0 0}.stats .container{padding:0 1rem}.stats .stats-header{margin-bottom:2rem}.stats .stats-header .stats-title{font-size:1.5rem}.stats .stats-header .stats-subtitle{font-size:.9rem}.stats .stats-grid{grid-template-columns:1fr;gap:1rem}.stats .stats-grid .stat-card{padding:2rem 1.5rem}.stats .stats-grid .stat-card .stat-number{font-size:2rem;margin:0}}.testimonials{padding:7rem 0 0}.testimonials .container{max-width:1400px;margin:0 auto;padding:0 2rem}.testimonials .testimonials-header{text-align:center;margin-bottom:4rem}.testimonials .testimonials-header .testimonials-title{font-family:Poppins;font-size:3.25rem;font-weight:400;color:#1a1a1a;line-height:1.4;margin:0 0 1rem}.testimonials .testimonials-header .testimonials-title .highlight{font-weight:700;color:#1a1a1a}.testimonials .testimonials-header .testimonials-subtitle{font-family:Noto Sans;font-size:1.125rem;color:#666;margin:0}.testimonials .testimonials-slider{overflow:hidden;margin-bottom:2rem}.testimonials .testimonials-slider .testimonials-track{display:grid}.testimonials .testimonials-slider .testimonials-track .testimonial-slide{padding:0 1rem;box-sizing:border-box}.testimonials .slider-dots{display:flex;justify-content:center;gap:.75rem}.testimonials .slider-dots .dot{width:12px;height:12px;border-radius:50%;border:none;background:#d9d9d9;cursor:pointer;transition:all .3s ease;padding:0}.testimonials .slider-dots .dot:hover{background:#00a3ff}.testimonials .slider-dots .dot.active{background:#017ce6;width:32px;border-radius:6px}@media only screen and (min-width: 798px) and (max-width: 1200px){.testimonials{padding:6rem 0 0}.testimonials .testimonials-header{margin-bottom:3rem}.testimonials .testimonials-header .testimonials-title{font-size:2rem}.testimonials .testimonials-header .testimonials-subtitle{font-size:1rem}}@media only screen and (min-width: 576px) and (max-width: 798px){.testimonials{padding:5rem 0 0}.testimonials .testimonials-header .testimonials-title{font-size:1.75rem}.testimonials .testimonials-header .testimonials-subtitle{font-size:.95rem}.testimonials .testimonials-slider .testimonials-track .testimonial-slide{padding:0 .5rem}}@media only screen and (min-width: 0px) and (max-width: 576px){.testimonials{padding:4.5rem 0 0}.testimonials .container{padding:0 1rem}.testimonials .testimonials-header{margin-bottom:2rem}.testimonials .testimonials-header .testimonials-title{font-size:1.5rem}.testimonials .testimonials-header .testimonials-subtitle{font-size:.9rem}.testimonials .testimonials-slider .testimonials-track .testimonial-slide{padding:0 .25rem}}.logo-bar{width:100%;padding:60px 0;background-color:#91ddff1a;overflow:hidden}.logo-bar .logo-container{max-width:100%;margin:0 auto;overflow:hidden}.logo-bar .logo-scroll{display:flex;gap:80px;animation:scroll 60s linear infinite;width:fit-content}.logo-bar .logo-scroll:hover{animation-play-state:paused}.logo-bar .logo-item{flex-shrink:0;display:flex;align-items:center;justify-content:center;min-width:150px}.logo-bar .logo-item .logo-image{width:100px;height:100px;object-fit:contain;filter:grayscale(100%);opacity:.7;transition:all .3s ease}.logo-bar .logo-item .logo-image:hover{filter:grayscale(0%);opacity:1;transform:scale(1.1)}@media only screen and (min-width: 798px) and (max-width: 1200px){.logo-bar{padding:60px 0}.logo-bar .logo-scroll{gap:60px}.logo-bar .logo-item{min-width:100px}.logo-bar .logo-item .logo-image{width:100px;height:100px}}@media only screen and (min-width: 576px) and (max-width: 798px),only screen and (min-width: 0px) and (max-width: 576px){.logo-bar{padding:40px 0}.logo-bar .logo-scroll{gap:60px}.logo-bar .logo-item{min-width:80px}.logo-bar .logo-item .logo-image{width:80px;height:80px}}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.about-page{width:100%;overflow-x:hidden}.about-hero{padding:7rem 0 4rem;background:#fff;text-align:center}.about-hero .container{max-width:900px;margin:0 auto;padding:0 2rem}.about-hero .about-hero-title{font-family:Poppins;font-size:4rem;font-weight:400;color:#1a1a1a;line-height:1.4;margin:0 0 2rem}.about-hero .about-hero-title .company-name{font-weight:700}.about-hero .about-hero-description{font-size:30px;color:#1a1a1a;line-height:1.7;margin:0 auto 1.5rem;max-width:84%}.about-hero .about-hero-quote{margin-top:3rem;position:relative;display:flex;flex-direction:column;align-items:center;gap:.5rem}.about-hero .about-hero-quote .quote-text{font-size:30px;color:#1a1a1a;margin:0 0 .5rem}.about-hero .about-hero-quote .quate-text-wrapper{position:relative;width:fit-content}.about-hero .about-hero-quote .quate-text-wrapper .quote-icon{color:#e5e5e5;position:absolute}.about-hero .about-hero-quote .quate-text-wrapper .quote-icon.rotated-quotes{font-size:4rem;top:-44px;left:-16px;transform:flip(180deg);transform:rotate(180deg)}.about-hero .about-hero-quote .quate-text-wrapper .quote-icon.non-rotated-quotes{font-size:11rem;bottom:-120px;right:-30px}.about-hero .about-hero-quote .quote-bold{font-size:30px;font-weight:700;color:#1a1a1a;margin:0;line-height:1.4}@media only screen and (min-width: 798px) and (max-width: 1200px){.about-hero{padding:6rem 0 3rem}.about-hero .about-hero-title{font-size:2.5rem}.about-hero .about-hero-description{font-size:1.75rem}.about-hero .about-hero-quote .quate-text-wrapper .quote-icon.rotated-quotes{font-size:3.5rem;top:-36px;left:-12px}.about-hero .about-hero-quote .quate-text-wrapper .quote-icon.non-rotated-quotes{font-size:9rem;bottom:-100px;right:-25px}.about-hero .about-hero-quote .quote-bold,.about-hero .about-hero-quote .quote-text{font-size:1.75rem}}@media only screen and (min-width: 576px) and (max-width: 798px){.about-hero{padding:5rem 0 2.5rem}.about-hero .about-hero-title{font-size:2rem}.about-hero .about-hero-description{font-size:1.5rem}.about-hero .about-hero-quote .quate-text-wrapper .quote-icon.rotated-quotes{font-size:3.5rem;top:-36px;left:-12px}.about-hero .about-hero-quote .quate-text-wrapper .quote-icon.non-rotated-quotes{font-size:7rem;bottom:-60px;right:-15px}.about-hero .about-hero-quote .quote-bold,.about-hero .about-hero-quote .quote-text{font-size:1.5rem}}@media only screen and (min-width: 0px) and (max-width: 576px){.about-hero{padding:4.5rem 0 2rem}.about-hero .container{padding:0 1rem}.about-hero .about-hero-title{font-size:2.5rem}.about-hero .about-hero-description{font-size:1.5rem}.about-hero .about-hero-quote{margin-top:2rem}.about-hero .about-hero-quote .quate-text-wrapper .quote-icon.rotated-quotes{font-size:2.5rem;top:-24px;left:-8px}.about-hero .about-hero-quote .quate-text-wrapper .quote-icon.non-rotated-quotes{font-size:6rem;bottom:-60px;right:-15px}.about-hero .about-hero-quote .quote-bold,.about-hero .about-hero-quote .quote-text{font-size:1.5rem}}.image-gallery{padding:7rem 0 0;background:#fff}.image-gallery .container{max-width:1200px;margin:0 auto;padding:0 2rem}.image-gallery .gallery-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:1rem}.image-gallery .gallery-grid .gallery-item{border-radius:16px;overflow:hidden;position:relative;box-shadow:0 4px 20px #00000026}.image-gallery .gallery-grid .gallery-item img{width:100%;height:100%;object-fit:cover;display:block}.image-gallery .gallery-grid .gallery-item.gallery-item-1{grid-row:1/3;min-height:500px}.image-gallery .gallery-grid .gallery-item.gallery-item-2,.image-gallery .gallery-grid .gallery-item.gallery-item-3{min-height:240px}@media only screen and (min-width: 798px) and (max-width: 1200px){.image-gallery{padding:6rem 0 0}.image-gallery .gallery-grid{gap:.9rem}.image-gallery .gallery-grid .gallery-item{border-radius:12px}.image-gallery .gallery-grid .gallery-item.gallery-item-1{min-height:400px}.image-gallery .gallery-grid .gallery-item.gallery-item-2,.image-gallery .gallery-grid .gallery-item.gallery-item-3{min-height:190px}}@media only screen and (min-width: 576px) and (max-width: 798px){.image-gallery{padding:5rem 0 0}.image-gallery .gallery-grid{grid-template-columns:1fr;grid-template-rows:auto;gap:.7rem}.image-gallery .gallery-grid .gallery-item{border-radius:8px}.image-gallery .gallery-grid .gallery-item.gallery-item-1{grid-row:auto;min-height:300px}.image-gallery .gallery-grid .gallery-item.gallery-item-2,.image-gallery .gallery-grid .gallery-item.gallery-item-3{min-height:250px}}@media only screen and (min-width: 0px) and (max-width: 576px){.image-gallery{padding:4.5rem 0 0}.image-gallery .container{padding:0 1rem}.image-gallery .gallery-grid{grid-template-columns:1fr;gap:.5rem}.image-gallery .gallery-grid .gallery-item{border-radius:8px}.image-gallery .gallery-grid .gallery-item.gallery-item-1{min-height:250px}.image-gallery .gallery-grid .gallery-item.gallery-item-2,.image-gallery .gallery-grid .gallery-item.gallery-item-3{min-height:200px}}.what-drives-us{padding:7rem 0 240px;position:relative}.what-drives-us .container{max-width:1200px;margin:0 auto;padding:0 2rem}.what-drives-us .container-text{display:flex;flex-direction:column;align-items:flex-end;justify-content:center}.what-drives-us .section-title{font-size:3.25rem;font-weight:700;color:#1a1a1a;text-align:center;margin:0 0 .5rem}.what-drives-us .section-subtitle{font-size:1.125rem;color:#666;text-align:center;margin:0 0 4rem}.what-drives-us .values-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:2rem}.what-drives-us .values-grid .value-card{border-radius:20px;padding:3.5rem;position:relative;text-align:center}.what-drives-us .values-grid .value-card.value-card-blue{background:#017ce6}.what-drives-us .values-grid .value-card.value-card-blue .value-title,.what-drives-us .values-grid .value-card.value-card-blue .value-content{color:#fff}.what-drives-us .values-grid .value-card .value-icon-blue,.what-drives-us .values-grid .value-card .value-icon-white{font-size:1rem;height:1.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-block-end:16px}.what-drives-us .values-grid .value-card .value-icon-blue{color:#fff}.what-drives-us .values-grid .value-card .value-icon-white{color:#1a1a1a}.what-drives-us .values-grid .value-card.value-card-white{background:#fff;border:1px solid #E5E5E5}.what-drives-us .values-grid .value-card.value-card-white .value-title,.what-drives-us .values-grid .value-card.value-card-white .value-content{color:#1a1a1a}.what-drives-us .values-grid .value-card .value-title{font-size:2rem;font-weight:500;margin:0 0 1.5rem;position:relative}.what-drives-us .values-grid .value-card .value-content{font-size:1rem;line-height:1.7}.what-drives-us .values-grid .animate-1{top:-150px;animation:fadeInUp .6s ease-in-out}.what-drives-us .values-grid .animate-2{animation:fadeInUp .8s ease-in-out}.what-drives-us .values-grid .animate-3{bottom:-150px;animation:fadeInUp 1s ease-in-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media only screen and (min-width: 798px) and (max-width: 1200px){.what-drives-us{padding:6rem 0 120px}.what-drives-us .section-title{font-size:2rem}.what-drives-us .section-subtitle{font-size:1rem;margin-bottom:3rem}.what-drives-us .values-grid{gap:.9rem}.what-drives-us .values-grid .value-card{padding:2.5rem}.what-drives-us .values-grid .value-card .value-title{font-size:1.5rem}.what-drives-us .values-grid .value-card .value-content{font-size:1rem}.what-drives-us .values-grid .animate-1{top:-120px}.what-drives-us .values-grid .animate-3{bottom:-120px}}@media only screen and (min-width: 576px) and (max-width: 798px){.what-drives-us{padding:5rem 0 0}.what-drives-us .container-text{align-items:center}.what-drives-us .section-title{font-size:1.75rem}.what-drives-us .section-subtitle{font-size:.95rem;margin-bottom:2.5rem}.what-drives-us .values-grid{grid-template-columns:1fr;gap:.7rem}.what-drives-us .values-grid .value-card{padding:3rem;border-radius:8px}.what-drives-us .values-grid .value-card .value-icon-blue,.what-drives-us .values-grid .value-card .value-icon-white{font-size:1rem;height:1.5rem;margin-block-end:12px}.what-drives-us .values-grid .value-card .value-title{font-size:1.5rem;margin-bottom:1rem}.what-drives-us .values-grid .value-card .value-content{font-size:.85rem}.what-drives-us .values-grid .animate-1{top:0}.what-drives-us .values-grid .animate-3{bottom:0}}@media only screen and (min-width: 0px) and (max-width: 576px){.what-drives-us{padding:4.5rem 0 0}.what-drives-us .container{padding:0 1rem}.what-drives-us .container-text{align-items:center}.what-drives-us .section-title{font-size:1.5rem}.what-drives-us .section-subtitle{font-size:.9rem;margin-bottom:2rem}.what-drives-us .values-grid{grid-template-columns:1fr;gap:.5rem}.what-drives-us .values-grid .value-card{padding:2.5rem;border-radius:8px}.what-drives-us .values-grid .value-card .value-icon-blue,.what-drives-us .values-grid .value-card .value-icon-white{font-size:.8rem;height:1rem;margin-block-end:12px}.what-drives-us .values-grid .value-card .value-title{font-size:1.5rem;margin-bottom:1rem}.what-drives-us .values-grid .value-card .value-content{font-size:.85rem}.what-drives-us .values-grid .animate-1{top:0}.what-drives-us .values-grid .animate-3{bottom:0}}.ceo-quote{padding:3.25rem 0 0;background-color:#f8f9fa}.ceo-quote .container{max-width:1200px;margin:0 auto;padding:0 2rem}.ceo-quote .quote-content{display:grid;grid-template-columns:minmax(0,50%) 1fr;align-items:center;padding:3rem 0}.ceo-quote .quote-content .quote-image{overflow:hidden;position:relative;z-index:10}.ceo-quote .quote-content .quote-image:before{content:"";position:absolute;top:0;left:10%;width:260px;height:93%;background:#05a8cb;z-index:-1}.ceo-quote .quote-content .quote-image img{width:100%;height:100%;object-fit:cover;background-position:center;display:block}.ceo-quote .quote-content .quote-text-wrapper{position:relative;top:-40px}.ceo-quote .quote-content .quote-text-wrapper .quote-icon{color:#e5e5e5;position:absolute}.ceo-quote .quote-content .quote-text-wrapper .quote-icon.rotated-quotes{font-size:4rem;top:-54px;left:-16px;transform:flip(180deg);transform:rotate(180deg)}.ceo-quote .quote-content .quote-text-wrapper .quote-icon.non-rotated-quotes{font-size:11rem;bottom:-160px;right:-30px}.ceo-quote .quote-content .quote-text-wrapper .quote-text{position:relative;text-align:center;display:flex;flex-direction:column;gap:1.5rem;z-index:1}.ceo-quote .quote-content .quote-text-wrapper .quote-text .quote-paragraph{font-size:1.5rem;font-weight:500;color:#1a1a1a;line-height:1.7}.ceo-quote .quote-content .quote-text-wrapper .quote-text .quote-paragraph.paragraph-last{font-weight:700;margin-bottom:2rem}.ceo-quote .quote-content .quote-text-wrapper .quote-text .quote-author{text-align:end;margin-block-start:1rem}.ceo-quote .quote-content .quote-text-wrapper .quote-text .quote-author .author-name{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin-block-end:.25rem}.ceo-quote .quote-content .quote-text-wrapper .quote-text .quote-author .author-position{font-size:1rem;color:#666;margin:0;display:flex;align-items:center;justify-content:flex-end;gap:.5rem}.ceo-quote .quote-content .quote-text-wrapper .quote-text .quote-author .author-position .linkedin-icon{color:#0a66c2;font-size:1.25rem;cursor:pointer;transition:all .3s ease}.ceo-quote .quote-content .quote-text-wrapper .quote-text .quote-author .author-position .linkedin-icon:hover{color:#004182;transform:scale(1.1)}@media only screen and (min-width: 798px) and (max-width: 1200px){.ceo-quote{padding:6rem 0 0;margin-block-start:6rem}.ceo-quote .quote-content{padding-block-end:6rem}.ceo-quote .quote-content .quote-image{width:100%}.ceo-quote .quote-content .quote-image:before{width:40%}.ceo-quote .quote-content .quote-text-wrapper .quote-icon.rotated-quotes{font-size:3.5rem;left:14px}.ceo-quote .quote-content .quote-text-wrapper .quote-icon.non-rotated-quotes{font-size:9rem;bottom:-140px}.ceo-quote .quote-content .quote-text-wrapper .quote-text{gap:1rem}.ceo-quote .quote-content .quote-text-wrapper .quote-text .quote-paragraph{font-size:1.2rem;margin-bottom:.8rem;padding-inline:2rem}.ceo-quote .quote-content .quote-text-wrapper .quote-text .quote-paragraph.paragraph-last{margin-bottom:1rem;padding-inline:2rem}.ceo-quote .quote-content .quote-text-wrapper .quote-text .quote-author{padding-inline:1.2rem}.ceo-quote .quote-content .quote-text-wrapper .quote-text .quote-author .author-name{font-size:1rem}.ceo-quote .quote-content .quote-text-wrapper .quote-text .quote-author .author-position{font-size:.85rem}.ceo-quote .quote-content .quote-text-wrapper .quote-text .quote-author .author-position .linkedin-icon{font-size:1.1rem}}@media only screen and (min-width: 576px) and (max-width: 798px){.ceo-quote{padding:5rem 0 0;margin-block-start:5rem}.ceo-quote .quote-content{grid-template-columns:1fr;gap:7rem;padding-block-end:6rem}.ceo-quote .quote-content .quote-image{max-width:90%;margin:0 auto}.ceo-quote .quote-content .quote-image:before{width:40%}.ceo-quote .quote-content .quote-text-wrapper .quote-icon.rotated-quotes{font-size:3.5rem;top:-48px;left:-4px}.ceo-quote .quote-content .quote-text-wrapper .quote-icon.non-rotated-quotes{font-size:7rem;bottom:-100px;right:-5px}.ceo-quote .quote-content .quote-text-wrapper .quote-text{gap:1rem}.ceo-quote .quote-content .quote-text-wrapper .quote-text .quote-paragraph{font-size:1.2rem;margin-bottom:.8rem;padding-inline:2rem}.ceo-quote .quote-content .quote-text-wrapper .quote-text .quote-paragraph.paragraph-last{margin-bottom:1rem;padding-inline:2rem}.ceo-quote .quote-content .quote-text-wrapper .quote-text .quote-author{padding-inline:1.2rem}.ceo-quote .quote-content .quote-text-wrapper .quote-text .quote-author .author-name{font-size:1rem}.ceo-quote .quote-content .quote-text-wrapper .quote-text .quote-author .author-position{font-size:.85rem}.ceo-quote .quote-content .quote-text-wrapper .quote-text .quote-author .author-position .linkedin-icon{font-size:1.1rem}}@media only screen and (min-width: 0px) and (max-width: 576px){.ceo-quote{padding:4.5rem 0 0;margin-block-start:4rem;background-color:#f8f9fa}.ceo-quote .container{padding:0 1rem}.ceo-quote .quote-content{grid-template-columns:1fr;gap:6rem;padding-block-end:4rem}.ceo-quote .quote-content .quote-image{max-width:90%;margin:0 auto}.ceo-quote .quote-content .quote-image:before{width:40%}.ceo-quote .quote-content .quote-text-wrapper .quote-icon.rotated-quotes{font-size:2.5rem;top:-32px;left:-8px}.ceo-quote .quote-content .quote-text-wrapper .quote-icon.non-rotated-quotes{font-size:6rem;bottom:-80px;right:-15px}.ceo-quote .quote-content .quote-text-wrapper .quote-text{gap:1rem}.ceo-quote .quote-content .quote-text-wrapper .quote-text .quote-paragraph{font-size:.9rem;margin-bottom:.5rem;padding-inline:1rem}.ceo-quote .quote-content .quote-text-wrapper .quote-text .quote-paragraph.paragraph-last{margin-bottom:1rem;padding-inline:1.2rem}.ceo-quote .quote-content .quote-text-wrapper .quote-text .quote-author{padding-inline:1.2rem}.ceo-quote .quote-content .quote-text-wrapper .quote-text .quote-author .author-name{font-size:1rem}.ceo-quote .quote-content .quote-text-wrapper .quote-text .quote-author .author-position{font-size:.85rem;display:flex;align-items:center;justify-content:flex-end;gap:.3rem}.ceo-quote .quote-content .quote-text-wrapper .quote-text .quote-author .author-position .linkedin-icon{font-size:1rem;display:flex;align-items:center}}.team{padding:7rem 0 0;margin-bottom:120px}.team .container{max-width:1200px;margin:0 auto;padding:0 2rem}.team .section-title{font-size:3.25rem;font-weight:500;color:#1a1a1a;text-align:center;margin-block-end:.5rem}.team .section-title span{font-weight:700}.team .section-subtitle{font-size:1.125rem;color:#666;text-align:center;margin:0 0 4rem}.team .team-grid{display:grid;grid-template-columns:1fr;gap:3rem;position:relative}.team .team-grid .team-member{position:relative}.team .team-grid .team-member .member-image-wrapper{width:70%;height:400px;overflow:hidden;position:relative}.team .team-grid .team-member .member-image-wrapper .member-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;background-position:center}.team .team-grid .team-member .member-quote{position:absolute;right:0;top:55%;max-width:60%;min-width:680px;min-height:350px;height:300px;background:#017ce6;border-radius:16px;padding:2rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between}.team .team-grid .team-member .member-quote .quote-text-wrapper{position:relative;min-width:100%}.team .team-grid .team-member .member-quote .quote-text-wrapper .quote-icon{color:#e5e5e5}.team .team-grid .team-member .member-quote .quote-text-wrapper .quote-icon.rotated-quotes{font-size:2rem;transform:flip(180deg);transform:rotate(180deg);margin-left:-10px}.team .team-grid .team-member .member-quote .quote-text-wrapper .quote-icon.non-rotated-quotes{font-size:4rem;position:absolute;right:0;bottom:-50px}.team .team-grid .team-member .member-quote .quote-text-wrapper .quote-text{font-size:1rem;color:#fff;line-height:1.7;position:relative;z-index:1}.team .team-grid .team-member .member-quote .quote-author{position:relative;margin-block-start:40px;z-index:1}.team .team-grid .team-member .member-quote .quote-author .author-name{font-family:Poppins;font-size:1.125rem;font-weight:600;color:#fff}.team .team-grid .team-member .member-quote .quote-author .author-title{font-size:.8rem;color:#fff;margin:0;opacity:.9}.team .team-grid .navigation-buttons-wrapper{position:absolute;top:100%;left:calc(36% - 100px);width:fit-content;height:auto;display:flex}.team .team-grid .navigation-buttons-wrapper .prev-button,.team .team-grid .navigation-buttons-wrapper .next-button{background:#1a1a1a;color:#fff;border:none;outline:none;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .3s ease}.team .team-grid .navigation-buttons-wrapper .prev-button:hover,.team .team-grid .navigation-buttons-wrapper .next-button:hover{background:#343434}.team .team-grid .navigation-buttons-wrapper .prev-button .prev-icon,.team .team-grid .navigation-buttons-wrapper .prev-button .next-icon,.team .team-grid .navigation-buttons-wrapper .next-button .prev-icon,.team .team-grid .navigation-buttons-wrapper .next-button .next-icon{font-size:18px;color:#fff}.team .team-grid .navigation-buttons-wrapper .prev-button{width:50px}.team .team-grid .navigation-buttons-wrapper .next-button{width:100px}@media only screen and (min-width: 798px) and (max-width: 1200px){.team{padding:6rem 0 0}.team .section-title{font-size:2rem}.team .section-subtitle{font-size:1rem;margin-bottom:3rem}.team .team-grid{gap:2.5rem}.team .team-grid .team-member{flex-direction:column;gap:2rem}.team .team-grid .team-member .member-image-wrapper{width:80%;height:400px}.team .team-grid .team-member .member-quote{min-width:440px}.team .team-grid .team-member .member-quote .quote-text-wrapper{position:relative;min-width:100%}.team .team-grid .team-member .member-quote .quote-text-wrapper .quote-icon{color:#e5e5e5}.team .team-grid .team-member .member-quote .quote-text-wrapper .quote-icon.rotated-quotes{font-size:1.5rem}.team .team-grid .team-member .member-quote .quote-text-wrapper .quote-icon.non-rotated-quotes{font-size:4rem;position:absolute;right:0;bottom:-50px}.team .team-grid .team-member .member-quote .quote-text-wrapper .quote-text{font-size:1rem;color:#fff;line-height:1.7;position:relative;z-index:1}.team .team-grid .team-member .member-quote .quote-author{position:relative;margin-block-start:40px;z-index:1}.team .team-grid .team-member .member-quote .quote-author .author-name{font-family:Poppins;font-size:1.125rem;font-weight:600;color:#fff}.team .team-grid .team-member .member-quote .quote-author .author-title{font-size:.8rem;color:#fff;margin:0;opacity:.9}}@media only screen and (min-width: 576px) and (max-width: 798px){.team{padding:5rem 0 0}.team .section-title{font-size:1.75rem}.team .section-subtitle{font-size:.95rem;margin-bottom:2.5rem}.team .team-grid{gap:2rem}.team .team-grid .team-member{gap:1.5rem}.team .team-grid .team-member .member-image-wrapper{width:90%;height:360px}.team .team-grid .team-member .member-quote{padding:1.5rem;width:90%;top:80%;min-width:480px;min-height:240px;height:280px}.team .team-grid .team-member .member-quote .quote-text-wrapper .quote-icon.non-rotated-quotes{font-size:3.5rem}.team .team-grid .team-member .member-quote .quote-text-wrapper .quote-text{font-size:.85rem;line-height:1.5}.team .team-grid .team-member .member-quote .quote-author .author-name{font-size:1rem}.team .team-grid .team-member .member-quote .quote-author .author-title{font-size:.8rem}.team .team-grid .navigation-buttons-wrapper{top:0;left:0}.team .team-grid .navigation-buttons-wrapper .prev-button,.team .team-grid .navigation-buttons-wrapper .next-button{height:40px;gap:2px;font-size:12px}.team .team-grid .navigation-buttons-wrapper .prev-button .prev-icon,.team .team-grid .navigation-buttons-wrapper .prev-button .next-icon,.team .team-grid .navigation-buttons-wrapper .next-button .prev-icon,.team .team-grid .navigation-buttons-wrapper .next-button .next-icon{font-size:16px}.team .team-grid .navigation-buttons-wrapper .prev-button{width:40px}.team .team-grid .navigation-buttons-wrapper .next-button{width:80px}}@media only screen and (min-width: 0px) and (max-width: 576px){.team{padding:4.5rem 0 0;margin-block-end:9rem}.team .container{padding:0 1rem}.team .section-title{font-size:1.5rem}.team .section-subtitle{font-size:.9rem;margin-bottom:2rem}.team .team-grid{gap:1.5rem}.team .team-grid .team-member{gap:1.25rem}.team .team-grid .team-member .member-image-wrapper{width:100%;height:360px}.team .team-grid .team-member .member-quote{padding:1.5rem;width:90%;top:80%;min-width:100%;min-height:240px;height:fit-content}.team .team-grid .team-member .member-quote .quote-text-wrapper .quote-icon.non-rotated-quotes{font-size:3.5rem}.team .team-grid .team-member .member-quote .quote-text-wrapper .quote-text{font-size:.85rem;line-height:1.5}.team .team-grid .team-member .member-quote .quote-author .author-name{font-size:1rem}.team .team-grid .team-member .member-quote .quote-author .author-title{font-size:.8rem}.team .team-grid .navigation-buttons-wrapper{top:0;left:0}.team .team-grid .navigation-buttons-wrapper .prev-button,.team .team-grid .navigation-buttons-wrapper .next-button{height:40px;gap:2px;font-size:12px}.team .team-grid .navigation-buttons-wrapper .prev-button .prev-icon,.team .team-grid .navigation-buttons-wrapper .prev-button .next-icon,.team .team-grid .navigation-buttons-wrapper .next-button .prev-icon,.team .team-grid .navigation-buttons-wrapper .next-button .next-icon{font-size:16px}.team .team-grid .navigation-buttons-wrapper .prev-button{width:40px}.team .team-grid .navigation-buttons-wrapper .next-button{width:80px}}.case-study-page{font-family:Poppins}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-120px)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromRight{0%{opacity:0;transform:translate(120px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes logoEntrance{0%{opacity:0;transform:scale(.8) rotate(-10deg)}to{opacity:1;transform:scale(1) rotate(0)}}.case-study-list{padding:7rem 0 0}.case-study-list .container{max-width:1400px;margin:0 auto;padding:0 2rem}.case-study-list .container .studies-grid{display:flex;flex-direction:column;gap:2rem;margin-bottom:3rem}.case-study-list .container .studies-grid .study-card{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;padding:3rem;border-radius:12px;min-height:600px}.case-study-list .container .studies-grid .study-card:nth-child(odd){background-color:#3db1e726}.case-study-list .container .studies-grid .study-card:nth-child(2n){background-color:#e5e5e5}.case-study-list .container .studies-grid .study-card .study-content{display:flex;flex-direction:column;gap:2rem;opacity:0;transform:translate(120px);order:2}.case-study-list .container .studies-grid .study-card .study-content .study-logo{width:150px;height:80px;display:flex;align-items:center;justify-content:flex-start;background:transparent;padding:1rem;border-radius:8px;opacity:0;transform:scale(.8) rotate(-10deg)}.case-study-list .container .studies-grid .study-card .study-content .study-logo img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.case-study-list .container .studies-grid .study-card .study-content .study-title{font-size:3rem;font-weight:700;color:#000;line-height:1.2;margin:0;opacity:0;transform:translateY(30px)}.case-study-list .container .studies-grid .study-card .study-content .study-description{font-size:1.1rem;color:#1a1a1a;line-height:1.8;margin:0;opacity:0;transform:translateY(30px)}.case-study-list .container .studies-grid .study-card .study-image{width:100%;height:600px;display:flex;align-items:flex-end;justify-content:center;opacity:0;transform:translate(-120px);order:1;align-self:end}.case-study-list .container .studies-grid .study-card .study-image img{max-width:100%;max-height:100%;width:100%;height:auto;object-fit:contain}.case-study-list .container .studies-grid .study-card.visible .study-image{animation:slideInFromLeft 1s ease-out forwards}.case-study-list .container .studies-grid .study-card.visible .study-content{animation:slideInFromRight 1s ease-out .2s forwards}.case-study-list .container .studies-grid .study-card.visible .study-content .study-logo{animation:logoEntrance .6s ease-out .3s forwards}.case-study-list .container .studies-grid .study-card.visible .study-content .study-title{animation:fadeInUp .8s ease-out .4s forwards}.case-study-list .container .studies-grid .study-card.visible .study-content .study-description{animation:fadeInUp .8s ease-out .6s forwards}@media only screen and (min-width: 798px) and (max-width: 1200px){.case-study-list{padding:6rem 0 0}.case-study-list .container{max-width:90%;margin:0 auto;padding:0}.case-study-list .container .studies-grid{gap:.2rem;margin-bottom:2rem}.case-study-list .container .studies-grid .study-card{gap:2rem;padding:2.5rem;min-height:550px}.case-study-list .container .studies-grid .study-card .study-image{height:550px}.case-study-list .container .studies-grid .study-card .study-content{gap:1.5rem}.case-study-list .container .studies-grid .study-card .study-content .study-logo{width:130px;height:70px}.case-study-list .container .studies-grid .study-card .study-content .study-title{font-size:2.5rem}.case-study-list .container .studies-grid .study-card .study-content .study-description{font-size:1rem}}@media only screen and (min-width: 576px) and (max-width: 798px){.case-study-list{padding:5rem 0 0}.case-study-list .container{max-width:90%;margin:0 auto;padding:0}.case-study-list .container .studies-grid{gap:1.5rem;margin-bottom:2rem}.case-study-list .container .studies-grid .study-card{grid-template-columns:1fr;gap:2rem;padding:2rem;min-height:auto}.case-study-list .container .studies-grid .study-card .study-content{gap:1.5rem;order:1}.case-study-list .container .studies-grid .study-card .study-content .study-logo{width:120px;height:60px}.case-study-list .container .studies-grid .study-card .study-content .study-title{font-size:2rem}.case-study-list .container .studies-grid .study-card .study-content .study-description{font-size:.95rem}.case-study-list .container .studies-grid .study-card .study-image{height:450px;order:2}}@media only screen and (min-width: 0px) and (max-width: 576px){.case-study-list{padding:4.5rem 0 0}.case-study-list .container{max-width:95%;margin:0 auto;padding:0}.case-study-list .container .studies-grid{gap:1.5rem;margin-bottom:2rem}.case-study-list .container .studies-grid .study-card{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem;min-height:auto}.case-study-list .container .studies-grid .study-card .study-content{gap:1rem;order:1}.case-study-list .container .studies-grid .study-card .study-content .study-logo{width:100px;height:50px}.case-study-list .container .studies-grid .study-card .study-content .study-title{font-size:1.75rem}.case-study-list .container .studies-grid .study-card .study-content .study-description{font-size:.9rem;line-height:1.6}.case-study-list .container .studies-grid .study-card .study-image{height:380px;order:2}}.resources-page{font-family:Poppins}.resource-grid{padding:7rem 0 0;background:#fff}@media only screen and (min-width: 798px) and (max-width: 1200px){.resource-grid{padding:6rem 0 0}}@media only screen and (min-width: 576px) and (max-width: 798px){.resource-grid{padding:5rem 0 0}}@media only screen and (min-width: 0px) and (max-width: 576px){.resource-grid{padding:4.5rem 0 0}}.resource-grid .container{max-width:1200px;margin:0 auto}@media only screen and (min-width: 0px) and (max-width: 576px),only screen and (min-width: 576px) and (max-width: 798px),only screen and (min-width: 798px) and (max-width: 1200px){.resource-grid .container{max-width:90%}}.resource-grid .tabs{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem}@media only screen and (min-width: 0px) and (max-width: 576px){.resource-grid .tabs{margin-bottom:2rem}}.resource-grid .tab-button{border:2px solid rgb(1,124,230);background:transparent;color:#017ce6;cursor:pointer;transition:all .3s ease}@media only screen and (min-width: 0px) and (max-width: 576px){.resource-grid .tab-button{font-size:1rem;padding:.6rem 1.5rem}}.resource-grid .tab-button:hover{background:#017ce60d}.resource-grid .tab-button.active{background:#017ce6;color:#fff}.resource-grid .resources-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:auto;gap:1.5rem;margin-bottom:3rem;align-items:start}@media only screen and (min-width: 798px) and (max-width: 1200px){.resource-grid .resources-grid{grid-template-columns:repeat(2,1fr);gap:1.2rem}}@media only screen and (min-width: 576px) and (max-width: 798px){.resource-grid .resources-grid{grid-template-columns:1fr;gap:1rem}}@media only screen and (min-width: 0px) and (max-width: 576px){.resource-grid .resources-grid{grid-template-columns:1fr;gap:1rem;margin-bottom:2rem}}.resource-detail{width:100%;min-height:100vh;background-color:#fff}.resource-detail__image-container{width:100%;max-height:500px;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:#f5f5f5}@media (max-width: 768px){.resource-detail__image-container{max-height:350px}}.resource-detail__image{width:100%;height:100%;object-fit:cover;display:block}.resource-detail__header{padding:3rem 0 2rem;border-bottom:1px solid rgba(0,0,0,.1);margin-bottom:2rem}@media (max-width: 768px){.resource-detail__header{padding:2rem 0 1.5rem;margin-bottom:1.5rem}}.resource-detail__title{font-size:3.25rem;font-weight:600;color:#1a1a1a;line-height:1.2;margin-bottom:1.5rem}@media (max-width: 768px){.resource-detail__title{font-size:2rem}}.resource-detail__meta{display:flex;gap:3rem;flex-wrap:wrap}@media (max-width: 768px){.resource-detail__meta{gap:1.5rem}}.resource-detail__meta-item{display:flex;flex-direction:column;gap:.25rem}.resource-detail__meta-label{font-size:.875rem;color:#0009;font-family:Poppins;font-weight:400}.resource-detail__meta-value{font-size:1rem;color:#1a1a1a;font-family:Poppins;font-weight:600}.resource-detail__container{max-width:1200px;margin:0 auto;padding:4.5rem 40px 0}@media only screen and (min-width: 798px) and (max-width: 1200px){.resource-detail__container{max-width:90%;padding:4.5rem 0 0}}@media only screen and (min-width: 576px) and (max-width: 798px){.resource-detail__container{max-width:90%;padding:3rem 0 0}}@media only screen and (min-width: 0px) and (max-width: 576px){.resource-detail__container{max-width:90%;padding:3rem 0 0}}.resource-detail__content{background-color:#fff}.resource-detail__section{margin-bottom:2.5rem}.resource-detail__section:last-child{margin-bottom:0}.resource-detail__section-title{font-size:1.375rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem;line-height:1.4}@media (max-width: 768px){.resource-detail__section-title{font-size:1.25rem}}.resource-detail__text{font-size:1rem;color:#1a1a1a;line-height:1.6;font-weight:400}@media (max-width: 768px){.resource-detail__text{font-size:.875rem}}.resource-detail__text p{margin-bottom:1rem}.resource-detail__text p:last-child{margin-bottom:0}.resource-detail__text h1,.resource-detail__text h2,.resource-detail__text h3,.resource-detail__text h4,.resource-detail__text h5,.resource-detail__text h6{font-weight:600;color:#1a1a1a;margin-top:1.5rem;margin-bottom:1rem}.resource-detail__text h2{font-size:1.5rem}.resource-detail__text h3{font-size:1.25rem}.resource-detail__text strong{font-weight:600;color:#1a1a1a}.resource-detail__text em{font-style:italic}.resource-detail__text ul,.resource-detail__text ol{margin-left:1.5rem;margin-bottom:1rem}.resource-detail__text ul li,.resource-detail__text ol li{margin-bottom:.5rem;line-height:1.6}.resource-detail__text ul{list-style-type:disc}.resource-detail__text ol{list-style-type:decimal}.resource-detail__text code{background-color:#f4f4f4;padding:.2rem .4rem;border-radius:3px;font-family:Courier New,monospace;font-size:.9em}.resource-detail__not-found{text-align:center;font-size:2rem;color:#666;font-family:Poppins;margin-top:4rem;padding:60px 20px}.contact-us-page{font-family:Poppins;overflow-x:hidden}.contact-us-page .container{max-width:1400px;margin:0 auto}@media only screen and (min-width: 798px) and (max-width: 1200px){.contact-us-page .container{padding:0 1.5rem}}@media only screen and (min-width: 576px) and (max-width: 798px){.contact-us-page .container{max-width:90%;padding:0;margin:0 auto}}@media only screen and (min-width: 0px) and (max-width: 576px){.contact-us-page .container{max-width:90%;padding:0;margin:0 auto}}.contact-us-page .mobile-map{display:none}@media only screen and (min-width: 576px) and (max-width: 798px),only screen and (min-width: 0px) and (max-width: 576px){.contact-us-page .mobile-map{display:block;padding:0 0 5rem}}@media only screen and (min-width: 0px) and (max-width: 576px){.contact-us-page .mobile-map{padding:0}}.contact-us-page .social-links2{display:none}@media only screen and (min-width: 576px) and (max-width: 798px),only screen and (min-width: 0px) and (max-width: 576px){.contact-us-page .social-links2{display:flex;justify-content:flex-start;align-items:center;gap:1rem;padding:0 0 5rem;padding-left:5%;background:#fff}}@media only screen and (min-width: 0px) and (max-width: 576px){.contact-us-page .social-links2{padding:2rem 0 0;padding-left:5%}}.contact-us-page .social-links2 .social-link{display:flex;align-items:center;gap:.2rem;padding:.2rem .4rem;color:#1a1a1a;text-decoration:none;border-radius:.5rem;font-size:1rem;font-weight:400;transition:all .3s ease}@media only screen and (min-width: 0px) and (max-width: 576px){.contact-us-page .social-links2 .social-link{font-size:.9rem}}.contact-us-page .social-links2 .social-link svg{font-size:2.5rem;color:#017ce6}@media only screen and (min-width: 0px) and (max-width: 576px){.contact-us-page .social-links2 .social-link svg{font-size:2rem}}.contact-us-page .social-links2 .social-link:hover{background:#017ce6;color:#fff;border-color:#017ce6}.contact-us-page .social-links2 .social-link:hover svg{color:#fff}.contact-content{padding:7rem 0 0;background:#fff}.contact-content .content-grid{display:grid;grid-template-columns:minmax(200px,60%) 1fr;gap:2rem;align-items:start}.contact-content .map-section{display:flex;flex-direction:column;gap:1rem}@media only screen and (min-width: 576px) and (max-width: 798px),only screen and (min-width: 0px) and (max-width: 576px){.contact-content .map-section .contact-map{display:none}}.contact-content .map-section .map-placeholder{width:100%;border-radius:8px;overflow:hidden;border:1px solid rgba(0,0,0,.2)}.contact-content .map-section .map-placeholder iframe{display:block;width:100%}.contact-content .map-section .social-links{display:flex;gap:1rem;align-items:center}@media only screen and (min-width: 576px) and (max-width: 798px),only screen and (min-width: 0px) and (max-width: 576px){.contact-content .map-section .social-links{display:none}}.contact-content .map-section .social-links .social-link{display:flex;align-items:center;gap:.2rem;padding:.2rem .4rem;color:#1a1a1a;text-decoration:none;border-radius:.5rem;font-size:1rem;font-weight:400;transition:all .3s ease}.contact-content .map-section .social-links .social-link svg{font-size:2.5rem;color:#017ce6}.contact-content .map-section .social-links .social-link:hover{background:#017ce6;color:#fff;border-color:#017ce6}.contact-content .map-section .social-links .social-link:hover svg{color:#fff}.contact-content .form-section .contact-form{display:flex;flex-direction:column;gap:1.5rem}.contact-content .form-section .contact-form .status-message{padding:1rem;border-radius:8px;font-family:Poppins;font-size:.95rem;font-weight:500;text-align:center}.contact-content .form-section .contact-form .status-message.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.contact-content .form-section .contact-form .status-message.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.contact-content .form-section .contact-form .checkbox-wrapper{display:flex;align-items:flex-start;gap:.75rem;margin-top:.5rem}.contact-content .form-section .contact-form .checkbox-wrapper .checkbox-input{width:18px;height:18px;min-width:18px;margin-top:2px;cursor:pointer;accent-color:rgb(1,124,230)}.contact-content .form-section .contact-form .checkbox-wrapper .checkbox-label{font-family:Poppins;font-size:.9rem;color:#666;line-height:1.5;cursor:pointer;-webkit-user-select:none;user-select:none}.contact-content .form-section .contact-form .error-message{font-family:Poppins;font-size:.875rem;color:#dc3545;margin-top:-.5rem}.contact-content .form-section .contact-form .submit-button{width:100%;margin-top:1rem;padding:1rem 2rem;border-radius:50px}@media only screen and (min-width: 798px) and (max-width: 1200px){.contact-content{padding:6rem 0 0}.contact-content .content-grid{gap:1.5rem}.contact-content .map-section .map-placeholder iframe{height:350px}}@media only screen and (min-width: 576px) and (max-width: 798px){.contact-content{padding:5rem 0 0}.contact-content .content-grid{grid-template-columns:1fr;gap:2rem}.contact-content .map-section{order:1}.contact-content .map-section .map-placeholder iframe{height:300px}.contact-content .form-section{order:2}}@media only screen and (min-width: 0px) and (max-width: 576px){.contact-content{padding:4.5rem 0 0}.contact-content .content-grid{grid-template-columns:1fr}.contact-content .map-section{order:1}.contact-content .map-section .map-placeholder iframe{height:250px}.contact-content .form-section{order:2}.contact-content .form-section .contact-form{gap:1.25rem}.contact-content .form-section .contact-form .checkbox-wrapper{gap:.5rem}.contact-content .form-section .contact-form .checkbox-wrapper .checkbox-input{width:16px;height:16px;min-width:16px}.contact-content .form-section .contact-form .checkbox-wrapper .checkbox-label{font-size:.8rem}.contact-content .form-section .contact-form .submit-button{padding:.875rem 1.5rem}}.contact-info{max-width:1400px;margin:0 auto;padding:7rem 0 0;background:#fff}.contact-info .info-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.contact-info .info-cards .info-card{background:#00a3ff1a;border:1px solid rgb(1,124,230);border-radius:8px;padding:2.5rem 2rem;display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.contact-info .info-cards .info-card .card-icon{width:60px;height:60px;background:#00a3ff;border-radius:50%;display:flex;align-items:center;justify-content:center}.contact-info .info-cards .info-card .card-icon svg{font-size:2rem;color:#fff}.contact-info .info-cards .info-card .card-title{font-size:1.5rem;font-weight:600;color:#1a1a1a}.contact-info .info-cards .info-card .card-content{font-family:Poppins;font-size:1rem;color:#666;line-height:1.8;margin:0}@media only screen and (min-width: 798px) and (max-width: 1200px){.contact-info{padding:6rem 0 0}.contact-info .info-cards{gap:1.5rem}.contact-info .info-cards .info-card{padding:2rem 1.5rem}.contact-info .info-cards .info-card .card-icon{width:55px;height:55px}.contact-info .info-cards .info-card .card-icon svg{font-size:1.75rem}.contact-info .info-cards .info-card .card-title{font-size:1.35rem;margin-bottom:.875rem}.contact-info .info-cards .info-card .card-content{font-size:.95rem}}@media only screen and (min-width: 576px) and (max-width: 798px){.contact-info{padding:5rem 0 0}.contact-info .info-cards{grid-template-columns:1fr;gap:1.5rem;max-width:500px;margin:0 auto}.contact-info .info-cards .info-card{padding:2rem;gap:.6rem}.contact-info .info-cards .info-card .card-icon{width:50px;height:50px}.contact-info .info-cards .info-card .card-icon svg{font-size:1.5rem}.contact-info .info-cards .info-card .card-title{font-size:1.25rem}.contact-info .info-cards .info-card .card-content{font-size:.9rem}}@media only screen and (min-width: 0px) and (max-width: 576px){.contact-info{padding:4.5rem 0 0}.contact-info .info-cards{grid-template-columns:1fr;gap:.6rem}.contact-info .info-cards .info-card{padding:1.75rem 1.5rem;gap:.6rem}.contact-info .info-cards .info-card .card-icon{width:48px;height:48px}.contact-info .info-cards .info-card .card-icon svg{font-size:1.4rem}.contact-info .info-cards .info-card .card-title{font-size:1.15rem;margin-bottom:.75rem}.contact-info .info-cards .info-card .card-content{font-size:.875rem;line-height:1.6}}.contact-map__title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:2rem;color:#1a1a1a}.contact-map__wrapper{max-width:1200px;margin:0 auto;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000001a;background:#fff}.contact-map__wrapper iframe{display:block;width:100%;height:450px}.contact-map__link{padding:1.5rem;text-align:center;background:#fff}.contact-map__button{display:inline-block;padding:.75rem 2rem;background-color:#4285f4;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:all .3s ease}.contact-map__button:hover{background-color:#357ae8;transform:translateY(-2px);box-shadow:0 4px 12px #4285f44d}@media (max-width: 768px){.contact-map{padding:3rem 0}.contact-map__title{font-size:2rem}.contact-map__wrapper iframe{height:350px}}.careers-page{width:100%;overflow-x:hidden}.stepper{width:100%;max-width:1000px;margin:0 auto;padding:7rem 0 0;background-color:#fff}@media (max-width: 1200px){.stepper{max-width:90%;padding:6rem 0 0}}@media (max-width: 768px){.stepper{max-width:80%;padding:5rem 0 0}}@media (max-width: 576px){.stepper{max-width:80%;padding:4.5rem 0 0}}.stepper__container{max-width:1200px;margin:0 auto}.stepper__header{text-align:center;margin-bottom:5rem}.stepper__heading{font-size:3.25rem;font-weight:400;margin-bottom:1rem;color:#1a1a1a;font-family:Poppins}@media (max-width: 768px){.stepper__heading{font-size:2rem}}.stepper__heading-bold{font-weight:700}.stepper__subheading{font-size:1.125rem;color:#666;max-width:700px;margin:0 auto;line-height:1.6;font-family:Poppins;display:flex;justify-content:center;text-align:center}@media (max-width: 768px){.stepper__subheading{font-size:1rem}}.stepper__timeline{position:relative;max-width:1000px;margin:0 auto}.stepper__timeline:before{content:"";position:absolute;width:3px;background-color:#e5e5e5;left:50%;transform:translate(-50%);top:27.5px;bottom:27.5px;z-index:1}@media (max-width: 768px){.stepper__timeline:before{left:22px;transform:none;top:22.5px;bottom:22.5px}}.stepper__step{display:grid;grid-template-columns:1fr auto 1fr;column-gap:2rem;align-items:center;margin-bottom:0}@media (max-width: 768px){.stepper__step{grid-template-columns:auto 1fr;column-gap:1.5rem;margin-bottom:1rem}}.stepper__step--left .stepper__content--left{grid-column:1;text-align:right;padding-right:0}@media (max-width: 768px){.stepper__step--left .stepper__content--left{grid-column:2;grid-row:1;text-align:left;padding-right:0}}.stepper__step--left .stepper__connector{grid-column:2}@media (max-width: 768px){.stepper__step--left .stepper__connector{grid-column:1;grid-row:1}}.stepper__step--left .stepper__spacer{grid-column:3}@media (max-width: 768px){.stepper__step--left .stepper__spacer{display:none}}.stepper__step--right .stepper__spacer{grid-column:1}@media (max-width: 768px){.stepper__step--right .stepper__spacer{display:none}}.stepper__step--right .stepper__connector{grid-column:2}@media (max-width: 768px){.stepper__step--right .stepper__connector{grid-column:1}}.stepper__step--right .stepper__content--right{grid-column:3;text-align:left;padding-left:0}@media (max-width: 768px){.stepper__step--right .stepper__content--right{grid-column:2;grid-row:1;text-align:left;padding-left:0}}.stepper__step--right .stepper__connector-wrapper{grid-column:2}@media (max-width: 768px){.stepper__step--right .stepper__connector-wrapper{grid-column:1;grid-row:1}}@media (max-width: 768px){.stepper__step--final{grid-template-columns:auto 1fr}}.stepper__step--final .stepper__content{grid-column:1;text-align:right;padding-right:0}@media (max-width: 768px){.stepper__step--final .stepper__content{grid-column:2;grid-row:1;text-align:left}}.stepper__step--final{column-gap:3rem}@media (max-width: 768px){.stepper__step--final{column-gap:2rem}}.stepper__step--final .stepper__content--left{grid-column:1;text-align:right;padding-right:1rem}@media (max-width: 768px){.stepper__step--final .stepper__content--left{grid-column:2;text-align:left;padding-right:0;padding-left:1rem}}.stepper__step--final .stepper__connector{grid-column:2}@media (max-width: 768px){.stepper__step--final .stepper__connector{grid-column:1;grid-row:1}}.stepper__step--final .stepper__spacer{grid-column:3}@media (max-width: 768px){.stepper__step--final .stepper__spacer{display:none}}.stepper__content{padding:0;transition:all .3s ease}.stepper__content--visible{background:#fff;border:2px solid rgb(1,124,230);border-radius:12px;padding:1.5rem!important;box-shadow:0 8px 24px #017ce640;transform:scale(1.05);z-index:100;position:relative}@media (max-width: 768px){.stepper__content--visible{padding:1rem!important;transform:scale(1.02)}}.stepper__step--final .stepper__content--visible{background:transparent;border:none;box-shadow:none;padding:0!important;transform:scale(1.15)}@media (max-width: 768px){.stepper__step--final .stepper__content--visible{transform:scale(1.1)}}.stepper__step--final .stepper__content--visible .stepper__step-title{color:#000;font-size:1.5rem;animation:popText .3s ease-in-out}@keyframes popText{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@media (max-width: 768px){.stepper__step--final .stepper__content--visible .stepper__step-title{font-size:1.2rem}}.stepper__step-title{font-size:1.25rem;font-weight:700!important;margin-bottom:.5rem;margin-top:0;color:#1a1a1a;font-family:Poppins;line-height:1.4}@media (max-width: 768px){.stepper__step-title{font-size:1.125rem}}.stepper__step-description{font-size:1rem;color:#666;line-height:1.6;font-family:Poppins;margin:0}@media (max-width: 768px){.stepper__step-description{font-size:.9rem}}.stepper__connector{display:flex;flex-direction:column;align-items:center;position:relative}.stepper__step-number{width:60px;height:60px;border-radius:50%;border:3px solid rgb(229,229,229);background-color:#fff;color:#1a1a1a;display:flex;align-items:center;justify-content:center;font-size:1.125rem;font-weight:700;font-family:Poppins;box-shadow:0 2px 8px #00000014;z-index:10;position:relative;flex-shrink:0;transition:all .3s ease;cursor:pointer}@media (max-width: 768px){.stepper__step-number{width:45px;height:45px;font-size:1rem}}.stepper__step-number:hover:not(.stepper__step-number--active):not(.stepper__step-number--emoji){border-color:#017ce6;color:#017ce6;box-shadow:0 4px 12px #017ce633}.stepper__step-number--active{border:3px solid rgb(1,124,230)!important;color:#017ce6!important;box-shadow:0 4px 12px #017ce633!important;font-weight:700}.stepper__step-number--active:hover,.stepper__step-number--active:focus,.stepper__step-number--active:active,.stepper__step-number--active:visited{border:3px solid rgb(1,124,230)!important;border-color:#017ce6!important;color:#017ce6!important;box-shadow:0 4px 12px #017ce633!important}.stepper__step-number--active.stepper__step-number--active{border:3px solid rgb(1,124,230)!important;color:#017ce6!important}.stepper__step-number--emoji{font-size:1.75rem;border:3px solid rgb(229,229,229);background-color:#fff;box-shadow:0 2px 8px #ffb80033;transition:all .3s ease}@media (max-width: 768px){.stepper__step-number--emoji{font-size:1.5rem}}.stepper__step-number--emoji:hover{border-color:#017ce6;box-shadow:0 4px 12px #f1ee0533;transform:scale(1.05)}.stepper__connector-line{width:3px;height:40px;background-color:#e5e5e5;margin:0;flex-shrink:0}@media (max-width: 768px){.stepper__connector-line{height:30px}}.stepper__spacer{min-width:0}.career-banner{padding:80px 20px;background-color:#017ce6;margin:30px;display:flex;justify-content:center;border-radius:10px}@media (max-width: 1024px){.career-banner{margin-block-start:7rem}}@media (max-width: 768px){.career-banner{margin-block-start:5rem}}@media (max-width: 576px){.career-banner{margin-block-start:4.5rem}}.career-banner__container{max-width:1200px;margin:0 auto}.career-banner__grid{display:flex;flex-wrap:wrap;gap:4rem;justify-content:center}@media (max-width: 1024px){.career-banner__grid{gap:2.5rem}}@media (max-width: 768px){.career-banner__grid{gap:1rem;flex-direction:column}}.career-banner__card{text-align:center;color:#fff;padding:1rem 0;flex:0 1 calc(33.333% - 2rem);max-width:350px;display:flex;flex-direction:column;align-items:center;gap:.5rem}@media (max-width: 1024px){.career-banner__card{flex:0 1 calc(50% - 2rem);max-width:400px}}@media (max-width: 768px){.career-banner__card{flex:1 1 100%;max-width:80%;margin:0 auto}}@media (max-width: 576px){.career-banner__card{flex:1 1 100%;max-width:100%;margin:0 auto}}.career-banner__icon{color:#fff}.career-banner__icon img{width:4rem;height:4rem;object-fit:contain}@media (max-width: 768px){.career-banner__icon img{width:3.5rem;height:3.5rem}}@media (max-width: 768px){.career-banner__icon{margin-bottom:1rem}}.career-banner__card-title{font-size:1.5rem;font-weight:500;color:#fff;font-family:Poppins}@media (max-width: 768px){.career-banner__card-title{font-size:1.25rem}}.career-banner__card-description{font-size:1rem;line-height:1.6;color:#fff;opacity:.95;font-family:Poppins}@media (max-width: 768px){.career-banner__card-description{font-size:.9rem}}.open-positions{width:100%;max-width:1200px;margin:0 auto;padding:7rem 0 0;background-color:none}@media (max-width: 1200px){.open-positions{max-width:90%;padding:6rem 0 0}}@media (max-width: 768px){.open-positions{max-width:90%;padding:5rem 0 0}}@media (max-width: 576px){.open-positions{max-width:90%;padding:4.5rem 0 0}}.open-positions__container{max-width:1200px;margin:0 auto}.open-positions__container .case-study-hero-title{font-size:4rem;font-weight:400;color:#1a1a1a;line-height:1.2;margin:0 0 10px;text-align:center}@media (max-width: 1200px){.open-positions__container .case-study-hero-title{font-size:2rem;margin-bottom:3rem}}@media (max-width: 768px){.open-positions__container .case-study-hero-title{font-size:1.75rem;margin-bottom:2.5rem}}@media (max-width: 576px){.open-positions__container .case-study-hero-title{font-size:1.5rem;margin-bottom:2rem;line-height:1.4;padding:0 .5rem}}.open-positions__container .case-study-hero-title:last-of-type{margin-bottom:1.5rem}.open-positions__container .case-study-hero-title .highlight{font-weight:700;color:#000;margin-left:15px;display:inline}@media (max-width: 576px){.open-positions__container .case-study-hero-title .highlight{margin-left:10px}}.open-positions__mobile-filters{display:none;margin-bottom:2rem}@media (max-width: 968px){.open-positions__mobile-filters{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin:0 0 2.5rem;padding:0 1rem}.open-positions__mobile-filters::-webkit-scrollbar{display:none}}@media (max-width: 576px){.open-positions__mobile-filters{margin-bottom:2rem;padding:0 .5rem}}.open-positions .mobile-filter-chips{display:flex;gap:.75rem;overflow-x:auto;overflow-y:hidden;white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:.5rem 0}.open-positions .mobile-filter-chips::-webkit-scrollbar{display:none}@media (max-width: 576px){.open-positions .mobile-filter-chips{gap:.5rem;padding:.25rem 0}}.open-positions .mobile-filter-chip{display:inline-flex;align-items:center;gap:.5rem;background:#fff;border:1.5px solid rgb(229,229,229);padding:.625rem 1.125rem;border-radius:50px;font-size:.875rem;color:#1a1a1a;font-weight:500;white-space:nowrap;flex-shrink:0;cursor:pointer;transition:all .3s ease;box-shadow:0 1px 3px #0000000f;font-family:Poppins;outline:none}.open-positions .mobile-filter-chip__text{font-size:.875rem;color:inherit}.open-positions .mobile-filter-chip__count{background:#017ce61a;color:#017ce6;padding:.125rem .5rem;border-radius:12px;font-size:.75rem;font-weight:600;line-height:1;min-width:24px;text-align:center}.open-positions .mobile-filter-chip:hover{border-color:#017ce680;box-shadow:0 2px 6px #0000001a;transform:translateY(-1px)}.open-positions .mobile-filter-chip:active{transform:translateY(0);box-shadow:0 1px 3px #00000014}.open-positions .mobile-filter-chip--active{background:#017ce6;color:#fff;border-color:#017ce6;font-weight:600;box-shadow:0 3px 8px #017ce640}.open-positions .mobile-filter-chip--active .mobile-filter-chip__text{color:#fff}.open-positions .mobile-filter-chip--active .mobile-filter-chip__count{background:#ffffff40;color:#fff}.open-positions .mobile-filter-chip--active:hover{background:#016ecd;transform:translateY(-1px);box-shadow:0 4px 10px #017ce64d}@media (max-width: 576px){.open-positions .mobile-filter-chip{padding:.5rem .875rem;gap:.4rem}.open-positions .mobile-filter-chip__text{font-size:.8125rem}.open-positions .mobile-filter-chip__count{padding:.125rem .4rem;font-size:.7rem;min-width:20px}}.open-positions__content{display:grid;grid-template-columns:250px 1fr;gap:4rem;position:relative}@media (max-width: 968px){.open-positions__content{grid-template-columns:1fr;gap:2rem}}@media (max-width: 768px){.open-positions__content{grid-template-columns:1fr;gap:1rem}}@media (min-width: 969px){.open-positions__sidebar{position:sticky;top:20px;align-self:flex-start;max-height:calc(100vh - 40px);overflow-y:auto}}@media (max-width: 968px){.open-positions__sidebar{display:none}}.open-positions__filters{display:flex;flex-direction:column;gap:.5rem;margin-bottom:2rem;border-left:5px solid transparent;padding-left:0;color:#1a1a1a}@media (max-width: 968px){.open-positions__filters{flex-direction:row;gap:.75rem;margin-bottom:1.5rem;border-left:none;padding-left:0;overflow-x:auto;overflow-y:hidden;white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none}.open-positions__filters::-webkit-scrollbar{display:none}}.open-positions__sidebar-text{font-size:.875rem;color:#1a1a1a;line-height:1.6;padding-left:1rem}@media (max-width: 968px){.open-positions__sidebar-text{display:none}}.open-positions__list{display:flex;flex-direction:column;gap:2rem}.open-positions__pagination{display:flex;justify-content:flex-end;align-items:center;padding:2rem 0 0;margin-top:0}@media (max-width: 768px){.open-positions__pagination{justify-content:center;padding:1.5rem 0 0}}.open-positions__pagination .MuiPagination-root .MuiPaginationItem-root{font-family:Poppins;font-size:1rem;font-weight:500;color:#1a1a1a;border:1px solid rgb(229,229,229);margin:0 .25rem}@media (max-width: 768px){.open-positions__pagination .MuiPagination-root .MuiPaginationItem-root{font-size:.9rem;min-width:32px;height:32px;margin:0 .15rem}}.open-positions__pagination .MuiPagination-root .MuiPaginationItem-root:hover{background-color:#017ce614;border-color:#017ce6}.open-positions__pagination .MuiPagination-root .MuiPaginationItem-root.Mui-selected{background-color:#017ce6;color:#fff;border-color:#017ce6}.open-positions__pagination .MuiPagination-root .MuiPaginationItem-root.Mui-selected:hover{background-color:#0161b3}.open-positions__pagination .MuiPagination-root .MuiPaginationItem-root.MuiPaginationItem-previousNext svg{font-size:1.25rem}@media (max-width: 768px){.open-positions__pagination .MuiPagination-root .MuiPaginationItem-root.MuiPaginationItem-previousNext svg{font-size:1rem}}.open-positions__empty{background:#fff;border-radius:8px;padding:3rem 2rem;text-align:center;box-shadow:0 2px 8px #00000014}.open-positions__empty p{font-size:1.125rem}.filter-btn{background:none;border:none;padding:.75rem 1rem;text-align:left;font-size:1rem;cursor:pointer;transition:all .3s ease;position:relative}.filter-btn:before{content:"";position:absolute;left:-3px;top:0;bottom:0;width:3px;background-color:transparent;transition:background-color .3s ease}.filter-btn:hover{color:#017ce6}.filter-btn--active{color:#017ce6;font-weight:600}.filter-btn--active:before{background-color:#017ce6}@media (max-width: 968px){.filter-btn{background:#fff;border:1.5px solid rgb(229,229,229);padding:.625rem 1.125rem;border-radius:50px;font-size:.875rem;color:#1a1a1a;font-weight:500;white-space:nowrap;flex-shrink:0;text-align:center;box-shadow:0 1px 3px #0000000f}.filter-btn:before{display:none}.filter-btn:hover{border-color:#017ce680;color:#1a1a1a;box-shadow:0 2px 6px #0000001a;transform:translateY(-1px)}.filter-btn:active{transform:translateY(0);box-shadow:0 1px 3px #00000014}.filter-btn--active{background:#017ce6;color:#fff!important;border-color:#017ce6;font-weight:600;box-shadow:0 3px 8px #017ce640}.filter-btn--active:hover{background:#016ecd;transform:translateY(-1px);box-shadow:0 4px 10px #017ce64d}}@media (max-width: 576px){.filter-btn{padding:.5rem 1rem;font-size:.8125rem}}.position-card{background:#effaff;border-radius:8px;padding:2rem;border:1px solid transparent;transition:all .3s ease;display:flex;flex-direction:column;cursor:pointer}.position-card:hover{box-shadow:0 4px 12px #0000001f;transform:translateY(-3px)}.position-card__title{font-size:2rem;font-weight:500;color:#1a1a1a;margin-bottom:.5rem;font-family:Poppins}@media (max-width: 768px){.position-card__title{font-size:1.5rem;margin-bottom:.3rem}}.position-card__tags{display:flex;gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap}@media (max-width: 768px){.position-card__tags{gap:.4rem;margin-bottom:1.3rem}}.position-card__tag{padding:.4rem 1rem;border:1px solid rgb(45,45,45);border-radius:20px;font-size:.875rem;color:#1a1a1a}@media (max-width: 768px){.position-card__tag{font-size:.875rem}}.position-card__description{font-size:1rem;color:#1a1a1a;line-height:1.6;margin-bottom:1.5rem}@media (max-width: 768px){.position-card__description{font-size:.875rem}}.position-card__footer{width:100%;display:flex;justify-content:space-between;align-items:center;margin-top:auto;gap:1rem}.position-card__btn-container{width:100%;display:flex;justify-content:flex-start;margin-top:auto}.position-card__btn-container .read-more{font-family:Poppins;font-size:1rem;font-weight:500;color:#03274e;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;background:transparent;outline:none;border:none;transition:gap .3s ease;pointer-events:none;padding:0}@media only screen and (min-width: 0px) and (max-width: 576px),only screen and (min-width: 576px) and (max-width: 798px){.position-card__btn-container .read-more{font-size:.875rem}}.position-card__btn-container .read-more .arrow{font-size:1.25rem;transition:transform .3s ease;color:#000}.position-card .read-more{font-family:Poppins;font-size:1rem;font-weight:500;color:#03274e;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;background:transparent;outline:none;border:none;transition:gap .3s ease;pointer-events:none;padding:0}@media only screen and (min-width: 0px) and (max-width: 576px),only screen and (min-width: 576px) and (max-width: 798px){.position-card .read-more{font-size:.875rem}}.position-card .read-more .arrow{font-size:1.25rem;transition:transform .3s ease;color:#000}.position-card__copy-wrapper{display:flex;align-items:center;justify-content:center;cursor:pointer;pointer-events:auto;padding:.25rem;border-radius:4px;transition:background-color .3s ease}.position-card__copy-wrapper:hover{background-color:#0000000d}.position-card__copy-icon{font-size:1.25rem;color:#666;transition:all .3s ease;flex-shrink:0}@media only screen and (min-width: 0px) and (max-width: 576px),only screen and (min-width: 576px) and (max-width: 798px){.position-card__copy-icon{font-size:1.1rem}}.position-card__copy-icon--success{color:#4caf50}.position-card:hover .read-more{gap:.75rem}.position-card:hover .read-more .arrow{transform:translate(4px)}.position-card:hover .position-card__copy-icon{transform:scale(1.1)}.career-details{width:100%;min-height:100vh;background-color:#fff}.career-details__hero{position:relative;width:100%;height:400px;background:linear-gradient(135deg,#00000080,#00000085),url(/assets/career-hero-BwDobx10.webp);background-size:cover;background-position:center;background-attachment:scroll;display:flex;align-items:center}@media (max-width: 768px){.career-details__hero{height:auto;min-height:350px;padding:40px 20px;background-attachment:scroll;background-position:center}}.career-details__hero-overlay{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.career-details__hero-content{max-width:1200px;width:100%;padding:0 40px;display:flex;flex-direction:column;align-items:flex-start;gap:2rem}@media (max-width: 768px){.career-details__hero-content{padding:0 20px;gap:1.5rem}}.career-details__hero-title{font-size:3.25rem;font-weight:500;color:#fff;line-height:1.2}@media (max-width: 768px){.career-details__hero-title{font-size:2rem}}.career-details__hero-meta{display:flex;gap:3rem;flex-wrap:wrap}@media (max-width: 768px){.career-details__hero-meta{gap:1.5rem}}.career-details__meta-item{display:flex;flex-direction:column;gap:.25rem}.career-details__meta-label{font-size:.875rem;color:#ffffffe6;font-family:Poppins;font-weight:400}.career-details__meta-value{font-size:1rem;color:#fff;font-family:Poppins;font-weight:600}.career-details__apply-btn-hero{padding:.875rem 2rem;background-color:#017ce6;color:#fff;border:none;border-radius:25px;font-size:1rem;font-family:Poppins;font-weight:600;cursor:pointer;transition:all .2s ease}.career-details__apply-btn-hero:hover:not(:disabled){background:#00a3ff}.career-details__apply-btn-hero:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.career-details__apply-btn-hero{font-size:.875rem}}.career-details__container{max-width:1200px;margin:0 auto;padding:4.5rem 40px 0}@media only screen and (min-width: 798px) and (max-width: 1200px){.career-details__container{max-width:90%;padding:4.5rem 0 0}}@media only screen and (min-width: 576px) and (max-width: 798px){.career-details__container{max-width:90%;padding:3rem 0 0}}@media only screen and (min-width: 0px) and (max-width: 576px){.career-details__container{max-width:90%;padding:3rem 0 0}}.career-details__content{background-color:#fff}.career-details__section{margin-bottom:2.5rem}.career-details__section:last-child{margin-bottom:0}.career-details__section-title{font-size:1.375rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem;line-height:1.4}@media (max-width: 768px){.career-details__section-title{font-size:1.25rem}}.career-details__text{font-size:1rem;color:#1a1a1a;line-height:1.6;font-weight:400}@media (max-width: 768px){.career-details__text{font-size:.875rem}}.career-details__text p{margin-bottom:1rem}.career-details__text p:last-child{margin-bottom:0}.career-details__text h1,.career-details__text h2,.career-details__text h3,.career-details__text h4,.career-details__text h5,.career-details__text h6{font-weight:600;color:#1a1a1a;margin-top:1.5rem;margin-bottom:1rem}.career-details__text h2{font-size:1.5rem}.career-details__text h3{font-size:1.25rem}.career-details__text strong{font-weight:600;color:#1a1a1a}.career-details__text em{font-style:italic}.career-details__text ul,.career-details__text ol{margin-left:1.5rem;margin-bottom:1rem}.career-details__text ul li,.career-details__text ol li{margin-bottom:.5rem;line-height:1.6}@media (max-width: 768px){.career-details__text ul li,.career-details__text ol li{font-size:.875rem}}.career-details__text ul{list-style-type:disc}.career-details__text ol{list-style-type:decimal}.career-details__text code{background-color:#f4f4f4;padding:.2rem .4rem;border-radius:3px;font-family:Courier New,monospace;font-size:.9em}.career-details__text u{text-decoration:underline}.career-details__text s{text-decoration:line-through}.career-details__list{list-style:none;padding:0;margin:0}.career-details__list li{font-size:1rem;color:#1a1a1a;line-height:1.6;font-weight:400;padding-left:1.5rem;position:relative}@media (max-width: 768px){.career-details__list li{font-size:.875rem}}.career-details__list li:before{content:"•";position:absolute;left:0;color:#000;font-weight:700;font-size:1.25rem}.career-details__list li:last-child{margin-bottom:0}.career-details__footer-note{margin-top:3rem;padding-top:2rem}.career-details__footer-note .career-details__text{font-style:italic;color:#666}.career-details__not-found{text-align:center;font-size:2rem;color:#666;font-family:Poppins;margin-top:4rem;padding:60px 20px}.apply-position{background-color:#017ce6;padding:50px 20px;border-radius:8px;margin-top:3rem}@media (max-width: 768px){.apply-position{padding:40px 30px}}.apply-position__title{font-size:2rem;font-weight:700;color:#fff;font-family:Poppins;text-align:center;margin-bottom:1rem}@media (max-width: 768px){.apply-position__title{font-size:1.5rem}}.apply-position__subtitle{font-size:1rem;color:#fff;font-family:Poppins;text-align:center;margin-bottom:2.5rem;opacity:.95}.apply-position__message{max-width:80%;margin:0 auto 2rem;padding:1rem 1.5rem;border-radius:6px;font-size:.9375rem;font-family:Poppins;font-weight:500;text-align:center;animation:slideDown .3s ease}@media (max-width: 768px){.apply-position__message{max-width:100%}}.apply-position__message--success{background-color:#d1f2dd;color:#0f5132;border:1px solid #a3e4c4}.apply-position__message--error{background-color:#f8d7da;color:#842029;border:1px solid #f5c2c7}.apply-position__form{max-width:80%;margin:0 auto}@media (max-width: 768px){.apply-position__form{max-width:100%}}.apply-position__form-group{margin-bottom:1.5rem}.apply-position__form-group.apply-position__form-checkbox{margin-bottom:2rem}.apply-position__label{display:block;font-size:.9375rem;color:#fff;font-family:Poppins;font-weight:500;margin-bottom:.5rem}.apply-position__input{width:100%;padding:.875rem 1rem;border:none;border-radius:6px;font-size:.9375rem;font-family:Poppins;background-color:#fff;color:#000;outline:none;transition:box-shadow .3s ease}.apply-position__input::placeholder{color:#00000080}.apply-position__input:focus{box-shadow:0 0 0 3px #ffffff4d}.apply-position__input:disabled{opacity:.6;cursor:not-allowed;background-color:#fffc}.apply-position__file-upload{position:relative;margin-bottom:.5rem}.apply-position__file-input{position:absolute;width:.1px;height:.1px;opacity:0;overflow:hidden;z-index:-1}.apply-position__file-label{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;border:2px dashed rgba(255,255,255,.5);border-radius:6px;background-color:#ffffff0d;cursor:pointer;transition:all .3s ease}.apply-position__file-label:hover{border-color:#fffc;background-color:#ffffff1a}.apply-position__file-input:disabled+.apply-position__file-label{opacity:.6;cursor:not-allowed}.apply-position__file-input:disabled+.apply-position__file-label:hover{border-color:#ffffff80;background-color:#ffffff0d}.apply-position__file-icon{font-size:3rem;color:#fff;margin-bottom:.5rem;font-weight:300}.apply-position__file-text{font-size:1rem;color:#fff;font-family:Poppins}.apply-position__file-info{font-size:.8125rem;color:#fffc;font-family:Poppins;margin-top:.5rem;line-height:1.6}.apply-position__checkbox-label{display:flex;align-items:flex-start;cursor:pointer;gap:.75rem}.apply-position__checkbox{margin-top:.25rem;width:18px;height:18px;cursor:pointer;flex-shrink:0}.apply-position__checkbox:disabled{opacity:.6;cursor:not-allowed}.apply-position__checkbox-text{font-size:.875rem;color:#fff;font-family:Poppins;line-height:1.5}.apply-position__button-wrapper{display:flex;justify-content:center;align-items:center;width:100%}.apply-position__submit-btn{padding:1rem 2rem;background-color:#fff;color:#017ce6;border:none;border-radius:25px;font-size:1rem;font-family:Poppins;font-weight:600;cursor:pointer;transition:all .2s ease}.apply-position__submit-btn:hover:not(:disabled){background:#f8f9fa}.apply-position__submit-btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.apply-position__submit-btn{padding:1rem 1.5rem;width:100%}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.terms-and-conditions{min-height:100vh;padding:2rem 0 4rem;background-color:#f8f9fa}.terms-and-conditions .container{max-width:1200px;margin:0 auto;padding:0 2rem}.terms-and-conditions .terms-header{text-align:center;margin-bottom:4rem}.terms-and-conditions .terms-header h1{font-size:3rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}@media (max-width: 768px){.terms-and-conditions .terms-header h1{font-size:2rem}}.terms-and-conditions .terms-content{background:#fff;border-radius:12px;padding:3rem;box-shadow:0 2px 8px #00000014}@media (max-width: 768px){.terms-and-conditions .terms-content{padding:2rem 1.5rem}}.terms-and-conditions .terms-section{margin-bottom:3rem}.terms-and-conditions .terms-section:last-child{margin-bottom:0}.terms-and-conditions .terms-section h2{font-size:1.75rem;font-weight:600;color:#2c3e50;margin-bottom:1rem}@media (max-width: 768px){.terms-and-conditions .terms-section h2{font-size:1.5rem}}.terms-and-conditions .terms-section p{font-size:1rem;line-height:1.8;color:#555;text-align:justify}@media (max-width: 768px){.terms-and-conditions .terms-section p{font-size:.95rem;line-height:1.7}}
