:root{--green-darkest:#085041;--green-dark:#0a4535;--green-mid:#0f6e56;--green:#1d9e75;--green-pale:#e1f5ee;--green-faint:#f2faf7;--hero-bg:#0f6e56;--hero-heading:#f0faf6;--hero-body:#a8d9c8;--hero-btn-bg:#f0faf6;--hero-btn-txt:#085041;--ev-teal-bg:#d4efe6;--ev-teal-txt:#0a4535;--ev-coral-bg:#f5e0d8;--ev-coral-txt:#5c2010;--ev-purple-bg:#e5e3fb;--ev-purple-txt:#2d2578;--cta-bg:#085041;--cta-txt:#f0faf6;--white:#fff;--gray-faint:#f5f5f3;--text-primary:#1a1a17;--text-secondary:#4a4a44;--text-tertiary:#767670;--border:rgba(0,0,0,.08);--border-mid:rgba(0,0,0,.14);--inner:1200px;--gap:64px;--small-gap:32px;--font-body:'DM Sans',sans-serif;--font-display:'DM Serif Display',serif}.inner{max-width:var(--inner);margin:0 auto;padding:0 var(--gap);width:100%}header#masthead{position:sticky;top:0;z-index:100}#top-bar{padding:12px var(--gap) !important}#top-bar-wrap>div{display:flex !important;align-items:center;justify-content:space-between;column-gap:10px;row-gap:10px;float:none !important}.top-links>ul{display:flex;align-items:center;gap:10px}.top-links li:first-child>a,.top-links li>a{padding:8px 15px !important}.top-links li>a{white-space:nowrap;border:1px solid var(--border-mid);border-radius:20px;display:inline !important;background:var(--white)}.top-links li>a:hover{background:var(--gray-faint)}.top-links li:nth-of-type(4)>a{border:none;background:var(--green-mid);color:var(--white) !important}.top-links li:nth-of-type(4)>a:hover{background:var(--green-darkest)}@media screen and (max-width:800px){#top-bar-wrap>div{flex-direction:column}}@media screen and (max-width:600px){.top-links>ul{display:grid;grid-template-columns:1fr 1fr}.top-links li>a{display:flex !important;justify-content:center;align-items:center}}@media (max-width:767px){.sticky-header{webkit-box-shadow:0 1px 4px 0 rgba(167,169,164,.75) !important;box-shadow:0 1px 4px 0 rgba(167,169,164,.75) !important}}.sticky-header{border-bottom:1px solid var(--white)}.sticky-nav{display:flex}.sticky-nav>li>a{line-height:50px}.sticky-header-inner{min-height:50px}.site-header .sticky-header nav{padding-right:none !important;float:none !important}.sticky-nav>li.main-menu-item{padding-right:27px;padding-left:20px;cursor:pointer;border-bottom:3px solid transparent}.sticky-nav>li.main-menu-item:hover{border-bottom:3px solid var(--green-dark)}.sticky-header ul{float:none !important}.sticky-nav ul.sub-menu{transform:translatey(5px)}.sticky-nav ul.sub-menu{border-left:1px solid var(--white)}.sticky-nav ul.sub-menu ul.sub-sub-menu{border-right:1px solid var(--white)}.sticky-nav>li>ul,.sticky-nav>li>ul>li>ul{border-bottom:none}nav.mobile-menu>ul.menu>li.menu-item-has-children>.dropdown-toggle:after{color:var(--green-dark)}nav.mobile-menu>ul.menu>li>ul li>a{font-size:1em}#footer-wrapper{border-top:1px solid var(--border) !important}.footer-widgets .widget-title:after{display:none}.footer-widgets h3.widget-title{padding:0;margin-bottom:14px;text-transform:none;font-weight:600 !important}.footer-org-desc{margin-bottom:16px}.footer-widgets .widget li{padding:0;margin-bottom:10px}.footer-top{border-top:1px solid var(--border);padding:20px 0}.footer-top .inner{display:flex;align-items:center;gap:16px;line-height:1.7}.footer-bottom{border-top:1px solid var(--border);padding:20px 0}.footer-bottom .inner{display:flex;align-items:center;justify-content:space-between;line-height:1.65;padding-bottom:0}@media (max-width:600px){.footer-top .inner{flex-direction:column}}.hero{background:var(--hero-bg);padding:100px 0 100px}.hero .inner{display:flex;align-items:center;justify-content:space-between;gap:48px}.hero-left{max-width:580px}.hero-eyebrow{font-size:13px;font-weight:500;color:var(--hero-body);letter-spacing:.08em;text-transform:uppercase;margin-bottom:16px}html[lang=zh-HK] .hero-eyebrow{font-size:16px}.hero-title{font-family:var(--font-display);font-size:42px;font-weight:600;color:var(--hero-heading);line-height:1.2;margin-bottom:18px}.hero-sub{font-size:17px;color:var(--hero-body);line-height:1.75;margin-bottom:36px;max-width:480px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-btn-primary{font-size:15px;padding:13px 28px;background:var(--hero-btn-bg);color:var(--hero-btn-txt) !important;border:none;border-radius:20px;cursor:pointer;font-weight:500;font-family:var(--font-body);transition:background .15s;text-align:center}.hero-btn-primary:hover{background:var(--white)}.hero-btn-secondary{font-size:15px;padding:13px 28px;background:0 0;color:var(--hero-heading) !important;border:1.5px solid var(--hero-body);border-radius:20px;cursor:pointer;font-family:var(--font-body);transition:background .15s;text-align:center}.hero-btn-secondary:hover{background:rgba(255,255,255,.08)}.hero-stats{display:flex;flex-direction:column;gap:12px;flex-shrink:0;line-height:1.65}.hero-stat{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.15);border-radius:18px;padding:18px 28px;text-align:center;min-width:130px}.hero-stat-num{font-size:26px;font-weight:500;color:var(--hero-heading)}.hero-stat-label{font-size:13px;color:var(--hero-body);margin-top:4px}@media (max-width:600px){.hero-stats{margin:auto;width:100%}.hero .inner{flex-direction:column;padding:0 var(--small-gap)}.hero-actions{justify-content:center}.hero-actions *{width:100%}}.banner .mobile{display:none}.banner a.banner-button{border-radius:20px;background:linear-gradient(135deg,#c69c49,#e6d49c);color:#fff !important;padding:13px 28px;font-size:15px;border:none;cursor:pointer;font-weight:500;font-family:var(--font-body);transition:filter .2s;text-align:center}.banner a.banner-button:hover{filter:brightness(.9)}.banner a.banner-button:active{filter:brightness(.9)}.banner{position:relative}.banner .banner-inner{pointer-events:none}.banner a.banner-button{pointer-events:fill}.banner .non-mobile .banner-inner{height:100%;width:25%;position:absolute;right:0;top:0;display:flex;justify-content:center;align-items:center}.banner .mobile a.banner-button{position:absolute;transform:translateX(50%);right:50%;bottom:24px}@media (max-width:600px){.banner .mobile{display:block}.banner .non-mobile{display:none}}.donate-section{background:var(--green);padding:56px 0}.donate-section .inner{display:flex;align-items:center;justify-content:space-between;gap:32px}.donate-title{font-family:var(--font-display);font-size:26px;font-weight:600;color:var(--white);margin-bottom:10px}.donate-sub{font-size:16px;color:var(--white);line-height:1.7;max-width:560px;opacity:.9}.donate-btn{font-size:15px;padding:14px 32px;background:var(--hero-btn-bg);color:var(--hero-btn-txt);border:none;border-radius:20px;cursor:pointer;font-weight:500;font-family:var(--font-body);white-space:nowrap;flex-shrink:0;transition:background .15s}.donate-btn:hover{background:var(--white)}@media (max-width:600px){.donate-section .inner{flex-direction:column}}article.apbPost{width:inherit;height:332.2px}#apbAdvancedPosts-1{margin-bottom:24px}div.ect-carousel-event-area{display:flex;flex-direction:column}.ect-carousel-readmore{margin-top:auto;display:flex !important;justify-content:center !important}.ect-carousel-readmore a{width:fit-content !important;padding:8px 30px !important}.ect-carousel-readmore a{border-radius:20px}.ect-carousel-event-area{border:1px solid var(--border);border-radius:20px;padding-bottom:20px !important}.ect-carousel-image{border-radius:20px 20px 0 0}.ect-carousel-event-area:hover{border-color:var(--border-mid)}.ect-carousel-title{text-align:center}.ect-carousel-date{border-radius:5px;text-align:center}div.ect-carousel-venue{display:flex;justify-content:center}div.carousel-view-venue{display:flex}div.carousel-view-venue,span.ect-venue-details{width:fit-content !important}i.ect-icon-location{color:#ea4235}i.ect-icon-location:before{content:"\e811"}i.ect-icon-clock{font-size:medium}.ect-carousel-date .ev-time{font-size:.55em !important}#ect-carousel-wrapper .ect-events-carousel .slick-arrow i{background:var(--green-mid) !important;box-shadow:2px 2px 0 1px #708090 !important;border-radius:5px}#ect-carousel-wrapper .ect-carousel-readmore a{border:none;color:var(--white) !important;background-color:var(--green-mid)}#ect-carousel-wrapper .ect-carousel-readmore a:hover{opacity:1;background-color:var(--green-darkest)}.ect-carousel-date{padding:10px !important}.ect-carousel-image,.ect-carousel-image a{height:150px !important}.ect-carousel-image img{height:inherit !important}