.HeroSection-module__Tsg-AG__heroSection{color:#fff;flex-direction:column;justify-content:center;width:100%;height:100vh;min-height:600px;max-height:800px;margin-top:0;display:flex;position:relative;overflow:hidden}.HeroSection-module__Tsg-AG__heroBackground{z-index:-2;width:100%;height:100%;position:absolute;top:0;left:0}.HeroSection-module__Tsg-AG__heroImage{object-fit:cover;object-position:center}.HeroSection-module__Tsg-AG__heroOverlay{z-index:-1;background:linear-gradient(90deg,rgba(0,0,0,.8),rgba(0,0,0,.4));width:100%;height:100%;position:absolute;top:0;left:0}.HeroSection-module__Tsg-AG__heroContainer{z-index:1;width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}.HeroSection-module__Tsg-AG__heroContent{max-width:650px;animation:1s ease-out HeroSection-module__Tsg-AG__fadeIn}.HeroSection-module__Tsg-AG__heroTitle{text-shadow:0 2px 4px rgba(0,0,0,.3);word-wrap:break-word;-ms-hyphens:auto;hyphens:auto;margin-bottom:1.5rem;font-size:3rem;font-weight:700;line-height:1.2}.HeroSection-module__Tsg-AG__highlight{color:#ff6b6b;display:inline-block;position:relative}.HeroSection-module__Tsg-AG__highlight:after{content:"";background-color:#ff6b6b;border-radius:2px;width:100%;height:4px;position:absolute;bottom:0;left:0}.HeroSection-module__Tsg-AG__heroSubtitle{opacity:.85;color:gold;letter-spacing:.5px;max-width:600px;margin-bottom:1rem;font-size:1rem;font-weight:600;line-height:1.5}.HeroSection-module__Tsg-AG__heroDescription{opacity:.9;max-width:600px;margin-bottom:2rem;font-size:1.25rem;line-height:1.6}.HeroSection-module__Tsg-AG__heroActions{gap:1rem;margin-top:1rem;display:flex}.HeroSection-module__Tsg-AG__primaryButton{color:#fff;background-color:#ff6b6b;border-radius:.5rem;padding:.875rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 12px rgba(255,107,107,.3)}.HeroSection-module__Tsg-AG__primaryButton:hover{background-color:#ff5252;transform:translateY(-2px);box-shadow:0 6px 16px rgba(255,107,107,.4)}.HeroSection-module__Tsg-AG__secondaryButton{color:#fff;background-color:transparent;border:2px solid rgba(255,255,255,.6);border-radius:.5rem;padding:.875rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.HeroSection-module__Tsg-AG__secondaryButton:hover{background-color:rgba(255,255,255,.1);border-color:#fff;transform:translateY(-2px)}.HeroSection-module__Tsg-AG__heroFeatures{z-index:1;background:linear-gradient(transparent,rgba(0,0,0,.8));padding:2rem 0;position:absolute;bottom:0;left:0;right:0}.HeroSection-module__Tsg-AG__featureContainer{justify-content:center;gap:2rem;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.HeroSection-module__Tsg-AG__feature{text-align:center;max-width:300px;animation:.8s ease-out forwards HeroSection-module__Tsg-AG__slideUp;animation-delay:calc(var(--index,0)*.2s);opacity:0;flex-direction:column;align-items:center;display:flex}.HeroSection-module__Tsg-AG__feature:first-child{--index:1}.HeroSection-module__Tsg-AG__feature:nth-child(2){--index:2}.HeroSection-module__Tsg-AG__feature:nth-child(3){--index:3}.HeroSection-module__Tsg-AG__featureIcon{background-color:rgba(255,107,107,.2);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1rem;transition:all .3s;display:flex}.HeroSection-module__Tsg-AG__feature:hover .HeroSection-module__Tsg-AG__featureIcon{background-color:rgba(255,107,107,.4);transform:scale(1.1)}.HeroSection-module__Tsg-AG__icon{color:#ff6b6b;width:30px;height:30px}.HeroSection-module__Tsg-AG__featureTitle{margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.HeroSection-module__Tsg-AG__featureDescription{opacity:.8;font-size:.9375rem;line-height:1.5}@keyframes HeroSection-module__Tsg-AG__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes HeroSection-module__Tsg-AG__slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.HeroSection-module__Tsg-AG__heroTitle{font-size:2.5rem}.HeroSection-module__Tsg-AG__heroDescription{max-width:100%;font-size:1.125rem}.HeroSection-module__Tsg-AG__heroContent{max-width:550px}}@media (max-width:768px){.HeroSection-module__Tsg-AG__heroSection{justify-content:center;align-items:center;height:auto;min-height:450px;max-height:none;margin-top:0;padding:4rem 0 1.5rem;display:flex}.HeroSection-module__Tsg-AG__heroContainer{text-align:center;justify-content:center;align-items:center;padding:0 1.5rem;display:flex}.HeroSection-module__Tsg-AG__heroContent{width:100%;max-width:100%}.HeroSection-module__Tsg-AG__heroTitle{letter-spacing:.3px;margin-bottom:.75rem;font-size:1.8rem;font-weight:700;line-height:1.2}.HeroSection-module__Tsg-AG__heroSubtitle{color:gold;margin-bottom:.75rem;font-size:.95rem;font-weight:600}.HeroSection-module__Tsg-AG__heroDescription{opacity:.85;max-width:100%;margin-bottom:1.5rem;font-size:.95rem;line-height:1.5}.HeroSection-module__Tsg-AG__heroActions{flex-direction:column;align-items:stretch;gap:.75rem;display:flex}.HeroSection-module__Tsg-AG__heroFeatures{display:none!important}.HeroSection-module__Tsg-AG__featureContainer{flex-direction:column;align-items:center;gap:1.5rem}.HeroSection-module__Tsg-AG__feature{max-width:100%}.HeroSection-module__Tsg-AG__primaryButton,.HeroSection-module__Tsg-AG__secondaryButton{justify-content:center;align-items:center;width:100%;min-height:48px;padding:.875rem 1.5rem;font-size:.95rem;display:flex}}@media (max-width:480px){.HeroSection-module__Tsg-AG__heroSection{min-height:450px;margin-top:0;padding:4rem 0 1.5rem}.HeroSection-module__Tsg-AG__heroTitle{margin-bottom:1rem;font-size:1.75rem}.HeroSection-module__Tsg-AG__heroDescription{margin-bottom:1.25rem;font-size:.95rem}.HeroSection-module__Tsg-AG__heroActions{text-align:center;justify-content:center;align-items:center}.HeroSection-module__Tsg-AG__heroFeatures{display:none!important}.HeroSection-module__Tsg-AG__primaryButton,.HeroSection-module__Tsg-AG__secondaryButton{text-align:center;width:100%;min-height:48px;padding:.875rem 1rem;font-size:.9rem}.HeroSection-module__Tsg-AG__featureIcon{width:50px;height:50px}.HeroSection-module__Tsg-AG__icon{width:25px;height:25px}.HeroSection-module__Tsg-AG__featureTitle{font-size:1.1rem}.HeroSection-module__Tsg-AG__featureDescription{font-size:.875rem}.HeroSection-module__Tsg-AG__heroContainer{padding:0 1rem}}@media (max-width:360px){.HeroSection-module__Tsg-AG__heroSection{min-height:400px;padding:3.5rem 0 1rem}.HeroSection-module__Tsg-AG__heroTitle{margin-bottom:.75rem;font-size:1.5rem;line-height:1.1}.HeroSection-module__Tsg-AG__heroDescription{margin-bottom:1rem;font-size:.9rem;line-height:1.4}.HeroSection-module__Tsg-AG__highlight:after{height:3px}.HeroSection-module__Tsg-AG__heroActions{text-align:center;justify-content:center;align-items:center}.HeroSection-module__Tsg-AG__primaryButton,.HeroSection-module__Tsg-AG__secondaryButton{min-height:44px;padding:.75rem .875rem;font-size:.85rem}.HeroSection-module__Tsg-AG__heroContent{text-align:center}}@media (max-height:500px) and (orientation:landscape){.HeroSection-module__Tsg-AG__heroSection{height:auto;min-height:450px;padding:4rem 0 1rem}.HeroSection-module__Tsg-AG__heroFeatures{position:relative}.HeroSection-module__Tsg-AG__featureContainer{flex-flow:wrap;justify-content:center}.HeroSection-module__Tsg-AG__feature{flex:0 0 calc(50% - 1rem);max-width:calc(50% - 1rem)}}@media (hover:none) and (pointer:coarse){.HeroSection-module__Tsg-AG__primaryButton,.HeroSection-module__Tsg-AG__secondaryButton{touch-action:manipulation;min-height:48px;padding:.875rem 1.5rem}.HeroSection-module__Tsg-AG__featureIcon{min-width:48px;min-height:48px}}.HeroSection-module__Tsg-AG__highlightNoLine{color:#ff6b6b;display:inline-block;position:relative}.HeroSection-module__Tsg-AG__heroBackground picture,.HeroSection-module__Tsg-AG__heroBackground img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}
.SupportSection-module__iqf65G__supportSection{background-color:#fff;padding:5rem 0;position:relative;overflow:hidden}.SupportSection-module__iqf65G__container{z-index:2;max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative}.SupportSection-module__iqf65G__header{text-align:center;max-width:900px;margin-bottom:3.5rem;margin-left:auto;margin-right:auto}.SupportSection-module__iqf65G__title{color:#1a202c;margin-bottom:1.25rem;font-size:2.25rem;font-weight:700;line-height:1.3}.SupportSection-module__iqf65G__description{color:#4a5568;font-size:1.125rem;line-height:1.7}.SupportSection-module__iqf65G__cardsContainer{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.SupportSection-module__iqf65G__card{background-color:#fff;border:1px solid #f0f0f0;border-radius:12px;flex-direction:column;justify-content:space-between;height:100%;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 10px 25px rgba(0,0,0,.05)}.SupportSection-module__iqf65G__card:hover{transform:translateY(-8px);box-shadow:0 15px 35px rgba(0,0,0,.1)}.SupportSection-module__iqf65G__cardContent{flex-grow:1;padding:2rem}.SupportSection-module__iqf65G__iconWrapper{background:linear-gradient(135deg,#ff6b6b 0%,#ff8e8e 100%);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.5rem;display:flex;box-shadow:0 8px 20px rgba(255,107,107,.2)}.SupportSection-module__iqf65G__cardIcon{color:#fff;font-size:1.75rem}.SupportSection-module__iqf65G__cardTitle{color:#1a202c;margin-bottom:1rem;font-size:1.25rem;font-weight:600}.SupportSection-module__iqf65G__cardDescription{color:#4a5568;margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.SupportSection-module__iqf65G__cardLink{text-align:right;color:#ff6b6b;background-color:#fafafa;border-top:1px solid #f0f0f0;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:all .2s;display:block}.SupportSection-module__iqf65G__cardLink:hover{color:#ff5252;background-color:#fff5f5}.SupportSection-module__iqf65G__arrow{margin-left:.5rem;transition:transform .2s;display:inline-block}.SupportSection-module__iqf65G__cardLink:hover .SupportSection-module__iqf65G__arrow{transform:translate(5px)}.SupportSection-module__iqf65G__backgroundDecoration{z-index:1;background:linear-gradient(135deg,rgba(255,107,107,.05) 0%,rgba(255,142,142,.05) 100%);border-radius:50%;width:400px;height:400px;position:absolute;top:-150px;right:-150px}.SupportSection-module__iqf65G__backgroundDecoration:before{content:"";background:linear-gradient(135deg,rgba(255,107,107,.03) 0%,rgba(255,142,142,.03) 100%);border-radius:50%;width:300px;height:300px;position:absolute;bottom:-100px;left:-350px}@media (max-width:1024px){.SupportSection-module__iqf65G__cardsContainer{grid-template-columns:repeat(2,1fr)}.SupportSection-module__iqf65G__title{font-size:2rem}}@media (max-width:768px){.SupportSection-module__iqf65G__supportSection{padding:4rem 0}.SupportSection-module__iqf65G__title{font-size:1.75rem}.SupportSection-module__iqf65G__description{font-size:1rem}.SupportSection-module__iqf65G__cardsContainer{grid-template-columns:1fr;gap:1.5rem}.SupportSection-module__iqf65G__card{max-width:500px;margin:0 auto}}@media (max-width:480px){.SupportSection-module__iqf65G__supportSection{padding:3rem 0}.SupportSection-module__iqf65G__header{margin-bottom:2.5rem}.SupportSection-module__iqf65G__title{font-size:1.5rem}.SupportSection-module__iqf65G__cardContent{padding:1.5rem}.SupportSection-module__iqf65G__iconWrapper{width:50px;height:50px}.SupportSection-module__iqf65G__cardIcon{font-size:1.5rem}}@media (prefers-reduced-motion:reduce){.SupportSection-module__iqf65G__card,.SupportSection-module__iqf65G__cardLink,.SupportSection-module__iqf65G__arrow{transition:none}}
.AboutSection-module__LybSuq__aboutSection{background-color:#fff;padding:5rem 0;position:relative;overflow:hidden}.AboutSection-module__LybSuq__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.AboutSection-module__LybSuq__content{align-items:center;gap:4rem;display:flex}.AboutSection-module__LybSuq__textContent{flex:1;max-width:600px}.AboutSection-module__LybSuq__subtitle{color:#ff6b6b;margin-bottom:1rem;padding-left:2rem;font-size:1rem;font-weight:600;display:inline-block;position:relative}.AboutSection-module__LybSuq__subtitle:before{content:"";background-color:#ff6b6b;width:1.5rem;height:2px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.AboutSection-module__LybSuq__title{color:#1a202c;margin-bottom:1.5rem;font-size:2.5rem;font-weight:700;line-height:1.2}.AboutSection-module__LybSuq__description{color:#4a5568;margin-bottom:2rem;line-height:1.8}.AboutSection-module__LybSuq__description p{margin-bottom:1.25rem}.AboutSection-module__LybSuq__description p:last-child{margin-bottom:0}.AboutSection-module__LybSuq__moreLink{color:#ff6b6b;align-items:center;font-size:1.125rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.AboutSection-module__LybSuq__moreLink:hover{color:#ff5252}.AboutSection-module__LybSuq__arrowIcon{margin-left:.75rem;transition:transform .3s}.AboutSection-module__LybSuq__moreLink:hover .AboutSection-module__LybSuq__arrowIcon{transform:translate(5px)}.AboutSection-module__LybSuq__imageContainer{flex:1;position:relative}.AboutSection-module__LybSuq__aboutImage{border-radius:1rem;width:100%;height:auto;transition:transform .3s;box-shadow:0 20px 40px rgba(0,0,0,.1)}.AboutSection-module__LybSuq__aboutImage:hover{transform:scale(1.02)}.AboutSection-module__LybSuq__experienceBadge{color:#fff;background:linear-gradient(135deg,#ff6b6b 0%,#ff8e8e 100%);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:120px;height:120px;animation:2s infinite AboutSection-module__LybSuq__pulse;display:flex;position:absolute;bottom:-20px;left:-20px;box-shadow:0 10px 20px rgba(255,107,107,.3)}@keyframes AboutSection-module__LybSuq__pulse{0%{box-shadow:0 0 rgba(255,107,107,.4)}70%{box-shadow:0 0 0 15px rgba(255,107,107,0)}to{box-shadow:0 0 rgba(255,107,107,0)}}.AboutSection-module__LybSuq__years{font-size:2.5rem;font-weight:700;line-height:1}.AboutSection-module__LybSuq__yearsText{margin-top:.25rem;font-size:.875rem}@media (max-width:1024px){.AboutSection-module__LybSuq__content{gap:3rem}.AboutSection-module__LybSuq__title{font-size:2.25rem}}@media (max-width:768px){.AboutSection-module__LybSuq__content{flex-direction:column-reverse;gap:3rem}.AboutSection-module__LybSuq__textContent{max-width:100%}.AboutSection-module__LybSuq__title{font-size:2rem}.AboutSection-module__LybSuq__experienceBadge{width:100px;height:100px;bottom:-15px;left:-15px}.AboutSection-module__LybSuq__years{font-size:2rem}}@media (max-width:480px){.AboutSection-module__LybSuq__aboutSection{padding:4rem 0}.AboutSection-module__LybSuq__title{font-size:1.75rem}.AboutSection-module__LybSuq__subtitle{font-size:.875rem}.AboutSection-module__LybSuq__description{font-size:.9375rem}.AboutSection-module__LybSuq__experienceBadge{width:80px;height:80px;bottom:-10px;left:-10px}.AboutSection-module__LybSuq__years{font-size:1.5rem}.AboutSection-module__LybSuq__yearsText{font-size:.75rem}}.AboutSection-module__LybSuq__imageContainer picture,.AboutSection-module__LybSuq__imageContainer img{object-fit:cover;border-radius:1rem;width:100%;height:auto;display:block}
.TimelineSection-module__GRBqHa__timelineSection{background-color:#f8fafc;padding:100px 0;position:relative;overflow:hidden}.TimelineSection-module__GRBqHa__container{max-width:1200px;margin:0 auto;padding:0 20px;position:relative}.TimelineSection-module__GRBqHa__sectionHeader{text-align:center;margin-bottom:70px}.TimelineSection-module__GRBqHa__subtitle{color:#ff6b6b;text-transform:uppercase;letter-spacing:1px;background:rgba(255,107,107,.1);border-radius:4px;margin-bottom:16px;padding:6px 12px;font-size:16px;font-weight:600;display:inline-block}.TimelineSection-module__GRBqHa__title{color:#1e293b;margin-bottom:20px;font-size:36px;font-weight:800;display:inline-block;position:relative}.TimelineSection-module__GRBqHa__title:after{content:"";background:linear-gradient(90deg,#ff6b6b,#ff8e8e);border-radius:2px;width:80px;height:4px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.TimelineSection-module__GRBqHa__description{color:#64748b;max-width:800px;margin:0 auto;font-size:18px;line-height:1.6}.TimelineSection-module__GRBqHa__timelineContainer{padding:20px 0;position:relative}.TimelineSection-module__GRBqHa__timelineLine{background:linear-gradient(#ff6b6b,#ff8e8e);border-radius:2px;width:4px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.TimelineSection-module__GRBqHa__timelineItem{width:50%;margin-bottom:60px;position:relative}.TimelineSection-module__GRBqHa__timelineItem:last-child{margin-bottom:0}.TimelineSection-module__GRBqHa__left{padding-right:40px;left:0}.TimelineSection-module__GRBqHa__right{padding-left:40px;left:50%}.TimelineSection-module__GRBqHa__timelineContent{background:#fff;border-radius:12px;padding:30px;transition:all .3s;position:relative;box-shadow:0 10px 30px rgba(0,0,0,.05)}.TimelineSection-module__GRBqHa__timelineContent:after{content:"";background:#fff;width:20px;height:20px;position:absolute;top:30px;transform:rotate(45deg)}.TimelineSection-module__GRBqHa__left .TimelineSection-module__GRBqHa__timelineContent:after{right:-10px}.TimelineSection-module__GRBqHa__right .TimelineSection-module__GRBqHa__timelineContent:after{left:-10px}.TimelineSection-module__GRBqHa__timelineIconContainer{z-index:2;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;display:flex;position:absolute;top:20px;box-shadow:0 0 0 4px rgba(255,107,107,.2)}.TimelineSection-module__GRBqHa__left .TimelineSection-module__GRBqHa__timelineIconContainer{right:-70px}.TimelineSection-module__GRBqHa__right .TimelineSection-module__GRBqHa__timelineIconContainer{left:-70px}.TimelineSection-module__GRBqHa__timelineIcon{color:#fff;background:linear-gradient(135deg,#ff6b6b,#ff8e8e);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:20px;display:flex}.TimelineSection-module__GRBqHa__timelineYear{color:#fff;background:linear-gradient(135deg,#ff6b6b,#ff8e8e);border-radius:20px;margin-bottom:15px;padding:6px 12px;font-size:14px;font-weight:600;display:inline-block}.TimelineSection-module__GRBqHa__timelineTitle{color:#1e293b;margin-bottom:15px;font-size:22px;font-weight:700}.TimelineSection-module__GRBqHa__timelineDescription{color:#64748b;font-size:16px;line-height:1.6}.TimelineSection-module__GRBqHa__highlight .TimelineSection-module__GRBqHa__timelineContent{border-left:4px solid #ff6b6b;transform:scale(1.05);box-shadow:0 15px 40px rgba(255,107,107,.1)}.TimelineSection-module__GRBqHa__highlight .TimelineSection-module__GRBqHa__timelineIcon{background:linear-gradient(135deg,#ff5252,#ff6b6b);box-shadow:0 0 20px rgba(255,107,107,.4)}.TimelineSection-module__GRBqHa__timelineItem:hover .TimelineSection-module__GRBqHa__timelineContent{transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,0,0,.1)}.TimelineSection-module__GRBqHa__highlight:hover .TimelineSection-module__GRBqHa__timelineContent{transform:translateY(-5px)scale(1.05)}@media (max-width:992px){.TimelineSection-module__GRBqHa__timelineSection{padding:80px 0}.TimelineSection-module__GRBqHa__title{font-size:32px}.TimelineSection-module__GRBqHa__description{font-size:16px}}@media (max-width:768px){.TimelineSection-module__GRBqHa__timelineSection{padding:3rem 0}.TimelineSection-module__GRBqHa__sectionHeader{margin-bottom:3rem}.TimelineSection-module__GRBqHa__subtitle{margin-bottom:12px;padding:5px 10px;font-size:14px}.TimelineSection-module__GRBqHa__title{margin-bottom:1rem;font-size:1.75rem}.TimelineSection-module__GRBqHa__title:after{width:60px;height:3px;bottom:-8px}.TimelineSection-module__GRBqHa__description{font-size:1rem;line-height:1.5}.TimelineSection-module__GRBqHa__timelineContainer{padding:1rem 0}.TimelineSection-module__GRBqHa__timelineLine{width:3px;left:16px}.TimelineSection-module__GRBqHa__timelineItem{width:100%;margin-bottom:2.5rem;padding-left:50px;padding-right:0}.TimelineSection-module__GRBqHa__left,.TimelineSection-module__GRBqHa__right{padding-left:50px;padding-right:0;left:0}.TimelineSection-module__GRBqHa__left .TimelineSection-module__GRBqHa__timelineIconContainer,.TimelineSection-module__GRBqHa__right .TimelineSection-module__GRBqHa__timelineIconContainer,.TimelineSection-module__GRBqHa__left .TimelineSection-module__GRBqHa__timelineContent:after,.TimelineSection-module__GRBqHa__right .TimelineSection-module__GRBqHa__timelineContent:after{display:none}.TimelineSection-module__GRBqHa__timelineContent{border-radius:.75rem;padding:1.25rem;box-shadow:0 4px 15px rgba(0,0,0,.05)}.TimelineSection-module__GRBqHa__timelineIcon{width:40px;height:40px;font-size:18px}.TimelineSection-module__GRBqHa__timelineYear{margin-bottom:1rem;padding:4px 10px;font-size:12px}.TimelineSection-module__GRBqHa__timelineTitle{margin-bottom:.75rem;font-size:1.1rem;line-height:1.3}.TimelineSection-module__GRBqHa__timelineDescription{font-size:.9rem;line-height:1.5}.TimelineSection-module__GRBqHa__highlight .TimelineSection-module__GRBqHa__timelineContent{border-left:3px solid #ff6b6b;transform:scale(1)}.TimelineSection-module__GRBqHa__highlight:hover .TimelineSection-module__GRBqHa__timelineContent{transform:translateY(-3px)scale(1)}.TimelineSection-module__GRBqHa__timelineItem:hover .TimelineSection-module__GRBqHa__timelineContent{transform:translateY(-3px)}}@media (max-width:640px){.TimelineSection-module__GRBqHa__timelineSection{padding:2.5rem 0}.TimelineSection-module__GRBqHa__sectionHeader{margin-bottom:2.5rem}.TimelineSection-module__GRBqHa__subtitle{margin-bottom:10px;padding:4px 9px;font-size:13px}.TimelineSection-module__GRBqHa__title{margin-bottom:.8rem;font-size:1.6rem}.TimelineSection-module__GRBqHa__title:after{width:50px}.TimelineSection-module__GRBqHa__description{font-size:.95rem;line-height:1.4}.TimelineSection-module__GRBqHa__timelineContainer{padding:.75rem 0}.TimelineSection-module__GRBqHa__timelineLine{width:2.5px;left:14px}.TimelineSection-module__GRBqHa__timelineItem{margin-bottom:2rem;padding-left:44px}.TimelineSection-module__GRBqHa__left,.TimelineSection-module__GRBqHa__right{padding-left:44px}.TimelineSection-module__GRBqHa__left .TimelineSection-module__GRBqHa__timelineIconContainer,.TimelineSection-module__GRBqHa__right .TimelineSection-module__GRBqHa__timelineIconContainer,.TimelineSection-module__GRBqHa__left .TimelineSection-module__GRBqHa__timelineContent:after,.TimelineSection-module__GRBqHa__right .TimelineSection-module__GRBqHa__timelineContent:after{display:none}.TimelineSection-module__GRBqHa__timelineContent{border-radius:.6rem;padding:1.1rem}.TimelineSection-module__GRBqHa__timelineIcon{width:34px;height:34px;font-size:16px}.TimelineSection-module__GRBqHa__timelineYear{margin-bottom:.8rem;padding:3px 8px;font-size:11px}.TimelineSection-module__GRBqHa__timelineTitle{margin-bottom:.6rem;font-size:1rem}.TimelineSection-module__GRBqHa__timelineDescription{font-size:.85rem;line-height:1.4}}@media (max-width:480px){.TimelineSection-module__GRBqHa__timelineSection{padding:2rem 0}.TimelineSection-module__GRBqHa__container{padding:0 .75rem}.TimelineSection-module__GRBqHa__sectionHeader{margin-bottom:2rem}.TimelineSection-module__GRBqHa__subtitle{margin-bottom:8px;padding:3px 8px;font-size:12px}.TimelineSection-module__GRBqHa__title{margin-bottom:.7rem;font-size:1.45rem;line-height:1.2}.TimelineSection-module__GRBqHa__title:after{width:45px;height:2px;bottom:-6px}.TimelineSection-module__GRBqHa__description{font-size:.9rem;line-height:1.35}.TimelineSection-module__GRBqHa__timelineContainer{padding:.5rem 0}.TimelineSection-module__GRBqHa__timelineLine{width:2px;left:12px}.TimelineSection-module__GRBqHa__timelineItem{width:100%;margin-bottom:1.75rem;padding-left:40px;padding-right:0}.TimelineSection-module__GRBqHa__left,.TimelineSection-module__GRBqHa__right{padding-left:40px;padding-right:0;left:0}.TimelineSection-module__GRBqHa__left .TimelineSection-module__GRBqHa__timelineIconContainer,.TimelineSection-module__GRBqHa__right .TimelineSection-module__GRBqHa__timelineIconContainer,.TimelineSection-module__GRBqHa__left .TimelineSection-module__GRBqHa__timelineContent:after,.TimelineSection-module__GRBqHa__right .TimelineSection-module__GRBqHa__timelineContent:after{display:none}.TimelineSection-module__GRBqHa__timelineContent{border-radius:.5rem;padding:1rem;box-shadow:0 2px 10px rgba(0,0,0,.04)}.TimelineSection-module__GRBqHa__timelineIconContainer{box-shadow:0 0 0 2px rgba(255,107,107,.12)}.TimelineSection-module__GRBqHa__timelineIcon{width:30px;height:30px;font-size:14px}.TimelineSection-module__GRBqHa__timelineYear{border-radius:16px;margin-bottom:.7rem;padding:3px 7px;font-size:10px;display:inline-block}.TimelineSection-module__GRBqHa__timelineTitle{margin-bottom:.5rem;font-size:.95rem;line-height:1.25}.TimelineSection-module__GRBqHa__timelineDescription{font-size:.8rem;line-height:1.3}.TimelineSection-module__GRBqHa__highlight .TimelineSection-module__GRBqHa__timelineContent{border-left:2px solid #ff6b6b;transform:scale(1)}.TimelineSection-module__GRBqHa__highlight:hover .TimelineSection-module__GRBqHa__timelineContent{transform:translateY(-2px)scale(1)}.TimelineSection-module__GRBqHa__timelineItem:hover .TimelineSection-module__GRBqHa__timelineContent{transform:translateY(-2px)}}@keyframes TimelineSection-module__GRBqHa__growLine{0%{transform-origin:top;transform:translate(-50%)scaleY(0)}to{transform-origin:top;transform:translate(-50%)scaleY(1)}}.TimelineSection-module__GRBqHa__timelineLine{animation:2s ease-out forwards TimelineSection-module__GRBqHa__growLine}.TimelineSection-module__GRBqHa__timelineItem:hover .TimelineSection-module__GRBqHa__timelineIcon{transition:transform .8s;transform:rotate(360deg)}.TimelineSection-module__GRBqHa__timelineSection:before{content:"";z-index:0;background-image:radial-gradient(circle at 20% 20%,rgba(255,107,107,.03) 0%,transparent 200px),radial-gradient(circle at 80% 80%,rgba(255,107,107,.03) 0%,transparent 200px);position:absolute;top:0;bottom:0;left:0;right:0}@media (prefers-color-scheme:dark){.TimelineSection-module__GRBqHa__timelineSection{background-color:#0f172a}.TimelineSection-module__GRBqHa__subtitle{color:#ff8e8e;background:rgba(255,142,142,.1)}.TimelineSection-module__GRBqHa__title{color:#f1f5f9}.TimelineSection-module__GRBqHa__description{color:#cbd5e1}.TimelineSection-module__GRBqHa__timelineContent{background:#1e293b;box-shadow:0 10px 30px rgba(0,0,0,.2)}.TimelineSection-module__GRBqHa__timelineContent:after,.TimelineSection-module__GRBqHa__timelineIconContainer{background:#1e293b}.TimelineSection-module__GRBqHa__timelineTitle{color:#f1f5f9}.TimelineSection-module__GRBqHa__timelineDescription{color:#cbd5e1}.TimelineSection-module__GRBqHa__timelineItem:hover .TimelineSection-module__GRBqHa__timelineContent{box-shadow:0 15px 40px rgba(0,0,0,.3)}}@media print{.TimelineSection-module__GRBqHa__timelineSection{padding:20px 0}.TimelineSection-module__GRBqHa__timelineLine{display:none}.TimelineSection-module__GRBqHa__timelineItem{page-break-inside:avoid;width:100%;margin-bottom:30px;padding:0;left:0}.TimelineSection-module__GRBqHa__timelineContent{box-shadow:none;border:1px solid #e2e8f0}.TimelineSection-module__GRBqHa__timelineContent:after{display:none}.TimelineSection-module__GRBqHa__timelineIconContainer{margin-bottom:15px;position:relative;top:0;left:0;right:0}.TimelineSection-module__GRBqHa__left .TimelineSection-module__GRBqHa__timelineIconContainer,.TimelineSection-module__GRBqHa__right .TimelineSection-module__GRBqHa__timelineIconContainer{left:0;right:0}}.TimelineSection-module__GRBqHa__timelineContent:focus-within{outline-offset:4px;outline:2px solid #ff6b6b}@media (prefers-reduced-motion:reduce){.TimelineSection-module__GRBqHa__timelineLine,.TimelineSection-module__GRBqHa__timelineItem:hover .TimelineSection-module__GRBqHa__timelineContent,.TimelineSection-module__GRBqHa__highlight:hover .TimelineSection-module__GRBqHa__timelineContent,.TimelineSection-module__GRBqHa__timelineItem:hover .TimelineSection-module__GRBqHa__timelineIcon{transition:none;animation:none;transform:none}}
.MissionVisionSection-module__sWG3Ma__missionSection{background-color:#f8fafc;padding:100px 0;position:relative}.MissionVisionSection-module__sWG3Ma__container{max-width:1200px;margin:0 auto;padding:0 20px}.MissionVisionSection-module__sWG3Ma__content{align-items:flex-start;gap:60px;display:flex}.MissionVisionSection-module__sWG3Ma__textContent{flex:1}.MissionVisionSection-module__sWG3Ma__subtitle{color:#ff6b6b;text-transform:uppercase;letter-spacing:1px;background:rgba(255,107,107,.1);border-radius:4px;margin-bottom:16px;padding:6px 12px;font-size:16px;font-weight:600;display:inline-block}.MissionVisionSection-module__sWG3Ma__title{color:#1e293b;margin-bottom:30px;font-size:36px;font-weight:800;position:relative}.MissionVisionSection-module__sWG3Ma__title:after{content:"";background:linear-gradient(90deg,#ff6b6b,#ff8e8e);border-radius:2px;width:80px;height:4px;position:absolute;bottom:-10px;left:0}.MissionVisionSection-module__sWG3Ma__missionBox,.MissionVisionSection-module__sWG3Ma__visionBox{background:#fff;border-radius:12px;margin-bottom:30px;padding:30px;position:relative;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.05)}.MissionVisionSection-module__sWG3Ma__missionBox:before{content:"";background:linear-gradient(#ff6b6b,#ff8e8e);width:4px;height:100%;position:absolute;top:0;left:0}.MissionVisionSection-module__sWG3Ma__visionBox:before{content:"";background:linear-gradient(#ff8e8e,#ff6b6b);width:4px;height:100%;position:absolute;top:0;left:0}.MissionVisionSection-module__sWG3Ma__boxTitle{color:#1e293b;align-items:center;margin-bottom:15px;font-size:22px;font-weight:700;display:flex}.MissionVisionSection-module__sWG3Ma__boxIcon{color:#fff;background:linear-gradient(135deg,#ff6b6b,#ff8e8e);border-radius:20px;margin-right:10px;padding:6px 12px;font-size:14px;font-weight:600;display:inline-block}.MissionVisionSection-module__sWG3Ma__boxText{color:#64748b;font-size:16px;line-height:1.7}.MissionVisionSection-module__sWG3Ma__commitment{margin-top:40px}.MissionVisionSection-module__sWG3Ma__commitment p{color:#64748b;margin-bottom:20px;font-size:16px;line-height:1.7}.MissionVisionSection-module__sWG3Ma__commitment p:last-child{margin-bottom:0}.MissionVisionSection-module__sWG3Ma__valuesContainer{background:#fff;border-radius:16px;flex:1;padding:40px;box-shadow:0 15px 40px rgba(0,0,0,.05)}.MissionVisionSection-module__sWG3Ma__valuesTitle{color:#1e293b;text-align:center;margin-bottom:30px;font-size:24px;font-weight:700;position:relative}.MissionVisionSection-module__sWG3Ma__valuesTitle:after{content:"";background:linear-gradient(90deg,#ff6b6b,#ff8e8e);border-radius:2px;width:60px;height:3px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.MissionVisionSection-module__sWG3Ma__valuesGrid{grid-template-columns:repeat(2,1fr);gap:25px;display:grid}.MissionVisionSection-module__sWG3Ma__valueCard{background:#f8fafc;border-radius:12px;padding:25px;transition:all .3s}.MissionVisionSection-module__sWG3Ma__valueCard:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.05)}.MissionVisionSection-module__sWG3Ma__valueIcon{color:#ff6b6b;margin-bottom:15px;font-size:28px}.MissionVisionSection-module__sWG3Ma__valueTitle{color:#1e293b;margin-bottom:10px;font-size:18px;font-weight:700}.MissionVisionSection-module__sWG3Ma__valueDescription{color:#64748b;font-size:14px;line-height:1.6}@media (max-width:992px){.MissionVisionSection-module__sWG3Ma__content{flex-direction:column}.MissionVisionSection-module__sWG3Ma__valuesContainer{width:100%}}@media (max-width:768px){.MissionVisionSection-module__sWG3Ma__missionSection{padding:80px 0}.MissionVisionSection-module__sWG3Ma__title{font-size:30px}.MissionVisionSection-module__sWG3Ma__valuesGrid{grid-template-columns:1fr}}@media (max-width:480px){.MissionVisionSection-module__sWG3Ma__missionSection{padding:60px 0}.MissionVisionSection-module__sWG3Ma__title{font-size:26px}.MissionVisionSection-module__sWG3Ma__missionBox,.MissionVisionSection-module__sWG3Ma__visionBox,.MissionVisionSection-module__sWG3Ma__valuesContainer{padding:25px}.MissionVisionSection-module__sWG3Ma__boxTitle{font-size:20px}.MissionVisionSection-module__sWG3Ma__valuesTitle{font-size:22px}}.MissionVisionSection-module__sWG3Ma__missionBox,.MissionVisionSection-module__sWG3Ma__visionBox{transition:transform .3s,box-shadow .3s}.MissionVisionSection-module__sWG3Ma__missionBox:hover,.MissionVisionSection-module__sWG3Ma__visionBox:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,0,0,.1)}.MissionVisionSection-module__sWG3Ma__missionSection:before{content:"";z-index:0;background-image:radial-gradient(circle at 10% 10%,rgba(255,107,107,.03) 0%,transparent 300px),radial-gradient(circle at 90% 90%,rgba(255,107,107,.03) 0%,transparent 300px);position:absolute;top:0;bottom:0;left:0;right:0}.MissionVisionSection-module__sWG3Ma__valueCard{border:1px solid rgba(255,107,107,.1);position:relative;overflow:hidden}.MissionVisionSection-module__sWG3Ma__valueCard:after{content:"";opacity:0;z-index:0;pointer-events:none;background:radial-gradient(circle,rgba(255,107,107,.1) 0%,transparent 70%);width:200%;height:200%;transition:opacity .5s;position:absolute;top:-50%;left:-50%}.MissionVisionSection-module__sWG3Ma__valueCard:hover:after{opacity:1}.MissionVisionSection-module__sWG3Ma__valueIcon,.MissionVisionSection-module__sWG3Ma__valueTitle,.MissionVisionSection-module__sWG3Ma__valueDescription{z-index:1;position:relative}.MissionVisionSection-module__sWG3Ma__valueIcon{background:linear-gradient(135deg,rgba(255,107,107,.1),rgba(255,142,142,.1));border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:20px;transition:all .3s;display:flex}.MissionVisionSection-module__sWG3Ma__valueCard:hover .MissionVisionSection-module__sWG3Ma__valueIcon{background:linear-gradient(135deg,rgba(255,107,107,.2),rgba(255,142,142,.2));transform:scale(1.1)rotate(5deg);box-shadow:0 10px 20px rgba(255,107,107,.15)}.MissionVisionSection-module__sWG3Ma__commitment p{padding-bottom:20px;position:relative}.MissionVisionSection-module__sWG3Ma__commitment p:not(:last-child):after{content:"";background:linear-gradient(90deg,transparent,rgba(255,107,107,.2),transparent);width:100%;height:1px;position:absolute;bottom:10px;left:0}.MissionVisionSection-module__sWG3Ma__title{background:linear-gradient(90deg,#1e293b,#334155);color:transparent;-webkit-background-clip:text;background-clip:text;display:inline-block}@keyframes MissionVisionSection-module__sWG3Ma__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.MissionVisionSection-module__sWG3Ma__missionBox,.MissionVisionSection-module__sWG3Ma__visionBox,.MissionVisionSection-module__sWG3Ma__valuesContainer{animation:.8s forwards MissionVisionSection-module__sWG3Ma__fadeInUp}.MissionVisionSection-module__sWG3Ma__missionBox{animation-delay:.2s}.MissionVisionSection-module__sWG3Ma__visionBox{animation-delay:.4s}.MissionVisionSection-module__sWG3Ma__valuesContainer{animation-delay:.6s}.MissionVisionSection-module__sWG3Ma__missionBox,.MissionVisionSection-module__sWG3Ma__visionBox{border:1px solid rgba(255,107,107,.1)}@media print{.MissionVisionSection-module__sWG3Ma__missionSection{background:0 0;padding:20px 0}.MissionVisionSection-module__sWG3Ma__content{display:block}.MissionVisionSection-module__sWG3Ma__missionBox,.MissionVisionSection-module__sWG3Ma__visionBox,.MissionVisionSection-module__sWG3Ma__valuesContainer{box-shadow:none;break-inside:avoid;border:1px solid #e2e8f0;margin-bottom:20px}.MissionVisionSection-module__sWG3Ma__valueCard{break-inside:avoid}}.MissionVisionSection-module__sWG3Ma__missionBox:focus-within{outline-offset:4px;outline:2px solid #ff6b6b}.MissionVisionSection-module__sWG3Ma__visionBox:focus-within{outline-offset:4px;outline:2px solid #ff6b6b}.MissionVisionSection-module__sWG3Ma__valueCard:focus-within{outline-offset:4px;outline:2px solid #ff6b6b}@media (prefers-reduced-motion:reduce){.MissionVisionSection-module__sWG3Ma__missionBox,.MissionVisionSection-module__sWG3Ma__visionBox,.MissionVisionSection-module__sWG3Ma__valuesContainer,.MissionVisionSection-module__sWG3Ma__valueCard:hover .MissionVisionSection-module__sWG3Ma__valueIcon{transition:none;animation:none;transform:none}}@media (prefers-color-scheme:dark){.MissionVisionSection-module__sWG3Ma__missionSection{background-color:#0f172a}.MissionVisionSection-module__sWG3Ma__title{background:linear-gradient(90deg,#f1f5f9,#e2e8f0);-webkit-background-clip:text;background-clip:text}.MissionVisionSection-module__sWG3Ma__missionBox,.MissionVisionSection-module__sWG3Ma__visionBox,.MissionVisionSection-module__sWG3Ma__valuesContainer{background:#1e293b;border:1px solid rgba(255,107,107,.15);box-shadow:0 10px 30px rgba(0,0,0,.2)}.MissionVisionSection-module__sWG3Ma__boxTitle{color:#f1f5f9}.MissionVisionSection-module__sWG3Ma__boxText,.MissionVisionSection-module__sWG3Ma__commitment p{color:#cbd5e1}.MissionVisionSection-module__sWG3Ma__valueCard{background:#0f172a;border:1px solid rgba(255,107,107,.15)}.MissionVisionSection-module__sWG3Ma__valueTitle{color:#f1f5f9}.MissionVisionSection-module__sWG3Ma__valueDescription{color:#cbd5e1}.MissionVisionSection-module__sWG3Ma__commitment p:not(:last-child):after{background:linear-gradient(90deg,transparent,rgba(255,107,107,.3),transparent)}}
.MapSection-module___jwnAG__mapSection{background-color:#f8fafc;padding:100px 0;position:relative}.MapSection-module___jwnAG__container{max-width:1200px;margin:0 auto;padding:0 20px}.MapSection-module___jwnAG__sectionHeader{text-align:center;margin-bottom:60px}.MapSection-module___jwnAG__subtitle{color:#ff6b6b;text-transform:uppercase;letter-spacing:1px;background:rgba(255,107,107,.1);border-radius:4px;margin-bottom:16px;padding:6px 12px;font-size:16px;font-weight:600;display:inline-block}.MapSection-module___jwnAG__title{color:#1e293b;margin-bottom:20px;font-size:36px;font-weight:800;display:inline-block;position:relative}.MapSection-module___jwnAG__title:after{content:"";background:linear-gradient(90deg,#ff6b6b,#ff8e8e);border-radius:2px;width:80px;height:4px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.MapSection-module___jwnAG__description{color:#64748b;max-width:800px;margin:0 auto;font-size:18px;line-height:1.6}.MapSection-module___jwnAG__content{align-items:flex-start;gap:40px;display:flex}.MapSection-module___jwnAG__mapContainer{border-radius:16px;flex:1.5;overflow:hidden;box-shadow:0 15px 40px rgba(0,0,0,.1)}.MapSection-module___jwnAG__mapWrapper{width:100%;height:100%;min-height:400px;position:relative}.MapSection-module___jwnAG__mapImage{object-fit:cover;border-radius:16px;width:100%;height:100%;display:block}.MapSection-module___jwnAG__mapMarker{z-index:10;flex-direction:column;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.MapSection-module___jwnAG__markerPin{background:#ff6b6b;border-radius:50% 50% 50% 0;justify-content:center;align-items:center;width:40px;height:40px;animation:2s infinite MapSection-module___jwnAG__bounce;display:flex;transform:rotate(-45deg);box-shadow:0 5px 15px rgba(255,107,107,.4)}.MapSection-module___jwnAG__markerIcon{color:#fff;font-size:18px;transform:rotate(45deg)}.MapSection-module___jwnAG__markerPulse{z-index:-1;background:rgba(255,107,107,.3);border-radius:50%;width:50px;height:50px;animation:2s infinite MapSection-module___jwnAG__pulse;position:absolute}.MapSection-module___jwnAG__markerLabel{color:#fff;background:#ff6b6b;border-radius:4px;margin-top:10px;padding:5px 10px;font-size:14px;font-weight:600;box-shadow:0 3px 10px rgba(0,0,0,.1)}.MapSection-module___jwnAG__contactInfo{background:#fff;border-radius:16px;flex:1;padding:30px;box-shadow:0 15px 40px rgba(0,0,0,.05)}.MapSection-module___jwnAG__contactTitle{color:#1e293b;margin-bottom:25px;padding-bottom:15px;font-size:24px;font-weight:700;position:relative}.MapSection-module___jwnAG__contactTitle:after{content:"";background:linear-gradient(90deg,#ff6b6b,#ff8e8e);border-radius:2px;width:60px;height:3px;position:absolute;bottom:0;left:0}.MapSection-module___jwnAG__contactGrid{gap:25px;display:grid}.MapSection-module___jwnAG__contactCard{gap:15px;transition:all .3s;display:flex}.MapSection-module___jwnAG__contactCard:hover{transform:translateY(-3px)}.MapSection-module___jwnAG__contactIcon{color:#ff6b6b;background:rgba(255,107,107,.1);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:20px;display:flex}.MapSection-module___jwnAG__contactContent{flex:1}.MapSection-module___jwnAG__contactItemTitle{color:#1e293b;margin-bottom:8px;font-size:18px;font-weight:600}.MapSection-module___jwnAG__contactText{color:#64748b;margin-bottom:5px;font-size:16px;line-height:1.5}.MapSection-module___jwnAG__contactSecondaryText{color:#94a3b8;margin-bottom:8px;font-size:14px;line-height:1.5}.MapSection-module___jwnAG__contactLink{color:#ff6b6b;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.MapSection-module___jwnAG__contactLink:hover{color:#ff5252;text-decoration:underline}@keyframes MapSection-module___jwnAG__bounce{0%,to{transform:rotate(-45deg)translateY(0)}50%{transform:rotate(-45deg)translateY(-10px)}}@keyframes MapSection-module___jwnAG__pulse{0%{opacity:1;transform:scale(.5)}to{opacity:0;transform:scale(1.5)}}@media (max-width:992px){.MapSection-module___jwnAG__content{flex-direction:column}.MapSection-module___jwnAG__mapContainer,.MapSection-module___jwnAG__contactInfo{width:100%}.MapSection-module___jwnAG__mapWrapper{min-height:350px}}@media (max-width:768px){.MapSection-module___jwnAG__mapSection{padding:80px 0}.MapSection-module___jwnAG__title{font-size:30px}.MapSection-module___jwnAG__description{font-size:16px}.MapSection-module___jwnAG__mapWrapper{min-height:300px}}@media (max-width:480px){.MapSection-module___jwnAG__mapSection{padding:60px 0}.MapSection-module___jwnAG__title{font-size:26px}.MapSection-module___jwnAG__mapWrapper{min-height:250px}.MapSection-module___jwnAG__contactCard{flex-direction:column;align-items:flex-start;gap:10px}.MapSection-module___jwnAG__contactIcon{width:40px;height:40px;font-size:16px}}@media (prefers-color-scheme:dark){.MapSection-module___jwnAG__mapSection{background-color:#0f172a}.MapSection-module___jwnAG__title{color:#f1f5f9}.MapSection-module___jwnAG__description{color:#cbd5e1}.MapSection-module___jwnAG__contactInfo{background:#1e293b;box-shadow:0 15px 40px rgba(0,0,0,.2)}.MapSection-module___jwnAG__contactItemTitle{color:#f1f5f9}.MapSection-module___jwnAG__contactText{color:#cbd5e1}.MapSection-module___jwnAG__contactSecondaryText{color:#94a3b8}}@media (prefers-reduced-motion:reduce){.MapSection-module___jwnAG__markerPin,.MapSection-module___jwnAG__markerPulse{animation:none}.MapSection-module___jwnAG__contactCard:hover{transform:none}}.MapSection-module___jwnAG__copyButton{color:#fff;cursor:pointer;background-color:#ff6b6b;border:none;border-radius:4px;margin-top:8px;padding:6px 12px;font-size:14px;font-weight:600;transition:all .3s;display:inline-block}.MapSection-module___jwnAG__copyButton:hover{background-color:#ff5252;transform:translateY(-2px);box-shadow:0 4px 8px rgba(255,107,107,.3)}.MapSection-module___jwnAG__copyButton:active{transform:translateY(0)}
.OrderSection-module__ml8NtG__orderSection{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);padding:5rem 0;position:relative;overflow:hidden}.OrderSection-module__ml8NtG__container{z-index:2;max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative}.OrderSection-module__ml8NtG__orderContent{align-items:center;gap:3rem;display:flex}.OrderSection-module__ml8NtG__textContent{text-align:center;flex:1}.OrderSection-module__ml8NtG__title{color:#1a202c;margin-bottom:1.5rem;font-size:2.25rem;font-weight:700;line-height:1.3}.OrderSection-module__ml8NtG__description{color:#4a5568;margin-bottom:2rem;font-size:1.125rem;line-height:1.7}.OrderSection-module__ml8NtG__buttonGroup{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.OrderSection-module__ml8NtG__orderButton{color:#fff;background:linear-gradient(135deg,#ff6b6b 0%,#ff8e8e 100%);border-radius:.5rem;align-items:center;padding:1rem 2rem;font-size:1.125rem;font-weight:600;text-decoration:none;transition:transform .3s,box-shadow .3s;display:inline-flex;box-shadow:0 4px 12px rgba(255,107,107,.3)}.OrderSection-module__ml8NtG__orderButton:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(255,107,107,.4)}.OrderSection-module__ml8NtG__secondaryButton{color:#1a202c;background:linear-gradient(135deg,#fff 0%,#f1f5f9 100%);border:1px solid #ff6b6b;border-radius:.5rem;align-items:center;padding:1rem 2rem;font-size:1.125rem;font-weight:600;text-decoration:none;transition:transform .3s,box-shadow .3s,background .3s;display:inline-flex;box-shadow:0 4px 12px rgba(0,0,0,.1)}.OrderSection-module__ml8NtG__secondaryButton:hover{background:linear-gradient(135deg,#fff1f1 0%,#ffe6e6 100%);transform:translateY(-3px);box-shadow:0 8px 20px rgba(255,107,107,.2)}.OrderSection-module__ml8NtG__arrowIcon{margin-left:.75rem;transition:transform .3s}.OrderSection-module__ml8NtG__orderButton:hover .OrderSection-module__ml8NtG__arrowIcon{transform:translate(5px)}.OrderSection-module__ml8NtG__servicesGrid{flex:1;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;display:grid}.OrderSection-module__ml8NtG__serviceCard{background-color:#fff;border-left:4px solid #ff6b6b;border-radius:1rem;padding:2rem;transition:transform .3s,box-shadow .3s;box-shadow:0 10px 25px rgba(0,0,0,.05)}.OrderSection-module__ml8NtG__serviceCard:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(0,0,0,.1)}.OrderSection-module__ml8NtG__service出发 .OrderSection-module__ml8NtG__serviceIcon{color:#fff;background:linear-gradient(135deg,#ff6b6b 0%,#ff8e8e 100%);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.5rem;font-size:1.5rem;display:flex;box-shadow:0 8px 15px rgba(255,107,107,.2)}.OrderSection-module__ml8NtG__serviceTitle{color:#1a202c;margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.OrderSection-module__ml8NtG__serviceDescription{color:#4a5568;font-size:1rem;line-height:1.6}.OrderSection-module__ml8NtG__backgroundElements{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.OrderSection-module__ml8NtG__circle1,.OrderSection-module__ml8NtG__circle2,.OrderSection-module__ml8NtG__circle3{opacity:.1;border-radius:50%;position:absolute}.OrderSection-module__ml8NtG__circle1{background:linear-gradient(135deg,#ff6b6b 0%,#ff8e8e 100%);width:300px;height:300px;top:-100px;right:-100px}.OrderSection-module__ml8NtG__circle2{background:linear-gradient(135deg,#ff6b6b 0%,#ff8e8e 100%);width:250px;height:250px;bottom:-150px;left:-50px}.OrderSection-module__ml8NtG__circle3{background:linear-gradient(135deg,#ff6b6b 0%,#ff8e8e 100%);width:100px;height:100px;top:40%;left:50%}@media (min-width:1024px){.OrderSection-module__ml8NtG__servicesGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:1024px){.OrderSection-module__ml8NtG__orderContent{flex-direction:column;gap:2rem}.OrderSection-module__ml8NtG__title{font-size:2rem}.OrderSection-module__ml8NtG__servicesGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media (max-width:768px){.OrderSection-module__ml8NtG__orderContent{flex-direction:column;gap:2rem}.OrderSection-module__ml8NtG__textContent{text-align:center}.OrderSection-module__ml8NtG__servicesGrid{grid-template-columns:1fr;width:100%}.OrderSection-module__ml8NtG__title{font-size:1.75rem}.OrderSection-module__ml8NtG__description{font-size:1rem}}@media (max-width:480px){.OrderSection-module__ml8NtG__orderSection{padding:3rem 0}.OrderSection-module__ml8NtG__title{font-size:1.5rem}.OrderSection-module__ml8NtG__description{font-size:.875rem}.OrderSection-module__ml8NtG__orderButton,.OrderSection-module__ml8NtG__secondaryButton{justify-content:center;width:100%;padding:.875rem 1.5rem;font-size:1rem}.OrderSection-module__ml8NtG__serviceCard{padding:1.5rem}.OrderSection-module__ml8NtG__serviceIcon{width:50px;height:50px;font-size:1.25rem}}@media (prefers-reduced-motion:reduce){.OrderSection-module__ml8NtG__orderButton,.OrderSection-module__ml8NtG__secondaryButton,.OrderSection-module__ml8NtG__arrowIcon,.OrderSection-module__ml8NtG__serviceCard{transition:none}}.OrderSection-module__ml8NtG__localContainer{--contrast-text:#1a202c;--contrast-bg:#fff;color:var(--contrast-text);background-color:var(--contrast-bg)}.OrderSection-module__ml8NtG__serviceCard,.OrderSection-module__ml8NtG__orderButton,.OrderSection-module__ml8NtG__secondaryButton{color:var(--contrast-text);background-color:var(--contrast-bg)}
.OfficeSection-module__wAV_IG__officeSection{background-color:#f8fafc;padding:100px 0;position:relative}.OfficeSection-module__wAV_IG__container{max-width:1200px;margin:0 auto;padding:0 20px}.OfficeSection-module__wAV_IG__sectionHeader{text-align:center;margin-bottom:60px}.OfficeSection-module__wAV_IG__subtitle{color:#ff6b6b;text-transform:uppercase;letter-spacing:1px;background:rgba(255,107,107,.1);border-radius:4px;margin-bottom:16px;padding:6px 12px;font-size:16px;font-weight:600;display:inline-block}.OfficeSection-module__wAV_IG__title{color:#1e293b;margin-bottom:20px;font-size:36px;font-weight:800;display:inline-block;position:relative}.OfficeSection-module__wAV_IG__title:after{content:"";background:linear-gradient(90deg,#ff6b6b,#ff8e8e);border-radius:2px;width:80px;height:4px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.OfficeSection-module__wAV_IG__description{color:#64748b;max-width:800px;margin:0 auto;font-size:18px;line-height:1.6}.OfficeSection-module__wAV_IG__content{flex-direction:column;gap:60px;display:flex}.OfficeSection-module__wAV_IG__imageGallery{width:100%}.OfficeSection-module__wAV_IG__mainImageContainer{border-radius:16px;width:100%;position:relative;overflow:hidden;box-shadow:0 15px 40px rgba(0,0,0,.1)}.OfficeSection-module__wAV_IG__mainImage{border-radius:16px;width:100%;height:auto;transition:transform .5s;display:block}.OfficeSection-module__wAV_IG__logoOverlay{border:3px solid #fff;border-radius:8px;max-width:120px;max-height:80px;transition:transform .3s;position:absolute;bottom:20px;right:20px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,.15)}.OfficeSection-module__wAV_IG__logoImage{object-fit:cover;width:100%;height:auto;display:block}.OfficeSection-module__wAV_IG__mainImageContainer:hover .OfficeSection-module__wAV_IG__mainImage{transform:scale(1.02)}.OfficeSection-module__wAV_IG__mainImageContainer:hover .OfficeSection-module__wAV_IG__logoOverlay{transform:translateY(-10px)}.OfficeSection-module__wAV_IG__featuresGrid{grid-template-columns:repeat(4,1fr);gap:30px;display:grid}.OfficeSection-module__wAV_IG__featureCard{background:#fff;border-radius:12px;padding:30px;transition:all .3s;box-shadow:0 10px 30px rgba(0,0,0,.05)}.OfficeSection-module__wAV_IG__featureCard:hover{transform:translateY(-10px);box-shadow:0 15px 40px rgba(0,0,0,.1)}.OfficeSection-module__wAV_IG__featureIcon{color:#ff6b6b;margin-bottom:20px;font-size:28px}.OfficeSection-module__wAV_IG__featureTitle{color:#1e293b;margin-bottom:15px;font-size:20px;font-weight:700}.OfficeSection-module__wAV_IG__featureDescription{color:#64748b;font-size:16px;line-height:1.6}.OfficeSection-module__wAV_IG__officeInfo{background:#fff;border-radius:16px;padding:40px;box-shadow:0 15px 40px rgba(0,0,0,.05)}.OfficeSection-module__wAV_IG__infoTitle{color:#1e293b;margin-bottom:20px;font-size:24px;font-weight:700}.OfficeSection-module__wAV_IG__infoText{color:#64748b;margin-bottom:20px;font-size:16px;line-height:1.7}.OfficeSection-module__wAV_IG__visitInfo{border-top:1px solid #e2e8f0;margin-top:30px;padding-top:20px}.OfficeSection-module__wAV_IG__visitItem{color:#64748b;margin-bottom:10px;font-size:16px}.OfficeSection-module__wAV_IG__visitItem strong{color:#1e293b;font-weight:600}@media (max-width:1024px){.OfficeSection-module__wAV_IG__featuresGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.OfficeSection-module__wAV_IG__officeSection{padding:80px 0}.OfficeSection-module__wAV_IG__title{font-size:30px}.OfficeSection-module__wAV_IG__description{font-size:16px}.OfficeSection-module__wAV_IG__logoOverlay{bottom:20px;right:20px}.OfficeSection-module__wAV_IG__officeInfo{padding:30px}}@media (max-width:640px){.OfficeSection-module__wAV_IG__featuresGrid{grid-template-columns:1fr}}@media (max-width:480px){.OfficeSection-module__wAV_IG__officeSection{padding:60px 0}.OfficeSection-module__wAV_IG__title{font-size:26px}.OfficeSection-module__wAV_IG__logoOverlay{border-width:2px;bottom:10px;right:10px}.OfficeSection-module__wAV_IG__officeInfo{padding:25px}.OfficeSection-module__wAV_IG__infoTitle{font-size:22px}}@media (prefers-color-scheme:dark){.OfficeSection-module__wAV_IG__officeSection{background-color:#0f172a}.OfficeSection-module__wAV_IG__title{color:#f1f5f9}.OfficeSection-module__wAV_IG__description{color:#cbd5e1}.OfficeSection-module__wAV_IG__featureCard,.OfficeSection-module__wAV_IG__officeInfo{background:#1e293b;box-shadow:0 15px 40px rgba(0,0,0,.2)}.OfficeSection-module__wAV_IG__featureTitle,.OfficeSection-module__wAV_IG__infoTitle{color:#f1f5f9}.OfficeSection-module__wAV_IG__featureDescription,.OfficeSection-module__wAV_IG__infoText,.OfficeSection-module__wAV_IG__visitItem{color:#cbd5e1}.OfficeSection-module__wAV_IG__visitItem strong{color:#f1f5f9}.OfficeSection-module__wAV_IG__visitInfo{border-top-color:#334155}.OfficeSection-module__wAV_IG__logoOverlay{border-color:#1e293b}}
.OurServicesSection-module__1Hw8KW__servicesSection{background-color:#f8f9fa;padding:5rem 0;position:relative;overflow:hidden}.OurServicesSection-module__1Hw8KW__container{z-index:2;max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative}.OurServicesSection-module__1Hw8KW__header{text-align:center;max-width:800px;margin-bottom:3.5rem;margin-left:auto;margin-right:auto}.OurServicesSection-module__1Hw8KW__subtitle{color:#ff6b6b;margin-bottom:1rem;font-size:1rem;font-weight:600;display:inline-block;position:relative}.OurServicesSection-module__1Hw8KW__subtitle:after{content:"";background-color:#ff6b6b;width:50px;height:2px;position:absolute;bottom:-5px;left:50%;transform:translate(-50%)}.OurServicesSection-module__1Hw8KW__title{color:#1a202c;margin-bottom:1.5rem;font-size:2.5rem;font-weight:700;line-height:1.2}.OurServicesSection-module__1Hw8KW__description{color:#4a5568;font-size:1.125rem;line-height:1.7}.OurServicesSection-module__1Hw8KW__servicesGrid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem;display:grid}.OurServicesSection-module__1Hw8KW__serviceCard{background-color:#fff;border-radius:1rem;flex-direction:column;height:100%;padding:2rem;transition:all .3s;display:flex;box-shadow:0 10px 25px rgba(0,0,0,.05)}.OurServicesSection-module__1Hw8KW__serviceCard:hover{transform:translateY(-10px);box-shadow:0 15px 35px rgba(0,0,0,.1)}.OurServicesSection-module__1Hw8KW__serviceIcon{color:#fff;background:linear-gradient(135deg,#ff6b6b 0%,#ff8e8e 100%);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.5rem;font-size:1.5rem;display:flex;box-shadow:0 8px 15px rgba(255,107,107,.2)}.OurServicesSection-module__1Hw8KW__serviceTitle{color:#1a202c;margin-bottom:1rem;font-size:1.25rem;font-weight:600}.OurServicesSection-module__1Hw8KW__serviceDescription{color:#4a5568;flex-grow:1;margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.OurServicesSection-module__1Hw8KW__serviceLink{color:#ff6b6b;align-items:center;margin-top:auto;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.OurServicesSection-module__1Hw8KW__serviceLink:hover{color:#ff5252}.OurServicesSection-module__1Hw8KW__arrowIcon{margin-left:.5rem;font-size:.875rem;transition:transform .3s}.OurServicesSection-module__1Hw8KW__serviceLink:hover .OurServicesSection-module__1Hw8KW__arrowIcon{transform:translate(5px)}.OurServicesSection-module__1Hw8KW__moreServices{text-align:center;margin-bottom:4rem}.OurServicesSection-module__1Hw8KW__moreServicesLink{color:#fff;background-color:#ff6b6b;border-radius:.5rem;align-items:center;padding:.875rem 2rem;font-size:1.125rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 12px rgba(255,107,107,.3)}.OurServicesSection-module__1Hw8KW__moreServicesLink:hover{background-color:#ff5252;transform:translateY(-3px);box-shadow:0 8px 20px rgba(255,107,107,.4)}.OurServicesSection-module__1Hw8KW__moreServicesLink .OurServicesSection-module__1Hw8KW__arrowIcon{margin-left:.75rem}.OurServicesSection-module__1Hw8KW__statsContainer{background-color:#fff;border-radius:1rem;grid-template-columns:repeat(4,1fr);gap:2rem;padding:3rem 2rem;display:grid;box-shadow:0 10px 25px rgba(0,0,0,.05)}.OurServicesSection-module__1Hw8KW__statItem{text-align:center;flex-direction:column;align-items:center;display:flex}.OurServicesSection-module__1Hw8KW__statNumber{color:#ff6b6b;margin-bottom:.5rem;font-size:2.5rem;font-weight:700;line-height:1}.OurServicesSection-module__1Hw8KW__statLabel{color:#4a5568;font-size:1rem;font-weight:500}.OurServicesSection-module__1Hw8KW__backgroundElements{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.OurServicesSection-module__1Hw8KW__circle1,.OurServicesSection-module__1Hw8KW__circle2{opacity:.05;border-radius:50%;position:absolute}.OurServicesSection-module__1Hw8KW__circle1{background:linear-gradient(135deg,#ff6b6b 0%,#ff8e8e 100%);width:400px;height:400px;top:-150px;right:-150px}.OurServicesSection-module__1Hw8KW__circle2{background:linear-gradient(135deg,#ff6b6b 0%,#ff8e8e 100%);width:300px;height:300px;bottom:-100px;left:-100px}@media (max-width:1024px){.OurServicesSection-module__1Hw8KW__servicesGrid{grid-template-columns:repeat(2,1fr)}.OurServicesSection-module__1Hw8KW__statsContainer{grid-template-columns:repeat(2,1fr);gap:2rem 4rem}.OurServicesSection-module__1Hw8KW__title{font-size:2.25rem}}@media (max-width:768px){.OurServicesSection-module__1Hw8KW__servicesSection{padding:4rem 0}.OurServicesSection-module__1Hw8KW__servicesGrid{grid-template-columns:1fr;gap:1.5rem}.OurServicesSection-module__1Hw8KW__title{font-size:2rem}.OurServicesSection-module__1Hw8KW__description{font-size:1rem}.OurServicesSection-module__1Hw8KW__statsContainer{padding:2rem 1.5rem}}@media (max-width:480px){.OurServicesSection-module__1Hw8KW__servicesSection{padding:3rem 0}.OurServicesSection-module__1Hw8KW__header{margin-bottom:2.5rem}.OurServicesSection-module__1Hw8KW__title{font-size:1.75rem}.OurServicesSection-module__1Hw8KW__statsContainer{grid-template-columns:1fr;gap:2rem}.OurServicesSection-module__1Hw8KW__statNumber{font-size:2rem}.OurServicesSection-module__1Hw8KW__moreServicesLink{justify-content:center;width:100%}}@media (prefers-reduced-motion:reduce){.OurServicesSection-module__1Hw8KW__serviceCard,.OurServicesSection-module__1Hw8KW__serviceLink,.OurServicesSection-module__1Hw8KW__arrowIcon,.OurServicesSection-module__1Hw8KW__moreServicesLink{transition:none}}@media (prefers-color-scheme:dark){.OurServicesSection-module__1Hw8KW__servicesSection{background-color:#1a202c}.OurServicesSection-module__1Hw8KW__title{color:#f7fafc}.OurServicesSection-module__1Hw8KW__description{color:#e2e8f0}.OurServicesSection-module__1Hw8KW__serviceCard{background-color:#2d3748}.OurServicesSection-module__1Hw8KW__serviceTitle{color:#f7fafc}.OurServicesSection-module__1Hw8KW__serviceDescription{color:#e2e8f0}.OurServicesSection-module__1Hw8KW__statsContainer{background-color:#2d3748}.OurServicesSection-module__1Hw8KW__statLabel{color:#e2e8f0}}
.TeamSection-module__FM-f0W__teamSection{background-color:#f8f9fa;padding:5rem 0;position:relative;overflow:hidden}.TeamSection-module__FM-f0W__container{z-index:2;max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative}.TeamSection-module__FM-f0W__header{text-align:center;margin-bottom:3.5rem}.TeamSection-module__FM-f0W__subtitle{color:#ff6b6b;margin-bottom:1rem;font-size:1rem;font-weight:600;display:inline-block;position:relative}.TeamSection-module__FM-f0W__subtitle:after{content:"";background-color:#ff6b6b;width:50px;height:2px;position:absolute;bottom:-5px;left:50%;transform:translate(-50%)}.TeamSection-module__FM-f0W__title{color:#1a202c;margin-bottom:0;font-size:2.5rem;font-weight:700;line-height:1.2}.TeamSection-module__FM-f0W__teamGrid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.TeamSection-module__FM-f0W__teamCard{background-color:#fff;border-radius:1rem;transition:all .3s;overflow:hidden;box-shadow:0 10px 25px rgba(0,0,0,.05)}.TeamSection-module__FM-f0W__teamCard:hover{transform:translateY(-10px);box-shadow:0 15px 35px rgba(0,0,0,.1)}.TeamSection-module__FM-f0W__imageWrapper{aspect-ratio:1;position:relative;overflow:hidden}.TeamSection-module__FM-f0W__memberImage{object-fit:cover;width:100%;height:100%;transition:transform .5s}.TeamSection-module__FM-f0W__teamCard:hover .TeamSection-module__FM-f0W__memberImage{transform:scale(1.05)}.TeamSection-module__FM-f0W__socialLinks{opacity:0;background:linear-gradient(transparent,rgba(0,0,0,.7));justify-content:center;gap:1rem;padding:1.5rem 1rem .75rem;transition:all .3s;display:flex;position:absolute;bottom:0;left:0;right:0;transform:translateY(20px)}.TeamSection-module__FM-f0W__teamCard:hover .TeamSection-module__FM-f0W__socialLinks{opacity:1;transform:translateY(0)}.TeamSection-module__FM-f0W__socialLink{color:#1a202c;background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;transition:all .3s;display:flex}.TeamSection-module__FM-f0W__socialLink:hover{color:#fff;background-color:#ff6b6b;transform:translateY(-3px)}.TeamSection-module__FM-f0W__memberInfo{text-align:center;padding:1.5rem}.TeamSection-module__FM-f0W__memberName{color:#1a202c;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.TeamSection-module__FM-f0W__memberTitle{color:#4a5568;margin:0;font-size:.9375rem}.TeamSection-module__FM-f0W__backgroundElements{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.TeamSection-module__FM-f0W__circle1,.TeamSection-module__FM-f0W__circle2{opacity:.05;border-radius:50%;position:absolute}.TeamSection-module__FM-f0W__circle1{background:linear-gradient(135deg,#ff6b6b 0%,#ff8e8e 100%);width:300px;height:300px;top:-100px;right:-100px}.TeamSection-module__FM-f0W__circle2{background:linear-gradient(135deg,#ff6b6b 0%,#ff8e8e 100%);width:250px;height:250px;bottom:-150px;left:-50px}@media (max-width:1024px){.TeamSection-module__FM-f0W__teamGrid{grid-template-columns:repeat(2,1fr);gap:2rem}.TeamSection-module__FM-f0W__title{font-size:2.25rem}}@media (max-width:768px){.TeamSection-module__FM-f0W__teamSection{padding:4rem 0}.TeamSection-module__FM-f0W__title{font-size:2rem}}@media (max-width:480px){.TeamSection-module__FM-f0W__teamGrid{grid-template-columns:1fr;gap:2rem}.TeamSection-module__FM-f0W__teamSection{padding:3rem 0}.TeamSection-module__FM-f0W__header{margin-bottom:2.5rem}.TeamSection-module__FM-f0W__title{font-size:1.75rem}.TeamSection-module__FM-f0W__memberName{font-size:1.125rem}}@media (prefers-reduced-motion:reduce){.TeamSection-module__FM-f0W__teamCard,.TeamSection-module__FM-f0W__memberImage,.TeamSection-module__FM-f0W__socialLinks,.TeamSection-module__FM-f0W__socialLink{transition:none}}.TeamSection-module__FM-f0W__imageWrapper{background-color:#f0f0f0}.TeamSection-module__FM-f0W__socialLink:focus{outline-offset:2px;outline:2px solid #ff6b6b}@media print{.TeamSection-module__FM-f0W__teamSection{background-color:#fff;padding:1rem 0}.TeamSection-module__FM-f0W__teamCard{box-shadow:none;border:1px solid #e2e8f0}.TeamSection-module__FM-f0W__socialLinks{display:none}}.TeamSection-module__FM-f0W__imageWrapper picture,.TeamSection-module__FM-f0W__imageWrapper img{object-fit:cover;border-radius:0;width:100%;height:100%;display:block}
