@import url(https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap);:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--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-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-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--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{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding:0;width:100vw}.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{left:auto;right:env(safe-area-inset-right)}}.Toastify__toast{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;touch-action:none;z-index:0}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.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{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.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{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;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:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease;z-index:1}.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{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.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{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.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-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Typography_h1__jnZkY{font-family:Inter;font-size:48px;font-weight:600;line-height:1}.Typography_h3__8C1Sb{font-family:Montserrat;font-size:32px;font-weight:700;line-height:1}.Typography_h5__xoHKN{font-size:24px}.Typography_body1__Cmkgl,.Typography_h5__xoHKN{font-family:Inter;font-weight:500;line-height:1}.Typography_body1__Cmkgl{font-size:20px}.Typography_body2__9MlbF{font-family:Inter;font-size:14px;font-weight:500;line-height:1}.Typography_body3__cyl2j{color:#000a1499;font-family:Inter;font-size:12px;font-weight:400;line-height:1}.Loader_wrapper__gFZbZ{background-color:#fff;height:100vh;position:absolute;width:100%}.Loader_container__\+w2Rw{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.Loader_progressWrapper__evMX5{background-color:#fff;border:1px solid #4893f41f;border-radius:100px;height:8px;margin-top:16px;position:relative;width:320px}.Loader_progress__BISO6{background-color:#4893f4;border-radius:100px;height:8px;position:absolute}.SyncPopup_wrapper__z5jxb{align-items:center;background-color:#2929294d;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:99999}.SyncPopup_container__WDu6h{background-color:#fff;border-radius:24px;height:176px;opacity:1;padding:40px;text-align:center;width:540px}.SyncPopup_popupHeader__Q-ZfO{align-items:center;display:flex;justify-content:center}.Button_button__4spks{box-shadow:0 8px 24px 1px #e9e9e9d6;cursor:pointer}.Button_button__4spks>p{color:#fff}.Button_buttonMedium__D-7-2{border-radius:100px;height:56px;padding:16px 24px}.Button_buttonSmall__InJVK{border-radius:16px;height:41px;padding:12px 16px}.Button_buttonPrimary__zHmJz{background-color:#4893f4}.Button_buttonPrimary__zHmJz>p{color:#fff}.Button_buttonPrimary__zHmJz:hover{background-color:#fff;outline:1px solid #4893f4}.Button_buttonPrimary__zHmJz:hover>p{color:#4893f4}.Button_buttonSecondary__WgwgU{background-color:#fff;outline:1px solid #ececec}.Button_buttonSecondary__WgwgU>p{color:#000a14}.Button_buttonSecondary__WgwgU:hover{background-color:#4893f429;outline:none}.Button_buttonSecondary__WgwgU:hover>p{color:#4893f4}.IconButton_button__tPbuK{align-items:center;border-radius:100px;cursor:pointer;display:flex;height:48px;justify-content:center;margin:2px;min-width:48px}.IconButton_buttonPrimary__xIn6G{background-color:#4893f4}.IconButton_buttonPrimary__xIn6G>div>svg>path,.IconButton_buttonPrimary__xIn6G>svg>circle,.IconButton_buttonPrimary__xIn6G>svg>g>path,.IconButton_buttonPrimary__xIn6G>svg>line,.IconButton_buttonPrimary__xIn6G>svg>path,.IconButton_buttonPrimary__xIn6G>svg>rect{fill:#fff;fill-opacity:1;stroke:#fff;stroke-opacity:1}.IconButton_buttonSecondary__2Ce8N{background-color:#fff}.IconButton_buttonSecondary__2Ce8N>p{color:#000a1499;font-weight:500}.IconButton_button__tPbuK:hover{background-color:#4893f429}.IconButton_button__tPbuK:hover>div>svg>path,.IconButton_button__tPbuK:hover>svg>circle,.IconButton_button__tPbuK:hover>svg>g>path,.IconButton_button__tPbuK:hover>svg>line,.IconButton_button__tPbuK:hover>svg>path,.IconButton_button__tPbuK:hover>svg>rect{fill:#4893f4;fill-opacity:1;stroke:#4893f4;stroke-opacity:1}.IconButton_button__tPbuK:hover>p{color:#4893f4}.IconButton_buttonPrimary__xIn6G>div>svg>path,.IconButton_enabledSecondary__OEqGz>svg>circle,.IconButton_enabledSecondary__OEqGz>svg>line,.IconButton_enabledSecondary__OEqGz>svg>path,.IconButton_enabledSecondary__OEqGz>svg>rect{fill:#4893f4;fill-opacity:1;stroke:#4893f4;stroke-opacity:1}.ExtraMenu_extraMenu__iojSw{background-color:#fff;border-radius:16px;box-shadow:0 8px 24px 1px #e9e9e9d6;gap:2px;padding:4px;width:280px}.ExtraMenu_extraMenuOption__4jlxO{align-items:center;border-radius:12px;display:flex;height:40px;justify-content:space-between;padding:12px}.ExtraMenu_extraMenuOption__4jlxO:hover{background-color:#4893f429}.ExtraMenu_extraMenuDefault__eKTu8{position:absolute;right:-212px;top:68px}.ColorWidthOpacityConfigurator_container__6mTZz{align-items:center;border-radius:16px;display:flex;padding:8px}.ColorWidthOpacityConfigurator_container__6mTZz>h6{font-size:16px;font-weight:600}.ColorWidthOpacityConfigurator_wrapper__Z8E9J{background-color:#fff;border-radius:16px;box-shadow:0 8px 24px 1px #e9e9e9d6;height:64px;position:absolute;z-index:999}.ColorWidthOpacityConfigurator_divier__vbeH8{background-color:#ececec;height:40px;margin:0 16px;width:1px}.ColorWidthOpacityConfigurator_range__3OFGw{height:40px;width:142px}.CWO2Configurator_wrapper__DdNGQ{background-color:#fff;border-radius:16px;box-shadow:0 8px 24px 1px #e9e9e9d6;position:absolute;z-index:999}.CWO2Configurator_container__AxAP2{align-items:flex-start;background-color:#fff;border-radius:16px;display:flex;flex-direction:column;padding:8px;width:144px}.CWO2Configurator_container__AxAP2>h6{font-size:16px;font-weight:600}.CWO2Configurator_divier__GYnUG{background-color:#ececec;height:1px;margin:8px 0;width:100%}.CWO2Configurator_range__C0tAK{height:40px;width:128px}.CWO2Configurator_palette__1hYqO{display:flex;flex-wrap:wrap;justify-content:flex-start}.ExternalLinkConfigurator_vertDivider__thOEy{background-color:#ececec;height:24px;margin:0 2px;width:2px}.ExternalLinkConfigurator_wrapper__6zQce{background-color:#fff;border-radius:16px;box-shadow:0 8px 24px 1px #e9e9e9d6;display:flex;flex-wrap:wrap;top:68px}.ExternalLinkConfigurator_container__BSC17{display:flex;left:50%;position:absolute;top:68px;z-index:999}.ExternalLinkConfigurator_item__-Mmuu{align-items:center;background-color:#fff;border-radius:16px;border-radius:100px;box-shadow:0 2px 6px 1px #e9e9e9d6;display:flex;height:48px;justify-content:flex-start}.ExternalLinkConfigurator_item__-Mmuu>input{margin-left:8px;width:calc(100% - 36px)}.ExternalLinkConfigurator_item__-Mmuu>input:focus{border:none;outline:none}.PenConfigurator_wrapper__do4CX{background-color:#fff;border-radius:100px;box-shadow:0 8px 24px 1px #e9e9e9d6;padding:2px}.PenConfigurator_container__utahE{display:flex}.PenConfigurator_separator__0bTla{background-color:#ececec;height:48px;width:1px}.ArrowShapeConfigurator_wrapper__JeVHV{background-color:#fff;border-radius:100px;box-shadow:0 8px 24px 1px #e9e9e9d6;display:flex}.ArrowShapeAndLineConfigurator_container__OEnLk{align-items:center;border-radius:16px;display:flex;padding:2px 4px}.ArrowShapeAndLineConfigurator_container__OEnLk>h6{font-size:16px;font-weight:600}.ArrowShapeAndLineConfigurator_wrapper__U7pYb{background-color:#fff;border-radius:16px;bottom:68px;box-shadow:0 2px 6px 1px #e9e9e9d6;left:14px;position:absolute;z-index:999}.ArrowShapeAndLineConfigurator_divier__DlEQ-{background-color:#ececec;height:40px;width:1px}.ArrowArrowConfigurator_wrapper__fpINw{align-items:center;background-color:#fff;border-radius:16px;bottom:68px;box-shadow:0 2px 6px 1px #e9e9e9d6;display:flex;left:0;padding:2px 4px;position:absolute;z-index:999}.ArrowConfigurator_toolWrapper__oJFW0{border-radius:16px;height:56px;position:absolute;width:160px;z-index:999}.ArrowConfigurator_wrapper__wcJgV{background-color:#fff;border-radius:100px;box-shadow:0 8px 24px 1px #e9e9e9d6;padding:2px}.ArrowConfigurator_container__9eTKs{display:flex}.ArrowConfigurator_separator__ExcCX{background-color:#ececec;height:48px;width:1px}.ElementsFilter_textContainer__9sLfS{display:flex;flex-direction:column;height:48px;justify-content:center;padding:4px 4px 4px 16px}.ElementsFilter_separator__vXVSZ{background-color:#ececec;height:48px;width:1px}.ElementsFilter_wrapper__JOt\+R{align-items:center;background-color:#fff;border-radius:16px;box-shadow:0 2px 6px 1px #e9e9e9d6;display:flex;flex-wrap:wrap;left:0;padding:4px;position:absolute;top:68px;width:200px;z-index:999}.ElementsFilter_item__LQg2O{align-items:center;border-radius:12px;display:flex;height:48px;justify-content:space-between;padding:12px;width:192px}.ElementsFilter_item__LQg2O:hover{background-color:#4893f429}.ElementsFilter_centrify__vRNJv{align-items:center;display:flex;justify-content:center}.AlignConfigurator_wrapper__unZAV{align-items:center;background-color:#fff;border-radius:16px;bottom:68px;box-shadow:0 2px 6px 1px #e9e9e9d6;display:flex;left:0;padding:2px 4px;position:absolute;z-index:999}.SelectionConfigurator_wrapper__4JjQc{background-color:#fff;border-radius:100px;box-shadow:0 8px 24px 1px #e9e9e9d6;padding:2px}.SelectionConfigurator_container__fmHc2{display:flex}.SelectionConfigurator_separator__PLaFa{background-color:#ececec;height:48px;width:1px}.TextFontConfigurator_wrapper__l1nqV{align-items:start;background-color:#fff;border-radius:16px;box-shadow:0 8px 24px 1px #e9e9e9d6;display:flex;flex-direction:column;overflow-y:scroll;padding:8px 16px;position:absolute;top:68px;z-index:9999}.TextFontConfigurator_wrapper__l1nqV>p{cursor:pointer;height:36px;width:100%}.TextFontConfigurator_wrapper__l1nqV>p:hover{color:#4893f4}.TextAlignConfigurator_wrapper__pwFVP{bottom:68px}.TextAlignConfigurator_wrapper__pwFVP,.TextColorConfigurator_wrapper__4AyS4{background-color:#fff;border-radius:16px;box-shadow:0 2px 4px 1px #e9e9e9d6;display:flex;position:absolute}.TextColorConfigurator_wrapper__4AyS4{align-items:center;max-width:144px;padding:8px;top:62px}.TextColorConfigurator_palette__JjW8W{display:flex;flex-wrap:wrap;justify-content:flex-start}.TextConfigurator_wrapper__lAcjg{background-color:#fff;border-radius:100px;box-shadow:0 8px 24px 1px #e9e9e9d6;padding:2px}.TextConfigurator_container__AdaoM{display:flex}.TextConfigurator_separator__Lx6gp{background-color:#ececec;height:48px;width:1px}.TextConfigurator_fontButtonText__d8C8F{overflow:hidden;padding:0 8px;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:120px}.ImageCropConfigurator_wrapper__dAfP7{background-color:#fff;border-radius:16px;box-shadow:0 8px 24px 1px #e9e9e9d6;left:0;padding:4px;position:absolute;top:68px;width:280px;z-index:9999}.ImageCropConfigurator_cropItem__YfG2H{align-items:center;display:flex;height:48px;justify-content:space-between;padding:12px}.ImageCropConfigurator_cropItem__YfG2H:hover{background-color:#4893f429;border-radius:12px}.ImageCropConfigurator_iconTextContainer__Lryes{align-items:center;display:flex;justify-content:flex-start}.ImageCropConfigurator_iconContainer__giE-p{align-items:center;display:flex;height:24px;justify-content:center;margin-right:8px;width:24px}.FileConfigurator_wrapper__BnGBL{background-color:#fff;border-radius:100px;box-shadow:0 8px 24px 1px #e9e9e9d6;padding:2px}.FileConfigurator_container__buNfy{display:flex}.FileConfigurator_separator__ed6HL{background-color:#ececec;height:48px;width:1px}.PdfCurrentPageConfigurator_container__Rlk2y{align-items:center;display:flex}.PdfCurrentPageConfigurator_counterText__k6yNf{color:#000a1473;font-size:16px;white-space:nowrap}.PdfCurrentPageConfigurator_pageInput__-OHNZ{border:1px solid #ececec;border-radius:100px;font-size:16px;margin-right:4px;outline:none;padding:10px;text-align:center;width:fit-content}.PdfCurrentPageConfigurator_pageInput__-OHNZ:focus{border:1px solid #ececec;outline:none}.PdfExtractPagesConfigurator_wrapper__aWz2D{align-items:center;background-color:#fff;border-radius:100px;box-shadow:0 8px 24px 1px #e9e9e9d6;display:flex;height:56px;left:10%;padding:4px;position:absolute;top:68px;z-index:9999}.PdfExtractPagesConfigurator_rangeInput__R77cz{border:1px solid #ececec;border-radius:100px;font-size:16px;font-weight:500;height:48px;outline:none;padding:16px}.PdfExtractPagesConfigurator_divider__mhf2O{background-color:#ececec;height:100%;margin:0 8px;width:1px}.PdfExtractPagesConfigurator_extractButton__UoeuZ{align-items:center;border-radius:100px;display:flex;height:48px}.PdfBookmarkPageConfigurator_wrapper__wAm7u{background-color:#fff;border-radius:16px;box-shadow:0 8px 24px 1px #e9e9e9d6;display:flex;flex-direction:column;left:10%;padding:4px;position:absolute;top:68px;width:300px;z-index:9999}.PdfBookmarkPageConfigurator_item__J2q70{align-items:center;border-radius:16px;display:flex;justify-content:space-between;padding:16px}.PdfBookmarkPageConfigurator_item__J2q70:hover{background-color:#4893f429}.ImageOpacityConfigurator_wrapper__CQUlf{background-color:#fff;border-radius:16px;box-shadow:0 8px 24px 1px #e9e9e9d6;height:56px;left:0;padding:8px;position:absolute;top:68px;width:160px;z-index:9999}.Input_inputWrapperCommon__B0dgO{width:100%}.Input_inputCommon__-AB\+W{border:2px solid #efefef;border-radius:16px;font-family:Inter;font-size:16px;font-weight:400;height:52px;outline:none;padding:16px;width:100%}.Input_inputCommon__-AB\+W:focus{border:2px solid #4893f4;outline:none}.Input_inputCommonError__kv8mM,.Input_inputCommonError__kv8mM:focus{border:2px solid #f34a23}.Input_lable__Nd6fi{font-family:Inter;font-size:14px;font-weight:400;line-height:20px;opacity:.8;width:100%}.Input_descriptionLable__EG9Ms{margin-bottom:8px}.Input_errorLable__NGXHV{color:#f34a23;margin-top:8px}.Input_bottomLable__brb5p{font-size:12px;margin-top:8px;opacity:.6}.RangeInput_wrapper__8Jc7x{display:flex;flex-direction:column;height:16px;width:100%}.RangeInput_lables__L4z8n{display:flex;height:16px;justify-content:space-between;margin-bottom:8px}.RangeInput_lables__L4z8n>span{font-size:12px;font-weight:500}.RangeInput_slider__jhfq8{background-color:#e4dede;border:none;height:3px;outline:none}.RangeInput_thumb__wtNYo{background-color:#4893f4;height:8px;width:8px}.RangeInput_empty__Vthy2{background-color:#e4dede;border-radius:100px;height:8px;width:8px}.RangeInput_filled__qfqPz{background-color:#4893f4;border-radius:100px;height:8px;width:8px}.NumberInput_wrapper__dSbqH{display:flex;padding:4px;width:70px}.NumberInput_wrapper__dSbqH>input{padding-left:8px;width:30px}.NumberInput_wrapper__dSbqH>input,.NumberInput_wrapper__dSbqH>input:focus{-webkit-appearance:none;appearance:none;border:none;outline:none}.NumberInput_arrowsWrapper__wtC3H{align-items:center;display:flex;flex-direction:column;justify-content:center;width:26px}.NumberInput_arrowContainer__gARcR{padding:4px}.NumberInput_arrowContainer__gARcR:hover>svg>path{fill:#4893f4;fill-opacity:1}.ShapeVariantConfigurator_wrapper__y1RL8{background-color:#fff;border-radius:16px;box-shadow:0 8px 24px 1px #e9e9e9d6;display:flex;flex-wrap:wrap;top:68px}.ShapeVariantConfigurator_container__wF3aM{border-radius:16px;box-shadow:0 2px 6px 1px #e9e9e9d6;left:0;position:absolute;top:68px;width:212px;z-index:999}.TextFontConfigurator_wrapper__tvcKz{align-items:start;background-color:#fff;border-radius:16px;box-shadow:0 8px 24px 1px #e9e9e9d6;display:flex;flex-direction:column;overflow-y:scroll;padding:8px 16px;position:absolute;top:68px;z-index:9999}.TextFontConfigurator_wrapper__tvcKz>p{cursor:pointer;height:36px;width:100%}.TextFontConfigurator_wrapper__tvcKz>p:hover{color:#4893f4}.TextAlignConfigurator_wrapper__27c29{bottom:68px}.TextAlignConfigurator_wrapper__27c29,.TextColorConfigurator_wrapper__HWLzO{background-color:#fff;border-radius:16px;box-shadow:0 2px 4px 1px #e9e9e9d6;display:flex;position:absolute}.TextColorConfigurator_wrapper__HWLzO{align-items:center;max-width:144px;padding:8px;top:64px}.TextColorConfigurator_palette__KYiPI{display:flex;flex-wrap:wrap;justify-content:flex-start}.ShapeConfigurator_wrapper__1rxmp{background-color:#fff;border-radius:100px;box-shadow:0 8px 24px 1px #e9e9e9d6;padding:2px}.ShapeConfigurator_container__wGiqH{display:flex}.ShapeConfigurator_separator__N51YV{background-color:#ececec;height:48px;width:1px}.ShapeConfigurator_fontButtonText__FX8Y5{overflow:hidden;padding:0 8px;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100px}.ShapeConfigurator_toolWrapper__UEILF{border-radius:16px;height:56px;position:absolute;width:212px;z-index:999}.TextFontConfigurator_wrapper__W8FvL{align-items:start;background-color:#fff;border-radius:16px;box-shadow:0 8px 24px 1px #e9e9e9d6;display:flex;flex-direction:column;overflow-y:scroll;padding:8px 16px;position:absolute;top:68px;z-index:9999}.TextFontConfigurator_wrapper__W8FvL>p{cursor:pointer;height:36px;width:100%}.TextFontConfigurator_wrapper__W8FvL>p:hover{color:#4893f4}.TextColorConfigurator_wrapper__c82kh{align-items:center;background-color:#fff;border-radius:16px;box-shadow:0 2px 4px 1px #e9e9e9d6;display:flex;max-width:144px;padding:8px;position:absolute;top:64px}.TextColorConfigurator_palette__S31MV{display:flex;flex-wrap:wrap;justify-content:flex-start}.StickerConfigurator_wrapper__hnpkG{background-color:#fff;border-radius:100px;box-shadow:0 8px 24px 1px #e9e9e9d6;padding:2px}.StickerConfigurator_container__QQFvG{display:flex}.StickerConfigurator_separator__USRhB{background-color:#ececec;height:48px;width:1px}.StickerConfigurator_fontButtonText__3y\+1R{overflow:hidden;padding:0 8px;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100px}.StickerConfigurator_toolWrapper__mSVOD{border-radius:16px;height:56px;position:absolute;width:212px;z-index:999}.FrameRatioConfigurator_wrapper__uqwp-{left:-8px;top:68px}.FrameRatioConfigurator_toolWrapper__d93Rp,.FrameRatioConfigurator_wrapper__uqwp-{background-color:#fff;border-radius:16px;box-shadow:0 8px 24px 1px #e9e9e9d6;padding:4px;position:absolute;z-index:9999}.FrameRatioConfigurator_ratioItem__iq3c4{align-items:center;display:flex;height:48px;justify-content:space-between;padding:12px}.FrameRatioConfigurator_ratioItem__iq3c4:hover{background-color:#4893f429;border-radius:12px}.FrameRatioConfigurator_iconTextContainer__Gg8jo{align-items:center;display:flex;justify-content:flex-start}.FrameRatioConfigurator_iconContainer__okdcp{align-items:center;display:flex;height:24px;justify-content:center;margin-right:8px;width:24px}.FrameColorConfigurator_wrapper__7MeRi{align-items:center;background-color:#fff;border-radius:16px;box-shadow:0 2px 4px 1px #e9e9e9d6;display:flex;left:20%;padding:8px;position:absolute;top:64px;width:144px}.FrameColorConfigurator_palette__jPBW2{display:flex;flex-wrap:wrap;justify-content:flex-start}.FrameTableConfigurator_wrapper__8w351{background-color:#fff;border-radius:16px;box-shadow:0 8px 24px 1px #e9e9e9d6;display:flex;flex-wrap:wrap;top:68px}.FrameTableConfigurator_container__9wRmN{background-color:#fff;border-radius:16px;bottom:68px;display:flex;flex-wrap:nowrap;left:0;padding:8px 4px;position:absolute;z-index:999}.FrameTableConfigurator_vertDivider__fRHmo{background-color:#ececec;height:48px;margin:0 2px;width:2px}.FrameTableConfigurator_inputItem__wV33m{display:flex;flex-direction:column;justify-content:space-between;padding:0 4px}.LinkShape_container__c3eIm{align-items:center;background-color:#fff;border-radius:100px;box-shadow:0 3px 6px 1px #55555514;display:flex;height:48px;justify-content:start;max-width:366px;min-width:212px;padding:10px 16px;text-overflow:ellipsis}.LinkShape_link__4q57M{color:#4893f4;margin-left:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.LinkShape_link__4q57M:hover{text-decoration:underline}.ArrowText_editor__gZYIM{border:none}.ArrowText_editor__gZYIM:focus{border:1px solid #4893f4;border-radius:4px}.SubmitPanel_wrapper__ivila{background-color:#fff;border-radius:100px;box-shadow:0 8px 24px 1px #e9e9e9d6;display:flex;margin:24px;padding:2px}.SubmitPanel_separator__6XI4F{background-color:#ececec;height:48px;margin:0 4px;width:1px}.FrameLable_editor__mVOvN{border:none}.FrameLable_editor__mVOvN:focus{border:1px solid #4893f4;border-radius:4px}.ExtraMenu_extraMenuDefault__Gt1Rn{position:absolute;right:-212px;top:68px}.FrameConfigurator_wrapper__und95{background-color:#fff;border-radius:100px;box-shadow:0 8px 24px 1px #e9e9e9d6;padding:2px}.FrameConfigurator_container__10i9G{display:flex}.FrameConfigurator_separator__l2vlc{background-color:#ececec;height:48px;width:1px}.DiceConfigurator_wrapper__PSdDP{background-color:#fff;border-radius:100px;box-shadow:0 8px 24px 1px #e9e9e9d6;padding:2px}.DiceConfigurator_container__2jiAW{display:flex}.DiceConfigurator_separator__R-gw-{background-color:#ececec;height:48px;width:1px}.FileActions_wrapper__IOTQz{background-color:#fff;border-radius:16px;box-shadow:0 8px 24px 1px #e9e9e9d6;padding:4px;position:absolute;width:280px;z-index:9999}.FileActions_action__VXgK5{align-items:center;border-radius:12px;cursor:pointer;display:flex;justify-content:start;padding:12px}.FileActions_icon__gNnsD{align-items:center;display:flex;height:24px;justify-content:center;margin-right:8px;width:24px}.FileActions_action__VXgK5:hover{background-color:#4893f429}.Toolbar_toolbar__kFOCP{align-items:center;background:#fff;border-radius:100px;box-shadow:0 8px 24px 1px #e9e9e9d6;display:flex;justify-content:space-between;opacity:1;padding:4px 2px;transform:scale(.85);z-index:998}.Toolbar_toolbarBottom__9xMtC{bottom:24px;left:calc(50% - 310px);position:fixed;transform-origin:bottom;width:624px}@media screen and (max-width:600px){.Toolbar_toolbarBottom__9xMtC{left:0;overflow-x:scroll;width:100%}}.Toolbar_toolbarLeft__jGmyu{left:24px;transform-origin:left}.Toolbar_toolbarLeft__jGmyu,.Toolbar_toolbarRight__CbKhd{bottom:24px;flex-direction:column;flex-wrap:wrap;height:644px;position:fixed;top:calc(50% - 310px)}.Toolbar_toolbarRight__CbKhd{right:24px;transform-origin:right}.Toolbar_toolbar__kFOCP>p{color:#000a1499;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:16px}.Toolbar_toolbarButton__-WKA1{align-items:center;background-color:#fff;border-radius:100px;display:flex;height:48px;justify-content:center;margin:2px;width:48px}.Toolbar_toolbarButton__-WKA1:hover{background-color:#4893f429}.Toolbar_toolbarButton__-WKA1:hover>svg>path{fill:#4893f4;fill-opacity:1}.Toolbar_toolbarButtonSelected__aw0tF{align-items:center;background-color:#4893f4;border-radius:100px;display:flex;height:48px;justify-content:center;margin:2px;width:48px}.Toolbar_toolbarSelected__tinge{background-color:#4893f4}.Toolbar_toolbar__kFOCP>p:hover{cursor:pointer}.Toolbar_configuratorLeft__mLe6t{left:80px;top:45%;transform:scale(.8);transform-origin:left}.Toolbar_configuratorBottom__adhWD{bottom:80px;left:45%;transform:scale(.8);transform-origin:bottom}.Toolbar_configuratorBottomShapes__jFYOy{bottom:200px;left:42%}.Toolbar_configuratorRight__MqvoE{right:80px;top:45%;transform:scale(.8);transform-origin:right}.ExtraActions_wrapper__rWjxG{background-color:#fff;border-radius:16px;box-shadow:0 8px 24px 1px #e9e9e9d6;padding:4px;position:absolute;width:280px;z-index:9999}.ExtraActions_action__SHUPN{align-items:center;border-radius:12px;cursor:pointer;display:flex;justify-content:start;padding:12px}.ExtraActions_icon__wNLKf{align-items:center;display:flex;height:24px;justify-content:center;margin-right:8px;width:24px}.ExtraActions_action__SHUPN:hover{background-color:#4893f429}.SettingsMenu_settingsWrapper__s-lWY{display:flex;left:24px;position:absolute;top:68px;z-index:99999}.SettingsMenu_settingsContainer__Vwxa-{background-color:#fff;border-radius:16px;box-shadow:0 8px 24px 1px #e9e9e9d6;height:fit-content;padding:4px;width:200px}.SettingsMenu_item__Fniev{cursor:pointer;display:flex;justify-content:space-between;min-height:48px;padding:12px}.SettingsMenu_item__Fniev:hover{background-color:#4893f429;border-radius:12px}.SettingsMenu_iconTextContainer__uJzGS{align-items:center;display:flex;justify-content:space-between}.SettingsMenu_switchContaner__iJfmw{border-radius:100px;display:flex;height:24px;padding:3px;width:45px}.SettingsMenu_switchContanerDisabled__Sob6X{background-color:#e2e2e2}.SettingsMenu_switchContanerEnabled__u6lAT{background-color:#3ed65f}.SettingsMenu_bullet__T7HZ8{border-radius:100px;height:18px;width:18px}.SettingsMenu_bulletActive__UKYks{background-color:#fff}.BackgroundColorSettings_container__lUloF{background-color:#fff;border-radius:16px;box-shadow:0 8px 24px 1px #e9e9e9d6;margin-left:8px;padding:16px}.BackgroundColorSettings_heading__iqCzv{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.BackgroundColorSettings_closeBtn__\+7JKC{height:16px;min-width:0;width:16px}.BackgroundColorSettings_hexCodeContainer__VCqvA{border:1px solid #ececec;border-radius:12px;margin-top:16px;padding:12px}.DuplicateBoard_container__YT\+TA{background-color:#fff;border-radius:24px;padding:24px;width:600px}.DuplicateBoard_heading__wxud3{line-height:29px;margin-bottom:24px}.DuplicateBoard_inputLable__jtOIO{line-height:20px;margin-bottom:8px}.DuplicateBoard_checkbox__PIinL{accent-color:#4893f4;background-color:#4893f4;border:none;cursor:pointer;height:18px;width:18px}.DuplicateBoard_shareMembers__XclgO{align-items:center;display:flex;justify-content:flex-start;margin-top:24px}.DuplicateBoard_buttons__giAOb{display:flex;margin-top:24px}.DuplicateBoard_buttons__giAOb>div+div{margin-left:6px}.DuplicateBoard_buttons__giAOb>div{border:none;box-shadow:none;font-size:14px;font-weight:500;height:45px;line-height:17px;outline:none;padding:14px;text-align:center;width:273px}.DuplicateBoard_duplicateBtn__UzUYY{color:#fff}.DuplicateBoard_duplicateBtn__UzUYY:hover{color:#4893f4}.DuplicateBoard_cancelBtn__BBCbJ{background-color:#f5f5f5}.DuplicateBoard_cancelBtn__BBCbJ:hover{background-color:#fff;outline:1px solid #f5f5f5}.BoardName_wrapper__PlCSu{align-items:center;background-color:#fff;border-radius:100px;box-shadow:0 8px 24px 1px #e9e9e9d6;display:flex;height:60px;padding:0 16px}.BoardName_wrapper__PlCSu>input{border:none;font-family:Inter;font-size:16;font-weight:500;line-height:1;outline:none;resize:none}.TopBar_topbar__6xLPL{display:flex;justify-content:space-between;left:0;pointer-events:none;position:fixed;top:24px;width:100%;z-index:999}.TopBar_topbarSkeleton__ZusVN{border-radius:100px;box-shadow:0 8px 24px 1px #e9e9e9d6;height:56px;margin-left:24px}.TopBar_topbarItem__JY1Av{display:flex;padding:0 24px;pointer-events:auto;transform:scale(.85)}.TopBar_topbarItemMobile__9x5Cn{align-items:center;display:flex;justify-content:space-between;padding:0 6px;pointer-events:auto;transform:scale(.85);transform-origin:top center}.TopBar_topbarItemLeft__MaHy3{transform-origin:top left}.TopBar_topbarItemRight__AVy1J{transform-origin:top right}.TopBar_menuContainer__0d1CH{align-items:center;background-color:#fff;background:#fff;border-radius:100px;box-shadow:0 8px 24px 1px #e9e9e9d6;cursor:pointer;display:flex;justify-content:space-between;padding:4px}.TopBar_historyGroup__qiIJu{margin:0 16px;min-width:122px}.TopBar_scaleGroup__-tP0w{margin-left:16px;min-width:162px}.TopBar_buttonsSeparator__LS1gy{background-color:#ececec;height:24px;width:2px}.TopBar_text__t5Ios{font-size:16px;font-weight:500;padding:4px;text-align:center;-webkit-user-select:none;user-select:none}.TopBar_buttonWrapper__unVsH{background-color:#fff;border-radius:100px;box-shadow:0 8px 24px 1px #e9e9e9d6;height:56px;width:56px}.TopBar_closeButton__JGFBC{height:56px;margin:0;width:56px}.InvitePanel_wrapper__GO3LJ{background-color:#fff;border-radius:16px;box-shadow:0 8px 24px 1px #e9e9e9d6;position:absolute;right:16px;top:80px;width:550px}@media screen and (max-width:600px){.InvitePanel_wrapper__GO3LJ{width:100%}}.InvitePanel_panelHead__2d9He{align-items:center;display:flex;justify-content:space-between;padding:16px}.InvitePanel_divider__28XDU{background-color:#ececec;height:1px;width:100%}.InvitePanel_inivtedRights__lj8QA{align-items:center;display:flex;justify-content:space-between;padding:16px 16px 4px}.InvitePanel_linkGroup__kz6Dx{padding:6px 16px}.InvitePanel_linkButtonContainer__5WQKP{align-items:center;display:flex;justify-content:space-between;margin-bottom:6px}.InvitePanel_linkContainer__8vkET{align-items:center;border-radius:100px;display:flex;height:48px;margin-right:4px;outline:1px solid #ececec;padding:0 10px;width:100%}.InvitePanel_linkCopyButton__Sg-Bb{height:48px;outline:1px solid #ececec;width:56px}.InvitePanel_linkCopyButton__Sg-Bb:hover{background-color:#4893f429;outline:none}.InvitePanel_linkContainer__8vkET:hover{background-color:#4893f429;outline-color:#4893f4}.InvitePanel_linkContainer__8vkET>p{text-align:left}.InvitePanel_members__Y17s8{padding:16px}.InvitePanel_memeberDetails__ZSiwX{display:flex;justify-content:flex-start}.InvitePanel_memeberAvatar__VOftu{align-items:center;background-color:#4893f4;border-radius:100px;display:flex;height:32px;justify-content:center;margin-right:10px;width:32px}.InvitePanel_memeberAvatar__VOftu>p{color:#fff;font-size:20;font-weight:600}.InvitePanel_memeberContacts__KN-Rn{display:flex;flex-direction:column;justify-content:center}.InvitePanel_memberContainer__3Nb9F{align-items:center;display:flex;justify-content:space-between;padding:5px 0;width:100%}.InvitePanel_globeLogo__bDlgb{align-items:center;border:1px solid #ececec;border-radius:16px;display:flex;height:40px;justify-content:center;margin-right:12px;width:40px}.InvitePanel_directAccessTextGroup__BfsaM{align-items:flex-start;display:flex;flex-direction:column;max-width:290px;width:100%}.MembersPanel_wrapper__bA8-9{background-color:#fff;border-radius:16px;box-shadow:0 8px 24px 1px #e9e9e9d6;position:absolute;right:16px;top:80px;width:450px}.MembersPanel_panelHead__\+KeGD{align-items:center;display:flex;justify-content:space-between;padding:16px}.MembersPanel_divider__nbTy0{background-color:#ececec;height:1px;width:100%}.MembersPanel_inivtedRights__CMmbd{align-items:center;display:flex;justify-content:space-between;padding:16px 16px 4px}.MembersPanel_linkGroup__grI5y{padding:6px 16px}.MembersPanel_linkButtonContainer__heSM2{align-items:center;display:flex;justify-content:space-between;margin-bottom:6px}.MembersPanel_linkContainer__2FfeV{align-items:center;border-radius:100px;display:flex;height:48px;margin-right:4px;outline:1px solid #ececec;padding:0 10px;width:100%}.MembersPanel_linkCopyButton__EHpRh{height:48px;outline:1px solid #ececec;width:56px}.MembersPanel_linkCopyButton__EHpRh:hover{background-color:#4893f429;outline:none}.MembersPanel_linkContainer__2FfeV:hover{background-color:#4893f429;outline-color:#4893f4}.MembersPanel_linkContainer__2FfeV>p{text-align:left}.MembersPanel_members__pZjDM{padding:16px}.MembersPanel_memeberDetails__38tnV{display:flex;justify-content:flex-start}.MembersPanel_memeberAvatar__zg8mo{align-items:center;background-color:#4893f4;border-radius:100px;display:flex;height:32px;justify-content:center;margin-right:10px;width:32px}.MembersPanel_memeberAvatar__zg8mo>p{color:#fff;font-size:20;font-weight:600}.MembersPanel_memeberContacts__lCtX6{display:flex;flex-direction:column;justify-content:center}.MembersPanel_memberContainer__SV2\+N{align-items:center;display:flex;height:48px;justify-content:space-between;padding:8px 0;width:100%}.MembersButton_member__YltLY{align-items:center;border-radius:100px;display:flex;height:48px;justify-content:center;left:0;outline:2px solid #fff;position:absolute;top:4px;width:48px}.MembersButton_member__YltLY>p{color:#fff;font-size:20px;font-weight:600}.MembersButton_buttonWrapper__2c4AJ{align-items:center;background-color:#fff;border-radius:100px;box-shadow:0 8px 24px 1px #e9e9e9d6;cursor:pointer;display:flex;height:56px;justify-content:end;margin-right:16px;padding-right:12px;position:relative}.Popup_wrapper__LCr2h{background-color:#2929294d;height:100%;left:0;position:fixed;top:0;width:100%;z-index:99999}.Palette_outer__isSoJ,.Popup_wrapper__LCr2h{align-items:center;display:flex;justify-content:center}.Palette_outer__isSoJ{background-color:initial;border:2px solid #0000;border-radius:100px;height:32px;width:32px}.Palette_inner__77AX2{border-radius:100px;height:24px;width:24px}.Palette_palette__BCIjd{display:flex;height:32px;justify-content:space-between}.CustomPaletteColor_outer__rz92G{align-items:center;background-color:initial;border:2px solid #0000;border-radius:100px;display:flex;height:32px;justify-content:center;width:32px}.CustomPaletteColor_outer__rz92G:hover{transform:scale(1.15);transform-origin:center}.CustomPaletteColor_inner__DBLeo{align-items:center;border:1px solid #000a1466;border-radius:100px;display:flex;height:24px;justify-content:center;width:24px}.CustomPaletteColor_colorPicker__2ZKHv{background-color:#fff;border-radius:16px;left:calc(100% + 8px);padding:16px;position:absolute;top:0}.CustomPaletteColor_buttons__78iWK{align-items:center;display:flex;justify-content:space-between;margin-top:16px}.CustomPaletteColor_selectButton__3WtGx{align-items:center;display:flex;justify-content:center;padding:0 12px}.CustomPaletteColor_selectedColor__aDyLb{background-color:#fff;border:1px solid #fff;border-radius:100px;height:24px;margin-left:8px;width:24px}.CustomPaletteColor_eyeDropperBtn__EvLNQ{height:41px;margin-right:4px;min-height:41px;min-width:41px;width:41px}.Palette2_outer__YAiVj{align-items:center;background-color:initial;border:2px solid #0000;border-radius:100px;display:flex;height:32px;justify-content:center;width:32px}.Palette2_outer__YAiVj:hover{transform:scale(1.15);transform-origin:center}.Palette2_inner__\+TTfl{border-radius:100px;cursor:pointer;height:24px;width:24px}.Palette2_palette__v4D59{display:flex}.Palette2_deleteMenu__\+bYwQ{background-color:#fff;border-radius:16px;box-shadow:0 8px 24px 1px #e9e9e9d6;padding:12px;position:absolute;z-index:999999}.MembersStack_member__HY2OE{align-items:center;border-radius:100px;display:flex;height:32px;justify-content:center;left:0;outline:2px solid #fff;position:absolute;top:4px;width:32px}.MembersStack_member__HY2OE>p{color:#fff;font-size:14px;font-weight:600}.MembersStack_wrapper__CGfMA{height:36px;position:relative}.AuthButton_wrapper__Ah5jz{align-items:center;background-color:#4893f4;border-radius:16px;cursor:pointer;display:flex;height:52px;justify-content:center;width:100%}.AuthButton_wrapper__Ah5jz:hover{opacity:.6}.AuthButton_text__yREGb{color:#fff;font-family:Raleway;font-size:18px;font-weight:600;padding-left:10px}.AuthDivider_wrapper__eGRPW{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px;margin-top:24px;width:100%}@media screen and (max-width:600px){.AuthDivider_wrapper__eGRPW{margin-bottom:0;margin-top:16px}}.AuthDivider_text__oN66y{font-size:18px;margin:0 24px;opacity:.6;text-align:center}.AuthDivider_separator__FQUCD{background-color:#efefef;height:1px;width:100%}.EmailAuth_inputMargin__LujKf{margin-top:24px}@media screen and (max-width:600px){.EmailAuth_inputMargin__LujKf{margin-top:16px}}.EmailAuth_spinner__dNDRZ{align-items:center;display:flex;justify-content:center;width:100%}.EmailAuth_emailButton__hifUJ{border-radius:16px;margin-top:24px;width:100%}.AuthForm_wrapper__qFDX7{align-items:center;background-color:#fff;border-radius:24px;box-shadow:0 8px 24px 1px #e9e9e9d6;display:flex;flex-direction:column;margin:16px;padding:24px;width:560px}@media screen and (max-width:600px){.AuthForm_wrapper__qFDX7{width:100%}}.AuthForm_acceptTermsContainer__hBw00{display:flex;justify-content:flex-start;margin-top:24px;width:100%}.AuthForm_link__ejUFU{color:#4893f4;text-decoration:underline}.AuthForm_loginHeader__AqvUt{margin-bottom:12px}.AuthForm_loginLable__JgAIU{font-size:18px;opacity:.6;text-align:center}.AuthForm_checkbox__So3N7{background-color:#4893f4;cursor:pointer;height:18px;width:18px}.AuthForm_yandexAuthBtn__BqGUO{background-color:#000;margin-top:24px}.AuthForm_vkAuthBtn__0fvcB{margin-top:16px}.AuthForm_termsText__ca9kq{color:#2a2a2a99;font-size:12px;margin-left:0}.SearchBoards_wrapper__sEZcY{align-items:center;border:1px solid #ececec;border-radius:12px;display:flex;height:44px;max-width:600px;padding:10px;width:100%}@media screen and (max-width:960px){.SearchBoards_wrapper__sEZcY{margin:24px}}.SearchBoards_wrapper__sEZcY>input{background-color:none;border:none;font-family:Inter;font-size:16px;font-weight:400;margin-left:8px;outline:none}.UserProfileButton_memeberDetails__fz59q{align-items:center;cursor:pointer;display:flex;justify-content:flex-start}.UserProfileButton_memeberDetails__fz59q:hover{opacity:.6}.UserProfileButton_memeberAvatar__nE1-a{align-items:center;background-color:#4893f4;border-radius:100px;display:flex;height:44px;justify-content:center;margin-right:10px;width:44px}.UserProfileButton_memeberAvatar__nE1-a>p{color:#fff;font-size:18px;font-weight:600;white-space:nowrap}.UserProfileButton_memeberContacts__D4F5K{display:flex;flex-direction:column;justify-content:center;margin-right:8px}@media screen and (max-width:600px){.UserProfileButton_memeberContacts__D4F5K{display:none}}.UserProfileButton_profile__8a8DR{background-color:#fff;border-radius:16px;bottom:-12px;box-shadow:0 8px 24px 1px #e9e9e9d6;padding:4px;position:absolute;right:24px}.UserProfileButton_profileButton__OeY9m{align-items:center;border-radius:12px;display:flex;height:40px;padding:12px;width:192px}.UserProfileButton_profileButton__OeY9m:hover{background-color:#4893f429}.Header_wrapper__kBl7O{background-color:#fff;position:sticky;top:0;width:100%;z-index:9999}.Header_container__6AcRw{align-items:center;display:flex;justify-content:space-between;margin:16px auto;padding:0 24px;width:1248px}@media screen and (max-width:1200px){.Header_container__6AcRw{width:100%}}.Header_logo__WUVMw{width:120px}.Header_divider__O4aUk{background-color:#ececec;height:1px;width:100%}.BannerButton_wrapper__RQrw2{align-items:center;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffff52;border:2px solid #e8e8e83d;border-radius:12px;cursor:pointer;display:flex;height:51px;padding:16px 24px}.BannerButton_wrapper__RQrw2:hover{opacity:.6}.BannerButton_text__RAuDn{color:#fff;font-size:16px;white-space:nowrap}.Banner_wrapper__u5rYC{align-items:center;background:linear-gradient(90deg,#4893f4,#65a8ff);border-radius:16px;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:32px;margin-top:16px;overflow:hidden;padding:24px 0;position:relative;width:100%}.Banner_header__CHaVl{font-weight:700;line-height:29px;margin-bottom:6px}.Banner_header__CHaVl,.Banner_text__M4aTm{color:#fff;padding:0 24px;text-align:center}.Banner_text__M4aTm{font-size:16px;font-weight:400;line-height:20px;margin-bottom:24px}.Banner_buttons__YeC\+V{display:flex;justify-content:center;overflow-x:scroll;padding:0 24px;scrollbar-width:none;width:100%}@media screen and (max-width:800px){.Banner_buttons__YeC\+V{justify-content:flex-start}}.Banner_buttons__YeC\+V>*{margin-right:24px}.Banner_ellipse__w8nRL{display:block}@media screen and (max-width:600px){.Banner_ellipse__w8nRL{display:none}}.BoardCard_wrapper__ZKBkx{cursor:pointer;padding:12px;position:relative;width:300px}.BoardCard_delete__zv62R{display:none;position:absolute;right:20px;top:20px}.BoardCard_wrapper__ZKBkx:hover{background-color:#f8f9fc;border-radius:16px}.BoardCard_wrapper__ZKBkx:hover>.BoardCard_delete__zv62R{display:block}.BoardCard_preview__-hXxb{background-image:url(/static/media/card-wireframe.e9c90aecccc1faffc9d6.png);border:1px solid #000a141f;border-radius:14px;height:180px;margin-bottom:10px}.BoardCard_cardBottom__ECaQ6{align-items:center;display:flex;justify-content:space-between}.BoardCard_textWrapper__yvmJb{display:flex;flex-direction:column;height:38px;justify-content:space-between}.BoardCard_name__W2Ddk{color:#585858;font-size:16px;font-weight:600;line-height:1}.BoardCard_edited__cnTXm{color:#58585899;font-size:12px;font-weight:400;line-height:1}.BoardCard_cardLogo__fE2nM{align-items:center;display:flex;height:inherit;justify-content:center}.BoardCard_cardLogo__fE2nM>img{border-radius:14px}.BoardCard_popup__1AayW{align-items:center;background-color:#2929294d;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:99999}.BoardCard_popupInner__\+7ASo{background-color:#fff;border-radius:24px;max-width:600px;padding:24px;width:100%}.BoardCard_lable__Yeb8f{color:#28282899;font-size:16px;font-weight:400;line-height:22px;margin-top:6px}.BoardCard_buttons__1jh6A{display:flex;margin-top:24px}.BoardCard_buttons__1jh6A>div+div{margin-left:6px}.BoardCard_buttons__1jh6A>div{border:none;box-shadow:none;font-size:14px;font-weight:500;height:45px;line-height:17px;outline:none;padding:14px;text-align:center;width:273px}.BoardCard_deleteBtn__FaYLy{color:#fff}.BoardCard_deleteBtn__FaYLy:hover{color:#4893f4}.BoardCard_cancelBtn__XMDT7{background-color:#f5f5f5}.BoardCard_cancelBtn__XMDT7:hover{background-color:#fff;outline:1px solid #f5f5f5}.CreationButtons_wrapper__g73J0{cursor:pointer;display:inline-block;padding-bottom:24px}@media screen and (max-width:800px){.CreationButtons_wrapper__g73J0{width:100%}}.CreationButtons_container__-EmI3{background-color:#4893f4;border-radius:16px;display:flex;height:88px;padding:24px}.CreationButtons_wrapper__g73J0:hover .CreationButtons_container__-EmI3{background-color:#fff;outline:1px solid #4893f4}.CreationButtons_wrapper__g73J0:hover .CreationButtons_iconContainer__DvOaZ{background-color:#4893f4}.CreationButtons_wrapper__g73J0:hover .CreationButtons_iconContainer__DvOaZ>svg>path,.CreationButtons_wrapper__g73J0:hover .CreationButtons_iconContainer__DvOaZ>svg>rect{fill:#fff}.CreationButtons_wrapper__g73J0:hover .CreationButtons_lable__uEXRz,.CreationButtons_wrapper__g73J0:hover .CreationButtons_text__Sulyw{color:#4893f4}.CreationButtons_iconContainer__DvOaZ{align-items:center;background-color:#fff;border-radius:100px;display:flex;height:40px;justify-content:center;margin-right:12px;width:40px}.CreationButtons_iconContainer__DvOaZ>svg>path,.CreationButtons_iconContainer__DvOaZ>svg>rect{fill:#4893f4;stroke:none}.CreationButtons_textWrapper__rj2q5{display:flex;flex-direction:column;justify-content:center}.CreationButtons_text__Sulyw{color:#fff;font-size:19px;font-weight:600;line-height:1;margin-bottom:4px}.CreationButtons_lable__uEXRz{color:#fff9;font-size:14px;font-weight:400;line-height:1}.Auth_wrapper__c3m7W{background-image:url(/static/media/background-wireframe.acb301d2b8a676561004.svg);background-repeat:repeat;height:100vh;padding:24px;position:absolute;top:0;width:100%}@media screen and (max-width:600px){.Auth_wrapper__c3m7W{padding-bottom:200px}}.Auth_wrapper__c3m7W h1{font-family:Raleway;font-size:48px;font-weight:800;line-height:50px;text-align:center}.Auth_container__Tl5Wh{align-items:center;display:flex;flex-direction:column;justify-content:center}.Auth_logo__0KlKX{padding-bottom:100px}@media screen and (max-width:600px){.Auth_logo__0KlKX{padding-bottom:25px}}.Auth_ellipses__SYOAz{height:100vh;position:fixed;width:100%}.Auth_yandexAuthBtn__a3uoI{background-color:#000}.Home_wrapper__PKEtS{height:100vh;overflow-x:scroll;padding-bottom:100px}.Home_container__HOv9\+{margin:0 auto;padding:24px;width:1248px}@media screen and (max-width:1248px){.Home_container__HOv9\+{width:100%}.Home_cardsContainer__I5JmR{justify-content:center}}.Home_heading__FHxOl{color:#000;font-size:24px;font-weight:600}.Home_creatonButtons__Z95yd{padding-top:24px}.Home_creatonButtons__Z95yd>*{margin-right:24px}.Home_cardsContainer__I5JmR{display:flex;flex-wrap:wrap}.Board_root__fvtgd{-webkit-touch-callout:none;user-zoom:none;-webkit-user-drag:none;background-color:#fff;position:relative;touch-action:manipulation;-webkit-user-select:none;user-select:none;-moz-user-select:none;-o-user-select:none}.Board_cornerLogo__hVDAk{bottom:0;pointer-events:none;position:fixed;right:0;transform:scale(.75);z-index:9999}@media screen and (max-width:1024px){.Board_cornerLogo__hVDAk{padding-bottom:12px;padding-right:12px;transform:scale(.5);transform-origin:right bottom}}.Board_stageContainer__gK0YB{touch-action:none}.Board_grabCursor__L1F7O{cursor:grab}.Board_penCursor__xNT03{cursor:url(/static/media/pen.54879670ac586cd7c7e4.svg) 4 24,crosshair}.Board_eraserCursor__cLLpH{cursor:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFXSURBVHgB5ZNNTsJAGIbfb/gJMS7wBngDdIEs5QR6A7uwhhhIJlwAOIElIYZEFr2JutKQ+HMDewSXxNAZ28aakZb+TFnJu+l05svzZGa+AXY23S5vmNe8mVbHoJGr3mAoyuyDGHu77PFhUm0JGnDvMwr/CXR61DrB6+L5sbBgHZ5FklmwCZ4mySRIgydJaFtwNWwlDmczywnG24b7Wdbw+SvbVGT2uaEDFxBj27LSBVKwOjTg86k1UudiBQbndUbyAgXhsQIfXl3RvXf/TUg4EnICTXhEsA5nrujcTW+4tzTWgfspJcHDVntZPD0ct9oHXp+388D/7KDi4jwO/iNvEOEsL9xPORz4XUPBs5NYKgU+vOp6O5PU8NbeJdEELjC/tWxkCCkg5Yik8+XKDmqACt8ry46l9HguQZwkOMAC8IggIgmiD48VhDH7A0MK1PcrwtaF/498A/tbvrZ/xKO5AAAAAElFTkSuQmCC) 12 12,crosshair}.Board_stickerCursor__v7T9O{cursor:url(/static/media/sticker.e19e6cbee8861d5da1d8.svg) 12 12,crosshair}.Error_wrapper__2l7QJ{background-image:url(/static/media/background-wireframe.acb301d2b8a676561004.svg);background-repeat:repeat;height:100vh;padding:24px;position:absolute;top:0;width:100%}.Error_wrapper__2l7QJ h1{font-family:Raleway;font-size:48px;font-weight:800;line-height:50px;text-align:center}.Error_container__L9NOh{align-items:center;display:flex;flex-direction:column;justify-content:center}.Error_logo__pvmbX{padding-bottom:100px}@media screen and (max-width:600px){.Error_logo__pvmbX{padding-bottom:25px}.Error_heading__eJTlu{font-size:32px}}.Error_ellipses__QPDgZ{height:100vh;position:fixed;width:100%}:where(html){-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;line-height:1.15}:where(h1){font-size:2em;margin-block-end:.67em;margin-block-start:.67em}:where(dl,ol,ul) :where(dl,ol,ul){margin-block-end:0;margin-block-start:0}:where(hr){box-sizing:initial;color:inherit;height:0}:where(abbr[title]){text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}:where(b,strong){font-weight:bolder}:where(code,kbd,pre,samp){font-family:monospace,monospace;font-size:1em}:where(small){font-size:80%}:where(table){border-color:currentColor;text-indent:0}:where(button,input,select){margin:0}:where(button){text-transform:none}:where(button,input:is([type=button i],[type=reset i],[type=submit i])){-webkit-appearance:button}:where(progress){vertical-align:initial}:where(select){text-transform:none}:where(textarea){margin:0}:where(input[type=search i]){-webkit-appearance:textfield;outline-offset:-2px}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}:where(button,input:is([type=button i],[type=color i],[type=reset i],[type=submit i]))::-moz-focus-inner{border-style:none;padding:0}:where(button,input:is([type=button i],[type=color i],[type=reset i],[type=submit i]))::-moz-focusring{outline:1px dotted ButtonText}:where(:-moz-ui-invalid){box-shadow:none}:where(dialog){background-color:#fff;border:solid;color:#000;height:fit-content;left:0;margin:auto;padding:1em;position:absolute;right:0;width:fit-content}:where(dialog:not([open])){display:none}:where(summary){display:list-item}body{font-family:Inter,sans-serif;font-optical-sizing:auto;font-style:normal;margin:0;overflow:hidden;padding:0;-webkit-user-select:none;user-select:none}#stats{bottom:0;position:fixed}.Toastify__toast{border-radius:100px;height:56px}.Toastify__toast-body{color:#000;font-family:Inter;font-weight:500;text-align:center}