.gr-overlay{position:fixed;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1;background-color:#000c}.gr-popup{position:fixed;transition:all .3s ease-in-out}.gr-popup-center{top:50%;left:50%;transform:translate3d(-50%,-50%,0)}.gr-dialog{position:fixed;color:#000;padding:2%;transition:all .3s ease-in-out;display:flex;align-items:center;justify-content:center;flex-direction:column}.gr-dialog-center{top:50%;left:50%;transform:translate3d(-50%,-50%,0)}.gr-dialog-close-icon{position:absolute;top:0;left:-8%}.gr-dialog-inner{flex:1;position:relative;width:100%;overflow:hidden}.gr-container{display:flex;width:100%;height:100%;justify-content:flex-start;align-items:center}.gr-container-horizontal{flex-direction:row}.gr-container-vertical{flex-direction:column}.gr-header{position:relative;display:flex;align-items:center}.gr-header-center{justify-content:center}.gr-header-between{justify-content:space-between}.gr-header-around{justify-content:space-around}.gr-header-start{justify-content:flex-start}.gr-header-end{justify-content:flex-end}.gr-title{display:flex;align-items:center;justify-content:center}.gr-button{position:relative;display:flex;align-items:center;justify-content:center}.gr-button.horizontal{flex-direction:row}.gr-button.vertical{flex-direction:column}.gr-button.disabled{filter:grayscale(1) brightness(.8)}.gr-toast,.gr-toast-loading{position:fixed;transition:all .3s ease-in-out}.gr-toast-center{top:50%;left:50%;transform:translate3d(-50%,-50%,0)}.gr-toast-inner{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.gr-loading{display:inline-block;position:relative;z-index:9}.gr-loading-icon{width:8vh;height:8vh;max-width:52px;max-height:52px;display:flex;align-items:center;justify-content:center}.gr-loading-fullscreen{position:fixed;top:0;left:0;z-index:1999;display:flex;align-items:center;justify-content:center;width:100%;height:100%;overflow:hidden;background-color:#0000}.gr-loading-circle{border:.6vh solid #fff;border-bottom-color:#ff0057;border-radius:50%;animation:rotator 1s linear infinite}.gr-loading-circle-thin{border-radius:50%;border-top:.4vh solid #ff0057;border-right:.4vh solid transparent;animation:rotator .8s linear infinite}.gr-loading-circle-inner{position:relative;border-radius:50%;border:.4vh solid #fff;animation:rotator .8s linear infinite}.gr-loading-circle-inner:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:92%;height:92%;border:.4vh solid transparent;border-bottom-color:#ff0057;border-radius:50%}.gr-loading-ripple{position:relative}.gr-loading-ripple:after,.gr-loading-ripple:before{content:"";width:100%;height:100%;border-radius:50%;border:.4vh solid #fff;position:absolute;left:0;top:0;opacity:0;-webkit-animation:ripple 2s linear infinite;animation:ripple 2s linear infinite}.gr-loading-ripple:after{animation-delay:1s}@keyframes rotator{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes ripple{0%{transform:scale(0);opacity:1}to{transform:scale(1);opacity:0}}.gr-fall-enter-active,.gr-expansion-enter-active,.gr-flip-enter-active,.gr-bounce-enter-active,.gr-rise-enter-active{transition:all .3s cubic-bezier(.18,.89,.32,1.28)}.gr-fall-leave-active,.gr-expansion-leave-active,.gr-bounce-leave-active .gr-rise-leave-active{transition:all .3s cubic-bezier(.6,-.28,.74,.05)}@keyframes gr-fade-in{0%{opacity:0}to{opacity:1}}@keyframes gr-fade-out{0%{opacity:1}to{opacity:0}}.gr-fade-enter-active{animation:.3s gr-fade-in both ease-out}.gr-fade-leave-active{animation:.3s gr-fade-out both ease-in}.gr-bounce-enter-from{transform:translate3d(-50%,-50%,0) scale(.7);opacity:0}.gr-bounce-leave-active{transform:translate3d(-50%,-50%,0) scale(.9);opacity:0}.gr-flip-enter-from,.gr-flip-leave-active{transform:translate3d(-50%,-50%,0) rotateX(-90deg);opacity:0}.gr-expansion-enter-from{transform:translate3d(-50%,-50%,0) scaleX(.7);opacity:0}.gr-expansion-leave-active{transform:translate3d(-50%,-50%,0) scaleX(.9);opacity:0}.gr-fall-enter-from,.gr-fall-leave-active{transform:translate3d(-50%,-80%,0);opacity:0}.gr-rise-enter-from,.gr-rise-leave-active{transform:translate3d(-50%,80%,0);opacity:0}.app-screen-popup{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:2001;color:#e3e3e3;text-align:center;background-color:#2e215a}.app-screen-popup.vertical .app-screen-icon{width:50vw;height:30vw;animation:swingOne 1.5s ease infinite alternate}.app-screen-popup.vertical .app-screen-text{margin-top:26.6666666667vh;font-size:6.6666666667vh}@media screen and (max-aspect-ratio: 1284 / 750){.app-screen-popup.vertical .app-screen-text{margin-top:15.5763239875vw}}@media screen and (max-aspect-ratio: 1284 / 750){.app-screen-popup.vertical .app-screen-text{font-size:3.8940809969vw}}.app-screen-popup.horizontal .app-screen-icon{width:30vw;height:18vw;animation:swingTwo 1.5s ease infinite alternate}.app-screen-popup.horizontal .app-screen-text{margin-top:13.3333333333vh;font-size:5.3333333333vh}@media screen and (max-aspect-ratio: 1284 / 750){.app-screen-popup.horizontal .app-screen-text{margin-top:7.7881619938vw}}@media screen and (max-aspect-ratio: 1284 / 750){.app-screen-popup.horizontal .app-screen-text{font-size:3.1152647975vw}}.app-screen-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5%}.app-screen-icon{margin:auto;background:url(https://dl-tata.freefireind.in/common/web_event/ffguide/images/scape.png) center/contain no-repeat}@media screen and (orientation: portrait){.app-screen-popup.vertical{display:flex;flex-direction:column;align-items:center;justify-content:center}}@media screen and (orientation: landscape){.app-screen-popup.horizontal{display:flex;flex-direction:column;align-items:center;justify-content:center}}.app-alert{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;background-color:#000}.app-alert-inner{position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0);width:116.8vh;height:63.7333333333vh;border-bottom:.5333333333vh solid #6f6f6f;background-color:#272727}@media screen and (max-aspect-ratio: 1284 / 750){.app-alert-inner{width:68.2242990654vw}}@media screen and (max-aspect-ratio: 1284 / 750){.app-alert-inner{height:37.2274143302vw}}@media screen and (max-aspect-ratio: 1284 / 750){.app-alert-inner{border-bottom:.3115264798vw solid #6f6f6f}}.app-alert-top{position:relative;width:100%;height:9.0666666667vh;display:flex;align-items:center;justify-content:center;font-size:6.6666666667vh;background-image:linear-gradient(to bottom,#b1b1b1,#f7f5ed)}@media screen and (max-aspect-ratio: 1284 / 750){.app-alert-top{height:5.2959501558vw}}@media screen and (max-aspect-ratio: 1284 / 750){.app-alert-top{font-size:3.8940809969vw}}.app-alert-top:after{content:"";position:absolute;bottom:.1333333333vh;width:70%;height:.5333333333vh;background:linear-gradient(to right,rgba(255,242,146,0) 0%,rgb(255,242,146) 20%,rgb(255,242,146) 50%,rgb(255,242,146) 80%,rgba(255,242,146,0) 100%);filter:drop-shadow(0 .1em .05em rgba(228,149,18,.3))}@media screen and (max-aspect-ratio: 1284 / 750){.app-alert-top:after{bottom:.0778816199vw}}@media screen and (max-aspect-ratio: 1284 / 750){.app-alert-top:after{height:.3115264798vw}}.app-alert-title{margin-top:.5333333333vh;background-image:linear-gradient(to bottom,#333332 10%,#836133);background-clip:text;color:transparent;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}@media screen and (max-aspect-ratio: 1284 / 750){.app-alert-title{margin-top:.3115264798vw}}.app-alert-content{width:106.1333333333vh;height:35.7333333333vh;font-size:3.7333333333vh;margin:3.4666666667vh auto;padding:.6666666667vh 2.6666666667vh;font-family:inherit!important;overflow:hidden;overflow-y:auto;background-color:#393939}@media screen and (max-aspect-ratio: 1284 / 750){.app-alert-content{width:61.9937694704vw}}@media screen and (max-aspect-ratio: 1284 / 750){.app-alert-content{height:20.8722741433vw}}@media screen and (max-aspect-ratio: 1284 / 750){.app-alert-content{font-size:2.1806853583vw}}@media screen and (max-aspect-ratio: 1284 / 750){.app-alert-content{margin:2.0249221184vw auto}}@media screen and (max-aspect-ratio: 1284 / 750){.app-alert-content{padding:.3894080997vw 1.5576323988vw}}.app-alert-content *{font-family:inherit!important;font-style:normal!important}.app-alert-content p{line-height:4.5333333333vh;font-family:inherit!important;color:#fff}@media screen and (max-aspect-ratio: 1284 / 750){.app-alert-content p{line-height:2.6479750779vw}}.app-alert-content::-webkit-scrollbar:vertical{width:.5vw}.app-alert-content::-webkit-scrollbar-thumb{background-color:#8f8f8f}.app-alert-content::-webkit-scrollbar-track{background-color:#161616}.app-alert-bottom{display:flex;align-items:center;justify-content:center}.app-alert-reject,.app-alert-accept{display:flex;align-items:center;justify-content:center;width:33.8666666667vh;height:8.2666666667vh;padding-top:.6666666667vh;margin:0 2.4vh;font-size:4.8vh;border-radius:.5333333333vh}@media screen and (max-aspect-ratio: 1284 / 750){.app-alert-reject,.app-alert-accept{width:19.7819314642vw}}@media screen and (max-aspect-ratio: 1284 / 750){.app-alert-reject,.app-alert-accept{height:4.8286604361vw}}@media screen and (max-aspect-ratio: 1284 / 750){.app-alert-reject,.app-alert-accept{padding-top:.3894080997vw}}@media screen and (max-aspect-ratio: 1284 / 750){.app-alert-reject,.app-alert-accept{margin:0 1.4018691589vw}}@media screen and (max-aspect-ratio: 1284 / 750){.app-alert-reject,.app-alert-accept{font-size:2.8037383178vw}}@media screen and (max-aspect-ratio: 1284 / 750){.app-alert-reject,.app-alert-accept{border-radius:.3115264798vw}}.app-alert-reject{filter:brightness(.9);color:#002757;background-image:linear-gradient(to bottom,#008dc1,#007297)}.app-alert-accept{color:#753f00;background-image:linear-gradient(to bottom,#fbed65,#f0b64d)}.app-camera-icon.hide{visibility:hidden}.app-camera-icon.none{display:none}.app-reward{position:relative}.app-reward-size-normal{width:18.9333333333vh;height:18.9333333333vh;font-size:2.6666666667vh}@media screen and (max-aspect-ratio: 1284 / 750){.app-reward-size-normal{width:11.0591900312vw}}@media screen and (max-aspect-ratio: 1284 / 750){.app-reward-size-normal{height:11.0591900312vw}}@media screen and (max-aspect-ratio: 1284 / 750){.app-reward-size-normal{font-size:1.5576323988vw}}.app-reward-size-small{width:17.6vh;height:17.6vh;font-size:2.6666666667vh}@media screen and (max-aspect-ratio: 1284 / 750){.app-reward-size-small{width:10.2803738318vw}}@media screen and (max-aspect-ratio: 1284 / 750){.app-reward-size-small{height:10.2803738318vw}}@media screen and (max-aspect-ratio: 1284 / 750){.app-reward-size-small{font-size:1.5576323988vw}}.app-reward-size-mini{width:12.2666666667vh;height:12.2666666667vh;font-size:2.4vh}@media screen and (max-aspect-ratio: 1284 / 750){.app-reward-size-mini{width:7.1651090343vw}}@media screen and (max-aspect-ratio: 1284 / 750){.app-reward-size-mini{height:7.1651090343vw}}@media screen and (max-aspect-ratio: 1284 / 750){.app-reward-size-mini{font-size:1.4018691589vw}}.app-reward-size-large{width:40.2666666667vh;height:40.2666666667vh;font-size:4.8vh}@media screen and (max-aspect-ratio: 1284 / 750){.app-reward-size-large{width:23.5202492212vw}}@media screen and (max-aspect-ratio: 1284 / 750){.app-reward-size-large{height:23.5202492212vw}}@media screen and (max-aspect-ratio: 1284 / 750){.app-reward-size-large{font-size:2.8037383178vw}}.app-reward-status-disabled:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.app-reward-status-disabled .app-reward-iframe{filter:grayscale(1)}.app-reward-status-disabled .app-reward-iframe .app-reward-counts{color:#5d686e}.app-reward-status-drawn:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.app-reward-status-drawn .app-reward-iframe{filter:brightness(.3)}.app-reward-status-drawn .app-reward-iframe .app-reward-counts{color:#5d686e}.app-reward-status-active .app-reward-type-grand{filter:drop-shadow(0 0 .1em #ffc000) drop-shadow(-.1em -.1em .1em #ffc000) drop-shadow(.1em .1em .1em #ffc000) drop-shadow(0 0 .6em #ffc000)}.app-reward-status-active .app-reward-type-normal{filter:drop-shadow(0 0 .1em #d22fee) drop-shadow(-.1em -.1em .1em #d22fee) drop-shadow(.1em .1em .1em #d22fee) drop-shadow(0 0 .6em #d22fee)}.app-reward-iframe{display:flex;align-items:center;justify-content:center;position:relative;width:100%;height:100%}.app-reward-img{max-width:75%;max-height:75%}.app-reward-counts{position:absolute;right:4%;bottom:10%;z-index:2;height:3.2vh;line-height:3.2vh;padding:.1333333333vh 1.3333333333vh;font-family:inherit;font-size:1em;color:#d7d7d7;background:linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(0,0,0,.3) 20%,rgba(0,0,0,.5) 40%,rgba(0,0,0,.5) 60%,rgba(0,0,0,.3) 80%,rgba(0,0,0,0) 100%)}@media screen and (max-aspect-ratio: 1284 / 750){.app-reward-counts{height:1.8691588785vw}}@media screen and (max-aspect-ratio: 1284 / 750){.app-reward-counts{line-height:1.8691588785vw}}@media screen and (max-aspect-ratio: 1284 / 750){.app-reward-counts{padding:.0778816199vw .7788161994vw}}.app-reward-layer{position:absolute;z-index:9;padding:.5333333333vh 2.6666666667vh;border-width:.1333333333vh;min-width:100%;white-space:wrap;border-color:#4a4288;border-style:solid;background-color:#000;text-align:center}@media screen and (max-aspect-ratio: 1284 / 750){.app-reward-layer{padding:.3115264798vw 1.5576323988vw}}@media screen and (max-aspect-ratio: 1284 / 750){.app-reward-layer{border-width:.0778816199vw}}.app-reward-layer.right-bottom{left:60%;bottom:10%}.app-rule-content{width:100%;height:100%;padding:0 5.3333333333vh;font-size:4vh;font-family:inherit!important;color:#fff;overflow:hidden;overflow-y:auto}@media screen and (max-aspect-ratio: 1284 / 750){.app-rule-content{padding:0 3.1152647975vw}}@media screen and (max-aspect-ratio: 1284 / 750){.app-rule-content{font-size:2.3364485981vw}}.app-rule-content *{font-family:inherit!important}.app-rule-content h1,.app-rule-content h2,.app-rule-content h3,.app-rule-content h4,.app-rule-content h5,.app-rule-content h6{font-size:4.8vh;color:#d8aaff!important}@media screen and (max-aspect-ratio: 1284 / 750){.app-rule-content h1,.app-rule-content h2,.app-rule-content h3,.app-rule-content h4,.app-rule-content h5,.app-rule-content h6{font-size:2.8037383178vw}}.app-rule-content p{color:#fff;line-height:inherit}.app-rule-content img{max-width:100%!important;height:auto!important}.app-arrow-down{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:2.6666666667vh;height:2.6666666667vh}@media screen and (max-aspect-ratio: 1284 / 750){.app-arrow-down{width:1.5576323988vw}}@media screen and (max-aspect-ratio: 1284 / 750){.app-arrow-down{height:1.5576323988vw}}.app-remind-content{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.app-remind{display:flex;align-items:center;justify-content:center;margin:4vh 0 6.6666666667vh}@media screen and (max-aspect-ratio: 1284 / 750){.app-remind{margin:2.3364485981vw 0 3.8940809969vw}}.app-remind-check{position:relative;width:3.7333333333vh;height:3.7333333333vh;margin-top:-.2666666667vh}@media screen and (max-aspect-ratio: 1284 / 750){.app-remind-check{width:2.1806853583vw}}@media screen and (max-aspect-ratio: 1284 / 750){.app-remind-check{height:2.1806853583vw}}@media screen and (max-aspect-ratio: 1284 / 750){.app-remind-check{margin-top:-.1557632399vw}}.app-remind-check-icon{position:absolute;width:4.2666666667vh;height:3.4666666667vh}@media screen and (max-aspect-ratio: 1284 / 750){.app-remind-check-icon{width:2.492211838vw}}@media screen and (max-aspect-ratio: 1284 / 750){.app-remind-check-icon{height:2.0249221184vw}}.app-remind-text{margin:0 0 0 2.6666666667vh;font-size:3rem;color:#917fb7}@media screen and (max-aspect-ratio: 1284 / 750){.app-remind-text{margin:0 0 0 1.5576323988vw}}.app-remind-confirm{background-image:linear-gradient(to bottom,#210901 10%,#b95c28);background-clip:text;color:transparent;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);font-size:4.8rem;margin-top:.5rem}.app-drawn-dialog-ctx{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;justify-content:flex-start;margin:2.1333333333vh 0vh}@media screen and (max-aspect-ratio: 1284 / 750){.app-drawn-dialog-ctx{margin:1.246105919vw 0vw}}.app-drawn-dialog-confirm{background-image:linear-gradient(to bottom,#210901 10%,#b95c28);background-clip:text;color:transparent;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);font-size:4.8rem;margin-top:.5rem}.app-drawn-tip{margin:1.3333333333vh 0 0;font-size:1.6rem;color:#c2b9d5}@media screen and (max-aspect-ratio: 1284 / 750){.app-drawn-tip{margin:.7788161994vw 0 0}}.app-grand{display:flex;flex-direction:column;align-items:center;justify-content:center;width:177.8666666667vh;height:100vh;position:relative;padding:4%;text-align:center;overflow:hidden}@media screen and (max-aspect-ratio: 1284 / 750){.app-grand{width:103.8940809969vw}}@media screen and (max-aspect-ratio: 1284 / 750){.app-grand{height:58.4112149533vw}}.app-grand-title{background-image:linear-gradient(to bottom,#f389eb 35%,rgb(255,255,255));background-clip:text;color:transparent;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);font-size:4.8rem}.app-grand-close{position:absolute;left:12%;top:11%}.app-grand-main{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:73.8666666667vh;height:73.8666666667vh}@media screen and (max-aspect-ratio: 1284 / 750){.app-grand-main{width:43.1464174455vw}}@media screen and (max-aspect-ratio: 1284 / 750){.app-grand-main{height:43.1464174455vw}}.app-grand-img{max-width:100%;max-height:100%}.app-grand-footer{flex-shrink:0;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:-16.5333333333vh}@media screen and (max-aspect-ratio: 1284 / 750){.app-grand-footer{margin-top:-9.6573208723vw}}.app-grand-count{position:absolute;right:12%;top:-22%;font-size:4.2666666667vh;color:#d7d7d7}@media screen and (max-aspect-ratio: 1284 / 750){.app-grand-count{font-size:2.492211838vw}}.app-grand-name{padding:0 8vh;margin:0 0 1.3333333333vh;font-size:3.2rem;color:#fcdb4f;background:linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(0,0,0,.4) 20%,rgb(0,0,0) 40%,rgb(0,0,0) 60%,rgba(0,0,0,.3) 80%,rgba(0,0,0,0) 100%)}@media screen and (max-aspect-ratio: 1284 / 750){.app-grand-name{padding:0 4.6728971963vw}}@media screen and (max-aspect-ratio: 1284 / 750){.app-grand-name{margin:0 0 .7788161994vw}}.app-grand-btn{background-image:linear-gradient(to bottom,#210901 10%,#b95c28);background-clip:text;color:transparent;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);font-size:4.8rem;margin-top:.5rem}.app-grand-tip{margin:1.3333333333vh 0 0;font-size:1.6rem;color:#c2b9d5}@media screen and (max-aspect-ratio: 1284 / 750){.app-grand-tip{margin:.7788161994vw 0 0}}.app-grand-html-title{display:flex;align-items:center;justify-content:center;color:#fff;font-size:4rem}.app-grand-html-title .text-blue{font-size:1.2em;color:#0cd9e2}.app-grand-html-title .text-orange{font-size:1.2em;color:#fcdb4f}.app-fall,.app-expansion,.app-flip,.app-bounce,.app-fall-enter-active,.app-fall-leave-active{transition:all .3s cubic-bezier(.18,.89,.32,1.28)}.app-fall-leave-active{transition:all .3s ease-in-out}.app-fall-enter-from,.app-fall-leave-active{transform:translate3d(0,-80%,0);opacity:0}@keyframes swingOne{0%{transform:rotate(-90deg)}30%{transform:rotate(-90deg)}70%{transform:rotate(0)}to{transform:rotate(0)}}@keyframes swingTwo{0%{transform:rotate(0)}30%{transform:rotate(0)}70%{transform:rotate(-90deg)}to{transform:rotate(-90deg)}}.app-container[data-v-7ba5bd90]{display:flex;align-items:center;justify-content:center;width:100%;height:100%;justify-content:space-between;position:relative}.app-container .app-pages-bg[data-v-7ba5bd90]{z-index:11;position:absolute;width:20vh;height:6vh;top:2.5333333333vh;right:1.3333333333vh;display:flex;align-items:center;justify-content:center;font-family:GFF Latin;font-weight:600;font-style:italic;background-image:url(https://dl-tata.freefireind.in/common/web_event/ffguide/images/page_bg.png)}@media screen and (max-aspect-ratio: 1284 / 750){.app-container .app-pages-bg[data-v-7ba5bd90]{width:11.6822429907vw}}@media screen and (max-aspect-ratio: 1284 / 750){.app-container .app-pages-bg[data-v-7ba5bd90]{height:3.5046728972vw}}@media screen and (max-aspect-ratio: 1284 / 750){.app-container .app-pages-bg[data-v-7ba5bd90]{top:1.4797507788vw}}@media screen and (max-aspect-ratio: 1284 / 750){.app-container .app-pages-bg[data-v-7ba5bd90]{right:.7788161994vw}}.app-container .app-pages-bg .app-page[data-v-7ba5bd90]{display:flex;align-items:center;margin:0 .3rem;font-size:4vh;height:5.3333333333vh}@media screen and (max-aspect-ratio: 1284 / 750){.app-container .app-pages-bg .app-page[data-v-7ba5bd90]{font-size:2.3364485981vw}}@media screen and (max-aspect-ratio: 1284 / 750){.app-container .app-pages-bg .app-page[data-v-7ba5bd90]{height:3.1152647975vw}}.app-container .app-pages-bg .app-page-current[data-v-7ba5bd90]{color:#fac000;font-size:5.3333333333vh;width:7.3333333333vh;justify-content:flex-end}@media screen and (max-aspect-ratio: 1284 / 750){.app-container .app-pages-bg .app-page-current[data-v-7ba5bd90]{font-size:3.1152647975vw}}@media screen and (max-aspect-ratio: 1284 / 750){.app-container .app-pages-bg .app-page-current[data-v-7ba5bd90]{width:4.2834890966vw}}.app-container .app-pages-bg .app-page-total[data-v-7ba5bd90]{width:7.3333333333vh;justify-content:flex-start}@media screen and (max-aspect-ratio: 1284 / 750){.app-container .app-pages-bg .app-page-total[data-v-7ba5bd90]{width:4.2834890966vw}}.app-container .app-switcher-bg[data-v-7ba5bd90]{z-index:10;width:25.0666666667vh;height:100%;background-repeat:no-repeat;background-position:center;background-size:100% 100%;display:flex;align-items:center;justify-content:center}@media screen and (max-aspect-ratio: 1284 / 750){.app-container .app-switcher-bg[data-v-7ba5bd90]{width:14.6417445483vw}}.app-container .app-switcher-bg.left[data-v-7ba5bd90]{justify-content:flex-start;background-image:url(https://dl-tata.freefireind.in/common/web_event/ffguide/images/left_arrow_bg.png)}.app-container .app-switcher-bg.right[data-v-7ba5bd90]{justify-content:flex-end;background-image:url(https://dl-tata.freefireind.in/common/web_event/ffguide/images/right_arrow_bg.png)}.app-container .app-switcher-bg .app-switcher[data-v-7ba5bd90]{width:4vh;height:8vh}@media screen and (max-aspect-ratio: 1284 / 750){.app-container .app-switcher-bg .app-switcher[data-v-7ba5bd90]{width:2.3364485981vw}}@media screen and (max-aspect-ratio: 1284 / 750){.app-container .app-switcher-bg .app-switcher[data-v-7ba5bd90]{height:4.6728971963vw}}.app-container .app-switcher-bg .app-switcher.left-side[data-v-7ba5bd90]{margin-left:1.6vh;background-image:url(https://dl-tata.freefireind.in/common/web_event/ffguide/images/left_arrow.png)}@media screen and (max-aspect-ratio: 1284 / 750){.app-container .app-switcher-bg .app-switcher.left-side[data-v-7ba5bd90]{margin-left:.9345794393vw}}.app-container .app-switcher-bg .app-switcher.right-side[data-v-7ba5bd90]{margin-right:1.6vh;background-image:url(https://dl-tata.freefireind.in/common/web_event/ffguide/images/right_arrow.png)}@media screen and (max-aspect-ratio: 1284 / 750){.app-container .app-switcher-bg .app-switcher.right-side[data-v-7ba5bd90]{margin-right:.9345794393vw}}.app-container .app-carousel-parent[data-v-7ba5bd90]{z-index:1;position:absolute;width:100vw;height:100%;display:flex;overflow:hidden}.app-container .app-carousel-parent .app-carousel-slides[data-v-7ba5bd90]{display:flex;height:100%;transition:all .5s ease-in-out}.app-container .app-carousel-parent .app-carousel-slides .app-carousel-item[data-v-7ba5bd90]{position:relative;width:100vw;height:auto}.app-container .app-carousel-parent .app-carousel-slides .app-carousel-item .app-image[data-v-7ba5bd90]{width:100vw;height:100%;background-size:contain}.app-container .app-show-text[data-v-7ba5bd90]{z-index:11;position:absolute;bottom:0;left:0;display:flex;align-items:center;width:100vw;height:14vh;font-size:2.4rem;font-family:GFF Latin,sans-serif;padding:2.9333333333vh 5.0666666667vh;overflow:hidden}@media screen and (max-aspect-ratio: 1284 / 750){.app-container .app-show-text[data-v-7ba5bd90]{height:8.1775700935vw}}@media screen and (max-aspect-ratio: 1284 / 750){.app-container .app-show-text[data-v-7ba5bd90]{padding:1.7133956386vw 2.9595015576vw}}.app-container .app-show-text[data-v-7ba5bd90]:before{content:"";position:absolute;z-index:2;left:0;top:0;height:100%;width:100%;background-repeat:no-repeat;background-position:left;background-size:cover;background-image:url(https://dl-tata.freefireind.in/common/web_event/ffguide/images/text_bg.png)}.app-container .app-show-text p[data-v-7ba5bd90]{position:relative;z-index:3;font-weight:700;width:100%;overflow:hidden;text-overflow:ellipsis;word-break:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#fff}.app-container .app-show-text .app-show-link[data-v-7ba5bd90]{display:none}.app-container .app-show-text.link[data-v-7ba5bd90]{padding-right:50.6666666667vh}@media screen and (max-aspect-ratio: 1284 / 750){.app-container .app-show-text.link[data-v-7ba5bd90]{padding-right:29.5950155763vw}}.app-container .app-show-text.link .app-show-link[data-v-7ba5bd90]{font-family:GFF Latin Cd,sans-serif;font-weight:500;display:inline-block;position:absolute;z-index:3;width:50.6666666667vh;padding-left:6.6666666667vh;padding-right:10vh;line-height:14vh;height:100%;top:0;right:0;text-align:right;text-decoration:underline;text-underline-offset:4px;color:#ffba00;cursor:pointer;overflow:hidden;text-overflow:ellipsis;word-break:break-word;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}@media screen and (max-aspect-ratio: 1284 / 750){.app-container .app-show-text.link .app-show-link[data-v-7ba5bd90]{width:29.5950155763vw}}@media screen and (max-aspect-ratio: 1284 / 750){.app-container .app-show-text.link .app-show-link[data-v-7ba5bd90]{padding-left:3.8940809969vw}}@media screen and (max-aspect-ratio: 1284 / 750){.app-container .app-show-text.link .app-show-link[data-v-7ba5bd90]{padding-right:5.8411214953vw}}@media screen and (max-aspect-ratio: 1284 / 750){.app-container .app-show-text.link .app-show-link[data-v-7ba5bd90]{line-height:8.1775700935vw}}.app-container .app-show-text.link .app-show-link span[data-v-7ba5bd90]{font-family:inherit}.app-container .app-show-text.link .app-show-link .btn-arrow[data-v-7ba5bd90]{position:absolute;right:8vh;top:52%;transform:translate(100%) translateY(-50%);width:2.9333333333vh;height:2.6666666667vh;background-position:center;background-size:contain;background-image:url(https://dl-tata.freefireind.in/common/web_event/ffguide/images/arrow.png)}@media screen and (max-aspect-ratio: 1284 / 750){.app-container .app-show-text.link .app-show-link .btn-arrow[data-v-7ba5bd90]{right:4.6728971963vw}}@media screen and (max-aspect-ratio: 1284 / 750){.app-container .app-show-text.link .app-show-link .btn-arrow[data-v-7ba5bd90]{width:1.7133956386vw}}@media screen and (max-aspect-ratio: 1284 / 750){.app-container .app-show-text.link .app-show-link .btn-arrow[data-v-7ba5bd90]{height:1.5576323988vw}}@font-face{font-family:GFF Latin Cd;src:url(https://dl.dir.freefiremobile.com/common/web_event/common/fonts/GFF-Latin-CdMedium.ttf) format("truetype")}@font-face{font-family:GFF Latin;src:url(https://dl-tata.freefireind.in/common/web_event/common/fonts/website/GFFLatinW05-Thin.woff) format("woff");font-weight:300}@font-face{font-family:GFF Latin;src:url(https://dl-tata.freefireind.in/common/web_event/common/fonts/website/GFFLatinW05-Regular.woff) format("woff");font-weight:400}@font-face{font-family:GFF Latin;src:url(https://dl-tata.freefireind.in/common/web_event/common/fonts/website/GFFLatinW05-Medium.woff) format("woff");font-weight:500}@font-face{font-family:GFF Latin;src:url(https://dl-tata.freefireind.in/common/web_event/common/fonts/website/GFFLatinW05-Bold.woff) format("woff");font-weight:700}@font-face{font-family:GFF Ar;src:url(https://dl-tata.freefireind.in/common/web_event/common/fonts/website/GFFArabicW05-Regular.woff) format("woff");font-weight:400}@font-face{font-family:GFF Ar;src:url(https://dl-tata.freefireind.in/common/web_event/common/fonts/website/GFFArabicW05-Medium.woff) format("woff");font-weight:500}@font-face{font-family:GFF Ar;src:url(https://dl-tata.freefireind.in/common/web_event/common/fonts/website/GFFArabicW05-Bold.woff) format("woff");font-weight:700}@font-face{font-family:GFF Devanagar;src:url(https://dl-tata.freefireind.in/common/web_event/common/fonts/website/GFFDevanagariW05-Regular.woff) format("woff");font-weight:400}@font-face{font-family:GFF Devanagar;src:url(https://dl-tata.freefireind.in/common/web_event/common/fonts/website/GFFDevanagariW05-Medium.woff) format("woff");font-weight:500}@font-face{font-family:GFF Devanagar;src:url(https://dl-tata.freefireind.in/common/web_event/common/fonts/website/GFFDevanagariW05-Bold.woff) format("woff");font-weight:700}@font-face{font-family:GFF Thai;src:url(https://dl-tata.freefireind.in/common/web_event/common/fonts/website/GFFThaiW05-Light.woff) format("woff");font-weight:300}@font-face{font-family:GFF Thai;src:url(https://dl-tata.freefireind.in/common/web_event/common/fonts/website/GFFThaiW05-Regular.woff) format("woff");font-weight:400}@font-face{font-family:GFF Thai;src:url(https://dl-tata.freefireind.in/common/web_event/common/fonts/website/GFFThaiW05-Bold.woff) format("woff");font-weight:700}@font-face{font-family:Zawgyi-One;src:url(https://dl-tata.freefireind.in/common/web_event/common/fonts/Zawgyi-One_V3.1.otf) format("opentype"),url(https://dl-tata.freefireind.in/common/web_event/common/fonts/Zawgyi-One_V3.1.woff) format("woff"),url(https://dl-tata.freefireind.in/common/web_event/common/fonts/Zawgyi-One_V3.1.ttf) format("truetype")}@font-face{font-family:Noto Nastaliq Urdu;src:url(https://dl-tata.freefireind.in/common/web_event/common/fonts/website/NotoNastaliqUrdu-Regular.woff) format("woff");font-weight:400}@font-face{font-family:Noto Nastaliq Urdu;src:url(https://dl-tata.freefireind.in/common/web_event/common/fonts/website/NotoNastaliqUrdu-Bold.woff) format("woff");font-weight:700}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,select,textarea,p,blockquote,th,td,figure{padding:0;margin:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,th,var,b{font-weight:400;font-style:normal}ol,ul,li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-weight:400;font-size:100%}q:before,q:after{content:""}abbr,acronym{border:0}a{text-decoration:none}input,button,textarea,select,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;border:none}textarea,input{outline:none}button{border:none;background-color:transparent;outline:none;margin:0;padding:0}i{font-style:normal}::-webkit-scrollbar{-webkit-appearance:none}::-webkit-scrollbar:vertical{width:.3vw}::-webkit-scrollbar:horizontal{height:0}::-webkit-scrollbar-thumb{background-color:#8078c9;border:0px solid #fff}::-webkit-scrollbar-track{background-color:#332e5d}html[data-lang=my]{font-size:1.0666666667vh}@media screen and (max-aspect-ratio: 1284 / 750){html[data-lang=my]{font-size:.6230529595vw}}html[data-lang=my] body{font-family:Zawgyi-One,GFF Latin,sans-serif}html[data-lang=my] .app-rule-content,html[data-lang=my] .app-alert-content{font-size:2.9333333333vh}@media screen and (max-aspect-ratio: 1284 / 750){html[data-lang=my] .app-rule-content,html[data-lang=my] .app-alert-content{font-size:1.7133956386vw}}html[data-lang=my] .app-rule-content p,html[data-lang=my] .app-alert-content p{line-height:1.6}html[data-lang=ar] body{font-family:GFF Ar,GFF Latin,sans-serif}html[data-lang=ar] .app-rule-content,html[data-lang=ar] .app-history-content{direction:rtl}html[data-lang=ar] .app-extra-reward{margin:1.3333333333vh 6.1333333333vh 0 0}@media screen and (max-aspect-ratio: 1284 / 750){html[data-lang=ar] .app-extra-reward{margin:.7788161994vw 3.5825545171vw 0 0}}html[data-lang=ar] .app-show-text{direction:rtl!important;padding-left:50.6666666667vh!important;padding-right:5.0666666667vh!important}@media screen and (max-aspect-ratio: 1284 / 750){html[data-lang=ar] .app-show-text{padding-left:29.5950155763vw!important}}@media screen and (max-aspect-ratio: 1284 / 750){html[data-lang=ar] .app-show-text{padding-right:2.9595015576vw!important}}html[data-lang=ar] .app-show-text:before{right:0!important;left:auto!important}html[data-lang=ar] .app-show-text .app-show-link{right:auto!important;left:0!important;text-align:left!important}html[data-lang=hi] body{font-family:GFF Devanagar,GFF Latin,sans-serif}html[data-lang=th] body{font-family:GFF Thai,GFF Latin,sans-serif}html[data-lang=zh] body,html[data-lang=zh-Hant] body,html[data-lang=zh-tw] body{font-family:FZLTHB,GFF Latin,sans-serif}html[data-lang=ja] body,html[data-lang=ko] body{font-family:Noto Sans TC,GFF Latin,sans-serif}html[data-lang=ur]{font-size:1.0666666667vh}@media screen and (max-aspect-ratio: 1284 / 750){html[data-lang=ur]{font-size:.6230529595vw}}html[data-lang=ur] body{font-family:Noto Nastaliq Urdu,GFF Latin,sans-serif}@keyframes RotateLoop{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*,*:before,*:after{font-family:inherit;box-sizing:border-box;background-position:center;background-size:100% auto;background-repeat:no-repeat;-webkit-tap-highlight-color:rgba(0,0,0,0)}html{font-size:1.3333333333vh;cursor:pointer}@media screen and (max-aspect-ratio: 1284 / 750){html{font-size:.7788161994vw}}body{position:fixed;width:100%;height:100%;font-family:GFF Latin,sans-serif;user-select:none;-webkit-user-select:none;overflow:hidden;color:#fff;background-color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-size-adjust:100%!important;-webkit-text-size-adjust:100%!important;-moz-text-size-adjust:100%!important}html,body,#app{width:100vw;height:100vh}img{pointer-events:none}#__vconsole *{font-family:sans-serif!important}.number{font-family:GFF Latin,sans-serif!important}.no-click{pointer-events:none}.gr-loading-spinner{color:#fff}.gr-toast{width:106.6666666667vh;height:10.6666666667vh;font-size:2.6rem;color:#c2b9d5}@media screen and (max-aspect-ratio: 1284 / 750){.gr-toast{width:62.3052959502vw}}@media screen and (max-aspect-ratio: 1284 / 750){.gr-toast{height:6.230529595vw}}.gr-container{background-size:cover}.gr-header{width:100%;height:9.8666666667vh;background-size:100% 100%}@media screen and (max-aspect-ratio: 1284 / 750){.gr-header{height:5.7632398754vw}}.gr-title{position:relative;top:.2666666667vh;margin-right:4.8vh;font-size:5.8rem;color:#fff}@media screen and (max-aspect-ratio: 1284 / 750){.gr-title{top:.1557632399vw}}@media screen and (max-aspect-ratio: 1284 / 750){.gr-title{margin-right:2.8037383178vw}}.gr-title .app-title-text{background-image:linear-gradient(to bottom,#f389eb 35%,rgb(255,255,255));background-clip:text;color:transparent;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.gr-main{flex:1;width:100%;display:flex;align-items:center;justify-content:center;justify-content:flex-start}.gr-button.special{width:46vh;height:12.5333333333vh}@media screen and (max-aspect-ratio: 1284 / 750){.gr-button.special{width:26.8691588785vw}}@media screen and (max-aspect-ratio: 1284 / 750){.gr-button.special{height:7.3208722741vw}}.gr-button.primary{width:46.5333333333vh;height:11.0666666667vh}@media screen and (max-aspect-ratio: 1284 / 750){.gr-button.primary{width:27.1806853583vw}}@media screen and (max-aspect-ratio: 1284 / 750){.gr-button.primary{height:6.4641744548vw}}.gr-button.draw,.gr-button.smart-draw{width:32.5333333333vh;height:12.5333333333vh}@media screen and (max-aspect-ratio: 1284 / 750){.gr-button.draw,.gr-button.smart-draw{width:19.0031152648vw}}@media screen and (max-aspect-ratio: 1284 / 750){.gr-button.draw,.gr-button.smart-draw{height:7.3208722741vw}}.gr-dialog{width:113.3333333333vh;height:60vh}@media screen and (max-aspect-ratio: 1284 / 750){.gr-dialog{width:66.199376947vw}}@media screen and (max-aspect-ratio: 1284 / 750){.gr-dialog{height:35.046728972vw}}.gr-dialog-close-icon{width:6.6666666667vh;height:6.6666666667vh}@media screen and (max-aspect-ratio: 1284 / 750){.gr-dialog-close-icon{width:3.8940809969vw}}@media screen and (max-aspect-ratio: 1284 / 750){.gr-dialog-close-icon{height:3.8940809969vw}}.gr-dialog-title{font-size:3.6rem;text-align:center;background-image:linear-gradient(to bottom,#f389eb 35%,rgb(255,255,255));background-clip:text;color:transparent;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.app-drawn-dialog .gr-dialog-title{font-size:6.4vh}@media screen and (max-aspect-ratio: 1284 / 750){.app-drawn-dialog .gr-dialog-title{font-size:3.738317757vw}}.app-token-icon{width:4vh;height:3.6vh}@media screen and (max-aspect-ratio: 1284 / 750){.app-token-icon{width:2.3364485981vw}}@media screen and (max-aspect-ratio: 1284 / 750){.app-token-icon{height:2.1028037383vw}}.app-token-icon.normal{width:3.4666666667vh;height:3.2vh}@media screen and (max-aspect-ratio: 1284 / 750){.app-token-icon.normal{width:2.0249221184vw}}@media screen and (max-aspect-ratio: 1284 / 750){.app-token-icon.normal{height:1.8691588785vw}}.app-token-icon.small{width:3.2vh;height:2.9333333333vh}@media screen and (max-aspect-ratio: 1284 / 750){.app-token-icon.small{width:1.8691588785vw}}@media screen and (max-aspect-ratio: 1284 / 750){.app-token-icon.small{height:1.7133956386vw}}.app-rule-icon{margin-right:1.0666666667vh}@media screen and (max-aspect-ratio: 1284 / 750){.app-rule-icon{margin-right:.6230529595vw}}.app-rule-icon,.app-history-icon{width:6.2666666667vh;height:6.2666666667vh}@media screen and (max-aspect-ratio: 1284 / 750){.app-rule-icon,.app-history-icon{width:3.6604361371vw}}@media screen and (max-aspect-ratio: 1284 / 750){.app-rule-icon,.app-history-icon{height:3.6604361371vw}}.app-music-icon{position:absolute;left:3.7333333333vh;top:.6666666667vh;width:7.6vh;height:7.6vh}@media screen and (max-aspect-ratio: 1284 / 750){.app-music-icon{left:2.1806853583vw}}@media screen and (max-aspect-ratio: 1284 / 750){.app-music-icon{top:.3894080997vw}}@media screen and (max-aspect-ratio: 1284 / 750){.app-music-icon{width:4.4392523364vw}}@media screen and (max-aspect-ratio: 1284 / 750){.app-music-icon{height:4.4392523364vw}}.app-music-icon.on{animation:RotateLoop 2s linear infinite}.app-reward-status-disabled:after{width:8.2666666667vh;height:8.2666666667vh}@media screen and (max-aspect-ratio: 1284 / 750){.app-reward-status-disabled:after{width:4.8286604361vw}}@media screen and (max-aspect-ratio: 1284 / 750){.app-reward-status-disabled:after{height:4.8286604361vw}}.app-reward-status-drawn:after{width:8vh;height:6.4vh}@media screen and (max-aspect-ratio: 1284 / 750){.app-reward-status-drawn:after{width:4.6728971963vw}}@media screen and (max-aspect-ratio: 1284 / 750){.app-reward-status-drawn:after{height:3.738317757vw}}.app-reward.disabled .app-reward-iframe,.app-reward.selected .app-reward-iframe{filter:brightness(.5)}.app-reward.selected:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:19.4666666667vh;height:19.4666666667vh}@media screen and (max-aspect-ratio: 1284 / 750){.app-reward.selected:after{width:11.3707165109vw}}@media screen and (max-aspect-ratio: 1284 / 750){.app-reward.selected:after{height:11.3707165109vw}}.app-reward .app-reward-counts{font-family:GFF Latin,sans-serif!important}
