.navbar-container{width:93%;height:95px;background:rgba(255,255,255,.6);-webkit-backdrop-filter:blur(100px);backdrop-filter:blur(100px);border-radius:30px;box-shadow:0 3px 5px 1px rgba(0,0,0,.15);overflow:visible}.navbar-menu{gap:60px}.navbar-menu a{font-size:22px;color:#32314F;text-decoration:none;font-weight:400}.nav-item button.active,.navbar-menu a.active{color:#007f7f;font-weight:600;margin-top:-5px;font-size:22px;transform:scale(1.15);display:inline-block}.nav-item button{border:none;background:none;font-size:22px;color:#32314F;text-decoration:none;font-weight:400}.navbar-menu a.partner-active{color:#83C5BE;font-weight:600;margin-top:-5px;font-size:22px;transform:scale(1.15);display:inline-block}.contact-button,.loginButton{background-color:rgba(131,197,190,1);border-radius:23px;transition:.2s ease}.contact-button:hover,.loginButton:hover{opacity:.7}.glass-dropdown{position:fixed;top:135px;left:50%;width:93%;transform:translateX(-50%);background:rgba(255,255,255,.07);backdrop-filter:blur(100px);-webkit-backdrop-filter:blur(100px);box-shadow:3px 4px 8px rgba(0,0,0,.12);border-radius:24px;z-index:9999;animation:dropdownFade .18s ease-out}@keyframes dropdownFade{0%{opacity:0;transform:translate(-50%,-5px)}to{opacity:1;transform:translate(-50%)}}.glass-dropdown h6{color:rgba(50,49,79,1)}.glass-dropdown .dropdown-item{color:rgba(115,115,115,1);padding:4px 0;cursor:pointer}.glass-dropdown .dropdown-item.active .item-text,.glass-dropdown .dropdown-item:hover .item-text{color:#006D77;text-shadow:0 2px 6px rgba(255,255,255,.5),0 6px 14px rgba(0,0,0,.35)}.glass-dropdown .dropdown-item .item-text:after{content:"";position:absolute;left:0;bottom:-6px;width:0;height:3px;background:#ffffff;border-radius:3px;transition:width .25s ease}.glass-dropdown .dropdown-item.active .item-text:after,.glass-dropdown .dropdown-item:hover .item-text:after{width:75%;box-shadow:0 2px 6px rgba(0,0,0,.5),0 6px 14px rgba(0,0,0,.35)}.glass-dropdown .dropdown-item{padding:3px 0}.nav-link.dropdown-toggle:after{display:none!important}@media screen and (min-width:1024px) and (max-width:1366px){.navbar-container{height:85px;border-radius:24px}.navbar-container img{width:220px}.navbar-menu{gap:35px}.nav-item button,.navbar-menu a{font-size:19px}.nav-item button.active,.navbar-menu a.active,.navbar-menu a.partner-active{font-size:19px;transform:scale(1.1)}.glass-dropdown{top:115px;width:92%;border-radius:20px}.glass-dropdown h6{font-size:18px}.glass-dropdown .dropdown-item{font-size:16px}.loginButton{font-size:15px;padding:8px 20px}}@media screen and (min-width:1367px) and (max-width:1440px){.navbar-container{height:88px;border-radius:26px}.navbar-container img{width:260px}.navbar-menu{gap:25px}.nav-item button,.navbar-menu a{font-size:20px}.nav-item button.active,.navbar-menu a.active,.navbar-menu a.partner-active{transform:scale(1.08)}.glass-dropdown{top:120px;width:94%;border-radius:22px}.glass-dropdown h6{font-size:20px}.glass-dropdown .dropdown-item{font-size:18px}.loginButton{height:58%;font-size:16px}}.mobile-menu-toggle{display:none;flex-direction:column;justify-content:space-around;width:30px;height:30px;background:transparent;border:none;cursor:pointer;padding:0;z-index:10001;margin-left:auto;margin-right:15px}.mobile-menu-toggle .hamburger-line{width:100%;height:3px;background-color:#32314F;border-radius:3px;transition:all .3s ease}.mobile-menu-toggle .hamburger-line.open:first-child{transform:rotate(45deg) translate(8px,8px)}.mobile-menu-toggle .hamburger-line.open:nth-child(2){opacity:0}.mobile-menu-toggle .hamburger-line.open:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.mobile-menu{position:fixed;top:0;left:0;width:100%;z-index:10000;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mobile-menu-content{position:absolute;top:0;right:0;margin-right:14px;width:60%;max-width:400px;border-radius:20px;height:80vh;background:rgba(255,255,255,.07);backdrop-filter:blur(100px);-webkit-backdrop-filter:blur(20px);box-shadow:-3px 0 20px rgba(0,0,0,.15);padding:70px 25px 25px;overflow-y:auto;display:flex;flex-direction:column;gap:20px;animation:slideIn .3s ease}.mobile-menu-close{position:absolute;top:20px;right:20px;width:40px;height:40px;background:transparent;border:none;font-size:28px;color:#32314F;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease;z-index:10001;font-weight:300;line-height:1}.mobile-menu-close:hover{background:rgba(0,0,0,.05);transform:rotate(90deg)}@keyframes slideIn{0%{transform:translateX(100%)}to{transform:translateX(0)}}.mobile-menu-content>a{font-size:20px;color:#32314F;text-decoration:none;font-weight:400;padding:15px 0;border-bottom:1px solid rgba(50,49,79,.08);transition:all .3s ease;display:block}.mobile-menu-content>a.active{color:#007f7f;font-weight:600}.mobile-menu-content>a.partner-active{color:#83C5BE;font-weight:600}.mobile-dropdown-link.active{color:#006D77}.mobile-dropdown-item{display:flex;flex-direction:column}.mobile-dropdown-btn{display:flex;justify-content:space-between;align-items:center;width:100%;background:transparent;font-size:20px;color:#32314F;text-decoration:none;font-weight:400;padding:15px 0;border:none;border-bottom:1px solid rgba(50,49,79,.08);cursor:pointer;text-align:left}.mobile-dropdown-btn.active{color:#007f7f;font-weight:600}.dropdown-arrow{font-size:14px;transition:transform .3s ease;color:#32314F}.dropdown-arrow.open{transform:rotate(180deg)}.mobile-dropdown-btn.active .dropdown-arrow{color:#007f7f}.mobile-glass-dropdown{background:rgba(255,255,255,.06);backdrop-filter:blur(50px);-webkit-backdrop-filter:blur(50px);box-shadow:3px 4px 12px rgba(0,0,0,.1);border:1px solid rgba(255,255,255,.3);border-radius:20px;margin-top:10px;margin-bottom:10px;padding:25px 20px;animation:dropdownFade .18s ease-out}.mobile-dropdown-content{display:flex;flex-direction:column;gap:25px}.mobile-dropdown-section{display:flex;flex-direction:column;gap:12px}.mobile-dropdown-title{color:rgba(50,49,79,1);font-weight:700;font-size:19px;margin-bottom:15px;padding-bottom:8px;border-bottom:2px solid rgba(0,127,127,.2)}.mobile-dropdown-link{color:rgba(115,115,115,1);text-decoration:none;font-size:16px;font-weight:500;padding:8px 0;cursor:pointer;transition:all .3s ease}.mobile-dropdown-link .item-text{position:relative;display:inline-block}.mobile-dropdown-link.active .item-text,.mobile-dropdown-link:hover .item-text{color:#006D77;text-shadow:0 2px 6px rgba(255,255,255,.5),0 6px 14px rgba(0,0,0,.35)}.mobile-dropdown-link .item-text:after{content:"";position:absolute;left:0;bottom:-6px;width:0;height:3px;background:#ffffff;border-radius:3px;transition:width .25s ease}.mobile-dropdown-link.active .item-text:after,.mobile-dropdown-link:hover .item-text:after{width:75%;box-shadow:0 2px 6px rgba(0,0,0,.5),0 6px 14px rgba(0,0,0,.35)}.mobile-login-btn{margin-top:20px;width:100%;padding:12px 20px;background-color:rgba(131,197,190,1);border-radius:25px;transition:.2s ease}.mobile-login-btn:hover{opacity:.7}@media screen and (max-width:767px){.navbar-container{width:95%;height:70px;border-radius:20px;padding:0 10px}.navbar-logo{width:180px!important;height:auto}.mobile-menu-toggle{display:flex}.glass-dropdown,.loginButton,.navbar-menu{display:none!important}.navbar-block{margin-top:10px}}@media screen and (min-width:768px) and (max-width:999px){.navbar-container{width:95%;height:80px;border-radius:24px}.navbar-logo{width:150px!important}.navbar-menu{gap:30px}.nav-item button,.navbar-menu a{font-size:15px}.nav-item button.active,.navbar-menu a.active{font-size:18px}.glass-dropdown{top:110px;width:95%}.glass-dropdown .dropdown-item.active .item-text,.glass-dropdown .dropdown-item:hover .item-text{color:#006D77;text-shadow:0 2px 6px rgba(255,255,255,.5),0 6px 14px rgba(0,0,0,.35)}.glass-dropdown .dropdown-item .item-text:after{content:"";position:absolute;left:0;bottom:-6px;width:0;height:3px;background:#ffffff;border-radius:3px;transition:width .25s ease}.glass-dropdown .dropdown-item.active .item-text:after,.glass-dropdown .dropdown-item:hover .item-text:after{width:75%;box-shadow:0 2px 6px rgba(0,0,0,.5),0 6px 14px rgba(0,0,0,.35)}.glass-dropdown .dropdown-item{padding:3px 0}.nav-link.dropdown-toggle:after{display:none!important}.item-text{font-size:16px!important}}.scroll-wrapper{position:fixed;bottom:10px;right:10px;height:50px;border-radius:160px;background-color:initial;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:1000;transition:background-color .3s ease}.scroll-wrapper:hover{background-color:#e6e6e6}.scroll-circle{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center}.scroll-circle img{width:26px;height:26px;opacity:.7}.hero-section{padding-top:140px}.hero-top-title{letter-spacing:px;margin-top:0!important;margin-bottom:10px}.hero-left{padding-left:25px}.hero-right{display:flex;justify-content:center;align-items:flex-start;padding:0;margin-top:0}.hero-sub-heading{line-height:1.5;max-width:80%}.hero-main-title{line-height:1.5}.hero-right img{margin-right:auto}.hero-section .row.mx-5{max-width:93%;margin-left:auto;margin-right:auto;padding-right:3rem}.hero-section .row.mx-5>.row{padding-right:0;align-items:flex-start!important;margin-top:0}.hero-section .col-lg-6:last-child{padding-right:0;display:flex;align-items:flex-start;justify-content:center}.hero-section .col-lg-6:last-child .hero-right{width:100%;display:flex;justify-content:center}.hero-img{margin-top:0!important}@media (max-width:992px){.hero-left{display:flex;flex-direction:column;text-align:left;padding-right:0}.hero-right{margin-top:24px}.hero-main-title{font-size:30px}.hero-img{display:block;margin-left:auto;margin-right:80px}}@media (max-width:600px){.hero-section{padding:150px 30px;max-width:auto}.hero-main-title{font-size:26px;max-width:auto}.hero-description{font-size:15px;max-width:auto}.hero-sub-heading{font-size:16px;max-width:auto}}.keyfeature_subheading{font-weight:500}.keyfeature_img{width:70%;max-width:450px}@media (max-width:576px){.project_info{padding:20px 0}.project_info .row{margin-left:0!important;margin-right:0!important;padding-left:15px!important;padding-right:15px!important}.keyfeature_heading{font-size:24px;max-width:100%;margin-top:0;margin-bottom:16px}.project-lead{font-size:16px;max-width:100%;margin-bottom:20px}.keyfeature_subheading{font-size:22px;margin-bottom:20px}.project_info .col-lg-6{margin-bottom:30px}.feature_list{margin-right:0;margin-bottom:15px}.feature_list li{font-size:16px;margin-bottom:12px;line-height:1.5}.keyfeature_img{width:100%;max-width:100%;margin:20px auto 0;display:block}}@media (min-width:577px) and (max-width:991px){.project_info{padding:30px 0}.project_info .row{margin-left:20px!important;margin-right:20px!important;padding-left:20px!important;padding-right:20px!important}.keyfeature_heading{font-size:28px;max-width:80%;margin-bottom:20px}.project-lead{font-size:18px;max-width:95%;margin-bottom:24px}.keyfeature_subheading{font-size:28px;margin-bottom:24px}.project_info .col-lg-6{margin-bottom:30px}.feature_list{margin-right:10px}.feature_list li{font-size:18px;margin-bottom:12px}.keyfeature_img{width:85%;max-width:400px;margin:30px auto 0;display:block}}@media (min-width:992px) and (max-width:1199px){.project_info .row{margin-left:30px!important;margin-right:30px!important;padding-left:30px!important;padding-right:30px!important}.keyfeature_heading{font-size:32px;max-width:70%}.project-lead{font-size:19px}.keyfeature_subheading{font-size:32px}.feature_list li{font-size:19px}}.benefit-title{font-size:26px;font-weight:700}.benefits-grid{padding:10px}.cta-section{background-size:cover;background-position:top;background-repeat:no-repeat;padding:100px 0 90px;color:#fff;width:100%;position:relative}.feature-overview{padding:60px 0}.feature_overview-title{max-width:65%}.feature-table thead th:first-child{text-align:left;padding-left:18px}@media screen and (max-width:767px){.hero-section{height:100vh}.hero-top-title{font-size:15px!important;display:flex;justify-content:center;white-space:nowrap;margin-bottom:20px!important}.hero-left{margin-right:-70px!important}.hero-sub-heading{font-size:18px!important;max-width:1000px!important;margin-left:-60px!important}.hero-main-title{font-size:24px!important}.hero-description,.hero-main-title{max-width:400px!important;margin-left:-60px!important}.hero-description{font-size:14px!important}.hero-right{margin-right:-100px;margin-left:-100px;width:auto!important;display:flex;justify-content:center;align-items:center}.big-display{margin-left:0!important;width:350px!important;height:300px!important;display:block!important}.keyfeature_heading{max-width:100%!important;justify-content:center;font-size:30px!important}.project-lead{font-size:16px!important}.keyfeature_subheading,.project-lead{max-width:100%;justify-content:center}.keyfeature_subheading{font-size:30px!important}.feature_list{margin-right:-30px!important}.feature_list li{font-size:16px!important;max-width:100%;justify-content:center;margin-left:-14px}.sml-image{width:350px!important;height:300px!important;object-fit:fill;display:block!important;margin:0 auto!important}.project_highlight{font-size:18px!important;max-width:100%;justify-content:center}.benefits-section{margin-right:-155px!important}.benefit-title{max-width:100%!important;margin-left:-80px;font-size:20px!important;margin-bottom:-20px!important;margin-top:-70px}.benefits-grid .benefit-box{max-width:500px!important;max-height:500px!important;margin-left:-90px!important;margin-right:70px}}@media (min-width:768px) and (max-width:1024px){.hero-section{height:90vh;height:auto}.hero-top-title{font-size:18px!important;display:flex;justify-content:center;margin-bottom:20px!important}.hero-left{margin-right:-50px!important}.hero-sub-heading{font-size:22px!important}.hero-main-title,.hero-sub-heading{max-width:100%!important;margin-left:-40px!important}.hero-main-title{font-size:28px!important}.hero-description{font-size:18px!important;max-width:100%!important;margin-left:-40px!important}.hero-right{margin-right:-50px!important;margin-left:-50px!important;width:auto!important;display:flex;justify-content:center;align-items:center}.big-display{margin:0 auto!important;width:100%!important;height:auto!important;max-width:450px!important;max-height:400px!important;object-fit:fill;display:block!important}.benefit-title{margin-bottom:-20px!important;margin-top:-70px}.keyfeature_heading{max-width:100%!important;font-size:34px!important;margin-left:5px!important}.project-lead{font-size:20px!important}.keyfeature_subheading,.project-lead{max-width:100%;justify-content:center;margin-left:5px!important}.keyfeature_subheading{font-size:34px!important}.feature_list li{margin-left:-32px!important;font-size:20px!important;max-width:100%;justify-content:center;margin-left:-40px}.feature_list{margin-right:-50px!important}.project_highlight{font-size:22px!important;max-width:100%;justify-content:center;margin-left:0}.benefit-title{white-space:nowrap;margin-left:-50px;font-size:26px!important}.benefits-grid .benefit-box{max-width:550px!important;max-height:450px!important;margin-left:-30px!important;margin-right:-40px}.benefit-title{margin-bottom:-15px!important}}.hero-section{background:#e9f8f6;padding:90px 0;min-height:100vh}.hero-top-title{font-size:16px;font-weight:500;color:#32314F;letter-spacing:.5px}.hero-left{padding-right:0}.hero-right{border-radius:14px;padding:18px}.hero-sub-heading{color:#83C5BE;font-size:24px;font-weight:500;line-height:1.2;max-width:70%}.hero-main-title{font-size:40px;font-weight:600;color:#31304E;line-height:1.2;max-width:90%}.hero-description{color:#737373;font-size:18px;font-weight:500;max-width:79%}.hero-right img{width:100%;max-width:96%;display:block;margin-left:auto}@media screen and (max-width:576px){.hero-section{padding-top:120px;min-height:auto}.hero-top-title{font-size:14px;text-align:left}.hero-left{padding-left:0;text-align:left}.hero-sub-heading{font-size:16px;max-width:100%}.hero-main-title{font-size:26px;line-height:1.3}.hero-description{font-size:15px;max-width:100%;text-align:left}.hero-img{width:90%;margin:30px auto 0;display:block}}@media screen and (min-width:577px) and (max-width:991px){.hero-section{padding-top:130px;min-height:auto}.hero-left{padding-left:15px;padding-right:15px;text-align:left}.hero-sub-heading{font-size:18px;max-width:100%}.hero-main-title{font-size:30px;line-height:1.4}.hero-description{font-size:16px;max-width:100%}.hero-img{width:80%;max-width:420px;margin:30px auto 0;display:block}}@media screen and (min-width:992px) and (max-width:1199px){.hero-section{padding-top:160px}.hero-sub-heading{font-size:22px}.hero-main-title{font-size:36px}.hero-description{font-size:18px}.hero-img{width:70%;margin-left:auto;margin-right:30px}}@media screen and (min-width:1200px){.hero-section{padding-top:180px}.hero-main-title{font-size:42px}.hero-description{font-size:18px;max-width:85%}.hero-img{width:65%;margin-left:auto;margin-right:40px}}@media screen and (min-width:1400px){.hero-section .row{max-width:1440px;margin-left:auto!important;margin-right:auto!important}}@media screen and (min-width:1920px){.hero-section{padding-top:200px}.hero-sub-heading{font-size:28px}.hero-main-title{font-size:52px;line-height:1.3}.hero-description{font-size:22px;max-width:70%}.hero-right img{max-width:90%}}@media screen and (min-width:2560px){.hero-section{min-height:100vh;display:flex;align-items:center;justify-content:center}.hero-section .row{max-width:1440px;margin-left:auto!important;margin-right:auto!important}.hero-sub-heading{font-size:32px}.hero-main-title{font-size:64px}.hero-description{font-size:26px}.hero-right{display:flex;justify-content:flex-end;align-items:center}.hero-right img{max-width:90%}}.keyfeature_heading{color:#83C5BE;font-size:36px;font-weight:600;line-height:1.2;max-width:60%;margin-top:12px}.project-lead{font-size:20px;color:#737373;font-weight:500;line-height:1.6}.keyfeature_subheading{color:#83C5BE;font-size:36px;font-weight:600}.feature_list{list-style:none;padding:0;margin-right:20px}.project_highlight{color:#83C5BE}.feature_list li{margin-bottom:10px;font-size:20px;color:#737373;font-weight:500;line-height:1.6;position:relative}@media (min-width:2560px){.project_info>.row.mx-5{max-width:2310px;margin-left:auto!important;margin-right:auto!important;padding-left:0!important;padding-right:0!important}.project_info .row.align-items-start{max-width:100%}.project_info .col-lg-6:first-child{padding-left:0}.project_info .col-lg-6:last-child{display:flex;flex-direction:column;align-items:flex-end}.project_info .text-center{text-align:right!important}.project_info .keyfeature_img{max-width:100%;margin-right:0}}.benefits-section{padding:0 0 40px}.benefit-title{font-size:36px;font-weight:600;color:#31304E;line-height:1.4}.benefits-grid{padding:10px 60px 10px 10px;margin-left:30px;margin-top:40px;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:50px;gap:50px;height:auto}.benefit-box{background:#e4f5f2;padding:30px;border-radius:12px;position:relative;transition:.3s;gap:100px;box-shadow:0 4px 8px rgba(0,0,0,.03),0 12px 24px rgba(0,0,0,.04),0 24px 48px rgba(0,0,0,.05)}.benefit-box:hover{transform:translateY(-4px)}.benefit-icon{margin-bottom:10px;display:flex;justify-content:center;align-items:center}.benefit-icon,.benefit-icon img{width:45px;height:45px}.benefit-box p{margin-top:5px;color:#737373;font-size:20px;line-height:1.6;font-weight:500}@media(max-width:768px){.benefits-grid{grid-template-columns:1fr}}.feature-overview{padding:20px 0}.feature_overview-title{font-size:36px;font-weight:600;color:#83C5BE;max-width:70%;align-items:center}.feature_overview_description{font-size:20px;font-weight:500;color:#737373;max-width:90%;margin-bottom:30px}.feature-table-wrapper{border:1px solid #9d9e9f99;border-radius:8px;overflow-x:auto}.feature-table{width:100%;border-spacing:0;background:#fbf7f4}.feature-table thead th{background:#83C5BE;color:#fff;font-size:20px;font-weight:600;max-width:140px;padding:14px 12px;text-align:center;border-bottom:3px solid #dadce0;white-space:normal;word-break:break-word;line-height:1.3}.feature-table thead th:first-child{text-align:center;padding-left:12px}.feature-table tbody td{font-size:20px;color:#737373;font-weight:600;padding:14px 12px;text-align:center;border-right:2px solid #dadce0;border-bottom:2px solid #dadce0;background:#f0faf9}.feature-table tbody tr:nth-child(2n) td{background:#e9f7f6}.feature-table tbody td:last-child,.feature-table thead th:last-child{border-right:none}.summary_heading{color:#31304E}@media (max-width:768px){.feature_overview-title{font-size:22px}.feature-table tbody td,.feature-table thead th{font-size:13px;padding:10px}.feature-table .feature-name{min-width:200px}}.lab-automation{margin:40px 100px;font-size:20px;color:#737373;font-weight:500}.lab-automation h2{color:#31304E;font-size:36px;font-weight:600;line-height:1.2;margin-bottom:20px}.lab-automation p{margin-top:10px;line-height:1.6;font-weight:500;color:#737373;font-size:20px}.lab-automation span{color:#83C5BE}.lab-automation h3{color:#83C5BE;font-size:36px;font-weight:600;line-height:1.2;margin-bottom:20px}.lab-brands-wrapper{width:100%;overflow:hidden;margin-top:30px}.lab-brands-track{display:flex;gap:60px;width:-webkit-max-content;width:max-content;animation:scrollLeft 20s linear infinite}.lab-brands-track img{height:42px;width:auto;object-fit:contain;filter:grayscale(0)}@keyframes scrollLeft{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.interop-wrapper{background:#ffffff;padding:30px}.interop-wrapper .row{margin-left:auto!important;margin-right:auto!important;padding-left:70px;padding-right:70px}.interop-wrapper h2{font-size:36px;font-weight:600;margin-top:24px;margin-bottom:30px;color:#31304E}.interop-wrapper p{font-size:20px;font-weight:500;color:#737373;line-height:1.6;margin-bottom:30px}.interop-list{list-style:none;padding-left:0;margin-top:16px;margin-bottom:50px}.interop-list li{position:relative;padding-left:35px;margin-bottom:12px;font-size:20px;font-weight:500;color:#83C5BE;line-height:1.6}.interop-list li:before{content:"↗";position:absolute;padding-left:15px;left:0;top:0;color:#83C5BE;font-size:16px;transform:translateY(4px)}.interop-wrapper .useshl-fhir{margin-bottom:50px}.interop-wrapper .benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;margin:30px -60px 50px;padding-left:60px;padding-right:60px}.interop-wrapper .benefit-card{background:#E9F6F4;padding:20px;border-radius:14px;box-shadow:0 4px 10px rgba(0,0,0,.03)}.interop-wrapper .benefit-card img{width:48px;height:48px;font-weight:600;color:#31304E;margin-bottom:10px}.interop-wrapper .benefit-card p{font-size:20px;font-weight:500;color:#737373;line-height:1.6;margin:0}@media (max-width:991px){.interop-wrapper p{max-width:100%}.interop-wrapper .benefits-grid{grid-template-columns:1fr}}@media (max-width:576px){.interop-wrapper .row{margin-left:auto!important;margin-right:auto!important;padding-left:15px;padding-right:15px}.interop-wrapper h2{font-size:22px}.interop-list li,.interop-wrapper p{font-size:16px}.interop-wrapper .benefits-grid{grid-template-columns:1fr}.interop-wrapper .benefit-card h4{font-size:18px}.interop-wrapper .benefit-card p{font-size:15px}.lab-head{justify-content:center;font-size:30px!important;margin-left:-60px!important;white-space:nowrap;margin-top:-50px}.lab-automation{margin-right:-10px}.lab-automation h2{color:#31304E;font-size:36px;font-weight:600;line-height:1.2;margin-bottom:20px}.lab-automation p{max-width:100%!important;justify-content:center!important;font-size:16px!important;margin-left:-60px!important}.lab-automation span{color:#83C5BE}.lab-automation h3{font-size:32px!important}.lab-automation h3,.lab-brands-wrapper{max-width:100%!important;justify-content:center!important;margin-left:-60px!important}.lab-brands-wrapper{font-size:16px!important;margin-top:-20px;margin-bottom:-20px}}@media (min-width:768px) and (max-width:1024px){.lab-head{justify-content:center;font-size:34px!important;margin-left:-45px!important;white-space:nowrap;margin-top:-50px}.lab-automation{margin-right:-10px}.lab-automation p{max-width:97%!important;justify-content:center!important;font-size:20px!important;margin-left:-45px!important}.lab-automation span{color:#83C5BE}.lab-automation h3{font-size:34px!important;margin-left:-60px!important}.lab-automation h3,.lab-brands-wrapper{max-width:100%!important;justify-content:center!important}.lab-brands-wrapper{font-size:16px!important;margin-left:-45px!important;margin-top:-20px;margin-bottom:-20px}}