:root{--primary-color:#1d1d1f;--primary-color-10:#1d1d1f1a;--white:#fff;--theme-off-white:#f5f5f7;--theme-off-white-60:#f5f5f799;--theme-green:#74fac8;--theme-green-10:#74fac81a;--theme-green-20:#74fac833;--theme-text-grey:#86868b;--theme-text-grey-20:#86868b33;--theme-white-30:#ffffff4d;--theme-white-50:#ffffff80;--theme-white-60:#fff9}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.page-component{margin:0 auto;max-width:80rem}.form-control{border-radius:1rem}.grid-two-column{grid-template-columns:1fr 1fr}.btn{border:1px solid #fff;border:1px solid var(--white);border-radius:1.25rem;font-weight:500;height:2.5rem;padding-left:1.5rem;padding-right:1.5rem}.btn-custom-primary,.btn-custom-primary:hover{background-color:#1d1d1f;background-color:var(--primary-color);color:#fff;color:var(--white)}.shift-up-on-hover{position:relative;top:0;transition:all .2s linear}.shift-up-on-hover:hover{top:-5px}.floating{animation:float 6s ease-in-out infinite}@keyframes float{0%{transform:translateY(-3.25rem) rotate(10deg)}50%{transform:translateY(-5.25rem)}to{transform:translateY(-3.25rem) rotate(10deg)}}.jumping{animation:jump 6s ease-in-out infinite}@keyframes jump{0%{transform:translateY(-3.25rem)}50%{transform:translateY(-4.25rem)}to{transform:translateY(-3.25rem)}}.input-blinking{animation:input-blink 3s ease-in-out infinite}@keyframes input-blink{0%{box-shadow:0 0 5px 2px #74fac8;box-shadow:0 0 5px 2px var(--theme-green)}50%{box-shadow:none}to{box-shadow:0 0 5px 2px #74fac8;box-shadow:0 0 5px 2px var(--theme-green)}}.card{background-color:#ffffff80;background-color:var(--theme-white-50);box-shadow:inset 0 2px 2px 1px #fff;-webkit-box-shadow:inset 0 2px 2px 1px #fff;-moz-box-shadow:inset 0 2px 2px 1px #fff}.green-dot{padding-left:1rem}.green-dot:before{background-color:#74fac8;background-color:var(--theme-green);border-radius:50%;bottom:0;content:"";height:.375rem;left:0;margin:auto;position:absolute;top:0;width:.375rem}fieldset{background-color:#f5f5f799;background-color:var(--theme-off-white-60);border-radius:1rem;padding:1.25rem;text-align:left}fieldset .label{color:#86868b;color:var(--theme-text-grey);display:inline-block;font-size:.9375rem;margin-bottom:.5rem}fieldset.not-filled .value{background-color:#f5f5f7;background-color:var(--theme-off-white);border-radius:.25rem;height:1.5rem;max-width:20rem}fieldset.filled .value{color:#1d1d1f;color:var(--primary-color);font-size:1.0625rem}fieldset.being-filled{box-shadow:0 0 5px 2px #74fac8;box-shadow:0 0 5px 2px var(--theme-green)}fieldset.being-filled .value{color:#86868b;color:var(--theme-text-grey);font-size:1.0625rem}.info-card{background-color:#fff;background-color:var(--white);border-radius:1rem;padding:1.25rem}.logo-text:before{background-color:var(--primary-color);bottom:0;content:"";height:1.25rem;left:0;margin:auto;position:absolute;top:0;width:1px}.navbar{background-color:#fff6}.navbar-nav{gap:1rem}.header-action-items{gap:.75rem}.nav-link,.nav-link:focus,.nav-link:hover{color:var(--primary-color)}.nav-link:after{background-color:var(--theme-green);bottom:.25rem;content:"";height:.125rem;left:.5rem;position:absolute;transition:all .2s linear;width:0}.nav-link:hover:after{width:calc(100% - 1rem)}.page-footer{background-color:var(--theme-white-30);padding:5rem}.footer-content{max-width:80rem}.footer-content .navbar-nav{gap:2rem}.footer-content .nav-item{color:var(--theme-text-grey);cursor:pointer}.footer-content .nav-item:hover{color:var(--primary-color)}.footer-content .social-links button{height:2.5rem;width:2.5rem}.footer-content .social-links button:not(:first-child){margin-left:.75rem}.bottom-banner p{color:var(--theme-text-grey);font-size:.75rem}.hero-banner{gap:3rem;padding:8rem 0}.hero-banner .form-container{border-radius:1.5rem;max-width:45.375rem;padding:2.5rem}.hero-banner .form-container h3{margin-bottom:2rem}.hero-banner .form-container .search-template-input{background-color:var(--theme-white-50);font-size:1.0625rem;line-height:1.5;padding-left:2.25rem}.hero-banner .form-container .search-template-input-container{margin-bottom:2rem}.hero-banner .form-container .search-template-input-container:before{background-image:url(../media/search.svg);background-position:50%;background-repeat:no-repeat;background-size:1rem;content:"";height:100%;left:0;position:absolute;width:3rem}.hero-banner .left-container{max-width:31.5rem}.hero-banner .left-container p{color:var(--theme-text-grey);font-size:1.3125rem}.hero-banner .cta-container{margin-bottom:2rem}.hero-banner .highlight-items{gap:1rem}.form-select-container{background-color:var(--theme-white-50);border:.125rem dashed var(--primary-color-10);border-radius:1rem;margin-bottom:2rem}.form-select-container:hover{border-color:var(--theme-green)}.form-select-container .sub-text{color:var(--theme-text-grey);font-size:.75rem}.form-select-btn{background-color:var(--theme-text-grey-20);color:var(--theme-text-grey);font-size:1.5rem;height:3rem;margin-bottom:.75rem;transition:all .2s linear;width:3rem}.form-select-container:hover .form-select-btn{background-color:var(--theme-white-60);color:var(--theme-green)}.hero-banner .form-container .zii.floating{max-width:5rem}.form-types-container{gap:.75rem}.features-section .cards-container{gap:2rem}.features-section .full-height-img-card .card-img-top{max-width:20.5rem}.features-section .center-img-card .card-img-top{max-width:12rem}.features-section .card{border-radius:1.5rem;padding:2.5rem}.features-section .card .image-container{background-image:linear-gradient(180deg,#f5f5f7,#e8e8ed);border-radius:1rem;height:14rem;overflow:hidden}.features-section .card .card-img-top{transition:all .2s linear}.features-section .card .card-logo{margin-left:-2.25rem;margin-top:3rem}.features-section .card .card-body{padding:2rem 0 0}.features-section .card .card-body .icon{transition:all .2s linear}.features-section .card:hover .card-img-top{transform:scale(1.05)}.features-section .card:hover .card-body .icon{transform:scale(1.2)}.features-section .card .card-content h3{margin-bottom:.75rem}.features-section .card .card-content p{color:var(--theme-text-grey);font-size:1.0625rem}.page-section{padding:8rem 0}.page-section.bg-highlight{background-color:var(--theme-white-30)}.page-section header{margin-bottom:5rem}.page-section .sub-heading{color:var(--theme-text-grey);font-size:1.3125rem;line-height:1.5}.indiaReady-section .card{border-radius:1.5rem;gap:2.5rem 4rem}.indiaReady-section .card .icon{transition:all .2s linear}.indiaReady-section .tile:hover .icon{transform:scale(1.2)}.meetzii-section .card{border-radius:1.5rem}.meetzii-section form{border-radius:1rem;padding:2rem}.completion-status{background-color:var(--theme-green-10);border-radius:1rem;color:var(--theme-green);font-size:.75rem}.zii-container .info-card{max-width:16rem}.zii-container .info-card .work-in-progress-text{color:var(--theme-text-grey);font-size:.75rem}.benefits-container{gap:1.5rem;margin-top:2rem}.benefits-container .benefit-figure{color:var(--theme-green);font-size:2rem}.benefits-container .benefit-text{color:var(--theme-text-grey);font-size:.9375rem}.comparison-table{color:var(--primary-color);column-gap:1.5rem;grid-template-columns:11.25rem repeat(3,1fr)}.comparison-table .header-item{font-size:1.25rem}.comparison-table .form-zero-col{background-color:var(--theme-green-10);border-left:2px solid var(--theme-green-20);border-right:2px solid var(--theme-green-20)}.comparison-table .form-zero-col.header-item{border-radius:1rem 1rem 0 0;border-top:2px solid var(--theme-green-20)}.comparison-table .form-zero-col.last-row-data{border-bottom:2px solid var(--theme-green-20);border-radius:0 0 1rem 1rem}.comparison-table .other-col{background-color:var(--theme-off-white-60);border-left:1px solid var(--primary-color-10);border-right:1px solid var(--primary-color-10);color:var(--theme-text-grey)}.comparison-table .other-col.header-item{border-radius:1rem 1rem 0 0;border-top:1px solid var(--primary-color-10)}.comparison-table .other-col.last-row-data{border-bottom:1px solid var(--primary-color-10);border-radius:0 0 1rem 1rem}.choosepath-section .cards-container{gap:2rem}.choosepath-section .card{border-radius:1.5rem}.choosepath-section .card img{margin-bottom:2rem;transition:all .2s linear}.choosepath-section .card:hover img{transform:scale(1.2)}.choosepath-section .card p{color:var(--theme-text-grey);margin-bottom:2.5rem}.choosepath-section .card button{border-radius:1.5rem;font-size:.875rem;height:auto;line-height:2rem;padding:.5rem 2rem;width:-webkit-fit-content;width:fit-content}.choose-templates-section .cards-container{gap:2rem}.choose-templates-section .card{border-radius:1.5rem}.choose-templates-section .card img{transition:all .2s linear}.choose-templates-section .card:hover img{transform:scale(1.2)}.choose-templates-section .card .details{color:var(--theme-text-grey)}.experience-container{margin-top:4rem}.experience-container .card{padding:2rem;width:26.625rem}.experience-container header{margin-bottom:2rem}.experience-container header h3{font-size:1.75rem}.experience-container header p{color:var(--theme-text-grey);font-size:1.0625rem}.experience-container .card .btn{width:-webkit-fit-content;width:fit-content}.pricing-plans-section .cards-container{gap:2rem}.pricing-plans-section .cards-container .card{border-radius:1.5rem;padding:2.5rem}.pricing-plans-section .cards-container .card .type{margin-bottom:.75rem}.pricing-plans-section .cards-container .card .price{font-size:3rem}.pricing-plans-section .cards-container .card .target-audience{color:var(--theme-text-grey);font-size:1.0625rem;margin-bottom:2rem}.pricing-plans-section .cards-container .card .btn{margin-bottom:2rem}.pricing-plans-section .cards-container .card .popular-badge{background-color:var(--theme-green);border-radius:.9375rem;color:var(--white);font-size:.75rem;padding:.375rem 1rem;width:-webkit-fit-content;width:fit-content}.pricing-plans-section .pricing-plans-terms{color:var(--theme-text-grey);margin-top:4rem}.learn-file-grow-section .cards-container{gap:2rem}.learn-file-grow-section .card{border-radius:1.5rem}.learn-file-grow-section .card img{margin-bottom:2rem;transition:all .2s linear}.learn-file-grow-section .card:hover img{transform:scale(1.2)}.learn-file-grow-section .card p{color:var(--theme-text-grey);margin-bottom:2.5rem}.learn-file-grow-section .card a{text-decoration:none}.learn-file-grow-section .card a:hover{text-decoration:underline}.custom-cards-container,.form-cards-container,.industries-cards-container,.sustainability-cards-container{grid-template-columns:repeat(4,1fr)}.App:before{background-image:url(../media/background-lg-min.png);background-size:cover;bottom:0;content:"";height:100vh;left:0;position:fixed;right:0;top:0;width:100%;z-index:-1}
/*# sourceMappingURL=main.cf758f3c.css.map*/