.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}.checkbox-wrapper{position:relative;margin-bottom:.5rem}.checkbox-wrapper.error .checkbox-custom{border-color:#e74c3c}.checkbox-wrapper.error .checkbox-label{color:#e74c3c}.checkbox-wrapper.outlined .checkbox-custom{border-width:2px;background-color:rgba(0,0,0,0)}.checkbox-wrapper.sm .checkbox-custom{width:16px;height:16px}.checkbox-wrapper.sm .checkbox-custom svg{width:12px;height:12px}.checkbox-wrapper.sm .checkbox-label{font-size:.875rem}.checkbox-wrapper.md .checkbox-custom{width:20px;height:20px}.checkbox-wrapper.md .checkbox-custom svg{width:14px;height:14px}.checkbox-wrapper.lg .checkbox-custom{width:24px;height:24px}.checkbox-wrapper.lg .checkbox-custom svg{width:16px;height:16px}.checkbox-wrapper.lg .checkbox-label{font-size:1.125rem}.checkbox-container{display:flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.checkbox-container input[type=checkbox]{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkbox-container input[type=checkbox]:checked~.checkbox-custom{background-color:#2c64f2;border-color:#2c64f2}.checkbox-container input[type=checkbox]:checked~.checkbox-custom svg{opacity:1;transform:scale(1)}.checkbox-container input[type=checkbox]:disabled~.checkbox-custom{background-color:#7f8c8d;border-color:#34495e;cursor:not-allowed}.checkbox-container input[type=checkbox]:disabled~.checkbox-label{color:#95a5a6;cursor:not-allowed}.checkbox-custom{position:relative;width:20px;height:20px;background-color:#fff;border:1px solid #95a5a6;border-radius:.25rem;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.checkbox-custom svg{color:#fff;opacity:0;transform:scale(.8);transition:all .2s ease}.checkbox-custom:hover{border-color:#2c64f2}.checkbox-label{color:#7f8c8d;font-size:1rem;transition:color .2s ease}.helper-text{color:#95a5a6}.error-text,.helper-text{margin-top:.25rem;font-size:.875rem}.error-text{color:#e74c3c}