.styles_wrapper__p250q .styles_header__TSuo1{margin-bottom:0}.styles_wrapper__p250q .styles_footer__O9gH4{padding:0 20px 20px;background-color:#f2f2f2;border-top-left-radius:0;border-top-right-radius:0}@media(max-width:1200px){.styles_wrapper__p250q .styles_footer__O9gH4{border-radius:0;padding:0}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:hsl(6,78%,57%);--toastify-color-transparent:rgba(255,255,255,0.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px rgba(0,0,0,0.1);--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}.Toastify__toast{--toastify-toast-width:100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.FlipCard_cardContainer__LG3oW{width:156px;height:240px;border-radius:10px;perspective:1000px}.FlipCard_cardContainer__LG3oW,.FlipCard_cardInner__E_HPW{position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.FlipCard_cardInner__E_HPW{width:100%;height:100%;transition:transform .6s;transform-style:preserve-3d}.FlipCard_flipped__GFn7g{transform:rotateY(180deg)}.FlipCard_cardFace__pMyZV{position:absolute;width:100%;height:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.FlipCard_back__dAFKn,.FlipCard_front__JNAMQ{background-color:rgba(0,0,0,0);-webkit-user-select:none;-moz-user-select:none;user-select:none}.FlipCard_back__dAFKn{transform:rotateY(180deg)}.FlipCard_button__A2KwN{position:absolute;z-index:1002;height:24px;width:24px;display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,0);border:none;cursor:pointer;animation:FlipCard_fadeIn__9ysj7 .3s linear forwards;-webkit-user-select:none;-moz-user-select:none;user-select:none}.FlipCard_button__A2KwN img{height:16px;width:16px;object-fit:contain}.FlipCard_flipButton__caU9S{right:5%;top:4%}@keyframes FlipCard_fadeIn__9ysj7{0%{opacity:0}to{opacity:1}}.FlipCard_animationContainer__JO414{position:absolute;inset:0}.FlipCard_animationType3__L9qHC .FlipCard_animationBorder__k594v{inset:2%}.FlipCard_animationType3__L9qHC .FlipCard_animation__CcB7o{inset:3%}.FlipCard_animation__CcB7o{position:absolute;z-index:999;inset:3px;border-radius:8.674px;border:2.891px solid var(--animation-color);box-shadow:0 2.891px 2.891px 0 rgba(255,234,0,.2509803922)}.FlipCard_animation__CcB7o svg{position:absolute;height:100%;width:100%;animation:FlipCard_glow__Iku0n 3s linear infinite}.FlipCard_animationBorder__k594v{position:absolute;inset:3px;z-index:1000;border-radius:12px;border:4px solid var(--animation-color);box-shadow:0 4px 4px 0 rgba(255,234,0,.25);filter:blur(4.8000001907px)}@keyframes FlipCard_glow__Iku0n{0%{opacity:0}50%{opacity:1}to{opacity:0}}.FlipCard_glow1__Y3CaC{position:absolute;top:0;left:-5px;width:13px;height:85px;border-radius:85px;opacity:.5;background:#fff;filter:blur(.8999999762px);animation:FlipCard_sliding__82f0O 15s linear infinite}.FlipCard_glow1__Y3CaC svg{opacity:1!important}@keyframes FlipCard_sliding__82f0O{0%{transform:translateY(0)}50%{transform:translateY(100%)}to{transform:translateY(0)}}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.DraggableSheet_sheet__QkPwS{position:fixed;bottom:0;left:0;right:0;background-color:#fff;border-top-left-radius:16px;border-top-right-radius:16px;box-shadow:0 -2px 10px rgba(0,0,0,.1);display:flex;flex-direction:column;pointer-events:auto;will-change:transform;z-index:10}.DraggableSheet_sheet__QkPwS .DraggableSheet_handleContainer__1Lt_3{display:flex;justify-content:center;padding:8px 8px 16px;cursor:-webkit-grab;cursor:grab}.DraggableSheet_sheet__QkPwS .DraggableSheet_handle__tIYi5{width:32px;height:3px;background-color:#434343;border-radius:6px}.DraggableSheet_sheet__QkPwS .DraggableSheet_content__suQrW{padding:0 16px 16px;max-height:80dvh;overflow-y:auto;position:relative}@media(max-width:576px){.DraggableSheet_sheet__QkPwS .DraggableSheet_content__suQrW{max-height:65dvh}}.BridgeBlock_wrapper__gUHRZ .BridgeBlock_title__3zKYJ{color:#272c30;font-family:Proxima Nova;font-size:18px;font-weight:600;line-height:normal;text-transform:uppercase;margin-bottom:16px}.swiper-pagination{position:absolute;text-align:center;transition:opacity .3s;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:normal;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{bottom:0!important;z-index:999}.swiper-button-next:after,.swiper-button-prev:after{font-size:12px;color:#000;font-weight:600}.swiper-pagination-bullet{width:6px;height:6px;background:rgba(44,68,218,.3)}.swiper-pagination-bullet-active{background:#2c44da}.OneSlideSlider_container__sGCn4{cursor:pointer}.CollectionRow_list__rlo9w{display:flex;max-width:100%;gap:10px}.CollectionRow_space__wdDap{margin:0 5px;min-width:60%}.CollectionRow_space__wdDap:first-child{margin-left:0}.CollectionRow_space__wdDap:last-child{margin-right:0}.CollectionRow_rowHeader__NwXT8{display:flex;align-items:center;gap:5px}.CollectionRow_rowHeader__NwXT8 .CollectionRow_bullet__bLkDK{background-color:#d9d9d9;height:6px;width:6px;display:block;border-radius:50%}.CollectionRow_rowHeader__NwXT8 .CollectionRow_title__00eQG{font-family:Manrope;font-weight:400;font-size:12px;line-height:32px;letter-spacing:0;vertical-align:middle}.CollectionRow_rowHeader__NwXT8 .CollectionRow_line__atH4V{flex:1 1;background-color:#dcdcdc;height:1px}.CollectionRow_rowHeader__NwXT8 .CollectionRow_amount__nJaUN{font-family:Manrope;font-weight:400;font-size:10px;line-height:32px;letter-spacing:0;vertical-align:middle}.CollectionCard_card__oWN82{position:relative;display:flex;align-items:center;justify-content:center;padding:78px 50px;background-color:#f3f4f6;border-radius:12px;min-width:60%}.CollectionCard_title__CF19W{position:absolute;bottom:14px;left:14px;font-family:Proxima Nova;font-weight:600;font-size:10px;line-height:10px;letter-spacing:-2%}.CollectionCard_openMore__1_tlK{position:absolute;right:14px;top:14px;height:24px;width:24px;display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,0);cursor:pointer}.CollectionCard_date__Eqgw4{position:absolute;bottom:14px;right:14px;font-family:Proxima Nova;font-weight:400;font-size:11px;line-height:10px;letter-spacing:-2%;text-align:right;color:#929292}.CollectionCard_indicatorContainer__FNs7G{position:absolute;top:14px;left:14px;display:flex;align-items:center;gap:10px}.CollectionCard_indicatorContainer__FNs7G .CollectionCard_indicator___vRGw{display:flex;align-items:center;gap:3px;font-family:Proxima Nova;font-weight:600;font-size:10px;letter-spacing:-2%;text-align:center}.CollectionCard_indicatorContainer__FNs7G .CollectionCard_wallet__pzLI3{display:flex;align-items:center;gap:6px;color:#653bfd;font-family:Proxima Nova;font-weight:600;font-size:10px;letter-spacing:-2%;text-align:center}.DetailsPopup_popup__Dd_J6{width:min(600px,100%);margin:0 auto}.DetailsPopup_popup__Dd_J6 h2{font-family:Proxima Nova;font-weight:600;font-size:22px;line-height:100%;letter-spacing:-2%;text-transform:none;padding-right:60px;margin-bottom:10px}.DetailsPopup_marker___I06k{display:flex;align-items:center;gap:4px;margin-bottom:20px;color:#ff5151;font-family:Proxima Nova;font-weight:400;font-size:12px;line-height:10px;letter-spacing:-2%;text-align:center}.DetailsPopup_marker___I06k:before{content:"";border-radius:50%;height:6px;width:6px;background-color:#ff070b}.DetailsPopup_cardAndDescription__eSHGj{margin-top:20px;margin-bottom:20px;display:flex;gap:20px;max-width:100%}.DetailsPopup_cardAndDescription__eSHGj .DetailsPopup_card__8_K8Z{min-width:100px;height:unset;width:120px;aspect-ratio:100/154}.DetailsPopup_cardAndDescription__eSHGj p{font-family:Proxima Nova;font-weight:400;font-size:13px;line-height:130%;letter-spacing:-2%;max-width:50%;overflow-wrap:break-word}.DetailsPopup_button__OkxjN{width:100%;font-family:Manrope;font-weight:800;font-size:14px;line-height:140%;letter-spacing:0;text-align:center;color:#fff;padding:18px 0;background-color:#2c44da;border-radius:50px;cursor:pointer}.DetailsPopup_walletButton__PJvis{margin:0 auto}.AddToWalletButton_button__0uSP9{font-family:Proxima Nova;font-weight:600;font-size:12px;letter-spacing:-2%;color:#653bfd;display:flex;align-items:center;gap:6px;padding:10px 12px;border-radius:38px;background-color:rgba(0,0,0,0);border:none;cursor:pointer}.AddToWalletButton_button__0uSP9:disabled{opacity:.5;cursor:default}.AddToWalletButton_filled__UwJKH{background-color:#f5f3fc}.AddToWalletButton_clear__5_Qmz{background-color:rgba(0,0,0,0)}.SignInForm_buttons__XOk_8,.SignInForm_form__Gk43n,.SignInForm_inputs__5IBKF{display:flex;flex-direction:column;gap:16px}.SignInForm_link__6GgAJ{font-weight:700;color:#2c44da}.SignInForm_link__6GgAJ:visited{color:#2c44da}.SignInForm_forgotPassword__4sQ_n{margin-left:auto;background-color:rgba(0,0,0,0);border:none;font-family:Proxima Nova;font-weight:400;font-size:14px;line-height:130%;letter-spacing:-2%;text-align:right;color:#0080ff;cursor:pointer}.InputRow{display:flex;justify-content:space-between;flex-direction:column;align-items:flex-start;gap:5px}.InputRow+.InputRow{margin-top:16px}.InputRow__label{font-size:14px;line-height:1.2;color:#82858f}.InputRow .InputRow__input{min-width:300px;width:100%}.InputRow .InputRow__input input{font-size:14px;font-weight:400}.InputRow select.InputRow__input{background-color:rgba(0,0,0,0);border:1px solid #d2d2d2;border-radius:8px;padding:12px 16px;font-size:14px;font-weight:400}@media(min-width:992px){.InputRow{flex-direction:row;align-items:center;gap:0}.InputRow .InputRow__input{max-width:340px}}.ProfileImageEditor .InputRow__input{display:flex;flex-direction:row;align-items:center;gap:8px;cursor:pointer}.ProfileImageEditor .InputRow__input .avatar{width:48px;height:48px;border-radius:50%}.ProfileImageEditor .InputRow__input .Button{display:inline;width:auto;padding:0}.ProfileImageEditor__upload-btn{font-size:14px;font-weight:700}.ProfileImageEditor__loading{width:32px}.MintNftModal_modal__NwBRT{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:min(600px,100%);margin:0 auto;z-index:1002;background-color:#fff;padding:20px;animation:MintNftModal_fadeIn__iPoqC .4s linear forwards}.MintNftModal_form__or8Q2{display:flex;flex-direction:column;gap:10px}@keyframes MintNftModal_fadeIn__iPoqC{0%{opacity:0}to{opacity:1}}.EventMarker_wrapper__cimff{transition:z-index 0s .3s}.EventMarker_wrapper__cimff:hover{z-index:100000}.EventMarker_wrapper__cimff:hover .EventMarker_marker__SGNMa{transform:scale(1.048)}.EventMarker_marker__SGNMa{width:205px;display:flex;align-items:center;gap:8px;padding:6px;border-radius:12px;background-color:#fff;cursor:pointer;box-shadow:0 4px 36px 0 rgba(0,0,0,.2509803922);transition:transform .3s;-webkit-backface-visibility:hidden;backface-visibility:hidden}.EventMarker_marker__SGNMa .EventMarker_image__Yw78X{width:75px;height:60px;display:flex;justify-content:center;align-items:center;flex-shrink:0;border-radius:8px;object-fit:cover;overflow-clip-margin:unset}.EventMarker_marker__SGNMa .EventMarker_infoWrapper__DSDOD{display:flex;flex-direction:column;gap:4px}.EventMarker_marker__SGNMa .EventMarker_infoWrapper__DSDOD .EventMarker_title__KRClo{font-family:Manrope;font-weight:700;font-size:12px;line-height:120%;color:#1c1c29;display:-webkit-box;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.EventMarker_marker__SGNMa .EventMarker_infoWrapper__DSDOD .EventMarker_points__QcLCr{font-family:Manrope;font-weight:500;font-size:10px;line-height:120%;color:#747986}.ClusterMarker_markerWrapper__fA0Dy{z-index:1}.ClusterMarker_marker__1y09f{width:70px;display:flex;align-items:center;gap:8px;padding:4px;position:relative;border-radius:12px;background-color:#fff;box-shadow:0 3.29px 36px 0 rgba(0,0,0,.2509803922);cursor:pointer}.ClusterMarker_marker__1y09f .ClusterMarker_imageWrapper__T6MeS{width:30px;height:30px;border-radius:8px;overflow:hidden}.ClusterMarker_marker__1y09f .ClusterMarker_imageWrapper__T6MeS img{width:100%;height:100%;object-fit:cover;overflow-clip-margin:unset}.ClusterMarker_marker__1y09f .ClusterMarker_title__Yk2P6{font-family:Manrope;font-weight:400;font-size:14px;letter-spacing:-.9px;text-align:center;color:#747986}.ClusterMarker_marker__1y09f:after{content:"+";position:absolute;top:4px;right:4px;color:#747986;line-height:1}.EventGlobe_wrapper__znVs9{width:100%;height:100%;position:relative}.EventGlobe_wrapper__znVs9 .EventGlobe_buttonContainer__XVJDq{position:absolute;left:50%;z-index:10;transform:translateX(-50%);color:#fff}.EventGlobe_wrapper__znVs9 .EventGlobe_buttonContainer__XVJDq .EventGlobe_buttonContainerInner__VN944{position:relative;display:flex;align-items:center;gap:2px}.EventGlobe_wrapper__znVs9 .EventGlobe_buttonContainer__XVJDq .EventGlobe_buttonContainerInner__VN944 .EventGlobe_backButton__kSA4X{width:90px;height:44px;border-radius:300px;position:absolute;left:-94px;background-color:rgba(0,0,0,.6196078431);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.EventGlobe_wrapper__znVs9 .EventGlobe_buttonContainer__XVJDq .EventGlobe_buttonContainerInner__VN944 .EventGlobe_backButton__kSA4X:dir(rtl){flex-direction:row}.EventGlobe_wrapper__znVs9 .EventGlobe_buttonContainer__XVJDq .EventGlobe_buttonContainerInner__VN944 .EventGlobe_backButton__kSA4X:dir(rtl) svg{transform:rotate(180deg)}.EventGlobe_wrapper__znVs9 .EventGlobe_buttonContainer__XVJDq .EventGlobe_buttonContainerInner__VN944 .EventGlobe_iconButton__QcNVH{width:44px;aspect-ratio:1;color:inherit;background-color:rgba(0,0,0,.6196078431);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);flex-shrink:0}.EventGlobe_wrapper__znVs9 .EventGlobe_buttonContainer__XVJDq .EventGlobe_buttonContainerInner__VN944 .EventGlobe_iconButton__QcNVH svg{width:21px;height:21px}.EventGlobe_wrapper__znVs9 .EventGlobe_buttonContainer__XVJDq .EventGlobe_buttonContainerInner__VN944 .EventGlobe_toggle3dButton__HzF6n{position:absolute;right:-48px}.EventGlobe_wrapper__znVs9 .EventGlobe_buttonContainer__XVJDq .EventGlobe_buttonContainerInner__VN944 .EventGlobe_hiddenButton__DSVaY{visibility:hidden;opacity:0;transition:opacity .2s,visibility 0s}.EventGlobe_wrapper__znVs9 .EventGlobe_buttonContainer__XVJDq .EventGlobe_buttonContainerInner__VN944 .EventGlobe_showButton__q0plg{visibility:visible;opacity:1}.EventGlobe_wrapper__znVs9 .EventGlobe_map__ovwuj{font-family:Manrope}.EventGlobe_wrapper__znVs9 .EventGlobe_map__ovwuj .mapboxgl-ctrl-bottom-left{bottom:var(--main-page-globe-center-offset);left:20px}.EventGlobe_wrapper__znVs9 .EventGlobe_map__ovwuj .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl{margin:0}.EventGlobe_wrapper__znVs9 .EventGlobe_map__ovwuj .mapboxgl-ctrl-bottom-right{bottom:var(--main-page-globe-center-offset);right:20px;z-index:20}.EventGlobe_wrapper__znVs9 .EventGlobe_map__ovwuj .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl-attrib:not(.mapboxgl-compact){border-radius:3px}.EventGlobe_wrapper__znVs9 .EventGlobe_map__ovwuj .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl-attrib.mapboxgl-compact{margin:0}.ProfileImageEditorModal .dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;border:3px dashed #d2d2d2;height:300px;font-weight:500}.ProfileImageEditorModal .dropzone__title{font-size:18px}.ProfileImageEditorModal .dropzone label{color:#2c44da;cursor:pointer;font-weight:600}.ProfileImageEditorModal .dropzone input{position:absolute;visibility:hidden}.ProfileImageEditorModal .editor{display:flex;flex-direction:column;gap:24px}.ProfileImageEditorModal .editor__crop-field{max-height:450px;margin:auto}.ProfileImageEditorModal .editor__crop-field .ReactCrop__drag-elements{height:100%}.ProfileImageEditorModal .editor__modifiers{display:flex;flex-direction:column;gap:12px}.ProfileImageEditorModal .editor__modifiers .modifier{display:flex;flex-direction:row;align-items:center;gap:12px;width:100%}.ProfileImageEditorModal .editor__modifiers .modifier__title{width:65px;min-width:65px;word-break:break-all}.ProfileImageEditorModal .editor__modifiers .modifier__input{width:100%}.ProfileImageEditorModal .editor__modifiers .modifier__value{width:40px;min-width:40px;display:block;text-align:center}.ProfileImageEditorModal .editor__modifiers .modifier button{display:inline-block;width:auto;padding:0}.ProfileImageEditorModal .editor__buttons{display:flex;flex-direction:row;align-items:center;justify-content:flex-end}.ProfileImageEditorModal .editor__buttons button{width:auto}:root{--main-page-globe-center-offset:0px}.ClientSearchedEvents_loadingMore__UZZdO{width:100%;height:60px;display:flex;align-items:center;justify-content:center;margin:15px 0}.EventOffers_container__oobPV{display:flex;flex-direction:column;gap:15px}.EventOffers_loaderWrapper__tFcVp{display:flex;justify-content:center;align-items:center;padding:10px 0}.EventOffers_balance__uwijK{color:#7f7bff;text-align:center;font-family:Proxima Nova;font-size:14px;font-weight:600;line-height:131%;letter-spacing:-.56px}.Card{background-color:rgba(255,255,255,.4);padding:12px 14px;border-radius:6px}.RouteButton{flex-shrink:0}.RouteButton__menu{display:inline-block;background:#fff;box-shadow:0 0 8px rgba(0,0,0,.15);border-radius:8px;font-weight:500;z-index:1;opacity:1;transition:visibility .1s linear,opacity .1s linear}.RouteButton__menu__arrow{position:absolute;width:8px;height:8px;background:rgba(0,0,0,0)}.RouteButton__menu__arrow:before{content:"";transform:rotate(45deg);position:absolute;width:8px;height:8px;background:#fff;box-shadow:-3px -3px 8px rgba(0,0,0,.25)}.RouteButton__menu li:first-child:hover~.Menu__arrow:before{background:#f3f4f6}.RouteButton__menu li{border-radius:8px;cursor:pointer}.RouteButton__menu li button{font-size:14px;padding:14px 16px}.RouteButton__menu li:hover{background:#f3f4f6}.RouteButton__menu[data-popper-placement^=top]>.Menu__arrow{bottom:-4px}.RouteButton__menu[data-popper-placement^=top]>.Menu__arrow:before{box-shadow:3px 3px 8px rgba(0,0,0,.15)}.RouteButton__menu[data-popper-placement^=bottom]>.Menu__arrow{top:-4px}.RouteButton__menu.hidden,.RouteButton__menu[data-popper-reference-hidden^=true]{opacity:0;visibility:hidden;pointer-events:none}.Button{display:block;width:100%;background:rgba(0,0,0,0);border:none;border-radius:8px;padding:12px;font-style:normal;font-weight:800;font-size:13px;line-height:18px;cursor:pointer;transition:.3s}.Button:disabled{cursor:default}.Button.withIcon{display:flex;align-items:center;justify-content:center;gap:6px}.Button--filled{color:#fff}.Button--filled.Button--black{background:#000}.Button--filled.Button--primary{background:#2c44da}.Button--filled:disabled{background:#d2d2d2}.Button--filled.Button--primary:disabled{background:#d5d6df;color:rgba(44,68,218,.6)}.Button--outlined{border-style:solid}.Button--outlined.Button--black{color:#000;border-color:#000;border-width:1px}.Button--outlined.Button--primary{color:#2c44da;border-color:#2c44da;border-width:1px}.Button--outlined:disabled{color:#d2d2d2;border-color:#d2d2d2}.Button--text.Button--black{color:#000}.Button--text.Button--primary{color:#2c44da}.Button--text:disabled{color:#d2d2d2}.Button .Loader{max-height:18px;max-width:18px;margin:auto}.Button .Loader__circle{border-width:3px;padding-bottom:calc(100% - 6px)}.Button .Loader__logo{display:none}.EntityOffers_container___lmrM{margin-bottom:22px}.EntityOffersNear_container__PuL78{margin:30px 0}.EntityInfo_checkInModal__i4Yhw{padding:0!important}.EntityTitle_additionalInfo__tpqCI{display:flex;align-items:center;gap:10px}.EntityTitle_additionalInfo__tpqCI .EntityTitle_distanceText__oxCe7{font-size:14px}.EntityTitle_additionalInfo__tpqCI .EntityTitle_objectType__cuo8u{color:#999;font-family:Manrope;font-weight:500;font-size:14px;line-height:140%}.EntityMiniDescription_wrapper__Z7mp5{display:flex;gap:20px}.EntityMiniDescription_wrapper__Z7mp5 .EntityMiniDescription_entityImageWrapper__AoXVd{position:relative;width:130px;height:130px;flex-shrink:0}.EntityMiniDescription_wrapper__Z7mp5 .EntityMiniDescription_entityImageWrapper__AoXVd .EntityMiniDescription_entityImage__voYiO{width:inherit;height:inherit;border-radius:8px;overflow:hidden}.EntityMiniDescription_wrapper__Z7mp5 .EntityMiniDescription_entityImageWrapper__AoXVd .EntityMiniDescription_entityImage__voYiO img{width:100%;height:100%;object-fit:cover;overflow-clip-margin:unset}.EntityMiniDescription_wrapper__Z7mp5 .EntityMiniDescription_entityImageWrapper__AoXVd .EntityMiniDescription_entityNftImage__Vj5_5{width:54px;height:82px;box-shadow:0 3.29px 36px 0 rgba(0,0,0,.2509803922);outline:3px solid #fff;border-radius:4px;overflow:hidden;position:absolute;top:-4px;right:-4px;transform:rotate(-10deg)}.EntityMiniDescription_wrapper__Z7mp5 .EntityMiniDescription_entityImageWrapper__AoXVd .EntityMiniDescription_entityNftImage__Vj5_5 img{width:100%;height:100%;object-fit:cover;overflow-clip-margin:unset}.EntityMiniDescription_wrapper__Z7mp5 .EntityMiniDescription_descriptionWrapper__XN6oj{display:flex;flex-direction:column}.EntityMiniDescription_wrapper__Z7mp5 .EntityMiniDescription_descriptionWrapper__XN6oj .EntityMiniDescription_description__O7ibR{font-family:Manrope;font-weight:500;font-size:14px;line-height:140%}.EntityMiniDescription_wrapper__Z7mp5 .EntityMiniDescription_descriptionWrapper__XN6oj .EntityMiniDescription_locationWrapper__1_mJ5{display:flex;align-items:center;gap:4px;margin-top:auto}.EntityMiniDescription_wrapper__Z7mp5 .EntityMiniDescription_descriptionWrapper__XN6oj .EntityMiniDescription_locationWrapper__1_mJ5 .EntityMiniDescription_locationIcon__9bfZ1{flex-shrink:0;width:16px;height:16px;stroke:#999}.EntityMiniDescription_wrapper__Z7mp5 .EntityMiniDescription_descriptionWrapper__XN6oj .EntityMiniDescription_locationWrapper__1_mJ5 .EntityMiniDescription_location__IKoAv{font-family:Manrope;font-weight:500;font-size:12px;line-height:140%;color:#999}.EntityCheckIn_wrapper__mC6wl{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.EntityCheckIn_wrapper__mC6wl .EntityCheckIn_text__COR28{font-family:Manrope;font-weight:500;font-size:12px;text-align:center}.EntityCheckIn_checkInButton__LbQ4u{border-radius:40px}.SignUpForm_buttons__GS8A6,.SignUpForm_inputs__UWmGE,.SignUpForm_registerPage__vKkqn{display:flex;flex-direction:column;gap:16px}.SignUpForm_buttons__GS8A6{margin-top:10px}.SignUpForm_link__FDJpn{font-weight:700;color:#2c44da}.SignUpForm_link__FDJpn:visited{color:#2c44da}.FilterButtons_container__nopg2{display:flex;gap:4px;align-items:center}.FilterButtons_container__nopg2 *{-webkit-user-select:none;-moz-user-select:none;user-select:none}.FilterButtons_button__0hBge{display:flex;align-items:center;gap:8px;font-family:Manrope;font-weight:500;font-size:12px;line-height:11.5px;letter-spacing:0;vertical-align:middle;padding:10px;background-color:rgba(0,0,0,0);border:1px solid #e0e0e0;border-radius:4px;cursor:pointer}.FilterButtons_buttonActive__yTOlN{background-color:#f5f3fc;border-color:#f5f3fc;color:#653bfd}.FilterButtons_buttonActive__yTOlN svg{fill:#653bfd}.FilterButtons_filterContainer__Sg9nY{position:relative}.FilterButtons_filters__L0zCB{position:absolute;bottom:0;left:0;transform:translateY(calc(8px + 100%));display:flex;flex-direction:column;width:176px;padding:12px 10px;box-shadow:0 3px 80px 0 rgba(0,0,0,.4);border-radius:4px;z-index:-1;background-color:#fff;border:1px solid #f3f3f3;opacity:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:opacity .3s}.FilterButtons_opened__UtO0x{opacity:1;-webkit-user-select:all;-moz-user-select:all;user-select:all;z-index:1}.FilterButtons_input__9gLfH{padding:10px 0}.FilterButtons_sortBy__IxpF5{display:flex;align-items:center;justify-content:space-between;padding:14px 10px;border-radius:4px;background-color:#f6f6f6}.FilterButtons_sortBy__IxpF5 p{font-family:Proxima Nova;font-weight:600;font-size:12px;line-height:10px;letter-spacing:-2%}.FilterButtons_sortBy__IxpF5 p span{font-weight:400}.FilterButtons_sortBy__IxpF5 img{transition:transform .3s}:dir(rtl) .FilterButtons_filters__L0zCB{left:unset;right:0}.ResetPasswordForm_buttons__PBcln,.ResetPasswordForm_form__SMbmq,.ResetPasswordForm_inputs__UORhA{display:flex;flex-direction:column;gap:16px}.ResetPasswordForm_link__dkFjR{font-weight:700;color:#2c44da}.ResetPasswordForm_link__dkFjR:visited{color:#2c44da}.ResetPasswordForm_resend__rvx95{font-weight:400}.ResetPasswordForm_resend__rvx95,.ResetPasswordForm_resend__rvx95 button{font-family:Proxima Nova;font-size:14px;font-style:normal;line-height:140%;letter-spacing:-.28px}.ResetPasswordForm_resend__rvx95 button{font-weight:600;cursor:pointer;border:none;background-color:rgba(0,0,0,0)}.ReactCrop{position:relative;display:inline-block;cursor:crosshair;overflow:hidden;max-width:100%}.ReactCrop *,.ReactCrop :after,.ReactCrop :before{box-sizing:border-box}.ReactCrop--disabled,.ReactCrop--locked{cursor:inherit}.ReactCrop__child-wrapper{max-height:inherit}.ReactCrop__child-wrapper>img,.ReactCrop__child-wrapper>video{display:block;max-width:100%;max-height:inherit}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>img,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>video,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__crop-selection{touch-action:none}.ReactCrop__crop-selection{position:absolute;top:0;left:0;transform:translateZ(0);cursor:move;box-shadow:0 0 0 9999em #00000080}.ReactCrop--disabled .ReactCrop__crop-selection{cursor:inherit}.ReactCrop--circular-crop .ReactCrop__crop-selection{border-radius:50%}.ReactCrop--no-animate .ReactCrop__crop-selection{outline:1px dashed white}.ReactCrop__crop-selection:not(.ReactCrop--no-animate .ReactCrop__crop-selection){animation:marching-ants 1s;background-image:linear-gradient(90deg,#fff 50%,#444 0),linear-gradient(90deg,#fff 50%,#444 0),linear-gradient(180deg,#fff 50%,#444 0),linear-gradient(180deg,#fff 50%,#444 0);background-size:10px 1px,10px 1px,1px 10px,1px 10px;background-position:0 0,0 100%,0 0,100% 0;background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;color:#fff;animation-play-state:running;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}.ReactCrop__crop-selection:focus{outline:none;border-color:#00f;border-style:solid}.ReactCrop--invisible-crop .ReactCrop__crop-selection{display:none}.ReactCrop__rule-of-thirds-hz:after,.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-vt:before{content:"";display:block;position:absolute;background-color:#fff6}.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-vt:before{width:1px;height:100%}.ReactCrop__rule-of-thirds-vt:before{left:33.3333333333%}.ReactCrop__rule-of-thirds-vt:after{left:66.6666666667%}.ReactCrop__rule-of-thirds-hz:after,.ReactCrop__rule-of-thirds-hz:before{width:100%;height:1px}.ReactCrop__rule-of-thirds-hz:before{top:33.3333333333%}.ReactCrop__rule-of-thirds-hz:after{top:66.6666666667%}.ReactCrop__drag-handle{position:absolute}.ReactCrop__drag-handle:after{position:absolute;content:"";display:block;width:10px;height:10px;background-color:#0003;border:1px solid rgba(255,255,255,.7);outline:1px solid transparent}.ReactCrop__drag-handle:focus:after{border-color:#00f;background:#2dbfff}.ReactCrop .ord-nw{top:0;left:0;margin-top:-5px;margin-left:-5px;cursor:nw-resize}.ReactCrop .ord-nw:after{top:0;left:0}.ReactCrop .ord-n{top:0;left:50%;margin-top:-5px;margin-left:-5px;cursor:n-resize}.ReactCrop .ord-n:after{top:0}.ReactCrop .ord-ne{top:0;right:0;margin-top:-5px;margin-right:-5px;cursor:ne-resize}.ReactCrop .ord-ne:after{top:0;right:0}.ReactCrop .ord-e{top:50%;right:0;margin-top:-5px;margin-right:-5px;cursor:e-resize}.ReactCrop .ord-e:after{right:0}.ReactCrop .ord-se{bottom:0;right:0;margin-bottom:-5px;margin-right:-5px;cursor:se-resize}.ReactCrop .ord-se:after{bottom:0;right:0}.ReactCrop .ord-s{bottom:0;left:50%;margin-bottom:-5px;margin-left:-5px;cursor:s-resize}.ReactCrop .ord-s:after{bottom:0}.ReactCrop .ord-sw{bottom:0;left:0;margin-bottom:-5px;margin-left:-5px;cursor:sw-resize}.ReactCrop .ord-sw:after{bottom:0;left:0}.ReactCrop .ord-w{top:50%;left:0;margin-top:-5px;margin-left:-5px;cursor:w-resize}.ReactCrop .ord-w:after{left:0}.ReactCrop__disabled .ReactCrop__drag-handle{cursor:inherit}.ReactCrop__drag-bar{position:absolute}.ReactCrop__drag-bar.ord-n{top:0;left:0;width:100%;height:6px;margin-top:-3px}.ReactCrop__drag-bar.ord-e{right:0;top:0;width:6px;height:100%;margin-right:-3px}.ReactCrop__drag-bar.ord-s{bottom:0;left:0;width:100%;height:6px;margin-bottom:-3px}.ReactCrop__drag-bar.ord-w{top:0;left:0;width:6px;height:100%;margin-left:-3px}.ReactCrop--fixed-aspect .ReactCrop__drag-bar,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w,.ReactCrop--new-crop .ReactCrop__drag-bar,.ReactCrop--new-crop .ReactCrop__drag-handle{display:none}@media (pointer:coarse){.ReactCrop .ord-e,.ReactCrop .ord-n,.ReactCrop .ord-s,.ReactCrop .ord-w{display:none}.ReactCrop__drag-handle{width:24px;height:24px}}.BasicLayout_layout__jEHsi{padding-bottom:100px}.BasicLayout_layout__jEHsi.BasicLayout_resetPadding__kNymr{padding:0}.Header_header__CcHKO{position:-webkit-sticky;position:sticky;top:0;z-index:1010;display:flex;align-items:center;justify-content:space-between;transform:translateZ(0);padding:0 20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin-bottom:20px;background-color:#f9f9f9}.Header_home__WpQXt{background-color:#f2f2f2}.Header_event__LDuDe{background-color:rgba(0,0,0,0);border-bottom:1px solid #d3d3d3}@media(max-width:991px){.Header_event__LDuDe{-webkit-backdrop-filter:unset;backdrop-filter:unset;border-bottom:unset;margin-bottom:0;position:relative}.Header_event__LDuDe .Header_logoWhite__Lx3it{display:inline}.Header_event__LDuDe .Header_logoBlack__zZkyv{display:none}.Header_entity__USqBp{position:-webkit-sticky;position:sticky;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #d3d3d3;margin-bottom:20px}.Header_entity__USqBp .Header_logoWhite__Lx3it{display:none}.Header_entity__USqBp .Header_logoBlack__zZkyv{display:unset}}.Header_logo__IXOSe{min-width:200px}.Header_logoWhite__Lx3it{display:none}.Header_profile__iZWGH{display:flex;align-items:center;gap:16px;justify-content:flex-end;min-width:200px}@media(max-width:991px){.Header_profile__iZWGH{display:none}}.Header_desktopNav__qMSZB{display:flex;gap:30px}@media(max-width:991px){.Header_desktopNav__qMSZB{display:none}}.Header_desktopNav__qMSZB .Header_navLink__mzsyp{position:relative;height:64px;line-height:64px;color:#000;font-family:Manrope;font-size:16px;font-weight:700;letter-spacing:-.32px;border-bottom:3px solid rgba(0,0,0,0);transition:border-color .1s,color .1s}.Header_desktopNav__qMSZB .Header_navLink__mzsyp:hover{color:#7f7bff}.Header_desktopNav__qMSZB .Header_active__90Fw6{color:#7f7bff!important;border-color:#7f7bff}.MenuButton_container__wTdOU{position:relative}.MenuButton_button__DhCR8{display:flex;align-items:center;gap:6px;color:#000;font-family:Manrope;font-size:14px;font-weight:600;line-height:14px;letter-spacing:-.48px;background-color:rgba(0,0,0,0);padding:15px 10px;transition:opacity .1s}.MenuButton_button__DhCR8:hover{opacity:.5}.MenuButton_menu__3qhXV{position:absolute;bottom:0;right:0;transform:translateY(100%);min-width:184px;width:max-content;padding:10px;border-radius:4px;background:#fff;box-shadow:0 4px 15.8px 0 rgba(0,0,0,.15);display:flex;flex-direction:column;gap:5px;opacity:0;pointer-events:none;transition:opacity .2s ease-in-out}.MenuButton_menu__3qhXV hr{margin:0;background-color:#f0f0f0;border:none;height:1px}.MenuButton_opened__1KrBs{opacity:1;pointer-events:all}:dir(rtl) .MenuButton_menu__3qhXV{right:unset;left:0}.styles_link__jXw8d{display:flex;align-items:center;gap:12px;color:#272c30;font-family:Proxima Nova;font-size:14px;font-style:normal;font-weight:600;line-height:10px;letter-spacing:-.28px;padding:11px 7px;border-radius:4px;transition:background-color .1s,color .1s}.styles_link__jXw8d:hover{background-color:#f2f3ff}.styles_link__jXw8d:visited{color:#272c30}.styles_mobileLink__xZg_s{display:flex;align-items:center;gap:12px;color:#404854;font-family:Proxima Nova;font-size:16px;font-style:normal;font-weight:600;line-height:10px;letter-spacing:-.32px;height:56px;padding:0 24px;transition:background-color .1s,color .1s}.styles_mobileLink__xZg_s:hover{background-color:#f3f4f6}.styles_mobileLink__xZg_s:visited{color:#272c30}.styles_activeMobile__WXOOR,.styles_activeMobile__WXOOR:visited{color:#7056ff}.styles_activeMobile__WXOOR svg path{fill:#7056ff}.styles_active__aalE2{background-color:#f2f3ff;color:#7056ff}.styles_active__aalE2:visited{color:#7056ff}.styles_active__aalE2 svg path{fill:#7056ff}.styles_authButton__14hqv{padding:10px;border-radius:4px;text-align:center;font-family:Proxima Nova;font-size:14px;font-style:normal;font-weight:600;line-height:140%;letter-spacing:-.28px}.styles_logout__lVIzV{display:flex;gap:12px;align-items:center;background-color:rgba(0,0,0,0);color:#ff5d6d;transition:background-color .1s}.styles_logout__lVIzV:hover{background-color:#fff4f4}.styles_login__5a_9J{background-color:#2c44da;color:#fff;width:100%;height:100%;transition:background-color .1s}.styles_login__5a_9J:hover{background-color:#7056ff}.styles_profile__CJQQB{display:flex;gap:10px;cursor:pointer;padding-bottom:8px}.styles_profile__CJQQB p{display:flex;flex-direction:column;gap:2px;max-width:calc(100% - 42px)}.styles_profile__CJQQB .styles_profileImage__8b_JU{width:32px;height:32px;border-radius:50%;object-fit:cover}.styles_profile__CJQQB .styles_profileName__ArHQn{color:#000;font-family:Manrope;font-size:14px;font-style:normal;font-weight:600;line-height:120%;letter-spacing:-.56px;text-overflow:ellipsis;overflow:hidden}.styles_profile__CJQQB .styles_notConfirmed___o__H{color:#f74e38;font-family:Proxima Nova;font-size:11px;font-style:normal;font-weight:600;line-height:120%;letter-spacing:-.22px}.styles_profile__CJQQB .styles_settings__DYax0{display:flex;align-items:flex-start;gap:2px;color:#999;font-family:Manrope;font-size:12px;font-style:normal;font-weight:500;line-height:117%;letter-spacing:-.48px;transition:color .1s}.styles_profile__CJQQB .styles_settings__DYax0 svg path{transition:stroke .1s}.styles_profile__CJQQB .styles_settings__DYax0:hover{color:#7f7bff}.styles_profile__CJQQB .styles_settings__DYax0:hover svg path{stroke:#7f7bff}.MobileMenu_container__CvNye{position:fixed;height:100dvh;width:100%;inset:0;z-index:1011;opacity:0;pointer-events:none;overflow-x:hidden;transition:opacity .3s ease-in-out}@media(min-width:992px){.MobileMenu_container__CvNye{display:none}}.MobileMenu_container__CvNye .MobileMenu_background__0099F{position:absolute;background:rgba(35,35,35,.5);-webkit-backdrop-filter:blur(5.0999999046px);backdrop-filter:blur(5.0999999046px);inset:0}.MobileMenu_container__CvNye .MobileMenu_menu__Txwex{position:absolute;left:0;top:0;bottom:0;background-color:#fff;width:300px;border-radius:0 13px 13px 0;transform:translateX(-100%);transition:transform .3s ease-in-out;overflow:auto}.MobileMenu_container__CvNye .MobileMenu_authButton__oMv_y{display:flex;align-items:center;height:48px;padding:0 14px}.MobileMenu_container__CvNye .MobileMenu_profile__Z0hWn{padding:24px}.MobileMenu_container__CvNye hr{margin:0;border:none;height:1px!important;background-color:#f0f0f0}.MobileMenu_container__CvNye .MobileMenu_languageSelector__lIhuM{padding:0 24px;display:flex;align-items:center;height:56px}.MobileMenu_burger__bgl_D{position:relative;display:flex;flex-direction:column;justify-content:center;gap:4px;height:64px;padding:0 5px;background-color:rgba(0,0,0,0);z-index:1012}@media(min-width:992px){.MobileMenu_burger__bgl_D{display:none}}.MobileMenu_burger__bgl_D i{height:2px;background-color:#272c30;width:24px}.MobileMenu_burgerEvent__E1EmM i,.MobileMenu_burgerOpened__GStY7 i{background-color:#fff}.MobileMenu_opened__WjCry{pointer-events:all;opacity:1}.MobileMenu_opened__WjCry .MobileMenu_menu__Txwex{transform:translateX(0)}.NavigationFooter_container___pO2D{position:fixed;bottom:0;width:100%;display:grid;grid-template-columns:repeat(4,1fr);background:rgba(255,255,255,.8);box-shadow:0 2px 32.1px 7px rgba(0,0,0,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1001}@media(min-width:992px){.NavigationFooter_container___pO2D{display:none}}.NavigationFooter_link__7ps_d{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:8px 0 16px;color:#4d4d4d;font-family:Manrope;font-size:12px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:-.6px}.NavigationFooter_link__7ps_d svg{height:24px;width:24px}.NavigationFooter_link__7ps_d svg path{fill:#4d4d4d}.NavigationFooter_link__7ps_d:visited{color:#4d4d4d}.NavigationFooter_active__sP1We,.NavigationFooter_active__sP1We:visited{color:#2c44da}.NavigationFooter_active__sP1We svg path{fill:#2c44da}.Footer_wrapper__as84c{border-radius:16px}.Footer_wrapper__as84c .Footer_inner__ag3u8{padding:60px 60px 40px;background-color:#1c1c29;color:#fff;border-radius:inherit}.Footer_wrapper__as84c .Footer_inner__ag3u8 .Footer_topPart__29KkR{display:flex;justify-content:space-between;align-items:start;padding-bottom:36px;border-bottom:1px solid rgba(255,255,255,.1019607843)}.Footer_wrapper__as84c .Footer_inner__ag3u8 .Footer_topPart__29KkR .Footer_logoWrapper__HrqzG{width:100%;max-width:270px;min-width:150px}.Footer_wrapper__as84c .Footer_inner__ag3u8 .Footer_topPart__29KkR .Footer_logoWrapper__HrqzG img{width:100%;height:100%;object-fit:contain}.Footer_wrapper__as84c .Footer_inner__ag3u8 .Footer_topPart__29KkR .Footer_linksWrapper__ME2GG{display:flex;gap:100px}.Footer_wrapper__as84c .Footer_inner__ag3u8 .Footer_topPart__29KkR .Footer_linksWrapper__ME2GG .Footer_links__HETBM{display:flex;flex-direction:column;gap:12px}.Footer_wrapper__as84c .Footer_inner__ag3u8 .Footer_topPart__29KkR .Footer_linksWrapper__ME2GG .Footer_links__HETBM .Footer_link__kw76l{font-family:Manrope;font-weight:400;font-size:18px;line-height:120%}.Footer_wrapper__as84c .Footer_inner__ag3u8 .Footer_topPart__29KkR .Footer_linksWrapper__ME2GG .Footer_contactInfo__viWPs{display:flex;flex-direction:column;gap:12px}.Footer_wrapper__as84c .Footer_inner__ag3u8 .Footer_topPart__29KkR .Footer_linksWrapper__ME2GG .Footer_contactInfo__viWPs .Footer_infoItem__WBTVW{font-family:Manrope;font-weight:400;font-size:18px;line-height:120%}.Footer_wrapper__as84c .Footer_inner__ag3u8 .Footer_topPart__29KkR .Footer_linksWrapper__ME2GG .Footer_contactInfo__viWPs .Footer_infoItem__WBTVW .Footer_itemLabel__pmi82{margin-bottom:8px;color:rgba(255,255,255,.6)}.Footer_wrapper__as84c .Footer_inner__ag3u8 .Footer_bottomPart__6jYmj{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:36px}.Footer_wrapper__as84c .Footer_inner__ag3u8 .Footer_bottomPart__6jYmj .Footer_socialMediaIcons__BRtxL{display:flex;align-items:center;gap:12px;flex-shrink:0}.Footer_wrapper__as84c .Footer_inner__ag3u8 .Footer_bottomPart__6jYmj .Footer_links__HETBM{display:flex;align-items:center;gap:40px}.Footer_wrapper__as84c .Footer_inner__ag3u8 .Footer_bottomPart__6jYmj .Footer_links__HETBM .Footer_link__kw76l{font-family:Manrope;font-weight:500;font-size:14px;line-height:150%}.Footer_wrapper__as84c .Footer_inner__ag3u8 .Footer_bottomPart__6jYmj .Footer_copyright__dNGNG{font-family:Manrope;font-weight:500;font-size:14px;line-height:150%;text-align:right}@media(max-width:1200px){.Footer_wrapper__as84c .Footer_inner__ag3u8{padding:50px}.Footer_wrapper__as84c .Footer_inner__ag3u8 .Footer_topPart__29KkR{flex-direction:column;align-items:center;padding-bottom:16px;border-bottom:unset}.Footer_wrapper__as84c .Footer_inner__ag3u8 .Footer_topPart__29KkR .Footer_logoWrapper__HrqzG{max-width:136px;margin-bottom:30px}.Footer_wrapper__as84c .Footer_inner__ag3u8 .Footer_topPart__29KkR .Footer_linksWrapper__ME2GG{flex-direction:column;align-items:center;gap:16px}.Footer_wrapper__as84c .Footer_inner__ag3u8 .Footer_topPart__29KkR .Footer_linksWrapper__ME2GG .Footer_links__HETBM{flex-direction:row;justify-content:center;flex-wrap:wrap}.Footer_wrapper__as84c .Footer_inner__ag3u8 .Footer_topPart__29KkR .Footer_linksWrapper__ME2GG .Footer_contactInfo__viWPs{flex-direction:row}.Footer_wrapper__as84c .Footer_inner__ag3u8 .Footer_topPart__29KkR .Footer_linksWrapper__ME2GG .Footer_contactInfo__viWPs .Footer_infoItem__WBTVW{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.Footer_wrapper__as84c .Footer_inner__ag3u8 .Footer_topPart__29KkR .Footer_linksWrapper__ME2GG .Footer_contactInfo__viWPs .Footer_infoItem__WBTVW .Footer_itemLabel__pmi82{margin-bottom:0;flex-shrink:0}.Footer_wrapper__as84c .Footer_inner__ag3u8 .Footer_bottomPart__6jYmj{flex-direction:column;gap:0;margin-top:0}.Footer_wrapper__as84c .Footer_inner__ag3u8 .Footer_bottomPart__6jYmj .Footer_socialMediaIcons__BRtxL{padding:20px 0;margin-bottom:16px}.Footer_wrapper__as84c .Footer_inner__ag3u8 .Footer_bottomPart__6jYmj .Footer_links__HETBM{max-width:250px;justify-content:center;flex-wrap:wrap;gap:8px;order:3;color:#999}.Footer_wrapper__as84c .Footer_inner__ag3u8 .Footer_bottomPart__6jYmj .Footer_copyright__dNGNG{order:2;margin-bottom:12px;text-align:center}}@font-face{font-family:KharkivTone;src:local("KharkivTone"),url(/_next/static/media/KharkivTone.513d2c81.woff2) format("woff2");font-weight:400}@font-face{font-family:Proxima Nova;src:url(/_next/static/media/proximanova_regular.e88eac31.ttf);font-weight:400}@font-face{font-family:Proxima Nova;src:url("/_next/static/media/Proxima Nova Semibold.2bd4288c.otf");font-weight:600}@font-face{font-family:Proxima Nova;src:url(/_next/static/media/proximanova_light.31a08273.otf);font-weight:300}.LoyaltyPage_LoyaltyPage__EDuHq{min-height:100vh;padding:0}.LoyaltyPage_LoyaltyPage__container__TaCsS{max-width:1200px;margin:0 auto;padding:0 20px}.LoyaltyPage_LoyaltyPage__content__fZ1_2{width:100%;min-height:600px}@media(max-width:768px){.LoyaltyPage_LoyaltyPage__title__cqezK{font-size:2rem}.LoyaltyPage_LoyaltyPage__container__TaCsS{padding:0 15px}}.LoyaltyPage_loader__E_ROP{width:36px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}