.emm-hero{max-width:880px;margin:0 auto;padding:48px 24px 56px;text-align:center;min-height:calc(100svh - 110px);display:flex;flex-direction:column;justify-content:center;align-items:center}.emm-hero-scroll{margin-top:56px;opacity:.45;color:var(--color-base, #111)}.emm-hero-scroll svg{width:22px;height:22px;display:block}.emm-hero-label{font-size:.8125rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--color-text-link-main, #1b4332);margin:0 0 22px}.emm-hero h1{font-family:var(--font-heading-family);font-weight:600;font-size:clamp(2.4rem,6vw,4.25rem);line-height:1.08;letter-spacing:-.015em;color:var(--color-heading-main, #111111);margin:0 0 24px}.emm-hero-sub{font-size:1.1875rem;line-height:1.6;color:var(--color-text-main, #3c3c3c);max-width:560px;margin:0 auto 36px}.emm-hero-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-bottom:40px}.emm-btn,.emm-btn:hover,.emm-btn:focus{text-decoration:none}.emm-btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 30px;border-radius:6px;font-size:1rem;font-weight:600;text-decoration:none;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.emm-btn--primary{background:#1b4332;color:#fff;border:1px solid #1b4332}.emm-btn--primary:hover{background:#142f24;border-color:#142f24;color:#fff}.emm-btn--secondary{background:transparent;color:var(--color-base, #111111);border:1px solid var(--color-base, #111111)}.emm-btn--secondary:hover{background:var(--color-base, #111111);color:var(--color-body-background, #ffffff)}html[data-emm-scheme=dark] .emm-btn--primary{background:#2d6a4f;border-color:#2d6a4f}html[data-emm-scheme=dark] .emm-btn--primary:hover{background:#3a8264;border-color:#3a8264}.emm-hero-stats{font-size:.9375rem;color:var(--color-subheading-main, #6b6b6b);display:flex;flex-wrap:wrap;justify-content:center;row-gap:4px;max-width:100%;padding:0 16px}.emm-hero-stats span{white-space:nowrap}.emm-hero-stats .emm-dot{margin:0 10px;color:var(--color-text-link-main, #1b4332)}@media(max-width:749px){.emm-hero{padding:64px 20px 48px}.emm-hero-sub{font-size:1.0625rem}.emm-hero-actions{flex-direction:column;align-items:stretch}.emm-btn{width:100%}.emm-hero-stats .emm-dot{margin:0 6px}}.header__heading-logo,.header__heading-link img{transition:filter .15s ease}.header__heading-logo:hover,.header__heading-link:hover img{filter:drop-shadow(0 3px 7px rgba(0,0,0,.35))}.emm-compare-row{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;max-width:1400px;margin:0 auto;padding:0 24px}.emm-compare-texts h3{font-family:var(--font-heading-family);font-weight:600;font-size:1.5rem;line-height:1.25;margin:0 0 10px;color:var(--color-heading-main, #111)}.emm-compare-texts p{font-size:1.0625rem;line-height:1.65;color:var(--color-text-main, #3c3c3c);margin:0}.emm-compare-texts .emm-compare-text+.emm-compare-text{margin-top:36px}.emm-compare{position:relative;border-radius:12px;overflow:hidden;-webkit-user-select:none;user-select:none;background:#111}.emm-compare img{display:block;width:100%;height:auto;pointer-events:none}.emm-compare-after{position:absolute;top:0;right:0;bottom:0;left:0;clip-path:inset(0 0 0 50%)}.emm-compare-divider{position:absolute;top:0;bottom:0;left:50%;width:2px;background:#fff;box-shadow:0 0 6px #00000073;pointer-events:none}.emm-compare-divider:after{content:"\27f7";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:38px;height:38px;border-radius:50%;background:#fff;color:#111;font-size:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000059}.emm-compare-range{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;opacity:0;cursor:ew-resize;-webkit-appearance:none;appearance:none}.emm-compare-chip{position:absolute;top:12px;padding:4px 12px;border-radius:100px;font-size:.75rem;font-weight:600;letter-spacing:.04em;background:#0f1110c7;color:#f2f2f0;pointer-events:none}.emm-compare-chip--before{left:12px}.emm-compare-chip--after{right:12px}.emm-diff{max-width:1400px;margin:0 auto;padding:0 24px}.emm-diff h2{font-family:var(--font-heading-family);font-weight:600;font-size:2rem;line-height:1.2;letter-spacing:-.01em;margin:0 0 28px;color:var(--color-heading-main, #111)}.emm-diff h3{font-family:var(--font-heading-family);font-weight:600;font-size:1.25rem;margin:0 0 10px;color:var(--color-heading-main, #111)}.emm-diff p{font-size:1.0625rem;line-height:1.65;color:var(--color-text-main, #3c3c3c);margin:0}.emm-diff-head{max-width:720px;margin-bottom:56px}.emm-diff-lead{font-size:1.1875rem;line-height:1.65;color:var(--color-text-main, #3c3c3c)}.emm-diff-tiles{display:grid;grid-template-columns:1fr 1fr;gap:24px}.emm-diff-tile{background:#e9f1eb;border-radius:14px;padding:36px 32px}.emm-diff-tile h3{margin-bottom:12px}.emm-diff-tile p{font-size:1rem}html[data-emm-scheme=dark] .emm-diff-tile{background:#1b231e}@media(max-width:899px){.emm-compare-row{grid-template-columns:1fr;gap:32px}.emm-diff-head{margin-bottom:36px}.emm-diff-tiles{grid-template-columns:1fr;gap:14px}.emm-diff-tile{padding:26px 22px}}.header__heading-logo,.header__heading-link img{max-height:36px;max-width:36px;width:auto}.section-header .header{padding-top:18px;padding-bottom:18px}.section-header .header.logo-to-left.top-menu-to-center{display:flex;align-items:center;gap:28px}.section-header .header.logo-to-left.top-menu-to-center .desktop-main-menu{flex:1 1 auto}.section-header .desktop-main-menu .list-menu{display:flex;width:100%;justify-content:space-evenly;gap:0}.section-header .desktop-main-menu .list-menu__item{font-size:1rem;padding-left:0;padding-right:0}.footer-blocks__content{padding-top:44px}.footer__block-social-icons{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.footer__block-social-icons .footer__follow-on-shop{margin-top:0!important}.emm-hero-stage{position:relative;overflow:hidden}.emm-hero-cloud{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}.emm-hero-stage .emm-hero{position:relative;z-index:1}.emm-hero-stage{cursor:grab;touch-action:pan-y}.emm-hero-stage.emm-grabbing{cursor:grabbing}.emm-hero:before{content:"";position:absolute;top:6%;right:-14%;bottom:6%;left:-14%;z-index:-1;pointer-events:none;background:radial-gradient(ellipse 62% 52% at 50% 50%,#ffffffb8,#ffffff61 52%,#fff0 74%)}html[data-emm-scheme=dark] .emm-hero:before{background:radial-gradient(ellipse 62% 52% at 50% 50%,#0f1110bd,#0f111066 52%,#0f111000 74%)}.btn__transition-text .btn__top-text.is-visible,.hover-area:hover .btn__transition-text:not(.native-hover) .btn__top-text.is-visible,.btn__transition-text:hover .btn__top-text.is-visible{top:0!important;transform:none!important}.btn__transition-text .btn__bottom-text{display:none!important}.btn{transition:box-shadow .15s ease,color .15s ease}.btn:hover{box-shadow:0 3px 12px #0000002e}html[data-emm-scheme=dark] .btn:hover{box-shadow:0 3px 12px #0000008c}.product-card .product-card__image,.product_card__button_hover .product-card__image{clip-path:none!important}.header__icons .header__button__bubble{--color-bubble-bg: #2d6a4f;--color-bubble-text: #ffffff;font-weight:600}.product-tab-secondary .product-tab__content{font-size:1.25rem;line-height:1.55}.product-tab-secondary .product-tab__content li{margin-bottom:5px}.product-tab-secondary .product-tab__content li:last-child{margin-bottom:0}.link-list__block-heading{min-height:36px;display:flex;align-items:center;margin-bottom:12px}.link-list__block-heading p.h5{display:inline-flex;align-items:center;gap:10px}.link-list__block-heading p.h5:before{content:"";flex:none;width:22px;height:22px;background:url(/cdn/shop/files/emm-logo-white.png?v=1780565998) center / contain no-repeat}html[data-emm-scheme=dark] .link-list__block-heading p.h5:before{background-image:url(/cdn/shop/files/emm-logo-black.png?v=1780565998)}.link-list__block-heading:empty{display:flex!important;min-height:36px;margin-bottom:12px}
/*# sourceMappingURL=/cdn/shop/t/2/assets/emm-home.css.map */
