@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";.ec-lp{--ec-bg: #FFFFFF;--ec-fg: #111827;--ec-muted: #4B5563;--ec-accent: #2D7A68;--ec-accent-dark: #245F52;--ec-accent-soft: #E4F0EC;--ec-accent-bright: #8FD3C1;--ec-line: #E5E7EB;--ec-card: #FFFFFF;--ec-pt: 96px;--ec-pb: 96px;display:block;background:var(--ec-bg);color:var(--ec-fg);font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ec-lp *,.ec-lp *:before,.ec-lp *:after{box-sizing:border-box}.ec-lp img{max-width:100%;height:auto;display:block}.ec-lp a{color:var(--ec-accent);text-decoration:none}.ec-lp a:hover{color:var(--ec-accent-dark)}.ec-lp :focus-visible{outline:3px solid var(--ec-accent);outline-offset:3px;border-radius:4px}.ec-sec{padding-top:var(--ec-pt);padding-bottom:var(--ec-pb)}.ec-container{max-width:1280px;margin:0 auto;padding:0 40px}.ec-narrow{max-width:920px;margin:0 auto;padding:0 40px}.ec-eyebrow{display:block;margin:0;font-size:13px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--ec-accent)}.ec-h1{margin:22px 0 0;font-size:58px;line-height:1.03;letter-spacing:-.04em;font-weight:800;color:var(--ec-fg);text-wrap:balance}.ec-h2{margin:16px 0 0;font-size:44px;line-height:1.08;letter-spacing:-.03em;font-weight:800;color:var(--ec-fg);text-wrap:balance}.ec-h3{margin:0;font-size:19px;line-height:1.3;letter-spacing:-.01em;font-weight:800;color:var(--ec-fg)}.ec-lead{margin:20px 0 0;font-size:18.5px;line-height:1.65;color:var(--ec-muted);text-wrap:pretty}.ec-lead p{margin:0 0 14px}.ec-lead p:last-child{margin-bottom:0}.ec-lead ul,.ec-lead ol{margin:0 0 14px;padding-left:20px}.ec-body{margin:0;font-size:15.5px;line-height:1.68;color:var(--ec-muted);text-wrap:pretty}.ec-body p:first-child{margin-top:0}.ec-body p:last-child{margin-bottom:0}.ec-fineprint{margin:14px 0 0;font-size:13px;line-height:1.6;color:#9ca3af}.ec-head{max-width:760px}.ec-head--center{margin-left:auto;margin-right:auto;text-align:center}.ec-btn{display:inline-block;border:0;cursor:pointer;font-family:inherit;font-size:16px;font-weight:700;line-height:1.15;padding:17px 34px;border-radius:9px;text-align:center;transition:background .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease}.ec-btn--primary{background:var(--ec-accent);color:#fff!important;box-shadow:0 12px 26px -12px #2d7a68b3}.ec-btn--primary:hover{background:var(--ec-accent-dark);color:#fff!important;transform:translateY(-2px)}.ec-btn--dark{background:#111827;color:#fff!important}.ec-btn--dark:hover{background:var(--ec-accent);color:#fff!important;transform:translateY(-2px)}.ec-btn--white{background:#fff;color:#111827}.ec-btn--white:hover{background:var(--ec-accent);color:#fff!important;transform:translateY(-2px)}.ec-btn--outline{background:transparent;color:var(--ec-fg);border:1.5px solid currentColor;padding:15.5px 32.5px}.ec-btn--outline:hover{background:#111827;color:#fff!important;border-color:#111827}.ec-btn--lg{font-size:17px;padding:19px 40px}.ec-btn--block{display:block;width:100%}.ec-btn[disabled]{opacity:.55;cursor:not-allowed;transform:none}.ec-textlink{display:inline-flex;align-items:center;gap:8px;font-size:16px;font-weight:700;color:var(--ec-fg);transition:color .18s ease}.ec-textlink:hover{color:var(--ec-accent)}.ec-actions{display:flex;align-items:center;gap:16px;margin-top:34px;flex-wrap:wrap}.ec-pill{display:inline-flex;align-items:center;gap:8px;background:var(--ec-accent-soft);color:var(--ec-accent-dark);font-size:12.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:8px 14px;border-radius:999px}.ec-dot{position:relative;display:inline-flex;width:7px;height:7px;flex-shrink:0}.ec-dot i{position:relative;display:block;width:7px;height:7px;border-radius:999px;background:currentColor}.ec-dot span{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:999px;background:currentColor;animation:ec-ping 2.6s ease-out infinite}@keyframes ec-ping{0%{transform:scale(1);opacity:.5}70%{transform:scale(2.1);opacity:0}to{opacity:0}}.ec-stars{display:flex;gap:3px}.ec-stars svg{display:block}.ec-tick{flex-shrink:0;width:30px;height:30px;border-radius:9px;background:var(--ec-accent);display:flex;align-items:center;justify-content:center;margin-top:2px}.ec-num{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:11px;background:#111827;color:#fff;font-size:15px;font-weight:800}.ec-num--accent{background:var(--ec-accent)}.ec-num--sm{width:32px;height:32px;border-radius:10px;font-size:14px;background:var(--ec-accent-soft);color:var(--ec-accent-dark)}.ec-icon{width:48px;height:48px;border-radius:13px;background:var(--ec-accent-soft);display:flex;align-items:center;justify-content:center;flex-shrink:0}.ec-icon--sm{width:46px;height:46px}.ec-icon img{width:24px;height:24px;object-fit:contain}.ec-grid{display:grid;gap:24px}.ec-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.ec-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.ec-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.ec-card{background:var(--ec-card);border:1px solid var(--ec-line);border-radius:16px;padding:32px;transition:box-shadow .2s ease,transform .2s ease}.ec-card--hover:hover{box-shadow:0 22px 44px -24px #11182747;transform:translateY(-3px)}.ec-card--flush{border:0;background:transparent;padding:0}.ec-card__title{margin:22px 0 10px;font-size:19px;font-weight:800;letter-spacing:-.01em;color:var(--ec-fg)}.ec-card__title--row{margin:0 0 8px;font-size:18px}.ec-promo{background:#111827;border-radius:16px;padding:36px;display:flex;flex-direction:column;justify-content:space-between}.ec-promo p{margin:0;font-size:21px;line-height:1.34;font-weight:700;letter-spacing:-.015em;color:#fff;text-wrap:pretty}.ec-promo .ec-btn{align-self:flex-start;margin-top:28px;font-size:15px;padding:15px 30px}.ec-row{display:flex;gap:18px;align-items:flex-start}.ec-hero__grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:64px;align-items:center}.ec-hero__media{position:relative}.ec-hero__frame{position:relative;width:100%;border-radius:22px;overflow:hidden;box-shadow:0 32px 64px -28px #11182759;background:#f3f4f6}.ec-hero__frame img{width:100%;height:100%;object-fit:cover}.ec-hero__ph{display:flex;align-items:center;justify-content:center;aspect-ratio:1 / 1.02;background:#e5e7eb;color:#9ca3af;font-size:14px;font-weight:600}.ec-hero__note{margin:16px 0 0;font-size:14.5px;font-weight:600;color:#6b7280}.ec-float{position:absolute;left:-28px;background:#fff;border-radius:14px;padding:15px 20px;box-shadow:0 18px 40px -16px #11182747;display:flex;align-items:center;gap:12px}.ec-float--a{bottom:96px}.ec-float--b{top:20px;background:#111827;box-shadow:0 18px 40px -16px #11182773}.ec-float__t{font-size:13.5px;font-weight:700;color:#111827;line-height:1.35}.ec-float--b .ec-float__t{color:#fff}.ec-float--b .ec-float__t em{font-style:normal;color:var(--ec-accent-bright)}.ec-float__ic{width:34px;height:34px;border-radius:10px;background:#1f2937;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ec-trust{display:flex;flex-wrap:wrap;gap:14px 28px;margin-top:32px;padding-top:26px;border-top:1px solid var(--ec-line)}.ec-trust__item{display:inline-flex;align-items:center;gap:9px;font-size:14px;font-weight:600;color:#374151}.ec-hapt__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:64px;align-items:center}.ec-hapt__list{display:flex;flex-direction:column;gap:14px;margin-top:32px}.ec-hapt__li{display:flex;gap:14px;align-items:flex-start}.ec-hapt__li p{margin:0;font-size:16.5px;line-height:1.6;color:#374151}.ec-hapt__li strong{color:var(--ec-fg);font-weight:700}.ec-hapt__tick{flex-shrink:0;width:28px;height:28px;border-radius:9px;background:var(--ec-accent);display:flex;align-items:center;justify-content:center;margin-top:1px}.ec-stage{background:#111827;border-radius:22px;padding:38px 34px 30px;box-shadow:0 30px 60px -28px #11182780}.ec-stage__top{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:26px}.ec-stage__label{font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#6b7280}.ec-stage__live{display:inline-flex;align-items:center;gap:8px;background:#1f2937;border-radius:999px;padding:7px 14px;font-size:12.5px;font-weight:700;color:var(--ec-accent-bright)}.ec-stage__plate{height:14px;border-radius:8px;background:linear-gradient(180deg,#374151,#1f2937);box-shadow:0 8px 18px -8px #000c;margin-bottom:12px}.ec-stage__cap{margin:0 0 20px;font-size:11.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#4b5563;text-align:center}.ec-stage__base{height:10px;border-radius:6px;background:#1f2937;margin-top:10px}.ec-stage__legend{display:flex;align-items:center;justify-content:center;gap:22px;flex-wrap:wrap;margin-top:14px;padding-top:20px;border-top:1px solid #1F2937}.ec-stage__legend span{display:inline-flex;align-items:center;gap:8px;font-size:12.5px;font-weight:600;color:#9ca3af}.ec-stage__legend i{width:11px;height:11px;border-radius:3px;display:block}.ec-cells{display:flex;align-items:flex-end;gap:9px;height:112px}.ec-cell{width:100%;border-radius:9px 9px 5px 5px}.ec-cell--a{height:104px;background:var(--ec-accent);animation:ec-cell-a 7s cubic-bezier(.45,.05,.35,1) infinite}.ec-cell--b{height:46px;background:#a7dccc;animation:ec-cell-b 7s cubic-bezier(.45,.05,.35,1) infinite}@keyframes ec-cell-a{0%,42%{height:104px}50%,92%{height:46px}to{height:104px}}@keyframes ec-cell-b{0%,42%{height:46px}50%,92%{height:104px}to{height:46px}}.ec-sweep{margin-top:24px;height:34px;display:flex;align-items:center;justify-content:center;overflow:hidden}.ec-sweep span{display:inline-flex;align-items:center;gap:9px;background:#1f2937;border:1px solid #2D3B4E;border-radius:999px;padding:8px 16px;font-size:12.5px;font-weight:700;color:#fff;white-space:nowrap;animation:ec-sweep 7s cubic-bezier(.45,.05,.35,1) infinite}@keyframes ec-sweep{0%,46%{transform:translate(-46%)}54%,to{transform:translate(46%)}}.ec-fcard{position:relative;border-radius:18px;overflow:hidden;min-height:380px;background:#111827;box-shadow:0 24px 48px -24px #11182766}.ec-fcard__img{position:absolute;top:0;right:0;bottom:0;left:0}.ec-fcard__img img{width:100%;height:100%;object-fit:cover}.ec-fcard__veil{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#11182740,#111827e0 72%);pointer-events:none}.ec-fcard__body{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:flex-end;padding:40px}.ec-fcard__eyebrow{margin:0 0 12px;font-size:13.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--ec-accent-bright)}.ec-fcard__title{margin:0;font-size:29px;line-height:1.22;letter-spacing:-.02em;font-weight:800;color:#fff;max-width:440px;text-wrap:pretty}.ec-fcard .ec-btn{align-self:flex-start;margin-top:26px;font-size:15px;padding:14px 28px}.ec-cmp__scroll{margin-top:44px;overflow-x:auto;border:1px solid var(--ec-line);border-radius:18px;-webkit-overflow-scrolling:touch}.ec-cmp{min-width:900px}.ec-cmp__r{display:grid;grid-template-columns:minmax(0,1.5fr) repeat(var(--ec-cols, 4),minmax(0,1fr))}.ec-cmp__r>*{border-bottom:1px solid var(--ec-line)}.ec-cmp__r:last-child>*{border-bottom:0}.ec-cmp__lbl{padding:20px 26px;font-size:15.5px;font-weight:700;color:var(--ec-fg)}.ec-cmp__c{padding:20px;text-align:center;font-size:14.5px;color:#6b7280}.ec-cmp__c--own{background:#f2f8f6;font-weight:700;color:var(--ec-accent-dark)}.ec-cmp__h{padding:22px 20px;background:#f7f9f8;text-align:center}.ec-cmp__h span{font-size:15.5px;font-weight:700;color:#374151}.ec-cmp__h--own{background:var(--ec-accent);border-bottom-color:var(--ec-accent)!important}.ec-cmp__h--own b{display:block;margin-top:6px;font-size:16.5px;font-weight:800;color:#fff;letter-spacing:-.01em}.ec-cmp__h--own em{display:block;font-style:normal;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#a7dccc}.ec-cmp__corner{padding:24px 26px;background:#f7f9f8}.ec-split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:68px;align-items:center}.ec-split--rev .ec-split__media{order:2}.ec-split__media{position:relative;width:100%;border-radius:18px;overflow:hidden;box-shadow:0 28px 56px -26px #11182759;background:#e5e7eb;aspect-ratio:auto!important}.ec-split__media img{width:100%;height:100%;object-fit:cover}.ec-split__ph{display:flex;align-items:center;justify-content:center;aspect-ratio:4 / 3.1;color:#9ca3af;font-size:14px;font-weight:600}.ec-split__list{display:flex;flex-direction:column;gap:16px;margin-top:34px}.ec-listcard{background:var(--ec-card);border:1px solid var(--ec-line);border-radius:13px;padding:24px 26px;display:flex;gap:16px;align-items:flex-start;transition:box-shadow .2s ease,transform .2s ease}.ec-listcard:hover{box-shadow:0 20px 40px -24px #11182747;transform:translateY(-2px)}.ec-listcard h3{margin:0;font-size:17.5px;line-height:1.3;font-weight:800;letter-spacing:-.015em;color:var(--ec-fg)}.ec-listcard p{margin:8px 0 0;font-size:16px;line-height:1.65;color:var(--ec-muted);text-wrap:pretty}.ec-listcard .ec-body p{margin:0 0 8px}.ec-listcard .ec-body p:last-child{margin-bottom:0}.ec-video__grid{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:64px;align-items:center}.ec-video__frame{position:relative;border-radius:18px;overflow:hidden;aspect-ratio:16 / 9;background:#000;box-shadow:0 30px 60px -24px #000000b3}.ec-video__frame img,.ec-video__frame iframe,.ec-video__frame video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;border:0}.ec-video__play{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#00000026,#00000073);border:0;cursor:pointer;padding:0}.ec-video__play i{width:88px;height:88px;border-radius:999px;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 32px -8px #0009;transition:transform .2s ease}.ec-video__play:hover i{transform:scale(1.06)}.ec-quote{margin:0;background:var(--ec-card);border:1px solid var(--ec-line);border-radius:16px;padding:32px;display:flex;flex-direction:column;height:100%}.ec-quote blockquote{margin:18px 0 0;font-size:17px;line-height:1.62;color:var(--ec-fg);font-weight:600;text-wrap:pretty}.ec-quote figcaption{margin-top:auto;padding-top:24px;display:flex;align-items:center;gap:12px}.ec-quote figcaption img,.ec-quote__av{width:40px;height:40px;border-radius:999px;object-fit:cover;flex-shrink:0;background:#e5e7eb}.ec-quote figcaption span{font-size:14px;line-height:1.35;color:#6b7280}.ec-quote figcaption strong{display:block;color:var(--ec-fg);font-weight:700}.ec-revhead{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;flex-wrap:wrap}.ec-rev{border:1px solid var(--ec-line);border-radius:14px;overflow:hidden;background:var(--ec-card);transition:box-shadow .2s ease,transform .2s ease}.ec-rev:hover{box-shadow:0 24px 48px -26px #1118274d;transform:translateY(-3px)}.ec-rev__img{position:relative;width:100%;aspect-ratio:1 / 1.08;background:#e5e7eb}.ec-rev__img img{width:100%;height:100%;object-fit:cover}.ec-rev__body{padding:20px 22px 24px}.ec-rev__body p{margin:12px 0 0;font-size:14px;font-weight:700;color:var(--ec-fg)}.ec-rev__body em{display:block;margin-top:6px;font-style:normal;font-size:14px;font-weight:400;line-height:1.55;color:var(--ec-muted)}.ec-bundle{background:var(--ec-card);border:1px solid var(--ec-line);border-radius:18px;overflow:hidden;display:flex;flex-direction:column;position:relative;transition:box-shadow .2s ease,transform .2s ease}.ec-bundle:hover{box-shadow:0 24px 48px -26px #1118274d;transform:translateY(-3px)}.ec-bundle--feat{border:2px solid var(--ec-accent);box-shadow:0 28px 56px -28px #2d7a688c}.ec-bundle--feat:hover{transform:translateY(-3px)}.ec-bundle__badge{position:absolute;top:16px;right:16px;z-index:2;background:var(--ec-accent);color:#fff;font-size:11.5px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;padding:7px 12px;border-radius:999px}.ec-bundle__img{position:relative;width:100%;aspect-ratio:4 / 3;background:#f3f4f6}.ec-bundle__img img{width:100%;height:100%;object-fit:cover}.ec-bundle__body{padding:28px;display:flex;flex-direction:column;flex:1}.ec-bundle__title{margin:0;font-size:21px;font-weight:800;letter-spacing:-.02em;color:var(--ec-fg)}.ec-bundle__desc{margin:10px 0 0;font-size:15.5px;line-height:1.62;color:var(--ec-muted)}.ec-bundle__desc p{margin:0 0 8px}.ec-bundle__desc p:last-child{margin-bottom:0}.ec-bundle__price{display:flex;align-items:baseline;gap:10px;margin:20px 0 0}.ec-bundle__price b{font-size:26px;font-weight:800;letter-spacing:-.02em;color:var(--ec-fg)}.ec-bundle__price s{font-size:16px;font-weight:600;color:#9ca3af}.ec-bundle__price em{font-style:normal;font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#b45309;background:#fef3c7;padding:4px 8px;border-radius:5px}.ec-bundle__feats{display:flex;flex-direction:column;gap:10px;margin:22px 0 0}.ec-bundle__feats span{display:flex;gap:10px;align-items:flex-start;font-size:15px;line-height:1.5;color:#374151}.ec-bundle__feats svg{flex-shrink:0;margin-top:3px}.ec-bundle__cta{margin-top:auto;padding-top:26px}.ec-bundle__cta form{margin:0}.ec-bundle__note{margin:12px 0 0;font-size:13px;text-align:center;color:#6b7280}.ec-bundle__sold{margin:0;padding:16px;text-align:center;font-size:15px;font-weight:700;color:#6b7280;background:#f3f4f6;border-radius:9px}.ec-bundle__variants{margin:18px 0 0}.ec-bundle__variants label{display:block;margin-bottom:7px;font-size:12.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#6b7280}.ec-bundle__variants select{width:100%;font-family:inherit;font-size:15px;font-weight:600;color:var(--ec-fg);padding:13px 14px;border:1px solid var(--ec-line);border-radius:9px;background:#fff;cursor:pointer}.ec-faqlist{margin-top:44px;border-top:1px solid var(--ec-line)}.ec-faq{border-bottom:1px solid var(--ec-line)}.ec-faq summary{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 4px;list-style:none;cursor:pointer}.ec-faq summary::-webkit-details-marker{display:none}.ec-faq__q{font-size:18px;font-weight:700;letter-spacing:-.01em;color:var(--ec-fg);transition:color .2s ease}.ec-faq__ic{flex-shrink:0;width:30px;height:30px;border-radius:9px;background:#111827;display:flex;align-items:center;justify-content:center;transition:transform .22s ease,background .22s ease}.ec-faq[open] .ec-faq__ic{transform:rotate(45deg);background:var(--ec-accent)}.ec-faq[open] .ec-faq__q{color:var(--ec-accent)}.ec-faq__a{padding:0 4px 26px;font-size:16.5px;line-height:1.7;color:var(--ec-muted);max-width:720px;text-wrap:pretty}.ec-faq__a p{margin:0 0 14px}.ec-faq__a p:last-child{margin-bottom:0}.ec-cta__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);gap:32px;align-items:stretch}.ec-cta__help{background:#fff;border:1px solid var(--ec-line);border-radius:18px;padding:44px 40px;display:flex;flex-direction:column;justify-content:center}.ec-cta__phone{display:inline-flex;align-items:center;gap:10px;margin-top:26px;font-size:19px;font-weight:800;color:var(--ec-accent)}.ec-cta__panel{background:var(--ec-accent);border-radius:18px;padding:48px 42px;box-shadow:0 26px 52px -26px #2d7a68bf}.ec-cta__panel h2{margin:0;font-size:32px;line-height:1.15;letter-spacing:-.028em;font-weight:800;color:#fff;text-wrap:balance}.ec-cta__panel p{margin:18px 0 0;font-size:16.5px;line-height:1.68;color:#dcede7;text-wrap:pretty}.ec-cta__panel .ec-actions{margin-top:32px}.ec-cta__panel small{font-size:14px;font-weight:600;color:#cfe6df}.ec-sticky{position:fixed;left:0;right:0;bottom:0;z-index:60;background:#fff;border-top:1px solid #E5E7EB;box-shadow:0 -8px 24px -12px #11182740;padding:12px 16px;align-items:center;gap:12px;display:none}.ec-sticky__call{flex-shrink:0;width:50px;height:50px;border-radius:10px;border:1.5px solid #E5E7EB;display:flex;align-items:center;justify-content:center}.ec-sticky__buy{flex:1;background:var(--ec-accent);color:#fff;font-size:16px;font-weight:800;padding:16px;border-radius:10px;text-align:center;line-height:1.15}.ec-sticky__buy:hover{background:var(--ec-accent-dark);color:#fff}.ec-sticky__buy small{display:block;font-size:11.5px;font-weight:600;color:#cfe6df;margin-top:3px}.ec-sticky-pad{display:none;height:76px}.ec-announce{background:#111827;color:#e5e7eb;font-size:13px;text-align:center;padding:11px 24px;font-weight:500}.ec-announce p{display:inline;margin:0}.ec-announce a{color:var(--ec-accent-bright);font-weight:700}.ec-announce a:hover{color:#fff}@media screen and (max-width:1120px){.ec-h1{font-size:44px}.ec-h2{font-size:36px}.ec-hero__grid,.ec-hapt__grid,.ec-video__grid,.ec-split,.ec-cta__grid{grid-template-columns:minmax(0,1fr);gap:44px}.ec-split--rev .ec-split__media{order:0}.ec-grid--3,.ec-grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}.ec-float{left:16px}}@media screen and (max-width:780px){.ec-container,.ec-narrow{padding-left:20px;padding-right:20px}.ec-sec{padding-top:60px;padding-bottom:60px}.ec-h1{font-size:34px}.ec-h2{font-size:28px}.ec-lead{font-size:17px}.ec-grid--2,.ec-grid--3,.ec-grid--4{grid-template-columns:minmax(0,1fr)}.ec-float{display:none}.ec-stage{padding:26px 18px}.ec-fcard__body{padding:28px}.ec-fcard__title{font-size:24px}.ec-cta__help,.ec-cta__panel{padding:32px 26px}.ec-cta__panel h2{font-size:26px}.ec-btn{width:100%}.ec-actions{gap:12px}.ec-actions .ec-textlink{width:100%;justify-content:center}.ec-sticky--on{display:flex}.ec-sticky--on~.ec-sticky-pad,.ec-sticky-pad--on{display:block}.ec-sticky__buy,.ec-sticky__call{width:auto}}@media screen and (min-width:781px){.ec-sticky--desktop{display:flex}.ec-sticky--desktop~.ec-sticky-pad{display:block}}@media(prefers-reduced-motion:reduce){.ec-lp *,.ec-lp *:before,.ec-lp *:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}
/*# sourceMappingURL=/cdn/shop/t/187/assets/easecushion-lp.css.map */
