@charset "UTF-8";.book-a-call-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9000;background-color:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:24px}.book-a-call-modal__card{position:relative;background-color:#fff;border-radius:24px;box-shadow:0 25px 50px -12px #00000040;padding:40px;width:100%;max-width:480px;max-height:calc(100vh - 48px);overflow-y:auto}.book-a-call-modal__close{position:absolute;top:16px;right:16px;width:32px;height:32px;border-radius:50%;background-color:#eaeaf1;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s}.book-a-call-modal__close:hover{background-color:#e0e0eb}.book-a-call-modal__close-icon{width:16px;height:16px;color:#4b5777}.book-a-call-modal__header{display:flex;align-items:flex-start;gap:16px;margin-bottom:32px}.book-a-call-modal__header-icon{width:48px;height:48px;border-radius:12px;background-color:#1a3167;display:flex;align-items:center;justify-content:center;flex-shrink:0}.book-a-call-modal__header-icon-svg{width:24px;height:24px;color:#fff}.book-a-call-modal__title{font-family:Ubuntu,sans-serif;font-size:24px;font-weight:700;color:#191b22;margin:0 0 4px}.book-a-call-modal__subtitle{font-size:14px;color:#9b9eb8;margin:0;line-height:1.5}.book-a-call-modal__form{display:flex;flex-direction:column;gap:20px}.book-a-call-modal__field{display:flex;flex-direction:column;gap:6px}.book-a-call-modal__label{font-size:14px;font-weight:600;color:#484b5b}.book-a-call-modal__input{width:100%;padding:12px 16px;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:16px;color:#191b22;background-color:#fff;border:1px solid #D2D6E0;border-radius:8px;outline:none;transition:border-color .2s,box-shadow .2s}.book-a-call-modal__input::placeholder{color:#a7a9b9}.book-a-call-modal__input:focus{border-color:#5d75b1;box-shadow:0 0 0 3px #3e58981a}.book-a-call-modal__input:disabled{background-color:#f6f6f9;color:#a7a9b9;cursor:not-allowed}.book-a-call-modal__input--error{border-color:#e94f37}.book-a-call-modal__input--error:focus{border-color:#e94f37;box-shadow:0 0 0 3px #ef44441a}.book-a-call-modal__field-error{font-size:12px;color:#e94f37;margin-top:2px}.book-a-call-modal__error{font-size:14px;color:#e94f37;background-color:#fdefed;border:1px solid #FBDFDA;padding:12px 16px;border-radius:8px;margin:0}.book-a-call-modal__btn{width:100%;padding:14px 24px;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:18px;font-weight:700;color:#fff;background-color:#1a3167;border:none;border-radius:12px;cursor:pointer;transition:background-color .2s;margin-top:4px}.book-a-call-modal__btn:hover:not(:disabled){background-color:#15295a}.book-a-call-modal__btn:disabled{opacity:.6;cursor:not-allowed}.book-a-call-modal__success{display:flex;flex-direction:column;align-items:center;text-align:center;padding:16px 0}.book-a-call-modal__success-icon-wrap{width:80px;height:80px;border-radius:50%;background-color:#dff6f6;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.book-a-call-modal__success-icon{width:40px;height:40px;color:#0d9373}.book-a-call-modal__success-title{font-family:Ubuntu,sans-serif;font-size:28px;font-weight:700;color:#191b22;margin:0 0 12px}.book-a-call-modal__success-text{font-size:18px;color:#4b5777;line-height:1.625;margin:0 0 32px;max-width:320px}.cookie-banner{position:fixed;bottom:40px;right:40px;z-index:999;max-width:300px;padding:24px;background-color:#fff;border:1px solid #e0e0eb;border-radius:8px;box-shadow:0 4px 12px #0000001a;display:flex;flex-direction:column;gap:16px}.cookie-banner__text{font-size:14px;color:#484b5b;line-height:1.5}.cookie-banner__actions{display:flex;gap:8px}.cookie-banner__button{padding:8px 16px;border-radius:6px;font-size:14px;font-weight:600}.cookie-banner__button--accept{background-color:#3e5898;color:#fff}.cookie-banner__button--accept:hover{background-color:#1a3167}.cookie-banner__button--reject{background-color:#eaeaf1;color:#484b5b}.cookie-banner__button--reject:hover{background-color:#e0e0eb}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background-color:#fff;border-bottom:1px solid #eaeaf1}.navbar__container{max-width:1280px;margin:0 auto;padding:0 16px}@media (min-width: 1024px){.navbar__container{padding:0 24px}}.navbar__inner{display:flex;justify-content:space-between;align-items:center;height:60px}.navbar__logo{display:flex;align-items:center;padding:0;border:none;background:none;cursor:pointer;font-family:inherit;text-decoration:none;color:inherit}.navbar__logo-img{height:22px;width:auto}@media (max-width: 768px){.navbar__logo-img{height:18px}}.navbar__links{display:none;align-items:center;gap:40px}@media (min-width: 1024px){.navbar__links{display:flex}}.navbar__link{padding:6px 0 4px;border:none;background:none;cursor:pointer;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";text-decoration:none;color:inherit;font-size:14px;font-weight:500;color:#4b5777;transition:color .2s;border-bottom:2px solid transparent}.navbar__link:hover{color:#172554}.navbar__link--active{color:#172554;font-weight:700;border-bottom-color:#3e5898}.navbar__cta{padding:8px 24px;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;font-weight:700;color:#fff;background-color:#1a3167;border-radius:8px;text-decoration:none;border:none;cursor:pointer;transition:background-color .2s}.navbar__cta:hover{background-color:#15295a;color:#fff}.navbar__hamburger{display:flex;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:8px;background:none;border:none;cursor:pointer;flex-shrink:0}@media (min-width: 1024px){.navbar__hamburger{display:none}}.navbar__hamburger-bar{display:block;width:100%;height:2px;background-color:#484b5b;border-radius:2px;transition:transform .2s,opacity .2s;transform-origin:center}.navbar__hamburger-bar--top-open{transform:translateY(7px) rotate(45deg)}.navbar__hamburger-bar--mid-open{opacity:0}.navbar__hamburger-bar--bot-open{transform:translateY(-7px) rotate(-45deg)}.navbar__mobile-menu{display:flex;flex-direction:column;padding:16px 16px 24px;border-top:1px solid #eaeaf1;background-color:#fff}@media (min-width: 1024px){.navbar__mobile-menu{display:none}}.navbar__mobile-link{display:block;padding:14px 0;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:16px;font-weight:500;color:#4b5777;text-decoration:none;border-bottom:1px solid #eaeaf1;transition:color .2s}.navbar__mobile-link:hover{color:#172554}.navbar__mobile-link--active{color:#172554;font-weight:700}.navbar__mobile-cta{margin-top:16px;padding:14px 24px;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:16px;font-weight:700;color:#fff;background-color:#1a3167;border-radius:8px;text-decoration:none;text-align:center;border:none;cursor:pointer;transition:background-color .2s}.navbar__mobile-cta:hover{background-color:#15295a;color:#fff}.broker-vertical-flow{position:relative;width:100%;max-width:672px;margin:0 auto;padding:48px 16px;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.broker-vertical-flow__list{display:flex;flex-direction:column;align-items:center}.broker-vertical-flow__step{width:100%;max-width:280px}@media (min-width: 1024px){.broker-vertical-flow__step{max-width:320px}}.broker-vertical-flow__box{position:relative;display:flex;align-items:center;gap:16px;padding:16px;border-radius:16px;box-shadow:0 20px 25px -5px #0003,0 8px 10px -6px #0000001a;border:1px solid rgba(255,255,255,.1);z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.broker-vertical-flow__box--blue,.broker-vertical-flow__box--indigo,.broker-vertical-flow__box--indigo-dark,.broker-vertical-flow__box--green{background:#0f172a80}.broker-vertical-flow__icon{flex-shrink:0;width:48px;height:48px;padding:12px;border-radius:12px;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.broker-vertical-flow__icon--blue,.broker-vertical-flow__icon--indigo{background-color:#3e5898}.broker-vertical-flow__icon--indigo-dark{background-color:#15295a}.broker-vertical-flow__icon--green{background-color:#0d9373}.broker-vertical-flow__icon-svg{width:24px;height:24px}.broker-vertical-flow__text{flex-grow:1}.broker-vertical-flow__label{font-family:Ubuntu,sans-serif;font-size:18px;font-weight:700;line-height:1.25;color:#fff;margin:0}.broker-vertical-flow__description{font-size:12px;font-weight:500;color:#ffffffb3;margin:0}.broker-vertical-flow__shootoff{display:none;align-items:center}@media (min-width: 1280px){.broker-vertical-flow__shootoff{display:flex;position:absolute;left:100%;top:50%;transform:translateY(-50%)}}.broker-vertical-flow__shootoff-line{width:32px;height:1px;background-color:#0d937366}.broker-vertical-flow__shootoff-badge{display:flex;align-items:center;gap:12px;padding:12px;background-color:#0d9373;border-radius:12px;border:1px solid rgba(55,165,161,.5);box-shadow:0 10px 30px #0d93734d;width:160px}.broker-vertical-flow__shootoff-icon-wrap{width:32px;height:32px;background-color:#fff3;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.broker-vertical-flow__shootoff-icon{width:20px;height:20px;color:#fff}.broker-vertical-flow__shootoff-title{font-size:8px;font-weight:900;color:#ffffffb3;text-transform:uppercase;letter-spacing:.1em;margin:0;line-height:1}.broker-vertical-flow__shootoff-value{font-size:12px;font-weight:900;color:#fff;text-transform:uppercase;margin:4px 0 0}.broker-vertical-flow__shootoff-between{display:flex;justify-content:center;padding:0 16px;width:100%;max-width:280px}@media (min-width: 1024px){.broker-vertical-flow__shootoff-between{max-width:320px}}@media (min-width: 1280px){.broker-vertical-flow__shootoff-between{display:none}}.broker-vertical-flow__shootoff-between-box{display:flex;align-items:center;gap:8px;padding:12px 16px;background-color:#0d937326;border:1px solid rgba(13,147,115,.3);border-radius:12px;color:#37a5a1;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.broker-vertical-flow__shootoff-between-icon{width:20px;height:20px;flex-shrink:0}.broker-vertical-flow__connector{width:2px;height:48px;background-color:#ffffff0d;position:relative;overflow:hidden}.broker-vertical-flow__connector--short{height:24px}.broker-vertical-flow__connector-fill{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#3e58984d}.broker-vertical-flow__connector-blob{position:absolute;left:50%;transform:translate(-50%);width:6px;height:16px;background:linear-gradient(to bottom,transparent,#809BDC,transparent);filter:blur(1px)}.hero{position:relative;overflow:hidden;background-color:#191e4a;color:#fff;padding-top:112px;padding-bottom:64px;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}@media (min-width: 1024px){.hero{padding-top:144px;padding-bottom:96px}}.hero__bg{position:absolute;top:0;right:0;width:50%;height:100%;background-color:#15295a1a;transform:skew(-12deg) translate(25%);pointer-events:none}.hero__container{max-width:1280px;margin:0 auto;padding:0 16px;position:relative;z-index:10}@media (min-width: 1024px){.hero__container{padding:0 24px}}.hero__grid{display:grid;gap:32px;align-items:center}@media (min-width: 1024px){.hero__grid{grid-template-columns:1fr 1fr}}.hero__content{max-width:640px}.hero__badge{display:inline-flex;align-items:center;gap:8px;padding:4px 12px;border-radius:999px;background-color:#3e589833;border:1px solid rgba(128,155,220,.3);color:#cdd8f3;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:24px}.hero__badge-dot{width:6px;height:6px;border-radius:50%;background-color:#809bdc;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{50%{opacity:.5}}.hero__title{font-family:Ubuntu,sans-serif;font-size:28px;font-weight:700;line-height:1.1;color:#fff;margin-bottom:32px}@media (min-width: 412px){.hero__title{font-size:36px}}@media (min-width: 1024px){.hero__title{font-size:60px}}.hero__title-accent{color:#809bdc}.hero__bullets{list-style:none;padding:0;margin:0 0 40px}.hero__bullet{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px;color:#ffffffe6;font-size:17px;line-height:1.375}.hero__bullet-icon{width:20px;height:20px;color:#809bdc;flex-shrink:0;margin-top:2px}.hero__btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px 40px;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:18px;font-weight:700;color:#191e4a;background-color:#fff;border-radius:12px;text-decoration:none;transition:background-color .2s,box-shadow .2s;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.hero__btn:hover{background-color:#e9effb;color:#191e4a;box-shadow:0 10px 15px -3px #00000026,0 4px 6px -4px #0000001a}.hero__btn-icon{width:20px;height:20px;color:#191e4a}.hero__flow{position:relative}.image-with-fallback{display:block;max-width:100%;height:auto}.image-with-fallback--error{display:flex;align-items:center;justify-content:center;min-height:100px;background-color:#eaeaf1;color:#a7a9b9;font-size:14px}.image-with-fallback__placeholder{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.testimonials{padding:48px 0;background-color:#fff}.testimonials__container{max-width:1280px;margin:0 auto;padding:0 16px}@media (min-width: 1024px){.testimonials__container{padding:0 24px}}.testimonials__label{text-align:center;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.3em;color:#a7a9b9;margin-bottom:40px}.testimonials__logos{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:32px;margin-bottom:64px}@media (min-width: 1024px){.testimonials__logos{gap:64px}}.testimonials__logo-item{height:48px;display:flex;align-items:center;justify-content:center}.testimonials__logo-img{max-height:48px;width:auto;object-fit:contain}@media (min-width: 768px){.testimonials__logo-img{max-height:56px}}.testimonials__header{max-width:672px;margin:0 auto 48px;text-align:center}.testimonials__title{font-family:Ubuntu,sans-serif;font-size:30px;font-weight:700;color:#191b22;margin-bottom:12px}.testimonials__subtitle{font-size:18px;color:#4b5777}.testimonials__grid{display:grid;gap:32px;max-width:1024px;margin:0 auto}@media (min-width: 768px){.testimonials__grid{grid-template-columns:1fr 1fr}}.testimonials__card{padding:40px;background-color:#f6f6f9;border-radius:24px;border:1px solid #eaeaf1;box-shadow:0 1px 3px #0000000d;display:flex;flex-direction:column;min-height:100%}.testimonials__quote-icon{width:40px;height:40px;color:#cdd8f3;margin-bottom:24px}.testimonials__paragraphs{flex-grow:1;display:flex;flex-direction:column;gap:12px;margin-bottom:0}.testimonials__quote{font-size:17px;font-style:italic;color:#484b5b;line-height:1.625;margin-bottom:0}.testimonials__author{display:flex;align-items:center;gap:16px;margin-top:40px}.testimonials__author-img{width:56px;height:56px;border-radius:50%;object-fit:cover;border:2px solid white;box-shadow:0 2px 8px #0000001a}.testimonials__author-info{text-align:left}.testimonials__author-name{font-family:Ubuntu,sans-serif;font-size:18px;font-weight:700;color:#191b22;margin:0;line-height:1}.testimonials__author-role{font-size:14px;color:#9b9eb8;margin:4px 0 0}.section-divider{background-color:#fff;padding:8px 0}.section-divider__container{max-width:1280px;margin:0 auto;padding:0 16px}@media (min-width: 1024px){.section-divider__container{padding:0 24px}}.section-divider__line{height:2px;background-color:#d2d6e0;opacity:.5}.onboarding-diagram{position:relative;padding:40px 16px 40px 24px;background-color:#f6f6f9;border-radius:24px;border:1px solid #e0e0eb;box-shadow:0 1px 3px #0000000d;overflow:hidden;width:100%;max-width:448px;margin:0 auto}.onboarding-diagram__list{position:relative;display:flex;flex-direction:column;align-items:flex-start}.onboarding-diagram__item{width:100%;position:relative}.onboarding-diagram__icon{flex-shrink:0;width:48px;height:48px;border-radius:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 25px #3e589826;z-index:10;transition:transform .3s}.onboarding-diagram__icon--indigo{background-color:#3e5898}.onboarding-diagram__icon--green{background-color:#0d9373}.onboarding-diagram__icon--indigo-dark{background-color:#191e4a}.onboarding-diagram__icon-svg{width:24px;height:24px;color:#fff}.onboarding-diagram__content{margin-left:20px;flex-grow:1;margin-top:0;margin-bottom:0}.onboarding-diagram__label{font-family:Ubuntu,sans-serif;font-size:18px;font-weight:700;line-height:1.2;color:#191e4a;margin:0}.onboarding-diagram__label--green{color:#0d9373}.onboarding-diagram__label--dark{color:#191e4a}.onboarding-diagram__sublabel{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-top:4px;margin-bottom:0;color:#3e5898}.onboarding-diagram__sublabel--green{color:#0d9373}.onboarding-diagram__row{display:flex;align-items:center;width:100%}.onboarding-diagram__item{width:100%}.onboarding-diagram__connector{width:2px;height:32px;margin-left:38px;margin-top:4px;margin-bottom:4px;background-color:#eaeffa;position:relative;flex-shrink:0}.onboarding-diagram__connector:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%,50%) rotate(45deg);width:6px;height:6px;border-right:2px solid #EAEFFA;border-bottom:2px solid #EAEFFA}.benefit-sections__section{border-bottom:1px solid #eaeaf1}.benefit-sections__section--white{background-color:#fff}.benefit-sections__section--white-timing{background-color:#fff;padding-top:32px;padding-bottom:96px}.benefit-sections__section--white-automation{background-color:#fff;padding-top:96px;padding-bottom:48px}.benefit-sections__section--gray{background-color:#f6f6f9;padding:48px 0 64px}.benefit-sections__section--dark{position:relative;background-color:#191e4a;color:#fff;overflow:hidden;padding:96px 0}.benefit-sections__bg{position:absolute;top:0;right:0;width:50%;height:100%;background-color:#15295a0d;transform:skew(-12deg) translate(25%);pointer-events:none}.benefit-sections__container{max-width:1280px;margin:0 auto;padding:0 16px;position:relative;z-index:10}@media (min-width: 1024px){.benefit-sections__container{padding:0 24px}}.benefit-sections__grid{display:grid;gap:64px;align-items:center}@media (min-width: 1024px){.benefit-sections__grid{grid-template-columns:1fr 1fr}}@media (min-width: 1024px){.benefit-sections__grid--reverse{gap:96px}}@media (min-width: 1024px){.benefit-sections__grid--reverse .benefit-sections__stats{order:1}}@media (min-width: 1024px){.benefit-sections__grid--reverse .benefit-sections__content{order:2}}.benefit-sections__title{font-family:Ubuntu,sans-serif;font-size:30px;font-weight:700;color:#191b22;margin-bottom:24px;line-height:1.25}.benefit-sections__title--center{text-align:center}.benefit-sections__title--large{font-size:36px}.benefit-sections__content--light .benefit-sections__title{color:#fff;font-size:36px}.benefit-sections__text{font-size:18px;color:#4b5777;line-height:1.625;margin-bottom:32px}.benefit-sections__content--light .benefit-sections__text{color:#e9effbe6}.benefit-sections__content--light .benefit-sections__text:last-of-type{font-size:18px;color:#eaeffacc}.benefit-sections__text--center{text-align:center;max-width:672px;margin-left:auto;margin-right:auto}.benefit-sections__list{list-style:none;padding:0;margin:0 0 32px}.benefit-sections__list-item{display:flex;align-items:center;gap:12px;margin-bottom:16px;font-weight:500;color:#484b5b}.benefit-sections__list-icon{width:20px;height:20px;color:#5d75b1;flex-shrink:0}.benefit-sections__callout{display:flex;gap:16px;padding:24px;background-color:#e9effb;border-radius:16px;border:1px solid #EAEFFA}.benefit-sections__callout-icon-wrap{width:40px;height:40px;border-radius:12px;background-color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 1px 3px #0000000d;border:1px solid #EAEFFA}.benefit-sections__callout-icon{width:24px;height:24px;color:#3e5898}.benefit-sections__callout-title{font-weight:600;color:#172554;margin-bottom:8px}.benefit-sections__callout-text{font-size:14px;color:#1a3167;margin:0}.benefit-sections__diagram{display:flex;justify-content:center}.benefit-sections__badge{display:inline-flex;align-items:center;gap:8px;padding:4px 12px;border-radius:999px;background-color:#3e589833;border:1px solid rgba(128,155,220,.3);color:#8fa7e0;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:24px}.benefit-sections__badge-icon{width:16px;height:16px}.benefit-sections__stats{display:grid;gap:24px;max-width:384px}@media (min-width: 1024px){.benefit-sections__stats{margin-left:auto}}.benefit-sections__stat-card{padding:32px;background-color:#191e4a66;border-radius:24px;border:1px solid rgba(128,155,220,.2);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:relative;overflow:hidden}.benefit-sections__stat-deco{position:absolute;top:0;right:0;padding:16px;opacity:.1;transition:opacity .2s}.benefit-sections__stat-card:hover .benefit-sections__stat-deco{opacity:.2}.benefit-sections__stat-deco-icon{width:64px;height:64px;color:#809bdc}.benefit-sections__stat-icon-wrap{display:flex;align-items:center;gap:16px;margin-bottom:16px}.benefit-sections__stat-icon-bg{padding:8px;background-color:#809bdc33;border-radius:8px}.benefit-sections__stat-icon{width:24px;height:24px;color:#809bdc}.benefit-sections__stat-label{font-size:12px;font-weight:700;color:#8fa7e0;text-transform:uppercase;letter-spacing:.1em}.benefit-sections__stat-value{font-size:48px;font-weight:700;color:#fff;margin:8px 0}.benefit-sections__stat-desc{font-size:16px;color:#eaeffacc;font-weight:500;margin:0}.benefit-sections__header{max-width:672px;margin:0 auto 64px}.benefit-sections__features{display:grid;gap:32px}@media (min-width: 768px){.benefit-sections__features{grid-template-columns:repeat(3,1fr)}}.benefit-sections__feature{padding:40px;background-color:#f6f6f9;border:1px solid #eaeaf1;border-radius:24px;box-shadow:0 1px 3px #0000000d;transition:box-shadow .2s}.benefit-sections__feature:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.benefit-sections__feature-icon{width:40px;height:40px;color:#3e5898;margin-bottom:32px}.benefit-sections__feature-title{font-family:Ubuntu,sans-serif;font-size:24px;font-weight:700;color:#191b22;margin-bottom:16px}.benefit-sections__feature-desc{font-size:16px;color:#4b5777;line-height:1.625;margin:0}.benefit-sections__cards{display:grid;grid-template-columns:1fr 1fr;gap:16px;position:relative}.benefit-sections__cards-blur{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:256px;height:256px;background-color:#eaeffa;border-radius:50%;filter:blur(80px);opacity:.3;z-index:-1;pointer-events:none}.benefit-sections__card{padding:24px;background-color:#fff;border-radius:16px;border:1px solid #e0e0eb;box-shadow:0 1px 3px #0000000d}.benefit-sections__card-icon-wrap{width:40px;height:40px;border-radius:8px;background-color:#e9effb;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.benefit-sections__card-icon{width:24px;height:24px;color:#3e5898}.benefit-sections__card-title{font-family:Ubuntu,sans-serif;font-size:16px;font-weight:700;color:#191b22;margin-bottom:8px}.benefit-sections__card-desc{font-size:14px;color:#4b5777;line-height:1.625;margin:0}.benefit-sections__tags{display:flex;flex-wrap:wrap;gap:16px}.benefit-sections__tag{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;font-size:14px;font-weight:600;border-radius:999px}.benefit-sections__tag--indigo{background-color:#eaeffa;color:#1a3167;border:1px solid #CDD8F3}.benefit-sections__tag--green{background-color:#dff6f6;color:#196664;border:1px solid #CEF3F2}.benefit-sections__tag-dot{width:8px;height:8px;border-radius:50%;background-color:#1a3167;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.benefit-sections__tag-icon{width:16px;height:16px}.cta{padding:32px 0 96px;background-color:#f6f6f9}.cta__container{max-width:1280px;margin:0 auto;padding:0 16px}@media (min-width: 1024px){.cta__container{padding:0 24px}}.cta__card{position:relative;background-color:#1a3167;border-radius:24px;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.cta__deco{position:absolute;top:0;right:0;padding:48px;opacity:.1;pointer-events:none}.cta__deco-icon{width:256px;height:256px;color:#fff}.cta__content{position:relative;padding:48px;color:#fff}@media (min-width: 768px){.cta__content{padding:80px}}.cta__title{font-family:Ubuntu,sans-serif;font-size:30px;font-weight:700;line-height:1.25;margin-bottom:32px;max-width:672px}@media (min-width: 1024px){.cta__title{font-size:48px}}.cta__subtitle{font-size:20px;color:#eaeffa;margin-bottom:48px}.cta__options{display:grid;gap:32px;margin-bottom:48px}@media (min-width: 768px){.cta__options{grid-template-columns:1fr 1fr}}.cta__option{display:flex;gap:16px;padding:24px;background-color:#ffffff1a;border-radius:16px;border:1px solid rgba(255,255,255,.1)}.cta__option-icon{width:24px;height:24px;color:#8fa7e0;flex-shrink:0;margin-top:4px}.cta__option-title{font-family:Ubuntu,sans-serif;font-size:16px;font-weight:700;margin:0 0 4px}.cta__option-desc{font-size:14px;color:#cdd8f3;margin:0}.cta__btn{display:inline-block;padding:20px 40px;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:20px;font-weight:700;color:#3e5898;background-color:#fff;border:none;border-radius:16px;text-decoration:none;cursor:pointer;transition:background-color .2s;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.cta__btn:hover{background-color:#e9effb;color:#3e5898}.footer{width:100%;margin-top:auto}.footer--landing{background-color:#fff;border-top:1px solid #eaeaf1;padding:48px 0}.footer__container{max-width:1280px;margin:0 auto;padding:0 16px}@media (min-width: 1024px){.footer__container{padding:0 24px}}.footer__main{display:flex;flex-direction:column;align-items:center;gap:40px}@media (min-width: 768px){.footer__main{flex-direction:row;justify-content:space-between}}.footer__brand{display:flex;flex-direction:column;align-items:center}@media (min-width: 768px){.footer__brand{align-items:flex-start}}.footer__logo{height:22px;width:auto}@media (max-width: 768px){.footer__logo{height:18px}}.footer__copyright{font-size:14px;color:#9b9eb8;margin-top:16px;margin-bottom:0}.footer__right{display:flex;flex-direction:column;align-items:center;gap:16px}@media (min-width: 768px){.footer__right{align-items:flex-end}}.footer__links{display:flex;gap:24px;font-size:14px}.footer__contact{display:flex;align-items:center;gap:16px;font-size:14px}.footer__contact-link{color:#4b5777;text-decoration:none;transition:color .2s}.footer__contact-link:hover{color:#3e5898}.footer__contact-separator{color:#a7a9b9;-webkit-user-select:none;user-select:none}.footer__link{color:#4b5777;text-decoration:none;transition:color .2s}.footer__link:hover{color:#3e5898}.flow-diagram{position:relative;width:100%;aspect-ratio:1;max-width:512px;margin:0 auto;padding:16px;overflow:hidden}@media (min-width: 1024px){.flow-diagram{max-width:576px}}.flow-diagram--light{background-color:transparent}.flow-diagram--dark{background-color:#191e4a}.flow-diagram__bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden}.flow-diagram__dot-pattern{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:.04}.flow-diagram__grid-pattern{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:.17}.flow-diagram__ambient-glow{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.03;filter:blur(100px);border-radius:50%}.flow-diagram--light .flow-diagram__ambient-glow{background-color:#3e5898}.flow-diagram--dark .flow-diagram__ambient-glow{background-color:#809bdc}.flow-diagram__connections{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none}.flow-diagram__nodes{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.flow-diagram__node{position:absolute;z-index:10}.flow-diagram__node-inner{position:relative;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center}.flow-diagram__node-box{width:48px;height:48px;border-radius:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;border:1px solid rgba(255,255,255,.2);position:relative}@media (min-width: 1024px){.flow-diagram__node-box{width:64px;height:64px}}.flow-diagram__node-box--blue,.flow-diagram__node-box--indigo{background-color:#3e5898}.flow-diagram__node-box--indigo-dark{background-color:#172554}.flow-diagram__node-box--green{background-color:#0d9373}.flow-diagram__node-icon{width:24px;height:24px;color:#fff}@media (min-width: 1024px){.flow-diagram__node-icon{width:32px;height:32px}}.flow-diagram__node-badge{position:absolute;top:-6px;right:-6px;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000001a}.flow-diagram--light .flow-diagram__node-badge{background-color:#fff;border:2px solid #EAEFFA}.flow-diagram--dark .flow-diagram__node-badge{background-color:#191e4a;border:2px solid rgba(255,255,255,.2)}@media (min-width: 1024px){.flow-diagram__node-badge{width:24px;height:24px}}.flow-diagram__node-badge-icon{width:12px;height:12px}.flow-diagram--light .flow-diagram__node-badge-icon{color:#3e5898}.flow-diagram--dark .flow-diagram__node-badge-icon{color:#809bdc}.flow-diagram__node-label{position:absolute;top:100%;margin-top:8px;text-align:center;pointer-events:none}@media (min-width: 1024px){.flow-diagram__node-label{margin-top:12px}}.flow-diagram__node-label-text{display:block;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.1em;white-space:nowrap}@media (min-width: 1024px){.flow-diagram__node-label-text{font-size:12px}}.flow-diagram--light .flow-diagram__node-label-text{color:#191e4a}.flow-diagram--dark .flow-diagram__node-label-text{color:#fff}.flow-diagram__node-sublabel{display:block;font-size:8px;font-weight:900;color:#3e5898;margin-top:2px;white-space:nowrap;opacity:.9}@media (min-width: 1024px){.flow-diagram__node-sublabel{font-size:9px}}.flow-diagram__node-sublabel--green{color:#0d9373;opacity:1}.neutral-hero{position:relative;overflow:hidden;background-color:#fff;padding-top:96px;padding-bottom:64px}@media (min-width: 1024px){.neutral-hero{padding-top:128px;padding-bottom:96px}}.neutral-hero__bg{position:absolute;top:0;right:0;width:600px;height:600px;transform:translate(25%,-25%);background:#e9effb;border-radius:50%;filter:blur(80px);opacity:.5;pointer-events:none}.neutral-hero__container{max-width:1280px;margin:0 auto;padding:0 16px;position:relative;z-index:10}@media (min-width: 1024px){.neutral-hero__container{padding:0 24px}}.neutral-hero__grid{display:flex;flex-direction:column;align-items:center;gap:48px}@media (min-width: 1024px){.neutral-hero__grid{flex-direction:row;gap:80px}}.neutral-hero__content{flex:.8;text-align:center}@media (min-width: 1024px){.neutral-hero__content{text-align:left}}.neutral-hero__badge-wrap{margin-bottom:24px}.neutral-hero__badge{display:inline-flex;align-items:center;gap:8px;padding:4px 12px;border-radius:999px;background-color:#e9effb;color:#1a3167;font-size:14px;font-weight:500}.neutral-hero__badge-icon{width:16px;height:16px;fill:#1a3167}.neutral-hero__title{font-family:Ubuntu,sans-serif;font-size:36px;font-weight:700;line-height:1.1;color:#191e4a;margin-bottom:24px;max-width:640px;margin-left:auto;margin-right:auto}@media (min-width: 768px){.neutral-hero__title{font-size:48px}}@media (min-width: 1024px){.neutral-hero__title{font-size:60px;margin-left:0;margin-right:0}}.neutral-hero__title-accent{color:#3e5898}.neutral-hero__subtitle{font-size:18px;color:#4b5777;margin-bottom:32px;max-width:672px;margin-left:auto;margin-right:auto;line-height:1.6}@media (min-width: 1024px){.neutral-hero__subtitle{margin-left:0;margin-right:0}}.neutral-hero__actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:16px;margin-bottom:40px}@media (min-width: 1024px){.neutral-hero__actions{justify-content:flex-start}}.neutral-hero__btn{display:inline-flex;align-items:center;justify-content:center;padding:24px 32px;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:18px;font-weight:700;color:#fff;background-color:#1a3167;border:none;text-decoration:none;border-radius:12px;cursor:pointer;transition:background-color .2s,box-shadow .2s;box-shadow:0 10px 15px -3px #3e58981a,0 4px 6px -4px #3e58981a}.neutral-hero__btn:hover{background-color:#15295a;color:#fff;box-shadow:0 10px 15px -3px #3e589840,0 4px 6px -4px #3e589840}.neutral-hero__trust{display:flex;align-items:center;justify-content:center;gap:32px;color:#a7a9b9}@media (min-width: 1024px){.neutral-hero__trust{justify-content:flex-start}}.neutral-hero__trust-item{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;letter-spacing:.025em}.neutral-hero__trust-icon{width:20px;height:20px}.neutral-hero__diagram{flex:1.2;width:100%;max-width:560px}@media (min-width: 1024px){.neutral-hero__diagram{max-width:none}}.logo-cloud{background-color:#fff;padding:64px 0;border-top:1px solid #eaeaf1;border-bottom:1px solid #eaeaf1}.logo-cloud__container{max-width:1280px;margin:0 auto;padding:0 16px}@media (min-width: 1024px){.logo-cloud__container{padding:0 24px}}.logo-cloud__label{text-align:center;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.3em;color:#a7a9b9;margin-bottom:48px}.logo-cloud__grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:32px}@media (min-width: 768px){.logo-cloud__grid{gap:64px}}.logo-cloud__item{height:48px;display:flex;align-items:center;justify-content:center}.logo-cloud__img{max-height:48px;width:auto;object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none}@media (min-width: 768px){.logo-cloud__img{max-height:56px}}.neutral-cta{position:relative;overflow:hidden;padding:96px 0;background-color:#fff}.neutral-cta__bg{position:absolute;top:50%;left:50%;width:800px;height:800px;transform:translate(-50%,-50%);background:#e9effb;border-radius:50%;filter:blur(80px);opacity:.4;pointer-events:none}.neutral-cta__container{max-width:1280px;margin:0 auto;padding:0 16px;position:relative;z-index:10}@media (min-width: 1024px){.neutral-cta__container{padding:0 24px}}.neutral-cta__card{position:relative;max-width:1024px;margin:0 auto;padding:40px;background-color:#191e4a;border-radius:56px;text-align:center;color:#fff;box-shadow:0 25px 50px -12px #00000040;overflow:hidden}@media (min-width: 768px){.neutral-cta__card{padding:80px}}.neutral-cta__deco{position:absolute;padding:48px;opacity:.05;pointer-events:none}.neutral-cta__deco--top{top:0;right:0;transform:translate(25%,-25%)}.neutral-cta__deco--bottom{bottom:0;left:0;transform:translate(-25%,25%)}.neutral-cta__deco-icon{width:256px;height:256px;color:#fff}.neutral-cta__content{position:relative;z-index:10}.neutral-cta__title{font-family:Ubuntu,sans-serif;font-size:36px;font-weight:700;line-height:1.25;letter-spacing:-.025em;margin-bottom:32px;max-width:672px;margin-left:auto;margin-right:auto}@media (min-width: 768px){.neutral-cta__title{font-size:60px}}.neutral-cta__subtitle{font-size:20px;color:#eaeffacc;margin-bottom:48px;max-width:672px;margin-left:auto;margin-right:auto;line-height:1.625}@media (min-width: 768px){.neutral-cta__subtitle{font-size:24px}}.neutral-cta__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:24px}.neutral-cta__btn{display:inline-flex;align-items:center;justify-content:center;padding:28px 40px;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:20px;font-weight:700;color:#191e4a;background-color:#fff;border:none;text-decoration:none;border-radius:20px;cursor:pointer;transition:background-color .2s}.neutral-cta__btn:hover{background-color:#e9effb;color:#191e4a}.neutral-cta__contact{display:flex;align-items:center;justify-content:center;gap:12px;color:#eaeffa99;font-size:16px;font-weight:500;margin-top:64px}.neutral-cta__contact-icon{width:20px;height:20px}.movers-hero{position:relative;overflow:hidden;background-color:#191e4a;color:#fff;padding-top:112px;padding-bottom:64px;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}@media (min-width: 1024px){.movers-hero{padding-top:144px;padding-bottom:96px}}.movers-hero__bg{position:absolute;top:0;right:0;width:50%;height:100%;background-color:#15295a1a;transform:skew(-12deg) translate(25%);pointer-events:none}.movers-hero__container{max-width:1280px;margin:0 auto;padding:0 16px;position:relative;z-index:10}@media (min-width: 1024px){.movers-hero__container{padding:0 24px}}.movers-hero__grid{display:grid;gap:48px;align-items:center}@media (min-width: 1024px){.movers-hero__grid{grid-template-columns:1fr 1fr}}.movers-hero__content{max-width:640px}.movers-hero__badge{display:inline-flex;align-items:center;gap:8px;padding:4px 12px;border-radius:999px;background-color:#3e589833;border:1px solid rgba(128,155,220,.3);color:#8fa7e0;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:24px}.movers-hero__badge-dot{width:6px;height:6px;border-radius:50%;background-color:#809bdc;animation:movers-pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes movers-pulse{50%{opacity:.5}}.movers-hero__title{font-family:Ubuntu,sans-serif;font-size:36px;font-weight:700;line-height:1.1;color:#fff;margin-bottom:32px}@media (min-width: 1024px){.movers-hero__title{font-size:60px}}.movers-hero__title-accent{color:#809bdc}.movers-hero__bullets{list-style:none;padding:0;margin:0 0 40px}.movers-hero__bullet{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px;color:#e9effbe6;font-size:17px;line-height:1.375}.movers-hero__bullet-icon{width:20px;height:20px;color:#809bdc;flex-shrink:0;margin-top:2px}.movers-hero__btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px 40px;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:18px;font-weight:700;color:#191e4a;background-color:#fff;border-radius:12px;text-decoration:none;transition:background-color .2s,box-shadow .2s;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.movers-hero__btn:hover{background-color:#e9effb;color:#191e4a;box-shadow:0 10px 15px -3px #00000026,0 4px 6px -4px #0000001a}.movers-hero__btn-icon{width:20px;height:20px;color:#191e4a}.movers-hero__media{position:relative}.movers-hero__image-wrap{position:relative;border-radius:24px;overflow:hidden;box-shadow:0 25px 50px -12px #00000040;border:1px solid rgba(255,255,255,.1);outline:8px solid rgba(25,30,74,.5);outline-offset:0}.movers-hero__image{width:100%;height:auto;display:block;object-fit:cover}.movers-hero__image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(25,30,74,.4) 0%,transparent 50%,transparent 100%);pointer-events:none}.movers-hero__badge-card{position:absolute;bottom:-24px;right:-24px;padding:24px;background-color:#0d9373;border-radius:16px;box-shadow:0 20px 50px #0d937366;border:1px solid #37A5A1;display:flex;flex-direction:column;align-items:center;max-width:200px;z-index:20}@media (min-width: 1024px){.movers-hero__badge-card{right:-40px}}.movers-hero__badge-card-icon{width:48px;height:48px;padding:8px;border-radius:50%;background-color:#fff3;margin-bottom:8px;display:flex;align-items:center;justify-content:center}.movers-hero__badge-card-svg{width:24px;height:24px;color:#fff}.movers-hero__badge-card-content{text-align:center}.movers-hero__badge-card-value{font-size:30px;font-weight:900;color:#fff;line-height:1;margin:0}.movers-hero__badge-card-label{font-size:14px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:-.025em;margin:4px 0 8px}.movers-hero__badge-card-bar{width:100%;height:4px;background-color:#ffffff4d;border-radius:999px;overflow:hidden}.movers-hero__badge-card-bar-fill{height:100%;background-color:#fff}.movers-benefits__section{padding:96px 0;border-bottom:1px solid #eaeaf1;background-color:#fff}.movers-benefits__section--gray{background-color:#f6f6f9}.movers-benefits__section--dark{background-color:#191e4a;color:#fff;position:relative;overflow:hidden}.movers-benefits__container{max-width:1280px;margin:0 auto;padding:0 16px}@media (min-width: 1024px){.movers-benefits__container{padding:0 24px}}.movers-benefits__grid{display:grid;gap:60px;align-items:center}@media (min-width: 1024px){.movers-benefits__grid{grid-template-columns:1fr 1fr;gap:96px}}.movers-benefits__title{font-family:Ubuntu,sans-serif;font-size:36px;font-weight:700;color:#191b22;margin-bottom:32px;line-height:1.25}.movers-benefits__title--center{text-align:center}.movers-benefits__content--light .movers-benefits__title{color:#fff}.movers-benefits__title-accent{color:#809bdc}.movers-benefits__text{font-size:18px;color:#4b5777;line-height:1.625;margin-bottom:40px}.movers-benefits__content--light .movers-benefits__text{color:#e9effbe6}.movers-benefits__text--center{text-align:center;max-width:672px;margin-left:auto;margin-right:auto}.movers-benefits__header{text-align:center;margin-bottom:64px}.movers-benefits__items,.movers-benefits__list{margin-top:40px}.movers-benefits__item{display:flex;gap:20px;padding:16px;border-radius:16px;margin-bottom:24px;transition:background-color .2s}.movers-benefits__item:hover{background-color:#f6f6f9}.movers-benefits__item-icon{width:48px;height:48px;border-radius:12px;background-color:#e9effb;display:flex;align-items:center;justify-content:center;flex-shrink:0}.movers-benefits__item-svg{width:24px;height:24px;color:#3e5898}.movers-benefits__item-title{font-family:Ubuntu,sans-serif;font-size:16px;font-weight:700;color:#191b22;margin:0 0 4px}.movers-benefits__item-text{font-size:16px;color:#4b5777;margin:0}.movers-benefits__card{padding:32px;background-color:#fff;border-radius:40px;border:1px solid #eaeaf1;box-shadow:0 25px 50px -12px #00000014}.movers-benefits__card-header{display:flex;align-items:center;gap:16px;margin-bottom:32px}.movers-benefits__card-num{width:48px;height:48px;border-radius:50%;background-color:#1a3167;color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center}.movers-benefits__card-title{font-family:Ubuntu,sans-serif;font-size:20px;font-weight:700;margin:0}.movers-benefits__card-bar{height:8px;background-color:#eaeaf1;border-radius:999px;overflow:hidden;margin-bottom:16px}.movers-benefits__card-bar-fill{width:100%;height:100%;background-color:#1a3167}.movers-benefits__card-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.movers-benefits__card-cell{padding:16px;background-color:#e9effb;border-radius:12px;border:1px solid #EAEFFA}.movers-benefits__card-label{font-size:10px;font-weight:700;color:#3e5898;text-transform:uppercase;margin:0 0 4px}.movers-benefits__card-value{font-size:14px;font-weight:700;margin:0}.movers-benefits__phone-mock{position:relative}.movers-benefits__phone{max-width:320px;margin:0 auto;background-color:#191b22;border-radius:32px;padding:8px;overflow:hidden;border:8px solid #191B22;box-shadow:inset 0 2px 4px #0000001a}.movers-benefits__phone-notch{position:absolute;top:8px;left:50%;transform:translate(-50%);width:128px;height:24px;background-color:#191b22;border-radius:0 0 16px 16px;z-index:10}.movers-benefits__phone-screen{width:100%;background-color:#fff;border-radius:24px;padding:48px 24px;display:flex;flex-direction:column;align-items:center;position:relative}.movers-benefits__phone-icon-wrap{width:80px;height:80px;background-color:#dff6f6;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:32px}.movers-benefits__phone-icon{width:48px;height:48px;color:#0d9373}.movers-benefits__phone-title{font-family:Ubuntu,sans-serif;font-size:24px;font-weight:700;color:#191b22;margin:0 0 8px}.movers-benefits__phone-text{font-size:14px;color:#9b9eb8;text-align:center;margin:0 0 32px}.movers-benefits__phone-fields{width:100%}.movers-benefits__phone-field{padding:16px;background-color:#f6f6f9;border-radius:12px;border:1px solid #eaeaf1;margin-bottom:16px}.movers-benefits__phone-field-label{font-size:10px;font-weight:700;color:#a7a9b9;text-transform:uppercase;margin:0 0 4px}.movers-benefits__phone-field-value{font-size:14px;font-weight:700;margin:0;display:flex;align-items:center;gap:8px}.movers-benefits__phone-field-dot{width:8px;height:8px;border-radius:50%;background-color:#37a5a1}.movers-benefits__phone-cta{width:100%;padding:16px;background-color:#1a3167;color:#fff;font-weight:700;border-radius:12px;border:none;margin-top:auto;text-align:center}.movers-benefits__phone-badge{position:absolute;bottom:32px;left:32px;right:32px;padding:24px;background-color:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:16px;border:1px solid #E9EFFB;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.movers-benefits__phone-badge-header{display:flex;align-items:center;gap:12px;color:#0d9373;font-weight:700;margin-bottom:8px}.movers-benefits__phone-badge-icon{width:20px;height:20px}.movers-benefits__phone-badge-text{font-size:14px;color:#4b5777;margin:0}.movers-benefits__list-item{display:flex;gap:16px;margin-bottom:32px}.movers-benefits__list-bullet{width:24px;height:24px;border-radius:50%;background-color:#1a3167;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:4px}.movers-benefits__list-bullet-svg{width:16px;height:16px;color:#fff}.movers-benefits__list-title{font-family:Ubuntu,sans-serif;font-size:20px;font-weight:700;margin:0 0 4px}.movers-benefits__list-text{font-size:16px;color:#4b5777;margin:0}.movers-benefits__dark-item{display:flex;gap:24px;margin-bottom:32px}.movers-benefits__dark-icon-wrap{width:56px;height:56px;background-color:#3e589833;border-radius:16px;border:1px solid rgba(128,155,220,.3);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background-color .2s}.movers-benefits__dark-item:hover .movers-benefits__dark-icon-wrap{background-color:#3e589866}.movers-benefits__dark-icon{width:28px;height:28px;color:#809bdc}.movers-benefits__dark-title{font-family:Ubuntu,sans-serif;font-size:20px;font-weight:700;margin:0 0 8px}.movers-benefits__dark-text{font-size:16px;color:#eaeffab3;line-height:1.625;margin:0}.movers-benefits__steps{display:grid;gap:32px}@media (min-width: 768px){.movers-benefits__steps{grid-template-columns:repeat(3,1fr)}}.movers-benefits__step{padding:32px;background-color:#f6f6f9;border-radius:24px;border:1px solid #eaeaf1;text-align:center;display:flex;flex-direction:column;align-items:center}.movers-benefits__step-icon-wrap{width:64px;height:64px;background-color:#fff;border-radius:16px;box-shadow:0 1px 3px #0000000d;border:1px solid #eaeaf1;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.movers-benefits__step-icon{width:32px;height:32px;color:#3e5898}.movers-benefits__step-title{font-family:Ubuntu,sans-serif;font-size:20px;font-weight:700;margin:0 0 16px}.movers-benefits__step-desc{font-size:16px;color:#4b5777;line-height:1.625;margin:0}.movers-benefits__switch-card{padding:32px;background-color:#ffffff0d;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-radius:40px;border:1px solid rgba(255,255,255,.1);box-shadow:0 25px 50px -12px #00000040}.movers-benefits__switch-header{display:flex;align-items:center;gap:12px;margin-bottom:32px}.movers-benefits__switch-icon-wrap{width:40px;height:40px;background-color:#1a3167;border-radius:12px;display:flex;align-items:center;justify-content:center}.movers-benefits__switch-icon{width:24px;height:24px;color:#fff}.movers-benefits__switch-badge{margin-left:auto;padding:4px 12px;background-color:#0d937333;color:#37a5a1;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:999px}.movers-benefits__switch-body{display:flex;flex-direction:column;gap:24px}.movers-benefits__switch-cell{padding:16px;background-color:#ffffff0d;border-radius:12px;border:1px solid rgba(255,255,255,.05);opacity:.5}.movers-benefits__switch-cell--active{background-color:#3e589833;border-color:#809bdc4d;opacity:1}.movers-benefits__switch-label{font-size:10px;font-weight:700;color:#809bdc;text-transform:uppercase;margin:0 0 4px}.movers-benefits__switch-value{font-weight:700;margin:0}.movers-benefits__switch-arrow{display:flex;justify-content:center}.movers-benefits__switch-arrow-icon{width:24px;height:24px;color:#809bdc;transform:rotate(90deg)}.movers-cta{padding:96px 0;background-color:#fff}.movers-cta__container{max-width:1280px;margin:0 auto;padding:0 16px}@media (min-width: 1024px){.movers-cta__container{padding:0 24px}}.movers-cta__card{position:relative;background-color:#1a3167;border-radius:48px;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.movers-cta__deco{position:absolute;top:0;right:0;padding:48px;opacity:.1;pointer-events:none}.movers-cta__deco--bottom{top:auto;right:auto;bottom:-96px;left:-96px;width:384px;height:384px;background-color:#5d75b1;border-radius:50%;filter:blur(100px);opacity:.2;padding:0}.movers-cta__deco-icon{width:256px;height:256px;color:#fff}.movers-cta__content{position:relative;padding:48px;text-align:center;color:#fff;display:flex;flex-direction:column;align-items:center}@media (min-width: 1024px){.movers-cta__content{padding:96px}}.movers-cta__title{font-family:Ubuntu,sans-serif;font-size:36px;font-weight:700;line-height:1.25;margin-bottom:32px;max-width:672px}@media (min-width: 1024px){.movers-cta__title{font-size:60px}}.movers-cta__subtitle{font-size:20px;color:#eaeffa;margin-bottom:48px;line-height:1.625;max-width:672px}@media (min-width: 1024px){.movers-cta__subtitle{font-size:24px}}.movers-cta__btn-wrap{display:flex;justify-content:center}.movers-cta__btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:20px 48px;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:20px;font-weight:700;color:#3e5898;background-color:#fff;border-radius:16px;text-decoration:none;transition:background-color .2s,transform .2s;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.movers-cta__btn:hover{background-color:#e9effb;color:#3e5898;transform:scale(1.05)}.movers-cta__btn:active{transform:scale(.95)}.movers-cta__btn-icon{width:24px;height:24px;transition:transform .2s}.movers-cta__btn:hover .movers-cta__btn-icon{transform:translate(4px)}.movers-cta__trust{display:flex;flex-wrap:wrap;justify-content:center;gap:32px;margin-top:48px;padding-top:48px;border-top:1px solid rgba(255,255,255,.1)}.movers-cta__trust-item{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:#eaeffacc}.movers-cta__trust-icon{width:20px;height:20px;color:#8fa7e0}.blog-graphic{width:100%;margin:24px 0;padding:40px 24px;background-color:#f6f6f9;border-radius:24px;border:1px solid #e0e0eb;box-shadow:0 1px 3px #0000000d;overflow:hidden}.blog-graphic__title{font-family:Ubuntu,sans-serif;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#3e5898;text-align:center;margin:0 0 24px}.blog-graphic__icon{flex-shrink:0;width:48px;height:48px;border-radius:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 25px #3e589826}.blog-graphic__icon--indigo{background-color:#3e5898}.blog-graphic__icon--indigo-dark{background-color:#191e4a}.blog-graphic__icon--green{background-color:#0d9373}.blog-graphic__icon--teal{background-color:#37a5a1}.blog-graphic__icon--brick{background-color:#e94f37}.blog-graphic__icon-svg{width:24px;height:24px;color:#fff}.blog-graphic__label{font-family:Ubuntu,sans-serif;font-size:16px;font-weight:700;color:#191e4a;margin:0;line-height:1.3}.blog-graphic__sublabel{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#3e5898;margin:2px 0 0}.blog-graphic__sublabel--green{color:#0d9373}.blog-graphic__sublabel--brick{color:#e94f37}.blog-graphic__description{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;color:#4b5777;margin:4px 0 0;line-height:1.4}.blog-graphic__connector{width:2px;height:32px;background-color:#eaeffa;position:relative;flex-shrink:0}.blog-graphic__connector--horizontal{width:32px;height:2px}.blog-graphic__connector-arrow{position:absolute;bottom:0;left:50%;transform:translate(-50%,50%) rotate(45deg);width:6px;height:6px;border-right:2px solid #EAEFFA;border-bottom:2px solid #EAEFFA}.blog-graphic__connector--horizontal .blog-graphic__connector-arrow{bottom:auto;left:auto;right:0;top:50%;transform:translate(50%,-50%) rotate(-45deg)}.blog-graphic__step{display:flex;align-items:center;gap:16px}.blog-graphic__step-text{flex-grow:1}.blog-graphic__comparison{display:grid;grid-template-columns:1fr 1fr;gap:24px}@media (max-width: 768px){.blog-graphic__comparison{grid-template-columns:1fr}}.blog-graphic__column{padding:24px;border-radius:16px;border:1px solid}.blog-graphic__column--negative{background-color:#fdefed;border-color:#ffb0a4}.blog-graphic__column--positive{background-color:#dff6f6;border-color:#c0eceb}.blog-graphic__column-title{font-family:Ubuntu,sans-serif;font-size:16px;font-weight:700;margin:0 0 16px;text-align:center}.blog-graphic__column-title--negative{color:#e94f37}.blog-graphic__column-title--positive{color:#0d9373}.blog-graphic__check-item{display:flex;align-items:center;gap:10px;padding:10px 12px;background:#fff;border-radius:10px;border:1px solid}.blog-graphic__check-item:not(:last-child){margin-bottom:8px}.blog-graphic__check-item--negative{border-color:#fbdfda}.blog-graphic__check-item--positive{border-color:#cef3f2}.blog-graphic__check-icon{flex-shrink:0;width:20px;height:20px}.blog-graphic__check-icon--negative{color:#e94f37}.blog-graphic__check-icon--positive{color:#0d9373}.blog-graphic__check-text{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;color:#484b5b}.blog-graphic__flow{display:flex;align-items:stretch;justify-content:center;gap:0}@media (max-width: 768px){.blog-graphic__flow{flex-direction:column;align-items:center}}.blog-graphic__flow-step{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1 1 0;min-width:0;padding:0 4px}.blog-graphic__flow-connector{display:flex;align-items:flex-start;padding-top:14px;align-self:flex-start}@media (max-width: 768px){.blog-graphic__flow-connector{align-self:center;padding:4px 0}}.blog-graphic__flow-arrow{width:20px;height:20px;color:#cdd8f3}@media (max-width: 768px){.blog-graphic__flow-arrow{transform:rotate(90deg)}}.blog-graphic__flow-label{font-family:Ubuntu,sans-serif;font-size:14px;font-weight:600;color:#191e4a;margin:8px 0 0;line-height:1.3}.blog-graphic__flow-sublabel{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:12px;color:#9b9eb8;margin:2px 0 0}.blog-graphic__card{padding:16px;border-radius:16px;border:1px solid}.blog-graphic__card--indigo{background-color:#e9effb;border-color:#cdd8f3}.blog-graphic__card--green{background-color:#dff6f6;border-color:#c0eceb}.blog-graphic__card--brick{background-color:#fdefed;border-color:#ffc6bd}.blog-graphic__card--neutral{background-color:#fff;border-color:#e0e0eb}.blog-graphic__card-inner{display:flex;flex-direction:column;align-items:center;gap:8px}.blog-graphic__card-title{font-family:Ubuntu,sans-serif;font-size:16px;font-weight:700;margin:0;line-height:1.3}.blog-graphic__card-title--indigo{color:#1a3167}.blog-graphic__card-title--green{color:#196664}.blog-graphic__card-title--brick{color:#e94f37}.blog-graphic__card-title--dark{color:#191e4a}.blog-graphic__card-list{list-style:none;padding:0;margin:8px 0 0}.blog-graphic__card-list-item{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;color:#4b5777;padding:4px 0;line-height:1.4}.blog-graphic__hub{display:flex;flex-direction:column;align-items:center;gap:24px}.blog-graphic__hub-center{display:flex;flex-direction:column;align-items:center;gap:6px}.blog-graphic__hub-spokes{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;width:100%}@media (max-width: 768px){.blog-graphic__hub-spokes{grid-template-columns:1fr}}.blog-graphic__hub-spoke{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px}.blog-graphic__hub-spoke-connector{width:2px;height:32px;background:#eaeffa}.blog-graphic__reassign{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:16px;align-items:stretch}@media (max-width: 768px){.blog-graphic__reassign{grid-template-columns:1fr;gap:24px}}.blog-graphic__reassign-arrow{display:flex;align-items:center;align-self:center;justify-content:center}@media (max-width: 768px){.blog-graphic__reassign-arrow{transform:rotate(90deg)}}.blog-graphic__reassign-below{display:flex;justify-content:center;gap:40px;margin-top:24px;padding-top:24px;border-top:1px solid #e0e0eb}@media (max-width: 768px){.blog-graphic__reassign-below{flex-direction:column;align-items:center;gap:16px}}.blog-graphic__jurisdictions{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;width:100%}@media (max-width: 768px){.blog-graphic__jurisdictions{grid-template-columns:1fr}}.blog-graphic__jurisdiction-card{display:flex;align-items:center;gap:16px;padding:16px;background:#fff;border-radius:16px;border:1px solid #e0e0eb;box-shadow:0 1px 3px #0000000d;min-height:80px}.blog-graphic__jurisdiction-text{flex-grow:1}.blog-graphic__jurisdiction-label{font-family:Ubuntu,sans-serif;font-size:16px;font-weight:700;color:#191e4a;margin:0;line-height:1.3}.blog-graphic__jurisdiction-detail{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:12px;color:#9b9eb8;margin:2px 0 0;line-height:1.3}.blog-cta{position:relative;background-color:#1a3167;border-radius:24px;padding:48px;margin-top:40px;text-align:center;color:#fff;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}@media (min-width: 768px){.blog-cta{padding:64px}}.blog-cta__title{font-family:Ubuntu,sans-serif;font-size:24px;font-weight:700;color:#fff;margin:0 0 16px;line-height:1.25}@media (min-width: 768px){.blog-cta__title{font-size:30px}}.blog-cta__subtitle{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:16px;color:#eaeffa;line-height:1.625;max-width:560px;margin:0 auto 24px}@media (min-width: 768px){.blog-cta__subtitle{font-size:18px}}.blog-cta__actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.blog-cta__btn{display:inline-flex;align-items:center;justify-content:center;padding:16px 32px;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:16px;font-weight:700;border-radius:16px;text-decoration:none;cursor:pointer;transition:background-color .2s,transform .2s;border:none}.blog-cta__btn:hover{transform:scale(1.03)}.blog-cta__btn--primary{background-color:#fff;color:#3e5898;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.blog-cta__btn--primary:hover{background-color:#e9effb;color:#3e5898}.blog-cta__btn--secondary{background-color:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.15)}.blog-cta__btn--secondary:hover{background-color:#fff3;color:#fff}.blog-card{display:flex;flex-direction:column;background:#fff;border-radius:12px;border:1px solid #e0e0eb;text-decoration:none;color:inherit;transition:box-shadow .2s ease,border-color .2s ease;overflow:hidden}.blog-card:hover{border-color:#8fa7e0;box-shadow:0 4px 16px #00000014}.blog-card:hover .blog-card__arrow{transform:translate(4px)}.blog-card__body{padding:24px;flex:1}.blog-card__meta{display:flex;align-items:center;gap:8px;margin-bottom:8px}.blog-card__date{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;color:#9b9eb8}.blog-card__reading-time{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:12px;color:#a7a9b9}.blog-card__reading-time:before{content:"·";margin-right:8px}.blog-card__title{font-family:Ubuntu,sans-serif;font-size:18px;font-weight:600;color:#172554;margin:0 0 8px;line-height:1.4}.blog-card__description{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;color:#4b5777;line-height:1.6;margin:0}.blog-card__footer{padding:16px 24px;border-top:1px solid #eaeaf1}.blog-card__read-more{display:inline-flex;align-items:center;gap:6px;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;font-weight:500;color:#3e5898}.blog-card__arrow{width:16px;height:16px;transition:transform .2s ease}.blog-list{padding:80px 0;min-height:60vh}.blog-list__container{max-width:1200px;margin:0 auto;padding:80px 24px 0}.blog-list__header{text-align:center;margin-bottom:60px}.blog-list__title{font-family:Ubuntu,sans-serif;font-size:48px;font-weight:700;color:#172554;margin:0 0 16px}.blog-list__subtitle{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:18px;color:#4b5777;max-width:600px;margin:0 auto}.blog-list__grid{display:grid;grid-template-columns:1fr;gap:24px}@media (min-width: 768px){.blog-list__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1280px){.blog-list__grid{grid-template-columns:repeat(3,1fr)}}.blog-post{padding:140px 0 80px;min-height:60vh}.blog-post__container{max-width:900px;margin:0 auto;padding:0 24px}.blog-post__date{display:block;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;color:#9b9eb8;margin-bottom:16px}.blog-post__not-found{font-family:Ubuntu,sans-serif;font-size:36px;color:#4b5777;margin-top:40px}.blog-post__content>h1{font-family:Ubuntu,sans-serif;font-size:36px;font-weight:700;color:#172554;line-height:1.3;margin:0 0 24px}@media (min-width: 768px){.blog-post__content>h1{font-size:48px}}.blog-post__content>h2{font-family:Ubuntu,sans-serif;font-size:28px;font-weight:600;color:#15295a;margin:40px 0 16px;line-height:1.3}.blog-post__content>p{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:16px;color:#484b5b;line-height:1.8;margin:0 0 16px}.blog-post__content>ul{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:16px;color:#484b5b;line-height:1.8;margin:0 0 16px;padding-left:24px}.blog-post__content>ul>li{margin-bottom:8px}.blog-post__content>p>strong{color:#191b22}.blog-post__content>p>em{font-style:italic}.blog-post__content>p>a{color:#3e5898;text-decoration:underline;transition:color .2s ease}.blog-post__content>p>a:hover{color:#15295a}.blog-post__content>hr{border:none;border-top:1px solid #e0e0eb;margin:40px 0}.blog-post__content>blockquote{border-left:3px solid #CDD8F3;padding:16px 24px;margin:24px 0;background:#f6f6f9;border-radius:0 8px 8px 0}.blog-post__content>blockquote p{color:#4b5777;font-size:14px}.blog-post__related{margin-top:80px;padding-top:40px;border-top:1px solid #e0e0eb}.blog-post__related-title{font-family:Ubuntu,sans-serif;font-size:22px;font-weight:700;color:#172554;margin:0 0 24px}.blog-post__related-grid{display:grid;grid-template-columns:1fr;gap:24px}@media (min-width: 768px){.blog-post__related-grid{grid-template-columns:repeat(2,1fr)}}.legal-packs__header{position:fixed;top:0;left:0;right:0;z-index:1000;background-color:#fff;border-bottom:1px solid #e0e0eb}.legal-packs__header-inner{max-width:1280px;margin:0 auto;padding:12px 16px;display:flex;align-items:center;gap:16px}@media (min-width: 1024px){.legal-packs__header-inner{padding:12px 24px}}.legal-packs__header-logo{height:36px;width:auto}@media (min-width: 768px){.legal-packs__header-logo{height:44px}}.legal-packs__header-name{font-family:Ubuntu,sans-serif;font-size:22px;font-weight:700;color:#191e4a}.legal-packs__header-divider{width:1px;height:28px;background-color:#d2d6e0}.legal-packs__header-powered{display:flex;align-items:center;gap:6px}.legal-packs__header-powered-text{font-size:12px;color:#6d6d72;letter-spacing:.025em}.legal-packs__header-powered-logo{height:15px;width:auto}.legal-packs{position:relative;overflow:hidden;background-color:#fff;padding-top:80px;padding-bottom:64px;min-height:100vh}@media (min-width: 1024px){.legal-packs{padding-top:100px;padding-bottom:96px}}.legal-packs__bg{position:absolute;top:0;right:0;width:600px;height:600px;transform:translate(25%,-25%);background:#e9effb;border-radius:50%;filter:blur(80px);opacity:.5;pointer-events:none}.legal-packs__container{max-width:1280px;margin:0 auto;padding:0 16px;position:relative;z-index:10}@media (min-width: 1024px){.legal-packs__container{padding:0 24px}}.legal-packs__grid{display:flex;flex-direction:column;gap:48px}@media (min-width: 1024px){.legal-packs__grid{flex-direction:row;gap:64px;align-items:flex-start}}.legal-packs__hero{flex:.8;text-align:center}@media (min-width: 1024px){.legal-packs__hero{text-align:left;position:sticky;top:128px}}.legal-packs__badge-wrap{margin-bottom:24px}.legal-packs__badge{display:inline-flex;align-items:center;gap:8px;padding:4px 12px;border-radius:999px;background-color:#e9effb;color:#1a3167;font-size:14px;font-weight:500}.legal-packs__badge-icon{width:16px;height:16px}.legal-packs__title{font-family:Ubuntu,sans-serif;font-size:36px;font-weight:700;line-height:1.1;color:#191e4a;margin-bottom:24px}@media (min-width: 768px){.legal-packs__title{font-size:48px}}@media (min-width: 1024px){.legal-packs__title{font-size:56px}}.legal-packs__title-accent{color:#3e5898}.legal-packs__subtitle{font-size:18px;color:#4b5777;margin-bottom:32px;max-width:480px;margin-left:auto;margin-right:auto;line-height:1.6}@media (min-width: 1024px){.legal-packs__subtitle{margin-left:0;margin-right:0}}.legal-packs__trust{display:flex;align-items:center;justify-content:center;gap:32px;color:#a7a9b9}@media (min-width: 1024px){.legal-packs__trust{justify-content:flex-start}}.legal-packs__trust-item{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;letter-spacing:.025em}.legal-packs__trust-icon{width:20px;height:20px}.legal-packs__form-card{flex:1.2;background-color:#fff;border:1px solid #e0e0eb;border-radius:24px;padding:32px;box-shadow:0 25px 50px -12px #00000014}@media (min-width: 768px){.legal-packs__form-card{padding:40px}}.legal-packs__form{display:flex;flex-direction:column;gap:32px}.legal-packs__section{display:flex;flex-direction:column;gap:16px}.legal-packs__section-title{font-family:Ubuntu,sans-serif;font-size:22px;font-weight:700;color:#191e4a;margin:0;padding-bottom:8px;border-bottom:1px solid #eaeaf1}.legal-packs__role-toggle{display:flex;gap:8px;background-color:#f6f6f9;padding:4px;border-radius:10px}.legal-packs__role-btn{flex:1;padding:10px 16px;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s,color .2s,box-shadow .2s}.legal-packs__role-btn--active{background-color:#fff;color:#1a3167;box-shadow:0 1px 3px #0000001a}.legal-packs__role-btn--inactive{background-color:transparent;color:#9b9eb8}.legal-packs__role-btn--inactive:hover{color:#484b5b}.legal-packs__field-row{display:flex;flex-direction:column;gap:16px}@media (min-width: 768px){.legal-packs__field-row{flex-direction:row;gap:12px}.legal-packs__field-row>.legal-packs__field{flex:1}}.legal-packs__field{display:flex;flex-direction:column;gap:6px}.legal-packs__label{font-size:14px;font-weight:600;color:#484b5b}.legal-packs__input{width:100%;padding:12px 16px;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:16px;color:#191b22;background-color:#fff;border:1px solid #D2D6E0;border-radius:8px;outline:none;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.legal-packs__input::placeholder{color:#a7a9b9}.legal-packs__input:focus{border-color:#5d75b1;box-shadow:0 0 0 3px #3e58981a}.legal-packs__input:disabled{background-color:#f6f6f9;color:#a7a9b9;cursor:not-allowed}.legal-packs__input--error{border-color:#e94f37}.legal-packs__input--error:focus{border-color:#e94f37;box-shadow:0 0 0 3px #ef44441a}.legal-packs__input--textarea{resize:vertical;min-height:80px}.legal-packs__field-error{font-size:12px;color:#e94f37;margin-top:2px}.legal-packs__error{font-size:14px;color:#e94f37;background-color:#fdefed;border:1px solid #FBDFDA;padding:12px 16px;border-radius:8px;margin:0}.legal-packs__search-btn{width:100%;padding:12px 16px;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:16px;font-weight:600;color:#1a3167;background-color:#e9effb;border:1px solid #CDD8F3;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:background-color .2s,border-color .2s}.legal-packs__search-btn:hover:not(:disabled){background-color:#eaeffa;border-color:#8fa7e0}.legal-packs__search-btn:disabled{opacity:.6;cursor:not-allowed}.legal-packs__search-btn-icon{width:18px;height:18px}.legal-packs__search-btn-icon--spinning{animation:legal-packs-spin 1s linear infinite}.legal-packs__notice{padding:12px 16px;border-radius:8px;font-size:14px;line-height:1.5}.legal-packs__notice--success{color:#196664;background-color:#dff6f6;border:1px solid #C0ECEB}.legal-packs__notice--warning{color:#e94f37;background-color:#fdefed;border:1px solid #FBDFDA}.legal-packs__submit{width:100%;padding:16px 24px;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:18px;font-weight:700;color:#fff;background-color:#1a3167;border:none;border-radius:12px;cursor:pointer;transition:background-color .2s;display:flex;align-items:center;justify-content:center;gap:8px}.legal-packs__submit:hover:not(:disabled){background-color:#15295a}.legal-packs__submit:disabled{opacity:.6;cursor:not-allowed}.legal-packs__submit-spinner{width:20px;height:20px;animation:legal-packs-spin 1s linear infinite}@keyframes legal-packs-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.legal-packs__success{display:flex;flex-direction:column;align-items:center;text-align:center;padding:80px 16px;max-width:560px;margin:0 auto}.legal-packs__success-icon-wrap{width:80px;height:80px;border-radius:50%;background-color:#dff6f6;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.legal-packs__success-icon{width:40px;height:40px;color:#0d9373}.legal-packs__success-title{font-family:Ubuntu,sans-serif;font-size:36px;font-weight:700;color:#191e4a;margin:0 0 16px}.legal-packs__success-text{font-size:18px;color:#4b5777;line-height:1.625;margin:0 0 24px}.legal-packs__success-fee{font-size:18px;color:#1a3167;background-color:#e9effb;padding:12px 24px;border-radius:12px;margin-bottom:16px}.legal-packs__success-auctioneer{font-size:16px;color:#9b9eb8;margin:0}.mail-assist{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";color:#191b22}.mail-assist__container{max-width:1280px;margin:0 auto;padding:0 16px;position:relative;z-index:10}@media (min-width: 1024px){.mail-assist__container{padding:0 24px}}.mail-assist__grid{display:grid;gap:64px;align-items:center}@media (min-width: 1024px){.mail-assist__grid{grid-template-columns:1fr 1fr}}@media (min-width: 1024px){.mail-assist__grid--reverse .mail-assist__visual{order:1}}@media (min-width: 1024px){.mail-assist__grid--reverse .mail-assist__content{order:2}}.mail-assist__title{font-family:Ubuntu,sans-serif;font-size:30px;font-weight:700;color:#191b22;margin-bottom:24px;line-height:1.25}.mail-assist__title--center{text-align:center}.mail-assist__title--light{color:#fff}.mail-assist__content--light .mail-assist__title{color:#fff;font-size:36px}.mail-assist__text{font-size:18px;color:#4b5777;line-height:1.625;margin-bottom:24px}.mail-assist__text--center{text-align:center;max-width:672px;margin-left:auto;margin-right:auto}.mail-assist__text--light{color:#eaeffacc}.mail-assist__content--light .mail-assist__text{color:#e9effbe6}.mail-assist__content--light .mail-assist__text:last-of-type{color:#eaeffacc}.mail-assist__list{list-style:none;padding:0;margin:0}.mail-assist__list-item{display:flex;align-items:center;gap:12px;margin-bottom:16px;font-weight:500;color:#484b5b}.mail-assist__list-icon{width:20px;height:20px;color:#5d75b1;flex-shrink:0}.mail-assist__header{max-width:672px;margin:0 auto 64px}.mail-assist__hero{position:relative;overflow:hidden;background-color:#191e4a;color:#fff;padding-top:80px;padding-bottom:64px}@media (min-width: 1024px){.mail-assist__hero{padding-top:112px;padding-bottom:96px}}.mail-assist__hero-bg{position:absolute;top:0;right:0;width:50%;height:100%;background-color:#15295a1a;transform:skew(-12deg) translate(25%);pointer-events:none}.mail-assist__hero-grid{display:grid;gap:48px;align-items:center}@media (min-width: 1024px){.mail-assist__hero-grid{grid-template-columns:1fr 1fr}}.mail-assist__hero-content{max-width:640px}.mail-assist__badge{display:inline-flex;align-items:center;gap:8px;padding:4px 12px;border-radius:999px;background-color:#3e589833;border:1px solid rgba(128,155,220,.3);color:#cdd8f3;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:24px}.mail-assist__badge-dot{width:6px;height:6px;border-radius:50%;background-color:#809bdc;animation:mail-assist-pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes mail-assist-pulse{50%{opacity:.5}}.mail-assist__hero-title{font-family:Ubuntu,sans-serif;font-size:28px;font-weight:700;line-height:1.1;color:#fff;margin-bottom:24px}@media (min-width: 412px){.mail-assist__hero-title{font-size:36px}}@media (min-width: 1024px){.mail-assist__hero-title{font-size:52px}}.mail-assist__hero-title-accent{color:#809bdc}.mail-assist__hero-subtitle{font-size:18px;color:#eaeffad9;line-height:1.625;max-width:520px}.mail-assist__hero-visual{position:relative}.mail-assist__section{padding:80px 0;border-bottom:1px solid #eaeaf1}.mail-assist__section--gray{background-color:#f6f6f9}.mail-assist__section--dark{position:relative;background-color:#191e4a;color:#fff;overflow:hidden;border-bottom-color:transparent}.mail-assist__dark-bg{position:absolute;top:0;right:0;width:50%;height:100%;background-color:#15295a0d;transform:skew(-12deg) translate(25%);pointer-events:none}.mail-assist__section-badge{display:inline-flex;align-items:center;gap:8px;padding:4px 12px;border-radius:999px;background-color:#3e589833;border:1px solid rgba(128,155,220,.3);color:#8fa7e0;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:24px}.mail-assist__section-badge--center{margin-left:auto;margin-right:auto}.mail-assist__section-badge-icon{width:16px;height:16px}.mail-assist__callout{display:flex;gap:16px;padding:24px;background-color:#e9effb;border-radius:16px;border:1px solid #EAEFFA;margin-top:32px}.mail-assist__callout--dark{background-color:#3e589826;border-color:#809bdc33}.mail-assist__callout-icon-wrap{width:40px;height:40px;border-radius:12px;background-color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 1px 3px #0000000d;border:1px solid #EAEFFA}.mail-assist__callout-icon-wrap--dark{background-color:#809bdc26;border-color:#809bdc4d}.mail-assist__callout-icon{width:24px;height:24px;color:#3e5898}.mail-assist__callout-icon-wrap--dark .mail-assist__callout-icon{color:#8fa7e0}.mail-assist__callout-title{font-weight:600;color:#172554;margin-bottom:8px}.mail-assist__callout--dark .mail-assist__callout-title{color:#fff}.mail-assist__callout-text{font-size:14px;color:#1a3167;margin:0;line-height:1.5}.mail-assist__callout--dark .mail-assist__callout-text{color:#eaeffab3}.mail-assist__features{display:grid;gap:32px}@media (min-width: 768px){.mail-assist__features{grid-template-columns:repeat(3,1fr)}}.mail-assist__feature{padding:40px;background-color:#fff;border:1px solid #eaeaf1;border-radius:24px;box-shadow:0 1px 3px #0000000d;transition:box-shadow .2s}.mail-assist__feature:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.mail-assist__feature-icon-wrap{width:48px;height:48px;border-radius:12px;background-color:#e9effb;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.mail-assist__feature-icon{width:28px;height:28px;color:#3e5898}.mail-assist__feature-title{font-family:Ubuntu,sans-serif;font-size:24px;font-weight:700;color:#191b22;margin-bottom:16px}.mail-assist__feature-desc{font-size:16px;color:#4b5777;line-height:1.625;margin:0}.mail-assist__privacy-grid{display:grid;gap:24px}@media (min-width: 768px){.mail-assist__privacy-grid{grid-template-columns:repeat(3,1fr)}}.mail-assist__privacy-card{padding:32px;background-color:#191e4a66;border-radius:24px;border:1px solid rgba(128,155,220,.2);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:relative;overflow:hidden}.mail-assist__privacy-card-deco{position:absolute;top:0;right:0;padding:16px;opacity:.08;transition:opacity .2s}.mail-assist__privacy-card:hover .mail-assist__privacy-card-deco{opacity:.15}.mail-assist__privacy-card-deco-icon{width:64px;height:64px;color:#809bdc}.mail-assist__privacy-card-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.mail-assist__privacy-card-icon-bg{display:flex;padding:8px;background-color:#809bdc33;border-radius:8px}.mail-assist__privacy-card-icon{width:24px;height:24px;color:#809bdc}.mail-assist__privacy-card-label{font-size:12px;font-weight:700;color:#8fa7e0;text-transform:uppercase;letter-spacing:.1em}.mail-assist__privacy-card-title{font-family:Ubuntu,sans-serif;font-size:22px;font-weight:700;color:#fff;margin-bottom:12px}.mail-assist__privacy-card-text{font-size:16px;color:#eaeffacc;line-height:1.625;margin:0}.mail-assist__compliance-link{background:none;text-align:left;border:none;padding:0;color:#8fa7e0;text-decoration:underline;font-size:inherit;font-family:inherit;cursor:pointer;transition:color .2s}.mail-assist__compliance-link:hover{color:#fff}.mail-assist__modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.mail-assist__modal{background-color:#fff;border-radius:24px;width:100%;max-width:640px;max-height:80vh;overflow:hidden;display:flex;flex-direction:column}.mail-assist__modal-header{display:flex;align-items:center;justify-content:space-between;padding:24px 32px;border-bottom:1px solid #eaeaf1}.mail-assist__modal-title{font-family:Ubuntu,sans-serif;font-size:20px;font-weight:700;color:#191b22;margin:0}.mail-assist__modal-close{background:none;border:none;padding:8px;cursor:pointer;color:#a7a9b9;border-radius:8px;display:flex;transition:color .2s,background-color .2s}.mail-assist__modal-close:hover{color:#191b22;background-color:#eaeaf1}.mail-assist__modal-tabs{display:flex;gap:0;border-bottom:1px solid #eaeaf1;padding:0 32px}.mail-assist__modal-tab{background:none;border:none;padding:16px 20px;font-size:16px;font-weight:600;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";cursor:pointer;position:relative;transition:color .2s}.mail-assist__modal-tab--active{color:#3e5898}.mail-assist__modal-tab--active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background-color:#3e5898}.mail-assist__modal-tab--inactive{color:#9b9eb8}.mail-assist__modal-tab--inactive:hover{color:#484b5b}.mail-assist__modal-content{padding:32px;overflow-y:auto}.mail-assist__modal-body{display:flex;flex-direction:column;gap:32px}.mail-assist__modal-section{display:flex;flex-direction:column;gap:12px}.mail-assist__modal-heading{font-family:Ubuntu,sans-serif;font-size:16px;font-weight:700;color:#191b22;margin:0}.mail-assist__modal-text{font-size:16px;color:#4b5777;line-height:1.625;margin:0}.mail-assist__modal-quote{margin:0;padding:16px 20px;background-color:#f6f6f9;border-left:3px solid #809BDC;border-radius:0 8px 8px 0}.mail-assist__modal-quote-ref{font-size:14px;font-weight:700;color:#3e5898;margin:0 0 4px}.mail-assist__modal-quote-text{font-size:16px;color:#484b5b;line-height:1.625;margin:0;font-style:italic}.mail-assist__modal-list{margin:0;padding-left:20px;display:flex;flex-direction:column;gap:4px}.mail-assist__modal-list li{font-size:16px;color:#4b5777;line-height:1.625}.mail-assist__closing{padding:96px 0;background-color:#fff}.mail-assist__closing-content{max-width:672px;margin:0 auto;text-align:center}.mail-assist__closing-icon{width:48px;height:48px;color:#809bdc;margin-bottom:32px}.mail-assist__closing-title{font-family:Ubuntu,sans-serif;font-size:36px;font-weight:700;color:#191b22;margin-bottom:24px;line-height:1.25}@media (min-width: 1024px){.mail-assist__closing-title{font-size:42px}}.mail-assist__closing-text{font-size:18px;color:#4b5777;line-height:1.625;margin-bottom:16px}.mail-assist__closing-text:last-child{margin-bottom:0}.mail-assist-graphic{position:relative}.mail-assist-graphic--hero{padding:16px}.mail-assist-graphic__card{background-color:#191e4a99;border:1px solid rgba(128,155,220,.2);border-radius:20px;padding:28px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.mail-assist-graphic__card-header{display:flex;align-items:center;gap:12px;margin-bottom:24px}.mail-assist-graphic__card-icon-wrap{width:40px;height:40px;border-radius:10px;background-color:#809bdc33;display:flex;align-items:center;justify-content:center}.mail-assist-graphic__card-icon{width:22px;height:22px;color:#809bdc}.mail-assist-graphic__card-title{font-family:Ubuntu,sans-serif;font-size:16px;font-weight:700;color:#fff;margin:0}.mail-assist-graphic__card-subtitle{font-size:12px;color:#eaeffa99;margin:0}.mail-assist-graphic__card-status{display:inline-flex;align-items:center;gap:6px;margin-left:auto;font-size:12px;font-weight:600;color:#37a5a1}.mail-assist-graphic__card-status-dot{width:6px;height:6px;border-radius:50%;background-color:#37a5a1;animation:mail-assist-pulse 2s cubic-bezier(.4,0,.6,1) infinite}.mail-assist-graphic__card-rows{display:flex;flex-direction:column;gap:12px}.mail-assist-graphic__card-row{display:flex;align-items:center;gap:12px;padding:12px 16px;background-color:#809bdc14;border-radius:10px;font-size:14px;color:#eaeffad9}.mail-assist-graphic__card-row-icon{width:18px;height:18px;color:#809bdc;flex-shrink:0}.mail-assist-graphic__floating{position:absolute;display:flex;align-items:center;gap:10px;padding:10px 16px;background-color:#191e4ad9;border:1px solid rgba(128,155,220,.25);border-radius:12px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-size:12px;color:#eaeffae6;white-space:nowrap}.mail-assist-graphic__floating--top{top:-8px;right:-12px}@media (max-width: 1024px){.mail-assist-graphic__floating--top{right:0;font-size:11px}}.mail-assist-graphic__floating--bottom{bottom:-8px;left:-12px}@media (max-width: 1024px){.mail-assist-graphic__floating--bottom{left:0;font-size:11px}}.mail-assist-graphic__floating-icon{width:16px;height:16px;flex-shrink:0}.mail-assist-graphic__floating-icon--green{color:#37a5a1}.mail-assist-graphic__floating-icon--blue{color:#809bdc}.mail-assist-graphic--summary{padding:8px}.mail-assist-graphic__summary-card{background-color:#fff;border:1px solid #e0e0eb;border-radius:20px;overflow:hidden;box-shadow:0 4px 6px -1px #00000012}.mail-assist-graphic__summary-header{display:flex;align-items:center;gap:10px;padding:16px 24px;background-color:#f6f6f9;border-bottom:1px solid #e0e0eb;font-size:14px;font-weight:600;color:#484b5b}.mail-assist-graphic__summary-header-icon{width:18px;height:18px;color:#5d75b1}.mail-assist-graphic__summary-case{padding:20px 24px;border-bottom:1px solid #eaeaf1}.mail-assist-graphic__summary-case:last-child{border-bottom:none}.mail-assist-graphic__summary-case-title{font-family:Ubuntu,sans-serif;font-size:16px;font-weight:700;color:#191b22;margin:0 0 8px}.mail-assist-graphic__summary-case-text{font-size:14px;color:#4b5777;line-height:1.5;margin:0 0 12px}.mail-assist-graphic__summary-tags{display:flex;flex-wrap:wrap;gap:8px}.mail-assist-graphic__summary-tag{display:inline-block;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:600}.mail-assist-graphic__summary-tag--green{background-color:#dff6f6;color:#196664}.mail-assist-graphic__summary-tag--blue{background-color:#e9effb;color:#1a3167}.mail-assist-graphic__summary-tag--amber{background-color:#fff7e0;color:#8b6914}.mail-assist-graphic--milestone{padding:8px}.mail-assist-graphic__milestone-card{background-color:#fff;border:1px solid #e0e0eb;border-radius:20px;overflow:hidden;box-shadow:0 4px 6px -1px #00000012}.mail-assist-graphic__milestone-header{display:flex;align-items:center;gap:10px;padding:16px 24px;background-color:#f6f6f9;border-bottom:1px solid #e0e0eb;font-size:14px;font-weight:600;color:#484b5b}.mail-assist-graphic__milestone-header-icon{width:18px;height:18px;color:#5d75b1}.mail-assist-graphic__milestone-timeline{padding:24px}.mail-assist-graphic__milestone-step{display:flex;align-items:flex-start;gap:16px;padding-bottom:24px;padding-left:8px;position:relative}.mail-assist-graphic__milestone-step:last-child{padding-bottom:0}.mail-assist-graphic__milestone-step:not(:last-child):before{content:"";position:absolute;left:13px;top:20px;bottom:0;width:2px;background-color:#e0e0eb}.mail-assist-graphic__milestone-step--done:not(:last-child):before{background-color:#37a5a1}.mail-assist-graphic__milestone-dot{width:12px;height:12px;border-radius:50%;border:2px solid #D2D6E0;background-color:#fff;flex-shrink:0;margin-top:4px;position:relative;z-index:1}.mail-assist-graphic__milestone-step--done .mail-assist-graphic__milestone-dot{border-color:#37a5a1;background-color:#37a5a1}.mail-assist-graphic__milestone-label{display:flex;flex-direction:column;gap:4px;font-size:14px;font-weight:500;color:#484b5b}.mail-assist-graphic__milestone-step--pending .mail-assist-graphic__milestone-label{color:#a7a9b9}.mail-assist-graphic__milestone-auto{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:600;color:#3e5898;background-color:#e9effb;padding:2px 8px;border-radius:999px;width:fit-content}.mail-assist-graphic__milestone-auto-icon{width:12px;height:12px}.mail-assist-graphic--support{padding:8px}.mail-assist-graphic__support-card{background-color:#191e4a99;border:1px solid rgba(128,155,220,.2);border-radius:20px;overflow:hidden;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.mail-assist-graphic__support-header{display:flex;align-items:center;gap:10px;padding:16px 24px;border-bottom:1px solid rgba(128,155,220,.15);font-size:14px;font-weight:600;color:#eaeffae6}.mail-assist-graphic__support-header-icon{width:18px;height:18px;color:#809bdc}.mail-assist-graphic__support-items{padding:8px}.mail-assist-graphic__support-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px;border-radius:12px}.mail-assist-graphic__support-item--alert{background-color:#e94f3714;border:1px solid rgba(233,79,55,.15)}.mail-assist-graphic__support-item-left{display:flex;align-items:flex-start;gap:12px;min-width:0}.mail-assist-graphic__support-item-icon{width:18px;height:18px;color:#809bdc;flex-shrink:0;margin-top:2px}.mail-assist-graphic__support-item-icon--alert{color:#e86a57}.mail-assist-graphic__support-item-title{font-size:14px;font-weight:500;color:#eaeffae6;margin:0;line-height:1.3}.mail-assist-graphic__support-item-from{font-size:11px;color:#eaeffa80;margin:4px 0 0}.mail-assist-graphic__support-item-badge{font-size:11px;font-weight:600;padding:4px 10px;border-radius:999px;white-space:nowrap;flex-shrink:0}.mail-assist-graphic__support-item-badge--resolved{background-color:#37a5a126;color:#37a5a1}.mail-assist-graphic__support-item-badge--handled{background-color:#e94f371f;color:#e86a57}.mail-assist-graphic--support-stats{display:grid;gap:24px;max-width:384px;padding:8px}@media (min-width: 1024px){.mail-assist-graphic--support-stats{margin-left:auto}}.mail-assist-graphic__stat-card{padding:32px;background-color:#fff;border-radius:24px;border:1px solid #e0e0eb;position:relative;overflow:hidden}.mail-assist-graphic__stat-deco{position:absolute;top:0;right:0;padding:16px;opacity:.1;transition:opacity .2s}.mail-assist-graphic__stat-card:hover .mail-assist-graphic__stat-deco{opacity:.2}.mail-assist-graphic__stat-deco-icon{width:64px;height:64px;color:#d2d6e0}.mail-assist-graphic__stat-icon-wrap{display:flex;align-items:center;gap:16px;margin-bottom:16px}.mail-assist-graphic__stat-icon-bg{display:flex;padding:8px;background-color:#e9effb;border-radius:8px}.mail-assist-graphic__stat-icon{width:24px;height:24px;color:#3e5898}.mail-assist-graphic__stat-label{font-size:12px;font-weight:700;color:#3e5898;text-transform:uppercase;letter-spacing:.1em}.mail-assist-graphic__stat-value{font-size:48px;font-weight:700;color:#191b22;margin:8px 0}.mail-assist-graphic__stat-desc{font-size:16px;color:#4b5777;font-weight:500;margin:0}.mail-assist-graphic--broker{padding:8px}.mail-assist-graphic__broker-card{background-color:#fff;border:1px solid #e0e0eb;border-radius:20px;overflow:hidden;box-shadow:0 4px 6px -1px #00000012}.mail-assist-graphic__broker-header{display:flex;align-items:center;gap:10px;padding:16px 24px;background-color:#f6f6f9;border-bottom:1px solid #e0e0eb;font-size:14px;font-weight:600;color:#484b5b}.mail-assist-graphic__broker-header-icon{width:18px;height:18px;color:#5d75b1}.mail-assist-graphic__broker-update{padding:24px}.mail-assist-graphic__broker-update-label{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:#8b6914;margin-bottom:16px}.mail-assist-graphic__broker-update-label-icon{width:16px;height:16px}.mail-assist-graphic__broker-update-compare{display:grid;gap:12px}@media (min-width: 768px){.mail-assist-graphic__broker-update-compare{grid-template-columns:1fr 1fr}}.mail-assist-graphic__broker-update-box{padding:16px;border-radius:12px}.mail-assist-graphic__broker-update-box--raw{background-color:#fff7e0;border:1px solid #F5E6B8}.mail-assist-graphic__broker-update-box--ai{background-color:#e9effb;border:1px solid #CDD8F3}.mail-assist-graphic__broker-update-box-label{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin:0 0 10px}.mail-assist-graphic__broker-update-box--raw .mail-assist-graphic__broker-update-box-label{color:#8b6914}.mail-assist-graphic__broker-update-box--ai .mail-assist-graphic__broker-update-box-label{color:#1a3167}.mail-assist-graphic__broker-update-box-label-icon{width:14px;height:14px}.mail-assist-graphic__broker-update-box-text{font-size:14px;line-height:1.5;margin:0;font-style:italic}.mail-assist-graphic__broker-update-box--raw .mail-assist-graphic__broker-update-box-text{color:#6b5210}.mail-assist-graphic__broker-update-box--ai .mail-assist-graphic__broker-update-box-text{color:#15295a}.release-hero{position:relative;overflow:hidden;background-color:#151a38;min-height:100vh;display:flex;align-items:center;color:#fff;padding-top:96px;padding-bottom:50px}@media (min-width: 1024px){.release-hero{padding-top:120px;padding-bottom:112px}}.release-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(900px 620px at 78% 45%,rgba(143,167,224,.18),transparent 70%),radial-gradient(600px 420px at 8% 105%,rgba(62,88,152,.18),transparent 72%),radial-gradient(500px 320px at 50% -10%,rgba(143,167,224,.1),transparent 75%)}.release-hero__container{max-width:1280px;margin:0 auto;padding:0 16px;position:relative;z-index:1;width:100%}@media (min-width: 1024px){.release-hero__container{padding:0 24px}}.release-hero__grid{display:grid;gap:48px;align-items:center}@media (min-width: 1024px){.release-hero__grid{grid-template-columns:1.05fr 1fr;gap:80px}}.release-hero__content{max-width:640px}.release-hero__badge{display:inline-flex;align-items:center;gap:10px;padding:6px 14px;border-radius:999px;background-color:#8fa7e014;border:1px solid rgba(143,167,224,.22);color:#cdd8f3;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.22em;margin-bottom:40px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.release-hero__badge-dot{width:6px;height:6px;border-radius:50%;background-color:#809bdc;box-shadow:0 0 10px #8fa7e0d9;animation:release-hero-pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes release-hero-pulse{50%{opacity:.4}}.release-hero__title{font-family:Ubuntu,sans-serif;font-weight:700;line-height:.98;letter-spacing:-.025em;color:#fff;margin-bottom:28px;font-size:48px}@media (min-width: 768px){.release-hero__title{font-size:72px}}@media (min-width: 1024px){.release-hero__title{font-size:88px}}.release-hero__subtitle{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:18px;color:#eaeffac7;line-height:1.55;max-width:520px}@media (min-width: 1024px){.release-hero__subtitle{font-size:22px;line-height:1.5}}.release-hero__visual{position:relative;width:100%;display:flex;justify-content:center;perspective:1600px}.release-hero__visual:before{content:"";position:absolute;top:-12%;right:-16%;bottom:-12%;left:-16%;background:radial-gradient(closest-side,#8fa7e052,#8fa7e000 70%);filter:blur(10px);pointer-events:none;z-index:0}.release-hero__visual>*{position:relative;z-index:1;box-shadow:0 40px 90px #020c2bb3,0 0 0 1px #8fa7e014}.release-hero__image{border-radius:16px;overflow:hidden;background-color:#fff;border:1px solid rgba(255,255,255,.06);display:block;width:100%;height:auto;max-width:560px}.release-highlights{position:relative;overflow:hidden;padding:72px 0 50px;background-color:#11152f;color:#fff}@media (min-width: 1024px){.release-highlights{padding:120px 0}}.release-highlights:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(900px 540px at 70% 35%,rgba(143,167,224,.16),transparent 70%),radial-gradient(720px 480px at 12% 95%,rgba(62,88,152,.18),transparent 75%)}.release-highlights__container{width:100%;max-width:1280px;margin:0 auto;padding:0 16px;position:relative;z-index:1}@media (min-width: 1024px){.release-highlights__container{padding:0 60px}}.release-highlights__head{display:flex;align-items:center;justify-content:space-between;padding-bottom:24px;border-bottom:1px solid rgba(143,167,224,.16);margin-bottom:60px}@media (min-width: 1024px){.release-highlights__head{margin-bottom:80px}}.release-highlights__section-title{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:11px;font-weight:700;color:#cdd8f3;text-transform:uppercase;letter-spacing:.22em;margin:0}.release-highlights__counter{margin:0;font-family:Ubuntu,sans-serif;font-size:13px;color:#eaeffa8c;letter-spacing:.06em;font-variant-numeric:tabular-nums}.release-highlights__counter-current{color:#fff;font-weight:700}.release-highlights__counter-divider{margin:0 6px;color:#8fa7e073}.release-highlights__counter-total{color:#eaeffa8c}.release-highlights__stage{position:relative}@media (min-width: 1024px){.release-highlights__slides{display:grid;grid-template-areas:"stack"}}.release-highlights__slide{display:grid;gap:40px;align-items:center}@media (min-width: 1024px){.release-highlights__slide{grid-area:stack;grid-template-columns:1fr 1.1fr;gap:80px}}.release-highlights__slide[aria-hidden=true]{display:none}@media (min-width: 1024px){.release-highlights__slide[aria-hidden=true]{display:grid}}.release-highlights__slide-copy{text-align:left;max-width:520px}.release-highlights__slide-title{font-family:Ubuntu,sans-serif;font-weight:700;font-size:32px;line-height:1.05;letter-spacing:-.015em;color:#fff}@media (min-width: 1024px){.release-highlights__slide-title{font-size:52px}}.release-highlights__slide-add-on{margin-top:24px;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:18px;font-weight:500;color:#cdd8f3;font-style:italic}.release-highlights__slide-visual{position:relative;display:flex;justify-content:center}.release-highlights__slide-visual:before{content:"";position:absolute;top:-10%;right:-14%;bottom:-10%;left:-14%;background:radial-gradient(closest-side,#8fa7e047,#8fa7e000 70%);filter:blur(8px);pointer-events:none;z-index:0}.release-highlights__slide-visual>*{position:relative;z-index:1}.release-highlights__slide-image{border-radius:16px;box-shadow:0 40px 90px #020c2bb3,0 0 0 1px #8fa7e014;overflow:hidden;background-color:#fff;border:1px solid rgba(255,255,255,.06);display:block;width:auto;max-width:100%;height:auto}@media (min-width: 1024px){.release-highlights__slide-image{width:100%;max-width:560px}}@media (max-width: 1023px){.release-highlights__slide-visual>*{width:auto;max-width:100%}}.release-highlights__slide-illustration{display:inline-flex;align-items:center;justify-content:center;border-radius:10px}.release-highlights__slide-illustration--shadow{box-shadow:0 30px 70px #020c2ba6,0 0 0 1px #8fa7e014}.release-highlights__slide-illustration--no-shadow{box-shadow:none}.release-highlights__controls{display:flex;align-items:center;justify-content:center;gap:24px;margin-top:60px}@media (min-width: 1024px){.release-highlights__controls{gap:40px;margin-top:80px}}.release-highlights__nav{width:44px;height:44px;border-radius:50%;background-color:#8fa7e014;color:#fff;display:flex;align-items:center;justify-content:center;border:1px solid rgba(143,167,224,.25);transition:all .2s ease-in-out;cursor:pointer}@media (min-width: 1024px){.release-highlights__nav{width:52px;height:52px}}.release-highlights__nav:hover{background-color:#8fa7e02e;border-color:#8fa7e073;transform:scale(1.04)}.release-highlights__nav-icon{width:20px;height:20px}@media (min-width: 1024px){.release-highlights__nav-icon{width:22px;height:22px}}.release-highlights__dots{display:flex;justify-content:center;align-items:center;gap:12px}.release-highlights__dot{width:8px;height:8px;border-radius:50%;background-color:#8fa7e040;border:none;transition:all .2s ease-in-out;cursor:pointer;padding:0}.release-highlights__dot--active{background-color:#8fa7e0;box-shadow:0 0 12px #8fa7e099;transform:scale(1.4)}.release-highlights__dot--inactive:hover{background-color:#8fa7e080}.release-deep-dive{position:relative;overflow:hidden;padding:72px 0 0;background:linear-gradient(180deg,#f6f6f9,#fff)}@media (min-width: 1024px){.release-deep-dive{padding:112px 0 128px}}.release-deep-dive__container{max-width:1280px;margin:0 auto;padding:0 16px;position:relative;z-index:1}@media (min-width: 1024px){.release-deep-dive__container{padding:0 24px}}.release-deep-dive__header{max-width:880px;margin:0 auto 60px;text-align:center}@media (min-width: 1024px){.release-deep-dive__header{margin-bottom:80px}}.release-deep-dive__sub-title{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:11px;font-weight:700;color:#3e5898;text-transform:uppercase;letter-spacing:.22em;margin-bottom:16px}.release-deep-dive__title{font-family:Ubuntu,sans-serif;font-weight:700;font-size:32px;line-height:1.08;letter-spacing:-.02em;color:#191b22;margin-bottom:24px}@media (min-width: 1024px){.release-deep-dive__title{font-size:56px;margin-bottom:40px}}.release-deep-dive__paragraphs{display:flex;flex-direction:column;gap:12px;max-width:720px;margin:0 auto}.release-deep-dive__paragraph{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:18px;line-height:1.65;color:#4b5777;margin:0}@media (min-width: 1024px){.release-deep-dive__paragraph{font-size:19px}}.release-deep-dive__visual{position:relative;display:flex;justify-content:center}.release-deep-dive__visual:before{content:"";position:absolute;top:-8%;right:-8%;bottom:0;left:-8%;background:radial-gradient(closest-side,#8fa7e047,#8fa7e000 70%);filter:blur(14px);pointer-events:none;z-index:0}.release-deep-dive__visual>*{position:relative;z-index:1}.release-deep-dive__image{border-radius:18px;box-shadow:0 32px 80px #17255438,0 0 0 1px #1725540d;overflow:hidden;background-color:#fff;border:1px solid #eaeaf1;display:block;width:100%;height:auto;max-width:1120px}.release-deep-dive__illustration{display:inline-flex;align-items:center;justify-content:center;width:100%}.release-supporting{counter-increment:release-supporting-counter;display:grid;gap:40px;align-items:center;padding:40px 0}@media (min-width: 1024px){.release-supporting{padding:56px 0;gap:80px}}@media (min-width: 1024px){.release-supporting--full{grid-template-columns:1fr 1fr}}@media (min-width: 1024px){.release-supporting--full.release-supporting--image-left .release-supporting__visual{order:1}.release-supporting--full.release-supporting--image-left .release-supporting__copy{order:2}}.release-supporting--half{height:100%;align-items:flex-start}.release-supporting__copy{text-align:left;max-width:560px}.release-supporting__sub-title{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:11px;font-weight:700;color:#3e5898;text-transform:uppercase;letter-spacing:.22em;margin-bottom:24px;display:flex;align-items:center;gap:12px}.release-supporting__sub-title:before{content:counter(release-supporting-counter,decimal-leading-zero);color:#a7a9b9;font-weight:500;letter-spacing:.18em}.release-supporting__sub-title:after{content:"";flex:0 0 28px;height:1px;background-color:#d2d6e0}.release-supporting__title{font-family:Ubuntu,sans-serif;font-weight:700;color:#191b22;line-height:1.08;letter-spacing:-.015em;margin-bottom:24px;font-size:32px}@media (min-width: 1024px){.release-supporting--full .release-supporting__title{font-size:44px}}@media (min-width: 1024px){.release-supporting--half .release-supporting__title{font-size:30px}}.release-supporting__paragraph{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";color:#4b5777;line-height:1.65;font-size:16px;margin:0}.release-supporting--full .release-supporting__paragraph{font-size:18px}.release-supporting__visual{position:relative;display:flex;justify-content:center}.release-supporting__visual:before{content:"";position:absolute;top:-6%;right:-8%;bottom:0;left:-8%;background:radial-gradient(closest-side,#8fa7e033,#8fa7e000 72%);filter:blur(14px);pointer-events:none;z-index:0}.release-supporting__visual>*{position:relative;z-index:1}.release-supporting__image{border-radius:16px;box-shadow:0 24px 60px #17255429,0 0 0 1px #1725540a;overflow:hidden;background-color:#fff;display:block;width:100%;height:auto}.release-supporting--half .release-supporting__image{max-width:480px}.release-supporting--full .release-supporting__image{max-width:600px}.release-supporting__illustration{width:fit-content;display:flex;align-items:center;justify-content:center;color:#1a3167;max-width:540px;border-radius:9px;box-shadow:1px 2px 10px #0000001a}@media (max-width: 768px){.release-supporting__illustration{zoom:.8}}.release-supporting--half .release-supporting__illustration{max-width:380px}.release-supporting-grid{overflow:hidden;position:relative;padding:56px 0;background-color:#fff}@media (min-width: 1024px){.release-supporting-grid{padding:24px 0 96px}}.release-supporting-grid__container{max-width:1280px;margin:0 auto;padding:0 16px}@media (min-width: 1024px){.release-supporting-grid__container{padding:0 24px}}.release-supporting-grid__stack{counter-reset:release-supporting-counter;display:flex;flex-direction:column;border-top:1px solid #eaeaf1;padding-top:24px}@media (min-width: 1024px){.release-supporting-grid__stack{padding-top:40px}}.release-supporting-grid__stack>*+*{border-top:1px solid #eaeaf1;margin-top:24px;padding-top:24px}@media (min-width: 1024px){.release-supporting-grid__stack>*+*{margin-top:40px;padding-top:40px}}.release-supporting-grid__row{display:grid;gap:40px;grid-template-columns:1fr}@media (min-width: 1024px){.release-supporting-grid__row{grid-template-columns:1fr 1fr;gap:60px}}.release-comparison{position:relative;overflow:hidden;padding:72px 0;background-color:#151a38;color:#fff}@media (min-width: 1024px){.release-comparison{padding:112px 0}}.release-comparison:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(900px 540px at 50% -20%,rgba(143,167,224,.12),transparent 70%),radial-gradient(720px 480px at 12% 110%,rgba(62,88,152,.18),transparent 75%)}.release-comparison__container{max-width:1280px;margin:0 auto;padding:0 16px;position:relative;z-index:1}@media (min-width: 1024px){.release-comparison__container{padding:0 24px}}.release-comparison__section-title{font-family:Ubuntu,sans-serif;font-weight:700;font-size:32px;line-height:1.08;letter-spacing:-.02em;color:#fff;text-align:center;margin:0 auto 60px;max-width:820px}@media (min-width: 1024px){.release-comparison__section-title{font-size:48px;margin-bottom:80px}}.release-comparison__cards{display:flex;flex-direction:column;gap:24px;max-width:1100px;margin:0 auto}.release-comparison__card{position:relative;background-color:#ffffff08;border:1px solid rgba(143,167,224,.16);border-radius:20px;padding:24px;display:grid;gap:24px;align-items:center;grid-template-columns:1fr;grid-template-areas:"before" "arrow" "good";transition:border-color .3s ease,background-color .3s ease}@media (min-width: 1024px){.release-comparison__card{padding:32px 40px;grid-template-columns:1fr 56px 1fr;grid-template-areas:"before arrow good";gap:40px}}.release-comparison__card:hover{background-color:#ffffff0d;border-color:#8fa7e047}.release-comparison__before{grid-area:before;display:flex;align-items:center;justify-content:center;gap:28px}@media (min-width: 1024px){.release-comparison__before{justify-content:flex-start}}.release-comparison__illustration{display:none;width:72px;height:72px;border-radius:50%;background:radial-gradient(closest-side,#8fa7e038,#8fa7e00a 75%),#ffffff0a;border:1px solid rgba(143,167,224,.22);color:#cdd8f3;align-items:center;justify-content:center;flex-shrink:0;margin:0 auto}@media (min-width: 1024px){.release-comparison__illustration{display:flex;margin:0}}.release-comparison__illustration svg{width:36px;height:36px}.release-comparison__cell-text{margin:0;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:16px;line-height:1.55;text-align:center}@media (min-width: 1024px){.release-comparison__cell-text{font-size:18px;text-align:left}}.release-comparison__cell-text--bad{color:#cfdaf4b8;font-style:normal}.release-comparison__cell-text--good{grid-area:good;color:#fff;font-weight:500}.release-comparison__arrow{grid-area:arrow;width:32px;height:32px;border-radius:50%;background-color:#8fa7e014;color:#cdd8f3;display:flex;align-items:center;justify-content:center;margin:0 auto;transform:rotate(90deg);border:1px solid rgba(143,167,224,.22)}@media (min-width: 1024px){.release-comparison__arrow{width:44px;height:44px;transform:none}}.release-comparison__arrow-icon{width:14px;height:14px}@media (min-width: 1024px){.release-comparison__arrow-icon{width:18px;height:18px}}.release-friction{position:relative;padding:72px 0 50px;background-color:#fff}@media (min-width: 1024px){.release-friction{padding:112px 0}}.release-friction__container{max-width:1280px;margin:0 auto;padding:0 16px}@media (min-width: 1024px){.release-friction__container{padding:0 24px}}.release-friction__head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:40px}@media (min-width: 1024px){.release-friction__head{margin-bottom:60px}}.release-friction__section-title{font-family:Ubuntu,sans-serif;font-weight:700;font-size:32px;line-height:1.05;letter-spacing:-.02em;color:#191b22;margin:0;max-width:720px}@media (min-width: 1024px){.release-friction__section-title{font-size:48px}}.release-friction__nav{gap:12px}.release-friction__nav--header{display:none;flex-shrink:0}@media (min-width: 1024px){.release-friction__nav--header{display:flex}}.release-friction__nav--mobile{display:flex;justify-content:center;margin-top:24px}@media (min-width: 1024px){.release-friction__nav--mobile{display:none}}.release-friction__nav-button{width:44px;height:44px;border-radius:50%;background-color:#eaeaf1;color:#191b22;border:none;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease,color .2s ease,opacity .2s ease}.release-friction__nav-button--active:hover{background-color:#e0e0eb}.release-friction__nav-button--disabled{opacity:.35;cursor:not-allowed}.release-friction__nav-icon{width:20px;height:20px;stroke-width:2}.release-friction__gallery{overflow-x:auto;overflow-y:visible;scroll-snap-type:x mandatory;scroll-padding-left:16px;-webkit-overflow-scrolling:touch;margin:0 -16px;padding:4px 0 24px;scrollbar-width:none}.release-friction__gallery::-webkit-scrollbar{display:none}@media (min-width: 1024px){.release-friction__gallery{margin:0 -24px;scroll-padding-left:24px}}.release-friction__track{display:flex;align-items:stretch;gap:16px}.release-friction__track:before{content:"";flex:0 0 0px}.release-friction__track:after{content:"";flex:0 0 16px}.release-friction__card{flex:0 0 86vw;max-width:400px;scroll-snap-align:center;background-color:#f6f6f9;border-radius:24px;padding:24px;display:flex;flex-direction:column;gap:24px;position:relative;text-align:left;border:none;cursor:default;transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease}@media (min-width: 1024px){.release-friction__card{flex:0 0 400px;padding:40px;gap:40px}}.release-friction__card--objection{cursor:default}.release-friction__card--how{cursor:pointer}.release-friction__card--how:hover{background-color:#efeff4;transform:translateY(-3px)}.release-friction__card--how:hover .release-friction__card-cta--how{background-color:#15295a;transform:scale(1.06)}.release-friction__card--how:hover .release-friction__card-icon-wrap--how{transform:scale(1.04)}.release-friction__card-icon-wrap{flex-shrink:0;width:64px;height:64px;border-radius:18px;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}@media (min-width: 1024px){.release-friction__card-icon-wrap{width:72px;height:72px;border-radius:20px}}.release-friction__card-icon-wrap svg{width:30px;height:30px;stroke-width:1.6}@media (min-width: 1024px){.release-friction__card-icon-wrap svg{width:34px;height:34px}}.release-friction__card-icon-wrap--objection{background-color:#fff;color:#1a3167;box-shadow:0 2px 6px #1725541a}.release-friction__card-icon-wrap--how{position:relative;isolation:isolate;background:radial-gradient(closest-side,#8fa7e04d,#8fa7e000 70%),linear-gradient(135deg,#151a38,#15295a);color:#fff;box-shadow:0 0 24px #8fa7e073,0 4px 14px #17255429}.release-friction__card-icon-wrap--how .release-friction__card-icon{position:relative;z-index:1;display:flex;align-items:center;justify-content:center}.release-friction__card-icon-pulse{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%;border-radius:inherit;border:1px solid rgba(143,167,224,.55);background-color:#8fa7e00d;pointer-events:none;transform-origin:center center;z-index:0}.release-friction__card-icon-pulse--delayed{border-color:#8fa7e066}.release-friction__card-body{flex:1;display:flex;flex-direction:column;gap:8px;min-width:0}.release-friction__card-eyebrow{margin:0;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:11px;font-weight:700;color:#3e5898;text-transform:uppercase;letter-spacing:.22em}.release-friction__card-title{font-family:Ubuntu,sans-serif;font-weight:700;font-size:22px;line-height:1.2;letter-spacing:-.01em;color:#191b22;margin:0}@media (min-width: 1024px){.release-friction__card-title{font-size:24px}}.release-friction__card-paragraphs{margin-top:8px;display:flex;flex-direction:column;gap:8px;padding-right:44px}.release-friction__card-paragraph{margin:0;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:16px;color:#4b5777;line-height:1.55}.release-friction__card-expanded{overflow:hidden;color:#4b5777;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:16px;line-height:1.55;padding-right:44px}.release-friction__card-expanded>*{margin-top:16px}.release-friction__card-cta{position:absolute;bottom:24px;right:24px;width:36px;height:36px;border-radius:50%;background-color:#1a3167;color:#fff;border:none;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease,transform .2s ease}@media (min-width: 1024px){.release-friction__card-cta{bottom:40px;right:40px}}.release-friction__card-cta:hover{background-color:#15295a;transform:scale(1.06)}.release-friction__card-cta--open{background-color:#15295a}.release-friction__card-cta--how{pointer-events:none}.release-friction__card-cta-icon{width:18px;height:18px;stroke-width:2.5}.release-friction__modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;background-color:#020c2bb3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:16px}.release-friction__modal{background-color:#fff;border-radius:20px;width:100%;max-width:760px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 24px 60px #1725542e}.release-friction__modal-header{padding:24px 40px;border-bottom:1px solid #eaeaf1;display:flex;align-items:center;justify-content:space-between;gap:16px}.release-friction__modal-title{font-family:Ubuntu,sans-serif;font-weight:700;font-size:22px;color:#191b22;line-height:1.25;letter-spacing:-.01em}.release-friction__modal-close{background:transparent;border:none;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#4b5777;cursor:pointer}.release-friction__modal-close:hover{background-color:#eaeaf1}.release-friction__modal-close svg{width:20px;height:20px}.release-friction__modal-body{overflow-y:auto;padding:40px;display:flex;flex-direction:column;gap:40px}.release-friction__modal-step{display:grid;grid-template-columns:32px 1fr;gap:24px;align-items:flex-start}.release-friction__modal-step-number{width:32px;height:32px;border-radius:50%;background-color:#1a3167;color:#fff;display:flex;align-items:center;justify-content:center;font-family:Ubuntu,sans-serif;font-weight:700;font-size:16px;flex-shrink:0}.release-friction__modal-step-body{display:flex;flex-direction:column;gap:16px}.release-friction__modal-step-caption{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:18px;color:#484b5b;line-height:1.55}.release-friction__modal-step-image{width:100%;max-width:480px;border-radius:12px;border:1px solid #eaeaf1;box-shadow:0 8px 24px #17255414}.release-friction__modal-step-illustration{width:100%;max-width:480px;display:flex;justify-content:flex-start}.release-trust{position:relative;padding:72px 0 88px;background-color:#fff;overflow:hidden}@media (min-width: 1024px){.release-trust{padding:112px 0 128px}}.release-trust__container{max-width:1280px;margin:0 auto;padding:0 16px}@media (min-width: 1024px){.release-trust__container{padding:0 24px}}.release-trust__title{font-family:Ubuntu,sans-serif;font-weight:700;font-size:32px;line-height:1.08;letter-spacing:-.02em;color:#191b22;text-align:center;margin:0 auto 60px;max-width:820px}@media (min-width: 1024px){.release-trust__title{font-size:48px;margin-bottom:80px}}.release-trust__partners{margin-bottom:60px}@media (min-width: 1024px){.release-trust__partners{margin-bottom:96px}}.release-trust__partners-label{text-align:center;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.22em;color:#9b9eb8;margin:0 0 40px}.release-trust__marquee{position:relative;width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(to right,transparent 0,black 80px,black calc(100% - 80px),transparent 100%);mask-image:linear-gradient(to right,transparent 0,black 80px,black calc(100% - 80px),transparent 100%)}.release-trust__marquee-track{display:flex;align-items:center;gap:56px;width:max-content;animation:release-trust-marquee 50s linear infinite}@media (min-width: 1024px){.release-trust__marquee-track{gap:88px}}.release-trust__marquee:hover .release-trust__marquee-track{animation-play-state:paused}@keyframes release-trust-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.release-trust__partner{flex-shrink:0;height:40px;display:flex;align-items:center;justify-content:center}@media (min-width: 768px){.release-trust__partner{height:48px}}.release-trust__partner-img{max-height:40px;width:200px;object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;filter:grayscale(1);opacity:.7;transition:filter .3s ease,opacity .3s ease}@media (min-width: 768px){.release-trust__partner-img{max-height:48px}}.release-trust__marquee:hover .release-trust__partner-img{filter:grayscale(0);opacity:1}.release-trust__stats{display:grid;grid-template-columns:1fr;border-top:1px solid #e0e0eb;border-bottom:1px solid #e0e0eb;max-width:1100px;margin:0 auto}@media (min-width: 768px){.release-trust__stats{grid-template-columns:repeat(3,1fr)}}.release-trust__stat{padding:24px;text-align:center;border-bottom:1px solid #e0e0eb}.release-trust__stat:last-child{border-bottom:none}@media (min-width: 768px){.release-trust__stat{padding:40px 24px;border-bottom:none;border-right:1px solid #e0e0eb}.release-trust__stat:last-child{border-right:none}}.release-trust__stat-value{font-family:Ubuntu,sans-serif;font-weight:700;font-size:44px;line-height:1;color:#1a3167;margin:0 0 12px;letter-spacing:-.03em}@media (min-width: 1024px){.release-trust__stat-value{font-size:50px}}.release-trust__stat-label{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.22em;color:#9b9eb8;margin:0}.illustration-ready-buyer-congrats-email{width:100%;max-width:460px;background-color:#fff;border-radius:8px;border:1px solid #eaeaf1;overflow:hidden;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";color:#191b22;display:flex;flex-direction:column}.illustration-ready-buyer-congrats-email__header{padding:32px 24px;display:flex;justify-content:center;border-bottom:1px solid #eaeaf1}@media (max-width: 768px){.illustration-ready-buyer-congrats-email__header{display:none}}.illustration-ready-buyer-congrats-email__logo-placeholder{display:flex;flex-direction:column;align-items:center;gap:12px}.illustration-ready-buyer-congrats-email__logo-bar{background-color:#e0e0eb;border-radius:6px}.illustration-ready-buyer-congrats-email__logo-bar--mark{width:168px;height:56px}.illustration-ready-buyer-congrats-email__logo-bar--tagline{width:132px;height:10px}.illustration-ready-buyer-congrats-email__body{padding:24px 24px 32px;display:flex;flex-direction:column;gap:18px}@media (max-width: 768px){.illustration-ready-buyer-congrats-email__body{padding-top:28px}}.illustration-ready-buyer-congrats-email__greeting{font-size:15px;color:#191b22;line-height:1.4;margin:0}.illustration-ready-buyer-congrats-email__callout{background-color:#d8f0f3;border-radius:4px;padding:18px;display:flex;align-items:center;gap:16px}@media (max-width: 768px){.illustration-ready-buyer-congrats-email__callout{flex-direction:column;align-items:stretch;gap:12px}}.illustration-ready-buyer-congrats-email__badge{width:64px;height:64px;object-fit:contain;flex-shrink:0}@media (max-width: 768px){.illustration-ready-buyer-congrats-email__badge{display:none}}.illustration-ready-buyer-congrats-email__callout-text{display:flex;flex-direction:column;gap:8px;min-width:0}.illustration-ready-buyer-congrats-email__callout-line{font-size:14px;line-height:1.45;color:#191b22;margin:0}.illustration-ready-buyer-congrats-email__callout-line strong{font-weight:700}.illustration-ready-buyer-congrats-email__paragraph{font-size:14px;line-height:1.55;color:#191b22;margin:0}.illustration-ready-buyer-congrats-email__paragraph strong{font-weight:700}.illustration-ready-buyer-congrats-email__cta{align-self:flex-start;margin-top:4px;padding:12px 22px;background-color:#1a3167;color:#fff;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;font-weight:700;border:none;border-radius:8px;cursor:default;pointer-events:none}.illustration-ready-buyer-congrats-email__signoff{margin-top:8px;font-size:14px;line-height:1.55;color:#191b22}.illustration-ready-buyer-chase-email{width:100%;max-width:500px;background-color:#fff;border-radius:8px;border:1px solid #c2c7d3;overflow:hidden;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";color:#191b22;display:flex;flex-direction:column}.illustration-ready-buyer-chase-email__body{padding:32px 24px;display:flex;flex-direction:column;gap:18px}.illustration-ready-buyer-chase-email__greeting{font-size:15px;color:#191b22;line-height:1.4;margin:0}.illustration-ready-buyer-chase-email__paragraph{font-size:14px;line-height:1.55;color:#191b22;margin:0}.illustration-ready-buyer-chase-email__paragraph strong{font-weight:700}.illustration-ready-buyer-chase-email__cta{align-self:flex-start;margin-top:4px;padding:12px 22px;background-color:#1a3167;color:#fff;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;font-weight:700;border:none;border-radius:8px;cursor:default;pointer-events:none}.illustration-ready-buyer-chase-email__signoff{margin-top:8px;font-size:14px;line-height:1.55;color:#191b22}.illustration-ready-buyer-payment-bubble{width:100%;max-width:620px;background-color:#f0f5ff;border:1px solid #9cb6eb;border-radius:8px;padding:24px 28px;font-family:Quicksand,sans-serif;color:#172554}@media (max-width: 768px){.illustration-ready-buyer-payment-bubble{padding:20px}}.illustration-ready-buyer-payment-bubble__icon{float:right;width:160px;height:auto;object-fit:contain;margin:0 0 12px 24px}@media (max-width: 768px){.illustration-ready-buyer-payment-bubble__icon{width:110px;margin:0 0 10px 14px}}.illustration-ready-buyer-payment-bubble__title{margin:0 0 14px;font-family:Quicksand,sans-serif;font-size:17px;font-weight:700;line-height:1.3;color:#172554}.illustration-ready-buyer-payment-bubble__list{margin:0;padding-left:18px;list-style:disc}.illustration-ready-buyer-payment-bubble__item{font-family:Quicksand,sans-serif;font-size:14px;font-weight:500;line-height:1.55;color:#172554}.illustration-ready-buyer-payment-bubble__item+.illustration-ready-buyer-payment-bubble__item{margin-top:12px}.illustration-ready-buyer-payment-bubble__item strong{font-weight:700}.illustration-ready-buyer-onboarding{background-color:#fff;border:1px solid #D2D6E0;border-radius:8px;overflow:hidden;font-family:Quicksand,sans-serif;color:#191b22;display:flex;flex-direction:column}@media (min-width: 1024px){.illustration-ready-buyer-onboarding{width:500px}}.illustration-ready-buyer-onboarding__row{position:relative;padding:18px 22px}.illustration-ready-buyer-onboarding__row+.illustration-ready-buyer-onboarding__row{border-top:1px solid #eaeaf1}.illustration-ready-buyer-onboarding__row--answered{display:flex;align-items:center;gap:8px}.illustration-ready-buyer-onboarding__row-label{font-family:Quicksand,sans-serif;font-size:15px;font-weight:500;color:#191b22}.illustration-ready-buyer-onboarding__row-value{font-family:Quicksand,sans-serif;font-size:15px;font-weight:700;color:#191b22}.illustration-ready-buyer-onboarding__row-chevron{width:18px;height:18px;color:#484b5b;margin-left:2px;stroke-width:2}.illustration-ready-buyer-onboarding__row--active{border-radius:0 0 10px 10px;margin:-1px;padding:22px;display:flex;flex-direction:column;gap:18px;background-color:#fff}.illustration-ready-buyer-onboarding__question{margin:0;font-family:Quicksand,sans-serif;font-size:16px;font-weight:700;color:#191b22}.illustration-ready-buyer-onboarding__radio-group{display:flex;align-items:center;gap:36px}.illustration-ready-buyer-onboarding__radio{display:inline-flex;align-items:center;gap:10px;font-family:Quicksand,sans-serif;font-size:15px;font-weight:500;color:#191b22}.illustration-ready-buyer-onboarding__radio-dot{width:20px;height:20px;border-radius:50%;flex-shrink:0;box-sizing:border-box;border:2px solid #1A3167;background-color:#fff;position:relative}.illustration-ready-buyer-onboarding__radio-dot--selected:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:50%;background-color:#1a3167}.illustration-ready-buyer-onboarding__radio-dot--unselected{border-color:#a7a9b9}.illustration-ready-buyer-onboarding__confirm{align-self:flex-start;display:inline-flex;align-items:center;gap:10px;padding:10px 22px;background-color:#fff;border:1.5px solid #1A3167;border-radius:8px;color:#1a3167;font-family:Quicksand,sans-serif;font-size:15px;font-weight:700;cursor:default;pointer-events:none}.illustration-ready-buyer-onboarding__confirm-icon{width:18px;height:18px;stroke-width:2.5}.illustration-ready-buyer-sale-detected{width:100%;max-width:760px;font-family:Quicksand,sans-serif;color:#191b22;display:flex;flex-direction:column;gap:16px}.illustration-ready-buyer-sale-detected__row{position:relative;padding:18px 22px;background-color:#fff;border:1px solid #D2D6E0;border-radius:12px;box-shadow:0 5px 10px #17255426}.illustration-ready-buyer-sale-detected__row--answered{display:flex;align-items:center;gap:8px;box-shadow:0 5px 10px #17255426}.illustration-ready-buyer-sale-detected__row-label{font-family:Quicksand,sans-serif;font-size:15px;font-weight:500;color:#191b22}.illustration-ready-buyer-sale-detected__row-value{font-family:Quicksand,sans-serif;font-size:15px;font-weight:700;color:#191b22}.illustration-ready-buyer-sale-detected__row-chevron{width:18px;height:18px;color:#484b5b;margin-left:2px;stroke-width:2}.illustration-ready-buyer-sale-detected__row--active{border:1px solid #8FA7E0;padding:28px 28px 24px;display:flex;flex-direction:column;gap:22px}.illustration-ready-buyer-sale-detected__copy{overflow:hidden}.illustration-ready-buyer-sale-detected__shoe{float:right;width:140px;height:auto;object-fit:contain;margin:6px 0 0 24px}@media (max-width: 768px){.illustration-ready-buyer-sale-detected__shoe{width:90px;margin:4px 0 0 14px}}.illustration-ready-buyer-sale-detected__heading{margin:0 0 6px;font-family:Quicksand,sans-serif;font-size:18px;font-weight:700;line-height:1.3;color:#1a3167}.illustration-ready-buyer-sale-detected__sub-heading{margin:0 0 14px;font-family:Quicksand,sans-serif;font-size:15px;font-weight:700;color:#191b22}.illustration-ready-buyer-sale-detected__paragraph{margin:0;font-family:Quicksand,sans-serif;font-size:14px;font-weight:500;line-height:1.55;color:#191b22}.illustration-ready-buyer-sale-detected__paragraph+.illustration-ready-buyer-sale-detected__paragraph{margin-top:12px}.illustration-ready-buyer-sale-detected__paragraph strong{font-weight:700}.illustration-ready-buyer-sale-detected__cta{align-self:flex-start;padding:12px 26px;background-color:#1a3167;color:#fff;font-family:Quicksand,sans-serif;font-size:15px;font-weight:700;border:none;border-radius:8px;cursor:default;pointer-events:none}.illustration-ready-buyer-crm-case{width:fit-content;background-color:#fff;border:1px solid #D2D6E0;border-radius:12px;padding:24px;display:grid;grid-template-columns:1fr auto 1.1fr;gap:32px;align-items:stretch;font-family:Quicksand,sans-serif;color:#484b5b;font-size:14px}@media (max-width: 768px){.illustration-ready-buyer-crm-case{grid-template-columns:1fr;padding:22px;gap:18px}}.illustration-ready-buyer-crm-case__column{display:flex;flex-direction:column;gap:16px;min-width:0}.illustration-ready-buyer-crm-case__column:first-child{gap:6px}.illustration-ready-buyer-crm-case__column:first-child .illustration-ready-buyer-crm-case__field{padding-left:10px}.illustration-ready-buyer-crm-case__column:last-child{gap:0}.illustration-ready-buyer-crm-case__column:last-child .illustration-ready-buyer-crm-case__column-header{margin-bottom:16px}.illustration-ready-buyer-crm-case__column:last-child .illustration-ready-buyer-crm-case__field:nth-of-type(2){margin-top:10px}.illustration-ready-buyer-crm-case__column:last-child .illustration-ready-buyer-crm-case__field:nth-of-type(3){margin-top:3px}.illustration-ready-buyer-crm-case__column-header{display:flex;align-items:center;gap:10px;height:21px;font-family:Quicksand,sans-serif;font-size:14px;font-weight:600;color:#191b22}.illustration-ready-buyer-crm-case__column-header-title{font-weight:600;font-size:16px}.illustration-ready-buyer-crm-case__column-header .illustration-ready-buyer-crm-case__icon:first-child{font-size:21px}.illustration-ready-buyer-crm-case__column-header .illustration-ready-buyer-crm-case__icon:last-child{font-size:15px}.illustration-ready-buyer-crm-case__divider{width:1px;background-color:#e0e0eb}@media (max-width: 768px){.illustration-ready-buyer-crm-case__divider{width:100%;height:1px}}.illustration-ready-buyer-crm-case__status-pill{align-self:flex-start;display:inline-flex;align-items:center;gap:8px;background-color:#d6f0e5;color:#1f8e66;border-radius:999px;font-family:Quicksand,sans-serif;font-size:14px;font-weight:700;height:20px;padding:0 6px;margin-bottom:10px}.illustration-ready-buyer-crm-case__field{margin:0;display:flex;align-items:center;gap:8px;font-family:Quicksand,sans-serif;font-size:14px;color:#191b22;flex-wrap:wrap}.illustration-ready-buyer-crm-case__field--muted{color:#4b5777;font-weight:500;flex-wrap:nowrap;white-space:nowrap}.illustration-ready-buyer-crm-case__field-label{font-weight:700;color:#191b22}.illustration-ready-buyer-crm-case__field-link{font-weight:700;color:#191b22;text-decoration:underline;cursor:default}.illustration-ready-buyer-crm-case__field-link--deal-id{font-weight:600}.illustration-ready-buyer-crm-case__copy-chip{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background-color:#e5ecf8;color:#1a3167}.illustration-ready-buyer-crm-case__copy-chip .illustration-ready-buyer-crm-case__icon{font-size:14px}.illustration-ready-buyer-crm-case__column:last-child .illustration-ready-buyer-crm-case__field:not(:first-of-type)>.illustration-ready-buyer-crm-case__icon{font-size:14px}.illustration-ready-buyer-crm-case__column:last-child .illustration-ready-buyer-crm-case__field:first-of-type>.illustration-ready-buyer-crm-case__icon{font-size:18px}.illustration-ready-buyer-crm-case__column:last-child .illustration-ready-buyer-crm-case__field:not(:first-of-type) .illustration-ready-buyer-crm-case__field-link{font-weight:600}.illustration-ready-buyer-crm-case__status-pill .illustration-ready-buyer-crm-case__icon{font-size:14px}.illustration-ready-buyer-crm-case__icon{font-family:Material Symbols Outlined,sans-serif;font-weight:400;font-style:normal;font-size:20px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;color:currentColor}.illustration-ready-buyer-crm-case--scale-1-3{zoom:1.3}@media (max-width: 768px){.illustration-ready-buyer-crm-case--scale-1-3{zoom:1}}.illustration-ready-buyer-payment-page{width:100%;max-width:560px;background-color:#fff;border:1px solid #D2D6E0;border-radius:12px;padding:24px 28px;font-family:Quicksand,sans-serif;color:#191b22}@media (max-width: 768px){.illustration-ready-buyer-payment-page{padding:20px}}.illustration-ready-buyer-payment-page__title{margin:0 0 14px;font-family:Quicksand,sans-serif;font-size:22px;font-weight:700;line-height:1.2;color:#191b22}.illustration-ready-buyer-payment-page__paragraph{margin:0 0 10px;font-family:Quicksand,sans-serif;font-size:14px;font-weight:500;line-height:1.55;color:#191b22}.illustration-ready-buyer-payment-page__paragraph strong{font-weight:700}.illustration-ready-buyer-payment-page__bubble{margin-top:16px}.illustration-ready-buyer-payment-page__bubble .illustration-ready-buyer-payment-bubble__icon{width:120px}.illustration-ready-buyer-sale-upsell{width:100%;max-width:760px;font-family:Quicksand,sans-serif;color:#191b22;background-color:#fff;border:1px solid #8FA7E0;border-radius:12px;padding:28px 28px 24px;display:flex;flex-direction:column;gap:22px}.illustration-ready-buyer-sale-upsell__copy{overflow:hidden}.illustration-ready-buyer-sale-upsell__shoe{float:right;width:140px;height:auto;object-fit:contain;margin:6px 0 0 24px}@media (max-width: 768px){.illustration-ready-buyer-sale-upsell__shoe{width:90px;margin:4px 0 0 14px}}.illustration-ready-buyer-sale-upsell__heading{margin:0 0 6px;font-family:Quicksand,sans-serif;font-size:18px;font-weight:700;line-height:1.3;color:#1a3167}.illustration-ready-buyer-sale-upsell__sub-heading{margin:0 0 14px;font-family:Quicksand,sans-serif;font-size:15px;font-weight:700;color:#191b22}.illustration-ready-buyer-sale-upsell__paragraph{margin:0;font-family:Quicksand,sans-serif;font-size:14px;font-weight:500;line-height:1.55;color:#191b22}.illustration-ready-buyer-sale-upsell__paragraph+.illustration-ready-buyer-sale-upsell__paragraph{margin-top:12px}.illustration-ready-buyer-sale-upsell__paragraph strong{font-weight:700}.illustration-ready-buyer-sale-upsell__cta{align-self:flex-start;padding:12px 26px;background-color:#1a3167;color:#fff;font-family:Quicksand,sans-serif;font-size:15px;font-weight:700;border:none;border-radius:8px;cursor:default;pointer-events:none}.ready-buyer-page{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";color:#191b22;background-color:#fff}.app{display:flex;flex-direction:column;min-height:100vh}@supports (min-height: 100dvh){.app{min-height:100dvh}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:16px;color:#191b22;background-color:#fff;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:Ubuntu,sans-serif;font-weight:600;line-height:1.2;margin:0}a{color:#3e5898;text-decoration:none;transition:all .2s ease-in-out}a:hover{color:#1a3167}button{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";cursor:pointer;border:none;outline:none;transition:all .2s ease-in-out}#root{min-height:100vh;display:flex;flex-direction:column}
