@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap);*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}body{background:var(--color-bg)}a{color:inherit;text-decoration:none}.gradient__bg{background:radial-gradient(circle at 3% 25%,#002853 0,#040c18 100%)}.gradient__text{-webkit-text-fill-color:transparent;background:var(--gradient-text);background-clip:text;-webkit-background-clip:text}.section__padding{padding:4rem 6rem}.section__margin{margin:4rem 6rem}.scale-up-center{-webkit-animation:scale-up-center .4s cubic-bezier(.39,.575,.565,1) both;animation:scale-up-center .4s cubic-bezier(.39,.575,.565,1) both}@-webkit-keyframes scale-up-center{0%{-webkit-transform:scale(.5);transform:scale(.5)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes scale-up-center{0%{-webkit-transform:scale(.5);transform:scale(.5)}to{-webkit-transform:scale(1);transform:scale(1)}}@media screen and (max-width:700px){.section__padding{padding:4rem}.section__margin{margin:4rem}}@media screen and (max-width:550px){.section__padding{padding:4rem 2rem}.section__margin{margin:4rem 2rem}}.agilent__blog{display:flex;flex-direction:column}.agilent__blog-header{margin-bottom:5rem;text-align:left;width:100%}.agilent__blog-header h1{font-family:var(--font-family);font-size:62px;font-weight:800;line-height:75px}.agilent__blog-container{display:flex;flex-direction:row}.agilent__blog-container_groupA{flex:0.75 1;margin-right:2rem}.agilent__blog-container_groupB{grid-gap:2rem;display:grid;flex:1 1;grid-template-columns:repeat(2,1fr)}@media screen and (max-width:990px){.agilent__blog-container{flex-direction:column-reverse}.agilent__blog-container_groupA{margin:2rem 0}.agilent__blog-container_groupA .agilent__blog-container_article{width:48%}.agilent__blog-container_groupA .agilent__blog-container_article-image{height:250px}}@media screen and (max-width:700px){.agilent__blog-container_groupB{grid-template-columns:repeat(1,1fr)}.agilent__blog-container_groupA .agilent__blog-container_article{width:100%}.agilent__blog-header h1{font-size:46px;line-height:52px}}@media screen and (max-width:550px){.agilent__blog-header h1{font-size:34px;line-height:42px}}.agilent__blog-container_article{display:flex;flex-direction:column}.agilent__blog-container_article,.agilent__blog-container_article-image{background:var(--color-footer);height:100%;width:100%}.agilent__blog-container_article-image img{height:100%;width:100%}.agilent__blog-container_article-content{display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:1rem 1.5rem}.agilent__blog-container_article-content p{color:#fff;font-family:var(--font-family);font-size:11.649px;font-weight:700;line-height:35px}.agilent__blog-container_article-content h3{color:#fff;cursor:pointer;font-family:var(--font-family);font-size:25.11px;font-weight:800;line-height:30px;margin-bottom:5rem}.agilent__blog-container_article-content p:last-child{cursor:pointer}@media screen and (max-width:550px){.agilent__blog-container_article-content h3{font-size:18px;line-height:25px}}.agilent__brand{flex-wrap:wrap}.agilent__brand,.agilent__brand div{align-items:center;display:flex;justify-content:center}.agilent__brand div{flex:1 1;margin:1rem;max-width:150px;min-width:120px}.agilent__cta{align-items:center;background:var(--gradient-bar);border-radius:1rem;display:flex;flex-direction:row;justify-content:space-between;margin:4rem;padding:2rem}.agilent__cta-content p{color:#0e0e0e;font-family:var(--font-family);font-size:12px;font-weight:500;line-height:30px}.agilent__cta-content h3{color:#000;font-family:var(--font-family);font-size:24px;font-weight:800;line-height:45px}.agilent__cta-btn{align-items:center;display:flex;justify-content:center;margin-left:2rem}.agilent__cta-btn button{background:#000;border:none;border-radius:40px;color:#fff;cursor:pointer;font-family:var(--font-family);font-size:18px;font-weight:700;line-height:30px;min-width:150px;outline:none;padding:.7rem 2rem}@media screen and (max-width:650px){.agilent__cta{flex-direction:column}.agilent__cta-btn{margin:2rem 0 0}.agilent__cta{margin:4rem 2rem}.agilent__cta-content h3{font-size:18px;line-height:32px}.agilent__cta-btn button{font-size:14px;line-height:28px}}.agilent__features-container__feature{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;margin:1rem;width:100%}.agilent__features-container__feature-title{flex:1 1;margin-right:2rem}.agilent__features-container__feature-title h1{color:#fff;font-family:var(--font-family);font-size:18px;font-weight:800;letter-spacing:-.04em;line-height:24px}.agilent__features-container__feature-title div{background:var(--gradient-bar);box-shadow:0 4px 4px rgba(0,0,0,.25);height:3px;margin-bottom:.5rem;width:38px}.agilent__features-container__feature-text{display:flex;flex:2 1}.agilent__features-container__feature-text p{color:var(--color-text);font-family:var(--font-family);font-size:14px;font-weight:500;line-height:24px}@media screen and (max-width:550px){.agilent__features-container__feature-title h1{font-size:14px;line-height:22px}.agilent__features-container__feature-title p{font-size:12px;line-height:20px}.agilent__features-container__feature{margin:1rem 0}.agilent__features-container__feature-text p{max-width:150px}}.agilent__navbar{align-items:center;display:flex;justify-content:space-between;padding:2rem 6rem}.agilent__navbar-links{align-items:center;display:flex;flex:1 1;justify-content:flex-start}.agilent__navbar-links_logo{margin-right:2rem}.agilent__navbar-links_logo img{width:62px}.agilent__navbar-links_container{display:flex;flex-direction:row}.agilent__navbar-sign{align-items:center;display:flex;justify-content:flex-end}.agilent__navbar-links_container p,.agilent__navbar-menu_container p,.agilent__navbar-sign p{color:#fff;cursor:pointer;font-family:var(--font-family);font-size:18px;font-weight:500;line-height:25px;margin:0 1rem;text-transform:capitalize}.agilent__navbar-menu_container button,.agilent__navbar-sign button{background:#ff4820;border:0;border-radius:5px;color:#fff;cursor:pointer;font-family:var(--font-family);font-size:18px;font-weight:500;line-height:25px;outline:none;padding:.5rem 1rem}.agilent__navbar-menu{display:none;margin-left:1rem;position:relative}.agilent__navbar-menu svg{cursor:pointer}.agilent__navbar-menu_container{align-items:flex-end;background:var(--color-footer);border-radius:5px;box-shadow:0 0 5px rgba(0,0,0,.2);display:flex;flex-direction:column;justify-content:flex-end;margin-top:1rem;min-width:210px;padding:2rem;position:absolute;right:0;text-align:end;top:40px}.agilent__navbar-menucontainer p{margin:1rem 0}.agilent__navbar-menu_container-links-sign{display:none}@media screen and (max-width:1050px){.agilent__navbar-links_container{display:none}.agilent__navbar-menu{display:flex}}@media screen and (max-width:700px){.agilent__navbar{padding:2rem 4rem}.agilent__navbar-menu{display:flex}}@media screen and (max-width:550px){.agilent__navbar{padding:2rem}.agilent__navbar-sign{display:none}.agilent__navbar-menu-container{top:20px}.agilent__navbar-menu-container-links-sign{display:block}}.agilent__features{display:flex;flex-direction:row;justify-content:space-between;width:100%}.agilent__features-heading{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start;margin-right:8rem;text-align:left}.agilent__features-heading h1{font-family:var(--font-family);font-size:34px;font-weight:800;line-height:45px}.agilent__features-heading p{color:#ff8a71;font-family:var(--font-family);font-size:16px;font-weight:500;line-height:30px;margin-top:2rem}.agilent__features-container{align-items:center;display:flex;flex:1.5 1;flex-direction:column;justify-content:flex-start}@media screen and (max-width:990px){.agilent__features{flex-direction:column}.agilent__features-heading{margin:0 0 2rem}}@media screen and (max-width:550px){.agilent__features-heading h1{font-size:28px;line-height:38px}}.agilent__footer{align-items:center;background:var(--color-footer);display:flex;flex-direction:column;justify-content:center}.agilent__footer-heading{margin-bottom:3rem;text-align:center;width:100%}.agilent__footer-heading h1{font-family:var(--font-family);font-size:62px;font-weight:800;line-height:75px;text-align:center}.agilent__footer-btn{align-items:center;border:1px solid #fff;cursor:pointer;display:flex;justify-content:center;margin-bottom:10rem;padding:1rem;text-align:center}.agilent__footer-btn p{color:#fff;font-family:var(--font-family);font-size:18px;line-height:21px;word-spacing:2px}.agilent__footer-links{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;text-align:left;width:100%}.agilent__footer-links div{margin:1rem;width:250px}.agilent__footer-links_logo{display:flex;flex-direction:column}.agilent__footer-links_logo img{height:30px;margin-bottom:1rem;width:118px}.agilent__footer-links_logo p{color:#fff;font-family:var(--font-family);font-size:12px;line-height:14px}.agilent__footer-links_div{display:flex;flex-direction:column;justify-content:flex-start}.agilent__footer-links_div h4{color:#fff;font-family:var(--font-family);font-size:14px;line-height:16px;margin-bottom:1rem}.agilent__footer-links_div p{color:#fff;cursor:pointer;font-family:var(--font-family);font-size:12px;line-height:14px;margin:.5rem 0}.agilent__footer-copyright{margin-top:2rem;text-align:center;width:100%}.agilent__footer-copyright p{color:#fff;font-family:var(--font-family);font-size:12px;line-height:14px}@media screen and (max-width:850px){.agilent__footer-heading h1{font-size:44px;line-height:50px}}@media screen and (max-width:550px){.agilent__footer-heading h1{font-size:34px;line-height:42px}.agilent__footer-links div{margin:1rem 0}.agilent__footer-btn p{font-size:14px;line-height:20px}.agilent__footer-heading h1{font-size:27px;line-height:38px}}.agilent__header{display:flex}.agilent__header-content{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:5rem}.agilent__header-content h1{font-family:var(--font-family);font-size:62px;font-weight:800;letter-spacing:-.04em;line-height:75px}.agilent__header-content p{color:var(--color-text);font-size:20px;font-weight:400;line-height:27px;margin-top:1.5rem}.agilent__header-content__input{display:flex;margin:2rem 0 1rem;width:100%}.agilent__header-content__input input{background:var(--color-footer);border:2px solid var(--color-footer);border-radius:5px 0 0 5px;color:#3d6184;flex:2 1;max-width:456px}.agilent__header-content__input button,.agilent__header-content__input input{border-radius:5px;color:#fff;font-family:var(--font-family);font-size:20px;line-height:27px;min-height:50px;outline:none;padding:0 1rem;width:100%}.agilent__header-content__input button{background:#ff4820;border:none;cursor:pointer;flex:0.6 1;font-weight:700}.agilent__header-content__people{align-items:center;display:flex;justify-content:flex-start;margin-top:2rem;width:100%}.agilent__header-content__people img{height:38px;width:181px}.agilent__header-content__people p{color:#fff;font-family:var(--font-family);font-size:12px;font-weight:500;line-height:38px;margin:0 0 0 1rem;text-align:center}.agilent__header-image{align-items:center;display:flex;flex:1 1;justify-content:center}.agilent__header-image img{height:100%;width:100%}@media screen and (max-width:1050px){.agilent__header{flex-direction:column}.agilent__header-content{margin:0 0 3rem}}@media screen and (max-width:650px){.agilent__header h1{font-size:48px;line-height:60px}.agilent__header p{font-size:16px;line-height:24px}.agilent__header-content__people{flex-direction:column}.agilent__header-content__people p{margin:0}.agilent__header-content__input button,.agilent__header-content__input input{font-size:16px;line-height:24px}}@media screen and (max-width:490px){.agilent__header h1{font-size:36px;line-height:48px}.agilent__header p{font-size:14px;line-height:24px}.agilent__header-content__input button,.agilent__header-content__input input{font-size:12px;line-height:16px}}.agilent__possibility{display:flex;flex-direction:row}.agilent__possibility-image{align-items:center;display:flex;flex:1 1;justify-content:flex-start;margin-right:2rem}.agilent__possibility-image img{height:100%;width:100%}.agilent__possibility-content{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:flex-end;padding-bottom:5rem}.agilent__possibility-content h4{color:#71e5ff}.agilent__possibility-content h4,.agilent__possibility-content h4:last-child{font-family:var(--font-family);font-size:16px;font-weight:500;line-height:30px}.agilent__possibility-content h4:last-child{color:#ff8a71}.agilent__possibility-content h1{font-family:var(--font-family);font-size:34px;font-weight:800;line-height:45px;margin:1rem 0}.agilent__possibility-content p{color:#81afdd;font-family:var(--font-family);font-size:16px;font-weight:400;line-height:30px;margin-bottom:2rem}@media screen and (max-width:950px){.agilent__possibility{flex-direction:column}.agilent__possibility-image{margin:1rem 0}.agilent__possibility-content{margin-top:2rem}}.agilent__whatAgilent{background:var(--color-footer);background:radial-gradient(circle at 30% -100%,#042c54 25%,#042c54 85%,#1b78de 100%);display:flex;-webkit-filter:drop-shadow(0 4px 4px rgba(0,0,0,.25));filter:drop-shadow(0 4px 4px rgba(0,0,0,.25));flex-direction:column;padding:2rem}.agilent__whatAgilent-feature{display:flex}.agilent__whatAgilent-feature .agilent__features-container__feature{margin:0}.agilent__whatAgilent-feature .agilent__features-container__feature-text{max-width:700px}.agilent__whatAgilent-heading{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin:4rem 0 2rem}.agilent__whatAgilent-heading h1{font-family:var(--font-family);font-size:34px;font-weight:800;line-height:45px;max-width:510px}.agilent__whatAgilent-heading p{color:var(--color-subtext);cursor:pointer;font-family:var(--font-family);font-size:16px;font-weight:500;line-height:30px}.agilent__whatAgilent-container{display:flex;flex-direction:row;flex-wrap:wrap;margin-top:2rem}.agilent__whatAgilent-container .agilent__features-container__feature{display:inline;display:initial;flex:1 1;flex-direction:column;margin:1rem;min-width:210px}.agilent__whatAgilent-container .agilent__features-container_feature-text{margin-top:.5rem}@media screen and (max-width:850px){.agilent__whatAgilent-heading{align-items:flex-start;flex-direction:column;margin-bottom:0}.agilent__whatAgilent-heading p{margin-top:1rem}}@media screen and (max-width:650px){.agilent__whatAgilent-feature .agilent__features-container__feature{flex-direction:column}.agilent__whatAgilent .agilent__features-container_feature-text{margin-top:.5rem}.agilent__whatAgilent-heading h1{font-size:28px;line-height:40px}}@media screen and (max-width:350px){.agilent__whatAgilent-container .agilent__features-container__feature{margin:1rem 0;min-width:100%}}:root{--font-family:"Manrope",sans-serif;--gradient-text:linear-gradient(89.97deg,#ae67fa 1.84%,#f49867 102.67%);--gradient-bar:linear-gradient(103.22deg,#ae67fa -13.86%,#f49867 99.55%);--color-bg:#040c18;--color-footer:#031b34;--color-blog:#042c54;--color-text:#81afdd;--color-subtext:#ff8a71}
/*# sourceMappingURL=main.52912c12.css.map*/