.about-currency-section{padding:60px 0}.about-currency-section__bottom{display:flex;flex-direction:column;gap:24px;margin-top:48px}.about-currency-section__title{margin:0 0 24px;font-weight:800;font-size:32px}.about-currency-section__text{font-size:16px;line-height:1.5}.about-currency-section__text h3{margin:48px 0 16px;font-size:inherit;font-family:var(--font-primary)}.about-currency-section__text p{margin-top:16px;margin-bottom:16px}.about-currency-section__cta{margin-top:48px;text-align:center}@media(min-width:768px){.about-currency-section__bottom{margin-top:84px}.about-currency-section__text{font-size:20px}}@media(min-width:1024px){.about-currency-section__bottom{display:grid;grid-template-columns:auto 40%}.about-currency-section__title{margin-bottom:40px;font-size:48px}.about-currency-section__text{font-size:24px}.about-currency-section__cta{margin-top:80px}}@media(min-width:1280px){.about-currency-section{padding:100px 0 80px}}.tooltip{position:fixed;z-index:-9999;margin:0;padding:0;font-weight:400;font-style:normal;line-height:1.5;letter-spacing:normal;white-space:normal;text-align:left;text-transform:none;text-decoration:none;text-shadow:none;word-wrap:break-word;word-break:normal;word-spacing:normal;visibility:hidden;opacity:0;transition:opacity 125ms ease-in-out,visibility 100s linear;line-break:auto}.tooltip__arrow{position:absolute;z-index:1;width:12px;height:12px;transform:rotate(45deg);pointer-events:none}.tooltip__content{box-sizing:border-box;max-width:320px}.tooltip[aria-hidden=false]{z-index:var(--z-index-tooltip);visibility:visible;opacity:1}.tooltip[data-placement^=top] .tooltip__arrow{box-shadow:2px 2px 1px #b8b8b833}.tooltip[data-placement^=bottom] .tooltip__arrow{box-shadow:-1px -1px 1px #b8b8b833}.tooltip[data-placement^=left] .tooltip__arrow{box-shadow:2px -2px 1px #b8b8b833}.tooltip[data-placement^=right] .tooltip__arrow{box-shadow:-2px 2px 1px #b8b8b833}.tooltip_theme_light .tooltip__content{padding:12px;font-size:14px;line-height:20px;text-align:center;background-color:var(--color-light-grey);border-radius:5px;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.tooltip_theme_light .tooltip__arrow{background-color:var(--color-light-grey)}@keyframes tooltip-fade-in{0%{opacity:0}99%{opacity:1}to{display:none}}.market-stats{position:relative;padding:32px 24px;background:var(--color-light-grey);border:1px solid var(--color-light-grey-outline);border-radius:20px}.market-stats__list{display:grid;grid-template-columns:repeat(2,auto);gap:24px;justify-content:space-between;box-sizing:border-box;height:100%;margin:0;padding:0}.market-stats__item{margin:0;padding:0;list-style:none}.market-stats__title{display:flex;gap:8px;align-items:center;margin-bottom:16px;font-size:12px}.market-stats__value{font-weight:800;font-size:24px;font-family:var(--font-secondary);line-height:133%}.market-stats__info-icon{width:20px;height:20px}@media(min-width:768px){.market-stats__list{grid-template-columns:repeat(4,auto)}}@media(min-width:1024px){.market-stats{padding:42px}.market-stats__list{grid-template-columns:repeat(2,auto);row-gap:48px}.market-stats__title{margin-bottom:12px;font-size:16px}.market-stats__value{font-size:32px;line-height:131%}}.market-price-widget{--fill-up: #008554;--fill-down: #df3501;--fill-unchanged: var(--grey-200);position:relative;display:flex;flex-direction:column;gap:24px;padding:32px 24px;background:var(--color-light-grey);border:1px solid var(--color-light-grey-outline);border-radius:20px}.market-price-widget__title{margin:0;font-weight:800;font-size:24px}.market-price-widget__content{display:flex;flex-direction:column;gap:24px;align-items:flex-start}.market-price-widget__price-container{display:flex;flex-direction:column;flex-shrink:0;gap:12px;align-items:flex-start;white-space:nowrap}.market-price-widget__price{display:inline-flex;gap:2px;align-items:center;justify-content:center;height:32px;padding:0 12px;font-weight:500;font-size:16px;background:var(--color-white);border:1px solid var(--color-light-grey-outline);border-radius:9999px}.market-price-widget__price:before{display:block;width:10px;height:10px;margin:7px;border-radius:9999px;content:""}.market-price-widget__change{display:inline-flex;gap:2px;align-items:center;justify-content:center;height:32px;padding:0 16px;color:var(--color-white);font-size:14px;border:1px solid transparent;border-radius:9999px}.market-price-widget__change:before{display:block;width:24px;height:24px;background-repeat:no-repeat;background-position:center;content:""}.market-price-widget__change-percent{font-weight:700}.market-price-widget__change-note{margin-left:4px}.market-price-widget__chart{max-width:250px}[data-direction=unchanged] .market-price-widget__change{background:var(--fill-unchanged);border-color:var(--fill-unchanged)}[data-direction=unchanged] .market-price-widget__price:before{background:var(--fill-unchanged);animation:price-dot-pulse-unchanged 1.5s infinite}[data-direction=up] .market-price-widget__change{background:var(--fill-up);border-color:var(--fill-up)}[data-direction=up] .market-price-widget__change:before{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%3e%3cpath%20fill='%23fff'%20d='M11.332%206.5a1%201%200%200%201%201.732%200l5.196%209a1%201%200%200%201-.866%201.5H7a1%201%200%200%201-.866-1.5l5.197-9Z'/%3e%3c/svg%3e")}[data-direction=up] .market-price-widget__price:before{background:var(--fill-up);animation:price-dot-pulse-up 1.5s infinite}[data-direction=down] .market-price-widget__change{background:var(--fill-down)}[data-direction=down] .market-price-widget__change:before{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='none'%3e%3cpath%20fill='%23fff'%20d='M12.668%2017.5a1%201%200%200%201-1.732%200l-5.196-9A1%201%200%200%201%206.606%207h10.392a1%201%200%200%201%20.866%201.5l-5.196%209Z'/%3e%3c/svg%3e")}[data-direction=down] .market-price-widget__price:before{background:var(--fill-down);animation:price-dot-pulse-down 1.5s infinite}@keyframes price-dot-pulse-up{0%{box-shadow:0 0 #00855499}70%{box-shadow:0 0 0 8px transparent}}@keyframes price-dot-pulse-down{0%{box-shadow:0 0 #df350199}70%{box-shadow:0 0 0 8px transparent}}@keyframes price-dot-pulse-unchanged{0%{box-shadow:0 0 #c3c3c499}70%{box-shadow:0 0 0 8px transparent}}@media(min-width:340px){.market-price-widget__content{flex-direction:row;gap:24px;align-items:center}}@media(min-width:640px){.market-price-widget{flex-direction:column;justify-content:space-between}.market-price-widget__content{flex-direction:row;gap:32px;align-items:center;justify-content:space-between}}@media(min-width:768px){.market-price-widget,.market-price-widget__price-container{flex-direction:row;align-items:center}.market-price-widget__price{height:44px;padding:0 24px 0 16px;font-size:24px}.market-price-widget__change{height:44px;font-size:16px}.market-price-widget__chart{max-width:115px;height:66px}}@media(min-width:1024px){.market-price-widget{flex-direction:column;gap:32px;align-items:normal;padding:42px}.market-price-widget__title{font-size:32px}.market-price-widget__content{display:flex;flex-direction:row;gap:32px;justify-content:space-between}.market-price-widget__price-container{flex-direction:column;align-items:flex-start}.market-price-widget__chart{max-width:250px;height:auto}}.wallets-features{display:flex;flex-direction:column;gap:24px;align-items:center;justify-content:space-between}.wallets-features__content{order:2}.wallets-features__image{display:flex;order:1;max-width:450px;overflow:hidden;border-radius:10px}.wallets-features__list{display:flex;flex-direction:column;gap:16px;margin:0;padding:0}.wallets-features__item{display:flex;gap:24px;align-items:center;margin:0;padding:0;list-style:none}.wallets-features__icon-wrapper{display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:60px;height:60px;background:var(--color-white);border:5px solid var(--color-light-grey);border-radius:9999px}.wallets-features__icon{width:32px;height:32px}.wallets-features__title{margin:0;font-weight:800;font-size:16px}.wallets-features__cta{margin-top:48px}@media(min-width:768px){.wallets-features__content{flex:1;box-sizing:border-box;max-width:460px}.wallets-features__image{border-radius:20px}.wallets-features__icon-wrapper{width:80px;height:80px}.wallets-features__icon{width:48px;height:48px}.wallets-features__title{font-size:24px}}@media(min-width:1024px){.wallets-features{flex-direction:row;gap:48px}}.articles-card{position:relative;display:flex;flex-direction:column;gap:32px;align-items:flex-start;box-sizing:border-box;height:100%}.articles-card__image{display:flex;flex-shrink:0;width:100%;overflow:hidden;border:1px solid var(--color-light-grey-outline);border-radius:20px}.articles-card__content{flex:1;box-sizing:border-box}.articles-card__title{margin:0 0 16px;font-weight:800;font-size:24px}.articles-card__link{color:inherit;text-decoration:none}.articles-card__description{margin:0;font-size:16px}@media(min-width:768px){.articles-card__title{margin-bottom:24px;font-size:28px}.articles-card__description{font-size:24px}}@media(min-width:1280px){.articles-card__title{font-size:32px}}.articles-cards-list{display:flex;flex-direction:column;gap:48px;margin:0;padding:0}.articles-cards-list__item{padding:0;list-style:none}@media(min-width:768px){.articles-cards-list{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}}@media(min-width:1280px){.articles-cards-list{gap:48px}}@media(min-width:768px){.education-section__cta[data-astro-cid-6hprx6qy]{margin-top:48px}}.image-widget{display:flex;flex-direction:column;gap:32px;align-items:center;text-align:center}.image-widget__header{margin-bottom:32px}.image-widget__image-wrapper{position:relative;flex-shrink:0}.image-widget__image-widget{position:absolute;transform:scale(.5)}.image-widget__image{display:flex;max-width:240px;height:auto;overflow:hidden;border-radius:10px}.image-widget__title{margin:0 0 16px;font-size:32px}.image-widget__content{flex:1}.image-widget__description{margin:0;font-size:16px}.image-widget--image-position-left.image-widget--no-widget,.image-widget--image-position-right.image-widget--no-widget{gap:32px}.image-widget--image-position-left .image-widget__image-wrapper,.image-widget--image-position-right .image-widget__image-wrapper{order:1}.image-widget--image-position-left.image-widget--has-widget .image-widget__image-wrapper{padding-right:70px;padding-bottom:60px}.image-widget--image-position-left .image-widget__image-widget{right:40px;bottom:26px;transform-origin:right bottom}.image-widget--image-position-left .image-widget__content{order:2}.image-widget--image-position-right.image-widget--has-widget .image-widget__image-wrapper{padding-bottom:60px;padding-left:70px}.image-widget--image-position-right .image-widget__image-widget{bottom:20px;left:30px;transform-origin:left bottom}.image-widget--image-position-right .image-widget__content{order:2}@media(min-width:640px){.image-widget{flex-direction:row;gap:36px;align-items:flex-start;text-align:left}.image-widget--image-position-right.image-widget--has-widget .image-widget__image-wrapper{order:2}.image-widget--image-position-right .image-widget__content{order:1}}@media(min-width:1024px){.image-widget__header{margin-bottom:48px}.image-widget__image-widget{transform:scale(.7)}.image-widget__image{max-width:360px;border-radius:20px}.image-widget__title{margin-bottom:24px;font-size:44px}.image-widget__description{font-size:24px}.image-widget--image-position-left.image-widget--no-widget,.image-widget--image-position-right.image-widget--no-widget{gap:70px}.image-widget--image-position-left.image-widget--has-widget .image-widget__image-wrapper{padding-right:104px;padding-bottom:90px}.image-widget--image-position-left .image-widget__image-widget{right:20px;bottom:10px}.image-widget--image-position-right.image-widget--has-widget .image-widget__image-wrapper{padding-bottom:90px;padding-left:104px}.image-widget--image-position-right .image-widget__image-widget{bottom:10px;left:20px}}@media(min-width:1280px){.image-widget{gap:20px}.image-widget__image-widget{transform:none}.image-widget__image{max-width:450px;height:585px}.image-widget__title{font-size:48px}.image-widget--image-position-left.image-widget--no-widget{gap:130px}.image-widget--image-position-right.image-widget--no-widget{gap:100px}.image-widget--image-position-left.image-widget--has-widget .image-widget__image-wrapper{padding-right:130px;padding-bottom:100px}.image-widget--image-position-left .image-widget__image-widget{right:60px;bottom:40px}.image-widget--image-position-right.image-widget--has-widget .image-widget__image-wrapper{padding-bottom:100px;padding-left:130px}.image-widget--image-position-right .image-widget__image-widget{bottom:40px;left:60px}}.crypto-coin{flex-shrink:0}.crypto-coin--animated{width:155px;height:155px;overflow:hidden;transform:translateZ(0);backface-visibility:hidden}.crypto-coin--animated .crypto-coin__image{display:none}.crypto-coin--animated.crypto-coin--currency-eth{background-image:url(/_astro/eth.CN-nNyTd.svg);background-repeat:no-repeat}.crypto-coin.is-animated-enter{animation:.5s move-bg-in steps(12) forwards}.crypto-coin.is-animated-exit{animation:.5s move-bg-out steps(12) backwards}@keyframes move-bg-in{0%{background-position:0}to{background-position:-1860px}}@keyframes move-bg-out{0%{background-position:-1860px}to{background-position:0}}.coin-widget{display:flex;flex-direction:column;align-items:center;box-sizing:border-box;width:300px}.coin-widget__coin{position:relative}.coin-widget__coin:after{position:absolute;right:5px;bottom:5px;width:41px;height:41px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='41'%20height='41'%20fill='none'%3e%3ccircle%20cx='20.58'%20cy='20.24'%20r='20.11'%20fill='url(%23a)'/%3e%3cpath%20fill='%23fff'%20d='m11.96%2020.41%202.7-1.99%205.17%207.02-2.7%201.99-5.17-7.02Z'/%3e%3cpath%20fill='%23fff'%20d='m17.13%2027.43-1.99-2.7%2013.57-10%202%202.7-13.58%2010Z'/%3e%3cdefs%3e%3clinearGradient%20id='a'%20x1='5.61'%20x2='33.67'%20y1='.13'%20y2='45.96'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%233EC629'/%3e%3cstop%20offset='1'%20stop-color='%23549A49'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") no-repeat center center;content:""}.coin-widget__coin-fallback{position:relative;width:80px;height:80px}.coin-widget__content{box-sizing:border-box;width:100%;margin-top:-100px;padding:112px 42px 54px;text-align:center;background:var(--color-white);border-radius:22px;box-shadow:var(--elevation-floating)}.coin-widget__title{margin:0 0 10px;font-size:20px}.coin-widget__subtitle{font-weight:800;font-size:28px}
