.nd-collection{--green: #08874A;--green-hover: #06703e;--green-deep: #057a42;--blue: #125BFF;--dark: #1a1a1a;--body: #4a4a4a;--light: #5f666d;--bg-light: #f8f9fa;--bg-tint: #f8fbff;--white: #fdfdfd;--white-soft: rgba(255, 255, 255, .9);--border: #e9ecef;--shadow-sm: 0 2px 4px rgba(0, 0, 0, .08);--shadow-md: 0 4px 12px rgba(0, 0, 0, .1);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .12);--font-base: 12px;--radius: 8px;--radius-lg: 12px;font:var(--font-base)/1.65 var(--font-body-family),"Source Sans Pro",sans-serif;color:var(--body);max-width:100%;overflow-x:hidden}.nd-collection button,.nd-collection input,.nd-collection select,.nd-collection textarea{font-family:inherit}.nd-collection,.nd-collection *,.nd-collection *:before,.nd-collection *:after{box-sizing:border-box}.nd-collection h1,.nd-collection h2,.nd-collection h3,.nd-collection h4,.nd-collection p,.nd-collection ul,.nd-collection ol,.nd-collection li,.nd-collection figure{margin:0;padding:0}.nd-collection .nd-container>p{margin-bottom:16px}.nd-collection .nd-container>p:last-child{margin-bottom:0}.nd-collection h1,.nd-collection h2,.nd-collection h3,.nd-collection h4{text-wrap:balance}.nd-collection p{text-wrap:pretty}.nd-collection .nd-container{max-width:1200px;margin:0 auto;padding:0 20px}.nd-collection h1{font-size:24px;font-weight:700;font-family:var(--font-heading-family),"Source Sans Pro",sans-serif;color:var(--dark);line-height:1.2;margin-bottom:16px}.nd-collection h1 span{color:var(--blue)}.nd-collection h2{font-size:18px;font-weight:700;font-family:var(--font-heading-family),"Source Sans Pro",sans-serif;color:var(--dark);margin-bottom:16px}.nd-collection h3{font-size:16px;font-weight:600;font-family:var(--font-heading-family),"Source Sans Pro",sans-serif;color:var(--dark);margin-bottom:8px}.nd-collection h4{font-size:12px;font-weight:600;font-family:var(--font-heading-family),"Source Sans Pro",sans-serif;color:var(--dark);margin-bottom:8px}.nd-collection p,.nd-collection li{font-size:12px;color:var(--body);line-height:1.7}.nd-collection a{color:var(--blue);text-decoration:none}.nd-collection a:hover{text-decoration:underline}.nd-collection .nd-btn{display:inline-block;padding:14px 32px;border-radius:var(--radius);text-decoration:none;transition:background-color .3s,color .3s,border-color .3s,transform .3s,box-shadow .3s;font-size:12px;font-weight:600}.nd-collection .nd-btn:hover{text-decoration:none}.nd-collection .nd-btn-primary{background:var(--green);color:var(--white);border:2px solid var(--green)}.nd-collection .nd-btn-primary:hover{background:var(--green-hover);border-color:var(--green-hover);transform:translateY(-2px);box-shadow:var(--shadow-md)}.nd-collection .nd-btn-secondary{background:var(--white);color:var(--green);border:2px solid var(--green)}.nd-collection .nd-btn-secondary:hover{background:var(--green);color:var(--white)}.nd-collection .nd-hero{background:linear-gradient(180deg,var(--white) 0%,var(--bg-light) 100%);padding:70px 0 50px;border-bottom:1px solid var(--border);overflow:hidden}.nd-collection .nd-hero-grid{display:grid;grid-template-columns:5fr 4fr;gap:60px;align-items:center}.nd-collection .nd-hero-subtitle{font-size:12px;margin-bottom:16px;color:var(--body)}.nd-collection .nd-hero-description{font-size:12px;line-height:1.8;color:var(--light);margin-bottom:28px}.nd-collection .nd-metrics{display:flex;gap:32px;margin-bottom:32px}.nd-collection .nd-metric{flex:1}.nd-collection .nd-metric-value{font-size:24px;font-weight:700;color:var(--dark);display:block;line-height:1;margin-bottom:4px;white-space:nowrap}.nd-collection .nd-metric-label{font-size:12px;color:var(--light);letter-spacing:.05em}.nd-collection .nd-hero-cta{display:flex;gap:16px;flex-wrap:wrap}.nd-collection .nd-hero-image-wrapper{border-radius:24px;overflow:hidden;box-shadow:var(--shadow-lg);background:var(--white)}.nd-collection .nd-hero-image img{width:100%;height:auto;display:block}.nd-collection .nd-figure{margin:24px 0;max-width:700px}.nd-collection .nd-figure img{width:100%;height:auto;display:block;background:var(--white);border:1px solid var(--border);border-radius:var(--radius)}.nd-collection .nd-figure figcaption{font-size:12px;color:var(--light);line-height:1.6;margin-top:8px}.nd-collection .nd-figure figcaption a{text-decoration:underline;text-underline-offset:2px}.nd-collection .nd-section{padding:60px 0}.nd-collection .nd-section-alt{background:var(--bg-light)}.nd-collection #faq{content-visibility:auto;contain-intrinsic-size:auto 900px}.nd-collection .nd-section-header{margin-bottom:32px}.nd-collection .nd-section-header p{max-width:700px;margin-top:8px}.nd-collection .nd-app-list{list-style:disc;margin:16px 0 0 24px}.nd-collection .nd-app-list li{padding:4px 0}.nd-collection .nd-table-wrapper{overflow-x:auto;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);margin-bottom:32px}.nd-collection .nd-table{width:100%;min-width:560px;border-collapse:collapse;background:var(--white);font-size:12px}.nd-collection .nd-table thead th{background:var(--bg-light);color:var(--dark);padding:14px 16px;text-align:left;font-weight:600;white-space:nowrap;border-bottom:2px solid var(--border)}.nd-collection .nd-table tbody td{padding:12px 16px;border-bottom:1px solid var(--border);text-wrap:pretty}.nd-collection .nd-table tbody tr:nth-child(2n){background:var(--bg-light)}.nd-collection .nd-table tbody tr:hover{background:#125bff08}.nd-collection .nd-table tbody tr:last-child td{border-bottom:none}.nd-collection .nd-app-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.nd-collection .nd-app-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px;box-shadow:var(--shadow-sm)}.nd-collection .nd-app-card h3{color:var(--blue);font-size:16px}.nd-collection .nd-app-card p a,.nd-collection .nd-container>p a,.nd-collection .nd-faq .nd-faq-answer a{text-decoration:underline;text-underline-offset:2px}.nd-collection .nd-app-card p a:hover,.nd-collection .nd-container>p a:hover,.nd-collection .nd-faq .nd-faq-answer a:hover{color:var(--green-deep)}.nd-collection .nd-resources-list{list-style:none;display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.nd-collection .nd-resources-list li{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:12px 16px}.nd-collection .nd-resources-list li a{display:flex;justify-content:space-between;align-items:center}.nd-collection .nd-resources-list li a:after{content:"\2192" / "";color:var(--green)}@media(pointer:coarse){.nd-collection .nd-btn,.nd-collection .nd-btn-white,.nd-collection .nd-btn-outline-white{min-height:44px}.nd-collection .nd-resources-list li a{min-height:44px;align-items:center}.nd-collection nav.nd-related a{min-height:44px;display:inline-flex;align-items:center}.nd-collection .nd-faq summary{min-height:48px}}.nd-collection .nd-faq{max-width:900px}.nd-collection .nd-faq details{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:16px;overflow:hidden}.nd-collection .nd-faq details:hover{box-shadow:var(--shadow-sm)}.nd-collection .nd-faq summary{padding:20px 56px 20px 20px;cursor:pointer;font-size:12px;font-weight:600;color:var(--dark);list-style:none;position:relative}.nd-collection .nd-faq summary::-webkit-details-marker{display:none}.nd-collection .nd-faq summary:after{content:"";position:absolute;right:20px;top:50%;transform:translateY(-50%) rotate(45deg);width:10px;height:10px;border-right:2px solid var(--blue);border-bottom:2px solid var(--blue);transition:transform .3s}.nd-collection .nd-faq details[open] summary:after{transform:translateY(-50%) rotate(-135deg)}.nd-collection .nd-faq .nd-faq-answer{padding:0 20px 20px}.nd-collection .nd-faq .nd-faq-answer p{margin-bottom:16px}.nd-collection .nd-faq .nd-faq-answer p:last-child{margin-bottom:0}.nd-collection .nd-why-list{list-style:none;display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.nd-collection .nd-why-list li{display:flex;align-items:flex-start;gap:12px;padding:16px;background:var(--white);border:1px solid var(--border);border-radius:var(--radius)}.nd-collection .nd-why-list li:before{content:"\2713";color:var(--green);font-weight:700;flex-shrink:0}.nd-collection nav.nd-related{display:flex;flex-wrap:wrap;gap:12px}.nd-collection nav.nd-related a{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:10px 20px;font-size:12px;transition:background-color .2s,border-color .2s,color .2s}.nd-collection nav.nd-related a:hover{background:var(--bg-tint);text-decoration:none;border-color:var(--blue)}.nd-collection .nd-cta{padding:60px 0;background:linear-gradient(135deg,var(--green),var(--green-deep));color:var(--white);text-align:center}.nd-collection .nd-cta h2{color:var(--white);margin-bottom:16px}.nd-collection .nd-cta p{color:var(--white);max-width:700px;margin:0 auto 32px}.nd-collection .nd-cta .nd-btn-white,.nd-collection .nd-cta .nd-btn-outline-white{background:var(--white);color:var(--green);border:2px solid var(--green);padding:14px 32px;border-radius:var(--radius);font-weight:600;display:inline-block;text-decoration:none;transition:background-color .3s,color .3s,transform .3s,box-shadow .3s;margin:0 8px}.nd-collection .nd-cta .nd-btn-white:hover,.nd-collection .nd-cta .nd-btn-outline-white:hover{background:var(--green);color:var(--white);transform:translateY(-2px);box-shadow:var(--shadow-md);text-decoration:none}@media(max-width:1024px){.nd-collection .nd-hero-grid{grid-template-columns:1fr;gap:40px}.nd-collection .nd-hero-image{max-width:500px}.nd-collection .nd-app-grid,.nd-collection .nd-resources-list,.nd-collection .nd-why-list{grid-template-columns:1fr}.nd-collection h1{font-size:24px}.nd-collection h2{font-size:18px}}@media(max-width:768px){.nd-collection .nd-hero{padding:48px 0 36px}.nd-collection .nd-metrics{flex-direction:column;gap:16px}.nd-collection .nd-hero-cta{flex-direction:column}.nd-collection .nd-btn{width:100%;text-align:center}.nd-collection h1{font-size:20px}.nd-collection .nd-cta .nd-btn-white,.nd-collection .nd-cta .nd-btn-outline-white{display:block;margin:8px auto;max-width:280px}}.nd-collection{font-family:Source Sans Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;line-height:1.7}.nd-collection h1{font-size:24px;font-weight:800;line-height:1.2}.nd-collection h2{font-size:18px;font-weight:700;line-height:1.3}.nd-collection h3{font-size:16px;font-weight:600;line-height:1.35}.nd-collection h4{font-size:12px;font-weight:600;line-height:1.4}.nd-collection [class*=hero-subtitle],.nd-collection [class*=hero-lede],.nd-collection [class*=hero-sub]{font-size:14px;font-weight:300;line-height:1.6}@media(max-width:768px){.nd-collection h1{font-size:20px}.nd-collection h2{font-size:16px}.nd-collection h3{font-size:14px}.nd-collection [class*=hero-subtitle],.nd-collection [class*=hero-lede],.nd-collection [class*=hero-sub]{font-size:12px}}@media(max-width:480px){.nd-collection h1,.nd-collection .nd-metric-value{font-size:18px}.nd-collection .nd-hero-image-wrapper{border-radius:12px}}.nd-collection .nd-breadcrumb{padding:24px 0 8px}.nd-collection .nd-breadcrumb ol{list-style:none;display:flex;flex-wrap:wrap;align-items:center;gap:6px;font-size:12px;color:var(--light)}.nd-collection .nd-breadcrumb li{display:flex;align-items:center}.nd-collection .nd-breadcrumb li+li:before{content:"\203a";margin-right:6px;color:var(--light)}.nd-collection .nd-breadcrumb a{color:var(--blue)}.nd-collection .nd-breadcrumb a:hover{text-decoration:underline}.nd-collection a:focus-visible,.nd-collection .nd-btn:focus-visible,.nd-collection .nd-btn-white:focus-visible,.nd-collection .nd-btn-outline-white:focus-visible,.nd-collection .nd-faq summary:focus-visible{outline:2px solid var(--blue);outline-offset:2px}@media(prefers-reduced-motion:reduce){.nd-collection .nd-btn,.nd-collection .nd-btn-white,.nd-collection .nd-btn-outline-white,.nd-collection nav.nd-related a,.nd-collection .nd-faq summary:after{transition:none}.nd-collection .nd-btn-primary:hover,.nd-collection .nd-cta .nd-btn-white:hover{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/50/assets/no-distortion-collection.css.map */
