@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;800&display=swap);@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@500;600&family=Sofia&display=swap);body *{box-sizing:border-box;font-family:montserrat,sans-serif}.contest-list-image{background-position:50%;background-repeat:no-repeat;background-size:cover}.btn-buy{background:linear-gradient(93deg,#00ac3a 25%,#00d675 75%);color:#f5f5f5;font-size:14px;font-weight:700}.bg-spgreen{background:#00e06e}.text-spgreen{color:#00e06e}.bg-darkgrey{background:#282828}.bg-spgrey{background:#1a1b1d}.bg-red{background:#e90000}.bg-instagram{background:#f09433;background:linear-gradient(45deg,#f09433,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f09433",endColorstr="#bc1888",GradientType=1)}.bg-orderdetail{background:#f0d690}.instagram{background:#d6249f;background:radial-gradient(circle at 30% 107%,#fdf497 0,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%);color:#fff}@media screen and (max-width:1204px){.text-h6{font-size:16px}}@keyframes pulse{0%{box-shadow:0 0 5px #ffffff80;transform:scale(1)}50%{box-shadow:0 0 15px #fffc;transform:scale(1.05)}to{box-shadow:0 0 5px #ffffff80;transform:scale(1)}}.pulse-effect{animation:pulse 1.5s infinite;transition:transform .2s ease-in-out}.spin-icon{animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.scratch-icon{animation:scratch-wiggle 2s ease-in-out infinite}@keyframes scratch-wiggle{0%,to{transform:rotate(0deg) scale(1)}25%{transform:rotate(-5deg) scale(1.1)}75%{transform:rotate(5deg) scale(1.1)}}