@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--primary-color-dark)}:root{--primary-color:#37d4bf;--primary-color-dark:#29a3a3;--secondary-color:#00718d;--primary-color-lightest:#a8f8f4;--primary-color-300:#44d0d033;--primary-color-200:#44d0d018;--primary-color-100:#44d0d006}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#fff;color:#333;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.App{min-height:100vh}.container{margin:0 auto;max-width:1200px;padding:0 20px}.section{padding:80px 0}.section-title{color:#1a1a1a;font-size:2.5rem;font-weight:700;margin-bottom:1rem;margin-top:2rem;text-align:center}.section-subtitle{color:#666;font-size:1.1rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.btn{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:12px 24px;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#37d4bf,#00718d);background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 100%);color:#fff}.btn-primary:hover{box-shadow:0 10px 25px #667eea4d;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #667eea;color:#667eea}.btn-secondary:hover{background:#667eea;color:#fff}.card{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;padding:2rem;transition:all .3s ease}.card:hover{box-shadow:0 10px 30px #00000026;transform:translateY(-5px)}.grid{grid-gap:2rem;display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}@media (max-width:768px){.section{padding:60px 0}.section-title{font-size:2rem}.container{padding:0 15px}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .6s ease-out}.text-center{text-align:center}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;box-shadow:0 2px 16px #0f303814;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.nav{align-items:center;display:flex;justify-content:space-between;padding:1rem 0}.nav-brand{align-items:flex-start;cursor:pointer;display:flex;flex-direction:column}.nav-brand img{max-height:50px}.nav-brand h2{color:#667eea;font-size:1.8rem;font-weight:700;line-height:1;margin:0}.nav-brand span{color:#666;font-size:.8rem;font-weight:500}.nav-menu{align-items:center;display:flex;gap:2rem}.nav-link{background:none;border:none;color:#333;cursor:pointer;font-family:inherit;font-size:1rem;font-weight:500;padding:0;position:relative;text-decoration:none;transition:color .3s ease}.nav-link:hover{color:var(--primary-color-dark)}.nav-link:after{background:var(--primary-color-dark);bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link:hover:after{width:100%}.nav-toggle{color:#333;cursor:pointer;display:none;font-size:1.5rem}@media (max-width:768px){.header{height:70px}.nav-menu{display:none}.mobile-menu{background:#fff;box-shadow:0 12px 12px #0000001a;display:flex;flex-direction:column;gap:1rem;height:calc(100vh - 70px);left:0;opacity:0;padding:2rem;position:fixed;right:0;top:70px;transform:translateY(-100%);transition:all .3s ease;visibility:hidden;z-index:999}.mobile-menu.active{opacity:1;transform:translateY(0);visibility:visible}.mobile-nav-link{background:none;border:none;color:#333;cursor:pointer;font-family:inherit;font-size:1.1rem;font-weight:500;padding:.5rem 0;position:relative;text-align:left;text-decoration:none;transition:color .3s ease}.mobile-nav-link:hover{color:var(--primary-color-dark)}.nav-toggle{display:block}}.hero{align-items:center;background:linear-gradient(136deg,var(--primary-color-200) 5%,#fff 50%);display:flex;min-height:100vh;overflow:hidden;padding-top:80px;position:relative}.hero-container{margin:0 auto;max-width:1400px;padding:0 20px}.hero-background{z-index:-1}.hero-background,.hero-gradient{bottom:0;left:0;position:absolute;right:0;top:0}.hero-gradient{opacity:.1}.hero-pattern{background-image:radial-gradient(circle at 25% 25%,#667eea1a 0,#0000 50%),radial-gradient(circle at 75% 75%,#764ba21a 0,#0000 50%);bottom:0;left:0;position:absolute;right:0;top:0}.hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.hero-text{color:#1a1a1a}.hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--primary-color ) 0,var(--secondary-color) 100%);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.hero-subtitle{color:#666;font-size:1.3rem;line-height:1.6;margin-bottom:2rem}.hero-cta{font-size:1.1rem;padding:15px 30px}.hero-visual{align-items:center;display:flex;justify-content:center}.hero-image{border-radius:16px;height:auto;max-width:900px;transition:all .3s ease;width:100%}.hero-image:hover{transform:translateY(-10px)}.hero-cards{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);max-width:400px}.hero-card{background:#fff;border-radius:12px;box-shadow:0 8px 25px #0000001a;padding:1.5rem;text-align:center;transition:all .3s ease}.hero-card:hover{box-shadow:0 15px 35px #00000026;transform:translateY(-5px)}.card-icon{font-size:2.5rem;margin-bottom:.5rem}.hero-card h3{color:#1a1a1a;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.hero-card p{color:#666;font-size:.9rem;margin:0}@media (max-width:768px){.hero-content{gap:2rem;grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-image{max-width:100%;order:-1}.hero-cards{grid-template-columns:1fr;margin:0 auto;max-width:300px}.hero-card{padding:1rem}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}}.about-section{background:linear-gradient(45deg,var(--primary-color-100) 50%,var(--primary-color-300) 100%)}.about-content{text-align:center}.about-grid{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-top:3rem}.about-text{text-align:left}.about-description{color:#555;font-size:1.2rem;line-height:1.8;margin-bottom:2rem}.about-stats{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.stat-item{background:#fff;border-radius:12px;box-shadow:0 4px 15px #0000001a;padding:1.5rem;text-align:center;transition:all .3s ease}.stat-item:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-3px)}.stat-item h3{color:var(--primary-color-dark);font-size:2rem;font-weight:700;margin-bottom:.5rem}.stat-item p{color:#666;font-size:.9rem;margin:0}.about-visual{display:flex;justify-content:center}.about-cards{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr;max-width:350px}.about-card{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;padding:2rem;text-align:center;transition:all .3s ease}.about-card:hover{box-shadow:0 10px 30px #00000026;transform:translateY(-5px)}.about-card .card-icon{align-items:center;display:flex;justify-content:center;margin-bottom:1rem}.about-card .card-icon img{height:60px;object-fit:contain;width:60px}.about-card h4{color:#1a1a1a;font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.about-card p{color:#666;font-size:.95rem;line-height:1.5;margin:0}@media (max-width:768px){.about-grid{gap:2rem;grid-template-columns:1fr}.about-text{text-align:center}.about-description{font-size:1.1rem}.about-stats{gap:1rem;grid-template-columns:repeat(3,1fr)}.stat-item{padding:1rem}.stat-item h3{font-size:1.5rem}.about-cards{max-width:100%}}@media (max-width:480px){.about-stats{gap:1rem;grid-template-columns:1fr}.about-card{padding:1.5rem}}.services-section{background:#f8f8f8}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:3rem}.service-card{background:#fff;border:1px solid #f0f0f0;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:2.5rem;text-align:center;transition:all .3s ease}.service-card:hover{border-color:var(--primary-color);box-shadow:0 15px 40px #667eea26;transform:translateY(-8px)}.service-icon{align-items:center;display:flex;justify-content:center;margin-bottom:1.5rem}.service-icon img{height:80px;object-fit:contain;width:80px}.service-title{color:#1a1a1a;font-size:1.4rem;font-weight:600;margin-bottom:.5rem}.service-subtitle{color:var(--primary-color-dark);font-size:1rem;font-weight:500;margin-bottom:1rem}.service-details{color:#666;font-size:.95rem;line-height:1.6;margin:0}@media (max-width:768px){.services-grid{gap:1.5rem;grid-template-columns:1fr}.service-card{padding:2rem}.service-icon img{height:70px;width:70px}.service-title{font-size:1.3rem}}@media (max-width:480px){.service-card{padding:1.5rem}.service-icon img{height:60px;width:60px}}.technologies-section{background:#fff}.technologies-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));margin-left:auto;margin-right:auto;margin-top:3rem;max-width:900px}.tech-item{align-items:center;background:#fff;border:1px solid #f0f0f0;border-radius:12px;box-shadow:0 4px 15px #00000014;display:flex;flex-direction:column;justify-content:center;padding:1.2rem;text-align:center;transition:all .3s ease}.tech-item:hover{border-color:#667eea;box-shadow:0 10px 25px #00000026;transform:translateY(-5px)}.tech-icon{align-items:center;display:flex;height:48px;justify-content:center;margin-bottom:.8rem;width:48px}.tech-icon,.tech-logo{border-radius:8px;transition:all .3s ease}.tech-logo{height:32px;object-fit:contain;width:32px}.tech-item:hover .tech-icon,.tech-item:hover .tech-logo{transform:scale(1.1)}.tech-name{color:#1a1a1a;display:block;font-size:.9rem;font-weight:600;text-align:center}@media (max-width:768px){.technologies-grid{gap:1rem;grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}.tech-item{padding:1rem}.tech-icon{height:40px;width:40px}.tech-logo{height:28px;width:28px}.tech-name{font-size:.8rem}}@media (max-width:480px){.technologies-grid{grid-template-columns:repeat(3,1fr)}}.contact-section{background:linear-gradient(45deg,#fff 60%,var(--primary-color-200) 90%)}.contact-grid{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-top:3rem}.contact-info h3{color:#1a1a1a;font-size:1.8rem;font-weight:600;margin-bottom:1rem}.contact-info p{color:#666;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.contact-details{display:flex;flex-direction:column;gap:1.5rem}.contact-item{align-items:center;background:var(--primary-color-200);border-radius:12px;display:flex;gap:1rem;padding:1rem;transition:all .3s ease}.contact-item:hover{background:var(--primary-color-300);transform:translateX(5px)}.contact-icon{color:var(--primary-color);font-size:1.5rem;min-width:24px}.contact-item h4{color:#1a1a1a;font-size:1rem;font-weight:600;margin-bottom:.2rem}.contact-item p{color:#666;font-size:.9rem;margin:0}.contact-form-container{background:#fff;border:1px solid #f0f0f0;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:2.5rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem;position:relative}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#1a1a1a;font-size:.9rem;font-weight:600}.form-group input,.form-group textarea{border:2px solid #e0e0e0;border-radius:8px;font-family:inherit;font-size:1rem;padding:1rem;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-group textarea{min-height:120px;resize:vertical}.submit-btn{font-size:1.1rem;margin-top:1rem;min-height:3.25rem;padding:1rem 2rem}.submit-btn-inner{align-items:center;display:inline-flex;gap:.5rem;justify-content:center}.submit-btn-loader{animation:contact-spin .7s linear infinite;flex-shrink:0}@keyframes contact-spin{to{transform:rotate(1turn)}}@media (max-width:768px){.contact-grid{gap:2rem;grid-template-columns:1fr}.contact-info{text-align:center}.contact-item{justify-content:center}.contact-form-container{padding:2rem}}@media (max-width:480px){.form-row{grid-template-columns:1fr}.contact-form-container{padding:1.5rem}.contact-item{padding:.8rem}.contact-icon{font-size:1.2rem}}.footer{background:#1a1a1a;color:#fff;padding:4rem 0 2rem}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 2.5fr;margin-bottom:3rem}.footer-logo{display:block;height:auto;margin-bottom:1rem;max-width:100%;width:170px}.footer-tagline{color:#999;font-size:.9rem;margin-top:0}.footer-links{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:.8fr .8fr 1.5fr}.footer-section h4{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.footer-section a{color:var(--primary-color);font-size:.8rem;text-decoration:none;transition:color .3s ease}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#ccc;font-size:.8rem;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:var(--primary-color)}.footer-section ul li{color:#ccc;font-size:.8rem}.footer-bottom{align-items:center;border-top:1px solid #333;display:flex;justify-content:space-between;padding-top:2rem}.footer-copyright p{color:#999;font-size:.8rem;margin:0}.footer-legal{display:flex;flex-wrap:wrap;gap:1.2rem;justify-content:flex-end}.footer-legal a{color:#ccc;font-size:.8rem;text-decoration:none;transition:color .3s ease}.footer-legal a:hover{color:var(--primary-color)}.footer-section p{color:#ccc;font-size:.8rem;line-height:1.5;margin:0 0 .6rem}@media (max-width:768px){.footer-content{gap:2rem;grid-template-columns:1fr}.footer-links{gap:1.5rem;grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:1rem}.footer-bottom,.footer-brand{text-align:center}}@media (max-width:480px){.footer{padding:3rem 0 1.5rem}.footer-legal{gap:.75rem 1rem;justify-content:center}}.products-section{background:#f8f8f8}.products-showcase{margin-top:1rem;text-align:left}.products-split-row{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin-bottom:4rem}.products-split-row:last-child{margin-bottom:0}.products-split-row--reverse{direction:ltr}.products-split-media{border-radius:6px;box-shadow:0 8px 28px #0f30381a;max-width:min(440px,100%);overflow:hidden}.products-split-row:not(.products-split-row--reverse) .products-split-media{margin-left:0;margin-right:auto}.products-split-row--reverse .products-split-media{margin-left:auto;margin-right:0}.products-split-media img{display:block;height:auto;width:100%}.products-split-body{padding:.5rem 0}.products-split-eyebrow{color:var(--primary-color-dark);font-size:.8rem;font-weight:600;letter-spacing:.1em;margin:0 0 .75rem;text-transform:uppercase}.products-split-headline{color:#14343c;font-size:clamp(1.35rem,2.5vw,1.85rem);font-weight:700;line-height:1.25;margin:0 0 1.25rem}.products-split-headline-accent{color:var(--primary-color-dark)}.products-split-headline-rest{color:#1a1a1a}.products-split-benefits{list-style:none;margin:0 0 1.75rem;padding:0}.products-split-benefits li{align-items:flex-start;color:#444;display:flex;font-size:1rem;gap:.65rem;line-height:1.55;margin-bottom:.65rem}.products-split-benefits li:last-child{margin-bottom:0}.products-split-check{stroke-width:2.5;color:#22c55e;flex-shrink:0;height:1.15rem;margin-top:.2rem;width:1.15rem}@keyframes products-split-cta-arrow{0%,to{transform:translateX(0)}50%{transform:translateX(5px)}}.products-split-cta{align-items:center;background:#22c55e;border-radius:10px;box-shadow:0 4px 14px #22c55e59;color:#fff;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;padding:.85rem 1.75rem;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.products-split-cta-arrow{animation:products-split-cta-arrow 1.35s ease-in-out infinite;color:inherit;flex-shrink:0;height:1.15rem;width:1.15rem}.products-split-cta:hover .products-split-cta-arrow{animation-duration:.75s}.products-split-cta:hover{background:#16a34a;box-shadow:0 8px 22px #22c55e66;color:#fff;transform:translateY(-2px)}.products-split-cta--secondary{background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 100%);box-shadow:0 4px 14px #00718d40}.products-split-cta--secondary:hover{background:linear-gradient(135deg,var(--primary-color-dark) 0,var(--secondary-color) 100%);box-shadow:0 8px 22px #00718d59;color:#fff}@media (max-width:768px){.products-split-row{gap:1.75rem;grid-template-columns:1fr;margin-bottom:3rem}.products-split-row--reverse{display:flex;flex-direction:column-reverse}.products-split-row--reverse .products-split-media,.products-split-row:not(.products-split-row--reverse) .products-split-media{margin-left:auto;margin-right:auto}}.legal-page{background:linear-gradient(180deg,#f8fffe,#f4f8fb)}.legal-main{padding:120px 0 3rem}.legal-container{background:#fff;border:none;border-radius:14px;box-shadow:0 10px 30px #00000012;max-width:960px;padding:2.2rem}.legal-container h1{color:#103c46;font-size:2rem;font-weight:600;margin-bottom:.5rem}.legal-updated{color:#666;font-size:.95rem;font-weight:400;margin-bottom:2rem}.legal-note{background:#e3f7f7!important;border:1px solid #cae7e5;border-radius:10px;margin-bottom:1.5rem;padding:1rem 1rem .5rem}.legal-note h2{margin-top:0!important}.legal-container section{background:#fff;margin-bottom:1rem}.legal-container h2{color:#1f2f36;font-size:1.2rem;font-weight:600;margin:30px 0 .45rem}.legal-container h3{color:#253b44;font-size:1.02rem;font-weight:600;margin:.9rem 0 .45rem}.legal-container h4{color:#2b454f;font-size:.92rem;font-weight:600;margin:.75rem 0 .4rem}.legal-container p{color:#3f3f3f;font-size:.95rem;font-weight:400;line-height:1.4;margin-bottom:1rem}.legal-container ul{list-style:disc;margin:0 0 .9rem 1.2rem;padding:0}.legal-container ul ul{list-style:circle;margin:.45rem 0 .5rem 1.2rem}.legal-container li{color:#3f3f3f;font-size:.92rem;font-weight:400;line-height:1.4;margin-bottom:.35rem}.legal-container a{color:var(--secondary-color);font-weight:500;text-decoration:none}.legal-container a:hover{text-decoration:underline}.legal-container section p:last-child{margin-bottom:10px}@media (max-width:768px){.legal-main{padding:105px 0 2rem}.legal-container{padding:1.2rem}.legal-container h1{font-size:1.7rem}}.about-page{background:#fafcfc;padding:120px 20px 5rem}.about-page-shell{margin:0 auto;max-width:1200px;width:100%}.about-hero{background:#e5fff9;border:1px solid #b7f3e5;border-radius:10px;padding:3.5rem 2.5rem 3.75rem}.about-hero-inner{margin:0 auto;text-align:center;width:100%}.about-eyebrow{color:#1ba8a9;font-size:1rem;font-weight:600;letter-spacing:.12em;margin-bottom:1rem;opacity:.9;text-transform:uppercase}.about-hero h1{color:#0f3038;font-size:clamp(1.95rem,4.2vw,2.6rem);font-weight:600;letter-spacing:-.02em;line-height:1.2;margin:0 0 1.5rem}.about-lead{color:#4a6570;font-size:1.2rem;line-height:1.75;margin:30px auto;max-width:720px}.about-lead-sub{color:#6b8288;font-size:1.08rem;line-height:1.72;margin:0;max-width:none}.about-flow{margin:0;padding:3.5rem 0}.about-chapter{border-bottom:1px solid #0046500f;padding:2.75rem 0}.about-chapter:first-of-type{padding-top:0}.about-chapter:last-of-type{border-bottom:none;padding-bottom:0}.about-chapter h2{color:#1ba8a9;font-size:1.8rem;font-weight:500;letter-spacing:-.01em;margin:0 0 1rem}.about-chapter h3{color:#1e4550;font-size:1.12rem;font-weight:600;margin:1.35rem 0 .5rem}.about-chapter>h3:first-of-type{margin-top:.35rem}.about-pillar h3{margin-bottom:.5rem;margin-top:0}.about-chapter>p{color:#526970;font-size:1.08rem;line-height:1.74;margin:0 0 1rem}.about-chapter>p:last-child{margin-bottom:0}.about-chapter p a{color:var(--secondary-color);font-weight:500;text-decoration:none}.about-chapter p a:hover{text-decoration:underline}.about-quiet{color:#6a7d83;font-size:1.02rem;margin-bottom:.65rem!important}.about-list-relaxed{list-style:none;margin:0;padding:0}.about-list-relaxed li{color:#526970;font-size:1.08rem;line-height:1.68;margin-bottom:.85rem;padding-left:1.35rem;position:relative}.about-list-relaxed li:last-child{margin-bottom:0}.about-list-relaxed li:before{background:var(--primary-color);border-radius:50%;content:"";height:6px;left:0;opacity:.65;position:absolute;top:.65em;width:6px}.about-pillars{grid-gap:2rem 2.5rem;display:grid;gap:2rem 2.5rem;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:.25rem}.about-pillar{border-right:1px solid #e8e8e8;padding-right:15px}.about-pillar p{color:#5a7279;font-size:1.08rem;line-height:1.72;margin:0}.about-soft-close{color:#6b8288!important;font-size:.98rem!important;font-style:italic;margin-top:1.25rem!important}.about-note{color:#758892!important;font-size:1rem!important;margin-top:1.25rem!important}.about-chapter-products .about-soft-close{margin-top:1.75rem!important}.about-product-cards{grid-gap:1.5rem 1.75rem;display:grid;gap:1.5rem 1.75rem;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:.35rem}.about-product-card{background:#fff;border:1px solid #d2e7e6;border-radius:14px;padding:1.75rem 1.65rem}.about-product-card h3{color:#1e4550;font-size:1.12rem;font-weight:600;margin:0 0 .85rem}.about-product-card p{color:#526970;font-size:1.08rem;line-height:1.74;margin:0 0 1rem}.about-product-card p:last-child{margin-bottom:0}.about-product-card .about-list-relaxed{margin:0 0 1rem}.about-product-card .about-list-relaxed li:last-child{margin-bottom:0}.about-product-card-link{margin-bottom:0!important;margin-top:.25rem}.about-product-card a{color:var(--secondary-color);font-weight:500;text-decoration:none}.about-product-card a:hover{text-decoration:underline}@media (max-width:992px){.about-pillars,.about-product-cards{grid-template-columns:1fr}.about-pillars{gap:1.75rem}}@media (max-width:768px){.about-page{padding:110px 16px 4rem}.about-hero{padding:2.75rem 1.25rem 3rem}.about-flow{padding:2.5rem 1.25rem 4rem}.about-chapter{padding:2.25rem 0}.about-product-card{padding:1.5rem 1.25rem}}
/*# sourceMappingURL=main.f6653c0e.css.map*/