.token{overflow:hidden;padding-bottom:120px;padding-top:60px;position:relative}.token__content{background:var(--secondary-color);border:10px solid #e4c15d;border-radius:20px;margin-left:auto;margin-right:auto;max-width:1020px;padding:20px 10px 30px;width:100%}.token__title{color:var(--primary-color);font-size:30px;font-weight:900;letter-spacing:2px;line-height:1.15;margin-bottom:32px;text-align:center;text-transform:uppercase}.token__grid{display:grid;gap:16px;grid-template-columns:repeat(2,1fr);margin-bottom:32px}.token__card{cursor:pointer;display:block}.token__input{display:none}.token__box{align-items:center;background:var(--primary-color);border-radius:12px;display:flex;flex-direction:row;height:60px;padding:14px;transition:background .3s ease,transform .3s ease}.token__card:hover .token__box{transform:translateY(-3px)}.token__input:checked+.token__box{background:linear-gradient(180deg,#f1cd76 2%,#ffecb2 42%,#d0a651 71%,#ffecb2)}.token__image{height:43px;object-fit:contain;transition:.3s;width:43px}.token__name{color:var(--secondary-color);font-size:14px;font-weight:600;letter-spacing:1px;text-transform:uppercase}.token__input:checked+.token__box .token__name{color:var(--primary-color)}.token__boost{display:none}.token__crunchie{max-width:167px;position:absolute;right:-50px;top:-10px}.token__error{color:#e53935;display:none;font-size:14px;font-weight:600;margin-bottom:16px}.token__error--visible{display:block}@media(min-width:768px){.token__content{padding:88px}.token__title{font-size:48px}.token__grid{grid-template-columns:repeat(4,1fr)}.token__box{border-radius:16px;flex-direction:column;height:180px;justify-content:center}.token__input:checked+.token__box .token__image{height:160px;width:160px}.token__input:checked+.token__box .token__name{display:none}.token__image{height:100px;margin-bottom:16px;width:100px}.token__name{font-size:16px}.token__boost{display:block;left:-90px;max-width:300px;position:absolute;top:50%;transform:translateY(-50%);z-index:0}.token__crunchie{max-width:300px;right:-70px;top:40%}}@media(min-width:1200px){.token__boost{left:-150px;max-width:544px}.token__crunchie{max-width:544px;right:-120px}}