: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:Sofia Pro;src:url(/in/en/xp/add-your-golden-touch/assets/fonts/Sofia%20Pro%20Black%20Az.woff) format("woff");font-weight:900;font-style:normal}@font-face{font-family:Sofia Pro;src:url(/in/en/xp/add-your-golden-touch/assets/fonts/Sofia%20Pro%20Bold%20Az.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:Sofia Pro;src:url(/in/en/xp/add-your-golden-touch/assets/fonts/Sofia%20Pro%20Semi%20Bold%20Az.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:Sofia Pro;src:url(/in/en/xp/add-your-golden-touch/assets/fonts/Sofia%20Pro%20Medium%20Az.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:Sofia Pro;src:url(/in/en/xp/add-your-golden-touch/assets/fonts/Sofia%20Pro%20Regular%20Az.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Sofia Pro;src:url(/in/en/xp/add-your-golden-touch/assets/fonts/Sofia%20Pro%20Light%20Az.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:Sofia Pro;src:url(/in/en/xp/add-your-golden-touch/assets/fonts/Sofia%20Pro%20ExtraLight%20Az.woff) format("woff");font-weight:200;font-style:normal}@font-face{font-family:Sofia Pro;src:url(/in/en/xp/add-your-golden-touch/assets/fonts/Sofia%20Pro%20UltraLight%20Az.woff) format("woff");font-weight:100;font-style:normal}.layout-page .layout-content,.layout-page .register-form,.layout-page .otp-form,.layout-page .ty-content,.ty-page .layout-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:start;align-items:center;row-gap:.5rem;column-gap:normal}.layout-page .layout-content.gap-0,.layout-page .register-form.gap-0,.layout-page .otp-form.gap-0,.layout-page .ty-content.gap-0,.ty-page .layout-content.gap-0,.ty-page .register-form.gap-0,.ty-page .otp-form.gap-0,.ty-page .ty-content.gap-0{gap:0}.layout-page .layout-content.mt,.layout-page .register-form.mt,.layout-page .otp-form.mt,.layout-page .ty-content.mt,.ty-page .layout-content.mt,.ty-page .register-form.mt,.ty-page .otp-form.mt,.ty-page .ty-content.mt{margin-top:6rem}.layout-page .layout-content.center,.layout-page .register-form.center,.layout-page .otp-form.center,.layout-page .ty-content.center,.ty-page .layout-content.center,.ty-page .register-form.center,.ty-page .otp-form.center,.ty-page .ty-content.center{justify-content:center}.layout-page .layout-content.width,.layout-page .register-form.width,.layout-page .otp-form.width,.layout-page .ty-content.width,.ty-page .layout-content.width,.ty-page .register-form.width,.ty-page .otp-form.width,.ty-page .ty-content.width{width:64%}.layout-page .layout-content .title,.layout-page .register-form .title,.layout-page .otp-form .title,.layout-page .ty-content .title,.ty-page .layout-content .title,.ty-page .register-form .title,.ty-page .otp-form .title,.ty-page .ty-content .title{color:var(--brown);text-align:center;font-family:Sofia Pro;font-size:24px;font-style:normal;font-weight:400;line-height:normal;margin:0 0 .5rem;line-height:120%}.layout-page .layout-content .title.subtitle,.layout-page .register-form .title.subtitle,.layout-page .otp-form .title.subtitle,.layout-page .ty-content .title.subtitle,.ty-page .layout-content .title.subtitle,.ty-page .register-form .title.subtitle,.ty-page .otp-form .title.subtitle,.ty-page .ty-content .title.subtitle{font-size:18px}.layout-page .layout-content .title.small,.layout-page .register-form .title.small,.layout-page .otp-form .title.small,.layout-page .ty-content .title.small,.ty-page .layout-content .title.small,.ty-page .register-form .title.small,.ty-page .otp-form .title.small,.ty-page .ty-content .title.small{font-size:14px;margin:0}.layout-page .layout-content .title.bold,.layout-page .register-form .title.bold,.layout-page .otp-form .title.bold,.layout-page .ty-content .title.bold,.ty-page .layout-content .title.bold,.ty-page .register-form .title.bold,.ty-page .otp-form .title.bold,.ty-page .ty-content .title.bold{font-size:15px;font-style:normal;font-weight:600}.layout-page .layout-content .flex-center,.layout-page .register-form .flex-center,.layout-page .otp-form .flex-center,.layout-page .ty-content .flex-center,.ty-page .layout-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%}.layout-page .layout-content .flex-center.start,.layout-page .register-form .flex-center.start,.layout-page .otp-form .flex-center.start,.layout-page .ty-content .flex-center.start,.ty-page .layout-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;gap:1.5rem}.layout-page .layout-content .reward-image,.layout-page .register-form .reward-image,.layout-page .otp-form .reward-image,.layout-page .ty-content .reward-image,.ty-page .layout-content .reward-image,.ty-page .register-form .reward-image,.ty-page .otp-form .reward-image,.ty-page .ty-content .reward-image{max-width:65%}.layout-page .layout-content .input-group,.layout-page .register-form .input-group,.layout-page .otp-form .input-group,.layout-page .ty-content .input-group,.ty-page .layout-content .input-group,.ty-page .register-form .input-group,.ty-page .otp-form .input-group,.ty-page .ty-content .input-group{width:85%;max-width:400px}.layout-page .layout-content .input-group .answer,.layout-page .register-form .input-group .answer,.layout-page .otp-form .input-group .answer,.layout-page .ty-content .input-group .answer,.ty-page .layout-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:Sofia Pro;font-size:1rem;font-style:normal;line-height:normal;margin:.5rem;text-align:center}.layout-page .layout-content .timer-wrapper,.layout-page .register-form .timer-wrapper,.layout-page .otp-form .timer-wrapper,.layout-page .ty-content .timer-wrapper,.ty-page .layout-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:Sofia Pro;font-size:11px;font-style:normal;font-weight:600}.layout-page .layout-content .timer-wrapper.disable,.layout-page .register-form .timer-wrapper.disable,.layout-page .otp-form .timer-wrapper.disable,.layout-page .ty-content .timer-wrapper.disable,.ty-page .layout-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}.layout-page .layout-content .timer-wrapper .timer,.layout-page .register-form .timer-wrapper .timer,.layout-page .otp-form .timer-wrapper .timer,.layout-page .ty-content .timer-wrapper .timer,.ty-page .layout-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:var(--black);border:1px solid var(--black);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}.layout-page .layout-content .timer-wrapper .timer p,.layout-page .register-form .timer-wrapper .timer p,.layout-page .otp-form .timer-wrapper .timer p,.layout-page .ty-content .timer-wrapper .timer p,.ty-page .layout-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:0}.layout-page .layout-content .timer-wrapper span,.layout-page .register-form .timer-wrapper span,.layout-page .otp-form .timer-wrapper span,.layout-page .ty-content .timer-wrapper span,.ty-page .layout-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:Sofia Pro;font-size:.7rem;color:var(--black)}.layout-page .layout-content .timer-wrapper span.otp-text,.layout-page .register-form .timer-wrapper span.otp-text,.layout-page .otp-form .timer-wrapper span.otp-text,.layout-page .ty-content .timer-wrapper span.otp-text,.ty-page .layout-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}.layout-page .layout-content .timer-wrapper span.link,.layout-page .register-form .timer-wrapper span.link,.layout-page .otp-form .timer-wrapper span.link,.layout-page .ty-content .timer-wrapper span.link,.ty-page .layout-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:var(--darkYellow);display:flex;height:25px;padding:10px;justify-content:center;align-items:center;gap:10px;color:#fff;font-family:Sofia Pro;font-size:.625rem;font-style:normal;font-weight:400;line-height:normal;text-transform:capitalize}.layout-page .layout-content .desktop-wrapper,.layout-page .register-form .desktop-wrapper,.layout-page .otp-form .desktop-wrapper,.layout-page .ty-content .desktop-wrapper,.ty-page .layout-content .desktop-wrapper,.ty-page .register-form .desktop-wrapper,.ty-page .otp-form .desktop-wrapper,.ty-page .ty-content .desktop-wrapper{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:stretch;background:url(/in/en/xp/add-your-golden-touch/assets/images/v2/desktop-bg.png) no-repeat center center;background-size:cover}.layout-page .layout-content .mobile-wrapper,.layout-page .register-form .mobile-wrapper,.layout-page .otp-form .mobile-wrapper,.layout-page .ty-content .mobile-wrapper,.ty-page .layout-content .mobile-wrapper,.ty-page .register-form .mobile-wrapper,.ty-page .otp-form .mobile-wrapper,.ty-page .ty-content .mobile-wrapper{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background:url(/in/en/xp/add-your-golden-touch/assets/images/v2/desktop-bg.png) no-repeat center center;background-size:cover;flex:1}.layout-page .layout-content .mobile-wrapper .left-content,.layout-page .register-form .mobile-wrapper .left-content,.layout-page .otp-form .mobile-wrapper .left-content,.layout-page .ty-content .mobile-wrapper .left-content,.ty-page .layout-content .mobile-wrapper .left-content,.ty-page .register-form .mobile-wrapper .left-content,.ty-page .otp-form .mobile-wrapper .left-content,.ty-page .ty-content .mobile-wrapper .left-content{width:50%}.layout-page .layout-content .left-content,.layout-page .register-form .left-content,.layout-page .otp-form .left-content,.layout-page .ty-content .left-content,.ty-page .layout-content .left-content,.ty-page .register-form .left-content,.ty-page .otp-form .left-content,.ty-page .ty-content .left-content{position:relative}.layout-page .layout-content .left-content.mobile,.layout-page .register-form .left-content.mobile,.layout-page .otp-form .left-content.mobile,.layout-page .ty-content .left-content.mobile,.ty-page .layout-content .left-content.mobile,.ty-page .register-form .left-content.mobile,.ty-page .otp-form .left-content.mobile,.ty-page .ty-content .left-content.mobile{width:100%}.layout-page .layout-content .left-content.restrict-height,.layout-page .register-form .left-content.restrict-height,.layout-page .otp-form .left-content.restrict-height,.layout-page .ty-content .left-content.restrict-height,.ty-page .layout-content .left-content.restrict-height,.ty-page .register-form .left-content.restrict-height,.ty-page .otp-form .left-content.restrict-height,.ty-page .ty-content .left-content.restrict-height{height:6.5rem;overflow:hidden}.layout-page .layout-content .left-content.desktop,.layout-page .register-form .left-content.desktop,.layout-page .otp-form .left-content.desktop,.layout-page .ty-content .left-content.desktop,.ty-page .layout-content .left-content.desktop,.ty-page .register-form .left-content.desktop,.ty-page .otp-form .left-content.desktop,.ty-page .ty-content .left-content.desktop{display:flex;justify-content:center}.layout-page .layout-content .right-content,.layout-page .register-form .right-content,.layout-page .otp-form .right-content,.layout-page .ty-content .right-content,.ty-page .layout-content .right-content,.ty-page .register-form .right-content,.ty-page .otp-form .right-content,.ty-page .ty-content .right-content{background:#faf7f0;display:flex;flex-direction:column;justify-content:center;align-items:center;flex-shrink:0}.layout-page .layout-content .right-content .gs-title,.layout-page .register-form .right-content .gs-title,.layout-page .otp-form .right-content .gs-title,.layout-page .ty-content .right-content .gs-title,.ty-page .layout-content .right-content .gs-title,.ty-page .register-form .right-content .gs-title,.ty-page .otp-form .right-content .gs-title,.ty-page .ty-content .right-content .gs-title{color:#fff;text-align:center;font-family:Sofia Pro;font-size:25px;font-style:normal;font-weight:300;line-height:140%;letter-spacing:-.5px;margin:0}.layout-page .layout-content .right-content.brown-bg,.layout-page .register-form .right-content.brown-bg,.layout-page .otp-form .right-content.brown-bg,.layout-page .ty-content .right-content.brown-bg,.ty-page .layout-content .right-content.brown-bg,.ty-page .register-form .right-content.brown-bg,.ty-page .otp-form .right-content.brown-bg,.ty-page .ty-content .right-content.brown-bg{background:radial-gradient(50.04% 50% at 49.42% 50%,#5c332766,#2b1a1666),linear-gradient(106deg,#2b1a16,#5c3327 48.41%,#2b1a16)}.layout-page .layout-content .right-content.relative,.layout-page .register-form .right-content.relative,.layout-page .otp-form .right-content.relative,.layout-page .ty-content .right-content.relative,.ty-page .layout-content .right-content.relative,.ty-page .register-form .right-content.relative,.ty-page .otp-form .right-content.relative,.ty-page .ty-content .right-content.relative{position:relative}.layout-page .layout-content .right-content.mobile,.layout-page .register-form .right-content.mobile,.layout-page .otp-form .right-content.mobile,.layout-page .ty-content .right-content.mobile,.ty-page .layout-content .right-content.mobile,.ty-page .register-form .right-content.mobile,.ty-page .otp-form .right-content.mobile,.ty-page .ty-content .right-content.mobile{width:100%;border-radius:20px 20px 0 0;padding:24px;flex:1}.layout-page .layout-content .right-content.desktop,.layout-page .register-form .right-content.desktop,.layout-page .otp-form .right-content.desktop,.layout-page .ty-content .right-content.desktop,.ty-page .layout-content .right-content.desktop,.ty-page .register-form .right-content.desktop,.ty-page .otp-form .right-content.desktop,.ty-page .ty-content .right-content.desktop{border-radius:40px 40px 0 0;padding:1rem}.layout-page .layout-content .htp,.layout-page .register-form .htp,.layout-page .otp-form .htp,.layout-page .ty-content .htp,.ty-page .layout-content .htp,.ty-page .register-form .htp,.ty-page .otp-form .htp,.ty-page .ty-content .htp{width:100%;background:#faf7f0}.layout-page .layout-content .htp.mobile,.layout-page .register-form .htp.mobile,.layout-page .otp-form .htp.mobile,.layout-page .ty-content .htp.mobile,.ty-page .layout-content .htp.mobile,.ty-page .register-form .htp.mobile,.ty-page .otp-form .htp.mobile,.ty-page .ty-content .htp.mobile{border-radius:20px 20px 0 0}.layout-page .layout-content .htp.mobile .htp-content,.layout-page .register-form .htp.mobile .htp-content,.layout-page .otp-form .htp.mobile .htp-content,.layout-page .ty-content .htp.mobile .htp-content,.ty-page .layout-content .htp.mobile .htp-content,.ty-page .register-form .htp.mobile .htp-content,.ty-page .otp-form .htp.mobile .htp-content,.ty-page .ty-content .htp.mobile .htp-content{margin:1rem auto 0;display:flex;flex-direction:column;align-items:flex-start;gap:24px}.layout-page .layout-content .htp.desktop,.layout-page .register-form .htp.desktop,.layout-page .otp-form .htp.desktop,.layout-page .ty-content .htp.desktop,.ty-page .layout-content .htp.desktop,.ty-page .register-form .htp.desktop,.ty-page .otp-form .htp.desktop,.ty-page .ty-content .htp.desktop{border-radius:0;padding:1rem}.layout-page .layout-content .htp.desktop .htp-content,.layout-page .register-form .htp.desktop .htp-content,.layout-page .otp-form .htp.desktop .htp-content,.layout-page .ty-content .htp.desktop .htp-content,.ty-page .layout-content .htp.desktop .htp-content,.ty-page .register-form .htp.desktop .htp-content,.ty-page .otp-form .htp.desktop .htp-content,.ty-page .ty-content .htp.desktop .htp-content{margin:1rem auto;display:flex;justify-content:center;align-items:flex-start;gap:48px;align-self:stretch}.layout-page .layout-content .htp .title,.layout-page .register-form .htp .title,.layout-page .otp-form .htp .title,.layout-page .ty-content .htp .title,.ty-page .layout-content .htp .title,.ty-page .register-form .htp .title,.ty-page .otp-form .htp .title,.ty-page .ty-content .htp .title{color:var(--Brown, #5c3327);text-align:center;font-family:Sofia Pro;font-size:24px;font-style:normal;font-weight:400;line-height:35px;letter-spacing:-.5px}.layout-page .layout-content .htp .htp-content,.layout-page .register-form .htp .htp-content,.layout-page .otp-form .htp .htp-content,.layout-page .ty-content .htp .htp-content,.ty-page .layout-content .htp .htp-content,.ty-page .register-form .htp .htp-content,.ty-page .otp-form .htp .htp-content,.ty-page .ty-content .htp .htp-content{width:fit-content}.layout-page .layout-content .htp .htp-content .content,.layout-page .register-form .htp .htp-content .content,.layout-page .otp-form .htp .htp-content .content,.layout-page .ty-content .htp .htp-content .content,.ty-page .layout-content .htp .htp-content .content,.ty-page .register-form .htp .htp-content .content,.ty-page .otp-form .htp .htp-content .content,.ty-page .ty-content .htp .htp-content .content{width:fit-content;display:flex;flex-direction:column;align-items:center;text-align:center}.layout-page .layout-content .htp .htp-content .content img,.layout-page .register-form .htp .htp-content .content img,.layout-page .otp-form .htp .htp-content .content img,.layout-page .ty-content .htp .htp-content .content img,.ty-page .layout-content .htp .htp-content .content img,.ty-page .register-form .htp .htp-content .content img,.ty-page .otp-form .htp .htp-content .content img,.ty-page .ty-content .htp .htp-content .content img{max-width:200px}.layout-page .layout-content .htp .htp-content .content p,.layout-page .register-form .htp .htp-content .content p,.layout-page .otp-form .htp .htp-content .content p,.layout-page .ty-content .htp .htp-content .content p,.ty-page .layout-content .htp .htp-content .content p,.ty-page .register-form .htp .htp-content .content p,.ty-page .otp-form .htp .htp-content .content p,.ty-page .ty-content .htp .htp-content .content p{font-family:Sofia Pro;font-size:14px;font-weight:400;line-height:normal;margin:.5rem 0;color:var(--brown)}@font-face{font-family:Sofia Pro;src:url(/in/en/xp/add-your-golden-touch/assets/fonts/Sofia%20Pro%20Black%20Az.woff) format("woff");font-weight:900;font-style:normal}@font-face{font-family:Sofia Pro;src:url(/in/en/xp/add-your-golden-touch/assets/fonts/Sofia%20Pro%20Bold%20Az.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:Sofia Pro;src:url(/in/en/xp/add-your-golden-touch/assets/fonts/Sofia%20Pro%20Semi%20Bold%20Az.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:Sofia Pro;src:url(/in/en/xp/add-your-golden-touch/assets/fonts/Sofia%20Pro%20Medium%20Az.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:Sofia Pro;src:url(/in/en/xp/add-your-golden-touch/assets/fonts/Sofia%20Pro%20Regular%20Az.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Sofia Pro;src:url(/in/en/xp/add-your-golden-touch/assets/fonts/Sofia%20Pro%20Light%20Az.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:Sofia Pro;src:url(/in/en/xp/add-your-golden-touch/assets/fonts/Sofia%20Pro%20ExtraLight%20Az.woff) format("woff");font-weight:200;font-style:normal}@font-face{font-family:Sofia Pro;src:url(/in/en/xp/add-your-golden-touch/assets/fonts/Sofia%20Pro%20UltraLight%20Az.woff) format("woff");font-weight:100;font-style:normal}.main-layout{display:flex;flex-direction:column;justify-content:start;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.golden-bg{background:url(/in/en/xp/add-your-golden-touch/assets/desktop-bg-BK2i3Ufo.png) no-repeat center center fixed;background-size:cover}.main-layout header{flex-shrink:0;padding:.5rem;position:absolute;width:100%;display:flex;justify-content:center}.main-layout header img{max-width:70px}.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;display:flex;flex-direction:column;justify-content:center;gap:1.5rem;background:var(--brown, #5c3327);padding:2rem 0}footer p{color:#fff;text-align:center;font-family:Sofia Pro;font-size:14px;font-style:normal;font-weight:400;line-height:normal;margin:0;display:flex;justify-content:center;align-items:center;gap:.5rem}footer.relative{position:relative}.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:#ff0}.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 var(--brown);border-radius:8px;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:var(--brown)}.checkbox-wrapper-15 .inp-cbx:checked+.cbx span:first-child{border-color:var(--brown);background:var(--brown);animation:check-15 .6s ease}.agree-gs .inp-cbx:checked+.cbx span:first-child{background:var(--brown);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:var(--brown);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)}}@font-face{font-family:Sofia Pro;src:url(/in/en/xp/add-your-golden-touch/assets/fonts/Sofia%20Pro%20Black%20Az.woff) format("woff");font-weight:900;font-style:normal}@font-face{font-family:Sofia Pro;src:url(/in/en/xp/add-your-golden-touch/assets/fonts/Sofia%20Pro%20Bold%20Az.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:Sofia Pro;src:url(/in/en/xp/add-your-golden-touch/assets/fonts/Sofia%20Pro%20Semi%20Bold%20Az.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:Sofia Pro;src:url(/in/en/xp/add-your-golden-touch/assets/fonts/Sofia%20Pro%20Medium%20Az.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:Sofia Pro;src:url(/in/en/xp/add-your-golden-touch/assets/fonts/Sofia%20Pro%20Regular%20Az.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Sofia Pro;src:url(/in/en/xp/add-your-golden-touch/assets/fonts/Sofia%20Pro%20Light%20Az.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:Sofia Pro;src:url(/in/en/xp/add-your-golden-touch/assets/fonts/Sofia%20Pro%20ExtraLight%20Az.woff) format("woff");font-weight:200;font-style:normal}@font-face{font-family:Sofia Pro;src:url(/in/en/xp/add-your-golden-touch/assets/fonts/Sofia%20Pro%20UltraLight%20Az.woff) format("woff");font-weight:100;font-style:normal}:root{--white: #ffffff;--black: #000000;--green: #209c2d;--darkGreen: #2f6a28;--placeholder: #414141;--question: #868686;--yellow: #ffe423;--darkYellow: #c58e28;--skyBlue: #00dbdeff;--red: #ef0000;--violet: #81109c;--lightBlue: #0953cc;--background: #2c1553;--brown: #5c3327;--lb-bg: linear-gradient(159deg, #800e9e 12.44%, #b050c9 97.64%);--chocolate: radial-gradient( 50.04% 50% at 49.42% 50%, rgba(92, 51, 39, .4) 0%, rgba(43, 26, 22, .4) 100% ), linear-gradient(106deg, #2b1a16 0%, #5c3327 48.41%, #2b1a16 100%)}body{margin:0;padding:0;background:#fff;font-family:Sofia Pro}*{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:auto;padding:12px 30px;justify-content:center;align-items:center;border-radius:50px;background:var(--chocolate);gap:10px;flex-shrink:0;color:var(--white);font-family:Sofia Pro;font-size:18px;font-weight:600;font-style:normal;line-height:normal;cursor:pointer;transition:all .3s}.btn:disabled{cursor:not-allowed;opacity:.7}.btn.white-bg{background:var(--white);color:var(--brown)}.btn.mt-1{margin-top:1rem}.btn.mb-1{margin-bottom:1rem}.btn-icon{max-width:30px}.img-wrapper{position:relative;width:100%;height:100%}.img-wrapper .down-arrow{position:absolute;right:10px;top:50%;transform:translateY(-20%);width:20px;height:20px;pointer-events:none}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:start;text-align-last:start;color:var(--brown)}select.selected{color:var(--brown)}input,select,textarea{text-align:start;text-align-last:start;width:100%;outline:none;padding:10px;text-overflow:ellipsis;font-family:Sofia Pro;font-size:14px;font-style:normal;font-weight:400;line-height:normal;color:var(--brown);border:1px solid var(--brown);border-radius:40px;background:transparent}input::placeholder,select::placeholder,textarea::placeholder{color:var(--brown)}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(--brown)!important;color:#fff!important}}@media (prefers-color-scheme: light){select>option{background-color:var(--brown)!important;color:#fff!important}}.input-group{text-align:start;width:100%}.input-group.rel{position:relative}.input-group label{font-size:12px;font-weight:400;color:var(--brown);left:1rem}.input-group .arrow-img{position:absolute;right:1rem;top:50%;transform:translateY(0);z-index:4}.input-group .imp-wrapper{text-align:start;text-align-last:start;display:flex;align-items:center;width:100%;outline:none;text-overflow:ellipsis;font-family:Sofia Pro;font-size:14px;font-style:normal;font-weight:400;line-height:normal;color:var(--brown);border:1px solid var(--brown);border-radius:40px;background:transparent;padding:0;margin:0}.input-group .imp-wrapper .file-name-in-field{position:absolute;left:1rem;transform:translateY(0);font-weight:400;pointer-events:none;max-width:70%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.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:Sofia Pro;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:Sofia Pro;font-size:1.2rem;color:var(--white);position:relative}.popup .popup-modal.error-popup .text{font-family:Sofia Pro;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:Sofia Pro;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:Sofia Pro;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:Sofia Pro;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:Sofia Pro;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:Sofia Pro;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;position:relative;max-width:1024px}@media screen and (min-width: 768px){.App{margin:0 auto}}.agree{margin:0;font-family:Sofia Pro;font-size:12px;text-align:start;color:var(--brown)}.agree .u-line{text-decoration:underline;font-weight:400;color:var(--darkYellow)}.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:Sofia Pro;font-size:12px;font-style:normal;line-height:normal}.u-q-popup span{color:#00a6e2;cursor:pointer;text-decoration:underline;font-family:Sofia Pro}.required{color:var(--brown, #5c3327);text-align:center;font-family:Sofia Pro;font-size:12px;font-style:normal;font-weight:400;line-height:141.667%;margin:0}.required span{color:var(--darkYellow);cursor:pointer;text-decoration:underline;font-family:Sofia Pro;font-weight:600}.abs-logo{position:absolute;top:0;left:50%;transform:translate(-50%);max-width:70px}.abs-logo.right{left:5%;top:3%;right:unset}.pyramid{display:flex;flex-direction:column;align-items:center;justify-content:center}.pyramid .level{display:flex;justify-content:center}.pyramid .level .chocolate-img{max-width:90px;cursor:pointer}.pyramid .level-1,.pyramid .level-2,.pyramid .level-3,.pyramid .level-4{margin-bottom:.5rem}.bottom-img{margin:1rem 0}.zoom-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0000004d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;display:flex;align-items:center;justify-content:center;animation:fadeInBg .2s}.zoom-img-wrapper{display:flex;align-items:center;justify-content:center}.zoomed-chocolate{width:300px;height:300px;object-fit:contain;animation:zoomInRotate .8s cubic-bezier(.4,0,.2,1);transform-style:preserve-3d;perspective:800px}@keyframes zoomInRotate{0%{transform:scale(.5) rotateY(0);opacity:.5}to{transform:scale(1) rotateY(360deg);opacity:1}}@keyframes fadeInBg{0%{opacity:0}to{opacity:1}}.video-wrapper{width:95%;max-width:400px;margin:2rem auto 1rem;position:relative;border-radius:18px;overflow:hidden;box-shadow:0 4px 24px #0000002e}.custom-video-player{position:relative;width:100%;height:0;padding-bottom:56.25%}.custom-video-player video{position:absolute;top:0;left:0;width:100%;height:auto;border-radius:18px;background:#000}.video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0000004d;z-index:1;border-radius:18px}.video-play-btn{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border:none;border-radius:50%;width:80px;height:auto;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 12px #0000002e;cursor:pointer;z-index:3;padding:0;transition:background .2s;background:transparent}.reward-img{width:90%;max-width:400px}.reward-img.rounded{border-radius:20px}.copy-to-clipboard{display:flex;align-items:center;justify-content:space-between;padding:0 1rem;border-radius:8px;background:#e9ce91;margin:1rem 0;position:relative}.copy-to-clipboard input{border:none;outline:none;flex:1;margin-right:.5rem;color:var(--Brown, #5c3327);text-align:center;font-family:Sofia Pro;font-size:20px;font-style:normal;font-weight:500;line-height:30px}.copy-to-clipboard .copy-icon{cursor:pointer}.copy-to-clipboard .copy-text{position:absolute;top:-1rem;left:50%;transform:translate(-50%,-50%);margin-left:.5rem;font-size:12px;color:var(--white);background:var(--brown);padding:.5rem;border-radius:.2rem}.timer-wrapper-timeout{margin:1rem 0;display:flex;justify-content:center;width:100%}.timer-container{display:flex;gap:.5rem;align-items:center;justify-content:center}.timer-box{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.timer-number{color:#fff;font-family:Sofia Pro;font-size:34px;font-weight:300;line-height:1;text-shadow:0 1px 2px rgba(0,0,0,.3);display:flex;align-items:center;justify-content:center;background:var(--chocolate);border-radius:8px;width:50px;height:50px;box-shadow:0 2px 6px #0003;border:1px solid var(--brown);margin-bottom:.3rem;padding:.5rem .5rem 0}.timer-label{color:var(--brown);font-family:Sofia Pro;font-size:12px;font-weight:600;letter-spacing:.3px;display:block}.header-img{max-width:500px}
