@charset "UTF-8";.calculator.svelte-mrr2z0{position:relative;background:linear-gradient(#f7f8f8db,#f7f8f8db),url(../../../section-bg.webp) center center/cover no-repeat;padding:30px 20px 80px;overflow:hidden}.calculator-card.svelte-mrr2z0{width:100%;max-width:1100px;margin:0 auto;padding:28px 24px;border-radius:22px;background:#fff;border:1px solid rgba(220,229,227,.25);box-shadow:0 6px 22px #1f3d520f;box-sizing:border-box}@media(max-width:600px){.calculator-card.svelte-mrr2z0{padding:22px 16px;border-radius:18px}}.calculator-card__nav.svelte-mrr2z0{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:24px}.calculator-card__chip.svelte-mrr2z0{display:inline-flex;align-items:center;padding:9px 18px;background:#dce5e3;color:#1f3d52;border:1px solid transparent;border-radius:999px;font-family:inherit;font-size:13.5px;font-weight:600;line-height:1;cursor:pointer;transition:background-color .18s ease,color .18s ease,border-color .18s ease,transform .15s ease,box-shadow .18s ease}.calculator-card__chip.svelte-mrr2z0:hover{background:#fff;border-color:#1f3d52}.calculator-card__chip.is-active.svelte-mrr2z0{background:#1f3d52;color:#fff;border-color:#1f3d52;box-shadow:0 4px 12px #1f3d522e}.calculator-card__chip.svelte-mrr2z0:focus-visible{outline:2px solid #dce5e3;outline-offset:2px}.calculator-card__title.svelte-mrr2z0{color:#1f3d52;font-size:26px;font-weight:700;text-align:center;margin:4px 0 18px;letter-spacing:-.01em}@media(max-width:600px){.calculator-card__title.svelte-mrr2z0{font-size:21px}}.calculator-card__body.svelte-mrr2z0{padding:4px 0}.carousel.svelte-2s9cmp{position:relative;justify-content:center;align-items:center;background-color:#fff;visibility:hidden}.carousel--ready.svelte-2s9cmp{visibility:visible}.carousel__button.svelte-2s9cmp{position:absolute;top:50%;margin-top:-20px;border:none;background-color:transparent}.carousel__button--left--arrows-on-top.svelte-2s9cmp{left:2vw}.carousel__button--left--arrows-next.svelte-2s9cmp{position:absolute;left:-40px}.carousel__button--right--arrows-on-top.svelte-2s9cmp{right:2vw}.carousel__button--right--arrows-next.svelte-2s9cmp{position:absolute;right:-40px}.carousel__button.svelte-2s9cmp:focus{outline:none}.carousel__button.svelte-2s9cmp:hover{background-color:transparent}.carousel__button__custom-arrow.svelte-2s9cmp{position:absolute;top:50%;transform:translateY(-50%);width:70px;height:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.3s;z-index:1}.carousel__button__custom-arrow--arrows-next.svelte-2s9cmp i:where(.svelte-2s9cmp){width:20px;height:20px;border-left:5px solid rgba(31,61,82,.3);border-bottom:5px solid rgba(31,61,82,.3)}.carousel__button__custom-arrow--arrows-next.svelte-2s9cmp i:where(.svelte-2s9cmp):hover{width:20px;height:20px;border-left:10px solid #1f3d52;border-bottom:10px solid #1f3d52;transition:.3s;border-bottom-left-radius:5px}.carousel__button__custom-arrow--arrows-on-top.svelte-2s9cmp i:where(.svelte-2s9cmp){width:30px;height:30px;border-left:5px solid rgba(255,255,255,.3);border-bottom:5px solid rgba(255,255,255,.3)}.carousel__button__custom-arrow--arrows-on-top.svelte-2s9cmp i:where(.svelte-2s9cmp):hover{width:40px;height:40px;border-left:10px solid white;border-bottom:10px solid white;transition:.3s;border-bottom-left-radius:5px}.carousel__button__custom-arrow--next.svelte-2s9cmp{right:0}.carousel__button__custom-arrow--next.svelte-2s9cmp i:where(.svelte-2s9cmp){transform:rotate(-135deg)}.carousel__button__custom-arrow--prev.svelte-2s9cmp{left:0}.carousel__button__custom-arrow--prev.svelte-2s9cmp i:where(.svelte-2s9cmp){transform:rotate(45deg)}.carousel__ul.svelte-2s9cmp{list-style-type:none;position:absolute;display:flex;justify-content:center;width:100%;padding:0}.carousel__ul--arrows-next.svelte-2s9cmp{margin-top:0}.carousel__ul--arrows-on-top.svelte-2s9cmp{margin-top:-30px}.carousel__ul.svelte-2s9cmp li:where(.svelte-2s9cmp){margin:6px;border-radius:100%;opacity:.5;height:8px;width:8px}.carousel__ul.svelte-2s9cmp li:where(.svelte-2s9cmp):hover{opacity:.85;cursor:pointer;width:12px;height:12px}.button.svelte-1ax7ahn{--bg-color: #1f3d52;--color: #ffffff;--border-color: transparent;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;font-family:inherit;font-weight:600;font-size:14px;letter-spacing:.02em;line-height:1;color:var(--color);background-color:var(--bg-color);border:1.5px solid var(--border-color);border-radius:14px;width:fit-content;height:fit-content;transition:color .3s ease-in-out,background-color .3s ease-in-out;position:relative;overflow:hidden;text-align:center;cursor:pointer}.button--secondary.svelte-1ax7ahn{--bg-color: transparent;--color: #1f3d52;--border-color: #1f3d52}.button--ghost.svelte-1ax7ahn{--bg-color: transparent;--color: #1f3d52}.button.svelte-1ax7ahn:before{content:"";position:absolute;top:0;left:0;width:0;height:100%;transition:width .4s ease-in-out;z-index:0}.button--hover-light.svelte-1ax7ahn:before{background-color:var(--color)}.button--hover-light.svelte-1ax7ahn:hover{color:var(--bg-color)!important}.button--hover-dark.svelte-1ax7ahn:before{background-color:color-mix(in srgb,var(--bg-color) 80%,#000)}.button.svelte-1ax7ahn:hover:before{width:100%}.button--ghost.svelte-1ax7ahn:before{content:none}.button--ghost.svelte-1ax7ahn:hover{color:#dce5e3!important}.button__content.svelte-1ax7ahn{position:relative;z-index:1}.banner.svelte-vicvqw{width:100%;height:100vh;height:100dvh;background-size:cover;background-position:top center;background-repeat:no-repeat;font-weight:700;position:relative}.banner__label.svelte-vicvqw{position:absolute;bottom:140px;flex-direction:column;gap:15px;font-size:26px;font-weight:700;color:#1f3d52;width:100%;background-color:#ffffffeb;height:200px;display:flex;justify-content:center;align-items:center;padding:20px;box-sizing:border-box}.banner__label__container.svelte-vicvqw{text-align:center}.banner__label__container__button.svelte-vicvqw{display:flex;justify-content:center;margin-top:10px}.container.svelte-nlfxv9{margin-top:20px;display:flex;opacity:0;transform:translate(0);transition:opacity .7s cubic-bezier(.22,.61,.36,1),transform .8s cubic-bezier(.22,.61,.36,1)}.container--left.svelte-nlfxv9{justify-content:flex-end;transform:translate(80px)}.container--right.svelte-nlfxv9{transform:translate(-80px)}.container.is-visible.svelte-nlfxv9{opacity:1;transform:translate(0)}@media(prefers-reduced-motion:reduce){.container.svelte-nlfxv9{opacity:1!important;transform:none!important;transition:none!important}}.container__rectangle.svelte-nlfxv9{position:relative;min-height:200px;width:calc(100% - 20px);box-sizing:border-box;margin-top:100px;padding:20px;display:flex;align-items:center}.container__rectangle--left.svelte-nlfxv9{text-align:left;border-top-left-radius:10px;border-bottom-left-radius:10px}.container__rectangle--right.svelte-nlfxv9{text-align:right;border-top-right-radius:10px;border-bottom-right-radius:10px;left:0}.container__rectangle--light.svelte-nlfxv9{background-color:#dce5e3}.container__rectangle--light.svelte-nlfxv9 .container__rectangle__content:where(.svelte-nlfxv9){color:#000}.container__rectangle--light.svelte-nlfxv9 .container__rectangle__content__h1:where(.svelte-nlfxv9){color:#1f3d52}.container__rectangle--dark.svelte-nlfxv9{background-color:#1f3d52}.container__rectangle--dark.svelte-nlfxv9 .container__rectangle__content:where(.svelte-nlfxv9){color:#fff}.container__rectangle--dark.svelte-nlfxv9 .container__rectangle__content__h1:where(.svelte-nlfxv9){color:#fff}.container__rectangle__content.svelte-nlfxv9{text-align:inherit;width:auto;max-width:1000px;padding:0 20px;line-height:25px}.container__rectangle__content__h1.svelte-nlfxv9{margin-bottom:40px;margin-top:60px;font-weight:700;text-transform:uppercase;font-size:36px;line-height:1.2}.container__image.svelte-nlfxv9{border-radius:10px;position:absolute;z-index:1;object-fit:cover;width:calc(100% - 20px);max-width:300px;height:160px;top:-100px}.container__image--left.svelte-nlfxv9{left:10px}.container__image--right.svelte-nlfxv9{right:10px}@media(min-width:768px){.container--right.svelte-nlfxv9{justify-content:flex-start}.container--left.svelte-nlfxv9{justify-content:flex-end}.container__rectangle.svelte-nlfxv9{width:80%;margin-top:0;min-height:300px}.container__rectangle--left.svelte-nlfxv9{text-align:left;border-radius:10px 0 0 10px;padding-left:100px}.container__rectangle--right.svelte-nlfxv9{text-align:right;border-radius:0 10px 10px 0;left:0;padding-right:100px}.container__rectangle__content__h1.svelte-nlfxv9{margin-top:0}.container__image.svelte-nlfxv9{height:250px;width:250px;max-width:250px;top:50%;margin-top:-125px}.container__image--left.svelte-nlfxv9{left:-150px}.container__image--right.svelte-nlfxv9{right:-150px}}@media(min-width:1026px){.container__rectangle.svelte-nlfxv9{min-height:300px}.container__rectangle--left.svelte-nlfxv9{text-align:left;border-top-left-radius:10px;border-bottom-left-radius:10px;padding-left:210px}.container__rectangle--right.svelte-nlfxv9{text-align:right;border-top-right-radius:10px;border-bottom-right-radius:10px;left:0;padding-right:210px;justify-content:flex-end}.container__rectangle__content.svelte-nlfxv9{justify-content:flex-start;max-width:850px}.container__image.svelte-nlfxv9{height:250px;width:380px;top:50%;margin-top:-125px}.container__image--left.svelte-nlfxv9{left:-173px}.container__image--right.svelte-nlfxv9{right:-173px}}@media(min-width:1800px){.container__rectangle.svelte-nlfxv9{min-height:350px;width:70%}.container__rectangle--left.svelte-nlfxv9{padding-left:250px}.container__rectangle--right.svelte-nlfxv9{padding-right:250px}.container__rectangle__content.svelte-nlfxv9{font-size:18px;line-height:30px}.container__image.svelte-nlfxv9{height:250px;width:380px;top:50%;margin-top:-125px}.container__image--left.svelte-nlfxv9{left:-173px}.container__image--right.svelte-nlfxv9{right:-173px}}.container.svelte-1pgaxmy{overflow:hidden;padding-bottom:50px;padding-top:30px;background-color:#f7f8f8}.icon-text.svelte-3toql8{display:grid;grid-template-columns:90px 1fr;grid-template-rows:auto;column-gap:20px;row-gap:10px;width:100%}@media(max-width:786px){.icon-text.svelte-3toql8{grid-template-columns:3fr 7fr;justify-content:center}}.icon-text--dark.svelte-3toql8{color:#fff}.icon-text__icon.svelte-3toql8{width:80px;height:80px;border-radius:50%;background-color:#000000b3;display:flex;align-items:center;justify-content:center;padding:20px;grid-row:1/-1}@media(max-width:786px){.icon-text__icon.svelte-3toql8{width:60px;height:60px;padding:15px;grid-row:none;grid-area:1/1/2/2;justify-self:end}}.icon-text__header-button.svelte-3toql8{background:none;border:none;padding:0;display:flex;align-items:center;justify-content:flex-start;gap:10px;text-align:left;color:inherit;transition:transform .3s ease;width:fit-content}@media(max-width:786px){.icon-text__header-button.svelte-3toql8{min-height:60px;grid-area:1/2/2/3}}.icon-text__header.svelte-3toql8{font-size:24px;font-weight:600;margin:0;padding:0;display:flex;align-items:center;width:fit-content}@media(max-width:786px){.icon-text__header.svelte-3toql8{font-size:20px}}@media(max-width:435px){.icon-text__header.svelte-3toql8{font-size:16px}}.icon-text__chevron.svelte-3toql8{display:flex;align-items:center;transition:transform .3s ease;flex-shrink:0}.icon-text__chevron--open.svelte-3toql8{transform:rotate(180deg)}.icon-text__text.svelte-3toql8{animation:svelte-3toql8-slideDown .3s ease;text-align:justify}@media(max-width:768px){.icon-text__text.svelte-3toql8{grid-area:2/1/3/3;padding:10px}}@keyframes svelte-3toql8-slideDown{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.why-with-me--dark.svelte-fstno6{background-color:#1f3d52;color:#fff;width:100%}.why-with-me__wrapper.svelte-fstno6{max-width:1200px;margin:auto;box-sizing:border-box;display:flex;gap:50px;justify-content:space-between;height:fit-content}@media(max-width:880px){.why-with-me__wrapper.svelte-fstno6{box-sizing:border-box;width:100%;flex-direction:column;align-items:center;padding-bottom:50px;padding-left:20px;padding-right:20px}}.why-with-me__wrapper__info.svelte-fstno6{padding-left:30px;padding-bottom:50px;width:100%}@media(max-width:880px){.why-with-me__wrapper__info.svelte-fstno6{padding-left:0;padding-bottom:0}}.why-with-me__wrapper__info__items.svelte-fstno6{display:flex;flex-direction:column;gap:30px;justify-content:center}@media(max-width:786px){.why-with-me__wrapper__info__items.svelte-fstno6{gap:10px}}.why-with-me__wrapper__photo.svelte-fstno6{background-size:cover;flex-basis:400px;max-width:400px;flex-shrink:0;flex-grow:1;background-position:center 25%}@media(max-width:880px){.why-with-me__wrapper__photo.svelte-fstno6{width:100%;max-width:none;height:300px}}.reference.svelte-z9x726{width:100%;max-width:480px;margin:0 auto;max-height:calc(100vh - 40px);background:#fff;border:1px solid #dce5e3;border-radius:18px;overflow:hidden;box-shadow:0 4px 16px #1f3d5214;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease}.reference__person.svelte-z9x726{display:flex;align-items:center;background-color:#dce5e3;padding:16px 18px;position:relative;gap:14px}.reference__person__picture.svelte-z9x726{width:56px;height:56px;border-radius:50%;background-size:cover;background-position:center;background-color:#fff;flex-shrink:0}.reference__person__meta.svelte-z9x726{display:flex;flex-direction:column;justify-content:center;min-width:0;flex:1}.reference__person__name.svelte-z9x726{color:#1f3d52;font-weight:700;font-size:16px;margin-bottom:4px;line-height:1.25}.reference__person__job.svelte-z9x726{color:#1f3d52;opacity:.75;font-size:13px;font-weight:600}.reference__close.svelte-z9x726{position:absolute;top:12px;right:12px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#1f3d52;border:none;border-radius:50%;color:#fff;cursor:pointer;z-index:5;transition:background-color .15s,transform .15s}.reference__close.svelte-z9x726:hover{background:#dce5e3;color:#1f3d52;transform:scale(1.08)}.reference__close.svelte-z9x726:focus-visible{outline:2px solid #1f3d52;outline-offset:2px}.reference__text.svelte-z9x726{padding:18px 22px 22px;font-size:15px;line-height:1.65;color:#1f3d52;background-color:#fff}.reference__text--big.svelte-z9x726{max-height:calc(100vh - 220px);overflow-y:auto;padding:24px 28px 28px}.reference--big.svelte-z9x726{width:800px;max-width:calc(100% - 60px);box-shadow:0 20px 60px #1f3d5240}.hover.svelte-z9x726{cursor:pointer}.hover.svelte-z9x726:hover{transform:translateY(-3px);box-shadow:0 12px 28px #1f3d5226}.refer-big-container.svelte-1e874r2{position:fixed;background-color:#000000b3;height:100vh;width:100%;z-index:1000;left:0;top:0;display:flex;justify-content:center;align-items:center;padding:20px;box-sizing:border-box;cursor:pointer}.refer-big-container__inner.svelte-1e874r2{cursor:default}.references.svelte-1sxxp5i{padding:40px 0 60px;width:100%;background:#fff}.reference-block-wrapper.svelte-1sxxp5i{display:flex;justify-content:center;align-items:stretch;box-sizing:border-box;padding:18px 14px;height:100%}.carousel-container.svelte-1sxxp5i{display:flex;justify-content:center;width:100%;padding:0 8px}.services.svelte-1v0o750{padding:80px 20px;background:linear-gradient(#ffffffe0,#ffffffe0),url(../../../section-bg.webp) center center/cover no-repeat}.services__inner.svelte-1v0o750{max-width:1200px;margin:0 auto}.services__heading.svelte-1v0o750{text-align:center;max-width:720px;margin:0 auto 44px}.services__heading.svelte-1v0o750 h2:where(.svelte-1v0o750){font-size:32px;color:#1f3d52;margin-bottom:14px;line-height:1.2}@media(max-width:600px){.services__heading.svelte-1v0o750 h2:where(.svelte-1v0o750){font-size:24px}}.services__heading.svelte-1v0o750 p:where(.svelte-1v0o750){font-size:16px;color:#1f3d52;line-height:1.65}.services__grid.svelte-1v0o750{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px}.service-card.svelte-1v0o750{position:relative;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;padding:22px 24px;background:#f7f8f8;border:1px solid transparent;border-radius:16px;text-decoration:none;color:inherit;transition:transform .25s,box-shadow .25s,border-color .25s,background-color .25s}.service-card.svelte-1v0o750:hover{transform:translateY(-3px);box-shadow:0 12px 30px #00000014;background:#fff;border-color:#dce5e366}.service-card__icon.svelte-1v0o750{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:14px;background:#1f3d52;color:#fff;flex-shrink:0}.service-card__body.svelte-1v0o750{min-width:0}.service-card__body.svelte-1v0o750 h3:where(.svelte-1v0o750){font-size:17px;font-weight:700;color:#1f3d52;margin-bottom:4px;line-height:1.3}.service-card__body.svelte-1v0o750 p:where(.svelte-1v0o750){font-size:13.5px;color:#1f3d52;line-height:1.55;margin:0}.service-card__arrow.svelte-1v0o750{color:#1f3d52;opacity:.35;transition:opacity .2s,transform .2s}.service-card.svelte-1v0o750:hover .service-card__arrow:where(.svelte-1v0o750){opacity:1;transform:translate(3px)}.spoluprace.svelte-1u03hag{position:relative;padding:64px 20px 56px;background:linear-gradient(#f7f8f8db,#f7f8f8db),url(../../../section-bg.webp) center center/cover no-repeat;overflow:hidden}.spoluprace__bg.svelte-1u03hag,.spoluprace__blob.svelte-1u03hag{display:none}.spoluprace__inner.svelte-1u03hag{position:relative;z-index:1;max-width:1200px;margin:0 auto}.spoluprace__heading.svelte-1u03hag{text-align:center;max-width:720px;margin:0 auto 40px}.spoluprace__heading.svelte-1u03hag h2:where(.svelte-1u03hag){font-size:30px;color:#1f3d52;margin-bottom:10px;line-height:1.2}@media(max-width:600px){.spoluprace__heading.svelte-1u03hag h2:where(.svelte-1u03hag){font-size:23px}}.spoluprace__heading.svelte-1u03hag p:where(.svelte-1u03hag){font-size:15.5px;color:#555;line-height:1.6}.spoluprace__kicker.svelte-1u03hag{display:inline-block;font-size:12px;font-weight:700;color:#dce5e3;letter-spacing:1.2px;text-transform:uppercase;margin-bottom:8px}.spoluprace__pdf.svelte-1u03hag{display:inline-flex;align-items:center;gap:9px;margin-top:18px;height:48px;padding:0 24px;background:#1f3d52;color:#fff;border:1.5px solid transparent;border-radius:14px;font-size:14px;font-weight:700;font-family:inherit;cursor:pointer;transition:background-color .2s,transform .15s,box-shadow .2s;box-shadow:0 4px 14px #1f3d5233}.spoluprace__pdf.svelte-1u03hag:hover:not(:disabled){background:#1f3d52;transform:translateY(-1px);box-shadow:0 6px 18px #003f5247}.spoluprace__pdf.svelte-1u03hag:disabled{opacity:.6;cursor:not-allowed}.spoluprace__pdf__spinner.svelte-1u03hag{width:14px;height:14px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:svelte-1u03hag-budget-spin .7s linear infinite}.spoluprace__block.svelte-1u03hag{position:relative;margin-bottom:28px;padding:28px 24px;border-radius:22px;background:#ffffffe6;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 6px 22px #0000000f}.spoluprace__block.svelte-1u03hag:last-child{margin-bottom:0}.spoluprace__block--tinted.svelte-1u03hag{background:#f7f8f8}.spoluprace__block--dark.svelte-1u03hag{background:#1f3d52;color:#fff}.spoluprace__block--dark.svelte-1u03hag .spoluprace__block__title:where(.svelte-1u03hag){color:#fff}.spoluprace__block--dark.svelte-1u03hag .spoluprace__block__intro:where(.svelte-1u03hag){color:#ffffffd9}.spoluprace__block--budget.svelte-1u03hag{background:#f7f8f8;border:1px solid rgba(91,162,183,.2);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}@media(max-width:600px){.spoluprace__block.svelte-1u03hag{padding:22px 16px}}.spoluprace__block__title.svelte-1u03hag{display:flex;align-items:center;justify-content:center;gap:8px;font-size:21px;font-weight:700;color:#1f3d52;margin-bottom:18px;text-align:center}.spoluprace__block__title--inline.svelte-1u03hag{justify-content:flex-start;margin-bottom:6px}@media(max-width:600px){.spoluprace__block__title.svelte-1u03hag{font-size:18px}}.spoluprace__block__intro.svelte-1u03hag{text-align:center;color:#555;font-size:14px;line-height:1.55;max-width:620px;margin:-8px auto 22px}.spoluprace__block__intro--inline.svelte-1u03hag{text-align:left;margin:0}.benefits-grid.svelte-1u03hag{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:14px}.benefit.svelte-1u03hag{position:relative;text-align:center;padding:22px 16px;background:#fff;border-radius:14px;box-shadow:0 2px 10px #0000000d;transition:transform .25s cubic-bezier(.22,.61,.36,1),box-shadow .25s ease,border-top-color .25s ease;border-top:3px solid #dce5e3;cursor:default}.benefit.svelte-1u03hag:hover{transform:translateY(-6px);box-shadow:0 18px 38px #1f3d5224;border-top-color:#1f3d52}.benefit.svelte-1u03hag:hover .benefit__icon:where(.svelte-1u03hag){background:#dce5e3;color:#1f3d52;transform:scale(1.08) rotate(-4deg);box-shadow:0 8px 20px #dce5e373}.benefit__icon.svelte-1u03hag{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;background:#1f3d52;color:#fff;margin-bottom:12px;box-shadow:0 4px 12px #1f3d522e;transition:background-color .25s ease,color .25s ease,transform .3s cubic-bezier(.22,.61,.36,1),box-shadow .25s ease}.benefit.svelte-1u03hag h4:where(.svelte-1u03hag){font-size:15px;font-weight:700;color:#1f3d52;margin-bottom:6px}.benefit.svelte-1u03hag p:where(.svelte-1u03hag){font-size:13px;color:#555;line-height:1.5;margin:0}.process.svelte-1u03hag{display:flex;align-items:stretch;justify-content:center;gap:10px;flex-wrap:wrap}.process__step.svelte-1u03hag{flex:1 1 220px;max-width:320px;padding:22px 20px;background:#fff;border-radius:14px;box-shadow:0 2px 10px #0000000d;text-align:center;border-top:3px solid #dce5e3;cursor:default;transition:transform .25s cubic-bezier(.22,.61,.36,1),box-shadow .25s ease,border-top-color .25s ease}.process__step.svelte-1u03hag:hover{transform:translateY(-6px);box-shadow:0 18px 38px #1f3d5224;border-top-color:#1f3d52}.process__step.svelte-1u03hag:hover .process__step__icon:where(.svelte-1u03hag){background:#dce5e3;color:#1f3d52;transform:scale(1.08) rotate(-4deg);box-shadow:0 10px 22px #dce5e373}.process__step.svelte-1u03hag:hover .process__step__num:where(.svelte-1u03hag){background:#1f3d52;color:#fff}.process__step.svelte-1u03hag h4:where(.svelte-1u03hag){font-size:16.5px;font-weight:700;color:#1f3d52;margin-bottom:6px}.process__step.svelte-1u03hag p:where(.svelte-1u03hag){font-size:13px;color:#555;line-height:1.5;margin:0}.process__step__icon.svelte-1u03hag{position:relative;display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:16px;background:#1f3d52;color:#fff;margin-bottom:12px;box-shadow:0 6px 14px #1f3d5233;transition:background-color .25s ease,color .25s ease,transform .3s cubic-bezier(.22,.61,.36,1),box-shadow .25s ease}.process__step__num.svelte-1u03hag{position:absolute;top:-7px;right:-7px;min-width:26px;height:26px;padding:0 7px;background:#fff;color:#1f3d52;border-radius:999px;font-size:11.5px;font-weight:800;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #0000001f;transition:background-color .25s ease,color .25s ease}.process__arrow.svelte-1u03hag{display:flex;align-items:center;color:#dce5e3;flex-shrink:0}@media(max-width:720px){.process__arrow.svelte-1u03hag{transform:rotate(90deg)}}.rules-grid.svelte-1u03hag{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:14px}.rule.svelte-1u03hag{display:grid;grid-template-columns:auto 1fr;gap:14px;padding:18px 20px;background:#fff;border-radius:14px;box-shadow:0 2px 10px #0000000d;border-left:3px solid #dce5e3;cursor:default;transition:transform .25s cubic-bezier(.22,.61,.36,1),box-shadow .25s ease,border-left-color .25s ease,border-left-width .25s ease}.rule.svelte-1u03hag:hover{transform:translate(4px);box-shadow:0 14px 30px #1f3d521f;border-left-color:#1f3d52;border-left-width:6px}.rule.svelte-1u03hag:hover .rule__icon:where(.svelte-1u03hag){background:#dce5e3;transform:scale(1.08)}.rule__icon.svelte-1u03hag{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:#dce5e326;color:#1f3d52;flex-shrink:0;transition:background-color .25s ease,transform .3s cubic-bezier(.22,.61,.36,1)}.rule.svelte-1u03hag h4:where(.svelte-1u03hag){font-size:15px;font-weight:700;color:#1f3d52;margin-bottom:4px}.rule.svelte-1u03hag p:where(.svelte-1u03hag){font-size:13px;color:#555;line-height:1.5;margin:0}.structure-pyramid.svelte-1u03hag{list-style:none;padding:0;margin:0 auto;max-width:760px;display:flex;flex-direction:column;gap:6px}.structure-pyramid__row.svelte-1u03hag{display:grid;grid-template-columns:minmax(110px,280px) 1fr;gap:18px;align-items:center}@media(max-width:580px){.structure-pyramid__row.svelte-1u03hag{grid-template-columns:90px 1fr;gap:12px}}.structure-pyramid__bar.svelte-1u03hag{display:flex;align-items:center;padding-left:14px;height:44px;color:#fff;font-weight:800;letter-spacing:.4px;border-radius:4px;width:calc(45% + var(--idx) / (var(--total) - 1) * 55%);background:rgba(255,255,255,calc(.08 + var(--idx) * .05));border:1px solid rgba(255,255,255,calc(.2 + var(--idx) * .1));justify-self:end;transition:transform .2s;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.structure-pyramid__bar.svelte-1u03hag:hover{transform:translate(2px)}.structure-pyramid__num.svelte-1u03hag{font-size:16px}.structure-pyramid__text.svelte-1u03hag{display:grid;gap:1px}.structure-pyramid__text.svelte-1u03hag strong:where(.svelte-1u03hag){font-size:15px;color:#fff;font-weight:700}.structure-pyramid__text.svelte-1u03hag em:where(.svelte-1u03hag){font-size:11.5px;color:#ffffffa6;font-weight:600;letter-spacing:.4px;text-transform:uppercase;font-style:normal}.structure-pyramid__text.svelte-1u03hag span:where(.svelte-1u03hag){font-size:12.5px;color:#ffffffc7;line-height:1.45;margin-top:2px}.budget-header.svelte-1u03hag{margin-bottom:22px;padding-bottom:16px;border-bottom:1px dashed rgba(31,61,82,.15)}@keyframes svelte-1u03hag-budget-spin{to{transform:rotate(360deg)}}.budget.svelte-1u03hag{display:grid;grid-template-columns:1fr minmax(280px,360px);gap:22px}@media(max-width:880px){.budget.svelte-1u03hag{grid-template-columns:1fr}}.budget__inputs.svelte-1u03hag{display:grid;gap:14px}.budget__summary.svelte-1u03hag{display:flex;flex-direction:column;gap:12px}.budget-card.svelte-1u03hag{background:#fff;border-radius:14px;box-shadow:0 2px 10px #0000000f;padding:14px 16px 12px;border:1px solid rgba(220,229,227,.18)}.budget-card__head.svelte-1u03hag{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding-bottom:10px;border-bottom:1px solid #eef1f3;margin-bottom:8px;font-size:14px;font-weight:700;color:#1f3d52}.budget-card__head__icon.svelte-1u03hag{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:10px;background:#1f3d52;color:#fff}.budget-card__head__label.svelte-1u03hag{font-size:14px}.budget-card__total.svelte-1u03hag{font-variant-numeric:tabular-nums;font-size:14px;font-weight:800;color:#1f3d52}.budget-row.svelte-1u03hag{display:grid;grid-template-columns:1fr minmax(140px,170px);align-items:center;gap:14px;padding:6px 0;font-size:13.5px}.budget-row__label.svelte-1u03hag{display:inline-flex;align-items:center;gap:8px;color:#444;font-weight:600}.budget-row__label.svelte-1u03hag svg{color:#dce5e3;flex-shrink:0}.budget-row__input.svelte-1u03hag{position:relative;display:flex}.budget-row__input.svelte-1u03hag input:where(.svelte-1u03hag){flex:1;width:100%;height:36px;padding:0 36px 0 12px;border:1px solid #d8dee0;border-radius:8px;font-size:14px;font-weight:600;font-family:inherit;color:#1f3d52;text-align:right;background:#fff;transition:border-color .15s,box-shadow .15s;font-variant-numeric:tabular-nums}.budget-row__input.svelte-1u03hag input:where(.svelte-1u03hag):focus{outline:none;border-color:#dce5e3;box-shadow:0 0 0 3px #5ba2b72e}.budget-row__input.svelte-1u03hag input:where(.svelte-1u03hag)::placeholder{color:#b5bcbf}.budget-row__suffix.svelte-1u03hag{position:absolute;right:12px;top:50%;transform:translateY(-50%);font-size:12px;color:#888;font-weight:600;pointer-events:none}.budget-cat.svelte-1u03hag{border-top:1px solid #f0f3f5;padding-top:6px;margin-top:4px}.budget-cat.svelte-1u03hag:first-of-type{border-top:0;padding-top:0;margin-top:0}.budget-cat__row.svelte-1u03hag{display:grid;grid-template-columns:1fr minmax(140px,170px);align-items:center;gap:14px;padding:4px 0}.budget-cat__toggle.svelte-1u03hag{display:flex;align-items:center;gap:8px;padding:6px 0;background:transparent;border:none;cursor:pointer;font-family:inherit;text-align:left;width:100%;color:#333;font-size:13.5px;font-weight:600}.budget-cat__toggle.svelte-1u03hag:hover{color:#1f3d52}.budget-cat__toggle.svelte-1u03hag .budget-cat__chev{transition:transform .2s;margin-left:auto;color:#999;flex-shrink:0}.budget-cat--open.svelte-1u03hag .budget-cat__toggle:where(.svelte-1u03hag) .budget-cat__chev{transform:rotate(180deg);color:#1f3d52}.budget-cat__dot.svelte-1u03hag{width:4px;height:28px;border-radius:2px;background:var(--c, #dce5e3);flex-shrink:0}.budget-cat__icon.svelte-1u03hag{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:8px;background:color-mix(in srgb,var(--c, #dce5e3) 18%,transparent);color:var(--c, #1f3d52);flex-shrink:0}.budget-cat__label.svelte-1u03hag{flex:1;min-width:0}.budget-cat__sum.svelte-1u03hag{display:flex;align-items:center;justify-content:flex-end;padding-right:12px;height:36px;font-size:14px;font-weight:700;color:#1f3d52;font-variant-numeric:tabular-nums;background:#dce5e314;border-radius:8px}.budget-cat__details.svelte-1u03hag{margin-top:6px;padding:10px 12px 6px 16px;border-left:3px solid var(--c, #dce5e3);background:#5ba2b70d;border-radius:0 10px 10px 0;animation:svelte-1u03hag-budget-details-in .2s ease-out}@keyframes svelte-1u03hag-budget-details-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.budget-sub.svelte-1u03hag{display:grid;grid-template-columns:1fr minmax(120px,150px);align-items:center;gap:12px;padding:4px 0;font-size:12.5px;color:#666}.budget-sub.svelte-1u03hag .budget-row__input:where(.svelte-1u03hag) input:where(.svelte-1u03hag){height:32px;font-size:13px;padding:0 32px 0 10px}.budget-balance.svelte-1u03hag{position:relative;overflow:hidden;padding:18px 20px;border-radius:14px;background:#1f3d52;color:#fff;box-shadow:0 8px 22px #003f5238}.budget-balance__bg.svelte-1u03hag{position:absolute;top:-40px;right:-40px;width:140px;height:140px;border-radius:50%;background:#ffffff1a;pointer-events:none}.budget-balance__label.svelte-1u03hag,.budget-balance__amount.svelte-1u03hag,.budget-balance__hint.svelte-1u03hag{position:relative}.budget-balance__label.svelte-1u03hag{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;opacity:.92}.budget-balance__amount.svelte-1u03hag{font-size:30px;font-weight:800;margin-top:4px;font-variant-numeric:tabular-nums;line-height:1.1}.budget-balance__amount.svelte-1u03hag span:where(.svelte-1u03hag){font-size:12.5px;font-weight:600;opacity:.8;margin-left:4px}.budget-balance__hint.svelte-1u03hag{margin-top:8px;font-size:12.5px;line-height:1.45;opacity:.92}.budget-balance--positive.svelte-1u03hag{background:#2d7d6c;box-shadow:0 8px 22px #1d855247}.budget-balance--negative.svelte-1u03hag{background:#c75d5d;box-shadow:0 8px 22px #b5443a47}.budget-bar.svelte-1u03hag{display:flex;height:14px;border-radius:999px;overflow:hidden;background:#ecf0f2;box-shadow:inset 0 1px 2px #0000000f}.budget-bar__seg.svelte-1u03hag{display:block;height:100%;transition:width .3s}.budget-legend.svelte-1u03hag{list-style:none;padding:0;margin:-2px 0 0;display:flex;flex-direction:column;gap:4px}.budget-legend.svelte-1u03hag li:where(.svelte-1u03hag){display:grid;grid-template-columns:auto 1fr auto auto;gap:8px;align-items:center;padding:4px 0;font-size:12.5px;font-variant-numeric:tabular-nums}.budget-legend__dot.svelte-1u03hag{width:9px;height:9px;border-radius:3px;background:var(--c, #dce5e3)}.budget-legend__name.svelte-1u03hag{color:#444}.budget-legend__value.svelte-1u03hag{color:#1f3d52;font-weight:700}.budget-legend__pct.svelte-1u03hag{color:#888;min-width:38px;text-align:right}.budget-ratio.svelte-1u03hag{padding:12px 14px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000a;border:1px solid rgba(220,229,227,.18)}.budget-ratio__label.svelte-1u03hag{display:flex;justify-content:space-between;font-size:12px;color:#666;margin-bottom:6px}.budget-ratio__label.svelte-1u03hag strong:where(.svelte-1u03hag){color:#1f3d52;font-size:13.5px;font-variant-numeric:tabular-nums}.budget-ratio__bar.svelte-1u03hag{height:8px;background:#ecf0f2;border-radius:999px;overflow:hidden}.budget-ratio__bar__fill.svelte-1u03hag{display:block;height:100%;background:#2d7d6c;border-radius:999px;transition:width .3s}.budget-ratio__bar__fill.over.svelte-1u03hag{background:#c75d5d}.budget-actions.svelte-1u03hag{display:flex;flex-direction:column;gap:10px;margin-top:4px}.budget-cta.svelte-1u03hag{display:inline-flex;align-items:center;justify-content:center;gap:9px;height:48px;padding:0 24px;background:#1f3d52;color:#fff;border:1.5px solid transparent;border-radius:14px;font-size:14px;font-weight:700;text-decoration:none;transition:background-color .2s,transform .15s,box-shadow .2s;box-shadow:0 4px 14px #003f522e}.budget-cta.svelte-1u03hag:hover{background:#1f3d52;transform:translateY(-1px);box-shadow:0 6px 18px #003f5242}.budget-pdf-big.svelte-1u03hag{display:inline-flex;align-items:center;justify-content:center;gap:9px;height:48px;padding:0 24px;background:#1f3d52;color:#fff;border:1.5px solid transparent;border-radius:14px;font-size:14px;font-weight:700;font-family:inherit;cursor:pointer;text-decoration:none;transition:transform .15s,box-shadow .2s,filter .15s;box-shadow:0 4px 14px #1f3d5238}.budget-pdf-big.svelte-1u03hag:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 28px #5ba2b76b;filter:brightness(1.05)}.budget-pdf-big.svelte-1u03hag:active:not(:disabled){transform:translateY(0)}.budget-pdf-big.svelte-1u03hag:disabled{opacity:.55;cursor:not-allowed;box-shadow:0 2px 8px #00000014}.budget-pdf-big__spinner.svelte-1u03hag{width:18px;height:18px;border:2.5px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:svelte-1u03hag-budget-spin .7s linear infinite}.latest-articles.svelte-1ghomfk{padding:80px 20px;background:linear-gradient(#f7f8f8e0,#f7f8f8e0),url(../../../section-bg.webp) center center/cover no-repeat}.latest-articles__inner.svelte-1ghomfk{max-width:1200px;margin:0 auto}.latest-articles__heading.svelte-1ghomfk{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:36px}@media(max-width:720px){.latest-articles__heading.svelte-1ghomfk{flex-direction:column;align-items:flex-start}}.latest-articles__heading__text.svelte-1ghomfk{max-width:620px}.latest-articles__heading__text.svelte-1ghomfk h2:where(.svelte-1ghomfk){font-size:32px;color:#1f3d52;line-height:1.2;margin-bottom:10px}@media(max-width:600px){.latest-articles__heading__text.svelte-1ghomfk h2:where(.svelte-1ghomfk){font-size:24px}}.latest-articles__heading__text.svelte-1ghomfk p:where(.svelte-1ghomfk){font-size:15px;color:#1f3d52;line-height:1.6;margin:0}.latest-articles__all.svelte-1ghomfk{display:inline-flex;align-items:center;gap:6px;padding:10px 18px;background:#fff;color:#1f3d52;font-size:14px;font-weight:600;text-decoration:none;border:1px solid rgba(220,229,227,.3);border-radius:999px;white-space:nowrap;transition:transform .2s,box-shadow .2s,border-color .2s}.latest-articles__all.svelte-1ghomfk:hover{transform:translateY(-1px);box-shadow:0 6px 18px #00000014;border-color:#dce5e3}.latest-articles__grid.svelte-1ghomfk{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:22px}.article-card.svelte-1ghomfk{display:flex;flex-direction:column;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 10px #0000000d;text-decoration:none;color:inherit;transition:transform .22s,box-shadow .22s}.article-card.svelte-1ghomfk:hover{transform:translateY(-4px);box-shadow:0 14px 30px #0000001a}.article-card__visual.svelte-1ghomfk{position:relative;height:130px;background:#1f3d52;display:flex;align-items:center;justify-content:center;overflow:hidden}.article-card__visual.svelte-1ghomfk:before{content:"";position:absolute;top:-30px;right:-30px;width:110px;height:110px;background:#ffffff14;border-radius:50%}.article-card__icon.svelte-1ghomfk{position:relative;display:flex;align-items:center;justify-content:center;width:78px;height:78px;border-radius:50%;background:#ffffff2e;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.article-card__image.svelte-1ghomfk{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.article-card__body.svelte-1ghomfk{padding:22px 22px 24px;display:flex;flex-direction:column;flex:1}.article-card__meta.svelte-1ghomfk{display:inline-flex;align-items:center;gap:5px;font-size:12px;color:#6b7c85;margin-bottom:10px}.article-card.svelte-1ghomfk h3:where(.svelte-1ghomfk){font-size:17px;font-weight:700;color:#1f3d52;line-height:1.3;margin-bottom:8px}.article-card.svelte-1ghomfk p:where(.svelte-1ghomfk){font-size:13.5px;color:#1f3d52;line-height:1.55;margin-bottom:14px;flex:1}.article-card__read.svelte-1ghomfk{display:inline-flex;align-items:center;gap:5px;font-size:13px;font-weight:600;color:#1f3d52;transition:gap .2s}.article-card.svelte-1ghomfk:hover .article-card__read:where(.svelte-1ghomfk){gap:10px}
