: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:Gilroy-Bold;src:url(/assets/Gilroy-Bold-yXpx-Icw.ttf) format("truetype");font-style:normal}@font-face{font-family:Gilroy-Black;src:url(/assets/Gilroy-Black-CUfVRAQt.ttf) format("truetype");font-style:normal}@font-face{font-family:Gilroy-SemiBold;src:url(/assets/Gilroy-SemiBold-Rj2UL15y.ttf) format("truetype");font-style:normal}@font-face{font-family:Gilroy-Medium;src:url(/assets/Gilroy-Medium-D7PbV1sv.ttf) format("truetype");font-style:normal}.register-page .register-form,.register-page .otp-form,.register-page .ty-content,.ty-page .register-form,.ty-page .otp-form,.ty-page .ty-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 .ty-content.center,.ty-page .register-form.center,.ty-page .otp-form.center,.ty-page .ty-content.center{justify-content:center}.register-page .register-form.width,.register-page .otp-form.width,.register-page .ty-content.width,.ty-page .register-form.width,.ty-page .otp-form.width,.ty-page .ty-content.width{width:64%}.register-page .register-form.reg,.register-page .otp-form.reg,.register-page .ty-content.reg,.ty-page .register-form.reg,.ty-page .otp-form.reg,.ty-page .ty-content.reg{position:relative;top:unset;margin-bottom:unset}.register-page .register-form .title,.register-page .otp-form .title,.register-page .ty-content .title,.ty-page .register-form .title,.ty-page .otp-form .title,.ty-page .ty-content .title{color:#310370;text-align:center;font-family:Gilroy-Bold;font-size:32px;font-style:normal;font-weight:400;line-height:normal;margin:1rem 0 0}.register-page .register-form .flex-center,.register-page .otp-form .flex-center,.register-page .ty-content .flex-center,.ty-page .register-form .flex-center,.ty-page .otp-form .flex-center,.ty-page .ty-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 .ty-content .flex-center.start,.ty-page .register-form .flex-center.start,.ty-page .otp-form .flex-center.start,.ty-page .ty-content .flex-center.start{justify-content:start}.register-page .register-form .reward-image,.register-page .otp-form .reward-image,.register-page .ty-content .reward-image,.ty-page .register-form .reward-image,.ty-page .otp-form .reward-image,.ty-page .ty-content .reward-image{max-width:65%}.register-page .register-form .reward-description,.register-page .otp-form .reward-description,.register-page .ty-content .reward-description,.ty-page .register-form .reward-description,.ty-page .otp-form .reward-description,.ty-page .ty-content .reward-description{color:#310370;text-align:center;font-family:Gilroy-Medium;font-size:16px;font-style:normal;font-weight:700;line-height:25px}.register-page .register-form .reward-description span,.register-page .otp-form .reward-description span,.register-page .ty-content .reward-description span,.ty-page .register-form .reward-description span,.ty-page .otp-form .reward-description span,.ty-page .ty-content .reward-description span{text-decoration:underline}.register-page .register-form .input-group,.register-page .otp-form .input-group,.register-page .ty-content .input-group,.ty-page .register-form .input-group,.ty-page .otp-form .input-group,.ty-page .ty-content .input-group{width:85%}.register-page .register-form .input-group .answer,.register-page .otp-form .input-group .answer,.register-page .ty-content .input-group .answer,.ty-page .register-form .input-group .answer,.ty-page .otp-form .input-group .answer,.ty-page .ty-content .input-group .answer{color:#310370;font-family:Gilroy-Bold;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 .ty-content .timer-wrapper,.ty-page .register-form .timer-wrapper,.ty-page .otp-form .timer-wrapper,.ty-page .ty-content .timer-wrapper{margin:0 0 .5rem;justify-content:center;width:100%;align-items:center;font-family:Gilroy-Bold;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 .ty-content .timer-wrapper.disable,.ty-page .register-form .timer-wrapper.disable,.ty-page .otp-form .timer-wrapper.disable,.ty-page .ty-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 .ty-content .timer-wrapper .timer,.ty-page .register-form .timer-wrapper .timer,.ty-page .otp-form .timer-wrapper .timer,.ty-page .ty-content .timer-wrapper .timer{width:1.5rem;height:1.5rem;font-size:.7rem;color:#898989;border:1px solid #898989;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}.register-page .register-form .timer-wrapper .timer p,.register-page .otp-form .timer-wrapper .timer p,.register-page .ty-content .timer-wrapper .timer p,.ty-page .register-form .timer-wrapper .timer p,.ty-page .otp-form .timer-wrapper .timer p,.ty-page .ty-content .timer-wrapper .timer p{margin-top:4px}.register-page .register-form .timer-wrapper span,.register-page .otp-form .timer-wrapper span,.register-page .ty-content .timer-wrapper span,.ty-page .register-form .timer-wrapper span,.ty-page .otp-form .timer-wrapper span,.ty-page .ty-content .timer-wrapper span{font-family:Gilroy-Bold;font-size:.7rem;color:#898989}.register-page .register-form .timer-wrapper span.otp-text,.register-page .otp-form .timer-wrapper span.otp-text,.register-page .ty-content .timer-wrapper span.otp-text,.ty-page .register-form .timer-wrapper span.otp-text,.ty-page .otp-form .timer-wrapper span.otp-text,.ty-page .ty-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 .ty-content .timer-wrapper span.link,.ty-page .register-form .timer-wrapper span.link,.ty-page .otp-form .timer-wrapper span.link,.ty-page .ty-content .timer-wrapper span.link{cursor:pointer;border-radius:5rem;background:#00a6e2;display:flex;height:25px;padding:10px;justify-content:center;align-items:center;gap:10px;color:#fff;font-family:Gilroy-Bold;font-size:.625rem;font-style:normal;font-weight:400;line-height:normal;text-transform:capitalize}@font-face{font-family:Gilroy-Bold;src:url(/assets/Gilroy-Bold-yXpx-Icw.ttf) format("truetype");font-style:normal}@font-face{font-family:Gilroy-Black;src:url(/assets/Gilroy-Black-CUfVRAQt.ttf) format("truetype");font-style:normal}@font-face{font-family:Gilroy-SemiBold;src:url(/assets/Gilroy-SemiBold-Rj2UL15y.ttf) format("truetype");font-style:normal}@font-face{font-family:Gilroy-Medium;src:url(/assets/Gilroy-Medium-D7PbV1sv.ttf) format("truetype");font-style:normal}.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:end}.main-layout header img{max-width:40px}.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}footer img{width:100%;height:auto}@font-face{font-family:Gilroy-Bold;src:url(../assets/fonts/Gilroy-Bold.ttf) format("truetype");font-style:normal}@font-face{font-family:Gilroy-Black;src:url(../assets/fonts/Gilroy-Black.ttf) format("truetype");font-style:normal}@font-face{font-family:Gilroy-SemiBold;src:url(../assets/fonts/Gilroy-SemiBold.ttf) format("truetype");font-style:normal}@font-face{font-family:Gilroy-Medium;src:url(../assets/fonts/Gilroy-Medium.ttf) format("truetype");font-style:normal}.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:#241147;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:Gilroy-SemiBold;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:Gilroy-Medium;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}.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 #5a3aa9;border-radius:50%;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:#5a3aa9}.checkbox-wrapper-15 .inp-cbx:checked+.cbx span:first-child{border-color:#5a3aa9;background:#5a3aa9;animation:check-15 .6s ease}.agree-gs .inp-cbx:checked+.cbx span:first-child{background:#5a3aa9;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:#5a3aa9;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)}}.register-skeleton{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:2rem 1.5rem;background:transparent;border-radius:12px;box-shadow:0 2px 8px #0000000f;max-width:400px;width:95%;margin:2rem auto}.skeleton{background:linear-gradient(90deg,#482c78 25%,#5a3795 37%,#482c78 63%);border-radius:6px;min-height:20px;animation:skeleton-loading 1.2s infinite linear}.skeleton-title{width:60%;height:28px;margin-bottom:.5rem}.skeleton-input,.skeleton-select{width:100%;height:38px}.skeleton-captcha{width:120px;height:40px;align-self:flex-start}.skeleton-checkbox{width:24px;height:24px;border-radius:4px;align-self:flex-start}.skeleton-button{width:80%;height:40px;margin:0 auto;border-radius:20px}@keyframes skeleton-loading{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}@font-face{font-family:Gilroy-Bold;src:url(/assets/Gilroy-Bold-yXpx-Icw.ttf) format("truetype");font-style:normal}@font-face{font-family:Gilroy-Black;src:url(/assets/Gilroy-Black-CUfVRAQt.ttf) format("truetype");font-style:normal}@font-face{font-family:Gilroy-SemiBold;src:url(/assets/Gilroy-SemiBold-Rj2UL15y.ttf) format("truetype");font-style:normal}@font-face{font-family:Gilroy-Medium;src:url(/assets/Gilroy-Medium-D7PbV1sv.ttf) format("truetype");font-style:normal}: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: #2c1553;--lb-bg: linear-gradient(159deg, #800e9e 12.44%, #b050c9 97.64%)}body{margin:0;padding:0;overflow:hidden;background:#fff;font-family:Gilroy-Medium}*{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:#310370;gap:10px;flex-shrink:0;color:#fff;font-family:Gilroy-Black;font-size:24px;font-style:normal;line-height:normal;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:#310370!important}select.selected{color:#310370!important}input,select,textarea{text-align:center;text-align-last:center;width:100%;outline:none;height:3rem;padding:10px;text-overflow:ellipsis;border:none;font-family:Gilroy-Medium;font-size:14px;font-style:normal;font-weight:400;line-height:normal;color:#310370;border:2px solid #310370;background:#fff}input::placeholder,select::placeholder,textarea::placeholder{color:#310370}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}.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:#2c1553;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:Gilroy-Medium;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:Gilroy-Medium;font-size:1.2rem;color:var(--white);position:relative}.popup .popup-modal.error-popup .text{font-family:Gilroy-Medium;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:Gilroy-Medium;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:Gilroy-Medium;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:Gilroy-Medium;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:Gilroy-Medium;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:Gilroy-Medium;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:#fff;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:Gilroy-Medium;font-size:12px;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:Gilroy-Medium;font-size:12px;font-style:normal;line-height:normal}.u-q-popup span{color:#00a6e2;cursor:pointer;text-decoration:underline;font-family:Gilroy-Bold}
