*,:before,:after{box-sizing:border-box}*{margin:0;padding:0}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;min-height:100svh;line-height:1.5}img,picture,video,canvas,svg{max-width:100%;height:auto;display:block}input,button,textarea,select{font:inherit;color:inherit}button{cursor:pointer;background:0 0;border:none}a{color:inherit;text-decoration:none}ul,ol{list-style:none}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}h1,h2,h3,h4,h5,h6{text-wrap:balance;line-height:1.15}p{text-wrap:pretty}#root,#__next{isolation:isolate}:focus-visible{outline:2px solid var(--color-primary,#4f46e5);outline-offset:2px;border-radius:2px}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}:root{--color-bg:#fff;--color-surface:#f7f7f8;--color-surface-2:#f0f0f2;--color-text:#0f1115;--color-text-muted:#5b606b;--color-text-subtle:#8a8f9b;--color-border:#e5e7eb;--color-border-strong:#d1d5db;--color-primary:#2b6cee;--color-primary-hover:#1f55c7;--color-primary-soft:#eef3fe;--color-success:#16a34a;--color-success-soft:#dcfce7;--color-danger:#dc2626;--color-danger-soft:#fee2e2;--color-dark:#0a0a0c;--color-dark-2:#1a1a1f;--color-on-dark:#fff;--color-on-dark-muted:#a1a1aa;--font-sans:"Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--fs-xs:clamp(.75rem, .72rem + .15vw, .8125rem);--fs-sm:clamp(.875rem, .85rem + .15vw, .9375rem);--fs-base:clamp(.9375rem, .9rem + .2vw, 1rem);--fs-lg:clamp(1rem, .95rem + .3vw, 1.125rem);--fs-xl:clamp(1.125rem, 1.05rem + .4vw, 1.25rem);--fs-2xl:clamp(1.25rem, 1.15rem + .5vw, 1.5rem);--fs-3xl:clamp(1.5rem, 1.3rem + 1vw, 2rem);--fs-4xl:clamp(1.875rem, 1.5rem + 1.6vw, 2.5rem);--fs-5xl:clamp(2.25rem, 1.7rem + 2.5vw, 3.25rem);--fs-6xl:clamp(2.75rem, 2rem + 3.5vw, 4rem);--fw-regular:400;--fw-medium:500;--fw-semibold:600;--fw-bold:700;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-14:3.5rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--space-32:8rem;--container-max:1280px;--container-px:clamp(1rem, 4vw, 2rem);--section-py:clamp(3.5rem, 7vw, 6rem);--radius-xs:4px;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--radius-xl:20px;--radius-pill:999px;--shadow-xs:0 1px 2px #0f11150a;--shadow-sm:0 1px 3px #0f11150f, 0 1px 2px #0f11150a;--shadow-md:0 4px 12px #0f11150f, 0 2px 4px #0f11150a;--shadow-lg:0 12px 32px #0f111514, 0 4px 8px #0f11150a;--transition-fast:.12s ease;--transition-base:.2s ease}html{font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);font-size:16px}body{font-size:var(--fs-base);font-weight:var(--fw-regular);color:var(--color-text);background:var(--color-bg)}h1,h2,h3,h4{font-weight:var(--fw-semibold);letter-spacing:-.02em;color:var(--color-text)}h1{font-size:var(--fs-5xl);font-weight:var(--fw-bold)}h2{font-size:var(--fs-4xl)}h3{font-size:var(--fs-2xl)}h4{font-size:var(--fs-xl)}a{color:inherit;transition:color var(--transition-fast)}a:hover{color:var(--color-primary)}.container{width:100%;max-width:var(--container-max);padding-inline:var(--container-px);margin-inline:auto}.section{padding-block:var(--section-py)}.eyebrow{font-size:var(--fs-xs);font-weight:var(--fw-medium);letter-spacing:.08em;text-transform:uppercase;color:var(--color-primary);display:inline-block}.muted{color:var(--color-text-muted)}.btn{justify-content:center;align-items:center;gap:var(--space-2);font-size:var(--fs-sm);font-weight:var(--fw-medium);border-radius:var(--radius-md);cursor:pointer;transition:background-color var(--transition-base), color var(--transition-base), border-color var(--transition-base), box-shadow var(--transition-base), transform var(--transition-fast);white-space:nowrap;border:1px solid #0000;padding:.75rem 1.25rem;line-height:1;display:inline-flex}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--color-primary);color:var(--color-on-dark);box-shadow:0 1px 2px #0f111514,0 2px 6px #2b6cee33}.btn-primary:hover{background:var(--color-primary-hover);color:var(--color-on-dark);box-shadow:0 2px 4px #0f11151a,0 4px 12px #2b6cee47}.btn-secondary{background:var(--color-bg);color:var(--color-text);border-color:var(--color-border-strong)}.btn-secondary:hover{background:var(--color-surface);color:var(--color-text)}.btn-dark{background:var(--color-dark);color:var(--color-on-dark)}.btn-dark:hover{background:var(--color-dark-2);color:var(--color-on-dark)}.fade-in-on-scroll{opacity:0;will-change:opacity, transform;transition:opacity .7s ease-out,transform .7s ease-out;transform:translateY(28px)}.fade-in-on-scroll.is-visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.fade-in-on-scroll{opacity:1!important;transition:none!important;transform:none!important}}.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}.site-header{z-index:50;-webkit-backdrop-filter:saturate(180%)blur(12px);transition:box-shadow var(--transition-base);background:#ffffffb3;position:sticky;top:0}.site-header.is-scrolled{box-shadow:0 4px 16px -4px #0f111514,0 1px 3px #0f11150a}.site-header__inner{align-items:center;gap:var(--space-4);padding-block:var(--space-4);grid-template-columns:auto auto;display:grid}.site-header__logo{align-items:center;display:inline-flex}.site-header__logo img{width:144px;height:auto}.site-nav__list{align-items:center;gap:clamp(var(--space-4), 3vw, var(--space-10));display:flex}.site-nav__list a{font-size:var(--fs-sm);font-weight:var(--fw-medium);color:var(--color-text);padding:var(--space-2) 0;transition:color var(--transition-fast)}.site-nav__list a:hover{color:var(--color-primary)}.site-header__cta{font-weight:var(--fw-semibold)}.nav-toggle{opacity:0;pointer-events:none;position:absolute}.nav-toggle-btn{border-radius:var(--radius-sm);cursor:pointer;width:40px;height:40px;transition:background-color var(--transition-fast);flex-direction:column;justify-content:center;justify-self:end;gap:5px;padding:8px;display:inline-flex}.nav-toggle-btn:hover{background:var(--color-surface)}.nav-toggle-bar{background:var(--color-text);width:100%;height:2px;transition:transform var(--transition-base), opacity var(--transition-base);transform-origin:50%;border-radius:2px;display:block}.nav-toggle:checked~.nav-toggle-btn .nav-toggle-bar:first-child{transform:translateY(7px)rotate(45deg)}.nav-toggle:checked~.nav-toggle-btn .nav-toggle-bar:nth-child(2){opacity:0}.nav-toggle:checked~.nav-toggle-btn .nav-toggle-bar:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=1023px){.site-nav-drawer{gap:var(--space-2);padding:var(--space-3) var(--container-px) var(--space-4);border-top:1px solid var(--color-border);opacity:0;pointer-events:none;max-height:0;transition:max-height var(--transition-base), opacity var(--transition-base);background:#fff;flex-direction:column;display:flex;position:absolute;top:100%;left:0;right:0;overflow:hidden;box-shadow:0 12px 24px -8px #0f11151a}.nav-toggle:checked~.site-nav-drawer{opacity:1;pointer-events:auto;max-height:480px}.site-nav__list{flex-direction:column;align-items:stretch;gap:0}.site-nav__list a{padding:var(--space-3) var(--space-2);border-bottom:1px solid var(--color-border);display:block}.site-header__cta{margin-top:var(--space-2);align-self:stretch}}@media (width>=1024px){.site-nav-drawer{display:contents}.site-header__inner{grid-template-columns:1fr auto 1fr}.site-header__logo{justify-self:start}.site-nav{justify-self:center}.site-header__cta{justify-self:end}.nav-toggle-btn{display:none}}.hero{text-align:center;background:#f6f5f8;padding-block:clamp(48px,7vw,75px)}.hero__inner{flex-direction:column;align-items:center;display:flex}.hero__badge{font-size:12px;font-weight:var(--fw-semibold);letter-spacing:.06em;text-transform:uppercase;color:var(--color-primary);background:var(--color-primary-soft);border-radius:var(--radius-pill);border:1px solid #2563eb26;align-items:center;gap:6px;padding:6px 12px;display:inline-flex}.hero__badge svg{width:14px;height:14px}.hero__title{max-width:1000px;font-size:clamp(34px,5.2vw,56px);font-weight:var(--fw-bold);letter-spacing:-.025em;color:var(--color-text);text-wrap:normal;margin-top:20px;line-height:1.12}.hero__subtitle{max-width:620px;color:var(--color-text-muted);margin-top:20px;font-size:clamp(15px,1.2vw,17px);line-height:1.55}.hero__ctas{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;margin-top:32px;display:flex}.hero__ctas .btn{font-size:15px;font-weight:var(--fw-semibold);padding:16px 28px}.hero__ctas .btn svg{width:14px;height:14px}.hero__bullets{color:var(--color-text-muted);flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;margin-top:18px;font-size:13px;display:flex}.hero__bullets li{align-items:center;gap:6px;display:inline-flex}.hero__bullets svg{width:14px;height:14px;color:var(--color-success);flex-shrink:0}.hero__media{border:1px solid var(--color-border);background:#fff;border-radius:20px;width:100%;max-width:1100px;margin-top:56px;padding:6px;scroll-margin-top:90px;position:relative;overflow:hidden;box-shadow:0 24px 48px -12px #0f11151f,0 8px 16px -4px #0f11150f}.hero__video{aspect-ratio:16/8.55;object-fit:cover;background:#fff;border-radius:16px;width:100%;height:auto;display:block}.hero__stats{text-align:center;transistion:all ease .4s;grid-template-columns:1fr;gap:32px 0;width:100%;max-width:1100px;margin-top:56px;display:grid}.hero__stat:hover{background:#fff;border-radius:10px;box-shadow:0 8px 25px #0000000f}.hero__stat{flex-direction:column;align-items:center;gap:12px;padding-block:16px;padding-inline:16px;display:flex}.hero__stat-headline{font-size:22px;font-weight:var(--fw-bold);letter-spacing:-.01em;color:var(--color-text);flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin:0;line-height:1.2;display:inline-flex}.hero__stat-strike{color:var(--color-text-subtle);font-weight:var(--fw-medium);text-decoration:line-through 1.5px}.hero__stat-arrow{color:var(--color-primary);font-weight:var(--fw-medium)}.hero__stat-highlight{color:var(--color-primary)}.hero__stat-headline--success{color:var(--color-success)}.hero__stat-check{width:22px;height:22px;color:var(--color-success);flex-shrink:0}.hero__stat-tag{font-size:13px;font-weight:var(--fw-medium);border-radius:var(--radius-pill);align-items:center;padding:6px 14px;line-height:1.3;display:inline-flex}.hero__stat-tag--blue{color:var(--color-primary);background:var(--color-primary-soft)}.hero__stat-tag--green{color:var(--color-success);background:var(--color-success-soft)}.hero__stat-desc{color:var(--color-text-muted);max-width:280px;font-size:14px;line-height:1.5}.text_blue{color:var(--color-primary)}@media (width>=768px){.hero__stats{grid-template-columns:repeat(3,1fr);gap:0}.hero__stat+.hero__stat{border-left:1px solid var(--color-border)}.hero__stat{padding-inline:24px}}@media (width>=1024px){.hero{padding-block:65px}.hero__media{margin-top:64px}.hero__stats{margin-top:50px}.hero__stat{padding-inline:32px}}@media (width<=767px){.hero__stats{gap:10px 0;margin-top:30px}.hero__media{margin-top:30px}.hero__ctas .btn{min-width:215px;padding:16px}}.play-overlay{z-index:2;cursor:pointer;background:radial-gradient(60% 55%,#0f111557,#0f111500 70%);border:none;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:18px;transition:opacity .25s;display:flex;position:absolute;inset:6px}.play-overlay__btn{backdrop-filter:blur(2px);background:#1c1f26c7;border-radius:50%;justify-content:center;align-items:center;width:84px;height:84px;transition:transform .2s,box-shadow .2s;display:flex;position:relative;box-shadow:0 12px 32px -8px #0f11158c,0 0 0 8px #ffffff2e}.play-overlay__btn svg{color:#fff;width:34px;height:34px;margin-left:5px}.play-overlay__pulse{opacity:.55;z-index:-1;background:#1c1f2680;border-radius:50%;animation:2.2s cubic-bezier(.4,0,.2,1) infinite play-overlay-pulse;position:absolute;inset:0}@keyframes play-overlay-pulse{0%{opacity:.55;transform:scale(1)}70%{opacity:0;transform:scale(1.7)}to{opacity:0;transform:scale(1.7)}}.play-overlay__label{font-size:14px;font-weight:var(--fw-semibold,600);color:#fff;letter-spacing:.01em;text-shadow:0 1px 8px #0f11158c}.play-overlay:hover .play-overlay__btn{transform:scale(1.07);box-shadow:0 16px 40px -10px #0f111599,0 0 0 10px #ffffff38}.play-overlay:focus-visible{outline:none}.play-overlay:focus-visible .play-overlay__btn{box-shadow:0 0 0 4px var(--color-primary-soft,#ffffffe6), 0 12px 32px -8px #0f11158c}@media (prefers-reduced-motion:reduce){.play-overlay__pulse{animation:none}}.is-playing .play-overlay{opacity:0;pointer-events:none}@media (width<=767px){.play-overlay__btn{width:66px;height:66px}.play-overlay__btn svg{width:28px;height:28px}.play-overlay__label{font-size:13px}}.who-uses{background:#fff;padding-block:clamp(50px,8vw,74px)}.who-uses__header{text-align:center;margin-bottom:48px}.who-uses__eyebrow{font-size:13px;font-weight:var(--fw-semibold);letter-spacing:.18em;text-transform:uppercase;color:var(--color-primary);margin-bottom:16px;display:inline-block}.who-uses__title{font-size:clamp(28px,3.6vw,40px);font-weight:var(--fw-bold);letter-spacing:-.02em;color:var(--color-text);line-height:1.15}.who-uses__grid{grid-template-columns:1fr;gap:16px;display:grid}.who-uses__card{cursor:pointer;background:#f4f4f6;border-radius:18px;flex-direction:column;gap:16px;padding:28px;transition:all .4s;display:flex}li.who-uses__card:hover{background:#fff;box-shadow:0 14px 48px -2px #0f11151f,0 8px 16px -4px #0f11150f}.who-uses__card--link .who-uses__card-link{color:inherit;flex-direction:column;gap:16px;text-decoration:none;display:flex}.who-uses__card-title{align-items:center;gap:8px;display:inline-flex}.who-uses__card-arrow{color:var(--color-primary);font-weight:var(--fw-semibold);transition:transform var(--transition-base);opacity:0;display:inline-flex}li.who-uses__card--link:hover .who-uses__card-arrow{opacity:1;transform:translate(4px)}.who-uses__icon{width:52px;height:52px;color:var(--color-primary);background:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;transition:all .4s;display:inline-flex}li.who-uses__card:hover .who-uses__icon{background:#f4f4f6}.who-uses__icon svg{width:26px;height:26px}.who-uses__card-body{flex-direction:column;gap:10px;display:flex}.who-uses__card-title{font-size:17px;font-weight:var(--fw-semibold);color:var(--color-text);letter-spacing:-.01em;line-height:1.3}.who-uses__card-desc{color:var(--color-text-muted);font-size:14px;line-height:1.55}@media (width>=640px){.who-uses__grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (width>=1024px){.who-uses{padding-block:75px}.who-uses__header{margin-bottom:56px}.who-uses__grid{grid-template-columns:repeat(3,1fr);gap:24px}.who-uses__card{padding:32px}}.one-workspace{background:#f6f5f8;padding-block:clamp(50px,8vw,75px)}.one-workspace__header{text-align:center;flex-direction:column;align-items:center;margin-bottom:56px;display:flex}.one-workspace__eyebrow{font-size:13px;font-weight:var(--fw-semibold);letter-spacing:.18em;text-transform:uppercase;color:var(--color-primary);margin-bottom:16px}.one-workspace__title{font-size:clamp(28px,3.6vw,40px);font-weight:var(--fw-bold);letter-spacing:-.02em;color:var(--color-text);text-wrap:normal;line-height:1.18}.one-workspace__subtitle{max-width:620px;color:var(--color-text-muted);margin-top:16px;font-size:15px;line-height:1.6}.one-workspace__body{grid-template-columns:1fr;align-items:start;gap:32px;display:grid;position:relative}.ws-radio{opacity:0;pointer-events:none;width:0;height:0;position:absolute}.feature__label{cursor:pointer;width:100%;display:block}.features{flex-direction:column;gap:28px;transition:all .4s;display:flex}.feature{background-color:#0000;border-radius:0 12px 12px 0;padding:18px 22px 18px 26px;position:relative}.feature:before{content:"";background:var(--color-border);border-radius:2px;width:3px;height:100%;position:absolute;top:0;left:0}.feature__progress{background:var(--color-primary);opacity:0;z-index:1;border-radius:2px;width:3px;height:0%;position:absolute;top:0;left:0}.feature__num{font-size:12px;font-weight:var(--fw-medium);color:var(--color-text-subtle);letter-spacing:.08em;margin-bottom:10px;display:inline-block}.feature__title{font-size:18px;font-weight:var(--fw-semibold);color:var(--color-text);letter-spacing:-.01em;margin-bottom:6px;line-height:1.35}.feature__desc{color:var(--color-text-muted);font-size:14px;line-height:1.55}.feature-media{aspect-ratio:4/3;border:1px solid var(--color-border);background:#bcd8ff;border-radius:18px;width:100%;position:relative;overflow:hidden;box-shadow:0 12px 32px -8px #0f111514,0 4px 8px -2px #0f11150a}.feature-media__img{object-fit:contain;opacity:0;width:calc(100% - 48px);max-width:440px;height:auto;max-height:calc(100% - 48px);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes progress-phase-0{0%{opacity:1;height:0%}33.33%{opacity:1;height:100%}33.34%{opacity:0;height:0%}to{opacity:0;height:0%}}@keyframes progress-phase-1{0%,33.33%{opacity:0;height:0%}33.34%{opacity:1;height:0%}66.66%{opacity:1;height:100%}66.67%{opacity:0;height:0%}to{opacity:0;height:0%}}@keyframes progress-phase-2{0%,66.66%{opacity:0;height:0%}66.67%{opacity:1;height:0%}to{opacity:1;height:100%}}@keyframes bg-phase-0{0%,33.33%{background-color:#fff}33.34%,to{background-color:#0000}}@keyframes bg-phase-1{0%,33.33%{background-color:#0000}33.34%,66.66%{background-color:#fff}66.67%,to{background-color:#0000}}@keyframes bg-phase-2{0%,66.66%{background-color:#0000}66.67%,to{background-color:#fff}}@keyframes img-phase-0{0%,33.33%{opacity:1}33.34%,to{opacity:0}}@keyframes img-phase-1{0%,33.33%{opacity:0}33.34%,66.66%{opacity:1}66.67%,to{opacity:0}}@keyframes img-phase-2{0%,66.66%{opacity:0}66.67%,to{opacity:1}}.feature__progress--1{animation:18s linear infinite progress-phase-0}.feature__progress--2{animation:18s linear infinite progress-phase-1}.feature__progress--3{animation:18s linear infinite progress-phase-2}.features>.feature:first-child{animation:18s linear infinite bg-phase-0}.features>.feature:nth-child(2){animation:18s linear infinite bg-phase-1}.features>.feature:nth-child(3){animation:18s linear infinite bg-phase-2}.feature-media__img--1{animation:18s linear infinite img-phase-0}.feature-media__img--2{animation:18s linear infinite img-phase-1}.feature-media__img--3{animation:18s linear infinite img-phase-2}.ws-radio--2:checked~.features>.feature:first-child{animation-name:bg-phase-2}.ws-radio--2:checked~.features>.feature:nth-child(2){animation-name:bg-phase-0}.ws-radio--2:checked~.features>.feature:nth-child(3){animation-name:bg-phase-1}.ws-radio--2:checked~.features>.feature:first-child .feature__progress{animation-name:progress-phase-2}.ws-radio--2:checked~.features>.feature:nth-child(2) .feature__progress{animation-name:progress-phase-0}.ws-radio--2:checked~.features>.feature:nth-child(3) .feature__progress{animation-name:progress-phase-1}.ws-radio--2:checked~.feature-media .feature-media__img--1{animation-name:img-phase-2}.ws-radio--2:checked~.feature-media .feature-media__img--2{animation-name:img-phase-0}.ws-radio--2:checked~.feature-media .feature-media__img--3{animation-name:img-phase-1}.ws-radio--3:checked~.features>.feature:first-child{animation-name:bg-phase-1}.ws-radio--3:checked~.features>.feature:nth-child(2){animation-name:bg-phase-2}.ws-radio--3:checked~.features>.feature:nth-child(3){animation-name:bg-phase-0}.ws-radio--3:checked~.features>.feature:first-child .feature__progress{animation-name:progress-phase-1}.ws-radio--3:checked~.features>.feature:nth-child(2) .feature__progress{animation-name:progress-phase-2}.ws-radio--3:checked~.features>.feature:nth-child(3) .feature__progress{animation-name:progress-phase-0}.ws-radio--3:checked~.feature-media .feature-media__img--1{animation-name:img-phase-1}.ws-radio--3:checked~.feature-media .feature-media__img--2{animation-name:img-phase-2}.ws-radio--3:checked~.feature-media .feature-media__img--3{animation-name:img-phase-0}.one-workspace__body:has(.feature:hover) .features>.feature:not(:hover){background-color:#0000;animation:none}.one-workspace__body:has(.feature:hover) .features>.feature:not(:hover) .feature__progress{opacity:0;height:0%;animation:none}.one-workspace__body:has(.feature:hover) .feature-media__img{opacity:0;animation:none}.features>.feature:hover{background-color:#fff;animation:none}.features>.feature:hover .feature__progress{opacity:1;height:100%;animation:none}.one-workspace__body:has(.features>.feature:first-child:hover) .feature-media__img--1,.one-workspace__body:has(.features>.feature:nth-child(2):hover) .feature-media__img--2,.one-workspace__body:has(.features>.feature:nth-child(3):hover) .feature-media__img--3{opacity:1}@media (prefers-reduced-motion:reduce){.features>.feature{animation:none}.features>.feature:first-child{background-color:#fff}.feature__progress--1{opacity:1;height:100%;animation:none}.feature__progress--2,.feature__progress--3{animation:none}.feature-media__img--1{opacity:1;animation:none}.feature-media__img--2,.feature-media__img--3{animation:none}}@media (width>=1024px){.one-workspace{padding-block:75px}.one-workspace__header{margin-bottom:64px}.one-workspace__body{grid-template-columns:minmax(0,5fr) minmax(0,6fr);gap:64px}.features{gap:32px;padding-block:12px}.feature{padding-left:28px}.feature__title{font-size:18px}}@media (width<=767px){.one-workspace__header{margin-bottom:30px}.features{gap:20px}}.three-steps{background:#fff;padding-block:clamp(50px,8vw,75px)}.three-steps__header{text-align:center;flex-direction:column;align-items:center;margin-bottom:48px;display:flex}.three-steps__eyebrow{font-size:13px;font-weight:var(--fw-semibold);letter-spacing:.18em;text-transform:uppercase;color:var(--color-primary);margin-bottom:16px}.three-steps__title{font-size:clamp(28px,3.6vw,40px);font-weight:var(--fw-bold);letter-spacing:-.02em;color:var(--color-text);text-wrap:normal;line-height:1.18}.steps{grid-template-columns:1fr;gap:32px;display:grid}.step{flex-direction:column;display:flex}.step__media{background:#bcd8ff;border-radius:14px;padding:30px 30px 0;position:relative;overflow:hidden}.step__img{border-radius:8px 8px 0 0;width:100%;height:auto;display:block;box-shadow:0 1px 2px #0f11150a}.step__icon{width:64px;height:64px;color:var(--color-primary);background:linear-gradient(#fff 0%,#eef3fe 100%);border-radius:50%;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:22px;right:22px;box-shadow:0 6px 14px -4px #2b6cee2e,0 1px 3px #0f11150f}.step__icon svg{width:28px;height:28px}.step__body{margin-top:20px;padding-inline:4px}.step__label{font-size:18px;font-weight:var(--fw-semibold);color:var(--color-text);letter-spacing:-.01em;align-items:center;gap:12px;margin-bottom:10px;display:flex}.step__num{font-size:14px;font-weight:var(--fw-bold);color:var(--color-primary);background:var(--color-primary-soft);letter-spacing:0;border-radius:6px;flex-shrink:0;padding:6px 9px;line-height:1.2;display:inline-block}.step__desc{color:var(--color-text-muted);font-size:14px;line-height:1.55}@media (width>=768px){.steps{grid-template-columns:repeat(3,1fr);gap:24px}}@media (width>=1024px){.three-steps{padding-block:75px}.three-steps__header{margin-bottom:56px}.steps{gap:28px}.step__body{margin-top:24px}}@media (width<=767px){.three-steps__header{margin-bottom:30px}}.everything{background:#f6f5f8;padding-block:clamp(50px,8vw,75px)}.everything__header{text-align:center;flex-direction:column;align-items:center;margin-bottom:56px;display:flex}.everything__eyebrow{font-size:13px;font-weight:var(--fw-semibold);letter-spacing:.18em;text-transform:uppercase;color:var(--color-primary);margin-bottom:16px}.everything__title{font-size:clamp(28px,3.6vw,40px);font-weight:var(--fw-bold);letter-spacing:-.02em;color:var(--color-text);text-wrap:normal;line-height:1.18}.everything__body{grid-template-columns:1fr;align-items:center;gap:32px;display:grid;position:relative}.everything__media{background:#bcd8ff;border-radius:18px;padding:32px;position:relative;box-shadow:0 12px 32px -8px #0f111514,0 4px 8px -2px #0f11150a}.everything__media-img{opacity:0;border-radius:8px;width:100%;height:auto;display:block}.everything__media-img--2,.everything__media-img--3,.everything__media-img--4,.everything__media-img--5,.everything__media-img--6{object-fit:cover;width:auto;max-width:calc(100% - 45px);height:auto;max-height:calc(100% - 45px);margin:auto;position:absolute;inset:0}.everything__media-img--1{animation:36s linear infinite b-fill-0}.everything__media-img--2{animation:36s linear infinite b-fill-1}.everything__media-img--3{animation:36s linear infinite b-fill-2}.everything__media-img--4{animation:36s linear infinite b-fill-3}.everything__media-img--5{animation:36s linear infinite b-fill-4}.everything__media-img--6{animation:36s linear infinite b-fill-5}.everything__media-logo{background:#fff;border-radius:12px;justify-content:center;align-items:center;width:64px;height:64px;display:inline-flex;position:absolute;bottom:24px;right:24px;box-shadow:0 6px 16px -4px #0f11151f,0 1px 3px #0f11150f}.everything__media-logo img{object-fit:contain;width:42px;height:42px}.b-radio{opacity:0;pointer-events:none;width:0;height:0;position:absolute}.benefits-list{flex-direction:column;gap:15px;display:flex}.benefit{background-color:#0000;border-radius:0 12px 12px 0;position:relative}.benefit:before{content:"";background:var(--color-border);opacity:0;border-radius:2px;width:3px;height:100%;position:absolute;top:0;left:0}.benefit--has-bar:before{opacity:1}.benefit__progress{background:var(--color-primary);opacity:0;z-index:1;border-radius:2px;width:3px;height:0%;position:absolute;top:0;left:0}.benefit__label{cursor:pointer;align-items:flex-start;gap:14px;width:100%;padding:16px 20px 16px 22px;display:flex}.benefit__check{flex-shrink:0;width:22px;height:22px;margin-top:2px;position:relative}.benefit__check svg{width:100%;height:100%;position:absolute;inset:0}.benefit__check-outline{opacity:1;color:var(--color-text-subtle)}.benefit__check-filled{opacity:0;color:var(--color-primary)}.benefit__content{flex:1;min-width:0}.benefit__title{font-size:16px;font-weight:var(--fw-semibold);color:var(--color-text);letter-spacing:-.01em;line-height:1.4}.benefit__desc{color:var(--color-text-muted);opacity:0;max-height:0;margin-top:0;font-size:14px;line-height:1.55;overflow:hidden}@keyframes b-progress-0{0%{opacity:1;height:0%}16.66%{opacity:1;height:100%}16.67%{opacity:0;height:0%}to{opacity:0;height:0%}}@keyframes b-progress-1{0%,16.66%{opacity:0;height:0%}16.67%{opacity:1;height:0%}33.32%{opacity:1;height:100%}33.33%{opacity:0;height:0%}to{opacity:0;height:0%}}@keyframes b-progress-2{0%,33.32%{opacity:0;height:0%}33.33%{opacity:1;height:0%}49.99%{opacity:1;height:100%}50%{opacity:0;height:0%}to{opacity:0;height:0%}}@keyframes b-progress-3{0%,49.99%{opacity:0;height:0%}50%{opacity:1;height:0%}66.65%{opacity:1;height:100%}66.66%{opacity:0;height:0%}to{opacity:0;height:0%}}@keyframes b-progress-4{0%,66.65%{opacity:0;height:0%}66.66%{opacity:1;height:0%}83.32%{opacity:1;height:100%}83.33%{opacity:0;height:0%}to{opacity:0;height:0%}}@keyframes b-progress-5{0%,83.32%{opacity:0;height:0%}83.33%{opacity:1;height:0%}to{opacity:1;height:100%}}@keyframes b-bg-0{0%,16.66%{background-color:#fff}16.67%,to{background-color:#0000}}@keyframes b-bg-1{0%,16.66%{background-color:#0000}16.67%,33.32%{background-color:#fff}33.33%,to{background-color:#0000}}@keyframes b-bg-2{0%,33.32%{background-color:#0000}33.33%,49.99%{background-color:#fff}50%,to{background-color:#0000}}@keyframes b-bg-3{0%,49.99%{background-color:#0000}50%,66.65%{background-color:#fff}66.66%,to{background-color:#0000}}@keyframes b-bg-4{0%,66.65%{background-color:#0000}66.66%,83.32%{background-color:#fff}83.33%,to{background-color:#0000}}@keyframes b-bg-5{0%,83.32%{background-color:#0000}83.33%,to{background-color:#fff}}@keyframes b-out-0{0%,16.66%{opacity:0}16.67%,to{opacity:1}}@keyframes b-out-1{0%,16.66%{opacity:1}16.67%,33.32%{opacity:0}33.33%,to{opacity:1}}@keyframes b-out-2{0%,33.32%{opacity:1}33.33%,49.99%{opacity:0}50%,to{opacity:1}}@keyframes b-out-3{0%,49.99%{opacity:1}50%,66.65%{opacity:0}66.66%,to{opacity:1}}@keyframes b-out-4{0%,66.65%{opacity:1}66.66%,83.32%{opacity:0}83.33%,to{opacity:1}}@keyframes b-out-5{0%,83.32%{opacity:1}83.33%,to{opacity:0}}@keyframes b-fill-0{0%,16.66%{opacity:1}16.67%,to{opacity:0}}@keyframes b-fill-1{0%,16.66%{opacity:0}16.67%,33.32%{opacity:1}33.33%,to{opacity:0}}@keyframes b-fill-2{0%,33.32%{opacity:0}33.33%,49.99%{opacity:1}50%,to{opacity:0}}@keyframes b-fill-3{0%,49.99%{opacity:0}50%,66.65%{opacity:1}66.66%,to{opacity:0}}@keyframes b-fill-4{0%,66.65%{opacity:0}66.66%,83.32%{opacity:1}83.33%,to{opacity:0}}@keyframes b-fill-5{0%,83.32%{opacity:0}83.33%,to{opacity:1}}@keyframes b-desc-0{0%,16.66%{opacity:1;max-height:200px;margin-top:8px}16.67%,to{opacity:0;max-height:0;margin-top:0}}@keyframes b-desc-1{0%,16.66%{opacity:0;max-height:0;margin-top:0}16.67%,33.32%{opacity:1;max-height:200px;margin-top:8px}33.33%,to{opacity:0;max-height:0;margin-top:0}}@keyframes b-desc-2{0%,33.32%{opacity:0;max-height:0;margin-top:0}33.33%,49.99%{opacity:1;max-height:200px;margin-top:8px}50%,to{opacity:0;max-height:0;margin-top:0}}@keyframes b-desc-3{0%,49.99%{opacity:0;max-height:0;margin-top:0}50%,66.65%{opacity:1;max-height:200px;margin-top:8px}66.66%,to{opacity:0;max-height:0;margin-top:0}}@keyframes b-desc-4{0%,66.65%{opacity:0;max-height:0;margin-top:0}66.66%,83.32%{opacity:1;max-height:200px;margin-top:8px}83.33%,to{opacity:0;max-height:0;margin-top:0}}@keyframes b-desc-5{0%,83.32%{opacity:0;max-height:0;margin-top:0}83.33%,to{opacity:1;max-height:200px;margin-top:8px}}.benefits-list>.benefit:first-child{animation:36s linear infinite b-bg-0}.benefits-list>.benefit:nth-child(2){animation:36s linear infinite b-bg-1}.benefits-list>.benefit:nth-child(3){animation:36s linear infinite b-bg-2}.benefits-list>.benefit:nth-child(4){animation:36s linear infinite b-bg-3}.benefits-list>.benefit:nth-child(5){animation:36s linear infinite b-bg-4}.benefits-list>.benefit:nth-child(6){animation:36s linear infinite b-bg-5}.benefits-list>.benefit:first-child .benefit__progress{animation:36s linear infinite b-progress-0}.benefits-list>.benefit:nth-child(2) .benefit__progress{animation:36s linear infinite b-progress-1}.benefits-list>.benefit:nth-child(3) .benefit__progress{animation:36s linear infinite b-progress-2}.benefits-list>.benefit:nth-child(4) .benefit__progress{animation:36s linear infinite b-progress-3}.benefits-list>.benefit:nth-child(5) .benefit__progress{animation:36s linear infinite b-progress-4}.benefits-list>.benefit:nth-child(6) .benefit__progress{animation:36s linear infinite b-progress-5}.benefits-list>.benefit:first-child .benefit__check-outline{animation:36s linear infinite b-out-0}.benefits-list>.benefit:nth-child(2) .benefit__check-outline{animation:36s linear infinite b-out-1}.benefits-list>.benefit:nth-child(3) .benefit__check-outline{animation:36s linear infinite b-out-2}.benefits-list>.benefit:nth-child(4) .benefit__check-outline{animation:36s linear infinite b-out-3}.benefits-list>.benefit:nth-child(5) .benefit__check-outline{animation:36s linear infinite b-out-4}.benefits-list>.benefit:nth-child(6) .benefit__check-outline{animation:36s linear infinite b-out-5}.benefits-list>.benefit:first-child .benefit__check-filled{animation:36s linear infinite b-fill-0}.benefits-list>.benefit:nth-child(2) .benefit__check-filled{animation:36s linear infinite b-fill-1}.benefits-list>.benefit:nth-child(3) .benefit__check-filled{animation:36s linear infinite b-fill-2}.benefits-list>.benefit:nth-child(4) .benefit__check-filled{animation:36s linear infinite b-fill-3}.benefits-list>.benefit:nth-child(5) .benefit__check-filled{animation:36s linear infinite b-fill-4}.benefits-list>.benefit:nth-child(6) .benefit__check-filled{animation:36s linear infinite b-fill-5}.benefits-list>.benefit:first-child .benefit__desc{animation:36s linear infinite b-desc-0}.benefits-list>.benefit:nth-child(2) .benefit__desc{animation:36s linear infinite b-desc-1}.benefits-list>.benefit:nth-child(3) .benefit__desc{animation:36s linear infinite b-desc-2}.benefits-list>.benefit:nth-child(4) .benefit__desc{animation:36s linear infinite b-desc-3}.benefits-list>.benefit:nth-child(5) .benefit__desc{animation:36s linear infinite b-desc-4}.benefits-list>.benefit:nth-child(6) .benefit__desc{animation:36s linear infinite b-desc-5}.everything__body:has(.benefit:hover) .benefits-list>.benefit:not(:hover),.everything__body:has(.benefit:hover) .benefits-list>.benefit:not(:hover) .benefit__progress,.everything__body:has(.benefit:hover) .benefits-list>.benefit:not(:hover) .benefit__check-outline,.everything__body:has(.benefit:hover) .benefits-list>.benefit:not(:hover) .benefit__check-filled,.everything__body:has(.benefit:hover) .benefits-list>.benefit:not(:hover) .benefit__desc{animation:none}.everything__body:has(.benefit:hover) .benefits-list>.benefit:not(:hover){background-color:#0000}.everything__body:has(.benefit:hover) .benefits-list>.benefit:not(:hover) .benefit__progress{opacity:0;height:0%}.everything__body:has(.benefit:hover) .benefits-list>.benefit:not(:hover) .benefit__check-outline{opacity:1}.everything__body:has(.benefit:hover) .benefits-list>.benefit:not(:hover) .benefit__check-filled{opacity:0}.everything__body:has(.benefit:hover) .benefits-list>.benefit:not(:hover) .benefit__desc{opacity:0;max-height:0;margin-top:0}.benefits-list>.benefit:hover{background-color:#fff;animation:none}.benefits-list>.benefit:hover .benefit__progress{opacity:1;height:100%;animation:none}.benefits-list>.benefit:hover .benefit__check-outline{opacity:0;animation:none}.benefits-list>.benefit:hover .benefit__check-filled{opacity:1;animation:none}.benefits-list>.benefit:hover .benefit__desc{opacity:1;max-height:200px;margin-top:8px;animation:none}.everything__body:has(.benefit:hover) .everything__media-img{opacity:0;animation:none}.everything__body:has(.benefits-list>.benefit:first-child:hover) .everything__media-img--1,.everything__body:has(.benefits-list>.benefit:nth-child(2):hover) .everything__media-img--2,.everything__body:has(.benefits-list>.benefit:nth-child(3):hover) .everything__media-img--3,.everything__body:has(.benefits-list>.benefit:nth-child(4):hover) .everything__media-img--4,.everything__body:has(.benefits-list>.benefit:nth-child(5):hover) .everything__media-img--5,.everything__body:has(.benefits-list>.benefit:nth-child(6):hover) .everything__media-img--6{opacity:1}@media (prefers-reduced-motion:reduce){.benefits-list>.benefit{animation:none}.benefits-list>.benefit:first-child{background-color:#fff}.benefits-list>.benefit:first-child .benefit__progress{opacity:1;height:100%;animation:none}.benefits-list>.benefit:nth-child(n+2) .benefit__progress{animation:none}.benefits-list>.benefit:first-child .benefit__check-outline{opacity:0;animation:none}.benefits-list>.benefit:first-child .benefit__check-filled,.benefits-list>.benefit:nth-child(n+2) .benefit__check-outline{opacity:1;animation:none}.benefits-list>.benefit:nth-child(n+2) .benefit__check-filled{opacity:0;animation:none}.benefits-list>.benefit:first-child .benefit__desc{opacity:1;max-height:200px;margin-top:8px;animation:none}.benefits-list>.benefit:nth-child(n+2) .benefit__desc{opacity:0;max-height:0;margin-top:0;animation:none}}@media (width>=1024px){.everything{padding-block:75px}.everything__header{margin-bottom:64px}.everything__body{grid-template-columns:minmax(0,5fr) minmax(0,6fr);gap:64px}.everything__media{padding:40px}.benefit__label{padding:18px 24px 18px 26px}.benefit__title{font-size:18px}}@media (width<=767px){.everything__header{margin-bottom:30px}.benefits-list{gap:8px}.everything__body{gap:20px}}.compare{background:#fff;padding-block:clamp(50px,8vw,75px)}.compare__header{text-align:center;flex-direction:column;align-items:center;margin-bottom:56px;display:flex}.compare__eyebrow{font-size:13px;font-weight:var(--fw-semibold);letter-spacing:.18em;text-transform:uppercase;color:var(--color-primary);margin-bottom:16px}.compare__title{font-size:clamp(28px,3.6vw,40px);font-weight:var(--fw-bold);letter-spacing:-.02em;color:var(--color-text);line-height:1.18}.compare__subtitle{max-width:640px;color:var(--color-text-muted);margin-top:16px;font-size:15px;line-height:1.6}.compare__table{border:1px solid var(--color-border);border-radius:16px;grid-template-columns:1fr;max-width:1080px;margin-inline:auto;display:grid;overflow:hidden}.compare__col{flex-direction:column;display:flex}.compare__col--without,.compare__col--with{color:var(--color-text);background:#f4f4f6}.compare__col-header{font-size:17px;font-weight:var(--fw-bold);letter-spacing:-.01em;border-bottom:1px solid #0f111514;align-items:center;gap:12px;padding:22px 24px;display:flex}.compare__col--with .compare__col-header{background:var(--color-dark);color:#fff;border-bottom-color:#ffffff1a}.compare__icon{flex-shrink:0;width:22px;height:22px}.compare__icon--bad{color:var(--color-danger)}.compare__icon--good{color:var(--color-success)}.compare__items{flex-direction:column;display:flex}.compare__items li{border-top:1px solid #0f11150f;align-items:center;gap:12px;padding:18px 24px;font-size:15px;line-height:1.4;display:flex}.compare__items li:first-child{border-top:none}@media (width>=768px){.compare__table{grid-template-columns:1fr 1fr}}@media (width>=1024px){.compare{padding-block:75px}.compare__header{margin-bottom:64px}.compare__col-header,.compare__items li{padding-inline:28px}}@media (width<=767px){.compare__header{margin-bottom:30px}.compare__table{border:0px solid var(--color-border);border-radius:16px;gap:20px}.compare__col{border-radius:16px;overflow:hidden}}.faq{background:#f6f5f8;padding-block:clamp(50px,8vw,75px)}.faq__layout{grid-template-columns:1fr;align-items:start;gap:32px;display:grid}.faq__intro{flex-direction:column;display:flex}.faq__eyebrow{font-size:13px;font-weight:var(--fw-semibold);letter-spacing:.18em;text-transform:uppercase;color:var(--color-primary);margin-bottom:16px}.faq__title{font-size:clamp(28px,3.6vw,40px);font-weight:var(--fw-bold);letter-spacing:-.02em;color:var(--color-text);margin-bottom:16px;line-height:1.18}.faq__subtitle{color:var(--color-text-muted);max-width:380px;font-size:15px;line-height:1.55}.faq__list{flex-direction:column;display:flex}.faq__item{border-top:1px solid var(--color-border);transition:background-color var(--transition-base);border-radius:12px}.faq__item:last-of-type{border-bottom:1px solid var(--color-border)}.faq__item[open]{background:#fff;border-color:#0000}.faq__item[open]+.faq__item{border-top-color:#0000}.faq__summary{cursor:pointer;font-size:16px;font-weight:var(--fw-semibold);color:var(--color-text);letter-spacing:-.01em;justify-content:space-between;align-items:center;gap:16px;padding:20px 22px;list-style:none;display:flex}.faq__summary::-webkit-details-marker{display:none}.faq__item[open] .faq__summary{color:var(--color-primary)}.faq__icon{border:1px solid var(--color-border-strong);width:32px;height:32px;transition:background-color var(--transition-base), border-color var(--transition-base), color var(--transition-base);color:var(--color-text);background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.faq__icon svg{width:14px;height:14px}.faq__icon-plus{display:block}.faq__icon-close{display:none}.faq__item[open] .faq__icon{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.faq__item[open] .faq__icon-plus{display:none}.faq__item[open] .faq__icon-close{display:block}.faq__answer{color:var(--color-text-muted);padding:0 22px 22px;font-size:14px;line-height:1.6}@media (width>=900px){.faq__layout{grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);gap:64px}}@media (width>=1024px){.faq{padding-block:75px}.faq__summary{padding:22px 26px;font-size:17px}.faq__answer{padding:0 26px 26px;font-size:15px}}.cta-banner{background:var(--color-dark);color:var(--color-on-dark);text-align:center;background-image:radial-gradient(at top,#2b6cee14 0%,#0000 60%);padding-block:clamp(50px,10vw,80px)}.cta-banner__inner{flex-direction:column;align-items:center;display:flex}.cta-banner__pill{border-radius:var(--radius-pill);font-size:13px;font-weight:var(--fw-medium);color:var(--color-on-dark);background:#ffffff0a;border:1px solid #ffffff2e;align-items:center;gap:8px;padding:8px 16px;display:inline-flex}.cta-banner__pill svg{width:14px;height:14px;color:var(--color-on-dark)}.cta-banner__title{max-width:950px;font-size:clamp(34px,5vw,56px);font-weight:var(--fw-bold);letter-spacing:-.025em;color:var(--color-on-dark);margin-top:22px;line-height:1.12}.cta-banner__subtitle{color:#ffffffb3;max-width:600px;margin-top:18px;font-size:clamp(15px,1.2vw,17px);line-height:1.55}.cta-banner__cta{font-size:15px;font-weight:var(--fw-semibold);margin-top:32px;padding:16px 28px}.cta-banner__actions{flex-wrap:wrap;justify-content:center;gap:14px;margin-top:32px;display:flex}.cta-banner__actions .cta-banner__cta{margin-top:0}.cta-banner__cta--ghost{color:var(--color-on-dark);background:#ffffff0f;border:1px solid #ffffff38}.cta-banner__cta--ghost:hover{background:#ffffff1f}.cta-banner__bullets{color:#ffffffb3;flex-wrap:wrap;justify-content:center;align-items:center;gap:22px;margin-top:20px;font-size:13px;display:flex}.cta-banner__bullets li{align-items:center;gap:6px;display:inline-flex}.cta-banner__bullets svg{color:#ffffffd9;flex-shrink:0;width:14px;height:14px}.site-footer{background:#f6f5f8;padding-block:32px 28px}.site-footer__top{border-bottom:1px solid var(--color-border);flex-direction:column;align-items:center;gap:20px;padding-bottom:24px;display:flex}.site-footer__logo img{width:144px;height:auto}.site-footer__nav ul{flex-wrap:wrap;justify-content:center;gap:24px;display:flex}.site-footer__nav a{color:var(--color-text);font-size:14px;font-weight:var(--fw-medium);transition:color var(--transition-fast)}.site-footer__nav a:hover{color:var(--color-primary)}.site-footer__bottom{flex-direction:column;align-items:center;gap:14px;margin-top:22px;display:flex}.site-footer__copy{color:var(--color-text-muted);font-size:13px}.site-footer__social{gap:10px;display:flex}.site-footer__social a{width:36px;height:36px;color:var(--color-text);transition:background-color var(--transition-fast), color var(--transition-fast);border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.site-footer__social a:hover{background:var(--color-primary-soft);color:var(--color-primary)}.site-footer__social svg,.site-footer__social img{width:20px;height:20px;display:block}.site-footer__social a.is-accent{background:var(--color-primary-soft);color:var(--color-primary)}@media (width>=768px){.site-footer__top{flex-direction:row;justify-content:space-between;align-items:center}.site-footer__bottom{flex-direction:row;justify-content:space-between}}