.header{position:fixed;top:0;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:var(--shadow-sm);z-index:50;transition:all var(--transition-normal)}.header__container{max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.header__container{padding:0 1.5rem}}@media (min-width: 1024px){.header__container{padding:0 2rem}}.header__content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.header__logo{display:flex;align-items:center;gap:1rem;cursor:pointer;transition:opacity var(--transition-fast)}.header__logo:hover{opacity:.8}.header__logo-icon{width:3.5rem;height:3.5rem;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--color-white);box-shadow:0 2px 8px #0000001a}.header__logo-icon svg{width:2rem;height:2rem;color:var(--color-white)}.header__logo-image{width:400%;height:400%;-o-object-fit:contain;object-fit:contain;size:500%}.header__logo-text h1{font-size:1.5rem;font-weight:700;color:var(--color-gray-900);margin:0}.header__logo-text p{font-size:.875rem;color:var(--color-gray-600);margin:0}.header__nav{display:none;gap:.1rem;margin-left:auto;margin-right:.25rem}@media (min-width: 768px){.header__nav{display:flex}}.header__nav-item{padding:.5rem .75rem;border-radius:var(--radius-lg);font-weight:500;transition:all var(--transition-fast);background:none;border:none;cursor:pointer;color:var(--color-gray-700)}.header__nav-item:hover{color:var(--color-orange-primary);background:var(--color-gray-50)}.header__nav-item--active{color:var(--color-orange-primary);background:#f973161a}.header__mobile-toggle{display:block;padding:.5rem;border-radius:var(--radius-lg);background:none;border:none;cursor:pointer;transition:background var(--transition-fast)}@media (min-width: 768px){.header__mobile-toggle{display:none}}.header__mobile-toggle:hover{background:var(--color-gray-100)}.header__mobile-toggle svg{width:1.5rem;height:1.5rem;color:var(--color-gray-700)}.header__mobile-menu{padding:1rem 0;border-top:1px solid var(--color-gray-200);background:var(--color-white)}@media (min-width: 768px){.header__mobile-menu{display:none}}.header__mobile-menu-nav{display:flex;flex-direction:column;gap:.5rem}.header__mobile-menu-nav-item{padding:.75rem 1rem;text-align:left;border-radius:var(--radius-lg);font-weight:500;transition:all var(--transition-fast);background:none;border:none;cursor:pointer;color:var(--color-gray-700)}.header__mobile-menu-nav-item:hover{color:var(--color-orange-primary);background:var(--color-gray-50)}.header__mobile-menu-nav-item--active{color:var(--color-orange-primary);background:#f973161a}.hero{padding-top:5rem}.hero__carousel{position:relative;height:100vh;overflow:hidden}.hero__carousel-slide{position:absolute;inset:0;transition:opacity 1s ease-in-out}.hero__carousel-slide--hidden{opacity:0}.hero__carousel-slide--visible{opacity:1}.hero__carousel-slide-image{width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat}.hero__carousel-slide-overlay{position:absolute;inset:0;background:linear-gradient(to right,#111827cc,#11182799,#11182766)}.hero__carousel-content{position:relative;z-index:10;display:flex;align-items:center;justify-content:center;height:100%}.hero__carousel-content-inner{max-width:1280px;margin:0 auto;padding:0 1rem;text-align:center;color:var(--color-white)}@media (min-width: 640px){.hero__carousel-content-inner{padding:0 1.5rem}}@media (min-width: 1024px){.hero__carousel-content-inner{padding:0 2rem}}.hero__carousel-content-inner h1{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}@media (min-width: 768px){.hero__carousel-content-inner h1{font-size:3.75rem}}.hero__carousel-content-inner h1 .gradient-text{background:linear-gradient(135deg,#fb923c,#ef4444);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero__carousel-content-inner p{font-size:1.25rem;margin-bottom:2rem;color:#e5e7eb;line-height:1.6;max-width:64rem;margin-left:auto;margin-right:auto}@media (min-width: 768px){.hero__carousel-content-inner p{font-size:1.5rem}}.hero__carousel-content-inner-actions{display:flex;flex-direction:column;gap:1rem;justify-content:center}@media (min-width: 640px){.hero__carousel-content-inner-actions{flex-direction:row}}.hero__carousel-content-inner-actions-primary{background:linear-gradient(135deg,var(--color-orange-primary),var(--color-red-primary));transition:all var(--transition-normal);color:var(--color-white);padding:1rem 2rem;border-radius:var(--radius-lg);font-weight:600;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:var(--shadow-lg)}.hero__carousel-content-inner-actions-primary:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:var(--shadow-xl)}.hero__carousel-content-inner-actions-secondary{border:2px solid var(--color-white);color:var(--color-white);padding:1rem 2rem;border-radius:var(--radius-lg);font-weight:600;background:none;cursor:pointer;transition:all var(--transition-normal);box-shadow:var(--shadow-lg)}.hero__carousel-content-inner-actions-secondary:hover{background:var(--color-white);color:var(--color-gray-900);transform:translateY(-2px);box-shadow:var(--shadow-xl)}.hero__carousel-controls{position:absolute;top:50%;transform:translateY(-50%);z-index:20;background:#fff3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:50%;padding:.75rem;transition:all var(--transition-normal);border:none;cursor:pointer}.hero__carousel-controls:hover{background:#ffffff4d}.hero__carousel-controls--prev{left:1rem}.hero__carousel-controls--next{right:1rem}.hero__carousel-controls svg{width:1.5rem;height:1.5rem;color:var(--color-white)}.hero__carousel-indicators{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:20;display:flex;gap:.5rem}.hero__carousel-indicators-dot{width:.75rem;height:.75rem;border-radius:50%;transition:all var(--transition-normal);border:none;cursor:pointer}.hero__carousel-indicators-dot--active{background:var(--color-orange-primary)}.hero__carousel-indicators-dot--inactive{background:#ffffff80}.hero__values{background:linear-gradient(135deg,#f0fdfa,#ecfeff);padding:4rem 0}.hero__values-container{max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.hero__values-container{padding:0 1.5rem}}@media (min-width: 1024px){.hero__values-container{padding:0 2rem}}.hero__values-title{font-size:1.875rem;font-weight:700;text-align:center;margin-bottom:3rem;color:var(--color-gray-900)}.hero__values-grid{display:grid;gap:2rem}@media (min-width: 768px){.hero__values-grid{grid-template-columns:repeat(3,1fr)}}.hero__values-item{text-align:center;transition:transform var(--transition-normal)}.hero__values-item:hover{transform:translateY(-8px)}.hero__values-item-icon{width:4rem;height:4rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;transition:all var(--transition-normal)}.hero__values-item-icon--orange{background:var(--gradient-orange-red)}.hero__values-item-icon--orange:hover{background:linear-gradient(135deg,#ea580c,#b91c1c)}.hero__values-item-icon--teal{background:var(--gradient-teal-cyan)}.hero__values-item-icon--teal:hover{background:linear-gradient(135deg,#0d9488,#0891b2)}.hero__values-item-icon svg{width:2rem;height:2rem;color:var(--color-white)}.hero__values-item-title{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:var(--color-gray-900)}.hero__values-item-description{color:var(--color-gray-600)}.hero__stats{padding:4rem 0;background:var(--color-white)}.hero__stats-container{max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.hero__stats-container{padding:0 1.5rem}}@media (min-width: 1024px){.hero__stats-container{padding:0 2rem}}.hero__stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media (min-width: 768px){.hero__stats-grid{grid-template-columns:repeat(4,1fr)}}.hero__stats-item{text-align:center}.hero__stats-item-value{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(135deg,var(--color-orange-primary),var(--color-red-primary));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@media (min-width: 768px){.hero__stats-item-value{font-size:3rem}}.hero__stats-item-label{color:var(--color-gray-600);font-weight:500}.hero__testimonials{background:linear-gradient(135deg,#f0fdfa,#ecfeff);padding:4rem 0}.hero__testimonials-container{max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.hero__testimonials-container{padding:0 1.5rem}}@media (min-width: 1024px){.hero__testimonials-container{padding:0 2rem}}.hero__testimonials-title{font-size:1.875rem;font-weight:700;text-align:center;margin-bottom:3rem;color:var(--color-gray-900)}.hero__testimonials-grid{display:grid;gap:2rem}@media (min-width: 768px){.hero__testimonials-grid{grid-template-columns:repeat(3,1fr)}}.hero__testimonials-item{background:#fffc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:var(--radius-xl);padding:1.5rem;transition:all var(--transition-normal);box-shadow:var(--shadow-lg)}.hero__testimonials-item:hover{background:var(--color-white);box-shadow:var(--shadow-xl)}.hero__testimonials-item-content{color:var(--color-gray-700);margin-bottom:1rem;font-style:italic}.hero__testimonials-item-footer{border-top:1px solid var(--color-gray-200);padding-top:1rem}.hero__testimonials-item-footer-name{font-weight:600;color:var(--color-gray-900)}.hero__testimonials-item-footer-role{color:var(--color-gray-600);font-size:.875rem}.about{padding-top:6rem;padding-bottom:4rem;background:var(--color-white)}.about__container{max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.about__container{padding:0 1.5rem}}@media (min-width: 1024px){.about__container{padding:0 2rem}}.about__header{text-align:center;margin-bottom:4rem}.about__header-title{font-size:2.5rem;font-weight:700;color:var(--color-gray-900);margin-bottom:1.5rem}@media (min-width: 768px){.about__header-title{font-size:3rem}}.about__header-description{font-size:1.25rem;color:var(--color-gray-600);max-width:48rem;margin:0 auto}.about__mission{background:var(--gradient-gray-dark);border-radius:var(--radius-2xl);padding:2rem;color:var(--color-white);margin-bottom:4rem}@media (min-width: 768px){.about__mission{padding:3rem}}.about__mission-grid{display:grid;gap:2rem;align-items:center}@media (min-width: 768px){.about__mission-grid{grid-template-columns:repeat(2,1fr)}}.about__mission-content-title{font-size:1.875rem;font-weight:700;margin-bottom:1.5rem}.about__mission-content-list{display:flex;flex-direction:column;gap:1rem}.about__mission-content-list-item{display:flex;align-items:flex-start;gap:.75rem}.about__mission-content-list-item svg{width:1.5rem;height:1.5rem;color:#fb923c;margin-top:.25rem;flex-shrink:0}.about__mission-content-list-item p{color:#e5e7eb;margin:0}.about__mission-info{background:#ffffff1a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:var(--radius-xl);padding:1.5rem}.about__mission-info-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#fb923c}.about__mission-info-list{display:flex;flex-direction:column;gap:.75rem}.about__mission-info-list-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.about__mission-info-list-item svg{width:1rem;height:1rem;color:#fb923c}.about__history{margin-bottom:4rem}.about__history-title{font-size:1.875rem;font-weight:700;text-align:center;margin-bottom:2rem;color:var(--color-gray-900)}.about__history-content{background:linear-gradient(135deg,#f0fdfa,#ecfeff);border-radius:var(--radius-xl);padding:2rem}.about__history-content p{font-size:1.125rem;color:var(--color-gray-700);line-height:1.6;margin-bottom:1.5rem}.about__history-content p:last-child{margin-bottom:0}.about__team{margin-bottom:4rem}.about__team-title{font-size:1.875rem;font-weight:700;text-align:center;margin-bottom:3rem;color:var(--color-gray-900)}.about__team-grid{display:grid;gap:2rem}@media (min-width: 768px){.about__team-grid{grid-template-columns:repeat(3,1fr)}}.about__team-card{background:var(--color-white);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);padding:1.5rem;transition:all var(--transition-normal)}.about__team-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl)}.about__team-card-icon{width:4rem;height:4rem;background:var(--gradient-orange-red);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.about__team-card-icon svg{width:2rem;height:2rem;color:var(--color-white)}.about__team-card-name{font-size:1.25rem;font-weight:700;color:var(--color-gray-900);text-align:center;margin-bottom:.5rem}.about__team-card-role{color:var(--color-orange-primary);font-weight:600;text-align:center;margin-bottom:1rem}.about__team-card-description{color:var(--color-gray-600);text-align:center}.about__values{background:linear-gradient(to right,#f0fdfa,#ecfeff);border-radius:var(--radius-2xl);padding:2rem;margin-bottom:4rem}@media (min-width: 768px){.about__values{padding:3rem}}.about__values-title{font-size:1.875rem;font-weight:700;color:var(--color-gray-900);text-align:center;margin-bottom:2rem}.about__values-grid{display:grid;gap:1.5rem}@media (min-width: 768px){.about__values-grid{grid-template-columns:repeat(3,1fr)}}.about__values-item{text-align:center}.about__values-item-icon{width:3rem;height:3rem;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.about__values-item-icon--orange{background:var(--gradient-orange-red)}.about__values-item-icon--teal{background:var(--gradient-teal-cyan)}.about__values-item-icon svg{width:1.5rem;height:1.5rem;color:var(--color-white)}.about__values-item-title{font-weight:600;color:var(--color-gray-900);margin-bottom:.5rem}.about__values-item-description{color:var(--color-gray-600);font-size:.875rem}.about__documents{margin-top:4rem;text-align:center}.about__documents-title{font-size:1.5rem;font-weight:700;color:var(--color-gray-900);margin-bottom:2rem}.about__documents-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.about__documents-buttons-item{background:linear-gradient(135deg,var(--color-orange-primary),var(--color-red-primary));transition:all var(--transition-normal);color:var(--color-white);padding:.75rem 1.5rem;border-radius:var(--radius-lg);border:none;cursor:pointer;display:flex;align-items:center;gap:.5rem;box-shadow:var(--shadow-lg)}.about__documents-buttons-item:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:var(--shadow-xl)}.about__documents-buttons-item--teal{background:linear-gradient(135deg,var(--color-teal-primary),var(--color-cyan-primary));transition:all var(--transition-normal)}.about__documents-buttons-item--teal:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:var(--shadow-xl)}.about__documents-buttons-item--gray{background:var(--color-gray-600)}.about__documents-buttons-item--gray:hover{background:var(--color-gray-700);filter:none}.about__documents-buttons-item svg{width:1.25rem;height:1.25rem}.actions{padding-top:6rem;padding-bottom:4rem;background:linear-gradient(135deg,#f0fdfa,#ecfeff)}.actions__container{max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.actions__container{padding:0 1.5rem}}@media (min-width: 1024px){.actions__container{padding:0 2rem}}.actions__header{text-align:center;margin-bottom:4rem}.actions__header-title{font-size:2.5rem;font-weight:700;color:var(--color-gray-900);margin-bottom:1.5rem}@media (min-width: 768px){.actions__header-title{font-size:3rem}}.actions__header-description{font-size:1.25rem;color:var(--color-gray-600);max-width:48rem;margin:0 auto}.actions__main{margin-bottom:4rem}.actions__main-grid{display:grid;gap:2rem}@media (min-width: 768px){.actions__main-grid{grid-template-columns:repeat(2,1fr)}}.actions__main-card{background:var(--color-white);border-radius:var(--radius-2xl);box-shadow:var(--shadow-lg);padding:2rem;transition:all var(--transition-normal)}.actions__main-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl)}.actions__main-card-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.actions__main-card-header-icon{width:3rem;height:3rem;background:var(--gradient-orange-red);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;flex-shrink:0}.actions__main-card-header-icon svg{width:1.5rem;height:1.5rem;color:var(--color-white)}.actions__main-card-header-content-title{font-size:1.5rem;font-weight:700;color:var(--color-gray-900);margin-bottom:.5rem}.actions__main-card-header-content-description{color:var(--color-gray-600)}.actions__main-card-details{display:flex;flex-direction:column;gap:.75rem}.actions__main-card-details-item{display:flex;align-items:center;gap:.75rem}.actions__main-card-details-item svg{width:1.25rem;height:1.25rem;color:var(--color-teal-primary);flex-shrink:0}.actions__main-card-details-item span{color:var(--color-gray-700)}.actions__impact{background:var(--gradient-gray-dark);border-radius:var(--radius-2xl);padding:2rem;color:var(--color-white);margin-bottom:4rem}@media (min-width: 768px){.actions__impact{padding:3rem}}.actions__impact-header{text-align:center;margin-bottom:2rem}.actions__impact-header-title{font-size:1.875rem;font-weight:700;margin-bottom:1rem}.actions__impact-header-description{color:#e5e7eb;font-size:1.125rem}.actions__impact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media (min-width: 768px){.actions__impact-grid{grid-template-columns:repeat(4,1fr)}}.actions__impact-item{text-align:center}.actions__impact-item-value{font-size:2.5rem;font-weight:700;color:#fb923c;margin-bottom:.5rem}.actions__impact-item-label{color:#e5e7eb}.actions__partnership{background:var(--color-white);border-radius:var(--radius-2xl);box-shadow:var(--shadow-lg);padding:2rem;margin-bottom:4rem}@media (min-width: 768px){.actions__partnership{padding:3rem}}.actions__partnership-header{text-align:center;margin-bottom:2rem}.actions__partnership-header-title{font-size:1.875rem;font-weight:700;color:var(--color-gray-900);margin-bottom:1rem}.actions__partnership-header-description{color:var(--color-gray-600);font-size:1.125rem}.actions__partnership-grid{display:grid;gap:2rem}@media (min-width: 768px){.actions__partnership-grid{grid-template-columns:repeat(3,1fr)}}.actions__partnership-item{text-align:center}.actions__partnership-item-icon{width:4rem;height:4rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.actions__partnership-item-icon--orange{background:var(--gradient-orange-red)}.actions__partnership-item-icon--teal{background:var(--gradient-teal-cyan)}.actions__partnership-item-icon svg{width:2rem;height:2rem;color:var(--color-white)}.actions__partnership-item-title{font-weight:600;color:var(--color-gray-900);margin-bottom:.5rem}.actions__partnership-item-description{color:var(--color-gray-600);font-size:.875rem}.actions__cta{text-align:center;margin-top:4rem}.actions__cta-card{background:var(--gradient-orange-red);border-radius:var(--radius-2xl);padding:2rem;color:var(--color-white)}.actions__cta-card-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.actions__cta-card-description{margin-bottom:1.5rem;color:#fff}.actions__cta-card-button{background:var(--color-white);color:var(--color-orange-primary);padding:.75rem 2rem;border-radius:var(--radius-lg);font-weight:600;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;box-shadow:var(--shadow-lg);transition:all var(--transition-normal)}.actions__cta-card-button:hover{background:#fb923c1a;transform:translateY(-2px);box-shadow:var(--shadow-xl)}.actions__cta-card-button svg{width:1.25rem;height:1.25rem}.volunteer{padding-top:6rem;padding-bottom:4rem;background:var(--color-white)}.volunteer__container{max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.volunteer__container{padding:0 1.5rem}}@media (min-width: 1024px){.volunteer__container{padding:0 2rem}}.volunteer__header{text-align:center;margin-bottom:4rem}.volunteer__header-title{font-size:2.5rem;font-weight:700;color:var(--color-gray-900);margin-bottom:1.5rem}@media (min-width: 768px){.volunteer__header-title{font-size:3rem}}.volunteer__header-description{font-size:1.25rem;color:var(--color-gray-600);max-width:48rem;margin:0 auto}.volunteer__why{background:var(--gradient-gray-dark);border-radius:var(--radius-2xl);padding:2rem;color:var(--color-white);margin-bottom:4rem}@media (min-width: 768px){.volunteer__why{padding:3rem}}.volunteer__why-title{font-size:1.875rem;font-weight:700;text-align:center;margin-bottom:2rem}.volunteer__why-grid{display:grid;gap:2rem}@media (min-width: 768px){.volunteer__why-grid{grid-template-columns:repeat(3,1fr)}}.volunteer__why-item{text-align:center}.volunteer__why-item-icon{width:4rem;height:4rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.volunteer__why-item-icon--orange{background:var(--gradient-orange-red)}.volunteer__why-item-icon--teal{background:var(--gradient-teal-cyan)}.volunteer__why-item-icon svg{width:2rem;height:2rem;color:var(--color-white)}.volunteer__why-item-title{font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.volunteer__why-item-description{color:#e5e7eb}.volunteer__opportunities{margin-bottom:4rem}.volunteer__opportunities-title{font-size:1.875rem;font-weight:700;color:var(--color-gray-900);text-align:center;margin-bottom:3rem}.volunteer__opportunities-grid{display:grid;gap:2rem}@media (min-width: 768px){.volunteer__opportunities-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.volunteer__opportunities-grid{grid-template-columns:repeat(3,1fr)}}.volunteer__opportunities-card{background:var(--color-white);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);padding:1.5rem;transition:all var(--transition-normal)}.volunteer__opportunities-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl)}.volunteer__opportunities-card-title{font-size:1.25rem;font-weight:700;color:var(--color-gray-900);margin-bottom:.75rem}.volunteer__opportunities-card-description{color:var(--color-gray-600);margin-bottom:1rem}.volunteer__opportunities-card-details{display:flex;flex-direction:column;gap:.5rem;font-size:.875rem}.volunteer__opportunities-card-details-item{display:flex;align-items:center;gap:.5rem}.volunteer__opportunities-card-details-item--time svg{color:var(--color-orange-primary)}.volunteer__opportunities-card-details-item--skills{align-items:flex-start}.volunteer__opportunities-card-details-item--skills svg{color:var(--color-teal-primary);margin-top:.125rem;flex-shrink:0}.volunteer__opportunities-card-details-item span{color:var(--color-gray-700)}.volunteer__form{background:linear-gradient(135deg,#f0fdfa,#ecfeff);border-radius:var(--radius-2xl);padding:2rem}@media (min-width: 768px){.volunteer__form{padding:3rem}}.volunteer__form-container{max-width:64rem;margin:0 auto}.volunteer__form-header{text-align:center;margin-bottom:2rem}.volunteer__form-header-title{font-size:1.875rem;font-weight:700;color:var(--color-gray-900);margin-bottom:1rem}.volunteer__form-header-description{color:var(--color-gray-600)}.volunteer__form-grid{display:grid;gap:1.5rem}@media (min-width: 768px){.volunteer__form-grid{grid-template-columns:repeat(2,1fr)}.volunteer__form-grid--full{grid-column:span 2}}.volunteer__form-field-label{display:block;font-size:.875rem;font-weight:500;color:var(--color-gray-700);margin-bottom:.5rem}.volunteer__form-field-input,.volunteer__form-field-select,.volunteer__form-field-textarea{width:100%;padding:.75rem 1rem;border:1px solid var(--color-gray-300);border-radius:var(--radius-lg);transition:all var(--transition-fast)}.volunteer__form-field-input:focus,.volunteer__form-field-select:focus,.volunteer__form-field-textarea:focus{outline:none;border-color:transparent;box-shadow:0 0 0 2px var(--color-orange-primary)}.volunteer__form-field-textarea{resize:vertical}.volunteer__form-submit{text-align:center}.volunteer__form-submit-button{background:linear-gradient(135deg,var(--color-orange-primary),var(--color-red-primary));transition:all var(--transition-normal);color:var(--color-white);padding:1rem 2rem;border-radius:var(--radius-lg);font-weight:600;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;box-shadow:var(--shadow-lg)}.volunteer__form-submit-button:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:var(--shadow-xl)}.volunteer__form-submit-button svg{width:1.25rem;height:1.25rem}.volunteer__friends{margin-top:4rem;background:linear-gradient(to right,#f0fdfa,#ecfeff);border-radius:var(--radius-2xl);padding:2rem}@media (min-width: 768px){.volunteer__friends{padding:3rem}}.volunteer__friends-content{text-align:center}.volunteer__friends-content-title{font-size:1.875rem;font-weight:700;color:var(--color-gray-900);margin-bottom:1rem}.volunteer__friends-content-description{color:var(--color-gray-600);margin-bottom:1.5rem}.volunteer__friends-content-actions{display:flex;flex-direction:column;gap:1rem;justify-content:center}@media (min-width: 640px){.volunteer__friends-content-actions{flex-direction:row}}.volunteer__friends-content-actions-primary{background:linear-gradient(135deg,var(--color-teal-primary),var(--color-cyan-primary));transition:all var(--transition-normal);color:var(--color-white);padding:.75rem 1.5rem;border-radius:var(--radius-lg);font-weight:600;border:none;cursor:pointer;box-shadow:var(--shadow-lg)}.volunteer__friends-content-actions-primary:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:var(--shadow-xl)}.volunteer__friends-content-actions-secondary{background:linear-gradient(135deg,var(--color-orange-primary),var(--color-red-primary));transition:all var(--transition-normal);color:var(--color-white);padding:.75rem 1.5rem;border-radius:var(--radius-lg);font-weight:600;border:none;cursor:pointer;box-shadow:var(--shadow-lg)}.volunteer__friends-content-actions-secondary:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:var(--shadow-xl)}.news{padding-top:6rem;padding-bottom:4rem;background:linear-gradient(135deg,#f0fdfa,#ecfeff)}.news__container{max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.news__container{padding:0 1.5rem}}@media (min-width: 1024px){.news__container{padding:0 2rem}}.news__header{text-align:center;margin-bottom:4rem}.news__header-title{font-size:2.5rem;font-weight:700;color:var(--color-gray-900);margin-bottom:1.5rem}@media (min-width: 768px){.news__header-title{font-size:3rem}}.news__header-description{font-size:1.25rem;color:var(--color-gray-600);max-width:48rem;margin:0 auto}.news__articles{margin-bottom:4rem}.news__articles-title{font-size:1.875rem;font-weight:700;color:var(--color-gray-900);margin-bottom:2rem}.news__articles-grid{display:grid;gap:2rem}@media (min-width: 768px){.news__articles-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.news__articles-grid{grid-template-columns:repeat(3,1fr)}}.news__articles-card{background:var(--color-white);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);overflow:hidden;transition:all var(--transition-normal)}.news__articles-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl)}.news__articles-card-image{height:12rem;background:var(--color-gray-200);overflow:hidden}.news__articles-card-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform var(--transition-normal)}.news__articles-card-image:hover img{transform:scale(1.05)}.news__articles-card-content{padding:1.5rem}.news__articles-card-content-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.news__articles-card-content-header-category{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500}.news__articles-card-content-header-category--programme{background:#f973161a;color:#ea580c}.news__articles-card-content-header-category--partenariat{background:#14b8a61a;color:#0d9488}.news__articles-card-content-header-category--evenement{background:#dc26261a;color:#b91c1c}.news__articles-card-content-header-category--bilan{background:#06b6d41a;color:#0891b2}.news__articles-card-content-header-date{display:flex;align-items:center;gap:.25rem;font-size:.875rem;color:var(--color-gray-500)}.news__articles-card-content-header-date svg{width:1rem;height:1rem}.news__articles-card-content-title{font-size:1.25rem;font-weight:700;color:var(--color-gray-900);margin-bottom:.75rem;transition:color var(--transition-fast)}.news__articles-card-content-title:hover{color:var(--color-orange-primary)}.news__articles-card-content-excerpt{color:var(--color-gray-600);margin-bottom:1rem}.news__articles-card-content-link{color:var(--color-orange-primary);font-weight:500;display:flex;align-items:center;gap:.25rem;transition:color var(--transition-fast);text-decoration:none;background:none;border:none;cursor:pointer}.news__articles-card-content-link:hover{color:#ea580c}.news__articles-card-content-link svg{width:1rem;height:1rem}.news__events{margin-bottom:4rem}.news__events-title{font-size:1.875rem;font-weight:700;color:var(--color-gray-900);margin-bottom:2rem}.news__events-list{display:flex;flex-direction:column;gap:1.5rem}.news__events-card{background:var(--color-white);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);padding:1.5rem;transition:box-shadow var(--transition-normal)}.news__events-card:hover{box-shadow:var(--shadow-xl)}.news__events-card-content{display:flex;flex-direction:column;gap:1.5rem}@media (min-width: 768px){.news__events-card-content{flex-direction:row;align-items:flex-start}}.news__events-card-content-icon{flex-shrink:0}.news__events-card-content-icon-wrapper{width:4rem;height:4rem;background:var(--gradient-orange-red);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;font-size:1.5rem}.news__events-card-content-main{flex:1}.news__events-card-content-main-header{display:flex;flex-direction:column;gap:.75rem;margin-bottom:.75rem}@media (min-width: 640px){.news__events-card-content-main-header{flex-direction:row;align-items:flex-start;justify-content:space-between}}.news__events-card-content-main-header-title{font-size:1.25rem;font-weight:700;color:var(--color-gray-900)}.news__events-card-content-main-header-type{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500;align-self:flex-start}.news__events-card-content-main-header-type--workshop{background:#f973161a;color:#ea580c}.news__events-card-content-main-header-type--meeting{background:#14b8a61a;color:#0d9488}.news__events-card-content-main-header-type--event{background:#dc26261a;color:#b91c1c}.news__events-card-content-main-details{display:grid;gap:1rem;margin-bottom:1rem;font-size:.875rem;color:var(--color-gray-600)}@media (min-width: 640px){.news__events-card-content-main-details{grid-template-columns:repeat(3,1fr)}}.news__events-card-content-main-details-item{display:flex;align-items:center;gap:.5rem}.news__events-card-content-main-details-item svg{width:1rem;height:1rem;color:var(--color-orange-primary)}.news__events-card-content-main-description{color:var(--color-gray-600);margin-bottom:1rem}.news__events-card-content-main-button{background:linear-gradient(135deg,var(--color-orange-primary),var(--color-red-primary));transition:all var(--transition-normal);color:var(--color-white);padding:.5rem 1.5rem;border-radius:var(--radius-lg);font-weight:500;border:none;cursor:pointer}.news__events-card-content-main-button:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:var(--shadow-xl)}.news__newsletter{background:var(--gradient-gray-dark);border-radius:var(--radius-2xl);padding:2rem;color:var(--color-white);margin-bottom:4rem}@media (min-width: 768px){.news__newsletter{padding:3rem}}.news__newsletter-content{text-align:center}.news__newsletter-content-title{font-size:1.875rem;font-weight:700;margin-bottom:1rem}.news__newsletter-content-description{color:#e5e7eb;margin-bottom:2rem;font-size:1.125rem}.news__newsletter-content-form{max-width:28rem;margin:0 auto}.news__newsletter-content-form-wrapper{display:flex;gap:1rem}.news__newsletter-content-form-wrapper-input{flex:1;padding:.75rem 1rem;border-radius:var(--radius-lg);border:none;color:var(--color-gray-900)}.news__newsletter-content-form-wrapper-input:focus{outline:none;box-shadow:0 0 0 2px #fb923c}.news__newsletter-content-form-wrapper-button{background:linear-gradient(135deg,var(--color-orange-primary),var(--color-red-primary));transition:all var(--transition-normal);color:var(--color-white);padding:.75rem 1.5rem;border-radius:var(--radius-lg);font-weight:600;border:none;cursor:pointer;white-space:nowrap}.news__newsletter-content-form-wrapper-button:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:var(--shadow-xl)}.news__newsletter-content-form-disclaimer{color:#d1d5db;font-size:.875rem;margin-top:.75rem}.news__cta{text-align:center;margin-top:4rem}.news__cta-card{background:var(--color-white);border-radius:var(--radius-2xl);box-shadow:var(--shadow-lg);padding:2rem}.news__cta-card-title{font-size:1.5rem;font-weight:700;color:var(--color-gray-900);margin-bottom:1rem}.news__cta-card-description{color:var(--color-gray-600);margin-bottom:1.5rem}.news__cta-card-button{background:linear-gradient(135deg,var(--color-orange-primary),var(--color-red-primary));transition:all var(--transition-normal);color:var(--color-white);padding:.75rem 2rem;border-radius:var(--radius-lg);font-weight:600;border:none;cursor:pointer;box-shadow:var(--shadow-lg)}.news__cta-card-button:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:var(--shadow-xl)}.contact{padding-top:6rem;padding-bottom:4rem;background:var(--color-white)}.contact__container{max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.contact__container{padding:0 1.5rem}}@media (min-width: 1024px){.contact__container{padding:0 2rem}}.contact__header{text-align:center;margin-bottom:4rem}.contact__header-title{font-size:2.5rem;font-weight:700;color:var(--color-gray-900);margin-bottom:1.5rem}@media (min-width: 768px){.contact__header-title{font-size:3rem}}.contact__header-description{font-size:1.25rem;color:var(--color-gray-600);max-width:48rem;margin:0 auto}.contact__content{display:grid;gap:3rem}@media (min-width: 1024px){.contact__content{grid-template-columns:1fr 2fr}}.contact__info-card{background:var(--gradient-gray-dark);border-radius:var(--radius-2xl);padding:2rem;color:var(--color-white)}.contact__info-card-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.contact__info-card-list{display:flex;flex-direction:column;gap:1.5rem}.contact__info-card-list-item{display:flex;align-items:flex-start;gap:1rem}.contact__info-card-list-item-icon{width:2.5rem;height:2.5rem;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact__info-card-list-item-icon--orange{background:var(--gradient-orange-red)}.contact__info-card-list-item-icon--teal{background:var(--gradient-teal-cyan)}.contact__info-card-list-item-icon svg{width:1.25rem;height:1.25rem;color:var(--color-white)}.contact__info-card-list-item-content-title{font-weight:600;color:#fb923c;margin-bottom:.25rem}.contact__info-card-list-item-content-text{color:#e5e7eb;font-size:.875rem}.contact__info-card-list-item-content-text p{margin:0}.contact__info-card-social{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--color-gray-700)}.contact__info-card-social-title{font-weight:600;color:#fb923c;margin-bottom:1rem}.contact__info-card-social-links{display:flex;gap:1rem}.contact__info-card-social-links-item{width:2.5rem;height:2.5rem;background:#fff3;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;transition:background var(--transition-normal);text-decoration:none}.contact__info-card-social-links-item:hover{background:#ffffff4d}.contact__info-card-social-links-item svg{width:1.25rem;height:1.25rem;color:var(--color-white)}.contact__info-legal{background:linear-gradient(135deg,#f0fdfa,#ecfeff);border-radius:var(--radius-xl);padding:1.5rem;margin-top:1.5rem}.contact__info-legal-title{font-weight:600;color:var(--color-gray-900);margin-bottom:1rem}.contact__info-legal-list{display:flex;flex-direction:column;gap:.5rem}.contact__info-legal-list-item{color:var(--color-gray-600);font-size:.875rem}.contact__info-legal-list-item strong{font-weight:600}.contact__form-card{background:var(--color-white);border-radius:var(--radius-2xl);box-shadow:var(--shadow-lg);padding:2rem}.contact__form-card-title{font-size:1.5rem;font-weight:700;color:var(--color-gray-900);margin-bottom:1.5rem}.contact__form-card-grid{display:grid;gap:1.5rem}@media (min-width: 768px){.contact__form-card-grid--two-cols{grid-template-columns:repeat(2,1fr)}.contact__form-card-grid--full{grid-column:span 2}}.contact__form-card-field-label{display:block;font-size:.875rem;font-weight:500;color:var(--color-gray-700);margin-bottom:.5rem}.contact__form-card-field-input,.contact__form-card-field-select,.contact__form-card-field-textarea{width:100%;padding:.75rem 1rem;border:1px solid var(--color-gray-300);border-radius:var(--radius-lg);transition:all var(--transition-fast)}.contact__form-card-field-input:focus,.contact__form-card-field-select:focus,.contact__form-card-field-textarea:focus{outline:none;border-color:transparent;box-shadow:0 0 0 2px var(--color-orange-primary)}.contact__form-card-field-textarea{resize:vertical}.contact__form-card-submit{text-align:center}.contact__form-card-submit-button{background:linear-gradient(135deg,var(--color-orange-primary),var(--color-red-primary));transition:all var(--transition-normal);color:var(--color-white);padding:1rem 2rem;border-radius:var(--radius-lg);font-weight:600;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;box-shadow:var(--shadow-lg)}.contact__form-card-submit-button:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:var(--shadow-xl)}.contact__form-card-submit-button svg{width:1.25rem;height:1.25rem}.contact__map{margin-top:4rem}.contact__map-title{font-size:1.875rem;font-weight:700;color:var(--color-gray-900);text-align:center;margin-bottom:2rem}.contact__map-placeholder{background:linear-gradient(135deg,#f0fdfa,#ecfeff);border-radius:var(--radius-2xl);padding:1rem;height:24rem;display:flex;align-items:center;justify-content:center}.contact__map-placeholder-content{text-align:center;color:var(--color-gray-600)}.contact__map-placeholder-content svg{width:3rem;height:3rem;margin:0 auto 1rem;color:var(--color-orange-primary)}.contact__map-placeholder-content-title{font-size:1.125rem;font-weight:500;margin-bottom:.5rem}.contact__map-placeholder-content-address{font-size:.875rem;margin-bottom:.5rem}.contact__map-placeholder-content-note{font-size:.75rem;opacity:.75;margin-top:.5rem}.not-found{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:#fff}.not-found__container{max-width:600px;text-align:center;padding:2rem}.not-found__title{font-size:8rem;font-weight:900;margin:0;opacity:.9;text-shadow:0 4px 8px rgba(0,0,0,.3)}@media (max-width: 768px){.not-found__title{font-size:6rem}}.not-found__subtitle{font-size:2.5rem;font-weight:700;margin:1rem 0;color:#ffffffe6}@media (max-width: 768px){.not-found__subtitle{font-size:2rem}}.not-found__description{font-size:1.2rem;margin:2rem 0 3rem;opacity:.8;line-height:1.6}@media (max-width: 768px){.not-found__description{font-size:1rem;margin:1.5rem 0 2.5rem}}.not-found__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.not-found__btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;min-width:160px;justify-content:center}.not-found__btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0003}.not-found__btn--primary{background:#fff;color:var(--primary-color)}.not-found__btn--primary:hover{background:#ffffffe6}.not-found__btn--secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3)}.not-found__btn--secondary:hover{background:#ffffff1a;border-color:#ffffff80}.not-found__btn-icon{width:1.2rem;height:1.2rem}@media (max-width: 768px){.not-found__btn{padding:.875rem 1.5rem;font-size:.9rem;min-width:140px}}.footer{background:var(--color-gray-900);color:var(--color-white);padding-top:3rem;padding-bottom:3rem}.footer__main{max-width:1280px;margin:0 auto;padding:0 1rem;padding:3rem 0}@media (min-width: 640px){.footer__main{padding:0 1.5rem}}@media (min-width: 1024px){.footer__main{padding:0 2rem}}.footer__main-grid{display:grid;gap:2rem}@media (min-width: 768px){.footer__main-grid{grid-template-columns:repeat(4,1fr)}}.footer__brand-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.footer__brand-logo-icon{width:3rem;height:3rem;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--color-white);box-shadow:0 2px 8px #0000001a}.footer__brand-logo-icon svg{width:1.75rem;height:1.75rem;color:var(--color-white)}.footer__brand-logo-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:var(--radius-lg)}.footer__brand-logo-text h3{font-size:1.25rem;font-weight:700;margin:0}.footer__brand-logo-text p{font-size:.9rem;color:var(--color-gray-400);margin:0}.footer__brand-description{color:var(--color-gray-300);font-size:.875rem;line-height:1.6}.footer__section-title{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:#fb923c}.footer__section-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.footer__section-list-item a{color:var(--color-gray-300);text-decoration:none;font-size:.875rem;transition:color var(--transition-fast)}.footer__section-list-item a:hover{color:#fb923c}.footer__contact-list{display:flex;flex-direction:column;gap:.75rem}.footer__contact-list-item{display:flex;align-items:center;gap:.75rem}.footer__contact-list-item svg{width:1rem;height:1rem;color:#14b8a6;flex-shrink:0}.footer__contact-list-item a{color:var(--color-gray-300);text-decoration:none;font-size:.875rem;transition:color var(--transition-fast)}.footer__contact-list-item a:hover{color:#14b8a6}.footer__contact-list-item--address{align-items:flex-start}.footer__contact-list-item--address svg{margin-top:.125rem}.footer__contact-list-item--address div{color:var(--color-gray-300);font-size:.875rem}.footer__contact-list-item--address div p{margin:0}.footer__legal-info{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.footer__legal-info p{color:var(--color-gray-300);font-size:.875rem;margin:0}.footer__legal-info p strong{font-weight:600}.footer__legal-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.footer__legal-links-item a{color:var(--color-gray-300);text-decoration:none;font-size:.875rem;display:flex;align-items:center;gap:.25rem;transition:color var(--transition-fast)}.footer__legal-links-item a:hover{color:#fb923c}.footer__legal-links-item a svg{width:.75rem;height:.75rem}.footer__bottom{border-top:1px solid var(--color-gray-700);margin-top:2rem;padding-top:2rem}.footer__bottom-content{display:flex;flex-direction:column;align-items:center;gap:1rem}@media (min-width: 768px){.footer__bottom-content{flex-direction:row;justify-content:space-between}}.footer__bottom-content-copyright{color:var(--color-gray-400);font-size:.875rem}.footer__bottom-content-social{display:flex;gap:1rem}.footer__bottom-content-social-link{color:var(--color-gray-400);transition:color var(--transition-fast)}.footer__bottom-content-social-link:hover--facebook{color:#fb923c}.footer__bottom-content-social-link:hover--linkedin{color:#14b8a6}.footer__bottom-content-social-link svg{width:1.25rem;height:1.25rem;fill:currentColor}:root{--color-orange-primary: #f97316;--color-orange-secondary: #ea580c;--color-red-primary: #dc2626;--color-red-secondary: #b91c1c;--color-teal-primary: #14b8a6;--color-teal-secondary: #0d9488;--color-cyan-primary: #06b6d4;--color-cyan-secondary: #0891b2;--color-gray-900: #111827;--color-gray-800: #1f2937;--color-gray-700: #374151;--color-gray-600: #4b5563;--color-gray-500: #6b7280;--color-gray-400: #9ca3af;--color-gray-300: #d1d5db;--color-gray-200: #e5e7eb;--color-gray-100: #f3f4f6;--color-gray-50: #f9fafb;--color-white: #ffffff;--color-black: #000000;--gradient-orange-red: linear-gradient(135deg, var(--color-orange-primary), var(--color-red-primary));--gradient-teal-cyan: linear-gradient(135deg, var(--color-teal-primary), var(--color-cyan-primary));--gradient-gray-dark: linear-gradient(135deg, var(--color-gray-900), var(--color-gray-800));--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--spacing-3xl: 4rem;--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-2xl: 1.5rem;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--transition-fast: .15s ease-in-out;--transition-normal: .3s ease-in-out;--transition-slow: .5s ease-in-out}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:var(--color-gray-900)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.container{max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.container{padding:0 1.5rem}}@media (min-width: 1024px){.container{padding:0 2rem}}.section-padding{padding-top:6rem;padding-bottom:4rem}.gradient-text-orange{background:linear-gradient(135deg,var(--color-orange-primary),var(--color-red-primary));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.gradient-text-teal{background:linear-gradient(135deg,var(--color-teal-primary),var(--color-cyan-primary));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.min-h-screen{min-height:100vh}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}
