: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:Satoshi-Variable;src:url(https://promo-campaign.blr1.digitaloceanspaces.com/havells-diwali-25/assets/fonts/Satoshi-Variable.woff2) format("woff2"),url(https://promo-campaign.blr1.digitaloceanspaces.com/havells-diwali-25/assets/fonts/Satoshi-Variable.woff) format("woff"),url(https://promo-campaign.blr1.digitaloceanspaces.com/havells-diwali-25/assets/fonts/Satoshi-Variable.ttf) format("truetype");font-weight:300 900;font-display:swap;font-style:normal}.register-page .register-form,.register-page .otp-form,.register-page .common-content,.common-page .register-form,.common-page .otp-form,.common-page .common-content{width:100%;text-align:center;margin:0 auto;position:relative;flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;row-gap:.5rem;column-gap:normal}.register-page .register-form.center,.register-page .otp-form.center,.register-page .common-content.center,.common-page .register-form.center,.common-page .otp-form.center,.common-page .common-content.center{justify-content:center}.register-page .register-form.end,.register-page .otp-form.end,.register-page .common-content.end,.common-page .register-form.end,.common-page .otp-form.end,.common-page .common-content.end{justify-content:end}.register-page .register-form.width,.register-page .otp-form.width,.register-page .common-content.width,.common-page .register-form.width,.common-page .otp-form.width,.common-page .common-content.width{width:64%}.register-page .register-form.reg,.register-page .otp-form.reg,.register-page .common-content.reg,.common-page .register-form.reg,.common-page .otp-form.reg,.common-page .common-content.reg{position:relative;top:unset;margin-bottom:unset}.register-page .register-form.download-image,.register-page .otp-form.download-image,.register-page .common-content.download-image,.common-page .register-form.download-image,.common-page .otp-form.download-image,.common-page .common-content.download-image{margin-bottom:-9.5rem;top:-9.5rem}.register-page .register-form.download-image .dwl-img,.register-page .otp-form.download-image .dwl-img,.register-page .common-content.download-image .dwl-img,.common-page .register-form.download-image .dwl-img,.common-page .otp-form.download-image .dwl-img,.common-page .common-content.download-image .dwl-img{background-color:var(--white);border-radius:18px;border:2px solid var(--orange);padding:.2rem;max-width:340px}.register-page .register-form.download-image .dwl-img.wh,.register-page .otp-form.download-image .dwl-img.wh,.register-page .common-content.download-image .dwl-img.wh,.common-page .register-form.download-image .dwl-img.wh,.common-page .otp-form.download-image .dwl-img.wh,.common-page .common-content.download-image .dwl-img.wh{width:340px;height:450px}.register-page .register-form.download-image .dwl-img.skeleton,.register-page .otp-form.download-image .dwl-img.skeleton,.register-page .common-content.download-image .dwl-img.skeleton,.common-page .register-form.download-image .dwl-img.skeleton,.common-page .otp-form.download-image .dwl-img.skeleton,.common-page .common-content.download-image .dwl-img.skeleton{background:linear-gradient(90deg,#ffeee6 25%,#ffd9b3 37%,#ffeee6 63%);border-radius:6px;min-height:20px;animation:skeleton-loading 1.2s infinite linear}@keyframes skeleton-loading{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.register-page .register-form.reward-content,.register-page .otp-form.reward-content,.register-page .common-content.reward-content,.common-page .register-form.reward-content,.common-page .otp-form.reward-content,.common-page .common-content.reward-content{margin-bottom:-18rem;top:-18rem}.register-page .register-form .title,.register-page .otp-form .title,.register-page .common-content .title,.common-page .register-form .title,.common-page .otp-form .title,.common-page .common-content .title{color:#310370;text-align:center;font-family:Satoshi-Variable;font-size:32px;font-style:normal;font-weight:400;line-height:normal;margin:1rem 0 0}.register-page .register-form .title.closed,.register-page .otp-form .title.closed,.register-page .common-content .title.closed,.common-page .register-form .title.closed,.common-page .otp-form .title.closed,.common-page .common-content .title.closed{font-size:24px;font-weight:700}.register-page .register-form .flex-center,.register-page .otp-form .flex-center,.register-page .common-content .flex-center,.common-page .register-form .flex-center,.common-page .otp-form .flex-center,.common-page .common-content .flex-center{display:flex;flex-direction:row;justify-content:center;align-items:center;row-gap:normal;column-gap:.8rem;width:100%}.register-page .register-form .flex-center.start,.register-page .otp-form .flex-center.start,.register-page .common-content .flex-center.start,.common-page .register-form .flex-center.start,.common-page .otp-form .flex-center.start,.common-page .common-content .flex-center.start{justify-content:start}.register-page .register-form .input-group,.register-page .otp-form .input-group,.register-page .common-content .input-group,.common-page .register-form .input-group,.common-page .otp-form .input-group,.common-page .common-content .input-group{width:85%}.register-page .register-form .input-group .answer,.register-page .otp-form .input-group .answer,.register-page .common-content .input-group .answer,.common-page .register-form .input-group .answer,.common-page .otp-form .input-group .answer,.common-page .common-content .input-group .answer{color:#310370;font-family:Satoshi-Variable;font-size:1rem;font-style:normal;line-height:normal;margin:.5rem;text-align:center}.register-page .register-form .timer-wrapper,.register-page .otp-form .timer-wrapper,.register-page .common-content .timer-wrapper,.common-page .register-form .timer-wrapper,.common-page .otp-form .timer-wrapper,.common-page .common-content .timer-wrapper{margin:0 0 .5rem;justify-content:center;width:100%;align-items:center;font-family:Satoshi-Variable;font-size:11px;font-style:normal;font-weight:600}.register-page .register-form .timer-wrapper.disable,.register-page .otp-form .timer-wrapper.disable,.register-page .common-content .timer-wrapper.disable,.common-page .register-form .timer-wrapper.disable,.common-page .otp-form .timer-wrapper.disable,.common-page .common-content .timer-wrapper.disable{touch-action:auto;pointer-events:none;opacity:.58}.register-page .register-form .timer-wrapper .timer,.register-page .otp-form .timer-wrapper .timer,.register-page .common-content .timer-wrapper .timer,.common-page .register-form .timer-wrapper .timer,.common-page .otp-form .timer-wrapper .timer,.common-page .common-content .timer-wrapper .timer{width:1.5rem;height:1.5rem;font-size:.7rem;color:#574a00;border:1px solid #898989;background:var(--yellow);border-radius:50%;flex-wrap:wrap;display:flex;flex-direction:row;justify-content:center;align-items:center;row-gap:normal;column-gap:normal}.register-page .register-form .timer-wrapper .timer p,.register-page .otp-form .timer-wrapper .timer p,.register-page .common-content .timer-wrapper .timer p,.common-page .register-form .timer-wrapper .timer p,.common-page .otp-form .timer-wrapper .timer p,.common-page .common-content .timer-wrapper .timer p{margin-top:4px}.register-page .register-form .timer-wrapper span,.register-page .otp-form .timer-wrapper span,.register-page .common-content .timer-wrapper span,.common-page .register-form .timer-wrapper span,.common-page .otp-form .timer-wrapper span,.common-page .common-content .timer-wrapper span{font-family:Satoshi-Variable;font-size:.7rem;color:var(--black)}.register-page .register-form .timer-wrapper span.otp-text,.register-page .otp-form .timer-wrapper span.otp-text,.register-page .common-content .timer-wrapper span.otp-text,.common-page .register-form .timer-wrapper span.otp-text,.common-page .otp-form .timer-wrapper span.otp-text,.common-page .common-content .timer-wrapper span.otp-text{font-size:.7rem}.register-page .register-form .timer-wrapper span.link,.register-page .otp-form .timer-wrapper span.link,.register-page .common-content .timer-wrapper span.link,.common-page .register-form .timer-wrapper span.link,.common-page .otp-form .timer-wrapper span.link,.common-page .common-content .timer-wrapper span.link{cursor:pointer;border-radius:5rem;background:transparent;text-decoration:underline;display:flex;height:25px;justify-content:center;align-items:center;gap:10px;color:var(--orange);font-family:Satoshi-Variable;font-size:.625rem;font-style:normal;font-weight:600;line-height:normal;text-transform:capitalize}.register-page .register-form .description,.register-page .otp-form .description,.register-page .common-content .description,.common-page .register-form .description,.common-page .otp-form .description,.common-page .common-content .description{color:var(--txt-brown);text-align:center;font-family:Satoshi-Variable;font-size:15px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.6px;margin:0}.register-page .register-form .description.dwl,.register-page .otp-form .description.dwl,.register-page .common-content .description.dwl,.common-page .register-form .description.dwl,.common-page .otp-form .description.dwl,.common-page .common-content .description.dwl{display:flex;justify-content:center;align-items:center;gap:4px;color:var(--orange);font-weight:700;margin-top:1rem;text-transform:uppercase}.register-page .register-form .description.dwl span,.register-page .otp-form .description.dwl span,.register-page .common-content .description.dwl span,.common-page .register-form .description.dwl span,.common-page .otp-form .description.dwl span,.common-page .common-content .description.dwl span{text-decoration:underline}.register-page .register-form .description.ty,.register-page .otp-form .description.ty,.register-page .common-content .description.ty,.common-page .register-form .description.ty,.common-page .otp-form .description.ty,.common-page .common-content .description.ty{font-size:18px;font-weight:700;letter-spacing:-.568px;margin-bottom:1rem;width:90%}.register-page .register-form .description.anim span,.register-page .otp-form .description.anim span,.register-page .common-content .description.anim span,.common-page .register-form .description.anim span,.common-page .otp-form .description.anim span,.common-page .common-content .description.anim span{font-weight:700}.register-page .register-form .description.burst,.register-page .otp-form .description.burst,.register-page .common-content .description.burst,.common-page .register-form .description.burst,.common-page .otp-form .description.burst,.common-page .common-content .description.burst{line-height:17px;letter-spacing:-.216px}.register-page .register-form .description .small,.register-page .otp-form .description .small,.register-page .common-content .description .small,.common-page .register-form .description .small,.common-page .otp-form .description .small,.common-page .common-content .description .small{font-size:13px;font-weight:400;line-height:17px;letter-spacing:-.13px}.register-page .register-form .reward-container,.register-page .otp-form .reward-container,.register-page .common-content .reward-container,.common-page .register-form .reward-container,.common-page .otp-form .reward-container,.common-page .common-content .reward-container{max-width:355px;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center}.register-page .register-form .reward-container .reward-image,.register-page .otp-form .reward-container .reward-image,.register-page .common-content .reward-container .reward-image,.common-page .register-form .reward-container .reward-image,.common-page .otp-form .reward-container .reward-image,.common-page .common-content .reward-container .reward-image{position:absolute;top:4rem;z-index:2;max-width:300px;height:auto;margin-bottom:1rem}.register-page .register-form .reward-container .reward-image.car,.register-page .otp-form .reward-container .reward-image.car,.register-page .common-content .reward-container .reward-image.car,.common-page .register-form .reward-container .reward-image.car,.common-page .otp-form .reward-container .reward-image.car,.common-page .common-content .reward-container .reward-image.car{top:8rem}.register-page .register-form .reward-container .reward-image.coin,.register-page .otp-form .reward-container .reward-image.coin,.register-page .common-content .reward-container .reward-image.coin,.common-page .register-form .reward-container .reward-image.coin,.common-page .otp-form .reward-container .reward-image.coin,.common-page .common-content .reward-container .reward-image.coin{top:5rem}.register-page .register-form .reward-container .reward-image.cb,.register-page .otp-form .reward-container .reward-image.cb,.register-page .common-content .reward-container .reward-image.cb,.common-page .register-form .reward-container .reward-image.cb,.common-page .otp-form .reward-container .reward-image.cb,.common-page .common-content .reward-container .reward-image.cb{max-width:200px}.register-page .register-form .reward-container .reward-text,.register-page .otp-form .reward-container .reward-text,.register-page .common-content .reward-container .reward-text,.common-page .register-form .reward-container .reward-text,.common-page .otp-form .reward-container .reward-text,.common-page .common-content .reward-container .reward-text{color:#fff;text-align:center;font-family:Satoshi-Variable;font-size:18px;font-style:normal;font-weight:700;line-height:26px;margin:0 0 1rem;position:absolute;bottom:9rem}.register-page .register-form .reward-container .reward-text.small,.register-page .otp-form .reward-container .reward-text.small,.register-page .common-content .reward-container .reward-text.small,.common-page .register-form .reward-container .reward-text.small,.common-page .otp-form .reward-container .reward-text.small,.common-page .common-content .reward-container .reward-text.small{color:#ffd800;font-size:15px;font-weight:500;line-height:normal;bottom:6rem}.register-page .register-form .reward-container .reward-text.cb,.register-page .otp-form .reward-container .reward-text.cb,.register-page .common-content .reward-container .reward-text.cb,.common-page .register-form .reward-container .reward-text.cb,.common-page .otp-form .reward-container .reward-text.cb,.common-page .common-content .reward-container .reward-text.cb{bottom:10rem}.register-page .register-form .reward-container .reward-text span,.register-page .otp-form .reward-container .reward-text span,.register-page .common-content .reward-container .reward-text span,.common-page .register-form .reward-container .reward-text span,.common-page .otp-form .reward-container .reward-text span,.common-page .common-content .reward-container .reward-text span{font-size:18px;font-weight:400;color:#ffd800}.register-page .register-form .select-selfie-vibe,.register-page .otp-form .select-selfie-vibe,.register-page .common-content .select-selfie-vibe,.common-page .register-form .select-selfie-vibe,.common-page .otp-form .select-selfie-vibe,.common-page .common-content .select-selfie-vibe{width:90%;max-width:400px;display:flex;flex-direction:row;justify-content:center;align-items:center;row-gap:1rem;column-gap:1rem;flex-wrap:wrap}.register-page .register-form .select-selfie-vibe .vibe-card,.register-page .otp-form .select-selfie-vibe .vibe-card,.register-page .common-content .select-selfie-vibe .vibe-card,.common-page .register-form .select-selfie-vibe .vibe-card,.common-page .otp-form .select-selfie-vibe .vibe-card,.common-page .common-content .select-selfie-vibe .vibe-card{display:flex;cursor:pointer;transition:transform .3s;background-color:transparent;border:2px solid transparent;max-width:100px;padding:.25rem;border-radius:22px}.register-page .register-form .select-selfie-vibe .vibe-card.selected,.register-page .otp-form .select-selfie-vibe .vibe-card.selected,.register-page .common-content .select-selfie-vibe .vibe-card.selected,.common-page .register-form .select-selfie-vibe .vibe-card.selected,.common-page .otp-form .select-selfie-vibe .vibe-card.selected,.common-page .common-content .select-selfie-vibe .vibe-card.selected{border:2px solid var(--orange);background-color:var(--white)}.input-wrapper{position:relative;width:100%}.input-wrapper input,.input-wrapper select{text-align:center;text-align-last:center;width:100%;outline:none;height:3rem;padding:10px 40px 10px 10px;text-overflow:ellipsis;font-family:Satoshi-Variable;font-size:15px;font-style:normal;font-weight:400;line-height:normal;color:var(--placeholder);border:1px solid var(--placeholder);border-radius:40px;background:var(--white)}.input-wrapper input::placeholder,.input-wrapper select::placeholder{color:var(--placeholder)}.input-wrapper input:focus,.input-wrapper select:focus{outline:none;border-color:var(--placeholder)}.input-wrapper input:disabled,.input-wrapper select:disabled{opacity:.58;pointer-events:none}.input-wrapper .field-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:20px;height:20px;pointer-events:none}.dropdown-wrapper{position:relative;width:100%}.dropdown-wrapper .dropdown-field{text-align:center;text-align-last:center;width:100%;outline:none;height:3rem;padding:10px 40px 10px 10px;text-overflow:ellipsis;font-family:Satoshi-Variable;font-size:15px;font-style:normal;font-weight:400;line-height:normal;color:var(--placeholder);border:1px solid var(--placeholder);border-radius:40px;background:var(--white);cursor:pointer;display:flex;justify-content:center;align-items:center}.dropdown-wrapper .dropdown-field:hover{border-color:var(--placeholder)}.dropdown-wrapper .dropdown-field.open{border-color:var(--placeholder);border-bottom-left-radius:40px;border-bottom-right-radius:40px}.dropdown-wrapper .dropdown-field .dropdown-value{font-size:15px;color:var(--placeholder)}.dropdown-wrapper .dropdown-field .dropdown-value:empty:before{content:"Select Slab";color:var(--placeholder)}.dropdown-wrapper .dropdown-field .dropdown-icon{position:absolute;right:12px;width:20px;height:20px;transition:transform .3s}.dropdown-wrapper .dropdown-field.open .dropdown-icon{transform:rotate(180deg)}.dropdown-wrapper .dropdown-options{position:absolute;top:110%;left:0;right:0;border-radius:23px;border:1px solid #4a0e00;background:#f64f00;box-shadow:-8px 7px 4px #00000040;border-top:none;z-index:10;max-height:200px;overflow-y:auto}.dropdown-wrapper .dropdown-options .dropdown-option{padding:12px 16px;cursor:pointer;border-bottom:1px solid rgba(255,255,255,.49)}.dropdown-wrapper .dropdown-options .dropdown-option:last-child{border-bottom:none}.dropdown-wrapper .dropdown-options .dropdown-option .slab-title{color:#fff;font-family:Satoshi-Variable;font-size:16px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.568px;margin-bottom:4px;text-align:start}.dropdown-wrapper .dropdown-options .dropdown-option .slab-range{color:#fff;font-family:Satoshi-Variable;font-size:16px;font-style:normal;font-weight:900;line-height:normal;letter-spacing:-.568px;margin-bottom:4px;text-align:start}.upload-wrapper{width:100%}.upload-wrapper .upload-field{text-align:center;text-align-last:center;width:100%;outline:none;height:3rem;padding:10px 40px 10px 10px;font-family:Satoshi-Variable;font-size:15px;font-style:normal;font-weight:400;line-height:normal;color:var(--placeholder);border:1px solid var(--placeholder);border-radius:40px;background:var(--white);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .3s}.upload-wrapper .upload-field:hover{border-color:var(--placeholder)}.upload-wrapper .upload-field .placeholder-image{width:24px;height:24px;object-fit:cover;border-radius:4px;margin-right:8px}.upload-wrapper .upload-field .upload-text{font-size:15px;color:var(--placeholder)}.upload-wrapper .upload-field .file-name{font-size:15px;color:var(--placeholder);font-weight:400}.upload-wrapper .upload-field .upload-icon{position:absolute;right:12%;width:20px;height:20px}@font-face{font-family:Satoshi-Variable;src:url(https://promo-campaign.blr1.digitaloceanspaces.com/havells-diwali-25/assets/fonts/Satoshi-Variable.woff2) format("woff2"),url(https://promo-campaign.blr1.digitaloceanspaces.com/havells-diwali-25/assets/fonts/Satoshi-Variable.woff) format("woff"),url(https://promo-campaign.blr1.digitaloceanspaces.com/havells-diwali-25/assets/fonts/Satoshi-Variable.ttf) format("truetype");font-weight:300 900;font-display:swap;font-style:normal}.App{background:url(https://promo-campaign.blr1.digitaloceanspaces.com/havells-diwali-25/assets/images/others/bg.png) no-repeat center/cover;height:100vh;height:100svh;overflow-x:hidden;overflow-y:auto;position:relative}.btn{outline:none;border:none;display:flex;width:70%;height:47px;justify-content:center;align-items:center;border-radius:6px;background:transparent;gap:10px;flex-shrink:0;color:var(--white);font-family:Satoshi-Variable;font-size:20px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:-1.4px;text-transform:uppercase;background:url(https://promo-campaign.blr1.digitaloceanspaces.com/havells-diwali-25/assets/images/others/button-bg.png) no-repeat center/contain;cursor:pointer;transition:all .3s;margin-bottom:1rem}.main-layout{display:flex;flex-direction:column;justify-content:space-between;align-items:center;row-gap:normal;column-gap:normal;min-height:100%;text-align:center}.main-layout.full-height .content{justify-content:end}.main-layout header{flex-shrink:0;padding:.5rem;position:absolute;width:100%;display:flex;justify-content:center;z-index:2;margin-top:1rem}.main-layout header img{max-width:80px}.main-layout .menu-icon{position:absolute;top:10px;right:10px;width:40px;height:auto;z-index:3;cursor:pointer}.main-layout .top-content{position:relative;margin-bottom:2rem}.main-layout .top-content.download-image{margin-bottom:12rem}.main-layout .top-content .main-img{width:100%;height:auto}.main-layout .top-content .main-heading{position:absolute;bottom:-3%;left:50%;transform:translate(-50%);color:var(--white);font-family:Satoshi-Variable;font-size:30px;font-style:normal;font-weight:900;line-height:normal;letter-spacing:-1.44px;margin:0;text-align:center;width:100%;text-shadow:rgb(184,85,6) 4px 0px 0px,rgb(184,85,6) 3.87565px .989616px 0px,rgb(184,85,6) 3.51033px 1.9177px 0px,rgb(184,85,6) 2.92676px 2.72656px 0px,rgb(184,85,6) 2.16121px 3.36588px 0px,rgb(184,85,6) 1.26129px 3.79594px 0px,rgb(184,85,6) .282949px 3.98998px 0px,rgb(184,85,6) -.712984px 3.93594px 0px,rgb(184,85,6) -1.66459px 3.63719px 0px,rgb(184,85,6) -2.51269px 3.11229px 0px,rgb(184,85,6) -3.20457px 2.39389px 0px,rgb(184,85,6) -3.69721px 1.52664px 0px,rgb(184,85,6) -3.95997px .56448px 0px,rgb(184,85,6) -3.97652px -.432781px 0px,rgb(184,85,6) -3.74583px -1.40313px 0px,rgb(184,85,6) -3.28224px -2.28625px 0px,rgb(184,85,6) -2.61457px -3.02721px 0px,rgb(184,85,6) -1.78435px -3.57996px 0px,rgb(184,85,6) -.843183px -3.91012px 0px,rgb(184,85,6) .150409px -3.99717px 0px,rgb(184,85,6) 1.13465px -3.8357px 0px,rgb(184,85,6) 2.04834px -3.43574px 0px,rgb(184,85,6) 2.83468px -2.82216px 0px,rgb(184,85,6) 3.44477px -2.03312px 0px,rgb(184,85,6) 3.84068px -1.11766px 0px,rgb(184,85,6) 3.9978px -.132717px 0px}.main-layout .top-content .content-img{background-color:var(--white);border-radius:18px;border:2px solid var(--orange);padding:.2rem;max-width:340px;position:absolute;top:64%;left:50%;transform:translate(-50%)}.main-layout .content{flex:1;width:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;row-gap:normal;column-gap:normal}footer{width:100%;position:relative;bottom:0;display:flex}footer img{width:100%;height:auto}@font-face{font-family:Satoshi-Variable;src:url(https://promo-campaign.blr1.digitaloceanspaces.com/havells-diwali-25/assets/fonts/Satoshi-Variable.woff2) format("woff2"),url(https://promo-campaign.blr1.digitaloceanspaces.com/havells-diwali-25/assets/fonts/Satoshi-Variable.woff) format("woff"),url(https://promo-campaign.blr1.digitaloceanspaces.com/havells-diwali-25/assets/fonts/Satoshi-Variable.ttf) format("truetype");font-weight:300 900;font-display:swap;font-style:normal}.App{background:url(https://promo-campaign.blr1.digitaloceanspaces.com/havells-diwali-25/assets/images/others/bg.png) no-repeat center/cover;height:100vh;height:100svh;overflow-x:hidden;overflow-y:auto;position:relative}.btn{outline:none;border:none;display:flex;width:70%;height:47px;justify-content:center;align-items:center;border-radius:6px;background:transparent;gap:10px;flex-shrink:0;color:var(--white);font-family:Satoshi-Variable;font-size:20px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:-1.4px;text-transform:uppercase;background:url(https://promo-campaign.blr1.digitaloceanspaces.com/havells-diwali-25/assets/images/others/button-bg.png) no-repeat center/contain;cursor:pointer;transition:all .3s;margin-bottom:1rem}.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;left: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:85%;right:0;z-index:2;background:#f64f00;background-size:100% 100%;height:100%;overflow:auto;transition:all .5s}.side-menu .modal .side-menu-header{display:flex;justify-content:space-between;margin:10px 16px}.side-menu .modal .side-menu-header .menu{max-width:40px;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;color:#fff;text-align:center;font-family:Satoshi-Variable;font-size:1rem;background-size:contain;background-repeat:no-repeat;background-position:bottom center;cursor:pointer;transition:transform .3s;border-bottom:1px solid #fff;margin-top:1rem;width:fit-content;text-transform:capitalize}.contact-us-popup{text-align:center}.contact-us-popup .popup-modal .header{border:none}.contact-us-popup .popup-modal .content{padding-top:0}.contact-us-popup .text3 a{text-decoration:none}.contact-us-popup .winners-table-container{overflow-y:auto;margin:1rem 0}.contact-us-popup .winners-table-container .winners-table{width:100%;border-collapse:collapse;font-family:Satoshi-Variable;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.contact-us-popup .winners-table-container .winners-table thead{background:#310370;color:#fff;position:sticky;top:0;z-index:10}.contact-us-popup .winners-table-container .winners-table thead th{padding:12px 8px;text-align:left;font-weight:600;font-size:14px;border-bottom:2px solid #b050c9;position:sticky;top:0;background:#310370}.contact-us-popup .winners-table-container .winners-table tbody tr{border-bottom:1px solid #e5e7eb;transition:background-color .2s}.contact-us-popup .winners-table-container .winners-table tbody tr:hover{background-color:#f7f3ff}.contact-us-popup .winners-table-container .winners-table tbody tr:last-child{border-bottom:none}.contact-us-popup .winners-table-container .winners-table tbody tr td{padding:10px 8px;text-align:left;font-size:13px;color:#374151}.contact-us-popup .winners-table-container .winners-table tbody tr td:first-child{font-weight:600;color:#310370}.contact-us-popup .winners-table-container .no-winners{padding:2rem;text-align:center;color:#6b7280}.contact-us-popup .winners-table-container .no-winners p{margin:0;font-size:16px;color:#fff}a{color:#ff0}@font-face{font-family:Satoshi-Variable;src:url(https://promo-campaign.blr1.digitaloceanspaces.com/havells-diwali-25/assets/fonts/Satoshi-Variable.woff2) format("woff2"),url(https://promo-campaign.blr1.digitaloceanspaces.com/havells-diwali-25/assets/fonts/Satoshi-Variable.woff) format("woff"),url(https://promo-campaign.blr1.digitaloceanspaces.com/havells-diwali-25/assets/fonts/Satoshi-Variable.ttf) format("truetype");font-weight:300 900;font-display:swap;font-style:normal}:root{--white: #ffffff;--black: #000000;--placeholder: #7d4d00;--border: #b56f00;--border-2: #4a0e00;--txt-brown: #651400;--red: #ef0000;--background: #fcbf8d;--orange: #f64f00;--yellow: #ffd800}body{margin:0;padding:0;overflow:hidden;background:var(--background);font-family:Satoshi-Variable;font-weight:400}*{box-sizing:border-box}input,textarea,button,select,a,img,.checkbox-wrapper-22{-webkit-tap-highlight-color:transparent}img{max-width:100%}.App{background:url(https://promo-campaign.blr1.digitaloceanspaces.com/havells-diwali-25/assets/images/others/bg.png) no-repeat center/cover;height:100vh;height:100svh;overflow-x:hidden;overflow-y:auto;position:relative}@media screen and (min-width: 768px){.App{display:block;margin:0 auto;max-width:450px}}.btn{outline:none;border:none;display:flex;width:70%;height:47px;justify-content:center;align-items:center;border-radius:6px;background:transparent;gap:10px;flex-shrink:0;color:var(--white);font-family:Satoshi-Variable;font-size:20px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:-1.4px;text-transform:uppercase;background:url(https://promo-campaign.blr1.digitaloceanspaces.com/havells-diwali-25/assets/images/others/button-bg.png) no-repeat center/contain;cursor:pointer;transition:all .3s;margin-bottom:1rem}.btn:disabled{cursor:not-allowed;opacity:.7}.img-wrapper{position:relative;width:100%;height:100%}.img-wrapper .down-arrow{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:20px;height:20px;pointer-events:none}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:center;text-align-last:center;color:var(--placeholder)!important}select.selected{color:var(--placeholder)!important}input,select,textarea{text-align:center;text-align-last:center;width:100%;outline:none;height:3rem;padding:10px;text-overflow:ellipsis;font-family:Satoshi-Variable;font-size:15px;font-style:normal;font-weight:400;line-height:normal;color:var(--placeholder);border:1px solid var(--placeholder);border-radius:40px;background:var(--white)}input::placeholder,select::placeholder,textarea::placeholder{color:var(--placeholder)}input:disabled,select:disabled,textarea:disabled{opacity:.58;pointer-events:none;-webkit-user-select:none;user-select:none;touch-action:none}input.start,select.start,textarea.start{text-align:start}@media (prefers-color-scheme: dark){select>option{background-color:var(--orange)!important;color:#fff!important}}@media (prefers-color-scheme: light){select>option{background-color:var(--orange)!important;color:#fff!important}}textarea{width:100%;outline:none;resize:none;height:75px;display:flex;align-items:flex-start;text-align:start;text-align-last:start;border-radius:4px;gap:10px}textarea::placeholder{color:#979797}.input-group{text-align:center;width:100%}.input-group.captcha-image-container{position:relative}.input-group.captcha-image-container .captchaImage{width:100%;height:auto;border-radius:4px}.input-group.captcha-image-container .refreshButton{position:absolute;top:0;right:0%;padding:.3rem;color:#4b5563;border:1px solid #9ca3af;border-radius:.25rem;background-color:#f3f4f6;cursor:pointer;transition:all .2s}.input-group.captcha-image-container .refreshButton:hover{color:#1f2937;background-color:#f3f4f6;background-color:#d3d3d3}.input-group.captcha-image-container .refreshButton svg{width:12px;height:12px}.error{color:red;text-align:center;font-size:16px;margin:0}.grecaptcha-badge{bottom:40px!important;display:none!important}.Toastify__toast-theme--light{background:#fff;color:#000}.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:#0a001ed6}.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:#f64f00;background-size:cover}.popup .popup-modal .header{width:100%;min-height:50px;height:50px;margin:0;position:sticky;top:0;display:flex;align-items:center;justify-content:center;background-color:#000}.popup .popup-modal .header .title{font-family:Satoshi-Variable;font-size:22px;font-style:normal;font-weight:700;line-height:normal;margin:0;color:#fd0}.popup .popup-modal .content{overflow-x:hidden;width:100%;text-align:start;padding:10px 20px 20px}.popup .popup-modal .content p,.popup .popup-modal .content ul,.popup .popup-modal .content ol,.popup .popup-modal .content li{color:#fff}.popup .popup-modal .content img{border-radius:.5rem}.popup .popup-modal .closeBtn{cursor:pointer;margin:auto;position:absolute;left:4%;z-index:1;top:1%}.popup .popup-modal.error-popup{width:80%;border-radius:.5rem;background:transparent;background-size:cover;text-align:center;display:flex;flex-direction:row;justify-content:center;align-items:center;row-gap:normal;column-gap:normal;position:relative}.popup .popup-modal.error-popup .header{display:none}.popup .popup-modal.error-popup .content{text-align:center;font-family:Satoshi-Variable;font-size:1.2rem;color:var(--white);position:relative}.popup .popup-modal.error-popup .text{font-family:Satoshi-Variable;font-size:1rem;color:var(--white);text-align:center}.popup .popup-modal.error-popup .closeBtn{bottom:0;cursor:pointer;left:50%;transform:translate(-50%);margin:0;position:absolute;width:3rem;top:unset}.popup .popup-modal.error-popup .closeBtn:hover{transform:scale(1.02) translate(-50%)}.popup .popup-modal.transparent{background:transparent}.popup .popup-modal.p-n{max-height:fit-content;min-height:20rem;height:auto;border-radius:16px;background:transparent;box-shadow:0 4px 9.8px #170d30;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:20px 10px;position:relative;max-width:85%;flex:1;top:-5%}.popup .popup-modal.p-n .content{text-align:center;line-height:normal;font-family:Satoshi-Variable;font-size:1.2rem;color:var(--white);display:flex;flex-direction:column;justify-content:flex-end;align-items:center;height:100%;gap:10px;flex-shrink:0;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 .voucher-name{color:#fff;text-align:center;font-family:Satoshi-Variable;font-size:1.2rem;font-style:normal;font-weight:500;line-height:1.375rem;letter-spacing:.22px;margin:0}.popup .popup-modal.p-n .content .voucher-name span{font-size:1rem}.popup .popup-modal.p-n .content .voucher-name.small{color:#fff;text-align:center;font-family:Satoshi-Variable;font-size:.813rem;font-style:normal;font-weight:500;line-height:18px;letter-spacing:.13px}.popup .popup-modal.p-n .content .bottom-text{color:#fff;text-align:center;font-family:Satoshi-Variable;font-size:.75rem;font-style:normal;font-weight:300;line-height:1.125rem;letter-spacing:.12px;margin:0}.popup .popup-modal.p-n .content .cong-text{width:50%}.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:Satoshi-Variable;font-size:1.2rem;color:var(--white);margin-top:0;text-shadow:2px 2px 0 #ff000a}.popup .popup-modal.p-n .closeBtn{display:none}.agree{margin:0;font-family:Satoshi-Variable;font-size:12px;text-align:start;color:#000}.agree .u-line{text-decoration:underline;color:var(--orange)}.error{color:red;text-align:center;font-size:12px;margin:0 0 .25rem;position:relative;top:.5rem}.u-q-popup{margin:0;color:#585858;text-align:center;font-family:Satoshi-Variable;font-size:12px;font-style:normal;line-height:normal}.u-q-popup span{color:#00a6e2;cursor:pointer;text-decoration:underline;font-family:Satoshi-Variable}.global-loader-image{max-width:165px;width:100%;animation:clockwiseSpin .3s linear infinite}@keyframes clockwiseSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
