@keyframes move{0%{left:-50%}to{left:150%}}@keyframes appear{0%{opacity:0}to{opacity:1}}@keyframes frame-highlight{0%{outline:2px solid pro-palette(primary,500);outline-offset:4px;scale:1.05}to{outline:2px solid transparent}}@keyframes size-highlight{0%{background:pro-palette(primary,500)}to{background:transparent}}@keyframes waves{0%{transform-origin:bottom;transform:scaleY(1) scaleX(1.2);filter:saturate(1.5)}to{transform-origin:bottom;transform:scaleY(.8) scaleX(1.3);opacity:.8}}@keyframes fall{0%{transform:translateY(-10vh) rotate(0deg)}to{transform:translateY(105vh) rotate(270deg)}}.snowflake{position:absolute;top:-5vh;animation-name:fall;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes animatedgradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.animated-gradient-text{--gradient-color-1:#ff7e5f;--gradient-color-2:#feb47b;--gradient-color-3:#86a8e7;--gradient-color-4:#91eae4;--animation-speed:5s;background-image:linear-gradient(-45deg,var(--gradient-color-1),var(--gradient-color-2),var(--gradient-color-3),var(--gradient-color-4));background-size:300% 300%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent;animation:animatedgradient var(--animation-speed) ease infinite}@keyframes fall-short{0%{transform:translateY(-120%) rotate(0deg)}to{transform:translateY(60px) rotate(270deg)}}.snowflake-short{position:absolute;top:0;animation-name:fall-short;animation-timing-function:linear;animation-iteration-count:infinite;animation-fill-mode:backwards}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOutSlideDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(30px)}}.animate-fade-out{animation:fadeOut .5s ease-out forwards}.animate-fade-in{animation:fadeIn .5s ease-out forwards}.animate-fill{animation-fill-mode:both}.animate-fade-in-slide-up{animation:fadeInSlideUp .5s ease-out forwards}.animate-fade-out-slide-down{animation:fadeOutSlideDown .5s ease-out forwards}@keyframes textShine{0%{background-position:0 50%}to{background-position:100% 50%}}.text-shine-gradient{background:linear-gradient(90deg,#7953cd 20%,#00affa 30%,#0190cd 70%,#764ada 80%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;background-size:500% auto;animation:textShine 5s ease-in-out infinite alternate}@media(prefers-reduced-motion:reduce){.animate-fade-in,.animate-fade-in-slide-up,.animate-fade-out,.animate-fade-out-slide-down{animation:none}}.vsg-page{display:flex;flex-direction:column;align-items:center;color:hsl(from var(--vs-text) h s l/1);padding:24px 25px;background:hsl(from var(--vs-bg) h s l/1);line-height:1.5;gap:44px;width:100%}.vsg-page .vsg-top-signup{display:flex;flex-direction:column;padding:24px 0;gap:36px}.vsg-page .vsg-top-signup-google-container{display:flex;flex-direction:column;padding:16px 0;gap:64px}.vsg-page .vsg-top-signup-google-container button{display:flex;flex-direction:row;justify-content:space-between;align-items:center;background:hsl(from var(--vs-pro-brand-600,hsl(230,100%,62.9%)) h s l/1);border-radius:46px;color:hsl(from var(--vs-bg) h s l/1);font-size:16px!important;padding:16px 24px;white-space:nowrap;transition:.2s ease;width:100%;box-shadow:0 0 15px 0 #4260ff;gap:24px}.vsg-page .vsg-top-signup-google-container button:hover{background:hsl(from var(--vs-pro-brand-700,hsl(231,58.5%,47.3%)) h s l/1)}.vsg-page .vsg-salute{font-weight:700!important;font-size:28px!important;line-height:40px}.vsg-page .vsg-salute-description{margin-top:5px;font-weight:500!important;font-size:18px!important;color:var(--grey-title,#333);line-height:26px}.vsg-page .vsg-title-description{display:flex;flex-direction:column;gap:16px}.vsg-page .vsg-title-description.main{text-align:center;gap:20px}.vsg-page .vsg-title-description.centered{text-align:center}.vsg-page .vsg-top{padding:24px 0;width:100%;display:flex;flex-direction:column;gap:36px;max-width:600px}.vsg-page .vsg-top h2{font-size:28px!important}.vsg-page .vsg-top-middle{padding:16px 0;display:flex;flex-direction:column;gap:32px}.vsg-page .vsg-top-middle .vsg-profile-container{display:flex;gap:16px;width:100%}.vsg-page .vsg-top-middle .vsg-profile-container .vsg-profile-info{text-align:left;gap:4px;width:100%;display:flex;flex-direction:column;justify-content:center}.vsg-page .vsg-top-middle .vsg-profile-container .vsg-profile-info .vsg-user-name{font-weight:600!important;font-size:24px!important}.vsg-page .vsg-top-middle .vsg-profile-container .vsg-profile-info .vsg-user-email{font-size:18px!important;line-height:22px;color:var(--grey-darker,#555);font-weight:500!important}.vsg-page .vsg-top-middle .vsg-profile-container .vsg-title-image .vsg-user-avatar{width:64px;height:64px;max-width:unset}.vsg-page .vsg-top-middle .vsg-profile-container .vsg-title-image img{border-radius:64px;background:hsl(from var(--vs-gray-200,hsl(210,3.3%,88.2%)) h s l/1)}.vsg-page .vsg-top-middle .vsg-top-check{display:flex;gap:16px;align-items:center}.vsg-page .vsg-top-middle .vsg-top-check .terms-check{width:19px;height:19px}.vsg-page .vsg-top-middle .vsg-top-check-description{font-weight:500!important;font-size:14px!important}.vsg-page .vsg-top-middle .vsg-top-check-description a,.vsg-page .vsg-top-middle .vsg-top-check-description a:active,.vsg-page .vsg-top-middle .vsg-top-check-description a:hover,.vsg-page .vsg-top-middle .vsg-top-check-description a:link,.vsg-page .vsg-top-middle .vsg-top-check-description a:visited{font-weight:inherit!important;font-size:inherit!important;text-decoration:none;color:#06c}.vsg-page button{background:hsl(from var(--vs-pro-brand-600,hsl(230,100%,62.9%)) h s l/1);border-radius:46px;color:hsl(from var(--vs-bg) h s l/1);font-size:16px!important;padding:16px 24px;white-space:nowrap;transition:.2s ease;width:100%;box-shadow:0 0 15px 0 #4260ff}.vsg-page button:hover{background:hsl(from var(--vs-pro-brand-700,hsl(231,58.5%,47.3%)) h s l/1)}.vsg-page button[class*=disabled]{background-color:#a1a5a7;background-image:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1));opacity:.3;padding:16px 24px;justify-content:space-between;height:54px}.vsg-page .vsg-products-small{display:flex;flex-direction:row;width:100%;max-width:600px;align-items:center;justify-content:space-between}.vsg-page .vsg-products-small img{width:40%;height:auto;-o-object-fit:cover;object-fit:cover}.vsg-page .vsg-title{display:flex;flex-direction:column;gap:40px}.vsg-page .vsg-title-steps{display:flex;flex-direction:column;gap:36px}.vsg-page .vsg-title li{position:relative}.vsg-page .vsg-title li:not(:last-child):after{content:"";position:absolute;height:100%;width:1px;background:#d8dbdd;top:calc(50% + 0px);left:6px}.vsg-page .vsg-title li.enabled:not(:last-child):after{background:#4260ff}.vsg-page .vsg-title .vsg-step{display:flex;gap:16px}.vsg-page .vsg-title .vsg-step-radio{width:16px;height:16px;border:1px solid #ccc;border-radius:50%;cursor:pointer;outline:none}.vsg-page .vsg-title .vsg-step-title-desc-container{display:flex;flex-direction:column;gap:8px;line-height:1.5;font-size:16px!important}.vsg-page .vsg-title .vsg-step-title{font-weight:600!important;margin-top:-5px;line-height:24px}.vsg-page .vsg-title .vsg-step-description{font-weight:500!important}.vsg-page .vsg-title .vsg-go-up{display:flex;flex-direction:column;border-radius:10px;border:1px}.vsg-page .vsg-title .vsg-go-up-item{display:flex;flex-direction:row;justify-content:space-between;align-items:center;height:62px;background-color:#fbfbfb;border:1px solid #eff1f3;border-radius:10px;box-shadow:0 4px 10px 0 rgba(0,0,0,.05)}.vsg-page .vsg-title .vsg-go-up-text{padding:12px;gap:10px}.vsg-page .vsg-title .vsg-go-up-button{display:flex;align-items:center;justify-content:center;background:hsl(from var(--vs-pro-brand-600,hsl(230,100%,62.9%)) h s l/1);border-radius:10px;color:hsl(from var(--vs-bg) h s l/1);white-space:nowrap;transition:.2s ease;width:62px;height:62px}.vsg-page .vsg-title .vsg-go-up-button:hover{background:hsl(from var(--vs-pro-brand-700,hsl(231,58.5%,47.3%)) h s l/1)}.vsg-page .vsg-middle{display:flex;flex-direction:column;align-items:center!important;padding:0 0 24px;gap:36px}.vsg-page .vsg-card{display:flex;flex-direction:column;text-align:center;gap:24px}.vsg-page .vsg-card .vsg-game{display:flex;flex-direction:column;align-items:center;border-radius:30px;width:100%;height:450px}.vsg-page .vsg-card .vsg-game .vsg-token-container{width:300px;height:450px;min-height:450px;border-radius:30px;background:linear-gradient(180deg,#4260ff,#00a8ff);padding:24px;opacity:96%;overflow:clip}.vsg-page .vsg-card .vsg-game .vsg-token-container-content{padding:32px;border-radius:10px;color:#000;display:flex;flex-direction:column;align-items:center;font-weight:600!important;text-align:center;width:100%;background-image:url(/vs-giveaway-token.svg);background-size:cover;background-position:50%;background-repeat:no-repeat;height:100%;position:relative}.vsg-page .vsg-card .vsg-game .vsg-token-container-content-logo{width:97px;height:97px;display:flex;justify-content:center;align-items:center;text-align:center;background-image:url(/vs-logo-golden.svg);background-size:contain;background-position:50%;background-repeat:no-repeat}.vsg-page .vsg-card .vsg-game .vsg-token-container-content-text{padding:16px;width:200px;font-size:20px!important;font-weight:700!important}.vsg-page .vsg-card .vsg-game .vsg-token-container-content-email{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--grey-darker,#555);font-weight:600!important;font-size:14px!important}.vsg-page .vsg-card .vsg-game .vsg-token-container-content-info{width:235px;border-radius:100px;padding:16px 4px;gap:6px;position:absolute;bottom:0;color:#4260ff;font-size:14px!important;font-weight:600!important}.vsg-page .vsg-products{display:flex;flex-direction:column;margin-top:20px;gap:36px;max-width:600px}.vsg-page .vsg-products-list{display:flex;flex-direction:column;align-items:center}.vsg-page .vsg-products-container{display:flex;flex-direction:column;border-radius:30px;padding:20px 32px;gap:20px;width:100%}.vsg-page .vsg-products-image-container{display:flex;flex-direction:column;align-items:center;padding:20px;gap:24px;background-color:#eff1f3;border-radius:30px;height:196px;justify-content:center}.vsg-page .vsg-products-image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;box-sizing:border-box}.vsg-page .vsg-products-details{display:flex;flex-direction:row;justify-content:left;align-items:center;gap:16px;padding:0 12px}.vsg-page .vsg-products-details p{font-size:28px!important;font-weight:700!important}.vsg-page .vsg-products-title-description{display:flex;flex-direction:column;gap:4px}.vsg-page .vsg-products-title{font-weight:600!important;font-size:18px!important}.vsg-page .vsg-products-description{font-weight:500!important;font-size:18px!important;color:var(--grey-darker,#555)}.vsg-page .vsg-faq{display:flex;flex-direction:column;gap:30px}.vsg-page .vsg-faq-terms{font-weight:300!important;font-size:14px!important}@keyframes vsgpromotionterms_move__5TuIw{0%{left:-50%}to{left:150%}}@keyframes vsgpromotionterms_appear__2gLbu{0%{opacity:0}to{opacity:1}}@keyframes vsgpromotionterms_frame-highlight__48FA8{0%{outline:2px solid pro-palette(primary,500);outline-offset:4px;scale:1.05}to{outline:2px solid transparent}}@keyframes vsgpromotionterms_size-highlight__7XUo_{0%{background:pro-palette(primary,500)}to{background:transparent}}@keyframes vsgpromotionterms_waves__1T1ND{0%{transform-origin:bottom;transform:scaleY(1) scaleX(1.2);filter:saturate(1.5)}to{transform-origin:bottom;transform:scaleY(.8) scaleX(1.3);opacity:.8}}@keyframes vsgpromotionterms_fall__cDIoS{0%{transform:translateY(-10vh) rotate(0deg)}to{transform:translateY(105vh) rotate(270deg)}}.vsgpromotionterms_snowflake__mqBPr{position:absolute;top:-5vh;animation-name:vsgpromotionterms_fall__cDIoS;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes vsgpromotionterms_animatedgradient__o9wgk{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.vsgpromotionterms_animated-gradient-text__oBoMS{--gradient-color-1:#ff7e5f;--gradient-color-2:#feb47b;--gradient-color-3:#86a8e7;--gradient-color-4:#91eae4;--animation-speed:5s;background-image:linear-gradient(-45deg,var(--gradient-color-1),var(--gradient-color-2),var(--gradient-color-3),var(--gradient-color-4));background-size:300% 300%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent;animation:vsgpromotionterms_animatedgradient__o9wgk var(--animation-speed) ease infinite}@keyframes vsgpromotionterms_fall-short__dvO43{0%{transform:translateY(-120%) rotate(0deg)}to{transform:translateY(60px) rotate(270deg)}}.vsgpromotionterms_snowflake-short__OcsPT{position:absolute;top:0;animation-name:vsgpromotionterms_fall-short__dvO43;animation-timing-function:linear;animation-iteration-count:infinite;animation-fill-mode:backwards}@keyframes vsgpromotionterms_fadeOut__UwzTb{0%{opacity:1}to{opacity:0}}@keyframes vsgpromotionterms_fadeIn__HmLvh{0%{opacity:0}to{opacity:1}}@keyframes vsgpromotionterms_fadeInSlideUp__4Tmmy{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes vsgpromotionterms_fadeOutSlideDown__QOCqD{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(30px)}}.vsgpromotionterms_animate-fade-out__VpUqo{animation:vsgpromotionterms_fadeOut__UwzTb .5s ease-out forwards}.vsgpromotionterms_animate-fade-in__eqsY0{animation:vsgpromotionterms_fadeIn__HmLvh .5s ease-out forwards}.vsgpromotionterms_animate-fill__19sX_{animation-fill-mode:both}.vsgpromotionterms_animate-fade-in-slide-up__TpNIw{animation:vsgpromotionterms_fadeInSlideUp__4Tmmy .5s ease-out forwards}.vsgpromotionterms_animate-fade-out-slide-down__7g_ev{animation:vsgpromotionterms_fadeOutSlideDown__QOCqD .5s ease-out forwards}@keyframes vsgpromotionterms_textShine__fvLK4{0%{background-position:0 50%}to{background-position:100% 50%}}.vsgpromotionterms_text-shine-gradient__45zd1{background:linear-gradient(90deg,#7953cd 20%,#00affa 30%,#0190cd 70%,#764ada 80%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;background-size:500% auto;animation:vsgpromotionterms_textShine__fvLK4 5s ease-in-out infinite alternate}@media(prefers-reduced-motion:reduce){.vsgpromotionterms_animate-fade-in-slide-up__TpNIw,.vsgpromotionterms_animate-fade-in__eqsY0,.vsgpromotionterms_animate-fade-out-slide-down__7g_ev,.vsgpromotionterms_animate-fade-out__VpUqo{animation:none}}.vsgpromotionterms_container__kzYfP{max-width:800px;margin:0 auto;padding:20px;font-family:Inter,sans-serif}.vsgpromotionterms_heading__fNOxr{font-size:2em!important;margin-bottom:40px;text-align:center;color:var(--grey-title,#333)}.vsgpromotionterms_subheading__zJmdA{font-size:1.5em!important;margin-top:20px;color:var(--grey-title,#333);margin-bottom:15px}.vsgpromotionterms_list__i6fTO{list-style-type:disc;margin-left:20px;padding-left:20px;color:var(--grey-darker,#666)}.vsgpromotionterms_link__PdLcz{color:#0070f3;text-decoration:none}.vsgpromotionterms_link__PdLcz:hover{text-decoration:underline}