#root{--bg: #020101;--red: #2272AC;--darkred: #16355C;--radius: 5px;--grey: #081525;--subtext: #a1a1a1;--loading:#181818;--width: 100px}*{box-sizing:border-box}body{background-color:#1b1b1b;overflow-x:hidden;margin:0;max-width:100vw;background-position:center;background-repeat:no-repeat;background-attachment:fixed}@media screen and (max-width: 650px){body{background-image:none}}html{overflow-x:hidden;max-width:100vw}html::-webkit-scrollbar-thumb{background-color:#303030;border-radius:6px}html::-webkit-scrollbar{width:6px;background-color:#020101}.background-video{top:0;left:0;position:fixed;min-height:100%;opacity:.07;-webkit-user-select:none;user-select:none;z-index:-10;min-width:100%}a{text-decoration:none}@font-face{font-family:Light;src:url(/assets/SFProDisplay-Light-ZkOZ22y6.woff2) format("woff2"),url(/assets/SFProDisplay-Light-Cf1TQttu.woff) format("woff");font-display:swap}@font-face{font-family:Medium;src:url(/assets/SFProDisplay-Medium-DFjTwer_.woff2) format("woff2"),url(/assets/SFProDisplay-Medium-CBN94L01.woff) format("woff");font-display:swap}@font-face{font-family:Bold;src:url(/assets/SFProDisplay-Bold-ByYGQxZ7.woff2) format("woff2"),url(/assets/SFProDisplay-Bold-CqRxd5uV.woff) format("woff");font-display:swap}h1,h2,h3,p{margin:0;padding:0;font-weight:400;font-size:1rem;line-height:1}h1{font-family:Bold;color:#fff}h2{font-family:Medium;color:#fff}h3{font-family:Light;color:#fff}p{font-family:Light;color:var(--subtext)}button{padding:1rem 2.7rem;border-radius:var(--radius);background:none;width:fit-content;transition:all ease-in-out .15s}.navbar{width:100%;max-width:100vw;position:sticky;top:0;z-index:998;padding:0 10rem;background-color:#020101f2;height:3.5rem;border-bottom:var(--grey) thin solid;transition:height .25s ease-in-out}.navbar:after{content:"";position:absolute;bottom:20px;left:0;width:100%;height:20rem;background:linear-gradient(to bottom,rgba(2,1,1,.95),transparent);pointer-events:none}.navbar-expanded{height:11rem}.navbar-items{width:100%;max-width:200rem;margin:0 auto;position:relative;max-height:3.5rem;height:3.5rem;display:flex;align-items:center;justify-content:space-between}.nav-name{display:flex;align-items:center;width:15rem;padding:0 1rem;margin-right:5rem}.nav-name h2{white-space:nowrap}.nav-logo{height:20px;margin-right:10px}.nav-links{display:flex;justify-content:space-between;width:80%;max-width:35rem}.nav-links a{text-decoration:none}.nav-links h3:hover:not(.socials h3){cursor:pointer;transition:color ease-in-out .15s;color:var(--red)}.social-link svg:not(.socials svg){height:10px;rotate:90deg;width:15px}.social-link{position:relative;overflow:hidden;max-height:1rem;width:fit-content}.socials{position:absolute;left:0;z-index:99;right:0;opacity:0;top:15px;height:fit-content;padding-top:11px;width:fit-content;margin:auto;transform:translateY(10px);transition:all ease-in-out .3s}.social-link-visible{overflow:visible;transition:all ease-in-out .3s}.socials-open{position:absolute;transform:translateY(0);opacity:1}.social-container{display:flex;flex-direction:column;align-items:center;min-width:7rem;width:7rem;border-radius:var(--radius);background-color:var(--bg);border:thin solid var(--grey);height:fit-content}.socials h3{display:flex;text-align:left;align-items:center}.socials a{border-bottom:thin solid var(--grey);width:6rem;padding:8px 0}.socials a:last-child{border-bottom:0}.socials svg{height:24px;width:24px;margin-right:5px}.nav-search{display:flex;position:relative;align-items:center;padding:0 1rem;min-width:15rem;width:15rem;height:2rem;transition:border .15s ease-in-out;border:thin solid var(--grey);border-radius:10rem;margin-left:5rem}.nav-search input{height:100%;outline:none;font-family:Light;font-size:14px;width:calc(100% - 34px);border:none;background:none;color:#fff}.nav-search svg{height:24px;padding-left:10px;border-left:thin solid var(--grey)}.nav-search-popup{display:flex;opacity:0;-webkit-user-select:none;user-select:none;position:absolute;flex-direction:column;width:150%;padding:10px 10px 2px;z-index:9999;left:-25%;border-radius:var(--radius);top:3.5rem;background-color:var(--bg);transition:all ease-in-out .25s;border:thin solid var(--grey);transform:translateY(10px);height:20rem;overflow-y:auto;pointer-events:none;-moz-user-select:none}.invalid-search{text-align:center;margin:auto;margin-top:2rem}.popup-active{opacity:1;pointer-events:all;transform:translateY(0);-webkit-user-select:all;user-select:all;display:flex}.popup-item{display:flex;height:5rem;padding:5px;cursor:pointer;min-height:5rem;max-height:5rem;-webkit-user-select:none;user-select:none;margin-bottom:10px;width:100%;border:thin solid var(--grey);border-radius:var(--radius);transition:all ease-in-out .2s}.popup-item:hover{border:thin solid white}.popup-item img{max-height:100%;border-radius:var(--radius);object-fit:cover;max-width:6rem;min-width:6rem;min-height:100%}.popup-item h2{margin:auto 0 auto 10px}.nav-search-popup::-webkit-scrollbar-thumb{background-color:var(--grey);border-radius:7px}.nav-search-popup::-webkit-scrollbar{width:6px}.mobile-nav:before{content:"";position:absolute;height:1px;background-color:#fff;top:0;right:0;width:30px}.mobile-nav{display:none;align-items:center;justify-content:end;position:relative;width:30px;height:20px}.mobile-line{width:30px;height:1px;background-color:#fff}.mobile-nav:after{content:"";right:0;position:absolute;height:1px;background-color:#fff;bottom:0;width:30px}.mobile-nav-links{display:none;align-items:center;flex-direction:column;width:100%;height:7rem;max-height:0rem;overflow:hidden;transition:all .15s ease-in-out}.mobile-links{display:flex;justify-content:space-between;align-items:center;max-width:20rem;width:100%;height:4rem;min-height:4rem}.mobile-links h3{font-size:18px}.mobile-socials svg{color:#fff;height:30px;margin:.5rem 10px;width:30px}@media screen and (max-width: 1200px){.navbar{position:fixed;width:100%;padding:0 5rem}.mobile-nav,.mobile-nav-links{display:flex}.navbar-expanded .mobile-nav-links{max-height:7rem}.nav-links{display:none}.nav-name{padding:0;width:fit-content;margin-right:0}.nav-search{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto}}@media screen and (max-width: 800px){.nav-search{position:relative}}@media screen and (max-width: 650px){.navbar{padding:0 2rem}.nav-name h2{display:none}.nav-name{width:30px;margin-right:10px}.mobile-nav{margin-left:10px}.nav-search{min-width:none;max-width:50%}.nav-name svg{margin:0}}section{padding:0 10rem;margin:0 auto;max-width:200rem}@media screen and (max-width: 1200px){section{padding:0 5rem}}@media screen and (max-width: 650px){section{padding:0 2rem}}.home{display:flex;align-items:center;justify-content:space-between;width:100%;margin:13rem auto;height:fit-content}.home-header{min-width:40rem;width:40rem;margin-right:5rem}.home-title{display:flex;width:100%}.home-title h2{font-size:5rem}.home-header img{width:15rem;margin-right:2rem}.home-subtext{margin-top:2rem;font-size:16px}.home-buttons{margin-top:2rem;display:flex}.home-store{border:thin solid var(--red);margin-right:1.5rem;color:#fff;transition:all ease-in-out .15s}.home-status{color:#fff;border:thin solid var(--grey)}.home-store:hover{background-color:var(--red);color:var(--bg)}.home-status:hover{background-color:var(--grey)}.home-video{max-width:40rem;width:45%;min-width:30rem}.home-video iframe{width:100%;border-radius:var(--radius);aspect-ratio:16/9}.home-video h2{font-size:2rem;margin-bottom:1rem}.dots{display:flex;justify-content:center}.dot{height:10px;background-color:var(--grey);width:5rem;border-radius:1rem;margin:5px 1rem}.active-dot{height:10px;border-radius:1rem;width:5rem;margin:5px 1rem;background-color:var(--red)}@media screen and (max-width: 1400px){.home{flex-direction:column}.home-header{flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:35rem;min-width:0;margin-right:0;margin-bottom:10rem}.home-title{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%}.home-title h2{font-size:5rem}.home-header img{width:15rem;margin-right:0}.home-subtext{margin-top:2rem;font-size:16px;text-align:center}.home-buttons{margin-top:2rem;display:flex;justify-content:center}.home-video h2{text-align:center}.home-video{width:100%;max-width:35rem;min-width:0}}.stats{width:100%;max-width:100%;background-color:var(--red);height:15rem}.stats-container{display:flex;justify-content:space-around;align-items:center;width:100%;margin:0 auto;max-width:200rem;height:15rem}.stat{display:flex;flex-direction:column;align-items:center}.stat svg{height:4rem;width:4rem}.stat h1{font-size:4.5rem;color:var(--bg)}.stat h3{font-size:2rem;color:var(--bg)}@media screen and (max-width: 1200px){.stat svg{height:2.75rem;width:2.75rem}.stat h1{font-size:3.25rem;color:var(--bg)}.stat h3{font-size:1.25rem;color:var(--bg)}}@media screen and (max-width: 700px){.stats{width:100%;max-width:100%;background-color:var(--red);height:fit-content}.stats-container{display:flex;flex-direction:column;justify-content:space-around;align-items:center;width:100%;max-width:200rem;height:100%;padding:2rem 0}.stat{margin:2rem 0}}.image-slider{padding:0}.scroller{margin:12rem auto auto;width:100%;padding:0;max-width:250rem}.scroller__inner{padding-block:1rem;display:flex;flex-wrap:wrap;gap:1rem}.scroller_item{transition:transform .3s ease}.scroller_item:hover{transform:scale(1.05)}.scroller[data-animated=true]{width:100%;padding:0;-webkit-mask:linear-gradient(90deg,transparent,white 20%,white 80%,transparent);mask:linear-gradient(90deg,transparent,white 20%,white 80%,transparent)}.scroller[data-animated=true] .scroller__inner{width:max-content;flex-wrap:nowrap;animation:scroll 40s forwards linear infinite}.scroller__inner img{height:15rem;border-radius:var(--radius);border:thin solid var(--grey);aspect-ratio:16/9}@media screen and (max-width: 1200px){.scroller__inner img{height:15rem}}@media screen and (max-width: 700px){.scroller__inner img{height:10rem}}@keyframes scroll{to{transform:translate(calc(-50% - .5rem))}}.popular-categories{display:flex;flex-direction:column;margin-top:15rem}.popular-categories h2{font-size:25px}.categories{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}.category-card{display:flex;margin-right:10px;overflow:hidden;margin-bottom:10px;border-radius:var(--radius);border:thin solid var(--red);height:24rem;width:17rem}.category-card img{object-fit:cover;min-height:100%;min-width:100%}.category-header{width:100%;display:flex;align-items:center;margin-bottom:2rem;justify-content:space-between}.category-header button{border:thin solid var(--grey)}.category-header button:hover{border:thin solid var(--red);background-color:var(--red)}.category-mobile-btn{display:none;border:thin solid var(--grey)}@media screen and (max-width: 1200px){.category-header{justify-content:center}.category-header button{display:none}.category-mobile-btn{margin:1rem auto;display:flex}}.offer{margin-top:15rem}.offer-title{font-size:25px;margin-bottom:2rem}.offer-grid{display:grid;gap:10px;width:100%;grid-template-areas:"box1 box1 box1 box1 box1 box2 box2 box2" "box3 box3 box3 box4 box4 box4 box5 box5"}.offer-box{color:#fff;display:flex;height:20rem;padding:2rem;flex-direction:column;justify-content:center;border-radius:var(--radius);position:relative}.offer-background-img{z-index:0;position:absolute;border-radius:var(--radius);height:100%;left:0;width:100%;object-fit:cover}.offer-filter{z-index:1;opacity:.9;position:absolute;height:100%;left:0;width:100%;border-radius:var(--radius);object-fit:cover}.offer-box h1{z-index:2;font-size:2.5rem;margin-bottom:20px}.offer-box p{z-index:2;color:#fff;font-size:20px}.box1{text-align:left;border:thin solid var(--red);grid-area:box1}.box2{text-align:right;grid-area:box2;border:thin solid var(--grey)}.box3{text-align:left;grid-area:box3;border:thin solid var(--grey)}.box4{text-align:center;grid-area:box4;border:thin solid var(--red)}.box5{text-align:right;grid-area:box5;border:thin solid var(--red)}@media screen and (max-width: 1910px){.categories{justify-content:center}}@media screen and (max-width: 1200px){.offer-title{text-align:center}.offer-box h1{z-index:2;font-size:2rem;margin-bottom:20px}.offer-box p{z-index:2;color:#fff;font-size:1rem}.box1{text-align:center}.box2{text-align:left}.box3{text-align:right}.box4{text-align:left}.box5{text-align:right}.offer-grid{grid-template-areas:"box1 box1 box1 box1 box1 box1 box1 box1" "box2 box2 box2 box2 box3 box3 box3 box3" "box4 box4 box4 box4 box4 box5 box5 box5"}}@media screen and (max-width: 700px){.box1{text-align:right}.offer-grid{grid-template-areas:"box1" "box2" "box3" "box4" "box5"}}.faq{margin-top:15rem}.faq-container{display:flex;width:100%;height:fit-content;justify-content:space-between}.faq-title{font-size:25px;margin-bottom:2rem}.faq-boxes{margin-right:2rem}.faq-box{width:100%;max-width:40rem;min-width:30rem;overflow:hidden;max-height:3.5rem;border:thin solid var(--grey);border-radius:var(--radius);margin-bottom:10px;transition:all ease-in-out .35s}.faq-box-active{border:thin solid var(--red);max-height:20rem}.faq-question{display:flex;padding:0 1rem;align-items:center;justify-content:space-between;height:3.5rem}.faq-icon{display:flex;justify-content:center;align-items:center;position:relative;width:15px;background-color:#fff;height:1px}.faq-icon:after{content:"";position:absolute;height:15px;background-color:#fff;width:1px;transition:height ease-in-out .25s}.faq-box-active .faq-icon:after{content:"";position:absolute;height:1px;background-color:#fff;width:1px}.faq-answer{padding:0 1rem 1rem}.faq-media-container{display:flex;align-items:start;justify-content:start;height:100%;width:fit-content}.faq-media{align-items:center;justify-content:center;display:none;height:19.6875rem;width:35rem}.faq-media img{height:100%}.faq-media-active{display:flex}@media screen and (max-width: 1700px){.faq-media{height:16.875rem;width:30rem}}@media screen and (max-width: 1350px){.faq-media{height:12.375rem;width:22rem}}@media screen and (max-width: 1200px){.faq-title{text-align:center}.faq-media{margin-top:2rem;height:14.0625rem;width:25rem}.faq-container{display:flex;flex-direction:column;align-items:center;width:100%;height:fit-content;justify-content:center}.faq-boxes{margin-right:0}.faq-box{width:100%;max-width:40rem;min-width:0}}@media screen and (max-width: 700px){.faq-media{margin-top:2rem;height:auto;aspect-ratio:16/9;max-width:100%}}.reviews{width:100%;margin-top:15rem}.reviews h2{font-size:25px;margin-bottom:2rem}.widget{width:100%;height:40rem;margin:0 auto;max-width:130rem;border:thin solid var(--red)}@media screen and (max-width: 1200px){.reviews h2{text-align:center}}.banner{display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;width:100%;height:22rem;border-bottom:thin solid var(--red)}.banner img{top:-15rem;z-index:0;opacity:.25;object-fit:cover;position:absolute;width:100%}.banner-title{z-index:1}.banner-title h1{text-align:center;font-size:35px;margin-bottom:1rem}.banner-title h3{text-align:center}.cheat-categories{display:flex;width:100%;margin-top:3rem;justify-content:center;flex-wrap:wrap}.cheat-category{display:flex;align-items:center;cursor:pointer;border:thin solid var(--red);border-radius:var(--radius);margin:10px;text-decoration:none;padding:12px 1.3rem;transition:all ease-in-out .15s}.cheat-category-active,.cheat-category:hover{background-color:var(--darkred)}.cheat-category svg{height:25px;margin-right:5px;width:25px}.products{width:100%;display:flex;margin-top:5rem;flex-wrap:wrap;justify-content:center}.card{height:20rem;border:thin solid var(--red);width:17rem;margin:10px;border-radius:var(--radius);overflow:hidden}.card-inactive{-webkit-user-select:none;user-select:none;-moz-user-select:none;pointer-events:none;opacity:.5}.nostock{text-align:center}.card img{object-fit:cover;max-width:100%;width:100%;min-height:145px;max-height:145px;mask:linear-gradient(180deg,white 10%,white 90%,transparent);-webkit-mask:linear-gradient(180deg,white 10%,white 90%,transparent)}.card-title{padding:7px 0;width:calc(100% - 2rem);margin:0 auto;border-bottom:thin solid var(--red)}.title-long{font-size:12px}.card-title h2{text-align:center}.card-subtext{width:100%;overflow:hidden;max-height:5rem;height:5rem;padding:10px 1rem}.card-purchase{display:flex;height:3rem;justify-content:space-between;width:100%;margin-top:auto;padding:0 1rem}.card-price{display:flex;flex-direction:column;justify-content:space-between}.card-price h2{font-size:1.5rem}.card-price h3{margin-top:13px}.card-link{display:flex;justify-content:center;align-items:center;border:thin solid var(--red);border-radius:50%;color:#fff;rotate:180deg;height:3rem;width:3rem;transition:all ease-in-out .15s}.card-inactive .card-link{-webkit-user-select:none;user-select:none}.card-link:hover{background-color:var(--darkred)}.card-link:hover svg{animation:wiggle infinite 1s ease-in-out}.card-link svg{height:30px;transform:translate(0);width:30px}@keyframes wiggle{33%{transform:translate(1px)}66%{transform:translate(-1px)}to{transform:translate(0)}}.sellix-inactive{border:thin solid var(--grey)}.breadcrumbs{display:flex;position:absolute;left:10rem;top:10rem}.breadcrumbs h3{margin-right:5px}.breadcrumbs span{color:var(--subtext)}.breadcrumbs a{color:#fff}.breadcrumbs h3:not(.breadcrumbs h3 span) a:hover{color:var(--red)}.product-hero{display:flex;flex-direction:column;width:100%;border-radius:var(--radius);padding:1rem;border:thin solid var(--red)}.product-hero-info{display:flex;width:100%;padding-bottom:2rem;border-bottom:thin solid var(--red)}.product-hero-info-no-media{padding-bottom:0;border-bottom:none}.product-hero-info img{margin-right:1rem;border-radius:var(--radius);min-height:200px;max-height:200px}.hero-info{display:flex;flex-direction:column;width:100%}.hero-header{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:10px}.hero-header h1{margin-right:15px;font-size:25px}.hero-tags{display:flex;width:fit-content}.hero-description p{font-size:17px}.hero-header .undetected{padding:10px;margin-right:1rem;border:thin solid green;border-radius:var(--radius)}.hero-header .detected{padding:10px;margin-right:1rem;border:thin solid var(--red);border-radius:var(--radius)}.hero-header .use{padding:10px;margin-right:1rem;border:thin solid orange;border-radius:var(--radius)}.hero-header .up{padding:10px;border:thin solid green;border-radius:var(--radius)}.hero-header .offline{padding:10px;border:thin solid var(--grey);border-radius:var(--radius)}.hero-header .updating{padding:10px;border:thin solid yellow;border-radius:var(--radius)}.hero-tags div{white-space:nowrap}@media screen and (max-width: 1600px){.product-hero-info img{margin-right:1rem;border-radius:var(--radius);width:40%;min-width:15rem;object-fit:cover}.hero-header{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;width:100%;height:fit-content}.hero-tags div{margin-top:1rem;margin-bottom:1rem}}.product-hero-media{margin-top:2rem;width:100%}.hero-medias{width:100%;display:flex;justify-content:space-between;gap:10px}.hero-medias iframe{width:100%;aspect-ratio:16/9;height:auto;display:none;border-radius:var(--radius)}.hero-medias img{display:none;width:100%;cursor:pointer;object-fit:cover;border-radius:var(--radius);aspect-ratio:16/9}.fullscreen-backdrop{position:fixed;display:flex;align-items:center;justify-content:center;top:0;right:0;left:0;bottom:0;margin:auto;height:100vh;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#020101cc;width:100vw}.fullscreen-disabled{display:none}.fullscreen-img{width:70vw;max-width:40rem;height:70vh;margin:auto;max-height:40rem}.fullscreen-img button{display:flex;align-items:center;justify-content:center;border-radius:50%;border:thin solid var(--grey);max-height:2.5rem;height:2.5rem;padding:0;max-width:2.5rem;color:#fff;width:2.5rem;margin-bottom:10px;margin-left:auto;cursor:pointer}.fullscreen-img button svg{height:20px;width:20px;transition:all ease-in-out .3s}.fullscreen-img button:hover svg{height:20px;width:20px;rotate:90deg}.fullscreen-img img{height:100%;width:100%;object-fit:contain}.hero-medias .active-media{display:flex}.hero-media-nav{display:flex;width:100%;justify-content:center;margin-top:10px}.product{display:flex;flex-direction:row;justify-content:space-between;width:100%;margin-top:15rem}.product-containers{width:70%;max-width:65rem;margin-right:5rem}.product-purchase{min-width:30rem;width:30rem;position:relative;display:flex;justify-content:end}.product-hero-info{min-height:10rem}.purchase-window{position:fixed;display:flex;flex-direction:column;border-radius:var(--radius);border:thin solid var(--red);width:25rem;padding:1rem}.purchase-window-mobile{display:none;position:fixed;flex-direction:column;border-radius:var(--radius);border:thin solid var(--red);width:25rem;padding:1rem}.purchase-box{width:100%;display:flex;justify-content:space-between;padding:1rem;margin-bottom:10px;border-bottom:thin solid var(--grey)}.payment-tip{font-size:14px;margin-top:1.5rem;margin-bottom:10px}.purchase-window button{max-width:100%;min-width:100%;display:flex;align-items:center;justify-content:center;transition:all ease-in-out .15s;cursor:pointer}.credit-btn{border:thin solid white;margin-top:10px}.credit-btn:hover{background-color:var(--grey)}.sellix-btn:hover{background-color:var(--darkred)}.purchase-window button svg{width:23px;height:23px}.purchase-window button svg{margin:0 5px}.purchase-window button h2{display:flex;text-wrap:nowrap;font-size:16px;align-items:center}.loading{background:linear-gradient(90deg,#181818,#181818 40%,#303030,#181818 60%,#181818);animation:loading 2s infinite ease-in-out;animation-delay:1s;opacity:.5;border:thin solid var(--loading);background-size:250% 200%}@keyframes loading{0%{background-position:100% 0%}70%{background-position:0% 0%}}.loading{animation-fill-mode:both}.product-requirements{width:100%;margin-top:2rem;padding:1rem;border-radius:var(--radius);border:thin solid var(--red)}.product-requirements-header{width:100%;padding-bottom:1rem;border-bottom:thin solid var(--grey);margin-bottom:1rem}.product-requirements-header h2{font-size:22px}.requirement{display:flex;margin-bottom:10px;width:100%}.requirement h2{margin-right:5px}.product-features{width:100%;margin-top:2rem;padding:1rem;border-radius:var(--radius);border:thin solid var(--red)}.product-features-header{width:100%;padding-bottom:1rem;border-bottom:thin solid var(--grey);margin-bottom:1rem}.product-features-header h2{font-size:22px}.features{height:100%;overflow-y:auto;display:flex;flex-wrap:wrap;justify-content:space-between}.feature-list-column{max-width:10rem;width:10rem}.features::-webkit-scrollbar-thumb{background-color:var(--grey);border-radius:7px}.features::-webkit-scrollbar{width:6px}.feature-list{list-style-type:none;padding:0;margin-right:1rem;height:fit-content}.feature-list-title{margin-bottom:10px}.feature-list-title h2{color:var(--red)}@media screen and (max-width: 1600px){.purchase-window{width:20rem}.product-purchase{width:20rem;min-width:20rem}.purchase-window button h2{display:flex;text-wrap:nowrap;font-size:12px;align-items:center}.product-containers{width:70%;max-width:65rem;margin-right:2rem}}@media screen and (max-width: 1200px){.purchase-window{width:17rem}.purchase-window button h2{display:flex;text-wrap:nowrap;font-size:10px;align-items:center}.product-purchase{width:17rem;min-width:17rem}}@media screen and (max-width: 950px){.product-containers{width:100%;min-width:100%;max-width:100%;margin-right:0}.product-purchase{min-width:100%;width:100%;position:relative;display:flex;justify-content:end}.purchase-window{display:none}.purchase-window-mobile{display:flex;position:relative;flex-direction:column;border-radius:var(--radius);border:thin solid var(--red);width:100%;margin-top:2rem;padding:1rem;max-width:30rem;margin:2rem auto 0}.purchase-box-mobile{width:100%;min-width:100%;display:flex;justify-content:space-between;padding:1rem;margin-bottom:10px;border-bottom:thin solid var(--grey)}.payment-tip{font-size:14px;margin-top:1.5rem;margin-bottom:10px}.purchase-window-mobile button{width:100%;display:flex;height:4rem;align-items:center;justify-content:center;transition:all ease-in-out .15s;cursor:pointer}.purchase-window-mobile button h2{display:flex;text-wrap:nowrap;font-size:14px;align-items:center;margin:0 5px;height:100%}}@media screen and (max-width: 700px){.product-hero-info{display:flex;flex-direction:column;width:100%;padding-bottom:2rem;border-bottom:thin solid var(--red)}.product-hero-info img{margin-right:1rem;border-radius:var(--radius);min-height:none;width:100%;margin-bottom:1rem;max-height:none}.breadcrumbs{display:flex;position:absolute;left:2rem;top:10rem}.hero-description{max-height:none}}.status-container{width:100%;max-width:50rem;margin:5rem auto 0}.status-container h1{margin-bottom:1rem}.status-cheats{width:100%;padding:1rem;border:thin solid var(--red);border-radius:var(--radius)}.status-cheat{display:flex;justify-content:space-between;width:100%;padding:10px 0;border-bottom:thin solid var(--grey);margin-bottom:1rem}.status-cheat h2{display:flex;align-items:start;justify-content:flex-start;max-width:33%;width:33%;min-width:33%}.status-cheat .Undetected{color:green}.status-cheat .Detected{color:var(--red)}.status-cheat .Use{color:orange}.status-cheat .Up{color:green}.status-cheat .Offline{color:var(--grey)}.status-cheat .Updating{color:#ff0}.status-cheat h3{display:flex;align-items:center;justify-content:center;max-width:33%;width:33%;min-width:33%}.status-cheat .status-text{align-items:flex-end;justify-content:flex-end}.status-filters{width:100%;display:flex;justify-content:space-between;max-width:50rem;margin:5rem auto 1rem}.status-filter{max-width:35rem;width:70%}.status-searchbar{align-items:center;display:flex;border:thin solid var(--grey);border-radius:var(--radius);width:100%;height:3rem;padding:10px}.status-searchbar input{width:100%;background:none;height:100%;border:none;font-size:14px;color:#fff;outline:none}.status-searchbar svg{padding-left:5px;border-left:thin solid var(--grey)}.status-filter-dropdown{display:flex;flex-direction:column;max-height:3rem;overflow:hidden;width:25%;padding:0 10px;border-radius:var(--radius);transition:all ease-in-out .2s;border:thin solid var(--grey)}.status-filter-dropdown-open{max-height:15rem;display:flex;flex-direction:column;overflow:hidden;width:25%;padding:0 10px;border-radius:var(--radius);border:thin solid var(--grey);transition:all ease-in-out .2s}.category-checkbox{display:flex;position:relative;align-items:center;margin-bottom:5px}.category-checkbox input{z-index:9;opacity:0}.category-checkbox input:checked+.category-checkmark{background-color:var(--red)}.category-checkbox input:checked+.category-checkmark:after{content:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='21'%20height='21'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='none'%20stroke='currentColor'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='32'%20d='M416%20128L192%20384l-96-96'/%3e%3c/svg%3e");display:block;width:100%;transform:translate(-2px,-5px);height:100%;background-repeat:no-repeat;background-position:center}.category-checkmark{height:13px;background-color:var(--grey);width:13px;border-radius:2px;position:absolute;left:0}.dropdown-text{cursor:pointer;display:flex;align-items:center;justify-content:space-between;min-height:3rem;height:3rem}.status-filter-categories{width:100%;padding-top:10px;border-top:thin solid var(--grey)}.status-filter-categories h2{margin-bottom:10px}@media screen and (max-width: 700px){.status-filters{flex-direction:column;align-items:center;gap:1rem}.status-filter-dropdown{display:flex;flex-direction:column;height:3rem;overflow:hidden;width:50%;padding:0 10px;border-radius:var(--radius);border:thin solid var(--grey)}.status-filter-dropdown-open{width:50%;padding:0 10px}}.support{margin-top:5rem;width:100%}.support-helpful{display:flex;flex-direction:column;margin-bottom:10rem;width:100%}.helpful-container{display:flex;flex-wrap:wrap;width:100%;margin-top:1rem}.support-title{font-size:20px}.helpful-link{max-width:100%;padding:10px;border:thin solid var(--red);margin-right:1rem;border-radius:var(--radius)}.helpful-link a{display:flex;color:#fff;align-items:center}.helpful-link a svg{height:25px}.support-issues{margin-bottom:10rem}.issues-container{display:flex;flex-wrap:wrap;width:100%;margin-top:1rem}.issues-link{max-width:24rem;min-width:24rem;max-height:3rem;overflow:hidden;width:100%;border:thin solid var(--red);border-radius:var(--radius);transition:all ease-in-out .35s;margin-right:10px;margin-bottom:10px}.issues-link-active{max-width:24rem;min-width:24rem;max-height:15rem;overflow:hidden;width:100%;border:thin solid var(--red);border-radius:var(--radius);margin-right:10px;margin-bottom:10px;transition:all ease-in-out .35s}.link-prompt{display:flex;align-items:center;height:3rem;padding:10px;justify-content:space-between;width:100%}.link-icon{display:flex;justify-content:center;align-items:center;position:relative;width:15px;background-color:#fff;height:1px}.link-icon:after{content:"";position:absolute;height:15px;background-color:#fff;width:1px;transition:height ease-in-out .25s}.issues-link-active .link-icon:after{content:"";position:absolute;height:1px;background-color:#fff;width:1px}.link-solution{padding:5px 10px 10px}.programs-container{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%;margin-top:1rem;gap:10px}.program{display:flex;flex-direction:column;align-items:center;width:23.5rem;max-width:100%;height:9rem;border-radius:var(--radius);border:thin solid var(--red);background-color:var(--bg);padding:10px}.program-info{display:flex;width:100%;padding-bottom:10px;border-bottom:thin solid var(--grey)}.program-info img{height:4rem}.program-text{margin-left:10px}.program-text h3{margin-top:10px}.program-download{display:flex;align-items:center;width:10rem;height:2rem;cursor:pointer;border:thin solid var(--grey);margin:10px auto}.program-download:hover{background-color:var(--grey)}@media screen and (max-width: 1200px){.support-title{text-align:center}.helpful-container{align-items:center;gap:10px;flex-direction:column;justify-content:center}.issues-container{display:flex;flex-wrap:wrap;flex-direction:column;align-items:center}.programs-container{display:flex;flex-wrap:wrap;justify-content:center}}@media screen and (max-width: 600px){.issues-container,.helpful-link{width:100%}.issues-link,.issues-link-active{max-width:100%;width:100%;min-width:100%}}footer{position:relative;bottom:0;width:100%;margin-top:25rem;padding:2rem 10rem}.footer-main{display:flex;border-top:thin solid var(--red);max-width:200rem;border-bottom:thin solid var(--red);margin:0 auto}.footer-info{width:30rem;height:20rem;margin-top:1rem}.footer-info p{margin-top:1rem;font-size:16px}.footer-info-header{width:100%;display:flex}.footer-list-container{display:flex;margin-left:auto}.footer-list-container ul{margin-right:2rem;display:flex;flex-direction:column;flex-wrap:wrap;max-height:35rem}.footer-list-title{margin-bottom:10px}.footer-list-item a{text-decoration-color:#fff;transition:all ease-in-out .15s}.footer-list-item a p{transition:all ease-in-out .15s}.footer-list-item a:hover{color:#fff;text-decoration-line:underline;text-underline-offset:2px;text-decoration-color:#fff}.footer-list-item a p:hover{color:#fff}.footer-products{width:100%;max-width:200rem;margin:0 auto;display:flex;justify-content:space-between;max-height:25rem;border-bottom:thin solid var(--red)}.footer-products ul{display:flex;flex-direction:column;flex-wrap:wrap;width:100%;padding:10px;max-height:25rem}.footer-bottom{display:flex;align-items:center;height:fit-content;padding:1rem 0;margin:0 auto;max-width:200rem}.footer-bottom a{color:#fff}.footer-bottom a:hover{color:var(--red)}.footer-info-header{display:flex;align-items:center}.footer-info-header img{height:20px;margin-right:1rem}@media screen and (max-width: 1200px){footer{padding:0 5rem}.footer-bottom p{font-size:12px}}@media screen and (max-width: 1200px){.footer-main{flex-direction:column}.footer-info{width:100%;align-items:center;text-align:center;height:fit-content;margin-top:1rem;margin-bottom:2rem}.footer-info-header{display:flex;justify-content:center}.footer-list-container{display:flex;justify-content:center;align-items:center;width:100%;margin:0 auto;margin-bottom:2rem}.footer-list-container ul{text-align:center}.footer-list-container ul{list-style-type:disc}.footer-products{width:100%;display:flex;justify-content:center;align-items:center;max-height:35rem;border-bottom:thin solid var(--red)}.footer-products ul{display:flex;flex-direction:column;flex-wrap:wrap;width:100%;padding:10px;max-height:35rem}}.sellix-btn button{color:#fff}@media screen and (max-width: 750px){.footer-list-container{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;margin:0 auto;margin-bottom:2rem}footer{padding:0 2rem}.footer-bottom p{text-align:center}.footer-products{width:100%;display:flex;justify-content:center;align-items:center;max-height:none;border-bottom:thin solid var(--red)}.footer-products ul{display:flex;flex-direction:column;flex-wrap:wrap;text-align:center;width:fit-content;padding:10px;max-height:none}}.iframe-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9998;background-color:#000c}.close-button{position:fixed;top:0;right:0;height:5rem;border:none;width:5rem}.iframe-popup-content{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);max-width:30rem;width:100%;height:85vh;z-index:9999;overflow:hidden}.popup-iframe{width:100%;height:100%;border:none}.sellix-btn{border:thin solid red;color:#fff;cursor:pointer}.sellix-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000bf;display:flex;justify-content:center;align-items:center;z-index:1000}.sellix-backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:-1}.sellix-iframe-wrapper{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.sellix-iframe-content{width:100%;height:100%;position:relative}.sellix-iframe{width:100%;height:100%;border:none}.sellix-iframe-loader-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.sellix-iframe-loader{width:35px}
