@import"https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500&amp;display=swap";:root{--primary: #FF6B00;--secondary: #00F0FF;--dark: #0A0A0F;--darker: #05050A;--light: #FFFFFF;--gray: #1E1E24;--green: #00FF7F;--orange: #FF9900;--purple: #C700FF;--blue: #0099FF;--red: #ff0000}body{color:var(--light);line-height:1.6;background:linear-gradient(135deg,#f2f2f2,#fff)}.Homepage .container{max-width:1200px;margin:0 auto;padding:20px}.Homepage .logo{display:flex;align-items:center;gap:10px}.Homepage .logo-icon{width:30px;height:30px;background:var(--light);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--dark)}.Homepage .logo-text{font-weight:700;font-size:16px}.Homepage .launch-btn{background-color:#282b3e;color:var(--light);padding:8px 16px;border-radius:20px;font-weight:700;text-decoration:none;transition:all .3s ease}.Homepage .launch-btn:hover{transform:scale(1.05);box-shadow:0 0 15px #e5e7ed99}.Homepage .hero{display:flex;align-items:center;justify-content:space-between;padding:60px 20px;background:linear-gradient(135deg,#f2f2f2,#fff);gap:40px}.Homepage .hero-content{flex:1;max-width:500px}.Homepage .tag{background-color:#171a2e;color:var(--light);padding:5px 15px;border-radius:20px;font-size:14px;display:inline-block;margin-bottom:20px}.Homepage .tag:before{content:"•";margin-right:5px}.Homepage h1{font-size:48px;line-height:1.2;margin-bottom:20px;font-weight:800;color:#03061c}.Homepage h1 span{color:#03061c}.Homepage .subtitle{font-size:18px;margin-bottom:30px;color:#1f1c4efa}.Homepage .hero-buttons{display:flex;gap:15px;margin-bottom:30px}.Homepage .btn-primary{background-color:#0e1936;color:var(--light);padding:12px 24px;border-radius:8px;font-weight:700;text-decoration:none;display:flex;align-items:center;gap:8px;transition:all .3s ease}.Homepage .btn-primary:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0e193699}.Homepage .btn-secondary{background-color:#ffffff1a;color:var(--light);padding:12px 24px;border-radius:8px;font-weight:700;text-decoration:none;display:flex;align-items:center;gap:8px;transition:all .3s ease}.Homepage .btn-secondary:hover{background-color:#fff3}.Homepage .contract-box{background-color:#03061c;border-radius:8px;padding:15px;margin-top:20px}.Homepage .contract-title{font-size:12px;color:var(--orange);margin-bottom:5px}.Homepage .contract-address{font-size:14px;word-break:break-all;margin-bottom:5px}.Homepage .copy-btn{font-size:12px;color:#fff9;cursor:pointer}.Homepage .stats-box{background-color:#03061c;border-radius:12px;padding:20px;flex:1;min-width:300px;min-height:455px}.Homepage .stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;margin-bottom:20px;margin-top:50px}.Homepage .stat-item{background-color:#ffffff14;border-radius:8px;padding:15px;display:flex;flex-direction:column}.stat-label{font-size:12px;color:#fff9;margin-bottom:5px}.Homepage .stat-value{font-size:20px;font-weight:700}.Homepage .stat-indicator{width:8px;height:8px;border-radius:50%;margin-left:10px}.Homepage .stat-indicator.green{background-color:var(--green)}.Homepage .stat-indicator.orange{background-color:var(--orange)}.Homepage .stat-indicator.blue{background-color:var(--blue)}.stat-indicator.purple{background-color:var(--purple)}.Homepage .pricing-info{background-color:#1d223ab3;border-radius:8px;padding:15px;display:flex;align-items:center;gap:10px}.Homepage .pricing-info:before{content:"•";color:var(--primary)}.Homepage .section{padding:80px 20px}.Homepage .section-title{font-size:32px;text-align:center;margin-bottom:20px;color:#03061c;font-weight:600}.Homepage .section-title-b{font-size:32px;text-align:center;margin-bottom:20px;color:var(--light)}.Homepage .section-subtitle{text-align:center;color:#03061c;margin-bottom:40px}.Homepage .section-subtitle-b{text-align:center;color:var(--light);margin-bottom:40px}.Homepage .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin-bottom:40px}.Homepage .feature-card{background-color:#03061c;border-radius:12px;padding:25px;transition:transform .3s ease}.Homepage .feature-card:hover{transform:translateY(-5px)}.Homepage .feature-icon{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;font-size:24px}.Homepage .feature-icon.orange{background-color:#ff6b0033;color:var(--primary)}.Homepage .feature-icon.blue{background-color:#09f3;color:var(--blue)}.Homepage .feature-icon.teal{background-color:#0ff3;color:var(--secondary)}.Homepage .feature-icon.purple{background-color:#c700ff33;color:var(--purple)}.Homepage .feature-icon.pink{background-color:#f093;color:#f09}.Homepage .feature-icon.yellow{background-color:#fc03;color:#fc0}.Homepage .feature-title{font-size:18px;margin-bottom:15px}.Homepage .feature-desc{color:#ffffffb3;margin-bottom:20px}.Homepage .learn-more{color:var(--primary);font-size:14px;display:flex;align-items:center;gap:5px;text-decoration:none}.Homepage .steps-section{background-color:#03061c;padding:80px 20px}.Homepage .steps-grid{display:flex;justify-content:space-between;flex-wrap:wrap;gap:30px;margin-top:40px}.Homepage .step{flex:1;min-width:250px;text-align:center}.Homepage .step-number{width:50px;height:50px;border-radius:50%;background-color:#ffffff1a;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;margin:0 auto 20px}.Homepage .step-icon{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:24px}.Homepage .step-icon.blue{background-color:#09f3;color:var(--blue)}.Homepage .step-icon.purple{background-color:#c700ff33;color:var(--purple)}.Homepage .step-icon.orange{background-color:#ff6b0033;color:var(--primary)}.Homepage .step-title{font-size:20px;margin-bottom:15px}.Homepage .step-desc{color:#ffffffb3}.Homepage .platforms-section{padding:40px 0 0}.Homepage .platforms-grid{display:flex;flex-wrap:wrap;gap:15px;justify-content:center;margin-top:30px}.Homepage .platform-btn{background-color:#222b50;border-radius:8px;padding:10px 20px;display:flex;align-items:center;gap:10px;transition:all .3s ease}.Homepage .platform-btn:hover{background-color:#0b0f1ccc}.Homepage .platform-icon{font-size:20px}.Homepage .pricing-section{background:linear-gradient(135deg,#03061c,#03061c);padding:80px 20px;text-align:center}.Homepage .pricing-tag{background-color:#babbc75c;color:var(--light);padding:5px 15px;border-radius:20px;font-size:14px;display:inline-block;margin-bottom:20px}.Homepage .pricing-tag:before{content:"•";margin-right:5px}.Homepage .pricing-title{font-size:36px;margin-bottom:20px}.Homepage .pricing-subtitle{color:#ffffffb3;margin-bottom:40px;max-width:800px;margin-left:auto;margin-right:auto}.Homepage .pricing-card{background-color:#ffffff0d;border-radius:12px;padding:40px;max-width:800px;margin:0 auto}.Homepage .pricing-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.Homepage .pricing-simple{font-size:24px;font-weight:700;margin-bottom:15px}.Homepage .pricing-desc{color:#ffffffb3;margin-bottom:20px}.Homepage .pricing-values{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.Homepage .pricing-value{text-align:center}.Homepage .price{font-size:36px;font-weight:700;color:var(--primary);margin-bottom:5px}.Homepage .referral{font-size:36px;font-weight:700;color:var(--green);margin-bottom:5px}.Homepage .value-label{font-size:14px;color:#ffffffb3}.Homepage .pricing-features{display:flex;justify-content:center;gap:20px;flex-wrap:wrap;margin-top:20px}.Homepage .feature-item{display:flex;align-items:center;gap:5px;font-size:14px}.Homepage .feature-dot{width:8px;height:8px;border-radius:50%}.Homepage .feature-dot.green{background-color:var(--green)}.Homepage .feature-dot.orange{background-color:var(--orange)}.Homepage .feature-dot.blue{background-color:var(--blue)}.Homepage .cta-section{background:linear-gradient(135deg,#222b50,#1c2340);padding:80px 20px;text-align:center}.Homepage .cta-tag{background-color:#d5ddff14;color:var(--light);padding:5px 15px;border-radius:20px;font-size:14px;display:inline-block;margin-bottom:20px}.Homepage .cta-tag:before{content:"•";margin-right:5px}.Homepage .cta-title{font-size:48px;line-height:1.2;margin-bottom:20px}.Homepage .cta-title span{color:var(--light)}.Homepage .cta-subtitle{color:#ffffffb3;margin-bottom:40px;max-width:800px;margin-left:auto;margin-right:auto}.Homepage .cta-buttons{display:flex;justify-content:center;gap:20px;margin-bottom:30px}.Homepage .cta-btn-primary{background-color:#03061c;color:var(--light);padding:15px 30px;border-radius:8px;font-weight:700;text-decoration:none;display:flex;align-items:center;gap:10px;transition:all .3s ease}.Homepage .cta-btn-primary:hover{transform:scale(1.05);box-shadow:0 0 20px #ff6b0080}.Homepage .cta-btn-secondary{background-color:#ffffff1a;color:var(--light);padding:15px 30px;border-radius:8px;font-weight:700;text-decoration:none;display:flex;align-items:center;gap:10px;transition:all .3s ease}.Homepage .cta-btn-secondary:hover{background-color:#fff3}.Homepage .cta-features{display:flex;justify-content:center;gap:30px;flex-wrap:wrap;margin-top:30px}.Homepage .cta-feature{display:flex;align-items:center;gap:8px;font-size:14px}.Homepage .cta-dot{width:8px;height:8px;border-radius:50%}.Homepage .cta-dot.green{background-color:var(--green)}.Homepage .cta-dot.blue{background-color:var(--blue)}.Homepage .cta-dot.purple{background-color:var(--purple)}.Homepage footer{background-color:#03061c;padding:20px;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center}.Homepage .footer-left{font-size:14px;color:#fff9}.Homepage .footer-right{display:flex;gap:15px}.Homepage .social-btn{background-color:#ffffff0d;color:var(--light);padding:8px 15px;border-radius:8px;display:flex;align-items:center;gap:8px;text-decoration:none;transition:all .3s ease}.Homepage .social-btn:hover{background-color:#ffffff1a}.Homepage .container-stat{display:flex;justify-content:center;gap:40px;margin-bottom:40px}.Homepage .container-stat1{display:flex;align-items:center;gap:10px}.Homepage .container-stat2{background-color:#03061ceb;width:30px;height:30px;border-radius:8px;display:flex;align-items:center;justify-content:center}.Homepage .container-item1{font-size:20px;font-weight:700;color:#06062c}.Homepage .container-item2{font-size:14px;color:#06062c}.crypto-card{background:#fff;border-radius:12px;padding:14px 16px;display:flex;align-items:center;gap:12px}.crypto-icon{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:18px}.btc{background:#f7931a}.eth{background:#627eea}.ltc{background:#bfbfbf}.doge{background:#c2a633}.crypto-card h6{font-weight:700}.crypto-card p{font-size:14px}.crypto-icon img{width:50px}.social-links ul{display:flex;flex-wrap:wrap;justify-content:center;margin:0;padding:0}.social-links ul li{list-style:none;padding:0 10px;margin-bottom:20px}.social-links ul li img{width:50px}.platforms-section img{width:200px;margin-bottom:20px;padding:10px}@media (max-width: 768px){.Homepage .hero{flex-direction:column;text-align:center;padding:40px 10px}.Homepage .section{padding:80px 10px}.Homepage .hero-content{max-width:100%;margin-bottom:30px}.Homepage h1{font-size:36px}.Homepage .hero-buttons{flex-direction:column;width:100%}.Homepage .stats-box{min-width:100%}.Homepage .steps-grid{flex-direction:column;gap:40px}.Homepage .step{min-width:100%}.Homepage .pricing-card{padding:30px 20px}.Homepage .pricing-values{flex-direction:column;gap:30px}.Homepage .cta-title{font-size:36px}.Homepage .cta-buttons{flex-direction:column;width:100%}.Homepage .cta-btn-primary,.Homepage .cta-btn-secondary,.Homepage .social-btn{width:100%;max-width:300px;margin:0 auto}.Homepage .container-stat{display:flex;justify-content:center;gap:40px;margin-bottom:10px}.Homepage .container-stat1{display:flex;align-items:center;gap:10px}.Homepage .container-stat2{background-color:#03061ceb;width:30px;height:30px;border-radius:8px;display:flex;align-items:center;justify-content:center}.Homepage .container-item1{font-size:17px;font-weight:700;color:#06062c}.Homepage .container-item2{font-size:11px;color:#06062c}.platforms-section img{width:100%;margin-bottom:20px;padding:10px}.Homepage .platforms-section{padding:40px 0 0}.Homepage .section-subtitle{text-align:center;color:#03061c;margin-bottom:40px;font-size:12px}.Homepage .pricing-section{background:linear-gradient(135deg,#03061c,#03061c);padding:30px 20px;text-align:center}.Homepage .cta-section{background:linear-gradient(135deg,#222b50,#1c2340);padding:30px 20px;text-align:center}.Homepage .steps-section{background-color:#03061c;padding:30px 0}}*{margin:0;padding:0;box-sizing:border-box}.DashboardPage{padding-top:80px}.circle-back-btn{width:35px;height:35px;background:linear-gradient(90deg,#7cff3a,#b9f97f);border:2px solid #7CFF3A;border-radius:50%;display:flex;justify-content:center;align-items:center;font-weight:700;color:#000;text-decoration:none;z-index:9999}body{font-family:Arial,Helvetica,sans-serif;background:#000}.blink-letter{display:inline-block;animation:blink 1.2s infinite ease-in-out;opacity:1}@keyframes blink{0%{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}to{opacity:.4;transform:scale(1)}}.dark-theme{--bs-body-bg: #000;--bs-text-color: #e6e8eb;--bs-purple: #ABB0B5;background-color:var(--bs-body-bg);color:var(--bs-text-color)}body.dark-theme .header-section,body.dark-theme .desktop-nav,body.dark-theme .mobile-nav{background:linear-gradient(145deg,#4c5867,#0f141a);border:none}body.dark-theme .popup{background:#10141a}body.dark-theme .popup .buttons button,body.dark-theme .list-left,body.dark-theme .list-center,body.dark-theme .header-row,body.dark-theme .marquee,body.dark-theme header h1{color:#fff}body.dark-theme .income-table-card table tbody tr{border-color:#abb0b540!important}body.dark-theme .income-table-card table tbody tr td{color:#fff!important}body.dark-theme .income-table-card .card-header{background-color:#0f141a}body.dark-theme .reward-box,body.dark-theme .invest,body.dark-theme .earnings-card,body.dark-theme .income-table-card,body.dark-theme .tree-structure-card{background-color:#000;color:#fff;box-shadow:0 0 28px #abb0b540}body.dark-theme .card,body.dark-theme .team-box,body.dark-theme .widget{background:#10141a!important;color:#fff!important;box-shadow:0 0 30px #abb0b547!important;border:1px solid rgba(171,176,181,.25)!important}body.dark-theme .DashboardPage .genealogy-body,body.dark-theme .DashboardPage .bg-purple-custom{background:#0f141a!important}body.dark-theme .text-purple-custom{color:#fff!important}table th{background:linear-gradient(153deg,#183f21,#68bf32)!important;color:#fff;border-color:#62ff00;white-space:nowrap;font-size:15px}table tbody tr td{background:#182618!important;color:#fff;white-space:nowrap;font-size:14px}table tbody tr td a{color:#62ff00!important}.MainHeader{width:100%;height:100px;padding:0 22px;display:flex;align-items:center;justify-content:space-between;position:fixed;top:0;left:0;z-index:99999;background:transparent;transition:.35s ease;animation:headerDrop .7s ease forwards}@keyframes headerDrop{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}.MainHeader.scrolled{background:#000000a6;border-bottom:1px solid rgba(171,176,181,.2);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 18px 65px #0000008c}.MainHeader .logo{display:flex;align-items:center;width:auto;height:80px}.MainHeader .logo img{height:100%;width:auto;object-fit:contain;filter:drop-shadow(0px 10px 26px rgba(171,176,181,.35));transition:.35s ease}.MainHeader .logo img:hover{transform:scale(1.05)}.MainHeader .launch-btn{padding:8px 40px;border-radius:15px;text-decoration:none;font-size:15px;font-weight:600;letter-spacing:.2px;display:inline-flex;align-items:center;justify-content:center;color:#f4ffe8;text-shadow:0 1px 1px rgba(0,0,0,.55),0 0 6px rgba(185,249,127,.35);background:linear-gradient(153deg,#183f21,#68bf32);border:1px solid rgba(185,249,127,.65);outline:none;cursor:pointer;box-shadow:0 0 6px #7cff3ad9,0 0 16px #7cff3a8c,0 0 34px #7cff3a59,inset 0 0 8px #7cff3a8c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:box-shadow .25s ease,transform .25s ease}.MainHeader .launch-btn:hover{box-shadow:0 0 10px #7cff3af2,0 0 22px #7cff3aa6,0 0 44px #7cff3a73,inset 0 0 10px #7cff3aa6}.MainHeader .launch-btn:active{transform:scale(.97);box-shadow:0 0 8px #7cff3a8c,inset 0 0 6px #7cff3aa6}.MainHeader.scrolled .launch-btn{padding:8px 40px}@media (max-width: 576px){.MainHeader .launch-btn{padding:7px 26px;font-size:14px;box-shadow:0 0 5px #7cff3aa6,0 0 14px #7cff3a73,inset 0 0 6px #7cff3a73}}@media (max-width: 576px){.MainHeader{height:66px;padding:0 14px}.MainHeader .logo img{height:38px}.MainHeader .launch-btn{padding:10px 16px;border-radius:14px;font-size:13px}}.hero{width:100%;padding:90px 0;background:#000;position:relative;overflow:hidden}.hero .container{position:relative;z-index:2}.hero .hero-content{padding-right:10px}.hero .tag{display:inline-block;padding:8px 16px;border-radius:50px;font-size:12.5px;font-weight:800;letter-spacing:.6px;color:#b9f97f;background:#7cff3a1f;border:1px solid rgba(124,255,58,.45);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 0 14px #7cff3a59;margin-bottom:14px}.hero h1{font-size:52px;font-weight:950;color:#f5f5f5;margin-bottom:14px}.hero h1 span{background:linear-gradient(90deg,#7cff3a,#b9f97f);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero .subtitle{color:#ffffffb3;font-size:15.5px;line-height:1.9;max-width:520px}.hero .hero-buttons{margin-top:22px;display:flex;gap:14px;flex-wrap:wrap}.hero .btn-primary{padding:12px 24px;border-radius:16px;font-size:14px;font-weight:900;color:#bedb99;text-decoration:none;display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#0a100e,#1e301d);border:1px solid rgba(185,249,127,.65);cursor:pointer;box-shadow:0 0 18px #7cff3a73,0 0 36px #7cff3a40;transition:.35s ease}.hero .btn-primary:hover{transform:translateY(-4px);box-shadow:0 0 26px #7cff3aa6,0 0 55px #7cff3a59}.hero .stats-box{width:100%;padding:22px;border-radius:26px;background:#0000008c;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid rgb(164 233 129 / 51%);box-shadow:0 0 35px #7cff3a59,0 30px 90px #000000bf;position:relative;overflow:hidden}.hero .stats-box:before{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:28px;background:linear-gradient(120deg,#0f1316,#7cff3a26,#0f1316);z-index:-1}.hero .stats-box .crypto-card{width:100%;padding:16px;border-radius:18px;display:flex;align-items:center;gap:14px;background:#0f1316;border:1px solid #C5DF95;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);position:relative;overflow:hidden;transition:.35s ease}.hero .stats-box .crypto-card:hover{transform:translateY(-6px);box-shadow:0 0 22px #7cff3a73,0 18px 45px #0000008c}.hero .stats-box .crypto-icon{width:52px;height:52px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:#b0f8761c;border:1px solid #B3CF92;box-shadow:0 0 22px #7cff3a73;animation:iconFloat 2.8s ease-in-out infinite}@keyframes iconFloat{0%{transform:translateY(0)}50%{transform:translateY(-7px)}to{transform:translateY(0)}}.hero .stats-box .crypto-icon img{width:28px;height:28px;filter:drop-shadow(0 0 10px rgba(124,255,58,.65))}.hero .stats-box .crypto-card h6{margin:0;font-size:16px;font-weight:950;color:#fff}.hero .stats-box .crypto-card p{margin:0;font-size:13.5px;font-weight:600;color:#ffffffa6!important}@media (max-width: 991px){.hero{padding:60px 0}.hero h1{font-size:32px}.hero .stats-box{margin-top:22px}}@media (max-width: 576px){.hero .btn-primary{width:100%}.hero .stats-box{padding:12px}}.Section2{background:#000;padding:25px 0;position:relative;overflow:hidden}.about-img-box{position:relative;border-radius:22px;overflow:hidden;box-shadow:0 12px 45px #0000008c;border:1px solid rgba(171,176,181,.25)}.about-img{width:100%;height:420px;object-fit:cover;border-radius:22px;transition:.5s ease}.about-img-box:hover .about-img{transform:scale(1.06)}.about-img-glow{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#4c586759,#abb0b540);opacity:.9;pointer-events:none}.about-tag-green{display:inline-block;padding:7px 16px;border-radius:50px;font-size:13px;letter-spacing:1px;font-weight:700;color:#96eb36;background:linear-gradient(135deg,#0a100e,#1e301d);border:1px solid rgba(185,249,127,.65);margin-bottom:12px}.about-title-green{font-size:38px;font-weight:900;line-height:1.2;margin-bottom:14px;color:#fff}.about-title-green span{background:linear-gradient(90deg,#7cff3a,#b9f97f);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.about-text-green{color:#ffffffb8;font-size:15px;line-height:1.8}.about-card-green{background:#0f1316;border:1px solid rgba(185,249,127,.65);padding:16px;border-radius:16px;transition:.4s ease;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.about-card-green h5{font-size:16px;margin-bottom:6px;font-weight:800;color:#fff}.about-card-green p{margin:0;color:#ffffffa6;font-size:14px}.about-card-green:hover{transform:translateY(-7px);border-color:#152516;box-shadow:0 0 6px #7cff3ad9,0 0 16px #7cff3a8c,0 0 34px #7cff3a59,inset 0 0 8px #7cff3a8c}.about-btn-green{border:none;padding:12px 28px;font-weight:800;border-radius:14px;color:#fff;background:linear-gradient(90deg,#4c5867,#abb0b5);transition:.4s ease}.about-btn-green:hover{transform:translateY(-4px);box-shadow:0 12px 30px #abb0b559}.about-btn-green-outline{padding:12px 24px;border-radius:16px;font-size:14px;font-weight:900;color:#bedb99;text-decoration:none;display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#0a100e,#1e301d);border:1px solid rgba(185,249,127,.65);cursor:pointer;box-shadow:0 0 18px #7cff3a73,0 0 36px #7cff3a40;transition:.35s ease}.about-btn-green-outline:hover{transform:translateY(-4px);box-shadow:0 0 26px #7cff3aa6,0 0 55px #7cff3a59}.fade-left-green{animation:fadeLeftGreen 1.2s ease forwards;opacity:0}.fade-right-green{animation:fadeRightGreen 1.2s ease forwards;opacity:0}@keyframes fadeLeftGreen{0%{transform:translate(-60px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeRightGreen{0%{transform:translate(60px);opacity:0}to{transform:translate(0);opacity:1}}@media (max-width: 991px){.about-title-green{font-size:28px}.about-img{height:320px}}.Section3{background:#000;position:relative;overflow:hidden}.Section3 .Section3-head{position:relative;z-index:2}.Section3 .Section3-tag{display:inline-block;padding:7px 16px;border-radius:50px;font-size:13px;letter-spacing:1px;font-weight:700;color:#96eb36;background:linear-gradient(135deg,#0a100e,#1e301d);border:1px solid rgba(185,249,127,.65);margin-bottom:12px}.Section3 .Section3-title{font-size:42px;font-weight:900;margin-bottom:12px;color:#fff;line-height:1.2}.Section3 .Section3-title span{background:linear-gradient(90deg,#7cff3a,#b9f97f);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.Section3 .Section3-subtitle{font-size:15px;line-height:1.8;color:#ffffffb8;margin:0}.Section3 .Section3-card{position:relative;z-index:2;height:100%;border-radius:18px;padding:26px 22px;background:#0f1316;border:1px solid rgba(185,249,127,.65);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:.45s ease;overflow:hidden;opacity:0;transform:translateY(60px) scale(.98)}.Section3 .Section3-card:before{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:20px;background:linear-gradient(90deg,#1a3c16,#18280f);opacity:0;transition:.45s ease;z-index:-1}.Section3 .Section3-card:after{content:"";position:absolute;width:160px;height:160px;background:radial-gradient(circle,#225808,#031201 70%);top:-60px;right:-70px;filter:blur(10px);opacity:.9;transition:.45s ease}.Section3 .Section3-card:hover{transform:translateY(-12px) scale(1.02);border-color:#abb0b559;box-shadow:0 18px 50px #abb0b538;background:#4c586726}.Section3 .Section3-card:hover:before{opacity:1}.Section3 .Section3-icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:14px;background:linear-gradient(135deg,#0a100e,#1e301d);box-shadow:0 0 18px #7cff3a73,0 0 36px #7cff3a40}.Section3 .Section3-icon span{font-size:26px;color:#fff}.Section3 .Section3-cardTitle{font-size:20px;font-weight:900;color:#fff;margin-bottom:10px}.Section3 .Section3-cardText{margin:0;font-size:14.5px;line-height:1.85;color:#ffffffad}.Section3 [data-animate=fade],.Section3 [data-animate=title]{opacity:0;transform:translateY(22px);transition:.9s ease}.Section3 [data-animate=title]{transform:translateY(28px)}.Section3 .is-visible[data-animate=fade],.Section3 .is-visible[data-animate=title]{opacity:1;transform:translateY(0)}.Section3 .is-visible[data-animate=card]{opacity:1;transform:translateY(0) scale(1);transition:.9s cubic-bezier(.2,.9,.2,1)}@media (max-width: 991px){.Section3 .Section3-title{font-size:28px}}.Section4{background:#000;position:relative;overflow:hidden}.Section4 .S4-left{position:relative;z-index:2}.Section4 .S4-badge{display:inline-flex;align-items:center;gap:8px;font-weight:800;font-size:13px;letter-spacing:1px;padding:8px 16px;border-radius:50px;color:#96eb36;background:linear-gradient(135deg,#0a100e,#1e301d);border:1px solid rgba(185,249,127,.65)}.Section4 .S4-dot{width:8px;height:8px;border-radius:50%;background:linear-gradient(90deg,#96eb36,#96eb36);box-shadow:0 0 18px #96eb36}.Section4 .S4-title{font-size:44px;font-weight:900;line-height:1.15;color:#fff;margin:14px 0 12px}.Section4 .S4-gradientText{background:linear-gradient(90deg,#7cff3a,#b9f97f);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.Section4 .S4-desc{margin:0;font-size:15px;line-height:1.85;color:#ffffffb8}.Section4 .S4-pills{margin-top:18px;display:flex;flex-wrap:wrap;gap:10px}.Section4 .S4-pill{padding:10px 14px;border-radius:50px;font-weight:700;font-size:13px;color:#ffffffd9;background:#ffffff0a;border:1px solid rgba(171,176,181,.15);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:.35s ease;cursor:pointer}.Section4 .S4-pill:hover{transform:translateY(-4px);border-color:#98dd63;background:#15181b;box-shadow:inset 0 0 24px -1px #68a141}.Section4 .S4-timeline{display:flex;flex-direction:column;gap:14px;margin-top:20px;padding-left:18px;border-left:1px solid rgba(255,255,255,.1)}.Section4 .S4-step{display:flex;gap:14px;align-items:flex-start;padding:16px;border-radius:16px;background:#0f1316;border:1px solid rgb(164 233 129 / 15%);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:.4s ease;opacity:0;transform:translateY(22px)}.Section4 .S4-step:hover{transform:translateY(-6px);border-color:1px solid rgb(164 233 129 / 15%);box-shadow:0 0 35px #7cff3a59,0 30px 90px #000000bf}.Section4 .S4-stepIcon{min-width:46px;height:46px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:900;color:#000;background:linear-gradient(90deg,#7cff3a,#b9f97f);box-shadow:0 10px 24px #31601a}.Section4 .S4-stepText h6{margin:2px 0 6px;font-size:16px;font-weight:900;color:#fff}.Section4 .S4-stepText p{margin:0;font-size:14px;color:#ffffffad;line-height:1.7}.Section4 .S4-right{position:relative;z-index:2;border-radius:22px;padding:24px;background:#0f1316;border:1px solid rgb(164 233 129 / 51%);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);overflow:hidden;transition:.4s ease;opacity:0;transform:translateY(50px) scale(.98)}.Section4 .S4-right:hover{transform:translateY(-10px) scale(1.01);border-color:#a4e98182;box-shadow:0 0 35px #7cff3a59,0 30px 90px #000000bf}.Section4 .S4-rightTop{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;position:relative;z-index:2}.Section4 .S4-rightTop h4{margin:0;font-size:18px;font-weight:900;color:#fff}.Section4 .S4-rightTop p{margin:6px 0 0;font-size:13px;color:#ffffffa6}.Section4 .S4-liveChip{display:inline-flex;align-items:center;gap:8px;text-align:center;justify-content:center;min-width:90px;padding:8px 12px;border-radius:50px;font-weight:900;font-size:12px;color:#96ff5f;border:1px solid rgb(155 227 100);background:#235c17}.Section4 .S4-liveDot{width:8px;height:8px;border-radius:50%;background:#abb0b5;box-shadow:0 0 20px #abb0b5b3;animation:liveBlink 1.2s infinite}@keyframes liveBlink{0%{opacity:.2;transform:scale(.9)}50%{opacity:1;transform:scale(1.1)}to{opacity:.2;transform:scale(.9)}}.Section4 .S4-stats{margin-top:18px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px;position:relative;z-index:2}.Section4 .S4-statBox{padding:14px;border-radius:16px;background:#ffffff08;border:1px solid rgb(60 123 28)}.Section4 .S4-statBox h6{margin:0;font-size:12px;font-weight:800;color:#91ff55}.Section4 .S4-statBox h3{margin:6px 0 2px;font-size:20px;font-weight:900;color:#fff}.Section4 .S4-statBox span{font-size:12px;color:#ffffff8c}.Section4 .S4-table{margin-top:16px;display:flex;flex-direction:column;gap:10px;position:relative;z-index:2}.Section4 .S4-row{padding:12px 14px;border-radius:14px;background:#ffffff08;border:1px solid rgba(171,176,181,.12);display:grid;grid-template-columns:1.2fr .7fr 1fr .7fr;gap:10px;align-items:center}.Section4 .S4-pair{font-weight:900;color:#fff;font-size:13px}.Section4 .S4-buy{font-weight:900;font-size:12px;color:#fff;background:linear-gradient(153deg,#183f21,#68bf32);padding:6px 10px;border-radius:50px;text-align:center}.Section4 .S4-price{color:#ffffffbf;font-size:13px;font-weight:700}.Section4 .S4-profit{color:#abb0b5;font-size:13px;font-weight:900;text-align:right}.Section4 .S4-btn{width:100%;border:1px solid rgba(185,249,127,.65);padding:12px 16px;border-radius:15px;font-weight:900;background:linear-gradient(135deg,#0a100e,#1e301d);color:#fff;transition:.35s ease;position:relative;z-index:2;box-shadow:0 0 18px #7cff3a73,0 0 36px #7cff3a40}.Section4 .S4-btn:hover{transform:translateY(-4px);box-shadow:0 16px 35px #7cff3a40}.Section4 .S4-rightGlow1{position:absolute;width:240px;height:240px;top:-120px;right:-120px;background:radial-gradient(circle,rgba(171,176,181,.25),transparent 70%);filter:blur(25px)}.Section4 .S4-rightGlow2{position:absolute;width:260px;height:260px;bottom:-130px;left:-130px;background:radial-gradient(circle,rgba(76,88,103,.28),transparent 70%);filter:blur(28px)}.Section4 [data-s4=fade],.Section4 [data-s4=title],.Section4 [data-s4=card]{opacity:0;transform:translateY(24px);transition:.9s cubic-bezier(.2,.9,.2,1)}.Section4 .s4-show[data-s4=fade],.Section4 .s4-show[data-s4=title]{opacity:1;transform:translateY(0)}.Section4 .s4-show[data-s4=step]{opacity:1;transform:translateY(0);transition:.85s cubic-bezier(.2,.9,.2,1)}.Section4 .s4-show[data-s4=card]{opacity:1;transform:translateY(0) scale(1)}@media (max-width: 991px){.Section4 .S4-title{font-size:28px}.Section4 .S4-stats{grid-template-columns:1fr}.Section4 .S4-row{grid-template-columns:1fr 1fr;row-gap:8px}.Section4 .S4-profit{text-align:left}}.Section5{background:#000;position:relative;overflow:hidden}.Section5 .S5-imageWrap{position:relative;border-radius:24px;overflow:hidden;border:1px solid rgba(171,176,181,.3);box-shadow:0 18px 55px #0000008c;z-index:2;opacity:0;transform:translateY(60px) scale(.98);transition:.9s cubic-bezier(.2,.9,.2,1)}.Section5 .S5-image{width:100%;height:470px;object-fit:cover;display:block;transition:.6s ease}.Section5 .S5-imageWrap:hover .S5-image{transform:scale(1.06)}.Section5 .S5-imageOverlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,#4c586759,#abb0b540,#0006);pointer-events:none}.Section5 .S5-imageGlow1{position:absolute;width:220px;height:220px;top:-90px;left:-90px;background:radial-gradient(circle,rgba(76,88,103,.35),transparent 70%);filter:blur(25px)}.Section5 .S5-imageGlow2{position:absolute;width:240px;height:240px;bottom:-110px;right:-110px;background:radial-gradient(circle,rgba(171,176,181,.3),transparent 70%);filter:blur(25px)}.Section5 .S5-floatCard{position:absolute;bottom:18px;left:18px;right:18px;border-radius:18px;padding:16px;background:#00000080;border:1px solid rgba(171,176,181,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:3;animation:floatMini 3s ease-in-out infinite}@keyframes floatMini{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}.Section5 .S5-floatCard h6{margin:0 0 6px;font-size:15px;font-weight:900;color:#fff}.Section5 .S5-floatCard p{margin:0;font-size:13px;color:#ffffffb3}.Section5 .S5-content{position:relative;z-index:2}.Section5 .S5-badge{display:inline-flex;align-items:center;gap:8px;font-weight:800;font-size:13px;letter-spacing:1px;padding:8px 16px;border-radius:50px;color:#96eb36;background:linear-gradient(135deg,#0a100e,#1e301d);border:1px solid rgba(185,249,127,.65)}.Section5 .S5-dot{width:8px;height:8px;border-radius:50%;background:linear-gradient(90deg,#96eb36,#96eb36);box-shadow:0 0 18px #96eb36}.Section5 .S5-title{font-size:44px;font-weight:900;line-height:1.15;color:#fff;margin:14px 0 12px}.Section5 .S5-title span{background:linear-gradient(90deg,#7cff3a,#b9f97f);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.Section5 .S5-desc{margin:0;font-size:15px;line-height:1.85;color:#ffffffb8}.Section5 .S5-card{height:100%;border-radius:18px;padding:20px;background:#0f1316;border:1px solid rgb(164 233 129 / 15%);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:.45s ease;position:relative;opacity:0;transform:translateY(55px) scale(.98)}.Section5 .S5-card:hover{transform:translateY(-10px) scale(1.02);border-color:#97dd6373;box-shadow:0 0 35px #7cff3a59,0 30px 90px #000000bf;background:#0c0d0f}.Section5 .S5-icon{width:52px;height:52px;border-radius:16px;background:linear-gradient(90deg,#7cff3a,#b9f97f);display:flex;align-items:center;justify-content:center;margin-bottom:12px;font-size:22px;color:#fff;box-shadow:0 10px 24px #31601a}.Section5 .S5-card h5{margin:0 0 8px;font-size:17px;font-weight:900;color:#fff}.Section5 .S5-card p{margin:0;font-size:14px;line-height:1.7;color:#ffffffad}.Section5 .S5-btn{padding:12px 24px;border-radius:16px;font-size:14px;font-weight:900;color:#bedb99;text-decoration:none;display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#0a100e,#1e301d);border:1px solid rgba(185,249,127,.65);cursor:pointer;box-shadow:0 0 18px #7cff3a73,0 0 36px #7cff3a40;transition:.35s ease}.Section5 .S5-btn:hover{transform:translateY(-4px);box-shadow:0 18px 40px #7cff3a40}.Section5 [data-s5=fade],.Section5 [data-s5=title]{opacity:0;transform:translateY(25px);transition:.9s cubic-bezier(.2,.9,.2,1)}.Section5 .s5-show[data-s5=fade],.Section5 .s5-show[data-s5=title]{opacity:1;transform:translateY(0)}.Section5 .s5-show[data-s5=img]{opacity:1;transform:translateY(0) scale(1)}.Section5 .s5-show[data-s5=card]{opacity:1;transform:translateY(0) scale(1);transition:.9s cubic-bezier(.2,.9,.2,1)}@media (max-width: 991px){.Section5 .S5-title{font-size:28px}.Section5 .S5-image{height:360px}}.Section6{background:#000;position:relative;overflow:hidden}.Section6 .S6-head{position:relative;z-index:2}.Section6 .S6-badge{display:inline-flex;align-items:center;gap:8px;font-weight:900;font-size:13px;letter-spacing:1px;padding:8px 16px;border-radius:50px;color:#96eb36;background:linear-gradient(135deg,#0a100e,#1e301d);border:1px solid rgba(185,249,127,.65);margin-bottom:10px}.Section6 .S6-dot{width:8px;height:8px;border-radius:50%;background:linear-gradient(90deg,#96eb36,#96eb36);box-shadow:0 0 18px #96eb36}.Section6 .S6-title{font-size:46px;font-weight:950;color:#fff;line-height:1.12;margin:10px 0 12px}.Section6 .S6-title span{background:linear-gradient(90deg,#7cff3a,#b9f97f);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.Section6 .S6-subtitle{margin:0;font-size:15px;color:#ffffffb3;line-height:1.85}.Section6 .S6-leftStack{position:relative;z-index:2;display:flex;flex-direction:column;gap:18px}.Section6 .S6-glassCard{border-radius:22px;padding:22px;background:#0f1316;border:1px solid rgb(164 233 129 / 15%);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transition:.45s ease;position:relative;overflow:hidden}.Section6 .S6-glassCard:before{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:24px;background:#0f1316;opacity:0;transition:.4s ease;z-index:-1}.Section6 .S6-glassCard:hover:before{opacity:1}.Section6 .S6-glassCard:hover{transform:translateY(-10px);border-color:#b9f97fa6;box-shadow:0 0 35px #7cff3a59,0 30px 90px #000000bf;background:#0f1316}.Section6 .S6-cardTop{display:flex;align-items:center;gap:14px;margin-bottom:10px}.Section6 .S6-ic3d{width:58px;height:58px;border-radius:18px;display:flex;align-items:center;justify-content:center;background:#ffffff0a;border:1px solid rgba(171,176,181,.3);box-shadow:0 14px 35px #4c586759}.Section6 .S6-svgSmall{width:36px;height:36px}.Section6 .S6-cardTitle{margin:0;font-size:18px;font-weight:950;color:#fff}.Section6 .S6-cardSub{margin:4px 0 0;font-size:12px;font-weight:850;color:#fff9}.Section6 .S6-cardText{margin:0;font-size:14.5px;line-height:1.85;color:#ffffffb8}.Section6 .S6-parallaxWrap{position:relative;z-index:2;border-radius:26px;padding:26px;background:#0e1215;border:1px solid rgb(137 199 96 / 35%);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);overflow:hidden;box-shadow:inset 1px -3px 30px #4a9822;transition:transform .15s ease;will-change:transform}.Section6 .S6-parallaxTop{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;position:relative;z-index:3}.Section6 .S6-parallaxTop h4{margin:0;font-size:18px;font-weight:950;color:#fff}.Section6 .S6-parallaxTop p{margin:6px 0 0;font-size:13px;color:#fff9}.Section6 .S6-liveChip{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:50px;font-weight:950;font-size:12px;color:#96eb36;background:linear-gradient(135deg,#0a100e,#1e301d);border:1px solid rgba(185,249,127,.65);white-space:nowrap}.Section6 .S6-liveDot{width:8px;height:8px;border-radius:50%;background:#96eb36;box-shadow:0 0 18px #96eb36;animation:s6Blink 1.2s infinite}@keyframes s6Blink{0%{opacity:.25;transform:scale(.9)}50%{opacity:1;transform:scale(1.15)}to{opacity:.25;transform:scale(.9)}}.Section6 .S6-blockGrid{margin-top:18px;display:grid;grid-template-columns:repeat(2,1fr);gap:12px;position:relative;z-index:3}.Section6 .S6-block{border-radius:18px;padding:16px;background:#ffffff08;border:1px solid rgba(171,176,181,.12);transition:.35s ease}.Section6 .S6-block:hover{transform:translateY(-6px);border-color:#88c460;background:#4c58672e;box-shadow:0 4px 11px #397428}.Section6 .S6-block h6{margin:0;font-size:12px;font-weight:850;color:#fff9}.Section6 .S6-block h3{margin:6px 0 2px;font-size:22px;font-weight:950;color:#fff}.Section6 .S6-block span{font-size:12px;color:#ffffff8c}.Section6 .S6-orb{width:140px;height:140px;border-radius:50%;margin:18px auto 12px;position:relative;z-index:3;background:radial-gradient(circle,rgba(171,176,181,.3),transparent 60%);animation:orbFloat 3.4s ease-in-out infinite}@keyframes orbFloat{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.Section6 .S6-orbInner{width:78px;height:78px;border-radius:22px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:linear-gradient(90deg,#4c5867,#abb0b5);box-shadow:0 18px 45px #abb0b559;opacity:.95}.Section6 .S6-btn{width:100%;border:1px solid rgba(185,249,127,.65);padding:12px 18px;border-radius:18px;font-weight:950;background:linear-gradient(135deg,#0a100e,#1e301d);color:#fff;transition:.35s ease;position:relative;z-index:3;box-shadow:0 0 18px #7cff3a73,0 0 36px #7cff3a40}.Section6 .S6-btn:hover{transform:translateY(-4px);box-shadow:0 18px 40px #7cff3a40}.Section6 .S6-glowA{position:absolute;width:260px;height:260px;top:-130px;right:-130px;background:radial-gradient(circle,rgba(171,176,181,.28),transparent 70%);filter:blur(30px)}.Section6 .S6-glowB{position:absolute;width:260px;height:260px;bottom:-140px;left:-140px;background:radial-gradient(circle,rgba(76,88,103,.32),transparent 70%);filter:blur(35px)}.Section6 [data-s6]{opacity:0;transform:translateY(26px);transition:.9s cubic-bezier(.2,.9,.2,1)}.Section6 .s6-show[data-s6=fadeUp]{opacity:1;transform:translateY(0)}.Section6 .s6-show[data-s6=leftSlide]{opacity:1;transform:translate(0)}.Section6 .s6-show[data-s6=zoomIn]{opacity:1;transform:translateY(0) scale(1)}.Section6 [data-s6=leftSlide]{transform:translate(-40px)}.Section6 [data-s6=zoomIn]{transform:translateY(35px) scale(.95)}@media (max-width: 991px){.Section6 .S6-title{font-size:28px}.Section6 .S6-blockGrid{grid-template-columns:1fr}}.Section7{background:#000;position:relative;overflow:hidden}.Section7 .S7-head{position:relative;z-index:2}.Section7 .S7-badge{display:inline-flex;align-items:center;gap:8px;font-weight:900;font-size:13px;letter-spacing:1px;padding:8px 16px;border-radius:50px;color:#96eb36;background:linear-gradient(135deg,#0a100e,#1e301d);border:1px solid rgba(185,249,127,.65);margin-bottom:10px}.Section7 .S7-dot{width:8px;height:8px;border-radius:50%;background:linear-gradient(90deg,#83fe42,#85fe44);box-shadow:0 0 18px #35671e}.Section7 .S7-title{font-size:46px;font-weight:950;line-height:1.12;color:#fff;margin:10px 0 12px}.Section7 .S7-title span{background:linear-gradient(90deg,#7cff3a,#b9f97f);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.Section7 .S7-subtitle{margin:0;font-size:15px;color:#ffffffb3;line-height:1.85}.Section7 .S7-parallaxPanel{position:relative;z-index:2;border-radius:26px;padding:26px;background:#0f1316;border:1px solid rgb(141 205 97 / 57%);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);overflow:hidden;box-shadow:inset 1px 5px 14px 1px #489122;transition:transform .15s ease;will-change:transform;height:100%}.Section7 .S7-panelTop h4{margin:0;font-size:18px;font-weight:950;color:#fff}.Section7 .S7-panelTop p{margin:6px 0 0;font-size:13px;color:#fff9}.Section7 .S7-circleWrap{width:100%;height:190px;margin-top:22px;display:flex;align-items:center;justify-content:center;position:relative}.Section7 .S7-ring{position:absolute;width:170px;height:170px;border-radius:50%;border:2px solid rgb(94 178 48);animation:ringSpin 9s linear infinite}@keyframes ringSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Section7 .S7-center3D{width:92px;height:92px;border-radius:24px;display:flex;align-items:center;justify-content:center;background:#2a5e2573;border:2px solid rgb(94 178 48);box-shadow:inset 1px 5px 14px 1px #489122;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);animation:coreFloat 3s ease-in-out infinite}@keyframes coreFloat{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.Section7 .S7-centerImg{width:55px;height:55px;object-fit:contain;filter:drop-shadow(0px 12px 25px rgba(171,176,181,.35))}.Section7 .S7-panelStats{margin-top:12px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.Section7 .S7-stat{padding:14px 12px;border-radius:18px;background:#ffffff08;border:1px solid rgba(171,176,181,.12);text-align:center}.Section7 .S7-stat span{display:block;font-size:12px;font-weight:850;color:#fff9}.Section7 .S7-stat b{display:block;margin-top:6px;font-size:13px;font-weight:950;color:#abb0b5}.Section7 .S7-btn{margin-top:16px;width:100%;border:1px solid rgba(185,249,127,.65);padding:12px 18px;border-radius:18px;font-weight:950;background:linear-gradient(135deg,#0a100e,#1e301d);color:#fff;transition:.35s ease}.Section7 .S7-btn:hover{transform:translateY(-4px);box-shadow:0 18px 40px #7cff3a40}.Section7 .S7-card{height:100%;border-radius:22px;padding:22px;background:#ffffff0a;border:1px solid rgb(63 130 31 / 55%);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transition:.45s ease;position:relative;z-index:2;box-shadow:0 18px 55px #00000040;opacity:0;transform:translateY(60px) scale(.98)}.Section7 .S7-card:hover{transform:translateY(-10px) scale(1.02);border-color:#489322;box-shadow:0 -2px 15px #468f21;background:#111b13}.Section7 .S7-ic3d{width:58px;height:58px;border-radius:18px;margin-bottom:12px;background:#0f1316;border:1px solid rgb(124 182 84);box-shadow:0 0 25px #61b73196;display:flex;align-items:center;justify-content:center}.Section7 .S7-svg{width:34px;height:34px}.Section7 .S7-card h5{margin:0 0 8px;font-size:17px;font-weight:950;color:#fff}.Section7 .S7-card p{margin:0;font-size:14.5px;line-height:1.85;color:#ffffffb3}.Section7 .S7-glowA{position:absolute;width:260px;height:260px;top:-140px;right:-140px;background:radial-gradient(circle,rgba(171,176,181,.3),transparent 70%);filter:blur(30px)}.Section7 .S7-glowB{position:absolute;width:280px;height:280px;bottom:-150px;left:-150px;background:radial-gradient(circle,rgba(76,88,103,.32),transparent 70%);filter:blur(35px)}.Section7 [data-s7]{opacity:0;transform:translateY(26px);transition:.9s cubic-bezier(.2,.9,.2,1)}.Section7 [data-s7=panel]{transform:translateY(35px) scale(.95)}.Section7 .s7-show[data-s7=fadeUp]{opacity:1;transform:translateY(0)}.Section7 .s7-show[data-s7=panel],.Section7 .s7-show[data-s7=card]{opacity:1;transform:translateY(0) scale(1)}@media (max-width: 991px){.Section7 .S7-title{font-size:28px}.Section7 .S7-panelStats{grid-template-columns:1fr}}.Section8{background:#000;position:relative;overflow:hidden}.Section8 .S8-title{font-size:48px;font-weight:950;color:#fff;line-height:1.1;margin:0 0 12px}.Section8 .S8-subtitle{font-size:15.5px;line-height:1.9;margin:0;color:#ffffffb8;max-width:520px}.Section8 .S8-btnRow{margin-top:18px;display:flex;gap:12px;flex-wrap:wrap}.Section8 .S8-btnMain{border:none;padding:12px 22px;border-radius:16px;font-weight:950;background:linear-gradient(153deg,#183f21,#68bf32);color:#fff;transition:.35s ease}.Section8 .S8-btnMain:hover{transform:translateY(-4px);box-shadow:0 18px 40px #abb0b559}.Section8 .S8-btnOutline{padding:12px 22px;border-radius:16px;font-weight:950;color:#9dff62;background:transparent;border:1px solid rgb(149 219 96 / 62%);transition:.35s ease}.Section8 .S8-btnOutline:hover{transform:translateY(-4px);background:#4c586740;box-shadow:0 18px 40px #4c58674d}.Section8 .S8-chips{margin-top:16px;display:flex;gap:10px;flex-wrap:wrap}.Section8 .S8-chip{padding:10px 14px;border-radius:50px;font-size:13px;font-weight:850;color:#ffffffd9;background:#ffffff0a;border:1px solid rgba(171,176,181,.15);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:.35s ease}.Section8 .S8-chip:hover{transform:translateY(-4px);border-color:#abb0b573;background:#4c586733}.Section8 .S8-right{display:flex;justify-content:flex-end}.Section8 .S8-imgBox{width:100%;max-width:390px;border-radius:22px;overflow:hidden;position:relative;background:#ffffff08;border:1px solid rgba(171,176,181,.3);box-shadow:0 20px 60px #00000073;transition:transform .15s ease;will-change:transform}.Section8 .S8-img{width:100%;height:360px;object-fit:cover;display:block;transform:scale(1.02)}.Section8 .S8-imgOverlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,#4c586759,#abb0b540,#0006);pointer-events:none}.Section8 .S8-miniCard{position:absolute;left:14px;right:14px;bottom:14px;border-radius:18px;padding:14px;background:#00000080;border:1px solid rgba(171,176,181,.15);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.Section8 .S8-miniCard h6{margin:0 0 6px;font-size:14px;font-weight:950;color:#fff}.Section8 .S8-miniCard p{margin:0;font-size:13px;color:#ffffffb3}.Section8 .S8-glowA{position:absolute;width:220px;height:220px;top:-110px;right:-110px;background:radial-gradient(circle,rgba(171,176,181,.3),transparent 70%);filter:blur(28px)}.Section8 .S8-glowB{position:absolute;width:240px;height:240px;bottom:-120px;left:-120px;background:radial-gradient(circle,rgba(76,88,103,.32),transparent 70%);filter:blur(30px)}.Section8 [data-s8]{opacity:0;transform:translateY(26px);transition:.9s cubic-bezier(.2,.9,.2,1)}.Section8 [data-s8=zoomIn]{transform:translateY(35px) scale(.95)}.Section8 .s8-show[data-s8]{opacity:1;transform:translateY(0)}.Section8 .s8-show[data-s8=zoomIn]{transform:translateY(0) scale(1)}@media (max-width: 991px){.Section8 .S8-wrap{grid-template-columns:1fr;padding:22px}.Section8 .S8-title{font-size:30px}.Section8 .S8-right{justify-content:flex-start}.Section8 .S8-img{height:300px}}.Section9{background:#000;position:relative;overflow:hidden}.Section9 .container,.Section9 .Section9-titleBox{position:relative;z-index:2}.Section9 .Section9-subTitle{display:inline-block;padding:8px 16px;border-radius:50px;min-width:120px;font-size:13px;font-weight:900;letter-spacing:1px;color:#96eb36;background:linear-gradient(135deg,#0a100e,#1e301d);border:1px solid rgba(185,249,127,.65);margin-bottom:12px}.Section9 .Section9-title{font-size:44px;font-weight:950;color:#fff;margin-bottom:12px;line-height:1.15}.Section9 .Section9-title span{background:linear-gradient(90deg,#7cff3a,#b9f97f);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.Section9 .Section9-text{margin:0 auto;max-width:760px;font-size:15px;line-height:1.85;color:#ffffffb3}.Section9 .Section9-accordion{position:relative;z-index:2}.Section9 .Section9-item{border:none!important;margin-bottom:14px;border-radius:18px!important;overflow:hidden;background:#ffffff0a!important;border:1px solid rgba(171,176,181,.15)!important;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 18px 55px #00000040;transition:.35s ease}.Section9 .Section9-item:hover{border-color:#abb0b559!important;box-shadow:0 22px 70px #abb0b533}.Section9 .accordion-item:first-of-type,.Section9 .accordion-item:last-of-type{border-radius:18px!important}.Section9 .Section9-btn{background:transparent!important;color:#fff!important;font-weight:900;font-size:15px;padding:18px;border:none!important;box-shadow:none!important;position:relative;padding-right:62px!important;transition:.35s ease}.Section9 .accordion-button:after{display:none!important}.Section9 .Section9-btn:hover{background:#4c58672e!important}.Section9 .Section9-btn:before{content:"+";position:absolute;right:18px;top:50%;transform:translateY(-50%);width:38px;height:38px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:950;color:#fff;background:linear-gradient(153deg,#183f21,#68bf32);box-shadow:0 0 26px #abb0b559;transition:.35s ease}.Section9 .Section9-btn:after{content:"";position:absolute;right:18px;top:50%;transform:translateY(-50%);width:38px;height:38px;border-radius:14px;background:linear-gradient(120deg,#fff0,#ffffff73,#fff0);opacity:0;filter:blur(1px);pointer-events:none;transition:.35s ease}.Section9 .Section9-btn:hover:before{transform:translateY(-50%) scale(1.06)}.Section9 .accordion-button:not(.collapsed){background:#0d3802b0!important;color:#5df714!important}.Section9 .accordion-button:not(.collapsed):before{content:"−";box-shadow:0 0 6px #7cff3ad9,0 0 16px #7cff3a8c,0 0 34px #7cff3a59,inset 0 0 8px #7cff3a8c}.Section9 .accordion-button:not(.collapsed):after{opacity:1;animation:s9ShineMove 1.2s linear infinite}@keyframes s9ShineMove{0%{opacity:.25;transform:translateY(-50%) translate(-10px)}50%{opacity:1;transform:translateY(-50%) translate(0)}to{opacity:.25;transform:translateY(-50%) translate(10px)}}.Section9 .Section9-body{background:#00000040;border-top:1px solid rgba(171,176,181,.15)}.Section9 .Section9-body p{margin:0;font-size:14.5px;line-height:1.85;color:#ffffffb3}.Section9 [data-s9]{opacity:0;transform:translateY(26px);transition:.9s cubic-bezier(.2,.9,.2,1)}.Section9 .s9-show[data-s9]{opacity:1;transform:translateY(0)}@media (max-width: 991px){.Section9 .Section9-title{font-size:28px}.Section9 .Section9-btn{font-size:14px;padding:16px;padding-right:60px!important}.Section9 .Section9-btn:before,.Section9 .Section9-btn:after{right:14px;width:36px;height:36px}}@media (max-width: 576px){.Section9 .Section9-title{font-size:24px}.Section9 .Section9-text{font-size:14px}}.Section10{background:#000;position:relative;overflow:hidden;padding:60px 0}.container{position:relative;z-index:2}.S10-textBox{border-radius:20px;padding:26px;background:#0f1316;border:1px solid rgb(129 176 92);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 18px 60px #1e5203}.S10-badge{display:inline-block;padding:8px 14px;border-radius:40px;background:linear-gradient(135deg,#0a100e,#1e301d);border:1px solid rgba(185,249,127,.65);font-weight:800;margin-bottom:10px}.S10-title{font-size:34px;color:#fff;margin:6px 0 12px;line-height:1.12}.S10-title span{background:linear-gradient(90deg,#4c5867,#abb0b5);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.S10-lead{color:#ffffffd9;font-size:15px;margin-bottom:10px}.S10-desc{color:#ffffffb8;font-size:14.4px;line-height:1.9}.S10-chips{margin-top:16px;display:flex;gap:10px;flex-wrap:wrap}.S10-chip{background:#ffffff0a;border:1px solid rgb(95 180 49);padding:10px 14px;border-radius:40px;color:#fff;font-weight:800}.S10-ctaRow{margin-top:18px;display:flex;gap:12px;flex-wrap:wrap}.S10-ctaPrimary{background:linear-gradient(153deg,#183f21,#68bf32);color:#fff;padding:12px 20px;border-radius:14px;border:none;font-weight:900;box-shadow:0 18px 50px #68bf3247}.S10-ctaGhost{background:transparent;color:#fff;border:1px solid rgb(98 181 49);padding:12px 20px;border-radius:14px;font-weight:900}.S10-imgCard{position:relative;border-radius:22px;padding:22px;background:#031200;border:1px solid rgb(151 221 99 / 72%);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 22px 90px #336817d1;overflow:hidden;min-height:360px;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:transform .15s ease;will-change:transform}.S10-ring{position:absolute;width:260px;height:260px;border-radius:50%;border:2px solid rgba(171,176,181,.3);top:-40px;right:-40px;transform-origin:center;animation:s10Ring 12s linear infinite;z-index:0}@keyframes s10Ring{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.S10-3dimg{width:230px;height:230px;object-fit:cover;border-radius:20px;z-index:2;box-shadow:0 24px 70px #abb0b547;transform-origin:center;animation:s10Float 3s ease-in-out infinite}@keyframes s10Float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.S10-info{width:100%;margin-top:14px;text-align:center;z-index:2;color:#ffffffe6}.S10-infoTop{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px}.S10-live{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;color:#abb0b5;background:#4c586740;border:1px solid rgba(171,176,181,.35);font-weight:800}.S10-dot{width:8px;height:8px;border-radius:50%;background:#abb0b5;box-shadow:0 0 18px #abb0b5b3;animation:s10Blink 1.2s infinite}@keyframes s10Blink{0%{opacity:.25;transform:scale(.9)}50%{opacity:1;transform:scale(1.15)}to{opacity:.25;transform:scale(.9)}}.S10-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:8px 0 12px}.S10-stats small{display:block;color:#ffffffad;font-weight:700}.S10-stats b{display:block;color:#abb0b5;font-weight:900;font-size:16px}.S10-explore{padding:8px 14px;border-radius:12px;border:none;background:linear-gradient(153deg,#183f21,#68bf32);color:#fff;font-weight:900}.S10-glowA,.S10-glowB{position:absolute;pointer-events:none;z-index:0;filter:blur(30px)}.S10-glowA{width:260px;height:260px;top:-120px;left:-140px;background:radial-gradient(circle,rgba(76,88,103,.32),transparent 70%)}.S10-glowB{width:260px;height:260px;bottom:-120px;right:-140px;background:radial-gradient(circle,rgba(171,176,181,.28),transparent 70%)}.Section10 [data-s10]{opacity:0;transform:translateY(26px);transition:.9s cubic-bezier(.2,.9,.2,1)}.Section10 .s10-show[data-s10]{opacity:1;transform:translateY(0)}.Section10 [data-s10=zoomIn]{transform:translateY(28px) scale(.96)}.Section10 .s10-show[data-s10=zoomIn]{transform:translateY(0) scale(1)}@media (max-width:991px){.Section10{padding:40px 0}.S10-3dimg{width:200px;height:200px}.S10-ring{display:none}.S10-stats{grid-template-columns:repeat(3,1fr)}}@media (max-width:576px){.S10-textBox{padding:16px}.S10-3dimg{width:170px;height:170px}.S10-stats{grid-template-columns:repeat(3,1fr);gap:6px}}.FooterMain{width:100%;background:#000;position:relative;overflow:hidden;padding:70px 0 0}.FooterMain .container{position:relative;z-index:2}.FooterMain .FooterTop{padding-bottom:50px}.FooterMain .FooterLogoBox{display:flex;flex-direction:column;gap:14px}.FooterMain .FooterLogo{max-width:185px;height:auto;filter:drop-shadow(0px 14px 35px rgba(171,176,181,.35))}.FooterMain .FooterAbout{margin:0;font-size:15px;line-height:1.9;color:#ffffffb8;max-width:340px}.FooterMain .FooterCol{width:100%}.FooterMain .FooterTitle{font-size:20px;font-weight:950;color:#fff;margin-bottom:18px;position:relative;display:inline-block}.FooterMain .FooterTitle:after{content:"";position:absolute;width:60%;height:3px;left:0;bottom:-8px;border-radius:50px;background:linear-gradient(90deg,#2e6225,#65c232)}.FooterMain .FooterLinks{padding:0;margin:0;list-style:none;display:flex;flex-direction:column;gap:12px}.FooterMain .FooterLinks li a{text-decoration:none;font-size:15px;font-weight:700;color:#ffffffb8;display:inline-flex;align-items:center;gap:8px;transition:.35s ease;position:relative}.FooterMain .FooterLinks li a:before{content:"";width:7px;height:7px;border-radius:50%;background:linear-gradient(90deg,#8fff54,#8fff54);box-shadow:0 0 18px #36701a;opacity:0;transform:translate(-8px);transition:.35s ease}.FooterMain .FooterLinks li a:hover{color:#8fff54;transform:translate(6px)}.FooterMain .FooterLinks li a:hover:before{opacity:1;transform:translate(0)}.FooterMain .FooterSocial{display:flex;gap:12px;flex-wrap:wrap}.FooterMain .FtSocialIcon{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;background:#ffffff0f;border:1px solid rgba(171,176,181,.2);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);color:#ffffffc7;font-size:16px;transition:.35s ease;position:relative;overflow:hidden;animation:SocialPulse 2.6s infinite ease-in-out}.FooterMain .FtSocialIcon:before{content:"";position:absolute;width:70px;height:70px;top:-20px;left:-90px;background:linear-gradient(120deg,#fff0,#ffffff73,#fff0);transform:rotate(22deg);opacity:0;transition:.35s ease}.FooterMain .FtSocialIcon:hover{transform:translateY(-6px) scale(1.06);background:#4c586740;border-color:#61b531;color:#abb0b5;box-shadow:0 18px 45px #61b53159}.FooterMain .FtSocialIcon:hover:before{opacity:1;animation:FtShineMove .9s ease forwards}@keyframes FtShineMove{0%{left:-90px;opacity:.25}to{left:140%;opacity:1}}@keyframes SocialPulse{0%{box-shadow:0 0 #abb0b500}50%{box-shadow:0 0 28px #abb0b52e}to{box-shadow:0 0 #abb0b500}}.FooterMain .FooterBottom{border-top:1px solid rgba(255,255,255,.1);background:#00000059;padding:18px 0;text-align:center}.FooterMain .FooterBottom p{margin:0;font-size:14px;color:#ffffff9e}.FooterMain .FooterBottom p span{font-weight:950;color:#abb0b5}.FooterMain .ScrollTopBtn{position:fixed;right:25px;bottom:25px;width:58px;height:58px;border-radius:50%;border:none;cursor:pointer;background:linear-gradient(153deg,#183f21,#68bf32);color:#fff;font-size:18px;font-weight:950;display:flex;align-items:center;justify-content:center;box-shadow:0 18px 55px #abb0b559;transition:.35s ease;z-index:9999;animation:ScrollBtnFloat 2.8s ease-in-out infinite}@keyframes ScrollBtnFloat{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.FooterMain .ScrollTopBtn:hover{transform:translateY(-10px) scale(1.08);box-shadow:0 25px 70px #abb0b573}.FooterMain [data-ft]{opacity:0;transform:translateY(28px);transition:.9s cubic-bezier(.2,.9,.2,1)}.FooterMain .ft-show[data-ft]{opacity:1;transform:translateY(0)}@media (max-width: 991px){.FooterMain{padding:55px 0 0}.FooterMain .FooterTop{padding-bottom:35px}.FooterMain .FooterAbout{max-width:100%}.FooterMain .FooterTitle{font-size:18px}}@media (max-width: 576px){.FooterMain .FtSocialIcon{width:42px;height:42px}.FooterMain .ScrollTopBtn{width:52px;height:52px;right:18px;bottom:18px}}.loginpage .header{position:fixed;width:100%;top:0;left:0;z-index:99;border-bottom:2px solid rgba(171,176,181,.35);background:linear-gradient(145deg,#0f141a,#0f141a);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:background .5s ease}.loginpage .form__input{width:100%;height:50px;padding:0 20px;border:2px solid rgba(185,249,127,.65);background-color:transparent;border-radius:10px;font-size:14px;color:#bedb99;cursor:default;font-weight:400}.loginpage .form__input:-webkit-autofill,.loginpage .form__input:-webkit-autofill:hover,.loginpage .form__input:-webkit-autofill:focus,.loginpage .form__input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px transparent inset!important;-webkit-text-fill-color:#ffffff!important;caret-color:#fff;transition:background-color 9999s ease-in-out 0s}.loginpage .form__input::placeholder{color:#bedb99}.loginpage a{text-decoration:none;color:#97ff39;transition:.5s ease;transition-property:color,background-color,border-color,box-shadow}.loginpage .form__btn{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;height:60px;border-radius:10px;border:2px solid rgba(185,249,127,.65);background:linear-gradient(135deg,#0a100e,#1e301d);font-size:14px;color:#bedb99;text-transform:uppercase;font-weight:500;position:relative;margin-top:10px}.loginpage .form__btn:before{background:url("data:image/svg+xml,%3csvg%20width='28'%20height='40'%20viewBox='0%200%2028%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='path-1-inside-1_147_1498'%20fill='white'%3e%3cpath%20d='M10%200H6C2.68629%200%200%202.68629%200%206V34C0%2037.3137%202.68629%2040%206%2040H10V0Z'/%3e%3c/mask%3e%3cpath%20d='M10%20-1H6C2.13401%20-1%20-1%202.13401%20-1%206H1C1%203.23858%203.23858%201%206%201H10V-1ZM-1%2034C-1%2037.866%202.13401%2041%206%2041H10V39H6C3.23858%2039%201%2036.7614%201%2034H-1ZM10%2040V0V40ZM6%20-1C2.13401%20-1%20-1%202.13401%20-1%206V34C-1%2037.866%202.13401%2041%206%2041V39C3.23858%2039%201%2036.7614%201%2034V6C1%203.23858%203.23858%201%206%201V-1Z'%20fill='white'%20fill-opacity='0.2'%20mask='url(%23path-1-inside-1_147_1498)'/%3e%3cline%20y1='-0.5'%20x2='10'%20y2='-0.5'%20transform='matrix(1%200%200%20-1%2018%200)'%20stroke='url(%23paint0_linear_147_1498)'/%3e%3cline%20y1='-0.5'%20x2='10'%20y2='-0.5'%20transform='matrix(-1%201.74846e-07%201.74846e-07%201%2028%2040)'%20stroke='url(%23paint1_linear_147_1498)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_147_1498'%20x1='10'%20y1='-0.5'%20x2='-7.98608e-09'%20y2='-0.5'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0.2'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_147_1498'%20x1='-8.74221e-08'%20y1='-0.499999'%20x2='10'%20y2='-0.5'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0.2'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") no-repeat center;left:10px;transition:left .5s ease}.loginpage .form__btn:after{background:url("data:image/svg+xml,%3csvg%20width='28'%20height='40'%20viewBox='0%200%2028%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='path-1-inside-1_147_1494'%20fill='white'%3e%3cpath%20d='M18%200H22C25.3137%200%2028%202.68629%2028%206V34C28%2037.3137%2025.3137%2040%2022%2040H18V0Z'/%3e%3c/mask%3e%3cpath%20d='M18%20-1H22C25.866%20-1%2029%202.13401%2029%206H27C27%203.23858%2024.7614%201%2022%201H18V-1ZM29%2034C29%2037.866%2025.866%2041%2022%2041H18V39H22C24.7614%2039%2027%2036.7614%2027%2034H29ZM18%2040V0V40ZM22%20-1C25.866%20-1%2029%202.13401%2029%206V34C29%2037.866%2025.866%2041%2022%2041V39C24.7614%2039%2027%2036.7614%2027%2034V6C27%203.23858%2024.7614%201%2022%201V-1Z'%20fill='white'%20fill-opacity='0.2'%20mask='url(%23path-1-inside-1_147_1494)'/%3e%3cline%20x1='10'%20y1='0.5'%20y2='0.5'%20stroke='url(%23paint0_linear_147_1494)'/%3e%3cline%20x1='8.74228e-08'%20y1='39.5'%20x2='10'%20y2='39.5'%20stroke='url(%23paint1_linear_147_1494)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_147_1494'%20x1='7.98609e-09'%20y1='0.5'%20x2='10'%20y2='0.5'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0.2'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_147_1494'%20x1='0'%20y1='39.5'%20x2='10'%20y2='39.5'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0.2'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") no-repeat center;right:10px;transition:right .5s ease}.loginpage .form__btn:before,.loginpage .form__btn:after{content:"";position:absolute;pointer-events:none;width:28px;height:40px}.loginpage .footer{border-top:2px solid rgba(185,249,127,.65);background:#000;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);position:relative;overflow:hidden}.loginpage .footer .screw{position:absolute;display:block;width:20px;height:20px;background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='10'%20cy='10'%20r='9'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3cline%20x1='10'%20y1='6'%20x2='10'%20y2='14'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3cline%20x1='6'%20y1='10'%20x2='9'%20y2='10'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3cline%20x1='11'%20y1='10'%20x2='14'%20y2='10'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3c/svg%3e") no-repeat center;pointer-events:none;z-index:2}.loginpage .footer__logo{margin-top:60px;height:100px}.loginpage .footer__logo img{width:auto;height:100%;display:block}.loginpage .footer__content:before{content:"";position:absolute;top:-1px;left:0;right:0;display:block;height:2px;background:linear-gradient(90deg,#fff0,#ffffff14 20%,#ffffff14 80%,#fff0)}.loginpage .footer__social{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;width:100%}.loginpage .footer__social a{height:20px;width:20px;margin-top:20px;margin-right:20px;position:relative;color:#abb0b5}.loginpage .footer__social a i{font-size:20px;transition:color .5s ease}.loginpage .footer__social a:hover{color:#fff}.loginpage .footer__copyright{display:block;font-size:14px;color:#ffffffa6;margin-top:30px;font-weight:400}.loginpage .footer__content{position:relative;margin-top:60px;padding:10px 0 30px}.loginpage .header__content{flex-direction:row;position:relative;height:80px;width:100%}.loginpage .header__logo{z-index:1;width:auto;height:80px;display:inline-flex;flex-direction:row;justify-content:flex-start;align-items:center;position:relative;margin-left:40px}.loginpage .header__btn{position:absolute;width:24px;height:22px;display:block;left:0}.loginpage .header__btn span{position:absolute;left:0;width:24px;height:2px;background-color:#fff;border-radius:2px;transition:.5s ease;opacity:1}.loginpage .header__btn span:first-child{top:0}.loginpage .header__btn span:nth-child(2){top:10px;width:16px}.loginpage .header__btn span:last-child{top:20px;width:8px}.loginpage .header__content button{padding:0;border:none;background-color:transparent;transition:.5s ease;transition-property:color,background-color,border-color,box-shadow;cursor:pointer}.loginpage .form__select{width:100%;height:50px;padding:0 20px;border:2px solid rgba(255,255,255,.08);background:url(../img/btn/down.svg) no-repeat center right 20px transparent;background-size:16px 16px;border-radius:10px;font-size:14px;color:#fff;cursor:default;font-weight:400}.loginpage .eye-icon{position:absolute;top:25%;right:12px;transform:translateY(0);cursor:pointer;color:#fff;font-size:18px}.loginpage{background:#000;min-height:100vh}.login-section{min-height:100vh;display:flex;align-items:center;padding:120px 0 60px}.login-box__left{display:flex;flex-direction:column;justify-content:center}.login-title{background:linear-gradient(90deg,#7cff3a,#b9f97f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:600;text-align:center;margin-bottom:10px}.login-subtitle{color:#ccc;font-size:14px;text-align:center;margin-bottom:25px}.form-group{margin-top:20px;position:relative}.form__input{width:100%;height:50px;padding:0 18px;border-radius:10px;border:2px solid rgba(255,255,255,.08);background:transparent;color:#fff;font-size:14px}.form__input::placeholder{color:#fff9}.password-group{position:relative}.eye-icon{position:absolute;right:14px;top:50%;transform:translateY(-50%);cursor:pointer;color:#fff;font-size:18px}.forgot-password{text-align:right;margin-top:10px}.forgot-password a{font-size:13px;color:#fff;text-decoration:none}.form__btn{margin-top:25px;height:60px;width:100%;border-radius:10px;background:#ffffff14;border:2px solid rgba(171,176,181,.35);color:#fff;font-size:14px;font-weight:500;text-transform:uppercase}.signup-text{margin-top:15px;text-align:center;font-size:13px;color:#ccc}.signup-text a{color:#00ff6b;text-decoration:none;margin-left:5px}@media (max-width: 768px){.login-box{padding:24px}.login-section{padding:50px 0 60px}.loginpage .footer__social{justify-content:center}.loginpage .footer__content{margin-top:0}.loginpage .footer__logo{margin-top:20px}}@media (min-width: 768px){.loginpage .footer__logo{margin-top:50px}.loginpage .footer__copyright{margin-top:0;order:1}.loginpage .footer__social{display:inline-flex;width:auto;order:2}.loginpage .footer{padding-top:20px}.loginpage .footer__social a{margin-top:0}.loginpage .footer__content{margin-top:70px;padding:0;height:100px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%}}.login-header{background:#000;position:relative;z-index:100}.login-header__content{height:80px}.login-header__logo{display:block;height:65px}.login-header__logo img{width:100%;height:100%;object-fit:contain}.login-header__menu-btn{background:none;border:none;padding:0;width:28px;display:flex;flex-direction:column;gap:5px}.login-header__menu-btn span{display:block;height:3px;width:100%;background:#fff;border-radius:2px}.login-header__wallet-btn{padding:12px 24px;border-radius:16px;font-size:14px;font-weight:900;color:#bedb99;text-decoration:none;display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#0a100e,#1e301d);border:1px solid rgba(185,249,127,.65);cursor:pointer;box-shadow:0 0 18px #7cff3a73,0 0 36px #7cff3a40;transition:.35s ease}.login-header__wallet-btn:hover{transform:translateY(-4px);box-shadow:0 0 26px #7cff3aa6,0 0 55px #7cff3a59}.login-header__wallet-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(145deg,#abb0b5,#4c5867);opacity:.25}.login-header__wallet-text{position:relative;z-index:1;padding:4px 12px;border-radius:6px}.login-header__desktop-btn{align-items:center}.login-header__mobile{display:none;background:#000}.login-header__mobile-list{list-style:none;margin:0;padding:16px}.login-header__mobile .login-header__wallet-btn{width:100%;background:linear-gradient(145deg,#abb0b5,#4c5867)}@media (max-width: 768px){.login-header__content{justify-content:center!important}#login{padding:50px 0 100px}}.income-table-card table tbody tr td{background:transparent!important;color:#fff!important}.DashboardPage{font-family:Poppins,sans-serif}.textaria::placeholder{color:#fff}.DashboardPage{overflow-x:hidden}@media (min-width:320px) and (max-width:767.99px){.DashboardPage .tree-structure-card{padding:0!important}.Treecard .card{border-radius:8px!important;border-color:#e3e3e3!important}.Treecard .card-header{border-radius:5px 5px 0 0!important}.DashboardPage .invest{border-radius:25px}}.DashboardPage .header-section .darkbutton{width:35px;height:35px;background:#2f3b45}.headerbtn{background:linear-gradient(135deg,#0a100e,#1e301d)!important;border:2px solid rgba(185,249,127,.65)!important;transition:all .3s ease-in-out}.headerbtn:hover{box-shadow:0 0 18px #7cff3a73,0 0 36px #7cff3a40}.headerbtn{width:35px;height:35px;background:linear-gradient(135deg,#0a100e,#1e301d)}.lang-dropdown button{display:flex;align-items:center;gap:8px;cursor:pointer;padding:6px 11px!important;margin:0;font-size:14px;border-radius:0;background:linear-gradient(153deg,#183f21,#68bf32);color:#fff;border:1px solid #8b949e}.rewardBoxParent{position:relative}.reward-box{position:relative;overflow:hidden}.particle{position:absolute;width:6px;height:6px;background:#b9f97f;opacity:0;box-shadow:0 0 10px #7cff3a;animation:spreadOut 1.7s linear forwards}@keyframes spreadOut{0%{opacity:0;transform:translate(-50%,-50%) scale(.2)}45%{opacity:1;transform:translate(calc(var(--x) * .45),calc(var(--y) * .45)) scale(1.4)}to{opacity:0;transform:translate(var(--x),var(--y)) scale(.3)}}.DashboardPage .wallet-card{background:linear-gradient(120deg,#0f1316,#7cff3a26,#0f1316);border-radius:20px;text-align:center;color:#fff;font-family:Poppins,sans-serif;margin:18px auto}@media (max-width: 767px){.DashboardPage .withdraw{border-right:1px solid rgba(255,255,255,.15);padding-right:42px!important}.DashboardPage .wallet-stats h4{font-size:15px!important}.DashboardPage .wallet-stats p{font-weight:600;font-size:14px!important}.DashboardPage .deposit-img,.DashboardPage .withdraw-img{height:20px}.DashboardPage .tm-img{margin-left:40%!important;height:20px!important}}.DashboardPage .tm-img{margin-left:80%;height:30px}.DashboardPage .withdraw{border-right:1px solid rgba(255,255,255,.15);padding-right:39%}.DashboardPage .wallet-card .brand-name{color:#cfd3da;font-size:22px;margin-bottom:20px;font-weight:600}.DashboardPage .wallet-box{background:linear-gradient(120deg,#0f1316,#7cff3a26,#0f1316);border-radius:15px;padding:25px 20px;box-shadow:inset 0 0 35px #7cff3a59,inset 0 30px 90px #000000bf}.DashboardPage .wallet-box .subtitle{font-size:15px;color:#cfd3da;text-align:left}.DashboardPage .wallet-box .balance{font-size:42px;font-weight:700;text-align:left;color:#fff}.DashboardPage .wallet-buttons{display:flex;gap:10px}.DashboardPage .wallet-buttons .btn{flex:1;padding:10px 0;font-size:16px;border-radius:8px;font-weight:600;color:#fff;transition:.2s}.DashboardPage .deposit-btn,.DashboardPage .withdraw-btn{background:linear-gradient(135deg,#0a100e,#1e301d);border:1px solid rgba(185,249,127,.65)!important}.DashboardPage .wallet-buttons .btn:hover{transform:translateY(-2px);filter:brightness(1.15)}.DashboardPage .wallet-stats{display:flex;justify-content:space-between;padding:15px 33px}.DashboardPage .wallet-stats p{font-size:20px;font-weight:600;color:#cfd3da}.DashboardPage .wallet-stats h4{font-size:23px;font-weight:600;color:#fff}.DashboardPage .wallet-footer{font-size:15px;padding:15px 33px;border-top:1px solid rgba(255,255,255,.1)}.DashboardPage .green{color:#00ffd5}.DashboardPage .blue{color:#039fff}.DashboardPage .lightgreen{color:#0aa110}.DashboardPage .orange{color:#ff9202}.DashboardPage .purple{color:#ef0dff}.DashboardPage .rank-card{position:relative;background:linear-gradient(135deg,#0a100e,#1e301d);color:#fff;border-radius:14px;padding:25px 20px;border:1px solid rgba(185,249,127,.65);box-shadow:0 8px 25px #00000073,0 0 12px #7cff3a59,0 0 28px #7cff3a38,inset 0 0 12px #7cff3a2e;max-width:420px;margin:auto;overflow:hidden}.DashboardPage .corner-lock{position:absolute;top:0;left:0;border-top:80px solid #53d10a;border-right:80px solid transparent}.DashboardPage .corner-lock i{position:absolute;top:-65px;left:12px;font-size:22px}.DashboardPage .rank-header{display:flex;justify-content:space-between;align-items:center}.DashboardPage .rank-header h4{color:#01a143;font-weight:700}.DashboardPage .rank-header small{color:#ddd}.DashboardPage .boost-btn{background:linear-gradient(153deg,#183f21,#68bf32);border:none;color:#fff;padding:6px 18px;border-radius:6px;font-weight:600}.DashboardPage .boost-btn:hover{background:#fff;color:#000}.DashboardPage .divider{height:3px;background:repeating-linear-gradient(45deg,#7b828a,#8b949e,transparent 10px,transparent 20px);margin:12px 0}.DashboardPage .rank-row{display:flex;justify-content:space-between;font-size:.92rem;color:#ccc}.DashboardPage .progress-line{height:8px;background:#ffffff1a;border-radius:5px}.DashboardPage .progress-fill{height:100%;background:linear-gradient(90deg,#ff6b00,#ff944d)}@media (max-width:576px){.DashboardPage .rank-card{padding:18px;max-width:95%}}.DashboardPage .rank-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;position:relative;z-index:2}.DashboardPage .rank-header h4{font-size:15px;color:#fff;font-weight:700}.DashboardPage .rank-header small{color:#ddd;font-size:.9rem;font-weight:500}.DashboardPage .boost-btn{background:linear-gradient(153deg,#183f21,#68bf32);color:#fff;font-weight:600;padding:6px 18px;border-radius:6px;transition:.3s ease-in-out;font-size:.9rem;border:1px solid rgba(185,249,127,.65)}.DashboardPage .boost-btn:hover{background:transparent;color:#fff}.DashboardPage .divider{width:100%;height:3px;background:repeating-linear-gradient(45deg,#a3fb66,#51992d,#7eb153 10px,#000 20px);border-radius:4px;margin:8px 0 18px}.DashboardPage .rank-info{display:flex;flex-direction:column;gap:12px}.DashboardPage .rank-row{display:flex;justify-content:space-between;align-items:center;color:#ccc;font-size:.92rem}.DashboardPage .rank-row strong{color:#fff}.DashboardPage .progress-line{height:8px;background:#ffffff1a;border-radius:5px;overflow:hidden;margin-top:3px}.DashboardPage .progress-fill{display:block;height:100%;width:0%;background:linear-gradient(90deg,#ff6b00,#ff944d);transition:width 1s ease}.DashboardPage .info-circle{background:#ffffff26;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:.7rem;color:#ff944d}.DashboardPage .rank-footer{text-align:center;font-size:.85rem;color:#999;margin-top:18px}@media (max-width: 576px){.DashboardPage .rank-card{max-width:95%;padding:18px}.DashboardPage .corner-lock{border-top:60px solid #53d10a;border-right:60px solid transparent}.DashboardPage .corner-lock i{top:-50px;left:10px;font-size:18px}.DashboardPage .rank-header h4{font-size:1.05rem}.DashboardPage .boost-btn{font-size:.8rem;padding:5px 12px}.DashboardPage .rank-row{font-size:.85rem}}@media (max-width: 750px){.DashboardPage .pool_price{font-size:.6em!important}.DashboardPage .pool_name{font-size:.9em!important;text-align:center}.DashboardPage .member-image{padding:0!important;width:60px;margin:0 auto}.DashboardPage .genealogy-tree ul ul:before{height:10px!important}.DashboardPage .genealogy-tree li{padding:9px 2px 0 0!important}.DashboardPage .genealogy-tree ul{padding-top:9px!important;padding-left:2px!important}.DashboardPage .genealogy-body{padding:20px;min-height:136px!important}.DashboardPage .gapping{column-gap:20px!important}.DashboardPage .tree-box-height{height:12px;width:12px}}.DashboardPage .genealogy-scroll::-webkit-scrollbar{width:5px;height:8px}.DashboardPage .genealogy-scroll::-webkit-scrollbar-track{background-color:#e4e4e4;border-radius:10px}.DashboardPage .genealogy-scroll::-webkit-scrollbar-thumb{background:#212121;border-radius:10px}.DashboardPage .genealogy-scroll::-webkit-scrollbar-thumb:hover{background:#d5b14c}.DashboardPage .genealogy-body{white-space:nowrap;overflow-y:hidden;padding:20px;min-height:215px;text-align:center;background:#fff}.DashboardPage .genealogy-tree{display:inline-block}.DashboardPage .genealogy-tree ul{padding-top:20px;padding-left:4px;display:flex;justify-content:center;position:relative}.DashboardPage .genealogy-tree li{list-style-type:none;text-align:center;position:relative;padding:20px 5px 0 0}.DashboardPage .genealogy-tree li:before,.DashboardPage .genealogy-tree li:after{content:"";position:absolute;top:0;right:50%;border-top:2px solid #ccc;width:50%;height:18px}.DashboardPage .genealogy-tree li:after{left:50%;border-left:2px solid #ccc}.DashboardPage .genealogy-tree ul ul:before{content:"";position:absolute;top:0;left:50%;border-left:2px solid #ccc;height:20px}.DashboardPage .genealogy-tree li a{text-decoration:none;color:#333;font-size:12px;border-radius:5px}.DashboardPage .genealogy-tree li a:hover,.DashboardPage .genealogy-tree li a:hover+ul li a{background:#c8e4f8;color:#000}.DashboardPage .member-view-box{text-align:center;border-radius:6px;border:1px solid #68BF32;background:linear-gradient(153deg,#183f21,#68bf32);transition:all .3s ease}.DashboardPage .member-view-box:hover{transform:translateY(-4px);box-shadow:0 3px 10px #ffffff1f}.DashboardPage .member-header{background:linear-gradient(135deg,#4c5867,#2f3542);color:#fff;padding:5px 0;font-size:13px;border-radius:6px 6px 0 0}.DashboardPage .member-image{padding:5px;width:60px;margin:0 auto}.DashboardPage .member-image img{width:25px;height:25px;border-radius:6px;background-color:#2b313c}.DashboardPage .member-footer{text-align:center;padding:0}.DashboardPage .member-footer .name{color:#fff;font-size:11px;font-weight:600}.DashboardPage .member-footer .downline{color:#b0b6c3;font-size:12px}@media (max-width: 992px){.DashboardPage .genealogy-body{padding:10px}.DashboardPage .member-image{width:60px}}@media (max-width: 576px){.DashboardPage .member-image img{width:10px;height:10px}.DashboardPage .genealogy-body{padding:0}}.DashboardPage .hero-section{position:relative;overflow:hidden}.DashboardPage .hero-container{position:relative;width:100%;height:310px;border-radius:16px;overflow:hidden}.DashboardPage .hero-slides{position:relative;width:100%;height:100%}.DashboardPage .hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity 1s ease}.DashboardPage .hero-slide.active{opacity:1;z-index:2}.DashboardPage .blue-bg{background:linear-gradient(145deg,#1c222d,#0f131a);display:flex;align-items:center;justify-content:center;text-align:center}.DashboardPage .hero-content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center;color:#fff;padding:20px}.DashboardPage .hero-content.center{position:relative;inset:auto}.DashboardPage .hero-title{font-size:1.7rem;font-weight:700;margin-bottom:12px;color:#fff}.DashboardPage .hero-desc{font-size:1.3rem;line-height:1.6;color:#dcdcdc;margin:0 auto;max-width:600px;list-style:none;padding:0}.DashboardPage .hero-desc li{margin-bottom:6px}.DashboardPage .hero-prev{left:10px}.DashboardPage .hero-next{right:10px}.DashboardPage .hero-prev:hover,.DashboardPage .hero-next:hover{background:#ffffff26}@media (max-width: 768px){.DashboardPage .hero-container{height:400px}.DashboardPage .hero-title{font-size:1.6rem}.DashboardPage .hero-desc{font-size:.9rem}.DashboardPage .hero-prev,.DashboardPage .hero-next{position:absolute;top:50%;transform:translateY(-50%);background:#fff3;border:none;color:#fff;font-size:24px;padding:1px 12px;border-radius:50%;cursor:pointer;z-index:3;width:20px;height:20px}}@media (max-width: 480px){.DashboardPage .hero-container{height:150px}.DashboardPage .hero-title{font-size:.9rem}.DashboardPage .hero-desc{font-size:.85rem}}.DashboardPage .hero-bg-image{width:100%;height:100%;object-fit:fill;transition:transform .5s ease}@media (max-width: 768px){.DashboardPage .hero-bg-image{object-fit:fill!important;height:100%!important}}.DashboardPage .hero-prev,.DashboardPage .hero-next{position:absolute;top:50%;transform:translateY(-50%);background:#5a647899;border:none;color:#fff;font-size:24px;padding:1px 12px;border-radius:50%;cursor:pointer;z-index:3;width:20px;height:20px}.DashboardPage .hero-content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center;color:#fff;padding:20px;z-index:2}.DashboardPage .earnings-card{background:linear-gradient(135deg,#0a100e,#1e301d);border-radius:20px;padding:20px 25px;color:#fff;box-shadow:0 0 20px #b9957f14;position:relative;margin-top:18px;border:1px solid rgba(185,249,127,.65)}.DashboardPage .earnings-header{display:flex;justify-content:space-between;align-items:center}.DashboardPage .earnings-header h5{margin:0;font-weight:600}.DashboardPage .status-badge{background-color:#3a1f24;color:#ff9aa2;border-radius:999px;font-weight:600}.status-badge{padding:5px 14px;border-radius:20px;font-size:13px;font-weight:600}.status-badge.inactive{background:#40262a;color:#ffb3b3}.DashboardPage .circle-progress{position:relative;width:120px;height:120px;margin:20px auto}.DashboardPage .circle-progress svg{transform:rotate(-90deg)}.DashboardPage .circle-progress circle{fill:none;stroke-width:8;stroke-linecap:round}.DashboardPage .circle-bg{stroke:#3a3f4b}.DashboardPage .circle-bar{stroke:#6a9cff;stroke-dasharray:377;stroke-dashoffset:calc(377 - (377 * var(--progress, 0)) / 100);transition:stroke-dashoffset .5s ease}.DashboardPage .circle-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#6a9cff;font-weight:600;font-size:1.2rem}.DashboardPage .earnings-details{font-size:.9rem;margin-top:10px}.DashboardPage .earnings-details .row{border-radius:8px;margin-bottom:8px;padding:8px 10px;background-color:#ffffff0f}.DashboardPage .earnings-details strong{color:#c6cbd6;font-weight:500}.DashboardPage .reward-box{border:2px solid rgba(185,249,127,.65);border-radius:12px;padding:20px;display:flex;justify-content:space-between;align-items:center;width:100%;background:linear-gradient(120deg,#0f1316,#7cff3a26,#0f1316)!important;color:#fff}.DashboardPage .reward-box{position:relative;overflow:hidden}.DashboardPage .reward-content{display:flex;flex-direction:column}.DashboardPage .reward-title{font-size:28px;font-weight:700;margin:0}.DashboardPage .reward-sub{font-size:14px;margin-top:-5px;opacity:.7}.DashboardPage .reward-amount{font-size:32px;font-weight:800;margin-top:10px}.DashboardPage .reward-btn2{border:1px solid #B9F97F;font-size:15px;color:#000;font-weight:600;background:linear-gradient(90deg,#7cff3a,#b9f97f)}.DashboardPage .reward-btn2{animation:glowBlink 1.3s infinite ease-in-out}@keyframes glowBlink{0%,to{opacity:.95;box-shadow:0 0 10px #b9f97f,0 0 20px #7cff3a}50%{opacity:.95;box-shadow:0 0 5px #7cff3a}}.DashboardPage .reward-text{margin-top:5px;font-size:14px;color:#fff}.DashboardPage .info-btn{width:55px;height:55px;border:2px solid #B9F97F;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;font-size:28px;cursor:pointer;transition:.3s}.DashboardPage .info-btn:hover{background:#f1f1f1;transform:scale(1.05)}.DashboardPage .corner-lock.unlocked i{color:#4cd964}.DashboardPage .marquee-container{overflow:hidden;padding:10px 0}.DashboardPage .marquee{display:inline-block;white-space:nowrap;font-size:1rem;font-weight:500;color:#c6cbd6;animation:scroll-left 10s linear infinite}@keyframes scroll-left{0%{transform:translate(100%)}to{transform:translate(-100%)}}.DashboardPage .btn-success{background:#4cafef!important}.DashboardPage .mobile-nav{padding:10px 0;border-radius:25px 25px 0 0;position:fixed;bottom:0;width:100%;z-index:999}.DashboardPage .mobile-nav-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;color:#000!important;font-size:.55rem;background:linear-gradient(90deg,#7cff3a,#b9f97f);width:46px;height:46px;border-radius:50%;transition:all .3s ease}.DashboardPage .mobile-nav-btn i{font-size:1.2rem}.DashboardPage .mobile-nav-btn.active,.DashboardPage .mobile-nav-btn:hover{background:linear-gradient(153deg,#183f21,#68bf32);color:#fff;transform:scale(1.05);color:#fff!important}.DashboardPage .desktop-nav{display:flex;justify-content:center;align-items:center;gap:25px;padding:12px 0;border-top:1px solid #2e3440;border-radius:40px 40px 0 0;position:fixed;bottom:0;left:0;right:0;z-index:1000;background:#151a21;box-shadow:0 -2px 10px #00000073}.DashboardPage .desktop-nav-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;width:60px;height:60px;background:linear-gradient(90deg,#7cff3a,#b9f97f);border-radius:50%;color:#000;font-size:.7rem;text-decoration:none;transition:all .3s ease}.DashboardPage .desktop-nav-btn i{font-size:1.4rem}.DashboardPage .desktop-nav a{color:#000;text-decoration:none;margin:0 .75rem;font-size:12px;font-weight:500}.DashboardPage .desktop-nav a.active,.DashboardPage .desktop-nav a:hover{color:#000;font-weight:600;background:linear-gradient(153deg,#183f21,#68bf32)}.desktop-nav-btn.active,.desktop-nav-btn:hover{color:#fff;background:#8e95a2}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}html,body{height:100%}body{font-family:Arial,Helvetica,sans-serif;font-weight:400;background:#fff;-webkit-font-smoothing:antialiased}.investbtn{padding:6px 12px!important}.btn_action:hover,.investbtn:hover{background-color:#366e28!important}.DashboardPage button{padding:0;border:none;background-color:transparent;transition:.5s ease;transition-property:color,background-color,border-color,box-shadow;cursor:pointer}.DashboardPage button:focus{outline:none}.DashboardPage a{text-decoration:none;transition:.5s ease;transition-property:color,background-color,border-color,box-shadow}.DashboardPage a:hover,.DashboardPage a:active,.DashboardPage a:focus{outline:none;text-decoration:none}.DashboardPage input,.DashboardPage textarea,.DashboardPage select{padding:0;margin:0;border-radius:0;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;box-shadow:none;transition:.5s ease;transition-property:background-color,border-color}.DashboardPage input:focus,.DashboardPage textarea:focus,.DashboardPage select:focus{outline:none}.DashboardPage select::-ms-expand{display:none}.DashboardPage input::-webkit-outer-spin-button,.DashboardPage input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.DashboardPage input[type=number]{-moz-appearance:textfield}.DashboardPage ul{margin:0;padding:0;list-style:none}::-moz-selection{background:#79c600;color:#16142a;text-shadow:none}::selection{background:#79c600;color:#16142a;text-shadow:none}::-webkit-input-placeholder{color:#d0d0d0;opacity:1}::-moz-placeholder{color:#d0d0d0;opacity:1}:-moz-placeholder{color:#d0d0d0;opacity:1}:-ms-input-placeholder{color:#d0d0d0;opacity:1}:focus{outline:-webkit-focus-ring-color auto 0px}:focus-visible{outline:0px dotted}@media (min-width: 1400px){.DashboardPage .container,.DashboardPage .container-lg,.DashboardPage .container-md,.DashboardPage .container-sm,.DashboardPage .container-xl,.DashboardPage .container-xxl{max-width:1140px}}body::-webkit-scrollbar{width:4px}body::-webkit-scrollbar-track{background:#ffffff0d}body::-webkit-scrollbar-thumb{background-color:#79c600;outline:0 solid rgba(255,255,255,.05)}.DashboardPage .row--relative{position:relative}.DashboardPage .header{position:fixed;width:100%;top:0;left:0;z-index:99;border-bottom:2px solid rgba(255,255,255,.05);background:#6775aa;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:background .5s ease}.DashboardPage .header--active{background:#16142a}.DashboardPage .header__content{display:flex;flex-direction:row;justify-content:space-between;align-items:center;position:relative;height:80px;width:100%}.DashboardPage .header__logo{z-index:1;width:auto;height:50px;display:inline-flex;flex-direction:row;justify-content:flex-start;align-items:center;position:relative;margin-left:40px}.DashboardPage .header__logo img{height:50px;width:auto}.DashboardPage .header__btn{position:absolute;width:24px;height:22px;display:block;left:0}.DashboardPage .header__btn span{position:absolute;left:0;width:24px;height:2px;background-color:#fff;border-radius:2px;transition:.5s ease;opacity:1}.DashboardPage .header__btn span:first-child{top:0}.DashboardPage .header__btn span:nth-child(2){top:10px;width:16px}.DashboardPage .header__btn span:last-child{top:20px;width:8px}.DashboardPage .header__btn--active span:first-child{transform:rotate(45deg);top:10px}.DashboardPage .header__btn--active span:nth-child(2){opacity:0}.DashboardPage .header__btn--active span:last-child{width:24px;transform:rotate(-45deg);top:10px}.DashboardPage .header__tagline{display:none}.DashboardPage .header__language{position:relative;display:block;width:auto;margin-left:auto;margin-right:30px}.DashboardPage .header__language a.dropdown-link{display:inline-flex;flex-direction:row;justify-content:flex-start;align-items:center;font-size:14px;line-height:24px;height:40px;font-weight:400;color:#fff;text-transform:uppercase}.DashboardPage .header__language a.dropdown-link i{font-size:8px;margin-left:5px;margin-top:2px}.DashboardPage .header__language a.dropdown-link:hover,.DashboardPage .header__language a.dropdown-link[aria-expanded=true]{color:#a034fa}.DashboardPage .header__language-menu{position:absolute;background-color:#16142a;padding:20px;display:flex!important;flex-direction:column;justify-content:flex-start;align-items:flex-start;min-width:110px;text-align:left;z-index:-1;pointer-events:none;opacity:0;border-radius:10px;transition:.5s ease;transition-property:opacity,margin-top,transform;top:0;transform:translate3d(0,16px,0);border:2px solid rgba(255,255,255,.05)}.DashboardPage .header__language-menu li{position:relative;padding:0;margin-bottom:12px}.DashboardPage .header__language-menu li:last-child{margin-bottom:0}.DashboardPage .header__language-menu a{font-size:14px;line-height:24px;color:#fff;text-transform:none;font-weight:400}.DashboardPage .header__language-menu a:hover{color:#a034fa}.DashboardPage .header__language-menu.show{z-index:1000;pointer-events:auto;opacity:1}.DashboardPage .header__nav{position:fixed;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:280px;height:calc(100vh - 82px);top:82px;left:0;background:#16142a;padding:30px 15px 0;transition:transform .5s ease;transform:translate3d(-280px,0,0);border-right:2px solid rgba(255,255,255,.05)}.DashboardPage .header__nav--active{transform:translateZ(0)}.DashboardPage .header__nav li{display:block;margin-bottom:25px}.DashboardPage .header__nav li:last-child{margin-bottom:0}.DashboardPage .header__nav a{display:inline-flex;flex-direction:row;justify-content:flex-start;align-items:center;font-size:14px;line-height:24px;font-weight:400;color:#fff;text-transform:uppercase}.DashboardPage .header__nav a i{font-size:8px;margin-left:5px;margin-top:2px}.DashboardPage .header__nav a.dropdown-link--menu{height:24px}.DashboardPage .header__nav a.dropdown-link--menu i{font-size:20px;margin-left:0}.DashboardPage .header__nav a:hover,.DashboardPage .header__nav a[aria-expanded=true]{color:#a034fa}.DashboardPage .header__dropdown{position:relative;display:block;width:auto}.DashboardPage .header__dropdown-menu{position:absolute;background-color:#16142a;padding:20px;display:flex!important;flex-direction:column;justify-content:flex-start;align-items:flex-start;min-width:140px;text-align:left;z-index:-1;pointer-events:none;opacity:0;border-radius:10px;transition:.5s ease;transition-property:opacity,margin-top,transform;top:0;transform:translate3d(0,16px,0);border:2px solid rgba(255,255,255,.05)}.DashboardPage .header__dropdown-menu li{position:relative;padding:0;margin-bottom:12px}.DashboardPage .header__dropdown-menu li:last-child{margin-bottom:0}.DashboardPage .header__dropdown-menu a{font-size:14px;line-height:24px;color:#fff;text-transform:none;font-weight:400;white-space:nowrap}.DashboardPage .header__dropdown-menu a:hover{color:#a034fa}.DashboardPage .header__dropdown-menu.show{z-index:1000;pointer-events:auto;opacity:1}.DashboardPage .header__profile{display:flex;flex-direction:row;justify-content:center;align-items:center;position:relative;width:46px;height:46px;border-radius:10px;border:2px solid rgba(255,255,255,.3);background:linear-gradient(135deg,#572c7c,#572c7c,#a034fa)}.DashboardPage .header__profile span{display:none}.DashboardPage .header__profile i{font-size:24px;color:#fff}.DashboardPage .header__profile:hover{border-color:#a034fa}@media (min-width: 576px){.DashboardPage .header__logo{margin-left:45px}.DashboardPage .header__tagline{display:block;line-height:24px;color:#d0d0d0;font-size:14px;margin-right:auto;margin-left:20px;font-weight:300}.DashboardPage .header__nav{padding-left:calc((100vw - 516px)/2);width:320px;transform:translate3d(-320px,0,0)}.DashboardPage .header__nav--active{transform:translateZ(0)}}@media (min-width: 768px){.DashboardPage .header__language{margin-right:44px}.DashboardPage .header__profile{min-width:130px;padding:0 20px;width:auto}.DashboardPage .header__profile span{display:block;text-transform:uppercase;font-size:14px;color:#fff;transition:.5s ease;font-weight:500}.DashboardPage .header__profile i{display:none}.DashboardPage .header__profile:before,.DashboardPage .header__profile:after{content:"";position:absolute;pointer-events:none;width:26px;height:30px}.DashboardPage .header__profile:before{background:url("data:image/svg+xml,%3csvg%20width='26'%20height='30'%20viewBox='0%200%2026%2030'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='path-1-inside-1_147_1506'%20fill='white'%3e%3cpath%20d='M10%202.28882e-05H6C2.68629%202.28882e-05%200%202.68631%200%206.00002V24C0%2027.3137%202.68629%2030%206%2030H10V2.28882e-05Z'/%3e%3c/mask%3e%3cpath%20d='M10%20-0.999977H6C2.13401%20-0.999977%20-1%202.13403%20-1%206.00002H1C1%203.2386%203.23858%201.00002%206%201.00002H10V-0.999977ZM-1%2024C-1%2027.866%202.13401%2031%206%2031H10V29H6C3.23858%2029%201%2026.7614%201%2024H-1ZM10%2030V2.28882e-05V30ZM6%20-0.999977C2.13401%20-0.999977%20-1%202.13403%20-1%206.00002V24C-1%2027.866%202.13401%2031%206%2031V29C3.23858%2029%201%2026.7614%201%2024V6.00002C1%203.2386%203.23858%201.00002%206%201.00002V-0.999977Z'%20fill='white'%20fill-opacity='0.2'%20mask='url(%23path-1-inside-1_147_1506)'/%3e%3cline%20y1='-0.5'%20x2='10'%20y2='-0.5'%20transform='matrix(1%200%200%20-1%2016%202.28882e-05)'%20stroke='url(%23paint0_linear_147_1506)'/%3e%3cline%20y1='-0.5'%20x2='10'%20y2='-0.5'%20transform='matrix(-1%201.74846e-07%201.74846e-07%201%2026%2030)'%20stroke='url(%23paint1_linear_147_1506)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_147_1506'%20x1='10'%20y1='-0.5'%20x2='-7.98608e-09'%20y2='-0.5'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0.2'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_147_1506'%20x1='-8.74221e-08'%20y1='-0.499999'%20x2='10'%20y2='-0.5'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0.2'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") no-repeat center;left:8px;transition:left .5s ease}.DashboardPage .header__profile:after{background:url("data:image/svg+xml,%3csvg%20width='26'%20height='30'%20viewBox='0%200%2026%2030'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='path-1-inside-1_147_1502'%20fill='white'%3e%3cpath%20d='M16%202.28882e-05H20C23.3137%202.28882e-05%2026%202.68631%2026%206.00002V24C26%2027.3137%2023.3137%2030%2020%2030H16V2.28882e-05Z'/%3e%3c/mask%3e%3cpath%20d='M16%20-0.999977H20C23.866%20-0.999977%2027%202.13403%2027%206.00002H25C25%203.2386%2022.7614%201.00002%2020%201.00002H16V-0.999977ZM27%2024C27%2027.866%2023.866%2031%2020%2031H16V29H20C22.7614%2029%2025%2026.7614%2025%2024H27ZM16%2030V2.28882e-05V30ZM20%20-0.999977C23.866%20-0.999977%2027%202.13403%2027%206.00002V24C27%2027.866%2023.866%2031%2020%2031V29C22.7614%2029%2025%2026.7614%2025%2024V6.00002C25%203.2386%2022.7614%201.00002%2020%201.00002V-0.999977Z'%20fill='white'%20fill-opacity='0.2'%20mask='url(%23path-1-inside-1_147_1502)'/%3e%3cline%20x1='10'%20y1='0.500023'%20y2='0.500023'%20stroke='url(%23paint0_linear_147_1502)'/%3e%3cline%20x1='8.74228e-08'%20y1='29.5'%20x2='10'%20y2='29.5'%20stroke='url(%23paint1_linear_147_1502)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_147_1502'%20x1='7.98609e-09'%20y1='0.500023'%20x2='10'%20y2='0.500022'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0.2'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_147_1502'%20x1='0'%20y1='29.5'%20x2='10'%20y2='29.5'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0.2'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") no-repeat center;right:8px;transition:right .5s ease}.DashboardPage .header__profile:hover:before{left:12px}.DashboardPage .header__profile:hover:after{right:12px}.DashboardPage .header__nav{padding-left:calc((100vw - 696px)/2)}}@media (min-width: 992px){.header__nav{padding-left:calc((100vw - 936px)/2)}}@media (min-width: 1200px){.DashboardPage .header__btn{display:none}.DashboardPage .header__logo,.DashboardPage .header__language{margin-left:0}.DashboardPage .header__nav{position:relative;flex-direction:row;align-items:center;width:auto;height:80px;top:auto;left:auto;background:transparent;padding:0;transition:0s;transform:translateZ(0);border-right:none;z-index:2}.DashboardPage .header__nav li{margin-right:44px;margin-bottom:0}.DashboardPage .header__nav li:last-child{margin-right:0}.DashboardPage .header__nav a{justify-content:center;height:40px;text-transform:none}.DashboardPage .header__nav a.dropdown-link--menu{height:40px}.DashboardPage .header__dropdown-menu li{margin-right:0;margin-bottom:12px;padding:0}.DashboardPage .header__dropdown-menu li:last-child{margin-bottom:0}.DashboardPage .header__dropdown-menu a{height:auto;color:#fff;justify-content:flex-start}.DashboardPage .header__dropdown-menu a:hover{color:#a034fa}.DashboardPage .header__profile{z-index:1}}@media (min-width: 1400px){.DashboardPage .header:before,.DashboardPage .header:after{content:"";position:absolute;display:block;width:67px;height:20px;top:30px;pointer-events:none}.DashboardPage .header:before{left:30px;background:url("data:image/svg+xml,%3csvg%20width='67'%20height='20'%20viewBox='0%200%2067%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='65'%20cy='9.99999'%20r='2'%20transform='rotate(180%2065%209.99999)'%20fill='white'%20fill-opacity='0.05'/%3e%3ccircle%20cx='51'%20cy='9.99999'%20r='2'%20transform='rotate(180%2051%209.99999)'%20fill='white'%20fill-opacity='0.05'/%3e%3ccircle%20cx='37'%20cy='10'%20r='2'%20transform='rotate(180%2037%2010)'%20fill='white'%20fill-opacity='0.05'/%3e%3ccircle%20cx='10'%20cy='10'%20r='9'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3cline%20x1='10'%20y1='6'%20x2='10'%20y2='14'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3cline%20x1='6'%20y1='10'%20x2='9'%20y2='10'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3cline%20x1='11'%20y1='10'%20x2='14'%20y2='10'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3c/svg%3e") no-repeat center}.DashboardPage .header:after{right:30px;background:url("data:image/svg+xml,%3csvg%20width='67'%20height='20'%20viewBox='0%200%2067%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='30'%20cy='9.99999'%20r='2'%20transform='rotate(180%2030%209.99999)'%20fill='white'%20fill-opacity='0.05'/%3e%3ccircle%20cx='16'%20cy='9.99999'%20r='2'%20transform='rotate(180%2016%209.99999)'%20fill='white'%20fill-opacity='0.05'/%3e%3ccircle%20cx='2'%20cy='10'%20r='2'%20transform='rotate(180%202%2010)'%20fill='white'%20fill-opacity='0.05'/%3e%3ccircle%20cx='57'%20cy='10'%20r='9'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3cline%20x1='57'%20y1='6'%20x2='57'%20y2='14'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3cline%20x1='53'%20y1='10'%20x2='56'%20y2='10'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3cline%20x1='58'%20y1='10'%20x2='61'%20y2='10'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3c/svg%3e") no-repeat center}}.DashboardPage .hero{margin-top:80px;padding:100px 0 36px}.DashboardPage .hero__title{font-size:32px;line-height:48px;text-transform:uppercase;color:#fff;font-weight:300;margin-bottom:0}.DashboardPage .hero__title strong,.DashboardPage .hero__title b{font-weight:500}.DashboardPage .hero__text{font-size:16px;line-height:26px;font-weight:400;color:#d0d0d0;margin-bottom:16px;margin-top:15px}.DashboardPage .hero__text a{color:#fff;border-bottom:2px solid #a034fa}.DashboardPage .hero__text a:hover{border-color:transparent}.DashboardPage .hero__text strong,.DashboardPage .hero__text b{font-weight:500}.DashboardPage .hero__btns{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;margin-top:40px}.DashboardPage .hero__btn{display:flex;flex-direction:row;justify-content:center;align-items:center;width:calc(50% - 15px);height:60px;border-radius:10px;border:2px solid rgba(255,255,255,.3);background:linear-gradient(135deg,#572c7c,#572c7c,#a034fa);font-size:14px;color:#fff;text-transform:uppercase;font-weight:500;position:relative}.DashboardPage .hero__btn--light{background:transparent}.DashboardPage .hero__btn:before,.DashboardPage .hero__btn:after{content:"";position:absolute;pointer-events:none;width:28px;height:40px}.DashboardPage .hero__btn:before{background:url("data:image/svg+xml,%3csvg%20width='28'%20height='40'%20viewBox='0%200%2028%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='path-1-inside-1_147_1498'%20fill='white'%3e%3cpath%20d='M10%200H6C2.68629%200%200%202.68629%200%206V34C0%2037.3137%202.68629%2040%206%2040H10V0Z'/%3e%3c/mask%3e%3cpath%20d='M10%20-1H6C2.13401%20-1%20-1%202.13401%20-1%206H1C1%203.23858%203.23858%201%206%201H10V-1ZM-1%2034C-1%2037.866%202.13401%2041%206%2041H10V39H6C3.23858%2039%201%2036.7614%201%2034H-1ZM10%2040V0V40ZM6%20-1C2.13401%20-1%20-1%202.13401%20-1%206V34C-1%2037.866%202.13401%2041%206%2041V39C3.23858%2039%201%2036.7614%201%2034V6C1%203.23858%203.23858%201%206%201V-1Z'%20fill='white'%20fill-opacity='0.2'%20mask='url(%23path-1-inside-1_147_1498)'/%3e%3cline%20y1='-0.5'%20x2='10'%20y2='-0.5'%20transform='matrix(1%200%200%20-1%2018%200)'%20stroke='url(%23paint0_linear_147_1498)'/%3e%3cline%20y1='-0.5'%20x2='10'%20y2='-0.5'%20transform='matrix(-1%201.74846e-07%201.74846e-07%201%2028%2040)'%20stroke='url(%23paint1_linear_147_1498)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_147_1498'%20x1='10'%20y1='-0.5'%20x2='-7.98608e-09'%20y2='-0.5'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0.2'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_147_1498'%20x1='-8.74221e-08'%20y1='-0.499999'%20x2='10'%20y2='-0.5'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0.2'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") no-repeat center;left:10px;transition:left .5s ease}.DashboardPage .hero__btn:after{background:url("data:image/svg+xml,%3csvg%20width='28'%20height='40'%20viewBox='0%200%2028%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='path-1-inside-1_147_1494'%20fill='white'%3e%3cpath%20d='M18%200H22C25.3137%200%2028%202.68629%2028%206V34C28%2037.3137%2025.3137%2040%2022%2040H18V0Z'/%3e%3c/mask%3e%3cpath%20d='M18%20-1H22C25.866%20-1%2029%202.13401%2029%206H27C27%203.23858%2024.7614%201%2022%201H18V-1ZM29%2034C29%2037.866%2025.866%2041%2022%2041H18V39H22C24.7614%2039%2027%2036.7614%2027%2034H29ZM18%2040V0V40ZM22%20-1C25.866%20-1%2029%202.13401%2029%206V34C29%2037.866%2025.866%2041%2022%2041V39C24.7614%2039%2027%2036.7614%2027%2034V6C27%203.23858%2024.7614%201%2022%201V-1Z'%20fill='white'%20fill-opacity='0.2'%20mask='url(%23path-1-inside-1_147_1494)'/%3e%3cline%20x1='10'%20y1='0.5'%20y2='0.5'%20stroke='url(%23paint0_linear_147_1494)'/%3e%3cline%20x1='8.74228e-08'%20y1='39.5'%20x2='10'%20y2='39.5'%20stroke='url(%23paint1_linear_147_1494)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_147_1494'%20x1='7.98609e-09'%20y1='0.5'%20x2='10'%20y2='0.5'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0.2'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_147_1494'%20x1='0'%20y1='39.5'%20x2='10'%20y2='39.5'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0.2'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") no-repeat center;right:10px;transition:right .5s ease}.DashboardPage .hero__btn:hover{border-color:#a034fa}.DashboardPage .hero__btn:hover:before{left:15px}.DashboardPage .hero__btn:hover:after{right:15px}.DashboardPage .hero__content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:100%}.DashboardPage .hero__content--second{margin-top:60px}@media (min-width: 576px){.DashboardPage .hero__title{font-size:36px;line-height:52px}.DashboardPage .hero__btns{justify-content:flex-start}.DashboardPage .hero__btn{width:200px;margin-right:30px}.DashboardPage .hero__btn:last-child{margin-right:0}}@media (min-width: 768px){.DashboardPage .hero{padding:120px 0 46px}.DashboardPage .hero__title{font-size:42px;line-height:58px}.DashboardPage .hero__text{font-size:18px;line-height:30px}.DashboardPage .hero__btns{margin-top:50px}.DashboardPage .hero__btn{margin-right:40px}.DashboardPage .hero__btn:last-child{margin-right:0}.DashboardPage .hero__content--second{margin-top:70px}}@media (min-width: 992px){.DashboardPage .hero__content--second{margin-top:0}}@media (min-width: 1200px){.DashboardPage .hero{padding:150px 0 76px}.DashboardPage .hero__title{font-size:44px;line-height:60px}.DashboardPage .hero__content--second{margin-top:0}}.DashboardPage .section{position:relative;padding-bottom:60px}.DashboardPage .section--head{margin-top:80px;padding:60px 0 20px}.DashboardPage .section--pb{padding-bottom:26px}.DashboardPage .section--content{padding:0}.DashboardPage .section__title{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:100%}.DashboardPage .section__title h1,.DashboardPage .section__title h2{font-size:30px;line-height:40px;font-weight:300;color:#03061c;margin-bottom:16px;text-align:center;position:relative;width:auto;padding:0 50px}.DashboardPage .section__title h1:before,.DashboardPage .section__title h2:before,.DashboardPage .section__title h1:after,.DashboardPage .section__title h2:after{content:"";position:absolute;display:block;width:30px;height:30px;pointer-events:none;top:50%;margin-top:-12px}.DashboardPage .section__title h1:before,.DashboardPage .section__title h2:before{left:0;background:url("data:image/svg+xml,%3csvg%20width='30'%20height='30'%20viewBox='0%200%2030%2030'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_151_334)'%3e%3cpath%20d='M28%208.75L21.75%2015L28%2021.25'%20stroke='%23A034FA'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M18%208.75L11.75%2015L18%2021.25'%20stroke='%23A034FA'%20stroke-opacity='0.5'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M8%208.75L1.75%2015L8%2021.25'%20stroke='%23A034FA'%20stroke-opacity='0.25'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_151_334'%3e%3crect%20width='30'%20height='30'%20fill='white'%20transform='matrix(-1%200%200%201%2030%200)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center}.DashboardPage .section__title h1:after,.DashboardPage .section__title h2:after{right:0;background:url("data:image/svg+xml,%3csvg%20width='30'%20height='30'%20viewBox='0%200%2030%2030'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_151_329)'%3e%3cpath%20d='M2%208.75L8.25%2015L2%2021.25'%20stroke='%23A034FA'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12%208.75L18.25%2015L12%2021.25'%20stroke='%23A034FA'%20stroke-opacity='0.5'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M22%208.75L28.25%2015L22%2021.25'%20stroke='%23A034FA'%20stroke-opacity='0.25'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_151_329'%3e%3crect%20width='30'%20height='30'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center}.DashboardPage .section__title p{font-size:16px;line-height:26px;font-weight:400;color:#d0d0d0;margin-bottom:16px;text-align:center}.DashboardPage .section__title p a{color:#fff;border-bottom:2px solid #a034fa}.DashboardPage .DashboardPage .section__title p a:hover{border-color:transparent}.DashboardPage .section__canvas{position:absolute;top:0;right:40px;left:40px;bottom:-24px;width:auto;max-width:none;padding:0;z-index:1;border-radius:10px;overflow:hidden;opacity:.25}.DashboardPage .section__canvas--full{right:0;left:0;bottom:0;border-radius:0}.DashboardPage .section__tabs{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;overflow-x:auto;width:100%;border:none;margin-bottom:16px;margin-top:24px}.DashboardPage .section__tabs li{margin-right:25px}.DashboardPage .section__tabs li:last-child{margin-right:0}.DashboardPage .section__tabs button{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;color:#d0d0d0;position:relative;font-size:14px;height:40px;font-weight:400;white-space:nowrap}.DashboardPage .section__tabs button:hover{color:#fff}.DashboardPage .section__tabs button:before{content:"";position:absolute;bottom:0;left:0;right:0;height:0;display:block;background:#a034fa;box-shadow:none;transition:.5s ease;border-radius:3px 3px 0 0}.DashboardPage .section__tabs button.active{color:#fff}.DashboardPage .section__tabs button.active:before{height:2px}.DashboardPage .section__tabs--big{justify-content:flex-start}.DashboardPage .section__tabs--left{justify-content:flex-start;margin-top:0}.DashboardPage .section__btns{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;margin-top:40px}.DashboardPage .section__btns--two{justify-content:space-between}.DashboardPage .section__btns--two .section__btn{width:calc(50% - 15px)}.DashboardPage .section__btns--mt{margin-top:10px}.DashboardPage .section__btn{display:flex;flex-direction:row;justify-content:center;align-items:center;width:180px;height:60px;border-radius:10px;border:2px solid rgba(255,255,255,.3);background:linear-gradient(135deg,#572c7c,#572c7c,#a034fa);font-size:14px;color:#fff;text-transform:uppercase;font-weight:500;position:relative}.DashboardPage .section__btn--light{background:transparent}.DashboardPage .section__btn:before,.DashboardPage .section__btn:after{content:"";position:absolute;pointer-events:none;width:28px;height:40px}.DashboardPage .section__btn:before{background:url("data:image/svg+xml,%3csvg%20width='28'%20height='40'%20viewBox='0%200%2028%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='path-1-inside-1_147_1498'%20fill='white'%3e%3cpath%20d='M10%200H6C2.68629%200%200%202.68629%200%206V34C0%2037.3137%202.68629%2040%206%2040H10V0Z'/%3e%3c/mask%3e%3cpath%20d='M10%20-1H6C2.13401%20-1%20-1%202.13401%20-1%206H1C1%203.23858%203.23858%201%206%201H10V-1ZM-1%2034C-1%2037.866%202.13401%2041%206%2041H10V39H6C3.23858%2039%201%2036.7614%201%2034H-1ZM10%2040V0V40ZM6%20-1C2.13401%20-1%20-1%202.13401%20-1%206V34C-1%2037.866%202.13401%2041%206%2041V39C3.23858%2039%201%2036.7614%201%2034V6C1%203.23858%203.23858%201%206%201V-1Z'%20fill='white'%20fill-opacity='0.2'%20mask='url(%23path-1-inside-1_147_1498)'/%3e%3cline%20y1='-0.5'%20x2='10'%20y2='-0.5'%20transform='matrix(1%200%200%20-1%2018%200)'%20stroke='url(%23paint0_linear_147_1498)'/%3e%3cline%20y1='-0.5'%20x2='10'%20y2='-0.5'%20transform='matrix(-1%201.74846e-07%201.74846e-07%201%2028%2040)'%20stroke='url(%23paint1_linear_147_1498)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_147_1498'%20x1='10'%20y1='-0.5'%20x2='-7.98608e-09'%20y2='-0.5'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0.2'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_147_1498'%20x1='-8.74221e-08'%20y1='-0.499999'%20x2='10'%20y2='-0.5'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0.2'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") no-repeat center;left:10px;transition:left .5s ease}.DashboardPage .section__btn:after{background:url("data:image/svg+xml,%3csvg%20width='28'%20height='40'%20viewBox='0%200%2028%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='path-1-inside-1_147_1494'%20fill='white'%3e%3cpath%20d='M18%200H22C25.3137%200%2028%202.68629%2028%206V34C28%2037.3137%2025.3137%2040%2022%2040H18V0Z'/%3e%3c/mask%3e%3cpath%20d='M18%20-1H22C25.866%20-1%2029%202.13401%2029%206H27C27%203.23858%2024.7614%201%2022%201H18V-1ZM29%2034C29%2037.866%2025.866%2041%2022%2041H18V39H22C24.7614%2039%2027%2036.7614%2027%2034H29ZM18%2040V0V40ZM22%20-1C25.866%20-1%2029%202.13401%2029%206V34C29%2037.866%2025.866%2041%2022%2041V39C24.7614%2039%2027%2036.7614%2027%2034V6C27%203.23858%2024.7614%201%2022%201V-1Z'%20fill='white'%20fill-opacity='0.2'%20mask='url(%23path-1-inside-1_147_1494)'/%3e%3cline%20x1='10'%20y1='0.5'%20y2='0.5'%20stroke='url(%23paint0_linear_147_1494)'/%3e%3cline%20x1='8.74228e-08'%20y1='39.5'%20x2='10'%20y2='39.5'%20stroke='url(%23paint1_linear_147_1494)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_147_1494'%20x1='7.98609e-09'%20y1='0.5'%20x2='10'%20y2='0.5'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0.2'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_147_1494'%20x1='0'%20y1='39.5'%20x2='10'%20y2='39.5'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0.2'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") no-repeat center;right:10px;transition:right .5s ease}.DashboardPage .section__btn:hover{border-color:#a034fa}.DashboardPage .section__btn:hover:before{left:15px}.DashboardPage .section__btn:hover:after{right:15px}.DashboardPage .section__content{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;height:auto;min-height:100vh;padding:40px 20px;position:relative}@media (min-width: 414px){.DashboardPage .section__tabs button{font-size:16px}}@media (min-width: 576px){.DashboardPage .section__tabs li{margin-right:30px}.DashboardPage .section__tabs li:last-child{margin-right:0}.DashboardPage .section__tabs--big,.DashboardPage .section__btns--two{justify-content:center}.DashboardPage .section__btns--two .section__btn{width:200px;margin:0 15px}.DashboardPage .section__btn{width:200px}}@media (min-width: 768px){.DashboardPage .section{padding-bottom:70px}.DashboardPage .section--head{padding:70px 0 30px}.DashboardPage .section--pb{padding-bottom:26px}.DashboardPage .section--content{padding:0}.DashboardPage .section__title h1,.DashboardPage .section__title h2{font-size:36px;line-height:50px}.DashboardPage .section__btns{margin-top:50px}.DashboardPage .section__btns--two .section__btn{margin:0 20px}.DashboardPage .section__btns--mt{margin-top:20px}}@media (min-width: 992px){.DashboardPage .section--head{padding:70px 0 30px}.DashboardPage .section__canvas{top:50px;right:-15px;left:-15px;bottom:50px}.DashboardPage .section__canvas--page{top:74px}.DashboardPage .section__canvas--full{top:0;right:0;left:0;bottom:0}.DashboardPage .section__tabs-profile{position:relative}.DashboardPage .section__tabs--profile{flex-direction:column;justify-content:flex-start;overflow-x:visible;width:100%;margin-bottom:0;margin-top:24px;border-radius:10px;border:2px solid rgba(255,255,255,.05);background:#03061c;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);position:relative;padding:50px 45px;z-index:2}.DashboardPage .section__tabs--profile li{display:flex;flex-direction:row;justify-content:center;align-items:center;margin-right:0;margin-bottom:22px;position:relative;width:100%}.DashboardPage .section__tabs--profile li:before{content:"";position:absolute;bottom:-12px;left:0;right:0;display:block;height:2px;background:linear-gradient(90deg,#fff0,#ffffff0d 20%,#ffffff0d 80%,#fff0)}.DashboardPage .section__tabs--profile li:last-child{margin-right:0;margin-bottom:0}.DashboardPage .section__tabs--profile li:last-child:before{display:none}.DashboardPage .section__tabs--profile button{padding:0 14px;height:36px}.DashboardPage .section__tabs--profile button:before{width:4px;height:4px;right:auto;bottom:50%;border-radius:50%;left:0;margin-bottom:-2px;opacity:0;transition:opacity .5s ease}.DashboardPage .section__tabs--profile button:after{content:"";position:absolute;width:4px;height:4px;bottom:50%;border-radius:50%;right:0;margin-bottom:-2px;background-color:#a034fa;opacity:0;transition:opacity .5s ease}.DashboardPage .section__tabs--profile button.active:before{height:4px}.DashboardPage .section__tabs--profile button.active:before,.DashboardPage .section__tabs--profile button.active:after{opacity:1}}@media (min-width: 1200px){.DashboardPage .section{padding-bottom:100px}.DashboardPage .section--head{padding:70px 0 30px}.DashboardPage .section--pb{padding-bottom:26px}.DashboardPage .section--content{padding:0}.DashboardPage .section__tabs li{margin-right:44px}.DashboardPage .section__tabs li:last-child{margin-right:0}.DashboardPage .section__tabs--profile li{margin-right:0}}.DashboardPage .cta{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;border-radius:25px 10px 10px;border:2px solid rgba(255,255,255,.05);background:linear-gradient(150deg,#ffffff08,#ffffff03);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);position:relative;padding:50px 60px;transition:.5s ease;transition-property:border-color}.DashboardPage .cta__title{font-size:24px;line-height:34px;font-weight:400;color:#fff;margin-bottom:12px;text-align:center}.DashboardPage .cta__text{font-size:16px;line-height:26px;font-weight:400;color:#d0d0d0;margin-bottom:0;text-align:center}.DashboardPage .cta__text b,.DashboardPage .cta__text strong{color:#fff;font-weight:500}.DashboardPage .cta .progressbar{margin-top:30px}.DashboardPage .cta:hover{border-color:#a034fa33}.DashboardPage .progressbar{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%}.DashboardPage .progressbar--contest,.DashboardPage .progressbar--cta{margin-top:30px}.progressbar--orange .progress-bar{background-color:#e66c12!important}.DashboardPage .progressbar--green .progress-bar{background-color:#20be60!important}.DashboardPage .progressbar--red .progress-bar{background-color:#e2293b!important}.progressbar--blue .progress-bar{background-color:#4399fc!important}.DashboardPage .progressbar__title{font-size:14px;font-weight:400;line-height:24px;color:#d0d0d0;margin-bottom:15px}.DashboardPage .progressbar .progress{width:100%;border-radius:10px;background-color:#ffffff1a;overflow:visible}.DashboardPage .progressbar .progress-bar{border-radius:10px;background-color:#a034fa;overflow:visible;position:relative}.DashboardPage .progressbar .progress-bar span{position:absolute;top:100%;right:0;font-size:14px;line-height:24px;color:#fff;margin-top:10px}.DashboardPage .progressbar__values{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%}.DashboardPage .progressbar__value{font-size:14px;line-height:24px;color:#fff;margin-top:10px}@media (min-width: 992px){.DashboardPage .progressbar--contest{margin-top:auto}}.DashboardPage .stats{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:130px;margin-top:24px;border-radius:10px;border:2px solid rgba(255,255,255,.05);background:#03061c;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);position:relative}.DashboardPage .stats:before,.DashboardPage .stats:after{content:"";position:absolute;top:22px;width:36px;height:2px;display:block;pointer-events:none}.DashboardPage .stats:before{left:46px;background:linear-gradient(90deg,#ffffff0d,#fff0)}.DashboardPage .stats:after{right:46px;background:linear-gradient(90deg,#fff0,#ffffff0d)}.DashboardPage .stats__value{font-size:19px;line-height:100%;font-weight:400;color:#fff;margin-bottom:10px}.DashboardPage .stats__name{font-size:19px;line-height:24px;color:#d0d0d0;margin-bottom:0}.DashboardPage .stats__dodger{position:absolute;display:block;width:16px;height:63px;top:15px;pointer-events:none}.DashboardPage .stats__dodger--left{left:15px}.DashboardPage .stats__dodger--right{right:15px}.DashboardPage .stats__dodger--purple{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='63'%20viewBox='0%200%2016%2063'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='8'%20cy='33'%20r='2'%20transform='rotate(90%208%2033)'%20fill='%23A034FA'/%3e%3ccircle%20cx='8'%20cy='47'%20r='2'%20transform='rotate(90%208%2047)'%20fill='%23A034FA'%20fill-opacity='0.5'/%3e%3ccircle%20cx='8'%20cy='61'%20r='2'%20transform='rotate(90%208%2061)'%20fill='%23A034FA'%20fill-opacity='0.25'/%3e%3ccircle%20cx='8'%20cy='8'%20r='6.5'%20stroke='%23A034FA'%20stroke-width='3'/%3e%3c/svg%3e") no-repeat center}.DashboardPage .stats__dodger--orange{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='63'%20viewBox='0%200%2016%2063'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='8'%20cy='33'%20r='2'%20transform='rotate(90%208%2033)'%20fill='%23E66C12'/%3e%3ccircle%20cx='8'%20cy='47'%20r='2'%20transform='rotate(90%208%2047)'%20fill='%23E66C12'%20fill-opacity='0.5'/%3e%3ccircle%20cx='8'%20cy='61'%20r='2'%20transform='rotate(90%208%2061)'%20fill='%23E66C12'%20fill-opacity='0.25'/%3e%3ccircle%20cx='8'%20cy='8'%20r='6.5'%20stroke='%23E66C12'%20stroke-width='3'/%3e%3c/svg%3e") no-repeat center}.DashboardPage .stats__dodger--green{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='63'%20viewBox='0%200%2016%2063'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='8'%20cy='33'%20r='2'%20transform='rotate(90%208%2033)'%20fill='%2339DC01'/%3e%3ccircle%20cx='8'%20cy='47'%20r='2'%20transform='rotate(90%208%2047)'%20fill='%2339DC01'%20fill-opacity='0.5'/%3e%3ccircle%20cx='8'%20cy='61'%20r='2'%20transform='rotate(90%208%2061)'%20fill='%2339DC01'%20fill-opacity='0.25'/%3e%3ccircle%20cx='8'%20cy='8'%20r='6.5'%20stroke='%2339DC01'%20stroke-width='3'/%3e%3c/svg%3e") no-repeat center}.DashboardPage .stats__dodger--blue{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='63'%20viewBox='0%200%2016%2063'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='8'%20cy='33'%20r='2'%20transform='rotate(90%208%2033)'%20fill='%234399FC'/%3e%3ccircle%20cx='8'%20cy='47'%20r='2'%20transform='rotate(90%208%2047)'%20fill='%234399FC'%20fill-opacity='0.5'/%3e%3ccircle%20cx='8'%20cy='61'%20r='2'%20transform='rotate(90%208%2061)'%20fill='%234399FC'%20fill-opacity='0.25'/%3e%3ccircle%20cx='8'%20cy='8'%20r='6.5'%20stroke='%234399FC'%20stroke-width='3'/%3e%3c/svg%3e") no-repeat center}.DashboardPage .stats__dodger--red{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='63'%20viewBox='0%200%2016%2063'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='8'%20cy='33'%20r='2'%20transform='rotate(90%208%2033)'%20fill='%23E2293B'/%3e%3ccircle%20cx='8'%20cy='47'%20r='2'%20transform='rotate(90%208%2047)'%20fill='%23E2293B'%20fill-opacity='0.5'/%3e%3ccircle%20cx='8'%20cy='61'%20r='2'%20transform='rotate(90%208%2061)'%20fill='%23E2293B'%20fill-opacity='0.25'/%3e%3ccircle%20cx='8'%20cy='8'%20r='6.5'%20stroke='%23E2293B'%20stroke-width='3'/%3e%3c/svg%3e") no-repeat center}.DashboardPage .feature{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:215px;margin-top:24px;border-radius:25px 10px 10px;border:2px solid rgba(255,255,255,.05);background:#03061c;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);position:relative;padding:0 38px}.DashboardPage .feature__title{font-size:24px;line-height:34px;font-weight:400;color:#fff;margin-bottom:12px;text-align:center}.DashboardPage .feature__text{font-size:16px;line-height:26px;font-weight:400;color:#d0d0d0;margin-bottom:0;text-align:center}.DashboardPage .feature__text b,.DashboardPage .feature__text strong{color:#fff;font-weight:500}.DashboardPage .deals{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;margin-top:24px;border-radius:10px;border:2px solid rgba(255,255,255,.05);background:linear-gradient(150deg,#ffffff08,#ffffff03);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);position:relative;padding:50px 60px}.DashboardPage .deals__table-wrap{width:100%;position:relative}.DashboardPage .deals__table{width:100%;min-width:992px;border-spacing:0}.DashboardPage .deals__table thead{border-bottom:2px solid rgba(255,255,255,.05)}.DashboardPage .deals__table thead th{font-size:12px;color:#d0d0d0;font-weight:400;padding:20px 15px;line-height:100%;margin-bottom:0;border:none;text-transform:uppercase}.DashboardPage .deals__table thead th:first-child{padding-left:0}.DashboardPage .deals__table thead th:last-child{padding-right:0}.DashboardPage .deals__table tbody tr{border-bottom:1px solid rgba(255,255,255,.05)}.DashboardPage .deals__table tbody tr:last-child{border-bottom:none}.DashboardPage .deals__table tbody td{padding:20px 15px}.DashboardPage .deals__table tbody td:first-child{padding-left:0}.DashboardPage .deals__table tbody td:last-child{padding-right:0}.DashboardPage .deals__text{display:inline-flex;flex-direction:row;justify-content:flex-start;align-items:center;font-size:14px;line-height:24px;color:#fff}.DashboardPage .deals__text i{font-size:20px}.DashboardPage .deals__text--green,.DashboardPage .deals__text--buy i{color:#20be60}.DashboardPage .deals__text--sell i{color:#e2293b}.DashboardPage .deals__exchange{display:inline-flex;flex-direction:row;justify-content:flex-start;align-items:center}.DashboardPage .deals__exchange img{width:20px;height:20px;border-radius:50%;margin-right:5px}.DashboardPage .deals__exchange span{font-size:14px;line-height:24px;color:#fff}.DashboardPage .deals__exchange span.green{color:#20be60}.DashboardPage .deals__exchange span.red{color:#e2293b}.DashboardPage .deals__exchange i{font-size:20px;line-height:24px;color:#fff;margin:0 10px}.DashboardPage .invest{flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;margin-top:24px;border-radius:10px;border:2px solid rgba(185,249,127,.65);background:linear-gradient(135deg,#0a100e,#1e301d);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);position:relative;padding:30px 25px;z-index:2}.DashboardPage .invest__title{font-size:30px;line-height:40px;font-weight:600;color:#fff;margin-bottom:0}.DashboardPage .invest__text{font-size:16px;line-height:26px;font-weight:400;color:#d0d0d0;margin-bottom:0;margin-top:10px}.DashboardPage .invest__table{margin-top:20px;width:100%;border-spacing:0}.DashboardPage .invest__table thead{border-bottom:2px solid rgba(255,255,255,.05)}.DashboardPage .invest__table thead th{font-size:14px;color:#d0d0d0;font-weight:400;padding:20px 15px;line-height:100%;margin-bottom:0;border:none}.DashboardPage .invest__table thead th:first-child{padding-left:0}.DashboardPage .invest__table thead th:last-child{padding-right:0;text-align:right}.DashboardPage .invest__table tbody tr{border-bottom:1px solid rgba(255,255,255,.05)}.DashboardPage .invest__table tbody tr:last-child{border-bottom:none}.DashboardPage .invest__table tbody tr:last-child td{font-size:18px}.DashboardPage .invest__table tbody td{font-size:16px;color:#fff;font-weight:400;padding:20px 15px;line-height:100%;border:none}.DashboardPage .invest__table tbody td:first-child{padding-left:0}.DashboardPage .invest__table tbody td:last-child{padding-right:0;text-align:right}.DashboardPage .invest__table tbody td.blue{color:#4399fc}.DashboardPage .invest__table tbody td.yellow{color:#d8be15}.DashboardPage .invest__list{margin-top:30px}.DashboardPage .invest__list li{font-size:16px;line-height:26px;font-weight:400;color:#d0d0d0;margin-bottom:20px}.DashboardPage .invest__list li b{color:#fff;font-weight:500}.DashboardPage .invest__list li:last-child{margin-bottom:0}.DashboardPage .invest__rate-wrap{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;margin-top:30px}.DashboardPage .invest__rate{display:inline-flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.DashboardPage .invest__rate span{font-size:16px;line-height:26px;color:#d0d0d0;margin-bottom:5px}.DashboardPage .invest__rate p{font-size:20px;line-height:30px;color:#fff;font-weight:400;margin-bottom:0}.DashboardPage .invest__rate p.green{color:#20be60}.DashboardPage .invest__rate p.red{color:#e2293b}.DashboardPage .invest__rate p small{color:#d0d0d0;font-weight:400;font-size:14px}.DashboardPage .invest__graph{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end;width:140px;height:62px;border-left:2px solid #a034fa;border-right:2px solid #a034fa;margin-top:15px;overflow:hidden}.DashboardPage .invest__graph img{-webkit-animation:linear 50s infinite mini-chart;animation:linear 50s infinite mini-chart;-webkit-transform-origin:right;-ms-transform-origin:right;transform-origin:right}.DashboardPage .invest__info{font-size:14px;line-height:24px;font-weight:400;color:#d0d0d0;margin-bottom:0;margin-top:42px;padding-top:40px;position:relative;width:100%}.DashboardPage .invest__info:before{content:"";position:absolute;top:0;left:0;right:0;display:block;height:2px;background:linear-gradient(90deg,#fff0,#ffffff0d 20%,#ffffff0d 80%,#fff0)}.DashboardPage .invest__link{font-size:16px;line-height:30px;color:#fff;border-bottom:2px solid #a034fa;margin-top:30px}.DashboardPage .invest__link:hover{border-color:transparent}.DashboardPage .invest__group{position:relative;width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;margin-top:20px}@media (min-width: 576px){.DashboardPage .invest__rate-wrap{flex-direction:row;justify-content:space-between;align-items:flex-end}.DashboardPage .invest__graph{margin-top:0}}@media (min-width: 768px){.DashboardPage .invest__title{font-size:32px;line-height:42px}}@media (min-width: 992px){.DashboardPage .invest{margin-top:0}.DashboardPage .invest--big{min-height:auto;margin-top:24px}.DashboardPage .invest--contest{min-height:calc(100% - 24px);margin-top:24px}.DashboardPage .invest__link{margin-top:auto}}.DashboardPage .roadmap{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;border-radius:25px 10px 10px;border:2px solid rgba(255,255,255,.05);background:linear-gradient(150deg,#ffffff08,#ffffff03);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);position:relative;padding:50px 60px;z-index:2}.DashboardPage .roadmap__title{font-size:30px;line-height:40px;font-weight:300;color:#fff;margin-bottom:0}.DashboardPage .roadmap__carousel{position:relative;width:100%;margin-top:30px}.DashboardPage .roadmap__block{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;position:relative}.DashboardPage .roadmap__block:before{content:"";position:absolute;display:block;border-radius:50%;width:16px;height:16px;left:0;top:55px;border:3px solid rgba(255,255,255,.2);z-index:1}.DashboardPage .roadmap__block:after{content:"";position:absolute;display:block;top:62px;left:26px;right:0;background-color:#fff3;height:2px;border-radius:2px}.DashboardPage .roadmap__block--active:before{border-color:#4399fc}.DashboardPage .roadmap__block--active .roadmap__block-list li:before{background-color:#4399fc}.DashboardPage .roadmap__block-title{font-size:20px;line-height:30px;color:#fff;font-weight:500;display:block;margin-bottom:66px}.DashboardPage .roadmap__block-list{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%}.DashboardPage .roadmap__block-list li{color:#fff;font-size:16px;line-height:26px;margin-bottom:15px;padding-left:16px;position:relative}.DashboardPage .roadmap__block-list li:last-child{margin-bottom:0}.DashboardPage .roadmap__block-list li:before{content:"";position:absolute;width:4px;height:4px;background-color:#fff;opacity:1;top:11px;left:0;border-radius:50%}@media (min-width: 768px){.DashboardPage .roadmap__title{font-size:32px;line-height:42px}.DashboardPage .roadmap__block-list{padding-right:15px}}.DashboardPage .partner{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;height:140px;position:relative;margin-top:24px;border-radius:10px;border:2px solid rgba(255,255,255,.05);background:linear-gradient(150deg,#ffffff08,#ffffff03);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.DashboardPage .partner p{position:absolute;transform:scale(.8);opacity:0;transition:.35s linear;transition-property:transform,opacity;font-size:16px;color:#fff;margin-bottom:0}.DashboardPage .partner img{max-width:100%;opacity:1;transition:.35s linear;transition-property:transform,opacity}.DashboardPage .partner:hover p{opacity:1;transform:scale(1)}.DashboardPage .partner:hover img{opacity:0;transform:scale(.8)}.DashboardPage .accordion__card{margin-top:24px}.DashboardPage .accordion__card button{display:flex;flex-direction:row;justify-content:center;align-items:center;position:relative;width:100%;border:2px solid rgba(255,255,255,.05);background:linear-gradient(150deg,#ffffff08,#ffffff03);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:25px;min-height:50px;padding:10px 65px;color:#fff;font-size:16px;line-height:26px;font-weight:400;text-align:center}.DashboardPage .accordion__card button:before,.DashboardPage .accordion__card button:after{content:"";position:absolute;display:block;width:50px;height:50px;border-radius:25px;background-color:transparent;border:2px solid rgba(255,255,255,.05);background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='10'%20cy='10'%20r='9'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3cline%20x1='10'%20y1='6'%20x2='10'%20y2='14'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3cline%20x1='6'%20y1='10'%20x2='9'%20y2='10'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3cline%20x1='11'%20y1='10'%20x2='14'%20y2='10'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3c/svg%3e") no-repeat center;transition:border-color .5s ease}.DashboardPage .accordion__card button:before{top:-2px;left:-2px}.DashboardPage .accordion__card button:after{top:-2px;right:-2px}.DashboardPage .accordion__card button:hover:before,.DashboardPage .accordion__card button:hover:after{border-color:#a034fa}.DashboardPage .accordion__card button[aria-expanded=true]:before,.DashboardPage .accordion__card button[aria-expanded=true]:after{border-color:#a034fa}.DashboardPage .accordion__card p{padding:20px 24px 0;color:#d0d0d0;font-size:16px;line-height:26px;margin-bottom:0;text-align:center}.DashboardPage .accordion__card p b{font-weight:500}.DashboardPage .company{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;margin-top:24px;border-radius:25px 10px 10px;border:2px solid rgba(255,255,255,.05);background:linear-gradient(150deg,#ffffff08,#ffffff03);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);position:relative;padding:50px 60px;z-index:2}.DashboardPage .company__title{font-size:30px;line-height:40px;font-weight:300;color:#fff;margin-bottom:30px}.DashboardPage .company__subtitle{font-size:16px;line-height:26px;color:#d0d0d0;margin-bottom:15px;margin-top:20px}.DashboardPage .company__text{font-size:16px;line-height:26px;color:#d0d0d0;margin-bottom:20px}.DashboardPage .company__text b{color:#fff;font-weight:500}.DashboardPage .company__text:last-child{margin-bottom:0}@media (min-width: 768px){.DashboardPage .company__title{font-size:32px;line-height:42px}}@media (min-width: 992px){.DashboardPage .company{margin-top:0}}@media (min-width: 1200px){.DashboardPage .company__subtitle{margin-top:0}}.DashboardPage .about{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;margin-top:24px;border-radius:25px 10px 10px;border:2px solid rgba(255,255,255,.05);background:linear-gradient(150deg,#ffffff08,#ffffff03);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);position:relative;padding:50px 60px;z-index:2}.DashboardPage .about__title{font-size:30px;line-height:40px;font-weight:300;color:#fff;margin-bottom:10px}.DashboardPage .about__text{font-size:16px;line-height:26px;color:#d0d0d0;margin-top:20px;margin-bottom:0}.DashboardPage .about__text b{color:#fff;font-weight:500}@media (min-width: 768px){.DashboardPage .about__title{font-size:32px;line-height:42px}}.DashboardPage .step{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;margin-top:24px;border-radius:15px 10px 10px;border:2px solid rgba(255,255,255,.05);background:#03061c;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);position:relative;padding:19px 15px;z-index:2}.DashboardPage .step__title{font-size:19px;line-height:36px;font-weight:300;color:#fff;margin-bottom:0}.DashboardPage .step__text{font-size:16px;line-height:26px;color:#d0d0d0;margin-bottom:0}.DashboardPage .step__text b{color:#fff;font-weight:500}@media (min-width: 768px){.DashboardPage .step__title{font-size:23px;line-height:40px}}.DashboardPage .question{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;margin-top:24px;border-radius:25px 10px 10px;border:2px solid rgba(255,255,255,.05);background:linear-gradient(150deg,#ffffff08,#ffffff03);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);position:relative;padding:50px 60px;z-index:2}.DashboardPage .question__title{font-size:30px;line-height:40px;font-weight:300;color:#fff;text-align:center;margin-bottom:20px}.question__text{font-size:16px;line-height:26px;color:#d0d0d0;text-align:center;margin-bottom:20px}.DashboardPage .question__text b{color:#fff;font-weight:500}@media (min-width: 768px){.DashboardPage .question__title{font-size:32px;line-height:42px}.DashboardPage .question__text{padding:0 25%}}@media (min-width: 992px){.DashboardPage .question{margin-top:0}}@media (min-width: 1200px){.DashboardPage .question__text{padding:0 30%}}.DashboardPage .node{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;height:auto;margin-top:24px;border-radius:10px;border:2px solid rgba(255,255,255,.05);background:linear-gradient(150deg,#ffffff08,#ffffff03);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);position:relative;padding:40px;z-index:2}.DashboardPage .node--contest{padding-bottom:50px}.DashboardPage .node--hero{padding-bottom:50px;margin-top:0}.DashboardPage .node:before,.DashboardPage .node:after{content:"";position:absolute;top:22px;width:36px;height:2px;display:block;pointer-events:none}.DashboardPage .node:before{left:46px;background:linear-gradient(90deg,#ffffff0d,#fff0)}.DashboardPage .node:after{right:46px;background:linear-gradient(90deg,#fff0,#ffffff0d)}.DashboardPage .node__title{font-size:30px;font-weight:400;line-height:40px;color:#fff;margin-bottom:10px}.DashboardPage .node__title b{font-weight:400}.DashboardPage .node__title--orange b{color:#e66c12}.DashboardPage .node__title--green b{color:#39dc01}.DashboardPage .node__title--blue b{color:#4399fc}.DashboardPage .node__title--purple b{color:#a034fa}.DashboardPage .node__title--red b{color:#e2293b}.DashboardPage .node__date{font-size:14px;line-height:24px;font-weight:400;color:#d0d0d0;text-align:center;margin-bottom:10px}.DashboardPage .node__price{font-size:14px;line-height:24px;font-weight:400;color:#d0d0d0;text-align:center}.DashboardPage .node__price b{color:#fff;font-weight:400;font-size:16px}.DashboardPage .node__line{display:flex;flex-direction:column;justify-content:center;align-items:center;width:60px;height:4px;margin:25px 0}.DashboardPage .node__line img{width:100%}.DashboardPage .node__list{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%}.DashboardPage .node__list li{margin-bottom:12px;font-size:16px;line-height:26px;font-weight:400;color:#d0d0d0;position:relative;padding-left:30px}.DashboardPage .node__list li i{font-size:20px;color:#20be60;position:absolute;left:0;top:3px}.DashboardPage .node__list li b{font-weight:500;color:#fff}.DashboardPage .node__list li:last-child{margin-bottom:0}.DashboardPage .node__btn{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;height:60px;border-radius:10px;border:2px solid rgba(255,255,255,.3);background:linear-gradient(135deg,#572c7c,#572c7c,#a034fa);font-size:14px;color:#fff;text-transform:uppercase;font-weight:500;position:relative;margin-top:30px}.DashboardPage .node__btn:before,.DashboardPage .node__btn:after{content:"";position:absolute;pointer-events:none;width:28px;height:40px}.DashboardPage .node__btn:before{background:url("data:image/svg+xml,%3csvg%20width='28'%20height='40'%20viewBox='0%200%2028%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='path-1-inside-1_147_1498'%20fill='white'%3e%3cpath%20d='M10%200H6C2.68629%200%200%202.68629%200%206V34C0%2037.3137%202.68629%2040%206%2040H10V0Z'/%3e%3c/mask%3e%3cpath%20d='M10%20-1H6C2.13401%20-1%20-1%202.13401%20-1%206H1C1%203.23858%203.23858%201%206%201H10V-1ZM-1%2034C-1%2037.866%202.13401%2041%206%2041H10V39H6C3.23858%2039%201%2036.7614%201%2034H-1ZM10%2040V0V40ZM6%20-1C2.13401%20-1%20-1%202.13401%20-1%206V34C-1%2037.866%202.13401%2041%206%2041V39C3.23858%2039%201%2036.7614%201%2034V6C1%203.23858%203.23858%201%206%201V-1Z'%20fill='white'%20fill-opacity='0.2'%20mask='url(%23path-1-inside-1_147_1498)'/%3e%3cline%20y1='-0.5'%20x2='10'%20y2='-0.5'%20transform='matrix(1%200%200%20-1%2018%200)'%20stroke='url(%23paint0_linear_147_1498)'/%3e%3cline%20y1='-0.5'%20x2='10'%20y2='-0.5'%20transform='matrix(-1%201.74846e-07%201.74846e-07%201%2028%2040)'%20stroke='url(%23paint1_linear_147_1498)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_147_1498'%20x1='10'%20y1='-0.5'%20x2='-7.98608e-09'%20y2='-0.5'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0.2'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_147_1498'%20x1='-8.74221e-08'%20y1='-0.499999'%20x2='10'%20y2='-0.5'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0.2'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") no-repeat center;left:10px;transition:left .5s ease}.DashboardPage .node__btn:after{background:url("data:image/svg+xml,%3csvg%20width='28'%20height='40'%20viewBox='0%200%2028%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='path-1-inside-1_147_1494'%20fill='white'%3e%3cpath%20d='M18%200H22C25.3137%200%2028%202.68629%2028%206V34C28%2037.3137%2025.3137%2040%2022%2040H18V0Z'/%3e%3c/mask%3e%3cpath%20d='M18%20-1H22C25.866%20-1%2029%202.13401%2029%206H27C27%203.23858%2024.7614%201%2022%201H18V-1ZM29%2034C29%2037.866%2025.866%2041%2022%2041H18V39H22C24.7614%2039%2027%2036.7614%2027%2034H29ZM18%2040V0V40ZM22%20-1C25.866%20-1%2029%202.13401%2029%206V34C29%2037.866%2025.866%2041%2022%2041V39C24.7614%2039%2027%2036.7614%2027%2034V6C27%203.23858%2024.7614%201%2022%201V-1Z'%20fill='white'%20fill-opacity='0.2'%20mask='url(%23path-1-inside-1_147_1494)'/%3e%3cline%20x1='10'%20y1='0.5'%20y2='0.5'%20stroke='url(%23paint0_linear_147_1494)'/%3e%3cline%20x1='8.74228e-08'%20y1='39.5'%20x2='10'%20y2='39.5'%20stroke='url(%23paint1_linear_147_1494)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_147_1494'%20x1='7.98609e-09'%20y1='0.5'%20x2='10'%20y2='0.5'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0.2'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_147_1494'%20x1='0'%20y1='39.5'%20x2='10'%20y2='39.5'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0.2'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") no-repeat center;right:10px;transition:right .5s ease}.DashboardPage .node__btn:hover{border-color:#a034fa}.DashboardPage .node__btn:hover:before{left:15px}.DashboardPage .node__btn:hover:after{right:15px}.DashboardPage .apool{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;height:auto;margin-top:24px;border-radius:25px 10px 10px;border:2px solid rgba(255,255,255,.05);background:linear-gradient(150deg,#ffffff08,#ffffff03);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);position:relative;padding:40px;z-index:2}.DashboardPage .apool__title{font-size:30px;font-weight:400;line-height:40px;color:#fff;margin-bottom:15px}.DashboardPage .apool__title b{font-weight:400}.DashboardPage .apool__tabs{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;overflow-x:auto;width:100%;border:none;margin-bottom:30px;position:relative}.DashboardPage .apool__tabs:before{content:"";position:absolute;bottom:0;left:0;right:0;display:block;height:2px;background:linear-gradient(90deg,#fff0,#ffffff0d 20%,#ffffff0d 80%,#fff0)}.DashboardPage .apool__tabs li{margin-right:30px}.DashboardPage .apool__tabs li:last-child{margin-right:0}.DashboardPage .apool__tabs button{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;color:#d0d0d0;position:relative;font-size:16px;height:40px;font-weight:400;white-space:nowrap}.DashboardPage .apool__tabs button:hover{color:#fff}.DashboardPage .apool__tabs button:before{content:"";position:absolute;bottom:0;left:0;right:0;height:0;display:block;background:#a034fa;box-shadow:none;transition:.5s ease;border-radius:3px 3px 0 0}.DashboardPage .apool__tabs button.active{color:#fff}.DashboardPage .apool__tabs button.active:before{height:2px}.DashboardPage .apool__tabs--orange button:before{background:#e66c12}.DashboardPage .apool__tabs--green button:before{background:#39dc01}.DashboardPage .apool__tabs--blue button:before{background:#4399fc}.DashboardPage .apool .tab-content{width:100%}.DashboardPage .apool__content{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:100%}.DashboardPage .apool__value{font-size:14px;line-height:24px;font-weight:400;color:#d0d0d0;text-align:center;margin-bottom:10px}.DashboardPage .apool__profit{font-size:14px;line-height:24px;font-weight:400;color:#d0d0d0;text-align:center;margin-bottom:30px}.DashboardPage .apool__profit b{color:#fff;font-weight:400;font-size:16px}.DashboardPage .apool__group{position:relative;width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;margin-bottom:20px}.DashboardPage .apool__label{font-style:normal;font-weight:400;font-size:14px;color:#d0d0d0;width:100%;line-height:100%;margin-bottom:15px}.DashboardPage .apool__input{width:100%;height:50px;padding:0 20px 0 54px;border:2px solid rgba(255,255,255,.05);background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_162_1094)'%3e%3cpath%20d='M16.7%208C16.501%207.43524%2016.1374%206.94297%2015.6563%206.58654C15.1751%206.23011%2014.5983%206.02583%2014%206H10C9.20435%206%208.44129%206.31607%207.87868%206.87868C7.31607%207.44129%207%208.20435%207%209C7%209.79565%207.31607%2010.5587%207.87868%2011.1213C8.44129%2011.6839%209.20435%2012%2010%2012H14C14.7956%2012%2015.5587%2012.3161%2016.1213%2012.8787C16.6839%2013.4413%2017%2014.2044%2017%2015C17%2015.7956%2016.6839%2016.5587%2016.1213%2017.1213C15.5587%2017.6839%2014.7956%2018%2014%2018H10C9.40175%2017.9742%208.82491%2017.7699%208.34373%2017.4135C7.86255%2017.057%207.49905%2016.5648%207.3%2016'%20stroke='white'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12%203V6M12%2018V21'%20stroke='white'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_162_1094'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center left 15px transparent;background-size:24px 24px;border-radius:10px;font-size:19px;color:#fff;cursor:default;font-weight:400}.DashboardPage .apool__input:hover,.DashboardPage .apool__input:focus{border-color:#ffffff40}.DashboardPage .apool__btn{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;height:60px;border-radius:10px;border:2px solid rgba(255,255,255,.3);background:linear-gradient(135deg,#572c7c,#572c7c,#a034fa);font-size:14px;color:#fff;text-transform:uppercase;font-weight:500;position:relative;margin-top:10px}.DashboardPage .apool__btn:before,.DashboardPage .apool__btn:after{content:"";position:absolute;pointer-events:none;width:28px;height:40px}.DashboardPage .apool__btn:before{background:url("data:image/svg+xml,%3csvg%20width='28'%20height='40'%20viewBox='0%200%2028%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='path-1-inside-1_147_1498'%20fill='white'%3e%3cpath%20d='M10%200H6C2.68629%200%200%202.68629%200%206V34C0%2037.3137%202.68629%2040%206%2040H10V0Z'/%3e%3c/mask%3e%3cpath%20d='M10%20-1H6C2.13401%20-1%20-1%202.13401%20-1%206H1C1%203.23858%203.23858%201%206%201H10V-1ZM-1%2034C-1%2037.866%202.13401%2041%206%2041H10V39H6C3.23858%2039%201%2036.7614%201%2034H-1ZM10%2040V0V40ZM6%20-1C2.13401%20-1%20-1%202.13401%20-1%206V34C-1%2037.866%202.13401%2041%206%2041V39C3.23858%2039%201%2036.7614%201%2034V6C1%203.23858%203.23858%201%206%201V-1Z'%20fill='white'%20fill-opacity='0.2'%20mask='url(%23path-1-inside-1_147_1498)'/%3e%3cline%20y1='-0.5'%20x2='10'%20y2='-0.5'%20transform='matrix(1%200%200%20-1%2018%200)'%20stroke='url(%23paint0_linear_147_1498)'/%3e%3cline%20y1='-0.5'%20x2='10'%20y2='-0.5'%20transform='matrix(-1%201.74846e-07%201.74846e-07%201%2028%2040)'%20stroke='url(%23paint1_linear_147_1498)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_147_1498'%20x1='10'%20y1='-0.5'%20x2='-7.98608e-09'%20y2='-0.5'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0.2'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_147_1498'%20x1='-8.74221e-08'%20y1='-0.499999'%20x2='10'%20y2='-0.5'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0.2'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") no-repeat center;left:10px;transition:left .5s ease}.DashboardPage .apool__btn:after{background:url("data:image/svg+xml,%3csvg%20width='28'%20height='40'%20viewBox='0%200%2028%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='path-1-inside-1_147_1494'%20fill='white'%3e%3cpath%20d='M18%200H22C25.3137%200%2028%202.68629%2028%206V34C28%2037.3137%2025.3137%2040%2022%2040H18V0Z'/%3e%3c/mask%3e%3cpath%20d='M18%20-1H22C25.866%20-1%2029%202.13401%2029%206H27C27%203.23858%2024.7614%201%2022%201H18V-1ZM29%2034C29%2037.866%2025.866%2041%2022%2041H18V39H22C24.7614%2039%2027%2036.7614%2027%2034H29ZM18%2040V0V40ZM22%20-1C25.866%20-1%2029%202.13401%2029%206V34C29%2037.866%2025.866%2041%2022%2041V39C24.7614%2039%2027%2036.7614%2027%2034V6C27%203.23858%2024.7614%201%2022%201V-1Z'%20fill='white'%20fill-opacity='0.2'%20mask='url(%23path-1-inside-1_147_1494)'/%3e%3cline%20x1='10'%20y1='0.5'%20y2='0.5'%20stroke='url(%23paint0_linear_147_1494)'/%3e%3cline%20x1='8.74228e-08'%20y1='39.5'%20x2='10'%20y2='39.5'%20stroke='url(%23paint1_linear_147_1494)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_147_1494'%20x1='7.98609e-09'%20y1='0.5'%20x2='10'%20y2='0.5'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0.2'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_147_1494'%20x1='0'%20y1='39.5'%20x2='10'%20y2='39.5'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0.2'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") no-repeat center;right:10px;transition:right .5s ease}.DashboardPage .apool__btn:hover{border-color:#a034fa}.DashboardPage .apool__btn:hover:before{left:15px}.DashboardPage .apool__btn:hover:after{right:15px}.DashboardPage .profile{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;margin-top:24px;border-radius:10px;border:2px solid rgb(177 250 118);background:linear-gradient(135deg,#0a100e,#1e301d);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);position:relative;padding:50px 60px;z-index:2}.DashboardPage .profile .tab-content{width:100%}.DashboardPage .profile__info{margin-top:24px;width:100%}.DashboardPage .profile__info p{text-align:center;font-size:16px;line-height:26px;color:#fff;font-weight:400;width:100%;margin-bottom:0}.DashboardPage .profile__info p i{margin-right:4px}.DashboardPage .profile__title{font-size:32px;font-weight:400;line-height:36px;color:#fff;margin-bottom:25px;margin-top:24px}.DashboardPage .profile__title b{font-weight:400}.DashboardPage .profile__title--mt{margin-top:0}.DashboardPage .deposit{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;margin-top:24px;padding-bottom:24px;position:relative}.DashboardPage .deposit:before{content:"";position:absolute;bottom:-1px;left:0;right:0;display:block;height:2px;background:linear-gradient(90deg,#fff0,#ffffff0d 20%,#ffffff0d 80%,#fff0)}.DashboardPage .deposit:last-child{padding-bottom:0}.DashboardPage .deposit:last-child:before{display:none}.DashboardPage .deposit__name{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;width:100%;margin-bottom:20px}.DashboardPage .deposit__icon{display:flex;flex-direction:row;justify-content:center;align-items:center;height:50px;width:50px;border:2px solid;border-radius:50%}.DashboardPage .deposit__icon i{font-size:22px;color:#fff}.DashboardPage .deposit__icon--orange{border-color:#e66c12}.DashboardPage .deposit__icon--green{border-color:#39dc01}.DashboardPage .deposit__icon--blue{border-color:#4399fc}.DashboardPage .deposit__title{width:calc(100% - 65px);margin-left:15px;font-size:30px;font-weight:400;line-height:50px;color:#fff;margin-bottom:0}.DashboardPage .deposit__title b{font-weight:400}.DashboardPage .deposit__list{margin-bottom:10px}.DashboardPage .deposit__list li{font-size:14px;font-weight:400;line-height:24px;color:#d0d0d0;margin-bottom:10px}.DashboardPage .deposit__list li b{color:#fff;font-weight:400}.DashboardPage .deposit__list li:last-child{margin-bottom:0}.DashboardPage .deposit__profit{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;margin-top:20px}.DashboardPage .deposit__profit span{font-size:14px;font-weight:400;line-height:24px;color:#d0d0d0;margin-bottom:5px}.DashboardPage .deposit__profit p{font-size:32px;line-height:100%;font-weight:400;color:#fff;margin-bottom:0}@media (min-width: 768px){.DashboardPage .deposit__profit{position:absolute;margin-top:0;top:0;right:0}}.DashboardPage .post{position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;margin-top:24px;border-radius:10px;background-color:#16142a;overflow:hidden}.DashboardPage .post__img{display:flex;flex-direction:row;justify-content:center;align-items:center;overflow:hidden;width:100%;height:380px;cursor:default;position:relative;border-radius:10px}.DashboardPage .post__img:before{content:"";position:absolute;display:block;z-index:2;bottom:0;left:0;right:0;top:0;pointer-events:none;background:linear-gradient(to bottom,#0000004d,#000000b3)}.DashboardPage .post__img img{width:auto;height:auto;min-width:100%;min-height:100%;position:relative;z-index:1;transition:opacity .5s ease;border-radius:0}.DashboardPage .post__content{position:absolute;z-index:2;bottom:0;left:0;right:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;padding:30px 20px;border-radius:0 0 10px 10px;background:linear-gradient(150deg,#ffffff08,#ffffff03);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.DashboardPage .post__category{display:inline-flex;flex-direction:row;justify-content:center;align-items:center;height:28px;min-width:60px;width:auto;color:#d0d0d0;font-size:12px;text-transform:uppercase;letter-spacing:.4px;background-color:transparent;border:2px solid rgba(255,255,255,.2);border-radius:6px;padding:0 12px;font-weight:400;margin-bottom:20px}.DashboardPage .post__category:hover{color:#fff}.DashboardPage .post__title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;font-size:24px;line-height:36px;color:#fff;font-weight:400;margin-bottom:0;width:100%}.DashboardPage .post__title a{display:block;color:#fff}.DashboardPage .post__title a:hover{color:#a034fa}.DashboardPage .post__meta{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;width:auto;height:28px;position:absolute;top:30px;right:20px}.DashboardPage .post__date{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;font-size:14px;line-height:28px;color:#d0d0d0;margin-right:20px}.DashboardPage .post__date:last-child{margin-right:0}.DashboardPage .post__date i{font-size:20px;color:#d0d0d0;margin-right:5px}.DashboardPage .post__views{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;font-size:14px;line-height:28px;color:#d0d0d0;margin-right:20px}.DashboardPage .post__views:last-child{margin-right:0}.DashboardPage .post__views i{font-size:20px;color:#d0d0d0;margin-right:5px}@media (min-width: 768px){.DashboardPage .post__title{font-size:28px;line-height:40px;padding-right:33%}}@media (min-width: 992px){.DashboardPage .post__title{padding-right:0}}@media (min-width: 1200px){.DashboardPage .post__title{padding-right:25%}.DashboardPage .post:hover .post__img img{opacity:.75}}.DashboardPage .article{display:block;position:relative;width:100%;margin-top:24px}.DashboardPage .article__category{display:inline-flex;flex-direction:row;justify-content:center;align-items:center;height:28px;min-width:60px;width:auto;color:#d0d0d0;font-size:12px;text-transform:uppercase;letter-spacing:.4px;background-color:transparent;border:2px solid rgba(255,255,255,.2);border-radius:6px;padding:0 12px;font-weight:400;margin-right:auto}.DashboardPage .article__category:hover{color:#fff}.DashboardPage .article__date{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;font-size:14px;line-height:28px;color:#d0d0d0;margin-right:20px}.DashboardPage .article__date:last-child{margin-right:0}.DashboardPage .article__date i{font-size:20px;color:#d0d0d0;margin-right:5px}.DashboardPage .article__views{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;font-size:14px;line-height:28px;color:#d0d0d0;margin-right:20px}.DashboardPage .article__views:last-child{margin-right:0}.DashboardPage .article__views i{font-size:20px;color:#d0d0d0;margin-right:5px}.DashboardPage .article__meta{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;flex-wrap:wrap;width:100%;margin-bottom:20px}.DashboardPage .article__content{position:relative}.DashboardPage .article__content img{display:block;width:100%;height:auto;margin-bottom:20px;border-radius:10px}.DashboardPage .article__content iframe{display:block;width:100%;height:240px;margin-bottom:20px;border-radius:10px;border:none}.DashboardPage .article__content h1,.DashboardPage .article__content h2,.DashboardPage .article__content h3,.DashboardPage .article__content h4,.DashboardPage .article__content h5,.DashboardPage .article__content h6{font-weight:400;color:#fff;margin-bottom:15px}.DashboardPage .article__content h1:last-child,.DashboardPage .article__content h2:last-child,.DashboardPage .article__content h3:last-child,.DashboardPage .article__content h4:last-child,.DashboardPage .article__content h5:last-child,.DashboardPage .article__content h6:last-child{margin-bottom:0}.DashboardPage .article__content h1{font-size:30px;line-height:46px}.DashboardPage .article__content h2{font-size:28px;line-height:42px}.DashboardPage .article__content h3{font-size:24px;line-height:36px}.DashboardPage .article__content h4{font-size:22px;line-height:32px}.DashboardPage .article__content h5{font-size:18px;line-height:28px}.DashboardPage .article__content h6{font-size:16px;line-height:26px}.DashboardPage .article__content p{display:block;font-size:16px;line-height:26px;font-weight:400;color:#d0d0d0;margin-bottom:20px}.DashboardPage .article__content p b{font-weight:500}.DashboardPage .article__content p a{color:#a034fa;text-decoration:underline}.DashboardPage .article__content p a:hover,.DashboardPage .article__content p a:focus{color:#a034fa;text-decoration:none}.DashboardPage .article__content p:last-child{margin-bottom:0}.DashboardPage .article__content blockquote{display:block;position:relative;padding:0 0 0 20px;font-size:16px;line-height:28px;color:#fff;font-weight:400;margin-bottom:20px;font-style:italic}.DashboardPage .article__content blockquote:before{content:"";position:absolute;display:block;top:2px;bottom:2px;left:0;width:3px;background-color:#a034fa;border-radius:3px}.DashboardPage .article__content blockquote:last-child{margin-bottom:0}.DashboardPage .article__content ul{margin-bottom:20px;display:block}.DashboardPage .article__content ul li{font-size:16px;line-height:28px;font-weight:400;color:#d0d0d0;padding-left:20px;position:relative}.DashboardPage .article__content ul li:before{content:"";position:absolute;display:block;width:4px;height:4px;border-radius:50%;background-color:#a034fa;left:0;top:50%;margin-top:-2px}.DashboardPage .article__content ul:last-child{margin-bottom:0}.DashboardPage .article__content ol{padding-left:0;list-style:none;counter-reset:li;margin-bottom:20px}.DashboardPage .article__content ol:last-child{margin-bottom:0}.DashboardPage .article__content ol ol{padding-left:15px;margin-top:20px}.DashboardPage .article__content ol ol ol{margin-top:20px;margin-bottom:10px}.DashboardPage .article__content ol ol ol li{margin-top:0;margin-bottom:20px}.DashboardPage .article__content ol h4{font-size:16px;line-height:26px;color:#d0d0d0;display:inline-block;margin-bottom:0;font-weight:500}.DashboardPage .article__content ol li{font-size:16px;line-height:26px;color:#d0d0d0;position:relative;margin-bottom:20px}.DashboardPage .article__content ol li b{font-weight:500;color:#fff}.DashboardPage .article__content ol li a{color:#a034fa;position:relative;font-weight:500}.DashboardPage .article__content ol li a:before{content:"";position:absolute;display:block;height:1px;width:100%;left:0;bottom:0;border-radius:4px;background-color:#a034fa;opacity:0;transition:.5s ease;transition-property:opacity,bottom}.DashboardPage .article__content ol li a:hover:before{opacity:1}.DashboardPage .article__content ol li:last-child{margin-bottom:0}.DashboardPage .article__content ol li:before{counter-increment:li;content:counters(li,".") ". "}@media (min-width: 768px){.DashboardPage .article__content h1{font-size:36px;line-height:54px}.DashboardPage .article__content h2{font-size:32px;line-height:48px}.DashboardPage .article__content h3{font-size:28px;line-height:42px}.DashboardPage .article__content h4{font-size:24px;line-height:36px}.DashboardPage .article__content h5{font-size:20px;line-height:32px}.DashboardPage .article__content h6{font-size:18px;line-height:28px}.DashboardPage .article__content iframe{height:380px}.article__meta{margin-bottom:30px}}.DashboardPage .share{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;width:100%;margin-top:10px}.DashboardPage .share__link{margin-top:20px;margin-right:20px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;padding:0 12px;height:30px;border-radius:6px;color:#fff;font-size:14px;background-color:#a034fa}.DashboardPage .share__link i{font-size:18px;margin-right:6px;transition:color .5s ease}.DashboardPage .share__link:last-child{margin-right:0}.DashboardPage .share__link--fb{background-color:#3b5998}.DashboardPage .share__link--fb:hover{box-shadow:0 0 16px #3b599824}.DashboardPage .share__link--tw{background-color:#55acee}.DashboardPage .share__link--tw:hover{box-shadow:0 0 16px #55acee24}.DashboardPage .share__link--link{background-color:#d3d3d3}.DashboardPage .share__link--link:hover{box-shadow:0 0 16px #a034fa24}.DashboardPage .share__link:hover{color:#fff}@media (min-width: 768px){.DashboardPage .share{margin-top:20px}}.DashboardPage .paginator{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin:40px auto 0;width:100%}.DashboardPage .paginator__pages{font-size:14px;color:#d0d0d0;font-weight:400}.DashboardPage .paginator__list{display:none}.DashboardPage .paginator__list-mobile{display:flex;flex-direction:row;justify-content:center;align-items:center}.DashboardPage .paginator__list-mobile li{margin-right:25px}.DashboardPage .paginator__list-mobile li:first-child a i{margin-right:5px}.DashboardPage .paginator__list-mobile li:last-child{margin-right:0}.DashboardPage .paginator__list-mobile li:last-child a i{margin-left:5px}.DashboardPage .paginator__list-mobile a{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.DashboardPage .paginator__list-mobile a span{font-size:14px;color:#d0d0d0;font-weight:400;transition:color .5s ease;text-transform:uppercase}.DashboardPage .paginator__list-mobile a i{font-size:18px;color:#fff;transition:color .5s ease}.DashboardPage .paginator__list-mobile a:hover i{color:#a034fa}@media (min-width: 768px){.DashboardPage .paginator{margin:50px auto 0;justify-content:center}.DashboardPage .paginator__pages,.DashboardPage .paginator__list-mobile{display:none}.DashboardPage .paginator__list{display:flex;flex-direction:row;justify-content:center;align-items:center}.DashboardPage .paginator__list li{margin-right:15px}.DashboardPage .paginator__list li:last-child{margin-right:0}.DashboardPage .paginator__list li.active a{cursor:default;font-weight:500;color:#a034fa}.DashboardPage .paginator__list li.active a:hover{color:#a034fa}.DashboardPage .paginator__list span{display:flex;flex-direction:row;justify-content:center;align-items:center;width:42px;height:42px;border-radius:22px;background-color:transparent;font-size:14px;color:#fff;font-weight:400;cursor:default;border:2px solid rgba(255,255,255,.2)}.DashboardPage .paginator__list a{display:flex;flex-direction:row;justify-content:center;align-items:center;min-width:42px;height:42px;border-radius:22px;background-color:transparent;font-size:14px;color:#fff;font-weight:400;border:2px solid rgba(255,255,255,.2)}.DashboardPage .paginator__list a i{font-size:20px;color:#fff;transition:color .5s ease}.DashboardPage .paginator__list a:hover,.DashboardPage .paginator__list a:hover i{color:#a034fa}}.DashboardPage .footer{border-top:2px solid rgba(255,255,255,.05);background:#6775aa;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);position:relative;overflow:hidden}.DashboardPage .footer__logo{margin-top:60px}.DashboardPage .footer__logo img{width:auto;height:50px;display:block}.DashboardPage .footer__tagline{margin-top:20px;display:block;font-size:14px;line-height:24px;color:#d0d0d0;margin-bottom:0}.DashboardPage .footer__currencies{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:100%;margin-top:20px}.DashboardPage .footer__currencies i{font-size:24px;margin-right:20px;color:#ffffff40}.DashboardPage .footer__currencies i:last-child{margin-right:0}.DashboardPage .footer__title{display:block;margin-top:40px;font-size:16px;line-height:26px;color:#fff;font-weight:500;margin-bottom:15px}.DashboardPage .footer__nav{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.DashboardPage .footer__nav a{font-size:14px;line-height:24px;margin-bottom:15px;color:#d0d0d0;font-weight:400}.DashboardPage .footer__nav a:last-child{margin-bottom:0}.DashboardPage .footer__nav a:hover{color:#a034fa}.DashboardPage .footer__content{position:relative;margin-top:60px;padding:10px 0 30px}.DashboardPage .footer__content:before{content:"";position:absolute;top:-1px;left:0;right:0;display:block;height:2px;background:linear-gradient(90deg,#fff0,#ffffff0d 20%,#ffffff0d 80%,#fff0)}.DashboardPage .footer__social{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;width:100%}.DashboardPage .footer__social a{height:20px;width:20px;margin-top:20px;margin-right:20px;position:relative;color:#d0d0d0}.DashboardPage .footer__social a i{font-size:20px;transition:color .5s ease}.DashboardPage .footer__social a:last-child{margin-right:0}.DashboardPage .footer__social a:hover i{color:#a034fa}.DashboardPage .footer__copyright{display:block;font-size:14px;color:#d0d0d0;margin-top:30px;font-weight:400}.DashboardPage .footer__copyright a{color:#d0d0d0}.DashboardPage .footer__copyright a:hover{color:#a034fa}@media (min-width: 768px){.DashboardPage .footer{padding-top:20px}.DashboardPage .footer__content{margin-top:70px;padding:0;height:100px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%}.DashboardPage .footer__logo,.DashboardPage .footer__title{margin-top:50px}.DashboardPage .footer__social{display:inline-flex;width:auto;order:2}.DashboardPage .footer__social a{margin-top:0}.DashboardPage .footer__copyright{margin-top:0;order:1}}@media (min-width: 1400px){.DashboardPage .footer:before{content:"";position:absolute;bottom:101px;left:70px;right:70px;display:block;height:2px;background:linear-gradient(90deg,#fff0,#ffffff0d 20%,#ffffff0d 80%,#fff0)}.DashboardPage .footer__content:before{display:none}}.DashboardPage .form{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;margin-top:24px;border-radius:25px 10px 10px;border:2px solid rgba(255,255,255,.05);background:linear-gradient(150deg,#ffffff08,#ffffff03);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);position:relative;padding:60px 60px 50px;z-index:2}.DashboardPage .form--content{max-width:420px;margin-top:0}.DashboardPage .form--profile{border-radius:0;border:none;background:transparent;backdrop-filter:blur(0px);-webkit-backdrop-filter:blur(0px);padding:0;margin-top:24px}.DashboardPage .form__logo-wrap{display:flex;flex-direction:row;justify-content:center;align-items:center;margin-bottom:30px;width:100%}.DashboardPage .form__logo{display:block;height:50px}.DashboardPage .form__logo img{height:50px;width:auto}.DashboardPage .form__tagline{font-size:14px;line-height:24px;color:#d0d0d0;margin-left:20px;font-weight:400}.DashboardPage .form__group{position:relative;width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;margin-bottom:20px}.DashboardPage .form__group--checkbox{flex-direction:row;justify-content:flex-start;align-items:center;text-align:left}.DashboardPage .form__group--checkbox input:not(:checked),.DashboardPage .form__group--checkbox input:checked{position:absolute;left:-9999px}.DashboardPage .form__group--checkbox input:not(:checked)+label,.DashboardPage .form__group--checkbox input:checked+label{font-size:14px;color:#d0d0d0;font-weight:400;position:relative;cursor:pointer;padding-left:35px;line-height:24px;margin:0}.DashboardPage .form__group--checkbox input:not(:checked)+label a,.DashboardPage .form__group--checkbox input:checked+label a{color:#a034fa}.DashboardPage .form__group--checkbox input:not(:checked)+label a:hover,.DashboardPage .form__group--checkbox input:checked+label a:hover{color:#a034fa;text-decoration:underline}.DashboardPage .form__group--checkbox input:not(:checked)+label:before,.DashboardPage .form__group--checkbox input:checked+label:before{content:"";position:absolute;left:0;top:0;width:24px;height:24px;background-color:transparent;border-radius:12px;border:2px solid rgba(255,255,255,.05)}.DashboardPage .form__group--checkbox input:not(:checked)+label:after,.DashboardPage .form__group--checkbox input:checked+label:after{content:"";position:absolute;left:6px;top:6px;width:12px;height:12px;text-align:center;transition:.5s ease;background-color:#a034fa;border-radius:6px}.DashboardPage .form__group--checkbox input:not(:checked)+label:after{opacity:0;transform:scale(0)}.DashboardPage .form__group--checkbox input:checked+label:after{opacity:1;transform:scale(1)}.DashboardPage .form__group--checkbox label::-moz-selection{background:transparent;color:#d0d0d0}.DashboardPage .form__group--checkbox label::selection{background:transparent;color:#d0d0d0}.DashboardPage .form__label{font-style:normal;font-weight:500;font-size:19px;color:#d0d0d0;width:100%;line-height:100%;margin-bottom:15px}.DashboardPage .form__input{width:100%;height:50px;padding:0 20px;border:2px solid rgba(255,255,255,.05);background-color:transparent;border-radius:10px;font-size:14px;color:#fff;cursor:default;font-weight:400}.DashboardPage .form__input:hover,.DashboardPage .form__input:focus{border-color:#ffffff40}.DashboardPage .form__select{width:100%;height:50px;padding:0 20px;border:2px solid rgba(255,255,255,.05);background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20stroke-width='2'%20stroke='%23A034FA'%20fill='none'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3cpath%20stroke='none'%20d='M0%200h24v24H0z'%20fill='none'/%3e%3cpath%20d='M6%209l6%206l6%20-6'%20/%3e%3c/svg%3e") no-repeat center right 20px transparent;background-size:16px 16px;border-radius:10px;font-size:14px;color:#fff;cursor:default;font-weight:400}.DashboardPage .form__select option{background-color:#16142a}.DashboardPage .form__select:hover,.DashboardPage .form__select:focus{border-color:#ffffff40}.DashboardPage .form__textarea{width:100%;height:140px;padding:15px 20px;border:2px solid rgba(255,255,255,.05);background-color:transparent;border-radius:10px;font-size:14px;color:#fff;cursor:default;resize:none;font-weight:400}.DashboardPage .form__textarea:hover,.DashboardPage .form__textarea:focus{border-color:#ffffff40}.DashboardPage .form__radio{position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;margin-top:2px}.DashboardPage .form__radio li{position:relative;overflow:hidden;margin-bottom:10px}.DashboardPage .form__radio li:last-child{margin-bottom:0}.DashboardPage .form__radio input:not(:checked),.DashboardPage .form__radio input:checked{position:absolute;left:-9999px}.DashboardPage .form__radio label{display:block;margin:0;position:relative;font-weight:400;cursor:pointer;font-size:14px;color:#d0d0d0;line-height:24px;padding-left:30px;transition:.5s ease}.DashboardPage .form__radio label:before{content:"";display:block;position:absolute;width:18px;height:18px;border:4px solid rgba(255,255,255,.05);background-color:transparent;border-radius:50%;left:0;top:4px;transition:.5s ease}.DashboardPage .form__radio label:hover{color:#fff}.DashboardPage .form__radio input:checked+label{color:#fff}.DashboardPage .form__radio input:checked+label:before{border-color:#a034fa}.DashboardPage .form__btn{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;height:60px;border-radius:10px;border:2px solid rgba(255,255,255,.3);background:#ffffff1a;font-size:14px;color:#fff;text-transform:uppercase;font-weight:500;position:relative;margin-top:10px}.DashboardPage .form__btn:before,.DashboardPage .form__btn:after{content:"";position:absolute;pointer-events:none;width:28px;height:40px}.DashboardPage .form__btn:before{background:url("data:image/svg+xml,%3csvg%20width='28'%20height='40'%20viewBox='0%200%2028%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='path-1-inside-1_147_1498'%20fill='white'%3e%3cpath%20d='M10%200H6C2.68629%200%200%202.68629%200%206V34C0%2037.3137%202.68629%2040%206%2040H10V0Z'/%3e%3c/mask%3e%3cpath%20d='M10%20-1H6C2.13401%20-1%20-1%202.13401%20-1%206H1C1%203.23858%203.23858%201%206%201H10V-1ZM-1%2034C-1%2037.866%202.13401%2041%206%2041H10V39H6C3.23858%2039%201%2036.7614%201%2034H-1ZM10%2040V0V40ZM6%20-1C2.13401%20-1%20-1%202.13401%20-1%206V34C-1%2037.866%202.13401%2041%206%2041V39C3.23858%2039%201%2036.7614%201%2034V6C1%203.23858%203.23858%201%206%201V-1Z'%20fill='white'%20fill-opacity='0.2'%20mask='url(%23path-1-inside-1_147_1498)'/%3e%3cline%20y1='-0.5'%20x2='10'%20y2='-0.5'%20transform='matrix(1%200%200%20-1%2018%200)'%20stroke='url(%23paint0_linear_147_1498)'/%3e%3cline%20y1='-0.5'%20x2='10'%20y2='-0.5'%20transform='matrix(-1%201.74846e-07%201.74846e-07%201%2028%2040)'%20stroke='url(%23paint1_linear_147_1498)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_147_1498'%20x1='10'%20y1='-0.5'%20x2='-7.98608e-09'%20y2='-0.5'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0.2'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_147_1498'%20x1='-8.74221e-08'%20y1='-0.499999'%20x2='10'%20y2='-0.5'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0.2'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") no-repeat center;left:10px;transition:left .5s ease}.DashboardPage .form__btn:after{background:url("data:image/svg+xml,%3csvg%20width='28'%20height='40'%20viewBox='0%200%2028%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='path-1-inside-1_147_1494'%20fill='white'%3e%3cpath%20d='M18%200H22C25.3137%200%2028%202.68629%2028%206V34C28%2037.3137%2025.3137%2040%2022%2040H18V0Z'/%3e%3c/mask%3e%3cpath%20d='M18%20-1H22C25.866%20-1%2029%202.13401%2029%206H27C27%203.23858%2024.7614%201%2022%201H18V-1ZM29%2034C29%2037.866%2025.866%2041%2022%2041H18V39H22C24.7614%2039%2027%2036.7614%2027%2034H29ZM18%2040V0V40ZM22%20-1C25.866%20-1%2029%202.13401%2029%206V34C29%2037.866%2025.866%2041%2022%2041V39C24.7614%2039%2027%2036.7614%2027%2034V6C27%203.23858%2024.7614%201%2022%201V-1Z'%20fill='white'%20fill-opacity='0.2'%20mask='url(%23path-1-inside-1_147_1494)'/%3e%3cline%20x1='10'%20y1='0.5'%20y2='0.5'%20stroke='url(%23paint0_linear_147_1494)'/%3e%3cline%20x1='8.74228e-08'%20y1='39.5'%20x2='10'%20y2='39.5'%20stroke='url(%23paint1_linear_147_1494)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_147_1494'%20x1='7.98609e-09'%20y1='0.5'%20x2='10'%20y2='0.5'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0.2'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_147_1494'%20x1='0'%20y1='39.5'%20x2='10'%20y2='39.5'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0.2'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") no-repeat center;right:10px;transition:right .5s ease}.DashboardPage .form__btn:hover:before{left:15px}.DashboardPage .form__btn:hover:after{right:15px}.DashboardPage .form__delimiter{font-size:14px;color:#d0d0d0;line-height:100%;width:100%;display:block;text-align:center;margin-top:20px}.DashboardPage .form__social{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;margin-top:20px}.DashboardPage .form__social a{display:flex;flex-direction:row;justify-content:center;align-items:center;height:36px;width:calc(33% - 10px);border-radius:6px;color:#fff}.DashboardPage .form__social a i{font-size:20px;color:#fff;transition:color .5s ease}.DashboardPage .form__social a.fb{background-color:#3b5999}.DashboardPage .form__social a.gl{background-color:#df4a32}.DashboardPage .form__social a.tw{background-color:#1da1f2}.DashboardPage .form__social a:hover{background-color:#fff}.DashboardPage .form__social a:hover.fb i{color:#3b5999}.DashboardPage .form__social a:hover.gl i{color:#df4a32}.DashboardPage .form__social a:hover.tw i{color:#1da1f2}.DashboardPage .form__text{margin-top:30px;font-size:14px;line-height:26px;color:#d0d0d0;width:100%;text-align:left}.DashboardPage .form__text:first-child{margin-top:0}.DashboardPage .form__text a{position:relative;color:#a034fa}.DashboardPage .form__text a:hover{color:#a034fa;text-decoration:underline}.DashboardPage .form__text--center{text-align:center}@media (min-width: 768px){.DashboardPage .form__btn--small{width:200px}}.DashboardPage .page-error{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;max-width:420px;border-radius:25px 10px 10px;border:2px solid rgba(255,255,255,.05);background:linear-gradient(150deg,#ffffff08,#ffffff03);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);position:relative;padding:60px 60px 50px;z-index:2}.DashboardPage .page-error__title{position:relative;color:#a034fa;line-height:100%;font-size:120px;margin-bottom:10px;font-weight:500;text-align:center;width:100%}.DashboardPage .page-error__text{text-align:center;display:block;width:100%;color:#d0d0d0;font-size:16px;line-height:26px;margin-bottom:30px}.DashboardPage .page-error__btn{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;height:60px;border-radius:10px;border:2px solid rgba(255,255,255,.3);background:linear-gradient(135deg,#572c7c,#572c7c,#a034fa);font-size:14px;color:#fff;text-transform:uppercase;font-weight:500;position:relative}.DashboardPage .page-error__btn:before,.DashboardPage .page-error__btn:after{content:"";position:absolute;pointer-events:none;width:28px;height:40px}.DashboardPage .page-error__btn:before{background:url("data:image/svg+xml,%3csvg%20width='28'%20height='40'%20viewBox='0%200%2028%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='path-1-inside-1_147_1498'%20fill='white'%3e%3cpath%20d='M10%200H6C2.68629%200%200%202.68629%200%206V34C0%2037.3137%202.68629%2040%206%2040H10V0Z'/%3e%3c/mask%3e%3cpath%20d='M10%20-1H6C2.13401%20-1%20-1%202.13401%20-1%206H1C1%203.23858%203.23858%201%206%201H10V-1ZM-1%2034C-1%2037.866%202.13401%2041%206%2041H10V39H6C3.23858%2039%201%2036.7614%201%2034H-1ZM10%2040V0V40ZM6%20-1C2.13401%20-1%20-1%202.13401%20-1%206V34C-1%2037.866%202.13401%2041%206%2041V39C3.23858%2039%201%2036.7614%201%2034V6C1%203.23858%203.23858%201%206%201V-1Z'%20fill='white'%20fill-opacity='0.2'%20mask='url(%23path-1-inside-1_147_1498)'/%3e%3cline%20y1='-0.5'%20x2='10'%20y2='-0.5'%20transform='matrix(1%200%200%20-1%2018%200)'%20stroke='url(%23paint0_linear_147_1498)'/%3e%3cline%20y1='-0.5'%20x2='10'%20y2='-0.5'%20transform='matrix(-1%201.74846e-07%201.74846e-07%201%2028%2040)'%20stroke='url(%23paint1_linear_147_1498)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_147_1498'%20x1='10'%20y1='-0.5'%20x2='-7.98608e-09'%20y2='-0.5'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0.2'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_147_1498'%20x1='-8.74221e-08'%20y1='-0.499999'%20x2='10'%20y2='-0.5'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0.2'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") no-repeat center;left:10px;transition:left .5s ease}.DashboardPage .page-error__btn:after{background:url("data:image/svg+xml,%3csvg%20width='28'%20height='40'%20viewBox='0%200%2028%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='path-1-inside-1_147_1494'%20fill='white'%3e%3cpath%20d='M18%200H22C25.3137%200%2028%202.68629%2028%206V34C28%2037.3137%2025.3137%2040%2022%2040H18V0Z'/%3e%3c/mask%3e%3cpath%20d='M18%20-1H22C25.866%20-1%2029%202.13401%2029%206H27C27%203.23858%2024.7614%201%2022%201H18V-1ZM29%2034C29%2037.866%2025.866%2041%2022%2041H18V39H22C24.7614%2039%2027%2036.7614%2027%2034H29ZM18%2040V0V40ZM22%20-1C25.866%20-1%2029%202.13401%2029%206V34C29%2037.866%2025.866%2041%2022%2041V39C24.7614%2039%2027%2036.7614%2027%2034V6C27%203.23858%2024.7614%201%2022%201V-1Z'%20fill='white'%20fill-opacity='0.2'%20mask='url(%23path-1-inside-1_147_1494)'/%3e%3cline%20x1='10'%20y1='0.5'%20y2='0.5'%20stroke='url(%23paint0_linear_147_1494)'/%3e%3cline%20x1='8.74228e-08'%20y1='39.5'%20x2='10'%20y2='39.5'%20stroke='url(%23paint1_linear_147_1494)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_147_1494'%20x1='7.98609e-09'%20y1='0.5'%20x2='10'%20y2='0.5'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0.2'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_147_1494'%20x1='0'%20y1='39.5'%20x2='10'%20y2='39.5'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0.2'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") no-repeat center;right:10px;transition:right .5s ease}.DashboardPage .page-error__btn:hover{border-color:#a034fa}.DashboardPage .page-error__btn:hover:before{left:15px}.DashboardPage .page-error__btn:hover:after{right:15px}.DashboardPage .modal{background:#16142acc}.DashboardPage .modal--auto .modal-content{margin:0 auto;max-width:420px;background-color:transparent;border:none;border-radius:10px}.DashboardPage .modal__content{position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;border:2px solid rgba(255,255,255,.05);background:linear-gradient(150deg,#ffffff08,#ffffff03);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);margin:0 auto;width:100%;max-width:420px;padding:50px 60px;border-radius:10px}.DashboardPage .modal__title{color:#fff;font-size:24px;line-height:32px;font-weight:500;margin-bottom:15px}.DashboardPage .modal__text{font-size:14px;line-height:24px;color:#d0d0d0;margin-bottom:0}.DashboardPage .modal__close{position:absolute;width:52px;height:52px;border-radius:0 0 0 10px;top:0;right:0;z-index:1;color:#fff;border-left:2px solid rgba(255,255,255,.05);border-bottom:2px solid rgba(255,255,255,.05)}.DashboardPage .modal__close i{font-size:24px}.DashboardPage .modal__close:hover{color:#e2293b}.DashboardPage .modal__form{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;margin-top:30px}.DashboardPage .modal-backdrop{background:#16142a}.DashboardPage .splide--roadmap .splide__arrows{position:relative}.DashboardPage .splide--roadmap .splide__arrow{display:none}.DashboardPage .splide--roadmap .splide__pagination{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;margin-top:50px;position:relative;padding:0;bottom:0}.DashboardPage .splide--roadmap .splide__pagination li{margin-right:10px}.DashboardPage .splide--roadmap .splide__pagination li:last-child{margin-right:0}.DashboardPage .splide--roadmap .splide__pagination__page{display:block;height:4px;width:12px;border-radius:4px;background-color:#ffffff1a;transition:.5s ease;opacity:1;margin:0}.DashboardPage .splide--roadmap .splide__pagination__page.is-active{transform:scale(1);width:20px;background-color:#4399fc}@media (min-width: 1200px){.DashboardPage .splide--roadmap .splide__arrows{position:absolute;width:auto;margin:0;left:0;right:0}.DashboardPage .splide--roadmap .splide__arrow{position:absolute;display:flex;flex-direction:row;justify-content:center;align-items:center;width:42px;height:42px;right:0;top:-72px;z-index:2;background-color:transparent;border-radius:50%;border:2px solid rgba(255,255,255,.2);opacity:1;transform:none}.DashboardPage .splide--roadmap .splide__arrow i{font-size:20px;color:#fff;transition:color .5s ease}.DashboardPage .splide--roadmap .splide__arrow:hover i{color:#4399fc}.DashboardPage .splide--roadmap .splide__arrow--prev{right:57px;left:auto}.DashboardPage .splide--roadmap .splide__arrow--next{right:0}}.DashboardPage .block-icon{position:absolute;top:-2px;left:-2px;display:flex;flex-direction:row;justify-content:center;align-items:center;height:50px;width:50px;border:2px solid;border-radius:50%}.DashboardPage .block-icon i{font-size:22px;color:#fff}.DashboardPage .block-icon:before{content:"";position:absolute;pointer-events:none;width:74px;height:74px;top:50%;left:50%}.DashboardPage .block-icon--purple{border-color:#a034fa}.DashboardPage .block-icon--purple:before{background:url("data:image/svg+xml,%3csvg%20width='74'%20height='74'%20viewBox='0%200%2074%2074'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='44'%20cy='2'%20r='2'%20fill='%23A034FA'/%3e%3ccircle%20cx='58'%20cy='2'%20r='2'%20fill='%23A034FA'%20fill-opacity='0.5'/%3e%3ccircle%20cx='72'%20cy='2'%20r='2'%20fill='%23A034FA'%20fill-opacity='0.25'/%3e%3ccircle%20cx='2'%20cy='44'%20r='2'%20transform='rotate(90%202%2044)'%20fill='%23A034FA'/%3e%3ccircle%20cx='2'%20cy='58'%20r='2'%20transform='rotate(90%202%2058)'%20fill='%23A034FA'%20fill-opacity='0.5'/%3e%3ccircle%20cx='2'%20cy='72'%20r='2'%20transform='rotate(90%202%2072)'%20fill='%23A034FA'%20fill-opacity='0.25'/%3e%3c/svg%3e") no-repeat center}.DashboardPage .block-icon--orange{border-color:#e66c12}.DashboardPage .block-icon--orange:before{background:url("data:image/svg+xml,%3csvg%20width='74'%20height='74'%20viewBox='0%200%2074%2074'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='44'%20cy='2'%20r='2'%20fill='%23E66C12'/%3e%3ccircle%20cx='58'%20cy='2'%20r='2'%20fill='%23E66C12'%20fill-opacity='0.5'/%3e%3ccircle%20cx='72'%20cy='2'%20r='2'%20fill='%23E66C12'%20fill-opacity='0.25'/%3e%3ccircle%20cx='2'%20cy='44'%20r='2'%20transform='rotate(90%202%2044)'%20fill='%23E66C12'/%3e%3ccircle%20cx='2'%20cy='58'%20r='2'%20transform='rotate(90%202%2058)'%20fill='%23E66C12'%20fill-opacity='0.5'/%3e%3ccircle%20cx='2'%20cy='72'%20r='2'%20transform='rotate(90%202%2072)'%20fill='%23E66C12'%20fill-opacity='0.25'/%3e%3c/svg%3e") no-repeat center}.DashboardPage .block-icon--green{border-color:#39dc01}.DashboardPage .block-icon--green:before{background:url("data:image/svg+xml,%3csvg%20width='74'%20height='74'%20viewBox='0%200%2074%2074'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='44'%20cy='2'%20r='2'%20fill='%2339DC01'/%3e%3ccircle%20cx='58'%20cy='2'%20r='2'%20fill='%2339DC01'%20fill-opacity='0.5'/%3e%3ccircle%20cx='72'%20cy='2'%20r='2'%20fill='%2339DC01'%20fill-opacity='0.25'/%3e%3ccircle%20cx='2'%20cy='44'%20r='2'%20transform='rotate(90%202%2044)'%20fill='%2339DC01'/%3e%3ccircle%20cx='2'%20cy='58'%20r='2'%20transform='rotate(90%202%2058)'%20fill='%2339DC01'%20fill-opacity='0.5'/%3e%3ccircle%20cx='2'%20cy='72'%20r='2'%20transform='rotate(90%202%2072)'%20fill='%2339DC01'%20fill-opacity='0.25'/%3e%3c/svg%3e") no-repeat center}.DashboardPage .block-icon--blue{border-color:#4399fc}.DashboardPage .block-icon--blue:before{background:url("data:image/svg+xml,%3csvg%20width='74'%20height='74'%20viewBox='0%200%2074%2074'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='44'%20cy='2'%20r='2'%20fill='%234399FC'/%3e%3ccircle%20cx='58'%20cy='2'%20r='2'%20fill='%234399FC'%20fill-opacity='0.5'/%3e%3ccircle%20cx='72'%20cy='2'%20r='2'%20fill='%234399FC'%20fill-opacity='0.25'/%3e%3ccircle%20cx='2'%20cy='44'%20r='2'%20transform='rotate(90%202%2044)'%20fill='%234399FC'/%3e%3ccircle%20cx='2'%20cy='58'%20r='2'%20transform='rotate(90%202%2058)'%20fill='%234399FC'%20fill-opacity='0.5'/%3e%3ccircle%20cx='2'%20cy='72'%20r='2'%20transform='rotate(90%202%2072)'%20fill='%234399FC'%20fill-opacity='0.25'/%3e%3c/svg%3e") no-repeat center}.DashboardPage .block-icon--red{border-color:#e2293b}.DashboardPage .block-icon--red:before{background:url("data:image/svg+xml,%3csvg%20width='75'%20height='74'%20viewBox='0%200%2075%2074'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='44.9978'%20cy='1.99997'%20r='2'%20fill='%23E2293B'/%3e%3ccircle%20cx='58.9978'%20cy='1.99997'%20r='2'%20fill='%23E2293B'%20fill-opacity='0.5'/%3e%3ccircle%20cx='72.9978'%20cy='1.99997'%20r='2'%20fill='%23E2293B'%20fill-opacity='0.25'/%3e%3ccircle%20cx='2.9978'%20cy='44'%20r='2'%20transform='rotate(90%202.9978%2044)'%20fill='%23E2293B'/%3e%3ccircle%20cx='2.9978'%20cy='58'%20r='2'%20transform='rotate(90%202.9978%2058)'%20fill='%23E2293B'%20fill-opacity='0.5'/%3e%3ccircle%20cx='2.9978'%20cy='72'%20r='2'%20transform='rotate(90%202.9978%2072)'%20fill='%23E2293B'%20fill-opacity='0.25'/%3e%3c/svg%3e") no-repeat center}.DashboardPage .block-icon--yellow{border-color:#d8be15}.DashboardPage .block-icon--yellow:before{background:url("data:image/svg+xml,%3csvg%20width='74'%20height='74'%20viewBox='0%200%2074%2074'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='44'%20cy='2'%20r='2'%20fill='%23D8BE15'/%3e%3ccircle%20cx='58'%20cy='2'%20r='2'%20fill='%23D8BE15'%20fill-opacity='0.5'/%3e%3ccircle%20cx='72'%20cy='2'%20r='2'%20fill='%23D8BE15'%20fill-opacity='0.25'/%3e%3ccircle%20cx='2'%20cy='44'%20r='2'%20transform='rotate(90%202%2044)'%20fill='%23D8BE15'/%3e%3ccircle%20cx='2'%20cy='58'%20r='2'%20transform='rotate(90%202%2058)'%20fill='%23D8BE15'%20fill-opacity='0.5'/%3e%3ccircle%20cx='2'%20cy='72'%20r='2'%20transform='rotate(90%202%2072)'%20fill='%23D8BE15'%20fill-opacity='0.25'/%3e%3c/svg%3e") no-repeat center}.DashboardPage .screw{position:absolute;display:block;width:20px;height:20px;background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='10'%20cy='10'%20r='9'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3cline%20x1='10'%20y1='6'%20x2='10'%20y2='14'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3cline%20x1='6'%20y1='10'%20x2='9'%20y2='10'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3cline%20x1='11'%20y1='10'%20x2='14'%20y2='10'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3c/svg%3e") no-repeat center;pointer-events:none;z-index:2}.DashboardPage .screw--tl{top:15px;left:15px}.DashboardPage .screw--tr{top:15px;right:15px}.DashboardPage .screw--bl{bottom:15px;left:15px}.DashboardPage .screw--br{bottom:15px;right:15px}.DashboardPage .screw--big-tr{width:67px;height:67px;background:url("data:image/svg+xml,%3csvg%20width='67'%20height='67'%20viewBox='0%200%2067%2067'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='2'%20cy='2'%20r='2'%20transform='matrix(-1%20-8.74228e-08%20-8.74228e-08%201%2032%208)'%20fill='white'%20fill-opacity='0.05'/%3e%3ccircle%20cx='2'%20cy='2'%20r='2'%20transform='matrix(-1%20-8.74228e-08%20-8.74228e-08%201%2018%208)'%20fill='white'%20fill-opacity='0.05'/%3e%3ccircle%20cx='2'%20cy='2'%20r='2'%20transform='matrix(-1%20-8.74228e-08%20-8.74228e-08%201%204%208)'%20fill='white'%20fill-opacity='0.05'/%3e%3ccircle%20cx='2'%20cy='2'%20r='2'%20transform='matrix(-4.37114e-08%201%201%204.37114e-08%2055%2035)'%20fill='white'%20fill-opacity='0.05'/%3e%3ccircle%20cx='2'%20cy='2'%20r='2'%20transform='matrix(-4.37114e-08%201%201%204.37114e-08%2055%2049)'%20fill='white'%20fill-opacity='0.05'/%3e%3ccircle%20cx='2'%20cy='2'%20r='2'%20transform='matrix(-4.37114e-08%201%201%204.37114e-08%2055%2063)'%20fill='white'%20fill-opacity='0.05'/%3e%3ccircle%20cx='10'%20cy='10'%20r='9'%20transform='matrix(-1%200%200%201%2067%200)'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3cline%20y1='-1'%20x2='8'%20y2='-1'%20transform='matrix(0%201%201%200%2058%206)'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3cline%20y1='-1'%20x2='3'%20y2='-1'%20transform='matrix(-1%200%200%201%2061%2011)'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3cline%20y1='-1'%20x2='3'%20y2='-1'%20transform='matrix(-1%200%200%201%2056%2011)'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3c/svg%3e") no-repeat center;top:15px;right:15px}.DashboardPage .screw--big-tl{width:67px;height:67px;background:url("data:image/svg+xml,%3csvg%20width='67'%20height='67'%20viewBox='0%200%2067%2067'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='37'%20cy='10'%20r='2'%20fill='white'%20fill-opacity='0.05'/%3e%3ccircle%20cx='51'%20cy='10'%20r='2'%20fill='white'%20fill-opacity='0.05'/%3e%3ccircle%20cx='65'%20cy='10'%20r='2'%20fill='white'%20fill-opacity='0.05'/%3e%3ccircle%20cx='10'%20cy='37'%20r='2'%20transform='rotate(90%2010%2037)'%20fill='white'%20fill-opacity='0.05'/%3e%3ccircle%20cx='10'%20cy='51'%20r='2'%20transform='rotate(90%2010%2051)'%20fill='white'%20fill-opacity='0.05'/%3e%3ccircle%20cx='10'%20cy='65'%20r='2'%20transform='rotate(90%2010%2065)'%20fill='white'%20fill-opacity='0.05'/%3e%3ccircle%20cx='10'%20cy='10'%20r='9'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3cline%20x1='10'%20y1='6'%20x2='10'%20y2='14'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3cline%20x1='6'%20y1='10'%20x2='9'%20y2='10'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3cline%20x1='11'%20y1='10'%20x2='14'%20y2='10'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3c/svg%3e") no-repeat center;top:15px;left:15px}.DashboardPage .screw--big-br{width:67px;height:67px;background:url("data:image/svg+xml,%3csvg%20width='67'%20height='67'%20viewBox='0%200%2067%2067'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='30'%20cy='57'%20r='2'%20transform='rotate(180%2030%2057)'%20fill='white'%20fill-opacity='0.05'/%3e%3ccircle%20cx='16'%20cy='57'%20r='2'%20transform='rotate(180%2016%2057)'%20fill='white'%20fill-opacity='0.05'/%3e%3ccircle%20cx='2'%20cy='57'%20r='2'%20transform='rotate(180%202%2057)'%20fill='white'%20fill-opacity='0.05'/%3e%3ccircle%20cx='57'%20cy='30'%20r='2'%20transform='rotate(-90%2057%2030)'%20fill='white'%20fill-opacity='0.05'/%3e%3ccircle%20cx='57'%20cy='16'%20r='2'%20transform='rotate(-90%2057%2016)'%20fill='white'%20fill-opacity='0.05'/%3e%3ccircle%20cx='57'%20cy='2'%20r='2'%20transform='rotate(-90%2057%202)'%20fill='white'%20fill-opacity='0.05'/%3e%3ccircle%20cx='57'%20cy='57'%20r='9'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3cline%20x1='57'%20y1='53'%20x2='57'%20y2='61'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3cline%20x1='53'%20y1='57'%20x2='56'%20y2='57'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3cline%20x1='58'%20y1='57'%20x2='61'%20y2='57'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3c/svg%3e") no-repeat center;bottom:15px;right:15px}.DashboardPage .screw--big-bl{width:67px;height:67px;background:url("data:image/svg+xml,%3csvg%20width='67'%20height='67'%20viewBox='0%200%2067%2067'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='2'%20cy='2'%20r='2'%20transform='matrix(1%208.74228e-08%208.74228e-08%20-1%2035%2059)'%20fill='white'%20fill-opacity='0.05'/%3e%3ccircle%20cx='2'%20cy='2'%20r='2'%20transform='matrix(1%208.74228e-08%208.74228e-08%20-1%2049%2059)'%20fill='white'%20fill-opacity='0.05'/%3e%3ccircle%20cx='2'%20cy='2'%20r='2'%20transform='matrix(1%208.74228e-08%208.74228e-08%20-1%2063%2059)'%20fill='white'%20fill-opacity='0.05'/%3e%3ccircle%20cx='2'%20cy='2'%20r='2'%20transform='matrix(4.37114e-08%20-1%20-1%20-4.37114e-08%2012%2032)'%20fill='white'%20fill-opacity='0.05'/%3e%3ccircle%20cx='2'%20cy='2'%20r='2'%20transform='matrix(4.37114e-08%20-1%20-1%20-4.37114e-08%2012%2018)'%20fill='white'%20fill-opacity='0.05'/%3e%3ccircle%20cx='2'%20cy='2'%20r='2'%20transform='matrix(4.37114e-08%20-1%20-1%20-4.37114e-08%2012%204)'%20fill='white'%20fill-opacity='0.05'/%3e%3ccircle%20cx='10'%20cy='57'%20r='9'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3cline%20x1='10'%20y1='53'%20x2='10'%20y2='61'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3cline%20x1='6'%20y1='57'%20x2='9'%20y2='57'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3cline%20x1='11'%20y1='57'%20x2='14'%20y2='57'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3c/svg%3e") no-repeat center;bottom:15px;left:15px}.DashboardPage .screw--lines-tl{width:67px;height:67px;background:url("data:image/svg+xml,%3csvg%20width='67'%20height='67'%20viewBox='0%200%2067%2067'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='path-1-inside-1_153_2143'%20fill='white'%3e%3cpath%20d='M37%2011L11%2011L11%2037C25.3594%2037%2037%2025.3594%2037%2011Z'/%3e%3c/mask%3e%3cpath%20d='M37%2011L11%2011L37%2011ZM11%2039C26.464%2039%2039%2026.464%2039%2011L35%2011C35%2024.2548%2024.2548%2035%2011%2035L11%2039ZM11%2039C26.464%2039%2039%2026.464%2039%2011L35%2011C35%2024.2548%2024.2548%2035%2011%2035L11%2039ZM11%2011L11%2037L11%2011Z'%20fill='white'%20fill-opacity='0.05'%20mask='url(%23path-1-inside-1_153_2143)'/%3e%3cline%20y1='-1'%20x2='32'%20y2='-1'%20transform='matrix(-9.93477e-08%20-1%20-1%209.93477e-08%209%2067)'%20stroke='url(%23paint0_linear_153_2143)'%20stroke-width='2'/%3e%3cline%20y1='-1'%20x2='32'%20y2='-1'%20transform='matrix(1%200%200%20-1%2035%209)'%20stroke='url(%23paint1_linear_153_2143)'%20stroke-width='2'/%3e%3ccircle%20cx='10'%20cy='10'%20r='9'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3cline%20x1='10'%20y1='6'%20x2='10'%20y2='14'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3cline%20x1='6'%20y1='10'%20x2='9'%20y2='10'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3cline%20x1='11'%20y1='10'%20x2='14'%20y2='10'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_153_2143'%20x1='32'%20y1='-1'%20x2='-9.74777e-08'%20y2='-1'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0.05'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_153_2143'%20x1='0'%20y1='0'%20x2='32'%20y2='0'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0.05'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") no-repeat center;top:15px;left:15px}.DashboardPage .screw--lines-tr{width:67px;height:67px;background:url("data:image/svg+xml,%3csvg%20width='67'%20height='67'%20viewBox='0%200%2067%2067'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='path-1-inside-1_151_124'%20fill='white'%3e%3cpath%20d='M30%2011L56%2011L56%2037C41.6406%2037%2030%2025.3594%2030%2011Z'/%3e%3c/mask%3e%3cpath%20d='M30%2011L56%2011L30%2011ZM56%2039C40.536%2039%2028%2026.464%2028%2011L32%2011C32%2024.2548%2042.7452%2035%2056%2035L56%2039ZM56%2039C40.536%2039%2028%2026.464%2028%2011L32%2011C32%2024.2548%2042.7452%2035%2056%2035L56%2039ZM56%2011L56%2037L56%2011Z'%20fill='white'%20fill-opacity='0.05'%20mask='url(%23path-1-inside-1_151_124)'/%3e%3cline%20x1='57'%20y1='67'%20x2='57'%20y2='35'%20stroke='url(%23paint0_linear_151_124)'%20stroke-width='2'/%3e%3cline%20x1='32'%20y1='10'%20y2='10'%20stroke='url(%23paint1_linear_151_124)'%20stroke-width='2'/%3e%3ccircle%20cx='57'%20cy='10'%20r='9'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3cline%20x1='57'%20y1='6'%20x2='57'%20y2='14'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3cline%20x1='53'%20y1='10'%20x2='56'%20y2='10'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3cline%20x1='58'%20y1='10'%20x2='61'%20y2='10'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_151_124'%20x1='57'%20y1='35'%20x2='57'%20y2='67'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0.05'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_151_124'%20x1='32'%20y1='9'%20x2='0'%20y2='9'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0.05'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") no-repeat center;top:15px;right:15px}.DashboardPage .screw--lines-br{width:67px;height:67px;background:url("data:image/svg+xml,%3csvg%20width='67'%20height='67'%20viewBox='0%200%2067%2067'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='path-1-inside-1_151_120'%20fill='white'%3e%3cpath%20d='M30%2056L56%2056L56%2030C41.6406%2030%2030%2041.6406%2030%2056Z'/%3e%3c/mask%3e%3cpath%20d='M30%2056L56%2056L30%2056ZM56%2028C40.536%2028%2028%2040.536%2028%2056L32%2056C32%2042.7452%2042.7452%2032%2056%2032L56%2028ZM56%2028C40.536%2028%2028%2040.536%2028%2056L32%2056C32%2042.7452%2042.7452%2032%2056%2032L56%2028ZM56%2056L56%2030L56%2056Z'%20fill='white'%20fill-opacity='0.05'%20mask='url(%23path-1-inside-1_151_120)'/%3e%3cline%20y1='-1'%20x2='32'%20y2='-1'%20transform='matrix(9.93477e-08%201%201%20-9.93477e-08%2058%200)'%20stroke='url(%23paint0_linear_151_120)'%20stroke-width='2'/%3e%3cline%20y1='-1'%20x2='32'%20y2='-1'%20transform='matrix(-1%200%200%201%2032%2058)'%20stroke='url(%23paint1_linear_151_120)'%20stroke-width='2'/%3e%3ccircle%20cx='57'%20cy='57'%20r='9'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3cline%20x1='57'%20y1='53'%20x2='57'%20y2='61'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3cline%20x1='53'%20y1='57'%20x2='56'%20y2='57'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3cline%20x1='58'%20y1='57'%20x2='61'%20y2='57'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_151_120'%20x1='32'%20y1='-1'%20x2='-9.74777e-08'%20y2='-1'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0.05'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_151_120'%20x1='0'%20y1='0'%20x2='32'%20y2='0'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0.05'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") no-repeat center;bottom:15px;right:15px}.DashboardPage .screw--lines-bl{width:67px;height:67px;background:url("data:image/svg+xml,%3csvg%20width='67'%20height='67'%20viewBox='0%200%2067%2067'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='path-1-inside-1_151_116'%20fill='white'%3e%3cpath%20d='M37%2056L11%2056L11%2030C25.3594%2030%2037%2041.6406%2037%2056Z'/%3e%3c/mask%3e%3cpath%20d='M37%2056L11%2056L37%2056ZM11%2028C26.464%2028%2039%2040.536%2039%2056L35%2056C35%2042.7452%2024.2548%2032%2011%2032L11%2028ZM11%2028C26.464%2028%2039%2040.536%2039%2056L35%2056C35%2042.7452%2024.2548%2032%2011%2032L11%2028ZM11%2056L11%2030L11%2056Z'%20fill='white'%20fill-opacity='0.05'%20mask='url(%23path-1-inside-1_151_116)'/%3e%3cline%20x1='10'%20y1='9.93477e-08'%20x2='10'%20y2='32'%20stroke='url(%23paint0_linear_151_116)'%20stroke-width='2'/%3e%3cline%20x1='35'%20y1='57'%20x2='67'%20y2='57'%20stroke='url(%23paint1_linear_151_116)'%20stroke-width='2'/%3e%3ccircle%20cx='10'%20cy='57'%20r='9'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3cline%20x1='10'%20y1='53'%20x2='10'%20y2='61'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3cline%20x1='6'%20y1='57'%20x2='9'%20y2='57'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3cline%20x1='11'%20y1='57'%20x2='14'%20y2='57'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_151_116'%20x1='10'%20y1='32'%20x2='10'%20y2='1.86992e-09'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0.05'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_151_116'%20x1='35'%20y1='58'%20x2='67'%20y2='58'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0.05'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") no-repeat center;bottom:15px;left:15px}.DashboardPage .screw--footer,.DashboardPage .screw--tablet{display:none}@media (min-width: 992px){.DashboardPage .screw--tablet{display:block}}@media (min-width: 1400px){.DashboardPage .screw--footer{display:block;width:67px;height:67px}.DashboardPage .screw--footer-tl{background:url("data:image/svg+xml,%3csvg%20width='67'%20height='67'%20viewBox='0%200%2067%2067'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='path-1-inside-1_153_2143'%20fill='white'%3e%3cpath%20d='M37%2011L11%2011L11%2037C25.3594%2037%2037%2025.3594%2037%2011Z'/%3e%3c/mask%3e%3cpath%20d='M37%2011L11%2011L37%2011ZM11%2039C26.464%2039%2039%2026.464%2039%2011L35%2011C35%2024.2548%2024.2548%2035%2011%2035L11%2039ZM11%2039C26.464%2039%2039%2026.464%2039%2011L35%2011C35%2024.2548%2024.2548%2035%2011%2035L11%2039ZM11%2011L11%2037L11%2011Z'%20fill='white'%20fill-opacity='0.05'%20mask='url(%23path-1-inside-1_153_2143)'/%3e%3cline%20y1='-1'%20x2='32'%20y2='-1'%20transform='matrix(-9.93477e-08%20-1%20-1%209.93477e-08%209%2067)'%20stroke='url(%23paint0_linear_153_2143)'%20stroke-width='2'/%3e%3cline%20y1='-1'%20x2='32'%20y2='-1'%20transform='matrix(1%200%200%20-1%2035%209)'%20stroke='url(%23paint1_linear_153_2143)'%20stroke-width='2'/%3e%3ccircle%20cx='10'%20cy='10'%20r='9'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3cline%20x1='10'%20y1='6'%20x2='10'%20y2='14'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3cline%20x1='6'%20y1='10'%20x2='9'%20y2='10'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3cline%20x1='11'%20y1='10'%20x2='14'%20y2='10'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_153_2143'%20x1='32'%20y1='-1'%20x2='-9.74777e-08'%20y2='-1'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0.05'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_153_2143'%20x1='0'%20y1='0'%20x2='32'%20y2='0'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0.05'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") no-repeat center;top:30px;left:30px}.DashboardPage .screw--footer-tr{background:url("data:image/svg+xml,%3csvg%20width='67'%20height='67'%20viewBox='0%200%2067%2067'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='path-1-inside-1_151_124'%20fill='white'%3e%3cpath%20d='M30%2011L56%2011L56%2037C41.6406%2037%2030%2025.3594%2030%2011Z'/%3e%3c/mask%3e%3cpath%20d='M30%2011L56%2011L30%2011ZM56%2039C40.536%2039%2028%2026.464%2028%2011L32%2011C32%2024.2548%2042.7452%2035%2056%2035L56%2039ZM56%2039C40.536%2039%2028%2026.464%2028%2011L32%2011C32%2024.2548%2042.7452%2035%2056%2035L56%2039ZM56%2011L56%2037L56%2011Z'%20fill='white'%20fill-opacity='0.05'%20mask='url(%23path-1-inside-1_151_124)'/%3e%3cline%20x1='57'%20y1='67'%20x2='57'%20y2='35'%20stroke='url(%23paint0_linear_151_124)'%20stroke-width='2'/%3e%3cline%20x1='32'%20y1='10'%20y2='10'%20stroke='url(%23paint1_linear_151_124)'%20stroke-width='2'/%3e%3ccircle%20cx='57'%20cy='10'%20r='9'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3cline%20x1='57'%20y1='6'%20x2='57'%20y2='14'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3cline%20x1='53'%20y1='10'%20x2='56'%20y2='10'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3cline%20x1='58'%20y1='10'%20x2='61'%20y2='10'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_151_124'%20x1='57'%20y1='35'%20x2='57'%20y2='67'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0.05'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_151_124'%20x1='32'%20y1='9'%20x2='0'%20y2='9'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0.05'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") no-repeat center;top:30px;right:30px}.DashboardPage .screw--footer-br{background:url("data:image/svg+xml,%3csvg%20width='67'%20height='67'%20viewBox='0%200%2067%2067'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='path-1-inside-1_151_120'%20fill='white'%3e%3cpath%20d='M30%2056L56%2056L56%2030C41.6406%2030%2030%2041.6406%2030%2056Z'/%3e%3c/mask%3e%3cpath%20d='M30%2056L56%2056L30%2056ZM56%2028C40.536%2028%2028%2040.536%2028%2056L32%2056C32%2042.7452%2042.7452%2032%2056%2032L56%2028ZM56%2028C40.536%2028%2028%2040.536%2028%2056L32%2056C32%2042.7452%2042.7452%2032%2056%2032L56%2028ZM56%2056L56%2030L56%2056Z'%20fill='white'%20fill-opacity='0.05'%20mask='url(%23path-1-inside-1_151_120)'/%3e%3cline%20y1='-1'%20x2='32'%20y2='-1'%20transform='matrix(9.93477e-08%201%201%20-9.93477e-08%2058%200)'%20stroke='url(%23paint0_linear_151_120)'%20stroke-width='2'/%3e%3cline%20y1='-1'%20x2='32'%20y2='-1'%20transform='matrix(-1%200%200%201%2032%2058)'%20stroke='url(%23paint1_linear_151_120)'%20stroke-width='2'/%3e%3ccircle%20cx='57'%20cy='57'%20r='9'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3cline%20x1='57'%20y1='53'%20x2='57'%20y2='61'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3cline%20x1='53'%20y1='57'%20x2='56'%20y2='57'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3cline%20x1='58'%20y1='57'%20x2='61'%20y2='57'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_151_120'%20x1='32'%20y1='-1'%20x2='-9.74777e-08'%20y2='-1'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0.05'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_151_120'%20x1='0'%20y1='0'%20x2='32'%20y2='0'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0.05'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") no-repeat center;bottom:30px;right:30px}.DashboardPage .screw--footer-bl{background:url("data:image/svg+xml,%3csvg%20width='67'%20height='67'%20viewBox='0%200%2067%2067'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='path-1-inside-1_151_116'%20fill='white'%3e%3cpath%20d='M37%2056L11%2056L11%2030C25.3594%2030%2037%2041.6406%2037%2056Z'/%3e%3c/mask%3e%3cpath%20d='M37%2056L11%2056L37%2056ZM11%2028C26.464%2028%2039%2040.536%2039%2056L35%2056C35%2042.7452%2024.2548%2032%2011%2032L11%2028ZM11%2028C26.464%2028%2039%2040.536%2039%2056L35%2056C35%2042.7452%2024.2548%2032%2011%2032L11%2028ZM11%2056L11%2030L11%2056Z'%20fill='white'%20fill-opacity='0.05'%20mask='url(%23path-1-inside-1_151_116)'/%3e%3cline%20x1='10'%20y1='9.93477e-08'%20x2='10'%20y2='32'%20stroke='url(%23paint0_linear_151_116)'%20stroke-width='2'/%3e%3cline%20x1='35'%20y1='57'%20x2='67'%20y2='57'%20stroke='url(%23paint1_linear_151_116)'%20stroke-width='2'/%3e%3ccircle%20cx='10'%20cy='57'%20r='9'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3cline%20x1='10'%20y1='53'%20x2='10'%20y2='61'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3cline%20x1='6'%20y1='57'%20x2='9'%20y2='57'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3cline%20x1='11'%20y1='57'%20x2='14'%20y2='57'%20stroke='white'%20stroke-opacity='0.05'%20stroke-width='2'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_151_116'%20x1='10'%20y1='32'%20x2='10'%20y2='1.86992e-09'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0.05'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_151_116'%20x1='35'%20y1='58'%20x2='67'%20y2='58'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0.05'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") no-repeat center;bottom:30px;left:30px}}.DashboardPage .scrollbar-track-y{background:#a034fa1f!important;top:0!important;bottom:0!important;height:auto!important;width:4px!important;border-radius:4px!important;right:0!important;overflow:hidden;cursor:pointer}.DashboardPage .scrollbar-thumb-y{background-color:#a034fa!important;width:4px!important;border-radius:4px!important;cursor:pointer}.DashboardPage .scrollbar-track-x{background:#a034fa1f!important;left:0!important;right:0!important;height:4px!important;width:auto!important;border-radius:4px!important;bottom:0!important;overflow:hidden}.DashboardPage .scrollbar-thumb-x{background-color:#a034fa!important;height:4px!important;border-radius:4px!important;cursor:pointer}@-moz-keyframes mini-chart{0%{-webkit-transform:translateX(5%) scaleX(1.5);transform:translate(5%) scaleX(1.5)}50%{-webkit-transform:translateX(45%) scaleX(1.5);transform:translate(45%) scaleX(1.5)}to{-webkit-transform:translateX(5%) scaleX(1.5);transform:translate(5%) scaleX(1.5)}}@-webkit-keyframes mini-chart{0%{-webkit-transform:translateX(5%) scaleX(1.5);transform:translate(5%) scaleX(1.5)}50%{-webkit-transform:translateX(45%) scaleX(1.5);transform:translate(45%) scaleX(1.5)}to{-webkit-transform:translateX(5%) scaleX(1.5);transform:translate(5%) scaleX(1.5)}}@-o-keyframes mini-chart{0%{-webkit-transform:translateX(5%) scaleX(1.5);transform:translate(5%) scaleX(1.5)}50%{-webkit-transform:translateX(45%) scaleX(1.5);transform:translate(45%) scaleX(1.5)}to{-webkit-transform:translateX(5%) scaleX(1.5);transform:translate(5%) scaleX(1.5)}}@keyframes mini-chart{0%{-webkit-transform:translateX(5%) scaleX(1.5);transform:translate(5%) scaleX(1.5)}50%{-webkit-transform:translateX(45%) scaleX(1.5);transform:translate(45%) scaleX(1.5)}to{-webkit-transform:translateX(5%) scaleX(1.5);transform:translate(5%) scaleX(1.5)}}:root,[data-bs-theme=light]{--bs-body-bg: #03061c;--bs-emphasis-color: #ffffff;--bs-link-color: #ffffff}.DashboardPage table.dataTable thead>tr>th.sorting{text-align:center}.DashboardPage .dropdown-menu{background-color:#fff!important}.DashboardPage .dataTables_wrapper .dataTables_paginate .paginate_button.disabled{color:#fff!important}@media (max-width: 767.98px){.DashboardPage .popup{width:329px!important}}.DashboardPage div.dataTables_wrapper div.dataTables_info{padding-top:.85em;white-space:nowrap;color:#fff!important;font-size:12px}.DashboardPage .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.DashboardPage .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,.DashboardPage .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{cursor:default;color:#fff!important;border:1px solid transparent;background:transparent;box-shadow:none}.DashboardPage input,.DashboardPage textarea,.DashboardPage select{-webkit-appearance:auto!important;-moz-appearance:auto!important;appearance:auto!important}.DashboardPage table.dataTable{width:100%!important;border-collapse:separate!important;border-spacing:0 8px}.DashboardPage table.dataTable thead th{color:#fff;font-weight:500;padding:12px;border-bottom:none;border-radius:4px 4px 0 0}.DashboardPage table.dataTable tbody td{color:#fff;padding:6px;border-bottom:none;text-align:center}.DashboardPage .dataTables_wrapper .dataTables_filter input{background-color:#1a1c3a;color:#fff;border:none;padding:6px 12px;border-radius:6px}.DashboardPage .badge{padding:5px 10px;border-radius:12px;font-size:12px;font-weight:500}.DashboardPage .badge-success{background-color:#28a745;color:#fff}.DashboardPage .badge-danger{background-color:#dc3545;color:#fff}.DashboardPage .badge-warning{background-color:#ffc107;color:#000}.DashboardPage .overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;display:none;justify-content:center;align-items:center;z-index:1000}.DashboardPage .overlay.open{display:flex}.DashboardPage .popup{width:400px;background:#fff;border-radius:10px;box-shadow:0 5px 20px #0000004d;padding:20px;position:relative}.DashboardPage .popup .header{display:flex;justify-content:space-between;align-items:center}.DashboardPage .popup .header p{font-size:20px;font-weight:700;margin:0}.DashboardPage .popup .close{cursor:pointer;font-size:20px;font-weight:700}.DashboardPage .popup .filters{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:10px 0}.DashboardPage .popup label{display:flex;align-items:center;gap:10px;font-size:14px}.DashboardPage .popup input[type=checkbox]{height:15px;width:15px}.DashboardPage .popup .buttons{display:flex;justify-content:space-between;margin-top:10px}.DashboardPage .popup .buttons button{border-radius:25px;padding:.5rem 1rem;font-weight:500;border:1px solid #ccc;cursor:pointer;transition:transform .1s}.DashboardPage .nav-pills .nav-link.active,.DashboardPage .nav-pills .show>.nav-link{color:#fff!important;background:linear-gradient(145deg,#067334,#00260f)!important}.DashboardPage .popup .buttons .confirm{background:#8bb33f;color:#fff;border:none}.DashboardPage .dataTables_wrapper{position:relative;clear:both;margin-bottom:19px}.DashboardPage .dataTables_wrapper .dataTables_paginate .paginate_button{padding:0!important}@media (max-width: 768px){.DashboardPage div.dataTables_wrapper div.dataTables_info{padding-top:.85em;white-space:nowrap;color:#fff!important;font-size:12px!important}.DashboardPage table.dataTable thead>tr>th.sorting,.DashboardPage table.dataTable thead>tr>th.sorting_asc,.DashboardPage table.dataTable thead>tr>th.sorting_desc,.DashboardPage table.dataTable thead>tr>th.sorting_asc_disabled,.DashboardPage table.dataTable thead>tr>th.sorting_desc_disabled,.DashboardPage table.dataTable thead>tr>td.sorting,.DashboardPage table.dataTable thead>tr>td.sorting_asc,.DashboardPage table.dataTable thead>tr>td.sorting_desc,.DashboardPage table.dataTable thead>tr>td.sorting_asc_disabled,.DashboardPage table.dataTable thead>tr>td.sorting_desc_disabled{cursor:pointer;position:relative;padding-right:2px!important;font-size:12px!important}.DashboardPage table.table-bordered.dataTable tbody th,.DashboardPage table.table-bordered.dataTable tbody td{border-bottom-width:0;font-size:10px!important}.DashboardPage table.dataTable tbody th,.DashboardPage table.dataTable tbody td{padding:8px 1px!important}}:root{--bs-purple: #4C5867;--bs-light-purple: #ABB0B5;--bs-text-color: rgba(255, 255, 255, .85)}body{background-color:#000;font-family:Manrope,sans-serif;color:var(--bs-text-color)}.DashboardPage .bg-purple-custom{background-color:var(--bs-purple)!important}.DashboardPage .text-purple-custom{color:var(--bs-light-purple)!important}.DashboardPage .header-section{background-color:#000;padding:1rem;box-shadow:0 1px 1px #8dc14e;position:fixed;top:0;width:100%;z-index:999;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.DashboardPage .header-section .btn{font-size:1.1rem}@media (max-width: 767.98px){.DashboardPage .header-section .col-12:last-child{text-align:start!important;margin-top:.75rem}}.DashboardPage .stat-card{background:#ffffff0a;border-radius:.75rem;padding:1rem;text-align:center;box-shadow:0 12px 40px #00000059;transition:transform .2s;height:100%;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.DashboardPage .stat-card:hover{transform:translateY(-3px)}.DashboardPage .stat-card .value{font-size:1.25rem;font-weight:700;color:#fff}.DashboardPage .stat-card .label{font-size:.8rem;color:#ffffffa6}@media (max-width: 450px){.DashboardPage .stat-card-row>div{flex:0 0 100%;max-width:100%}.DashboardPage .income-table-card .table thead th{background:linear-gradient(145deg,#4c5867,#0b0d10);color:#fff;font-weight:600;font-size:.9rem!important}.DashboardPage .income-table-card .table tbody td{vertical-align:middle;font-size:.8rem!important}.DashboardPage .stats__name{font-size:14px!important;line-height:24px;color:#ffffffa6;margin-bottom:0}.DashboardPage .stats{height:101px!important}}.DashboardPage .income-table-card{border:none;border-radius:1rem;box-shadow:inset 1px 3px 30px 5px #85fe4573;overflow:hidden;background:linear-gradient(120deg,#0f1316,#7cff3a26,#0f1316)}.DashboardPage .income-table-card .card-header{background:linear-gradient(153deg,#183f21,#68bf32);color:#fff;font-weight:700;padding:1rem 1.5rem}.DashboardPage .income-table-card .table thead th{background:linear-gradient(262deg,#183f21,#68bf32)!important;color:#fff;font-weight:600}.DashboardPage .income-table-card .table tbody td{vertical-align:middle;font-size:1rem;color:#ffffffbf}.DashboardPage .tree-structure-card{background:#ffffff0a;border-radius:1rem;box-shadow:0 18px 55px #00000073;padding:1rem;margin-top:1.5rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.DashboardPage .tree-node{display:inline-block;width:45px;height:45px;line-height:45px;border-radius:50%;background:linear-gradient(90deg,#4c5867,#abb0b5);color:#0b0d10;font-weight:700}.DashboardPage .node-label{display:block;margin-top:.5rem;font-size:1.2rem;color:#ffffffa6}.DashboardPage .children-nodes{display:flex;justify-content:space-around;padding-top:25px;position:relative}.DashboardPage .capping-btn{background:linear-gradient(90deg,#4c5867,#abb0b5);color:#0b0d10;font-weight:700;font-size:1rem;padding:.6rem 1rem;border-radius:.75rem;width:100%}.DashboardPage .desktop-nav{padding:1rem 0;border-top:2px solid rgba(185,249,127,.65);margin-top:2rem;text-align:center;position:fixed;bottom:0;left:0;right:0;background:linear-gradient(135deg,#0a100e,#1e301d);box-shadow:0 -12px 45px #0009;z-index:1000;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.DashboardPage .desktop-nav a{text-decoration:none;margin:0 .75rem;font-size:18px;font-weight:500;color:#000}.DashboardPage .desktop-nav a.active,.DashboardPage .desktop-nav a:hover{color:#fff;font-weight:600}@media (max-width: 767.98px){.DashboardPage .desktop-nav{display:none}}.DashboardPage .mobile-nav{position:fixed;bottom:0;left:0;right:0;background:#0b0d10d9;box-shadow:0 -12px 45px #0009;z-index:1000;display:flex;justify-content:space-around;padding:.5rem 0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.DashboardPage .mobile-nav-btn{text-align:center;text-decoration:none;color:#ffffffa6;font-size:.75rem}.DashboardPage .mobile-nav-btn.active{color:#fff;font-weight:600}@media (min-width: 768px){.DashboardPage .mobile-nav{display:none}}.chartmain{border-radius:16px;padding:16px}.chart-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.chart-header h5{color:#fff;font-weight:600;margin:0}.price-up{color:#2dff8e;font-weight:600;background:#2dff8e26;padding:4px 10px;border-radius:8px;font-size:13px}.chart-box{height:260px}.incomecard{position:relative;background:linear-gradient(135deg,#0a100e,#1e301d);border-radius:14px;border:2px solid rgba(185,249,127,.65);text-decoration:none}.incomecard .card-body{padding:18px}.card-iconheading{font-size:15px;font-weight:600;color:#9afc5c;display:flex;align-items:center;gap:8px}.card-iconheading span{width:30px;height:30px;border-radius:6px;border:1px solid #9afc5c;display:flex;align-items:center;justify-content:center;color:#cfd3da}.amount{font-size:20px;font-weight:600;color:#cfd3da}.graph{position:absolute;top:14px;right:14px;width:90px;height:30px}.graph svg{width:100%;height:100%}.graph path{fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.graph.up path{stroke:#8f9fb3}.graph.down path{stroke:#6f7782}.incomecard .btnGreen{background:#8f9fb326;color:#cfd3da;border:1px solid #8f9fb3;font-size:12px;border-radius:10px;padding:4px 10px}.incomecard .btnred{background:#9aa3ad26;color:#9aa3ad;border:1px solid #9aa3ad;font-size:12px;border-radius:10px;padding:4px 10px}.btn-close{margin-top:-80%!important;background-color:red!important}.modal-content{width:100%!important;background-color:#fff!important}.popup-img-first{width:660px}@media (max-width: 1024px){.popup-img-first{margin-left:90px;width:306px}}.DashboardPage.Teampage .dashboard-widgets{gap:20px;justify-content:center;margin-top:20px}.DashboardPage.Teampage .widget{background:linear-gradient(135deg,#0a100e,#1e301d);border-radius:15px;padding:25px 16px;color:#a4fb68;display:flex;align-items:center;box-shadow:0 6px 14px #00000059,0 18px 32px #00000040,0 1px #ffffff0a inset;transition:transform .25s ease,box-shadow .25s ease}.DashboardPage.Teampage .widget:hover{transform:translateY(-3px);box-shadow:0 10px 22px #00000073,0 26px 45px #0000004d,0 1px #ffffff0d inset}.DashboardPage.Teampage .widget-icon{font-size:29px;margin-right:15px;opacity:.95;background:linear-gradient(90deg,#7cff3a,#b9f97f);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.DashboardPage.Teampage .widget-info .widget-value{font-size:24px;font-weight:700;margin:5px 0 0;color:#cfd3da}.DashboardPage.Trading .trade-list{padding-top:14px;display:flex;flex-direction:column;gap:14px}.DashboardPage.Trading .trade-item{background:linear-gradient(145deg,#2b2f36,#15181d);border-radius:14px;padding:16px;box-shadow:0 0 25px #8f9fb340;border:1px solid rgba(143,159,179,.25)}.DashboardPage.Trading .pair-line{display:flex;justify-content:space-between;margin-bottom:10px;align-items:center}.DashboardPage.Trading .pair-name{font-size:17px;font-weight:600;color:#fff;width:46%}.DashboardPage.Trading .badges{display:flex;gap:8px}.DashboardPage.Trading .badge{padding:3px 8px;font-size:12px;border-radius:6px;font-weight:600;background:#262b3d;color:#fff}.DashboardPage.Trading .prices{margin-top:10px;display:flex;justify-content:space-between;align-items:center}.DashboardPage.Trading .price-block span{display:block}.DashboardPage.Trading .price-label{font-size:12px;color:#9ca3af}.DashboardPage.Trading .price-value{font-size:15px;font-weight:600;margin-top:2px;color:#fff}.DashboardPage.Trading .time{margin-top:3px;font-size:12px;color:#9ca3af}.DashboardPage.Trading .pct{font-size:17px;font-weight:700;text-align:end}.DashboardPage.Trading .btn-period{background:#242832;border:none;color:#ccc;padding:6px 20px;border-radius:8px;font-weight:600}.DashboardPage.Trading .btn-period.active{background:#fc0;color:#000}.DashboardPage.Trading table thead tr th{white-space:nowrap}.DashboardPage.Trading table tbody tr{border-bottom:1px solid #333;white-space:nowrap}.DashboardPage.Trading table tbody tr .icon{width:30px;height:30px}.DashboardPage.Trading .positive{color:#19c37d;font-weight:600}.DashboardPage.Trading .negative{color:#f44;font-weight:600}.DashboardPage.Trading .tradingcard{background:linear-gradient(135deg,#0a100e,#1e301d);border-radius:12px;box-shadow:0 6px 14px #00000059,0 18px 32px #00000040,0 1px #ffffff0a inset;padding:20px;border:1px solid rgba(185,249,127,.65)}.DashboardPage.Trading .tradingcard .cardheader{display:flex;align-items:center;justify-content:space-between}.DashboardPage.Trading .tradingcard .cardheader .cardtitle{font-size:18px;font-weight:600;color:#fff;display:flex;align-items:center;gap:.5rem;margin-bottom:0;text-transform:uppercase}.DashboardPage.Trading .tradingcard .cardheader .cardtitle span{width:50px;height:50px;border-radius:50%}.DashboardPage.Trading .tradingcard .cardheader .cardtitle span .btn.negative{background:#ffe7e7;color:#ff4d4d;padding:4px 10px;border-radius:20px;font-size:14px;font-weight:600;display:none}.DashboardPage.Trading .tradingcard .cardheader .cardtitle span .btn.Postive{background:#05c34b26;color:#05c34f;padding:4px 10px;border-radius:20px;font-size:14px;font-weight:600;display:none}.DashboardPage.Trading .tradingcard .cardheader p{display:flex;align-items:center;gap:.5rem;margin-bottom:0}.DashboardPage.Trading .tradingcard .cardheader p span{font-size:12px;color:#fff;padding:3px 8px;font-weight:600;text-align:center;background:#50992d;border-radius:6px}.DashboardPage.Trading .tradingcard .cardheader p span a i{font-size:18px;color:#777}.DashboardPage.Trading .tradingcard .carddata .box{font-size:14px;color:#9ca3af}.DashboardPage.Trading .tradingcard .box .Amount{font-size:22px;font-weight:700;text-align:end}.DashboardPage.Trading .tradingcard .box .Amount.Positve{color:#05c34f}.DashboardPage.Trading .tradingcard .box .Amount.Negtive{color:#ff4d4d}.DashboardPage.Trading .tradingcard .card-bottm{display:flex;align-items:center;justify-content:space-between}.DashboardPage.Trading .tradingcard .card-bottm .box{margin-top:15px;text-align:center}.DashboardPage.Trading .tradingcard .card-bottm .box .bootmheading{font-size:15px;color:#aaa}.DashboardPage.Trading .tradingcard .card-bottm .box .anount{font-size:22px;margin-top:7px;font-weight:600;color:#fff}.DashboardPage.Trading .tradingcard .card-bottm .box .date{color:#777;font-size:14px}.dark-theme .DashboardPage.Trading .tradingcard .cardheader .cardtitle,.dark-theme .DashboardPage.Trading .tradingcard .card-bottm .box .anount{color:#fff}.iconupp{top:10px;z-index:0}@media (min-width: 320px) and (max-width: 575.99px){.DashboardPage.Trading .pair-line{justify-content:space-between}.DashboardPage.Trading .pair-line>div:nth-child(2){text-align:end}.DashboardPage.Trading .pair-name{width:100%}.DashboardPage.Trading .btn-period{font-size:14px;padding:6px 7px}.DashboardPage.Trading table tr th,.DashboardPage.Trading table tbody tr td{font-size:14px}.DashboardPage.Trading .tradingcard,.DashboardPage.Trading .tradingcard .card-body{padding:5px}.DashboardPage.Trading .tradingcard .cardheader .cardtitle{font-size:15px}.DashboardPage.Trading .tradingcard .card-bottm .box .anount,.DashboardPage.Trading .tradingcard .box .Amount{font-size:18px;margin-top:0}}@media (min-width: 380px) and (max-width: 429.99px){.DashboardPage.Trading .tradingcard .card-body{padding:5px}.DashboardPage.Trading .tradingcard .card-bottm .box .bootmheading{font-size:12px}.DashboardPage.Trading .tradingcard .box .Amount{font-size:18px}.DashboardPage.Trading .tradingcard .card-bottm .box .date{font-size:12px}.DashboardPage.Trading .tradingcard .card-bottm .box .anount{font-size:18px}.DashboardPage.Trading .tradingcard .cardheader{flex-wrap:wrap;gap:.5rem}.DashboardPage.Trading .tradingcard .cardheader .cardtitle{font-size:22px}}@media (min-width: 320px) and (max-width: 380.99px){.DashboardPage.Trading .tradingcard .card-body{padding:5px}.DashboardPage.Trading .tradingcard .card-bottm .box .bootmheading{font-size:12px}.DashboardPage.Trading .tradingcard .box .Amount{font-size:15px}.DashboardPage.Trading .tradingcard .card-bottm .box .date{font-size:10px}.DashboardPage.Trading .tradingcard .card-bottm .box .anount{font-size:15px;margin-top:0}.DashboardPage.Trading .tradingcard .cardheader{flex-wrap:wrap;gap:.5rem}.DashboardPage.Trading .tradingcard .cardheader .cardtitle{font-size:20px}}.DashboardPage.Transactions.profile{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;margin-top:24px;border-radius:10px;border:2px solid rgba(255,255,255,.05);background:#03061c;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);position:relative;padding:50px 60px;z-index:2}.ProfilePage .profile-card{background:#03172d;color:#fff;box-shadow:0 0 25px #0080ff40;border:1px solid rgba(0,128,255,.2);transition:all .3s ease}.ProfilePage .text-gradient{background:#fff;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.ProfilePage .profile-avatar img{width:100px;height:100px;object-fit:cover;background-color:#fff;box-shadow:0 0 15px #0080ff66}[hidden]{display:none!important}.ProfilePage .tree{height:unset!important}.DashboardPage.ProfilePage .rank-box{padding:15px 7px}.DashboardPage.ProfilePage .rank-box .rank-item{justify-content:center;display:flex;flex-direction:column;align-items:center}.ProfilePage .vewbtn{border:1px solid #067334;font-size:14px;color:#fff;font-weight:500;background:linear-gradient(145deg,#067334,#00260f);animation:glowBlink 1.3s infinite ease-in-out;transition:all .3s ease-in-out}.ProfilePage .vewbtn:hover{background:transparent}.ProfilePage .blink{width:100px;padding:7px;text-shadow:0 0 8px #87fe46,0 0 15px #87fe46;border:1px solid #87fe46;font-size:13px;background:linear-gradient(135deg,#0a100e,#1e301d);animation:glowBlink 1.3s infinite ease-in-out;transition:all .3s ease-in-out;border-radius:10px;margin-bottom:13px}@keyframes smoothBlink{0%{opacity:1}50%{opacity:.2}to{opacity:1}}.DashboardPage.ProfilePage .tree{height:unset!important}@media (min-width:320px) and (max-width:575.99px){.DashboardPage .rank-box .ibbox{gap:50px!important}.DashboardPage .rank-icon{height:70px!important}}@media (min-width:320px) and (max-width:420.99px){.DashboardPage .rank-box .ibbox{gap:50px!important}.DashboardPage .rank-icon{height:65px!important}}.DashboardPage .profile-card{background:linear-gradient(120deg,#0f1316,#7cff3a26,#0f1316);color:#fff;box-shadow:inset 0 0 35px #7cff3a59,inset 0 30px 90px #000000bf;border:1px solid rgba(185,249,127,.65);transition:all .3s ease}.DashboardPage .profile-card:hover{box-shadow:0 0 40px #4c586759;transform:translateY(-5px)}.DashboardPage .profile-avatar img{width:100px;height:100px;object-fit:cover;background-color:#fff;box-shadow:0 0 15px #4c586766}.DashboardPage .info-box{background:#ffffff14;border:1px solid rgba(255,255,255,.15);color:#e5e5e5;border-radius:10px;padding:10px 15px;font-size:14px;font-weight:500;text-overflow:ellipsis;overflow:hidden}.DashboardPage .info-box label{width:50%}.DashboardPage .info-box .rightname{width:50%;text-align:right;text-overflow:ellipsis;overflow:hidden}.DashboardPage .circle{width:18px;height:18px;border-radius:50%;background:#00b4d8;box-shadow:0 0 10px #00b4d8}.DashboardPage .bonus-box{width:114px;height:45px;background:#03172d;color:#fff;display:flex;align-items:center;justify-content:center;border-radius:6px;font-size:20px;font-weight:700}.DashboardPage .bonus-box.active{background:#03172d}.DashboardPage .section{padding-bottom:120px!important}.DashboardPage .btn-gradient{background:linear-gradient(153deg,#183f21,#68bf32);color:#fff;border:none;border-radius:10px;transition:.3s ease}.DashboardPage .btn-gradient:hover{opacity:.9;transform:translateY(-2px)}.DashboardPage .rank-label{font-weight:700;color:#00d4ff}.DashboardPage .rank-arrows{display:flex;gap:6px;font-size:34px;color:#49ff57}.DashboardPage .rank-arrows i{animation:arrowMove 1.2s infinite ease-in-out}.DashboardPage .rank-arrows i:nth-child(2){animation-delay:.2s}@keyframes arrowMove{0%{transform:translate(0);opacity:.5}50%{transform:translate(10px);opacity:1}to{transform:translate(0);opacity:.5}}.DashboardPage .text-gradient{background:#fff;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (max-width: 576px){.DashboardPage .profile-avatar img{width:80px;height:80px}.DashboardPage .info-box{font-size:11px!important}.DashboardPage #download-qr{font-size:14px!important}.DashboardPage .bonus-box{width:64px;height:31px}.DashboardPage .arrow{margin-left:-35px!important}}.DashboardPage .referral-box{background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:10px;padding:12px 15px;color:#e5e5e5;display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:25px}.DashboardPage .referral-input{width:100%;background:transparent;border:none;color:#fff;outline:none;font-size:.95rem}.DashboardPage .copy-btn{background:linear-gradient(135deg,#0a100e,#1e301d);color:#fff;border:none;border-radius:8px;padding:6px 15px;cursor:pointer;transition:.3s}.DashboardPage .copy-btn:hover{opacity:.85}.DashboardPage .copy-popup{position:fixed;left:50%;top:45%;width:73%;transform:translate(-50%) translateY(20px);background:linear-gradient(145deg,#8cc6ff,#2e4b66);color:#fff;padding:7px 13px;border-radius:8px;font-weight:500;box-shadow:0 0 20px #0080ff66;opacity:0;visibility:hidden;transition:all .4s ease;z-index:9999}.DashboardPage .copy-popup.show{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.DashboardPage .copy-popup.show{animation:popupGlow .4s ease forwards}@keyframes popupGlow{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.DashboardPage .camera-icon{position:absolute;bottom:37%;right:37%;background:linear-gradient(145deg,#8b949e,#0b0d10);color:#fff;border-radius:50%;width:35px;height:35px;display:flex;align-items:center;justify-content:center;font-size:16px;cursor:pointer;box-shadow:0 0 10px #0080ff66;transition:.3s}.DashboardPage .camera-icon:hover{transform:scale(1.1);background:#fff;color:#067434}@media (max-width: 576px){.DashboardPage .camera-icon{width:28px;height:28px;font-size:13px;bottom:37%;right:33%}.DashboardPage .arrow-run{width:0px!important}}.DashboardPage .tree{display:flex;align-items:center;position:relative}.DashboardPage .node1{width:22px;height:22px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:700;position:relative;color:#000}.DashboardPage .green,.DashboardPage .red,.DashboardPage .yellow{background:#fff}.DashboardPage .children{position:relative;display:flex;flex-direction:column;gap:9px}.DashboardPage .children:before{content:"";position:absolute;left:19px;top:11px;bottom:10px;width:1px;background:#fff;transform:translate(-20px)}.DashboardPage .child{display:flex;align-items:center;position:relative}.DashboardPage .line-h{width:18px;height:1px;background:#fff;margin-right:0}.DashboardPage .social-btn{width:42px;height:42px;border-radius:10px;background:#0f1b2d;display:flex;align-items:center;justify-content:center;font-size:20px;color:#fff;border:1px solid rgba(255,255,255,.2);transition:.2s ease}.DashboardPage .follow-text{text-align:center;color:#fffc;font-size:15px;margin-bottom:10px;margin-top:20px;font-weight:500}.DashboardPage .social-icons{display:flex;justify-content:center;gap:20px;padding-bottom:20px}.DashboardPage .social-btn{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px;color:#fff;transition:.2s ease;border:none}.DashboardPage .social-btn.whatsapp{background:#25d366}.DashboardPage .social-btn.youtube{background:red}.DashboardPage .social-btn.telegram{background:#08c}.DashboardPage .social-btn:hover{transform:translateY(-3px);box-shadow:0 4px 10px #ffffff4d}.DashboardPage #qrcode-container{display:inline-block;width:100%;background:#ffffff14;border:1px solid rgba(255,255,255,.15);color:#e5e5e5;padding:10px 15px;border-radius:15px;box-shadow:0 8px 20px #00000026;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.DashboardPage #qrcode-container:hover{transform:translateY(-5px);box-shadow:0 12px 30px #0003}.DashboardPage #qrcode{background:#f9f9f9;padding:12px;height:150px}.DashboardPage #download-qr{margin-top:15px;padding:10px 20px;font-size:16px;font-weight:500;border:none;border-radius:8px;background:linear-gradient(135deg,#0a100e,#1e301d);color:#fff;cursor:pointer;transition:background .3s ease,transform .2s ease}.DashboardPage #download-qr:hover{background:#0056b3;transform:translateY(-2px)}.DashboardPage .info-box-fade{position:relative;background:#ffffff14;border-radius:12px;padding:20px;overflow:hidden}.DashboardPage .info-box-fade:before{content:"";position:absolute;top:50%;left:50%;width:180%;height:180%;background:radial-gradient(circle,#fff,#ffffff1a 40%,#fff0 70%);transform:translate(-50%,-50%);z-index:0}.DashboardPage .info-box-fade>*{position:relative;z-index:2}.DashboardPage .rank-box{width:100%;background:linear-gradient(135deg,#0a100e,#1e301d);padding:30px 7px;border:1px solid #90fd51;border-radius:15px;position:relative;overflow:hidden;transition:all .3s ease-in-out}.DashboardPage .rank-box .ibbox{width:100%;display:flex;justify-content:space-between;align-items:center;gap:70px}.DashboardPage .rank-box:after{content:"";position:absolute;bottom:5px;left:50%;width:90%;height:4px;transform:translate(-50%);background:linear-gradient(90deg,#b0f975,#529c2d,#355a23);box-shadow:0 0 25px #82fe41,0 0 50px #a3fb66;border-radius:2px}.DashboardPage .rank-box:before{content:"";position:absolute;bottom:0;left:50%;width:40%;height:30px;transform:translate(-50%);background:radial-gradient(circle,#fff3,#fff0 80%);pointer-events:none;z-index:1}.DashboardPage .rank-item{text-align:center;color:#fff;flex:1}.DashboardPage .rank-icon{height:100px;transition:transform .3s ease-in-out}.DashboardPage .rank-icon:hover{transform:scale(1.1)}.DashboardPage .rank-name{margin-top:10px;font-size:18px;font-weight:600;color:#8cc6ff}.DashboardPage .arrow-run{position:relative;width:100px;height:20px;display:flex;justify-content:space-between;align-items:center}.DashboardPage .arrow{width:20px;height:20px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 24 24' fill='rgba(155, 209, 245, 0.9)'><path d='M13 5l7 7-7 7M5 5l7 7-7 7'/></svg>");background-size:contain;background-repeat:no-repeat;position:absolute;animation:moveArrow 1s infinite linear;opacity:.4}.DashboardPage .arrow:nth-child(2){animation-delay:.2s}.DashboardPage .arrow:nth-child(3){animation-delay:.4s}@keyframes moveArrow{0%{transform:translate(0);opacity:.4;filter:blur(0px)}50%{opacity:1;filter:blur(1px)}to{transform:translate(60px);opacity:.4;filter:blur(0px)}}.DashboardPage .reward-btn{width:30px;height:30px;background:#2a5683;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:20px;text-decoration:none;color:#fff;font-weight:600}.DashboardPage .reward-btn{animation:glowBlink 1.3s infinite ease-in-out}@keyframes glowBlink{0%,to{opacity:.9;box-shadow:0 0 10px #87fe46,0 0 20px #87fe46}50%{opacity:.9;box-shadow:0 0 5px #87fe46}}.DashboardPage .reward-wrapper{display:flex;flex-direction:column;align-items:center}.DashboardPage .reward-text{margin-top:5px;font-size:12px;color:#fff}.DashboardPage .space-between{justify-content:space-between}.DashboardPage .strong-center{display:flex;align-items:center}.Pre_launch .widget{background:linear-gradient(145deg,#8cc6ff,#030f1cc9);border-radius:15px;padding:25px 16px;color:#fff;box-shadow:0 10px 25px #0003;display:flex;align-items:center;transition:transform .3s,box-shadow .3s}.Pre_launch .widget-icon{font-size:29px;margin-right:15px;opacity:.9}.Pre_launch .widget-info .widget-value{font-size:24px;font-weight:700;margin:5px 0 0}.countdown-modal .modal-content{background:#fff;border-radius:25px;padding:25px;box-shadow:0 0 15px #00000026;text-align:center}.countdown-modal h2{font-weight:700;margin-bottom:25px}.time-box{background:linear-gradient(145deg,#455e7a,#030f1c);color:#fff;padding:25px 0;border-radius:18px;width:100px;margin:0 10px}.time-value{font-size:38px;font-weight:700;margin-top:5px}@media (max-width: 576px){.countdown-modal h2{font-size:1.3rem}.time-box{width:90px;padding:15px 0}.time-value{font-size:26px}}.TreePage2{padding-bottom:150px}.TreePage2 h3{font-size:16px;color:#000;margin-top:3px}.TreePage2 .genealogy-scroll::-webkit-scrollbar{width:5px;height:8px}.TreePage2 .genealogy-scroll::-webkit-scrollbar-track{border-radius:10px;background-color:#e4e4e4}.TreePage2 .genealogy-scroll::-webkit-scrollbar-thumb{border-radius:10px;transition:.5s;background:#bdbdbd}.TreePage2 .genealogy-scroll::-webkit-scrollbar-thumb:hover{background:#5d3ae7;transition:.5s}.TreePage2 .genealogy-scroll{overflow-x:auto;overflow-y:auto;width:100%}.TreePage2 .genealogy-body{white-space:nowrap;overflow:auto;padding:10px 50px 50px;min-height:500px;text-align:center;position:relative;background:linear-gradient(135deg,#0a100e,#1e301d)}.TreePage2 .genealogy-tree{display:inline-block;position:relative}.TreePage2 .genealogy-tree ul{padding-top:20px;position:relative;padding-left:0;display:flex;justify-content:center;align-items:flex-start;margin:0}.TreePage2 .genealogy-tree li{float:left;text-align:center;list-style-type:none;position:relative;padding:20px 5px 0;z-index:1}.TreePage2 .genealogy-tree li:hover{z-index:999999}.TreePage2 .genealogy-tree li:before,.TreePage2 .genealogy-tree li:after{content:"";position:absolute;top:0;right:50%;border-top:2px solid #a0fb63;width:50%;height:18px}.TreePage2 .genealogy-tree li:after{right:auto;left:50%;border-left:2px solid #a0fb63}.TreePage2 .genealogy-tree li:only-child:after,.TreePage2 .genealogy-tree li:only-child:before{display:none}.TreePage2 .genealogy-tree li:only-child{padding-top:0}.TreePage2 .genealogy-tree li:first-child:before,.TreePage2 .genealogy-tree li:last-child:after{border:0 none}.TreePage2 .genealogy-tree li:last-child:before{border-right:2px solid #8b949e;border-radius:0 5px 0 0;-webkit-border-radius:0 5px 0 0;-moz-border-radius:0 5px 0 0}.TreePage2 .genealogy-tree li:first-child:after{border-radius:5px 0 0;-webkit-border-radius:5px 0 0 0;-moz-border-radius:5px 0 0 0}.TreePage2 .genealogy-tree ul ul:before{content:"";position:absolute;top:0;left:50%;border-left:2px solid #8b949e;width:0;height:20px}.TreePage2 .genealogy-tree li a{text-decoration:none;color:#666;font-family:arial,verdana,tahoma;font-size:11px;display:inline-block;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;position:relative}.TreePage2 .genealogy-tree li a:hover+ul li:after,.TreePage2 .genealogy-tree li a:hover+ul li:before,.TreePage2 .genealogy-tree li a:hover+ul:before,.TreePage2 .genealogy-tree li a:hover+ul ul:before{border-color:#fbba00}.TreePage2 .member-view-box{padding:0 10px;text-align:center;border-radius:4px;position:relative;display:inline-block}.TreePage2 .member-image{width:60px!important;position:relative;margin:0 auto}.TreePage2 .member-image i{width:40px;height:40px;border-radius:50%;line-height:42px;font-size:24px;color:#fff;display:inline-flex;align-items:center;justify-content:center;position:relative;z-index:2}.TreePage2 .member-details h3{color:#fff;font-size:13px;margin:6px 0 0}.TreePage2 .tooltiptext{visibility:hidden;opacity:0;transition:.25s ease;background-color:#000;color:#fff;text-align:center;border-radius:6px;padding:7px 10px;position:absolute;z-index:99999999!important;top:80px;left:50%;transform:translate(-50%);line-height:20px;min-height:70px;min-width:140px;white-space:nowrap;pointer-events:none}.TreePage2 .tooltiptext:after{content:"";position:absolute;top:-10px;left:50%;transform:translate(-50%);border-width:6px;border-style:solid;border-color:transparent transparent #000 transparent}.TreePage2 .treeinp:hover .tooltiptext{visibility:visible;opacity:1}.treeinp .Green{background-color:#198754}.treeinp .RED{background-color:red}.treeinp .Yellow{background-color:#ff0}.treeinp .Brown{background-color:#8b4513}.treeinp .OffWhite{background-color:#dfdfdf}.treeinp .SkyBlue{background-color:#87ceeb}.treeinp .LightPurple{background-color:#d8bfd8}.treeinp .LightGreen{background-color:#90ee90}.treeinp .LightOrange{background-color:#ffdab9}.treeinp .LightPink{background-color:#ffb6c1}.datatabe label{font-size:14px;font-weight:500;color:#fff}.datatabe .form-control{background-color:#1a291a;color:#fff;border:none;padding:6px 12px;border-radius:6px;box-shadow:none;width:auto;border:2px solid rgba(185,249,127,.65);font-size:14px}.datatabe table thead tr th{padding:14px;text-align:left;white-space:nowrap;color:#fff;background:#1c1f3f;font-size:15px;border-bottom:0;border-left:1px solid #fff;position:relative}.datatabe table tbody tr td{padding:14px;color:#fff;font-size:14px;white-space:nowrap;background:#1c1f3f;border-bottom:0;border-left:1px solid #fff}.datatabe table thead tr th:first-child,.datatabe table tbody tr td:first-child{border-left:none!important}.sort-icons{position:absolute;right:8px;top:50%;transform:translateY(-50%);display:inline-flex;font-size:10px;cursor:pointer;gap:2px}.sort-icons i{color:#b0b3c6;line-height:8px}.sort-icons i:hover{color:#fff}@media (max-width: 768px){.DashboardPage .profile{padding:50px 16px!important}.datatabe table thead tr th{min-width:190px}}.RewardPage .card{border-radius:12px;padding:5px;display:flex;justify-content:space-between;align-items:center;width:100%;background:linear-gradient(145deg,#4c5867,#0b0d10);color:#fff;border:0;box-shadow:0 0 10px #4c5867}.RewardPage .card .btn.claimed-btn{padding:10px 20px;font-size:15px;font-weight:500;border:none;border-radius:8px;background:linear-gradient(135deg,#1c2b47,#1b2a46);color:#fff;cursor:pointer;transition:background .3s ease,transform .2s ease;width:100%;text-align:center}.RewardPage .card .btn.claimed-btn:hover{background:linear-gradient(135deg,#1c2b47,#1b2a46);transform:translateY(-2px)}.RewardPage .card .btn{padding:10px 20px;font-size:15px;font-weight:500;border:1px solid #0a1a44;border-radius:8px;background:transparent;color:#0a1a44;cursor:pointer;transition:background .3s ease,transform .2s ease;width:100%;text-align:center}.RewardPage .card .btn:hover{background:#fff;transform:translateY(-2px)}.bottomtext{font-size:16px;color:#0a1a44;font-weight:600;margin-top:10px;letter-spacing:1px}.RewardPage .card table{background:transparent}.RewardPage .card table{border:0}.RewardPage .card table tbody tr{background:transparent;border-bottom:.5px solid #dedede}.RewardPage .card table tbody tr td{background:transparent;width:50%;border-bottom:0}.RewardPage .card .reward-table td,.reward-table th{vertical-align:middle;padding:16px 15px;font-size:18px;font-weight:600;color:#fff}.dark-theme .RewardPage .card{background-color:#03172d!important;border:1px solid rgba(0,128,255,.2)!important}.dark-theme .RewardPage .card .btn{border:1px solid #d3d4d4;color:#fff}.dark-theme .RewardPage .card .btn:hover{background:#1b2a46}.dark-theme .RewardPage .card .reward-table td,.reward-table th{color:#fff}.dark-theme .RewardPage .card table tbody tr{border-bottom:1px solid rgba(0,128,255,.2)!important}.dark-theme .RewardPage .bottomtext{color:#fff}@media (min-width:320px) and (max-width:767.99px){.RewardPage .card{padding:2px}.RewardPage .card .reward-table td,.reward-table th{padding:10px;font-size:15px}.RewardPage .card .btn.claimed-btn{padding:10px 16px;font-size:14px}.RewardPage .card .btn{padding:7px 16px;font-size:14px}}.Avtarpage .avtar .list li{width:100px;height:100px;overflow:hidden}.Avtarpage .avtar .list li img{border-radius:50%}.Avtarpage .avtar .list{list-style:none;display:flex;flex-wrap:wrap;gap:1rem;cursor:pointer}.Avtarpage .avtar .list li.active{border-radius:50%;cursor:pointer}.avatar-selected-wrap{display:flex;justify-content:center;margin-bottom:20px}.avatar-selected{position:relative;width:140px;height:140px;border-radius:50%;border:6px solid #c78245;padding:4px;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at top,#ffc58a,#893e0f)}.avatar-selected img{width:100%;height:100%;border-radius:50%;object-fit:cover;border:3px solid #fff}.avatar-medal{position:absolute;bottom:0;left:0;transform:translate(-20%,35%);width:60px;height:60px;border-radius:50%;background:radial-gradient(circle at top,#ffcf96,#e48a3d);border:3px solid #fff;display:flex;align-items:center;justify-content:center;font-size:1.6rem;color:#fff;box-shadow:0 4px 8px #0000004d}@media screen and (min-width: 320px) and (max-width: 420.99px){.Avtarpage .avtar .list{gap:.9rem}.Avtarpage .avtar .list li{height:50px;width:50px}}@media screen and (min-width: 421px) and (max-width: 767.99px){.Avtarpage .avtar .list{gap:2rem}.Avtarpage .avtar .list li{height:70px;width:70px}}.CompanyProfilePage .section-heading{font-size:20px;font-weight:600;color:#03061c}.CompanyProfilePage .card{background:#fff;border-radius:12px;box-shadow:0 4px 15px #00000014}.CompanyProfilePage .card .card-image img,.CompanyProfilePage .profileimage{border-radius:10px 10px 0 0}.CompanyProfilePage .Teamcardmeet{height:100%}.CompanyProfilePage .Teamcardmeet .crad-image{width:100%;max-height:650px}.CompanyProfilePage .documetcard img{width:100%;height:100%;object-fit:fill;border-radius:8px}@media (max-width: 767.98px){.CompanyProfilePage .Teamcardmeet .crad-image{width:100%;max-height:100%}}.dark-theme .CompanyProfilePage .section-heading{color:#fff}.UpdatePasswordPage .profile-card{background:linear-gradient(120deg,#0f1316,#7cff3a26,#0f1316);color:#fff;border:1px solid rgba(185,249,127,.65);transition:all .3s ease}.UpdatePasswordPage .form-control{height:48px;border:1px solid rgba(185,249,127,.65);border-radius:10px;color:#fff;padding:10px;background-color:transparent;box-shadow:none;position:relative}.UpdatePasswordPage input:-webkit-autofill,.UpdatePasswordPage input:-webkit-autofill:hover,.UpdatePasswordPage input:-webkit-autofill:focus,.UpdatePasswordPage input:-webkit-autofill:active{transition:background-color 9999s ease-in-out 0s;-webkit-transition:background-color 9999s ease-in-out 0s;-webkit-box-shadow:0 0 0 1000px transparent inset!important;box-shadow:0 0 0 1000px transparent inset!important;-webkit-text-fill-color:#ffff!important}.UpdatePasswordPage .form-control::placeholder{color:#fff}.btn-gradient{background:linear-gradient(145deg,#abb0b5,#4c5867);color:#fff;height:48px;border-radius:10px}.UpdatePasswordPage .eye-icon{position:absolute;top:50%;right:12px;transform:translateY(0);cursor:pointer;color:#fff;font-size:18px}.app-wrapper .register-popup-box{position:absolute;top:0;left:0;width:100%;height:100%;background:#0b0d10bf;display:flex;align-items:center;justify-content:center;z-index:50}.app-wrapper .register-popup-box .popup-inner{background:#0f141a;width:90%;max-width:420px;padding:25px 30px;border-radius:12px;box-shadow:0 0 25px #0000008c;position:relative;animation:popupScale .3s ease}@keyframes popupScale{0%{transform:scale(.7);opacity:0}to{transform:scale(1);opacity:1}}.app-wrapper .popup-title{font-size:22px;font-weight:700;margin-bottom:15px;color:#fff}.app-wrapper .popup-input{width:100%;height:45px;border-radius:8px;border:1px solid rgba(255,255,255,.12);padding:10px;margin-bottom:12px;font-size:15px;background:transparent;color:#fff}.app-wrapper .popup-btn{width:100%;border:none;padding:12px;border-radius:8px;background:linear-gradient(90deg,#4c5867,#abb0b5);color:#0b0d10;font-size:17px;font-weight:600;cursor:pointer;transition:.3s}.app-wrapper .popup-btn:hover{filter:brightness(1.08)}.app-wrapper .popup-close{position:absolute;top:10px;right:12px;font-size:26px;cursor:pointer;font-weight:700;color:#abb0b5}#login{padding:150px 0 100px}.login-box{background:linear-gradient(120deg,#0f1316,#7cff3a26,#0f1316);border-radius:16px;padding:32px;border:1px solid rgb(164 233 129 / 51%);background:#0000008c;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 0 35px #7cff3a59,0 30px 90px #000000bf}#login .login-box h2{text-align:center;background:linear-gradient(90deg,#7cff3a,#b9f97f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:600;font-size:28px}.login-box .form-control,.login-box select{width:100%;height:50px;padding:0 20px;border:2px solid rgba(185,249,127,.65);background-color:transparent;border-radius:10px;font-size:14px;color:#bedb99;cursor:default;font-weight:400;box-shadow:none!important}.login-box .form-control:-webkit-autofill,.login-box .form-control:-webkit-autofill:hover,.login-box .form-control:-webkit-autofill:focus,.login-box .form-control:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px transparent inset!important;-webkit-text-fill-color:#ffffff!important;caret-color:#fff;transition:background-color 9999s ease-in-out 0s}.login-box .form-control::placeholder{color:#fff9}#login .login-box button.submit-btn{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;height:60px;border-radius:10px;border:2px solid rgba(185,249,127,.65);background:linear-gradient(135deg,#0a100e,#1e301d);font-size:14px;color:#bedb99;text-transform:uppercase;font-weight:500;position:relative;margin-top:10px}#login .login-box p{text-align:center;color:#ffffffa6;margin-top:10px;font-size:14px}#login .login-box button.verify{width:100%;height:45px;border-radius:10px;border:2px solid rgba(255,255,255,.3);background:linear-gradient(90deg,#4c5867,#abb0b5);font-size:14px;color:#0b0d10;text-transform:uppercase;font-weight:600;padding:5px 10px}.ChannelPage .join-card{background:radial-gradient(circle at top,#1c222b,#0b0d10 65%,#05070a);border-radius:24px;padding:32px 28px 28px;width:100%;max-width:640px;box-shadow:0 18px 45px #000000a6;color:#fff;text-align:center}.ChannelPage .join-card h2{font-size:28px;font-weight:700;margin-bottom:6px}.ChannelPage .join-card p.subtitle{font-size:14px;color:#abb0b5;margin-bottom:24px}.ChannelPage .social-btn{border-radius:10px;font-weight:600;border:none;padding:10px 0;font-size:14px;background:linear-gradient(90deg,#4c5867,#abb0b5);color:#0b0d10;box-shadow:0 7px 18px #00000059}.ChannelPage .btn-whatsapp,.ChannelPage .btn-telegram,.ChannelPage .btn-youtube{background:linear-gradient(90deg,#4c5867,#abb0b5);border:1px solid rgba(255,255,255,.25);color:#0b0d10}.ChannelPage .btn-register{width:220px;max-width:100%;display:flex;justify-content:center;align-items:center;width:50%;margin:10px auto 0;height:60px;border-radius:10px;border:2px solid rgba(255,255,255,.3);background:#ffffff14;font-size:14px;color:#fff;text-transform:uppercase;font-weight:500}@media (max-width: 575px){.app-wrapper .popup-inner{padding:20px}.ChannelPage .social-btn{margin-bottom:10px}.app-wrapper .popup-title{font-size:20px}}@media (min-width: 320px) and (max-width: 768.99px){.login-box{padding:10px}}.Welcomepage{background-color:transparent}.Welcomepage .card{box-shadow:0 0 5px 2px;background:#f5f8fa;width:fit-content;margin:auto;border-radius:20px}.Welcomepage .singinglogo{width:250px;height:auto;margin:auto}.Welcomepage .card .welcomepageheading{font-size:25px;font-weight:700;color:#000;text-align:center;margin-top:20px}.Welcomepage .card .weltext{font-size:20px;font-weight:700;color:#000;text-align:center;margin-bottom:20px}.Welcomepage .card .userName{display:flex;align-items:center;gap:.5rem;color:#000;font-size:20px;font-weight:700;margin-bottom:20px}.Welcomepage .card .userName .male{color:#f11f09}.Welcomepage .card .userName .female{color:green}.Welcomepage .card .summery{font-size:17px;color:#000;text-align:center;margin-bottom:10px!important;font-weight:400}.Welcomepage .card .wish{font-size:20px;color:green;text-align:center;margin-bottom:10px!important;font-weight:400}.Welcomepage .card .list{list-style:none;padding-left:0;width:85%;margin:auto}.Welcomepage .card .list li{display:flex;align-items:center;gap:1rem;margin-bottom:15px}.Welcomepage .card .list li .icon{background:linear-gradient(23deg,#11302e,#11302e 46%,#11302e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:flex;align-items:center;gap:1rem;width:30%;font-size:20px;font-weight:500}.Welcomepage .card .list li .name{width:70%;text-align:end;color:#000;font-size:20px;font-weight:500}.Welcomepage .card .welcomebtn{border-radius:30px;border:1.5px dashed #11302E;font-size:16px;text-align:center;font-weight:600;display:flex;align-items:center;justify-content:center;margin:auto;color:#000;width:fit-content;transition:all .4s ease-in}.Welcomepage .card .welcomebtn:hover{background:linear-gradient(23deg,#11302e,#11302e 46%,#11302e);transition:all .4s ease-in;color:#fff;border-color:#fff}@media (min-width: 320px) and (max-width: 575.98px){.Welcomepage .card .welcomepageheading{margin-bottom:15px;font-size:22px}.Welcomepage .card .userName{justify-content:center;font-size:14px}.Welcomepage .card .card .card-body{padding:10px 5px}.Welcomepage .card .summery{font-size:15px}.Welcomepage .card .wish{font-weight:700}.Welcomepage .card .list{width:90%}.Welcomepage .card .list li .icon{font-size:13px;width:40%;font-weight:600}.Welcomepage .card .list li .name{font-size:14px;width:60%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}}@media (min-width: 576px) and (max-width: 991.98px){.Welcomepage .card .welcomepageheading{margin-bottom:15px}.Welcomepage .card .userName{justify-content:center}.Welcomepage .card .summery{font-size:15px}.Welcomepage .card .wish{font-weight:700}.Welcomepage .card .list{width:90%}.Welcomepage .card .list li .icon{font-size:17px;width:40%}.Welcomepage .card .list li .name{font-size:17px;width:60%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}}
