: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:Gotham;src:url(https://promo-campaign.blr1.digitaloceanspaces.com/vimpro/ui/assets/fonts/Gotham-Light.otf) format("opentype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Gotham;src:url(https://promo-campaign.blr1.digitaloceanspaces.com/vimpro/ui/assets/fonts/Gotham-Book.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Gotham;src:url(https://promo-campaign.blr1.digitaloceanspaces.com/vimpro/ui/assets/fonts/Gotham-Medium.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Gotham;src:url(https://promo-campaign.blr1.digitaloceanspaces.com/vimpro/ui/assets/fonts/Gotham-Bold.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}.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}.common-page .common-content.center{justify-content:center}.common-page .common-content.width{width:64%}.common-page .common-content.reg{position:relative;top:unset;margin-bottom:unset}.common-page .common-content .confetti{position:absolute;top:0;left:0;width:100%;height:auto;z-index:0;pointer-events:none;z-index:1}.common-page .common-content .ty-wrapper{z-index:2;position:relative}.common-page .common-content .title-wrapper{width:85%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;row-gap:normal;column-gap:normal;margin:1rem 0 .5rem;padding-bottom:1rem;border-bottom:2px solid #e3e3e3;position:relative}.common-page .common-content .title-wrapper.center{justify-content:center}.common-page .common-content .title-wrapper .back-button{position:absolute;left:2%;border-radius:3rem;width:1.5rem;height:1.5rem;background-color:#38b648}.common-page .common-content .title-wrapper p{color:#000;font-family:Gotham;font-style:normal;line-height:normal;margin:0}.common-page .common-content .title-wrapper .title{font-size:16px;font-style:normal;font-weight:700}.common-page .common-content .title-wrapper .sub-title{font-size:12px;font-weight:500;text-transform:uppercase}.common-page .common-content .title{color:#252627;text-align:center;font-family:Gotham;font-size:24px;font-style:normal;font-weight:500;line-height:normal;margin:1rem 0 0}.common-page .common-content .title span{position:absolute;transform:rotate(-23.522deg)}.common-page .common-content .title.small{font-size:20px;font-weight:700}.common-page .common-content .title.sub-title{font-size:16px;font-weight:300;color:#55585a;margin:0 0 .5rem}.common-page .common-content .otpContainer{padding:0;gap:0;column-gap:.5rem;justify-content:space-between}.common-page .common-content .otpInput{font-family:Gotham;font-size:14px;font-style:normal;font-weight:400;padding:0;width:2.5rem;height:2.5rem;color:var(--black);border-radius:8px;border:.5px solid #bdbdbd;background:#fff;background:var(--white);text-align:center;text-align-last:center}.common-page .common-content .otpInput:focus{box-shadow:0 0 .5rem #acacac80}.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%}.common-page .common-content .flex-center.start{justify-content:start}.common-page .common-content .reward-image{max-width:65%;margin-top:1.5rem}.common-page .common-content .reward-description{color:#310370;text-align:center;font-family:Gotham;font-size:16px;font-style:normal;font-weight:700;line-height:25px}.common-page .common-content .reward-description span{text-decoration:underline}.common-page .common-content .input-group{width:85%}.common-page .common-content .input-group .answer{color:#310370;font-family:Gotham;font-size:1rem;font-style:normal;line-height:normal;margin:.5rem;text-align:center}.common-page .common-content .input-group .readonly-field{border-radius:8px;border:.5px solid #bdbdbd;background:linear-gradient(0deg,#ececec,#ececec),#fff;color:#55585a}.common-page .common-content .ty-text{color:#000;text-align:center;font-family:Gotham;font-size:22px;font-style:normal;font-weight:400;line-height:135%;margin:0}.common-page .common-content .ty-text.title{color:#38b648;font-weight:700}.common-page .common-content .ty-text.small{font-size:20px;font-weight:500}.common-page .common-content .ty-text.small span{font-size:32px}.common-page .common-content .ty-text.percentage{font-size:24px;font-weight:500}.common-page .common-content .ty-text.percentage span{font-size:48px;color:#f0182c}.common-page .common-content .timer-wrapper{margin:0 0 .5rem;justify-content:center;width:100%;align-items:center;font-family:Gotham;font-size:11px;font-style:normal;font-weight:600}.common-page .common-content .timer-wrapper.disable{touch-action:auto;pointer-events:none;opacity:.58}.common-page .common-content .timer-wrapper .timer{width:1.5rem;height:1.5rem;font-size:.7rem;color:#000;border:1px solid #000;background:transparent;border-radius:50%;flex-wrap:wrap;display:flex;flex-direction:row;justify-content:center;align-items:center;row-gap:normal;column-gap:normal}.common-page .common-content .timer-wrapper .timer p{margin-top:4px}.common-page .common-content .timer-wrapper span{font-family:Gotham;font-size:.7rem;color:#000}.common-page .common-content .timer-wrapper span.otp-text{font-size:.7rem}.common-page .common-content .timer-wrapper span.link{cursor:pointer;border-radius:5rem;display:flex;height:25px;padding:10px;justify-content:center;align-items:center;gap:10px;color:#000;font-family:Gotham;font-size:.625rem;font-style:normal;font-weight:600;line-height:normal;text-transform:capitalize;text-decoration:underline}.dice-game-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:30px;width:100%}.dice-controls{display:flex;align-items:center;justify-content:center;gap:20px;margin-bottom:10px}.dice-control-btn{padding:8px 16px;font-size:14px;border-radius:8px;background-color:#6c757d;color:#fff;border:none;cursor:pointer;transition:all .3s ease}.dice-control-btn:hover:not(:disabled){background-color:#5a6268}.dice-control-btn:disabled{opacity:.5;cursor:not-allowed}.dice-count{font-family:Gotham,sans-serif;font-weight:600;font-size:16px;color:#333}.dice-wrapper{display:flex;align-items:center;justify-content:center;gap:30px;perspective:600px;min-height:150px;flex-wrap:wrap}.roll-status{font-family:Gotham,sans-serif;font-size:16px;font-weight:500;color:#38b648;margin:10px 0 0;text-align:center}.roll-dice-btn{padding:15px 50px;color:#fff;background-color:#f4d35e;border:none;font-size:20px;border-radius:20px;box-shadow:1px 3px #50514f;outline:none;transition:all .3s ease;cursor:pointer;font-family:Gotham,sans-serif;font-weight:600}.roll-dice-btn:hover:not(:disabled){background-color:#50514f;transform:translateY(2px)}.roll-dice-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}@media (max-width: 768px){.dice-wrapper{gap:20px;flex-wrap:wrap}.roll-dice-btn{padding:12px 40px;font-size:18px}}@media (max-width: 480px){.dice-wrapper{gap:15px}}@font-face{font-family:Gotham;src:url(https://promo-campaign.blr1.digitaloceanspaces.com/vimpro/ui/assets/fonts/Gotham-Light.otf) format("opentype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Gotham;src:url(https://promo-campaign.blr1.digitaloceanspaces.com/vimpro/ui/assets/fonts/Gotham-Book.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Gotham;src:url(https://promo-campaign.blr1.digitaloceanspaces.com/vimpro/ui/assets/fonts/Gotham-Medium.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Gotham;src:url(https://promo-campaign.blr1.digitaloceanspaces.com/vimpro/ui/assets/fonts/Gotham-Bold.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}.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;background:transparent;width:100%;display:flex;justify-content:space-between}.main-layout header .menu-icon{max-width:40px}.main-layout header .logo-icon{max-width:130px}.main-layout .main-img{max-width:100%}.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;flex-direction:column}footer .footer-img1{width:50%;height:auto;z-index:2}footer .footer-img2{position:absolute;right:0;bottom:0;width:100%;height:auto;z-index:1}footer p{color:#fff;font-family:Gotham;font-size:7px;font-style:normal;font-weight:400;line-height:10px;margin:0;z-index:1}footer .highlight{text-decoration:underline;cursor:pointer}@font-face{font-family:Gotham;src:url(https://promo-campaign.blr1.digitaloceanspaces.com/vimpro/ui/assets/fonts/Gotham-Light.otf) format("opentype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Gotham;src:url(https://promo-campaign.blr1.digitaloceanspaces.com/vimpro/ui/assets/fonts/Gotham-Book.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Gotham;src:url(https://promo-campaign.blr1.digitaloceanspaces.com/vimpro/ui/assets/fonts/Gotham-Medium.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Gotham;src:url(https://promo-campaign.blr1.digitaloceanspaces.com/vimpro/ui/assets/fonts/Gotham-Bold.otf) format("opentype");font-weight:700;font-style:normal;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;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:var(--background);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{width:80%;margin:0 auto}.side-menu .modal .options a{text-decoration:none}.side-menu .modal .options .option{padding:15px;color:#000;text-align:center;font-family:Gotham;font-size:1rem;background-size:contain;background-repeat:no-repeat;background-position:bottom center;cursor:pointer;transition:transform .3s;margin-top:1rem;width:fit-content;text-transform:capitalize;display:flex;align-items:center;gap:1rem}.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}a{color:green}.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:2px solid #000;border-radius:2px;height:24px;width:24px;position:relative;transform:scale(1);transition:all .2s ease;vertical-align:middle;background-color:transparent}.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:6px;left:4px;fill:none;stroke:#fff;stroke-width:2;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: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:#000}.checkbox-wrapper-15 .inp-cbx:checked+.cbx span:first-child{border-color:#000;background:#000;animation:check-15 .6s ease}.agree-gs .inp-cbx:checked+.cbx span:first-child{background:#000;border-color:#fff}.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:#000;border:2px solid #fff;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)}}.dice-container{position:relative;display:inline-block;padding:1rem;border-radius:5px;background:#d0d0d01a;box-shadow:0 4px 4px #00000014;outline:none}.dice{position:relative;width:100px;height:100px;transform-style:preserve-3d;transition:none}.dice.rolling{animation:roll 1s ease-in-out}.dice.smooth-transition{transition:transform .3s ease-out}@keyframes roll{0%{transform:rotateX(0) rotateY(0)}25%{transform:rotateX(180deg) rotateY(180deg)}50%{transform:rotateX(360deg) rotateY(360deg)}75%{transform:rotateX(540deg) rotateY(540deg)}to{transform:rotateX(720deg) rotateY(720deg)}}.dot{position:absolute;width:20px;height:20px;margin:-10px 5px 5px -10px;border-radius:25px;background-color:#fff;box-shadow:inset 3px 3px 5px #7c7c7c}.side{position:absolute;background:#f90505;border-radius:5px;width:100px;height:100px;border:1px solid transparent;text-align:center;line-height:2em;box-shadow:0 2px 8px #f905054d}.side:focus{outline:none;border:none}.side:nth-child(1){transform:translateZ(3.1em)}.side:nth-child(2){transform:rotateY(-180deg) translateZ(3.1em)}.side:nth-child(3){transform:rotateY(-90deg) translateZ(3.1em)}.side:nth-child(4){transform:rotateX(90deg) translateZ(3.1em)}.side:nth-child(5){transform:rotateX(-90deg) translateZ(3.1em)}.side:nth-child(6){transform:rotateY(90deg) translateZ(3.1em)}.show-1{transform:rotateX(720deg) rotate(-720deg)}.show-2{transform:rotateX(-900deg) rotate(1080deg)}.show-3{transform:rotateY(810deg) rotate(720deg)}.show-4{transform:rotateX(-810deg) rotate(-1080deg)}.show-5{transform:rotateX(450deg) rotate(-720deg)}.show-6{transform:rotateY(-450deg) rotate(-1440deg)}.two-1,.three-1,.four-1,.five-1,.six-1{top:20%;left:20%}.four-3,.five-3,.six-4{top:20%;left:80%}.one-1,.three-2,.five-5{top:50%;left:50%}.four-2,.five-2,.six-3{top:80%;left:20%}.two-2,.three-3,.four-4,.five-4,.six-6{top:80%;left:80%}.six-2{top:50%;left:20%}.six-5{top:50%;left:80%}@font-face{font-family:Gotham;src:url(https://promo-campaign.blr1.digitaloceanspaces.com/vimpro/ui/assets/fonts/Gotham-Light.otf) format("opentype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Gotham;src:url(https://promo-campaign.blr1.digitaloceanspaces.com/vimpro/ui/assets/fonts/Gotham-Book.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Gotham;src:url(https://promo-campaign.blr1.digitaloceanspaces.com/vimpro/ui/assets/fonts/Gotham-Medium.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Gotham;src:url(https://promo-campaign.blr1.digitaloceanspaces.com/vimpro/ui/assets/fonts/Gotham-Bold.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}:root{--white: #ffffff;--black: #000000;--green: #209c2d;--darkGreen: #2f6a28;--placeholder: #414141;--question: #868686;--yellow: #ffe423;--darkYellow: #ff9900;--skyBlue: #00dbdeff;--red: #ef0000;--violet: #81109c;--lightBlue: #0953cc;--background: radial-gradient( 126.91% 66.11% at 50% 44.72%, #fff 0%, #f8f9ed 100% );--lb-bg: linear-gradient(159deg, #800e9e 12.44%, #b050c9 97.64%)}body{margin:0;padding:0;overflow:hidden;background:#fff;font-family:Gotham}*{box-sizing:border-box}input,textarea,button,select,a,img,.checkbox-wrapper-22{-webkit-tap-highlight-color:transparent}img{max-width:100%}.btn{outline:none;border:none;display:flex;width:70%;height:47px;padding:8px 20px;justify-content:center;align-items:center;border-radius:6px;background:linear-gradient(180deg,#f0182c,#8a0e19 150%);gap:10px;flex-shrink:0;color:#fff;font-family:Gotham;font-size:22px;font-weight:700;font-style:normal;line-height:135%;cursor:pointer;transition:all .3s;margin-bottom:1rem}.btn:disabled{cursor:not-allowed;pointer-events:none;touch-action:none;filter:grayscale(1)}.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:#55585a!important}select.selected{color:#55585a!important}input,select,textarea{text-align:start;text-align-last:start;width:100%;outline:none;height:3rem;padding:10px;text-overflow:ellipsis;border:none;font-family:Gotham;font-size:14px;font-style:normal;font-weight:400;line-height:135%;border-radius:8px;border:.5px solid #bdbdbd;background:#fff;color:#55585a}input::placeholder,select::placeholder,textarea::placeholder{color:#55585a}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:#1d1d1d!important;color:#fff!important}}@media (prefers-color-scheme: light){select>option{background-color:#1d1d1d!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}.field-wrapper{width:100%;position:relative}.field-wrapper .abs-btn{position:absolute;right:10px;top:50%;transform:translateY(-50%);max-width:80px;height:30px;border:none;background:transparent;cursor:pointer}.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:#0000;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(--background);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:Gotham;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;color:#000}.popup .popup-modal .content ul,.popup .popup-modal .content ol,.popup .popup-modal .content li{color:#000}.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:90%;max-width:400px;height:fit-content;border-radius:.5rem;background:var(--background);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.min-h{min-height:15rem}.popup .popup-modal.error-popup .header{display:none}.popup .popup-modal.error-popup .content{text-align:center;font-family:Gotham;font-size:1.2rem;color:var(--white);position:relative;padding:.2rem}.popup .popup-modal.error-popup .content .title{color:#000}.popup .popup-modal.error-popup .content .error-message{font-family:Gotham;font-size:1rem;color:var(--white);color:#000}.popup .popup-modal.error-popup .text{font-family:Gotham;font-size:1rem;color:var(--white);text-align:center}.popup .popup-modal.error-popup .closeBtn{top:3%;left:unset;right:3%;cursor:pointer;margin:0;position:absolute;width:1.2rem}.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:Gotham;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:Gotham;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:Gotham;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:Gotham;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:Gotham;font-size:1.2rem;color:var(--white);margin-top:0;text-shadow:2px 2px 0 #ff000a}.popup .popup-modal.p-n .closeBtn{display:none}.App{background:var(--background);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}}.agree{margin:0;font-family:Gotham;font-size:14px;text-align:start;color:#000}.agree .u-line{text-decoration:underline;font-weight:800}.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:Gotham;font-size:12px;font-style:normal;line-height:normal}.u-q-popup span{color:#00a6e2;cursor:pointer;text-decoration:underline;font-family:Gotham}.input-wrapper{width:85%;display:flex;gap:10px;justify-content:space-between;align-items:center}.input-wrapper.col{flex-direction:column}.option-wrapper{width:100%;position:relative}.option-wrapper .upload-icon{position:absolute;right:5%;width:20px;top:50%;transform:translateY(-50%)}.upload-wrapper{width:100%}.upload-wrapper .upload-field{text-align:start;text-align-last:start;width:100%;outline:none;height:3rem;padding:10px;text-overflow:ellipsis;border:none;font-family:Gotham;font-size:14px;font-style:normal;font-weight:400;line-height:135%;border-radius:8px;border:.5px solid #bdbdbd;background:#fff;color:#55585a;display:flex;align-items:center;justify-content:start;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:14px;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}.result-text{font-family:Gotham;font-size:18px;font-style:normal;font-weight:700;line-height:normal;text-transform:capitalize;color:#ed3838;margin:0;animation:beat 2s infinite}@keyframes beat{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}
