@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;800&family=Inter:wght@300;400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{max-width:100%!important}html,body{width:100%;min-height:100vh;margin:0;padding:0;overflow-x:hidden}#root{width:100%;margin:0;padding:0;max-width:100%!important}.app-container{width:100%;position:relative}.nb{z-index:1000;background:#fff;border-radius:24px;justify-content:space-between;align-items:center;height:85px;padding:0 3rem;transition:all .4s;display:flex;position:fixed;top:1.5rem;left:2.5rem;right:2.5rem;box-shadow:0 10px 40px #0000000f}.nb.nb--scrolled{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);top:1rem;box-shadow:0 15px 50px #0000001a;background:#fffffff2!important}.nb__brand{flex-shrink:0;align-items:center;gap:.8rem;text-decoration:none;animation:.5s both nbDown;display:flex}.nb__logo{object-fit:contain;border-radius:50%;flex-shrink:0;width:96px;height:96px}.nb__brand-text{flex-direction:column;line-height:1.2;display:flex}.nb__name{color:#000;letter-spacing:.05em;font-family:Inter,sans-serif;font-size:15px;font-weight:800}.nb__sub{color:#0009;letter-spacing:.05em;text-transform:uppercase;font-family:Inter,sans-serif;font-size:10px;font-weight:600}.nb__links{align-items:center;gap:2.5rem;display:flex}.nb__link{color:#000000bf;font-family:Inter,sans-serif;font-size:13px;font-weight:600;text-decoration:none;transition:color .2s;position:relative}.nb__link:after{content:"";transform-origin:0;background:#ff544a;height:1.5px;transition:transform .25s;position:absolute;bottom:-4px;left:0;right:0;transform:scaleX(0)}.nb__link:hover{color:#000}.nb__link:hover:after{transform:scaleX(1)}.nb__actions{flex-shrink:0;align-items:center;gap:1.5rem;animation:.5s .1s both nbDown;display:flex}.nb__cta{color:#fff;background:#ff544a;border-radius:999px;align-items:center;gap:.6rem;padding:.4rem .4rem .4rem 1.4rem;font-family:Inter,sans-serif;font-size:13.5px;font-weight:600;text-decoration:none;transition:background .25s,box-shadow .25s;display:inline-flex}.nb__cta:hover{background:#e8483f;box-shadow:0 4px 14px #ff544a4d}.nb__cta-circle{color:#ff544a;background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.nb__cta-circle svg{width:14px;height:14px}.nb__cta--mobile{display:none}.nb__burger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;padding:0;display:none}.nb__burger span{background:#000;border-radius:2px;width:100%;height:2px;transition:transform .3s,opacity .3s;display:block}.nb__burger--open span:first-child{transform:translateY(8px)rotate(45deg)}.nb__burger--open span:nth-child(2){opacity:0}.nb__burger--open span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}@keyframes nbDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (width<=900px){.nb{border-radius:20px;height:75px;padding:0 1.5rem;top:1rem;left:1rem;right:1rem}.nb__logo{width:60px;height:60px}.nb__links{opacity:0;visibility:hidden;background:#fff;border:1px solid #0000000d;border-radius:20px;flex-direction:column;gap:1.8rem;padding:2rem;transition:all .3s cubic-bezier(.22,1,.36,1);position:absolute;top:calc(100% + 10px);left:0;right:0;transform:translateY(-15px);box-shadow:0 15px 40px #0000001a}.nb__links--open{opacity:1;visibility:visible;transform:translateY(0)}.nb__link{text-align:center;width:100%;font-size:16px}.nb__link:after{bottom:-6px}.nb__burger{display:flex}.nb__actions .nb__cta{display:none}.nb__cta--mobile{box-sizing:border-box;justify-content:center;align-self:center;margin-top:1rem;opacity:1!important;width:fit-content!important;transition:background .25s,box-shadow .25s!important;animation:none!important;display:inline-flex!important;transform:none!important}}@media (width<=480px){.nb{padding:0 1rem}.nb__logo{width:50px;height:50px}.nb__name{font-size:13px}.nb__sub{font-size:8px}.nb__actions{gap:1rem}.nb__cta{padding:.3rem .3rem .3rem 1rem;font-size:12px}.nb__cta-circle{width:26px;height:26px}.nb__cta-circle svg{width:12px;height:12px}}.nb__brand,.nb__link,.nb__cta{opacity:0}.nb__brand{transform:translate(-50px)}.nb__link{transform:translateY(-25px)}.nb__cta{transform:translate(50px)}.nb--loaded .nb__brand{opacity:1;transition:opacity .8s,transform .8s cubic-bezier(.16,1,.3,1);transform:translate(0)}.nb--loaded .nb__link{opacity:1;transition:opacity .7s,transform .7s cubic-bezier(.16,1,.3,1);transform:translateY(0)}.nb--loaded .nb__cta{opacity:1;transition:opacity .8s .5s,transform .8s cubic-bezier(.16,1,.3,1) .5s;transform:translate(0)}.nb__logo{transition:transform .5s,filter .5s}.nb__link{position:relative}.nb__link:after{content:"";background:#ff4b3a;width:0%;height:2px;transition:width .35s;position:absolute;bottom:-6px;left:0}.nb__link:hover:after{width:100%}.nb__cta{position:relative;overflow:hidden}.nb__cta:before{content:"";background:linear-gradient(90deg,#0000,#ffffff59,#0000);width:70%;height:100%;position:absolute;top:0;left:-120%}.nb__cta:hover:before{transition:all .8s;left:130%}.nb--scrolled{-webkit-backdrop-filter:blur(18px);background:#ffffffd9}*,:before,:after{box-sizing:border-box;margin:0;padding:0}.hero-wrapper{background:#fdfaf6;width:100%;min-height:100vh;font-family:Inter,sans-serif;position:relative;overflow:hidden}.header{z-index:10;justify-content:space-between;align-items:center;width:100%;padding:1.5rem 4rem;display:flex;position:absolute;top:0;left:0}.header__logo{align-items:center;gap:1rem;display:flex}.header__logo-icon{background:#dfab5f;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;font-size:10px;font-weight:700;display:flex}.header__logo-text{flex-direction:column;display:flex}.header__logo-text strong{color:#000;font-size:18px;line-height:1.1}.header__logo-text span{color:#666;letter-spacing:.5px;font-size:10px}.header__nav{gap:2.5rem;display:flex}.header__nav a{color:#000;font-size:14px;font-weight:600;text-decoration:none;transition:color .2s}.header__nav a:hover{color:#ff544a}.header__btn{color:#fff;background:#ff544a;border-radius:99px;align-items:center;gap:.8rem;padding:.6rem .6rem .6rem 1.5rem;font-size:14px;font-weight:600;text-decoration:none;transition:transform .2s,background .2s;display:inline-flex}.header__btn:hover{background:#e0443a;transform:translateY(-2px)}.header__btn-icon{color:#ff544a;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-weight:700;display:inline-flex}.hero{isolation:isolate;align-items:center;width:100%;height:100vh;min-height:850px;display:flex;position:relative}.hero__bg{z-index:0;position:absolute;inset:0}.hero__img-container{z-index:1;clip-path:ellipse(80% 60% at 85%);border-radius:140vh 0 0 140vh;width:65vw;height:100%;animation:1.2s cubic-bezier(.22,1,.36,1) .15s both slideInRight;position:absolute;top:0;bottom:-20vh;right:0;overflow:hidden}@keyframes slideInRight{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}.hero__media{object-fit:cover;object-position:center;width:100%;height:100%}.hero__content{z-index:5;max-width:44vw;margin-top:-2rem;padding:0 0 0 4rem;position:relative}.hero__event-badge{color:#ff544a;letter-spacing:.5px;opacity:0;background-color:#fff0ee;border:1px solid #ff544a26;border-radius:99px;align-items:center;gap:.6rem;width:fit-content;margin-bottom:2rem;padding:8px 18px;font-size:13px;font-weight:700;display:flex}.hero__event-item{white-space:nowrap;align-items:center;gap:.5rem;display:inline-flex}.hero__badge-icon{width:15px;height:15px}.hero__badge-sep{opacity:.4;margin:0 4px}.hero__heading{letter-spacing:-.015em;flex-direction:column;margin-bottom:1.5rem;font-family:Playfair Display,Georgia,serif;font-size:clamp(4rem,6vw,6.5rem);font-weight:800;line-height:1.05;display:flex}.hero__line{opacity:0;display:block;transform:translateY(26px)}.hero__line--black{color:#0a0909;font-weight:400}.hero__line--gold{color:#dfab5f}.hero__line--red,.hero__red-dot{color:#ff544a}.hero__rule{opacity:0;background:#dfab5f;width:60px;height:2px;margin-bottom:1.5rem}.hero__body{color:#444;opacity:0;margin-bottom:2rem;font-size:15px;font-weight:500;line-height:1.7}.hero__cta{color:#fff;opacity:0;background:#111;border-radius:999px;align-items:center;gap:.8rem;margin-bottom:3rem;padding:.5rem .5rem .5rem 1.6rem;font-size:14px;font-weight:600;text-decoration:none;transition:transform .25s,background .25s;display:inline-flex}.hero__cta:hover{background:#333;transform:translateY(-2px)}.hero__cta-circle{color:#fff;background:#ff544a;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:transform .25s;display:inline-flex}.hero__cta-circle svg{width:16px;height:16px}.hero__cta:hover .hero__cta-circle{transform:translate(3px)}.hero__stats{opacity:0;align-items:center;gap:1.5rem;display:flex}.hero__stat-item{align-items:center;gap:.6rem;display:flex}.hero__stat-icon svg{width:20px;height:20px}.hero__stat-text{flex-direction:column;display:flex}.hero__stat-text strong{color:#dfab5f;font-size:15px;line-height:1.2}.hero__stat-text span{color:#666;font-size:11px;font-weight:500}.hero__stat-divider{background:#ddd;width:1px;height:24px}.hero__features{z-index:10;opacity:0;background:#fff;border-radius:20px;justify-content:space-between;align-items:center;width:90%;max-width:1200px;padding:1.5rem 3rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)translateY(100px);box-shadow:0 15px 40px #00000014}.hero__feature{align-items:center;gap:1rem;display:flex}.hero__feat-icon{color:#ff544a;background:#ffeaeb;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.hero__feat-icon svg{width:22px;height:22px}.hero__feat-label{flex-direction:column;display:flex}.hero__feat-label strong{color:#111;margin-bottom:2px;font-size:14px}.hero__feat-label span{color:#666;max-width:180px;font-size:12px;line-height:1.4}.hero__feat-sep{background:#eee;width:1px;height:40px}.anim-0{animation:.7s cubic-bezier(.22,1,.36,1) .15s forwards fadeUp}.anim-1{animation:.7s cubic-bezier(.22,1,.36,1) .3s forwards fadeUp}.anim-2{animation:.7s cubic-bezier(.22,1,.36,1) .45s forwards fadeUp}.anim-3{animation:.7s cubic-bezier(.22,1,.36,1) .6s forwards fadeUp}.anim-4{animation:.6s .75s forwards fadeUp}.anim-5{animation:.6s .85s forwards fadeUp}.anim-6{animation:.6s 1s forwards fadeUp}.anim-7{animation:.6s 1.15s forwards fadeUp}.anim-9{animation:.8s cubic-bezier(.22,1,.36,1) 1.3s forwards popUpCenter}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes popUpCenter{0%{opacity:0;transform:translate(-50%)translateY(40px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.hero__rotating-container{vertical-align:bottom;align-items:center;height:1.15em;display:inline-flex;position:relative;overflow:hidden}.hero__rotating-word{white-space:nowrap;opacity:0;will-change:transform, opacity;transition:transform .6s cubic-bezier(.16,1,.3,1),opacity .6s;position:absolute;top:0;left:0;transform:translateY(100%)}.hero__rotating-word.is-active{opacity:1;z-index:2;position:relative;transform:translateY(0)}.hero__rotating-word.is-exiting{opacity:0;z-index:1;position:absolute;transform:translateY(-100%)}.hero__rotating-word.is-hidden{opacity:0;z-index:0;transition:none;position:absolute;transform:translateY(100%)}@media (width<=1200px){.hero__features{flex-wrap:wrap;justify-content:center;gap:2rem;padding:1.5rem}.hero__feat-sep{display:none}}@media (width<=900px){.header{padding:1rem 2rem}.header__nav{display:none}.hero{flex-direction:column;height:auto;padding-top:100px;padding-bottom:4rem}.hero__img-container{clip-path:none;border-radius:0 0 40px 40px;width:100%;height:50vh;position:relative}.hero__content{max-width:100%;margin-top:2.5rem;padding:0 2rem}.hero__event-badge{border-radius:16px;flex-direction:column;align-items:flex-start;gap:.6rem;padding:12px 18px}.hero__badge-sep{display:none}.hero__heading{font-size:clamp(3rem,10vw,4rem)}.hero__stats{flex-wrap:wrap}.hero__features{width:90%;margin:3rem auto 0;animation:.8s 1.3s forwards fadeUp;position:relative;bottom:auto;left:auto;transform:none}}.marquee-container{color:#fff;white-space:nowrap;z-index:10;background-color:#ff4b3a;width:100%;padding:15px 0;display:flex;position:relative;overflow:hidden}.marquee-content{align-items:center;animation:25s linear infinite scrollMarquee;display:flex}.marquee-item{letter-spacing:.5px;text-transform:uppercase;font-size:18px;font-weight:500}.marquee-dot{opacity:.7;margin:0 30px;font-size:20px}@keyframes scrollMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee-content:hover{animation-play-state:paused}@media (width<=768px){.marquee-item{font-size:14px}.marquee-container{padding:10px 0}.marquee-dot{margin:0 15px}}*{box-sizing:border-box;margin:0;padding:0;font-family:Segoe UI,Roboto,Helvetica,Arial,sans-serif}body,html{width:100%;margin:0;padding:0;overflow-x:hidden}body{background-color:#f4f4f4;overflow-x:hidden}.app-container{width:100%;min-height:100vh;position:relative}.about-bento-section{background-color:#f4f5f7;justify-content:center;width:100%;padding:120px 0;display:flex}.about-bento-container{width:100%;max-width:1300px;margin:0 auto;padding:0 40px}.bento-grid{grid-template-columns:repeat(12,1fr);grid-auto-rows:minmax(min-content,max-content);gap:24px;display:grid}.bento-card{background-color:#fff;border:1px solid #0000000a;border-radius:32px;flex-direction:column;padding:48px;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 10px 40px #00000005}.bento-card:hover{transform:translateY(-4px);box-shadow:0 20px 50px #0000000f}.bento-intro{grid-column:span 7}.bento-image-card{grid-column:span 5;min-height:400px;padding:0;overflow:hidden}.bento-mission{grid-column:span 4;justify-content:center}.bento-eligibility{grid-column:span 8}.intro-header{margin-bottom:30px}.bento-badge{color:#ff4b3a;text-transform:uppercase;letter-spacing:1px;white-space:nowrap;background-color:#fff0ee;border-radius:20px;align-items:center;gap:8px;margin-bottom:20px;padding:8px 16px;font-size:.85rem;font-weight:700;display:inline-flex}.badge-icon{font-size:1.1rem}.bento-main-title{color:#1a1a1a;letter-spacing:-1.5px;font-size:3.5rem;font-weight:800;line-height:1.1}.bento-lead-description{color:#1a1a1a;margin-bottom:20px;font-size:1.3rem;font-weight:500;line-height:1.6}.bento-sub-description{color:#666;font-size:1.05rem;line-height:1.7}.bento-image{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.bento-image-card:hover .bento-image{transform:scale(1.05)}.dark-card{background-color:#111;border-color:#222}.bento-icon-wrapper{border-radius:16px;justify-content:center;align-items:center;width:55px;height:55px;margin-bottom:25px;display:flex}.red-tint{background-color:#ff4b3a26}.gray-tint{background-color:#f0f0f0}.bento-icon{color:#ff4b3a;font-size:1.8rem}.text-dark{color:#1a1a1a}.text-white{color:#fff!important}.text-light{color:#a0aab2!important}.bento-card-title{color:#1a1a1a;letter-spacing:-.5px;margin-bottom:15px;font-size:1.5rem;font-weight:700}.bento-card-text{color:#555;font-size:1.1rem;line-height:1.6}.bento-list{flex-direction:column;gap:20px;margin:0;padding:0;list-style:none;display:flex}.bento-list li{color:#444;align-items:flex-start;gap:16px;font-size:1.05rem;line-height:1.6;display:flex}.list-icon-box{color:#fff;background-color:#ff4b3a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-top:3px;font-size:.9rem;display:flex}@media (width<=1024px){.bento-intro{grid-column:span 12}.bento-image-card{grid-column:span 12;min-height:500px}.bento-mission{grid-column:span 5}.bento-eligibility{grid-column:span 7}}@media (width<=768px){.about-bento-section{padding:80px 0}.about-bento-container{padding:0 20px}.bento-card{border-radius:24px;padding:32px 24px}.bento-main-title{font-size:2.6rem}.bento-lead-description{font-size:1.15rem}.bento-badge{padding:6px 12px;font-size:.75rem}.bento-image-card{min-height:300px}.bento-mission,.bento-eligibility{grid-column:span 12}}.bento-card{opacity:0;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1),box-shadow .3s;transform:translateY(60px)scale(.96)}.bento-card.show-card{opacity:1;transform:translateY(0)scale(1)}.bento-image{animation:6s ease-in-out infinite floatImage}@keyframes floatImage{0%{transform:translateY(0)}50%{transform:translateY(-12px)}to{transform:translateY(0)}}.bento-image-card:hover .bento-image{animation-play-state:paused;transform:scale(1.05)}.why-premium-section{background-color:#f7f8fa;justify-content:center;width:100%;padding:100px 0;display:flex}.why-premium-container{width:100%;max-width:1200px;margin:0 auto;padding:0 40px}.why-header-wrapper{flex-direction:column;align-items:center;margin-bottom:60px;display:flex}.why-premium-heading{color:#1a1a1a;letter-spacing:-1px;text-align:center;margin-bottom:20px;font-size:3rem;font-weight:800}.heading-accent-line{background-color:#ff4b3a;border-radius:2px;width:60px;height:4px}.features-icon-grid{grid-template-columns:repeat(3,1fr);gap:30px;margin-bottom:100px;display:grid}.icon-feature-card{background-color:#fff;border:1px solid #0000000d;border-radius:16px;flex-direction:column;padding:40px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #00000005}.icon-feature-card:after{content:"";transform-origin:0;background-color:#ff4b3a;width:100%;height:4px;transition:transform .4s cubic-bezier(.16,1,.3,1);position:absolute;bottom:0;left:0;transform:scaleX(0)}.icon-feature-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000014}.icon-feature-card:hover:after{transform:scaleX(1)}.feature-icon-box{color:#ff4b3a;background-color:#fff0ee;border-radius:14px;justify-content:center;align-items:center;width:55px;height:55px;margin-bottom:24px;font-size:1.8rem;transition:all .4s;display:flex}.feature-icon-box svg{stroke-width:1.5px}.icon-feature-card:hover .feature-icon-box{color:#fff;background-color:#ff4b3a;transform:rotate(-5deg)scale(1.05)}.feature-card-title{color:#1a1a1a;margin-bottom:12px;font-size:1.3rem;font-weight:700;line-height:1.4}.feature-card-desc{color:#666;font-size:1rem;line-height:1.6}.minister-premium-card{background-color:#000;border-radius:30px;margin-bottom:120px;display:flex;position:relative;box-shadow:0 30px 60px #00000026}.minister-premium-text{border-radius:30px 0 0 30px;flex-direction:column;flex:1.2;justify-content:center;padding:60px 80px;display:flex;position:relative}.quote-mark{color:#ff4b3a26;pointer-events:none;font-family:Georgia,serif;font-size:8rem;line-height:1;position:absolute;top:40px;left:50px}.minister-premium-quote{color:#fff;z-index:2;margin-bottom:40px;font-size:1.35rem;font-weight:400;line-height:1.7;position:relative}.minister-premium-name{color:#ff4b3a;letter-spacing:-.5px;margin-bottom:8px;font-size:1.8rem;font-weight:700}.minister-premium-title{color:#a0aab2;text-transform:uppercase;letter-spacing:1px;font-size:.8rem;font-weight:600;line-height:1.6}.minister-premium-image-col{background-color:#0000;border-radius:0 30px 30px 0;flex:.8;justify-content:center;align-items:flex-end;display:flex;position:relative}.image-red-backdrop{background:linear-gradient(#0000,#ff4b3a33);border-radius:0 30px 30px 0;width:100%;height:60%;display:none;position:absolute;bottom:0;left:0}.minister-premium-img{object-fit:contain;z-index:2;transform-origin:bottom;width:90%;height:auto;max-height:140%;display:block;position:relative;bottom:0;transform:scale(1.35)}.officials-premium-grid{grid-template-columns:repeat(3,1fr);gap:30px;padding-top:60px;display:grid}.official-avatar-card{background-color:#fff;border:1px solid #00000008;border-radius:20px;flex-direction:column;align-items:center;padding:0 30px 40px;transition:transform .3s;display:flex;position:relative;box-shadow:0 15px 35px #0000000a}.official-avatar-card:hover{transform:translateY(-8px)}.avatar-wrapper{background-color:#fff;border-radius:50%;width:130px;height:130px;margin-bottom:-40px;padding:6px;transform:translateY(-50%);box-shadow:0 10px 25px #0000001a}.official-avatar-img,.avatar-placeholder{object-fit:cover;background-color:#f0f0f0;border-radius:50%;width:100%;height:100%}.official-card-body{text-align:center;flex-direction:column;align-items:center;display:flex}.official-card-name{color:#1a1a1a;margin-bottom:8px;font-size:1.4rem;font-weight:800}.official-card-title{color:#ff4b3a;text-transform:uppercase;letter-spacing:.5px;margin-bottom:20px;font-size:.75rem;font-weight:700;line-height:1.5}.official-quote-divider{background-color:#eaeaea;width:40px;height:2px;margin-bottom:20px}.official-card-quote{color:#666;font-size:.95rem;font-style:italic;line-height:1.7}@media (width<=1024px){.features-icon-grid{grid-template-columns:repeat(2,1fr)}.minister-premium-card{flex-direction:column}.minister-premium-text{border-radius:30px 30px 0 0;padding:50px 40px}.minister-premium-image-col{border-radius:0 0 30px 30px;padding-top:40px}.image-red-backdrop{border-radius:0 0 30px 30px}.minister-premium-img{transform:scale(1.2)}.officials-premium-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.why-premium-section{padding:80px 0}.why-premium-container{padding:0 20px}.why-premium-heading{font-size:2.4rem}.features-icon-grid{grid-template-columns:1fr;margin-bottom:60px}.minister-premium-card{border-radius:20px;margin-bottom:100px}.quote-mark{font-size:6rem;top:20px;left:20px}.minister-premium-text{padding:40px 25px}.minister-premium-quote{font-size:1.15rem}.minister-premium-name{font-size:1.5rem}.officials-premium-grid{grid-template-columns:1fr;gap:70px}}.services-section{color:#1a1a1a;background-color:#fcfcfc;justify-content:center;padding:5rem 2rem;font-family:Inter,sans-serif;display:flex}.services-container{grid-template-columns:1fr 1.2fr;align-items:center;gap:4rem;width:100%;max-width:1280px;display:grid}.services-left{flex-direction:column;gap:2rem;display:flex}.eyebrow-container{flex-direction:column;gap:.5rem;margin-bottom:1rem;display:flex}.services-eyebrow{color:#da291c;letter-spacing:.1em;text-transform:uppercase;font-size:.85rem;font-weight:700}.eyebrow-line{background-color:#da291c;width:40px;height:2px}.services-heading{color:#0b132b;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.services-heading .text-red{color:#da291c}.services-description{color:#555;max-width:85%;font-size:1.05rem;line-height:1.6}.services-graphic{justify-content:center;align-items:center;width:100%;margin:1rem 0;display:flex}.graphic-img{object-fit:contain;border-radius:20px;width:100%;max-width:560px;height:auto}.commitment-card{background-color:#fff;border:1px solid #00000008;border-radius:12px;align-items:flex-start;gap:1.25rem;padding:1.5rem;display:flex;box-shadow:0 10px 30px #0000000d}.commitment-icon{color:#da291c;background:#da291c14;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;padding:.75rem;font-size:2.2rem;display:flex}.commitment-content h4{color:#0b132b;margin:0 0 .5rem;font-size:1rem;font-weight:700}.commitment-content p{color:#666;margin:0;font-size:.85rem;line-height:1.5}.services-right{background-color:#080f1e;border-radius:24px;padding:2.5rem 3rem;box-shadow:0 20px 50px #00000026}.timeline-container{flex-direction:column;gap:1.25rem;display:flex;position:relative}.timeline-line{z-index:1;background-color:#ffffff26;width:1px;position:absolute;top:25px;bottom:25px;left:17px}.service-item{z-index:2;cursor:pointer;align-items:center;gap:1.5rem;display:flex;position:relative}.timeline-node{color:#fff;z-index:2;background-color:#3b171a;border:4px solid #080f1e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.85rem;font-weight:700;transition:all .3s;display:flex}.timeline-node.active{background-color:#da291c;box-shadow:0 0 15px #da291c66}.service-card{background:linear-gradient(90deg,#111827 60%,#1a1622 100%);border:1px solid #ffffff08;border-radius:16px;flex:1;align-items:center;gap:1.25rem;padding:1.25rem 1.5rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.service-card.active{background:linear-gradient(90deg,#111827 40%,#4a171a 100%);border:1px solid #da291c26;transform:translate(5px)}.card-icon-wrapper{color:#a0aec0;background-color:#1a2235;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:45px;height:45px;font-size:1.3rem;transition:all .3s;display:flex}.service-card.active .card-icon-wrapper{color:#fff;background-color:#da291c;box-shadow:0 4px 15px #da291c4d}.card-text{flex-direction:column;flex:1;gap:.3rem;display:flex}.card-title{color:#fff;margin:0;font-size:1.05rem;font-weight:600;transition:color .3s}.card-desc{color:#8b9bb4;margin:0;font-size:.85rem;line-height:1.4}.service-card.active .card-desc{color:#cbd5e1}.card-chevron{color:#a0aec0;justify-content:center;align-items:center;font-size:1.2rem;transition:all .3s;display:flex}.service-card.active .card-chevron{color:#fff;transform:translate(4px)}@media (width<=1024px){.services-container{grid-template-columns:1fr;gap:3rem}.services-heading{font-size:2.8rem}.services-right{padding:2rem}}@media (width<=640px){.services-section{padding:3rem 1.5rem}.services-heading{font-size:2.2rem}.services-right{padding:1.5rem 1rem}.service-card{flex-direction:column;align-items:flex-start;padding:1.25rem}.card-chevron{position:absolute;top:1.25rem;right:1.25rem}.timeline-line{left:17px}}.services-left{opacity:0;transition:opacity 1s cubic-bezier(.16,1,.3,1),transform 1s cubic-bezier(.16,1,.3,1);transform:translate(-80px)}.services-left.show-element{opacity:1;transform:translate(0)}.service-item{opacity:0;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transform:translate(60px)}.service-item.show-element{opacity:1;transform:translate(0)}.timeline-line{transform-origin:top;transition:transform 1.8s cubic-bezier(.16,1,.3,1);transform:scaleY(0)}.services-section:has(.show-element) .timeline-line{transform:scaleY(1)}.timeline-node{transition:transform .5s cubic-bezier(.34,1.56,.64,1);transform:scale(0)}.service-item.show-element .timeline-node{transform:scale(1)}.graphic-img{animation:7s ease-in-out infinite floatingGraphic}@keyframes floatingGraphic{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}.commitment-card{opacity:0;transition:opacity 1s,transform 1s;transform:translateY(40px)}.services-left.show-element .commitment-card{opacity:1;transition-delay:.6s;transform:translateY(0)}.service-card{transition:transform .4s,box-shadow .4s,border-color .4s}.service-card:hover{transform:translate(12px)}.card-icon-wrapper{transition:transform .5s}.service-card:hover .card-icon-wrapper{transform:rotate(8deg)scale(1.15)}.universities-grid-section{text-align:center;background-color:#f8f8f8;padding:50px 20px}.universities-container{max-width:1200px;margin:0 auto}.universities-heading{margin-bottom:10px;font-size:2.5rem}.universities-subtitle{color:#555;margin-bottom:40px}.universities-floating-grid{background-color:#0000;flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.uni-floating-card{box-sizing:border-box;background-color:#fff;border:1px solid #e0e0e0;border-radius:12px;justify-content:center;align-items:center;width:calc(25% - 12px);min-height:150px;padding:40px 20px;display:flex}.uni-logo-img{object-fit:contain;max-width:80%;max-height:80px}.logo-placeholder-text{color:#333;font-weight:700}@media (width<=1100px){.uni-floating-card{width:calc(33.333% - 11px)}}@media (width<=768px){.uni-floating-card{width:calc(50% - 8px);min-height:120px}}@media (width<=480px){.uni-floating-card{width:calc(50% - 8px)}}.universities-header{opacity:1;transform:translateY(0)}.uni-floating-card{opacity:1;transition:box-shadow .4s;transform:translateY(0)scale(1)}.uni-floating-card:hover{transform:translateY(-10px)scale(1.05);box-shadow:0 20px 50px #00000014}.uni-logo-img{transition:transform .4s,filter .4s}.uni-floating-card:hover .uni-logo-img{transform:scale(1.08)}@media (width<=768px){.uni-floating-card:hover{transform:none}.uni-logo-img{max-width:90%}}.dest-pulse-section{background-color:#fff;width:100%;padding:80px 0;overflow:hidden}.dest-header{text-align:center;margin-bottom:50px}.dest-title{color:#1a1a1a;margin-bottom:15px;font-size:2.8rem;font-weight:800}.accent-bar{background:#ff4b3a;width:50px;height:4px;margin:0 auto 20px}.pulse-rows{flex-direction:column;gap:20px;display:flex}.pulse-scroller{will-change:transform;width:max-content;display:flex}.pulse-scroller>.pulse-card{margin-right:20px}.pulse-scroller.left-to-right{animation:12s linear infinite scrollLeftToRight}.pulse-scroller.right-to-left{animation:12s linear infinite scrollRightToLeft}@keyframes scrollLeftToRight{0%{transform:translate(-25%)}to{transform:translate(0)}}@keyframes scrollRightToLeft{0%{transform:translate(0)}to{transform:translate(-25%)}}.pulse-card{background:#f8f9fa;border:1px solid #eef0f2;border-radius:20px;flex-shrink:0;align-items:center;gap:15px;width:220px;padding:20px 30px;text-decoration:none;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex}.pulse-card:hover{background:#fff;border-color:#ff4b3a;transform:translateY(-8px);box-shadow:0 15px 30px #ff4b3a1a}.pulse-flag{border-radius:50%;width:40px;height:40px;overflow:hidden}.pulse-flag img{object-fit:cover;width:100%;height:100%}.pulse-name{color:#1a1a1a;flex-grow:1;font-weight:700}.pulse-arrow{opacity:0;color:#ff4b3a;transition:all .3s}.pulse-card:hover .pulse-arrow{opacity:1;transform:translate(5px)}.sneak-peek-section{background-color:#fff;flex-direction:column;align-items:center;width:100%;padding:100px 0;display:flex;overflow:hidden}.sneak-peek-header{text-align:center;flex-direction:column;align-items:center;margin-bottom:60px;padding:0 20px;display:flex}.sneak-peek-title{color:#1a1a1a;letter-spacing:-1px;margin-bottom:15px;font-size:3rem;font-weight:800}.heading-accent-line{background-color:#ff4b3a;border-radius:2px;width:60px;height:4px;margin-bottom:20px}.sneak-peek-subtitle{color:#666;font-size:1.15rem;font-weight:500}.sneak-scroller-container{flex-direction:column;gap:24px;width:100%;max-width:1800px;display:flex;position:relative}.sneak-fade-left,.sneak-fade-right{z-index:5;pointer-events:none;width:200px;height:100%;position:absolute;top:0}.sneak-fade-left{background:linear-gradient(90deg,#fff 0%,#fff0 100%);left:0}.sneak-fade-right{background:linear-gradient(270deg,#fff 0%,#fff0 100%);right:0}.sneak-marquee-track{gap:24px;width:max-content;padding:10px 0;display:flex}.sneak-scroll-left{animation:45s linear infinite sneakScrollLeft}.sneak-scroll-right{animation:45s linear infinite sneakScrollRight;transform:translate(-33.33%)}.sneak-scroller-container:hover .sneak-marquee-track{animation-play-state:paused}@keyframes sneakScrollLeft{0%{transform:translate(0)}to{transform:translate(-33.333%)}}@keyframes sneakScrollRight{0%{transform:translate(-33.333%)}to{transform:translate(0)}}.sneak-photo-card{cursor:pointer;background-color:#f4f5f7;border-radius:16px;flex-shrink:0;width:380px;height:240px;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;box-shadow:0 5px 15px #0000000d}.sneak-photo-card:hover{z-index:2;transform:translateY(-8px)scale(1.02);box-shadow:0 20px 40px #00000026}.sneak-photo-img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.sneak-photo-card:hover .sneak-photo-img{transform:scale(1.08)}.sneak-placeholder{color:#a0aab2;background-color:#fdfdfd;border:2px dashed #eaeaea;border-radius:16px;justify-content:center;align-items:center;width:100%;height:100%;font-size:1.1rem;font-weight:600;display:flex}@media (width<=1024px){.sneak-photo-card{width:320px;height:210px}}@media (width<=768px){.sneak-peek-section{padding:80px 0}.sneak-peek-title{font-size:2.4rem}.sneak-photo-card{width:260px;height:180px}.sneak-fade-left,.sneak-fade-right{width:60px}}.stats-section{box-sizing:border-box;background:#fff;justify-content:center;align-items:center;width:100%;padding:28px 24px;display:flex;position:relative;overflow:hidden}.stats-content{z-index:1;width:100%;max-width:900px;position:relative}.stats-cards{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.stats-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:14px;min-width:200px;max-width:260px;padding:32px 24px;display:flex;box-shadow:0 4px 16px #28140a0f}.stats-card-info{flex-direction:column;align-items:center;gap:6px;display:flex}.stats-card-icon{color:#ff5b48;font-size:52px;display:flex}.stats-card-value{color:#161616;font-size:36px;font-weight:800}.stats-card-label{color:#161616;font-size:18px;font-weight:600}@media (width<=768px){.stats-section{padding:16px 12px}.stats-cards{flex-flow:wrap;justify-content:center;gap:8px}.stats-card{flex-direction:column;flex:0 30%;justify-content:center;align-items:center;gap:6px;width:auto;min-width:auto;max-width:180px;padding:14px 8px}.stats-card-icon{order:0;font-size:36px}.stats-card-info{order:0;align-items:center;gap:2px}.stats-card-value{font-size:22px}.stats-card-label{font-size:12px}}.footer-stack{background-color:#0f0f0f;border-top:1px solid #222;padding:60px 40px 40px}.footer-inner{max-width:1200px;margin:0 auto}.footer-header{color:#fff;letter-spacing:1px;text-transform:uppercase;margin-bottom:30px;font-size:.95rem;font-weight:800}.footer-columns{justify-content:space-between;align-items:flex-start;gap:40px;margin-bottom:40px;display:flex}.footer-column{flex:1;min-width:280px}.footer-column.map-column{flex:1.2;min-width:300px}.footer-logo-container{background-color:#fff;border-radius:12px;align-items:center;width:fit-content;max-width:100%;height:120px;margin-bottom:20px;padding:12px 24px;display:flex}.footer-logo{object-fit:contain;width:auto;height:auto;max-height:100%}.footer-org-title{color:#fff;letter-spacing:-.2px;text-transform:uppercase;margin-bottom:12px;font-size:.95rem;font-weight:800;line-height:1.4}.footer-address{color:#888;margin-bottom:14px;font-size:.9rem;line-height:1.6}.footer-contact-email{color:#888;font-size:.9rem;font-weight:500}.footer-contact-email a{color:#ff4b3a;border-bottom:1px solid #ff4b3a33;margin-left:2px;font-weight:700;text-decoration:none;transition:all .2s}.footer-contact-email a:hover{color:#f32;border-bottom-color:#f32}.footer-map-container{background-color:#222;border:1px solid #222;border-radius:12px;width:100%;height:200px;overflow:hidden;box-shadow:0 4px 20px #0000004d}.footer-map-container iframe{display:block}.footer-divider{background-color:#222;height:1px;margin:30px 0 25px}.footer-bottom{justify-content:space-between;align-items:center;gap:20px;display:flex}.footer-copy{color:#555;font-size:.9rem;font-weight:500}.footer-stat-card{text-align:center;background-color:#161616;border:1px solid #222;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;min-width:220px;padding:16px 24px;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 4px 15px #0003}.footer-stat-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0006}.footer-stat-number{color:#ff4b3a;font-size:2.2rem;font-weight:800;line-height:1.1;display:block}.footer-stat-label{letter-spacing:1px;color:#666;text-transform:uppercase;margin-top:4px;font-size:.65rem;font-weight:700;display:block}@media (width<=1024px){.footer-columns{gap:30px}.footer-column.map-column{min-width:280px}}@media (width<=768px){.footer-stack{padding:50px 20px 30px}.footer-columns{flex-direction:column;gap:40px}.footer-column{width:100%;min-width:100%}.footer-logo-container{justify-content:flex-start}.footer-map-container{height:220px}.footer-bottom{text-align:center;flex-direction:column-reverse;gap:30px}.footer-stat-card{width:100%;max-width:320px;margin:0 auto}}.scroll-popup{z-index:9999;opacity:0;visibility:hidden;background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;width:280px;padding:28px 24px 24px;font-family:Inter,sans-serif;transition:opacity .4s cubic-bezier(.16,1,.3,1),transform .4s cubic-bezier(.16,1,.3,1),visibility .4s;position:fixed;bottom:24px;right:24px;transform:translateY(30px)scale(.95);box-shadow:0 12px 40px #0000001f,0 1px 4px #0000000a}.scroll-popup.scroll-popup--visible{opacity:1;visibility:visible;transform:translateY(0)scale(1)}.scroll-popup__close{color:#a0aec0;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:6px;transition:background-color .2s,color .2s;display:flex;position:absolute;top:8px;right:8px}.scroll-popup__close:hover{color:#4a5568;background-color:#f7fafc}.scroll-popup__content{flex-direction:column;align-items:stretch;gap:16px;display:flex}.scroll-popup__item{align-items:center;gap:14px;display:flex}.scroll-popup__icon-wrapper{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:transform .3s;display:flex}.scroll-popup__item:hover .scroll-popup__icon-wrapper{transform:scale(1.05)}.scroll-popup__icon-wrapper--students{color:#2563eb;background-color:#eff6ff}.scroll-popup__icon-wrapper--participants{color:#ea580c;background-color:#fff7ed}.scroll-popup__text{flex-direction:column;display:flex}.scroll-popup__number{color:#1a202c;letter-spacing:-.5px;font-feature-settings:"tnum";font-size:1.4rem;font-weight:800;line-height:1.1}.scroll-popup__label{color:#718096;text-transform:uppercase;letter-spacing:.5px;margin-top:3px;font-size:.7rem;font-weight:600}.scroll-popup__divider{background-color:#edf2f7;width:100%;height:1px}@media (width<=640px){.scroll-popup{border-radius:12px;width:calc(100% - 32px);max-width:320px;padding:24px 20px 20px;bottom:20px;left:50%;right:auto;transform:translate(-50%,20px)scale(.98)}.scroll-popup.scroll-popup--visible{transform:translate(-50%)scale(1)}}.cs-wrapper{color:#09090b;background-color:#fafafa;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:3rem 1.5rem 4rem;font-family:Inter,sans-serif;display:flex;position:relative;overflow:hidden}.cs-wrapper .nb{width:100%!important;height:auto!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:0 0!important;border:none!important;border-radius:0!important;justify-content:center!important;align-items:center!important;margin:0 0 2rem!important;padding:0!important;display:flex!important;position:relative!important;top:0!important;left:0!important;right:0!important}.cs-wrapper .nb__brand{flex-direction:column!important;align-items:center!important;gap:1rem!important;margin:0 auto!important;display:flex!important}.cs-wrapper .nb__logo{object-fit:contain!important;border-radius:0!important;width:280px!important;max-width:100%!important;height:auto!important;max-height:180px!important}.cs-wrapper .nb__brand-text{text-align:center!important;align-items:center!important}.cs-wrapper .nb__name{color:#09090b!important;letter-spacing:.1em!important;font-size:16px!important}.cs-wrapper .nb__sub{color:#71717a!important;font-size:11px!important}.cs-grid-overlay{z-index:1;pointer-events:none;background-image:radial-gradient(#ff4b3a05 1.5px,#0000 1.5px),radial-gradient(#09090b04 1.5px,#0000 1.5px);background-position:0 0,16px 16px;background-size:32px 32px;width:100%;height:100%;position:absolute;top:0;left:0}.cs-blob{filter:blur(120px);z-index:1;opacity:.25;mix-blend-mode:multiply;pointer-events:none;border-radius:50%;position:absolute}.cs-blob--1{background:radial-gradient(circle,#ff4b3a26 0%,#fff0 70%);width:500px;height:500px;animation:20s ease-in-out infinite alternate cs-float-one;top:-10%;right:-5%}.cs-blob--2{background:radial-gradient(circle,#09090b14 0%,#fff0 70%);width:600px;height:600px;animation:25s ease-in-out infinite alternate cs-float-two;bottom:-10%;left:-5%}@keyframes cs-float-one{0%{transform:translate(0)scale(1)}50%{transform:translate(-40px,60px)scale(1.05)}to{transform:translate(-80px,10px)scale(.95)}}@keyframes cs-float-two{0%{transform:translate(0)scale(1)}50%{transform:translate(50px,-50px)scale(.95)}to{transform:translate(100px,-10px)scale(1.05)}}.cs-container{z-index:5;flex-direction:column;align-items:center;gap:3.5rem;width:100%;max-width:900px;display:flex;position:relative}.cs-main{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:840px;animation:1s cubic-bezier(.16,1,.3,1) both cs-fade-in-up;display:flex}.cs-badge{color:#ff4b3a;letter-spacing:2px;background:#ff4b3a0f;border:1px solid #ff4b3a40;border-radius:50px;margin-bottom:1.75rem;padding:6px 16px;font-size:11px;font-weight:700;display:inline-block}.cs-title{color:#09090b;letter-spacing:-1.5px;margin-bottom:1.5rem;font-family:Inter,sans-serif;font-size:3.5rem;font-weight:900;line-height:1.15}.cs-accent{color:#ff4b3a;display:inline-block;position:relative}.cs-accent:after{content:"";z-index:-1;background-color:#ff4b3a1f;border-radius:10px;width:100%;height:6px;position:absolute;bottom:8px;left:0}.cs-subtitle{color:#4b5563;letter-spacing:-.2px;max-width:720px;font-size:1.15rem;font-weight:400;line-height:1.75}.cs-info-bar{background:#fff;border:1px solid #09090b0d;border-radius:16px;grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%;padding:2rem;animation:1.2s cubic-bezier(.16,1,.3,1) both cs-fade-in-up;display:grid;box-shadow:0 5px 20px #09090b04}.cs-info-item{align-items:flex-start;gap:1rem;display:flex}.cs-info-icon{color:#ff4b3a;background-color:#ff4b3a0f;border-radius:10px;flex-shrink:0;padding:10px;font-size:1.25rem}.cs-info-content h4{color:#71717a;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-size:12px;font-weight:700}.cs-info-content p,.cs-info-content a{color:#1f2937;font-size:14px;font-weight:500;line-height:1.45;text-decoration:none}.cs-info-content a:hover{color:#ff4b3a;text-decoration:underline}.cs-preview-wrapper{animation:1.3s cubic-bezier(.16,1,.3,1) both cs-fade-in-up}.cs-preview-btn{color:#ff4b3a;cursor:pointer;letter-spacing:.5px;text-transform:uppercase;background:#ff4b3a0d;border:1.5px dashed #ff4b3a66;border-radius:8px;padding:8px 18px;font-size:11px;font-weight:700;transition:all .3s}.cs-preview-btn:hover{color:#fff;background:#ff4b3a;border-style:solid;box-shadow:0 4px 12px #ff4b3a33}.cs-social-container{flex-direction:column;align-items:center;gap:.75rem;animation:1.3s cubic-bezier(.16,1,.3,1) both cs-fade-in-up;display:flex}.cs-social-title{color:#71717a;text-transform:uppercase;letter-spacing:1.5px;font-size:11px;font-weight:700}.cs-socials{gap:.75rem;display:flex}.cs-social-link{color:#09090b;background:#fff;border:1px solid #09090b14;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.05rem;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.cs-social-link:hover{color:#fff;background:#ff4b3a;border-color:#ff4b3a;transform:translateY(-2px);box-shadow:0 6px 15px #ff4b3a40}@keyframes cs-fade-in-down{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes cs-fade-in-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (width<=900px){.cs-info-bar{grid-template-columns:1fr;gap:1.75rem;padding:1.75rem}.cs-title{font-size:2.75rem}}@media (width<=600px){.cs-wrapper{padding:140px 1rem 2.5rem}.cs-container{gap:2rem}.cs-title{letter-spacing:-.75px;font-size:2.25rem}.cs-subtitle{font-size:.95rem}}
