.Hero-module__ejOdHG__hero{min-height:90vh;padding:var(--spacing-3xl)0;align-items:center;display:flex;position:relative;overflow:hidden}.Hero-module__ejOdHG__videoBackground{z-index:0;width:100%;height:100%;position:absolute;inset:0}.Hero-module__ejOdHG__heroVideo{object-fit:cover;filter:brightness(.9)contrast(1.1);width:100%;height:100%}.Hero-module__ejOdHG__videoOverlay{z-index:1;background:linear-gradient(90deg,#0006 0%,#0000001a 50%,#0006 100%);position:absolute;inset:0}.Hero-module__ejOdHG__heroBackground{display:none}.Hero-module__ejOdHG__heroContent{z-index:2;max-width:1000px;position:relative}.Hero-module__ejOdHG__heroText{flex-direction:column;align-items:flex-start;display:flex}.Hero-module__ejOdHG__badge{color:var(--white);border-radius:var(--radius-full);font-size:var(--font-size-sm);margin-bottom:var(--spacing-md);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff1a;border:1px solid #fff3;align-items:center;gap:.5rem;padding:.5rem 1rem;font-weight:600;display:flex}.Hero-module__ejOdHG__badgeDot{background-color:var(--primary-green);border-radius:var(--radius-full);width:8px;height:8px;box-shadow:0 0 10px var(--primary-green);animation:2s infinite Hero-module__ejOdHG__pulse;display:block}@keyframes Hero-module__ejOdHG__pulse{0%{opacity:.8;transform:scale(.95)}50%{opacity:1;transform:scale(1.1)}to{opacity:.8;transform:scale(.95)}}.Hero-module__ejOdHG__heroTitle{font-family:var(--font-family-heading);color:var(--white);margin-bottom:var(--spacing-md);letter-spacing:-.04em;text-shadow:0 4px 12px #0000004d;font-size:clamp(3rem,8vw,5.5rem);font-weight:900;line-height:1.05}.Hero-module__ejOdHG__highlight{color:#00ffaf;filter:drop-shadow(0 0 15px #00ffaf66);display:inline-block;position:relative}.Hero-module__ejOdHG__heroSubtitle{font-size:var(--font-size-xl);color:var(--white);margin-bottom:var(--spacing-xl);text-shadow:0 2px 4px #00000080;max-width:600px;font-weight:500;line-height:1.6}.Hero-module__ejOdHG__heroCta{gap:var(--spacing-md);margin-bottom:var(--spacing-2xl);display:flex}.Hero-module__ejOdHG__heroStats{align-items:center;gap:var(--spacing-xl);padding:var(--spacing-md)var(--spacing-lg);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff26;display:flex}.Hero-module__ejOdHG__stat{flex-direction:column;display:flex}.Hero-module__ejOdHG__statNumber{font-family:var(--font-family-heading);font-size:var(--font-size-2xl);color:#00ffaf;text-shadow:0 2px 4px #0000004d;font-weight:700;line-height:1}.Hero-module__ejOdHG__statLabel{color:var(--white);text-transform:uppercase;letter-spacing:.05em;text-shadow:0 1px 3px #00000080;margin-top:4px;font-size:.75rem;font-weight:800}.Hero-module__ejOdHG__heroCta .Hero-module__ejOdHG__heroCallBtn{border-color:var(--white);color:var(--white)}.Hero-module__ejOdHG__heroCta .Hero-module__ejOdHG__heroCallBtn:hover{background:var(--white);color:var(--primary-green)}.Hero-module__ejOdHG__statDivider{background-color:var(--light-gray);width:1px;height:40px}.Hero-module__ejOdHG__heroImageContainer{padding:20px;position:relative}.Hero-module__ejOdHG__heroImageDecoration{border:8px solid var(--primary-green);opacity:.1;border-radius:var(--radius-xl);z-index:0;width:80%;height:80%;position:absolute;top:0;right:0;transform:translate(20px,-20px)}.Hero-module__ejOdHG__imagePlaceholder{aspect-ratio:.9;background:var(--primary-green);border-radius:var(--radius-xl);width:100%;box-shadow:var(--shadow-premium);z-index:1;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.Hero-module__ejOdHG__imageContent{color:var(--white);flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.Hero-module__ejOdHG__mainIcon{filter:drop-shadow(0 10px 20px #0003);font-size:8rem}.Hero-module__ejOdHG__heroMainLogo{object-fit:contain;filter:drop-shadow(0 10px 20px #0003);z-index:2;width:60%;height:auto;position:relative}.Hero-module__ejOdHG__heroVideo{object-fit:cover;z-index:1;opacity:.95;width:100%;height:100%;position:absolute;inset:0}.Hero-module__ejOdHG__floatingCard{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-xl);z-index:2;align-items:center;gap:1rem;padding:1rem 1.5rem;animation:4s ease-in-out infinite Hero-module__ejOdHG__float;display:flex;position:absolute;bottom:30px;left:-40px}@keyframes Hero-module__ejOdHG__float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.Hero-module__ejOdHG__floatingIcon{background:var(--primary-bg-soft);width:40px;height:40px;color:var(--primary-green);border-radius:var(--radius-sm);justify-content:center;align-items:center;font-size:1.25rem;display:flex}.Hero-module__ejOdHG__floatingTitle{color:var(--near-black);font-weight:700;font-size:var(--font-size-sm);line-height:1.2}.Hero-module__ejOdHG__floatingSubtitle{color:var(--dark-gray);font-size:.75rem}.Hero-module__ejOdHG__desktopOnly{display:block}@media (max-width:1024px){.Hero-module__ejOdHG__heroContent{text-align:center;gap:var(--spacing-3xl);grid-template-columns:1fr}.Hero-module__ejOdHG__heroText{align-items:center}.Hero-module__ejOdHG__heroSubtitle{max-width:100%}.Hero-module__ejOdHG__floatingCard{left:20px}}@media (max-width:768px){.Hero-module__ejOdHG__heroTitle{font-size:var(--font-size-4xl)}.Hero-module__ejOdHG__desktopOnly{display:none}.Hero-module__ejOdHG__heroStats{gap:var(--spacing-md);flex-direction:column;width:100%}.Hero-module__ejOdHG__statDivider{width:100%;height:1px}.Hero-module__ejOdHG__heroCta{flex-direction:column;width:100%}.Hero-module__ejOdHG__heroCta a{width:100%}}
.AboutDoctor-module__eC6rgW__about{background-color:var(--white);padding:var(--spacing-3xl)0;position:relative;overflow:hidden}.AboutDoctor-module__eC6rgW__aboutContent{gap:var(--spacing-3xl);grid-template-columns:.9fr 1.1fr;align-items:center;display:grid}.AboutDoctor-module__eC6rgW__aboutImage{justify-content:center;display:flex;position:relative}.AboutDoctor-module__eC6rgW__imageContainer{z-index:1;width:100%;max-width:450px;position:relative}.AboutDoctor-module__eC6rgW__imagePlaceholder{aspect-ratio:.8;background:linear-gradient(135deg,var(--primary-green)0%,var(--primary-green-dark)100%);border-radius:var(--radius-xl);width:100%;box-shadow:var(--shadow-premium);justify-content:center;align-items:flex-end;display:flex;position:relative;overflow:hidden}.AboutDoctor-module__eC6rgW__doctorPhoto{object-fit:cover;width:100%;height:100%;display:block}.AboutDoctor-module__eC6rgW__imageDecor{border:2px solid var(--primary-green);border-radius:var(--radius-xl);opacity:.1;z-index:-1;position:absolute;inset:-15px;transform:rotate(-3deg)}.AboutDoctor-module__eC6rgW__nameBadge{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;z-index:2;background:#fffffff2;padding:1rem;position:absolute;bottom:20px;left:20px;right:20px}.AboutDoctor-module__eC6rgW__nameBadge h3{font-family:var(--font-family-heading);color:var(--near-black);margin-bottom:2px;font-size:1.25rem;font-weight:800}.AboutDoctor-module__eC6rgW__nameBadge p{color:var(--primary-green);margin:0;font-size:.875rem;font-weight:700}.AboutDoctor-module__eC6rgW__aboutText{flex-direction:column;display:flex}.AboutDoctor-module__eC6rgW__sectionTitle{font-family:var(--font-family-heading);font-size:var(--font-size-4xl);color:var(--near-black);letter-spacing:-.02em;margin-bottom:.5rem;font-weight:800}.AboutDoctor-module__eC6rgW__subtitle{font-size:var(--font-size-lg);color:var(--primary-green);margin-bottom:var(--spacing-lg);text-transform:uppercase;letter-spacing:.05em;font-weight:700}.AboutDoctor-module__eC6rgW__description{font-size:var(--font-size-base);color:var(--charcoal);margin-bottom:var(--spacing-lg);line-height:1.8}.AboutDoctor-module__eC6rgW__credentials{gap:var(--spacing-md);margin-top:var(--spacing-lg);grid-template-columns:1fr 1fr;display:grid}.AboutDoctor-module__eC6rgW__credentialItem{align-items:center;gap:var(--spacing-md);background:var(--light-gray);padding:var(--spacing-md);border-radius:var(--radius-md);transition:all var(--transition-base);border:1px solid #00000005;display:flex}.AboutDoctor-module__eC6rgW__credentialItem:hover{background:var(--white);box-shadow:var(--shadow-md);transform:translateY(-2px)}.AboutDoctor-module__eC6rgW__credentialIcon{background:var(--white);border-radius:var(--radius-sm);width:44px;height:44px;box-shadow:var(--shadow-sm);flex-shrink:0;justify-content:center;align-items:center;font-size:1.5rem;display:flex}.AboutDoctor-module__eC6rgW__credentialInfo h4{font-family:var(--font-family-heading);font-size:var(--font-size-base);color:var(--near-black);margin-bottom:4px;font-weight:800}.AboutDoctor-module__eC6rgW__credentialInfo p{font-size:var(--font-size-sm);color:var(--charcoal);margin:0;font-weight:600;line-height:1.4}@media (max-width:1024px){.AboutDoctor-module__eC6rgW__aboutContent{gap:var(--spacing-2xl);grid-template-columns:1fr}.AboutDoctor-module__eC6rgW__aboutText{text-align:center}.AboutDoctor-module__eC6rgW__credentials{max-width:500px;margin:var(--spacing-lg)auto 0;grid-template-columns:1fr}.AboutDoctor-module__eC6rgW__credentialItem{text-align:left}}@media (max-width:768px){.AboutDoctor-module__eC6rgW__sectionTitle{font-size:var(--font-size-3xl)}.AboutDoctor-module__eC6rgW__imagePlaceholder{aspect-ratio:1;max-width:100%}}
.Services-module__mtNLoG__services{background-color:var(--off-white);padding:var(--spacing-3xl)0;position:relative}.Services-module__mtNLoG__sectionHeader{text-align:center;margin-bottom:var(--spacing-3xl)}.Services-module__mtNLoG__sectionTitle{font-family:var(--font-family-heading);font-size:var(--font-size-3xl);color:var(--near-black);margin-bottom:var(--spacing-sm);font-weight:700}.Services-module__mtNLoG__sectionSubtitle{font-size:var(--font-size-lg);color:var(--dark-gray);max-width:600px;margin:0 auto}.Services-module__mtNLoG__servicesGrid{gap:var(--spacing-lg);grid-template-columns:repeat(auto-fill,minmax(280px,1fr));display:grid}.Services-module__mtNLoG__serviceCard{background:var(--white);padding:var(--spacing-xl);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:all var(--transition-base);text-align:center;border:1px solid var(--light-gray);flex-direction:column;align-items:center;display:flex}.Services-module__mtNLoG__serviceCard:hover{box-shadow:var(--shadow-premium);border-color:var(--primary-green-light);transform:translateY(-8px)}.Services-module__mtNLoG__serviceIcon{background:var(--primary-bg-soft);border-radius:var(--radius-md);width:64px;height:64px;margin-bottom:var(--spacing-md);transition:transform var(--transition-base);justify-content:center;align-items:center;font-size:2.5rem;display:flex}.Services-module__mtNLoG__serviceCard:hover .Services-module__mtNLoG__serviceIcon{transform:scale(1.1)rotate(5deg)}.Services-module__mtNLoG__serviceTitle{font-family:var(--font-family-heading);font-size:var(--font-size-xl);color:var(--near-black);margin-bottom:var(--spacing-sm);font-weight:700}.Services-module__mtNLoG__serviceDescription{font-size:var(--font-size-base);color:var(--charcoal);margin:0;font-weight:500;line-height:1.6}@media (max-width:768px){.Services-module__mtNLoG__services{padding:var(--spacing-2xl)0}.Services-module__mtNLoG__sectionHeader{margin-bottom:var(--spacing-xl)}.Services-module__mtNLoG__sectionTitle{font-size:var(--font-size-2xl)}.Services-module__mtNLoG__servicesGrid{gap:var(--spacing-md);grid-template-columns:1fr}.Services-module__mtNLoG__serviceCard{padding:var(--spacing-lg)}.Services-module__mtNLoG__serviceIcon{font-size:2.5rem}}
.WhyChooseUs-module__b2ZN7G__whyChoose{background-color:var(--white);padding:var(--spacing-3xl)0}.WhyChooseUs-module__b2ZN7G__sectionHeader{text-align:center;margin-bottom:var(--spacing-3xl)}.WhyChooseUs-module__b2ZN7G__sectionTitle{font-family:var(--font-family-heading);font-size:var(--font-size-3xl);color:var(--near-black);margin-bottom:var(--spacing-sm);font-weight:700}.WhyChooseUs-module__b2ZN7G__sectionSubtitle{font-size:var(--font-size-lg);color:var(--dark-gray);max-width:600px;margin:0 auto}.WhyChooseUs-module__b2ZN7G__featuresGrid{gap:var(--spacing-lg);grid-template-columns:repeat(auto-fit,minmax(260px,1fr));display:grid}.WhyChooseUs-module__b2ZN7G__featureCard{padding:var(--spacing-xl);background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--light-gray);transition:all var(--transition-base);flex-direction:column;display:flex}.WhyChooseUs-module__b2ZN7G__featureCard:hover{box-shadow:var(--shadow-premium);border-color:var(--primary-green-light);transform:translateY(-8px)}.WhyChooseUs-module__b2ZN7G__featureIcon{background:var(--primary-bg-soft);border-radius:var(--radius-md);width:60px;height:60px;margin-bottom:var(--spacing-md);transition:all var(--transition-base);justify-content:center;align-items:center;font-size:2.25rem;display:flex}.WhyChooseUs-module__b2ZN7G__featureCard:hover .WhyChooseUs-module__b2ZN7G__featureIcon{background:var(--primary-green);color:var(--white);transform:scale(1.1)}.WhyChooseUs-module__b2ZN7G__featureTitle{font-family:var(--font-family-heading);font-size:var(--font-size-xl);margin-bottom:var(--spacing-sm);color:var(--near-black);font-weight:800}.WhyChooseUs-module__b2ZN7G__featureDescription{font-size:var(--font-size-base);color:var(--charcoal);margin:0;font-weight:500;line-height:1.6}@media (max-width:768px){.WhyChooseUs-module__b2ZN7G__whyChoose{padding:var(--spacing-2xl)0}.WhyChooseUs-module__b2ZN7G__featuresGrid{grid-template-columns:1fr}}
.Testimonials-module__L9Y4ma__testimonials{background-color:var(--near-black);color:var(--white);padding:var(--spacing-3xl)0;position:relative;overflow:hidden}.Testimonials-module__L9Y4ma__testimonials:before{content:"";pointer-events:none;background:radial-gradient(circle at 100% 0,#005f4126 0%,#0000 60%);width:100%;height:100%;position:absolute;top:0;left:0}.Testimonials-module__L9Y4ma__sectionHeader{text-align:center;margin-bottom:var(--spacing-3xl)}.Testimonials-module__L9Y4ma__sectionTitle{font-family:var(--font-family-heading);font-size:var(--font-size-4xl);color:var(--white);margin-bottom:var(--spacing-md);letter-spacing:-.02em;font-weight:800}.Testimonials-module__L9Y4ma__rating{flex-direction:column;align-items:center;gap:.75rem;display:flex}.Testimonials-module__L9Y4ma__stars{font-size:var(--font-size-2xl);letter-spacing:.25em;filter:drop-shadow(0 0 10px #ffd7004d)}.Testimonials-module__L9Y4ma__ratingText{color:var(--gray);font-size:var(--font-size-sm);text-transform:uppercase;letter-spacing:.1em;font-weight:600}.Testimonials-module__L9Y4ma__testimonialSlider{margin-bottom:var(--spacing-2xl);max-width:900px;margin-left:auto;margin-right:auto;overflow:hidden}.Testimonials-module__L9Y4ma__testimonialTrack{transition:transform var(--transition-slow);display:flex}.Testimonials-module__L9Y4ma__testimonialCard{min-width:100%;padding:var(--spacing-lg)var(--spacing-xl);text-align:center;flex-direction:column;align-items:center;display:flex}.Testimonials-module__L9Y4ma__quoteIcon{color:var(--primary-green);opacity:.2;margin-bottom:-1rem;font-family:serif;font-size:5rem;line-height:1}.Testimonials-module__L9Y4ma__testimonialText{font-size:var(--font-size-xl);color:var(--white);margin-bottom:var(--spacing-xl);font-style:italic;font-weight:400;line-height:1.8}.Testimonials-module__L9Y4ma__testimonialAuthor{font-family:var(--font-family-heading);font-size:var(--font-size-lg);color:var(--primary-green-light);align-items:center;gap:.5rem;margin:0;font-weight:700;display:flex}.Testimonials-module__L9Y4ma__testimonialAuthor:before{content:"";background:var(--primary-green);width:20px;height:2px}.Testimonials-module__L9Y4ma__dots{justify-content:center;gap:var(--spacing-sm);display:flex}.Testimonials-module__L9Y4ma__dot{cursor:pointer;width:8px;height:8px;transition:all var(--transition-base);background:#ffffff1a;border:none;border-radius:50%;padding:0}.Testimonials-module__L9Y4ma__dotActive{background:var(--primary-green);box-shadow:0 0 15px var(--primary-green);transform:scale(1.5)}@media (max-width:768px){.Testimonials-module__L9Y4ma__sectionTitle{font-size:var(--font-size-3xl)}.Testimonials-module__L9Y4ma__testimonialText{font-size:var(--font-size-lg);line-height:1.6}.Testimonials-module__L9Y4ma__quoteIcon{font-size:3rem}}
:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.swiper-pagination{text-align:center;z-index:10;transition:opacity .3s;position:absolute;transform:translate(0,0)}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);width:100%;left:0}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);display:inline-block}button.swiper-pagination-bullet{box-shadow:none;appearance:none;border:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translateY(-50%)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px)0;display:block}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{width:8px;top:50%;transform:translateY(-50%)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,top .2s;display:inline-block}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{white-space:nowrap;left:50%;transform:translate(-50%)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));transform-origin:0 0;width:100%;height:100%;position:absolute;top:0;left:0;transform:scale(0)}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:100% 0}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);top:0;left:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size,4px);height:100%;top:0;left:0}.swiper-pagination-lock{display:none}
:root{--swiper-navigation-size:44px}.swiper-button-prev,.swiper-button-next{width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;color:var(--swiper-navigation-color,var(--swiper-theme-color));justify-content:center;align-items:center;display:flex;position:absolute}:is(.swiper-button-prev,.swiper-button-next).swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}:is(.swiper-button-prev,.swiper-button-next).swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next){display:none!important}:is(.swiper-button-prev,.swiper-button-next) svg{object-fit:contain;transform-origin:50%;fill:currentColor;pointer-events:none;width:100%;height:100%}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - (var(--swiper-navigation-size)/2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset,4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - (var(--swiper-navigation-size)/2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset,4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset,4px);left:auto}:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon{transform:rotate(180deg)}:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - (var(--swiper-navigation-size)/2));margin-top:0;right:auto}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset,4px);bottom:auto}:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto}:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) .swiper-navigation-icon{transform:rotate(90deg)}
.Gallery-module__6ZfJ3q__gallery{padding:var(--spacing-3xl)0;background-color:var(--white);overflow:hidden}.Gallery-module__6ZfJ3q__sectionHeader{text-align:center;margin-bottom:var(--spacing-2xl)}.Gallery-module__6ZfJ3q__sectionTitle{font-size:var(--font-size-4xl);color:var(--near-black);margin-bottom:.5rem;font-weight:800}.Gallery-module__6ZfJ3q__sectionSubtitle{font-size:var(--font-size-lg);color:var(--primary-green);text-transform:uppercase;letter-spacing:.05em;font-weight:600}.Gallery-module__6ZfJ3q__carouselContainer{width:100%;max-width:1200px;margin:0 auto;position:relative}.Gallery-module__6ZfJ3q__swiper{padding:20px 0 60px!important}.Gallery-module__6ZfJ3q__slide{aspect-ratio:4/5;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);background-color:var(--off-white);height:auto;position:relative;overflow:hidden}.Gallery-module__6ZfJ3q__galleryImage{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .5s;display:block}.Gallery-module__6ZfJ3q__slide:hover .Gallery-module__6ZfJ3q__galleryImage{transform:scale(1.1)}.swiper-pagination-bullet{background:var(--light-gray)!important;opacity:1!important;width:10px!important;height:10px!important;transition:all .3s!important}.swiper-pagination-bullet-active{background:var(--primary-green)!important;border-radius:5px!important;width:30px!important}@media (max-width:768px){.Gallery-module__6ZfJ3q__sectionTitle{font-size:var(--font-size-3xl)}}
