:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes shimmerDiagonal{0%{background-position:100% 0}to{background-position:-100% 0}}.ai-calling-button-shimmer{position:relative;display:inline-flex;overflow:hidden;border-radius:222px}.ai-calling-button-shimmer:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(120deg,transparent 0%,transparent 20%,rgba(139,92,246,.15) 20%,rgba(139,92,246,.15) 25%,transparent 25%,transparent 26%,rgba(139,92,246,.15) 26%,rgba(139,92,246,.15) 31%,transparent 31%,transparent 100%);background-size:200% 200%;animation:shimmerDiagonal 1.5s linear infinite;pointer-events:none;z-index:10;border-radius:222px}.ai-calling-button-shimmer button{position:relative;z-index:1}@keyframes slideDown{0%{max-height:0;opacity:0;transform:translate3d(0,-100%,0)}to{max-height:100px;opacity:1;transform:translateZ(0)}}.ai-sku-new-banner{max-height:0;opacity:0;transform:translate3d(0,-100%,0);animation:slideDown 1.5s cubic-bezier(.25,.46,.45,.94) .1s forwards;will-change:max-height,opacity,transform;overflow:hidden;backface-visibility:hidden;perspective:1000px;transform-style:preserve-3d}.ai-sku-new-banner-animated{will-change:auto}.hiring-paas-gtm-banner-cta-flash__container{position:absolute;top:0;right:0;bottom:0;left:0;container-type:inline-size;overflow:hidden;pointer-events:none}.hiring-paas-gtm-banner-cta-flash__stage{position:absolute;left:-51px;top:-45px;pointer-events:none;--hiring-paas-gtm-banner-cta-flash-line-gap: 22px}@keyframes hiring-paas-gtm-banner-cta-flash-sweep{0%{transform:translate(0) rotate(21.19deg)}to{transform:translate(200px) rotate(21.19deg)}}@keyframes hiring-paas-gtm-banner-cta-flash-sweep-cqw{0%{transform:translate(0) rotate(21.19deg)}to{transform:translate(calc(100cqw + 51px)) rotate(21.19deg)}}.hiring-paas-gtm-banner-cta-flash__line{position:absolute;left:0;top:0;width:10px;height:118px;background:#c8c2c9;opacity:.5;pointer-events:none;transform:rotate(21.19deg);animation:hiring-paas-gtm-banner-cta-flash-sweep 2s linear infinite}@supports (width: 1cqw){.hiring-paas-gtm-banner-cta-flash__line{animation-name:hiring-paas-gtm-banner-cta-flash-sweep-cqw}}.hiring-paas-gtm-banner-cta-flash__line--offset{left:var(--hiring-paas-gtm-banner-cta-flash-line-gap);top:.07px;animation-delay:.35s}@media (prefers-reduced-motion: reduce){.hiring-paas-gtm-banner-cta-flash__line{animation:none}}@keyframes hiring-paas-gtm-banner-mweb-slide-down{0%{max-height:0;opacity:0;transform:translate3d(0,-100%,0)}to{max-height:84px;opacity:1;transform:translateZ(0)}}.hiring-paas-gtm-banner-mweb.ai-sku-new-banner{animation:hiring-paas-gtm-banner-mweb-slide-down 1.5s cubic-bezier(.25,.46,.45,.94) .1s forwards}@keyframes hiring-paas-gtm-banner-mweb-shuffle{0%,38%{transform:translateY(0)}42%,88%{transform:translateY(calc(-1 * (var(--hiring-paas-gtm-banner-mweb-row-height) + var(--hiring-paas-gtm-banner-mweb-row-gap))))}92%,to{transform:translateY(calc(-2 * (var(--hiring-paas-gtm-banner-mweb-row-height) + var(--hiring-paas-gtm-banner-mweb-row-gap))))}}.hiring-paas-gtm-banner-mweb__ticker-track{--hiring-paas-gtm-banner-mweb-row-height: 20px;--hiring-paas-gtm-banner-mweb-row-gap: 12px;animation:hiring-paas-gtm-banner-mweb-shuffle 4s cubic-bezier(.4,0,.2,1) infinite;will-change:transform}@media (prefers-reduced-motion: reduce){.hiring-paas-gtm-banner-mweb__ticker-track{animation:none}.hiring-paas-gtm-banner-mweb.ai-sku-new-banner{animation:none;height:84px;min-height:84px;max-height:84px;opacity:1;transform:none}}._page_1rt60_4{--apna-green-600: #1f8268;--apna-green-700: #186954;--gray-900: #111827;--gray-800: #1f2937;--gray-700: #374151;--gray-600: #4b5563;--gray-500: #6b7280;--gray-300: #d1d5db;--gray-200: #e5e7eb;--gray-100: #f3f4f6;--blue-600: #3b82f6;position:relative;min-height:100vh;width:100%;box-sizing:border-box;color:var(--gray-900);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#edeff4;background-image:radial-gradient(ellipse 55% 50% at 0% 0%,#fff8f0,#fff8f000 55%),radial-gradient(ellipse 50% 55% at 0% 36%,#fbebee,#fbebee00 58%),radial-gradient(ellipse 46% 46% at 8% 72%,#ede0ea,#ede0ea00 56%),radial-gradient(ellipse 56% 55% at 100% 12%,#c9d2e1,#c9d2e100 58%),radial-gradient(ellipse 50% 60% at 100% 55%,#c6cdd7,#c6cdd700 58%),radial-gradient(ellipse 55% 46% at 0% 100%,#bbc5e0,#bbc5e000 58%),radial-gradient(ellipse 56% 46% at 55% 100%,#d8e1f0,#d8e1f000 55%);background-attachment:fixed;background-size:cover;-webkit-tap-highlight-color:transparent}._page_1rt60_4 button,._page_1rt60_4 a,._page_1rt60_4 input,._page_1rt60_4 select,._page_1rt60_4 textarea,._page_1rt60_4 [role=button]{-webkit-tap-highlight-color:transparent}._scrollSentinel_1rt60_84{position:absolute;top:0;left:0;width:1px;height:1px;pointer-events:none}._tabsSentinel_1rt60_95{width:100%;height:1px;margin-top:-1px;pointer-events:none}._header_1rt60_106{position:sticky;top:0;z-index:50;height:64px;padding:10px 16px;box-sizing:border-box;background:transparent;transition:background-color .2s ease,box-shadow .2s ease}._headerScrolled_1rt60_117{background:#ffffffe6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.06)}._navScrolledSwitcher_1rt60_127{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;gap:8px;padding:4px;background:var(--gray-100);border:1px solid var(--gray-200);border-radius:53px;opacity:0;pointer-events:none;transition:opacity .25s cubic-bezier(.16,1,.3,1)}._navScrolledSwitcherVisible_1rt60_144{opacity:1;pointer-events:auto}._navScrolledChip_1rt60_149{display:flex;align-items:center;gap:8px;padding:6px 16px;border:1px solid transparent;border-radius:68px;background:transparent;color:var(--gray-700);font-family:inherit;font-size:14px;font-weight:600;line-height:20px;white-space:nowrap;cursor:pointer;transition:background-color .2s ease,color .2s ease}._navScrolledChip_1rt60_149 svg{width:20px;height:20px;flex-shrink:0}._navScrolledChip_1rt60_149:hover:not(._navScrolledChipActive_1rt60_175){color:var(--gray-900);background:#ffffff80}._navScrolledChipActive_1rt60_175{background:#fff;border-color:#0000000f;color:var(--apna-green-600);box-shadow:0 2px 8px #0000000f,0 1px 2px #0000000a}._headerInner_1rt60_188{width:100%;max-width:1136px;margin:0 auto;height:100%;display:flex;align-items:center;justify-content:space-between}._headerLeft_1rt60_198{display:flex;align-items:center;gap:12px}._backBtn_1rt60_204{display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:none;background:transparent;color:var(--gray-900);cursor:pointer}._brandLogo_1rt60_217{display:block;height:32px;width:32px;flex-shrink:0;-o-object-fit:contain;object-fit:contain}._creditsBtn_1rt60_225{display:flex;align-items:center;gap:8px;height:40px;padding:0 16px;border:1px solid var(--gray-700);border-radius:9999px;font-size:14px;font-weight:600;line-height:20px;color:var(--gray-700);background:transparent;cursor:pointer;box-sizing:border-box}._creditsBtnActive_1rt60_242{background:#f4f5f7}._loginBtn_1rt60_246{height:40px;padding:0 18px;border:none;border-radius:9999px;font-size:14px;font-weight:600;color:#fff;background:var(--apna-green-600);cursor:pointer}._creditsWrap_1rt60_259{position:relative;display:flex;align-items:center}._creditsPopoverBackdrop_1rt60_265{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200}._creditsPopover_1rt60_265{position:absolute;top:calc(100% + 10px);right:0;width:300px;max-width:calc(100vw - 32px);padding:18px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 12px 28px #00000024,0 3px 10px #00000014;z-index:201;box-sizing:border-box;animation:_creditsPopoverFadeIn_1rt60_1 .2s cubic-bezier(.16,1,.3,1)}@keyframes _creditsPopoverFadeIn_1rt60_1{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes _creditsSheetSlideUp_1rt60_1{0%{transform:translateY(100%)}to{transform:translateY(0)}}._creditsSheetClose_1rt60_311{display:none;position:absolute;top:-52px;right:16px;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:none;border-radius:9999px;background:#000000b8;color:#fff;cursor:pointer}._creditsSheetClose_1rt60_311 svg{width:18px;height:18px;color:#fff}._creditsPopoverHeader_1rt60_334{margin:0 0 14px;font-size:16px;font-weight:700;color:#172b4d}._creditsItem_1rt60_341{display:flex;flex-direction:column;gap:4px;padding:2px 0}._creditsItemRow_1rt60_348{display:flex;align-items:center;gap:8px}._creditsItemIcon_1rt60_354{display:flex;align-items:center;justify-content:center;color:#172b4d}._creditsItemQty_1rt60_361{font-size:18px;font-weight:700;color:#172b4d}._creditsItemLabelRow_1rt60_367{display:flex;align-items:center;gap:4px}._creditsItemLabel_1rt60_367{font-size:13px;font-weight:400;color:#172b4d}._creditsInfoBtn_1rt60_379{display:inline-flex;align-items:center;padding:0;border:none;background:transparent;color:#4b5563;cursor:pointer}._creditsInfoModalBackdrop_1rt60_393{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999998;background:#0006}._creditsInfoModalCard_1rt60_400{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:999999;width:380px;max-width:calc(100vw - 32px);max-height:calc(100vh - 48px);overflow-y:auto;padding:20px;background:#fff;border-radius:16px;box-shadow:0 12px 28px #0000002e,0 3px 10px #00000014;box-sizing:border-box}._creditsInfoModalHeader_1rt60_419{display:flex;align-items:center;gap:6px;margin-bottom:14px}._creditsInfoModalTitle_1rt60_426{margin:0;font-size:18px;font-weight:600;line-height:24px;color:#172b4d}._creditsInfoModalTitleIcon_1rt60_434{display:inline-flex;align-items:center;color:#6b7280}._creditsInfoModalClose_1rt60_440{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;padding:0;border:none;background:none;color:#6b7280;cursor:pointer}._creditsInfoModalClose_1rt60_440 svg{width:20px;height:20px}._creditsInfoModalBody_1rt60_457{padding:16px;background:#f9fafb;border:1px solid #eef0f3;border-radius:12px}._creditsInfoModalDesc_1rt60_464{margin:0;font-size:15px;line-height:22px;color:#172b4d}._creditsInfoModalList_1rt60_471{margin:16px 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:10px}._creditsInfoModalPoint_1rt60_480{font-size:15px;line-height:22px;color:#172b4d}._creditsInfoModalFooter_1rt60_486{margin:16px 0 0;font-size:13px;line-height:18px;color:#6b7280}._creditsDivider_1rt60_493{height:1px;margin:10px 0;background:#e5e7eb}._hero_1rt60_500{width:100%;max-width:1136px;margin:0 auto;padding:16px 16px 0;box-sizing:border-box}._heroTitle_1rt60_508{margin:0;font-size:40px;font-weight:700;line-height:48px;letter-spacing:-.02em;color:var(--gray-800)}._switcherSticky_1rt60_523{width:100%;padding:24px 16px 32px;box-sizing:border-box}._switcherPill_1rt60_529{display:flex;gap:8px;width:100%;max-width:1104px;margin:0 auto;padding:8px;box-sizing:border-box;background:#00000014;border-radius:53px}._chip_1rt60_543{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:4px;padding:12px 32px;border:1px solid transparent;border-radius:68px;background:transparent;text-align:left;color:var(--gray-700);font-family:inherit;cursor:pointer;transition:all .2s ease;box-sizing:border-box}._chipActive_1rt60_563{background:#f9fafb;border:1px solid var(--gray-100);box-shadow:0 1px 3px #0000000a;color:var(--apna-green-600)}._chipTitleRow_1rt60_570{display:flex;align-items:center;gap:8px}._chipIcon_1rt60_578{width:20px;height:20px;flex-shrink:0}._chipTitle_1rt60_570{font-size:18px;font-weight:600;line-height:28px}._chipActive_1rt60_563 ._chipTitle_1rt60_570{color:var(--apna-green-600)}._chipActive_1rt60_563 ._chipDesc_1rt60_597{color:var(--gray-900)}._chipDesc_1rt60_597{font-size:12px;line-height:16px;color:var(--gray-700);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}._main_1rt60_612{width:100%;max-width:1136px;margin:0 auto;padding:0 16px 48px;box-sizing:border-box}._jobsRow_1rt60_623{display:flex;flex-direction:row;gap:16px;align-items:stretch;width:100%}._leftCol_1rt60_622{display:flex;flex-direction:column;gap:12px;flex:1 1 auto;min-width:0}._greyBox_1rt60_640{display:flex;flex-direction:column;gap:16px;padding:16px;box-sizing:border-box;flex:1 1 auto;min-width:0;background:#00000014;border-radius:16px}._greyBoxUnframed_1rt60_654{padding:0;background:transparent}._greyBoxHeader_1rt60_659{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}._panelTitleGroup_1rt60_666{display:flex;flex-direction:column;gap:4px}._panelTitle_1rt60_666{margin:0;font-size:20px;font-weight:600;line-height:24px;color:var(--gray-900)}._panelSubtitle_1rt60_680{margin:0;font-size:14px;font-weight:400;line-height:20px;color:var(--gray-700)}._unlimitedBrandTitle_1rt60_690{display:flex;align-items:center}._unlimitedBrandLogo_1rt60_695{height:28px;width:auto}._singleJobLink_1rt60_700{display:inline-flex;align-items:center;gap:4px;border:none;background:transparent;color:var(--blue-600);font-size:14px;font-weight:600;line-height:20px;white-space:nowrap;cursor:pointer;flex-shrink:0}._singleJobLinkShort_1rt60_716{display:none}._cardsGrid_1rt60_720{display:flex;gap:16px}._card_1rt60_720{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:space-between;gap:16px;padding:32px 16px 16px;box-sizing:border-box;position:relative;overflow:hidden;background:#fff;border:1px solid var(--gray-200);border-radius:12px;box-shadow:0 1px 3px #00000005;transition:box-shadow .22s cubic-bezier(.16,1,.3,1),transform .22s ease,border-color .22s ease}._card_1rt60_720:hover{box-shadow:0 6px 20px #00000014,0 1px 3px #0000000f;transform:translateY(-2px);border-color:var(--gray-300)}._ribbon_1rt60_751{position:absolute;top:0;right:0;display:flex;align-items:center;gap:4px;height:20px;padding:2px 14px;background:var(--blue-600);color:#fff;font-size:12px;font-weight:600;line-height:16px;border-radius:0 12px;z-index:10}._ribbonIcon_1rt60_769{width:12px;height:12px;flex-shrink:0}._cardTop_1rt60_775{display:flex;flex-direction:column;gap:20px}._cardHeader_1rt60_781{display:flex;flex-direction:column;gap:4px}._cardTitle_1rt60_787{font-size:20px;font-weight:600;line-height:28px;color:var(--gray-900)}._cardSubtitle_1rt60_794{font-size:12px;font-weight:400;line-height:16px;color:var(--gray-600)}._validityRow_1rt60_801{display:flex;align-items:center;gap:8px;margin-top:12px;font-size:14px;line-height:20px;color:var(--gray-700)}._validityRow_1rt60_801 svg{width:20px;height:20px;color:var(--gray-700);flex-shrink:0}._divider_1rt60_818{height:1px;width:100%;background:var(--gray-200)}._priceArea_1rt60_824{display:flex;flex-direction:column;gap:4px}._priceMainRow_1rt60_830{display:flex;align-items:center;justify-content:space-between}._priceValues_1rt60_836{display:flex;align-items:baseline;gap:8px}._priceCurrent_1rt60_842{font-size:16px;font-weight:600;line-height:24px;color:var(--gray-900)}._priceMrp_1rt60_849{font-size:14px;font-weight:400;line-height:20px;color:var(--gray-500);text-decoration:line-through}._discountPill_1rt60_857{padding:2px 8px;background:var(--gray-200);border-radius:9999px;font-size:12px;font-weight:600;line-height:16px;color:#166534;white-space:nowrap}._perCredit_1rt60_868{font-size:12px;font-style:italic;line-height:20px;color:var(--gray-600)}._cardBtn_1rt60_875{width:100%;height:40px;padding:0 24px;display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--gray-300);border-radius:9999px;background:#fff;color:var(--gray-900);font-size:14px;font-weight:600;line-height:20px;cursor:pointer;box-sizing:border-box;transition:all .2s ease}._cardBtn_1rt60_875:hover{background:var(--gray-100)}._cardBtnPrimary_1rt60_899{background:var(--apna-green-600);border-color:var(--apna-green-600);color:#fff}._cardBtnPrimary_1rt60_899:hover{background:var(--apna-green-700);border-color:var(--apna-green-700)}._cardBtn_1rt60_875:disabled{opacity:.5;cursor:not-allowed}._infoRow_1rt60_918{padding:0 4px;box-sizing:border-box;font-size:12px;line-height:16px;color:var(--gray-900)}._infoLink_1rt60_926{margin-left:2px;border:none;background:transparent;padding:0;color:var(--gray-900);font-size:12px;font-weight:600;line-height:16px;text-decoration:underline;cursor:pointer}._sideCard_1rt60_940{display:flex;flex-direction:column;gap:16px;width:328px;flex:0 0 328px;padding:16px;box-sizing:border-box;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.15);border-radius:16px;color:#fff;background:#07050b url(/jobs-static/assets/unlimited-card-bg-BqEEP13l.png) center / cover no-repeat;box-shadow:0 10px 25px -5px #0000004d}._sideHeader_1rt60_958{display:flex;flex-direction:column;align-items:flex-start;gap:4px}._sideWordmarkLogoRow_1rt60_969{display:flex;align-items:center;height:24px}._sideWordmarkLogo_1rt60_969{display:block;height:20px;width:auto}._sideSubtitle_1rt60_981{font-size:14px;font-weight:400;line-height:20px;color:var(--gray-300)}._sideInner_1rt60_988{display:flex;flex-direction:column;justify-content:space-between;gap:16px;flex:1 1 auto;padding:32px 16px 16px;box-sizing:border-box;background:#fff;border:1px solid var(--gray-200);border-radius:12px;color:var(--gray-900);box-shadow:0 1px 3px #00000005;transition:box-shadow .22s cubic-bezier(.16,1,.3,1),transform .22s ease,border-color .22s ease}._sideInner_1rt60_988:hover{box-shadow:0 6px 20px #00000014,0 1px 3px #0000000f;transform:translateY(-2px);border-color:var(--gray-300)}._sideInnerTop_1rt60_1011{display:flex;flex-direction:column;gap:16px}._sidePriceRow_1rt60_1017{display:flex;flex-direction:column;gap:4px}._sidePrice_1rt60_1017{font-size:20px;font-weight:600;line-height:24px;color:var(--gray-900)}._sidePlanTitle_1rt60_1030{font-size:12px;font-weight:400;line-height:16px;color:var(--gray-600)}._sideFeatures_1rt60_1037{display:flex;flex-direction:column;gap:10px}._featureItem_1rt60_1045{display:flex;align-items:center;gap:8px;font-size:14px;line-height:20px;color:var(--gray-700);white-space:nowrap}._featureItem_1rt60_1045 svg{width:20px;height:20px;color:var(--gray-700);flex-shrink:0}._sideNote_1rt60_1062{padding-top:12px;border-top:1px solid var(--gray-200);font-size:12px;line-height:18px;color:var(--gray-500)}._sideBtn_1rt60_1070{width:100%;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid var(--gray-300);border-radius:9999px;background:#fff;color:var(--gray-900);font-size:14px;font-weight:600;cursor:pointer;box-sizing:border-box;transition:all .2s ease}._sideBtn_1rt60_1070:hover{background:var(--gray-100)}._sideBtn_1rt60_1070:disabled{background:#dfe1e6;border-color:#dfe1e6;color:#717d96;cursor:not-allowed}._sideBtn_1rt60_1070:disabled:hover{background:#dfe1e6}._bottomBlock_1rt60_1103{display:flex;flex-direction:column;gap:12px;width:100%;margin-top:20px}._customCard_1rt60_1111{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;padding:24px 28px;box-sizing:border-box;background:#fff;border:1px solid var(--gray-200);border-radius:16px;box-shadow:0 1px 3px #00000005}._customLeft_1rt60_1125{display:flex;flex-direction:column;gap:4px}._customTitle_1rt60_1131{font-size:20px;font-weight:600;line-height:28px;color:var(--gray-900)}._customDesc_1rt60_1138{font-size:14px;font-weight:400;line-height:20px;color:var(--gray-700)}._customBtn_1rt60_1145{width:auto;white-space:nowrap;height:40px;padding:0 24px;border:1px solid var(--gray-300);border-radius:9999px;background:#fff;color:var(--gray-900);font-size:14px;font-weight:600;cursor:pointer;box-sizing:border-box;transition:all .2s ease}._customBtn_1rt60_1145:hover{background:var(--gray-100)}._gstNote_1rt60_1165{padding:0 4px;font-size:12px;line-height:16px;color:var(--gray-600)}._gstNoteMobileOnly_1rt60_1174{display:none}._unlimitedSection_1rt60_1179{display:flex;flex-direction:column;gap:16px;width:100%}._unlimitedHeader_1rt60_1186{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;width:100%}._unlimitedSlotsSwitcher_1rt60_1195{display:flex;align-items:center;gap:4px;padding:4px;background:#00000014;border-radius:9999px;flex-shrink:0}._unlimitedSlotChip_1rt60_1205{padding:6px 16px;border:none;border-radius:9999px;background:transparent;font-size:13px;font-weight:500;line-height:20px;color:var(--gray-700);white-space:nowrap;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:all .2s cubic-bezier(.16,1,.3,1)}._unlimitedSlotChip_1rt60_1205:hover:not(._unlimitedSlotChipActive_1rt60_1220){color:var(--gray-900);background:#0000000a}._unlimitedSlotChipActive_1rt60_1220{background:var(--gray-800);color:#fff;font-weight:600;box-shadow:0 1px 3px #00000040}._unlimitedCardsGrid_1rt60_1232{display:flex;align-items:stretch;gap:16px;width:100%}._unlimitedCard_1rt60_1232{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:16px;padding:20px;box-sizing:border-box;position:relative;overflow:hidden;background:#fff;border:1px solid var(--gray-200);border-radius:16px;box-shadow:0 1px 3px #00000005;transition:box-shadow .22s cubic-bezier(.16,1,.3,1),transform .22s ease,border-color .22s ease}._unlimitedCard_1rt60_1232:hover{box-shadow:0 6px 20px #00000014,0 1px 3px #0000000f;transform:translateY(-2px)}._unlimitedCardSelected_1rt60_1262{box-shadow:0 0 2px #00000029,0 8px 16px #0000001f}._unlimitedCardSelected_1rt60_1262:hover{box-shadow:0 0 2px #0000001f,0 4px 8px #00000014}._unlimitedCardTop_1rt60_1270{display:flex;flex-direction:column;gap:12px}._unlimitedCardTitleRow_1rt60_1276{display:flex;align-items:center;justify-content:space-between;width:100%;height:28px;box-sizing:border-box}._unlimitedCardTitle_1rt60_1276{font-size:16px;font-weight:600;line-height:24px;color:var(--gray-900)}._unlimitedPriceArea_1rt60_1292{display:flex;flex-direction:column;gap:4px}._unlimitedPriceRow_1rt60_1298{display:flex;align-items:baseline;gap:6px;height:32px}._unlimitedPriceValue_1rt60_1305{font-size:24px;font-weight:600;line-height:32px;letter-spacing:-.01em;color:var(--gray-900)}._unlimitedPriceFrequency_1rt60_1313{font-size:14px;font-weight:500;color:var(--gray-500)}._unlimitedEffectivePrice_1rt60_1319{height:20px;font-size:12px;font-style:italic;font-weight:400;line-height:20px;color:var(--gray-500)}._unlimitedTextBold_1rt60_1331{font-weight:600}._unlimitedSelectBtn_1rt60_1335{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:40px;padding:0 24px;box-sizing:border-box;border:1px solid var(--gray-300);border-radius:9999px;background:#fff;color:var(--gray-900);font-size:14px;font-weight:600;line-height:20px;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1)}._unlimitedSelectBtn_1rt60_1335:hover{background:var(--gray-100)}._unlimitedSelectBtn_1rt60_1335:disabled{background:#dfe1e6;border-color:#dfe1e6;color:#717d96;cursor:not-allowed}._unlimitedSelectBtn_1rt60_1335:disabled:hover{background:#dfe1e6}._unlimitedSelectBtnPrimary_1rt60_1370{background:var(--apna-green-600);border-color:var(--apna-green-600);color:#fff}._unlimitedSelectBtnPrimary_1rt60_1370:hover{background:var(--apna-green-700);border-color:var(--apna-green-700)}._unlimitedFeaturesList_1rt60_1381{display:flex;flex-direction:column;gap:20px;padding-top:20px;border-top:1px solid var(--gray-200)}._unlimitedFeatureBlock_1rt60_1389{display:flex;flex-direction:column;gap:10px}._unlimitedFeatureMain_1rt60_1330{display:flex;align-items:flex-start;gap:10px;font-size:14px;font-weight:500;line-height:20px;color:var(--gray-800)}._unlimitedFeatureMain_1rt60_1330 ._unlimitedTextBold_1rt60_1331,._unlimitedSubItem_1rt60_1409 ._unlimitedTextBold_1rt60_1331{font-weight:700}._unlimitedFeatureIcon_1rt60_1413{display:flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0;color:var(--gray-700)}._unlimitedSubBullets_1rt60_1423{display:flex;flex-direction:column;gap:10px;padding-left:30px}._unlimitedSubItem_1rt60_1409{display:flex;align-items:center;gap:8px;font-size:14px;line-height:20px;color:var(--gray-700)}._unlimitedSubItemCheck_1rt60_1439{width:14px;height:14px;flex-shrink:0;color:var(--apna-green-600)}._unlimitedNotesRow_1rt60_1446{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0 4px;box-sizing:border-box;font-size:12px;line-height:16px;color:var(--gray-600)}._unlimitedWarningStrip_1rt60_1460{display:flex;align-items:center;gap:12px;width:100%;padding:16px 20px;box-sizing:border-box;background:#fff;border:1px solid var(--gray-200);border-radius:12px}._unlimitedWarningIcon_1rt60_1472{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0;color:#2563eb}._unlimitedWarningText_1rt60_1482{margin:0;font-size:16px;font-weight:400;line-height:24px;color:#1f2937}._enterprisePanel_1rt60_1491{display:flex;flex-direction:column;gap:16px;width:100%}._enterpriseMatrixCard_1rt60_1498{display:flex;flex-direction:column;gap:20px;width:100%;padding:16px;box-sizing:border-box;background:#fff;border:1px solid var(--gray-200);border-radius:16px;box-shadow:0 1px 3px #00000005}._enterpriseTableScroll_1rt60_1511{width:100%;overflow-x:auto}._enterpriseTable_1rt60_1511{width:100%;border-collapse:collapse;table-layout:fixed}._enterpriseTable_1rt60_1511 th,._enterpriseTable_1rt60_1511 td{padding:16px;text-align:center;vertical-align:middle;font-size:14px;color:var(--gray-700);border-bottom:1px solid var(--gray-200);border-right:1px solid var(--gray-200)}._enterpriseTable_1rt60_1511 th:first-child,._enterpriseTable_1rt60_1511 td:first-child{text-align:left;width:208px;padding-left:0;padding-right:16px}._enterpriseTable_1rt60_1511 th:last-child,._enterpriseTable_1rt60_1511 td:last-child{border-right:none;padding-right:0}._enterpriseTable_1rt60_1511 th{padding-top:12px;padding-bottom:16px;vertical-align:bottom}._enterpriseTable_1rt60_1511 tr:last-child td{border-bottom:none}._enterpriseFeaturesTitle_1rt60_1557{font-size:20px;font-weight:600;line-height:normal;color:var(--gray-900);text-align:left}._enterprisePlanMeta_1rt60_1565{display:flex;flex-direction:column;align-items:center;gap:4px;width:100%;text-align:center}._enterprisePlanName_1rt60_1574{font-size:16px;font-weight:600;line-height:normal;color:var(--gray-900)}._enterprisePlanPrice_1rt60_1581{font-size:20px;font-weight:600;line-height:normal;color:var(--gray-900)}._enterpriseFeatureName_1rt60_1588{display:flex;align-items:center;gap:12px;font-size:14px;font-weight:600;line-height:normal;color:var(--gray-700)}._enterpriseFeatureCheck_1rt60_1598{flex-shrink:0;color:var(--apna-green-600)}._enterpriseCellValue_1rt60_1603{font-size:14px;font-weight:400;line-height:20px;color:var(--gray-700)}._enterpriseMatrixCta_1rt60_1610{display:flex;align-items:center;justify-content:center;width:100%;height:54px;padding:16px 24px;box-sizing:border-box;border:none;border-radius:54px;background:#3b7a66;color:#fff;font-size:16px;font-weight:600;line-height:normal;cursor:pointer;transition:background .2s cubic-bezier(.16,1,.3,1)}._enterpriseMatrixCta_1rt60_1610:hover{background:#2f6353}._enterpriseMobileCards_1rt60_1634,._enterpriseStickyContactBar_1rt60_1638{display:none}._enterpriseMobileCard_1rt60_1634{position:relative;display:flex;flex-direction:column;gap:12px;box-sizing:border-box;padding:16px;background:#fff;border:1px solid var(--gray-300);border-radius:12px}._enterpriseMobileCardHeader_1rt60_1654{display:flex;align-items:center;justify-content:space-between}._enterpriseMobileCardName_1rt60_1660{font-size:16px;font-weight:600;color:var(--gray-900)}._enterpriseMobileCardPrice_1rt60_1666{font-size:20px;font-weight:600;color:var(--gray-900)}._enterpriseMobileSpecsList_1rt60_1672{display:flex;flex-direction:column;gap:8px;padding-top:4px}._enterpriseMobileSpecRow_1rt60_1679{display:flex;align-items:center;justify-content:space-between;font-size:13px;color:var(--gray-700)}._enterpriseMobileSpecName_1rt60_1687{font-weight:400;color:var(--gray-700)}._enterpriseMobileSpecValue_1rt60_1692{font-weight:600;color:var(--gray-900)}._enterpriseMobileSpecsMore_1rt60_1697{max-height:0;overflow:hidden;opacity:0;transition:max-height .32s cubic-bezier(.16,1,.3,1),opacity .25s ease}._enterpriseMobileCardExpanded_1rt60_1705 ._enterpriseMobileSpecsMore_1rt60_1697{max-height:320px;opacity:1}._enterpriseMobileSpecsMoreInner_1rt60_1710{display:flex;flex-direction:column;gap:8px;margin-top:2px;padding-top:8px;border-top:1px dashed var(--gray-200)}._enterpriseMobileMoreBtn_1rt60_1719{display:inline-flex;align-items:center;align-self:flex-start;gap:4px;width:-moz-fit-content;width:fit-content;margin:0;padding:0;background:transparent;border:none;color:#177559;font-size:13px;font-weight:400;line-height:normal;cursor:pointer}._enterpriseMobileMoreBtn_1rt60_1719:active{opacity:.7}._enterpriseMobileMoreIcon_1rt60_1740{width:20px;height:20px;color:#177559;transition:transform .25s ease}._enterpriseMobileCardExpanded_1rt60_1705 ._enterpriseMobileMoreIcon_1rt60_1740{transform:rotate(180deg)}._enterpriseStickyContactBtn_1rt60_1751{display:flex;align-items:center;justify-content:center;width:100%;height:48px;border:none;border-radius:9999px;background:#1f8268;color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s ease,transform .1s ease}._enterpriseStickyContactBtn_1rt60_1751:hover{background:#186954}._enterpriseStickyContactBtn_1rt60_1751:active{background:#186954;transform:scale(.98)}._faqBand_1rt60_1777{width:100%;box-sizing:border-box;background:#fff;border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200);padding:64px 0}._faqSection_1rt60_1786{display:flex;gap:32px;align-items:flex-start;width:100%;max-width:1136px;margin:0 auto;padding:0 16px;box-sizing:border-box}._faqLeftCol_1rt60_1797{width:340px;flex-shrink:0;display:flex;flex-direction:column;gap:24px;align-items:flex-start}._faqTitle_1rt60_1806{margin:0;font-size:28px;font-weight:700;line-height:1.25;color:var(--gray-900)}._faqHelpBtn_1rt60_1814{display:inline-flex;align-items:center;justify-content:center;padding:8px 18px;border:1px solid var(--gray-300);border-radius:9999px;font-size:14px;font-weight:600;color:var(--gray-600);background:#fff;cursor:pointer;transition:all .2s ease;box-sizing:border-box}._faqHelpBtn_1rt60_1814:hover{background:var(--gray-100);color:var(--gray-900)}._faqRightCol_1rt60_1835{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:16px}._faqItem_1rt60_1843{background:#fff;border:1px solid var(--gray-200);border-radius:12px;padding:20px 24px;box-sizing:border-box;transition:transform .22s cubic-bezier(.16,1,.3,1),box-shadow .22s cubic-bezier(.16,1,.3,1),background .2s ease,border-color .2s ease}._faqItem_1rt60_1843:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000000f,0 1px 3px #0000000a}._faqItemActive_1rt60_1859{background:var(--gray-100);border-color:var(--gray-200)}._faqItemHeader_1rt60_1864{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;padding:0;border:none;background:transparent;text-align:left;cursor:pointer}._faqQuestion_1rt60_1877{font-size:16px;font-weight:600;line-height:24px;color:var(--gray-700)}._faqChevron_1rt60_1884{width:24px;height:24px;flex-shrink:0;color:var(--gray-600);transition:transform .25s cubic-bezier(.16,1,.3,1)}._faqItemActive_1rt60_1859 ._faqChevron_1rt60_1884{transform:rotate(180deg)}._faqAnswerOuter_1rt60_1896{display:grid;grid-template-rows:0fr;transition:grid-template-rows .28s cubic-bezier(.16,1,.3,1)}._faqItemActive_1rt60_1859 ._faqAnswerOuter_1rt60_1896{grid-template-rows:1fr}._faqAnswerInner_1rt60_1906{overflow:hidden;min-height:0}._faqAnswer_1rt60_1896{padding-top:14px;font-size:15px;line-height:24px;color:var(--gray-700)}._faqAnswerParagraph_1rt60_1918{margin:0 0 10px}._faqAnswerParagraph_1rt60_1918:last-child{margin-bottom:0}._faqAnswerList_1rt60_1926{margin:0 0 10px;padding-left:20px}._faqAnswerList_1rt60_1926:last-child{margin-bottom:0}._faqAnswerList_1rt60_1926 li{margin-bottom:4px}._faqShowMoreLink_1rt60_1939{display:inline-flex;align-items:center;gap:4px;align-self:flex-start;margin-top:4px;padding:0;border:none;background:transparent;font-size:14px;font-weight:600;color:var(--blue-600);cursor:pointer}._faqShowMoreLink_1rt60_1939:hover{color:#2563eb}._faqShowMoreIcon_1rt60_1958{transition:transform .25s cubic-bezier(.16,1,.3,1)}._faqShowMoreIconUp_1rt60_1962{transform:rotate(180deg)}._testimonialsBand_1rt60_1967{width:100%;box-sizing:border-box;padding:64px 0}._testimonialsRow_1rt60_1973{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;width:100%;max-width:1136px;margin:0 auto;padding:0 16px;box-sizing:border-box}._quoteCard_1rt60_1984{display:flex;flex-direction:column;justify-content:flex-start;gap:24px;padding:32px;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:16px;box-shadow:0 4px 20px #0000000a;box-sizing:border-box;transition:transform .22s cubic-bezier(.16,1,.3,1),box-shadow .22s cubic-bezier(.16,1,.3,1)}._quoteCard_1rt60_1984:hover{transform:translateY(-2px);box-shadow:0 10px 28px #00000014,0 2px 6px #0000000a}._quoteBrandLogo_1rt60_2004{display:flex;align-items:center;height:36px}._quoteBrandLogoImg_1rt60_2010{height:100%;width:auto;-o-object-fit:contain;object-fit:contain}._quoteText_1rt60_2019{margin:0;font-family:Playfair Display,Georgia,serif;font-style:normal;font-size:20px;font-weight:500;line-height:28px;color:#021330}._quoteAuthorRow_1rt60_2029{display:flex;align-items:center;gap:14px;margin-top:auto}._quoteAvatarCircle_1rt60_2039{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:44px;height:44px;border-radius:9999px;background:#2bb792;color:#fff;font-size:15px;font-weight:700}._quoteAuthorInfo_1rt60_2053{display:flex;flex-direction:column;gap:2px}._quoteAuthorName_1rt60_2059{font-size:16px;font-weight:600;line-height:22px;color:#021330}._quoteAuthorRole_1rt60_2066{font-size:13px;font-weight:400;line-height:18px;color:#4b5563}._testimonialsDots_1rt60_2074{display:none}._testimonialsDot_1rt60_2074{width:8px;height:8px;padding:0;border:none;border-radius:9999px;background:#d1d5db;cursor:pointer;transition:background .2s ease,width .2s ease}._testimonialsDotActive_1rt60_2089{width:20px;background:#2bb792}@media (max-width: 900px){._testimonialsRow_1rt60_1973{grid-template-columns:1fr}}._socialProofBand_1rt60_2101{width:100%;box-sizing:border-box;background:#fff;border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200);padding:64px 0}._socialProofSection_1rt60_2110{display:flex;flex-direction:column;gap:40px;width:100%;max-width:1136px;margin:0 auto;padding:0 16px;box-sizing:border-box}._socialProofHeader_1rt60_2121{display:flex;flex-direction:column;align-items:flex-start;gap:12px}._socialProofTitle_1rt60_2128{margin:0;font-size:26px;font-weight:700;line-height:1.25;color:var(--gray-900)}._socialProofSubtext_1rt60_2136{margin:0;font-size:15px;line-height:22px;color:var(--gray-700)}._socialProofMarquee_1rt60_2143{width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(to right,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(to right,transparent,#000 8%,#000 92%,transparent)}._socialProofTrack_1rt60_2162{display:flex;align-items:center;gap:56px;width:-moz-max-content;width:max-content;padding:4px 28px;animation:_socialProofScroll_1rt60_1 32s linear infinite}._socialProofMarquee_1rt60_2143:hover ._socialProofTrack_1rt60_2162{animation-play-state:paused}._brandLogoItem_1rt60_2175{display:flex;align-items:center;flex-shrink:0;opacity:.85;transition:opacity .2s ease}._brandLogoItem_1rt60_2175:hover{opacity:1}._brandLogoImg_1rt60_2187{height:28px;width:auto}@keyframes _socialProofScroll_1rt60_1{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion: reduce){._socialProofTrack_1rt60_2162{animation:none;flex-wrap:wrap;width:100%;justify-content:space-between;gap:24px;padding:4px 0}}._metricsGrid_1rt60_2212{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;width:100%;box-sizing:border-box}._metricStatCard_1rt60_2220{display:flex;flex-direction:column;gap:8px;padding:28px 24px;background:var(--gray-100);border:1px solid var(--gray-200);border-radius:12px;box-sizing:border-box;transition:transform .22s cubic-bezier(.16,1,.3,1),box-shadow .22s cubic-bezier(.16,1,.3,1),background-color .22s ease}._metricStatCard_1rt60_2220:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000000f,0 1px 3px #0000000a;background:#fff}._metricNumber_1rt60_2240{font-size:26px;font-weight:700;line-height:1.2;color:var(--gray-800)}._metricLabel_1rt60_2247{font-size:15px;font-weight:400;line-height:22px;color:var(--gray-700)}@media (max-width: 900px){._metricsGrid_1rt60_2212{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){._metricsGrid_1rt60_2212{grid-template-columns:repeat(2,1fr);gap:12px}}._footer_1rt60_2268{width:100%;box-sizing:border-box;background:transparent;padding:64px 0 40px}._footerInner_1rt60_2275{width:100%;max-width:1136px;margin:0 auto;padding:0 24px;box-sizing:border-box}._footerMainGrid_1rt60_2283{display:grid;grid-template-columns:280px 1fr 1fr 1fr;gap:32px;align-items:start}._footerBrandCol_1rt60_2290{display:flex;flex-direction:column;gap:24px}._footerLogoBadge_1rt60_2296{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:14px;background:#fff;box-shadow:0 2px 8px #00000014;overflow:hidden}._footerLogoImg_1rt60_2308{width:48px;height:48px;-o-object-fit:contain;object-fit:contain}._footerSocialsRow_1rt60_2314{display:flex;align-items:center;gap:20px}._footerSocialIcon_1rt60_2320{display:flex;align-items:center;justify-content:center;padding:0;border:none;background:transparent;color:var(--gray-700);cursor:pointer;transition:color .15s ease,transform .15s ease}._footerSocialIcon_1rt60_2320:hover{color:#1f8268;transform:translateY(-2px)}._footerNavCol_1rt60_2337{display:flex;flex-direction:column;gap:16px}._footerColTitle_1rt60_2343{margin:0;font-size:14px;font-weight:600;line-height:20px;letter-spacing:.04em;text-transform:uppercase;color:var(--gray-700)}._footerLinksList_1rt60_2353{display:flex;flex-direction:column;align-items:flex-start;gap:12px}._footerLinkItem_1rt60_2360{padding:0;border:none;background:transparent;font-size:14px;line-height:20px;color:var(--gray-700);text-align:left;cursor:pointer;transition:color .15s ease}._footerLinkItem_1rt60_2360:hover{color:#1f8268;text-decoration:underline}._footerDividerLine_1rt60_2377{width:100%;height:1px;margin:48px 0 24px;background:var(--gray-200)}._footerBottomRow_1rt60_2384{display:flex;align-items:center;justify-content:space-between;width:100%;box-sizing:border-box;gap:16px}._footerCopyright_1rt60_2393{margin:0;font-size:12px;color:var(--gray-600)}._footerLegalLinks_1rt60_2399{display:flex;align-items:center;gap:16px;flex-wrap:wrap}._footerLegalLink_1rt60_2399{padding:0;border:none;background:transparent;font-size:12px;color:var(--gray-600);cursor:pointer;transition:color .15s ease}._footerLegalLink_1rt60_2399:hover{color:var(--gray-900);text-decoration:underline}@media (max-width: 900px){._footerMainGrid_1rt60_2283{grid-template-columns:1fr;gap:24px}._footerInner_1rt60_2275{padding:0 16px}._footerBottomRow_1rt60_2384{flex-direction:column;align-items:flex-start;gap:12px}}._drawerBackdrop_1rt60_2439{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999990;background:#000000bf;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);opacity:0;pointer-events:none;transition:opacity .3s cubic-bezier(.16,1,.3,1)}._drawerBackdropOpen_1rt60_2451{opacity:1;pointer-events:auto}._drawer_1rt60_2439{position:fixed;top:0;right:0;bottom:0;z-index:999995;display:flex;flex-direction:column;justify-content:space-between;width:500px;max-width:92vw;background:#fff;border-top-left-radius:16px;border-bottom-left-radius:16px;box-shadow:-10px 0 35px #00000040;box-sizing:border-box;overflow:hidden;transform:translate(100%);transition:transform .35s cubic-bezier(.16,1,.3,1)}._drawerOpen_1rt60_2477{transform:translate(0)}._drawerHeader_1rt60_2481{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;width:100%;padding:18px 20px;background:#fff;border-bottom:1px solid var(--gray-200);box-sizing:border-box}._drawerTitle_1rt60_2493{margin:0;font-size:20px;font-weight:600;line-height:28px;color:var(--gray-900)}._drawerCloseBtn_1rt60_2501{display:flex;align-items:center;justify-content:center;padding:4px;border:none;border-radius:50%;background:transparent;color:var(--gray-900);cursor:pointer;transition:background .2s ease}._drawerCloseBtn_1rt60_2501:hover{background:var(--gray-100)}._drawerHeaderLeft_1rt60_2518{display:flex;align-items:center;gap:8px}._drawerBackBtn_1rt60_2525{display:none;align-items:center;justify-content:center;padding:4px;margin-left:-4px;border:none;border-radius:50%;background:transparent;color:var(--gray-900);cursor:pointer;transition:background .2s ease}._drawerBackBtn_1rt60_2525:hover{background:var(--gray-100)}._drawerTop_1rt60_2543{flex:1 1 auto;display:flex;flex-direction:column;width:100%;padding:16px 0 14px;overflow-y:auto;overflow-x:hidden;box-sizing:border-box;-webkit-overflow-scrolling:touch}._drawerItemRow_1rt60_2555{display:flex;align-items:flex-start;justify-content:space-between;width:100%;padding:0 20px;box-sizing:border-box;flex-shrink:0}._drawerPlanDiscountRow_1rt60_2565{margin-top:12px}._drawerItemLeft_1rt60_2569{display:flex;flex-direction:column;gap:2px}._drawerItemName_1rt60_2575{font-size:16px;font-weight:600;line-height:22px;color:var(--gray-900)}._drawerItemSub_1rt60_2582{font-size:13px;font-weight:400;line-height:18px;color:var(--gray-500)}._drawerItemPrice_1rt60_2589{font-size:17px;font-weight:700;line-height:24px;color:var(--gray-900)}._drawerDiscountName_1rt60_2596{font-size:14px;font-weight:400;line-height:20px;color:var(--gray-900)}._drawerDiscountVal_1rt60_2603{font-size:15px;font-weight:600;color:var(--apna-green-600)}._drawerBillWrapper_1rt60_2609{margin-top:auto;display:flex;flex-direction:column;width:100%;flex-shrink:0}._drawerDivider_1rt60_2617{width:calc(100% - 40px);margin:16px 20px 14px;border-top:1px solid var(--gray-200);box-sizing:border-box}._drawerCalcSection_1rt60_2624{display:flex;flex-direction:column;gap:8px;width:100%;padding:0 20px;margin-bottom:8px;box-sizing:border-box}._drawerBillTitle_1rt60_2634{margin-bottom:8px;font-size:14px;font-weight:600;line-height:20px;color:var(--gray-900)}._drawerCalcRow_1rt60_2642{display:flex;align-items:flex-start;justify-content:space-between;width:100%}._drawerCalcLabel_1rt60_2649{font-size:14px;font-weight:400;line-height:20px;color:var(--gray-900)}._drawerCalcVal_1rt60_2656{font-size:16px;font-weight:600;line-height:20px;color:var(--gray-800)}._drawerItemTotalPricing_1rt60_2664{display:flex;align-items:center;gap:12px}._drawerStrikePrice_1rt60_2670{font-size:14px;font-weight:400;line-height:24px;color:var(--gray-500);text-decoration:line-through}._drawerCalcInnerDivider_1rt60_2679{width:100%;height:1px;background:var(--gray-200)}._drawerGstVal_1rt60_2687{font-size:14px;font-weight:400;line-height:20px;color:var(--gray-900)}._drawerGstinRow_1rt60_2695{display:flex;align-items:center;width:100%}._drawerFooter_1rt60_2701{flex-shrink:0;display:flex;flex-direction:column;gap:10px;width:100%;padding:16px 20px;background:#fff;border-top:1px solid var(--gray-200);box-shadow:0 -6px 24px -4px #00000014;box-sizing:border-box}._drawerTotalRow_1rt60_2714{display:flex;align-items:center;justify-content:space-between;width:100%}._drawerTotalLabel_1rt60_2721{display:inline-flex;align-items:baseline;gap:6px;font-size:16px;font-weight:500;color:var(--gray-900)}._drawerTotalTaxNote_1rt60_2730{font-size:14px;font-weight:400;color:var(--gray-500)}._drawerTotalVal_1rt60_2736{font-size:24px;font-weight:700;line-height:32px;color:var(--gray-900)}._drawerProceedBtn_1rt60_2743{width:100%;padding:14px 20px;border:none;border-radius:9999px;background:var(--apna-green-600);color:#fff;font-size:16px;font-weight:600;text-align:center;cursor:pointer;transition:background .2s ease}._drawerProceedBtn_1rt60_2743:hover{background:var(--apna-green-700)}._drawerTrust_1rt60_2761{display:flex;align-items:center;justify-content:center;gap:6px;margin-bottom:4px;font-size:13px;font-weight:400;color:var(--gray-500)}._drawerTrust_1rt60_2761 svg{flex-shrink:0}._drawerGstinLink_1rt60_2779{padding:0;border:none;background:none;font-size:14px;font-weight:400;line-height:20px;color:#3b82f6;text-decoration:underline;cursor:pointer}._drawerGstinAppliedBadge_1rt60_2791{display:inline-flex;align-items:center;gap:8px;margin-top:2px}._drawerGstinAppliedText_1rt60_2798{font-size:14px;font-weight:400;line-height:20px;color:var(--gray-900)}._drawerGstinBadgeAction_1rt60_2806{display:inline-flex;align-items:center;padding:0;border:none;background:none;color:var(--gray-900);cursor:pointer}._drawerSubPaymentSection_1rt60_2816{display:flex;flex-direction:column;gap:10px;width:100%}._drawerSubPaymentTitle_1rt60_2823{font-size:14px;font-weight:600;line-height:20px;color:var(--gray-900)}._drawerSubPaymentCards_1rt60_2830{display:flex;gap:10px;width:100%}._drawerSubPaymentCard_1rt60_2830{flex:1 1 0;display:flex;align-items:center;justify-content:space-between;gap:10px;box-sizing:border-box;padding:10px 12px;border:1.5px solid var(--gray-200);border-radius:12px;background:#fff;text-align:left;cursor:pointer;transition:border-color .2s ease,background .2s ease}._drawerSubPaymentCardSelected_1rt60_2854{border-color:var(--apna-green-600);background:#f8faf9}._drawerSubPaymentRadio_1rt60_2859{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;border:2px solid var(--gray-600);background:#fff;box-sizing:border-box;transition:border-color .2s ease}._drawerSubPaymentCardSelected_1rt60_2854 ._drawerSubPaymentRadio_1rt60_2859{border-color:var(--apna-green-600)}._drawerSubPaymentRadioDot_1rt60_2877{display:none;width:10px;height:10px;border-radius:50%;background:var(--apna-green-600)}._drawerSubPaymentCardSelected_1rt60_2854 ._drawerSubPaymentRadioDot_1rt60_2877{display:block}._drawerSubPaymentText_1rt60_2889{display:flex;flex-direction:column;gap:6px;min-width:0}._drawerSubPaymentHeader_1rt60_2896{display:flex;align-items:center;gap:6px}._drawerSubPaymentIcon_1rt60_2902{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:24px;height:24px}._drawerSubPaymentName_1rt60_2911{font-size:13px;font-weight:600;line-height:18px;color:var(--gray-800);white-space:nowrap}._drawerSubPaymentLogos_1rt60_2919{display:flex;align-items:center;margin-left:2px}._drawerSubPaymentLogo_1rt60_2919{box-sizing:border-box;display:flex;align-items:center;justify-content:center;width:20px;height:20px;padding:3px;border-radius:50%;background:#fff;border:1px solid rgba(5,15,20,.08);box-shadow:0 1px 2px #0000000a;overflow:hidden}._drawerSubPaymentLogo_1rt60_2919:not(:first-child){margin-left:-5px}._drawerSubPaymentLogo_1rt60_2919 svg,._drawerSubPaymentLogo_1rt60_2919 img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}._drawerSubFooter_1rt60_2952{display:flex;flex-direction:column;align-items:center;gap:10px;width:100%;margin-bottom:4px}._drawerSubDisclaimer_1rt60_2961{margin:0;font-size:12px;font-weight:400;line-height:18px;text-align:center;color:var(--gray-600, #4b5563)}._drawerSubDisclaimer_1rt60_2961 strong{font-weight:600;color:var(--gray-900)}._drawerSubBadgesRow_1rt60_2975{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px 14px;width:100%}._drawerSubBadge_1rt60_2975{display:flex;align-items:center;gap:5px;font-size:12px;font-weight:500;line-height:16px;color:var(--gray-600, #4b5563);white-space:nowrap}._drawerSubBadgeIcon_1rt60_2995{flex-shrink:0;width:16px;height:16px}._drawerCouponsContainer_1rt60_3002{display:flex;flex-direction:column;width:100%;padding:0 20px;margin-top:16px;box-sizing:border-box}._drawerCouponTrigger_1rt60_3011{display:flex;align-items:center;justify-content:space-between;width:100%;padding:14px 16px;background:#f9fafb;border:1px dashed var(--gray-300);border-radius:16px;cursor:pointer;box-sizing:border-box;transition:background .2s ease,border-color .2s ease}._drawerCouponTrigger_1rt60_3011:hover{background:var(--gray-100);border-color:#9ca3af}._drawerCouponTriggerLeft_1rt60_3030{display:flex;align-items:center;gap:8px}._drawerCouponTagIcon_1rt60_3036{flex-shrink:0;color:var(--gray-800)}._drawerCouponTriggerTitle_1rt60_3041{font-size:14px;font-weight:600;line-height:20px;color:var(--gray-800)}._drawerCouponBullet_1rt60_3048{font-size:12px;color:#9ca3af}._drawerCouponCount_1rt60_3053{font-size:12px;font-weight:400;color:var(--gray-500)}._drawerCouponChevron_1rt60_3059{flex-shrink:0;color:var(--gray-500);transform:rotate(0);transition:transform .2s ease}._drawerCouponChevronOpen_1rt60_3066{transform:rotate(90deg)}._drawerCouponExpandedBox_1rt60_3070{display:flex;flex-direction:column;gap:12px;width:100%;padding:16px;margin-top:10px;background:var(--gray-100);border:1px solid var(--gray-200);border-radius:16px;box-sizing:border-box;animation:_drawerCouponExpand_1rt60_3070 .25s cubic-bezier(.16,1,.3,1)}@keyframes _drawerCouponExpand_1rt60_3070{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}._drawerCouponExpandedHeader_1rt60_3095{display:flex;align-items:center;justify-content:space-between;width:100%}._drawerCouponExpandedTitle_1rt60_3102{font-size:14px;font-weight:600;line-height:20px;color:var(--gray-800)}._drawerCouponCollapseBtn_1rt60_3109{display:flex;align-items:center;justify-content:center;padding:2px;background:transparent;border:none;border-radius:50%;color:var(--gray-500);cursor:pointer;transition:transform .15s ease}._drawerCouponCollapseBtn_1rt60_3109:hover{transform:scale(1.1)}._drawerCouponInputGroup_1rt60_3126{display:flex;align-items:center;justify-content:space-between;width:100%;height:40px;padding-left:10px;background:#fff;border:1px solid var(--gray-200);border-radius:12px;box-sizing:border-box;transition:border-color .15s ease,box-shadow .15s ease}._drawerCouponInputGroup_1rt60_3126:focus-within{border-color:var(--apna-green-600);box-shadow:0 0 0 2px #1f82681f}._drawerCouponInput_1rt60_3126{flex:1;height:100%;padding:0;background:transparent;border:none;outline:none;font-family:inherit;font-size:14px;font-weight:400;line-height:20px;color:var(--gray-800)}._drawerCouponInput_1rt60_3126::-moz-placeholder{color:#9ca3af;font-weight:400}._drawerCouponInput_1rt60_3126::placeholder{color:#9ca3af;font-weight:400}._drawerCouponApplyBtn_1rt60_3164{height:100%;padding:0 16px;background:transparent;border:none;font-family:inherit;font-size:14px;font-weight:600;line-height:20px;color:#9ca3af;cursor:pointer;white-space:nowrap;transition:color .15s ease}._drawerCouponApplyBtnActive_1rt60_3179,._drawerCouponApplyBtn_1rt60_3164:hover{color:var(--apna-green-600)}._drawerCouponError_1rt60_3184{margin-top:-8px;font-size:12px;line-height:16px;color:#dc2626}._drawerAvailableCoupon_1rt60_3191{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:12px;background:#fff;border:1px solid var(--gray-200);border-radius:12px;box-sizing:border-box;transition:border-color .15s ease,box-shadow .15s ease}._drawerAvailableCoupon_1rt60_3191:hover{border-color:#cbd5e1;box-shadow:0 1px 3px #0000000a}._drawerAvailableCouponLeft_1rt60_3210{display:flex;flex:1;flex-direction:column;gap:4px}._drawerAvailableCouponCodeRow_1rt60_3217{display:flex;align-items:center;gap:6px}._drawerAvailableCouponIcon_1rt60_3223{flex-shrink:0;color:var(--apna-green-600)}._drawerAvailableCouponBadge_1rt60_3228{font-size:14px;font-weight:600;line-height:20px;color:var(--gray-800)}._drawerAvailableCouponDesc_1rt60_3235{margin:0;font-size:12px;line-height:16px;color:var(--gray-800)}._drawerAvailableCouponDesc_1rt60_3235 strong{font-weight:600;color:var(--gray-800)}._drawerAvailableCouponApply_1rt60_3247{padding:0;background:transparent;border:none;font-family:inherit;font-size:14px;font-weight:600;line-height:20px;color:var(--apna-green-600);cursor:pointer;white-space:nowrap;transition:color .15s ease}._drawerAvailableCouponApply_1rt60_3247:hover{color:var(--apna-green-700);text-decoration:underline}._drawerCouponAppliedRow_1rt60_3266{display:flex;align-items:center;justify-content:space-between;width:100%;padding:12px;background:#e6f7f0;border:1px solid #c6efe0;border-radius:8px;box-sizing:border-box;animation:_drawerCouponExpand_1rt60_3070 .2s ease}._drawerCouponAppliedLeft_1rt60_3279{display:flex;align-items:center;gap:8px}._drawerCouponAppliedIcon_1rt60_3285{flex-shrink:0}._drawerCouponAppliedText_1rt60_3289{margin:0;font-size:14px;font-weight:600;line-height:20px;color:var(--apna-green-600)}._drawerCouponAppliedNote_1rt60_3297{font-weight:400}._drawerCouponRemoveBtn_1rt60_3301{padding:0;background:transparent;border:none;font-family:inherit;font-size:14px;font-weight:600;line-height:20px;color:#dc2626;cursor:pointer;white-space:nowrap;transition:color .15s ease}._drawerCouponRemoveBtn_1rt60_3301:hover{color:#b91c1c}._drawerCouponCalcVal_1rt60_3319{font-size:16px;font-weight:600;line-height:20px;color:var(--apna-green-600)}@keyframes _drawerExitSlideIn_1rt60_1{0%{transform:translate(100%)}to{transform:translate(0)}}._drawerExitLayer_1rt60_3336{position:absolute;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;flex-direction:column;justify-content:space-between;padding:20px;background:#fff;box-sizing:border-box;overflow-y:auto;overflow-x:hidden;animation:_drawerExitSlideIn_1rt60_1 .35s cubic-bezier(.16,1,.3,1)}._drawerExitTop_1rt60_3351{display:flex;flex-direction:column;width:100%}._promoHeroSection_1rt60_3357{display:flex;flex-direction:column;align-items:center;width:100%;box-sizing:border-box;padding:6px 4px 0;margin-top:clamp(16px,6vh,56px);text-align:center}._promoIllustrationWrap_1rt60_3368{position:relative;width:112px;height:112px;margin:4px 0 16px;display:flex;align-items:center;justify-content:center}._promoBellImg_1rt60_3378{width:112px;height:112px;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 8px 16px rgba(0,0,0,.08))}._promoEyebrow_1rt60_3385{margin-bottom:6px;font-size:14px;font-weight:700;line-height:20px;letter-spacing:.1px;color:#dc2626}._promoHeadline_1rt60_3394{margin:0 0 10px;font-size:26px;font-weight:800;line-height:34px;letter-spacing:-.5px;color:#172b4d}._promoDesc_1rt60_3403{margin:0 0 20px;max-width:340px;font-size:14px;font-weight:400;line-height:22px;color:#42526e}._promoDesc_1rt60_3403 strong{font-weight:700;color:#172b4d}._promoPlanPreviewCard_1rt60_3417{display:flex;flex-direction:column;gap:8px;width:100%;box-sizing:border-box;padding:14px 18px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:16px;text-align:left}._promoPlanRow_1rt60_3430{display:flex;align-items:center;justify-content:space-between;width:100%}._promoPlanTitle_1rt60_3437{font-size:15px;font-weight:600;color:#111827}._promoPlanPricing_1rt60_3443{display:flex;align-items:center;gap:8px}._promoOriginalPrice_1rt60_3449{font-size:14px;color:#9ca3af;text-decoration:line-through}._promoDiscountedPrice_1rt60_3455{font-size:16px;font-weight:700;color:#1f8268}._promoSavingsTag_1rt60_3461{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:500;color:#1f8268}._promoSavingsTag_1rt60_3461 strong{font-weight:700}._promoSavingsIcon_1rt60_3474{flex-shrink:0;color:#1f8268}._drawerExitActions_1rt60_3479{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;margin-top:auto;padding-bottom:8px}._drawerExitContinueBtn_1rt60_3489{width:100%;padding:12px 16px;border:none;border-radius:9999px;background:var(--apna-green-600);color:#fff;font-family:inherit;font-size:16px;font-weight:600;line-height:24px;text-align:center;cursor:pointer;transition:background .2s ease}._drawerExitContinueBtn_1rt60_3489:hover{background:var(--apna-green-700)}._drawerExitPlansBtn_1rt60_3509{padding:4px 8px;border:none;background:transparent;color:var(--apna-green-600);font-family:inherit;font-size:14px;font-weight:600;line-height:20px;text-align:center;cursor:pointer;transition:opacity .2s ease}._drawerExitPlansBtn_1rt60_3509:hover{opacity:.8;text-decoration:underline}@media (max-width: 600px){._drawer_1rt60_2439{width:100vw;max-width:100vw;border-radius:0}}@media (max-width: 900px){._jobsRow_1rt60_623{display:contents}._greyBox_1rt60_640{order:1}._infoRow_1rt60_918{order:2}._sideCard_1rt60_940{order:3;width:100%;flex:1 1 auto;margin-top:4px}}@media (max-width: 768px){._header_1rt60_106{padding:8px 16px}._drawerBackBtn_1rt60_2525{display:flex}._drawerCloseBtn_1rt60_2501,._navScrolledSwitcher_1rt60_127{display:none}._headerScrolled_1rt60_117{background:#fff;backdrop-filter:none;-webkit-backdrop-filter:none}._creditsPopoverBackdrop_1rt60_265{background:#00000080}._creditsPopover_1rt60_265{position:fixed;top:auto;right:0;bottom:0;left:0;width:100%;max-width:100%;padding:24px 20px calc(24px + env(safe-area-inset-bottom,0px)) 20px;border:none;border-radius:20px 20px 0 0;box-shadow:0 -8px 30px #0000002e;animation:_creditsSheetSlideUp_1rt60_1 .28s cubic-bezier(.16,1,.3,1)}._creditsSheetClose_1rt60_311{display:flex}._creditsPopoverHeader_1rt60_334{margin:0 0 8px;font-size:20px}._creditsItem_1rt60_341{padding:8px 0}._creditsItemQty_1rt60_361{font-size:20px}._creditsItemLabel_1rt60_367{font-size:14px}._creditsDivider_1rt60_493{margin:8px 0}._creditsBtn_1rt60_225{height:36px;padding:8px 12px;font-size:14px;border-color:var(--gray-300)}._hero_1rt60_500{padding:12px 16px 0}._heroTitle_1rt60_508{margin:0;font-size:28px;font-weight:600;line-height:34px}._switcherSticky_1rt60_523{position:sticky;top:64px;z-index:40;padding:16px 0 8px;background:transparent;transition:background-color .2s ease,box-shadow .2s ease}._switcherStickyScrolled_1rt60_3676{background:#ffffffe6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.06)}._switcherPill_1rt60_529{gap:8px;padding:4px 16px 8px;background:transparent;border-radius:0;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}._switcherPill_1rt60_529::-webkit-scrollbar{display:none}._chip_1rt60_543{flex:0 0 auto;flex-direction:row;align-items:center;gap:4px;padding:8px 12px;border-radius:68px;background:#00000014;border:1px solid transparent}._chipActive_1rt60_563{background:#fff;border-color:#f9fafb;box-shadow:0 0 1px #11182729,0 2px 2px #00000014}._chipDesc_1rt60_597{display:none}._chipTitle_1rt60_570{font-size:12px;line-height:16px}._chipIcon_1rt60_578{width:16px;height:16px}._main_1rt60_612{padding:0 16px 40px}._greyBox_1rt60_640{gap:16px;padding:0;background:transparent;border-radius:0}._greyBoxHeader_1rt60_659{display:grid;grid-template-columns:1fr auto;-moz-column-gap:16px;column-gap:16px;row-gap:8px;align-items:center}._panelTitleGroup_1rt60_666{display:contents}._panelTitle_1rt60_666{grid-column:1;grid-row:1;font-size:16px;font-weight:600;line-height:20px}._singleJobLink_1rt60_700{grid-column:2;grid-row:1;gap:4px}._singleJobLink_1rt60_700 svg{width:20px;height:20px}._singleJobLink_1rt60_700:has(._singleJobLinkShort_1rt60_716) ._singleJobLinkFull_1rt60_3782{display:none}._singleJobLinkShort_1rt60_716{display:inline}._panelSubtitle_1rt60_680{grid-column:1 / -1;grid-row:2;font-size:14px;font-weight:400;line-height:20px;color:var(--gray-700)}._cardsGrid_1rt60_720{flex-direction:column}._card_1rt60_720{padding:16px}._unlimitedHeader_1rt60_1186{flex-direction:column;gap:12px}._unlimitedSlotsSwitcher_1rt60_1195{width:100%;justify-content:space-between;box-sizing:border-box}._unlimitedSlotChip_1rt60_1205{flex:1;min-width:0;padding:6px 8px;text-align:center}._unlimitedCardsGrid_1rt60_1232{flex-direction:column}._unlimitedNotesGst_1rt60_3835{display:none}._gstNoteMobileOnly_1rt60_1174{display:block}._unlimitedCard_1rt60_1232{flex:0 0 auto}._customCard_1rt60_1111{flex-direction:column;align-items:flex-start;gap:16px;padding:20px}._customBtn_1rt60_1145{width:100%}._faqBand_1rt60_1777{padding:40px 0}._faqSection_1rt60_1786{flex-direction:column;gap:24px}._faqLeftCol_1rt60_1797{width:100%}._faqTitle_1rt60_1806{font-size:24px}._testimonialsBand_1rt60_1967,._socialProofBand_1rt60_2101{padding:40px 0}._testimonialsBand_1rt60_1967{display:flex;flex-direction:column;gap:16px}._testimonialsRow_1rt60_1973{display:flex;grid-template-columns:none;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:0 20px 4px;scroll-padding-left:20px}._testimonialsRow_1rt60_1973::-webkit-scrollbar{display:none}._quoteCard_1rt60_1984{flex:0 0 85%;scroll-snap-align:start;gap:16px;padding:20px}._quoteCard_1rt60_1984:hover{transform:none;box-shadow:0 4px 16px #0000000a}._quoteText_1rt60_2019{font-size:16px;line-height:24px}._testimonialsDots_1rt60_2074{display:flex;align-items:center;justify-content:center;gap:8px}._enterpriseMatrixCard_1rt60_1498{display:none}._enterprisePanel_1rt60_1491 ._panelTitleGroup_1rt60_666{display:flex;flex-direction:column;gap:4px}._enterprisePanel_1rt60_1491 ._panelTitle_1rt60_666{font-size:16px;font-weight:600;line-height:normal}._enterprisePanel_1rt60_1491 ._panelSubtitle_1rt60_680{font-size:13px;line-height:20px}._enterpriseMobileCards_1rt60_1634{display:flex;flex-direction:column;gap:12px;width:100%}._enterpriseStickyContactBar_1rt60_1638{display:flex;position:fixed;right:0;bottom:0;left:0;z-index:50;box-sizing:border-box;padding:12px 16px calc(20px + env(safe-area-inset-bottom,0px)) 16px;background:#fff;border-top:1px solid var(--gray-200);box-shadow:0 -4px 12px #00000014}._pageEnterpriseActive_1rt60_3984{padding-bottom:calc(84px + env(safe-area-inset-bottom,0px))}._drawerSubPaymentCards_1rt60_2830{flex-direction:column;gap:12px}._drawerSubPaymentCard_1rt60_2830{flex:0 0 auto;padding:14px 16px;border-width:1px;border-radius:16px}._drawerSubPaymentCardSelected_1rt60_2854{border-color:var(--gray-200);background:var(--gray-100)}._drawerSubPaymentHeader_1rt60_2896{display:contents}._drawerSubPaymentText_1rt60_2889{flex-direction:row;align-items:center;gap:10px}._drawerSubPaymentName_1rt60_2911{font-size:14px;line-height:20px}._drawerSubPaymentLogo_1rt60_2919{width:22px;height:22px}._drawerSubPaymentLogo_1rt60_2919:not(:first-child){margin-left:-6px}._drawerSubPaymentRadio_1rt60_2859{width:24px;height:24px}._drawerSubPaymentRadioDot_1rt60_2877{width:12px;height:12px}}._jobTypesModalOverlay_1rt60_4053{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999996;display:flex;align-items:center;justify-content:center;padding:20px;box-sizing:border-box;background:#0006}._jobTypesModalWrapper_1rt60_4065{display:flex;flex-direction:column;align-items:flex-end;gap:8px;width:95%;max-width:962px;box-sizing:border-box}._jobTypesModalClose_1rt60_4075{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;border-radius:40px;background:#00000080;color:#fff;cursor:pointer;transition:background .2s}._jobTypesModalClose_1rt60_4075:hover{background:#000000b3}._jobTypesModalClose_1rt60_4075 svg{width:20px;height:20px;color:#fff}._jobTypesModalContent_1rt60_4102{width:100%;display:flex;flex-direction:column;gap:20px;padding:24px 20px;box-sizing:border-box;background:#fff;border:1px solid #e5e7eb;border-radius:24px;box-shadow:0 12px 32px #0000001f}._jobTypesModalHeader_1rt60_4115{display:flex;flex-direction:column;gap:4px}._jobTypesModalTitle_1rt60_4121{margin:0;font-size:20px;font-weight:600;line-height:28px;color:#111827}._jobTypesModalSubtitle_1rt60_4129{margin:0;font-size:16px;font-weight:400;line-height:24px;color:#374151}._jobTypesGrid_1rt60_4137{display:flex;gap:12px;width:100%;align-items:stretch;box-sizing:border-box}._jobTypeCard_1rt60_4145{flex:1;min-width:0;display:flex;flex-direction:column;gap:16px;padding:24px 16px 16px;box-sizing:border-box;background:#f3f4f6;border-radius:16px}._jobTypeCardHead_1rt60_4157{display:flex;flex-direction:column;gap:8px}._jobTypeHeaderRow_1rt60_4163{display:flex;align-items:center;justify-content:space-between}._jobTypeName_1rt60_4169{font-size:16px;font-weight:600;line-height:24px;color:#1f2937}._jobCreditBadge_1rt60_4176{padding:4px 8px;font-size:12px;font-weight:600;line-height:16px;color:#111827;white-space:nowrap;background:#fff;border:1px solid #e5e7eb;border-radius:8px}._jobTypePriceRow_1rt60_4188{display:flex;align-items:center;gap:8px;height:36px}._jobTypePriceVal_1rt60_4195{font-size:24px;font-weight:600;line-height:36px;color:#1f2937}._jobTypePriceMrp_1rt60_4202{font-size:16px;font-weight:400;line-height:24px;color:#6b7280;text-decoration:line-through}._jobTypeDiscountPill_1rt60_4210{display:inline-flex;align-items:center;justify-content:center;padding:2px 8px;font-size:12px;font-weight:600;line-height:16px;color:#186954;background:#e5e7eb;border-radius:16px}._jobTypeRate_1rt60_4223{font-size:12px;font-weight:400;line-height:24px;color:#4b5563}._jobTypeDivider_1rt60_4230{width:100%;height:1px;background-color:#e5e7eb}._jobTypeFeatures_1rt60_4236{display:flex;flex-direction:column;gap:12px;width:100%}._jobTypeFeatureItem_1rt60_4243{display:flex;align-items:flex-start;gap:12px;font-size:14px;line-height:20px;color:#172b4d}._jobTypeFeatureDisabled_1rt60_4252{color:#b3bac5}._jobTypeFeatureIcon_1rt60_4256{flex-shrink:0}._jobTypeFeatureBody_1rt60_4260{display:flex;flex-direction:column;width:100%}._jobTypeSubFeatures_1rt60_4266{display:flex;flex-direction:column;gap:12px;width:100%;margin-top:12px}._jobTypeSubFeatureItem_1rt60_4274{display:flex;align-items:center;gap:6px;font-size:12px;line-height:16px;color:#42526e}._jobTypeSubFeatureItem_1rt60_4274 svg{flex-shrink:0}._jobTypeSubFeatureEmoji_1rt60_4290{flex-shrink:0;line-height:16px}@media (max-width: 768px){._jobTypesModalOverlay_1rt60_4053{align-items:flex-end;padding:0;background:#0000008c}._jobTypesModalWrapper_1rt60_4065{width:100%;max-width:100%;max-height:88vh;gap:12px}._jobTypesModalClose_1rt60_4075{margin-right:16px}._jobTypesModalContent_1rt60_4102{max-height:calc(88vh - 44px);overflow-y:auto;border:none;border-radius:20px 20px 0 0;padding:20px 16px calc(24px + env(safe-area-inset-bottom,16px)) 16px;gap:18px;box-shadow:0 -10px 30px #00000026}._jobTypesModalSubtitle_1rt60_4129{font-size:14px;line-height:20px}._jobTypesGrid_1rt60_4137{flex-direction:column}._jobTypeCard_1rt60_4145{width:100%;padding:20px 16px 16px}._jobTypePriceMrp_1rt60_4202{font-size:16px}}
