body,html{background-color:#0f1114;font-family:Figtree,sans-serif;height:100%;margin:0;overflow-x:hidden;padding:0;width:100%}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}@keyframes check{0%{transform:scale(.8)}50%{transform:scale(1.1)}to{transform:scale(1)}}:root{--variable-collection-background-2:#0f1114;--variable-collection-primary:#9250ff;--variable-collection-text-primary:#fff;--primarywhite:#fff}:root{--primarywhite:#fff}:root,[data-variable-collection-mode=mode-1]{--variable-collection-primary:#3476f1;--variable-collection-background-1:#17191b;--variable-collection-background-2:#111315;--variable-collection-input:#232426;--variable-collection-primary-50:rgba(52,118,241,.5);--variable-collection-primary-10:rgba(52,118,241,.1);--variable-collection-container:#191b1d}[data-variable-collection-mode=mode-2]{--variable-collection-primary:#9250ff;--variable-collection-background-1:#0f1215;--variable-collection-background-2:#0d0f11;--variable-collection-input:#191b1f;--variable-collection-primary-50:rgba(146,80,255,.5);--variable-collection-primary-10:rgba(146,80,255,.1);--variable-collection-container:#111416}body,html{font-family:Figtree,sans-serif;margin:0;overflow-x:hidden;overflow:auto;padding:0}.home,body,html{background-color:#0f1114;height:100%;width:100%}.home{background-image:url(./background.DIwNfmOp.png);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;min-height:100vh}.home .div{background-color:var(--variable-collection-background-2);background:transparent;border-bottom-left-radius:12px;border-bottom-right-radius:12px;margin:0 auto;max-width:1920px;padding-bottom:100px}.home .div,.home .frame-6{box-sizing:border-box;position:relative;width:100%}.home .frame-6{align-items:flex-start;display:flex;gap:40px;margin:248px auto 0;max-width:1220px;padding:0 20px}.home .frame-7{flex:1;flex-direction:column;flex-grow:1;gap:30px}.home .frame-7,.home .frame-8{align-items:flex-start;display:flex;position:relative}.home .frame-8{flex:0 0 auto;flex-direction:column;gap:20px}.home .frame-8,.login,.sum{align-self:stretch;box-sizing:border-box;width:100%}.login,.sum{align-items:center;background-color:#191b1f;border:1px solid #ffffff0d;border-radius:12px;display:flex;height:64px;justify-content:space-between;overflow:hidden;padding:20px 12px 20px 24px;position:relative;transition:all .3s ease}.login input:-webkit-autofill,.login input:-webkit-autofill:active,.login input:-webkit-autofill:focus,.login input:-webkit-autofill:hover,.sum input:-webkit-autofill,.sum input:-webkit-autofill:active,.sum input:-webkit-autofill:focus,.sum input:-webkit-autofill:hover{-webkit-text-fill-color:#fff!important;-webkit-box-shadow:inset 0 0 0 1000px #191b1f!important;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.frame-9{display:flex;flex-shrink:0;flex-wrap:nowrap;min-width:-moz-fit-content;min-width:fit-content;white-space:nowrap}.login.focus,.sum.focus{border-color:#9250ff;box-shadow:0 0 0 2px #9250ff4d}.input-cursor{animation:blink 1s infinite;background-color:#9250ff;height:16px;left:-8px;opacity:0;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);transition:left .2s ease;width:2px;z-index:1}@keyframes blink{0%,to{opacity:1}50%{opacity:.5}}.input-field{background-color:transparent;border:0 solid;color:#fff;font-family:Figtree-Medium,Helvetica;font-size:16px;font-weight:500;letter-spacing:.16px;opacity:1;outline:none;position:relative;width:100%}.input-field::-moz-placeholder{color:#fff6}.input-field::placeholder{color:#fff6}.input-field:focus{caret-color:#9250ff}.input-button{align-items:center;background:linear-gradient(180deg,#ffffff0a,#ffffff05);border:1px solid hsla(0,0%,100%,.05);border-radius:1000px;cursor:pointer;display:inline-flex;flex:0 0 auto;gap:10px;justify-content:center;margin-bottom:-11.5px;margin-top:-11.5px;overflow:hidden;padding:14px;position:relative;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.input-button:hover{background:linear-gradient(180deg,#ffffff1a,#1717171a);cursor:pointer;transition:all .5s ease-in-out}.button{all:unset;box-sizing:border-box;color:#fff6;font-family:Figtree-Medium,Helvetica;font-size:15px;font-weight:500;letter-spacing:.15px;line-height:normal;margin-top:-1px;position:relative;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;white-space:nowrap;width:-moz-fit-content;width:fit-content}.checkbox-label{gap:8px;height:auto;margin-bottom:20px}.checkbox-label,input[type=checkbox]{align-items:center;display:flex;justify-content:center;position:relative}input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;cursor:pointer;flex-shrink:0;height:24px;margin:0;width:24px}input[type=checkbox]:before{background-color:#0e1013;border:2px solid #5a5a5a;border-radius:4px;box-sizing:border-box;content:"";display:block;height:24px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:24px}input[type=checkbox]:checked:before{animation:checkboxCheck .2s ease-in-out;background-color:#9250ff;border-color:#9250ff}@keyframes checkboxCheck{0%{background-color:#0e1013;border-color:#5a5a5a}to{background-color:#9250ff;border-color:#9250ff}}input[type=checkbox]:after{border:solid #fff;border-width:0 2px 2px 0;content:"";display:none;height:12px;left:50%;position:absolute;top:50%;transform:translate(-50%,-60%) rotate(45deg);transition:transform .2s ease;width:6px}input[type=checkbox]:checked:after{display:block;transform:translate(-50%,-60%) rotate(45deg)}input[type=checkbox]:hover:before{border-color:#7a7a7a}input[type=checkbox]:focus{outline:none}input[type=checkbox]:focus:before{box-shadow:0 0 0 2px #9250ff4d}.checkbox-label .text{color:#fff9;cursor:pointer;font-family:Figtree-Regular,Helvetica;font-size:18px;font-weight:300;letter-spacing:.13px;line-height:normal;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;white-space:nowrap}.btn{all:unset;align-items:center;align-self:stretch;background-color:#9453ff;border-radius:12px;box-sizing:border-box;color:#fff;display:flex;flex:0 0 auto;font-family:Figtree-Regular,Helvetica;font-size:16px;font-weight:400;gap:10px;height:64px;justify-content:center;overflow:hidden;padding:20px;position:relative;transition:all .3s ease;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;width:100%}.btn:hover{cursor:pointer}.btn.disabled{background-color:#9250ff80;cursor:not-allowed;opacity:.7}.currency-btn.selected{background:#9250ff33;border-color:transparent}.currency-btn.selected .button{color:#ffffffe6}.frame-9 .currency-btn{margin-right:6px}.frame-9 .currency-btn:last-child{margin-right:0}@media (max-width:768px){.frame-7{width:100%}.frame-8{gap:10px;margin-bottom:0}.checkbox-label{margin:10px 0}.btn{width:100%}.login,.sum{order:3!important}.btn,.checkbox-label{order:5!important}}.paymentMethods{background-color:transparent;border:0;box-sizing:border-box;flex-direction:column;padding:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.frame-17,.paymentMethods{align-items:flex-start;align-self:stretch;display:flex;gap:15px;position:relative;width:100%}.div-3[data-payment],.frame-17{justify-content:space-between}.div-3[data-payment]{align-items:center;background-color:#191b1f;border:1px solid hsla(0,0%,100%,.05);border-radius:10px;cursor:pointer;display:flex;flex:1;height:60px;padding:20px;transition:all .3s ease}.div-3[data-payment]:hover{background-color:#ffffff0d}.div-3[data-payment].selected{background-color:#9250ff0d;border-color:#9250ff}.payment-radio{-moz-appearance:none;appearance:none;-webkit-appearance:none;height:0;opacity:0;position:absolute;width:0}.radio-circle{border:2px solid hsla(0,0%,100%,.3);border-radius:50%;display:inline-block;height:22px;position:relative;transition:all .2s ease;width:22px}.payment-radio:checked+.radio-circle{border-color:#9250ff}.payment-radio:checked+.radio-circle:after{background:#9250ff;border-radius:50%;content:"";height:12px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:12px}.frame-22{align-items:flex-start;background-color:transparent;border-radius:12px;box-sizing:border-box;flex-direction:column;gap:15px;margin-top:10px;padding:20px}.frame-22,.frame-23{align-self:stretch;display:flex;position:relative;width:100%}.frame-23{align-items:center;justify-content:space-between;padding:5px 0;transition:all .3s ease}.text-wrapper-9{color:#6f7071;font-family:Figtree-Regular,Helvetica;font-size:16px;font-weight:400;letter-spacing:0;line-height:normal;position:relative;width:-moz-fit-content;width:fit-content}.line{background-color:#ffffff1a;flex:1;height:1px;margin:0 15px;min-width:20px;position:relative}.text-wrapper-10{color:#9250ff;font-size:16px;font-weight:600;text-align:right}.text-wrapper-10,.text-wrapper-test{font-family:Figtree-SemiBold,Helvetica;letter-spacing:0;line-height:normal;position:relative;white-space:nowrap;width:-moz-fit-content;width:fit-content}.text-wrapper-test{color:#fff9;font-size:14px;font-weight:500;left:12px;text-align:left;word-wrap:break-word;line-height:1.5;white-space:normal;word-break:break-word}.footer{background-color:transparent;position:relative;width:100%;z-index:10}.footer:before{background-color:#6e6e6e4d;content:"";height:1px;left:0;position:absolute;right:0;top:0}.footer .content-wrapper{align-items:center;box-sizing:border-box;display:flex;justify-content:space-between;margin:0 auto;max-width:1220px;padding:30px 20px;width:100%}.footer .frame-25{gap:30px}.footer .div-2,.footer .frame-25{align-items:center;display:inline-flex;flex:0 0 auto;position:relative}.footer .div-2{border-radius:8px;cursor:pointer;gap:6px;padding:8px 12px;transition:all .2s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.footer .div-2:hover{background-color:#9250ff1a;transform:translateY(-2px)}.footer .div-2:hover .frame-15{filter:brightness(0) saturate(100%) invert(34%) sepia(93%) saturate(2213%) hue-rotate(254deg) brightness(97%) contrast(94%)}.footer .div-2:hover .text-wrapper-7{color:#9250ff}.footer .img-3{height:24px;position:relative;width:24px}.footer .text-wrapper-11,.footer .text-wrapper-7{color:#fff6;font-family:Figtree-Regular,Helvetica;font-size:16px;font-weight:400;letter-spacing:.48px;line-height:normal;position:relative;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;white-space:nowrap;width:-moz-fit-content;width:fit-content}.footer .text-wrapper-7{margin-top:-.5px}@media (max-width:768px){.footer .content-wrapper{align-items:center;flex-direction:column;gap:20px;padding:20px 15px;text-align:center}.footer .frame-25{flex-direction:row;gap:15px;justify-content:center}.footer .frame-25:first-child{order:2}.footer .frame-25:last-child{order:1}}@media (max-width:480px){.footer .content-wrapper{padding:15px 10px}}@media (max-width:1280px){.home .frame-6{max-width:980px}}@media (max-width:768px){.home .header{align-items:center;flex-direction:row;justify-content:space-between;left:auto;margin:0 auto 50px;padding:0 15px;position:relative;top:30px;transform:none}.home .frame-3{display:none}.home .frame-6{flex-direction:column;gap:20px;margin-top:150px;padding:0 15px}.home .frame-7{width:100%}.home .paymentMethods{margin-top:20px}.home .frame-17{flex-direction:column}.home .frame-22{padding:15px}.home .footer{bottom:auto;flex-direction:column;gap:20px;left:auto;margin:30px auto 0;position:relative;transform:none}.home .footer .frame-25{flex-direction:row;justify-content:center;margin-bottom:15px;width:100%}}@media (max-width:480px){.home .frame-6{padding:0 10px}.home .login,.home .sum{padding:15px}.home .frame-9{flex-shrink:0;flex-wrap:nowrap;min-width:-moz-fit-content;min-width:fit-content;position:relative}}.Popolnenie{background:linear-gradient(90deg,#081c2f,#1a5993);border-radius:16px;flex:0 0 auto;overflow:hidden;padding:24px;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:auto}.Popolnenie,.frame-11{align-items:flex-start;align-self:stretch;display:flex;justify-content:space-between;position:relative}.frame-11{flex-direction:column;width:293px}.text-wrapper-5{align-self:stretch;color:#fff;font-family:Figtree-SemiBold,Helvetica;font-size:24px;font-weight:600;letter-spacing:0;line-height:normal;margin-top:-1px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.frame-12{margin-top:10px}.frame-12,.frame-13{align-items:center;display:inline-flex;flex:0 0 auto;gap:8px;position:relative}.frame-13{background-color:#ffffff1f;border:1px solid hsla(0,0%,100%,.1);border-radius:1000px;overflow:hidden;padding:8px 14px 8px 10px}.text-wrapper-6{color:#fff;font-family:Figtree-SemiBold,Helvetica;font-size:15px;font-weight:600;letter-spacing:.15px;line-height:normal;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;width:-moz-fit-content;width:fit-content}.group,.img-3{height:24px;position:relative;width:24px}.steam-svgrepo-com{height:84px;position:relative;width:84px}.group-2{height:84px;left:0;position:absolute;top:0;width:83px}.frame-14{align-items:flex-start;gap:20px;margin-top:10px}.frame-14,.frame-14 .div-2{display:inline-flex;flex:0 0 auto;position:relative}.frame-14 .div-2{align-items:center;border-radius:8px;cursor:pointer;gap:6px;padding:8px 12px;transition:all .2s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.frame-14 .div-2:hover{background-color:#9250ff1a;transform:translateY(-2px);transition:all .2s ease}.frame-14 .div-2:active{background-color:#ffffff1f}.frame-14 .div-2:hover .frame-15{filter:brightness(0) saturate(100%) invert(34%) sepia(93%) saturate(2213%) hue-rotate(254deg) brightness(97%) contrast(94%);opacity:1}.frame-14 .div-2:hover .input-text{color:#9250ff}.frame-15{height:20px;opacity:.6;width:20px}.frame-15,.input-text{position:relative;transition:all .2s ease}.input-text{color:#fff6;font-family:Figtree-Medium,Helvetica;font-size:15px;font-weight:500;letter-spacing:0;line-height:normal;white-space:nowrap;width:-moz-fit-content;width:fit-content}@media (max-width:768px){.frame-22{padding:16px}.frame-23{padding:4px 0}.Popolnenie{padding:20px}.paymentMethods{flex-direction:row!important;flex-wrap:nowrap!important;overflow-x:auto!important;overflow-y:hidden!important;padding:10px 0!important;width:100%!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;-ms-overflow-style:none!important;left:10px!important}.paymentMethods::-webkit-scrollbar{display:none!important}.frame-17{display:contents!important}.div-3[data-payment]{align-items:center!important;display:flex!important;flex:0 0 auto!important;height:60px!important;justify-content:center!important;margin-right:10px!important;min-width:180px!important;position:relative!important}.clip-path-group,.digital img,.div-3[data-payment] img,.element,.mira{left:50%!important;max-height:70%!important;max-width:70%!important;-o-object-fit:contain!important;object-fit:contain!important;position:absolute!important;top:50%!important;transform:translate(-50%,-50%)!important}.frame-18{position:absolute!important;right:10px!important;top:10px!important;z-index:5!important}}@media (max-width:480px){.frame-22{padding:10px}.frame-23{gap:5px}.text-wrapper-10,.text-wrapper-9{font-size:13px}}@media (max-width:360px){.frame-22{padding:10px}.frame-23{gap:5px;padding:5px}.text-wrapper-9{font-size:12px;max-width:35%}.text-wrapper-10{font-size:12px}}.header{align-items:center;box-sizing:border-box;display:flex;justify-content:space-between;left:50%;max-width:1220px;padding:0 20px;position:absolute;top:50px;transform:translate(-50%);user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;width:100%}.header .frame-2{align-items:center;display:inline-flex;flex:0 0 auto;gap:11.03px;position:relative}.header .abstract{height:150px;left:-20px;position:fixed;top:-30px;width:150px}.header .text-wrapper{color:#fff;font-family:Figtree-Bold,Helvetica;font-size:23.5px;font-weight:700;letter-spacing:0;line-height:normal;position:relative;text-align:right;white-space:nowrap;width:-moz-fit-content;width:fit-content}.header .frame-3{gap:100px}.header .frame-3,.header .frame-4{align-items:center;display:inline-flex;flex:0 0 auto;position:relative}.header .frame-4{gap:10px}.header .img{height:32px;position:relative;width:32px}.header .frame-5{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;justify-content:center;position:relative}.header .text-wrapper-2{color:#fff;font-family:Figtree-SemiBold,Helvetica;font-size:16px;font-weight:600;margin-top:-1px;white-space:nowrap}.header .text-wrapper-2,.header .text-wrapper-3{letter-spacing:0;line-height:normal;position:relative;width:-moz-fit-content;width:fit-content}.header .text-wrapper-3{color:#fff9;font-family:Figtree-Regular,Helvetica;font-size:14px;font-weight:400}.header .social-icon{align-items:center;background-color:#ffffff0d;border:1px solid hsla(0,0%,100%,.1);border-radius:8px;cursor:pointer;display:flex;height:44px;justify-content:center;margin:0 5px;overflow:hidden;position:relative;transition:all .3s ease;width:44px}.header .social-icon:hover{box-shadow:0 4px 8px #0003;transform:translateY(-3px)}.header .social-icon.telegram:hover{background-color:#0088cce6;border-color:#0088cc80}.header .social-icon.lolz:hover{background-color:#4caf50e6;border-color:#4caf5080}@media (max-width:768px){.header{align-items:center;flex-direction:row;justify-content:space-between;left:auto;margin:0 auto 50px;padding:0 15px;position:relative;top:30px;transform:none}.header .frame-3{display:none}}.mobile-layout{display:none}@media (max-width:768px){.mobile-layout{display:flex;flex-direction:column;min-height:100vh;padding:0;position:relative;width:100%}.abstract{height:84px!important;left:10px!important;position:relative!important;top:10px!important;width:84px!important}.mobile-commission,.mobile-faq-block,.mobile-form-block,.mobile-payment-button,.mobile-payment-methods,.mobile-steam-block{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:20px;margin-left:0;margin-right:0;padding-left:0;padding-right:0;width:100%}.mobile-payment-methods:before{content:none}.Popolnenie,.btn,.checkbox-label,.frame-14,.frame-22,.frame-23,.login,.sum{margin-left:0;margin-right:0;text-align:center;width:auto}.input-button{height:32px!important;min-height:32px!important;padding-bottom:2px!important;padding-top:2px!important}.paymentMethods{align-items:center;justify-content:center}.mobile-steam-block{order:2}.mobile-faq-block{order:3}.mobile-form-block{display:flex;flex-direction:column;gap:15px;order:4;padding-left:0;padding-right:0}.mobile-payment-methods{order:5;padding-left:0;padding-right:0}.mobile-payment-methods,.paymentMethods{align-items:flex-start;justify-content:flex-start;width:100%}.paymentMethods{display:flex;flex-direction:column;margin-left:0;margin-right:0;padding-left:0!important}.mobile-payment-button{display:flex;flex-direction:column;gap:15px;order:6}.mobile-commission{margin-bottom:60px;order:7}.mobile-footer,.mobile-layout .footer,.mobile-layout>footer{bottom:0;left:0;margin-left:0;margin-right:0;margin-top:auto;order:8;padding:15px 0;position:relative;text-align:center;width:100%}.payment-carousel{overflow-x:auto;-webkit-overflow-scrolling:touch;display:flex;justify-content:flex-start;margin-left:0;margin-right:0;padding:0;scrollbar-width:none;width:100%}.payment-carousel::-webkit-scrollbar{display:none}.payment-carousel .frame-17{gap:15px;justify-content:flex-start;padding-bottom:5px;padding-left:0;padding-right:10px;width:-moz-fit-content;width:fit-content}.div-3,.payment-carousel .frame-17{display:flex;margin-left:0;margin-right:0}.div-3{align-items:center;flex-direction:column;justify-content:center;max-width:100px;min-width:100px;width:auto}.div-3 img{height:auto;max-width:100%}.div-3:first-child{margin-left:0;padding-left:0}.btn,button,input[type=number],input[type=text]{min-height:44px}.checkbox-label input[type=checkbox]{height:20px;margin-right:10px;width:20px}.mobile-layout .Header,.mobile-layout>header{align-items:center;padding-left:0;padding-right:0}.mobile-form-block .login,.mobile-form-block .sum,.mobile-layout .Header,.mobile-layout>header{display:flex;justify-content:center;margin-left:0;margin-right:0;width:100%}.mobile-form-block .text-wrapper-4{display:flex;justify-content:center;padding-left:0;padding-right:0;width:100%}.checkbox-label{align-items:center;display:flex;justify-content:center;margin-left:0;margin-right:0}.mobile-payment-button .btn{display:block;margin-left:0;margin-right:0;width:100%}.frame-22,.frame-23{margin-left:0;margin-right:0;padding-left:0;padding-right:0;width:100%}.div-3:first-of-type{margin-left:0!important}}.text-wrapper-4{align-items:center;display:flex;min-width:120px}.input-field{min-width:120px;width:100%}.frame-9{display:flex;flex-wrap:nowrap;margin-left:0;min-width:-moz-fit-content;min-width:fit-content;white-space:nowrap;width:auto}.input-button input[type=radio]{display:none}.input-cursor{animation:blink 1s step-end infinite;background-color:#000;width:2px}.input-cursor.visible{opacity:1}.input-cursor.hidden{opacity:0}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.checking-indicator{background:#f0f0f0;border-radius:4px;color:#666;font-size:12px;padding:2px 6px;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.login.error{box-shadow:0 0 0 2px #ff3b3033!important}.input-field.error,.login.error{border-color:#ff3b30!important}.error-message{background-color:#ff3b301a;border-radius:4px;color:#ff3b30;font-size:14px;margin-top:12px;padding:8px 12px;text-align:center}.modal{align-items:center;background-color:#000000b3;bottom:0;display:flex;justify-content:center;left:0;opacity:0;padding:20px;position:fixed;right:0;top:0;transition:opacity .3s,visibility .3s;visibility:hidden;z-index:9999}.modal.open{opacity:1;visibility:visible}.modal-content{background-color:#191b1f;border:1px solid hsla(0,0%,100%,.1);border-radius:12px;box-shadow:0 5px 20px #0000004d;display:flex;flex-direction:column;max-height:90vh;max-width:550px;overflow:hidden;transform:scale(.95);transition:transform .3s;width:100%}.modal.open .modal-content{transform:scale(1)}.agreement .div,.faq-header-container,.instruction .div,.steam .div{align-items:center;background-color:#0f1215;border-bottom:1px solid hsla(0,0%,100%,.1);box-sizing:border-box;color:#fff;display:flex;justify-content:space-between;padding:20px 24px;width:100%}.agreement .text-wrapper,.faq .text-wrapper,.instruction .text-wrapper,.steam .text-wrapper{color:#fff;font-family:Inter-SemiBold,Helvetica;font-size:20px;font-weight:600;letter-spacing:0;line-height:24px;position:relative;width:-moz-fit-content;width:fit-content}.text-wrapper{color:#fff;flex:1;font-family:Figtree-SemiBold,Helvetica;font-size:24px;font-weight:600;letter-spacing:-.48px;line-height:24px;margin-right:16px;white-space:nowrap}.close-button{cursor:pointer}.close-button:hover{opacity:.8}.close-button .img{height:20px;width:20px}.faq-header-container a{align-items:center;display:flex;flex-shrink:0;justify-content:center}.faq-header-container a img{height:32px;width:32px}.agreement .div-2,.faq .div-2,.instruction .div-2,.steam .div-2{max-height:70vh;overflow-y:auto;padding:20px 24px}.faq .div-2{padding:10px 0}.faq-header{align-items:center;box-sizing:border-box;cursor:pointer;display:flex;justify-content:space-between;padding:16px 20px;position:relative;width:100%}.question-text{color:#fffc;flex:1;font-family:Figtree-Medium,Helvetica;font-size:18px;font-weight:500;line-height:24px;margin:0;max-width:calc(100% - 48px);overflow:hidden;padding-right:10px;text-overflow:ellipsis}.dropdown-icon{display:block;flex-shrink:0;height:28px;position:relative;transition:transform .3s ease;width:28px;z-index:10}.dropdown-icon.rotated{transform:rotate(180deg)}.faq-content{border-top:1px solid hsla(0,0%,100%,.05);max-height:0;opacity:0;overflow:hidden;padding:0 20px;transition:max-height .4s cubic-bezier(0,1,0,1),opacity .2s ease,padding .2s ease}.faq-content.open{max-height:2000px;opacity:1;padding:0 20px 20px;transition:max-height .4s ease-in-out,opacity .3s ease-in,padding .3s ease}.answer-text{color:#fff9;font-family:Figtree-Regular,Helvetica;font-size:16px;font-weight:400;line-height:22px;margin:15px 0 5px}.faq-modal-content{max-width:100%!important;width:95%!important}.agreement .div-4{margin-bottom:20px}.agreement .text-wrapper-2{color:#fff;font-family:Inter-SemiBold,Helvetica;font-size:18px;font-weight:600;letter-spacing:0;line-height:22px;margin-bottom:12px}.agreement .text-wrapper-3{color:#fff;font-family:Inter-Medium,Helvetica;font-size:16px;font-weight:500;letter-spacing:0;line-height:20px;margin-bottom:12px}.agreement .text-wrapper-4{color:#b1b1b1;font-family:Inter-Regular,Helvetica;font-size:14px;letter-spacing:0;line-height:18px;margin-bottom:20px}.agreement .div-5{margin-top:20px}.agreement .p{color:#fff;font-family:Inter-Medium,Helvetica;font-size:16px;font-weight:500;letter-spacing:0;line-height:22px;margin-bottom:16px}.agreement .text-wrapper-5{color:#b1b1b1;font-family:Inter-Regular,Helvetica;font-size:14px;letter-spacing:0;line-height:20px}.instruction{border-radius:inherit;flex-direction:column;justify-content:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.instruction,.instruction .div{align-items:center;background-color:#0f1215;display:flex;position:relative;width:100%}.instruction .div{align-self:stretch;border-bottom:0;box-sizing:border-box;color:#fff;flex:0 0 auto;justify-content:space-between;padding:20px 24px}.instruction .text-wrapper{color:#fff;font-family:Figtree-SemiBold,Helvetica;font-size:24px;font-weight:600;letter-spacing:-.48px;line-height:24px;position:relative;white-space:nowrap;width:-moz-fit-content;width:fit-content}.instruction .img{height:32px;position:relative;width:32px}.instruction .div-2{align-items:flex-start;align-self:stretch;box-sizing:border-box;display:flex;flex:1;flex-direction:column;gap:10px;max-height:calc(80vh - 80px);overflow-y:auto;padding:12px 24px;position:relative;scrollbar-color:rgba(146,80,255,.4) transparent;scrollbar-width:thin;width:100%}.instruction .div-2::-webkit-scrollbar{width:5px}.instruction .div-2::-webkit-scrollbar-track{background:transparent}.instruction .div-2::-webkit-scrollbar-thumb{background-color:#9250ff66;border-radius:5px}.instruction .text-wrapper-5{color:#fff9;font-family:Figtree-Regular,Helvetica;font-size:15px;font-weight:400;letter-spacing:0;line-height:22px;position:relative;width:100%;word-wrap:break-word;overflow-wrap:break-word;white-space:normal}.instruction .div-4,.instruction .instruction-header{align-items:center;align-self:stretch;display:flex;flex:0 0 auto;gap:0;padding:0;position:relative;width:100%}.instruction .text-wrapper-2{color:#ffffffe6;font-family:Figtree-Medium,Helvetica;font-size:18px;font-weight:500;letter-spacing:0;line-height:24px;position:relative;width:100%;word-wrap:break-word}.instruction-content{margin-top:8px;width:100%}.instruction .modal-content{display:flex;flex-direction:column;max-height:80vh;max-width:550px}.instruction .div-3,.instruction-item{align-items:flex-start;align-self:stretch;background-color:#191b1f;border-radius:12px;box-sizing:border-box;display:flex;flex:0 0 auto;flex-direction:column;gap:10px;margin-bottom:10px;overflow:hidden;padding:20px;position:relative;width:100%}.instruction .div-3:last-child{margin-bottom:0}.instruction .instruction-content{width:100%}.instruction p{margin:0}.steam{border-radius:inherit;flex-direction:column;justify-content:center}.steam,.steam .div{align-items:center;background-color:#0f1215;display:flex;position:relative;width:100%}.steam .div{align-self:stretch;border-color:transparent;color:#fff;flex:0 0 auto;justify-content:space-between;padding:20px 24px}.steam .text-wrapper{font-family:Figtree-SemiBold,Helvetica;font-size:24px;font-weight:600;letter-spacing:-.48px;line-height:24px;position:relative;white-space:nowrap;width:-moz-fit-content;width:fit-content}.steam .img{height:32px;position:relative;width:32px}.steam .div-2{padding:0 24px 5px}.steam .div-2,.steam .div-6{align-items:flex-start;align-self:stretch;background-color:#0f1215;box-sizing:border-box;display:flex;flex:0 0 auto;flex-direction:column;gap:20px;position:relative;width:100%}.steam .div-6{padding:24px}.steam .div-3{align-self:stretch;background:linear-gradient(-90deg,#081c2f,#1a5993);border-radius:16px;box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;justify-content:center;min-height:133px;overflow:hidden;padding:24px;width:100%}.steam .div-3,.steam .div-4{align-items:flex-start;position:relative}.steam .div-4{display:inline-flex;flex:0 0 auto;flex-wrap:wrap;gap:5px}.steam .text-wrapper-2{color:#fff9;font-family:Figtree-Regular,Helvetica;font-size:15px;font-weight:400;margin-top:-1px;white-space:nowrap;width:-moz-fit-content;width:fit-content}.steam .text-wrapper-2,.steam .text-wrapper-3{letter-spacing:0;line-height:normal;position:relative}.steam .text-wrapper-3{color:#fff;font-family:Figtree-SemiBold,Helvetica;font-size:24px;font-weight:600;width:100%;word-wrap:break-word}.steam .text-wrapper-4{color:#fff9;font-family:Figtree-Regular,Helvetica;font-size:15px;font-weight:400;letter-spacing:0;line-height:normal;position:relative;white-space:nowrap;width:-moz-fit-content;width:fit-content}.steam .div-5{align-items:flex-start;display:flex;flex:0 0 auto;flex-direction:column;gap:10px;width:100%}.steam .div-5,.steam .p{align-self:stretch;position:relative}.steam .p{color:#fffc;font-family:Figtree-Medium,Helvetica;font-size:18px;font-weight:500;line-height:25.2px;margin-top:-1px}.steam .p,.steam .text-wrapper-5{letter-spacing:0;word-wrap:break-word}.steam .text-wrapper-5{color:#fff6;font-family:Figtree-Regular,Helvetica;font-size:16px;font-weight:400;line-height:22.4px}.steam .btn,.steam .text-wrapper-5{align-self:stretch;position:relative}.steam .btn{align-items:center;background-color:#0f1215;box-sizing:border-box;display:flex;flex:0 0 auto;flex-direction:column;gap:0;margin:0;padding:0;width:100%}.steam .button-link{display:block;text-align:center;text-decoration:none;width:100%}.steam .button{align-items:center;align-self:stretch;background:linear-gradient(135deg,#9250ff,#6d48ff);border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-family:Figtree-SemiBold,Helvetica;font-size:16px;font-weight:600;justify-content:center;min-width:200px;overflow:hidden;padding:16px 24px;position:relative;width:100%}@media (max-width:768px){.instruction .div-2>*,.instruction .div-3,.instruction-item,.steam .div-2>*,.steam .div-3{box-sizing:border-box!important;left:0!important;max-width:100%!important;min-width:100%!important;right:0!important;width:100%!important}.instruction,.instruction .div-2,.instruction .div-6,.steam,.steam .div-2,.steam .div-6{box-sizing:border-box!important;width:100%!important}.modal-content{max-height:85vh;max-width:500px;width:100%}.agreement .div,.faq-header-container,.instruction .div,.steam .div{padding:16px 20px}.agreement .div-2,.faq .div-2,.instruction .div-2,.steam .div-2{max-height:calc(85vh - 60px);padding:16px 20px}.instruction .div-2{max-height:calc(85vh - 80px);padding:12px 16px;width:100%}.instruction{width:100%}.faq-header{padding:14px 16px}.question-text{font-size:16px;line-height:22px}.answer-text{font-size:14px;line-height:20px}.faq-content.open{max-height:1000px;padding:0 16px 16px}.agreement .text-wrapper,.instruction .text-wrapper,.steam .text-wrapper{font-size:18px;line-height:22px}.agreement .p,.agreement .text-wrapper-2,.agreement .text-wrapper-4{font-size:14px;line-height:20px}.instruction .text-wrapper-2{font-size:16px;line-height:20px}.instruction .text-wrapper-5{font-size:14px;line-height:20px}.steam .div-3{box-sizing:border-box;max-width:100%;min-width:100%;padding:16px;width:100%!important}.steam{width:100%}.steam .div-6{padding:20px;width:100%}.steam .text-wrapper-3{font-size:20px;line-height:28px}.steam .p{font-size:16px;line-height:22px}.steam .text-wrapper-5{font-size:14px;line-height:20px}.steam .button{min-width:100%;padding:16px;width:100%}.faq-header-container a img{height:28px;width:28px}}@media (max-width:480px){.instruction .div-2>*,.instruction .div-3,.instruction-item,.steam .div-2>*,.steam .div-3{box-sizing:border-box!important;left:0!important;margin:0 0 10px!important;max-width:100%!important;min-width:100%!important;padding:12px!important;right:0!important;width:100%!important}.instruction,.instruction .div-2,.instruction .div-6,.steam,.steam .div-2,.steam .div-6{box-sizing:border-box!important;width:100%!important}.modal-content{max-height:90vh;max-width:100%;width:95%}.modal{padding:10px}.faq-content{padding:0 12px}.faq-content.open{max-height:800px;padding:0 12px 12px}.faq-item{margin-bottom:8px}.agreement .div-2{padding:12px 16px}.instruction .div-2{max-height:calc(90vh - 70px);padding:10px 12px;width:100%}.instruction{width:100%}.instruction .div-3{padding:12px}.instruction .div-3,.instruction-item{margin:0 0 10px;max-width:100%;min-width:100%;width:100%!important}.instruction-item{box-sizing:border-box;flex:0 0 auto;left:0;right:0}.instruction .text-wrapper-5{font-size:13px;line-height:18px}.steam .div-2{padding:0 16px 5px;width:100%}.steam{width:100%}.steam .div-3{left:0;margin:0;max-width:100%;min-width:100%;right:0;width:100%!important}.steam .button{min-width:100%!important;padding:16px!important;width:100%!important}.faq-header-container a img{height:24px;width:24px}}@media (max-width:360px){.instruction .div-2>*,.instruction .div-3,.instruction-item,.steam .div-2>*,.steam .div-3{box-sizing:border-box!important;left:0!important;margin:0 0 10px!important;max-width:100%!important;min-width:100%!important;padding:10px!important;right:0!important;width:100%!important}.instruction,.instruction .div-2,.instruction .div-6,.steam,.steam .div-2,.steam .div-6{box-sizing:border-box!important;width:100%!important}.modal-content{max-height:95vh;max-width:100%;width:100%}.faq-header{padding:12px}.faq-content{padding:0 10px}.faq-content.open{max-height:600px;padding:0 10px 10px}.agreement .div,.instruction .div,.steam .div{padding:12px 16px}.instruction .div-2{max-height:calc(95vh - 60px);padding:8px 12px;width:100%}.instruction{width:100%}.instruction .div-3{padding:10px}.instruction .div-3,.instruction-item{box-sizing:border-box;margin:0 0 10px;max-width:100%;min-width:100%;width:100%!important}.instruction .text-wrapper-2{font-size:15px;line-height:20px}.instruction .text-wrapper-5{font-size:12px;line-height:16px}.steam .div,.steam .div-6{padding:12px 16px}.steam{width:100%}.steam .div-3{box-sizing:border-box;max-width:100%;min-width:100%;padding:12px;width:100%!important}.steam .button{min-width:100%!important;padding:14px!important;width:100%!important}.faq-header-container a img{height:20px;width:20px}}.desktop-layout{display:flex;flex-direction:column;width:100%}@media (max-width:768px){.desktop-layout{display:none}}.payment-page{margin:2rem auto;max-width:600px;padding:2rem;text-align:center}.payment-status{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;padding:2rem}.pending{border-top:4px solid #ffc107}.success{border-top:4px solid #4caf50}.fail{border-top:4px solid #f44336}.iconorder{height:64px;margin-bottom:1rem;width:64px}.success .iconorder{color:#4caf50}.fail .iconorder{color:#f44336}.loader{animation:spin 1s linear infinite;border:5px solid #f3f3f3;border-radius:50%;border-top-color:#3498db;height:50px;margin:0 auto 1rem;width:50px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.buttonorder{background:#3498db;border:none;border-radius:4px;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;margin:.5rem;padding:.75rem 1.5rem;text-decoration:none}.buttonorder.secondary{background:#e0e0e0;color:#333}.buttonorder:hover{opacity:.9}h2{color:#333}h2,p{margin-bottom:1rem}p{color:#666}
