:root{--primary-color:#61265e;--secondary-color:#8e3459;--accent-color:#ef7b66;--background-color:#f8f7f4;--text-primary:#291d28;--text-secondary:#61265e;--button-primary:#eb5e55;--button-primary-hover:#c84152;--button-secondary:#8e3459;--border-color:#d4d2d4;--error-color:#c84152;--button-border-radius:4px;--button-font-size:15px;--button-font-weight:550;--button-padding:.8rem 1.5rem;--font-primary:var(--font-lato), "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-heading:var(--font-montserrat), "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-button:var(--font-montserrat), "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--header-background:#fff;--header-text:#333;--header-height:120px;--header-shadow:0 2px 4px #0000001a;--footer-height:80px;--input-border:#d4d2d4;--input-focus:#757575;--input-background:#fff;--container-padding:2rem;--border-radius:8px}@media (max-width:1024px){:root{--header-height:76px}}
html,body{background-color:var(--background-color,#f8f7f4);color:var(--text-primary,#003145);font-family:var(--font-primary);margin:0;padding:0}a{color:inherit;text-decoration:none}*{box-sizing:border-box}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading)}button{font-family:var(--font-button)}
.Header-module__RjwBgW__header{background-color:var(--header-background,#fff);width:100%;height:var(--header-height,120px);z-index:1000;box-shadow:var(--header-shadow,0 2px 4px #0000001a);padding:0 109px;display:flex;position:fixed;top:0;left:0}.Header-module__RjwBgW__associationName{color:var(--accent-color,#004c6c);cursor:pointer;align-items:center;gap:1rem;font-size:1.25rem;font-weight:500;display:flex}.Header-module__RjwBgW__logoGroup{align-items:center;gap:.75rem;display:flex}.Header-module__RjwBgW__secondaryLogo{object-fit:contain;width:auto;height:50px;display:block}.Header-module__RjwBgW__associationText{align-items:center;display:inline-flex}.Header-module__RjwBgW__container{justify-content:space-between;align-items:center;width:100%;display:flex}.Header-module__RjwBgW__authButton{margin-left:auto;display:flex}.Header-module__RjwBgW__authButton button{cursor:pointer;background:0 0;border:none;align-items:center;gap:5px;padding:0;font-size:18px;display:flex}.Header-module__RjwBgW__navbar{align-items:center;display:flex}.Header-module__RjwBgW__navbar ul{gap:2rem;margin:0;padding:0;list-style:none;display:flex}.Header-module__RjwBgW__navbar a{color:#333;padding:.5rem 1rem;font-weight:500;text-decoration:none;transition:color .3s}.Header-module__RjwBgW__navbar a:hover{color:#666}.Header-module__RjwBgW__navbar a.Header-module__RjwBgW__active{color:var(--primary-color,#61265e);font-weight:600}.Header-module__RjwBgW__rightSection{flex-direction:row;display:flex}.Header-module__RjwBgW__userDropdown{align-items:center;display:flex;position:relative}.Header-module__RjwBgW__username{cursor:pointer;color:#333;background-color:#f5f5f5;border-radius:4px;padding:8px 16px;font-weight:500;transition:background-color .2s}.Header-module__RjwBgW__username:hover{background-color:#e5e5e5}.Header-module__RjwBgW__dropdownContent{z-index:1000;background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;min-width:150px;position:absolute;top:calc(100% + 4px);right:0;box-shadow:0 2px 8px #0000001a}.Header-module__RjwBgW__dropdownContent button{cursor:pointer;color:#333;background:0 0;border:none;align-items:center;width:100%;padding:10px 16px;transition:background-color .2s;display:flex}.Header-module__RjwBgW__dropdownContent button:not(:last-child){border-bottom:1px solid #e0e0e0}.Header-module__RjwBgW__dropdownContent button:hover{background-color:#f5f5f5}.Header-module__RjwBgW__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;padding:0;display:none}.Header-module__RjwBgW__hamburger span{background:var(--primary-color,#61265e);border-radius:2px;width:22px;height:2px;transition:transform .2s,opacity .2s;display:block}.Header-module__RjwBgW__hamburgerOpen span:first-child{transform:translateY(7px)rotate(45deg)}.Header-module__RjwBgW__hamburgerOpen span:nth-child(2){opacity:0}.Header-module__RjwBgW__hamburgerOpen span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Header-module__RjwBgW__backdrop,.Header-module__RjwBgW__drawerExtras{display:none}@media (max-width:1024px){.Header-module__RjwBgW__header{padding:0 2rem}.Header-module__RjwBgW__hamburger{z-index:1200;margin-right:.5rem;display:flex;position:relative}.Header-module__RjwBgW__associationName{gap:.5rem;min-width:0;font-size:1.05rem}.Header-module__RjwBgW__associationText{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.Header-module__RjwBgW__secondaryLogo{height:40px}.Header-module__RjwBgW__rightSection{flex:none;align-items:center;gap:.25rem}.Header-module__RjwBgW__withDrawer .Header-module__RjwBgW__rightSection{display:none}.Header-module__RjwBgW__drawerExtras{border-top:1px solid #eef0f2;margin-top:.5rem;padding-top:.25rem;display:block}.Header-module__RjwBgW__drawerLang{padding:.75rem 1.25rem}.Header-module__RjwBgW__drawerLang select{width:100%}.Header-module__RjwBgW__drawerUsername{text-transform:uppercase;letter-spacing:.03em;color:#8a94a6;padding:.5rem 1.25rem;font-size:.8rem;font-weight:700}.Header-module__RjwBgW__drawerUser button{text-align:left;width:100%;font:inherit;color:#333;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #f3f4f6;padding:.9rem 1.25rem;display:block}.Header-module__RjwBgW__drawerUser button:hover{background:#f8f9fa}.Header-module__RjwBgW__drawerUser button:last-child{border-bottom:none}.Header-module__RjwBgW__navbar{z-index:1100;background:var(--header-background,#fff);width:min(280px,82vw);padding:var(--header-height,76px) 0 1rem;visibility:hidden;transition:transform .25s,visibility .25s;display:block;position:fixed;top:0;bottom:0;left:0;overflow-y:auto;transform:translate(-100%);box-shadow:2px 0 18px #0000002e}.Header-module__RjwBgW__navbar.Header-module__RjwBgW__navbarOpen{visibility:visible;transform:translate(0)}.Header-module__RjwBgW__navbar ul{flex-direction:column;gap:0;width:100%}.Header-module__RjwBgW__navbar li{width:100%}.Header-module__RjwBgW__navbar a{border-bottom:1px solid #f3f4f6;padding:.9rem 1.25rem;display:block}.Header-module__RjwBgW__navbar li:last-child a{border-bottom:none}.Header-module__RjwBgW__backdrop{z-index:1050;opacity:0;visibility:hidden;background:#0006;transition:opacity .25s,visibility .25s;display:block;position:fixed;inset:0}.Header-module__RjwBgW__backdrop.Header-module__RjwBgW__backdropOpen{opacity:1;visibility:visible}}@media (max-width:640px){.Header-module__RjwBgW__header{padding:0 1rem}.Header-module__RjwBgW__associationName{font-size:.95rem}.Header-module__RjwBgW__secondaryLogo{height:34px}}
.LanguageSwitcher-module__HI1YRG__languageSelect{cursor:pointer;background-color:#fff;border:1px solid #ccc;border-radius:4px;margin-right:1rem;padding:4px 8px}.LanguageSwitcher-module__HI1YRG__languageSelect:hover{border-color:#666}.LanguageSwitcher-module__HI1YRG__languageSelect:focus{border-color:#08c;outline:none;box-shadow:0 0 0 2px #0088cc40}
.Footer-module__jkL0nq__footer{background-color:#fff;border-top:1px solid #e5e5e5;width:100%;padding:.5rem 0;position:fixed;bottom:0;left:0}.Footer-module__jkL0nq__container{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex}.Footer-module__jkL0nq__iSHARELogo{cursor:pointer;background-image:url(/resources/img/iSHARE.svg);background-repeat:no-repeat;background-size:contain;width:85px;height:55px}
.Layout-module__J-KmlW__page{height:100vh;padding-top:var(--header-height);padding-bottom:var(--footer-height);overflow:hidden}.Layout-module__J-KmlW__main{flex-direction:column;height:100%;display:flex;overflow-y:auto}
