.tab-section{background:var(--color-surface)}.tab-container{max-width:1000px;margin:0 auto;display:flex}.tab-navigation{align-items:stretch;justify-content:space-between;width:100%;flex-wrap:nowrap}.tab-button,.tab-navigation{display:flex;position:relative}.tab-button{flex:1;align-items:center;justify-content:center;padding:20px 0;background:none;border:none;cursor:pointer;font-family:Helvetica Neue,sans-serif;font-size:14px;font-weight:400;color:#000000;transition:all .3s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.tab-button:not(.active){border-bottom:1px solid #8e8e8e}.tab-button.active{font-weight:500;border-bottom:2px solid var(--color-brand-primary)}.tab-button:hover{font-weight:500}@media (max-width:768px){.tab-navigation{flex-wrap:nowrap}.tab-button{flex:1 1 auto}}@media (max-width:480px){.tab-navigation{flex-wrap:nowrap}.tab-button{flex:1 1 auto;padding:16px 0;font-size:13px}}.hero-section{height:495px;position:relative;background-size:cover;background-position:50%;display:flex;align-items:center;justify-content:center;padding:0 24px;margin-top:0;top:-1px}.hero-background{width:100%;max-width:1000px;display:flex;flex-direction:column;justify-content:space-between;height:100%;padding:24px 0 0;gap:24px}.hero-content{text-align:center;color:var(--color-text-inverted);padding-top:300px}.hero-title{font-weight:500;font-size:48px;line-height:1.2;margin-bottom:20px}.hero-description,.hero-title{font-family:var(--font-family-sans);text-align:left}.hero-description{font-weight:400;font-size:var(--font-size-body);line-height:32px;opacity:.9;white-space:pre-wrap}@media (max-width:480px){.hero-section{height:450px;padding:0 24px}.hero-background{padding:20px 0;gap:0}.hero-title{font-size:32px;text-align:left;margin-bottom:8px}.hero-content{padding-top:280px}.hero-description{font-size:16px;line-height:24px;text-align:left}.heading-xl,.hero-description{white-space:normal;word-break:keep-all}}.organization-content{background:var(--color-surface)}.text-body p{margin:0 0 12px}.text-body p:last-child{margin-bottom:0}@media (max-width:768px){.text-body{white-space:normal}}.main-container{max-width:1000px;margin:0 auto;padding:var(--p-section-y) 0;box-sizing:border-box}@media (max-width:1024px){.main-container{padding:100px 24px}}@media (max-width:480px){.main-container{padding:80px 24px}}.about-proseed{background:var(--color-surface)}.about-proseed .main-container{max-width:1000px;margin:0 auto;padding:var(--p-section-y) 0}.about-page .about-proseed .main-container{padding-top:100px!important}