:root{--tl-blue:#08f;--tl-blue--darken:#007ae6;--tl-blue--30:rgba(0,136,255,0.30196078431372547);--tl-red--darken:#e60c00;--tl-green:#00c100;--tl-yellow:#ffa000;--tl-red:#f30808;--tl-red--5:rgba(243,8,8,0.050980392156862744);--tl-red--10:rgba(243,8,8,0.10196078431372549);--tl-red--30:rgba(243,8,8,0.30196078431372547);--tl-red-light:rgba(241,40,40,0.30196078431372547);--tl-pink--50:#fb607f;--tl-pink--10:#fedce3;--tl-blue-light:#e3f2ff;--tl-green-light:#ebfaeb;--tl-yellow-light:#fff4e2;--tl-red-light:#feecec;--tl-black:#000;--tl-black--2:rgba(0,0,0,0.0196078431372549);--tl-black--5:rgba(0,0,0,0.050980392156862744);--tl-black--10:rgba(0,0,0,0.10196078431372549);--tl-black--20:rgba(0,0,0,0.2);--tl-white:#fff;--tl-light-gray:#f5f5f5;--tl-gray:#b5b5b5;--tl-red-error:#f12828;--tl-border-gray:#e1e1e1;--tl-dark-transparent:rgba(0,0,0,0.6);--tl-font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;--banner-height:0px;--top-safe-height:0px;--bottom-safe-height:0px;--sidebar-width:240px;--copilot-width:400px;--copilot-width--mobile:300px;--offset-right:0px}body,html{margin:0;padding:0;-webkit-tap-highlight-color:transparent;overscroll-behavior-y:none}body{--scrollbar-width:0;max-width:100vw;min-height:100vh;min-height:-webkit-fill-available;overflow-x:hidden;font-size:16px;font-family:var(--tl-font-family);background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#react-root{width:calc(100vw - var(--scrollbar-width))}.media-root{position:absolute;display:flex;width:100%;height:100vh}*{box-sizing:border-box}.globalContainer{display:grid;grid-template-columns:240px 1fr;min-height:100vh;min-height:-webkit-fill-available;grid-column-gap:24px;column-gap:24px}.globalContainer>.content{display:inline-block;height:100%;padding-right:24px;padding-bottom:80px;overflow:auto}.globalContainer.no-sidebar{grid-template-columns:1fr}.globalContainer.no-sidebar>.content{padding:0 24px}a{color:var(--tl-blue);text-decoration:none}a:hover{color:var(--tl-blue--darken)}[hidden]{display:none!important}.truncate{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.muted{color:#9c9c9c!important}.italic{font-style:italic}.small{font-size:75%}.clickjacker{position:fixed;top:0;bottom:0;width:100%;height:100vh;height:-webkit-fill-available}.badge{position:relative}.badge:after{position:absolute;top:-4px;right:-4px;display:flex;align-items:center;justify-content:center;width:16px;height:16px;color:#fff;font-size:10px;background-color:var(--tl-blue);border-radius:50%;content:attr(data-badge)}.text-error{color:var(--tl-red)!important}.text-black{color:var(--tl-black)!important}.text-success{color:var(--tl-green)!important}.bold{font-weight:700!important}p{font-size:16px;line-height:22px}.break-all{word-break:break-all}.picker-dialog-bg{z-index:5000!important}.picker-dialog{z-index:5001!important}.text-label{padding:2px 8px;font-weight:400;font-size:12px;font-style:normal;line-height:16px;border-radius:4px}.text-label.success{color:#2cd025;background:rgba(44,208,37,.1)}.text-label.error{color:#f12828;background:rgba(241,40,40,.1)}.selectable-selectbox{position:absolute;z-index:2000;background-color:rgba(0,136,255,.1);border-radius:4px;box-shadow:inset 0 0 0 1px var(--tl-blue)}.selection-active a,.selection-active button,.selection-active h1,.selection-active h2,.selection-active h3,.selection-active p,.selection-active span,iframe#launcher{-webkit-user-select:none;user-select:none}.selection-active *{cursor:default!important}html.tl-app ::-webkit-scrollbar{display:none}iframe[src*="/api/popup"]{padding-top:var(--top-safe-height)}.tl-app.android #webWidget{top:var(--top-safe-height)!important;bottom:var(--bottom-safe-height)!important;max-height:calc(100% - var(--top-safe-height) - var(--bottom-safe-height))!important}.skip-to-content{position:absolute;left:-9999px;z-index:100000;padding:12px 24px;background-color:#f2f9ff;color:#08f;font-size:16px;line-height:24px;font-weight:700;border:1px solid #08f;border-radius:4px;opacity:0}.skip-to-content:focus{left:50%;transform:translateX(-50%);opacity:1;z-index:100000}.visually-hidden{position:absolute;top:auto;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);width:1px;height:1px;white-space:nowrap}.tl-throbber{animation:tl-throbber-circular-rotate 1.4s linear infinite}.tl-throbber svg{display:block}.tl-throbber svg circle{animation:tl-throbber-circular-dash 1.4s linear infinite;stroke:currentColor;stroke-dasharray:80px,200px;stroke-dashoffset:0px}@keyframes tl-throbber-circular-rotate{0%{transform-origin:50% 50%}to{transform:rotate(1turn)}}@keyframes tl-throbber-circular-dash{0%{stroke-dasharray:1px,200px;stroke-dashoffset:0px}50%{stroke-dasharray:100px,200px;stroke-dashoffset:-15px}to{stroke-dasharray:100px,200px;stroke-dashoffset:-125px}}.tl-button{display:inline-flex;align-items:center;justify-content:center;height:36px;padding:8px 10px;font-weight:700;font-size:14px;line-height:16px;white-space:nowrap;border:0;border-radius:4px;cursor:pointer;transition:background-color 25ms}.tl-button[disabled]{opacity:.3;pointer-events:none}.tl-button.loading{position:relative;color:transparent!important;-webkit-user-select:none;user-select:none}.tl-button.loading .tl-throbber{position:absolute;top:calc(50% - 10px);left:calc(50% - 10px);opacity:1}.tl-button.tl-button-primary{color:#fff;background-color:var(--tl-blue);border-color:var(--tl-blue)}.tl-button.tl-button-primary:focus,.tl-button.tl-button-primary:hover{background-color:var(--tl-blue--darken)}.tl-button.tl-button-primary.tl-button-inverted-colors{color:var(--tl-blue);background-color:#fff;border-color:#fff}.tl-button.tl-button-primary.tl-button-inverted-colors:hover{background-color:#f9f9f9}.tl-button.tl-button-outline{padding-right:9px;padding-left:9px;background-color:#fff;border-style:solid;border-width:2px}.tl-button.tl-button-outline:focus,.tl-button.tl-button-outline:hover{background-color:#f9f9f9}.tl-button.tl-button-primary.tl-button-outline{color:var(--tl-blue)}.tl-button.tl-button-outline.tl-button-inverted-colors{color:#fff;background-color:initial;border-color:#fff}.tl-button.tl-button-outline.tl-button-outline-gray{border-color:rgba(0,0,0,.1)}.tl-button.tl-button-outline.tl-button-inverted-colors:focus,.tl-button.tl-button-outline.tl-button-inverted-colors:hover{color:#f9f9f9;background-color:initial;border-color:#f9f9f9}.tl-button.tl-button-link{justify-content:flex-start;height:auto;padding:0!important;color:var(--tl-blue);font-weight:400;font-size:inherit;background:transparent!important;border:none}.tl-button.tl-button-light{color:var(--tl-blue);background-color:initial}.tl-button.tl-button.tl-button-light:focus,.tl-button.tl-button.tl-button-light:hover{background-color:hsla(0,0%,100%,.15)}.tl-button.tl-button-danger{color:#fff;background-color:var(--tl-red)}.tl-button.tl-button-danger:focus,.tl-button.tl-button-danger:hover{background-color:var(--tl-red--darken)}.tl-button.tl-button-transparent{background-color:initial;transition:all .3s ease}.tl-button.tl-button-transparent:focus{background:rgba(0,0,0,.05)}.tl-button.tl-button-transparent:hover{background-color:hsla(0,0%,66.7%,.2)}.tl-button.tl-button-icon{padding:6px}.tl-button.tl-button-outline.tl-button-icon{padding:4px}.tl-button.tl-button-icon+.tl-button.tl-button-icon:not(.tl-button-flex){margin-left:4px}.tl-button.tl-button-autoheight{height:auto}.tl-button.tl-button-default{background-color:rgba(0,0,0,.05)}.tl-button.tl-button-default:focus,.tl-button.tl-button-default:hover{background-color:rgba(0,0,0,.08)}.tl-button:visited{background:none!important}.tl-button.tl-up{text-transform:uppercase}.tl-button-magic{grid-gap:8px;gap:8px;color:#fff;background:linear-gradient(0deg,#7659ea -20.83%,#039cff 123.61%)}.tl-button-monochrome{color:#000;background-color:rgba(0,0,0,.05)}.tl-button-monochrome:hover{background-color:rgba(0,0,0,.1)}.tl-button-magic.tl-button-outline{color:var(--tl-blue);background:transparent;border-color:linear-gradient(0deg,#7659ea -20.83%,#039cff 123.61%)}.tl-tooltip{z-index:99999;padding:8px;color:#fff;font-size:14px;line-height:16px!important;white-space:nowrap;background-color:#000;border-radius:4px}.tl-radio-wrapper{position:relative;display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px}.tl-radio-wrapper input[type=radio]{position:absolute;top:0;left:0;z-index:1;display:block;width:100%;height:100%;margin:0;padding:0;cursor:inherit;opacity:0}.tl-radio{width:16px;height:16px}.tl-radio .tl-radio-ring{display:flex;align-items:center;justify-content:center;width:100%;height:100%;border:2px solid rgba(0,0,0,.5);border-radius:50%}.tl-radio .tl-radio-ring .tl-radio-inner{width:2px;height:2px;background-color:var(--tl-blue);border-radius:50%;box-shadow:0 0 0 3px var(--tl-blue);transform:scale(0);transition:transform .3s}.tl-radio-wrapper.checked .tl-radio-inner{transform:scale(.8)}.tl-radio-wrapper.checked .tl-radio-ring{border-color:var(--tl-blue)}.tl-radio-block{position:relative;display:block;margin-bottom:16px;padding-left:28px;cursor:pointer}.tl-radio-block .tl-radio-wrapper{position:absolute;top:2px;left:0}.tl-radio-block h1{margin:0!important;font-size:16px!important;line-height:20px!important}.tl-radio-block p{margin-top:4px;margin-bottom:4px;font-size:14px;cursor:default}@keyframes loader-animation{0%{background:#eee}to{background:#ddd}}.loader,.loader-animation{animation:loader-animation 1s ease-in-out 0s infinite alternate}.loader{position:relative;width:100%;overflow:hidden;background-color:#eee;border-radius:4px}.loader.round{border-radius:50%}.animatedLoader{display:flex;flex-direction:column;grid-gap:16px;gap:16px;align-items:center;margin:40px 0}.animatedLoader svg{width:80px;height:80px;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.checkbox-button{z-index:10;display:block;width:16px;min-width:16px;max-width:16px;height:16px;min-height:16px;max-height:16px;padding:0;border:0;border-radius:3px;cursor:pointer}.checkbox-button:focus{outline:0;box-shadow:0 0 0 2px rgba(0,136,255,.3)}.checkbox-button__default:focus{box-shadow:0 0 0 2px rgba(0,136,255,.3),inset 0 0 0 1px #ccc}.checkbox-button:disabled,.checkbox-button__disabled{opacity:.5;pointer-events:none}.checkbox-button__default{background-color:#fff;box-shadow:inset 0 0 0 1px #ccc}.checkbox-button__mixed,.checkbox-button__selected{background-repeat:no-repeat;background-position:50%}.checkbox-button__selected{background-color:var(--tl-blue);background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMS4zMSA4LjQ5Ij48cGF0aCBkPSJNLS4wMSA0LjI0bDEuNDMtMS40MSAyLjgyIDIuODNMOS45IDBsMS40MiAxLjQxLTcuMDggNy4wOHoiIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==");background-size:12px 8px}.checkbox-button__mixed{background-color:var(--tl-blue);background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4IDIiPjxwYXRoIGQ9Ik0wIDBoOHYySDB6IiBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=");background-size:8px 2px}.checkbox-button__default.checkbox-button__error{box-shadow:inset 0 0 0 1px #ff0d00}.checkbox-button__mixed.checkbox-button__error,.checkbox-button__selected.checkbox-button__error{background-color:#ff0d00}.checkbox-label{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;font-size:14px;cursor:pointer}.checkbox-label .checkbox-button{margin:8px 8px 8px 0!important}@keyframes dropdown-menu-fade-in{0%{opacity:0}to{opacity:1}}.dropdown{z-index:5001;min-width:264px!important;max-height:100vh;margin:0;padding:4px 0;overflow-y:auto;background-color:#fff;border-radius:4px;box-shadow:0 10px 20px 0 rgba(0,0,0,.2);animation-name:dropdown-menu-fade-in;animation-duration:.1s;animation-iteration-count:1;animation-fill-mode:forwards}.dropdown.narrow{min-width:unset!important}.dropdown-item{display:block;padding:12px;color:#000;font-size:14px;line-height:16px;text-decoration:none}.dropdown-item.search{padding:6px 12px;-webkit-user-select:none;user-select:none;pointer-events:none}.dropdown-item:hover{color:#000;background-color:hsla(0,0%,66.7%,.2);cursor:pointer}.dropdown-item.active,.dropdown-item.active:hover{color:var(--tl-blue)}.dropdown-item.search:hover{background-color:#fff;cursor:pointer}.dropdown-item-flex{display:flex;align-items:center;justify-content:space-between}.dropdown-item-flex svg:last-child{margin-left:28px}.ditem-flex{display:flex;align-items:center;justify-content:space-between}.ditem-flex svg:last-child{margin-left:28px}.dropdown-divider{height:1px;min-height:1px;margin-top:4px;margin-bottom:4px;background-color:#e1e1e1}.dropdown-trigger-active{box-shadow:0 0 0 4px hsla(0,0%,66.7%,.2)}.tl-text-input .dropdown{position:absolute;left:0;width:100%;max-height:140px;overflow:auto;transform:translateY(13px)}.tl-text-input .dropdown li{padding:12px;font-size:14px;cursor:pointer}.tl-text-input .dropdown li:hover{background-color:#ebebeb}.dropdown.select-dropdown{max-height:416px!important;margin-top:4px;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:0}.dropdown.select-dropdown::-webkit-scrollbar{display:none}.progress{height:4px;margin-top:8px;overflow:hidden;background-color:rgba(0,0,0,.1);border-radius:2px}.progress-bar{display:flex;flex-direction:column;justify-content:center;height:100%;overflow:hidden;color:#fff;white-space:nowrap;text-align:center;background-color:#00dc00;transition:width .6s ease}.avatar{width:32px;min-width:32px;height:32px;min-height:32px}.avatar,.avatar img{position:relative;border-radius:50%}.avatar img{display:block;width:100%;height:100%;object-fit:cover}.avatar.avatar-custom{background-repeat:no-repeat;background-position:50%;background-size:cover}.avatar.avatar-default{display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;-webkit-user-select:none;user-select:none}.avatar-outline{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1)}.dropdown3-module__wrapper--ONjGj{position:relative}.dropdown3-module__menu--T06U1{position:absolute;z-index:1;display:none;width:max-content;margin:8px 0 0;padding:0;overflow:hidden;list-style:none;background-color:#fff;border-radius:4px;box-shadow:0 10px 20px 0 rgba(0,0,0,.2)}.dropdown3-module__menu--T06U1.dropdown3-module__right--4Xldz{right:0;left:auto}.dropdown3-module__menuOpen--uFsbl{display:grid}.dropdown3-module__item--SyAUv{margin:0;padding:12px;color:#000;font-size:14px;line-height:1.24;cursor:pointer}.dropdown3-module__item--SyAUv:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.dropdown3-module__item--SyAUv:last-child{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.dropdown3-module__item--SyAUv:focus-within,.dropdown3-module__item--SyAUv:hover{background-color:#ebebeb}.dropdown3-module__item--SyAUv:focus{outline:none}.dropdown3-module__item--SyAUv:empty{display:none}.modal-invitecode{color:#000;text-align:center}.modal-invitecode p{display:block;box-sizing:initial}.modal-invitecode .code{display:block;width:100%;margin:0;font-weight:700}.modal-invitecode .label{margin:0 0 64px;font-weight:700;font-size:16px;line-height:1.38;letter-spacing:normal}.modal-invitecode hr{height:0;margin:24px 0;border:0;border-bottom:1px solid #ccc;box-shadow:none}.modal-invitecode .description{color:#000;font-size:14px;line-height:1.43;text-align:center}.modal-invitecode.modal-fullscreen main{height:calc(100% - 44px)}.modal-invitecode main svg{transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;transition-property:transform;will-change:transform}.modal-invitecode.modal-fullscreen main{display:flex;align-items:center}.modal-invitecode.modal-fullscreen main hr,.modal-invitecode.modal-fullscreen main p{display:none}.modal-invitecode main p.description{max-width:604px;margin-right:auto;margin-left:auto}.qr-code-modal__qr-code{max-width:100%;max-height:100%;margin:0 auto}.qr-code-modal__qr-code+p.label{margin-bottom:0}.mobileAppUpsell-module__modal--B0Oh5{display:flex;flex-direction:column;width:100%;max-width:375px;padding:0 12px!important;background-color:initial!important;box-shadow:none!important}.mobileAppUpsell-module__image--R0-6A{position:relative;display:block;max-width:100%;height:auto;background-color:#f4f4f4;border-top-left-radius:4px;border-top-right-radius:4px}.mobileAppUpsell-module__content--QnWJS{margin-bottom:12px;padding:16px 24px;background-color:var(--tl-white);border-bottom-right-radius:4px;border-bottom-left-radius:4px}.mobileAppUpsell-module__button--c\+Qd4{width:100%;border:none!important}.typography-module__weight-bold--sASRc{font-weight:700}.typography-module__weight-normal--9e3Uc{font-weight:400}.typography-module__size-small--mwKrr{font-size:.75em;line-height:1.29}.typography-module__size-regular--e2NX9{font-size:.875em;line-height:1.33}.typography-module__size-large--fKkkf{font-size:1em;line-height:1.37}.modal-dialog{position:fixed;top:0;left:0;z-index:4000;display:flex;align-items:flex-start;justify-content:center;width:calc(100vw - var(--offset-right, 0));height:100%;overflow:auto;background-color:rgba(0,0,0,.8);visibility:hidden;opacity:0;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.25s;transition-property:opacity,visibility}.modal-dialog.show{visibility:visible;opacity:1}.modal-dialog.light{background-color:rgba(0,0,0,.5)}.modal-dialog.blurred{background-color:initial;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.modal-dialog.dark{background-color:rgba(0,0,0,.9)}.modal-dialog>section{display:flex;align-items:center;width:100%;height:100%;transform:scale(.8)}.modal-dialog.show>section{transform:scale(1)}.modal{margin:128px auto auto;padding:24px 24px 20px;background-color:#fff;border-radius:4px;box-shadow:0 10px 20px 0 rgba(0,0,0,.2);opacity:1;will-change:opacity}.modal.modal-reduced-margin{margin-top:48px}@media (max-height:415px){.modal,.modal.modal-reduced-margin{margin-top:calc(var(--top-safe-height) + 32px)}}.modal.modal-closable{padding:24px}.modal.modal-fullscreenable{transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;transition-property:width,height;will-change:width,height}.modal.modal-closable header{display:flex;align-items:center;justify-content:space-between}.modal h1{margin:0;color:#111;font-size:20px;line-height:1.5}.modal main{margin-top:24px;margin-bottom:24px}.modal main .workspace{margin-top:0}.modal main p{margin:0;color:#000;font-size:14px;line-height:1.43}.modal main p+p{margin-top:12px}.modal main .fields-container{position:relative;display:flex;flex-direction:column;grid-gap:16px;gap:16px}.modal main .fields-container .fields-container__two-columns{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.modal footer{display:flex;flex-wrap:wrap;grid-gap:12px;gap:12px;align-items:center;justify-content:flex-end}.modal footer.space{justify-content:space-between}.modal footer.centered{justify-content:center}.modal footer button{margin:0 4px}.modal footer button:last-child{margin-right:0}.modal footer button:first-child{margin-left:0}.modal footer a{font-weight:700;font-size:14px}.modal footer a.left{margin-right:auto}.modal footer .buttons-wrapper{display:flex;grid-gap:8px;gap:8px;align-items:center}.modal footer .buttons-wrapper button{margin:0}.modal footer .buttons-wrapper.buttons-wrapper--left{margin-right:auto}.modal-small{width:320px;max-width:100%}.modal-medium{width:480px;max-width:100%}.modal-large{width:640px;max-width:100%}.modal-xlarge{width:800px;max-width:100%}.modal-fixed{position:fixed;top:24px;right:24px;bottom:24px;left:24px;display:flex;flex-direction:column;grid-gap:24px;gap:24px;margin-top:0}.modal-fixed header{position:fixed;width:calc(100% - 96px);background:var(--tl-white)}.modal-fixed main{height:100%;margin:0;overflow:auto}.modal-fullscreen{width:100vw;max-width:100vw;height:100vh;max-height:100vh;max-height:-webkit-fill-available;margin:0;border-radius:0}.modal-upsell{margin-top:64px;overflow:hidden;border-radius:4px}.modal form .tl-text-input.tl-card-input.invalid{margin-bottom:0}.modal form .tl-text-input.tl-card-input label{top:23px;font-size:12px;transform:translateY(-16px)}.modal.modal-centered{display:flex;flex-direction:column;align-items:center;justify-content:center;width:480px;padding:32px 40px}.modal.modal-centered main p{font-size:16px;line-height:24px;text-align:center}.modal .spacer-16{display:block;width:100%;height:16px}.modal .toggles-group{display:flex;flex-direction:column;grid-gap:8px;gap:8px;margin:8px 0}.modal .toggles-group>label{display:inline-block;color:rgba(0,0,0,.6);font-weight:700;font-size:12px;line-height:16px}.modal .toggles-group ul{display:flex;flex-direction:column;grid-gap:8px;gap:8px;margin:0;padding:0;list-style:none}.modal .toggles-group.toggles-group--framed ul{max-height:220px;padding:12px;overflow-y:auto;border:1px solid rgba(0,0,0,.2);border-radius:4px}.modal .toggles-group ul li{display:flex;grid-gap:12px;gap:12px;align-items:center}.modal .checkbox-wrapper{display:flex;grid-gap:8px;gap:8px;align-items:center;font-size:14px;line-height:20px}.tl-invitecode{display:inline-flex;width:-moz-fit-content;width:fit-content;padding:4px 8px;color:#000;font-weight:700;font-size:12px;line-height:1.67;text-align:center;background-color:var(--tl-yellow-light);border-radius:10px;cursor:pointer}.tl-invitecode .tl-invitecode__holder{width:0;color:var(--tl-yellow-light);opacity:0;-webkit-user-select:none;user-select:none}.tl-invitecode .tl-throbber{margin:0 auto}.tl-text-input{display:flex;flex-direction:column;grid-gap:8px;gap:8px;width:100%}.tl-text-input:last-child{margin-bottom:0}.tl-text-input .input-row-wrapper{display:flex;grid-gap:4px;gap:4px;justify-content:space-between;width:100%}.tl-text-input .input-wrapper{position:relative;display:flex;align-items:center;width:100%}.tl-text-input .input-wrapper i{position:absolute;z-index:1000;display:flex;align-items:center;justify-content:center;box-sizing:initial;width:24px;height:24px;opacity:.4;transition:opacity .2s ease}.tl-text-input .input-wrapper i:hover{cursor:pointer;opacity:.6;transition:opacity .2s ease}.tl-text-input .input-wrapper i:first-child{left:8px;padding-right:0!important}.tl-text-input .input-wrapper i:last-child{right:8px;padding-left:0!important}.tl-text-input .input-wrapper :not(:first-child){padding-left:40px}.tl-text-input .input-wrapper :not(:last-child){padding-right:40px}.tl-text-input .header-wrapper{display:flex;grid-gap:4px;gap:4px;align-items:center;color:rgba(0,0,0,.6);font-size:12px;line-height:16px}.tl-text-input .header-wrapper label{font-weight:700}.tl-text-input .header-wrapper span{font-weight:400}.tl-text-input input,.tl-text-input textarea{position:relative;width:100%;padding:8px;font-weight:400;font-size:14px;line-height:20px;background-color:#fff;border:unset;border-radius:4px;outline:none;outline:0;box-shadow:inset 0 0 0 1px rgba(0,0,0,.2);transition:all .2s ease;-webkit-appearance:none}.tl-text-input textarea{resize:none}.tl-text-input input:hover,.tl-text-input textarea:hover{border:unset;outline:none;box-shadow:inset 0 0 0 1px rgba(0,0,0,.4);transition:all .2s ease}.tl-text-input input::placeholder,.tl-text-input textarea::placeholder{color:rgba(0,0,0,.4)}.tl-text-input input:focus,.tl-text-input textarea:focus{border:unset;outline:none;box-shadow:inset 0 0 0 1px var(--tl-blue);transition:all .2s ease}.tl-text-input.disabled input,.tl-text-input.disabled textarea{background-color:rgba(0,0,0,.05);border:unset;outline:none;box-shadow:unset}.tl-text-input .input-row-wrapper+span{color:rgba(0,0,0,.6);font-weight:400;font-size:12px;line-height:16px}.tl-text-input.error .input-row-wrapper+span{color:var(--tl-red-error)}.tl-text-input.error input,.tl-text-input.error input:focus,.tl-text-input.error textarea,.tl-text-input.error textarea:focus{border:unset;outline:none;box-shadow:inset 0 0 0 1px var(--tl-red-error);transition:all .2s ease}.tl-text-input input::-webkit-inner-spin-button,.tl-text-input input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}.tl-text-input input[type=number]{-moz-appearance:textfield}.tl-text-input.with-spin-button input::-webkit-inner-spin-button,.tl-text-input.with-spin-button input::-webkit-outer-spin-button{margin:unset;-webkit-appearance:auto}.tl-text-input.with-spin-button input[type=number]{-moz-appearance:auto}.tl-text-input.underline input,.tl-text-input.underline textarea{padding:4px 0;border-radius:0;box-shadow:inset 0 -1px 0 0 rgba(0,0,0,.2);transition:all .2s ease}.tl-text-input.underline input:hover,.tl-text-input.underline textarea:hover{border:unset;border-radius:0;outline:none;box-shadow:inset 0 -1px 0 0 rgba(0,0,0,.4);transition:all .2s ease}.tl-text-input.underline input:focus,.tl-text-input.underline textarea:focus{border:unset;border-radius:0;outline:none;box-shadow:inset 0 -2px 0 0 var(--tl-blue);transition:all .2s ease}.tl-text-input.underline.disabled input,.tl-text-input.underline.disabled textarea{background-color:rgba(0,0,0,.05);border:unset;border-radius:0;outline:none;box-shadow:inset 0 -1px 0 0 rgba(0,0,0,.05)}.tl-text-input.underline.error input,.tl-text-input.underline.error input:focus,.tl-text-input.underline.error textarea,.tl-text-input.underline.error textarea:focus{border:unset;border-radius:0;outline:none;box-shadow:inset 0 -2px 0 0 var(--tl-red-error);transition:all .2s ease}.tl-text-input.underline .input-wrapper :not(:first-child){padding-left:32px}.tl-text-input.underline .input-wrapper :not(:last-child){padding-right:32px}.tl-text-input.underline .input-wrapper i:first-child{left:0}.tl-text-input.underline .input-wrapper i:last-child{right:0}.tl-text-input .time-inputs-wrapper{position:relative;width:100%;padding:7px;font-weight:400;font-size:14px;line-height:20px;background-color:#fff;border:1px solid rgba(0,0,0,.2);border-radius:4px;outline:0;transition:all .2s ease}.tl-text-input .time-inputs-wrapper input,.tl-text-input .time-inputs-wrapper input:focus{padding:unset;border:unset;border-radius:unset;box-shadow:none}.select-module__select--FhoV4{display:flex;flex-direction:column;grid-gap:8px;gap:8px;width:100%}.select-module__select--FhoV4 label{display:inline-block;color:rgba(0,0,0,.6);font-weight:700;font-size:12px;line-height:16px}.select-module__select--FhoV4 .select-module__select-wrapper--vaGy4.select-module__classic--WjUOZ{position:relative;display:flex;grid-gap:8px;gap:8px;align-items:center;justify-content:space-between;width:100%;height:36px;min-height:36px;padding:8px;font-size:14px;border-radius:4px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.2);cursor:pointer;transition:all .2s ease}.select-module__select--FhoV4.select-module__disabled--1HyJV .select-module__select-wrapper--vaGy4.select-module__classic--WjUOZ{color:rgba(0,0,0,.6);cursor:unset}.select-module__select--FhoV4.select-module__disabled--1HyJV .select-module__select-wrapper--vaGy4.select-module__simple--Vc2m3{color:#9c9c9c;cursor:unset}.select-module__select--FhoV4:not(.select-module__disabled--1HyJV) .select-module__select-wrapper--vaGy4.select-module__classic--WjUOZ:hover{box-shadow:inset 0 0 0 1px rgba(0,0,0,.4);transition:all .2s ease}.select-module__select--FhoV4:not(.select-module__disabled--1HyJV) .select-module__select-wrapper--vaGy4.select-module__classic--WjUOZ.select-module__active--zcx4U,.select-module__select--FhoV4:not(.select-module__disabled--1HyJV) .select-module__select-wrapper--vaGy4.select-module__classic--WjUOZ:active,.select-module__select--FhoV4:not(.select-module__disabled--1HyJV) .select-module__select-wrapper--vaGy4.select-module__classic--WjUOZ:focus{box-shadow:inset 0 0 0 1px var(--tl-blue);transition:all .2s ease}.select-module__select--FhoV4 .select-module__select-wrapper--vaGy4.select-module__classic--WjUOZ.select-module__error--DFYdE{box-shadow:inset 0 0 0 1px var(--tl-red-error);transition:all .2s ease}.select-module__select--FhoV4>.select-module__select-wrapper--vaGy4.select-module__classic--WjUOZ.select-module__active--zcx4U>svg.select-module__icon-arrow--RJoT3{transform:rotate(180deg)}.select-module__select--FhoV4 .select-module__select-wrapper--vaGy4.select-module__classic--WjUOZ .select-module__single-item--9AupN{display:flex;grid-gap:8px;gap:8px;align-items:center}.select-module__select--FhoV4 .select-module__select-wrapper--vaGy4.select-module__simple--Vc2m3{position:relative;display:flex;align-items:center;width:-moz-fit-content;width:fit-content;color:var(--tl-blue);font-size:14px;cursor:pointer;transition:all .3s}.select-module__select--FhoV4 .select-module__select-wrapper--vaGy4.select-module__simple--Vc2m3.select-module__active--zcx4U svg{transform:rotate(180deg)}.select-module__select--FhoV4 .select-module__select-wrapper--vaGy4.select-module__simple--Vc2m3:focus,.select-module__select--FhoV4 .select-module__select-wrapper--vaGy4.select-module__simple--Vc2m3:hover{margin-bottom:0;outline:0}.select-module__select--FhoV4 .select-module__select-wrapper--vaGy4.select-module__simple--Vc2m3 .select-module__single-item--9AupN{white-space:nowrap}.select-module__select--FhoV4 .select-module__select-wrapper--vaGy4.select-module__hovered--SahOC{width:-moz-fit-content;width:fit-content;padding:8px;font-size:14px;cursor:pointer}.select-module__select--FhoV4 .select-module__select-wrapper--vaGy4.select-module__hovered--SahOC.select-module__active--zcx4U{background-color:#f5f5f5;border-radius:4px}.select-module__select--FhoV4 .select-module__select-wrapper--vaGy4.select-module__hovered--SahOC:focus,.select-module__select--FhoV4 .select-module__select-wrapper--vaGy4.select-module__hovered--SahOC:hover{margin-bottom:0;background-color:#f5f5f5;border-radius:4px;outline:0}.select-module__select--FhoV4 .select-module__select-wrapper--vaGy4.select-module__hovered--SahOC svg{display:none}.select-module__select--FhoV4 .select-module__select-wrapper--vaGy4 .select-module__dropdown--7IzhT{width:100%}.select-module__select--FhoV4 .select-module__select-wrapper--vaGy4.select-module__multi-select--O42Bv{height:-moz-fit-content;height:fit-content;padding:4px 8px}.select-module__select--FhoV4 .select-module__select-wrapper--vaGy4 .select-module__selected-items--n4YPr{align-items:center;height:100%;display:flex;flex-wrap:wrap;grid-gap:8px;gap:8px}.select-module__select--FhoV4 .select-module__select-wrapper--vaGy4 .select-module__selected-items--n4YPr .select-module__item-container--N3kO3{display:flex;grid-gap:8px;gap:8px;align-items:center;max-width:-webkit-fill-available;min-height:28px;padding:2px 4px;background:rgba(0,0,0,.05);border-radius:4px}.select-module__select--FhoV4 .select-module__select-wrapper--vaGy4 .select-module__selected-items--n4YPr .select-module__item-container--N3kO3 .select-module__close-icon--Y8C2I{display:flex;align-items:center}.select-module__select--FhoV4 .select-module__select-wrapper--vaGy4 .select-module__selected-items--n4YPr .select-module__item-container--N3kO3 .select-module__close-icon--Y8C2I>svg.select-module__close--ZyBQw{z-index:5000}.select-module__select--FhoV4 .select-module__select-wrapper--vaGy4 .select-module__action-container---2yBd{display:flex;align-items:center}.select-module__select--FhoV4 .select-module__select-wrapper--vaGy4.select-module__multi-select--O42Bv .select-module__action-container---2yBd{display:flex;align-items:center;height:28px;margin-top:auto}.select-module__select-empty-dropdown-item--db4\+b{display:flex;align-items:center;justify-content:center;height:116px;color:#777;-webkit-user-select:none;user-select:none}.select-module__select-empty-dropdown-item--db4\+b:focus,.select-module__select-empty-dropdown-item--db4\+b:hover{color:#777;background-color:#fff;cursor:unset;-webkit-user-select:none;user-select:none}.select-module__help-text--Ggrmb{color:rgba(0,0,0,.6);font-weight:400;font-size:12px;line-height:16px}.select-module__help-text--Ggrmb.select-module__error--DFYdE{color:var(--tl-red-error)}.toasts-root{position:fixed;bottom:0;z-index:999999999;display:flex;flex-direction:column;align-items:center;width:100%;pointer-events:none}.tl-toast{max-width:320px;margin-bottom:12px;padding:16px 12px;color:#fff;font-size:14px;line-height:1.29;background-color:rgba(0,0,0,.9);border-radius:4px;box-shadow:0 10px 20px 0 rgba(0,0,0,.2);animation:toast-fade-in .3s cubic-bezier(.4,0,.2,1);pointer-events:all}.tl-toast__fade-out{margin-bottom:var(--self-height,0);opacity:0;transition:all .25s cubic-bezier(.4,0,.2,1)}@keyframes toast-fade-in{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.tl-switch{position:relative;display:inline-block;width:32px;height:20px}.tl-switch input[type=checkbox]{width:0;height:0;opacity:0}.tl-switch_slider{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#ccc;border-radius:11px;cursor:pointer;transition:.4s}.tl-switch_slider:before{position:absolute;bottom:2px;left:2px;width:16px;height:16px;background-color:#fff;border-radius:50%;transition:.4s;content:""}.tl-switch_slider__checked{background-color:var(--tl-blue)}.tl-switch_slider__checked:before{transform:translateX(12px)}.tl-switch_slider__error{box-shadow:inset 0 0 0 1px var(--tl-red)}.tl-switch_slider__error.tl-switch_slider__checked{background-color:var(--tl-red);box-shadow:none}.markdown-module__label-wrapper--FhHiS{display:flex;justify-content:space-between;margin-bottom:4px}.markdown-module__label-wrapper--FhHiS label{color:rgba(0,0,0,.6);font-weight:700;font-size:12px;line-height:16px}.markdown-module__md-editor--Rd6Xw textarea{min-height:120px}.markdown-module__md-editor-preview--U9GRX{display:flex;flex-direction:column;flex-shrink:0;grid-gap:16px;gap:16px;align-items:flex-start;width:100%;min-height:120px;margin:12px 0;color:#3e414b;white-space:pre-wrap;text-align:left;word-wrap:break-word}.markdown-module__md-editor-preview--U9GRX h1,.markdown-module__md-editor-preview--U9GRX h2,.markdown-module__md-editor-preview--U9GRX h3{margin:0;font-weight:700;line-height:1.33333;letter-spacing:-.24px;text-align:left}.markdown-module__md-editor-preview--U9GRX h1{font-size:32px;line-height:42px;letter-spacing:-.32px}.markdown-module__md-editor-preview--U9GRX h2{font-size:24px;line-height:32px;letter-spacing:-.24px}.markdown-module__md-editor-preview--U9GRX h3{font-size:20px;line-height:28px;letter-spacing:-.2px}.markdown-module__md-editor-preview--U9GRX ol,.markdown-module__md-editor-preview--U9GRX ul{margin:0;font-size:16px;line-height:24px;white-space:normal;padding-inline-start:24px}.markdown-module__md-editor-preview--U9GRX img{max-width:100%;border-radius:8px}.markdown-module__format-buttons--f2H4j{display:flex;grid-gap:8px;gap:8px}.markdown-module__iconBtn--tp1gR{width:16px;height:16px;font-size:14px;background:no-repeat 50%;background-size:contain;cursor:pointer}.markdown-module__iconBtn--tp1gR:hover{opacity:.8}.markdown-module__iconBtn--tp1gR[data-action=bold]{background-image:url(https://cdn.thinglink.me/jsec/0/newspa/static/media/bold.f15c21cc.svg)}.markdown-module__iconBtn--tp1gR[data-action=italic]{background-image:url(https://cdn.thinglink.me/jsec/0/newspa/static/media/italic.60c90a8c.svg)}.markdown-module__iconBtn--tp1gR[data-action=h1]{background-image:url(https://cdn.thinglink.me/jsec/0/newspa/static/media/h1.6005e957.svg)}.markdown-module__iconBtn--tp1gR[data-action=h2]{background-image:url(https://cdn.thinglink.me/jsec/0/newspa/static/media/h2.c1f25090.svg)}.markdown-module__iconBtn--tp1gR[data-action=h3]{background-image:url(https://cdn.thinglink.me/jsec/0/newspa/static/media/h3.23849718.svg)}.markdown-module__iconBtn--tp1gR[data-action=h4]{background-image:url(https://cdn.thinglink.me/jsec/0/newspa/static/media/h4.16a2ead7.svg)}.markdown-module__iconBtn--tp1gR[data-action=image]{background-image:url(https://cdn.thinglink.me/jsec/0/newspa/static/media/image.790d9e14.svg)}.markdown-module__iconBtn--tp1gR[data-action=audio]{background-image:url(https://cdn.thinglink.me/jsec/0/newspa/static/media/audio.7d3e0224.svg)}.markdown-module__iconBtn--tp1gR[data-action=link]{background-image:url(https://cdn.thinglink.me/jsec/0/newspa/static/media/link.ce1bbfc5.svg)}.markdown-module__iconBtn--tp1gR[data-action=ordered-list]{background-image:url(https://cdn.thinglink.me/jsec/0/newspa/static/media/list_numered.33d30695.svg)}.markdown-module__iconBtn--tp1gR[data-action=unordered-list]{background-image:url(https://cdn.thinglink.me/jsec/0/newspa/static/media/list_bulleted.5bae2201.svg)}.markdown-module__iconBtn--tp1gR[data-action=preview]{background-image:url(https://cdn.thinglink.me/jsec/0/newspa/static/media/preview.01c81c9c.svg)}.privateContent-module__centered--yQ-5m{display:flex;align-items:center;justify-content:center;height:100vh;margin:0 20%}.privateContent-module__vFlex--Q1kH\+{display:flex;flex-direction:column;grid-gap:30px;gap:30px;align-items:center}.privateContent-module__vFlex--Q1kH\+ h2{font-weight:300;font-size:32px;line-height:1}.privateContent-module__vFlex--Q1kH\+ p{font-size:14px;line-height:19px}.errorBoundary-module__container--KkgCy{position:relative;top:200px;max-width:600px;margin:0 auto;padding:24px}.errorBoundary-module__container--KkgCy h1,.errorBoundary-module__container--KkgCy p{text-align:center}.errorBoundary-module__code--8EOta{font-weight:700;white-space:nowrap;cursor:pointer}.ftux-module__background--JPXR-{position:absolute;width:100%;min-height:100vh;min-height:-webkit-fill-available;overflow:hidden}.ftux-module__modalWrapper--qFGAW{position:absolute;top:0;left:0;width:100%;height:100%;overflow:auto;background:rgba(0,0,0,.6)}.ftux-module__skeleton--4-jLS{background:rgba(0,0,0,.11);animation:1.5s ease-in-out .5s infinite}@keyframes skeleton-pulse{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.ftux-module__sidebar--HYBxt{position:absolute;display:flex;flex-direction:column;width:240px;height:100%;padding:24px;background-color:#f5f5f5}.ftux-module__sidebarSkeletonsGroup--TsMgX{display:grid;grid-gap:24px;gap:24px;margin-top:80px}.ftux-module__sidebarSkeletonsGroup--TsMgX .ftux-module__skeleton--4-jLS{height:12px;border-radius:30px}.ftux-module__sidebarSkeletonsGroup--TsMgX .ftux-module__skeleton--4-jLS:first-child{width:61.87%}.ftux-module__sidebarSkeletonsGroup--TsMgX .ftux-module__skeleton--4-jLS:nth-child(2),.ftux-module__sidebarSkeletonsGroup--TsMgX .ftux-module__skeleton--4-jLS:nth-child(4){width:86.74%}.ftux-module__sidebarSkeletonsGroup--TsMgX .ftux-module__skeleton--4-jLS:nth-child(3),.ftux-module__sidebarSkeletonsGroup--TsMgX .ftux-module__skeleton--4-jLS:nth-child(5),.ftux-module__sidebarSkeletonsGroup--TsMgX .ftux-module__skeleton--4-jLS:nth-child(7){width:50.82%}.ftux-module__sidebarSkeletonsGroup--TsMgX .ftux-module__skeleton--4-jLS:nth-child(6){width:69.61%}.ftux-module__sidebarBottomSkeletonsGroup--QZW9z{margin-top:auto}.ftux-module__sidebarBottomSkeletonsGroup--QZW9z .ftux-module__skeleton--4-jLS:nth-child(2){width:71.24%}.ftux-module__sidebarBottomSkeletonsGroup--QZW9z .ftux-module__skeleton--4-jLS:first-child{width:83.79%}.ftux-module__mainContent--qWeuD{position:absolute;top:0;left:240px;width:calc(100% - 240px);height:100%;padding:24px}.ftux-module__mainContent--qWeuD .ftux-module__skeleton--4-jLS{height:24px;border-radius:4px}.ftux-module__mainContent--qWeuD .ftux-module__skeleton--4-jLS.ftux-module__avatar--3G9KW{width:32px;height:32px;border-radius:100%}.ftux-module__mainContent--qWeuD .ftux-module__row--tpXKd{display:flex;align-items:center;justify-content:flex-end}.ftux-module__mainContent--qWeuD .ftux-module__row--tpXKd .ftux-module__skeleton--4-jLS:not(:last-child){margin-right:24px}.ftux-module__foldersSection--qGNAE{margin-top:60px}.ftux-module__itemsGrid--ClLGT{--row-size:0;display:grid;grid-template-columns:repeat(var(--row-size),1fr);margin-top:36px;grid-column-gap:12px;column-gap:12px;grid-row-gap:32px;row-gap:32px}.ftux-module__itemsGrid--ClLGT .ftux-module__file--iCtrr{padding-bottom:100%}.ftux-module__modal--GJOjH{display:flex;flex-direction:column;padding:calc(24px + var(--top-safe-height)) 24px calc(24px + var(--bottom-safe-height))}@media (max-width:767px){.ftux-module__modal--GJOjH{display:flex;flex-direction:column;width:100%;min-height:100%;margin:0;padding:calc(12px + var(--top-safe-height)) 12px calc(12px + var(--bottom-safe-height));border-radius:0}}.ftux-module__modal--GJOjH main{margin:0}.ftux-module__modal--GJOjH main header{margin-bottom:32px}.ftux-module__hide-empty--NUYRr:empty{display:none}.ftux-module__modal--GJOjH .ftux-module__title--1BZwc{margin-bottom:8px;color:#000;font-size:28px!important;line-height:1.2!important}.ftux-module__modal--GJOjH .ftux-module__title--1BZwc.ftux-module__mobile--d2nZq{margin-top:calc(12px + var(--top-safe-height))}.ftux-module__modal--GJOjH .ftux-module__description--GZvT0{margin:8px 0}.ftux-module__main--FzTC1{margin-top:52px}.ftux-module__main--FzTC1.ftux-module__mobile--d2nZq{margin-bottom:calc(48px + var(--bottom-safe-height))}.ftux-module__accountTypesGrid--ydgqI{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.ftux-module__accountTypesGrid--ydgqI.ftux-module__mobile--d2nZq{grid-template-columns:1fr}.ftux-module__accountTypesGrid--ydgqI .ftux-module__accountTypeItem--3vpBo{display:flex;flex-direction:column;grid-gap:12px;gap:12px;padding:12px;color:rgba(0,0,0,.6);font-weight:400;font-size:14px;line-height:20px;background-color:rgba(0,0,0,.05);border-radius:8px;transition:background-color .2s ease}.ftux-module__accountTypesGrid--ydgqI .ftux-module__accountTypeItem--3vpBo:hover{background-color:rgba(0,0,0,.1)}.ftux-module__accountTypesGrid--ydgqI .ftux-module__accountTypeItem--3vpBo:hover,.ftux-module__accountTypesGrid--ydgqI .ftux-module__accountTypeItem--3vpBo :hover{cursor:pointer}.ftux-module__accountTypesGrid--ydgqI .ftux-module__accountTypeItem--blue--ZiAOy{background-color:#e4f4fd}.ftux-module__accountTypesGrid--ydgqI .ftux-module__accountTypeItem--blue--ZiAOy:hover{background-color:#cbeafb}.ftux-module__accountTypesGrid--ydgqI .ftux-module__accountTypeItem--green--MOT-s{background-color:#dff7f3}.ftux-module__accountTypesGrid--ydgqI .ftux-module__accountTypeItem--green--MOT-s:hover{background-color:#c9f2ec}.ftux-module__accountTypesGrid--ydgqI .ftux-module__accountTypeItem--3vpBo path{fill:rgba(0,0,0,.4);fill:none;stroke:#000;stroke-linecap:round;stroke-width:2;stroke-linejoin:round}.ftux-module__accountTypesGrid--ydgqI .ftux-module__accountTypeItem--3vpBo label{color:#000;font-weight:700}.ftux-module__personalInfo--aFF5-{display:flex;flex-direction:column;grid-gap:12px;gap:12px}.ftux-module__contentTitle--CSHUD{margin:16px 0;font-size:16px;line-height:24px}.ftux-module__radio-buttons--5woCc{display:flex;grid-gap:24px;gap:24px;align-items:center;font-size:14px;line-height:20px}.ftux-module__radio-buttons--5woCc>div{display:flex;grid-gap:8px;gap:8px;align-items:center}footer.ftux-module__footer--yFIvd{grid-gap:16px;gap:16px;justify-content:space-between;margin-top:24px}footer.ftux-module__footer--yFIvd.ftux-module__mobile--d2nZq{position:fixed;right:12px;bottom:calc(12px + var(--bottom-safe-height));left:12px;background:var(--tl-white)}.ftux-module__footerButtons--EcQCG{display:grid;grid-auto-flow:column;grid-gap:24px;gap:24px}@media (max-width:767px){.ftux-module__footerButtons--EcQCG{grid-auto-flow:unset;grid-template-columns:1fr;width:100%}.ftux-module__footerButtons--EcQCG .tl-button{width:100%}.ftux-module__footerButtons--EcQCG .checkbox-label{margin:auto}}.commonSitePage-module__page--hdlFj{--sidebar-width:200px;--sidebar-width--collapsed:200px;--sidebar-width--mobile:240px;--admin-panel-width--opened:290px;--admin-panel-width--closed:0px;--content-padding--desktop:24px;--content-padding--mobile:16px;position:relative;top:0;left:0;display:flex;flex-direction:column;width:100%;height:calc(100% - var(--banner-height, 0));min-height:calc(100% - var(--banner-height, 0))}.commonSitePage-module__page--hdlFj.commonSitePage-module__page--teams-tab--mIrMA{margin-top:24px}#header-slot{position:sticky;top:0;width:100%;padding:0 var(--content-padding--desktop);background-color:var(--tl-white);z-index:1}#header-slot.mobile{padding:0}.commonSitePage-module__container--myVYS{position:relative;display:flex;width:100%;height:100%;margin-top:-8px;padding-top:8px;overflow:hidden}.commonSitePage-module__container--no-gap--LO2Lv{margin-top:0;padding-top:0}.commonSitePage-module__sidebar-navigation--mgfUK{width:auto;min-width:var(--sidebar-width);height:100%;padding:0 24px 16px;background-color:initial;z-index:2}.commonSitePage-module__sidebar-navigation--collapsed--Fg4-k{min-width:auto}.commonSitePage-module__sidebar-navigation-mobile--F-ywj{position:absolute;top:0;left:0;width:var(--sidebar-width--mobile);height:100%;padding:16px;background-color:var(--tl-white);z-index:4800;transform:translateX(calc(var(--sidebar-width--mobile)*-1));transition:transform .12s ease;will-change:transform}.commonSitePage-module__sidebar-navigation-mobile--active--qlYuu{transform:translateX(0)}.commonSitePage-module__user-menu-mobile--x0Lya{position:absolute;top:0;right:0;width:var(--sidebar-width--mobile);height:100%;background-color:var(--tl-white);z-index:4800;transform:translateX(var(--sidebar-width--mobile));transition:transform .12s ease;will-change:transform}.commonSitePage-module__user-menu-mobile__container--k26Hm{display:flex;flex-direction:column;width:100%;height:100%;overflow-x:hidden;overflow-y:auto}.commonSitePage-module__user-menu-mobile--active--K6UM1{transform:translateX(0)}.commonSitePage-module__sidebar-navigation-mobile--F-ywj:after,.commonSitePage-module__user-menu-mobile--x0Lya:after{position:absolute;top:0;display:block;width:100vw;height:100%;background-color:#000;opacity:0;transition:opacity .2s ease;content:"";pointer-events:none}.commonSitePage-module__sidebar-navigation-mobile--active--qlYuu:after,.commonSitePage-module__user-menu-mobile--active--K6UM1:after{background-color:#000;opacity:.4}.commonSitePage-module__sidebar-navigation-mobile--F-ywj:after{left:var(--sidebar-width--mobile)}.commonSitePage-module__user-menu-mobile--x0Lya:after{right:var(--sidebar-width--mobile)}.commonSitePage-module__topbar-navigation--9uVyj{display:flex;background-color:var(--tl-white)}.commonSitePage-module__content-wrapper--HvnK-{display:flex;flex-direction:column;width:calc(100% - var(--content-padding--desktop));min-width:0;margin-left:calc(var(--content-padding--desktop)*-1)}.commonSitePage-module__content-wrapper--HvnK-:only-child,.commonSitePage-module__content-wrapper-mobile--XgpNx{width:100%;margin-left:0}.commonSitePage-module__content--hCnFj{display:flex;flex-direction:column;width:100%;height:100%;padding-left:var(--content-padding--desktop);padding-right:var(--content-padding--desktop);overflow-y:auto;overflow-x:hidden;z-index:0}.commonSitePage-module__content--mobile--YCQm2{padding-left:var(--content-padding--mobile);padding-right:var(--content-padding--mobile);padding-top:0;padding-bottom:calc(var(--content-padding--mobile)*2)}.admin-sidebar_wrapper{position:sticky;top:0;display:block;width:0;max-height:100vh;overflow:hidden;color:var(--tl-black);font-size:14px;background:var(--tl-light-gray)}.media-wrapper .admin-sidebar_wrapper{max-height:100%}.admin-sidebar_wrapper.mobile{position:fixed;top:0;right:0;bottom:0;z-index:99999}.admin-sidebar_inner{min-width:240px;height:100%;padding:8px 0 82px;overflow:auto}.admin-sidebar_wrapper .tl-button-link,.admin-sidebar_wrapper a{color:var(--tl-black);font-size:1rem;transition:color .1s}.admin-sidebar_section a:hover,.admin-sidebar_wrapper .tl-button-link:hover{color:rgba(0,0,0,.75)}.admin-sidebar_inner::-webkit-scrollbar,.admin-sidebar_wrapper::-webkit-scrollbar{display:none}.admin-sidebar_inner,.admin-sidebar_wrapper{-ms-overflow-style:none;scrollbar-width:none;overscroll-behavior:contain}.admin-sidebar_label{display:block;margin:8px;color:rgba(0,0,0,.6);font-size:12px}.admin-sidebar_section{padding:8px;border-top:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.1)}.admin-sidebar_section+.admin-sidebar_section{border-top:none}.admin-sidebar_user-section__header{display:flex;align-items:center;width:100%}.admin-sidebar_user-section__header .avatar{width:38px;height:38px;margin-right:12px}.admin-sidebar_section ul{margin-bottom:0;padding:0;list-style-type:none}.admin-sidebar_section li{margin:12px 0}.admin-sidebar_section li:last-child{margin-bottom:8px}.admin-sidebar_media-section__header{display:flex;align-items:center;width:100%}.admin-sidebar_media-section__header img{width:38px;height:38px;margin-right:12px;border:2px solid #fff;border-radius:4px}.admin-sidebar_media-section__header a{font-weight:700;font-size:16px}.admin-sidebar_trigger{position:absolute;top:80px;right:0;z-index:4000;width:16px;height:36px;margin:0;padding:0;overflow:hidden;background-color:var(--tl-light-gray);border:0;border-top-left-radius:4px;border-bottom-left-radius:4px;cursor:pointer;opacity:.85;transition:opacity .1s}.admin-sidebar_trigger.open,.admin-sidebar_trigger:hover{opacity:1}.admin-sidebar_trigger svg{transform:translateX(-4px) scaleX(-1);pointer-events:none;fill:#939393}.admin-sidebar_trigger.open svg{transform:translateX(-4px)}.admin-sidebar_slidable.open{min-width:240px;max-width:240px}.admin-sidebar_trigger.open{right:calc(240px + var(--scrollbar-width));width:16px}.media-root .admin-sidebar_trigger{left:calc(100% - 16px - var(--scrollbar-width))}.media-root .admin-sidebar_trigger.open{left:calc(100vw - 240px)}.admin-sidebar_alone-button{margin:16px 8px}.mainUi-module__root-container--ZutEs{position:absolute;top:var(--top-safe-height,0);left:0;display:flex;width:100%;min-width:100%;height:100%;max-height:calc(100% - var(--top-safe-height, 0) - var(--bottom-safe-height, 0));min-height:calc(100% - var(--top-safe-height, 0) - var(--bottom-safe-height, 0));overflow:hidden}.mainUi-module__main-ui--JRIqE{position:relative;width:100%;height:100%}.mainUi-module__copilot--2Wwlp{position:relative;width:0;min-width:0;height:100%;border-left:0;background:#fff;transition:width .7s cubic-bezier(.35,.87,.4,.92),min-width .7s cubic-bezier(.35,.87,.4,.92)}.mainUi-module__copilot--mobile--YjQHD{position:absolute;top:0;right:0;z-index:4000}.mainUi-module__copilot--open--1gPZC{width:var(--copilot-width);min-width:var(--copilot-width);border-left:1px solid rgba(0,0,0,.1)}.mainUi-module__copilot--open--1gPZC.mainUi-module__copilot--mobile--YjQHD{width:var(--copilot-width--mobile);min-width:var(--copilot-width--mobile)}.mainUi-module__copilot__wrapper--fVvFc{position:relative;width:100%;height:100%;background:#fff;overflow:hidden;visibility:visible}.mainUi-module__copilot__wrapper--hidden--SHYr0{visibility:hidden}.mainUi-module__copilot__container--ILFRk{position:absolute;top:0;left:0;display:flex;flex-direction:column;width:var(--copilot-width);max-width:var(--copilot-width);min-width:var(--copilot-width);height:100%}.mainUi-module__copilot__container--ILFRk.mainUi-module__copilot__container--mobile--0UTN9{width:var(--copilot-width--mobile);max-width:var(--copilot-width--mobile);min-width:var(--copilot-width--mobile)}.mainUi-module__copilot__trigger--fKDC-{position:absolute;top:240px;right:100%;display:flex;flex-direction:column-reverse;grid-gap:8px;gap:8px;padding:12px 8px;align-items:center;justify-content:center;border-radius:8px 0 0 8px;background:linear-gradient(72deg,#8909dd,#0613e8);-webkit-user-select:none;user-select:none;z-index:4000;border:0;outline:0}.mainUi-module__copilot__trigger--fKDC-:hover{cursor:pointer}.mainUi-module__copilot__trigger--fKDC- span{writing-mode:vertical-rl;transform:scale(-1);text-orientation:mixed;vertical-align:middle;font-size:16px;font-weight:700;line-height:24px;color:#fff}.mainUi-module__copilot__header--eT\+Z8{display:flex;align-items:center;grid-gap:8px;gap:8px;padding:16px;border-bottom:1px solid rgba(0,0,0,.1)}.mainUi-module__copilot__header--eT\+Z8 span{display:flex;align-items:center;padding:2px 4px;border-radius:4px;background:linear-gradient(72deg,#8909dd,#0613e8);font-size:12px;font-weight:700;line-height:16px;color:#fff}.mainUi-module__copilot__header--eT\+Z8 :last-child{margin-left:auto}.mainUi-module__copilot__footer--8EIaq{display:flex;align-items:center;padding:0 16px 16px}.mainUi-module__copilot__error--gjT7J{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:24px}.topbar-module__top-bar--nEFbx{--padding-desktop:24px;display:flex;width:100%}.topbar-module__container--lj7kb{display:flex;align-items:center;width:100%;padding:22px var(--padding-desktop)}.topbar-module__container--mobile--cBw1L{padding:12px;justify-content:space-between}.topbar-module__logo-and-name--\+oxH\+{display:flex;align-items:center;grid-gap:12px;gap:12px;padding-right:calc(var(--padding-desktop)*0.5)}.topbar-module__logo-image--g\+uDE{width:40px;height:40px}.topbar-module__name-image--5VAVd{width:92px}.topbar-module__group--KAyaT{display:flex;align-items:center;grid-gap:0;gap:0}.topbar-module__group--small-gap--Z3341{grid-gap:4px;gap:4px}.topbar-module__group--medium-gap--EDzOY{grid-gap:8px;gap:8px}.topbar-module__group--big-gap--TyHhr{grid-gap:12px;gap:12px}.topbar-module__spacer--7Zol1{margin:0 auto}.topbar-module__top-bar--nEFbx .tl-button{margin:0}.topbar-module__item--pvNya,.topbar-module__top-bar--nEFbx .tl-button-link,.topbar-module__top-bar--nEFbx a{display:flex;align-items:center;grid-gap:12px;gap:12px;font-size:14px;line-height:20px;font-weight:400;color:var(--tl-black)}.topbar-module__item--pvNya.tl-button-link{padding:10px 12px!important}.topbar-module__item-button--rVFxk{display:flex;padding:10px 12px;background-color:initial;border-radius:8px;transition:background-color .2s}.topbar-module__item-button--rVFxk:hover{background-color:#edf0f5}.topbar-module__seats--IY\+1p{padding:2px 4px;border:1px solid var(--tl-black);border-radius:4px;line-height:16px}.topbar-module__user-menu__item--oZKe-{display:flex;align-items:center;grid-gap:12px;gap:12px;padding:12px;color:var(--tl-black);font-size:14px;line-height:16px;text-decoration:none}.topbar-module__user-menu__item--oZKe-:hover{background-color:#edf0f5;cursor:pointer}.topbar-module__user-menu__divider--7qDYN{height:1px;min-height:1px;margin-top:4px;margin-bottom:4px;background-color:#e1e1e1}.topbar-module__user-menu__bottom-buttons--aXLcX{display:flex;flex-direction:column;grid-gap:12px;gap:12px;margin-top:auto;padding:12px}.topbar-module__user-menu__webinar--R4DB7{display:flex;flex-direction:column;align-items:flex-start;grid-gap:12px;gap:12px;width:280px;padding:12px;margin:12px 12px 8px;border-radius:4px;color:#fff;background:url(https://cdn.thinglink.me/jsec/0/newspa/static/media/webinar-youtube-icon.20bdff9b.png) no-repeat bottom -20px right -10px/90px,url(https://cdn.thinglink.me/jsec/0/newspa/static/media/webinar-bg.78de0c99.jpg) no-repeat 50%/cover}.topbar-module__user-menu__webinar_badge--\+P5sK{display:inline-flex;padding:2px 4px;border:1px solid #fff;border-radius:4px;font-size:12px;font-weight:700;line-height:16px}.topbar-module__user-menu__webinar_title--QuzCp{margin:0;padding:0;font-size:20px;font-weight:700;line-height:28px;letter-spacing:-.2px}.topbar-module__user-menu__webinar--R4DB7 a{font-size:14px;font-weight:700;line-height:20px}.topbar-module__user-avatar--YfNN7{width:32px;height:32px;padding:0;background-position:50%;background-size:cover;border:0;border-radius:50%;cursor:pointer}.topbar-module__user-info--NxM5r{display:flex;grid-gap:12px;gap:12px}.topbar-module__user-info__avatar--ImNTr{width:32px;min-width:32px;height:32px;min-height:32px;margin-right:10px}.topbar-module__user-info__details--gMPu-{display:flex;flex-direction:column;justify-content:space-between;max-width:250px;overflow:hidden}.topbar-module__user-info__name-wrapper--SOh0q{display:flex;grid-gap:8px;gap:8px;align-items:center}.topbar-module__user-info__name--FGLQz{margin-bottom:3px;color:#333;font-size:14px;line-height:18px}.topbar-module__user-info__admin-badge--m7Lyn{padding:2px 4px;color:#fff;font-weight:700;font-size:12px;line-height:16px;background-color:var(--tl-blue);border-radius:4px}.topbar-module__user-info__org--6Z7pW{font-size:12px;line-height:18px}.topbar-module__stats--vSN0k{display:grid;grid-template-columns:1fr 1fr;width:320px;max-width:100%;padding:12px}.topbar-module__stats--vSN0k,.topbar-module__stats--vSN0k a,.topbar-module__stats--vSN0k span{font-size:12px;line-height:14px}.topbar-module__stats--vSN0k a{float:right;color:var(--tl-blue)}.topbar-module__stats--vSN0k .progress{grid-column:1/3}.topbar-module__upgrade-button--b0lR-{min-height:36px;padding:2px;border-radius:100px;border-width:2px;background:linear-gradient(75deg,#ff8200,#c000ff)!important;white-space:nowrap;text-overflow:ellipsis}.topbar-module__upgrade-button__inner--8Be2J{display:block;width:100%;z-index:2;padding:8px 12px;background:var(--tl-white);border-radius:100px;text-align:center}.topbar-module__upgrade-button__shining--HttLx{position:relative;overflow:hidden}.topbar-module__upgrade-button__shining--HttLx:hover:after{position:absolute;top:0;z-index:1;width:100%;height:220px;background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0));transform:translateX(100%);animation:topbar-module__slide--rnxYr .5s ease-in normal;content:""}@keyframes topbar-module__slide--rnxYr{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.topbar-module__upgrade-button--lvl1--adTFP{background:linear-gradient(75deg,#ff8200,#c000ff)!important}.topbar-module__upgrade-button--lvl2--EnP-Y{background:linear-gradient(75deg,#c000ff,#18186d)!important}.topbar-module__upgrade-button--lvl3--sqNQw{background:linear-gradient(75deg,#18186d,#1cb5e0)!important}.topbar-module__user-menu__invite-button--TXp\+R{height:auto;text-align:center;font-weight:400}.modal-upsell{padding-top:0;padding-right:0;padding-left:0}.modal-upsell header h1{font-size:28px;line-height:normal}.modal-upsell main p{font-size:16px;line-height:24px}.modal-upsell footer,.modal-upsell header,.modal-upsell main{margin-top:12px;margin-bottom:12px;padding-right:20px;padding-left:20px}.modal-upsell footer{margin-top:20px}.modal-upsell .wistia_responsive_padding,.modal-upsell img,.modal-upsell video{width:100%;height:360px;overflow:hidden;border-top-left-radius:4px;border-top-right-radius:4px}.modal-upsell img{height:auto}.banner-module__banner--hKTjV{z-index:3000;display:flex;grid-gap:16px;gap:16px;align-items:center;justify-content:center;width:100%;padding:8px 16px;color:#fff;font-weight:400;font-size:14px;line-height:20px;letter-spacing:normal;text-align:center}.banner-module__banner--hKTjV.banner-module__mobile--OWwlj{flex-direction:column;grid-gap:8px;gap:8px}.banner-module__banner--hKTjV:before{position:fixed;top:0;left:0;width:100%;height:var(--top-safe-height);background:var(--tl-white);content:""}.banner-module__banner--hKTjV.banner-module__hiddenable--510Rs{padding-right:64px}.banner-module__banner--hKTjV .banner-module__hide-button--5PJYc{position:absolute;top:8p;right:16px}.banner-module__banner--hKTjV .banner-module__buttons-wrapper--GEJX-{display:flex;grid-gap:8px;gap:8px;flex-wrap:wrap;max-width:50%}.banner-module__banner--hKTjV.banner-module__mobile--OWwlj .banner-module__buttons-wrapper--GEJX-{justify-content:center;max-width:100%}.banner-module__default--JYL5a{background-color:#001b33}.banner-module__warning--7pXQr{background-color:#f97c1c}.banner-module__danger--Y9A\+g{background-color:#e84930}.banner-module__promoBannerWrapper--1tlHp{margin-top:auto}.banner-module__promo-banner-width--nuan2{min-width:192px;max-width:192px}.banner-module__promoBanner--gY-FJ{padding:24px 0;border-radius:4px}.banner-module__promoBannerImage--lgY90{position:relative;display:block;width:80px;height:81px;margin:0 auto 24px 0}.banner-module__promoBannerTitle--FqUtn{margin:12px auto;font-size:18px;line-height:22px;text-align:left}.banner-module__promoBannerText--63CRK{margin:12px auto;font-size:14px;line-height:18px;text-align:left}.cardInput-module__card--xRn7o{display:flex;flex-direction:column;grid-gap:8px;gap:8px;justify-content:flex-start;width:100%}.cardInput-module__card--xRn7o .cardInput-module__card-input--xr2qF{display:flex;flex-direction:row;grid-gap:16px;gap:16px;width:100%}.cardInput-module__card--xRn7o .cardInput-module__card-input--xr2qF .cardInput-module__card-element--ILLI0{display:flex;flex-direction:column;grid-gap:8px;gap:8px;align-items:flex-start}.cardInput-module__card--xRn7o .cardInput-module__card-input--xr2qF .cardInput-module__card-element--ILLI0:first-child{width:100%}.cardInput-module__card--xRn7o .cardInput-module__card-input--xr2qF .cardInput-module__card-element--ILLI0 label{color:rgba(0,0,0,.6);font-weight:700;font-size:12px;font-style:normal;line-height:16px}.cardInput-module__card--xRn7o .cardInput-module__card-input--xr2qF .cardInput-module__card-element--ILLI0 .cardInput-module__element-input--TmYar{display:flex;flex-direction:row;grid-gap:8px;gap:8px;align-items:center;justify-content:flex-start;width:100%;min-width:80px;height:36px;padding:8px;background-color:#fff;border:1px solid rgba(0,0,0,.2);border-radius:4px;outline:0;transition:all .2s ease}.cardInput-module__card--xRn7o .cardInput-module__card-input--xr2qF .cardInput-module__card-element--ILLI0.cardInput-module__small--6RP4y .cardInput-module__element-input--TmYar{max-width:80px}.cardInput-module__card--xRn7o .cardInput-module__card-input--xr2qF .cardInput-module__card-element--ILLI0 .cardInput-module__element-input--TmYar.cardInput-module__disabled--pnNR1{background-color:rgba(0,0,0,.05);border-color:rgba(0,0,0,.05);box-shadow:none}.cardInput-module__card--xRn7o .cardInput-module__card-input--xr2qF .cardInput-module__card-element--ILLI0 .cardInput-module__element-input--TmYar.cardInput-module__focus--gU2Np{border-color:var(--tl-blue);box-shadow:0 0 0 1px rgba(0,136,255,.3);transition:all .2s ease}.cardInput-module__card--xRn7o .cardInput-module__card-input--xr2qF .cardInput-module__card-element--ILLI0 .cardInput-module__element-input--TmYar.cardInput-module__error--hyOrI{border-color:var(--tl-red-error);box-shadow:0 0 0 1px rgba(241,40,40,.3);transition:all .2s ease}.cardInput-module__card--xRn7o .cardInput-module__card-input--xr2qF .cardInput-module__card-element--ILLI0 .cardInput-module__element-input--TmYar>div{width:100%}.cardInput-module__card--xRn7o .cardInput-module__card-error--E4iRV{display:flex;flex-direction:column;grid-gap:4px;gap:4px;justify-content:flex-start}.cardInput-module__card--xRn7o .cardInput-module__card-error--E4iRV .cardInput-module__error-text--v8xXQ{color:var(--tl-red-error);font-weight:400;font-size:12px;font-style:normal;line-height:16px}.upgrade-section{max-width:960px;margin:0 auto;padding-top:24px}.upgrade-section h1{margin-top:0;margin-bottom:24px;font-size:30px;line-height:1.73}.upgrade-section h2{margin-top:0;margin-bottom:12px;font-size:20px;line-height:1.2}.upgrade-section p{margin:12px 0;font-size:14px;line-height:1.29}.upgrade-section p.larger{font-size:16px;line-height:1.38}.upgrade-section>section{display:grid;grid-template-columns:2fr 1fr;grid-gap:48px;gap:48px}.upgrade-section.mobile>section{grid-template-columns:1fr}.upgrade-section.custom-hubspot{max-width:876px}.upgrade-section.custom-hubspot h1{margin-bottom:0;text-align:center}.upgrade-section.custom-hubspot p{font-size:16px;line-height:22px;text-align:center}.upgrade-section.custom-hubspot>section{display:flex;flex-direction:column;grid-gap:48px;gap:48px}.upgrade-section.custom-hubspot:not(.mobile) .hubspot-form-container{margin:24px auto 0}.features-block{display:flex;flex-direction:column;grid-gap:16px;gap:16px;max-width:300px;padding:20px;background-color:var(--tl-yellow-light);border:2px solid var(--tl-yellow);border-radius:4px}.upgrade-section.mobile .features-block{max-width:100%}.features-block h1{font-weight:700;font-size:20px;line-height:1.2}.features-block h2{margin:0}.features-block ul{margin:0;padding:0}.features-block li{display:flex;align-items:center;justify-content:flex-start;margin-bottom:8px;font-size:16px;line-height:1.5;letter-spacing:normal}.features-block li:last-child{margin-bottom:0}.features-block li .checkbox-button{align-self:flex-start;margin-top:4px;margin-right:8px;background-color:var(--tl-green);pointer-events:none}.upgrade-section p.features-block__upsell{margin-top:8px;margin-bottom:0;font-size:14px;line-height:1.29}.billing-form_header,.billing-form_header>div{display:flex;align-items:center;justify-content:space-between}.billing-form_header__divider{height:28px;border-right:1px solid #c6c6c6}.billing-form_header__divider,.billing-form_header div img{margin-left:12px}.billing-form_seats-section{margin-bottom:36px}.billing-form_price__discount-section .tl-text-input,.billing-form_seats-section .tl-text-input{width:50%}.billing-form_seats-counter{display:flex;align-items:center}p.billing-form_seats-counter_label{margin-right:12px}p.billing-form_seats-counter_label.muted{color:rgba(0,0,0,.4)}p.billing-form_seats-value{display:inline-block;min-width:18px;margin:0 12px;text-align:center}p.billing-form_seats-value.big-number{min-width:28px}.billing-form form{display:flex;flex-direction:column;grid-gap:16px;gap:16px}.billing-form form .row{display:flex;flex-direction:row;grid-gap:16px;gap:16px}.billing-form form .tl-button-link{margin-bottom:24px;font-size:14px}.billing-form_billing-info-section{display:grid;grid-template-columns:70px auto;margin-bottom:24px;font-size:14px;line-height:1.29;grid-column-gap:24px;column-gap:24px;grid-row-gap:8px;row-gap:8px}.billing-form_billing-info-section__label{color:#9c9c9c;white-space:nowrap}.billing-form_billing-info-section__value{color:#000}.billing-form_price-section{margin-top:24px}.billing-form_price__discount-section{margin:24px 0}.billing-form_price-section__price-line{color:#000;font-weight:700;font-size:20px;line-height:1.2}.billing-form_price-section__price{color:var(--tl-green)}.billing-form_price-section__vat{font-weight:400}.billing-form_price-section p{margin:12px 0;font-size:14px}.billing-form_pay-button{display:flex;margin-top:24px;margin-left:auto}.payment-done{display:flex;flex-direction:column;align-items:center}.payment-done section{display:flex;flex-direction:column;width:100%;max-width:428px}.payment-done section main{display:flex;flex-direction:column;padding:24px 16px;box-shadow:0 10px 20px rgba(0,0,0,.2)}.payment-done section main .check-block_row{display:flex;justify-content:space-between;padding:16px 0;border-top:1px solid rgba(0,0,0,.1)}.payment-done section main .check-block_row:first-child{padding-top:0;border-top:unset}.payment-done section main .check-block_row:last-child{padding-bottom:0}.payment-done section main .check-block_row div:first-child{color:rgba(0,0,0,.4)}.payment-done section main .check-block_row div:last-child{color:rgba(0,0,0,.6);font-weight:700}.payment-done section footer div{display:flex;justify-content:center}.edu-upgrade-section{position:relative;display:flex;flex-direction:column;align-items:center;width:100%}.edu-upgrade-section :not(button):not(a){margin:0;padding:0}.edu-upgrade-section .edu-upgrade-section__container{display:flex;flex-direction:column;grid-gap:40px;gap:40px;align-items:center;justify-content:center;width:100%;max-width:960px;padding:40px 0}.edu-upgrade-section header{display:flex;flex-direction:column;grid-gap:16px;gap:16px;max-width:75%;margin:0 auto}.edu-upgrade-section header h1,.edu-upgrade-section header h2{margin:0;font-weight:700;text-align:center}.edu-upgrade-section .edu-upgrade-section__banner{position:relative;display:grid;grid-template-columns:8fr 2fr;grid-gap:24px;gap:24px;padding:24px;color:#fff;text-align:center;background:var(--Landing-page-Gradient,linear-gradient(45deg,#039cff 5.17%,#7659ea));border-radius:8px;box-shadow:0 16px 24px -8px rgba(0,0,0,.12)}.edu-upgrade-section.mobile .edu-upgrade-section__banner{grid-template-columns:1fr}.edu-upgrade-section .edu-upgrade-section__banner>div{display:flex;flex-direction:column;justify-content:center}.edu-upgrade-section .edu-upgrade-section__banner>div:first-child{align-items:flex-start}.edu-upgrade-section .edu-upgrade-section__banner>div:last-child{grid-gap:16px;gap:16px;align-items:center}.edu-upgrade-section.mobile .edu-upgrade-section__banner>div:last-child{align-items:flex-start}.edu-upgrade-section .edu-upgrade-section__banner h3{margin-bottom:8px;font-weight:700;font-size:24px;line-height:34px}.edu-upgrade-section .edu-upgrade-section__banner p{margin-bottom:24px;font-weight:400;font-size:20px;line-height:32px;text-align:left}.edu-upgrade-section .edu-upgrade-section__banner .title-with-subtitle{display:flex;flex-wrap:wrap;grid-gap:8px 12px;gap:8px 12px;align-items:center;margin-bottom:8px}.edu-upgrade-section .edu-upgrade-section__banner .title-with-subtitle>h3{margin-bottom:0}.edu-upgrade-section .edu-upgrade-section__banner .title-with-subtitle>span{display:flex;flex-wrap:nowrap;align-items:center;justify-content:center;padding:3px 6px;font-size:18px;line-height:22px;border:1px solid #fff;border-radius:4px}.edu-upgrade-section .edu-upgrade-section__banner .billing{display:flex;flex-direction:column;grid-gap:2px;gap:2px;margin-bottom:0;color:#e5e5e5;font-size:14px;line-height:20px}.edu-upgrade-section .edu-upgrade-section__banner .billing .billing__price{display:flex;flex-wrap:nowrap;grid-gap:4px;gap:4px;align-items:baseline;color:#fff;font-weight:700;font-size:20px;line-height:32px}.edu-upgrade-section .edu-upgrade-section__banner .billing .billing__price .large-text{font-size:38px;line-height:52px}.edu-upgrade-section .edu-upgrade-section__switch{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:0 auto;padding:2px;font-weight:700;font-size:20px;line-height:32px;border:2px solid #e5e5e5;border-radius:12px;-webkit-user-select:none;user-select:none}.edu-upgrade-section .edu-upgrade-section__switch--mobile{grid-template-columns:repeat(2,1fr)}.edu-upgrade-section .edu-upgrade-section__switch:hover{cursor:pointer}.edu-upgrade-section .edu-upgrade-section__switch>div{display:flex;flex-wrap:nowrap;grid-gap:8px;gap:8px;align-items:center;justify-content:center;padding:8px 12px;border-radius:8px;transition:background-color .2s ease}.edu-upgrade-section .edu-upgrade-section__switch>div:hover{background-color:rgba(0,0,0,.05)}.edu-upgrade-section .edu-upgrade-section__switch>div span{white-space:nowrap;text-overflow:ellipsis}.edu-upgrade-section .edu-upgrade-section__switch>div svg{width:32px;height:32px}.edu-upgrade-section .edu-upgrade-section__switch>div svg path{stroke:#000}.edu-upgrade-section .edu-upgrade-section__switch.left div:first-child{color:#fff;background-color:#08f}.edu-upgrade-section .edu-upgrade-section__switch.left div:first-child svg path{stroke:#fff}.edu-upgrade-section .edu-upgrade-section__switch.left div:last-child,.edu-upgrade-section .edu-upgrade-section__switch.right div:first-child{color:#000}.edu-upgrade-section .edu-upgrade-section__switch.right div:first-child svg path{stroke:#000}.edu-upgrade-section .edu-upgrade-section__switch.right div:last-child{color:#fff;background-color:#08f}.edu-upgrade-section .edu-upgrade-section__switch.right div:last-child svg path{stroke:#fff}.edu-upgrade-section .edu-upgrade-section__plan-cards{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px;width:100%}.edu-upgrade-section .edu-upgrade-section__plan-cards--three-columns{grid-template-columns:repeat(3,1fr)}.edu-upgrade-section.mobile .edu-upgrade-section__plan-cards{display:flex;flex-direction:column;grid-gap:16px;gap:16px}.edu-upgrade-section .edu-upgrade-section__plan-cards .plan-card{display:flex;flex-direction:column;grid-gap:24px;gap:24px;justify-content:space-between;min-height:360px;padding:16px;background-color:#fff;border:1px solid #e5e5e5;border-radius:8px;box-shadow:0 16px 24px -8px rgba(0,0,0,.12)}@media (max-width:960px){.edu-upgrade-section .edu-upgrade-section__plan-cards{grid-template-columns:repeat(2,1fr)}.edu-upgrade-section .edu-upgrade-section__plan-cards .plan-card{min-height:auto}}.edu-upgrade-section.mobile .edu-upgrade-section__plan-cards .plan-card{position:relative;display:flex;flex-direction:column;grid-gap:0;gap:0;max-height:560px;padding:16px;overflow:hidden;font-weight:400;background-color:#fff;border:1px solid #e5e5e5;border-radius:8px;box-shadow:0 16px 24px -8px rgba(0,0,0,.12)}.edu-upgrade-section.mobile .edu-upgrade-section__plan-cards .plan-card.expanded{max-height:none}.edu-upgrade-section .edu-upgrade-section__plan-cards .plan-card a,.edu-upgrade-section .edu-upgrade-section__plan-cards .plan-card button{text-transform:uppercase}.edu-upgrade-section .edu-upgrade-section__plan-cards .plan-card__top{display:flex;flex-direction:column;grid-gap:8px;gap:8px}.edu-upgrade-section .edu-upgrade-section__plan-cards .plan-card__bottom{display:flex;flex-direction:column;grid-gap:24px;gap:24px}.edu-upgrade-section .edu-upgrade-section__plan-cards .plan-card__title{font-weight:700;font-size:20px;line-height:32px}.edu-upgrade-section.mobile .edu-upgrade-section__plan-cards .plan-card__title{margin-bottom:8px;font-weight:700;font-size:20px;line-height:32px}.edu-upgrade-section .edu-upgrade-section__plan-cards .plan-card__description{font-weight:400;font-size:16px;line-height:24px}.edu-upgrade-section.mobile .edu-upgrade-section__plan-cards .plan-card__description{margin-bottom:24px;font-size:16px;line-height:24px}.edu-upgrade-section .edu-upgrade-section__plan-cards .plan-card__billing{display:flex;flex-direction:column;grid-gap:2px;gap:2px;font-weight:400;font-size:14px;line-height:20px}.edu-upgrade-section.mobile .edu-upgrade-section__plan-cards .plan-card__billing{display:flex;flex-direction:column;grid-gap:2px;gap:2px;margin-bottom:24px;font-size:14px;line-height:20px}.edu-upgrade-section .edu-upgrade-section__plan-cards .plan-card__price,.edu-upgrade-section.mobile .edu-upgrade-section__plan-cards .plan-card__price{display:flex;grid-gap:4px;gap:4px;align-items:baseline;color:#08f;font-weight:700;font-size:16px;line-height:24px}.edu-upgrade-section .edu-upgrade-section__plan-cards .plan-card__price .large-text,.edu-upgrade-section.mobile .edu-upgrade-section__plan-cards .plan-card__price .large-text{font-size:30px;line-height:42px}.edu-upgrade-section.mobile .edu-upgrade-section__plan-cards .plan-card__separator{width:100%;height:1px;min-height:1px;margin:24px 0;background-color:#e5e5e5}.edu-upgrade-section.mobile .edu-upgrade-section__plan-cards .plan-card__features{display:flex;flex-direction:column;grid-gap:8px;gap:8px;font-size:14px;line-height:20px}.edu-upgrade-section.mobile .edu-upgrade-section__plan-cards .plan-card__features h4{font-weight:700;font-size:16px;line-height:24px}.edu-upgrade-section.mobile .edu-upgrade-section__plan-cards .plan-card__features ul{display:flex;flex-direction:column}.edu-upgrade-section.mobile .edu-upgrade-section__plan-cards .plan-card__features ul li{padding:10px 0;list-style:none}.edu-upgrade-section.mobile .edu-upgrade-section__plan-cards .plan-card .show-more-btn{position:absolute;right:0;bottom:0;left:0;display:flex;align-items:center;padding:0 16px 16px;background-color:#fff}.edu-upgrade-section.mobile .edu-upgrade-section__plan-cards .plan-card.expanded .show-more-btn{display:none}.edu-upgrade-section.mobile .edu-upgrade-section__plan-cards .plan-card .show-more-btn button{color:#08f;font-weight:700;font-size:14px;line-height:20px;background-color:#fff;border:0}.edu-upgrade-section.mobile .edu-upgrade-section__plan-cards .plan-card .show-more-btn button:hover{cursor:pointer}.edu-upgrade-section.mobile .edu-upgrade-section__plan-cards .plan-card .show-more-btn:before{position:absolute;top:0;right:0;left:0;width:100%;min-width:100%;height:50px;min-height:50px;margin-top:-50px;background:linear-gradient(180deg,hsla(0,0%,100%,0),#fff);content:""}.edu-upgrade-section .edu-upgrade-section__table{width:100%}.edu-upgrade-section .edu-upgrade-section__table .table{display:grid;grid-template-columns:minmax(min-content,250px) repeat(4,1fr);width:100%;overflow:hidden;font-weight:400;font-size:14px;line-height:20px;border:1px solid #e5e5e5;border-radius:8px;border-collapse:collapse;box-shadow:0 16px 24px -8px rgba(0,0,0,.12)}.edu-upgrade-section .edu-upgrade-section__table .table.table--three-columns{grid-template-columns:minmax(min-content,250px) repeat(3,1fr)}.edu-upgrade-section .edu-upgrade-section__table .table .tbody,.edu-upgrade-section .edu-upgrade-section__table .table .thead,.edu-upgrade-section .edu-upgrade-section__table .table .tr{display:contents}.edu-upgrade-section .edu-upgrade-section__table .table .tr.tr--subheader{display:table-row;grid-column:span 4;border-bottom:1px solid rgba(0,0,0,.05);font-size:16px;font-weight:700;line-height:24px}.edu-upgrade-section .edu-upgrade-section__table .table.table--three-column .tr.tr--subheader{grid-column:span 5}.edu-upgrade-section .edu-upgrade-section__table .table .th{padding:28px 8px;font-weight:700;font-size:16px;line-height:24px;background-color:#e5e5e5;border-bottom:1px solid #e5e5e5}.edu-upgrade-section .edu-upgrade-section__table .table .td{display:flex;align-items:center;grid-gap:8px;gap:8px;padding:10px 12px}.edu-upgrade-section .edu-upgrade-section__table .table .th:first-child{padding-right:24px;padding-left:24px}.edu-upgrade-section .edu-upgrade-section__table .table .td,.edu-upgrade-section .edu-upgrade-section__table .table .th{display:flex;align-items:center;border:0}.edu-upgrade-section .edu-upgrade-section__table .table .tr .td:first-child{padding-left:24px}.edu-upgrade-section .edu-upgrade-section__table .table .tr .td:last-child{padding-right:24px}.edu-upgrade-section .edu-upgrade-section__table .table .tr:first-child .td{margin-top:8px}.edu-upgrade-section .edu-upgrade-section__table .table .tr:last-child .td{margin-bottom:8px}.edu-upgrade-section .edu-upgrade-section__table .table .tr:not(.tr--subheader):hover .td{background-color:rgba(0,0,0,.02)}.upgrade-section.not-allowed{display:flex;flex-direction:column;grid-gap:24px;gap:24px;align-items:center}.upgrade-section.not-allowed h1{margin-bottom:unset}.upgrade-section.not-allowed main{display:flex;flex-direction:column;grid-gap:24px;gap:24px;align-items:center;width:100%;max-width:720px}.upgrade-section.not-allowed main>*{width:100%}.upgrade-section.not-allowed .features-block{max-width:unset;padding:unset;background-color:#fff;border:unset}.upgrade-section.not-allowed .features-block>ul{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:16px;column-gap:16px;grid-row-gap:8px;row-gap:8px}.upgrade-section.not-allowed .features-block>ul>li{align-items:flex-start;margin-bottom:unset}.unlimited-bundle{position:relative;display:flex;grid-gap:67px;gap:67px;align-items:center;width:100%;margin-bottom:40px;padding:24px 40px;background:linear-gradient(88.02deg,#9935bc -12.83%,#00bde7 119.54%);border-radius:4px;box-shadow:0 1px 3px 0 rgba(0,0,0,.2)}.unlimited-bundle .left-block{display:flex;flex-direction:column;grid-gap:24px;gap:24px}.unlimited-bundle .left-block .content{color:#fff}.unlimited-bundle .left-block .content h2{font-weight:700;font-size:24px}.unlimited-bundle .left-block .content p{margin-top:4px;margin-bottom:24px;font-weight:400;font-size:19px;text-align:left}.unlimited-bundle span.icon-infinity{display:inline-block;width:311px;height:183px;background:url(https://cdn.thinglink.me/jsec/0/newspa/static/media/infinity.a4cd8cea.svg) 50% no-repeat;background-size:311px 183px}@media (max-width:992px){.unlimited-bundle{grid-gap:30px;gap:30px}}@media (max-width:768px){.unlimited-bundle{flex-direction:column-reverse;grid-gap:30px;gap:30px;padding:24px}}.plan-features-card{display:flex;grid-gap:24px;gap:24px;margin-top:28px;margin-bottom:40px;padding:24px;color:#fff;background:linear-gradient(45deg,#039cff 5.17%,#7659ea);border-radius:8px}.plan-features-card .description-container{width:100%}.plan-features-card .description-container h2.title{margin-bottom:8px;font-weight:700;font-size:24px;text-align:left}.plan-features-card .description-container p.description{margin-top:0;margin-bottom:16px;font-weight:400;line-height:24px;text-align:left}.plan-features-card .description-container p.price{margin-top:0;font-weight:700;font-size:24px;line-height:34px;text-align:left}.plan-features-card .description-container p.price-note{font-weight:400;font-size:12px;line-height:16px;text-align:left}.plan-features-card .v-divider{width:1px;background-color:hsla(0,0%,100%,.2)}.plan-features-card .features-container{display:flex;flex-direction:column;width:100%}.plan-features-card .features-container h3{margin-bottom:8px;font-weight:700;font-size:24px;line-height:34px}.plan-features-card .features-container ul li{font-weight:400;font-size:16px;line-height:24px}.secondary-features-block{display:flex;flex-direction:column;grid-gap:12px;gap:12px;margin-top:16px;border:1px solid var(--tl-blue);border-radius:4px;background-color:rgba(0,136,255,.1);padding:20px;font-size:14px;font-weight:400;line-height:20px}.secondary-features-block h2,.secondary-features-block p{margin:0}.secondary-features-block ul{margin:0;list-style-position:inside;padding-inline-start:12px}.secondary-features-block ul li{margin-bottom:8px}.hubspot-form-embedded{display:flex!important;flex-direction:column;width:100%;max-width:600px;margin:0 auto;padding:30px;border-radius:8px;box-shadow:10px 10px 30px 0 rgba(0,0,0,.15)}.hubspot-form-embedded.no-shadow{box-shadow:none}.hubspot-form-embedded.no-padding{padding:0}.hubspot-form-embedded.hubspot-form-embedded--full-width{max-width:100%}.hubspot-form-embedded *{margin:0;padding:0}.hubspot-form-embedded.mobile{box-shadow:none}.hubspot-form-embedded fieldset{width:100%;max-width:none!important;border:0}.hubspot-form-embedded fieldset.form-columns-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.hubspot-form-embedded.mobile fieldset.form-columns-2{grid-template-columns:1fr}.hubspot-form-embedded fieldset.form-columns-2 .hs-form-field{width:100%!important}.hubspot-form-embedded fieldset .hs-form-field>:last-child{margin-bottom:23px}.hubspot-form-embedded fieldset .hs-form-field .input{margin-top:auto}.hubspot-form-embedded ou,.hubspot-form-embedded ul{margin-bottom:0}.hubspot-form-embedded .hs-error-msgs{margin:0 15px;color:#f30808;font-size:12px}.hubspot-form-embedded .hs-error-msgs li{list-style:none}.hubspot-form-embedded div.hs-form-field{display:flex;flex-direction:column;margin-bottom:8px}.hubspot-form-embedded div.hs-form-field *{font-weight:400;font-size:14px;line-height:22px;text-align:left}.hubspot-form-embedded div.hs-form-field label{width:95%;margin-bottom:0}.hubspot-form-embedded div.hs-form-field label span{font-size:16px;line-height:22px}.hubspot-form-embedded div.hs-form-field input[type=email],.hubspot-form-embedded div.hs-form-field input[type=text],.hubspot-form-embedded div.hs-form-field select,.hubspot-form-embedded div.hs-form-field textarea{width:100%!important}.hubspot-form-embedded div.hs-form-field input,.hubspot-form-embedded div.hs-form-field select,.hubspot-form-embedded div.hs-form-field textarea{border:none;border-bottom:1px solid #9e9e9e;transition:border-color .15s ease-in-out}.hubspot-form-embedded div.hs-form-field input:focus,.hubspot-form-embedded div.hs-form-field select:focus,.hubspot-form-embedded div.hs-form-field textarea:focus{border-bottom:2px solid #08f;outline:0}.hubspot-form-embedded div.hs-form-field textarea{min-height:120px}.hubspot-form-embedded div.hs-form-field ul{padding:0;list-style-type:none}.hubspot-form-embedded div.hs-form-field select{min-height:32px;background-color:#fff}.hubspot-form-embedded div.hs-form-field input[type=email],.hubspot-form-embedded div.hs-form-field input[type=text]{min-height:32px;padding:0 15px}.hubspot-form-embedded div.hs-form-field input[type=checkbox]{margin:5px}.hubspot-form-embedded div.hs-form-field .hs-error-msgs{margin-bottom:0}.hubspot-form-embedded div.hs-form-field .hs-error-msg{margin:0 15px;color:#f30808;font-size:12px}.hubspot-form-embedded div.hs-form-field .hs-form-required{margin:0 3px;color:red}.hubspot-form-embedded div.actions{display:flex}.hubspot-form-embedded .hs-submit{width:100%;margin:0 auto}.hubspot-form-embedded .hs-submit input[type=submit]:hover{cursor:pointer}.hubspot-form-embedded .hs-submit .hs-button{height:36px;min-height:36px;margin:20px auto;padding:9px 10px;color:#fff;font-weight:700;font-size:14px;text-transform:uppercase;background:#08f;border:none;border-radius:4px}.vatInput-module__vat-input--5rq-E{display:flex;flex-direction:column;grid-gap:8px;gap:8px;width:100%}.vatInput-module__vat-input--5rq-E label{color:rgba(0,0,0,.6);font-weight:700;font-size:12px;font-style:normal;line-height:16px}.vatInput-module__input-container--DobSY{display:flex;flex-direction:row;grid-gap:16px;gap:16px}.vatInput-module__country--pB1Ns{width:100%;max-width:80px}.vatInput-module__number--GwMVN{width:100%}.vatInput-module__error--BnVdp{display:flex;flex-direction:column;grid-gap:4px;gap:4px;justify-content:flex-start}.vatInput-module__error-text--gcKL-{color:var(--tl-red-error);font-weight:400;font-size:12px;font-style:normal;line-height:16px}.commonPageHeader-module__mobile-header--pK2K5{display:flex;align-items:center;justify-content:space-between;width:100%;height:100%;padding:8px 12px;background-color:var(--tl-white);border-bottom:1px solid rgba(0,0,0,.1)}.commonPageHeader-module__user-avatar--gQj6H{width:32px;height:32px;min-height:32px}.commonPageHeader-module__user-avatar__wrapper--z4rqh{display:flex;align-items:center;justify-content:center;width:38px}.hamburger-module__hamburger--eqZVh{display:inline-block;width:38px;height:38px;margin:0;padding:7px 6px;overflow:visible;color:inherit;font:inherit;text-transform:none;background-color:initial;border:0;outline:none;cursor:pointer;transition-timing-function:linear;transition-duration:.12s;transition-property:opacity}.hamburger-module__hamburger--eqZVh.hamburger-module__is-active--N98Pl .hamburger-module__hamburger-inner--d5sHY,.hamburger-module__hamburger--eqZVh.hamburger-module__is-active--N98Pl .hamburger-module__hamburger-inner--d5sHY:after,.hamburger-module__hamburger--eqZVh.hamburger-module__is-active--N98Pl .hamburger-module__hamburger-inner--d5sHY:before{background-color:hsla(0,0%,60%,.7)}.hamburger-module__hamburger-box--K6iXj{position:relative;display:flex;align-items:center;justify-content:center;width:24px;height:24px}.hamburger-module__hamburger-inner--d5sHY{top:50%;display:block;margin-top:-1px}.hamburger-module__hamburger-inner--d5sHY,.hamburger-module__hamburger-inner--d5sHY:after,.hamburger-module__hamburger-inner--d5sHY:before{position:absolute;width:14px;height:2px;background-color:hsla(0,0%,60%,.7);border-radius:4px;transition-timing-function:ease;transition-duration:.06s;transition-property:transform}.hamburger-module__hamburger-inner--d5sHY:after,.hamburger-module__hamburger-inner--d5sHY:before{display:block;content:""}.hamburger-module__hamburger-inner--d5sHY:before{top:-5px}.hamburger-module__hamburger-inner--d5sHY:after{bottom:-5px}.hamburger-module__hamburger--squeeze--94j8u .hamburger-module__hamburger-inner--d5sHY{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.06s}.hamburger-module__hamburger--squeeze--94j8u .hamburger-module__hamburger-inner--d5sHY:before{transition:top .06s ease .12s,opacity 75ms ease}.hamburger-module__hamburger--squeeze--94j8u .hamburger-module__hamburger-inner--d5sHY:after{transition:bottom .06s ease .12s,transform .06s cubic-bezier(.55,.055,.675,.19)}.hamburger-module__hamburger--squeeze--94j8u.hamburger-module__is-active--N98Pl .hamburger-module__hamburger-inner--d5sHY{transform:rotate(45deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger-module__hamburger--squeeze--94j8u.hamburger-module__is-active--N98Pl .hamburger-module__hamburger-inner--d5sHY:before{top:0;opacity:0;transition:top .06s ease,opacity .06s ease .12s}.hamburger-module__hamburger--squeeze--94j8u.hamburger-module__is-active--N98Pl .hamburger-module__hamburger-inner--d5sHY:after{bottom:0;transform:rotate(-90deg);transition:bottom .06s ease,transform .06s cubic-bezier(.215,.61,.355,1) .12s}.clickable-module__clickable--VMM\+e{margin:0;padding:0;background:none;border:0;outline:none;cursor:pointer}.sidemenu-module__sidemenu--bd7CB{max-height:100%;background-color:var(--tl-white)}.sidemenu-module__container--gWMZf,.sidemenu-module__sidemenu--bd7CB{display:flex;flex-direction:column;width:100%;height:100%;grid-gap:24px;gap:24px}.sidemenu-module__container--scrollable--dnK3A{overflow-x:hidden;overflow-y:auto}.sidemenu-module__menu-section--Ro0gu,.sidemenu-module__menu-section--Ro0gu ul{display:flex;flex-direction:column;grid-gap:8px;gap:8px}.sidemenu-module__menu-section--Ro0gu ul{margin:0;padding:0}.sidemenu-module__menu-section--Ro0gu li{margin-bottom:0;list-style-type:none}.sidemenu-module__menu-section--stick-bottom---NZqB{margin-top:auto}.sidemenu-module__menu-section--Ro0gu button[data-count][data-badge-changelog]:after,.sidemenu-module__menu-section--Ro0gu button[data-count][data-badge-feedback]:after,.sidemenu-module__menu-section--Ro0gu button[data-count][data-badge]:after{top:0;right:24px;display:flex;align-items:center;justify-content:center;width:18px;height:18px;font-size:12px;line-height:26px;background-color:#fb607f}.sidemenu-module__menu-item--4uU56{display:flex;grid-gap:8px;gap:8px;align-items:center;width:100%;padding:8px;background-color:initial;border:0;border-radius:8px;-webkit-user-select:none;user-select:none}.sidemenu-module__menu-item--4uU56.active{background-color:#edf0f5;font-weight:500}.sidemenu-module__menu-item--4uU56:hover{cursor:pointer;background-color:#f6f8fa}.sidemenu-module__menu-item--4uU56:focus-visible{background:#f6f8fa;box-shadow:0 0 0 2px var(--tl-white),0 0 0 4px rgba(0,136,255,.3);outline:0}.sidemenu-module__menu-item__text--4\+9ml{overflow:hidden;color:var(--tl-black);font-size:14px;line-height:20px;font-weight:400;white-space:nowrap;text-overflow:ellipsis;text-align:center}.sidemenu-module__menu-item__badge--wg4QI{display:flex;align-items:center;justify-content:center;padding:2px 4px;color:#fff;font-weight:700;font-size:12px;line-height:16px;background-color:#08f;border-radius:4px}.sidemenu-module__menu-item__badge--circle--6rWGo{position:absolute;top:-5px;left:24px;width:8px;height:8px;overflow:hidden;background-color:#08f;border-radius:50%}.sidemenu-module__spacer--ynG35{min-height:8px;margin-top:auto}.sidemenu-module__separator--WlCLW{width:100%;height:1px;background-color:#d1d7e0}.sidemenu-module__org-block--RAnzj{display:flex;flex-direction:column;padding:8px;grid-gap:8px;gap:8px;border-radius:8px;border:1px solid #d1d7e0}.sidemenu-module__org-block__title--qA0ol{display:flex;align-items:center;justify-content:space-between;width:100%}.sidemenu-module__org-block__users--\+yRKe{display:flex;flex-direction:column;color:var(--text-sub-60,rgba(0,0,0,.6));grid-gap:4px;gap:4px;font-size:12px;line-height:16px}.sidemenu-module__org-block__progress-bg--YCVl4{position:relative;width:100%;height:6px;min-height:6px;border-radius:3px;background-color:#edf0f5}.sidemenu-module__org-block__progress-bar--1Bq1C{position:absolute;top:0;left:0;height:6px;min-height:6px;border-radius:3px;background-color:var(--tl-black)}.medialist-module__grid--vKJok{display:grid;width:calc(100% + 24px);margin:0 -12px}.medialist-module__grid--vKJok>*{position:relative;flex:1 0 auto;padding:12px}.medialist-module__grid--vKJok.medialist-module__mobile--pqyb6>*{padding:6px}.medialist-module__grid--vKJok.medialist-module__columns-1--cLWYS{grid-template-columns:repeat(1,minmax(50px,1fr))}.medialist-module__grid--vKJok.medialist-module__columns-2--eDuTs{grid-template-columns:repeat(2,minmax(50px,1fr))}.medialist-module__grid--vKJok.medialist-module__columns-3--LkhK3{grid-template-columns:repeat(3,minmax(50px,1fr))}.medialist-module__grid--vKJok.medialist-module__columns-4--SnbRB{grid-template-columns:repeat(4,minmax(50px,1fr))}.medialist-module__grid--vKJok.medialist-module__columns-5--f1fXo{grid-template-columns:repeat(5,minmax(50px,1fr))}.medialist-module__grid--vKJok.medialist-module__columns-6--DZhyH{grid-template-columns:repeat(6,minmax(50px,1fr))}.medialist-module__grid--vKJok.medialist-module__columns-7--2tsjA{grid-template-columns:repeat(7,minmax(50px,1fr))}.medialist-module__grid--vKJok.medialist-module__columns-8--VaWc-{grid-template-columns:repeat(8,minmax(50px,1fr))}.medialist-module__grid--vKJok.medialist-module__columns-9--Ux9GO{grid-template-columns:repeat(9,minmax(50px,1fr))}.medialist-module__grid--vKJok.medialist-module__columns-10--PCTuD{grid-template-columns:repeat(10,minmax(50px,1fr))}.medialist-module__grid--vKJok.medialist-module__columns-11--tH9NO{grid-template-columns:repeat(11,minmax(50px,1fr))}.medialist-module__grid--vKJok.medialist-module__columns-12--JAex8{grid-template-columns:repeat(12,minmax(50px,1fr))}.medialist-module__grid--vKJok.medialist-module__columns-13--LDKaa{grid-template-columns:repeat(13,minmax(50px,1fr))}.medialist-module__grid--vKJok.medialist-module__columns-14--yEA0\+{grid-template-columns:repeat(14,minmax(50px,1fr))}.medialist-module__grid--vKJok.medialist-module__columns-15--xuNGF{grid-template-columns:repeat(15,minmax(50px,1fr))}.medialist-module__grid--vKJok.medialist-module__columns-16--KUKx5{grid-template-columns:repeat(16,minmax(50px,1fr))}.medialist-module__grid--vKJok.medialist-module__columns-17--Apiff{grid-template-columns:repeat(17,minmax(50px,1fr))}.medialist-module__grid--vKJok.medialist-module__columns-18--ewDxa{grid-template-columns:repeat(18,minmax(50px,1fr))}.medialist-module__grid--vKJok.medialist-module__columns-19--I2uD1{grid-template-columns:repeat(19,minmax(50px,1fr))}.medialist-module__grid--vKJok.medialist-module__columns-20--YQtQ4{grid-template-columns:repeat(20,minmax(50px,1fr))}.medialist-module__grid--vKJok.medialist-module__touch--MdyW1{margin:0 -12px;padding:0}.medialist-module__grid--vKJok.medialist-module__mobile--pqyb6{margin:0 -8px;padding:0 4px}.medialist-module__grid--vKJok.medialist-module__mobile--pqyb6.medialist-module__list--5eUCT{margin:0 -16px;padding:0}.medialist-module__grid--vKJok.medialist-module__list--5eUCT{display:flex;flex-direction:column;padding:0 12px}.medialist-module__grid--vKJok.medialist-module__list--5eUCT>*{max-width:100%;margin:0;padding:0;border-bottom:0}.medialist-module__grid--vKJok.medialist-module__list--5eUCT.medialist-module__mobile--pqyb6>*{margin:0;padding:0}.medialist-module__grid--vKJok.medialist-module__list--5eUCT.medialist-module__touch--MdyW1{padding:0}.medialist-module__item--77oVZ{display:block;height:100%;transition:opacity .2s ease-in-out;-webkit-user-select:none;user-select:none}.medialist-module__item-wrapper--H\+W5m.medialist-module__list-item--13YRq{display:flex;align-items:center;width:100%;padding-right:12px}.medialist-module__item--77oVZ.medialist-module__list-item--13YRq{display:flex;align-items:center;width:100%;padding:6px 12px}.medialist-module__folder-name-item--atae3{width:176px;margin-right:16px;margin-left:auto;color:rgba(0,0,0,.4);font-weight:400;font-size:14px;font-style:normal;line-height:18px}@media(max-width:768px){.medialist-module__folder-name-item--atae3{margin-left:0}}.medialist-module__folder-name-item--atae3.medialist-module__not-is-action-allowed--OSBxG,.medialist-module__folder-name-item--atae3.medialist-module__selected--Q7fgy{margin-right:52px!important}.medialist-module__name-wrapper--Xqeqw{display:flex;flex-direction:column;align-items:flex-start}.medialist-module__item--77oVZ.medialist-module__list-item--13YRq.medialist-module__loading--QwgS4{min-height:60px;padding:0 12px}.medialist-module__grid--vKJok.medialist-module__mobile--pqyb6.medialist-module__list--5eUCT .medialist-module__item--77oVZ.medialist-module__list-item--13YRq{padding:6px 20px}.medialist-module__item--77oVZ.medialist-module__list-item--13YRq:hover,.medialist-module__item-wrapper--H\+W5m.medialist-module__list-item--13YRq:hover{background-color:#f5f5f5}.medialist-module__list-item-image-wrapper--WYbqh{position:relative;display:flex;align-items:center;justify-content:center;width:48px;min-width:48px;height:48px;min-height:48px;margin-right:12px}[data-dragging=true] .medialist-module__item--77oVZ{opacity:.4}.medialist-module__folder-item-icon--O7vcY{background-color:unset;border:0;box-shadow:none}.medialist-module__title--rO6-\+{display:block;max-width:100%;margin:8px 0;color:var(--tl-black);text-align:center}@media(max-width:768px){.medialist-module__title--rO6-\+{margin:2px 0}}.medialist-module__skeleton--xSkCr{color:transparent;border-radius:4px}.medialist-module__list-item--13YRq .medialist-module__skeleton--xSkCr{width:120px}.medialist-module__checkbox--ovYeC{display:block!important}.medialist-module__checkbox--ovYeC.medialist-module__desktop--Lyr4G{position:absolute;top:24px;left:24px}.medialist-module__action-button--Ph575{position:absolute;top:24px;right:24px;z-index:1;display:flex;align-items:center;justify-content:center;width:28px;height:16px;padding:0;background-color:#fff;background-repeat:no-repeat;background-position:50%;background-size:18px 4px;border:1px solid #ccc;border-radius:4px;outline:none;cursor:pointer}.medialist-module__action-button--Ph575.medialist-module__active--ZD7r\+{box-shadow:0 0 0 4px hsla(0,0%,66.7%,.2)}.medialist-module__action-button--Ph575+[role=menu]{min-width:unset!important;max-height:unset}.medialist-module__action-button--Ph575+[role=menu]>.dropdown-item{white-space:nowrap}.medialist-module__action-button--Ph575.medialist-module__desktop--Lyr4G,.medialist-module__checkbox--ovYeC.medialist-module__desktop--Lyr4G{opacity:0;transition:opacity .1s}.medialist-module__checkbox--ovYeC.medialist-module__desktop--Lyr4G:focus{opacity:1}.medialist-module__action-button-wrapper--FnYFd{margin-left:auto;line-height:unset!important}.medialist-module__action-button-wrapper--FnYFd.medialist-module__folder--TR4FM{margin-left:0}.medialist-module__action-button-wrapper--FnYFd .dropdown{max-height:unset}.medialist-module__action-button--Ph575.medialist-module__active--ZD7r\+,.medialist-module__checkbox--ovYeC.medialist-module__desktop--Lyr4G[aria-checked=true],.medialist-module__item--77oVZ:hover .medialist-module__checkbox--ovYeC.medialist-module__desktop--Lyr4G,.medialist-module__item-wrapper--H\+W5m:hover .medialist-module__action-button--Ph575.medialist-module__desktop--Lyr4G{opacity:1}.medialist-module__item--77oVZ[data-selected=true] .medialist-module__action-button--Ph575,.medialist-module__item--77oVZ[data-selected=true] button,.medialist-module__item-wrapper--H\+W5m[data-select-mode=true] .medialist-module__action-button--Ph575,.medialist-module__item-wrapper--H\+W5m[data-selected=true] .medialist-module__action-button--Ph575{display:none}.medialist-module__action-button--Ph575:focus,.medialist-module__item-wrapper--H\+W5m:focus .medialist-module__action-button--Ph575{display:flex;opacity:1}.medialist-module__item--77oVZ:active,.medialist-module__item-wrapper--H\+W5m:active{box-shadow:none}.medialist-module__action-button--Ph575.medialist-module__mobile--pqyb6{top:0;right:0;margin:14px}.medialist-module__checkbox--ovYeC.medialist-module__mobile--pqyb6{position:absolute;top:0;left:0;margin:13px;opacity:1}.medialist-module__checkbox--ovYeC.medialist-module__list-item--13YRq{position:relative;top:0;left:0;margin:0 12px 0 0;opacity:1}.imageItem-module__wrapper--II0IN{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:0;padding:56.25% 0 0}.imageItem-module__inner--4w\+xS{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;background-color:#f6f8fa;border-radius:8px;overflow:hidden}.imageItem-module__inner-wrapper--IpEKr{overflow:visible}.imageItem-module__image--6SCsC{display:block;margin:0 auto;width:100%;height:auto;border-radius:8px;transition:scale .2s ease;scale:1}.imageItem-module__zoom--LSUhI{scale:1.1}.imageItem-module__focused--v1x6S{box-shadow:0 0 0 2px var(--tl-white),0 0 0 4px rgba(0,136,255,.3)}.imageItem-module__selected--6tWGm{box-shadow:0 0 0 2px var(--tl-white),0 0 0 4px var(--tl-blue)}.imageItem-module__picture--pIuNi{box-sizing:initial;background-color:#f6f8fa;object-fit:cover}.imageItem-module__skeleton--H0YN7{width:calc(100% - 8px);height:calc(100% - 8px)}@keyframes mobileContextMenu-module__mobile-context-menu-slidein--RpUi4{0%{transform:translate3d(0,12px,0);opacity:0}to{transform:translateZ(0);opacity:1}}.mobileContextMenu-module__wrapper--\+ZEvw{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;flex-direction:column;justify-content:flex-end;padding:calc(12px + var(--top-safe-height)) 12px calc(12px + var(--bottom-safe-height));background:rgba(0,0,0,.4)}.mobileContextMenu-module__content-wrapper--\+dguM{display:flex;flex-direction:column;animation-name:mobileContextMenu-module__mobile-context-menu-slidein--RpUi4;animation-duration:.1s;animation-iteration-count:1;animation-fill-mode:forwards}.mobileContextMenu-module__content--t2SQR{max-height:calc(100vh - 164px);margin-top:auto;overflow:auto;background:var(--tl-white);border-radius:4px}.mobileContextMenu-module__close-button--b5Nq8{width:100%;height:42px;margin-top:12px;padding:12px;font-weight:400;text-align:center;background:var(--tl-white)}.context-menu-trigger{display:flex;align-items:center;justify-content:center;width:28px;height:16px;padding:0;background-color:#fff;background-repeat:no-repeat;background-position:50%;background-size:18px 4px;border:1px solid #ccc;border-radius:4px;outline:none;cursor:pointer}.grid-item{position:relative;display:block;height:-moz-fit-content;height:fit-content;cursor:pointer}.grid-item.loading{pointer-events:none}.grid-item-thumbnail{position:relative;display:flex;align-items:center;justify-content:center;height:0;padding-top:50%;padding-bottom:50%;border-radius:4px}.grid-item:hover .grid-item-thumbnail{background-color:#f5f5f5}.grid-item-thumbnail-image.loading,.grid-item.loading .grid-item-thumbnail-image{object-position:9999px 9999px;overflow:hidden}.grid-item-thumbnail.public-profile{height:auto}.grid-item.no-thumbnail{padding:8px;border-radius:4px;box-shadow:inset 0 0 0 1px #ccc}.grid-item.no-controls .grid-item-controls{display:none}.grid-item.selected .grid-item-thumbnail,.grid-item.selected.no-thumbnail,.grid-item:hover.selected .grid-item-thumbnail{background-color:#eef7ff;box-shadow:inset 0 0 0 2px var(--tl-blue)}.grid-item.no-thumbnail:hover .grid-item-title svg,.grid-item.selected.no-thumbnail .grid-item-title svg,.items-grid.selected .grid-item-title svg{visibility:hidden}.grid-item.no-controls.no-thumbnail:hover .grid-item-title svg,.grid-item.no-controls.selected.no-thumbnail .grid-item-title svg,.items-grid.selected .grid-item.no-controls .grid-item-title svg{visibility:visible}.grid-item-subtitle,.grid-item-title{display:flex;align-items:center;justify-content:center}.grid-item-thumbnail+.grid-item-title{margin-top:8px}.grid-item-title{overflow:hidden;color:#000;font-size:14px;white-space:nowrap;text-align:center;text-overflow:ellipsis}.grid-item.no-thumbnail .grid-item-title{justify-content:flex-start}.grid-item-title svg{min-width:18px;min-height:18px;margin-right:8px}.grid-item.no-thumbnail .grid-item-title svg{min-width:24px;min-height:24px;margin-right:8px}.grid-item-title span{max-width:calc(100% - 22px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.grid-item-subtitle{color:#ababab;font-weight:700;font-size:12px;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;text-align:center}.grid-item-title+.grid-item-subtitle{margin-top:4px}.grid-item-subtitle span{display:inline-flex;align-items:center;margin:0 4px;line-height:12px}.grid-item-subtitle span svg{margin-right:4px}.grid-item-controls{position:absolute;top:12px;right:12px;left:12px;display:flex;justify-content:space-between}.grid-item-controls-actions,.grid-item-controls-checkbox{visibility:hidden}.grid-item-controls-actions.expanded,.grid-item.selected .grid-item-controls .grid-item-controls-checkbox,.grid-item:hover .grid-item-controls .grid-item-controls-actions,.grid-item:hover .grid-item-controls .grid-item-controls-checkbox,.items-grid.selected .grid-item-controls .grid-item-controls-checkbox{visibility:visible}.grid-item:hover.selected .grid-item-controls .grid-item-controls-actions{visibility:hidden}.grid-item-thumbnail-image{position:absolute;display:block;width:auto;max-width:calc(100% - 32px);height:auto;max-height:calc(100% - 32px);object-fit:cover;background-color:#ebebeb;border:2px solid #fff;border-radius:2px;box-shadow:0 1px 2px 0 rgba(0,0,0,.3);transform:unset}.plain .grid-item-thumbnail{padding:0}.plain .grid-item-thumbnail-image{position:relative;max-height:175px!important;border:0;border-radius:8px;box-shadow:none}.plain .grid-item-thumbnail-image:first-child:last-child{width:auto;min-width:100%;max-width:100%;height:100%;max-height:100%}.plain .grid-item-subtitle,.plain .grid-item-title{display:block;text-align:left}.plain .grid-item-title{color:#000;font-weight:700;font-size:19px;line-height:27px}.plain .grid-item-subtitle{color:#888;font-size:14px;line-height:19px}.collection .grid-item{overflow:hidden}.collection .grid-item-thumbnail-image{border:0;border-radius:4px;box-shadow:none}.collection .grid-item-thumbnail-image:first-child{width:100%;max-width:calc(100% - 16px);height:100%;max-height:calc(100% - 16px)}.collection .grid-item-thumbnail{padding:30% 0}.collection .grid-item-thumbnail+.grid-item-title{margin-top:6px}.grid-item-thumbnail .loader{position:absolute;display:block;width:calc(100% - 32px);height:calc(100% - 32px);border-radius:4px}.grid-item-subtitle .loader,.grid-item-title .loader{width:75%;height:12px}.grid-item-subtitle .loader{width:50%}.mini-folders .grid-item{background:rgba(0,0,0,.05);box-shadow:none}.grid-item-thumbnail .grid-item-thumbnail-private{position:absolute;right:0;bottom:0;display:flex;align-items:center;justify-content:center;width:28px;height:28px;background-color:#fff;border-radius:50%}.grid-item:hover .grid-item-thumbnail .grid-item-thumbnail-private{background-color:#f5f5f5}.grid-item.selected .grid-item-thumbnail .grid-item-thumbnail-private,.grid-item.selected.no-thumbnail,.grid-item:hover.selected .grid-item-thumbnail .grid-item-thumbnail-private{background-color:#eef7ff}.tl-table{width:100%;border-collapse:collapse}.tl-table tbody tr:hover{background-color:#f5f5f5}.tl-table tbody tr.selected{background-color:#eef7ff}.tl-table tbody tr.loading:hover{background-color:#fff}.tl-table tbody tr.selected td:last-child .tl-button-icon{opacity:.6;pointer-events:none}.tl-table td,.tl-table th{text-align:left;border-bottom:1px solid #eaeaea}.tl-table th{padding:12px 24px 12px 0;color:#9c9c9c;font-size:12px}.tl-table tr td{max-width:100px;padding:12px 24px 12px 0;overflow:hidden;color:#000;font-size:14px;white-space:nowrap;text-overflow:ellipsis}.tl-table tr.loading td{color:#9c9c9c}.tl-table tr td:first-child{width:24px;padding-right:14px}.tl-table.no-numbers tr td:first-child{width:auto;padding-right:24px}.tl-table tr td:first-child .checkbox-button{margin-left:12px}.tl-table tr td:last-child .tl-button-icon{display:inline-flex;align-items:center;justify-content:center;float:right;width:36px}.tl-table tr td .inline{display:flex;align-items:center}.tl-table tr td .avatar{min-width:32px;min-height:32px;margin-right:12px}.tl-table tr td a{max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.tl-table tr.loading td a{color:#9c9c9c}.tl-table_wrapper{display:flex}.tl-table_wrapper>div:first-child{width:100%}.table-sidebar_wrapper{position:sticky;top:0;display:block;min-width:320px;max-width:320px;overflow:hidden;color:var(--tl-black);font-size:14px;border-left:1px solid #eaeaea}.table-sidebar_inner{width:100%;height:100%;padding:24px;overflow:auto}.table-sidebar_inner h3{overflow:hidden;font-weight:700;font-size:16px;line-height:22px;white-space:nowrap;text-overflow:ellipsis}.table-sidebar_inner .tl-tabs{margin-bottom:16px}.table-sidebar__row{display:flex;flex-direction:row;align-items:center;margin-bottom:24px}.table-sidebar__row .avatar{min-width:32px;min-height:32px;margin-right:12px}.table-sidebar__row button:last-child{margin-left:auto}.table-sidebar__col{display:flex;flex-direction:column;width:100%;margin-bottom:24px}.table-sidebar_item__wrapper:not(:last-child){margin-bottom:16px}.table-sidebar_item__label{margin-bottom:4px;color:rgba(0,0,0,.4);font-weight:700;font-size:12px;line-height:16px}.table-sidebar_item__value{color:#000;font-weight:400;font-size:14px;line-height:18px}.table-sidebar_list__item{display:flex;align-items:center;width:100%;padding:12px 0;font-weight:400;font-size:14px;line-height:18px;border-bottom:1px solid rgba(0,0,0,.1)}.table-sidebar_list__item :not(:last-child){margin-right:4px}.move-to-folder-modal main{display:grid;grid-gap:12px;gap:12px;max-height:300px;overflow:auto}.FolderPickerModal-module__modal--ZcO4S{position:fixed;top:0;right:0;bottom:128px;left:0;display:flex;flex-direction:column;margin-top:64px;padding:0}.FolderPickerModal-module__header--Wdmja{display:flex;justify-content:space-between;padding:20px 24px;border-bottom:1px solid rgba(0,0,0,.05)}.FolderPickerModal-module__title-wrapper--0kZ0a{display:flex;align-items:center;max-width:calc(100% - 40px)}.FolderPickerModal-module__title-wrapper--0kZ0a .tl-button{margin-right:4px}main.FolderPickerModal-module__main--J8Jo9{flex:1 1;margin:0;padding:0 16px;overflow:auto}footer.FolderPickerModal-module__footer--AebP-{display:flex;justify-content:space-between;padding:12px 16px;border-top:1px solid rgba(0,0,0,.05)}.FolderPickerModal-module__items-wrapper--tunZU{display:flex;flex-direction:column}.FolderPickerModal-module__folder-item--GPDWJ{display:flex;align-items:center;justify-content:space-between;margin:4px 0;padding:4px 8px;border-radius:4px;cursor:pointer}.FolderPickerModal-module__folder-item--GPDWJ:hover{background-color:rgba(0,0,0,.05)}.FolderPickerModal-module__folder-item--GPDWJ.FolderPickerModal-module__selected--AjSYH{background-color:var(--tl-blue-light);box-shadow:inset 0 0 0 1px var(--tl-blue)}.FolderPickerModal-module__folder-item--GPDWJ.FolderPickerModal-module__disabled--kBKk2{pointer-events:none}.FolderPickerModal-module__folder-item--GPDWJ.FolderPickerModal-module__disabled--kBKk2 .FolderPickerModal-module__folder-item-main--NiiIy{opacity:.5}.FolderPickerModal-module__folder-item--GPDWJ.FolderPickerModal-module__disabled--kBKk2 button{pointer-events:all}.FolderPickerModal-module__folder-item-main--NiiIy{display:flex;align-items:center}.FolderPickerModal-module__folder-item-title--PVzDg{margin-left:8px;color:var(--tl-black)}.cornerBadge-module__badge--lr0kf{position:absolute}.cornerBadge-module__badge--ribbon--zrEwk{top:-14px;left:-14px;display:flex;align-items:center;justify-content:center;width:63px;height:63px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='63' height='63' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 40.657a4 4 0 011.172-2.829l24.656-24.656A4 4 0 0140.657 12H63L12 63V40.657z' fill='%2308F'/%3E%3Cpath d='M63 12v1h-1l1-1zM13 62v1h-1l1-1z' fill='%23007AE6'/%3E%3C/svg%3E")}.cornerBadge-module__badge--ribbon--zrEwk.cornerBadge-module__badge--right--nRCMh{right:-14px;left:unset;transform:rotate(90deg)}.cornerBadge-module__badge--segment--gTapB{top:0;left:0;width:36px;height:36px;overflow:hidden}.cornerBadge-module__badge--segment--gTapB:before{position:absolute;top:-36px;left:-36px;width:72px;height:72px;background-color:#ffa300;border-radius:50%;content:""}.cornerBadge-module__text--jYSBO{display:block;color:var(--tl-white);font-weight:700;font-size:.75em;text-transform:uppercase;transform:rotate(-45deg)}.cornerBadge-module__icon--JMeFT{position:relative;width:20px;height:20px;margin-top:4px;margin-left:4px}.tl-alert{padding:12px;color:#111;font-size:14px;line-height:1.43;letter-spacing:normal;border-style:solid;border-width:1px;border-radius:4px}.tl-alert_warning{background-color:var(--tl-yellow-light);border-color:var(--tl-yellow)}.tl-alert_error{background-color:var(--tl-red-light);border-color:var(--tl-red-error)}.tl-alert_notice{background:linear-gradient(45deg,rgba(3,156,255,.1) 5.17%,rgba(118,89,234,.1));border-color:#039cff}.shareSocialButtons-module__container--aB6E-{display:flex;flex-direction:row;flex-wrap:wrap;grid-row-gap:16px;row-gap:16px}.shareSocialButtons-module__container--aB6E- a{margin-bottom:20px;margin-left:20px}.shareSocialButtons-module__container--aB6E- a:first-child{margin-left:0}.shareSocialButtons-module__btn--56ZSz{padding:0 20px 0 0!important;background:none!important;border:none!important;cursor:pointer}.modal.translationJsonModal-module__translation-json-modal--u9CAB{position:fixed;top:24px;right:24px;bottom:24px;left:24px;display:flex;flex-direction:column;margin-top:0;padding:0}.modal.translationJsonModal-module__translation-json-modal--u9CAB header,.modal.translationJsonModal-module__translation-json-modal--u9CAB header>div{display:flex;grid-gap:16px;gap:16px;min-width:50%}.modal.translationJsonModal-module__translation-json-modal--u9CAB header{padding:18px 24px}.modal.translationJsonModal-module__translation-json-modal--u9CAB.translationJsonModal-module__mobile--TIoR3 header{padding:12px}.modal.translationJsonModal-module__translation-json-modal--u9CAB header button:last-child{margin-left:auto}.modal.translationJsonModal-module__translation-json-modal--u9CAB main{position:relative;display:flex;flex:1 1;flex-direction:column;margin:0;padding:0 24px;overflow-y:auto}.modal.translationJsonModal-module__translation-json-modal--u9CAB.translationJsonModal-module__mobile--TIoR3 main{padding:0}.modal.translationJsonModal-module__translation-json-modal--u9CAB footer{flex-wrap:nowrap;padding:24px;border-top:1px solid rgba(0,0,0,.1)}.modal.translationJsonModal-module__translation-json-modal--u9CAB.translationJsonModal-module__mobile--TIoR3 footer{padding:12px}.translationJsonModal-module__translation-table--m6eWI{display:flex;flex-direction:column;width:100%;height:100%;overflow-y:auto}.translationJsonModal-module__translation-table--m6eWI .translationJsonModal-module__translation-table__table--6dK9S{position:relative;display:flex;flex-direction:column;width:100%;margin-bottom:16px;font-size:14px;line-height:20px;border-radius:4px}.translationJsonModal-module__translation-table--m6eWI .translationJsonModal-module__translation-table__table--6dK9S .translationJsonModal-module__translation-table__row--1HiZp{display:grid;grid-template-columns:30% 10% 60%;border-right:1px solid rgba(0,0,0,.2);border-bottom:1px solid rgba(0,0,0,.2);border-left:1px solid rgba(0,0,0,.2)}.translationJsonModal-module__translation-table--m6eWI.translationJsonModal-module__mobile--TIoR3 .translationJsonModal-module__translation-table__table--6dK9S .translationJsonModal-module__translation-table__row--1HiZp{grid-template-columns:8% 92%;border-right:none;border-left:none}.translationJsonModal-module__translation-table--m6eWI .translationJsonModal-module__translation-table__table--6dK9S .translationJsonModal-module__translation-table__row--1HiZp:last-child{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.translationJsonModal-module__translation-table--m6eWI .translationJsonModal-module__translation-table__table--6dK9S .translationJsonModal-module__translation-table__row--1HiZp:first-of-type{position:sticky;top:0;left:0;font-weight:700;background-color:#f2f2f2;border:1px solid rgba(0,0,0,.2);border-top-left-radius:4px;border-top-right-radius:4px}.translationJsonModal-module__translation-table--m6eWI.translationJsonModal-module__mobile--TIoR3 .translationJsonModal-module__translation-table__table--6dK9S .translationJsonModal-module__translation-table__row--1HiZp:first-of-type{display:none}.translationJsonModal-module__translation-table--m6eWI .translationJsonModal-module__translation-table__table--6dK9S .translationJsonModal-module__translation-table__row--1HiZp:first-of-type>div{display:flex;justify-content:center;padding:12px 8px}.translationJsonModal-module__translation-table--m6eWI .translationJsonModal-module__translation-table__table--6dK9S .translationJsonModal-module__translation-table__row--1HiZp>div{display:flex;flex-direction:column;overflow:hidden}.translationJsonModal-module__translation-table--m6eWI.translationJsonModal-module__mobile--TIoR3 .translationJsonModal-module__translation-table__table--6dK9S .translationJsonModal-module__translation-table__row--1HiZp>div:first-child{grid-column:span 2}.translationJsonModal-module__translation-table--m6eWI .translationJsonModal-module__translation-table__table--6dK9S .translationJsonModal-module__translation-table__row--1HiZp>div:not(:last-child){border-right:1px solid rgba(0,0,0,.2)}.translationJsonModal-module__translation-table--m6eWI.translationJsonModal-module__mobile--TIoR3 .translationJsonModal-module__translation-table__table--6dK9S .translationJsonModal-module__translation-table__row--1HiZp>div:not(:last-child){border-right:none}.translationJsonModal-module__translation-table--m6eWI .translationJsonModal-module__translation-table__table--6dK9S .translationJsonModal-module__translation-table__row--1HiZp>div>div{display:flex;flex:1 1;align-items:center;padding:12px 8px;white-space:pre-wrap}.translationJsonModal-module__translation-table--m6eWI.translationJsonModal-module__mobile--TIoR3 .translationJsonModal-module__translation-table__table--6dK9S .translationJsonModal-module__translation-table__row--1HiZp>div>div{padding:12px}.translationJsonModal-module__translation-table--m6eWI:not(.translationJsonModal-module__mobile--TIoR3) .translationJsonModal-module__translation-table__table--6dK9S .translationJsonModal-module__translation-table__row--1HiZp>div>div:not(:only-child):not(:last-child){border-bottom:1px solid rgba(0,0,0,.2)}.translationJsonModal-module__translation-table--m6eWI textarea{display:block;width:100%;height:100%;min-height:18px;padding:4px;line-height:1;border:1px solid rgba(0,0,0,.2);border-radius:2px;outline:0;resize:vertical}.translationJsonModal-module__translation-table--m6eWI textarea[data-status=changed]{background-color:rgba(0,255,0,.1)}.translationJsonModal-module__translation-table--m6eWI textarea[data-status=error]{background-color:rgba(255,0,0,.1)}.translationJsonModal-module__translation-table--m6eWI textarea:active,.translationJsonModal-module__translation-table--m6eWI textarea:focus{box-shadow:0 0 0 2px rgba(0,136,255,.3)}.modalTutorial{margin:40px auto auto}.modalTutorial main{width:calc(100vw - 160px);max-width:1280px;height:calc(100vh - 100px);max-height:calc(100vh - 100px)}.modalTutorial header{display:flex;flex-direction:row-reverse}@media (max-width:768px){.modalTutorial{margin:auto}.modalTutorial main{width:calc(100vw - 36px);height:80vh}}@media (max-width:576px){.modalTutorial{margin:auto}.modalTutorial main{width:calc(100vw - 24px);height:calc(100vh - 540px)}}.shareMediaModal2{width:720px}.shareMediaModal2.shareMediaModal2--mobile{margin:0 auto auto}.shareMediaModal2 header{grid-gap:14px;gap:14px;justify-content:flex-start}.shareMediaModal2 main{margin:28px 0 0}.shareMediaModal2 header :last-child{margin-left:auto}.shareMediaModal2 main .content{display:flex;flex-direction:column;grid-gap:24px;gap:24px}.shareMediaModal2 main .content p{font-weight:400;font-size:14px;line-height:20px}.shareMediaModal2 main .content .content__group{display:flex;flex-direction:column;grid-gap:16px;gap:16px;align-items:flex-start}.shareMediaModal2 main .content .powerpoint-video-thumbnail{position:relative;width:min(400px,100%)}.shareMediaModal2 main .content .powerpoint-video-thumbnail img{width:100%}.shareMediaModal2 main .content .powerpoint-video-thumbnail .powerpoint-video-thumbnail__play-icon{position:absolute;bottom:33%;left:50%;display:block;width:60px;height:60px;margin-left:-30px;background:url(https://cdn.thinglink.me/jsec/0/newspa/static/media/play.6057ad9b.svg) no-repeat 50% 50% #fff;background-size:40px 40px;border-radius:50%;box-shadow:3px 3px 10px rgba(0,0,0,.1);cursor:pointer}.shareMediaModal2 main .content .powerpoint-video-thumbnail .powerpoint-video-thumbnail__play-icon.animated{background:#fff;box-shadow:none;animation:pulse 3s ease infinite;pointer-events:none}.tiles-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:8px;gap:8px}.tiles-grid.mobile{grid-template-columns:1fr 1fr}.tiles-grid .tile{position:relative;display:grid;grid-template-rows:60% 40%;height:116px;padding:8px;overflow:hidden;background-color:rgba(0,0,0,.05);border-radius:4px;transition:all .2s ease}.tiles-grid .tile:hover{background-color:rgba(0,0,0,.1);cursor:pointer;transition:all .2s ease}.tiles-grid .tile .tile__icon{display:flex;align-items:flex-end;justify-content:center;padding-bottom:12px}.tiles-grid .tile .tile__icon svg{width:32px;height:32px}.tiles-grid .tile .tile__icon svg.hovered path{fill:#08f;fill-opacity:1}.tiles-grid .tile .tile__name{display:flex;align-items:flex-start;justify-content:center;font-weight:400;font-size:14px;line-height:20px;text-align:center}.tiles-grid .tile.locked .tile__icon,.tiles-grid .tile.locked .tile__name{opacity:.6}.language-selector{display:flex;grid-gap:8px;gap:8px;align-items:center;font-size:14px;line-height:20px}.language-selector .manage-btn{margin-left:8px}.folder-manage-access-modal_add{margin-bottom:24px}.folder-manage-access-modal_add__select{display:flex;grid-gap:16px;gap:16px;align-items:flex-end}.folder-manage-access-modal_add__message{display:flex;flex-direction:column;width:100%;margin-top:12px}.folder-manage-access-modal_add__message>:not(:first-child){margin-top:8px}.folder-manage-access-modal_add__message .checkbox-wrapper{display:flex;align-items:center}.folder-manage-access-modal_add__message .checkbox-wrapper label{margin-left:8px;color:rgba(0,0,0,.6);font-weight:400;font-size:14px;line-height:20px}.folder-manage-access-modal_members{height:200px;overflow:auto;font-size:14px}.folder-manage-access-modal_members__member{display:flex;grid-gap:16px;gap:16px;align-items:center}.folder-manage-access-modal_members__member.separate{padding-bottom:16px;border-bottom:1px solid rgba(0,0,0,.1)}.folder-manage-access-modal_members__member:not(:last-child){margin-bottom:16px}.folder-manage-access-modal_members__member-avatar{width:32px;height:32px}.org-avatar{background-color:rgba(0,0,0,.1)}.group-avatar,.org-avatar{display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:50%}.group-avatar{background-color:rgba(0,0,0,.05)}.select-avatar{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background-color:#ebebeb;border-radius:50%}.select-avatar .avatar.avatar-default{width:24px!important;min-width:24px!important;height:24px!important;min-height:24px!important}.folder-manage-access-modal_members__member-level{margin-left:auto}.tl-tabs{flex-direction:column;justify-content:space-between;margin-bottom:24px}.tl-tabs,.tl-tabs_container{display:flex}.tl-tabs_underline{width:100%;height:2px;margin-top:4px;overflow:hidden}.tl-tabs_pill{--left:0;--width:0;--opacity:0;width:var(--width);height:2px;background-color:var(--tl-blue);transform:translateX(var(--left));opacity:var(--opacity);transition:all .15s ease-in-out}.tl-tabs_tab{display:flex;flex-direction:column;margin-right:12px;margin-left:12px;font-size:14px;cursor:pointer}.tl-tabs_tab:first-child{margin-left:0}.tl-tabs_tab:last-child{margin-right:0}.tl-tabs_tab__selected{color:var(--tl-blue);font-weight:700}.tl-tabs_tab__holder{display:inline-block;height:0;overflow:hidden;font-weight:700;visibility:hidden}.tl-tabs_top{margin-top:24px}@media (max-width:768px){.tl-tabs{margin-bottom:0}}.tl-tabs_tab.badge:after{top:-8px;right:-8px;width:8px;height:8px;background-color:#ed8484}.moduleItemModal-module__modal--I2hdb{position:relative;display:grid;grid-template-rows:68px auto 80px;width:calc(100% - 160px);max-width:1280px;height:calc(100vh - 160px);max-height:792px;margin:80px auto auto;padding:0!important}.moduleItemModal-module__modalTall--WOZM\+{width:560px}.moduleItemModal-module__modalWide--xtZXS{width:720px;max-width:calc(100% - 40px)}.moduleItemModal-module__modalUltraWide--\+PGcT{width:100%;max-height:calc(100% - 206px);margin:0}.moduleItemModal-module__modal--I2hdb header{padding:20px 24px;border-bottom:1px solid rgba(0,0,0,.1)}.moduleItemModal-module__modal--I2hdb footer{grid-gap:8px;gap:8px;padding:20px 24px;background:#fff;border-top:1px solid rgba(0,0,0,.1);border-bottom-right-radius:4px;border-bottom-left-radius:4px}.moduleItemModal-module__modal--I2hdb main{display:flex;max-width:100%;padding:0 24px;overflow:auto}.moduleItemModal-module__modal--I2hdb main.moduleItemModal-module__centered--AAeEH{align-items:center}.moduleItemModal-module__grid--LNy8z{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:24px;gap:24px;width:100%;max-width:1056px;margin:0 auto 16px}@media (orientation:portrait){.moduleItemModal-module__grid--LNy8z{grid-template-columns:repeat(3,1fr);max-width:624px}}.moduleItemModal-module__templateItem--e-Ltc{display:flex;cursor:pointer}.moduleItemModal-module__templateItem--e-Ltc input[type=radio]{width:0;height:0;opacity:0}.moduleItemModal-module__templateBox--S2j1R{display:flex;flex-direction:column;width:100%;padding:32px 16px 14px;font-size:14px;line-height:18px;text-align:center;border:1px solid rgba(0,0,0,.2);border-radius:4px}.moduleItemModal-module__templateBox--S2j1R img{display:block;min-width:40px;min-height:40px;margin:0 auto 8px}.moduleItemModal-module__templateItem--e-Ltc input[type=radio]:checked~.moduleItemModal-module__templateBox--S2j1R{background-color:rgba(0,136,255,.1);border:1px solid rgba(0,136,255,.3)}.moduleItemModal-module__modal--I2hdb footer .checkbox-label{margin-right:24px!important}.moduleItemModal-module__checkbox--NER-4{margin:8px 8px 8px 0!important}.moduleItemModal-module__workspaceWide--MrxrL{display:flex;flex-direction:column;grid-gap:16px;gap:16px;width:100%;overflow:auto}.moduleItemModal-module__miniFolders--8iDLr{margin-bottom:16px}.moduleItemModal-module__folderItem--0Yfcj{background:rgba(0,0,0,.05);box-shadow:none}.moduleItemModal-module__flexOption--JZDZO{display:flex;flex-flow:wrap;align-items:center;justify-content:space-between;margin-bottom:16px;font-size:14px;line-height:18px}.moduleItemModal-module__flexOptionMuted--iC4N6{width:100%;color:rgba(0,0,0,.5)}.moduleItemModal-module__listLabel--ikF3L{min-width:120px;margin:16px 0 8px}.moduleItemModal-module__addOptionButton--ze\+8Q{margin-bottom:24px}.moduleItemModal-module__flexRow--gIc9c{display:flex;align-items:center;justify-content:space-between}.moduleItemModal-module__overflowVisible--vEyll{overflow:visible}.moduleItemModal-module__colorPalette--hFx4R{display:flex;grid-gap:8px;gap:8px;margin-top:24px}.moduleItemModal-module__colorPalette--hFx4R .moduleItemModal-module__colorItem--bxQZU{width:28px;min-width:28px;height:28px;min-height:28px;padding:2px;background-color:#fff;border:2px solid #fff;border-radius:50%}.moduleItemModal-module__colorPalette--hFx4R .moduleItemModal-module__colorItem--bxQZU:hover{cursor:pointer}.moduleItemModal-module__colorPalette--hFx4R .moduleItemModal-module__colorItem--bxQZU .moduleItemModal-module__inner--hlHF7{width:100%;height:100%;border-radius:50%}.moduleItemModal-module__modal-embed--\+xtXM{width:640px}.moduleItemModal-module__modal-embed--\+xtXM .moduleItemModal-module__workspaceWide--MrxrL button{font-weight:400}.moduleItemModal-module__modal-embed--\+xtXM .moduleItemModal-module__workspaceWide--MrxrL button>img{margin-right:12px}.moduleItemModal-module__modal-embed--\+xtXM .moduleItemModal-module__workspaceWide--MrxrL .moduleItemModal-module__preview--DN1ir{margin-top:12px}.moduleItemModal-module__modal-embed--\+xtXM .moduleItemModal-module__workspaceWide--MrxrL .moduleItemModal-module__preview--DN1ir>iframe{width:360px;height:200px}.moduleItemModal-module__modal-embed--\+xtXM .moduleItemModal-module__workspaceWide--MrxrL .moduleItemModal-module__preview--DN1ir .moduleItemModal-module__img--R9IF9{width:100%;max-width:360px;height:200px;max-height:200px;margin:0;background:none 50% 50% no-repeat rgba(0,0,0,.1);background-color:initial;background-size:contain;border:0}.moduleItemModal-module__modal-embed--\+xtXM .moduleItemModal-module__workspaceWide--MrxrL .moduleItemModal-module__preview--DN1ir h2{margin-bottom:12px;font-weight:700;font-size:14px;line-height:20px}.moduleItemModal-module__select-wrapper--eBT44{padding:0 2px}.moduleItemModal-module__block-wrapper--13574{display:flex;flex-direction:column}.moduleItemModal-module__block-wrapper--13574.moduleItemModal-module__highlighted--9WoXv{padding:12px;background:rgba(0,0,0,.05);border-radius:4px}.moduleItemModal-module__block-wrapper--13574.moduleItemModal-module__no-margin-top--w4JAx{margin-top:0}.moduleItemModal-module__block-wrapper--13574 .moduleItemModal-module__header--q9DxV{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:0 2px}.moduleItemModal-module__block-wrapper--13574 .moduleItemModal-module__header--q9DxV>h4{min-width:48px;color:rgba(0,0,0,.6);font-size:12px;line-height:16px}.moduleItemModal-module__block-wrapper--13574 .moduleItemModal-module__header--q9DxV>h4.moduleItemModal-module__main--4fEHF{width:100%}.moduleItemModal-module__block-wrapper--13574 .moduleItemModal-module__header--q9DxV>h4:not(:last-child){margin-right:8px}.moduleItemModal-module__preDescription--KxQXx{font-weight:400;font-size:14px;line-height:20px}.moduleItemModal-module__text5rows--uQVHh textarea{min-height:120px}.moduleItemModal-module__block-wrapper--13574 .moduleItemModal-module__items--CYWHV{display:flex;flex-direction:column;margin-top:8px}.moduleItemModal-module__block-wrapper--13574.moduleItemModal-module__collapsed--mU\+1l .moduleItemModal-module__action--GTzSJ,.moduleItemModal-module__block-wrapper--13574.moduleItemModal-module__collapsed--mU\+1l .moduleItemModal-module__items--CYWHV{display:none}.moduleItemModal-module__block-wrapper--13574 .moduleItemModal-module__items--CYWHV .moduleItemModal-module__item-wrapper--EXQX-{padding:0 2px}.moduleItemModal-module__block-wrapper--13574 .moduleItemModal-module__items--CYWHV .moduleItemModal-module__item-wrapper--EXQX-:not(:first-child){margin-top:8px}.moduleItemModal-module__block-wrapper--13574 .moduleItemModal-module__items--CYWHV .moduleItemModal-module__item-wrapper--EXQX- .moduleItemModal-module__item--060Iu{display:flex;flex-direction:row;align-items:center}.moduleItemModal-module__block-wrapper--13574 .moduleItemModal-module__items--CYWHV .moduleItemModal-module__item-wrapper--EXQX- .moduleItemModal-module__item--060Iu>:not(:first-child){margin-left:8px}.moduleItemModal-module__block-wrapper--13574 .moduleItemModal-module__items--CYWHV .moduleItemModal-module__item-wrapper--EXQX- .moduleItemModal-module__item--060Iu .moduleItemModal-module__score--tqzjA{max-width:48px}.moduleItemModal-module__block-wrapper--13574 .moduleItemModal-module__action--GTzSJ{margin-top:12px;padding:0 2px}.moduleItemModal-module__block-wrapper--13574 .moduleItemModal-module__action--GTzSJ>button{font-size:14px;line-height:18px}.moduleItemModal-module__block-wrapper--13574 .moduleItemModal-module__ranges--oV4DK{display:flex;flex-direction:row;margin-top:12px;padding:0 2px}.moduleItemModal-module__block-wrapper--13574 .moduleItemModal-module__ranges--oV4DK .moduleItemModal-module__range-wrapper--Lp59a{display:flex;flex-direction:column;justify-content:flex-end;min-width:-moz-fit-content;min-width:fit-content}.moduleItemModal-module__block-wrapper--13574 .moduleItemModal-module__ranges--oV4DK .moduleItemModal-module__range-wrapper--Lp59a:not(:last-child){margin-right:4px}.moduleItemModal-module__block-wrapper--13574 .moduleItemModal-module__ranges--oV4DK .moduleItemModal-module__range-wrapper--Lp59a .moduleItemModal-module__range-bar--bZ\+rL{width:100%;height:24px;background-color:var(--tl-blue);border-radius:4px}.moduleItemModal-module__block-wrapper--13574 .moduleItemModal-module__ranges--oV4DK .moduleItemModal-module__range-wrapper--Lp59a.moduleItemModal-module__default--qY21v .moduleItemModal-module__range-bar--bZ\+rL{width:100%;background-color:#fff;border:1px solid rgba(0,136,255,.3)}.moduleItemModal-module__block-wrapper--13574 .moduleItemModal-module__ranges--oV4DK .moduleItemModal-module__range-wrapper--Lp59a .moduleItemModal-module__range-label--YDf8W{font-weight:700;font-size:14px;line-height:20px;text-align:end}.moduleItemModal-module__label-wrapper--QpCPQ{position:relative;display:flex;align-items:center;justify-content:center;min-width:32px;min-height:36px}.moduleItemModal-module__label-wrapper--QpCPQ.moduleItemModal-module__narrow--vGo3e{min-width:12px}.moduleItemModal-module__label-wrapper--QpCPQ .moduleItemModal-module__label--\+vDPz{font-weight:700;font-size:14px;line-height:20px}.moduleItemModal-module__color-label--f9c2I{min-width:12px;min-height:12px;background:#3bf;border-radius:2px}.moduleItemModal-module__help-text--nhDYp{color:rgba(0,0,0,.6);font-weight:400;font-size:12px;line-height:16px}.moduleItemModal-module__error--OKqKZ{color:var(--tl-red-error)}.moduleItemModal-module__placeholder--ZUAZ5{color:rgba(0,0,0,.4);font-weight:400;font-size:14px;line-height:20px}.moduleItemModal-module__arc---p4Uz{width:calc(100% - 12px);height:19px;border-bottom:2px solid rgba(0,0,0,.2);border-left:2px solid rgba(0,0,0,.2);border-bottom-left-radius:8px}.moduleItemModal-module__label-wrapper--QpCPQ .moduleItemModal-module__arc---p4Uz{position:absolute;top:0;left:12px}.moduleItemModal-module__dashed-line--2\+pry{display:block;width:24px;height:0;border:1px dashed rgba(0,0,0,.2)}.moduleItemModal-module__dashed-line--2\+pry.moduleItemModal-module__vertical--I3rc-{width:0;height:24px}.moduleItemModal-module__block-wrapper--13574 .moduleItemModal-module__items--CYWHV .moduleItemModal-module__dashed-line--2\+pry.moduleItemModal-module__vertical--I3rc-{margin-left:14px}.moduleItemModal-module__select-block-wrapper--Orwvk{display:flex;align-content:flex-start;margin-top:8px}.moduleItemModal-module__select-block-wrapper--Orwvk .moduleItemModal-module__action--GTzSJ{margin:unset;padding:unset}.moduleItemModal-module__select-block-wrapper--Orwvk>:not(:first-child){margin-left:12px}.moduleItemModal-module__select-block-wrapper--Orwvk .moduleItemModal-module__destination-block--6G\+2O{display:flex;flex-direction:column;align-items:center;justify-content:center;width:154px;height:180px;padding:38px 8px;background:#e5f3ff;border:1px solid #b3dbff;border-radius:4px}.moduleItemModal-module__select-block-wrapper--Orwvk .moduleItemModal-module__destination-block--6G\+2O .moduleItemModal-module__icon--AEHh\+{margin-bottom:4px}.moduleItemModal-module__select-block-wrapper--Orwvk .moduleItemModal-module__destination-block--6G\+2O .moduleItemModal-module__title---vlrj{color:#000;font-weight:400;font-size:14px;line-height:18px}.moduleItemModal-module__divider--XtOQ6{width:100%;height:1px;margin:24px 0;background:rgba(0,0,0,.1)}.moduleItemModal-module__choose-scene-button--\+HZn3{display:flex;flex-direction:column;grid-gap:12px;gap:12px;align-self:stretch;justify-content:flex-start;width:196px;height:auto;min-height:100px;padding:16px;white-space:normal}.moduleItemModal-module__choose-scene-button--\+HZn3 svg{min-height:36px}.moduleItemModal-module__modalLoading--pBUEA{position:relative}.moduleItemModal-module__modalLoader--KarAm{position:absolute;top:64px;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(0deg,hsla(0,0%,100%,.8),#fff 50%,hsla(0,0%,100%,.8))}.moduleItemModal-module__footerError--cQP1z{color:var(--tl-red-error);font-size:14px}.moduleItemModal-module__modal--CZCEv{position:relative;display:grid;grid-template-rows:68px auto 80px;width:calc(100% - 160px);max-width:1280px;height:calc(100vh - 160px);max-height:792px;margin:80px auto auto;padding:0!important}.moduleItemModal-module__modalTall--klfKo{width:560px}.moduleItemModal-module__modalWide--6skv9{width:720px;max-width:calc(100% - 40px)}.moduleItemModal-module__modalUltraWide--wpLcF{width:100%;max-height:calc(100% - 206px);margin:0}.moduleItemModal-module__modalNoWrap--FkpnV footer{flex-flow:nowrap}.moduleItemModal-module__modal--CZCEv header{padding:20px 24px;border-bottom:1px solid rgba(0,0,0,.1)}.moduleItemModal-module__modal--CZCEv footer{grid-gap:8px;gap:8px;padding:20px 24px;background:#fff;border-top:1px solid rgba(0,0,0,.1);border-bottom-right-radius:4px;border-bottom-left-radius:4px}.moduleItemModal-module__modal--CZCEv main{display:flex;max-width:100%;padding:0 24px;overflow:auto}.moduleItemModal-module__modal--CZCEv main.moduleItemModal-module__centered--GbX1g{align-items:center}.moduleItemModal-module__grid--dRCwQ{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:24px;gap:24px;width:100%;max-width:1056px;margin:0 auto 16px}@media (orientation:portrait){.moduleItemModal-module__grid--dRCwQ{grid-template-columns:repeat(3,1fr);max-width:624px}}.moduleItemModal-module__templateItem--jw9cc{display:flex;cursor:pointer}.moduleItemModal-module__templateItem--jw9cc input[type=radio]{width:0;height:0;opacity:0}.moduleItemModal-module__templateBox--aodB6{display:flex;flex-direction:column;width:100%;padding:32px 16px 14px;font-size:14px;line-height:18px;text-align:center;border:1px solid rgba(0,0,0,.2);border-radius:4px}.moduleItemModal-module__templateBox--aodB6 img{display:block;min-width:40px;min-height:40px;margin:0 auto 8px}.moduleItemModal-module__templateItem--jw9cc input[type=radio]:checked~.moduleItemModal-module__templateBox--aodB6{background-color:rgba(0,136,255,.1);border:1px solid rgba(0,136,255,.3)}.moduleItemModal-module__modal--CZCEv footer .checkbox-label{margin-right:24px!important}.moduleItemModal-module__checkbox--A7XkQ{margin:8px 8px 8px 0!important}.moduleItemModal-module__workspaceWide--HxLN1{display:flex;flex-direction:column;grid-gap:16px;gap:16px;width:100%;overflow:auto!important}.moduleItemModal-module__miniFolders--\+JXqK{margin-bottom:16px}.moduleItemModal-module__folderItem--w7y4n{background:rgba(0,0,0,.05);box-shadow:none}.moduleItemModal-module__flexOption--tv1o1{display:flex;flex-flow:wrap;align-items:center;justify-content:space-between;margin-bottom:16px;font-size:14px;line-height:18px}.moduleItemModal-module__flexOptionMuted--3eSXh{width:100%;color:rgba(0,0,0,.5)}.moduleItemModal-module__flexOptionWithList--rraa6{display:flex;flex-flow:column;align-items:flex-start;justify-content:stretch;margin-bottom:16px;font-size:14px;line-height:18px;grid-gap:16px;gap:16px}.moduleItemModal-module__flexOptionWithList--rraa6>label{display:flex;grid-gap:8px;gap:8px;font-size:14px;line-height:20px;width:100%}.moduleItemModal-module__flexOptionWithList--rraa6 p{font-size:14px;line-height:20px}.moduleItemModal-module__goalIcon--wCb2f{width:8px;height:8px;border-radius:50%;background:#fff}.moduleItemModal-module__goalIcon--wCb2f.moduleItemModal-module__text--E4oXX{background:#98f1dd;border:2px solid #1bbc9b}.moduleItemModal-module__goalIcon--wCb2f.moduleItemModal-module__scene--bH\+l2,.moduleItemModal-module__goalIcon--wCb2f.moduleItemModal-module__sceneholder--caW-H{background:#a8ddfb;border:2px solid #2cadf6}.moduleItemModal-module__goalIcon--wCb2f.moduleItemModal-module__condition--vXlM1{background:#fddb96;border:2px solid #f9af1c}.moduleItemModal-module__goalIcon--wCb2f.moduleItemModal-module__branching--vzAzh{background:#fcd2b0;border:2px solid #f97c1c}.moduleItemModal-module__goalsSelectedWrapper--FLDom{display:flex;grid-gap:2px;gap:2px;flex-flow:column}.moduleItemModal-module__goalsOption--g8QLS{display:flex;align-items:center;height:24px;grid-gap:8px;gap:8px}.moduleItemModal-module__goalsOption--g8QLS>button{width:24px;height:24px;padding:0!important}.moduleItemModal-module__radioFixedLabel--MHQql{line-height:16px!important}.moduleItemModal-module__flexOptionRadioWithList--slGs5{display:flex;flex-flow:column;grid-gap:8px;gap:8px;width:100%}.moduleItemModal-module__listLabel--o79SV{min-width:120px;margin:16px 0 8px}.moduleItemModal-module__addOptionButton--YsavM{margin-bottom:24px}.moduleItemModal-module__flexRow--k4Jqs{display:flex;align-items:center;justify-content:space-between}.moduleItemModal-module__overflowVisible--y2aY9{overflow:visible}.moduleItemModal-module__colorPalette--l3WHD{display:flex;grid-gap:8px;gap:8px;margin-top:24px}.moduleItemModal-module__colorPalette--l3WHD .moduleItemModal-module__colorItem--XRhP0{width:28px;min-width:28px;height:28px;min-height:28px;padding:2px;background-color:#fff;border:2px solid #fff;border-radius:50%}.moduleItemModal-module__colorPalette--l3WHD .moduleItemModal-module__colorItem--XRhP0:hover{cursor:pointer}.moduleItemModal-module__colorPalette--l3WHD .moduleItemModal-module__colorItem--XRhP0 .moduleItemModal-module__inner--9ncpz{width:100%;height:100%;border-radius:50%}.moduleItemModal-module__modal-embed--ZD-dW{width:640px}.moduleItemModal-module__modal-embed--ZD-dW .moduleItemModal-module__workspaceWide--HxLN1 button{font-weight:400}.moduleItemModal-module__modal-embed--ZD-dW .moduleItemModal-module__workspaceWide--HxLN1 button>img{margin-right:12px}.moduleItemModal-module__modal-embed--ZD-dW .moduleItemModal-module__workspaceWide--HxLN1 .moduleItemModal-module__preview--TbMWU{margin-top:12px}.moduleItemModal-module__modal-embed--ZD-dW .moduleItemModal-module__workspaceWide--HxLN1 .moduleItemModal-module__preview--TbMWU>iframe{width:360px;height:200px}.moduleItemModal-module__modal-embed--ZD-dW .moduleItemModal-module__workspaceWide--HxLN1 .moduleItemModal-module__preview--TbMWU .moduleItemModal-module__img--cSj8E{width:100%;max-width:360px;height:200px;max-height:200px;margin:0;background:none 50% 50% no-repeat rgba(0,0,0,.1);background-color:initial;background-size:contain;border:0}.moduleItemModal-module__modal-embed--ZD-dW .moduleItemModal-module__workspaceWide--HxLN1 .moduleItemModal-module__preview--TbMWU h2{margin-bottom:12px;font-weight:700;font-size:14px;line-height:20px}.moduleItemModal-module__modal-embed--ZD-dW footer{justify-content:space-between}.moduleItemModal-module__select-wrapper--Agtd-{padding:0 2px}.moduleItemModal-module__block-wrapper--QZP-u{position:relative;display:flex;flex-direction:column;grid-gap:8px;gap:8px}.moduleItemModal-module__block-wrapper--QZP-u.moduleItemModal-module__highlighted--83WGl{padding:12px;background:rgba(0,0,0,.05);border-radius:4px}.moduleItemModal-module__block-wrapper--QZP-u.moduleItemModal-module__no-margin-top--xBiHH{margin-top:0}.moduleItemModal-module__block-wrapper--QZP-u .moduleItemModal-module__header--zpWgJ{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:0 2px}.moduleItemModal-module__block-wrapper--QZP-u .moduleItemModal-module__header--zpWgJ>h4{min-width:48px;color:rgba(0,0,0,.6);font-size:12px;line-height:16px}.moduleItemModal-module__block-wrapper--QZP-u .moduleItemModal-module__header--zpWgJ>h4.moduleItemModal-module__main--mi8Rk{width:100%}.moduleItemModal-module__block-wrapper--QZP-u .moduleItemModal-module__header--zpWgJ>h4:not(:last-child){margin-right:8px}.moduleItemModal-module__preDescription--Wv0Wc{font-weight:400;font-size:14px;line-height:20px}.moduleItemModal-module__text5rows--34yiG textarea{min-height:120px}.moduleItemModal-module__block-wrapper--QZP-u .moduleItemModal-module__items--43EuE{display:flex;flex-direction:column}.moduleItemModal-module__block-wrapper--QZP-u.moduleItemModal-module__collapsed--exrWg .moduleItemModal-module__action--1FYF7,.moduleItemModal-module__block-wrapper--QZP-u.moduleItemModal-module__collapsed--exrWg .moduleItemModal-module__items--43EuE{display:none}.moduleItemModal-module__block-wrapper--QZP-u .moduleItemModal-module__items--43EuE .moduleItemModal-module__item-wrapper--9mYGz{padding:0 2px}.moduleItemModal-module__block-wrapper--QZP-u .moduleItemModal-module__items--43EuE .moduleItemModal-module__item-wrapper--9mYGz:not(:first-child){margin-top:8px}.moduleItemModal-module__block-wrapper--QZP-u .moduleItemModal-module__items--43EuE .moduleItemModal-module__item-wrapper--9mYGz .moduleItemModal-module__item--zjun6{display:flex;flex-direction:row;align-items:center}.moduleItemModal-module__block-wrapper--QZP-u .moduleItemModal-module__items--43EuE .moduleItemModal-module__item-wrapper--9mYGz .moduleItemModal-module__item--zjun6>:not(:first-child){margin-left:8px}.moduleItemModal-module__block-wrapper--QZP-u .moduleItemModal-module__items--43EuE .moduleItemModal-module__item-wrapper--9mYGz .moduleItemModal-module__item--zjun6 .moduleItemModal-module__score--pIUoa{max-width:48px}.moduleItemModal-module__block-wrapper--QZP-u .moduleItemModal-module__action--1FYF7{margin-top:12px;padding:0 2px}.moduleItemModal-module__block-wrapper--QZP-u .moduleItemModal-module__action--1FYF7>button{font-size:14px;line-height:18px}.moduleItemModal-module__block-wrapper--QZP-u .moduleItemModal-module__ranges--a3Dpn{display:flex;flex-direction:row;margin-top:12px;padding:0 2px}.moduleItemModal-module__block-wrapper--QZP-u .moduleItemModal-module__ranges--a3Dpn .moduleItemModal-module__range-wrapper--3aqMk{display:flex;flex-direction:column;justify-content:flex-end;min-width:-moz-fit-content;min-width:fit-content}.moduleItemModal-module__block-wrapper--QZP-u .moduleItemModal-module__ranges--a3Dpn .moduleItemModal-module__range-wrapper--3aqMk:not(:last-child){margin-right:4px}.moduleItemModal-module__block-wrapper--QZP-u .moduleItemModal-module__ranges--a3Dpn .moduleItemModal-module__range-wrapper--3aqMk .moduleItemModal-module__range-bar--KuLhB{width:100%;height:24px;background-color:var(--tl-blue);border-radius:4px}.moduleItemModal-module__block-wrapper--QZP-u .moduleItemModal-module__ranges--a3Dpn .moduleItemModal-module__range-wrapper--3aqMk.moduleItemModal-module__default--MZkr7 .moduleItemModal-module__range-bar--KuLhB{width:100%;background-color:#fff;border:1px solid rgba(0,136,255,.3)}.moduleItemModal-module__block-wrapper--QZP-u .moduleItemModal-module__ranges--a3Dpn .moduleItemModal-module__range-wrapper--3aqMk .moduleItemModal-module__range-label--nQaDN{font-weight:700;font-size:14px;line-height:20px;text-align:end}.moduleItemModal-module__block-wrapper--QZP-u .moduleItemModal-module__hint--jZZMB{font-size:12px;line-height:16px;color:rgba(0,0,0,.6)}.moduleItemModal-module__magic-buttons---Ksvd{position:absolute;right:8px;bottom:8px;display:flex;grid-gap:2px;gap:2px;padding:2px;background:linear-gradient(58deg,#7659ea 24.73%,#039cff 79.85%);border-radius:100px}.moduleItemModal-module__magic-buttons---Ksvd button{height:28px;padding:2px;background:none;border-radius:100px}.moduleItemModal-module__magic-buttons---Ksvd button:focus,.moduleItemModal-module__magic-buttons---Ksvd button:hover{background:var(--White-20,hsla(0,0%,100%,.2));border-radius:100px}.moduleItemModal-module__label-wrapper--CGGNc{position:relative;display:flex;align-items:center;justify-content:center;min-width:32px;min-height:36px}.moduleItemModal-module__label-wrapper--CGGNc.moduleItemModal-module__narrow--\+5TCM{min-width:12px}.moduleItemModal-module__label-wrapper--CGGNc .moduleItemModal-module__label--5b0LX{font-weight:700;font-size:14px;line-height:20px}.moduleItemModal-module__color-label--s82G3{min-width:12px;min-height:12px;background:#3bf;border-radius:2px}.moduleItemModal-module__help-text--7BwAb{color:rgba(0,0,0,.6);font-weight:400;font-size:12px;line-height:16px}.moduleItemModal-module__error--BKIGB{color:var(--tl-red-error)}.moduleItemModal-module__placeholder--ZyqI2{color:rgba(0,0,0,.4);font-weight:400;font-size:14px;line-height:20px}.moduleItemModal-module__arc--WD4H\+{width:calc(100% - 12px);height:19px;border-bottom:2px solid rgba(0,0,0,.2);border-left:2px solid rgba(0,0,0,.2);border-bottom-left-radius:8px}.moduleItemModal-module__label-wrapper--CGGNc .moduleItemModal-module__arc--WD4H\+{position:absolute;top:0;left:12px}.moduleItemModal-module__dashed-line--TTnZP{display:block;width:24px;height:0;border:1px dashed rgba(0,0,0,.2)}.moduleItemModal-module__dashed-line--TTnZP.moduleItemModal-module__vertical--0Hv0n{width:0;height:24px}.moduleItemModal-module__block-wrapper--QZP-u .moduleItemModal-module__items--43EuE .moduleItemModal-module__dashed-line--TTnZP.moduleItemModal-module__vertical--0Hv0n{margin-left:14px}.moduleItemModal-module__select-block-wrapper--6Rb-x{display:flex;align-content:flex-start;margin-top:8px}.moduleItemModal-module__select-block-wrapper--6Rb-x .moduleItemModal-module__action--1FYF7{margin:unset;padding:unset}.moduleItemModal-module__select-block-wrapper--6Rb-x>:not(:first-child){margin-left:12px}.moduleItemModal-module__select-block-wrapper--6Rb-x .moduleItemModal-module__destination-block--j2H8s{display:flex;flex-direction:column;align-items:center;justify-content:center;width:154px;height:180px;padding:38px 8px;background:#e5f3ff;border:1px solid #b3dbff;border-radius:4px}.moduleItemModal-module__select-block-wrapper--6Rb-x .moduleItemModal-module__destination-block--j2H8s .moduleItemModal-module__icon--Ga-bM{margin-bottom:4px}.moduleItemModal-module__select-block-wrapper--6Rb-x .moduleItemModal-module__destination-block--j2H8s .moduleItemModal-module__title--\+60l5{color:#000;font-weight:400;font-size:14px;line-height:18px}.moduleItemModal-module__divider--MI-l9{width:100%;height:1px;margin:24px 0;background:rgba(0,0,0,.1)}.moduleItemModal-module__choose-scene-button--T67rr{display:flex;flex-direction:column;grid-gap:12px;gap:12px;align-self:stretch;justify-content:flex-start;width:196px;height:auto;min-height:100px;padding:16px;white-space:normal}.moduleItemModal-module__choose-scene-button--T67rr svg{min-height:36px}.moduleItemModal-module__modalLoading--l153Q{position:relative}.moduleItemModal-module__modalLoader--SvN2o{position:absolute;top:64px;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;margin:0;background:linear-gradient(0deg,hsla(0,0%,100%,.8),#fff 50%,hsla(0,0%,100%,.8))}.moduleItemModal-module__footerError--R-o8G{color:var(--tl-red-error);font-size:14px}.moduleItemModal-module__footerEnd--rir0F{display:flex}.moduleItemModal-module__convert-button--mBTo7{margin-top:4px;font-weight:700!important}.moduleItemModal-module__modal-preview--ldkSM{padding:0;max-width:calc(100% - 96px);max-height:calc(100% - 96px)}.moduleItemModal-module__modal-preview--ldkSM main{margin:0;position:relative}.moduleItemModal-module__modal-preview--ldkSM iframe{width:720px;height:405px;max-width:100%;max-height:100%}.moduleItemModal-module__closeOutside--2-hu1{position:absolute;right:-48px;top:0;background:rgba(0,0,0,.25);color:#fff}.chooseTemplate-module__modal--0pzPE{position:relative;display:grid;grid-template-rows:68px auto 60px;width:calc(100% - 160px);max-width:1280px;height:calc(100vh - 160px);max-height:792px;margin:80px auto auto;padding:0!important}.chooseTemplate-module__modal--0pzPE header{padding:20px 24px;border-bottom:1px solid rgba(0,0,0,.1)}.chooseTemplate-module__modal--0pzPE footer{padding:20px 24px;background:#fff;border-top:1px solid rgba(0,0,0,.1);border-bottom-right-radius:4px;border-bottom-left-radius:4px}.chooseTemplate-module__modal--0pzPE main{display:flex;max-width:100%;padding:0 24px;overflow:auto}.chooseTemplate-module__modal--0pzPE main.chooseTemplate-module__centered--fjSCA{align-items:center}.chooseTemplate-module__grid--y\+3Qm{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:24px;gap:24px;width:100%;max-width:1056px;margin:0 auto 16px}@media (orientation:portrait){.chooseTemplate-module__grid--y\+3Qm{grid-template-columns:repeat(3,1fr);max-width:624px}}.chooseTemplate-module__templateItem--rc1Cw{display:flex;cursor:pointer}.chooseTemplate-module__templateItem--rc1Cw input[type=radio]{width:0;height:0;opacity:0}.chooseTemplate-module__templateBox--PirnQ{display:flex;flex-direction:column;width:100%;padding:32px 16px 14px;font-size:14px;line-height:18px;text-align:center;border:1px solid rgba(0,0,0,.2);border-radius:4px}.chooseTemplate-module__templateBox--PirnQ img{display:block;min-width:40px;min-height:40px;margin:0 auto 8px}.chooseTemplate-module__templateItem--rc1Cw input[type=radio]:checked~.chooseTemplate-module__templateBox--PirnQ{background-color:rgba(0,136,255,.1);border:1px solid rgba(0,136,255,.3)}.chooseTemplate-module__modal--0pzPE footer .checkbox-label{margin-right:24px!important}.chooseTemplate-module__checkbox--AZOc4{margin:8px 8px 8px 0!important}.upload-module__modal--rGof6{grid-template-areas:"head" "main" "foot";grid-template-columns:1fr}.upload-module__withTips--eyAgz{grid-template-areas:"head head" "main sidebar" "foot sidebar"!important;grid-template-columns:auto 248px!important}.upload-module__modal--rGof6 header{grid-area:head}.upload-module__modal--rGof6 main{grid-area:main}.upload-module__footer--ZjbxZ{grid-area:foot;justify-content:space-between!important;padding:12px 24px;border-bottom-right-radius:0}.upload-module__backButton--NfaEL{padding-left:0}.upload-module__sidebar--gdjCw{display:none;grid-area:sidebar;width:248px;padding:16px 16px 0;overflow-x:hidden;overflow-y:scroll;border-left:1px solid rgba(0,0,0,.1)}.upload-module__sidebar--gdjCw h3{margin:0 0 8px;padding:0;font-size:14px;line-height:1.3}.upload-module__tipsElement--C6mTb{display:block;margin-bottom:12px;cursor:pointer}.upload-module__tipsElement--C6mTb:hover .upload-module__tipsElementImg--lEwU4{opacity:.9}.upload-module__tipsElement--C6mTb:hover span{text-decoration:underline}.upload-module__tipsElementImg--lEwU4{position:relative;width:100%;height:122px;background-size:cover}.upload-module__tipsElementImgPlayIcon--62vJd{position:absolute;bottom:25%;left:50%;display:block;width:60px;height:60px;margin-left:-30px;background:url(https://cdn.thinglink.me/jsec/0/newspa/static/media/play.6057ad9b.svg) no-repeat 50% 50% #fff;background-size:40px 40px;border-radius:50%;box-shadow:3px 3px 10px rgba(0,0,0,.1);cursor:pointer}.upload-module__tipsElementImgPlayIconAnimated--qwMqD{background:#fff;box-shadow:none;animation:upload-module__pulse--4YEwJ 3s ease infinite;pointer-events:none}.upload-module__tipsElement--C6mTb:hover .upload-module__tipsElementImgPlayIcon--62vJd{background-color:hsla(0,0%,100%,.95)}.upload-module__tipsElementSpan--EdyKI{color:#000;font-size:14px}.upload-module__fileListSection--Mg6vK{display:flex;flex:1 1;flex-direction:column;overflow:auto}.upload-module__fileListHeader--0MPxn{display:flex;grid-gap:8px;gap:8px;align-items:center;justify-content:space-between;width:100%;margin-bottom:8px;padding:6px 18px;border-bottom:1px solid rgba(0,0,0,.1)}.upload-module__fileListHeader--0MPxn h2{margin:0;font-size:16px}.upload-module__fileListHeaderSticky--edbrH{position:sticky;top:0;z-index:1;height:49px;background:#fff}.upload-module__fileListHeaderSticky--edbrH.upload-module__mobile--IoQm6{position:fixed;top:calc(var(--top-safe-height) + 92px)}.upload-module__fileListHeaderSticky--edbrH+.upload-module__filesGridWrapper--qLSYo{height:calc(100% - 56px);min-height:calc(100% - 56px);margin-top:auto}.upload-module__canvaNewWrapper--jt4cd{display:flex;flex:1 1;width:100%;padding:12px 24px;overflow:auto}.upload-module__canvaNewWrapper--jt4cd .upload-module__filesGridWrapper--qLSYo,.upload-module__unsplashWrapper--sLrr1 .upload-module__filesGridWrapper--qLSYo{width:100%}.upload-module__canvaNewWrapper--jt4cd .upload-module__filesGridWrapper--qLSYo .upload-module__filesGridFullTitle--m1qUe,.upload-module__unsplashWrapper--sLrr1 .upload-module__filesGridFullTitle--m1qUe{padding:0 0 12px}.upload-module__canvaNewWrapper--jt4cd.upload-module__mobile--IoQm6 .upload-module__filesGridWrapper--qLSYo .upload-module__filesGridFullTitle--m1qUe,.upload-module__unsplashWrapper--sLrr1.upload-module__mobile--IoQm6 .upload-module__filesGridFullTitle--m1qUe{padding-bottom:54px}.upload-module__dropAreaWrapper--cl-5i{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;margin-top:12px;overflow:auto;border:2px solid transparent;border-radius:8px;outline:none}.upload-module__dropAreaWrapperEmpty--e2x9p{color:var(--tl-blue);font-size:14px;background-color:rgba(0,136,255,.1);border:2px dashed rgba(0,136,255,.3);cursor:pointer}.upload-module__dropAreaWrapperEmpty--e2x9p:hover{background-color:rgba(0,136,255,.15)}.upload-module__dropAreaActive--YI5ca{background-color:rgba(0,136,255,.1);border:2px solid rgba(0,136,255,.3)}.upload-module__dropAreaLabel--vCJ1g{margin-top:8px;line-height:18px;text-align:center}.upload-module__filesGrid--n3Lzr{display:grid;grid-template-columns:repeat(auto-fill,minmax(128px,1fr));grid-gap:12px;gap:12px;width:100%;min-height:100%}.upload-module__filesGridFullTitle--m1qUe .grid-item-title,.upload-module__filesGridFullTitle--m1qUe .grid-item-title span{white-space:normal}.upload-module__roundProgress--oT6An>svg{position:absolute;top:50%;left:50%;background-color:rgba(0,0,0,.6);border-radius:50%;transform:translate(-50%,-50%) rotate(-90deg);transform-origin:50% 50%}.upload-module__roundProgress--oT6An>svg circle:first-child{transition:stroke-dashoffset .35s;stroke:hsla(0,0%,100%,.2)}.upload-module__roundProgress--oT6An>svg circle:nth-child(2){transition:stroke-dashoffset .35s;stroke:var(--tl-green)}.upload-module__roundProgressError--3xKfX{position:absolute}.upload-module__roundProgressError--3xKfX>svg circle:nth-child(2){transition:none;stroke:var(--tl-red)}.upload-module__roundProgressError--3xKfX .round-progress__status{display:none!important}.upload-module__roundProgressError--3xKfX .round-progress__cross{display:inline-block!important;fill:var(--tl-red)!important}.upload-module__errorMessage--UWbf3{position:absolute;bottom:8px;width:90%;padding:8px 8px 0;color:var(--tl-red);font-size:12px;line-height:1.24;text-align:center;background-color:hsla(0,0%,100%,0);border-radius:4px}.upload-module__errorMessage--UWbf3:hover{max-height:100%;white-space:normal;background-color:hsla(0,0%,100%,.9)}.upload-module__dropdownMenuItemWithIcon--UU-dQ{display:flex;align-items:center;justify-content:space-between}.upload-module__dropdownMenuItemWithIcon--UU-dQ img,.upload-module__dropdownMenuItemWithIcon--UU-dQ svg{width:24px;height:24px;margin-left:16px}.upload-module__fileListHeaderTitle--hj7HC{display:flex;align-items:center}.upload-module__fileListHeaderTitle--hj7HC button{margin-right:8px}.upload-module__fileListHeaderLogo--KgKvh{display:block;width:16px;height:16px;margin-right:8px}.upload-module__fileListHeaderDropdownWrapper--zmiB4{display:grid;grid-auto-flow:column;grid-template-rows:1fr;grid-column-gap:8px;column-gap:8px}.upload-module__searchForm--\+3VA4{display:flex;flex-basis:100%;grid-gap:8px;gap:8px;align-items:center}.upload-module__searchForm--\+3VA4 input{flex-basis:100%}@keyframes upload-module__pulse--4YEwJ{0%{transform:scale(0);opacity:1}25%,to{transform:scale(2);opacity:0}}.upload-module__grid-button--MWMCQ{position:absolute;top:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;background-color:#f5f5f5;border-radius:4px}.upload-module__grid-button--MWMCQ.upload-module__light-blue--kF0sE{background-color:rgba(0,136,255,.1)}.upload-module__grid-button--MWMCQ:hover{background-color:#f1f1f1;cursor:pointer}.upload-module__grid-button--MWMCQ.upload-module__light-blue--kF0sE:hover{background-color:rgba(0,136,255,.1)}.upload-module__grid-button--MWMCQ:active,.upload-module__grid-button--MWMCQ:focus{outline:none;box-shadow:0 0 0 1px var(--tl-blue)}.upload-module__grid-button--MWMCQ.upload-module__light-blue--kF0sE:active,.upload-module__grid-button--MWMCQ.upload-module__light-blue--kF0sE:focus{outline:none;box-shadow:none}.upload-module__grid-button--MWMCQ svg path{fill:rgba(0,0,0,.2)}.upload-module__query-error-message--uJ-aZ{text-align:center}.upload-module__customInput--4M6\+P{padding:8px 8px 8px 35px;background:url(https://cdn.thinglink.me/jsec/0/newspa/static/media/search.c4c13cf5.svg) no-repeat 5px/24px,#fff;border:1px solid rgba(0,0,0,.1);border-radius:4px;outline:0;transition:all .2s ease}.upload-module__customInput--4M6\+P:focus{border:1px solid var(--tl-blue);transition:all .2s ease}.upload-module__customInput--4M6\+P:focus::placeholder{opacity:0}.upload-module__unsplash-items-grid-wrapper--fo12J.upload-module__mobile--IoQm6{padding-top:54px}.upload-module__unsplashStartScreen--9Emtt{display:flex;flex-direction:column;align-items:center;height:100%}.upload-module__unsplashStartScreen--9Emtt:after{content:"";width:100%;height:100%;margin-top:32px;background:url(https://cdn.thinglink.me/jsec/0/newspa/static/media/unsplash-start-screen.f3f1c3f6.png) no-repeat top}.upload-module__unsplashStartScreen--9Emtt .upload-module__container--fQVkZ{max-width:720px;padding-top:24px}.upload-module__unsplashStartScreen--9Emtt h1{margin-bottom:8px;font-size:32px;line-height:42px;text-align:center}.upload-module__unsplashStartScreen--9Emtt p{margin-bottom:80px;font-size:14px;line-height:20px;text-align:center}.upload-module__unsplashStartScreen--9Emtt .upload-module__formWrapper--o\+OHe{width:80%;margin:0 auto}.upload-module__createWithAI--j4JEj{display:flex;flex-direction:column;width:100%;height:100%;overflow:auto}.upload-module__createWithAI--j4JEj p{font-size:14px;line-height:20px}.upload-module__createWithAI--j4JEj .upload-module__createWithAI__startScreen--hE8xf{display:flex;flex-direction:column;align-items:center;height:100%}.upload-module__createWithAI--j4JEj .upload-module__createWithAI__startScreen--hE8xf:after{content:"";width:100%;height:100%;margin-top:32px;background:url(https://cdn.thinglink.me/jsec/0/newspa/static/media/createWithAI-start-screen.4bb4baff.png) no-repeat top/105%}.upload-module__createWithAI--j4JEj .upload-module__createWithAI__startScreen-2--3\+MMw:after{content:"";width:100%;height:100%;margin-top:32px;background:url(https://cdn.thinglink.me/jsec/0/newspa/static/media/createWithAI-start-screen-2.392c21ec.png) no-repeat top/105%}.upload-module__createWithAI--j4JEj.upload-module__mobile--IoQm6 .upload-module__createWithAI__startScreen--hE8xf{background:none}.upload-module__createWithAI--j4JEj .upload-module__createWithAI__startScreen--hE8xf .upload-module__container--fQVkZ{max-width:720px;padding:0 16px}.upload-module__createWithAI--j4JEj .upload-module__createWithAI__startScreen--hE8xf .upload-module__controls--u9vR-{width:100%;max-width:800px}.upload-module__createWithAI--j4JEj .upload-module__createWithAI__startScreen--hE8xf h1{margin-bottom:8px;font-size:32px;line-height:42px;text-align:center}.upload-module__createWithAI--j4JEj .upload-module__createWithAI__startScreen--hE8xf p{margin-bottom:24px;text-align:center}.upload-module__createWithAI--j4JEj .upload-module__createWithAI__startScreen--hE8xf p:not(:last-of-type){margin-bottom:8px}.upload-module__createWithAI--j4JEj .upload-module__createWithAI__preview--GrUK5{display:flex;flex-direction:column;grid-gap:16px;gap:16px;width:100%;height:100%;padding:6px 18px;overflow:auto}.upload-module__createWithAI--j4JEj .upload-module__createWithAI__preview--GrUK5 .upload-module__container--fQVkZ{display:flex;align-items:center;justify-content:center;width:100%;height:100%;overflow:auto}.upload-module__createWithAI--j4JEj .upload-module__createWithAI__preview--GrUK5 .upload-module__container--fQVkZ img{width:100%;height:100%;object-fit:contain}.upload-module__createWithAI--j4JEj .upload-module__createWithAI__preview--GrUK5 .upload-module__container--fQVkZ iframe{width:100%;height:100%;border:0;outline:0}.upload-module__createWithAI--j4JEj .upload-module__createWithAI__preview--GrUK5 .upload-module__container--fQVkZ .upload-module__progress-message--1gSqq{display:flex;flex-direction:column;grid-gap:16px;gap:16px;align-items:center}@keyframes upload-module__rotation--A86JE{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.upload-module__createWithAI--j4JEj .upload-module__createWithAI__preview--GrUK5 .upload-module__container--fQVkZ .upload-module__progress-message--1gSqq svg{width:80px;height:80px;animation:upload-module__rotation--A86JE 1s linear infinite}.upload-module__createWithAI--j4JEj .upload-module__controls--u9vR-{display:flex;grid-gap:8px;gap:8px}.upload-module__createWithAI--j4JEj .upload-module__controls--u9vR-.upload-module__mobile--IoQm6{flex-direction:column;padding:0 16px}.upload-module__createWithAI--j4JEj .upload-module__controls--u9vR->div{display:flex;flex-direction:column;grid-gap:12px;gap:12px}.upload-module__createWithAI--j4JEj .upload-module__controls--u9vR- .upload-module__prompt--YTT1j{width:100%}.upload-module__createWithAI--j4JEj .upload-module__controls--u9vR- .upload-module__enhance-prompt-toggle--lXV5B{display:flex;grid-gap:8px;gap:8px;align-items:center;font-size:14px;line-height:18px}.upload-module__createWithAI--j4JEj .upload-module__controls--u9vR- .upload-module__enhance-prompt-toggle--lXV5B .upload-module__enhance-prompt-toggle__help--M75eQ{display:flex}.upload-module__createWithAI--j4JEj .upload-module__controls--u9vR- .upload-module__enhance-prompt-toggle--lXV5B .upload-module__enhance-prompt-toggle__help--M75eQ:hover{cursor:pointer}.upload-module__createWithAI--j4JEj .upload-module__controls--u9vR- .upload-module__style-selector--h9Bar{min-width:224px}.upload-module__panoTo360--kajjt{display:flex;flex-direction:column;align-items:center;width:100%;height:100%;padding:0 24px;background:url(https://cdn.thinglink.me/jsec/0/newspa/static/media/panoTo360-start-screen.037f77d5.png) -30px 100px/calc(100% + 60px) no-repeat}.upload-module__panoTo360--kajjt.upload-module__mobile--IoQm6{background:#fff}.upload-module__panoTo360--kajjt h1{margin-bottom:8px;font-size:32px;line-height:42px;text-align:center}.upload-module__panoTo360--kajjt.upload-module__mobile--IoQm6 h1{font-size:24px;line-height:32px}.upload-module__panoTo360--kajjt p{text-align:center}.upload-module__panoTo360--kajjt p.upload-module__small--CtjCy{font-size:12px;line-height:18px}.upload-module__panoTo360--kajjt .upload-module__drop-area--679XT{display:flex;flex-direction:column;grid-gap:24px;gap:24px;align-items:center;justify-content:center;max-width:480px;min-height:230px;margin:40px auto 8px;padding:40px;background-color:rgba(0,0,0,.05);border:1px dashed rgba(0,0,0,.2);border-radius:8px}.upload-module__panoTo360--kajjt.upload-module__mobile--IoQm6 .upload-module__drop-area--679XT{padding:24px}.upload-module__panoTo360--kajjt .upload-module__drop-area--679XT.upload-module__error--BgVIc{background-color:rgba(255,163,0,.1);border-color:1px solid #ffa300}.upload-module__panoTo360--kajjt .upload-module__drop-area--679XT h2{font-size:16px;line-height:24px}.upload-module__panoTo360--kajjt .upload-module__drop-area--679XT p{display:flex;align-items:center;margin-bottom:0}.upload-module__panoTo360--kajjt .upload-module__drop-area--679XT .upload-module__button--S-vE6{display:flex;grid-gap:12px;gap:12px;align-items:center;height:auto;padding:19px 24px}.upload-module__panoTo360--kajjt .upload-module__drop-area--679XT .upload-module__formats--gjwwE{display:flex;grid-gap:8px;gap:8px;align-items:baseline}.upload-module__panoTo360--kajjt .upload-module__drop-area--679XT span{display:flex;padding:2px 6px 6px;font-size:14px;line-height:14px;background-color:rgba(0,136,255,.1);border-radius:4px}.upload-module__library360--froGS{display:flex;flex:1 1;flex-direction:column;grid-gap:16px;gap:16px;padding:0 24px;overflow:auto}.upload-module__library360--froGS .upload-module__breadcrumbs--2dEOU{display:flex;align-items:center;font-size:14px;line-height:20px}.upload-module__library360--froGS .upload-module__breadcrumbs--2dEOU .upload-module__breadcrumbs-item--vy9fj{display:flex;align-items:center;padding:8px}.upload-module__library360--froGS .upload-module__breadcrumbs--2dEOU .upload-module__breadcrumbs-item--vy9fj:not(:last-of-type):hover{cursor:pointer}.upload-module__library360--froGS .upload-module__breadcrumbs--2dEOU .upload-module__breadcrumbs-item--vy9fj.upload-module__highlighted--efhKX{font-weight:700}.upload-module__library360--froGS .upload-module__items-list--\+x-LA{display:grid;grid-template-columns:repeat(auto-fill,minmax(138px,1fr));grid-gap:10px;gap:10px;width:100%}.upload-module__library360--froGS.upload-module__mobile--IoQm6 .upload-module__items-list--\+x-LA{grid-template-columns:1fr}.upload-module__library360--froGS .upload-module__items-list--\+x-LA .upload-module__item--j7T-m{display:flex;flex-direction:column;grid-gap:8px;gap:8px;align-items:center}.upload-module__library360--froGS .upload-module__items-list--\+x-LA .upload-module__item--j7T-m:hover{cursor:pointer}.upload-module__library360--froGS .upload-module__items-list--\+x-LA .upload-module__item--j7T-m .upload-module__item__thumb--u5Joz{position:relative;display:flex;width:100%;padding-top:56.25%}.upload-module__library360--froGS .upload-module__items-list--\+x-LA .upload-module__item--j7T-m .upload-module__item__thumb-wrapper--L3Q3X{position:absolute;top:0;left:0;width:100%;height:100%;padding:8px;background-color:initial;border-radius:4px}.upload-module__library360--froGS .upload-module__items-list--\+x-LA .upload-module__item--j7T-m:hover .upload-module__item__thumb-wrapper--L3Q3X{background-color:rgba(0,136,255,.1);box-shadow:inset 0 0 0 2px #08f}.upload-module__library360--froGS .upload-module__items-list--\+x-LA .upload-module__item--j7T-m .upload-module__item__thumb-wrapper--L3Q3X img{width:100%;height:100%;object-fit:cover;border-radius:4px}.upload-module__library360--froGS .upload-module__items-list--\+x-LA .upload-module__item--j7T-m .upload-module__item__title--c52zN{margin:0;font-size:14px;line-height:20px;text-align:center}.upload-module__library360--froGS .upload-module__items-list--\+x-LA .upload-module__item--j7T-m .upload-module__item__ai-mark--sPcHq{position:absolute;right:12px;bottom:12px;display:flex;align-items:center;justify-content:center;padding:2px;background-color:rgba(0,0,0,.6);border-radius:4px}.upload-module__library360--froGS .upload-module__single-scene--xHI3H{display:flex;width:100%;height:100%}.upload-module__library360--froGS .upload-module__single-scene--xHI3H iframe{width:100%;height:100%;object-fit:cover;border:0}.workspace{transition:all .1s}.workspace.collapsed{height:0!important;margin-top:0!important}.workspace.collapsible{margin-top:8px}.workspace.scrollable{overflow:auto}.workspace .workspace-header{position:sticky;top:0;display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;padding-bottom:8px;background-color:var(--tl-white);z-index:1}.workspace-header-context-menu-trigger{align-self:center;margin-left:8px}.workspace .workspace-header.sticky{position:fixed;top:0;z-index:2000;width:calc(100% - 288px);background:#fff}.no-sidebar .workspace .workspace-header.sticky{width:calc(100% - 48px);max-width:1152px}.workspace.collapsed .workspace-header.sticky{position:relative}.workspace-header.sticky+.workspace-content{padding-top:65px}.workspace .workspace-header h1.workspace-header_collapsed__title{margin-left:8px}.workspace .workspace-header-panel{display:flex;align-items:center;justify-content:flex-end}.workspace-header-panel>.tl-button,.workspace-header-panel>button{margin-right:4px;margin-left:4px}.workspace-header-panel>.tl-button:last-child,.workspace-header-panel>button:last-child{margin-right:0}.workspace-header-panel .bulk-action-status-item{margin-right:12px;margin-left:12px;font-size:14px}.bulk-action-status-item+.workspace-header-panel-button{margin-left:12px}.workspace-header-panel label.bulk-action-status-item{min-width:116px;margin-left:0}.workspace .workspace-header-panel>.tli-arrow-right{margin-right:4px;margin-left:4px}.workspace-header-panel-button .tli{margin:6px}.workspace-header-panel-button.hover,.workspace-header-panel-button:hover{background-color:hsla(0,0%,66.7%,.2)}.workspace-header-panel-button:first-child{margin-left:0}.workspace-header-panel-button:last-child{margin-right:0}.workspace .workspace-header .h1,.workspace .workspace-header h1{margin:0;font-size:16px;line-height:22px}.workspace .workspace-header a.h1{color:#ababab;text-decoration:none}.workspace .workspace-header a.h1:hover{color:#9e9e9e;text-decoration:none}.workspace .workspace-header.compact .h1,.workspace .workspace-header.compact h1{font-size:14px;line-height:16px}.workspace .workspace-content{transition:height .3s}.workspace .workspace-content.collapsed{height:0!important;overflow:hidden}.workspace .items-grid{--grid-items-per-row:7;display:grid;grid-gap:12px;grid-template-columns:repeat(auto-fill,calc(100%/var(--grid-items-per-row) - 12px + 12px/var(--grid-items-per-row)))}.workspace.plain .items-grid{--grid-gap:36px;grid-gap:var(--grid-gap);grid-template-columns:repeat(auto-fill,calc(100%/var(--grid-items-per-row) - var(--grid-gap) + var(--grid-gap)/var(--grid-items-per-row)))}.workspace .items-grid.small{grid-template-columns:repeat(auto-fill,minmax(154px,1fr))}.workspace .items-grid.medium{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.workspace .items-grid.large{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.workspace .items-grid.list{grid-template-columns:repeat(auto-fill,minmax(154px,1fr))}.workspace-small-message{margin:24px auto;color:#9c9c9c;font-size:14px;line-height:16px;text-align:center}.workspace-big-message{display:flex;flex-direction:column;align-items:center;width:520px;max-width:100%;margin:42px auto}.workspace-big-message--header{margin:20px auto 12px;color:#000;font-weight:700;font-size:22px;text-align:center}.workspace-big-message--text{margin:0 0 24px;color:#000;font-size:16px;line-height:1.63;text-align:center}.workspace-big-message--image-wrapper{position:relative;display:block;width:180px;max-width:100%;margin:70px auto 25px}.workspace-big-message--image-wrapper.workspace-big-message--image-wrapper__large{width:270px}.workspace-big-message--image-wrapper img{width:100%;height:100%}.header-badge{margin:0 8px;padding:2px 4px;color:#fff;font-weight:700;font-size:12px;line-height:16px;background-color:var(--tl-blue);border-radius:4px}@media (max-width:768px){.workspace{margin-top:0;overflow:visible}.workspace-header{margin:0 -16px;padding:8px 16px}}.workspace button[data-count][data-badge]{position:relative}.workspace button[data-count][data-badge]:after{position:absolute;content:attr(data-count);top:-2px;right:-6px;display:flex;align-items:center;justify-content:center;width:16px;height:16px;font-size:10px;line-height:18px;background-color:#fb607f;color:#fff;border-radius:50%}.modal.modal--create-tour main{display:flex;grid-gap:16px;gap:16px;margin-bottom:0}.modal.modal--create-tour main>section{display:flex;flex:1 0;flex-direction:column;border:1px solid rgba(0,0,0,.1);border-radius:4px;transition:all .2s ease}.modal.modal--create-tour.mobile main{flex-wrap:wrap}.modal.modal--create-tour.mobile main>section{flex:auto}.modal.modal--create-tour main>section:hover{border-color:var(--tl-blue);box-shadow:0 0 0 1px var(--tl-blue);cursor:pointer}.modal.modal--create-tour main>section>div{padding:12px 16px 16px}.modal.modal--create-tour main>section>div:first-child{padding:0}.modal.modal--create-tour main>section>div:last-child{display:flex;flex:1 0;flex-direction:column}.modal.modal--create-tour main>section>div:last-child>div:last-child{margin-top:auto}.modal.modal--create-tour main>section img{width:100%}.modal.modal--create-tour main>section h2{margin-bottom:8px;font-size:16px;line-height:24px}.actionBar-module__action-bar--MImQP{display:flex;align-items:center;justify-content:flex-start;padding:0 0 8px;background:var(--tl-white);border-bottom:1px solid rgba(0,0,0,.05)}.actionBar-module__action-bar--MImQP:not(.actionBar-module__sticky--AOaCV){border-bottom:0}.actionBar-module__action-bar--MImQP.actionBar-module__sticky--AOaCV{position:fixed;top:var(--top-safe-height);right:24px;left:calc(var(--sidebar-width) + 24px);z-index:25}.actionBar-module__action-bar--MImQP.actionBar-module__sticky--AOaCV.actionBar-module__ms-teams--fuPT4,.navbar-collapsed .actionBar-module__action-bar--MImQP{left:calc(var(--sidebar-width) + 24px)}.admin-panel-open .actionBar-module__action-bar--MImQP{right:calc(var(--sidebar-width) + 24px)}.actionBar-module__action-bar--MImQP.actionBar-module__mobile--5lz8k{padding:4px 16px;background-color:var(--tl-white);border-bottom:1px solid rgba(0,0,0,.05);transition:background-color .1s ease-in-out}.actionBar-module__action-bar--MImQP.actionBar-module__mobile--5lz8k.actionBar-module__dark--EWpN5{background-color:var(--tl-black)}.actionBar-module__global-checkbox--V0evY{margin:0 12px}.actionBar-module__global-checkbox--V0evY.actionBar-module__mobile--5lz8k{margin:0 16px 0 4px}.actionBar-module__folder-actions-button--Qz89j{margin-right:4px;margin-left:0}.actionBar-module__bulk-selection-mobile-action-bar--WIQ8L{display:flex;align-items:center;justify-content:space-between;width:100%;padding-left:4px;color:var(--tl-white)}.actionBar-module__bulk-selection-mobile-action-bar--WIQ8L .actionBar-module__buttons-wrapper--QH4Dp{display:flex}.actionBar-module__section--fFJ1u{display:flex;align-items:center}.actionBar-module__breadcrumbs-wrapper--s-4jI{overflow:hidden}.actionBar-module__breadcrumbs-wrapper--s-4jI .breadcrumbs{width:100%}.actionBar-module__breadcrumbs-wrapper--s-4jI.actionBar-module__mobile--5lz8k{position:relative;flex:1 1;overflow:auto;scroll-behavior:smooth}.actionBar-module__breadcrumbs-wrapper--s-4jI.actionBar-module__mobile--5lz8k .breadcrumbs{width:auto}.actionBar-module__action-buttons--llkvr>.tl-button,.actionBar-module__section--fFJ1u>.tl-button{margin-left:8px!important}.actionBar-module__action-buttons--llkvr.actionBar-module__pull-right--hv-7O{margin-left:auto}.actionBar-module__title--NRJ99{margin:0 12px 0 0}.actionBar-module__search-form--CUCFi,.breadcrumbs{display:flex;align-items:center}.breadcrumbs{height:34px;font-size:14px}.breadcrumbs>.tl-button,.breadcrumbs>.tli-arrow-right,.breadcrumbs>a{height:34px}.breadcrumbs>a{padding:8px;color:#000;border-radius:4px}.breadcrumbs>a:hover:not(:last-child){background-color:#ebebeb}.breadcrumbs>a:last-child{font-weight:700}.breadcrumbs>.tli-arrow-right{margin-right:4px;margin-left:4px}.breadcrumbs-dropdown{min-width:211px;padding:0 4px}.breadcrumbs-dropdown_item{display:flex;align-items:center;justify-content:flex-start;height:40px;padding:8px;border-radius:4px}.breadcrumbs-dropdown_item:hover{background-color:#f5f5f5}.breadcrumbs-dropdown_item>a{display:flex;align-items:center;width:100%;color:#000;font-size:14px}.breadcrumbs-dropdown_item>a>svg{margin-right:8px}.mediaListDragPreview-module__wrapper--dOrtz{position:relative;transform:translateZ(0);opacity:1}.mediaListDragPreview-module__wrapper--dOrtz .mediaListDragPreview-module__item--GgRTn{position:absolute;top:12px;left:12px;z-index:3;width:40px;height:40px;object-fit:cover;background-color:#f5f5f5;border:2px solid #fff;border-radius:4px;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3))}.mediaListDragPreview-module__wrapper--dOrtz .mediaListDragPreview-module__item--GgRTn:nth-child(2){z-index:2;transform:translate(4px,4px)}.mediaListDragPreview-module__wrapper--dOrtz .mediaListDragPreview-module__item--GgRTn:nth-child(3){z-index:1;transform:translate(8px,8px)}.mediaListDragPreview-module__wrapper--dOrtz .mediaListDragPreview-module__counter--5BQZL{position:absolute;top:0;left:42px;z-index:5;display:flex;align-items:center;justify-content:center;min-width:26px;min-height:26px;padding:2px 4px;color:var(--tl-white);font-weight:700;font-size:.75em;line-height:1.2;background-color:var(--tl-blue);border:2px solid #fff;border-radius:14px}.genericErrorPage-module__wrapper--6n2P7{position:fixed;top:0;left:0;z-index:2147483647;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;box-sizing:border-box;width:100%;height:100%;padding:0 24px;overflow:auto;background-color:#fff}.genericErrorPage-module__logo--MST5y{display:block;width:99px;height:auto;margin-top:48px;margin-bottom:36px}.genericErrorPage-module__image--STrW3{display:block;width:100%;max-width:400px;height:auto;margin-bottom:24px}.genericErrorPage-module__title--5Z31R{margin:0;font-size:36px;line-height:1.19;text-align:center}.genericErrorPage-module__text--WP3Nh{max-width:610px;margin:12px auto 24px;font-size:18px;line-height:1.39;text-align:center}.createSceneApp-module__create-scene-app--dWZqW{z-index:3800;background:var(--tl-white)}.createSceneApp-module__create-scene-app--dWZqW.createSceneApp-module__desktop--9nhNs{position:fixed;top:clamp(15px,10%,80px);right:80px;bottom:clamp(15px,10%,80px);left:80px;display:flex;flex-direction:column;max-width:1024px;max-height:720px;margin:auto;padding:0}.createSceneApp-module__create-scene-app--dWZqW.createSceneApp-module__mobile--lFlsN{position:absolute;top:0;bottom:0;left:0;display:flex;flex-direction:column;width:100%;overflow:auto}.createSceneApp-module__create-scene-app--dWZqW>header{display:flex;grid-gap:4px;gap:4px;align-items:center;padding:12px 18px}.createSceneApp-module__create-scene-app--dWZqW.createSceneApp-module__mobile--lFlsN>header{padding:6px 12px}.createSceneApp-module__create-scene-app--dWZqW>header.createSceneApp-module__withUnderline--t4uqi{border-bottom:1px solid rgba(0,0,0,.1)}.createSceneApp-module__create-scene-app--dWZqW>.createSceneApp-module__subheader--6IVIO{display:flex;padding:16px 24px}.createSceneApp-module__create-scene-app--dWZqW>.createSceneApp-module__subheader--6IVIO p{font-size:14px;line-height:20px}.createSceneApp-module__create-scene-app--dWZqW.createSceneApp-module__desktop--9nhNs>header h2{font-size:20px;line-height:28px}.createSceneApp-module__create-scene-app--dWZqW.createSceneApp-module__mobile--lFlsN>header h2{font-size:16px;line-height:22px}.createSceneApp-module__create-scene-app--dWZqW>header .createSceneApp-module__header-close---Fiq2{margin-left:auto!important}.createSceneApp-module__create-scene-app--dWZqW>header .createSceneApp-module__header-back--4qZpR{margin-left:-6px}.createSceneApp-module__create-scene-app--dWZqW>footer{display:flex;padding:24px;border-top:1px solid rgba(0,0,0,.2)}.createSceneApp-module__create-scene-app--dWZqW.createSceneApp-module__desktop--9nhNs.createSceneApp-module__small--pRXvh{max-width:800px;max-height:464px}.createSceneApp-module__create-scene-app--dWZqW .createSceneApp-module__step-select-type__wrapper--3XFkM{display:flex;flex-direction:column;grid-gap:40px;gap:40px;align-items:center;padding:0 24px 24px;overflow:auto}.createSceneApp-module__create-scene-app--dWZqW.createSceneApp-module__mobile--lFlsN .createSceneApp-module__step-select-type__wrapper--3XFkM{padding:12px 18px;overflow:auto}.createSceneApp-module__create-scene-app--dWZqW .createSceneApp-module__step-select-type__wrapper--3XFkM h2{font-size:24px;line-height:32px;text-align:center}.createSceneApp-module__create-scene-app--dWZqW .createSceneApp-module__step-select-type__wrapper--3XFkM .createSceneApp-module__types-grid--8tirW{display:flex;flex-wrap:wrap;grid-gap:24px;gap:24px;justify-content:center;overflow:auto}.createSceneApp-module__create-scene-app--dWZqW.createSceneApp-module__mobile--lFlsN .createSceneApp-module__step-select-type__wrapper--3XFkM .createSceneApp-module__types-grid--8tirW{grid-gap:12px;gap:12px}.createSceneApp-module__create-scene-app--dWZqW .createSceneApp-module__types-grid--8tirW .createSceneApp-module__type-card--RU\+de{display:flex;flex-direction:column;grid-gap:12px;gap:12px;align-items:center;width:192px;height:120px;padding:24px 16px;background-color:#fff;border:1px solid rgba(0,0,0,.2);border-radius:8px;color:#000;transition:all .2s ease}.createSceneApp-module__create-scene-app--dWZqW.createSceneApp-module__mobile--lFlsN .createSceneApp-module__types-grid--8tirW .createSceneApp-module__type-card--RU\+de{flex-direction:row;width:100%;height:100px}.createSceneApp-module__create-scene-app--dWZqW .createSceneApp-module__types-grid--8tirW .createSceneApp-module__type-card--RU\+de:hover{background-color:rgba(0,0,0,.05);cursor:pointer}.createSceneApp-module__create-scene-app--dWZqW .createSceneApp-module__types-grid--8tirW .createSceneApp-module__type-card--RU\+de img{width:40px;min-width:40px;height:40px;min-height:40px}.createSceneApp-module__create-scene-app--dWZqW .createSceneApp-module__types-grid--8tirW .createSceneApp-module__type-card--RU\+de h3{margin:0;font-size:14px;line-height:20px}.createSceneApp-module__create-scene-app--dWZqW .createSceneApp-module__step-select-files__wrapper--tWLgX{display:flex;flex:1 1;overflow:auto}.createSceneApp-module__create-scene-app--dWZqW .createSceneApp-module__step-select-files__main--4m8ZP{display:flex;flex:1 1;flex-direction:column;overflow:auto}.createSceneApp-module__create-scene-app--dWZqW .createSceneApp-module__step-select-files__upload--p0AdC{position:relative;display:flex;flex:1 1;flex-direction:column;padding:0 24px 24px}.createSceneApp-module__create-scene-app--dWZqW.createSceneApp-module__mobile--lFlsN .createSceneApp-module__step-select-files__upload--p0AdC{padding:12px 18px}.createSceneApp-module__create-scene-app--dWZqW .createSceneApp-module__step-select-files__upload-buttons-top--xxL-v{position:sticky;top:0;z-index:1;display:flex;grid-gap:8px;gap:8px;align-items:center;justify-content:flex-end;margin:0 -24px;padding:16px 24px;background-color:#fff}.createSceneApp-module__create-scene-app--dWZqW .createSceneApp-module__step-select-files__footer--lYWAS{position:sticky;bottom:0;display:flex;padding:24px;background-color:#fff;border-top:1px solid rgba(0,0,0,.1);border-bottom-right-radius:8px;border-bottom-left-radius:8px}.createSceneApp-module__create-scene-app--dWZqW.createSceneApp-module__mobile--lFlsN .createSceneApp-module__step-select-files__footer--lYWAS{position:absolute;bottom:0;width:100%;padding:8px 12px calc(8px + var(--bottom-safe-height))}.createSceneApp-module__create-scene-app--dWZqW.createSceneApp-module__mobile--lFlsN .createSceneApp-module__step-select-files__footer--lYWAS .tl-button{width:100%}.createSceneApp-module__create-scene-app--dWZqW.createSceneApp-module__desktop--9nhNs .createSceneApp-module__step-select-files__footer--lYWAS button:last-child{margin-left:auto}.createSceneApp-module__create-scene-app--dWZqW .createSceneApp-module__step-select-files__drop-area-wrapper--aOHCm{display:flex;flex:1 1;padding:0 0 16px}.createSceneApp-module__create-scene-app--dWZqW.createSceneApp-module__desktop--9nhNs .createSceneApp-module__step-select-files__drop-area-wrapper--aOHCm:first-child{padding-top:24px}.createSceneApp-module__create-scene-app--dWZqW.createSceneApp-module__desktop--9nhNs .createSceneApp-module__step-select-files__drop-area-wrapper--aOHCm:last-child{padding-bottom:0}.createSceneApp-module__create-scene-app--dWZqW .createSceneApp-module__step-select-files__drop-area--yAK71{display:grid;grid-template-columns:repeat(auto-fill,minmax(126px,1fr));grid-gap:10px;gap:10px;width:100%}.createSceneApp-module__create-scene-app--dWZqW.createSceneApp-module__mobile--lFlsN .createSceneApp-module__step-select-files__drop-area--yAK71{grid-template-columns:repeat(2,minmax(0,1fr))}.createSceneApp-module__create-scene-app--dWZqW .createSceneApp-module__step-select-files__drop-area--yAK71>img{width:80px;margin-bottom:16px;object-fit:contain}.createSceneApp-module__create-scene-app--dWZqW .createSceneApp-module__step-select-files__drop-area--yAK71>img.createSceneApp-module__large--68oEy{width:170px}.createSceneApp-module__create-scene-app--dWZqW .createSceneApp-module__step-select-files__drop-area--yAK71>h3{margin-top:12px;font-size:14px;line-height:20px;text-align:center}.createSceneApp-module__create-scene-app--dWZqW .createSceneApp-module__step-select-files__drop-area--yAK71>p{margin:4px 0 0;color:rgba(0,0,0,.6);font-size:14px;line-height:20px;text-align:center}.createSceneApp-module__create-scene-app--dWZqW .createSceneApp-module__step-select-files__drop-area--empty--1Luuv{display:flex;flex:1 1;flex-direction:column;grid-gap:0;gap:0;align-items:center;justify-content:center;padding:40px;background-color:rgba(0,0,0,.05);border:1px dashed rgba(0,0,0,.2);border-radius:6px}.createSceneApp-module__create-scene-app--dWZqW .createSceneApp-module__step-select-files__drop-area--empty--1Luuv .createSceneApp-module__upload-buttons--p5GFx{display:flex;grid-gap:8px;gap:8px;align-items:center;margin-top:16px}.createSceneApp-module__create-scene-app--dWZqW .createSceneApp-module__step-select-files__upload-tiles--ugYVs{display:flex;grid-gap:16px;gap:16px}.createSceneApp-module__create-scene-app--dWZqW.createSceneApp-module__mobile--lFlsN .createSceneApp-module__step-select-files__upload-tiles--ugYVs{flex-direction:column;grid-gap:8px;gap:8px}.createSceneApp-module__create-scene-app--dWZqW .createSceneApp-module__step-select-files__upload-tiles--ugYVs .createSceneApp-module__tile--FfWZa{display:flex;flex:1 1;flex-direction:column;grid-gap:10px;gap:10px;align-items:center;justify-content:center;height:108px;padding:12px 16px;border:1px solid rgba(0,0,0,.2);border-radius:8px;color:#000;transition:all .2s ease}.createSceneApp-module__create-scene-app--dWZqW.createSceneApp-module__mobile--lFlsN .createSceneApp-module__step-select-files__upload-tiles--ugYVs .createSceneApp-module__tile--FfWZa{flex-direction:row;justify-content:flex-start;height:auto;padding:12px 18px;border-radius:6px}.createSceneApp-module__create-scene-app--dWZqW .createSceneApp-module__step-select-files__upload-tiles--ugYVs .createSceneApp-module__tile--FfWZa:hover{background-color:rgba(0,0,0,.05);cursor:pointer}.createSceneApp-module__create-scene-app--dWZqW .createSceneApp-module__step-select-files__upload-tiles--ugYVs .createSceneApp-module__tile--FfWZa .createSceneApp-module__tile__icon-and-title--eWVBr{display:flex;flex-direction:column;grid-gap:12px;gap:12px;align-items:center}.createSceneApp-module__create-scene-app--dWZqW .createSceneApp-module__step-select-files__upload-tiles--ugYVs .createSceneApp-module__tile--FfWZa h3,.createSceneApp-module__create-scene-app--dWZqW .createSceneApp-module__step-select-files__upload-tiles--ugYVs .createSceneApp-module__tile--FfWZa h4{margin:0;font-size:14px;line-height:20px}.createSceneApp-module__create-scene-app--dWZqW .createSceneApp-module__step-select-files__help-block--vToob{position:relative;z-index:1;display:flex}.createSceneApp-module__create-scene-app--dWZqW .createSceneApp-module__step-select-files__help-block--vToob .createSceneApp-module__wrapper--UMXZ\+{display:flex;flex-direction:column;grid-gap:16px;gap:16px;width:auto;padding:16px 16px 0;overflow-x:hidden;overflow-y:auto;border-left:1px solid rgba(0,0,0,.1)}.createSceneApp-module__create-scene-app--dWZqW .createSceneApp-module__step-select-files__help-block--vToob.createSceneApp-module__collapsed--QvMof .createSceneApp-module__wrapper--UMXZ\+{width:0;padding:0;border-left:0}.createSceneApp-module__create-scene-app--dWZqW .createSceneApp-module__step-select-files__help-block--vToob figcaption,.createSceneApp-module__create-scene-app--dWZqW .createSceneApp-module__step-select-files__help-block--vToob h4{margin:0;font-size:14px;line-height:20px}.createSceneApp-module__create-scene-app--dWZqW .createSceneApp-module__step-select-files__help-block--vToob a{color:#000}.createSceneApp-module__create-scene-app--dWZqW .createSceneApp-module__step-select-files__help-block--vToob h4{margin-bottom:12px}.createSceneApp-module__create-scene-app--dWZqW .createSceneApp-module__step-select-files__help-block--vToob figcaption{margin-top:4px}.createSceneApp-module__create-scene-app--dWZqW .createSceneApp-module__step-select-files__help-block--vToob figure{position:relative;display:flex;flex-direction:column;margin:0 0 12px}.createSceneApp-module__create-scene-app--dWZqW .createSceneApp-module__step-select-files__help-block--vToob figure:hover{cursor:pointer}.createSceneApp-module__create-scene-app--dWZqW .createSceneApp-module__step-select-files__help-block--vToob figure svg.createSceneApp-module__play-btn--mvOm3{position:absolute;top:50%;left:50%;width:56px;height:56px;background-color:#fff;border-radius:50%;transform:translate(-50%,-50%)}.createSceneApp-module__create-scene-app--dWZqW .createSceneApp-module__step-select-files__help-block--vToob figure img{width:100%;width:216px;height:122px;object-fit:cover;border-radius:4px}.createSceneApp-module__create-scene-app--dWZqW .createSceneApp-module__step-select-files__help-block--vToob .createSceneApp-module__subsection--rRIpJ{display:flex;flex-direction:column}.createSceneApp-module__create-scene-app--dWZqW .createSceneApp-module__step-select-files__help-block--vToob .createSceneApp-module__collapse-switch--B4Ju-{position:absolute;top:24px;left:-10px;display:flex;align-items:center;justify-content:center;width:20px;height:32px;padding:0;background-color:#fff;border:1px solid rgba(0,0,0,.1);border-radius:4px}.createSceneApp-module__create-scene-app--dWZqW .createSceneApp-module__step-select-files__help-block--vToob.createSceneApp-module__collapsed--QvMof .createSceneApp-module__collapse-switch--B4Ju-{left:-20px;border-top-right-radius:0;border-bottom-right-radius:0}.createSceneApp-module__create-scene-app--dWZqW .createSceneApp-module__step-select-files__help-block--vToob.createSceneApp-module__collapsed--QvMof .createSceneApp-module__collapse-switch--B4Ju- svg{transform:rotate(180deg)}.createSceneApp-module__create-scene-app--dWZqW .createSceneApp-module__step-select-files__help-block--vToob .createSceneApp-module__collapse-switch--B4Ju-:hover{cursor:pointer}.createSceneApp-module__roundProgress--QExdB>svg{position:absolute;top:50%;left:50%;background-color:rgba(0,0,0,.6);border-radius:50%;transform:translate(-50%,-50%) rotate(-90deg);transform-origin:50% 50%}.createSceneApp-module__roundProgress--QExdB>svg circle:first-child{transition:stroke-dashoffset .35s;stroke:hsla(0,0%,100%,.2)}.createSceneApp-module__roundProgress--QExdB>svg circle:nth-child(2){transition:stroke-dashoffset .35s;stroke:var(--tl-green)}.createSceneApp-module__roundProgressError--17NRg{position:absolute}.createSceneApp-module__roundProgressError--17NRg>svg circle:nth-child(2){transition:none;stroke:var(--tl-red)}.createSceneApp-module__roundProgressError--17NRg .round-progress__status{display:none!important}.createSceneApp-module__roundProgressError--17NRg .round-progress__cross{display:inline-block!important;fill:var(--tl-red)!important}.createSceneApp-module__errorMessage--juceS{position:absolute;bottom:8px;width:90%;padding:8px 8px 0;color:var(--tl-red);font-size:12px;line-height:1.24;text-align:center;background-color:hsla(0,0%,100%,0);border-radius:4px}.createSceneApp-module__errorMessage--juceS:hover{max-height:100%;white-space:normal;background-color:hsla(0,0%,100%,.9)}.createSceneApp-module__create-scene-app--dWZqW .grid-item:hover{cursor:default}.createSceneApp-module__create-scene-app--dWZqW .grid-item:hover .grid-item-thumbnail{background-color:unset}.round-progress{position:relative}.round-progress .round-progress__inner{position:absolute;top:0;left:0;color:#fff;font-weight:700;font-size:14px;background-color:initial!important;transform:translate(-50%,-50%)}.round-progress .round-progress__cross{display:none;font-weight:400;font-size:24px}.round-progress:hover .round-progress__cross{display:inline-block}.round-progress__infinite{animation:round-progress-spin 1s linear infinite;pointer-events:none}.round-progress__infinite .round-progress__inner{display:none}@keyframes round-progress-spin{to{transform:rotate(1turn)}}.outlinedDropdownTrigger-module__wrapper--lV2cK{display:flex;align-items:center;padding:4px 8px 4px 12px;border:1px solid rgba(0,0,0,.2);border-radius:4px;cursor:pointer}.outlinedDropdownTrigger-module__wrapper--lV2cK:focus{outline:none;box-shadow:0 0 0 1px var(--tl-blue)}.outlinedDropdownTrigger-module__text--Tjsyl{margin-right:4px;color:#000;font-size:14px;font-stretch:normal;line-height:1.29;letter-spacing:normal;text-align:left}.outlinedDropdownTrigger-module__icon--GGWI1{transform:rotate(-90deg)}.outlinedDropdownTrigger-module__iconActive--wBJqu{transform:rotate(90deg)}.setCanvaSizeModal-module__predefined--k55WO{display:flex;grid-gap:16px;gap:16px}.setCanvaSizeModal-module__predefined--k55WO>div{display:flex;flex:1 1;flex-direction:column;align-items:center;padding:12px;border:1px solid rgba(0,0,0,.2);border-radius:6px}.setCanvaSizeModal-module__predefined--k55WO>div.setCanvaSizeModal-module__active--\+7kLU,.setCanvaSizeModal-module__predefined--k55WO>div:hover{background-color:rgba(0,0,0,.05)}.setCanvaSizeModal-module__predefined--k55WO>div:hover:not(.setCanvaSizeModal-module__active--\+7kLU){cursor:pointer}.setCanvaSizeModal-module__predefined--k55WO>div h4{margin-top:8px;font-size:14px;line-height:20px}.setCanvaSizeModal-module__predefined--k55WO>div p{margin-top:4px;color:rgba(0,0,0,.6);font-size:12px;line-height:16px}.setCanvaSizeModal-module__custom--PjJw-{display:flex;flex-direction:column;grid-gap:16px;gap:16px;margin-top:16px;padding:12px;border:1px solid rgba(0,0,0,.2);border-radius:6px}.setCanvaSizeModal-module__custom--PjJw- .setCanvaSizeModal-module__subheader--b6A9z{display:flex;grid-gap:8px;gap:8px;align-items:center}.setCanvaSizeModal-module__custom--PjJw- .setCanvaSizeModal-module__subheader--b6A9z h4{font-size:14px;line-height:20px}.setCanvaSizeModal-module__controls--W\+VxQ{display:grid;grid-column-gap:12px;grid-template-columns:1fr 1fr}.quickTipVideo-module__video-wrapper--pCxZM{display:flex;flex:1 1;padding-bottom:var(--bottom-safe-height)}.copilot-module__webchat--ekvIf{--font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;--avatar-size:24px}.copilot-module__webchat__wrapper--48Ntv{position:relative;width:100%;height:100%;min-height:0}.copilot-module__webchat--ekvIf .webchat__text-content,.copilot-module__webchat--ekvIf .webchat__text-content__markdown p{font-family:var(--font-family)!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:20px!important}.copilot-module__webchat--ekvIf .webchat__stacked-layout--from-user .webchat__bubble__content{padding:8px 12px!important;background:#edf0f5!important;border-top-left-radius:12px!important;border-top-right-radius:12px!important;border-bottom-left-radius:12px!important;border-bottom-right-radius:2px!important}.copilot-module__webchat--ekvIf .webchat__stacked-layout--from-user .webchat__stacked-layout__main{flex-direction:column!important;align-items:flex-end!important}.copilot-module__webchat--ekvIf .webchat__stacked-layout__avatar-gutter{width:var(--avatar-size)!important}.copilot-module__webchat--ekvIf .webchat__stacked-layout--from-user .webchat__stacked-layout__avatar-gutter{width:0!important}.copilot-module__webchat--ekvIf .webchat__stacked-layout__status .webchat__stacked-layout__avatar-gutter{display:none!important}.copilot-module__webchat--ekvIf .webchat__imageAvatar,.copilot-module__webchat--ekvIf .webchat__initialsAvatar{width:var(--avatar-size)!important;height:var(--avatar-size)!important;background:#fff!important}.copilot-module__webchat--ekvIf .webchat__defaultAvatar,.copilot-module__webchat--ekvIf .webchat__imageAvatar{overflow:visible!important}.copilot-module__webchat--ekvIf .webchat__imageAvatar{position:relative!important}.copilot-module__webchat--ekvIf .webchat__imageAvatar:after{content:"Copilot";position:absolute;height:100%;bottom:0;left:calc(100% + 8px);font-family:var(--font-family);font-size:14px;font-style:normal;font-weight:700;line-height:20px}.copilot-module__webchat--ekvIf .webchat__defaultAvatar{width:var(--avatar-size)!important;height:var(--avatar-size)!important;background:#fff!important;border-radius:0!important}.copilot-module__webchat--ekvIf .webchat__stacked-layout__main{flex-direction:column!important;grid-gap:8px!important;gap:8px!important}.copilot-module__webchat--ekvIf .webchat__activity-status{color:rgba(0,0,0,.6)!important;font-family:var(--font-family)!important;font-size:12px!important;font-weight:400!important;line-height:16px!important}.copilot-module__webchat--ekvIf .webchat__basic-transcript__scrollable{padding:24px!important}.copilot-module__webchat--ekvIf .webchat__basic-transcript__transcript{display:flex!important;flex-direction:column!important;grid-gap:24px!important;gap:24px!important}.copilot-module__webchat--ekvIf .webchat__send-box__main{padding:12px 16px!important;font-family:var(--font-family)!important;font-size:14px!important;font-weight:400!important;line-height:20px!important}.copilot-module__webchat--ekvIf .webchat__link-definitions__list{padding:4px!important;border:1px solid #d1d7e0!important;border-radius:8px!important}.copilot-module__webchat--ekvIf .webchat__link-definitions__list-item-body{padding:0!important;font-family:var(--font-family)!important;font-size:12px!important;font-weight:400!important;line-height:26px!important}.copilot-module__webchat--ekvIf .webchat__link-definitions__list-item-box{border:0!important}.copilot-module__webchat--ekvIf .webchat__link-definitions__badge{align-self:center!important;border:0!important;font-family:var(--font-family)!important;font-size:12px!important;font-weight:400!important;line-height:16px!important}.copilot-module__webchat--ekvIf .webchat__link-definitions__list-item-text{text-decoration:none!important;color:#000!important}.copilot-module__webchat--ekvIf .webchat__link-definitions__header{margin-top:8px!important}.copilot-module__webchat--ekvIf .webchat__link-definitions__header-text{font-family:var(--font-family)!important;font-size:14px!important;font-weight:400!important;line-height:20px!important;color:#000!important}.copilot-module__webchat--ekvIf .webchat__send-button{position:relative!important;width:32px!important;height:32px!important}.copilot-module__webchat--ekvIf .webchat__send-button:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:url(https://cdn.thinglink.me/jsec/0/newspa/static/media/arrow-up-white.15e20435.svg) no-repeat 50%,#08f!important;border-radius:8px}.copilot-module__webchat--ekvIf .webchat__send-button:hover{cursor:pointer}.copilot-module__webchat--ekvIf .webchat__suggested-actions{padding:0 24px 16px!important}.copilot-module__webchat--ekvIf .webchat__suggested-actions__stack{display:flex!important;flex-direction:column!important;grid-gap:8px!important;gap:8px!important}.copilot-module__webchat--ekvIf .webchat__suggested-action{display:flex!important;align-items:center!important;width:auto!important;height:auto!important;padding:8px 12px!important;color:#08f!important;font-size:14px!important;font-weight:400!important;line-height:20px!important;border:1px solid #08f!important;border-radius:8px!important;background:#fff!important}.copilot-module__webchat--ekvIf .webchat__suggested-action__text{text-align:left!important;text-overflow:unset!important;text-wrap:auto!important}.copilot-module__webchat--ekvIf .webchat__suggested-action:hover{background:#fff!important;cursor:pointer}.copilot-module__bot-activity-decorator--f3XxP{display:flex;align-items:center;grid-gap:4px;gap:4px}ul.copilot-module__bot-activity-decorator__buttons-bar--5UzRX{display:flex;align-items:center;margin:0;padding:0;list-style:none}ul.copilot-module__bot-activity-decorator__buttons-bar--5UzRX li{display:flex;margin:0}.copilot-module__bot-activity-decorator__button--ODXyo{display:flex;align-items:center;justify-content:center;padding:6px;width:28px;height:28px;background:#fff;border-radius:4px;border:0;outline:0}.copilot-module__bot-activity-decorator__button--ODXyo:hover{cursor:pointer;background:#edf0f5}.copilot-module__suggested-actions__wrapper--aA09e{display:flex;align-items:center;padding:0 16px 16px}.copilot-module__suggested-actions--482bk{display:flex;flex-direction:column;align-items:center;width:100%;padding:0;grid-gap:12px;gap:12px}.copilot-module__suggested-actions__title--jD008{font-size:14px;font-weight:700;line-height:20px}.copilot-module__suggested-actions--482bk ul{display:flex;flex-wrap:wrap;grid-gap:8px;gap:8px;width:100%;padding:0;margin:0;list-style:none}.copilot-module__suggested-actions__action--20XHD{display:flex;align-items:center;justify-content:center;width:100%;padding:6px 12px;color:#8909dd;font-size:14px;font-weight:400;line-height:20px;border:1px solid #8909dd;background-color:initial;border-radius:8px;outline:0;white-space:nowrap;text-overflow:ellipsis;transition:background-color .2s ease-in-out}.copilot-module__suggested-actions__action--20XHD:hover{cursor:pointer;background-color:rgba(137,9,221,.1)}.mediaStats-module__pageWrapper--Mlwx8{position:fixed;top:calc(var(--banner-height, 0) + var(--top-safe-height));left:0;z-index:3000;width:100%;height:100%;overflow:auto;background-color:#fff}.mediaStats-module__header--\+oWo4{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;padding:12px;border-bottom:1px solid var(--tl-border-gray)}.mediaStats-module__filter--GmuEG{margin-bottom:16px}.mediaStats-module__filter-container--tUKx3{margin:0 24px;padding:14px 0}.mediaStats-module__header--\+oWo4{padding:10px 0 8px}.mediaStats-module__headerSection--5M6Wb{display:flex;align-items:center;justify-content:flex-start;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.mediaStats-module__previewIcon--t27c5{display:inline;max-width:44px;max-height:44px;margin:0 12px;border:2px solid #fff;border-radius:2px;box-shadow:0 1px 2px 0 rgba(0,0,0,.3)}.mediaStats-module__mediaInfoWrapper--979kQ{display:flex;flex-direction:column;justify-content:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.mediaStats-module__mediaTitle--UWS5X{margin:0 0 4px;color:#000;font-size:16px}.mediaStats-module__media-title-trim--pgIV0{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.mediaStats-module__mediaOwner--f\+oFW{color:#000;font-size:14px}.mediaStats-module__container--INMYG{margin:0 24px}.mediaStats-module__container--INMYG:first-child{margin-top:24px}.mediaStats-module__tabsWrapper--396BA{display:flex;align-items:baseline;justify-content:space-between;padding-bottom:8px;font-size:14px}.mediaStats-module__totalWrapper--0udUt{display:flex;flex-wrap:wrap;justify-content:space-between;margin:36px 0 48px}.mediaStats-module__fixedTotalWrapper--UVmdb{justify-content:flex-start}.mediaStats-module__statItem--YBnIZ{display:flex;flex:1 1;flex-direction:column}.mediaStats-module__fixedWidthStatItem--25qa9{min-width:200px;max-width:200px;margin-right:16px}.mediaStats-module__statValue--8N9ax{color:#111;font-weight:700;font-size:30px;line-height:1.73}.mediaStats-module__statLabel--26\+vZ{color:#111;font-size:14px;line-height:1.29}.mediaStats-module__plotWrapper--WvspU{width:100%;max-width:100%;overflow:auto}.mediaStats-module__plotWrapper--WvspU .rv-xy-plot{width:auto!important}.mediaStats-module__plotWrapper--WvspU .rv-xy-plot__inner{max-width:100%}.mediaStats-module__legendWrapper--WJGND{display:flex;flex-wrap:wrap;justify-content:center;width:100%;margin-top:24px}.mediaStats-module__legendItem--VHkBO{margin:0 12px}.mediaStats-module__crosshairInner--QDzfE{display:flex;flex-direction:column;margin:12px;padding:4px 12px;color:#000;background-color:#fff;border-radius:4px;box-shadow:0 10px 20px 0 rgba(0,0,0,.2)}.mediaStats-module__crosshairInner--QDzfE h3,.mediaStats-module__crosshairInner--QDzfE p{display:flex;justify-content:space-between;margin:12px 0}.mediaStats-module__crosshairInner--QDzfE h3,.mediaStats-module__crosshairInner--QDzfE p span{font-size:14px;white-space:nowrap}.mediaStats-module__crosshairInner--QDzfE p span .checkbox-button{margin-left:16px}@media (max-width:768px){.mediaStats-module__header--\+oWo4{margin-bottom:0}.mediaStats-module__statItem--YBnIZ{flex:0 0 112px;margin-bottom:16px}.mediaStats-module__statItem--YBnIZ:last-child{margin-bottom:0}.mediaStats-module__statValue--8N9ax{font-size:24px;line-height:2}.mediaStats-module__totalWrapper--0udUt{margin:20px 0}.mediaStats-module__container--INMYG{margin:0 -16px}.mediaStats-module__plotWrapper--WvspU{max-width:inherit}.mediaStats-module__plotWrapper--WvspU .rv-xy-plot{overflow-x:auto}.mediaStats-module__plotWrapper--WvspU .rv-xy-plot>svg{max-width:inherit;margin-left:5px}}.mediaStats-module__plot-wrapper-svg--b3N3l .rv-xy-plot>svg{max-width:inherit;margin-left:-50px}.mediaStats-module__padding-container--hJALp{padding:0 16px}.mediaStats-module__media-container--rg-RW{margin:0 24px;padding-top:16px;padding-bottom:48px}.mediaStats-module__twoPlotContainer--5PcWQ{display:flex;grid-gap:20px;gap:20px}@media (max-width:640px){.mediaStats-module__twoPlotContainer--5PcWQ{flex-direction:column}}.simpleFilterDropdown-module__dropdownTrigger--YE-ZX{margin-right:32px;font-size:14px!important}.simpleFilterDropdown-module__dropdownTrigger--YE-ZX:after{display:inline;width:8px;height:18px;margin-left:8px;background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjE4Ij48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0wIDBoOHYxNkgweiIvPjxwYXRoIGZpbGw9IiMwOGYiIGQ9Ik00IDEybDQtNEgweiIvPjwvZz48L3N2Zz4=");content:""}@media (max-width:768px){.simpleFilterDropdown-module__dropdownTrigger--YE-ZX{margin-right:16px}.simpleFilterDropdown-module__dropdownTrigger--YE-ZX:last-child{margin-right:0}}@media (max-width:768px){.table-adaptive-module__table--9f08l{display:flex;flex-direction:column;width:100%;padding:16px 0}.table-adaptive-module__row--mY6fL{display:flex;flex-direction:row;align-items:flex-start;width:100%;margin-bottom:12px}.table-adaptive-module__row--mY6fL:last-child{margin-bottom:0}.table-adaptive-module__img--Lg5-Y{margin-right:12px}.table-adaptive-module__scene-img--FpPfm{box-sizing:border-box;width:44px;height:44px;margin:0 12px 0 0;object-fit:cover;background:#fff;border:2px solid #fff;border-radius:2px;box-shadow:0 1px 2px rgba(0,0,0,.3)}.table-adaptive-module__img--Lg5-Y.table-adaptive-module__circle--b6i3E{border-radius:50%}.table-adaptive-module__content--ElbOU{display:flex;flex-direction:column;width:100%;padding-bottom:8px;overflow-x:hidden;border-bottom:1px solid var(--tl-border-gray)}.table-adaptive-module__header--Umx\+L{width:100%}.table-adaptive-module__link--nL4Ra,.table-adaptive-module__title--QVUeU{overflow-x:hidden;font-weight:400;font-size:16px;font-style:normal;line-height:22px;white-space:nowrap;text-overflow:ellipsis}.table-adaptive-module__header--Umx\+L .table-adaptive-module__title--QVUeU{margin-bottom:4px;color:var(--tl-black)}.table-adaptive-module__header--Umx\+L .table-adaptive-module__link--nL4Ra{margin-bottom:8px;color:var(--tl-blue)}.table-adaptive-module__main--rWU07{display:flex;flex-direction:row;flex-wrap:wrap}.table-adaptive-module__items--xNij4{display:flex;flex-direction:row;align-items:center}.table-adaptive-module__item--Nfs3C{flex:50% 1}.table-adaptive-module__item--Nfs3C,.table-adaptive-module__items--xNij4.table-adaptive-module__item--Nfs3C{margin-bottom:4px;color:rgba(0,0,0,.4);font-weight:400;font-size:14px;font-style:normal;line-height:18px}.table-adaptive-module__value--3gBjS{margin-right:4px}.table-adaptive-module__text--\+90sS{white-space:nowrap}.table-adaptive-module__dot--c5ni1{width:5px;height:5px;margin:2px 5px 5px;background:rgba(0,0,0,.4);border-radius:50%}}.welcomePage-module__container--x8LpE{max-width:930px;margin:var(--top-safe-height) auto 0}.welcomePage-module__container--x8LpE h1{margin:0;font-weight:700;font-size:30px;line-height:42px}.welcomePage-module__container--x8LpE h2{margin:0;font-weight:700;font-size:28px;line-height:32px}.welcomePage-module__container--x8LpE p{margin:0;font-weight:400;font-size:14px;line-height:18px}.welcomePage-module__container--x8LpE a{cursor:pointer}.welcomePage-module__howToBanner--YYLXU{display:grid;grid-template-columns:40% 60%;margin-top:24px;padding:32px 0 32px 32px;overflow:hidden;background-color:var(--tl-light-gray);border-radius:8px}.welcomePage-module__howToBanner--YYLXU .welcomePage-module__text--JoF-8{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding-right:30px}.welcomePage-module__howToBanner--YYLXU .welcomePage-module__text--JoF-8 h2{margin-bottom:16px;font-size:30px;line-height:42px}.welcomePage-module__howToBanner--YYLXU .welcomePage-module__text--JoF-8 p{margin-bottom:16px;font-size:14px;line-height:20px}.welcomePage-module__howToBanner--YYLXU .welcomePage-module__image--bOnQR img{width:100%;margin:-30px 0 -50px}.welcomePage-module__howToSteps--4KeAg{display:grid;grid-template-columns:repeat(4,1fr);grid-column-gap:50px;column-gap:50px}.welcomePage-module__howToSteps--4KeAg .welcomePage-module__stepCard--6Q9Nf{display:flex;flex-direction:column;margin-top:40px;text-align:center}@media(max-width:768px){.welcomePage-module__howToSteps--4KeAg .welcomePage-module__stepCard--6Q9Nf{grid-column:span 2}}@media(max-width:576px){.welcomePage-module__howToSteps--4KeAg .welcomePage-module__stepCard--6Q9Nf{grid-column:span 4}}.welcomePage-module__howToSteps--4KeAg .welcomePage-module__stepCard--6Q9Nf .welcomePage-module__step--aZi6W{display:flex;flex-direction:column;align-items:center;justify-content:center;width:38px;height:38px;margin:0 auto 15px;padding:8px;color:#fff;font-weight:700;font-size:16px;background:#000;border-radius:8px}.welcomePage-module__howToSteps--4KeAg .welcomePage-module__stepCard--6Q9Nf h4{margin:0 auto 11px;font-weight:700;font-size:16px;line-height:22px}.welcomePage-module__liveExamplesTitle--RSLHe{margin-top:64px!important}.welcomePage-module__creatorCourse--i\+b0O{display:grid;grid-template-columns:45% 55%;margin-top:56px;padding:24px 0 24px 40px;background:linear-gradient(45deg,#039cff 5%,#7659ea);border-radius:8px}.welcomePage-module__creatorCourse--i\+b0O .welcomePage-module__text--JoF-8{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;color:#fff}.welcomePage-module__creatorCourse--i\+b0O .welcomePage-module__text--JoF-8 h2{margin:0 0 8px;font-weight:700;font-size:30px;line-height:42px}.welcomePage-module__creatorCourse--i\+b0O .welcomePage-module__text--JoF-8 p{margin-bottom:24px;font-size:14px;line-height:20px}.welcomePage-module__creatorCourse--i\+b0O .welcomePage-module__image--bOnQR img{width:100%;margin-bottom:-25px}.welcomePage-module__fiveCs--PpVpV{display:grid;grid-template-columns:45% 55%;margin-top:80px;padding:40px;background-color:#f9f9f9;border-radius:8px}.welcomePage-module__fiveCs--PpVpV .welcomePage-module__text--JoF-8{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding-left:90px}.welcomePage-module__fiveCs--PpVpV .welcomePage-module__text--JoF-8 .welcomePage-module__badge---CSLs{display:block;margin-bottom:8px;padding:4px 8px;color:var(--tl-blue);font-weight:700;font-size:16px;line-height:24px;background-color:rgba(0,136,255,.1);border-radius:4px}.welcomePage-module__fiveCs--PpVpV .welcomePage-module__text--JoF-8 h3{margin:0 0 24px;font-weight:700;font-size:30px;line-height:42px}.welcomePage-module__fiveCs--PpVpV .welcomePage-module__text--JoF-8 img{width:calc(100% + 20px)}.welcomePage-module__fiveCs--PpVpV .welcomePage-module__image--bOnQR{margin-bottom:-35px}.welcomePage-module__fiveCs--PpVpV .welcomePage-module__image--bOnQR img{width:calc(100% + 20px)}.welcomePage-module__fiveCs--PpVpV .welcomePage-module__ctaBtnSm--Gq4oZ{display:none}.welcomePage-module__content--N5QdW{max-width:700px;margin:72px auto 32px;text-align:center}.welcomePage-module__content--N5QdW h1,.welcomePage-module__content--N5QdW h2{margin-bottom:16px}.welcomePage-module__content--N5QdW p{font-weight:400;font-size:16px;line-height:22px}.welcomePage-module__banner--xfz72{padding:20px 24px 16px 20px;text-align:start;background-color:var(--tl-yellow-light);border:2px solid var(--tl-yellow);border-radius:4px}.welcomePage-module__banner--xfz72 h2{margin:0}.welcomePage-module__banner--xfz72 p:first-of-type{margin-top:8px}.welcomePage-module__banner--xfz72 p:last-of-type{margin-bottom:12px}.welcomePage-module__helpBlocksGrid--mhwto{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;margin-top:36px;text-align:start}.welcomePage-module__helpBlock---mtS0 h3{margin:0;font-size:16px;line-height:1.38}.welcomePage-module__helpBlock---mtS0 p{margin:8px 0 0;font-size:16px;line-height:1.29}.welcomePage-module__templatesMatrix--1XD5B{display:grid;grid-template-columns:repeat(4,1fr);grid-column-gap:16px;column-gap:16px;grid-row-gap:16px;row-gap:16px}.welcomePage-module__templatesMatrix--1XD5B .welcomePage-module__cell--YC\+Kn{display:flex;flex-direction:column;align-items:center;height:130px;padding:24px 24px 0;text-align:center;background:rgba(0,0,0,.05);border-radius:4px}.welcomePage-module__templatesMatrix--1XD5B .welcomePage-module__cell--YC\+Kn:hover{background:rgba(0,0,0,.1);cursor:pointer}.welcomePage-module__templatesMatrix--1XD5B .welcomePage-module__cell--YC\+Kn *{margin-bottom:12px}.welcomePage-module__expandBtn--2hank{display:flex;align-items:center;width:max-content;margin:18px auto 0;cursor:pointer}.welcomePage-module__expandBtn--2hank p{margin-right:12px;font-size:16px;line-height:22px}.welcomePage-module__expandBtn--2hank:focus-visible{outline:revert}.welcomePage-module__roundArrow--ryadI{width:32px;height:32px;margin-right:10px;background-image:url(https://cdn.thinglink.me/jsec/0/newspa/static/media/arrow-circle-blue.4d22bd30.svg);cursor:pointer}.welcomePage-module__roundArrowDown--kV7bP{width:24px;height:24px;transform:rotate(90deg)}.welcomePage-module__roundArrowLeft--r71Ip{transform:rotate(180deg)}.welcomePage-module__section--zzV--{display:grid;grid-template-columns:repeat(12,1fr);margin-top:100px;grid-column-gap:40px;column-gap:40px}.welcomePage-module__section--zzV-- .welcomePage-module__text--JoF-8{display:flex;flex-direction:column;grid-column:span 4;padding-top:60px}.welcomePage-module__section--zzV-- .welcomePage-module__text--JoF-8 h1,.welcomePage-module__section--zzV-- .welcomePage-module__text--JoF-8 p{margin-bottom:16px}.welcomePage-module__section--zzV-- .welcomePage-module__text--JoF-8 a{display:flex;color:var(--tl-blue);font-weight:700;font-size:16px;line-height:22px;text-align:center;cursor:pointer}.welcomePage-module__section--zzV-- .welcomePage-module__text--JoF-8 i{display:inline-block;width:24px;min-width:24px;height:24px;min-height:24px;background-image:url(https://cdn.thinglink.me/jsec/0/newspa/static/media/light-blue-arrow.ac0fbdaf.svg);background-repeat:no-repeat;background-position:50%}.welcomePage-module__section--zzV-- .welcomePage-module__image--bOnQR{grid-column:span 8}.welcomePage-module__section--zzV-- .welcomePage-module__image--bOnQR img{width:100%;border-radius:8px;box-shadow:0 10px 20px rgba(0,0,0,.3)}.welcomePage-module__section--zzV-- .welcomePage-module__shifted--mGig\+{display:flex;flex-direction:column;grid-column:span 8}.welcomePage-module__section--zzV-- .welcomePage-module__shifted--mGig\+ .welcomePage-module__row--fEA9E{display:flex}.welcomePage-module__section--zzV-- .welcomePage-module__shifted--mGig\+ .welcomePage-module__row--fEA9E:first-child{justify-content:flex-end;margin-bottom:25px}.welcomePage-module__section--zzV-- .welcomePage-module__shifted--mGig\+ .welcomePage-module__row--fEA9E a:first-child{margin-right:40px}.welcomePage-module__tutorialThumb--q\+uSy{position:relative;width:100%;height:auto;min-height:96px;max-height:160px}.welcomePage-module__tutorialThumb--q\+uSy img{width:100%;min-height:96px;max-height:160px;border-radius:4px}.welcomePage-module__tutorialThumb--q\+uSy .welcomePage-module__playBtn--HFXuh{position:absolute;top:50%;left:50%;display:block;width:56px;height:56px;margin-left:-28px;background:url(https://cdn.thinglink.me/jsec/0/newspa/static/media/play.6057ad9b.svg) no-repeat 50% 50% #fff;background-size:40px 40px;border-radius:50%;box-shadow:3px 3px 10px rgba(0,0,0,.1);transform:translateY(-50%);cursor:pointer}.welcomePage-module__tutorialsSection--gKrJq{display:grid;grid-template-columns:repeat(3,1fr);grid-column-gap:50px;column-gap:50px;grid-row-gap:30px;row-gap:30px}.welcomePage-module__tutorialsSection--gKrJq button:focus-visible{outline:revert;outline-offset:4px}.welcomePage-module__exploreSection--TnoKx{display:grid;grid-template-columns:60% 40%;width:100%;height:346px;margin-top:80px;padding-right:40px;overflow:hidden;color:#08f;font-weight:700;font-size:30px;line-height:42px;text-align:end;background:rgba(0,136,255,.1);border-radius:8px}.welcomePage-module__exploreSection--TnoKx>div{display:flex;flex-direction:column;grid-gap:16px;gap:16px;align-items:flex-end;justify-content:center;height:inherit}.welcomePage-module__exploreSection--TnoKx>div.welcomePage-module__text--JoF-8{padding-right:30px}.welcomePage-module__exploreSection--TnoKx img{height:100%}.welcomePage-module__exploreSection--TnoKx img.welcomePage-module__largeScreen--pKzbL{display:block}.welcomePage-module__exploreSection--TnoKx img.welcomePage-module__smallScreen--9Hz1o{display:none}.welcomePage-module__librarySection--IoQPG{display:grid;grid-template-columns:40% 60%;width:100%;height:346px;margin-top:80px;padding:0 0 0 40px;overflow:hidden;font-weight:700;font-size:30px;line-height:42px;background:rgba(0,136,255,.1);border-radius:8px}.welcomePage-module__librarySection--IoQPG>div{display:flex;flex-direction:column;grid-gap:16px;gap:16px;align-items:flex-start;justify-content:center;height:inherit}.welcomePage-module__librarySection--IoQPG>div.welcomePage-module__text--JoF-8{padding-right:30px}.welcomePage-module__librarySection--IoQPG img{height:100%}.welcomePage-module__getStartedBanner--Q3Gh-{position:relative;width:100%;height:350px;margin-top:80px;margin-bottom:-80px;padding:40px 0 0 80px;overflow:hidden;background-image:url(https://cdn.thinglink.me/jsec/0/newspa/static/media/getStarted-bg.c7dd03c1.jpg);background-repeat:no-repeat;background-size:cover;border-radius:8px 8px 0 0}.welcomePage-module__getStartedBanner--Q3Gh- h1{margin-bottom:8px}.welcomePage-module__getStartedBanner--Q3Gh- p{margin-bottom:16px}.welcomePage-module__getStartedBanner--Q3Gh- img{position:absolute;top:180px;left:-20px;max-width:500px;border-radius:18px;box-shadow:10px 5px 15px rgba(0,0,0,.3)}.welcomePage-module__tab--1G69b{position:relative;display:inline-flex;flex-direction:column;margin-right:8px;margin-bottom:5px;padding:4px 6px;color:var(--tl-blue);font-size:14px;line-height:18px;text-align:center;background-color:transparent;border:none;border-radius:4px;cursor:pointer}.welcomePage-module__tab--1G69b.welcomePage-module__active--4yGhT,.welcomePage-module__tab--1G69b:active{color:#000;font-weight:700;background-color:rgba(0,0,0,.04);outline:none}.welcomePage-module__tab--1G69b .welcomePage-module__tabSpaceHolder--KiURZ{display:inline-block;height:0;overflow:hidden;font-weight:700;visibility:hidden}.welcomePage-module__tabsWrapper--nOqWF{display:flex;flex-wrap:wrap;max-width:700px;margin:0 auto 20px}.welcomePage-module__descriptionShifter--a-qaJ{display:grid;grid-template-columns:10fr 1fr;max-width:700px;margin:20px auto}.welcomePage-module__descriptionShifter--a-qaJ .welcomePage-module__shifterButtons--9WGYi{display:flex;flex-wrap:nowrap;justify-content:space-around}.welcomePage-module__slider--82Asv{width:100%;overflow:hidden}.welcomePage-module__slider-container--0hUJH{display:flex;transition:transform .3s ease}.welcomePage-module__slider--82Asv iframe{border:0}@media(max-width:992px){.welcomePage-module__tutorialsSection--gKrJq{display:grid;grid-template-columns:repeat(3,1fr);grid-column-gap:30px;column-gap:30px;grid-row-gap:30px;row-gap:30px}}@media(max-width:768px){.welcomePage-module__tutorialThumb--q\+uSy{height:auto}.welcomePage-module__tutorialsSection--gKrJq{grid-row-gap:24px;row-gap:24px}.welcomePage-module__content--N5QdW{margin:72px auto 24px}.welcomePage-module__howToBanner--YYLXU{display:flex;flex-direction:column;margin:0 -16px;padding:32px 16px 0;border-radius:0}.welcomePage-module__howToBanner--YYLXU .welcomePage-module__text--JoF-8{align-items:center;padding:0}.welcomePage-module__howToBanner--YYLXU .welcomePage-module__text--JoF-8 h1{margin-bottom:12px;text-align:center}.welcomePage-module__howToBanner--YYLXU .welcomePage-module__text--JoF-8 p{margin-bottom:32px;text-align:center}.welcomePage-module__howToBanner--YYLXU .welcomePage-module__image--bOnQR img{margin:24px 0 -25px}}@media(max-width:576px){.welcomePage-module__content--N5QdW{margin:72px 4px 24px;text-align:center}.welcomePage-module__content--N5QdW h1,.welcomePage-module__content--N5QdW h2{margin-bottom:12px}.welcomePage-module__content--N5QdW p{font-weight:400;font-size:16px;line-height:22px}.welcomePage-module__container--x8LpE{width:100%}.welcomePage-module__templatesMatrix--1XD5B{grid-template-columns:repeat(2,1fr);margin:0 4px;grid-column-gap:12px;column-gap:12px;grid-row-gap:12px;row-gap:12px}.welcomePage-module__templatesMatrix--1XD5B .welcomePage-module__cell--YC\+Kn{padding:24px 12px}.welcomePage-module__tutorialsSection--gKrJq{grid-template-columns:repeat(2,1fr);margin:0 4px;grid-column-gap:12px;column-gap:12px;grid-row-gap:12px;row-gap:12px}.welcomePage-module__tutorialThumb--q\+uSy{position:relative;width:100%;height:auto}.welcomePage-module__tutorialThumb--q\+uSy img{width:100%;border-radius:4px}.welcomePage-module__exploreSection--TnoKx{display:flex;flex-direction:column;grid-gap:24px;gap:24px;height:auto;margin-top:72px;padding:0 16px 40px;text-align:start}.welcomePage-module__exploreSection--TnoKx>div{align-items:flex-start;width:100%;height:auto}.welcomePage-module__exploreSection--TnoKx img{width:calc(100% + 32px);height:auto;margin:0 -16px;image-rendering:-webkit-optimize-contrast}.welcomePage-module__exploreSection--TnoKx img.welcomePage-module__largeScreen--pKzbL{display:none}.welcomePage-module__exploreSection--TnoKx img.welcomePage-module__smallScreen--9Hz1o{display:block}.welcomePage-module__librarySection--IoQPG{display:flex;flex-direction:column-reverse;grid-gap:24px;gap:24px;height:auto;padding:0 16px 40px}.welcomePage-module__librarySection--IoQPG>div{width:100%;height:auto}.welcomePage-module__librarySection--IoQPG img{width:calc(100% + 32px);height:auto;margin:0 -16px;image-rendering:-webkit-optimize-contrast}.welcomePage-module__descriptionShifter--a-qaJ{display:grid;grid-template-rows:1fr 1fr;grid-template-columns:1fr;max-width:700px;margin:20px 4px;grid-row-gap:24px;row-gap:24px}.welcomePage-module__descriptionShifter--a-qaJ .welcomePage-module__shifterButtons--9WGYi{display:flex;flex-wrap:nowrap;justify-content:flex-start;margin:0 4px}.welcomePage-module__descriptionShifter--a-qaJ .welcomePage-module__shifterButtons--9WGYi>i{margin-right:8px}.welcomePage-module__helpBlocksGrid--mhwto{grid-template-rows:repeat(3,1fr);grid-template-columns:repeat(1,1fr);grid-row-gap:24px;row-gap:24px;margin:0 4px}.welcomePage-module__helpBlock---mtS0{text-align:center}.welcomePage-module__helpBlock---mtS0 p{color:#000;font-weight:400;font-size:16px;font-style:normal;line-height:22px}.welcomePage-module__getStartedBanner--Q3Gh-{position:relative;width:calc(100% + 32px);height:350px;margin:72px -16px -72px;padding:0;overflow:hidden;text-align:center;background-image:url(https://cdn.thinglink.me/jsec/0/newspa/static/media/getStarted-bg.c7dd03c1.jpg);background-repeat:no-repeat;background-size:cover;border-radius:0}.welcomePage-module__getStartedBanner--Q3Gh- div{max-width:100%;margin:0 32px}.welcomePage-module__getStartedBanner--Q3Gh- h1{margin-bottom:12px;padding-top:32px}.welcomePage-module__getStartedBanner--Q3Gh- p{margin-bottom:24px}.welcomePage-module__getStartedBanner--Q3Gh- img{position:absolute;top:200px;left:50%;width:350px;max-width:350px;margin-left:-175px;border-radius:18px;box-shadow:10px 5px 15px rgba(0,0,0,.3)}.welcomePage-module__howToSteps--4KeAg{margin:0 24px}.welcomePage-module__howToSteps--4KeAg .welcomePage-module__stepCard--6Q9Nf{margin-top:48px}.welcomePage-module__howToSteps--4KeAg .welcomePage-module__stepCard--6Q9Nf .welcomePage-module__step--aZi6W{margin:0 auto 12px}.welcomePage-module__howToSteps--4KeAg .welcomePage-module__stepCard--6Q9Nf h3{margin:0 auto 8px;font-weight:700;font-size:16px;line-height:22px}.welcomePage-module__creatorCourse--i\+b0O{display:flex;flex-direction:column-reverse;grid-gap:24px;gap:24px;margin-top:72px;padding:40px 16px}.welcomePage-module__creatorCourse--i\+b0O .welcomePage-module__image--bOnQR img{width:calc(100% + 20px);margin-left:-10px}.welcomePage-module__fiveCs--PpVpV{display:flex;flex-direction:column-reverse;grid-gap:24px;gap:24px;margin-top:72px;padding:24px 16px 40px}.welcomePage-module__fiveCs--PpVpV .welcomePage-module__text--JoF-8{padding-left:0}.welcomePage-module__fiveCs--PpVpV .welcomePage-module__text--JoF-8 h3{margin-bottom:0}.welcomePage-module__fiveCs--PpVpV .welcomePage-module__text--JoF-8 .welcomePage-module__ctaBtnLg--tup7s{display:none}.welcomePage-module__fiveCs--PpVpV .welcomePage-module__image--bOnQR img{width:calc(100% + 20px)}.welcomePage-module__fiveCs--PpVpV .welcomePage-module__ctaBtnSm--Gq4oZ{display:block;margin-top:20px}.welcomePage-module__expandBtn--2hank{width:max-content;margin:12px auto 0}.welcomePage-module__expandBtn--2hank p{margin-right:12px}.welcomePage-module__tabsWrapper--nOqWF{display:flex;flex-wrap:wrap;max-width:700px;margin:0 4px 20px}}.caseStudiesSlider-module__container--8GfO-{margin-top:80px;padding:40px 56px 40px 40px;background-color:#f9f9f9;border-radius:8px}.caseStudiesSlider-module__container--8GfO- .caseStudiesSlider-module__wrapper--3C859{display:grid;grid-template-columns:50% 50%}.caseStudiesSlider-module__container--8GfO- .caseStudiesSlider-module__text-slider--owQGV{display:flex;flex-direction:column;align-items:flex-start}.caseStudiesSlider-module__container--8GfO- .caseStudiesSlider-module__text-slider--owQGV .caseStudiesSlider-module__badge-wrapper--CAnRZ{padding-bottom:8px}.caseStudiesSlider-module__container--8GfO- .caseStudiesSlider-module__text-slider--owQGV .caseStudiesSlider-module__badge-wrapper--CAnRZ .caseStudiesSlider-module__badge--UTIr6{display:block;padding:4px 8px;color:var(--tl-blue);font-weight:700;font-size:16px;line-height:24px;background-color:rgba(0,136,255,.1);border-radius:4px}.caseStudiesSlider-module__container--8GfO- .caseStudiesSlider-module__text-slider--owQGV .caseStudiesSlider-module__titles-wrapper--LDsZA{position:relative;z-index:0;width:100%}.caseStudiesSlider-module__container--8GfO- .caseStudiesSlider-module__text-slider--owQGV .caseStudiesSlider-module__titles-wrapper--LDsZA .caseStudiesSlider-module__title--2V0AQ{position:absolute;top:0;left:0;width:80%;height:auto;font-weight:700;font-size:30px;line-height:42px;transition:all .2s ease}.caseStudiesSlider-module__container--8GfO- .caseStudiesSlider-module__text-slider--owQGV .caseStudiesSlider-module__btn-wrapper--O4Kpd{z-index:1;padding-top:24px}.caseStudiesSlider-module__container--8GfO- .caseStudiesSlider-module__card-slider--0357q{position:relative;width:100%}.caseStudiesSlider-module__container--8GfO- .caseStudiesSlider-module__card-slider--0357q button{position:absolute;top:calc(50% - 24px);z-index:5;display:flex;align-items:center;justify-content:center;width:48px;min-width:48px;height:48px;min-height:48px;background-color:#fff;border:0;border-radius:50%;outline:0;box-shadow:0 15px 30px rgba(0,0,0,.2);transition:transform .1s ease}.caseStudiesSlider-module__container--8GfO- .caseStudiesSlider-module__card-slider--0357q button:hover{transform:scale(1.1);cursor:pointer;transition:transform .2s ease}.caseStudiesSlider-module__container--8GfO- .caseStudiesSlider-module__card-slider--0357q button:focus-visible{outline:revert}.caseStudiesSlider-module__container--8GfO- .caseStudiesSlider-module__card-slider--0357q button.caseStudiesSlider-module__previous--PYBXB{left:0}.caseStudiesSlider-module__container--8GfO- .caseStudiesSlider-module__card-slider--0357q button.caseStudiesSlider-module__next--Khq0F{right:0}.caseStudiesSlider-module__container--8GfO- .caseStudiesSlider-module__card-slider--0357q .caseStudiesSlider-module__card--EOmst{position:absolute;z-index:0;overflow:hidden;border-radius:8px;box-shadow:0 0 32px rgba(0,0,0,.2);transition:all .5s ease}.caseStudiesSlider-module__container--8GfO- .caseStudiesSlider-module__card-slider--0357q .caseStudiesSlider-module__card--EOmst img{width:100%;height:100%;object-fit:cover;transition:all 1s ease}@media(max-width:768px){.caseStudiesSlider-module__container--8GfO-{margin-top:72px;padding:16px}.caseStudiesSlider-module__container--8GfO- .caseStudiesSlider-module__wrapper--3C859{display:flex;flex-direction:column-reverse}.caseStudiesSlider-module__container--8GfO- .caseStudiesSlider-module__card-slider--0357q{align-self:center;margin:0 0 24px}.caseStudiesSlider-module__container--8GfO- .caseStudiesSlider-module__text-slider--owQGV .caseStudiesSlider-module__titles-wrapper--LDsZA .caseStudiesSlider-module__title--2V0AQ{font-size:20px;line-height:32px}.caseStudiesSlider-module__container--8GfO- .caseStudiesSlider-module__text-slider--owQGV .caseStudiesSlider-module__btn-wrapper--O4Kpd{padding-top:16px}}.settings-page{display:flex;flex-direction:column;justify-content:center;width:100%;max-width:620px;margin-top:var(--top-safe-height);margin-right:auto;margin-left:auto}.settings-page_left{margin-left:0}.settings-page h1{margin-bottom:24px;font-size:30px}.settings .workspace .workspace-header{margin-bottom:0!important}.settings section{display:grid;grid-row-gap:12px;margin-top:24px}.settings.org-settings section{grid-row-gap:0}.settings section header{display:grid;grid-row-gap:8px;padding-bottom:12px;border-bottom:1px solid #ccc}.settings section header .header-buttons{display:flex;align-items:center;grid-gap:12px;gap:12px}.settings section header div:first-child{display:flex;justify-content:space-between}.settings section header div:first-child h2,.settings section header div:first-child p{margin:0;font-size:14px}.settings section header div:last-child{font-size:14px}.settings-item{display:grid;grid-row-gap:8px;padding-bottom:12px;font-size:14px;border-bottom:1px solid #e1e1e1}.settings-item.settings-item--empty{display:flex;align-items:center;justify-content:center;border-bottom:none;font-style:italic}.settings-item p{margin:0}.settings-item_row__main{display:flex;justify-content:space-between}.settings-item_column__name{display:flex;align-items:center;font-size:14px}.settings-item_column__name :nth-child(2){max-width:454px}.settings-item_column__name div{display:flex;align-items:center}.settings-item_column__name div img{margin-right:8px}.settings-item_row__label{width:40%;padding-right:16px}.settings-item_row__label,.settings-item_row__label div{display:flex;align-items:center}.settings-item_row__content{display:flex;justify-content:space-between;width:100%}.settings-item_column__value{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;grid-gap:8px;gap:8px;overflow:hidden}.settings-item_column__value div{overflow:hidden;text-overflow:ellipsis}.settings-item_column__value .user-avatar{width:64px;height:64px;background-position:50%;background-size:cover;border-radius:50%;cursor:pointer}.settings-item_column__input{display:flex;align-items:center;justify-content:flex-end}.settings-item_column__input button:not(:first-child){margin-left:24px}.settings-draggable-item{display:flex;align-items:center;grid-gap:12px;gap:12px}.settings-draggable-item .drag-dots{cursor:grab}.settings-draggable-item.is-dragging{border:1px dashed var(--tl-border-gray);background-color:var(--tl-light-gray)}.settings-draggable-item.is-dragging>*{opacity:0}.settings-draggable-item .settings-item{width:100%;padding:0;border-bottom:none}.settings_buttons{display:flex;align-items:center;margin-top:12px;font-size:14px}.settings_buttons a:not(:last-child){margin-right:18px}.settings-section_stats{display:flex;flex-direction:column;font-size:14px}.settings-section_stats p{margin:0}.settings-section_stats__info{display:flex}.settings-section_stats__info div:last-child{margin-left:auto}.settings-section_payment__info .settings-section_payment__table-wrapper{flex-direction:column;justify-content:flex-start;width:100%;overflow:auto}.settings-section_payment__info .tl-table.info tr td,.settings-section_payment__info .tl-table.info tr th{width:25%;padding:12px 24px;color:#000;font-weight:400;font-size:12px;line-height:16px;text-align:center}.settings-section_payment__info .tl-table.info tr td{color:rgba(0,0,0,.6);font-size:14px}.settings-section_payment__info .tl-table.info tr td:first-child,.settings-section_payment__info .tl-table.info tr th:first-child{padding:12px 24px 12px 0;text-align:start}.settings-section_payment__info .tl-table.info tr td:last-child,.settings-section_payment__info .tl-table.info tr th:last-child{padding:12px 0 12px 24px;text-align:end}.settings-section_payment__info .tl-table.info tr td.empty{font-style:italic;text-align:center}.settings-section_payment__info div{display:flex;justify-content:center}.settings-section_payment__info div.settings-section_payment__show-more-wrapper{display:block;margin-top:12px;text-align:center}.radio2-module__wrapper--2uglR{position:relative}.radio2-module__realInput--v9dd-{position:absolute;top:50%;left:50%;width:0;height:0;opacity:0}.radio2-module__fakeRadio--bm9BZ{box-sizing:border-box;width:16px;height:16px;border:1px solid rgba(0,0,0,.2);border-radius:50%}.radio2-module__fakeRadio--bm9BZ:hover{border-color:rgba(0,0,0,.4)}.radio2-module__realInput--v9dd-:checked+.radio2-module__fakeRadio--bm9BZ{background:var(--tl-blue);border:none}.radio2-module__realInput--v9dd-:checked+.radio2-module__fakeRadio--bm9BZ:after{position:absolute;top:5px;left:5px;width:6px;height:6px;background:#fff;border-radius:inherit;content:""}.radio2-module__realInput--v9dd-:active+.radio2-module__fakeRadio--bm9BZ{opacity:.9}.radio2-module__fakeRadio--bm9BZ.radio2-module__disabled--bE583{-webkit-user-select:none;user-select:none;pointer-events:none}.radio2-module__fakeRadio--bm9BZ.radio2-module__disabled--bE583:hover{border-color:rgba(0,0,0,.2)}.radio2-module__realInput--v9dd-:checked+.radio2-module__fakeRadio--bm9BZ.radio2-module__disabled--bE583{opacity:.2}.radio2-module__realInput--v9dd-:disabled{-webkit-user-select:none;user-select:none;pointer-events:none}.radio2-module__radioInline--9Y43B{position:relative;display:inline-block;vertical-align:middle;cursor:pointer}.radio2-module__radioInline--9Y43B+span{margin-left:8px;vertical-align:middle}.radio2-module__custom--uSYQl{display:inline-flex;align-self:center;padding:2px 4px;cursor:pointer}.deleteUsersCompletelyModal-module__delete-users-completely-modal--LSndF{display:flex;flex-direction:column;margin-bottom:24px!important}.deleteUsersCompletelyModal-module__radio-block--fVRxy{display:flex;flex-direction:column;align-items:flex-start;margin:24px 0}.deleteUsersCompletelyModal-module__radio-block--fVRxy label{display:inline-flex;align-items:center;justify-content:center}.deleteUsersCompletelyModal-module__radio-block--fVRxy label:not(:last-child){margin-bottom:8px}.deleteUsersCompletelyModal-module__radio-block--fVRxy div[role=radio]{margin-right:8px}.deleteUsersCompletelyModal-module__select-block--kiQPg .deleteUsersCompletelyModal-module__tl-multi-select--ZbZ5W{margin-bottom:0}.manualUserCreationSection-module__footer--4BQ3L{display:flex;align-items:flex-end;justify-content:space-between!important}.manualUserCreationSection-module__counterWrapper--KkwZx{color:#9c9c9c!important;font-size:14px;line-height:20px}.manualUserCreationSection-module__counterWrapperError--9TJ6N{color:var(--tl-red)!important}.addUsersModal-module__inviteCodeSection--h-\+-s{display:flex;align-items:baseline;justify-content:space-between}.addUsersModal-module__inviteCodeSection--h-\+-s .tl-invitecode{margin-left:24px}.modal-filter main{display:flex;flex-direction:column;grid-gap:24px;gap:24px}.modal-filter-row{display:flex;grid-gap:24px;gap:24px;align-items:flex-end}.modal-filter-row .label-container{display:flex;flex:1 1;align-items:center;height:38px}.modal-filter-row .label-container>label{color:#9c9c9c;font-size:14px}.modal-filter-row .user-filter_input-container{display:flex;flex:4 1;grid-gap:24px;gap:24px}.tl-pagination{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;width:100%;height:36px;margin-top:16px;font-size:14px;line-height:20px}.tl-pagination.tl-pagination--left{justify-content:flex-start}.tl-pagination_per-page{margin-right:28px}.tl-pagination_count{margin-right:24px}.tl-pagination_controls{display:flex;align-items:center;grid-gap:8px;gap:8px}.tl-pagination_controls svg:not(:last-child){margin-right:20px}.tl-pagination_controls svg{opacity:.5}.tl-pagination_controls svg.active{opacity:1}.registration{display:flex;flex-direction:column;width:100%;height:auto;padding-bottom:16px;font-size:14px;line-height:22px}.registration .header{display:flex;flex-wrap:nowrap;grid-gap:12px;gap:12px;align-items:center;margin-top:10px}.registration .header.underline{border-bottom:1px solid #ccc}.registration .header .title{font-weight:700}.registration .buttons{display:flex;flex-wrap:nowrap;grid-gap:10px;gap:10px;align-items:center;margin:0 0 4px auto}.registration .buttons .button-delete{color:red}.registration .details{width:100%;height:0;padding:0 10px;overflow:hidden}.registration .details .info-item{display:flex;flex-direction:column;flex-wrap:nowrap;width:100%;margin:10px 0}.registration .details span.select-lms{display:block;margin:12px 0 0}.registration .details span.select-lms+.info-item{margin-top:0}.pp-root{--container-max-width:1240px;--container-padding:30px;--container-padding-mobile:16px;position:absolute;top:0;left:0;display:flex;flex-direction:column;width:100%;height:100%;max-width:100%;min-height:100%;overflow-x:hidden;overflow-y:auto}.pp-root *{margin:0}.pp-root .container{display:flex;flex-direction:column;grid-gap:40px;gap:40px;width:100%;max-width:var(--container-max-width);margin:0 auto;padding:64px var(--container-padding)}.pp-root .container.no-top-bottom{padding-top:0;padding-bottom:0}.pp-header{position:sticky;top:0;z-index:1;background:#fff;display:flex;max-width:100%;padding:16px 24px;border-bottom:1px solid rgba(0,0,0,.1)}.pp-root.mobile .pp-header{padding:16px}.pp-header .pp-header-center{align-items:flex-start;justify-content:center;display:flex}.pp-header-statsmode{width:308px;position:absolute;top:50%;left:50%;margin-left:-154px;height:32px;margin-top:-16px}.pp-header-statsmode-item{display:inline-flex;align-items:center;grid-gap:8px;gap:8px;font-size:14px;line-height:20px;font-weight:400}.pp-header .filler{width:100%}.pp-header .right-part{display:flex;grid-gap:8px;gap:8px;margin-right:-8px}.pp-footer{width:100%;padding:24px 0;color:#000;background-color:#f6f8fa;border-top:1px solid #edf0f5;font-size:14px;line-height:20px;font-weight:400;margin-top:auto}.pp-footer a{color:#000}.pp-footer .pp-footer__wrapper{display:flex;align-items:center;justify-content:space-between;width:100%;flex-wrap:wrap;grid-gap:24px;gap:24px}.pp-footer.mobile .pp-footer__wrapper{justify-content:center}.pp-footer .pp-footer__wrapper>:only-child{margin:0 auto}.pp-footer .pp-footer__item{display:flex;align-items:center;grid-gap:24px;gap:24px}.pp-footer .pp-footer__item.pp-footer__item--powered-by{grid-gap:8px;gap:8px}.pp-footer .pp-footer__item.pp-footer__item--powered-by>*{display:flex;align-items:center;font-weight:700;color:#8c909b}.pp-footer .pp-footer__item.pp-footer__item--powered-by img{width:86px;margin-top:2px}.pp-logo{display:flex;flex-shrink:0;align-items:center;justify-content:flex-start;width:max-content;max-width:180px;padding:0}.pp-logo,.pp-root.mobile .pp-logo{min-width:40px;height:40px;min-height:40px}.pp-root.mobile .pp-logo{max-width:120px;margin-right:auto}.pp-logo img{width:auto;height:100%;margin:-6px 0;object-fit:contain}.pp-logo .upload-logo{margin:auto 0;padding:8px 12px;color:#08f;font-weight:700;font-size:14px;line-height:20px;background-color:rgba(0,136,255,.1);border:1px dashed rgba(0,136,255,.3);border-radius:4px}.pp-logo .logo-text{width:180px;min-width:180px;max-width:180px;padding:8px;overflow:hidden;font-weight:700;font-size:16px;line-height:24px;white-space:nowrap;text-align:center;text-overflow:ellipsis;background-color:rgba(0,0,0,.05);border-radius:4px}.pp-logo .upload-logo:hover{border:1px dashed #08f;cursor:pointer}.pp-header .header-items-wrapper{position:relative;display:flex;grid-gap:8px;gap:8px;align-items:center;justify-content:space-between;width:100%;font-size:14px;-webkit-user-select:none;user-select:none}@media (max-width:600px){.pp-header .filler{display:none}.pp-header .header-items-wrapper{grid-gap:16px;gap:16px;flex-flow:row wrap}.pp-header-statsmode{position:relative;margin:0;left:auto;top:auto}.pp-header .pp-header-center{width:100%}}.pp-header a{color:#000;white-space:nowrap}.pp-header button{background-color:initial;border:0;outline:0}.pp-header .header-item{font-weight:400;font-size:14px;line-height:18px}.pp-header .header-item.header-item--button{display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:36px;min-width:36px;height:36px;min-height:36px;padding:0;border-radius:4px}.pp-header .header-item.header-item--button svg{width:24px;height:24px}.pp-header .header-item.header-item--button:hover{background-color:rgba(0,0,0,.05)}.pp-header .user-info{display:flex;align-items:center;margin-right:4px;grid-gap:12px;gap:12px}.pp-header .user-info .personal-info{display:flex;flex-direction:column;max-width:200px;font-size:14px;line-height:18px;white-space:nowrap}.pp-header .user-info .personal-info>span{overflow:hidden;text-align:end;text-overflow:ellipsis}.pp-header .user-info .personal-info .email{margin-bottom:2px;font-weight:700}.pp-header .header-items-wrapper .tl-text-input{margin-bottom:0}.pp-header .search-block-expanded{position:absolute;top:0;left:0;z-index:1;display:flex;grid-gap:8px;gap:8px;align-items:center;width:100%;height:100%;background-color:#fff;box-shadow:0 0 0 10px #fff}.pp-main{z-index:0}.pp-root .pp-main .pp-heroImage{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:320px;max-height:400px;padding:64px 24px;overflow:hidden;color:#fff;background-repeat:no-repeat;background-position:50%;background-size:cover}.pp-root .pp-main .pp-heroImage img{position:absolute;top:0;left:0;z-index:0;width:100%;height:100%;object-fit:cover}.pp-root .pp-main .pp-heroImage h1{z-index:2;margin-bottom:8px;font-weight:700;font-size:38px;line-height:52px;max-width:800px;padding:0 var(--container-padding)}.pp-root .pp-main .pp-heroImage h1:last-child{margin-bottom:0}.pp-root .pp-main .pp-heroImage p{z-index:2;font-weight:400;font-size:20px;line-height:32px;max-width:800px;padding:0 var(--container-padding)}.pp-root .pp-main .pp-heroImage.shaded:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:inline-block;background:linear-gradient(90deg,rgba(0,0,0,.6) 20%,rgba(0,0,0,.1));content:""}.pp-root .pp-main .pp-heroImage .configure-btn{position:absolute;top:16px;right:16px;z-index:2;width:36px;height:36px;background-color:hsla(0,0%,49.8%,.4);border-radius:4px}.pp-root .pp-main .pp-main-search input{font-size:16px;line-height:24px;padding:16px;border-radius:8px}.pp-root .pp-main .pp-main-search.tl-text-input .input-wrapper :not(:first-child){padding-left:52px}.pp-root .pp-main .pp-main-search.tl-text-input .input-wrapper i:first-child{left:16px}.pp-root .pp-main .pp-playlist{--item-padding:12px;--item-width:calc(var(--container-max-width)*0.25 - var(--item-padding)*3*0.25);position:relative;display:flex;flex-direction:column;grid-gap:8px;gap:8px;-webkit-user-select:none;user-select:none}.pp-root .pp-main .pp-playlist .pp-playlist__header{display:flex;align-items:center;grid-gap:4px;gap:4px;height:36px}.pp-root .pp-main .pp-playlist .pp-playlist__header h2{font-weight:700;font-size:24px;line-height:32px;letter-spacing:-1%;color:#000}.pp-root .pp-main .pp-playlist .pp-playlist__wrapper{display:flex;width:calc(100% + var(--item-padding)*2);overflow:hidden;margin:0 calc(var(--item-padding)*-1)}.pp-root.mobile .pp-main .pp-playlist .pp-playlist__wrapper{width:calc(100% + var(--item-padding)*2 + var(--container-padding-mobile)*2 - var(--item-padding)*2);margin:0 calc(var(--item-padding)*-1 + var(--container-padding-mobile)*-1 - var(--item-padding)*-1)}.pp-root .pp-main .pp-playlist .pp-playlist__container{display:flex;width:auto;transform:translateX(0);z-index:0}.pp-root:not(.mobile) .pp-main .pp-playlist .pp-playlist__container{transition:all .2s ease}.pp-root .pp-main .pp-playlist .pp-playlist__item{display:flex;flex-direction:column;grid-gap:8px;gap:8px;padding:var(--item-padding);width:var(--item-width);min-width:var(--item-width);height:auto;border-radius:8px;transition:all .2s ease;-webkit-user-select:none;user-select:none}.pp-root .pp-main .pp-playlist.pp-playlist--expanded .pp-playlist__item{width:100%;min-width:100%}.pp-root .pp-main .pp-playlist .pp-playlist__item:not(.pp-playlist__item--current):hover{cursor:pointer}.pp-root .pp-main .pp-playlist .pp-playlist__item .pp-playlist__item_image{position:relative;width:100%;padding-top:58%;overflow:hidden;border-radius:8px}.pp-root .pp-main .pp-playlist .pp-playlist__item .pp-playlist__item_image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:scale .2s ease}.pp-root .pp-main .pp-playlist .pp-playlist__item:not(.pp-playlist__item--current):hover .pp-playlist__item_image img{scale:1.1}.pp-root .pp-main .pp-playlist .pp-playlist__item .pp-playlist__item_image.pp-playlist__item_image--missing img{object-fit:contain}.pp-root .pp-main .pp-playlist.pp-playlist--expanded .pp-playlist__item.pp-playlist__item--current .pp-playlist__item_image{box-shadow:0 0 0 4px var(--tl-white),0 0 0 6px var(--tl-blue)}.pp-root .pp-main .pp-playlist .pp-playlist__item .pp-playlist__item_item_badge{position:absolute;left:8px;top:8px;font-size:12px;inline-size:16px;font-weight:700;padding:2px 8px;color:#fff;background-color:#c1c1c1;border-radius:6px;width:auto}.pp-root .pp-main .pp-playlist .pp-playlist__item .pp-playlist__item_item_badge.pp-playlist__item_item_badge--success{background-color:#00c100}.pp-root .pp-main .pp-playlist .pp-playlist__item .pp-playlist__item_item_badge.pp-playlist__item_item_badge--warning{background-color:#ffa000}.pp-root .pp-main .pp-playlist .pp-playlist__item .pp-playlist__item_item_badge.pp-playlist__item_item_badge--danger{background-color:#fb607f}.pp-root .pp-main .pp-playlist .pp-playlist__item p{font-weight:700;font-size:20px;line-height:28px;letter-spacing:-1%;text-overflow:ellipsis;color:#000;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.pp-root .pp-main .pp-playlist .pp-playlist__item p.muted{color:#445066;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0;white-space:nowrap}.pp-root .pp-main .pp-playlist .pp-playlist__arrow{position:absolute;display:flex;align-items:center;justify-content:center;top:0;width:36px;height:36px;min-width:36px;min-height:36px;border-radius:50%;background-color:#fff;transition:all .2s ease;z-index:1}.pp-root .pp-main .pp-playlist .pp-playlist__arrow:hover{cursor:pointer;transform:scale(1.1)}.pp-root .pp-main .pp-playlist .pp-playlist__arrow.pp-playlist__arrow--back{right:42px}.pp-root .pp-main .pp-playlist .pp-playlist__arrow.pp-playlist__arrow--forward{right:0}.pp-root .pp-main .pp-playlist.pp-playlist--expanded .pp-playlist__container{display:grid;grid-template-columns:repeat(4,1fr);width:100%;overflow:auto;margin:0}@media (max-width:768px){.pp-root .pp-main .pp-playlist.pp-playlist--expanded .pp-playlist__container{width:100%;grid-template-columns:repeat(2,1fr)}}.pp-main .pp-single-item{display:flex;flex-direction:column;grid-gap:24px;gap:24px}.pp-main .pp-single-item .pp-single-item__header{display:flex;align-items:flex-start;justify-content:space-between;grid-gap:24px;gap:24px}@media (max-width:768px){.pp-main .pp-single-item .pp-single-item__header{flex-direction:column}}.pp-main .pp-single-item .pp-single-item__header_back-button{display:flex;align-items:center;justify-content:center;margin:0;padding:0;outline:0;cursor:pointer}.pp-main .pp-single-item .pp-single-item__header .pp-single-item__header_title{flex:1 0;font-size:24px;line-height:32px}.pp-main .pp-single-item .pp-single-item__header .pp-single-item__header_buttons{display:flex;align-items:flex-start;grid-gap:12px;gap:12px}@media (max-width:768px){.pp-main .pp-single-item .pp-single-item__header .pp-single-item__header_buttons{align-self:flex-start}}.pp-main .pp-single-item .pp-single-item__embed{position:relative;width:100%;min-height:250px;margin-bottom:24px;padding-top:56.25%;border:1px solid rgba(0,0,0,.1);border-radius:8px}.pp-main .pp-single-item .pp-single-item__embed iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0;border-radius:8px}.pp-root .pp-popup-single-item{position:fixed;left:0;right:0;top:0;bottom:0;width:100%;height:100%;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background-color:rgba(0,0,0,.6);display:flex;flex-direction:row;grid-gap:12px;gap:12px;padding:40px 16px 40px 68px;z-index:5}.pp-root .pp-popup-single-item .pp-popup-single-item__embed{width:100%;height:100%}.pp-root .pp-popup-single-item .pp-popup-single-item__embed iframe{width:100%;height:100%;border:0}.pp-root .pp-popup-single-item .pp-popup-single-item__actions{display:flex;flex-direction:column;grid-gap:12px;gap:12px;width:40px}.pp-root .pp-popup-single-item .pp-popup-single-item__actions>.tl-button{background-color:rgba(0,0,0,.6);color:#fff;width:40px;height:40px;margin:0!important}.pp-root .pp-popup-single-item .pp-popup-single-item__actions>.tl-button:hover{background-color:rgba(0,0,0,.4)}@media (max-width:768px){.pp-root .pp-popup-single-item{flex-direction:column-reverse;padding:16px 0 0}.pp-root .pp-popup-single-item .pp-popup-single-item__actions{flex-direction:row-reverse;width:auto;margin-right:16px}}.pp-root .previewMode{display:flex;align-items:center;justify-content:center;width:100%;padding:16px;background:rgba(255,163,0,.1);border-bottom:2px solid #ffa300}.pp-root .fs-container{display:flex;flex-direction:column;grid-gap:24px;gap:24px;width:100%;margin:0 auto;padding:24px 40px}.pp-stats-filters{display:flex;grid-gap:16px;gap:16px;align-items:center}.pp-stats-filters span{font-size:14px;line-height:20px}.pp-stats-filters-select-item{display:flex;justify-content:space-between}.pp-stats-filters-select-item svg{min-width:21px}.pp-stats-table{width:100%;border-spacing:0}.pp-stats-table-wrapper{width:100%;height:100%;border:1px solid #ccc;border-radius:8px;overflow-x:auto}.pp-stats-table tr th{padding:12px 16px;font-size:12px;line-height:16px;font-weight:700;border-bottom:1px solid #ccc;text-align:left;color:rgba(0,0,0,.4);min-width:200px}.pp-stats-table tr td{padding:20px 16px;font-size:14px;line-height:20px;font-weight:400;border-bottom:1px solid #ccc}.pp-stats-table tr:last-child td{border:0}.pp-stats-table tr td svg,.pp-stats-table tr th svg{vertical-align:middle;line-height:16px}.pp-stats-table tr td:first-child,.pp-stats-table tr th:first-child{position:sticky;left:0;z-index:3;background:linear-gradient(90deg,#fff,#fff 78%,hsla(0,0%,100%,0))}.pp-stats-pager{display:flex;grid-gap:8px;gap:8px;align-items:center}.pp-stats-pager>*{min-width:36px;height:36px;display:inline-flex;background-color:#fff}.pp-stats-pager>div{font-size:14px;line-height:20px;align-items:center;justify-content:center}.pp-stats-pager button{border:2px solid rgba(0,0,0,.1);border-radius:4px;align-items:center;justify-content:center}.pp-badge{padding:2px 4px;border-radius:4px;font-weight:700;font-size:12px;line-height:16px}.pp-badge__success{background:rgba(0,193,0,.1);color:#00c100}.pp-badge__warning{background:rgba(193,193,0,.1);color:#c1c100}.pp-badge__danger{background:rgba(251,96,127,.1);color:#c10000}@media (max-width:1024px){.pp-root{--container-max-width:944px}.pp-root .container{padding:40px 40px 64px}.pp-root .pp-main .pp-playlist .pp-playlist__item p{font-size:16px;line-height:24px;letter-spacing:0}.pp-root .pp-main .pp-playlist .pp-playlist__item p.muted{font-size:14px;line-height:20px;letter-spacing:0}}@media (max-width:768px){.pp-root{--container-max-width:688px}.pp-root .pp-main .pp-playlist{--item-width:calc(var(--container-max-width)*0.3333 - var(--item-padding)*3*0.3333)}.pp-root .container:not(.no-top-bottom){padding:16px var(--container-padding-mobile)}}@media (max-width:375px){.pp-root .container{padding:24px 24px 64px}}.editPlaylist-module__edit-playlist-modal--Z61Iy{display:flex;flex-direction:column;width:80%;min-width:min(800px,90%);max-width:800px;max-height:min(800px,80%);padding:0;font-size:14px;line-height:20px}.editPlaylist-module__edit-playlist-modal--Z61Iy>header{padding:24px;border-bottom:1px solid rgba(0,0,0,.1)}.editPlaylist-module__edit-playlist-modal--Z61Iy>footer{padding:24px;border-top:1px solid rgba(0,0,0,.1)}.editPlaylist-module__edit-playlist-modal--Z61Iy>main{display:flex;flex-direction:column;grid-gap:16px;gap:16px;padding:16px 24px;margin:0;overflow:auto}.editPlaylist-module__edit-playlist-modal--Z61Iy main .editPlaylist-module__add-buttons--zmcKd{display:flex;align-items:center;justify-content:flex-start;grid-gap:12px;gap:12px}.editPlaylist-module__edit-playlist-modal--Z61Iy main .editPlaylist-module__playlist-items-wrapper--DrjuZ{display:flex;width:100%;overflow-y:auto}.editPlaylist-module__edit-playlist-modal--Z61Iy main .editPlaylist-module__playlist-items--p0WT4{display:flex;flex-direction:column;grid-gap:8px;gap:8px;width:100%}.editPlaylist-module__edit-playlist-modal--Z61Iy main .editPlaylist-module__playlist-items--p0WT4.editPlaylist-module__empty--0jzi1{min-height:100px;align-items:center;justify-content:center;font-style:italic}.editPlaylist-module__edit-playlist-modal--Z61Iy main .editPlaylist-module__playlist-items--p0WT4 .editPlaylist-module__item--QFcYv{display:grid;grid-template-columns:24px 76px 6fr 1fr 1fr;grid-gap:12px;gap:12px;width:100%;height:60px;padding:8px 0;border-radius:4px}.editPlaylist-module__edit-playlist-modal--Z61Iy main .editPlaylist-module__playlist-items--p0WT4 .editPlaylist-module__playlist-items__drag-layer--QyFO4:not(.editPlaylist-module__is-dragging--xRVqj) .editPlaylist-module__item--QFcYv:hover{background-color:rgba(0,0,0,.05)}.editPlaylist-module__edit-playlist-modal--Z61Iy main .editPlaylist-module__playlist-items--p0WT4 .editPlaylist-module__item--QFcYv>div{display:flex;align-items:center;justify-content:center;min-height:100%}.editPlaylist-module__edit-playlist-modal--Z61Iy main .editPlaylist-module__playlist-items--p0WT4 .editPlaylist-module__item--QFcYv>div:nth-child(3){justify-content:flex-start}.editPlaylist-module__edit-playlist-modal--Z61Iy main .editPlaylist-module__playlist-items--p0WT4 .editPlaylist-module__item--QFcYv img{width:100%;height:100%;object-fit:cover;border-radius:4px}.editPlaylist-module__edit-playlist-modal--Z61Iy main .editPlaylist-module__playlist-items--p0WT4 .editPlaylist-module__item--QFcYv.editPlaylist-module__is-dragging--xRVqj{border:1px dashed var(--tl-border-gray);background-color:var(--tl-light-gray)}.editPlaylist-module__edit-playlist-modal--Z61Iy main .editPlaylist-module__playlist-items--p0WT4 .editPlaylist-module__item--QFcYv.editPlaylist-module__is-dragging--xRVqj>*{opacity:0}.editPlaylist-module__edit-playlist-modal--Z61Iy main .editPlaylist-module__playlist-items--p0WT4 .editPlaylist-module__item--QFcYv .editPlaylist-module__drag-dots--YJXsP:hover{cursor:grab}.orgStatistics-module__stats-item-wrapper--mNBY7{display:flex;flex-direction:row;grid-gap:12px;gap:12px;width:100%}.orgStatistics-module__stats-item--4iMDf{width:100%;border:1px solid rgba(0,0,0,.1);border-radius:4px}.orgStatistics-module__stats-item-clickable--69ohT:hover{background:rgba(0,0,0,.05);cursor:pointer}.orgStatistics-module__stats-item-content--Y6CTv{display:flex;flex-direction:column;padding:8px 12px}.orgStatistics-module__stats-item-number--MKjvZ{margin:0 0 4px;color:var(--tl-black);font-weight:700;font-size:24px;font-style:normal;line-height:36px}.orgStatistics-module__stats-item-desc-text--dr\+F6{font-weight:400;font-size:14px;font-style:normal;line-height:18px}.orgStatistics-module__stats-item-desc--P4m4W{display:flex;flex-direction:row;align-items:center}.orgStatistics-module__stats-item-desc--P4m4W>img{margin:0 2px 0 4px}.orgStatistics-module__name--jU5by{color:var(--tl-black)}.orgStatistics-module__number-success--m6wmH{color:var(--tl-green)}.orgStatistics-module__number-error--fjksF{color:var(--tl-red-error)}.orgStatistics-module__wrapper---IbF1{display:flex;flex-direction:column;grid-gap:16px;gap:16px;margin-top:16px}.orgStatistics-module__dashboard-wrapper--KxoYC{display:flex;flex-direction:row;grid-gap:16px;gap:16px;width:100%}.orgStatistics-module__items-charts--QtAjU{display:flex;flex-direction:column;grid-gap:16px;gap:16px;width:100%}.orgStatistics-module__charts-container--ba6kL{display:flex;flex-direction:column;box-sizing:border-box;padding:16px;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:4px}.orgStatistics-module__charts-container--ba6kL .orgStatistics-module__header--4rAPv{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.orgStatistics-module__charts-container--ba6kL .orgStatistics-module__header--4rAPv .orgStatistics-module__title--ffy1j{margin:0;color:var(--tl-black);font-weight:700;font-size:16px;font-style:normal;line-height:22px}.orgStatistics-module__charts-container--ba6kL .orgStatistics-module__header--4rAPv button{margin-right:0}.orgStatistics-module__charts-container--ba6kL .orgStatistics-module__chart--78yQi{width:100%}.orgStatistics-module__wrapper-circle--CqGR5{position:relative;width:300px;height:300px}.orgStatistics-module__option-list--B2vR1{padding:0;list-style-type:none}.orgStatistics-module__option-list-li--nDf8D{margin-bottom:12px}.orgStatistics-module__option-list-li--nDf8D:last-child{margin-bottom:0}.orgStatistics-module__dot--M\+PTa{width:8px;height:8px;margin-right:9px;font-weight:400;font-family:"Montserrat",sans-serif;border-radius:50%;content:"•"}.orgStatistics-module__dot-name--ShHtG{display:flex;flex-direction:row;align-items:center}.orgStatistics-module__option-item--MvnTf{display:flex;flex-direction:row;justify-content:space-between}.orgStatistics-module__option-item--MvnTf .orgStatistics-module__name--jU5by{margin:0;color:var(--tl-black);font-weight:400;font-size:14px;font-style:normal;line-height:18px}.orgStatistics-module__option-item--MvnTf .orgStatistics-module__number--84dwc{margin-right:2px;color:#000;font-weight:700;font-size:14px;font-style:normal;line-height:18px}.orgStatistics-module__option-item--MvnTf .orgStatistics-module__percent--OhiO8{color:rgba(0,0,0,.4);font-weight:400;font-size:14px;font-style:normal;line-height:18px}.orgStatistics-module__header-stats--\+imNd{display:flex;flex-direction:row;justify-content:space-between}.orgStatistics-module__header-stats--\+imNd .orgStatistics-module__title--ffy1j{margin:0}.orgStatistics-module__article--jBExc{width:100%}.orgStatistics-module__header-mb--s1mz5{margin-bottom:16px}.orgStatistics-module__chart-center--lXXU8{position:absolute;top:50%;left:50%;display:flex;flex-direction:column;align-items:center;margin:0 -50% 0 0;transform:translate(-50%,-50%)}.orgStatistics-module__chart-center--lXXU8 .orgStatistics-module__chart-number--Kk0Cr{color:var(--tl-black);font-weight:700;font-size:24px;font-style:normal;line-height:36px}.orgStatistics-module__chart-center--lXXU8 .orgStatistics-module__chart-title--Z89X3{color:var(--tl-black);font-weight:400;font-size:14px;font-style:normal;line-height:18px}.orgStatistics-module__circle-charts-title--KkBfg{margin:0 0 24px;color:#000;font-weight:700;font-size:16px;font-style:normal;line-height:22px}.orgStatistics-module__header--4rAPv{display:flex;justify-content:space-between}.orgStatistics-module__header--4rAPv a,.orgStatistics-module__header--4rAPv p{margin:0;padding:7px 0;font-weight:700;font-size:14px}.statistics-module__btn--iqbS9{padding:0}.statistics-module__btn--iqbS9,.statistics-module__share--ETNnx{margin:0;color:grey;background:none!important;border:none;outline:none;cursor:pointer}.statistics-module__share--ETNnx{padding:7px}.statistics-module__row--NRHSA{display:flex;justify-content:space-between;border-bottom:1px solid rgba(0,0,0,.1)}.statistics-module__row--NRHSA:last-child{border-bottom:none}.statistics-module__column--RtvWx{display:flex;align-items:center;width:120px}.statistics-module__active--4eYTS{color:#08f}.statistics-module__img--oKItn{box-sizing:border-box;width:44px;height:44px;margin:8px 8px 8px 0;object-fit:cover;background:#fff;border:2px solid #fff;border-radius:2px;box-shadow:0 1px 2px rgba(0,0,0,.3)}.statistics-module__empty-img--SjAER{box-sizing:border-box;width:44px;height:44px;margin-right:8px;background:#fff;border:2px solid #fff}.statistics-module__btn--iqbS9:hover path{fill:rgba(0,0,0,.6)}.statistics-module__svg--AANg5{margin:2px 3px}.statistics-module__svg-group--Ut5D1{display:flex;flex-direction:column;align-items:center;justify-content:space-between;width:14px;height:16px}.statistics-module__svg-group-hidden--yona4{display:flex;flex-direction:column;align-items:center;justify-content:center;width:14px;height:16px}.statistics-module__hidden-svg--6tX4n{display:none}.statistics-module__photo-title--iQ3Up{display:flex;align-items:center}.statistics-module__head-text--CJD9N{color:rgba(0,0,0,.4);font-weight:700;font-size:12px;font-style:normal;line-height:16px;transition:all .3s ease}.statistics-module__head-text--CJD9N:hover{color:rgba(0,0,0,.6)}.statistics-module__table-text--3m7yr{color:#08f;font-weight:400;font-size:14px;font-style:normal;line-height:18px}.statistics-module__information-text--5-2hH{display:flex;align-items:center;color:#000;font-weight:400;font-size:14px;font-style:normal;line-height:18px}.statistics-module__arrow-word--JWIg0{margin-right:10px}.statistics-module__table-header--LRS7B{display:flex;align-items:baseline;justify-content:space-between;padding:30px 0 0}.statistics-module__infoWrapper--7Qf\+r{display:flex;flex-direction:row;justify-content:flex-start;margin:24px 0}.statistics-module__stat-item--uu86z{display:flex;flex-direction:column;box-sizing:border-box;min-width:154px;max-width:154px;margin-right:16px;padding:8px 12px 8px 0;background:#fff}.statistics-module__cursor--JIlBs{cursor:none}.statistics-module__line--S7VBi{display:block;height:1px;margin:0;background:#e1e1e1;border:none}.statistics-module__learn-more--tKPy4{color:#08f;font-weight:400;font-size:14px;font-style:normal;line-height:18px}.statistics-module__title--uYFHm{display:flex;align-items:center;color:#000;font-weight:700;font-size:16px;font-style:normal;line-height:22px}@media (max-width:768px){.statistics-module__infoWrapper--7Qf\+r{flex-wrap:wrap;justify-content:space-between}.statistics-module__stat-item--uu86z{flex:50% 1;min-width:inherit;max-width:inherit;margin-right:0}.statistics-module__img--oKItn{border-radius:initial!important}}.table-module__table--zlVN6{width:100%;border-collapse:collapse}.table-module__table--zlVN6 tr>th{width:100%;padding:12px 64px 12px 0;text-align:left}.table-module__table--zlVN6 tr>th:nth-child(2){margin-left:auto}.table-module__table--zlVN6 tr>th:first-child{text-align:left}.table-module__table--zlVN6 tr>th:last-child{white-space:nowrap}.table-module__header--HRm3q th{color:rgba(0,0,0,.4);font-weight:700;font-size:12px;font-style:normal;line-height:16px}.table-module__content--Tc5Xm th{color:#000;font-weight:400;font-size:14px;font-style:normal;line-height:36px;border-top:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.1)}.table-module__title-wrapper--BV7zK{display:flex;flex-direction:row;justify-content:space-between;width:100%}.table-module__title-wrapper--BV7zK h4{margin:0 0 5px}.table-module__avatar--WC9Qg{display:flex;flex-direction:row;grid-gap:10px;gap:10px}.orgSettings-module__settings--Sj4wt{display:flex;flex-direction:column;grid-gap:32px;gap:32px}.orgSettings-module__settings--Sj4wt[hidden]{display:none;visibility:hidden}.orgSettings-module__container--mkZ5t{max-width:800px}.orgSettings-module__container--mkZ5t,.orgSettings-module__section--bEupj{display:flex;flex-direction:column;width:100%}.orgSettings-module__section__header--GbCId{width:100%;padding-bottom:16px;border-bottom:1px solid var(--tl-black--10)}.orgSettings-module__section__title--i8QyC{font-size:20px;font-weight:700;line-height:28px}@keyframes orgSettings-module__rotating--W\+JIN{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.orgSettings-module__settings-header--mFVck{display:grid;grid-template-columns:1fr 300px;width:100%;border:1px solid #edf0f5;border-radius:8px;background-color:#f6f8fa;overflow:hidden}.orgSettings-module__settings-header--mobile--6wN48{grid-template-columns:1fr}.orgSettings-module__settings-header-text--tJZzG{display:flex;flex-direction:column;justify-content:center;padding:24px;z-index:1}.orgSettings-module__settings-header__title--dNjhC{font-size:16px;font-weight:700;line-height:24px}.orgSettings-module__settings-header__description--frM8s{margin:0;padding:0;font-size:14px;font-weight:400;line-height:20px;max-width:800px}.orgSettings-module__settings-header__image--a8\+SR{max-width:300px;width:100%;height:auto;object-fit:cover;object-position:right center}.orgSettings-module__settings-entry--NynYA{display:grid;grid-template-columns:1fr 1fr;grid-gap:32px;width:100%}.orgSettings-module__settings-entry--mobile--tx\+Zs{display:flex;flex-direction:column}.orgSettings-module__settings-entry--NynYA:not(:last-child){margin-bottom:32px}.orgSettings-module__settings-entry--NynYA:not(:last-child):after{content:"";display:block;grid-column:span 2;width:100%;height:1px;background-color:var(--tl-black--10)}.orgSettings-module__settings-entry__description--f98RC{display:flex;flex-direction:column;width:100%}.orgSettings-module__settings-entry__title--7eh3o{margin-bottom:8px}.orgSettings-module__settings-entry__name--xKfud{font-size:16px;font-weight:700;line-height:24px}.orgSettings-module__settings-entry__text--hfPQZ{margin:0;font-size:14px;font-weight:400;line-height:20px;color:var(--tl-black)}.orgSettings-module__settings-entry__text--muted--C1-cD{color:rgba(0,0,0,.6)}.orgSettings-module__settings-entry__text--hfPQZ:not(:last-child){margin-bottom:12px}.orgSettings-module__settings-entry__loading-indicator--eCTDb{display:flex;justify-content:center;align-items:center;width:24px;min-width:24px;height:24px;min-height:24px;background:url(https://cdn.thinglink.me/jsec/0/newspa/static/media/loader.8b3fb172.svg) no-repeat 50%;animation:orgSettings-module__rotating--W\+JIN 1s linear infinite}.orgSettings-module__settings-entry__saved-status--tEBLm{display:flex;align-items:center;grid-gap:6px;gap:6px;padding:2px 6px;border-radius:6px;font-size:12px;font-weight:700;line-height:16px;color:green;background-color:rgba(0,193,0,.1)}.orgSettings-module__settings-entry__error-message--VB1Jl{display:flex;width:100%;padding:12px;border:1px solid var(--tl-pink--50);border-radius:8px;background-color:var(--tl-pink--10);color:var(--tl-black);font-size:14px;font-weight:400;line-height:20px}.orgSettings-module__input-label--9hIBl{color:rgba(0,0,0,.6);font-size:12px;font-weight:700;line-height:16px}.orgSettings-module__logo--GmQZw{width:160px;max-height:100px;object-fit:contain}.orgSettings-module__custom-icon--oEZ14{position:relative;display:flex}.orgSettings-module__custom-icon__icon--xTQO9{width:36px;height:36px}.orgSettings-module__custom-icon__del-btn--K-gfM{position:absolute;top:-8px;right:-8px;width:16px;height:16px;margin:0;padding:0;border:0;outline:0;background:transparent}.orgSettings-module__custom-icon__del-btn--K-gfM[data-hover]{cursor:pointer;transform:scale(1.1)}.orgSettings-module__stack--QA8UT{display:flex;flex-direction:column;grid-gap:16px;gap:16px}.orgSettings-module__stack--row--CJfUy{flex-flow:row wrap;grid-gap:12px;gap:12px}.orgSettings-module__button--7jQ\+b{display:flex;align-items:center;grid-gap:8px;gap:8px;width:-moz-fit-content;width:fit-content;padding:6px 8px;font-size:14px;font-weight:700;line-height:20px;color:var(--tl-black);border:2px solid transparent;border-radius:4px;background-color:var(--tl-black--5);box-shadow:none;outline:0;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease,color .2s ease}.orgSettings-module__button--7jQ\+b[data-hover]{cursor:pointer;background-color:var(--tl-black--10)}.orgSettings-module__button--7jQ\+b[data-focus]{box-shadow:0 0 0 2px var(--tl-white),0 0 0 4px var(--tl-black--10)}.orgSettings-module__button--7jQ\+b[data-disabled]{background-color:var(--tl-black--2);color:var(--tl-black--20)}.orgSettings-module__button--primary--zSiPz{color:var(--tl-white);background-color:var(--tl-blue)}.orgSettings-module__button--primary--zSiPz[data-hover]{background-color:var(--tl-blue-darken)}.orgSettings-module__button--primary--zSiPz[data-focus]{box-shadow:0 0 0 2px var(--tl-white),0 0 0 4px var(--tl-blue--30)}.orgSettings-module__button--primary--zSiPz[data-disabled]{background-color:var(--tl-blue--30)}.orgSettings-module__button--destructive--WBSCz{color:var(--tl-red-error);background-color:var(--tl-red--10)}.orgSettings-module__button--destructive--WBSCz[data-hover]{background-color:var(--tl-red--30)}.orgSettings-module__button--destructive--WBSCz[data-focus]{box-shadow:0 0 0 2px var(--tl-white),0 0 0 4px var(--tl-red--30)}.orgSettings-module__button--destructive--WBSCz[data-disabled]{background-color:var(--tl-red--5);color:var(--tl-red--30)}.orgSettings-module__text-input--Ch7C8{display:flex;align-items:center;width:100%;margin:0;padding:8px;border-radius:4px;border:1px solid rgba(0,0,0,.2);background-color:var(--tl-white);font-size:14px;font-style:normal;font-weight:400;line-height:20px;color:var(--tl-black);box-shadow:none;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease;outline:0}.orgSettings-module__text-input--Ch7C8::placeholder{color:var(--text-soft-40,rgba(0,0,0,.4));font-size:14px;font-style:normal;font-weight:400;line-height:20px}.orgSettings-module__text-input--Ch7C8[data-hover]{border-color:rgba(0,0,0,.4)}.orgSettings-module__text-input--Ch7C8[data-focus]{border-color:var(--tl-blue);box-shadow:0 0 0 1px #b2dbff}.orgSettings-module__text-input--Ch7C8[data-disabled]{background-color:rgba(0,0,0,.05);border-color:rgba(0,0,0,.05);color:rgba(0,0,0,.4)}.orgSettings-module__text-input--Ch7C8.orgSettings-module__text-input--error--Jhs5f,.orgSettings-module__text-input--Ch7C8[data-invalid]{border-color:var(--tl-red);box-shadow:0 0 0 1px rgba(243,8,8,.3)}.orgSettings-module__color-input--RmnTs{position:relative;padding-left:36px}.orgSettings-module__color-input__wrapper--roEm2{display:flex;position:relative}.orgSettings-module__color-input__preview--a4nzZ{box-sizing:initial;position:absolute;top:10px;left:10px;width:16px;height:16px;min-width:16px;min-height:16px;border:1px solid rgba(0,0,0,.2);border-radius:2px;background-color:initial}.orgSettings-module__color-input__preview--a4nzZ input[type=color]{position:absolute;left:0;top:0;width:100%;height:100%;margin:0;padding:0;opacity:0;cursor:pointer}form.mfaSettings-module__confirm-password-form--DdfsX{display:flex;flex-direction:column;grid-gap:12px;gap:12px;align-items:center}form.mfaSettings-module__confirm-password-form--DdfsX p.mfaSettings-module__error-message--WJccg{color:var(--tl-red-error)}main.mfaSettings-module__mfa-settings--Qmt-v{display:flex;flex-direction:column;grid-gap:24px;gap:24px}main.mfaSettings-module__mfa-settings--Qmt-v img.mfaSettings-module__qrcode--2sT12{width:100%;max-width:240px;margin:0 auto}main.mfaSettings-module__mfa-settings--Qmt-v .mfaSettings-module__recovery-codes--EIWHj{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px;justify-items:center;padding:14px 20px}main.mfaSettings-module__mfa-settings--Qmt-v .mfaSettings-module__recovery-codes--EIWHj span{font-weight:700;font-size:14px;line-height:14px}main.mfaSettings-module__mfa-startup--X-Cjb{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px;width:100%;padding:0 40px}main.mfaSettings-module__mfa-startup--X-Cjb .mfaSettings-module__method-card--svlsq{display:flex;flex-direction:column;align-items:center;padding:32px 24px;border:1px solid rgba(0,0,0,.1);border-radius:4px;transition:all .2s ease}main.mfaSettings-module__mfa-startup--X-Cjb .mfaSettings-module__method-card--svlsq:hover{border-color:rgba(0,0,0,.2);cursor:pointer}main.mfaSettings-module__mfa-startup--X-Cjb .mfaSettings-module__method-card--svlsq.mfaSettings-module__selected--th-OF{background-color:rgba(0,0,0,.01);border-color:var(--tl-blue);box-shadow:0 0 0 1px var(--tl-blue)}main.mfaSettings-module__mfa-startup--X-Cjb .mfaSettings-module__method-card--svlsq img{min-width:100px;min-height:100px;margin-bottom:24px}main.mfaSettings-module__mfa-startup--X-Cjb .mfaSettings-module__method-card--svlsq h3{margin-bottom:8px;font-weight:700;font-size:16px;line-height:24px;text-align:center}main.mfaSettings-module__mfa-startup--X-Cjb .mfaSettings-module__method-card--svlsq p{font-size:14px;line-height:20px}.radioGroup-module__radioGroup--dCJ4I{display:flex;align-items:center;padding:2px;background:rgba(0,0,0,.05);border-radius:6px}.radioGroup-module__gap--KwfJ1{grid-gap:4px;gap:4px}.radioGroup-module__nogap--Az-rg{grid-gap:0;gap:0}.radioGroup-module__radioGroup--dCJ4I label{display:inline-flex;flex-grow:1}.radioGroup-module__radioGroup--dCJ4I label>div{justify-content:center;width:100%}.radioGroup-module__radioGroup--dCJ4I label>div>p{min-width:80px;margin:0;padding:4px 8px;font-size:14px;line-height:20px;text-align:center;color:#616161}.radioGroup-module__radioGroupSmall--fV7GC label>div>p{font-size:12px;line-height:16px}.radioGroup-module__radioGroup--dCJ4I label>div[aria-checked=true]{background:#fff;border-radius:4px;box-shadow:0 0 2px 0 #ccc;font-weight:700}.radioGroup-module__radioGroup--dCJ4I.radioGroup-module__rounded--lXlmp,.radioGroup-module__rounded--lXlmp label>div[aria-checked=true]{border-radius:100px}.radioGroup-module__disabled--iGY0L{opacity:.6;pointer-events:none}.dropdown-modules-wrapper .dropdown-wrapper-link{color:rgba(0,0,0,.4);font-size:14px;line-height:20px;border:0}.dropdown-modules-wrapper .dropdown-wrapper-link:focus{box-shadow:none}.dropdown-modules-wrapper ul{max-width:320px}.dropdown-modules-wrapper ul li{padding:8px 12px}.dropdown-modules-wrapper ul li b{color:#000;font-weight:400;font-size:14px;font-style:normal;line-height:20px}.dropdown-modules-wrapper ul li .active b{color:#08f}.dropdown-modules-wrapper ul li p{margin-top:4px;color:rgba(0,0,0,.4);font-weight:400;font-size:12px;font-style:normal;line-height:16px}.library-module__header--Mw0Yx{position:relative;margin-top:calc(var(--top-safe-height) + 12px)}.library-module__header--Mw0Yx p{margin-top:10px}@media(max-width:768px){.library-module__header--Mw0Yx p{margin:0;color:#fff;font-weight:400;font-size:14px;font-style:normal;line-height:18px}}.library-module__image--ETgMS{display:flex;flex-direction:column;justify-content:center;min-height:200px;padding:12px 140px 12px 30px;color:#fff;background:linear-gradient(45deg,rgba(0,0,0,.7),transparent) no-repeat 50% 50%;background-size:cover;border-radius:8px}@media(max-width:768px){.library-module__image--ETgMS{min-height:156px;margin:12px 0;padding:12px 12px 16px}}.library-module__bannerHeader--xJ5LY{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;margin-bottom:8px}.library-module__bannerHeader--xJ5LY h1{margin:0;font-weight:700;font-size:36px;letter-spacing:-1px}@media(max-width:768px){.library-module__bannerHeader--xJ5LY h1{color:#fff;font-weight:700;font-size:24px;font-style:normal;line-height:30px}}.library-module__action-button--HcVFd{width:32px;height:32px;background:rgba(0,0,0,.1)!important;border-radius:4px}.library-bg{display:flex;flex-direction:column;justify-content:center;min-height:200px;padding:0 140px 0 30px;color:#fff;background:linear-gradient(45deg,rgba(0,0,0,.7),transparent);background-repeat:no-repeat;background-position:50% 50%;background-size:cover;border-radius:8px}.library-bg>h1,.library-bg>p{margin:0}.library-bg>h1{font-weight:700;font-size:36px;letter-spacing:-1px}.library-bg>p{margin-top:10px}.newScene-module__header--AUgFG{position:relative;display:flex;justify-content:space-between;padding:12px;background-color:#fff}.newScene-module__header-item--JVZDT .newScene-module__header-item-center--FzI9R{position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;width:100%;height:100%;pointer-events:none}.newScene-module__scene-avatar--7GWfz{width:44px;min-width:44px;height:44px;min-height:44px;margin-right:12px}.newScene-module__media-wrapper--biPxr{top:var(--top-safe-height,0);left:0;z-index:3000;display:flex;flex-direction:column;width:100%;height:calc(100% - var(--top-safe-height, 0));overflow:auto;background-color:var(--tl-white)}.newScene-module__header-item--JVZDT{display:flex;align-items:center}.newScene-module__header-item-center--FzI9R{position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;width:100%;height:100%;pointer-events:none}.newScene-module__header-item-center--FzI9R>a{height:36px;pointer-events:all}.newScene-module__header-item-column--NmcUk{display:flex;flex-direction:column;justify-content:space-around}.newScene-module__header-buttons-wrapper--9sm-u{display:flex;height:36px;margin-right:-4px}.newScene-module__header-buttons-wrapper--9sm-u>button{margin:0 4px}.newScene-module__header--AUgFG .newScene-module__scene-info-item--CdAJe,.newScene-module__header--AUgFG h1{display:inline-flex;color:#000}.newScene-module__header--AUgFG h1{margin:3px 0 4px;font-size:16px}.newScene-module__header--AUgFG .newScene-module__scene-info-item--CdAJe{margin:0 0 0 8px;font-size:14px;line-height:18px}.newScene-module__header--AUgFG .newScene-module__scene-info-item--CdAJe:before{display:inline-block;margin-right:8px;color:#9c9c9c;content:"•"}.newScene-module__header--AUgFG .newScene-module__scene-info-item--CdAJe:first-child{margin-left:0}.newScene-module__header--AUgFG .newScene-module__scene-info-item--CdAJe:first-child:before{display:none}.newScene-module__header--AUgFG .newScene-module__scene-avatar--7GWfz,.newScene-module__header--AUgFG .newScene-module__scene-avatar--7GWfz .newScene-module__avatar--eTPX\+{width:44px;min-width:44px;height:44px;min-height:44px}.newScene-module__header--AUgFG .newScene-module__scene-avatar--7GWfz{margin-right:12px}.question-list-table th{white-space:nowrap}.question-list-table th:nth-child(2){width:100%}.question-detail dt{margin-bottom:8px;font-weight:700}.question-detail dd{margin-bottom:24px;margin-left:0;line-height:1.5}.question-choice-list>:not(:last-child){margin-bottom:8px}.question-choice{display:flex;align-items:center}.question-choice:before{width:24px;height:24px;margin-right:12px;background:no-repeat 50%;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMCAwaDI0djI0SDB6Ii8+PHBhdGggZmlsbD0iIzkzOTM5MyIgZD0iTTE5IDNINWEyIDIgMCAwMC0yIDJ2MTRhMiAyIDAgMDAyIDJoMTRjMS4xIDAgMi0uOSAyLTJWNWMwLTEuMS0uOS0yLTItMnptLTQuMTcyIDEzLjI0M0wxMiAxMy40MTRsLTIuODI4IDIuODI5LTEuNDE1LTEuNDE1TDEwLjU4NiAxMiA3Ljc1NyA5LjE3MmwxLjQxNS0xLjQxNUwxMiAxMC41ODZsMi44MjgtMi44MjkgMS40MTUgMS40MTVMMTMuNDE0IDEybDIuODI5IDIuODI4LTEuNDE1IDEuNDE1eiIvPjwvZz48L3N2Zz4=");content:""}.question-choice[data-correct=true]:before{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMCAwaDI0djI0SDB6Ii8+PHJlY3Qgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4IiB4PSIzIiB5PSIzIiBmaWxsPSIjMDBDMTAwIiByeD0iMiIvPjxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik0xMCAxN2wtNC00IDEuNDEtMS40MUwxMCAxNC4xN2w2LjU5LTYuNTlMMTggOXoiLz48L2c+PC9zdmc+")}.question-user{display:flex;align-items:center;white-space:nowrap}.question-user .avatar{width:32px;height:32px;margin-right:12px;background:no-repeat 50%;background-size:cover;border-radius:50%}.question-result-table{border-top:1px solid #eaeaea}.question-result-table th:nth-child(3){width:100%}.question-result-table .delete-answer{width:32px;height:32px;color:#ccc;font-size:24px;line-height:32px;text-align:center;cursor:pointer}.question-result-table .delete-answer:hover{color:#777}.question-result-table .delete-answer:before{content:"×"}.form-group{margin-bottom:20px}.form-group-row{display:flex}.help-text{margin-top:4px;color:#9c9c9c;font-size:14px}.question-preview{width:100%;height:360px;border:1px solid #eaeaea;border-radius:4px}@media (max-width:768px){.question-choice:before{margin-right:8px}}h1,h2,h3,h4{margin:0;padding:0}.moduleeditor .main-tree{position:relative;background:#f2f9ff}.moduleeditor.select-mode .main-tree{background:#c2cdd6}.moduleeditor .stats-wrapper{position:absolute;top:0;left:0;z-index:10;display:flex;width:100%;height:100%;overflow:hidden;pointer-events:none}.moduleeditor .stats-wrapper .main-info .v-flex{grid-gap:16px;gap:16px}.moduleeditor .stats-wrapper .main-info hr{width:100%;height:1px;background:rgba(0,0,0,.1)}.info-block{display:flex;flex-flow:column;padding-bottom:16px;border-bottom:1px solid rgba(0,0,0,.1)}.info-block:last-child{border-bottom:none}.info-block p{font-size:14px}.info-block h4,.moduleeditor .stats-wrapper .main-info h3{font-size:20px;line-height:28px;letter-spacing:1%}.moduleeditor .stats-wrapper .data-settings h3,.moduleeditor .stats-wrapper .main-info h3{display:flex;grid-gap:8px;gap:8px;align-items:center;justify-content:space-between;margin-bottom:16px;font-size:20px;line-height:28px;letter-spacing:1%}.moduleeditor .stats-wrapper .data-settings.collapsed,.moduleeditor .stats-wrapper .scenario-stats.collapsed{right:-2px;width:auto;padding:8px}.moduleeditor .stats-wrapper .data-settings.collapsed h3,.moduleeditor .stats-wrapper .scenario-stats.collapsed h3{writing-mode:vertical-lr;left:0;margin:0}.moduleeditor .stats-wrapper .data-settings.collapsed>:not(h3),.moduleeditor .stats-wrapper .scenario-stats.collapsed>:not(h3){display:none}.moduleeditor .stats-wrapper .main-info.collapsed{left:-2px;width:auto;padding:8px}.moduleeditor .stats-wrapper .main-info.collapsed h3{writing-mode:vertical-lr;right:0;margin:0}.moduleeditor .stats-wrapper .main-info.collapsed>:not(h3){display:none}.moduleeditor .stats-wrapper .data-settings.collapsed h3 button,.moduleeditor .stats-wrapper .main-info.collapsed h3 button,.moduleeditor .stats-wrapper .scenario-stats.collapsed h3 button{padding:0;transition:none}.info-block h4 span{color:rgba(0,0,0,.4);font-weight:400;font-size:14px;line-height:20px}.info-progress{width:100%;height:6px;background:rgba(0,136,255,.1);border-radius:8px}.info-progress .info-progress-bar{height:100%;background:#08f;border-radius:8px}.moduleeditor .stats-wrapper .data-settings,.moduleeditor .stats-wrapper .main-info,.moduleeditor .stats-wrapper .scenario-stats{position:absolute;top:132px;width:288px;height:max-content;padding:16px;font-size:14px;background:#fff;border-radius:8px;box-shadow:0 0 1px rgba(0,0,0,.2),0 10px 20px rgba(0,0,0,.1);transition:top .3s;pointer-events:all}.moduleeditor .stats-wrapper .scenario-stats{width:272px}.moduleeditor .stats-wrapper .main-info{left:16px}.moduleeditor .stats-wrapper .data-settings,.moduleeditor .stats-wrapper .scenario-stats{right:16px}.moduleeditor.headerHidden .stats-wrapper .data-settings,.moduleeditor.headerHidden .stats-wrapper .main-info,moduleeditor.headerHidden .stats-wrapper .scenario-stats{top:62px}.moduleeditor .stats-wrapper .h-flex{grid-gap:12px;gap:12px;align-items:center;justify-content:space-between}.moduleeditor .stats-wrapper .radioGroup{display:flex;grid-gap:4px;gap:4px;padding:4px;background:rgba(0,0,0,.05);border-radius:4px}.moduleeditor .stats-wrapper .radioGroup label>div{display:none}.moduleeditor .stats-wrapper .radioGroup label>p{min-width:80px;margin:0;padding:2px 8px;font-size:14px;text-align:center}.moduleeditor .stats-wrapper .radioGroup label>div.checked+p{background:#fff;border-radius:4px;box-shadow:0 0 1px rgba(0,0,0,.5)}.moduleeditor .stats-wrapper .compact .radioGroup.disable-compact{opacity:.6;pointer-events:none}.moduleeditor .select-info{position:absolute;top:138px;left:24px;z-index:10;display:flex;align-items:center;padding:4px 4px 4px 12px;font-size:14px;background:#fff;border-radius:4px;box-shadow:1px 2px 5px 1px rgba(0,0,0,.3)}.moduleeditor .select-info span{-webkit-user-select:none;user-select:none}.moduleeditor .select-info button{margin-left:4px}.moduleeditor .main-tree.is-dragging .branchingItem,.moduleeditor .main-tree.is-dragging .moduleItem{-webkit-user-select:none;user-select:none;pointer-events:none}.moduleeditor.select-mode .moduleItem:not(.clickable):not(.highlighted):not(.selected){background:#d8e4ee;border:0}.moduleeditor.select-mode.blueTheme .moduleItem:not(.clickable):not(.selected)>div:not(.tooltipItem),.moduleeditor.select-mode.blueTheme .moduleItem:not(.clickable):not(.selected)>span{opacity:.3}.moduleeditor.select-mode.colorTheme .moduleItem>.whiteOverlay{position:absolute;top:0;right:0;bottom:0;left:0;display:none;background:#fff;border-radius:inherit}.moduleeditor.select-mode.colorTheme .moduleItem:not(.clickable):not(.selected)>.whiteOverlay{display:block;opacity:.5}.moduleeditor.select-mode .moduleItem.clickable{cursor:pointer}.moduleeditor.select-mode.blueTheme .firstItem.clickable:focus-within .firstItemBg,.moduleeditor.select-mode.blueTheme .firstItem.clickable:hover .firstItemBg,.moduleeditor.select-mode.blueTheme .moduleItem.clickable:focus-within,.moduleeditor.select-mode.blueTheme .moduleItem.clickable:hover{background:#ffffe5}.moduleeditor.select-mode.colorTheme .firstItem.clickable:focus-within .firstItemBg,.moduleeditor.select-mode.colorTheme .firstItem.clickable:hover .firstItemBg,.moduleeditor.select-mode.colorTheme .moduleItem.clickable:focus-within,.moduleeditor.select-mode.colorTheme .moduleItem.clickable:hover{outline:3px solid #08f;outline-offset:4px}.blueTheme .moduleItem{overflow:visible;background:#fff;border-color:#b3dbff}.blueTheme .moduleItem.highlighted{background:#ffffe5}.blueTheme .moduleItem.selected{border-color:#08f;border-width:2px}.colorTheme .moduleItem.highlighted,.colorTheme .moduleItem.selected{border-radius:12px;outline:3px solid #08f;outline-offset:4px}.blueTheme.stats-mode .moduleItem:not(.placeholderType):not(.usersViewItem):not(.highlighted){background:#e5f3ff}.moduleeditor .moduleItem.usersViewItem{width:154px;color:#fff;background:#08f;border:0}.usersViewItem p{font-weight:700;font-size:20px;line-height:28px;letter-spacing:-.01em;text-align:center}.microized .usersViewItem p,.minimized .usersViewItem p{font-size:16px}.moduleeditor .moduleItem.usersViewItem .item-title{white-space:break-spaces}.moduleeditor .microized .moduleItem.usersViewItem .item-title{display:none}.moduleeditor .moduleItem .statsTooltip{position:absolute;top:16px;left:76px;z-index:9;width:160px;padding:12px;overflow:hidden;font-size:12px;background:#fff;border-radius:8px;box-shadow:0 0 1px rgba(0,0,0,.2),0 10px 20px rgba(0,0,0,.1);transition:width .3s}.moduleeditor .microized .moduleItem .statsTooltip{top:0;left:50px}.moduleeditor .moduleItem:focus-within .statsTooltip,.moduleeditor .moduleItem:hover .statsTooltip{width:210px}.moduleeditor .moduleItem .statsTooltip b{font-weight:700;font-size:14px}.moduleeditor .moduleItem .statsTooltip p{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.moduleeditor .moduleItem .statsTooltip .muted{color:rgba(0,0,0,.4);font-size:12px;line-height:16px}.moduleeditor .moduleItem .statsTooltip ul{margin:0;padding:0}.moduleeditor .moduleItem .statsTooltip ul li{display:flex;grid-gap:6px;gap:6px;justify-content:space-between;color:#fb607f;font-size:14px;line-height:1.5;white-space:nowrap;list-style:none}.moduleeditor .moduleItem .statsTooltip ul li.mostpath{color:#1bbc9b}.moduleeditor .moduleItem .statsTooltip ul li span{display:inline-block;overflow:hidden;font-weight:700;text-overflow:ellipsis;vertical-align:bottom}.moduleeditor .listItem,.moduleeditor .tooltipItem{flex-flow:column;align-items:center;justify-content:space-evenly;width:154px;height:auto;min-height:40px;max-height:180px;padding:8px;background:#fff;border-radius:6px}.moduleeditor .listItem.hasLabel,.moduleeditor .tooltipItem.hasLabel{max-height:208px}.moduleeditor .listItem .blockId{position:absolute;top:4px;left:10px;color:rgba(0,0,0,.8);font-size:14px}.moduleeditor .listItem.showId:after{position:absolute;right:6px;bottom:0;font-size:14px;opacity:.4;content:"#" attr(data-id)}.moduleeditor .placeholderType.listItem{padding:8px;color:#459ae6;background:#fff;border-radius:20px}.moduleeditor .placeholderType.listItem .item-title{font-weight:700}.blueTheme .separatorAnswerItem,.blueTheme .separatorItem{width:154px}.moduleeditor .moduleItem .img{width:100%;max-width:138px;height:138px;max-height:138px;margin:0 0 8px;background-color:initial;background-size:cover;border:0;border-radius:4px}.moduleeditor .moduleItem.tourType .img{height:78px;max-height:78px}.moduleeditor .item-title{width:100%;max-width:100%;margin:0 0 8px;overflow:hidden;font-size:14px;line-height:18px;text-align:center;text-overflow:ellipsis;word-break:break-word}.moduleeditor .hasLabel .item-title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:6}.moduleeditor .item-icon-label{margin:8px 0;font-weight:700;line-height:24px}.moduleeditor .item-icon-label svg{width:32px;height:32px}.moduleeditor .item-icon-label>*{vertical-align:middle}.moduleeditor .item-icon-label>img.micro{max-width:18px}.moduleeditor .item-icon-label>img.small{max-width:24px}.moduleeditor .item-icon-label>span{margin-left:4px}.blueTheme .item-icon-label svg{width:32px;height:32px;fill:#459ae6}.moduleeditor .placeholderType .item-title{margin:0;line-height:22px}.moduleeditor{position:fixed;flex-direction:column}.media-wrapper.moduleeditor{top:calc(var(--top-safe-height) + var(--banner-height));height:calc(100% - var(--banner-height) - var(--top-safe-height))}.moduleeditor .module-avatar{margin-right:12px}.moduleeditor header{z-index:300;flex-flow:row wrap;align-items:flex-start;align-items:center;box-sizing:border-box;height:68px;padding:12px;border-bottom:1px solid rgba(0,0,0,.05);opacity:1;transition:height .3s,padding .3s,border .3s,opacity .3s}.moduleeditor.headerHidden header{z-index:unset;height:0;padding:0 12px;border:0;opacity:0}.media-wrapper.moduleeditor header .header-buttons-wrapper{grid-gap:8px;gap:8px;align-items:center;height:44px;margin-right:0}.media-wrapper.moduleeditor header .header-buttons-wrapper>button.tl-button{margin:0}.media-wrapper.moduleeditor header h1{width:auto}.media-wrapper.moduleeditor header svg.sync-status{margin:7px 10px}.moduleeditor .subheader{z-index:200;display:flex;align-items:center;justify-content:space-between;height:46px;padding:4px 12px;color:rgba(0,0,0,.4);font-size:14px;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.1)}.moduleeditor .subheader .subheader-item{display:flex;flex-flow:row;grid-gap:12px;gap:12px;align-items:center}.moduleeditor .subheader button:disabled{color:rgba(0,0,0,.2)}.subheader-separator{width:1px;height:20px;background:rgba(0,0,0,.2)}.scenarioeditor.moduleeditor .subheader .subheader-item{grid-gap:8px;gap:8px}.moduleeditor .subheader .absolute-center-btn{position:absolute;right:50%;left:50%;grid-gap:8px;gap:8px;width:130px;margin-left:-75px;color:#fff;font-weight:700;font-size:14px;font-style:normal;line-height:20px;background:var(--Blue-100,#08f);border:2px solid var(--Blue-100,#08f);border-radius:4px;cursor:pointer}.moduleeditor.scenarioeditor .drawflow-new-button{position:absolute;right:24px;bottom:24px;width:60px;height:60px;padding:12px;background:#08f;border:2px solid #fff;border-radius:100px;box-shadow:0 10px 20px 0 rgba(0,0,0,.2);cursor:pointer}.moduleeditor.scenarioeditor .drawflow-new-button svg{transition:all .2s ease-out}.moduleeditor.scenarioeditor .drawflow-new-button:hover svg{transform:scale(1.2)}.moduleeditor .subheader .search-actions{display:flex;flex-flow:row;grid-gap:8px;gap:8px;align-items:center;font-size:12px}.moduleeditor .subheader .search-actions button{width:16px;height:16px;margin:0;padding:0}.scenarioeditor .subheader .tl-text-input input[type=text]{width:120px}.moduleeditor .subheader .absolute-center-btn:focus,.moduleeditor .subheader .absolute-center-btn:hover{background:#007ae6}.moduleeditor .progress-panel{display:flex;grid-gap:8px;gap:8px;height:4px;margin:0 -12px}.main-tree{height:calc(100vh - 116px);min-height:200px;overflow:auto;background:#f5f5f5;transition:height .3s}.headerHidden .main-tree{height:calc(100vh - 42px)}.big-surface{position:relative;display:flex;flex-direction:column;grid-gap:40px;gap:40px;align-items:center;height:auto;margin:0;padding:20px 80px}.big-surface.scratch{padding:20px 40px}.moduleeditor.stats-mode .big-surface{width:100%;margin-right:280px;margin-left:280px}#painter{position:absolute;top:0;left:0}.listItem{display:inline-flex;flex-flow:column wrap;width:338px;height:144px}.listItem>.label,.tooltipItem>.label{max-width:100%;margin:0 auto 8px;padding:1px 8px;overflow:hidden;color:#fff;font-size:12px;line-height:16px;white-space:nowrap;text-align:center;text-overflow:ellipsis;border-radius:4px}.tooltipItem>.label{overflow:visible}.listItem.sceneType{max-height:204px}.listItem.sceneType .item-title,.listItem.tourType .item-title{margin-bottom:0}.listItem.placeholderType .item-title,.listItem.sceneType .item-title,.listItem.tourType .item-title{white-space:nowrap}.listItem.tourType .item-title svg{margin-right:4px;vertical-align:middle}.placeholderType.listItem{height:auto;min-height:40px}.listItem>span{margin:auto 0 0;text-align:center}.listItem.addBtn{height:auto}.moduleItem{position:relative;padding:8px;background:#fff;border:1px solid #ccc}.branchingItem{display:flex;flex-flow:row;flex-grow:1;grid-gap:40px;gap:40px;width:auto;margin:0 auto}.columnItem{display:inline-flex;flex-flow:column wrap;grid-gap:24px;gap:24px;align-items:center}.separatorItem{position:relative;display:inline-flex;justify-content:center;width:338px;height:28px;margin-top:-14px;margin-bottom:-14px}.moduleeditor .moduleItem.firstItem{width:auto;height:40px;padding:8px 16px;border:2px solid #08f;border-radius:20px}.moduleeditor .moduleItem.firstItem .item-title{color:#08f;font-weight:700;font-size:14px;line-height:20px}.moduleeditor .moduleItem.firstItem .item-icon-label{display:none}.blue-plus-button{z-index:50;width:28px;height:28px;padding:0;line-height:1;text-align:center;background:#fff;background-color:var(--tl-blue);border:0;border-radius:50%;cursor:pointer;transition:opacity .3s}.moduleItem:not(.emptyItem) .blue-plus-button{position:absolute;bottom:-14px;left:50%;margin-left:-10px;opacity:0}.moduleItem:focus-within .blue-plus-button,.moduleItem:hover .blue-plus-button{opacity:1}.microized .moduleItem:not(.emptyItem) .blue-plus-button,.minimized .moduleItem:not(.emptyItem) .blue-plus-button{bottom:-10px}.microized .tooltipItem .blue-plus-button,.minimized .tooltipItem .blue-plus-button,.obsolete .moduleItem .blue-plus-button,.select-mode .moduleItem .blue-plus-button,.stats-mode .moduleItem .blue-plus-button{display:none}.moduleItem:not(.emptyItem) .option{position:absolute;top:-14px;left:50%;width:24px;height:24px;margin-left:-12px;color:#fff;font-size:14px;line-height:24px;letter-spacing:-1px;text-align:center;background-color:var(--tl-blue);border-radius:50%}.separatorItem button{position:absolute;opacity:0}.separatorItem:hover button{opacity:1}.emptyItem{cursor:pointer}.emptyItem:hover{opacity:.9}.button-placeholder{display:flex;align-items:center;justify-content:center;background:none;border:0}.separatorAnswerItem{display:inline-flex;justify-content:center;width:338px;height:28px;margin-top:10px}.separatorAnswerItem button{border-radius:50%}.moduleItem .img{width:118px;height:100%;margin-right:10px;background:none 50% 50% no-repeat rgba(0,0,0,.1);background-size:contain;border:1px solid rgba(0,0,0,.1);border-radius:4px}#contextmenu{display:flex;grid-gap:4px;gap:4px;align-items:center;margin-left:-42px;padding:4px;background:#fff;border-radius:8px;box-shadow:0 2px 8px 0 rgba(140,144,155,.23921568627450981),0 0 1px 0 rgba(140,144,155,.4)}#addblockbtn,#contextmenu{position:absolute;z-index:10}#addblockbtn .hover{display:none}#addblockbtn:hover .hover{display:block}#addblockbtn:hover .normal{display:none}#previewWrapper{position:absolute;z-index:10}.drawflow-plus-btn{display:flex;align-items:center;background:none;border:0;cursor:pointer}.mode-grab #addblockbtn,.mode-grab #contextmenu{display:none}.contextMenu{position:absolute;top:10px;right:10px;z-index:500;display:none;background:#fff;border:1px solid rgba(0,0,0,.2);border-radius:4px;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3))}.contextMenu .tl-button{width:28px;height:16px}.contextMenu .tl-button.tl-button-transparent:hover{background-color:rgba(0,0,0,.1);border-color:rgba(0,0,0,.4)}.contextMenu.expanded,.moduleeditor:not(.select-mode):not(.stats-mode) .big-surface.minimized .moduleItem.placeholderType:focus-within .contextMenu,.moduleeditor:not(.select-mode):not(.stats-mode) .big-surface.minimized .moduleItem.placeholderType:hover .contextMenu,.moduleeditor:not(.select-mode):not(.stats-mode) .big-surface:not(.minimized):not(.microized) .moduleItem:focus-within .contextMenu,.moduleeditor:not(.select-mode):not(.stats-mode) .big-surface:not(.minimized):not(.microized) .moduleItem:hover .contextMenu,.tooltipItem .contextMenu{display:inline-flex}.select-mode .contextMenu,.stats-mode .contextMenu{display:none}.moduleeditor.stats-mode.semi-mode .moduleItem{opacity:.5}.moduleeditor.stats-mode.semi-mode .moduleItem:not(.semi) .statsTooltip,.moduleeditor.stats-mode.viewByBlock .statsTooltip{display:none}.moduleeditor.stats-mode.semi-mode .moduleItem.semi{opacity:1}.moduleeditor.stats-mode.viewByBlock .moduleItem:focus-within .statsTooltip,.moduleeditor.stats-mode.viewByBlock .moduleItem:hover .statsTooltip{display:block}.item-title{width:100%;max-width:calc(100% - 138px)}.moduleeditor .big-message{position:relative;z-index:10;display:flex;flex-direction:column;grid-gap:24px;gap:24px;align-self:flex-start;width:100%;margin:48px 0 10px}.big-message--header{align-self:stretch;font-weight:700;font-size:32px;font-style:normal;line-height:42px;letter-spacing:-.32px}.big-message--header.smaller{font-weight:700;font-size:24px;font-style:normal;line-height:32px;letter-spacing:-.24px}.big-message--body{align-self:stretch;margin-top:-16px;color:rgba(0,0,0,.6);font-weight:400;font-size:14px;font-style:normal;line-height:20px}.big-message--body a{-webkit-text-decoration-line:underline;text-decoration-line:underline}.big-message--buttons{display:grid;grid-template-columns:repeat(auto-fill,minmax(234px,1fr));grid-gap:24px;gap:24px}.big-message--buttons .bm-btn{display:flex;flex-direction:column;grid-gap:16px;gap:16px;align-items:center;justify-content:center;min-height:140px;border-radius:8px;cursor:pointer}.big-message--buttons .bm-btn.blue-btn{padding:4px;color:#fff;background:#08f}.big-message--buttons .bm-btn.blue-white-btn{background:#fff;border-radius:8px;box-shadow:0 0 1px 0 rgba(0,0,0,.2),0 10px 20px 0 rgba(0,0,0,.1)}.big-message--buttons .bm-btn.ai-btn{position:relative;background:var(--White-100,#fff);border:0;border-radius:8px;box-shadow:0 0 1px 0 rgba(0,0,0,.2),0 10px 20px 0 rgba(0,0,0,.1)}.big-message--buttons .bm-btn.ai-btn:before{position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;z-index:-1;background-image:linear-gradient(45deg,#039cff 5.17%,#7659ea);border-radius:8px;content:""}.big-message--buttons .template-btn{padding:8px;background:#fff;box-shadow:0 10px 20px 0 rgba(0,0,0,.1),0 0 1px 0 rgba(0,0,0,.2)}.big-message--buttons .template-btn:focus-within,.big-message--buttons .template-btn:hover{box-shadow:0 10px 20px 0 rgba(0,54,102,.2),0 0 2px 0 rgba(0,54,102,.2)}.moduleeditor.scenarioeditor .big-message{position:absolute;top:0;width:calc(100% - 80px);margin:40px 40px 20px}.moduleeditor.scenarioeditor .big-message--buttons{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.big-message--buttons .template-btn span{font-size:14px}.template-btn .img{width:100%;height:136px;background-position:50%;background-size:cover}.magic-border{background:linear-gradient(#fff,#fff) padding-box,linear-gradient(45deg,#039cff 5.17%,#7659ea) border-box;border:1px solid transparent}.magic-btn{height:36px;padding:8px 10px;color:#fff;font-weight:700;background:linear-gradient(45deg,#039cff,#7659ea);border:0;border-radius:4px}.bm-btn .title,.magic-btn{font-size:14px;font-style:normal;line-height:20px}.bm-btn .title{flex-direction:column;flex-shrink:0;justify-content:flex-end;margin:0;font-weight:400;text-align:center}.template-modal main{padding:0}.template-modal .h-flex{grid-gap:16px;gap:16px;justify-content:space-between}.v-flex{display:flex;flex-flow:column;grid-gap:12px;gap:12px}.h-flex{display:flex;flex-flow:row}.gap-8{grid-gap:8px;gap:8px}.gap-4{grid-gap:4px;gap:4px}.gap-12{grid-gap:12px;gap:12px}.gap-16{grid-gap:16px;gap:16px}.hidden{display:none}.gray-block{display:flex;flex-direction:column;grid-gap:8px;gap:8px;margin-top:6px;padding:8px;background:rgba(0,0,0,.05);border-radius:6px}.gray-block p{font-size:12px;line-height:14px}.paths-bg{display:flex;flex-direction:row;grid-gap:4px;gap:4px;width:100%;height:6px}.paths-item{min-width:6px;height:100%;background:#fb607f;border-radius:8px}.paths-item.mostpath{background:#1bbc9b}.paths-bg.empty .paths-item{flex-grow:1}.overlay-btn label{margin-left:8px;pointer-events:none}.twoWayIcon{transition:transform .3s}.twoWayIcon.flip{transform:rotate(180deg)}.mode-switcher{position:absolute;bottom:20px;left:20px;z-index:10;display:none;padding:4px;background:#fff;box-shadow:0 10px 20px 0 rgba(0,0,0,.2)}.mode-switcher button{display:flex;flex-flow:column;width:64px;height:48px;padding:0;font-size:12px;line-height:16px;background:#fff;border-radius:4px}.mode-switcher button.active{background:rgba(0,136,255,.1)}.colorTheme .branchingType{background:#feeee1;border:1px solid var(--icon-orange,#f97c1c)}.colorTheme .branchingType .item-icon-label svg{fill:#f97c1c}.colorTheme .embedType,.colorTheme .sceneType,.colorTheme .tourType{background:#d8f0fd;border:1px solid var(--icon-blue,#2cadf6)}.colorTheme .embedType .item-icon-label svg,.colorTheme .sceneType .item-icon-label svg{fill:#2cadf6}.colorTheme .tourType .item-icon-label svg{stroke:#2cadf6}.colorTheme .goalType{background:#c5f7ec;border:1px solid var(--icon-green,#1bbc9b)}.colorTheme .goalType .item-icon-label svg{fill:#1bbc9b}.colorTheme .textType{background:#fedce3;border:1px solid var(--icon-red,#fb607f)}.colorTheme .textType .item-icon-label svg{fill:#fb607f}.colorTheme .conditionType{background:#feecc8;border:1px solid #f9af1c}.colorTheme .conditionType .item-icon-label svg{fill:#f9af1c}.colorTheme .teleportType{background:#ebd7fe;border:1px solid #8a1cf9}.colorTheme .teleportType .item-icon-label svg{fill:#8a1cf9}.moduleeditor .microized .moduleItem.firstItem .item-icon-label,.moduleeditor .minimized .moduleItem.firstItem .item-icon-label{display:block;margin:0}.moduleeditor .microized .moduleItem.firstItem .item-title,.moduleeditor .minimized .moduleItem.firstItem .item-title{display:none}.moduleeditor .minimized .moduleItem.firstItem{width:48px;height:48px;padding:8px;background:#08f;border:0;border-radius:50%}.moduleeditor .microized .moduleItem.firstItem{width:32px;height:32px;padding:4px;background:#08f;border:0;border-radius:50%}.moduleeditor .minimized .listItem:not(.placeholderType){width:132px;border-width:0}.moduleeditor .microized .listItem{width:40px;padding:4px;border-width:0}.moduleeditor .microized .columnItem{grid-gap:16px;gap:16px}.moduleeditor .microized .branchingItem{grid-gap:24px;gap:24px;margin-top:16px}.moduleeditor .minimized .branchingItem{margin-top:20px}.moduleeditor .microized .placeholderType:not(.tooltipItem){width:25px;height:25px;min-height:auto;margin:0;border:2px solid #08f;border-radius:50%}.moduleeditor .minimized .placeholderType{margin:0}.moduleeditor .microized .placeholderType:not(.tooltipItem) .item-title{display:none}.moduleeditor .microized .tooltipItem.placeholderType .item-title{display:inline}.minimized .listItem>.label{width:32px;height:4px;margin:0 auto -3px;line-height:24px;-webkit-user-select:none;user-select:none}.microized .listItem>.label{width:16px;height:3px;margin:-4px auto -3px;-webkit-user-select:none;user-select:none}.moduleeditor .microized .moduleItem>.item-icon-label{margin:0;line-height:1}.moduleeditor .microized .item-icon-label svg{width:24px;height:24px}.moduleItemTooltip .item-icon-label{margin:8px 0}.moduleItemTooltip .item-icon-label svg{width:32px;height:32px}.moduleeditor .moduleItem .moduleItemTooltip{position:absolute;top:0;left:calc(100% + 10px);z-index:100;display:none;box-shadow:0 0 1px rgba(0,0,0,.2),0 10px 20px rgba(0,0,0,.1)}.moduleeditor .moduleItem .moduleItemTooltip .tooltipBg{position:absolute;top:-15px;right:-15px;bottom:-15px;left:-15px;background:#fff;opacity:0}.moduleeditor:not(.stats-mode) .microized .moduleItem:focus-within .moduleItemTooltip,.moduleeditor:not(.stats-mode) .microized .moduleItem:hover .moduleItemTooltip,.moduleeditor:not(.stats-mode) .minimized .moduleItem:not(.placeholderType):focus-within .moduleItemTooltip,.moduleeditor:not(.stats-mode) .minimized .moduleItem:not(.placeholderType):hover .moduleItemTooltip{display:inline-flex}.minimized .colorTheme .moduleItem .img,.minimized .colorTheme .moduleItem .item-title{display:none}@keyframes indent{0%{text-indent:0}to{text-indent:-100%}}@media (max-width:768px){.mobile-hidden{display:none}.mode-switcher{display:flex!important}.moduleeditor .stats-wrapper .data-settings h3,.moduleeditor .stats-wrapper .main-info h3,.moduleeditor .stats-wrapper .scenario-stats h3{font-size:16px;line-height:24px}.big-message--buttons{grid-template-columns:1fr 1fr 1fr}.big-message--buttons .template-btn .img{height:116px}}@media (max-width:576px){.moduleeditor.media-wrapper header h1{width:180px;max-width:180px}.big-message--buttons{grid-template-columns:1fr 1fr}.big-surface.scratch{padding:16px}.big-message--buttons .bm-btn{padding:4px}.big-message--buttons .template-btn .img{height:86px}}.moduleeditor .stats-wrapper .scenario-stats{display:flex;flex-flow:column;grid-gap:24px;gap:24px}.moduleeditor .stats-wrapper .scenario-stats h3{display:flex;grid-gap:8px;gap:8px;align-items:center;justify-content:space-between;font-size:16px;line-height:24px}.moduleeditor .stats-wrapper .scenario-stats .mini-h{line-height:20px}.scenario-stats .data-block{display:flex;flex-flow:column;grid-gap:4px;gap:4px;padding:8px;background:rgba(0,0,0,.05)}.scenario-stats .data-block h4{color:#000;font-weight:700;font-size:20px;line-height:28px;letter-spacing:-.01em;text-align:left}.scenario-stats .data-block p{margin:0;color:#000;font-weight:400;font-size:14px;line-height:20px}.scenario-stats .unavailable-show{display:none}.scenario-stats.unavailable .unavailable-show{display:block}.scenario-stats.unavailable .unavailable-hide{display:none}.drawflow .drawflow-node.tl-node{display:flex;grid-gap:0;gap:0;align-items:center;width:200px;padding:8px 12px 12px;background:var(--White-100,#fff);border:2px solid #b3dbff;border-radius:8px}.parent-node .drawflow-delete{display:none!important}.tl-flow .drawflow>.drawflow-delete{width:36px;height:36px;padding:4px;overflow:hidden;background:#fff;border-radius:4px;box-shadow:0 2px 8px 0 rgba(140,144,155,.23921568627450981),0 0 1px 0 rgba(140,144,155,.4)}.tl-flow .drawflow>.drawflow-delete:focus-within:before,.tl-flow .drawflow>.drawflow-delete:hover:before{background-color:hsla(0,0%,66.7%,.2)}.tl-flow .drawflow>.drawflow-delete:before{display:inline-block;width:24px;height:24px;background:no-repeat 50%;background-image:url(https://cdn.thinglink.me/jsec/0/newspa/static/media/delete-v-2.fa1e9fe6.svg);content:""}.drawflow #addblockbtn svg,.drawflow #contextmenu svg{position:unset;z-index:1}.drawflow .drawflow-node.tl-node .input,.drawflow .drawflow-node.tl-node .output{top:auto;width:12px;height:12px;margin:0;background:#fff;border:2px solid #80c3ff}.drawflow .drawflow-node.tl-node .outputs{display:flex;flex-flow:column;grid-gap:20px;gap:20px;align-self:end;margin-bottom:8px}.drawflow .drawflow-node.tl-node .output{right:-7px}.drawflow .drawflow-node.tl-node .output:after{position:absolute;top:-6px;left:-6px;display:block;width:20px;height:20px;content:""}.drawflow .drawflow-node.tl-node .input{left:-19px}.drawflow .drawflow-node.tl-node .input:after{position:absolute;top:-6px;left:-6px;display:block;width:20px;height:20px;content:""}.drawflow.tl-flow .connection .fg-path{pointer-events:none;fill:none;stroke:#80c3ff;stroke-width:2px}.drawflow.tl-flow .connection .main-path{pointer-events:stroke;stroke:transparent;stroke-width:8px}.drawflow.tl-flow .connection.loopback .fg-path{stroke-dasharray:8,8;stroke-dashoffset:0;stroke-linecap:round}.drawflow.tl-flow .connection.loopback .main-path{stroke-dasharray:none;stroke-dashoffset:0;stroke-linecap:round}.drawflow.tl-flow .connection.selected .fg-path{stroke:#2378c3}.drawflow.tl-flow .connection .main-path:hover~.fg-path{stroke:#1266ab}.drawflow.tl-flow .connection .main-path.selected,.drawflow.tl-flow .connection .main-path:hover{stroke:transparent}.drawflow .drawflow-node.tl-node .label{position:absolute;top:-10px;align-self:center;max-width:108px;margin:0 auto 8px;padding:1px 8px;overflow:hidden;color:#fff;font-size:12px;line-height:16px;white-space:nowrap;text-align:center;text-overflow:ellipsis;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.25098039215686274)}.drawflow .drawflow-node.tl-node .timer{right:-12px}.drawflow .drawflow-node.tl-node .scores,.drawflow .drawflow-node.tl-node .timer{position:absolute;top:-12px;width:24px;height:24px;padding:4px;background:#fff;border-radius:12px;box-shadow:0 2px 8px 0 rgba(140,144,155,.23921568627450981),0 0 1px 0 rgba(140,144,155,.4)}.drawflow .drawflow-node.tl-node .scores{right:16px}.drawflow .drawflow-node.tl-node .scores img,.drawflow .drawflow-node.tl-node .timer img{width:16px;height:16px}.drawflow .drawflow-node.tl-node .drawflow_content_node{display:flex;flex-direction:column;grid-gap:8px;gap:8px;align-items:center;align-items:stretch;font-size:14px;line-height:18px}.drawflow .drawflow-node.tl-node .drawflow_content_node p{margin:0;padding:0}.drawflow .drawflow-node.tl-node.scene .drawflow_content_node .icon{display:none}.drawflow .drawflow-node.tl-node.scene .drawflow_content_node .hf,.drawflow .drawflow-node.tl-node.tour .drawflow_content_node .hf{display:flex;grid-gap:8px;gap:8px;align-items:center}.drawflow .drawflow-node.tl-node.grabbing{z-index:10;box-shadow:0 10px 20px 0 rgba(0,0,0,.2)}.drawflow .drawflow-node.tl-node .drawflow_content_node .img{flex-shrink:0;width:64px;height:64px;background-color:rgba(0,136,255,.30196078431372547);background-size:cover;border-radius:4px}.drawflow .drawflow-node.tl-node .drawflow_content_node .icon{width:24px;height:24px;pointer-events:none}.drawflow .drawflow-node.tl-node.start{width:120px;height:40px;padding:12px;color:#08f;font-weight:700;background:#fff;border:2px solid #08f;border-radius:40px}.drawflow .drawflow-node.tl-node.start .drawflow_content_node{align-items:center;justify-content:center}.drawflow .drawflow-node.tl-node.start .outputs{margin-bottom:0}.drawflow .drawflow-node.tl-node.start .icon{display:none}.drawflow .drawflow-node.tl-node.condition{background:#feecc8;border:2px solid #f9af1c}.drawflow .drawflow-node.tl-node.condition.selected,.drawflow .drawflow-node.tl-node.condition:hover{background:#fddb96}.drawflow .drawflow-node.tl-node.text{background:var(--Scenarios-colors-Green-100,#c5f7ec);border:2px solid var(--Scenarios-colors-Green-500,#1bbc9b)}.drawflow .drawflow-node.tl-node.text.selected,.drawflow .drawflow-node.tl-node.text:hover{background:#98f1dd}.drawflow .drawflow-node.tl-node.embed,.drawflow .drawflow-node.tl-node.scene,.drawflow .drawflow-node.tl-node.sceneholder,.drawflow .drawflow-node.tl-node.tour{padding:10px;background:#d8f0fd;border:2px solid var(--icon-blue,#2cadf6)}.drawflow .drawflow-node.tl-node.sceneholder{height:88px;border:2px dashed var(--Scenarios-colors-Blue-500,#2cadf6)}.drawflow .drawflow-node.tl-node.embed.selected,.drawflow .drawflow-node.tl-node.embed:hover,.drawflow .drawflow-node.tl-node.scene.selected,.drawflow .drawflow-node.tl-node.scene:hover,.drawflow .drawflow-node.tl-node.sceneholder.selected,.drawflow .drawflow-node.tl-node.sceneholder:hover,.drawflow .drawflow-node.tl-node.tour.selected,.drawflow .drawflow-node.tl-node.tour:hover{background:#a8ddfb}.drawflow .drawflow-node.tl-node.embed .drawflow_content_node{align-items:center}.drawflow .drawflow-node.tl-node.embed .embed-icon{width:24px;height:24px}.drawflow .drawflow-node.tl-node.branching{padding-bottom:8px;background:#feeee1;border:2px solid var(--icon-orange,#f97c1c)}.drawflow .drawflow-node.tl-node.branching .list{display:flex;flex-flow:column;font-size:14px}.drawflow .drawflow-node.tl-node.branching .list span{height:32px;overflow:hidden;line-height:32px;white-space:nowrap;text-overflow:ellipsis;border-top:1px solid #f97c1c}.drawflow .drawflow-node.tl-node.branching.selected,.drawflow .drawflow-node.tl-node.branching:hover{background:#fcd2b0}.drawflow .drawflow-node.tl-node.placeholder{height:80px;background:transparent;border:2px dashed #80c3ff}.drawflow .drawflow-node.tl-node.placeholder.selected,.drawflow .drawflow-node.tl-node.placeholder:hover{background:rgba(0,136,255,.1)}.drawflow .drawflow-node.tl-node.placeholder .icon{display:none}.drawflow .drawflow-node.tl-node.placeholder.selected .icon,.drawflow .drawflow-node.tl-node.placeholder:hover .icon{display:block}.drawflow .drawflow-node.tl-node .drawflow_content_node .header{display:flex;grid-gap:8px;gap:8px;align-items:center;font-weight:700;font-size:14px;line-height:20px}.drawflow .drawflow-node.tl-node .drawflow_content_node .title{display:-webkit-box;max-height:60px;overflow:hidden;font-size:14px;line-height:20px;text-overflow:ellipsis;word-break:break-word;-webkit-box-orient:vertical;-webkit-line-clamp:3}.drawflow .drawflow-node.tl-node.placeholder .drawflow_content_node{flex-direction:column;align-items:center}.drawflow .drawflow-node.tl-node .statsTooltip{position:absolute;top:16px;left:76px;z-index:9;display:none;width:160px;padding:12px;overflow:hidden;font-size:12px;background:#fff;border-radius:8px;box-shadow:0 0 1px rgba(0,0,0,.2),0 10px 20px rgba(0,0,0,.1);transition:width .3s}.microview .drawflow .drawflow-node.tl-node .statsTooltip{top:0;left:50px}.stats-mode .drawflow .drawflow-node.tl-node .statsTooltip{display:block}.drawflow .drawflow-node.tl-node:focus-within .statsTooltip,.drawflow .drawflow-node.tl-node:hover .statsTooltip{width:210px}.drawflow .drawflow-node.tl-node .statsTooltip b{font-weight:700;font-size:14px}.drawflow .drawflow-node.tl-node .statsTooltip p{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.drawflow .drawflow-node.tl-node .statsTooltip .muted{color:rgba(0,0,0,.4);font-size:12px;line-height:16px}.drawflow .drawflow-node.tl-node .statsTooltip ul{margin:0;padding:0}.drawflow .drawflow-node.tl-node .statsTooltip ul li{display:flex;grid-gap:6px;gap:6px;justify-content:space-between;color:#fb607f;font-size:14px;line-height:1.5;white-space:nowrap;list-style:none}.drawflow .drawflow-node.tl-node .statsTooltip ul li.mostpath{color:#1bbc9b}.drawflow .drawflow-node.tl-node .statsTooltip ul li span{display:inline-block;overflow:hidden;font-weight:700;text-overflow:ellipsis;vertical-align:bottom}.stats-mode.semi-mode .drawflow .drawflow-node.tl-node{opacity:.5}.stats-mode.semi-mode .drawflow .drawflow-node.tl-node:not(.semi) .statsTooltip,.stats-mode.viewByBlock .drawflow .drawflow-node.tl-node .statsTooltip{display:none}.stats-mode.semi-mode .drawflow .drawflow-node.tl-node.semi{opacity:1}.stats-mode.viewByBlock .drawflow .drawflow-node.tl-node:focus-within .statsTooltip,.stats-mode.viewByBlock .drawflow .drawflow-node.tl-node:hover .statsTooltip{display:block}.drawflow .drawflow-node.tl-node.sceneholder .drawflow_content_node{flex-direction:column;align-items:center}.drawflow .drawflow-node.tl-node.sceneholder .info{position:absolute;top:64px;width:176px;max-height:64px;padding:8px;overflow:hidden;background:#fff;border-radius:8px;box-shadow:0 0 1px 0 rgba(0,0,0,.2),0 10px 20px 0 rgba(0,0,0,.1)}.drawflow .drawflow-node.tl-node.sceneholder .info p{display:-webkit-box;overflow:hidden;font-size:12px;line-height:16px;text-overflow:ellipsis;word-break:break-word;-webkit-box-orient:vertical;-webkit-line-clamp:3}.tl-table.scenario-stats tr td{max-width:none}.tl-button.scenario-sync-btn{grid-gap:8px;gap:8px;padding:8px 10px}.microview .drawflow .drawflow-node.tl-node.sceneholder .info{display:none}.microview .drawflow .drawflow-node.tl-node:not(.preview) .drawflow_content_node{align-items:center}.microview .drawflow .drawflow-node.tl-node:not(.preview) .outputs{display:block;margin-bottom:0}.microview .drawflow .drawflow-node.tl-node.preview .inputs,.microview .drawflow .drawflow-node.tl-node.preview .outputs{display:none}.microview .drawflow .drawflow-node.tl-node.branching:not(.preview) .output{position:absolute;bottom:12px}.microview .drawflow .drawflow-node.tl-node:not(.preview){width:40px;height:40px}.microview .drawflow .drawflow-node.tl-node:not(.preview) .label{top:4px;width:16px;height:3px;overflow:hidden}.microview .drawflow .drawflow-node.tl-node:not(.preview) .img,.microview .drawflow .drawflow-node.tl-node:not(.preview) .list,.microview .drawflow .drawflow-node.tl-node:not(.preview) .scores,.microview .drawflow .drawflow-node.tl-node:not(.preview) .timer,.microview .drawflow .drawflow-node.tl-node:not(.preview) .title,.microview .drawflow .drawflow-node.tl-node:not(.preview) span{display:none!important}.microview .drawflow .drawflow-node.tl-node.start .icon{display:block}.microview .drawflow .drawflow-node.tl-node.start span{display:none}.microview .drawflow .drawflow-node.tl-node.scene .drawflow_content_node .icon{display:block}.snapshots-panel{position:absolute;left:8px;top:8px;padding:8px;border-radius:8px;background:rgba(0,0,0,.6);color:#fff}.snapshots-panel p{margin:0;padding:0;font-size:14px;line-height:20px}.snapshots-panel p>button.tl-button{color:#fff;text-decoration:underline}.snapshots-list{display:flex;flex-flow:column;grid-gap:16px;gap:16px}.snapshots-list .snapshot{display:flex;align-items:center;justify-content:space-between}.snapshots-list .snapshot:hover{background:rgba(0,0,0,.05)}.snapshots-list .snapshot button{min-width:60px}.snapshots-status{display:block;border-radius:50%;width:16px;height:16px;padding:4px;margin-right:8px}.snapshots-status .core{display:block;width:8px;height:8px;border-radius:50%}.snapshots-status.draft{background:rgba(255,160,0,.3)}.snapshots-status.draft .core{background:#ffa000}.snapshots-status.published{background:rgba(0,193,0,.3)}.snapshots-status.published .core{background:#00c100}.media-wrapper{position:absolute;top:var(--banner-height);left:0;z-index:3000;display:flex;width:100%;height:calc(100% - var(--banner-height));overflow:auto;background-color:var(--tl-white);transition:all .3s ease-in-out}.media-wrapper.mobile-tutorial{height:calc(100% - var(--banner-height) - 100px)}.editor-wrapper,.scene-wrapper{display:flex;flex:1 1;flex-direction:column}.close-admin-panel{width:100%!important}.media-wrapper header{position:relative;display:flex;justify-content:space-between;padding:12px;background-color:#fff}.media-wrapper header.border-bottom{border-bottom:1px solid rgba(0,0,0,.1)}.media-wrapper header .header-item{display:flex;align-items:center}.media-wrapper header .header-item.header-item-center{position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;width:100%;height:100%;pointer-events:none}.media-wrapper header .header-item.header-item-center>a{height:36px;pointer-events:all}.media-wrapper header .header-item-column{display:flex;flex-direction:column;justify-content:space-around}.media-wrapper header .header-buttons-wrapper{display:flex;height:36px;margin-right:-4px}.media-wrapper header .header-buttons-wrapper>button{margin:0 4px}.media-wrapper header .scene-info-item,.media-wrapper header h1{display:inline;color:#000}.media-wrapper header h1{width:330px;max-width:330px;margin:3px 0 4px;overflow:hidden;font-size:16px;white-space:nowrap;text-overflow:ellipsis}@media(max-width:576px){.media-wrapper header h1{width:220px;max-width:220px}}.media-wrapper header .scene-info{display:flex;flex-wrap:wrap;align-items:center}.media-wrapper header .scene-info-item{display:flex;align-items:center;margin:0 0 0 8px;font-size:14px;line-height:18px}.media-wrapper header .scene-info-item:before{display:inline-block;margin-right:8px;color:#9c9c9c;content:"•"}.media-wrapper header .scene-info-item:first-child{margin-left:0}.media-wrapper header .scene-info-item:first-child:before{display:none}.media-wrapper header .scene-avatar,.media-wrapper header .scene-avatar .avatar{width:44px;min-width:44px;height:44px;min-height:44px}.media-wrapper header .scene-avatar{margin-right:12px}.media-wrapper .error-page,.media-wrapper iframe{position:relative;display:flex;flex:1 1;width:100%;height:100%;background-color:#ebebeb}.media-wrapper iframe.editor{min-height:unset}.media-wrapper .error-page{flex-direction:column;align-items:center;justify-content:center;padding:16px;background-color:#fff}.media-wrapper .error-page img{width:100%;max-width:350px;object-fit:contain}.slideshow{flex-direction:column}.slideshow .media-wrapper_preview{bottom:68px;min-height:calc(100vh - 136px)}.slideshow.media-wrapper iframe{min-height:calc(100vh - 136px)}.media-wrapper header .device-switcher{display:flex;flex:1 0;flex-wrap:wrap;grid-gap:16px;gap:16px;align-items:center;justify-content:center}.media-wrapper header .device-switcher .device-tile{display:flex;align-items:center;justify-content:center;width:56px;min-height:44px;padding:3px}.media-wrapper header .device-switcher .device-tile:hover{cursor:pointer}.media-wrapper header .device-switcher .device-tile.active{background:rgba(0,0,0,.05);border-radius:8px}.media-wrapper header .device-switcher .device-tile svg{height:100%;color:#000}.media-wrapper header .device-switcher .device-tile.active svg{color:#08f}.media-wrapper .device-container{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:32px}.media-wrapper .device-container.mobile{padding:16px}.media-wrapper .device-container.auto{padding:0}.media-wrapper .device-container .device-wrapper{position:relative;width:100%;height:100%;overflow:hidden;border:1px solid rgba(0,0,0,.1)}.media-wrapper .device-container .device-wrapper iframe{position:absolute;top:0;left:0;transform-origin:0 0}.homePage-module__home-page--4vpqX{--card-padding:24px;display:flex;flex-direction:column;align-items:center;width:100%;max-width:1696px;margin:0 auto;padding-bottom:72px;grid-gap:24px;gap:24px}.homePage-module__home-page--mobile--xBGAV{padding-top:32px}.homePage-module__cards--L8Oa1{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:24px;gap:24px}.homePage-module__cards--mobile--w4d4K{display:flex;flex-direction:column}.homePage-module__card--ZuIxr{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);height:auto;min-height:224px;padding:var(--card-padding);grid-gap:24px;gap:24px;background-color:#f6f8fa;border-radius:12px;border:1px solid #edf0f5;overflow:hidden}@media (min-width:1400px){.homePage-module__card--ZuIxr{grid-template-columns:minmax(0,2fr) minmax(0,1fr)}}.homePage-module__card__text--VBsi3{display:flex;flex-direction:column;grid-gap:8px;gap:8px}.homePage-module__card__text--VBsi3>*{margin:0;padding:0}.homePage-module__card__title--DUOML{font-size:20px;font-weight:700;line-height:28px;letter-spacing:-.2px}.homePage-module__card__description--yVN-2{font-size:16px;font-weight:400;line-height:24px;color:rgba(0,0,0,.6)}.homePage-module__card__image--jFCHg{position:relative}.homePage-module__card__image--jFCHg img{position:absolute;top:0;left:0;height:calc(100% + var(--card-padding)*2)}.homePage-module__card__link--UGXhs{display:flex;align-items:center;margin-top:auto;grid-gap:4px;gap:4px;color:var(--tl-blue);font-size:16px;font-weight:600;line-height:24px}.homePage-module__card__link--UGXhs:hover{cursor:pointer}.homePage-module__recents--Ib47k{display:flex;flex-direction:column;grid-gap:24px;gap:24px;width:100%}.homePage-module__scene--RXXq3{position:relative;padding:12px}.homePage-module__recents__header--G3aYN{font-size:24px;font-weight:700;line-height:32px}.homePage-module__recents__grid--aPT\+K{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));width:calc(100% + var(--card-padding));margin:0 0 0 calc(var(--card-padding)*-0.5)}.homePage-module__recents__grid--mobile--ghEH4{grid-template-columns:repeat(2,minmax(0,1fr))}.createWithAi-module__create-with-ai--BgXki{display:flex;width:100%}@keyframes createWithAi-module__movingGradients--x433N{0%{background-position:-280px -160px,right -280px bottom -160px,0 0}50%{background-position:calc(100% + 280px) calc(100% + 160px),right calc(100% + 280px) bottom calc(100% + 160px),0 0}to{background-position:-280px -160px,right -280px bottom -160px,0 0}}.createWithAi-module__create-form--uA6Hi{position:relative;display:flex;flex-direction:column;align-items:center;justify-items:center;width:100%;padding:56px 24px;background-image:radial-gradient(#f14e0b 0,transparent 60%),radial-gradient(#31e1ee 0,transparent 60%),linear-gradient(130deg,#a700ec 21%,#003aff 82%);background-repeat:no-repeat,no-repeat,no-repeat;background-size:560px 320px,560px 320px,100%;background-position:-280px -160px,right -280px bottom -160px,0 0;border-radius:12px;overflow:hidden}.createWithAi-module__create-form--uA6Hi .createWithAi-module__wrapper--jL7tn{display:flex;flex-direction:column;align-items:stretch;width:100%;max-width:880px;grid-gap:40px;gap:40px;opacity:1}.createWithAi-module__create-form--uA6Hi .createWithAi-module__wrapper--overlay--3m1qF{position:absolute;justify-content:center;top:0;left:0;width:100%;height:100%;grid-gap:24px;gap:24px;padding:40px 24px;max-width:100%}.createWithAi-module__create-form--uA6Hi .createWithAi-module__wrapper--hidden--Vr7TO{opacity:0;visibility:hidden}.createWithAi-module__create-form--uA6Hi .createWithAi-module__logo--zh\+qP{width:40px;height:40px}.createWithAi-module__create-form--uA6Hi .createWithAi-module__ribbon--9ZTCm{margin:0;background:#fff;color:var(--tl-blue);padding:2px;position:absolute;top:0;right:0;font-size:14px;font-weight:700;line-height:20px;transform:translateX(30%) translateY(0) rotate(45deg);transform-origin:top left}.createWithAi-module__create-form--uA6Hi .createWithAi-module__ribbon--9ZTCm:after,.createWithAi-module__create-form--uA6Hi .createWithAi-module__ribbon--9ZTCm:before{content:"";position:absolute;top:0;width:100%;height:100%;background:#fff;margin:0 -1px}.createWithAi-module__create-form--uA6Hi .createWithAi-module__ribbon--9ZTCm:before{right:100%}.createWithAi-module__create-form--uA6Hi .createWithAi-module__text-and-description--0e\+da{display:flex;flex-direction:column;width:100%;align-items:center;grid-gap:8px;gap:8px;color:#fff}.createWithAi-module__create-form--uA6Hi .createWithAi-module__text-and-description__cta-buttons--JMPwG{display:flex;align-items:center;grid-gap:12px;gap:12px;margin-top:24px}.createWithAi-module__create-form--uA6Hi .createWithAi-module__text-and-description__cta-buttons--JMPwG .tl-button{height:40px;border-radius:8px;border-width:1px}.createWithAi-module__create-form--uA6Hi .createWithAi-module__title--U52Gu{position:relative;margin:0;padding:0;font-size:28px;line-height:38px;text-align:center}.createWithAi-module__create-form--uA6Hi .createWithAi-module__description--uFZtJ{margin:0;padding:0;font-size:16px;line-height:24px;text-align:center}.createWithAi-module__create-form--uA6Hi .createWithAi-module__type-switch--Lw6lY{display:flex;align-items:center;padding:2px;border-radius:1000px;background:hsla(0,0%,100%,.2);outline:0;border:0}.createWithAi-module__create-form--uA6Hi .createWithAi-module__type-switch--Lw6lY:hover{cursor:pointer}.createWithAi-module__create-form--uA6Hi .createWithAi-module__type-switch__bullet--RuPOA{display:flex;align-items:center;grid-gap:8px;gap:8px;padding:4px 16px;border-radius:1000px;color:#fff;font-size:14px;font-weight:400;background-color:initial}.createWithAi-module__create-form--uA6Hi .createWithAi-module__type-switch__bullet--RuPOA.createWithAi-module__type-switch__bullet--active--p4SIB{background-color:#fff;color:#000}.createWithAi-module__create-form--uA6Hi .createWithAi-module__controls--pizEC{display:flex;flex-direction:column;align-items:center;grid-gap:16px;gap:16px}.createWithAi-module__create-form--uA6Hi .createWithAi-module__rich-input-wrapper--CCG0r{display:flex;flex-direction:column;align-items:center;width:100%;grid-gap:8px;gap:8px}.createWithAi-module__create-form--uA6Hi .createWithAi-module__rich-input--lG8uc{display:flex;align-items:flex-start;grid-gap:12px;gap:12px;width:100%;min-height:72px;padding:12px 16px;background-color:#fff;border-radius:12px}.createWithAi-module__create-form--uA6Hi .createWithAi-module__prompt-input--h19hZ{align-self:center;padding:0;font-size:16px;line-height:24px;font-weight:400;color:#000;flex:1 1;border:0;outline:0;background-color:initial;resize:none;overflow:hidden}.createWithAi-module__create-form--uA6Hi .createWithAi-module__prompt-input--h19hZ:disabled{color:#939393;background-color:initial}.createWithAi-module__create-form--uA6Hi .createWithAi-module__prompt-input--h19hZ::placeholder{color:rgba(0,0,0,.6)}.createWithAi-module__create-form--uA6Hi .createWithAi-module__mobile-controls--u1ESg{display:flex;align-items:center;justify-content:flex-end;grid-gap:8px;gap:8px}.createWithAi-module__create-form--uA6Hi .createWithAi-module__continue-button--BFO1e{width:auto;height:auto;margin-top:4px;padding:8px;border-radius:8px}.createWithAi-module__create-form--uA6Hi .createWithAi-module__error-message--CkdCH{display:flex;align-items:center;width:100%;grid-gap:8px;gap:8px;padding:6px 12px;background-color:#fff;border-radius:6px;font-size:14px;line-height:20px}.createWithAi-module__create-form--uA6Hi .createWithAi-module__error-message--CkdCH>button:last-child{margin-left:auto;background-color:initial;font-size:14px;line-height:20px;font-weight:400;color:#08f;border:0;outline:0}.createWithAi-module__create-form--uA6Hi .createWithAi-module__error-message--CkdCH>button:last-child:hover{cursor:pointer}.createWithAi-module__create-form--uA6Hi .createWithAi-module__animation--xLK9i{display:flex;align-items:center;justify-content:center}.createWithAi-module__create-form--uA6Hi .createWithAi-module__error-message--CkdCH .createWithAi-module__dismiss-button--GwZQg{display:flex;align-items:center;border:0;outline:0;background-color:initial;color:var(--tl-blue);font-weight:700}.createWithAi-module__create-form--uA6Hi .createWithAi-module__error-message--CkdCH .createWithAi-module__dismiss-button--GwZQg:hover{cursor:pointer}.createWithAi-module__create-form--uA6Hi .createWithAi-module__attachments-list--zLX0v{display:flex;align-items:center;grid-gap:8px;gap:8px;width:auto;min-width:0}.createWithAi-module__create-with-ai--BgXki.createWithAi-module__mobile--BmSwt .createWithAi-module__create-form--uA6Hi .createWithAi-module__attachments-list--zLX0v{display:grid;grid-template-columns:1fr 1fr}.createWithAi-module__create-form--uA6Hi .createWithAi-module__add-file-button--G8x79{margin-top:8px;padding:0}.createWithAi-module__create-form--uA6Hi .createWithAi-module__add-file-button--G8x79,.createWithAi-module__create-form--uA6Hi .createWithAi-module__remove-file-button--EJW7P{background-color:initial}.createWithAi-module__create-form--uA6Hi .createWithAi-module__remove-file-button--EJW7P{width:24px;height:24px;padding:0}.createWithAi-module__create-form--uA6Hi .createWithAi-module__add-file-button--G8x79:hover,.createWithAi-module__create-form--uA6Hi .createWithAi-module__remove-file-button--EJW7P:hover{background-color:initial}.createWithAi-module__create-form--uA6Hi .createWithAi-module__attachment--2sR8K{display:flex;align-items:center;justify-content:space-between;padding:6px 12px;grid-gap:8px;gap:8px;width:auto;min-width:80px;font-size:14px;line-height:20px;border-radius:4px;-webkit-user-select:none;user-select:none;background-color:hsla(0,0%,100%,.2);color:#fff}.createWithAi-module__create-form--uA6Hi .createWithAi-module__attachment--2sR8K span{max-width:160px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:700}.createWithAi-module__create-form--uA6Hi .createWithAi-module__attachment--2sR8K.createWithAi-module__attachment--error--47zuK{background-color:#fff;color:#000}.createWithAi-module__create-form--uA6Hi .createWithAi-module__link--8FNrJ{color:var(--tl-white);text-decoration:underline}.createWithAi-module__create-form--uA6Hi .createWithAi-module__link--8FNrJ:hover{cursor:pointer}.createWithAi-module__select-type-modal--syWVn main{display:flex;grid-gap:16px;gap:16px;margin-bottom:0}.createWithAi-module__select-type-modal--syWVn main>section{display:flex;flex:1 0;flex-direction:column;grid-gap:16px;gap:16px;border-radius:8px;transition:all .2s ease}.createWithAi-module__select-type-modal--syWVn.createWithAi-module__mobile--BmSwt main{flex-wrap:wrap}.createWithAi-module__select-type-modal--syWVn main>section>div{padding:0}.createWithAi-module__select-type-modal--syWVn main>section>div:last-child{display:flex;flex:1 0;flex-direction:column}.createWithAi-module__create-with-ai--BgXki.createWithAi-module__select-type-modal--syWVn main>section>div:last-child>div:last-child{margin-top:auto}.createWithAi-module__select-type-modal--syWVn main>section img{width:100%}.createWithAi-module__select-type-modal--syWVn main>section h2{margin-bottom:8px;font-size:16px;line-height:24px}.createWithAi-module__select-type-modal--syWVn main>section p{margin-bottom:16px;font-size:14px;line-height:20px}.createWithAi-module__select-type-modal--syWVn main>section button{align-self:flex-start;margin-top:auto}.modal.createWithAi-module__generation-modal--GYYYX{display:flex;flex-direction:column;padding-bottom:60px;background:url(https://cdn.thinglink.me/jsec/0/newspa/static/media/preview-bg.022472ca.jpg) no-repeat 50%/cover}.createWithAi-module__generation-modal--GYYYX.createWithAi-module__mobile--BmSwt{padding:16px 16px 32px}.createWithAi-module__generation-modal--GYYYX main,.createWithAi-module__loading-content--4wBwM{display:flex;flex-direction:column;width:100%;height:100%;margin:0}.createWithAi-module__loading-content--4wBwM{align-items:center;justify-content:flex-start;padding-top:24px}.createWithAi-module__loading-content--4wBwM .createWithAi-module__container--rGcxv{display:flex;flex-direction:column;align-items:center;max-width:800px}.createWithAi-module__loading-content--4wBwM .createWithAi-module__title--U52Gu{margin-bottom:8px;font-size:32px;line-height:42px;text-align:center}.createWithAi-module__loading-content--4wBwM .createWithAi-module__description--uFZtJ{margin-bottom:42px;font-size:16px;line-height:24px;text-align:center}.createWithAi-module__loading-content--4wBwM .createWithAi-module__error--ZNc-G{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:480px;padding:24px;background-color:rgba(241,40,40,.1);text-align:center;border:2px solid rgba(241,40,40,.3);border-radius:8px}.createWithAi-module__loading-content--4wBwM .createWithAi-module__error--ZNc-G .createWithAi-module__sign--nDlzS{width:48px;height:48px;margin-bottom:16px}.createWithAi-module__loading-content--4wBwM .createWithAi-module__error--ZNc-G h3{margin-bottom:8px;font-size:16px;line-height:24px;font-weight:700}.createWithAi-module__loading-content--4wBwM .createWithAi-module__error--ZNc-G p{font-size:14px;line-height:20px;font-weight:400}.createWithAi-module__loading-content--4wBwM .createWithAi-module__animation--xLK9i{height:320px;width:100%;border:0}.createWithAi-module__scene-preview--40N-V{display:flex;flex-direction:column;align-items:center;flex:1 1;grid-gap:24px;gap:24px}.createWithAi-module__scene-preview--40N-V .createWithAi-module__text-container--mCo0B{max-width:800px}.createWithAi-module__scene-preview--40N-V .createWithAi-module__title--U52Gu{display:flex;align-items:center;justify-content:center;grid-gap:8px;gap:8px;margin-bottom:8px;font-size:32px;line-height:42px;text-align:center;background:-webkit-linear-gradient(72deg,#8909dd,#0613e8);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.createWithAi-module__scene-preview--40N-V.createWithAi-module__mobile--BmSwt .createWithAi-module__title--U52Gu{flex-direction:column;font-size:28px;line-height:38px}.createWithAi-module__scene-preview--40N-V .createWithAi-module__description--uFZtJ{margin-bottom:16px;font-size:16px;line-height:24px;text-align:center}.createWithAi-module__scene-preview--40N-V .createWithAi-module__scene-frame--xnYWm{position:relative;display:flex;flex-direction:column;width:100%;justify-content:center;align-items:center;flex:1 1;overflow:hidden}.createWithAi-module__scene-preview--40N-V.createWithAi-module__mobile--BmSwt .createWithAi-module__scene-frame--xnYWm{justify-content:flex-start}.createWithAi-module__scene-preview--40N-V .createWithAi-module__scene-title--k5II1{font-size:20px;line-height:28px;text-align:center}@keyframes createWithAi-module__rotating--F5vrb{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.createWithAi-module__scene-preview--40N-V .createWithAi-module__scene-frame--xnYWm:after{content:"";display:block;position:absolute;top:50%;left:50%;width:64px;height:64px;margin-left:-32px;margin-top:-32px;background:url(https://cdn.thinglink.me/jsec/0/newspa/static/media/magic-loader.4b94e4c6.svg) no-repeat 50%/64px 64px;transition:opacity .2s ease;animation:createWithAi-module__rotating--F5vrb 1s linear infinite;z-index:1}.createWithAi-module__scene-preview--40N-V.createWithAi-module__loaded--uOmmW .createWithAi-module__scene-frame--xnYWm:after{display:none}.createWithAi-module__scene-preview--40N-V .createWithAi-module__scene-frame--xnYWm iframe{position:absolute;top:0;width:100%;height:100%;border:0;outline:0;opacity:0;transition:opacity .2s ease;z-index:0;border-radius:16px;overflow:hidden}.createWithAi-module__scene-preview--40N-V.createWithAi-module__loaded--uOmmW .createWithAi-module__scene-frame--xnYWm iframe{opacity:1}.createWithAi-module__scene-preview--40N-V.createWithAi-module__mobile--BmSwt .createWithAi-module__scene-frame--xnYWm iframe{position:relative}.createWithAi-module__scene-preview--40N-V .createWithAi-module__tools---\+PQS{position:relative;display:flex;align-items:center;grid-gap:12px;gap:12px;padding:8px;background-color:#fff;border-radius:12px;box-shadow:0 0 1px 0 rgba(0,0,0,.2),0 10px 20px 0 rgba(0,0,0,.1)}.createWithAi-module__scene-preview--40N-V .createWithAi-module__tools__button--prDdn{position:relative;display:flex;align-items:center;grid-gap:8px;gap:8px;padding:8px;background-color:#fff;border:0;border-radius:8px;outline:0;font-size:14px;font-weight:400;line-height:20px;transition:background-color .2s ease}.createWithAi-module__scene-preview--40N-V .createWithAi-module__tools__button--prDdn:not(:disabled):hover{background-color:#edf0f5;cursor:pointer}.createWithAi-module__scene-preview--40N-V .createWithAi-module__tools__button--prDdn:disabled{color:#000}.createWithAi-module__scene-preview--40N-V .createWithAi-module__tools__button--prDdn:disabled:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:hsla(0,0%,100%,.6)}.createWithAi-module__scene-preview--40N-V .createWithAi-module__tools__separator--uX5k1{width:1px;height:75%;margin:auto 0;background-color:rgba(0,0,0,.2)}.createWithAi-module__scene-preview--40N-V .createWithAi-module__tools__edit-button--eceCD{grid-gap:8px;gap:8px;padding:8px 12px;height:auto;border-radius:8px}.createWithAi-module__scene-preview--40N-V .createWithAi-module__tools__regenerate-button--dLfaM{padding:8px;width:40px;height:40px;min-width:40px;min-height:40px;border-radius:8px}.createWithAi-module__scene-preview--40N-V .createWithAi-module__tools__popup--Eed6c{position:absolute;left:0;bottom:calc(100% + 8px);display:none;grid-gap:12px;gap:12px;padding:8px 8px 8px 12px;background-color:#fff;width:320px;border-radius:12px;box-shadow:0 0 1px 0 rgba(0,0,0,.2),0 10px 20px 0 rgba(0,0,0,.1);visibility:hidden}.createWithAi-module__scene-preview--40N-V .createWithAi-module__tools__popup--visible--a8alJ{display:flex;visibility:visible}.createWithAi-module__scene-preview--40N-V.createWithAi-module__mobile--BmSwt .createWithAi-module__tools__popup--Eed6c{width:100%}.createWithAi-module__scene-preview--40N-V .createWithAi-module__tools__prompt--7aYY9{flex:1 1;font-size:14px;font-weight:400;line-height:20px;border:0;outline:0;color:#000;resize:none}.createWithAi-module__scene-preview--40N-V .createWithAi-module__tools__prompt--muted--Pr402{color:#999}.createWithAi-module__scene-preview--40N-V .createWithAi-module__error--ZNc-G{display:flex;align-items:center;justify-content:center;grid-gap:8px;gap:8px;width:100%;padding:8px;border-radius:8px;border:1px solid #fb607f;background:#fedce3;font-size:14px;font-weight:400;line-height:20px}.createWithAi-module__scene-preview--40N-V .createWithAi-module__error__dismiss--Ug9Vj{color:#08f;font-size:14px;font-weight:700;line-height:20px;border:0;outline:0;background:transparent}.createWithAi-module__scene-preview--40N-V .createWithAi-module__error__dismiss--Ug9Vj:hover{cursor:pointer}.createWithAi-module__scene-preview--40N-V .createWithAi-module__rate--kiqHc{position:absolute;top:0;right:0;display:flex;flex-direction:column;align-items:center;margin-top:0;padding:2px;background-color:#fff;border-radius:6px}.createWithAi-module__scene-preview--40N-V .createWithAi-module__rate--kiqHc.createWithAi-module__rate--horizontal--fn0X6{flex-direction:row}.createWithAi-module__scene-preview--40N-V.createWithAi-module__mobile--BmSwt .createWithAi-module__rate--kiqHc{position:relative;flex-direction:row;margin-top:16px}.createWithAi-module__scene-preview--40N-V .createWithAi-module__rate__button--cYXdV{display:flex;align-items:center;justify-content:center;padding:8px;transition:all .2s ease;outline:0;border:0;background:transparent}.createWithAi-module__scene-preview--40N-V .createWithAi-module__rate__button--cYXdV:hover{cursor:pointer}.createWithAi-module__scene-preview--40N-V .createWithAi-module__rate__button--cYXdV.createWithAi-module__rate__button--active--AX6kS{transform:scale(1.2)}.createWithAi-module__scene-preview--40N-V .createWithAi-module__rate__button--cYXdV.createWithAi-module__rate__button--active--AX6kS:hover{cursor:default}.createWithAi-module__scene-preview--40N-V .createWithAi-module__rate__button--cYXdV:not(.createWithAi-module__rate__button--active--AX6kS):hover{transform:scale(1.1) rotate(-5deg)}form.freeStudentWall-module__free-student-invite--v8TjY{display:flex;flex-direction:row;grid-gap:16px;gap:16px;justify-content:center;margin-top:24px}form.freeStudentWall-module__free-student-invite--v8TjY .freeStudentWall-module__input--8-pge{max-width:240px}.modal.modal-embed{margin:40px auto;padding:20px 0 24px}.modal.modal-embed header{padding:0 24px}@keyframes clip-slidein{0%{transform:translate3d(0,12px,0);opacity:0}to{transform:translateZ(0);opacity:1}}.clip-wrapper{z-index:300;max-width:calc(100vw - 40px);overflow:hidden;background-color:#fff;border-radius:8px;box-shadow:0 10px 20px 0 rgba(0,0,0,.2);animation-name:clip-slidein;animation-duration:.1s;animation-iteration-count:1;animation-fill-mode:forwards;pointer-events:auto}.library-clip{width:364px;height:414px}.scenarios-clip{width:364px;height:430px}.tours-clip{width:364px;height:465px}.clip-slider{position:absolute;width:100%;height:100%;overflow:hidden;background:#fff;border-radius:4px}.clip-slide{position:absolute;opacity:0;transition:opacity .4s ease-out;pointer-events:none}.clip-slide.active{opacity:1;pointer-events:auto}.clip-img{display:block;width:90%;height:auto;max-height:204px;margin:16px 5%;background-color:initial;border:0;border-radius:4px}.clip-img.bordered{border:3px solid #c4c4c4;border-top-left-radius:4px;border-top-right-radius:4px}.clip-img-wrapper{position:relative;width:100%;height:204px;overflow:hidden;color:#fff;background:url(https://cdn.thinglink.me/jsec/0/newspa/static/media/bg.33c12bd6.jpg) no-repeat 0 0 #666;background-size:cover}.clip-img-wrapper h2{margin:16px;font-weight:800;font-size:24px;line-height:32px;text-align:center}.clip-img-wrapper.no-img{display:flex;align-items:center;justify-content:center}.clip-img-wrapper.no-img h2{font-size:72px;line-height:86px;text-transform:uppercase}.clip-img-wrapper.no-img .clip-img{display:none}.clip-img-wrapper .play-icon{position:absolute;bottom:33%;left:50%;display:block;width:60px;height:60px;margin-left:-30px;background:url(https://cdn.thinglink.me/jsec/0/newspa/static/media/play.6057ad9b.svg) no-repeat 50% 50% #fff;background-size:40px 40px;border-radius:50%;box-shadow:3px 3px 10px rgba(0,0,0,.1);cursor:pointer}.clip-img-wrapper .play-icon.animated{background:#fff;box-shadow:none;animation:pulse 3s ease infinite;pointer-events:none}.clip-img-wrapper .play-icon:hover{background-color:hsla(0,0%,100%,.95)}.clip-title{font-weight:700}.clip-text,.clip-title{margin:16px;font-size:14px;line-height:18px}.clip-text{font-weight:400}.clip-close{position:absolute;top:16px;right:12px;background-color:rgba(0,0,0,.4)}.clip-close,.clip-close>button{border-radius:50%}.clip-footer-flex{display:flex;grid-gap:16px;gap:16px}.clip-footer-flex.mobile{flex-direction:column}.clip-footer{position:absolute;right:0;bottom:0;left:0;padding:0 16px 12px;background:hsla(0,0%,100%,.9);border-radius:4px}.clip-pager{display:flex;flex-grow:1;grid-gap:16px;gap:16px;align-items:center;height:36px}.clip-pager-item{display:flex;width:8px;height:8px;margin:0;padding:0;background-color:rgba(0,0,0,.1);border:0;border-radius:50%}.clip-pager-item:focus{outline:none}.clip-pager-item.active{background-color:#08f}.support-request-modal .attachments-section{display:flex;flex-direction:column;grid-gap:8px;gap:8px}.support-request-modal .attachments-section ul.attached-files{display:flex;flex-direction:column;grid-gap:8px;gap:8px;margin:0;padding:0;list-style:none}.support-request-modal .attachments-section ul.attached-files li{display:flex;grid-gap:8px;gap:8px;align-items:center;margin:0;padding:0;font-size:14px;line-height:20px}.support-request-modal .attachments-section ul.attached-files li.error{color:#f12828}.support-request-modal .attachments-section ul.attached-files .icon{display:flex;align-items:center;justify-content:center;width:24px;min-width:24px;height:24px;min-height:24px;padding:0;background-color:initial;border:0;border-radius:4px;outline:0}.support-request-modal .attachments-section ul.attached-files button.icon:hover{cursor:pointer}.support-request-modal .attachments-section ul.attached-files .icon.icon--gray{background-color:rgba(0,0,0,.05)}@keyframes rotate{to{transform:rotate(-1turn)}}.support-request-modal .attachments-section ul.attached-files .icon.icon--animated{animation:rotate 1.5s linear infinite}.support-request-modal .attachments-section ul.attached-files .icon:last-child{margin-left:auto}.support-request-modal .attachments-section label{color:rgba(0,0,0,.6);font-weight:700;font-size:12px;line-height:16px}.support-request-modal .files-drop-area{display:flex;flex-direction:column;grid-gap:8px;gap:8px;align-items:center;justify-content:center;width:100%;padding:36px;font-size:12px;line-height:16px;background-color:rgba(0,0,0,.05);border:1px dashed rgba(0,0,0,.2);border-radius:4px;transition:background-color .2s ease}.support-request-modal .files-drop-area p{display:flex;align-items:center}.support-request-modal .files-drop-area p:last-child{color:rgba(0,0,0,.6)}.support-request-modal .files-drop-area:hover{background-color:rgba(0,0,0,.07);cursor:pointer}.support-request-modal .fields-container .error-overlay{position:absolute;top:0;left:0;z-index:1;display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:10%;background-color:#fff}.support-widget-wrapper{--buttonHeight:48px;--buttonsGap:8px;display:flex;flex-direction:column-reverse;grid-gap:16px;gap:16px;align-items:flex-end;justify-content:flex-start;height:var(--buttonHeight);pointer-events:auto}.support-widget-wrapper.expanded{height:auto}.support-widget-wrapper .support-widget__button{display:flex;grid-gap:var(--buttonsGap);gap:var(--buttonsGap);align-items:center;justify-content:center;min-width:48px;min-height:var(--buttonHeight);max-height:var(--buttonHeight);padding:12px 16px;color:#fff;font-weight:700;font-size:14px;line-height:20px;background-color:#040da5;border-radius:40px;box-shadow:0 10px 20px rgba(0,0,0,.2);transition:padding .2s ease,transform .5s ease,opacity .2s linear}.support-widget-wrapper .support-widget__button.support-widget__button--active{background-color:#030861}.support-widget-wrapper .support-widget__button:nth-of-type(2){--posY:calc(var(--buttonHeight) + var(--buttonsGap)*2)}.support-widget-wrapper .support-widget__button:nth-of-type(3){--posY:calc(var(--buttonHeight)*2 + var(--buttonsGap)*4)}.support-widget-wrapper .support-widget__button:nth-of-type(4){--posY:calc(var(--buttonHeight)*3 + var(--buttonsGap)*6)}.support-widget-wrapper .support-widget__button:nth-of-type(5){--posY:calc(var(--buttonHeight)*4 + var(--buttonsGap)*8)}.support-widget-wrapper .support-widget__button:first-of-type{z-index:1}.support-widget-wrapper .support-widget__button:nth-of-type(n+2){z-index:0;transform:translateY(var(--posY));opacity:0;pointer-events:none}.support-widget-wrapper.expanded .support-widget__button:nth-of-type(n+2){transform:translateY(0);opacity:1;pointer-events:auto}.support-widget-wrapper .support-widget__button:nth-of-type(n+2):not(.no-hover-animation):hover{padding:12px 18px}.support-widget-wrapper .support-widget__button.support-widget__button--circle{padding:12px}.support-widget-wrapper .support-widget__button:hover{cursor:pointer}.support-widget-wrapper .support-widget__button button{display:flex;align-items:center;justify-content:center;background-color:initial;border:0}.support-widget-wrapper .support-widget__text-input{color:#fff;font-size:14px;line-height:20px;background-color:initial;border:0;border-bottom:1px solid hsla(0,0%,100%,.4);outline:0}.support-widget-wrapper .support-widget__icon{width:24px;min-width:24px;height:24px;min-height:24px}.tutorial-widget{display:flex;flex-direction:column;grid-gap:16px;gap:16px;margin-right:-8px;margin-bottom:42px;padding:16px;background-color:#fff;border-radius:8px;box-shadow:0 10px 20px 0 rgba(0,0,0,.1),0 0 1px 0 rgba(0,0,0,.2)}.tutorial-widget.mobile{grid-gap:8px;gap:8px;align-items:center;width:100vw;height:100px;margin-right:-20px;margin-bottom:-20px;padding:10px;border-top:1px solid rgba(0,0,0,.1);border-radius:0;box-shadow:none}.tutorial-widget .title{font-weight:700;font-size:20px;line-height:28px}.tutorial-widget .item{display:flex;grid-gap:12px;gap:12px;align-items:center;justify-content:space-between;min-width:230px;font-weight:400;font-size:14px;line-height:20px}.tutorial-widget.mobile .item{justify-content:center}.tutorial-widget .item .checkmark{width:16px;min-width:16px;height:16px;min-height:16px}.tutorial-widget .item .checkmark.checkmark--empty{border:2px solid rgba(0,0,0,.2);border-radius:50%}.tutorial-widget .item.pills{grid-gap:8px;gap:8px}.tutorial-widget .item.pills>span{width:12px;min-width:12px;height:12px;min-height:12px;background-color:rgba(0,0,0,.1);border-radius:50%}.tutorial-widget .pills>span.completed{background-color:#00c100}.widget-root{position:fixed;right:calc(var(--offset-right, 0) + 20px);bottom:20px;z-index:3500;pointer-events:none}.timer-module__timer--Y7qol{display:flex;align-items:center;justify-content:flex-start;width:100%;height:100%;color:var(--tl-blue);font-weight:700;font-size:16px}.timer-module__timer--Y7qol.timer-module__timer-circle--Gyvk8 .timer-module__clock--\+yRos,.timer-module__timer--Y7qol.timer-module__timer-circle--Gyvk8 .timer-module__clock--\+yRos.timer-module__reverse--nwIMS{position:relative;box-sizing:border-box;width:20px;height:20px;margin-right:8px;background-color:#fff;border:2px solid var(--tl-blue);border-radius:50%}.timer-module__timer--Y7qol.timer-module__timer-circle--Gyvk8 .timer-module__clock--\+yRos.timer-module__ended--3MFIp{background-color:var(--tl-blue)}.timer-module__timer--Y7qol.timer-module__timer-circle--Gyvk8 .timer-module__clock--\+yRos.timer-module__reverse--nwIMS.timer-module__ended--3MFIp{background-color:#fff;border:2px solid var(--tl-blue)}.timer-module__timer--Y7qol.timer-module__timer-circle--Gyvk8 .timer-module__clock--\+yRos.timer-module__danger--GhVjn{background-color:var(--tl-red-error)}.timer-module__timer--Y7qol.timer-module__timer-circle--Gyvk8 .timer-module__clock--\+yRos.timer-module__reverse--nwIMS.timer-module__danger--GhVjn{background-color:#fff;border:2px solid var(--tl-red-error)}.timer-module__timer--Y7qol.timer-module__timer-circle--Gyvk8 .timer-module__clock--\+yRos.timer-module__reverse--nwIMS .timer-module__rotator--mwf6S,.timer-module__timer--Y7qol.timer-module__timer-circle--Gyvk8 .timer-module__clock--\+yRos .timer-module__rotator--mwf6S{position:absolute;bottom:-2px;left:-2px;width:10px;height:20px;background-color:var(--tl-blue);border-radius:10px 0 0 10px;transform-origin:100% 50%;transition:transform 1s linear}.timer-module__timer--Y7qol.timer-module__timer-circle--Gyvk8 .timer-module__clock--\+yRos.timer-module__danger--GhVjn .timer-module__rotator--mwf6S,.timer-module__timer--Y7qol.timer-module__timer-circle--Gyvk8 .timer-module__clock--\+yRos.timer-module__reverse--nwIMS.timer-module__danger--GhVjn .timer-module__rotator--mwf6S{background-color:var(--tl-red-error)}.timer-module__timer--Y7qol.timer-module__timer-circle--Gyvk8 .timer-module__clock--\+yRos .timer-module__mask--qIK8o{position:absolute;right:unset;bottom:-2px;left:-2px;width:10px;height:20px;background-color:#fff;border-top:2px solid var(--tl-blue);border-bottom:2px solid var(--tl-blue);border-left:2px solid var(--tl-blue);border-radius:10px 0 0 10px}.timer-module__timer--Y7qol.timer-module__timer-circle--Gyvk8 .timer-module__clock--\+yRos.timer-module__reverse--nwIMS .timer-module__mask--qIK8o{right:-2px;left:unset;background-color:var(--tl-blue);border:unset;border-radius:0 10px 10px 0}.timer-module__timer--Y7qol.timer-module__timer-circle--Gyvk8 .timer-module__clock--\+yRos.timer-module__danger--GhVjn .timer-module__mask--qIK8o,.timer-module__timer--Y7qol.timer-module__timer-circle--Gyvk8 .timer-module__clock--\+yRos.timer-module__reverse--nwIMS.timer-module__danger--GhVjn .timer-module__mask--qIK8o{background-color:var(--tl-red-error)}.timer-module__timer--Y7qol.timer-module__timer-circle--Gyvk8 .timer-module__clock--\+yRos .timer-module__mask--qIK8o.timer-module__second-half--LQIw1{position:absolute;right:-2px;left:unset;background-color:var(--tl-blue);border-radius:0 10px 10px 0}.timer-module__timer--Y7qol.timer-module__timer-circle--Gyvk8 .timer-module__clock--\+yRos.timer-module__reverse--nwIMS .timer-module__mask--qIK8o.timer-module__second-half--LQIw1{right:unset;left:-2px;background-color:#fff;border-top:2px solid var(--tl-blue);border-bottom:2px solid var(--tl-blue);border-left:2px solid var(--tl-blue);border-radius:10px 0 0 10px}.timer-module__timer--Y7qol.timer-module__timer-circle--Gyvk8 .timer-module__clock--\+yRos.timer-module__danger--GhVjn .timer-module__mask--qIK8o.timer-module__second-half--LQIw1{background-color:var(--tl-red-error);border:unset}.timer-module__timer--Y7qol.timer-module__timer-circle--Gyvk8 .timer-module__clock--\+yRos.timer-module__reverse--nwIMS.timer-module__danger--GhVjn .timer-module__mask--qIK8o.timer-module__second-half--LQIw1{background-color:#fff;border-top:2px solid var(--tl-red-error);border-bottom:2px solid var(--tl-red-error);border-left:2px solid var(--tl-red-error)}.timer-module__timer--Y7qol.timer-module__timer-circle--Gyvk8 .timer-module__duration--35b0Q{width:52px;color:var(--tl-blue);font-weight:700;font-size:16px}.timer-module__timer--Y7qol.timer-module__timer-circle--Gyvk8 .timer-module__duration--35b0Q.timer-module__danger--GhVjn{color:var(--tl-red-error)}.timer-module__timer--Y7qol .timer-module__timer-background--Kaj2p{height:100%;background-color:rgba(0,0,0,.1)}.timer-module__timer--Y7qol .timer-module__timer-progress--3vwL5{height:100%;background-color:var(--tl-blue)}.timer-module__timer-progress-bg--1oj-I{width:100%;height:8px;background:#d1d7e0;border-radius:100px}.timer-module__timer-progress-bg--1oj-I.timer-module__danger--GhVjn{background:#ffd7e0}.timer-module__timer-progress-bar--M733v{width:40%;max-width:100%;height:100%;background:#08f;border-radius:100px}.timer-module__timer-progress-bar--M733v.timer-module__danger--GhVjn{background:red}.timer-module__easing--MVV\+a{transition:.5s ease-out}.timer-module__smooth---TckX{transition:1s linear}.timer-module__smooth---TckX.timer-module__mills--777cI{transition:.1s linear}.timer-module__timer--Y7qol .timer-module__timer-start--qr-eL{width:100%;height:100%;background-color:rgba(0,0,0,.1)}.timer-module__timer--Y7qol .timer-module__timer-end--8LPrV{width:100%;height:100%;background-color:var(--tl-blue)}.timer-module__timer-modal--L3cVc>header{display:flex;flex-direction:column;align-items:center;justify-content:center}.timer-module__timer-modal--L3cVc>main{margin-top:12px;margin-bottom:24px}.timer-module__timer-badge--L8DJY{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;padding:8px 12px;color:#3e414b;font-weight:700;background:#fff;border-radius:24px;box-shadow:0 0 1px 0 rgba(140,144,155,.4),0 2px 8px 0 rgba(140,144,155,.24)}.timer-module__timer-badge--L8DJY.timer-module__light--M-h-Y{color:var(--tl-blue);background:rgba(0,136,255,.1)}.timer-module__timer-badge--L8DJY.timer-module__danger--GhVjn{color:var(--tl-red-error)}.timer-module__timer-badge--L8DJY.timer-module__pulse--M8KTj svg{animation:timer-module__pulse--M8KTj .5s infinite}.timer-module__timer-badge--L8DJY .timer-module__time--ALIQk{width:52px;margin-left:10px}.timer-module__timer-modal--L3cVc .timer-module__timer-circle--Gyvk8 .timer-module__duration--35b0Q{width:auto}.timer-module__timer-modal--L3cVc .timer-module__timer-badge--L8DJY{margin-bottom:24px}@keyframes timer-module__pulse--M8KTj{0%{transform:scale(1.2)}80%{opacity:.7}to{transform:scale(1);opacity:1}}.module-back{position:relative;display:flex;flex-flow:column;align-items:center;width:100%;height:calc(100vh - 70px);padding:40px 0;overflow:auto;background:var(--tl-light-gray)}.moduleshow{position:fixed;flex-direction:column}.moduleshow iframe{min-height:calc(100vh - 70px)}.module-back .popup-item .block-title{text-align:center}.module-back .popup-item{position:relative;display:flex;flex-direction:column;grid-gap:20px;gap:20px;align-items:center;width:50%;margin:0 auto 40px;padding:40px;background:#fff;border-radius:16px;box-shadow:0 10px 20px rgba(0,0,0,.1)}.module-back.module-item-card .popup-item{width:80%}.module-back.module-item-card .popup-item img{max-width:100%}.module-back .popup-item .btn-immersive-reader{position:absolute;top:0;right:-64px}.btn-immersive-reader{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#fff;border-radius:4px;box-shadow:0 5px 10px rgba(0,0,0,.1)}.btn-immersive-reader:hover{background-color:#f9f9f9;cursor:pointer}@media (max-width:768px){.module-back .popup-item .btn-immersive-reader{top:12px;right:12px;width:32px;height:32px;background-color:rgba(0,137,255,.1);box-shadow:none}.module-back .popup-item .btn-immersive-reader:hover{background-color:rgba(0,137,255,.2)}}.module-back .popup-item .icon{width:50px;height:50px;background:50% 50% no-repeat transparent}.module-back .popup-item .user-markdown{width:100%;line-height:1.3333333;white-space:pre-wrap;text-align:left;word-wrap:break-word}.module-back .popup-item .user-markdown ol,.module-back .popup-item .user-markdown ul{margin:0;white-space:normal}.module-back .popup-item .user-markdown h1{margin:0}.module-back .popup-item .user-markdown p{font-size:14px;line-height:22px}.module-back .choices{display:flex;flex-flow:row wrap;grid-gap:20px;gap:20px;width:100%}.module-back .choices>button{display:inline-flex;width:calc(50% - 10px);height:auto;margin:0 auto;padding:10px 24px;overflow:hidden;color:#333;font-weight:400;font-size:14px;line-height:20px;white-space:normal;border:2px solid rgba(0,0,0,.1);border-radius:4px}.module-back .choices.vertical{flex-flow:column;grid-gap:12px;gap:12px;width:100%}.module-back .choices.vertical>div{justify-content:flex-start;width:100%;height:auto;padding:16px;color:#333;font-weight:400;font-size:14px;line-height:20px;white-space:normal;border:2px solid rgba(0,0,0,.1);border-radius:4px}.module-back .choices label{overflow:hidden;text-overflow:ellipsis;word-wrap:break-word}.module-back .choices.vertical>div.tl-text-input{border:none}.module-back .choices.vertical .checkbox-button{margin-right:12px}.module-back .popup-item.popup-item--goal h2{margin-bottom:8px}.module-back .popup-item.popup-item--goal p{margin:0;font-size:16px;line-height:24px;text-align:center}.module-back .popup-item.popup-item--goal .points{margin:60px auto 76px;color:#08f;font-weight:700;font-size:56px;line-height:67px}.module-back .popup-item.popup-item--goal p+.points{margin:64px auto 24px}.module-back .circle-button{width:72px;height:72px;border-radius:50%}.moduleshow .module-avatar{display:flex;align-items:center;justify-content:center;width:36px;height:36px;margin-right:12px}.moduleshow>header{display:flex;align-items:center;justify-content:space-between;height:68px;min-height:68px;margin:0;padding:16px;border-bottom:1px solid rgba(0,0,0,.2)}.moduleshow .header-panel{width:100%}.moduleshow .header-item .dropdown{display:flex;align-items:center;padding:8px}.media-wrapper.moduleshow>header .header-buttons-wrapper{display:flex;grid-gap:8px;gap:8px;align-items:center;height:44px;margin-right:0}.media-wrapper>header .header-buttons-wrapper .timer{margin-right:8px}.media-wrapper.moduleshow>header .header-buttons-wrapper .points{height:36px;padding:8px 12px 8px 40px;color:#08f;font-weight:700;font-size:16px;line-height:20px;text-align:right;background:8px 50% no-repeat rgba(0,136,255,.1);background-size:24px 24px;border-radius:4px}.media-wrapper.moduleshow>header .header-buttons-wrapper .icon{width:24px;height:24px;background:50% 50% no-repeat transparent}.moduleshow .progress-panel{display:flex;grid-gap:8px;gap:8px;height:4px;margin:0 -12px}.moduleshow .progress-panel .progress-step{flex:1 1;background:var(--tl-blue)}.moduleshow .progress-panel .progress-step.transparent{background:unset}.moduleshow .progress-panel .progress-laststep{flex:2 1;background:rgba(0,0,0,.1)}.moduleshow .tl-button-icon-fixer-right>svg{margin-right:-6px}.moduleshow .tl-button-icon-fixer-left>svg{margin-left:-6px}.media-wrapper.moduleshow.endscreen{display:block}.moduleshow .endscreen{position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:auto;min-height:calc(100vh - 70px);margin:0 auto;padding-top:48px;font-size:14px;background-color:rgba(0,0,0,.05)}.moduleshow .endscreen .btn-immersive-reader{position:absolute;top:16px;right:16px}.moduleshow .endscreen h1{margin:0 0 12px;font-weight:700;font-size:38px;line-height:52px;text-align:center}.moduleshow .endscreen h2{max-width:80%;margin:0;font-weight:400;font-size:20px;line-height:32px;text-align:center}.moduleshow .endscreen h3,.moduleshow .endscreen h4{margin:0 0 24px;font-weight:700;font-size:24px;line-height:34px;text-align:center}.moduleshow .endscreen .header-button{margin:24px 0 0}.moduleshow .endscreen .image-completed{width:190px;height:174px;margin-top:8px;margin-bottom:32px}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.moduleshow .endscreen .lti-message{margin:8px 0 0;font-weight:400;font-size:20px;line-height:32px}.moduleshow .endscreen .lti-message.pending{animation:pulse 1s ease-in-out infinite}.moduleshow .endscreen .tiles-wrapper{display:flex;flex-wrap:wrap;grid-gap:30px;gap:30px;justify-content:center;max-width:960px;margin:40px 0}.moduleshow .endscreen .tiles-wrapper .tile{display:flex;flex-direction:column;min-width:210px;padding:16px;color:#000;font-size:14px;line-height:20px;background-color:#fff;border:1px solid rgba(0,0,0,.1);border-radius:8px}.moduleshow .endscreen .tiles-wrapper .tile div:first-child{margin-bottom:8px;font-weight:700;font-size:24px;line-height:34px}.moduleshow .endscreen .tiles-wrapper .tile div:first-child span:last-child:not(:first-child){color:rgba(0,0,0,.4);font-size:20px;line-height:32px}.moduleshow .endscreen .answer-card{display:flex;flex-direction:column;min-width:610px;max-width:610px;margin:0 auto 16px;padding:16px;background-color:#fff;border:1px solid rgba(0,0,0,.1);border-radius:8px}@media (max-width:768px){.moduleshow .endscreen .answer-card{width:calc(100vw - 32px);min-width:unset;max-width:unset}}.moduleshow .endscreen .answer-card.incorrect{border-color:#f12828}.moduleshow .endscreen .answer-card .answer-title{margin:0 0 16px;font-weight:700;font-size:16px;line-height:24px}.moduleshow .endscreen .answer-card .choice{width:100%;margin-bottom:12px;padding:8px 12px;border:1px solid rgba(0,0,0,.1);border-radius:4px}.moduleshow .endscreen .answer-card .choice.correct{background-color:rgba(0,193,0,.11);border-color:#00c100}.moduleshow .endscreen .answer-card .choice.incorrect{background-color:rgba(241,40,40,.1);border-color:#f12828}.moduleshow .endscreen .answer-card .choice:last-child{margin-bottom:0}.module-card-item-wrapper{position:relative;height:100%}.module-card-item-wrapper .module-back.module-back--action{position:absolute;top:0;left:0;justify-content:flex-start;height:100%;padding:unset;background-color:rgba(0,0,0,.6)}.module-card-item-wrapper .module-back.module-back--action h2{margin:20px 0 32px;font-size:20px}.module-card-item-wrapper .module-back.module-back--action .popup-item{max-width:640px;margin:10vh 0;padding:32px 40px;border-radius:8px}.module-card-item-wrapper .module-back.module-back--action .popup-item.popup-item--goal h2{margin-bottom:16px}.module-card-item-wrapper .module-back.module-back--action .popup-item.popup-item--goal p+.points{margin:32px auto}.module-card-item-wrapper .module-back.module-back--action .popup-item.popup-item--goal .points{font-size:32px}.module-card-item-wrapper .module-back.module-back--action .choices,.module-card-item-wrapper .module-back.module-back--action .choices.choices.vertical{grid-gap:0;gap:0;border:2px solid rgba(0,0,0,.1);border-radius:4px}.module-card-item-wrapper .module-back.module-back--action .choices.vertical{margin-bottom:32px}.module-card-item-wrapper .module-back.module-back--action .choices.vertical>div{border:unset;border-radius:unset}.module-card-item-wrapper .module-back.module-back--action .choices.vertical>div:not(:last-child){border-bottom:2px solid rgba(0,0,0,.1)}.module-card-item-wrapper .module-back.module-back--action button{margin:unset}.module-card-item-wrapper .module-back.module-back--action .choices>button{width:50%;margin:unset;border:unset;border-radius:unset}.module-card-item-wrapper .module-back.module-back--action .choices>button:not(:nth-child(-n+2)){border-top:2px solid rgba(0,0,0,.1)}.module-card-item-wrapper .module-back.module-back--action .choices>button:not(:nth-child(2n)){border-right:2px solid rgba(0,0,0,.1)}.module-card-item-wrapper .module-back.module-back--action .choices>button.tl-button-wide{width:100%;border-right:unset}.action-item-timer{position:absolute;top:0;right:40px;border-radius:0 0 8px 8px}.module-card-item-wrapper .module-back .popup-item .user-markdown{margin-bottom:32px}@media (max-width:428px){.module-back .popup-item{width:100%;margin:40px 16px 16px;padding:16px}.module-back.module-item-card .popup-item{width:90%}.module-back .choices>button{width:100%;border-right:0;border-bottom:2px solid rgba(0,0,0,.1)}.module-card-item-wrapper .module-back.module-back--action .choices>button:not(:nth-child(-n+2)){border-top:0}.module-card-item-wrapper .module-back.module-back--action .choices>button:not(:nth-child(2n)){border-right:0}.header-item-column{display:none}.module-back .popup-item .btn-immersive-reader{top:-50px;right:0;width:40px;height:40px;background-color:#fff}.tl-button:not(.tl-button.tl-button-link,.tl-button.tl-button-icon){width:100%}.module-card-item-wrapper .module-back.module-back--action .popup-item{grid-gap:16px;gap:16px;width:90%;max-width:640px;margin:10vh 16px;padding:16px;border-radius:8px}.module-card-item-wrapper .module-back.module-back--action .choices>button{width:100%;border-bottom:2px solid rgba(0,0,0,.1)}.module-back .popup-item h3{font-size:16px;line-height:24px}.module-back .popup-item.popup-item--goal .points{margin:0;font-size:inherit}.moduleshow .endscreen .tiles-wrapper .tile{width:100%;margin:0 24px}#headerButtonProceed{min-width:36px}#headerButtonProceed label{display:none}.moduleshow .tl-button-icon-fixer-right>svg{margin-right:0}.media-wrapper.moduleshow>header .header-buttons-wrapper.end-item .hide-on-mobile-end{display:none}}@media (min-width:429px) and (max-width:768px){.module-back .popup-item{width:80%}}.moduleshow.a11y{position:relative;width:min(75vw,50em);box-shadow:0 4px 30px rgba(33,46,65,.1)}@media (max-width:768px){.moduleshow.a11y{width:100%;margin-top:70px}}.moduleshow.a11y .module-back{height:auto;padding:0}.a11y .module-back .popup-item{grid-gap:12px;gap:12px;width:100%;margin:0;border-radius:0;box-shadow:none}.a11y .module-back.module-item-card .popup-item{width:100%}.a11y .tl-button.tl-button-primary{border-style:solid;border-width:2px}.moduleshow.a11y .module-card-item-wrapper{height:auto}