.card-quest__coins{align-items:flex-start;display:flex}.card-quest__coins__wrapper,.card-quest__header,.card-quest__show-all,.card-quest__task{align-items:center;display:flex}.card-quest__show-all{justify-content:center}.card-quest__progress__labels{align-items:center;display:flex;justify-content:space-between}.card-quest,.card-quest__info,.card-quest__progress,.card-quest__tasks{display:flex;flex-direction:column}.card-quest__award,.card-quest__body{align-items:center;display:flex;flex-direction:column}@keyframes pulse{0%{opacity:1;transform:translate(0) translateY(0) translateZ(0) scale(1)}to{opacity:0;transform:translate(0) translateY(0) translateZ(0) scale(1.5)}}.card-quest{--header-direction:row;--header-mt:.3125rem;--progress-block-direction:row;--progress-block-align-items:center;--progress-block-gap:inherit;--footer-mt:inherit;--info-display:flex;--info-gap:.625rem;--info-max-width:9.375rem;--award-direction:column;--award-padding:0 .8125rem;--coins-wrap:nowrap;--coins-justify:space-between;--title-width:fit-content;--btn-width:fit-content;--btn-padding:.375rem 1.25rem;--progress-max-width:8.75rem;border-radius:16px;color:var(--text-secondary);gap:.9375rem;height:auto;min-height:14.75rem;padding:1rem 1.25rem;position:relative;width:100%}.card-quest--theme-orange{background:linear-gradient(180deg,#a4437d08,#ffb21c4d),#343042}.card-quest--theme-red{background:linear-gradient(180deg,#27394408,#ff4b4b4d),#343042}.card-quest--theme-purple{background:linear-gradient(180deg,#44272a08,#b43ced4d),#343042}.card-quest--theme-blue{background:linear-gradient(180deg,#1f0f5708,#602cf54d),#343042}.card-quest--theme-azure{background:linear-gradient(180deg,#27394408,#15b7cd4d),#343042}.card-quest--theme-lime{background:linear-gradient(180deg,#1c493408,#45febb4d),#343042}.card-quest--theme-green{background:linear-gradient(180deg,#294f1708,#a8ee134d),#343042}.card-quest--theme-yellow{background:linear-gradient(180deg,#4f421708,#ffd7074d),#343042}@media (min-width:64rem){.card-quest{width:calc(50% - 10px)}}.card-quest__show-all{color:var(--Colors-Secondary-Main,#81ffff);cursor:pointer;font-size:16px;font-style:normal;font-weight:400;gap:4px;line-height:24px;margin-bottom:14px;text-align:right}.card-quest__show-all:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' fill='none' viewBox='0 0 12 9'%3E%3Cpath fill='%2381FFFF' d='M6 9 .804 0h10.392z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:9px;width:12px}.card-quest__show-all--opened{margin-top:10px}.card-quest__show-all--opened:before{transform:rotate(180deg)}.card-quest--inactive{background:linear-gradient(180deg,#55555580,#30303061)!important}.card-quest--inactive .card-quest__award__icon,.card-quest--inactive .card-quest__body,.card-quest--inactive .card-quest__footer,.card-quest--inactive .card-quest__header,.card-quest--inactive .tooltip{opacity:.5;pointer-events:none}.card-quest__header{gap:1rem}.card-quest__progress-block{align-items:var(--progress-block-align-items);display:flex;flex-direction:var(--progress-block-direction);gap:var(--progress-block-gap)}.card-quest__footer{flex-direction:column;gap:.875rem;margin-top:var(--footer-mt)}.card-quest__tasks{gap:.5rem;margin:.9375rem 0 0;padding:0}.card-quest__task{font-size:var(--font-size,.75rem);font-weight:var(--font-weight,600);gap:.625rem;letter-spacing:var(--letter-spacing,0);line-height:var(--line-height,1.1)}.card-quest__task__text{text-decoration:underline}.card-quest__task__counter{color:var(--text-helper);margin-left:-.25rem}.card-quest__info{gap:var(--info-gap);width:-moz-fit-content;width:fit-content}.card-quest__award{flex-direction:var(--award-direction);gap:.625rem;max-width:10rem;padding:var(--award-padding);position:relative;width:100%}.card-quest__coins{gap:.625rem}.card-quest__coins__wrapper{gap:.5rem}.card-quest__coins__text{color:var(--yellow);font-family:Knewave,sans-serif;font-size:var(--font-size,1rem);font-weight:var(--font-weight,400);letter-spacing:var(--letter-spacing,0);line-height:var(--line-height,1.3)}.card-quest__title{font-size:var(--font-size,1.125rem);font-weight:var(--font-weight,900);line-height:var(--line-height,1.1);max-width:11.875rem}.card-quest__text,.card-quest__title{letter-spacing:var(--letter-spacing,0)}.card-quest__text{font-size:var(--font-size,.875rem);font-weight:var(--font-weight,500);line-height:var(--line-height,1.4);text-align:center}.card-quest__btn{--font-size:1.125rem;--font-weight:700;--line-height:1.1;--letter-spacing:-.18px;height:100%;margin:0 auto;padding:.75rem;width:16.25rem}.card-quest__label{font-size:var(--font-size,.75rem);font-weight:var(--font-weight,700);height:100%;letter-spacing:var(--letter-spacing,0);line-height:var(--line-height,1.6);margin:0;min-width:6.375rem;text-align:center}.card-quest__progress{gap:.125rem;max-width:var(--progress-max-width);width:100%}@media (min-width:33rem){.card-quest__progress{max-width:16.25rem}}@media (min-width:64rem){.card-quest__progress{max-width:20.0625rem}}.card-quest__progress__labels{font-size:var(--font-size,.625rem);font-weight:var(--font-weight,500);letter-spacing:var(--letter-spacing,0);line-height:var(--line-height,1.3)}@media (min-width:64rem){.card-quest__progress__labels{--font-size:.875rem;--font-weight:500;--line-height:1.4;--letter-spacing:0}}.card-quest .tooltip{margin:.625rem .75rem 0 0;padding:0;position:absolute;right:0;top:0}.card-quest .tooltip .icon{--icon-size:24px;--color:var(--icon-contrast)}.card-quest.is-active{padding:.125rem}.card-quest.is-active:before{background-image:linear-gradient(89.73deg,#ffdc8a 1.37%,#ffc12e 49.58%,#e6a409 98.17%);content:"";inset:0;position:absolute}.card-quest.is-active .content{padding:1.5rem}.flex-rows-break{border:1px solid #ddd;flex-basis:100%;height:0;margin:0 0 2%}.flex-rows-break-invisible{border:0;margin:0}.skeleton[data-v-cd91a4a4]{display:flex;flex-direction:column}@keyframes pulse-cd91a4a4{0%{opacity:1;transform:translate(0) translateY(0) translateZ(0) scale(1)}to{opacity:0;transform:translate(0) translateY(0) translateZ(0) scale(1.5)}}.skeleton[data-v-cd91a4a4]{gap:.625rem;height:100%}.skeleton[data-v-cd91a4a4],.skeleton__img[data-v-cd91a4a4]{min-height:14.75rem;position:relative;width:100%}.skeleton__img[data-v-cd91a4a4]{align-items:center;display:flex;flex-direction:column;flex-shrink:0;height:auto;max-height:46.5rem;overflow:hidden}@media (min-width:64rem){.skeleton__img[data-v-cd91a4a4]{width:calc(50% - 10px)}.skeleton[data-v-cd91a4a4]{flex-direction:row;flex-wrap:wrap}}
