.Navbar-module__cJzEcG__nav{width:100%;height:var(--nav-height);z-index:1000;background:0 0;transition:all .3s;position:fixed;top:0;left:0}.Navbar-module__cJzEcG__scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--shadow-sm);background:#fffffff2}.Navbar-module__cJzEcG__scrolled .Navbar-module__cJzEcG__logo,.Navbar-module__cJzEcG__scrolled .Navbar-module__cJzEcG__links a{color:var(--color-text)}.Navbar-module__cJzEcG__container{max-width:var(--max-width);justify-content:space-between;align-items:center;height:100%;margin:0 auto;padding:0 2rem;display:flex}.Navbar-module__cJzEcG__logo{font-family:var(--font-heading);color:var(--color-surface);cursor:pointer;font-size:1.5rem;font-weight:800;text-decoration:none;transition:color .3s}.Navbar-module__cJzEcG__logo span{color:var(--color-accent)}.Navbar-module__cJzEcG__links{align-items:center;gap:1.6rem;display:flex}.Navbar-module__cJzEcG__links a{color:var(--color-surface);font-size:1rem;font-weight:500;transition:all .3s}.Navbar-module__cJzEcG__links a:hover{color:var(--color-accent)}.Navbar-module__cJzEcG__scrolled .Navbar-module__cJzEcG__links a:hover{color:var(--color-primary)}.Navbar-module__cJzEcG__ctaButton{background-color:var(--color-accent);border-radius:50px;padding:.5rem 1.2rem;font-weight:700;color:#fff!important}.Navbar-module__cJzEcG__ctaButton:hover{box-shadow:var(--shadow-sm);background-color:#d97706;transform:translateY(-2px)}@media (max-width:768px){.Navbar-module__cJzEcG__links{display:none}}
.Hero-module__ZARIfG__hero{z-index:1;justify-content:center;align-items:center;width:100%;height:100vh;min-height:600px;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__videoWrapper{z-index:-1;background-color:#000;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.Hero-module__ZARIfG__backgroundVideo{pointer-events:none;border:none;width:100vw;min-width:177.77vh;height:56.25vw;min-height:100vh;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module__ZARIfG__overlay{background:linear-gradient(#0000001a 0%,#0003 50%,#0006 100%);width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__content{z-index:1;text-align:center;color:var(--color-surface);max-width:800px;padding:0 20px;animation:1.5s ease-out forwards Hero-module__ZARIfG__fadeIn;position:relative}.Hero-module__ZARIfG__subtitle{font-family:var(--font-heading);letter-spacing:4px;color:var(--color-accent);text-transform:uppercase;margin-bottom:.5rem;font-size:1.5rem;font-weight:500}.Hero-module__ZARIfG__title{font-family:var(--font-heading);letter-spacing:2px;text-shadow:0 4px 12px #0000004d;margin-bottom:0;font-size:clamp(4rem,10vw,7rem);font-weight:900;line-height:1}.Hero-module__ZARIfG__dates{letter-spacing:1px;margin-top:1rem;margin-bottom:2rem;font-size:1.5rem;font-weight:600}.Hero-module__ZARIfG__description{opacity:.9;word-break:keep-all;margin-bottom:3rem;font-size:1.25rem;line-height:1.8}.Hero-module__ZARIfG__ctaButton{background-color:var(--color-primary);color:var(--color-surface);border:2px solid var(--color-primary);border-radius:50px;padding:1rem 2.5rem;font-size:1.25rem;font-weight:700;transition:all .3s;display:inline-block;box-shadow:0 4px 15px #1d4ed880}.Hero-module__ZARIfG__ctaButton:hover{color:var(--color-surface);border-color:var(--color-surface);background-color:#0000;transform:translateY(-3px);box-shadow:0 8px 25px #0000004d}@keyframes Hero-module__ZARIfG__fadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.Hero-module__ZARIfG__title{letter-spacing:1px;font-size:clamp(2.5rem,12vw,4rem)}.Hero-module__ZARIfG__subtitle,.Hero-module__ZARIfG__dates{font-size:1.2rem}.Hero-module__ZARIfG__description{margin-bottom:2rem;font-size:1rem}.Hero-module__ZARIfG__ctaButton{padding:.8rem 2rem;font-size:1.1rem}}
.NoticeBoard-module__lXfbRa__section{background:var(--color-background);padding:5rem 1rem}.NoticeBoard-module__lXfbRa__container{max-width:var(--max-width);margin:0 auto}.NoticeBoard-module__lXfbRa__header{text-align:center;margin-bottom:2.5rem}.NoticeBoard-module__lXfbRa__eyebrow{color:var(--color-primary);font-family:var(--font-heading);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.75rem;font-size:.82rem;font-weight:800;display:inline-block}.NoticeBoard-module__lXfbRa__title{color:var(--color-primary-dark);margin-bottom:1rem;font-size:2.5rem}.NoticeBoard-module__lXfbRa__subtitle{color:var(--color-text-muted);font-size:1.1rem}.NoticeBoard-module__lXfbRa__board{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-md);border-radius:8px;overflow:hidden}.NoticeBoard-module__lXfbRa__boardHead,.NoticeBoard-module__lXfbRa__row{grid-template-columns:72px 100px minmax(0,1fr) 120px;align-items:center;gap:1rem;display:grid}.NoticeBoard-module__lXfbRa__boardHead{color:var(--color-primary-dark);background:#eff6ff;border-bottom:1px solid #1d4ed81f;padding:1rem 1.4rem;font-size:.86rem;font-weight:900}.NoticeBoard-module__lXfbRa__row{border-bottom:1px solid var(--color-border);min-height:116px;padding:1.3rem 1.4rem}.NoticeBoard-module__lXfbRa__row:last-child{border-bottom:0}.NoticeBoard-module__lXfbRa__number{color:var(--color-primary);font-family:var(--font-heading);font-size:1.25rem;font-weight:900}.NoticeBoard-module__lXfbRa__category{color:#b45309;white-space:nowrap;background:#f59e0b1f;border:1px solid #f59e0b3d;border-radius:999px;width:fit-content;padding:.32rem .7rem;font-size:.88rem;font-weight:900}.NoticeBoard-module__lXfbRa__content{min-width:0}.NoticeBoard-module__lXfbRa__content h3{color:var(--color-text);margin-bottom:.45rem;font-size:1.35rem}.NoticeBoard-module__lXfbRa__content h3 a{transition:color .25s}.NoticeBoard-module__lXfbRa__content h3 a:hover{color:var(--color-primary)}.NoticeBoard-module__lXfbRa__content p{color:var(--color-text-muted);word-break:keep-all;line-height:1.65}.NoticeBoard-module__lXfbRa__date{color:var(--color-text-muted);white-space:nowrap;font-size:.95rem;font-weight:700}@media (max-width:900px){.NoticeBoard-module__lXfbRa__boardHead{display:none}.NoticeBoard-module__lXfbRa__row{grid-template-columns:52px minmax(0,1fr);align-items:start;gap:.8rem 1rem}.NoticeBoard-module__lXfbRa__category,.NoticeBoard-module__lXfbRa__date,.NoticeBoard-module__lXfbRa__content{grid-column:2}.NoticeBoard-module__lXfbRa__date{margin-top:-.35rem}}@media (max-width:640px){.NoticeBoard-module__lXfbRa__section{padding:4rem 1rem}.NoticeBoard-module__lXfbRa__title{font-size:2rem}.NoticeBoard-module__lXfbRa__subtitle,.NoticeBoard-module__lXfbRa__content p{overflow-wrap:anywhere;word-break:break-word}.NoticeBoard-module__lXfbRa__row{padding:1.15rem}}
.RouteMap-module__3QI18W__section{background-color:var(--color-background);padding:6rem 1rem}.RouteMap-module__3QI18W__container{max-width:var(--max-width);margin:0 auto}.RouteMap-module__3QI18W__header{text-align:center;margin-bottom:3rem}.RouteMap-module__3QI18W__title{color:var(--color-primary-dark);margin-bottom:1rem;font-size:2.5rem}.RouteMap-module__3QI18W__subtitle{color:var(--color-text-muted);font-size:1.1rem}.RouteMap-module__3QI18W__mapContainer{width:100%;height:50vh;min-height:400px;box-shadow:var(--shadow-lg);background-color:#e5e7eb;border-radius:16px;position:relative;overflow:hidden}.RouteMap-module__3QI18W__iframe{filter:grayscale(20%)contrast(1.1);border:none;width:100%;height:100%}@media (max-width:768px){.RouteMap-module__3QI18W__section{padding:4rem 1rem}.RouteMap-module__3QI18W__title{font-size:2rem}.RouteMap-module__3QI18W__mapContainer{height:40vh}}
.ScheduleTimeline-module__g0jmBa__section{background-color:var(--color-surface);padding:6rem 1rem}.ScheduleTimeline-module__g0jmBa__container{max-width:900px;margin:0 auto}.ScheduleTimeline-module__g0jmBa__header{text-align:center;margin-bottom:4rem}.ScheduleTimeline-module__g0jmBa__mainTitle{color:var(--color-primary-dark);margin-bottom:1rem;font-size:2.5rem}.ScheduleTimeline-module__g0jmBa__subtitle{color:var(--color-text-muted);font-size:1.1rem}.ScheduleTimeline-module__g0jmBa__timeline{padding:2rem 0;position:relative}.ScheduleTimeline-module__g0jmBa__timeline:before{content:"";background-color:var(--color-border);border-radius:4px;width:4px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.ScheduleTimeline-module__g0jmBa__timelineItem{opacity:1;width:50%;margin-bottom:3rem;position:relative}.ScheduleTimeline-module__g0jmBa__timelineItem:last-child{margin-bottom:0}.ScheduleTimeline-module__g0jmBa__hasLocationInfo{min-height:240px}.ScheduleTimeline-module__g0jmBa__left{text-align:right;padding-right:3rem;left:0}.ScheduleTimeline-module__g0jmBa__right{text-align:left;padding-left:3rem;left:50%}.ScheduleTimeline-module__g0jmBa__marker{background-color:var(--color-surface);border:4px solid var(--color-primary);z-index:1;border-radius:50%;width:20px;height:20px;position:absolute;top:20px}.ScheduleTimeline-module__g0jmBa__left .ScheduleTimeline-module__g0jmBa__marker{right:-10px}.ScheduleTimeline-module__g0jmBa__right .ScheduleTimeline-module__g0jmBa__marker{left:-10px}.ScheduleTimeline-module__g0jmBa__content{background:var(--color-surface);box-shadow:var(--shadow-md);border:1px solid var(--color-border);border-radius:12px;padding:2rem;transition:transform .3s,box-shadow .3s;position:relative}.ScheduleTimeline-module__g0jmBa__content:hover{box-shadow:var(--shadow-lg);border-color:var(--color-primary-light);transform:translateY(-5px)}.ScheduleTimeline-module__g0jmBa__locationInfo{width:calc(100% - 3rem);box-shadow:var(--shadow-sm);text-align:left;background:#f8fbff;border:1px solid #1d4ed829;border-radius:12px;padding:1.5rem;position:absolute;top:0;left:calc(100% + 3rem)}.ScheduleTimeline-module__g0jmBa__locationLabel{color:var(--color-primary-dark);margin-bottom:.6rem;font-size:.9rem;font-weight:700;display:inline-block}.ScheduleTimeline-module__g0jmBa__locationInfo p{color:var(--color-text-muted);font-size:.98rem;line-height:1.75}.ScheduleTimeline-module__g0jmBa__content:before{content:"";background:var(--color-surface);border-top:1px solid var(--color-border);border-right:1px solid var(--color-border);width:12px;height:12px;position:absolute;top:24px}.ScheduleTimeline-module__g0jmBa__left .ScheduleTimeline-module__g0jmBa__content:before{right:-7px;transform:rotate(45deg)}.ScheduleTimeline-module__g0jmBa__right .ScheduleTimeline-module__g0jmBa__content:before{border-top:1px solid var(--color-border);border-right:1px solid var(--color-border);border-bottom:none;border-left:none;left:-7px;transform:rotate(-135deg)}.ScheduleTimeline-module__g0jmBa__dayBadge{background-color:var(--color-primary-light);color:#fff;letter-spacing:1px;border-radius:20px;margin-bottom:.5rem;padding:.2rem .8rem;font-size:.8rem;font-weight:700;display:inline-block}.ScheduleTimeline-module__g0jmBa__date{color:var(--color-accent);margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.ScheduleTimeline-module__g0jmBa__title{color:var(--color-text);margin-bottom:1rem;font-size:1.4rem}.ScheduleTimeline-module__g0jmBa__description{color:var(--color-text-muted);font-size:1rem;line-height:1.6}@media (max-width:768px){.ScheduleTimeline-module__g0jmBa__timeline:before{left:20px}.ScheduleTimeline-module__g0jmBa__timelineItem{text-align:left;width:100%;padding-left:50px;padding-right:0;left:0}.ScheduleTimeline-module__g0jmBa__hasLocationInfo{min-height:auto}.ScheduleTimeline-module__g0jmBa__locationInfo{width:100%;margin-top:1rem;position:static}.ScheduleTimeline-module__g0jmBa__left .ScheduleTimeline-module__g0jmBa__marker,.ScheduleTimeline-module__g0jmBa__right .ScheduleTimeline-module__g0jmBa__marker{left:10px}.ScheduleTimeline-module__g0jmBa__left .ScheduleTimeline-module__g0jmBa__content:before,.ScheduleTimeline-module__g0jmBa__right .ScheduleTimeline-module__g0jmBa__content:before{left:-7px;right:auto;transform:rotate(-135deg)}}
.WeatherInfo-module__IBjHeG__section{background-color:#f8fafc;padding:8rem 1rem}.WeatherInfo-module__IBjHeG__container{max-width:var(--max-width);margin:0 auto}.WeatherInfo-module__IBjHeG__header{text-align:center;margin-bottom:4rem}.WeatherInfo-module__IBjHeG__category{color:var(--color-primary);letter-spacing:2px;margin-bottom:1rem;font-size:.9rem;font-weight:700;display:inline-block}.WeatherInfo-module__IBjHeG__title{color:#1e293b;font-size:2.5rem;font-weight:800}.WeatherInfo-module__IBjHeG__title span{color:var(--color-primary)}.WeatherInfo-module__IBjHeG__grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;display:grid}.WeatherInfo-module__IBjHeG__infoCard,.WeatherInfo-module__IBjHeG__tableCard,.WeatherInfo-module__IBjHeG__summaryCard{background:#fff;border:1px solid #f1f5f9;border-radius:20px;padding:2.5rem;box-shadow:0 10px 30px #0000000a}.WeatherInfo-module__IBjHeG__cardHeader{align-items:center;gap:12px;margin-bottom:2rem;display:flex}.WeatherInfo-module__IBjHeG__icon{font-size:1.8rem}.WeatherInfo-module__IBjHeG__cardHeader h3{color:#334155;font-size:1.4rem;font-weight:700}.WeatherInfo-module__IBjHeG__list{padding:0;list-style:none}.WeatherInfo-module__IBjHeG__list li{color:#64748b;margin-bottom:1rem;padding-left:1.5rem;font-size:1.1rem;position:relative}.WeatherInfo-module__IBjHeG__list li:before{content:"•";color:var(--color-primary);font-weight:700;position:absolute;left:0}.WeatherInfo-module__IBjHeG__tableWrapper{margin-bottom:1.5rem;overflow-x:auto}.WeatherInfo-module__IBjHeG__table{border-collapse:collapse;width:100%;font-size:.95rem}.WeatherInfo-module__IBjHeG__table th{text-align:left;color:#475569;background:#f8fafc;border-bottom:2px solid #e2e8f0;padding:12px;font-weight:600}.WeatherInfo-module__IBjHeG__table td{color:#64748b;border-bottom:1px solid #f1f5f9;padding:12px}.WeatherInfo-module__IBjHeG__note{color:#ef4444;margin-bottom:.5rem;font-size:.9rem;font-weight:500}.WeatherInfo-module__IBjHeG__summaryList{flex-direction:column;gap:1rem;display:flex}.WeatherInfo-module__IBjHeG__summaryItem{background:#f8fafc;border-radius:12px;justify-content:space-between;align-items:center;padding:12px 18px;display:flex}.WeatherInfo-module__IBjHeG__label{color:var(--color-primary);font-size:.9rem;font-weight:700}.WeatherInfo-module__IBjHeG__desc{color:#334155;font-weight:500}@media (max-width:768px){.WeatherInfo-module__IBjHeG__section{padding:5rem 1rem}.WeatherInfo-module__IBjHeG__title{font-size:2rem}.WeatherInfo-module__IBjHeG__infoCard,.WeatherInfo-module__IBjHeG__tableCard,.WeatherInfo-module__IBjHeG__summaryCard{padding:1.5rem}}
.PackingList-module__zCWP3W__section{background-color:#fff;padding:8rem 1rem}.PackingList-module__zCWP3W__container{max-width:var(--max-width);margin:0 auto}.PackingList-module__zCWP3W__header{text-align:center;margin-bottom:4rem}.PackingList-module__zCWP3W__category{color:#d97706;letter-spacing:2px;margin-bottom:1rem;font-size:.9rem;font-weight:700;display:inline-block}.PackingList-module__zCWP3W__title{color:#1e293b;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.PackingList-module__zCWP3W__title span{color:#d97706}.PackingList-module__zCWP3W__subtitle{color:#64748b;font-size:1.1rem}.PackingList-module__zCWP3W__grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;display:grid}.PackingList-module__zCWP3W__card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;flex-direction:column;padding:2.5rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 4px 20px #00000008}.PackingList-module__zCWP3W__card:hover{border-color:#d9770633;transform:translateY(-5px);box-shadow:0 10px 40px #0000000f}.PackingList-module__zCWP3W__cardHeader{align-items:center;gap:12px;margin-bottom:1.5rem;display:flex}.PackingList-module__zCWP3W__icon{font-size:1.8rem}.PackingList-module__zCWP3W__cardHeader h3{color:#334155;font-size:1.3rem;font-weight:700}.PackingList-module__zCWP3W__list{flex:1;margin:0;padding:0;list-style:none}.PackingList-module__zCWP3W__list li{color:#475569;margin-bottom:.8rem;padding-left:1.5rem;font-size:1rem;line-height:1.5;position:relative}.PackingList-module__zCWP3W__list li:before{content:"✔";color:#d97706;font-weight:700;position:absolute;left:0}.PackingList-module__zCWP3W__highlight{color:#92400e;background:#fffbeb;border-left:4px solid #d97706;border-radius:4px;margin-top:1.5rem;padding:12px 18px;font-size:.9rem;font-weight:600}.PackingList-module__zCWP3W__warningCard{background:linear-gradient(to bottom right,#fff,#fef2f2);border-color:#fca5a5}.PackingList-module__zCWP3W__warningCard:hover{border-color:#f87171;box-shadow:0 10px 40px #ef44441a}.PackingList-module__zCWP3W__warningList{flex-direction:column;gap:1rem;display:flex}.PackingList-module__zCWP3W__warningItem strong{color:#b91c1c;margin-bottom:.2rem;font-size:1rem;display:block}.PackingList-module__zCWP3W__warningItem p{color:#7f1d1d;white-space:pre-line;margin:0;font-size:.9rem;line-height:1.5}@media (max-width:768px){.PackingList-module__zCWP3W__section{padding:5rem 1rem}.PackingList-module__zCWP3W__title{font-size:2rem}.PackingList-module__zCWP3W__card{padding:1.5rem}}
.PhotoGallery-module__QQ8S3q__section{background-color:var(--color-background);padding:6rem 1rem}.PhotoGallery-module__QQ8S3q__container{max-width:var(--max-width);margin:0 auto}.PhotoGallery-module__QQ8S3q__header{text-align:center;margin-bottom:4rem}.PhotoGallery-module__QQ8S3q__title{color:var(--color-primary-dark);margin-bottom:1rem;font-size:2.5rem}.PhotoGallery-module__QQ8S3q__subtitle{color:var(--color-text-muted);font-size:1.1rem}.PhotoGallery-module__QQ8S3q__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.PhotoGallery-module__QQ8S3q__card{background:var(--color-surface);box-shadow:var(--shadow-md);cursor:pointer;border-radius:12px;transition:transform .3s,box-shadow .3s;overflow:hidden}.PhotoGallery-module__QQ8S3q__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-8px)}.PhotoGallery-module__QQ8S3q__imageWrapper{width:100%;padding-top:75%;position:relative;overflow:hidden}.PhotoGallery-module__QQ8S3q__image{object-fit:cover;transition:transform .5s}.PhotoGallery-module__QQ8S3q__card:hover .PhotoGallery-module__QQ8S3q__image{transform:scale(1.05)}.PhotoGallery-module__QQ8S3q__cardContent{padding:1.5rem}.PhotoGallery-module__QQ8S3q__cardTitle{color:var(--color-text);margin-bottom:.5rem;font-size:1.2rem}.PhotoGallery-module__QQ8S3q__cardDesc{color:var(--color-text-muted);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:.95rem;line-height:1.5;display:-webkit-box;overflow:hidden}.PhotoGallery-module__QQ8S3q__lightbox{z-index:2000;opacity:0;background-color:#000000e6;justify-content:center;align-items:center;width:100vw;height:100vh;padding:20px;animation:.3s forwards PhotoGallery-module__QQ8S3q__fadeInModal;display:flex;position:fixed;top:0;left:0}.PhotoGallery-module__QQ8S3q__lightboxContent{background:var(--color-surface);border-radius:12px;width:100%;max-width:900px;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.PhotoGallery-module__QQ8S3q__closeButton{color:#fff;z-index:10;background:#00000080;border-radius:30px;padding:8px 16px;font-size:.9rem;font-weight:700;transition:background .2s;position:absolute;top:15px;right:15px}.PhotoGallery-module__QQ8S3q__closeButton:hover{background:#000c}.PhotoGallery-module__QQ8S3q__lightboxImageWrapper{background-color:#111;width:100%;height:60vh;position:relative}.PhotoGallery-module__QQ8S3q__lightboxImage{object-fit:contain}.PhotoGallery-module__QQ8S3q__lightboxText{text-align:center;padding:2rem}.PhotoGallery-module__QQ8S3q__lightboxText h2{color:var(--color-text);margin-bottom:.8rem;font-size:1.8rem}.PhotoGallery-module__QQ8S3q__lightboxText p{color:var(--color-text-muted);font-size:1.1rem;line-height:1.6}@keyframes PhotoGallery-module__QQ8S3q__fadeInModal{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.PhotoGallery-module__QQ8S3q__lightboxImageWrapper{height:40vh}.PhotoGallery-module__QQ8S3q__lightboxText{padding:1.5rem}.PhotoGallery-module__QQ8S3q__lightboxText h2{font-size:1.5rem}}
.page-module__RRg54a__page{background:var(--color-background);color:var(--color-text)}.page-module__RRg54a__hero{min-height:76vh;padding:calc(var(--nav-height) + 5rem) 1.5rem 5rem;color:var(--color-surface);background:linear-gradient(110deg,#0e172ac7,#1d4ed82e),url(/images/hero_bg.png) 50%/cover;align-items:center;display:flex;position:relative;overflow:hidden}.page-module__RRg54a__heroOverlay{background:linear-gradient(#0000002e,#0000007a);position:absolute;inset:0}.page-module__RRg54a__heroInner{z-index:1;width:min(100%, var(--max-width));min-width:0;margin:0 auto;position:relative}.page-module__RRg54a__kicker,.page-module__RRg54a__sectionEyebrow{font-family:var(--font-heading);letter-spacing:.12em;text-transform:uppercase;font-size:.82rem;font-weight:800;display:inline-block}.page-module__RRg54a__kicker{color:var(--color-accent);margin-bottom:1rem}.page-module__RRg54a__hero h1{margin-bottom:1.25rem;font-size:clamp(3rem,8vw,6.5rem);font-weight:900}.page-module__RRg54a__heroText{word-break:keep-all;color:#ffffffe6;max-width:620px;font-size:1.25rem;line-height:1.8}.page-module__RRg54a__heroActions{flex-wrap:wrap;gap:.8rem;margin-top:2.4rem;display:flex}.page-module__RRg54a__primaryAction,.page-module__RRg54a__secondaryAction{border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:.8rem 1.3rem;font-weight:800;transition:transform .25s,background .25s,border-color .25s;display:inline-flex}.page-module__RRg54a__primaryAction{background:var(--color-accent);color:#fff}.page-module__RRg54a__secondaryAction{color:#fff;border:1px solid #ffffff8c}.page-module__RRg54a__primaryAction:hover,.page-module__RRg54a__secondaryAction:hover{transform:translateY(-2px)}.page-module__RRg54a__secondaryAction:hover{background:#ffffff1f}.page-module__RRg54a__summarySection,.page-module__RRg54a__mapSection,.page-module__RRg54a__listSection,.page-module__RRg54a__checkSection{padding:5rem 1.5rem}.page-module__RRg54a__summaryGrid,.page-module__RRg54a__mapSection,.page-module__RRg54a__listSection,.page-module__RRg54a__checkInner{width:min(100%, var(--max-width));margin:0 auto}.page-module__RRg54a__summaryGrid{grid-template-columns:minmax(240px,.7fr) minmax(320px,1fr);align-items:start;gap:3rem;min-width:0;display:grid}.page-module__RRg54a__summaryGrid>*,.page-module__RRg54a__sectionHeader,.page-module__RRg54a__cardBody,.page-module__RRg54a__checkInner{min-width:0}.page-module__RRg54a__sectionEyebrow{color:var(--color-primary);margin-bottom:.8rem}.page-module__RRg54a__summaryGrid h2,.page-module__RRg54a__sectionHeader h2,.page-module__RRg54a__checkInner h2{color:var(--color-primary-dark);margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem)}.page-module__RRg54a__summaryGrid p,.page-module__RRg54a__sectionHeader p{color:var(--color-text-muted);word-break:keep-all;font-size:1.08rem;line-height:1.85}.page-module__RRg54a__mapSection{padding-top:0}.page-module__RRg54a__sectionHeader{text-align:center;margin-bottom:2rem}.page-module__RRg54a__mapFrame{height:min(66vh,620px);min-height:430px;box-shadow:var(--shadow-lg);border:1px solid var(--color-border);background:#dbeafe;border-radius:8px;overflow:hidden}.page-module__RRg54a__mapFrame iframe{border:0;width:100%;height:100%}.page-module__RRg54a__listSection{padding-top:1rem}.page-module__RRg54a__cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;display:grid}.page-module__RRg54a__card{background:var(--color-surface);border:1px solid var(--color-border);min-height:430px;box-shadow:var(--shadow-md);border-radius:8px;flex-direction:column;display:flex;overflow:hidden}.page-module__RRg54a__cardTop{background:#eff6ff;border-bottom:1px solid #1d4ed81f;justify-content:space-between;align-items:center;gap:1rem;padding:1.15rem 1.25rem;display:flex}.page-module__RRg54a__dayBadge{color:var(--color-primary-dark);font-weight:900}.page-module__RRg54a__date{color:var(--color-accent);white-space:nowrap;font-size:.95rem;font-weight:800}.page-module__RRg54a__cardBody{flex:1;padding:1.6rem 1.4rem 1.4rem}.page-module__RRg54a__cardBody h3{color:var(--color-text);margin-bottom:.35rem;font-size:1.55rem}.page-module__RRg54a__localName{color:var(--color-text-muted);margin-bottom:1.4rem;font-weight:700}.page-module__RRg54a__details{gap:.8rem;margin-bottom:1.35rem;display:grid}.page-module__RRg54a__details div{grid-template-columns:64px 1fr;align-items:baseline;gap:1rem;display:grid}.page-module__RRg54a__details dt{color:var(--color-primary);font-size:.86rem;font-weight:900}.page-module__RRg54a__details dd{color:var(--color-text);word-break:keep-all;font-weight:650}.page-module__RRg54a__note{color:var(--color-text-muted);word-break:keep-all;line-height:1.7}.page-module__RRg54a__cardFooter{border-top:1px solid var(--color-border);background:#fbfbfb;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.page-module__RRg54a__cardFooter span{color:var(--color-text-muted);font-variant-numeric:tabular-nums;font-size:.88rem}.page-module__RRg54a__cardFooter a{color:var(--color-primary-dark);white-space:nowrap;font-weight:900}.page-module__RRg54a__checkSection{padding-top:2rem}.page-module__RRg54a__checkInner{color:#fff;background:#111827;border-radius:8px;padding:3rem}.page-module__RRg54a__checkInner .page-module__RRg54a__sectionEyebrow{color:var(--color-accent)}.page-module__RRg54a__checkInner h2{color:#fff}.page-module__RRg54a__checkGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.page-module__RRg54a__checkGrid p{color:#ffffffd6;word-break:keep-all;border-top:2px solid #f59e0bb8;padding-top:1rem;line-height:1.75}@media (max-width:900px){.page-module__RRg54a__summaryGrid,.page-module__RRg54a__cards,.page-module__RRg54a__checkGrid{grid-template-columns:1fr}.page-module__RRg54a__card{min-height:auto}}@media (max-width:640px){.page-module__RRg54a__hero{min-height:72vh;padding:calc(var(--nav-height) + 3rem) 1rem 4rem}.page-module__RRg54a__heroInner{width:calc(100vw - 2rem)}.page-module__RRg54a__heroText{overflow-wrap:anywhere;word-break:break-word;font-size:1.05rem}.page-module__RRg54a__heroActions{flex-direction:column;align-items:flex-start}.page-module__RRg54a__primaryAction,.page-module__RRg54a__secondaryAction{width:min(100%,340px)}.page-module__RRg54a__summarySection,.page-module__RRg54a__mapSection,.page-module__RRg54a__listSection,.page-module__RRg54a__checkSection{padding-left:1rem;padding-right:1rem}.page-module__RRg54a__mapFrame{min-height:360px}.page-module__RRg54a__cardTop,.page-module__RRg54a__cardFooter{flex-direction:column;align-items:flex-start}.page-module__RRg54a__details div{grid-template-columns:1fr;gap:.25rem}.page-module__RRg54a__summaryGrid p,.page-module__RRg54a__sectionHeader p,.page-module__RRg54a__details dd,.page-module__RRg54a__note,.page-module__RRg54a__checkGrid p{overflow-wrap:anywhere;word-break:break-word}.page-module__RRg54a__checkInner{padding:2rem 1.25rem}}
.page-module__8JwVea__page{background:var(--color-background);min-height:100vh;color:var(--color-text)}.page-module__8JwVea__hero{padding:calc(var(--nav-height) + 4rem) 1rem 3.25rem;color:var(--color-surface);background:linear-gradient(120deg,#111827eb,#1d4ed8c7),url(/images/hero_bg.png) 50%/cover}.page-module__8JwVea__container{width:min(100%, var(--max-width));min-width:0;margin:0 auto}.page-module__8JwVea__backLink{color:#fff;border:1px solid #ffffff70;border-radius:999px;align-items:center;min-height:42px;margin-bottom:2rem;padding:.5rem 1rem;font-weight:800;transition:background .25s,transform .25s;display:inline-flex}.page-module__8JwVea__backLink:hover{background:#ffffff1f;transform:translateY(-2px)}.page-module__8JwVea__meta{flex-wrap:wrap;gap:.55rem;margin-bottom:1rem;display:flex}.page-module__8JwVea__meta span{color:#fde68a;background:#f59e0b29;border:1px solid #f59e0b59;border-radius:999px;align-items:center;min-height:30px;padding:.25rem .72rem;font-size:.86rem;font-weight:900;display:inline-flex}.page-module__8JwVea__hero h1{margin-bottom:1rem;font-size:clamp(2.5rem,6vw,5rem)}.page-module__8JwVea__hero p{color:#ffffffdb;overflow-wrap:anywhere;word-break:keep-all;max-width:720px;font-size:1.16rem;line-height:1.8}.page-module__8JwVea__contentSection{padding:4rem 1rem 6rem}.page-module__8JwVea__documents{gap:2rem;width:min(100%,1120px);margin:0 auto;display:grid}.page-module__8JwVea__documentShell{background:var(--color-surface);border:1px solid var(--color-border);width:100%;box-shadow:var(--shadow-lg);border-radius:8px;margin:0 auto;position:relative;overflow:hidden}.page-module__8JwVea__pageLabel{z-index:1;color:#fff;background:#111827bd;border:1px solid #fff3;border-radius:999px;padding:.28rem .7rem;font-size:.78rem;font-weight:900;position:absolute;top:.85rem;right:.85rem}.page-module__8JwVea__documentImage{width:100%;height:auto;display:block}@media (max-width:640px){.page-module__8JwVea__hero{padding:calc(var(--nav-height) + 2.5rem) 1rem 2.5rem}.page-module__8JwVea__hero p{word-break:break-word;max-width:calc(100vw - 2rem);font-size:1rem}.page-module__8JwVea__contentSection{padding:2rem .75rem 4rem}.page-module__8JwVea__documents{gap:1rem}.page-module__8JwVea__pageLabel{font-size:.72rem;top:.5rem;right:.5rem}}
.Information-module__sVnhLG__section{background-color:var(--color-background);padding:4rem 1rem}.Information-module__sVnhLG__container{max-width:var(--max-width);margin:0 auto}.Information-module__sVnhLG__header{text-align:center;margin-bottom:2.5rem}.Information-module__sVnhLG__title{color:var(--color-primary-dark);margin-bottom:1rem;font-size:2.5rem}.Information-module__sVnhLG__subtitle{color:var(--color-text-muted);font-size:1.1rem}.Information-module__sVnhLG__grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;display:grid}.Information-module__sVnhLG__card{background:var(--color-surface);box-shadow:var(--shadow-md);border:1px solid var(--color-border);border-radius:16px;padding:2rem;transition:transform .3s,box-shadow .3s}.Information-module__sVnhLG__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.Information-module__sVnhLG__highlightCard{border-color:var(--color-primary-light);border-color:var(--color-primary-light);background:linear-gradient(to bottom right,#fff,#f0fdf4)}.Information-module__sVnhLG__icon{margin-bottom:1rem;font-size:2.5rem}.Information-module__sVnhLG__cardTitle{color:var(--color-text);margin-bottom:1.2rem;font-size:1.3rem}.Information-module__sVnhLG__list{padding:0;list-style:none}.Information-module__sVnhLG__list li{color:var(--color-text-muted);margin-bottom:.8rem;padding-left:1.5rem;line-height:1.5;position:relative}.Information-module__sVnhLG__list li:before{content:"✓";color:var(--color-secondary);font-weight:700;position:absolute;left:0}.Information-module__sVnhLG__text{color:var(--color-text-muted);margin-bottom:1.2rem;line-height:1.5}.Information-module__sVnhLG__contactDetails{background:#ffffffb3;border-radius:8px;margin-bottom:1.5rem;padding:.8rem 1rem}.Information-module__sVnhLG__contactDetails p{color:var(--color-text);margin-bottom:.3rem}.Information-module__sVnhLG__applyBtn{background-color:var(--color-primary);color:#fff;border-radius:12px;justify-content:center;align-items:center;width:100%;padding:1rem;font-size:1.1rem;font-weight:700;transition:background .3s;display:inline-flex}.Information-module__sVnhLG__applyBtn:hover{background-color:var(--color-primary-dark);transform:scale(1.02)}.Information-module__sVnhLG__footer{color:#fff;text-align:left;background-color:#111827;padding:4rem 2rem}.Information-module__sVnhLG__footerContainer{max-width:var(--max-width);margin:0 auto}.Information-module__sVnhLG__footerLogo{font-family:var(--font-heading);flex-wrap:wrap;align-items:center;gap:15px;margin-bottom:.5rem;font-size:2.2rem;font-weight:800;display:flex}.Information-module__sVnhLG__footerLogo span{color:var(--color-accent)}.Information-module__sVnhLG__branding{font-family:var(--font-heading);color:var(--color-accent);letter-spacing:3px;text-transform:uppercase;background:#fbbf240d;border:1px solid #fbbf2466;border-radius:4px;padding:4px 12px;font-size:.85rem;font-weight:400}.Information-module__sVnhLG__footerTop{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:2rem;display:flex}.Information-module__sVnhLG__footerBrand{flex:1}.Information-module__sVnhLG__footerExtra{flex-shrink:0}.Information-module__sVnhLG__familySite{color:#9ca3af;border:1px solid #fff3;border-radius:8px;align-items:center;padding:8px 18px;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.Information-module__sVnhLG__familySite:hover{border-color:var(--color-accent);color:#fff;background:#fbbf240d}.Information-module__sVnhLG__familySite span{margin-left:10px;font-size:.8rem}.Information-module__sVnhLG__footerText{color:#9ca3af;line-height:1.6}.Information-module__sVnhLG__copyright{color:#6b7280;font-size:.9rem}
