.hero.svelte-1x64a2f{width:100%;min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:88px 16px 24px}@media(min-width:768px){.hero.svelte-1x64a2f{padding:100px 48px 48px}}@media(min-width:1200px){.hero.svelte-1x64a2f{padding:100px 96px 48px}}.hero__container.svelte-1x64a2f{width:100%;max-width:1248px}.hero__card.svelte-1x64a2f{background-color:var(--color-bg-dark);border-radius:20px;overflow:hidden;position:relative;contain:layout style}@media(min-width:768px){.hero__card.svelte-1x64a2f{border-radius:24px;padding:48px}}@media(min-width:1024px){.hero__card.svelte-1x64a2f{padding:64px}}@media(min-width:1200px){.hero__card.svelte-1x64a2f{padding:96px}}.hero__inner.svelte-1x64a2f{display:flex;flex-direction:column}@media(min-width:768px){.hero__inner.svelte-1x64a2f{flex-direction:row;align-items:stretch;min-height:400px}}@media(min-width:1024px){.hero__inner.svelte-1x64a2f{min-height:420px}}@media(min-width:1200px){.hero__inner.svelte-1x64a2f{min-height:448px}}.hero__chat.svelte-1x64a2f{background-color:var(--color-bg-card);display:flex;flex-direction:column;justify-content:center;padding:24px 20px;order:2;border-radius:0 0 20px 20px}@media(min-width:768px){.hero__chat.svelte-1x64a2f{order:1;width:320px;flex-shrink:0;padding:32px 28px;border-radius:24px 0 0 24px}}@media(min-width:1024px){.hero__chat.svelte-1x64a2f{width:360px;padding:36px 32px}}@media(min-width:1200px){.hero__chat.svelte-1x64a2f{width:400px;padding:42px 36px}}.hero__image.svelte-1x64a2f{order:1;position:relative;overflow:hidden;height:260px;border-radius:20px 20px 0 0;aspect-ratio:656 / 448}@media(min-width:480px){.hero__image.svelte-1x64a2f{height:300px}}@media(min-width:640px){.hero__image.svelte-1x64a2f{height:340px}}@media(min-width:768px){.hero__image.svelte-1x64a2f{order:2;flex:1;height:auto;border-radius:0 24px 24px 0}}.hero__image.svelte-1x64a2f img:where(.svelte-1x64a2f){width:100%;height:100%;object-fit:cover;object-position:50% 15%}@media(min-width:480px){.hero__image.svelte-1x64a2f img:where(.svelte-1x64a2f){object-position:50% 18%}}@media(min-width:640px){.hero__image.svelte-1x64a2f img:where(.svelte-1x64a2f){object-position:50% 20%}}@media(min-width:768px){.hero__image.svelte-1x64a2f img:where(.svelte-1x64a2f){object-position:50% 25%}}@media(min-width:1024px){.hero__image.svelte-1x64a2f img:where(.svelte-1x64a2f){object-position:50% 30%}}@media(min-width:1200px){.hero__image.svelte-1x64a2f img:where(.svelte-1x64a2f){object-fit:cover;object-position:center 35%}}@media(min-width:1400px){.hero__image.svelte-1x64a2f img:where(.svelte-1x64a2f){object-fit:contain;object-position:center}}.easter-egg.svelte-1x64a2f{display:none;position:absolute;bottom:0;right:16px;width:140px;height:auto;z-index:10;pointer-events:none;opacity:0;transform:translateY(80%);transition:opacity .8s ease,transform .8s cubic-bezier(.34,1.56,.64,1)}@media(min-width:768px){.easter-egg.svelte-1x64a2f{display:block;right:24px;width:150px}}@media(min-width:1024px){.easter-egg.svelte-1x64a2f{right:40px;width:180px}}@media(min-width:1200px){.easter-egg.svelte-1x64a2f{right:60px;width:220px}}.easter-egg.visible.svelte-1x64a2f{opacity:1;transform:translateY(25%);pointer-events:auto;animation:svelte-1x64a2f-peekBounce .8s ease-out}@keyframes svelte-1x64a2f-peekBounce{0%{transform:translateY(80%)}60%{transform:translateY(20%)}80%{transform:translateY(28%)}to{transform:translateY(25%)}}.easter-egg.svelte-1x64a2f img:where(.svelte-1x64a2f){width:100%;height:auto;transition:transform .3s ease;filter:drop-shadow(0 4px 12px rgba(0,0,0,.3))}.easter-egg.svelte-1x64a2f:hover img:where(.svelte-1x64a2f){transform:translateY(8%) scale(.97)}.chat-messages.svelte-1x64a2f{display:flex;flex-direction:column;gap:12px;min-height:280px}@media(min-width:768px){.chat-messages.svelte-1x64a2f{gap:16px;min-height:300px}}@media(min-width:1024px){.chat-messages.svelte-1x64a2f{gap:20px;min-height:320px}}@media(min-width:1200px){.chat-messages.svelte-1x64a2f{gap:24px;min-height:360px}}.message.svelte-1x64a2f{display:flex;align-items:flex-start;gap:10px;padding:14px 16px;border-radius:18px;max-width:100%;animation:svelte-1x64a2f-messageAppear .25s ease-out}@media(min-width:1024px){.message.svelte-1x64a2f{padding:16px 20px;gap:12px;border-radius:20px}}.message.user.svelte-1x64a2f{background:linear-gradient(135deg,#6b5b5b,#5a4a4a);align-self:flex-start;border-bottom-left-radius:6px}.message.assistant.svelte-1x64a2f{background:linear-gradient(135deg,#f50,#f40);align-self:flex-end;border-bottom-right-radius:6px}@keyframes svelte-1x64a2f-messageAppear{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.message__emoji.svelte-1x64a2f{font-size:18px;flex-shrink:0;line-height:1.35}@media(min-width:1024px){.message__emoji.svelte-1x64a2f{font-size:22px}}.message__text.svelte-1x64a2f{font-size:15px;font-weight:500;color:#fff;letter-spacing:-.01em;line-height:1.45;word-break:break-word}@media(min-width:1024px){.message__text.svelte-1x64a2f{font-size:17px;line-height:1.5}}@media(min-width:1200px){.message__text.svelte-1x64a2f{font-size:19px}}.typing-indicator.svelte-1x64a2f{display:flex;align-items:center;gap:5px;padding:14px 18px;border-radius:18px;width:fit-content;animation:svelte-1x64a2f-messageAppear .2s ease-out}.typing-indicator.user.svelte-1x64a2f{background:linear-gradient(135deg,#6b5b5b,#5a4a4a);align-self:flex-start;border-bottom-left-radius:6px}.typing-indicator.svelte-1x64a2f:not(.user){background:linear-gradient(135deg,#f50,#f40);align-self:flex-end;border-bottom-right-radius:6px}.typing-indicator.svelte-1x64a2f span:where(.svelte-1x64a2f){width:7px;height:7px;background:#fffc;border-radius:50%;animation:svelte-1x64a2f-typingBounce 1.2s infinite ease-in-out}.typing-indicator.svelte-1x64a2f span:where(.svelte-1x64a2f):nth-child(1){animation-delay:0s}.typing-indicator.svelte-1x64a2f span:where(.svelte-1x64a2f):nth-child(2){animation-delay:.15s}.typing-indicator.svelte-1x64a2f span:where(.svelte-1x64a2f):nth-child(3){animation-delay:.3s}@keyframes svelte-1x64a2f-typingBounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-5px)}}.doc-badges.svelte-1x64a2f{position:absolute;inset:0;pointer-events:none;z-index:5;display:block}.doc-badge.svelte-1x64a2f{position:absolute;background:#fffffff2;backdrop-filter:blur(8px);padding:10px 16px;border-radius:100px;box-shadow:0 2px 8px #00000014,0 4px 16px #0000000a;opacity:0;will-change:transform,opacity;transform:translateZ(0);animation-fill-mode:forwards;animation-play-state:paused}@media(min-width:768px){.doc-badge.svelte-1x64a2f{padding:8px 14px}}.doc-badges.visible.svelte-1x64a2f .doc-badge:where(.svelte-1x64a2f){opacity:1;animation-play-state:running}.doc-badge__text.svelte-1x64a2f{font-size:14px;font-weight:600;color:var(--color-text-body);letter-spacing:-.01em;white-space:nowrap}@media(min-width:768px){.doc-badge__text.svelte-1x64a2f{font-size:12px}}@media(min-width:1024px){.doc-badge.svelte-1x64a2f{padding:10px 18px}.doc-badge__text.svelte-1x64a2f{font-size:13px}}@media(min-width:1200px){.doc-badge.svelte-1x64a2f{padding:12px 20px}.doc-badge__text.svelte-1x64a2f{font-size:14px}}.doc-badge--top-left.svelte-1x64a2f{top:8%;left:4%;animation:svelte-1x64a2f-badgeAppear1 .5s cubic-bezier(.34,1.56,.64,1) forwards,svelte-1x64a2f-floatBadge1 6s ease-in-out .5s infinite;animation-delay:.2s,.7s}.doc-badge--top-right.svelte-1x64a2f{top:5%;right:4%;animation:svelte-1x64a2f-badgeAppear2 .5s cubic-bezier(.34,1.56,.64,1) forwards,svelte-1x64a2f-floatBadge2 7s ease-in-out .5s infinite;animation-delay:.35s,.85s}.doc-badge--bottom-left.svelte-1x64a2f{bottom:12%;left:3%;animation:svelte-1x64a2f-badgeAppear3 .5s cubic-bezier(.34,1.56,.64,1) forwards,svelte-1x64a2f-floatBadge3 5.5s ease-in-out .5s infinite;animation-delay:.5s,1s}.doc-badge--bottom-right.svelte-1x64a2f{bottom:8%;right:4%;animation:svelte-1x64a2f-badgeAppear4 .5s cubic-bezier(.34,1.56,.64,1) forwards,svelte-1x64a2f-floatBadge4 6.5s ease-in-out .5s infinite;animation-delay:.65s,1.15s}@media(min-width:768px){.doc-badge--top-left.svelte-1x64a2f{top:12%;left:8%}.doc-badge--top-right.svelte-1x64a2f{top:8%;right:10%}.doc-badge--bottom-left.svelte-1x64a2f{bottom:25%;left:5%}.doc-badge--bottom-right.svelte-1x64a2f{bottom:18%;right:8%}}@keyframes svelte-1x64a2f-badgeAppear1{0%{opacity:0;transform:scale(.8) translateY(10px) translateZ(0)}to{opacity:1;transform:scale(1) translateY(0) translateZ(0)}}@keyframes svelte-1x64a2f-badgeAppear2{0%{opacity:0;transform:scale(.8) translateY(10px) translateZ(0)}to{opacity:1;transform:scale(1) translateY(0) translateZ(0)}}@keyframes svelte-1x64a2f-badgeAppear3{0%{opacity:0;transform:scale(.8) translateY(10px) translateZ(0)}to{opacity:1;transform:scale(1) translateY(0) translateZ(0)}}@keyframes svelte-1x64a2f-badgeAppear4{0%{opacity:0;transform:scale(.8) translateY(10px) translateZ(0)}to{opacity:1;transform:scale(1) translateY(0) translateZ(0)}}@keyframes svelte-1x64a2f-floatBadge1{0%,to{transform:translateZ(0)}50%{transform:translate3d(4px,-6px,0)}}@keyframes svelte-1x64a2f-floatBadge2{0%,to{transform:translateZ(0)}50%{transform:translate3d(-5px,5px,0)}}@keyframes svelte-1x64a2f-floatBadge3{0%,to{transform:translateZ(0)}50%{transform:translate3d(6px,4px,0)}}@keyframes svelte-1x64a2f-floatBadge4{0%,to{transform:translateZ(0)}50%{transform:translate3d(-4px,-5px,0)}}.doc-badges.svelte-1x64a2f:not(.visible) .doc-badge:where(.svelte-1x64a2f){animation-play-state:paused}.steps.svelte-ebl00u{padding:100px 20px 60px}@media(min-width:768px){.steps.svelte-ebl00u{padding:140px 48px 80px}}@media(min-width:1200px){.steps.svelte-ebl00u{padding:180px 96px 100px}}.steps__container.svelte-ebl00u{max-width:1000px;margin:0 auto}.steps__header.svelte-ebl00u{text-align:center;margin-bottom:60px;opacity:0;transform:translateY(16px);transition:opacity .5s ease,transform .5s ease}.steps__header.visible.svelte-ebl00u{opacity:1;transform:translateY(0)}@media(min-width:768px){.steps__header.svelte-ebl00u{margin-bottom:80px}}.steps__label.svelte-ebl00u{display:inline-block;font-size:13px;font-weight:600;color:var(--color-primary);text-transform:uppercase;letter-spacing:.12em;margin-bottom:14px}.steps__title.svelte-ebl00u{font-size:28px;font-weight:600;color:var(--color-text-body);letter-spacing:-.03em;line-height:1.25}@media(min-width:768px){.steps__title.svelte-ebl00u{font-size:40px}}.steps__layout.svelte-ebl00u{position:relative;display:flex;flex-direction:column;align-items:center;gap:40px;min-height:600px}@media(min-width:768px){.steps__layout.svelte-ebl00u{display:block;min-height:420px}}@media(min-width:900px){.steps__layout.svelte-ebl00u{min-height:460px}}@media(min-width:1024px){.steps__layout.svelte-ebl00u{min-height:500px}}@media(min-width:1200px){.steps__layout.svelte-ebl00u{min-height:540px}}.steps__path.svelte-ebl00u{position:absolute;pointer-events:none;z-index:0}.steps__path--mobile.svelte-ebl00u{display:block;inset:0;width:100%;height:100%}.steps__path--desktop.svelte-ebl00u{display:none}@media(min-width:768px){.steps__path--mobile.svelte-ebl00u{display:none}.steps__path--desktop.svelte-ebl00u{display:block;inset:0;width:100%;height:100%}}.card.svelte-ebl00u{position:relative;width:240px;opacity:0;transform:translateY(16px);transition:opacity .5s ease,transform .5s ease;transition-delay:var(--delay);z-index:1}.card.visible.svelte-ebl00u{opacity:1;transform:translateY(0)}.card[data-index="0"].svelte-ebl00u{align-self:flex-end;margin-right:10px;transform:translateY(16px) rotate(2deg)}.card[data-index="1"].svelte-ebl00u{align-self:flex-start;margin-left:10px;transform:translateY(16px) rotate(-1.5deg)}.card[data-index="2"].svelte-ebl00u{align-self:flex-end;margin-right:30px;transform:translateY(16px) rotate(1deg)}.card.visible[data-index="0"].svelte-ebl00u{transform:translateY(0) rotate(2deg)}.card.visible[data-index="1"].svelte-ebl00u{transform:translateY(0) rotate(-1.5deg)}.card.visible[data-index="2"].svelte-ebl00u{transform:translateY(0) rotate(1deg)}@media(min-width:768px){.card.svelte-ebl00u{position:absolute;width:250px;margin:0}.card[data-index="0"].svelte-ebl00u{top:0;left:0;transform:translateY(16px) rotate(-2deg)}.card[data-index="1"].svelte-ebl00u{top:200px;left:50%;margin-left:-125px;transform:translateY(16px) rotate(1.5deg)}.card[data-index="2"].svelte-ebl00u{top:30px;right:-30px;transform:translateY(16px) rotate(-1deg)}.card.visible[data-index="0"].svelte-ebl00u{transform:translateY(0) rotate(-2deg)}.card.visible[data-index="1"].svelte-ebl00u{transform:translateY(0) rotate(1.5deg)}.card.visible[data-index="2"].svelte-ebl00u{transform:translateY(0) rotate(-1deg)}}@media(min-width:1024px){.card.svelte-ebl00u{width:290px}.card[data-index="1"].svelte-ebl00u{top:220px;margin-left:-145px}.card[data-index="2"].svelte-ebl00u{top:40px;right:-40px}}@media(min-width:1200px){.card.svelte-ebl00u{width:320px}.card[data-index="1"].svelte-ebl00u{top:250px;margin-left:-160px}.card[data-index="2"].svelte-ebl00u{top:50px;right:-50px}}.card__pin.svelte-ebl00u{position:absolute;top:-10px;left:24px;width:28px;height:28px;z-index:2;filter:drop-shadow(0 2px 3px rgba(0,0,0,.12))}.card__pin.svelte-ebl00u img:where(.svelte-ebl00u){width:100%;height:100%;object-fit:contain}@media(min-width:768px){.card__pin.svelte-ebl00u{top:-14px;left:28px;width:36px;height:36px}}.card__body.svelte-ebl00u{background:#fff;border-radius:16px;padding:24px 20px 20px;box-shadow:0 1px 3px #0000000a,0 6px 16px #0000000a}@media(min-width:768px){.card__body.svelte-ebl00u{padding:30px 26px 26px;border-radius:18px}}.card__number.svelte-ebl00u{display:block;font-size:42px;font-weight:700;color:#f40;letter-spacing:-.03em;line-height:1;margin-bottom:10px}@media(min-width:768px){.card__number.svelte-ebl00u{font-size:56px;margin-bottom:14px}}.card__title.svelte-ebl00u{font-size:18px;font-weight:600;color:var(--color-text-body);letter-spacing:-.02em;margin-bottom:6px;line-height:1.2}@media(min-width:768px){.card__title.svelte-ebl00u{font-size:22px;margin-bottom:8px}}.card__desc.svelte-ebl00u{font-size:14px;font-weight:500;color:var(--color-text-body);opacity:.5;line-height:1.5}@media(min-width:768px){.card__desc.svelte-ebl00u{font-size:16px}}.steps__cta.svelte-ebl00u{text-align:center;margin-top:60px;opacity:0;transform:translateY(16px);transition:opacity .5s ease .8s,transform .5s ease .8s}.steps__cta.visible.svelte-ebl00u{opacity:1;transform:translateY(0)}@media(min-width:768px){.steps__cta.svelte-ebl00u{margin-top:80px}}.steps__button.svelte-ebl00u{display:inline-flex;align-items:center;justify-content:center;height:54px;padding:0 36px;background-color:var(--color-bg-dark);color:#fff;font-size:16px;font-weight:600;letter-spacing:-.01em;border-radius:100px;text-decoration:none;transition:background-color .2s ease,transform .15s ease}@media(min-width:768px){.steps__button.svelte-ebl00u{height:58px;padding:0 44px;font-size:18px}}.steps__button.svelte-ebl00u:hover{background-color:#222}.steps__button.svelte-ebl00u:active{transform:scale(.98)}.instructions.svelte-23q5qs{padding:40px 20px var(--space-section)}@media(min-width:768px){.instructions.svelte-23q5qs{padding:56px 48px var(--space-section)}}@media(min-width:1200px){.instructions.svelte-23q5qs{padding:72px 96px var(--space-section)}}.instructions__container.svelte-23q5qs{max-width:1100px;margin:0 auto}.instructions__header.svelte-23q5qs{text-align:center;margin-bottom:40px;opacity:0;transform:translateY(12px);transition:opacity .8s ease,transform .8s ease}.instructions__header.visible.svelte-23q5qs{opacity:1;transform:translateY(0)}@media(min-width:768px){.instructions__header.svelte-23q5qs{margin-bottom:56px}}.instructions__label.svelte-23q5qs{display:inline-block;font-size:13px;font-weight:600;color:var(--color-primary);text-transform:uppercase;letter-spacing:.12em;margin-bottom:14px}.instructions__title.svelte-23q5qs{font-size:28px;font-weight:600;color:var(--color-text-body);letter-spacing:-.03em;line-height:1.2}@media(min-width:768px){.instructions__title.svelte-23q5qs{font-size:40px}}.instructions__grid.svelte-23q5qs{display:none;align-items:stretch;justify-content:center;gap:20px}@media(min-width:768px){.instructions__grid.svelte-23q5qs{display:flex}}@media(min-width:1024px){.instructions__grid.svelte-23q5qs{gap:28px}}.card.svelte-23q5qs{flex:1;max-width:320px;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 2px 4px #0000000a,0 8px 24px #00000014;opacity:0;transform:translateY(20px);transition:opacity .9s ease,transform .9s ease;transition-delay:var(--delay)}.card.visible.svelte-23q5qs{opacity:1;transform:translateY(0)}@media(min-width:1024px){.card.svelte-23q5qs{max-width:340px}}.card__image.svelte-23q5qs{background:linear-gradient(160deg,#f50,#f40);padding:0;display:flex;align-items:flex-end;justify-content:center;height:220px;position:relative;overflow:hidden}@media(min-width:1024px){.card__image.svelte-23q5qs{height:240px}}.card__image.svelte-23q5qs img:where(.svelte-23q5qs){width:100%;height:115%;object-fit:contain;object-position:center bottom;position:relative;z-index:1}.card__content.svelte-23q5qs{padding:24px 24px 28px;background:#fff}@media(min-width:1024px){.card__content.svelte-23q5qs{padding:28px 28px 32px}}.card__title.svelte-23q5qs{font-size:20px;font-weight:600;color:var(--color-text-body);letter-spacing:-.02em;margin-bottom:8px;line-height:1.2}@media(min-width:1024px){.card__title.svelte-23q5qs{font-size:22px;margin-bottom:10px}}.card__desc.svelte-23q5qs{font-size:15px;font-weight:500;color:var(--color-text-body);opacity:.55;line-height:1.5}.arrow.svelte-23q5qs{flex-shrink:0;width:44px;height:24px;color:var(--color-primary);opacity:0;transform:translate(-8px);transition:opacity .7s ease,transform .7s ease;transition-delay:var(--delay)}.arrow.visible.svelte-23q5qs{opacity:.4;transform:translate(0)}@media(min-width:1024px){.arrow.svelte-23q5qs{width:52px;height:28px}}.arrow.svelte-23q5qs svg:where(.svelte-23q5qs){width:100%;height:100%}.instructions__carousel-wrapper.svelte-23q5qs{position:relative}@media(min-width:768px){.instructions__carousel-wrapper.svelte-23q5qs{display:none}}.instructions__carousel.svelte-23q5qs{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;gap:12px;padding:0 32px 20px;margin:0 -20px}.instructions__carousel.svelte-23q5qs::-webkit-scrollbar{display:none}.carousel-card.svelte-23q5qs{flex:0 0 calc(100% - 80px);max-width:260px;scroll-snap-align:center;background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 2px 4px #0000000a,0 8px 24px #00000014;opacity:0;transform:translateY(16px);transition:opacity .8s ease,transform .8s ease;transition-delay:var(--delay)}.carousel-card.visible.svelte-23q5qs{opacity:1;transform:translateY(0)}.carousel-card__image.svelte-23q5qs{background:linear-gradient(160deg,#f50,#f40);padding:0;display:flex;align-items:flex-end;justify-content:center;height:180px;position:relative;overflow:hidden}.carousel-card__image.svelte-23q5qs img:where(.svelte-23q5qs){width:100%;height:120%;object-fit:contain;object-position:center bottom;position:relative;z-index:1}.carousel-card__content.svelte-23q5qs{padding:18px 18px 22px}.carousel-card__title.svelte-23q5qs{font-size:17px;font-weight:600;color:var(--color-text-body);letter-spacing:-.02em;margin-bottom:5px;line-height:1.2}.carousel-card__desc.svelte-23q5qs{font-size:13px;font-weight:500;color:var(--color-text-body);opacity:.55;line-height:1.5}.carousel-dots.svelte-23q5qs{display:flex;justify-content:center;gap:4px;margin-top:16px}.carousel-dot.svelte-23q5qs{width:44px;height:44px;border-radius:50%;background:transparent;border:none;padding:0;cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center}.carousel-dot.svelte-23q5qs:before{content:"";width:8px;height:8px;border-radius:50%;background:#d0d0d0;transition:background-color .3s ease,transform .3s ease}.carousel-dot.active.svelte-23q5qs:before{background:var(--color-primary);transform:scale(1.25)}.banner.svelte-1h284cl{padding:var(--space-section) 0}.banner__content.svelte-1h284cl{background-color:var(--color-primary);min-height:clamp(200px,30vw,448px);display:flex;align-items:center;justify-content:center;padding:clamp(2rem,1.5rem + 2vw,4rem) 1rem}.banner__text.svelte-1h284cl{text-align:center;font-size:var(--font-size-banner);font-weight:500;color:#fff;letter-spacing:-.03em;line-height:1.15}.banner__line.svelte-1h284cl{display:block;opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease;transition-delay:var(--delay)}.banner__content.visible.svelte-1h284cl .banner__line:where(.svelte-1h284cl){opacity:1;transform:translateY(0)}
