html,body,#app{margin:0;padding:0}.footer.svelte-tioglr{background:#0f2b46;color:#fff;padding:80px 24px 24px}.footer__inner.svelte-tioglr{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr;gap:64px}.footer__logo.svelte-tioglr{width:160px;margin-bottom:16px}.footer__desc.svelte-tioglr{font-family:Outfit,sans-serif;font-size:14px;line-height:1.6;opacity:.85;max-width:320px}.footer__links.svelte-tioglr h4:where(.svelte-tioglr){font-family:Outfit,sans-serif;font-size:16px;margin-bottom:16px}.footer__links.svelte-tioglr ul:where(.svelte-tioglr){list-style:none;padding:0;margin:0 0 24px;display:flex;flex-direction:column;gap:10px}.footer__links.svelte-tioglr a:where(.svelte-tioglr){font-family:Outfit,sans-serif;font-size:14px;color:#fff;opacity:.85;text-decoration:none;transition:opacity .2s ease}.footer__links.svelte-tioglr a:where(.svelte-tioglr):hover{opacity:1}.footer__currency.svelte-tioglr{margin-top:8px}.currency-picker.svelte-tioglr{position:relative;width:auto;max-width:220px}.currency-trigger.svelte-tioglr{width:auto;min-width:200px;background:#ffffff1f;border:1px solid rgba(255,255,255,.25);border-radius:8px;padding:10px 14px;display:flex;gap:8px;justify-content:space-between;align-items:center;font-family:Outfit,sans-serif;font-size:14px;color:#fff;cursor:pointer}.currency-trigger.svelte-tioglr:hover{background:#ffffff2e}.currency.svelte-tioglr{opacity:.8;font-size:13px}.currency-dropdown.svelte-tioglr{position:absolute;bottom:calc(100% + 8px);left:0;background:#fff;color:#103152;border-radius:12px;box-shadow:0 8px 24px #0003;overflow:hidden;min-width:100%;z-index:20}.currency-option.svelte-tioglr{width:100%;padding:10px 14px;display:flex;justify-content:space-between;align-items:center;font-family:Outfit,sans-serif;font-size:14px;background:none;border:none;cursor:pointer}.currency-option.svelte-tioglr:hover{background:#f3f6fa}.currency-option.active.svelte-tioglr{background:#eaf2fb;font-weight:600}.footer__bottom.svelte-tioglr{margin-top:64px;padding-top:20px;border-top:1px solid rgba(255,255,255,.15);font-family:Outfit,sans-serif;text-align:center;font-size:13px;opacity:.7}@media(max-width:768px){.footer__inner.svelte-tioglr{grid-template-columns:1fr;gap:40px;text-align:center}.footer__desc.svelte-tioglr{margin:0 auto}.footer__links.svelte-tioglr ul:where(.svelte-tioglr){align-items:center}.footer__currency.svelte-tioglr{display:none}}.announcement-bar{height:32px;background:#e4b552;color:#103152;display:flex;align-items:center;justify-content:center;font-family:Outfit,sans-serif;font-size:16px;transition:height .25s ease,opacity .2s ease,transform .25s ease}.announcement-bar.hidden{height:0;opacity:0;transform:translateY(-100%);pointer-events:none}.announcement-bar p{margin:0}.announcement-bar strong{font-weight:700}.header-wrapper{position:sticky;top:0;z-index:1000;width:100%;background:#2f79bf}.page-width{max-width:1200px;margin:0 auto;padding:20px 50px;box-sizing:border-box}.header{max-height:80px;display:flex;align-items:center;gap:32px}.logo img{display:block}.nav{display:flex;gap:24px}.nav a{color:#fff;font-size:13px;font-family:Outfit,sans-serif;text-decoration:none;position:relative;padding-bottom:4px}.nav a{transform:translateY(4px)}.nav a:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background:#fff;opacity:0;transform:scaleX(0);transition:transform .2s ease,opacity .2s ease}.nav a:hover:after,.nav a.active:after{opacity:1;transform:scaleX(1)}.header__icon{display:flex;align-items:center;justify-content:center}.header__icon--cart{margin-left:auto;display:flex;align-items:center;justify-content:center}.cart-icon-wrapper{position:relative;width:34px;height:44px;display:flex;align-items:center;justify-content:center}.cart-icon-wrapper svg{width:34px;height:44px;display:block}.cart-icon-wrapper svg g{transform-origin:center;transform:translate(0)}.cart-badge{position:absolute;top:8px;right:-2px;width:14px;height:14px;background:#3cb5c8;color:#fff;border-radius:50%;font-family:Outfit,sans-serif;font-size:8px;font-weight:600;display:flex;align-items:center;justify-content:center;pointer-events:none}.header__icon--menu{display:none;background:none;border:none;padding:0;width:32px;height:32px;position:relative}.header__icon--menu svg{position:absolute;top:50%;left:50%;width:22px;height:22px;color:#fff;transform:translate(-50%,-50%);transition:transform .25s ease,opacity .2s ease}.icon-hamburger{opacity:1}.icon-close,.header__icon--menu.open .icon-hamburger{opacity:0}.header__icon--menu.open .icon-close{opacity:1}:root{--header-height-mobile: 60px}.mobile-menu{position:absolute;top:100%;left:0;right:0;height:calc(100vh - 100%);background:#5c9fe0;z-index:900;transform:translate(-100%);transition:transform .35s ease;display:flex;flex-direction:column}.mobile-menu.open{transform:translate(0)}.mobile-menu__nav{display:flex;flex-direction:column;padding:16px}.mobile-menu__nav a{color:#fff;font-family:Outfit,sans-serif;font-size:16px;padding:14px 0;border-bottom:1px solid rgba(0,0,0,.25);text-decoration:none}.currency-picker{position:relative;width:auto;max-width:220px}.currency-trigger{width:auto;min-width:200px;background:#ffffff1f;border:1px solid rgba(255,255,255,.25);border-radius:8px;padding:10px 14px;display:flex;gap:8px;justify-content:space-between;align-items:center;font-family:Outfit,sans-serif;font-size:14px;color:#fff}.currency-trigger:hover{background:#ffffff2e}.currency{opacity:.8;font-size:13px}.chevron{margin-left:8px;transition:transform .2s ease}.chevron.open{transform:rotate(180deg)}.currency-dropdown{position:absolute;bottom:calc(100% + 6px);left:0;width:100%;max-width:220px;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 8px 24px #0003}.currency-option{width:100%;padding:12px 14px;display:flex;justify-content:space-between;align-items:center;background:#fff;border:none;font-family:Outfit,sans-serif;font-size:14px;color:#103152;cursor:pointer}.currency-option:hover{background:#f3f6fa}.currency-option.active{background:#e8f4f6;font-weight:600}.mobile-menu__footer{position:relative;padding-bottom:calc(16px + env(safe-area-inset-bottom));display:flex;align-items:flex-end;justify-content:flex-start;background:transparent}.mobile-menu{display:flex;flex-direction:column}.mobile-menu__footer{margin-top:auto;padding-left:16px}@media(max-width:1200px){.header{max-height:60px}}@media(max-width:989px){.hero__image{order:1}.hero__content{order:2}.nav{display:none}.page-width{padding:0 20px}.header{min-height:60px}.header__icon--menu{display:flex;align-items:center;justify-content:center}.logo{position:absolute;left:50%;transform:translate(-50%)}}.comparison.svelte-1u4zfho{background:#2f79bf;padding:0 24px 100px;color:#fff}.comparison__inner.svelte-1u4zfho{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:32px;align-items:start}.comparison__title.svelte-1u4zfho{font-family:DM Sans,sans-serif;font-size:36px;font-weight:500;line-height:1.25;margin:0 0 32px}.features-list.svelte-1u4zfho{list-style:none;padding:0;margin:0;display:grid;grid-template-rows:repeat(6,56px)}.features-list.svelte-1u4zfho li:where(.svelte-1u4zfho){display:flex;align-items:center;font-family:Outfit,sans-serif;font-size:15px;padding-left:28px;position:relative}.features-list.svelte-1u4zfho li:where(.svelte-1u4zfho):before{content:"✔";position:absolute;left:0;color:#fff;opacity:.9}.compare-card.svelte-1u4zfho{background:#f3f5f8;color:#103152;border-radius:16px;overflow:hidden;display:grid;grid-template-rows:120px auto}.compare-card--main.svelte-1u4zfho{border:2px solid #103152}.compare-card__header.svelte-1u4zfho{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;border-bottom:1px solid #dbe3ee}.compare-card__name.svelte-1u4zfho{font-family:Outfit,sans-serif;font-weight:600;font-size:22px}.badge.svelte-1u4zfho{font-size:12px;padding:4px 12px;border-radius:999px}.badge--green.svelte-1u4zfho{background:#00bd70;color:#fff;font-family:Outfit,sans-serif}.badge--blue.svelte-1u4zfho{background:#9bb6d6;color:#103152;font-family:Outfit,sans-serif}.compare-card__rows.svelte-1u4zfho{display:grid;grid-template-rows:repeat(6,56px)}.cell.svelte-1u4zfho{display:flex;align-items:center;justify-content:center;border-top:1px solid #dbe3ee;font-size:18px;font-weight:700}.cell.yes.svelte-1u4zfho{color:#00bd70}.cell.no.svelte-1u4zfho{color:#5c7fa8}@media(max-width:900px){.comparison__inner.svelte-1u4zfho{grid-template-columns:1fr 1fr;gap:24px;align-items:start}.features-list.svelte-1u4zfho li:where(.svelte-1u4zfho):before{display:none}.comparison__features.svelte-1u4zfho{grid-column:1 / -1;display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:16px}.comparison__title.svelte-1u4zfho{font-size:28px;margin-bottom:20px;max-width:320px}.features-list.svelte-1u4zfho{width:100%;max-width:320px;margin:0 auto;display:flex;flex-direction:column;gap:14px}.features-list.svelte-1u4zfho li:where(.svelte-1u4zfho){display:flex;align-items:center;justify-content:center;gap:8px;padding-left:0;text-align:center}.compare-card.svelte-1u4zfho{width:100%;max-width:160px;justify-self:center}.compare-card__header.svelte-1u4zfho{height:96px}.compare-card__name.svelte-1u4zfho{font-size:16px}.badge.svelte-1u4zfho{font-size:11px;padding:3px 10px}.compare-card__rows.svelte-1u4zfho{grid-template-rows:repeat(6,44px)}.cell.svelte-1u4zfho{font-size:16px}}.comparison__wave.svelte-1u4zfho{bottom:-1px;left:0;width:100%;line-height:0;transform:rotate(180deg)}.comparison__wave.svelte-1u4zfho svg:where(.svelte-1u4zfho){display:block;width:100%;height:120px;fill:#2f79bf}.guarantee.svelte-vsujoi{background:#fffdfb;position:relative;padding:0 24px 100px;text-align:center;color:#103152}.guarantee__inner.svelte-vsujoi{max-width:720px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:20px}.guarantee__icon.svelte-vsujoi{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#00bd701f;color:#00bd70;font-size:22px;font-weight:700}.guarantee__title.svelte-vsujoi{font-family:DM Sans,sans-serif;font-size:32px;font-weight:500;margin:0}.guarantee__text.svelte-vsujoi{font-family:Outfit,sans-serif;font-size:15px;line-height:1.6;color:#2a4a69;margin:0}.guarantee__text.svelte-vsujoi a:where(.svelte-vsujoi){color:#2f79bf;text-decoration:none;font-weight:600}.guarantee__cta.svelte-vsujoi{margin-top:12px;width:100%;max-width:420px;height:64px;display:flex;align-items:center;justify-content:center;font-family:Outfit,sans-serif;font-size:16px;font-weight:700;color:#fff;background:#5c9fe0;border-radius:10px;border:2px solid #1c4d8a;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.guarantee__cta.svelte-vsujoi:hover{transform:translateY(-1px);box-shadow:0 6px #1c4d8a59}.guarantee__cta.svelte-vsujoi:active{transform:translateY(1px);box-shadow:0 2px #1c4d8a59}.guarantee__badges.svelte-vsujoi{display:flex;gap:24px;margin-top:8px;font-family:Outfit,sans-serif;font-size:14px;color:#2f79bf}@media(max-width:600px){.guarantee.svelte-vsujoi{padding:0 16px 80px}.guarantee__title.svelte-vsujoi{font-size:26px}.guarantee__badges.svelte-vsujoi{flex-direction:column;gap:8px}}.before-after-section.svelte-6frbm2{position:relative;background:#2f79bf;color:#fff;padding:120px 24px 100px;overflow:hidden}.wave--top.svelte-6frbm2{position:absolute;top:-1px;left:0;width:100%;height:120px;fill:#fffdfb;transform:rotate(180deg);transform-origin:center;z-index:1;pointer-events:none}.content.svelte-6frbm2{max-width:1100px;margin:0 auto;text-align:center}h2.svelte-6frbm2{font-family:DM Sans,sans-serif;font-size:36px;font-weight:400;margin:0 0 12px}p.svelte-6frbm2{font-family:Outfit,sans-serif;font-size:16px;opacity:.95;margin:0 0 32px}.slider.svelte-6frbm2{position:relative;max-width:720px;margin:0 auto 18px;aspect-ratio:4 / 3;border-radius:16px;overflow:hidden;background:#000}.image.svelte-6frbm2{position:absolute;inset:0}.image.svelte-6frbm2 img:where(.svelte-6frbm2){width:100%;height:100%;object-fit:cover;display:block}.before.svelte-6frbm2{z-index:2;clip-path:inset(0 50% 0 0)}.after.svelte-6frbm2{z-index:1}.label.svelte-6frbm2{position:absolute;bottom:12px;padding:6px 10px;background:#fff;color:#103152;font-size:13px;border-radius:6px;font-family:Outfit,sans-serif}.label.left.svelte-6frbm2{left:12px}.label.right.svelte-6frbm2{right:12px}.divider.svelte-6frbm2{position:absolute;top:0;bottom:0;width:2px;background:#fff;z-index:3;left:50%;transform:translate(-1px)}.handle.svelte-6frbm2{position:absolute;top:50%;transform:translate(-50%,-50%);z-index:4;width:48px;height:48px;border-radius:50%;border:none;background:#fff;color:#2f79bf;display:flex;align-items:center;justify-content:center;cursor:grab}.handle.svelte-6frbm2:active{cursor:grabbing}.handle.svelte-6frbm2 svg:where(.svelte-6frbm2){width:24px;height:24px}.hint.svelte-6frbm2{font-family:Outfit,sans-serif;font-size:14px;opacity:.9}@media(max-width:768px){h2.svelte-6frbm2{font-size:28px}.slider.svelte-6frbm2{max-width:100%}}.purchase-option__variant-select{margin-left:auto;height:36px;padding:0 36px 0 12px;border-radius:8px;border:1px solid #dbe8f4;background:#fff;font-size:13px;appearance:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%232a4a69' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:14px}.product-gallery.svelte-t7ndc{width:100%;max-width:1200px;margin:0 auto;padding:40px 24px;display:grid;grid-template-columns:minmax(0,1fr) 520px;gap:48px;align-items:flex-start;box-sizing:border-box}.product-gallery__photo.svelte-t7ndc{position:relative;min-height:100%}.product-gallery__photo-sticky.svelte-t7ndc{position:sticky;top:100px;width:100%}.product-gallery__purchase.svelte-t7ndc{width:100%;min-width:0}@media(max-width:1024px){.product-gallery.svelte-t7ndc{grid-template-columns:minmax(0,1fr) 460px;gap:32px}}@media(max-width:768px){.product-gallery.svelte-t7ndc{grid-template-columns:1fr;gap:24px;padding:24px 16px}.product-gallery__photo-sticky.svelte-t7ndc{position:static}}.comparison.svelte-1m3ytd0{background:#2f79bf;padding:0 24px 100px;color:#fff}.comparison__inner.svelte-1m3ytd0{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:32px;align-items:start}.comparison__title.svelte-1m3ytd0{font-family:DM Sans,sans-serif;font-size:36px;font-weight:500;line-height:1.25;margin:0 0 32px}.features-list.svelte-1m3ytd0{list-style:none;padding:0;margin:0;display:grid;grid-template-rows:repeat(6,56px)}.features-list.svelte-1m3ytd0 li:where(.svelte-1m3ytd0){display:flex;align-items:center;font-family:Outfit,sans-serif;font-size:15px;padding-left:28px;position:relative}.features-list.svelte-1m3ytd0 li:where(.svelte-1m3ytd0):before{content:"✔";position:absolute;left:0;color:#fff;opacity:.9}.compare-card.svelte-1m3ytd0{background:#f3f5f8;color:#103152;border-radius:16px;overflow:hidden;display:grid;grid-template-rows:120px auto}.compare-card--main.svelte-1m3ytd0{border:2px solid #103152}.compare-card__header.svelte-1m3ytd0{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;border-bottom:1px solid #dbe3ee}.compare-card__name.svelte-1m3ytd0{font-family:Outfit,sans-serif;font-weight:600;font-size:22px}.badge.svelte-1m3ytd0{font-size:12px;padding:4px 12px;border-radius:999px}.badge--green.svelte-1m3ytd0{background:#00bd70;color:#fff;font-family:Outfit,sans-serif}.badge--blue.svelte-1m3ytd0{background:#9bb6d6;color:#103152;font-family:Outfit,sans-serif}.compare-card__rows.svelte-1m3ytd0{display:grid;grid-template-rows:repeat(6,56px)}.cell.svelte-1m3ytd0{display:flex;align-items:center;justify-content:center;border-top:1px solid #dbe3ee;font-size:18px;font-weight:700}.cell.yes.svelte-1m3ytd0{color:#00bd70}.cell.no.svelte-1m3ytd0{color:#5c7fa8}@media(max-width:900px){.comparison__inner.svelte-1m3ytd0{grid-template-columns:1fr 1fr;gap:24px;align-items:start}.features-list.svelte-1m3ytd0 li:where(.svelte-1m3ytd0):before{display:none}.comparison__features.svelte-1m3ytd0{grid-column:1 / -1;display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:16px}.comparison__title.svelte-1m3ytd0{font-size:28px;margin-bottom:20px;max-width:320px}.features-list.svelte-1m3ytd0{width:100%;max-width:320px;margin:0 auto;display:flex;flex-direction:column;gap:14px}.features-list.svelte-1m3ytd0 li:where(.svelte-1m3ytd0){display:flex;align-items:center;justify-content:center;gap:8px;padding-left:0;text-align:center}.compare-card.svelte-1m3ytd0{width:100%;max-width:160px;justify-self:center}.compare-card__header.svelte-1m3ytd0{height:96px}.compare-card__name.svelte-1m3ytd0{font-size:16px}.badge.svelte-1m3ytd0{font-size:11px;padding:3px 10px}.compare-card__rows.svelte-1m3ytd0{grid-template-rows:repeat(6,44px)}.cell.svelte-1m3ytd0{font-size:16px}}.comparison__wave.svelte-1m3ytd0{bottom:-1px;left:0;width:100%;line-height:0;transform:rotate(180deg)}.comparison__wave.svelte-1m3ytd0 svg:where(.svelte-1m3ytd0){display:block;width:100%;height:120px;fill:#2f79bf}.guarantee.svelte-m72762{background:#fffdfb;position:relative;padding:0 24px 100px;text-align:center;color:#103152}.guarantee__inner.svelte-m72762{max-width:720px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:20px}.guarantee__icon.svelte-m72762{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#00bd701f;color:#00bd70;font-size:22px;font-weight:700}.guarantee__title.svelte-m72762{font-family:DM Sans,sans-serif;font-size:32px;font-weight:500;margin:0}.guarantee__text.svelte-m72762{font-family:Outfit,sans-serif;font-size:15px;line-height:1.6;color:#2a4a69;margin:0}.guarantee__text.svelte-m72762 a:where(.svelte-m72762){color:#2f79bf;text-decoration:none;font-weight:600}.guarantee__cta.svelte-m72762{margin-top:12px;width:100%;max-width:420px;height:64px;display:flex;align-items:center;justify-content:center;font-family:Outfit,sans-serif;font-size:16px;font-weight:700;color:#fff;background:#5c9fe0;border-radius:10px;border:2px solid #1c4d8a;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.guarantee__cta.svelte-m72762:hover{transform:translateY(-1px);box-shadow:0 6px #1c4d8a59}.guarantee__cta.svelte-m72762:active{transform:translateY(1px);box-shadow:0 2px #1c4d8a59}.guarantee__badges.svelte-m72762{display:flex;gap:24px;margin-top:8px;font-family:Outfit,sans-serif;font-size:14px;color:#2f79bf}@media(max-width:600px){.guarantee.svelte-m72762{padding:0 16px 80px}.guarantee__title.svelte-m72762{font-size:26px}.guarantee__badges.svelte-m72762{flex-direction:column;gap:8px}}.before-after-section.svelte-1131psi{position:relative;background:#2f79bf;color:#fff;padding:120px 24px 100px;overflow:hidden}.wave--top.svelte-1131psi{position:absolute;top:-1px;left:0;width:100%;height:120px;fill:#fffdfb;transform:rotate(180deg);transform-origin:center;z-index:1;pointer-events:none}.content.svelte-1131psi{max-width:1100px;margin:0 auto;text-align:center}h2.svelte-1131psi{font-family:DM Sans,sans-serif;font-size:36px;font-weight:400;margin:0 0 12px}p.svelte-1131psi{font-family:Outfit,sans-serif;font-size:16px;opacity:.95;margin:0 0 32px}.slider.svelte-1131psi{position:relative;max-width:720px;margin:0 auto 18px;aspect-ratio:4 / 3;border-radius:16px;overflow:hidden;background:#000}.image.svelte-1131psi{position:absolute;inset:0}.image.svelte-1131psi img:where(.svelte-1131psi){width:100%;height:100%;object-fit:cover;display:block}.before.svelte-1131psi{z-index:2;clip-path:inset(0 50% 0 0)}.after.svelte-1131psi{z-index:1}.label.svelte-1131psi{position:absolute;bottom:12px;padding:6px 10px;background:#fff;color:#103152;font-size:13px;border-radius:6px;font-family:Outfit,sans-serif}.label.left.svelte-1131psi{left:12px}.label.right.svelte-1131psi{right:12px}.divider.svelte-1131psi{position:absolute;top:0;bottom:0;width:2px;background:#fff;z-index:3;left:50%;transform:translate(-1px)}.handle.svelte-1131psi{position:absolute;top:50%;transform:translate(-50%,-50%);z-index:4;width:48px;height:48px;border-radius:50%;border:none;background:#fff;color:#2f79bf;display:flex;align-items:center;justify-content:center;cursor:grab}.handle.svelte-1131psi:active{cursor:grabbing}.handle.svelte-1131psi svg:where(.svelte-1131psi){width:24px;height:24px}.hint.svelte-1131psi{font-family:Outfit,sans-serif;font-size:14px;opacity:.9}@media(max-width:768px){h2.svelte-1131psi{font-size:28px}.slider.svelte-1131psi{max-width:100%}}.purchase-option__variant-select{margin-left:auto;height:36px;padding:0 36px 0 12px;border-radius:8px;border:1px solid #dbe8f4;background:#fff;font-size:13px;appearance:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%232a4a69' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:14px}.product-gallery.svelte-lvfi08{width:100%;max-width:1200px;margin:0 auto;padding:40px 24px;display:grid;grid-template-columns:minmax(0,1fr) 520px;gap:48px;align-items:flex-start;box-sizing:border-box}.product-gallery__photo.svelte-lvfi08{position:relative;min-height:100%}.product-gallery__photo-sticky.svelte-lvfi08{position:sticky;top:100px;width:100%}.product-gallery__purchase.svelte-lvfi08{width:100%;min-width:0}@media(max-width:1024px){.product-gallery.svelte-lvfi08{grid-template-columns:minmax(0,1fr) 460px;gap:32px}}@media(max-width:768px){.product-gallery.svelte-lvfi08{grid-template-columns:1fr;gap:24px;padding:24px 16px}.product-gallery__photo-sticky.svelte-lvfi08{position:static}}.comparison.svelte-1r6s598{background:#2f79bf;padding:0 24px 100px;color:#fff}.comparison__inner.svelte-1r6s598{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:32px;align-items:start}.comparison__title.svelte-1r6s598{font-family:DM Sans,sans-serif;font-size:36px;font-weight:500;line-height:1.25;margin:0 0 32px}.features-list.svelte-1r6s598{list-style:none;padding:0;margin:0;display:grid;grid-template-rows:repeat(6,56px)}.features-list.svelte-1r6s598 li:where(.svelte-1r6s598){display:flex;align-items:center;font-family:Outfit,sans-serif;font-size:15px;padding-left:28px;position:relative}.features-list.svelte-1r6s598 li:where(.svelte-1r6s598):before{content:"✔";position:absolute;left:0;color:#fff;opacity:.9}.compare-card.svelte-1r6s598{background:#f3f5f8;color:#103152;border-radius:16px;overflow:hidden;display:grid;grid-template-rows:120px auto}.compare-card--main.svelte-1r6s598{border:2px solid #103152}.compare-card__header.svelte-1r6s598{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;border-bottom:1px solid #dbe3ee}.compare-card__name.svelte-1r6s598{font-family:Outfit,sans-serif;font-weight:600;font-size:22px}.badge.svelte-1r6s598{font-size:12px;padding:4px 12px;border-radius:999px}.badge--green.svelte-1r6s598{background:#00bd70;color:#fff;font-family:Outfit,sans-serif}.badge--blue.svelte-1r6s598{background:#9bb6d6;color:#103152;font-family:Outfit,sans-serif}.compare-card__rows.svelte-1r6s598{display:grid;grid-template-rows:repeat(6,56px)}.cell.svelte-1r6s598{display:flex;align-items:center;justify-content:center;border-top:1px solid #dbe3ee;font-size:18px;font-weight:700}.cell.yes.svelte-1r6s598{color:#00bd70}.cell.no.svelte-1r6s598{color:#5c7fa8}@media(max-width:900px){.comparison__inner.svelte-1r6s598{grid-template-columns:1fr 1fr;gap:24px;align-items:start}.features-list.svelte-1r6s598 li:where(.svelte-1r6s598):before{display:none}.comparison__features.svelte-1r6s598{grid-column:1 / -1;display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:16px}.comparison__title.svelte-1r6s598{font-size:28px;margin-bottom:20px;max-width:320px}.features-list.svelte-1r6s598{width:100%;max-width:320px;margin:0 auto;display:flex;flex-direction:column;gap:14px}.features-list.svelte-1r6s598 li:where(.svelte-1r6s598){display:flex;align-items:center;justify-content:center;gap:8px;padding-left:0;text-align:center}.compare-card.svelte-1r6s598{width:100%;max-width:160px;justify-self:center}.compare-card__header.svelte-1r6s598{height:96px}.compare-card__name.svelte-1r6s598{font-size:16px}.badge.svelte-1r6s598{font-size:11px;padding:3px 10px}.compare-card__rows.svelte-1r6s598{grid-template-rows:repeat(6,44px)}.cell.svelte-1r6s598{font-size:16px}}.comparison__wave.svelte-1r6s598{bottom:-1px;left:0;width:100%;line-height:0;transform:rotate(180deg)}.comparison__wave.svelte-1r6s598 svg:where(.svelte-1r6s598){display:block;width:100%;height:120px;fill:#2f79bf}.guarantee.svelte-11tdusu{background:#fffdfb;position:relative;padding:0 24px 100px;text-align:center;color:#103152}.guarantee__inner.svelte-11tdusu{max-width:720px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:20px}.guarantee__icon.svelte-11tdusu{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#00bd701f;color:#00bd70;font-size:22px;font-weight:700}.guarantee__title.svelte-11tdusu{font-family:DM Sans,sans-serif;font-size:32px;font-weight:500;margin:0}.guarantee__text.svelte-11tdusu{font-family:Outfit,sans-serif;font-size:15px;line-height:1.6;color:#2a4a69;margin:0}.guarantee__text.svelte-11tdusu a:where(.svelte-11tdusu){color:#2f79bf;text-decoration:none;font-weight:600}.guarantee__cta.svelte-11tdusu{margin-top:12px;width:100%;max-width:420px;height:64px;display:flex;align-items:center;justify-content:center;font-family:Outfit,sans-serif;font-size:16px;font-weight:700;color:#fff;background:#5c9fe0;border-radius:10px;border:2px solid #1c4d8a;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.guarantee__cta.svelte-11tdusu:hover{transform:translateY(-1px);box-shadow:0 6px #1c4d8a59}.guarantee__cta.svelte-11tdusu:active{transform:translateY(1px);box-shadow:0 2px #1c4d8a59}.guarantee__badges.svelte-11tdusu{display:flex;gap:24px;margin-top:8px;font-family:Outfit,sans-serif;font-size:14px;color:#2f79bf}@media(max-width:600px){.guarantee.svelte-11tdusu{padding:0 16px 80px}.guarantee__title.svelte-11tdusu{font-size:26px}.guarantee__badges.svelte-11tdusu{flex-direction:column;gap:8px}}.before-after-section.svelte-1m6ksh2{position:relative;background:#2f79bf;color:#fff;padding:120px 24px 100px;overflow:hidden}.wave--top.svelte-1m6ksh2{position:absolute;top:-1px;left:0;width:100%;height:120px;fill:#fffdfb;transform:rotate(180deg);transform-origin:center;z-index:1;pointer-events:none}.content.svelte-1m6ksh2{max-width:1100px;margin:0 auto;text-align:center}h2.svelte-1m6ksh2{font-family:DM Sans,sans-serif;font-size:36px;font-weight:400;margin:0 0 12px}p.svelte-1m6ksh2{font-family:Outfit,sans-serif;font-size:16px;opacity:.95;margin:0 0 32px}.slider.svelte-1m6ksh2{position:relative;max-width:720px;margin:0 auto 18px;aspect-ratio:4 / 3;border-radius:16px;overflow:hidden;background:#000}.image.svelte-1m6ksh2{position:absolute;inset:0}.image.svelte-1m6ksh2 img:where(.svelte-1m6ksh2){width:100%;height:100%;object-fit:cover;display:block}.before.svelte-1m6ksh2{z-index:2;clip-path:inset(0 50% 0 0)}.after.svelte-1m6ksh2{z-index:1}.label.svelte-1m6ksh2{position:absolute;bottom:12px;padding:6px 10px;background:#fff;color:#103152;font-size:13px;border-radius:6px;font-family:Outfit,sans-serif}.label.left.svelte-1m6ksh2{left:12px}.label.right.svelte-1m6ksh2{right:12px}.divider.svelte-1m6ksh2{position:absolute;top:0;bottom:0;width:2px;background:#fff;z-index:3;left:50%;transform:translate(-1px)}.handle.svelte-1m6ksh2{position:absolute;top:50%;transform:translate(-50%,-50%);z-index:4;width:48px;height:48px;border-radius:50%;border:none;background:#fff;color:#2f79bf;display:flex;align-items:center;justify-content:center;cursor:grab}.handle.svelte-1m6ksh2:active{cursor:grabbing}.handle.svelte-1m6ksh2 svg:where(.svelte-1m6ksh2){width:24px;height:24px}.hint.svelte-1m6ksh2{font-family:Outfit,sans-serif;font-size:14px;opacity:.9}@media(max-width:768px){h2.svelte-1m6ksh2{font-size:28px}.slider.svelte-1m6ksh2{max-width:100%}}.benefits-wrapper{max-width:600px;width:100%;margin-left:auto;margin-right:auto;color:#103152;font-family:Outfit,sans-serif;font-size:16px;text-align:center}.four-benefits-section{padding:80px 20px}@media(max-width:1280px){.four-benefits-section{padding:60px 20px}}@media(max-width:768px){.four-benefits-section{padding:40px 20px}}.four-benefits-container{max-width:1200px;margin:0 auto}.section-heading{font-family:DM Sans,sans-serif;font-size:32px;font-weight:400;line-height:1.2;color:#103152;text-align:center;margin:0 0 50px}@media(max-width:768px){.section-heading{font-size:26px;margin-bottom:40px}}.benefits-wrapper{max-width:600px;margin:0 auto;color:#103152;font-family:Outfit,sans-serif;font-size:16px}.benefits-section{display:grid;grid-template-columns:1fr 1fr;gap:48px 80px;margin:0 auto}@media(max-width:768px){.benefits-section{gap:36px 40px}}.benefit-item{display:flex;flex-direction:column;align-items:center;text-align:center}.icon-container{width:72px;height:72px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:linear-gradient(135deg,#4fb4d6,#5c9fe0);border:2px solid #103152;margin-bottom:14px}.icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#fff}.icon svg{width:100%;height:100%;display:block;fill:currentColor}.benefit-title{font-family:Outfit,sans-serif;font-size:16px;font-weight:600;color:#103152;margin:0 0 6px}.benefit-description{font-family:Outfit,sans-serif;font-size:14px;line-height:1.5;color:#2a4a69;margin:0}@media(max-width:768px){.benefits-wrapper{max-width:100%}}.product-gallery{width:100%}.product-gallery__main{background:#2f6fb4;border-radius:18px;overflow:hidden}.product-gallery__image{width:100%;height:auto;display:block}.product-gallery__thumbs{display:flex;justify-content:center;gap:14px;margin-top:16px}.product-gallery__thumb{width:64px;height:64px;padding:0;border:1px solid transparent;border-radius:12px;background:transparent;cursor:pointer}.product-gallery__thumb img{width:100%;height:100%;object-fit:contain;display:block;border-radius:10px;opacity:.55;transition:opacity .2s ease}.product-gallery__thumb:hover img,.product-gallery__thumb.is-active img{opacity:1}.product-gallery__thumb.is-active{border-color:#000}@media(max-width:480px){.product-gallery__thumb{width:56px;height:56px}}.purchase{width:100%;font-family:Outfit,sans-serif;color:#103152;padding:8px;display:flex;flex-direction:column;gap:18px}.purchase-gift{display:inline-flex;align-items:center;gap:8px;padding:12px 14px;margin:0;background:#fff;border:2px solid #00bd70;border-radius:8px;color:#00bd70}.purchase-gift__icon{width:20px;height:20px;flex-shrink:0}.purchase-gift__text{font-size:13px;line-height:1.4;margin:0}.purchase__title{margin:0;padding:2px 0;font-family:DM Sans,sans-serif;font-size:32px;font-weight:400}.purchase__subtitle{margin:0;font-size:14px;color:#2a4a69}.purchase__ship{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;font-size:13px;background:#eef3f8;border-radius:999px;color:#00bd70}.purchase__ship span{width:8px;height:8px;border-radius:50%;background:#00bd70}.purchase__options{display:flex;flex-direction:column;gap:10px}.purchase-option{position:relative;padding:16px;background:#fff;border:1px dashed #5c9fe0;border-radius:14px;cursor:pointer}.purchase-option.is-active{border:2px solid #5c9fe0}.purchase-option__content{display:flex;align-items:center;gap:16px;flex-wrap:nowrap}.purchase-option__radio{width:18px;height:18px;border-radius:50%;border:2px solid #5c9fe0;position:relative;flex-shrink:0}.purchase-option.is-active .purchase-option__radio:after{content:"";position:absolute;inset:4px;border-radius:50%;background:#5c9fe0}.purchase-option__left{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.purchase-option__image{width:64px;height:64px;border-radius:12px;object-fit:contain;flex-shrink:0}.purchase-option__info{display:flex;flex-direction:column;min-width:0;align-items:flex-start}.purchase-option__title{font-size:16px;font-weight:600;white-space:nowrap;font-family:Outfit,sans-serif;overflow:hidden;text-overflow:ellipsis;color:#2a4a69}.purchase-option__save{font-size:12px;color:#8fa3b8;white-space:nowrap;font-family:Outfit,sans-serif}.purchase-option__qty{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;margin-right:6px;border-radius:50%;background:#eef3f8;font-size:11px;font-weight:600;color:#2a4a69}.purchase-option__price{display:flex;flex-direction:column;align-items:flex-end;flex-shrink:0}.purchase-option__current{font-size:16px;font-weight:600;color:#ff2d2d;font-family:Outfit,sans-serif}.purchase-option__old{font-size:11px;color:#8fa3b8;font-family:Outfit,sans-serif;text-decoration:line-through}.hero__rating{display:flex;align-items:center;gap:12px}.purchase-option__badge{position:absolute;top:-10px;right:12px;padding:4px 10px;font-family:Outfit,sans-serif;font-size:11px;font-weight:700;letter-spacing:.3px;color:#fff;border-radius:999px;overflow:hidden;z-index:2}.purchase-option__badge{background:linear-gradient(135deg,#ffb703,#f4a000)}.purchase-option__badge:contains("BEST"){background:linear-gradient(135deg,#00bd70,#00a864)}.purchase-option__badge[data-type=popular]{background:linear-gradient(135deg,#ffb703,#f4a000)}.purchase-option__badge[data-type=best]{background:linear-gradient(135deg,#00bd70,#00a864)}.purchase-option__badge:after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 30%,rgba(255,255,255,.6) 50%,transparent 70%);transform:translate(-120%);animation:badge-shine 4.5s ease-in-out infinite;pointer-events:none}.purchase-option:nth-child(2) .purchase-option__badge:after{animation-delay:1.2s}.purchase-option:nth-child(3) .purchase-option__badge:after{animation-delay:2.4s}@keyframes badge-shine{0%{transform:translate(-120%);opacity:0}15%{opacity:1}35%{transform:translate(120%);opacity:0}to{transform:translate(120%);opacity:0}}.purchase-option__variants{display:none;margin-top:12px;padding-top:12px;gap:10px;flex-direction:column}.purchase-option.is-active .purchase-option__variants{display:flex}.purchase-option__variant-row{display:flex;align-items:center;gap:12px;flex-wrap:nowrap;width:100%}.purchase-option__variant-left{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.purchase-option__variant-image{width:36px;height:36px;border-radius:8px}.purchase-option__variant-label{font-size:13px;color:#2a4a69;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.purchase-option__variant-select{margin-left:auto;height:36px;padding:0 36px 0 12px;border-radius:8px;border:1px solid #dbe8f4;background:#fff;font-size:13px;appearance:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%232a4a69' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:14px}.purchase__cta{position:relative;overflow:hidden;padding:20px;width:100%;height:66px;display:flex;align-items:center;justify-content:center;font-family:Outfit,sans-serif;font-size:16px;font-weight:700;color:#fff;background:#5c9fe0;border-radius:8px;border:2px solid #1c4d8a;cursor:pointer;transition:background .2s ease,transform .15s ease,box-shadow .15s ease}.purchase__cta:hover{background:linear-gradient(45deg,#3cb5c8,#5c9fe0);transform:translateY(-1px);box-shadow:0 6px #1c4d8a59}.purchase__cta:active{transform:translateY(1px);box-shadow:0 2px #1c4d8a59}.purchase__cta:after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 30%,rgba(255,255,255,.35) 50%,transparent 70%);opacity:0;transform:translate(-100%);transition:transform .4s ease,opacity .2s ease}.purchase__cta:hover:after{opacity:1;transform:translate(100%)}.faq{border-top:1px solid #dbe8f4;font-family:Outfit,sans-serif}.faq-item{border-bottom:1px solid #dbe8f4}.faq-question{width:100%;background:none;border:none;padding:16px 0;display:flex;align-items:center;justify-content:space-between;font-size:15px;font-weight:500;color:#103152;cursor:pointer}.faq-question-text{font-family:Outfit,sans-serif;font-size:15px;font-weight:500;color:#103152}.faq-icon{font-size:20px;line-height:1;color:#5c9fe0;transition:transform .2s ease}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-answer p{margin:0;padding-top:12px;font-size:14px;line-height:1.6;color:#2a4a69}.faq-item.is-open .faq-answer{max-height:300px}.faq-item.is-open .faq-icon{transform:rotate(45deg)}.video-carousel-container{display:flex;flex-direction:column;gap:14px}.carousel-heading{font-family:DM Sans,sans-serif;font-size:24px;font-weight:400;margin:0;color:#103152}.video-carousel{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.video-item{position:relative;border-radius:14px;overflow:hidden;background:#000;cursor:pointer}.video-thumbnail{position:relative;width:100%;aspect-ratio:3 / 4;overflow:hidden}.carousel-video,.video-thumbnail video{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.gradient-overlay{position:absolute;inset:0;background:linear-gradient(to top,#0000008c,#00000040 35%,#0000 65%);pointer-events:none}.video-play-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.testimonial-play-button{width:52px;height:52px;border-radius:50%;background:#5c9fe0d9;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.testimonial-play-button svg{width:22px;height:22px;fill:#fff;margin-left:2px}.video-item:hover .testimonial-play-button{background:#5c9fe0;transform:scale(1.05);box-shadow:0 8px 24px #5c9fe073}.video-item:hover .carousel-video,.video-item:hover video{transform:scale(1.03)}.video-item.is-playing .gradient-overlay,.video-item.is-playing .video-play-overlay{display:none}@media(max-width:768px){.video-carousel{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}}@media(max-width:480px){.testimonial-play-button{width:46px;height:46px}}.product-gallery.svelte-8jhbdc{width:100%;max-width:1200px;margin:0 auto;padding:40px 24px;display:grid;grid-template-columns:minmax(0,1fr) 520px;gap:48px;align-items:flex-start;box-sizing:border-box}.product-gallery__photo.svelte-8jhbdc{position:relative;min-height:100%}.product-gallery__photo-sticky.svelte-8jhbdc{position:sticky;top:100px;width:100%}.product-gallery__purchase.svelte-8jhbdc{width:100%;min-width:0}@media(max-width:1024px){.product-gallery.svelte-8jhbdc{grid-template-columns:minmax(0,1fr) 460px;gap:32px}}@media(max-width:768px){.product-gallery.svelte-8jhbdc{grid-template-columns:1fr;gap:24px;padding:24px 16px}.product-gallery__photo-sticky.svelte-8jhbdc{position:static}}.hero{background:#fffdfb;padding:40px 30px}.hero__container{max-width:1200px;margin:0 auto}.hero__layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:40px;align-items:center}.hero__content{padding:10px}.hero__content-wrapper{max-width:560.34px;width:100%}.hero__rating{display:flex;align-items:center;gap:12px;margin-bottom:8px}.hero__avatars{display:flex}.hero__avatars img{width:24px;height:24px;min-width:24px;min-height:24px;border-radius:50%;object-fit:cover;border:2px solid #fffdfb;margin-left:-8px;box-sizing:border-box}.hero__avatars img:first-child{margin-left:0}.hero__rating-stars{display:flex;align-items:center;color:#f60}.hero-star-icon{width:16px;height:16px;display:block;flex-shrink:0;margin:0 -4px 0 0}.hero__rating span{font-family:Outfit,sans-serif;font-size:15px;line-height:1;color:#2a4a69}.hero__title{font-family:DM Sans,sans-serif;font-size:32px;font-weight:350;line-height:1.15;margin:0 0 10px;padding:0;color:#103152}.hero__subtitle{font-family:Outfit,sans-serif;font-size:16px;line-height:1.6;color:#2a4a69}.hero__benefits{display:flex;flex-direction:row;align-items:center;gap:16px;margin:20px 0;padding-right:50px;font-family:Outfit,sans-serif;font-size:14px;color:#3cb5c8;white-space:nowrap}.hero__benefit-item{display:inline-flex;align-items:center;gap:8px;margin:0 0 5px}.hero__benefit-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.hero__benefit-icon svg{width:20px;height:20px;display:block}.hero__benefit-text{line-height:1.4}.custom-hero__button{position:relative;overflow:hidden;box-sizing:border-box;display:flex;align-items:center;justify-content:center;width:100%;height:66.39px;padding:20px;margin:0 0 5px;font-family:Outfit,sans-serif;font-size:16px;font-weight:700;line-height:1;color:#fff;text-decoration:none;background-color:#5c9fe0;border-radius:8px;border:2px solid #1c4d8a;transition:background-color .2s ease,box-shadow .2s ease}.custom-hero__button:hover{background:linear-gradient(45deg,#3cb5c8,#5c9fe0);transform:translateY(-1px);box-shadow:0 6px #1c4d8a59}.custom-hero__button:active{transform:translateY(1px);box-shadow:0 2px #1c4d8a59}.custom-hero__button:after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 30%,rgba(255,255,255,.35) 50%,transparent 70%);opacity:0;transform:translate(-100%);transition:transform .4s ease,opacity .2s ease;border-radius:inherit;pointer-events:none}.custom-hero__button:hover:after{opacity:1;transform:translate(100%)}.hero__guarantee{display:flex;align-items:center;justify-content:center;gap:8px;margin:6px 0 12px;font-family:Outfit,sans-serif;font-size:13px;color:#3cb5c8}.hero__guarantee .hero__benefit-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;color:inherit}.hero__guarantee .hero__benefit-icon svg{width:20px;height:20px;display:block}.hero__image{display:flex;align-items:center;justify-content:center}.hero__image img{width:100%;max-width:580px;aspect-ratio:1 / 1;border-radius:12px;object-fit:contain}@media(max-width:768px){.hero{padding:30px 20px}.hero__benefits{white-space:normal;flex-wrap:wrap}.hero__layout{grid-template-columns:1fr;gap:20px}.hero__content{padding:15px}.hero__content-wrapper{max-width:none}.hero__benefits{margin:10px 0 20px;gap:6px}}.scrolling-features{height:54px;padding:15px 0;box-sizing:border-box;overflow:hidden;font-family:Outfit,sans-serif;font-size:16px;color:#2a4a69;background:#fff}.scrolling-features__track{display:flex;width:max-content;animation:scroll-features 35s linear infinite;will-change:transform}.scrolling-features:hover .scrolling-features__track{animation-play-state:paused}.scrolling-features__group{display:flex;align-items:center}.scrolling-feature{display:inline-flex;align-items:center;height:20px;line-height:20px;gap:8px;padding-right:32px;white-space:nowrap}.scrolling-feature__icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0}.scrolling-feature__icon svg{width:20px;height:20px;display:block;fill:currentColor}.scrolling-feature span{display:inline-block;line-height:20px;font-weight:500}@keyframes scroll-features{0%{transform:translate(0)}to{transform:translate(-50%)}}.image-text{background:#fffdfb;padding:80px 24px}.image-text__inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:64px;align-items:stretch}.image-text__media{border-radius:18px;overflow:hidden}.image-text__media video{width:100%;height:auto;display:block;object-fit:cover;border-radius:18px}.image-text__content{display:flex;flex-direction:column;gap:16px;padding-top:clamp(80px,18vh,120px)}.image-text__title{font-family:DM Sans,sans-serif;font-size:32px;font-weight:400;color:#103152;margin:0}.image-text__body p{margin:0;font-family:Outfit,sans-serif;font-size:15px;line-height:1.6;color:#2a4a69}.image-text__features{display:flex;flex-wrap:wrap;gap:10px;margin:8px 0 4px;padding:0;list-style:none}.image-text__features li{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;background:#f2f2f7;color:#2f79bf;font-family:Outfit,sans-serif;font-size:14px;white-space:nowrap}@media(max-width:900px){.image-text{padding:56px 16px}.image-text__inner{grid-template-columns:1fr;gap:32px}.image-text__content{padding-top:0}}.story-timeline{background:#fffdfb;padding:0 0 40px}.story-timeline__container{max-width:900px;margin:0 auto}.story-timeline__header{text-align:center;margin-bottom:72px}.story-timeline__title{font-family:DM Sans,sans-serif;font-weight:400;font-size:32px;line-height:1.3;color:#103152;margin-bottom:12px}.story-timeline__subtitle{font-family:Outfit,sans-serif;font-size:16px;line-height:1.6;color:#2a4a69}.story-timeline__list{position:relative;padding-left:40px}.story-timeline__list:before{content:"";position:absolute;left:54px;top:0;bottom:0;width:2px;background:#dbe8f4;z-index:1}.story-timeline__item{position:relative;margin:0 0 40px;padding:0 0 0 50px}.story-timeline__item:last-child{margin-bottom:0}.story-timeline__marker{position:absolute;left:0;top:8px;width:32px;display:flex;justify-content:center;z-index:2}.story-timeline__marker span{width:16px;height:16px;border-radius:50%;background:#3cb5c8;box-shadow:0 0 0 10px #eef3f8}.story-timeline__content{max-width:560px}.story-timeline__item-title{font-family:Outfit,sans-serif;font-size:20px;font-weight:500;line-height:1.4;color:#103152;margin-bottom:6px}.story-timeline__item-text{font-family:Outfit,sans-serif;font-size:14px;line-height:1.6;color:#2a4a69}@media(max-width:768px){.story-timeline{padding:72px 20px}.story-timeline__header{margin-bottom:56px}}@media(max-width:480px){.story-timeline{padding:56px 16px}.story-timeline__title{font-size:26px}.story-timeline__list{padding-left:40px}}.testimonials{background:#fffdfb}.testimonials-container{max-width:1200px;margin:0 auto;padding:80px 20px;text-align:center}@media(max-width:1280px){.testimonials-container{padding:60px 20px}}@media(max-width:768px){.testimonials-container{padding:40px 20px}}.testimonials-header{max-width:600px;margin:0 auto;font-family:Outfit,sans-serif;color:#103152}.testimonials-heading{font-family:DM Sans,sans-serif;font-size:32px;font-weight:400;line-height:1.2;color:#103152;margin:0 0 12px}@media(max-width:768px){.testimonials-heading{font-size:26px}}.testimonials-subtitle{font-size:16px;line-height:1.5;color:#2a4a69;margin:0 0 24px}.testimonials-subtitle strong{font-weight:600;color:#103152}.testimonials-rating-summary-wrapper{display:flex;justify-content:center}.testimonials-rating-summary{display:inline-flex;align-items:center;gap:12px;padding:10px 18px;background:linear-gradient(90deg,#2fbf71,#00bd70);border-radius:999px;box-shadow:0 6px 14px #00000014}.testimonials-stars{display:flex;align-items:center}.testimonials-star{width:16px;height:16px;display:block;margin-right:-2px}.testimonials-rating-text p{margin:0;font-size:14px;line-height:1;color:#fff;white-space:nowrap}.testimonials-rating-text strong{font-weight:600}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px;justify-content:center;align-items:stretch}.testimonials-wrapper{max-width:1280px;margin:0 auto;width:100%}.testimonials-section{padding:0 20px 20px;background:#fffdfb}@media(max-width:1280px){.testimonials-section{padding:0 20px 20px}}@media(max-width:768px){.testimonials-section{padding:0 16px 32px}}@media(max-width:480px){.testimonials-grid{gap:20px}}.testimonials-carousel{padding:0 0 60px;background:#fffdfb}.carousel-viewport{width:100%;padding:0 20px;box-sizing:border-box}.carousel-track{display:flex;gap:24px;overflow-x:auto;scroll-behavior:smooth;padding-bottom:8px}.carousel-track::-webkit-scrollbar{display:none}.carousel-track{scrollbar-width:none;-ms-overflow-style:none}.carousel-controls{display:flex;justify-content:center;gap:12px;margin-top:24px}.carousel-controls button{width:40px;height:40px;border-radius:10px;border:none;background:#eef3f8;color:#5c9fe0;font-size:20px;cursor:pointer;transition:background .2s ease}.carousel-controls button:hover{background:#dbe8f4}@media(max-width:1024px){.carousel-viewport{padding:0 32px}}@media(max-width:768px){.carousel-viewport{padding:0 16px}.testimonials-carousel{padding-bottom:48px}}.testimonial-card{background:#fffdfb;border:2px solid #3cb5c8;border-radius:16px;padding:20px;font-family:Outfit,sans-serif;color:#103152;max-width:300px;min-height:248.8px;box-sizing:border-box;display:flex;flex-direction:column;flex:0 0 300px}.testimonial-stars{display:flex;margin-bottom:10px}.testimonial-stars svg{width:16px;height:16px;margin-right:2px;fill:#ffd2a1}.testimonial-stars svg.filled{fill:#f60}.testimonial-title{font-size:16px;font-weight:600;margin:0 0 6px}.testimonial-text{font-size:14px;line-height:1.5;color:#2a4a69;margin:0 0 16px}.testimonial-author{display:flex;align-items:center;gap:10px;margin-top:auto}.testimonial-avatar{width:36px;height:36px;border-radius:50%;background:#5c9fe0;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;flex-shrink:0}.testimonial-author-info{display:flex;flex-direction:column}.testimonial-name{font-size:14px;font-weight:600}.testimonial-verified{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:500;color:#00bd70;line-height:1.2}.testimonial-verified .verified-icon{width:14px;height:14px;flex-shrink:0;display:block}@media(max-width:1024px){.testimonial-card{padding:18px}}@media(max-width:600px){.testimonial-card{padding:16px;border-radius:14px;max-width:none}.testimonial-title{font-size:15px}.testimonial-text{font-size:14px}.testimonial-avatar{width:32px;height:32px;font-size:14px}.testimonial-stars svg{width:14px;height:14px}}.contact-page.svelte-e9x25m{background:#fffdfb}.contact-container.svelte-e9x25m{max-width:1200px;padding:50px;margin:0 auto}.contact-title.svelte-e9x25m{margin-bottom:32px;font-family:DM Sans,sans-serif;font-size:32px;font-weight:700;color:#103152}.contact-form.svelte-e9x25m{max-width:520px;margin:0 auto}.contact-row.svelte-e9x25m{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field.svelte-e9x25m{margin-bottom:16px}.field.svelte-e9x25m input:where(.svelte-e9x25m),.field.svelte-e9x25m textarea:where(.svelte-e9x25m){width:100%;height:52px;padding:0 14px;font-family:Outfit,sans-serif;font-size:15px;color:#103152;background:#fff;border:1px solid #dbe3ee;border-radius:8px;box-sizing:border-box;transition:border-color .2s ease}.field.svelte-e9x25m textarea:where(.svelte-e9x25m){height:auto;padding:14px;resize:vertical}.field.svelte-e9x25m input:where(.svelte-e9x25m):focus,.field.svelte-e9x25m textarea:where(.svelte-e9x25m):focus{outline:none;border-color:#5c9fe0}.track__button.svelte-e9x25m{width:100%;height:56px;margin-top:8px;font-family:Outfit,sans-serif;font-size:15px;font-weight:700;color:#fff;background:#5c9fe0;border-radius:8px;border:2px solid #1c4d8a;cursor:pointer;box-sizing:border-box;transition:background .2s ease,transform .15s ease,box-shadow .15s ease}.track__button.svelte-e9x25m:hover{background:linear-gradient(45deg,#3cb5c8,#5c9fe0);transform:translateY(-1px);box-shadow:0 6px #1c4d8a59}.track__button.svelte-e9x25m:active{transform:translateY(1px);box-shadow:0 2px #1c4d8a59}@media(max-width:768px){.contact-container.svelte-e9x25m{padding:20px}.contact-title.svelte-e9x25m{font-size:26px}.contact-row.svelte-e9x25m{grid-template-columns:1fr}}.track.svelte-1g83k49{background:#fffdfb;max-width:520px;margin:0 auto;padding:96px 24px;font-family:Outfit,sans-serif;color:#103152}.track__title.svelte-1g83k49{font-family:DM Sans,sans-serif;font-size:36px;font-weight:400;line-height:1.25;margin-bottom:12px;text-align:center}.track__subtitle.svelte-1g83k49{font-size:15px;line-height:1.6;color:#2a4a69;text-align:center;margin-bottom:40px}.track__form.svelte-1g83k49{display:flex;flex-direction:column;gap:18px}.field.svelte-1g83k49{display:flex;flex-direction:column;gap:6px}.field.svelte-1g83k49 label:where(.svelte-1g83k49){font-size:13px;color:#2a4a69}.field.svelte-1g83k49 input:where(.svelte-1g83k49){width:100%;height:52px;padding:0 14px;font-size:15px;font-family:Outfit,sans-serif;color:#103152;border-radius:8px;border:1px solid #dbe3ee;background:#fff;box-sizing:border-box}.field.svelte-1g83k49 input:where(.svelte-1g83k49)::placeholder{color:#9bb6d6}.field.svelte-1g83k49 input:where(.svelte-1g83k49):focus{outline:none;border-color:#5c9fe0}.track__button.svelte-1g83k49{width:100%;height:56px;margin-top:8px;font-family:Outfit,sans-serif;font-size:15px;font-weight:700;color:#fff;background:#5c9fe0;border-radius:8px;border:2px solid #1c4d8a;cursor:pointer;box-sizing:border-box;transition:background .2s ease,transform .15s ease,box-shadow .15s ease}.track__button.svelte-1g83k49:hover{background:linear-gradient(45deg,#3cb5c8,#5c9fe0);transform:translateY(-1px);box-shadow:0 6px #1c4d8a59}.track__button.svelte-1g83k49:active{transform:translateY(1px);box-shadow:0 2px #1c4d8a59}@media(max-width:768px){.track.svelte-1g83k49{padding:64px 16px}.track__title.svelte-1g83k49{font-size:28px}.track__subtitle.svelte-1g83k49{font-size:14px;margin-bottom:32px}.field.svelte-1g83k49 input:where(.svelte-1g83k49){height:50px;font-size:14px}.track__button.svelte-1g83k49{height:54px;font-size:14px}}@media(max-width:420px){.track__title.svelte-1g83k49{font-size:24px}.track__subtitle.svelte-1g83k49{font-size:13px}}.terms-page.svelte-1b2bom9{background:#fffdfb}.terms-container.svelte-1b2bom9{max-width:1200px;margin:0 auto;padding:50px}.terms-title.svelte-1b2bom9{margin-bottom:32px;font-family:DM Sans,sans-serif;font-size:32px;font-weight:700;color:#103152}.terms-content.svelte-1b2bom9{max-width:820px;margin:0 auto;font-family:Outfit,sans-serif;font-size:15px;line-height:1.7;color:#2a4a69}.terms-content.svelte-1b2bom9 h2:where(.svelte-1b2bom9){margin-top:32px;margin-bottom:12px;font-size:18px;font-weight:600;color:#103152}.terms-content.svelte-1b2bom9 p:where(.svelte-1b2bom9){margin-bottom:16px}.terms-content.svelte-1b2bom9 a:where(.svelte-1b2bom9){color:#5c9fe0;text-decoration:none}.terms-content.svelte-1b2bom9 a:where(.svelte-1b2bom9):hover{text-decoration:underline}.terms-intro.svelte-1b2bom9{margin-bottom:24px}@media(max-width:768px){.terms-container.svelte-1b2bom9{padding:20px}.terms-title.svelte-1b2bom9{font-size:26px}.terms-content.svelte-1b2bom9{font-size:14px}}.refund-page.svelte-199mtfy{background:#fffdfb}.refund-container.svelte-199mtfy{max-width:1200px;margin:0 auto;padding:50px}.refund-title.svelte-199mtfy{margin-bottom:32px;font-family:DM Sans,sans-serif;font-size:32px;font-weight:700;color:#103152;text-align:center}.refund-content.svelte-199mtfy{max-width:820px;margin:0 auto;font-family:Outfit,sans-serif;font-size:15px;line-height:1.7;color:#2a4a69}.refund-content.svelte-199mtfy h2:where(.svelte-199mtfy){margin-top:32px;margin-bottom:12px;font-size:18px;font-weight:600;color:#103152}.refund-content.svelte-199mtfy p:where(.svelte-199mtfy){margin-bottom:16px}.refund-content.svelte-199mtfy a:where(.svelte-199mtfy){color:#5c9fe0;text-decoration:none}.refund-content.svelte-199mtfy a:where(.svelte-199mtfy):hover{text-decoration:underline}@media(max-width:768px){.refund-container.svelte-199mtfy{padding:20px}.refund-title.svelte-199mtfy{font-size:26px}.refund-content.svelte-199mtfy{font-size:14px}}.privacy-page.svelte-1u6xz60{background:#fffdfb}.privacy-container.svelte-1u6xz60{max-width:1200px;margin:0 auto;padding:50px}.privacy-title.svelte-1u6xz60{margin-bottom:8px;font-family:DM Sans,sans-serif;font-size:32px;font-weight:700;color:#103152;text-align:center}.privacy-updated.svelte-1u6xz60{margin-bottom:32px;font-family:Outfit,sans-serif;font-size:14px;color:#2a4a69;text-align:center}.privacy-content.svelte-1u6xz60{max-width:820px;margin:0 auto;font-family:Outfit,sans-serif;font-size:15px;line-height:1.7;color:#2a4a69}.privacy-content.svelte-1u6xz60 h2:where(.svelte-1u6xz60){margin-top:32px;margin-bottom:12px;font-size:18px;font-weight:600;color:#103152}.privacy-content.svelte-1u6xz60 p:where(.svelte-1u6xz60){margin-bottom:16px}.privacy-content.svelte-1u6xz60 ul:where(.svelte-1u6xz60){margin:0 0 16px 18px}.privacy-content.svelte-1u6xz60 li:where(.svelte-1u6xz60){margin-bottom:8px}.privacy-content.svelte-1u6xz60 a:where(.svelte-1u6xz60){color:#5c9fe0;text-decoration:none}.privacy-content.svelte-1u6xz60 a:where(.svelte-1u6xz60):hover{text-decoration:underline}@media(max-width:768px){.privacy-container.svelte-1u6xz60{padding:20px}.privacy-title.svelte-1u6xz60{font-size:26px}.privacy-content.svelte-1u6xz60{font-size:14px}}.cart-overlay.svelte-i7scbw{position:fixed;inset:0;background:#0f2b4673;z-index:99999;display:flex;justify-content:flex-end;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.cart-panel.svelte-i7scbw{width:100%;max-width:520px;height:100%;background:#fff;display:flex;flex-direction:column;font-family:Outfit,sans-serif;color:#103152;animation:svelte-i7scbw-slideIn .26s ease}@keyframes svelte-i7scbw-slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.cart-header.svelte-i7scbw{padding:18px 20px;border-bottom:1px solid #e6edf5;display:flex;justify-content:space-between;align-items:center;font-family:DM Sans,sans-serif}.cart-header.svelte-i7scbw h2:where(.svelte-i7scbw){font-size:20px;font-weight:700}.cart-header.svelte-i7scbw .close:where(.svelte-i7scbw){width:34px;height:34px;border-radius:8px;border:none;background:#f2f6fb;font-size:20px;cursor:pointer}.cart-header.svelte-i7scbw .close:where(.svelte-i7scbw):hover{background:#e6edf5}.cart-items.svelte-i7scbw{flex:1;overflow-y:auto;padding:16px 20px}.cart-item.svelte-i7scbw{display:grid;grid-template-columns:64px 1fr auto;gap:12px;padding:14px 0;border-bottom:1px solid #edf2f7;position:relative}.cart-item.svelte-i7scbw img:where(.svelte-i7scbw){width:64px;height:auto;border-radius:8px}.cart-item.svelte-i7scbw .info:where(.svelte-i7scbw){display:flex;flex-direction:column;gap:6px}.cart-item.svelte-i7scbw .title:where(.svelte-i7scbw){font-size:14px;font-weight:600;line-height:1.35}.cart-item.svelte-i7scbw .bundle:where(.svelte-i7scbw){font-size:12px;opacity:.6;margin-left:4px}.item-link.svelte-i7scbw{text-decoration:none;color:inherit;display:inline-block}.item-link.svelte-i7scbw:hover .title:where(.svelte-i7scbw){text-decoration:underline}.colors.svelte-i7scbw{display:flex;align-items:center;gap:6px;font-size:12px;opacity:.75}.colors.svelte-i7scbw .dot:where(.svelte-i7scbw){width:10px;height:10px;border-radius:50%;border:1px solid rgba(0,0,0,.15)}.dot.white.svelte-i7scbw{background:#fff}.dot.orange.svelte-i7scbw{background:#f39c12}.dot.brown.svelte-i7scbw{background:#8e5b3a}.qty.svelte-i7scbw{display:inline-flex;align-items:center;gap:6px;margin-top:4px}.qty.svelte-i7scbw button:where(.svelte-i7scbw){width:28px;height:28px;border-radius:6px;border:1px solid #d6e0eb;background:#fff;font-weight:700;cursor:pointer}.qty.svelte-i7scbw button:where(.svelte-i7scbw):hover{background:#f2f6fb}.qty.svelte-i7scbw button:where(.svelte-i7scbw):disabled{opacity:.4;cursor:not-allowed}.qty.svelte-i7scbw span:where(.svelte-i7scbw){min-width:20px;text-align:center;font-size:14px;font-weight:600}.cart-item.svelte-i7scbw .price:where(.svelte-i7scbw){text-align:right;font-size:14px;margin-top:6px}.cart-item.svelte-i7scbw .price:where(.svelte-i7scbw) .old:where(.svelte-i7scbw){font-size:12px;padding-top:26px;text-decoration:line-through;opacity:.5}.cart-item.svelte-i7scbw .price:where(.svelte-i7scbw) .current:where(.svelte-i7scbw){font-weight:700}.cart-item.svelte-i7scbw .remove:where(.svelte-i7scbw){position:absolute;top:10px;right:0;width:26px;height:26px;border-radius:8px;border:none;background:#f2f6fb;font-size:18px;color:#6b7c93;cursor:pointer;z-index:5;pointer-events:auto}.cart-item.svelte-i7scbw .remove:where(.svelte-i7scbw):hover{background:#e6edf5;color:#e74c3c}.upsell.svelte-i7scbw{display:grid;grid-template-columns:64px 1fr auto;gap:12px;background:#f6f9fd;padding:12px;border-radius:10px;margin-top:14px;align-items:center}.upsell.warranty.svelte-i7scbw{background:#eef5ff}.upsell.svelte-i7scbw img:where(.svelte-i7scbw){width:64px;border-radius:8px}.upsell.svelte-i7scbw strong:where(.svelte-i7scbw){font-size:14px}.upsell.svelte-i7scbw .price:where(.svelte-i7scbw){font-size:13px}.upsell.svelte-i7scbw .price:where(.svelte-i7scbw) .old:where(.svelte-i7scbw){text-decoration:line-through;opacity:.5;margin-right:6px}.upsell.svelte-i7scbw .price:where(.svelte-i7scbw) .free:where(.svelte-i7scbw){color:#2ecc71;font-weight:700}.upsell.svelte-i7scbw button:where(.svelte-i7scbw){height:36px;padding:0 14px;border-radius:8px;border:none;background:#103152;color:#fff;font-weight:700;cursor:pointer}.upsell.svelte-i7scbw button:where(.svelte-i7scbw):hover{background:#0c2540}.shipping.svelte-i7scbw{display:grid;grid-template-columns:40px 1fr auto auto;gap:12px;align-items:center;margin-bottom:16px;padding:14px;background:#f6f9fd;border-radius:10px}.shipping.svelte-i7scbw img:where(.svelte-i7scbw){width:36px}.shipping.svelte-i7scbw strong:where(.svelte-i7scbw){font-size:14px}.shipping.svelte-i7scbw p:where(.svelte-i7scbw){font-size:12px;opacity:.7;margin:2px 0 0}.ship-price.svelte-i7scbw{font-weight:700;font-size:14px}.switch.svelte-i7scbw{position:relative;width:42px;height:24px}.switch.svelte-i7scbw input:where(.svelte-i7scbw){opacity:0;width:0;height:0}.switch.svelte-i7scbw span:where(.svelte-i7scbw){position:absolute;inset:0;background:#d6e0eb;border-radius:20px;transition:.2s}.switch.svelte-i7scbw span:where(.svelte-i7scbw):before{content:"";position:absolute;width:18px;height:18px;left:3px;top:3px;background:#fff;border-radius:50%;transition:.2s}.switch.svelte-i7scbw input:where(.svelte-i7scbw):checked+span:where(.svelte-i7scbw){background:#103152}.switch.svelte-i7scbw input:where(.svelte-i7scbw):checked+span:where(.svelte-i7scbw):before{transform:translate(18px)}.cart-footer.svelte-i7scbw{padding:16px 20px;border-top:1px solid #e6edf5}.cart-footer.svelte-i7scbw .total:where(.svelte-i7scbw){display:flex;justify-content:space-between;font-size:16px;font-weight:700;margin-bottom:12px}.cart-footer.svelte-i7scbw .checkout:where(.svelte-i7scbw){width:100%;height:52px;border-radius:10px;border:none;background:#000;color:#fff;font-weight:700;font-size:15px;cursor:pointer}.cart-footer.svelte-i7scbw .checkout:where(.svelte-i7scbw):hover{opacity:.9}.cart-footer.svelte-i7scbw .checkout:where(.svelte-i7scbw):disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.cart-panel.svelte-i7scbw{max-width:100%}}
