.DepartmentsSection-module__7RktAq__section{background:var(--color-surface);padding-top:0}.DepartmentsSection-module__7RktAq__container{max-width:1200px;margin:0 auto;padding:0 1rem}.DepartmentsSection-module__7RktAq__header{justify-content:space-between;align-items:flex-end;margin-bottom:3rem;display:flex}.DepartmentsSection-module__7RktAq__title{color:var(--color-text);margin-bottom:1rem;font-size:clamp(2rem,5vw,3rem);font-weight:700}.DepartmentsSection-module__7RktAq__subtitle{color:var(--color-text-light);max-width:600px;margin:0 auto;font-size:1.25rem;line-height:1.6}.DepartmentsSection-module__7RktAq__grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem;display:grid}.DepartmentsSection-module__7RktAq__cardLink{color:inherit;text-decoration:none;display:block}.DepartmentsSection-module__7RktAq__card{background:var(--color-background);border:1px solid var(--color-border);border-radius:1rem;height:100%;transition:all .3s;overflow:hidden;box-shadow:0 4px 6px #0000000d}.DepartmentsSection-module__7RktAq__imageContainer{background:var(--color-primary-light);height:200px;position:relative;overflow:hidden}.DepartmentsSection-module__7RktAq__image{object-fit:cover;width:100%;height:100%;transition:transform .3s}.DepartmentsSection-module__7RktAq__imageOverlay{background:linear-gradient(#0000 0%,#0000001a 100%);position:absolute;inset:0}.DepartmentsSection-module__7RktAq__cardTitle{color:var(--color-text);text-align:center;margin:0;padding:1.5rem;font-size:1.375rem;font-weight:600;line-height:1.3}.DepartmentsSection-module__7RktAq__footer{text-align:center}.DepartmentsSection-module__7RktAq__viewAllLink{color:var(--color-primary);font-size:1.125rem;font-weight:600;text-decoration:none;transition:color .2s}.DepartmentsSection-module__7RktAq__viewAllLink:hover{color:var(--color-primary-dark);border-color:var(--color-primary-dark)}@media (hover:hover) and (pointer:fine){.DepartmentsSection-module__7RktAq__card:hover{border-color:var(--color-primary-light);transform:translateY(-4px);box-shadow:0 12px 25px #0000001a}.DepartmentsSection-module__7RktAq__card:hover .DepartmentsSection-module__7RktAq__image{transform:scale(1.05)}.DepartmentsSection-module__7RktAq__card:hover .DepartmentsSection-module__7RktAq__cardTitle{color:var(--color-primary)}}@media (min-width:768px){.DepartmentsSection-module__7RktAq__grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (min-width:1024px){.DepartmentsSection-module__7RktAq__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:320px){.DepartmentsSection-module__7RktAq__section{padding:2rem 0}.DepartmentsSection-module__7RktAq__container{padding:0 .5rem}.DepartmentsSection-module__7RktAq__subtitle{font-size:1.125rem}.DepartmentsSection-module__7RktAq__imageContainer{height:150px}.DepartmentsSection-module__7RktAq__cardTitle{padding:1rem;font-size:1.25rem}}@media (max-width:768px){.DepartmentsSection-module__7RktAq__header{flex-direction:column;align-items:flex-start;gap:1rem}}
.page-module__E0kJGG__container{background:var(--color-background);min-height:100vh}
.MainBanner-module__PmxHua__mainBanner{color:#fff;flex-direction:column;justify-content:space-between;min-height:100vh;display:flex;position:relative;overflow:hidden}.MainBanner-module__PmxHua__backgroundVideo{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.MainBanner-module__PmxHua__video{object-fit:cover;object-position:center;width:100%;height:100%}.MainBanner-module__PmxHua__overlay{z-index:2;background:radial-gradient(#0000 30%,#000000b3 70%,#000000e6 100%);width:100%;height:100%;transition:all .5s ease-out;position:absolute;top:0;left:0}.MainBanner-module__PmxHua__overlayActive{background:radial-gradient(#0000 25%,#0006 50%,#000c 100%)}.MainBanner-module__PmxHua__content{z-index:3;flex:1;grid-template-columns:1fr 1fr;align-items:center;gap:3rem;width:100%;max-width:1400px;min-height:calc(100vh - 120px);margin:0 auto;padding:3rem 2rem;display:grid;position:relative}.MainBanner-module__PmxHua__leftContent{max-width:600px;padding-right:2rem}.MainBanner-module__PmxHua__title{color:#fff;letter-spacing:-.02em;text-align:left;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.1;animation:.6s forwards MainBanner-module__PmxHua__title}.MainBanner-module__PmxHua__subtitle{color:#fffffff2;text-align:left;margin-bottom:2.5rem;font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:300;line-height:1.4;animation:1.5s forwards MainBanner-module__PmxHua__title}@keyframes MainBanner-module__PmxHua__title{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.MainBanner-module__PmxHua__featuresList{flex-direction:column;gap:1.25rem;margin-bottom:3rem;list-style:none;display:flex}.MainBanner-module__PmxHua__featureItem{color:#fffffff2;opacity:0;align-items:center;gap:1rem;font-size:1.25rem;font-weight:400;animation:.6s forwards MainBanner-module__PmxHua__slideIn;display:flex;transform:translate(-20px)}.MainBanner-module__PmxHua__featureItem:first-child{animation-delay:.2s}.MainBanner-module__PmxHua__featureItem:nth-child(2){animation-delay:.4s}.MainBanner-module__PmxHua__featureItem:nth-child(3){animation-delay:.6s}.MainBanner-module__PmxHua__featureIcon{color:var(--color-primary);min-width:24px;font-size:1.5rem;font-weight:700}.MainBanner-module__PmxHua__statsBar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:3;background:#0d94881a;border-top:1px solid #ffffff1a;width:100%;position:relative}.MainBanner-module__PmxHua__statsContainer{flex-wrap:wrap;justify-content:center;gap:4rem;max-width:1200px;margin:0 auto;padding:1.5rem 2rem;display:flex}.MainBanner-module__PmxHua__statItem{text-align:center;opacity:0;flex-direction:column;align-items:center;animation:.6s forwards MainBanner-module__PmxHua__fadeInUp;display:flex;transform:translateY(20px)}.MainBanner-module__PmxHua__statItem:first-child{animation-delay:.7s}.MainBanner-module__PmxHua__statItem:nth-child(2){animation-delay:.8s}.MainBanner-module__PmxHua__statItem:nth-child(3){animation-delay:.9s}.MainBanner-module__PmxHua__statNumber{color:var(--color-text-on-primary);margin-bottom:.5rem;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1}.MainBanner-module__PmxHua__statLabel{color:#ffffffe6;font-size:1.125rem;font-weight:300}@keyframes MainBanner-module__PmxHua__slideIn{to{opacity:1;transform:translate(0)}}@keyframes MainBanner-module__PmxHua__slideInRight{to{opacity:1;transform:translate(0)}}@keyframes MainBanner-module__PmxHua__fadeInUp{to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.MainBanner-module__PmxHua__content{text-align:center;grid-template-columns:1fr;gap:2rem}.MainBanner-module__PmxHua__leftContent{max-width:800px;margin:0 auto;padding-right:0}.MainBanner-module__PmxHua__title,.MainBanner-module__PmxHua__subtitle{text-align:center}.MainBanner-module__PmxHua__rightContent{justify-content:center}.MainBanner-module__PmxHua__infoCards{flex-flow:wrap;width:100%;max-width:600px}.MainBanner-module__PmxHua__card{flex:1;min-width:280px}}@media (max-width:768px){.MainBanner-module__PmxHua__content{padding:2rem 1.5rem}.MainBanner-module__PmxHua__title{font-size:2.5rem}.MainBanner-module__PmxHua__subtitle{font-size:1.375rem}.MainBanner-module__PmxHua__infoCards{flex-direction:column}.MainBanner-module__PmxHua__statsContainer{gap:2rem;padding:1.5rem 1rem}.MainBanner-module__PmxHua__statItem{min-width:120px}}@media (max-width:480px){.MainBanner-module__PmxHua__content{padding:1.5rem 1rem}.MainBanner-module__PmxHua__title{font-size:2rem}.MainBanner-module__PmxHua__subtitle,.MainBanner-module__PmxHua__featureItem{font-size:1.125rem}.MainBanner-module__PmxHua__card{padding:1.5rem}.MainBanner-module__PmxHua__statsContainer{flex-direction:column;gap:1.5rem}}
.NewsSection-module__GC8-2q__newsSection{background:var(--color-background);padding:5rem 0}.NewsSection-module__GC8-2q__container{max-width:1200px;margin:0 auto;padding:0 2rem}.NewsSection-module__GC8-2q__header{justify-content:space-between;align-items:flex-end;margin-bottom:3rem;display:flex}.NewsSection-module__GC8-2q__title{color:var(--color-text);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;font-family:var(--font-geist-sans)}.NewsSection-module__GC8-2q__allNewsLink{color:var(--color-primary);font-size:1.125rem;font-weight:600;text-decoration:none;transition:color .2s}.NewsSection-module__GC8-2q__newsGrid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.NewsSection-module__GC8-2q__newsGrid{grid-template-columns:repeat(2,1fr)}}.NewsSection-module__GC8-2q__newsCard{background:var(--color-surface);border:1px solid var(--color-border);border-radius:1rem;flex-direction:column;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 4px 6px #0000000d}.NewsSection-module__GC8-2q__imageContainer{background:var(--color-primary-light);height:200px;position:relative;overflow:hidden}.NewsSection-module__GC8-2q__image{object-fit:cover;width:100%;height:100%;transition:transform .3s}.NewsSection-module__GC8-2q__content{flex-direction:column;flex:1;padding:1.5rem;display:flex}.NewsSection-module__GC8-2q__date{color:var(--color-text-light);margin-bottom:1rem;font-size:.875rem}.NewsSection-module__GC8-2q__newsTitle{font-size:1.375rem;font-weight:600;line-height:1.3;font-family:var(--font-geist-sans);margin-bottom:1rem}.NewsSection-module__GC8-2q__newsTitle a{color:var(--color-text);text-decoration:none;transition:color .2s}.NewsSection-module__GC8-2q__excerpt{color:var(--color-text-light);flex:1;margin-bottom:1.5rem;line-height:1.6}.NewsSection-module__GC8-2q__readMore{color:var(--color-primary);align-self:flex-start;font-weight:600;text-decoration:none;transition:color .2s}@media (hover:hover) and (pointer:fine){.NewsSection-module__GC8-2q__allNewsLink:hover{color:var(--color-primary-dark)}.NewsSection-module__GC8-2q__newsCard:hover{border-color:var(--color-primary-light);transform:translateY(-4px);box-shadow:0 12px 25px #0000001a}.NewsSection-module__GC8-2q__newsCard:hover .NewsSection-module__GC8-2q__image{transform:scale(1.05)}.NewsSection-module__GC8-2q__newsTitle a:hover{color:var(--color-primary)}.NewsSection-module__GC8-2q__readMore:hover{color:var(--color-primary-dark)}}.NewsSection-module__GC8-2q__emptyState{text-align:center;background:var(--color-surface);border:1px solid var(--color-border);border-radius:1rem;padding:3rem 2rem}.NewsSection-module__GC8-2q__emptyText{color:var(--color-text-light);margin-bottom:1.5rem;font-size:1.125rem}.NewsSection-module__GC8-2q__createLink{background:var(--color-primary);color:#fff;border-radius:.5rem;padding:.75rem 1.5rem;font-weight:500;text-decoration:none;transition:background-color .2s;display:inline-block}@media (hover:hover) and (pointer:fine){.NewsSection-module__GC8-2q__createLink:hover{background:var(--color-primary-dark)}}@media (max-width:768px){.NewsSection-module__GC8-2q__newsSection{padding:3rem 0}.NewsSection-module__GC8-2q__header{flex-direction:column;align-items:flex-start;gap:1rem}.NewsSection-module__GC8-2q__container{padding:0 1rem}}@media (max-width:480px){.NewsSection-module__GC8-2q__newsTitle{font-size:1.25rem}}
.EventsSection-module__cYxomW__section{background:var(--color-surface);padding:2rem 0}.EventsSection-module__cYxomW__container{max-width:1200px;margin:0 auto;padding:0 1rem}.EventsSection-module__cYxomW__header{justify-content:space-between;align-items:flex-end;margin-bottom:3rem;display:flex}.EventsSection-module__cYxomW__title{color:var(--color-text);margin:0;font-size:clamp(2rem,5vw,3rem);font-weight:700}.EventsSection-module__cYxomW__allEventsLink{color:var(--color-primary);font-size:1.125rem;font-weight:600;transition:color .2s}.EventsSection-module__cYxomW__allEventsLink:hover{color:var(--color-primary-dark)}.EventsSection-module__cYxomW__eventsGrid{grid-template-columns:1fr;gap:2rem;display:grid}.EventsSection-module__cYxomW__eventCard{background:var(--color-background);border:1px solid var(--color-border);border-radius:1rem;flex-direction:column;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 4px 6px #0000000d}.EventsSection-module__cYxomW__imageContainer{background:var(--color-primary-light);height:200px;position:relative;overflow:hidden}.EventsSection-module__cYxomW__image{object-fit:cover;width:100%;height:100%;transition:transform .3s}.EventsSection-module__cYxomW__dateBadge{background:var(--color-primary);color:#fff;text-align:center;border-radius:.5rem;min-width:60px;padding:.75rem;position:absolute;top:1rem;left:1rem}.EventsSection-module__cYxomW__day{font-size:1.5rem;font-weight:700;line-height:1;display:block}.EventsSection-module__cYxomW__month{text-transform:lowercase;font-size:.875rem;display:block}.EventsSection-module__cYxomW__content{flex-direction:column;flex:1;padding:1.5rem;display:flex}.EventsSection-module__cYxomW__meta{justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.875rem;display:flex}.EventsSection-module__cYxomW__eventType{color:var(--color-primary);background:var(--color-surface);border-radius:.375rem;padding:.25rem .5rem;font-weight:600}.EventsSection-module__cYxomW__location{color:var(--color-text-light)}.EventsSection-module__cYxomW__eventTitle{color:var(--color-text);margin-bottom:1rem;font-size:1.375rem;font-weight:600;line-height:1.3}.EventsSection-module__cYxomW__eventTitle a:hover{color:var(--color-primary)}.EventsSection-module__cYxomW__excerpt{color:var(--color-text-light);flex:1;margin-bottom:1.5rem;line-height:1.6}.EventsSection-module__cYxomW__footer{justify-content:space-between;align-items:center;display:flex}.EventsSection-module__cYxomW__time{color:var(--color-text-light);font-weight:500}.EventsSection-module__cYxomW__readMore{color:var(--color-primary);font-weight:600;transition:color .2s}.EventsSection-module__cYxomW__readMore:hover{color:var(--color-primary-dark)}.EventsSection-module__cYxomW__emptyText{color:var(--color-text-light);margin-bottom:1.5rem;font-size:1.125rem}.EventsSection-module__cYxomW__createLink{background:var(--color-primary);color:#fff;border-radius:.5rem;padding:.75rem 1.5rem;font-weight:500;text-decoration:none;transition:background-color .2s;display:inline-block}.EventsSection-module__cYxomW__createLink:hover{background:var(--color-primary-dark)}@media (hover:hover) and (pointer:fine){.EventsSection-module__cYxomW__eventCard:hover{border-color:var(--color-primary-light);transform:translateY(-4px);box-shadow:0 12px 25px #0000001a}.EventsSection-module__cYxomW__eventCard:hover .EventsSection-module__cYxomW__image{transform:scale(1.05)}}@media (min-width:768px){.EventsSection-module__cYxomW__eventsGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.EventsSection-module__cYxomW__eventsGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.EventsSection-module__cYxomW__section{padding:0}.EventsSection-module__cYxomW__meta,.EventsSection-module__cYxomW__footer{flex-direction:column;align-items:flex-start;gap:.5rem}}@media (max-width:320px){.EventsSection-module__cYxomW__container{padding:0 .5rem}.EventsSection-module__cYxomW__imageContainer{height:180px}.EventsSection-module__cYxomW__content{padding:1.25rem}.EventsSection-module__cYxomW__eventTitle{font-size:1.25rem}}.EventsSection-module__cYxomW__emptyState{text-align:center;background:var(--color-surface);border:1px solid var(--color-border);border-radius:1rem;padding:4rem 2rem}.EventsSection-module__cYxomW__emptyImageContainer{border-radius:.75rem;max-width:400px;margin:0 auto 2rem;overflow:hidden;box-shadow:0 4px 12px #0000001a}.EventsSection-module__cYxomW__emptyImage{object-fit:cover;opacity:.8;width:100%;height:auto}.EventsSection-module__cYxomW__emptyText{color:var(--color-text);margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.EventsSection-module__cYxomW__emptySubtext{color:var(--color-text-light);max-width:600px;margin:0 auto;font-size:1.125rem;line-height:1.6}@media (max-width:768px){.EventsSection-module__cYxomW__emptyState{padding:2rem 1rem}.EventsSection-module__cYxomW__emptyText{font-size:1.25rem}.EventsSection-module__cYxomW__emptySubtext{font-size:1rem}.EventsSection-module__cYxomW__emptyImageContainer{max-width:300px;margin-bottom:1.5rem}.EventsSection-module__cYxomW__header{flex-direction:column;align-items:flex-start;gap:1rem}}
.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}
