@charset "UTF-8";.hero.svelte-1b3svhn{position:relative;min-height:calc(100vh + var(--header-height));display:flex;flex-direction:column;align-items:center;overflow:hidden;margin-top:calc(-1 * var(--header-height));padding-top:var(--header-height);word-break:keep-all}.hero.svelte-1b3svhn:before{content:"";flex:1}.hero.svelte-1b3svhn:after{content:"";flex:1.618}.hero__background.svelte-1b3svhn{position:absolute;inset:0}.hero__video.svelte-1b3svhn{position:absolute;top:50%;left:50%;width:100%;height:100%;transform:translate(-50%,-50%);object-fit:cover;z-index:0}.hero__video-fallback.svelte-1b3svhn{position:absolute;top:50%;left:50%;width:100%;height:100%;transform:translate(-50%,-50%);object-fit:cover}.hero__overlay.svelte-1b3svhn{position:absolute;inset:0;background:linear-gradient(to bottom,#0000001a,#0006 70%,#0009),radial-gradient(ellipse at 20% 50%,rgba(0,163,163,.15) 0%,transparent 50%);z-index:1}.hero__content.svelte-1b3svhn{position:relative;z-index:2;text-align:left;flex:0 0 auto;width:100%}.hero__text.svelte-1b3svhn{max-width:800px}.hero__subtitle-en.svelte-1b3svhn{font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);color:#ffffffb3;margin-bottom:var(--spacing-sm);letter-spacing:var(--letter-spacing-widest);text-transform:uppercase}.hero__subtitle-en.svelte-1b3svhn .accent:where(.svelte-1b3svhn){color:var(--koren-primary)}.hero__title.svelte-1b3svhn{font-size:clamp(2rem,3vw,3rem);font-weight:var(--font-weight-bold);color:#fff;line-height:var(--line-height-tight);margin-bottom:var(--spacing-md);letter-spacing:var(--letter-spacing-tight);min-height:1.2em}.hero__title-text.svelte-1b3svhn{display:inline}.hero__cursor.svelte-1b3svhn{display:inline-block;color:var(--koren-primary);font-weight:var(--font-weight-regular);animation:svelte-1b3svhn-blink 1s step-end infinite;margin-left:2px}.hero__cursor--hidden.svelte-1b3svhn{opacity:0;animation:none}@keyframes svelte-1b3svhn-blink{0%,to{opacity:1}50%{opacity:0}}.hero__description.svelte-1b3svhn{font-size:var(--font-size-lg);font-weight:var(--font-weight-regular);color:#ffffffd9;line-height:var(--line-height-relaxed);margin:0 0 var(--spacing-xl) 0}.hero__cta.svelte-1b3svhn{display:inline-flex;align-items:center;gap:var(--spacing-sm);padding:var(--spacing-md) var(--spacing-xl);background:linear-gradient(135deg,var(--koren-primary) 0%,var(--koren-primary-dark) 40%,var(--koren-gradient-mid-1) 70%,var(--koren-accent) 100%);color:var(--koren-text-white);font-size:var(--font-size-base);font-weight:var(--font-weight-medium);text-decoration:none;border-radius:var(--radius-md);transition:all var(--transition-base)}.hero__cta.svelte-1b3svhn:hover{background:linear-gradient(135deg,var(--koren-primary) 0%,var(--koren-primary) 40%,var(--koren-gradient-mid-2) 70%,var(--koren-gradient-mid-3) 100%);border:1px solid var(--koren-primary);color:var(--koren-secondary);transform:translate(4px)}.hero__cta.svelte-1b3svhn svg:where(.svelte-1b3svhn){transition:transform var(--transition-base)}.hero__cta.svelte-1b3svhn:hover svg:where(.svelte-1b3svhn){transform:translate(4px)}.hero__stats.svelte-1b3svhn{margin-bottom:var(--spacing-md)}.hero__stats-container.svelte-1b3svhn{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--spacing-md);max-width:728px}.hero__stat.svelte-1b3svhn{display:flex;flex-direction:column;align-items:center;text-align:left}.hero__stat-value.svelte-1b3svhn{font-size:clamp(2rem,4vw,3rem);font-weight:var(--font-weight-bold);color:var(--koren-primary-light);line-height:1.1}.hero__stat-number.svelte-1b3svhn{display:inline-block;min-width:1.5em;text-align:right;font-variant-numeric:tabular-nums}.hero__stat-unit.svelte-1b3svhn{font-size:.5em;font-weight:var(--font-weight-semibold);color:#fffc;margin-left:.15em}.hero__stat-label.svelte-1b3svhn{font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);color:#fffc;margin-top:var(--spacing-xs)}.hero__features.svelte-1b3svhn{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--spacing-md);margin-bottom:var(--spacing-2xl);max-width:728px}.hero__feature-box.svelte-1b3svhn{padding:var(--spacing-md) var(--spacing-lg);background:linear-gradient(135deg,#ffffff26,#ffffff0d);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.25);border-radius:var(--radius-md);box-shadow:0 8px 32px #0000001a,inset 0 1px #fff3;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.hero__feature-box.svelte-1b3svhn:hover{background:linear-gradient(135deg,#fff3,#ffffff1a);border-color:#fff6;transform:translateY(-4px);box-shadow:0 12px 40px #00000026,inset 0 1px #ffffff4d}.hero__feature-title.svelte-1b3svhn{font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);color:var(--koren-primary-light);margin:0 0 var(--spacing-sm) 0}.hero__feature-desc.svelte-1b3svhn{font-size:var(--font-size-sm);font-weight:var(--font-weight-regular);word-break:keep-all;color:#ffffffd9;margin:0;line-height:var(--line-height-relaxed)}.hero__scroll-indicator.svelte-1b3svhn{position:absolute;bottom:var(--spacing-3xl);left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;z-index:4}.hero__scroll-mouse.svelte-1b3svhn{opacity:.8;transition:all .3s ease;filter:drop-shadow(0 0 8px rgba(255,255,255,.1))}.hero__scroll-mouse.svelte-1b3svhn:hover{opacity:1;filter:drop-shadow(0 0 12px rgba(255,255,255,.3))}.hero__scroll-mouse.svelte-1b3svhn svg:where(.svelte-1b3svhn){display:block}.hero__scroll-wheel.svelte-1b3svhn{animation:svelte-1b3svhn-wheelScroll 1.8s ease-in-out infinite}@keyframes svelte-1b3svhn-wheelScroll{0%{transform:translateY(0);opacity:1}to{transform:translateY(10px);opacity:0}}@media(max-width:767px){.hero.svelte-1b3svhn{min-height:calc(100vh + var(--header-height-mobile));margin-top:calc(-1 * var(--header-height-mobile));padding-top:var(--header-height-mobile);z-index:0}.hero.svelte-1b3svhn:before{flex:.5}.hero.svelte-1b3svhn:after{flex:2.5}.hero__content.svelte-1b3svhn{text-align:center}.hero__text.svelte-1b3svhn{margin:0 auto}.hero__subtitle-en.svelte-1b3svhn{font-size:var(--font-size-xs)}.hero__description.svelte-1b3svhn{font-size:var(--font-size-base);margin-bottom:var(--spacing-2xl)}.hero__cta.svelte-1b3svhn{font-size:var(--font-size-sm)}.hero__stats-container.svelte-1b3svhn{grid-template-columns:repeat(3,1fr);gap:var(--spacing-sm);max-width:100%}.hero__stat.svelte-1b3svhn{align-items:center;text-align:center}.hero__stat-value.svelte-1b3svhn{font-size:clamp(1.5rem,5vw,2rem)}.hero__features.svelte-1b3svhn{grid-template-columns:repeat(3,1fr);gap:var(--spacing-sm);max-width:100%}.hero__feature-box.svelte-1b3svhn{padding:var(--spacing-sm) var(--spacing-md)}.hero__feature-title.svelte-1b3svhn{font-size:var(--font-size-sm)}.hero__feature-desc.svelte-1b3svhn{font-size:var(--font-size-xs)}.hero__scroll-indicator.svelte-1b3svhn{bottom:var(--spacing-sm)}.hero__scroll-mouse.svelte-1b3svhn svg:where(.svelte-1b3svhn){width:18px;height:28px}}@media(min-width:1024px){.hero__subtitle-en.svelte-1b3svhn{font-size:var(--font-size-base)}.hero__description.svelte-1b3svhn{font-size:var(--font-size-xl);margin-bottom:var(--spacing-3xl)}}@media(prefers-reduced-motion:reduce){.hero__scroll-wheel.svelte-1b3svhn,.hero__cursor.svelte-1b3svhn{animation:none}}@media(max-height:800px){.hero.svelte-1b3svhn:before{flex:1!important}.hero.svelte-1b3svhn:after{flex:1.618!important}.hero__title.svelte-1b3svhn{font-size:clamp(1.75rem,4vh,2.5rem);margin-bottom:clamp(8px,1.5vh,16px)}.hero__subtitle-en.svelte-1b3svhn{margin-bottom:clamp(4px,1vh,8px)}.hero__description.svelte-1b3svhn{font-size:clamp(.9rem,2vh,1.125rem);margin-bottom:clamp(12px,2vh,24px)}.hero__stats.svelte-1b3svhn{margin-bottom:clamp(8px,1.5vh,16px)}.hero__stat-value.svelte-1b3svhn{font-size:clamp(1.5rem,4vh,2.5rem)}.hero__stat-label.svelte-1b3svhn{font-size:clamp(.7rem,1.5vh,.875rem)}.hero__features.svelte-1b3svhn{margin-bottom:clamp(16px,2.5vh,32px)}.hero__feature-box.svelte-1b3svhn{padding:clamp(8px,1.5vh,16px) var(--spacing-md)}.hero__feature-title.svelte-1b3svhn{font-size:clamp(.875rem,2vh,1.125rem);margin-bottom:clamp(4px,.5vh,8px)}.hero__feature-desc.svelte-1b3svhn{font-size:clamp(.7rem,1.5vh,.875rem)}.hero__cta.svelte-1b3svhn{padding:clamp(8px,1.5vh,16px) var(--spacing-lg);font-size:clamp(.8rem,1.8vh,1rem)}.hero__scroll-indicator.svelte-1b3svhn{bottom:clamp(16px,3vh,48px)}}@media(max-height:680px){.hero__title.svelte-1b3svhn{font-size:clamp(1.5rem,4.5vh,2rem)}.hero__description.svelte-1b3svhn{font-size:clamp(.85rem,1.8vh,1rem);margin-bottom:clamp(8px,1.5vh,16px)}.hero__stats-container.svelte-1b3svhn{gap:clamp(4px,1vh,12px)}.hero__stat-value.svelte-1b3svhn{font-size:clamp(1.25rem,3.5vh,2rem)}.hero__features.svelte-1b3svhn{gap:clamp(4px,1vh,12px);margin-bottom:clamp(12px,2vh,24px)}.hero__feature-desc.svelte-1b3svhn{display:none}.hero__feature-title.svelte-1b3svhn{margin-bottom:0}.hero__scroll-indicator.svelte-1b3svhn{display:none}}@media(max-height:600px){.hero__subtitle-en.svelte-1b3svhn{font-size:clamp(.6rem,1.2vh,.75rem);margin-bottom:clamp(2px,.5vh,4px)}.hero__title.svelte-1b3svhn{font-size:clamp(1.25rem,4vh,1.75rem);margin-bottom:clamp(4px,1vh,8px);line-height:1.15}.hero__description.svelte-1b3svhn{font-size:clamp(.75rem,1.5vh,.9rem);margin-bottom:clamp(6px,1vh,12px)}.hero__stats.svelte-1b3svhn{margin-bottom:clamp(6px,1vh,12px)}.hero__stat-value.svelte-1b3svhn{font-size:clamp(1rem,3vh,1.5rem)}.hero__stat-label.svelte-1b3svhn{font-size:clamp(.6rem,1.2vh,.75rem);margin-top:2px}.hero__features.svelte-1b3svhn{display:none}.hero__cta.svelte-1b3svhn{padding:clamp(6px,1vh,10px) clamp(12px,2vw,20px);font-size:clamp(.7rem,1.5vh,.875rem)}}@media(max-height:500px){.hero__subtitle-en.svelte-1b3svhn{font-size:clamp(.55rem,1vh,.65rem)}.hero__title.svelte-1b3svhn{font-size:clamp(1.1rem,3.5vh,1.5rem)}.hero__description.svelte-1b3svhn{font-size:clamp(.7rem,1.3vh,.85rem);margin-bottom:clamp(4px,.8vh,8px)}.hero__stats.svelte-1b3svhn{margin-bottom:clamp(4px,.8vh,8px)}.hero__stat-value.svelte-1b3svhn{font-size:clamp(.9rem,2.5vh,1.25rem)}.hero__cta.svelte-1b3svhn{padding:clamp(4px,.8vh,8px) clamp(10px,1.5vw,16px);font-size:clamp(.65rem,1.2vh,.8rem)}}@media(max-height:420px){.hero__stats.svelte-1b3svhn{display:none}.hero__title.svelte-1b3svhn{font-size:clamp(1rem,4vh,1.25rem)}.hero__description.svelte-1b3svhn{margin-bottom:clamp(8px,1.5vh,16px)}}@media(max-width:1024px)and (max-height:680px){.hero__features.svelte-1b3svhn{grid-template-columns:repeat(3,1fr);gap:clamp(4px,1vw,8px)}.hero__feature-box.svelte-1b3svhn{padding:clamp(6px,1vh,12px) clamp(8px,1vw,16px)}.hero__stats-container.svelte-1b3svhn{gap:clamp(4px,1vw,16px)}}@media(max-width:767px)and (max-height:500px){.hero.svelte-1b3svhn{min-height:100vh}.hero__title.svelte-1b3svhn{font-size:clamp(1rem,5vh,1.25rem)}.hero__description.svelte-1b3svhn{margin-bottom:clamp(6px,1.5vh,12px)}.hero__stats.svelte-1b3svhn,.hero__features.svelte-1b3svhn,.hero__scroll-indicator.svelte-1b3svhn{display:none}}.service-section.svelte-a4o5mv{background:linear-gradient(180deg,#5f6978,#7f8998 30%,#fff);padding:var(--section-spacing-lg) 0}@media(min-width:768px){.service-section.svelte-a4o5mv{padding-top:var(--section-spacing-4xl);padding-bottom:var(--section-spacing-2xl)}}.service-section__grid.svelte-a4o5mv{display:flex;flex-direction:column;gap:var(--spacing-lg)}.service-section__row.svelte-a4o5mv{display:flex;flex-direction:column;gap:var(--spacing-lg);width:100%}@media(min-width:1024px){.service-section__row.svelte-a4o5mv{display:grid;gap:var(--spacing-lg);transition:grid-template-columns 1.2s cubic-bezier(.25,.46,.45,.94)}.top-row.svelte-a4o5mv{grid-template-columns:1fr 1fr 1fr 1fr}.top-row.hover-card-0.svelte-a4o5mv{grid-template-columns:calc(25% - var(--spacing-lg) / 1.3) calc(50% - var(--spacing-lg) / 2) calc(25% - var(--spacing-lg) / 1.3) 0%}.top-row.hover-card-1.svelte-a4o5mv{grid-template-columns:calc(25% - var(--spacing-lg) / 1.3) calc(25% - var(--spacing-lg) / 1.3) calc(50% - var(--spacing-lg) / 2) 0%}.bottom-row.svelte-a4o5mv{grid-template-columns:1fr 1fr 1fr 1fr}.bottom-row.hover-card-0.svelte-a4o5mv{grid-template-columns:0% 2fr 1fr 1fr}.bottom-row.hover-card-1.svelte-a4o5mv{grid-template-columns:0fr 1fr 2fr 1fr}.bottom-row.hover-card-2.svelte-a4o5mv{grid-template-columns:.8fr 1fr 1fr 1.2fr}}.service-card__title-area.svelte-a4o5mv,.spacer-box.svelte-a4o5mv,.service-cta.svelte-a4o5mv{min-width:0;overflow:hidden}.service-card__title-area.svelte-a4o5mv{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:var(--spacing-sm);white-space:nowrap}@media(min-width:1024px){.service-card__title-area.svelte-a4o5mv{flex-direction:column;justify-content:flex-start;align-items:flex-start}}.service-card__title-main.svelte-a4o5mv{font-size:var(--font-size-3xl);font-weight:300;color:var(--koren-text-white)}.service-card__title-sub.svelte-a4o5mv{font-size:var(--font-size-3xl);font-weight:600;color:var(--koren-text-white)}.service-card.svelte-a4o5mv{position:relative;border-radius:var(--radius-lg);overflow:hidden;cursor:pointer;height:300px;background:linear-gradient(135deg,#5b6573,#4b5563 60%,#2b3545);border:none;box-shadow:var(--koren-shadow-lg);min-width:0}@media(min-width:1024px){.service-card.svelte-a4o5mv{height:370px}}.service-card__image.svelte-a4o5mv{position:absolute;inset:0;z-index:1;padding-left:var(--spacing-lg);padding-right:var(--spacing-7xl)}.service-card__image.svelte-a4o5mv img:where(.svelte-a4o5mv){height:100%;object-fit:contain}@media(min-width:1024px){.service-card__image.svelte-a4o5mv{padding:var(--spacing-2xl)}}.service-card__content.svelte-a4o5mv{position:absolute;bottom:0;left:0;right:0;padding:var(--spacing-xl);z-index:10;height:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.service-card__title.svelte-a4o5mv{font-size:1.2rem;font-weight:700;color:var(--koren-text-100);margin-bottom:5px;white-space:nowrap}.service-card__description.svelte-a4o5mv{font-size:var(--font-size-xs);color:var(--koren-text-100);opacity:1;max-height:100%;transform:translateY(10px);transition:all .4s ease;text-align:right;padding-left:10%}@media(min-width:768px){.service-card__description.svelte-a4o5mv{max-height:200px;width:100%;padding-left:30%}}@media(min-width:1024px){.service-card__description.svelte-a4o5mv{font-size:var(--font-size-base);opacity:0}.service-card.svelte-a4o5mv:hover .service-card__description:where(.svelte-a4o5mv){opacity:1;max-height:150px;transform:translateY(0);transition-delay:.5s;padding-left:40%}}.service-cta.svelte-a4o5mv{background-color:var(--koren-primary);display:flex;align-items:center;justify-content:center;border-radius:var(--radius-5xl);color:#fff;text-decoration:none;height:300px;position:relative;overflow:hidden}@media(min-width:1024px){.service-cta.svelte-a4o5mv{height:auto}}.service-cta__content.svelte-a4o5mv{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;padding:var(--spacing-xl);width:100%;height:100%;position:relative}.service-cta__brand-service.svelte-a4o5mv{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:var(--spacing-md)}.service-cta__brand.svelte-a4o5mv{display:block;font-size:var(--font-size-3xl);font-weight:400;line-height:1;color:#fff;transition:color .2s ease}.service-cta__service.svelte-a4o5mv{display:block;font-size:var(--font-size-3xl);font-weight:400;line-height:1;color:#cdfdfe;transition:color .8s ease}.service-cta__action.svelte-a4o5mv{font-size:var(--font-size-2xl);font-weight:400;color:#cdfdfe;align-self:flex-start;margin-bottom:var(--spacing-3xl);transition:color 1.5s ease}.service-cta__arrow.svelte-a4o5mv{position:absolute;bottom:0;left:0;right:auto;width:85%;height:136px;transition:all 1.5s cubic-bezier(.25,1,.5,1);overflow:visible}.service-cta__arrow.svelte-a4o5mv .arrow-line:where(.svelte-a4o5mv),.service-cta__arrow.svelte-a4o5mv .arrow-head:where(.svelte-a4o5mv){stroke:#cdfdfe;transition:stroke .3s ease}@media(min-width:1024px){.service-cta.svelte-a4o5mv:hover .service-cta__brand:where(.svelte-a4o5mv),.service-cta.svelte-a4o5mv:hover .service-cta__service:where(.svelte-a4o5mv),.service-cta.svelte-a4o5mv:hover .service-cta__action:where(.svelte-a4o5mv){color:var(--koren-secondary-light)}.service-cta.svelte-a4o5mv:hover .service-cta__arrow:where(.svelte-a4o5mv){right:0;width:125%}.service-cta.svelte-a4o5mv:hover .service-cta__arrow:where(.svelte-a4o5mv) .arrow-line:where(.svelte-a4o5mv),.service-cta.svelte-a4o5mv:hover .service-cta__arrow:where(.svelte-a4o5mv) .arrow-head:where(.svelte-a4o5mv){stroke:var(--koren-secondary-light)}}.spacer-box.svelte-a4o5mv{visibility:hidden}.desktop-only.svelte-a4o5mv{display:none}@media(min-width:1024px){.desktop-only.svelte-a4o5mv{display:block}}@keyframes svelte-a4o5mv-fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.animate-stagger.svelte-a4o5mv{opacity:0;transform:translateY(40px)}.animate-stagger.svelte-a4o5mv .is-visible,.animate-stagger.svelte-a4o5mv.is-visible{animation:svelte-a4o5mv-fadeInUp .8s cubic-bezier(.25,.46,.45,.94) forwards}.top-row.svelte-a4o5mv.is-visible{animation-delay:.1s}.bottom-row.svelte-a4o5mv.is-visible{animation-delay:.3s}.start-with-koren.section.svelte-1bah9oe{padding:var(--section-spacing-lg) 0}.start-with-koren.svelte-1bah9oe{background-color:var(--koren-bg-white)}.start-with-koren__header.svelte-1bah9oe{text-align:center;margin-bottom:var(--spacing-3xl)}.start-with-koren__title.svelte-1bah9oe{font-size:var(--font-size-3xl);font-weight:400;text-align:left;color:var(--koren-text-900);letter-spacing:var(--letter-spacing-tight)}.start-with-koren__cards.svelte-1bah9oe{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:var(--spacing-xl)}.start-with-koren__card.svelte-1bah9oe{display:flex;flex-direction:column;background-color:var(--koren-bg-white);border-radius:var(--radius-lg);box-shadow:var(--koren-shadow-md);overflow:hidden;text-decoration:none;color:inherit;transition:transform var(--transition-base),box-shadow var(--transition-base);cursor:pointer}.start-with-koren__card-overlay.svelte-1bah9oe{position:absolute;inset:0;background:linear-gradient(135deg,#161b22,#161b220d 40%,#40d4d41a 60%,#40d4d480);z-index:3}.start-with-koren__card.svelte-1bah9oe:hover{transform:translateY(-8px);box-shadow:var(--koren-shadow-lg)}.start-with-koren__card-media.svelte-1bah9oe{position:relative;aspect-ratio:1/1;background-color:var(--koren-bg-gray);overflow:hidden}.start-with-koren__card-image.svelte-1bah9oe,.start-with-koren__card-video.svelte-1bah9oe{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity var(--transition-base)}.start-with-koren__card-image.svelte-1bah9oe{opacity:1;z-index:1}.start-with-koren__card-image.hidden.svelte-1bah9oe{opacity:0}.start-with-koren__card-video.svelte-1bah9oe{opacity:0;z-index:2}.start-with-koren__card-video.visible.svelte-1bah9oe{opacity:1}.start-with-koren__card-content.svelte-1bah9oe{position:absolute;inset:0;z-index:4;padding:var(--spacing-2xl);display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:var(--spacing-2xl)}.start-with-koren__card-title.svelte-1bah9oe{font-size:var(--font-size-xl);font-weight:var(--font-weight-bold);color:var(--koren-text-white);margin:0 0 var(--spacing-md)}.start-with-koren__card-description.svelte-1bah9oe{font-size:var(--font-size-base);font-weight:var(--font-weight-light);color:var(--koren-text-white);line-height:var(--line-height-relaxed);margin:0;word-break:keep-all}.start-with-koren__card-cta.svelte-1bah9oe{font-size:var(--font-size-lg);color:var(--koren-primary-light)}@media(max-width:767px){.start-with-koren__cards.svelte-1bah9oe{grid-template-columns:1fr}.start-with-koren__card-content.svelte-1bah9oe{padding:var(--spacing-lg)}.start-with-koren__card-title.svelte-1bah9oe{font-size:var(--font-size-lg)}.start-with-koren__card-description.svelte-1bah9oe{font-size:var(--font-size-md)}}@media(min-width:768px)and (max-width:1023px){.start-with-koren__cards.svelte-1bah9oe{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.start-with-koren__cards.svelte-1bah9oe{grid-template-columns:repeat(3,1fr)}}@media(prefers-reduced-motion:reduce){.start-with-koren__card.svelte-1bah9oe{transition:none}.start-with-koren__card.svelte-1bah9oe:hover{transform:none}.start-with-koren__card-image.svelte-1bah9oe,.start-with-koren__card-video.svelte-1bah9oe{transition:none}}.resource-center.svelte-3zhpp3{background-color:var(--koren-bg-white)}.resource-center__header.svelte-3zhpp3{margin-bottom:var(--spacing-2xl)}.resource-center__title.svelte-3zhpp3{font-size:var(--font-size-3xl);font-weight:400;color:var(--koren-text-900);margin:0;letter-spacing:var(--letter-spacing-tight)}.resource-center__grid.svelte-3zhpp3{display:grid;grid-template-columns:1fr;gap:var(--spacing-xl)}@media(min-width:768px){.resource-center__grid.svelte-3zhpp3{grid-template-columns:repeat(3,1fr)}}.resource-center__card.svelte-3zhpp3{display:flex;flex-direction:row;align-items:center;gap:var(--spacing-lg);padding:var(--spacing-xl);background-color:var(--koren-bg-white);border:none;border-radius:var(--radius-md);box-shadow:var(--koren-shadow-lg);text-decoration:none;color:inherit;transition:box-shadow var(--transition-base),transform var(--transition-base)}.resource-center__card.svelte-3zhpp3:hover{box-shadow:0 0 0 .5px var(--koren-primary-light),var(--koren-primary-shadow-lg);transform:translateY(-4px)}.resource-center__card-icon.svelte-3zhpp3{flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:transform var(--transition-base)}.resource-center__card-icon.svelte-3zhpp3 img:where(.svelte-3zhpp3){display:block;width:64px;height:64px;object-fit:contain}.resource-center__card.svelte-3zhpp3:hover .resource-center__card-icon:where(.svelte-3zhpp3){transform:scale(1.05)}.resource-center__card-content.svelte-3zhpp3{flex:1}.resource-center__card-title.svelte-3zhpp3{font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);color:var(--koren-text-900);margin:0 0 var(--spacing-sm);letter-spacing:var(--letter-spacing-tight)}.resource-center__card-meta.svelte-3zhpp3{display:flex;align-items:center;gap:var(--spacing-xs);font-size:var(--font-size-sm);color:var(--koren-text-500)}.resource-center__card-meta-item.svelte-3zhpp3,.resource-center__card-meta-divider.svelte-3zhpp3{font-weight:var(--font-weight-regular)}.resource-center__card-actions.svelte-3zhpp3{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:var(--spacing-md)}.resource-center__card-download-icon.svelte-3zhpp3{color:var(--koren-primary);transition:transform var(--transition-base)}.resource-center__card.svelte-3zhpp3:hover .resource-center__card-download-icon:where(.svelte-3zhpp3){transform:translateY(2px)}@media(max-width:767px){.resource-center__title.svelte-3zhpp3{font-size:var(--font-size-lg)}.resource-center__card.svelte-3zhpp3{padding:var(--spacing-lg)}.resource-center__card-icon.svelte-3zhpp3 img:where(.svelte-3zhpp3){width:48px;height:48px}.resource-center__card-title.svelte-3zhpp3{font-size:var(--font-size-base)}}@media(max-width:767px){.resource-center__card.svelte-3zhpp3{justify-content:space-between}.resource-center__card-actions.svelte-3zhpp3{flex-direction:row;justify-content:space-between}}@media(prefers-reduced-motion:reduce){.resource-center__card.svelte-3zhpp3{transition:none}.resource-center__card.svelte-3zhpp3:hover{transform:none}.resource-center__card-icon.svelte-3zhpp3,.resource-center__card-download-icon.svelte-3zhpp3{transition:none}.resource-center__card.svelte-3zhpp3:hover .resource-center__card-icon:where(.svelte-3zhpp3),.resource-center__card.svelte-3zhpp3:hover .resource-center__card-download-icon:where(.svelte-3zhpp3){transform:none}}.research-section.svelte-1dl92jo{background-color:rgb(from var(--koren-accent) r g b / .3);padding-top:var(--section-spacing-xl);padding-bottom:var(--section-spacing-4xl)}.research__header.svelte-1dl92jo{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--spacing-xl)}.research__title.svelte-1dl92jo{font-size:var(--font-size-3xl);font-weight:var(--font-weight-regular);color:var(--koren-text-900);letter-spacing:var(--letter-spacing-tight)}.research__nav-buttons.svelte-1dl92jo{display:flex;gap:var(--spacing-sm);align-items:center}.research__nav-button.svelte-1dl92jo{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background-color:transparent;border:1px solid var(--koren-text-300);border-radius:var(--radius-md);color:var(--koren-text-700);cursor:pointer;transition:all var(--transition-base)}.research__nav-button.svelte-1dl92jo:hover,.research__nav-button.svelte-1dl92jo:focus-visible{background-color:var(--koren-primary);border-color:var(--koren-primary);color:#fff}@media(min-width:1025px){.research__cards-wrapper.svelte-1dl92jo{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--spacing-lg)}.research-card.svelte-1dl92jo{height:520px}}@media(max-width:1024px)and (min-width:769px){.research__cards-container.svelte-1dl92jo{overflow:hidden}.research__cards-wrapper.svelte-1dl92jo{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--spacing-lg)}.research-card.svelte-1dl92jo{height:480px}}@media(max-width:768px){.research__cards-container.svelte-1dl92jo{overflow:hidden}.research__cards-wrapper.svelte-1dl92jo{display:grid;grid-template-columns:1fr;gap:var(--spacing-md)}.research-card.svelte-1dl92jo{height:400px}.research__title.svelte-1dl92jo{font-size:var(--font-size-xl)}.research__header.svelte-1dl92jo{margin-bottom:var(--spacing-2xl)}}.research-card.svelte-1dl92jo{display:block;position:relative;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--koren-shadow-md);cursor:pointer;text-decoration:none;color:inherit;transition:transform var(--transition-base),box-shadow var(--transition-base)}.research-card.svelte-1dl92jo:hover{transform:translateY(-8px);box-shadow:var(--koren-shadow-lg)}.research-card__figure.svelte-1dl92jo{position:relative;margin:0;height:100%;width:100%}.research-card__image.svelte-1dl92jo{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slow)}.research-card.svelte-1dl92jo:hover .research-card__image:where(.svelte-1dl92jo){transform:scale(1.05)}.research-card__overlay.svelte-1dl92jo{position:absolute;bottom:0;left:0;right:0;height:25%;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.5) 50%,rgba(0,0,0,.85) 100%);pointer-events:none}.research-card__caption.svelte-1dl92jo{position:absolute;bottom:0;left:0;right:0;padding:var(--spacing-xl);z-index:1}.research-card__title.svelte-1dl92jo{font-size:var(--font-size-lg);font-weight:var(--font-weight-bold);color:#fff;line-height:var(--line-height-normal);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-shadow:0 2px 4px rgba(0,0,0,.3);margin:0}@media(prefers-reduced-motion:reduce){.research-card.svelte-1dl92jo,.research__nav-button.svelte-1dl92jo,.research__cards-wrapper.svelte-1dl92jo{transition:none}.research-card.svelte-1dl92jo:hover{transform:none}.research-card__image.svelte-1dl92jo{transition:none}.research-card.svelte-1dl92jo:hover .research-card__image:where(.svelte-1dl92jo){transform:none}}.info-section.svelte-1yqxpw3{background-color:var(--koren-bg-white);margin-top:var(--spacing-xl)}.info-section__header.svelte-1yqxpw3{text-align:left;margin-bottom:var(--spacing-3xl)}.info-section__title.svelte-1yqxpw3{font-size:var(--font-size-3xl);font-weight:var(--font-weight-regular);color:var(--koren-text-900);letter-spacing:var(--letter-spacing-tight)}.info-section__row.svelte-1yqxpw3{margin-bottom:var(--spacing-2xl)}.info-block.svelte-1yqxpw3{background-color:var(--koren-bg-white);padding-bottom:var(--spacing-md);margin-bottom:var(--spacing-2xl);word-break:keep-all}.info-block__header.svelte-1yqxpw3{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--spacing-lg);padding-bottom:var(--spacing-md);border-bottom:1px solid var(--koren-border-thick)}.info-block__header--center.svelte-1yqxpw3{justify-content:center}.info-block__title.svelte-1yqxpw3{font-size:var(--font-size-xl);font-weight:var(--font-weight-regular);color:var(--koren-text-900);margin:0}.info-block__more.svelte-1yqxpw3{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;color:var(--koren-text-500);text-decoration:none;transition:color var(--transition-fast)}.info-block__more.svelte-1yqxpw3:hover,.info-block__more.svelte-1yqxpw3:focus-visible{color:var(--koren-primary)}.info-block__more.svelte-1yqxpw3 svg:where(.svelte-1yqxpw3){width:24px;height:24px}.info-block--newsletter.svelte-1yqxpw3{background:linear-gradient(135deg,#23b5ddcc,#198caf80);backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);border:1px solid rgba(255,255,255,.4);border-radius:var(--radius-lg);box-shadow:0 8px 32px #1f268726,inset 0 0 0 1px #ffffff1a;overflow:hidden;padding:var(--spacing-lg);position:relative}.info-block--newsletter.svelte-1yqxpw3:before{content:"";position:absolute;top:0;left:0;right:0;height:50%;background:linear-gradient(180deg,#fff3,#fff0);pointer-events:none;border-radius:var(--radius-lg) var(--radius-lg) 0 0}.info-block--newsletter.svelte-1yqxpw3 .info-block__header:where(.svelte-1yqxpw3){border-bottom-color:#fff6;padding:var(--spacing-md) var(--spacing-lg) var(--spacing-md)}.info-block--newsletter.svelte-1yqxpw3 .info-block__title:where(.svelte-1yqxpw3){color:var(--koren-text-white);font-weight:var(--font-weight-medium);text-shadow:0 1px 2px rgba(0,0,0,.35);font-size:var(--font-size-2xl)}.info-block--newsletter.svelte-1yqxpw3 .newsletter-latest-link:where(.svelte-1yqxpw3){font-size:var(--font-size-xl);color:#fff}.info-block--newsletter.svelte-1yqxpw3 .newsletter-latest-link:where(.svelte-1yqxpw3):hover{background:linear-gradient(135deg,#ffffff2e,#ffffff0d);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:var(--radius-md);border-color:#fff6;box-shadow:0 8px 24px #00000026;transform:translateY(-3px)}.info-block--newsletter.svelte-1yqxpw3 .newsletter-latest-link:where(.svelte-1yqxpw3) svg:where(.svelte-1yqxpw3){fill:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.info-block--newsletter.svelte-1yqxpw3 .newsletter-form__submit:where(.svelte-1yqxpw3){background:#fff;color:var(--koren-primary);border-color:#fff;font-weight:var(--font-weight-semibold)}.info-block--newsletter.svelte-1yqxpw3 .newsletter-form__submit:where(.svelte-1yqxpw3):hover{color:var(--koren-text-white);box-shadow:0 8px 24px #00000026;background:linear-gradient(135deg,#ffffff2e,#ffffff0d);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid transparent;border-radius:var(--radius-md);transform:translateY(-2px);font-weight:var(--font-weight-bold)}.notice-list.svelte-1yqxpw3{list-style:none;margin:0;padding:0}.notice-item.svelte-1yqxpw3{border-bottom:1px solid var(--koren-border-lighter);transition:translateY --transition-fast}.notice-item.svelte-1yqxpw3:last-child{border-bottom:none}.notice-item.svelte-1yqxpw3:hover{transform:translateY(-4px)}.notice-link.svelte-1yqxpw3{display:flex;align-items:center;gap:var(--spacing-md);padding:var(--spacing-md) 0;text-decoration:none;color:inherit;transition:color var(--transition-fast)}.notice-link.svelte-1yqxpw3:hover{color:var(--koren-primary)}.notice-badge.svelte-1yqxpw3{flex-shrink:0;padding:var(--spacing-xs) var(--spacing-sm);font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);border-radius:var(--radius-sm)}.notice-badge--notice.svelte-1yqxpw3{background-color:var(--koren-primary);color:#fff}.notice-badge--event.svelte-1yqxpw3{background-color:var(--koren-secondary);color:var(--koren-text-900)}.notice-title.svelte-1yqxpw3{flex:1;font-size:var(--font-size-md);font-weight:var(--font-weight-regular);color:var(--koren-text-900);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.notice-date.svelte-1yqxpw3{flex-shrink:0;font-size:var(--font-size-sm);color:var(--koren-text-500)}.issue-slider.svelte-1yqxpw3{position:relative}.issue-slider-wrapper.svelte-1yqxpw3{display:flex;flex-direction:row;align-items:flex-end;gap:var(--spacing-lg)}.issue-slider__viewport.svelte-1yqxpw3{flex:1;display:grid;grid-template-columns:repeat(2,1fr);gap:var(--spacing-md)}.issue-slide.svelte-1yqxpw3{position:relative;text-decoration:none;color:inherit;border-radius:var(--radius-md);box-shadow:var(--koren-shadow-lg);transition:transform var(--transition-base),box-shadow var(--transition-base);overflow:hidden}.issue-slide.svelte-1yqxpw3:hover{transform:translateY(-4px);box-shadow:var(--koren-shadow-xl)}.issue-slide__image.svelte-1yqxpw3{position:relative;aspect-ratio:3/4;overflow:hidden;background-color:var(--koren-bg-gray)}.issue-slide__image.svelte-1yqxpw3 img:where(.svelte-1yqxpw3){width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slow)}.issue-slide.svelte-1yqxpw3:hover .issue-slide__image:where(.svelte-1yqxpw3) img:where(.svelte-1yqxpw3){transform:scale(1.05)}.issue-slide__center-title.svelte-1yqxpw3{position:absolute;top:60%;left:50%;transform:translate(-50%,-50%);width:80%;color:var(--koren-text-700);font-size:var(--font-size-base);font-weight:var(--font-weight-semibold);text-align:left;z-index:10;transition:opacity var(--transition-base);opacity:1;text-shadow:0 2px 4px rgba(255,255,255,.5);word-break:keep-all}.issue-slide.svelte-1yqxpw3:hover .issue-slide__center-title:where(.svelte-1yqxpw3){opacity:0}.issue-slide__overlay.svelte-1yqxpw3{position:absolute;bottom:0;left:0;right:0;padding:var(--spacing-lg);background:linear-gradient(to top,rgba(0,60,125,.5) 0%,rgba(0,60,125,.7) 45%,rgba(0,60,125,.1) 70%,transparent 100%);transform:translateY(100%);transition:transform var(--transition-base);height:100%;display:flex;flex-direction:column;justify-content:flex-end}.issue-slide.svelte-1yqxpw3:hover .issue-slide__overlay:where(.svelte-1yqxpw3){transform:translateY(0)}.issue-slide__title.svelte-1yqxpw3{font-size:var(--font-size-base);font-weight:var(--font-weight-semibold);color:var(--koren-text-white);margin:0 0 var(--spacing-3xl)}.issue-slide__date.svelte-1yqxpw3{font-size:var(--font-size-md);color:var(--koren-text-white)}.issue-slider__nav.svelte-1yqxpw3{display:flex;gap:var(--spacing-xs)}.issue-slider__btn.svelte-1yqxpw3{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background-color:#fff;border:1px solid var(--koren-border-light);border-radius:var(--radius-sm);font-size:var(--font-size-sm);font-weight:var(--font-weight-bold);color:var(--koren-text-700);cursor:pointer;transition:background-color var(--transition-fast),color var(--transition-fast),border-color var(--transition-fast)}.issue-slider__btn.svelte-1yqxpw3:hover,.issue-slider__btn.svelte-1yqxpw3:focus-visible{background-color:var(--koren-primary);border-color:var(--koren-primary);color:#fff}.resource-list.svelte-1yqxpw3{list-style:none;margin:0;padding:0}.resource-item.svelte-1yqxpw3{border-bottom:1px solid var(--koren-border-light)}.resource-item.svelte-1yqxpw3:last-child{border-bottom:none}.resource-link.svelte-1yqxpw3{display:flex;justify-content:space-between;align-items:center;padding:var(--spacing-md) 0;text-decoration:none;color:inherit;transition:color var(--transition-fast)}.resource-link.svelte-1yqxpw3:hover .resource-title:where(.svelte-1yqxpw3){color:var(--koren-primary)}.resource-title.svelte-1yqxpw3{font-size:var(--font-size-md);font-weight:var(--font-weight-regular);color:var(--koren-text-900);transition:color var(--transition-fast)}.resource-date.svelte-1yqxpw3{font-size:var(--font-size-sm);color:var(--koren-text-500)}.notice-empty.svelte-1yqxpw3,.resource-empty.svelte-1yqxpw3{display:block;padding:var(--spacing-xl) 0;text-align:center;color:var(--koren-text-500);font-size:var(--font-size-sm)}.notice-item--empty.svelte-1yqxpw3,.resource-item--empty.svelte-1yqxpw3{border-bottom:none}@keyframes svelte-1yqxpw3-skeleton-pulse{0%,to{opacity:.4}50%{opacity:.8}}.notice-item--skeleton.svelte-1yqxpw3,.resource-item--skeleton.svelte-1yqxpw3{display:flex;align-items:center;gap:var(--spacing-md);padding:var(--spacing-md) 0}.skeleton-badge.svelte-1yqxpw3{width:48px;height:24px;background-color:var(--koren-bg-gray);border-radius:var(--radius-sm);animation:svelte-1yqxpw3-skeleton-pulse 1.5s ease-in-out infinite}.skeleton-title.svelte-1yqxpw3{flex:1;height:16px;background-color:var(--koren-bg-gray);border-radius:var(--radius-sm);animation:svelte-1yqxpw3-skeleton-pulse 1.5s ease-in-out infinite;animation-delay:.1s}.skeleton-date.svelte-1yqxpw3{width:80px;height:14px;background-color:var(--koren-bg-gray);border-radius:var(--radius-sm);animation:svelte-1yqxpw3-skeleton-pulse 1.5s ease-in-out infinite;animation-delay:.2s}.resource-item--skeleton.svelte-1yqxpw3{justify-content:space-between}.resource-item--skeleton.svelte-1yqxpw3 .skeleton-title:where(.svelte-1yqxpw3){max-width:70%}.newsletter-subscribe.svelte-1yqxpw3{text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:var(--spacing-2xl);padding:var(--spacing-lg)}.info-block--newsletter.svelte-1yqxpw3 .info-block__header:where(.svelte-1yqxpw3){margin-bottom:0}.newsletter-latest-link.svelte-1yqxpw3{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--spacing-lg);padding:var(--spacing-md);color:var(--koren-primary);font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);text-decoration:none;border-radius:var(--radius-sm);width:100%;transition:transform var(--transition-fast),box-shadow var(--transition-fast)}.newsletter-latest-link.svelte-1yqxpw3:hover{transform:translateY(-2px);box-shadow:var(--koren-primary-shadow-md)}.newsletter-form.svelte-1yqxpw3{width:100%;max-width:280px}.newsletter-form__input-group.svelte-1yqxpw3{display:flex;flex-direction:column;gap:var(--spacing-sm)}.newsletter-form__submit.svelte-1yqxpw3{width:100%;padding:var(--spacing-md) var(--spacing-md);font-size:var(--font-size-md);font-weight:var(--font-weight-medium);color:var(--koren-text-white);background:linear-gradient(135deg,var(--koren-primary-light) 0%,var(--koren-primary-dark) 100%);border:1px solid var(--koren-primary);border-radius:var(--radius-md);cursor:pointer;transition:background-color var(--transition-fast),color var(--transition-fast),border-color var(--transition-fast)}.newsletter-form__submit.svelte-1yqxpw3:hover{background-color:var(--koren-primary-light);color:var(--koren-secondary-light);border-color:var(--koren-primary-light)}.newsletter-form__submit.svelte-1yqxpw3:focus-visible{outline:3px solid var(--koren-primary);outline-offset:2px}.youtube-embed.svelte-1yqxpw3{position:relative;aspect-ratio:16/9;background-color:var(--koren-bg-gray);border-radius:var(--radius-md);overflow:hidden;cursor:pointer;transition:transform var(--transition-fast)}.youtube-embed.svelte-1yqxpw3:hover{transform:translateY(-2px)}.youtube-embed.svelte-1yqxpw3:focus-visible{outline:2px solid var(--koren-primary);outline-offset:2px}.youtube-thumbnail.svelte-1yqxpw3{width:100%;height:100%;object-fit:cover;display:block;transition:transform var(--transition-slow)}.youtube-embed.svelte-1yqxpw3:hover .youtube-thumbnail:where(.svelte-1yqxpw3){transform:scale(1.05)}.youtube-overlay.svelte-1yqxpw3{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#0000;transition:background-color var(--transition-base);pointer-events:none}.youtube-embed.svelte-1yqxpw3:hover .youtube-overlay:where(.svelte-1yqxpw3){background:#0000004d}.youtube-play-button.svelte-1yqxpw3{width:68px;height:48px;background:#f00c;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:background-color var(--transition-fast),transform var(--transition-fast);opacity:.9}.youtube-embed.svelte-1yqxpw3:hover .youtube-play-button:where(.svelte-1yqxpw3){background:red;transform:scale(1.1);opacity:1}.youtube-play-icon.svelte-1yqxpw3{width:0;height:0;border-style:solid;border-width:10px 0 10px 18px;border-color:transparent transparent transparent white;margin-left:3px}.youtube-placeholder.svelte-1yqxpw3{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--spacing-sm);cursor:pointer;transition:background-color var(--transition-fast)}.youtube-placeholder.svelte-1yqxpw3:hover{background-color:var(--koren-bg-hover)}.youtube-icon.svelte-1yqxpw3{font-size:var(--font-size-3xl);color:var(--koren-error)}.youtube-text.svelte-1yqxpw3{font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);color:var(--koren-text-700)}.social-icons.svelte-1yqxpw3{display:flex;justify-content:center;gap:var(--spacing-xl);margin-top:var(--spacing-sm)}.social-icon.svelte-1yqxpw3{width:64px;height:64px;display:flex;align-items:center;justify-content:center;text-decoration:none;padding:var(--spacing-sm)}.social-icon.svelte-1yqxpw3:hover,.social-icon.svelte-1yqxpw3:focus-visible{transform:translateY(-2px);text-decoration:none!important}@media(max-width:767px){.info-section__title.svelte-1yqxpw3{font-size:var(--font-size-xl)}.info-section__row.grid-12.svelte-1yqxpw3{grid-template-columns:1fr;gap:0}.info-block__header.svelte-1yqxpw3{margin-bottom:0}.info-block__title.svelte-1yqxpw3{font-size:var(--font-size-lg)}.notice-link.svelte-1yqxpw3{gap:var(--spacing-sm)}.notice-title.svelte-1yqxpw3{font-size:var(--font-size-sm)}.notice-badge.svelte-1yqxpw3{font-size:var(--font-size-xs)}.issue-slider-wrapper.svelte-1yqxpw3{flex-direction:row;align-items:flex-end;gap:var(--spacing-md)}.issue-slider__viewport.svelte-1yqxpw3{display:grid;grid-template-columns:1fr;gap:0}.issue-slide.svelte-1yqxpw3{width:100%}.issue-slide__title.svelte-1yqxpw3{font-size:var(--font-size-base)}.issue-slider__nav.svelte-1yqxpw3{display:flex;gap:var(--spacing-xs);flex-shrink:0}.resource-item.svelte-1yqxpw3{font-size:var(--font-size-sm)}.info-block--newsletter.svelte-1yqxpw3{padding:var(--spacing-lg)}.newsletter-subscribe.svelte-1yqxpw3{padding:var(--spacing-2xl) var(--spacing-md)}.newsletter-form.svelte-1yqxpw3{max-width:400px;margin:0 auto}.social-icon.svelte-1yqxpw3{width:48px;height:48px}.social-icon.svelte-1yqxpw3 img:where(.svelte-1yqxpw3){width:32px;height:32px}.youtube-play-button.svelte-1yqxpw3{width:56px;height:56px}}@media(min-width:768px)and (max-width:1023px){.info-section__row.grid-12.svelte-1yqxpw3:first-of-type{grid-template-columns:1fr;gap:var(--spacing-xl)}.info-section__row.grid-12.svelte-1yqxpw3:last-of-type{grid-template-columns:repeat(2,1fr);gap:var(--spacing-xl)}.info-section__row.grid-12.svelte-1yqxpw3:last-of-type>:where(.svelte-1yqxpw3):nth-child(2){grid-column:1/-1}}@media(prefers-reduced-motion:reduce){.issue-slide__image.svelte-1yqxpw3 img:where(.svelte-1yqxpw3),.issue-slide.svelte-1yqxpw3,.issue-slide__overlay.svelte-1yqxpw3,.newsletter-form__submit.svelte-1yqxpw3,.youtube-thumbnail.svelte-1yqxpw3,.youtube-embed.svelte-1yqxpw3,.youtube-play-button.svelte-1yqxpw3{transition:none}.issue-slide.svelte-1yqxpw3:hover .issue-slide__image:where(.svelte-1yqxpw3) img:where(.svelte-1yqxpw3),.issue-slide.svelte-1yqxpw3:hover,.issue-slide.svelte-1yqxpw3:hover .issue-slide__overlay:where(.svelte-1yqxpw3),.newsletter-form__submit.svelte-1yqxpw3:hover,.youtube-embed.svelte-1yqxpw3:hover .youtube-thumbnail:where(.svelte-1yqxpw3),.youtube-embed.svelte-1yqxpw3:hover,.youtube-embed.svelte-1yqxpw3:hover .youtube-play-button:where(.svelte-1yqxpw3){transform:none}}
