:root{--about-primary:#f97316;--about-primary-dark:#ea580c;--about-primary-light:#f97316;--about-secondary:#f97316;--about-secondary-light:#f973161f;--about-bg:#fff;--about-bg-alt:#fafafa;--about-text:#1a1a1a;--about-text-light:#4a4a4a;--about-border:#f9731633;--about-shadow:#00000014;--about-shadow-lg:#0000001f}.About-module__hVONLq__aboutPage{background-color:var(--about-bg);color:var(--about-text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;position:relative;overflow-x:hidden}.About-module__hVONLq__aboutPage:before{content:"";pointer-events:none;z-index:0;background-size:40px 40px;position:fixed;inset:0}.About-module__hVONLq__aboutPage:after{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#f973160a 0%,#0000 70%);width:100%;height:100%;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.About-module__hVONLq__hero{color:#1a1a1a;text-align:center;z-index:2;background:linear-gradient(135deg,#fafafa 0%,#f5f5f5 100%);border-bottom:1px solid #f973164d;justify-content:center;align-items:center;min-height:340px;padding:60px 20px;display:flex;position:relative;overflow:hidden}.About-module__hVONLq__hero:before{content:"";background:radial-gradient(circle,#f973161a 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:-150px;left:-150px}.About-module__hVONLq__hero:after{content:"";background:radial-gradient(circle,#f973160f 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;bottom:-100px;right:-100px}.About-module__hVONLq__heroContent{z-index:1;max-width:800px;position:relative}.About-module__hVONLq__heroLabel{letter-spacing:2px;text-transform:uppercase;color:#f97316;margin-bottom:20px;font-size:14px;font-weight:600;animation:.6s ease-out About-module__hVONLq__fadeInDown;display:inline-block}.About-module__hVONLq__heroTitle{background:linear-gradient(135deg,#1a1a1a 0%,#f97316 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:20px;font-size:3.5rem;font-weight:800;line-height:1.2;animation:.6s ease-out .1s both About-module__hVONLq__fadeInUp}.About-module__hVONLq__heroSubtitle{opacity:.7;color:#4a4a4a;font-size:1.25rem;font-weight:400;animation:.6s ease-out .2s both About-module__hVONLq__fadeInUp}@keyframes About-module__hVONLq__fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes About-module__hVONLq__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.About-module__hVONLq__ourStorySection{z-index:1;background:0 0;padding:80px 20px;position:relative}.About-module__hVONLq__storyContainer{max-width:1200px;margin:0 auto}.About-module__hVONLq__storyHeroWrapper{grid-template-columns:1fr 1fr;align-items:start;gap:60px;margin-bottom:80px;display:grid}.About-module__hVONLq__storyHeroContent{padding-right:20px}.About-module__hVONLq__estBadge{letter-spacing:1.5px;text-transform:uppercase;color:#6b6b6b;margin-bottom:16px;font-size:.8rem;font-weight:600}.About-module__hVONLq__yearsTag{color:#f97316;background:#f973161f;border:1px solid #f973164d;border-radius:20px;margin-bottom:24px;padding:8px 16px;font-size:.9rem;font-weight:600;display:inline-block}.About-module__hVONLq__storyMainTitle{color:#1a1a1a;margin-bottom:24px;font-size:2.8rem;font-weight:800;line-height:1.3}.About-module__hVONLq__storyMainTitle em{background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:italic}.About-module__hVONLq__storyDescription{color:#4a4a4a;margin:0;font-size:1.05rem;line-height:1.8}.About-module__hVONLq__servicesGrid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.About-module__hVONLq__serviceCard{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;background:#ffffffe6;border:1px solid #f9731626;border-radius:12px;padding:24px;transition:all .3s}.About-module__hVONLq__serviceCard:hover{background:#fff;border-color:#f97316;transform:translateY(-4px);box-shadow:0 8px 24px #f973161f}.About-module__hVONLq__cardHeader{color:#f97316;margin-bottom:12px;font-size:2rem;font-weight:800}.About-module__hVONLq__cardTitle{color:#1a1a1a;margin:0 0 8px;font-size:1rem;font-weight:700}.About-module__hVONLq__cardSubtitle{color:#6b6b6b;margin:0;font-size:.85rem}.About-module__hVONLq__timelineSection{border-top:1px solid #f9731626;border-bottom:1px solid #f9731626;margin:80px 0;padding:60px 0;overflow:hidden}.About-module__hVONLq__timelineTitle{letter-spacing:1.5px;text-transform:uppercase;color:#f97316;text-align:center;margin-bottom:40px;font-size:.9rem;font-weight:700}.About-module__hVONLq__timeline{grid-template-columns:repeat(4,1fr);gap:40px;display:grid;position:relative}.About-module__hVONLq__timeline:before{content:"";z-index:0;background:linear-gradient(90deg,#0000 0%,#f973164d 10% 90%,#0000 100%);height:2px;position:absolute;top:30px;left:0;right:0}.About-module__hVONLq__timelineItem{z-index:1;text-align:center;opacity:0;transition:opacity .6s,transform .6s cubic-bezier(.22,1,.36,1);position:relative;transform:translate(60px)}.About-module__hVONLq__timelineItemVisible{opacity:1;transform:translate(0)}.About-module__hVONLq__timelineDot{background:#f97316;border:3px solid #fff;border-radius:50%;width:16px;height:16px;margin:0 auto 20px;box-shadow:0 0 0 2px #f97316}.About-module__hVONLq__timelineContent{text-align:center}.About-module__hVONLq__timelineYear{color:#1a1a1a;margin:0 0 8px;font-size:1.3rem;font-weight:800}.About-module__hVONLq__timelineText{color:#4a4a4a;margin:0;font-size:.9rem;line-height:1.6}.About-module__hVONLq__modelSection{grid-template-columns:1fr 1.2fr;align-items:start;gap:80px;display:grid}.About-module__hVONLq__modelStats{flex-direction:column;gap:40px;display:flex}.About-module__hVONLq__statItem{text-align:left}.About-module__hVONLq__statNumber{color:#f97316;margin:0 0 8px;font-size:3rem;font-weight:900;line-height:1}.About-module__hVONLq__statLabel{color:#4a4a4a;margin:0;font-size:1rem;font-weight:500}.About-module__hVONLq__modelContent{padding-left:20px}.About-module__hVONLq__modelTitle{letter-spacing:1.5px;text-transform:uppercase;color:#f97316;margin-bottom:24px;font-size:.9rem;font-weight:700}.About-module__hVONLq__modelText{color:#4a4a4a;margin:0 0 20px;font-size:1.05rem;line-height:1.9}.About-module__hVONLq__modelText:last-child{margin-bottom:0}.About-module__hVONLq__sectionGroup{z-index:1;background:0 0;padding:80px 20px;position:relative}.About-module__hVONLq__sectionGroup:nth-child(2n){background:#fafafacc}.About-module__hVONLq__sectionHeader{text-align:center;max-width:1200px;margin:0 auto 60px}.About-module__hVONLq__sectionTitle{color:#1a1a1a;margin-bottom:15px;font-size:2.5rem;font-weight:700}.About-module__hVONLq__sectionDescription{color:#4a4a4a;max-width:600px;margin:0 auto;font-size:1.1rem}.About-module__hVONLq__aboutContainer{flex-direction:column;gap:80px;max-width:1200px;margin:0 auto;display:flex}.About-module__hVONLq__aboutSection{opacity:0;grid-template-columns:1fr 1fr;align-items:center;gap:60px;transition:all .6s cubic-bezier(.25,.46,.45,.94);display:grid;transform:translateY(40px)}.About-module__hVONLq__aboutSection.About-module__hVONLq__animateIn{opacity:1;transform:translateY(0)}.About-module__hVONLq__aboutSection.About-module__hVONLq__active{background:linear-gradient(135deg,#f973160d 0%,#f9731605 100%);border:1px solid #f973164d;border-radius:24px;padding:40px}.About-module__hVONLq__aboutSection.About-module__hVONLq__odd .About-module__hVONLq__imageSide{order:2}.About-module__hVONLq__container{display:contents}.About-module__hVONLq__imageSide{aspect-ratio:1;width:100%;height:auto;position:relative}.About-module__hVONLq__imageWrapper{background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);border-radius:20px;width:100%;height:100%;padding:3px;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000001a}.About-module__hVONLq__imageWrapper:hover{transform:translateY(-4px);box-shadow:0 25px 50px #f9731626}.About-module__hVONLq__imageWrapper:before{content:"";z-index:1;pointer-events:none;background:#fff;border-radius:18px;position:absolute;inset:3px}@keyframes About-module__hVONLq__slideInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes About-module__hVONLq__slideOutLeft{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-40px)}}.About-module__hVONLq__slideIn{animation:.3s forwards About-module__hVONLq__slideInRight}.About-module__hVONLq__slideOut{animation:.3s forwards About-module__hVONLq__slideOutLeft}.About-module__hVONLq__aboutImage{z-index:2;object-fit:cover;border-radius:18px;width:100%;height:100%;position:relative}.About-module__hVONLq__imageOverlay{pointer-events:none;z-index:3;background:radial-gradient(circle at 100% 0,#f973161a,#0000);border-radius:20px;position:absolute;inset:0}.About-module__hVONLq__contentSide{padding:20px}.About-module__hVONLq__badge{color:#f97316;text-transform:uppercase;letter-spacing:.5px;background:#f973161f;border:1px solid #f973164d;border-radius:20px;margin-bottom:20px;padding:8px 16px;font-size:.85rem;font-weight:600;display:inline-block}.About-module__hVONLq__title{color:#1a1a1a;margin-bottom:15px;font-size:2.2rem;font-weight:800;line-height:1.3}.About-module__hVONLq__description{color:#4a4a4a;margin-bottom:30px;font-size:1.05rem;line-height:1.8}.About-module__hVONLq__highlightsContainer{border-radius:20px;margin-bottom:30px;padding:10px}.About-module__hVONLq__highlightsTitle{text-transform:uppercase;letter-spacing:1px;color:#f97316;margin-bottom:15px;font-size:.95rem;font-weight:600}.About-module__hVONLq__highlightsList{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:15px;padding:0;list-style:none;display:grid}.About-module__hVONLq__highlightItem{border-bottom:1px solid #0000000d;align-items:flex-start;gap:12px;padding:10px 0;display:flex}.About-module__hVONLq__highlightIcon{color:#f97316;flex-shrink:0;margin-top:2px;font-size:1.3rem;font-weight:700}.About-module__hVONLq__highlightItem span:last-child{color:#333;font-size:.95rem;line-height:1.5}.About-module__hVONLq__ctaContainer{margin-top:30px}.About-module__hVONLq__ctaButton{color:#fff;cursor:pointer;background:#f97316;border:none;border-radius:8px;align-items:center;gap:8px;padding:14px 32px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.About-module__hVONLq__ctaButton:hover{background:#ea580c;transform:translateY(-2px);box-shadow:0 12px 24px #f973164d}.About-module__hVONLq__ctaArrow{font-weight:700;transition:transform .2s}.About-module__hVONLq__ctaButton:hover .About-module__hVONLq__ctaArrow{transform:translate(4px)}.About-module__hVONLq__carouselArrow{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;color:#f97316;z-index:4;background:#ffffffe6;border:1px solid #f9731666;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.About-module__hVONLq__carouselArrow:hover{color:#fff;background:#f97316;border-color:#f97316;transform:translateY(-50%)scale(1.05)}.About-module__hVONLq__carouselArrowLeft{left:12px}.About-module__hVONLq__carouselArrowRight{right:12px}.About-module__hVONLq__carouselDots{z-index:4;justify-content:center;gap:8px;display:flex;position:absolute;bottom:16px;left:0;right:0}.About-module__hVONLq__carouselDot{cursor:pointer;background:#0003;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .2s}.About-module__hVONLq__activeDot{background:#f97316;transform:scale(1.2)}@media (max-width:1024px){.About-module__hVONLq__aboutPage:before{background-size:30px 30px}.About-module__hVONLq__storyHeroWrapper{grid-template-columns:1fr;gap:40px}.About-module__hVONLq__servicesGrid{grid-template-columns:repeat(2,1fr)}.About-module__hVONLq__modelSection{grid-template-columns:1fr;gap:60px}.About-module__hVONLq__modelContent{padding-left:0}.About-module__hVONLq__timeline{grid-template-columns:repeat(2,1fr);gap:30px}.About-module__hVONLq__timeline:before{display:none}.About-module__hVONLq__timelineDot{margin-bottom:20px}}@media (max-width:768px){.About-module__hVONLq__aboutPage:before{background-size:20px 20px}.About-module__hVONLq__ourStorySection{padding:60px 20px}.About-module__hVONLq__storyHeroWrapper{margin-bottom:60px}.About-module__hVONLq__storyMainTitle{font-size:2rem}.About-module__hVONLq__servicesGrid{grid-template-columns:1fr;gap:12px}.About-module__hVONLq__serviceCard{padding:20px}.About-module__hVONLq__timelineSection{margin:60px 0;padding:40px 0}.About-module__hVONLq__timeline{grid-template-columns:1fr;gap:40px;position:relative}.About-module__hVONLq__timeline:before{background:#f973164d;width:2px;height:calc(100% - 60px);display:block;top:30px;left:24px}.About-module__hVONLq__timelineItem{text-align:left;padding-left:60px}.About-module__hVONLq__timelineDot{position:absolute;top:0;left:8px}.About-module__hVONLq__timelineContent{text-align:left}.About-module__hVONLq__modelStats{flex-direction:row;justify-content:space-between;gap:20px}.About-module__hVONLq__statItem{flex:1}.About-module__hVONLq__statNumber{font-size:2rem}.About-module__hVONLq__aboutSection{grid-template-columns:1fr;gap:30px}.About-module__hVONLq__aboutSection.About-module__hVONLq__odd .About-module__hVONLq__imageSide{order:0}.About-module__hVONLq__storyHeroContent{padding-right:0}.About-module__hVONLq__carouselArrow{width:32px;height:32px}.About-module__hVONLq__carouselArrow svg{width:18px;height:18px}.About-module__hVONLq__carouselDots{gap:6px;bottom:12px}.About-module__hVONLq__carouselDot{width:6px;height:6px}}@media (max-width:480px){.About-module__hVONLq__hero{min-height:150px;padding:90px 15px}.About-module__hVONLq__heroTitle{font-size:1.5rem}.About-module__hVONLq__heroSubtitle{font-size:1rem}.About-module__hVONLq__ourStorySection{padding:40px 20px}.About-module__hVONLq__storyHeroWrapper{margin-bottom:40px}.About-module__hVONLq__estBadge{font-size:.7rem}.About-module__hVONLq__yearsTag{padding:6px 12px;font-size:.8rem}.About-module__hVONLq__storyMainTitle{margin-bottom:16px;font-size:1.5rem}.About-module__hVONLq__storyDescription{font-size:.95rem}.About-module__hVONLq__servicesGrid{grid-template-columns:1fr;gap:12px}.About-module__hVONLq__serviceCard{padding:16px}.About-module__hVONLq__cardHeader{font-size:1.5rem}.About-module__hVONLq__cardTitle{font-size:.9rem}.About-module__hVONLq__cardSubtitle{font-size:.8rem}.About-module__hVONLq__timelineSection{margin:40px 0;padding:30px 0}.About-module__hVONLq__timelineTitle{margin-bottom:30px;font-size:.8rem}.About-module__hVONLq__timeline{gap:30px}.About-module__hVONLq__timeline:before{height:calc(100% - 40px);left:16px}.About-module__hVONLq__timelineItem{padding-left:50px}.About-module__hVONLq__timelineDot{border-width:2px;width:12px;height:12px;left:2px}.About-module__hVONLq__timelineYear{font-size:1.1rem}.About-module__hVONLq__timelineText{font-size:.85rem}.About-module__hVONLq__modelSection{gap:40px}.About-module__hVONLq__modelStats{flex-direction:column;gap:30px}.About-module__hVONLq__statNumber{font-size:1.8rem}.About-module__hVONLq__statLabel{font-size:.9rem}.About-module__hVONLq__modelTitle{margin-bottom:16px;font-size:.8rem}.About-module__hVONLq__modelText{font-size:.95rem;line-height:1.7}.About-module__hVONLq__sectionTitle{font-size:1.8rem}.About-module__hVONLq__sectionDescription{font-size:.95rem}.About-module__hVONLq__aboutSection{gap:20px}.About-module__hVONLq__title{font-size:1.3rem}.About-module__hVONLq__description{font-size:.95rem}.About-module__hVONLq__highlightsList{grid-template-columns:1fr}.About-module__hVONLq__contentSide{padding:0}.About-module__hVONLq__carouselArrow{width:28px;height:28px}.About-module__hVONLq__carouselArrow svg{width:16px;height:16px}}@media (prefers-reduced-motion:reduce){:is(*,:before,:after){transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
.TechnologiesSlider-module__s_buVW__technologiesSection{background:0 0;width:100%;padding:20px 0;overflow:hidden}.TechnologiesSlider-module__s_buVW__title{text-align:center;color:#3b3b3b;width:100%;margin-bottom:40px;font-size:2.25rem;font-weight:700;display:inline-block;position:relative}.TechnologiesSlider-module__s_buVW__title:after{content:"";background:linear-gradient(90deg,#f97316,#ea580c);border-radius:2px;width:80px;height:3px;position:absolute;bottom:-12px;left:50%;transform:translate(-50%)}.TechnologiesSlider-module__s_buVW__marquee{width:100%;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 10% 90%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 10% 90%,#0000 100%)}.TechnologiesSlider-module__s_buVW__track{will-change:transform;gap:24px;width:max-content;padding-left:24px;animation:22s linear infinite TechnologiesSlider-module__s_buVW__marqueeScroll;display:flex}.TechnologiesSlider-module__s_buVW__marquee:hover .TechnologiesSlider-module__s_buVW__track{animation-play-state:paused}@keyframes TechnologiesSlider-module__s_buVW__marqueeScroll{0%{transform:translate(-33.3333%)}to{transform:translate(0,0)}}.TechnologiesSlider-module__s_buVW__card{background:0 0;flex-shrink:0;justify-content:center;align-items:center;width:200px;height:200px;padding:30px;transition:all .3s;display:flex}.TechnologiesSlider-module__s_buVW__logo{object-fit:contain;filter:brightness(.9)contrast(1.1);border-radius:20px;width:100%;height:100%;transition:filter .3s}@media (max-width:768px){.TechnologiesSlider-module__s_buVW__card{width:150px;height:150px}.TechnologiesSlider-module__s_buVW__track{animation-duration:24s}.TechnologiesSlider-module__s_buVW__title{font-size:1.75rem}}@media (max-width:480px){.TechnologiesSlider-module__s_buVW__card{width:120px;height:120px;padding:20px}.TechnologiesSlider-module__s_buVW__title{font-size:1.5rem}}@media (prefers-reduced-motion:reduce){.TechnologiesSlider-module__s_buVW__track{animation:none}.TechnologiesSlider-module__s_buVW__marquee:hover .TechnologiesSlider-module__s_buVW__track{animation-play-state:running}}
.MoonLanding-module__3ThgkW__container{background:0 0;border-radius:0;justify-content:space-between;align-items:center;max-width:1484px;height:50vh;margin:100px auto 0;display:flex;position:relative;overflow:visible}.MoonLanding-module__3ThgkW__left{z-index:2;opacity:0;width:380px;transition:opacity .8s .2s,transform .8s cubic-bezier(.22,1,.36,1) .2s;transform:translate(-60px)}.MoonLanding-module__3ThgkW__leftVisible{opacity:.85;transform:translate(0)}.MoonLanding-module__3ThgkW__right{z-index:2;opacity:0;width:370px;transition:opacity .8s .2s,transform .8s cubic-bezier(.22,1,.36,1) .2s;transform:translate(60px)}.MoonLanding-module__3ThgkW__rightVisible{opacity:1;transform:translate(0)}.MoonLanding-module__3ThgkW__moonScene{z-index:1;transform-origin:top;opacity:0;pointer-events:none;justify-content:center;align-items:center;width:min(560px,85%);height:540px;margin-left:calc(min(560px,85%)/-2);transition:opacity .6s .1s,transform .7s cubic-bezier(.34,1.56,.64,1) .1s;display:flex;position:absolute;top:-40px;left:50%;transform:scale(.4)}.MoonLanding-module__3ThgkW__moonVisible{opacity:1;pointer-events:all;transform:scale(1)}.MoonLanding-module__3ThgkW__stage{perspective:1500px;justify-content:center;align-items:center;width:500px;height:500px;display:flex}.MoonLanding-module__3ThgkW__world{width:270px;height:270px;transform-style:preserve-3d;position:relative}.MoonLanding-module__3ThgkW__globeAssembly{width:100%;height:100%;transform-style:preserve-3d;animation:10s linear infinite MoonLanding-module__3ThgkW__globalRotation;position:absolute}.MoonLanding-module__3ThgkW__sphereCore{width:140px;height:140px;transform-style:preserve-3d;justify-content:center;align-items:center;margin-top:-70px;margin-left:-70px;display:flex;position:absolute;top:50%;left:50%}.MoonLanding-module__3ThgkW__sphereCore img{filter:drop-shadow(0 0 15px #61dafb);width:60%;height:100%}.MoonLanding-module__3ThgkW__rib{opacity:.4;border:2px solid #61dafb;border-radius:50%;width:100%;height:100%;position:absolute;box-shadow:inset 0 0 20px #61dafb33,0 0 10px #61dafb33}.MoonLanding-module__3ThgkW__rib:first-child{transform:rotateY(0)}.MoonLanding-module__3ThgkW__rib:nth-child(2){transform:rotateY(45deg)}.MoonLanding-module__3ThgkW__rib:nth-child(3){transform:rotateY(90deg)}.MoonLanding-module__3ThgkW__rib:nth-child(4){transform:rotateY(135deg)}.MoonLanding-module__3ThgkW__rib:nth-child(5){border-style:dashed;transform:rotateX(90deg)}.MoonLanding-module__3ThgkW__orbitContainer{width:480px;height:480px;transform-style:preserve-3d;margin-top:-240px;margin-left:-240px;position:absolute;top:50%;left:50%;transform:rotateX(70deg)}.MoonLanding-module__3ThgkW__orbitRotator{width:100%;height:100%;transform-style:preserve-3d;animation:12s linear infinite MoonLanding-module__3ThgkW__orbitRotation}.MoonLanding-module__3ThgkW__moonSlot{width:60px;height:60px;transform-style:preserve-3d;margin-top:-30px;margin-left:-30px;position:absolute;top:50%;left:50%}.MoonLanding-module__3ThgkW__moonCard{background:#fff;border-radius:12px;justify-content:center;align-items:center;width:100%;height:100%;animation:12s linear infinite MoonLanding-module__3ThgkW__billboardCounter;display:flex;box-shadow:0 0 20px #61dafb}.MoonLanding-module__3ThgkW__moonCard img{object-fit:contain;width:75%;height:75%}@keyframes MoonLanding-module__3ThgkW__globalRotation{0%{transform:rotateY(0)rotateX(10deg)}to{transform:rotateY(360deg)rotateX(10deg)}}@keyframes MoonLanding-module__3ThgkW__orbitRotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes MoonLanding-module__3ThgkW__billboardCounter{0%{transform:rotateX(-70deg)rotateY(0)}to{transform:rotateX(-70deg)rotateY(-360deg)}}@media (max-width:1400px){.MoonLanding-module__3ThgkW__left,.MoonLanding-module__3ThgkW__right{display:none}}@media (max-width:620px){.MoonLanding-module__3ThgkW__container{justify-content:center;height:auto;min-height:360px;margin:40px auto}.MoonLanding-module__3ThgkW__moonScene{left:unset;margin-left:unset;width:100%;height:270px;position:relative;top:55px;transform:scale(.5)}.MoonLanding-module__3ThgkW__moonVisible{transform:scale(.75)}.MoonLanding-module__3ThgkW__stage{width:320px;height:320px}.MoonLanding-module__3ThgkW__world{width:230px;height:230px}.MoonLanding-module__3ThgkW__orbitContainer{width:320px;height:320px;margin-top:-160px;margin-left:-160px}}
.page-module__E0kJGG__page{background:#fff;min-height:100vh;position:relative;overflow-x:hidden}
