.featured-project-card{position:relative;width:596px;min-width:596px;height:260px;padding:24px;border-radius:20px;background-color:#000;background-repeat:no-repeat;background-size:cover}@media(max-width:991px){.featured-project-card{width:320px;min-width:320px}}.featured-project-card__decoration{position:absolute;top:-90px;left:260px;display:flex;width:470px;height:470px;background-repeat:no-repeat;background-size:100% auto;content:""}@media(max-width:991px){.featured-project-card__decoration{top:45px;left:140px;width:250px;height:250px}}.featured-project-card__container{height:100%}.featured-project-card__container,.featured-project-card__content{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.featured-project-card__content{gap:4px}.featured-project-card__subtitle{color:hsla(0,0%,100%,.6)}.featured-project-card__title{display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;color:#fff;max-width:400px}.featured-project-card__token{display:flex;gap:4px;padding:12px;border-radius:20px;background-color:hsla(0,0%,100%,.1);color:#fff}.featured-project-card__token-icon{display:flex;align-items:center;justify-content:center;height:20px;width:20px;border-radius:1000px;background-color:#000;color:#b8ea1b}.featured-project-card__link{z-index:1;width:240px}@media(max-width:991px){.featured-project-card__link{width:100%}}.featured-project-card__link-button{width:100%}:export{yellow-1:#ffc300;success:#83c531;error:#ff2f2f}.featured-project-list{position:relative;display:flex;flex-direction:column;margin-top:-24px;padding-bottom:16px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.featured-project-list__viewport{overflow:hidden}.featured-project-list__container{display:flex;padding-top:24px;margin:0 24px}.featured-project-list__card{flex:0 0 596px;min-width:0;margin:0 8px}@media(max-width:991px){.featured-project-list__card{flex:0 0 320px}}.featured-project-list__dots{position:absolute;left:50%;bottom:0;transform:translateX(-50%);display:flex;align-items:center}.featured-project-list__dot{display:flex;align-items:center;justify-content:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:14px;height:14px;padding:0;margin:0;border:0;border-radius:50%;background-color:rgba(0,0,0,0);text-decoration:none;touch-action:manipulation;cursor:pointer}.featured-project-list__dot:after{display:flex;align-items:center;width:8px;height:8px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);border-radius:50%;content:""}.featured-project-list__dot_selected:after{box-shadow:inset 0 0 0 1px #000}