.SvgElement{display:flex;align-items:center;justify-content:center}.SvgElement img{width:100%;height:100%;display:block}.SvgElement.auto-margin{margin:0 auto}.Loading__container{display:flex;flex:1;justify-content:center;align-items:center}.Loading__container.fullscreen{width:100%;background:#fff;z-index:10000;position:fixed;top:0;left:0;height:100%}.icon{display:inline-block}.icon:before{display:inline-block}.icon__4:before{font-size:4px}.icon__6:before{font-size:6px}.icon__8:before{font-size:8px}.icon__10:before{font-size:10px}.icon__12:before{font-size:12px}.icon__14:before{font-size:14px}.icon__16:before{font-size:16px}.icon__18:before{font-size:18px}.icon__20:before{font-size:20px}.icon__22:before{font-size:22px}.icon__24:before{font-size:24px}.icon__28:before{font-size:28px}.icon__30:before{font-size:30px}.icon__32:before{font-size:30px}.icon__42:before{font-size:42px}.icon__48:before{font-size:48px}.icon__56:before{font-size:48px}.icon__88:before{font-size:88px}.icon__96:before{font-size:96px}.LuminInput__wrapper{position:relative;display:flex;align-items:center;background-color:#fff;border:var(--border-primary);border-radius:var(--border-radius-primary);overflow:hidden;transition-property:background-color,border-color;transition-timing-function:ease;transition-delay:0s;transition-duration:.3s}.theme-light .LuminInput__wrapper{color:var(--color-neutral-100);background-color:var(--color-white);border:1px solid var(--color-neutral-30)}.theme-dark .LuminInput__wrapper{color:var(--color-neutral-10);background-color:var(--color-neutral-100);border:1px solid var(--color-neutral-80)}.LuminInput__wrapper:focus-within{border-color:var(--color-primary-50);box-shadow:var(--shadow-input)}.theme-light .LuminInput__wrapper:focus-within{box-shadow:var(--shadow-input)}.theme-dark .LuminInput__wrapper:focus-within{box-shadow:var(--shadow-input-dark)}.LuminInput__wrapper--readonly,.LuminInput__wrapper--disabled{background-color:var(--color-neutral-10);border:var(--border-secondary)}.LuminInput__wrapper--disabled{pointer-events:none}.LuminInput__input{font-family:var(--font-primary);box-sizing:border-box;display:block;width:100%;outline:none;background:none;height:calc(var(--input-height-medium) - 2px);padding:0 18px;font-size:14px;font-weight:400;letter-spacing:.34px;color:var(--color-neutral-100);box-shadow:none;appearance:none;transition:.25s ease-in-out;transition-property:color,background;flex-grow:1;border:none;opacity:1}.LuminInput__input::placeholder{color:var(--color-neutral-40);-webkit-text-fill-color:var(--color-neutral-40)}.LuminInput__input::-webkit-outer-spin-button,.LuminInput__input::-webkit-inner-spin-button{appearance:none;margin:0}.LuminInput__input[type=number]{appearance:textfield}.LuminInput__input:read-only{color:var(--color-neutral-80);-webkit-text-fill-color:var(--color-neutral-80)}.LuminInput__input:disabled{color:var(--color-neutral-60);-webkit-text-fill-color:var(--color-neutral-60);pointer-events:none}.theme-light .LuminInput__input{color:var(--color-neutral-100)}.theme-dark .LuminInput__input{color:var(--color-neutral-10)}.LuminInput__input--hasPreIcon{padding-left:12px}.LuminInput__input:-webkit-autofill{-webkit-text-fill-color:#273d57;box-shadow:0 0 0 1000px #fff inset;transition:background-color 5000s ease-in-out 0s}.LuminInput__input:-webkit-autofill:disabled{-webkit-text-fill-color:#8093a7;box-shadow:0 0 0 1000px #c0d0df33 inset;transition:all 0s ease 0s}.LuminInput__input--tiny{height:calc(var(--input-height-tiny) - 2px);font-size:12px;padding:0 12px}.LuminInput__input--small{height:calc(var(--input-height-small) - 2px)}.LuminInput__input--medium{height:calc(var(--input-height-medium) - 2px)}.LuminInput__input--large{height:calc(var(--input-height-large) - 2px)}.LuminInput__input--hasLeftIcon{padding-left:36px}.LuminInput__icon{position:absolute;top:50%;right:18px;transform:translateY(-50%)}.LuminInput__icon--clickable{cursor:pointer}.LuminInput__label{font-style:normal;font-weight:600;font-size:12px;line-height:16px;color:var(--color-neutral-80);margin-bottom:4px;display:block}.theme-light .LuminInput__label{color:var(--color-neutral-100)}.theme-dark .LuminInput__label{color:var(--color-neutral-10)}.LuminInput__wrapper--error,.theme-light .LuminInput__wrapper--error,.theme-dark .LuminInput__wrapper--error{border-color:var(--color-secondary-50)}.theme-light .LuminInput__wrapper--error:focus-within{box-shadow:none}.theme-dark .LuminInput__wrapper--error:focus-within{box-shadow:none}.LuminInput__input--hasIcon{padding-right:48px}.LuminInput__input--pointer{cursor:pointer}.LuminInput__error-message{font-size:12px;line-height:16px;color:var(--color-secondary-50);font-weight:400;margin-top:4px}.LuminInput__error-message strong,.LuminInput__error-message b{font-weight:600}.LuminInput--fullWidth{width:100%}.LuminInput__leftIcon{padding-left:18px;flex-shrink:0;color:var(--color-neutral-60);pointer-events:none}.LuminInput__leftIcon--focused{color:var(--color-neutral-100)}.theme-dark .LuminInput__leftIcon--focused{color:#e6f0fc}.LuminInput__leftIcon--error,.theme-light .LuminInput__leftIcon--error{color:var(--color-neutral-100)}.theme-dark .LuminInput__leftIcon--error{color:var(--color-neutral-10)}.LuminInput__icon-postfix{flex-shrink:0;padding-left:12px}.LuminInput__rightIconContainer{margin-right:16px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;background-color:var(--color-white);border-radius:4px;flex-shrink:0}.theme-light .LuminInput__rightIconContainer{background-color:var(--color-white)}.theme-dark .LuminInput__rightIconContainer{background-color:var(--color-neutral-100)}.LuminInput__rightIconContainer.guideflow_hovered{background-color:var(--color-neutral-10);cursor:pointer}.theme-light .LuminInput__rightIconContainer.guideflow_hovered{background-color:var(--color-neutral-10)}.theme-dark .LuminInput__rightIconContainer.guideflow_hovered{background-color:var(--color-neutral-90)}.rnc__notification-item{box-shadow:none}.ToastMulti{top:0;left:0}.ToastMulti .notification-container--top-right{width:auto}.ToastMulti .notification__item{box-shadow:none;background:none}.Toast__close-btn{width:24px;height:24px;position:absolute;top:14px;right:16px;color:var(--color-neutral-80)}.theme-light .Toast__close-btn{color:var(--color-neutral-100)}.theme-dark .Toast__close-btn{color:var(--color-neutral-10)}.Toast__action{color:var(--color-neutral-80);font-weight:500;font-size:14px;line-height:20px}.theme-light .Toast__action{color:var(--color-neutral-100)}.theme-dark .Toast__action{color:var(--color-neutral-10)}.Toast__message{width:286px;color:var(--color-neutral-80);font-size:14px;font-family:var(--font-primary);font-weight:400;line-height:20px;word-break:break-word}.theme-light .Toast__message{color:var(--color-neutral-100)}.theme-dark .Toast__message{color:var(--color-neutral-10)}.Toast__message b,.Toast__message strong{font-weight:600;color:var(--color-neutral-100)}@media (max-width: 599px){.Toast__message{width:calc(100% - 24px)}}.Toast__message--primary{color:var(--color-neutral-100);font-weight:375px}.Toast__container{width:414px;padding:16px 48px 16px 16px;background:var(--color-white);box-shadow:var(--shadow-xs);box-sizing:border-box;margin-left:auto;border-radius:8px;border:1px solid var(--color-neutral-20);display:flex;align-items:center;justify-content:space-between}@media (max-width: 599px){.Toast__container{width:100%}}.Toast__container--success,.theme-light .Toast__container--success{background-color:var(--color-success-10);border-color:var(--color-success-50)}.theme-dark .Toast__container--success{background-color:#1d8a66;border-color:var(--color-success-60)}.Toast__container--info,.theme-light .Toast__container--info{background-color:var(--color-primary-20);border-color:var(--color-primary-40)}.theme-dark .Toast__container--info{background-color:#1d668a;border-color:var(--color-primary-60)}.Toast__container--warning,.theme-light .Toast__container--warning{background-color:var(--color-warning-10);border-color:var(--color-warning-50)}.theme-dark .Toast__container--warning{background-color:#ce9014;border-color:var(--color-warning-50)}.Toast__container--error,.theme-light .Toast__container--error{background-color:var(--color-other-1);border-color:var(--color-secondary-40)}.theme-dark .Toast__container--error{background-color:var(--color-secondary-70);border-color:var(--color-secondary-60)}.Toast__content{display:flex;align-items:flex-start}.Toast__icon{margin-right:12px}.Toast__icon--success,.theme-light .Toast__icon--success{color:var(--color-primary-90)}.theme-dark .Toast__icon--success{color:var(--color-success-10)}.Toast__icon--info,.theme-light .Toast__icon--info{color:var(--color-primary-90)}.theme-dark .Toast__icon--info{color:var(--color-primary-10)}.Toast__icon--warning,.theme-light .Toast__icon--warning{color:var(--color-warning-60)}.theme-dark .Toast__icon--warning{color:var(--color-warning-10)}.Toast__icon--error,.theme-light .Toast__icon--error{color:var(--color-secondary-60)}.theme-dark .Toast__icon--error{color:var(--color-secondary-10)}.Toast__message--success a{color:var(--color-primary-90);font-weight:600;text-decoration:underline}@font-face{font-family:icomoon;src:url(https://html-assets-prod.guideflow.com/865c55fa75f365c607197667b48115f50dfa2a62) format("woff2");font-weight:400;font-style:normal;font-display:block}[class^=icon-],[class*=" icon-"]{font-family:icomoon!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-bento-menu:before{content:"\e900"}.icon-status-question:before{content:"\e901"}.icon-computer:before{content:"\e902"}.icon-premium:before{content:"\e903"}.icon-print1:before{content:"\e904"}.icon-download-2:before{content:"\e905"}.icon-edit-viewer:before{content:"\e906"}.icon-reply-count:before{content:"\e907"}.icon-documents:before{content:"\e908"}.icon-security:before{content:"\e909"}.icon-location-template:before{content:"\e90a"}.icon-unstar-2:before{content:"\e90b"}.icon-pricing-feature:before{content:"\e90c"}.icon-copy:before{content:"\e90d"}.icon-location-team:before{content:"\e90e"}.icon-minus:before{content:"\e90f"}.icon-light-arrow-up:before{content:"\e910"}.icon-light-arrow-down:before{content:"\e911"}.icon-eye-close:before{content:"\e912"}.icon-check:before{content:"\e913"}.icon-exclamation-circle:before{content:"\e914"}.icon-organization-default:before{content:"\e915"}.icon-listview:before{content:"\e916"}.icon-my-document:before{content:"\e917"}.icon-org-document:before{content:"\e918"}.icon-starred-document:before{content:"\e919"}.icon-team-document:before{content:"\e91a"}.icon-switch:before{content:"\e91b"}.icon-user-plus:before{content:"\e91c"}.icon-owner:before{content:"\e91d"}.icon-mark-as-read:before{content:"\e91e"}.icon-shield:before{content:"\e91f"}.icon-change:before{content:"\e920"}.icon-filter:before{content:"\e921"}.icon-star:before{content:"\e922"}.icon-retry:before{content:"\e923"}.icon-anouncement:before{content:"\e924"}.icon-next-page:before{content:"\e925"}.icon-unlock:before{content:"\e926"}.icon-arrow-down:before{content:"\e927"}.icon-lock:before{content:"\e928"}.icon-play:before{content:"\e929"}.icon-upload:before{content:"\e92a"}.icon-star-half:before{content:"\e92b"}.icon-move-file:before{content:"\e92c"}.icon-eye-open:before{content:"\e92d"}.icon-logo:before{content:"\e92e"}.icon-default-org-2:before{content:"\e92f"}.icon-doc-info:before{content:"\e930"}.icon-pages:before{content:"\e931"}.icon-arrow-right:before{content:"\e932"}.icon-upload-drag-drop:before{content:"\e933"}.icon-storage:before{content:"\e934"}.icon-bookmark:before{content:"\e935"}.icon-location-org:before{content:"\e936"}.icon-manipulation:before{content:"\e937"}.icon-upload1:before{content:"\e938"}.icon-form-build-tool:before{content:"\e939"}.icon-local-files:before{content:"\e93a"}.icon-polyline:before{content:"\e93b"}.icon-edit:before{content:"\e93c"}.icon-add:before{content:"\e93d"}.icon-document-page:before{content:"\e93e"}.icon-annotation:before{content:"\e93f"}.icon-arrow:before{content:"\e940"}.icon-file-info:before{content:"\e941"}.icon-circle-filled:before{content:"\e942"}.icon-bold:before{content:"\e943"}.icon-annotation-area:before{content:"\e944"}.icon-border:before{content:"\e945"}.icon-rect-rounded:before{content:"\e946"}.icon-comment:before{content:"\e947"}.icon-cloud:before{content:"\e948"}.icon-world:before{content:"\e949"}.icon-shared-drive:before{content:"\e94a"}.icon-facebook:before{content:"\e94b"}.icon-insta:before{content:"\e94c"}.icon-dropdown:before{content:"\e94d"}.icon-download:before{content:"\e94e"}.icon-update-source:before{content:"\e94f"}.icon-arrow-left:before{content:"\e950"}.icon-upload-image:before{content:"\e951"}.icon-add-member:before{content:"\e952"}.icon-rect-filled:before{content:"\e953"}.icon-first:before{content:"\e954"}.icon-fullscreen:before{content:"\e955"}.icon-hand:before{content:"\e956"}.icon-offline-access:before{content:"\e957"}.icon-image:before{content:"\e958"}.icon-info:before{content:"\e959"}.icon-form-build-text:before{content:"\e95a"}.icon-last:before{content:"\e95b"}.icon-single-mode:before{content:"\e95c"}.icon-line:before{content:"\e95d"}.icon-outlines:before{content:"\e95e"}.icon-form-build-radio:before{content:"\e95f"}.icon-form-build-checkbox:before{content:"\e960"}.icon-trash-02:before{content:"\e961"}.icon-personal-drive:before{content:"\e962"}.icon-more:before{content:"\e963"}.icon-sign-out:before{content:"\e964"}.icon-star-filled:before{content:"\e965"}.icon-next:before{content:"\e966"}.icon-panel:before{content:"\e967"}.icon-polygon:before{content:"\e968"}.icon-prev:before{content:"\e969"}.icon-print:before{content:"\e96a"}.icon-text:before{content:"\e96b"}.icon-setting:before{content:"\e96c"}.icon-reply:before{content:"\e96d"}.icon-round:before{content:"\e96e"}.icon-search:before{content:"\e96f"}.icon-select:before{content:"\e970"}.icon-notification:before{content:"\e971"}.icon-shape:before{content:"\e972"}.icon-light-arrow-right:before{content:"\e973"}.icon-rect:before{content:"\e974"}.icon-credit-card:before{content:"\e975"}.icon-burger:before{content:"\e976"}.icon-moderator:before{content:"\e977"}.icon-member:before{content:"\e978"}.icon-more-v:before{content:"\e979"}.icon-edit-mode:before{content:"\e97a"}.icon-triangle:before{content:"\e97b"}.icon-underline:before{content:"\e97c"}.icon-eye-view:before{content:"\e97d"}.icon-cancel-circle:before{content:"\e97e"}.icon-prev-page:before{content:"\e97f"}.icon-gridview:before{content:"\e980"}.icon-camera:before{content:"\e981"}.icon-star-empty:before{content:"\e982"}.icon-share:before{content:"\e983"}.icon-add-user:before{content:"\e984"}.icon-admin:before{content:"\e985"}.icon-card-full:before{content:"\e986"}.icon-text-italic:before{content:"\e987"}.icon-text-underline:before{content:"\e988"}.icon-success:before{content:"\e989"}.icon-warning:before{content:"\e98a"}.icon-sort:before{content:"\e98b"}.icon-lock1:before{content:"\e98c"}.icon-signature:before{content:"\e98d"}.icon-question:before{content:"\e98e"}.icon-single-view:before{content:"\e98f"}.icon-team:before{content:"\e990"}.icon-sign-save:before{content:"\e991"}.icon-sync-check-tablet:before{content:"\e992"}.icon-annotation-highlight:before{content:"\e993"}.icon-annotation-redact:before{content:"\e994"}.icon-annotation-squiggly:before{content:"\e995"}.icon-stroke-size:before{content:"\e996"}.icon-annotation-underline:before{content:"\e997"}.icon-tool-eraser:before{content:"\e998"}.icon-annotation-eraser:before{content:"\e999"}.icon-annotation-perimeter:before{content:"\e99a"}.icon-annotation-stamp:before{content:"\e99b"}.icon-cursor:before{content:"\e99c"}.icon-palette:before{content:"\e99d"}.icon-ungroup:before{content:"\e99e"}.icon-group:before{content:"\e99f"}.icon-open:before{content:"\e9a0"}.icon-pending:before{content:"\e9a1"}.icon-guest:before{content:"\e9a2"}.icon-billing:before{content:"\e9a3"}.icon-members:before{content:"\e9a4"}.icon-insights:before{content:"\e9a5"}.icon-text-font-size:before{content:"\e9a6"}.icon-sync:before{content:"\e9a7"}.icon-annotation-strikeout:before{content:"\e9a8"}.icon-basic-redaction:before{content:"\e9a9"}.icon-light-arrow-left:before{content:"\e9aa"}.icon-shared-document:before{content:"\e9ab"}.icon-pricing:before{content:"\e9ac"}.icon-announcement:before{content:"\e9ad"}.icon-crown:before{content:"\e9ae"}.icon-email:before{content:"\e9af"}.icon-signout:before{content:"\e9b0"}.icon-business:before{content:"\e9b1"}.icon-download-3:before{content:"\e9b2"}.icon-trash:before{content:"\e9b3"}.icon-users:before{content:"\e9b4"}.icon-user:before{content:"\e9b5"}.icon-arrow-up:before{content:"\e9b6"}.icon-cancel:before{content:"\e9b7"}.icon-upload-btn:before{content:"\e9b8"}.icon-folder:before{content:"\e9b9"}.icon-un-favorite:before{content:"\e9ba"}.icon-favorite:before{content:"\e9bb"}.icon-three-dots:before{content:"\e9bc"}.icon-paint:before{content:"\e9bd"}.icon-double-check:before{content:"\e9be"}.icon-comment-alt:before{content:"\e9bf"}.icon-pen:before{content:"\e9c0"}.icon-comments:before{content:"\e9c1"}.icon-add-comment:before{content:"\e9c2"}.icon-arrow-down-alt:before{content:"\e9c3"}.icon-search-thinner:before{content:"\e9c4"}.icon-up-down:before{content:"\e9c5"}.icon-bookmark-alt:before{content:"\e9c6"}.icon-user-admin:before{content:"\e9c7"}.icon-note:before{content:"\e9c8"}.icon-list:before{content:"\e9c9"}.icon-thumbnail:before{content:"\e9ca"}.icon-tool-arrow:before{content:"\e9cb"}.icon-tool-cloud:before{content:"\e9cc"}.icon-tool-ellipse:before{content:"\e9cd"}.icon-tool-freehand:before{content:"\e9ce"}.icon-tool-freetext:before{content:"\e9cf"}.icon-tool-highlight:before{content:"\e9d0"}.icon-tool-line:before{content:"\e9d1"}.icon-tool-polygon:before{content:"\e9d2"}.icon-tool-polyline:before{content:"\e9d3"}.icon-tool-rectangle:before{content:"\e9d4"}.icon-tool-signature:before{content:"\e9d5"}.icon-tool-squiggly:before{content:"\e9d6"}.icon-tool-stamp:before{content:"\e9d7"}.icon-tool-strike:before{content:"\e9d8"}.icon-tool-underline:before{content:"\e9d9"}.icon-cover-view:before{content:"\e9da"}.icon-font-size:before{content:"\e9db"}.icon-mode-continuous:before{content:"\e9dc"}.icon-one-page-view:before{content:"\e9dd"}.icon-plus-circle:before{content:"\e9de"}.icon-rotate-clockwise:before{content:"\e9df"}.icon-rotate-counter-clockwise:before{content:"\e9e0"}.icon-single-page-view:before{content:"\e9e1"}.icon-size-stroke:before{content:"\e9e2"}.icon-square-fill:before{content:"\e9e3"}.icon-tool-bold:before{content:"\e9e4"}.icon-tool-italic:before{content:"\e9e5"}.icon-tool-pan:before{content:"\e9e6"}.icon-tool-redaction:before{content:"\e9e7"}.icon-tool-redo:before{content:"\e9e8"}.icon-tool-select:before{content:"\e9e9"}.icon-tool-undo:before{content:"\e9ea"}.icon-underline-tool:before{content:"\e9eb"}.icon-two-page-view:before{content:"\e9ec"}.icon-cloud-arrow-up:before{content:"\e9ed"}.icon-chevron-double-left:before{content:"\e9ee"}.icon-chevron-double-right:before{content:"\e9ef"}.icon-dark-mode1:before{content:"\e9f0"}.icon-more-horizontal:before{content:"\e9f1"}.icon-light-mode1:before{content:"\e9f2"}.icon-full-screen-closed:before{content:"\e9f3"}.icon-full-screen:before{content:"\e9f4"}.icon-edit-team:before{content:"\e9f5"}.icon-leave-group:before{content:"\e9f6"}.icon-arrow-right-alt:before{content:"\e9f7"}.icon-logo-2:before{content:"\e9f8"}.icon-thunder:before{content:"\e9f9"}.icon-arrow-left-alt:before{content:"\e9fa"}.icon-plus-thin:before{content:"\e9fb"}.icon-activities:before{content:"\e9fc"}.icon-decrease:before{content:"\e9fd"}.icon-increase:before{content:"\e9fe"}.icon-dashboard:before{content:"\e9ff"}.icon-plans:before{content:"\ea00"}.icon-basic-comment:before{content:"\ea01"}.icon-cloud-check:before{content:"\ea02"}.icon-cloud-slash:before{content:"\ea03"}.icon-move-document:before{content:"\ea04"}.icon-available-offline:before{content:"\ea05"}.icon-no-internet:before{content:"\ea06"}.icon-unavailable-offline:before{content:"\ea07"}.icon-repeat:before{content:"\ea08"}.icon-send-to-back:before{content:"\ea09"}.icon-bring-to-front:before{content:"\ea0a"}.icon-calendar:before{content:"\ea0b"}.icon-calendar-picker:before{content:"\ea0c"}.icon-strikeout-freetext-tool:before{content:"\ea0d"}.icon-tool-edit-text:before{content:"\ea0e"}.icon-link:before{content:"\ea0f"}.icon-navigator:before{content:"\ea10"}.icon-unlink:before{content:"\ea11"}.icon-text-bottom:before{content:"\ea12"}.icon-text-vertical-center:before{content:"\ea13"}.icon-text-top:before{content:"\ea14"}.icon-text-justify:before{content:"\ea15"}.icon-text-right:before{content:"\ea16"}.icon-text-center:before{content:"\ea17"}.icon-text-left:before{content:"\ea18"}.icon-medal:before{content:"\ea19"}.icon-circle-document:before{content:"\ea1a"}.icon-checked:before{content:"\ea1b"}.icon-empty-info:before{content:"\ea1c"}.icon-add-signer:before{content:"\ea1d"}.icon-icon-connections:before{content:"\ea1e"}.icon-arrow-up-down:before{content:"\ea1f"}.icon-tool-freehand-highlight:before{content:"\ea20"}.icon-add-paragraph:before{content:"\ea21"}.icon-open-file:before{content:"\ea22"}.react-contexify{position:fixed;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;box-sizing:border-box;box-shadow:0 10px 30px -5px #0000004d;border-radius:6px;padding:6px 0;min-width:200px;z-index:100}.react-contexify__submenu--is-open,.react-contexify__submenu--is-open>.react-contexify__item__content{color:#fff;background-color:#4393e6}.react-contexify__submenu--is-open>.react-contexify__submenu{pointer-events:auto;opacity:1}.react-contexify .react-contexify__submenu{position:absolute;top:-6px;pointer-events:none;transition:opacity .275s}.react-contexify__submenu-arrow{margin-left:auto;font-size:12px}.react-contexify__separator{width:100%;height:1px;cursor:default;margin:4px 0;background-color:#0003}.react-contexify__will-leave--disabled{pointer-events:none}.react-contexify__item{cursor:pointer;position:relative}.react-contexify__item:focus{outline:0}.react-contexify__item:not(.react-contexify__item--disabled):focus>.react-contexify__item__content,.react-contexify__item:not(.react-contexify__item--disabled).guideflow_hovered>.react-contexify__item__content{color:#fff;background-color:#4393e6}.react-contexify__item:not(.react-contexify__item--disabled).guideflow_hovered>.react-contexify__submenu{pointer-events:auto;opacity:1}.react-contexify__item--disabled{cursor:default;opacity:.5}.react-contexify__item__content{padding:6px 12px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;white-space:nowrap;color:#333;position:relative}.react-contexify__theme--dark,.react-contexify__theme--dark .react-contexify__submenu{background-color:#282828fa}.react-contexify__theme--dark .react-contexify__separator{background-color:#eee}.react-contexify__theme--dark .react-contexify__item__content{color:#fff}.react-contexify__theme--light .react-contexify__separator{background-color:#eee}.react-contexify__theme--light .react-contexify__item:not(.react-contexify__item--disabled):focus>.react-contexify__item__content,.react-contexify__theme--light .react-contexify__item:not(.react-contexify__item--disabled).guideflow_hovered>.react-contexify__item__content,.react-contexify__theme--light .react-contexify__submenu--is-open,.react-contexify__theme--light .react-contexify__submenu--is-open>.react-contexify__item__content{color:#4393e6;background-color:#e0eefd}.react-contexify__theme--light .react-contexify__item__content{color:#666}@keyframes react-contexify__scaleIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:1}}@keyframes react-contexify__scaleOut{0%{opacity:1}to{opacity:0;transform:scale3d(.3,.3,.3)}}.react-contexify__will-enter--scale{transform-origin:top left;animation:react-contexify__scaleIn .3s}.react-contexify__will-leave--scale{transform-origin:top left;animation:react-contexify__scaleOut .3s}@keyframes react-contexify__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes react-contexify__fadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(10px)}}.react-contexify__will-enter--fade{animation:react-contexify__fadeIn .3s ease}.react-contexify__will-leave--fade{animation:react-contexify__fadeOut .3s ease}@keyframes react-contexify__flipInX{0%{transform:perspective(800px) rotateX(45deg)}to{transform:perspective(800px)}}@keyframes react-contexify__flipOutX{0%{transform:perspective(800px)}to{transform:perspective(800px) rotateX(45deg);opacity:0}}.react-contexify__will-enter--flip{animation:react-contexify__flipInX .3s}.react-contexify__will-enter--flip,.react-contexify__will-leave--flip{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;transform-origin:top center}.react-contexify__will-leave--flip{animation:react-contexify__flipOutX .3s}@keyframes react-contexify__slideIn{0%{opacity:0;transform:scaleY(.3)}to{opacity:1}}@keyframes react-contexify__slideOut{0%{opacity:1}to{opacity:0;transform:scaleY(.3)}}.react-contexify__will-enter--slide{transform-origin:top center;animation:react-contexify__slideIn .3s}.react-contexify__will-leave--slide{transform-origin:top center;animation:react-contexify__slideOut .3s}@font-face{font-family:Axiforma;src:url(https://html-assets-prod.guideflow.com/a1b5faab0c7f9ead2baa8c98d1234067f5fe3aed) format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Axiforma;src:url(https://html-assets-prod.guideflow.com/491a64682a55ba15bef8dc9c6cf825923cc69243) format("woff2");font-weight:375;font-style:normal;font-display:swap}@font-face{font-family:Axiforma;src:url(https://html-assets-prod.guideflow.com/cfc0ac86a0d780008ab6d5a4522982f654866def) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Axiforma;src:url(https://html-assets-prod.guideflow.com/7630d0a9ff10004255327529be067d46ed46b356) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Axiforma;src:url(https://html-assets-prod.guideflow.com/5901f61a565372b8cdeadb435312bfaf12e94fa0) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Axiforma;src:url(https://html-assets-prod.guideflow.com/2099b4083e3ebd1487c32bfeb6f1877da31bbc66) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Axiforma;src:url(https://html-assets-prod.guideflow.com/4a91fdbbad0c790e189faba65c336a5476882b8f) format("woff2");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Montserrat;src:url(https://html-assets-prod.guideflow.com/1591e26bc88019148959018ff31e6c587e5eb0d1) format("woff2");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Montserrat;src:url(https://html-assets-prod.guideflow.com/4e08a93a05612a53f158b034c21d0c0e5a7a92f7) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Montserrat;src:url(https://html-assets-prod.guideflow.com/810e17f94c6208849124d3ea8ff749fd31444a18) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Montserrat;src:url(https://html-assets-prod.guideflow.com/457d9956b8a48e65e84b4d20894faa75efce8ae0) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(https://html-assets-prod.guideflow.com/db3d37508d6548df1da740f8575b3e6a9eb9f593) format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(https://html-assets-prod.guideflow.com/b6f7aaa2b1eb5203740d908326b603fc130bf7f1) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(https://html-assets-prod.guideflow.com/74336bf726ae663b8e244b44cf1ce679426fbce1) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Lora;src:url(https://html-assets-prod.guideflow.com/b214dbe48129198517fcf8dc45a30c303bbfe4a3) format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Lora;src:url(https://html-assets-prod.guideflow.com/78c70fa183e0a0e5654caa507e078a7a9b2b25b2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DancingScript;src:url(https://html-assets-prod.guideflow.com/98d2708b9c97d0c3d826d01546eb7bfd3ad73c9a) format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:DancingScript;src:url(https://html-assets-prod.guideflow.com/61bb23bf558fe7bda85684a617fc03899b5bc751) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(https://html-assets-prod.guideflow.com/80d435601244cec8bb41e3b033952cade3f26e82) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(https://html-assets-prod.guideflow.com/35d24b628a51105b2483625b6104a58690577a85) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(https://html-assets-prod.guideflow.com/7a5851cf16a862502900ee161fb72cf228815ce0) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:MarkPro;src:url(https://html-assets-prod.guideflow.com/c04d544b02e9548589b6b52b11c0434c32ee435c) format("woff2");font-weight:"normal";font-style:normal;font-display:swap}@font-face{font-family:MarkPro-Regular;src:url(https://html-assets-prod.guideflow.com/05d709ce20da0bdf624c3e0b6534277601caaa82) format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:MarkPro-Bold;src:url(https://html-assets-prod.guideflow.com/d818632b9d839711d69016535c9456029b4e2f27) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Cookie;src:url(https://html-assets-prod.guideflow.com/1f6e39bdff5c87c83bf18d5796266aeab1d25020) format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Aladin;src:url(https://html-assets-prod.guideflow.com/161c048938af03614f44a424329e55409247046f) format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Allura;src:url(https://html-assets-prod.guideflow.com/4edeb3abc4cbf779acf3b3889edc17cf37b50826) format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Courgette;src:url(https://html-assets-prod.guideflow.com/9c8f16dd4785680779260477be14fd4ac071b2b5) format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Italianno;src:url(https://html-assets-prod.guideflow.com/914f80bd30c6084c295fff2cb03cd7a4aa0e493d) format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:MonsieurLaDoulaise;src:url(https://html-assets-prod.guideflow.com/7a13e033d965a63024d07490b4a8ca9c2fadbbfd) format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Merriweather;src:url(https://html-assets-prod.guideflow.com/e27d463426cabd2933674c7fc6e18ebad1d12bfd) format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:GillSans;src:url(https://html-assets-prod.guideflow.com/15290b33c23ca5fb76319019d762e7a2b36a8c87) format("woff2");font-weight:"normal";font-style:normal;font-display:swap}@font-face{font-family:HomemadeApple;src:url(https://html-assets-prod.guideflow.com/4bf7fec7310c70ce137deda55da18f391dd2d897) format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:AlexBrush;src:url(https://html-assets-prod.guideflow.com/c7e001945d5662bbad56fd8df93f9b85e38845b3) format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:ArchitectsDaughter;src:url(https://html-assets-prod.guideflow.com/3b6da4ff7f2ff70db322dd0560b940f1df753461) format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:DrSugiyama;src:url(https://html-assets-prod.guideflow.com/e0f2d038fb650ce3f488a00e794a8458613efefb) format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:RockSalt;src:url(https://html-assets-prod.guideflow.com/3d76df34fab90db39c9e7d0bda577d2b32326f57) format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:PPAgrandir;src:url(https://html-assets-prod.guideflow.com/fa4af125aecd7e1c33511b9bddfdf00a0b4312a6) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:PPAgrandir;src:url(https://html-assets-prod.guideflow.com/408d0b6b2d11fe405308dd8f948472694a43daf4) format("woff2");font-weight:700;font-style:normal;font-display:swap}:root{--font-primary: "Axiforma", arial, sans-serif;--font-sign-primary: "PPAgrandir", arial, sans-serif;--font-secondary: "Inter", arial, sans-serif;--color-primary-10: #f4fcff;--color-primary-20: #e6f9ff;--color-primary-30: #d4f5ff;--color-primary-40: #b2ecfc;--color-primary-50: #8edef4;--color-primary-60: #77c2d7;--color-primary-70: #67a4ba;--color-primary-80: #4690a4;--color-primary-90: #035970;--color-primary-100: #0c395b;--color-primary-110: #003847;--color-secondary-10: #ffecef;--color-secondary-20: #fcd7de;--color-secondary-30: #faafbd;--color-secondary-40: #ff768f;--color-secondary-50: #f2385a;--color-secondary-60: #ce2846;--color-secondary-70: #b80c2b;--color-secondary-80: #8a0c23;--color-secondary-90: #680416;--color-neutral-0: #fff;--color-neutral-5: #f7f9fb;--color-neutral-10: #f1f5f8;--color-neutral-20: #dae4ec;--color-neutral-30: #bccfdc;--color-neutral-40: #9eb6c7;--color-neutral-50: #829db0;--color-neutral-60: #618298;--color-neutral-70: #48687f;--color-neutral-80: #325167;--color-neutral-90: #233f52;--color-neutral-100: #102d42;--color-success-10: #e0ffee;--color-success-50: #20c9ad;--color-success-60: #1da38e;--color-success-90: #035970;--color-warning-10: #fff1cc;--color-warning-40: #fae200;--color-warning-50: #f2be38;--color-warning-60: #d18f0b;--color-other-1: #fcf0ee;--color-other-2: #fab1a5;--color-other-3: #da6668;--color-other-4: #ebeff2;--color-other-5: #0c2333;--color-other-6: #e1e1e1;--color-other-7: #f04a4a;--color-other-8: #6e8699;--color-other-9: #979797;--color-other-10: #eaf3ff;--color-other-11: #8e979f;--color-other-12: #dddbdd;--color-other-13: #e7f7d7;--color-other-14: #dadaff;--color-other-15: #ffe0bc;--color-other-16: #5c7148;--color-other-17: #edf3ff;--color-other-18: #3885f8;--color-other-19: #6d6dff;--color-other-20: #ffa031;--color-other-22: #C9F1FF;--color-persian-pink: #f178b6;--color-roman: #da6668;--color-white: #fff;--color-gray: #f1f5f9;--color-blue: #3180f1;--color-black: #000000;--auth-header-height: 72px;--auth-footer-height: 56px;--auth-footer-mobile-height: 84px;--app-container-width: 1040px;--left-sidebar-width: 272px;--input-height-tiny: 32px;--input-height-small: 40px;--input-height-medium: 44px;--input-height-large: 48px;--header-height: 56px;--toolbar-height: 48px;--tablet-bar: 44px;--notification-width: 370px;--banner-viewer-height: 48px;--banner-cookies-height: 64px;--shadow-xl: 0 8px 28px -6px rgb(12 90 112 / 12%), 0 18px 88px -4px rgb(12 90 112 / 14%);--shadow-xl-dark: 0 1px 48px rgb(255 255 255 / 20%), 0 1px 16px 4px rgb(255 255 255 / 16%);--shadow-s: 0 6px 8px -6px rgb(12 90 112 / 12%), 0 8px 16px -6px rgb(12 90 112 / 8%);--shadow-s-dark: 0px 1px 24px rgba(255 255 255 / 20%), 0px 1px 4px 1px rgba(255 255 255 / 16%);--shadow-md: 0 8px 28px -6px rgb(12 90 112 / 12%), 0 18px 88px -4px rgb(12 90 112 / 14%);--shadow-m: 0 6px 14px -6px rgb(12 90 112 / 12%), 0 10px 32px -4px rgb(12 90 112 / 10%);--shadow-m-dark: 0 1px 32px rgb(255 255 255 / 20%), 0 1px 6px 2px rgb(255 255 255 / 16%);--shadow-xs: 0 2px 4px -2px rgb(12 90 112 / 12%), 0 2px 4px -2px rgb(12 90 112 / 8%);--shadow-xs-dark: 0 1px 3px 1px rgb(255 255 255 / 16%);--drop-shadow-xs-dark: drop-shadow(0 1px 16px rgb(255 255 255 / 20%));--shadow-input: 0 0 0 1.2px var(--color-primary-30);--shadow-input-dark: 0 0 0 1.2px var(--color-primary-80);--modal-container-width-xl: 900px;--modal-container-width-lg: 720px;--modal-container-width-mdx: 640px;--modal-container-width-md: 528px;--modal-container-width-sm: 400px;--zindex-modal-low: 1200;--zindex-modal-medium: 1300;--zindex-modal-high: 1400;--rating-modal: 1302;--zindex-popover: 1301;--zindex-notification-messages: 1100;--zindex-upload-modal: 1000;--zindex-widget-notification-icon: 201;--zindex-right-side-bar: 72;--zindex-book-mark: 70;--zindex-comment-panel: 80;--zindex-comment-panel-hidden: -100;--right-panel-width: 44px;--content-edit-panel-width: 356px;--container-primary: 1200px;--border-radius-primary: 8px;--border-radius-dense: 4px;--border-primary: 1px solid var(--color-neutral-30);--border-secondary: 1px solid var(--color-neutral-20);--color-white-hover: #dbdfe3;--color-lumin-sign-primary: #192833;--color-lumin-sign-error: #DB3B21;--color-lumin-sign-primary-disable:#98A2B3;--color-lumin-sign-outline: #D0D5DD;--color-lumin-sign-link: #3885F8;--color-lumin-sign-grey-100: #F2F4F7;--color-lumin-sign-on-surface-variant:#47464F;--color-lumin-sign-small-btn-hover: #EDEEEF;--color-lumin-sign-tag-background: #FFFBFF;--color-lumin-sign-tag-color: #786EFF;--color-lumin-sign-warning: #F9CE58;--color-lumin-sign-process: #5346D8;--color-lumin-sign-btn-on-tonal: #3D2ED9;--color-lumin-sign-btn-tonal: #F2E8FF}.rnc__notification-container--top-center,.rnc__notification-container--top-left,.rnc__notification-container--top-right,.rnc__notification-container--bottom-center,.rnc__notification-container--bottom-left,.rnc__notification-container--bottom-right,.rnc__notification-container--center,.rnc__notification-container--top-full,.rnc__notification-container--bottom-full{min-width:325px;position:absolute;pointer-events:all}.rnc__notification-container--center,.rnc__notification-container--top-center,.rnc__notification-container--bottom-center{display:flex;justify-content:center;align-items:center;flex-direction:column;left:calc(50% - 175px)}.rnc__notification-container--center,.rnc__notification-container--top-center,.rnc__notification-container--bottom-center{max-width:350px}.rnc__notification-container--center{top:20px;height:100%;pointer-events:none}.rnc__notification-container--top-full,.rnc__notification-container--bottom-full{width:100%;min-width:100%}.rnc__notification-container--bottom-full{bottom:0}.rnc__util--flex-center{min-width:325px;display:flex;justify-content:center;align-items:center;flex-direction:column;pointer-events:all}.rnc__notification-container--top-center{top:20px}.rnc__notification-container--bottom-center{bottom:20px}.rnc__notification-container--top-left{left:20px;top:20px}.rnc__notification-container--top-right{right:20px;top:20px}.rnc__notification-container--bottom-left{left:20px;bottom:20px}.rnc__notification-container--bottom-right{bottom:20px;right:20px}.rnc__notification-container--mobile-top,.rnc__notification-container--mobile-bottom{pointer-events:all;position:absolute}.rnc__notification-container--mobile-top{right:20px;left:20px;top:20px}.rnc__notification-container--mobile-bottom{right:20px;left:20px;bottom:20px;margin-bottom:-15px}.rnc__notification-item--default{background-color:#007bff;border-left:8px solid #0562c7}.rnc__notification-item--default .rnc__notification-timer{background-color:#007bff}.rnc__notification-item--default .rnc__notification-timer-filler{background-color:#fff}.rnc__notification-item--default .rnc__notification-close-mark{background-color:#007bff}.rnc__notification-item--success{background-color:#28a745;border-left:8px solid #1f8838}.rnc__notification-item--success .rnc__notification-timer{background-color:#28a745}.rnc__notification-item--success .rnc__notification-timer-filler{background-color:#fff}.rnc__notification-item--success .rnc__notification-close-mark{background-color:#28a745}.rnc__notification-item--danger{background-color:#dc3545;border-left:8px solid #bd1120}.rnc__notification-item--danger .rnc__notification-timer{background-color:#dc3545}.rnc__notification-item--danger .rnc__notification-timer-filler{background-color:#fff}.rnc__notification-item--danger .rnc__notification-close-mark{background-color:#dc3545}.rnc__notification-item--info{background-color:#17a2b8;border-left:8px solid #138b9e}.rnc__notification-item--info .rnc__notification-timer{background-color:#17a2b8}.rnc__notification-item--info .rnc__notification-timer-filler{background-color:#fff}.rnc__notification-item--info .rnc__notification-close-mark{background-color:#17a2b8}.rnc__notification-item--warning{background-color:#eab000;border-left:8px solid #ce9c09}.rnc__notification-item--warning .rnc__notification-timer{background-color:#eab000}.rnc__notification-item--warning .rnc__notification-timer-filler{background-color:#fff}.rnc__notification-item--warning .rnc__notification-close-mark{background-color:#eab000}.rnc__notification-item--awesome{background-color:#685dc3;border-left:8px solid #4c3fb1}.rnc__notification-item--awesome .rnc__notification-timer{background-color:#685dc3}.rnc__notification-item--awesome .rnc__notification-timer-filler{background-color:#fff}.rnc__notification-item--awesome .rnc__notification-close-mark{background-color:#685dc3}@keyframes timer{0%{width:100%}to{width:0%}}.rnc__base{position:fixed;z-index:9000;pointer-events:none;width:100%;height:100%}.rnc__notification-item{display:flex;position:relative;border-radius:3px;margin-bottom:15px;box-shadow:1px 3px 4px #0003;cursor:pointer}.rnc__notification-container--top-full .rnc__notification-item,.rnc__notification-container--bottom-full .rnc__notification-item{margin-bottom:0;border-radius:0}.rnc__notification-timer{width:100%;height:3px;margin-top:10px;border-radius:5px}.rnc__notification-timer-filler{height:3px;border-radius:5px}.rnc__notification-title{color:#fff;font-weight:700;font-size:14px;margin-top:5px;margin-bottom:5px}.rnc__notification-message{color:#fff;max-width:calc(100% - 15px);font-size:14px;line-height:150%;word-wrap:break-word;margin-bottom:0;margin-top:0}.rnc__notification-content{padding:8px 15px;display:inline-block;width:100%}.rnc__notification-close-mark{width:18px;height:18px;border-radius:50%;display:inline-block;position:absolute;right:10px;top:10px}.rnc__notification-close-mark:after{content:"\d7";position:absolute;transform:translate(-50%,-50%);color:#fff;font-size:12px;left:50%;top:50%}.rnc__notification-container--mobile-top .rnc__notification-item,.rnc__notification-container--mobile-bottom .rnc__notification-item,.rnc__notification-container--mobile-top .notification,.rnc__notification-container--mobile-bottom .notification{max-width:100%;width:100%}.rnc__notification-container--top-right .notification,.rnc__notification-container--bottom-right .notification{margin-left:auto}.rnc__notification-container--top-left .notification,.rnc__notification-container--bottom-left .notification{margin-right:auto}.rnc__notification-container--mobile-top .notification,.rnc__notification-container--mobile-bottom .notification{margin-left:auto;margin-right:auto}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA) format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-wrapper,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size)/2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:"next"}.swiper-button-prev.swiper-button-white,.swiper-button-next.swiper-button-white{--swiper-navigation-color: #ffffff}.swiper-button-prev.swiper-button-black,.swiper-button-next.swiper-button-black{--swiper-navigation-color: #000000}.swiper-button-lock{display:none}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1;max-width:100%;overflow-x:hidden}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}a{text-decoration:none}input[type=text]{-webkit-appearance:none;-moz-appearance:none;appearance:none}input::-ms-clear{display:none}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{appearance:none;-webkit-appearance:none;margin:0}.divider{min-height:24px;height:100%;border-right:1px solid;transition:border-color .3s ease;margin:0 12px}.theme-light .divider{border-color:var(--color-neutral-20)}.theme-dark .divider{border-color:var(--color-neutral-80)}@media (min-width: 1024px){.divider{margin:0 16px}}.divider.horizontal{height:1px;min-height:unset;margin-bottom:16px!important}.theme-light .divider.horizontal{background:var(--color-neutral-20)}.theme-dark .divider.horizontal{background:var(--color-neutral-80)}.AnnotationPopup .divider{margin:0 8px}.noWrap{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}@media (max-width: 599px){.noWrap{text-overflow:clip}}.input--error{border-color:#ed3e47!important}.input__error{margin:8px 0;font-size:12px;color:#ed3e47;letter-spacing:.3px;display:block}.overflow-hidden{overflow:hidden}.d-flex{display:flex}@media (min-width: 1024px){.hide-in-desktop{display:none!important}}@media (min-width: 600px)and (max-width: 1023px){.hide-in-tablet{display:none!important}}@media (max-width: 599px){.hide-in-mobile{display:none!important}}@media (min-width: 600px){.hide-in-tablet-up{display:none!important}}@media (max-width: 1199px){.hide-in-small-desktop{display:none!important}}@media (min-width: 1200px){.hide-in-small-desktop-up{display:none!important}}@media (min-width: 600px)and (max-width: 1199px){.hide-in-mobile-up-small-desktop{display:none!important}}@media (max-width: 1023px){.hide-in-tablet-and-mobile{display:none!important}}@media (min-width: 1024px)and (max-width: 1199px){.hide-in-tablet-and-small-desktop{display:none!important}}@media (max-width: 1439px){.hide-in-smaller-than-desktop{display:none!important}}@media (min-width: 1440px){.hide-in-bigger-than-desktop{display:none!important}}@media (max-width: 599px){.show-in-tablet{display:none!important}}@media (min-width: 1200px){.show-in-tablet{display:none!important}}.ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ReactVirtualized__Grid,.ReactVirtualized__List{outline:none}.ReactVirtualized__List{overflow:unset!important}@media (max-width: 1023px){.ReactVirtualized__List{overflow:hidden!important}}.ReactVirtualized__Grid__innerScrollContainer{overflow:unset!important}@media (max-width: 1023px){.ReactVirtualized__Grid__innerScrollContainer{overflow:hidden!important}}.hide-in-editTextOnly{display:none!important}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation:fadeIn .3s ease-in-out both}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,30px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUp{animation:fadeInUp .4s ease-in-out both}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation:fadeOut .3s ease-in-out both}@keyframes thumb-skeleton{0%{background-position:100%}to{background-position:0}}@keyframes loading-animation{0%{transform:scaleZ(1)}to{transform:scale3D(1.1,1.1,1)}}.loading-animation{backface-visibility:visible;animation:loading-animation .77s ease-in-out both alternate infinite}@keyframes move-chevron{25%{opacity:1}33.3%{opacity:1;transform:translateY(15.2px)}66.6%{opacity:1;transform:translateY(20.8px)}to{opacity:0;transform:translateY(32px) scale(.5)}}@keyframes fadeoutBg{0%{background-color:var(--color-primary-20)}to{background-color:#fff}}@keyframes fadeoutItemShare{0%{background-color:var(--color-neutral-20)}to{background-color:var(--color-neutral-10)}}@keyframes fadeoutItemShare-dark{0%{background-color:var(--color-primary-90)}to{background-color:var(--color-neutral-90)}}.react-contexify{border-radius:var(--border-radius-primary);box-shadow:var(--shadow-xs);border:var(--border-primary);background-color:#fff;padding:8px 0;will-change:transform,opacity;z-index:100}.react-contexify__item__content{font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.43;color:var(--color-neutral-80)!important;padding:10px 16px}.react-contexify__item.guideflow_hovered .react-contexify__item__content{background:var(--color-neutral-10)!important}.react-contexify__will-enter--scale,.react-contexify__will-leave--scale{animation-duration:.1s}:root{--left-panel-width: 327px;--header-secondary-height: 72px;--footer-secondary-height: 111px;--panel-top:152px}@media (min-width: 600px){:root{--footer-secondary-height: 80px}}@media (max-width: 1199px){:root{--panel-top:196px}}html,body,#app{width:100%;min-width:300px;height:100%;margin:0;padding:0;color:var(--color-neutral-100);-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--font-primary);overscroll-behavior-y:contain}body{font-size:16px;overflow-x:hidden}body.waiting{cursor:wait}body.waiting #app{pointer-events:none}@media (min-width: 600px)and (max-width: 1023px){body{font-size:14px}}@media (max-width: 599px){body{font-size:12px}}body iframe{display:block}canvas{image-rendering:optimizeSpeed;image-rendering:crisp-edges;image-rendering:optimize-contrast;image-rendering:-o-crisp-edges;image-rendering:pixelated}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{appearance:none;margin:0}input[type=number]{appearance:textfield}div{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.cover{width:100%;height:100%;background:rgba(27,42,60,.7);position:fixed;top:0;left:0;z-index:99;visibility:hidden;opacity:0;transition:all .3s ease-out;will-change:visibility,opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}@media (max-width: 1199px){.cover.active{visibility:visible;opacity:1}}@media (hover: hover){.custom-scrollbar::-webkit-scrollbar,.MuiDialog-scrollBody::-webkit-scrollbar{width:8px;visibility:hidden}.custom-scrollbar::-webkit-scrollbar-track,.MuiDialog-scrollBody::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.custom-scrollbar::-webkit-scrollbar-thumb,.MuiDialog-scrollBody::-webkit-scrollbar-thumb{border-radius:16px;background-color:#20212433}.custom-scrollbar--stable.custom-scrollbar,.custom-scrollbar--stable.MuiDialog-scrollBody{overflow-y:scroll}.custom-scrollbar--stable-center.custom-scrollbar,.custom-scrollbar--stable-center.MuiDialog-scrollBody{overflow-y:scroll;scrollbar-gutter:stable both-edges}.custom-scrollbar--hide-thumb.custom-scrollbar::-webkit-scrollbar-thumb,.custom-scrollbar--hide-thumb.MuiDialog-scrollBody::-webkit-scrollbar-thumb{background:rgba(0,0,0,0)}.custom-scrollbar.guideflow_hovered::-webkit-scrollbar-thumb,.MuiDialog-scrollBody.guideflow_hovered::-webkit-scrollbar-thumb{background-color:#20212461}}.premium-icon{position:absolute;top:0;left:0;pointer-events:none}.link{color:var(--color-secondary-50);font-weight:600;cursor:pointer;transition:color .3s ease}.link.guideflow_hovered{color:var(--color-secondary-60)}.tooltip--bottom-end,.tooltip--right,.tooltip--left,.tooltip--bottom,.tooltip--top{position:absolute;z-index:9000;background:var(--color-neutral-100);font-size:12px;padding:8px 16px;border-radius:var(--border-radius-primary);transition:opacity .3s ease-out;backface-visibility:hidden}.tooltip__content{background:var(--color-neutral-100);color:#fff;font-size:12px}.tooltip--top{margin-top:-10px;transform:translate(-50%,-100%)}.tooltip--bottom{margin-top:10px;transform:translate(-50%)}.tooltip--left{margin-left:-10px;white-space:nowrap;transform:translate(-100%,-50%)}.tooltip--right{margin-left:10px;white-space:nowrap;transform:translateY(-50%)}.tooltip--bottom-end{margin-top:10px}.tooltip__shortcut{margin-left:6px;font-family:Axiforma,Arial,sans-serif;font-style:normal;font-weight:375;font-size:12px;line-height:16px}.tooltip--bottom-right{transform:translate(-30%)}.tooltip--mid-right{transform:translate(-15%);transform:translateY(-300%)}.tooltip__hyperlink{white-space:normal;max-width:270px}.tooltip__hyperlink .tooltip__content{max-width:239px;text-overflow:ellipsis;overflow:hidden;word-break:break-all;display:-webkit-box;-webkit-line-clamp:10;-webkit-box-orient:vertical;white-space:normal}.CircularLoading{display:flex;align-items:center;justify-content:center}.CircularLoading__full-width{width:100%}.MaterialAvatar{font-weight:600;position:relative;border-radius:4px;display:inline-block;box-sizing:border-box;font-family:var(--font-primary)}.MaterialAvatar__border{border:2px solid #fff}.theme-light .MaterialAvatar__border{border-color:#fff}.theme-dark .MaterialAvatar__border{border-color:var(--color-neutral-100)}.MaterialAvatar__border--circle{border-radius:50%}.MaterialAvatar__image{width:100%!important;height:100%!important}.MaterialAvatar__container{background:var(--color-neutral-20);color:#fff}.theme-light .MaterialAvatar__container{background:var(--color-neutral-20)}.theme-dark .MaterialAvatar__container{background:var(--color-neutral-80)}.MaterialAvatar__container.idleWithAvatar{opacity:.5}.MaterialAvatar__loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;background-color:#0000004d;z-index:1;display:flex;justify-content:center;align-items:center;color:#fff}.MaterialAvatar__loading--circle{border-radius:50%}.OwnerIcon__Container{width:32px;height:32px;border-radius:50%;background:#3c80ef;position:absolute;bottom:0;right:0;display:flex;align-items:center;justify-content:center}.ProfileButton{display:flex}.ProfileButton i{margin-right:10px;width:unset}.ProfileButton .PopperButton__item{align-items:stretch;font-family:var(--font-primary);height:40px;padding:0 0 0 12px;color:var(--color-neutral-80)}.theme-light .ProfileButton .PopperButton__item{color:var(--color-neutral-80)}.theme-dark .ProfileButton .PopperButton__item{color:var(--color-neutral-40)}.theme-light .ProfileButton .PopperButton__item.guideflow_hovered{color:var(--color-neutral-80)}.theme-dark .ProfileButton .PopperButton__item.guideflow_hovered{color:var(--color-neutral-20)}.ProfileButton .PopperButton__name{font-family:var(--font-primary);font-style:normal;font-weight:400;font-size:14px;line-height:1.43}.ProfileButton .PopperButton__name--danger{color:var(--color-secondary-50)}.ProfileButton .PopperButton__title{margin:24px 0 8px;font-family:var(--font-primary);font-style:normal;font-weight:600;font-size:12px;line-height:1.33;color:var(--color-neutral-40);padding:0 0 0 12px}.theme-light .ProfileButton .PopperButton__title{color:var(--color-neutral-40)}.theme-dark .ProfileButton .PopperButton__title{color:var(--color-neutral-60)}.ProfileButton .PopperButton__title--special{margin-top:16px}@media (min-width: 768px){.ProfileButton .PopperButton__title{margin:4px 0 0;padding:8px 8px 8px 16px}.ProfileButton .PopperButton__title--special{margin-top:8px}}.ProfileButton .PopperButton__actions{font-family:var(--font-primary);padding:0;display:flex;width:100%;line-height:1.5;white-space:nowrap;overflow:hidden;font-weight:400;color:var(--color-neutral-80);align-items:center;font-size:14px}@media (min-width: 768px){.ProfileButton .PopperButton__actions{padding-left:4px}}.theme-light .ProfileButton .PopperButton__actions{color:var(--color-neutral-80)}.theme-dark .ProfileButton .PopperButton__actions{color:var(--color-neutral-40)}.theme-light .ProfileButton .PopperButton__actions.guideflow_hovered{color:var(--color-neutral-80)}.theme-dark .ProfileButton .PopperButton__actions.guideflow_hovered{color:var(--color-neutral-20)}.theme-light .ProfileButton .PopperButton__actions.guideflow_hovered i{color:var(--color-neutral-80)}.theme-dark .ProfileButton .PopperButton__actions.guideflow_hovered i{color:var(--color-neutral-20)}.theme-light .ProfileButton .PopperButton__actions.active{background:#f1f5f8}.theme-dark .ProfileButton .PopperButton__actions.active{background:#041a31}.ProfileButton__auth-button{box-sizing:border-box;height:32px;background:rgba(0,0,0,0)}.ProfileButton__auth-button.guideflow_hovered{color:inherit;background:inherit}.ProfileButton__btn{min-width:32px;min-height:32px;display:flex;cursor:pointer}@media (max-width: 599px){.ProfileButton__btn{padding:0}}.ProfileButton__btn .ProfileButton__wrapper{margin:auto 0 auto 16px}.ProfileButton__btn .ProfileButton__wrapper .ProfileButton__content_header__owner i{margin-left:8px}.ProfileButton__btn .ProfileButton__avt-container{position:relative}.ProfileButton__btn .ProfileButton__avt-container .ProfileButton__avatar{display:flex;align-items:center}.ProfileButton__container{width:100%;padding:20px 0;overflow:hidden}@media (min-width: 768px){.ProfileButton__container{width:300px;padding:12px 0 0}}.ProfileButton__close{position:relative;margin-left:200px;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center}.ProfileButton__close.guideflow_hovered{background-color:var(--color-neutral-40);cursor:pointer}.ProfileButton__close i{margin-right:0}.theme-light .ProfileButton__close i{color:var(--color-neutral-80)}.theme-dark .ProfileButton__close i{color:var(--color-neutral-40)}@media (min-width: 768px){.ProfileButton__close{display:none}}.ProfileButton .ProfileButton__popper{padding:0}.ProfileButton__popper .ProfileButton__popper-info{display:grid;grid-template-columns:min-content minmax(0,1fr);gap:8px;padding:0 12px;width:100%}@media (min-width: 768px){.ProfileButton__popper .ProfileButton__popper-info{padding:0 16px;gap:16px}}.ProfileButton__popper .ProfileButton__popper-info .ProfileButton__avatar{width:44px;height:44px;flex-shrink:0;margin:0 0 8px}.ProfileButton__popper .ProfileButton__popper-info .ProfileButton__email{font-family:var(--font-primary);font-size:12px;line-height:16px;color:var(--color-neutral-60);font-weight:400;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin-top:4px}@media (min-width: 768px){.ProfileButton__popper .ProfileButton__popper-info .ProfileButton__email{font-size:14px;line-height:20px}}.theme-light .ProfileButton__popper .ProfileButton__popper-info .ProfileButton__email{color:var(--color-neutral-60)}.theme-dark .ProfileButton__popper .ProfileButton__popper-info .ProfileButton__email{color:var(--color-neutral-40)}.ProfileButton__popper .ProfileButton__popper-info .ProfileButton__name{display:flex;flex-direction:column}.ProfileButton__popper .ProfileButton__popper-info .ProfileButton__name p{font-family:var(--font-primary);font-size:14px;line-height:20px;font-weight:600;color:var(--color-neutral-100)}@media (min-width: 768px){.ProfileButton__popper .ProfileButton__popper-info .ProfileButton__name p{font-size:17px;line-height:24px}}.theme-light .ProfileButton__popper .ProfileButton__popper-info .ProfileButton__name p{color:var(--color-neutral-100)}.theme-dark .ProfileButton__popper .ProfileButton__popper-info .ProfileButton__name p{color:var(--color-neutral-10)}.ProfileButton__popper .ProfileButton__divider,.ProfileButton__popper .ProfileButton__divider--last{margin:16px 12px 0;height:1px;background-color:var(--color-neutral-20)}.theme-light .ProfileButton__popper .ProfileButton__divider,.theme-light .ProfileButton__popper .ProfileButton__divider--last{background-color:var(--color-neutral-20)}.theme-dark .ProfileButton__popper .ProfileButton__divider,.theme-dark .ProfileButton__popper .ProfileButton__divider--last{background-color:var(--color-neutral-80)}@media (min-width: 768px){.ProfileButton__popper .ProfileButton__divider,.ProfileButton__popper .ProfileButton__divider--last{margin:12px 16px 0}}.ProfileButton__popper .ProfileButton__divider--last{margin:16px 12px 8px}@media (min-width: 768px){.ProfileButton__popper .ProfileButton__divider--last{margin:8px 16px}}.ProfileButton__popper:focus{outline:0}.ProfileButton .ProfileButton__use-tools{display:flex;align-items:center;width:100%;margin-top:16px;background-color:var(--color-primary-10);padding:16px 18px}.ProfileButton .ProfileButton__use-tools--description{font-size:12px;font-weight:600;line-height:16px;color:var(--color-neutral-80)}.ProfileButton .ProfileButton__use-tools .SvgElement{margin-right:12px;width:32px;height:32px;min-width:32px;max-width:32px;max-height:32px}.ProfileButton__workspace{margin-top:4px}.ProfileButton__workspace-name{background-color:var(--color-primary-10);border-radius:var(--border-radius-dense);font-size:12px;line-height:16px;font-weight:375;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding:2px 6px;cursor:default;display:inline-block;max-width:100%}.ProfileButton__workspace-name--bold{font-weight:600;color:var(--color-neutral-100)}.ProfileButton__avatar--disabled{opacity:.5;cursor:not-allowed}.NotificationPanel{transition:all .5s ease-in-out;position:absolute;top:72px;left:0;width:100vw;height:calc(100vh - 72px);background:#fff;z-index:98;transform:translate(-150vw);float:none;overflow:hidden}.NotificationPanel.active{transform:translate(0)}.NotificationPanel__close-btn{position:absolute!important;top:5px;right:5px;z-index:98;min-width:32px!important;min-height:32px!important;padding:0!important}.NotificationPanel__close-btn i{color:#8093a7}.theme-light .NotificationButton__btn-active{background-color:var(--color-neutral-20)}.theme-dark .NotificationButton__btn-active{background-color:var(--color-neutral-60)}.theme-light .NotificationButton__btn .icon-active{color:var(--color-primary-90)}.theme-dark .NotificationButton__btn .icon-active{color:var(--color-neutral-90)}.Notification__dot{width:8px;height:8px;border-radius:50%;top:6px;right:6px;position:absolute;background-color:var(--color-secondary-50);animation:notification-dot-anim 1s ease infinite alternate}.Notification__dot--viewer{top:4px;right:4px}@keyframes notification-dot-anim{0%{box-shadow:none}to{box-shadow:0 0 4px var(--color-secondary-50),0 0 4px var(--color-secondary-50),0 0 4px var(--color-secondary-50)}}.withRemoveUserAccount__CustomModal{padding:0;box-sizing:border-box;max-width:400px}.withRemoveUserAccount__CustomModal .Container__Content--message{min-width:unset;max-width:unset;margin-bottom:24px}.withRemoveUserAccount__CustomModal .Container__Content--title{margin-bottom:8px;font-weight:600;margin-top:24px}.withRemoveUserAccount__CustomModal .Container__Content--link{display:inline-block;text-decoration:underline;font-weight:600}.withRemoveUserAccount__CustomModal .Container__Content--button .ButtonMaterial{height:40px}.withRemoveUserAccount__CustomModal .Container__image{width:61px;margin:0 auto}
