: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: 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-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( to right, #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:translate3d(0, 0, var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.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%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.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%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.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:initial}}.Toastify__toast{--y: 0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0px 4px 12px rgba(0,0,0,.1);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.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__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{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-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--default{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--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:rgba(0,0,0,0);outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}100%{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-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{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{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{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.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{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{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:translate3d(0, 0, 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{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.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--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-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{from{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{from{opacity:1}50%{opacity:0;transform:translate3d(0, var(--y), 0) scale3d(0.3, 0.3, 0.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{from{transform:perspective(400px) rotate3d(1, 0, 0, 90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1, 0, 0, -20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(1, 0, 0, 10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1, 0, 0, -5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{from{transform:translate3d(0, var(--y), 0) perspective(400px)}30%{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{from{transform:translate3d(110%, 0, 0);visibility:visible}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInLeft{from{transform:translate3d(-110%, 0, 0);visibility:visible}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInUp{from{transform:translate3d(0, 110%, 0);visibility:visible}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInDown{from{transform:translate3d(0, -110%, 0);visibility:visible}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideOutRight{from{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(110%, var(--y), 0)}}@keyframes Toastify__slideOutLeft{from{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(-110%, var(--y), 0)}}@keyframes Toastify__slideOutDown{from{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(0, 500px, 0)}}@keyframes Toastify__slideOutUp{from{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(0, -500px, 0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-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{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
*{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}blockquote,q{quotes:none}blockquote::before,blockquote::after,q::before,q::after{content:"";content:none}ol,ul{list-style:none}pre,code{font-family:monospace,monospace}hr{border:0}table{border-collapse:collapse;border-spacing:0}th{font-weight:normal;text-align:left}button,input,textarea,select,optgroup{color:inherit;font:inherit}button,input,textarea,select{background:none;border:0;outline:0}fieldset,legend{border:0}optgroup{font-weight:bold}a,abbr{outline:0;text-decoration:none}address,cite{font-style:normal}iframe{border:0}*,*::before,*::after{box-sizing:border-box}a,area,button,label,input,select,textarea,[tabindex]{touch-action:manipulation}html{text-size-adjust:100%;-ms-overflow-style:-ms-autohiding-scrollbar}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{vertical-align:baseline;display:inline-block}h1{font-size:100%}hr{height:1px}audio:not([controls]){height:0;display:none}template{display:none}input,textarea,select{border-radius:0;appearance:none}button{border-radius:0;overflow:visible;text-transform:none}button::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}textarea{overflow:auto}select{text-transform:none}b,strong{font-weight:bold}a{background:none}abbr{speak:spell-out}img{border:0}small{font-size:100%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}svg:not(:root){overflow:hidden}[hidden]{display:none}body,button,input,textarea,select{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji}body,button{line-height:1}html{font-size:17px}@media(max-width: 768px){html{font-size:16px}}@media(max-width: 568px){html{font-size:15px}}body{background:#fff;color:#000}p,blockquote{line-height:1.4}p{margin:0 0 20px}table{width:100%}button,input,textarea,select{vertical-align:middle}button,label[for],input[type=checkbox],input[type=radio],select{cursor:pointer}input,textarea,select{width:100%;line-height:normal}input,textarea{line-height:normal}input::placeholder,textarea::placeholder{color:rgba(0,0,0,.75);opacity:1;text-overflow:ellipsis !important}button *{pointer-events:none}input[type=checkbox],input[type=radio]{width:auto}textarea{resize:vertical}select{text-overflow:"";text-indent:1px}a{color:inherit}img{max-width:100%;height:auto;user-select:none;vertical-align:middle}[disabled],[disabled] *{cursor:default !important;pointer-events:none}@viewport{width:device-width;zoom:1;user-zoom:fixed}:root{--color-scheme: "light";--background: #fff;--background---alternate: #f2f1f6;--background---alternate---alpha: rgba(242, 241, 246, 0.9);--background---alternate--color: #000;--border-color: rgba(169, 169, 173, 0.5);--color: #000;--toastify-text-color-light: #000;--toastify-color-light: #FCECFB}
.action-menu{display:none;position:absolute;transform:translate(-50%, -100%);z-index:100}.action-menu .bubble{display:flex;background:rgba(0,0,0,.8);color:#fff;border-radius:10px}.action-menu .button{padding:10px 20px;border-left:.5px solid #999;cursor:pointer}.action-menu .button:first-child{border-left:none}.action-menu .arrow-up{display:none;margin-left:50%;transform:translate(-50%, 0);width:0;height:0;border-left:10px solid rgba(0,0,0,0);border-right:10px solid rgba(0,0,0,0);border-bottom:10px solid rgba(0,0,0,.8)}.action-menu .arrow-down{margin-left:50%;transform:translate(-50%, 0);width:0;height:0;border-left:10px solid rgba(0,0,0,0);border-right:10px solid rgba(0,0,0,0);border-top:10px solid rgba(0,0,0,.8)}.action-menu.under{transform:translate(-50%, 0)}.action-menu.under .arrow-up{display:block}.action-menu.under .arrow-down{display:none}
.transform-handles{display:none;position:absolute;z-index:100;pointer-events:none}.transform-handles .marching-ants-svg{width:100%;height:100%}.transform-handles .marching-ants-rect{stroke:#000}.dark-mode .transform-handles .marching-ants-rect{stroke:#fff}.transform-handles .handle{position:absolute;display:flex;justify-content:center;align-items:center;width:44px;height:44px;transform:translate(-50%, -50%);pointer-events:auto;cursor:pointer}.transform-handles .handle::after{content:"";width:16px;height:16px;border-radius:8px;background:#d207ce;border:3px solid #fff;box-shadow:0 0 2px rgba(0,0,0,.3)}.transform-handles .handle.hide{display:none}.transform-handles .handle.top-left{left:1px;top:1px}.transform-handles .handle.top-right{left:calc(100% - 1px);top:1px}.transform-handles .handle.middle-left{left:1px;top:50%}.transform-handles .handle.middle-left::after{height:24px}.transform-handles .handle.middle-right{left:calc(100% - 1px);top:50%}.transform-handles .handle.middle-right::after{height:24px}.transform-handles .handle.bottom-left{left:1px;top:calc(100% - 1px)}.transform-handles .handle.bottom-right{left:calc(100% - 1px);top:calc(100% - 1px)}.transform-handles .rotation{position:absolute;top:100%;left:50%;width:60px;padding:10px 10px 15px 10px;transform:translate(-50%, 0);cursor:pointer;pointer-events:auto}.transform-handles.while-dragging .handle,.transform-handles.while-dragging .rotation{pointer-events:none}
.label-editor{display:none;position:absolute;left:0;top:0;z-index:110;font-size:18px;line-height:23px}.label-editor .text-container{transform-origin:top left;outline:none;overflow-wrap:break-word;min-width:1px}.label-editor .placeholder{transform-origin:top left;color:#888}
.loading-container{background-color:rgba(0,0,0,.8);border-radius:5px;padding:10px;display:flex;align-items:center;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:1}.loading-container p{margin:0px;font-family:Helvetica Neue,Helvetica,Open Sans;font-size:18px;color:#fff}.lds-ellipsis{display:inline-block;position:relative;width:36px;height:20px}.lds-ellipsis div{position:absolute;top:10px;width:6px;height:6px;border-radius:50%;background:#fff;animation-timing-function:cubic-bezier(0, 1, 1, 0)}.lds-ellipsis div:nth-child(1){left:6px;animation:lds-ellipsis1 .6s infinite}.lds-ellipsis div:nth-child(2){left:6px;animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(3){left:18px;animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(4){left:29px;animation:lds-ellipsis3 .6s infinite}@keyframes lds-ellipsis1{0%{transform:scale(0)}100%{transform:scale(1)}}@keyframes lds-ellipsis3{0%{transform:scale(1)}100%{transform:scale(0)}}@keyframes lds-ellipsis2{0%{transform:translate(0, 0)}100%{transform:translate(11px, 0)}}
.tool-button{position:relative;height:44px;width:44px;color:var(--tool-button-color);cursor:pointer}.tool-button .tool-inner{height:44px;width:44px;position:absolute;top:0px;left:0px}.tool-button .shadow{margin:5px;height:34px;width:34px;border-radius:5px}.tool-button .shadow.highlighted{background-color:rgba(var(--tool-button-background-base), 0.12)}.tool-button .shadow.selected{box-shadow:var(--tool-button-selected-shadow) inset 1.5px 0px 7.5px rgba(0,0,0,.06);background-color:rgba(var(--tool-button-background-base), 0.08)}.tool-button .shadow.selected.highlighted{background-color:rgba(var(--tool-button-background-base), 0.12)}.tool-button svg{pointer-events:none}.tool-button .color-element.outlined{filter:var(--tool-button-outline-shadow)}.disabled{opacity:.4}
.inner{width:100%;display:flex;flex:1;overflow:hidden;position:relative}.tool-tray{background:var(--background);border:0 var(--border-color) solid;color:var(--color);border-width:0;backdrop-filter:blur(6px);background-color:rgba(0,0,0,.03);--tool-button-color: #000;--tool-button-background-base: 0, 0, 0;--tool-button-selected-shadow: inset 1.5px 0px 7.5px rgba(0, 0, 0, 0.06);--tool-button-outline-shadow: drop-shadow(0 0 0.5px rgba(0 0 0 / 0.8));border-bottom-right-radius:10px;border-bottom-left-radius:10px}@media(prefers-color-scheme: dark){body:not([data-dark-mode=off]) .tool-tray:not(.disable-dark-mode) .Button---black,body:not([data-dark-mode=off]) .tool-tray:not(.disable-dark-mode) .Text---color---black,body:not([data-dark-mode=off]) .tool-tray:not(.disable-dark-mode) .Text---color---default{color:var(--color)}body:not([data-dark-mode=off]) .tool-tray:not(.disable-dark-mode) .Text---color---grey{color:#a3a3a3}}[data-dark-mode=on] .tool-tray .Button---black,[data-dark-mode=on] .tool-tray .Text---color---black,[data-dark-mode=on] .tool-tray .Text---color---default{color:var(--color)}[data-dark-mode=on] .tool-tray .Text---color---grey{color:#a3a3a3}@media(prefers-color-scheme: dark){body:not([data-dark-mode=off]) .tool-tray:not(.disable-dark-mode){background-color:rgba(255,255,255,.08);--tool-button-color: #fff;--tool-button-selected-shadow: inset 1.5px 0px 7.5px rgba(255, 255, 255, 0.06);--tool-button-background-base: 255, 255, 255;--tool-button-outline-shadow: drop-shadow(0 0 0.5px rgba(255 255 255 / 0.8))}}[data-dark-mode=on] .tool-tray{background-color:rgba(255,255,255,.08);--tool-button-color: #fff;--tool-button-selected-shadow: inset 1.5px 0px 7.5px rgba(255, 255, 255, 0.06);--tool-button-background-base: 255, 255, 255;--tool-button-outline-shadow: drop-shadow(0 0 0.5px rgba(255 255 255 / 0.8))}.tool-tray--overflow{border-radius:10px}
.Buttons{display:flex;align-items:center;flex-wrap:wrap;margin:-8px}.Buttons .Button:not(.Button---text){width:100%;min-width:0;display:block}.Buttons---center{justify-content:center}.Buttons---right{justify-content:flex-end}.Buttons--item{margin:8px}.Buttons---equal .Buttons--item{flex:1}.Buttons---large{margin:-12px}.Buttons---large .Buttons--item{margin:12px}.Buttons---small{margin:0}.Buttons---small .Buttons--item{margin:0}.Buttons---split{justify-content:space-between}@media(max-width: 480px){.Buttons---reset{align-items:stretch;flex-direction:column-reverse}}.Buttons---y>.Buttons--item{width:100%}
.Image{display:none}.Image---loaded,.Image---placeholder{display:inline}
.Link---pink{color:#d207ce;transition:175ms ease-in-out;transition-property:color,opacity}.Link---pink:hover{color:#a1059e}.Link---black{color:#000;transition:175ms ease-in-out;transition-property:color,opacity}.Link---black:hover{color:#1a1a1a}.Link---grey{color:#6d6d71;transition:175ms ease-in-out;transition-property:color,opacity}.Link---grey:hover{color:#545457}.Link---white{color:#fff;transition:175ms ease-in-out;transition-property:color,opacity}.Link---white:hover{opacity:.9}.Link---red{color:#eb1516;transition:175ms ease-in-out;transition-property:color,opacity}.Link---red:hover{color:#bd1011}.Link---blackWithPinkHover{padding:8px;margin:-8px;border-radius:12px}.Link---blackWithPinkHover:hover{color:#d207ce;background:#fee7fe}.Link---text{border-bottom:1px currentColor solid}.Link---underline{text-decoration:underline}
.MediaObject{display:flex}.MediaObject--body{min-width:1%;flex:1}.MediaObject---action{cursor:pointer}.MediaObject---center{align-items:center}.MediaObject---inline{display:inline-flex}.MediaObject>.MediaObject--figure:first-child{margin-right:8px}.MediaObject>.MediaObject--figure:last-child{margin-left:8px}.MediaObject---split{justify-content:space-between}.MediaObject---large>.MediaObject--figure:first-child{margin-right:16px}.MediaObject---large>.MediaObject--figure:last-child{margin-left:16px}
.Text:not(.Text---retain-height):empty{display:none}.Text---align---left{text-align:left}.Text---align---center{text-align:center}.Text---align---right{text-align:right}.Text---align---center{display:block}.Text---lower{text-transform:lowercase}.Text---upper{text-transform:uppercase}.Text---capitals{text-transform:capitalize}.Text---color---default{color:#000}.Text---color---inherit{color:inherit}.Text---color---red{color:#eb1516}.Text---color---pink{color:#d207ce}.Text---color---yellow{color:#d7b219}.Text---color---black{color:#000}.Text---color---grey{color:#6d6d71}.Text---color---grey---light{color:#a9a9ad}.Text---color---white{color:#fff}.Text---copy{line-height:1.4}.Text---emoji{font-family:Apple Color Emoji,Segoe UI Emoji}.Text---sans-serif{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji}.Text---flush{margin-bottom:0}.Text---lines{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical}.Text---lines---3{-webkit-line-clamp:3}.Text---lines---2{-webkit-line-clamp:2}.Text---lines---1{-webkit-line-clamp:1}.Text---retain-height::after{content:" "}.Text---size---inherit{font-size:inherit}.Text---size---xxlarge{font-size:36px}.Text---size---xlarge{font-size:24px}.Text---size---large{font-size:20px}.Text---size---medium{font-size:17px}.Text---size---small{font-size:14px}.Text---size---xsmall{font-size:12px}.Text---style---inherit{font-style:inherit}.Text---style---italic{font-style:italic}.Text---style---normal{font-style:normal}.Text---truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Text---weight---inherit{font-weight:inherit}.Text---weight---bold{font-weight:bold}.Text---weight---semibold{font-weight:600}.Text---weight---medium{font-weight:500}.Text---weight---normal{font-weight:normal}.Text---weight---light{font-weight:300}.Text---underline{text-decoration:underline}.Text---no-wrap{white-space:nowrap}p.Text{margin:0}p.Text:not(:last-child):not(.Text---flush){margin-bottom:12px}
.Button-module--this---j9B7u{display:inline-block;font-size:17px;transition:175ms ease-in-out;transition-property:background,opacity,transform}.Button-module--this---j9B7u:not(.Button-module--this---icon---Pdp8r):not(.Button-module--this---list-item---cmiu5):not(.Button-module--this---text---PFWOn){border:1.5px rgba(0,0,0,0) solid;border-radius:4px;font-weight:500;line-height:normal;padding:14px 16px}.Button-module--this---disabled---zVfYC{opacity:.5;pointer-events:none}.Button-module--this---full---mb_Yq{width:100%;display:block;text-align:center}.Button-module--this---primary---Lo1TF{color:#fff}.Button-module--this---primary---Lo1TF.Button-module--this---pink---KtCP9{background:#d207ce;color:#fff}.Button-module--this---primary---Lo1TF.Button-module--this---pink---KtCP9:hover{background:#f715f3}.Button-module--this---primary---Lo1TF.Button-module--this---black---POcfy{background:#1a1a1a;color:#fff}.Button-module--this---primary---Lo1TF.Button-module--this---black---POcfy:hover{background:#343434}.Button-module--this---primary---Lo1TF.Button-module--this---grey---h6KJO{background:#e0e3e8;color:#fff;color:#1a1a1a}.Button-module--this---primary---Lo1TF.Button-module--this---grey---h6KJO:hover{background:#fdfdfe;background:#eceef1}.Button-module--this---primary---Lo1TF.Button-module--this---red---jWSvm{background:#eb1516;color:#fff}.Button-module--this---primary---Lo1TF.Button-module--this---red---jWSvm:hover{background:#ef4445}.Button-module--this---secondary---o3fCN{background:#fff;border-color:#d207ce !important;border-radius:12px !important;color:#d207ce;transition:175ms ease-in-out;transition-property:background,color}.Button-module--this---secondary---o3fCN:hover{background:#d207ce;color:#fff}.Button-module--this---secondary---o3fCN.Button-module--this---pink---KtCP9{color:#d207ce;border-color:#d207ce !important}.Button-module--this---secondary---o3fCN.Button-module--this---pink---KtCP9:hover{background:#fff}.Button-module--this---secondary---o3fCN.Button-module--this---black---POcfy{color:#1a1a1a;border-color:#1a1a1a !important}.Button-module--this---secondary---o3fCN.Button-module--this---black---POcfy:hover{background:#f3f3f3}.Button-module--this---secondary---o3fCN.Button-module--this---grey---h6KJO{color:#e0e3e8;border-color:#e0e3e8 !important}.Button-module--this---secondary---o3fCN.Button-module--this---grey---h6KJO:hover{background:#fff}.Button-module--this---secondary---o3fCN.Button-module--this---red---jWSvm{color:#eb1516;border-color:#eb1516 !important}.Button-module--this---secondary---o3fCN.Button-module--this---red---jWSvm:hover{background:#fff}.Button-module--this---secondary---o3fCN.Button-module--this---white---iEGDW:hover{color:#d207ce;background:#fff3fe}.Button-module--this---secondary---o3fCN.Button-module--this---whiteWithPinkHover---F8g7Y{background:#fff;border-color:rgba(0,0,0,0) !important;color:#d207ce}.Button-module--this---secondary---o3fCN.Button-module--this---whiteWithPinkHover---F8g7Y:hover{background:#fff3fe}.Button-module--this---tertiary---fvJPw{color:#d207ce}.Button-module--this---tertiary---fvJPw:hover{color:#f715f3}.Button-module--this---list-item---cmiu5{width:calc(100% + 32px);background:#fff;border:1px rgba(169,169,173,.5) solid;border-right:0;border-left:0;color:#000;display:flex;align-items:center;justify-content:space-between;margin:0 -16px;padding:22px 16px;text-align:left}.Button-module--this---list-item---cmiu5 .Button-module--this--inner---uc2aQ{flex:1}.Button-module--this---list-item---cmiu5+.Button-module--this---list-item---cmiu5{border-top:0}.Button-module--this---text---PFWOn{color:inherit;font-size:inherit;font-weight:inherit;vertical-align:baseline}.Button-module--this---text---PFWOn.Button-module--this---pink---KtCP9{color:#d207ce}.Button-module--this---text---PFWOn.Button-module--this---pink---KtCP9:hover{color:#f715f3}.Button-module--this---text---PFWOn.Button-module--this---black---POcfy{color:#1a1a1a}.Button-module--this---text---PFWOn.Button-module--this---black---POcfy:hover{color:#343434}.Button-module--this---text---PFWOn.Button-module--this---grey---h6KJO{color:#6d6d71}.Button-module--this---text---PFWOn.Button-module--this---grey---h6KJO:hover{color:#86868b}.Button-module--this---text---PFWOn.Button-module--this---decorated---wH1Ln{border-bottom:1px currentColor solid}.Button-module--this---large---TAd8G.Button-module--this---large---TAd8G:not(.Button-module--this---icon---Pdp8r):not(.Button-module--this---text---PFWOn){border-radius:10px;padding-top:19px;padding-bottom:19px}
.Modal{width:100%;max-width:540px;margin:auto;font-family:Lexend,-apple-system,BlinkMacSystemFont,segoe ui,roboto,helvetica neue,arial,sans-serif}.Modal>*{box-shadow:0 5px 10px rgba(0,0,0,.2)}.Modal .Button,.Modal .Input,.Modal .Text{font-family:Lexend,-apple-system,BlinkMacSystemFont,segoe ui,roboto,helvetica neue,arial,sans-serif}.Modal--container{position:relative}.Modal--inner{overflow:auto;-webkit-overflow-scrolling:touch}.Modal--close-button{display:none;width:44px;height:44px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAABYCAYAAABxlTA0AAAACXBIWXMAABYlAAAWJQFJUiTwAAACdUlEQVR4nO3c3UkDQRSG4U8R0TtLsADBCoTYkaWkIwUrEFJASvBO8SayMBdB3N3Zn/fMWfheECUJZPchjtk56sXpdJLjurQtm4HhDAxnYDgDwxkYzsBwBoYzMJyB4QwMZ2A4A8MZGM7AcAaGMzCcgeEMDGdgOAPDGRjuin6C65vbnaQXSXeSjt3XP99fny1O9vrmtjuGvaR7Sd0x7H++v97I50R/L6Lgvv65+UPSLhq54HaYj3/ueiaR6SXi5Z/buhN8Kycc0gBu3zGuFg3chxiGPIKrgWNcJRr4OHAfjlyBq5FjXBy9BtecILImt3zu89BXcDnwXTmRvlZ/JWfBVcT74GjkTLiKutCIQs6Gq8grORo5I66iL5Up5Ky4arEXsTZyZly12uxZCzk7rlrupi1F3gKuWm9XzkXeCq7oK7napoCVrzeBqyzAqkc+lM8PA49Jg6tMwKpHHioVrrKNjCrX5L7S4SrjTG4mckpcZVsizivLxfvIequyLj9lxJWnynwpgc9+2I29elUeEzrjm1I64JnvJMIHqbWlAl74Ni0lchrgCRcah4H70yGnAJ5wqfxUPkJnfEtqDjx146bVIHVuTYHn7optCbkZ8NItx60gNwFeaz93C8jhwGtvlmdHDgWmJhGZkcOA6TFPVuQQ4KgZWkZkHDh6QJkNGQVuNf3NhEy/gvetpr8TkPdrP/d5NPD9wH34mKcSeegYF0cD9+GFzdAqkDf9C9j/ffuFDyhHkNElAh96+g8R/Q+a0TxVhjMwnIHhDAxnYDgDwxkYzsBwBoYzMJyB4QwMZ2A4A8MZGM7AcAaGMzCcgeEMDGdgOAOTSfoFmpmhMrbNXjUAAAAASUVORK5CYII=) center/cover;position:absolute;top:0;right:0}@media(max-width: 568px){.Modal--close-button{display:block}}@media(max-width: 500px){.Modal---modal---ios{margin:0}.Modal---modal---ios .BoxIos{margin:0}}.Modal---popover{max-width:none;display:flex;justify-content:flex-end;align-items:flex-start;margin:0;pointer-events:none}.Modal---large{max-width:900px}.ReactModal__Overlay{overflow:auto;-webkit-overflow-scrolling:touch;background:rgba(0,0,0,.5) !important;display:flex;opacity:0;z-index:150;transition-duration:225ms;transition:150ms ease-in-out;transition-property:opacity;position:fixed;top:0;right:0;bottom:0;left:0}.ReactModal__Overlay--after-open{opacity:1}.ReactModal__Overlay--before-close{opacity:0}.ReactModal__Overlay.Modal--overlay---modal:not(.Modal--overlay---modal---ios){padding:24px}@media(max-width: 568px){.ReactModal__Overlay.Modal--overlay---modal:not(.Modal--overlay---modal---ios){padding:12px}}.ReactModal__Overlay.Modal--overlay---popover{overflow:hidden}.ReactModal__Body--open{overflow:hidden}.ReactModal__Content{outline:0}@media(max-width: 568px){.Modal--sheet-on-mobile.ReactModal__Overlay{height:100vh}.Modal--sheet-on-mobile.ReactModal__Overlay.Modal--overlay---modal{padding:0}.Modal--sheet-on-mobile .ReactModal__Content{position:fixed;max-width:100vw;bottom:0;border-radius:10px 10px 0 0;padding:0}}.Modal--overlay---high-z-index.ReactModal__Overlay{z-index:200}
@media(max-width: 1024px){.Display---hide---desktop{display:none}}@media(max-width: 768px){.Display---hide---tablet{display:none}}@media(max-width: 568px){.Display---hide---mobile{display:none}}.Display---show{display:none}@media(max-width: 1024px){.Display---show---desktop{display:block}.Display---show---desktop.Display---span{display:inline-block}}@media(max-width: 768px){.Display---show---tablet{display:block}.Display---show---tablet.Display---span{display:inline-block}}@media(max-width: 568px){.Display---show---mobile{display:block}.Display---show---mobile.Display---span{display:inline-block}}
.Container{position:relative;width:100%;margin:0 auto;padding:0 32px;z-index:10}@media(max-width: 768px){.Container{padding-right:16px;padding-left:16px}}.Container---left{margin-left:0;margin-right:auto}.Container---right{margin-right:0;margin-left:auto}.Container---flush{padding:0 !important}.Container---xxlarge{max-width:1264px}@media(max-width: 768px){.Container---xxlarge{max-width:1232px}}.Container---xlarge{max-width:1088px}@media(max-width: 768px){.Container---xlarge{max-width:1056px}}.Container---large{max-width:964px}@media(max-width: 768px){.Container---large{max-width:932px}}.Container---medium{max-width:832px}@media(max-width: 768px){.Container---medium{max-width:800px}}.Container---small{max-width:632px}@media(max-width: 768px){.Container---small{max-width:600px}}.Container---xsmall{max-width:544px}@media(max-width: 768px){.Container---xsmall{max-width:512px}}.Container---xxsmall{max-width:384px}@media(max-width: 768px){.Container---xxsmall{max-width:352px}}.Container---xxxsmall{max-width:304px}@media(max-width: 768px){.Container---xxxsmall{max-width:272px}}
.Footer{background:#191f22;padding:.9411764706rem 0}.Footer--divider{margin:0 .7058823529rem}
.Layout{min-height:100vh;display:flex;flex-direction:column}.Layout--main{display:flex;flex:1}.Layout--main>*{width:100%}.Layout---light{background:#fff}.Layout---purple{background:linear-gradient(#4c0098 25%, #9b007e 100%);color:#fff}.Layout--ornamentation{height:152px;background-position:center bottom;background-repeat:no-repeat;margin:32px 0 0}
.ModalConfirm{position:relative;background:#fff;border-radius:10px;box-shadow:0 5px 10px rgba(0,0,0,.2);padding:50px 40px}.ModalConfirm ::selection{background:rgba(210,7,206,.24)}.ModalConfirm>*{box-shadow:none}.ModalConfirm---mobile-only-block{display:none}.ModalConfirm--top{margin:0 0 30px}.ModalConfirm--title{color:#1a1a1a;font-size:30px}.ModalConfirm--subtitle{color:#1a1a1a;font-size:14px;margin:5px 0 0 0}.ModalConfirm--close{position:absolute;right:8px;top:8px;width:36px;height:36px}.ModalConfirm--warning{position:relative;top:-15px;color:#eb1516;font-size:14px;font-weight:300;border-radius:10px;border:1px solid rgba(235,21,22,.5);padding:8px 15px;background:rgba(235,21,22,.12)}.ModalConfirm--actions{margin:32px 0 0}.ModalConfirm--cancel{margin:0 15px 0 0}.ModalConfirm--confirm{border-radius:12px !important;min-width:110px !important}.ModalConfirm--BoardItem{display:flex;flex-direction:column}.ModalConfirm--BoardItem--title{color:#1a1a1a;font-size:18px;font-weight:bold;margin:0 0 18px;text-align:center}.ModalConfirm--BoardItem--image{margin-left:auto;margin-right:auto;margin-bottom:15px;width:100%;aspect-ratio:16/9;background:#fff;border-radius:10px;border:1px solid #ddd;object-fit:cover}@media(max-width: 568px){.ModalConfirm--BoardItem--image{border-radius:6px;width:100%;height:154px}}.ModalConfirm--BoardItem--name{margin:0 15px 9px 0;font-size:14px;font-weight:400;color:#1a1a1a}.ModalConfirm--BoardItem--users{margin:0 15px 9px 0;font-size:12px;font-weight:300;color:#1a1a1a;opacity:.88}.ModalConfirm--BoardItem--created{margin:0 15px 0 0;font-size:12px;font-weight:300;color:#1a1a1a;opacity:.64}@media(max-width: 480px){.ModalConfirm{border-radius:0;padding:24px}.ModalConfirm--actions{text-align:center}.ModalConfirm--cancel{margin:0}}@media(max-width: 568px){.Modal--sheet-on-mobile .ModalConfirm{height:auto}.Modal--sheet-on-mobile .ModalConfirm---desktop-only-block{display:none}.Modal--sheet-on-mobile .ModalConfirm---mobile-only-block{display:block}.Modal--sheet-on-mobile .ModalConfirm.ModalConfirm---keyboard-open{min-height:500px}.Modal--sheet-on-mobile .ModalConfirm--top{height:48px;margin:0;border-bottom:1px solid #ddd}.Modal--sheet-on-mobile .ModalConfirm--title{font-size:14px;line-height:48px;font-weight:500;margin:0 0 0 16px}.Modal--sheet-on-mobile .ModalConfirm--close{right:16px;top:12px;width:24px;height:24px}.Modal--sheet-on-mobile .ModalConfirm--body{padding:15px}.Modal--sheet-on-mobile .ModalConfirm--warning{top:0;margin-bottom:15px}.Modal--sheet-on-mobile .ModalConfirm--subtitle{margin-bottom:15px}.Modal--sheet-on-mobile .ModalConfirm--actions{margin:0}.Modal--sheet-on-mobile .ModalConfirm .Buttons{height:52px;padding:6px;margin:0;flex-direction:row;gap:15px}.Modal--sheet-on-mobile .ModalConfirm .Buttons--item{margin:0;flex-basis:1px;flex-grow:1}.Modal--sheet-on-mobile .ModalConfirm .Buttons--item .Button{height:40px;line-height:40px;margin:0 !important;padding:0 !important;font-size:14px}}
.Box{background-color:#f2f1f6;background-position:top center;background-repeat:no-repeat;background-size:cover;border-radius:12px;box-shadow:0 10px 100px rgba(0,0,0,.3);color:#000;padding:3.7647058824rem}@media(max-width: 568px){.Box{padding:48px 32px 32px}}@media(max-width: 480px){.Box{padding-right:12px;padding-left:12px}}
.Input{background:#ededf2;border:1px rgba(169,169,173,.5) solid;border-radius:10px;font-size:17px;transition:175ms ease-in-out;transition-property:border-color;padding:20px 16px 20px 80px}.Input:focus{border-color:#d207ce}.Input::placeholder{color:#a9a9ad}.Input:-webkit-autofill{box-shadow:0 0 0 99px #ededf2 inset}.Input.invalid{color:#eb1516}
.Label{display:block;margin:0 0 .4705882353rem}.Label:empty{display:none}.Label[for]{cursor:pointer}.Label---flush{margin-bottom:0}.Label---hidden{width:1px !important;height:1px !important;border:0;clip:rect(0 0 0 0);margin:-1px;overflow:hidden;padding:0;position:absolute}.Label---interactive{cursor:pointer}
.Field{margin:0 0 1.4117647059rem;position:relative}.Field--label-text{line-height:normal;position:absolute;top:21px;left:16px}.Field---checkbox{margin-bottom:1.4117647059rem}.Field---checkbox .Field--label{display:flex}.Field---checkbox .Field--input{padding:0;width:1px !important;height:1px !important;border:0;clip:rect(0 0 0 0);margin:-1px;overflow:hidden;padding:0;position:absolute}.Field---checkbox .Field--input:checked+.Field--indicator{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAF92lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgNzkuMTY0NDYwLCAyMDIwLzA1LzEyLTE2OjA0OjE3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjEuMiAoTWFjaW50b3NoKSIgeG1wOkNyZWF0ZURhdGU9IjIwMjAtMDgtMjJUMjI6MzQ6MzAtMDQ6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDIwLTA4LTI0VDAwOjM5OjQwLTA0OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIwLTA4LTI0VDAwOjM5OjQwLTA0OjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgcGhvdG9zaG9wOklDQ1Byb2ZpbGU9InNSR0IgSUVDNjE5NjYtMi4xIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjhlODY3MTQ5LTY1ZGItNDY0Ni04YjYwLTNkMmNlN2RhYmI4OSIgeG1wTU06RG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjNjYWRiNmZmLWM4NWQtNTk0Yy1hZTNmLTU4OGZlYzk1YTU5MiIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjVjOWI4N2VhLWMyN2QtNDkzZi1hYWMzLWZiZmEzZDNkNDE2NyI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNyZWF0ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6NWM5Yjg3ZWEtYzI3ZC00OTNmLWFhYzMtZmJmYTNkM2Q0MTY3IiBzdEV2dDp3aGVuPSIyMDIwLTA4LTIyVDIyOjM0OjMwLTA0OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjEuMiAoTWFjaW50b3NoKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6OGU4NjcxNDktNjVkYi00NjQ2LThiNjAtM2QyY2U3ZGFiYjg5IiBzdEV2dDp3aGVuPSIyMDIwLTA4LTI0VDAwOjM5OjQwLTA0OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjEuMiAoTWFjaW50b3NoKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7BdBN1AAACC0lEQVQ4y52UO0/CUBTHS6st2NZCaSUaBjRMMKiLjzhAHFyd2PSLSMJjFHUjhIEwshEWPwdfgIRF5ZmQ6MTTek49mIqV10lODr3c+7v/c8+5l2HWN4clOizfa4HQOfDNSCSyARGdc4CtRgJLJBIsgoLBoABR9Pl8IkZwJ4FXUsaFQiEeogvYSjqdPuh0Onf1ev0GxrYDgYBzKZJhGAhDZQjbYllWLRQKJ6PR6MX4tk8E67ouLavMTBNhbrdbzeVyZxaYaf1+/xlV/qkYqcE4m6YIyrx2MFTYarXimqbJVgVcNBrdiMViHPp0jNJEmPoPzGi32w8wR8UMGKqM4Pf7XVQtFx2uQI5jaj6fP7eDNRqNJ/hfB5doc3ORnEqlArVa7bZUKh0riuKh80DXstnsqR2s2Ww+iqLoo3k8ZcZsVSqVo8lk8o6TMML3FYzvgu9lMpmL4XBoC5MkSSeYQMdj1kLq9Xr31skILRaL18lk8nIwGLzOSVMmGGu9emK1Wr2eXTQejz+gFd7slMGaHQuMo874MSyGipUyFtgMjLeDMeFwmKcJGqYyDwZnNleZaVQZAZsSDxkX2sB+nRl0BLvonnK0qyTLsrfb7Waw+9HxN4xp1GcCCZj/TNGO08svejweJR6P75fL5UP4dtMTxUPV2aUfUovSTVLrIhdojF35KUYoOiqe3mlSv/QT/wXIYMWfjWbtZAAAAABJRU5ErkJggg==) center/cover #d207ce;border-color:#d207ce}.Field---checkbox .Field--indicator{background:#ededf2;border:1px rgba(169,169,173,.5) solid;border-radius:10px;font-size:17px;transition:175ms ease-in-out;transition-property:border-color;width:18px;height:18px;min-width:18px;border-radius:5px;margin:1px 8px 0 0}.Field---checkbox .Field--label-text{position:static}.Field---checkbox .Field--validation{margin-left:26px}.Field---checkbox+.Field---checkbox{margin-top:-2px}.Field---ios{margin-right:-16px;margin-left:-16px;color:#000}.Field---ios,.Field---ios .Label{margin-bottom:0}.Field---ios .Input{padding-left:116px}.Field---ios+.Field---ios::before{content:"";width:16px;height:1px;background:#fff;display:block;position:absolute;top:-1px;left:0}.Field---ios+.Field---ios .Field--input{border-top:0}.Field--input---upper{letter-spacing:.5em;text-transform:uppercase}.Field--input---upper::placeholder{letter-spacing:0;text-transform:none}.Field--input---ios{background:#fff;border-right:0;border-left:0;border-radius:0}.Field--input---ios:focus{border-top:1px rgba(169,169,173,.5) solid}.Field--input---ios.invalid{border-bottom-color:#eb1516}.Field--input---ios+.Field--input---ios{border-top:0}.Field.Field---checkbox.Field---ios .Field--label{background:#fff;border-bottom:1px rgba(169,169,173,.5) solid;display:flex;flex-direction:row-reverse;padding:20px 16px}.Field.Field---checkbox.Field---ios .Field--label-text{flex:1}.Field.Field---checkbox.Field---ios .Field--indicator{background:#fff;margin:1px 0 0 8px}.Field--validation{margin:0 0 0 16px}.Field--validation::empty{display:none}.Field---flush{margin-bottom:0}
.AuthView-header{margin:0 0 1.4117647059rem}.AuthView-title{margin:0 0 .2352941176rem}.AuthView-subtext{margin:2.1176470588rem 0 0}.AuthView-status-text{margin:-.7058823529rem 0 1.8823529412rem !important}.AuthView-footer{margin:1.8823529412rem 0 0}@media(max-width: 568px){.AuthView-title{font-size:30px}}
.Row---xlarge:not(:last-child){margin-bottom:48px}.Row---large:not(:last-child){margin-bottom:32px}.Row---medium:not(:last-child){margin-bottom:12px}.Row---small:not(:last-child){margin-bottom:8px}.Row---xsmall:not(:last-child){margin-bottom:4px}.Row---xxsmall:not(:last-child){margin-bottom:2px}.Row---disabled *{pointer-events:none}.Row---flush:not(:last-child){margin-bottom:0}
.SignInForm-or{display:flex;align-items:center;justify-content:center;margin:1rem 0}.SignInForm-or--line{flex:1;height:1px;background-color:#6d6d71;margin:0 1rem}.SignInForm-or--text{font-size:17px;color:#6d6d71;text-align:center}.SignInForm-google-button{display:flex;justify-content:center;width:100%}.google-button-container{display:flex;justify-content:center}
.Copy{column-gap:48px;line-height:1.5}.Copy h1:not(:first-child),.Copy h2:not(:first-child){margin-top:31.5px}.Copy h3:not(:first-child){margin-top:27px}.Copy blockquote,.Copy ol,.Copy ul,.Copy li,.Copy p{break-inside:avoid}.Copy blockquote:not(:last-child),.Copy ol:not(:last-child),.Copy ul:not(:last-child),.Copy p:not(:last-child){margin-bottom:18px}.Copy ol,.Copy ul{padding-left:1.35em}.Copy ol{list-style:decimal}.Copy ul{list-style:disc}.Copy hr{height:1px;background:#c8c8c8;border:0;margin:18px 0}
.SignUpForm-or{display:flex;align-items:center;justify-content:center;margin:1rem 0}.SignUpForm-or--line{flex:1;height:1px;background-color:#6d6d71;margin:0 1rem}.SignUpForm-or--text{font-size:17px;color:#6d6d71;text-align:center}.SignUpForm-google-button{display:flex;justify-content:center;width:100%}
.Children-container>*:not(:last-child){margin-bottom:8px}
.SubscribePlans{min-height:219px}.SubscribePlans--deal{position:relative}.SubscribePlans--deal--crown{pointer-events:none;position:absolute;top:50%;right:100%;transform:rotate(-15deg) translate3d(0, -50%, 0)}.SubscribePlans .currency-select{margin-left:10px}
.Select{display:inline-block;position:relative}.Select select{background:#ededf2;border:1px rgba(169,169,173,.5) solid;border-radius:10px;font-size:17px;transition:175ms ease-in-out;transition-property:border-color;padding:20px 16px 20px 80px;padding:6px;padding-right:26px}.Select select:focus{border-color:#d207ce}.Select select::placeholder{color:#a9a9ad}.Select select:-webkit-autofill{box-shadow:0 0 0 99px #ededf2 inset}.Select select.invalid{color:#eb1516}.Select::after{content:" ";width:.8em;height:.5em;background-color:#d207ce;clip-path:polygon(100% 0%, 0 0%, 50% 100%);position:absolute;right:8px;top:14px}
.List{display:table;list-style:none !important;margin:auto;padding:0}

.InputPayment{margin:20px 0px}
.Auth{min-height:650px;position:relative}@media(max-width: 568px){.Auth{min-height:0}}@media(max-height: 600px){.Auth{min-height:0}}
.Button-module--this---gLsKt{user-select:none}.Button-module--this---full---F1wpo{width:100%}.Button-module--this---primary---lYOxK,.Button-module--this---secondary---IGm1W{border:1px rgba(0,0,0,0) solid;display:inline-block;font-weight:500;transition:150ms ease-in-out;transition-property:background}.Button-module--this---primary---lYOxK{color:#fff}.Button-module--this---primary---lYOxK.Button-module--this---pink---mQAwx{background:#da10d7}.Button-module--this---primary---lYOxK.Button-module--this---pink---mQAwx:hover{background:#ad12aa}.Button-module--this---primary---lYOxK.Button-module--this---pink---mQAwx:active{background:#6c00ea}.Button-module--this---primary---lYOxK.Button-module--this---black---OLrLo{background:#000}.Button-module--this---primary---lYOxK.Button-module--this---black---OLrLo:hover{background:#1a1a1a}.Button-module--this---primary---lYOxK.Button-module--this---grey---Sr91r{background:#d6d6e0}.Button-module--this---primary---lYOxK.Button-module--this---grey---Sr91r:hover{background:#b4b4bc}.Button-module--this---primary---lYOxK.Button-module--this---grey---Sr91r:active{background:#a3a3aa}.Button-module--this---primary---lYOxK.Button-module--this---white---DB7HK{background:#fff}.Button-module--this---primary---lYOxK.Button-module--this---white---DB7HK:hover{background:#fff}.Button-module--this---primary---lYOxK.Button-module--this---grey---Sr91r{color:#000}.Button-module--this---primary---lYOxK.Button-module--this---white---DB7HK{color:#000}.Button-module--this---primary---lYOxK.Button-module--this---white---DB7HK.Button-module--this---active---Zx70t{background:#f5f6f8}.Button-module--this---secondary---IGm1W{background:#fff;border-color:#da10d7 !important;border-radius:10px;color:#da10d7;transition:150ms ease-in-out;transition-property:background,color}.Button-module--this---secondary---IGm1W:hover{background:#da10d7;color:#fff}.Button-module--this---tertiary---oYJFt{color:#da10d7}.Button-module--this---tertiary---oYJFt:hover{color:#f02ded}.Button-module--this---text---OIXia{padding:0 !important;font-size:inherit;vertical-align:baseline;transition:150ms ease-in-out;transition-property:color,opacity}.Button-module--this---text---OIXia:hover{color:#da10d7}.Button-module--this---text---OIXia.Button-module--this---decorated---_oehU{border-bottom:1px currentColor solid}.Button-module--this---large---bNOEp{border-radius:clamp(.9259259259rem,.780141844vw + .7092198582rem,1.3333333333rem);font-size:24px;font-size:clamp(.9259259259rem,.780141844vw + .7092198582rem,1.3333333333rem);padding-top:24px;padding-top:clamp(.9259259259rem,.780141844vw + .7092198582rem,1.3333333333rem);padding-bottom:24px;padding-bottom:clamp(.9259259259rem,.780141844vw + .7092198582rem,1.3333333333rem);padding-right:32px;padding-right:clamp(1.2345679012rem,1.0401891253vw + .9456264775rem,1.7777777778rem);padding-left:32px;padding-left:clamp(1.2345679012rem,1.0401891253vw + .9456264775rem,1.7777777778rem)}.Button-module--this---medium---QIJCA,.Button-module--this---small---HzscJ,.Button-module--this---xsmall---Q0jZS{border-radius:clamp(.462962963rem,.390070922vw + .3546099291rem,.6666666667rem);font-size:18px;font-size:clamp(.6944444444rem,.585106383vw + .5319148936rem,1rem)}.Button-module--this---medium---QIJCA{padding-top:18px;padding-top:clamp(.6944444444rem,.585106383vw + .5319148936rem,1rem);padding-bottom:18px;padding-bottom:clamp(.6944444444rem,.585106383vw + .5319148936rem,1rem);padding-right:32px;padding-right:clamp(1.2345679012rem,1.0401891253vw + .9456264775rem,1.7777777778rem);padding-left:32px;padding-left:clamp(1.2345679012rem,1.0401891253vw + .9456264775rem,1.7777777778rem)}.Button-module--this---small---HzscJ{padding-top:16px;padding-top:clamp(.6172839506rem,.5200945626vw + .4728132388rem,.8888888889rem);padding-bottom:16px;padding-bottom:clamp(.6172839506rem,.5200945626vw + .4728132388rem,.8888888889rem);padding-right:24px;padding-right:clamp(.9259259259rem,.780141844vw + .7092198582rem,1.3333333333rem);padding-left:24px;padding-left:clamp(.9259259259rem,.780141844vw + .7092198582rem,1.3333333333rem)}.Button-module--this---xsmall---Q0jZS{padding-top:14px;padding-top:clamp(.5401234568rem,.4550827423vw + .4137115839rem,.7777777778rem);padding-bottom:14px;padding-bottom:clamp(.5401234568rem,.4550827423vw + .4137115839rem,.7777777778rem);padding-right:12px;padding-right:clamp(.462962963rem,.390070922vw + .3546099291rem,.6666666667rem);padding-left:12px;padding-left:clamp(.462962963rem,.390070922vw + .3546099291rem,.6666666667rem)}
.InputCheckbox{min-height:18px;cursor:pointer;display:inline-block}.InputCheckbox--input{width:0;height:0;margin:0;opacity:0;position:absolute}.InputCheckbox--input:checked+.InputCheckbox--indicator{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAF92lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgNzkuMTY0NDYwLCAyMDIwLzA1LzEyLTE2OjA0OjE3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjEuMiAoTWFjaW50b3NoKSIgeG1wOkNyZWF0ZURhdGU9IjIwMjAtMDgtMjJUMjI6MzQ6MzAtMDQ6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDIwLTA4LTI0VDAwOjM5OjQwLTA0OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIwLTA4LTI0VDAwOjM5OjQwLTA0OjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgcGhvdG9zaG9wOklDQ1Byb2ZpbGU9InNSR0IgSUVDNjE5NjYtMi4xIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjhlODY3MTQ5LTY1ZGItNDY0Ni04YjYwLTNkMmNlN2RhYmI4OSIgeG1wTU06RG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjNjYWRiNmZmLWM4NWQtNTk0Yy1hZTNmLTU4OGZlYzk1YTU5MiIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjVjOWI4N2VhLWMyN2QtNDkzZi1hYWMzLWZiZmEzZDNkNDE2NyI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNyZWF0ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6NWM5Yjg3ZWEtYzI3ZC00OTNmLWFhYzMtZmJmYTNkM2Q0MTY3IiBzdEV2dDp3aGVuPSIyMDIwLTA4LTIyVDIyOjM0OjMwLTA0OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjEuMiAoTWFjaW50b3NoKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6OGU4NjcxNDktNjVkYi00NjQ2LThiNjAtM2QyY2U3ZGFiYjg5IiBzdEV2dDp3aGVuPSIyMDIwLTA4LTI0VDAwOjM5OjQwLTA0OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjEuMiAoTWFjaW50b3NoKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7BdBN1AAACC0lEQVQ4y52UO0/CUBTHS6st2NZCaSUaBjRMMKiLjzhAHFyd2PSLSMJjFHUjhIEwshEWPwdfgIRF5ZmQ6MTTek49mIqV10lODr3c+7v/c8+5l2HWN4clOizfa4HQOfDNSCSyARGdc4CtRgJLJBIsgoLBoABR9Pl8IkZwJ4FXUsaFQiEeogvYSjqdPuh0Onf1ev0GxrYDgYBzKZJhGAhDZQjbYllWLRQKJ6PR6MX4tk8E67ouLavMTBNhbrdbzeVyZxaYaf1+/xlV/qkYqcE4m6YIyrx2MFTYarXimqbJVgVcNBrdiMViHPp0jNJEmPoPzGi32w8wR8UMGKqM4Pf7XVQtFx2uQI5jaj6fP7eDNRqNJ/hfB5doc3ORnEqlArVa7bZUKh0riuKh80DXstnsqR2s2Ww+iqLoo3k8ZcZsVSqVo8lk8o6TMML3FYzvgu9lMpmL4XBoC5MkSSeYQMdj1kLq9Xr31skILRaL18lk8nIwGLzOSVMmGGu9emK1Wr2eXTQejz+gFd7slMGaHQuMo874MSyGipUyFtgMjLeDMeFwmKcJGqYyDwZnNleZaVQZAZsSDxkX2sB+nRl0BLvonnK0qyTLsrfb7Waw+9HxN4xp1GcCCZj/TNGO08svejweJR6P75fL5UP4dtMTxUPV2aUfUovSTVLrIhdojF35KUYoOiqe3mlSv/QT/wXIYMWfjWbtZAAAAABJRU5ErkJggg==) center/cover #d207ce;border-color:#d207ce}.InputCheckbox--indicator{width:18px;height:18px;border:.5px #e4e7eb solid;cursor:pointer;border-radius:3px;box-shadow:0 0 2px rgba(0,0,0,.25) inset;display:flex;align-items:center;justify-content:center;overflow:hidden;user-select:none}.InputCheckbox---disabled{filter:grayscale(1);opacity:.5;pointer-events:none;transition:175ms ease-in-out;transition-property:all}.InputCheckbox---list-item{display:flex;margin:-14px -16px;padding:14px 16px}.InputCheckbox---list-item .InputCheckbox--label{flex:1;margin-right:16px}
.OverlayPanel{width:100%;background:#f2f1f6;border-radius:16px;box-shadow:0 0 10px 2px rgba(0,0,0,.25);display:flex;opacity:0;overflow:auto;position:absolute;top:0;bottom:0;left:calc(100% + 12px);transition:175ms ease-in-out;transition-property:opacity,left;transition-duration:350ms;transition-timing-function:cubic-bezier(0.62, 0.28, 0.23, 1)}.OverlayPanel---visible{opacity:1;left:0}.OverlayPanel>*{width:100%}.OverlayPanel>.BoxIos{display:flex;flex-direction:column}.OverlayPanel.OverlayPanel .BoxIos--body{max-height:none}
.BoxIos{background:var(--background);border:0 var(--border-color) solid;color:var(--color);background:var(--background---alternate);color:var(--background---alternate--color);border-radius:16px}@media(prefers-color-scheme: dark){body:not([data-dark-mode=off]) .BoxIos:not(.disable-dark-mode) .Button---black,body:not([data-dark-mode=off]) .BoxIos:not(.disable-dark-mode) .Text---color---black,body:not([data-dark-mode=off]) .BoxIos:not(.disable-dark-mode) .Text---color---default{color:var(--color)}body:not([data-dark-mode=off]) .BoxIos:not(.disable-dark-mode) .Text---color---grey{color:#a3a3a3}}[data-dark-mode=on] .BoxIos .Button---black,[data-dark-mode=on] .BoxIos .Text---color---black,[data-dark-mode=on] .BoxIos .Text---color---default{color:var(--color)}[data-dark-mode=on] .BoxIos .Text---color---grey{color:#a3a3a3}@media(prefers-color-scheme: dark){body:not([data-dark-mode=off]) .BoxIos:not(.disable-dark-mode){border:1px rgba(255,255,255,.1) solid}}[data-dark-mode=on] .BoxIos{border:1px rgba(255,255,255,.1) solid}.BoxIos--header{background:var(--background);border:0 var(--border-color) solid;color:var(--color);border-top-right-radius:inherit;border-top-left-radius:inherit;border-bottom-width:1px;border-top-right-radius:16px;border-top-left-radius:16px;display:flex;padding:17px 20px;position:relative}@media(prefers-color-scheme: dark){body:not([data-dark-mode=off]) .BoxIos--header:not(.disable-dark-mode) .Button---black,body:not([data-dark-mode=off]) .BoxIos--header:not(.disable-dark-mode) .Text---color---black,body:not([data-dark-mode=off]) .BoxIos--header:not(.disable-dark-mode) .Text---color---default{color:var(--color)}body:not([data-dark-mode=off]) .BoxIos--header:not(.disable-dark-mode) .Text---color---grey{color:#a3a3a3}}[data-dark-mode=on] .BoxIos--header .Button---black,[data-dark-mode=on] .BoxIos--header .Text---color---black,[data-dark-mode=on] .BoxIos--header .Text---color---default{color:var(--color)}[data-dark-mode=on] .BoxIos--header .Text---color---grey{color:#a3a3a3}.BoxIos--action{min-width:72px;padding:3px 0;display:block !important}.BoxIos--action--chevron{display:block !important}.BoxIos--title{flex:1;padding:3px 12px}.BoxIos--body{padding:24px 16px;border-bottom-right-radius:16px;border-bottom-left-radius:16px}@media(max-width: 500px){.BoxIos{min-height:100vh;border-radius:0;margin:-12px}}.BoxIos---disabled .BoxIos--body *{pointer-events:none}
.Popover{width:100%;max-width:390px;box-shadow:0 5px 10px rgba(0,0,0,.2);margin:32px -32px 0 0;pointer-events:auto;position:absolute}.Popover:before{content:"";width:0;height:0;border:16px rgba(0,0,0,0) solid;border-bottom-color:var(--background);position:absolute;right:16px;bottom:100%;z-index:1}.Popover .BoxIos--body{overflow:auto;-webkit-overflow-scrolling:touch;max-height:600px;min-height:500px;overflow-x:hidden}@media(max-height: 700px){.Popover{display:flex;flex-direction:column;bottom:12px}.Popover .BoxIos--body{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}}@media(max-width: 500px){.Popover{max-width:none;position:static;margin:0 !important}.Popover:before{display:none}.Popover .BoxIos--header{border-radius:0}.Popover .BoxIos--body{max-height:none;min-height:0;flex-grow:1;flex-basis:0}}
.SectionList{margin:0 -16px}.SectionList--section+.SectionList--section{margin-top:32px}.SectionList--title{padding-right:16px;padding-left:16px}.SectionList--list{background:var(--background);border:0 var(--border-color) solid;color:var(--color);border-width:1px;border-right:0;border-left:0;padding:0 0 0 16px}@media(prefers-color-scheme: dark){body:not([data-dark-mode=off]) .SectionList--list:not(.disable-dark-mode) .Button---black,body:not([data-dark-mode=off]) .SectionList--list:not(.disable-dark-mode) .Text---color---black,body:not([data-dark-mode=off]) .SectionList--list:not(.disable-dark-mode) .Text---color---default{color:var(--color)}body:not([data-dark-mode=off]) .SectionList--list:not(.disable-dark-mode) .Text---color---grey{color:#a3a3a3}}[data-dark-mode=on] .SectionList--list .Button---black,[data-dark-mode=on] .SectionList--list .Text---color---black,[data-dark-mode=on] .SectionList--list .Text---color---default{color:var(--color)}[data-dark-mode=on] .SectionList--list .Text---color---grey{color:#a3a3a3}.SectionList--list--item{padding:14px 16px;padding-left:0}.SectionList--list--item:not(:last-child){border-bottom:1px var(--border-color) solid}.SectionList--list--item---action{cursor:pointer}.SectionList--list--item---disabled{filter:grayscale(1);opacity:.5;pointer-events:none;transition:175ms ease-in-out;transition-property:all}.SectionList--list--item---hide{display:none}.SectionList+.Button---list-item{margin-top:-1px}
.ParticipantsPopover--code{letter-spacing:.5em;margin:0 -0.5em 0 0}.ParticipantsPopover--qr{width:100%;max-width:120px;display:block;margin:auto}@media(prefers-color-scheme: dark){body:not([data-dark-mode=off]) .ParticipantsPopover--qr:not(.disable-dark-mode){filter:invert(1)}}[data-dark-mode=on] .ParticipantsPopover--qr{filter:invert(1)}
.whiteBackground{width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;background-color:rgba(255,255,255,.8);display:flex;justify-content:center;align-items:center}.progress-bar-container{background-color:rgba(0,0,0,.8);border-radius:5px;padding:10px;display:flex;align-items:center}.progress-bar-container p{margin:0px;font-family:Helvetica Neue,Helvetica,Open Sans;font-size:18px;color:#fff}.lds-ellipsis{display:inline-block;position:relative;width:36px;height:20px}.lds-ellipsis div{position:absolute;top:10px;width:6px;height:6px;border-radius:50%;background:#fff;animation-timing-function:cubic-bezier(0, 1, 1, 0)}.lds-ellipsis div:nth-child(1){left:6px;animation:lds-ellipsis1 .6s infinite}.lds-ellipsis div:nth-child(2){left:6px;animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(3){left:18px;animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(4){left:29px;animation:lds-ellipsis3 .6s infinite}@keyframes lds-ellipsis1{0%{transform:scale(0)}100%{transform:scale(1)}}@keyframes lds-ellipsis3{0%{transform:scale(1)}100%{transform:scale(0)}}@keyframes lds-ellipsis2{0%{transform:translate(0, 0)}100%{transform:translate(11px, 0)}}
.InputFile{cursor:pointer}.InputFile--input{width:1px !important;height:1px !important;border:0;clip:rect(0 0 0 0);margin:-1px;overflow:hidden;padding:0;position:absolute}
.InputRadiosSwatch{display:flex;flex-wrap:wrap}.InputRadiosSwatch---right{justify-content:flex-end}.InputRadiosSwatch---medium{align-items:flex-start;gap:20px 0}.InputRadiosSwatch---medium .InputRadiosSwatch--item{width:25%}.InputRadiosSwatch---medium .InputRadiosSwatch--item--icon{width:57px;margin:auto}.InputRadiosSwatch---medium .InputRadiosSwatch--item--indicator{width:18px;height:18px;border-radius:50%;border:2px #d207ce solid;color:#fff;display:flex;align-items:center;justify-content:center;margin:auto}.InputRadiosSwatch---medium .InputRadiosSwatch--item---active .InputRadiosSwatch---medium .InputRadiosSwatch--item--indicator{background:#d207ce}.InputRadiosSwatch---medium .InputRadiosSwatch--item---active .InputRadiosSwatch--item--indicator{background:#d207ce}.InputRadiosSwatch---small{gap:8px}.InputRadiosSwatch---small .InputRadiosSwatch--item{width:28px;height:28px;background:#fff;background-position:center;border:2px rgba(0,0,0,0) solid;border-radius:5px}.InputRadiosSwatch---small .InputRadiosSwatch--item---active{border-color:#d207ce}
.SheetNameForm .Field--input---ios{background:var(--background);border:0 var(--border-color) solid;color:var(--color);border-width:1px 0}@media(prefers-color-scheme: dark){body:not([data-dark-mode=off]) .SheetNameForm .Field--input---ios:not(.disable-dark-mode) .Button---black,body:not([data-dark-mode=off]) .SheetNameForm .Field--input---ios:not(.disable-dark-mode) .Text---color---black,body:not([data-dark-mode=off]) .SheetNameForm .Field--input---ios:not(.disable-dark-mode) .Text---color---default{color:var(--color)}body:not([data-dark-mode=off]) .SheetNameForm .Field--input---ios:not(.disable-dark-mode) .Text---color---grey{color:#a3a3a3}}[data-dark-mode=on] .SheetNameForm .Field--input---ios .Button---black,[data-dark-mode=on] .SheetNameForm .Field--input---ios .Text---color---black,[data-dark-mode=on] .SheetNameForm .Field--input---ios .Text---color---default{color:var(--color)}[data-dark-mode=on] .SheetNameForm .Field--input---ios .Text---color---grey{color:#a3a3a3}.SheetNameForm .Field--label-text{background:var(--background);border:0 var(--border-color) solid;color:var(--color)}@media(prefers-color-scheme: dark){body:not([data-dark-mode=off]) .SheetNameForm .Field--label-text:not(.disable-dark-mode) .Button---black,body:not([data-dark-mode=off]) .SheetNameForm .Field--label-text:not(.disable-dark-mode) .Text---color---black,body:not([data-dark-mode=off]) .SheetNameForm .Field--label-text:not(.disable-dark-mode) .Text---color---default{color:var(--color)}body:not([data-dark-mode=off]) .SheetNameForm .Field--label-text:not(.disable-dark-mode) .Text---color---grey{color:#a3a3a3}}[data-dark-mode=on] .SheetNameForm .Field--label-text .Button---black,[data-dark-mode=on] .SheetNameForm .Field--label-text .Text---color---black,[data-dark-mode=on] .SheetNameForm .Field--label-text .Text---color---default{color:var(--color)}[data-dark-mode=on] .SheetNameForm .Field--label-text .Text---color---grey{color:#a3a3a3}
.SheetsPopover--sheets--item{margin:-14px 0}.SheetsPopover--sheets--item--icon{width:50px;height:50px;min-width:50px;background:#fff;border:1px rgba(169,169,173,.5) solid;border-bottom:0;border-left:0;display:block;margin:-1px 0 0 -16px;object-fit:contain}.SheetsPopover--sheets--item---selected{cursor:default}
.WhiteboardStatus{background:#e4e4e4;border-radius:2px;color:#646464;padding:5px}
.ImageBox{background:#fff;border:1px rgba(169,169,173,.5) solid;border-radius:16px;box-shadow:0 0 16px rgba(0,0,0,.04)}.ImageBox--header{background:#fff;border-bottom:1px rgba(169,169,173,.5) solid;border-top-right-radius:inherit;border-top-left-radius:inherit;display:flex;align-items:center;justify-content:center}.ImageBox--body{padding:32px}.ImageBox--title{font-size:1.1764705882rem;line-height:1.3;margin-bottom:16px}.ImageBox--action{margin:24px 0 0}
.WhiteboardImageBox{max-width:375px}
.WhiteboardQrCode{display:flex;position:relative;justify-content:center;max-height:200}.WhiteboardQrCode--video{width:200px;max-width:50%;margin-right:-12px}.WhiteboardQrCode--image{max-width:50%}
@media(prefers-color-scheme: dark){:root body:not([data-dark-mode=off]){--color-scheme: "dark";--background: #303030;--background---alpha: rgba(48, 48, 48, 0.9);--background---alternate: #0d0d0d;--background---alternate---alpha: rgba(13, 13, 13, 0.9);--background---alternate--color: #f2f1f6;--border-color: #4a4a4a;--color: #fff}:root body:not([data-dark-mode=off]) .Button---black{color:#fff}}:root [data-dark-mode=on]{--color-scheme: "dark";--background: #303030;--background---alpha: rgba(48, 48, 48, 0.9);--background---alternate: #0d0d0d;--background---alternate---alpha: rgba(13, 13, 13, 0.9);--background---alternate--color: #f2f1f6;--border-color: #4a4a4a;--color: #fff}:root [data-dark-mode=on] .Button---black{color:#fff}body{background:var(--background);display:flex;flex-direction:column}.Whiteboard{min-height:0}.Whiteboard--header{background:var(--background);border:0 var(--border-color) solid;color:var(--color);border-width:0;backdrop-filter:blur(6px);background-color:rgba(0,0,0,.06);--color: #000;width:100%;height:80px;display:flex;justify-content:center;padding:0 16px;position:absolute;top:0;right:0;left:0;z-index:1}@media(prefers-color-scheme: dark){body:not([data-dark-mode=off]) .Whiteboard--header:not(.disable-dark-mode) .Button---black,body:not([data-dark-mode=off]) .Whiteboard--header:not(.disable-dark-mode) .Text---color---black,body:not([data-dark-mode=off]) .Whiteboard--header:not(.disable-dark-mode) .Text---color---default{color:var(--color)}body:not([data-dark-mode=off]) .Whiteboard--header:not(.disable-dark-mode) .Text---color---grey{color:#a3a3a3}}[data-dark-mode=on] .Whiteboard--header .Button---black,[data-dark-mode=on] .Whiteboard--header .Text---color---black,[data-dark-mode=on] .Whiteboard--header .Text---color---default{color:var(--color)}[data-dark-mode=on] .Whiteboard--header .Text---color---grey{color:#a3a3a3}@media(prefers-color-scheme: dark){body:not([data-dark-mode=off]) .Whiteboard--header:not(.disable-dark-mode){background-color:rgba(255,255,255,.09);--color: #fff}}[data-dark-mode=on] .Whiteboard--header{background-color:rgba(255,255,255,.09);--color: #fff}.Whiteboard--header--inner{width:100%;display:flex;align-items:center;justify-content:space-between;user-select:none}.Whiteboard--header--icon{width:47px;height:47px;margin:9px 0}.Whiteboard--header--chevron{vertical-align:-2px}.Whiteboard--header--board-name-edit-shield{position:fixed;left:0;top:0;width:100vw;height:100vh;z-index:20}.Whiteboard--header--board-name-edit-container{position:relative;width:100%}.Whiteboard--header--board-name-clear{position:absolute;right:10px;top:50%;width:18px;height:18px;transform:translate(0, -50%);opacity:.2;cursor:pointer;z-index:22}@media(prefers-color-scheme: dark){body:not([data-dark-mode=off]) .Whiteboard--header--board-name-clear:not(.disable-dark-mode){fill:#fff}}[data-dark-mode=on] .Whiteboard--header--board-name-clear{fill:#fff}.Whiteboard--header--board-name{position:relative;width:450px;margin:0 auto;max-width:calc(100vw - 450px)}.Whiteboard--header--board-name .Text{display:inline-flex;align-items:center;justify-content:center;width:100%;height:37px;text-align:center;padding:0 10px;border-radius:10px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.Whiteboard--header--board-name .Text.is-editable{cursor:pointer}.Whiteboard--header--board-name .Text.is-editable:hover{color:#d207ce;background:rgba(210,7,206,.24)}@media(prefers-color-scheme: dark){body:not([data-dark-mode=off]) .Whiteboard--header--board-name .Text.is-editable:hover:not(.disable-dark-mode){background:rgba(210,7,206,.5);color:#fff}}[data-dark-mode=on] .Whiteboard--header--board-name .Text.is-editable:hover{background:rgba(210,7,206,.5);color:#fff}.Whiteboard--header--board-name .Input{position:relative;text-align:center;width:100%;height:37px;padding:0 10px;background:rgba(26,26,26,.08);border:none;z-index:21}.Whiteboard--header--board-name .Input::selection{background:rgba(210,7,206,.24)}@media(prefers-color-scheme: dark){body:not([data-dark-mode=off]) .Whiteboard--header--board-name .Input:not(.disable-dark-mode){background:rgba(255,255,255,.08)}body:not([data-dark-mode=off]) .Whiteboard--header--board-name .Input:not(.disable-dark-mode)::selection{background:rgba(210,7,206,.5)}}[data-dark-mode=on] .Whiteboard--header--board-name .Input{background:rgba(255,255,255,.08)}[data-dark-mode=on] .Whiteboard--header--board-name .Input::selection{background:rgba(210,7,206,.5)}.Whiteboard--nav--button{position:relative}.Whiteboard--nav--button--icon{width:44px;display:block}.Whiteboard--nav--button--arrow{pointer-events:none;position:absolute;top:100%;left:50%;transform:translate3d(calc(-50% + 4px), 8px, 0)}.Whiteboard--overlay{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;position:fixed;pointer-events:none;z-index:1}.Whiteboard--overlay:empty{display:none}.Whiteboard--overlay>*{display:none}.Whiteboard--overlay>*:first-child{display:block}.Whiteboard--overlay *{pointer-events:auto}.Whiteboard--zoom-prompt--paper-airplane-icon{vertical-align:-2px}.Whiteboard--zoom-prompt--participants-icon{height:.95em}@media(max-width: 568px){.Whiteboard--header--board-name{display:none}}

/*# sourceMappingURL=whiteboard-generated-60625541cf49b0a256be.css.map*/