.carousel-wrapper.svelte-15nd633{display:flex;flex-direction:column;align-items:center;width:100%;gap:2rem}.carousel-nav.svelte-15nd633{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:600px;padding:0 .5rem}.carousel-dots.svelte-15nd633{display:flex;gap:.5rem;align-items:center}.dot.svelte-15nd633{width:10px;height:10px;border-radius:50%;border:none;background:var(--lineGrey);cursor:pointer;padding:0;transition:background .25s,transform .25s}.dot.active.svelte-15nd633{background:var(--black);transform:scale(1.25)}.carousel-arrows.svelte-15nd633{display:flex;gap:.75rem}.arrow-btn.svelte-15nd633{width:48px;height:48px;border-radius:50%;background:var(--black);color:var(--white);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,transform .2s;flex-shrink:0}.arrow-btn.svelte-15nd633:hover:not(:disabled){background:#444;transform:scale(1.05)}.arrow-btn.svelte-15nd633:disabled{background:var(--lineGrey);color:var(--textGrey);cursor:not-allowed}.perspective-wrapper.svelte-15nd633{perspective:1200px;width:100%;max-width:600px;height:650px;position:relative;display:flex;align-items:center;justify-content:center}.carousel-track.svelte-15nd633{position:relative;width:100%;height:100%;transform-style:preserve-3d;display:flex;align-items:center;justify-content:center}.card.svelte-15nd633{position:absolute;width:400px;height:620px;transition:all .6s cubic-bezier(.22,1,.36,1);background:var(--bgGrey);border-radius:16px;box-shadow:0 20px 40px #0000001a;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--lineGrey)}.card.active.svelte-15nd633{box-shadow:0 30px 60px #00000026;border-color:transparent}.card-inner.svelte-15nd633{display:flex;flex-direction:column;height:100%;background:var(--white);border-radius:16px}.card-image-wrapper.svelte-15nd633{width:100%;padding:2.5rem 2rem 0;display:flex;justify-content:center;background:var(--white);border-radius:16px 16px 0 0}.card-image.svelte-15nd633{width:220px;height:220px;aspect-ratio:1;object-fit:cover;border-radius:12px;box-shadow:0 10px 30px #0000001a}.card-content.svelte-15nd633{padding:1.5rem 2rem 2rem;display:flex;flex-direction:column;flex-grow:1;gap:1rem;min-height:0;overflow:hidden}.brand-text.svelte-15nd633{color:var(--black);line-height:1.3;margin:0}.author.svelte-15nd633{color:var(--textGrey);margin:-.5rem 0 0}.description-container.svelte-15nd633{display:flex;flex-direction:column;flex-grow:1;min-height:0;overflow:hidden}.description.svelte-15nd633{color:var(--textGrey);line-height:1.5;margin:0 0 .5rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.description.expanded.svelte-15nd633{-webkit-line-clamp:unset;display:block;overflow-y:auto;padding-right:.5rem;scrollbar-width:thin;scrollbar-color:var(--lineGrey) transparent}.description.svelte-15nd633::-webkit-scrollbar{width:4px}.description.svelte-15nd633::-webkit-scrollbar-track{background:transparent}.description.svelte-15nd633::-webkit-scrollbar-thumb{background-color:var(--lineGrey);border-radius:4px}.read-more-btn.svelte-15nd633{background:none;border:none;color:var(--magenta);cursor:pointer;align-self:center;display:flex;align-items:center;padding:4px;margin-bottom:auto;opacity:.8;transition:opacity .2s,background .2s;border-radius:50%;flex-shrink:0}.read-more-btn.svelte-15nd633:hover{opacity:1;background:#942d761a}.small-btn.svelte-15nd633{padding:10px 24px;font-size:14px;align-self:flex-start;margin-top:auto}.button.outline.svelte-15nd633{background:transparent;color:var(--magenta);border:2px solid var(--lineGrey);transition:all .2s}.button.outline.svelte-15nd633:hover{border-color:var(--magenta)}@media(max-width:768px){.card.svelte-15nd633{width:320px;height:480px}.card-image.svelte-15nd633{height:200px}.card-content.svelte-15nd633{padding:1.5rem}.arrow-btn.svelte-15nd633{width:42px;height:42px}}.content-wrapper.svelte-gczoum{max-width:1200px;margin:0 auto;padding:0 var(--deafultMargin)}.intro-section.svelte-gczoum{padding:6rem 0 4rem;text-align:center}.intro-text.svelte-gczoum{max-width:900px;margin:0 auto;color:var(--black);line-height:1.6}.section-title.svelte-gczoum{color:var(--black);margin-bottom:1.5rem}.section-desc.svelte-gczoum{color:var(--textGrey);max-width:800px;margin-bottom:3rem;line-height:1.6}.podcasts-section.svelte-gczoum,.publications-section.svelte-gczoum,.webinars-section.svelte-gczoum{padding:4rem 0}.accordion-container.svelte-gczoum{display:flex;flex-direction:column;gap:1.5rem}.accordion-card.svelte-gczoum{background:#f5f5f5;border-radius:12px;overflow:hidden;transition:border-radius .3s ease}.accordion-card.open.svelte-gczoum{border-radius:20px}.accordion-header.svelte-gczoum{width:100%;display:flex;justify-content:space-between;align-items:center;padding:24px 32px;background:none;border:none;cursor:pointer;text-align:left}.accordion-header.svelte-gczoum h3:where(.svelte-gczoum){color:var(--black)}.accordion-icon.svelte-gczoum{position:relative;width:24px;height:24px;flex-shrink:0}.icon-h.svelte-gczoum,.icon-v.svelte-gczoum{position:absolute;background:var(--background2);border-radius:12px;transform:translate(-50%,-50%);opacity:.8}.icon-h.svelte-gczoum{top:50%;left:50%;width:20px;height:3px}.icon-v.svelte-gczoum{top:50%;left:50%;width:3px;height:20px}.accordion-icon.open.svelte-gczoum .icon-h:where(.svelte-gczoum){background:#52bd95}.accordion-body.svelte-gczoum{padding:0 32px 32px}@media(max-width:768px){.intro-section.svelte-gczoum{padding:4rem 0 3rem}.accordion-header.svelte-gczoum{padding:20px}.accordion-body.svelte-gczoum{padding:0 20px 20px}}.resource-grid.svelte-gczoum{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;width:100%}.resource-card.svelte-gczoum{background:var(--white);border:1px solid var(--lineGrey);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;height:620px;transition:transform .2s,box-shadow .2s}.resource-card.svelte-gczoum:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000014}.resource-image.svelte-gczoum{width:100%;height:160px;object-fit:cover;flex-shrink:0;background:var(--bgGrey)}.resource-img-placeholder.svelte-gczoum{width:100%;height:160px;background:linear-gradient(45deg,var(--bgGrey),var(--lineGrey));display:flex;align-items:center;justify-content:center;flex-shrink:0}.resource-content.svelte-gczoum{padding:2rem;display:flex;flex-direction:column;flex-grow:1;gap:1rem;min-height:0;overflow:hidden}.pill-label.svelte-gczoum{background:#52bd951a;color:#3ca079;padding:4px 12px;border-radius:20px;align-self:flex-start;text-transform:uppercase;letter-spacing:.5px}.resource-content.svelte-gczoum h3:where(.svelte-gczoum){color:var(--black);line-height:1.3;margin:0}.pub-description-container.svelte-gczoum{display:flex;flex-direction:column;flex-grow:1;min-height:0;overflow:hidden}.pub-desc.svelte-gczoum{color:var(--textGrey);line-height:1.5;margin:0 0 .5rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.pub-desc.expanded.svelte-gczoum{-webkit-line-clamp:unset;display:block;overflow-y:auto;padding-right:.5rem;scrollbar-width:thin;scrollbar-color:var(--lineGrey) transparent}.pub-desc.svelte-gczoum::-webkit-scrollbar{width:4px}.pub-desc.svelte-gczoum::-webkit-scrollbar-track{background:transparent}.pub-desc.svelte-gczoum::-webkit-scrollbar-thumb{background-color:var(--lineGrey);border-radius:4px}.pub-read-more-btn.svelte-gczoum{background:none;border:none;color:var(--magenta);cursor:pointer;padding:4px;margin-bottom:auto;opacity:.8;transition:opacity .2s;align-self:flex-start;display:inline-flex}.pub-read-more-btn.svelte-gczoum:hover{opacity:1}.small-btn.svelte-gczoum{padding:10px 24px;font-size:14px;align-self:flex-start;margin-top:auto;flex-shrink:0;background:transparent;color:var(--magenta);border:2px solid var(--lineGrey);transition:all .2s;text-decoration:none;border-radius:30px}.small-btn.svelte-gczoum:hover{border-color:var(--magenta)}
