html{font-size:10px}.game-page{padding-top:89px}.cube-game{overflow:hidden}.cube-game__container{display:flex;justify-content:space-between;padding-top:0;padding-bottom:10rem}.cube-game__heading{padding-top:7rem;padding-bottom:7rem;flex-direction:column}.cube-game__heading>*{margin-bottom:9px}.cube-game__heading>*:last-child{margin-bottom:0}.cube-game__heading ul{list-style:disc}.cube-game__heading ol{list-style:decimal}.cube-game__heading strong,.cube-game__heading b{font-weight:700}.cube-game__heading em,.cube-game__heading i{font-style:italic}.cube-game__level{flex:0 0 17rem;color:#a29fc2;font-size:4rem;font-weight:700;line-height:1}.cube-game__level span{color:#fff}.cube-game__matrix{position:relative;flex:0 0 60rem;aspect-ratio:1/1;background:linear-gradient(90deg,rgba(41,31,75,.25),#151320);box-shadow:0 7rem 20rem 0 rgba(137,96,255,.5);border-radius:6rem;padding:4.4rem;display:grid;justify-self:center;align-items:center;gap:1.6rem;border:2px solid #574f7d;overflow:hidden;transition:border var(--tr),box-shadow var(--tr)}.cube-game__matrix:before,.cube-game__matrix:after{content:'';display:block;position:absolute;top:0;left:0;height:100%;width:100%;opacity:0;transition:opacity var(--tr)}.cube-game__matrix._loss{border:2px solid #ff5858;box-shadow:0 0 20rem 0 #ff5858b0}.cube-game__matrix._loss:before{background:linear-gradient(90deg,#ff585817,#ff5858a6);opacity:1}.cube-game__matrix._win{border:2px solid #4beeb3;box-shadow:0 0 20rem 0 #4beeb3;background:linear-gradient(90deg,rgba(75,238,179,.14),rgba(75,238,179,.5))}.cube-game__matrix._win:before{background:linear-gradient(90deg,rgba(75,238,179,.14),rgba(75,238,179,.5));opacity:1}.cube-game__matrix span{background:linear-gradient(45deg,#1a1729,#352e5c);position:relative;z-index:2;overflow:hidden;cursor:pointer;display:block;aspect-ratio:1/1;border-radius:15%;transition:box-shadow var(--tr)}.cube-game__matrix span:before{content:'';position:absolute;top:0;left:0;height:100%;width:100%;display:block;border-radius:15%;opacity:0;transform:scale(0);transition:opacity var(--tr),transform var(--tr)}.cube-game__matrix span:hover{box-shadow:0px 0px 30px -1px #4beeb3}.cube-game__matrix span._active{pointer-events:none}.cube-game__matrix span._active:before{background:#4beeb3;box-shadow:0px 0px 30px -1px #4beeb3;transform:scale(1);opacity:1}.cube-game__matrix span._active:hover{box-shadow:none}.cube-game__matrix span._error{pointer-events:none}.cube-game__matrix span._error:before{background:#ff5858;box-shadow:0px 0px 30px -1px #ff5858;transform:scale(1);opacity:1}.cube-game__matrix span._error:hover{box-shadow:none}.cube-game__matrix-buttons{position:relative;z-index:2;display:flex;justify-content:center}.cube-game__matrix-buttons ._start-game{width:18rem}.cube-game__lives{flex:0 0 15rem;display:flex;flex-direction:column;justify-content:space-between}.cube-game__lives-head{display:flex;align-items:center;font-size:1.2rem;justify-content:space-between;color:#a29fc2;line-height:1}.cube-game__lives-head span{font-size:5.8rem;color:#b196ff;font-weight:700}.cube-game__lives-head span._loss{color:#ff5858}.cube-game__lives-items{display:grid;grid-template-columns:repeat(1,1fr);gap:1.6rem}.cube-game__lives-items div{position:relative;border-radius:16px;border:2px solid #574f7d;width:100%;aspect-ratio:1/1;background:linear-gradient(73deg,rgba(40,37,53,.95) 0%,rgba(58,46,110,.95) 100%)}.cube-game__lives-items div:before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:100%;width:100%;background:center/40% 36% no-repeat url("data:image/svg+xml,%3Csvg width='60' height='54' viewBox='0 0 60 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M49.4819 2.40304C55.7668 6.06603 60.1888 13.503 59.9938 22.179C59.5798 40.5 34.5 53.9999 30 53.9999C25.5 53.9999 0.4172 40.5 0.00620304 22.179C-0.188796 13.503 4.23317 6.06903 10.5181 2.40304C16.3981 -1.01996 23.784 -1.04096 30 4.01403C36.216 -1.04096 43.6019 -1.02296 49.4819 2.40304Z' fill='%23151320'/%3E%3C/svg%3E%0A")}.cube-game__lives-items div._active:before{background:center/40% 36% no-repeat url("data:image/svg+xml,%3Csvg width='60' height='54' viewBox='0 0 60 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M49.4819 2.40304C55.7668 6.06603 60.1888 13.503 59.9938 22.179C59.5798 40.5 34.5 53.9999 30 53.9999C25.5 53.9999 0.4172 40.5 0.00620304 22.179C-0.188796 13.503 4.23317 6.06903 10.5181 2.40304C16.3981 -1.01996 23.784 -1.04096 30 4.01403C36.216 -1.04096 43.6019 -1.02296 49.4819 2.40304Z' fill='url(%23paint0_linear_3501_313)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_3501_313' x1='18.2012' y1='1.89468' x2='52.6317' y2='16.164' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%231AE0FF'/%3E%3Cstop offset='1' stop-color='%23957AFF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A")}.game1-modal{padding:0 10px}.game1-modal .modal-content{display:flex;flex-direction:column;align-items:center;gap:2px;background-color:#151320;padding:4px;border-radius:16px;box-shadow:0 20px 60px 0 rgba(255,88,88,.48)}.game1-modal .modal-content._win{box-shadow:0 20px 60px 0 rgba(75,238,179,.48)}.game1-modal__top{display:flex;padding:32px 24px;flex-direction:column;justify-content:center;align-items:center;gap:32px;align-self:stretch;border-radius:12px;background:rgba(45,41,72,.4)}.game1-modal__top-head{padding:0 16px;width:100%;display:flex;justify-content:space-between;align-items:center}.game1-modal__comparison{background:rgba(238,184,75,.12);padding:4px 12px;border-radius:12px;font-size:12px;color:#eeb84b}.game1-modal__comparison .value{color:#fff}.game1-modal__text{font-size:20px;font-weight:600;text-align:center;max-width:396px;color:#c5bfcb}.game1-modal__image{width:40rem;aspect-ratio:1/1;background:center/contain no-repeat;z-index:-1}.game1-modal__level{display:flex;align-items:baseline;gap:4px}.game1-modal__level span{font-size:14px;color:#c5bfcb}.game1-modal__level #modalLevel{font-weight:700;font-size:16px;color:#f6f5f7}.game1-modal__buttons{display:flex;justify-content:center;gap:12px}.game1-modal__buttons a{min-width:180px;cursor:pointer}.game1-modal__restart-btn{display:flex;justify-content:center;align-items:center;padding:12px 20px;font-weight:700;width:287px;position:relative;border-radius:12px;background:linear-gradient(267deg,#6442ec 0%,#5f52f1 100%)}.game1-modal__restart-btn:before{content:'';position:absolute;inset:0;margin:0;border-radius:inherit;padding:2px;background:linear-gradient(90deg,rgba(137,96,255,0) 0%,#8960ff 100%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;z-index:1}.game1-modal__restart-btn:hover{box-shadow:0 0 30px 0 rgba(97,75,239,.25);background:linear-gradient(110deg,#1ae0ff 23.05%,#957aff 72.02%);color:#000}.game1-modal__restart-btn:hover:before{color:#000}.game1-modal__save-btn{display:flex;justify-content:center;align-items:center;padding:12px 20px;font-weight:700;text-decoration:underline;text-underline-offset:4px}.game1-modal__save-btn:hover{color:#c5bfcb}.game1-modal__bottom{width:100%}.game1-modal__banner{position:relative;display:flex;flex-direction:column;align-items:center;gap:20px;padding:20px 24px;border-radius:12px;overflow:hidden}.game1-modal__banner-bg{position:absolute;inset:0;background:rgba(100,66,236,.12);border-radius:12px;z-index:0}.game1-modal__banner:before{content:"";position:absolute;inset:0;border-radius:12px;padding:1px;background:linear-gradient(225deg,#6442ec 0%,#5f52f1 100%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;z-index:1}.game1-modal__banner-top,.game1-modal__banner-bottom{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:8px}.game1-modal__banner-top{align-self:stretch}.game1-modal__banner-text{color:#fff;font-size:14px;line-height:20px;text-align:center}.game1-modal__banner-btn{display:flex;justify-content:center;align-items:center;padding:12px 20px;font-size:16px;font-weight:600;line-height:28px;color:#fff;border-radius:12px;position:relative;background:0 0}.game1-modal__banner-btn:before{content:"";position:absolute;inset:0;border-radius:12px;padding:2px;background:linear-gradient(110deg,#1ae0ff 12%,#957aff 87%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.game1-modal__banner-btn:hover:before{background:#6442ec}.game1-modal__banner-bottom span{color:#c5bfcb;font-size:14px;line-height:20px;text-align:center}.game1-modal__banner-stores{display:flex;justify-content:center;gap:12px}.game1-modal__banner-store-link{display:block}.game1-modal__banner-store-link img{display:block;width:98px;height:32px}.sharing-white{display:flex;align-items:center;gap:16px}.sharing-white span{color:#4beeb3;font-size:14px;font-weight:400}.sharing-white__list{display:flex;align-items:center;gap:4px}.sharing-white a{display:block;width:48px;height:48px;border-radius:50%;background-size:24px;transition:background-color var(--tr)}.sharing-white a[title=LinkedIn]{background:rgba(255,255,255,.08) center/16px no-repeat 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='M4.75 1.875C3.57639 1.875 2.625 2.82639 2.625 4C2.625 5.1736 3.57639 6.125 4.75 6.125C5.9236 6.125 6.875 5.1736 6.875 4C6.875 2.82639 5.9236 1.875 4.75 1.875Z' fill='white'/%3E%3Cpath d='M2.75 7.875C2.68096 7.875 2.625 7.93096 2.625 8V21C2.625 21.069 2.68096 21.125 2.75 21.125H6.75C6.81904 21.125 6.875 21.069 6.875 21V8C6.875 7.93096 6.81904 7.875 6.75 7.875H2.75Z' fill='white'/%3E%3Cpath d='M9.25 7.875C9.18096 7.875 9.125 7.93096 9.125 8V21C9.125 21.069 9.18096 21.125 9.25 21.125H13.25C13.319 21.125 13.375 21.069 13.375 21V14C13.375 13.5027 13.5725 13.0258 13.9242 12.6742C14.2758 12.3225 14.7527 12.125 15.25 12.125C15.7473 12.125 16.2242 12.3225 16.5758 12.6742C16.9275 13.0258 17.125 13.5027 17.125 14V21C17.125 21.069 17.181 21.125 17.25 21.125H21.25C21.319 21.125 21.375 21.069 21.375 21V12.3802C21.375 9.9535 19.2644 8.05499 16.8498 8.2745C16.1052 8.34219 15.369 8.52731 14.6815 8.82194L13.375 9.38186V8C13.375 7.93096 13.319 7.875 13.25 7.875H9.25Z' fill='white'/%3E%3C/svg%3E%0A")}.sharing-white a[title=LinkedIn]:hover{background:rgba(75,238,179,.12) center/16px no-repeat 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='M4.75 1.875C3.57639 1.875 2.625 2.82639 2.625 4C2.625 5.1736 3.57639 6.125 4.75 6.125C5.9236 6.125 6.875 5.1736 6.875 4C6.875 2.82639 5.9236 1.875 4.75 1.875Z' fill='%234BEEB3'/%3E%3Cpath d='M2.75 7.875C2.68096 7.875 2.625 7.93096 2.625 8V21C2.625 21.069 2.68096 21.125 2.75 21.125H6.75C6.81904 21.125 6.875 21.069 6.875 21V8C6.875 7.93096 6.81904 7.875 6.75 7.875H2.75Z' fill='%234BEEB3'/%3E%3Cpath d='M9.25 7.875C9.18096 7.875 9.125 7.93096 9.125 8V21C9.125 21.069 9.18096 21.125 9.25 21.125H13.25C13.319 21.125 13.375 21.069 13.375 21V14C13.375 13.5027 13.5725 13.0258 13.9242 12.6742C14.2758 12.3225 14.7527 12.125 15.25 12.125C15.7473 12.125 16.2242 12.3225 16.5758 12.6742C16.9275 13.0258 17.125 13.5027 17.125 14V21C17.125 21.069 17.181 21.125 17.25 21.125H21.25C21.319 21.125 21.375 21.069 21.375 21V12.3802C21.375 9.9535 19.2644 8.05499 16.8498 8.2745C16.1052 8.34219 15.369 8.52731 14.6815 8.82194L13.375 9.38186V8C13.375 7.93096 13.319 7.875 13.25 7.875H9.25Z' fill='%234BEEB3'/%3E%3C/svg%3E%0A")}.sharing-white a[title=Twitter]{background:rgba(255,255,255,.08) center/16px no-repeat 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='M21.8098 6.22724C21.8677 6.14647 21.7821 6.04218 21.6894 6.07811C21.0307 6.33344 20.3423 6.50571 19.64 6.5906C20.4219 6.12348 21.0253 5.4124 21.3599 4.57053C21.394 4.48477 21.3003 4.40819 21.2195 4.4528C20.4928 4.85414 19.7091 5.14313 18.8949 5.30957C18.8608 5.31654 18.8257 5.30494 18.8018 5.27969C18.1908 4.63502 17.3866 4.20578 16.5098 4.05745C15.6147 3.90601 14.6946 4.05596 13.8938 4.48379C13.0931 4.91162 12.457 5.59313 12.0853 6.42144C11.7319 7.209 11.6365 8.08691 11.8108 8.93003C11.8243 8.99545 11.7731 9.05721 11.7065 9.05307C10.1224 8.95469 8.57469 8.53336 7.15868 7.81446C5.74627 7.09739 4.49554 6.09983 3.48267 4.8833C3.43772 4.82931 3.35252 4.83629 3.31977 4.89845C3.0046 5.49651 2.83958 6.16311 2.84003 6.8406C2.83875 7.51498 3.00425 8.17922 3.32178 8.77416C3.63932 9.36911 4.09905 9.87631 4.66003 10.2506C4.0651 10.2344 3.48178 10.0873 2.95128 9.82067C2.88291 9.78631 2.8009 9.83524 2.80446 9.91167C2.84583 10.8009 3.17228 11.6936 3.73734 12.3786C4.33866 13.1074 5.17328 13.6062 6.10003 13.7906C5.74328 13.8992 5.3729 13.9564 5.00003 13.9606C4.79709 13.9582 4.59454 13.9433 4.39356 13.9158C4.31904 13.9056 4.2582 13.9764 4.28428 14.0469C4.5607 14.7944 5.04903 15.4467 5.6911 15.9228C6.37755 16.4318 7.2056 16.7142 8.06003 16.7306C6.61723 17.8659 4.83591 18.4855 3.00003 18.4906C2.81138 18.4912 2.62282 18.4851 2.43471 18.4723C2.3287 18.4651 2.27995 18.6063 2.37132 18.6605C4.16009 19.7221 6.20462 20.2831 8.29003 20.2806C9.82972 20.2966 11.3572 20.0056 12.7831 19.4247C14.2091 18.8437 15.5051 17.9845 16.5952 16.8971C17.6854 15.8097 18.548 14.516 19.1326 13.0915C19.7172 11.667 20.0121 10.1403 20 8.6006V8.12077C20 8.0892 20.015 8.05951 20.0402 8.04048C20.7184 7.52834 21.3149 6.91691 21.8098 6.22724Z' fill='white'/%3E%3C/svg%3E%0A")}.sharing-white a[title=Twitter]:hover{background:rgba(75,238,179,.12) center/16px no-repeat 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='M21.8098 6.22724C21.8677 6.14647 21.7821 6.04218 21.6894 6.07811C21.0307 6.33344 20.3423 6.50571 19.64 6.5906C20.4219 6.12348 21.0253 5.4124 21.3599 4.57053C21.394 4.48477 21.3003 4.40819 21.2195 4.4528C20.4928 4.85414 19.7091 5.14313 18.8949 5.30957C18.8608 5.31654 18.8257 5.30494 18.8018 5.27969C18.1908 4.63502 17.3866 4.20578 16.5098 4.05745C15.6147 3.90601 14.6946 4.05596 13.8938 4.48379C13.0931 4.91162 12.457 5.59313 12.0853 6.42144C11.7319 7.209 11.6365 8.08691 11.8108 8.93003C11.8243 8.99545 11.7731 9.05721 11.7065 9.05307C10.1224 8.95469 8.57469 8.53336 7.15868 7.81446C5.74627 7.09739 4.49554 6.09983 3.48267 4.8833C3.43772 4.82931 3.35252 4.83629 3.31977 4.89845C3.0046 5.49651 2.83958 6.16311 2.84003 6.8406C2.83875 7.51498 3.00425 8.17922 3.32178 8.77416C3.63932 9.36911 4.09905 9.87631 4.66003 10.2506C4.0651 10.2344 3.48178 10.0873 2.95128 9.82067C2.88291 9.78631 2.8009 9.83524 2.80446 9.91167C2.84583 10.8009 3.17228 11.6936 3.73734 12.3786C4.33866 13.1074 5.17328 13.6062 6.10003 13.7906C5.74328 13.8992 5.3729 13.9564 5.00003 13.9606C4.79709 13.9582 4.59454 13.9433 4.39356 13.9158C4.31904 13.9056 4.2582 13.9764 4.28428 14.0469C4.5607 14.7944 5.04903 15.4467 5.6911 15.9228C6.37755 16.4318 7.2056 16.7142 8.06003 16.7306C6.61723 17.8659 4.83591 18.4855 3.00003 18.4906C2.81138 18.4912 2.62282 18.4851 2.43471 18.4723C2.3287 18.4651 2.27995 18.6063 2.37132 18.6605C4.16009 19.7221 6.20462 20.2831 8.29003 20.2806C9.82972 20.2966 11.3572 20.0056 12.7831 19.4247C14.2091 18.8437 15.5051 17.9845 16.5952 16.8971C17.6854 15.8097 18.548 14.516 19.1326 13.0915C19.7172 11.667 20.0121 10.1403 20 8.6006V8.12077C20 8.0892 20.015 8.05951 20.0402 8.04048C20.7184 7.52834 21.3149 6.91691 21.8098 6.22724Z' fill='%234BEEB3'/%3E%3C/svg%3E%0A")}.sharing-white a[title=Facebook]{background:rgba(255,255,255,.08) center/16px no-repeat 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='M14.2 2.875C12.9734 2.875 11.797 3.36228 10.9296 4.22963C10.0623 5.09699 9.575 6.27337 9.575 7.5V10.075H7.1C6.97574 10.075 6.875 10.1757 6.875 10.3V13.7C6.875 13.8243 6.97574 13.925 7.1 13.925H9.575V20.9C9.575 21.0243 9.67574 21.125 9.8 21.125H13.2C13.3243 21.125 13.425 21.0243 13.425 20.9V13.925H15.9219C16.0252 13.925 16.1152 13.8547 16.1402 13.7546L16.9902 10.3546C17.0257 10.2126 16.9183 10.075 16.7719 10.075H13.425V7.5C13.425 7.29446 13.5067 7.09733 13.652 6.95199C13.7973 6.80665 13.9945 6.725 14.2 6.725H16.8C16.9243 6.725 17.025 6.62426 17.025 6.5V3.1C17.025 2.97574 16.9243 2.875 16.8 2.875H14.2Z' fill='white'/%3E%3C/svg%3E%0A")}.sharing-white a[title=Facebook]:hover{background:rgba(75,238,179,.12) center/16px no-repeat 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='M14.2 2.875C12.9734 2.875 11.797 3.36228 10.9296 4.22963C10.0623 5.09699 9.575 6.27337 9.575 7.5V10.075H7.1C6.97574 10.075 6.875 10.1757 6.875 10.3V13.7C6.875 13.8243 6.97574 13.925 7.1 13.925H9.575V20.9C9.575 21.0243 9.67574 21.125 9.8 21.125H13.2C13.3243 21.125 13.425 21.0243 13.425 20.9V13.925H15.9219C16.0252 13.925 16.1152 13.8547 16.1402 13.7546L16.9902 10.3546C17.0257 10.2126 16.9183 10.075 16.7719 10.075H13.425V7.5C13.425 7.29446 13.5067 7.09733 13.652 6.95199C13.7973 6.80665 13.9945 6.725 14.2 6.725H16.8C16.9243 6.725 17.025 6.62426 17.025 6.5V3.1C17.025 2.97574 16.9243 2.875 16.8 2.875H14.2Z' fill='%234BEEB3'/%3E%3C/svg%3E%0A")}.sm-landing{padding-top:88px;padding-bottom:88px}.sm-hero{position:relative}.sm-hero:before{content:"";display:block;background:var(--accent-3);border-radius:50%;height:300px;width:300px;position:absolute;top:50%;right:0;transform:translate3d(75%,0,0);filter:blur(100px);opacity:.2;pointer-events:none}.sm-hero__container{padding-top:113px;padding-bottom:125px;display:flex;gap:30px;justify-content:space-between;align-items:center}.sm-hero__content{position:relative;z-index:2;max-width:556px}.sm-hero__content h1{font-size:var(--h2);line-height:1.2;margin-bottom:40px}.sm-hero__content h1 span{color:var(--purple)}.sm-hero__content p{font-size:var(--m);line-height:var(--m-lh)}.sm-hero__content .hero__btn{margin-top:40px}.sm-hero__img-wrap{flex:0 0 400px;aspect-ratio:1/1;position:relative;pointer-events:none}.sm-hero__img{position:absolute;right:0;top:-112px;aspect-ratio:1/1;width:630px}.sm-presentation__container{padding-top:60px}.sm-presentation__head{text-align:center;margin-bottom:50px}.sm-presentation__head h2{margin-bottom:var(--gap-m)}.sm-presentation__head p{color:var(--Light-Gray)}.sm-presentation__items{padding:0 104px;position:relative}.sm-presentation ._progress{position:absolute;top:0;width:30px;left:50px;height:100%;border-top:1px solid #ef4c4c;border-left:1px solid #ef4c4c;border-bottom:1px solid #ef4c4c}.sm-presentation .item{background:linear-gradient(90deg,#291f4b40,#151320);min-height:500px;border:1px solid #343048;border-radius:24px;display:flex;align-items:center;padding:var(--gap-xl);gap:30px;overflow:hidden;margin-bottom:var(--gap-m)}.sm-presentation .item:last-child{margin-bottom:0}.sm-presentation .item__content{max-width:384px}.sm-presentation .item__content h3{font-size:var(--h4);margin-bottom:1em}.sm-presentation .item__content p{margin-bottom:1.25em;color:var(--Light-Gray)}.sm-presentation .item__img-wrap{flex:1 1 auto;position:relative}.sm-presentation .item__decor-wrap{position:absolute}.sm-presentation .item__decor{aspect-ratio:1/1;border-radius:20%}.sm-presentation .item__img{position:absolute;background:center/contain no-repeat}.sm-presentation .item_1 .item__img{aspect-ratio:600/366;width:600px;position:absolute;top:0;left:0;transform:translateY(-50%) rotate(-15deg)}.sm-presentation .item_1 .item__decor-wrap_1{top:-150px;transform:translate3d(0,0,0) rotate(-15deg);filter:blur(5px)}.sm-presentation .item_1 .item__decor-wrap_1 .item__decor{width:100px;background:#ef4c4c;-webkit-animation:3s ease-in-out 1s infinite floating;animation:3s ease-in-out 1s infinite floating}.sm-presentation .item_1 .item__decor-wrap_2{left:55%;top:-200px}.sm-presentation .item_1 .item__decor-wrap_2 .item__decor{width:60px;background:var(--accent-3);opacity:.8;-webkit-animation:3s ease-in-out .5s infinite floating;animation:3s ease-in-out .5s infinite floating}.sm-presentation .item_1 .item__decor-wrap_3{top:80px}.sm-presentation .item_1 .item__decor-wrap_3 .item__decor{background:linear-gradient(90deg,#151320,#291f4b);width:120px;border:1px solid #343048;-webkit-animation:2.8s ease-in-out .8s infinite floating;animation:2.8s ease-in-out .8s infinite floating}.sm-presentation .item_1 .item__decor-wrap_4{filter:blur(3px);transform:rotate(45deg);right:30px;top:140px}.sm-presentation .item_1 .item__decor-wrap_4 .item__decor{width:80px;background:var(--accent-3);opacity:.8;-webkit-animation:3s ease-in-out .9s infinite floating;animation:3s ease-in-out .9s infinite floating}.sm-presentation .item_2 .item__img-wrap{order:1}.sm-presentation .item_2 .item__img{aspect-ratio:606/370;width:606px;background:center/contain no-repeat;transform:translate(-40%,-50%)}.sm-presentation .item_2 .item__content{order:2}.sm-presentation .item_2 .item__decor-wrap_1{top:-215px;left:90px;transform:rotate(20deg)}.sm-presentation .item_2 .item__decor-wrap_1 .item__decor{width:80px;border:2px solid #574f7d;aspect-ratio:1/1;background:linear-gradient(73deg,rgba(40,37,53,.95) 0%,rgba(58,46,110,.95) 100%);-webkit-animation:3s ease-in-out 1s infinite floating;animation:3s ease-in-out 1s infinite floating}.sm-presentation .item_2 .item__decor-wrap_1 .item__decor:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:100%;width:100%;background:center/40% 36% no-repeat url("data:image/svg+xml,%3Csvg width='60' height='54' viewBox='0 0 60 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M49.4819 2.40304C55.7668 6.06603 60.1888 13.503 59.9938 22.179C59.5798 40.5 34.5 53.9999 30 53.9999C25.5 53.9999 0.4172 40.5 0.00620304 22.179C-0.188796 13.503 4.23317 6.06903 10.5181 2.40304C16.3981 -1.01996 23.784 -1.04096 30 4.01403C36.216 -1.04096 43.6019 -1.02296 49.4819 2.40304Z' fill='url(%23paint0_linear_3501_313)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_3501_313' x1='18.2012' y1='1.89468' x2='52.6317' y2='16.164' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%231AE0FF'/%3E%3Cstop offset='1' stop-color='%23957AFF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A")}.sm-presentation .item_2 .item__decor-wrap_2{top:-215px;left:250px;filter:blur(3px)}.sm-presentation .item_2 .item__decor-wrap_2 .item__decor{width:120px;border:2px solid #574f7d;aspect-ratio:1/1;background:linear-gradient(73deg,rgba(40,37,53,.95) 0%,rgba(58,46,110,.95) 100%);-webkit-animation:3s ease-in-out .5s infinite floating;animation:3s ease-in-out .5s infinite floating}.sm-presentation .item_2 .item__decor-wrap_3{top:140px;right:50px;transform:rotate(25deg)}.sm-presentation .item_2 .item__decor-wrap_3 .item__decor{border:2px solid #574f7d;width:98px;aspect-ratio:1/1;background:linear-gradient(73deg,rgba(40,37,53,.95) 0%,rgba(58,46,110,.95) 100%);-webkit-animation:3s ease-in-out .4s infinite floating;animation:3s ease-in-out .4s infinite floating}.sm-presentation .item_2 .item__decor-wrap_3 .item__decor:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:100%;width:100%;background:center/40% 36% no-repeat url("data:image/svg+xml,%3Csvg width='60' height='54' viewBox='0 0 60 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M49.4819 2.40304C55.7668 6.06603 60.1888 13.503 59.9938 22.179C59.5798 40.5 34.5 53.9999 30 53.9999C25.5 53.9999 0.4172 40.5 0.00620304 22.179C-0.188796 13.503 4.23317 6.06903 10.5181 2.40304C16.3981 -1.01996 23.784 -1.04096 30 4.01403C36.216 -1.04096 43.6019 -1.02296 49.4819 2.40304Z' fill='url(%23paint0_linear_3501_313)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_3501_313' x1='18.2012' y1='1.89468' x2='52.6317' y2='16.164' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%231AE0FF'/%3E%3Cstop offset='1' stop-color='%23957AFF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A")}.sm-additional{padding-top:125px}.sm-additional .format-text{color:var(--blue10) !important}.sm-additional .format-text h2{text-align:center;margin-bottom:1em}.sm-additional .format-text h3{font-size:var(--h4);margin-top:1em}.sm-additional strong{color:var(--accent-2)}@media (max-width:1280px){.game-page,.sm-landing{padding-top:76px}.sm-hero__container{padding-top:60px;padding-bottom:60px}.sm-hero__content{max-width:500px}.sm-hero__content h1{font-size:var(--h1);margin-bottom:30px}.sm-hero__content p{font-size:var(--s)}.sm-hero__content .hero__btn{margin-top:30px}.sm-hero__img{width:450px;top:-40px}.sm-presentation__container{padding-top:var(--gap-xl)}.sm-presentation__head{margin-bottom:40px}.sm-presentation__head h2{margin-bottom:var(--gap-s)}.sm-presentation__items{padding:0 50px}.sm-presentation ._progress{left:0}.sm-presentation .item{padding:var(--gap-m);flex-direction:column;align-items:initial}.sm-presentation .item__content{max-width:100%}.sm-presentation .item__img{position:relative}.sm-presentation .item_1 .item__img{position:relative;transform:none;width:100%}.sm-presentation .item_1 .item__decor-wrap_1{top:-6%}.sm-presentation .item_1 .item__decor-wrap_1 .item__decor{width:75px}.sm-presentation .item_1 .item__decor-wrap_2{top:-12%}.sm-presentation .item_1 .item__decor-wrap_2 .item__decor{width:50px}.sm-presentation .item_1 .item__decor-wrap_3{top:50%}.sm-presentation .item_1 .item__decor-wrap_3 .item__decor{width:90px}.sm-presentation .item_1 .item__decor-wrap_4{right:5%;top:40%}.sm-presentation .item_1 .item__decor-wrap_4 .item__decor{width:50px}.sm-presentation .item_2 .item__img-wrap{order:2}.sm-presentation .item_2 .item__img{position:relative;transform:none;width:100%}.sm-presentation .item_2 .item__content{order:1}.sm-presentation .item_2 .item__decor-wrap_1{top:-5%;left:15%}.sm-presentation .item_2 .item__decor-wrap_1 .item__decor{width:60px}.sm-presentation .item_2 .item__decor-wrap_2{top:-5%;left:45%}.sm-presentation .item_2 .item__decor-wrap_2 .item__decor{width:100px}.sm-presentation .item_2 .item__decor-wrap_3{top:60%;right:5%}.sm-presentation .item_2 .item__decor-wrap_3 .item__decor{width:90px}.cube-game__container{padding-top:var(--gap-l);padding-bottom:var(--gap-l);flex-direction:column}.cube-game__level{order:1;flex:0 0 auto}.cube-game__matrix{order:3;flex:0 0 auto;border-radius:40px}.cube-game__lives{flex:0 0 auto;order:2;flex-direction:row;margin-bottom:20px;padding-right:50px}.cube-game__lives-head{justify-content:flex-start}.cube-game__lives-head span{margin-left:10px;font-size:var(--h3)}.cube-game__lives-items{width:200px;gap:5px;grid-template-columns:repeat(3,1fr)}.game1-modal__restart-btn{width:100%}.game1-modal__top{padding:24px;gap:24px}.game1-modal__top-head{flex-direction:column;gap:16px}}@media (max-width:760px){.game-page,.sm-landing{padding-top:64px}.sm-hero__container{padding-top:var(--gap-xl);padding-bottom:var(--gap-xl);gap:0}.sm-hero__content{max-width:100%;text-align:center}.sm-hero__img-wrap{flex:1 1 auto}.sm-hero__img{width:350px;opacity:.25;top:-128px}.sm-presentation__head h2{margin-bottom:var(--gap-xs)}.sm-presentation__items{padding:0 0 0 20px}.sm-presentation ._progress{width:20px}.sm-presentation .item{padding:var(--gap-xs);border-radius:16px;min-height:auto}.sm-presentation .item_1 .item__decor-wrap_1{top:-5%}.sm-presentation .item_1 .item__decor-wrap_1 .item__decor{width:30px}.sm-presentation .item_1 .item__decor-wrap_2{top:-10%}.sm-presentation .item_1 .item__decor-wrap_2 .item__decor{width:35px}.sm-presentation .item_1 .item__decor-wrap_3{top:47%}.sm-presentation .item_1 .item__decor-wrap_3 .item__decor{width:50px}.sm-presentation .item_1 .item__decor-wrap_4 .item__decor{width:25px}.sm-presentation .item_2 .item__decor-wrap_1{top:20%;left:5%}.sm-presentation .item_2 .item__decor-wrap_1 .item__decor{width:25px}.sm-presentation .item_2 .item__decor-wrap_2{top:-7%;left:45%}.sm-presentation .item_2 .item__decor-wrap_2 .item__decor{width:50px}.sm-presentation .item_2 .item__decor-wrap_3{top:60%;right:5%;transform:rotate(-25deg)}.sm-presentation .item_2 .item__decor-wrap_3 .item__decor{width:40px}.cube-game{min-height:calc(100lvh - 64px)}.cube-game__level{font-size:var(--h2)}.cube-game__matrix{border-radius:35px;padding:20px;gap:10px}.cube-game__lives{margin-top:5px;padding-right:0}.cube-game__lives-head span{margin-left:5px;font-size:18px}.cube-game__lives-items{width:150px}.cube-game__lives-items div{width:initial;border-radius:10px}.game1-modal__image{width:280px}.game1-modal__buttons{flex-direction:column;gap:15px}}@media screen and (min-width:1260px) and (max-width:1500px){html{font-size:.6666666667vw}}