.see-more-button{position:relative;display:inline-block;padding:.5rem 1.5rem;font-size:1rem;color:#fff;text-decoration:none;overflow:hidden;transition:all 2s ease}.see-more-button:hover{color:#2c64f2;text-decoration:underline;text-underline-offset:5px}.footer{background-color:#2c2c2c;color:#fff;padding:4rem 0 1.5rem;margin-top:auto}.footer .container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:1024px){.footer .container{padding:0 2rem}}.footer__content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-bottom:3rem}.footer__section{display:flex;flex-direction:column}.footer__title{font-size:1.5rem;font-weight:700;color:#2c64f2;margin-bottom:1rem}.footer__subtitle{font-size:1.125rem;font-weight:600;color:#fff;margin-bottom:1rem}.footer__description{color:#7f8c8d;line-height:1.6;margin-bottom:1.5rem}.footer__social{display:flex;gap:1rem}.footer__social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:hsla(0,0%,100%,.1);border-radius:9999px;color:#fff;transition:.3s ease-in-out}.footer__social-link:hover{background-color:#2c64f2;transform:translateY(-2px)}.footer__social-icon{width:20px;height:20px}.footer__links{list-style:none;padding:0;margin:0}.footer__links li{margin-bottom:.5rem}.footer__links li a{color:#7f8c8d;transition:.15s ease-in-out}.footer__links li a:hover{color:#2c64f2}.footer__schedule{color:#7f8c8d;line-height:1.6}.footer__schedule p{margin-bottom:.5rem}.footer__contact{color:#7f8c8d;line-height:1.6}.footer__contact p{margin-bottom:.5rem}.footer__bottom{border-top:1px solid hsla(0,0%,100%,.1);padding-top:1.5rem;text-align:center}.footer__bottom p{color:#95a5a6;font-size:.875rem;margin:0}.communication-layout{min-height:100vh;display:flex;flex-direction:column}.communication-layout .main-content{flex:1 1}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.animate-on-scroll{opacity:0;transition:all .6s ease-out}.animate-on-scroll.visible{opacity:1}.animate-on-scroll.fade-in-up{transform:translateY(30px)}.animate-on-scroll.fade-in-up.visible{transform:translateY(0);animation:fadeInUp .6s ease-out forwards}.animate-on-scroll.fade-in-down{transform:translateY(-30px)}.animate-on-scroll.fade-in-down.visible{transform:translateY(0);animation:fadeInDown .6s ease-out forwards}.animate-on-scroll.fade-in-left{transform:translateX(-30px)}.animate-on-scroll.fade-in-left.visible{transform:translateX(0);animation:fadeInLeft .6s ease-out forwards}.animate-on-scroll.fade-in-right{transform:translateX(30px)}.animate-on-scroll.fade-in-right.visible{transform:translateX(0);animation:fadeInRight .6s ease-out forwards}.animate-on-scroll.fade-in.visible{animation:fadeIn .6s ease-out forwards}.animate-on-scroll.scale-in{transform:scale(.9)}.animate-on-scroll.scale-in.visible{transform:scale(1);animation:scaleIn .6s ease-out forwards}.animate-on-scroll.slide-in-bottom{transform:translateY(50px)}.animate-on-scroll.slide-in-bottom.visible{transform:translateY(0);animation:slideInFromBottom .6s ease-out forwards}.stagger-animation .stagger-item{opacity:0;transform:translateY(20px);transition:all .5s ease-out}.stagger-animation .stagger-item.visible{opacity:1;transform:translateY(0)}.stagger-animation .stagger-item:first-child{transition-delay:0s}.stagger-animation .stagger-item:nth-child(2){transition-delay:.1s}.stagger-animation .stagger-item:nth-child(3){transition-delay:.2s}.stagger-animation .stagger-item:nth-child(4){transition-delay:.3s}.stagger-animation .stagger-item:nth-child(5){transition-delay:.4s}.stagger-animation .stagger-item:nth-child(6){transition-delay:.5s}.stats-animation .stat-item{opacity:0;transform:translateY(30px) scale(.9);transition:all .6s ease-out}.stats-animation .stat-item.visible{opacity:1;transform:translateY(0) scale(1)}.stats-animation .stat-item:first-child{transition-delay:0s}.stats-animation .stat-item:nth-child(2){transition-delay:.15s}.stats-animation .stat-item:nth-child(3){transition-delay:.3s}.stats-animation .stat-item:nth-child(4){transition-delay:.45s}.section-header.animate-on-scroll.fade-in-up .section-title{opacity:0;transform:translateY(20px);transition:all .6s ease-out}.section-header.animate-on-scroll.fade-in-up .section-subtitle{opacity:0;transform:translateY(20px);transition:all .6s ease-out .2s}.section-header.animate-on-scroll.fade-in-up.visible .section-subtitle,.section-header.animate-on-scroll.fade-in-up.visible .section-title{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.animate-on-scroll,.stagger-animation .stagger-item,.stats-animation .stat-item{animation:none!important;transition:opacity .3s ease-out!important;transform:none!important}}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:Geist,-apple-system,BlinkMacSystemFont,sans-serif;background-color:#1a1a1a;color:#fff;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}button{font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:1024px){.container{padding:0 2rem}}.flex-center{justify-content:center}.flex-between,.flex-center{display:flex;align-items:center}.flex-between{justify-content:space-between}.btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;border:none;border-radius:.5rem;font-weight:500;text-decoration:none;cursor:pointer;transition:.3s ease-in-out}.btn-primary:hover{transform:translateY(-2px)}.btn-primary:active{transform:translateY(0)}.btn-primary{background-color:#2c64f2;color:#fff}.btn-primary:hover{background-color:rgb(13.6383928571,72.3883928571,221.3616071429)}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;border:none;border-radius:.5rem;font-weight:500;text-decoration:none;cursor:pointer;transition:.3s ease-in-out}.btn-secondary:hover{transform:translateY(-2px)}.btn-secondary:active{transform:translateY(0)}.btn-secondary{background-color:rgba(0,0,0,0);color:#fff;border:2px solid #2c64f2}.btn-secondary:hover{background-color:#2c64f2;color:#000}.text-center{text-align:center}.mb-sm{margin-bottom:.5rem}.mb-md{margin-bottom:1rem}.mb-lg{margin-bottom:1.5rem}.mb-xl{margin-bottom:2rem}.mt-sm{margin-top:.5rem}.mt-md{margin-top:1rem}.mt-lg{margin-top:1.5rem}.mt-xl{margin-top:2rem}.p-sm{padding:.5rem}.p-md{padding:1rem}.p-lg{padding:1.5rem}.p-xl{padding:2rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}.animate-fade-in-up{animation:fadeInUp .6s ease-out}.animate-fade-in{animation:fadeIn .6s ease-out}.animate-slide-in-left{animation:slideInLeft .6s ease-out}.animate-slide-in-right{animation:slideInRight .6s ease-out}