@import"https://fonts.googleapis.com/css2?family=Belleza&family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Serif+JP:wght@200..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap";body{margin:0;padding:0;display:flex;justify-content:center;align-items:center;height:100dvh;background-color:#000;font-family:"Source Sans 3";overflow:hidden}button,input,select,textarea,h1,h2,h3,h4,h5,h6,p,span,label{font-family:"Source Sans 3"}.App{background-color:navy;height:100dvh;max-height:100dvh;background-image:url(/bg.svg);background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden;width:30vw;padding:0;margin:0}@media (max-width:786px){.App{background-image:url(/bg.svg);background-size:contain;background-position:top;background-repeat:no-repeat;width:100vw}}.common-loader-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;margin:4% 0%}.common-loader-container p{font-size:18px;color:#131313;margin:0;text-align:center;font-weight:600}.social-quest-game-shareing-type-selection-heading{font-size:24px;font-weight:500;margin:0% 0% 5%;color:#131313;text-align:center}.social-quest-game-shareing-type-selection-description{font-size:16px;font-weight:400;color:#131313;text-align:center;margin:10% 0%}.common-input-wrapper{display:flex;flex-direction:column;margin-bottom:15px;position:relative;padding:2% 0}.common-input-label{margin-bottom:5px;font-weight:400;color:#131313;font-size:14px;margin-left:2.3%;position:absolute;top:-5px;left:15px;background-color:#fff;padding:0 5px;z-index:1}.common-input-label.required:after{content:"*";color:red;margin-left:2px}.common-input{padding:4% 7%;border:.005rem solid #D7D7D7;border-radius:5rem;background-color:transparent;font-size:16px;color:#464646;font-weight:400;transition:border-color .3s ease;font-family:"Source Sans 3"}.common-input::placeholder{font-family:"Source Sans 3";color:#6b6b6b;font-size:14px}.common-input:focus{outline:none;border-color:navy;box-shadow:0 0 5px #4a90e24d}.common-input.error{border:1px solid red}.error-message{color:red;font-size:12px;margin-top:5px;margin-left:2%}.common-input-message{color:#131313b6;font-size:12px;margin-top:5px;margin-left:4%}.common-input:disabled{background-color:#f4f4f4;cursor:not-allowed}.common-input-wrapper .common-input-extra-css{margin-left:4.8%}.common-input-textarea{border-radius:1rem;resize:vertical;min-height:100px;padding:15px 20px;line-height:1.5;background-color:transparent}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}input[type=email]{background-color:transparent}.common-input-password-container{position:relative;height:55px}.common-input-password-icon{position:absolute;right:10px;top:55%;transform:translateY(-50%);cursor:pointer;color:#6b6b6b}.common-input-password-container input{position:absolute;right:0%;left:0%}.common-input-password-icon img{width:100%}.common-input-phone-container{position:relative;display:flex;align-items:center;width:100%;border-radius:5rem;background-color:transparent;overflow:hidden;column-gap:1%;border:.005rem solid #D7D7D7}.common-input-country-code-wrapper{display:flex;align-items:center;min-width:60px}.common-input-country-code-select{background-color:transparent;border:none;font-size:15px;color:#6b6b6b;font-weight:400;font-family:"Source Sans 3";cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 0rem center;background-size:1em;padding-right:.8rem;padding-left:1rem}.common-input-country-code-select:focus{outline:none}.common-input-country-code-divider{width:1px;height:24px;background-color:#ccc;margin:0 10px}.common-input-phone{flex:1;border:none;background-color:transparent;margin-left:-5%;padding:4% 2%}.common-input-phone:focus{outline:none;box-shadow:none;border:none}.common-input-phone-container:focus-within{outline:none;border:1px solid #000080;box-shadow:0 0 5px #4a90e24d}.common-input-phone-container.error{border:1px solid red}.common-input-file-container{display:flex;flex-direction:column;width:100%}.common-input-wrapper .common-input-extra-css-file{margin-left:7%}.common-input-custom-file-input{position:relative;width:100%;height:50px;border-radius:5rem;background-color:transparent;display:flex;align-items:center;justify-content:space-between;padding:0 0 0 24px;box-sizing:border-box;overflow:hidden;border:.005rem solid #D7D7D7}.common-input-file-placeholder{color:#464646;font-size:14px}.common-input-file-name{max-width:60%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#464646}.common-input-upload-button{height:36px;padding:0 20px;border:none;background-color:navy;color:#fff;font-size:14px;border-radius:5rem;cursor:pointer;position:absolute;right:1%;transition:background-color .3s}.common-input-upload-button:hover{background-color:#00006b}.common-input-upload-button:disabled{background-color:#ccc;cursor:not-allowed}.common-input-hidden-file-input{position:absolute;width:calc(100% - 110px);height:100%;top:0;left:0;opacity:0;cursor:pointer}.common-input-hidden-file-input:disabled{cursor:not-allowed}.common-input-beside-layout{flex-direction:row;align-items:flex-start;gap:20px;align-items:center}.common-input-beside-layout .common-input-custom-file-input{flex:4.5}.common-input-beside-layout .common-input-image-previews{flex:1;margin-top:0}.common-input-image-previews{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.common-input-image-preview-container{position:relative;width:120px;height:100px;border-radius:8px;overflow:hidden;border:1px solid #ddd}.common-input-image-preview-medium .common-input-image-preview-container{width:40%;height:200px}.common-input-image-preview-large .common-input-image-preview-container{width:100%;height:300px}.common-input-image-preview{width:100%;height:100%;object-fit:cover}.common-input-image-remove-btn{position:absolute;top:5px;right:5px;width:20px;height:20px;background-color:#fff;color:#131313;border:none;border-radius:.2rem;cursor:pointer;font-size:14px;padding:0;line-height:1;box-shadow:3px 3px 10px #0004;display:flex;justify-content:center;align-items:center}.common-input-image-remove-btn:hover{background-color:#000000b3;color:#fff}.common-input-image-remove-btn:hover .common-input-image-remove-icon{color:#fff;filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(87deg) brightness(103%) contrast(103%)}.common-input-view-image-text{display:flex;font-size:14px;color:#13131370;text-decoration:underline;margin-left:8%;cursor:pointer;margin-top:8px}.common-input-view-image-text:hover{color:#131313}.common-input-csv-display-container{display:flex;flex-direction:row;align-items:center;justify-content:center;width:120px;aspect-ratio:1/1}.common-input-csv-preview{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;width:80%;object-fit:contain}.common-input-csv-preview img{width:100%}input.common-input:-webkit-autofill,input.common-input:-webkit-autofill:hover,input.common-input:-webkit-autofill:focus,input.common-input:-webkit-autofill:active{-webkit-box-shadow:0 0 0px 1000px transparent inset!important;box-shadow:0 0 0 1000px transparent inset!important;-webkit-text-fill-color:#464646!important;background-color:transparent!important;transition:background-color 5000s ease-in-out 0s}.common-button-container{display:flex;flex-direction:row;width:100%;justify-content:center;align-items:center;margin:8% 0%}.common-button-icon-container{width:35px;height:35px;aspect-ratio:1/1;display:flex;justify-content:center;align-items:center;background-color:navy;border-radius:5rem;padding:3%;cursor:pointer}.common-button-icon-container img{width:80%;object-fit:contain;height:80%}.common-button-container button{background-color:navy;color:#fff;border:none;padding:5% 8%;border-radius:5rem;font-size:16px;cursor:pointer;width:100%}.common-button-bar{width:35px;height:18px;background-color:navy;margin:0 -10px;border-radius:3rem}.social-quest-ngage-share-container{margin-bottom:30%}.social-quest-ngage-share-initial{display:flex;flex-direction:column;align-items:center;justify-content:center}.social-quest-ngage-share-heading{font-size:24px;font-weight:500;margin:0% 0% 5%;color:#131313;text-align:center}.social-quest-ngage-share-description{font-size:16px;font-weight:400;color:#131313;text-align:center}.social-quest-ngage-share-camera-icon img{width:80px;height:80px;object-fit:contain}.social-quest-ngage-share-back-button{display:flex;flex-direction:row;justify-content:end;padding:10px;cursor:pointer;background-color:#2487ff;color:#fff;border-radius:5rem}.social-quest-ngage-share-delete-button{display:flex;flex-direction:row;justify-content:end;width:100%;cursor:pointer}.social-quest-ngage-share-delete-button img{width:24px;height:24px}.social-quest-ngage-share-camera-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;margin:20px 0;position:relative}.social-quest-ngage-share-camera-video{width:500px;height:350px;border-radius:12px;border:3px solid #2487FF;box-shadow:0 4px 12px #2487ff33;background-color:#000;object-fit:cover}.social-quest-ngage-share-camera-controls{display:flex;justify-content:center;gap:15px;width:100%}.social-quest-ngage-share-video-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;margin:20px 0;position:relative}.social-quest-ngage-share-recording-indicator{display:flex;align-items:center;gap:10px;background-color:#ff00001a;padding:8px 16px;border-radius:20px;border:1px solid #ff0000;color:red;font-weight:500;font-size:14px}.social-quest-ngage-share-recording-dot{width:8px;height:8px;background-color:red;border-radius:50%;animation:pulse 1s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.stop-recording-button{background-color:#f44!important;color:#fff!important}.stop-recording-button:hover{background-color:red!important}.social-quest-ngage-share-captured-image-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;margin:20px 0}.social-quest-ngage-share-captured-image{width:500px;height:350px;border-radius:12px;border:3px solid #28a745;box-shadow:0 4px 12px #28a74533;object-fit:cover}.social-quest-ngage-share-captured-video-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;margin:20px 0}.social-quest-ngage-share-captured-video{width:500px;height:350px;border-radius:12px;border:3px solid #28a745;box-shadow:0 4px 12px #28a74533;background-color:#000;object-fit:cover}.social-quest-ngage-share-captured-controls{display:flex;gap:15px;justify-content:center;margin-top:15px;flex-wrap:wrap;width:100%}.social-quest-ngage-share-frame-selection-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;margin:20% 0 20px}.social-quest-ngage-share-image-with-frame{position:relative;display:flex;justify-content:center;align-items:center;width:500px;height:350px;background-size:contain;background-repeat:no-repeat;background-position:center;border-radius:12px;overflow:hidden}.social-quest-ngage-share-frame-overlay{width:100%;height:100%;object-fit:contain;pointer-events:none}.social-quest-ngage-share-frame-list{display:flex;gap:12px;overflow-x:auto;padding:10px 0;margin-bottom:20px;width:100%;max-width:500px;justify-content:center}.social-quest-ngage-share-frame-list::-webkit-scrollbar{height:6px}.social-quest-ngage-share-frame-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.social-quest-ngage-share-frame-list::-webkit-scrollbar-thumb{background:#2487ff;border-radius:3px}.social-quest-ngage-share-frame-option{width:80px;height:80px;border:2px solid #ddd;border-radius:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;background-color:#f8f9fa;transition:all .3s ease;overflow:hidden}.social-quest-ngage-share-frame-option:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.social-quest-ngage-share-frame-option.selected{border:3px solid #2487FF;background-color:#2487ff14}.social-quest-ngage-share-frame-option img{width:95%;object-fit:cover;border-radius:8px}.social-quest-ngage-share-frame-option span{font-size:12px;text-align:center;color:#666;font-weight:500;padding:5px}.social-quest-ngage-share-frame-selection-container>button{font-size:16px;font-weight:500;border-radius:8px;border:none;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .3s ease;min-width:120px;justify-content:center;background-color:#2487ff;color:#fff;padding:15px 30px;font-size:18px}.social-quest-ngage-share-frame-selection-container>button:hover{background-color:#1976d2;transform:translateY(-1px)}.social-quest-ngage-share-frame-selection-container>button:disabled{background-color:#ccc;cursor:not-allowed;transform:none}.social-quest-ngage-share-qr-title{font-size:18px;font-weight:400;color:#131313;margin:0% 0% 5%;text-align:center}.social-quest-ngage-share-qr-container{display:flex;flex-direction:column;row-gap:20px;justify-content:center;align-items:center;margin-bottom:5%}.social-quest-ngage-share-scanning{font-size:17px;font-weight:600;color:#686868;margin:0% 0% 5%;text-align:center}.social-quest-ngage-share-instruction{display:flex;flex-direction:column;row-gap:10px;justify-content:center;align-items:center;margin-bottom:5%;padding:5%;background-color:transparent;border-radius:1rem;border:1px solid #492470}.social-quest-ngage-share-instruction h2{font-size:14px;font-weight:500;color:#131313;margin:0%;text-align:center}.social-quest-ngage-share-instruction p{font-size:14px;font-weight:400;color:#6b6b6b;margin:0%;text-align:center}.social-quest-ngage-share-title{font-size:24px;font-weight:600;color:#131313;margin:0% 0% 5%;text-align:center}@media (max-width: 768px){.social-quest-ngage-share-camera-video,.social-quest-ngage-share-captured-image,.social-quest-ngage-share-captured-video,.social-quest-ngage-share-image-with-frame{width:100%;max-width:500px;height:350px}.social-quest-ngage-share-recording-indicator{font-size:12px;padding:6px 12px}}.social-quest-ngage-share-recording-progress{width:500px;height:4px;background-color:#f0f0f0;border-radius:2px;overflow:hidden;margin-top:10px}.social-quest-ngage-share-recording-progress-fill{height:100%;background-color:red;transition:width .3s ease;border-radius:2px}.social-quest-ngage-share-merged-preview{width:320px;height:100%;object-fit:contain}.social-quest-ngage-share-merged-image{width:100%;height:100%;object-fit:contain}.social-quest-ngage-share-camera-switch{width:50px;height:50px;background-color:#0009;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10}.social-quest-ngage-share-camera-switch:hover{background-color:#000c;transform:scale(1.1)}.social-quest-ngage-share-camera-switch img{width:24px;height:24px;filter:invert(1)}.single-event-team-selection-container{margin-bottom:25%}.single-event-team-selection-title{font-size:24px;font-weight:600;color:#131313;margin:0% 0% 5%;text-align:center}.single-event-team-selection-list{display:grid;grid-template-columns:repeat(4,1fr);column-gap:10px;row-gap:10px}.single-event-team-selection-list .single-event-team-selection-item{display:flex;flex-direction:column;row-gap:10px;justify-content:center;align-items:center;border-radius:1rem;border:1px solid #F0F0F0;cursor:pointer;width:80px;padding:10% 0%}.single-event-team-selection-item-icon{width:60px;height:60px;border-radius:50%}.single-event-team-selection-item h3{font-size:12px;font-weight:500;text-align:center;color:#131313;margin:0%}.global-style-for-spin-a-wheel-new-style-container{position:absolute;background-color:#050451;background-image:url(/decoration4.svg);background-size:cover;background-position:center;top:0%;bottom:8%;left:0%;right:0%;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1;overflow:hidden;height:100%}.global-style-for-spin-a-wheel-new-style-celebration{position:absolute;top:0;left:0;right:0;background-image:url(/celebration-decor.svg);background-size:contain;background-position:top;background-repeat:no-repeat;width:100%;height:100%}.global-style-for-spin-a-wheel-new-style-congrats-gif-container{position:absolute;left:0;right:0;bottom:0;top:0%;background-image:url(/congratulations-gif.gif);background-size:contain;background-position:bottom;background-repeat:no-repeat;width:100%;height:100%;z-index:1}.global-style-for-spin-a-wheel-new-style-prize-container{height:220px;width:300px;border-radius:1rem;padding:4%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;position:relative;overflow:hidden}.global-style-for-spin-a-wheel-new-style-selected-prize-display{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center;animation:winnerAppear .5s ease-out}.global-style-for-spin-a-wheel-new-style-selected-prize-display.shuffling{animation:shufflingEffect .3s ease-in-out infinite}.global-style-for-spin-a-wheel-new-style-selected-prize-display.final-winner{animation:finalWinnerAppear .8s ease-out}@keyframes winnerAppear{0%{opacity:0;transform:scale(.8) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes shufflingEffect{0%,to{transform:scale(1) translateY(0)}50%{transform:scale(1.05) translateY(-5px)}}@keyframes finalWinnerAppear{0%{opacity:0;transform:scale(.5) rotateY(180deg)}50%{opacity:.7;transform:scale(1.1) rotateY(0)}to{opacity:1;transform:scale(1) rotateY(0)}}.global-style-for-spin-a-wheel-new-style-prize-crown{font-size:2rem;animation:crownGlow 2s ease-in-out infinite alternate}@keyframes crownGlow{0%{filter:drop-shadow(0 0 5px rgba(255,215,0,.5))}to{filter:drop-shadow(0 0 15px rgba(255,215,0,.8))}}.global-style-for-spin-a-wheel-new-style-prize-name{font-size:20px;font-weight:700;color:#1fb4fc;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.1)}.global-style-for-spin-a-wheel-new-style-prize-id{font-size:.9rem;color:#6b6b6b;margin:0;font-weight:500}.global-style-for-spin-a-wheel-new-style-prize-info{display:flex;align-items:center;gap:.5rem;background:#1fb4fc1a;padding:.5rem 1rem;border-radius:2rem;border:1px solid rgba(31,180,252,.3)}.global-style-for-spin-a-wheel-new-style-prize-info img{width:16px;height:16px}.global-style-for-spin-a-wheel-new-style-prize-info span{font-weight:600;color:#1fb4fc;font-size:20px}.global-style-for-spin-a-wheel-new-style-no-prize-selected{text-align:center;color:#fff}.global-style-for-spin-a-wheel-new-style-no-prize-selected p{margin:.5rem 0;font-size:20px}.global-style-for-spin-a-wheel-new-style-prize-count{font-weight:600;color:#1fb4fc!important;font-size:18px!important}.global-style-for-spin-a-wheel-new-style-get-prize-button{padding:15px 40px;font-size:18px;font-weight:700;border:none;border-radius:50px;background:linear-gradient(135deg,#4caf50,#45a049,#4caf50);background-size:200% 200%;color:#fff;cursor:pointer;box-shadow:0 8px 20px #4caf5066;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;position:relative;overflow:hidden;margin-top:5%;z-index:99999999}.global-style-for-spin-a-wheel-new-style-get-prize-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.global-style-for-spin-a-wheel-new-style-get-prize-button:hover:not(:disabled):before{left:100%}.global-style-for-spin-a-wheel-new-style-get-prize-button:hover:not(:disabled){box-shadow:0 12px 25px #4caf5099;transform:translateY(-2px);background-position:100% 100%}.global-style-for-spin-a-wheel-new-style-get-prize-button:disabled{cursor:not-allowed;opacity:.7}.global-style-for-spin-a-wheel-new-style-get-prize-button.selecting{background:#ccc;animation:selectingPulse .5s ease-in-out infinite alternate}.global-style-for-spin-a-wheel-new-style-get-prize-button.clicked{background:linear-gradient(135deg,#28a745,#20c997,#28a745);background-size:200% 200%;animation:successGlow 2s ease-in-out infinite;cursor:default}@keyframes selectingPulse{0%{transform:scale(1)}to{transform:scale(.95)}}@keyframes successGlow{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.global-style-for-spin-a-wheel-new-style-stars-container{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:10}.global-style-for-spin-a-wheel-new-style-falling-star{position:absolute;font-size:24px;color:gold;text-shadow:0 0 10px rgba(255,215,0,.8);animation:starDrop 4s ease-in-out infinite;top:-30px;transform:rotate(0)}@keyframes starDrop{0%{transform:translateY(0) rotate(0) scale(.3);opacity:0}15%{opacity:1;transform:translateY(15vh) rotate(45deg) scale(.8)}85%{opacity:1;transform:translateY(85vh) rotate(315deg) scale(.8)}to{transform:translateY(110vh) rotate(360deg) scale(.3);opacity:0}}.global-style-for-spin-a-wheel-new-style-boom-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:20}.global-style-for-spin-a-wheel-new-style-boom-text{font-size:4rem;font-weight:900;color:#ff6b6b;text-shadow:0 0 20px rgba(255,107,107,.8);animation:boomText 1s ease-out;text-align:center}@keyframes boomText{0%{transform:scale(0) rotate(-180deg);opacity:0}50%{transform:scale(1.5) rotate(0);opacity:1}to{transform:scale(1) rotate(0);opacity:1}}.global-style-for-spin-a-wheel-new-style-boom-particle{position:absolute;font-size:20px;animation:boomExplosion 1.5s ease-out forwards;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes boomExplosion{0%{transform:translate(-50%,-50%) scale(0) rotate(0);opacity:1}50%{transform:translate(-50%,-50%) translate(calc(cos(var(--angle)) * var(--distance)),calc(sin(var(--angle)) * var(--distance))) scale(1.5) rotate(180deg);opacity:1}to{transform:translate(-50%,-50%) translate(calc(cos(var(--angle)) * var(--distance)),calc(sin(var(--angle)) * var(--distance))) scale(0) rotate(360deg);opacity:0}}.global-style-for-spin-a-wheel-new-style-particles-container{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:5}.global-style-for-spin-a-wheel-new-style-particle{position:absolute;font-size:20px;color:gold;text-shadow:0 0 10px rgba(255,215,0,.8);animation:particleFloat 3s ease-out infinite;bottom:-20px}@keyframes particleFloat{0%{opacity:0;transform:translateY(0) scale(0)}20%{opacity:1;transform:translateY(-20px) scale(1)}80%{opacity:1;transform:translateY(-100px) scale(1.2)}to{opacity:0;transform:translateY(-150px) scale(0)}}@media (max-width: 768px){.global-style-for-spin-a-wheel-new-style-prize-container{width:280px;height:200px}.global-style-for-spin-a-wheel-new-style-prize-name{font-size:20px}.global-style-for-spin-a-wheel-new-style-get-prize-button{padding:12px 30px;font-size:16px}.global-style-for-spin-a-wheel-new-style-boom-text{font-size:3rem}}@media (max-width: 480px){.global-style-for-spin-a-wheel-new-style-prize-container{width:250px;height:180px}.global-style-for-spin-a-wheel-new-style-prize-name{font-size:20px}.global-style-for-spin-a-wheel-new-style-get-prize-button{padding:10px 25px;font-size:14px}.global-style-for-spin-a-wheel-new-style-boom-text{font-size:2.5rem}}.reward-screen-container{position:absolute;background-color:#050451;background-image:url(/decoration4.svg);background-size:cover;background-position:center;top:0%;bottom:8%;left:0%;right:0%;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1}.reward-screen-main-body-container{display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:999999999}.reward-screen-main-body{display:flex;background-color:#0000006e;flex-direction:column;justify-content:center;align-items:center;row-gap:1rem;border:5px solid #B58915;border-radius:2rem;width:300px;height:100%;position:relative;padding-top:15%;padding-bottom:5%}.reward-screen-awesome-icon{width:100%;height:100%;object-fit:contain;margin-top:-33%}.reward-screen-main-body-points-container{background:linear-gradient(180deg,#f6c733,#f4912f,#f4912f);padding:5px;border-radius:5rem;width:90%}.reward-screen-main-body-points-container-inner{background-color:#7e207d;border-radius:4.5rem;padding:.5rem 1rem;display:flex;flex-direction:row;justify-content:center;align-items:center;column-gap:4%}.reward-screen-main-body-points-container-inner-points{display:flex;flex-direction:row;justify-content:center;align-items:center;column-gap:4%}.reward-screen-main-body-points-container-inner-points img{width:40px;height:40px;object-fit:cover}.reward-screen-main-body-points-container-inner-points p{font-size:24px;font-weight:700;color:#fff;margin:0%;text-align:center;z-index:99999999}.reward-screen-main-body-points-container-inner-points-details{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;row-gap:2px;border-left:1px solid #FFFFFF;padding-left:10px}.reward-screen-main-body-points-container-inner-points-details p{font-size:12px;font-weight:400;color:#fff;margin:0%;text-align:left;z-index:99999999}.reward-screen-main-body-points-container-inner-gift-box-icon{width:40px;height:40px;object-fit:cover}.reward-screen-main-body-points-container-inner-gift-box-details{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;row-gap:2px}.reward-screen-main-body-points-container-inner-gift-box-details h3{font-size:16px;font-weight:700;color:#fff;margin:0%;text-align:left;z-index:99999999}.reward-screen-main-body-points-container-inner-gift-box-details p{font-size:12px;font-weight:400;color:#fff;margin:0%;text-align:left;text-decoration:underline;z-index:99999999}.reward-screen-main-body-button-container{width:90%}.reward-screen-main-body-attempts-remaining{font-size:14px;font-weight:500;color:#fff;margin:-10% 0% 0%;text-align:center}.open-link-feed-conatiner{display:flex;flex-direction:column;row-gap:25px;max-width:100%;margin:0 auto}.open-link-feed-item-container{display:flex;flex-direction:column;row-gap:15px}.open-link-feed-item-post-info{display:flex;flex-direction:row;column-gap:4%}.open-link-feed-item-user-image{width:48px;height:48px;overflow:hidden;object-fit:contain;border-radius:50%;border:none}.open-link-feed-item-user-image img{width:100%}.open-link-feed-item-user-info{display:flex;flex-direction:column;row-gap:2px}.open-link-feed-item-user-info h1{font-size:16px;font-weight:500;color:#131313;margin:0%;text-wrap:nowrap}.open-link-feed-item-date-time{display:flex;flex-direction:row;column-gap:4%;align-items:center}.open-link-feed-item-date-time p{font-size:12px;font-weight:400;color:#6b6b6b;margin:0%;text-wrap:nowrap}.open-link-feed-item-date-time div{background-color:#d9d9d9;width:15px;height:5px;border-radius:50%}.open-link-feed-item-description{font-size:14px;font-weight:400;color:#565454;margin:0%;text-align:left}.open-link-feed-item-post-image{width:100%;overflow:hidden;object-fit:cover;border-radius:1rem;border:none;position:relative}.open-link-feed-item-post-image img,.open-link-feed-item-post-image video{width:100%;height:auto;display:block}.open-link-feed-item-post-image img{object-fit:contain}.open-link-feed-title{font-size:24px;font-weight:500;color:#131313;margin:0% 0% 5%;text-align:center}.slab1-container{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:4% 3% 4% 6%;position:relative;background:transparent;clip-path:polygon(15px 0%,calc(100% - 15px) 0%,100% 50%,calc(100% - 15px) 100%,15px 100%,0% 50%)}.slab1-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:var(--border-color, #D9D9D9);clip-path:polygon(15px 0%,calc(100% - 15px) 0%,100% 50%,calc(100% - 15px) 100%,15px 100%,0% 50%);z-index:-2}.slab1-container:after{content:"";position:absolute;top:.5px;left:.5px;right:.5px;bottom:.5px;background:inherit;clip-path:polygon(15px 0%,calc(100% - 15px) 0%,100% 50%,calc(100% - 15px) 100%,15px 100%,0% 50%);z-index:-1}.slab1-left{flex:1;position:relative}.slab1-left p,.slab1-center p,.slab1-right p{font-size:16px;font-weight:500;margin:0%;color:#131313}.slab1-left img{position:absolute;top:-5px;right:8px;width:20px;height:20px;border-radius:50%}.slab1-center{flex:5}.slab1-right{flex:2}.open-link-leaderboard-container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0 auto}.open-link-leaderboard-title{font-size:24px;font-weight:500;color:#131313;margin:0% 0% 10%;text-align:center}.open-link-leaderboard-user-container{object-fit:contain;border-radius:50%;display:flex;justify-content:center;align-items:center}.open-link-leaderboard-user-container img{width:66px;height:66px}.open-link-leaderboard-user-info-container{display:flex;flex-direction:row;column-gap:4%;align-items:center;justify-content:center;margin-top:5%}.open-link-leaderboard-user-info{width:162px;height:88px;background-color:#2487ff14;border-radius:1rem;display:flex;flex-direction:row;column-gap:6%;align-items:center;justify-content:center}.open-link-leaderboard-user-info img{width:40px;height:40px;overflow:hidden;object-fit:contain}.open-link-leaderboard-user-info div{display:flex;flex-direction:column;row-gap:4px}.open-link-leaderboard-user-info div p{font-size:16px;font-weight:500;color:#131313;margin:0%}.open-link-leaderboard-button-container{width:100%;display:flex;justify-content:center;align-items:center;margin-top:12%;overflow:hidden;margin-bottom:8%}.open-link-leaderboard-button-container button{font-size:16px;background-color:transparent;border:none;border-bottom:5px solid #D9D9D9;padding:3% 16%;color:#b1afb2;cursor:pointer;text-wrap:nowrap;display:flex;justify-content:center;align-items:center}.open-link-leaderboard-button-container .selected{background-color:#2487ff14;border-bottom:5px solid #000080;color:#131313}.open-link-leaderboard-button-container .individual{border-top-left-radius:1.5rem}.open-link-leaderboard-button-container .team{border-top-right-radius:1.5rem}.open-link-leaderboard-list-container{display:flex;flex-direction:column;row-gap:12px;justify-content:center;align-items:center;margin-bottom:5%;width:90%;align-self:center;justify-self:center}.open-link-team-leaderboard-container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0 auto}.open-link-team-leaderboard-title{font-size:24px;font-weight:500;color:#131313;margin:0% 0% 10%;text-align:center}.open-link-team-leaderboard-user-container{object-fit:contain;border-radius:50%;display:flex;justify-content:center;align-items:center}.open-link-team-leaderboard-user-container img{width:66px;height:66px}.open-link-team-leaderboard-user-info-container{display:flex;flex-direction:row;column-gap:4%;align-items:center;justify-content:center;margin-top:5%}.open-link-team-leaderboard-user-info{width:162px;height:88px;background-color:#2487ff14;border-radius:1rem;display:flex;flex-direction:row;column-gap:6%;align-items:center;justify-content:center}.open-link-team-leaderboard-user-info img{width:40px;height:40px;overflow:hidden;object-fit:contain}.open-link-team-leaderboard-user-info div{display:flex;flex-direction:column;row-gap:4px}.open-link-team-leaderboard-user-info div p{font-size:16px;font-weight:500;color:#131313;margin:0%}.open-link-team-leaderboard-button-container{width:100%;display:flex;justify-content:center;align-items:center;margin-top:12%;overflow:hidden;margin-bottom:8%}.open-link-team-leaderboard-button-container button{font-size:16px;background-color:transparent;border:none;border-bottom:5px solid #D9D9D9;padding:3% 16%;color:#b1afb2;cursor:pointer;text-wrap:nowrap;display:flex;justify-content:center;align-items:center}.open-link-team-leaderboard-button-container .selected{background-color:#2487ff14;border-bottom:5px solid #000080;color:#131313}.open-link-team-leaderboard-button-container .individual{border-top-left-radius:1.5rem}.open-link-team-leaderboard-button-container .team{border-top-right-radius:1.5rem}.open-link-team-leaderboard-list-container{display:flex;flex-direction:column;row-gap:12px;justify-content:center;align-items:center;margin-bottom:5%;width:90%;align-self:center;justify-self:center}.open-link-layout-container{min-height:100dvh;width:100%;background-color:#fff;display:flex;flex-direction:column}.open-link-layout-content{flex:1;padding:20px;max-height:94dvh;box-sizing:border-box;display:flex;overflow-y:auto;overflow-x:hidden;flex-direction:column;justify-content:flex-start;align-items:center;width:100%}.open-link-layout-content::-webkit-scrollbar{display:none}.open-link-layout-footer{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:10px;column-gap:6%}.open-link-layout-footer p{font-size:14px;color:#131313;margin:0;font-weight:600}.open-link-layout-footer img{width:50px;height:50px;object-fit:contain}.global-style-for-scratch-card-container{position:absolute;background-color:#050451;background-image:url(/decoration4.svg);background-size:cover;background-position:center;top:0%;bottom:8%;left:0%;right:0%;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1;overflow:hidden;height:100%}.scratch-card-wrapper{position:relative;display:inline-block;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.prize-background{position:absolute;width:300px;height:300px;background:linear-gradient(135deg,gray,#d4af37,gold);display:flex;align-items:center;justify-content:center;z-index:1;-webkit-mask:url("data:image/svg+xml,%3Csvg width='369' height='369' viewBox='0 0 369 369' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M352.572 111.093C348.577 109.234 344.364 109.612 340.282 110.687C338.147 107.041 335.445 103.801 331.305 102.291C326.918 100.693 322.226 101.681 318.972 104.905C313.655 102.131 308.179 99.676 302.688 97.2793C303.007 97.2066 303.283 97.1921 303.603 97.1049C308.702 95.6959 305.491 88.1134 300.451 89.5079C293.885 91.3091 288.524 89.1883 283.89 85.1211C279.823 80.4873 277.702 75.1127 279.503 68.5616C280.898 63.5211 273.315 60.3108 271.906 65.4094C271.819 65.729 271.804 66.0195 271.717 66.3246C269.32 60.8338 266.865 55.3575 264.105 50.041C267.33 46.8018 268.318 42.1099 266.72 37.7086C265.209 33.5687 261.97 30.8669 258.324 28.7315C259.384 24.6498 259.776 20.4373 257.917 16.4426C257.307 15.1208 256.508 13.9732 255.549 13C254.184 13.0145 252.804 13.2615 251.453 13.7553C247.313 15.266 244.611 18.5053 242.475 22.1513C238.379 21.0909 234.181 20.6987 230.186 22.558C225.944 24.5336 223.315 28.5427 223.315 33.1184C217.606 34.9196 211.984 37.0549 206.406 39.2483C206.58 38.9723 206.769 38.7544 206.929 38.4784C209.529 33.8737 201.903 30.7797 199.317 35.3263C195.947 41.2529 190.645 43.548 184.5 43.9547C178.355 43.548 173.039 41.2529 169.683 35.3408C167.097 30.7942 159.471 33.8882 162.086 38.4929C162.26 38.7835 162.434 39.0014 162.609 39.2628C157.03 37.0839 151.423 34.9341 145.7 33.1474C145.685 28.5718 143.07 24.5626 138.829 22.5871C134.834 20.7278 130.621 21.1054 126.539 22.1658C124.404 18.5198 121.702 15.2806 117.562 13.7699C116.211 13.276 114.816 13.0291 113.465 13.0145C112.507 13.9878 111.708 15.1498 111.098 16.4426C109.238 20.4373 109.616 24.6498 110.676 28.7315C107.045 30.8669 103.791 33.5541 102.28 37.7086C100.682 42.0954 101.67 46.7872 104.895 50.041C102.12 55.343 99.6652 60.8338 97.2683 66.3246C97.1957 66.005 97.1811 65.729 97.094 65.3949C95.6849 60.2963 88.0875 63.5065 89.4821 68.547C91.2979 75.1127 89.177 80.4728 85.1096 85.1066C80.4756 89.1738 75.1008 91.2946 68.5494 89.4934C63.4942 88.0989 60.2983 95.6959 65.3971 97.1049C65.7167 97.1921 65.9927 97.2066 66.3123 97.2793C60.8213 99.676 55.3448 102.131 50.0281 104.905C46.7741 101.681 42.0966 100.693 37.6951 102.291C33.555 103.801 30.8531 107.041 28.7177 110.687C24.6357 109.612 20.4376 109.234 16.4283 111.093C15.1209 111.703 13.9587 112.502 13 113.461C13.0145 114.827 13.2615 116.206 13.7554 117.572C15.2661 121.712 18.5201 124.414 22.1517 126.549C21.0767 130.631 20.6991 134.843 22.5584 138.838C24.5341 143.079 28.5434 145.694 33.1337 145.709C34.935 151.417 37.0704 157.039 39.2494 162.602C38.9734 162.442 38.7555 162.254 38.4795 162.079C33.8746 159.465 30.7804 167.091 35.3272 169.676C41.2395 173.032 43.5347 178.334 43.9415 184.493C43.5347 190.637 41.2395 195.939 35.3272 199.309C30.7659 201.895 33.8746 209.521 38.4795 206.906C38.7555 206.746 38.9734 206.558 39.2494 206.383C37.0559 211.961 34.9205 217.568 33.1337 223.291C28.5579 223.306 24.5341 225.921 22.5584 230.162C20.6991 234.157 21.0767 238.369 22.1517 242.451C18.5055 244.572 15.2661 247.288 13.7554 251.428C13.2615 252.779 13.0145 254.159 13 255.524C13.9733 256.483 15.1209 257.282 16.4283 257.892C20.423 259.751 24.6357 259.374 28.7177 258.299C30.8386 261.93 33.5405 265.184 37.6951 266.695C42.0821 268.293 46.7741 267.319 50.0281 264.08C55.3448 266.855 60.8213 269.309 66.3123 271.706C65.9927 271.779 65.7167 271.793 65.3971 271.881C60.2983 273.319 63.4942 280.901 68.5494 279.507C75.1008 277.691 80.4756 279.812 85.1096 283.879C89.1625 288.513 91.2979 293.887 89.4966 300.453C88.1021 305.493 95.6849 308.704 97.094 303.605C97.1811 303.286 97.1957 303.01 97.2683 302.69C99.6652 308.181 102.12 313.657 104.895 318.973C101.655 322.213 100.682 326.919 102.28 331.306C103.791 335.446 107.03 338.148 110.676 340.283C109.616 344.365 109.224 348.563 111.083 352.572C111.693 353.879 112.507 355.041 113.451 356C114.816 355.985 116.196 355.738 117.547 355.245C121.687 353.734 124.389 350.495 126.525 346.849C130.607 347.909 134.819 348.287 138.814 346.427C143.056 344.452 145.671 340.443 145.685 335.853C151.409 334.051 157.016 331.916 162.594 329.737C162.42 330.013 162.245 330.231 162.071 330.507C159.456 335.112 167.097 338.206 169.668 333.659C173.024 327.747 178.326 325.452 184.485 325.045C190.63 325.452 195.932 327.747 199.288 333.659C201.874 338.22 209.5 335.112 206.9 330.507C206.726 330.231 206.537 330.013 206.377 329.737C211.955 331.916 217.577 334.066 223.286 335.853C223.3 340.428 225.915 344.452 230.157 346.427C234.152 348.287 238.35 347.909 242.446 346.849C244.582 350.48 247.284 353.734 251.424 355.245C252.775 355.738 254.169 355.985 255.52 356C256.479 355.027 257.278 353.879 257.888 352.572C259.747 348.577 259.37 344.365 258.309 340.283C261.955 338.148 265.195 335.446 266.706 331.306C268.318 326.919 267.33 322.227 264.105 318.973C266.88 313.657 269.335 308.181 271.717 302.69C271.804 303.01 271.819 303.286 271.892 303.605C273.301 308.704 280.898 305.508 279.489 300.453C277.673 293.902 279.808 288.527 283.876 283.893C288.51 279.826 293.885 277.705 300.436 279.507C305.491 280.901 308.687 273.319 303.588 271.91C303.269 271.822 302.978 271.808 302.673 271.735C308.164 269.339 313.641 266.884 318.957 264.109C322.197 267.348 326.889 268.336 331.29 266.724C335.445 265.213 338.132 261.959 340.268 258.328C344.35 259.388 348.562 259.78 352.557 257.921C353.865 257.311 355.027 256.512 356 255.553C355.985 254.188 355.739 252.808 355.245 251.457C353.734 247.303 350.48 244.615 346.848 242.48C347.909 238.398 348.301 234.186 346.442 230.191C344.466 225.95 340.457 223.335 335.866 223.32C334.079 217.597 331.93 211.99 329.751 206.412C330.027 206.572 330.23 206.761 330.521 206.935C335.125 209.535 338.234 201.924 333.673 199.338C327.746 195.983 325.465 190.681 325.059 184.522C325.465 178.363 327.746 173.061 333.673 169.72C338.234 167.134 335.125 159.508 330.521 162.123C330.23 162.283 330.027 162.471 329.751 162.646C331.93 157.068 334.079 151.461 335.866 145.752C340.442 145.738 344.466 143.123 346.442 138.881C348.301 134.887 347.923 130.674 346.848 126.593C350.494 124.457 353.734 121.755 355.245 117.616C355.739 116.25 355.985 114.87 356 113.505C355.041 112.517 353.879 111.703 352.572 111.093Z' fill='white'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg width='369' height='369' viewBox='0 0 369 369' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M352.572 111.093C348.577 109.234 344.364 109.612 340.282 110.687C338.147 107.041 335.445 103.801 331.305 102.291C326.918 100.693 322.226 101.681 318.972 104.905C313.655 102.131 308.179 99.676 302.688 97.2793C303.007 97.2066 303.283 97.1921 303.603 97.1049C308.702 95.6959 305.491 88.1134 300.451 89.5079C293.885 91.3091 288.524 89.1883 283.89 85.1211C279.823 80.4873 277.702 75.1127 279.503 68.5616C280.898 63.5211 273.315 60.3108 271.906 65.4094C271.819 65.729 271.804 66.0195 271.717 66.3246C269.32 60.8338 266.865 55.3575 264.105 50.041C267.33 46.8018 268.318 42.1099 266.72 37.7086C265.209 33.5687 261.97 30.8669 258.324 28.7315C259.384 24.6498 259.776 20.4373 257.917 16.4426C257.307 15.1208 256.508 13.9732 255.549 13C254.184 13.0145 252.804 13.2615 251.453 13.7553C247.313 15.266 244.611 18.5053 242.475 22.1513C238.379 21.0909 234.181 20.6987 230.186 22.558C225.944 24.5336 223.315 28.5427 223.315 33.1184C217.606 34.9196 211.984 37.0549 206.406 39.2483C206.58 38.9723 206.769 38.7544 206.929 38.4784C209.529 33.8737 201.903 30.7797 199.317 35.3263C195.947 41.2529 190.645 43.548 184.5 43.9547C178.355 43.548 173.039 41.2529 169.683 35.3408C167.097 30.7942 159.471 33.8882 162.086 38.4929C162.26 38.7835 162.434 39.0014 162.609 39.2628C157.03 37.0839 151.423 34.9341 145.7 33.1474C145.685 28.5718 143.07 24.5626 138.829 22.5871C134.834 20.7278 130.621 21.1054 126.539 22.1658C124.404 18.5198 121.702 15.2806 117.562 13.7699C116.211 13.276 114.816 13.0291 113.465 13.0145C112.507 13.9878 111.708 15.1498 111.098 16.4426C109.238 20.4373 109.616 24.6498 110.676 28.7315C107.045 30.8669 103.791 33.5541 102.28 37.7086C100.682 42.0954 101.67 46.7872 104.895 50.041C102.12 55.343 99.6652 60.8338 97.2683 66.3246C97.1957 66.005 97.1811 65.729 97.094 65.3949C95.6849 60.2963 88.0875 63.5065 89.4821 68.547C91.2979 75.1127 89.177 80.4728 85.1096 85.1066C80.4756 89.1738 75.1008 91.2946 68.5494 89.4934C63.4942 88.0989 60.2983 95.6959 65.3971 97.1049C65.7167 97.1921 65.9927 97.2066 66.3123 97.2793C60.8213 99.676 55.3448 102.131 50.0281 104.905C46.7741 101.681 42.0966 100.693 37.6951 102.291C33.555 103.801 30.8531 107.041 28.7177 110.687C24.6357 109.612 20.4376 109.234 16.4283 111.093C15.1209 111.703 13.9587 112.502 13 113.461C13.0145 114.827 13.2615 116.206 13.7554 117.572C15.2661 121.712 18.5201 124.414 22.1517 126.549C21.0767 130.631 20.6991 134.843 22.5584 138.838C24.5341 143.079 28.5434 145.694 33.1337 145.709C34.935 151.417 37.0704 157.039 39.2494 162.602C38.9734 162.442 38.7555 162.254 38.4795 162.079C33.8746 159.465 30.7804 167.091 35.3272 169.676C41.2395 173.032 43.5347 178.334 43.9415 184.493C43.5347 190.637 41.2395 195.939 35.3272 199.309C30.7659 201.895 33.8746 209.521 38.4795 206.906C38.7555 206.746 38.9734 206.558 39.2494 206.383C37.0559 211.961 34.9205 217.568 33.1337 223.291C28.5579 223.306 24.5341 225.921 22.5584 230.162C20.6991 234.157 21.0767 238.369 22.1517 242.451C18.5055 244.572 15.2661 247.288 13.7554 251.428C13.2615 252.779 13.0145 254.159 13 255.524C13.9733 256.483 15.1209 257.282 16.4283 257.892C20.423 259.751 24.6357 259.374 28.7177 258.299C30.8386 261.93 33.5405 265.184 37.6951 266.695C42.0821 268.293 46.7741 267.319 50.0281 264.08C55.3448 266.855 60.8213 269.309 66.3123 271.706C65.9927 271.779 65.7167 271.793 65.3971 271.881C60.2983 273.319 63.4942 280.901 68.5494 279.507C75.1008 277.691 80.4756 279.812 85.1096 283.879C89.1625 288.513 91.2979 293.887 89.4966 300.453C88.1021 305.493 95.6849 308.704 97.094 303.605C97.1811 303.286 97.1957 303.01 97.2683 302.69C99.6652 308.181 102.12 313.657 104.895 318.973C101.655 322.213 100.682 326.919 102.28 331.306C103.791 335.446 107.03 338.148 110.676 340.283C109.616 344.365 109.224 348.563 111.083 352.572C111.693 353.879 112.507 355.041 113.451 356C114.816 355.985 116.196 355.738 117.547 355.245C121.687 353.734 124.389 350.495 126.525 346.849C130.607 347.909 134.819 348.287 138.814 346.427C143.056 344.452 145.671 340.443 145.685 335.853C151.409 334.051 157.016 331.916 162.594 329.737C162.42 330.013 162.245 330.231 162.071 330.507C159.456 335.112 167.097 338.206 169.668 333.659C173.024 327.747 178.326 325.452 184.485 325.045C190.63 325.452 195.932 327.747 199.288 333.659C201.874 338.22 209.5 335.112 206.9 330.507C206.726 330.231 206.537 330.013 206.377 329.737C211.955 331.916 217.577 334.066 223.286 335.853C223.3 340.428 225.915 344.452 230.157 346.427C234.152 348.287 238.35 347.909 242.446 346.849C244.582 350.48 247.284 353.734 251.424 355.245C252.775 355.738 254.169 355.985 255.52 356C256.479 355.027 257.278 353.879 257.888 352.572C259.747 348.577 259.37 344.365 258.309 340.283C261.955 338.148 265.195 335.446 266.706 331.306C268.318 326.919 267.33 322.227 264.105 318.973C266.88 313.657 269.335 308.181 271.717 302.69C271.804 303.01 271.819 303.286 271.892 303.605C273.301 308.704 280.898 305.508 279.489 300.453C277.673 293.902 279.808 288.527 283.876 283.893C288.51 279.826 293.885 277.705 300.436 279.507C305.491 280.901 308.687 273.319 303.588 271.91C303.269 271.822 302.978 271.808 302.673 271.735C308.164 269.339 313.641 266.884 318.957 264.109C322.197 267.348 326.889 268.336 331.29 266.724C335.445 265.213 338.132 261.959 340.268 258.328C344.35 259.388 348.562 259.78 352.557 257.921C353.865 257.311 355.027 256.512 356 255.553C355.985 254.188 355.739 252.808 355.245 251.457C353.734 247.303 350.48 244.615 346.848 242.48C347.909 238.398 348.301 234.186 346.442 230.191C344.466 225.95 340.457 223.335 335.866 223.32C334.079 217.597 331.93 211.99 329.751 206.412C330.027 206.572 330.23 206.761 330.521 206.935C335.125 209.535 338.234 201.924 333.673 199.338C327.746 195.983 325.465 190.681 325.059 184.522C325.465 178.363 327.746 173.061 333.673 169.72C338.234 167.134 335.125 159.508 330.521 162.123C330.23 162.283 330.027 162.471 329.751 162.646C331.93 157.068 334.079 151.461 335.866 145.752C340.442 145.738 344.466 143.123 346.442 138.881C348.301 134.887 347.923 130.674 346.848 126.593C350.494 124.457 353.734 121.755 355.245 117.616C355.739 116.25 355.985 114.87 356 113.505C355.041 112.517 353.879 111.703 352.572 111.093Z' fill='white'/%3E%3C/svg%3E") center/contain no-repeat}.prize-content{text-align:center;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.8)}.prize-title{font-size:24px;font-weight:700;margin:0 0 10px}.prize-subtitle{font-size:16px;margin:0}.scratch-canvas{position:absolute;width:300px;height:300px;cursor:crosshair;z-index:2}.wordify-home-page-title{font-size:24px;font-weight:500;color:#131313;margin:0% 0% 6%;text-align:center}.wordify-home-page-icon{display:flex;justify-content:center;align-items:center;overflow:hidden;object-fit:contain;margin-bottom:2%}.wordify-home-page-icon img{width:150px;height:150px}.wordify-home-page-prize{display:flex;flex-direction:row;align-items:center;justify-content:center;margin-bottom:6%;column-gap:8%;margin-top:5%}.wordify-home-page-prize div{display:flex;flex-direction:row;align-items:center;justify-content:center;column-gap:4%}.wordify-home-page-prize div p{font-weight:600;font-size:14px;color:#131313;margin:0%;text-align:center;text-wrap:nowrap}.wordify-home-page-how-to-play{font-size:20px;font-weight:600;color:#131313;margin:0% 0% 3%;text-align:center}.wordify-home-page-how-to-play-description{font-size:14px;font-weight:400;color:#565454;margin:0% 0% 3%;text-align:center}.wordify-home-page-prize .wordify-home-page-rewards{display:flex;flex-direction:column;row-gap:0px}.wordify-home-page-prize .points-container{justify-content:end;align-items:end}.wordify-home-page-prize .coins-container{justify-content:start;align-items:start}.wordify-home-page-prize .wordify-home-page-points,.wordify-home-page-prize .wordify-home-page-coins{display:flex;column-gap:6%}.wordify-home-page-prize .wordify-home-page-coins{flex-direction:row-reverse}.wordify-home-page-prize .wordify-home-page-points{flex-direction:row}.wordify-home-page-prize .wordify-home-page-points img,.wordify-home-page-prize .wordify-home-page-coins img{width:32px;height:32px}.wordify-home-page-prize .wordify-home-page-line{width:2px;height:20px;background-color:#131313}.wordify-single-word-container{padding:20px;max-width:600px;margin:0 auto 30%}.wordify-single-word-game-header{text-align:center;margin-bottom:20px;display:flex;align-items:center;justify-content:center;width:100%;position:relative}.wordify-single-word-title{color:#131313;margin-bottom:10px;font-size:24px;font-weight:600;width:100%;flex:4}.wordify-single-word-hint{background-color:#f0f0f0;padding:10px;border-radius:5px;color:#131313;font-size:14px}.wordify-single-word-game-grid{margin-bottom:20px}.wordify-single-word-game-row{display:flex;gap:5px;margin-bottom:5px;justify-content:center}.wordify-single-word-cell-wrapper{display:flex;align-items:center}.wordify-single-word-input{width:50px;height:50px;text-align:center;font-size:18px;font-weight:700;border:2px solid;border-radius:4px;outline:none}.wordify-single-word-input-default{background-color:transparent;border-color:#2487ff9c;color:#131313}.wordify-single-word-input-correct{background-color:#19bc4f;border-color:#19bc4f;color:#fff}.wordify-single-word-input-present{background-color:#f3da19;border-color:#f3da19;color:#fff}.wordify-single-word-input-absent{background-color:#787c7e;border-color:#787c7e;color:#fff}.wordify-single-word-input-disabled{background-color:#f5f5f5;border-color:#ddd;color:#999;cursor:not-allowed}.wordify-single-word-special-char{font-size:32px;color:#131313;margin:0 2px;display:flex;align-items:center;justify-content:center}.wordify-single-word-game-result{text-align:center;padding:20px;border-radius:5px;margin-top:20px}.wordify-single-word-game-result-won{background-color:#d4edda}.wordify-single-word-game-result-lost{background-color:#f8d7da}.wordify-single-word-result-title{margin-bottom:10px}.wordify-single-word-result-title-won{color:#155724}.wordify-single-word-result-title-lost{color:#721c24}.wordify-single-word-result-text{font-size:16px}.wordify-single-word-result-text-won{color:#155724}.wordify-single-word-result-text-lost{color:#721c24}.wordify-single-word-game-instructions{text-align:center;color:#666;font-size:14px;margin-top:20px}.wordify-single-word-hints-container{display:flex;align-items:center;justify-content:center;gap:5px;cursor:pointer;position:absolute;right:-10%;top:40%}.wordify-single-word-hints-container p{font-size:16px;font-weight:500;margin:0;color:#131313}.wordify-single-word-hint-popup-container{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px}.wordify-single-word-hint-popup-container h3{font-size:20px;font-weight:600;margin:0;color:#131313;text-align:center}.wordify-single-word-hint-popup-container p{font-size:16px;font-weight:500;margin:0;color:#131313;text-align:center}.wordify-single-word-found-characters-container{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%}.wordify-single-word-found-characters{margin-top:30px;text-align:center;background-color:#2487ff0f;width:fit-content}.wordify-single-word-found-title{color:#131313;margin-bottom:15px;font-size:16px;font-weight:600}.wordify-single-word-found-row{display:flex;gap:5px;justify-content:center;margin-bottom:10px;padding:0 10px}.wordify-single-word-found-cell-wrapper{display:flex;align-items:center}.wordify-single-word-attempts-left-container{display:flex;align-items:center;justify-content:center;width:100%;background-color:#6ad7f2;padding:5px 0}.wordify-single-word-attempts-left-container p{font-size:12px;font-weight:500;margin:0;color:#131313}.wordify-single-word-buy-attempts-container{position:relative;display:flex;align-items:center;justify-content:space-between;width:100%}.wordify-single-word-buy-attempts-container p{font-size:18px;font-weight:500;margin:0;color:#6b6b6b;text-decoration:underline}.wordify-single-word-buy-attempts-button{width:180px}.wordify-single-word-buy-attempts-popup-container{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;width:100%}.wordify-single-word-buy-attempts-popup-item{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:5px;padding:35% 10%;border-radius:5px;cursor:pointer;position:relative;background-color:#2487ff14;box-shadow:inset 0 0 13px 1px #2487ff6a;overflow:hidden}.wordify-single-word-buy-attempts-popup-item-radio-container{position:absolute;top:0;left:0}.wordify-single-word-buy-attempts-popup-item-coin-container{display:flex;align-items:center;justify-content:center;flex-direction:column;row-gap:15px}.wordify-single-word-buy-attempts-popup-item-coin-container img{width:25px;height:25px;object-fit:contain}.wordify-single-word-buy-attempts-popup-item-coin-container p{font-size:14px;font-weight:600;margin:0;color:#131313;text-align:center}.wordify-single-word-buy-attempts-popup-item-attempts-container{display:flex;align-items:center;justify-content:center;position:absolute;right:0;bottom:0;left:0;height:25px;background-color:#2487ff66}.wordify-single-word-buy-attempts-popup-item-attempts-container p{font-size:14px;font-weight:600;margin:0;color:#131313;text-align:center}.wordify-single-word-buy-attempts-popup-item-overlay{position:absolute;top:0;bottom:0;left:0;right:0;background-color:#0006;display:flex;align-items:center;justify-content:center;z-index:1000}.wordify-single-word-buy-attempts-popup-item-overlay p{font-size:14px;font-weight:800;margin:0;color:#fff;text-align:center}.wordify-multiple-words-container{margin-bottom:30%}.wordify-multiple-words-title{font-size:24px;font-weight:600;color:#131313;text-align:center;margin-bottom:5%}.wordify-multiple-words-button-container{width:100%;display:flex;justify-content:center;align-items:center;margin-top:2%;overflow:hidden;margin-bottom:8%}.wordify-multiple-words-button-container button{font-size:16px;background-color:transparent;border:none;border-bottom:5px solid #D9D9D9;padding:3% 0%;color:#b1afb2;cursor:pointer;text-wrap:nowrap;width:150px}.wordify-multiple-words-button-container .selected{background-color:#2487ff14;border-bottom:5px solid #000080;color:#131313}.wordify-multiple-words-button-container .all-word{border-top-left-radius:1.5rem}.wordify-multiple-words-button-container .completed-word{border-top-right-radius:1.5rem}.wordify-multiple-words-word-list{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:2%;row-gap:15px}.wordify-multiple-words-word-card{width:280px;display:flex;flex-direction:row;justify-content:start;align-items:center;padding:2%;background-color:#2487ff14;border:2px solid #2487FF14;border-radius:.5rem;column-gap:20px;cursor:pointer}.wordify-multiple-words-word-card:hover{background-color:#016d0314;border:2px solid #016D03}.wordify-multiple-words-word-icon{width:80px;height:80px;display:flex;justify-content:center;align-items:center;overflow:hidden;margin:0%;border-radius:.5rem}.wordify-multiple-words-word-icon img{width:100%;height:100%;object-fit:contain}.wordify-multiple-words-word-details{display:flex;flex-direction:column;justify-content:center;row-gap:2px}.wordify-multiple-words-word-details h3{font-size:18px;font-weight:600;color:#131313;margin:0%}.wordify-multiple-words-word-details p{font-size:14px;font-weight:400;color:#565454;margin:0%}.wordify-multiple-words-word-points-coins{display:flex;flex-direction:row;align-items:center;column-gap:10px;margin-top:2%}.wordify-multiple-words-word-points-coins div{font-size:14px;font-weight:600;color:#131313;margin:0%;display:flex;flex-direction:row;justify-content:center;align-items:center;column-gap:5px}.wordify-multiple-words-word-points-coins div img{width:16px;height:16px;object-fit:contain}.wordify-multiple-words-word-card.win{background-color:#016d0314;border:2px solid #016D03;cursor:not-allowed}.wordify-multiple-words-word-card.loss{background-color:#b6000014;border:2px solid #B60000;cursor:not-allowed}.slab-box-container{display:flex;flex-direction:row;align-items:center;width:100%;border:2px solid #2487FF;border-radius:5rem;padding:4% 0%}.slab-box-container h4{font-size:16px;font-weight:400;color:#131313;flex:3;margin:0% 0% 0% 4%}.slab-box-container button{background-color:transparent;border:none;font-size:12px;font-weight:400;color:navy;text-decoration:underline;cursor:pointer;margin-left:auto;padding-right:8%;flex:1}.slab-box-decoration{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;flex:1}.slab-box-decoration-line{width:90%;height:2px;background-color:#2487ff}.slab-box-decoration-diamond{width:10px;height:10px;background-color:#2487ff;transform:rotate(45deg)}.wordify-phrase-container{margin-bottom:30%}.wordify-phrase-game-title{font-size:24px;font-weight:400;color:#131313;margin:0% 0% 5%;text-align:center}.wordify-phrase-title{display:flex;flex-direction:row;align-items:center;justify-content:center;background-color:#2487ff0a;padding:8% 0%;margin-bottom:12%;border-radius:.5rem}.wordify-phrase-title h1{font-size:14px;font-weight:400;color:#131313;margin:0%;text-align:center}.wordify-phrase-words-container{display:flex;flex-direction:column;gap:15px}.wordify-prize-container{position:absolute;background-color:#050451;background-image:url(/decoration4.svg);background-size:cover;background-position:center;top:0%;bottom:8%;left:0%;right:0%;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1}.wordify-prize{background-image:url(/prize-background.svg);background-size:contain;background-position:center;background-repeat:no-repeat;width:350px;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;row-gap:10px;padding-top:10%}.wordify-prize-points-container{background-color:#fff3bf;width:200px;display:flex;flex-direction:column;justify-content:center;border-radius:.5rem;padding:2% 6%;row-gap:5px}.wordify-prize-points-container h4{font-size:14px;font-weight:600;color:#131313c7;margin:0%}.wordify-prize-points{display:flex;flex-direction:row;column-gap:4%;align-items:center;justify-content:start;margin:3% 0%}.wordify-prize-points img{width:40px;height:40px}.wordify-prize-points p{font-size:28px;font-weight:600;color:#131313;margin:0%}.wordify-prize-gift-container{display:flex;flex-direction:row;justify-content:center;align-items:center;row-gap:20px;column-gap:10px;padding:20px 0;border-radius:.5rem;background-color:#fff3bf;width:240px}.wordify-prize-gift-container img{width:70px;height:70px}.wordify-prize-gift-container div h2{font-size:20px;font-weight:500;color:#131313;margin:0%;text-align:center;text-wrap:nowrap}.wordify-prize-gift-container div p{font-size:16px;font-weight:500;color:navy;text-decoration:underline;margin:0%;text-align:center;text-wrap:nowrap}.wordify-prize-attempts{color:#fff;font-size:16px;font-weight:700;margin:3% 0% 0%;text-align:center;text-wrap:nowrap}.wordify-prize-play-again{width:265px}.wordify-prize-gift-badge-container{display:grid;grid-template-columns:repeat(2,1fr);column-gap:10px}.wordify-prize-gift-badge{background-color:#fff3bf;display:flex;flex-direction:column;justify-content:center;align-items:center;row-gap:5px;border-radius:.5rem;width:120px;height:120px}.wordify-prize-gift-badge img{width:50px}.wordify-prize-gift-badge h2{font-size:16px;font-weight:500;color:#131313;margin:0%;text-align:center;text-wrap:nowrap}.wordify-prize-gift-badge p{font-size:14px;font-weight:500;color:navy;margin:0%;text-align:center;text-wrap:nowrap;text-decoration:underline}.single-event-marketplace-video-rewards-container{margin-bottom:30%;display:flex;flex-direction:column;justify-content:center;align-items:center;row-gap:20px;position:relative}.single-event-marketplace-video-rewards-title{font-size:24px;font-weight:500;color:#131313;margin:0%;text-wrap:nowrap;text-align:center}.single-event-marketplace-video-rewards-description{font-size:14px;font-weight:400;color:#565454;margin:0%;text-align:center}.single-event-marketplace-video-rewards-video{width:100%;border-radius:1rem}.single-event-marketplace-video-rewards-video-container{position:relative;width:100%;height:0;padding-bottom:56.25%;overflow:hidden;border-radius:1rem;box-shadow:0 4px 8px #0000001a;background-color:#000}.single-event-marketplace-video-rewards-video-iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;border-radius:1rem}.single-event-marketplace-video-rewards-video-element{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;border-radius:1rem;outline:none}.single-event-marketplace-video-rewards-video-element.video-started::-webkit-media-controls-timeline{display:none!important}.single-event-marketplace-video-rewards-video-element.video-started::-webkit-media-controls-current-time-display{display:none!important}.single-event-marketplace-video-rewards-video-element.video-started::-webkit-media-controls-time-remaining-display{display:none!important}.single-event-marketplace-video-rewards-video-element::-webkit-media-controls-fullscreen-button{display:none!important}.single-event-marketplace-video-rewards-video-element{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none}.single-event-marketplace-video-rewards-youtube-container{background-color:#000}.single-event-marketplace-video-rewards-vimeo-container{background-color:#1ab7ea}.single-event-marketplace-video-rewards-direct-video-container,.single-event-marketplace-video-rewards-unknown-video-container{background-color:#000}@media (max-width: 768px){.single-event-marketplace-video-rewards-video-container{padding-bottom:56.25%}}@media (max-width: 480px){.single-event-marketplace-video-rewards-video-container,.single-event-marketplace-video-rewards-video-iframe,.single-event-marketplace-video-rewards-video-element{border-radius:.5rem}}.single-event-marketplace-video-rewards-skip{font-size:18px;font-weight:500;color:#131313;margin:0%;text-align:right;cursor:pointer;position:absolute;top:5px;right:0}
