.Hero-module__ZARIfG__hero{background:#f1f5f9;width:100%;height:calc(100vh - 80px);position:relative;overflow:hidden}.Hero-module__ZARIfG__slide{background-position:50%;background-size:cover;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.Hero-module__ZARIfG__slideOverlay{background:linear-gradient(90deg,#0009,#0003);width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__content{z-index:10;color:#fff;max-width:800px;padding:0 2rem;position:relative}.Hero-module__ZARIfG__title{color:#fff;margin-bottom:1.5rem;font-size:4rem;font-weight:800;line-height:1.1}.Hero-module__ZARIfG__largeTitle{color:#fff;margin-bottom:1rem;font-size:5rem;font-weight:900}.Hero-module__ZARIfG__logoContainer{justify-content:flex-start;margin-bottom:2rem;display:flex}.Hero-module__ZARIfG__logo{filter:drop-shadow(0 4px 10px #0000004d);width:auto;height:80px}.Hero-module__ZARIfG__description{opacity:.9;margin-bottom:2.5rem;font-size:1.25rem}.Hero-module__ZARIfG__controls{z-index:20;gap:1rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.Hero-module__ZARIfG__dot{cursor:pointer;width:12px;height:12px;transition:var(--transition);background:#ffffff4d;border-radius:50%}.Hero-module__ZARIfG__activeDot{background:var(--picton-blue);border-radius:6px;width:30px}@media (max-width:768px){.Hero-module__ZARIfG__title{font-size:2.5rem}.Hero-module__ZARIfG__largeTitle{font-size:3rem}.Hero-module__ZARIfG__logo{height:50px}}@media (max-width:500px){.Hero-module__ZARIfG__largeTitle{font-size:2.2rem}}.Hero-module__ZARIfG__navBtn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;z-index:30;cursor:pointer;width:50px;height:50px;transition:var(--transition);background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.Hero-module__ZARIfG__navBtn:hover{background:var(--picton-blue);border-color:var(--picton-blue);transform:translateY(-50%)scale(1.1)}.Hero-module__ZARIfG__prevBtn{left:2rem}.Hero-module__ZARIfG__nextBtn{right:2rem}.Hero-module__ZARIfG__playPauseBtn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;cursor:pointer;width:40px;height:40px;transition:var(--transition);background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;margin-right:.5rem;display:flex}.Hero-module__ZARIfG__playPauseBtn:hover{background:#fff3;transform:scale(1.1)}@media (max-width:768px){.Hero-module__ZARIfG__navBtn{display:none}}.Hero-module__ZARIfG__pubertySlide{background-position:top!important}@media (min-width:769px){.Hero-module__ZARIfG__pubertySlide{background-position-y:-80px!important}}.Hero-module__ZARIfG__transitionGrid{width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.Hero-module__ZARIfG__panel{cursor:pointer;flex:1;height:100%;transition:flex .6s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.Hero-module__ZARIfG__panel:hover{flex:1.5}.Hero-module__ZARIfG__panelImage{background-position:50%;background-size:cover;width:100%;height:100%;transition:transform .6s}.Hero-module__ZARIfG__panel:hover .Hero-module__ZARIfG__panelImage{transform:scale(1.05)}.Hero-module__ZARIfG__panelOverlay{background:linear-gradient(#0000 40%,#000c);flex-direction:column;justify-content:flex-end;width:100%;height:100%;padding:2rem;transition:background .3s;display:flex;position:absolute;top:0;left:0}.Hero-module__ZARIfG__panelLabel{color:#fff;text-shadow:0 2px 4px #0000004d;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.Hero-module__ZARIfG__panelSublabel{color:#fffc;opacity:0;font-size:.9rem;transition:all .4s .1s;transform:translateY(20px)}.Hero-module__ZARIfG__panel:hover .Hero-module__ZARIfG__panelSublabel{opacity:1;transform:translateY(0)}.Hero-module__ZARIfG__transitionContent{z-index:20;pointer-events:none;max-width:600px;position:absolute;top:15%;left:5%}.Hero-module__ZARIfG__transitionTitle{color:#fff;text-shadow:0 4px 20px #00000080;margin-bottom:1rem;font-size:3.5rem;font-weight:800;line-height:1}.Hero-module__ZARIfG__transitionDesc{color:#ffffffe6;text-shadow:0 2px 10px #00000080;font-size:1.1rem}@media (max-width:768px){.Hero-module__ZARIfG__transitionGrid{flex-direction:column}.Hero-module__ZARIfG__panel{flex:1}.Hero-module__ZARIfG__panel:hover{flex:1.2}.Hero-module__ZARIfG__transitionTitle{font-size:2rem}.Hero-module__ZARIfG__transitionContent{padding-right:20px;top:5%}}
.Sections-module__k-WNVq__section{padding:8rem 0}.Sections-module__k-WNVq__sectionHeader{text-align:center;max-width:700px;margin:0 auto 4rem}.Sections-module__k-WNVq__subtitle{color:var(--apple-green);text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;font-size:.9rem;font-weight:700;display:block}.Sections-module__k-WNVq__title{color:var(--primary);margin-bottom:1.5rem;font-size:2.5rem;font-weight:800}@media (max-width:768px){.Sections-module__k-WNVq__title{margin-bottom:1rem;font-size:1.8rem}.Sections-module__k-WNVq__section{padding:4rem 0}}.Sections-module__k-WNVq__description{color:var(--text-light);font-size:1.1rem}.Sections-module__k-WNVq__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;display:grid}.Sections-module__k-WNVq__card{box-shadow:var(--shadow);transition:var(--transition);border:1px solid var(--border);background:#fff;border-radius:20px;padding:1.5rem}.Sections-module__k-WNVq__card:hover{box-shadow:var(--shadow-lg);border-color:var(--picton-blue);transform:translateY(-10px)}.Sections-module__k-WNVq__iconWrapper{background:var(--muted);width:60px;height:60px;color:var(--primary);transition:var(--transition);border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.Sections-module__k-WNVq__card:hover .Sections-module__k-WNVq__iconWrapper{background:var(--primary);color:#fff}.Sections-module__k-WNVq__cardTitle{margin-bottom:1rem;font-size:1.25rem;font-weight:700}.Sections-module__k-WNVq__cardText{color:var(--text-light)}.Sections-module__k-WNVq__dark{background:#f1f5f9}.Sections-module__k-WNVq__reversed{grid-template-columns:1fr 1fr;align-items:center}.Sections-module__k-WNVq__imageWrapper{box-shadow:var(--shadow-lg);border-radius:24px;position:relative;overflow:hidden}@media (max-width:992px){.Sections-module__k-WNVq__reversed{grid-template-columns:1fr;gap:3rem}}.Sections-module__k-WNVq__twoColumn{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}@media (max-width:992px){.Sections-module__k-WNVq__responsiveOrder{order:0!important}.Sections-module__k-WNVq__twoColumn{grid-template-columns:1fr;gap:2.5rem}.Sections-module__k-WNVq__twoColumn>div{width:100%;min-width:0}}@media (max-width:768px){.Sections-module__k-WNVq__grid{grid-template-columns:1fr}.Sections-module__k-WNVq__card{padding:2rem 1.5rem}}@media (max-width:400px){.Sections-module__k-WNVq__sectionHeader{margin-bottom:2.5rem}.Sections-module__k-WNVq__card{padding:1.5rem 1rem}.Sections-module__k-WNVq__section{padding:3rem 0}}
.About-module__8aBknG__heroTag{color:var(--fun-blue);text-align:center;background:#fff;border-radius:60px;flex-direction:column;align-items:center;gap:.2rem;padding:3rem 6rem;font-size:1.6rem;font-weight:800;display:inline-flex;box-shadow:0 20px 40px #0000001a}@media (max-width:550px){.About-module__8aBknG__heroTag{border-radius:40px;padding:3rem 2rem;font-size:1.2rem}.About-module__8aBknG__heroTag img{width:160px!important}}
.Career-module__iKCsga__section{align-items:center;min-height:calc(100vh - 80px);padding:5rem 0;display:flex;position:relative}.Career-module__iKCsga__openingsSection{position:relative;overflow:hidden}.Career-module__iKCsga__fixedBackground{opacity:.04;z-index:0;pointer-events:none;background-image:url(/images/neovida_hq.png);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;position:absolute;inset:0}.Career-module__iKCsga__evpGrid{grid-template-columns:1.2fr 1fr;align-items:center;gap:3rem;display:grid}.Career-module__iKCsga__benefitGrid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.Career-module__iKCsga__imageBox{background:var(--brand-gradient);border-radius:40px;justify-content:center;align-items:center;height:500px;display:flex;position:relative}.Career-module__iKCsga__lifeGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;height:400px;display:grid}.Career-module__iKCsga__jobItem{box-shadow:var(--shadow-sm);transition:var(--transition);background:#fff;border-radius:15px;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.Career-module__iKCsga__formBox{max-width:600px;box-shadow:var(--shadow-lg);background:#fff;border-radius:30px;margin:0 auto;padding:3rem}@media (max-width:992px){.Career-module__iKCsga__evpGrid{text-align:center;grid-template-columns:1fr}.Career-module__iKCsga__imageBox{order:-1;height:300px}.Career-module__iKCsga__benefitGrid{text-align:left}}@media (max-width:768px){.Career-module__iKCsga__lifeGrid{grid-template-columns:1fr;height:auto}.Career-module__iKCsga__lifeGrid>div{height:150px}.Career-module__iKCsga__jobItem{text-align:center;flex-direction:column;gap:1.5rem}.Career-module__iKCsga__formBox{padding:2rem 1.5rem}}@media (max-width:480px){.Career-module__iKCsga__benefitGrid{grid-template-columns:1fr}}.Career-module__iKCsga__promiseBox{border:1px solid var(--border);box-shadow:var(--shadow);background:#fff;border-radius:40px;margin-bottom:4rem;padding:4rem}.Career-module__iKCsga__promiseContent{background:var(--muted);border:1px solid var(--border);text-align:center;border-radius:30px;padding:3rem}@media (max-width:992px){.Career-module__iKCsga__promiseBox{padding:3rem}}@media (max-width:768px){.Career-module__iKCsga__promiseBox{border-radius:24px;margin-bottom:3rem;padding:2rem}.Career-module__iKCsga__promiseContent{margin-top:2rem;padding:2rem}}@media (max-width:480px){.Career-module__iKCsga__promiseBox{border-radius:20px;padding:1.5rem}.Career-module__iKCsga__promiseContent{padding:1.5rem}}
.Products-module__GxL6lG__productContainer{box-shadow:var(--shadow-lg);border:1px solid var(--border);background:#fff;border-radius:40px;grid-template-columns:1fr 1.2fr;align-items:start;gap:4rem;padding:4rem;display:grid}.Products-module__GxL6lG__imageShowcase{border:1px solid var(--border);background:#fff;border-radius:30px;justify-content:center;align-items:center;height:400px;padding:3rem;display:flex;position:relative;overflow:hidden}.Products-module__GxL6lG__productName{color:var(--fun-blue);margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.Products-module__GxL6lG__featuresGrid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.Products-module__GxL6lG__buttonGroup{gap:1.5rem;display:flex}@media (max-width:1024px){.Products-module__GxL6lG__productContainer{grid-template-columns:1fr;gap:3rem;padding:3rem}}@media (max-width:768px){.Products-module__GxL6lG__productContainer{border-radius:30px;padding:2rem}.Products-module__GxL6lG__imageShowcase{height:300px;padding:2rem}.Products-module__GxL6lG__productName{font-size:2.5rem}.Products-module__GxL6lG__featuresGrid{grid-template-columns:1fr;gap:1rem}.Products-module__GxL6lG__buttonGroup{flex-direction:column;gap:1rem}.Products-module__GxL6lG__buttonGroup a{text-align:center;width:100%}}@media (max-width:480px){.Products-module__GxL6lG__productContainer{border-radius:20px;padding:1.5rem}.Products-module__GxL6lG__imageShowcase{height:250px;padding:1.5rem}.Products-module__GxL6lG__productName{font-size:2rem}}
