:root{--color-green-1: #009639;--color-white: #FFFFFF;--color-orange-1: #FF9E1B;--color-red-1: #F9423A;--color-blue-1: #418FDE;--color-green-2: #007A32;--color-black: #000000;--color-orange-2: #DE7C00;--color-red-2: #DA291C;--color-blue-2: #0072CE;--color-grey-1: #E5E7EB;--color-grey-2: #D9D9D9;--color-grey-3: #A6A6A6;--color-grey-4: #595959;--background: oklch(1 0 0);--foreground: oklch(.145 0 0);--muted: oklch(.97 0 0);--muted-foreground: oklch(.556 0 0);--border: oklch(.922 0 0);--ring: oklch(.708 0 0);--radius: .625rem;--radius-xl: calc(var(--radius) * 1.4)}.dark{--background: oklch(.145 0 0);--foreground: oklch(.985 0 0);--muted: oklch(.269 0 0);--muted-foreground: oklch(.708 0 0);--border: oklch(1 0 0 / 10%);--ring: oklch(.556 0 0)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:system-ui,-apple-system,sans-serif;line-height:1.2;color:var(--foreground);background:var(--background);overflow-x:hidden;scrollbar-color:var(--color-black) var(--color-grey-1)}::-webkit-scrollbar{width:.625rem}::-webkit-scrollbar-track{background:var(--color-grey-1)}::-webkit-scrollbar-thumb{background-color:var(--color-black);border-radius:9999px}::-webkit-scrollbar-thumb:hover{background-color:var(--color-grey-4)}.lang-toggle{display:flex;align-items:center;gap:.25rem;padding-left:1rem;border-left:1px solid rgb(255 255 255 / .2)}.lang-toggle__button{border:none;background:none;font-family:inherit;font-size:.75rem;font-weight:600;letter-spacing:.05em;color:#ffffff80;cursor:pointer;padding:.25rem .375rem;transition:color .15s ease}.lang-toggle__button:hover{color:#ffffffd9}.lang-toggle__button--active{color:var(--color-white)}@media(max-width:768px){.lang-toggle{padding-left:0;border-left:none}}.header{position:sticky;top:0;z-index:50;background-color:#000000b3;backdrop-filter:blur(.5rem);-webkit-backdrop-filter:blur(.5rem)}.header__inner{max-width:72rem;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem}.header__logo-link{display:flex}.header__logo{height:3rem;width:auto}.header__nav{display:flex;align-items:center;gap:2rem}.header__link{font-size:.8125rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#ffffffbf;text-decoration:none;transition:color .15s ease}.header__link:hover,.header__link--active{color:var(--color-white)}.header__link--active:after{content:"";display:block;margin-top:.25rem;height:2px;background-color:var(--color-green-1)}.header__menu-toggle{display:none;border:none;background:none;color:var(--color-white);cursor:pointer;padding:.25rem}@media(max-width:768px){.header__inner{padding:1rem 1.25rem}.header__menu-toggle{display:block}.header__nav{display:none}.header__nav--open{display:flex;flex-direction:column;align-items:flex-start;gap:1.25rem;position:absolute;top:100%;left:0;right:0;padding:1.5rem 1.25rem;background-color:#000000eb;backdrop-filter:blur(.5rem);-webkit-backdrop-filter:blur(.5rem)}}.loader{position:relative;display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem}.loader--lg{width:4.5rem;height:4.5rem}.loader--xl{width:9rem;height:9rem}.loader__logo{width:1.125rem;height:1.125rem}.loader--lg .loader__logo{width:2.5rem;height:2.5rem}.loader--xl .loader__logo{width:5rem;height:5rem}.section{min-height:100vh;display:flex;flex-direction:column;align-items:center;background-color:var(--background);scroll-margin-top:4rem;--parallax-offset: 0}.section--compact{min-height:0}.section--compact .section__inner{flex:none}.section__inner{width:100%;max-width:56rem;flex:1;display:flex;flex-direction:column;justify-content:space-between;padding:5rem 2rem;text-align:center;transform:translateY(calc(var(--parallax-offset) * 6rem));will-change:transform}.section:not(.section--compact) .section__inner{opacity:var(--parallax-fade, 1);transition:opacity .2s ease}@media(prefers-reduced-motion:reduce){.section__inner{transform:none;opacity:1}}@media(max-width:768px){.section__inner{padding:3rem 1.5rem}.section--compact .section__inner{transform:none}}.ach .section__inner{max-width:1024px;gap:2rem;padding:2rem;justify-content:flex-start}.ach__header{padding:0 2rem}.ach__title{font-size:2.75rem;font-weight:700;color:var(--foreground);margin-bottom:1rem}.ach__description{columns:2;column-gap:2rem;list-style:none;font-size:.9375rem;font-weight:400;line-height:1.5;color:var(--muted-foreground);text-align:left;max-width:44rem;margin:0 auto}.ach__description-item{break-inside:avoid;position:relative;padding-left:1.125rem;margin-bottom:.125rem}.ach__description-item:before{content:"";position:absolute;left:0;top:.55em;width:.375rem;height:.375rem;border-radius:50%;background-color:transparent;border:1px solid var(--color-green-1)}.ach__tabs{display:flex;flex-wrap:wrap;justify-content:start;gap:.75rem}.ach__tab{border:none;border-radius:9999px;padding:.625rem 1.25rem;font-family:inherit;font-size:.875rem;font-weight:400;line-height:1.2;background-color:var(--color-white);color:var(--color-grey-3);cursor:pointer}.ach__tab:not(.ach__tab--active):hover{background-color:var(--color-green-1);color:var(--color-white)}.ach__tab--active{background-color:var(--color-green-1);color:var(--color-white);box-shadow:0 0 0 1px var(--color-green-1)}.ach__tabs-wrapper{position:relative}.ach__tabs-nav,.ach__tabs-hint{display:none}.ach__content{display:flex;align-items:stretch;gap:1.5rem;width:100%;height:22rem}.ach__photo-frame{position:relative;flex:3;min-width:0;border-radius:var(--radius-xl);background-color:var(--muted);overflow:hidden}.ach__photo-swipe{position:relative;width:100%;height:100%;touch-action:pan-y}.ach__photo{display:block;width:100%;height:100%;object-fit:cover}.ach__photo--next{animation:ach-photo-slide-next .45s ease}.ach__photo--prev{animation:ach-photo-slide-prev .45s ease}@keyframes ach-photo-slide-next{0%{opacity:0;transform:translate(4%)}to{opacity:1;transform:translate(0)}}@keyframes ach-photo-slide-prev{0%{opacity:0;transform:translate(-4%)}to{opacity:1;transform:translate(0)}}.ach__photo-nav{position:absolute;z-index:2;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border:none;border-radius:50%;background-color:#0006;color:var(--color-white);cursor:pointer}.ach__photo-nav:hover{background-color:#0009}.ach__photo-nav--prev{left:.75rem}.ach__photo-nav--next{right:.75rem}.ach__photo-dots{position:absolute;top:1rem;right:1rem;display:flex;gap:.375rem}.ach__photo-dot{width:.5rem;height:.5rem;padding:0;border:none;border-radius:50%;background-color:#ffffff80;cursor:pointer}.ach__photo-dot--active{background-color:var(--color-white)}.ach__view-more{display:inline-block;position:absolute;z-index:2;top:1rem;left:1rem;border:none;border-radius:9999px;padding:.5rem 1rem;font-family:inherit;font-size:.8125rem;font-weight:700;background-color:#000000a6;color:var(--color-white);text-decoration:none;cursor:pointer;transition:background-color .2s ease}.ach__view-more:hover{background-color:#000c}.ach__caption{position:absolute;left:1.25rem;right:1.25rem;bottom:1.25rem;padding:1.25rem;border-radius:var(--radius-lg);background-color:#000000a6;text-align:left}.ach__caption-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.5rem}.ach__caption-title{font-size:1.125rem;font-weight:700;color:var(--color-white)}.ach__caption-toggle{display:none;flex:0 0 auto;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border:none;border-radius:50%;background-color:#ffffff2e;color:var(--color-white);cursor:pointer}.ach__caption-text{font-size:.8125rem;line-height:1.5;color:#fffc}.ach__stats{flex:2;min-width:0;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:.75rem}.ach__stat{display:flex;flex-direction:column;gap:.5rem;padding:1.25rem;border-radius:var(--radius-xl);background-color:var(--color-green-1);text-align:left}.ach__stat-icon{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:50%;background-color:#ffffff2e;color:var(--color-white);margin-bottom:.25rem}.ach__stat-icon--heart svg{animation:heart-pulse 1.1s ease-in-out infinite}@keyframes heart-pulse{0%,to{transform:scale(1)}25%{transform:scale(1.25)}50%{transform:scale(1)}75%{transform:scale(1.15)}}.ach__stat-value{font-size:1.75rem;font-weight:700;color:var(--color-white)}.ach__stat-label{font-size:.75rem;font-weight:400;color:#fffc}@media(max-width:768px){.ach__header{padding:0 1rem}.ach__title{font-size:2rem}.ach__tabs{flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;gap:.625rem;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:.75rem 2.25rem}.ach__tabs::-webkit-scrollbar{display:none}.ach__tabs-nav{display:flex;position:absolute;z-index:2;top:50%;transform:translateY(-50%);align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border:none;border-radius:50%;background-color:var(--color-white);color:var(--color-green-1);opacity:.5;box-shadow:0 .125rem .5rem #00000040;cursor:pointer}.ach__tabs-nav--prev{left:0}.ach__tabs-nav--next{right:0}.ach__tabs-hint{display:block;font-size:.75rem;color:var(--color-grey-4);text-align:center;margin-top:-1rem}.ach__tab{flex:0 0 auto;white-space:nowrap;scroll-snap-align:start;text-align:center;padding:.625rem 1.125rem}.ach__description{columns:1}.ach__content{flex-direction:column;height:auto}.ach__photo-frame{flex:none;height:16rem}.ach__caption{left:.9375rem;right:.9375rem;bottom:.9375rem;padding:.9375rem}.ach__caption-header{margin-bottom:0}.ach__caption-title{font-size:.84375rem}.ach__caption-toggle{display:flex}.ach__caption-toggle--expanded{position:absolute;right:.9375rem;bottom:.9375rem}.ach__caption-text{display:none}.ach__caption-text--expanded{display:block;margin-top:.375rem}.ach__stats{flex:none;grid-template-columns:repeat(2,1fr)}}.below-fold-fallback{display:flex;align-items:center;justify-content:center;min-height:12rem}.main-loader{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background-color:#0009}
