@import "https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,300;400;500;600;700;800;900&family=Outfit:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@300;400;500&display=swap";.navbar{--_glass-alpha:1;--_tiltX:0deg;--_tiltY:0deg;--_text-dim:#000000bf;--_text-bright:#2d3748;--_accent:#e81a2d;--_accent-glow:#eb141426;z-index:var(--z-sticky,1000);pointer-events:none;justify-content:center;padding-top:20px;display:flex;position:fixed;top:0;left:0;right:0}.nav-container{pointer-events:auto;isolation:isolate;width:min(1000px,92%);transform:perspective(800px) rotateX(var(--_tiltX)) rotateY(var(--_tiltY));will-change:transform;background:#fff;border-radius:16px;justify-content:space-between;align-items:center;padding:8px 10px 8px 24px;transition:transform .45s cubic-bezier(.16,1,.3,1),box-shadow .4s;display:flex;position:relative;overflow:visible;box-shadow:0 4px 20px #00000014}.nav-container--scrolled{box-shadow:0 8px 30px #0000001f}.hover-glass{pointer-events:none;opacity:0;z-index:0;background:#f4f4f5;border-radius:10px;width:0;height:calc(100% - 12px);transition:opacity .25s,transform .25s;position:absolute;top:6px;left:0;transform:scaleY(.88)scaleX(.96)}.hover-glass.visible{opacity:1;transform:scaleY(1)scaleX(1)}.nav-logo{cursor:pointer;z-index:1;border-radius:10px;flex-shrink:0;align-items:center;display:flex}.nav-logo img{object-fit:contain;width:auto;height:38px;transition:opacity .3s}.nav-links{z-index:1;align-items:center;gap:12px;display:flex}.nav-item{color:#2d3748;cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;z-index:1;border-radius:10px;align-items:center;padding:8px 16px;font-family:Outfit,sans-serif;font-size:16px;font-weight:500;text-decoration:none;transition:color .3s;display:inline-flex;position:relative}.nav-item:hover{color:#000}.nav-caret{color:#2d3748;margin-left:6px;transition:transform .2s cubic-bezier(.16,1,.3,1)}.nav-caret--open{transform:rotate(180deg)}.nav-item--active{color:#e81a2d}.nav-item:after{display:none}.nav-actions{z-index:1;align-items:center;gap:8px;display:flex}.nav-icon{cursor:pointer;z-index:1;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.nav-icon img{filter:brightness(0)saturate()invert(39%)sepia(21%)saturate(2370%)hue-rotate(185deg)brightness(97%)contrast(92%);width:22px;height:22px}.nav-icon:hover{background:#f4f4f5}.nav-login{color:#000;padding:8px 16px;font-weight:600}.nav-login:hover{color:#e81a2d}.nav-cta{color:#fff;cursor:pointer;white-space:nowrap;z-index:1;background:#e81a2d;border:none;border-radius:8px;padding:12px 24px;font-family:Outfit,sans-serif;font-size:15px;font-weight:500;transition:background .3s,transform .2s cubic-bezier(.16,1,.3,1);position:relative}.nav-cta:hover{background:#cc1526}.ripple{display:none}@media (width<=1024px){.nav-container{width:min(1000px,96%);padding:7px 8px 7px 14px}.nav-item{padding:8px 11px;font-size:14px}.nav-cta{padding:10px 16px;font-size:14px}}@media (width<=768px){.navbar{padding-top:8px}.nav-links{display:none}.nav-actions{margin-left:auto}.nav-login{display:none}}@media (width<=900px){.hide-mobile{display:none}}@media (prefers-reduced-motion:reduce){.nav-container,.hover-glass{transition:none;transform:none!important}}:root{--logo-scan-subtle:.3;--logo-scan-default:.6;--logo-scan-intense:1;--logo-scan-color:255, 255, 255}:root[data-theme=dark]{--logo-scan-color:200, 230, 255}.logo-scan{transform-style:preserve-3d;cursor:pointer;line-height:0;display:inline-flex;position:relative;overflow:visible}.logo-img{z-index:2;transition:transform .4s cubic-bezier(.2,.8,.2,1);display:block;position:relative}.logo-scan.is-active .logo-img{animation:1.2s cubic-bezier(.22,1,.36,1) forwards logo-pop}.logo-scan-overlay{z-index:3;background:linear-gradient(105deg, transparent 20%, rgba(var(--logo-scan-color), var(--scan-alpha,.4)) 45%, rgba(var(--logo-scan-color), var(--scan-alpha,.8)) 50%, rgba(var(--logo-scan-color), var(--scan-alpha,.4)) 55%, transparent 80%);opacity:0;pointer-events:none;mix-blend-mode:overlay;position:absolute;inset:0;transform:translate(-150%)skew(-20deg);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.logo-scan-overlay-2{z-index:4;background:linear-gradient(105deg, transparent 40%, rgba(var(--logo-scan-color), .9) 48%, rgba(var(--logo-scan-color), 1) 50%, rgba(var(--logo-scan-color), .9) 52%, transparent 60%);opacity:0;pointer-events:none;mix-blend-mode:color-dodge;position:absolute;inset:0;transform:translate(-150%)skew(-20deg);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.logo-scan-glow{background:radial-gradient(circle, rgba(var(--logo-scan-color), .3) 0%, transparent 70%);opacity:0;z-index:1;pointer-events:none;width:140%;height:140%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.5)}.logo-scan-overlay.active{animation:2.6s cubic-bezier(.22,1,.36,1) forwards scan-pass-1}.logo-scan-overlay-2.active{animation:1.2s cubic-bezier(.16,1,.3,1) .1s forwards scan-pass-2}.logo-scan-glow.active{animation:2.2s ease-out forwards scan-glow}.logo-scan--subtle{--scan-alpha:var(--logo-scan-subtle)}.logo-scan--default{--scan-alpha:var(--logo-scan-default)}.logo-scan--intense{--scan-alpha:var(--logo-scan-intense)}@keyframes logo-pop{0%{transform:scale(1)}15%{transform:scale(1.04)}to{transform:scale(1)}}@keyframes scan-pass-1{0%{opacity:0;transform:translate(-150%)skew(-20deg)}10%{opacity:1}to{opacity:0;transform:translate(150%)skew(-20deg)}}@keyframes scan-pass-2{0%{opacity:0;transform:translate(-150%)skew(-10deg)}10%{opacity:1}60%{opacity:0;transform:translate(150%)skew(-10deg)}to{opacity:0;transform:translate(150%)skew(-10deg)}}@keyframes scan-glow{0%{opacity:0;transform:translate(-50%,-50%)scale(.8)}20%{opacity:.6;transform:translate(-50%,-50%)scale(1.1)}to{opacity:0;transform:translate(-50%,-50%)scale(1.2)}}@media (prefers-reduced-motion:reduce){.logo-scan.is-active .logo-img,.logo-scan-overlay.active,.logo-scan-overlay-2.active,.logo-scan-glow.active{opacity:1;transition:none;animation:none;transform:none}}.footer{padding-block:var(--section-spacing);border-top:1px solid var(--t-border-subtle);position:relative;overflow:hidden}.footer__pattern{pointer-events:none;z-index:0;position:absolute;inset:0}.footer__inner{z-index:1;position:relative}.footer__top{border-bottom:1px solid var(--t-border-subtle);grid-template-columns:1.5fr repeat(4,1fr);gap:2.5rem;padding-bottom:1.5rem;display:grid}.footer__brand{flex-direction:column;gap:1rem;display:flex}.footer__logo{align-items:center;gap:.5rem;display:flex}.footer__logo-icon{flex-shrink:0}.footer__logo-icon img{filter:var(--t-icon-filter)}.footer__logo-text{font-family:var(--ff-heading);color:var(--t-text-strong);letter-spacing:-.02em;font-size:1.25rem;font-weight:700}.footer__logo-text span{color:#e63333}.footer__brand-desc{color:#4b5563;max-width:300px;font-size:.85rem;line-height:1.7}.footer__col{flex-direction:column;display:flex}.footer__col-title{letter-spacing:.06em;text-transform:uppercase;color:#1f2937;margin-bottom:1.25rem;font-size:.78rem;font-weight:600}.footer__links{flex-direction:column;gap:.65rem;margin:0;padding:0;list-style:none;display:flex}.footer__link{color:#4b5563;font-size:.85rem;text-decoration:none;transition:color .25s,transform .25s}.footer__link:hover{color:#2563eb;transform:translate(3px)}.footer__contact-item{color:#4b5563;align-items:flex-start;gap:.6rem;font-size:.85rem;line-height:1.5;display:flex}.footer__contact-icon{flex-shrink:0;width:18px;height:18px;margin-top:2px}.footer__contact-icon svg{fill:none;stroke:#4b5563;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;width:100%;height:100%}.footer__contact-link{color:#4b5563;text-decoration:none;transition:color .25s}.footer__contact-link:hover{color:#2563eb}.footer__bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1rem;display:flex}.footer__socials{gap:.5rem;display:flex}.footer__social{background:var(--t-glass-fill);border:1px solid var(--t-border);cursor:pointer;border-radius:50%;place-items:center;width:36px;height:36px;padding:0;transition:background .3s,border-color .3s,transform .3s;display:grid}.footer__social img{opacity:.6;filter:brightness(0);width:16px;height:16px;transition:opacity .3s}.footer__social:hover{background:#2463eb1a;border-color:#2463eb33;transform:translateY(-2px)}.footer__social:hover img{opacity:.8}.footer__copyright{color:#6b7280;font-size:.78rem}.footer__legal{align-items:center;gap:1rem;display:flex}.footer__legal-link{color:#6b7280;font-size:.78rem;text-decoration:none;transition:color .25s}.footer__legal-link:hover{color:#2563eb}.footer__legal-sep{background:#cbd5e1;border-radius:50%;width:3px;height:3px}@media (width<=900px){.footer__top{grid-template-columns:1fr 1fr}.footer__brand{grid-column:span 2}}@media (width<=600px){.footer__top{grid-template-columns:1fr}.footer__brand{grid-column:auto}.footer__bottom{text-align:center;flex-direction:column}.footer__socials,.footer__legal{justify-content:center}}@keyframes pulse-glow{0%{box-shadow:0 0 #3b82f666}70%{box-shadow:0 0 0 6px #3b82f600}to{box-shadow:0 0 #3b82f600}}.hero{isolation:isolate;flex-direction:column;justify-content:center;align-items:center;min-height:100dvh;padding:80px 0 0;display:flex;position:relative;overflow:hidden}.bbd{padding:var(--section-spacing) 0;width:100%;position:relative;overflow:hidden}.hero__bg{z-index:-3;background:radial-gradient(ellipse 80% 60% at 50% 30%, #2463eb14 0%, transparent 60%), linear-gradient(180deg, var(--t-bg) 0%, var(--t-bg-deep) 40%, var(--t-bg-alt) 100%);position:absolute;inset:-10%}.hero__bg-img{object-fit:cover;object-position:center top;z-index:-1;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.hero__grid-overlay{z-index:1;background-image:linear-gradient(#2463eb08 1px,#0000 1px),linear-gradient(90deg,#2463eb08 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(60% 50% at 50% 40%,#000 20%,#0000 80%);mask-image:radial-gradient(60% 50% at 50% 40%,#000 20%,#0000 80%)}.hero__grid-overlay:after{content:"";z-index:2;-webkit-mask-image:radial-gradient(600px circle at var(--mouse-x,50%) var(--mouse-y,50%), black 0%, transparent 40%);mask-image:radial-gradient(600px circle at var(--mouse-x,50%) var(--mouse-y,50%), black 0%, transparent 40%);-webkit-mask-image:radial-gradient(600px circle at var(--mouse-x,50%) var(--mouse-y,50%), black 0%, transparent 40%);opacity:1;will-change:mask-image;background-image:linear-gradient(#86aaf926 1px,#0000 1px),linear-gradient(90deg,#86aaf926 1px,#0000 1px);background-size:60px 60px;transition:opacity .3s;position:absolute;inset:0}.hero--static .hero__grid-overlay:after{opacity:0}.hero:before{content:"";opacity:.035;pointer-events:none;z-index:999;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='1'/%3E%3C/svg%3E");background-size:150px 150px;width:200%;height:200%;animation:8s steps(10,end) infinite hero-grain;position:absolute;inset:-50%}.hero--static:before{animation:none}@keyframes hero-grain{0%{transform:translate(0)}10%{transform:translate(-5%,-10%)}20%{transform:translate(-15%,5%)}30%{transform:translate(7%,-25%)}40%{transform:translate(-5%,25%)}50%{transform:translate(-15%,10%)}60%{transform:translate(15%)}70%{transform:translateY(15%)}80%{transform:translate(3%,35%)}90%{transform:translate(-10%,10%)}to{transform:translate(0)}}.hero__glow{z-index:-2;pointer-events:none;width:800px;height:800px;position:absolute;top:50%;left:50%;transform:translate(-50%,-55%)}.hero__glow-primary{will-change:transform, opacity;background:radial-gradient(circle,#2463eb26 0%,#2463eb0f 25%,#2463eb05 45%,#0000 60%);border-radius:50%;animation:6s ease-in-out infinite hero-glow-pulse;position:absolute;inset:-20%}.hero--static .hero__glow-primary{animation:none}@keyframes hero-glow-pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}.hero__glow-accent{background:radial-gradient(circle,#925cf014 0%,#6ec9f708 30%,#0000 55%);border-radius:50%;position:absolute;inset:5%}.hero__glow-bloom{background:radial-gradient(circle,#0000 20%,#9edbfa04 40%,#0000 60%);border-radius:50%;position:absolute;inset:-20%}.hero__particles{z-index:-1;pointer-events:none;position:absolute;inset:0;overflow:hidden}.hero__particle{animation:hero-particle-float var(--_dur,6s) ease-in-out infinite;animation-delay:var(--_delay,0s);will-change:transform, opacity;background:#9edbfa66;border-radius:50%;position:absolute}.hero--static .hero__particles{display:none}@keyframes hero-particle-float{0%,to{opacity:.15;transform:translate(0)}50%{transform:translate(calc(var(--_drift,4px)), -15px);opacity:.5}}.hero__content{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:clamp(1rem,.5rem + 1.5vw,2rem);width:min(1200px,90%);margin:0 auto;display:flex;position:relative}.hero__heading-wrap{text-align:center;z-index:1}.hero__heading{font-family:var(--ff-heading);font-weight:var(--fw-bold);letter-spacing:-.03em;color:#fff;max-width:900px;margin:0 auto;line-height:1.1}.hero__heading-text{text-transform:none;font-size:clamp(2rem,1.5rem + 3vw,4rem);display:inline-block}.hero__highlight-box{white-space:nowrap;vertical-align:baseline;border:2px solid #2f80ed;margin:0 .1em;padding:0 .25em;display:inline-block;position:relative}.hero__highlight-box:after{content:"";pointer-events:none;z-index:1;background:linear-gradient(#fff,#fff) 0 0/6px 6px no-repeat,linear-gradient(#fff,#fff) 100% 0/6px 6px no-repeat,linear-gradient(#fff,#fff) 0 100%/6px 6px no-repeat,linear-gradient(#fff,#fff) 100% 100%/6px 6px no-repeat;position:absolute;inset:-4px}.hero__heading-brand,.hero__heading-subtitle{display:none}.hero__visual{z-index:1;justify-content:center;align-items:center;width:100%;max-width:700px;height:clamp(260px,22vw,380px);margin:0 auto;display:flex;position:relative}.hero__tooth-container{will-change:transform;justify-content:center;align-items:center;animation:4.5s ease-in-out infinite hero-tooth-float;display:flex;position:relative}@keyframes hero-tooth-float{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}.hero__tooth-wrapper{width:100%;max-width:clamp(200px,18vw,360px);display:inline-block;position:relative}.hero__tooth-img{filter:drop-shadow(0 20px 60px #2463eb40)drop-shadow(0 0 100px #2463eb1a);width:100%;height:auto;display:block}.hero__scan-mask{z-index:2;pointer-events:none;position:absolute;inset:0;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.hero__scan-beam{filter:drop-shadow(0 0 12px #0ff9);opacity:0;pointer-events:none;z-index:2;mix-blend-mode:screen;background:linear-gradient(#0000 0%,#00ffff0d 40%,#00ffff4d 85%,#ccffffe6 98%,#0ff9 100%);width:100%;height:25%;animation:3.5s cubic-bezier(.4,0,.2,1) infinite hero-scan-loop;position:absolute;top:-20%;left:0}.hero--static .hero__scan-beam{opacity:0;animation:none}@keyframes hero-scan-loop{0%{opacity:0;top:-20%}15%{opacity:1}85%{opacity:1}to{opacity:0;top:120%}}.hero__orbit-ring{pointer-events:none;will-change:transform;border:1px dashed #2463eb1f;border-radius:50%;width:110%;height:110%;animation:30s linear infinite hero-orbit-spin;position:absolute}.hero--static .hero__orbit-ring{animation:none}@keyframes hero-orbit-spin{to{transform:rotate(360deg)}}.hero__pills{pointer-events:none;position:absolute;inset:0}.hero__pill{pointer-events:auto;cursor:default;-webkit-user-select:none;user-select:none;position:absolute}.hero__pill-inner{font-family:var(--ff-sans);color:#fff;white-space:nowrap;-webkit-backdrop-filter:blur(12px);background:#0f1729e6;border:1px solid #374b6d99;border-radius:999px;align-items:center;gap:14px;padding:20px 36px;font-size:1.15rem;font-weight:600;transition:transform .3s cubic-bezier(.16,1,.3,1),border-color .3s;display:flex;box-shadow:0 8px 32px #0f172980,inset 0 1px #99ccff26}.hero__pill-inner--float{will-change:transform;animation:5.5s ease-in-out infinite hero-pill-float}@keyframes hero-pill-float{0%,to{transform:translate(0)}50%{transform:translate(3px,-8px)}}.hero__pill-inner:hover{background:#121d36e6;border-color:#2463eb4d;transform:scale(1.05)}.hero__pill-icon{flex-shrink:0;width:28px;height:28px;display:flex}.hero__pill-icon svg{stroke:#86d2f9d9;fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:100%;height:100%}.hero__pill-label{font-size:inherit}.hero__pill--ai{top:-5%;left:-16%}.hero__pill--lab{top:40%;left:-32%}.hero__pill--supplies{bottom:8%;left:-12%}.hero__pill--learning{top:-5%;right:-16%}.hero__pill--clinic{top:40%;right:-32%}.hero__pill--ortho{bottom:8%;right:-12%}.hero__cta-wrap{z-index:1;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.25rem;display:flex}.hero__cta{font-family:var(--ff-sans);color:#fff;cursor:pointer;isolation:isolate;letter-spacing:-.01em;background:linear-gradient(135deg,#1745cf,#257bf4);border:none;border-radius:999px;align-items:center;gap:10px;padding:16px 36px;font-size:.95rem;font-weight:600;transition:box-shadow .4s,transform .4s cubic-bezier(.16,1,.3,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 30px #2463eb59,0 1px 4px #2463eb26,inset 0 1px #ffffff26}.hero__cta:after{content:"";background:linear-gradient(90deg,#0000,#ffffff26,#0000);width:60%;height:100%;transition:left .6s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:-100%;transform:skew(-20deg)}.hero__cta:hover{transform:translateY(-2px);box-shadow:0 8px 50px #2463eb80,0 2px 8px #2463eb33,inset 0 1px #fff3}.hero__cta:hover:after{left:130%}.hero__cta-glow{border-radius:inherit;opacity:0;z-index:-1;filter:blur(16px);background:linear-gradient(135deg,#1a4de6,#3d8af5);transition:opacity .4s;position:absolute;inset:-3px}.hero__cta:hover .hero__cta-glow{opacity:1}.hero__cta-arrow{transition:transform .3s cubic-bezier(.16,1,.3,1);display:flex}.hero__cta:hover .hero__cta-arrow{transform:translate(4px)}.bbd{width:100%;padding:clamp(1rem,1rem + 2vw,3rem) 0;position:relative;overflow:hidden}.bbd__bg-glow{pointer-events:none;z-index:0;background:radial-gradient(circle,#2463eb09 0%,#2463eb03 30%,#0000 55%);width:1000px;height:1000px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.bbd__bg-upper{pointer-events:none;z-index:0;opacity:1;width:clamp(800px,80vw,1600px);height:auto;position:absolute;top:-10%;right:-10%}.bbd__bg-lower{pointer-events:none;z-index:0;opacity:1;width:clamp(800px,80vw,1600px);height:auto;position:absolute;bottom:-10%;left:-10%}.bbd__container{max-width:var(--container-max);z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(3rem,2rem + 3vw,5rem);width:90%;margin:0 auto;display:grid;position:relative}.bbd__image-col{position:relative}.bbd__image-wrap{border:none;border-radius:1.5rem;display:inline-block;position:relative;overflow:hidden}.bbd__image-real{object-fit:contain;width:auto;max-width:100%;height:auto;display:block}.bbd__image-wrap:hover .bbd__image-real{transform:none}.bbd__image-overlay{display:none}.bbd__floating-tooth-wrapper{z-index:3;width:clamp(200px,25vw,360px);height:clamp(200px,25vw,360px);animation:7s ease-in-out infinite hero-pill-float;position:absolute;top:4%;left:-20%}.bbd__floating-tooth-wrapper canvas{outline:none;width:100%!important;height:100%!important}.bbd__floating-tooth img{object-fit:contain;filter:drop-shadow(0 12px 24px #32325d26);will-change:transform;width:65%;height:auto}.bbd__badge{background:var(--t-surface-hover);-webkit-backdrop-filter:blur(24px)saturate(180%);border:1px solid var(--t-glass-border);box-shadow:0 8px 32px var(--t-shadow-heavy);z-index:2;border-radius:1rem;align-items:center;gap:14px;padding:14px 18px;display:flex;position:absolute;bottom:28px;right:-16px}.bbd__badge-icon{background:linear-gradient(135deg,#2463eb,#8244ee);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;box-shadow:0 4px 16px #2463eb59}.bbd__badge-icon svg{stroke-width:2px;color:#fff;width:22px;height:22px}.bbd__badge-title{color:var(--t-text-strong);font-size:.875rem;font-weight:700;line-height:1.2}.bbd__badge-sub{color:var(--t-text-muted);margin-top:2px;font-size:.7rem}.bbd__badge-content{flex-direction:column;display:flex}.bbd__content-col{position:relative}.bbd__label{color:#5c8bf0;letter-spacing:.06em;text-transform:uppercase;background:#2463eb1a;border:1px solid #2463eb26;border-radius:999px;margin-bottom:1.5rem;padding:6px 14px;font-size:.75rem;font-weight:600;display:inline-flex}.bbd__title{font-family:var(--ff-heading);letter-spacing:-.03em;color:var(--t-text);margin-bottom:1.25rem;font-size:clamp(2rem,1.5rem + 2vw,3.2rem);font-weight:700;line-height:1.08}.bbd__desc{color:var(--t-text-dim);max-width:90%;margin-bottom:2rem;font-size:1rem;line-height:1.7}.bbd__cards{grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%;display:grid}.bbd__card{aspect-ratio:1/1.1;text-align:center;cursor:pointer;isolation:isolate;width:100%;box-shadow:none;background:0 0;border:none;border-radius:0;flex-direction:column;justify-content:center;align-items:center;padding:1.5rem;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.bbd__card:hover{box-shadow:none;background:0 0;border-color:#0000;transform:translateY(-8px)}.bbd__card-bg{object-fit:contain;z-index:-1;filter:drop-shadow(0 4px 12px #00000014);width:100%;height:100%;transition:filter .3s;position:absolute;inset:0}.bbd__card:hover .bbd__card-bg{filter:drop-shadow(0 12px 24px #32325d26)}.bbd__card-content{z-index:2;flex-direction:column;align-items:center;gap:.5rem;margin-top:-18%;display:flex}.bbd__card-icon{width:auto;height:48px;box-shadow:none;background:0 0;border-radius:0;margin-bottom:.25rem}.bbd__card:hover .bbd__card-icon{box-shadow:none;background:0 0}.bbd__card-icon img{object-fit:contain;width:42px;height:42px;filter:none!important}.bbd__card:hover .bbd__card-icon img{filter:none!important}.bbd__card-title{font-family:var(--ff-heading);color:#1e293b;font-size:.95rem;font-weight:700;line-height:1.2}.bbd__card-desc,.bbd__card-shine{display:none}.bbd__card--action{background:0 0}.bbd__card--action .bbd__card-bg{opacity:.8;filter:drop-shadow(0 4px 12px #0000000d)}.bbd__card--action:hover .bbd__card-bg{opacity:1;filter:drop-shadow(0 8px 16px #0000001a)}.bbd__card-icon--action{border:2px solid #334155;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:.5rem;padding:10px;transition:all .3s;display:flex}.bbd__card-icon--action img{object-fit:contain;filter:brightness(.2);width:100%;height:100%}.bbd__card--action:hover .bbd__card-icon--action{background:#334155;border-color:#334155}.bbd__card--action:hover .bbd__card-icon--action img{filter:brightness(0)invert()}.bbd__action-text{color:#334155;font-size:.9rem}@media (width<=1024px){.hero__visual{max-width:500px}.hero__glow{width:600px;height:600px}}@media (width<=768px){.hero{padding-top:80px}.hero__visual{max-width:360px;height:260px}.hero__tooth-wrapper{max-width:180px}.hero__pill-inner{padding:8px 14px;font-size:.68rem}.hero__glow{width:400px;height:400px}.hero__cta{padding:14px 28px;font-size:.88rem}.hero__stats{gap:1.5rem}.bbd__container{grid-template-columns:1fr;gap:3rem}.bbd__image-col{max-width:450px;margin:0 auto}.bbd__badge{bottom:20px;right:0}.bbd__desc{max-width:100%}.bbd__floating-tooth-wrapper{width:120px;height:120px;top:-5%;left:-10%}.bbd__cards{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (width<=480px){.hero__pill--learning,.hero__pill--supplies{display:none}.hero__stats{flex-direction:column;gap:1rem}.hero__stat:after{display:none}.bbd__cards{grid-template-columns:1fr;max-width:240px;margin:0 auto}}.de-hero{max-width:1440px;margin:80px auto 0;padding:80px 16px;position:relative}.hero__banner{border-radius:40px;max-width:1140px;height:70vh;margin:0 auto;position:relative;overflow:hidden}.hero__gradient-bg{z-index:0;background:linear-gradient(#1d2237 3%,#203568 133%);border-radius:40px;position:absolute;inset:0}.hero__inner-border{z-index:1;pointer-events:none;background:0 0;border:1px solid #3f8ac866;border-radius:40px;position:absolute;inset:0}.hero__texture-overlay{z-index:2;opacity:.28;mix-blend-mode:overlay;pointer-events:none;position:absolute;inset:0;overflow:hidden}.hero__texture-overlay img{object-fit:cover;object-position:center;width:100%;height:100%}.de-hero__grid-overlay{z-index:3;pointer-events:none;opacity:.12;background-image:linear-gradient(90deg,#ffffff40 1px,#0000 1px),linear-gradient(#ffffff40 1px,#0000 1px);background-size:36px 36px;position:absolute;inset:0}.de-hero__content{z-index:10;grid-template-columns:1.05fr .95fr;align-items:center;gap:1.5rem;height:100%;padding:64px 72px 56px;display:grid;position:relative}.hero__left{flex-direction:column;gap:18px;display:flex}.hero__badge{width:fit-content;display:inline-block}.hero__badge span{color:#fff;background:linear-gradient(90.3deg,#0085ff99 0%,#0085ff00 151.26%);border:.2px solid #fff9;border-radius:29.5px;padding:8px 28px;font-family:Outfit,sans-serif;font-size:22px;font-weight:400;line-height:36.3px;display:inline-block}.de-hero__heading{color:#fff;text-transform:capitalize;max-width:520px;margin:0;font-family:Outfit,sans-serif;font-size:48px;font-weight:600;line-height:64px}.hero__desc{color:#fff;max-width:520px;margin:0;font-family:Outfit,sans-serif;font-size:18px;font-weight:300;line-height:28px}.hero__dots{align-items:center;gap:10px;display:flex}.hero__dot{border-radius:5.5px;height:6px;display:block}.hero__dot--active{background:#fff;width:32px}.hero__dot--inactive{background:#838383;width:10px}.hero__right{justify-content:flex-end;align-items:center;display:flex}.hero__image-wrap{border-radius:41px;flex-shrink:0;width:436px;height:440px;margin-top:-32px;margin-right:12px;position:relative;overflow:hidden}.hero__img{object-fit:cover;object-position:center;width:100%;height:100%}.hero__clinic-needs-box{border:1px solid #3c88d6;margin-left:-10px;margin-right:6px;padding:4px 10px;line-height:1.1;display:inline-block;position:relative}.hero__selector-corner{background:#fff;border:1px solid #3c88d6;width:7px;height:7px;position:absolute}.hero__selector-corner--tl{top:-4.5px;left:-4.5px}.hero__selector-corner--tr{top:-4.5px;right:-4.5px}.hero__selector-corner--bl{bottom:-4.5px;left:-4.5px}.hero__selector-corner--br{bottom:-4.5px;right:-4.5px}.hero__floating-btns{z-index:1000;pointer-events:auto;flex-direction:column;align-items:flex-end;gap:24px;display:flex;position:fixed;top:50%;right:24px;transform:translateY(-50%)}.hero__expand-btn{cursor:pointer;background:#fff;border:none;border-radius:33px;justify-content:flex-end;align-items:center;width:66px;height:66px;padding:0;transition:width .3s,box-shadow .3s,transform .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 3px 25px #00000026}.hero__expand-btn--blue{background:linear-gradient(135deg,#74b9ff 0%,#3c88d6 100%)}.hero__expand-btn--red{background:linear-gradient(135deg,#ff737f 0%,#ed1a2b 100%)}.hero__expand-btn:hover{width:266px;transform:translateY(-4px);box-shadow:0 6px 30px #0003}.hero__expand-btn-label{color:#fff;opacity:0;white-space:nowrap;flex:1;padding-left:20px;font-family:Outfit,sans-serif;font-size:18px;font-weight:400;line-height:30.3px;transition:opacity .3s,width .3s;overflow:hidden}.hero__expand-btn:hover .hero__expand-btn-label{opacity:1}.hero__expand-btn-icon{background:#00000014;border-radius:33px;flex-shrink:0;justify-content:center;align-items:center;width:66px;height:66px;display:flex}.hero__expand-btn-icon img{width:32px;height:32px}.hero__circle-btn{cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:66px;height:66px;transition:box-shadow .3s,transform .3s;display:flex;box-shadow:0 3px 25px #00000026}.hero__circle-btn img{width:32px;height:32px}.hero__circle-btn--blue{background:linear-gradient(135deg,#74b9ff 0%,#3c88d6 100%)}.hero__circle-btn--red{background:linear-gradient(135deg,#ff737f 0%,#ed1a2b 100%)}.hero__circle-btn:hover{filter:brightness(1.15);transform:scale(1.1)translateY(-4px);box-shadow:0 6px 30px #0003}.hero__float-btn{z-index:1000;pointer-events:auto;flex-direction:column;gap:16px;width:266px;padding:0;transition:box-shadow .3s,transform .3s,width .3s;display:flex;position:fixed;top:50%;right:24px;overflow:visible;transform:translateY(-50%)}.hero__float-btn:hover{transform:translate(-4px);box-shadow:0 6px 30px #0003}.hero__float-btn--blue{background:linear-gradient(-46.28deg,#74b9ff 7.52%,#3c88d6 92.04%);width:66px;margin-left:auto;transition:width .3s}.hero__float-btn--blue:hover{width:266px}.hero__float-btn--red{background:linear-gradient(-45.47deg,#ff737f 3.76%,#ed1a2b 96.95%);width:66px;margin-left:auto;transition:width .3s}.hero__float-btn--red:hover{width:212px}.hero__float-btn-label{color:#fff;opacity:0;white-space:nowrap;flex:1;padding-left:20px;font-family:Outfit,sans-serif;font-size:18px;font-weight:400;line-height:30.3px;transition:opacity .3s;overflow:hidden}.hero__float-btn:hover .hero__float-btn-label{opacity:1}.hero__float-btn-icon{background:#00000014;border-radius:33px;flex-shrink:0;justify-content:center;align-items:center;width:66px;height:66px;display:flex}.hero__float-btn-icon img{object-fit:contain;filter:brightness(0)invert();width:28px;height:28px}@media (width<=1200px){.hero__floating-btns{display:none}.de-hero__content{padding:40px}}@media (width<=900px){.hero__banner{border-radius:32px;height:auto;min-height:480px}.de-hero__content{grid-template-columns:1fr;gap:32px;padding:40px 32px}.hero__right{justify-content:center}.hero__image-wrap{width:100%;max-width:400px;height:300px}.de-hero__heading{font-size:42px;line-height:56px}}@media (width<=600px){.de-hero{padding:16px 12px}.hero__banner{border-radius:24px}.de-hero__content{padding:32px 24px}.de-hero__heading{font-size:32px;line-height:44px}.hero__badge span{font-size:16px}.hero__desc{font-size:18px}}.intro-grid{flex-direction:column;justify-content:center;height:100vh;min-height:0;display:flex;position:relative;overflow:hidden}.intro-grid__cell{border-radius:1.5rem;position:relative;overflow:hidden}.intro-grid__cell img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.intro-grid__cell:hover img{transform:scale(1.05)}.intro-grid__overlay{pointer-events:none;background:linear-gradient(#0000,#00000080);position:absolute;inset:0}.intro-grid__badge{color:#fff;letter-spacing:.04em;text-transform:uppercase;background:#2563eb;border-radius:.25rem;padding:.25rem .5rem;font-size:.75rem;font-weight:600;position:absolute;bottom:1rem;right:1rem}.why-choose-us{position:relative}.why-choose-us__heading{color:#0b0b0b;text-transform:capitalize;margin-bottom:0;font-family:Outfit,sans-serif;font-size:clamp(2rem,3vw + 1rem,3.875rem);font-weight:600;line-height:82px}.why-choose-us__card{flex-direction:column;flex:none;align-items:center;transition:transform .3s;display:flex}.why-choose-us__card-inner{border-radius:20px;flex-direction:column;justify-content:flex-start;align-items:center;gap:12px;width:172px;min-height:200px;padding:16px;transition:box-shadow .3s;display:flex;position:relative}.why-choose-us__card:hover .why-choose-us__card-inner{box-shadow:0 4px 20px #00000014}.why-choose-us__icon-wrap{width:76px;height:76px;box-shadow:none;background:0 0;border:none;justify-content:center;align-self:center;align-items:center;padding-top:18px;display:flex}.why-choose-us__icon{object-fit:contain;width:64px;height:64px}.why-choose-us__card-title{color:#0b0b0b;text-align:center;margin:0;font-family:Outfit,sans-serif;font-size:18px;font-weight:500;line-height:normal}.why-choose-us__wave{z-index:0;pointer-events:none;width:100%;height:4rem;position:absolute;top:7.5rem;left:0}.why-choose-us__wave path{stroke:#555;stroke-width:2px;stroke-dasharray:8 6;fill:none}.why-choose-us__card{flex-direction:column;align-items:center;max-width:180px;padding:1rem;transition:transform .3s;display:flex}.why-choose-us__card:hover{transform:translateY(-4px)}.why-choose-us__icon{border-radius:1rem;justify-content:center;align-items:center;width:4rem;height:4rem;margin-bottom:1rem;transition:box-shadow .3s,transform .3s;display:flex;box-shadow:0 1px 2px #0000000d}.why-choose-us__card:hover .why-choose-us__icon{transform:scale(1.05);box-shadow:0 4px 12px #0000001a}.why-choose-us__icon img{width:2rem;height:2rem}.why-choose-us__title{text-align:center;color:#1e293b;font-size:.875rem;font-weight:600;line-height:1.3}.detailed-features{background-color:#f8fafc;position:relative}.detailed-features__row{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;max-width:80rem;margin-inline:auto;display:grid}@media (width<=768px){.detailed-features__row{grid-template-columns:1fr}}.detailed-features__image{border-radius:1.5rem;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.detailed-features__image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.detailed-features__image:hover img{transform:scale(1.02)}.detailed-features__heading{margin-bottom:1rem;font-size:1.5rem;font-weight:700;line-height:1.3}.detailed-features__heading-accent{color:var(--color-primary,#e11d2e)}.detailed-features__desc{color:#475569;margin-bottom:1.5rem;line-height:1.7}.feature-list{position:relative}.feature-list__item{gap:1rem;transition:transform .3s;display:flex}.feature-list__item:hover{transform:translate(4px)}.feature-list__bullet{border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;transition:box-shadow .3s,transform .3s;display:flex;box-shadow:0 1px 2px #0000000d}.feature-list__item:hover .feature-list__bullet{transform:scale(1.08);box-shadow:0 4px 12px #0000001a}.feature-list__bullet img{object-fit:contain;width:2rem;height:2rem}.feature-list__title{color:#0f172a;margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.feature-list__desc{color:#64748b;font-size:.875rem;line-height:1.6}.how-it-works{background:#fff;position:relative;overflow:hidden}.hiw-scroll-runway{position:relative}.hiw-sticky-container{background:#fff;justify-content:center;align-items:center;height:100vh;display:flex;position:sticky;top:0;overflow:hidden}.hiw-step-title{color:#000;text-transform:capitalize;text-shadow:none;margin-bottom:.45rem;font-family:Outfit,sans-serif;font-size:26px;font-weight:500;line-height:normal}@media (width>=1024px){.hiw-step-title{font-size:26px}}.hiw-step-desc{color:#282828;max-width:287px;text-shadow:none;font-family:Outfit,sans-serif;font-size:18px;font-weight:400;line-height:30.3px}.hiw-watermark-num{filter:drop-shadow(0 4px 12px #00000014)}.hex-node{cursor:pointer;isolation:isolate;filter:drop-shadow(0 12px 28px #0f172a2e)drop-shadow(0 4px 12px #0f172a1f)drop-shadow(0 1px 4px #00000014);position:relative}.hex-glow{filter:blur(24px);z-index:-1;pointer-events:none;border-radius:50%;animation:3s ease-in-out infinite glowPulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hex-glow--red{background:radial-gradient(circle,#e11d2e4d 0%,#e11d2e1f 40%,#e11d2e00 70%)}.hex-glow--blue{background:radial-gradient(circle,#3b82f647 0%,#3b82f61a 40%,#3b82f600 70%)}@keyframes glowPulse{0%,to{opacity:.7;transform:translate(-50%,-50%)scale(1)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.12)}}.hex-node__outer{clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);z-index:1;background:#fff;transition:transform .4s;position:absolute;inset:0}.hex-node:hover .hex-node__outer{transform:scale(1.08)}.hex-node__inner{clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);z-index:2;justify-content:center;align-items:center;display:flex;position:absolute;inset:3px;overflow:hidden;box-shadow:inset 0 0 14px #ffffffe6}.hex-node__icon{object-fit:contain;z-index:3;width:48%;height:48%;position:relative}.hiw-wave-path,.hiw-shadow-path{will-change:stroke-dashoffset, opacity}.hiw-node-enter{opacity:0;will-change:opacity, transform;transition:opacity .55s,transform .55s cubic-bezier(.34,1.56,.64,1);transform:translate(-50%,-50%)scale(.5)}.hiw-node-enter--visible{opacity:1;transform:translate(-50%,-50%)scale(1)}.hiw-text-enter{opacity:0;will-change:opacity, transform;transition:opacity .5s,transform .5s;transform:translateY(16px)}.hiw-text-enter--visible{opacity:1;transform:translateY(0)}.hiw-num-enter{opacity:0;will-change:opacity, transform;transition:opacity .65s,transform .65s cubic-bezier(.34,1.56,.64,1);transform:translate(-50%,-50%)scale(.85)}.hiw-num-enter--visible{opacity:1;transform:translate(-50%,-50%)scale(1)}@media (prefers-reduced-motion:reduce){.hiw-wave-path,.hiw-shadow-path{stroke-dashoffset:0!important;opacity:1!important}.hiw-node-enter,.hiw-num-enter{opacity:1;transition:none;transform:translate(-50%,-50%)scale(1)}.hiw-text-enter{opacity:1;transition:none;transform:translateY(0)}.hex-glow{animation:none}}.roles{position:relative}.roles__container{isolation:isolate;border-radius:1.5rem;position:relative;overflow:hidden}.roles__blur--top{filter:blur(48px);pointer-events:none;background:#60a5fa1a;border-radius:50%;width:18rem;height:18rem;margin-top:-4rem;margin-right:-4rem;position:absolute;top:0;right:0}.roles__blur--bottom{filter:blur(48px);pointer-events:none;background:#f871711a;border-radius:50%;width:15rem;height:15rem;margin-bottom:-4rem;margin-left:-4rem;position:absolute;bottom:0;left:0}.roles__card{flex-direction:column;align-items:center;transition:transform .3s;display:flex}.roles__card:hover{transform:translateY(-6px)}.roles__avatar{border:4px solid #fff3;border-radius:50%;width:7rem;height:7rem;margin-bottom:1rem;transition:border-color .3s,box-shadow .3s;overflow:hidden;box-shadow:0 10px 15px -3px #0003}.roles__card:hover .roles__avatar{border-color:#fff6;box-shadow:0 20px 25px -5px #00000040}.roles__avatar img{object-fit:cover;width:100%;height:100%}.roles__name{color:#fff;font-size:1rem;font-weight:700}.testimonials{position:relative}.testimonials__card{background:#fff;border:1px solid #f1f5f9;border-radius:1rem;padding:2rem;transition:transform .3s,box-shadow .3s;position:relative;box-shadow:0 1px 2px #0000000d}.testimonials__card:hover{transform:translateY(-4px);box-shadow:0 10px 25px -5px #0000001a,0 4px 6px -4px #0000000d}.testimonials__author{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.testimonials__avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:3rem;height:3rem}.testimonials__name{color:#0f172a;font-weight:700}.testimonials__role{color:#64748b;font-size:.75rem}.testimonials__quote-icon{color:#dbeafe;margin-left:auto;font-size:2.25rem}.testimonials__text{color:#475569;margin-bottom:1.5rem;font-size:.875rem;line-height:1.7}.testimonials__stars{color:#facc15;display:flex}.testimonials__star--empty{color:#e2e8f0}.ecosystem{position:relative}.ecosystem__partner{opacity:.7;flex-direction:column;align-items:center;gap:.5rem;padding:.75rem 1.5rem;transition:opacity .3s,transform .3s;display:flex}.ecosystem__partner:hover{opacity:1;transform:translateY(-2px)}.ecosystem__icon{color:#64748b;font-size:2.25rem;transition:color .3s}.ecosystem__partner:hover .ecosystem__icon{color:#3b82f6}.ecosystem__name{color:#475569;font-size:.75rem;font-weight:700}.ecosystem__subtext{color:#94a3b8;margin-top:-.25rem;font-size:.625rem}.ecosystem__separator{background:#e2e8f0;width:1px;height:3rem;margin-inline:.5rem}@media (width<=640px){.ecosystem__separator{display:none}}[data-page=dentiedge] body{color:#0b0b0b;background-color:#fff;overflow-x:visible}[data-page=dentiedge] body:after,[data-page=dentiedge] body:before{display:none}.duso-hero{width:100%;height:690px;font-family:Outfit,sans-serif;position:relative;overflow:hidden}.duso-hero__bg{z-index:0;width:100%;height:100%;position:absolute;inset:0}.duso-hero__bg img{object-fit:cover;object-position:center;width:100%;height:100%}.duso-hero__blur-overlay{filter:blur(135px);z-index:1;pointer-events:none;background:#fff;width:685px;height:534px;position:absolute;top:156px;left:0}.duso-hero__content{z-index:2;flex-direction:column;justify-content:flex-start;align-items:flex-start;max-width:1140px;height:100%;margin:0 auto;padding:0;display:flex;position:relative}.duso-hero__text{max-width:528px;padding-top:174px}.duso-hero__welcome{color:#000;text-transform:capitalize;margin:0;font-size:32px;font-weight:400;line-height:49px}.duso-hero__title{letter-spacing:2px;color:#ed1a2b;margin:0 0 20px;font-size:72px;font-weight:600;line-height:82.7px}.duso-hero__subtitle{color:#282828;max-width:528px;margin:0 0 46px;font-size:22px;font-weight:400;line-height:36.3px}.duso-hero__cta{color:#fff;cursor:pointer;background-color:#ed1a2b;border:none;border-radius:9px;justify-content:center;align-items:center;width:199px;height:55px;font-family:Outfit,sans-serif;font-size:18px;font-weight:400;line-height:30.3px;text-decoration:none;transition:opacity .25s,transform .25s;display:inline-flex}.duso-hero__cta:hover{opacity:.9;transform:translateY(-1px)}.duso-hero__cta:active{transform:translateY(0)}.duso-hero__dots{align-items:center;gap:5px;display:flex;position:absolute;bottom:42px;left:0}.duso-hero__dot{border-radius:5.5px;height:7.8px;display:block}.duso-hero__dot--active{background-color:#ed1a2b;width:43.96px}.duso-hero__dot--inactive{background-color:#f5f5f5;width:12.05px}.duso-hero__scroll-indicator{z-index:3;width:34px;height:52px;position:absolute;top:354px;right:53px}.duso-hero__scroll-indicator img{object-fit:contain;width:100%;height:100%}@media (width<=1280px){.duso-hero__content{padding:0 40px}.duso-hero__scroll-indicator{right:40px}}@media (width<=1024px){.duso-hero{height:auto;min-height:550px;padding-bottom:60px}.duso-hero__blur-overlay{filter:blur(100px);width:100%;height:100%;top:80px}.duso-hero__text{max-width:480px;padding-top:120px}.duso-hero__title{letter-spacing:1.5px;font-size:56px;line-height:66px}.duso-hero__subtitle{font-size:20px;line-height:32px}.duso-hero__scroll-indicator{display:none}.duso-hero__dots{bottom:20px}}@media (width<=768px){.duso-hero{min-height:480px}.duso-hero__content{padding:0 24px}.duso-hero__text{max-width:100%;padding-top:100px}.duso-hero__welcome{font-size:24px;line-height:36px}.duso-hero__title{letter-spacing:1px;font-size:44px;line-height:52px}.duso-hero__subtitle{margin-bottom:32px;font-size:18px;line-height:28px}.duso-hero__cta{width:180px;height:48px;font-size:16px}}@media (width<=480px){.duso-hero{min-height:420px}.duso-hero__text{padding-top:80px}.duso-hero__welcome{font-size:20px;line-height:30px}.duso-hero__title{font-size:36px;line-height:44px}.duso-hero__subtitle{margin-bottom:24px;font-size:16px;line-height:26px}.duso-hero__cta{border-radius:8px;width:160px;height:44px;font-size:15px}}.duso-about{background:#fff;flex-direction:column;align-items:center;width:100%;padding:80px 0 60px;display:flex}.duso-about__heading{text-align:center;color:#000;margin:0;font-family:Outfit,sans-serif;font-size:62px;font-weight:600;line-height:82px}.duso-about__heading span{color:#ed1a2b}.duso-about__dots{align-items:center;gap:6px;margin-top:14px;display:flex}.duso-about__dot{background:#d9d9d9;border-radius:50%;width:8px;height:8px}.duso-about__dot--active{background:#ed1a2b;border-radius:4px;width:30px;height:8px}.duso-about__description{text-align:center;color:#000;width:100%;max-width:1140px;margin-top:30px;padding:0 20px;font-family:Outfit,sans-serif;font-size:22px;font-weight:400;line-height:36.3px}.duso-about__video-wrapper{cursor:pointer;border:1px solid #c2c2c2;border-radius:4px;width:945px;max-width:90%;margin-top:40px;position:relative;overflow:hidden}.duso-about__video-thumb{aspect-ratio:945/461;object-fit:cover;width:100%;height:auto;display:block}.duso-about__play-btn{pointer-events:none;width:66px;height:66px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.duso-about__play-btn img{width:100%;height:100%}.duso-about__progress-bar{background:#00000021;align-items:center;gap:12px;width:100%;height:41px;padding:0 16px;display:flex;position:absolute;bottom:0;left:0}.duso-about__progress-track{background:#fff6;border-radius:2px;flex:1;height:3px;position:relative}.duso-about__progress-fill{background:#ed1a2b;border-radius:2px;width:35%;height:100%;position:absolute;top:0;left:0}.duso-about__progress-time{color:#fff;white-space:nowrap;font-family:Outfit,sans-serif;font-size:12px}.duso-about__progress-icons{align-items:center;gap:10px;display:flex}.duso-about__progress-icon{opacity:.8;width:18px;height:18px}@media (width<=1280px){.duso-about__heading{font-size:52px;line-height:68px}.duso-about__description{font-size:20px;line-height:33px}}@media (width<=1024px){.duso-about{padding:60px 0 50px}.duso-about__heading{font-size:44px;line-height:58px}.duso-about__description{font-size:18px;line-height:30px}}@media (width<=768px){.duso-about{padding:48px 0 40px}.duso-about__heading{font-size:36px;line-height:48px}.duso-about__description{padding:0 16px;font-size:16px;line-height:27px}.duso-about__play-btn{width:50px;height:50px}.duso-about__progress-bar{height:32px;padding:0 10px}}@media (width<=480px){.duso-about{padding:36px 0 30px}.duso-about__heading{font-size:28px;line-height:38px}.duso-about__description{font-size:15px;line-height:25px}.duso-about__play-btn{width:40px;height:40px}.duso-about__progress-bar{height:26px}.duso-about__progress-time{font-size:10px}}.duso-more-about{background:#fff;flex-direction:column;align-items:center;width:100%;padding:80px 0 60px;display:flex}.duso-more-about__heading{text-align:center;color:#000;text-transform:capitalize;margin:0;font-family:Outfit,sans-serif;font-size:62px;font-weight:600;line-height:82px}.duso-more-about__heading span{color:#ed1a2b}.duso-more-about__dots{align-items:center;gap:6px;margin-top:14px;display:flex}.duso-more-about__dot{background:#d9d9d9;border-radius:50%;width:8px;height:8px}.duso-more-about__dot--active{background:#ed1a2b;border-radius:4px;width:30px;height:8px}.duso-more-about__card{box-sizing:border-box;background:#253c7b;border-radius:40px;align-items:flex-start;gap:40px;width:100%;max-width:1140px;margin:50px auto 0;padding:45px 30px 55px;display:flex}.duso-more-about__text{flex-direction:column;flex:0 0 46%;gap:24px;display:flex}.duso-more-about__title{color:#fff;text-transform:capitalize;margin:0;font-family:Outfit,sans-serif;font-size:32px;font-weight:600;line-height:49px}.duso-more-about__desc{color:#fff;margin:0;font-family:Outfit,sans-serif;font-size:18px;font-weight:400;line-height:30.3px}.duso-more-about__cta{cursor:pointer;color:#fff;background:#ed1a2b;border:none;border-radius:9px;justify-content:center;align-items:center;width:199px;height:55px;margin-top:8px;font-family:Outfit,sans-serif;font-size:18px;font-weight:400;line-height:30.3px;text-decoration:none;transition:opacity .25s;display:inline-flex}.duso-more-about__cta:hover{opacity:.9}.duso-more-about__media{cursor:pointer;border-radius:32px;flex:1;position:relative;overflow:hidden}.duso-more-about__image{aspect-ratio:515/406;object-fit:cover;border-radius:32px;width:100%;height:auto;display:block}.duso-more-about__play{pointer-events:none;width:69px;height:69px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.duso-more-about__play img{width:100%;height:100%}@media (width<=1280px){.duso-more-about__heading{font-size:52px;line-height:68px}.duso-more-about__card{margin-left:20px;margin-right:20px}.duso-more-about__title{font-size:28px;line-height:42px}}@media (width<=1024px){.duso-more-about{padding:60px 0 50px}.duso-more-about__heading{font-size:44px;line-height:58px}.duso-more-about__card{border-radius:28px;flex-direction:column;gap:30px;padding:36px 28px 40px}.duso-more-about__text{flex:none;width:100%}.duso-more-about__title{font-size:26px;line-height:38px}.duso-more-about__desc{font-size:16px;line-height:27px}.duso-more-about__media{border-radius:24px;width:100%}.duso-more-about__image{border-radius:24px}}@media (width<=768px){.duso-more-about{padding:48px 0 40px}.duso-more-about__heading{padding:0 16px;font-size:36px;line-height:48px}.duso-more-about__card{border-radius:22px;margin-left:16px;margin-right:16px;padding:28px 20px 32px}.duso-more-about__title{font-size:24px;line-height:34px}.duso-more-about__play{width:54px;height:54px}.duso-more-about__media,.duso-more-about__image{border-radius:18px}}@media (width<=480px){.duso-more-about{padding:36px 0 30px}.duso-more-about__heading{font-size:28px;line-height:38px}.duso-more-about__card{border-radius:18px;padding:22px 16px 28px}.duso-more-about__title{font-size:22px;line-height:30px}.duso-more-about__desc{font-size:15px;line-height:25px}.duso-more-about__cta{width:100%;height:50px}.duso-more-about__play{width:44px;height:44px}.duso-more-about__media,.duso-more-about__image{border-radius:14px}}.benefits{background-color:#f0f2ff;width:100%;padding:90px 0 80px}.benefits__inner{max-width:1140px;margin:0 auto;padding:0 20px}.benefits__heading{text-align:center;margin-bottom:60px;position:relative}.benefits__heading-decor{-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;max-width:600px;margin:0 auto;display:block}.benefits__heading-text{color:#000;z-index:1;margin-top:-30px;font-family:Outfit,sans-serif;font-size:62px;font-weight:600;line-height:82px;position:relative}.benefits__heading-text span{color:#ed1a2b}.benefits__grid{grid-template-columns:repeat(3,1fr);gap:27px 24px;display:grid}.benefits__card{background:#fff;border-radius:20px;flex-direction:column;min-height:293px;padding:30px 28px 28px;display:flex}.benefits__card-header{align-items:center;gap:14px;display:flex}.benefits__card-icon{flex-shrink:0;width:48px;height:48px}.benefits__card-title{color:#000;text-transform:capitalize;font-family:Outfit,sans-serif;font-size:26px;font-weight:500;line-height:49px}.benefits__card-divider{background-color:#e0e0e0;border:none;width:100%;height:1px;margin:12px 0}.benefits__card-desc{color:#282828;flex:1;font-family:Outfit,sans-serif;font-size:18px;font-weight:400;line-height:30.3px}.benefits__card-link{color:#ed1a2b;white-space:nowrap;cursor:pointer;margin-top:8px;font-family:Outfit,sans-serif;font-size:18px;font-weight:400;line-height:30.3px;text-decoration:none;transition:opacity .2s}.benefits__card-link:hover{opacity:.8}@media (width<=1024px){.benefits__grid{grid-template-columns:repeat(2,1fr)}.benefits__heading-text{font-size:48px;line-height:64px}}@media (width<=640px){.benefits{padding:60px 0 50px}.benefits__grid{grid-template-columns:1fr}.benefits__heading-text{margin-top:-20px;font-size:36px;line-height:50px}.benefits__heading-decor{max-width:320px}}.toothbrush-club{background-color:#253c7b;width:100%;position:relative;overflow:hidden}.toothbrush-club__inner{z-index:1;align-items:center;gap:32px;max-width:1140px;margin:0 auto;padding:38px 20px 50px;display:flex;position:relative}.toothbrush-club__media{flex:0 0 50%;max-width:550px}.toothbrush-club__image{object-fit:cover;border-radius:16px;width:100%;height:auto;display:block}.toothbrush-club__content{flex:1;min-width:0}.toothbrush-club__title{color:#fff;text-transform:capitalize;margin:0 0 12px;font-family:Outfit,sans-serif;font-size:32px;font-weight:600;line-height:49px}.toothbrush-club__desc{color:#fff;max-width:538px;margin:0 0 32px;font-family:Outfit,sans-serif;font-size:18px;font-weight:400;line-height:30.3px}.toothbrush-club__cta{color:#fff;cursor:pointer;background-color:#ed1a2b;border:none;border-radius:9px;justify-content:center;align-items:center;width:196px;height:55px;font-family:Outfit,sans-serif;font-size:18px;font-weight:400;line-height:30.3px;text-decoration:none;transition:opacity .2s;display:inline-flex}.toothbrush-club__cta:hover{opacity:.9}.toothbrush-club__decor{opacity:.15;pointer-events:none;-webkit-user-select:none;user-select:none;width:174px;height:168px;position:absolute;bottom:20px;right:20px}@media (width<=1024px){.toothbrush-club__inner{text-align:center;flex-direction:column;padding:50px 20px 60px}.toothbrush-club__media{flex:none;width:100%;max-width:500px}.toothbrush-club__desc{max-width:100%}.toothbrush-club__cta{margin:0 auto}}@media (width<=640px){.toothbrush-club__title{font-size:26px;line-height:38px}.toothbrush-club__desc{font-size:16px;line-height:26px}.toothbrush-club__decor{width:100px;height:96px}}.ai-features{background:#fff;padding:80px 0 100px}.ai-features__title{text-align:center;text-transform:capitalize;color:#282828;max-width:1140px;margin:0 auto 46px;padding:0 20px;font-family:Outfit,sans-serif;font-size:62px;font-weight:600;line-height:82px}.ai-features__title span{color:#ed1a2b}.ai-features__tabs{border-bottom:1px solid #e0e0e0;align-items:center;gap:0;max-width:1140px;margin:0 auto 30px;padding:0 20px;display:flex}.ai-features__tab{color:gray;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;padding:12px 24px;font-family:Outfit,sans-serif;font-size:18px;font-weight:500;line-height:30px;transition:color .2s,border-color .2s}.ai-features__tab:hover{color:#282828}.ai-features__tab--active{color:#ed1a2b;border-bottom-color:#ed1a2b;font-weight:600}.ai-features__card{background:#fff;border:1px solid #d0d0d0;border-radius:20px;align-items:flex-start;gap:40px;max-width:1140px;margin:0 auto;padding:32px;display:flex}.ai-features__content{flex:1;min-width:0}.ai-features__feature-name{text-transform:capitalize;color:#000;margin:0 0 4px;font-family:Outfit,sans-serif;font-size:26px;font-weight:500;line-height:49px}.ai-features__description{color:#000;margin:0 0 20px;font-family:Outfit,sans-serif;font-size:18px;font-weight:400;line-height:30.3px}.ai-features__subtitle{text-transform:capitalize;color:#000;margin:0 0 12px;font-family:Outfit,sans-serif;font-size:26px;font-weight:500;line-height:49px}.ai-features__bullets{flex-direction:column;gap:14px;margin:0;padding:0;list-style:none;display:flex}.ai-features__bullet-item{align-items:center;gap:13px;display:flex}.ai-features__bullet-icon{flex-shrink:0;width:30px;height:30px}.ai-features__bullet-text{color:#000;font-family:Outfit,sans-serif;font-size:16px;font-weight:400;line-height:29.3px}.ai-features__image-wrapper{flex-shrink:0;width:519px}.ai-features__image-container{border-radius:12px;width:100%;position:relative;overflow:hidden}.ai-features__image-shimmer{pointer-events:none;mix-blend-mode:overlay;background:linear-gradient(90deg,#fff0 0%,#ffffff08 40%,#ffffff80 50%,#ffffff08 60%,#fff0 100%);width:150%;height:100%;animation:6s cubic-bezier(.25,.8,.25,1) infinite premium-shimmer;position:absolute;top:0;left:-150%;transform:skew(-25deg)}@keyframes premium-shimmer{0%{left:-150%}25%{left:150%}to{left:150%}}.ai-features__image{object-fit:cover;border-radius:12px;width:100%;height:auto;display:block}@media (width<=1200px){.ai-features__card{margin:0 20px}}@media (width<=1024px){.ai-features__title{font-size:44px;line-height:58px}.ai-features__tabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;overflow-x:auto}.ai-features__tabs::-webkit-scrollbar{display:none}.ai-features__tab{padding:10px 18px;font-size:16px}.ai-features__card{flex-direction:column}.ai-features__image-wrapper{width:100%}}@media (width<=640px){.ai-features{padding:50px 0 60px}.ai-features__title{margin-bottom:28px;font-size:30px;line-height:40px}.ai-features__card{border-radius:14px;padding:20px}.ai-features__feature-name,.ai-features__subtitle{font-size:20px;line-height:34px}.ai-features__description{font-size:15px;line-height:25px}.ai-features__bullet-text{font-size:14px;line-height:24px}.ai-features__bullet-icon{width:24px;height:24px}}.how-it-works{background:#fff;padding:80px 0 100px}.how-it-works__inner{max-width:1140px;margin:0 auto;padding:0 20px}.how-it-works__title{text-align:center;text-transform:capitalize;color:#000;margin:0 0 10px;font-family:Outfit,sans-serif;font-size:62px;font-weight:600;line-height:82px}.how-it-works__title span{color:#ed1a2b}.how-it-works__subtitle{text-align:center;color:#000;margin:0 0 60px;font-family:Outfit,sans-serif;font-size:22px;font-weight:400;line-height:36.3px}.how-it-works__steps{flex-direction:column;gap:0;display:flex;position:relative}.how-it-works__step{align-items:center;gap:40px;display:flex;position:relative}.how-it-works__step--reverse{flex-direction:row-reverse}.how-it-works__image-col{flex:none;width:427px;position:relative}.how-it-works__image{width:100%;height:auto;display:block}.how-it-works__text-col{flex:1;min-width:0;padding-left:110px;position:relative}.how-it-works__number{z-index:0;pointer-events:none;width:90px;height:auto;position:absolute;top:-22px;left:0}.how-it-works__step-title,.how-it-works__step-desc{z-index:1;position:relative}.how-it-works__step-title{text-transform:capitalize;color:#000;margin:0 0 4px;font-family:Outfit,sans-serif;font-size:26px;font-weight:500;line-height:49px}.how-it-works__step-desc{color:#282828;margin:0;font-family:Outfit,sans-serif;font-size:22px;font-weight:400;line-height:36.3px}.how-it-works__step--2 .how-it-works__text-col{padding-left:110px;padding-right:110px}.how-it-works__step--2 .how-it-works__step-title,.how-it-works__step--2 .how-it-works__step-desc{text-align:center}.how-it-works__step--2 .how-it-works__number{width:95px;top:-28px;left:0;right:auto}.how-it-works__step--1 .how-it-works__number{width:70px;top:-18px}.how-it-works__step--3 .how-it-works__number{width:95px;top:-20px}.how-it-works__arrow{pointer-events:none;height:120px;position:relative}.how-it-works__arrow img{width:auto;height:100%;position:absolute}.how-it-works__arrow--right img{right:80px}.how-it-works__arrow--left img{left:120px}@media (width<=1024px){.how-it-works__title{font-size:44px;line-height:58px}.how-it-works__subtitle{font-size:18px;line-height:30px}.how-it-works__step{gap:24px}.how-it-works__image-col{width:340px}.how-it-works__text-col{padding-left:90px}.how-it-works__step--2 .how-it-works__text-col{padding-left:90px;padding-right:90px}.how-it-works__number{width:75px;top:-18px}.how-it-works__step-title{font-size:22px;line-height:36px}.how-it-works__step-desc{font-size:18px;line-height:30px}.how-it-works__arrow{height:80px}}@media (width<=768px){.how-it-works{padding:50px 0 60px}.how-it-works__title{font-size:32px;line-height:44px}.how-it-works__subtitle{margin-bottom:36px;font-size:16px;line-height:26px}.how-it-works__step,.how-it-works__step--reverse{text-align:center;flex-direction:column;gap:20px}.how-it-works__text-col{text-align:center;padding-left:0;padding-right:0}.how-it-works__image-col{width:100%;max-width:340px;margin:0 auto}.how-it-works__number,.how-it-works__arrow{display:none}.how-it-works__steps{gap:40px}.how-it-works__step-title{font-size:20px;line-height:32px}.how-it-works__step-desc{font-size:16px;line-height:26px}}.membership{background:#fff;padding:80px 0 0}.membership__inner{max-width:1140px;margin:0 auto;padding:0 20px}.membership__title{text-transform:capitalize;color:#000;text-align:center;margin:0 0 20px;font-family:Outfit,sans-serif;font-size:52px;font-weight:600;line-height:59px}.membership__title span{color:#ed1a2b}.membership__body{color:#000;text-align:center;max-width:700px;margin:0 auto 50px;font-family:Outfit,sans-serif;font-size:22px;font-weight:400;line-height:36.3px}.membership__body strong{font-weight:600}.membership__highlight{text-align:center;justify-content:center;align-items:center;width:100%;padding:0 20px;display:flex}.membership__highlight--dark{background:#253c7b;min-height:64px}.membership__highlight--light{background:#3c88d6;min-height:36px}.membership__highlight-text--dark{text-transform:capitalize;color:#fff;margin:0;font-family:Outfit,sans-serif;font-size:26px;font-weight:500;line-height:49px}.membership__highlight-text--light{text-transform:capitalize;color:#fff;margin:0;font-family:Outfit,sans-serif;font-size:22px;font-weight:400;line-height:49px}.membership__note-wrapper{text-align:center;max-width:1140px;margin:0 auto;padding:40px 20px}.membership__note{color:#000;margin:0;font-family:Outfit,sans-serif;font-size:26px;font-weight:500;line-height:49px}@media (width<=1024px){.membership__title{font-size:40px;line-height:48px}.membership__body{font-size:18px;line-height:30px}.membership__highlight-text--dark{font-size:20px;line-height:36px}.membership__highlight-text--light{font-size:18px;line-height:36px}.membership__note{font-size:22px;line-height:38px}}@media (width<=640px){.membership{padding:50px 0 0}.membership__title{margin-bottom:16px;font-size:28px;line-height:36px}.membership__body{margin-bottom:30px;font-size:16px;line-height:26px}.membership__highlight--dark{min-height:50px;padding:8px 16px}.membership__highlight--light{min-height:32px;padding:6px 16px}.membership__highlight-text--dark{font-size:16px;line-height:26px}.membership__highlight-text--light{font-size:14px;line-height:24px}.membership__note{font-size:18px;line-height:30px}.membership__note-wrapper{padding:24px 16px}}.test-free{background:#fff;padding:80px 0 160px}.test-free__inner{max-width:1140px;margin:0 auto;padding:0 20px}.test-free__bg{border-radius:40px;justify-content:center;align-items:center;width:100%;min-height:520px;display:flex;position:relative}.test-free__bg-img{object-fit:cover;z-index:0;border-radius:40px;width:100%;height:100%;position:absolute;inset:0}.test-free__card-wrapper{z-index:2;justify-content:center;margin-top:-180px;display:flex;position:relative}.test-free__card{text-align:center;background:#fff;border-radius:46px;flex-direction:column;align-items:stretch;width:100%;max-width:814px;display:flex;box-shadow:0 14px 54px 30px #0000000a}.test-free__card-header{padding:60px 40px 40px}.test-free__title{letter-spacing:-1px;color:#000;margin:0 0 16px;font-family:Outfit,sans-serif;font-size:56px;font-weight:700;line-height:1.1}.test-free__subtitle{color:#000;margin:0;font-family:Outfit,sans-serif;font-size:22px;font-weight:600;line-height:1.4}.test-free__cta-banner{color:#fff;word-spacing:1px;background:#3988d6;padding:18px 20px;font-family:Outfit,sans-serif;font-size:20px;font-weight:500}.test-free__card-footer{justify-content:center;padding:50px 40px 60px;display:flex}.test-free__btn-red{color:#fff;background:#e81a2d;border-radius:8px;padding:16px 42px;font-family:Outfit,sans-serif;font-size:16px;font-weight:500;text-decoration:none;transition:background .2s,transform .2s;display:inline-block}.test-free__btn-red:hover{background:#cc1526;transform:translateY(-2px)}@media (width<=1200px){.test-free__inner{padding:0 20px}}@media (width<=1024px){.test-free__bg{border-radius:28px;min-height:480px}.test-free__bg-img{border-radius:28px}.test-free__card-wrapper{margin-top:-150px}.test-free__card{border-radius:32px;max-width:90%}.test-free__title{font-size:44px}.test-free__subtitle{font-size:20px}.test-free__cta-banner{padding:16px 20px;font-size:18px}}@media (width<=640px){.test-free{padding:50px 0 100px}.test-free__bg{border-radius:20px;min-height:360px}.test-free__bg-img{border-radius:20px}.test-free__card-wrapper{margin-top:-100px}.test-free__card{border-radius:26px;max-width:95%}.test-free__card-header{padding:40px 20px 30px}.test-free__title{margin-bottom:12px;font-size:32px}.test-free__subtitle{font-size:16px}.test-free__cta-banner{padding:14px 10px;font-size:14px}.test-free__card-footer{padding:30px 20px 40px}.test-free__btn-red{padding:14px 30px;font-size:14px}}.duso-testimonials{background:#fff;padding:80px 0 100px}.duso-testimonials__inner{max-width:1140px;margin:0 auto;padding:0 20px}.duso-testimonials__title{text-align:center;text-transform:capitalize;color:#000;margin:0 0 50px;font-family:Outfit,sans-serif;font-size:62px;font-weight:600;line-height:82px}.duso-testimonials__title span{color:#ed1a2b}.duso-testimonials__grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.duso-testimonials__card{background:#eeeefe;border-radius:25px;flex-direction:column;padding:26px 20px 24px;display:flex}.duso-testimonials__card-header{align-items:center;gap:18px;margin-bottom:16px;display:flex}.duso-testimonials__avatar{object-fit:cover;background:#d9d9f0;border-radius:50%;flex-shrink:0;width:68px;height:68px}.duso-testimonials__name{text-transform:capitalize;color:#161616;margin:0;font-family:Outfit,sans-serif;font-size:26px;font-weight:500;line-height:normal}.duso-testimonials__role{margin:2px 0 0;font-family:Outfit,sans-serif;font-size:18px;font-weight:500;line-height:normal}.duso-testimonials__role-title{color:#382f2f}.duso-testimonials__role-company{color:#5c5c5c}.duso-testimonials__body{color:#525252;flex:1;margin:0;font-family:Outfit,sans-serif;font-size:16px;font-weight:400;line-height:29.3px}.duso-testimonials__divider{background:silver;width:100%;height:1px;margin:16px 0 12px}.duso-testimonials__stars{gap:9px;display:flex}.duso-testimonials__star{color:#f5a623;width:25px;height:24px}@media (width<=1024px){.duso-testimonials__title{font-size:44px;line-height:58px}.duso-testimonials__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.duso-testimonials{padding:50px 0 60px}.duso-testimonials__title{margin-bottom:30px;font-size:30px;line-height:40px}.duso-testimonials__grid{grid-template-columns:1fr;gap:20px}.duso-testimonials__name{font-size:22px}.duso-testimonials__role{font-size:16px}}.foure-duso-page{background:#fff;width:100%;font-family:Outfit,sans-serif}.ss-hero{background:#f3f4f8;padding:120px 0 0;overflow:hidden}.ss-hero__heading{text-align:center;max-width:994px;margin:0 auto;padding:0 5%}.ss-hero__title{font-family:var(--ff-heading,"Outfit", sans-serif);letter-spacing:1.44px;color:var(--ds-text,#111);margin:0 0 16px;font-size:clamp(2.5rem,2rem + 3vw,4.5rem);font-weight:600;line-height:1.15}.ss-hero__title-red{color:#ed1a2b}.ss-hero__subtitle{max-width:879px;font-family:var(--ff-heading,"Outfit", sans-serif);color:#282828;text-align:center;text-transform:capitalize;margin:0 auto 48px;font-size:clamp(1.25rem,1rem + 1vw,1.625rem);font-weight:500;line-height:1.68}.ss-hero__subtitle-red{color:#ed1a2b;font-weight:500}.ss-hero__carousel{width:100%;padding:0 0 60px;position:relative}.ss-hero__track{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:0;padding:0 calc(50% - 570px);display:flex;overflow-x:auto}.ss-hero__track::-webkit-scrollbar{display:none}.ss-hero__card{scroll-snap-align:start;cursor:pointer;border-radius:40px 40px 0 0;flex:0 0 364px;height:457px;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),box-shadow .4s;position:relative;overflow:hidden;box-shadow:0 4px 40px 3px #0000001a}.ss-hero__card:hover{z-index:10;transform:translateY(-10px)scale(1.02);box-shadow:0 20px 40px 5px #00000026}.ss-hero__card+.ss-hero__card{margin-left:-48px}.ss-hero__card-img{object-fit:cover;pointer-events:none;width:100%;height:100%;transition:transform .6s;position:absolute;inset:0}.ss-hero__card:hover .ss-hero__card-img{transform:scale(1.05)}.ss-hero__card-overlay,.ss-hero__card-overlay--blue,.ss-hero__card-overlay--red{display:none}.ss-hero__card-content{z-index:1;flex-direction:column;height:100%;padding:32px;display:flex;position:relative}.ss-hero__card-logo{width:100px;height:auto;margin-bottom:auto}.ss-hero__card-stat{font-family:var(--ff-heading,"Outfit", sans-serif);color:#fff;text-align:left;margin:0 0 4px;font-size:32px;font-weight:500;line-height:1.2}.ss-hero__card-label{font-family:var(--ff-heading,"Outfit", sans-serif);color:#fff;text-align:left;margin:0;font-size:22px;font-weight:400;line-height:1.2}@media (width<=1200px){.ss-hero__track{padding:0 5%}}@media (width<=768px){.ss-hero{padding-top:100px}.ss-hero__card{flex:0 0 280px;height:360px}.ss-hero__card+.ss-hero__card{margin-left:-32px}.ss-hero__card-stat{font-size:24px}.ss-hero__card-label{font-size:18px}}@media (width<=480px){.ss-hero__title{font-size:2rem}.ss-hero__card{border-radius:24px 24px 0 0;flex:0 0 260px;height:320px}.ss-hero__card+.ss-hero__card{margin-left:-24px}}.ss-trusted{background:#fff;padding:80px 0 60px;overflow:hidden}.ss-trusted__heading{text-align:center;max-width:930px;margin:0 auto 48px;padding:0 5%}.ss-trusted__title{font-family:var(--ff-heading,"Outfit", sans-serif);color:var(--ds-text,#111);text-transform:capitalize;font-size:clamp(2rem,1.5rem + 2.5vw,3.875rem);font-weight:600;line-height:82px}.ss-trusted__title-red{color:#ed1a2b}.ss-trusted__carousel{max-width:1200px;margin:0 auto;padding:0 60px;position:relative}.ss-trusted__arrow{z-index:2;cursor:pointer;background:0 0;border:none;padding:8px;transition:opacity .2s;position:absolute;top:50%;transform:translateY(-100%)}.ss-trusted__arrow:hover{opacity:.7}.ss-trusted__arrow--left{left:0}.ss-trusted__arrow--right{right:0}.ss-trusted__arrow img{width:41px;height:30px;display:block}.ss-trusted__slides{justify-content:center;align-items:flex-start;gap:24px;display:flex}.ss-trusted__slide{flex-direction:column;flex:none;align-items:center;transition:opacity .4s,filter .4s;display:flex}.ss-trusted__slide--side{opacity:.36;mix-blend-mode:luminosity}.ss-trusted__slide-img-wrap{border-radius:20px;width:559px;height:296px;position:relative;overflow:hidden}.ss-trusted__slide--side .ss-trusted__slide-img-wrap{width:420px;height:296px}.ss-trusted__slide-img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.175,.885,.32,1.275);display:block}.ss-trusted__slide-img-wrap:hover .ss-trusted__slide-img{transform:scale(1.03)}.ss-trusted__play{z-index:1;cursor:pointer;background:0 0;border:none;width:64px;height:64px;transition:transform .3s cubic-bezier(.175,.885,.32,1.275);animation:2s infinite playPulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes playPulse{0%{border-radius:50%;box-shadow:0 0 #fff6}70%{border-radius:50%;box-shadow:0 0 0 15px #fff0}to{border-radius:50%;box-shadow:0 0 #fff0}}.ss-trusted__slide-img-wrap:hover .ss-trusted__play{animation-play-state:paused;transform:translate(-50%,-50%)scale(1.15)}.ss-trusted__play img{width:100%;height:100%}.ss-trusted__quote{text-align:left;max-width:528px;margin-top:24px}.ss-trusted__slide--side .ss-trusted__quote{opacity:.36}.ss-trusted__quote-text{font-family:var(--ff-heading,"Outfit", sans-serif);color:#000;margin:0 0 12px;font-size:18px;font-weight:400;line-height:30.3px}.ss-trusted__doctor-name{font-family:var(--ff-heading,"Outfit", sans-serif);color:#000;text-transform:capitalize;margin:0 0 4px;font-size:22px;font-weight:500;line-height:26px}.ss-trusted__doctor-role{font-family:var(--ff-heading,"Outfit", sans-serif);color:#a8a8a8;font-size:16px;font-weight:500}.ss-trusted__doctor-role span{color:#a8a8a8}@media (width<=1200px){.ss-trusted__slide-img-wrap{width:420px;height:240px}.ss-trusted__slide--side .ss-trusted__slide-img-wrap{width:300px;height:240px}}@media (width<=900px){.ss-trusted__slides{flex-direction:column;align-items:center;gap:32px}.ss-trusted__slide--side{display:none}.ss-trusted__slide-img-wrap{aspect-ratio:559/296;width:min(559px,90vw);height:auto}.ss-trusted__arrow{display:none}.ss-trusted__carousel{padding:0 5%}}@media (width<=768px){.ss-trusted__title{line-height:1.2}}.ss-stories{background:#fff;padding:80px 0 60px}.ss-stories__inner{max-width:1140px;margin:0 auto;padding:0 5%}.ss-stories__title{font-family:var(--ff-heading,"Outfit", sans-serif);color:var(--ds-text,#111);text-transform:capitalize;text-align:center;margin:0 0 40px;font-size:clamp(2rem,1.5rem + 2.5vw,3.875rem);font-weight:600;line-height:82px}.ss-stories__title-red{color:#ed1a2b}.ss-stories__filters{align-items:center;gap:24px;margin-bottom:40px;display:flex}.ss-stories__search{max-width:364px;height:54px;font-family:var(--ff-heading,"Outfit", sans-serif);color:#111;background:#fff;border:1px solid #e5e5e5;border-radius:9px;flex:1;padding:0 48px 0 16px;font-size:18px;font-weight:400;position:relative}.ss-stories__search::placeholder{color:#8b8b8b}.ss-stories__search-wrap{flex:1;max-width:364px;position:relative}.ss-stories__search-icon{pointer-events:none;width:18px;height:18px;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.ss-stories__filter-btn{cursor:pointer;width:257px;height:54px;font-family:var(--ff-heading,"Outfit", sans-serif);color:#8b8b8b;background:#fff;border:1px solid #e5e5e5;border-radius:9px;justify-content:space-between;align-items:center;gap:12px;margin-left:auto;padding:0 16px;font-size:18px;font-weight:400;display:flex}.ss-stories__filter-arrow{width:12px;height:8px}.ss-stories__grid{grid-template-columns:1fr 1fr;gap:50px;display:grid}.ss-stories__card-link{color:inherit;align-items:flex-start;gap:20px;text-decoration:none;display:flex}.ss-stories__card{cursor:pointer}.ss-stories__card-img{border-radius:20px;flex:0 0 266px;height:223px;overflow:hidden}.ss-stories__card-img img{object-fit:cover;width:100%;height:100%;transition:transform .4s cubic-bezier(.4,0,.2,1);display:block}.ss-stories__card:hover .ss-stories__card-img img{transform:scale(1.05)}.ss-stories__card-body{flex:1;min-width:0}.ss-stories__card-category{font-family:var(--ff-heading,"Outfit", sans-serif);color:#555;margin:0 0 4px;font-size:18px;font-weight:400;line-height:30.3px}.ss-stories__card-title{font-family:var(--ff-heading,"Outfit", sans-serif);color:#000;text-transform:capitalize;margin:0 0 8px;font-size:18px;font-weight:500;line-height:26px;transition:color .3s}.ss-stories__card:hover .ss-stories__card-title{color:#ed1a2b}.ss-stories__card-date{font-family:var(--ff-heading,"Outfit", sans-serif);color:#555;margin:0;font-size:18px;font-weight:400;line-height:30.3px}@media (width<=1024px){.ss-stories__card-img{flex:0 0 200px;height:180px}}@media (width<=768px){.ss-stories__grid{grid-template-columns:1fr;gap:32px}.ss-stories__filters{flex-direction:column;align-items:stretch}.ss-stories__search-wrap{max-width:100%}.ss-stories__filter-btn{width:100%;margin-left:0}.ss-stories__title{line-height:1.2}}@media (width<=480px){.ss-stories__card{flex-direction:column}.ss-stories__card-img{aspect-ratio:266/223;flex:none;width:100%;height:auto}}.ss-partners{background:#fff;padding:80px 0 60px;overflow:hidden}.ss-partners__title{font-family:var(--ff-heading,"Outfit", sans-serif);color:var(--ds-text,#111);text-transform:capitalize;text-align:center;margin:0 0 48px;font-size:clamp(2rem,1.5rem + 2.5vw,3.875rem);font-weight:600;line-height:82px}.ss-partners__title-red{color:#ed1a2b}.ss-partners__marquee{width:100%;display:flex;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000);mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000)}.ss-partners__track{gap:0;width:max-content;padding:10px 0;animation:35s linear infinite scrollMarquee;display:flex}.ss-partners__track:hover{animation-play-state:paused}@keyframes scrollMarquee{0%{transform:translate(0)}to{transform:translate(-1746px)}}.ss-partners__card{filter:grayscale()opacity(.5);background:#f1f1f1;border-radius:14px;flex:0 0 267px;justify-content:center;align-items:center;height:94px;margin-right:24px;transition:filter .3s,transform .3s;display:flex}.ss-partners__card:hover{filter:grayscale(0%)opacity()}.ss-partners__card-logo{object-fit:contain;max-width:100px;max-height:80px}@media (width<=768px){@keyframes scrollMarquee{0%{transform:translate(0)}to{transform:translate(-1296px)}}.ss-partners__marquee{-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.ss-partners__card{flex:0 0 200px;height:80px;margin-right:16px}.ss-partners__title{line-height:1.2}}@media (width<=480px){@keyframes scrollMarquee{0%{transform:translate(0)}to{transform:translate(-1056px)}}.ss-partners__card{flex:0 0 160px}}.ss-testimonials{background:#fff;padding:80px 0 60px}.ss-testimonials__heading{text-align:center;max-width:1139px;margin:0 auto 48px;padding:0 5%}.ss-testimonials__title{font-family:var(--ff-heading,"Outfit", sans-serif);color:var(--ds-text,#111);text-transform:capitalize;font-size:clamp(2rem,1.5rem + 2.5vw,3.875rem);font-weight:600;line-height:82px}.ss-testimonials__title-red{color:#ed1a2b}.ss-testimonials__grid{justify-content:center;gap:24px;max-width:1140px;margin:0 auto;padding:0 5%;display:flex}.ss-testimonials__card{background:#eeeefe;border-radius:25px;flex-direction:column;flex:0 0 364px;padding:26px 16px 24px;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),box-shadow .4s;display:flex;position:relative}.ss-testimonials__card:hover{z-index:10;transform:translateY(-8px);box-shadow:0 20px 40px #00000014}.ss-testimonials__card-header{align-items:center;gap:12px;margin-bottom:16px;display:flex}.ss-testimonials__avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:68px;height:68px}.ss-testimonials__doctor-info{flex-direction:column;display:flex}.ss-testimonials__doctor-name{font-family:var(--ff-heading,"Outfit", sans-serif);color:#161616;text-transform:capitalize;margin:0;font-size:26px;font-weight:500;line-height:normal}.ss-testimonials__doctor-role{font-family:var(--ff-heading,"Outfit", sans-serif);color:#5c5c5c;margin:0;font-size:18px;font-weight:500;line-height:normal}.ss-testimonials__doctor-role-dark{color:#382f2f}.ss-testimonials__text{font-family:var(--ff-heading,"Outfit", sans-serif);color:#525252;flex:1;margin:0 0 16px;font-size:16px;font-weight:400;line-height:29.3px}.ss-testimonials__stars{height:20px}.ss-testimonials__stars img{width:auto;height:100%}.ss-testimonials__separator{background:#d9d9d9;width:100%;height:1px;margin-top:20px}@media (width<=1100px){.ss-testimonials__grid{flex-wrap:wrap}.ss-testimonials__card{flex:0 0 calc(50% - 12px)}}@media (width<=768px){.ss-testimonials__grid{flex-direction:column;align-items:center}.ss-testimonials__card{flex:none;width:min(364px,90vw)}.ss-testimonials__title{line-height:1.2}}.success-stories-page{width:100%;overflow-x:hidden}.ssd{padding-top:120px}.ssd__breadcrumb{align-items:center;gap:12px;max-width:1140px;margin:0 auto;padding:24px 0 0;font-family:Outfit,sans-serif;font-size:18px;line-height:30.3px;display:flex}.ssd__breadcrumb-link{color:#8b8b8b;text-decoration:none;transition:color .2s}.ssd__breadcrumb-link:hover{color:#555}.ssd__breadcrumb-current{color:#000;font-weight:400}.ssd__hero{align-items:flex-start;gap:40px;max-width:1140px;margin:32px auto 0;padding:0;display:flex}.ssd__hero-text{flex:1;min-width:0;max-width:567px}.ssd__hero-category{color:#ed1a2b;text-transform:capitalize;margin:0 0 8px;font-family:Outfit,sans-serif;font-size:32px;font-weight:400;line-height:50.3px}.ssd__hero-title{color:#000;text-transform:capitalize;margin:0 0 16px;font-family:Outfit,sans-serif;font-size:52px;font-weight:600;line-height:64px}.ssd__hero-date{color:#555;margin:0;font-family:Outfit,sans-serif;font-size:22px;font-weight:400;line-height:36.3px}.ssd__hero-image{border-radius:40px;flex-shrink:0;width:558px;height:553px;overflow:hidden}.ssd__hero-image img{object-fit:cover;width:100%;height:100%;display:block}.ssd__body{gap:24px;max-width:1140px;margin:0 auto;padding:48px 0 0;display:flex}.ssd__sidebar{background:#fff;border:1px solid #eee;border-radius:30px;flex-direction:column;flex:0 0 364px;gap:0;height:fit-content;padding:32px 24px;display:flex;position:sticky;top:120px}.ssd__sidebar-nav{flex-direction:column;display:flex}.ssd__sidebar-link{color:#000;border-bottom:1px solid #eee;padding:24px 0;font-family:Outfit,sans-serif;font-size:18px;font-weight:400;line-height:30.3px;text-decoration:none;transition:color .2s}.ssd__sidebar-link:first-child{padding-top:0}.ssd__sidebar-link:last-child{border-bottom:none}.ssd__sidebar-link:hover{color:#ed1a2b}.ssd__sidebar-cta{color:#fff;background:#ed1a2b;border-radius:9px;justify-content:center;align-items:center;width:100%;height:55px;margin-top:24px;font-family:Outfit,sans-serif;font-size:18px;font-weight:400;line-height:30.3px;text-decoration:none;transition:background .2s;display:flex}.ssd__sidebar-cta:hover{background:#d4111f}.ssd__content{flex:1;min-width:0;max-width:752px}.ssd__content-divider{background:#000;width:170px;height:2px;margin-bottom:32px}.ssd__section{margin-bottom:48px;scroll-margin-top:140px}.ssd__section-heading{color:#000;text-transform:capitalize;margin:0 0 16px;font-family:Outfit,sans-serif;font-size:32px;font-weight:600;line-height:49px}.ssd__section-body{color:#777;margin:0 0 16px;font-family:Outfit,sans-serif;font-size:18px;font-weight:400;line-height:30.3px}.ssd__section-body:last-child{margin-bottom:0}.ssd__split{align-items:flex-start;gap:24px;margin-top:24px;display:flex}.ssd__split-image{border-radius:30px;flex:0 0 423px;height:357px;overflow:hidden}.ssd__split-image img{object-fit:cover;width:100%;height:100%;display:block}.ssd__split-text{color:#000;flex:1;margin:0;font-family:Outfit,sans-serif;font-size:22px;font-weight:400;line-height:36.3px}.ssd__stats{flex-direction:column;gap:75px;margin-top:48px;display:flex}.ssd__stat-card{background:linear-gradient(#e6e6e6 15.44%,#fff 100%);border:1px solid #797979;border-radius:40px;align-items:center;gap:24px;width:100%;height:204px;padding:32px 40px;display:flex}.ssd__stat-number{letter-spacing:2.44px;color:#ed1a2b;flex-shrink:0;font-family:Outfit,sans-serif;font-size:122px;font-weight:500;line-height:152px}.ssd__stat-label{color:#282828;text-transform:capitalize;margin:0;font-family:Outfit,sans-serif;font-size:32px;font-weight:600;line-height:49px}@media (width<=1200px){.ssd{padding-top:100px}.ssd__breadcrumb,.ssd__hero,.ssd__body{padding-left:24px;padding-right:24px}}@media (width<=991px){.ssd{padding-top:80px}.ssd__hero{flex-direction:column;align-items:stretch}.ssd__hero-text{max-width:100%}.ssd__hero-image{aspect-ratio:558/553;width:100%;height:auto}.ssd__hero-title{font-size:38px;line-height:48px}.ssd__hero-category{font-size:24px;line-height:38px}.ssd__body{flex-direction:column}.ssd__sidebar{flex:none;width:100%;position:static}.ssd__content{max-width:100%}.ssd__split{flex-direction:column}.ssd__split-image{aspect-ratio:423/357;flex:none;width:100%;height:auto}.ssd__stat-card{text-align:center;flex-direction:column;gap:12px;height:auto;padding:24px}.ssd__stat-number{font-size:72px;line-height:90px}.ssd__stat-label{font-size:24px;line-height:36px}}@media (width<=575px){.ssd__hero-title{font-size:28px;line-height:36px}.ssd__hero-category{font-size:20px;line-height:30px}.ssd__hero-date{font-size:18px}.ssd__hero-image{border-radius:24px}.ssd__stat-number{font-size:52px;line-height:64px}.ssd__stat-label{font-size:20px;line-height:30px}.ssd__stats{gap:32px}}.blog-page{width:100%;overflow-x:hidden}.blog-hero{text-align:center;background:#f3f4f8;padding:174px 0 100px;position:relative;overflow:hidden}.blog-hero__container{z-index:2;max-width:1140px;margin:0 auto;padding:0 24px;position:relative}.blog-hero__badge{color:#fff;background:linear-gradient(#3888c7 38.14%,#6db4ed80 158.47%);border-radius:29.5px;margin-bottom:28px;padding:10px 36px;font-family:Outfit,sans-serif;font-size:26px;font-weight:500;line-height:1;display:inline-block}.blog-hero__title{letter-spacing:1.44px;color:#000;max-width:100%;margin:0 auto 20px;font-family:Outfit,sans-serif;font-size:72px;font-weight:600;line-height:82.7px}.blog-hero__title span{color:#ed1a2b}.blog-hero__subtitle{color:#282828;text-transform:capitalize;max-width:1079px;margin:0 auto;font-family:Outfit,sans-serif;font-size:26px;font-weight:500;line-height:43.8px}.blog-hero__decor{pointer-events:none;z-index:1;position:absolute}.blog-hero__braces{width:237px;height:79px;top:110px;left:auto;right:8%}.blog-hero__teeth-star{opacity:.3;width:115px;height:108px;bottom:80px;left:5.4%}.blog-hero__star-left{width:28px;height:28px;top:170px;left:15%}.blog-hero__star-right{width:20px;height:20px;bottom:220px;right:20%}.blog-hero__arrow{width:87px;height:265px;inset:auto 15% 5% auto;transform:rotate(-161.36deg)scaleY(-1)}@media (width<=768px){.desktop-br{display:none}}@media (width<=1024px){.blog-hero{padding:48px 0 72px}.blog-hero__title{letter-spacing:1px;font-size:52px;line-height:62px}.blog-hero__subtitle{font-size:22px;line-height:36px}.blog-hero__braces,.blog-hero__arrow{display:none}}@media (width<=768px){.blog-hero{padding:36px 0 56px}.blog-hero__badge{margin-bottom:20px;padding:8px 28px;font-size:20px}.blog-hero__title{letter-spacing:.72px;font-size:36px;line-height:44px}.blog-hero__subtitle{font-size:18px;line-height:30px}.blog-hero__teeth-star,.blog-hero__star-left,.blog-hero__star-right{display:none}}@media (width<=480px){.blog-hero__title{font-size:28px;line-height:36px}.blog-hero__subtitle{font-size:16px;line-height:26px}}.blog-featured{padding:80px 0 60px}.blog-featured__container{align-items:stretch;gap:24px;max-width:1140px;margin:0 auto;padding:0 24px;display:flex}.blog-featured__card-link{color:inherit;flex:0 0 558px;text-decoration:none;display:flex}.blog-featured__card{cursor:pointer;border-radius:20px;flex-direction:column;flex:1;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.blog-featured__card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0000001a}.blog-featured__card-header{background:#3c88d6;border-radius:20px 20px 0 0;flex-direction:column;flex:1;padding:32px 32px 28px;display:flex}.blog-featured__card-category{color:#fff;margin-bottom:8px;font-family:Outfit,sans-serif;font-size:18px;font-weight:400;line-height:30.3px}.blog-featured__card-title{color:#fff;margin:0 0 16px;font-family:Outfit,sans-serif;font-size:32px;font-weight:600;line-height:49px}.blog-featured__card-excerpt{color:#fff;margin:0 0 24px;font-family:Outfit,sans-serif;font-size:18px;font-weight:400;line-height:30.3px}.blog-featured__card-author{align-items:center;gap:12px;margin-top:auto;display:flex}.blog-featured__card-avatar{background:#a0c4e8;border-radius:50%;flex-shrink:0;width:54px;height:54px}.blog-featured__card-author-name{color:#fff;font-family:Outfit,sans-serif;font-size:18px;font-weight:400;line-height:30.3px}.blog-featured__card-image{border-radius:0 0 20px 20px;height:274px;overflow:hidden}.blog-featured__card-image img{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.blog-featured__card:hover .blog-featured__card-image img{transform:scale(1.05)}.blog-latest{flex-direction:column;flex:1;display:flex}.blog-latest__heading{color:#000;margin:0 0 24px;font-family:Outfit,sans-serif;font-size:52px;font-weight:600;line-height:64px}.blog-latest__heading span{color:#ed1a2b}.blog-latest__list{flex-direction:column;flex:1;display:flex}.blog-latest__item{cursor:pointer;border-radius:8px;padding:16px 0;transition:background-color .2s,padding-left .2s}.blog-latest__item:hover{background-color:#f8f9fa;padding-left:12px}.blog-latest__item-category{color:#555;margin-bottom:4px;font-family:Outfit,sans-serif;font-size:18px;font-weight:400;line-height:30.3px;display:block}.blog-latest__item-title{color:#000;margin:0;font-family:Outfit,sans-serif;font-size:32px;font-weight:600;line-height:49px}.blog-latest__divider{background:#d9d9d9;height:1px;margin-top:16px}@media (width<=1024px){.blog-featured__container{flex-direction:column}.blog-featured__card-link,.blog-featured__card{flex:none;width:100%}.blog-latest__heading{margin-top:16px;font-size:42px;line-height:52px}.blog-latest__item-title{font-size:26px;line-height:40px}}@media (width<=768px){.blog-featured{padding:48px 0 40px}.blog-featured__card-title{font-size:26px;line-height:38px}.blog-featured__card-excerpt{font-size:16px;line-height:26px}.blog-featured__card-image{height:200px}.blog-latest__heading{font-size:34px;line-height:44px}.blog-latest__item-title{font-size:22px;line-height:34px}}@media (width<=480px){.blog-featured__card-header{padding:24px 20px 20px}.blog-featured__card-title{font-size:22px;line-height:32px}.blog-featured__card-image{height:160px}.blog-latest__heading{font-size:28px;line-height:36px}.blog-latest__item-title{font-size:20px;line-height:30px}}.blog-grid{padding:40px 0 80px}.blog-grid__container{grid-template-columns:repeat(3,1fr);gap:25px;max-width:1140px;margin:0 auto;padding:0 24px;display:grid}.blog-grid__card{cursor:pointer;background:#f0f2ff;border-radius:20px;flex-direction:column;padding:17px 17px 20px;transition:transform .3s,box-shadow .3s;display:flex}.blog-grid__card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #00000014}.blog-grid__card-img{border-radius:25px;width:100%;height:202px;margin-bottom:16px;overflow:hidden}.blog-grid__card-img img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.blog-grid__card:hover .blog-grid__card-img img{transform:scale(1.05)}.blog-grid__card-title{color:#000;text-transform:capitalize;margin:0 0 auto;padding-bottom:14px;font-family:Outfit,sans-serif;font-size:22px;font-weight:500;line-height:38px}.blog-grid__card-meta{justify-content:space-between;align-items:center;display:flex}.blog-grid__card-tag{color:#fff;background:#50a6ee;border-radius:17px;padding:2px 18px;font-family:Outfit,sans-serif;font-size:18px;font-weight:400;line-height:30.3px;display:inline-block}.blog-grid__card-date{color:#282828;align-items:center;gap:8px;font-family:Outfit,sans-serif;font-size:18px;font-weight:400;line-height:30.3px;display:flex}@media (width<=1024px){.blog-grid__container{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.blog-grid__container{grid-template-columns:1fr;max-width:420px}.blog-grid__card-img{height:180px}.blog-grid__card-title{font-size:20px;line-height:32px}.blog-grid__card-tag{padding:2px 14px;font-size:16px}.blog-grid__card-date{font-size:16px}}.blog-grid__card-link{color:inherit;text-decoration:none;display:block}.blog-grid__card-link:hover .blog-grid__card{transform:translateY(-4px);box-shadow:0 12px 30px #0000001a}.blog-detail{width:100%}.blog-detail__breadcrumb{align-items:center;gap:12px;max-width:1140px;margin:0 auto;padding:120px 24px 0;font-family:Outfit,sans-serif;font-size:18px;line-height:30.3px;display:flex}.blog-detail__breadcrumb-link{color:#8b8b8b;text-decoration:none;transition:color .2s}.blog-detail__breadcrumb-link:hover{color:#ed1a2b}.blog-detail__breadcrumb-current{color:#000;font-weight:400}.blog-detail__hero{align-items:flex-start;gap:40px;max-width:1140px;margin:0 auto;padding:30px 24px 0;display:flex}.blog-detail__hero-content{flex:1;min-width:0;max-width:545px;padding-top:20px}.blog-detail__hero-category{color:#ed1a2b;text-transform:capitalize;margin-bottom:8px;font-family:Outfit,sans-serif;font-size:32px;font-weight:400;line-height:50.3px;display:block}.blog-detail__hero-title{color:#000;text-transform:capitalize;margin:0 0 24px;font-family:Outfit,sans-serif;font-size:52px;font-weight:600;line-height:64px}.blog-detail__hero-date{color:#555;margin:0;font-family:Outfit,sans-serif;font-size:22px;font-weight:400;line-height:36.3px}.blog-detail__hero-image{border-radius:40px;flex-shrink:0;width:558px;height:553px;overflow:hidden}.blog-detail__hero-image img{object-fit:cover;width:100%;height:100%;display:block}.blog-detail__body{align-items:flex-start;gap:40px;max-width:1140px;margin:60px auto 0;padding:0 24px;display:flex}.blog-detail__sidebar{background:#f3f4f8;border:1px solid #eee;border-radius:30px;flex-shrink:0;width:364px;padding:30px 22px;position:sticky;top:120px}.blog-detail__sidebar-title{color:#ed1a2b;text-transform:capitalize;margin:0 0 20px;font-family:Outfit,sans-serif;font-size:26px;font-weight:500;line-height:1}.blog-detail__sidebar-list{margin:0;padding:0;list-style:none}.blog-detail__sidebar-item{padding:0}.blog-detail__sidebar-text{color:#000;cursor:pointer;margin:0;padding:16px 0;font-family:Outfit,sans-serif;font-size:18px;font-weight:400;line-height:30.3px;transition:color .2s}.blog-detail__sidebar-text:hover{color:#ed1a2b}.blog-detail__sidebar-divider{background:#ddd;width:100%;height:1px}.blog-detail__content{flex:1;min-width:0}.blog-detail__content-divider{background:#ed1a2b;border-radius:3px;width:170px;height:5px;margin-bottom:40px}.blog-detail__section{margin-bottom:40px;scroll-margin-top:140px}.blog-detail__section-heading{color:#000;text-transform:capitalize;margin:0 0 16px;font-family:Outfit,sans-serif;font-size:32px;font-weight:600;line-height:49px}.blog-detail__section-body{color:#777;margin:0 0 16px;font-family:Outfit,sans-serif;font-size:18px;font-weight:400;line-height:30.3px}.blog-detail__split{align-items:flex-start;gap:30px;margin-top:24px;display:flex}.blog-detail__split-image{border-radius:30px;flex-shrink:0;width:423px;height:357px;overflow:hidden}.blog-detail__split-image img{object-fit:cover;width:100%;height:100%;display:block}.blog-detail__split-text{color:#000;max-width:304px;margin:0;font-family:Outfit,sans-serif;font-size:22px;font-weight:400;line-height:36.3px}@media (width<=1024px){.blog-detail__hero{flex-direction:column;gap:30px}.blog-detail__hero-content{max-width:100%}.blog-detail__hero-title{font-size:38px;line-height:48px}.blog-detail__hero-category{font-size:24px}.blog-detail__hero-image{border-radius:24px;width:100%;height:400px}.blog-detail__body{flex-direction:column}.blog-detail__sidebar{border-radius:20px;width:100%;position:static}.blog-detail__split{flex-direction:column}.blog-detail__split-image{border-radius:20px;width:100%;height:280px}.blog-detail__split-text{max-width:100%}}@media (width<=640px){.blog-detail__breadcrumb{gap:8px;padding-top:100px;font-size:14px}.blog-detail__hero{padding-top:20px}.blog-detail__hero-category{font-size:20px;line-height:32px}.blog-detail__hero-title{font-size:28px;line-height:38px}.blog-detail__hero-date{font-size:16px}.blog-detail__hero-image{border-radius:18px;height:260px}.blog-detail__body{margin-top:40px}.blog-detail__sidebar{border-radius:16px;padding:20px 16px}.blog-detail__sidebar-title{font-size:22px}.blog-detail__sidebar-text{padding:12px 0;font-size:15px;line-height:24px}.blog-detail__content-divider{width:120px;height:4px;margin-bottom:28px}.blog-detail__section-heading{font-size:24px;line-height:36px}.blog-detail__section-body{font-size:15px;line-height:26px}.blog-detail__split-image{border-radius:16px;height:220px}.blog-detail__split-text{font-size:17px;line-height:28px}}.contact-hero{text-align:center;background-color:#f7f8fc;padding-block:clamp(5rem,8vw,7rem) clamp(6rem,10vw,8rem);position:relative;overflow:hidden}.contact-hero__container{z-index:2;max-width:1200px;margin:0 auto;padding-inline:1.5rem;position:relative}.contact-hero__pill{border-radius:var(--radius-full);color:var(--clr-white);font-family:var(--ff-heading);background:linear-gradient(135deg,#5ba4e5 0%,#3888c7 100%);margin-bottom:2.5rem;padding:.6rem 2rem;font-size:1.125rem;font-weight:500;line-height:1;display:inline-block;box-shadow:0 4px 15px #3888c733}.contact-hero__title{font-family:var(--ff-heading);letter-spacing:-.02em;color:#1a1a1a;margin:0 auto 1.5rem;font-size:clamp(3rem,5vw,4.5rem);font-weight:800;line-height:1.1}.contact-hero__title span{color:#ed1a2b}.contact-hero__subtitle{font-family:var(--ff-heading);color:#4a4a4a;max-width:820px;margin:0 auto;font-size:clamp(1.125rem,1rem + .5vw,1.25rem);font-weight:400;line-height:1.6}.contact-hero__decor{pointer-events:none;z-index:1;position:absolute}.contact-hero__decor--left-star{opacity:.6;width:32px;height:auto;top:15%;left:12%}.contact-hero__decor--mail{opacity:.8;width:90px;height:auto;top:18%;right:10%}.contact-hero__decor--chat{opacity:.6;width:85px;height:auto;bottom:15%;left:10%}.contact-hero__decor--right-star{opacity:.5;width:24px;height:auto;bottom:20%;right:15%}@media (width<=768px){.contact-hero__decor{display:none}}.contact-form-section{padding-block:clamp(3rem,5vw,5rem)}.contact-form__container{grid-template-columns:1fr 1fr;align-items:start;gap:clamp(2rem,4vw,4rem);max-width:1140px;margin:0 auto;padding-inline:1.5rem;display:grid}.contact-form__copy{position:sticky;top:8rem}.contact-form__heading{font-family:var(--ff-heading);color:var(--clr-text);text-transform:capitalize;margin:0 0 1.25rem;font-size:clamp(1.75rem,1.2rem + 2.75vw,3.25rem);font-weight:600;line-height:1.23}.contact-form__heading-accent{color:#ed1a2b}.contact-form__desc{font-family:var(--ff-heading);color:var(--clr-text);max-width:485px;font-size:clamp(1rem,.9rem + .5vw,1.125rem);font-weight:400;line-height:1.68}.contact-form{flex-direction:column;gap:1.25rem;display:flex}.contact-form__row{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.contact-form__field{flex-direction:column;gap:.375rem;display:flex}.contact-form__label{font-family:var(--ff-heading);color:var(--clr-text);font-size:1rem;font-weight:500;line-height:1.31}.contact-form__req{color:#ed1a2b;margin-left:.125rem}.contact-form__input,.contact-form__select,.contact-form__textarea{font-family:var(--ff-heading);color:var(--clr-text);background:var(--clr-white);border:.5px solid #bababa;border-radius:8px;outline:none;padding:1rem 1.125rem;font-size:1rem;font-weight:400;line-height:1.83;transition:border-color .2s}.contact-form__input::placeholder,.contact-form__textarea::placeholder{color:#696969}.contact-form__input:focus,.contact-form__select:focus,.contact-form__textarea:focus{border-color:var(--clr-primary)}.contact-form__select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1.5l5 5 5-5' stroke='%23333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 1.125rem center;background-repeat:no-repeat;padding-right:2.5rem}.contact-form__textarea{resize:vertical;min-height:129px}.contact-form__fieldset{border:none;flex-direction:column;gap:.5rem;margin:0;padding:0;display:flex}.contact-form__checks{flex-direction:column;gap:.65rem;margin-top:.25rem;display:flex}.contact-form__check-label{font-family:var(--ff-heading);color:#696969;cursor:pointer;align-items:center;gap:.625rem;font-size:1rem;font-weight:400;line-height:1.83;display:flex}.contact-form__checkbox{appearance:none;cursor:pointer;border:1px solid #d6d6d6;border-radius:7px;flex-shrink:0;width:24px;height:24px;position:relative}.contact-form__checkbox:checked{background:#ed1a2b;border-color:#ed1a2b}.contact-form__checkbox:checked:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:6px;height:12px;position:absolute;top:3px;left:7px;transform:rotate(45deg)}.contact-form__submit{color:var(--clr-white);font-family:var(--ff-heading);cursor:pointer;background:#ed1a2b;border:none;border-radius:9px;align-self:flex-start;padding:.85rem 2.5rem;font-size:1.125rem;font-weight:400;line-height:1.68;transition:background .2s}.contact-form__submit:hover{background:#d41525}@media (width<=900px){.contact-form__container{grid-template-columns:1fr}.contact-form__copy{position:static}}@media (width<=520px){.contact-form__row{grid-template-columns:1fr}}.contact-info{background:#f5f5f5;padding-block:clamp(2.5rem,5vw,4rem)}.contact-info__container{grid-template-columns:1fr auto;align-items:start;gap:clamp(2rem,4vw,4rem);max-width:1140px;margin:0 auto;padding-inline:1.5rem;display:grid}.contact-info__details{gap:2rem;display:flex}.contact-info__separator{background:#bababa;align-self:stretch;width:1px}.contact-info__col{flex-direction:column;gap:2rem;min-width:180px;display:flex}.contact-info__block{flex-direction:column;gap:.5rem;display:flex}.contact-info__label{font-family:var(--ff-heading);color:#161616;margin:0;font-size:clamp(1.125rem,1rem + .5vw,1.375rem);font-weight:600;line-height:1.65}.contact-info__value{font-family:var(--ff-heading);color:var(--clr-text);margin:0;font-size:clamp(1rem,.9rem + .5vw,1.375rem);font-weight:400;line-height:1.65}.contact-info__divider{background:#bababa;width:100%;max-width:365px;height:1px}.contact-info__socials{gap:.75rem;display:flex}.contact-info__socials a{transition:opacity .2s;display:flex}.contact-info__socials a:hover{opacity:.7}.contact-info__map{background:var(--clr-white);border-radius:4px;width:416px;padding:.5rem;overflow:hidden}.contact-info__map img{border-radius:2px;width:100%;height:auto;display:block}@media (width<=960px){.contact-info__container{grid-template-columns:1fr}.contact-info__map{width:100%;max-width:500px}}@media (width<=600px){.contact-info__details{flex-direction:column}.contact-info__separator{width:100%;height:1px}}.contact-transform{padding-block:clamp(3rem,6vw,5rem)}.contact-transform__container{max-width:1140px;margin:0 auto;padding-inline:1.5rem}.contact-transform__title{font-family:var(--ff-heading);font-weight:600;font-size:var(--fs-3xl);color:var(--clr-text);text-align:center;text-transform:capitalize;margin:0 0 clamp(2rem,4vw,3rem);line-height:1.32}.contact-transform__title span{color:#ed1a2b}.contact-transform__video-wrap{grid-template-columns:1fr 1.2fr;align-items:center;gap:clamp(1.5rem,3vw,2.5rem);margin-bottom:clamp(2rem,4vw,3rem);display:grid}.contact-transform__video-copy p{font-family:var(--ff-heading);font-weight:400;font-size:var(--fs-base);color:var(--clr-text);margin:0;line-height:1.68}.contact-transform__video{border-radius:16px;overflow:hidden}.contact-transform__video img{width:100%;height:auto;display:block}.contact-transform__metrics{grid-template-columns:repeat(4,1fr);gap:clamp(.75rem,1.5vw,1.25rem);display:grid}.contact-transform__metric{text-align:center;border-radius:16px;flex-direction:column;gap:.375rem;padding:clamp(1.25rem,2vw,1.75rem) clamp(1rem,1.5vw,1.5rem);display:flex}.contact-transform__metric--red{background:#fde8ea}.contact-transform__metric--blue{background:#e0f0ff}.contact-transform__metric--purple{background:#eeeefe}.contact-transform__metric-value{font-family:var(--ff-heading);font-weight:600;font-size:var(--fs-2xl);color:var(--clr-text);line-height:1.2}.contact-transform__metric-label{font-family:var(--ff-heading);font-weight:400;font-size:var(--fs-sm);color:var(--clr-text-secondary);line-height:1.5}@media (width<=768px){.contact-transform__video-wrap{grid-template-columns:1fr}.contact-transform__metrics{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.contact-transform__metrics{grid-template-columns:1fr}}.contact-partners{padding-block:clamp(3rem,5vw,5rem)}.contact-partners__container{max-width:1140px;margin:0 auto;padding-inline:1.5rem}.contact-partners__title{font-family:var(--ff-heading);font-weight:600;font-size:var(--fs-3xl);color:var(--clr-text);text-align:center;text-transform:capitalize;margin:0 0 clamp(2rem,3vw,3rem);line-height:1.32}.contact-partners__title span{color:#ed1a2b}.contact-partners__grid{grid-template-columns:repeat(6,1fr);gap:clamp(.75rem,1.5vw,1.25rem);display:grid}.contact-partners__card{mix-blend-mode:luminosity;background:#f1f1f1;border-radius:14px;justify-content:center;align-items:center;height:94px;transition:mix-blend-mode .3s;display:flex}.contact-partners__card:hover{mix-blend-mode:normal}.contact-partners__name{font-family:var(--ff-heading);font-weight:500;font-size:var(--fs-sm);color:var(--clr-text-secondary);text-align:center}@media (width<=900px){.contact-partners__grid{grid-template-columns:repeat(3,1fr)}}@media (width<=480px){.contact-partners__grid{grid-template-columns:repeat(2,1fr)}}.contact-testimonials{padding-block:clamp(3rem,5vw,5rem);position:relative;overflow:hidden}.contact-testimonials__container{max-width:1140px;margin:0 auto;padding-inline:1.5rem;position:relative}.contact-testimonials__title{font-family:var(--ff-heading);font-weight:600;font-size:var(--fs-3xl);color:var(--clr-text);text-align:center;text-transform:capitalize;max-width:1139px;margin:0 auto clamp(2rem,3vw,3rem);line-height:1.32}.contact-testimonials__title span{color:#ed1a2b}.contact-testimonials__decor{pointer-events:none;opacity:.5;width:44px;height:46px;position:absolute}.contact-testimonials__decor--left{top:20%;left:5%;transform:rotate(8deg)}.contact-testimonials__decor--right{top:20%;right:5%;transform:rotate(8deg)}.contact-testimonials__grid{grid-template-columns:repeat(3,1fr);gap:clamp(1rem,2vw,1.5rem);display:grid}.contact-testimonials__card{background:#eeeefe;border-bottom:1px solid #d6d6d6;border-radius:25px;flex-direction:column;gap:1rem;padding:clamp(1.25rem,2vw,1.75rem);display:flex}.contact-testimonials__card-header{align-items:center;gap:.75rem;display:flex}.contact-testimonials__avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:68px;height:68px}.contact-testimonials__name{font-family:var(--ff-heading);color:#161616;text-transform:capitalize;margin:0 0 .25rem;font-size:clamp(1.125rem,1rem + .5vw,1.625rem);font-weight:500;line-height:1}.contact-testimonials__role{font-family:var(--ff-heading);color:#5c5c5c;margin:0;font-size:1.125rem;font-weight:500;line-height:1}.contact-testimonials__role strong{color:#382f2f}.contact-testimonials__text{font-family:var(--ff-heading);color:#525252;margin:0;font-size:1rem;font-weight:400;line-height:1.83}.contact-testimonials__stars{align-self:flex-start;width:auto;height:20px}@media (width<=900px){.contact-testimonials__grid{grid-template-columns:1fr;max-width:420px;margin-inline:auto}.contact-testimonials__decor{display:none}}.high-tech-note{color:#3b82f6;text-transform:uppercase;letter-spacing:.05em;background-color:#3b82f61a;border:1px solid #3b82f633;border-radius:4px;align-items:center;gap:6px;margin-bottom:4px;padding:2px 6px;font-size:.65rem;font-weight:600;display:inline-flex}.high-tech-dot{background-color:#3b82f6;border-radius:50%;width:6px;height:6px;animation:2s infinite pulse-glow}.our-team-hero{text-align:center;background:#f3f4f8;padding:180px 24px 0;position:relative;overflow:hidden}.our-team-hero__title{letter-spacing:1.44px;color:#000;margin:0 0 16px;font-family:Outfit,sans-serif;font-size:72px;font-weight:600;line-height:82.7px}.our-team-hero__title span{color:#ed1a2b}.our-team-hero__subtitle{color:#282828;text-transform:capitalize;max-width:1109px;margin:0 auto 48px;font-family:Outfit,sans-serif;font-size:26px;font-weight:500;line-height:49px}.our-team-hero__image-wrap{max-width:1440px;margin:0 auto;position:relative}.our-team-hero__image{object-fit:cover;border-radius:0;width:100%;height:auto;display:block}.our-team-hero__fade{pointer-events:none;background:linear-gradient(#0000,#fffffffc);width:100%;height:200px;position:absolute;bottom:0;left:0}@media (width<=1024px){.our-team-hero{padding:140px 20px 0}.our-team-hero__title{letter-spacing:1px;font-size:52px;line-height:62px}.our-team-hero__subtitle{max-width:800px;font-size:22px;line-height:38px}}@media (width<=768px){.our-team-hero{padding:120px 16px 0}.our-team-hero__title{letter-spacing:.8px;font-size:40px;line-height:50px}.our-team-hero__subtitle{max-width:600px;margin-bottom:32px;font-size:18px;line-height:30px}}@media (width<=480px){.our-team-hero__title{font-size:32px;line-height:42px}.our-team-hero__subtitle{font-size:16px;line-height:26px}}.leadership{max-width:1140px;margin:0 auto;padding:80px 24px}.leadership__title{color:#000;text-align:center;text-transform:capitalize;margin:0 0 60px;font-family:Outfit,sans-serif;font-size:62px;font-weight:600;line-height:82px}.leadership__title span{color:#ed1a2b}.leadership__grid{grid-template-columns:repeat(3,1fr);gap:80px 50px;display:grid}.team-card{cursor:pointer;flex-direction:column;transition:transform .4s cubic-bezier(.175,.885,.32,1.275);display:flex}.team-card:hover{transform:translateY(-12px)}.team-card__photo-wrap{border-radius:20px;transition:box-shadow .4s;overflow:hidden;box-shadow:0 4px 20px #0000000d}.team-card:hover .team-card__photo-wrap{box-shadow:0 20px 40px #0000001f}.team-card__photo{object-fit:cover;width:100%;height:383px;transition:transform .6s cubic-bezier(.25,.46,.45,.94);display:block}.team-card:hover .team-card__photo{transform:scale(1.08)}.team-card__info{background:#f4f6ff;border-radius:16px;justify-content:space-between;align-items:center;min-height:80px;margin-top:24px;padding:16px 20px;transition:background-color .4s,box-shadow .4s;display:flex}.team-card:hover .team-card__info{background:#eef1ff;box-shadow:0 10px 25px #0000000a}.team-card__text{text-align:left;min-width:0}.team-card__name{color:#000;margin:0 0 4px;font-family:Outfit,sans-serif;font-size:20px;font-weight:500;line-height:1.2}.team-card__role{color:#000;margin:0;font-family:Outfit,sans-serif;font-size:14px;font-weight:400;line-height:1.2}.team-card__btn{cursor:pointer;background:#fff;border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;padding:0;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;box-shadow:0 2px 8px #0000000a}.team-card:hover .team-card__btn{background:#ed1a2b;transform:rotate(90deg)scale(1.1);box-shadow:0 8px 16px #ed1a2b4d}.team-card__btn img{width:22px;height:22px;transition:filter .4s}.team-card:hover .team-card__btn img{filter:brightness(0)invert()}@media (width<=1024px){.leadership__title{font-size:46px;line-height:60px}.leadership__grid{gap:48px 32px}.team-card__photo{height:320px}}@media (width<=768px){.leadership{padding:60px 16px}.leadership__title{margin-bottom:40px;font-size:36px;line-height:48px}.leadership__grid{grid-template-columns:repeat(2,1fr);gap:40px 24px}.team-card__photo{height:280px}}.tm-overlay{z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000080;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.tm-modal{background:#fff;border-radius:20px;width:100%;max-width:870px;max-height:90vh;padding:48px 40px 40px;position:relative;overflow-y:auto;box-shadow:0 24px 64px #0000002e}.tm-close{cursor:pointer;color:#333;background:#fff;border:1.5px solid #d0d0d0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:15px;line-height:1;transition:background .15s,border-color .15s;display:flex;position:absolute;top:16px;right:16px}.tm-close:hover{background:#f5f5f5;border-color:#999}.tm-body{align-items:flex-start;gap:40px;display:flex}.tm-photo-wrap{background:#d7dce8;border-radius:20px;flex-shrink:0;width:272px;overflow:hidden}.tm-photo{object-fit:cover;width:100%;height:100%;min-height:380px;display:block}.tm-info{flex:1;min-width:0}.tm-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.tm-title-group{flex-direction:column;gap:4px;display:flex}.tm-name{color:#000;margin:0;font-family:Outfit,sans-serif;font-size:32px;font-weight:600;line-height:1.2}.tm-role{color:#ed1a2b;margin:0;font-family:Outfit,sans-serif;font-size:18px;font-weight:400;line-height:1.4}.tm-socials{flex-shrink:0;gap:10px;display:flex}.tm-social-icon{border:1.5px solid #222;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;text-decoration:none;transition:border-color .15s,background .15s;display:flex}.tm-social-icon:hover{background:#f5f5f5;border-color:#555}.tm-social-icon img{object-fit:contain;width:20px;height:20px}.tm-divider{border:none;border-top:1px solid #e0e0e0;margin:16px 0 20px}.tm-bio{flex-direction:column;gap:14px;display:flex}.tm-bio p{color:#4a4a4a;margin:0;font-family:Outfit,sans-serif;font-size:18px;font-weight:400;line-height:30.3px}@media (width<=768px){.tm-modal{padding:40px 24px 32px}.tm-body{flex-direction:column;gap:24px}.tm-photo-wrap{width:100%;max-width:300px;margin:0 auto}.tm-photo{min-height:280px}.tm-header{flex-direction:column;gap:12px}.tm-name{font-size:26px}}@media (width<=480px){.tm-overlay{padding:16px}.tm-modal{padding:36px 16px 24px}.tm-name{font-size:22px}.tm-bio p{font-size:16px;line-height:26px}.tm-social-icon{width:40px;height:40px}.tm-social-icon img{width:17px;height:17px}.leadership__title{font-size:28px;line-height:38px}.leadership__grid{grid-template-columns:1fr;gap:32px 0}.team-card__photo{height:340px}}.pricing-page{background:#fff;width:100%;font-family:Outfit,sans-serif}.pricing-hero{text-align:center;background:#f3f4f8;padding:160px 24px 80px;position:relative;overflow:hidden}.pricing-hero__breadcrumb{color:#525252;margin-bottom:32px;font-size:16px}.pricing-hero__breadcrumb span{color:#8a8a9a}.pricing-hero__title{letter-spacing:1.44px;color:#000;max-width:946px;margin:0 auto 24px;font-size:72px;font-weight:600;line-height:82.7px}.pricing-hero__title span{color:#ed1a2b}.pricing-hero__subtitle{color:#282828;text-transform:capitalize;max-width:1033px;margin:0 auto 48px;font-size:26px;font-weight:500;line-height:43.8px}.pricing-toggle-wrap{justify-content:center;align-items:center;gap:16px;display:flex;position:relative}.pricing-toggle{background:#fff;border:1px solid #000;border-radius:42px;align-items:center;gap:0;width:368px;height:70px;padding:8px;display:flex;position:relative}.pricing-toggle__btn{cursor:pointer;color:#696969;z-index:1;background:0 0;border:none;border-radius:42px;flex:1;height:54px;font-family:Outfit,sans-serif;font-size:22px;font-weight:400;line-height:36.3px;transition:background .3s,color .3s;position:relative}.pricing-toggle__btn--active{color:#fff;background:#3888c7}.pricing-toggle__save{color:#ed1a2b;white-space:nowrap;font-size:18px;line-height:30.3px;position:absolute;top:-30px;right:-150px}.pricing-hero__deco{pointer-events:none;position:absolute}.pricing-hero__deco--dollar{width:28px;height:28px;top:60px;right:15%}.pricing-hero__deco--sparkle{width:28px;height:28px;top:229px;left:12%}.pricing-hero__deco--arrow{width:64px;height:66px;bottom:40px;right:30%}.pricing-cards{z-index:2;max-width:1188px;margin:-40px auto 0;padding:80px 24px 100px;position:relative}.pricing-cards__grid{grid-template-columns:repeat(3,1fr);align-items:start;gap:24px;display:grid}.pricing-card{background:#fff;border:1px solid #cacaca;border-radius:20px;flex-direction:column;display:flex;position:relative}.pricing-card__content{flex:1;padding:40px 24px 36px}.pricing-card--popular{background:#000;border:2px solid #000;margin-top:-50px}.pricing-card--popular .pricing-card__content{background:#fff;border-radius:20px 20px 18px 18px}.pricing-card__badge{color:#fff;text-align:center;background:#000;border-radius:18px 18px 0 0;margin:0;padding:12px 0 16px;font-size:13px;line-height:20px}.pricing-card__header{text-align:center;margin-bottom:24px}.pricing-card__name{color:#000;text-transform:capitalize;margin:0 0 8px;font-size:26px;font-weight:500;line-height:43.8px}.pricing-card__price{justify-content:center;align-items:baseline;gap:4px;margin:0 0 16px;display:flex}.pricing-card__amount{color:#000;font-size:56px;font-weight:600;line-height:59px}.pricing-card__period{color:#000;font-size:18px;font-weight:400;line-height:59px}.pricing-card__annual-note{color:#000;margin:-6px 0 16px;font-size:16px;font-weight:500}.pricing-card__target{color:#000;margin:0;font-size:14px;font-weight:500;line-height:normal}.pricing-card__cta-wrap{margin-bottom:24px}.pricing-card__cta{text-align:center;color:#fff;background:#ed1a2b;border-radius:9px;padding:12px 0;font-family:Outfit,sans-serif;font-size:18px;line-height:30.3px;text-decoration:none;transition:background .2s;display:block}.pricing-card__cta:hover{background:#d9202f}.pricing-card__divider{background:#cacaca;height:1px;margin-bottom:24px}.pricing-card__feat-heading{color:#000;margin:0 0 16px;font-size:18px;font-weight:500}.pricing-card__list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.pricing-card__item{color:#000;align-items:flex-start;gap:10px;font-size:16px;line-height:29.3px;display:flex}.pricing-card__check{flex-shrink:0;margin-top:8px}@media (width<=1024px){.pricing-cards__grid{grid-template-columns:repeat(3,1fr);gap:16px}.pricing-card__amount{font-size:42px}}@media (width<=768px){.pricing-cards__grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.pricing-cards{margin-top:-20px;padding:40px 16px 60px}.pricing-card--popular{order:-1}}.pricing-help{text-align:center;max-width:1188px;margin:0 auto;padding:100px 24px}.pricing-help__title{color:#000;text-transform:capitalize;margin:0 0 16px;font-size:62px;font-weight:600;line-height:82px}.pricing-help__title span{color:#ed1a2b}.pricing-help__subtitle{color:#000;max-width:1140px;margin:0 auto 56px;font-size:22px;line-height:36.3px}.pricing-help__grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.pricing-help-card{text-align:left;background:#fff;border:1px solid #ececec;border-radius:20px;flex-direction:column;transition:box-shadow .3s,border-color .3s;display:flex;overflow:hidden}.pricing-help-card:hover{border-color:#0000;box-shadow:0 16px 40px #00000014}.pricing-help-card__head{color:#000;text-align:center;background:#e9e9e9;border-radius:20px 20px 0 0;padding:24px;font-size:26px;font-weight:500;line-height:43.8px;transition:background .3s,color .3s}.pricing-help-card:hover .pricing-help-card__head{color:#fff;background:#ed1a2b}.pricing-help-card__desc{color:#525252;flex:1;margin:0;padding:20px 24px 0;font-size:18px;line-height:30.3px}.pricing-help-card__contact{color:#000;align-items:center;gap:10px;padding:16px 24px 0;font-size:18px;display:flex}.pricing-help-card__link{color:#000;text-align:center;border:1px solid #000;border-radius:9px;align-self:stretch;margin:20px 24px 28px;padding:10px 24px;font-family:Outfit,sans-serif;font-size:18px;line-height:30.3px;text-decoration:none;transition:all .3s;display:inline-block}.pricing-help-card:hover .pricing-help-card__link{color:#ed1a2b;border-color:#ed1a2b}.pricing-help-card__link:hover{color:#fff!important;background:#ed1a2b!important;border-color:#ed1a2b!important}@media (width<=1024px){.pricing-help__title{font-size:44px;line-height:56px}.pricing-help__subtitle{font-size:18px;line-height:30px}}@media (width<=768px){.pricing-help{padding:60px 16px}.pricing-help__title{font-size:32px;line-height:42px}.pricing-help__grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}}.pricing-faq{max-width:1188px;margin:0 auto;padding:100px 24px}.pricing-faq__title{color:#000;text-align:center;text-transform:capitalize;margin:0 0 56px;font-size:62px;font-weight:600;line-height:82px}.pricing-faq__title span{color:#ed1a2b}.pricing-faq__list{flex-direction:column;gap:24px;display:flex}.pricing-faq__item{background:#fff;border:1px solid #d9d9d9;border-radius:10px;transition:border-color .2s;overflow:hidden}.pricing-faq__item--open{border-color:#ed1a2b}.pricing-faq__trigger{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:24px 28px;font-family:Outfit,sans-serif;display:flex}.pricing-faq__question{color:#000;font-size:22px;font-weight:400;line-height:36.3px}.pricing-faq__icon{background-color:#ed1a2b;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .3s,background-color .3s;display:flex}.pricing-faq__icon svg{stroke:#fff;width:20px;height:20px}.pricing-faq__icon--open{transform:rotate(45deg)}.pricing-faq__answer{color:#525252;padding:0 28px 24px;font-size:18px;line-height:30.3px}.pricing-faq__answer p{margin:0}@media (width<=1024px){.pricing-faq__title{font-size:44px;line-height:56px}}@media (width<=768px){.pricing-faq{padding:60px 16px}.pricing-faq__title{margin-bottom:32px;font-size:32px;line-height:42px}.pricing-faq__trigger{padding:16px 20px}.pricing-faq__question{font-size:18px;line-height:28px}.pricing-faq__icon{width:40px;height:40px}.pricing-faq__list{gap:16px}}@media (width<=1024px){.pricing-hero__title{font-size:52px;line-height:62px}.pricing-hero__subtitle{font-size:22px;line-height:36px}}@media (width<=768px){.pricing-hero{padding:120px 16px 48px}.pricing-hero__title{letter-spacing:.72px;font-size:36px;line-height:44px}.pricing-hero__subtitle{margin-bottom:32px;font-size:18px;line-height:30px}.pricing-toggle{width:300px;height:58px}.pricing-toggle__btn{height:44px;font-size:18px}.pricing-toggle__save{text-align:center;margin-top:12px;display:block;position:static}.pricing-toggle-wrap{flex-direction:column}}@media (width<=480px){.pricing-hero__title{font-size:28px;line-height:36px}.pricing-hero__subtitle{font-size:16px;line-height:26px}}.scroll-progress{z-index:99998;transform-origin:0;will-change:transform;contain:layout style;pointer-events:none;background:linear-gradient(90deg,#447aee,#925cf0,#ef4343);border-radius:0 2px 2px 0;height:3px;position:fixed;top:0;left:0;right:0}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;hanging-punctuation:first last}:root{--hero-breakout:clamp(150px, 15vw, 250px)}body{min-height:100vh;line-height:1.6}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;line-height:1.2}p,li,figcaption{max-width:75ch}img,picture,video,canvas,svg{max-width:100%;height:auto;display:block}img{content-visibility:auto}input,button,textarea,select{font:inherit;color:inherit;background:0 0;border:none;outline:none}button{cursor:pointer}a{color:inherit;text-decoration:none}ul,ol{list-style:none}table{border-collapse:collapse;border-spacing:0}[hidden]{display:none!important}:focus-visible{outline:2px solid var(--clr-primary);outline-offset:3px;border-radius:4px}[class*=fcta] :focus-visible,[class*=vidshow] :focus-visible,.footer :focus-visible{outline-color:#ffffffb3}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;will-change:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (forced-colors:active){:focus-visible{outline:2px solid canvastext}}:root{--clr-primary:#2463eb;--clr-primary-light:#5c8bf0;--clr-primary-dark:#124bc4;--clr-primary-ghost:#2463eb14;--clr-accent:#7c3bed;--clr-accent-light:#a273f2;--clr-accent-dark:#5b14d7;--clr-success:#23be75;--clr-warning:#f59f0a;--clr-error:#ef4343;--clr-info:#0da2e7;--clr-white:#fff;--clr-gray-50:#f6f7f9;--clr-gray-100:#eaecf0;--clr-gray-200:#d6dae0;--clr-gray-300:#afb5c0;--clr-gray-400:#818898;--clr-gray-500:#6b7280;--clr-gray-600:#4c5361;--clr-gray-700:#343a46;--clr-gray-800:#212631;--clr-gray-900:#131720;--clr-black:#090b11;--clr-bg:var(--clr-white);--clr-surface:var(--clr-gray-50);--clr-surface-elevated:var(--clr-white);--clr-text:var(--clr-gray-900);--clr-text-secondary:var(--clr-gray-500);--clr-text-tertiary:var(--clr-gray-400);--clr-border:var(--clr-gray-200);--gradient-primary:linear-gradient(135deg, var(--clr-primary), var(--clr-accent));--gradient-surface:linear-gradient(135deg, var(--clr-gray-50), var(--clr-white));--gradient-glass:linear-gradient(135deg, #ffffff40, #ffffff0d);--ff-sans:"Inter", "Segoe UI", system-ui, -apple-system, sans-serif;--ff-heading:"Outfit", var(--ff-sans);--ff-mono:"Fira Code", "Cascadia Code", "Consolas", monospace;--fs-xs:clamp(.7rem, .66rem + .2vw, .8rem);--fs-sm:clamp(.8rem, .76rem + .25vw, .925rem);--fs-base:clamp(.94rem, .88rem + .3vw, 1.063rem);--fs-md:clamp(1.06rem, .98rem + .4vw, 1.25rem);--fs-lg:clamp(1.25rem, 1.12rem + .65vw, 1.563rem);--fs-xl:clamp(1.5rem, 1.28rem + 1.1vw, 2rem);--fs-2xl:clamp(1.88rem, 1.5rem + 1.9vw, 2.75rem);--fs-3xl:clamp(2.25rem, 1.7rem + 2.75vw, 3.5rem);--fs-4xl:clamp(2.75rem, 1.9rem + 4.25vw, 4.5rem);--fw-regular:400;--fw-medium:500;--fw-semibold:600;--fw-bold:700;--fw-extrabold:800;--lh-tight:1.15;--lh-snug:1.35;--lh-normal:1.6;--lh-relaxed:1.8;--space-3xs:clamp(.25rem, .22rem + .15vw, .313rem);--space-2xs:clamp(.5rem, .45rem + .25vw, .625rem);--space-xs:clamp(.75rem, .68rem + .35vw, .938rem);--space-sm:clamp(1rem, .9rem + .5vw, 1.25rem);--space-md:clamp(1.5rem, 1.35rem + .75vw, 1.875rem);--space-lg:clamp(2rem, 1.8rem + 1vw, 2.5rem);--space-xl:clamp(3rem, 2.7rem + 1.5vw, 3.75rem);--space-2xl:clamp(4rem, 3.6rem + 2vw, 5rem);--space-3xl:clamp(6rem, 5.4rem + 3vw, 7.5rem);--section-spacing:clamp(1.5rem, 1.5rem + 2vw, 3.5rem);--radius-xs:4px;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-2xl:24px;--radius-full:9999px;--shadow-xs:0 1px 2px #14181f0d;--shadow-sm:0 1px 3px #14181f14, 0 1px 2px #14181f0f;--shadow-md:0 4px 6px #14181f12, 0 2px 4px #14181f0f;--shadow-lg:0 10px 15px #14181f14, 0 4px 6px #14181f0d;--shadow-xl:0 20px 25px #14181f1a, 0 8px 10px #14181f0a;--shadow-2xl:0 25px 50px #14181f2e;--shadow-glow:0 0 20px #2463eb4d;--shadow-inner:inset 0 2px 4px #14181f0f;--ease-out:cubic-bezier(.16, 1, .3, 1);--ease-in-out:cubic-bezier(.65, 0, .35, 1);--ease-spring:cubic-bezier(.34, 1.56, .64, 1);--ease-bounce:cubic-bezier(.68, -.55, .265, 1.55);--duration-fast:.15s;--duration-normal:.25s;--duration-slow:.4s;--duration-slower:.7s;--z-below:-1;--z-base:0;--z-dropdown:100;--z-sticky:200;--z-overlay:300;--z-modal:400;--z-toast:500;--z-tooltip:600;--container-max:1200px;--container-pad:5%}[data-theme=dark]{--clr-bg:var(--clr-gray-900);--clr-surface:var(--clr-gray-800);--clr-surface-elevated:var(--clr-gray-700);--clr-text:var(--clr-gray-50);--clr-text-secondary:var(--clr-gray-400);--clr-text-tertiary:var(--clr-gray-500);--clr-border:var(--clr-gray-700);--gradient-surface:linear-gradient(135deg, var(--clr-gray-900), var(--clr-gray-800));--gradient-glass:linear-gradient(135deg, #ffffff0f, #ffffff05);--shadow-xs:0 1px 2px #0003;--shadow-sm:0 1px 3px #00000047, 0 1px 2px #00000038;--shadow-md:0 4px 6px #0000003d, 0 2px 4px #0003;--shadow-lg:0 10px 15px #00000047, 0 4px 6px #0000002e;--shadow-xl:0 20px 25px #00000052, 0 8px 10px #00000026;--shadow-2xl:0 25px 50px #0006;--shadow-glow:0 0 20px #2463eb33}:root{--ds-red:#ff2d3e;--ds-red-light:#ff5a67;--ds-red-dark:#d9202f;--ds-red-glow:#ff2d3e59;--ds-red-ghost:#ff2d3e14;--ds-blue:#0b1f5b;--ds-blue-light:#1a3380;--ds-blue-dark:#060f30;--ds-blue-glow:#0b1f5b40;--ds-bg:#f7f8fc;--ds-bg-warm:#fafbff;--ds-bg-cool:#f0f2f8;--ds-surface:#fff;--ds-surface-raised:#fff;--ds-surface-overlay:#ffffffb8;--ds-text:#111;--ds-text-secondary:#4a4a5a;--ds-text-tertiary:#8a8a9a;--ds-text-muted:#b0b0be;--ds-text-inverse:#fff;--ds-border:#0b1f5b14;--ds-border-light:#0b1f5b0a;--ds-border-strong:#0b1f5b26;--ds-success:#00c48c;--ds-warning:#ffab2d;--ds-error:#ff3b5c;--ds-info:#3b82f6;--ds-gradient-hero:linear-gradient(165deg, #f7f8fc 0%, #eef0f8 25%, #f7f8fc 50%, #fafbff 100%);--ds-gradient-red:linear-gradient(135deg, #ff2d3e, #ff5a67);--ds-gradient-blue:linear-gradient(135deg, #0b1f5b, #1a3380);--ds-gradient-premium:linear-gradient(135deg, #0b1f5b 0%, #1a3380 40%, #ff2d3e 100%);--ds-gradient-surface:linear-gradient(180deg, #ffffffe6 0%, #f7f8fc99 100%)}.ds-h1{font-family:var(--ff-heading);letter-spacing:-.035em;color:var(--ds-text);font-size:clamp(2.5rem,1.8rem + 3.5vw,4rem);font-weight:700;line-height:1.08}.ds-h2{font-family:var(--ff-heading);letter-spacing:-.03em;color:var(--ds-text);font-size:clamp(2rem,1.5rem + 2.5vw,3rem);font-weight:700;line-height:1.12}.ds-h3{font-family:var(--ff-heading);letter-spacing:-.022em;color:var(--ds-text);font-size:clamp(1.5rem,1.2rem + 1.5vw,2rem);font-weight:600;line-height:1.2}.ds-h4{font-family:var(--ff-heading);letter-spacing:-.018em;color:var(--ds-text);font-size:clamp(1.25rem,1.1rem + .75vw,1.5rem);font-weight:600;line-height:1.28}.ds-body{font-family:var(--ff-sans);letter-spacing:-.006em;color:var(--ds-text-secondary);font-size:clamp(1rem,.94rem + .3vw,1.125rem);font-weight:400;line-height:1.7}.ds-body-lg{font-family:var(--ff-sans);letter-spacing:-.008em;color:var(--ds-text-secondary);font-size:clamp(1.125rem,1.04rem + .45vw,1.313rem);font-weight:400;line-height:1.75}.ds-caption{font-family:var(--ff-sans);letter-spacing:.02em;text-transform:uppercase;color:var(--ds-text-tertiary);font-size:clamp(.75rem,.72rem + .15vw,.813rem);font-weight:500;line-height:1.5}.ds-label{font-family:var(--ff-sans);letter-spacing:.08em;text-transform:uppercase;color:var(--ds-red);font-size:.875rem;font-weight:600;line-height:1.4}.ds-text-gradient{background:var(--ds-gradient-premium);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.ds-text-balance{text-wrap:balance}:root{--ds-space-8:.5rem;--ds-space-16:1rem;--ds-space-24:1.5rem;--ds-space-32:2rem;--ds-space-48:3rem;--ds-space-64:4rem;--ds-space-80:5rem;--ds-space-100:6.25rem}.ds-pb-8{padding-block:var(--ds-space-8)}.ds-pb-16{padding-block:var(--ds-space-16)}.ds-pb-24{padding-block:var(--ds-space-24)}.ds-pb-32{padding-block:var(--ds-space-32)}.ds-pb-48{padding-block:var(--ds-space-48)}.ds-pb-64{padding-block:var(--ds-space-64)}.ds-pb-80{padding-block:var(--ds-space-80)}.ds-pb-100{padding-block:var(--ds-space-100)}.ds-mb-8{margin-block:var(--ds-space-8)}.ds-mb-16{margin-block:var(--ds-space-16)}.ds-mb-24{margin-block:var(--ds-space-24)}.ds-mb-32{margin-block:var(--ds-space-32)}.ds-mb-48{margin-block:var(--ds-space-48)}.ds-mb-64{margin-block:var(--ds-space-64)}.ds-mb-80{margin-block:var(--ds-space-80)}.ds-mb-100{margin-block:var(--ds-space-100)}.ds-gap-8{gap:var(--ds-space-8)}.ds-gap-16{gap:var(--ds-space-16)}.ds-gap-24{gap:var(--ds-space-24)}.ds-gap-32{gap:var(--ds-space-32)}.ds-gap-48{gap:var(--ds-space-48)}.ds-gap-64{gap:var(--ds-space-64)}.section-glow{position:relative;overflow:hidden}.section-glow:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(#ff2d3e0f 0%,#ff2d3e08 25%,#0b1f5b05 50%,#0000 75%);width:140%;height:80%;position:absolute;top:-40%;left:50%;transform:translate(-50%)}.section-glow:after{content:"";pointer-events:none;z-index:0;background:radial-gradient(#0b1f5b0a 0%,#0000 70%);width:60%;height:60%;position:absolute;bottom:-30%;right:-10%}.section-glow>*{z-index:1;position:relative}.soft-light{box-shadow:0 1px 2px #0b1f5b05,0 2px 4px #0b1f5b05,0 4px 8px #0b1f5b08,0 8px 16px #0b1f5b08,0 16px 32px #0b1f5b0a,0 32px 64px #0b1f5b0d}.soft-light-sm{box-shadow:0 1px 2px #0b1f5b08,0 2px 4px #0b1f5b05,0 4px 8px #0b1f5b08}.soft-light-lg{box-shadow:0 2px 4px #0b1f5b03,0 4px 8px #0b1f5b05,0 8px 16px #0b1f5b08,0 16px 32px #0b1f5b0a,0 32px 64px #0b1f5b0d,0 64px 128px #0b1f5b0f}.atmospheric-light{position:relative;overflow:hidden}.atmospheric-light:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(80% 50% at 20% 20%,#ff2d3e08,#0000),radial-gradient(60% 60% at 80% 80%,#0b1f5b0a,#0000),radial-gradient(70% 40%,#3b82f605,#0000);position:absolute;inset:0}.atmospheric-light>*{z-index:1;position:relative}.red-glow{position:relative}.red-glow:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#ff2d3e1f 0%,#ff2d3e0a 35%,#0000 65%);width:200%;height:200%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.red-glow>*{z-index:1;position:relative}.spotlight{position:relative;overflow:hidden}.spotlight:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(at top,#fff9 0%,#ffffff26 30%,#0000 65%);width:80%;height:100%;position:absolute;top:-60%;left:50%;transform:translate(-50%)}.spotlight>*{z-index:1;position:relative}.glass-card{-webkit-backdrop-filter:blur(20px)saturate(180%);border-radius:var(--radius-xl);transition:transform var(--duration-normal) var(--ease-out), box-shadow var(--duration-normal) var(--ease-out);background:linear-gradient(135deg,#ffffffa6 0%,#ffffff59 40%,#ffffff40 60%,#ffffff73 100%);border:1px solid #ffffff80;position:relative;overflow:hidden;box-shadow:0 1px 1px #0b1f5b05,0 2px 4px #0b1f5b08,0 8px 16px #0b1f5b0a,0 16px 48px #0b1f5b0f,inset 0 1px #ffffffb3,inset 0 -1px #fff3}.glass-card:before{content:"";pointer-events:none;z-index:2;background:linear-gradient(90deg,#0000,#fffc,#0000);height:1px;position:absolute;top:0;left:5%;right:5%}.glass-card:after{content:"";pointer-events:none;z-index:2;width:60%;height:300%;animation:6s ease-in-out infinite glassSweep;animation-delay:calc(var(--sweep-delay,0) * 1s);background:linear-gradient(115deg,#0000 20%,#ffffff14 35%,#fff3 42%,#ffffff14 49%,#0000 64%);position:absolute;top:-100%;left:-100%;transform:rotate(25deg)}@keyframes glassSweep{0%,to{opacity:0;transform:rotate(25deg)translate(-30%)}10%{opacity:1}50%{opacity:1;transform:rotate(25deg)translate(180%)}60%{opacity:0}}.glass-card:hover{transform:translateY(-4px);box-shadow:0 2px 2px #0b1f5b05,0 4px 8px #0b1f5b0a,0 12px 24px #0b1f5b0f,0 24px 64px #0b1f5b14,inset 0 1px #fffc,inset 0 -1px #ffffff40}.glass-card-dark{-webkit-backdrop-filter:blur(20px)saturate(180%);border-radius:var(--radius-xl);color:var(--ds-text-inverse);transition:transform var(--duration-normal) var(--ease-out), box-shadow var(--duration-normal) var(--ease-out);background:linear-gradient(135deg,#0b1f5bd9 0%,#0b1f5ba6 40%,#0b1f5b8c 60%,#0b1f5bbf 100%);border:1px solid #ffffff1a;position:relative;overflow:hidden;box-shadow:0 2px 4px #0000001a,0 8px 16px #0000001f,0 16px 48px #00000026,inset 0 1px #ffffff14,inset 0 -1px #ffffff08}.glass-card-dark:before{content:"";pointer-events:none;z-index:2;background:linear-gradient(90deg,#0000,#ffffff26,#0000);height:1px;position:absolute;top:0;left:10%;right:10%}.glass-card-dark:hover{transform:translateY(-4px);box-shadow:0 4px 8px #0000001f,0 12px 24px #00000026,0 24px 64px #0003,inset 0 1px #ffffff1f,inset 0 -1px #ffffff0d}.glass-pill{-webkit-backdrop-filter:blur(12px)saturate(160%);border-radius:var(--radius-full);color:var(--ds-blue);letter-spacing:.01em;background:linear-gradient(135deg,#ffffff80,#ffffff40);border:1px solid #ffffff73;align-items:center;gap:.5rem;padding:.5rem 1.25rem;font-size:.813rem;font-weight:600;display:inline-flex;box-shadow:0 2px 8px #0b1f5b0f,inset 0 1px #fff9}.glass-input{-webkit-backdrop-filter:blur(12px);border-radius:var(--radius-lg);width:100%;font-family:var(--ff-sans);color:var(--ds-text);transition:border-color var(--duration-fast) ease, box-shadow var(--duration-fast) ease;background:#ffffff80;border:1px solid #0b1f5b1a;padding:.875rem 1.25rem;font-size:1rem;box-shadow:inset 0 1px 2px #0b1f5b0a,0 1px #ffffff80}.glass-input::placeholder{color:var(--ds-text-muted)}.glass-input:focus{border-color:var(--ds-red);box-shadow:inset 0 1px 2px #0b1f5b0a,0 0 0 3px #ff2d3e1a,0 1px #ffffff80}.float-slow{animation:6s ease-in-out infinite dsFloat}.float-medium{animation:3.5s ease-in-out infinite dsFloat}.float-fast{animation:2s ease-in-out infinite dsFloat}@keyframes dsFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.float-organic{animation:7s ease-in-out infinite dsFloatOrganic}@keyframes dsFloatOrganic{0%,to{transform:translateY(0)rotate(0)}25%{transform:translateY(-8px)rotate(.5deg)}50%{transform:translateY(-14px)rotate(-.3deg)}75%{transform:translateY(-6px)rotate(.2deg)}}.hover-lift{transition:transform var(--duration-normal) var(--ease-out), box-shadow var(--duration-normal) var(--ease-out)}.hover-lift:hover{transform:translateY(-6px);box-shadow:0 4px 8px #0b1f5b0a,0 12px 24px #0b1f5b0f,0 24px 48px #0b1f5b14}.hover-lift:active{transition-duration:.1s;transform:translateY(-2px)}.hover-glow{transition:box-shadow var(--duration-normal) var(--ease-out), transform var(--duration-normal) var(--ease-out)}.hover-glow:hover{transform:translateY(-2px);box-shadow:0 0 20px #ff2d3e26,0 0 40px #ff2d3e14,0 0 80px #ff2d3e0a}.hover-scale{transition:transform var(--duration-normal) var(--ease-spring)}.hover-scale:hover{transform:scale(1.03)}.hover-scale:active{transform:scale(.98)}.pulse{animation:2.5s ease-in-out infinite dsPulse}@keyframes dsPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.75;transform:scale(1.04)}}.shimmer-loading{background:linear-gradient(90deg, var(--ds-bg-cool) 25%, #fff9 50%, var(--ds-bg-cool) 75%);background-size:200% 100%;animation:1.5s linear infinite dsShimmer}@keyframes dsShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.spin-slow{animation:20s linear infinite dsSpin}@keyframes dsSpin{to{transform:rotate(360deg)}}.ds-section{padding-block:clamp(4rem,3.5rem + 2.5vw,6.25rem);position:relative;overflow:hidden}.ds-section--hero{background:var(--ds-gradient-hero);padding-block:clamp(6rem,5rem + 5vw,10rem)}.ds-section--dark{background:var(--ds-blue);color:var(--ds-text-inverse)}.ds-section--dark .ds-h1,.ds-section--dark .ds-h2,.ds-section--dark .ds-h3,.ds-section--dark .ds-h4{color:var(--ds-text-inverse)}.ds-section--dark .ds-body,.ds-section--dark .ds-body-lg{color:#ffffffb8}.ds-flex{display:flex}.ds-flex-col{flex-direction:column;display:flex}.ds-flex-center{justify-content:center;align-items:center;display:flex}.ds-flex-between{justify-content:space-between;align-items:center;display:flex}.ds-grid-2{gap:var(--ds-space-32);grid-template-columns:repeat(2,1fr);display:grid}.ds-grid-3{gap:var(--ds-space-32);grid-template-columns:repeat(3,1fr);display:grid}.ds-grid-4{gap:var(--ds-space-24);grid-template-columns:repeat(4,1fr);display:grid}@media (width<=1024px){.ds-grid-3,.ds-grid-4{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.ds-grid-2,.ds-grid-3,.ds-grid-4{grid-template-columns:1fr}}.ds-accent-line{border-radius:var(--radius-full);background:var(--ds-gradient-red);width:48px;height:3px}.ds-accent-line--center{margin-inline:auto}.ds-dot-grid{position:relative}.ds-dot-grid:before{content:"";pointer-events:none;z-index:0;background-image:radial-gradient(circle,#0b1f5b0f 1px,#0000 1px);background-size:24px 24px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000 30%,#0000 75%);mask-image:radial-gradient(#000 30%,#0000 75%)}.ds-dot-grid>*{z-index:1;position:relative}.ds-orb{pointer-events:none;border-radius:50%;position:absolute}.ds-orb--red{background:radial-gradient(circle at 35% 35%,#ff2d3e2e,#ff2d3e0a 60%,#0000 80%)}.ds-orb--blue{background:radial-gradient(circle at 35% 35%,#0b1f5b1f,#0b1f5b08 60%,#0000 80%)}.ds-btn{font-family:var(--ff-sans);letter-spacing:-.01em;border-radius:var(--radius-lg);cursor:pointer;transition:transform var(--duration-fast) var(--ease-out), box-shadow var(--duration-normal) var(--ease-out), background var(--duration-normal) ease;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;gap:.625rem;padding:.875rem 2rem;font-size:.9375rem;font-weight:600;line-height:1;display:inline-flex}.ds-btn:active{transform:scale(.97)}.ds-btn--primary{background:var(--ds-gradient-red);color:var(--ds-text-inverse);box-shadow:0 1px 2px #ff2d3e33,0 4px 12px #ff2d3e33,0 8px 24px #ff2d3e1f,inset 0 1px #fff3}.ds-btn--primary:hover{transform:translateY(-1px);box-shadow:0 2px 4px #ff2d3e40,0 8px 20px #ff2d3e40,0 16px 40px #ff2d3e26,inset 0 1px #ffffff40}.ds-btn--secondary{background:var(--ds-surface);color:var(--ds-text);border:1px solid var(--ds-border-strong);box-shadow:0 1px 2px #0b1f5b0f,0 4px 8px #0b1f5b0a}.ds-btn--secondary:hover{background:var(--ds-bg);transform:translateY(-1px);box-shadow:0 2px 4px #0b1f5b14,0 8px 16px #0b1f5b0f}.ds-btn--ghost{color:var(--ds-text);background:0 0;padding:.75rem 1.5rem}.ds-btn--ghost:hover{background:#0b1f5b0a}.ds-btn--lg{border-radius:var(--radius-xl);padding:1.125rem 2.5rem;font-size:1.0625rem}.ds-btn--sm{padding:.625rem 1.5rem;font-size:.8125rem}.ds-divider{background:linear-gradient(90deg, transparent, var(--ds-border), transparent);border:none;width:100%;height:1px}:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--t-bg:#080c16;--t-bg-deep:#0a101f;--t-bg-alt:#0a0e1a;--t-surface:#10192dd9;--t-surface-card:#ffffff08;--t-surface-hover:#ffffff0f;--t-glass-border:#ffffff1a;--t-glass-highlight:#ffffff0f;--t-glass-fill:#ffffff0a;--t-text:#fffffff2;--t-text-strong:#ffffffeb;--t-text-secondary:#ffffff8c;--t-text-muted:#ffffff59;--t-text-dim:#ffffff80;--t-text-quote:#fff9;--t-text-faint:#fff3;--t-text-label:#ffffffb3;--t-text-link:#fff6;--t-text-link-hover:#fffc;--t-border:#ffffff0f;--t-border-subtle:#ffffff0a;--t-border-strong:#ffffff1a;--t-border-hover:#ffffff2e;--t-shadow-color:#00000040;--t-shadow-heavy:#0000004d;--t-glow-opacity:1;--t-icon-filter:brightness(1.1);--t-footer-icon-filter:brightness(1.5);--t-overlay-gradient:#080c1666;--t-scrollbar-track:#0b111e;--t-scrollbar-thumb:#2463eb4d;--t-scrollbar-thumb-hover:#2463eb80;--t-cursor-bg:white;--t-cursor-blend:difference;--t-cursor-hover-shadow:0 0 0 1.5px #ffffff80;--t-selection-bg:#2463eb;--t-selection-text:white}[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--t-bg:#f7f8fc;--t-bg-deep:#eef0f8;--t-bg-alt:#f0f2fa;--t-surface:#f3f4f7e0;--t-surface-card:#f9f9fbe6;--t-surface-hover:#e9ecf2b3;--t-glass-border:#bfc8d959;--t-glass-highlight:#eff1f580;--t-glass-fill:#f0f1f580;--t-text:#111827f2;--t-text-strong:#111827eb;--t-text-secondary:#374151e6;--t-text-muted:#6b7280e6;--t-text-dim:#4b5563bf;--t-text-quote:#374151d9;--t-text-faint:#6b728080;--t-text-label:#374151d9;--t-text-link:#4b5563b3;--t-text-link-hover:#111827e6;--t-border:#d1d6e099;--t-border-subtle:#dadee780;--t-border-strong:#bcc3d280;--t-border-hover:#9facc680;--t-shadow-color:#13172014;--t-shadow-heavy:#1317201f;--t-glow-opacity:.4;--t-icon-filter:brightness(1);--t-footer-icon-filter:brightness(.6);--t-overlay-gradient:#f3f4f766;--t-scrollbar-track:#eaecf0;--t-scrollbar-thumb:#2463eb59;--t-scrollbar-thumb-hover:#2463eb8c;--t-cursor-bg:#0f1729;--t-cursor-blend:normal;--t-cursor-hover-shadow:0 0 0 1.5px #11182766;--t-selection-bg:#2463eb;--t-selection-text:white}html:not([data-no-transition]) body,html:not([data-no-transition]) .navbar,html:not([data-no-transition]) .nav-glass{transition:background-color .3s,color .3s,border-color .3s}@media (prefers-reduced-motion:reduce){html body,html .navbar,html .nav-glass{transition:none!important}}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}body{font-family:var(--ff-sans);font-size:var(--fs-base);font-weight:var(--fw-regular);line-height:var(--lh-normal);color:var(--t-text);background-color:var(--t-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;overflow-x:hidden}[data-page=for-patient] body,[data-page=dentiedge] body{overflow-x:visible}html.perf-film-grain body:before{content:"";z-index:99990;pointer-events:none;opacity:.025;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:128px 128px;position:fixed;inset:0}body:after{content:"";z-index:-1;pointer-events:none;background:radial-gradient(ellipse 80% 60% at 50% 0%, #2463eb0f 0%, transparent 60%), radial-gradient(ellipse 60% 50% at 20% 80%, #7c3bed0a 0%, transparent 50%), radial-gradient(ellipse 50% 40% at 80% 60%, #ef434308 0%, transparent 50%), linear-gradient(180deg, var(--t-bg) 0%, var(--t-bg-deep) 50%, var(--t-bg-alt) 100%);position:fixed;inset:0}.container{width:min(var(--container-max), 90%);margin-inline:auto}.container--narrow{width:min(840px,90%);margin-inline:auto}.container--wide{width:min(1440px,95%);margin-inline:auto}.section{padding-block:var(--space-3xl)}.section--sm{padding-block:var(--space-xl)}.section--lg{padding-block:clamp(8rem,7rem + 5vw,12rem)}.heading-1{font-family:var(--ff-heading);font-size:var(--fs-4xl);font-weight:var(--fw-extrabold);line-height:var(--lh-tight);letter-spacing:-.025em;color:var(--t-text)}.heading-2{font-family:var(--ff-heading);font-size:var(--fs-3xl);font-weight:var(--fw-bold);line-height:var(--lh-tight);letter-spacing:-.02em;color:var(--t-text-strong)}.heading-3{font-family:var(--ff-heading);font-size:var(--fs-2xl);font-weight:var(--fw-semibold);line-height:var(--lh-snug);letter-spacing:-.015em;color:var(--t-text-strong)}.text-gradient{background:linear-gradient(135deg,#5c8bf0,#a273f2,#f15b5b);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.text-balance{text-wrap:balance}.text-muted{color:var(--t-text-dim)}.glass{background:linear-gradient(135deg, var(--t-glass-highlight) 0%, var(--t-glass-fill) 100%);-webkit-backdrop-filter:blur(20px)saturate(180%);border:1px solid var(--t-glass-border);border-radius:var(--radius-lg)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}::selection{background-color:var(--t-selection-bg);color:var(--t-selection-text)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--t-scrollbar-track)}::-webkit-scrollbar-thumb{background-color:var(--t-scrollbar-thumb);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background-color:var(--t-scrollbar-thumb-hover)}#root{isolation:isolate}.app{position:relative}.section-divider{background:linear-gradient(90deg,#0000 0%,#2463eb33 20%,#925cf026 50%,#2463eb33 80%,#0000 100%);border:none;width:100%;height:1px;margin:0}.chapter{content-visibility:auto;contain-intrinsic-size:auto 600px;contain:layout style paint}@media (prefers-reduced-motion:reduce){body:before,body:after{animation:none!important}.chapter{content-visibility:visible}}@media print{body:before,body:after{display:none}.chapter{content-visibility:visible}}
