:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@font-face{font-family:OldWood;src:url(https://promo-campaign.blr1.cdn.digitaloceanspaces.com/wingman/assets/font/OldWood.ttf) format("truetype");font-style:normal;font-weight:700;font-display:swap}.home-page,.register-page,.cashback-layout,.Thankyou-layout,.ty{display:flex;flex-direction:column;min-height:100vh}.home-page .register-content,.register-page .register-content,.cashback-layout .register-content,.Thankyou-layout .register-content,.ty .register-content{flex:1;display:flex;flex-direction:column;width:100%}.home-page .register-form,.home-page .content,.home-page .gs-content,.home-page .otp-form,.home-page .tandc-content,.home-page .cashback-page,.home-page .home-content,.home-page .Thankyou-page,.home-page .ty-content,.register-page .register-form,.register-page .content,.register-page .gs-content,.register-page .otp-form,.register-page .tandc-content,.register-page .cashback-page,.register-page .home-content,.register-page .Thankyou-page,.register-page .ty-content,.cashback-layout .register-form,.cashback-layout .content,.cashback-layout .gs-content,.cashback-layout .otp-form,.cashback-layout .tandc-content,.cashback-layout .cashback-page,.cashback-layout .home-content,.cashback-layout .Thankyou-page,.cashback-layout .ty-content,.Thankyou-layout .register-form,.Thankyou-layout .content,.Thankyou-layout .gs-content,.Thankyou-layout .otp-form,.Thankyou-layout .tandc-content,.Thankyou-layout .cashback-page,.Thankyou-layout .home-content,.Thankyou-layout .Thankyou-page,.Thankyou-layout .ty-content,.ty .register-form,.ty .content,.ty .gs-content,.ty .otp-form,.ty .tandc-content,.ty .cashback-page,.ty .home-content,.ty .Thankyou-page,.ty .ty-content{width:85%;text-align:center;margin:0 auto;display:flex;flex-direction:column;justify-content:normal;align-items:center;row-gap:.7rem;column-gap:normal}.home-page .register-form.otp-width,.home-page .content.otp-width,.home-page .gs-content.otp-width,.home-page .otp-form.otp-width,.home-page .tandc-content.otp-width,.home-page .cashback-page.otp-width,.home-page .home-content.otp-width,.home-page .Thankyou-page.otp-width,.home-page .ty-content.otp-width,.register-page .register-form.otp-width,.register-page .content.otp-width,.register-page .gs-content.otp-width,.register-page .otp-form.otp-width,.register-page .tandc-content.otp-width,.register-page .cashback-page.otp-width,.register-page .home-content.otp-width,.register-page .Thankyou-page.otp-width,.register-page .ty-content.otp-width,.cashback-layout .register-form.otp-width,.cashback-layout .content.otp-width,.cashback-layout .gs-content.otp-width,.cashback-layout .otp-form.otp-width,.cashback-layout .tandc-content.otp-width,.cashback-layout .cashback-page.otp-width,.cashback-layout .home-content.otp-width,.cashback-layout .Thankyou-page.otp-width,.cashback-layout .ty-content.otp-width,.Thankyou-layout .register-form.otp-width,.Thankyou-layout .content.otp-width,.Thankyou-layout .gs-content.otp-width,.Thankyou-layout .otp-form.otp-width,.Thankyou-layout .tandc-content.otp-width,.Thankyou-layout .cashback-page.otp-width,.Thankyou-layout .home-content.otp-width,.Thankyou-layout .Thankyou-page.otp-width,.Thankyou-layout .ty-content.otp-width,.ty .register-form.otp-width,.ty .content.otp-width,.ty .gs-content.otp-width,.ty .otp-form.otp-width,.ty .tandc-content.otp-width,.ty .cashback-page.otp-width,.ty .home-content.otp-width,.ty .Thankyou-page.otp-width,.ty .ty-content.otp-width{width:97%}.home-page .register-form.mt-1,.home-page .content.mt-1,.home-page .gs-content.mt-1,.home-page .otp-form.mt-1,.home-page .tandc-content.mt-1,.home-page .cashback-page.mt-1,.home-page .home-content.mt-1,.home-page .Thankyou-page.mt-1,.home-page .ty-content.mt-1,.register-page .register-form.mt-1,.register-page .content.mt-1,.register-page .gs-content.mt-1,.register-page .otp-form.mt-1,.register-page .tandc-content.mt-1,.register-page .cashback-page.mt-1,.register-page .home-content.mt-1,.register-page .Thankyou-page.mt-1,.register-page .ty-content.mt-1,.cashback-layout .register-form.mt-1,.cashback-layout .content.mt-1,.cashback-layout .gs-content.mt-1,.cashback-layout .otp-form.mt-1,.cashback-layout .tandc-content.mt-1,.cashback-layout .cashback-page.mt-1,.cashback-layout .home-content.mt-1,.cashback-layout .Thankyou-page.mt-1,.cashback-layout .ty-content.mt-1,.Thankyou-layout .register-form.mt-1,.Thankyou-layout .content.mt-1,.Thankyou-layout .gs-content.mt-1,.Thankyou-layout .otp-form.mt-1,.Thankyou-layout .tandc-content.mt-1,.Thankyou-layout .cashback-page.mt-1,.Thankyou-layout .home-content.mt-1,.Thankyou-layout .Thankyou-page.mt-1,.Thankyou-layout .ty-content.mt-1,.ty .register-form.mt-1,.ty .content.mt-1,.ty .gs-content.mt-1,.ty .otp-form.mt-1,.ty .tandc-content.mt-1,.ty .cashback-page.mt-1,.ty .home-content.mt-1,.ty .Thankyou-page.mt-1,.ty .ty-content.mt-1{margin-top:1.1rem}.home-page .register-form.mt-2,.home-page .content.mt-2,.home-page .gs-content.mt-2,.home-page .otp-form.mt-2,.home-page .tandc-content.mt-2,.home-page .cashback-page.mt-2,.home-page .home-content.mt-2,.home-page .Thankyou-page.mt-2,.home-page .ty-content.mt-2,.register-page .register-form.mt-2,.register-page .content.mt-2,.register-page .gs-content.mt-2,.register-page .otp-form.mt-2,.register-page .tandc-content.mt-2,.register-page .cashback-page.mt-2,.register-page .home-content.mt-2,.register-page .Thankyou-page.mt-2,.register-page .ty-content.mt-2,.cashback-layout .register-form.mt-2,.cashback-layout .content.mt-2,.cashback-layout .gs-content.mt-2,.cashback-layout .otp-form.mt-2,.cashback-layout .tandc-content.mt-2,.cashback-layout .cashback-page.mt-2,.cashback-layout .home-content.mt-2,.cashback-layout .Thankyou-page.mt-2,.cashback-layout .ty-content.mt-2,.Thankyou-layout .register-form.mt-2,.Thankyou-layout .content.mt-2,.Thankyou-layout .gs-content.mt-2,.Thankyou-layout .otp-form.mt-2,.Thankyou-layout .tandc-content.mt-2,.Thankyou-layout .cashback-page.mt-2,.Thankyou-layout .home-content.mt-2,.Thankyou-layout .Thankyou-page.mt-2,.Thankyou-layout .ty-content.mt-2,.ty .register-form.mt-2,.ty .content.mt-2,.ty .gs-content.mt-2,.ty .otp-form.mt-2,.ty .tandc-content.mt-2,.ty .cashback-page.mt-2,.ty .home-content.mt-2,.ty .Thankyou-page.mt-2,.ty .ty-content.mt-2{margin-top:2rem}.home-page .register-form.w-100,.home-page .content.w-100,.home-page .gs-content.w-100,.home-page .otp-form.w-100,.home-page .tandc-content.w-100,.home-page .cashback-page.w-100,.home-page .home-content.w-100,.home-page .Thankyou-page.w-100,.home-page .ty-content.w-100,.register-page .register-form.w-100,.register-page .content.w-100,.register-page .gs-content.w-100,.register-page .otp-form.w-100,.register-page .tandc-content.w-100,.register-page .cashback-page.w-100,.register-page .home-content.w-100,.register-page .Thankyou-page.w-100,.register-page .ty-content.w-100,.cashback-layout .register-form.w-100,.cashback-layout .content.w-100,.cashback-layout .gs-content.w-100,.cashback-layout .otp-form.w-100,.cashback-layout .tandc-content.w-100,.cashback-layout .cashback-page.w-100,.cashback-layout .home-content.w-100,.cashback-layout .Thankyou-page.w-100,.cashback-layout .ty-content.w-100,.Thankyou-layout .register-form.w-100,.Thankyou-layout .content.w-100,.Thankyou-layout .gs-content.w-100,.Thankyou-layout .otp-form.w-100,.Thankyou-layout .tandc-content.w-100,.Thankyou-layout .cashback-page.w-100,.Thankyou-layout .home-content.w-100,.Thankyou-layout .Thankyou-page.w-100,.Thankyou-layout .ty-content.w-100,.ty .register-form.w-100,.ty .content.w-100,.ty .gs-content.w-100,.ty .otp-form.w-100,.ty .tandc-content.w-100,.ty .cashback-page.w-100,.ty .home-content.w-100,.ty .Thankyou-page.w-100,.ty .ty-content.w-100{width:100%}.home-page .register-form.m-2,.home-page .content.m-2,.home-page .gs-content.m-2,.home-page .otp-form.m-2,.home-page .tandc-content.m-2,.home-page .cashback-page.m-2,.home-page .home-content.m-2,.home-page .Thankyou-page.m-2,.home-page .ty-content.m-2,.register-page .register-form.m-2,.register-page .content.m-2,.register-page .gs-content.m-2,.register-page .otp-form.m-2,.register-page .tandc-content.m-2,.register-page .cashback-page.m-2,.register-page .home-content.m-2,.register-page .Thankyou-page.m-2,.register-page .ty-content.m-2,.cashback-layout .register-form.m-2,.cashback-layout .content.m-2,.cashback-layout .gs-content.m-2,.cashback-layout .otp-form.m-2,.cashback-layout .tandc-content.m-2,.cashback-layout .cashback-page.m-2,.cashback-layout .home-content.m-2,.cashback-layout .Thankyou-page.m-2,.cashback-layout .ty-content.m-2,.Thankyou-layout .register-form.m-2,.Thankyou-layout .content.m-2,.Thankyou-layout .gs-content.m-2,.Thankyou-layout .otp-form.m-2,.Thankyou-layout .tandc-content.m-2,.Thankyou-layout .cashback-page.m-2,.Thankyou-layout .home-content.m-2,.Thankyou-layout .Thankyou-page.m-2,.Thankyou-layout .ty-content.m-2,.ty .register-form.m-2,.ty .content.m-2,.ty .gs-content.m-2,.ty .otp-form.m-2,.ty .tandc-content.m-2,.ty .cashback-page.m-2,.ty .home-content.m-2,.ty .Thankyou-page.m-2,.ty .ty-content.m-2{margin:2rem auto}.home-page .register-form.box,.home-page .content.box,.home-page .gs-content.box,.home-page .otp-form.box,.home-page .tandc-content.box,.home-page .cashback-page.box,.home-page .home-content.box,.home-page .Thankyou-page.box,.home-page .ty-content.box,.register-page .register-form.box,.register-page .content.box,.register-page .gs-content.box,.register-page .otp-form.box,.register-page .tandc-content.box,.register-page .cashback-page.box,.register-page .home-content.box,.register-page .Thankyou-page.box,.register-page .ty-content.box,.cashback-layout .register-form.box,.cashback-layout .content.box,.cashback-layout .gs-content.box,.cashback-layout .otp-form.box,.cashback-layout .tandc-content.box,.cashback-layout .cashback-page.box,.cashback-layout .home-content.box,.cashback-layout .Thankyou-page.box,.cashback-layout .ty-content.box,.Thankyou-layout .register-form.box,.Thankyou-layout .content.box,.Thankyou-layout .gs-content.box,.Thankyou-layout .otp-form.box,.Thankyou-layout .tandc-content.box,.Thankyou-layout .cashback-page.box,.Thankyou-layout .home-content.box,.Thankyou-layout .Thankyou-page.box,.Thankyou-layout .ty-content.box,.ty .register-form.box,.ty .content.box,.ty .gs-content.box,.ty .otp-form.box,.ty .tandc-content.box,.ty .cashback-page.box,.ty .home-content.box,.ty .Thankyou-page.box,.ty .ty-content.box{width:90%;background-color:var(--white);box-shadow:0 4px 4px #00000040,0 -6px 26px #00000080 inset;border-radius:.5rem;padding:1rem}.home-page .register-form .fixed-btn-wrapper,.home-page .content .fixed-btn-wrapper,.home-page .gs-content .fixed-btn-wrapper,.home-page .otp-form .fixed-btn-wrapper,.home-page .tandc-content .fixed-btn-wrapper,.home-page .cashback-page .fixed-btn-wrapper,.home-page .home-content .fixed-btn-wrapper,.home-page .Thankyou-page .fixed-btn-wrapper,.home-page .ty-content .fixed-btn-wrapper,.register-page .register-form .fixed-btn-wrapper,.register-page .content .fixed-btn-wrapper,.register-page .gs-content .fixed-btn-wrapper,.register-page .otp-form .fixed-btn-wrapper,.register-page .tandc-content .fixed-btn-wrapper,.register-page .cashback-page .fixed-btn-wrapper,.register-page .home-content .fixed-btn-wrapper,.register-page .Thankyou-page .fixed-btn-wrapper,.register-page .ty-content .fixed-btn-wrapper,.cashback-layout .register-form .fixed-btn-wrapper,.cashback-layout .content .fixed-btn-wrapper,.cashback-layout .gs-content .fixed-btn-wrapper,.cashback-layout .otp-form .fixed-btn-wrapper,.cashback-layout .tandc-content .fixed-btn-wrapper,.cashback-layout .cashback-page .fixed-btn-wrapper,.cashback-layout .home-content .fixed-btn-wrapper,.cashback-layout .Thankyou-page .fixed-btn-wrapper,.cashback-layout .ty-content .fixed-btn-wrapper,.Thankyou-layout .register-form .fixed-btn-wrapper,.Thankyou-layout .content .fixed-btn-wrapper,.Thankyou-layout .gs-content .fixed-btn-wrapper,.Thankyou-layout .otp-form .fixed-btn-wrapper,.Thankyou-layout .tandc-content .fixed-btn-wrapper,.Thankyou-layout .cashback-page .fixed-btn-wrapper,.Thankyou-layout .home-content .fixed-btn-wrapper,.Thankyou-layout .Thankyou-page .fixed-btn-wrapper,.Thankyou-layout .ty-content .fixed-btn-wrapper,.ty .register-form .fixed-btn-wrapper,.ty .content .fixed-btn-wrapper,.ty .gs-content .fixed-btn-wrapper,.ty .otp-form .fixed-btn-wrapper,.ty .tandc-content .fixed-btn-wrapper,.ty .cashback-page .fixed-btn-wrapper,.ty .home-content .fixed-btn-wrapper,.ty .Thankyou-page .fixed-btn-wrapper,.ty .ty-content .fixed-btn-wrapper{position:relative;top:80%;display:flex;justify-content:center;align-items:center;padding:.75rem var(--fixed-btn-horizontal-padding);background:transparent;padding-bottom:calc(env(safe-area-inset-bottom,0) + 2rem);z-index:100;pointer-events:auto}.home-page .register-form .bottom-fixed-cta .btn,.home-page .content .bottom-fixed-cta .btn,.home-page .gs-content .bottom-fixed-cta .btn,.home-page .otp-form .bottom-fixed-cta .btn,.home-page .tandc-content .bottom-fixed-cta .btn,.home-page .cashback-page .bottom-fixed-cta .btn,.home-page .home-content .bottom-fixed-cta .btn,.home-page .Thankyou-page .bottom-fixed-cta .btn,.home-page .ty-content .bottom-fixed-cta .btn,.register-page .register-form .bottom-fixed-cta .btn,.register-page .content .bottom-fixed-cta .btn,.register-page .gs-content .bottom-fixed-cta .btn,.register-page .otp-form .bottom-fixed-cta .btn,.register-page .tandc-content .bottom-fixed-cta .btn,.register-page .cashback-page .bottom-fixed-cta .btn,.register-page .home-content .bottom-fixed-cta .btn,.register-page .Thankyou-page .bottom-fixed-cta .btn,.register-page .ty-content .bottom-fixed-cta .btn,.cashback-layout .register-form .bottom-fixed-cta .btn,.cashback-layout .content .bottom-fixed-cta .btn,.cashback-layout .gs-content .bottom-fixed-cta .btn,.cashback-layout .otp-form .bottom-fixed-cta .btn,.cashback-layout .tandc-content .bottom-fixed-cta .btn,.cashback-layout .cashback-page .bottom-fixed-cta .btn,.cashback-layout .home-content .bottom-fixed-cta .btn,.cashback-layout .Thankyou-page .bottom-fixed-cta .btn,.cashback-layout .ty-content .bottom-fixed-cta .btn,.Thankyou-layout .register-form .bottom-fixed-cta .btn,.Thankyou-layout .content .bottom-fixed-cta .btn,.Thankyou-layout .gs-content .bottom-fixed-cta .btn,.Thankyou-layout .otp-form .bottom-fixed-cta .btn,.Thankyou-layout .tandc-content .bottom-fixed-cta .btn,.Thankyou-layout .cashback-page .bottom-fixed-cta .btn,.Thankyou-layout .home-content .bottom-fixed-cta .btn,.Thankyou-layout .Thankyou-page .bottom-fixed-cta .btn,.Thankyou-layout .ty-content .bottom-fixed-cta .btn,.ty .register-form .bottom-fixed-cta .btn,.ty .content .bottom-fixed-cta .btn,.ty .gs-content .bottom-fixed-cta .btn,.ty .otp-form .bottom-fixed-cta .btn,.ty .tandc-content .bottom-fixed-cta .btn,.ty .cashback-page .bottom-fixed-cta .btn,.ty .home-content .bottom-fixed-cta .btn,.ty .Thankyou-page .bottom-fixed-cta .btn,.ty .ty-content .bottom-fixed-cta .btn{width:100%;max-width:420px}.home-page .register-form .ty-wrapper,.home-page .content .ty-wrapper,.home-page .gs-content .ty-wrapper,.home-page .otp-form .ty-wrapper,.home-page .tandc-content .ty-wrapper,.home-page .cashback-page .ty-wrapper,.home-page .home-content .ty-wrapper,.home-page .Thankyou-page .ty-wrapper,.home-page .ty-content .ty-wrapper,.register-page .register-form .ty-wrapper,.register-page .content .ty-wrapper,.register-page .gs-content .ty-wrapper,.register-page .otp-form .ty-wrapper,.register-page .tandc-content .ty-wrapper,.register-page .cashback-page .ty-wrapper,.register-page .home-content .ty-wrapper,.register-page .Thankyou-page .ty-wrapper,.register-page .ty-content .ty-wrapper,.cashback-layout .register-form .ty-wrapper,.cashback-layout .content .ty-wrapper,.cashback-layout .gs-content .ty-wrapper,.cashback-layout .otp-form .ty-wrapper,.cashback-layout .tandc-content .ty-wrapper,.cashback-layout .cashback-page .ty-wrapper,.cashback-layout .home-content .ty-wrapper,.cashback-layout .Thankyou-page .ty-wrapper,.cashback-layout .ty-content .ty-wrapper,.Thankyou-layout .register-form .ty-wrapper,.Thankyou-layout .content .ty-wrapper,.Thankyou-layout .gs-content .ty-wrapper,.Thankyou-layout .otp-form .ty-wrapper,.Thankyou-layout .tandc-content .ty-wrapper,.Thankyou-layout .cashback-page .ty-wrapper,.Thankyou-layout .home-content .ty-wrapper,.Thankyou-layout .Thankyou-page .ty-wrapper,.Thankyou-layout .ty-content .ty-wrapper,.ty .register-form .ty-wrapper,.ty .content .ty-wrapper,.ty .gs-content .ty-wrapper,.ty .otp-form .ty-wrapper,.ty .tandc-content .ty-wrapper,.ty .cashback-page .ty-wrapper,.ty .home-content .ty-wrapper,.ty .Thankyou-page .ty-wrapper,.ty .ty-content .ty-wrapper{width:90%;position:relative;margin-top:1.5rem}.home-page .register-form .ty-title,.home-page .content .ty-title,.home-page .gs-content .ty-title,.home-page .otp-form .ty-title,.home-page .tandc-content .ty-title,.home-page .cashback-page .ty-title,.home-page .home-content .ty-title,.home-page .Thankyou-page .ty-title,.home-page .ty-content .ty-title,.register-page .register-form .ty-title,.register-page .content .ty-title,.register-page .gs-content .ty-title,.register-page .otp-form .ty-title,.register-page .tandc-content .ty-title,.register-page .cashback-page .ty-title,.register-page .home-content .ty-title,.register-page .Thankyou-page .ty-title,.register-page .ty-content .ty-title,.cashback-layout .register-form .ty-title,.cashback-layout .content .ty-title,.cashback-layout .gs-content .ty-title,.cashback-layout .otp-form .ty-title,.cashback-layout .tandc-content .ty-title,.cashback-layout .cashback-page .ty-title,.cashback-layout .home-content .ty-title,.cashback-layout .Thankyou-page .ty-title,.cashback-layout .ty-content .ty-title,.Thankyou-layout .register-form .ty-title,.Thankyou-layout .content .ty-title,.Thankyou-layout .gs-content .ty-title,.Thankyou-layout .otp-form .ty-title,.Thankyou-layout .tandc-content .ty-title,.Thankyou-layout .cashback-page .ty-title,.Thankyou-layout .home-content .ty-title,.Thankyou-layout .Thankyou-page .ty-title,.Thankyou-layout .ty-content .ty-title,.ty .register-form .ty-title,.ty .content .ty-title,.ty .gs-content .ty-title,.ty .otp-form .ty-title,.ty .tandc-content .ty-title,.ty .cashback-page .ty-title,.ty .home-content .ty-title,.ty .Thankyou-page .ty-title,.ty .ty-content .ty-title{font-size:2rem;font-weight:700;color:var(--wingman-text);line-height:normal;font-family:Inter;text-align:center;margin:0 auto}.home-page .register-form .ty-title.thank_you_heading,.home-page .content .ty-title.thank_you_heading,.home-page .gs-content .ty-title.thank_you_heading,.home-page .otp-form .ty-title.thank_you_heading,.home-page .tandc-content .ty-title.thank_you_heading,.home-page .cashback-page .ty-title.thank_you_heading,.home-page .home-content .ty-title.thank_you_heading,.home-page .Thankyou-page .ty-title.thank_you_heading,.home-page .ty-content .ty-title.thank_you_heading,.register-page .register-form .ty-title.thank_you_heading,.register-page .content .ty-title.thank_you_heading,.register-page .gs-content .ty-title.thank_you_heading,.register-page .otp-form .ty-title.thank_you_heading,.register-page .tandc-content .ty-title.thank_you_heading,.register-page .cashback-page .ty-title.thank_you_heading,.register-page .home-content .ty-title.thank_you_heading,.register-page .Thankyou-page .ty-title.thank_you_heading,.register-page .ty-content .ty-title.thank_you_heading,.cashback-layout .register-form .ty-title.thank_you_heading,.cashback-layout .content .ty-title.thank_you_heading,.cashback-layout .gs-content .ty-title.thank_you_heading,.cashback-layout .otp-form .ty-title.thank_you_heading,.cashback-layout .tandc-content .ty-title.thank_you_heading,.cashback-layout .cashback-page .ty-title.thank_you_heading,.cashback-layout .home-content .ty-title.thank_you_heading,.cashback-layout .Thankyou-page .ty-title.thank_you_heading,.cashback-layout .ty-content .ty-title.thank_you_heading,.Thankyou-layout .register-form .ty-title.thank_you_heading,.Thankyou-layout .content .ty-title.thank_you_heading,.Thankyou-layout .gs-content .ty-title.thank_you_heading,.Thankyou-layout .otp-form .ty-title.thank_you_heading,.Thankyou-layout .tandc-content .ty-title.thank_you_heading,.Thankyou-layout .cashback-page .ty-title.thank_you_heading,.Thankyou-layout .home-content .ty-title.thank_you_heading,.Thankyou-layout .Thankyou-page .ty-title.thank_you_heading,.Thankyou-layout .ty-content .ty-title.thank_you_heading,.ty .register-form .ty-title.thank_you_heading,.ty .content .ty-title.thank_you_heading,.ty .gs-content .ty-title.thank_you_heading,.ty .otp-form .ty-title.thank_you_heading,.ty .tandc-content .ty-title.thank_you_heading,.ty .cashback-page .ty-title.thank_you_heading,.ty .home-content .ty-title.thank_you_heading,.ty .Thankyou-page .ty-title.thank_you_heading,.ty .ty-content .ty-title.thank_you_heading{color:var(--wingman-text);font-size:2.4rem}.home-page .register-form .ty-sub,.home-page .content .ty-sub,.home-page .gs-content .ty-sub,.home-page .otp-form .ty-sub,.home-page .tandc-content .ty-sub,.home-page .cashback-page .ty-sub,.home-page .home-content .ty-sub,.home-page .Thankyou-page .ty-sub,.home-page .ty-content .ty-sub,.register-page .register-form .ty-sub,.register-page .content .ty-sub,.register-page .gs-content .ty-sub,.register-page .otp-form .ty-sub,.register-page .tandc-content .ty-sub,.register-page .cashback-page .ty-sub,.register-page .home-content .ty-sub,.register-page .Thankyou-page .ty-sub,.register-page .ty-content .ty-sub,.cashback-layout .register-form .ty-sub,.cashback-layout .content .ty-sub,.cashback-layout .gs-content .ty-sub,.cashback-layout .otp-form .ty-sub,.cashback-layout .tandc-content .ty-sub,.cashback-layout .cashback-page .ty-sub,.cashback-layout .home-content .ty-sub,.cashback-layout .Thankyou-page .ty-sub,.cashback-layout .ty-content .ty-sub,.Thankyou-layout .register-form .ty-sub,.Thankyou-layout .content .ty-sub,.Thankyou-layout .gs-content .ty-sub,.Thankyou-layout .otp-form .ty-sub,.Thankyou-layout .tandc-content .ty-sub,.Thankyou-layout .cashback-page .ty-sub,.Thankyou-layout .home-content .ty-sub,.Thankyou-layout .Thankyou-page .ty-sub,.Thankyou-layout .ty-content .ty-sub,.ty .register-form .ty-sub,.ty .content .ty-sub,.ty .gs-content .ty-sub,.ty .otp-form .ty-sub,.ty .tandc-content .ty-sub,.ty .cashback-page .ty-sub,.ty .home-content .ty-sub,.ty .Thankyou-page .ty-sub,.ty .ty-content .ty-sub{font-family:Inter;font-size:1rem;font-weight:500;color:var(--wingman-text);line-height:1.2rem;padding:.5rem .8rem 1.5rem}.home-page .register-form .ty-sub.thank_you_sub,.home-page .content .ty-sub.thank_you_sub,.home-page .gs-content .ty-sub.thank_you_sub,.home-page .otp-form .ty-sub.thank_you_sub,.home-page .tandc-content .ty-sub.thank_you_sub,.home-page .cashback-page .ty-sub.thank_you_sub,.home-page .home-content .ty-sub.thank_you_sub,.home-page .Thankyou-page .ty-sub.thank_you_sub,.home-page .ty-content .ty-sub.thank_you_sub,.register-page .register-form .ty-sub.thank_you_sub,.register-page .content .ty-sub.thank_you_sub,.register-page .gs-content .ty-sub.thank_you_sub,.register-page .otp-form .ty-sub.thank_you_sub,.register-page .tandc-content .ty-sub.thank_you_sub,.register-page .cashback-page .ty-sub.thank_you_sub,.register-page .home-content .ty-sub.thank_you_sub,.register-page .Thankyou-page .ty-sub.thank_you_sub,.register-page .ty-content .ty-sub.thank_you_sub,.cashback-layout .register-form .ty-sub.thank_you_sub,.cashback-layout .content .ty-sub.thank_you_sub,.cashback-layout .gs-content .ty-sub.thank_you_sub,.cashback-layout .otp-form .ty-sub.thank_you_sub,.cashback-layout .tandc-content .ty-sub.thank_you_sub,.cashback-layout .cashback-page .ty-sub.thank_you_sub,.cashback-layout .home-content .ty-sub.thank_you_sub,.cashback-layout .Thankyou-page .ty-sub.thank_you_sub,.cashback-layout .ty-content .ty-sub.thank_you_sub,.Thankyou-layout .register-form .ty-sub.thank_you_sub,.Thankyou-layout .content .ty-sub.thank_you_sub,.Thankyou-layout .gs-content .ty-sub.thank_you_sub,.Thankyou-layout .otp-form .ty-sub.thank_you_sub,.Thankyou-layout .tandc-content .ty-sub.thank_you_sub,.Thankyou-layout .cashback-page .ty-sub.thank_you_sub,.Thankyou-layout .home-content .ty-sub.thank_you_sub,.Thankyou-layout .Thankyou-page .ty-sub.thank_you_sub,.Thankyou-layout .ty-content .ty-sub.thank_you_sub,.ty .register-form .ty-sub.thank_you_sub,.ty .content .ty-sub.thank_you_sub,.ty .gs-content .ty-sub.thank_you_sub,.ty .otp-form .ty-sub.thank_you_sub,.ty .tandc-content .ty-sub.thank_you_sub,.ty .cashback-page .ty-sub.thank_you_sub,.ty .home-content .ty-sub.thank_you_sub,.ty .Thankyou-page .ty-sub.thank_you_sub,.ty .ty-content .ty-sub.thank_you_sub{color:var(--white);font-size:1.3rem;line-height:2rem}.home-page .register-form .ty-upi-title,.home-page .content .ty-upi-title,.home-page .gs-content .ty-upi-title,.home-page .otp-form .ty-upi-title,.home-page .tandc-content .ty-upi-title,.home-page .cashback-page .ty-upi-title,.home-page .home-content .ty-upi-title,.home-page .Thankyou-page .ty-upi-title,.home-page .ty-content .ty-upi-title,.register-page .register-form .ty-upi-title,.register-page .content .ty-upi-title,.register-page .gs-content .ty-upi-title,.register-page .otp-form .ty-upi-title,.register-page .tandc-content .ty-upi-title,.register-page .cashback-page .ty-upi-title,.register-page .home-content .ty-upi-title,.register-page .Thankyou-page .ty-upi-title,.register-page .ty-content .ty-upi-title,.cashback-layout .register-form .ty-upi-title,.cashback-layout .content .ty-upi-title,.cashback-layout .gs-content .ty-upi-title,.cashback-layout .otp-form .ty-upi-title,.cashback-layout .tandc-content .ty-upi-title,.cashback-layout .cashback-page .ty-upi-title,.cashback-layout .home-content .ty-upi-title,.cashback-layout .Thankyou-page .ty-upi-title,.cashback-layout .ty-content .ty-upi-title,.Thankyou-layout .register-form .ty-upi-title,.Thankyou-layout .content .ty-upi-title,.Thankyou-layout .gs-content .ty-upi-title,.Thankyou-layout .otp-form .ty-upi-title,.Thankyou-layout .tandc-content .ty-upi-title,.Thankyou-layout .cashback-page .ty-upi-title,.Thankyou-layout .home-content .ty-upi-title,.Thankyou-layout .Thankyou-page .ty-upi-title,.Thankyou-layout .ty-content .ty-upi-title,.ty .register-form .ty-upi-title,.ty .content .ty-upi-title,.ty .gs-content .ty-upi-title,.ty .otp-form .ty-upi-title,.ty .tandc-content .ty-upi-title,.ty .cashback-page .ty-upi-title,.ty .home-content .ty-upi-title,.ty .Thankyou-page .ty-upi-title,.ty .ty-content .ty-upi-title{font-family:Inter;font-size:1rem;font-weight:500;color:var(--wingman-text);margin-top:.5rem}.home-page .register-form .price-amount,.home-page .content .price-amount,.home-page .gs-content .price-amount,.home-page .otp-form .price-amount,.home-page .tandc-content .price-amount,.home-page .cashback-page .price-amount,.home-page .home-content .price-amount,.home-page .Thankyou-page .price-amount,.home-page .ty-content .price-amount,.register-page .register-form .price-amount,.register-page .content .price-amount,.register-page .gs-content .price-amount,.register-page .otp-form .price-amount,.register-page .tandc-content .price-amount,.register-page .cashback-page .price-amount,.register-page .home-content .price-amount,.register-page .Thankyou-page .price-amount,.register-page .ty-content .price-amount,.cashback-layout .register-form .price-amount,.cashback-layout .content .price-amount,.cashback-layout .gs-content .price-amount,.cashback-layout .otp-form .price-amount,.cashback-layout .tandc-content .price-amount,.cashback-layout .cashback-page .price-amount,.cashback-layout .home-content .price-amount,.cashback-layout .Thankyou-page .price-amount,.cashback-layout .ty-content .price-amount,.Thankyou-layout .register-form .price-amount,.Thankyou-layout .content .price-amount,.Thankyou-layout .gs-content .price-amount,.Thankyou-layout .otp-form .price-amount,.Thankyou-layout .tandc-content .price-amount,.Thankyou-layout .cashback-page .price-amount,.Thankyou-layout .home-content .price-amount,.Thankyou-layout .Thankyou-page .price-amount,.Thankyou-layout .ty-content .price-amount,.ty .register-form .price-amount,.ty .content .price-amount,.ty .gs-content .price-amount,.ty .otp-form .price-amount,.ty .tandc-content .price-amount,.ty .cashback-page .price-amount,.ty .home-content .price-amount,.ty .Thankyou-page .price-amount,.ty .ty-content .price-amount{color:var(--wingman-text);font-weight:700;font-family:OldWood;font-size:6rem}.home-page .register-form .price-amount .price-value,.home-page .content .price-amount .price-value,.home-page .gs-content .price-amount .price-value,.home-page .otp-form .price-amount .price-value,.home-page .tandc-content .price-amount .price-value,.home-page .cashback-page .price-amount .price-value,.home-page .home-content .price-amount .price-value,.home-page .Thankyou-page .price-amount .price-value,.home-page .ty-content .price-amount .price-value,.register-page .register-form .price-amount .price-value,.register-page .content .price-amount .price-value,.register-page .gs-content .price-amount .price-value,.register-page .otp-form .price-amount .price-value,.register-page .tandc-content .price-amount .price-value,.register-page .cashback-page .price-amount .price-value,.register-page .home-content .price-amount .price-value,.register-page .Thankyou-page .price-amount .price-value,.register-page .ty-content .price-amount .price-value,.cashback-layout .register-form .price-amount .price-value,.cashback-layout .content .price-amount .price-value,.cashback-layout .gs-content .price-amount .price-value,.cashback-layout .otp-form .price-amount .price-value,.cashback-layout .tandc-content .price-amount .price-value,.cashback-layout .cashback-page .price-amount .price-value,.cashback-layout .home-content .price-amount .price-value,.cashback-layout .Thankyou-page .price-amount .price-value,.cashback-layout .ty-content .price-amount .price-value,.Thankyou-layout .register-form .price-amount .price-value,.Thankyou-layout .content .price-amount .price-value,.Thankyou-layout .gs-content .price-amount .price-value,.Thankyou-layout .otp-form .price-amount .price-value,.Thankyou-layout .tandc-content .price-amount .price-value,.Thankyou-layout .cashback-page .price-amount .price-value,.Thankyou-layout .home-content .price-amount .price-value,.Thankyou-layout .Thankyou-page .price-amount .price-value,.Thankyou-layout .ty-content .price-amount .price-value,.ty .register-form .price-amount .price-value,.ty .content .price-amount .price-value,.ty .gs-content .price-amount .price-value,.ty .otp-form .price-amount .price-value,.ty .tandc-content .price-amount .price-value,.ty .cashback-page .price-amount .price-value,.ty .home-content .price-amount .price-value,.ty .Thankyou-page .price-amount .price-value,.ty .ty-content .price-amount .price-value{color:var(--wingman-text);font-weight:700;font-family:OldWood;margin-left:5px;font-size:5.7rem}.home-page .register-form .messageSection,.home-page .content .messageSection,.home-page .gs-content .messageSection,.home-page .otp-form .messageSection,.home-page .tandc-content .messageSection,.home-page .cashback-page .messageSection,.home-page .home-content .messageSection,.home-page .Thankyou-page .messageSection,.home-page .ty-content .messageSection,.register-page .register-form .messageSection,.register-page .content .messageSection,.register-page .gs-content .messageSection,.register-page .otp-form .messageSection,.register-page .tandc-content .messageSection,.register-page .cashback-page .messageSection,.register-page .home-content .messageSection,.register-page .Thankyou-page .messageSection,.register-page .ty-content .messageSection,.cashback-layout .register-form .messageSection,.cashback-layout .content .messageSection,.cashback-layout .gs-content .messageSection,.cashback-layout .otp-form .messageSection,.cashback-layout .tandc-content .messageSection,.cashback-layout .cashback-page .messageSection,.cashback-layout .home-content .messageSection,.cashback-layout .Thankyou-page .messageSection,.cashback-layout .ty-content .messageSection,.Thankyou-layout .register-form .messageSection,.Thankyou-layout .content .messageSection,.Thankyou-layout .gs-content .messageSection,.Thankyou-layout .otp-form .messageSection,.Thankyou-layout .tandc-content .messageSection,.Thankyou-layout .cashback-page .messageSection,.Thankyou-layout .home-content .messageSection,.Thankyou-layout .Thankyou-page .messageSection,.Thankyou-layout .ty-content .messageSection,.ty .register-form .messageSection,.ty .content .messageSection,.ty .gs-content .messageSection,.ty .otp-form .messageSection,.ty .tandc-content .messageSection,.ty .cashback-page .messageSection,.ty .home-content .messageSection,.ty .Thankyou-page .messageSection,.ty .ty-content .messageSection{position:relative;display:flex;justify-content:center;width:100%}.home-page .register-form .message,.home-page .content .message,.home-page .gs-content .message,.home-page .otp-form .message,.home-page .tandc-content .message,.home-page .cashback-page .message,.home-page .home-content .message,.home-page .Thankyou-page .message,.home-page .ty-content .message,.register-page .register-form .message,.register-page .content .message,.register-page .gs-content .message,.register-page .otp-form .message,.register-page .tandc-content .message,.register-page .cashback-page .message,.register-page .home-content .message,.register-page .Thankyou-page .message,.register-page .ty-content .message,.cashback-layout .register-form .message,.cashback-layout .content .message,.cashback-layout .gs-content .message,.cashback-layout .otp-form .message,.cashback-layout .tandc-content .message,.cashback-layout .cashback-page .message,.cashback-layout .home-content .message,.cashback-layout .Thankyou-page .message,.cashback-layout .ty-content .message,.Thankyou-layout .register-form .message,.Thankyou-layout .content .message,.Thankyou-layout .gs-content .message,.Thankyou-layout .otp-form .message,.Thankyou-layout .tandc-content .message,.Thankyou-layout .cashback-page .message,.Thankyou-layout .home-content .message,.Thankyou-layout .Thankyou-page .message,.Thankyou-layout .ty-content .message,.ty .register-form .message,.ty .content .message,.ty .gs-content .message,.ty .otp-form .message,.ty .tandc-content .message,.ty .cashback-page .message,.ty .home-content .message,.ty .Thankyou-page .message,.ty .ty-content .message{position:absolute;color:var(--yellow);font-size:.786rem;top:.5rem;letter-spacing:.03rem}.home-page .register-form .form-title,.home-page .content .form-title,.home-page .gs-content .form-title,.home-page .otp-form .form-title,.home-page .tandc-content .form-title,.home-page .cashback-page .form-title,.home-page .home-content .form-title,.home-page .Thankyou-page .form-title,.home-page .ty-content .form-title,.register-page .register-form .form-title,.register-page .content .form-title,.register-page .gs-content .form-title,.register-page .otp-form .form-title,.register-page .tandc-content .form-title,.register-page .cashback-page .form-title,.register-page .home-content .form-title,.register-page .Thankyou-page .form-title,.register-page .ty-content .form-title,.cashback-layout .register-form .form-title,.cashback-layout .content .form-title,.cashback-layout .gs-content .form-title,.cashback-layout .otp-form .form-title,.cashback-layout .tandc-content .form-title,.cashback-layout .cashback-page .form-title,.cashback-layout .home-content .form-title,.cashback-layout .Thankyou-page .form-title,.cashback-layout .ty-content .form-title,.Thankyou-layout .register-form .form-title,.Thankyou-layout .content .form-title,.Thankyou-layout .gs-content .form-title,.Thankyou-layout .otp-form .form-title,.Thankyou-layout .tandc-content .form-title,.Thankyou-layout .cashback-page .form-title,.Thankyou-layout .home-content .form-title,.Thankyou-layout .Thankyou-page .form-title,.Thankyou-layout .ty-content .form-title,.ty .register-form .form-title,.ty .content .form-title,.ty .gs-content .form-title,.ty .otp-form .form-title,.ty .tandc-content .form-title,.ty .cashback-page .form-title,.ty .home-content .form-title,.ty .Thankyou-page .form-title,.ty .ty-content .form-title{text-align:center;font-family:Inter;font-size:1.5rem;color:var(--text);margin:1rem 0 .5rem;text-transform:capitalize;font-weight:700}.home-page .register-form .form-title.close,.home-page .content .form-title.close,.home-page .gs-content .form-title.close,.home-page .otp-form .form-title.close,.home-page .tandc-content .form-title.close,.home-page .cashback-page .form-title.close,.home-page .home-content .form-title.close,.home-page .Thankyou-page .form-title.close,.home-page .ty-content .form-title.close,.register-page .register-form .form-title.close,.register-page .content .form-title.close,.register-page .gs-content .form-title.close,.register-page .otp-form .form-title.close,.register-page .tandc-content .form-title.close,.register-page .cashback-page .form-title.close,.register-page .home-content .form-title.close,.register-page .Thankyou-page .form-title.close,.register-page .ty-content .form-title.close,.cashback-layout .register-form .form-title.close,.cashback-layout .content .form-title.close,.cashback-layout .gs-content .form-title.close,.cashback-layout .otp-form .form-title.close,.cashback-layout .tandc-content .form-title.close,.cashback-layout .cashback-page .form-title.close,.cashback-layout .home-content .form-title.close,.cashback-layout .Thankyou-page .form-title.close,.cashback-layout .ty-content .form-title.close,.Thankyou-layout .register-form .form-title.close,.Thankyou-layout .content .form-title.close,.Thankyou-layout .gs-content .form-title.close,.Thankyou-layout .otp-form .form-title.close,.Thankyou-layout .tandc-content .form-title.close,.Thankyou-layout .cashback-page .form-title.close,.Thankyou-layout .home-content .form-title.close,.Thankyou-layout .Thankyou-page .form-title.close,.Thankyou-layout .ty-content .form-title.close,.ty .register-form .form-title.close,.ty .content .form-title.close,.ty .gs-content .form-title.close,.ty .otp-form .form-title.close,.ty .tandc-content .form-title.close,.ty .cashback-page .form-title.close,.ty .home-content .form-title.close,.ty .Thankyou-page .form-title.close,.ty .ty-content .form-title.close{text-transform:none}.home-page .register-form .form-title.margin,.home-page .content .form-title.margin,.home-page .gs-content .form-title.margin,.home-page .otp-form .form-title.margin,.home-page .tandc-content .form-title.margin,.home-page .cashback-page .form-title.margin,.home-page .home-content .form-title.margin,.home-page .Thankyou-page .form-title.margin,.home-page .ty-content .form-title.margin,.register-page .register-form .form-title.margin,.register-page .content .form-title.margin,.register-page .gs-content .form-title.margin,.register-page .otp-form .form-title.margin,.register-page .tandc-content .form-title.margin,.register-page .cashback-page .form-title.margin,.register-page .home-content .form-title.margin,.register-page .Thankyou-page .form-title.margin,.register-page .ty-content .form-title.margin,.cashback-layout .register-form .form-title.margin,.cashback-layout .content .form-title.margin,.cashback-layout .gs-content .form-title.margin,.cashback-layout .otp-form .form-title.margin,.cashback-layout .tandc-content .form-title.margin,.cashback-layout .cashback-page .form-title.margin,.cashback-layout .home-content .form-title.margin,.cashback-layout .Thankyou-page .form-title.margin,.cashback-layout .ty-content .form-title.margin,.Thankyou-layout .register-form .form-title.margin,.Thankyou-layout .content .form-title.margin,.Thankyou-layout .gs-content .form-title.margin,.Thankyou-layout .otp-form .form-title.margin,.Thankyou-layout .tandc-content .form-title.margin,.Thankyou-layout .cashback-page .form-title.margin,.Thankyou-layout .home-content .form-title.margin,.Thankyou-layout .Thankyou-page .form-title.margin,.Thankyou-layout .ty-content .form-title.margin,.ty .register-form .form-title.margin,.ty .content .form-title.margin,.ty .gs-content .form-title.margin,.ty .otp-form .form-title.margin,.ty .tandc-content .form-title.margin,.ty .cashback-page .form-title.margin,.ty .home-content .form-title.margin,.ty .Thankyou-page .form-title.margin,.ty .ty-content .form-title.margin{margin-bottom:1rem}.home-page .register-form .form-title.m-t,.home-page .content .form-title.m-t,.home-page .gs-content .form-title.m-t,.home-page .otp-form .form-title.m-t,.home-page .tandc-content .form-title.m-t,.home-page .cashback-page .form-title.m-t,.home-page .home-content .form-title.m-t,.home-page .Thankyou-page .form-title.m-t,.home-page .ty-content .form-title.m-t,.register-page .register-form .form-title.m-t,.register-page .content .form-title.m-t,.register-page .gs-content .form-title.m-t,.register-page .otp-form .form-title.m-t,.register-page .tandc-content .form-title.m-t,.register-page .cashback-page .form-title.m-t,.register-page .home-content .form-title.m-t,.register-page .Thankyou-page .form-title.m-t,.register-page .ty-content .form-title.m-t,.cashback-layout .register-form .form-title.m-t,.cashback-layout .content .form-title.m-t,.cashback-layout .gs-content .form-title.m-t,.cashback-layout .otp-form .form-title.m-t,.cashback-layout .tandc-content .form-title.m-t,.cashback-layout .cashback-page .form-title.m-t,.cashback-layout .home-content .form-title.m-t,.cashback-layout .Thankyou-page .form-title.m-t,.cashback-layout .ty-content .form-title.m-t,.Thankyou-layout .register-form .form-title.m-t,.Thankyou-layout .content .form-title.m-t,.Thankyou-layout .gs-content .form-title.m-t,.Thankyou-layout .otp-form .form-title.m-t,.Thankyou-layout .tandc-content .form-title.m-t,.Thankyou-layout .cashback-page .form-title.m-t,.Thankyou-layout .home-content .form-title.m-t,.Thankyou-layout .Thankyou-page .form-title.m-t,.Thankyou-layout .ty-content .form-title.m-t,.ty .register-form .form-title.m-t,.ty .content .form-title.m-t,.ty .gs-content .form-title.m-t,.ty .otp-form .form-title.m-t,.ty .tandc-content .form-title.m-t,.ty .cashback-page .form-title.m-t,.ty .home-content .form-title.m-t,.ty .Thankyou-page .form-title.m-t,.ty .ty-content .form-title.m-t{margin-top:1rem}.home-page .register-form .form-title.mt-3,.home-page .content .form-title.mt-3,.home-page .gs-content .form-title.mt-3,.home-page .otp-form .form-title.mt-3,.home-page .tandc-content .form-title.mt-3,.home-page .cashback-page .form-title.mt-3,.home-page .home-content .form-title.mt-3,.home-page .Thankyou-page .form-title.mt-3,.home-page .ty-content .form-title.mt-3,.register-page .register-form .form-title.mt-3,.register-page .content .form-title.mt-3,.register-page .gs-content .form-title.mt-3,.register-page .otp-form .form-title.mt-3,.register-page .tandc-content .form-title.mt-3,.register-page .cashback-page .form-title.mt-3,.register-page .home-content .form-title.mt-3,.register-page .Thankyou-page .form-title.mt-3,.register-page .ty-content .form-title.mt-3,.cashback-layout .register-form .form-title.mt-3,.cashback-layout .content .form-title.mt-3,.cashback-layout .gs-content .form-title.mt-3,.cashback-layout .otp-form .form-title.mt-3,.cashback-layout .tandc-content .form-title.mt-3,.cashback-layout .cashback-page .form-title.mt-3,.cashback-layout .home-content .form-title.mt-3,.cashback-layout .Thankyou-page .form-title.mt-3,.cashback-layout .ty-content .form-title.mt-3,.Thankyou-layout .register-form .form-title.mt-3,.Thankyou-layout .content .form-title.mt-3,.Thankyou-layout .gs-content .form-title.mt-3,.Thankyou-layout .otp-form .form-title.mt-3,.Thankyou-layout .tandc-content .form-title.mt-3,.Thankyou-layout .cashback-page .form-title.mt-3,.Thankyou-layout .home-content .form-title.mt-3,.Thankyou-layout .Thankyou-page .form-title.mt-3,.Thankyou-layout .ty-content .form-title.mt-3,.ty .register-form .form-title.mt-3,.ty .content .form-title.mt-3,.ty .gs-content .form-title.mt-3,.ty .otp-form .form-title.mt-3,.ty .tandc-content .form-title.mt-3,.ty .cashback-page .form-title.mt-3,.ty .home-content .form-title.mt-3,.ty .Thankyou-page .form-title.mt-3,.ty .ty-content .form-title.mt-3{margin-top:3rem}.home-page .register-form .form-title.mt-4,.home-page .content .form-title.mt-4,.home-page .gs-content .form-title.mt-4,.home-page .otp-form .form-title.mt-4,.home-page .tandc-content .form-title.mt-4,.home-page .cashback-page .form-title.mt-4,.home-page .home-content .form-title.mt-4,.home-page .Thankyou-page .form-title.mt-4,.home-page .ty-content .form-title.mt-4,.register-page .register-form .form-title.mt-4,.register-page .content .form-title.mt-4,.register-page .gs-content .form-title.mt-4,.register-page .otp-form .form-title.mt-4,.register-page .tandc-content .form-title.mt-4,.register-page .cashback-page .form-title.mt-4,.register-page .home-content .form-title.mt-4,.register-page .Thankyou-page .form-title.mt-4,.register-page .ty-content .form-title.mt-4,.cashback-layout .register-form .form-title.mt-4,.cashback-layout .content .form-title.mt-4,.cashback-layout .gs-content .form-title.mt-4,.cashback-layout .otp-form .form-title.mt-4,.cashback-layout .tandc-content .form-title.mt-4,.cashback-layout .cashback-page .form-title.mt-4,.cashback-layout .home-content .form-title.mt-4,.cashback-layout .Thankyou-page .form-title.mt-4,.cashback-layout .ty-content .form-title.mt-4,.Thankyou-layout .register-form .form-title.mt-4,.Thankyou-layout .content .form-title.mt-4,.Thankyou-layout .gs-content .form-title.mt-4,.Thankyou-layout .otp-form .form-title.mt-4,.Thankyou-layout .tandc-content .form-title.mt-4,.Thankyou-layout .cashback-page .form-title.mt-4,.Thankyou-layout .home-content .form-title.mt-4,.Thankyou-layout .Thankyou-page .form-title.mt-4,.Thankyou-layout .ty-content .form-title.mt-4,.ty .register-form .form-title.mt-4,.ty .content .form-title.mt-4,.ty .gs-content .form-title.mt-4,.ty .otp-form .form-title.mt-4,.ty .tandc-content .form-title.mt-4,.ty .cashback-page .form-title.mt-4,.ty .home-content .form-title.mt-4,.ty .Thankyou-page .form-title.mt-4,.ty .ty-content .form-title.mt-4{margin-top:4rem}.home-page .register-form .sub-title,.home-page .content .sub-title,.home-page .gs-content .sub-title,.home-page .otp-form .sub-title,.home-page .tandc-content .sub-title,.home-page .cashback-page .sub-title,.home-page .home-content .sub-title,.home-page .Thankyou-page .sub-title,.home-page .ty-content .sub-title,.register-page .register-form .sub-title,.register-page .content .sub-title,.register-page .gs-content .sub-title,.register-page .otp-form .sub-title,.register-page .tandc-content .sub-title,.register-page .cashback-page .sub-title,.register-page .home-content .sub-title,.register-page .Thankyou-page .sub-title,.register-page .ty-content .sub-title,.cashback-layout .register-form .sub-title,.cashback-layout .content .sub-title,.cashback-layout .gs-content .sub-title,.cashback-layout .otp-form .sub-title,.cashback-layout .tandc-content .sub-title,.cashback-layout .cashback-page .sub-title,.cashback-layout .home-content .sub-title,.cashback-layout .Thankyou-page .sub-title,.cashback-layout .ty-content .sub-title,.Thankyou-layout .register-form .sub-title,.Thankyou-layout .content .sub-title,.Thankyou-layout .gs-content .sub-title,.Thankyou-layout .otp-form .sub-title,.Thankyou-layout .tandc-content .sub-title,.Thankyou-layout .cashback-page .sub-title,.Thankyou-layout .home-content .sub-title,.Thankyou-layout .Thankyou-page .sub-title,.Thankyou-layout .ty-content .sub-title,.ty .register-form .sub-title,.ty .content .sub-title,.ty .gs-content .sub-title,.ty .otp-form .sub-title,.ty .tandc-content .sub-title,.ty .cashback-page .sub-title,.ty .home-content .sub-title,.ty .Thankyou-page .sub-title,.ty .ty-content .sub-title{margin-top:0;color:var(--text)}.home-page .register-form .step,.home-page .content .step,.home-page .gs-content .step,.home-page .otp-form .step,.home-page .tandc-content .step,.home-page .cashback-page .step,.home-page .home-content .step,.home-page .Thankyou-page .step,.home-page .ty-content .step,.register-page .register-form .step,.register-page .content .step,.register-page .gs-content .step,.register-page .otp-form .step,.register-page .tandc-content .step,.register-page .cashback-page .step,.register-page .home-content .step,.register-page .Thankyou-page .step,.register-page .ty-content .step,.cashback-layout .register-form .step,.cashback-layout .content .step,.cashback-layout .gs-content .step,.cashback-layout .otp-form .step,.cashback-layout .tandc-content .step,.cashback-layout .cashback-page .step,.cashback-layout .home-content .step,.cashback-layout .Thankyou-page .step,.cashback-layout .ty-content .step,.Thankyou-layout .register-form .step,.Thankyou-layout .content .step,.Thankyou-layout .gs-content .step,.Thankyou-layout .otp-form .step,.Thankyou-layout .tandc-content .step,.Thankyou-layout .cashback-page .step,.Thankyou-layout .home-content .step,.Thankyou-layout .Thankyou-page .step,.Thankyou-layout .ty-content .step,.ty .register-form .step,.ty .content .step,.ty .gs-content .step,.ty .otp-form .step,.ty .tandc-content .step,.ty .cashback-page .step,.ty .home-content .step,.ty .Thankyou-page .step,.ty .ty-content .step{font-family:Inter;font-size:.75rem;color:var(--black);font-weight:500;margin:0 0 .5rem;text-transform:uppercase;text-align:center}.home-page .register-form .final-img,.home-page .content .final-img,.home-page .gs-content .final-img,.home-page .otp-form .final-img,.home-page .tandc-content .final-img,.home-page .cashback-page .final-img,.home-page .home-content .final-img,.home-page .Thankyou-page .final-img,.home-page .ty-content .final-img,.register-page .register-form .final-img,.register-page .content .final-img,.register-page .gs-content .final-img,.register-page .otp-form .final-img,.register-page .tandc-content .final-img,.register-page .cashback-page .final-img,.register-page .home-content .final-img,.register-page .Thankyou-page .final-img,.register-page .ty-content .final-img,.cashback-layout .register-form .final-img,.cashback-layout .content .final-img,.cashback-layout .gs-content .final-img,.cashback-layout .otp-form .final-img,.cashback-layout .tandc-content .final-img,.cashback-layout .cashback-page .final-img,.cashback-layout .home-content .final-img,.cashback-layout .Thankyou-page .final-img,.cashback-layout .ty-content .final-img,.Thankyou-layout .register-form .final-img,.Thankyou-layout .content .final-img,.Thankyou-layout .gs-content .final-img,.Thankyou-layout .otp-form .final-img,.Thankyou-layout .tandc-content .final-img,.Thankyou-layout .cashback-page .final-img,.Thankyou-layout .home-content .final-img,.Thankyou-layout .Thankyou-page .final-img,.Thankyou-layout .ty-content .final-img,.ty .register-form .final-img,.ty .content .final-img,.ty .gs-content .final-img,.ty .otp-form .final-img,.ty .tandc-content .final-img,.ty .cashback-page .final-img,.ty .home-content .final-img,.ty .Thankyou-page .final-img,.ty .ty-content .final-img{max-width:60%}.home-page .register-form .flex-center,.home-page .content .flex-center,.home-page .gs-content .flex-center,.home-page .otp-form .flex-center,.home-page .tandc-content .flex-center,.home-page .cashback-page .flex-center,.home-page .home-content .flex-center,.home-page .Thankyou-page .flex-center,.home-page .ty-content .flex-center,.register-page .register-form .flex-center,.register-page .content .flex-center,.register-page .gs-content .flex-center,.register-page .otp-form .flex-center,.register-page .tandc-content .flex-center,.register-page .cashback-page .flex-center,.register-page .home-content .flex-center,.register-page .Thankyou-page .flex-center,.register-page .ty-content .flex-center,.cashback-layout .register-form .flex-center,.cashback-layout .content .flex-center,.cashback-layout .gs-content .flex-center,.cashback-layout .otp-form .flex-center,.cashback-layout .tandc-content .flex-center,.cashback-layout .cashback-page .flex-center,.cashback-layout .home-content .flex-center,.cashback-layout .Thankyou-page .flex-center,.cashback-layout .ty-content .flex-center,.Thankyou-layout .register-form .flex-center,.Thankyou-layout .content .flex-center,.Thankyou-layout .gs-content .flex-center,.Thankyou-layout .otp-form .flex-center,.Thankyou-layout .tandc-content .flex-center,.Thankyou-layout .cashback-page .flex-center,.Thankyou-layout .home-content .flex-center,.Thankyou-layout .Thankyou-page .flex-center,.Thankyou-layout .ty-content .flex-center,.ty .register-form .flex-center,.ty .content .flex-center,.ty .gs-content .flex-center,.ty .otp-form .flex-center,.ty .tandc-content .flex-center,.ty .cashback-page .flex-center,.ty .home-content .flex-center,.ty .Thankyou-page .flex-center,.ty .ty-content .flex-center{display:flex;flex-direction:row;justify-content:center;align-items:center;row-gap:normal;column-gap:.8rem;width:100%}.home-page .register-form .flex-center.start,.home-page .content .flex-center.start,.home-page .gs-content .flex-center.start,.home-page .otp-form .flex-center.start,.home-page .tandc-content .flex-center.start,.home-page .cashback-page .flex-center.start,.home-page .home-content .flex-center.start,.home-page .Thankyou-page .flex-center.start,.home-page .ty-content .flex-center.start,.register-page .register-form .flex-center.start,.register-page .content .flex-center.start,.register-page .gs-content .flex-center.start,.register-page .otp-form .flex-center.start,.register-page .tandc-content .flex-center.start,.register-page .cashback-page .flex-center.start,.register-page .home-content .flex-center.start,.register-page .Thankyou-page .flex-center.start,.register-page .ty-content .flex-center.start,.cashback-layout .register-form .flex-center.start,.cashback-layout .content .flex-center.start,.cashback-layout .gs-content .flex-center.start,.cashback-layout .otp-form .flex-center.start,.cashback-layout .tandc-content .flex-center.start,.cashback-layout .cashback-page .flex-center.start,.cashback-layout .home-content .flex-center.start,.cashback-layout .Thankyou-page .flex-center.start,.cashback-layout .ty-content .flex-center.start,.Thankyou-layout .register-form .flex-center.start,.Thankyou-layout .content .flex-center.start,.Thankyou-layout .gs-content .flex-center.start,.Thankyou-layout .otp-form .flex-center.start,.Thankyou-layout .tandc-content .flex-center.start,.Thankyou-layout .cashback-page .flex-center.start,.Thankyou-layout .home-content .flex-center.start,.Thankyou-layout .Thankyou-page .flex-center.start,.Thankyou-layout .ty-content .flex-center.start,.ty .register-form .flex-center.start,.ty .content .flex-center.start,.ty .gs-content .flex-center.start,.ty .otp-form .flex-center.start,.ty .tandc-content .flex-center.start,.ty .cashback-page .flex-center.start,.ty .home-content .flex-center.start,.ty .Thankyou-page .flex-center.start,.ty .ty-content .flex-center.start{justify-content:start}.home-page .register-form .flex-left,.home-page .content .flex-left,.home-page .gs-content .flex-left,.home-page .otp-form .flex-left,.home-page .tandc-content .flex-left,.home-page .cashback-page .flex-left,.home-page .home-content .flex-left,.home-page .Thankyou-page .flex-left,.home-page .ty-content .flex-left,.register-page .register-form .flex-left,.register-page .content .flex-left,.register-page .gs-content .flex-left,.register-page .otp-form .flex-left,.register-page .tandc-content .flex-left,.register-page .cashback-page .flex-left,.register-page .home-content .flex-left,.register-page .Thankyou-page .flex-left,.register-page .ty-content .flex-left,.cashback-layout .register-form .flex-left,.cashback-layout .content .flex-left,.cashback-layout .gs-content .flex-left,.cashback-layout .otp-form .flex-left,.cashback-layout .tandc-content .flex-left,.cashback-layout .cashback-page .flex-left,.cashback-layout .home-content .flex-left,.cashback-layout .Thankyou-page .flex-left,.cashback-layout .ty-content .flex-left,.Thankyou-layout .register-form .flex-left,.Thankyou-layout .content .flex-left,.Thankyou-layout .gs-content .flex-left,.Thankyou-layout .otp-form .flex-left,.Thankyou-layout .tandc-content .flex-left,.Thankyou-layout .cashback-page .flex-left,.Thankyou-layout .home-content .flex-left,.Thankyou-layout .Thankyou-page .flex-left,.Thankyou-layout .ty-content .flex-left,.ty .register-form .flex-left,.ty .content .flex-left,.ty .gs-content .flex-left,.ty .otp-form .flex-left,.ty .tandc-content .flex-left,.ty .cashback-page .flex-left,.ty .home-content .flex-left,.ty .Thankyou-page .flex-left,.ty .ty-content .flex-left{position:relative;top:1em;display:flex;flex-direction:row;justify-content:left;align-items:center;row-gap:normal;column-gap:.8rem;width:100%}.home-page .register-form .flex-left.start,.home-page .content .flex-left.start,.home-page .gs-content .flex-left.start,.home-page .otp-form .flex-left.start,.home-page .tandc-content .flex-left.start,.home-page .cashback-page .flex-left.start,.home-page .home-content .flex-left.start,.home-page .Thankyou-page .flex-left.start,.home-page .ty-content .flex-left.start,.register-page .register-form .flex-left.start,.register-page .content .flex-left.start,.register-page .gs-content .flex-left.start,.register-page .otp-form .flex-left.start,.register-page .tandc-content .flex-left.start,.register-page .cashback-page .flex-left.start,.register-page .home-content .flex-left.start,.register-page .Thankyou-page .flex-left.start,.register-page .ty-content .flex-left.start,.cashback-layout .register-form .flex-left.start,.cashback-layout .content .flex-left.start,.cashback-layout .gs-content .flex-left.start,.cashback-layout .otp-form .flex-left.start,.cashback-layout .tandc-content .flex-left.start,.cashback-layout .cashback-page .flex-left.start,.cashback-layout .home-content .flex-left.start,.cashback-layout .Thankyou-page .flex-left.start,.cashback-layout .ty-content .flex-left.start,.Thankyou-layout .register-form .flex-left.start,.Thankyou-layout .content .flex-left.start,.Thankyou-layout .gs-content .flex-left.start,.Thankyou-layout .otp-form .flex-left.start,.Thankyou-layout .tandc-content .flex-left.start,.Thankyou-layout .cashback-page .flex-left.start,.Thankyou-layout .home-content .flex-left.start,.Thankyou-layout .Thankyou-page .flex-left.start,.Thankyou-layout .ty-content .flex-left.start,.ty .register-form .flex-left.start,.ty .content .flex-left.start,.ty .gs-content .flex-left.start,.ty .otp-form .flex-left.start,.ty .tandc-content .flex-left.start,.ty .cashback-page .flex-left.start,.ty .home-content .flex-left.start,.ty .Thankyou-page .flex-left.start,.ty .ty-content .flex-left.start{justify-content:start}.home-page .register-form .diplay-block,.home-page .content .diplay-block,.home-page .gs-content .diplay-block,.home-page .otp-form .diplay-block,.home-page .tandc-content .diplay-block,.home-page .cashback-page .diplay-block,.home-page .home-content .diplay-block,.home-page .Thankyou-page .diplay-block,.home-page .ty-content .diplay-block,.register-page .register-form .diplay-block,.register-page .content .diplay-block,.register-page .gs-content .diplay-block,.register-page .otp-form .diplay-block,.register-page .tandc-content .diplay-block,.register-page .cashback-page .diplay-block,.register-page .home-content .diplay-block,.register-page .Thankyou-page .diplay-block,.register-page .ty-content .diplay-block,.cashback-layout .register-form .diplay-block,.cashback-layout .content .diplay-block,.cashback-layout .gs-content .diplay-block,.cashback-layout .otp-form .diplay-block,.cashback-layout .tandc-content .diplay-block,.cashback-layout .cashback-page .diplay-block,.cashback-layout .home-content .diplay-block,.cashback-layout .Thankyou-page .diplay-block,.cashback-layout .ty-content .diplay-block,.Thankyou-layout .register-form .diplay-block,.Thankyou-layout .content .diplay-block,.Thankyou-layout .gs-content .diplay-block,.Thankyou-layout .otp-form .diplay-block,.Thankyou-layout .tandc-content .diplay-block,.Thankyou-layout .cashback-page .diplay-block,.Thankyou-layout .home-content .diplay-block,.Thankyou-layout .Thankyou-page .diplay-block,.Thankyou-layout .ty-content .diplay-block,.ty .register-form .diplay-block,.ty .content .diplay-block,.ty .gs-content .diplay-block,.ty .otp-form .diplay-block,.ty .tandc-content .diplay-block,.ty .cashback-page .diplay-block,.ty .home-content .diplay-block,.ty .Thankyou-page .diplay-block,.ty .ty-content .diplay-block{position:relative;display:block;width:100%;margin-top:1rem}.home-page .register-form .upi-form,.home-page .register-form .bank-form,.home-page .content .upi-form,.home-page .content .bank-form,.home-page .gs-content .upi-form,.home-page .gs-content .bank-form,.home-page .otp-form .upi-form,.home-page .otp-form .bank-form,.home-page .tandc-content .upi-form,.home-page .tandc-content .bank-form,.home-page .cashback-page .upi-form,.home-page .cashback-page .bank-form,.home-page .home-content .upi-form,.home-page .home-content .bank-form,.home-page .Thankyou-page .upi-form,.home-page .Thankyou-page .bank-form,.home-page .ty-content .upi-form,.home-page .ty-content .bank-form,.register-page .register-form .upi-form,.register-page .register-form .bank-form,.register-page .content .upi-form,.register-page .content .bank-form,.register-page .gs-content .upi-form,.register-page .gs-content .bank-form,.register-page .otp-form .upi-form,.register-page .otp-form .bank-form,.register-page .tandc-content .upi-form,.register-page .tandc-content .bank-form,.register-page .cashback-page .upi-form,.register-page .cashback-page .bank-form,.register-page .home-content .upi-form,.register-page .home-content .bank-form,.register-page .Thankyou-page .upi-form,.register-page .Thankyou-page .bank-form,.register-page .ty-content .upi-form,.register-page .ty-content .bank-form,.cashback-layout .register-form .upi-form,.cashback-layout .register-form .bank-form,.cashback-layout .content .upi-form,.cashback-layout .content .bank-form,.cashback-layout .gs-content .upi-form,.cashback-layout .gs-content .bank-form,.cashback-layout .otp-form .upi-form,.cashback-layout .otp-form .bank-form,.cashback-layout .tandc-content .upi-form,.cashback-layout .tandc-content .bank-form,.cashback-layout .cashback-page .upi-form,.cashback-layout .cashback-page .bank-form,.cashback-layout .home-content .upi-form,.cashback-layout .home-content .bank-form,.cashback-layout .Thankyou-page .upi-form,.cashback-layout .Thankyou-page .bank-form,.cashback-layout .ty-content .upi-form,.cashback-layout .ty-content .bank-form,.Thankyou-layout .register-form .upi-form,.Thankyou-layout .register-form .bank-form,.Thankyou-layout .content .upi-form,.Thankyou-layout .content .bank-form,.Thankyou-layout .gs-content .upi-form,.Thankyou-layout .gs-content .bank-form,.Thankyou-layout .otp-form .upi-form,.Thankyou-layout .otp-form .bank-form,.Thankyou-layout .tandc-content .upi-form,.Thankyou-layout .tandc-content .bank-form,.Thankyou-layout .cashback-page .upi-form,.Thankyou-layout .cashback-page .bank-form,.Thankyou-layout .home-content .upi-form,.Thankyou-layout .home-content .bank-form,.Thankyou-layout .Thankyou-page .upi-form,.Thankyou-layout .Thankyou-page .bank-form,.Thankyou-layout .ty-content .upi-form,.Thankyou-layout .ty-content .bank-form,.ty .register-form .upi-form,.ty .register-form .bank-form,.ty .content .upi-form,.ty .content .bank-form,.ty .gs-content .upi-form,.ty .gs-content .bank-form,.ty .otp-form .upi-form,.ty .otp-form .bank-form,.ty .tandc-content .upi-form,.ty .tandc-content .bank-form,.ty .cashback-page .upi-form,.ty .cashback-page .bank-form,.ty .home-content .upi-form,.ty .home-content .bank-form,.ty .Thankyou-page .upi-form,.ty .Thankyou-page .bank-form,.ty .ty-content .upi-form,.ty .ty-content .bank-form{display:flex;flex-direction:column;justify-content:center;align-items:normal;row-gap:1rem;column-gap:normal}.home-page .register-form .input-group .flex,.home-page .content .input-group .flex,.home-page .gs-content .input-group .flex,.home-page .otp-form .input-group .flex,.home-page .tandc-content .input-group .flex,.home-page .cashback-page .input-group .flex,.home-page .home-content .input-group .flex,.home-page .Thankyou-page .input-group .flex,.home-page .ty-content .input-group .flex,.register-page .register-form .input-group .flex,.register-page .content .input-group .flex,.register-page .gs-content .input-group .flex,.register-page .otp-form .input-group .flex,.register-page .tandc-content .input-group .flex,.register-page .cashback-page .input-group .flex,.register-page .home-content .input-group .flex,.register-page .Thankyou-page .input-group .flex,.register-page .ty-content .input-group .flex,.cashback-layout .register-form .input-group .flex,.cashback-layout .content .input-group .flex,.cashback-layout .gs-content .input-group .flex,.cashback-layout .otp-form .input-group .flex,.cashback-layout .tandc-content .input-group .flex,.cashback-layout .cashback-page .input-group .flex,.cashback-layout .home-content .input-group .flex,.cashback-layout .Thankyou-page .input-group .flex,.cashback-layout .ty-content .input-group .flex,.Thankyou-layout .register-form .input-group .flex,.Thankyou-layout .content .input-group .flex,.Thankyou-layout .gs-content .input-group .flex,.Thankyou-layout .otp-form .input-group .flex,.Thankyou-layout .tandc-content .input-group .flex,.Thankyou-layout .cashback-page .input-group .flex,.Thankyou-layout .home-content .input-group .flex,.Thankyou-layout .Thankyou-page .input-group .flex,.Thankyou-layout .ty-content .input-group .flex,.ty .register-form .input-group .flex,.ty .content .input-group .flex,.ty .gs-content .input-group .flex,.ty .otp-form .input-group .flex,.ty .tandc-content .input-group .flex,.ty .cashback-page .input-group .flex,.ty .home-content .input-group .flex,.ty .Thankyou-page .input-group .flex,.ty .ty-content .input-group .flex{display:flex;justify-content:space-between;align-items:center;column-gap:1rem;text-align:center}.home-page .register-form .input-group .otpContainer,.home-page .content .input-group .otpContainer,.home-page .gs-content .input-group .otpContainer,.home-page .otp-form .input-group .otpContainer,.home-page .tandc-content .input-group .otpContainer,.home-page .cashback-page .input-group .otpContainer,.home-page .home-content .input-group .otpContainer,.home-page .Thankyou-page .input-group .otpContainer,.home-page .ty-content .input-group .otpContainer,.register-page .register-form .input-group .otpContainer,.register-page .content .input-group .otpContainer,.register-page .gs-content .input-group .otpContainer,.register-page .otp-form .input-group .otpContainer,.register-page .tandc-content .input-group .otpContainer,.register-page .cashback-page .input-group .otpContainer,.register-page .home-content .input-group .otpContainer,.register-page .Thankyou-page .input-group .otpContainer,.register-page .ty-content .input-group .otpContainer,.cashback-layout .register-form .input-group .otpContainer,.cashback-layout .content .input-group .otpContainer,.cashback-layout .gs-content .input-group .otpContainer,.cashback-layout .otp-form .input-group .otpContainer,.cashback-layout .tandc-content .input-group .otpContainer,.cashback-layout .cashback-page .input-group .otpContainer,.cashback-layout .home-content .input-group .otpContainer,.cashback-layout .Thankyou-page .input-group .otpContainer,.cashback-layout .ty-content .input-group .otpContainer,.Thankyou-layout .register-form .input-group .otpContainer,.Thankyou-layout .content .input-group .otpContainer,.Thankyou-layout .gs-content .input-group .otpContainer,.Thankyou-layout .otp-form .input-group .otpContainer,.Thankyou-layout .tandc-content .input-group .otpContainer,.Thankyou-layout .cashback-page .input-group .otpContainer,.Thankyou-layout .home-content .input-group .otpContainer,.Thankyou-layout .Thankyou-page .input-group .otpContainer,.Thankyou-layout .ty-content .input-group .otpContainer,.ty .register-form .input-group .otpContainer,.ty .content .input-group .otpContainer,.ty .gs-content .input-group .otpContainer,.ty .otp-form .input-group .otpContainer,.ty .tandc-content .input-group .otpContainer,.ty .cashback-page .input-group .otpContainer,.ty .home-content .input-group .otpContainer,.ty .Thankyou-page .input-group .otpContainer,.ty .ty-content .input-group .otpContainer{padding:0;gap:0;column-gap:.5rem}.home-page .register-form .input-group .otpInput,.home-page .content .input-group .otpInput,.home-page .gs-content .input-group .otpInput,.home-page .otp-form .input-group .otpInput,.home-page .tandc-content .input-group .otpInput,.home-page .cashback-page .input-group .otpInput,.home-page .home-content .input-group .otpInput,.home-page .Thankyou-page .input-group .otpInput,.home-page .ty-content .input-group .otpInput,.register-page .register-form .input-group .otpInput,.register-page .content .input-group .otpInput,.register-page .gs-content .input-group .otpInput,.register-page .otp-form .input-group .otpInput,.register-page .tandc-content .input-group .otpInput,.register-page .cashback-page .input-group .otpInput,.register-page .home-content .input-group .otpInput,.register-page .Thankyou-page .input-group .otpInput,.register-page .ty-content .input-group .otpInput,.cashback-layout .register-form .input-group .otpInput,.cashback-layout .content .input-group .otpInput,.cashback-layout .gs-content .input-group .otpInput,.cashback-layout .otp-form .input-group .otpInput,.cashback-layout .tandc-content .input-group .otpInput,.cashback-layout .cashback-page .input-group .otpInput,.cashback-layout .home-content .input-group .otpInput,.cashback-layout .Thankyou-page .input-group .otpInput,.cashback-layout .ty-content .input-group .otpInput,.Thankyou-layout .register-form .input-group .otpInput,.Thankyou-layout .content .input-group .otpInput,.Thankyou-layout .gs-content .input-group .otpInput,.Thankyou-layout .otp-form .input-group .otpInput,.Thankyou-layout .tandc-content .input-group .otpInput,.Thankyou-layout .cashback-page .input-group .otpInput,.Thankyou-layout .home-content .input-group .otpInput,.Thankyou-layout .Thankyou-page .input-group .otpInput,.Thankyou-layout .ty-content .input-group .otpInput,.ty .register-form .input-group .otpInput,.ty .content .input-group .otpInput,.ty .gs-content .input-group .otpInput,.ty .otp-form .input-group .otpInput,.ty .tandc-content .input-group .otpInput,.ty .cashback-page .input-group .otpInput,.ty .home-content .input-group .otpInput,.ty .Thankyou-page .input-group .otpInput,.ty .ty-content .input-group .otpInput{font-family:Inter;padding:0;width:2.8em;height:3.3rem;font-size:1rem;font-weight:500;border-radius:23px;color:var(--text);border:2px solid var(--otp-border);background:var(--input-bg);text-align:center;text-align-last:center}.home-page .register-form .input-group .otpInput:focus,.home-page .content .input-group .otpInput:focus,.home-page .gs-content .input-group .otpInput:focus,.home-page .otp-form .input-group .otpInput:focus,.home-page .tandc-content .input-group .otpInput:focus,.home-page .cashback-page .input-group .otpInput:focus,.home-page .home-content .input-group .otpInput:focus,.home-page .Thankyou-page .input-group .otpInput:focus,.home-page .ty-content .input-group .otpInput:focus,.register-page .register-form .input-group .otpInput:focus,.register-page .content .input-group .otpInput:focus,.register-page .gs-content .input-group .otpInput:focus,.register-page .otp-form .input-group .otpInput:focus,.register-page .tandc-content .input-group .otpInput:focus,.register-page .cashback-page .input-group .otpInput:focus,.register-page .home-content .input-group .otpInput:focus,.register-page .Thankyou-page .input-group .otpInput:focus,.register-page .ty-content .input-group .otpInput:focus,.cashback-layout .register-form .input-group .otpInput:focus,.cashback-layout .content .input-group .otpInput:focus,.cashback-layout .gs-content .input-group .otpInput:focus,.cashback-layout .otp-form .input-group .otpInput:focus,.cashback-layout .tandc-content .input-group .otpInput:focus,.cashback-layout .cashback-page .input-group .otpInput:focus,.cashback-layout .home-content .input-group .otpInput:focus,.cashback-layout .Thankyou-page .input-group .otpInput:focus,.cashback-layout .ty-content .input-group .otpInput:focus,.Thankyou-layout .register-form .input-group .otpInput:focus,.Thankyou-layout .content .input-group .otpInput:focus,.Thankyou-layout .gs-content .input-group .otpInput:focus,.Thankyou-layout .otp-form .input-group .otpInput:focus,.Thankyou-layout .tandc-content .input-group .otpInput:focus,.Thankyou-layout .cashback-page .input-group .otpInput:focus,.Thankyou-layout .home-content .input-group .otpInput:focus,.Thankyou-layout .Thankyou-page .input-group .otpInput:focus,.Thankyou-layout .ty-content .input-group .otpInput:focus,.ty .register-form .input-group .otpInput:focus,.ty .content .input-group .otpInput:focus,.ty .gs-content .input-group .otpInput:focus,.ty .otp-form .input-group .otpInput:focus,.ty .tandc-content .input-group .otpInput:focus,.ty .cashback-page .input-group .otpInput:focus,.ty .home-content .input-group .otpInput:focus,.ty .Thankyou-page .input-group .otpInput:focus,.ty .ty-content .input-group .otpInput:focus{box-shadow:0 0 .5rem #fbff0180}.home-page .register-form .input-group .otpInput::placeholder,.home-page .content .input-group .otpInput::placeholder,.home-page .gs-content .input-group .otpInput::placeholder,.home-page .otp-form .input-group .otpInput::placeholder,.home-page .tandc-content .input-group .otpInput::placeholder,.home-page .cashback-page .input-group .otpInput::placeholder,.home-page .home-content .input-group .otpInput::placeholder,.home-page .Thankyou-page .input-group .otpInput::placeholder,.home-page .ty-content .input-group .otpInput::placeholder,.register-page .register-form .input-group .otpInput::placeholder,.register-page .content .input-group .otpInput::placeholder,.register-page .gs-content .input-group .otpInput::placeholder,.register-page .otp-form .input-group .otpInput::placeholder,.register-page .tandc-content .input-group .otpInput::placeholder,.register-page .cashback-page .input-group .otpInput::placeholder,.register-page .home-content .input-group .otpInput::placeholder,.register-page .Thankyou-page .input-group .otpInput::placeholder,.register-page .ty-content .input-group .otpInput::placeholder,.cashback-layout .register-form .input-group .otpInput::placeholder,.cashback-layout .content .input-group .otpInput::placeholder,.cashback-layout .gs-content .input-group .otpInput::placeholder,.cashback-layout .otp-form .input-group .otpInput::placeholder,.cashback-layout .tandc-content .input-group .otpInput::placeholder,.cashback-layout .cashback-page .input-group .otpInput::placeholder,.cashback-layout .home-content .input-group .otpInput::placeholder,.cashback-layout .Thankyou-page .input-group .otpInput::placeholder,.cashback-layout .ty-content .input-group .otpInput::placeholder,.Thankyou-layout .register-form .input-group .otpInput::placeholder,.Thankyou-layout .content .input-group .otpInput::placeholder,.Thankyou-layout .gs-content .input-group .otpInput::placeholder,.Thankyou-layout .otp-form .input-group .otpInput::placeholder,.Thankyou-layout .tandc-content .input-group .otpInput::placeholder,.Thankyou-layout .cashback-page .input-group .otpInput::placeholder,.Thankyou-layout .home-content .input-group .otpInput::placeholder,.Thankyou-layout .Thankyou-page .input-group .otpInput::placeholder,.Thankyou-layout .ty-content .input-group .otpInput::placeholder,.ty .register-form .input-group .otpInput::placeholder,.ty .content .input-group .otpInput::placeholder,.ty .gs-content .input-group .otpInput::placeholder,.ty .otp-form .input-group .otpInput::placeholder,.ty .tandc-content .input-group .otpInput::placeholder,.ty .cashback-page .input-group .otpInput::placeholder,.ty .home-content .input-group .otpInput::placeholder,.ty .Thankyou-page .input-group .otpInput::placeholder,.ty .ty-content .input-group .otpInput::placeholder{color:var(--placeholder)}.home-page .register-form .input-group.checkbox p,.home-page .content .input-group.checkbox p,.home-page .gs-content .input-group.checkbox p,.home-page .otp-form .input-group.checkbox p,.home-page .tandc-content .input-group.checkbox p,.home-page .cashback-page .input-group.checkbox p,.home-page .home-content .input-group.checkbox p,.home-page .Thankyou-page .input-group.checkbox p,.home-page .ty-content .input-group.checkbox p,.register-page .register-form .input-group.checkbox p,.register-page .content .input-group.checkbox p,.register-page .gs-content .input-group.checkbox p,.register-page .otp-form .input-group.checkbox p,.register-page .tandc-content .input-group.checkbox p,.register-page .cashback-page .input-group.checkbox p,.register-page .home-content .input-group.checkbox p,.register-page .Thankyou-page .input-group.checkbox p,.register-page .ty-content .input-group.checkbox p,.cashback-layout .register-form .input-group.checkbox p,.cashback-layout .content .input-group.checkbox p,.cashback-layout .gs-content .input-group.checkbox p,.cashback-layout .otp-form .input-group.checkbox p,.cashback-layout .tandc-content .input-group.checkbox p,.cashback-layout .cashback-page .input-group.checkbox p,.cashback-layout .home-content .input-group.checkbox p,.cashback-layout .Thankyou-page .input-group.checkbox p,.cashback-layout .ty-content .input-group.checkbox p,.Thankyou-layout .register-form .input-group.checkbox p,.Thankyou-layout .content .input-group.checkbox p,.Thankyou-layout .gs-content .input-group.checkbox p,.Thankyou-layout .otp-form .input-group.checkbox p,.Thankyou-layout .tandc-content .input-group.checkbox p,.Thankyou-layout .cashback-page .input-group.checkbox p,.Thankyou-layout .home-content .input-group.checkbox p,.Thankyou-layout .Thankyou-page .input-group.checkbox p,.Thankyou-layout .ty-content .input-group.checkbox p,.ty .register-form .input-group.checkbox p,.ty .content .input-group.checkbox p,.ty .gs-content .input-group.checkbox p,.ty .otp-form .input-group.checkbox p,.ty .tandc-content .input-group.checkbox p,.ty .cashback-page .input-group.checkbox p,.ty .home-content .input-group.checkbox p,.ty .Thankyou-page .input-group.checkbox p,.ty .ty-content .input-group.checkbox p{font-family:Inter;color:var(--white);font-size:.88rem;margin:0;font-weight:400}.home-page .register-form .input-group.checkbox span,.home-page .content .input-group.checkbox span,.home-page .gs-content .input-group.checkbox span,.home-page .otp-form .input-group.checkbox span,.home-page .tandc-content .input-group.checkbox span,.home-page .cashback-page .input-group.checkbox span,.home-page .home-content .input-group.checkbox span,.home-page .Thankyou-page .input-group.checkbox span,.home-page .ty-content .input-group.checkbox span,.register-page .register-form .input-group.checkbox span,.register-page .content .input-group.checkbox span,.register-page .gs-content .input-group.checkbox span,.register-page .otp-form .input-group.checkbox span,.register-page .tandc-content .input-group.checkbox span,.register-page .cashback-page .input-group.checkbox span,.register-page .home-content .input-group.checkbox span,.register-page .Thankyou-page .input-group.checkbox span,.register-page .ty-content .input-group.checkbox span,.cashback-layout .register-form .input-group.checkbox span,.cashback-layout .content .input-group.checkbox span,.cashback-layout .gs-content .input-group.checkbox span,.cashback-layout .otp-form .input-group.checkbox span,.cashback-layout .tandc-content .input-group.checkbox span,.cashback-layout .cashback-page .input-group.checkbox span,.cashback-layout .home-content .input-group.checkbox span,.cashback-layout .Thankyou-page .input-group.checkbox span,.cashback-layout .ty-content .input-group.checkbox span,.Thankyou-layout .register-form .input-group.checkbox span,.Thankyou-layout .content .input-group.checkbox span,.Thankyou-layout .gs-content .input-group.checkbox span,.Thankyou-layout .otp-form .input-group.checkbox span,.Thankyou-layout .tandc-content .input-group.checkbox span,.Thankyou-layout .cashback-page .input-group.checkbox span,.Thankyou-layout .home-content .input-group.checkbox span,.Thankyou-layout .Thankyou-page .input-group.checkbox span,.Thankyou-layout .ty-content .input-group.checkbox span,.ty .register-form .input-group.checkbox span,.ty .content .input-group.checkbox span,.ty .gs-content .input-group.checkbox span,.ty .otp-form .input-group.checkbox span,.ty .tandc-content .input-group.checkbox span,.ty .cashback-page .input-group.checkbox span,.ty .home-content .input-group.checkbox span,.ty .Thankyou-page .input-group.checkbox span,.ty .ty-content .input-group.checkbox span{font-weight:700}.home-page .register-form .timer-wrapper,.home-page .content .timer-wrapper,.home-page .gs-content .timer-wrapper,.home-page .otp-form .timer-wrapper,.home-page .tandc-content .timer-wrapper,.home-page .cashback-page .timer-wrapper,.home-page .home-content .timer-wrapper,.home-page .Thankyou-page .timer-wrapper,.home-page .ty-content .timer-wrapper,.register-page .register-form .timer-wrapper,.register-page .content .timer-wrapper,.register-page .gs-content .timer-wrapper,.register-page .otp-form .timer-wrapper,.register-page .tandc-content .timer-wrapper,.register-page .cashback-page .timer-wrapper,.register-page .home-content .timer-wrapper,.register-page .Thankyou-page .timer-wrapper,.register-page .ty-content .timer-wrapper,.cashback-layout .register-form .timer-wrapper,.cashback-layout .content .timer-wrapper,.cashback-layout .gs-content .timer-wrapper,.cashback-layout .otp-form .timer-wrapper,.cashback-layout .tandc-content .timer-wrapper,.cashback-layout .cashback-page .timer-wrapper,.cashback-layout .home-content .timer-wrapper,.cashback-layout .Thankyou-page .timer-wrapper,.cashback-layout .ty-content .timer-wrapper,.Thankyou-layout .register-form .timer-wrapper,.Thankyou-layout .content .timer-wrapper,.Thankyou-layout .gs-content .timer-wrapper,.Thankyou-layout .otp-form .timer-wrapper,.Thankyou-layout .tandc-content .timer-wrapper,.Thankyou-layout .cashback-page .timer-wrapper,.Thankyou-layout .home-content .timer-wrapper,.Thankyou-layout .Thankyou-page .timer-wrapper,.Thankyou-layout .ty-content .timer-wrapper,.ty .register-form .timer-wrapper,.ty .content .timer-wrapper,.ty .gs-content .timer-wrapper,.ty .otp-form .timer-wrapper,.ty .tandc-content .timer-wrapper,.ty .cashback-page .timer-wrapper,.ty .home-content .timer-wrapper,.ty .Thankyou-page .timer-wrapper,.ty .ty-content .timer-wrapper{margin:.5rem 0;justify-content:center;width:100%;align-items:center}.home-page .register-form .timer-wrapper .timer,.home-page .content .timer-wrapper .timer,.home-page .gs-content .timer-wrapper .timer,.home-page .otp-form .timer-wrapper .timer,.home-page .tandc-content .timer-wrapper .timer,.home-page .cashback-page .timer-wrapper .timer,.home-page .home-content .timer-wrapper .timer,.home-page .Thankyou-page .timer-wrapper .timer,.home-page .ty-content .timer-wrapper .timer,.register-page .register-form .timer-wrapper .timer,.register-page .content .timer-wrapper .timer,.register-page .gs-content .timer-wrapper .timer,.register-page .otp-form .timer-wrapper .timer,.register-page .tandc-content .timer-wrapper .timer,.register-page .cashback-page .timer-wrapper .timer,.register-page .home-content .timer-wrapper .timer,.register-page .Thankyou-page .timer-wrapper .timer,.register-page .ty-content .timer-wrapper .timer,.cashback-layout .register-form .timer-wrapper .timer,.cashback-layout .content .timer-wrapper .timer,.cashback-layout .gs-content .timer-wrapper .timer,.cashback-layout .otp-form .timer-wrapper .timer,.cashback-layout .tandc-content .timer-wrapper .timer,.cashback-layout .cashback-page .timer-wrapper .timer,.cashback-layout .home-content .timer-wrapper .timer,.cashback-layout .Thankyou-page .timer-wrapper .timer,.cashback-layout .ty-content .timer-wrapper .timer,.Thankyou-layout .register-form .timer-wrapper .timer,.Thankyou-layout .content .timer-wrapper .timer,.Thankyou-layout .gs-content .timer-wrapper .timer,.Thankyou-layout .otp-form .timer-wrapper .timer,.Thankyou-layout .tandc-content .timer-wrapper .timer,.Thankyou-layout .cashback-page .timer-wrapper .timer,.Thankyou-layout .home-content .timer-wrapper .timer,.Thankyou-layout .Thankyou-page .timer-wrapper .timer,.Thankyou-layout .ty-content .timer-wrapper .timer,.ty .register-form .timer-wrapper .timer,.ty .content .timer-wrapper .timer,.ty .gs-content .timer-wrapper .timer,.ty .otp-form .timer-wrapper .timer,.ty .tandc-content .timer-wrapper .timer,.ty .cashback-page .timer-wrapper .timer,.ty .home-content .timer-wrapper .timer,.ty .Thankyou-page .timer-wrapper .timer,.ty .ty-content .timer-wrapper .timer{width:1.6rem;height:1.6rem;font-size:.8rem;color:#f7e8bf;border-radius:50px;border:1px dashed #F7E8BF;background:#000;flex-wrap:wrap;display:flex;flex-direction:row;justify-content:center;align-items:center;row-gap:normal;column-gap:normal}.home-page .register-form .timer-wrapper .timer p,.home-page .content .timer-wrapper .timer p,.home-page .gs-content .timer-wrapper .timer p,.home-page .otp-form .timer-wrapper .timer p,.home-page .tandc-content .timer-wrapper .timer p,.home-page .cashback-page .timer-wrapper .timer p,.home-page .home-content .timer-wrapper .timer p,.home-page .Thankyou-page .timer-wrapper .timer p,.home-page .ty-content .timer-wrapper .timer p,.register-page .register-form .timer-wrapper .timer p,.register-page .content .timer-wrapper .timer p,.register-page .gs-content .timer-wrapper .timer p,.register-page .otp-form .timer-wrapper .timer p,.register-page .tandc-content .timer-wrapper .timer p,.register-page .cashback-page .timer-wrapper .timer p,.register-page .home-content .timer-wrapper .timer p,.register-page .Thankyou-page .timer-wrapper .timer p,.register-page .ty-content .timer-wrapper .timer p,.cashback-layout .register-form .timer-wrapper .timer p,.cashback-layout .content .timer-wrapper .timer p,.cashback-layout .gs-content .timer-wrapper .timer p,.cashback-layout .otp-form .timer-wrapper .timer p,.cashback-layout .tandc-content .timer-wrapper .timer p,.cashback-layout .cashback-page .timer-wrapper .timer p,.cashback-layout .home-content .timer-wrapper .timer p,.cashback-layout .Thankyou-page .timer-wrapper .timer p,.cashback-layout .ty-content .timer-wrapper .timer p,.Thankyou-layout .register-form .timer-wrapper .timer p,.Thankyou-layout .content .timer-wrapper .timer p,.Thankyou-layout .gs-content .timer-wrapper .timer p,.Thankyou-layout .otp-form .timer-wrapper .timer p,.Thankyou-layout .tandc-content .timer-wrapper .timer p,.Thankyou-layout .cashback-page .timer-wrapper .timer p,.Thankyou-layout .home-content .timer-wrapper .timer p,.Thankyou-layout .Thankyou-page .timer-wrapper .timer p,.Thankyou-layout .ty-content .timer-wrapper .timer p,.ty .register-form .timer-wrapper .timer p,.ty .content .timer-wrapper .timer p,.ty .gs-content .timer-wrapper .timer p,.ty .otp-form .timer-wrapper .timer p,.ty .tandc-content .timer-wrapper .timer p,.ty .cashback-page .timer-wrapper .timer p,.ty .home-content .timer-wrapper .timer p,.ty .Thankyou-page .timer-wrapper .timer p,.ty .ty-content .timer-wrapper .timer p{margin:0;color:#f7e8bf}.home-page .register-form .timer-wrapper span,.home-page .content .timer-wrapper span,.home-page .gs-content .timer-wrapper span,.home-page .otp-form .timer-wrapper span,.home-page .tandc-content .timer-wrapper span,.home-page .cashback-page .timer-wrapper span,.home-page .home-content .timer-wrapper span,.home-page .Thankyou-page .timer-wrapper span,.home-page .ty-content .timer-wrapper span,.register-page .register-form .timer-wrapper span,.register-page .content .timer-wrapper span,.register-page .gs-content .timer-wrapper span,.register-page .otp-form .timer-wrapper span,.register-page .tandc-content .timer-wrapper span,.register-page .cashback-page .timer-wrapper span,.register-page .home-content .timer-wrapper span,.register-page .Thankyou-page .timer-wrapper span,.register-page .ty-content .timer-wrapper span,.cashback-layout .register-form .timer-wrapper span,.cashback-layout .content .timer-wrapper span,.cashback-layout .gs-content .timer-wrapper span,.cashback-layout .otp-form .timer-wrapper span,.cashback-layout .tandc-content .timer-wrapper span,.cashback-layout .cashback-page .timer-wrapper span,.cashback-layout .home-content .timer-wrapper span,.cashback-layout .Thankyou-page .timer-wrapper span,.cashback-layout .ty-content .timer-wrapper span,.Thankyou-layout .register-form .timer-wrapper span,.Thankyou-layout .content .timer-wrapper span,.Thankyou-layout .gs-content .timer-wrapper span,.Thankyou-layout .otp-form .timer-wrapper span,.Thankyou-layout .tandc-content .timer-wrapper span,.Thankyou-layout .cashback-page .timer-wrapper span,.Thankyou-layout .home-content .timer-wrapper span,.Thankyou-layout .Thankyou-page .timer-wrapper span,.Thankyou-layout .ty-content .timer-wrapper span,.ty .register-form .timer-wrapper span,.ty .content .timer-wrapper span,.ty .gs-content .timer-wrapper span,.ty .otp-form .timer-wrapper span,.ty .tandc-content .timer-wrapper span,.ty .cashback-page .timer-wrapper span,.ty .home-content .timer-wrapper span,.ty .Thankyou-page .timer-wrapper span,.ty .ty-content .timer-wrapper span{font-family:Inter;font-size:.8rem;color:var(--black)}.home-page .register-form .timer-wrapper span.otp-text,.home-page .content .timer-wrapper span.otp-text,.home-page .gs-content .timer-wrapper span.otp-text,.home-page .otp-form .timer-wrapper span.otp-text,.home-page .tandc-content .timer-wrapper span.otp-text,.home-page .cashback-page .timer-wrapper span.otp-text,.home-page .home-content .timer-wrapper span.otp-text,.home-page .Thankyou-page .timer-wrapper span.otp-text,.home-page .ty-content .timer-wrapper span.otp-text,.register-page .register-form .timer-wrapper span.otp-text,.register-page .content .timer-wrapper span.otp-text,.register-page .gs-content .timer-wrapper span.otp-text,.register-page .otp-form .timer-wrapper span.otp-text,.register-page .tandc-content .timer-wrapper span.otp-text,.register-page .cashback-page .timer-wrapper span.otp-text,.register-page .home-content .timer-wrapper span.otp-text,.register-page .Thankyou-page .timer-wrapper span.otp-text,.register-page .ty-content .timer-wrapper span.otp-text,.cashback-layout .register-form .timer-wrapper span.otp-text,.cashback-layout .content .timer-wrapper span.otp-text,.cashback-layout .gs-content .timer-wrapper span.otp-text,.cashback-layout .otp-form .timer-wrapper span.otp-text,.cashback-layout .tandc-content .timer-wrapper span.otp-text,.cashback-layout .cashback-page .timer-wrapper span.otp-text,.cashback-layout .home-content .timer-wrapper span.otp-text,.cashback-layout .Thankyou-page .timer-wrapper span.otp-text,.cashback-layout .ty-content .timer-wrapper span.otp-text,.Thankyou-layout .register-form .timer-wrapper span.otp-text,.Thankyou-layout .content .timer-wrapper span.otp-text,.Thankyou-layout .gs-content .timer-wrapper span.otp-text,.Thankyou-layout .otp-form .timer-wrapper span.otp-text,.Thankyou-layout .tandc-content .timer-wrapper span.otp-text,.Thankyou-layout .cashback-page .timer-wrapper span.otp-text,.Thankyou-layout .home-content .timer-wrapper span.otp-text,.Thankyou-layout .Thankyou-page .timer-wrapper span.otp-text,.Thankyou-layout .ty-content .timer-wrapper span.otp-text,.ty .register-form .timer-wrapper span.otp-text,.ty .content .timer-wrapper span.otp-text,.ty .gs-content .timer-wrapper span.otp-text,.ty .otp-form .timer-wrapper span.otp-text,.ty .tandc-content .timer-wrapper span.otp-text,.ty .cashback-page .timer-wrapper span.otp-text,.ty .home-content .timer-wrapper span.otp-text,.ty .Thankyou-page .timer-wrapper span.otp-text,.ty .ty-content .timer-wrapper span.otp-text{font-size:.8rem;color:var(--text)}.home-page .register-form .timer-wrapper span.link,.home-page .content .timer-wrapper span.link,.home-page .gs-content .timer-wrapper span.link,.home-page .otp-form .timer-wrapper span.link,.home-page .tandc-content .timer-wrapper span.link,.home-page .cashback-page .timer-wrapper span.link,.home-page .home-content .timer-wrapper span.link,.home-page .Thankyou-page .timer-wrapper span.link,.home-page .ty-content .timer-wrapper span.link,.register-page .register-form .timer-wrapper span.link,.register-page .content .timer-wrapper span.link,.register-page .gs-content .timer-wrapper span.link,.register-page .otp-form .timer-wrapper span.link,.register-page .tandc-content .timer-wrapper span.link,.register-page .cashback-page .timer-wrapper span.link,.register-page .home-content .timer-wrapper span.link,.register-page .Thankyou-page .timer-wrapper span.link,.register-page .ty-content .timer-wrapper span.link,.cashback-layout .register-form .timer-wrapper span.link,.cashback-layout .content .timer-wrapper span.link,.cashback-layout .gs-content .timer-wrapper span.link,.cashback-layout .otp-form .timer-wrapper span.link,.cashback-layout .tandc-content .timer-wrapper span.link,.cashback-layout .cashback-page .timer-wrapper span.link,.cashback-layout .home-content .timer-wrapper span.link,.cashback-layout .Thankyou-page .timer-wrapper span.link,.cashback-layout .ty-content .timer-wrapper span.link,.Thankyou-layout .register-form .timer-wrapper span.link,.Thankyou-layout .content .timer-wrapper span.link,.Thankyou-layout .gs-content .timer-wrapper span.link,.Thankyou-layout .otp-form .timer-wrapper span.link,.Thankyou-layout .tandc-content .timer-wrapper span.link,.Thankyou-layout .cashback-page .timer-wrapper span.link,.Thankyou-layout .home-content .timer-wrapper span.link,.Thankyou-layout .Thankyou-page .timer-wrapper span.link,.Thankyou-layout .ty-content .timer-wrapper span.link,.ty .register-form .timer-wrapper span.link,.ty .content .timer-wrapper span.link,.ty .gs-content .timer-wrapper span.link,.ty .otp-form .timer-wrapper span.link,.ty .tandc-content .timer-wrapper span.link,.ty .cashback-page .timer-wrapper span.link,.ty .home-content .timer-wrapper span.link,.ty .Thankyou-page .timer-wrapper span.link,.ty .ty-content .timer-wrapper span.link{outline:none;height:2em;padding:4px 15px;color:var(--text);font-weight:700;cursor:pointer}.home-page .register-form .toggle-container,.home-page .content .toggle-container,.home-page .gs-content .toggle-container,.home-page .otp-form .toggle-container,.home-page .tandc-content .toggle-container,.home-page .cashback-page .toggle-container,.home-page .home-content .toggle-container,.home-page .Thankyou-page .toggle-container,.home-page .ty-content .toggle-container,.register-page .register-form .toggle-container,.register-page .content .toggle-container,.register-page .gs-content .toggle-container,.register-page .otp-form .toggle-container,.register-page .tandc-content .toggle-container,.register-page .cashback-page .toggle-container,.register-page .home-content .toggle-container,.register-page .Thankyou-page .toggle-container,.register-page .ty-content .toggle-container,.cashback-layout .register-form .toggle-container,.cashback-layout .content .toggle-container,.cashback-layout .gs-content .toggle-container,.cashback-layout .otp-form .toggle-container,.cashback-layout .tandc-content .toggle-container,.cashback-layout .cashback-page .toggle-container,.cashback-layout .home-content .toggle-container,.cashback-layout .Thankyou-page .toggle-container,.cashback-layout .ty-content .toggle-container,.Thankyou-layout .register-form .toggle-container,.Thankyou-layout .content .toggle-container,.Thankyou-layout .gs-content .toggle-container,.Thankyou-layout .otp-form .toggle-container,.Thankyou-layout .tandc-content .toggle-container,.Thankyou-layout .cashback-page .toggle-container,.Thankyou-layout .home-content .toggle-container,.Thankyou-layout .Thankyou-page .toggle-container,.Thankyou-layout .ty-content .toggle-container,.ty .register-form .toggle-container,.ty .content .toggle-container,.ty .gs-content .toggle-container,.ty .otp-form .toggle-container,.ty .tandc-content .toggle-container,.ty .cashback-page .toggle-container,.ty .home-content .toggle-container,.ty .Thankyou-page .toggle-container,.ty .ty-content .toggle-container{display:flex;width:95%;margin:0 auto;border:1px solid var(--wingman-text);border-radius:10px;overflow:hidden;cursor:pointer;height:2.5em}.home-page .register-form .toggle-option,.home-page .content .toggle-option,.home-page .gs-content .toggle-option,.home-page .otp-form .toggle-option,.home-page .tandc-content .toggle-option,.home-page .cashback-page .toggle-option,.home-page .home-content .toggle-option,.home-page .Thankyou-page .toggle-option,.home-page .ty-content .toggle-option,.register-page .register-form .toggle-option,.register-page .content .toggle-option,.register-page .gs-content .toggle-option,.register-page .otp-form .toggle-option,.register-page .tandc-content .toggle-option,.register-page .cashback-page .toggle-option,.register-page .home-content .toggle-option,.register-page .Thankyou-page .toggle-option,.register-page .ty-content .toggle-option,.cashback-layout .register-form .toggle-option,.cashback-layout .content .toggle-option,.cashback-layout .gs-content .toggle-option,.cashback-layout .otp-form .toggle-option,.cashback-layout .tandc-content .toggle-option,.cashback-layout .cashback-page .toggle-option,.cashback-layout .home-content .toggle-option,.cashback-layout .Thankyou-page .toggle-option,.cashback-layout .ty-content .toggle-option,.Thankyou-layout .register-form .toggle-option,.Thankyou-layout .content .toggle-option,.Thankyou-layout .gs-content .toggle-option,.Thankyou-layout .otp-form .toggle-option,.Thankyou-layout .tandc-content .toggle-option,.Thankyou-layout .cashback-page .toggle-option,.Thankyou-layout .home-content .toggle-option,.Thankyou-layout .Thankyou-page .toggle-option,.Thankyou-layout .ty-content .toggle-option,.ty .register-form .toggle-option,.ty .content .toggle-option,.ty .gs-content .toggle-option,.ty .otp-form .toggle-option,.ty .tandc-content .toggle-option,.ty .cashback-page .toggle-option,.ty .home-content .toggle-option,.ty .Thankyou-page .toggle-option,.ty .ty-content .toggle-option{flex:1;text-align:center;padding:11px 0;font-size:1rem;letter-spacing:.05rem;font-weight:700;color:var(--wingman-text);background:#103425;transition:background .3s ease,color .3s ease}.home-page .register-form .toggle-option:first-child,.home-page .content .toggle-option:first-child,.home-page .gs-content .toggle-option:first-child,.home-page .otp-form .toggle-option:first-child,.home-page .tandc-content .toggle-option:first-child,.home-page .cashback-page .toggle-option:first-child,.home-page .home-content .toggle-option:first-child,.home-page .Thankyou-page .toggle-option:first-child,.home-page .ty-content .toggle-option:first-child,.register-page .register-form .toggle-option:first-child,.register-page .content .toggle-option:first-child,.register-page .gs-content .toggle-option:first-child,.register-page .otp-form .toggle-option:first-child,.register-page .tandc-content .toggle-option:first-child,.register-page .cashback-page .toggle-option:first-child,.register-page .home-content .toggle-option:first-child,.register-page .Thankyou-page .toggle-option:first-child,.register-page .ty-content .toggle-option:first-child,.cashback-layout .register-form .toggle-option:first-child,.cashback-layout .content .toggle-option:first-child,.cashback-layout .gs-content .toggle-option:first-child,.cashback-layout .otp-form .toggle-option:first-child,.cashback-layout .tandc-content .toggle-option:first-child,.cashback-layout .cashback-page .toggle-option:first-child,.cashback-layout .home-content .toggle-option:first-child,.cashback-layout .Thankyou-page .toggle-option:first-child,.cashback-layout .ty-content .toggle-option:first-child,.Thankyou-layout .register-form .toggle-option:first-child,.Thankyou-layout .content .toggle-option:first-child,.Thankyou-layout .gs-content .toggle-option:first-child,.Thankyou-layout .otp-form .toggle-option:first-child,.Thankyou-layout .tandc-content .toggle-option:first-child,.Thankyou-layout .cashback-page .toggle-option:first-child,.Thankyou-layout .home-content .toggle-option:first-child,.Thankyou-layout .Thankyou-page .toggle-option:first-child,.Thankyou-layout .ty-content .toggle-option:first-child,.ty .register-form .toggle-option:first-child,.ty .content .toggle-option:first-child,.ty .gs-content .toggle-option:first-child,.ty .otp-form .toggle-option:first-child,.ty .tandc-content .toggle-option:first-child,.ty .cashback-page .toggle-option:first-child,.ty .home-content .toggle-option:first-child,.ty .Thankyou-page .toggle-option:first-child,.ty .ty-content .toggle-option:first-child{border-radius:10px 0 0 10px}.home-page .register-form .toggle-option:last-child,.home-page .content .toggle-option:last-child,.home-page .gs-content .toggle-option:last-child,.home-page .otp-form .toggle-option:last-child,.home-page .tandc-content .toggle-option:last-child,.home-page .cashback-page .toggle-option:last-child,.home-page .home-content .toggle-option:last-child,.home-page .Thankyou-page .toggle-option:last-child,.home-page .ty-content .toggle-option:last-child,.register-page .register-form .toggle-option:last-child,.register-page .content .toggle-option:last-child,.register-page .gs-content .toggle-option:last-child,.register-page .otp-form .toggle-option:last-child,.register-page .tandc-content .toggle-option:last-child,.register-page .cashback-page .toggle-option:last-child,.register-page .home-content .toggle-option:last-child,.register-page .Thankyou-page .toggle-option:last-child,.register-page .ty-content .toggle-option:last-child,.cashback-layout .register-form .toggle-option:last-child,.cashback-layout .content .toggle-option:last-child,.cashback-layout .gs-content .toggle-option:last-child,.cashback-layout .otp-form .toggle-option:last-child,.cashback-layout .tandc-content .toggle-option:last-child,.cashback-layout .cashback-page .toggle-option:last-child,.cashback-layout .home-content .toggle-option:last-child,.cashback-layout .Thankyou-page .toggle-option:last-child,.cashback-layout .ty-content .toggle-option:last-child,.Thankyou-layout .register-form .toggle-option:last-child,.Thankyou-layout .content .toggle-option:last-child,.Thankyou-layout .gs-content .toggle-option:last-child,.Thankyou-layout .otp-form .toggle-option:last-child,.Thankyou-layout .tandc-content .toggle-option:last-child,.Thankyou-layout .cashback-page .toggle-option:last-child,.Thankyou-layout .home-content .toggle-option:last-child,.Thankyou-layout .Thankyou-page .toggle-option:last-child,.Thankyou-layout .ty-content .toggle-option:last-child,.ty .register-form .toggle-option:last-child,.ty .content .toggle-option:last-child,.ty .gs-content .toggle-option:last-child,.ty .otp-form .toggle-option:last-child,.ty .tandc-content .toggle-option:last-child,.ty .cashback-page .toggle-option:last-child,.ty .home-content .toggle-option:last-child,.ty .Thankyou-page .toggle-option:last-child,.ty .ty-content .toggle-option:last-child{border-radius:0 10px 10px 0}.home-page .register-form .toggle-option.active,.home-page .content .toggle-option.active,.home-page .gs-content .toggle-option.active,.home-page .otp-form .toggle-option.active,.home-page .tandc-content .toggle-option.active,.home-page .cashback-page .toggle-option.active,.home-page .home-content .toggle-option.active,.home-page .Thankyou-page .toggle-option.active,.home-page .ty-content .toggle-option.active,.register-page .register-form .toggle-option.active,.register-page .content .toggle-option.active,.register-page .gs-content .toggle-option.active,.register-page .otp-form .toggle-option.active,.register-page .tandc-content .toggle-option.active,.register-page .cashback-page .toggle-option.active,.register-page .home-content .toggle-option.active,.register-page .Thankyou-page .toggle-option.active,.register-page .ty-content .toggle-option.active,.cashback-layout .register-form .toggle-option.active,.cashback-layout .content .toggle-option.active,.cashback-layout .gs-content .toggle-option.active,.cashback-layout .otp-form .toggle-option.active,.cashback-layout .tandc-content .toggle-option.active,.cashback-layout .cashback-page .toggle-option.active,.cashback-layout .home-content .toggle-option.active,.cashback-layout .Thankyou-page .toggle-option.active,.cashback-layout .ty-content .toggle-option.active,.Thankyou-layout .register-form .toggle-option.active,.Thankyou-layout .content .toggle-option.active,.Thankyou-layout .gs-content .toggle-option.active,.Thankyou-layout .otp-form .toggle-option.active,.Thankyou-layout .tandc-content .toggle-option.active,.Thankyou-layout .cashback-page .toggle-option.active,.Thankyou-layout .home-content .toggle-option.active,.Thankyou-layout .Thankyou-page .toggle-option.active,.Thankyou-layout .ty-content .toggle-option.active,.ty .register-form .toggle-option.active,.ty .content .toggle-option.active,.ty .gs-content .toggle-option.active,.ty .otp-form .toggle-option.active,.ty .tandc-content .toggle-option.active,.ty .cashback-page .toggle-option.active,.ty .home-content .toggle-option.active,.ty .Thankyou-page .toggle-option.active,.ty .ty-content .toggle-option.active{background:var(--wingman-text);color:#103425}.home-page .social-icons,.register-page .social-icons,.cashback-layout .social-icons,.Thankyou-layout .social-icons,.ty .social-icons{display:flex;align-items:center;justify-content:center;gap:1px}.home-page .social-icon,.register-page .social-icon,.cashback-layout .social-icon,.Thankyou-layout .social-icon,.ty .social-icon{width:20px;object-fit:contain;display:block}.home-page .social-icon.wingmanwhisky,.register-page .social-icon.wingmanwhisky,.cashback-layout .social-icon.wingmanwhisky,.Thankyou-layout .social-icon.wingmanwhisky,.ty .social-icon.wingmanwhisky{width:55%;max-width:150px}@font-face{font-family:OldWood;src:url(https://promo-campaign.blr1.cdn.digitaloceanspaces.com/wingman/assets/font/OldWood.ttf) format("truetype");font-style:normal;font-weight:700;font-display:swap}.main-layout{display:flex;flex-direction:column;min-height:100%;position:relative}.main-layout .content{flex:1;width:100%;position:relative;z-index:10;display:flex;flex-direction:column;justify-content:center;align-items:center}.main-layout .logo-img{max-width:55%;margin-top:1.5rem}.main-layout header{flex-shrink:0;padding:.7rem .75rem 1rem;position:relative;width:100%;display:flex;justify-content:left;align-items:center}.main-layout header .logo{width:20%;max-width:100px}.main-layout header .label{width:13%;max-width:60px}.main-layout header .menu-icon{transition:transform .3s;cursor:pointer;position:absolute;right:1rem;width:30px}.main-layout header .menu-icon:hover{transform:scale(1.05)}.main-layout header .brand-icon{width:20%}.main-layout header .brand-icon.invisible{visibility:hidden}.main-layout header.no{display:none}.main-layout .wingsman-header-img{text-align:center;z-index:10;position:relative;display:flex;justify-content:center;margin-top:.7em}.main-layout .wingsman-header-img .logo-img{width:100%}.main-layout .wingsman-header-img .home-text-img{pointer-events:none;image-rendering:auto;transform:translateZ(0)}.main-layout .wingsman-logo-section{display:flex;justify-content:center;align-items:center;flex-direction:column;position:relative}.main-layout .wingsman-logo-section.mb{margin-bottom:1rem}.main-layout .wingsman-logo-section .logo-img{margin-top:1.7rem;transition:max-width .2s ease}.main-layout .wingsman-logo-section.home .logo-img{max-width:40%}.main-layout .wingsman-logo-section.inner{display:none}.main-layout .wingsman-logo-section.thankyou{display:flex}.main-layout .wingsman-logo-section.thankyou .logo-img{margin-top:0;max-width:45%}.main-layout .top-design{position:absolute;top:0;left:0;width:95%;z-index:1}.main-layout .bottom-design{position:absolute;bottom:0;right:0;width:80%;z-index:1}.main-layout .footer-section{display:flex;justify-content:center;align-items:center;position:relative;z-index:1;width:100%;flex-shrink:0;margin-top:1rem}.main-layout .footer-section .bottle-img{padding:15px;margin-left:40%;max-width:40%;filter:drop-shadow(0px 5px 0px rgba(0,0,0,.9))}.main-layout.home-bg{background:url(https://promo-campaign.blr1.cdn.digitaloceanspaces.com/wingman/assets/images/wingman_img_new.png) no-repeat center top 80%,url(https://promo-campaign.blr1.cdn.digitaloceanspaces.com/wingman/assets/images/home-bg.png) repeat-y center center;background-size:auto 80%,100% 100%}.main-layout.default-bg{background:url(https://promo-campaign.blr1.cdn.digitaloceanspaces.com/wingman/assets/images/background.png);background-size:100% auto;background-position:bottom center;background-repeat:no-repeat;background-color:#000a03}.thankyou-bg{background-image:url(https://promo-campaign.blr1.cdn.digitaloceanspaces.com/wingman/assets/images/background.png);background-size:cover;background-position:center top;background-repeat:no-repeat;overflow:hidden}.thankyou-decor{position:relative;overflow:hidden}.thankyou-decor:before{content:"";position:absolute;top:0%;left:10px;width:40%;height:320px;background:url(https://promo-campaign.blr1.cdn.digitaloceanspaces.com/wingman/assets/confetti/AA.svg) no-repeat;background-size:contain;pointer-events:none}.thankyou-decor:after{content:"";position:absolute;top:0%;right:20px;width:40%;height:500px;background:url(https://promo-campaign.blr1.cdn.digitaloceanspaces.com/wingman/assets/confetti/BB.svg) no-repeat;background-size:contain;pointer-events:none}@font-face{font-family:OldWood;src:url(https://promo-campaign.blr1.cdn.digitaloceanspaces.com/wingman/assets/font/OldWood.ttf) format("truetype");font-style:normal;font-weight:700;font-display:swap}.side-menu{position:fixed;width:100%;height:100%;top:0;left:0;right:0;z-index:100;transition:all 0s}@media screen and (min-width: 768px){.side-menu{display:block;margin:0 auto;max-width:450px}}.side-menu.opened{transform:translate(0)}.side-menu.opened .bg{opacity:1}.side-menu.opened .modal{transform:translate(0)}.side-menu.closed{transition-delay:.5s;transform:translate(100vw)}.side-menu.closed .bg{opacity:0}.side-menu.closed .modal{transform:translate(100vw)}.side-menu .bg{position:absolute;top:0;right:0;width:100%;height:100%;background-color:#00000080;opacity:1;transition:all .5s ease-in-out;z-index:1;transition:all .3s}.side-menu .modal{position:absolute;top:0;width:80%;background:linear-gradient(180deg,#41d241,#1a130c);background-size:auto;right:0;z-index:2;height:100%;overflow:auto;transition:all .5s}.side-menu .modal .side-menu-header{display:flex;justify-content:space-between;margin:26px 24px}.side-menu .modal .side-menu-header .close-icon{width:24px;height:24px;cursor:pointer}.side-menu .modal .side-menu-header .logo{width:25%;max-width:120px;margin-bottom:0}.side-menu .modal .options{display:flex;flex-direction:column;align-items:center}.side-menu .modal .options a{text-decoration:none}.side-menu .modal .options .option{padding:15px 15px 6px;color:var(--wingman-text);text-align:center;font-family:Inter;font-size:16px;background-size:contain;background-repeat:no-repeat;background-position:bottom center;cursor:pointer;transition:transform .3s;border-bottom:1px solid var(--white);margin-top:1rem;width:90%;text-transform:capitalize;flex:1;border-radius:20px}.side-menu .modal .options .option.lang{margin:0}.contact-us-popup{text-align:center}.contact-us-popup .popup-modal .header{border:none}.contact-us-popup .popup-modal .content{padding-top:0;font-family:Inter;font-size:.8rem}.contact-us-popup .popup-modal .content ol{padding-left:1rem}.contact-us-popup .popup-modal .content ol li{padding-left:1.2rem;padding:5px}.contact-us-popup .popup-modal .content p{padding-left:1rem}.contact-us-popup .text3 a{text-decoration:none}.contact-us-popup a{color:var(--yellow);text-decoration:none}.contact-us-popup .tc-list{list-style-type:lower-alpha;padding-left:1.5rem}.contact-us-popup .tc-list li::marker{color:var(--yellow)}.contact-us-popup ol{font-family:Inter;font-size:16px;font-weight:600;letter-spacing:.022rem}.contact-us-popup li{font-family:Inter;font-size:15px;letter-spacing:.022rem;font-weight:400;padding:.5rem 0rem .5rem 1.8rem;line-height:1.5rem}.contact-us-popup li u{color:var(--wingman-text)}.contact-us-popup .clause-no{color:var(--headerBg);margin-right:6px}.contact-us-popup .wingman-header{font-size:18px;text-align:center;font-weight:600}.contact-us-popup .sub-wingman-header{font-size:16px;font-weight:600;margin-top:1rem;text-align:center}.contact-us-popup .video-wrapper{width:100%;display:flex;justify-content:center;margin-top:2rem}.contact-us-popup .video-iframe{width:100%;height:85vh;height:85svh;height:85dvh;border:none}.location-popup{display:flex;justify-content:center;align-items:center;height:100vh}.location-popup .error-text{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;color:#fff;padding:2rem;font-family:Barlow Semi Condensed;text-align:center;border-radius:16px;border-bottom:2px solid #fff;background:linear-gradient(0deg,#e00000,#e00000),#fff}.location-popup .error-text .error-icon{width:40px}.location-popup .error-text .sr{color:#fff;text-align:center;font-family:Barlow Semi Condensed;font-size:32px;font-style:normal;font-weight:700;line-height:normal;margin:0}.location-popup .error-text .lc-pr{color:#fff;text-align:center;font-size:22px;font-style:normal;font-weight:500;line-height:normal;margin:0}._footer_unit_1k9e4_1{width:100%;padding:.3rem;color:#f7e8bf;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700}._footer_unit_1k9e4_1 ._logo_1k9e4_11{width:.9rem!important;height:auto;margin-left:.4rem}.checkbox-wrapper-15 .cbx{-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;cursor:pointer}.checkbox-wrapper-15 .cbx span{display:inline-block;vertical-align:middle;transform:translateZ(0)}.checkbox-wrapper-15 .cbx span:first-child{border:1px solid var(--green);border-radius:20%;height:24px;width:24px;position:relative;transform:scale(1);transition:all .2s ease;vertical-align:middle;background-color:#f7e8bf}.agree-gs .cbx span:first-child{border-radius:50%;height:22px;width:22px}.checkbox-wrapper-15 .cbx span:first-child svg{position:absolute;z-index:1;top:7px;left:5px;fill:none;stroke:var(--green);stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:16px;stroke-dashoffset:16px;transition:all .3s ease;transition-delay:.1s;transform:translateZ(0)}.agree-gs .cbx span:first-child svg{left:2.5px}.checkbox-wrapper-15 .cbx span:first-child:before{content:"";width:100%;height:100%;background:#fff;display:block;transform:scale(0);opacity:1;border-radius:50%;transition-delay:.2s}.checkbox-wrapper-15 .cbx span:last-child{margin-left:8px}.checkbox-wrapper-15 .cbx span:last-child:after{content:"";position:absolute;top:8px;left:0;height:1px;width:100%;transform-origin:0 0;transform:scaleX(0)}.checkbox-wrapper-15 .cbx:hover span:first-child{border-color:#fff}.checkbox-wrapper-15 .inp-cbx:checked+.cbx span:first-child{border-color:#fff;animation:check-15 .6s ease}.agree-gs .inp-cbx:checked+.cbx span:first-child{background:var(--white);border-color:var(--white)}.checkbox-wrapper-15 .inp-cbx:checked+.cbx span:first-child svg{stroke-dashoffset:0}.checkbox-wrapper-15 .inp-cbx:checked+.cbx span:first-child:before{transform:scale(2.2);opacity:0;transition:all .6s ease}.checkbox-wrapper-15 .inp-cbx:checked+.cbx span:last-child{color:#b9b8c3;transition:all .3s ease}.checkbox-wrapper-15 .inp-cbx:checked+.cbx span:last-child:after{transform:scaleX(1);transition:all .3s ease}@keyframes check-15{50%{transform:scale(1.2)}}@font-face{font-family:OldWood;src:url(https://promo-campaign.blr1.cdn.digitaloceanspaces.com/wingman/assets/font/OldWood.ttf) format("truetype");font-style:normal;font-weight:700;font-display:swap}:root{--white: #ffffff;--black: #000000;--green: #004822;--border: #EFEDED;--wingman-text:#F7E8BF;--headerBg:#EEC54E;--yellow:#FFDA4E;--placeholder:#f7e8bf;--text:#f7e8bf;--yellow: #fff200;--red: #da251d;--blue: #2e3192;--brown:#422210;--background: radial-gradient(#1C3C2F 0%, #1C3C2F 100%);--wrapper-bg: linear-gradient(180deg, rgba(0, 0, 0, .6) 0%, #000000 100%);--btn-bg: var(--red);--fixed-btn-horizontal-padding: 1rem;--input-bg: linear-gradient(-81.07deg, #064435, #011c0f) padding-box, linear-gradient(180deg, #fdf9ed, #f7e8bf) padding-box, linear-gradient(90deg, #18503d, #043223) border-box;--otp-border:#0F5635}body{margin:0;padding:0;font-family:Inter;font-weight:500;line-height:100%;overflow:hidden;background:var(--green)}.App{height:100vh;height:100svh;padding-bottom:env(safe-area-inset-bottom);overflow-x:hidden;overflow-y:auto;position:relative}@media screen and (min-width: 768px){.App{display:block;margin:0 auto;max-width:415px}}*{box-sizing:border-box}input,textarea,button,select,a,img,.checkbox-wrapper-22{-webkit-tap-highlight-color:transparent}img{max-width:100%}.title{font-family:Inter;font-size:2rem;color:var(--white)}.home-banner{margin-bottom:1rem}.btn{text-transform:uppercase;outline:none;padding:.5rem 1.5rem;text-align:center;height:2.4em!important;cursor:pointer;transition:all .3s;font-family:Inter;font-size:1.25rem;color:var(--wingman-text);font-weight:700;border-radius:1rem;border:2px solid #22715C;background:linear-gradient(279deg,#043426 41.26%,#064334 77.62%);box-shadow:0 4px 4px #00000040}.btn:disabled{cursor:not-allowed;touch-action:none;opacity:.5}.btn:hover:not(:disabled){transform:scale(1.03)}.btn:active:not(:disabled){transform:scale(.98)}.btn.btn-primary{height:auto;width:100%;position:relative;top:1em;z-index:50}.btn.btn-primary.otp-btn{position:relative;top:1em}.btn.btn-primary.home-btn{position:relative;width:220px;margin:auto auto 1em}.btn.btn-primary.cashback-btn{position:relative;top:0;margin:0 auto;z-index:100}.btn.dwl{border:1px solid #ffe293;color:#ffe293;background:transparent}.btn.download{width:100%!important;display:flex;justify-content:center;align-items:center;gap:1rem;text-transform:capitalize;font-size:1rem;font-weight:500}.btn.download img{max-width:24px}.btn.position{position:absolute;bottom:.5rem}.btn.center{margin:0 auto}.btn.auto{width:auto}.btn.flex-end{align-self:flex-end}.btn.m-b{margin-bottom:0}.btn.w-90{width:90%}.btn.w-60{width:60%}.btn.w-80{width:80%}.btn.w-70{width:70%}.home-social-img{max-width:40%;margin-bottom:1em}.button-wrapper{width:90%;display:flex;justify-content:space-between;column-gap:1.5rem}.input-group{width:100%;text-align:center}.input-group .field-wrapper{display:flex;background:transparent;width:100%;align-items:center;position:relative}.input-group .field-wrapper.imp-bg{text-align:start;text-align-last:start;width:100%;outline:none;height:2.5rem;padding:.5rem 1rem;text-overflow:ellipsis;border:1px solid var(--border);border-radius:1rem;background:var(--white);box-shadow:0 4px 4px #0000001f inset}.input-group .field-wrapper .arrow-img{position:absolute;right:2rem;top:50%;transform:translateY(-50%)}.input-group .field-wrapper .file-name-in-field{position:absolute;left:1rem;top:50%;transform:translateY(-50%);font-family:Inter;font-size:.8rem;color:var(--placeholder);font-weight:400;pointer-events:none;max-width:70%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.error{color:var(--yellow);text-align:center;font-family:Inter;font-size:.8rem;padding:0;margin:0;position:relative;margin-top:.25rem}.error.file{color:var(--yellow)}.error.p-n-err{color:var(--white)}.error.term-Agree{margin-top:.55rem}.lda{color:var(--wingman-text);font-family:Inter;font-weight:700;font-size:.9rem}.u-line{color:var(--wingman-text);font-family:Inter;font-weight:700;font-size:.9rem;position:relative;z-index:100;cursor:pointer;text-decoration:underline}.u-line a{color:var(--yellow)}input,select{text-align:center;text-align-last:center;font-family:Inter;font-size:.9rem;color:var(--placeholder);font-weight:500;width:100%;outline:none;height:2.7rem;padding:.5rem 1rem;text-overflow:ellipsis;border:1px solid transparent;border-radius:1rem;background:var(--input-bg);box-shadow:0 4px 4px #0000001f inset}input::placeholder,select::placeholder{color:var(--placeholder);position:relative;font-size:.8rem;font-weight:500}input:disabled,select:disabled{opacity:.7;pointer-events:none}select{-webkit-appearance:none;-moz-appearance:none;appearance:none}textarea{width:90%;outline:none;border-radius:10px;border:none;background:#fff;padding:.5rem;font-family:Inter;color:#231f20;resize:none}textarea::placeholder{text-align:center;color:#231f2099}.grecaptcha-badge{bottom:40px!important;display:none}.Toastify__toast-theme--light{background:var(--white);color:var(--black)}.Toastify__toast-theme--light.Toastify__toast--success{background:var(--bg-blue)}.popup{position:fixed;width:100%;height:100%;top:0;left:0;z-index:100;display:flex;flex-direction:row;justify-content:center;align-items:center;row-gap:normal;column-gap:normal}.popup.extra{z-index:99}.popup .popup-bg{position:absolute;width:100%;height:100%;top:0;left:0;background-color:#000000b3}.popup .popup-modal{color:var(--white);display:flex;flex-direction:column;justify-content:start;align-items:center;row-gap:normal;column-gap:normal;position:relative;width:100%;height:100%;z-index:1;background:var(--input-bg);background-size:cover}.popup .popup-modal .header{width:100%;height:50px;position:sticky;top:0;background:#064434;color:var(--black);display:flex;align-items:center;justify-content:center;line-height:normal;font-family:Inter;padding:10px}.popup .popup-modal .header .title{font-family:Inter;font-size:22px;font-style:normal;font-weight:600;color:var(--text);margin:0}.popup .popup-modal .content{overflow-x:hidden;width:100%;text-align:start;margin-top:20px;padding:10px}.popup .popup-modal .content img{border-radius:.5rem}.popup .popup-modal .backBtn{cursor:pointer;margin:auto;position:absolute;left:2%;z-index:1;top:12%}.popup .popup-modal.popup-back{background-color:none}.popup .popup-modal.error-popup{width:80%;max-height:20rem;border-radius:.5rem;background-size:cover;text-align:center;display:flex;flex-direction:row;justify-content:center;align-items:center;row-gap:normal;column-gap:normal}.popup .popup-modal.error-popup .header{display:none}.popup .popup-modal.error-popup .content{text-align:center;font-family:Inter;font-size:1.2rem;color:var(--white)}.popup .popup-modal.error-popup .text{font-family:Inter;font-size:1rem;color:var(--white);text-align:center}.popup .popup-modal.error-popup .backBtn{bottom:-23.8rem;cursor:pointer;left:0;margin:auto;position:absolute;right:0;width:3rem}.popup .popup-modal.error-popup .backBtn:hover{transform:scale(1.02)}.popup .popup-modal.promo{max-height:max-content!important;min-height:max-content!important;width:100%;padding:0;position:relative}.popup .popup-modal.promo .video-container{position:relative;display:flex;justify-content:center;align-items:center}.popup .popup-modal.promo .video-container video{width:100%;border-radius:.5rem}.popup .popup-modal.promo .video-container video.opacity{opacity:.5}.popup .popup-modal.promo .video-container .play-button{position:absolute;background-color:#e2e2e2;border:none;width:60px;height:60px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%}.popup .popup-modal.promo .backBtn{top:3%;right:3%!important;left:inherit;cursor:pointer;position:absolute;width:2.5rem;bottom:initial}.popup .popup-modal.promo .backBtn:hover{transform:scale(1.02)}.popup .popup-modal.p-n{max-height:75vh;max-height:75svh;height:auto;border-radius:24px;border:2px solid #fff;background:var(--wrapper-bg);box-shadow:0 4px 16px #006b25}.popup .popup-modal.p-n .content{text-align:center;font-family:Inter;font-size:1rem;color:var(--white);scrollbar-width:none;-ms-overflow-style:none}.popup .popup-modal.p-n .content::-webkit-scrollbar{background:transparent;width:0}.popup .popup-modal.p-n .content a,.popup .popup-modal.p-n .content .pp-link{color:var(--white);text-decoration:underline}.popup .popup-modal.p-n .content .title{font-family:Inter;font-size:1.2rem;color:var(--white);margin-top:0;text-shadow:2px 2px 0 #ff000a}.popup .popup-modal.p-n .content .checkbox-container{display:flex;justify-content:center;column-gap:1rem;margin-bottom:1rem}.popup .popup-modal.p-n .content .checkbox-container .check{display:flex;align-items:center;width:auto}.popup .popup-modal.p-n .content .checkbox-container .check p{color:#fff;font-size:1.2rem}.popup .popup-modal.p-n .content button{padding:.2rem 3rem}.popup .popup-modal.p-n .backBtn{display:none}.popup .video-modal{background:var(--black)}.popup .video-modal .content{padding:0}.popup .video-modal .content iframe{border:none}.popup .video-modal .close_video{position:absolute;top:1%;left:90%}@keyframes waveGradient{0%{transform:translate(0)}to{transform:translate(100%)}}#animatedGradient{animation:waveGradient 3s linear infinite;transform-origin:center}
