.address__copy{margin:0 0 0 16px;padding:0;border:0;background-color:transparent;color:rgba(var(--color-white-rgb),.25);cursor:pointer;transition:color .3s ease-in-out}.address__copy:hover{color:var(--color-orange-100)}.address__copy svg{display:block;fill:currentColor;width:auto;height:24px}@media(min-width:64rem){.address__copy svg{font-size:32px}}.header{position:fixed;top:0;left:0;width:100%;z-index:900}.header .logo{width:125px;background-position:100% 0}@media(min-width:45rem){.header .logo{width:170px;background-position:0 0}}.header--stuck{border-bottom:1px solid hsla(0,0%,100%,.05);background:rgba(0,10,20,.15);-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px)}.header__inner{display:flex;flex-flow:row wrap;gap:0 56px;align-items:center;justify-content:space-between;height:64px;transition:height .3s ease-in-out}@media(min-width:64rem){.header__inner{height:103px}.header--stuck .header__inner{height:75px}}.header__cta{margin-left:auto}.el-button{display:inline-block;margin:0;padding:16px 24px;border:0;background:linear-gradient(180deg,#ff9d66,#ff5c00);border-radius:8px;text-decoration:none;color:var(--color-white);font-size:16px;line-height:1;font-weight:700;cursor:pointer;text-align:center}.el-button:hover{background:#ff5c00}.el-button:focus{outline:2px #fff}.el-button--size-large{padding:24px;font-size:18px}.el-button--size-small{padding:12px 20px;font-size:12px}@media(min-width:75rem){.nav{flex-grow:1;display:flex;gap:0 56px;flex-flow:row wrap;align-items:center;justify-content:space-between}}.nav__menu{visibility:hidden;opacity:0;position:fixed;top:64px;left:0;z-index:10;display:flex;flex-flow:column wrap;gap:24px 24px;padding:40px 20px;width:100%;height:calc(100vh - 64px);background-color:var(--color-mariner-100);transition:visibility,opacity .3s ease-in-out}@media(min-width:45rem){.nav__menu{padding:40px}}@media(min-width:75rem){.nav__menu{visibility:visible;opacity:1;position:static;padding:0;width:auto;height:auto;background-color:transparent;flex-flow:row wrap;transition:none}}.nav--active .nav__menu{opacity:1;visibility:visible}.nav__link{color:var(--color-white);font-weight:700;font-size:40px;line-height:1.2;text-decoration:none;transition:color .3s ease-in-out}@media(min-width:75rem){.nav__link{font-weight:600;font-size:14px;line-height:1}.nav__link:hover{color:var(--color-orange-100)}}.nav__toggle{overflow:hidden;position:relative;z-index:20;width:44px;height:64px;margin:0;padding:0;border:0;background:transparent;text-indent:-9999px}.nav__toggle:after,.nav__toggle:before{content:"";position:absolute;left:0;width:44px;height:2px;border-radius:1px;background-color:var(--color-orange-100);transition:transform .3s ease-in-out;transition:top .15s ease-in-out .15s,transform .15s ease-in-out 0s,opacity .15s ease-in-out .15s}.nav__toggle:before{top:26px}.nav__toggle:after{top:36px}@media(min-width:75rem){.nav__toggle{display:none}}.nav--active .nav__toggle:after,.nav--active .nav__toggle:before{opacity:1;top:32px;transition-delay:0s,.15s,0s}.nav--active .nav__toggle:before{transform:rotate(45deg)}.nav--active .nav__toggle:after{transform:rotate(-45deg)}.nav__secondary{display:flex;flex-flow:row wrap;gap:0 40px;align-items:center}.nav__buy{display:none}@media(min-width:75rem){.nav__buy{display:inline-block}}.nav__language{position:relative;display:flex;flex-flow:row wrap;gap:0 10px;align-items:center;margin:0;padding:0;border:0;background:transparent;cursor:pointer}.nav__language:after{content:"";width:14px;height:8px;background-image:url(/images/chevron-icon.svg);background-repeat:no-repeat;background-size:14px 8px}.nav__language img{display:block;width:32px;height:24px;border-radius:4px}.dialog{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1100;display:flex;align-items:center;justify-content:center;padding:20px;background-color:rgba(0,10,20,.98)}.dialog__panel{position:relative;padding:32px;width:100%;max-width:416px;border-radius:8px;border:1px solid hsla(0,0%,100%,.1);background:rgba(0,10,20,.6);-webkit-backdrop-filter:blur(80px);backdrop-filter:blur(80px)}.dialog__header{align-items:center;justify-content:space-between;margin-bottom:24px;font-size:20px;line-height:1.5}.dialog__header,.dialog__languages a{display:flex;flex-flow:row wrap;color:#fff}.dialog__languages a{gap:0 8px;padding:16px;border-radius:6px;font-size:16px;line-height:1.625;transition:background-color .3s ease-in-out;text-decoration:none}.dialog__languages a img{width:32px;height:24px;border-radius:4px}.dialog__languages a:focus{outline:1px solid var(--color-orange-100)}.dialog__languages a:hover{background-color:hsla(0,0%,100%,.15)}.dialog__close{margin:0;padding:0;border:0;background:transparent;cursor:pointer}.dialog-enter{transition:opacity .3s ease-in-out}.dialog-enter-from{opacity:0}.dialog-enter-to{opacity:1}.dialog-leave{transition:opacity .3s ease-in-out}.dialog-leave-from{opacity:1}.dialog-leave-to{opacity:0}.logo{overflow:hidden;display:block;width:170px;height:40px;background-image:url(/images/logo.svg);background-size:auto 40px;background-repeat:no-repeat;text-indent:-9999px}.newsletter-form{display:grid;grid-gap:24px 0;gap:24px 0;grid-template-columns:100%}.newsletter-form__label{display:block;margin-bottom:8px;font-size:14px;line-height:1}.newsletter-form__field{display:block;margin:0;padding:24px;width:100%;border:0;border-radius:8px;font-size:18px;background:hsla(0,0%,100%,.1);color:var(--color-white);outline:none}.newsletter-form__field::placeholder{color:#b4b4b4}.newsletter-form__field:focus{box-shadow:0 0 0 1px inset var(--color-orange-100)}.newsletter-form__button{display:block;width:100%}.newsletter-form__message{margin-top:24px}.smart-contract__data{display:flex;gap:0 16px;align-items:center;margin-bottom:8px}.smart-contract__address{overflow:hidden;color:var(--color-white);font-size:24px;font-weight:250;line-height:1;overflow-wrap:break-word}@media(min-width:64rem){.smart-contract__address{font-size:32px}}.smart-contract__copy{margin:0;padding:0;border:0;background-color:transparent;color:rgba(var(--color-white-rgb),.25);cursor:pointer;transition:color .3s ease-in-out}.smart-contract__copy:hover{color:var(--color-orange-100)}.smart-contract__copy svg{display:block;fill:currentColor;width:auto;height:24px}@media(min-width:64rem){.smart-contract__copy svg{font-size:32px}}.smart-contract__actions{display:flex;flex-flow:row wrap;gap:20px;margin-top:20px}.smart-contract__link{display:inline-block;padding:6px 12px;border-radius:22px;color:var(--color-white);font-weight:500;line-height:1;font-size:16px;letter-spacing:.32px;text-transform:uppercase;background-color:rgba(var(--color-white-rgb),.1);text-decoration:none;transition:background-color .3s ease-in-out}.smart-contract__link:hover{background-color:var(--color-orange-100)}@media(min-width:45rem){.smart-contract__link{padding:12px 24px;font-size:20px;letter-spacing:.4px}}.chart{padding-bottom:56px}@media(min-width:45rem){.chart{padding-bottom:80px}}.chart__title{margin-bottom:40px}.chart__content{position:relative;aspect-ratio:1/1}.chart__content>div{position:absolute;top:0;left:0;z-index:10;width:100%;height:100%}@media(min-width:45rem){.chart__content{aspect-ratio:2/1}}.chart__action{display:flex;justify-content:center;margin-top:40px}.community{padding:56px 0;background-color:var(--color-sinine-100)}@media(min-width:45rem){.community{padding:80px 0}}.community__inner{display:grid;grid-gap:40px 32px;gap:40px 32px;grid-template-columns:100%}@media(min-width:64rem){.community__inner{grid-template-columns:1fr 1fr}}.community__content{display:grid;grid-template-columns:100%;grid-gap:40px 0;gap:40px 0}@media(min-width:64rem){.community__content{gap:56px 0}}.community__form{margin-top:40px}.community__zealy p:last-child{margin-bottom:0}.community-links{display:flex;flex-flow:row wrap;gap:16px;margin-top:40px}.disclaimer{padding:56px 0}@media(min-width:45rem){.disclaimer{padding:80px 0}}.disclaimer :last-child{margin-bottom:0}.analytics{padding:56px 0}@media(min-width:45rem){.analytics{padding:80px 0}}.analytics__list{display:grid;grid-gap:20px;gap:20px;grid-template-columns:100%;margin-top:40px}@media(min-width:45rem){.analytics__list{gap:32px;grid-template-columns:repeat(2,1fr)}}@media(min-width:64rem){.analytics__list{grid-template-columns:repeat(3,1fr)}}.analytics__link{display:inline-flex;justify-content:center;padding:32px;border-radius:24px;background-color:var(--color-sinine-100);color:var(--color-white);transition:background-color .3s ease-in-out}.analytics__link:hover{background-color:var(--color-orange-100)}.contact{padding-top:56px}.contact p:last-child{margin-bottom:0}@media(min-width:45rem){.contact{padding-top:80px}}.downloads{overflow:hidden;padding:56px 0 0}@media(min-width:45rem){.downloads{padding:80px 0 0}}.downloads__header{margin-bottom:40px;text-align:center}.downloads__content{display:grid;grid-gap:20px;gap:20px;grid-template-columns:100%}@media(min-width:45rem){.downloads__content{gap:40px 32px;grid-template-columns:repeat(2,1fr)}}.downloads__item{overflow:hidden;position:relative;display:flex;flex-flow:column;align-items:center;justify-content:space-between;gap:20px 0;padding:48px 20px;border-radius:24px;background-color:var(--color-sinine-100)}@media(min-width:45rem){.downloads__item{padding:48px 30px}}.downloads__item h3{z-index:20;margin:0;font-size:36px;font-style:normal;font-weight:700;line-height:1.22;text-align:center;color:var(--color-grey)}.downloads__item img{display:block;z-index:20;width:100%;height:auto}.downloads__item .el-button{z-index:20}.downloads__item:after,.downloads__item:before{content:"";position:absolute;z-index:10;border:1px solid rgba(var(--color-white-rgb),.1);border-radius:50%}.downloads__item--whitepaper:before{top:50%;right:60%;width:100%;height:100%}.downloads__item--whitepaper:after{top:20%;left:70%;width:100%;height:100%}.downloads__item--assets:before{top:0;right:80%;width:90%;height:90%}.downloads__item--assets:after{top:-20%;left:80%;width:80%;height:80%}.substack{display:block;width:100%;border:0;border-radius:24px;background-color:transparent;--web_bg_color:red}.exchanges{overflow:hidden;margin-bottom:56px;background-color:var(--color-sinine-100)}.exchanges img{display:block}@media(min-width:45rem){.exchanges{margin-bottom:80px}}.exchanges__inner{overflow:auto;display:flex;flex-flow:row nowrap;align-items:center}.exchanges__inner a{padding:24px 16px}@media(min-width:45rem){.exchanges__inner{justify-content:center}}.hero__inner{padding-bottom:56px;display:grid;grid-gap:40px 80px;gap:40px 80px;grid-template-columns:100%}@media(min-width:45rem){.hero__inner{padding-bottom:80px}}@media(min-width:64rem){.hero__inner{grid-template-columns:1fr 1fr}}.hero__content p:last-child{margin-bottom:0}.hero__widget>div{position:relative;max-width:720px;z-index:10}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, 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");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;overflow:clip;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-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.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{transform-style:preserve-3d}.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-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.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(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.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-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.how-card{padding:32px;border-radius:24px;background-color:var(--color-sinine-100)}.how-card__icon{display:inline-block;margin-bottom:32px}.how-card__title{font-size:24px;line-height:1.33}.how-card__description{margin:0;font-size:16px;line-height:1.62}.step-card__number{display:flex;align-items:center;justify-content:center;margin-bottom:16px;width:48px;height:48px;border:1px solid var(--color-orange-100);border-radius:50%;font-size:24px;line-height:1;font-weight:700;color:var(--color-white)}.step-card__description{margin:0;font-size:16px;line-height:1.62}.how-to-buy{overflow:hidden;padding:0 0 56px}.how-to-buy .swiper,.how-to-buy .swiper-wrapper{overflow:visible}@media(min-width:45rem){.how-to-buy{padding:0 0 80px}}.how-to-buy__header{margin-bottom:40px;text-align:center}.how-to-buy__steps{margin-top:56px;display:grid;grid-gap:40px 32px;gap:40px 32px;grid-template-columns:100%}@media(min-width:45rem){.how-to-buy__steps{margin-top:80px}}@media(min-width:64rem){.how-to-buy__steps{grid-template-columns:640px auto}}.how-to-buy-steps__title{text-align:center;margin-bottom:40px}@media(min-width:64px){.how-to-buy-steps__title{text-align:left}}.how-to-buy-steps__list{display:grid;grid-gap:20px;gap:20px;grid-template-columns:repeat(2,1fr)}@media(min-width:45rem){.how-to-buy-steps__list{gap:40px 56px;grid-template-columns:repeat(3,1fr)}}.how-to-buy-steps__image{position:relative;display:block;width:100%;padding-top:104%}.how-to-buy-steps__image:after,.how-to-buy-steps__image:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-repeat:no-repeat;background-size:contain}.how-to-buy-steps__image:before{z-index:10;background-image:url(/images/steps-clouds-image.jpg);animation:how-to-buy-steps-image-animation 15s linear infinite}.how-to-buy-steps__image:after{z-index:20;background-image:url(/images/steps-hippo-image.png)}@keyframes how-to-buy-steps-image-animation{0%{transform:translateY(0)}50%{transform:translateY(20px)}to{transform:translateY(0)}}.how-to-buy__action{margin-top:40px;display:flex;justify-content:center}.how-to-buy__action .el-button{width:100%}.how-to-buy__wallet-slider .swiper-slide{width:304px}.how-to-buy-steps__slider .swiper-slide{width:192px}.listing__link{display:block}.listing__image{display:block;width:100%;height:auto}.swiper-pagination{margin-top:24px;display:flex;align-items:center;justify-content:center;gap:16px}.swiper-pagination-bullet{width:16px;height:16px;border-radius:50%;background-color:hsla(0,0%,100%,.15);transition:background-color .3s ease-in-out;cursor:pointer}.swiper-pagination-bullet:hover{background-color:#fff}.swiper-pagination-bullet-active{background-color:var(--color-orange-100)}.post{overflow:hidden;position:relative;padding:24px;border-radius:24px;background-color:var(--color-sinine-100);transition:transform .3s ease-in-out}@media(min-width:64rem){.post:hover{transform:scale(1.1)}.post:hover .post__title{color:var(--color-orange-100);transition:color .3s ease-in-out}}.post__media{margin:-24px -24px 24px}.post__image{display:block;width:100%;height:auto;aspect-ratio:6/3.5;object-fit:cover}.post__title{overflow:hidden;height:105px;margin-bottom:0;font-size:21px;line-height:1.25;color:var(--color-white);text-decoration:none;text-overflow:ellipsis}.post__source{margin-top:24px;font-weight:500}.post__source-image{display:block;width:auto;height:20px}.post__link{overflow:hidden;position:absolute;top:0;left:0;z-index:10;width:100%;height:100%;text-indent:-9999px}.media{overflow:hidden;padding:56px 0}.media .swiper,.media .swiper-wrapper{overflow:visible}.media .swiper-slide{width:304px}@media(min-width:45rem){.media{padding:80px 0}}.media__header{margin-bottom:40px;text-align:center}.nft{overflow:hidden;padding-top:56px}.nft .swiper,.nft .swiper-wrapper{overflow:visible}@media(min-width:45rem){.nft{padding-top:80px}}.nft__header{margin-bottom:40px}.nft__slider .swiper-slide{padding:16px;width:304px;height:304px;border-radius:26px;border:1px solid rgba(var(--color-white-rgb),.05);background:var(--color-sinine-100)}.nft__image{display:block;width:100%;height:auto;border-radius:18px}.roadmap{padding-bottom:56px}@media(min-width:45rem){.roadmap{padding-bottom:80px}}.roadmap__title{margin-bottom:40px}.roadmap__content{display:grid;grid-gap:20px 32px;gap:20px 32px;grid-template-columns:100%}@media(min-width:45rem){.roadmap__content{gap:32px;grid-template-columns:1fr 1fr}}.roadmap-card{padding:32px;background-color:var(--color-sinine-100);border-radius:24px}.roadmap-card__list{display:grid;grid-gap:8px 0;gap:8px 0;grid-template-columns:100%;margin:0;padding:0;list-style:none}.roadmap-card__item{padding-left:32px;background-image:url(/images/roadmap-progress.png);background-size:14px 14px;background-position:5px 8px;background-repeat:no-repeat}.roadmap-card__item--done{background-image:url(/images/roadmap-done.png)}.safety{padding:56px 0;background-color:var(--color-sinine-100)}@media(min-width:45rem){.safety{padding:80px 0}}.safety :last-child{margin-bottom:0}.safety__image{display:block;margin-top:40px;width:100%;height:auto}.tokenomics{overflow:hidden;padding:56px 0 0;background-color:var(--color-mariner-100)}@media(min-width:45rem){.tokenomics{padding:80px 0 0}}.tokenomics ::selection{color:var(--color-mariner-100);background-color:var(--color-white)}.tokenomics__inner{display:grid;grid-gap:40px 0;gap:40px 0;grid-template-columns:100%}.tokenomics__inner>:last-child{margin-bottom:0}@media(min-width:45rem){.tokenomics__inner{gap:56px 0}}@media(min-width:64rem){.tokenomics__inner{gap:80px 0}}.tokenomics__stats{margin-top:40px}.tokenomics-stats{display:flex;flex-flow:row wrap;gap:40px 48px;align-items:center;justify-content:space-around}@media(min-width:45rem){.tokenomics-stats{justify-content:space-between;gap:56px 48px}}@media(min-width:64rem){.tokenomics-stats{gap:80px 48px}}.tokenomics-stats__value{overflow:hidden;margin-bottom:8px;font-size:24px;font-weight:700;line-height:1;color:var(--color-white);text-transform:uppercase;overflow-wrap:break-word}@media(min-width:45rem){.tokenomics-stats__value{font-size:48px;font-weight:250}}.tokenomics-stats__label{display:inline-block;padding:6px 12px;border-radius:16px;font-size:16px;font-weight:500;line-height:1;letter-spacing:.32px;text-transform:uppercase;background-color:rgba(var(--color-gunmetal-100-rgb),.25);color:var(--color-white);transition:background-color .3s ease-in-out}a.tokenomics-stats__label{text-decoration:none}a.tokenomics-stats__label:hover{background-color:var(--color-gunmetal-100)}.tokenomics-stats__item--supply{width:100%}@media(min-width:64rem){.tokenomics-stats__item--supply .tokenomics-stats__value{font-size:72px}}.tokenomics-stats__item--address{width:100%}.tokenomics-stats__item--address .tokenomics-stats__value{text-transform:lowercase}.tokenomics-stats__item--buy-tax,.tokenomics-stats__item--sell-tax,.tokenomics-stats__item--token{display:flex;flex-flow:column wrap;gap:16px;align-items:center;text-align:center}@media(min-width:64rem){.tokenomics-stats__item--buy-tax,.tokenomics-stats__item--sell-tax,.tokenomics-stats__item--token{flex-flow:row;text-align:left}}.tokenomics-stats__item--token{order:5}@media(min-width:45rem){.tokenomics-stats__item--token{order:0}}.tokenomics-stats__item--sell-tax .tokenomics-stats__icon{transform:rotate(180deg)}.rewards{position:relative;padding-bottom:56px;max-width:650px;margin:0 auto}.rewards:before{content:"";position:absolute;top:100px;left:calc(50% - 614px);z-index:10;width:1228px;height:1228px;border-radius:50%;background-color:rgba(var(--color-white-rgb),.1)}@media(min-width:45rem){.rewards{display:grid;grid-gap:0 64px;gap:0 64px;grid-template-columns:256px auto;padding-bottom:0}.rewards:before{top:40px}}.rewards__image{position:relative;z-index:20;margin-bottom:20px;width:100%;min-width:232px;height:463px;object-fit:contain}@media(min-width:45rem){.rewards__image{margin-bottom:0;object-fit:cover}}.rewards__content{position:relative;z-index:20;text-align:center}@media(min-width:45rem){.rewards__content{padding-top:96px;text-align:left}}.rewards__percent{display:inline-block;margin-bottom:16px;animation:rewards-percent-animation 3s ease-in-out infinite;will-change:transform}@media(min-width:45rem){.rewards__percent{margin-left:-32px}}.rewards__title{margin-bottom:8px}.rewards__description{font-size:20px;line-height:1.5}@keyframes rewards-percent-animation{0%{transform:scale(1)}50%{transform:scale(.9)}to{transform:scale(1)}}