@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";
.home-module__txgM7a__homeRoot{font-family:Poppins,sans-serif}.home-module__txgM7a__container{max-width:1280px;margin:0 auto;padding:40px 16px}.home-module__txgM7a__containerWide{max-width:1400px;margin:0 auto;padding:40px 16px}.home-module__txgM7a__bigButton{border-radius:12px;padding:14px 20px;font-size:1.125rem}.home-module__txgM7a__hero{border-radius:24px;justify-content:center;align-items:center;width:100%;height:400px;margin-bottom:40px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 60px #00000026}.home-module__txgM7a__heroOverlay{z-index:1;pointer-events:none;background:linear-gradient(#00000059,#00000040);position:absolute;inset:0}.home-module__txgM7a__heroContent{z-index:2;text-align:center;color:#fff;padding:0 24px;position:relative}.home-module__txgM7a__heroContent h1{margin-bottom:16px;font-family:Poppins,sans-serif;font-size:4rem;font-weight:600}.home-module__txgM7a__heroContent p{opacity:.95;margin-bottom:24px;font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:300}.home-module__txgM7a__heroButtons button{color:#fff;cursor:pointer;background:#0f4e74;border:none;border-radius:8px;padding:10px 18px}@media (max-width:768px){.home-module__txgM7a__hero{height:300px}.home-module__txgM7a__heroContent h1{font-size:2.5rem}.home-module__txgM7a__heroContent p{font-size:1rem}}.home-module__txgM7a__offeringsSection{margin-top:60px}.home-module__txgM7a__sectionHeaderRow{justify-content:space-between;align-items:center;margin-bottom:2px;display:flex}.home-module__txgM7a__sectionHeaderRow h2{font-family:Poppins,sans-serif;font-size:2rem;font-weight:700}.home-module__txgM7a__offeringsGrid{grid-template-columns:repeat(4,1fr);gap:32px;display:grid}.home-module__txgM7a__offeringsCard{text-align:center;flex-direction:column;gap:12px;display:flex}.home-module__txgM7a__offeringsImage{aspect-ratio:4/3;background:linear-gradient(135deg,#e5e7eb 0%,#d1d5db 100%);border-radius:20px;width:100%;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 8px 24px #0000001a}.home-module__txgM7a__offeringsImage:hover{transform:translateY(-4px);box-shadow:0 16px 36px #00000029}.home-module__txgM7a__offeringsCard h3{margin-top:4px;font-size:1.75rem;font-weight:600}.home-module__txgM7a__offeringsCard p{color:#374151;max-width:260px;margin-left:auto;margin-right:auto;font-size:.95rem}@media (max-width:1024px){.home-module__txgM7a__offeringsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.home-module__txgM7a__sectionHeaderRow{flex-direction:column;gap:16px}.home-module__txgM7a__offeringsGrid{grid-template-columns:1fr}}.home-module__txgM7a__aboutSection{padding:60px 0}.home-module__txgM7a__aboutContainer{justify-content:space-between;align-items:center;gap:40px;display:flex}.home-module__txgM7a__aboutText{max-width:55%}.home-module__txgM7a__aboutText h2{margin-bottom:16px;font-size:2rem}.home-module__txgM7a__aboutText p{margin-bottom:20px;font-size:1rem;line-height:1.6}.home-module__txgM7a__aboutImage{background-color:#e5e7eb;border-radius:14px;width:40%;height:300px;overflow:hidden;box-shadow:0 8px 20px #00000014}.home-module__txgM7a__aboutImage img{object-fit:cover;width:100%;height:100%}.home-module__txgM7a__communitySection{padding:60px 0}.home-module__txgM7a__communityContainer{justify-content:space-between;align-items:center;gap:40px;display:flex}.home-module__txgM7a__communityText{max-width:55%}.home-module__txgM7a__communityText h2{margin-bottom:16px;font-size:2rem}.home-module__txgM7a__communityText p{margin-bottom:20px;line-height:1.6}.home-module__txgM7a__communityImage{background-color:#e5e7eb;border-radius:14px;width:40%;height:300px;overflow:hidden;box-shadow:0 8px 20px #00000014}.home-module__txgM7a__communityImage img{object-fit:cover;width:100%;height:100%}.home-module__txgM7a__imageCard{background:#fff;border-radius:14px;flex:280px;justify-content:center;align-items:center;max-width:320px;height:260px;transition:transform .25s,box-shadow .25s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #00000014}.home-module__txgM7a__imageCard:hover{transform:translateY(-6px)scale(1.03);box-shadow:0 12px 28px #0000002e}.home-module__txgM7a__imageCard img{object-fit:contain;width:80%;height:80%;padding:20px}.home-module__txgM7a__teamImageWrapper{background-color:#e5e7eb;border-radius:16px;width:100%;height:380px;margin-top:32px;position:relative;overflow:hidden;box-shadow:0 8px 20px #0000001a}.home-module__txgM7a__teamImageWrapper img{object-fit:cover}.home-module__txgM7a__teamHoverCard{cursor:pointer;border-radius:20px;width:100%;height:420px;margin-top:32px;transition:transform .35s;display:block;position:relative;overflow:hidden;box-shadow:0 10px 28px #0000001f}.home-module__txgM7a__teamHoverCard:hover{transform:scale(1.02)}.home-module__txgM7a__teamHoverCard img{object-fit:cover;transition:opacity .35s}.home-module__txgM7a__teamHoverOverlay{opacity:0;background:#00000073;justify-content:center;align-items:center;transition:opacity .35s;display:flex;position:absolute;inset:0}.home-module__txgM7a__teamHoverCard:hover .home-module__txgM7a__teamHoverOverlay{opacity:1}.home-module__txgM7a__teamHoverOverlay span{color:#fff;font-size:1.5rem;font-weight:600}.home-module__txgM7a__movetextRight{margin-left:30px}
