html,body{margin:0;padding:0}body{min-height:100vh;background:linear-gradient(269deg,#00e680 0%,#00bfc4 100%)}.flex{flex:1}.container-box{display:grid;justify-items:center;gap:200px;margin-top:60px;margin-bottom:50px}@media screen and (max-width: 600px){.container-box{padding:0 16px;gap:60px;margin-top:16px}}@media screen and (min-width: 600px) and (max-width: 900px){.container-box{padding:0 24px;gap:80px}}@media screen and (min-width: 900px) and (max-width: 1200px){.container-box{padding:0 32px;gap:100px}}@media screen and (min-width: 1200px) and (max-width: 1500px){.container-box{padding:0 40px;gap:100px}}.container{width:100%;max-width:1500px}.skeletonAnimation{animation:skeleton 1.5s ease infinite;background:linear-gradient(90deg,#01ff8f 25%,#0bf08d 37%,#01ff8f 63%);background-size:400% 400%;background-color:#01ff8f}@keyframes skeleton{0%{background-position:100% 0}to{background-position:0 0}}a,button{cursor:pointer;-webkit-tap-highlight-color:transparent;text-decoration:none}.ant-message-notice-content{background:linear-gradient(91deg,#01ff8f 0%,#00bec5 100%)}.loader{--clr: #00e680;width:26px;height:26px;position:relative;display:flex;justify-content:center;align-items:center}@media screen and (max-width: 600px){.loader{width:20px;height:20px}}.loader:before,.loader:after{content:"";position:absolute;width:100%;height:100%;border-radius:100%;border:4px solid transparent;border-top-color:var(--clr)}.loader:before{z-index:100;animation:spin 1s infinite}.loader:after{border:4px solid #fff}@keyframes spin{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}.loaders{--size-loader: 26px;--size-orbe: 6px;width:var(--size-loader);height:var(--size-loader);position:relative;transform:rotate(45deg)}@media screen and (max-width: 600px){.loaders{--size-loader: 20px;--size-orbe: 4px}}.orbe{position:absolute;width:100%;height:100%;--delay: calc(var(--index) * .1s);animation:orbit7456 ease-in-out 1.5s var(--delay) infinite;opacity:calc(1 - calc(.2 * var(--index)))}.orbe:after{position:absolute;content:"";top:0;left:0;width:var(--size-orbe);height:var(--size-orbe);background-color:#3ae374;box-shadow:0 0 20px 2px #3ae374;border-radius:50%}@keyframes orbit7456{80%{transform:rotate(360deg)}to{transform:rotate(360deg)}}.loading-box{display:grid;justify-items:center;align-items:center;height:100vh}.loading-box .loading-container-box{display:grid;justify-items:center;align-items:center;font-size:46px;font-family:Arial-Bold Italic;font-weight:400;color:#2c2c2c}.loader-text span{position:relative;display:grid;justify-items:center;align-items:center;display:inline-block;vertical-align:middle}.loader-text span:nth-child(1){animation:loading-text 1.5s ease-in-out infinite;-webkit-animation:loading-text 1.5s ease-in-out infinite}.loader-text span:nth-child(2){animation:loading-text 1.5s ease-in-out .5s infinite;-webkit-animation:loading-text 1.5s ease-in-out .5s infinite}.loader-text span:nth-child(3){animation:loading-text 1.5s ease-in-out 1s infinite;-webkit-animation:loading-text 1.5s ease-in-out 1s infinite}@keyframes loading-text{0%{opacity:0}50%{opacity:1}to{opacity:0}}.music{position:absolute;right:26px;top:26px}.music .music-box{width:60px;height:60px;background:rgba(0,0,0,.5);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-tap-highlight-color:transparent;position:relative;overflow:hidden;isolation:isolate}@media screen and (max-width: 600px){.music .music-box{width:50px;height:50px}}.music .music-box :after{content:"";z-index:-1;position:absolute;top:0;left:0;width:400%;height:100%;background:linear-gradient(115deg,#4fcf70,#fad648,#a767e5,#12bcfe,#44ce7b);background-size:25% 100%;animation:an-at-keyframe-css-at-rule-that-translates-via-the-transform-property-the-background-by-negative-25-percent-of-its-width-so-that-it-gives-a-nice-border-animation_-We-use-the-translate-property-to-have-a-nice-transition-so-it_s-not-a-jerk-of-a-start-or-stop .75s linear infinite;animation-play-state:paused;translate:-5% 0%;transition:translate .25s ease-out}@keyframes an-at-keyframe-css-at-rule-that-translates-via-the-transform-property-the-background-by-negative-25-percent-of-its-width-so-that-it-gives-a-nice-border-animation_-We-use-the-translate-property-to-have-a-nice-transition-so-it_s-not-a-jerk-of-a-start-or-stop{to{transform:translate(-25%)}}.music .music-box .music-Play{width:90%;height:90%;border-radius:50%;background:linear-gradient(270deg,#00bec5 0%,#01ff8f 100%);display:flex;align-items:center;justify-content:center}.music .music-box .music-Play img{position:absolute}.music .music-box-Play :after{animation-play-state:running;translate:0% 0%;transition-duration:.75s}.music .music-box-Pause :after{animation-play-state:paused;translate:-5% 0%;transition:translate .25s ease-out}.km-message{position:fixed;top:0;left:0;width:100%;height:100vh;display:grid;justify-items:center;pointer-events:none;z-index:1}@keyframes km-message-fade-in{0%{margin-top:-100px;opacity:0}to{opacity:1}}@keyframes km-message-fade-out{0%{opacity:1}to{margin-top:-100px;opacity:0}}.km-message .km-message-fade-in{animation:km-message-fade-in .3s forwards;--webkit-animation: km-message-fade-in .3s forwards;--moz-animation: km-message-fade-in .3s forwards;--o-animation: km-message-fade-in .3s forwards;--ms-animation: km-message-fade-in .3s forwards}.km-message .km-message-fade-out{animation:km-message-fade-out .3s forwards;--webkit-animation: km-message-fade-out .3s forwards;--moz-animation: km-message-fade-out .3s forwards;--o-animation: km-message-fade-out .3s forwards;--ms-animation: km-message-fade-out .3s forwards}.km-message .km-message-box{position:absolute;top:clamp(6px,1vw,16px);max-width:clamp(300px,50vw,400px);width:80%;display:grid;grid-auto-columns:auto;grid-auto-flow:column;gap:16px;justify-content:center;align-items:center;background:rgba(0,0,0,.1);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:16px;padding:clamp(16px,1vw,20px);color:#fff;white-space:normal;font-size:22px}.km-message .km-message-box .icon{font-size:clamp(26px,1.5vw,36px);color:#fff}.km-message .success .anticon{color:#00ff8e}.km-message .error .anticon{color:red}.km-message .warning .anticon{color:#ef0}.km-message .info .anticon{color:#00bfc4}.home-top-box{display:grid;gap:60px}.home-top-box .home-top{display:flex;align-items:flex-end;justify-content:space-between}@media screen and (max-width: 600px){.home-top-box .home-top{display:grid;justify-items:center;justify-content:unset}}@media screen and (min-width: 600px) and (max-width: 900px){.home-top-box .home-top{display:grid;justify-items:center;justify-content:unset}}@media screen and (min-width: 900px) and (max-width: 1200px){.home-top-box .home-top{display:grid;justify-items:center;justify-content:unset}}.home-top-box .home-top .home-top-animation{display:flex;align-items:end;margin-bottom:56px}@media screen and (max-width: 600px){.home-top-box .home-top .home-top-animation{width:80%;margin:0}}.home-top-box .home-top .home-top-card-box{width:50%;border-radius:40px;padding:90px 56px;display:grid;gap:60px;position:relative}@media screen and (max-width: 600px){.home-top-box .home-top .home-top-card-box{background:linear-gradient(270deg,#00bec5 0%,#01ff8f 100%);width:-webkit-fill-available;padding:36px 26px;gap:30px;border-radius:16px}}@media screen and (min-width: 600px) and (max-width: 900px){.home-top-box .home-top .home-top-card-box{background:linear-gradient(270deg,#00bec5 0%,#01ff8f 100%);width:-webkit-fill-available;padding:36px 26px;gap:36px}}@media screen and (min-width: 900px) and (max-width: 1200px){.home-top-box .home-top .home-top-card-box{background:linear-gradient(270deg,#00bec5 0%,#01ff8f 100%);width:-webkit-fill-available;padding:50px 60px}}.home-top-box .home-top .home-top-card-box .info-box{display:grid;gap:16px}@media screen and (max-width: 600px){.home-top-box .home-top .home-top-card-box .info-box{gap:12px}}@media screen and (min-width: 600px) and (max-width: 900px){.home-top-box .home-top .home-top-card-box .info-box{gap:12px}}.home-top-box .home-top .home-top-card-box .info-box .info-title{width:fit-content;font-size:40px;font-family:Arial-Bold Italic,Arial;font-weight:700;text-transform:uppercase;background:linear-gradient(90deg,#6301f8 0%,#242424 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media screen and (max-width: 600px){.home-top-box .home-top .home-top-card-box .info-box .info-title{font-size:26px}}@media screen and (min-width: 600px) and (max-width: 900px){.home-top-box .home-top .home-top-card-box .info-box .info-title{font-size:36px}}.home-top-box .home-top .home-top-card-box .info-box .info-text{font-size:20px;font-family:Arial-Regular,Arial;font-weight:400;color:#2c2c2c;white-space:pre-line;line-height:1.5}@media screen and (max-width: 600px){.home-top-box .home-top .home-top-card-box .info-box .info-text{font-size:16px}}@media screen and (min-width: 600px) and (max-width: 900px){.home-top-box .home-top .home-top-card-box .info-box .info-text{font-size:18px}}.home-top-box .home-top .home-top-card-box .info-box .info-link-box{margin-top:6px;display:grid;gap:16px;grid-template-columns:repeat(5,1fr);width:fit-content}.home-top-box .home-top .home-top-card-box .info-box .info-link-box a img{border-radius:50%;width:60px;height:60px;box-shadow:0 0 30px 6px #00000029}@media screen and (max-width: 600px){.home-top-box .home-top .home-top-card-box .info-box .info-link-box a img{width:40px;height:40px}}.home-top-box .home-top .home-top-card-box .info-box .info-bnt-box{margin-top:20px;display:grid;gap:36px;align-items:center;grid-auto-columns:auto;grid-auto-flow:column;font-family:Arial-Regular,Arial;width:fit-content;font-weight:400}@media screen and (max-width: 600px){.home-top-box .home-top .home-top-card-box .info-box .info-bnt-box{margin-top:4px;gap:16px;font-size:18px;display:grid;grid-template-columns:repeat(2,1fr)}}.home-top-box .home-top .home-top-card-box .info-box .info-bnt-box button{width:200px;height:60px;border-radius:16px;background:transparent;border:2px solid #0c0c0c;text-transform:uppercase;font-size:24px;cursor:pointer;-webkit-tap-highlight-color:transparent}@media screen and (max-width: 600px){.home-top-box .home-top .home-top-card-box .info-box .info-bnt-box button{width:100%;height:40px;border-radius:10px;font-size:14px}}.home-top-box .home-top .home-top-card-box .info-box .info-bnt-box .a-button{background:#000000;color:#fff}.home-top-box .home-top .home-top-card-box .contract-address-box{display:grid;gap:6px}.home-top-box .home-top .home-top-card-box .contract-address-box .title{font-size:24px;font-family:Arial-Regular,Arial;font-weight:400;color:#000}@media screen and (max-width: 600px){.home-top-box .home-top .home-top-card-box .contract-address-box .title{font-size:18px}}.home-top-box .home-top .home-top-card-box .contract-address-box .copy-box{display:grid;gap:16px;align-items:center;font-size:26px;font-family:Arial-Bold,Arial;font-weight:700;color:#6301f8;grid-auto-columns:auto;grid-auto-flow:column;width:fit-content}@media screen and (max-width: 600px){.home-top-box .home-top .home-top-card-box .contract-address-box .copy-box{display:block;font-size:16px}}@media screen and (min-width: 600px) and (max-width: 900px){.home-top-box .home-top .home-top-card-box .contract-address-box .copy-box{display:block}}.home-top-box .home-top .home-top-card-box .contract-address-box .copy-box span{text-decoration:underline;cursor:pointer;-webkit-tap-highlight-color:transparent;word-break:break-all}.home-top-box .home-top .home-top-card-box .contract-address-box .copy-box img{width:26px;height:26px;cursor:pointer;-webkit-tap-highlight-color:transparent}@media screen and (max-width: 600px){.home-top-box .home-top .home-top-card-box .contract-address-box .copy-box img{width:20px;height:20px;margin-top:4px;margin-left:12px;margin-bottom:-4px}}@media screen and (min-width: 600px) and (max-width: 900px){.home-top-box .home-top .home-top-card-box .contract-address-box .copy-box img{margin-top:4px;margin-left:12px;margin-bottom:-4px}}.home-top-box .home-top-ad-box{display:grid;gap:26px;align-items:center;grid-template-columns:repeat(6,1fr)}@media screen and (max-width: 600px){.home-top-box .home-top-ad-box{gap:16px;grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 600px) and (max-width: 900px){.home-top-box .home-top-ad-box{gap:16px;grid-template-columns:repeat(3,1fr)}}@media screen and (min-width: 900px) and (max-width: 1200px){.home-top-box .home-top-ad-box{gap:16px;grid-template-columns:repeat(4,1fr)}}@media screen and (min-width: 1200px) and (max-width: 1600px){.home-top-box .home-top-ad-box{gap:16px;grid-template-columns:repeat(5,1fr)}}.home-top-box .home-top-ad-box a{background:linear-gradient(270deg,#01ff8f 0%,#00bec5 100%);box-shadow:0 4px #00000029;border-radius:20px;display:flex;align-items:center;color:#fff;font-size:26px;font-family:Arial-Regular,Arial;overflow:hidden;z-index:1}@media screen and (max-width: 600px){.home-top-box .home-top-ad-box a{border-radius:10px}}.home-top-box .home-top-ad-box a img{width:100%;height:100%}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.home-about-box{display:grid;justify-items:center;gap:36px}@media screen and (max-width: 600px){.home-about-box{gap:16px}}.home-about-box .title{font-size:40px;font-family:Arial-Bold Italic,Arial;font-weight:700;text-transform:uppercase;background:linear-gradient(90deg,#6301f8 0%,#242424 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-align:center;width:50%}@media screen and (max-width: 600px){.home-about-box .title{width:100%;font-size:26px}}@media screen and (min-width: 600px) and (max-width: 900px){.home-about-box .title{width:80%}}.home-about-box .text{font-size:20px;font-family:Arial-Regular,Arial;font-weight:400;color:#2c2c2c;text-align:left;white-space:pre-line;line-height:1.5}@media screen and (max-width: 600px){.home-about-box .text{font-size:14px}}.home-about-box .home-carousel-swiper{margin-top:60px;width:100%;padding-bottom:60px}@media screen and (max-width: 600px){.home-about-box .home-carousel-swiper{margin-top:26px}}.home-about-box .home-carousel-swiper .swiper-slide{background:#01ff8f;border-radius:26px;overflow:hidden;cursor:pointer;-webkit-tap-highlight-color:transparent}@media screen and (max-width: 600px){.home-about-box .home-carousel-swiper .swiper-slide{border-radius:16px}}.home-about-box .home-carousel-swiper .swiper-pagination .swiper-pagination-bullet{width:14px;height:14px;background:#ffffff;opacity:1}.home-about-box .home-carousel-swiper .swiper-pagination .swiper-pagination-bullet-active{background:#01ff8f}.home-airdrop-box{display:grid;border-radius:40px;background:rgba(0,0,0,.4);position:relative}@media screen and (max-width: 600px){.home-airdrop-box{border-radius:16px}}@media screen and (min-width: 600px) and (max-width: 900px){.home-airdrop-box{margin-top:36px}}.home-airdrop-box .airdrop-image{position:absolute;top:-200px;right:60px;width:360px;height:360px}@media screen and (max-width: 600px){.home-airdrop-box .airdrop-image{width:40%;height:40%;right:16px;top:-180px}}@media screen and (min-width: 600px) and (max-width: 900px){.home-airdrop-box .airdrop-image{width:30%;height:30%;right:16px;top:-250px}}@media screen and (min-width: 900px) and (max-width: 1200px){.home-airdrop-box .airdrop-image{top:-120px;width:300px;height:300px}}.home-airdrop-box .padding{padding:60px;display:grid;gap:60px}@media screen and (max-width: 600px){.home-airdrop-box .padding{padding:36px 26px;gap:30px}}@media screen and (min-width: 600px) and (max-width: 900px){.home-airdrop-box .padding{padding:36px 26px;gap:26px}}.home-airdrop-box .airdrop-title{font-size:66px;font-family:Arial-Bold Italic;font-weight:700;text-transform:uppercase;background:linear-gradient(270deg,#00ffff 0%,#00e680 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;z-index:1}@media screen and (max-width: 600px){.home-airdrop-box .airdrop-title{width:60%;font-size:30px}}@media screen and (min-width: 600px) and (max-width: 900px){.home-airdrop-box .airdrop-title{font-size:36px}}@media screen and (min-width: 900px) and (max-width: 1200px){.home-airdrop-box .airdrop-title{font-size:60px}}.home-airdrop-box .airdrop-card-box{display:grid;grid-template-columns:repeat(2,1fr);gap:26px}@media screen and (max-width: 600px){.home-airdrop-box .airdrop-card-box{grid-template-columns:1fr}}@media screen and (min-width: 600px) and (max-width: 900px){.home-airdrop-box .airdrop-card-box{grid-template-columns:1fr}}@media screen and (min-width: 900px) and (max-width: 1200px){.home-airdrop-box .airdrop-card-box{grid-template-columns:1fr}}.home-airdrop-box .airdrop-card-box .card{background:rgba(0,0,0,.3);box-shadow:0 6px #00000029;border-radius:40px;padding:30px;display:grid;gap:60px;align-items:flex-end}@media screen and (max-width: 600px){.home-airdrop-box .airdrop-card-box .card{padding:16px;gap:26px;border-radius:16px}}@media screen and (min-width: 600px) and (max-width: 900px){.home-airdrop-box .airdrop-card-box .card{gap:36px}}@media screen and (min-width: 1200px) and (max-width: 1600px){.home-airdrop-box .airdrop-card-box .card{gap:36px}}.home-airdrop-box .airdrop-card-box .card .card-container-box{display:grid;gap:36px;height:fit-content}@media screen and (max-width: 600px){.home-airdrop-box .airdrop-card-box .card .card-container-box{gap:26px}}.home-airdrop-box .airdrop-card-box .airdrop-contract-box{text-align:end}@media screen and (max-width: 600px){.home-airdrop-box .airdrop-card-box .airdrop-contract-box{display:none}}.home-airdrop-box .airdrop-card-box .airdrop-contract-box a{font-size:26px;font-family:Arial-Regular,Arial;font-weight:400;color:#00ff8e;text-decoration:underline;text-underline-offset:5px}@media screen and (max-width: 600px){.home-airdrop-box .airdrop-card-box .airdrop-contract-box a{font-size:16px}}@media screen and (min-width: 1200px) and (max-width: 1600px){.home-airdrop-box .airdrop-card-box .airdrop-contract-box a{font-size:22px}}.home-airdrop-box .airdrop-card-box .airdrop-quantity-box{display:grid;gap:26px}@media screen and (max-width: 600px){.home-airdrop-box .airdrop-card-box .airdrop-quantity-box{gap:6px}}.home-airdrop-box .airdrop-card-box .airdrop-quantity-box .loaders-box{display:grid;justify-items:center;align-items:center}.home-airdrop-box .airdrop-card-box .airdrop-quantity-box .airdrop-quantity-title{font-size:26px;font-family:Arial-Regular,Arial;font-weight:400;color:#fff}@media screen and (max-width: 600px){.home-airdrop-box .airdrop-card-box .airdrop-quantity-box .airdrop-quantity-title{font-size:18px}}@media screen and (min-width: 1200px) and (max-width: 1600px){.home-airdrop-box .airdrop-card-box .airdrop-quantity-box .airdrop-quantity-title{font-size:24px}}.home-airdrop-box .airdrop-card-box .airdrop-quantity-box .airdrop-quantity-text{font-size:22px;font-family:Arial-Regular,Arial;font-weight:400;color:#fff;line-height:1.5;opacity:.8}@media screen and (max-width: 600px){.home-airdrop-box .airdrop-card-box .airdrop-quantity-box .airdrop-quantity-text{font-size:18px}}@media screen and (min-width: 1200px) and (max-width: 1600px){.home-airdrop-box .airdrop-card-box .airdrop-quantity-box .airdrop-quantity-text{font-size:20px}}.home-airdrop-box .airdrop-card-box .airdrop-quantity-box .airdrop-quantity-container-box{display:grid;gap:16px;color:#fd0}@media screen and (max-width: 600px){.home-airdrop-box .airdrop-card-box .airdrop-quantity-box .airdrop-quantity-container-box{gap:6px}}@media screen and (min-width: 600px) and (max-width: 900px){.home-airdrop-box .airdrop-card-box .airdrop-quantity-box .airdrop-quantity-container-box{gap:6px}}@media screen and (min-width: 1200px) and (max-width: 1600px){.home-airdrop-box .airdrop-card-box .airdrop-quantity-box .airdrop-quantity-container-box{gap:6px}}.home-airdrop-box .airdrop-card-box .airdrop-quantity-box .airdrop-quantity-container-box .quantity{font-size:60px;font-family:Arial-Bold Italic,Arial;font-weight:400}@media screen and (max-width: 600px){.home-airdrop-box .airdrop-card-box .airdrop-quantity-box .airdrop-quantity-container-box .quantity{font-size:36px}}@media screen and (min-width: 600px) and (max-width: 900px){.home-airdrop-box .airdrop-card-box .airdrop-quantity-box .airdrop-quantity-container-box .quantity{font-size:46px}}@media screen and (min-width: 1200px) and (max-width: 1600px){.home-airdrop-box .airdrop-card-box .airdrop-quantity-box .airdrop-quantity-container-box .quantity{font-size:56px}}.home-airdrop-box .airdrop-card-box .airdrop-quantity-box .airdrop-quantity-container-box .price{font-size:36px;font-family:Arial-Italic,Arial;font-weight:400}@media screen and (max-width: 600px){.home-airdrop-box .airdrop-card-box .airdrop-quantity-box .airdrop-quantity-container-box .price{font-size:22px}}@media screen and (min-width: 600px) and (max-width: 900px){.home-airdrop-box .airdrop-card-box .airdrop-quantity-box .airdrop-quantity-container-box .price{font-size:26px}}@media screen and (min-width: 1200px) and (max-width: 1600px){.home-airdrop-box .airdrop-card-box .airdrop-quantity-box .airdrop-quantity-container-box .price{font-size:32px}}.home-airdrop-box .airdrop-card-box .security-tips-box{background:rgba(255,95,70,.56);border-radius:26px;border:3px solid #ff6060;padding:26px;display:grid;gap:26px;color:#fff;height:fit-content}@media screen and (max-width: 600px){.home-airdrop-box .airdrop-card-box .security-tips-box{padding:16px;gap:12px;border-radius:16px}}@media screen and (min-width: 600px) and (max-width: 900px){.home-airdrop-box .airdrop-card-box .security-tips-box{gap:16px}}@media screen and (min-width: 1200px) and (max-width: 1600px){.home-airdrop-box .airdrop-card-box .security-tips-box{gap:16px}}.home-airdrop-box .airdrop-card-box .security-tips-box .title-box{display:grid;grid-auto-columns:auto;grid-auto-flow:column;width:fit-content;align-items:center;gap:26px;font-size:26px;font-family:Arial-Regular,Arial;font-weight:400}@media screen and (max-width: 600px){.home-airdrop-box .airdrop-card-box .security-tips-box .title-box{font-size:16px;gap:12px}}@media screen and (min-width: 1200px) and (max-width: 1600px){.home-airdrop-box .airdrop-card-box .security-tips-box .title-box{font-size:22px}}.home-airdrop-box .airdrop-card-box .security-tips-box .title-box img{width:40px;height:40px}@media screen and (max-width: 600px){.home-airdrop-box .airdrop-card-box .security-tips-box .title-box img{width:26px;height:26px}}@media screen and (min-width: 1200px) and (max-width: 1600px){.home-airdrop-box .airdrop-card-box .security-tips-box .title-box img{width:36px;height:36px}}.home-airdrop-box .airdrop-card-box .security-tips-box .text-box{display:grid;gap:6px;font-size:24px;font-family:Arial-Regular,Arial;font-weight:400;line-height:1.5}@media screen and (max-width: 600px){.home-airdrop-box .airdrop-card-box .security-tips-box .text-box{gap:12px;font-size:14px}}@media screen and (min-width: 1200px) and (max-width: 1600px){.home-airdrop-box .airdrop-card-box .security-tips-box .text-box{font-size:20px}}.home-airdrop-box .airdrop-card-box .airdrops-input{padding:0 16px!important}.home-airdrop-box .airdrop-card-box .airdrop-input{height:70px;background:rgba(0,0,0,.3);border-radius:26px;border:2px solid rgba(0,230,128,.3);padding:0 60px 0 16px;text-align:center;font-size:24px;font-family:Arial-Regular,Arial;font-weight:400;color:#fff;display:grid;align-items:center;position:relative}@media screen and (max-width: 600px){.home-airdrop-box .airdrop-card-box .airdrop-input{height:50px;border-radius:16px;padding:0 46px 0 16px;font-size:16px}}@media screen and (min-width: 1200px) and (max-width: 1600px){.home-airdrop-box .airdrop-card-box .airdrop-input{height:60px}}.home-airdrop-box .airdrop-card-box .airdrop-input input{background:transparent;border:none;color:#fff;font-size:22px;font-family:Arial-Regular,Arial;font-weight:400;text-align:center}.home-airdrop-box .airdrop-card-box .airdrop-input input::placeholder{color:#ffffff80}.home-airdrop-box .airdrop-card-box .airdrop-input input:focus{outline:none}@media screen and (max-width: 600px){.home-airdrop-box .airdrop-card-box .airdrop-input input{font-size:14px}}.home-airdrop-box .airdrop-card-box .airdrop-input .purge{position:absolute;right:16px;width:40px;height:40px;background:rgba(255,255,255,.2);border-radius:50%;cursor:pointer;-webkit-tap-highlight-color:transparent;text-decoration:none;display:grid;align-items:center;justify-items:center;font-size:16px;color:#fffc}@media screen and (max-width: 600px){.home-airdrop-box .airdrop-card-box .airdrop-input .purge{width:30px;height:30px;right:12px;font-size:12px}}.home-airdrop-box .airdrop-card-box .query-airdrop-info-box{display:grid;gap:100px;padding:0 16px}@media screen and (max-width: 600px){.home-airdrop-box .airdrop-card-box .query-airdrop-info-box{gap:50px}}@media screen and (min-width: 1200px) and (max-width: 1600px){.home-airdrop-box .airdrop-card-box .query-airdrop-info-box{gap:50px}}.home-airdrop-box .airdrop-card-box .query-airdrop-info-box .query-box{display:grid;grid-auto-columns:auto;grid-auto-flow:column;align-items:center;justify-content:space-between;position:relative}.home-airdrop-box .airdrop-card-box .query-airdrop-info-box .query-box .query-container-box{display:grid;grid-auto-columns:auto;grid-auto-flow:column;align-items:center;gap:36px;font-family:Arial-Bold,Arial;font-weight:700}@media screen and (max-width: 600px){.home-airdrop-box .airdrop-card-box .query-airdrop-info-box .query-box .query-container-box{gap:12px}}@media screen and (min-width: 1200px) and (max-width: 1600px){.home-airdrop-box .airdrop-card-box .query-airdrop-info-box .query-box .query-container-box{gap:26px}}.home-airdrop-box .airdrop-card-box .query-airdrop-info-box .query-box .query-container-box .index{width:46px;height:46px;background:#dcf3ff;border-radius:16px;display:grid;align-items:center;justify-items:center;font-size:22px;color:#9dcde6}@media screen and (max-width: 600px){.home-airdrop-box .airdrop-card-box .query-airdrop-info-box .query-box .query-container-box .index{width:30px;height:30px;font-size:14px;border-radius:10px}}@media screen and (min-width: 1200px) and (max-width: 1600px){.home-airdrop-box .airdrop-card-box .query-airdrop-info-box .query-box .query-container-box .index{width:40px;height:40px;font-size:20px;border-radius:14px}}.home-airdrop-box .airdrop-card-box .query-airdrop-info-box .query-box .query-container-box .text{color:#dcf3ff;font-size:26px;line-height:1.5}@media screen and (max-width: 600px){.home-airdrop-box .airdrop-card-box .query-airdrop-info-box .query-box .query-container-box .text{font-size:14px;line-height:1.3}}@media screen and (min-width: 1200px) and (max-width: 1600px){.home-airdrop-box .airdrop-card-box .query-airdrop-info-box .query-box .query-container-box .text{font-size:24px}}.home-airdrop-box .airdrop-card-box .query-airdrop-info-box .query-box img{width:36px;height:36px}@media screen and (max-width: 600px){.home-airdrop-box .airdrop-card-box .query-airdrop-info-box .query-box img{width:26px;height:26px}}.home-airdrop-box .airdrop-card-box .query-airdrop-info-box .query-box button{background:#00e680;box-shadow:0 3px 6px 1px #00000029;border-radius:16px;padding:6px 26px;border:0;font-size:22px;font-family:Arial-Regular,Arial;font-weight:400;color:#242424;text-shadow:0px 3px 6px rgba(0,0,0,.16)}@media screen and (max-width: 600px){.home-airdrop-box .airdrop-card-box .query-airdrop-info-box .query-box button{font-size:14px;padding:6px 14px;border-radius:10px}}@media screen and (min-width: 1200px) and (max-width: 1600px){.home-airdrop-box .airdrop-card-box .query-airdrop-info-box .query-box button{font-size:20px;padding:6px 20px;border-radius:14px}}.home-airdrop-box .airdrop-card-box .query-airdrop-info-box .query-box .hr{position:absolute;bottom:-80px;left:23px;width:3px;height:60px;background:#9dcde6;border-radius:6px}@media screen and (max-width: 600px){.home-airdrop-box .airdrop-card-box .query-airdrop-info-box .query-box .hr{bottom:-43px;left:16px;height:36px}}@media screen and (min-width: 1200px) and (max-width: 1600px){.home-airdrop-box .airdrop-card-box .query-airdrop-info-box .query-box .hr{bottom:-43px;left:20px;height:36px}}.home-airdrop-box .airdrop-card-box .connect-wallet-box{display:grid;gap:26px}@media screen and (max-width: 600px){.home-airdrop-box .airdrop-card-box .connect-wallet-box{gap:16px}}.home-airdrop-box .airdrop-card-box .connect-wallet-box button{height:70px;background:#00e680;box-shadow:0 3px 6px 1px #00000029;border-radius:26px;border:0;font-size:26px;font-family:Arial-Regular,Arial;font-weight:400;color:#242424}@media screen and (max-width: 600px){.home-airdrop-box .airdrop-card-box .connect-wallet-box button{height:50px;font-size:18px;border-radius:16px}}@media screen and (min-width: 1200px) and (max-width: 1600px){.home-airdrop-box .airdrop-card-box .connect-wallet-box button{height:60px;font-size:24px;border-radius:20px}}.home-airdrop-box .airdrop-card-box .connect-wallet-box span{text-align:center;font-size:24px;font-family:Arial-Regular,Arial;font-weight:400;color:#fff9;letter-spacing:2px;line-height:1.5}@media screen and (max-width: 600px){.home-airdrop-box .airdrop-card-box .connect-wallet-box span{font-size:16px}}@media screen and (min-width: 1200px) and (max-width: 1600px){.home-airdrop-box .airdrop-card-box .connect-wallet-box span{font-size:18px}}.home-airdrop-box .airdrop-card-box .connect-wallet-box span a{text-underline-offset:6px;color:#fffc}.home-airdrop-box .airdrop-card-box .connect-wallet-box .networks-box{display:grid;grid-auto-columns:auto;grid-auto-flow:column;align-items:center;justify-content:space-between}@media screen and (max-width: 600px){.home-airdrop-box .airdrop-card-box .connect-wallet-box .networks-box{grid-auto-flow:row;grid-auto-rows:auto;justify-content:center;gap:6px}}.home-airdrop-box .airdrop-card-box .connect-wallet-box .networks-box span{font-size:22px;font-family:Arial-Regular,Arial;font-weight:400;color:#fd0}@media screen and (max-width: 600px){.home-airdrop-box .airdrop-card-box .connect-wallet-box .networks-box span{font-size:16px}}.home-airdrop-box .airdrop-card-box .connect-wallet-box .networks-box button{border-radius:16px;border:2px solid #ffdd00;background:none;font-size:20px;font-family:Arial-Regular,Arial;font-weight:400;color:#fd0;padding:12px 16px;height:auto}@media screen and (max-width: 600px){.home-airdrop-box .airdrop-card-box .connect-wallet-box .networks-box button{font-size:14px;padding:8px 12px}}.home-airdrop-box .airdrop-card-box .kunkun-loaders-box{display:grid;align-items:center;justify-items:center}.home-airdrop-box .airdrop-card-box .kunkun-loaders-box .kunkun-loaders{width:fit-content}.receive-success-box{position:fixed;z-index:9;top:0;width:100%;height:100vh;background:rgba(0,0,0,.8);display:grid;align-items:center;justify-items:center;gap:36px}.receive-success-box .receive-box{width:100%;display:grid;gap:36px;align-items:center;justify-items:center}@media screen and (max-width: 600px){.receive-success-box .receive-box{width:90%}}.receive-success-box .receive-box .l{position:absolute;left:-26px;bottom:-60px;width:300px;height:300px;z-index:1}.receive-success-box .receive-box .success{position:absolute;right:-50px;bottom:-50px;width:60%;border-radius:50%;border:12px solid #fff;opacity:.5}.receive-success-box .close{width:40px;height:40px;background:rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ffffff80;font-size:24px;cursor:pointer;-webkit-tap-highlight-color:transparent;text-decoration:none}.receive-success-box .receive-container-box{width:100%;max-width:400px;border:6px solid #fff;background:linear-gradient(269deg,#00e680 0%,#00bfc4 100%);border-radius:16px;display:grid;height:460px;position:relative;overflow:hidden}.receive-success-box .receive-container-box .receive-info{border:6px solid #fff;border-radius:16px;padding:26px 16px;height:260px;background:rgba(0,0,0,.4);display:grid;gap:16px;z-index:1;margin:16px}.receive-success-box .receive-container-box .receive-info .info-box{display:grid;gap:36px;align-items:center;height:fit-content}.receive-success-box .receive-container-box .receive-info .info-title-box{width:fit-content;height:fit-content;display:grid;grid-auto-columns:auto;grid-auto-flow:column;align-items:center;gap:16px;font-size:26px;font-family:Arial-Regular,Arial;font-weight:400;color:#fff}.receive-success-box .receive-container-box .receive-info .info-title-box img{width:26px;height:26px;border:3px solid #fff;border-radius:50%}.receive-success-box .receive-container-box .receive-info .info-content{height:fit-content;display:grid;gap:6px;font-size:36px;font-family:Arial-Bold Italic,Arial;font-weight:400;color:#fd0}.home-invite-box{display:grid;background:rgba(0,0,0,.4);border-radius:40px}@media screen and (max-width: 600px){.home-invite-box{border-radius:16px}}.home-invite-box .padding{padding:60px;display:grid;gap:26px}@media screen and (max-width: 600px){.home-invite-box .padding{padding:30px}}@media screen and (min-width: 600px) and (max-width: 900px){.home-invite-box .padding{padding:36px 26px}}.home-invite-box .padding .invite-container-box{display:flex;align-items:flex-end}.home-invite-box .padding .invite-container-box .invite-image{width:600px;height:600px;margin-top:-260px;margin-left:-160px;margin-bottom:-100px}@media screen and (max-width: 600px){.home-invite-box .padding .invite-container-box .invite-image{display:none}}@media screen and (min-width: 600px) and (max-width: 900px){.home-invite-box .padding .invite-container-box .invite-image{display:none}}@media screen and (min-width: 900px) and (max-width: 1200px){.home-invite-box .padding .invite-container-box .invite-image{display:none}}@media screen and (min-width: 1200px) and (max-width: 1700px){.home-invite-box .padding .invite-container-box .invite-image{width:400px;height:400px;margin-top:-90px;margin-left:-50px;margin-bottom:-60px}}.home-invite-box .padding .invite-container-box .invite-url-and-title-box{display:grid;gap:36px;height:fit-content;margin-left:26px;width:76%}@media screen and (max-width: 600px){.home-invite-box .padding .invite-container-box .invite-url-and-title-box{width:100%;gap:26px;margin:0}}@media screen and (min-width: 600px) and (max-width: 900px){.home-invite-box .padding .invite-container-box .invite-url-and-title-box{width:100%;gap:26px;margin:0}}@media screen and (min-width: 900px) and (max-width: 1200px){.home-invite-box .padding .invite-container-box .invite-url-and-title-box{width:100%;gap:26px;margin:0}}@media screen and (min-width: 1200px) and (max-width: 1600px){.home-invite-box .padding .invite-container-box .invite-url-and-title-box{gap:26px}}.home-invite-box .padding .invite-container-box .invite-url-and-title-box .invite-title{display:grid;grid-auto-columns:auto;grid-auto-flow:column;width:fit-content;gap:26px;align-items:center}@media screen and (max-width: 600px){.home-invite-box .padding .invite-container-box .invite-url-and-title-box .invite-title{gap:16px;display:flex;flex-wrap:wrap}}@media screen and (min-width: 600px) and (max-width: 900px){.home-invite-box .padding .invite-container-box .invite-url-and-title-box .invite-title{gap:16px;display:flex;flex-wrap:wrap}}@media screen and (min-width: 900px) and (max-width: 1200px){.home-invite-box .padding .invite-container-box .invite-url-and-title-box .invite-title{gap:16px;display:flex;flex-wrap:wrap}}.home-invite-box .padding .invite-container-box .invite-url-and-title-box .invite-title span{font-size:66px;font-family:Arial-Bold Italic,Arial;font-weight:400;text-transform:uppercase;background:linear-gradient(270deg,#ffdd00 0%,#6301f8 100%);text-shadow:0px 3px 6px 1px rgba(0,0,0,.16);-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1.5}@media screen and (max-width: 600px){.home-invite-box .padding .invite-container-box .invite-url-and-title-box .invite-title span{font-size:6vw}}@media screen and (min-width: 600px) and (max-width: 900px){.home-invite-box .padding .invite-container-box .invite-url-and-title-box .invite-title span{font-size:6vw}}@media screen and (min-width: 900px) and (max-width: 1200px){.home-invite-box .padding .invite-container-box .invite-url-and-title-box .invite-title span{font-size:6vw}}@media screen and (min-width: 1200px) and (max-width: 1600px){.home-invite-box .padding .invite-container-box .invite-url-and-title-box .invite-title span{font-size:46px}}.home-invite-box .padding .invite-container-box .invite-url-and-title-box .invite-title .percentage{background:#6301f8;border-radius:36px;-webkit-text-fill-color:#ffdd00;font-size:56px;padding:16px 26px}@media screen and (max-width: 600px){.home-invite-box .padding .invite-container-box .invite-url-and-title-box .invite-title .percentage{font-size:5vw;padding:1vw 2vw;border-radius:2vw}}@media screen and (min-width: 600px) and (max-width: 900px){.home-invite-box .padding .invite-container-box .invite-url-and-title-box .invite-title .percentage{font-size:5vw;padding:1vw 2vw;border-radius:2vw}}@media screen and (min-width: 900px) and (max-width: 1200px){.home-invite-box .padding .invite-container-box .invite-url-and-title-box .invite-title .percentage{font-size:5vw}}@media screen and (min-width: 1200px) and (max-width: 1600px){.home-invite-box .padding .invite-container-box .invite-url-and-title-box .invite-title .percentage{font-size:36px}}.home-invite-box .padding .invite-container-box .invite-url-and-title-box .invite-copy-box{display:grid;grid-auto-columns:auto;grid-auto-flow:column;gap:26px;justify-content:space-between;height:108px;background:#003b28;border-radius:30px;align-items:center;padding:0 26px}@media screen and (max-width: 600px){.home-invite-box .padding .invite-container-box .invite-url-and-title-box .invite-copy-box{gap:16px;height:auto;padding:16px;border-radius:16px}}@media screen and (min-width: 1200px) and (max-width: 1600px){.home-invite-box .padding .invite-container-box .invite-url-and-title-box .invite-copy-box{gap:16px;height:auto;padding:16px}}.home-invite-box .padding .invite-container-box .invite-url-and-title-box .invite-copy-box span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:24px;font-family:Arial-Regular,Arial;font-weight:400;color:#fff;opacity:.8}@media screen and (max-width: 600px){.home-invite-box .padding .invite-container-box .invite-url-and-title-box .invite-copy-box span{font-size:16px}}.home-invite-box .padding .invite-container-box .invite-url-and-title-box .invite-copy-box button{background:#00e680;border-radius:20px;padding:16px 26px;border:0;font-size:24px}@media screen and (max-width: 600px){.home-invite-box .padding .invite-container-box .invite-url-and-title-box .invite-copy-box button{border-radius:12px;padding:6px 16px;font-size:16px}}.home-invite-box .padding .invite-rules-box{background:linear-gradient(91deg,#01ff8f 0%,#00bec5 100%);box-shadow:0 6px #00000029;border-radius:40px;padding:60px;display:grid;gap:26px;position:relative;align-items:center}@media screen and (max-width: 600px){.home-invite-box .padding .invite-rules-box{border-radius:16px;padding:30px}}@media screen and (min-width: 600px) and (max-width: 900px){.home-invite-box .padding .invite-rules-box{padding:30px}}.home-invite-box .padding .invite-rules-box .rules-title{font-size:40px;font-family:Arial-Bold,Arial;font-weight:700;color:#6301f8}@media screen and (max-width: 600px){.home-invite-box .padding .invite-rules-box .rules-title{font-size:20px}}@media screen and (min-width: 600px) and (max-width: 900px){.home-invite-box .padding .invite-rules-box .rules-title{font-size:36px}}.home-invite-box .padding .invite-rules-box .rules-text{font-size:26px;font-family:Arial-Regular,Arial;font-weight:400;color:#242424;white-space:pre-line;line-height:1.5;z-index:1}@media screen and (max-width: 600px){.home-invite-box .padding .invite-rules-box .rules-text{font-size:14px}}@media screen and (min-width: 600px) and (max-width: 900px){.home-invite-box .padding .invite-rules-box .rules-text{font-size:18px}}.home-invite-box .padding .invite-rules-box .percentage{position:absolute;right:60px;font-size:300px;font-family:Arial-Bold Italic,Arial;font-weight:400;color:#ffffff4d}@media screen and (max-width: 600px){.home-invite-box .padding .invite-rules-box .percentage{font-size:100px}}@media screen and (min-width: 600px) and (max-width: 900px){.home-invite-box .padding .invite-rules-box .percentage{font-size:200px}}.home-token-box{display:grid}.home-token-box .token-container-box{display:grid;grid-auto-columns:auto;grid-auto-flow:column;gap:26px;align-items:center;justify-content:space-between}@media screen and (max-width: 600px){.home-token-box .token-container-box{grid-auto-flow:row;gap:86px;justify-items:center;justify-content:center}}@media screen and (min-width: 600px) and (max-width: 900px){.home-token-box .token-container-box{grid-auto-flow:row;gap:100px;justify-items:center;justify-content:center}}@media screen and (min-width: 900px) and (max-width: 1300px){.home-token-box .token-container-box{grid-auto-flow:row;gap:100px;justify-items:center;justify-content:center}}.home-token-box .token-container-box .token-image-box{position:relative;display:flex;justify-content:center;align-items:center}@media screen and (max-width: 600px){.home-token-box .token-container-box .token-image-box{margin-top:-26px;margin-bottom:-46px}}.home-token-box .token-container-box .token-image-box .token-image{width:500px;height:500px}@media screen and (max-width: 600px){.home-token-box .token-container-box .token-image-box .token-image{width:100%;height:100%}}@media screen and (min-width: 600px) and (max-width: 900px){.home-token-box .token-container-box .token-image-box .token-image{width:100%;height:100%}}@media screen and (min-width: 900px) and (max-width: 1300px){.home-token-box .token-container-box .token-image-box .token-image{width:100%;height:100%}}.home-token-box .token-container-box .token-image-box .token-images{position:absolute;width:35%;animation:rotate 10s linear infinite;-webkit-animation:rotate 10s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media screen and (max-width: 600px){.home-token-box .token-container-box .token-image-box-pc{display:none}}@media screen and (min-width: 600px) and (max-width: 900px){.home-token-box .token-container-box .token-image-box-pc{display:none}}@media screen and (min-width: 900px) and (max-width: 1300px){.home-token-box .token-container-box .token-image-box-pc{display:none}}@media screen and (min-width: 1300px){.home-token-box .token-container-box .token-image-box-me{display:none}}.home-token-box .token-container-box .token-info-box{background:rgba(0,0,0,.4);border-radius:40px;display:grid;gap:26px;justify-items:center;padding:60px;height:-webkit-fill-available}@media screen and (max-width: 600px){.home-token-box .token-container-box .token-info-box{border-radius:16px;padding:30px;gap:16px;height:fit-content}}@media screen and (min-width: 600px) and (max-width: 900px){.home-token-box .token-container-box .token-info-box{padding:30px;gap:16px;height:fit-content}}.home-token-box .token-container-box .token-info-box .token-title{font-size:80px;font-family:Arial-Bold Italic,Arial;font-weight:400;text-transform:uppercase;background:linear-gradient(282deg,#ffdd00 0%,#6301f8 100%);text-shadow:0px 3px 6px 1px rgba(0,0,0,.16);-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1.5;margin-top:-120px}@media screen and (max-width: 600px){.home-token-box .token-container-box .token-info-box .token-title{font-size:10vw;margin-top:-14vw}}@media screen and (min-width: 600px) and (max-width: 900px){.home-token-box .token-container-box .token-info-box .token-title{font-size:9vw;margin-top:-12vw}}.home-token-box .token-container-box .token-info-box .token-text{font-size:26px;font-family:Arial-Regular,Arial;font-weight:400;color:#fff;opacity:.8;line-height:1.5}@media screen and (max-width: 600px){.home-token-box .token-container-box .token-info-box .token-text{font-size:16px}}@media screen and (min-width: 600px) and (max-width: 900px){.home-token-box .token-container-box .token-info-box .token-text{font-size:18px}}.home-token-box .token-container-box .token-info-box .token-percentage-box{width:-webkit-fill-available;background:linear-gradient(91deg,#01ff8f 0%,#00bec5 100%);box-shadow:0 6px #00000029;border-radius:40px;display:grid;grid-template-columns:repeat(2,1fr);gap:26px;padding:40px}@media screen and (max-width: 600px){.home-token-box .token-container-box .token-info-box .token-percentage-box{border-radius:16px;padding:20px;gap:16px;grid-template-columns:repeat(1,1fr)}}@media screen and (min-width: 600px) and (max-width: 900px){.home-token-box .token-container-box .token-info-box .token-percentage-box{border-radius:26px;padding:20px;gap:16px}}.home-token-box .token-container-box .token-info-box .token-percentage-box .token-percentage-container-box{display:grid;gap:26px;align-items:center;grid-auto-columns:auto;grid-auto-flow:column;width:fit-content;font-size:26px;font-family:Arial-Regular,Arial;font-weight:400;color:#242424}@media screen and (max-width: 600px){.home-token-box .token-container-box .token-info-box .token-percentage-box .token-percentage-container-box{font-size:14px;gap:16px}}@media screen and (min-width: 600px) and (max-width: 900px){.home-token-box .token-container-box .token-info-box .token-percentage-box .token-percentage-container-box{font-size:18px;gap:16px}}.home-token-box .token-container-box .token-info-box .token-percentage-box .token-percentage-container-box .token-bg{width:30px;height:30px;border-radius:50%}@media screen and (max-width: 600px){.home-token-box .token-container-box .token-info-box .token-percentage-box .token-percentage-container-box .token-bg{width:20px;height:20px}}@media screen and (min-width: 600px) and (max-width: 900px){.home-token-box .token-container-box .token-info-box .token-percentage-box .token-percentage-container-box .token-bg{width:20px;height:20px}}.home-emojis-box{display:grid;gap:60px;background:rgba(0,0,0,.4);border-radius:40px}@media screen and (max-width: 600px){.home-emojis-box{border-radius:16px}}.home-emojis-box .padding{display:grid;gap:60px;padding:60px}@media screen and (max-width: 600px){.home-emojis-box .padding{padding:36px 26px;gap:30px}}@media screen and (min-width: 600px) and (max-width: 900px){.home-emojis-box .padding{padding:36px 26px;gap:30px}}.home-emojis-box .emojis-container-box{display:grid;align-items:center;gap:60px;grid-template-columns:repeat(6,1fr)}@media screen and (max-width: 600px){.home-emojis-box .emojis-container-box{grid-template-columns:repeat(2,1fr);gap:26px}.home-emojis-box .emojis-container-box .none{display:none}}@media screen and (min-width: 600px) and (max-width: 900px){.home-emojis-box .emojis-container-box{grid-template-columns:repeat(4,1fr);gap:26px}}@media screen and (min-width: 900px) and (max-width: 1300px){.home-emojis-box .emojis-container-box{grid-template-columns:repeat(5,1fr);gap:26px}}.home-emojis-box .emojis-container-box img{width:100px;height:100px}.home-emojis-box .emojis-url-box{background:linear-gradient(91deg,#01ff8f 0%,#00bec5 100%);box-shadow:0 6px #00000029;border-radius:40px;padding:30px 40px;display:grid;align-items:center;grid-auto-columns:auto;grid-auto-flow:column;justify-content:space-between;gap:60px}@media screen and (max-width: 600px){.home-emojis-box .emojis-url-box{border-radius:16px;padding:20px 30px;gap:16px}}@media screen and (min-width: 600px) and (max-width: 900px){.home-emojis-box .emojis-url-box{border-radius:26px;padding:20px 30px;gap:16px}}.home-emojis-box .emojis-url-box .url{width:100%;font-size:36px;font-family:Arial-Bold,Arial;font-weight:700;color:#6301f8;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media screen and (max-width: 600px){.home-emojis-box .emojis-url-box .url{font-size:16px}}@media screen and (min-width: 600px) and (max-width: 900px){.home-emojis-box .emojis-url-box .url{font-size:18px}}.home-emojis-box .emojis-url-box .url a{color:#6301f8;text-decoration:underline;text-underline-offset:.26em;overflow-y:auto}.home-emojis-box .emojis-url-box button{background:#01ff8f;border-radius:30px;border:0;font-size:26px;font-family:Arial-Regular,Arial;font-weight:400;color:#505050;padding:20px 40px}@media screen and (max-width: 600px){.home-emojis-box .emojis-url-box button{font-size:14px;padding:10px 16px;border-radius:16px}}@media screen and (min-width: 600px) and (max-width: 900px){.home-emojis-box .emojis-url-box button{font-size:16px;padding:10px 16px;border-radius:16px}}header{padding:30px 36px;display:flex;align-items:flex-end;transition:all .3s}@media screen and (max-width: 600px){header{padding:16px}}@media screen and (min-width: 600px) and (max-width: 900px){header{padding:16px 24px}}header .logo-box{display:grid;grid-auto-columns:auto;grid-auto-flow:column;align-items:center;gap:10px}@media screen and (max-width: 600px){header .logo-box{gap:6px}}@media screen and (min-width: 600px) and (max-width: 900px){header .logo-box{gap:8px}}header .logo-box .logo-icon{width:60px;height:60px}@media screen and (max-width: 600px){header .logo-box .logo-icon{width:40px;height:40px}}@media screen and (min-width: 600px) and (max-width: 900px){header .logo-box .logo-icon{width:50px;height:50px}}header .logo-box .logo-title{width:auto;height:56px;font-size:36px;font-family:Stretch Pro-Regular,Stretch Pro;font-weight:400;color:#242424;text-transform:capitalize;margin-bottom:-16px}@media screen and (max-width: 600px){header .logo-box .logo-title{display:none}}@media screen and (min-width: 600px) and (max-width: 900px){header .logo-box .logo-title{display:none}}header .right-box{display:grid;align-items:center;gap:60px;grid-auto-columns:auto;grid-auto-flow:column}@media screen and (max-width: 600px){header .right-box{gap:16px}}@media screen and (min-width: 600px) and (max-width: 900px){header .right-box{gap:24px}}header .right-box .link{background:#000000;border-radius:50%;display:flex;justify-content:center;align-items:center;overflow:hidden}header .right-box .link .url-icon{width:26px!important;height:26px!important;padding:16px}@media screen and (max-width: 600px){header .right-box .link .url-icon{width:16px!important;height:16px!important;padding:12px}}@media screen and (min-width: 600px) and (max-width: 900px){header .right-box .link .url-icon{width:20px!important;height:20px!important;padding:14px}}header .right-box .lang{background:#01ff8f;border-radius:26px;font-size:26px;font-family:Arial-Regular,Arial;font-weight:400;color:#505050;width:200px;height:70px;display:flex;justify-content:center;align-items:center;cursor:pointer;-webkit-tap-highlight-color:transparent;text-transform:uppercase}@media screen and (max-width: 600px){header .right-box .lang{width:auto;padding:0 16px;height:40px;font-size:16px;border-radius:16px}}@media screen and (min-width: 600px) and (max-width: 900px){header .right-box .lang{width:100px;height:50px;font-size:20px}}
