@import"https://fonts.googleapis.com/css2?family=Roboto&display=swap";body{margin:0}._navbar_6hhh9_2{position:fixed;top:0;width:100%;background:transparent;transition:all .4s ease;z-index:1000}._navbar_6hhh9_2._scrolled_6hhh9_10{background:#fffffffa;box-shadow:0 2px 10px #0000001a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}._navContainer_6hhh9_16{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:1rem 4rem;transition:all .4s ease}@media(max-width:768px){._navContainer_6hhh9_16{padding:1rem 2rem}}._logo_6hhh9_30{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.6rem;text-decoration:none}._logo_6hhh9_30 img{height:40px;width:40px;object-fit:contain}._logo_6hhh9_30 h1{font-size:1.5rem;color:#222;font-family:Roboto,sans-serif;font-weight:700;letter-spacing:.5px}._navLinks_6hhh9_51{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:2rem;list-style:none;transition:all .3s ease}._navLinks_6hhh9_51 li a{font-size:1rem;color:#333;font-family:Roboto,sans-serif;text-decoration:none;position:relative;font-weight:500;transition:color .3s ease}._navLinks_6hhh9_51 li a:after{content:"";position:absolute;width:0%;height:2px;background-color:#007bff;left:0;bottom:-4px;transition:width .3s ease}._navLinks_6hhh9_51 li a:hover{color:#007bff}._navLinks_6hhh9_51 li a:hover:after{width:100%}@media(max-width:900px){._navLinks_6hhh9_51{position:absolute;top:80px;left:0;width:100%;flex-direction:column;background:#fffffff2;padding:2rem 0;opacity:0;pointer-events:none;transform:translateY(-20px);transition:all .4s ease}._navLinks_6hhh9_51._active_6hhh9_99{opacity:1;pointer-events:auto;transform:translateY(0)}._navLinks_6hhh9_51 li{margin:1rem 0}}._navButtons_6hhh9_109{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem}._navButtons_6hhh9_109 ._loginBtn_6hhh9_116,._navButtons_6hhh9_109 ._signupBtn_6hhh9_117{display:flex;flex-direction:row;justify-content:center;align-items:center;border:none;cursor:pointer;font-weight:600;transition:all .3s ease;border-radius:8px;padding:.6rem 1.4rem;text-decoration:none}._navButtons_6hhh9_109 ._loginBtn_6hhh9_116{background:transparent;color:#007bff;border:2px solid #007bff}._navButtons_6hhh9_109 ._loginBtn_6hhh9_116:hover,._navButtons_6hhh9_109 ._signupBtn_6hhh9_117{background:#007bff;color:#fff}._navButtons_6hhh9_109 ._signupBtn_6hhh9_117:hover{background:#0056c4;transform:translateY(-2px)}@media(max-width:900px){._navButtons_6hhh9_109{display:none}}._menuToggle_6hhh9_153{display:none;cursor:pointer}._menuToggle_6hhh9_153 ._bar_6hhh9_157{width:28px;height:3px;background-color:#333;border-radius:5px;transition:all .4s ease;position:relative}._menuToggle_6hhh9_153 ._bar_6hhh9_157:before,._menuToggle_6hhh9_153 ._bar_6hhh9_157:after{content:"";position:absolute;left:0;width:28px;height:3px;background-color:#333;border-radius:5px;transition:all .4s ease}._menuToggle_6hhh9_153 ._bar_6hhh9_157:before{top:-8px}._menuToggle_6hhh9_153 ._bar_6hhh9_157:after{top:8px}._menuToggle_6hhh9_153 ._bar_6hhh9_157._open_6hhh9_181{background:transparent}._menuToggle_6hhh9_153 ._bar_6hhh9_157._open_6hhh9_181:before{transform:rotate(45deg) translate(5px,5px)}._menuToggle_6hhh9_153 ._bar_6hhh9_157._open_6hhh9_181:after{transform:rotate(-45deg) translate(5px,-5px)}@media(max-width:900px){._menuToggle_6hhh9_153{display:block}}._hero_15esl_2{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:8rem 6rem 4rem;min-height:100%;position:relative;overflow:hidden;background:linear-gradient(135deg,#f9fbff,#eef3ff)}@media(max-width:1024px){._hero_15esl_2{flex-direction:column;padding:6rem 2rem 3rem;text-align:center}}._heroContent_15esl_21{max-width:600px;z-index:2}._heroContent_15esl_21 h1{font-size:2.8rem;color:#1a1a1a;font-family:Roboto,sans-serif;font-weight:700;line-height:1.3}._heroContent_15esl_21 h1 span{color:#007bff}@media(max-width:768px){._heroContent_15esl_21 h1{font-size:2rem}}._heroContent_15esl_21 p{margin-top:1.2rem;font-size:1.1rem;color:#555;font-family:Roboto,sans-serif;line-height:1.6;max-width:500px}@media(max-width:768px){._heroContent_15esl_21 p{max-width:100%;font-size:1rem}}._heroContent_15esl_21 ._ctaButtons_15esl_54{margin-top:2rem;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:1.2rem}._heroContent_15esl_21 ._ctaButtons_15esl_54 a{display:flex;flex-direction:row;justify-content:center;align-items:center;border:none;cursor:pointer;border-radius:8px;padding:.9rem 1.8rem;font-weight:600;font-size:1rem;transition:all .3s ease;text-decoration:none}._heroContent_15esl_21 ._ctaButtons_15esl_54 ._exploreBtn_15esl_76{background:#007bff;color:#fff}._heroContent_15esl_21 ._ctaButtons_15esl_54 ._exploreBtn_15esl_76:hover{background:#005fd4;transform:translateY(-3px)}._heroContent_15esl_21 ._ctaButtons_15esl_54 ._teachBtn_15esl_84{background:transparent;color:#007bff;border:2px solid #007bff}._heroContent_15esl_21 ._ctaButtons_15esl_54 ._teachBtn_15esl_84:hover{background:#007bff;color:#fff;transform:translateY(-3px)}@media(max-width:768px){._heroContent_15esl_21 ._ctaButtons_15esl_54{display:flex;flex-direction:column;justify-content:center;align-items:center}}._heroImage_15esl_103{z-index:2}._heroImage_15esl_103 img{height:480px;width:auto;object-fit:contain;animation:_float_15esl_1 4s ease-in-out infinite}@media(max-width:768px){._heroImage_15esl_103 img{height:300px;width:auto;object-fit:contain;margin-top:2rem}}@keyframes _float_15esl_1{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}._bgAnimation_15esl_129{position:absolute;top:-100px;left:-100px;width:200%;height:200%;background:radial-gradient(circle at 20% 30%,rgba(0,123,255,.15),transparent 40%),radial-gradient(circle at 80% 70%,rgba(0,255,200,.1),transparent 40%);animation:_moveBg_15esl_1 10s linear infinite alternate;z-index:1}@keyframes _moveBg_15esl_1{0%{transform:translate(0)}to{transform:translate(-50px,50px)}}._mainIdea_15254_2{padding:6rem 4rem;text-align:center;background:linear-gradient(135deg,#f4f8ff,#fff);position:relative;overflow:hidden}@media(max-width:992px){._mainIdea_15254_2{padding:4rem 2rem}}@media(max-width:600px){._mainIdea_15254_2{padding:3rem 1.5rem}}._mainIdea_15254_2 h2{font-size:2.2rem;color:#1a1a1a;font-family:Roboto,sans-serif;font-weight:700;margin-bottom:1rem;line-height:1.3}@media(max-width:992px){._mainIdea_15254_2 h2{font-size:2rem}}@media(max-width:600px){._mainIdea_15254_2 h2{font-size:1.6rem}}._mainIdea_15254_2 p{font-size:1.05rem;color:#444;font-family:Roboto,sans-serif;max-width:850px;margin:0 auto 3rem;line-height:1.8}._mainIdea_15254_2 p strong{color:#007bff}@media(max-width:992px){._mainIdea_15254_2 p{font-size:1rem;margin-bottom:2.5rem}}@media(max-width:600px){._mainIdea_15254_2 p{font-size:.95rem;line-height:1.6;margin-bottom:2rem}}._cards_15254_62{display:flex;flex-direction:row;align-items:stretch;flex-wrap:wrap;gap:2rem;justify-content:center;max-width:1100px;margin:0 auto}@media(max-width:992px){._cards_15254_62{gap:1.5rem}}@media(max-width:768px){._cards_15254_62{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem}}._card_15254_62{background:#fff;border-radius:16px;box-shadow:0 6px 18px #00000014;padding:2rem;max-width:340px;flex:1 1 300px;transition:all .3s ease;text-align:left;position:relative}._card_15254_62:hover{transform:translateY(-8px);box-shadow:0 12px 24px #007bff26}._card_15254_62 ._icon_15254_103{font-size:2.5rem;color:#007bff;margin-bottom:1rem}@media(max-width:600px){._card_15254_62 ._icon_15254_103{font-size:2rem}}._card_15254_62 h3{font-size:1.3rem;color:#222;font-family:Roboto,sans-serif;font-weight:600;margin-bottom:.6rem}@media(max-width:600px){._card_15254_62 h3{font-size:1.1rem}}._card_15254_62 p{font-size:.95rem;color:#555;font-family:Roboto,sans-serif;line-height:1.6}@media(max-width:600px){._card_15254_62 p{font-size:.9rem}}._coursesPreview_10p5y_2{padding:6rem 4rem;background:#f9fbff;text-align:center}@media(max-width:992px){._coursesPreview_10p5y_2{padding:4rem 2rem}}@media(max-width:600px){._coursesPreview_10p5y_2{padding:3rem 1.5rem}}._coursesPreview_10p5y_2 h2{font-size:2.2rem;color:#1a1a1a;font-family:Roboto,sans-serif;font-weight:700;margin-bottom:.6rem}@media(max-width:992px){._coursesPreview_10p5y_2 h2{font-size:1.9rem}}@media(max-width:600px){._coursesPreview_10p5y_2 h2{font-size:1.6rem}}._coursesPreview_10p5y_2 p{font-size:1.05rem;color:#555;font-family:Roboto,sans-serif;max-width:850px;margin:0 auto 3rem;line-height:1.7}@media(max-width:992px){._coursesPreview_10p5y_2 p{font-size:1rem;padding:0 1rem}}@media(max-width:600px){._coursesPreview_10p5y_2 p{font-size:.95rem;margin-bottom:2rem}}._grid_10p5y_55{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;justify-content:center;align-items:stretch;margin-bottom:3rem}@media(max-width:992px){._grid_10p5y_55{gap:1.5rem}}@media(max-width:600px){._grid_10p5y_55{gap:1.2rem}}._card_10p5y_74{background:#fff;border-radius:14px;box-shadow:0 4px 12px #00000014;overflow:hidden;transition:all .3s ease;cursor:pointer}._card_10p5y_74:hover{transform:translateY(-6px);box-shadow:0 10px 22px #007bff26}._card_10p5y_74 ._imageWrapper_10p5y_86{width:100%;height:180px;overflow:hidden;position:relative}@media(max-width:600px){._card_10p5y_74 ._imageWrapper_10p5y_86{height:160px}}._card_10p5y_74 ._imageWrapper_10p5y_86 img{height:100%;width:100%;object-fit:contain;object-fit:cover;transition:transform .4s ease}._card_10p5y_74 ._imageWrapper_10p5y_86 img:hover{transform:scale(1.05)}._card_10p5y_74 ._imageWrapper_10p5y_86 ._logoBadge_10p5y_107{position:absolute;top:.9rem;right:.9rem;width:48px;height:48px;display:flex;justify-content:center;align-items:center;padding:.35rem;border-radius:14px;background:#ffffffe0;box-shadow:0 10px 18px #132c542e;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}._card_10p5y_74 ._imageWrapper_10p5y_86 ._logoBadge_10p5y_107 img{width:100%;height:100%;object-fit:contain}._card_10p5y_74 ._info_10p5y_127{padding:1.4rem;text-align:left}._card_10p5y_74 ._info_10p5y_127 ._label_10p5y_131{font-size:.82rem;color:#007bff;font-family:Roboto,sans-serif;text-transform:uppercase;letter-spacing:.08em;font-weight:700;margin-bottom:.5rem}._card_10p5y_74 ._info_10p5y_127 h3{font-size:1.1rem;color:#222;font-family:Roboto,sans-serif;font-weight:600;margin-bottom:.6rem}@media(max-width:600px){._card_10p5y_74 ._info_10p5y_127 h3{font-size:1rem}}._card_10p5y_74 ._info_10p5y_127 ._description_10p5y_152{font-size:.95rem;color:#555;font-family:Roboto,sans-serif;line-height:1.6;margin-bottom:.9rem}._card_10p5y_74 ._info_10p5y_127 ._topics_10p5y_159{font-size:.9rem;color:#666;font-family:Roboto,sans-serif;line-height:1.5;margin-bottom:0}._ctaWrapper_10p5y_167{text-align:center}._ctaWrapper_10p5y_167 ._viewAllBtn_10p5y_170{display:inline-flex;justify-content:center;align-items:center;background:#007bff;color:#fff;border:none;padding:.9rem 2rem;border-radius:8px;cursor:pointer;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s ease}._ctaWrapper_10p5y_167 ._viewAllBtn_10p5y_170:hover{background:#005fd4;transform:translateY(-2px)}@media(max-width:600px){._ctaWrapper_10p5y_167 ._viewAllBtn_10p5y_170{width:100%;padding:.8rem 0;font-size:.95rem}}._environment_mbz8m_2{display:grid;grid-template-columns:1.1fr 1fr;grid-template-areas:"text image" "features features";align-items:center;gap:3rem;padding:6rem 5rem;background:#f9fbff}@media(max-width:992px){._environment_mbz8m_2{grid-template-columns:1fr;grid-template-areas:"text" "image" "features";padding:4rem 2rem;text-align:center}}._environment_mbz8m_2 ._textArea_mbz8m_19{grid-area:text}._environment_mbz8m_2 ._textArea_mbz8m_19 h2{font-size:2.2rem;color:#1a1a1a;font-family:Roboto,sans-serif;font-weight:700;margin-bottom:1rem}@media(max-width:992px){._environment_mbz8m_2 ._textArea_mbz8m_19 h2{font-size:2rem}}@media(max-width:600px){._environment_mbz8m_2 ._textArea_mbz8m_19 h2{font-size:1.6rem}}._environment_mbz8m_2 ._textArea_mbz8m_19 p{font-size:1.05rem;color:#444;font-family:Roboto,sans-serif;line-height:1.8;max-width:700px}._environment_mbz8m_2 ._textArea_mbz8m_19 p strong{color:#007bff}@media(max-width:992px){._environment_mbz8m_2 ._textArea_mbz8m_19 p{margin:0 auto 2rem;font-size:1rem}}@media(max-width:600px){._environment_mbz8m_2 ._textArea_mbz8m_19 p{font-size:.95rem}}._environment_mbz8m_2 ._imageArea_mbz8m_60{grid-area:image}._environment_mbz8m_2 ._imageArea_mbz8m_60 ._imageWrapper_mbz8m_63{margin:auto;position:relative;border-radius:18px;width:50%;overflow:hidden;box-shadow:0 6px 20px #0000001a}._environment_mbz8m_2 ._imageArea_mbz8m_60 ._imageWrapper_mbz8m_63 img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}._environment_mbz8m_2 ._imageArea_mbz8m_60 ._imageWrapper_mbz8m_63 img:hover{transform:scale(1.05)}@media(max-width:992px){._environment_mbz8m_2 ._imageArea_mbz8m_60 ._imageWrapper_mbz8m_63{width:100%}}._environment_mbz8m_2 ._imageArea_mbz8m_60 ._imageWrapper_mbz8m_63 ._overlay_mbz8m_85{position:absolute;bottom:0;left:0;right:0;background:#007bffd9;color:#fff;text-align:center;padding:1rem;font-weight:500;font-size:1rem;opacity:0;transform:translateY(100%);transition:all .4s ease}._imageWrapper_mbz8m_63:hover ._environment_mbz8m_2 ._imageArea_mbz8m_60 ._imageWrapper_mbz8m_63 ._overlay_mbz8m_85{opacity:1;transform:translateY(0)}@media(max-width:992px){._environment_mbz8m_2 ._imageArea_mbz8m_60{max-width:500px;margin:0 auto}}._environment_mbz8m_2 ._features_mbz8m_110{grid-area:features;display:grid;grid-template-columns:repeat(2,1fr);gap:1.8rem;margin-top:2rem}@media(max-width:768px){._environment_mbz8m_2 ._features_mbz8m_110{grid-template-columns:1fr;gap:1.2rem}}._environment_mbz8m_2 ._features_mbz8m_110 ._feature_mbz8m_110{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:1rem;background:#fff;border-radius:14px;padding:1.2rem 1rem;box-shadow:0 4px 10px #0000000d;transition:all .3s ease}._environment_mbz8m_2 ._features_mbz8m_110 ._feature_mbz8m_110:hover{transform:translateY(-5px);box-shadow:0 10px 20px #007bff1a}._environment_mbz8m_2 ._features_mbz8m_110 ._feature_mbz8m_110 ._icon_mbz8m_139{font-size:1.8rem;color:#007bff}._environment_mbz8m_2 ._features_mbz8m_110 ._feature_mbz8m_110 h4{font-size:1.1rem;color:#1a1a1a;font-family:Roboto,sans-serif;font-weight:600;margin-bottom:.2rem}._environment_mbz8m_2 ._features_mbz8m_110 ._feature_mbz8m_110 p{font-size:.9rem;color:#555;font-family:Roboto,sans-serif;line-height:1.5}@media(max-width:768px){._environment_mbz8m_2 ._features_mbz8m_110 ._feature_mbz8m_110{justify-content:center;text-align:center}._environment_mbz8m_2 ._features_mbz8m_110 ._feature_mbz8m_110 ._icon_mbz8m_139{font-size:1.6rem}}._helpCenter_1oxe4_2{padding:6rem 4rem;background:linear-gradient(135deg,#fff,#f7faff);text-align:center;position:relative;overflow:hidden}@media(max-width:992px){._helpCenter_1oxe4_2{padding:4rem 2rem}}@media(max-width:600px){._helpCenter_1oxe4_2{padding:3rem 1.5rem}}._helpCenter_1oxe4_2 ._header_1oxe4_19{max-width:900px;margin:0 auto 3rem}._helpCenter_1oxe4_2 ._header_1oxe4_19 h2{font-size:2.2rem;color:#1a1a1a;font-family:Roboto,sans-serif;font-weight:700;margin-bottom:1rem}@media(max-width:992px){._helpCenter_1oxe4_2 ._header_1oxe4_19 h2{font-size:2rem}}@media(max-width:600px){._helpCenter_1oxe4_2 ._header_1oxe4_19 h2{font-size:1.6rem}}._helpCenter_1oxe4_2 ._header_1oxe4_19 p{font-size:1.05rem;color:#444;font-family:Roboto,sans-serif;line-height:1.8}._helpCenter_1oxe4_2 ._header_1oxe4_19 p strong{color:#007bff}@media(max-width:992px){._helpCenter_1oxe4_2 ._header_1oxe4_19 p{font-size:1rem}}@media(max-width:600px){._helpCenter_1oxe4_2 ._header_1oxe4_19 p{font-size:.95rem}}._helpCenter_1oxe4_2 ._features_1oxe4_59{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;justify-content:center;max-width:1200px;margin:0 auto}@media(max-width:992px){._helpCenter_1oxe4_2 ._features_1oxe4_59{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){._helpCenter_1oxe4_2 ._features_1oxe4_59{grid-template-columns:1fr;gap:1.2rem}}._helpCenter_1oxe4_2 ._features_1oxe4_59 ._card_1oxe4_78{background:#fff;border-radius:16px;box-shadow:0 6px 18px #00000014;padding:2rem 1.5rem;transition:all .3s ease;text-align:left;position:relative;overflow:hidden}._helpCenter_1oxe4_2 ._features_1oxe4_59 ._card_1oxe4_78:hover{transform:translateY(-8px);box-shadow:0 10px 24px #007bff26}._helpCenter_1oxe4_2 ._features_1oxe4_59 ._card_1oxe4_78 ._icon_1oxe4_92{font-size:2.5rem;color:#007bff;margin-bottom:1rem}@media(max-width:600px){._helpCenter_1oxe4_2 ._features_1oxe4_59 ._card_1oxe4_78 ._icon_1oxe4_92{font-size:2rem}}._helpCenter_1oxe4_2 ._features_1oxe4_59 ._card_1oxe4_78 h4{font-size:1.2rem;color:#1a1a1a;font-family:Roboto,sans-serif;font-weight:600;margin-bottom:.6rem}._helpCenter_1oxe4_2 ._features_1oxe4_59 ._card_1oxe4_78 p{font-size:.95rem;color:#555;font-family:Roboto,sans-serif;line-height:1.6}._helpCenter_1oxe4_2:before,._helpCenter_1oxe4_2:after{content:"";position:absolute;width:350px;height:350px;border-radius:50%;background:radial-gradient(circle,rgba(0,123,255,.12),transparent);z-index:0;animation:_floaty_1oxe4_1 8s ease-in-out infinite alternate}._helpCenter_1oxe4_2:before{top:-80px;left:-100px}._helpCenter_1oxe4_2:after{bottom:-80px;right:-100px;animation-delay:3s}@keyframes _floaty_1oxe4_1{0%{transform:translateY(0)}to{transform:translateY(40px)}}._teamSection_71sfd_2{padding:6rem 4rem;background:#f8fbff;text-align:center}@media(max-width:992px){._teamSection_71sfd_2{padding:4rem 2rem}}@media(max-width:600px){._teamSection_71sfd_2{padding:3rem 1.2rem}}._teamSection_71sfd_2 ._header_71sfd_17{max-width:800px;margin:0 auto 4rem}._teamSection_71sfd_2 ._header_71sfd_17 h2{font-size:2.3rem;color:#1a1a1a;font-family:Roboto,sans-serif;font-weight:700;margin-bottom:1rem}@media(max-width:992px){._teamSection_71sfd_2 ._header_71sfd_17 h2{font-size:2rem}}@media(max-width:600px){._teamSection_71sfd_2 ._header_71sfd_17 h2{font-size:1.7rem}}._teamSection_71sfd_2 ._header_71sfd_17 p{font-size:1.05rem;color:#555;font-family:Roboto,sans-serif;line-height:1.8}@media(max-width:992px){._teamSection_71sfd_2 ._header_71sfd_17 p{font-size:1rem}}@media(max-width:600px){._teamSection_71sfd_2 ._header_71sfd_17 p{font-size:.95rem}}._teamSection_71sfd_2 ._teamGrid_71sfd_54{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;justify-content:center;align-items:stretch;max-width:1200px;margin:0 auto}@media(max-width:992px){._teamSection_71sfd_2 ._teamGrid_71sfd_54{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){._teamSection_71sfd_2 ._teamGrid_71sfd_54{grid-template-columns:1fr}}._teamSection_71sfd_2 ._teamGrid_71sfd_54 ._card_71sfd_73{background:#fff;border-radius:18px;box-shadow:0 6px 18px #00000014;padding:2rem 1rem;transition:all .3s ease;text-align:center;position:relative;overflow:hidden}._teamSection_71sfd_2 ._teamGrid_71sfd_54 ._card_71sfd_73:hover{transform:translateY(-10px);box-shadow:0 10px 28px #007bff26}._teamSection_71sfd_2 ._teamGrid_71sfd_54 ._card_71sfd_73 ._imageWrapper_71sfd_87{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:1.5rem}._teamSection_71sfd_2 ._teamGrid_71sfd_54 ._card_71sfd_73 ._imageWrapper_71sfd_87 img{border-radius:50%;width:120px;height:120px;object-fit:cover;border:4px solid #007bff}@media(max-width:600px){._teamSection_71sfd_2 ._teamGrid_71sfd_54 ._card_71sfd_73 ._imageWrapper_71sfd_87 img{width:100px;height:100px}}._teamSection_71sfd_2 ._teamGrid_71sfd_54 ._card_71sfd_73 h3{font-size:1.1rem;color:#1a1a1a;font-family:Roboto,sans-serif;font-weight:600;margin-bottom:.3rem}._teamSection_71sfd_2 ._teamGrid_71sfd_54 ._card_71sfd_73 p{font-size:.95rem;color:#666;font-family:Roboto,sans-serif;margin-bottom:1rem}._teamSection_71sfd_2 ._teamGrid_71sfd_54 ._card_71sfd_73 ._socials_71sfd_120{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem}._teamSection_71sfd_2 ._teamGrid_71sfd_54 ._card_71sfd_73 ._socials_71sfd_120 a{font-size:1.3rem;color:#007bff;transition:color .3s ease}._teamSection_71sfd_2 ._teamGrid_71sfd_54 ._card_71sfd_73 ._socials_71sfd_120 a:hover{color:#0056b3}._connectSection_8spw2_2{padding:6rem 4rem;background:linear-gradient(135deg,#eef6ff,#fff);text-align:center}@media(max-width:992px){._connectSection_8spw2_2{padding:4rem 2rem}}@media(max-width:600px){._connectSection_8spw2_2{padding:3rem 1.5rem}}._connectSection_8spw2_2 ._header_8spw2_17{max-width:800px;margin:0 auto 3rem}._connectSection_8spw2_2 ._header_8spw2_17 h2{font-size:2.2rem;color:#1a1a1a;font-family:Roboto,sans-serif;font-weight:700;margin-bottom:1rem}._connectSection_8spw2_2 ._header_8spw2_17 p{font-size:1.05rem;color:#555;font-family:Roboto,sans-serif;line-height:1.8}._connectSection_8spw2_2 ._header_8spw2_17 p strong{color:#007bff}._connectSection_8spw2_2 ._cards_8spw2_37{display:flex;justify-content:center;align-items:stretch;gap:3rem;flex-wrap:wrap;max-width:1100px;margin:0 auto}@media(max-width:768px){._connectSection_8spw2_2 ._cards_8spw2_37{gap:2rem}}._connectSection_8spw2_2 ._cards_8spw2_37 ._card_8spw2_37{background:#fff;border-radius:20px;box-shadow:0 6px 20px #00000014;padding:2.5rem 2rem;flex:1 1 420px;max-width:500px;transition:all .3s ease;position:relative;overflow:hidden}._connectSection_8spw2_2 ._cards_8spw2_37 ._card_8spw2_37:hover{transform:translateY(-10px);box-shadow:0 12px 30px #007bff33}._connectSection_8spw2_2 ._cards_8spw2_37 ._card_8spw2_37 ._icon_8spw2_66{font-size:3rem;color:#007bff;margin-bottom:1.2rem}._connectSection_8spw2_2 ._cards_8spw2_37 ._card_8spw2_37 h3{font-size:1.4rem;color:#1a1a1a;font-family:Roboto,sans-serif;font-weight:600;margin-bottom:.8rem}._connectSection_8spw2_2 ._cards_8spw2_37 ._card_8spw2_37 p{font-size:1rem;color:#555;font-family:Roboto,sans-serif;line-height:1.7;margin-bottom:2rem}._connectSection_8spw2_2 ._cards_8spw2_37 ._card_8spw2_37 ._btnGroup_8spw2_85{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}._connectSection_8spw2_2 ._cards_8spw2_37 ._card_8spw2_37 ._btnGroup_8spw2_85 a{display:inline-flex;justify-content:center;align-items:center;border:none;outline:none;cursor:pointer;border-radius:8px;padding:.8rem 1.5rem;font-weight:600;font-family:Roboto,sans-serif;text-decoration:none;transition:all .3s ease}._connectSection_8spw2_2 ._cards_8spw2_37 ._card_8spw2_37 ._btnGroup_8spw2_85 ._joinBtn_8spw2_105{background:#007bff;color:#fff}._connectSection_8spw2_2 ._cards_8spw2_37 ._card_8spw2_37 ._btnGroup_8spw2_85 ._joinBtn_8spw2_105:hover{background:#0056b3}._connectSection_8spw2_2 ._cards_8spw2_37 ._card_8spw2_37 ._btnGroup_8spw2_85 ._loginBtn_8spw2_112{background:#e9f3ff;color:#007bff}._connectSection_8spw2_2 ._cards_8spw2_37 ._card_8spw2_37 ._btnGroup_8spw2_85 ._loginBtn_8spw2_112:hover{background:#d6e9ff}._finalCta_1y81d_2{padding:2rem 4rem 5rem;background:radial-gradient(circle at top right,rgba(76,201,240,.18),transparent 28%),linear-gradient(180deg,#f9fbff,#eef5ff)}@media(max-width:992px){._finalCta_1y81d_2{padding:1rem 2rem 4rem}}@media(max-width:600px){._finalCta_1y81d_2{padding:.5rem 1.5rem 3rem}}._panel_1y81d_17{max-width:1080px;margin:0 auto;padding:3rem 3.2rem;border-radius:28px;background:linear-gradient(135deg,#0b5fff,#1f8fff 55%,#4cc9f0);box-shadow:0 18px 40px #0b5fff2e;text-align:center;position:relative;overflow:hidden}._panel_1y81d_17:before,._panel_1y81d_17:after{content:"";position:absolute;border-radius:999px;background:#ffffff1f}._panel_1y81d_17:before{width:240px;height:240px;top:-120px;right:-60px}._panel_1y81d_17:after{width:170px;height:170px;bottom:-70px;left:-35px}@media(max-width:768px){._panel_1y81d_17{padding:2.4rem 1.5rem}}._kicker_1y81d_52{font-size:.9rem;color:#ffffffd6;font-family:Roboto,sans-serif;margin:0 0 .8rem;text-transform:uppercase;letter-spacing:.16em;font-weight:700}._panel_1y81d_17 h2{font-size:2.35rem;color:#fff;font-family:Roboto,sans-serif;margin:0 auto 1rem;max-width:720px;line-height:1.25;font-weight:800}@media(max-width:768px){._panel_1y81d_17 h2{font-size:1.8rem}}._copy_1y81d_77{font-size:1.03rem;color:#ffffffe6;font-family:Roboto,sans-serif;max-width:680px;margin:0 auto;line-height:1.8}._actions_1y81d_86{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem;margin-top:2rem;flex-wrap:wrap}._primaryBtn_1y81d_96,._secondaryBtn_1y81d_97{display:inline-flex;justify-content:center;align-items:center;padding:.95rem 1.7rem;border-radius:999px;text-decoration:none;font-weight:700;transition:transform .25s ease,background .25s ease,color .25s ease}._primaryBtn_1y81d_96{background:#fff;color:#0b5fff}._primaryBtn_1y81d_96:hover{transform:translateY(-2px);background:#edf4ff}._secondaryBtn_1y81d_97{background:#ffffff24;color:#fff;border:1px solid rgba(255,255,255,.26)}._secondaryBtn_1y81d_97:hover{transform:translateY(-2px);background:#fff3}._footer_mh22q_2{background:linear-gradient(135deg,#0b0c10,#1f2833);color:#c5c6c7;padding:4rem 6rem 2rem;font-family:Roboto,sans-serif;position:relative;z-index:10}@media(max-width:992px){._footer_mh22q_2{padding:3rem 2rem}}@media(max-width:600px){._footer_mh22q_2{padding:2rem 1.5rem}}._footer_mh22q_2 ._top_mh22q_20{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:2rem;margin-bottom:2.5rem}@media(max-width:768px){._footer_mh22q_2 ._top_mh22q_20{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}}._footer_mh22q_2 ._brand_mh22q_38{flex:1 1 300px;max-width:350px}._footer_mh22q_2 ._brand_mh22q_38 h2{font-size:1.8rem;color:#66fcf1;font-family:Roboto,sans-serif;font-weight:700;margin-bottom:.8rem}._footer_mh22q_2 ._brand_mh22q_38 p{font-size:.95rem;color:#c5c6c7;font-family:Roboto,sans-serif;line-height:1.6}._footer_mh22q_2 ._links_mh22q_55{flex:1 1 200px;text-align:left}@media(max-width:768px){._footer_mh22q_2 ._links_mh22q_55{text-align:center}}._footer_mh22q_2 ._links_mh22q_55 h4{font-size:1.2rem;color:#45a29e;font-family:Roboto,sans-serif;margin-bottom:1rem}._footer_mh22q_2 ._links_mh22q_55 ul{list-style:none;padding:0}._footer_mh22q_2 ._links_mh22q_55 ul li{margin:.4rem 0}._footer_mh22q_2 ._links_mh22q_55 ul li a{color:#c5c6c7;text-decoration:none;transition:color .3s ease}._footer_mh22q_2 ._links_mh22q_55 ul li a:hover{color:#66fcf1}._footer_mh22q_2 ._contact_mh22q_85{flex:1 1 250px;text-align:left}@media(max-width:768px){._footer_mh22q_2 ._contact_mh22q_85{text-align:center}}._footer_mh22q_2 ._contact_mh22q_85 h4{font-size:1.2rem;color:#45a29e;font-family:Roboto,sans-serif;margin-bottom:.8rem}._footer_mh22q_2 ._contact_mh22q_85 p{font-size:.95rem;color:#c5c6c7;font-family:Roboto,sans-serif;margin:.3rem 0;line-height:1.7}._footer_mh22q_2 ._contact_mh22q_85 p a{color:#66fcf1;text-decoration:none}._footer_mh22q_2 ._divider_mh22q_111{height:1px;background:#ffffff1a;margin:1.5rem 0}._footer_mh22q_2 ._bottom_mh22q_116{text-align:center}._footer_mh22q_2 ._bottom_mh22q_116 p{font-size:.9rem;color:#c5c6c7;font-family:Roboto,sans-serif;margin:.3rem 0}._footer_mh22q_2 ._bottom_mh22q_116 p:last-child{color:#66fcf1}._currencySection_14i8d_2{background:linear-gradient(135deg,#f4f9ff,#eaf3ff);padding:6rem 4rem;text-align:center;position:relative;overflow:hidden}@media(max-width:992px){._currencySection_14i8d_2{padding:4rem 2rem}}@media(max-width:600px){._currencySection_14i8d_2{padding:3rem 1.5rem}}._currencySection_14i8d_2 ._header_14i8d_19{max-width:900px;margin:0 auto 3rem}._currencySection_14i8d_2 ._header_14i8d_19 h2{font-size:2.2rem;color:#1a1a1a;font-family:Roboto,sans-serif;font-weight:700;margin-bottom:1rem}@media(max-width:992px){._currencySection_14i8d_2 ._header_14i8d_19 h2{font-size:2rem}}@media(max-width:600px){._currencySection_14i8d_2 ._header_14i8d_19 h2{font-size:1.6rem}}._currencySection_14i8d_2 ._header_14i8d_19 p{font-size:1.05rem;color:#444;font-family:Roboto,sans-serif;line-height:1.8}._currencySection_14i8d_2 ._header_14i8d_19 p strong{color:#007bff}@media(max-width:992px){._currencySection_14i8d_2 ._header_14i8d_19 p{font-size:1rem}}@media(max-width:600px){._currencySection_14i8d_2 ._header_14i8d_19 p{font-size:.95rem}}._currencySection_14i8d_2 ._flowContainer_14i8d_59{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;justify-content:center;max-width:1200px;margin:0 auto}@media(max-width:992px){._currencySection_14i8d_2 ._flowContainer_14i8d_59{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(max-width:600px){._currencySection_14i8d_2 ._flowContainer_14i8d_59{grid-template-columns:1fr;gap:1.2rem}}._currencySection_14i8d_2 ._step_14i8d_79{background:#fff;border-radius:16px;padding:2rem 1.5rem;box-shadow:0 6px 18px #00000014;transition:all .3s ease;position:relative;text-align:left}._currencySection_14i8d_2 ._step_14i8d_79:hover{transform:translateY(-8px);box-shadow:0 10px 24px #007bff26}._currencySection_14i8d_2 ._step_14i8d_79 ._icon_14i8d_92{font-size:2.5rem;color:#007bff;margin-bottom:1rem}@media(max-width:600px){._currencySection_14i8d_2 ._step_14i8d_79 ._icon_14i8d_92{font-size:2rem}}._currencySection_14i8d_2 ._step_14i8d_79 h4{font-size:1.25rem;color:#1a1a1a;font-family:Roboto,sans-serif;font-weight:600;margin-bottom:.5rem}._currencySection_14i8d_2 ._step_14i8d_79 p{font-size:.95rem;color:#555;font-family:Roboto,sans-serif;line-height:1.6}._currencySection_14i8d_2:before,._currencySection_14i8d_2:after{content:"";position:absolute;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(0,123,255,.15),transparent);animation:_float_14i8d_1 8s ease-in-out infinite alternate;z-index:0}._currencySection_14i8d_2:before{top:-100px;left:-100px}._currencySection_14i8d_2:after{bottom:-100px;right:-100px;animation-delay:2s}@keyframes _float_14i8d_1{0%{transform:translateY(0)}to{transform:translateY(40px)}}
