.section-heading{margin-bottom:var(--space-xs);padding-inline:var(--container-padding-wide);max-width:var(--container-max);margin-inline:auto;font-size:var(--text-h0);font-weight:var(--weight-bold);line-height:.9;text-transform:uppercase;text-align:left}.hero{position:relative;width:100%;height:min(100vh,75vw);display:flex;align-items:flex-end;justify-content:flex-start;padding:var(--space-m) var(--space-s) var(--space-s);background-color:var(--color-gray-100);background-size:cover;background-position:50%}.hero:has(.hero__video):before,.hero[style*=background-image]:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.6));pointer-events:none;z-index:1}.hero__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero__content{z-index:2;position:relative;display:flex;flex-direction:column;gap:var(--space-s);max-width:var(--container-narrow);text-align:left;color:var(--color-white)}.hero:not([style*=background-image]):not(:has(.hero__video)) .hero__content{color:var(--color-text)}.hero__heading,.hero__subheading{color:inherit}.hero__buttons{display:flex;flex-wrap:wrap;gap:var(--space-s);justify-content:flex-start}@media (min-width:768px){.hero{aspect-ratio:auto;min-height:50vh;max-height:none;padding:var(--space-l) var(--space-m) var(--space-m)}}@media (min-width:1024px){.hero{padding:var(--space-l)}}.image-block{max-width:var(--container-max);margin-inline:auto}.image-block__wrapper{position:relative;overflow:hidden}.image-block__img{width:100%;height:auto;display:block}.image-block__wrapper:has(.image-block__caption,.image-block__credit):after{content:"";position:absolute;inset:auto 0 0 0;height:35%;background:linear-gradient(180deg,transparent,rgba(0,0,0,.6));pointer-events:none;z-index:1}.image-block__caption,.image-block__credit{position:absolute;bottom:var(--container-padding);font-size:var(--text-h5);color:var(--color-white);z-index:2}.image-block__caption{left:var(--container-padding-wide);margin:0}.image-block__credit{right:var(--container-padding-wide)}.image-block--small .image-block__wrapper{max-width:400px}.image-block--default .image-block__wrapper{max-width:720px}.image-block--large .image-block__wrapper{max-width:900px}.image-block--full{max-width:var(--container-max)}.image-block--full .image-block__wrapper{max-width:none;aspect-ratio:16/9;max-height:50vh;overflow:hidden}main>.image-block--full:first-child .image-block__wrapper{max-height:calc(50vh + var(--header-height, 60px) + 2rem)}@media (min-width:768px){.image-block--full .image-block__wrapper{aspect-ratio:auto;height:60vh;max-height:600px}main>.image-block--full:first-child .image-block__wrapper{height:calc(60vh + var(--header-height, 60px) + 2rem);max-height:calc(600px + var(--header-height, 60px) + 2rem)}}.image-block--full .image-block__img{width:100%;height:100%;object-fit:cover}.image-block--left .image-block__wrapper{margin-right:auto}.image-block--center .image-block__wrapper{margin-inline:auto}.image-block--right .image-block__wrapper{margin-left:auto}.image-block--center .image-block__caption{text-align:center}.image-block--right .image-block__caption{text-align:right}.mindkey{padding:var(--space-l) 0}.mindkey__inner{max-width:var(--container-max);margin-inline:auto;padding-inline:var(--container-padding-wide)}.mindkey__heading{margin-bottom:var(--space-m)}.online-fundraising{max-width:var(--container-max);margin-inline:auto;padding-inline:var(--container-padding-wide);padding-block:var(--space-l)}.online-fundraising__inner{max-width:var(--container-slim);margin-right:auto;display:flex;flex-direction:column;gap:var(--space-m)}.online-fundraising__content h3,.online-fundraising__content h4{color:var(--color-brand);margin-bottom:var(--space-xs)}.online-fundraising__heading--heart{display:flex;align-items:center;gap:var(--space-s)}.online-fundraising__heading--heart:before{content:"";flex-shrink:0;width:60px;height:60px;background:var(--color-brand);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E") center /contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E") center /contain no-repeat}@media (min-width:768px){.online-fundraising__heading--heart:before{width:80px;height:80px}}.online-fundraising__tabs{display:flex;gap:var(--space-xs);margin-bottom:var(--space-s)}.online-fundraising__tab{flex:1 1;height:48px;display:flex;align-items:center;justify-content:center;background:var(--color-gray-100);border:0;border-radius:var(--radius-s);color:var(--color-text);font-size:var(--text-body);font-weight:var(--weight-medium);cursor:pointer;text-align:center;transition:background .2s ease,color .2s ease}.online-fundraising__tab:hover{background:var(--color-gray-200)}.online-fundraising__tab--active,.online-fundraising__tab--active:hover{background:var(--color-accent-green);color:var(--color-text)}.online-fundraising__embed{position:relative;min-height:600px}.online-fundraising__embed--loading #fund{opacity:0}.online-fundraising__spinner{position:absolute;top:120px;left:50%;width:36px;height:36px;margin-left:-18px;border:3px solid var(--color-gray-200);border-top-color:var(--color-brand);border-radius:50%;animation:online-fundraising-spin .7s linear infinite}@keyframes online-fundraising-spin{to{transform:rotate(1turn)}}