@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");:root{--body-bg:#15151c;--header-bg:#121217;--default-color:#dedede;--primary-color:#cc213c;--primary-hover:#ef314d;--primary-bg:#1c1d26;--muted-color:#9b9b9b;--card-bg:#16161d;--swiper-theme-color:#cc213c!important;--swiper-navigation-size:1.25rem!important;--success-color:#3ffd45}@supports (color:hsl(0 0% 0%/0)){:root{--primary-color:#ca213a}}html{scroll-behavior:smooth}*{padding:0;margin:0;box-sizing:border-box;font-family:Rubik,sans-serif;font-size:1rem;font-weight:300;color:var(--header-color);text-decoration:none;list-style:none;transition:all .3s ease}body{background:var(--body-bg);scroll-behavior:smooth}body.overflow-hidden{overflow:hidden;position:relative}body.overflow-hidden:after{content:"";width:100%;height:100%;position:absolute;top:0;left:0;background:rgba(0,0,0,.8);z-index:40;display:block}.card{background:var(--card-bg);border-radius:.1875rem;padding:1.25rem;box-shadow:0 0 .625rem rgba(0,0,0,.2);transition:all .3s ease;color:var(--muted-color)}.card-primary{background:var(--primary-color);color:var(--default-color)}.card-header{font-size:1.5rem;font-weight:600;color:var(--default-color);padding-bottom:.5rem;border-bottom:.0625rem solid var(--primary-hover)}.card-body p{padding:.625rem 0;color:var(--muted-color);font-size:.875rem;font-weight:300}.form-control{background:var(--primary-bg);border-radius:.1875rem;padding:.625rem;transition:all .3s ease;outline:none;border:.0625rem solid var(--primary-bg);color:var(--muted-color)}.form-control::placeholder{color:var(--muted-color);opacity:.3;font-size:.875rem}.form-control:focus{border:.0625rem solid var(--primary-color)}.form-textarea{background:var(--primary-bg);border-radius:.1875rem;padding:.625rem;transition:all .3s ease;outline:none;border:.0625rem solid var(--primary-bg);color:var(--muted-color)}.form-textarea::placeholder{color:var(--muted-color);opacity:.3;font-size:.875rem}.form-textarea:focus{border:.0625rem solid var(--primary-color)}.form-select{border-radius:.1875rem;padding:.625rem;color:var(--muted-color);outline:none;border:.0625rem solid var(--primary-bg)}.btn-small,.form-select{background:var(--primary-bg);transition:all .3s ease}.btn-small{border-radius:.1875rem;padding:.625rem 1.25rem;color:var(--default-color);font-size:.875rem;font-weight:500;text-align:center;cursor:pointer}.btn-small:hover{background:var(--primary-hover)}.btn{border-radius:.1875rem;padding:.625rem 1.25rem;font-size:1rem;font-weight:500;text-align:center;cursor:pointer;transition:all .3s ease;border:none;display:flex;justify-content:center;align-items:center;gap:.625rem;text-wrap:nowrap}.btn,.btn-secondary{color:var(--default-color)}.btn-secondary{background:var(--primary-bg)}.btn-secondary:hover{background:var(--primary-hover)}.btn-primary{background:var(--primary-color);color:var(--default-color)}.btn-primary:hover{background:var(--primary-hover)}.title{font-size:1.125rem;font-weight:600;color:var(--default-color)}.form-check input[type=checkbox]{width:0;height:0;display:none}.form-check input[type=checkbox]+label{position:relative;padding-left:.625rem;cursor:pointer}.form-check:has(:not(input[type=checkbox]:checked)) span.checkbox{height:1.25rem;width:1.25rem;border:.0625rem solid var(--muted-color);border-radius:.1875rem}.form-check:has(input[type=checkbox]:checked) span.checkbox{position:relative;height:1.25rem;width:1.25rem;background:var(--primary-color);border:.0625rem solid var(--primary-color);border-radius:.1875rem}.form-check:has(input[type=checkbox]:checked) span.checkbox:after{content:"";position:absolute;top:0;left:.25rem;width:.5rem;height:.75rem;border-bottom:.125rem solid var(--default-color);border-right:.125rem solid var(--default-color);transform:rotate(40deg)}.shop-item{position:relative;background:var(--primary-bg);padding:.625rem;max-width:100%;overflow:hidden;display:flex;flex-direction:column;justify-content:baseline;height:15.625rem}.shop-item .item-image{position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:100%}.shop-item .item-image img{height:7.5rem;object-fit:scale-down;aspect-ratio:1/1}.shop-item:hover .item-image img{height:5rem}.shop-item .item-title h2{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:.75rem;font-weight:500;color:var(--default-color)}.shop-item:hover .item-title h2{color:var(--primary-color)}.shop-item .category{display:block;font-size:.75rem;font-weight:500;color:var(--muted-color)}.shop-item .price{display:block;font-size:.875rem;font-weight:500;color:var(--default-color);text-wrap:nowrap}.shop-item .rarityColor{left:50%;transform:translateX(-50%);height:.1875rem}.shop-item .rarityColor,.shop-item .rarityShape{content:"";position:absolute;background:var(--primary-color);top:0;width:100%}.shop-item .rarityShape{left:0;height:30%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;filter:blur(6.25rem);opacity:.7}.shop-item .item-buttons{position:absolute;left:50%;bottom:-100%;transform:translateX(-50%)}.shop-item:hover .item-buttons{bottom:0}.pagination{gap:.625rem;margin-bottom:1.25rem}.pagination .page-item{display:flex;justify-content:center;align-items:center;height:1.875rem;padding:0 .625rem;border-radius:.1875rem;background:var(--primary-bg);color:var(--default-color);cursor:pointer}.pagination .page-item.active,.pagination .page-item:hover{background:var(--primary-color)}.pagination .page-item.active{color:var(--default-color)}.pagination .page-item.active:hover{background:var(--primary-hover)}.pagination .page-item.disabled{background:var(--card-bg);color:var(--muted-color)}.pagination .page-item.disabled:hover{cursor:not-allowed}.pagination .page-item a{text-decoration:none}.pagination .page-item a,.pagination .page-item a:hover{color:var(--default-color)}.quality-rate{display:flex;justify-content:flex-start;align-items:center;gap:0;position:relative}.quality-rate .line{position:absolute;height:.375rem;border-radius:.1875rem}.quality-rate .line:first-child{z-index:5;width:9%;background:#0afffb}.quality-rate .line:nth-child(2){z-index:4;width:17%;background:#56ff1d}.quality-rate .line:nth-child(3){z-index:3;width:40%;background:#ffff26}.quality-rate .line:nth-child(4){z-index:2;width:47%;background:#ff7614}.quality-rate .line:nth-child(5){z-index:1;width:100%;background:#ff2f13}.quality-rate .selector{position:absolute;top:.4375rem;height:.625rem;width:.625rem;background:var(--default-color);-webkit-clip-path:polygon(50% 0,100% 40%,100% 100%,0 100%,0 40%);clip-path:polygon(50% 0,100% 40%,100% 100%,0 100%,0 40%)}.quality-name{font-weight:500;text-wrap:nowrap}.quality-name,.quality-rate{font-size:.75rem;color:var(--muted-color)}.quality-rate{font-weight:300}.item-preview{position:relative}.item-preview:before{position:absolute;content:"";top:0;left:0;background:url(/dist/images/bg/dots-bg.webp) no-repeat 50%;background-size:cover;filter:brightness(0) saturate(100%) invert(1) opacity(.1) blur(.0625rem);background-origin:border-box;border-radius:.1875rem;padding:.625rem;display:flex;justify-content:center;align-items:center;width:100%;height:100%;overflow:hidden;transition:all .3s ease;z-index:-1}.item-preview img{width:28.125rem;object-fit:cover}.item-layout .item-image{position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:100%;z-index:2}.item-layout .item-image img{width:16.875rem;object-fit:scale-down;aspect-ratio:1/1;z-index:4}.item-layout .item-image .cover{content:"";width:50%;height:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;border-radius:50%;opacity:.5;filter:blur(50px)}.item-layout .item-name{font-size:1.5rem;font-weight:500;color:var(--default-color)}.item-layout .param-name{font-size:1rem;font-weight:500;color:var(--default-color);text-transform:capitalize}.item-layout .param-name:not(:first-child){margin-top:1.5625rem}.item-layout .param-value{font-size:.875rem;font-weight:500;color:var(--muted-color);text-transform:capitalize}.item-layout .quality-info{display:flex;justify-content:space-between;align-items:center;gap:.625rem;margin:.3125rem 0}.item-layout .quality-info .quality-float,.item-layout .quality-info .quality-name{font-size:.875rem;font-weight:500;color:var(--muted-color);text-transform:capitalize}.section-title{font-size:1.5rem;font-weight:500;color:var(--default-color);margin-bottom:1.25rem}.text-primary-color{color:var(--primary-color)}.text-bold{font-weight:600}.form-group{display:flex;flex-direction:column;gap:.3125rem;margin-bottom:1rem}span.error{color:var(--primary-color);font-size:.75rem;font-weight:500}.form-group label{font-size:.875rem;font-weight:500;color:var(--default-color)}.cart-item{display:flex;justify-content:flex-start;align-items:center;gap:10px;padding:10px 0}.cart-item .cart-item-image{position:relative;display:flex;justify-content:center;align-items:center;max-width:80px}.cart-item .cart-item-image img{width:100%;object-fit:scale-down}.cart-item .cart-item-details{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:.3125rem}.cart-item .cart-item-details h2{font-size:.875rem;font-weight:500;color:var(--default-color)}.cart-item .cart-item-details span{font-size:.75rem;font-weight:500;color:var(--muted-color)}.order-summary{flex-direction:column}.order-summary,.order-summary li{display:flex;gap:.625rem;padding:.625rem 0}.order-summary li{justify-content:space-between;align-items:space-between;border-bottom:.0625rem solid var(--muted-color);font-size:1rem;font-weight:500;color:var(--default-color)}.order-summary li:last-child{border:none}.order-summary li span{font-size:.875rem;font-weight:500;color:var(--muted-color)}.payments-methods{display:flex;justify-content:space-between;align-items:center;gap:.625rem;padding:.625rem 0}.payments-methods img{border-radius:.625rem;background:#fff;padding:.25rem .625rem;width:4.375rem;aspect-ratio:2/1;object-fit:scale-down}.form-check{display:flex;align-items:center;margin-bottom:.375rem}.alert-icon{margin-right:.625rem;font-size:1.25rem}.alert-danger{background-color:#210205;color:#3b292b}.alert-success{background-color:#021808;color:#2e3b32}.alert-info{background-color:#005556;color:#5f8586}.order-header-info{justify-content:space-between}.order-header-info,.order-header-info-item{display:flex;align-items:center;gap:.625rem;padding:.625rem 0}.order-header-info-item{flex-direction:column}.order-header-info-item h5{font-size:1rem;font-weight:500;color:var(--default-color)}.order-header-info-item p{font-size:.75rem;font-weight:500;color:var(--muted-color)}.empty-cart,.order-body h2{font-size:1.375rem;font-weight:500;color:var(--default-color)}.steam-header img{width:11.5625rem;border-radius:1.4375rem;aspect-ratio:1/1;object-fit:scale-down}.steam-header .steam-avatar{margin-bottom:1.875rem}.steam-header h2{font-size:1.375rem;font-weight:500;color:var(--default-color);margin-bottom:1.125rem}.steam-line h2{font-size:1rem;font-weight:500;color:var(--muted-color)}.steam-line strong{font-weight:700}.steam-card h2,.steam-card h3,.steam-line span{font-size:1rem;color:var(--default-color)}.steam-card h2,.steam-card h3{margin-bottom:10px;font-weight:600}.steam-card h4{color:var(--default-color);margin:10px 0;font-size:14px;font-weight:500}.steam-card h2{font-size:1.5rem;font-weight:600}.steam-card h2:not(:first-of-type){margin-top:1.5rem}.steam-card h3{font-size:1.125rem;font-weight:600;line-height:1.625rem;margin-top:16px}.steam-card li,.steam-card ol,.steam-card p{color:var(--v-gray-300-base);font-size:.875rem;font-weight:500;line-height:1.25rem}.steam-card ol,.steam-card ul{margin-bottom:1rem}.steam-card a{color:var(--default-color);font-size:.875rem;font-weight:500;line-height:1.25rem;-webkit-text-decoration:solid underline;text-decoration:solid underline}.steam-card a:hover{color:var(--primary-color)}.steam-status-table{box-shadow:0 0 .625rem rgba(0,0,0,.2);border:1px solid var(--primary-color)}.steam-status-table thead{color:var(--default-color);background:var(--primary-color)}.steam-status-table thead th{font-weight:700;font-size:1rem;padding:10px;text-align:left}.steam-status-table tbody{background:var(--primary-bg)}.steam-status-table tbody tr:hover{background:var(--primary-color)}.steam-status-table tbody tr:hover td{color:var(--default-color)}.steam-status-table tbody td{padding:10px;text-align:left;font-weight:400;font-size:.875rem;color:var(--muted-color);text-transform:capitalize}.text-header{font-size:18px;font-weight:500;color:var(--default-color);text-align:center}.text-header-small{font-size:14px;font-weight:300;color:var(--muted-color);text-align:center}.text-color-muted{font-size:14px;font-weight:300;color:var(--muted-color)!important}.text-color-danger{color:var(--primary-color)!important}.text-color-success{color:var(--success-color)!important}.text-small{font-size:12px;font-weight:300}.category-table .c-count{color:var(--default-color);width:25px;text-align:right}.category-table .c-name{color:var(--muted-color);font-size:14px}.category-table .category-table-row td{margin:6px 0}.category-table .c-cost{font-size:14px;font-weight:500;color:var(--default-color)}.category-table .c-cost span{display:inline-block;min-width:70px}.user-information{display:flex;justify-content:center;flex-direction:column;align-items:center;gap:.625rem;padding:.625rem 0}.user-information img{width:100px;height:100px;border-radius:50%}.user-information a{color:var(--default-color);font-size:1rem;font-weight:500;text-decoration:none}.user-information a:hover{color:var(--primary-color)}.user-information span{font-size:12px;font-weight:300;color:var(--muted-color)}.inventory-table th{font-size:1rem;font-weight:700;padding:10px;text-align:left;text-wrap:nowrap;background:var(--primary-bg)}.inventory-table img{width:50px;height:50px}.inventory-table tr td{vertical-align:middle;padding:8px 4px;color:var(--default-color);font-size:14px;font-weight:500;text-align:center}.inventory-table tr td:nth-child(2){text-align:left}.pagination{display:flex;justify-content:center;align-items:center;gap:4px;margin-bottom:20px}.pagination button{background:var(--primary-bg);border-radius:3px;padding:4px 10px;color:var(--default-color);font-size:14px;font-weight:300;text-align:center;cursor:pointer;outline:none;border:1px solid transparent}.pagination button:hover{background:var(--primary-color)}.pagination button:disabled{background:var(--card-bg);color:var(--muted-color);border:1px solid var(--primary-color)}.pagination button:disabled:hover{cursor:not-allowed}.steam-param{display:flex;justify-content:space-between;align-items:center;flex-direction:column}.steam-param .steam-param-value{font-size:18px;font-weight:500;color:var(--default-color)}.steam-param .steam-param-name{font-size:12px;font-weight:500;color:var(--muted-color);text-transform:uppercase}.loader{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);display:flex;justify-content:center;align-items:center;z-index:9999}.blink{animation:blink 1s infinite}@keyframes blink{0%{opacity:1}50%{opacity:0}to{opacity:1}}.account-nav{gap:20px}.account-nav,.account-nav li{display:flex;align-items:center}.account-nav li{justify-content:center;padding:.625rem 0;cursor:pointer}.account-nav li a{font-size:1rem;font-weight:500;color:var(--default-color)}.account-nav li a:hover{color:var(--primary-color)}.user-mini{align-items:center;padding:.625rem 0}.user-mini,.user-mini .user-mini__info{display:flex;justify-content:center;gap:.625rem}.user-mini .user-mini__info{align-items:flex-start;flex-direction:column}.user-mini .user-mini__avatar img{width:50px;height:50px;border-radius:50%}.user-mini .user-mini__info .user-mini__name{font-size:1rem;font-weight:500;color:var(--default-color)}.user-mini .user-mini__info .user-mini__steam{font-size:12px;font-weight:500;color:var(--muted-color)}.heart .active{color:var(--primary-color)}.description{font-size:14px;font-weight:300;color:var(--muted-color)}.accordion{background:var(--card-bg);border-radius:10px;padding:15px;margin-bottom:20px;box-shadow:0 0 10px rgba(0,0,0,.2)}.accordion .accordion-header{position:relative;font-size:20px;font-weight:700;color:var(--default-color);cursor:pointer}.accordion .accordion-collapse{padding-top:0;height:0;overflow:hidden;transition:all .3s ease}.accordion:focus .accordion-collapse{padding-top:20px;color:var(--muted-color);height:auto}.accordion .accordion-header:after{content:"";position:absolute;top:0;right:10px;height:15px;width:15px;border-right:3px solid var(--primary-color);border-bottom:3px solid var(--primary-color);border-bottom-right-radius:3px;transform:rotate(45deg);transition:all .3s ease}.accordion:focus .accordion-header:after{transform:rotate(-1215deg)}.sell-author-image img{width:50px;height:50px;border-radius:50%}.inventory-grid{min-height:400px;max-height:400px;overflow-y:auto}.inventory-grid::-webkit-scrollbar{width:0}.inventory-grid::-webkit-scrollbar-track{background:var(--primary-bg)}.inventory-grid::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:10px}.inventory-grid::-webkit-scrollbar-thumb:hover{background:var(--primary-hover)}.sell-card{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:170px;padding:4px 10px;border:1px solid transparent}.sell-card:hover{background:var(--primary-bg);cursor:pointer;border:1px solid var(--primary-color)}.sell-card.locked:hover:before{content:"";top:0;left:0;background:url(/dist/images/lock.svg) no-repeat 50%;background-size:25%;filter:saturate(100%) opacity(.7) invert(1) blur(1px);background-origin:border-box;align-items:center;z-index:2}.sell-card.locked:hover:after,.sell-card.locked:hover:before{position:absolute;width:100%;height:100%;display:flex;justify-content:center;transition:all .3s}.sell-card.locked:hover:after{content:"This item is not tradable or marketable";bottom:0;left:50%;transform:translateX(-50%);background:rgba(0,0,0,.5);align-items:flex-end;color:var(--default-color);font-size:12px;font-weight:500;text-align:center;z-index:3}.sell-card img{width:100%;height:100px;border-radius:10px;object-fit:scale-down}.sell-card.locked:hover img{filter:blur(3px)}.sell-card span{font-size:10px;color:var(--muted-color)}.sell-card h3,.sell-card span{font-weight:500;min-height:20px;text-wrap:nowrap;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:100%}.sell-card h3{font-size:12px;color:var(--default-color)}.sell-card .rarity-color{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50%;height:50%;border-radius:50%;filter:blur(50px);opacity:.5;z-index:0}.sell-card .rarity-color.ConsumerGrade{background-color:#b0c3d9}.sell-card:has(.ConsumerGrade) h3{color:#b0c3d9}.sell-card .rarity-color.IndustrialGrade{background-color:#5e98d9}.sell-card:has(.IndustrialGrade) h3{color:#5e98d9}.sell-card .rarity-color.MilSpec{background-color:#4b69ff}.sell-card:has(.MilSpec) h3{color:#4b69ff}.sell-card .rarity-color.Restricted{background-color:#8847ff}.sell-card:has(.Restricted) h3{color:#8847ff}.sell-card .rarity-color.Classified{background-color:#d32ce6}.sell-card:has(.Classified) h3{color:#d32ce6}.sell-card .rarity-color.Covert{background-color:#eb4b4b}.sell-card:has(.Covert) h3{color:#eb4b4b}.sell-card .rarity-color.Extraordinary,.sell-card .rarity-color.Souvenir{background-color:gold}.sell-card:has(.Extraordinary) h3,.sell-card:has(.Souvenir) h3{color:#e4ae33}.sell-card .rarity-color.Contraband{background-color:#e4ae33}.sell-card:has(.Contraband) h3{color:#e4ae33}.sell-card>*{position:relative;z-index:1}.alert{padding:.9375rem 1.25rem;margin-bottom:.9375rem;border-radius:.5rem;font-size:1rem;display:flex;align-items:center;box-shadow:0 .125rem .375rem rgba(0,0,0,.1);cursor:pointer}.alert-warning{background-color:#fc0;color:#650;border:1px solid #650}.welcome-section{padding:40px 0;position:relative;min-height:600px;display:flex;justify-content:center;align-items:center}.welcome-section:after{background:url(/dist/images/bg/dust_bg.webp) no-repeat 50%;filter:blur(10px) brightness(.8) opacity(.5);background-color:#121218;background-size:cover;background-blend-mode:color-dodge}.welcome-section:after,.welcome-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.welcome-section:before{z-index:3;background:linear-gradient(0deg,#121218,rgba(18,18,24,0))}.welcome-section .col-12{position:relative;display:flex;justify-content:center;align-items:flex-start;flex-direction:column;gap:16px;z-index:3}.welcome-section h2{font-size:48px;font-weight:600;color:var(--default-color)}.welcome-section p{font-size:22px;font-weight:300;color:var(--muted-color)}.widget-skin{display:flex;justify-content:center;flex-direction:row;align-items:flex-end}.widget-skin.right{margin-left:30%;flex-direction:row-reverse}@media screen and (max-width:768px){.widget-skin.right{flex-direction:column-reverse;margin-left:0}.widget-skin{flex-direction:column;align-items:center}}.widget-skin img{width:285px;object-fit:scale-down;transform:rotate(-50deg);z-index:3;margin:20px 0;filter:drop-shadow(5px 5px 20px rgba(0,0,0,1));transition:all .3s ease;animation:levitations 9s infinite}@keyframes levitations{0%{transform:translateY(0) rotate(-50deg)}50%{transform:translateY(-10px) rotate(-45deg)}to{transform:translateY(0) rotate(-50deg)}}@keyframes levitations-right{0%{transform:translateY(0) rotate(40deg)}50%{transform:translateY(-10px) rotate(35deg)}to{transform:translateY(0) rotate(40deg)}}.widget-skin.right img{transform:rotate(40deg);animation:levitations-right 6s infinite}@media screen and (max-width:768px){.widget-skin img{width:100%}}.widget-skin .widget-skin-info{position:relative;margin:40px}.widget-skin .widget-skin-info:before{position:absolute;content:"";top:0;left:-30px;width:10px;height:10px;background:var(--primary-hover);border:2px solid var(--default-color);outline:4px solid var(--primary-color);box-shadow:0 0 20px var(--primary-color);border-radius:50%}.widget-skin.right .widget-skin-info:before{left:100%}.widget-skin .widget-skin-info:after{position:absolute;content:"";top:-15px;left:-130px;width:100px;height:1px;transform:rotate(20deg);border-top:1px dashed var(--primary-color);z-index:2}@media screen and (max-width:768px){.widget-skin .widget-skin-info:after{display:none}}.widget-skin.right .widget-skin-info:after{top:-15px;left:calc(100% + 12px);transform:rotate(-20deg)}.widget-skin .widget-skin-info span{font-size:18px;font-weight:500;color:var(--primary-color);text-wrap:nowrap;text-shadow:0 0 5px rgba(0,0,0,.5)}.widget-skin .widget-skin-info h3{font-size:26px;font-weight:500;color:var(--default-color);text-wrap:nowrap;text-shadow:0 0 5px rgba(0,0,0,.5)}.h-8{height:2rem}.w-8{width:2rem}.contact-card{background:rgba(0,0,0,.1);border-radius:5px;padding:20px;margin-bottom:20px}.contact-card .contact-card-text h4{font-size:16px;font-weight:500;color:var(--default-color)}.contact-card .contact-card-text p{font-size:14px;font-weight:300;color:var(--default-color)}.category-card{background:var(--primary-bg);color:var(--default-color);display:flex;justify-content:center;align-items:center;flex-direction:column;gap:10px;width:160px;height:160px}.category-card:hover{transform:scale(1.2);border:1px solid var(--primary-color)}.category-card img{width:50px;min-height:50px;max-height:50px;object-fit:scale-down}.category-card h3{font-size:18px;font-weight:500;color:var(--default-color)}.banner{margin:40px 0;position:relative;z-index:2}.banner .banner-overlay{content:"";position:absolute;top:0;right:0;width:100%;height:100%;background:url(/dist/images/bg/dots-bg.webp) no-repeat 50%;background-size:cover;filter:brightness(0) saturate(100%) invert(1) opacity(.3) blur(.0625rem);background-origin:border-box;z-index:2}.banner .banner-content,.banner .banner-overlay{-webkit-clip-path:polygon(10% 0,100% 0,100% 70%,90% 100%,0 100%,0 30%);clip-path:polygon(10% 0,100% 0,100% 70%,90% 100%,0 100%,0 30%)}.banner .banner-content{background:var(--primary-color);min-height:450px;display:flex;justify-content:center;align-items:flex-start;flex-direction:column;padding:0 10%;gap:10px}.banner .banner-content,.banner .banner-content .banner-text{position:relative;z-index:4}.banner .banner-content .banner-text h2{font-size:48px}@media screen and (max-width:768px){.banner .banner-content{min-height:200px}.banner .banner-content .banner-text h2{font-size:12px}.banner .banner-content .banner-text .btn span{font-size:10px}}.banner img{position:absolute;top:-20%;right:-10%;width:100vh;object-fit:scale-down;z-index:4;filter:drop-shadow(0 0 20px rgba(0,0,0,.7));animation:alternate32 6s infinite}@keyframes alternate32{0%{transform:translateY(0)}50%{transform:translateY(20px)}to{transform:translateY(0)}}.banner h2{font-size:48px;font-weight:600;color:var(--default-color);width:60%;text-wrap:wrap;text-overflow:ellipsis;overflow:hidden;white-space:wrap}.img-fluid{max-width:100%;height:auto}.cookie-consent{position:fixed;bottom:0;right:0;background-color:var(--primary-bg);color:var(--muted-color);padding:1rem;z-index:9999;width:280px;box-shadow:-10px -10px 10px rgba(0,0,0,.2);opacity:0;pointer-events:none}.cookie-consent.show{opacity:1;pointer-events:auto}.cookie-consent .content p{font-size:12px;font-weight:300;color:var(--muted-color);margin-bottom:10px}.cookie-consent .content button{background-color:var(--primary-color);color:var(--default-color);border:none;padding:.5rem 1rem;border-radius:5px;cursor:pointer;font-size:12px;font-weight:500}.overflow-hidden{overflow:hidden}.our-mission{min-height:400px;display:flex;justify-content:center;align-items:center;background:url(/dist/images/bg/bg1.jpg) no-repeat 50%;background-color:var(--body-bg);background-blend-mode:overlay;background-attachment:fixed;background-position:50%;background-repeat:no-repeat;background-size:cover}.our-mission span{font-weight:500;background:var(--primary-bg);padding:10px 20px;margin:20px 0}.our-mission h3,.our-mission span{font-size:20px;color:var(--default-color);border-radius:10px;text-wrap:nowrap;text-overflow:ellipsis;overflow:hidden;white-space:wrap}.our-mission h3{font-weight:400;line-height:38px;padding:20px 0;text-shadow:0 0 5px rgba(0,0,0,.5)}.information{background:#000}.information h3{font-size:30px;font-weight:500;color:var(--default-color);padding:20px 0;border-radius:10px;text-wrap:nowrap;text-overflow:ellipsis;overflow:hidden;white-space:wrap;text-shadow:0 0 5px rgba(0,0,0,.5)}.information p{font-weight:300;color:var(--muted-color)}.information p,.information p strong{font-size:16px;padding:20px 0;border-radius:10px;text-wrap:nowrap;text-overflow:ellipsis;overflow:hidden;white-space:wrap}.information p strong{font-weight:500;color:var(--default-color)}.top-skin{border:3px solid var(--primary-color);background:url(/dist/images/bg/dust_bg.webp) no-repeat 50%;background-color:var(--primary-bg);background-blend-mode:multiply;background-attachment:fixed;background-position:50%;background-repeat:no-repeat;background-size:cover;padding:20px;border-radius:40px;margin:40px 0}.top-skin .top-skin-text{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:10px;padding:20px 40px}.top-skin h3{font-size:20px;text-shadow:0 0 5px rgba(0,0,0,.5);background:var(--primary-bg);padding:10px 20px}.top-skin h2,.top-skin h3{font-weight:500;color:var(--default-color);border-radius:10px;text-wrap:nowrap;text-overflow:ellipsis;overflow:hidden;white-space:wrap}.top-skin h2{font-size:30px;padding:20px 0}.top-skin p{font-size:16px;font-weight:300;color:var(--muted-color);padding:20px 0;border-radius:10px;text-wrap:nowrap;text-overflow:ellipsis;overflow:hidden;white-space:wrap}.top-skin .skin-image{width:400px;height:auto;object-fit:scale-down;margin:20px 0;animation:alternate32 6s infinite;filter:drop-shadow(0 0 20px rgba(0,0,0,.7))}.top-skin:hover .top-skin-image{transform:rotate(10deg) scale(1.5);transition:all .3s ease}.right-side{gap:20px}.right-side,.right-side .balance{display:flex;justify-content:center;align-items:center}.right-side .balance{font-weight:500;font-size:16px;color:var(--muted-color);text-wrap:nowrap;text-transform:uppercase;background:var(--primary-bg);padding:7px 16px;flex-direction:row;border-radius:5px;gap:10px;box-shadow:1px 1px 5px rgba(0,0,0,.4)}.right-side .balance .balance-info{display:flex;justify-content:center;align-items:center;flex-direction:column;font-size:14px}.right-side .balance .balance-info span{font-size:6px;font-weight:300;color:var(--muted-color);text-wrap:nowrap;text-overflow:ellipsis;overflow:hidden;white-space:wrap}.right-side .balance img{width:30px;height:30px;object-fit:scale-down}.right-side .balance:hover{background:var(--primary-color);color:var(--default-color)}.error-page{min-height:100vh;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:20px;background:url(/dist/images/bg/404.png) no-repeat 50%;background-color:var(--primary-bg);background-blend-mode:overlay;background-size:cover;background-attachment:fixed;background-position:50%;background-repeat:no-repeat}.error-page .title{font-size:48px;font-weight:600;color:var(--default-color);text-transform:uppercase}.error-page .description,.error-page .title{text-wrap:nowrap;text-overflow:ellipsis;overflow:hidden;white-space:wrap}.error-page .description{font-size:20px;font-weight:300;color:var(--muted-color)}.not-found{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:20px;padding:20px}.not-found img{width:420px;height:auto;object-fit:scale-down}.pocket{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:20px;padding:20px}.pocket img{width:120px!important;height:auto;object-fit:scale-down}.pocket .pocket-info{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:10px}.Toastify__toast{background:var(--primary-bg);color:var(--default-color);font-size:14px;font-weight:500;border-radius:10px;padding:10px 20px}.purchases .row:first-of-type div{color:var(--default-color);font-size:16px;font-weight:500;margin-bottom:6px;padding-bottom:6px;border-bottom:1px solid var(--primary-color)}.purchases .row>div{display:flex;justify-content:center;align-items:center;flex-direction:row;gap:10px;text-wrap:nowrap}.webpage-title{font-size:20px;font-weight:500;color:var(--default-color);text-transform:capitalize;padding:20px 0}.webpage-text p,.webpage-title{text-wrap:nowrap;text-overflow:ellipsis;overflow:hidden;white-space:wrap}.webpage-text p{font-size:16px;font-weight:300;color:var(--muted-color);padding:10px 0;text-align:justify}.webpage-text p strong{font-weight:400;color:var(--primary-color);padding:10px 0}.webpage-text p strong,.webpage-text table th{font-size:16px;text-wrap:nowrap;text-overflow:ellipsis;overflow:hidden;white-space:wrap}.webpage-text table th{font-weight:500;color:var(--default-color);padding:10px 20px}.webpage-text table td{font-size:16px;font-weight:300;color:var(--muted-color);padding:10px 20px}.webpage-text h1,.webpage-text table td{text-wrap:nowrap;text-overflow:ellipsis;overflow:hidden;white-space:wrap}.webpage-text h1{font-size:20px;font-weight:500;color:var(--default-color);padding:10px 0}.webpage-text h2{font-size:18px}.webpage-text h2,.webpage-text h3{font-weight:500;color:var(--default-color);text-wrap:nowrap;text-overflow:ellipsis;overflow:hidden;white-space:wrap;padding:10px 0}.webpage-text h3{font-size:16px}.webpage-text h4{font-size:14px}.webpage-text h4,.webpage-text h5{font-weight:500;color:var(--default-color);text-wrap:nowrap;text-overflow:ellipsis;overflow:hidden;white-space:wrap;padding:10px 0}.webpage-text h5{font-size:12px}.webpage-text h6{font-size:10px;font-weight:500;color:var(--default-color);text-wrap:nowrap;text-overflow:ellipsis;overflow:hidden;white-space:wrap;padding:10px 0}.webpage-text ul{padding:10px 20px}.webpage-text ul,.webpage-text ul li{font-size:16px;font-weight:300;color:var(--muted-color);text-wrap:nowrap;text-overflow:ellipsis;overflow:hidden;white-space:wrap}.webpage-text ul li{position:relative;padding:10px 12px}.webpage-text ul li:before{position:absolute;top:50%;left:0;content:"";color:var(--primary-color);font-weight:500;display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--primary-color);transform:translateY(-50%) rotate(45deg)}.webpage-text ul li span{font-size:16px;font-weight:500;color:var(--default-color);text-wrap:nowrap;text-overflow:ellipsis;overflow:hidden;white-space:wrap}.spacer{height:1px;width:100%;background:var(--muted-color);margin:20px 0;opacity:.5}footer .payments{flex-direction:row;gap:20px}footer .payments,footer .payments .image-container{display:flex;justify-content:center;align-items:center}footer .payments .image-container{background:#fff;width:80px;height:40px;border-radius:10px}footer .payments .image-container img{width:50px;height:auto;object-fit:scale-down}footer .copyright{font-size:12px;font-weight:300;color:var(--muted-color);text-wrap:nowrap;text-overflow:ellipsis;overflow:hidden;white-space:wrap;padding:10px 0}.pagination-select{background:var(--primary-bg);color:var(--default-color);font-size:14px;border:none;padding:12px 10px;outline:none}.form-group-list{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:10px;padding:8px 0}.form-group-list label{font-size:14px;font-weight:300;color:var(--muted-color);text-wrap:nowrap;text-overflow:ellipsis;overflow:hidden;white-space:wrap;cursor:pointer;width:90%}.form-group-list input[type=radio]{display:none}.form-group-list input[type=radio]~span{width:20px;height:20px;border-radius:50%;background:var(--primary-bg);border:5px solid transparent;outline:2px solid var(--primary-color)}.form-group-list input[type=radio]:checked~span{width:20px;height:20px;border-radius:50%;background:var(--default-color);border:5px solid var(--primary-bg);outline:2px solid var(--primary-color)}.clear-filter{font-size:12px;font-weight:300;color:var(--muted-color);text-wrap:nowrap;text-overflow:ellipsis;overflow:hidden;white-space:wrap;text-decoration:underline;cursor:pointer;text-underline-offset:2px}.clear-filter:hover{color:var(--primary-color)}.filter-section .filter-content{max-height:150px;overflow:hidden;transition:all .3s ease;padding:5px 2px}.filter-section>span{padding:10px 0;display:flex;justify-content:center;align-items:center;flex-direction:row;color:var(--muted-color);font-size:12px;font-weight:300;text-wrap:nowrap;border-top:1px dashed #9b9b9b60}.filter-section>span:hover{color:var(--primary-color);cursor:pointer}.no-item{position:relative;min-height:80vh;display:flex;justify-content:center;align-items:center;background-image:url(/dist/images/69049551-f7bc-832e-b53c-07c627b6360d.webp);background-size:cover;background-position:50%;background-repeat:no-repeat}.no-item:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#000;background:radial-gradient(circle,transparent 10%,rgba(0,0,0,.8) 80%);z-index:1}.no-item h2{font-size:32px;font-weight:500;color:var(--default-color)}.no-item h2,.no-item p{position:relative;z-index:2;text-wrap:nowrap;text-overflow:ellipsis;overflow:hidden;white-space:wrap;z-index:6}.no-item p{font-size:16px;font-weight:300;color:var(--muted-color)}.glassmorphism-box{--filter-glass3d:blur(2px) brightness(1) saturate(1);--color-glass3d:rgba(0,0,0,.2);--noise-glass3d:url(https://www.transparenttextures.com/patterns/cartographer.png);position:relative;z-index:4;box-shadow:0 0 .75px rgba(20,26,31,.2),.7px .8px 1.2px -.4px rgba(20,26,31,.1),1.3px 1.5px 2.2px -.8px rgba(20,26,31,.1),2.3px 2.6px 3.9px -1.2px rgba(20,26,31,.1),3.9px 4.4px 6.6px -1.7px rgba(20,26,31,.1),6.5px 7.2px 10.9px -2.1px rgba(20,26,31,.1),8px 9px 14px -2.5px rgba(20,26,31,.2);padding:40px 20px;color:#fff;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:10px;border-radius:20px}.glassmorphism-box:before{z-index:3;-webkit-backdrop-filter:var(--filter-glass3d);backdrop-filter:var(--filter-glass3d);background-color:var(--color-glass3d);background-image:var(--noise-glass3d);background-size:100px;background-repeat:repeat}.glassmorphism-box:after,.glassmorphism-box:before{content:"";position:absolute;inset:0;pointer-events:none;border-radius:inherit;overflow:hidden}.glassmorphism-box:after{z-index:5;box-shadow:inset 2px 2px 1px -3px rgba(224,230,235,.8),inset 4px 4px 2px -6px rgba(224,230,235,.3),inset 1.5px 1.5px 1.5px -.75px rgba(224,230,235,.15),inset 1.5px 1.5px .25px rgba(224,230,235,.03),inset 0 0 .25px .5px rgba(224,230,235,.03)}.glassmorphism-box>*{position:relative;z-index:6}