.handbook-module__Egn6HG__page-header{background:var(--dark-blue);color:var(--white);text-align:center;padding:8rem 2rem 4rem}.handbook-module__Egn6HG__page-header h1{margin-bottom:1rem;font-size:3rem}.handbook-module__Egn6HG__page-header p{opacity:.9;max-width:800px;margin:0 auto;font-size:1.2rem}.handbook-module__Egn6HG__handbook-badges{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1.5rem;display:flex}.handbook-module__Egn6HG__book-section{background:var(--white);padding:4rem 2rem}.handbook-module__Egn6HG__book-container{grid-template-columns:1fr 2fr;align-items:start;gap:4rem;max-width:1000px;margin:0 auto;display:grid}.handbook-module__Egn6HG__book-image{justify-content:center;display:flex;position:-webkit-sticky;position:sticky;top:6rem}.handbook-module__Egn6HG__book-cover{border-radius:5px;width:100%;max-width:300px;box-shadow:0 20px 40px rgba(0,0,0,.3)}.handbook-module__Egn6HG__book-cover img{border-radius:5px;width:100%;transition:transform .3s}.handbook-module__Egn6HG__book-features{margin-bottom:2rem;list-style:none}.handbook-module__Egn6HG__book-features li{padding:.5rem 0 .5rem 2rem;position:relative}.handbook-module__Egn6HG__book-features li:before{content:"✓";color:var(--dark-red);font-weight:700;position:absolute;left:0}.handbook-module__Egn6HG__buy-buttons{flex-wrap:wrap;gap:1rem;margin:2rem 0;display:flex}.handbook-module__Egn6HG__buy-button{background:var(--dark-red);color:var(--white);border-radius:5px;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:all .3s}.handbook-module__Egn6HG__buy-button:hover{opacity:.9;transform:translateY(-3px);box-shadow:0 10px 20px rgba(0,0,0,.2)}.handbook-module__Egn6HG__toc-section{background:var(--light-gray);border-radius:10px;margin:2rem 0;padding:3rem 2rem}.handbook-module__Egn6HG__toc-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:1.5rem;display:grid}.handbook-module__Egn6HG__toc-column h4{color:var(--dark-red);margin-bottom:1rem}.handbook-module__Egn6HG__toc-column ul,.handbook-module__Egn6HG__toc-column ol{list-style:none}.handbook-module__Egn6HG__toc-column li{color:var(--text-gray);padding:.3rem 0}.handbook-module__Egn6HG__contributors-section{background:var(--light-gray);padding:4rem 2rem}.handbook-module__Egn6HG__contributors-container{max-width:1200px;margin:0 auto}.handbook-module__Egn6HG__contributors-container h2{text-align:center;color:var(--dark-blue);margin-bottom:1rem;font-size:2.5rem}.handbook-module__Egn6HG__contributors-subtitle{text-align:center;max-width:800px;color:var(--silver);margin:0 auto 3rem}.handbook-module__Egn6HG__contributors-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.handbook-module__Egn6HG__contributor-card{background:var(--white);text-align:center;cursor:pointer;border:2px solid transparent;border-radius:10px;padding:2rem;transition:all .3s}.handbook-module__Egn6HG__contributor-card:hover{border-color:var(--dark-red);transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.1)}.handbook-module__Egn6HG__contributor-avatar{background:var(--dark-blue);width:100px;height:100px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1rem;font-size:2.5rem;font-weight:700;display:flex}.handbook-module__Egn6HG__contributor-card h3{color:var(--dark-blue);margin-bottom:.5rem;font-size:1.3rem}.handbook-module__Egn6HG__contributor-card .handbook-module__Egn6HG__role{color:var(--silver);margin-bottom:1rem;font-size:.95rem}.handbook-module__Egn6HG__contributor-card .handbook-module__Egn6HG__bio{color:var(--text-gray);font-size:.9rem;line-height:1.6}.handbook-module__Egn6HG__reviews-section{background:var(--white);padding:4rem 2rem}.handbook-module__Egn6HG__reviews-container{max-width:1000px;margin:0 auto}.handbook-module__Egn6HG__reviews-container h2{text-align:center;color:var(--dark-blue);margin-bottom:3rem;font-size:2.5rem}.handbook-module__Egn6HG__review-card{background:var(--light-gray);border-radius:10px;margin-bottom:2rem;padding:2rem;position:relative}.handbook-module__Egn6HG__review-card:before{content:"\"";color:var(--dark-red);opacity:.3;font-size:4rem;position:absolute;top:-10px;left:20px}.handbook-module__Egn6HG__review-text{margin-bottom:1rem;font-style:italic;line-height:1.8}.handbook-module__Egn6HG__review-author{color:var(--dark-blue);font-weight:700}.handbook-module__Egn6HG__review-role{color:var(--silver);font-size:.9rem}.handbook-module__Egn6HG__cta-section{background:var(--dark-red);color:var(--white);text-align:center;padding:4rem 2rem}.handbook-module__Egn6HG__cta-container{max-width:800px;margin:0 auto}.handbook-module__Egn6HG__cta-container h2{margin-bottom:1rem;font-size:2rem}.handbook-module__Egn6HG__cta-container p{opacity:.95;margin-bottom:2rem}@media (max-width:768px){.handbook-module__Egn6HG__nav-links{background:var(--white);flex-direction:column;width:100%;padding:1rem;display:none;position:absolute;top:100%;left:0;box-shadow:0 10px 20px rgba(0,0,0,.1)}.handbook-module__Egn6HG__nav-links.handbook-module__Egn6HG__active,.handbook-module__Egn6HG__mobile-toggle{display:flex}.handbook-module__Egn6HG__page-header h1{font-size:2rem}.handbook-module__Egn6HG__book-container{grid-template-columns:1fr}.handbook-module__Egn6HG__book-image{margin-bottom:2rem;position:static}.handbook-module__Egn6HG__buy-buttons{flex-direction:column}.handbook-module__Egn6HG__contributors-grid{grid-template-columns:1fr}}.handbook-module__Egn6HG__modal{z-index:2000;background-color:rgba(0,0,0,.5);width:100%;height:100%;animation:.3s handbook-module__Egn6HG__fadeIn;display:none;position:fixed;top:0;left:0}.handbook-module__Egn6HG__modal.handbook-module__Egn6HG__active{justify-content:center;align-items:center;display:flex}.handbook-module__Egn6HG__modal-content{background:var(--white);border-radius:15px;flex-direction:column;align-items:center;max-width:600px;max-height:80dvh;margin:2rem;padding:2rem 0;transition:transform .3s;display:flex;position:relative;transform:translateY(-50px);box-shadow:0 20px 60px rgba(0,0,0,.3)}.handbook-module__Egn6HG__modal-close{cursor:pointer;color:var(--silver);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:2rem;transition:all .3s;display:flex;position:absolute;top:1rem;right:1rem}.handbook-module__Egn6HG__modal-close:hover{background:var(--light-gray);color:var(--dark-red)}.handbook-module__Egn6HG__modal-avatar{width:80px;height:80px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:2rem;font-weight:700;display:flex;overflow:hidden}.handbook-module__Egn6HG__modal-avatar.handbook-module__Egn6HG__no-avatar{background:var(--light-gray)}.handbook-module__Egn6HG__modal-avatar img{object-fit:cover;border-radius:50%;width:100%;height:100%}.handbook-module__Egn6HG__modal-initials{color:var(--white);font-size:2rem;font-weight:700}.handbook-module__Egn6HG__modal-title{text-align:center;color:var(--dark-blue);margin-bottom:.5rem;font-size:1.8rem}.handbook-module__Egn6HG__modal-role{text-align:center;color:var(--silver);margin-bottom:1.5rem;font-size:1.1rem}.handbook-module__Egn6HG__modal-bio{color:var(--text-gray);flex:1;margin-right:4px;line-height:1.8;overflow-y:auto}.handbook-module__Egn6HG__modal-bio p{margin-bottom:1rem}.handbook-module__Egn6HG__social-links{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.handbook-module__Egn6HG__social-link{background:var(--light-gray);color:var(--dark-blue);border-radius:25px;align-items:center;gap:.5rem;margin-top:1rem;padding:.5rem 1rem;font-size:.9rem;text-decoration:none;transition:all .3s;display:inline-flex}.handbook-module__Egn6HG__social-link:hover{background:var(--dark-red);color:var(--white);transform:translateY(-2px)}.handbook-module__Egn6HG__social-icon{fill:currentColor;width:20px;height:20px}.handbook-module__Egn6HG__references-container{padding:0 1.5rem}.handbook-module__Egn6HG__references-list{flex-direction:column;gap:1.25rem;max-height:none;margin:0;padding:0;list-style:none;display:flex}.handbook-module__Egn6HG__reference-item{background:var(--light-gray);border-left:4px solid var(--dark-red);border-radius:8px;padding:1.5rem;transition:all .3s}.handbook-module__Egn6HG__reference-item:hover{background:#f8f9fa;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.handbook-module__Egn6HG__reference-item:last-child{margin-bottom:0}.handbook-module__Egn6HG__reference-title{color:var(--dark-blue);margin:0 0 .75rem;font-size:1.1rem;font-weight:600;line-height:1.4;transition:color .3s}.handbook-module__Egn6HG__reference-link:hover .handbook-module__Egn6HG__reference-title{color:var(--dark-red)}.handbook-module__Egn6HG__reference-citation{color:var(--text-gray);margin:0;font-size:.9rem;font-style:italic;line-height:1.6}.handbook-module__Egn6HG__reference-link{color:inherit;text-decoration:none;display:block}.handbook-module__Egn6HG__modal-header-references{text-align:center;border-bottom:2px solid var(--light-gray);margin-bottom:1.5rem;padding-bottom:1rem}.handbook-module__Egn6HG__modal-header-references h2{color:var(--dark-blue);margin:0;font-size:1.8rem}@keyframes handbook-module__Egn6HG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes handbook-module__Egn6HG__slideIn{0%{opacity:0;transform:scale(.8)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}
.nav-bar-module__koU0OW__nav{background:var(--white);z-index:1;width:100%;transition:all .3s;position:fixed;top:0;box-shadow:0 2px 10px rgba(0,0,0,.1)}.nav-bar-module__koU0OW__nav-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex}.nav-bar-module__koU0OW__logo{color:var(--dark-blue);align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;text-decoration:none;display:flex}.nav-bar-module__koU0OW__logo img{width:200px}.nav-bar-module__koU0OW__nav-links{align-items:center;gap:2rem;list-style:none;display:flex}.nav-bar-module__koU0OW__nav-links a{color:var(--text-gray);font-weight:500;text-decoration:none;transition:color .3s;position:relative}.nav-bar-module__koU0OW__nav-links a:hover{color:var(--dark-red)}.nav-bar-module__koU0OW__nav-links a:after{content:"";background:var(--dark-red);width:0;height:2px;transition:width .3s;position:absolute;bottom:-5px;left:0}.nav-bar-module__koU0OW__nav-links a:hover:after{width:100%}.nav-bar-module__koU0OW__nav-links a.active:after{width:100%}.nav-bar-module__koU0OW__mobile-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:4px;display:none}.nav-bar-module__koU0OW__mobile-toggle span{background:var(--dark-blue);width:25px;height:3px;transition:all .3s}@media (max-width:768px){.nav-bar-module__koU0OW__nav-links{background:var(--white);flex-direction:column;width:100%;padding:1rem;display:none;position:absolute;top:100%;left:0;box-shadow:0 10px 20px rgba(0,0,0,.1)}.nav-bar-module__koU0OW__nav-links.active{display:flex}.nav-bar-module__koU0OW__mobile-toggle{display:flex}}
.our-story-module__rJeXFa__story-section{background:var(--white);margin-top:4rem;padding:4rem 2rem}.our-story-module__rJeXFa__story-container{max-width:800px;margin:0 auto}.our-story-module__rJeXFa__story-container h2{color:var(--dark-blue);margin-bottom:1.5rem;font-size:2rem}.our-story-module__rJeXFa__story-container p{margin-bottom:1.5rem;line-height:1.8}.our-story-module__rJeXFa__highlight-box{background:var(--light-gray);border-left:4px solid var(--dark-red);margin:2rem 0;padding:2rem}.our-story-module__rJeXFa__highlight-box h3{color:var(--dark-blue);margin-bottom:1rem}.our-story-module__rJeXFa__highlight-box ul{margin-top:.5rem;margin-bottom:.5rem;padding-left:1.5rem}
.hero-section-module__Zatqmq__hero{background:var(--dark-blue);color:var(--white);text-align:center;padding:8rem 2rem 4rem;position:relative;overflow:hidden}.hero-section-module__Zatqmq__hero:before{content:"";background:radial-gradient(circle,rgba(255,255,255,.03) 1px,transparent 1px) 0 0/50px 50px;width:200%;height:200%;animation:20s linear infinite hero-section-module__Zatqmq__drift;position:absolute;top:-50%;right:-50%}@keyframes hero-section-module__Zatqmq__drift{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.hero-section-module__Zatqmq__hero-content{max-width:800px;margin:0 auto;position:relative}.hero-section-module__Zatqmq__hero h1{margin-bottom:1rem;font-size:3rem;animation:1s hero-section-module__Zatqmq__fadeInUp}.hero-section-module__Zatqmq__tagline{opacity:.9;margin-bottom:2rem;font-size:1.5rem;animation:1s .2s both hero-section-module__Zatqmq__fadeInUp}.hero-section-module__Zatqmq__hero-description{margin-bottom:2rem;font-size:1.1rem;animation:1s .4s both hero-section-module__Zatqmq__fadeInUp}.hero-section-module__Zatqmq__cta-button{background:var(--dark-red);color:var(--white);border-radius:5px;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;animation:1s .6s both hero-section-module__Zatqmq__fadeInUp;display:inline-block}.hero-section-module__Zatqmq__cta-button:hover{opacity:.9;transform:translateY(-3px);box-shadow:0 10px 20px rgba(0,0,0,.2)}@keyframes hero-section-module__Zatqmq__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
.button-module__oehbha__primary,.button-module__oehbha__secondary,.button-module__oehbha__tertiary{color:var(--white);cursor:pointer;border-radius:5px;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.button-module__oehbha__primary{background:var(--dark-red)}.button-module__oehbha__secondary{background:var(--dark-blue)}.button-module__oehbha__tertiary{background:var(--white);color:var(--dark-red)}.button-module__oehbha__primary:hover,.button-module__oehbha__secondary:hover,.button-module__oehbha__tertiary:hover{opacity:.9;transform:translateY(-3px);box-shadow:0 10px 20px rgba(0,0,0,.2)}
.dropdown-module__WlR3Ka__dropdown{width:100%;max-width:600px;margin:0 auto;position:relative}.dropdown-module__WlR3Ka__dropdown-toggle{background:var(--white);border:2px solid var(--silver);cursor:pointer;width:100%;color:var(--text-gray);border-radius:10px;justify-content:space-between;align-items:center;padding:1rem 1.5rem;font-family:inherit;font-size:1.1rem;font-weight:600;transition:all .3s;display:flex}.dropdown-module__WlR3Ka__dropdown-toggle:hover{border-color:var(--dark-red);background:var(--light-gray)}.dropdown-module__WlR3Ka__dropdown-toggle:focus{border-color:var(--dark-red);outline:none;box-shadow:0 0 0 3px rgba(167,25,48,.1)}.dropdown-module__WlR3Ka__dropdown-title{color:var(--dark-blue)}.dropdown-module__WlR3Ka__dropdown-arrow{color:var(--dark-red);font-size:.8rem;transition:transform .3s}.dropdown-module__WlR3Ka__dropdown-arrow.dropdown-module__WlR3Ka__open{transform:rotate(180deg)}.dropdown-module__WlR3Ka__dropdown-menu{background:var(--white);border:2px solid var(--silver);z-index:1000;opacity:0;border-top:none;border-radius:0 0 10px 10px;max-height:0;transition:max-height .3s,opacity .3s;position:absolute;top:100%;left:0;right:0;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1)}.dropdown-module__WlR3Ka__dropdown-menu.dropdown-module__WlR3Ka__show{opacity:1;max-height:600px}.dropdown-module__WlR3Ka__dropdown.dropdown-module__WlR3Ka__always-open{position:static}.dropdown-module__WlR3Ka__dropdown.dropdown-module__WlR3Ka__always-open .dropdown-module__WlR3Ka__dropdown-header{margin-bottom:1rem}.dropdown-module__WlR3Ka__dropdown.dropdown-module__WlR3Ka__always-open .dropdown-module__WlR3Ka__dropdown-title{color:var(--dark-blue);margin:0;font-size:1.2rem;font-weight:600}.dropdown-module__WlR3Ka__dropdown.dropdown-module__WlR3Ka__always-open .dropdown-module__WlR3Ka__dropdown-content{background:var(--white);border:2px solid var(--silver);opacity:1;border-radius:10px;max-height:none;padding:1rem 0;position:static;overflow:visible;box-shadow:0 4px 12px rgba(0,0,0,.1)}.dropdown-module__WlR3Ka__dropdown-content{padding:1rem 0}.dropdown-module__WlR3Ka__dropdown-section{border-bottom:1px solid var(--light-gray)}.dropdown-module__WlR3Ka__dropdown-section:last-child{border-bottom:none}.dropdown-module__WlR3Ka__section-header{cursor:pointer;width:100%;color:var(--dark-red);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:.75rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:600;transition:background-color .2s;display:flex}.dropdown-module__WlR3Ka__section-header:hover{background:var(--light-gray)}.dropdown-module__WlR3Ka__section-header:focus{background:var(--light-gray);outline:none}.dropdown-module__WlR3Ka__section-header.dropdown-module__WlR3Ka__active{background:var(--light-gray)}.dropdown-module__WlR3Ka__section-title{flex:1}.dropdown-module__WlR3Ka__section-arrow{color:var(--dark-red);font-size:.7rem;transition:transform .3s}.dropdown-module__WlR3Ka__section-arrow.dropdown-module__WlR3Ka__open{transform:rotate(180deg)}.dropdown-module__WlR3Ka__section-content{max-height:0;transition:max-height .3s,padding .3s;overflow:hidden}.dropdown-module__WlR3Ka__section-content.dropdown-module__WlR3Ka__show{max-height:400px;padding:.5rem 0}.dropdown-module__WlR3Ka__section-list{margin:0;padding:0;list-style:none}.dropdown-module__WlR3Ka__section-item-container{margin:0;padding:0}.dropdown-module__WlR3Ka__section-item{color:var(--text-gray);cursor:pointer;padding:.4rem 2.5rem;font-size:.95rem;line-height:1.4;transition:background-color .2s}.dropdown-module__WlR3Ka__section-item:hover{background:var(--light-gray);color:var(--dark-blue)}.dropdown-module__WlR3Ka__subsection-header{cursor:pointer;width:100%;color:var(--text-gray);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:.5rem 2.5rem;font-family:inherit;font-size:.95rem;font-weight:500;transition:background-color .2s;display:flex}.dropdown-module__WlR3Ka__subsection-header:hover{background:var(--light-gray);color:var(--dark-blue)}.dropdown-module__WlR3Ka__subsection-header:focus{background:var(--light-gray);outline:none}.dropdown-module__WlR3Ka__subsection-header.dropdown-module__WlR3Ka__active{background:var(--light-gray);color:var(--dark-blue)}.dropdown-module__WlR3Ka__subsection-title{flex:1}.dropdown-module__WlR3Ka__subsection-arrow{color:var(--dark-red);margin-left:.5rem;font-size:.6rem;transition:transform .3s}.dropdown-module__WlR3Ka__subsection-arrow.dropdown-module__WlR3Ka__open{transform:rotate(180deg)}.dropdown-module__WlR3Ka__subsection-content{max-height:0;transition:max-height .3s,padding .3s;overflow:hidden}.dropdown-module__WlR3Ka__subsection-content.dropdown-module__WlR3Ka__show{max-height:200px;padding:.25rem 0}.dropdown-module__WlR3Ka__subsection-list{margin:0;padding:0;list-style:none}.dropdown-module__WlR3Ka__subsection-item{color:var(--text-gray);cursor:pointer;padding:.3rem 3.5rem;font-size:.9rem;line-height:1.3;transition:background-color .2s}.dropdown-module__WlR3Ka__subsection-item:hover{background:var(--light-gray);color:var(--dark-blue)}.dropdown-module__WlR3Ka__simple-item{color:var(--text-gray);cursor:pointer;padding:.75rem 1.5rem;font-size:1rem;line-height:1.4;transition:background-color .2s}.dropdown-module__WlR3Ka__simple-item:hover{background:var(--light-gray);color:var(--dark-blue)}@media (max-width:768px){.dropdown-module__WlR3Ka__dropdown-toggle{padding:.875rem 1.25rem;font-size:1rem}.dropdown-module__WlR3Ka__dropdown-menu.dropdown-module__WlR3Ka__show{max-height:500px}.dropdown-module__WlR3Ka__section-content.dropdown-module__WlR3Ka__show{max-height:350px}.dropdown-module__WlR3Ka__subsection-content.dropdown-module__WlR3Ka__show{max-height:150px}.dropdown-module__WlR3Ka__section-item{padding:.4rem 2rem;font-size:.9rem}.dropdown-module__WlR3Ka__subsection-header{padding:.5rem 2rem;font-size:.9rem}.dropdown-module__WlR3Ka__subsection-item{padding:.3rem 3rem;font-size:.85rem}.dropdown-module__WlR3Ka__simple-item{padding:.75rem 1.25rem;font-size:.95rem}}@media (max-width:480px){.dropdown-module__WlR3Ka__dropdown-toggle{padding:.75rem 1rem;font-size:.95rem}.dropdown-module__WlR3Ka__section-item{padding:.4rem 1.5rem}.dropdown-module__WlR3Ka__subsection-header{padding:.5rem 1.5rem}.dropdown-module__WlR3Ka__subsection-item{padding:.3rem 2.5rem}.dropdown-module__WlR3Ka__simple-item{padding:.75rem 1rem}}.dropdown-module__WlR3Ka__section-item:focus,.dropdown-module__WlR3Ka__subsection-header:focus,.dropdown-module__WlR3Ka__subsection-item:focus,.dropdown-module__WlR3Ka__simple-item:focus{outline:2px solid var(--dark-red);outline-offset:-2px;background:var(--light-gray)}
.join-our-mission-module__Gxeira__cta-section{background:var(--white);text-align:center;padding:4rem 2rem}.join-our-mission-module__Gxeira__cta-container{max-width:800px;margin:0 auto}.join-our-mission-module__Gxeira__cta-container h2{color:var(--dark-blue);margin-bottom:1rem;font-size:2rem}.join-our-mission-module__Gxeira__cta-container p{color:var(--text-gray);margin-bottom:2rem}.join-our-mission-module__Gxeira__cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.join-our-mission-module__Gxeira__cta-button{border-radius:5px;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:all .3s}.join-our-mission-module__Gxeira__cta-button:hover{transform:translateY(-3px);box-shadow:0 10px 20px rgba(0,0,0,.2)}.join-our-mission-module__Gxeira__cta-primary{background:var(--dark-red);color:var(--white)}.join-our-mission-module__Gxeira__cta-secondary{background:var(--dark-blue);color:var(--white)}@media (max-width:768px){.join-our-mission-module__Gxeira__cta-buttons{flex-direction:column;align-items:center}}
.resources-button-module__24aU9q__form-container{flex:1;padding-left:2rem;padding-right:2rem}.resources-button-module__24aU9q__contact-form-container{background:var(--white)}.resources-button-module__24aU9q__contact-form-container h2{color:var(--dark-blue);margin-bottom:1rem;font-size:2rem}.resources-button-module__24aU9q__contact-form{flex-direction:column;gap:1.5rem;display:flex}.resources-button-module__24aU9q__form-group{flex-direction:column;gap:.5rem;display:flex}.resources-button-module__24aU9q__form-group label{color:var(--dark-blue);margin-bottom:0;font-size:.95rem;font-weight:600}.resources-button-module__24aU9q__asterisk,.resources-button-module__24aU9q__required{color:var(--dark-red);margin-left:.2rem}.resources-button-module__24aU9q__form-group input,.resources-button-module__24aU9q__form-group select,.resources-button-module__24aU9q__form-group textarea{font-size:1rem;font-family:var(--font-gill-sans);box-sizing:border-box;border:2px solid #e0e0e0;border-radius:8px;transition:all .3s;width:100%!important;text-indent:unset!important;padding:.8rem 1rem!important}.resources-button-module__24aU9q__form-group input:focus,.resources-button-module__24aU9q__form-group select:focus,.resources-button-module__24aU9q__form-group textarea:focus{border-color:var(--dark-red);outline:none;box-shadow:0 0 0 3px rgba(139,0,0,.1)}.resources-button-module__24aU9q__form-group textarea{resize:vertical;min-height:150px}.resources-button-module__24aU9q__form-row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}#resources-button-module__24aU9q__mc_embed_signup form{margin:0!important;padding:0!important}#resources-button-module__24aU9q__mc_embed_signup_scroll{flex-direction:column;gap:1.5rem;display:flex}.resources-button-module__24aU9q__mc-field-group{flex-direction:column;gap:.5rem;display:flex}#resources-button-module__24aU9q__mc_embed_signup .resources-button-module__24aU9q__button,.resources-button-module__24aU9q__submit-button{width:100%;background-color:var(--dark-red)!important;color:#fff!important;cursor:pointer!important;font-size:1rem!important;font-weight:600!important;font-family:var(--font-gill-sans)!important;border:none!important;border-radius:8px!important;padding:.8rem 2rem!important;transition:all .3s!important}#resources-button-module__24aU9q__mc_embed_signup .resources-button-module__24aU9q__button:hover,.resources-button-module__24aU9q__submit-button:hover{transform:translateY(-2px);background-color:#a00000!important;box-shadow:0 4px 12px rgba(139,0,0,.3)!important}#resources-button-module__24aU9q__mc_embed_signup div#resources-button-module__24aU9q__mce-responses{width:100%!important;margin:0!important;padding:0!important}.resources-button-module__24aU9q__response,.resources-button-module__24aU9q__success-message{text-align:center;border-radius:8px;padding:1rem;font-size:.95rem}.resources-button-module__24aU9q__success-message{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724!important}.resources-button-module__24aU9q__response{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24!important}.resources-button-module__24aU9q__optionalParent{width:100%}.resources-button-module__24aU9q__clear.resources-button-module__24aU9q__foot{justify-content:center;width:100%;display:flex}.resources-button-module__24aU9q__form-note{color:var(--silver);text-align:center;margin-top:1rem;font-size:.9rem}@media (max-width:768px){.resources-button-module__24aU9q__form-row{grid-template-columns:1fr}.resources-button-module__24aU9q__form-group label{font-size:.9rem}.resources-button-module__24aU9q__form-group input,.resources-button-module__24aU9q__form-group select,.resources-button-module__24aU9q__form-group textarea{font-size:.95rem;padding:.7rem .9rem!important}}
.footer-module__tUdqrq__footer{background:var(--text-gray);color:var(--white);text-align:center;padding:3rem 2rem 2rem}.footer-module__tUdqrq__footer-container{max-width:1200px;margin:0 auto}.footer-module__tUdqrq__footer-links{flex-wrap:wrap;justify-content:center;gap:2rem;margin-bottom:2rem;display:flex}.footer-module__tUdqrq__footer-links a{color:var(--white);opacity:.8;text-decoration:none;transition:opacity .3s}.footer-module__tUdqrq__footer-links a:hover{opacity:1}.footer-module__tUdqrq__footer-contact{margin-bottom:2rem}.footer-module__tUdqrq__footer-contact h3{color:var(--white);margin-bottom:1rem}.footer-module__tUdqrq__footer-contact a{color:var(--white);opacity:.8;text-decoration:none}.footer-module__tUdqrq__footer-contact a:hover{opacity:1}.footer-module__tUdqrq__copyright{opacity:.7;border-top:1px solid rgba(255,255,255,.2);margin-top:2rem;padding-top:2rem}
.carousel-module__tebK4G__carousel{width:100%;max-width:100%;position:relative}.carousel-module__tebK4G__carousel-wrapper{align-items:center;display:flex;position:relative}.carousel-module__tebK4G__carousel-container{border-radius:8px;flex:1;overflow:hidden}.carousel-module__tebK4G__carousel-track{transition:transform .3s ease-in-out;display:flex}.carousel-module__tebK4G__carousel-slide{box-sizing:border-box;min-width:100%}.carousel-module__tebK4G__carousel-arrow{background:var(--dark-blue);color:var(--white);cursor:pointer;z-index:2;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 8px rgba(0,0,0,.15)}.carousel-module__tebK4G__carousel-arrow:hover{background:var(--dark-red);transform:translateY(-50%)scale(1.1);box-shadow:0 4px 12px rgba(0,0,0,.25)}.carousel-module__tebK4G__carousel-arrow:focus{outline:2px solid var(--dark-red);outline-offset:2px}.carousel-module__tebK4G__carousel-arrow-left{left:-20px}.carousel-module__tebK4G__carousel-arrow-right{right:-20px}.carousel-module__tebK4G__carousel-dots{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:1rem;display:flex}.carousel-module__tebK4G__carousel-dot{background:var(--silver);cursor:pointer;border:none;border-radius:50%;width:12px;min-width:12px;height:12px;transition:all .3s}.carousel-module__tebK4G__carousel-dot:hover{background:var(--dark-blue);transform:scale(1.2)}.carousel-module__tebK4G__carousel-dot:focus{outline:2px solid var(--dark-red);outline-offset:2px}.carousel-module__tebK4G__carousel-dot-active{background:var(--dark-red);transform:scale(1.2)}.carousel-module__tebK4G__carousel-card{background:var(--white);border-radius:8px;flex-direction:column;height:100%;min-height:250px;padding:2rem;transition:all .3s;display:flex;box-shadow:0 4px 6px rgba(0,0,0,.1)}.carousel-module__tebK4G__carousel-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px rgba(0,0,0,.2)}.carousel-module__tebK4G__carousel-content{flex-direction:column;flex:1;line-height:1.6;display:flex}.carousel-module__tebK4G__carousel-content p{flex:1;margin:0}.carousel-module__tebK4G__carousel-header{flex-shrink:0;margin-bottom:1rem}.carousel-module__tebK4G__carousel-title{color:var(--dark-blue);margin-bottom:.5rem;font-size:1.25rem;line-height:1.3}.carousel-module__tebK4G__carousel-footer{border-top:1px solid var(--light-gray);flex-shrink:0;margin-top:auto;padding-top:1rem}@media (min-width:1200px){.carousel-module__tebK4G__carousel-card{min-height:300px;padding:2.5rem}.carousel-module__tebK4G__carousel-title{font-size:1.4rem}.carousel-module__tebK4G__carousel-arrow{width:45px;height:45px;font-size:1.6rem}.carousel-module__tebK4G__carousel-arrow-left{left:-25px}.carousel-module__tebK4G__carousel-arrow-right{right:-25px}}@media (min-width:992px) and (max-width:1199px){.carousel-module__tebK4G__carousel-card{min-height:280px;padding:2rem}}@media (min-width:768px) and (max-width:991px){.carousel-module__tebK4G__carousel-arrow{width:35px;height:35px;font-size:1.3rem}.carousel-module__tebK4G__carousel-arrow-left{left:-15px}.carousel-module__tebK4G__carousel-arrow-right{right:-15px}.carousel-module__tebK4G__carousel-card{min-height:260px;padding:1.5rem}.carousel-module__tebK4G__carousel-title{font-size:1.2rem}}@media (min-width:481px) and (max-width:767px){.carousel-module__tebK4G__carousel-arrow{width:32px;height:32px;font-size:1.2rem}.carousel-module__tebK4G__carousel-arrow-left{left:-10px}.carousel-module__tebK4G__carousel-arrow-right{right:-10px}.carousel-module__tebK4G__carousel-card{min-height:240px;padding:1.25rem}.carousel-module__tebK4G__carousel-title{font-size:1.1rem}.carousel-module__tebK4G__carousel-dots{margin-top:1.25rem}.carousel-module__tebK4G__carousel-dot{width:10px;min-width:10px;height:10px}}@media (max-width:480px){.carousel-module__tebK4G__carousel-wrapper{align-items:center;padding:0 10px;display:flex;position:relative}.carousel-module__tebK4G__carousel-arrow{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:rgba(3,32,47,.9);width:35px;height:35px;font-size:1.2rem;position:absolute;top:50%;transform:translateY(-50%)}.carousel-module__tebK4G__carousel-arrow:hover{background:var(--dark-red);transform:translateY(-50%)scale(1.05)}.carousel-module__tebK4G__carousel-arrow-left{left:-5px}.carousel-module__tebK4G__carousel-arrow-right{right:-5px}.carousel-module__tebK4G__carousel-card{min-height:200px;margin:0 5px;padding:1rem}.carousel-module__tebK4G__carousel-title{margin-bottom:.25rem;font-size:1rem}.carousel-module__tebK4G__carousel-header{margin-bottom:.75rem}.carousel-module__tebK4G__carousel-content{font-size:.9rem}.carousel-module__tebK4G__carousel-dots{gap:.75rem;margin-top:1rem}.carousel-module__tebK4G__carousel-dot{width:14px;min-width:14px;height:14px}}@media (max-width:319px){.carousel-module__tebK4G__carousel-wrapper{padding:0 5px}.carousel-module__tebK4G__carousel-arrow{width:30px;height:30px;font-size:1.1rem}.carousel-module__tebK4G__carousel-arrow-left{left:0}.carousel-module__tebK4G__carousel-arrow-right{right:0}.carousel-module__tebK4G__carousel-card{min-height:180px;margin:0 2px;padding:.75rem}.carousel-module__tebK4G__carousel-title{font-size:.95rem}.carousel-module__tebK4G__carousel-content{font-size:.85rem}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.carousel-module__tebK4G__carousel-arrow{border:1px solid rgba(255,255,255,.1)}.carousel-module__tebK4G__carousel-card{box-shadow:0 2px 4px rgba(0,0,0,.1),0 4px 8px rgba(0,0,0,.05)}.carousel-module__tebK4G__carousel-card:hover{box-shadow:0 4px 8px rgba(0,0,0,.15),0 8px 16px rgba(0,0,0,.1)}}@media (max-width:767px) and (orientation:landscape){.carousel-module__tebK4G__carousel-card{min-height:180px;padding:1rem}.carousel-module__tebK4G__carousel-title{font-size:1rem}.carousel-module__tebK4G__carousel-content{font-size:.9rem}}@media (prefers-reduced-motion:reduce){.carousel-module__tebK4G__carousel-track,.carousel-module__tebK4G__carousel-arrow,.carousel-module__tebK4G__carousel-dot,.carousel-module__tebK4G__carousel-card{transition:none}}.carousel-module__tebK4G__carousel-arrow:focus-visible{outline:3px solid var(--dark-red);outline-offset:2px}.carousel-module__tebK4G__carousel-dot:focus-visible{outline:3px solid var(--dark-red);outline-offset:2px}@media print{.carousel-module__tebK4G__carousel-arrow,.carousel-module__tebK4G__carousel-dots{display:none}.carousel-module__tebK4G__carousel-track{transform:none!important}.carousel-module__tebK4G__carousel-slide{page-break-inside:avoid;min-width:auto;margin-bottom:1rem;display:block}}
.badge-module__NmXYra__badge{white-space:nowrap;font-weight:500;font-family:var(--font-gill-sans),sans-serif;border:1px solid transparent;border-radius:12px;justify-content:center;align-items:center;text-decoration:none;transition:all .3s;display:inline-flex}.badge-module__NmXYra__primary{background:var(--dark-red);color:var(--white)}.badge-module__NmXYra__secondary{background:var(--dark-blue);color:var(--white)}.badge-module__NmXYra__tertiary{background:var(--light-gray);color:var(--text-gray)}.badge-module__NmXYra__outline{color:var(--dark-red);border-color:var(--dark-red);background:0 0}.badge-module__NmXYra__success{color:var(--white);background:#22c55e}.badge-module__NmXYra__warning{color:var(--white);background:#f59e0b}.badge-module__NmXYra__error{background:var(--dark-red);color:var(--white)}.badge-module__NmXYra__small{padding:.125rem .375rem;font-size:.65rem;line-height:1}.badge-module__NmXYra__medium{padding:.25rem .5rem;font-size:.75rem;line-height:1.2}.badge-module__NmXYra__large{padding:.375rem .625rem;font-size:.875rem;line-height:1.2}.badge-module__NmXYra__primary:hover,.badge-module__NmXYra__secondary:hover,.badge-module__NmXYra__success:hover,.badge-module__NmXYra__warning:hover,.badge-module__NmXYra__error:hover{opacity:.9;transform:translateY(-3px);box-shadow:0 10px 20px rgba(0,0,0,.2)}.badge-module__NmXYra__tertiary:hover{background:var(--silver);opacity:.9;transform:translateY(-3px);box-shadow:0 10px 20px rgba(0,0,0,.2)}.badge-module__NmXYra__outline:hover{background:var(--dark-red);color:var(--white);opacity:.9;transform:translateY(-3px);box-shadow:0 10px 20px rgba(0,0,0,.2)}
.new_modal-module__l7V4Ha__modal-content{background:var(--white);-webkit-overflow-scrolling:touch;border-radius:15px;flex-direction:column;max-width:600px;max-height:85vh;margin:2rem auto;display:flex;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.3)}.new_modal-module__l7V4Ha__modal-header{border-bottom:2px solid var(--light-gray);flex-shrink:0;justify-content:center;align-items:center;gap:1rem;margin-bottom:0;padding:2rem 2rem 1rem;line-height:1.2;display:flex}.new_modal-module__l7V4Ha__modal-footer{border-top:2px solid var(--light-gray);flex-shrink:0;justify-content:flex-end;align-items:center;gap:1rem;padding:1rem 2rem 2rem;display:flex}.new_modal-module__l7V4Ha__modal-title{color:var(--dark-red);text-align:center;gap:1rem;margin-bottom:.5rem;font-size:1.8rem;font-weight:600}.new_modal-module__l7V4Ha__modal-description{color:var(--silver);text-align:center;font-size:.95rem;line-height:1.8}.new_modal-module__l7V4Ha__modal-content ::-webkit-scrollbar{width:6px}.new_modal-module__l7V4Ha__modal-content ::-webkit-scrollbar-track{background:0 0;border-radius:3px}.new_modal-module__l7V4Ha__modal-content ::-webkit-scrollbar-thumb{background:var(--silver);border-radius:3px;transition:background .3s}.new_modal-module__l7V4Ha__modal-content ::-webkit-scrollbar-thumb:hover{background:var(--dark-blue)}@media (max-width:768px){.new_modal-module__l7V4Ha__modal-content{width:calc(100dvw - 2rem);max-width:100vw;max-height:85dvh;margin:1rem auto}.new_modal-module__l7V4Ha__modal-header{text-align:center;flex-direction:column;padding:1.5rem 1.5rem 1rem}.new_modal-module__l7V4Ha__modal-footer{flex-direction:column-reverse;padding:1rem 1.5rem 1.5rem}.new_modal-module__l7V4Ha__modal-title{font-size:1.5rem}}
.bridging-science-section-module__Vt8y4a__bridging-section{background:var(--white);padding:4rem 2rem}.bridging-science-section-module__Vt8y4a__bridging-container{text-align:center;max-width:1000px;margin:0 auto}.bridging-science-section-module__Vt8y4a__bridging-container h2{color:var(--dark-blue);margin-bottom:2rem;font-size:2.5rem}.bridging-science-section-module__Vt8y4a__bridging-subtitle{color:var(--silver);margin-bottom:2rem;font-size:1.1rem}.bridging-science-section-module__Vt8y4a__bridging-content{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;margin-top:3rem;display:grid}.bridging-science-section-module__Vt8y4a__bridging-card{text-align:left}.bridging-science-section-module__Vt8y4a__bridging-card h3{color:var(--dark-red);margin-bottom:1rem;font-size:1.3rem}.bridging-science-section-module__Vt8y4a__bridging-card p{color:var(--text-gray);line-height:1.8}
.what-we-are-building-section-module__AesZbq__building-section{background:linear-gradient(135deg,var(--light-gray)0%,rgba(248,250,252,.8) 100%);padding:5rem 2rem;position:relative}.what-we-are-building-section-module__AesZbq__building-section:before{content:"";pointer-events:none;background-image:radial-gradient(circle at 20%,rgba(188,32,46,.03) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(0,51,102,.03) 0%,transparent 50%);position:absolute;top:0;bottom:0;left:0;right:0}.what-we-are-building-section-module__AesZbq__building-container{max-width:1200px;margin:0 auto}.what-we-are-building-section-module__AesZbq__building-container h2{text-align:center;color:var(--dark-blue);margin-bottom:1.5rem;font-size:3rem;font-weight:700}.what-we-are-building-section-module__AesZbq__building-subtitle{text-align:center;color:var(--text-gray);max-width:600px;margin-bottom:4rem;margin-left:auto;margin-right:auto;font-size:1.25rem}.what-we-are-building-section-module__AesZbq__building-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;display:grid}.what-we-are-building-section-module__AesZbq__building-card{background:var(--white);text-align:center;border:1px solid rgba(0,0,0,.08);border-radius:16px;padding:3rem 2rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative}.what-we-are-building-section-module__AesZbq__building-card:hover{border-color:var(--dark-red);transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.12)}.what-we-are-building-section-module__AesZbq__building-icon{justify-content:center;align-items:center;margin-bottom:1.5rem;font-size:4rem;display:flex}.what-we-are-building-section-module__AesZbq__building-icon img{object-fit:contain;filter:drop-shadow(0 2px 4px rgba(188,32,46,.2));width:6rem;height:6rem}.what-we-are-building-section-module__AesZbq__building-card h3{color:var(--dark-blue);margin-bottom:1.25rem;font-size:1.5rem;font-weight:600}.what-we-are-building-section-module__AesZbq__building-card p{color:var(--text-gray);font-size:1rem;line-height:1.7}.what-we-are-building-section-module__AesZbq__more-coming-soon{text-align:center;color:var(--dark-blue);margin-top:2rem;font-size:1.1rem}@media (max-width:768px){.what-we-are-building-section-module__AesZbq__building-grid{grid-template-columns:1fr;gap:2rem}.what-we-are-building-section-module__AesZbq__building-card{padding:2rem 1.5rem}}
.page-header-module__ZCPxYq__page-header{background:var(--dark-blue);color:var(--white);text-align:center;padding:8rem 2rem 4rem}.page-header-module__ZCPxYq__page-header h1{margin-bottom:1rem;font-size:3rem}.page-header-module__ZCPxYq__page-header p{opacity:.9;max-width:800px;margin:0 auto;font-size:1.2rem}
.contact-module__tCdkNq__logo{color:var(--dark-blue);align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;text-decoration:none;display:flex}.contact-module__tCdkNq__logo img{width:200px}.contact-module__tCdkNq__nav-links{align-items:center;gap:2rem;list-style:none;display:flex}.contact-module__tCdkNq__nav-links a{color:var(--text-gray);font-weight:500;text-decoration:none;transition:color .3s;position:relative}.contact-module__tCdkNq__nav-links a:hover{color:var(--dark-red)}.contact-module__tCdkNq__nav-links a:after{content:"";background:var(--dark-red);width:0;height:2px;transition:width .3s;position:absolute;bottom:-5px;left:0}.contact-module__tCdkNq__nav-links a:hover:after,.contact-module__tCdkNq__nav-links a.contact-module__tCdkNq__active:after{width:100%}.contact-module__tCdkNq__mobile-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:4px;display:none}.contact-module__tCdkNq__mobile-toggle span{background:var(--dark-blue);width:25px;height:3px;transition:all .3s}.contact-module__tCdkNq__page-header{background:var(--dark-blue);color:var(--white);text-align:center;padding:8rem 2rem 4rem}.contact-module__tCdkNq__page-header h1{margin-bottom:1rem;font-size:3rem}.contact-module__tCdkNq__page-header p{opacity:.9;max-width:800px;margin:0 auto;font-size:1.2rem}.contact-module__tCdkNq__contact-section{background:var(--white);padding:4rem 2rem}.contact-module__tCdkNq__contact-container{grid-template-columns:1fr 1.5fr;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.contact-module__tCdkNq__contact-info{background:var(--light-gray);border-radius:10px;padding:3rem}.contact-module__tCdkNq__contact-info h2{color:var(--dark-blue);margin-bottom:2rem;font-size:1rem}.contact-module__tCdkNq__info-item{margin-bottom:2rem}.contact-module__tCdkNq__info-item h3{color:var(--dark-red);margin-bottom:.5rem;font-size:1.2rem}.contact-module__tCdkNq__info-item p{color:var(--text-gray);line-height:1.6}.contact-module__tCdkNq__faq-item a,.contact-module__tCdkNq__info-item a{color:var(--dark-blue);text-decoration:none;transition:color .3s}.contact-module__tCdkNq__info-item a:hover{color:var(--dark-red)}.contact-module__tCdkNq__contact-form-container{background:var(--white)}.contact-module__tCdkNq__contact-form-container h2{color:var(--dark-blue);margin-bottom:1rem;font-size:2rem}.contact-module__tCdkNq__contact-form{flex-direction:column;gap:1.5rem;display:flex}.contact-module__tCdkNq__form-group{flex-direction:column;display:flex}.contact-module__tCdkNq__form-group label{color:var(--dark-blue);margin-bottom:.5rem;font-weight:600}.contact-module__tCdkNq__required{color:var(--dark-red)}.contact-module__tCdkNq__form-group input,.contact-module__tCdkNq__form-group select,.contact-module__tCdkNq__form-group textarea{font-size:1rem;font-family:var(--font-gill-sans);border:2px solid #e0e0e0;border-radius:5px;transition:all .3s;width:100%!important;text-indent:unset!important;padding:.8rem 1rem!important}.contact-module__tCdkNq__form-group input:focus,.contact-module__tCdkNq__form-group select:focus,.contact-module__tCdkNq__form-group textarea:focus{border-color:var(--dark-red);outline:none}.contact-module__tCdkNq__form-group textarea{resize:vertical;min-height:150px}.contact-module__tCdkNq__form-row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.contact-module__tCdkNq__submit-button:hover{transform:translateY(-3px);box-shadow:0 10px 20px rgba(0,0,0,.2)}.contact-module__tCdkNq__form-note{color:var(--silver);margin-top:1rem;font-size:.9rem}.contact-module__tCdkNq__response-section{background:var(--light-gray);text-align:center;padding:3rem 2rem}.contact-module__tCdkNq__response-container{max-width:800px;margin:0 auto}.contact-module__tCdkNq__response-container h2{color:var(--dark-blue);margin-bottom:1rem}.contact-module__tCdkNq__response-container p{color:var(--text-gray);line-height:1.6}.contact-module__tCdkNq__faq-section{background:var(--white);padding:4rem 2rem}.contact-module__tCdkNq__faq-container{max-width:800px;margin:0 auto}.contact-module__tCdkNq__faq-container h2{text-align:center;color:var(--dark-blue);margin-bottom:3rem;font-size:2.5rem}.contact-module__tCdkNq__faq-item h3,.contact-module__tCdkNq__faq-item h4{color:var(--dark-red);margin-bottom:1rem}.contact-module__tCdkNq__faq-item h4{margin-top:1rem;margin-bottom:.5rem}.contact-module__tCdkNq__faq-item ul{margin-top:.5rem;margin-bottom:.5rem;padding-left:1.5rem}.contact-module__tCdkNq__faq-item p{color:var(--text-gray);line-height:1.6}.contact-module__tCdkNq__email-link{color:var(--dark-red);text-decoration:none;font-family:var(--font-gill-sans)!important}#contact-module__tCdkNq__mc_embed_signup form{margin:0!important}#contact-module__tCdkNq__mc_embed_signup div#contact-module__tCdkNq__mce-responses{width:unset!important;margin:0!important;padding:0!important}.contact-module__tCdkNq__success-message{background:#4caf50;border-radius:5px;margin-bottom:1rem;padding:1rem;display:none;color:#fff!important}#contact-module__tCdkNq__mc_embed_signup .contact-module__tCdkNq__button{background-color:var(--dark-red)!important}@media (max-width:768px){.contact-module__tCdkNq__nav-links{background:var(--white);flex-direction:column;width:100%;padding:1rem;display:none;position:absolute;top:100%;left:0;box-shadow:0 10px 20px rgba(0,0,0,.1)}.contact-module__tCdkNq__nav-links.contact-module__tCdkNq__active,.contact-module__tCdkNq__mobile-toggle{display:flex}.contact-module__tCdkNq__page-header h1{font-size:2rem}.contact-module__tCdkNq__contact-container,.contact-module__tCdkNq__form-row{grid-template-columns:1fr}}
.handbook-preview-module__StBLpq__handbook-preview{background:var(--dark-red);color:var(--white);padding:4rem 2rem}.handbook-preview-module__StBLpq__handbook-preview-container{grid-template-columns:1fr 2fr;align-items:center;gap:4rem;max-width:1000px;margin:0 auto;display:grid}.handbook-preview-module__StBLpq__handbook-preview-image{justify-content:center;align-items:center;display:flex}.handbook-preview-module__StBLpq__book-cover{border-radius:5px;width:100%;max-width:250px;display:flex;box-shadow:0 20px 40px rgba(0,0,0,.3)}.handbook-preview-module__StBLpq__book-cover img{border-radius:5px;width:100%;transition:transform .3s}@media (max-width:768px){.handbook-preview-module__StBLpq__handbook-preview-container{text-align:center;grid-template-columns:1fr}.handbook-preview-module__StBLpq__building-grid{grid-template-columns:1fr}}
.network-module__e4rVsa__stats-section{background:var(--white);padding:4rem 2rem}.network-module__e4rVsa__stats-container{text-align:center;max-width:1000px;margin:0 auto}.network-module__e4rVsa__stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:3rem;display:grid}.network-module__e4rVsa__stat-card{background:var(--light-gray);border-radius:10px;padding:2rem;transition:all .3s}.network-module__e4rVsa__stat-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.1)}.network-module__e4rVsa__stat-number{color:var(--dark-red);margin-bottom:.5rem;font-size:3rem;font-weight:700}.network-module__e4rVsa__stat-label{color:var(--silver);font-size:1.1rem}.network-module__e4rVsa__membership-section{background:var(--light-gray);padding:4rem 2rem}.network-module__e4rVsa__membership-container{max-width:1200px;margin:0 auto}.network-module__e4rVsa__membership-container h2{text-align:center;color:var(--dark-blue);margin-bottom:3rem;font-size:2.5rem}.network-module__e4rVsa__benefits-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem;display:grid}.network-module__e4rVsa__benefit-card{background:var(--white);text-align:center;border-radius:10px;padding:2rem;transition:all .3s}.network-module__e4rVsa__benefit-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.1)}.network-module__e4rVsa__benefit-icon{margin-bottom:1rem;font-size:3rem}.network-module__e4rVsa__benefit-card h3{color:var(--dark-blue);margin-bottom:1rem}.network-module__e4rVsa__benefit-card p{color:var(--text-gray);line-height:1.6}.network-module__e4rVsa__membership-cta{text-align:center;margin-top:3rem}.network-module__e4rVsa__membership-cta h3{color:var(--dark-blue);margin-bottom:1rem;font-size:1.5rem}.network-module__e4rVsa__membership-price{color:var(--dark-red);margin-bottom:.5rem;font-size:3rem;font-weight:700}.network-module__e4rVsa__membership-period{color:var(--silver);margin-bottom:2rem}.network-module__e4rVsa__join-button{background:var(--dark-red);color:var(--white);border-radius:5px;padding:1.2rem 3rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.network-module__e4rVsa__join-button:hover{transform:translateY(-3px);box-shadow:0 10px 20px rgba(0,0,0,.2)}.network-module__e4rVsa__events-section{background:var(--white);padding:4rem 2rem}.network-module__e4rVsa__events-container{max-width:1200px;margin:0 auto}.network-module__e4rVsa__events-container h2{text-align:center;color:var(--dark-blue);margin-bottom:1rem;font-size:2.5rem}.network-module__e4rVsa__events-subtitle{text-align:center;color:var(--silver);margin-bottom:3rem}.network-module__e4rVsa__events-grid{gap:2rem;display:grid}.network-module__e4rVsa__event-card{background:var(--light-gray);border-radius:10px;grid-template-columns:200px 1fr;transition:all .3s;display:grid;overflow:hidden}.network-module__e4rVsa__event-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.15)}.network-module__e4rVsa__event-date{background:var(--dark-red);color:var(--white);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:flex}.network-module__e4rVsa__event-month{text-transform:uppercase;margin-bottom:.5rem;font-size:1rem}.network-module__e4rVsa__event-day{font-size:2.5rem;font-weight:700;line-height:1}.network-module__e4rVsa__event-year{margin-top:.5rem;font-size:.9rem}.network-module__e4rVsa__event-info{padding:2rem}.network-module__e4rVsa__event-type{background:var(--dark-blue);color:var(--white);border-radius:20px;margin-bottom:1rem;padding:.3rem .8rem;font-size:.8rem;display:inline-block}.network-module__e4rVsa__event-info h3{color:var(--dark-blue);margin-bottom:1rem;font-size:1.5rem}.network-module__e4rVsa__event-details{color:var(--text-gray);margin-bottom:1rem;line-height:1.6}.network-module__e4rVsa__event-meta{flex-wrap:wrap;gap:2rem;margin-bottom:1rem;display:flex}.network-module__e4rVsa__meta-item{color:var(--silver);align-items:center;gap:.5rem;font-size:.9rem;display:flex}.network-module__e4rVsa__event-register{color:var(--dark-red);font-weight:600;text-decoration:none;transition:color .3s;display:inline-block}.network-module__e4rVsa__event-register:hover{color:var(--dark-blue)}.network-module__e4rVsa__community-section{background:var(--dark-blue);color:var(--white);padding:4rem 2rem}.network-module__e4rVsa__community-container{text-align:center;max-width:800px;margin:0 auto}.network-module__e4rVsa__community-container h2{margin-bottom:2rem;font-size:2.5rem}.network-module__e4rVsa__community-container p{opacity:.95;margin-bottom:2rem;font-size:1.1rem;line-height:1.8}.network-module__e4rVsa__community-features{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem;display:grid}.network-module__e4rVsa__community-feature{text-align:center}.network-module__e4rVsa__community-feature h3{color:var(--white);margin-bottom:1rem}.network-module__e4rVsa__community-feature p{opacity:.9;font-size:1rem}@media (max-width:768px){.network-module__e4rVsa__stats-grid,.network-module__e4rVsa__event-card{grid-template-columns:1fr}.network-module__e4rVsa__event-date{flex-direction:row;gap:1rem;padding:1.5rem}.network-module__e4rVsa__community-features{grid-template-columns:1fr}}
.resources-module__6bvo0a__filter-section{background:var(--light-gray);z-index:100;padding:2rem;position:-webkit-sticky;position:sticky;top:70px}.resources-module__6bvo0a__filter-container{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;display:flex}.resources-module__6bvo0a__filter-label{color:var(--dark-blue);font-weight:600}.resources-module__6bvo0a__filter-button{background:var(--white);cursor:pointer;border:2px solid transparent;border-radius:25px;padding:.5rem 1.5rem;font-weight:500;transition:all .3s}.resources-module__6bvo0a__filter-button:hover{border-color:var(--dark-red)}.resources-module__6bvo0a__filter-button.resources-module__6bvo0a__active{background:var(--dark-red);color:var(--white);border-color:var(--dark-red)}.resources-module__6bvo0a__resources-section{background:var(--white);padding:4rem 2rem}.resources-module__6bvo0a__resources-container{max-width:1200px;margin:0 auto}.resources-module__6bvo0a__resources-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;display:grid}.resources-module__6bvo0a__resource-card{background:var(--white);border:1px solid #e0e0e0;border-radius:10px;flex-direction:column;transition:all .3s;display:flex;overflow:hidden}.resources-module__6bvo0a__resource-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.15)}.resources-module__6bvo0a__resource-header{background:var(--light-gray);border-bottom:1px solid #e0e0e0;padding:1.5rem}.resources-module__6bvo0a__resource-type{background:var(--dark-red);color:var(--white);border-radius:20px;margin-bottom:.5rem;padding:.3rem .8rem;font-size:.8rem;font-weight:600;display:inline-block}.resources-module__6bvo0a__resource-card h3{color:var(--dark-blue);margin-bottom:.5rem;font-size:1.3rem}.resources-module__6bvo0a__resource-date{color:var(--silver);font-size:.9rem}.resources-module__6bvo0a__resource-body{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.resources-module__6bvo0a__resource-description{color:var(--text-gray);flex-grow:1;margin-bottom:1rem;line-height:1.6}.resources-module__6bvo0a__resource-meta{flex-wrap:wrap;gap:1rem;margin-bottom:1rem;display:flex}.resources-module__6bvo0a__meta-item{color:var(--silver);align-items:center;gap:.3rem;font-size:.9rem;display:flex}.resources-module__6bvo0a__resource-link{color:var(--dark-blue);align-items:center;gap:.5rem;font-weight:600;text-decoration:none;transition:color .3s;display:inline-flex}.resources-module__6bvo0a__resource-link:hover{color:var(--dark-red)}.resources-module__6bvo0a__featured-section{background:var(--light-gray);padding:4rem 2rem}.resources-module__6bvo0a__featured-container{max-width:1200px;margin:0 auto}.resources-module__6bvo0a__featured-container h2{text-align:center;color:var(--dark-blue);margin-bottom:3rem;font-size:2.5rem}.resources-module__6bvo0a__featured-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.resources-module__6bvo0a__featured-card{background:var(--white);text-align:center;border:2px solid transparent;border-radius:10px;padding:2rem;transition:all .3s}.resources-module__6bvo0a__featured-card:hover{border-color:var(--dark-red);transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.1)}.resources-module__6bvo0a__featured-icon{margin-bottom:1rem;font-size:3rem}.resources-module__6bvo0a__featured-card h3{color:var(--dark-blue);margin-bottom:1rem}.resources-module__6bvo0a__featured-card p{color:var(--text-gray);margin-bottom:1.5rem;line-height:1.6}.resources-module__6bvo0a__featured-link{background:var(--dark-red);color:var(--white);border-radius:5px;padding:.8rem 1.5rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.resources-module__6bvo0a__featured-link:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,.2)}.resources-module__6bvo0a__cta-section{background:var(--dark-red);color:var(--white);text-align:center;padding:4rem 2rem}.resources-module__6bvo0a__cta-container{max-width:800px;margin:0 auto}.resources-module__6bvo0a__cta-container h2{margin-bottom:1rem;font-size:2rem}.resources-module__6bvo0a__cta-container p{opacity:.95;margin-bottom:2rem}.resources-module__6bvo0a__cta-button{background:var(--white);color:var(--dark-red);border-radius:5px;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.resources-module__6bvo0a__cta-button:hover{transform:translateY(-3px);box-shadow:0 10px 20px rgba(0,0,0,.2)}@media (max-width:768px){.resources-module__6bvo0a__resources-grid,.resources-module__6bvo0a__featured-grid{grid-template-columns:1fr}.resources-module__6bvo0a__filter-container{justify-content:flex-start;overflow-x:auto}}
.cookies-policy-module__f14r0a__container{color:#333;max-width:900px;margin:0 auto;padding:8rem 1.5rem 2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6}.cookies-policy-module__f14r0a__title{color:var(--dark-blue);border-bottom:3px solid var(--dark-red);margin-bottom:1rem;padding-bottom:.75rem;font-size:2.5rem;font-weight:700}.cookies-policy-module__f14r0a__lastUpdated{color:#666;margin-bottom:2rem;font-size:.95rem;font-style:italic}.cookies-policy-module__f14r0a__intro{border-left:4px solid var(--dark-red);background-color:#f8f9fa;border-radius:4px;margin-bottom:2rem;padding:1.25rem;font-size:1.05rem}.cookies-policy-module__f14r0a__manageButton{background:var(--dark-red);color:var(--white);cursor:pointer;border:none;border-radius:5px;margin-bottom:2rem;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-block}.cookies-policy-module__f14r0a__manageButton:hover{opacity:.9;transform:translateY(-2px);box-shadow:0 4px 12px rgba(167,25,48,.3)}.cookies-policy-module__f14r0a__manageButton:active{transform:translateY(0)}.cookies-policy-module__f14r0a__section{margin-bottom:2.5rem}.cookies-policy-module__f14r0a__sectionTitle{color:#2c3e50;margin-bottom:.75rem;padding-top:1rem;font-size:1.75rem;font-weight:600}.cookies-policy-module__f14r0a__subsectionTitle{color:#34495e;margin-top:1rem;margin-bottom:.5rem;font-size:1.35rem;font-weight:600}.cookies-policy-module__f14r0a__paragraph{color:#444;text-align:justify;margin-bottom:1rem;font-size:1rem}.cookies-policy-module__f14r0a__list{margin:1rem 0 1rem 1.5rem;padding-left:.5rem}.cookies-policy-module__f14r0a__list li{color:#444;margin-bottom:.5rem;line-height:1.6}.cookies-policy-module__f14r0a__link{color:#06c;text-decoration:none;transition:color .2s}.cookies-policy-module__f14r0a__link:hover{color:#049;text-decoration:underline}.cookies-policy-module__f14r0a__strong{color:#1a1a1a;font-weight:600}@media (max-width:768px){.cookies-policy-module__f14r0a__container{padding:6rem 1rem 2rem}.cookies-policy-module__f14r0a__title{font-size:2rem}.cookies-policy-module__f14r0a__sectionTitle{font-size:1.5rem}.cookies-policy-module__f14r0a__subsectionTitle{font-size:1.2rem}.cookies-policy-module__f14r0a__paragraph{text-align:left}}@media (max-width:480px){.cookies-policy-module__f14r0a__container{padding:5rem 1rem 2rem}.cookies-policy-module__f14r0a__title{font-size:1.75rem}.cookies-policy-module__f14r0a__sectionTitle{font-size:1.35rem}.cookies-policy-module__f14r0a__subsectionTitle{font-size:1.1rem}}
.privacy-policy-module__aFROaW__container{color:#333;max-width:900px;margin:0 auto;padding:8rem 1.5rem 2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6}.privacy-policy-module__aFROaW__title{color:var(--dark-blue);border-bottom:3px solid var(--dark-red);margin-bottom:1rem;padding-bottom:.75rem;font-size:2.5rem;font-weight:700}.privacy-policy-module__aFROaW__lastUpdated{color:#666;margin-bottom:2rem;font-size:.95rem;font-style:italic}.privacy-policy-module__aFROaW__intro{border-left:4px solid var(--dark-red);background-color:#f8f9fa;border-radius:4px;margin-bottom:2rem;padding:1.25rem;font-size:1.05rem}.privacy-policy-module__aFROaW__section{margin-bottom:2.5rem}.privacy-policy-module__aFROaW__sectionTitle{color:#2c3e50;margin-bottom:.75rem;padding-top:1rem;font-size:1.75rem;font-weight:600}.privacy-policy-module__aFROaW__subsectionTitle{color:#34495e;margin-top:1rem;margin-bottom:.5rem;font-size:1.35rem;font-weight:600}.privacy-policy-module__aFROaW__paragraph{color:#444;text-align:justify;margin-bottom:1rem;font-size:1rem}.privacy-policy-module__aFROaW__list{margin:1rem 0 1rem 1.5rem;padding-left:.5rem}.privacy-policy-module__aFROaW__list li{color:#444;margin-bottom:.5rem;line-height:1.6}.privacy-policy-module__aFROaW__link{color:#06c;text-decoration:none;transition:color .2s}.privacy-policy-module__aFROaW__link:hover{color:#049;text-decoration:underline}.privacy-policy-module__aFROaW__strong{color:#1a1a1a;font-weight:600}@media (max-width:768px){.privacy-policy-module__aFROaW__container{padding:6rem 1rem 2rem}.privacy-policy-module__aFROaW__title{font-size:2rem}.privacy-policy-module__aFROaW__sectionTitle{font-size:1.5rem}.privacy-policy-module__aFROaW__subsectionTitle{font-size:1.2rem}.privacy-policy-module__aFROaW__paragraph{text-align:left}}@media (max-width:480px){.privacy-policy-module__aFROaW__container{padding:5rem 1rem 2rem}.privacy-policy-module__aFROaW__title{font-size:1.75rem}.privacy-policy-module__aFROaW__sectionTitle{font-size:1.35rem}.privacy-policy-module__aFROaW__subsectionTitle{font-size:1.1rem}}
.terms-of-service-module__fzJIwq__container{color:#333;max-width:900px;margin:0 auto;padding:8rem 1.5rem 2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6}.terms-of-service-module__fzJIwq__title{color:var(--dark-blue);border-bottom:3px solid var(--dark-red);margin-bottom:1rem;padding-bottom:.75rem;font-size:2.5rem;font-weight:700}.terms-of-service-module__fzJIwq__lastUpdated{color:#666;margin-bottom:2rem;font-size:.95rem;font-style:italic}.terms-of-service-module__fzJIwq__intro{border-left:4px solid var(--dark-red);background-color:#f8f9fa;border-radius:4px;margin-bottom:2rem;padding:1.25rem;font-size:1.05rem}.terms-of-service-module__fzJIwq__section{margin-bottom:2.5rem}.terms-of-service-module__fzJIwq__sectionTitle{color:#2c3e50;margin-bottom:.75rem;padding-top:1rem;font-size:1.75rem;font-weight:600}.terms-of-service-module__fzJIwq__paragraph{color:#444;text-align:justify;margin-bottom:1rem;font-size:1rem}.terms-of-service-module__fzJIwq__list{margin:1rem 0 1rem 1.5rem;padding-left:.5rem}.terms-of-service-module__fzJIwq__list li{color:#444;margin-bottom:.5rem;line-height:1.6}.terms-of-service-module__fzJIwq__link{color:#06c;text-decoration:none;transition:color .2s}.terms-of-service-module__fzJIwq__link:hover{color:#049;text-decoration:underline}.terms-of-service-module__fzJIwq__strong{color:#1a1a1a;font-weight:600}@media (max-width:768px){.terms-of-service-module__fzJIwq__container{padding:6rem 1rem 2rem}.terms-of-service-module__fzJIwq__title{font-size:2rem}.terms-of-service-module__fzJIwq__sectionTitle{font-size:1.5rem}.terms-of-service-module__fzJIwq__paragraph{text-align:left}}@media (max-width:480px){.terms-of-service-module__fzJIwq__container{padding:5rem 1rem 2rem}.terms-of-service-module__fzJIwq__title{font-size:1.75rem}.terms-of-service-module__fzJIwq__sectionTitle{font-size:1.35rem}}
.cta-section-module__D0wZyq__cta-section{background:var(--white);text-align:center;padding:4rem 2rem}.cta-section-module__D0wZyq__cta-container{max-width:800px;margin:0 auto}.cta-section-module__D0wZyq__cta-container h2{color:var(--dark-blue);margin-bottom:2rem;font-size:2.5rem}.cta-section-module__D0wZyq__cta-container p{color:var(--text-gray);margin-bottom:3rem;font-size:1.1rem}.cta-section-module__D0wZyq__cta-buttons{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}
.accordion-module__mNjBbG__accordion{width:100%;max-width:100%}.accordion-module__mNjBbG__accordion-item{border:1px solid var(--light-gray);border-radius:8px;margin-bottom:.5rem;transition:all .3s;overflow:hidden}.accordion-module__mNjBbG__accordion-item:last-child{margin-bottom:0}.accordion-module__mNjBbG__accordion-item:hover{border-color:var(--dark-blue);box-shadow:0 2px 8px rgba(0,0,0,.1)}.accordion-module__mNjBbG__accordion-item-open{border-color:var(--dark-red);box-shadow:0 4px 12px rgba(0,0,0,.15)}.accordion-module__mNjBbG__accordion-trigger{background:var(--white);cursor:pointer;text-align:left;width:100%;font-family:inherit;font-size:inherit;border:none;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;transition:all .3s;display:flex}.accordion-module__mNjBbG__accordion-trigger:hover{background:var(--light-gray)}.accordion-module__mNjBbG__accordion-trigger:focus{outline:2px solid var(--dark-red);outline-offset:-2px;background:var(--light-gray)}.accordion-module__mNjBbG__accordion-item-open .accordion-module__mNjBbG__accordion-trigger{background:var(--light-gray);border-bottom:1px solid var(--silver)}.accordion-module__mNjBbG__accordion-trigger-content{flex:1;margin-right:1rem}.accordion-module__mNjBbG__accordion-icon{color:var(--dark-blue);justify-content:center;align-items:center;width:24px;height:24px;font-size:1.5rem;font-weight:700;transition:transform .3s;display:flex}.accordion-module__mNjBbG__accordion-icon-open{color:var(--dark-red);transform:rotate(90deg)}.accordion-module__mNjBbG__accordion-panel{max-height:0;transition:max-height .3s ease-out;overflow:hidden}.accordion-module__mNjBbG__accordion-panel-open{max-height:1000px;transition:max-height .3s ease-in}.accordion-module__mNjBbG__accordion-panel-content{padding:0 1.5rem 1.5rem}.accordion-module__mNjBbG__accordion-card{background:var(--white);flex-direction:column;height:100%;padding:0;display:flex}.accordion-module__mNjBbG__accordion-content{flex-direction:column;flex:1;padding:1rem 0;line-height:1.6;display:flex}.accordion-module__mNjBbG__accordion-content p{margin:0 0 1rem}.accordion-module__mNjBbG__accordion-content p:last-child{margin-bottom:0}.accordion-module__mNjBbG__accordion-header{cursor:pointer;flex-shrink:0;width:100%;margin-bottom:0}.accordion-module__mNjBbG__accordion-title{color:var(--dark-blue);margin:0;font-size:1.25rem;font-weight:600;line-height:1.3}.accordion-module__mNjBbG__accordion-item-open .accordion-module__mNjBbG__accordion-title{color:var(--dark-red)}.accordion-module__mNjBbG__accordion-footer{border-top:1px solid var(--light-gray);flex-shrink:0;margin-top:auto;padding-top:1rem}@media (min-width:1200px){.accordion-module__mNjBbG__accordion-trigger{padding:1.5rem 2rem}.accordion-module__mNjBbG__accordion-panel-content{padding:0 2rem 2rem}.accordion-module__mNjBbG__accordion-title{font-size:1.4rem}.accordion-module__mNjBbG__accordion-icon{width:28px;height:28px;font-size:1.6rem}}@media (min-width:992px) and (max-width:1199px){.accordion-module__mNjBbG__accordion-trigger{padding:1.25rem 1.75rem}.accordion-module__mNjBbG__accordion-panel-content{padding:0 1.75rem 1.75rem}}@media (min-width:768px) and (max-width:991px){.accordion-module__mNjBbG__accordion-trigger{padding:1rem 1.5rem}.accordion-module__mNjBbG__accordion-panel-content{padding:0 1.5rem 1.5rem}.accordion-module__mNjBbG__accordion-title{font-size:1.2rem}.accordion-module__mNjBbG__accordion-icon{width:22px;height:22px;font-size:1.4rem}}@media (min-width:481px) and (max-width:767px){.accordion-module__mNjBbG__accordion-trigger{padding:1rem 1.25rem}.accordion-module__mNjBbG__accordion-panel-content{padding:0 1.25rem 1.25rem}.accordion-module__mNjBbG__accordion-title{font-size:1.1rem}.accordion-module__mNjBbG__accordion-icon{width:20px;height:20px;font-size:1.3rem}.accordion-module__mNjBbG__accordion-trigger-content{margin-right:.75rem}}@media (max-width:480px){.accordion-module__mNjBbG__accordion-trigger{padding:.875rem 1rem}.accordion-module__mNjBbG__accordion-panel-content{padding:0 1rem 1rem}.accordion-module__mNjBbG__accordion-title{font-size:1rem}.accordion-module__mNjBbG__accordion-icon{width:18px;height:18px;font-size:1.2rem}.accordion-module__mNjBbG__accordion-trigger-content{margin-right:.5rem}.accordion-module__mNjBbG__accordion-content{font-size:.9rem}.accordion-module__mNjBbG__accordion-item{margin-bottom:.375rem}}@media (max-width:319px){.accordion-module__mNjBbG__accordion-trigger{padding:.75rem .875rem}.accordion-module__mNjBbG__accordion-panel-content{padding:0 .875rem .875rem}.accordion-module__mNjBbG__accordion-title{font-size:.95rem}.accordion-module__mNjBbG__accordion-content{font-size:.85rem}.accordion-module__mNjBbG__accordion-icon{width:16px;height:16px;font-size:1.1rem}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.accordion-module__mNjBbG__accordion-item{box-shadow:0 1px 3px rgba(0,0,0,.1)}.accordion-module__mNjBbG__accordion-item:hover{box-shadow:0 2px 8px rgba(0,0,0,.15)}.accordion-module__mNjBbG__accordion-item-open{box-shadow:0 4px 12px rgba(0,0,0,.2)}}@media (max-width:767px) and (orientation:landscape){.accordion-module__mNjBbG__accordion-trigger{padding:.875rem 1.25rem}.accordion-module__mNjBbG__accordion-panel-content{padding:0 1.25rem 1.25rem}.accordion-module__mNjBbG__accordion-title{font-size:1rem}.accordion-module__mNjBbG__accordion-content{font-size:.9rem}}@media (prefers-reduced-motion:reduce){.accordion-module__mNjBbG__accordion-item,.accordion-module__mNjBbG__accordion-trigger,.accordion-module__mNjBbG__accordion-icon,.accordion-module__mNjBbG__accordion-panel{transition:none}}.accordion-module__mNjBbG__accordion-trigger:focus-visible{outline:3px solid var(--dark-red);outline-offset:-3px}@media print{.accordion-module__mNjBbG__accordion-item{page-break-inside:avoid;border:1px solid #ccc;margin-bottom:1rem}.accordion-module__mNjBbG__accordion-trigger{background:0 0;padding:.5rem 0}.accordion-module__mNjBbG__accordion-icon{display:none}.accordion-module__mNjBbG__accordion-panel{max-height:none;overflow:visible}.accordion-module__mNjBbG__accordion-panel-content{padding:.5rem 0}}@media (prefers-color-scheme:dark){.accordion-module__mNjBbG__accordion-trigger{background:var(--dark-bg,var(--white));color:var(--dark-text,inherit)}.accordion-module__mNjBbG__accordion-trigger:hover,.accordion-module__mNjBbG__accordion-item-open .accordion-module__mNjBbG__accordion-trigger{background:var(--dark-hover-bg,var(--light-gray))}}
