body{background:#161617;min-height:100vh;font-family:Inter;overflow-x:hidden}*{box-sizing:border-box;margin:0;padding:0}.header{z-index:15;width:100%;padding:24px 0 14px;transition:all .2s linear;top:0;left:0}.header .container{max-width:1200px}.header.fixed{-webkit-backdrop-filter:blur(35.5px);backdrop-filter:blur(35.5px)}.header__inner{justify-content:space-between;align-items:center;display:flex}@media (max-width:991px){.header__inner{justify-content:space-between}}.header__inner ul{align-items:center;padding-left:24px;display:flex}@media (max-width:991px){.header__inner ul{display:none}}.header__inner ul a{color:#b3b3b3;padding:8px 12px;font-size:14px;font-style:normal;font-weight:500;line-height:20px;text-decoration:none;display:inline-block}.header__inner ul a:hover{color:#b6f802}.parent{position:relative}.parent>.children{border-radius:var(--S,8px);opacity:0;visibility:hidden;background:#202020;border:1px solid #272727;border-radius:8px;min-width:190px;padding:4px;position:absolute;top:100%;left:0}.parent>.children a{border-radius:var(--S,8px);color:#fff;width:100%;padding:8px 12px;font-size:16px;font-style:normal;font-weight:400;line-height:130%}.parent>.children a:hover{color:#b6f802;background:#212d02}.parent:hover .children{opacity:1;visibility:visible}.header .burger{height:24px}.header .burger svg{width:24px;height:24px}@media (min-width:992px){.header .burger{display:none}}.header__buttons{align-items:center;display:flex}@media (max-width:991px){.header__buttons{display:none}}.language-swicher .current-language{object-fit:cover;border-radius:50%;width:20px;height:20px;margin-right:4px}.language-swicher .current-lang{color:#fff;text-transform:uppercase;align-items:center;gap:4px;font-size:14px;font-style:normal;font-weight:500;line-height:20px;display:flex}.language-swicher .children{grid-template-columns:1fr 1fr;min-width:110px;max-width:110px;display:grid}.language-swicher .children a{justify-content:center;align-items:center;display:flex}.language-swicher .children img{object-fit:cover;border-radius:50%;width:20px;height:20px}.header__buttons a{color:#b6f802;padding:8px 20px;font-size:16px;font-style:normal;font-weight:500;line-height:20px;text-decoration:none}.header__buttons a.filled{color:#202020;background:#b6f802;border-radius:32px}.button{color:var(--Cold-Gray-950,#161617);background:var(--Toxic-Green-400,#b6f802);border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;padding:10px 20px;font-size:16px;font-style:normal;font-weight:500;line-height:20px;text-decoration:none;display:flex}.heading-1{font-family:var(--font-unbounded);font-size:90px;font-weight:500;line-height:100%}@media (max-width:991px){.heading-1{font-size:42px}}.heading-2{font-family:var(--font-unbounded);letter-spacing:-3%;font-size:64px;font-weight:400;line-height:120%}@media (max-width:991px){.heading-2{font-size:32px}}.heading-3{color:#f4f4f6;font-family:var(--font-manrope);letter-spacing:-1.92px;font-size:64px;font-style:normal;font-weight:600;line-height:120%}@media (max-width:991px){.heading-3{font-size:24px}}.heading-4{color:#fff;margin-left:auto;font-size:34px;font-style:normal;font-weight:500;line-height:100%;font-family:Unbounded!important}@media (max-width:991px){.heading-4{font-size:20px}}.heading-5{font-family:var(--font-manrope);letter-spacing:-.72px;font-size:24px;font-style:normal;font-weight:600;line-height:130%}@media (max-width:991px){.heading-5{font-size:18px}}.subheading{font-family:var(--font-manrope);letter-spacing:-3%;font-size:24px;font-weight:500;line-height:130%}@media (max-width:991px){.subheading{font-size:20px}}.body-text{font-family:var(--font-manrope);font-size:16px;font-weight:400;line-height:130%}@media (max-width:991px){.body-text{font-size:14px}}.secondary-text{font-family:var(--font-manrope);font-size:12px;font-weight:400;line-height:130%}.secondary-text-alt{margin-bottom:6px;font-size:16px;font-weight:500;line-height:130%;font-family:Unbounded!important}@media (max-width:991px){.secondary-text-alt{font-size:14px}}.plan-banner{color:#fff;border-radius:var(--12,12px);background:#514d13;align-items:center;gap:24px;margin:30px 0;padding:16px;display:flex}.plan-banner--basic{background:#302b25}.plan-banner--stealth{background:#363636}.button:hover{background:var(--Toxic-Green-400,#c0fd17)}.button.button--outline{color:#b6f802;background:0 0;border:1px solid #b6f802}.button.button--outline:hover{color:#000;background:#b6f802;border:1px solid #b6f802}.container{max-width:1440px;margin:0 auto;padding:0 20px}.challenge-buy{grid-template-columns:1fr 490px;gap:24px;padding:32px 0;display:grid}.challenge-buy__options{border:1px solid var(--Cold-Gray-800,#3d3d3d);border-radius:16px;width:100%;padding:16px;overflow:hidden}.challenge-buy__title{color:var(--Cold-grey-0,#fff);align-items:center;gap:8px;margin-bottom:24px;font-family:Unbounded;font-size:16px;font-style:normal;font-weight:500;line-height:130%;display:flex}.challenge-buy__options-group{border:2px solid var(--Cold-Gray-800,#3d3d3d);border-radius:12px;grid-template-columns:1fr 1fr 1fr;gap:16px;margin-bottom:48px;padding:6px;display:grid}.challenge-buy__options-group#capital-group{grid-template-columns:repeat(7,1fr);gap:4px;margin-bottom:0}.challenge-buy__options-group#capital-group label{padding:12px 4px;font-size:14px}.challenge-buy__options-input input{display:none}.challenge-buy__options-input input:disabled+label{cursor:none;pointer-events:none;opacity:.5}.challenge-buy__options-input label{cursor:pointer;color:var(--Cold-Gray-0,#fff);border-radius:8px;justify-content:center;align-items:center;padding:12px;font-family:Unbounded;font-size:16px;font-style:normal;font-weight:500;line-height:130%;transition:all .2s linear;display:flex}.challenge-buy__options-input label:hover,.challenge-buy__options-input input:checked+label{background:var(--Toxic-Green-900,#b6f802);color:#000}.challenge-buy__add-options{border:1px solid #b6f802;border-radius:16px;padding:16px}.challenge-buy__select-wrap{margin-bottom:16px}.challenge-buy__select-wrap:last-child{margin-bottom:0}.challenge-buy__payment{border:1px solid var(--Cold-Gray-800,#3d3d3d);border-radius:16px;grid-column:span 2;margin-top:16px;padding:16px}.challenge-buy__payment .total{color:var(--Cold-grey-0,#fff);align-items:center;gap:16px;margin:24px 0;font-size:16px;font-style:normal;font-weight:500;line-height:20px;display:flex}.challenge-buy__payment .total .price{color:var(--Toxic-Green-400,#b6f802);font-family:Unbounded;font-size:36px;font-style:normal;font-weight:500;line-height:130%}.challenge-buy__payment .checkout-button{width:100%;padding:20px;font-size:24px}.challenge-buy__payment .input-row{grid-template-columns:1fr 1fr;gap:24px;display:grid}.challenge-buy__payment .input-row .input-wrapper .input{align-items:center;gap:12px;display:flex}.challenge-buy__table{border:1px solid var(--Cold-Gray-800,#3d3d3d);border-radius:16px;grid-column:span 2;width:100%;margin-top:16px}.challenge-buy__table-row{border-bottom:1px solid var(--Cold-Gray-800,#3d3d3d);grid-template-columns:1fr 172px 172px 172px;display:grid}.challenge-buy__table-row:last-child{border-bottom:none}.challenge-buy__table-row>div{background:#202020;min-width:172px;padding:24px 16px}.challenge-buy__table-row>div:not(:first-child){color:var(--Cold-Gray-0,#fff);text-align:center;font-family:Unbounded;font-size:16px;font-style:normal;font-weight:500;line-height:130%}.challenge-buy__table-row>div:first-child{color:var(--Cold-Gray-0,#fff);align-items:center;gap:10px;font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:20px;display:flex}.challenge-buy__table-header>div{background:var(--Cold-Gray-900,#3d3d3d);padding-top:30px;padding-bottom:30px;font-family:Unbounded!important}@media (max-width:991px){.challenge-buy{grid-template-columns:1fr}.challenge-buy .challenge-buy__payment,.challenge-buy .challenge-buy__table{grid-column:span 1}.challenge-buy .challenge-buy__options-group label,.challenge-buy .challenge-buy__payment .input-row label{font-size:14px}.challenge-buy .challenge-buy__title{font-size:18px}}.tooltip{align-items:center;margin-left:6px;display:inline-flex;position:relative}.tooltip svg{display:block}.tooltip-content{opacity:0;visibility:hidden;z-index:10;min-width:225px;color:var(--Cold-Gray-0,#fff);border-radius:var(--Tooltip-borderRadius,6px);background:var(--Cold-Gray-800,#3d3d3d);padding:2px 8px;font-size:14px;font-style:normal;font-weight:400;line-height:20px;transition:opacity .15s,transform .15s,visibility 0s linear .15s;position:absolute;top:calc(100% + 6px);left:50%;transform:translate(-50%,-4px)}.tooltip-content:before{content:"";background:inherit;width:8px;height:8px;position:absolute;top:-6px;left:50%;transform:translate(-50%)rotate(45deg)}.tooltip:hover .tooltip-content{opacity:1;visibility:visible;transition:opacity .15s,transform .15s,visibility;transform:translate(-50%)}.label{color:#c7c7c7;margin-bottom:8px;font-size:14px;font-style:normal;font-weight:400;line-height:20px;display:block}select{color:var(--Cold-Gray-600,#6a6a6a);text-overflow:ellipsis;white-space:nowrap;border-radius:var(--L,16px);border:1px solid var(--Cold-Gray-700,#555);appearance:none;background-color:#0000;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 9L12 15L6 9' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:calc(100% - 16px);background-repeat:no-repeat;background-size:24px;outline:0;width:100%;padding:16px;font-size:16px;font-style:normal;font-weight:500;line-height:20px;overflow:hidden}input{color:var(--Cold-Gray-600,#6a6a6a);text-overflow:ellipsis;white-space:nowrap;border-radius:var(--L,16px);border:1px solid var(--Cold-Gray-700,#555);appearance:none;background-color:#0000;outline:0;width:100%;padding:16px;font-size:16px;font-style:normal;font-weight:500;line-height:20px;overflow:hidden}.challenge-buy__details{border:1px solid var(--Cold-Gray-800,#3d3d3d);border-radius:16px;grid-column:span 2;padding:16px}.challenge-buy__details .input-row{gap:16px;margin-bottom:16px;display:flex}.challenge-buy__details .input-wrapper{width:100%}.checkbox input{display:none}.checkbox label{color:var(--Cold-Gray-0,#fff);align-items:center;gap:10px;font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:20px;display:flex}.checkbox label:hover:before{border-color:#b6f802}.checkbox input:checked+label:before{background-color:#b6f802;background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.8393 7.25608C17.1647 6.93065 17.1647 6.40301 16.8393 6.07757C16.5138 5.75214 15.9862 5.75214 15.6607 6.07757L8.75 12.9883L5.17259 9.41091C4.84715 9.08547 4.31951 9.08547 3.99408 9.41091C3.66864 9.73634 3.66864 10.264 3.99408 10.5894L8.16074 14.7561C8.48618 15.0815 9.01382 15.0815 9.33926 14.7561L16.8393 7.25608Z' fill='%23161617'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;background-size:contain}.checkbox label:before{content:"";border-radius:var(--Small,4px);border:1px solid var(--Cold-Gray-700,#555);width:20px;height:20px;display:block}.input-wrapper.invalid input{border-color:#ef454a}.input-wrapper.invalid .error{color:var(--Red-600,#ef454a);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.input-wrapper .hint{color:#b6f802;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}h1{color:var(--Cold-Gray-0,#fff);text-align:center;margin:60px 0;font-family:Unbounded;font-size:54px;font-style:normal;font-weight:500;line-height:100%}h1 span{color:#b6f802}.challange-buy__select-wrap{margin-bottom:16px}button{cursor:pointer}button[aria-disabled=true]{opacity:.6;pointer-events:none}.promo-input{align-items:center;gap:16px;display:flex}.promo-wrap{margin-bottom:16px}.promo-input button{border:none;outline:none;height:54px;width:max-content!important}.total{color:var(--Cold-grey-0,#fff);align-items:center;gap:16px;font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:20px;display:flex}.challenge-buy__add-options .checkbox{margin-bottom:16px;padding:8px 0}.total .price{color:var(--Toxic-Green-400,#b6f802);font-family:Unbounded;font-size:36px;font-style:normal;font-weight:500;line-height:130%}@media (max-width:1200px){h1{margin-top:48px;margin-bottom:32px;font-size:36px}.challenge-buy{grid-template-columns:1fr}.challenge-buy__details{grid-column:1}.challenge-buy__table-inner{overflow-x:auto}}@media (max-width:767px){h1{margin-top:32px;margin-bottom:24px;font-size:28px}.challenge-buy .challenge-buy__options-group label,.challenge-buy .challenge-buy__payment .input-row label{font-size:10px}.challenge-buy__options-group{gap:4px;margin-bottom:16px}.challenge-buy .challenge-buy__title{margin-bottom:12px;font-size:16px}.challenge-buy__table{display:none}#capital-group{flex-wrap:wrap;display:flex}#capital-group label{width:max-content;font-size:14px;padding:8px 16px!important}.challenge-buy__details .input-row{flex-direction:column}}.footer{padding:50px 0}.footer__main{grid-template-columns:200px 1fr 200px;gap:24px;margin-bottom:48px;display:grid}@media (max-width:767px){.footer__main{grid-template-columns:1fr;gap:32px}.call-to-action__inner{padding:32px 24px}}.footer__col-title{margin-bottom:24px}.footer__col-main .secondary-text{color:#fff;margin:24px 0}.footer__col-main .footer-email{background:var(--Cold-grey-70,#363636);color:#fff;border-radius:12px;align-items:center;gap:4px;width:max-content;padding:4px 16px;text-decoration:none;display:flex}.footer__col-menu{flex-wrap:wrap;justify-content:center;align-items:center;gap:24px;padding:0;list-style:none;display:flex}.footer__col-menu a{color:#fff;text-decoration:none}.footer__col-menu a:hover{color:#b6f802}.footer__col-socials{flex-wrap:wrap;padding:0;list-style:none;display:flex}.footer__col-socials img{width:48px;height:48px}.footer__col-socials a:hover{border-color:var(--toxic-green-100)}.footer__text{color:#fff}
