.modal__overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.6);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:100}.modal__container{background-color:var(--white);padding:30px;max-width:600px;max-height:100vh;border-radius:4px;overflow-y:auto;-webkit-box-sizing:border-box;box-sizing:border-box}.modal__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.modal__close{cursor:pointer;position:absolute;top:25px;right:25px}.modal__close:before{line-height:22px;display:inline-block;width:22px;height:22px;content:"";background:var(--root-d-1);color:var(--root-d-1);background-size:100% 100%;-webkit-mask-size:22px 22px;mask-size:22px 22px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center;-webkit-mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" /></svg>');mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" /></svg>');-webkit-box-sizing:border-box;box-sizing:border-box}.modal__close:hover:before{background:var(--root-d-0);color:var(--root-d-0)}.modal__title{margin-top:0;margin-bottom:0;font-size:20px;color:var(--root-d-0);-webkit-box-sizing:border-box;box-sizing:border-box}.modal__close{background:transparent;border:0}.modal__content{margin-top:20px;margin-bottom:20px;font-size:14px;line-height:22px}.modal__content p{margin-bottom:15px}.modal__content p:last-child{margin-bottom:0}.modal__btn{width:70px;line-height:30px;font-size:12px;font-weight:600;background-color:var(--root-l-1);color:var(--root-d-1);border-radius:5px;border-style:none;border-width:0;cursor:pointer;-webkit-appearance:button;text-transform:none;overflow:visible;margin:0;-moz-osx-font-smoothing:grayscale;-webkit-backface-visibility:hidden;backface-visibility:hidden}.modal__btn:focus,.modal__btn:hover{color:var(--root-d-0)}.modal__btn-primary{background-color:var(--accent-0);color:var(--white)}.micromodal-slide{display:none}.micromodal-slide.is-open{display:block}.micromodal-slide[aria-hidden=false] .modal__overlay{-webkit-animation:mmfadeIn 0.3s cubic-bezier(0,0,0.2,1);animation:mmfadeIn 0.3s cubic-bezier(0,0,0.2,1)}.micromodal-slide[aria-hidden=false] .modal__container{-webkit-animation:mmslideIn 0.3s cubic-bezier(0,0,0.2,1);animation:mmslideIn 0.3s cubic-bezier(0,0,0.2,1)}.micromodal-slide[aria-hidden=true] .modal__overlay{-webkit-animation:mmfadeOut 0.3s cubic-bezier(0,0,0.2,1);animation:mmfadeOut 0.3s cubic-bezier(0,0,0.2,1)}.micromodal-slide[aria-hidden=true] .modal__container{-webkit-animation:mmslideOut 0.3s cubic-bezier(0,0,0.2,1);animation:mmslideOut 0.3s cubic-bezier(0,0,0.2,1)}.micromodal-slide .modal__container,.micromodal-slide .modal__overlay{will-change:transform}@-webkit-keyframes mmfadeIn{0%{opacity:0}to{opacity:1}}@keyframes mmfadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes mmfadeOut{0%{opacity:1}to{opacity:0}}@keyframes mmfadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes mmslideIn{0%{-webkit-transform:translateY(15%);transform:translateY(15%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes mmslideIn{0%{-webkit-transform:translateY(15%);transform:translateY(15%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes mmslideOut{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-10%);transform:translateY(-10%)}}@keyframes mmslideOut{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-10%);transform:translateY(-10%)}}.modal-cta-style .modal__overlay{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.modal-cta-style .modal__fix-onclick{width:100%}.modal-cta-style .modal__container{max-width:initial;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:30px;border-radius:0;border-top-left-radius:12px;border-top-right-radius:12px;width:100%;height:200px;margin-top:auto}.modal-cta-style .modal__content{width:100%}.modal-cta-style .js-link-target{display:block;height:36px;border-radius:5px;font-size:14px;line-height:28px;font-weight:700;color:var(--white);border:none;-webkit-box-shadow:none;box-shadow:none;outline:none;background-color:var(--accent-0);line-height:36px;text-align:center}.modal-cta-style .js-link-target:before{line-height:22px;display:inline-block;width:22px;height:22px;content:"";color:var(--white);background:var(--white);background-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center;margin-right:6px;-webkit-mask-size:15px 20px;mask-size:15px 20px;-webkit-mask-image:url('data:image/svg+xml,<svg width="15" height="14" viewBox="0 0 15 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.0666 8.17889L14.8848 3.67886C14.911 3.53476 14.9052 3.38665 14.8678 3.24503C14.8305 3.1034 14.7625 2.97171 14.6686 2.85926C14.5748 2.74681 14.4574 2.65635 14.3247 2.59427C14.192 2.53219 14.0473 2.50001 13.9009 2.5H3.4173L3.11206 0.821136C3.07027 0.590674 2.94886 0.382209 2.76904 0.232132C2.58921 0.082054 2.3624 -0.000103645 2.12817 9.81305e-08H1C0.867392 9.81305e-08 0.740215 0.0526785 0.646447 0.146447C0.552678 0.240215 0.5 0.367392 0.5 0.5C0.5 0.632608 0.552678 0.759785 0.646447 0.853554C0.740215 0.947322 0.867392 1 1 1H2.12817L3.79706 10.1789C3.81198 10.2601 3.8369 10.3391 3.87125 10.4142C3.6216 10.6251 3.43602 10.9017 3.33555 11.2127C3.23508 11.5237 3.22372 11.8567 3.30278 12.1738C3.38183 12.4909 3.54813 12.7795 3.78282 13.007C4.01752 13.2344 4.31124 13.3916 4.63068 13.4607C4.95013 13.5297 5.28253 13.5079 5.59023 13.3978C5.89792 13.2876 6.1686 13.0934 6.3716 12.8373C6.5746 12.5812 6.70179 12.2733 6.73877 11.9485C6.77574 11.6238 6.72103 11.2952 6.58081 11H10.9192C10.7567 11.3426 10.7099 11.7287 10.7858 12.1001C10.8617 12.4716 11.0563 12.8084 11.3401 13.0598C11.624 13.3111 11.9818 13.4635 12.3597 13.4939C12.7376 13.5244 13.1152 13.4313 13.4356 13.2286C13.7561 13.0259 14.002 12.7246 14.1364 12.37C14.2708 12.0155 14.2864 11.6269 14.1808 11.2627C14.0753 10.8986 13.8543 10.5785 13.5512 10.3508C13.2481 10.1231 12.8792 9.99996 12.5 10H4.78094L4.59912 9H13.0827C13.3169 9.0001 13.5437 8.91795 13.7236 8.76788C13.9034 8.61781 14.0248 8.40935 14.0666 8.17889Z" fill="white"/></svg>');mask-image:url('data:image/svg+xml,<svg width="15" height="14" viewBox="0 0 15 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.0666 8.17889L14.8848 3.67886C14.911 3.53476 14.9052 3.38665 14.8678 3.24503C14.8305 3.1034 14.7625 2.97171 14.6686 2.85926C14.5748 2.74681 14.4574 2.65635 14.3247 2.59427C14.192 2.53219 14.0473 2.50001 13.9009 2.5H3.4173L3.11206 0.821136C3.07027 0.590674 2.94886 0.382209 2.76904 0.232132C2.58921 0.082054 2.3624 -0.000103645 2.12817 9.81305e-08H1C0.867392 9.81305e-08 0.740215 0.0526785 0.646447 0.146447C0.552678 0.240215 0.5 0.367392 0.5 0.5C0.5 0.632608 0.552678 0.759785 0.646447 0.853554C0.740215 0.947322 0.867392 1 1 1H2.12817L3.79706 10.1789C3.81198 10.2601 3.8369 10.3391 3.87125 10.4142C3.6216 10.6251 3.43602 10.9017 3.33555 11.2127C3.23508 11.5237 3.22372 11.8567 3.30278 12.1738C3.38183 12.4909 3.54813 12.7795 3.78282 13.007C4.01752 13.2344 4.31124 13.3916 4.63068 13.4607C4.95013 13.5297 5.28253 13.5079 5.59023 13.3978C5.89792 13.2876 6.1686 13.0934 6.3716 12.8373C6.5746 12.5812 6.70179 12.2733 6.73877 11.9485C6.77574 11.6238 6.72103 11.2952 6.58081 11H10.9192C10.7567 11.3426 10.7099 11.7287 10.7858 12.1001C10.8617 12.4716 11.0563 12.8084 11.3401 13.0598C11.624 13.3111 11.9818 13.4635 12.3597 13.4939C12.7376 13.5244 13.1152 13.4313 13.4356 13.2286C13.7561 13.0259 14.002 12.7246 14.1364 12.37C14.2708 12.0155 14.2864 11.6269 14.1808 11.2627C14.0753 10.8986 13.8543 10.5785 13.5512 10.3508C13.2481 10.1231 12.8792 9.99996 12.5 10H4.78094L4.59912 9H13.0827C13.3169 9.0001 13.5437 8.91795 13.7236 8.76788C13.9034 8.61781 14.0248 8.40935 14.0666 8.17889Z" fill="white"/></svg>')}.modal-cta-style .js-link-target-secondary{display:block;height:36px;border-radius:5px;font-size:14px;line-height:28px;font-weight:700;color:var(--white);border:none;-webkit-box-shadow:none;box-shadow:none;outline:none;background-color:var(--accent-1);line-height:36px;text-align:center}.modal-cta-style .js-link-target-secondary span:before{line-height:22px;display:inline-block;width:22px;height:22px;content:"";color:var(--white);background:var(--white);background-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center;margin-right:6px;-webkit-mask-size:15px 20px;mask-size:15px 20px;-webkit-mask-image:url('data:image/svg+xml,<svg width="15" height="14" viewBox="0 0 15 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.0666 8.17889L14.8848 3.67886C14.911 3.53476 14.9052 3.38665 14.8678 3.24503C14.8305 3.1034 14.7625 2.97171 14.6686 2.85926C14.5748 2.74681 14.4574 2.65635 14.3247 2.59427C14.192 2.53219 14.0473 2.50001 13.9009 2.5H3.4173L3.11206 0.821136C3.07027 0.590674 2.94886 0.382209 2.76904 0.232132C2.58921 0.082054 2.3624 -0.000103645 2.12817 9.81305e-08H1C0.867392 9.81305e-08 0.740215 0.0526785 0.646447 0.146447C0.552678 0.240215 0.5 0.367392 0.5 0.5C0.5 0.632608 0.552678 0.759785 0.646447 0.853554C0.740215 0.947322 0.867392 1 1 1H2.12817L3.79706 10.1789C3.81198 10.2601 3.8369 10.3391 3.87125 10.4142C3.6216 10.6251 3.43602 10.9017 3.33555 11.2127C3.23508 11.5237 3.22372 11.8567 3.30278 12.1738C3.38183 12.4909 3.54813 12.7795 3.78282 13.007C4.01752 13.2344 4.31124 13.3916 4.63068 13.4607C4.95013 13.5297 5.28253 13.5079 5.59023 13.3978C5.89792 13.2876 6.1686 13.0934 6.3716 12.8373C6.5746 12.5812 6.70179 12.2733 6.73877 11.9485C6.77574 11.6238 6.72103 11.2952 6.58081 11H10.9192C10.7567 11.3426 10.7099 11.7287 10.7858 12.1001C10.8617 12.4716 11.0563 12.8084 11.3401 13.0598C11.624 13.3111 11.9818 13.4635 12.3597 13.4939C12.7376 13.5244 13.1152 13.4313 13.4356 13.2286C13.7561 13.0259 14.002 12.7246 14.1364 12.37C14.2708 12.0155 14.2864 11.6269 14.1808 11.2627C14.0753 10.8986 13.8543 10.5785 13.5512 10.3508C13.2481 10.1231 12.8792 9.99996 12.5 10H4.78094L4.59912 9H13.0827C13.3169 9.0001 13.5437 8.91795 13.7236 8.76788C13.9034 8.61781 14.0248 8.40935 14.0666 8.17889Z" fill="white"/></svg>');mask-image:url('data:image/svg+xml,<svg width="15" height="14" viewBox="0 0 15 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.0666 8.17889L14.8848 3.67886C14.911 3.53476 14.9052 3.38665 14.8678 3.24503C14.8305 3.1034 14.7625 2.97171 14.6686 2.85926C14.5748 2.74681 14.4574 2.65635 14.3247 2.59427C14.192 2.53219 14.0473 2.50001 13.9009 2.5H3.4173L3.11206 0.821136C3.07027 0.590674 2.94886 0.382209 2.76904 0.232132C2.58921 0.082054 2.3624 -0.000103645 2.12817 9.81305e-08H1C0.867392 9.81305e-08 0.740215 0.0526785 0.646447 0.146447C0.552678 0.240215 0.5 0.367392 0.5 0.5C0.5 0.632608 0.552678 0.759785 0.646447 0.853554C0.740215 0.947322 0.867392 1 1 1H2.12817L3.79706 10.1789C3.81198 10.2601 3.8369 10.3391 3.87125 10.4142C3.6216 10.6251 3.43602 10.9017 3.33555 11.2127C3.23508 11.5237 3.22372 11.8567 3.30278 12.1738C3.38183 12.4909 3.54813 12.7795 3.78282 13.007C4.01752 13.2344 4.31124 13.3916 4.63068 13.4607C4.95013 13.5297 5.28253 13.5079 5.59023 13.3978C5.89792 13.2876 6.1686 13.0934 6.3716 12.8373C6.5746 12.5812 6.70179 12.2733 6.73877 11.9485C6.77574 11.6238 6.72103 11.2952 6.58081 11H10.9192C10.7567 11.3426 10.7099 11.7287 10.7858 12.1001C10.8617 12.4716 11.0563 12.8084 11.3401 13.0598C11.624 13.3111 11.9818 13.4635 12.3597 13.4939C12.7376 13.5244 13.1152 13.4313 13.4356 13.2286C13.7561 13.0259 14.002 12.7246 14.1364 12.37C14.2708 12.0155 14.2864 11.6269 14.1808 11.2627C14.0753 10.8986 13.8543 10.5785 13.5512 10.3508C13.2481 10.1231 12.8792 9.99996 12.5 10H4.78094L4.59912 9H13.0827C13.3169 9.0001 13.5437 8.91795 13.7236 8.76788C13.9034 8.61781 14.0248 8.40935 14.0666 8.17889Z" fill="white"/></svg>')}.modal-cta-style .js-link-target{margin-bottom:20px;background-color:var(--accent-0);color:var(--white)!important}.modal-cta-style .js-link-target:before{-webkit-mask-image:url('data:image/svg+xml,<svg width="16" height="14" viewBox="0 0 16 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.0290906 10.864C0.0775697 10.7893 0.155142 10.7847 0.261818 10.85C2.68605 12.2033 5.32364 12.88 8.17455 12.88C10.0751 12.88 11.9515 12.5393 13.8036 11.858C13.8521 11.8393 13.9224 11.8113 14.0145 11.774C14.1067 11.7367 14.1721 11.7087 14.2109 11.69C14.3564 11.634 14.4703 11.662 14.5527 11.774C14.6351 11.886 14.6085 11.9887 14.4727 12.082C14.2982 12.2033 14.0751 12.3433 13.8036 12.502C12.9697 12.978 12.0388 13.3467 11.0109 13.608C9.98303 13.8693 8.97939 14 8 14C6.48727 14 5.05696 13.7457 3.70909 13.237C2.36121 12.7283 1.15394 12.012 0.0872717 11.088C0.0290905 11.0413 0 10.9947 0 10.948C0 10.92 0.00968655 10.892 0.0290906 10.864ZM4.40727 6.874C4.40727 6.23 4.57212 5.67934 4.90182 5.222C5.23151 4.76466 5.68242 4.41934 6.25455 4.186C6.77818 3.97134 7.42303 3.81734 8.18909 3.724C8.45091 3.696 8.87757 3.65866 9.46909 3.612V3.374C9.46909 2.77666 9.40121 2.37534 9.26545 2.17C9.06182 1.89 8.74182 1.75 8.30545 1.75H8.18909C7.86909 1.778 7.59273 1.876 7.36 2.044C7.12727 2.212 6.97696 2.44534 6.90909 2.744C6.8703 2.93066 6.77333 3.038 6.61818 3.066L4.94546 2.87C4.7806 2.83266 4.69818 2.74866 4.69818 2.618C4.69818 2.59 4.70303 2.55734 4.71273 2.52C4.87757 1.68933 5.28242 1.07334 5.92727 0.671997C6.57212 0.270661 7.32605 0.0466611 8.18909 0H8.55273C9.65818 0 10.5212 0.275338 11.1418 0.825999C11.2392 0.919758 11.3291 1.02037 11.4109 1.127C11.4933 1.23434 11.5588 1.33 11.6073 1.414C11.6558 1.498 11.6994 1.61934 11.7382 1.778C11.777 1.93666 11.8061 2.04634 11.8255 2.107C11.8448 2.16766 11.8594 2.29834 11.8691 2.499C11.8788 2.69967 11.8836 2.81867 11.8836 2.856V6.244C11.8836 6.48666 11.92 6.70834 11.9927 6.909C12.0655 7.10966 12.1358 7.25433 12.2036 7.343C12.2715 7.43166 12.383 7.574 12.5382 7.77C12.5964 7.854 12.6255 7.92866 12.6255 7.994C12.6255 8.06866 12.5867 8.134 12.5091 8.19C11.7042 8.862 11.2679 9.226 11.2 9.282C11.0836 9.366 10.943 9.37533 10.7782 9.31C10.6424 9.198 10.5236 9.09066 10.4218 8.988C10.32 8.88534 10.2473 8.81066 10.2036 8.764C10.16 8.71734 10.0897 8.62634 9.99273 8.491C9.89575 8.35566 9.82786 8.26466 9.78909 8.218C9.24605 8.78733 8.71272 9.142 8.18909 9.28199C7.85939 9.37533 7.45211 9.422 6.96727 9.422C6.22059 9.422 5.60727 9.20033 5.12727 8.757C4.64727 8.31366 4.40727 7.686 4.40727 6.874ZM6.90909 6.594C6.90909 6.958 7.00364 7.24966 7.19273 7.469C7.38182 7.68834 7.63637 7.798 7.95636 7.798C7.98546 7.798 8.02666 7.79334 8.08 7.784C8.13332 7.77466 8.16969 7.77 8.18909 7.77C8.59637 7.66734 8.91151 7.41533 9.13455 7.014C9.24121 6.83666 9.32121 6.643 9.37455 6.433C9.42787 6.223 9.45696 6.05266 9.46182 5.922C9.46666 5.79133 9.46909 5.57666 9.46909 5.278V4.928C8.90666 4.928 8.48 4.96534 8.18909 5.04C7.33575 5.27334 6.90909 5.79134 6.90909 6.594ZM13.0182 11.102C13.0376 11.0647 13.0667 11.0273 13.1055 10.99C13.3479 10.8313 13.5806 10.724 13.8036 10.668C14.1721 10.5747 14.5309 10.5233 14.88 10.514C14.977 10.5047 15.0691 10.5093 15.1564 10.528C15.5927 10.5653 15.8545 10.6353 15.9418 10.738C15.9806 10.794 16 10.878 16 10.99V11.088C16 11.4147 15.9079 11.7997 15.7236 12.243C15.5394 12.6863 15.2824 13.0433 14.9527 13.314C14.9042 13.3513 14.8606 13.37 14.8218 13.37C14.8024 13.37 14.783 13.3653 14.7636 13.356C14.7055 13.328 14.6909 13.2767 14.72 13.202C15.0788 12.39 15.2582 11.8253 15.2582 11.508C15.2582 11.4053 15.2388 11.3307 15.2 11.284C15.103 11.172 14.8315 11.116 14.3855 11.116C14.2206 11.116 14.0267 11.1253 13.8036 11.144C13.5612 11.172 13.3382 11.2 13.1346 11.228C13.0764 11.228 13.0376 11.2187 13.0182 11.2C12.9988 11.1813 12.9939 11.1627 13.0036 11.144C13.0036 11.1347 13.0085 11.1207 13.0182 11.102Z" fill="black"/></svg>');mask-image:url('data:image/svg+xml,<svg width="16" height="14" viewBox="0 0 16 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.0290906 10.864C0.0775697 10.7893 0.155142 10.7847 0.261818 10.85C2.68605 12.2033 5.32364 12.88 8.17455 12.88C10.0751 12.88 11.9515 12.5393 13.8036 11.858C13.8521 11.8393 13.9224 11.8113 14.0145 11.774C14.1067 11.7367 14.1721 11.7087 14.2109 11.69C14.3564 11.634 14.4703 11.662 14.5527 11.774C14.6351 11.886 14.6085 11.9887 14.4727 12.082C14.2982 12.2033 14.0751 12.3433 13.8036 12.502C12.9697 12.978 12.0388 13.3467 11.0109 13.608C9.98303 13.8693 8.97939 14 8 14C6.48727 14 5.05696 13.7457 3.70909 13.237C2.36121 12.7283 1.15394 12.012 0.0872717 11.088C0.0290905 11.0413 0 10.9947 0 10.948C0 10.92 0.00968655 10.892 0.0290906 10.864ZM4.40727 6.874C4.40727 6.23 4.57212 5.67934 4.90182 5.222C5.23151 4.76466 5.68242 4.41934 6.25455 4.186C6.77818 3.97134 7.42303 3.81734 8.18909 3.724C8.45091 3.696 8.87757 3.65866 9.46909 3.612V3.374C9.46909 2.77666 9.40121 2.37534 9.26545 2.17C9.06182 1.89 8.74182 1.75 8.30545 1.75H8.18909C7.86909 1.778 7.59273 1.876 7.36 2.044C7.12727 2.212 6.97696 2.44534 6.90909 2.744C6.8703 2.93066 6.77333 3.038 6.61818 3.066L4.94546 2.87C4.7806 2.83266 4.69818 2.74866 4.69818 2.618C4.69818 2.59 4.70303 2.55734 4.71273 2.52C4.87757 1.68933 5.28242 1.07334 5.92727 0.671997C6.57212 0.270661 7.32605 0.0466611 8.18909 0H8.55273C9.65818 0 10.5212 0.275338 11.1418 0.825999C11.2392 0.919758 11.3291 1.02037 11.4109 1.127C11.4933 1.23434 11.5588 1.33 11.6073 1.414C11.6558 1.498 11.6994 1.61934 11.7382 1.778C11.777 1.93666 11.8061 2.04634 11.8255 2.107C11.8448 2.16766 11.8594 2.29834 11.8691 2.499C11.8788 2.69967 11.8836 2.81867 11.8836 2.856V6.244C11.8836 6.48666 11.92 6.70834 11.9927 6.909C12.0655 7.10966 12.1358 7.25433 12.2036 7.343C12.2715 7.43166 12.383 7.574 12.5382 7.77C12.5964 7.854 12.6255 7.92866 12.6255 7.994C12.6255 8.06866 12.5867 8.134 12.5091 8.19C11.7042 8.862 11.2679 9.226 11.2 9.282C11.0836 9.366 10.943 9.37533 10.7782 9.31C10.6424 9.198 10.5236 9.09066 10.4218 8.988C10.32 8.88534 10.2473 8.81066 10.2036 8.764C10.16 8.71734 10.0897 8.62634 9.99273 8.491C9.89575 8.35566 9.82786 8.26466 9.78909 8.218C9.24605 8.78733 8.71272 9.142 8.18909 9.28199C7.85939 9.37533 7.45211 9.422 6.96727 9.422C6.22059 9.422 5.60727 9.20033 5.12727 8.757C4.64727 8.31366 4.40727 7.686 4.40727 6.874ZM6.90909 6.594C6.90909 6.958 7.00364 7.24966 7.19273 7.469C7.38182 7.68834 7.63637 7.798 7.95636 7.798C7.98546 7.798 8.02666 7.79334 8.08 7.784C8.13332 7.77466 8.16969 7.77 8.18909 7.77C8.59637 7.66734 8.91151 7.41533 9.13455 7.014C9.24121 6.83666 9.32121 6.643 9.37455 6.433C9.42787 6.223 9.45696 6.05266 9.46182 5.922C9.46666 5.79133 9.46909 5.57666 9.46909 5.278V4.928C8.90666 4.928 8.48 4.96534 8.18909 5.04C7.33575 5.27334 6.90909 5.79134 6.90909 6.594ZM13.0182 11.102C13.0376 11.0647 13.0667 11.0273 13.1055 10.99C13.3479 10.8313 13.5806 10.724 13.8036 10.668C14.1721 10.5747 14.5309 10.5233 14.88 10.514C14.977 10.5047 15.0691 10.5093 15.1564 10.528C15.5927 10.5653 15.8545 10.6353 15.9418 10.738C15.9806 10.794 16 10.878 16 10.99V11.088C16 11.4147 15.9079 11.7997 15.7236 12.243C15.5394 12.6863 15.2824 13.0433 14.9527 13.314C14.9042 13.3513 14.8606 13.37 14.8218 13.37C14.8024 13.37 14.783 13.3653 14.7636 13.356C14.7055 13.328 14.6909 13.2767 14.72 13.202C15.0788 12.39 15.2582 11.8253 15.2582 11.508C15.2582 11.4053 15.2388 11.3307 15.2 11.284C15.103 11.172 14.8315 11.116 14.3855 11.116C14.2206 11.116 14.0267 11.1253 13.8036 11.144C13.5612 11.172 13.3382 11.2 13.1346 11.228C13.0764 11.228 13.0376 11.2187 13.0182 11.2C12.9988 11.1813 12.9939 11.1627 13.0036 11.144C13.0036 11.1347 13.0085 11.1207 13.0182 11.102Z" fill="black"/></svg>')}.notification-popover{height:500px;width:400px;-webkit-box-shadow:0px 4px 20px 0px rgba(0,0,0,0.05);box-shadow:0px 4px 20px 0px rgba(0,0,0,0.05);background-color:var(--white);border:none;padding:0;border-radius:6px}.dark-mode .notification-popover{background-color:#2E3440}.notification-popover__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px 15px;border-bottom:1px solid var(--root-l-3)}.notification-popover__header span{font-size:16px;font-weight:600;color:var(--root-d-2)}.notification-popover__content{padding:10px 15px;list-style:none}.notification-popover__item{padding:10px;border-radius:6px;margin-bottom:5px}.notification-popover__item:last-child{margin-bottom:0}.notification-popover__item:hover{background-color:var(--root-l-2)}.notification-popover__item.active{background-color:var(--root-l-2);position:relative}.notification-popover__item.active:after{content:'';position:absolute;top:5px;right:5px;width:6px;height:6px;border-radius:50px;background-color:var(--root-r-0)}.notification-popover__item.no-unread{text-align:center}.notification-popover__item.no-unread:hover{background-color:transparent}.dark-mode .notification-popover__item.no-unread{color:var(--white)}.notification-popover__item-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:5px}.notification-popover__item-header span a{font-size:16px;font-weight:500;color:var(--root-d-0);display:block;width:250px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.notification-popover__item-content p{font-size:14px;font-weight:400;color:var(--root-d-2);overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.notification-popover__time{font-size:12px;font-weight:400;color:var(--root-d-2)}.notification-popover__close-notifications{width:26px;height:26px;background-color:transparent;position:relative;border-radius:6px;cursor:pointer}.notification-popover__close-notifications:hover{background-color:var(--root-l-2)}.notification-popover__close-notifications:before{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);line-height:12px;display:inline-block;width:12px;height:12px;content:"";background:var(--black);color:var(--black);background-size:100% 100%;-webkit-mask-size:12px 12px;mask-size:12px 12px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center;-webkit-mask-image:url('data:image/svg+xml,<svg viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 11L11 1M1 1L11 11" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');mask-image:url('data:image/svg+xml,<svg viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 11L11 1M1 1L11 11" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.notification-popover__loader{width:100%;height:91px;border-radius:6px;margin-bottom:6px}.notification-popover__loader>div{height:100%;width:100%;background-color:var(--root-l-0);border-radius:8px;background-image:-webkit-gradient(linear,left top,right top,from(var(--white)),color-stop(var(--root-l-0)),color-stop(var(--white)),to(var(--root-l-0)));background-image:linear-gradient(90deg,var(--white),var(--root-l-0),var(--white),var(--root-l-0));background-size:300% 100%;-webkit-animation:animateBg 1.5s infinite linear;animation:animateBg 1.5s infinite linear}@-webkit-keyframes animateBg{0%{background-position:100% 0}to{background-position:0 0}}@keyframes animateBg{0%{background-position:100% 0}to{background-position:0 0}}div.search{position:relative;display:none}div.search.search--header{display:block}div.search.search--header input[type=search]{width:256px;height:40px;border-radius:9px;background-color:rgba(228,228,228,0.49776);padding-left:54px;font-size:14px;line-height:14px;font-weight:500;letter-spacing:-0.6px}@media only screen and (min-width:978px){.dark-mode div.search.search--header input[type=search]{background-color:#242933!important}}div.search.search--header input[type=search]:focus{border-color:transparent}.dark-mode div.search.search--header input[type=search]:focus{border-color:transparent!important}@media only screen and (max-width:977.98px){div.search.search--header input[type=search]{height:70px;width:100%;border-radius:0;background:var(--white)!important;font-size:14px;line-height:17px;font-weight:500;letter-spacing:initial;padding-left:50px}}@media (min-width:978px) and (max-width:1119.98px){div.search.search--header input[type=search]{width:300px;margin-right:10px}}@media (min-width:1120px) and (max-width:1750px){div.search.search--header input[type=search]{width:180px}}@media (min-width:1120px) and (max-width:1279.98px){div.search.search--header input[type=search]{width:123px;padding-left:34px}}div.search.search--header input[type=submit]{position:absolute;top:0;left:0;border-top-left-radius:9px;border-bottom-left-radius:9px;width:54px;height:40px;background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.61154 0C4.30323 0 0 4.20819 0 9.39926C0 14.5903 4.30323 18.7985 9.61154 18.7985C11.8819 18.7985 13.9684 18.0287 15.613 16.7415L18.7371 19.7886L18.8202 19.8586C19.1102 20.0685 19.5214 20.0446 19.7839 19.7873C20.0726 19.5043 20.072 19.0459 19.7825 18.7636L16.6952 15.7523C18.2649 14.0794 19.2231 11.8487 19.2231 9.39926C19.2231 4.20819 14.9198 0 9.61154 0ZM9.61154 1.44774C14.1022 1.44774 17.7426 5.00776 17.7426 9.39926C17.7426 13.7908 14.1022 17.3508 9.61154 17.3508C5.12086 17.3508 1.48044 13.7908 1.48044 9.39926C1.48044 5.00776 5.12086 1.44774 9.61154 1.44774Z" fill="currentColor"/></svg>');background-repeat:no-repeat;background-size:19px;background-position:center center}.dark-mode div.search.search--header input[type=submit]{background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.61154 0C4.30323 0 0 4.20819 0 9.39926C0 14.5903 4.30323 18.7985 9.61154 18.7985C11.8819 18.7985 13.9684 18.0287 15.613 16.7415L18.7371 19.7886L18.8202 19.8586C19.1102 20.0685 19.5214 20.0446 19.7839 19.7873C20.0726 19.5043 20.072 19.0459 19.7825 18.7636L16.6952 15.7523C18.2649 14.0794 19.2231 11.8487 19.2231 9.39926C19.2231 4.20819 14.9198 0 9.61154 0ZM9.61154 1.44774C14.1022 1.44774 17.7426 5.00776 17.7426 9.39926C17.7426 13.7908 14.1022 17.3508 9.61154 17.3508C5.12086 17.3508 1.48044 13.7908 1.48044 9.39926C1.48044 5.00776 5.12086 1.44774 9.61154 1.44774Z" fill="rgba(255, 255, 255, .5)"/></svg>')}@media only screen and (max-width:977.98px){div.search.search--header input[type=submit]{height:56px;width:50px;border-radius:0;background-position:23px center;background-image:url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.96875 15.1875C11.9556 15.1875 15.1875 11.9556 15.1875 7.96875C15.1875 3.98195 11.9556 0.75 7.96875 0.75C3.98194 0.75 0.75 3.98195 0.75 7.96875C0.75 11.9556 3.98194 15.1875 7.96875 15.1875Z" stroke="gray" stroke-width="1.375" stroke-linecap="round" stroke-linejoin="round"/><path d="M13.0732 13.0734L17.2498 17.25" stroke="gray" stroke-width="1.375" stroke-linecap="round" stroke-linejoin="round"/></svg>')}}@media (min-width:1120px) and (max-width:1279.98px){div.search.search--header input[type=submit]{width:40px;background-size:16px}}div.search.search--header input[type=submit]:hover{background-color:rgba(0,0,0,0.05)}.dark-mode div.search.search--header input[type=submit]:hover{background-color:transparent;background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.61154 0C4.30323 0 0 4.20819 0 9.39926C0 14.5903 4.30323 18.7985 9.61154 18.7985C11.8819 18.7985 13.9684 18.0287 15.613 16.7415L18.7371 19.7886L18.8202 19.8586C19.1102 20.0685 19.5214 20.0446 19.7839 19.7873C20.0726 19.5043 20.072 19.0459 19.7825 18.7636L16.6952 15.7523C18.2649 14.0794 19.2231 11.8487 19.2231 9.39926C19.2231 4.20819 14.9198 0 9.61154 0ZM9.61154 1.44774C14.1022 1.44774 17.7426 5.00776 17.7426 9.39926C17.7426 13.7908 14.1022 17.3508 9.61154 17.3508C5.12086 17.3508 1.48044 13.7908 1.48044 9.39926C1.48044 5.00776 5.12086 1.44774 9.61154 1.44774Z" fill="rgba(255, 255, 255, 1)"/></svg>')}div.search.search--hero{display:block}@media only screen and (max-width:599.98px){div.search.search--hero{width:100%}}div.search.search--hero:after{content:'';position:absolute;right:69px;top:calc(50% - 14px);width:1px;height:28px;background:rgba(22,24,35,0.12)}.dark-mode div.search.search--hero:after{background:#434C5E}@media only screen and (max-width:767.98px){div.search.search--hero:after{right:50px}}div.search.search--hero form{display:-webkit-box;display:-ms-flexbox;display:flex}div.search.search--hero input[type=search]{width:100%;height:64px;border-radius:11.5px;background-color:var(--root-l-3)!important;padding-left:25px;font-size:14px;line-height:14px;font-weight:500;padding-right:69px}.dark-mode div.search.search--hero input[type=search]{-webkit-box-shadow:none;box-shadow:none}@media only screen and (max-width:767.98px){div.search.search--hero input[type=search]{padding-right:50px}}@media only screen and (max-width:977.98px){div.search.search--hero input[type=search]{height:50px;width:100%;padding-left:16px}}div.search.search--hero input[type=submit]{width:69px;height:64px;border-left:0;border-bottom-right-radius:11.5px;border-top-right-radius:11.5px;border-width:1px;background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.61154 0C4.30323 0 0 4.20819 0 9.39926C0 14.5903 4.30323 18.7985 9.61154 18.7985C11.8819 18.7985 13.9684 18.0287 15.613 16.7415L18.7371 19.7886L18.8202 19.8586C19.1102 20.0685 19.5214 20.0446 19.7839 19.7873C20.0726 19.5043 20.072 19.0459 19.7825 18.7636L16.6952 15.7523C18.2649 14.0794 19.2231 11.8487 19.2231 9.39926C19.2231 4.20819 14.9198 0 9.61154 0ZM9.61154 1.44774C14.1022 1.44774 17.7426 5.00776 17.7426 9.39926C17.7426 13.7908 14.1022 17.3508 9.61154 17.3508C5.12086 17.3508 1.48044 13.7908 1.48044 9.39926C1.48044 5.00776 5.12086 1.44774 9.61154 1.44774Z" fill="gray"/></svg>');background-repeat:no-repeat;background-size:19px;background-position:center center;position:absolute;right:0}.dark-mode div.search.search--hero input[type=submit]{background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.61154 0C4.30323 0 0 4.20819 0 9.39926C0 14.5903 4.30323 18.7985 9.61154 18.7985C11.8819 18.7985 13.9684 18.0287 15.613 16.7415L18.7371 19.7886L18.8202 19.8586C19.1102 20.0685 19.5214 20.0446 19.7839 19.7873C20.0726 19.5043 20.072 19.0459 19.7825 18.7636L16.6952 15.7523C18.2649 14.0794 19.2231 11.8487 19.2231 9.39926C19.2231 4.20819 14.9198 0 9.61154 0ZM9.61154 1.44774C14.1022 1.44774 17.7426 5.00776 17.7426 9.39926C17.7426 13.7908 14.1022 17.3508 9.61154 17.3508C5.12086 17.3508 1.48044 13.7908 1.48044 9.39926C1.48044 5.00776 5.12086 1.44774 9.61154 1.44774Z" fill="rgba(128, 129, 145, 1)"/></svg>')}@media only screen and (max-width:767.98px){div.search.search--hero input[type=submit]{width:50px}}@media only screen and (max-width:977.98px){div.search.search--hero input[type=submit]{height:50px;z-index:1}}div.search.search--hero input[type=submit]:hover{background-color:rgba(22,24,35,0.03)}.dark-mode div.search.search--hero input[type=submit]:hover{background-color:transparent;background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.61154 0C4.30323 0 0 4.20819 0 9.39926C0 14.5903 4.30323 18.7985 9.61154 18.7985C11.8819 18.7985 13.9684 18.0287 15.613 16.7415L18.7371 19.7886L18.8202 19.8586C19.1102 20.0685 19.5214 20.0446 19.7839 19.7873C20.0726 19.5043 20.072 19.0459 19.7825 18.7636L16.6952 15.7523C18.2649 14.0794 19.2231 11.8487 19.2231 9.39926C19.2231 4.20819 14.9198 0 9.61154 0ZM9.61154 1.44774C14.1022 1.44774 17.7426 5.00776 17.7426 9.39926C17.7426 13.7908 14.1022 17.3508 9.61154 17.3508C5.12086 17.3508 1.48044 13.7908 1.48044 9.39926C1.48044 5.00776 5.12086 1.44774 9.61154 1.44774Z" fill="black"/></svg>')}div.search.search--hero input[type=submit]:focus-visible{outline:none}div.search.search--hero input[type=submit]:after,div.search.search--hero input[type=submit]:before{display:none}div.search input[type=search]{width:361px;margin:0;height:48px;background-color:rgba(22,24,35,0.06)!important;-webkit-box-shadow:none;box-shadow:none;border:none;border-radius:50px;padding-left:16px;font-size:16px;line-height:20px;font-weight:400;color:var(--root-d-0);transition:all 0.3s ease-in-out,-webkit-transform 0.3s ease-in-out;border:1.5px solid transparent;padding-bottom:2px}@media only screen and (max-width:1119.98px){div.search input[type=search]{width:100%;border-radius:12px}}div.search input[type=search]::-webkit-input-placeholder{color:#808191}div.search input[type=search]::-moz-placeholder{color:#808191}div.search input[type=search]:-ms-input-placeholder{color:#808191}div.search input[type=search]::-ms-input-placeholder{color:#808191}div.search input[type=search]::placeholder{color:#808191}div.search input[type=search]:focus{outline:none;-webkit-box-shadow:none;box-shadow:none;border-color:rgba(22,24,35,0.2)}.dark-mode div.search input[type=search]:focus{border-color:#434C5E!important}.dark-mode div.search input[type=search]{background-color:#2E3440!important}div.search input[type=submit]{cursor:pointer;-webkit-box-shadow:none;box-shadow:none;text-shadow:none;border:none;border-radius:0;background-color:unset;padding:0;margin:0}div.search_close,div.search_enter,div.search_loader{position:absolute;right:8px;top:8px;width:32px;height:32px;background:transparent;border-radius:12px;cursor:pointer}div.search_close:before,div.search_enter:before,div.search_loader:before{position:absolute;left:calc(50% - 10px);top:calc(50% - 10px);padding:10px;line-height:18px;display:inline-block;width:18px;height:18px;content:"";background:#808191;color:#808191;background-size:100% 100%;-webkit-mask-size:18px 18px;mask-size:18px 18px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center;-webkit-mask-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.61154 0C4.30323 0 0 4.20819 0 9.39926C0 14.5903 4.30323 18.7985 9.61154 18.7985C11.8819 18.7985 13.9684 18.0287 15.613 16.7415L18.7371 19.7886L18.8202 19.8586C19.1102 20.0685 19.5214 20.0446 19.7839 19.7873C20.0726 19.5043 20.072 19.0459 19.7825 18.7636L16.6952 15.7523C18.2649 14.0794 19.2231 11.8487 19.2231 9.39926C19.2231 4.20819 14.9198 0 9.61154 0ZM9.61154 1.44774C14.1022 1.44774 17.7426 5.00776 17.7426 9.39926C17.7426 13.7908 14.1022 17.3508 9.61154 17.3508C5.12086 17.3508 1.48044 13.7908 1.48044 9.39926C1.48044 5.00776 5.12086 1.44774 9.61154 1.44774Z" fill="currentColor"/></svg>');mask-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.61154 0C4.30323 0 0 4.20819 0 9.39926C0 14.5903 4.30323 18.7985 9.61154 18.7985C11.8819 18.7985 13.9684 18.0287 15.613 16.7415L18.7371 19.7886L18.8202 19.8586C19.1102 20.0685 19.5214 20.0446 19.7839 19.7873C20.0726 19.5043 20.072 19.0459 19.7825 18.7636L16.6952 15.7523C18.2649 14.0794 19.2231 11.8487 19.2231 9.39926C19.2231 4.20819 14.9198 0 9.61154 0ZM9.61154 1.44774C14.1022 1.44774 17.7426 5.00776 17.7426 9.39926C17.7426 13.7908 14.1022 17.3508 9.61154 17.3508C5.12086 17.3508 1.48044 13.7908 1.48044 9.39926C1.48044 5.00776 5.12086 1.44774 9.61154 1.44774Z" fill="currentColor"/></svg>');-webkit-box-sizing:border-box;box-sizing:border-box}div.search_enter{top:0;height:48px;width:57px;border-radius:0;border-bottom-right-radius:50px;border-top-right-radius:50px;right:0;border:1px solid transparent;border-left:0;-webkit-box-sizing:border-box;box-sizing:border-box}@media only screen and (max-width:1119.98px){div.search_enter{border-bottom-right-radius:12px;border-top-right-radius:12px}}div.search_enter:after{content:'';position:absolute;left:0;top:calc(50% - 14px);width:1px;height:28px;background:rgba(22,24,35,0.12)}.dark-mode div.search_enter:after{background:#434C5E}div.search_enter:hover{background:rgba(22,24,35,0.03)}div.search_enter:hover:before{background:var(--root-d-0);color:var(--root-d-0)}div.search_enter:before{left:calc(50% - 11px)}div.search_enter.btn-focus{pointer-events:initial}div.search_enter.btn-focus:before{background:var(--root-d-0);color:var(--root-d-0)}div.search_close,div.search_loader{top:calc(50% - 8px);width:16px;height:16px;display:none;right:69px;background:rgba(22,24,35,0.34)}.dark-mode div.search_close,.dark-mode div.search_loader{background:#ECEFF4}div.search_close:before,div.search_loader:before{background:var(--root-d-0);color:var(--root-d-0)}div.search_close:before,div.search_loader:before{color:var(--white);background-color:var(--white);line-height:12px;width:12px;height:12px;-webkit-mask-size:12px 12px;mask-size:12px 12px;-webkit-mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" /></svg>');mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" /></svg>')}div.search_loader{top:calc(50% - 9px);background:#e9e9ea;width:18px;height:18px;right:68px}.dark-mode div.search_loader{background:#2E3440}div.search_loader:before{color:#808191;background-color:#808191;line-height:16px;width:16px;height:16px;-webkit-mask-size:16px 16px;mask-size:16px 16px;-webkit-mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M222.7 32.15C227.7 49.08 218.1 66.9 201.1 71.94C121.8 95.55 64 169.1 64 255.1C64 362 149.1 447.1 256 447.1C362 447.1 448 362 448 255.1C448 169.1 390.2 95.55 310.9 71.94C293.9 66.9 284.3 49.08 289.3 32.15C294.4 15.21 312.2 5.562 329.1 10.6C434.9 42.07 512 139.1 512 255.1C512 397.4 397.4 511.1 256 511.1C114.6 511.1 0 397.4 0 255.1C0 139.1 77.15 42.07 182.9 10.6C199.8 5.562 217.6 15.21 222.7 32.15V32.15z"/></svg>');mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M222.7 32.15C227.7 49.08 218.1 66.9 201.1 71.94C121.8 95.55 64 169.1 64 255.1C64 362 149.1 447.1 256 447.1C362 447.1 448 362 448 255.1C448 169.1 390.2 95.55 310.9 71.94C293.9 66.9 284.3 49.08 289.3 32.15C294.4 15.21 312.2 5.562 329.1 10.6C434.9 42.07 512 139.1 512 255.1C512 397.4 397.4 511.1 256 511.1C114.6 511.1 0 397.4 0 255.1C0 139.1 77.15 42.07 182.9 10.6C199.8 5.562 217.6 15.21 222.7 32.15V32.15z"/></svg>');-webkit-animation-name:spin;animation-name:spin;-webkit-animation-duration:800ms;animation-duration:800ms;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}@-webkit-keyframes spin{0%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes spin{0%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}div.search input[type=search]::-webkit-search-cancel-button,div.search input[type=search]::-webkit-search-decoration,div.search input[type=search]::-webkit-search-results-button,div.search input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none}.search-loader{width:361px;border-radius:50px;margin-right:0}@media only screen and (max-width:1119.98px){.search-loader{width:100%;border-radius:12px}}.pro-insta-search{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.pro-insta-search span{color:var(--root-d-2);font-size:14px;line-height:24px;font-weight:600;padding:0;border:0;display:block;margin-bottom:8px}.dark-mode .pro-insta-search span{border-color:#434c5e}.pro-insta-search__type{padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid var(--root-l-3);-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media only screen and (max-width:977.98px){.pro-insta-search__type{padding:0 20px;padding-bottom:16px}}.pro-insta-search__type:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}@media only screen and (max-width:977.98px){.pro-insta-search__type:last-child{padding-bottom:16px}}.pro-insta-search__type ul{list-style:none;padding:0}.pro-insta-search__type ul li{margin-bottom:12px}.pro-insta-search__type ul li:last-child{margin-bottom:0}.pro-insta-search__type a{color:var(--root-d-0);font-weight:500;font-size:16px;line-height:28px}.pro-insta-search__type a:hover{color:var(--accent-0)}.pro-insta-search__type--logo a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.pro-insta-search__type--logo a picture{max-width:20px;max-height:20px;margin-right:8px}.pro-insta-search__type--logo a picture img{width:20px!important;height:20px!important;left:calc(50% - 10px)!important;top:calc(50% - 10px)!important;-o-object-fit:contain!important;object-fit:contain!important}.pro-insta-search__type--image a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.pro-insta-search__type--image a picture{width:40px;height:40px;border-radius:50px;background-color:var(--root-l-6);margin-right:8px}.pro-insta-search__type--icon li{padding-left:29px}.pro-insta-search__type--icon a{position:relative}.pro-insta-search__type--icon a:before{line-height:18px;display:inline-block;width:18px;height:18px;content:"";background:var(--root-d-0);color:var(--root-d-0);background-size:100% 100%;-webkit-mask-size:18px 18px;mask-size:18px 18px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center;-webkit-mask-image:url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.25 7.5C14.25 7.69891 14.171 7.88968 14.0303 8.03033C13.8897 8.17098 13.6989 8.25 13.5 8.25H7.5C7.30109 8.25 7.11032 8.17098 6.96967 8.03033C6.82902 7.88968 6.75 7.69891 6.75 7.5C6.75 7.30109 6.82902 7.11032 6.96967 6.96967C7.11032 6.82902 7.30109 6.75 7.5 6.75H13.5C13.6989 6.75 13.8897 6.82902 14.0303 6.96967C14.171 7.11032 14.25 7.30109 14.25 7.5ZM13.5 9.75H7.5C7.30109 9.75 7.11032 9.82902 6.96967 9.96967C6.82902 10.1103 6.75 10.3011 6.75 10.5C6.75 10.6989 6.82902 10.8897 6.96967 11.0303C7.11032 11.171 7.30109 11.25 7.5 11.25H13.5C13.6989 11.25 13.8897 11.171 14.0303 11.0303C14.171 10.8897 14.25 10.6989 14.25 10.5C14.25 10.3011 14.171 10.1103 14.0303 9.96967C13.8897 9.82902 13.6989 9.75 13.5 9.75ZM18 1.5V16.5C18 16.8978 17.842 17.2794 17.5607 17.5607C17.2794 17.842 16.8978 18 16.5 18H1.5C1.10218 18 0.720644 17.842 0.43934 17.5607C0.158035 17.2794 0 16.8978 0 16.5V1.5C0 1.10218 0.158035 0.720644 0.43934 0.43934C0.720644 0.158035 1.10218 0 1.5 0H16.5C16.8978 0 17.2794 0.158035 17.5607 0.43934C17.842 0.720644 18 1.10218 18 1.5ZM1.5 16.5H3.75V1.5H1.5V16.5ZM16.5 16.5V1.5H5.25V16.5H16.5Z" fill="currentColor"/></svg>');mask-image:url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.25 7.5C14.25 7.69891 14.171 7.88968 14.0303 8.03033C13.8897 8.17098 13.6989 8.25 13.5 8.25H7.5C7.30109 8.25 7.11032 8.17098 6.96967 8.03033C6.82902 7.88968 6.75 7.69891 6.75 7.5C6.75 7.30109 6.82902 7.11032 6.96967 6.96967C7.11032 6.82902 7.30109 6.75 7.5 6.75H13.5C13.6989 6.75 13.8897 6.82902 14.0303 6.96967C14.171 7.11032 14.25 7.30109 14.25 7.5ZM13.5 9.75H7.5C7.30109 9.75 7.11032 9.82902 6.96967 9.96967C6.82902 10.1103 6.75 10.3011 6.75 10.5C6.75 10.6989 6.82902 10.8897 6.96967 11.0303C7.11032 11.171 7.30109 11.25 7.5 11.25H13.5C13.6989 11.25 13.8897 11.171 14.0303 11.0303C14.171 10.8897 14.25 10.6989 14.25 10.5C14.25 10.3011 14.171 10.1103 14.0303 9.96967C13.8897 9.82902 13.6989 9.75 13.5 9.75ZM18 1.5V16.5C18 16.8978 17.842 17.2794 17.5607 17.5607C17.2794 17.842 16.8978 18 16.5 18H1.5C1.10218 18 0.720644 17.842 0.43934 17.5607C0.158035 17.2794 0 16.8978 0 16.5V1.5C0 1.10218 0.158035 0.720644 0.43934 0.43934C0.720644 0.158035 1.10218 0 1.5 0H16.5C16.8978 0 17.2794 0.158035 17.5607 0.43934C17.842 0.720644 18 1.10218 18 1.5ZM1.5 16.5H3.75V1.5H1.5V16.5ZM16.5 16.5V1.5H5.25V16.5H16.5Z" fill="currentColor"/></svg>');position:absolute;left:-29px;top:1px}.pro-insta-search__type--icon a:hover:before{background:var(--accent-0);color:var(--accent-0)}.pro-insta-search__type--icon-tool a:before{-webkit-mask-image:url('data:image/svg+xml,<svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.4896 4.8633C20.0086 6.07518 20.1357 7.41903 19.853 8.70671C19.5703 9.99439 18.892 11.1614 17.913 12.0444C16.9341 12.9275 15.7035 13.4822 14.3936 13.6311C13.0837 13.78 11.76 13.5155 10.6079 12.8747V12.8747L5.05925 19.3035C4.61332 19.7495 4.0085 20 3.37786 20C2.74721 20 2.14239 19.7495 1.69646 19.3035C1.25052 18.8576 1 18.2528 1 17.6221C1 16.9915 1.25052 16.3867 1.69646 15.9407L8.12533 10.3921C7.48451 9.24001 7.22003 7.91633 7.3689 6.60641C7.51777 5.29649 8.07254 4.06592 8.95555 3.08698C9.83857 2.10803 11.0056 1.42973 12.2933 1.14702C13.581 0.86432 14.9248 0.991371 16.1367 1.51039L11.9827 5.65454L12.5464 8.45358L15.3455 9.01734L19.4896 4.8633Z" stroke="currentColor" stroke-width="1.57227" stroke-linecap="round" stroke-linejoin="round"/></svg>');mask-image:url('data:image/svg+xml,<svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.4896 4.8633C20.0086 6.07518 20.1357 7.41903 19.853 8.70671C19.5703 9.99439 18.892 11.1614 17.913 12.0444C16.9341 12.9275 15.7035 13.4822 14.3936 13.6311C13.0837 13.78 11.76 13.5155 10.6079 12.8747V12.8747L5.05925 19.3035C4.61332 19.7495 4.0085 20 3.37786 20C2.74721 20 2.14239 19.7495 1.69646 19.3035C1.25052 18.8576 1 18.2528 1 17.6221C1 16.9915 1.25052 16.3867 1.69646 15.9407L8.12533 10.3921C7.48451 9.24001 7.22003 7.91633 7.3689 6.60641C7.51777 5.29649 8.07254 4.06592 8.95555 3.08698C9.83857 2.10803 11.0056 1.42973 12.2933 1.14702C13.581 0.86432 14.9248 0.991371 16.1367 1.51039L11.9827 5.65454L12.5464 8.45358L15.3455 9.01734L19.4896 4.8633Z" stroke="currentColor" stroke-width="1.57227" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.pro-insta-search__type--icon-pro-list a:before{top:-2px;line-height:24px;display:inline-block;width:24px;height:24px;-webkit-mask-size:24px 24px;mask-size:24px 24px;-webkit-mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6"><path stroke-linecap="round" stroke-linejoin="round" d="M8.25 6.75h12M8.25 12h12m-12 5.25h12M3.75 6.75h.007v.008H3.75V6.75zm.375 0a.375.375 0 11-.75 0 .375.375 0 01.75 0zM3.75 12h.007v.008H3.75V12zm.375 0a.375.375 0 11-.75 0 .375.375 0 01.75 0zm-.375 5.25h.007v.008H3.75v-.008zm.375 0a.375.375 0 11-.75 0 .375.375 0 01.75 0z" /></svg>');mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6"><path stroke-linecap="round" stroke-linejoin="round" d="M8.25 6.75h12M8.25 12h12m-12 5.25h12M3.75 6.75h.007v.008H3.75V6.75zm.375 0a.375.375 0 11-.75 0 .375.375 0 01.75 0zM3.75 12h.007v.008H3.75V12zm.375 0a.375.375 0 11-.75 0 .375.375 0 01.75 0zm-.375 5.25h.007v.008H3.75v-.008zm.375 0a.375.375 0 11-.75 0 .375.375 0 01.75 0z" /></svg>')}.pro-insta-search__type--icon-review a:before{top:-2px;line-height:24px;display:inline-block;width:24px;height:24px;-webkit-mask-size:24px 24px;mask-size:24px 24px;-webkit-mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6"><path stroke-linecap="round" stroke-linejoin="round" d="M11.35 3.836c-.065.21-.1.433-.1.664 0 .414.336.75.75.75h4.5a.75.75 0 00.75-.75 2.25 2.25 0 00-.1-.664m-5.8 0A2.251 2.251 0 0113.5 2.25H15c1.012 0 1.867.668 2.15 1.586m-5.8 0c-.376.023-.75.05-1.124.08C9.095 4.01 8.25 4.973 8.25 6.108V8.25m8.9-4.414c.376.023.75.05 1.124.08 1.131.094 1.976 1.057 1.976 2.192V16.5A2.25 2.25 0 0118 18.75h-2.25m-7.5-10.5H4.875c-.621 0-1.125.504-1.125 1.125v11.25c0 .621.504 1.125 1.125 1.125h9.75c.621 0 1.125-.504 1.125-1.125V18.75m-7.5-10.5h6.375c.621 0 1.125.504 1.125 1.125v9.375m-8.25-3l1.5 1.5 3-3.75" /></svg>');mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6"><path stroke-linecap="round" stroke-linejoin="round" d="M11.35 3.836c-.065.21-.1.433-.1.664 0 .414.336.75.75.75h4.5a.75.75 0 00.75-.75 2.25 2.25 0 00-.1-.664m-5.8 0A2.251 2.251 0 0113.5 2.25H15c1.012 0 1.867.668 2.15 1.586m-5.8 0c-.376.023-.75.05-1.124.08C9.095 4.01 8.25 4.973 8.25 6.108V8.25m8.9-4.414c.376.023.75.05 1.124.08 1.131.094 1.976 1.057 1.976 2.192V16.5A2.25 2.25 0 0118 18.75h-2.25m-7.5-10.5H4.875c-.621 0-1.125.504-1.125 1.125v11.25c0 .621.504 1.125 1.125 1.125h9.75c.621 0 1.125-.504 1.125-1.125V18.75m-7.5-10.5h6.375c.621 0 1.125.504 1.125 1.125v9.375m-8.25-3l1.5 1.5 3-3.75" /></svg>')}.prosett-header-top{background-color:var(--white);border-bottom:1px solid #eee;height:56px;padding:0 24px;padding-right:calc(265px + 24px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dark-mode .prosett-header-top{background-color:#2E3440;border-color:var(--root-l-4)}@media only screen and (max-width:977.98px){.prosett-header-top{display:none}}.prosett-header-top ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0;list-style:none;gap:32px}@media (min-width:978px) and (max-width:1340px){.prosett-header-top ul{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px 32px}}.prosett-header-top ul li a{font-size:12px;line-height:1;font-weight:700;color:var(--root-d-3)}.dark-mode .prosett-header-top ul li a{color:#808191}.prosett-header-top ul li a:hover{color:var(--root-d-0)}.prosett-header{position:sticky;top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:56px;padding:0px 24px;border-bottom:1px solid #eee;z-index:1000;background:var(--white)}.dark-mode .prosett-header{background:#2E3440;border-color:var(--root-l-4)}body.admin-bar .prosett-header{top:32px}@media only screen and (max-width:782.98px){body.admin-bar .prosett-header{top:46px}}.prosett-header.has-sticky{-webkit-box-shadow:none;box-shadow:none}@media only screen and (max-width:599.98px){body.admin-bar .prosett-header.has-sticky{top:0}}@media (min-width:600px) and (max-width:822.98px){body.admin-bar .prosett-header.has-sticky{top:46px}}@media only screen and (max-width:1419.98px){.prosett-header{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:56px;padding:0 9px 0 24px;background:var(--white)}}@media (min-width:1120px) and (max-width:1419.98px){.prosett-header{padding:0 24px}}@media (min-width:1420px) and (max-width:1549.98px){.prosett-header{padding:0 24px}}.prosett-header--right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.prosett-header--right:not(.logged-in .prosett-header--right){margin-left:auto}@media only screen and (max-width:977.98px){.prosett-header--right{display:none}}@media (min-width:978px) and (max-width:1419.98px){.prosett-header--right{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}.prosett-header__logo{max-width:170px;width:100%}@media (min-width:978px) and (max-width:1119.98px){.prosett-header__logo{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.prosett-header__logo picture{display:block}.prosett-header__logo picture img{display:block;width:100%!important}.prosett-header__logo>a picture:not(.prosett-header__logo>a picture:last-child){display:block}.dark-mode .prosett-header__logo>a picture:not(.prosett-header__logo>a picture:last-child){display:none}.prosett-header__logo>a picture:last-child{display:none}.dark-mode .prosett-header__logo>a picture:last-child{display:block}@media only screen and (max-width:977.98px){.prosett-header.prosett-header--xs-nav-open .prosett-header--right{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;top:56px;left:0;right:0;background:var(--white);height:56px;border-top:1px solid var(--root-l-3);border-bottom:1px solid var(--root-l-3)}.dark-mode .prosett-header.prosett-header--xs-nav-open .prosett-header--right{background:#2E3440}.prosett-header.prosett-header--xs-nav-open .prosett-header--right .prosett-header__social{display:none}.prosett-header.prosett-header--xs-nav-open .prosett-header--right .prosett-header__search{width:100%}.prosett-header.prosett-header--xs-nav-open .prosett-header--right .prosett-header__search form{height:100%}.prosett-header.prosett-header--xs-nav-open .prosett-header--right .prosett-header__search form>input[type=search]{height:56px;width:100%;border-radius:0;background:var(--white);font-size:14px;line-height:17px;font-weight:500;letter-spacing:initial;padding-left:50px}}@media only screen and (max-width:1419.98px){.prosett-header.prosett-header--xs-nav-open{position:fixed;left:0;right:0;top:0}.prosett-header.prosett-header--xs-nav-open .prosett-mega-menu{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;top:140px;bottom:0;left:0;right:0;background:var(--white);padding:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;overflow:scroll;height:calc(100% - 270px)}.dark-mode .prosett-header.prosett-header--xs-nav-open .prosett-mega-menu{background:#2E3440}.prosett-header.prosett-header--xs-nav-open .prosett-mega-menu::-webkit-scrollbar{display:none}.prosett-header.prosett-header--xs-nav-open .prosett-mega-menu>.menu-item{height:65px;padding:0;width:100%;border-bottom:1px solid var(--root-l-3);-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.prosett-header.prosett-header--xs-nav-open .prosett-mega-menu>.menu-item .sub-menu__main-nav>span{display:none!important}.prosett-header.prosett-header--xs-nav-open .prosett-mega-menu>.menu-item:hover .sub-menu{display:none}.prosett-header.prosett-header--xs-nav-open .prosett-mega-menu>.menu-item:not(--open){-webkit-box-flex:0;-ms-flex:0 0 65px;flex:0 0 65px}.prosett-header.prosett-header--xs-nav-open .prosett-mega-menu>.menu-item>a{font-size:17px;line-height:26px;font-weight:600;padding:0 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.prosett-header.prosett-header--xs-nav-open .prosett-mega-menu>.menu-item>a .menu-item__sub-menu-trigger{display:block;width:70px;height:65px;position:absolute;top:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.prosett-header.prosett-header--xs-nav-open .prosett-mega-menu>.menu-item>a .menu-item__sub-menu-trigger:before{line-height:18px;display:inline-block;width:18px;height:18px;content:"";background:var(--root-d-3);color:var(--root-d-3);background-size:100% 100%;-webkit-mask-size:18px 18px;mask-size:18px 18px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center;-webkit-mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6"><path stroke-linecap="round" stroke-linejoin="round" d="M4.5 15.75l7.5-7.5 7.5 7.5" /></svg>');mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6"><path stroke-linecap="round" stroke-linejoin="round" d="M4.5 15.75l7.5-7.5 7.5 7.5" /></svg>');-webkit-transform:rotate(-180deg);transform:rotate(-180deg);-webkit-transition:0.3s ease-in-out;transition:0.3s ease-in-out;margin-left:17px}.prosett-header.prosett-header--xs-nav-open .prosett-mega-menu>.menu-item--open{height:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.prosett-header.prosett-header--xs-nav-open .prosett-mega-menu>.menu-item--open>a{height:64px;margin-right:auto;color:var(--accent-0)}.prosett-header.prosett-header--xs-nav-open .prosett-mega-menu>.menu-item--open>a .menu-item__sub-menu-trigger:before{-webkit-transform:rotate(0);transform:rotate(0)}.prosett-header.prosett-header--xs-nav-open .prosett-mega-menu>.menu-item--open .sub-menu{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;top:0;left:0;right:0;background:transparent;padding:20px 20px 25px;padding-top:0;-webkit-box-shadow:none;box-shadow:none;padding-bottom:76px;margin:0}.prosett-header.prosett-header--xs-nav-open .prosett-mega-menu>.menu-item--open .sub-menu--gear,.prosett-header.prosett-header--xs-nav-open .prosett-mega-menu>.menu-item--open .sub-menu--pro-lists,.prosett-header.prosett-header--xs-nav-open .prosett-mega-menu>.menu-item--open .sub-menu--tools{padding-bottom:25px}.prosett-header.prosett-header--xs-nav-open .prosett-mega-menu>.menu-item--open .sub-menu .sub-menu__side-nav{display:none}.prosett-header.prosett-header--xs-nav-open .prosett-mega-menu>.menu-item--open .sub-menu .sub-menu__side-nav--visible{display:block}.prosett-header.prosett-header--xs-nav-open .prosett-mega-menu>.menu-item--open .sub-menu .sub-menu__side-nav--visible span{margin:0;margin-bottom:7px}.prosett-header.prosett-header--xs-nav-open .prosett-mega-menu>.menu-item--open .sub-menu .sub-menu__main-nav>span{font-size:15px;display:block;margin-bottom:20px;font-weight:600}.prosett-header.prosett-header--xs-nav-open .prosett-mega-menu>.menu-item--open .sub-menu .sub-menu__main-nav.games-grid,.prosett-header.prosett-header--xs-nav-open .prosett-mega-menu>.menu-item--open .sub-menu .sub-menu__main-nav>.menu{margin:0;-ms-grid-columns:1fr 80px 1fr;grid-template-columns:repeat(2,1fr);grid-auto-flow:revert;gap:15px 80px}.prosett-header.prosett-header--xs-nav-open .prosett-mega-menu>.menu-item--open .sub-menu .sub-menu__main-nav.games-grid .menu-item>a,.prosett-header.prosett-header--xs-nav-open .prosett-mega-menu>.menu-item--open .sub-menu .sub-menu__main-nav>.menu .menu-item>a{font-size:15px;line-height:19px;color:var(--root-d-3)}.prosett-header.prosett-header--xs-nav-open .prosett-mega-menu>.menu-item--open .sub-menu .sub-menu__main-nav.games-grid .menu-item>a:before,.prosett-header.prosett-header--xs-nav-open .prosett-mega-menu>.menu-item--open .sub-menu .sub-menu__main-nav>.menu .menu-item>a:before{display:none}.prosett-header.prosett-header--xs-nav-open .prosett-mega-menu>.menu-item--open .sub-menu .sub-menu__main-nav.games-grid{gap:15px 80px;max-width:unset}.prosett-header.prosett-header--xs-nav-open .prosett-mega-menu>.menu-item--open .sub-menu .sub-menu__main-nav.games-grid .card:after{display:none}.prosett-header.prosett-header--xs-nav-open .prosett-mega-menu>.menu-item--open .sub-menu .sub-menu__main-nav.games-grid .card:first-child{grid-row:auto}.prosett-header.prosett-header--xs-nav-open .prosett-mega-menu>.menu-item--open .sub-menu .sub-menu__main-nav.games-grid .card span{display:block;font-size:15px;line-height:19px;color:var(--root-d-3)}.prosett-header.prosett-header--xs-nav-open .prosett-mega-menu>.menu-item--open .sub-menu__guides-wrapper{gap:60px 80px}.prosett-header.prosett-header--xs-nav-open .prosett-mega-menu>.menu-item--open .sub-menu__guides-wrapper .sub-menu__main-nav span{display:block!important}.prosett-header.prosett-header--xs-nav-open .prosett-mega-menu>.menu-item--open .sub-menu__guides-wrapper .sub-menu__main-nav .menu{gap:15px 0;-ms-grid-columns:1fr;grid-template-columns:1fr}.prosett-header.prosett-header--xs-nav-open .prosett-mega-menu>.menu-item--open .sub-menu__guides-wrapper .sub-menu__main-nav .menu-item a{font-size:15px;line-height:19px}}@media only screen and (max-width:1419.98px) and only screen and (min-width:1420px){.prosett-header.prosett-header--xs-nav-open .prosett-mega-menu>.menu-item--open .sub-menu__guides-wrapper .sub-menu__main-nav span{margin-bottom:15px}}@media only screen and (max-width:977.98px){.prosett-header.prosett-header--xs-nav-open{top:0}.prosett-header.prosett-header--xs-nav-open .prosett-mega-menu{top:112px;height:calc(100% - 242px)}.prosett-header.prosett-header--xs-nav-open .prosett-mega-menu>.menu-item--open .sub-menu__guides-wrapper{-ms-grid-columns:1fr 80px 1fr;grid-template-columns:repeat(2,1fr);gap:40px 80px}}@media only screen and (max-width:599.98px){.prosett-header.prosett-header--xs-nav-open .prosett-mega-menu>.menu-item--open .sub-menu__guides-wrapper{-ms-grid-columns:1fr;grid-template-columns:repeat(1,1fr);gap:40px}.prosett-header.prosett-header--xs-nav-open .prosett-mega-menu>.menu-item--open .sub-menu .sub-menu__main-nav.games-grid,.prosett-header.prosett-header--xs-nav-open .prosett-mega-menu>.menu-item--open .sub-menu .sub-menu__main-nav>.menu{gap:20px 40px}}@media (min-width:978px) and (max-width:1419.98px){.prosett-header.prosett-header--xs-nav-open .prosett-mega-menu{top:57px}}.prosett-header .hamburger-menu{width:50px;height:100%;background:transparent;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;cursor:pointer}@media only screen and (min-width:1120px){.prosett-header .hamburger-menu{margin-right:-12px}}@media only screen and (min-width:1420px){.prosett-header .hamburger-menu{display:none}}.prosett-header .hamburger-menu.open div:first-child{top:2px;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.prosett-header .hamburger-menu.open div:nth-child(2){opacity:0;left:-15px}.prosett-header .hamburger-menu.open div:last-child{top:-2px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.prosett-header .hamburger-menu div{position:relative;left:0px;width:20px;height:2px;border-radius:50px;background:var(--black);-webkit-transform:rotate(0);transform:rotate(0);-webkit-transition:0.3s ease-in-out;transition:0.3s ease-in-out;pointer-events:none}.dark-mode .prosett-header .hamburger-menu div{background:#D8DEE9}.prosett-header .hamburger-menu div:first-child{top:-4px}.prosett-header .hamburger-menu div:last-child{top:4px}.prosett-header>nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch}@media only screen and (max-width:1419.98px){.prosett-header>nav{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}}.prosett-header>nav .prosett-mega-menu{padding:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:32px}@media only screen and (max-width:1419.98px){.prosett-header>nav .prosett-mega-menu{display:none}}@media (min-width:1120px) and (max-width:1550px){.prosett-header>nav .prosett-mega-menu{padding-left:10px}}.prosett-header>nav .prosett-mega-menu>.menu-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;padding:0 8px;position:unset}@media (min-width:1120px) and (max-width:1550px){.prosett-header>nav .prosett-mega-menu>.menu-item{padding:0 3px}}.prosett-header>nav .prosett-mega-menu>.menu-item>a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;font-size:14px;line-height:22px;font-weight:700;letter-spacing:-0.14px;color:var(--root-d-0);padding:0 10px}@media only screen and (min-width:1420px){.prosett-header>nav .prosett-mega-menu>.menu-item>a{position:relative}}.prosett-header>nav .prosett-mega-menu>.menu-item>a:before{content:'';position:absolute;top:calc(50% - 15px);left:0px;width:100%;height:30px;background-color:var(--root-l-6);z-index:-1;border-radius:4px;display:none}.dark-mode .prosett-header>nav .prosett-mega-menu>.menu-item>a:before{background-color:#242933}.prosett-header>nav .prosett-mega-menu>.menu-item>a .menu-item__sub-menu-trigger{display:none}@media only screen and (min-width:1420px){.prosett-header>nav .prosett-mega-menu>.menu-item:hover>a{color:var(--root-d-0)}.prosett-header>nav .prosett-mega-menu>.menu-item:hover>a:before{display:block}}.prosett-header>nav .prosett-mega-menu>.menu-item:hover .sub-menu{display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (min-width:1420px){.prosett-header>nav .prosett-mega-menu>.menu-item:hover .sub-menu:after,.prosett-header>nav .prosett-mega-menu>.menu-item:hover .sub-menu:before{display:block}}.prosett-header>nav .prosett-mega-menu>.menu-item.menu-item-not-link>a{pointer-events:none}.prosett-header>nav .prosett-mega-menu>.menu-item.menu-item-not-link>a .menu-item__sub-menu-trigger{pointer-events:initial}.prosett-header>nav .prosett-mega-menu .sub-menu{display:none;z-index:1;position:absolute;top:70px;left:0;right:0;background:var(--white);-webkit-box-shadow:0px 2px 4px 0px rgba(0,0,0,0.06);box-shadow:0px 2px 4px 0px rgba(0,0,0,0.06);padding:40px 20px 75px 80px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:40px}.dark-mode .prosett-header>nav .prosett-mega-menu .sub-menu{background:#2E3440}@media only screen and (min-width:1420px){.prosett-header>nav .prosett-mega-menu .sub-menu:before{position:absolute;content:'';left:0;top:-5px;right:0;background:var(--white);height:14px;display:none}}@media only screen and (min-width:1420px){.dark-mode .prosett-header>nav .prosett-mega-menu .sub-menu--tight:before{background:var(--root-l-0)}}.prosett-header>nav .prosett-mega-menu .sub-menu--no-border{padding:0!important;border:none!important}.prosett-header>nav .prosett-mega-menu .sub-menu--tight{padding:40px 60px 40px 80px}@media (min-width:1120px) and (max-width:1419.98px){.prosett-header>nav .prosett-mega-menu .sub-menu--tight{padding:40px 20px}}.prosett-header>nav .prosett-mega-menu .sub-menu--dropdown{top:56px;margin-top:14px;min-width:140px}.prosett-header>nav .prosett-mega-menu .sub-menu--dropdown:before{background-color:transparent;top:-14px}@media only screen and (min-width:1420px){.prosett-header>nav .prosett-mega-menu .sub-menu--dropdown:after{content:'';position:absolute;left:45px;top:-14px;width:0;height:0;border-left:14px solid transparent;border-right:14px solid transparent;border-bottom:14px solid var(--white);display:none}.dark-mode .prosett-header>nav .prosett-mega-menu .sub-menu--dropdown:after{border-bottom:14px solid #2E3440}}@media only screen and (min-width:1420px){.prosett-header>nav .prosett-mega-menu .sub-menu--dropdown{padding:20px!important;right:auto;left:auto;margin-left:-30px;border-radius:8px;-webkit-box-shadow:0px 0px 16px 0px rgba(0,0,0,0.06);box-shadow:0px 0px 16px 0px rgba(0,0,0,0.06);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}}.prosett-header>nav .prosett-mega-menu .sub-menu--dropdown .menu li a{font-size:15px!important;line-height:22px!important;font-weight:500}@media (min-width:1120px) and (max-width:1419.98px){.prosett-header>nav .prosett-mega-menu .sub-menu--dropdown .menu li a{margin-bottom:7px}}@media only screen and (max-width:1419.98px){.prosett-header>nav .prosett-mega-menu .sub-menu--dropdown .menu li a{color:var(--root-d-3)!important;line-height:19px!important}}.prosett-header>nav .prosett-mega-menu .sub-menu--dropdown .menu li a:hover{color:var(--accent-0)}.prosett-header>nav .prosett-mega-menu .sub-menu--dropdown .menu.menu--lists li{margin-bottom:14px}@media only screen and (max-width:1419.98px){.prosett-header>nav .prosett-mega-menu .sub-menu--dropdown .menu.menu--lists li{margin-bottom:0px}}.prosett-header>nav .prosett-mega-menu .sub-menu--dropdown .menu.menu--lists li:last-child{margin-bottom:0}.prosett-header>nav .prosett-mega-menu .sub-menu--dropdown .menu.menu--lists li:last-child a{margin-bottom:0!important}.prosett-header>nav .prosett-mega-menu .sub-menu .sub-menu__side-nav{padding:20px 4px;padding-right:90px;padding-left:0}@media only screen and (max-width:1419.98px){.prosett-header>nav .prosett-mega-menu .sub-menu .sub-menu__side-nav{padding:0}}@media (min-width:1120px) and (max-width:1419.98px){.prosett-header>nav .prosett-mega-menu .sub-menu:not(.sub-menu--tight){padding:40px 20px}}.prosett-header>nav .prosett-mega-menu .sub-menu:not(.sub-menu--tight) .sub-menu__main-nav{max-width:1350px;width:100%;-webkit-box-flex:1;-ms-flex:1;flex:1}@media only screen and (min-width:1420px){.prosett-header>nav .prosett-mega-menu .sub-menu--guides{min-width:1100px;margin-left:-500px;padding:30px 24px!important;margin-right:40px}.prosett-header>nav .prosett-mega-menu .sub-menu--guides:after{left:518px}}@media only screen and (min-width:1420px){.prosett-header>nav .prosett-mega-menu .sub-menu--brands{margin-left:-385px;min-width:422px}.prosett-header>nav .prosett-mega-menu .sub-menu--brands:after{left:399px}}@media only screen and (max-width:1419.98px){.prosett-header>nav .prosett-mega-menu .sub-menu--tools .menu{-ms-grid-columns:1fr!important;grid-template-columns:1fr!important}}.prosett-header>nav .prosett-mega-menu .sub-menu--skins{padding-bottom:25px!important}@media only screen and (min-width:1420px){.singular-skins .prosett-header>nav .prosett-mega-menu .sub-menu--skins{display:block;padding:0!important;left:0;right:0;width:100vw;margin:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;margin-top:1px;z-index:-1;height:57px;border-bottom:1px solid #eee}}.dark-mode.singular-skins .prosett-header>nav .prosett-mega-menu .sub-menu--skins{border-bottom:1px solid var(--root-l-4)}.prosett-header>nav .prosett-mega-menu .sub-menu--skins .menu{-ms-grid-columns:auto!important;grid-template-columns:auto!important}@media only screen and (min-width:1420px){.singular-skins .prosett-header>nav .prosett-mega-menu .sub-menu--skins .menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;height:100%;padding-left:calc(170px + 24px + 32px + 8px + 10px);gap:36px}}@media (min-width:1420px) and (max-width:1550px){.singular-skins .prosett-header>nav .prosett-mega-menu .sub-menu--skins .menu{padding-left:calc(170px + 24px + 10px + 3px + 10px);gap:26px}}@media only screen and (min-width:1420px){.singular-skins .prosett-header>nav .prosett-mega-menu .sub-menu--skins .menu li{margin:0}}.prosett-header>nav .prosett-mega-menu .sub-menu--skins .menu li a{color:var(--root-d-0)}@media only screen and (min-width:1420px){.singular-skins .prosett-header>nav .prosett-mega-menu .sub-menu--skins .menu li a{font-size:14px!important}}@media only screen and (max-width:1119.98px){.prosett-header>nav .prosett-mega-menu .sub-menu--skins .menu li a{color:var(--root-d-3)!important}}@media only screen and (min-width:1420px){.singular-skins .prosett-header>nav .prosett-mega-menu .sub-menu--skins .menu li a:hover{color:var(--root-d-3)}}@media only screen and (max-width:1419.98px){.prosett-header>nav .prosett-mega-menu .sub-menu--gear .menu{-ms-grid-columns:1fr!important;grid-template-columns:1fr!important}}.prosett-header>nav .prosett-mega-menu .sub-menu--gear .nav-games-logo{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.prosett-header>nav .prosett-mega-menu .sub-menu--gear .nav-games-logo:before{line-height:18px;display:inline-block;width:18px;height:18px;content:""!important;background:var(--root-d-0)!important;color:var(--root-d-0)!important;background-size:100% 100%;-webkit-mask-size:18px 18px;mask-size:18px 18px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center;-webkit-mask-image:url('data:image/svg+xml,<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 6H21" stroke="currentColor" stroke-width="1.97656" stroke-linecap="round" stroke-linejoin="round"/><path d="M9 13H21" stroke="currentColor" stroke-width="1.97656" stroke-linecap="round" stroke-linejoin="round"/><path d="M9 19H21" stroke="currentColor" stroke-width="1.97656" stroke-linecap="round" stroke-linejoin="round"/><path d="M4 6H6" stroke="currentColor" stroke-width="1.97656" stroke-linecap="round" stroke-linejoin="round"/><path d="M4 13H6" stroke="currentColor" stroke-width="1.97656" stroke-linecap="round" stroke-linejoin="round"/><path d="M4 19H6" stroke="currentColor" stroke-width="1.97656" stroke-linecap="round" stroke-linejoin="round"/></svg>');mask-image:url('data:image/svg+xml,<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 6H21" stroke="currentColor" stroke-width="1.97656" stroke-linecap="round" stroke-linejoin="round"/><path d="M9 13H21" stroke="currentColor" stroke-width="1.97656" stroke-linecap="round" stroke-linejoin="round"/><path d="M9 19H21" stroke="currentColor" stroke-width="1.97656" stroke-linecap="round" stroke-linejoin="round"/><path d="M4 6H6" stroke="currentColor" stroke-width="1.97656" stroke-linecap="round" stroke-linejoin="round"/><path d="M4 13H6" stroke="currentColor" stroke-width="1.97656" stroke-linecap="round" stroke-linejoin="round"/><path d="M4 19H6" stroke="currentColor" stroke-width="1.97656" stroke-linecap="round" stroke-linejoin="round"/></svg>');-webkit-box-sizing:border-box;box-sizing:border-box}.dark-mode .prosett-header>nav .prosett-mega-menu .sub-menu--gear .nav-games-logo:before{background:var(--root-l-0)!important;color:var(--root-l-0)!important}.prosett-header>nav .prosett-mega-menu .sub-menu--gear .nav-games-logo--reviews:before{-webkit-mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6"><path stroke-linecap="round" stroke-linejoin="round" d="M11.48 3.499a.562.562 0 0 1 1.04 0l2.125 5.111a.563.563 0 0 0 .475.345l5.518.442c.499.04.701.663.321.988l-4.204 3.602a.563.563 0 0 0-.182.557l1.285 5.385a.562.562 0 0 1-.84.61l-4.725-2.885a.562.562 0 0 0-.586 0L6.982 20.54a.562.562 0 0 1-.84-.61l1.285-5.386a.562.562 0 0 0-.182-.557l-4.204-3.602a.562.562 0 0 1 .321-.988l5.518-.442a.563.563 0 0 0 .475-.345L11.48 3.5Z" /></svg>');mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6"><path stroke-linecap="round" stroke-linejoin="round" d="M11.48 3.499a.562.562 0 0 1 1.04 0l2.125 5.111a.563.563 0 0 0 .475.345l5.518.442c.499.04.701.663.321.988l-4.204 3.602a.563.563 0 0 0-.182.557l1.285 5.385a.562.562 0 0 1-.84.61l-4.725-2.885a.562.562 0 0 0-.586 0L6.982 20.54a.562.562 0 0 1-.84-.61l1.285-5.386a.562.562 0 0 0-.182-.557l-4.204-3.602a.562.562 0 0 1 .321-.988l5.518-.442a.563.563 0 0 0 .475-.345L11.48 3.5Z" /></svg>')}.prosett-header>nav .prosett-mega-menu .sub-menu--gear .nav-games-logo--stats:before{-webkit-mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6"><path stroke-linecap="round" stroke-linejoin="round" d="M3 13.125C3 12.504 3.504 12 4.125 12h2.25c.621 0 1.125.504 1.125 1.125v6.75C7.5 20.496 6.996 21 6.375 21h-2.25A1.125 1.125 0 013 19.875v-6.75zM9.75 8.625c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125v11.25c0 .621-.504 1.125-1.125 1.125h-2.25a1.125 1.125 0 01-1.125-1.125V8.625zM16.5 4.125c0-.621.504-1.125 1.125-1.125h2.25C20.496 3 21 3.504 21 4.125v15.75c0 .621-.504 1.125-1.125 1.125h-2.25a1.125 1.125 0 01-1.125-1.125V4.125z" /></svg>');mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6"><path stroke-linecap="round" stroke-linejoin="round" d="M3 13.125C3 12.504 3.504 12 4.125 12h2.25c.621 0 1.125.504 1.125 1.125v6.75C7.5 20.496 6.996 21 6.375 21h-2.25A1.125 1.125 0 013 19.875v-6.75zM9.75 8.625c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125v11.25c0 .621-.504 1.125-1.125 1.125h-2.25a1.125 1.125 0 01-1.125-1.125V8.625zM16.5 4.125c0-.621.504-1.125 1.125-1.125h2.25C20.496 3 21 3.504 21 4.125v15.75c0 .621-.504 1.125-1.125 1.125h-2.25a1.125 1.125 0 01-1.125-1.125V4.125z" /></svg>')}.prosett-header>nav .prosett-mega-menu .sub-menu__guides-wrapper{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-ms-grid;display:grid;-ms-grid-columns:1fr 60px 1fr 60px 1fr 60px 1fr;grid-template-columns:repeat(4,1fr);gap:60px;padding-right:0}.prosett-header>nav .prosett-mega-menu .sub-menu__guides-wrapper:after{display:none}.prosett-header>nav .prosett-mega-menu .sub-menu__guides-wrapper .sub-menu__main-nav:last-child:after{content:'';position:absolute;top:0;right:-1px;width:1px;height:50px;background-color:var(--white)}.prosett-header>nav .prosett-mega-menu .sub-menu__guides-wrapper .sub-menu__main-nav>span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media only screen and (max-width:1419.98px){.prosett-header>nav .prosett-mega-menu .sub-menu__guides-wrapper .sub-menu__main-nav>span{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}}.prosett-header>nav .prosett-mega-menu .sub-menu__guides-wrapper .sub-menu__main-nav>span .nav-games-logo{width:30px}.prosett-header>nav .prosett-mega-menu .sub-menu__guides-wrapper .sub-menu__main-nav .menu{grid-auto-flow:row;gap:15px 0;margin-top:24px;gap:33px 100px}@media only screen and (min-width:1420px){.prosett-header>nav .prosett-mega-menu .sub-menu__guides-wrapper .sub-menu__main-nav .menu{-ms-grid-rows:auto;grid-template-rows:auto}}@media only screen and (max-width:1419.98px){.prosett-header>nav .prosett-mega-menu .sub-menu__guides-wrapper .sub-menu__main-nav .menu{gap:23px 0!important}}@media only screen and (max-width:599.98px){.prosett-header>nav .prosett-mega-menu .sub-menu__guides-wrapper .sub-menu__main-nav .menu{gap:28px 0!important}}.prosett-header>nav .prosett-mega-menu .sub-menu__guides-wrapper .sub-menu__main-nav .menu-item{margin-bottom:0}.prosett-header>nav .prosett-mega-menu .sub-menu__guides-wrapper .sub-menu__main-nav .menu-item a{position:relative}.prosett-header>nav .prosett-mega-menu .sub-menu__guides-wrapper .sub-menu__main-nav .menu-item a:after{content:'';width:30px;height:30px;position:absolute;left:0;top:calc(50% - 15px);background:var(--root-l-6);z-index:-1;border-radius:50px}.prosett-header>nav .prosett-mega-menu .sub-menu__guides-wrapper .sub-menu__main-nav .menu-item a:before{line-height:22px;display:inline-block;width:22px;height:22px;content:""!important;background:var(--root-d-0)!important;color:var(--root-d-0)!important;background-size:100% 100%;-webkit-mask-size:22px 22px;mask-size:22px 22px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center;-webkit-mask-image:url('data:image/svg+xml,<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 6H21" stroke="currentColor" stroke-width="1.97656" stroke-linecap="round" stroke-linejoin="round"/><path d="M9 13H21" stroke="currentColor" stroke-width="1.97656" stroke-linecap="round" stroke-linejoin="round"/><path d="M9 19H21" stroke="currentColor" stroke-width="1.97656" stroke-linecap="round" stroke-linejoin="round"/><path d="M4 6H6" stroke="currentColor" stroke-width="1.97656" stroke-linecap="round" stroke-linejoin="round"/><path d="M4 13H6" stroke="currentColor" stroke-width="1.97656" stroke-linecap="round" stroke-linejoin="round"/><path d="M4 19H6" stroke="currentColor" stroke-width="1.97656" stroke-linecap="round" stroke-linejoin="round"/></svg>');mask-image:url('data:image/svg+xml,<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 6H21" stroke="currentColor" stroke-width="1.97656" stroke-linecap="round" stroke-linejoin="round"/><path d="M9 13H21" stroke="currentColor" stroke-width="1.97656" stroke-linecap="round" stroke-linejoin="round"/><path d="M9 19H21" stroke="currentColor" stroke-width="1.97656" stroke-linecap="round" stroke-linejoin="round"/><path d="M4 6H6" stroke="currentColor" stroke-width="1.97656" stroke-linecap="round" stroke-linejoin="round"/><path d="M4 13H6" stroke="currentColor" stroke-width="1.97656" stroke-linecap="round" stroke-linejoin="round"/><path d="M4 19H6" stroke="currentColor" stroke-width="1.97656" stroke-linecap="round" stroke-linejoin="round"/></svg>');-webkit-box-sizing:border-box;box-sizing:border-box;margin-right:17px;display:block!important;position:relative;left:5px}.dark-mode .prosett-header>nav .prosett-mega-menu .sub-menu__guides-wrapper .sub-menu__main-nav .menu-item a:before{background:var(--root-l-0)!important;color:var(--root-l-0)!important}.prosett-header>nav .prosett-mega-menu .sub-menu__guides-wrapper .sub-menu__main-nav .menu-item--keyboard a:before{-webkit-mask-image:url('data:image/svg+xml,<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21.1827 5H2.81731C2.36592 5 2 5.36999 2 5.82639V18.1736C2 18.63 2.36592 19 2.81731 19H21.1827C21.6341 19 22 18.63 22 18.1736V5.82639C22 5.36999 21.6341 5 21.1827 5Z" stroke="currentColor" stroke-width="1.66758" stroke-linecap="round" stroke-linejoin="round"/><path d="M5 13H19" stroke="currentColor" stroke-width="1.57227" stroke-linecap="round" stroke-linejoin="round"/><path d="M5 9H19" stroke="currentColor" stroke-width="1.57227" stroke-linecap="round" stroke-linejoin="round"/><path d="M5 16H6" stroke="currentColor" stroke-width="1.57227" stroke-linecap="round" stroke-linejoin="round"/><path d="M9 16H15" stroke="currentColor" stroke-width="1.57227" stroke-linecap="round" stroke-linejoin="round"/><path d="M19 16H20" stroke="currentColor" stroke-width="1.57227" stroke-linecap="round" stroke-linejoin="round"/></svg>');mask-image:url('data:image/svg+xml,<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21.1827 5H2.81731C2.36592 5 2 5.36999 2 5.82639V18.1736C2 18.63 2.36592 19 2.81731 19H21.1827C21.6341 19 22 18.63 22 18.1736V5.82639C22 5.36999 21.6341 5 21.1827 5Z" stroke="currentColor" stroke-width="1.66758" stroke-linecap="round" stroke-linejoin="round"/><path d="M5 13H19" stroke="currentColor" stroke-width="1.57227" stroke-linecap="round" stroke-linejoin="round"/><path d="M5 9H19" stroke="currentColor" stroke-width="1.57227" stroke-linecap="round" stroke-linejoin="round"/><path d="M5 16H6" stroke="currentColor" stroke-width="1.57227" stroke-linecap="round" stroke-linejoin="round"/><path d="M9 16H15" stroke="currentColor" stroke-width="1.57227" stroke-linecap="round" stroke-linejoin="round"/><path d="M19 16H20" stroke="currentColor" stroke-width="1.57227" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.prosett-header>nav .prosett-mega-menu .sub-menu__guides-wrapper .sub-menu__main-nav .menu-item--gear-list a:before{-webkit-mask-image:url('data:image/svg+xml,<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 6H21" stroke="currentColor" stroke-width="1.97656" stroke-linecap="round" stroke-linejoin="round"/><path d="M9 13H21" stroke="currentColor" stroke-width="1.97656" stroke-linecap="round" stroke-linejoin="round"/><path d="M9 19H21" stroke="currentColor" stroke-width="1.97656" stroke-linecap="round" stroke-linejoin="round"/><path d="M4 6H6" stroke="currentColor" stroke-width="1.97656" stroke-linecap="round" stroke-linejoin="round"/><path d="M4 13H6" stroke="currentColor" stroke-width="1.97656" stroke-linecap="round" stroke-linejoin="round"/><path d="M4 19H6" stroke="currentColor" stroke-width="1.97656" stroke-linecap="round" stroke-linejoin="round"/></svg>');mask-image:url('data:image/svg+xml,<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 6H21" stroke="currentColor" stroke-width="1.97656" stroke-linecap="round" stroke-linejoin="round"/><path d="M9 13H21" stroke="currentColor" stroke-width="1.97656" stroke-linecap="round" stroke-linejoin="round"/><path d="M9 19H21" stroke="currentColor" stroke-width="1.97656" stroke-linecap="round" stroke-linejoin="round"/><path d="M4 6H6" stroke="currentColor" stroke-width="1.97656" stroke-linecap="round" stroke-linejoin="round"/><path d="M4 13H6" stroke="currentColor" stroke-width="1.97656" stroke-linecap="round" stroke-linejoin="round"/><path d="M4 19H6" stroke="currentColor" stroke-width="1.97656" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.prosett-header>nav .prosett-mega-menu .sub-menu__guides-wrapper .sub-menu__main-nav .menu-item--settings-options a:before{-webkit-mask-size:19px 19px;mask-size:19px 19px;-webkit-mask-image:url('data:image/svg+xml,<svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.4896 4.8633C20.0086 6.07518 20.1357 7.41903 19.853 8.70671C19.5703 9.99439 18.892 11.1614 17.913 12.0444C16.9341 12.9275 15.7035 13.4822 14.3936 13.6311C13.0837 13.78 11.76 13.5155 10.6079 12.8747V12.8747L5.05925 19.3035C4.61332 19.7495 4.0085 20 3.37786 20C2.74721 20 2.14239 19.7495 1.69646 19.3035C1.25052 18.8576 1 18.2528 1 17.6221C1 16.9915 1.25052 16.3867 1.69646 15.9407L8.12533 10.3921C7.48451 9.24001 7.22003 7.91633 7.3689 6.60641C7.51777 5.29649 8.07254 4.06592 8.95555 3.08698C9.83857 2.10803 11.0056 1.42973 12.2933 1.14702C13.581 0.86432 14.9248 0.991371 16.1367 1.51039L11.9827 5.65454L12.5464 8.45358L15.3455 9.01734L19.4896 4.8633Z" stroke="currentColor" stroke-width="1.57227" stroke-linecap="round" stroke-linejoin="round"/></svg>');mask-image:url('data:image/svg+xml,<svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.4896 4.8633C20.0086 6.07518 20.1357 7.41903 19.853 8.70671C19.5703 9.99439 18.892 11.1614 17.913 12.0444C16.9341 12.9275 15.7035 13.4822 14.3936 13.6311C13.0837 13.78 11.76 13.5155 10.6079 12.8747V12.8747L5.05925 19.3035C4.61332 19.7495 4.0085 20 3.37786 20C2.74721 20 2.14239 19.7495 1.69646 19.3035C1.25052 18.8576 1 18.2528 1 17.6221C1 16.9915 1.25052 16.3867 1.69646 15.9407L8.12533 10.3921C7.48451 9.24001 7.22003 7.91633 7.3689 6.60641C7.51777 5.29649 8.07254 4.06592 8.95555 3.08698C9.83857 2.10803 11.0056 1.42973 12.2933 1.14702C13.581 0.86432 14.9248 0.991371 16.1367 1.51039L11.9827 5.65454L12.5464 8.45358L15.3455 9.01734L19.4896 4.8633Z" stroke="currentColor" stroke-width="1.57227" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.prosett-header>nav .prosett-mega-menu .sub-menu__guides-wrapper .sub-menu__main-nav .menu-item--user a:before{-webkit-mask-image:url('data:image/svg+xml,<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.5 16C16.0899 16 19 13.0899 19 9.5C19 5.91015 16.0899 3 12.5 3C8.91015 3 6 5.91015 6 9.5C6 13.0899 8.91015 16 12.5 16Z" stroke="currentColor" stroke-width="1.57227" stroke-miterlimit="10"/><path d="M3 21C3.96267 19.4798 5.34741 18.2175 7.01503 17.3398C8.68264 16.4621 10.5744 16 12.5 16C14.4256 16 16.3174 16.4621 17.985 17.3398C19.6526 18.2175 21.0373 19.4798 22 21" stroke="currentColor" stroke-width="1.57227" stroke-linecap="round" stroke-linejoin="round"/></svg>');mask-image:url('data:image/svg+xml,<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.5 16C16.0899 16 19 13.0899 19 9.5C19 5.91015 16.0899 3 12.5 3C8.91015 3 6 5.91015 6 9.5C6 13.0899 8.91015 16 12.5 16Z" stroke="currentColor" stroke-width="1.57227" stroke-miterlimit="10"/><path d="M3 21C3.96267 19.4798 5.34741 18.2175 7.01503 17.3398C8.68264 16.4621 10.5744 16 12.5 16C14.4256 16 16.3174 16.4621 17.985 17.3398C19.6526 18.2175 21.0373 19.4798 22 21" stroke="currentColor" stroke-width="1.57227" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.prosett-header>nav .prosett-mega-menu .sub-menu__guides-wrapper .sub-menu__main-nav .menu-item--mouse a:before{-webkit-mask-image:url('data:image/svg+xml,<svg width="27" height="27" viewBox="0 0 27 27" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.9737 3.5H11.0263C7.97422 3.5 5.5 6.11167 5.5 9.33333V17.6667C5.5 20.8883 7.97422 23.5 11.0263 23.5H14.9737C18.0258 23.5 20.5 20.8883 20.5 17.6667V9.33333C20.5 6.11167 18.0258 3.5 14.9737 3.5Z" stroke="currentColor" stroke-width="1.61719" stroke-linecap="round" stroke-linejoin="round"/><path d="M13.5 11.5V7.5" stroke="currentColor" stroke-width="1.61719" stroke-linecap="round" stroke-linejoin="round"/></svg>');mask-image:url('data:image/svg+xml,<svg width="27" height="27" viewBox="0 0 27 27" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.9737 3.5H11.0263C7.97422 3.5 5.5 6.11167 5.5 9.33333V17.6667C5.5 20.8883 7.97422 23.5 11.0263 23.5H14.9737C18.0258 23.5 20.5 20.8883 20.5 17.6667V9.33333C20.5 6.11167 18.0258 3.5 14.9737 3.5Z" stroke="currentColor" stroke-width="1.61719" stroke-linecap="round" stroke-linejoin="round"/><path d="M13.5 11.5V7.5" stroke="currentColor" stroke-width="1.61719" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.prosett-header>nav .prosett-mega-menu .sub-menu__guides-wrapper .sub-menu__main-nav .menu-item--mousepad a:before{-webkit-mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6"><path stroke-linecap="round" stroke-linejoin="round" d="M19.5 14.25v-2.625a3.375 3.375 0 00-3.375-3.375h-1.5A1.125 1.125 0 0113.5 7.125v-1.5a3.375 3.375 0 00-3.375-3.375H8.25m2.25 0H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 00-9-9z" /></svg>');mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6"><path stroke-linecap="round" stroke-linejoin="round" d="M19.5 14.25v-2.625a3.375 3.375 0 00-3.375-3.375h-1.5A1.125 1.125 0 0113.5 7.125v-1.5a3.375 3.375 0 00-3.375-3.375H8.25m2.25 0H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 00-9-9z" /></svg>')}.prosett-header>nav .prosett-mega-menu .sub-menu__guides-wrapper .sub-menu__main-nav .menu-item--pc a:before{-webkit-mask-image:url('data:image/svg+xml,<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.58333 19L20.4167 19C21.2911 19 22 18.3036 22 17.4444V6.55556C22 5.69645 21.2911 5 20.4167 5L4.58333 5C3.70888 5 3 5.69645 3 6.55556V17.4444C3 18.3036 3.70888 19 4.58333 19Z" stroke="currentColor" stroke-width="1.57227" stroke-linecap="round" stroke-linejoin="round"/><path d="M15 22H9" stroke="currentColor" stroke-width="1.57227" stroke-linecap="round" stroke-linejoin="round"/><path d="M3 15H22" stroke="currentColor" stroke-width="1.57227" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 19V22" stroke="currentColor" stroke-width="1.57227" stroke-linecap="round" stroke-linejoin="round"/></svg>');mask-image:url('data:image/svg+xml,<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.58333 19L20.4167 19C21.2911 19 22 18.3036 22 17.4444V6.55556C22 5.69645 21.2911 5 20.4167 5L4.58333 5C3.70888 5 3 5.69645 3 6.55556V17.4444C3 18.3036 3.70888 19 4.58333 19Z" stroke="currentColor" stroke-width="1.57227" stroke-linecap="round" stroke-linejoin="round"/><path d="M15 22H9" stroke="currentColor" stroke-width="1.57227" stroke-linecap="round" stroke-linejoin="round"/><path d="M3 15H22" stroke="currentColor" stroke-width="1.57227" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 19V22" stroke="currentColor" stroke-width="1.57227" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.prosett-header>nav .prosett-mega-menu .sub-menu__guides-wrapper .sub-menu__main-nav .menu-item--monitor a:before{-webkit-mask-image:url('data:image/svg+xml,<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.58333 19L20.4167 19C21.2911 19 22 18.3036 22 17.4444V6.55556C22 5.69645 21.2911 5 20.4167 5L4.58333 5C3.70888 5 3 5.69645 3 6.55556V17.4444C3 18.3036 3.70888 19 4.58333 19Z" stroke="currentColor" stroke-width="1.57227" stroke-linecap="round" stroke-linejoin="round"/><path d="M15 22H9" stroke="currentColor" stroke-width="1.57227" stroke-linecap="round" stroke-linejoin="round"/></svg>');mask-image:url('data:image/svg+xml,<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.58333 19L20.4167 19C21.2911 19 22 18.3036 22 17.4444V6.55556C22 5.69645 21.2911 5 20.4167 5L4.58333 5C3.70888 5 3 5.69645 3 6.55556V17.4444C3 18.3036 3.70888 19 4.58333 19Z" stroke="currentColor" stroke-width="1.57227" stroke-linecap="round" stroke-linejoin="round"/><path d="M15 22H9" stroke="currentColor" stroke-width="1.57227" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.prosett-header>nav .prosett-mega-menu .sub-menu__guides-wrapper .sub-menu__main-nav .menu-item--keyboard a:before{-webkit-mask-image:url('data:image/svg+xml,<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21.1827 5H2.81731C2.36592 5 2 5.36999 2 5.82639V18.1736C2 18.63 2.36592 19 2.81731 19H21.1827C21.6341 19 22 18.63 22 18.1736V5.82639C22 5.36999 21.6341 5 21.1827 5Z" stroke="currentColor" stroke-width="1.66758" stroke-linecap="round" stroke-linejoin="round"/><path d="M5 13H19" stroke="currentColor" stroke-width="1.57227" stroke-linecap="round" stroke-linejoin="round"/><path d="M5 9H19" stroke="currentColor" stroke-width="1.57227" stroke-linecap="round" stroke-linejoin="round"/><path d="M5 16H6" stroke="currentColor" stroke-width="1.57227" stroke-linecap="round" stroke-linejoin="round"/><path d="M9 16H15" stroke="currentColor" stroke-width="1.57227" stroke-linecap="round" stroke-linejoin="round"/><path d="M19 16H20" stroke="currentColor" stroke-width="1.57227" stroke-linecap="round" stroke-linejoin="round"/></svg>');mask-image:url('data:image/svg+xml,<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21.1827 5H2.81731C2.36592 5 2 5.36999 2 5.82639V18.1736C2 18.63 2.36592 19 2.81731 19H21.1827C21.6341 19 22 18.63 22 18.1736V5.82639C22 5.36999 21.6341 5 21.1827 5Z" stroke="currentColor" stroke-width="1.66758" stroke-linecap="round" stroke-linejoin="round"/><path d="M5 13H19" stroke="currentColor" stroke-width="1.57227" stroke-linecap="round" stroke-linejoin="round"/><path d="M5 9H19" stroke="currentColor" stroke-width="1.57227" stroke-linecap="round" stroke-linejoin="round"/><path d="M5 16H6" stroke="currentColor" stroke-width="1.57227" stroke-linecap="round" stroke-linejoin="round"/><path d="M9 16H15" stroke="currentColor" stroke-width="1.57227" stroke-linecap="round" stroke-linejoin="round"/><path d="M19 16H20" stroke="currentColor" stroke-width="1.57227" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.prosett-header>nav .prosett-mega-menu .sub-menu__guides-wrapper .sub-menu__main-nav .menu-item--headset a:before{-webkit-mask-size:19px 16px;mask-size:19px 16px;-webkit-mask-image:url('data:image/svg+xml,<svg width="21" height="18" viewBox="0 0 21 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 10.143H16.8579C16.4412 10.143 16.0416 10.3035 15.747 10.5893C15.4523 10.8751 15.2868 11.2626 15.2868 11.6668V15.4762C15.2868 15.8804 15.4523 16.2679 15.747 16.5537C16.0416 16.8395 16.4412 17 16.8579 17H18.4289C18.8456 17 19.2452 16.8395 19.5398 16.5537C19.8345 16.2679 20 15.8804 20 15.4762V10.143ZM20 10.143C20 8.93592 19.7536 7.74079 19.275 6.62656C18.7964 5.51232 18.095 4.50104 17.2114 3.65106C16.3277 2.80108 15.2793 2.12923 14.1265 1.67427C12.9738 1.21932 11.7396 0.990259 10.4951 1.00032C9.25143 0.991522 8.01827 1.22151 6.86667 1.67703C5.71507 2.13256 4.66778 2.80461 3.78517 3.65446C2.90256 4.50431 2.20207 5.51517 1.72406 6.62878C1.24605 7.74238 0.999967 8.93673 1 10.143V15.4762C1 15.8804 1.16552 16.2679 1.46015 16.5537C1.75478 16.8395 2.15439 17 2.57106 17H4.14212C4.55879 17 4.95839 16.8395 5.25303 16.5537C5.54766 16.2679 5.71318 15.8804 5.71318 15.4762V11.6668C5.71318 11.2626 5.54766 10.8751 5.25303 10.5893C4.95839 10.3035 4.55879 10.143 4.14212 10.143H1" stroke="currentColor" stroke-width="1.57227" stroke-linecap="round" stroke-linejoin="round"/></svg>');mask-image:url('data:image/svg+xml,<svg width="21" height="18" viewBox="0 0 21 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 10.143H16.8579C16.4412 10.143 16.0416 10.3035 15.747 10.5893C15.4523 10.8751 15.2868 11.2626 15.2868 11.6668V15.4762C15.2868 15.8804 15.4523 16.2679 15.747 16.5537C16.0416 16.8395 16.4412 17 16.8579 17H18.4289C18.8456 17 19.2452 16.8395 19.5398 16.5537C19.8345 16.2679 20 15.8804 20 15.4762V10.143ZM20 10.143C20 8.93592 19.7536 7.74079 19.275 6.62656C18.7964 5.51232 18.095 4.50104 17.2114 3.65106C16.3277 2.80108 15.2793 2.12923 14.1265 1.67427C12.9738 1.21932 11.7396 0.990259 10.4951 1.00032C9.25143 0.991522 8.01827 1.22151 6.86667 1.67703C5.71507 2.13256 4.66778 2.80461 3.78517 3.65446C2.90256 4.50431 2.20207 5.51517 1.72406 6.62878C1.24605 7.74238 0.999967 8.93673 1 10.143V15.4762C1 15.8804 1.16552 16.2679 1.46015 16.5537C1.75478 16.8395 2.15439 17 2.57106 17H4.14212C4.55879 17 4.95839 16.8395 5.25303 16.5537C5.54766 16.2679 5.71318 15.8804 5.71318 15.4762V11.6668C5.71318 11.2626 5.54766 10.8751 5.25303 10.5893C4.95839 10.3035 4.55879 10.143 4.14212 10.143H1" stroke="currentColor" stroke-width="1.57227" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.prosett-header>nav .prosett-mega-menu .sub-menu__guides-wrapper .sub-menu__main-nav .menu-item--desktop a:before{-webkit-mask-image:url('data:image/svg+xml,<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.58333 19L20.4167 19C21.2911 19 22 18.3036 22 17.4444V6.55556C22 5.69645 21.2911 5 20.4167 5L4.58333 5C3.70888 5 3 5.69645 3 6.55556V17.4444C3 18.3036 3.70888 19 4.58333 19Z" stroke="currentColor" stroke-width="1.57227" stroke-linecap="round" stroke-linejoin="round"/><path d="M15 22H9" stroke="currentColor" stroke-width="1.57227" stroke-linecap="round" stroke-linejoin="round"/><path d="M3 15H22" stroke="currentColor" stroke-width="1.57227" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 19V22" stroke="currentColor" stroke-width="1.57227" stroke-linecap="round" stroke-linejoin="round"/></svg>');mask-image:url('data:image/svg+xml,<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.58333 19L20.4167 19C21.2911 19 22 18.3036 22 17.4444V6.55556C22 5.69645 21.2911 5 20.4167 5L4.58333 5C3.70888 5 3 5.69645 3 6.55556V17.4444C3 18.3036 3.70888 19 4.58333 19Z" stroke="currentColor" stroke-width="1.57227" stroke-linecap="round" stroke-linejoin="round"/><path d="M15 22H9" stroke="currentColor" stroke-width="1.57227" stroke-linecap="round" stroke-linejoin="round"/><path d="M3 15H22" stroke="currentColor" stroke-width="1.57227" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 19V22" stroke="currentColor" stroke-width="1.57227" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.prosett-header>nav .prosett-mega-menu .sub-menu__guides-wrapper .sub-menu__main-nav .menu-item--shopping-card a:before{-webkit-mask-image:url('data:image/svg+xml,<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.5 23C8.32843 23 9 22.3284 9 21.5C9 20.6716 8.32843 20 7.5 20C6.67157 20 6 20.6716 6 21.5C6 22.3284 6.67157 23 7.5 23Z" fill="currentColor"/><path d="M17.5 23C18.3284 23 19 22.3284 19 21.5C19 20.6716 18.3284 20 17.5 20C16.6716 20 16 20.6716 16 21.5C16 22.3284 16.6716 23 17.5 23Z" fill="currentColor"/><path d="M4.37061 6.88888H22L19.4057 15.8722C19.3131 16.1982 19.1149 16.4852 18.8415 16.6889C18.5681 16.8927 18.2347 17.0019 17.8924 17H8.47824C8.13596 17.0019 7.80249 16.8927 7.52909 16.6889C7.25568 16.4852 7.05747 16.1982 6.9649 15.8722L3.40758 3.56389C3.36057 3.40129 3.26128 3.25828 3.12474 3.15652C2.9882 3.05477 2.82185 2.99982 2.65091 3H1" stroke="currentColor" stroke-width="1.57227" stroke-linecap="round" stroke-linejoin="round"/></svg>');mask-image:url('data:image/svg+xml,<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.5 23C8.32843 23 9 22.3284 9 21.5C9 20.6716 8.32843 20 7.5 20C6.67157 20 6 20.6716 6 21.5C6 22.3284 6.67157 23 7.5 23Z" fill="currentColor"/><path d="M17.5 23C18.3284 23 19 22.3284 19 21.5C19 20.6716 18.3284 20 17.5 20C16.6716 20 16 20.6716 16 21.5C16 22.3284 16.6716 23 17.5 23Z" fill="currentColor"/><path d="M4.37061 6.88888H22L19.4057 15.8722C19.3131 16.1982 19.1149 16.4852 18.8415 16.6889C18.5681 16.8927 18.2347 17.0019 17.8924 17H8.47824C8.13596 17.0019 7.80249 16.8927 7.52909 16.6889C7.25568 16.4852 7.05747 16.1982 6.9649 15.8722L3.40758 3.56389C3.36057 3.40129 3.26128 3.25828 3.12474 3.15652C2.9882 3.05477 2.82185 2.99982 2.65091 3H1" stroke="currentColor" stroke-width="1.57227" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.prosett-header>nav .prosett-mega-menu .sub-menu__guides-wrapper .sub-menu__main-nav .menu-item--cpu a:before,.prosett-header>nav .prosett-mega-menu .sub-menu__guides-wrapper .sub-menu__main-nav .menu-item--gpu a:before{-webkit-mask-image:url('data:image/svg+xml,<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15 10H10V15H15V10Z" stroke="currentColor" stroke-width="1.57788" stroke-linecap="round" stroke-linejoin="round"/><path d="M20.2 5H5.8C5.35817 5 5 5.35817 5 5.8V20.2C5 20.6418 5.35817 21 5.8 21H20.2C20.6418 21 21 20.6418 21 20.2V5.8C21 5.35817 20.6418 5 20.2 5Z" stroke="currentColor" stroke-width="1.57788" stroke-linecap="round" stroke-linejoin="round"/><path d="M20 10H22" stroke="currentColor" stroke-width="1.57788" stroke-linecap="round" stroke-linejoin="round"/><path d="M20 15H22" stroke="currentColor" stroke-width="1.57788" stroke-linecap="round" stroke-linejoin="round"/><path d="M2 10H4" stroke="currentColor" stroke-width="1.57788" stroke-linecap="round" stroke-linejoin="round"/><path d="M2 15H4" stroke="currentColor" stroke-width="1.57788" stroke-linecap="round" stroke-linejoin="round"/><path d="M15 20V22" stroke="currentColor" stroke-width="1.57788" stroke-linecap="round" stroke-linejoin="round"/><path d="M10 20V22" stroke="currentColor" stroke-width="1.57788" stroke-linecap="round" stroke-linejoin="round"/><path d="M15 2V4" stroke="currentColor" stroke-width="1.57788" stroke-linecap="round" stroke-linejoin="round"/><path d="M10 2V4" stroke="currentColor" stroke-width="1.57788" stroke-linecap="round" stroke-linejoin="round"/></svg>');mask-image:url('data:image/svg+xml,<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15 10H10V15H15V10Z" stroke="currentColor" stroke-width="1.57788" stroke-linecap="round" stroke-linejoin="round"/><path d="M20.2 5H5.8C5.35817 5 5 5.35817 5 5.8V20.2C5 20.6418 5.35817 21 5.8 21H20.2C20.6418 21 21 20.6418 21 20.2V5.8C21 5.35817 20.6418 5 20.2 5Z" stroke="currentColor" stroke-width="1.57788" stroke-linecap="round" stroke-linejoin="round"/><path d="M20 10H22" stroke="currentColor" stroke-width="1.57788" stroke-linecap="round" stroke-linejoin="round"/><path d="M20 15H22" stroke="currentColor" stroke-width="1.57788" stroke-linecap="round" stroke-linejoin="round"/><path d="M2 10H4" stroke="currentColor" stroke-width="1.57788" stroke-linecap="round" stroke-linejoin="round"/><path d="M2 15H4" stroke="currentColor" stroke-width="1.57788" stroke-linecap="round" stroke-linejoin="round"/><path d="M15 20V22" stroke="currentColor" stroke-width="1.57788" stroke-linecap="round" stroke-linejoin="round"/><path d="M10 20V22" stroke="currentColor" stroke-width="1.57788" stroke-linecap="round" stroke-linejoin="round"/><path d="M15 2V4" stroke="currentColor" stroke-width="1.57788" stroke-linecap="round" stroke-linejoin="round"/><path d="M10 2V4" stroke="currentColor" stroke-width="1.57788" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.prosett-header>nav .prosett-mega-menu .sub-menu__guides-wrapper .sub-menu__main-nav .menu-item--code a:before{-webkit-mask-image:url('data:image/svg+xml,<svg width="27" height="27" viewBox="0 0 27 27" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.5 9.5L2.5 13.5L7.5 17.5" stroke="currentColor" stroke-width="1.61719" stroke-linecap="round" stroke-linejoin="round"/><path d="M19.5 9.5L24.5 13.5L19.5 17.5" stroke="currentColor" stroke-width="1.61719" stroke-linecap="round" stroke-linejoin="round"/><path d="M17.5 4.5L10.5 22.5" stroke="currentColor" stroke-width="1.61719" stroke-linecap="round" stroke-linejoin="round"/></svg>');mask-image:url('data:image/svg+xml,<svg width="27" height="27" viewBox="0 0 27 27" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.5 9.5L2.5 13.5L7.5 17.5" stroke="currentColor" stroke-width="1.61719" stroke-linecap="round" stroke-linejoin="round"/><path d="M19.5 9.5L24.5 13.5L19.5 17.5" stroke="currentColor" stroke-width="1.61719" stroke-linecap="round" stroke-linejoin="round"/><path d="M17.5 4.5L10.5 22.5" stroke="currentColor" stroke-width="1.61719" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.prosett-header>nav .prosett-mega-menu .sub-menu__guides-wrapper .sub-menu__main-nav .menu-item--launch a:before{-webkit-mask-image:url('data:image/svg+xml,<svg width="27" height="27" viewBox="0 0 27 27" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.5 18.9064C9.29152 22.5 4.5 22.5 4.5 22.5C4.5 22.5 4.5 17.7085 8.09364 16.5" stroke="currentColor" stroke-width="1.61719" stroke-linecap="round" stroke-linejoin="round"/><path d="M20.0168 11.5919L13.1088 18.5L8.5 13.8912L15.4081 6.98318C18.0227 4.36849 20.6374 4.39901 21.7566 4.5618C21.9292 4.58484 22.0896 4.66406 22.2127 4.78726C22.3359 4.91045 22.4152 5.07076 22.4382 5.24345C22.601 6.36257 22.6315 8.97726 20.0168 11.5919Z" stroke="currentColor" stroke-width="1.61719" stroke-linecap="round" stroke-linejoin="round"/><path d="M19.5 12.5V19.2715C19.4968 19.4927 19.4054 19.7037 19.2456 19.8585L15.8216 23.2547C15.7129 23.362 15.5769 23.4381 15.4279 23.475C15.279 23.5118 15.1227 23.5079 14.9758 23.4638C14.8289 23.4197 14.6968 23.337 14.5937 23.2245C14.4907 23.1119 14.4204 22.9739 14.3905 22.825L13.5 18.4329" stroke="currentColor" stroke-width="1.61719" stroke-linecap="round" stroke-linejoin="round"/><path d="M14.5 7.5H7.7285C7.50731 7.50319 7.29633 7.59463 7.1415 7.75442L3.74527 11.1784C3.63798 11.2871 3.56186 11.4231 3.52504 11.5721C3.48822 11.721 3.49207 11.8773 3.53619 12.0242C3.58031 12.1711 3.66304 12.3032 3.77555 12.4062C3.88806 12.5093 4.02614 12.5796 4.17504 12.6095L8.56708 13.5" stroke="currentColor" stroke-width="1.61719" stroke-linecap="round" stroke-linejoin="round"/></svg>');mask-image:url('data:image/svg+xml,<svg width="27" height="27" viewBox="0 0 27 27" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.5 18.9064C9.29152 22.5 4.5 22.5 4.5 22.5C4.5 22.5 4.5 17.7085 8.09364 16.5" stroke="currentColor" stroke-width="1.61719" stroke-linecap="round" stroke-linejoin="round"/><path d="M20.0168 11.5919L13.1088 18.5L8.5 13.8912L15.4081 6.98318C18.0227 4.36849 20.6374 4.39901 21.7566 4.5618C21.9292 4.58484 22.0896 4.66406 22.2127 4.78726C22.3359 4.91045 22.4152 5.07076 22.4382 5.24345C22.601 6.36257 22.6315 8.97726 20.0168 11.5919Z" stroke="currentColor" stroke-width="1.61719" stroke-linecap="round" stroke-linejoin="round"/><path d="M19.5 12.5V19.2715C19.4968 19.4927 19.4054 19.7037 19.2456 19.8585L15.8216 23.2547C15.7129 23.362 15.5769 23.4381 15.4279 23.475C15.279 23.5118 15.1227 23.5079 14.9758 23.4638C14.8289 23.4197 14.6968 23.337 14.5937 23.2245C14.4907 23.1119 14.4204 22.9739 14.3905 22.825L13.5 18.4329" stroke="currentColor" stroke-width="1.61719" stroke-linecap="round" stroke-linejoin="round"/><path d="M14.5 7.5H7.7285C7.50731 7.50319 7.29633 7.59463 7.1415 7.75442L3.74527 11.1784C3.63798 11.2871 3.56186 11.4231 3.52504 11.5721C3.48822 11.721 3.49207 11.8773 3.53619 12.0242C3.58031 12.1711 3.66304 12.3032 3.77555 12.4062C3.88806 12.5093 4.02614 12.5796 4.17504 12.6095L8.56708 13.5" stroke="currentColor" stroke-width="1.61719" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.prosett-header>nav .prosett-mega-menu .sub-menu__guides-wrapper .sub-menu__main-nav .menu-item--map a:before{-webkit-mask-image:url('data:image/svg+xml,<svg width="27" height="27" viewBox="0 0 27 27" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.5 18.9L3.5 20.5V6.1L9.5 4.5" stroke="currentColor" stroke-width="1.61719" stroke-linecap="round" stroke-linejoin="round"/><path d="M17.5 22.5L10.5 19.2273V4.5L17.5 7.77273V22.5Z" stroke="currentColor" stroke-width="1.61719" stroke-linecap="round" stroke-linejoin="round"/><path d="M16.5 8.1L23.5 6.5V20.9L16.5 22.5" stroke="currentColor" stroke-width="1.61719" stroke-linecap="round" stroke-linejoin="round"/></svg>');mask-image:url('data:image/svg+xml,<svg width="27" height="27" viewBox="0 0 27 27" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.5 18.9L3.5 20.5V6.1L9.5 4.5" stroke="currentColor" stroke-width="1.61719" stroke-linecap="round" stroke-linejoin="round"/><path d="M17.5 22.5L10.5 19.2273V4.5L17.5 7.77273V22.5Z" stroke="currentColor" stroke-width="1.61719" stroke-linecap="round" stroke-linejoin="round"/><path d="M16.5 8.1L23.5 6.5V20.9L16.5 22.5" stroke="currentColor" stroke-width="1.61719" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.prosett-header>nav .prosett-mega-menu .sub-menu__guides-wrapper .sub-menu__main-nav .menu-item--crosshair a:before{-webkit-mask-image:url('data:image/svg+xml,<svg width="27" height="27" viewBox="0 0 27 27" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.5 22.5C18.4706 22.5 22.5 18.4706 22.5 13.5C22.5 8.52944 18.4706 4.5 13.5 4.5C8.52944 4.5 4.5 8.52944 4.5 13.5C4.5 18.4706 8.52944 22.5 13.5 22.5Z" stroke="currentColor" stroke-width="1.61719" stroke-linecap="round" stroke-linejoin="round"/><path d="M13.5 2.5V6.5" stroke="currentColor" stroke-width="1.61719" stroke-linecap="round" stroke-linejoin="round"/><path d="M2.5 13.5H6.5" stroke="currentColor" stroke-width="1.61719" stroke-linecap="round" stroke-linejoin="round"/><path d="M13.5 24.5V20.5" stroke="currentColor" stroke-width="1.61719" stroke-linecap="round" stroke-linejoin="round"/><path d="M24.5 13.5H20.5" stroke="currentColor" stroke-width="1.61719" stroke-linecap="round" stroke-linejoin="round"/><path d="M14 17.5C15.933 17.5 17.5 15.933 17.5 14C17.5 12.067 15.933 10.5 14 10.5C12.067 10.5 10.5 12.067 10.5 14C10.5 15.933 12.067 17.5 14 17.5Z" stroke="currentColor" stroke-width="1.61719" stroke-linecap="round" stroke-linejoin="round"/></svg>');mask-image:url('data:image/svg+xml,<svg width="27" height="27" viewBox="0 0 27 27" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.5 22.5C18.4706 22.5 22.5 18.4706 22.5 13.5C22.5 8.52944 18.4706 4.5 13.5 4.5C8.52944 4.5 4.5 8.52944 4.5 13.5C4.5 18.4706 8.52944 22.5 13.5 22.5Z" stroke="currentColor" stroke-width="1.61719" stroke-linecap="round" stroke-linejoin="round"/><path d="M13.5 2.5V6.5" stroke="currentColor" stroke-width="1.61719" stroke-linecap="round" stroke-linejoin="round"/><path d="M2.5 13.5H6.5" stroke="currentColor" stroke-width="1.61719" stroke-linecap="round" stroke-linejoin="round"/><path d="M13.5 24.5V20.5" stroke="currentColor" stroke-width="1.61719" stroke-linecap="round" stroke-linejoin="round"/><path d="M24.5 13.5H20.5" stroke="currentColor" stroke-width="1.61719" stroke-linecap="round" stroke-linejoin="round"/><path d="M14 17.5C15.933 17.5 17.5 15.933 17.5 14C17.5 12.067 15.933 10.5 14 10.5C12.067 10.5 10.5 12.067 10.5 14C10.5 15.933 12.067 17.5 14 17.5Z" stroke="currentColor" stroke-width="1.61719" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.prosett-header>nav .prosett-mega-menu .sub-menu__guides-wrapper .sub-menu__main-nav .menu-item--gloves a:before,.prosett-header>nav .prosett-mega-menu .sub-menu__guides-wrapper .sub-menu__main-nav .menu-item--knife a:before,.prosett-header>nav .prosett-mega-menu .sub-menu__guides-wrapper .sub-menu__main-nav .menu-item--skin a:before{-webkit-mask-image:url('data:image/svg+xml,<svg width="100%" height="100%" viewBox="0 0 36 92" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g transform="matrix(1,0,0,1,-51.1695,-93)"><g transform="matrix(1,0,0,1,0.175701,-4.95918)"><path d="M61.667,111.424C56.838,111.424 57.664,107.154 59.691,104.946C62.033,102.401 68.754,100.088 68.754,105.377C68.754,108.164 64.552,111.424 61.656,111.424L61.667,111.424ZM55.96,107.386C55.96,111.15 58.123,113.422 61.625,114.252C62.231,114.399 63.653,114.2 64.322,114.494C65.493,115.009 66.81,116.492 66.893,118.112C66.935,118.953 66.517,119.952 66.444,120.73C67.134,120.919 68.513,122.255 68.952,122.854C71.524,126.324 69.674,128.648 69.674,129.878C69.674,130.741 73.217,131.687 73.217,135.462C73.217,138.743 70.217,140.604 67.604,141.456C66.329,141.866 65.597,142.108 66.277,143.527C72.005,143.527 75.13,144.789 76.708,149.795C77.074,150.962 77.733,151.635 78.454,150.815C78.527,150.731 79.52,146.209 84.067,148.133C84.736,148.417 85.081,148.806 85.708,148.964C86.565,148.386 86.387,147.618 86.22,146.283C85.969,144.306 86.356,145.547 85.039,143.433C84.746,142.97 84.558,142.634 84.286,142.171C80.064,135.136 84.475,130.709 84.475,129.573C84.475,126.85 82.614,120.74 81.652,118.29C79.614,113.064 77.534,109.205 74.607,104.746C72.172,101.034 72.757,100.782 68.775,100.225C67.771,100.088 66.925,99.93 65.911,99.699C65.043,99.499 64.071,99.215 63.308,98.91C58.636,97.049 61.092,98.132 59.566,100.33C59.284,100.74 59.127,100.876 58.813,101.276C57.57,102.864 55.949,104.999 55.949,107.396L55.96,107.386Z" style="fill:rgb(252,81,133);"/></g><g transform="matrix(1,0,0,1,0.175701,-4.95918)"><path d="M69.213,153.791C69.213,159.038 68.899,162.298 67.269,167.198C65.701,171.909 63.736,176.178 60.861,179.995C60.391,180.616 59.973,181.257 59.45,181.835L57.913,183.549C55.259,186.578 54.14,187.051 51.266,189.27C51.119,189.386 51.077,189.407 50.994,189.48C54.642,189.48 62.335,185.821 65.471,183.539C68.167,181.583 69.328,180.605 71.721,178.187C73.927,175.968 76.059,173.076 77.732,170.416C78.787,168.744 80.909,164.664 81.578,162.802C81.777,162.235 81.975,161.719 82.195,161.099C82.613,159.963 82.968,158.922 83.334,157.597C83.711,156.272 84.913,151.32 84.944,149.91C81.15,148.081 80.261,151.614 79.592,152.287C78.578,153.307 76.676,153.317 75.641,152.287C75.014,151.666 75.15,151.519 74.951,150.657C74.261,147.586 70.53,144.947 67.206,144.947C65.952,144.947 67.582,146.062 68.418,148.691C68.857,150.058 69.202,152.024 69.202,153.791L69.213,153.791Z" style="fill:rgb(252,81,133);"/></g></g></svg>');mask-image:url('data:image/svg+xml,<svg width="100%" height="100%" viewBox="0 0 36 92" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g transform="matrix(1,0,0,1,-51.1695,-93)"><g transform="matrix(1,0,0,1,0.175701,-4.95918)"><path d="M61.667,111.424C56.838,111.424 57.664,107.154 59.691,104.946C62.033,102.401 68.754,100.088 68.754,105.377C68.754,108.164 64.552,111.424 61.656,111.424L61.667,111.424ZM55.96,107.386C55.96,111.15 58.123,113.422 61.625,114.252C62.231,114.399 63.653,114.2 64.322,114.494C65.493,115.009 66.81,116.492 66.893,118.112C66.935,118.953 66.517,119.952 66.444,120.73C67.134,120.919 68.513,122.255 68.952,122.854C71.524,126.324 69.674,128.648 69.674,129.878C69.674,130.741 73.217,131.687 73.217,135.462C73.217,138.743 70.217,140.604 67.604,141.456C66.329,141.866 65.597,142.108 66.277,143.527C72.005,143.527 75.13,144.789 76.708,149.795C77.074,150.962 77.733,151.635 78.454,150.815C78.527,150.731 79.52,146.209 84.067,148.133C84.736,148.417 85.081,148.806 85.708,148.964C86.565,148.386 86.387,147.618 86.22,146.283C85.969,144.306 86.356,145.547 85.039,143.433C84.746,142.97 84.558,142.634 84.286,142.171C80.064,135.136 84.475,130.709 84.475,129.573C84.475,126.85 82.614,120.74 81.652,118.29C79.614,113.064 77.534,109.205 74.607,104.746C72.172,101.034 72.757,100.782 68.775,100.225C67.771,100.088 66.925,99.93 65.911,99.699C65.043,99.499 64.071,99.215 63.308,98.91C58.636,97.049 61.092,98.132 59.566,100.33C59.284,100.74 59.127,100.876 58.813,101.276C57.57,102.864 55.949,104.999 55.949,107.396L55.96,107.386Z" style="fill:rgb(252,81,133);"/></g><g transform="matrix(1,0,0,1,0.175701,-4.95918)"><path d="M69.213,153.791C69.213,159.038 68.899,162.298 67.269,167.198C65.701,171.909 63.736,176.178 60.861,179.995C60.391,180.616 59.973,181.257 59.45,181.835L57.913,183.549C55.259,186.578 54.14,187.051 51.266,189.27C51.119,189.386 51.077,189.407 50.994,189.48C54.642,189.48 62.335,185.821 65.471,183.539C68.167,181.583 69.328,180.605 71.721,178.187C73.927,175.968 76.059,173.076 77.732,170.416C78.787,168.744 80.909,164.664 81.578,162.802C81.777,162.235 81.975,161.719 82.195,161.099C82.613,159.963 82.968,158.922 83.334,157.597C83.711,156.272 84.913,151.32 84.944,149.91C81.15,148.081 80.261,151.614 79.592,152.287C78.578,153.307 76.676,153.317 75.641,152.287C75.014,151.666 75.15,151.519 74.951,150.657C74.261,147.586 70.53,144.947 67.206,144.947C65.952,144.947 67.582,146.062 68.418,148.691C68.857,150.058 69.202,152.024 69.202,153.791L69.213,153.791Z" style="fill:rgb(252,81,133);"/></g></g></svg>')}.prosett-header>nav .prosett-mega-menu .sub-menu__guides-wrapper .sub-menu__main-nav .menu-item--chair a:before{-webkit-mask-image:url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-armchair"><path d="M19 9V6a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v3"/><path d="M3 16a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-5a2 2 0 0 0-4 0v1.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V11a2 2 0 0 0-4 0z"/><path d="M5 18v2"/><path d="M19 18v2"/></svg>');mask-image:url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-armchair"><path d="M19 9V6a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v3"/><path d="M3 16a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-5a2 2 0 0 0-4 0v1.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V11a2 2 0 0 0-4 0z"/><path d="M5 18v2"/><path d="M19 18v2"/></svg>')}@media only screen and (max-width:1419.98px){.prosett-header>nav .prosett-mega-menu .sub-menu__guides-wrapper .sub-menu__main-nav .nav-games-logo-wrapper{margin-bottom:20px}}.prosett-header>nav .prosett-mega-menu .sub-menu__main-nav>span{font-size:16px;line-height:22px;font-weight:400;color:var(--black);text-transform:uppercase;display:none}.prosett-header>nav .prosett-mega-menu .sub-menu__main-nav .menu{display:-ms-grid;display:grid;grid-auto-flow:column;gap:25px 100px}@media (min-width:1120px) and (max-width:1419.98px){.prosett-header>nav .prosett-mega-menu .sub-menu__main-nav .menu{gap:30px 50px}}@media only screen and (min-width:1420px){.prosett-header>nav .prosett-mega-menu .sub-menu__main-nav .menu{-ms-grid-rows:(1fr)[5];grid-template-rows:repeat(5,1fr)}}.prosett-header>nav .prosett-mega-menu .sub-menu__main-nav .menu .menu-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.prosett-header>nav .prosett-mega-menu .sub-menu__main-nav .menu--games{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);-ms-grid-rows:auto;grid-template-rows:auto;grid-auto-flow:row}.prosett-header>nav .prosett-mega-menu .sub-menu__main-nav .menu--games>:first-child{-ms-grid-row:1;-ms-grid-column:1}.prosett-header>nav .prosett-mega-menu .sub-menu__main-nav .menu--games>:nth-child(2){-ms-grid-row:1;-ms-grid-column:2}.prosett-header>nav .prosett-mega-menu .sub-menu__main-nav.games-grid{margin:0;padding:0;display:-ms-grid;display:grid;-ms-grid-columns:1fr 40px 1fr 40px 1fr;grid-template-columns:repeat(3,1fr);gap:40px;padding:12px 4px!important}@media only screen and (max-width:1419.98px){.prosett-header>nav .prosett-mega-menu .sub-menu__main-nav.games-grid{padding:0!important}}.prosett-header>nav .prosett-mega-menu .sub-menu__side-nav>span{font-size:15px;line-height:22px;font-weight:400;color:var(--root-d-3);margin-bottom:29px;display:block}@media only screen and (max-width:1419.98px){.prosett-header>nav .prosett-mega-menu .sub-menu__side-nav>span{color:var(--black);font-size:16px;text-transform:uppercase;margin-bottom:15px!important}}.prosett-header>nav .prosett-mega-menu .sub-menu__side-nav .menu li a{font-size:15px;line-height:22px;font-weight:400;color:var(--black);margin-bottom:14px}@media (min-width:1120px) and (max-width:1419.98px){.prosett-header>nav .prosett-mega-menu .sub-menu__side-nav .menu li a{margin-bottom:7px}}.prosett-header>nav .prosett-mega-menu .sub-menu__side-nav .menu li a:hover{color:var(--accent-0)}.prosett-header>nav .prosett-mega-menu .sub-menu__side-nav--top-spacing{margin-top:46px}.prosett-header>nav .prosett-mega-menu .sub-menu__side-nav--border-none{border:none;padding-left:0px}.prosett-header>nav .prosett-mega-menu .sub-menu .menu{list-style:none}@media only screen and (max-width:1419.98px){.prosett-header>nav .prosett-mega-menu .sub-menu .menu{display:-ms-grid;display:grid;-ms-grid-columns:1fr 40px 1fr;grid-template-columns:repeat(2,1fr);gap:20px 40px}}.prosett-header>nav .prosett-mega-menu .sub-menu .menu>li a:before{width:20px;margin-right:15px;text-align:center}.prosett-header>nav .prosett-mega-menu .sub-menu .menu>li a:hover{color:var(--root-d-0)}.prosett-header>nav .prosett-mega-menu .sub-menu .menu>li a:hover:before{color:var(--black)}.prosett-header>nav .prosett-mega-menu .sub-menu .menu--brands .menu-item a,.prosett-header>nav .prosett-mega-menu .sub-menu .menu--games .menu-item a,.prosett-header>nav .prosett-mega-menu .sub-menu .menu--players .menu-item a,.prosett-header>nav .prosett-mega-menu .sub-menu .menu--teams .menu-item a{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.prosett-header>nav .prosett-mega-menu .sub-menu .menu--brands .menu-item a picture,.prosett-header>nav .prosett-mega-menu .sub-menu .menu--games .menu-item a picture,.prosett-header>nav .prosett-mega-menu .sub-menu .menu--players .menu-item a picture,.prosett-header>nav .prosett-mega-menu .sub-menu .menu--teams .menu-item a picture{background-color:var(--root-l-6);border-radius:50%;overflow:hidden;margin-right:10px}.prosett-header>nav .prosett-mega-menu .sub-menu .menu--brands .menu-item a picture img,.prosett-header>nav .prosett-mega-menu .sub-menu .menu--games .menu-item a picture img,.prosett-header>nav .prosett-mega-menu .sub-menu .menu--players .menu-item a picture img,.prosett-header>nav .prosett-mega-menu .sub-menu .menu--teams .menu-item a picture img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.prosett-header>nav .prosett-mega-menu .sub-menu .menu--brands .menu-item a picture,.prosett-header>nav .prosett-mega-menu .sub-menu .menu--teams .menu-item a picture{max-width:30px;height:30px;width:30px;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:0;background:transparent;min-width:30px}.prosett-header>nav .prosett-mega-menu .sub-menu .menu--brands .menu-item a picture:before,.prosett-header>nav .prosett-mega-menu .sub-menu .menu--teams .menu-item a picture:before{content:'';background:var(--root-l-6);width:100%;height:100%;position:absolute;left:0;top:0;border-radius:50px;z-index:-1}.prosett-header>nav .prosett-mega-menu .sub-menu .menu--lists .nav-games-logo-wrapper .nav-games-logo{grid-row:unset}.prosett-header>nav .prosett-mega-menu .sub-menu .menu--brands{gap:40px 140px}@media (min-width:1120px) and (max-width:1419.98px){.prosett-header>nav .prosett-mega-menu .sub-menu .menu--brands{gap:30px 50px}}.prosett-header>nav .prosett-mega-menu .sub-menu .menu--brands .menu-item a picture{margin-right:12px}.prosett-header>nav .prosett-mega-menu .sub-menu .menu--games li a:before{display:none}.prosett-header>nav .prosett-mega-menu .sub-menu ol.menu{counter-reset:menu-counter}.prosett-header>nav .prosett-mega-menu .sub-menu ol.menu>li{counter-increment:menu-counter}.prosett-header>nav .prosett-mega-menu .sub-menu ol.menu>li>a:before{content:counter(menu-counter);color:var(--root-d-3)}.prosett-header>nav .prosett-mega-menu .sub-menu .menu-item a{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:16px;line-height:19px;font-weight:400;color:var(--black)}.prosett-header>nav .prosett-mega-menu .sub-menu .menu-item a .player_name span:not(.player_name__nickname){display:none}.prosett-header>nav .prosett-mega-menu .sub-menu .menu-item__btn-all{padding-top:10px;border-top:1px solid var(--root-l-3)}@media only screen and (max-width:1419.98px){.prosett-header>nav .prosett-mega-menu .sub-menu .menu-item__btn-all{width:calc(100vw - 40px);position:absolute;bottom:15px}}.prosett-header>nav .prosett-mega-menu .sub-menu .menu-item__btn-all a{font-size:14px;font-weight:700;letter-spacing:-0.16px;border-radius:9px;line-height:40px;height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;display:block;background:var(--root-l-2);color:var(--root-d-0)}.prosett-header>nav .prosett-mega-menu .sub-menu .menu-item__btn-all a:after{position:relative;top:0;left:0;line-height:14px;display:inline-block;width:14px;height:14px;content:"";color:var(--root-d-0);background:var(--root-d-0);background-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center;-webkit-mask-size:14px 14px;mask-size:14px 14px;-webkit-mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M502.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L402.7 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l370.7 0-73.4 73.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l128-128z"/></svg>');mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M502.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L402.7 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l370.7 0-73.4 73.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l128-128z"/></svg>');margin-left:12px;-webkit-transition:all 0.2s ease-in-out 0s;transition:all 0.2s ease-in-out 0s}.prosett-header>nav .prosett-mega-menu .sub-menu .menu-item__btn-all a:hover{background:var(--root-l-6)}.dark-mode .prosett-header>nav .prosett-mega-menu .sub-menu .menu-item__btn-all a:hover{background:#242933}.prosett-header>nav .prosett-mega-menu .sub-menu .menu-item__btn-all a:hover:after{left:6px}.prosett-header__social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:30px;margin-right:50px}@media (min-width:978px) and (max-width:1419.98px){.prosett-header__social{display:none}}@media (min-width:1120px) and (max-width:1419.98px){.prosett-header__social{gap:20px;margin-right:20px;margin-left:10px}}@media (min-width:1420px) and (max-width:1750px){.prosett-header__social{gap:12px;margin-right:16px}}.prosett-header__social-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.prosett-header__social-icon:hover:before{background:var(--accent-0);color:var(--accent-0)}.prosett-header__social-icon:before{position:relative;display:inline-block;line-height:25px;width:25px;content:"";background:var(--root-d-3);color:var(--root-d-3);background-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center}.prosett-header__social-icon--twitter:before{height:19px;-webkit-mask-size:25px 19px;mask-size:25px 19px;-webkit-mask-image:url('data:image/svg+xml,<svg width="30" height="26" viewBox="0 0 30 26" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M29.9412 3.71249C28.8181 4.20699 27.6283 4.53341 26.41 4.68124C27.6926 3.9103 28.653 2.70129 29.1138 1.27749C27.925 1.97124 26.6075 2.47624 25.205 2.75749C24.2797 1.76802 23.0536 1.11176 21.7171 0.890614C20.3805 0.669464 19.0084 0.8958 17.8137 1.53448C16.619 2.17315 15.6686 3.18843 15.1101 4.42264C14.5516 5.65686 14.4162 7.04095 14.725 8.35999C9.6125 8.11874 5.08375 5.66249 2.05 1.95249C1.49849 2.88975 1.21083 3.95877 1.2175 5.04624C1.2175 7.18374 2.305 9.06249 3.9525 10.1662C2.97607 10.1352 2.02121 9.87116 1.1675 9.39624V9.47124C1.16695 10.8917 1.65784 12.2687 2.55688 13.3684C3.45593 14.4682 4.70777 15.2231 6.1 15.505C5.19787 15.7467 4.25302 15.783 3.335 15.6112C3.73015 16.8337 4.49708 17.9024 5.52877 18.6681C6.56046 19.4338 7.80544 19.8583 9.09 19.8825C6.91441 21.5899 4.2281 22.5166 1.4625 22.5137C0.975 22.5137 0.48875 22.485 0 22.43C2.81964 24.2354 6.09814 25.1937 9.44625 25.1912C20.7625 25.1912 26.9438 15.8212 26.9438 7.70999C26.9438 7.44749 26.9438 7.18499 26.925 6.92249C28.1325 6.05357 29.174 4.97476 30 3.73749L29.9412 3.71249Z" fill="currentColor"/></svg>');mask-image:url('data:image/svg+xml,<svg width="30" height="26" viewBox="0 0 30 26" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M29.9412 3.71249C28.8181 4.20699 27.6283 4.53341 26.41 4.68124C27.6926 3.9103 28.653 2.70129 29.1138 1.27749C27.925 1.97124 26.6075 2.47624 25.205 2.75749C24.2797 1.76802 23.0536 1.11176 21.7171 0.890614C20.3805 0.669464 19.0084 0.8958 17.8137 1.53448C16.619 2.17315 15.6686 3.18843 15.1101 4.42264C14.5516 5.65686 14.4162 7.04095 14.725 8.35999C9.6125 8.11874 5.08375 5.66249 2.05 1.95249C1.49849 2.88975 1.21083 3.95877 1.2175 5.04624C1.2175 7.18374 2.305 9.06249 3.9525 10.1662C2.97607 10.1352 2.02121 9.87116 1.1675 9.39624V9.47124C1.16695 10.8917 1.65784 12.2687 2.55688 13.3684C3.45593 14.4682 4.70777 15.2231 6.1 15.505C5.19787 15.7467 4.25302 15.783 3.335 15.6112C3.73015 16.8337 4.49708 17.9024 5.52877 18.6681C6.56046 19.4338 7.80544 19.8583 9.09 19.8825C6.91441 21.5899 4.2281 22.5166 1.4625 22.5137C0.975 22.5137 0.48875 22.485 0 22.43C2.81964 24.2354 6.09814 25.1937 9.44625 25.1912C20.7625 25.1912 26.9438 15.8212 26.9438 7.70999C26.9438 7.44749 26.9438 7.18499 26.925 6.92249C28.1325 6.05357 29.174 4.97476 30 3.73749L29.9412 3.71249Z" fill="currentColor"/></svg>')}@media (min-width:1120px) and (max-width:1750px){.prosett-header__social-icon--twitter:before{height:16px;-webkit-mask-size:22px 16px;mask-size:22px 16px}}.prosett-header__social-icon--discord:before{height:18px;-webkit-mask-size:25px 18px;mask-size:25px 18px;-webkit-mask-image:url('data:image/svg+xml,<svg width="30" height="24" viewBox="0 0 30 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M25.3963 2.46225C23.4513 1.56946 21.3987 0.932808 19.2899 0.568252C19.2707 0.564678 19.2509 0.567237 19.2333 0.575563C19.2157 0.583889 19.2012 0.597559 19.1918 0.614627C18.928 1.08375 18.6359 1.69563 18.4314 2.1765C16.1255 1.83125 13.8314 1.83125 11.5729 2.1765C11.3684 1.68488 11.0656 1.08375 10.8008 0.614627C10.7909 0.597947 10.7763 0.584612 10.7588 0.576362C10.7413 0.568111 10.7217 0.565329 10.7026 0.568377C8.59361 0.932086 6.54087 1.56868 4.59613 2.46213C4.57949 2.46924 4.56547 2.48133 4.55601 2.49675C0.666755 8.30725 -0.398745 13.9749 0.124005 19.5723C0.125483 19.586 0.129696 19.5992 0.136396 19.6113C0.143095 19.6233 0.152143 19.6339 0.163005 19.6424C2.729 21.5269 5.21463 22.6709 7.65413 23.4291C7.6731 23.4348 7.69334 23.4345 7.71215 23.4284C7.73097 23.4222 7.74744 23.4104 7.75938 23.3946C8.33638 22.6066 8.85075 21.7756 9.29188 20.9019C9.29794 20.8899 9.3014 20.8768 9.30204 20.8634C9.30267 20.85 9.30045 20.8366 9.29554 20.8241C9.29063 20.8117 9.28313 20.8004 9.27353 20.791C9.26394 20.7816 9.25247 20.7744 9.23988 20.7698C8.42388 20.4603 7.647 20.0829 6.89963 19.6544C6.886 19.6464 6.87455 19.6351 6.8663 19.6217C6.85804 19.6082 6.85323 19.5929 6.85229 19.5771C6.85135 19.5613 6.85431 19.5456 6.86091 19.5312C6.86751 19.5168 6.87755 19.5043 6.89013 19.4948C7.04738 19.3769 7.20475 19.2544 7.35488 19.1305C7.36822 19.1195 7.38437 19.1124 7.40151 19.1101C7.41865 19.1078 7.43609 19.1103 7.45188 19.1174C12.3616 21.359 17.6769 21.359 22.5286 19.1174C22.5444 19.1099 22.562 19.107 22.5794 19.1091C22.5968 19.1112 22.6132 19.1182 22.6268 19.1292C22.777 19.253 22.9343 19.3769 23.0928 19.4948C23.1054 19.5042 23.1155 19.5166 23.1222 19.5309C23.1288 19.5452 23.1319 19.5609 23.1311 19.5767C23.1303 19.5925 23.1256 19.6078 23.1175 19.6213C23.1094 19.6348 23.098 19.6461 23.0845 19.6542C22.3369 20.0909 21.5537 20.4637 20.7433 20.7685C20.7307 20.7733 20.7192 20.7807 20.7097 20.7903C20.7002 20.7998 20.6928 20.8112 20.688 20.8238C20.6832 20.8364 20.6811 20.8499 20.6819 20.8633C20.6826 20.8768 20.6862 20.8899 20.6924 20.9019C21.1429 21.7744 21.6573 22.6054 22.2236 23.3934C22.2352 23.4096 22.2516 23.4218 22.2705 23.4282C22.2894 23.4347 22.3098 23.435 22.3289 23.4291C24.7801 22.6707 27.2658 21.5267 29.8318 19.6424C29.8428 19.6343 29.852 19.624 29.8588 19.6121C29.8655 19.6002 29.8696 19.587 29.8709 19.5734C30.4964 13.1021 28.8231 7.481 25.4353 2.49788C25.4269 2.48169 25.4131 2.46901 25.3963 2.46213V2.46225ZM10.025 16.164C8.54688 16.164 7.32888 14.8069 7.32888 13.1403C7.32888 11.4738 8.52325 10.1166 10.0251 10.1166C11.5386 10.1166 12.7448 11.4856 12.7211 13.1404C12.7211 14.8069 11.5268 16.164 10.025 16.164ZM19.9935 16.164C18.5154 16.164 17.2974 14.8069 17.2974 13.1403C17.2974 11.4738 18.4916 10.1166 19.9935 10.1166C21.507 10.1166 22.7131 11.4856 22.6895 13.1404C22.6895 14.8069 21.507 16.164 19.9935 16.164Z" fill="currentColor"/></svg>');mask-image:url('data:image/svg+xml,<svg width="30" height="24" viewBox="0 0 30 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M25.3963 2.46225C23.4513 1.56946 21.3987 0.932808 19.2899 0.568252C19.2707 0.564678 19.2509 0.567237 19.2333 0.575563C19.2157 0.583889 19.2012 0.597559 19.1918 0.614627C18.928 1.08375 18.6359 1.69563 18.4314 2.1765C16.1255 1.83125 13.8314 1.83125 11.5729 2.1765C11.3684 1.68488 11.0656 1.08375 10.8008 0.614627C10.7909 0.597947 10.7763 0.584612 10.7588 0.576362C10.7413 0.568111 10.7217 0.565329 10.7026 0.568377C8.59361 0.932086 6.54087 1.56868 4.59613 2.46213C4.57949 2.46924 4.56547 2.48133 4.55601 2.49675C0.666755 8.30725 -0.398745 13.9749 0.124005 19.5723C0.125483 19.586 0.129696 19.5992 0.136396 19.6113C0.143095 19.6233 0.152143 19.6339 0.163005 19.6424C2.729 21.5269 5.21463 22.6709 7.65413 23.4291C7.6731 23.4348 7.69334 23.4345 7.71215 23.4284C7.73097 23.4222 7.74744 23.4104 7.75938 23.3946C8.33638 22.6066 8.85075 21.7756 9.29188 20.9019C9.29794 20.8899 9.3014 20.8768 9.30204 20.8634C9.30267 20.85 9.30045 20.8366 9.29554 20.8241C9.29063 20.8117 9.28313 20.8004 9.27353 20.791C9.26394 20.7816 9.25247 20.7744 9.23988 20.7698C8.42388 20.4603 7.647 20.0829 6.89963 19.6544C6.886 19.6464 6.87455 19.6351 6.8663 19.6217C6.85804 19.6082 6.85323 19.5929 6.85229 19.5771C6.85135 19.5613 6.85431 19.5456 6.86091 19.5312C6.86751 19.5168 6.87755 19.5043 6.89013 19.4948C7.04738 19.3769 7.20475 19.2544 7.35488 19.1305C7.36822 19.1195 7.38437 19.1124 7.40151 19.1101C7.41865 19.1078 7.43609 19.1103 7.45188 19.1174C12.3616 21.359 17.6769 21.359 22.5286 19.1174C22.5444 19.1099 22.562 19.107 22.5794 19.1091C22.5968 19.1112 22.6132 19.1182 22.6268 19.1292C22.777 19.253 22.9343 19.3769 23.0928 19.4948C23.1054 19.5042 23.1155 19.5166 23.1222 19.5309C23.1288 19.5452 23.1319 19.5609 23.1311 19.5767C23.1303 19.5925 23.1256 19.6078 23.1175 19.6213C23.1094 19.6348 23.098 19.6461 23.0845 19.6542C22.3369 20.0909 21.5537 20.4637 20.7433 20.7685C20.7307 20.7733 20.7192 20.7807 20.7097 20.7903C20.7002 20.7998 20.6928 20.8112 20.688 20.8238C20.6832 20.8364 20.6811 20.8499 20.6819 20.8633C20.6826 20.8768 20.6862 20.8899 20.6924 20.9019C21.1429 21.7744 21.6573 22.6054 22.2236 23.3934C22.2352 23.4096 22.2516 23.4218 22.2705 23.4282C22.2894 23.4347 22.3098 23.435 22.3289 23.4291C24.7801 22.6707 27.2658 21.5267 29.8318 19.6424C29.8428 19.6343 29.852 19.624 29.8588 19.6121C29.8655 19.6002 29.8696 19.587 29.8709 19.5734C30.4964 13.1021 28.8231 7.481 25.4353 2.49788C25.4269 2.48169 25.4131 2.46901 25.3963 2.46213V2.46225ZM10.025 16.164C8.54688 16.164 7.32888 14.8069 7.32888 13.1403C7.32888 11.4738 8.52325 10.1166 10.0251 10.1166C11.5386 10.1166 12.7448 11.4856 12.7211 13.1404C12.7211 14.8069 11.5268 16.164 10.025 16.164ZM19.9935 16.164C18.5154 16.164 17.2974 14.8069 17.2974 13.1403C17.2974 11.4738 18.4916 10.1166 19.9935 10.1166C21.507 10.1166 22.7131 11.4856 22.6895 13.1404C22.6895 14.8069 21.507 16.164 19.9935 16.164Z" fill="currentColor"/></svg>')}@media (min-width:1120px) and (max-width:1750px){.prosett-header__social-icon--discord:before{height:15px;-webkit-mask-size:22px 15px;mask-size:22px 15px}}.prosett-header__social-icon--youtube:before{height:16px;-webkit-mask-size:25px 16px;mask-size:25px 16px;-webkit-mask-image:url('data:image/svg+xml,<svg width="30" height="22" viewBox="0 0 30 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M29.3725 3.73249C29.203 3.09409 28.8688 2.51141 28.4033 2.04282C27.9377 1.57423 27.3573 1.23617 26.72 1.06249C24.3812 0.431244 15 0.431244 15 0.431244C15 0.431244 5.61875 0.431244 3.27875 1.06249C2.64176 1.23648 2.06162 1.57466 1.59635 2.04322C1.13108 2.51178 0.796989 3.09429 0.6275 3.73249C0 6.08749 0 11 0 11C0 11 0 15.9125 0.6275 18.2675C0.796982 18.9059 1.13122 19.4886 1.59674 19.9572C2.06226 20.4258 2.64272 20.7638 3.28 20.9375C5.61875 21.5687 15 21.5687 15 21.5687C15 21.5687 24.3813 21.5687 26.7213 20.9375C27.3586 20.7639 27.9391 20.4259 28.4046 19.9573C28.8702 19.4887 29.2044 18.906 29.3738 18.2675C30 15.9125 30 11 30 11C30 11 30 6.08749 29.3725 3.73249ZM11.9312 15.46V6.53999L19.7725 11L11.9312 15.46Z" fill="currentColor"/></svg>');mask-image:url('data:image/svg+xml,<svg width="30" height="22" viewBox="0 0 30 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M29.3725 3.73249C29.203 3.09409 28.8688 2.51141 28.4033 2.04282C27.9377 1.57423 27.3573 1.23617 26.72 1.06249C24.3812 0.431244 15 0.431244 15 0.431244C15 0.431244 5.61875 0.431244 3.27875 1.06249C2.64176 1.23648 2.06162 1.57466 1.59635 2.04322C1.13108 2.51178 0.796989 3.09429 0.6275 3.73249C0 6.08749 0 11 0 11C0 11 0 15.9125 0.6275 18.2675C0.796982 18.9059 1.13122 19.4886 1.59674 19.9572C2.06226 20.4258 2.64272 20.7638 3.28 20.9375C5.61875 21.5687 15 21.5687 15 21.5687C15 21.5687 24.3813 21.5687 26.7213 20.9375C27.3586 20.7639 27.9391 20.4259 28.4046 19.9573C28.8702 19.4887 29.2044 18.906 29.3738 18.2675C30 15.9125 30 11 30 11C30 11 30 6.08749 29.3725 3.73249ZM11.9312 15.46V6.53999L19.7725 11L11.9312 15.46Z" fill="currentColor"/></svg>')}@media (min-width:1120px) and (max-width:1750px){.prosett-header__social-icon--youtube:before{height:13px;-webkit-mask-size:22px 13px;mask-size:22px 13px}}.prosett-header__login-wrapper{padding-left:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}@media only screen and (max-width:767.98px){.prosett-header__login-wrapper{position:fixed;bottom:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;padding:20px;-webkit-box-sizing:border-box;box-sizing:border-box;gap:10px;background:#fff}.dark-mode .prosett-header__login-wrapper{background:#2E3440}}@media (min-width:768px) and (max-width:977.98px){.prosett-header__login-wrapper{padding-right:20px}}.prosett-header__login,.prosett-header__signup{background:none;border:none;padding:0;font:inherit;cursor:pointer;outline:inherit;border:1px solid transparent;font-size:14px;font-weight:700;letter-spacing:-0.16px;width:100px;border-radius:9px;line-height:38px;height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center}@media only screen and (max-width:767.98px){.prosett-header__login,.prosett-header__signup{margin:0!important;width:100%}}.prosett-header__login{border-color:var(--root-l-4);color:var(--root-d-0)}.prosett-header__login:hover{color:var(--accent-0);border-color:var(--accent-0)}.dark-mode .prosett-header__login:hover{color:#fff;border-color:var(--accent-0);background-color:var(--accent-0)}.prosett-header__signup{background-color:var(--accent-0);color:var(--white)}.logged-in .prosett-header__signup{margin-left:0px}.prosett-header__signup:hover{background-color:var(--root-hover)}.dark-mode .prosett-header__signup:hover{color:#fff}.prosett-header__dark-switch,.prosett-header__notification-btn{width:40px;height:40px;margin:0;padding:0;border:none;border-radius:8px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-right:16px;cursor:pointer;-webkit-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px}@media (min-width:978px) and (max-width:1419.98px){.prosett-header__dark-switch,.prosett-header__notification-btn{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}@media only screen and (max-width:767.98px){.prosett-header__dark-switch,.prosett-header__notification-btn{margin-right:10px}}.prosett-header__dark-switch:hover,.prosett-header__notification-btn:hover{background-color:#E5E5E6}.dark-mode .prosett-header__dark-switch,.dark-mode .prosett-header__notification-btn{background-color:#242933}.prosett-header__dark-switch:before,.prosett-header__notification-btn:before{position:relative;display:inline-block;line-height:21px;width:21px;content:"";background:var(--root-d-0);color:var(--root-d-0);background-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center;-webkit-mask-size:21px 21px;mask-size:21px 21px;-webkit-mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6"><path stroke-linecap="round" stroke-linejoin="round" d="M21.752 15.002A9.718 9.718 0 0118 15.75c-5.385 0-9.75-4.365-9.75-9.75 0-1.33.266-2.597.748-3.752A9.753 9.753 0 003 11.25C3 16.635 7.365 21 12.75 21a9.753 9.753 0 009.002-5.998z" /></svg>');mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6"><path stroke-linecap="round" stroke-linejoin="round" d="M21.752 15.002A9.718 9.718 0 0118 15.75c-5.385 0-9.75-4.365-9.75-9.75 0-1.33.266-2.597.748-3.752A9.753 9.753 0 003 11.25C3 16.635 7.365 21 12.75 21a9.753 9.753 0 009.002-5.998z" /></svg>')}.dark-mode .prosett-header__dark-switch:before,.dark-mode .prosett-header__notification-btn:before{background:#808191;color:#808191;line-height:25px;width:25px;-webkit-mask-size:25px 25px;mask-size:25px 25px;-webkit-mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6"><path stroke-linecap="round" stroke-linejoin="round" d="M12 3v2.25m6.364.386l-1.591 1.591M21 12h-2.25m-.386 6.364l-1.591-1.591M12 18.75V21m-4.773-4.227l-1.591 1.591M5.25 12H3m4.227-4.773L5.636 5.636M15.75 12a3.75 3.75 0 11-7.5 0 3.75 3.75 0 017.5 0z" /></svg>');mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6"><path stroke-linecap="round" stroke-linejoin="round" d="M12 3v2.25m6.364.386l-1.591 1.591M21 12h-2.25m-.386 6.364l-1.591-1.591M12 18.75V21m-4.773-4.227l-1.591 1.591M5.25 12H3m4.227-4.773L5.636 5.636M15.75 12a3.75 3.75 0 11-7.5 0 3.75 3.75 0 017.5 0z" /></svg>')}.dark-mode .prosett-header__dark-switch:hover:before,.dark-mode .prosett-header__notification-btn:hover:before{background:#fff;color:#fff}.prosett-header__notification-btn{margin-left:auto;position:relative}.prosett-header__notification-btn:before{-webkit-mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6"><path stroke-linecap="round" stroke-linejoin="round" d="M14.857 17.082a23.848 23.848 0 0 0 5.454-1.31A8.967 8.967 0 0 1 18 9.75V9A6 6 0 0 0 6 9v.75a8.967 8.967 0 0 1-2.312 6.022c1.733.64 3.56 1.085 5.455 1.31m5.714 0a24.255 24.255 0 0 1-5.714 0m5.714 0a3 3 0 1 1-5.714 0" /></svg>');mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6"><path stroke-linecap="round" stroke-linejoin="round" d="M14.857 17.082a23.848 23.848 0 0 0 5.454-1.31A8.967 8.967 0 0 1 18 9.75V9A6 6 0 0 0 6 9v.75a8.967 8.967 0 0 1-2.312 6.022c1.733.64 3.56 1.085 5.455 1.31m5.714 0a24.255 24.255 0 0 1-5.714 0m5.714 0a3 3 0 1 1-5.714 0" /></svg>')}.dark-mode .prosett-header__notification-btn:before{background:#808191;color:#808191;-webkit-mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6"><path stroke-linecap="round" stroke-linejoin="round" d="M14.857 17.082a23.848 23.848 0 0 0 5.454-1.31A8.967 8.967 0 0 1 18 9.75V9A6 6 0 0 0 6 9v.75a8.967 8.967 0 0 1-2.312 6.022c1.733.64 3.56 1.085 5.455 1.31m5.714 0a24.255 24.255 0 0 1-5.714 0m5.714 0a3 3 0 1 1-5.714 0" /></svg>');mask-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6"><path stroke-linecap="round" stroke-linejoin="round" d="M14.857 17.082a23.848 23.848 0 0 0 5.454-1.31A8.967 8.967 0 0 1 18 9.75V9A6 6 0 0 0 6 9v.75a8.967 8.967 0 0 1-2.312 6.022c1.733.64 3.56 1.085 5.455 1.31m5.714 0a24.255 24.255 0 0 1-5.714 0m5.714 0a3 3 0 1 1-5.714 0" /></svg>')}.prosett-header__notification-btn.has-notification:after{content:'';position:absolute;top:-4px;right:-4px;width:8px;height:8px;border-radius:50px;border:2px solid var(--white);background-color:var(--root-r-0)}@media only screen and (max-width:782.98px){body.admin-bar .prosett-header .prosett-mega-menu{top:158px!important}body.admin-bar .prosett-header--right{top:101px!important}}@media (min-width:783px) and (max-width:977.98px){body.admin-bar .prosett-header .prosett-mega-menu{top:144px!important}body.admin-bar .prosett-header--right{top:86px!important}}@media (min-width:978px) and (max-width:1419.98px){body.admin-bar .prosett-header .prosett-mega-menu{top:89px!important}}@media only screen and (max-width:1419.98px){body.admin-bar .prosett-header .prosett-mega-menu{height:calc(100% - 288px)!important}}@media only screen and (min-width:1420px){.prosett-header .menu-item .sub-menu__guides-wrapper .sub-menu__main-nav .menu-item{position:relative}.prosett-header .menu-item .sub-menu__guides-wrapper .sub-menu__main-nav .menu-item:hover:after{content:'';width:calc(100% + 10px);height:40px;position:absolute;left:-5px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:var(--root-l-6);z-index:-1;border-radius:6px;opacity:0.5}.dark-mode .prosett-header .menu-item .sub-menu__guides-wrapper .sub-menu__main-nav .menu-item:hover:after{background:#242933}.prosett-header .menu-item .sub-menu__guides-wrapper .sub-menu__main-nav .menu-item:hover a:before{z-index:2}.prosett-header .menu-item .sub-menu__guides-wrapper .sub-menu__main-nav .menu-item:hover a:after{z-index:1}.dark-mode .prosett-header .menu-item .sub-menu__guides-wrapper .sub-menu__main-nav .menu-item a:hover:after{background:#F0EFFB;opacity:1}.prosett-header .menu-item .sub-menu__main-nav .menu-item a{position:relative}.prosett-header .menu-item .sub-menu__main-nav .menu-item a:hover:after{content:'';width:calc(100% + 10px);height:40px;position:absolute;left:-5px;background:var(--root-l-6);z-index:-1;border-radius:6px;opacity:0.5}.dark-mode .prosett-header .menu-item .sub-menu__main-nav .menu-item a:hover:after{background:#242933}.prosett-header .menu-item .linked{position:relative}.prosett-header .menu-item .linked:hover:after{content:'';width:calc(100% + 10px);height:40px;position:absolute;left:-5px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:var(--root-l-6);z-index:-1;border-radius:6px;opacity:0.5}.dark-mode .prosett-header .menu-item .linked:hover:after{background:#242933}}.nav-games-logo-wrapper{display:-ms-grid;display:grid;-ms-grid-columns:30px 10px 1fr;grid-template-columns:30px 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:0 10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media only screen and (max-width:1419.98px){.nav-games-logo-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}}.nav-games-logo-wrapper.has-subtitle .nav-games-logo-title{grid-row:auto}.nav-games-logo-wrapper:hover .nav-games-logo-title{color:var(--root-d-0)}.nav-games-logo-wrapper span{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;-ms-grid-column:2;-ms-grid-column-span:2;grid-column:2/span 2;font-weight:500;font-size:12px;color:var(--root-d-3);line-height:initial;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media only screen and (max-width:1419.98px){.nav-games-logo-wrapper span:not(.nav-games-logo-title){display:none!important}}.nav-games-logo-wrapper .nav-games-logo-title{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;font-size:14px;color:var(--root-d-0);-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-ms-grid-row:1;-ms-grid-row-span:2;grid-row:1/span 2}@media only screen and (max-width:1419.98px){.nav-games-logo-wrapper .nav-games-logo-title{-webkit-box-flex:1;-ms-flex:1;flex:1;font-weight:400;color:var(--root-d-3)}}.nav-games-logo-wrapper .nav-games-logo{position:relative;background:var(--root-l-6);left:auto;right:auto;width:30px;height:30px;bottom:auto;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-ms-grid-row:1;-ms-grid-row-span:2;grid-row:1/span 2;padding:6px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:50px;display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (max-width:1419.98px){.nav-games-logo-wrapper .nav-games-logo{width:30px;height:30px}}.nav-games-logo-wrapper .nav-games-logo img{-o-object-fit:contain;object-fit:contain}.pro-inside-opening-tag{display:none}