: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)}}.EntityPOSInfo_container__jQszk a{word-break:break-all!important}.EntityPOSInfo_container__jQszk img{min-width:18px!important}.EntityPOSInfo_title__nJ_j8{display:flex;align-items:center;gap:8px}.EntityPOSInfo_title__nJ_j8 a,.EntityPOSInfo_title__nJ_j8 p{font-weight:600;font-size:16px;line-height:140%}.EntityPOSInfo_title__nJ_j8 .EntityPOSInfo_iconWrapper__hVK38{flex-shrink:0}.EntityPOSInfo_row__N4WAg{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid #e4e4e4}.EntityPOSInfo_menu__9EpSA{display:flex;align-items:center;gap:4px;font-weight:600;font-size:14px;line-height:19.6px;color:#999!important}.EntityPOSInfo_hours__CNm_R{display:flex;flex-direction:column;padding-top:8px;gap:4px;padding-left:30px}.EntityPOSInfo_hour__CKlGb{display:flex;justify-content:space-between;color:#4d4d4d;align-items:center}.EntityPOSInfo_hour__CKlGb .EntityPOSInfo_day__zuC0k{text-transform:capitalize;font-weight:600;font-size:16px;line-height:22.4px}.EntityPOSInfo_hour__CKlGb .EntityPOSInfo_time__xgKhU{font-weight:400;font-size:16px;line-height:22.4px}.EntityPOSInfo_button__4Tajo{cursor:pointer;display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,0);transition:transform .5s}.EntityPOSInfo_closed__tb9Th{transform:rotate(180deg)}.DraggableSheet_sheet__QkPwS{position:absolute;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_handleContainer__1Lt_3{display:flex;justify-content:center;padding:8px 8px 16px;cursor:-webkit-grab;cursor:grab}.DraggableSheet_handle__tIYi5{width:32px;height:3px;background-color:#434343;border-radius:6px}.DraggableSheet_content__suQrW{padding:0 16px 16px;max-height:80dvh;overflow-y:auto}@media(max-width:576px){.DraggableSheet_content__suQrW{max-height:65dvh}}.EntityMarker_entityMarker__7FIvI{position:relative;cursor:pointer}.EntityMarker_entityMarker__7FIvI .EntityMarker_imageWrapper__TojMk{width:64px;height:64px;display:flex;justify-content:center;align-items:center;box-shadow:0 3.29px 36px 0 rgba(0,0,0,.2509803922);outline:3px solid #fff;border-radius:50%;overflow:hidden}.EntityMarker_entityMarker__7FIvI .EntityMarker_imageWrapper__TojMk img{width:100%;height:100%;object-fit:cover}.EntityMarker_entityMarker__7FIvI .EntityMarker_visitedCheckBadge__HnEp1{width:20px;height:20px;background-color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;position:absolute;top:0;right:0;z-index:1}.EntityMarker_entityMarker__7FIvI .EntityMarker_visitedCheckBadge__HnEp1 svg{width:18px;height:18px}.EntityMarker_entityMarker__7FIvI p{position:absolute;top:50%;left:calc(100% + 8px);transform:translateY(-50%);width:125px;text-shadow:1px 1px 0 #fff,-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff;color:#7056ff;font-family:Manrope;font-weight:600;font-size:12px;line-height:130%}.EntityMarker_entityMarker__7FIvI.EntityMarker_shrunk__tgXSn .EntityMarker_imageWrapper__TojMk{width:24px;height:24px;transform:rotate(45deg);border-radius:unset;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-left-radius:50%;border-bottom-right-radius:20%}.EntityMarker_entityMarker__7FIvI.EntityMarker_shrunk__tgXSn .EntityMarker_imageWrapper__TojMk svg{width:16px;height:16px;transform:rotate(-45deg)}.EntityMarker_entityMarker__7FIvI.EntityMarker_shrunk__tgXSn.EntityMarker_poi__Lba7O .EntityMarker_imageWrapper__TojMk{background-color:#7056ff}.EntityMarker_entityMarker__7FIvI.EntityMarker_shrunk__tgXSn.EntityMarker_pos__mhJUB .EntityMarker_imageWrapper__TojMk{background-color:#ffb52b}.ClusterMarker_cluster-marker__gspc5{width:40px;height:40px;padding:3px;border-radius:50%;background:#2c44da;display:flex;justify-content:center;align-items:center;cursor:pointer}.ClusterMarker_cluster-text__VuUTK{color:#fff;font-size:20px}.Toolbar_floatingWrapper__S_bhu{display:flex;justify-content:space-between;gap:16px;position:fixed;left:16px;right:16px;bottom:calc(100% + 16px);z-index:10}.Toolbar_messagesWrapper__MZlCd{width:100%}.Toolbar_buttonsWrapper__TCsHM,.Toolbar_messagesWrapper__MZlCd{display:flex;flex-direction:column;margin-top:auto;gap:16px}.EntityView_wrapper__c_FMD{display:flex;flex-direction:column;gap:18px}.EntityView_wrapper__c_FMD .EntityView_title__j5gh0{font-family:Manrope;font-weight:700;font-style:Bold;font-size:22px;line-height:120%;vertical-align:middle;text-transform:unset;margin-bottom:4px}.EntityView_wrapper__c_FMD .EntityView_headerContent__GEaRQ{width:calc(100% - 50px)}.EntityView_wrapper__c_FMD .EntityView_additionalInfo__PGrN9{display:flex;align-items:center;gap:10px}.EntityView_wrapper__c_FMD .EntityView_additionalInfo__PGrN9 .EntityView_distanceText__Ftl94{font-size:14px}.EntityView_wrapper__c_FMD .EntityView_additionalInfo__PGrN9 .EntityView_objectType__geDGm{color:#999;font-family:Manrope;font-weight:500;font-size:14px;line-height:140%}.EntityView_wrapper__c_FMD .EntityView_mainInfo__zXK_o{display:flex;gap:20px}.EntityView_wrapper__c_FMD .EntityView_mainInfo__zXK_o .EntityView_entityImageWrapper__82qbw{position:relative;width:130px;height:130px;flex-shrink:0}.EntityView_wrapper__c_FMD .EntityView_mainInfo__zXK_o .EntityView_entityImageWrapper__82qbw .EntityView_entityImage__Yxw2J{width:inherit;height:inherit;border-radius:8px;overflow:hidden}.EntityView_wrapper__c_FMD .EntityView_mainInfo__zXK_o .EntityView_entityImageWrapper__82qbw .EntityView_entityImage__Yxw2J img{width:100%;height:100%;object-fit:cover}.EntityView_wrapper__c_FMD .EntityView_mainInfo__zXK_o .EntityView_entityImageWrapper__82qbw .EntityView_entityNftImage__LMMm6{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)}.EntityView_wrapper__c_FMD .EntityView_mainInfo__zXK_o .EntityView_entityImageWrapper__82qbw .EntityView_entityNftImage__LMMm6 img{width:100%;height:100%;object-fit:cover}.EntityView_wrapper__c_FMD .EntityView_mainInfo__zXK_o .EntityView_descriptionWrapper__jOj94{display:flex;flex-direction:column}.EntityView_wrapper__c_FMD .EntityView_mainInfo__zXK_o .EntityView_descriptionWrapper__jOj94 .EntityView_description__r3t3w{font-family:Manrope;font-weight:500;font-size:14px;line-height:140%}.EntityView_wrapper__c_FMD .EntityView_mainInfo__zXK_o .EntityView_descriptionWrapper__jOj94 .EntityView_locationWrapper__z_9dM{display:flex;align-items:center;gap:4px;margin-top:auto}.EntityView_wrapper__c_FMD .EntityView_mainInfo__zXK_o .EntityView_descriptionWrapper__jOj94 .EntityView_locationWrapper__z_9dM .EntityView_locationIcon__hSjko{flex-shrink:0;width:16px;height:16px;stroke:#999}.EntityView_wrapper__c_FMD .EntityView_mainInfo__zXK_o .EntityView_descriptionWrapper__jOj94 .EntityView_locationWrapper__z_9dM .EntityView_location__R3VN1{font-family:Manrope;font-weight:500;font-size:12px;line-height:140%;color:#999}.EntityView_wrapper__c_FMD .EntityView_button__Aoxk8{border-radius:38px;background:#673bff;font-family:Manrope;font-weight:600;font-size:18px}.EntityView_posInfoWrapper__wke3N{font-family:Manrope;color:#404854}.SheetCloseButton_closeButton__7xErg{width:34px;height:34px;border-radius:50%;background-color:#f5f3fc;position:absolute;top:0;right:0;z-index:10;overflow:hidden;transform:rotate(0deg);transition:transform .3s}.SheetCloseButton_closeButton__7xErg img{width:12px;height:12px}.SheetCloseButton_closeButton__7xErg:dir(rtl){right:unset;left:0}.SheetCloseButton_closeButton__7xErg .SheetCloseButton_rotate__g_RJf{transform:rotate(180deg)}.SliderView_wrapper__VHdkw{display:flex;flex-direction:column;position:relative}.SliderView_wrapper__VHdkw .SliderView_title__ZnOG6{width:calc(100% - 50px);font-family:Manrope;font-weight:700;font-size:16px;line-height:120%;vertical-align:middle;text-transform:unset;padding-bottom:18px}.SliderView_wrapper__VHdkw .SliderView_sliderWrapper__xNmex{margin-top:16px}.SliderView_wrapper__VHdkw .SliderView_collectionTabsWrapper__dvvng{margin-top:18px}.SliderView_wrapper__VHdkw .SliderView_buttonWrapper__ol2Q5{display:flex;align-items:center;justify-content:center;margin-top:18px}.SliderView_wrapper__VHdkw .SliderView_buttonWrapper__ol2Q5 .SliderView_travelStoryButton__15lgc{width:auto;font-family:Proxima Nova;font-weight:600;font-size:14px;line-height:10px;color:#7f7bff}.SliderView_wrapper__VHdkw .SliderView_buttonWrapper__ol2Q5 .SliderView_travelStoryButton__15lgc .SliderView_locationCheckIcon__t1j_Z{stroke:#7f7bff}.TravelStoryView_wrapper__mbJJU{display:flex;flex-direction:column;align-items:center}.TravelStoryView_wrapper__mbJJU .TravelStoryView_info__e0_vd{display:flex;flex-direction:column;text-align:center;max-width:275px;gap:6px;margin-bottom:24px}.TravelStoryView_wrapper__mbJJU .TravelStoryView_info__e0_vd .TravelStoryView_title__Ej3Ko{font-family:Manrope;font-weight:500;font-size:14px;line-height:140%;color:#999}.TravelStoryView_wrapper__mbJJU .TravelStoryView_info__e0_vd .TravelStoryView_eventTitle__x_pxY{font-family:Manrope;font-weight:700;font-size:22px;line-height:120%;vertical-align:middle;text-transform:unset}.TravelStoryView_wrapper__mbJJU .TravelStoryView_info__e0_vd .TravelStoryView_countText__NZFXf{font-family:Manrope;font-weight:500;font-size:14px;line-height:120%;vertical-align:middle;color:#999}.TravelStoryView_wrapper__mbJJU .TravelStoryView_entityItemsWrapper__t_CPf{display:flex;justify-content:center;flex-wrap:wrap;gap:6px}.TravelStoryView_wrapper__mbJJU .TravelStoryView_entityItemsWrapper__t_CPf .TravelStoryView_entityItem__CtcQx{display:flex;flex-direction:column;align-items:center;gap:4px;width:100%;max-width:85px}.TravelStoryView_wrapper__mbJJU .TravelStoryView_entityItemsWrapper__t_CPf .TravelStoryView_entityItem__CtcQx .TravelStoryView_imageWrapper__aFxuQ{width:76px;height:76px;position:relative;border-radius:50%;overflow:hidden}.TravelStoryView_wrapper__mbJJU .TravelStoryView_entityItemsWrapper__t_CPf .TravelStoryView_entityItem__CtcQx .TravelStoryView_imageWrapper__aFxuQ .TravelStoryView_visitedBadgeWrapper__WKVEK{width:30px;height:30px;display:flex;justify-content:center;align-items:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;border-radius:50%}.TravelStoryView_wrapper__mbJJU .TravelStoryView_entityItemsWrapper__t_CPf .TravelStoryView_entityItem__CtcQx .TravelStoryView_imageWrapper__aFxuQ .TravelStoryView_visitedBadgeWrapper__WKVEK .TravelStoryView_visitedBadge__vCtm3{width:40px;height:40px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);fill:#673bff;z-index:2}.TravelStoryView_wrapper__mbJJU .TravelStoryView_entityItemsWrapper__t_CPf .TravelStoryView_entityItem__CtcQx .TravelStoryView_imageWrapper__aFxuQ img{width:100%;height:100%;object-fit:cover}.TravelStoryView_wrapper__mbJJU .TravelStoryView_entityItemsWrapper__t_CPf .TravelStoryView_entityItem__CtcQx .TravelStoryView_text__g0iAS{font-family:Proxima Nova;font-weight:600;font-size:10px;line-height:110%;text-align:center}.Views_wrapper__kL7K_{display:flex;flex-direction:column}.GeolocationMessage_info__5dRo9{display:flex;align-items:center;gap:16px;padding-bottom:16px;width:calc(100% - 34px)}.GeolocationMessage_info__5dRo9 .GeolocationMessage_imageWrapper__k9R8S{width:80px;height:80px;flex-shrink:0}.GeolocationMessage_info__5dRo9 .GeolocationMessage_imageWrapper__k9R8S img{width:100%;height:100%;object-fit:contain}.GeolocationMessage_info__5dRo9 .GeolocationMessage_text__L_lgI{font-family:Manrope;font-weight:500;font-size:13px;line-height:140%}.GeolocationMessage_buttonWrapper__gk_vN{display:flex;justify-content:center;align-items:center;padding-top:10px;border-top:1px solid #f3f4f6}.GeolocationMessage_buttonWrapper__gk_vN .GeolocationMessage_geolocationIcon__twZNz{fill:#2c44da}.MapMessage_wrapper__zuu6H{background-color:#fff;border-radius:20px}.MapMessage_wrapper__zuu6H .MapMessage_inner__qzMFI{position:relative;padding:16px}.MapMessage_wrapper__zuu6H .MapMessage_inner__qzMFI .MapMessage_closeButton__KQZOr{width:34px;height:34px;position:absolute;top:8px;right:8px;display:flex;justify-content:center;align-items:center;border-radius:50%;background-color:#fff}.OutOfRangeMessage_info__51Gt5{display:flex;align-items:center;gap:16px;padding-bottom:16px;width:calc(100% - 34px)}.OutOfRangeMessage_info__51Gt5 .OutOfRangeMessage_imageWrapper__eWpPJ{width:80px;height:80px;flex-shrink:0}.OutOfRangeMessage_info__51Gt5 .OutOfRangeMessage_imageWrapper__eWpPJ img{width:100%;height:100%;object-fit:contain}.OutOfRangeMessage_info__51Gt5 .OutOfRangeMessage_text__IHDvg{font-family:Manrope;font-weight:500;font-size:13px;line-height:140%}.EventMap_container__YFe0t{width:100%;height:100dvh;position:relative;overflow:hidden}.EventMap_container__YFe0t .EventMap_loadingContainer__n2cbz{position:absolute;inset:0;z-index:1000;background-color:rgba(0,0,0,.3);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);direction:ltr}.EventMap_container__YFe0t .EventMap_loadingContainer__n2cbz .EventMap_loadingIndicator__HExxg{width:100px;height:100px;top:50%;left:50%;transform:translate(-50%,-50%)}.EventMap_goBackButton__X6xSP{position:absolute;left:16px;top:16px}.EventMap_goBackButton__X6xSP:dir(rtl){left:unset;right:16px;transform:rotate(180deg)}.NftMarker_nftMarker__v_4yP{position:relative;cursor:pointer}.NftMarker_nftMarker__v_4yP .NftMarker_imageWrapper__oEOT_{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}.NftMarker_nftMarker__v_4yP .NftMarker_imageWrapper__oEOT_ img{width:100%;height:100%;object-fit:cover}.NftMarker_nftMarker__v_4yP .NftMarker_visitedCheckBadge__TDVqS{width:20px;height:20px;background-color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;position:absolute;top:-8px;right:-8px;z-index:1}.NftMarker_nftMarker__v_4yP .NftMarker_visitedCheckBadge__TDVqS svg{width:18px;height:18px}.UserMarker_userMarker__YHgbU{width:24px;height:24px;background-color:#7056ff;border-radius:50%;border:4px solid #fff;cursor:pointer;position:relative}.UserMarker_markerBackdrop___8KlF{width:68px;height:68px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;background-color:#7056ff;opacity:.15}.AudioGuide__title{color:#000;font-family:Proxima Nova;font-weight:600;font-size:12px;line-height:140%;letter-spacing:-3%;margin-bottom:20px;display:flex;align-items:center;justify-content:space-between}.AudioGuide__locale-selector{cursor:pointer;display:flex;align-items:center}.AudioGuide__locale-selector p{margin-right:8px;margin-left:35px;color:#000;font-size:14px;font-family:Manrope,sans-serif;font-weight:700}@media(max-width:576px){.AudioGuide__locale-selector p{margin-left:20px}}.AudioGuide__locale-selector img{width:10px;height:10px}:dir(rtl) .AudioGuide__locale-selector p{margin-left:8px;margin-right:35px}.CollectionTabs_wrapper__sFOYZ{display:flex;justify-content:center}.CollectionTabs_wrapper__sFOYZ .CollectionTabs_slide__ywIyL{width:-moz-fit-content;width:fit-content}.CollectionTabs_wrapper__sFOYZ .CollectionTabs_activeTab__P9bCW{color:#7056ff;border:1px solid #7056ff}.CollectionTabs_wrapper__sFOYZ .CollectionTabs_activeTab__P9bCW svg{fill:#7056ff}.Select{cursor:pointer}.Select__arrow-icon{margin-left:5px;transition:.3s;width:10px;height:8px}.Select .Menu{position:absolute;margin-top:10px}.Select--black{color:#000}.Select--white{color:#fff}.Select--white .Menu{color:#000}:dir(rtl) .Select__arrow-icon{margin-left:0;margin-right:5px}.MainTabs_wrapper__d_Hzo{display:flex;gap:5px}.MainTabs_wrapper__d_Hzo .MainTabs_activeTab__ZN7iJ{background-color:#e8ebff;color:#7056ff;border:1px solid #7056ff}.MainTabs_wrapper__d_Hzo .MainTabs_activeTab__ZN7iJ svg{fill:#7056ff}.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}@media(max-height:800px){.Menu{max-height:250px;overflow-y:scroll}}.Menu__arrow{background:rgba(0,0,0,0)}.Menu__arrow,.Menu__arrow:before{position:absolute;width:8px;height:8px}.Menu__arrow:before{content:"";transform:rotate(45deg);background:#fff;box-shadow:-3px -3px 8px rgba(0,0,0,.25)}.Menu li:first-child:hover~.Menu__arrow:before{background:#f3f4f6}.Menu li{padding:16px;border-radius:8px;cursor:pointer}.Menu li:hover{background:#f3f4f6}.Menu[data-popper-placement^=top]>.Menu__arrow{bottom:-4px}.Menu[data-popper-placement^=top]>.Menu__arrow:before{box-shadow:3px 3px 8px rgba(0,0,0,.15)}.Menu[data-popper-placement^=bottom]>.Menu__arrow{top:-4px}.Menu.hidden,.Menu[data-popper-reference-hidden^=true]{opacity:0;visibility:hidden;pointer-events:none}.MapEntityCard_card__dlVn0{display:flex;flex-direction:column;padding:2px 2px 4px;border-radius:8px;border:1px solid #e8ebff;height:100%;cursor:pointer}.MapEntityCard_card__dlVn0.MapEntityCard_selected__ByZ6v{border:1px solid #7f7bff}.MapEntityCard_imageContainer__oPiYB{position:relative;border-radius:6px;overflow:hidden;aspect-ratio:1;flex-shrink:0;margin-bottom:6px}.MapEntityCard_imageContainer__oPiYB img{height:100%;width:100%;object-fit:cover}.MapEntityCard_imageContainer__oPiYB .MapEntityCard_badges__t2EPF{position:absolute;bottom:7px;left:7px;display:flex;align-items:center;gap:3px}.MapEntityCard_imageContainer__oPiYB .MapEntityCard_badges__t2EPF .MapEntityCard_badge__TcD66{display:flex;align-items:center;gap:3px;border-radius:4px;padding:2px 4px;color:#fff;font-family:Manrope;font-size:10px;font-weight:700;line-height:130%;letter-spacing:.1px}.MapEntityCard_imageContainer__oPiYB .MapEntityCard_badges__t2EPF .MapEntityCard_eventBadge__q41oP{background-color:#d7f23b;color:#000}.MapEntityCard_contentWrapper__2s7R8{padding:0 6px;display:flex;flex-direction:column;flex:1 1}.MapEntityCard_contentWrapper__2s7R8 .MapEntityCard_name__4dPHk{color:#000;font-family:Manrope;font-size:12px;font-weight:600;line-height:130%;letter-spacing:-.28px;margin-bottom:2px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-all}.MapEntityCard_contentWrapper__2s7R8 .MapEntityCard_name__4dPHk.MapEntityCard_visited__TAo3f{color:#b8b8b8}.MapEntityCard_contentWrapper__2s7R8 .MapEntityCard_objectType__jbe_g{display:flex;align-items:center;justify-content:space-between;color:#b8b8b8;font-family:Proxima Nova;font-size:10px;font-weight:400;line-height:140%}.MapEntityCard_contentWrapper__2s7R8 .MapEntityCard_labels__6h2Rt{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.MapEntityCard_contentWrapper__2s7R8 .MapEntityCard_labels__6h2Rt .MapEntityCard_distanceLabel__fZmN3{padding:2px 0}.MapEntityCard_contentWrapper__2s7R8 .MapEntityCard_labels__6h2Rt .MapEntityCard_labelVisited__cqdhC{color:#b8b8b8!important}.MapEntityCard_contentWrapper__2s7R8 .MapEntityCard_labels__6h2Rt .MapEntityCard_distanceIconVisited___iNAM path{fill:#b8b8b8!important}.AudioPlayer{align-items:center;display:flex}.AudioPlayer input[type=range]{position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;width:100px;height:2px;background-color:rgba(0,0,0,.15);outline:none}.AudioPlayer input[type=range]::-webkit-slider-runnable-track{-webkit-appearance:none;height:2px}.AudioPlayer input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;height:15px;width:15px;background-color:#272c30;border-radius:50%;cursor:pointer;margin-top:-6px;border:none}.AudioPlayer .playPause{margin-right:10px}.AudioPlayer .currentTime{color:#000;font-size:14px;font-family:Manrope,sans-serif;font-weight:500;line-height:1.2;margin-left:10px}:dir(rtl) .AudioPlayer{direction:ltr}.MapNftCard_card__KrT2S{display:flex;flex-direction:column;padding:2px 2px 4px;border-radius:8px;border:1px solid #e8ebff;height:100%;cursor:pointer}.MapNftCard_card__KrT2S.MapNftCard_selected__c8oK5{border:1px solid #7f7bff}.MapNftCard_imageContainer__QX_Yf{position:relative;border-radius:6px;overflow:hidden;aspect-ratio:1;height:150px;flex-shrink:0;margin-bottom:6px}.MapNftCard_imageContainer__QX_Yf img{height:100%;width:100%;object-fit:cover}.MapNftCard_contentWrapper__tfcYB{padding:0 6px;display:flex;flex-direction:column;flex:1 1}.MapNftCard_contentWrapper__tfcYB .MapNftCard_name__DB0m0{color:#000;font-family:Manrope;font-size:12px;font-weight:600;line-height:130%;letter-spacing:-.28px;margin-bottom:3px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-all}.MapNftCard_contentWrapper__tfcYB .MapNftCard_labels__1LJ_L{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.MapNftCard_contentWrapper__tfcYB .MapNftCard_labels__1LJ_L .MapNftCard_collectedLabel__jlEGp{font-family:Manrope;font-weight:700;font-size:10px;line-height:130%;color:#7f7bff}.MapNftCard_contentWrapper__tfcYB .MapNftCard_labels__1LJ_L .MapNftCard_distanceLabel___y4EK{padding:2px 0}.ActionButton_button__JT1To{display:flex;justify-content:center;align-items:center;width:42px;height:42px;min-width:42px;background-color:#272c30;border-radius:50%;transition:background-color .2s}.ActionButton_button__JT1To:hover{background-color:#7056ff}.ActionButton_active__SJZHB{background-color:#2c44da}.MapGrandNftCard_card__MRtL9{display:flex;flex-direction:column;padding:2px 2px 4px;border-radius:8px;border:1px solid #e8ebff;height:100%;cursor:pointer}.MapGrandNftCard_card__MRtL9.MapGrandNftCard_selected__BwihZ{border:1px solid #7f7bff}.MapGrandNftCard_imageContainer__zEPpV{position:relative;border-radius:6px;overflow:hidden;aspect-ratio:1;height:150px;flex-shrink:0;margin-bottom:6px}.MapGrandNftCard_imageContainer__zEPpV img{height:100%;width:100%;object-fit:cover}.MapGrandNftCard_contentWrapper__6j4A2{padding:0 6px;display:flex;flex-direction:column;flex:1 1}.MapGrandNftCard_contentWrapper__6j4A2 .MapGrandNftCard_name__93IoY{color:#000;font-family:Manrope;font-size:12px;font-weight:600;line-height:130%;letter-spacing:-.28px;margin-bottom:3px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-all}.MapGrandNftCard_contentWrapper__6j4A2 .MapGrandNftCard_labels__UBYIb{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.MapGrandNftCard_contentWrapper__6j4A2 .MapGrandNftCard_labels__UBYIb .MapGrandNftCard_progressLabel__360TI{font-family:Manrope;font-weight:600;font-size:10px;line-height:130%;color:#999}.MapGrandNftCard_contentWrapper__6j4A2 .MapGrandNftCard_labels__UBYIb .MapGrandNftCard_distanceLabel__Aw02E{padding:2px 0}.CollapsableText__switcher{font-size:14px;font-weight:600;line-height:1.25;color:#4d4d4d;cursor:pointer;display:block}.CollapsableText__switcher img{width:10px;height:10px;transition:transform .3s;vertical-align:middle;margin-left:6px}.CollapsableText__switcher.open img{transform:rotate(180deg)}.CollectionSlider_slider__MvEMl .CollectionSlider_premiumNftSlide__Nxes2{width:158px;height:auto}.CollectionSlider_slider__MvEMl .CollectionSlider_slide__cZABU{width:105px;height:auto}.Features_list__0ppv8{display:flex;gap:6px;flex-wrap:wrap}.Features_feature__0dELN{padding:6px 12px;background-color:#f2f2f3;border-radius:34px;font-weight:600;font-size:16px;line-height:22.4px}.EntitySlider_slider__n8uiX .EntitySlider_slide__BPPZz{width:105px;height:auto}.NearEntities_container__bf7b_{font-family:Geologica,sans-serif}.NearEntities_container__bf7b_ h2{font-size:18px;font-weight:700;line-height:1.25;margin-bottom:14px}.NearEntities_items__FgYKG{background:rgba(255,255,255,.4);border-radius:6px;padding:12px 0}.NearEntities_amount__Q_XhL{background:#2c44da;color:#fff;border-radius:6px;padding:2px 6px;font-size:16px;font-weight:400;line-height:20px;margin-left:8px}.NearEntities_entity__NsKh2{padding:0 14px}.NearEntities_imageContainer__XLH9F{width:100%;height:195px}.NearEntities_imageContainer__XLH9F img{object-fit:cover;height:100%;width:100%;border-radius:8px}.NearEntities_text__kYwdz{padding-top:10px}.NearEntities_entityTitle__0FKiQ{font-size:16px;font-weight:700;line-height:20px;margin-bottom:4px}.NearEntities_entityType__qESH9{font-family:Manrope;font-size:14px;font-weight:600;line-height:19.12px;color:#4d4d4d}@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}.DistanceLabel_wrapper__EFAKu{display:flex;align-items:center;gap:3px;padding:2px 4px}.DistanceLabel_wrapper__EFAKu .DistanceLabel_label__ZJQLL{direction:ltr;color:#7056ff;font-family:Manrope;font-size:10px;font-weight:700;line-height:130%;letter-spacing:.1px}.DistanceLabel_wrapper__EFAKu .DistanceLabel_distanceIcon__IxLtY path{fill:#7056ff}