.loader-widget{align-items:center;color:var(--primary-accent-color);display:flex;height:100%;justify-content:center;width:100%;z-index:var(--top-level-z-index)}.loader-widget .load-widget-content{height:128px;width:128px}.tooltip-component{--tooltip-top:0;--tooltip-right:0;--tooltip-bottom:0;--tooltip-left:0;word-wrap:break-word;background-color:var(--primary-shade4-color);border-radius:4px;color:var(--primary-main-color);max-width:400px;padding:8px;position:absolute;z-index:var(--tooltip-level-z-index)}.tooltip-component.top{left:var(--tooltip-left);top:var(--tooltip-top);transform:translateX(-8px) translateY(-100%)}.tooltip-component.right{left:calc(var(--tooltip-right) + 8px);top:calc(var(--tooltip-top) - 2px)}.tooltip-component.bottom{left:var(--tooltip-left);top:calc(var(--tooltip-bottom) + 10px);transform:translateX(-8px)}.tooltip-component.left{left:var(--tooltip-left);top:calc(var(--tooltip-top) - 6px);transform:translateX(-100%)}.svg-icon-container{cursor:pointer;display:inline-block;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:4px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.svg-icon-container:not(.show-hover):not(.show-pointer){cursor:default}.svg-icon-container.no-padding{padding:0}.svg-icon-container.show-hover:hover{background-color:var(--background2-color);border-radius:50%}.svg-icon-container .svg-container{display:block;height:24px;width:24px}.svg-icon-container .svg-container.tiny{height:12px;width:12px}.svg-icon-container .svg-container.small{height:16px;width:16px}.svg-icon-container .svg-container.medium{height:18px;width:18px}.svg-icon-container .svg-container.regular{height:24px;width:24px}.svg-icon-container .svg-container.big{height:32px;width:32px}.svg-icon-container .svg-container.semi-extra{height:48px;width:48px}.svg-icon-container .svg-container.extra{height:72px;width:72px}.svg-icon-container .svg-container.disabled{color:var(--disable-color)}.text-component{--text-color:var(--grey6-color);color:var(--text-color);cursor:default;font-family:Assistant,sans-serif;text-align:start;text-decoration:none}.text-component.error{color:var(--error-color)}.text-component.success{color:var(--success-color)}.text-component.link{color:var(--text-link-color);cursor:pointer;text-decoration:underline}.text-component.h1{font-size:var(--h1-font-size);font-style:var(--h1-font-style);font-weight:var(--h1-font-weight);letter-spacing:var(--h1-letter-spacing);line-height:var(--h1-line-height);margin:0}.text-component.h2{font-size:var(--h2-font-size);font-style:var(--h2-font-style);font-weight:var(--h2-font-weight);line-height:var(--h2-line-height);margin:0}.text-component.h3{font-size:var(--h3-font-size);font-style:var(--h3-font-style);font-weight:var(--h3-font-weight);line-height:var(--h3-line-height);margin:0}.text-component.h4{font-size:var(--h4-font-size);font-style:var(--h4-font-style);font-weight:var(--h4-font-weight);line-height:var(--h4-line-height);margin:0}.text-component.h5{font-size:var(--h5-font-size);font-style:var(--h5-font-style);font-weight:var(--h5-font-weight);line-height:var(--h5-line-height);margin:0}.text-component.bullet,.text-component.paragraph{font-size:var(--paragraph-font-size);font-style:var(--paragraph-font-style);font-weight:var(--paragraph-font-weight);line-height:var(--paragraph-line-height)}.text-component.paragraph-medium{font-size:var(--paragraph-medium-font-size);font-style:var(--paragraph-medium-font-style);font-weight:var(--paragraph-medium-font-weight);line-height:var(--paragraph-medium-line-height)}.text-component.paragraph-semibold{font-size:var(--paragraph-semibold-font-size);font-style:var(--paragraph-semibold-font-style);font-weight:var(--paragraph-semibold-font-weight);line-height:var(--paragraph-semibold-line-height)}.text-component.paragraph-bold{font-size:var(--paragraph-bold-font-size);font-style:var(--paragraph-bold-font-style);font-weight:var(--paragraph-bold-font-weight);line-height:var(--paragraph-bold-line-height)}.text-component.tiny{font-size:var(--tiny-font-size);font-style:var(--tiny-font-style);font-weight:var(--tiny-font-weight);line-height:var(--tiny-line-height)}.text-component.badge{font-size:var(--badge-font-size);font-style:var(--badge-font-style);font-weight:var(--badge-font-weight);line-height:var(--badge-line-height)}.text-component.internal-link,.text-component.link{color:var(--primary-shade4-color);cursor:pointer;font-size:var(--paragraph-semibold-font-size);font-style:var(--paragraph-semibold-font-style);font-weight:var(--paragraph-semibold-font-weight);line-height:var(--paragraph-semibold-line-height);text-decoration:underline}.toast-widget{background-color:var(--primary-main-color);border-radius:4px;box-shadow:var(--card-box-shadow);display:flex;flex-direction:column;max-width:400px;min-width:300px;overflow:hidden;transform:translateX(110%);transition:transform 1s ease-in-out}.toast-widget.success{--bgcolor:var(--success-light-color)}.toast-widget.info{--bgcolor:var(--info-bg-color)}.toast-widget.warning{--bgcolor:var(--warning-color)}.toast-widget:before{background-color:var(--bgcolor);content:"";height:100%;position:absolute;width:4px}.toast-widget.shown{transform:translateX(0)}.toast-widget .toast-content{align-items:center;display:flex;flex-direction:row;gap:8px;margin:16px;position:relative}.toast-widget .toast-content .type-indication{align-items:center;background-color:var(--bgcolor);border-radius:50%;display:flex;height:32px;justify-content:center;width:32px}.toast-widget .toast-content .type-indication .indication-icon{color:var(--primary-main-color)}.toast-widget .toast-content .text-container{display:flex;flex:1 1;flex-direction:column;gap:4px}.toast-widget .toast-content .text-container .title{text-transform:capitalize}.toast-widget .toast-content .close-icon,.toast-widget .toast-content .text-container .message{color:var(--info-color)}.toast-widget .progress{background-color:var(--bgcolor);border-radius:4px;bottom:-12px;height:4px;position:absolute}.toasts-widget{display:flex;flex-direction:column;gap:24px;position:absolute;right:24px;top:24px}.search-box-component{align-items:center;border:1px solid var(--grey2-color);border-radius:8px;display:flex;flex-direction:row;gap:8px;padding:8px 16px;width:100%}.search-box-component .search-input{background-color:inherit;border:none;color:var(--grey6-color);flex:1 1;outline:0}.search-box-component .search-input,.search-box-component .search-input::placeholder{font-family:Assistant,sans-serif;font-size:var(--paragraph-semibold-font-size);font-style:var(--paragraph-semibold-font-style);font-weight:var(--paragraph-semibold-font-weight);line-height:var(--paragraph-semibold-line-height)}.search-box-component .search-input::placeholder{color:var(--grey4-color);opacity:1}.search-box-component .search-input::-ms-input-placeholder{color:var(--grey4-color);font-family:Assistant,sans-serif;font-size:var(--paragraph-semibold-font-size);font-style:var(--paragraph-semibold-font-style);font-weight:var(--paragraph-semibold-font-weight);line-height:var(--paragraph-semibold-line-height)}.search-box-component .delete-search-term{visibility:hidden}.search-box-component .delete-search-term.visible{visibility:visible}.dropdown-container{display:inline-flex;flex-direction:column;font-size:var(--paragraph-font-size);font-weight:var(--regular-font-weight);position:relative}.dropdown-container:hover{z-index:var(--popup-level-z-index)}.dropdown-container:hover .items-container{opacity:0;pointer-events:none}.dropdown-container.static-state .current-item,.dropdown-container.static-state .current-item .current-item-title{cursor:default}.dropdown-container.opened{z-index:var(--popup-level-z-index)}.dropdown-container.opened .current-item .open-icon{transform:rotate(180deg)}.dropdown-container.opened .items-container{display:flex;opacity:1;pointer-events:auto;transform:translateY(0)}.dropdown-container.opened .items-container .search-box-container{padding:4px}.dropdown-container.opened .items-container .search-box-container .dropdown-search-box{padding:0 8px}.dropdown-container.opened .items-container .item-thumbnail{border-radius:50%;height:24px;width:24px}.dropdown-container .dropdown-label{font-weight:var(--semi-bold-font-weight);margin-bottom:8px}.dropdown-container .current-item{align-items:center;border-radius:var(--small-border-radius);cursor:pointer;display:flex;padding:8px}.dropdown-container .current-item .selected-item{align-items:center;color:var(--grey6-color);cursor:pointer;display:flex;flex:1 1;flex-direction:row;gap:8px}.dropdown-container .current-item .selected-item .current-item-title{cursor:pointer;flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-container .current-item .selected-item .current-thumbnail{border-radius:50%;height:24px;width:24px}.dropdown-container .current-item .open-icon{transform:rotate(0);transition:transform .15s ease-in-out}.dropdown-container.outline .current-item{border:1px solid var(--grey6-color);border-radius:var(--small-border-radius)}.dropdown-container.outline .current-item .current-item-title{text-align:center}.dropdown-container.standard .current-item{border:1px solid var(--disable-color);border-radius:var(--small-border-radius)}.dropdown-container.standard .current-item .current-item-title{color:var(--grey6-color);font-weight:var(--regular-font-weight);text-align:start}.dropdown-container.regular .current-item{border:none;padding:8px 0}.dropdown-container.subtle{background-color:var(--background3-color);border-radius:var(--small-border-radius)}.dropdown-container.subtle.opened{border-bottom-left-radius:0;border-bottom-right-radius:0}.dropdown-container.subtle .current-item{padding:4px 8px}.dropdown-container.subtle .current-item .current-item-title.default-value{color:var(--grey5-color)}.dropdown-container.subtle .items-container{border:1px solid var(--background3-color);border-top-left-radius:0;border-top-right-radius:0;top:100%;width:100%}.dropdown-container.subtle .items-container .item{text-align:left}.dropdown-container.primary.opened .current-item{background-color:var(--background1-color);border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:var(--medium-border-radius);border-top-right-radius:var(--medium-border-radius)}.dropdown-container.primary.opened .items-container{height:180px;overflow:auto}.dropdown-container.primary .current-item{background-color:var(--hover-item-color);border-radius:var(--medium-border-radius);padding:8px 16px;transition:border-radius .15s ease-in-out;z-index:var(--first-level-z-index)}.dropdown-container.primary .current-item .current-item-title{color:var(--info-color)}.dropdown-container.primary .current-item .open-icon{color:var(--grey6-color)}.dropdown-container.primary .items-container{border:1px solid var(--background1-color);border-bottom-left-radius:var(--medium-border-radius);border-bottom-right-radius:var(--medium-border-radius);border-top-left-radius:0;border-top-right-radius:0;box-shadow:none;display:flex;height:0;position:relative;top:0}.dropdown-container.primary .items-container .item{text-align:start}.dropdown-container .items-container{background-color:var(--primary-main-color);border-radius:var(--small-border-radius);box-shadow:var(--card-box-shadow);display:none;flex-direction:column;gap:4px;left:0;max-height:250px;min-width:100%;overflow:auto;padding:8px 0;position:absolute;top:calc(100% + 2px);transform:translateY(-10px);transition:opacity .15s ease-in-out,transform .15s ease-in-out,height .15s ease-in-out;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.dropdown-container .items-container.right{left:auto;right:0}.dropdown-container .items-container .item-container{align-items:center;cursor:pointer;display:flex;flex-direction:row;gap:16px;justify-content:space-between;padding:4px 7px;z-index:var(--popup-level-z-index)}.dropdown-container .items-container .item-container:hover{background-color:var(--hover-item-color)}.dropdown-container .items-container .item-container:last-child{border-bottom:none}.dropdown-container .items-container .item-container .item-info{align-items:center;display:flex;flex-direction:row;gap:8px;max-width:94%}.dropdown-container .items-container .item-container .item-info .item-icon{cursor:pointer}.dropdown-container .items-container .item-container .item-info .item-title{cursor:pointer;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.dropdown-container .input-helper{font-size:var(--caption-font-size);margin-top:4px}.dropdown-container .input-helper.error{color:var(--error-color)}.dropdown-container .input-helper.success{color:var(--success-color)}.dropdown-container .input-helper.info{color:var(--info-color)}.dropdown-container .input-helper.disable{color:var(--disable-color)}.dropdown-container .input-helper.primary{color:var(--grey6-color)}.simple-loader-widget.primary{color:var(--primary-accent-color)}.simple-loader-widget.secondary{color:var(--primary-main-color)}.simple-loader-widget.small{height:32px;width:32px}.simple-loader-widget.medium{height:48px;width:48px}.simple-loader-widget.big{height:64px;width:64px}.google-ads-setup-component{display:flex;flex-direction:column;gap:24px;min-height:300px;width:100%}.google-ads-setup-component .row{align-items:center;display:flex;flex-direction:row;gap:64px;justify-content:space-between}.google-ads-setup-component .domains-container{display:flex;flex-direction:column;gap:16px}.google-ads-setup-component .domains-container .total-trafic{visibility:visible}.google-ads-setup-component .domains-container .total-trafic.invisible{visibility:hidden}.google-ads-setup-component .domains-container .domains{display:flex;flex-direction:column}.google-ads-setup-component .loading-statement{align-items:center;display:flex;flex-direction:row;gap:64px;justify-content:space-between}.google-ads-setup-component .error-container{align-items:center;display:flex;flex-direction:row;gap:8px}.login-with-google-btn{background-color:#fff;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJtMTcuNiA5LjItLjEtMS44SDl2My40aDQuOEMxMy42IDEyIDEzIDEzIDEyIDEzLjZ2Mi4yaDNhOC44IDguOCAwIDAgMCAyLjYtNi42eiIgZmlsbD0iIzQyODVGNCIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTkgMThjMi40IDAgNC41LS44IDYtMi4ybC0zLTIuMmE1LjQgNS40IDAgMCAxLTgtMi45SDFWMTNhOSA5IDAgMCAwIDggNXoiIGZpbGw9IiMzNEE4NTMiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik00IDEwLjdhNS40IDUuNCAwIDAgMSAwLTMuNFY1SDFhOSA5IDAgMCAwIDAgOGwzLTIuM3oiIGZpbGw9IiNGQkJDMDUiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik05IDMuNmMxLjMgMCAyLjUuNCAzLjQgMS4zTDE1IDIuM0E5IDkgMCAwIDAgMSA1bDMgMi40YTUuNCA1LjQgMCAwIDEgNS0zLjd6IiBmaWxsPSIjRUE0MzM1IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNMCAwaDE4djE4SDB6Ii8+PC9nPjwvc3ZnPg==);background-position:12px 11px;background-repeat:no-repeat;border:none;border-radius:3px;box-shadow:0 -1px 0 #0000000a,0 1px 1px #00000040;color:#757575;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:14px;font-weight:500;padding:12px 16px 12px 42px;transition:background-color .3s,box-shadow .3s}.login-with-google-btn:hover{box-shadow:0 -1px 0 #0000000a,0 2px 4px #00000040}.login-with-google-btn:active{background-color:#eee}.login-with-google-btn:focus{box-shadow:0 -1px 0 #0000000a,0 2px 4px #00000040,0 0 0 3px #c8dafc;outline:none}.login-with-google-btn:disabled{background-color:#ebebeb;box-shadow:0 -1px 0 #0000000a,0 1px 1px #00000040;cursor:not-allowed;filter:grayscale(100%)}.google-analytics-setup-component{display:flex;flex-direction:column;gap:24px;min-height:300px;width:100%}.google-analytics-setup-component .row{align-items:center;display:flex;flex-direction:row;gap:64px;justify-content:space-between}.google-analytics-setup-component .domains-container{display:flex;flex-direction:column;gap:16px}.google-analytics-setup-component .domains-container .total-trafic{visibility:visible}.google-analytics-setup-component .domains-container .total-trafic.invisible{visibility:hidden}.google-analytics-setup-component .domains-container .domains{display:flex;flex-direction:column}.google-analytics-setup-component .loading-statement{align-items:center;display:flex;flex-direction:row;gap:64px;justify-content:space-between}.google-analytics-setup-component .error-container{align-items:center;display:flex;flex-direction:row;gap:8px}.google-search-setup-component{display:flex;flex-direction:column;gap:24px;min-height:300px;width:100%}.google-search-setup-component .row{align-items:center;display:flex;flex-direction:row;gap:64px;justify-content:space-between}.google-search-setup-component .domains-container{display:flex;flex-direction:column;gap:16px}.google-search-setup-component .domains-container .total-trafic{visibility:visible}.google-search-setup-component .domains-container .total-trafic.invisible{visibility:hidden}.google-search-setup-component .domains-container .domains{display:flex;flex-direction:column}.google-search-setup-component .loading-statement{align-items:center;display:flex;flex-direction:row;gap:64px;justify-content:space-between}.google-search-setup-component .error-container{align-items:center;display:flex;flex-direction:row;gap:8px}.google-youtube-setup-component{display:flex;flex-direction:column;gap:24px;min-height:300px;width:100%}.google-youtube-setup-component .row{align-items:center;display:flex;flex-direction:row;gap:64px;justify-content:space-between}.google-youtube-setup-component .domains-container{display:flex;flex-direction:column;gap:16px}.google-youtube-setup-component .domains-container .total-trafic{visibility:visible}.google-youtube-setup-component .domains-container .total-trafic.invisible{visibility:hidden}.google-youtube-setup-component .domains-container .domains{display:flex;flex-direction:column}.google-youtube-setup-component .loading-statement{align-items:center;display:flex;flex-direction:row;gap:64px;justify-content:space-between}.google-youtube-setup-component .error-container{align-items:center;display:flex;flex-direction:row;gap:8px}.gumroad-setup-component{display:flex;flex-direction:column;gap:24px;min-height:300px;width:100%}.gumroad-setup-component .row{align-items:center;display:flex;flex-direction:row;gap:64px;justify-content:space-between}.gumroad-setup-component .products-container{display:flex;flex-direction:column;gap:16px}.gumroad-setup-component .products-container .sales-count{visibility:visible}.gumroad-setup-component .products-container .sales-count.invisible{visibility:hidden}.gumroad-setup-component .products-container .products{display:flex;flex-direction:column}.gumroad-setup-component .loading-statement{align-items:center;display:flex;flex-direction:row;gap:64px;justify-content:space-between}.gumroad-setup-component .error-container{align-items:center;display:flex;flex-direction:row;gap:8px}.button-component-wrapper{text-decoration:none}.button-container{align-items:center;background-color:#0000;border:none;border-radius:var(--small-border-radius);color:var(--primary-shade1-color);cursor:pointer;display:inline-flex;font-family:Assistant,sans-serif;font-size:14px;font-style:normal;font-weight:600;justify-content:center;line-height:20px;padding:4px 8px;transition:background-color .25s cubic-bezier(.4,0,.2,1) 0ms,border-color .25s cubic-bezier(.4,0,.2,1) 0ms,color .25s cubic-bezier(.4,0,.2,1) 0ms}.button-container.regular:hover{background-color:var(--background1-color);color:var(--primary-shade2-color)}.button-container.primary{background-color:var(--primary-shade1-color);border:none;color:var(--primary-main-color)}.button-container.primary:hover{background-color:var(--primary-shade2-color)}.button-container.outline{background-color:#0000;border:1px solid var(--primary-shade1-color);color:var(--primary-shade1-color);padding:3px 8px}.button-container.outline:hover{border-color:var(--primary-shade1-color);color:var(--primary-shade1-color)}.button-container.call-to-action{background-color:var(--primary-shade1-color);border:none;color:var(--primary-main-color)}.button-container.call-to-action:hover{background-color:var(--primary-shade2-color)}.button-container.full-width{background-color:var(--primary-shade1-color);border:none;color:var(--primary-main-color);width:100%}.button-container.full-width:hover{background-color:var(--primary-shade2-color)}.button-container:disabled{cursor:default}.button-container:disabled,.button-container:disabled:hover{background-color:var(--grey2-color);border:none;color:var(--primary-main-color)}.button-container:disabled.regular{background-color:#0000;color:var(--grey3-color)}.o-auth-connect-widget{align-items:center;display:flex;justify-content:space-between;position:relative}.o-auth-connect-widget .conntected-line{align-items:center;display:flex;flex-direction:row;gap:8px}.o-auth-connect-widget .conntected-line .connected-icon{border:1px solid var(--success-color);border-radius:50%;color:var(--success-color);padding:2px}.o-auth-connect-widget .o-auth-loader{position:absolute}.mailchimp-setup-component{display:flex;flex-direction:column;gap:24px;min-height:300px;width:100%}.mailchimp-setup-component .lists-container{display:flex;flex-direction:column;gap:16px}.mailchimp-setup-component .lists-container .list-members-count{visibility:visible}.mailchimp-setup-component .lists-container .list-members-count.invisible{visibility:hidden}.mailchimp-setup-component .lists-container .lists{display:flex;flex-direction:column;gap:8px}.mailchimp-setup-component .loading-statement{align-items:center;display:flex;flex-direction:row;gap:64px;justify-content:space-between}.mailchimp-setup-component .error-container{align-items:center;display:flex;flex-direction:row;gap:8px}.data-source-row-component,.data-source-row-component .data-source-column{align-items:center;display:flex;flex-direction:row;gap:16px}.data-source-row-component .data-source-column .data-source-details{display:flex;flex-direction:column;gap:8px}.data-source-row-component .data-source-column .data-source-details .data-source-config{color:var(--grey4-color)}.data-source-row-component .actions-column{align-items:center;display:flex;flex-direction:row;gap:4px}.divider-component{border:none;border-top:1px solid;border-color:var(--grey3-color);width:100%}.divider-component.no-margin{margin:0}.data-source-tile{align-items:flex-start;background:var(--primary-main-color);border:1px solid var(--grey1-color);border-radius:8px;cursor:pointer;display:flex;flex-direction:column;gap:32px;height:300px;justify-content:space-between;padding:24px;position:relative;width:420px}.data-source-tile .disabled-cover{background-color:var(--grey1-color);cursor:default;height:100%;left:0;opacity:.5;position:absolute;top:0;width:100%}.data-source-tile .stage-tag{background-color:var(--primary-accent-color);border-radius:8px;color:var(--primary-main-color);padding:4px 24px;position:absolute;right:8px;top:8px}.data-source-tile.selected{border-color:var(--primary-shade1-color)}.data-source-tile .tile-data{display:flex;flex-direction:row;gap:16px;width:100%}.data-source-tile .tile-data .tile-content{display:flex;flex:1 1;flex-direction:column;gap:8px}.data-source-tile .tile-data .tile-content .tile-header{height:26px;justify-content:space-between}.data-source-tile .tile-data .tile-content .tile-header,.data-source-tile .tile-data .tile-content .tile-header .tile-title-wrapper{align-items:center;display:flex;flex-direction:row;gap:8px}.data-source-tile .tile-data .tile-content .tile-header .tile-title-wrapper .connected-icon{border:1px solid var(--success-color);border-radius:50%;color:var(--success-color)}.data-source-tile .tile-data .tile-content .tile-header .item-selected{background-color:var(--primary-shade1-color);border-radius:50%;color:var(--primary-main-color)}.data-source-tile .tile-data .tile-content .item-description{cursor:pointer}.choose-data-source-step{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,1fr)}.data-source-config-step{height:100%}.data-source-config-step .data-source-icon{border:1px solid var(--grey1-color);border-radius:4px;padding:24px}.data-source-config-step .available-researches{display:flex;flex:1 1;flex-direction:column;gap:8px}.data-source-config-step .available-researches .researches-containers{border:1px solid var(--grey2-color);display:flex;flex:1 1;flex-direction:row;flex-wrap:wrap;gap:8px;overflow-y:auto;padding:16px}.data-source-config-step .available-researches .researches-containers .research-item{border:1px solid var(--grey1-color);display:flex;flex-direction:column;gap:8px;padding:16px;width:220px}#modal .modal-overlay.top-level,#top-modal .modal-overlay.top-level{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.dialog-container{border-radius:8px;box-shadow:var(--card-box-shadow);display:flex;flex-direction:column;left:50%;max-height:100%;min-height:300px;overflow:hidden;position:fixed;top:50%;transform:translate(-50%,-50%);z-index:var(--dialog-level-z-index)}.dialog-container .dialog-header{background-color:var(--background1-color);display:flex;flex-direction:column}.dialog-container .dialog-header .header-content{align-items:center;display:flex;justify-content:space-between;padding:16px 24px}.dialog-container .dialog-header .header-content .dialog-title{color:var(--primary-shade4-color);text-align:left;text-transform:capitalize}.dialog-container .dialog-header .header-content .dialog-custom-title,.dialog-container .dialog-header .header-content .dialog-title.no-extra{flex:1 1}.dialog-container .dialog-header .header-content .close-dialog-button{color:var(--grey6-color)}.dialog-container .dialog-header .header-divider{border-top:1px solid var(--grey3-color);margin:0;opacity:.5;width:100%}.dialog-container .dialog-content{background-color:inherit;background-color:var(--background1-color);flex:1 1;overflow-x:hidden;overflow-y:auto;padding:var(--big-padding)}.dialog-container .dialog-footer{background-color:var(--background1-color);display:flex;flex-direction:column}.dialog-container .dialog-footer .footer-divider{border-top:1px solid var(--grey3-color);margin:0;opacity:.5;width:100%}.dialog-container .dialog-footer .footer-actions{display:flex;flex-direction:row;justify-content:space-between;padding:16px 24px}.dialog-container .dialog-footer .footer-actions.positive-only{justify-content:flex-end}.steps-indication-component{display:flex;flex-direction:row;gap:16px;justify-content:center}.steps-indication-component .step-item{align-items:center;border:1px solid;border-color:var(--primary-shade4-color);border-radius:50%;color:var(--primary-main-color);display:flex;height:24px;justify-content:center;width:24px}.steps-indication-component .step-item.shown-step{background-color:var(--primary-shade4-color)}.steps-indication-component .step-item .step-identifier{color:var(--primary-main-color)}.steps-indication-component .step-item .step-identifier.future-step{color:var(--primary-shade4-color)}.multi-steps-dialog-component{max-height:700px;max-width:1080px}.multi-steps-dialog-component .multi-steps-header{align-items:center;display:flex;flex-direction:row;gap:16px;justify-content:space-between}.multi-steps-dialog-component .multi-steps-header .step-title{color:var(--primary-shade4-color)}.connect-to-data-source-dialog{height:95%;width:900px}.nav-item{align-items:center;color:var(--primary-shade4-color);cursor:pointer;display:inline-flex;height:45px;position:relative;text-decoration:none;width:100%}.nav-item:hover .overlay{background:linear-gradient(90deg,var(--primary-accent-color) 0,#ff505000 100%);border-radius:0 5px 5px 0;display:block;height:100%;opacity:.15;position:absolute;width:100%}.nav-item .nav-divider{border:2px solid var(--primary-accent-color);height:100%;visibility:visible}.nav-item .nav-divider.hidden{visibility:hidden}.nav-item .nav-item-text{cursor:pointer;margin-left:8px;transform:scale(1);transition:.2}.nav-item .nav-item-icon{margin-left:16px}.nav-item .primary-color{color:var(--primary-shade1-color)}.nav-item .overlay{display:none}.avatar-component,.avatar-component .avatar-icon-container{align-items:center;display:flex;justify-content:center}.avatar-component .avatar-icon-container{border:1px solid var(--primary-shade1-color);border-radius:50%;color:var(--grey6-color);height:24px;padding:0;width:24px}.avatar-component .avatar-icon-container.tiny{height:12px;width:12px}.avatar-component .avatar-icon-container.small{height:16px;width:16px}.avatar-component .avatar-icon-container.medium{height:18px;width:18px}.avatar-component .avatar-icon-container.regular{height:24px;width:24px}.avatar-component .avatar-icon-container.big{height:32px;width:32px}.avatar-component .avatar-icon-container.semi-extra{height:48px;width:48px}.avatar-component .avatar-icon-container.extra{height:74px;width:74px}.avatar-component .image{border:1px solid var(--primary-accent-color);border-radius:50%;object-fit:cover;padding:1px}.avatar-component .image.small{height:16px;width:16px}.avatar-component .image.regular{height:24px;width:24px}.avatar-component .image.big{height:32px;width:32px}.avatar-component .image.semi-extra{height:40px;width:40px}.avatar-component .image.extra{height:74px;width:74px}.hamburger-menu{display:none}.hamburger-menu .hamburger-menu-content{background-color:var(--primary-main-color);box-shadow:var(--card-box-shadow);height:100%;left:-16px;position:absolute;width:190px;z-index:var(--top-level-z-index)}@media only screen and (max-width:800px){.hamburger-menu{display:block}}.main-screen-component{display:flex;flex-direction:column;gap:24px;height:100%}.main-screen-component .header{align-items:center;background-color:var(--primary-main-color);box-shadow:0 1px 0 #0000000d;display:flex;justify-content:space-between;padding:16px}.main-screen-component .header .back-icon-container{border:1px solid;border-radius:4px;padding:4px}.main-screen-component .header .main-section{align-items:center;display:flex;gap:8px}.main-screen-component .header .main-section .header-titles{display:flex;flex-direction:row;gap:4px}.main-screen-component .header .main-section .header-titles .title{color:var(--primary-shade4-color);text-transform:capitalize}.main-screen-component .header .main-section .header-titles .subtitle{color:var(--grey4-color)}.main-screen-component .header .main-section .text-section{display:flex;flex-direction:column;gap:8px}.main-screen-component .header .main-section .text-section .message{color:var(--info-color)}.main-screen-component .header .actions-section{align-items:center;display:flex;gap:16px}.main-screen-component .header .actions-section .action-button{border-color:var(--grey6-color);color:var(--grey6-color)}.main-screen-component .header .actions-section .action-button.primary{border:none;color:var(--primary-main-color)}.main-screen-component .reminder{align-items:center;background-color:var(--background3-color);border-radius:8px;box-shadow:0 0 50px #0000000d;color:var(--grey6-color);display:flex;gap:8px;margin:0 24px;padding:8px}.main-screen-component .reminder .reminder-text{flex:1 1}.main-screen-component .reminder .reminder-action{background-color:var(--primary-main-color);color:var(--grey6-color);font-size:var(--caption-font-size)}.main-screen-component .content{flex:1 1;overflow:auto;padding:var(--big-padding);padding-top:0}@media only screen and (max-width:800px){.main-screen-component .header .back-icon-container{display:none}.main-screen-component .header .title{font-size:var(--big-paragraph-font-size)}.main-screen-component .content{grid-template-columns:repeat(12,1fr);grid-template-rows:repeat(20,minmax(27px,1fr));overflow-y:auto}}.empty-state-widget{align-items:center;display:flex;flex-direction:column;gap:24px}.empty-state-widget .empty-description{align-items:center;display:flex;flex-direction:column;gap:4px}.empty-state-widget .empty-description .empty-title{color:var(--grey3-color)}.empty-state-widget .empty-description .cta-wrapper{align-items:center;display:flex;flex-direction:row;gap:4px}.empty-state-widget .empty-description .cta-wrapper .cta{font-size:var(--h3-font-size);font-style:var(--h3-font-style);font-weight:var(--h3-font-weight);line-height:var(--h3-line-height)}.data-sources-screen .data-sources-screen-content{padding:24px}.data-sources-screen .data-sources-screen-content .data-sources-table{background-color:var(--primary-main-color);display:flex;flex-direction:column;gap:32px;padding:24px 32px;width:100%}.data-sources-screen .data-sources-screen-content .data-sources-table .data-sources-table-header{display:flex;flex-direction:row;gap:16px}.data-sources-screen .data-sources-screen-content .data-sources-table .connected-column,.data-sources-screen .data-sources-screen-content .data-sources-table .data-source-column,.data-sources-screen .data-sources-screen-content .data-sources-table .metrics-column{flex:2 1}.data-sources-screen .data-sources-screen-content .data-sources-table .actions-column,.data-sources-screen .data-sources-screen-content .data-sources-table .last-refresh-column{flex:1 1}.data-sources-screen .data-sources-screen-content .data-sources-table .table-row{align-items:center;display:flex;flex-direction:row;gap:16px}#modal .modal-overlay,#top-modal .modal-overlay{background-color:var(--overlay-background-color);bottom:0;left:0;position:absolute;right:0;top:0}#modal .modal-container,#top-modal .modal-container{bottom:0;left:0;position:absolute;right:0;top:0}#top-modal .modal-overlay{z-index:var(--popup-level-z-index)}#top-modal .modal-container{z-index:var(--top-level-z-index)}.custom-tooltip{background-color:var(--primary-main-color);border:1px solid var(--grey1-color);border-radius:var(--small-border-radius);box-shadow:var(--card-box-shadow);display:flex;flex-direction:column;gap:4px;padding:var(--small-padding);position:relative;z-index:var(--tooltip-level-z-index)}.goal-tile{background:var(--primary-main-color);border:1px solid var(--grey1-color);border-radius:8px;cursor:pointer;display:flex;flex:1 1;flex-direction:column;gap:16px;padding:24px}.goal-tile .tile-header{align-items:center;display:flex;flex-direction:row;gap:8px}.goal-tile .tile-header .goal-name{color:var(--primary-shade4-color);flex:1 1}.goal-tile .tile-header .goal-name:first-letter{text-transform:capitalize}.goal-tile .title-summary{display:flex;flex-direction:row;gap:8px;justify-content:center}.goal-tile .goal-info{align-items:center;display:flex}.goal-tile .goal-info .days-left{color:var(--grey4-color)}.goal-tile .tile-content{height:300px;width:100%}.bars-chart{height:100%;overflow-x:auto;width:100%}.point-indicator{--indicator-color:var(--graph1-color);background-color:var(--indicator-color);border-radius:50%;height:12px;width:12px}.custom-overview-tooltip{background-color:var(--primary-main-color);border:1px solid var(--grey1-color);border-radius:var(--small-border-radius);box-shadow:var(--card-box-shadow);display:flex;flex-direction:column;gap:8px;padding:var(--small-padding);position:relative;z-index:var(--tooltip-level-z-index)}.custom-overview-tooltip .tooltip-data-row{align-items:center;display:flex;flex-direction:row;gap:24px;justify-content:space-between}.custom-overview-tooltip .tooltip-data-row .row-key{align-items:center;display:flex;flex-direction:row;gap:8px}.line-chart-widget{min-height:200px;width:100%}.chart-legend{gap:16px}.chart-legend,.chart-legend .legend-item{align-items:center;display:flex;flex-direction:row}.chart-legend .legend-item{gap:4px}.change-indication-component{align-items:center;background-color:var(--success-background-color);border-radius:4px;display:flex;flex-direction:row;justify-content:center;padding-right:8px;width:64px}.change-indication-component.text-only{padding-right:0}.change-indication-component.minimized{background-color:#0000;padding-right:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.change-indication-component.minimized.sentiment{background-color:#0000}.change-indication-component .change-icon{color:var(--success-color);padding:0}.change-indication-component .change-text{color:var(--success-color)}.change-indication-component .change-text.new,.change-indication-component .change-text.old{padding:2px 0}.change-indication-component.negative .change-icon{transform:rotate(180deg)}.change-indication-component.sentiment{background-color:var(--error-background-color)}.change-indication-component.sentiment .change-icon,.change-indication-component.sentiment .change-text{color:var(--error-color)}.summary-widget{align-self:stretch;flex-direction:column;position:relative}.summary-widget,.summary-widget .summary-header{align-items:center;display:flex;gap:8px;width:100%}.summary-widget .summary-header{flex-direction:row}.summary-widget .summary-header .total-numbers{align-items:center;display:flex;flex-direction:row;gap:4px}.summary-widget .summary-bars{align-items:flex-end;display:flex;gap:8px;height:75px;justify-content:center;width:100%}.summary-widget .summary-bars .bar{border-radius:4px;width:20px}.summary-widget .not-valid{height:100%}.sort-component.rotate{transform:rotate(180deg)}.table-widget{--cell-width:100px;--extra-cell-width:30px;height:calc(100% - 24px);overflow-y:auto;width:100%}.table-widget .table-header{align-items:center;display:flex;flex-direction:row;padding-bottom:8px}.table-widget .table-header .column-header{align-items:center;display:flex;flex-direction:row;width:var(--cell-width)}.table-widget .table-header .column-header.title-column-header{flex:1 1}.table-widget .table-header .column-header.with-change{width:calc(var(--cell-width) + var(--extra-cell-width))}.table-widget .table-row-container .table-row{align-items:center;display:flex;flex-direction:row}.table-widget .table-row-container .table-row .table-cell{padding:0 8px;width:var(--cell-width)}.table-widget .table-row-container .table-row .table-cell.title-table-cell{flex:1 1}.table-widget .table-row-container .table-row .table-cell.with-change{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:calc(var(--cell-width) + var(--extra-cell-width))}.table-widget .table-row-container .row-divider{background-color:var(--grey1-color)}.vertical-bars-chart{height:100%;overflow-y:auto;width:100%}.chart-empty-state-widget{--illustration-color:var(--grey4-color);align-items:center;display:flex;flex:1 1;flex-direction:column;gap:8px;justify-content:center}.chart-empty-state-widget .chart-illustration{color:var(--illustration-color);opacity:.5;width:64px}.chart-empty-state-widget .empty-state-message{color:var(--illustration-color);text-align:center}.flow-chart-node{--node-color:var(--graph1-color)}.flow-chart-node .flow-chart-node-content{border:1px solid var(--node-color);border-radius:4px;display:flex;flex-direction:column;gap:4px;height:100%;padding:4px;width:100%}.flow-chart-node .flow-chart-node-content:hover{background-color:var(--background1-color)}.flow-chart-node .flow-chart-node-content.minified{align-items:center;flex-direction:row}.flow-chart-node .flow-chart-node-content.minified .node-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.flow-chart-node .flow-chart-node-content .node-title{flex:1 1;line-height:16px;word-break:break-all}.flow-chart-node .flow-chart-node-content .node-value{color:var(--node-color)}.custom-flow-tooltip{background-color:var(--primary-main-color);border:1px solid var(--grey1-color);border-radius:var(--small-border-radius);box-shadow:var(--card-box-shadow);display:flex;flex-direction:column;gap:4px;padding:var(--small-padding);pointer-events:none;position:relative;z-index:var(--tooltip-level-z-index)}.custom-flow-tooltip .link-tooltip{display:flex;flex-direction:column;gap:8px}.custom-flow-tooltip .node-tooltip{display:flex;flex-direction:column;gap:24px}.custom-flow-tooltip .node-tooltip .node-header{display:flex;flex-direction:row;gap:24px}.custom-flow-tooltip .node-tooltip .node-content{display:flex;flex-direction:column;gap:8px}.custom-flow-tooltip .node-tooltip .node-content .node-link{display:flex;flex-direction:row;gap:24px;justify-content:space-between}.flow-chart-widget{height:100%;overflow-y:auto;width:100%}.research-metric-report-tile{align-items:center;align-self:stretch;display:flex;flex-direction:column;gap:16px;overflow:hidden}.input-component{background-color:inherit;color:var(--grey6-color);position:relative}.input-component.input-small-margin{margin:16px 0}.input-component.input-big-margin{margin:32px 0}.input-component:focus-within .input-label{background-color:inherit;color:var(--primary-accent-color);transform:translateY(-10px) scale(.75)}.input-component .input-title{display:inline-block}.input-component .input-title:first-letter{text-transform:capitalize}.input-component .input-label{--label-y-transform:10px;color:var(--grey4-color);left:0;pointer-events:none;position:absolute;top:0;transform:translate(8px,var(--label-y-transform)) scale(1);transition:scale .2s cubic-bezier(0,0,.2,1) 0ms,color .2s cubic-bezier(0,0,.2,1) 0ms,transform .2s cubic-bezier(0,0,.2,1) 0ms;z-index:1}.input-component .input-label.standard{--label-y-transform:6px}.input-component .input-label.outline{--label-y-transform:8px}.input-component .input-label.has-content{background-color:inherit;color:var(--primary-accent-color);transform:translateY(-10px) scale(.75)}.input-component .input-label.error{color:var(--error-color)}.input-component .input-label.required:after{content:"*"}.input-component .input-container{align-items:center;cursor:text;display:flex;justify-content:space-between}.input-component .input-container.has-title{margin-top:8px}.input-component .input-container.input-small-padding{padding:8px}.input-component .input-container.input-big-padding{padding:16px}.input-component .input-container.standard{--label-y-transform:20px;border-bottom:1px solid var(--disable-color)}.input-component .input-container.standard:hover{border-bottom-color:var(--grey6-color)}.input-component .input-container.standard:focus-within{border-bottom-color:var(--primary-shade4-color)}.input-component .input-container.standard.error{border-bottom-color:var(--error-color)}.input-component .input-container.outline{border:1px solid var(--grey3-color);border-radius:var(--small-border-radius)}.input-component .input-container.outline.error{border-color:var(--error-color)}.input-component .input-container .input-field{background-color:inherit;border:none;color:var(--grey6-color);flex:1 1;font-family:Assistant,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:20px;outline:0;padding:4px}.input-component .input-container .input-field.inherit-width{width:inherit}.input-component .input-container .input-field::placeholder{color:var(--grey3-color)}.input-component .input-container .input-field:-internal-autofill-selected{background-color:inherit!important;color:var(--grey6-color)!important}.input-component .input-helper.error{color:var(--error-color)}.input-component .input-helper.success{color:var(--success-color)}.input-component .input-helper.info{color:var(--info-color)}.input-component .input-helper.disable{color:var(--disable-color)}.input-component .input-helper.primary{color:var(--grey6-color)}.goal-details-screen .goal-details-screen-content{grid-gap:16px;display:grid;gap:16px;grid-auto-rows:418px;grid-template-columns:repeat(6,minmax(170px,1fr));grid-template-rows:430px;padding:0 24px}.goal-details-screen .goal-details-screen-content .goal-main-chart{grid-column:span 4}.goal-details-screen .goal-details-screen-content .goal-insights{background:var(--primary-main-color);border:1px solid var(--grey1-color);border-radius:8px;display:flex;flex-direction:column;gap:24px;grid-column:span 2;overflow-y:auto;padding:24px}.goal-details-screen .goal-details-screen-content .goal-insights .metric-title{display:flex;flex-direction:column;gap:8px}.goal-details-screen .goal-details-screen-content .goal-over-time{background:var(--primary-main-color);border:1px solid var(--grey1-color);border-radius:8px;grid-column:span 4;grid-row-start:2;padding:24px}.goal-details-screen .goal-details-screen-content .goal-over-time .goal-leaderboards{height:100%;width:100%}.goal-details-screen .goal-details-screen-content .goal-trends{grid-column:span 2;grid-row-start:2}.goal-details-screen .goal-details-screen-content .goal-settings{background:var(--primary-main-color);border:1px solid var(--grey1-color);border-radius:8px;display:flex;flex-direction:column;gap:24px;grid-column:span 2;grid-row-start:2;overflow-y:auto;padding:24px}.goals-screen .goals-screen-content{grid-gap:16px;display:grid;gap:16px;grid-auto-rows:400px;grid-template-columns:repeat(3,minmax(350px,1fr));padding:0 24px}.goals-screen .goals-screen-content.empty{align-items:center;display:flex;justify-content:center;padding-bottom:24px}
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-bubble .ql-toolbar:after,.ql-bubble.ql-toolbar:after{clear:both;content:"";display:table}.ql-bubble .ql-toolbar button,.ql-bubble.ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-bubble .ql-toolbar button svg,.ql-bubble.ql-toolbar button svg{float:left;height:100%}.ql-bubble .ql-toolbar button:active:hover,.ql-bubble.ql-toolbar button:active:hover{outline:none}.ql-bubble .ql-toolbar input.ql-image[type=file],.ql-bubble.ql-toolbar input.ql-image[type=file]{display:none}.ql-bubble .ql-toolbar .ql-picker-item.ql-selected,.ql-bubble .ql-toolbar .ql-picker-item:hover,.ql-bubble .ql-toolbar .ql-picker-label.ql-active,.ql-bubble .ql-toolbar .ql-picker-label:hover,.ql-bubble .ql-toolbar button.ql-active,.ql-bubble .ql-toolbar button:focus,.ql-bubble .ql-toolbar button:hover,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,.ql-bubble.ql-toolbar .ql-picker-item:hover,.ql-bubble.ql-toolbar .ql-picker-label.ql-active,.ql-bubble.ql-toolbar .ql-picker-label:hover,.ql-bubble.ql-toolbar button.ql-active,.ql-bubble.ql-toolbar button:focus,.ql-bubble.ql-toolbar button:hover{color:#fff}.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:focus .ql-fill,.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:hover .ql-fill,.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button:focus .ql-fill,.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button:hover .ql-fill,.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill{fill:#fff}.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble .ql-toolbar button.ql-active .ql-stroke,.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar button:focus .ql-stroke,.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,.ql-bubble .ql-toolbar button:hover .ql-stroke,.ql-bubble .ql-toolbar button:hover .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble.ql-toolbar button.ql-active .ql-stroke,.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar button:focus .ql-stroke,.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,.ql-bubble.ql-toolbar button:hover .ql-stroke,.ql-bubble.ql-toolbar button:hover .ql-stroke-miter{stroke:#fff}@media(pointer:coarse){.ql-bubble .ql-toolbar button:hover:not(.ql-active),.ql-bubble.ql-toolbar button:hover:not(.ql-active){color:#ccc}.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#ccc}.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#ccc}}.ql-bubble,.ql-bubble *{box-sizing:border-box}.ql-bubble .ql-hidden{display:none}.ql-bubble .ql-out-bottom,.ql-bubble .ql-out-top{visibility:hidden}.ql-bubble .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-bubble .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-bubble .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-bubble .ql-formats{display:inline-block;vertical-align:middle}.ql-bubble .ql-formats:after{clear:both;content:"";display:table}.ql-bubble .ql-stroke{fill:none;stroke:#ccc;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-bubble .ql-stroke-miter{fill:none;stroke:#ccc;stroke-miterlimit:10;stroke-width:2}.ql-bubble .ql-fill,.ql-bubble .ql-stroke.ql-fill{fill:#ccc}.ql-bubble .ql-empty{fill:none}.ql-bubble .ql-even{fill-rule:evenodd}.ql-bubble .ql-stroke.ql-thin,.ql-bubble .ql-thin{stroke-width:1}.ql-bubble .ql-transparent{opacity:.4}.ql-bubble .ql-direction svg:last-child{display:none}.ql-bubble .ql-direction.ql-active svg:last-child{display:inline}.ql-bubble .ql-direction.ql-active svg:first-child{display:none}.ql-bubble .ql-editor h1{font-size:2em}.ql-bubble .ql-editor h2{font-size:1.5em}.ql-bubble .ql-editor h3{font-size:1.17em}.ql-bubble .ql-editor h4{font-size:1em}.ql-bubble .ql-editor h5{font-size:.83em}.ql-bubble .ql-editor h6{font-size:.67em}.ql-bubble .ql-editor a{text-decoration:underline}.ql-bubble .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-bubble .ql-editor code,.ql-bubble .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-bubble .ql-editor pre{margin-bottom:5px;margin-top:5px;padding:5px 10px;white-space:pre-wrap}.ql-bubble .ql-editor code{font-size:85%;padding:2px 4px}.ql-bubble .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-bubble .ql-editor img{max-width:100%}.ql-bubble .ql-picker{color:#ccc;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-bubble .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-bubble .ql-picker-label:before{display:inline-block;line-height:22px}.ql-bubble .ql-picker-options{background-color:#444;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-bubble .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-bubble .ql-picker.ql-expanded .ql-picker-label{color:#777;z-index:2}.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#777}.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#777}.ql-bubble .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-bubble .ql-color-picker,.ql-bubble .ql-icon-picker{width:28px}.ql-bubble .ql-color-picker .ql-picker-label,.ql-bubble .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-bubble .ql-color-picker .ql-picker-label svg,.ql-bubble .ql-icon-picker .ql-picker-label svg{right:4px}.ql-bubble .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-bubble .ql-icon-picker .ql-picker-item{height:24px;padding:2px 4px;width:24px}.ql-bubble .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-bubble .ql-color-picker .ql-picker-item{border:1px solid #0000;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{margin-top:-9px;position:absolute;right:0;top:50%;width:18px}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-bubble .ql-picker.ql-header{width:98px}.ql-bubble .ql-picker.ql-header .ql-picker-item:before,.ql-bubble .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-bubble .ql-picker.ql-font{width:108px}.ql-bubble .ql-picker.ql-font .ql-picker-item:before,.ql-bubble .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-bubble .ql-picker.ql-size{width:98px}.ql-bubble .ql-picker.ql-size .ql-picker-item:before,.ql-bubble .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-bubble .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-bubble .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-bubble .ql-toolbar .ql-formats{margin:8px 12px 8px 0}.ql-bubble .ql-toolbar .ql-formats:first-child{margin-left:12px}.ql-bubble .ql-color-picker svg{margin:1px}.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,.ql-bubble .ql-color-picker .ql-picker-item:hover{border-color:#fff}.ql-bubble .ql-tooltip{background-color:#444;border-radius:25px;color:#fff}.ql-bubble .ql-tooltip-arrow{border-left:6px solid #0000;border-right:6px solid #0000;content:" ";display:block;left:50%;margin-left:-6px;position:absolute}.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow{border-bottom:6px solid #444;top:-6px}.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow{border-top:6px solid #444;bottom:-6px}.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor{display:block}.ql-bubble .ql-tooltip.ql-editing .ql-formats{visibility:hidden}.ql-bubble .ql-tooltip-editor{display:none}.ql-bubble .ql-tooltip-editor input[type=text]{background:#0000;border:none;color:#fff;font-size:13px;height:100%;outline:none;padding:10px 20px;position:absolute;width:100%}.ql-bubble .ql-tooltip-editor a{position:absolute;right:20px;top:10px}.ql-bubble .ql-tooltip-editor a:before{color:#ccc;content:"×";font-size:16px;font-weight:700}.ql-container.ql-bubble:not(.ql-disabled) a{position:relative;white-space:nowrap}.ql-container.ql-bubble:not(.ql-disabled) a:before{background-color:#444;border-radius:15px;color:#fff;content:attr(href);font-size:12px;font-weight:400;overflow:hidden;padding:5px 15px;text-decoration:none;top:-5px;z-index:1}.ql-container.ql-bubble:not(.ql-disabled) a:after{border-left:6px solid #0000;border-right:6px solid #0000;border-top:6px solid #444;content:" ";height:0;top:0;width:0}.ql-container.ql-bubble:not(.ql-disabled) a:after,.ql-container.ql-bubble:not(.ql-disabled) a:before{left:0;margin-left:50%;position:absolute;transform:translate(-50%,-100%);transition:visibility 0s ease .2s;visibility:hidden}.ql-container.ql-bubble:not(.ql-disabled) a:hover:after,.ql-container.ql-bubble:not(.ql-disabled) a:hover:before{visibility:visible}
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{height:1px;left:-100000px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{word-wrap:break-word;box-sizing:border-box;height:100%;line-height:1.42;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;margin:0;padding:0}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true]{pointer-events:none}.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li *{pointer-events:all}.ql-editor ul[data-checked=false]>li:before,.ql-editor ul[data-checked=true]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-increment:list-0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow .ql-toolbar:after,.ql-snow.ql-toolbar:after{clear:both;content:"";display:table}.ql-snow .ql-toolbar button,.ql-snow.ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow .ql-toolbar button svg,.ql-snow.ql-toolbar button svg{float:left;height:100%}.ql-snow .ql-toolbar button:active:hover,.ql-snow.ql-toolbar button:active:hover{outline:none}.ql-snow .ql-toolbar input.ql-image[type=file],.ql-snow.ql-toolbar input.ql-image[type=file]{display:none}.ql-snow .ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar button.ql-active,.ql-snow .ql-toolbar button:focus,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow.ql-toolbar button:focus,.ql-snow.ql-toolbar button:hover{color:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill{fill:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter{stroke:#06c}@media(pointer:coarse){.ql-snow .ql-toolbar button:hover:not(.ql-active),.ql-snow.ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-stroke.ql-thin,.ql-snow .ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{margin-bottom:5px;margin-top:5px;padding:5px 10px;white-space:pre-wrap}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;padding:2px 4px;width:24px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid #0000;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{margin-top:-9px;position:absolute;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-item:before,.ql-snow .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-item:before,.ql-snow .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-item:before,.ql-snow .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid #0000}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid #0000;box-shadow:0 2px 8px #0003}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{border:1px solid #ccc;display:none;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.ql-editor{font-family:Assistant,sans-serif;font-size:var(--paragraph-font-size);font-weight:var(--regular-font-weight)}.article-editor-dialog{height:90%;width:90%}.article-editor-dialog .article-editor-content{display:flex;flex-direction:column;height:100%}.help-center-category-widget{background-color:var(--primary-main-color);border-radius:var(--small-border-radius);box-shadow:var(--card-box-shadow);display:flex;flex-direction:column;gap:8px;padding:var(--medium-padding)}.help-center-category-widget .category-header{align-items:center;display:flex;flex-direction:row;gap:8px;padding-bottom:16px}.help-center-item{align-items:center;cursor:pointer;display:flex;flex-direction:row;gap:8px;padding:8px}.help-center-item:hover{background-color:var(--background3-color)}.help-center-item .item-icon,.help-center-item .item-title{cursor:pointer}.help-center-section-widget{align-items:flex-start;display:flex;flex-direction:column;gap:24px}.help-center-screen .help-center-content{display:flex;flex-direction:column;gap:48px;padding:0 24px 24px}.help-center-screen .help-center-content .help-center-header{background-color:var(--primary-accent-color);border-radius:4px;display:flex;flex-direction:column;gap:24px;padding:24px}.help-center-screen .help-center-content .help-center-header .welcome-title{color:var(--primary-main-color);text-align:left}.help-center-screen .help-center-content .help-center-header .welcome-message{color:var(--primary-main-color);max-width:700px;text-align:left}.help-center-screen .help-center-content .help-center-header .welcome-message .message-link{color:var(--background1-color)}.building-insights-animation{overflow:visible}.building-insights-animation .magnitude-glass{animation:looking 4s linear infinite forwards}.building-insights-animation .card{animation:blur 4s linear infinite forwards;opacity:1}.building-insights-animation .card-left{animation-delay:2s;opacity:.4}@keyframes blur{0%{opacity:1}50%{opacity:1}51%{opacity:.5}to{opacity:.4}}@keyframes looking{0%{transform:translateY(0) translateX(0)}10%{transform:translateY(-20px) translateX(0)}20%{transform:translateY(-20px) translateX(120px)}30%{transform:translateY(20px) translateX(120px)}40%{transform:translateY(30px) translateX(80px)}50%{transform:translateY(0) translateX(0)}60%{transform:translateY(-20px) translateX(0)}70%{transform:translateY(-20px) translateX(-180px)}80%{transform:translateY(20px) translateX(-180px)}90%{transform:translateY(10px) translateX(-200px)}to{transform:translateY(0) translateX(0)}}.fetching-data-animation .data-source{color:var(--grey1-color)}.fetching-data-animation .dot{fill:var(--graph1-color);animation:dots 2s linear infinite}.fetching-data-animation .dot1{animation-delay:0s}.fetching-data-animation .dot2{animation-delay:.2s}.fetching-data-animation .dot3{animation-delay:.4s}.fetching-data-animation .dot4{animation-delay:.6s}.fetching-data-animation .dot5{animation-delay:.8s}.fetching-data-animation .dot6{animation-delay:1s}.fetching-data-animation .dot7{animation-delay:1.2s}.fetching-data-animation .dot8{animation-delay:1.4s}.fetching-data-animation .dot9{animation-delay:1.6s}.fetching-data-animation .dot10{animation-delay:1.8s}.fetching-data-animation .card{animation:card 6s linear infinite;opacity:0}.fetching-data-animation .card1{animation-delay:0s}.fetching-data-animation .card2{animation-delay:2s}.fetching-data-animation .card3{animation-delay:4s}@keyframes dots{0%{transform:translateX(0)}to{transform:translateX(300px)}}@keyframes card{0%{opacity:0;transform:translateY(-160px)}50%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(160px)}}.checkbox-component{align-items:center;cursor:pointer;display:inline-flex;gap:8px}.checkbox-component .checkbox-input{appearance:none;-webkit-appearance:none;cursor:pointer;height:16px;margin:0;position:relative;width:16px}.checkbox-component .checkbox-input:before{border:1px solid var(--grey2-color);border-radius:2px;box-sizing:border-box;content:"";cursor:pointer;display:block;height:16px;width:16px}.checkbox-component .checkbox-input:after{content:"";cursor:pointer;display:block;height:10px;left:3px;position:absolute;top:3px;transform:scale(0);transform-origin:bottom left;transition:transform .12s ease-in-out;width:10px}.checkbox-component .checkbox-input:checked:before{background-color:var(--primary-shade4-color)}.checkbox-component .checkbox-input:checked:after{background-color:var(--primary-main-color);-webkit-clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0,43% 62%);clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0,43% 62%);transform:scale(1)}.checkbox-component .checkbox-label-container{align-items:center;display:flex;flex-direction:row;gap:4px}.checkbox-component .checkbox-label-container .checkbox-label{color:var(--grey6-color);font-size:var(--paragraph-font-size);font-style:var(--paragraph-font-style);font-weight:var(--paragraph-font-weight);line-height:var(--paragraph-line-height)}.checkbox-component .checkbox-label-container .checkbox-label:hover{cursor:pointer}.popup-component{position:relative}.popup-component .popup-action-wrappper{align-items:center;display:flex;flex-direction:row;gap:8px}.popup-floating{background-color:var(--primary-main-color);border-radius:var(--small-border-radius);box-shadow:var(--card-box-shadow);display:flex;flex-direction:column;gap:4px;padding:8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:var(--popup-level-z-index)}.filter-icon-wrapper{border-radius:4px;display:inline-flex;position:relative}.filter-icon-wrapper.has-filters{background-color:var(--primary-shade1-color);color:var(--primary-main-color)}.filter-icon-wrapper.has-filters .badge{bottom:0;color:var(--primary-main-color);position:absolute;right:2px}.insights-filters-popup{border:1px solid var(--grey1-color);display:flex;flex-direction:column;gap:24px;padding:24px}.insights-filters-popup .insights-filter-popup-header{display:flex;flex-direction:column;gap:4px}.insights-filters-popup .insights-filter-popup-header .header-title{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.insights-filters-popup .all-filters{align-items:flex-start;display:flex;flex-direction:row;gap:24px}.insights-filters-popup .all-filters .filters-column{display:flex;flex-direction:column;gap:8px}.chip-component{border:1px solid var(--graph5-color);border-radius:16px;display:flex;padding:4px 8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.chip-component .chip-text{color:var(--primary-shade4-color)}.insight-card-widget{border:1px solid var(--grey1-color);border-radius:8px;display:flex;flex-direction:row}.insight-card-widget .insight-type-indicator{background-color:var(--primary-accent-color);border-bottom-left-radius:6px;border-top-left-radius:6px;width:6px}.insight-card-widget .card-content{display:flex;flex:1 1;flex-direction:column;gap:4px;padding:8px}.insight-card-widget .card-content .card-header{align-items:center;color:var(--grey6-color);display:flex;flex-direction:row;justify-content:space-between}.insight-card-widget .card-content .card-header .card-title-wrapper{align-items:center;color:var(--primary-accent-color);display:flex;flex-direction:row;gap:8px}.insight-card-widget .card-content .characteristic{display:flex;flex-direction:row;gap:4px}.insight-card-widget .card-content .metrics-values{display:flex;flex-direction:row;gap:8px}.insight-card-widget .card-content .card-footer{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.no-inisghts-state{align-items:center;display:flex;flex-direction:column;gap:16px;height:100%;justify-content:center}.resizeable-width-component{display:flex;flex-direction:row;height:100%;position:relative}.resizeable-width-component .drag-handler{align-items:center;background-color:#0000;cursor:col-resize;display:flex;flex-direction:row;height:100%;justify-content:center;position:absolute;width:16px;z-index:10}.resizeable-width-component .drag-handler.track{background-color:var(--grey1-color)}.resizeable-width-component .drag-handler.track .drag-handle{cursor:col-resize}#side-modal{background-color:var(--primary-main-color);height:100vh;position:absolute;right:0;top:0}#side-modal .side-dialog-wrapper{border-left:apx solid var(--gray1-color);box-shadow:0 4px 4px #00000040}#side-modal .side-dialog-wrapper .side-dialog-container{box-shadow:var(--card-box-shadow);display:flex;flex-direction:column;width:100%}#side-modal .side-dialog-wrapper .side-dialog-container .side-dialog-header{display:flex;flex-direction:column;width:100%}#side-modal .side-dialog-wrapper .side-dialog-container .side-dialog-header .header-row{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding:16px 24px}#side-modal .side-dialog-wrapper .side-dialog-container .side-dialog-header .header-row .header-title{align-items:center;display:flex;flex-direction:row;gap:8px}#side-modal .side-dialog-wrapper .side-dialog-container .side-dialog-header .header-row .header-title .side-dialog-title{color:var(--primary-shade4-color);text-transform:capitalize}#side-modal .side-dialog-wrapper .side-dialog-container .side-dialog-header .header-row .side-dialog-actions{align-items:center;display:flex;flex-direction:row;gap:4px}#side-modal .side-dialog-wrapper .side-dialog-container .side-dialog-content{padding:24px}.insights-side-dialog .insights-side-dialog-content{display:flex;flex-direction:column;gap:24px;height:100%;overflow-y:auto}.tab-component{color:var(--primary-shade4-color);white-space:nowrap}.tab-component:hover{color:var(--primary-shade3-color)}.tabs-component{position:relative}.tabs-component .tabs-container{align-items:center;display:flex;flex-direction:row;gap:8px;overflow-x:auto}.tabs-component .active-tab-indication{background-color:var(--primary-shade4-color);border-radius:2px;bottom:0;height:2px;position:absolute;transition:all .3s cubic-bezier(.4,0,.2,1) 0ms;width:100%}.deep-dive-widget{--cell-width:100px;--extra-cell-width:30px;display:flex;flex-direction:column;gap:16px;height:100%;overflow-y:auto}.deep-dive-widget .deep-dive-header{align-items:center;display:flex;flex-direction:row;gap:8px}.deep-dive-widget .deep-dive-content{display:flex;flex-direction:column;gap:8px}.deep-dive-widget .deep-dive-content .content-header{align-items:center;display:flex;flex-direction:row;gap:8px;justify-content:space-between;padding-bottom:8px}.deep-dive-widget .deep-dive-content .content-header .deep-dive-tabs{flex:1 1}.deep-dive-widget .deep-dive-content .content-header .column-header{align-items:center;display:flex;flex-direction:row;width:var(--cell-width)}.deep-dive-widget .deep-dive-content .content-header .column-header.title-column-header{flex:1 1}.deep-dive-widget .deep-dive-content .content-header .column-header.with-change{width:calc(var(--cell-width) + var(--extra-cell-width))}.deep-dive-widget .deep-dive-content .metric-data{display:flex;flex-direction:column;gap:8px;width:100%}.deep-dive-widget .deep-dive-content .metric-data .data-item{align-items:center;border-radius:8px;display:flex;flex-direction:row;padding:8px 16px}.deep-dive-widget .deep-dive-content .metric-data .data-item:hover{background-color:var(--background3-color)}.deep-dive-widget .deep-dive-content .metric-data .data-item .data-value{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.deep-dive-widget .deep-dive-content .metric-data .data-item .table-cell{padding:0 8px;width:var(--cell-width)}.deep-dive-widget .deep-dive-content .metric-data .data-item .table-cell.title-table-cell{flex:1 1}.deep-dive-widget .deep-dive-content .metric-data .data-item .table-cell.with-change{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:calc(var(--cell-width) + var(--extra-cell-width))}.switch-component{align-items:center;display:flex;flex-direction:row;gap:16px}.switch-component .switch-component-content .switch-option{background-color:var(--primary-main-color);border:none;color:var(--grey3-color);cursor:pointer;font-size:var(--paragraph-medium-font-size);font-style:var(--paragraph-medium-font-style);font-weight:var(--paragraph-medium-font-weight);line-height:var(--paragraph-medium-line-height)}.switch-component .switch-component-content .switch-option.option2{border-radius:0 4px 4px 0}.switch-component .switch-component-content .switch-option.option1{border-radius:4px 0 0 4px}.switch-component .switch-component-content .switch-option.checked{background-color:var(--primary-shade1-color);color:var(--primary-main-color);padding:1px 4px}.switch-component .switch-component-content .switch-option:not(.checked){border-bottom:1px solid var(--grey2-color);border-top:1px solid var(--grey2-color);padding:0 4px}.switch-component .switch-component-content .switch-option:not(.checked).option2{border-right:1px solid var(--grey2-color)}.switch-component .switch-component-content .switch-option:not(.checked).option1{border-left:1px solid var(--grey2-color)}.switch-component .switch-component-content .label-container{align-items:center;display:flex;gap:4px}.switch-component .switch-component-content .label-container .checkbox-label{font-family:Assistant,sans-serif;font-size:var(--paragraph-font-size);font-weight:var(--regular-font-weight)}.switch-component .switch-component-content .switch-container{align-items:center;display:flex;gap:4px}.switch-component .switch-component-content .switch-container .switch{display:inline-block;height:16px;position:relative;width:32px}.switch-component .switch-component-content .switch-container .switch input{height:0;opacity:0;width:0}.switch-component .switch-component-content .switch-container .switch .slider{background-color:var(--disable-color);border-radius:16px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.4s}.switch-component .switch-component-content .switch-container .switch .slider:before{background-color:#fff;border-radius:50%;bottom:4px;content:"";height:8px;left:4px;position:absolute;transition:.4s;width:8px}.switch-component .switch-component-content .switch-container input:checked+.slider{background-color:var(--primary-accent-color)}.switch-component .switch-component-content .switch-container input:focus+.slider{box-shadow:0 0 1px var(--primary-accent-color)}.switch-component .switch-component-content .switch-container input:checked+.slider:before{transform:translateX(16px)}.switch-component .switch-component-content .switch-container .positive-label{color:var(--primary-accent-color);opacity:0;transition:opacity .4s}.switch-component .switch-component-content .switch-container .negative-label{color:var(--grey6-color);opacity:1;transition:opacity .4s}.switch-component .switch-component-content .switch-container.checked .positive-label{opacity:1}.switch-component .switch-component-content .switch-container.checked .negative-label{opacity:0}.switch-component .input-helper{font-size:var(--caption-font-size)}.switch-component .input-helper.error{color:var(--error-color)}.switch-component .input-helper.success{color:var(--success-color)}.switch-component .input-helper.info{color:var(--info-color)}.switch-component .input-helper.disable{color:var(--disable-color)}.switch-component .input-helper.primary{color:var(--primary-accent-color)}.metrics-filters-dialog{max-height:90%;max-width:90%;min-height:400px;min-width:500px}.metrics-filters-dialog .header-actions{display:flex;flex-direction:row;justify-content:flex-end;width:100%}.metrics-filters-dialog .metrics-filters-dialog-content{align-items:flex-start;display:flex;flex-direction:column;gap:32px;overflow-y:auto;padding:24px}.metrics-filters-dialog .metrics-filters-dialog-content .filters{display:flex;flex-direction:column;gap:16px;width:100%}.metrics-filters-dialog .metrics-filters-dialog-content .filters .filter-row{align-items:center;display:flex;gap:16px;width:100%}.metrics-filters-dialog .metrics-filters-dialog-content .filters .filter-row .operation{min-width:50px}.metrics-filters-dialog .metrics-filters-dialog-content .filters .filter-row .filter-row-value{flex:1 1;width:650px}.metrics-filters-dialog .metrics-filters-dialog-content .actions{align-items:center;display:flex;flex-direction:row;gap:32px}.metric-filters-widget{border-radius:4px;display:inline-flex;position:relative}.metric-filters-widget.has-filters{background-color:var(--primary-shade1-color);color:var(--primary-main-color)}.metric-filters-widget.has-filters .badge{bottom:0;color:var(--primary-main-color);position:absolute;right:2px}.metrics-setting-dialog{min-height:500px;min-width:500px}.metrics-setting-dialog .metrics-setting-dialog-content{align-items:flex-start;display:flex;flex-direction:column;gap:32px;padding:24px}.metrics-setting-dialog .metrics-setting-dialog-content .setting-item{display:flex;flex-direction:column;gap:8px}.metrics-setting-dialog .metrics-setting-dialog-content .setting-item .setting-item-options{margin-left:16px}.metric-settings-widget{display:inline-flex}.add-to-monitoring-dialog{min-height:400px;min-width:500px}.add-to-monitoring-dialog .add-to-monitoring-dialog-content{display:flex;flex-direction:column;gap:32px}.add-to-monitoring-dialog .add-to-monitoring-dialog-content .setting-item{align-self:flex-start;display:flex;flex-direction:column;gap:8px}.add-to-monitoring-dialog .add-to-monitoring-dialog-content .setting-item .setting-item-options{margin-left:16px}.research-question-data-widget{background-color:var(--primary-main-color);border:1px solid var(--grey1-color);border-radius:8px;display:flex;flex-direction:column;gap:16px;padding:24px 24px 0}.research-question-data-widget.headless{background-color:#0000;border:none}.research-question-data-widget .research-question-data-header{display:flex;flex-direction:column;gap:8px}.research-question-data-widget .research-question-data-header .header-main-row{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.research-question-data-widget .research-question-data-header .header-main-row .header-actions{align-items:center;display:flex;flex-direction:row;gap:8px}.research-question-data-widget .research-question-data-header .header-secondary-row{align-items:center;display:flex;flex-direction:row;gap:8px;justify-content:space-between}.research-question-data-widget .research-question-data-header .header-secondary-row .tags{align-items:center;display:flex;flex-direction:row;gap:8px}.research-question-data-widget .research-question-data-content{display:flex;flex-direction:column;gap:8px;height:calc(100% - 72px)}.research-question-data-widget .research-question-data-content .report-metrics{background:var(--background1-color);border-radius:8px;flex:1 1;padding:16px}.research-question-data-widget .research-question-data-content .report-metrics.headless{background:var(--primary-main-color)}.research-question-data-widget .research-question-data-content .report-deep-dive{background:var(--background1-color);border-radius:8px;flex:1 1;padding:16px}.research-question-data-widget .research-question-data-content .report-deep-dive.headless{background:var(--primary-main-color)}.research-question-data-dialog{height:90%;width:900px}.research-question-data-dialog .research-question-data-dialog-content{padding:0}.research-question-data-dialog .research-question-data-dialog-content .question-details{height:100%;width:100%}@media only screen and (max-width:900px){.research-question-data-dialog{min-width:90%}}.insights-widget{display:flex;flex-direction:column;gap:8px;height:100%;width:100%}.insights-widget .header{align-items:center;display:flex;flex-direction:row;gap:24px;justify-content:space-between}.insights-widget .header .header-title{align-items:center;display:flex;flex-direction:row;gap:4px}.insights-widget .insights-container{display:flex;flex-direction:column;gap:16px;height:100%;overflow-y:auto}.insights-widget .insights-container .no-inisghts-state{align-items:center;display:flex;flex-direction:column;justify-content:center}.monitoring-status-modal,.monitoring-status-modal .status-container{align-items:center;display:flex;justify-content:center}.dashboard-widget-tile,.monitoring-status-modal .status-container{flex-direction:column;gap:16px}.dashboard-widget-tile{background:var(--primary-main-color);border:1px solid var(--grey1-color);border-radius:8px;display:flex;padding:24px}.dashboard-widget-tile .tile-summary{display:flex;flex-direction:column;gap:4px}.dashboard-widget-tile .tile-summary .tile-header{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:100%}.dashboard-widget-tile .tile-summary .tile-header .tile-header-info{align-items:center;display:flex;flex-direction:row;gap:8px}.dashboard-widget-tile .tile-summary .tile-header .tile-header-actions{align-items:center;display:flex;flex-direction:row;gap:0}.dashboard-widget-tile .tile-summary .tile-header .tile-header-actions .drag-handle-container{align-items:center;display:flex;justify-content:center}.dashboard-widget-tile .tile-summary .metrics-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px}.dashboard-widget-tile .tile-content{height:calc(100% - 68px);width:100%}.dashboard-widget-tile .tile-content.no-subheader{height:calc(100% - 40px)}.monitoring-details-screen .monitoring-details-screen-content{grid-gap:16px;display:grid;gap:16px;grid-auto-rows:400px;grid-template-columns:repeat(3,minmax(350px,1fr));padding:0 24px}.monitoring-details-screen .monitoring-details-screen-content.empty{align-items:center;display:flex;justify-content:center;padding-bottom:24px}.add-monitoring-dashboard-dialog{min-width:500px}.monitoring-dashboard-tile{background-color:var(--primary-main-color);border:1px solid var(--grey1-color);border-radius:8px;cursor:pointer;display:flex;flex-direction:column;gap:24px;height:100%;min-width:200px;padding:24px}.monitoring-dashboard-tile .tile-title{color:var(--primary-shade4-color)}.monitoring-dashboard-tile .data-sources-icons{align-items:center;display:flex;flex-direction:row;gap:16px}.monitoring-dashboard-tile .tile-created-at{align-items:flex-end;color:var(--grey3-color);display:inline-flex;flex:1 1}.monitoring-screen .monitoring-screen-content{grid-gap:16px;display:grid;gap:16px;grid-auto-rows:235px;grid-template-columns:repeat(3,1fr);padding:80px}.monitoring-screen .monitoring-screen-content .new-monitoring-dashboard{align-items:center;background:var(--primary-main-color);border:1px dashed var(--grey3-color);border-radius:8px;cursor:pointer;display:flex;flex-direction:column;gap:16px;justify-content:center;padding:24px}.monitoring-screen .monitoring-screen-content .new-monitoring-dashboard .new-monitoring-dashboard-text{cursor:pointer}.add-widgets-to-goals-dialog{min-height:400px;min-width:500px}.add-widgets-to-goals-dialog .add-widgets-to-goals-dialog-content{display:flex;flex-direction:column;gap:32px}.monitoring-widget-settings{display:flex;flex-direction:column;gap:24px;overflow-y:auto}.monitoring-widget-settings .setting-item{display:flex;flex-direction:column;gap:8px}.delete-dashboard-widget-button{align-items:center;display:flex;justify-content:center}.delete-dashboard-widget-dialog{width:600px}.monitoring-widget-details-screen .widget-filters-button.active{border-color:var(--primary-shade2-color)!important;color:var(--primary-shade2-color)!important}.monitoring-widget-details-screen .widget-filters-button.active .filters-badge{color:var(--primary-shade2-color);cursor:pointer;left:-8px;position:relative;top:4px}.monitoring-widget-details-screen .monitoring-widget-details-screen-content{grid-gap:16px;display:grid;gap:16px;grid-auto-rows:418px;grid-template-columns:repeat(6,minmax(170px,1fr));grid-template-rows:370px}.monitoring-widget-details-screen .monitoring-widget-details-screen-content .main-chart-container{background:var(--primary-main-color);border:1px solid var(--grey1-color);border-radius:8px;display:flex;flex-direction:column;gap:24px;grid-column:span 4;padding:24px}.monitoring-widget-details-screen .monitoring-widget-details-screen-content .main-chart-container .main-chart-header{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px}.monitoring-widget-details-screen .monitoring-widget-details-screen-content .widget-insights-container{background:var(--primary-main-color);border:1px solid var(--grey1-color);border-radius:8px;grid-column:span 2;padding:24px}.monitoring-widget-details-screen .monitoring-widget-details-screen-content .deep-dive-container{background:var(--primary-main-color);border:1px solid var(--grey1-color);border-radius:8px;grid-column:span 4;grid-row-start:2;padding:24px}.monitoring-widget-details-screen .monitoring-widget-details-screen-content .widget-settings{background:var(--primary-main-color);border:1px solid var(--grey1-color);border-radius:8px;grid-column:span 2;grid-row-start:2;padding:24px}.page-not-found-screen{flex-direction:column;justify-content:center;margin-left:auto;margin-right:auto;max-width:500px;padding:32px}.page-not-found-screen,.page-not-found-screen .glasses-container{align-items:center;display:flex}.page-not-found-screen .glasses-container .icon{animation:rotate360 .2s linear infinite;transform:rotate(1turn)}.page-not-found-screen .glasses-container .divider{border:10px solid var(--primary-shade4-color);border-bottom:0;border-top-left-radius:50px;border-top-right-radius:50px;height:24px;width:50px}@keyframes rotate360{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.menu-component{background-color:var(--primary-main-color);box-shadow:var(--card-box-shadow);flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;overflow:auto}.menu-component,.menu-item-component{border-radius:var(--small-border-radius);display:flex}.menu-item-component{align-items:center;gap:8px;padding:4px 8px}.menu-item-component.selectable{cursor:pointer}.menu-item-component.selectable:hover{background-color:var(--background2-color)}.menu-item-component.selectable .item-icon,.menu-item-component.selectable .item-title{cursor:pointer}.menu-section-component{display:flex;flex-direction:column}.menu-section-component .section-items{display:flex;flex-direction:column;padding:8px}.menu-section-component .section-divider{border-color:var(--grey1-color);margin:0}.avatar-menu-container{align-items:flex-start;background-color:var(--primary-main-color);border:1px solid var(--grey1-color);border-radius:8px;box-shadow:0 0 50px 0 #0000000d;display:flex;flex-direction:column;gap:16px;justify-content:flex-end;padding:24px;width:260px}.avatar-menu-container .main-items-container{align-items:center;display:flex;flex-direction:column;gap:8px;width:100%}.avatar-menu-container .avatar-menu-item{align-items:center;cursor:pointer;display:flex;flex-direction:row;gap:8px;width:100%}.avatar-menu-container .avatar-menu-item:hover{background-color:var(--hover-item-color)}.sidebar-component{background-color:var(--primary-main-color);color:var(--primary-shade4-color);display:flex;flex-direction:column;height:100%;overflow:auto;position:relative;transition:width .2s ease-in-out;width:200px}.sidebar-component .arrow-icon{color:var(--grey6-color)}.sidebar-component.collpased{width:60px}.sidebar-component.collpased .logo-container .sidebar-toogle{transform:rotate(270deg)}.sidebar-component.collpased .logo-container .expand-logo{transform:scale(0)}.sidebar-component.collpased .logo-container .collapse-logo{transform:scale(1) translateX(-50%)}.sidebar-component .logo-container{align-items:center;display:flex;justify-content:center;padding:16px 0;position:relative}.sidebar-component .logo-container .sidebar-toogle{transform:rotate(90deg);transition:.2s}.sidebar-component .logo-container .expand-logo{transform:scale(1);transform-origin:left;transition:transform .2s ease-in-out}.sidebar-component .logo-container .collapse-logo{height:24px;left:50%;position:absolute;transform:scale(0);transform-origin:right;transition:transform .2s ease-in-out;width:24px}.sidebar-component .sidebar-content{display:flex;flex:1 1;flex-direction:column}.sidebar-component .sidebar-content .header{align-items:center;display:flex;gap:8px;justify-content:flex-start;padding:32px 16px 32px 24px}.sidebar-component .sidebar-content .header .business-section{overflow:hidden;text-overflow:ellipsis;text-transform:none;white-space:nowrap}.sidebar-component .sidebar-content .header.collpased .business-section{display:none}.sidebar-component .sidebar-content .items-container{display:flex;flex-direction:column;gap:8px}.sidebar-component .sidebar-content.collpased .nav-item .nav-item-text{transform:scale(0)}.sidebar-component .sidebar-content .sidebar-divider{background-color:var(--primary-shade4-color);margin:16px}.sidebar-component .sidebar-content .footer{display:flex;flex:1 1;flex-direction:column;justify-content:flex-end;padding-bottom:24px;width:100%}.sidebar-component .sidebar-content .footer .divider{height:1px;width:95%}.sidebar-component .sidebar-content .footer.collpased .nav-item .nav-item-text{transform:scale(0)}@media only screen and (max-width:800px){.sidebar-component{display:none}}.update-avatar-widget{align-items:center;display:flex;flex-direction:column;gap:24px;gap:8px;position:relative}.update-avatar-widget .real-avatar{cursor:grab;height:300px;width:300px}.update-avatar-widget .real-avatar.moving{cursor:grabbing}.update-avatar-widget .cropper{height:128px;position:absolute;width:128px}.update-avatar-widget .zoom-continaer{align-items:center;display:flex;flex-direction:row;gap:8px}.basic-info-step{display:flex;flex-direction:column;gap:32px}.basic-info-step .user-info-step{display:flex;flex-direction:row;gap:16px}.basic-info-step .user-info-step .info-column{display:flex;flex-direction:column;gap:32px}.basic-info-step .user-info-step .info-item{display:flex;flex-direction:column;gap:8px}.basic-info-step .user-info-step .info-item .optional{color:var(--grey3-color)}.basic-info-step .user-info-step .info-item .user-avatar{display:flex;flex-direction:row;gap:32px}.basic-info-step .user-info-step .action-column{margin:auto}.basic-info-step .business-info-step{display:flex;flex-direction:row;gap:16px}.basic-info-step .business-info-step .info-column{display:flex;flex-direction:column;gap:32px}.basic-info-step .business-info-step .info-item{display:flex;flex-direction:column;gap:8px}.basic-info-step .business-info-step .info-item .optional{color:var(--grey3-color)}.basic-info-step .business-info-step .info-item .business-avatar{display:flex;flex-direction:row;gap:32px}.basic-info-step .business-info-step .action-column{margin:auto}.data-source-config-step{display:flex;flex-direction:column;gap:64px}.data-source-config-step .step-header{display:flex;flex-direction:column;gap:32px}.data-source-config-step .step-header .data-source-details{align-items:center;display:flex;flex-direction:row;gap:16px}.data-source-config-step .step-header .data-source-details .data-source-icon{border:1px solid var(--grey1-color);border-radius:4px;padding:24px}.data-source-config-step .step-header .data-source-details .research-info{display:flex;flex-direction:column;gap:16px}.data-source-config-step .step-header .data-source-details .research-info .research-title{align-items:center;display:flex;flex-direction:row;gap:8px}.data-source-config-step .step-header .data-source-details .research-info .research-title .connected-icon{border:1px solid var(--success-color);border-radius:50%;color:var(--success-color);padding:2px}.onboarding-dialog{background-color:var(--primary-main-color);height:90%;width:80%}.onboarding-dialog .onboarding-dialog-content{display:flex;flex-direction:column;position:relative}.onboarding-dialog .onboarding-dialog-content .first-firework{color:var(--primary-accent-color);left:24px;opacity:.4;position:absolute;top:-8px}.onboarding-dialog .onboarding-dialog-content .second-firework{color:var(--primary-accent-color);opacity:.3;position:absolute;right:24px;top:0}.onboarding-dialog .onboarding-dialog-content .third-firework{bottom:128px;color:var(--primary-accent-color);opacity:.5;position:absolute;right:-8px}.onboarding-dialog .onboarding-dialog-content .step-icon-container{align-self:center}.onboarding-dialog .onboarding-dialog-content .step-icon-container .step-icon{color:var(--primary-accent-color)}.onboarding-dialog .onboarding-dialog-content .next-step{margin-top:32px}.welcome-step{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:40px;justify-content:center}.welcome-step .step-title{color:var(--primary-shade4-color);font-size:36px}.welcome-step .illustartion{width:400px}.welcome-step .content-item{color:var(--primary-shade4-color)}.solution-onboarding-dialog{background-color:var(--primary-main-color);height:90%;width:80%}.solution-onboarding-dialog .solution-onboarding-dialog-content{display:flex;flex-direction:column;position:relative}.solution-onboarding-dialog .solution-onboarding-dialog-content .first-firework{color:var(--primary-accent-color);left:24px;opacity:.4;position:absolute;top:-8px}.solution-onboarding-dialog .solution-onboarding-dialog-content .second-firework{color:var(--primary-accent-color);opacity:.3;position:absolute;right:24px;top:0}.solution-onboarding-dialog .solution-onboarding-dialog-content .third-firework{bottom:128px;color:var(--primary-accent-color);opacity:.5;position:absolute;right:-8px}.solution-onboarding-dialog .solution-onboarding-dialog-content .step-icon-container{align-self:center}.solution-onboarding-dialog .solution-onboarding-dialog-content .step-icon-container .step-icon{color:var(--primary-accent-color)}.solution-onboarding-dialog .solution-onboarding-dialog-content .next-step{margin-top:32px}.loader-container{align-items:center;background:#fff;display:flex;flex-direction:column;gap:24px;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:var(--top-level-z-index)}.loader-container .asio-icon{animation:circle360 2s linear infinite}.loader-container .goal-icon{color:var(--primary-accent-color);transform:translateY(-100%)}@keyframes circle360{0%{transform:rotate(0deg) translateX(150px) rotate(0deg)}to{transform:rotate(1turn) translateX(150px) rotate(-1turn)}}.research-tile-data-row{align-items:center;display:flex;flex-direction:row}.research-tile-data-row .title-container{align-items:center;display:flex;flex:1 1;flex-direction:row}.research-tile-data-row .row-data{align-items:center;display:flex;flex-direction:row;gap:16px}.research-details-overview-widget{--metric-color:var(--graph1-color);background:var(--primary-main-color);border:1px solid var(--grey1-color);border-radius:8px;display:flex;flex-direction:row;padding:16px}.research-details-overview-widget .research-overview-data{display:flex;flex:2 1;flex-direction:column;gap:24px}.research-details-overview-widget .research-overview-data .metrics-container{display:flex;flex-direction:row;gap:8px}.research-details-overview-widget .research-overview-data .metrics-container .metric-summary-data{border:1px solid var(--grey1-color);border-radius:4px;cursor:pointer;display:flex;flex-direction:column;gap:8px;padding:4px}.research-details-overview-widget .research-overview-data .metrics-container .metric-summary-data .metric-name{cursor:pointer}.research-details-overview-widget .research-overview-data .metrics-container .metric-summary-data.selected{border:1px solid var(--metric-color)}.research-details-overview-widget .research-overview-data .metrics-container .metric-summary-data.selected .metric-name{color:var(--metric-color)}.research-details-overview-widget .research-overview-data .metrics-data{height:100%;width:100%}.research-question-widget{border:1px solid var(--grey1-color);border-radius:8px;box-shadow:0 2px 4px rgba(51,56,66,.133);cursor:pointer;display:flex;flex-direction:column;gap:24px;justify-content:space-between;padding:8px;width:420px}.research-question-widget.selected{border-color:var(--primary-accent-color)}.research-question-widget .question-content{cursor:pointer;display:flex;flex-direction:column;gap:8px}.research-question-widget .question-content .question-header{display:flex;flex-direction:row;gap:24px;justify-content:space-between}.research-question-widget .question-content .question-header .title-container{align-items:center;display:flex;flex-direction:row;gap:8px}.research-question-widget .question-content .question-header .title-container .question-visualization{cursor:pointer}.research-question-widget .question-content .question-header .title-container .question-visualization.summary{color:var(--graph1-color)}.research-question-widget .question-content .question-header .title-container .question-visualization.table{color:var(--graph7-color)}.research-question-widget .question-content .question-header .title-container .question-visualization.lines{color:var(--graph12-color)}.research-question-widget .question-content .question-header .title-container .question-visualization.flow{color:var(--graph6-color)}.research-question-widget .question-content .question-header .title-container .question-title{color:var(--primary-shade4-color);cursor:pointer}.research-question-widget .question-content .question-header .question-selected{background-color:var(--primary-shade1-color);border-radius:50%;color:var(--primary-main-color)}.research-question-widget .question-content .question-description{cursor:pointer}.research-question-widget .question-tags{display:flex;flex-direction:row;gap:8px}.research-questions-section-widget{display:flex;flex-direction:column;gap:24px}.research-questions-section-widget .section-questions{display:flex;flex-direction:row;flex-wrap:wrap;gap:24px}.research-questions-widget{align-items:center;align-self:stretch;background:var(--primary-main-color);border:1px solid var(--grey1-color);border-radius:8px;display:flex;flex-direction:column;gap:40px;overflow:hidden;padding:24px}.research-questions-widget .main-title{align-self:flex-start}.research-questions-widget .widget-header{display:flex;flex-direction:column;gap:16px;width:100%}.research-questions-widget .widget-header .header-main-row{align-items:center;display:flex;flex-direction:row;gap:0}.research-questions-widget .widget-header .header-main-row .tile-title{color:var(--primary-shade4-color);flex:1 1}.research-questions-widget .widget-header .header-secondary-row{align-items:center;display:flex;flex-direction:row;gap:4px;visibility:hidden}.research-questions-widget .widget-header .header-secondary-row.visible{visibility:visible}.research-questions-widget .widget-header .secondary-title{color:var(--grey4-color)}.research-questions-widget .questions-search{align-self:flex-start;width:300px}.research-questions-widget .widget-content{align-items:center;display:flex;flex-direction:column;overflow-y:auto;width:100%}.research-questions-widget .widget-content .questions-container{align-items:center;display:flex;flex-direction:column;gap:64px}.research-details-screen .research-details-screen-content{grid-gap:16px;display:grid;gap:16px;grid-auto-rows:400px 700px;grid-template-columns:repeat(6,minmax(150px,1fr))}.research-details-screen .research-details-screen-content .research-overview{grid-column:span 4}.research-details-screen .research-details-screen-content .research-insights{background:var(--primary-main-color);border:1px solid var(--grey1-color);border-radius:8px;grid-column:span 2;padding:24px}.research-details-screen .research-details-screen-content .research-questions{grid-column:span 6}.research-details-screen .research-details-screen-content .question-details,.research-details-screen .research-details-screen-content .research-questions.with-details{grid-column:span 3}.research-template-item-component{align-items:flex-start;background:var(--primary-main-color);border:1px solid var(--grey1-color);border-radius:8px;cursor:pointer;display:flex;flex-direction:column;gap:32px;height:250px;justify-content:space-between;padding:24px;position:relative;width:300px}.research-template-item-component .disabled-cover{background-color:var(--grey1-color);cursor:default;height:100%;left:0;opacity:.5;position:absolute;top:0;width:100%}.research-template-item-component .stage-tag{background-color:var(--primary-accent-color);border-radius:8px;color:var(--primary-main-color);padding:4px 24px;position:absolute;right:8px;top:8px}.research-template-item-component.selected{border-color:var(--primary-shade1-color)}.research-template-item-component .item-header{display:flex;flex-direction:column;gap:8px;width:100%}.research-template-item-component .item-header .header-first-line{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.research-template-item-component .item-header .header-first-line .item-selected{background-color:var(--primary-shade1-color);border-radius:50%;color:var(--primary-main-color)}.research-template-item-component .item-header .item-title{color:var(--primary-shade4-color);text-transform:capitalize}.research-template-item-component .item-description{color:var(--grey4-color)}.solution-tile{align-items:flex-start;background:var(--primary-main-color);border:1px solid var(--grey1-color);border-radius:8px;cursor:pointer;display:flex;flex-direction:column;gap:16px;height:250px;justify-content:space-between;padding:24px;position:relative;width:300px}.solution-tile .disabled-cover{background-color:var(--grey1-color);cursor:default;height:100%;left:0;opacity:.5;position:absolute;top:0;width:100%}.solution-tile .stage-tag{background-color:var(--primary-accent-color);border-radius:8px;color:var(--primary-main-color);padding:4px 24px;position:absolute;right:8px;top:8px}.solution-tile.selected{border-color:var(--primary-shade1-color)}.solution-tile .tile-header{display:flex;flex-direction:column;gap:8px;width:100%}.solution-tile .tile-header .header-first-line{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.solution-tile .tile-header .header-first-line .icons-container{align-items:center;display:flex;flex-direction:row;gap:4px}.solution-tile .tile-header .header-first-line .tile-selected{background-color:var(--primary-shade1-color);border-radius:50%;color:var(--primary-main-color)}.solution-tile .tile-header .tile-title{color:var(--primary-shade4-color);text-transform:capitalize}.solution-tile .tile-description{color:var(--grey4-color)}.choose-research-template-step{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr)}.add-new-research-dialog{height:95%;width:70%}.research-tile{background-color:var(--primary-main-color);border:1px solid var(--grey1-color);border-radius:8px;cursor:pointer;display:flex;flex-direction:column;gap:16px;padding:24px}.research-tile:hover{background-color:var(--background1-color)}.research-tile .tile-header{align-items:center;display:flex;flex-direction:row;gap:16px;min-height:68px}.research-tile .info-item-text{color:var(--grey4-color)}.research-tile .info-item-text:first-letter{text-transform:capitalize}.research-tile .tile-info{display:flex;flex-direction:column;gap:8px}.research-tile .tile-info .info-item{display:flex;flex-direction:row;gap:8px;justify-content:space-between}.research-tile .summary-container{display:flex;flex-direction:column;gap:8px;overflow-y:auto}.research-screen .research-screen-content{grid-gap:16px;align-self:center;display:grid;gap:16px;grid-auto-rows:377px;grid-template-columns:repeat(3,320px);padding:64px 80px}.research-screen .research-screen-content .new-research{align-items:center;background-color:var(--primary-main-color);border:1px dashed var(--grey3-color);border-radius:8px;cursor:pointer;display:flex;flex-direction:column;gap:16px;justify-content:center;padding:24px}.research-screen .research-screen-content .new-research:hover{background-color:var(--background1-color)}.research-screen .research-screen-content .new-research .new-research-text{cursor:pointer}.pricing-plan-widget{--plan-color:var(--graph5-color);align-items:center;border:1px solid var(--grey2-color);border-radius:8px;cursor:pointer;display:flex;flex-direction:column;gap:16px;max-width:320px;padding:24px;position:relative}.pricing-plan-widget.main-plan{border-color:var(--plan-color);box-shadow:0 4px 4px var(--plan-color)}.pricing-plan-widget .widget-header{align-items:center;display:flex;flex-direction:row;gap:8px;justify-content:space-between;width:100%}.pricing-plan-widget .widget-header .plan-name{color:var(--plan-color);cursor:pointer}.pricing-plan-widget .widget-header .item-selected{background-color:var(--plan-color);border-radius:50%;color:var(--primary-main-color)}.pricing-plan-widget .plan-price{align-items:center;cursor:pointer;display:flex;flex-direction:row}.pricing-plan-widget .resources{cursor:pointer;display:flex;flex-direction:column;gap:4px;width:100%}.pricing-plan-widget .resources .resource-item{align-items:center;color:var(--grey3-color);cursor:pointer;display:flex;flex-direction:row;justify-content:space-between}.pricing-plan-widget .resources .resource-item .resource-quantity{align-items:center;display:flex;flex-direction:row;gap:8px}.pricing-plan-widget .resources .resource-item .resource-quantity .resource{color:var(--plan-color)}@media only screen and (max-width:660px){.pricing-plan-widget{width:90%}}.pricing-dialog{max-width:1200px;width:80%}.pricing-dialog .pricing-dialog-content{align-items:center;display:flex;flex-direction:column;height:100%;padding:var(--big-padding)}.pricing-dialog .pricing-dialog-content .pricing-content{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center}.pricing-dialog .pricing-dialog-content .pricing-content .bold-text{color:var(--primary-accent-color)}.pricing-dialog .pricing-dialog-content .pricing-content .period-container{align-items:center;align-self:flex-start;display:flex;flex-direction:row;gap:32px}.pricing-dialog .pricing-dialog-content .pricing-content .period-container .billing-period .monthly-period,.pricing-dialog .pricing-dialog-content .pricing-content .period-container .billing-period .yearly-period{font-size:var(--big-paragraph-font-size)}.pricing-dialog .pricing-dialog-content .pricing-content .period-container .period-explanation{color:var(--grey4-color)}.pricing-dialog .pricing-dialog-content .pricing-content .plans{display:flex;flex-direction:row;gap:24px;justify-content:center}@media only screen and (max-width:835px){.pricing-dialog .pricing-dialog-content{overflow:auto}.pricing-dialog .pricing-dialog-content .plans{flex-direction:column}}.plan-widget{align-items:center;display:flex;gap:8px}.plan-widget .plan-name{flex:1 1;text-align:end}.add-user-dialog{background-color:var(--primary-main-color);border-radius:var(--small-border-radius);box-shadow:var(--card-box-shadow);width:45%}.add-user-dialog .add-user-content{display:flex;flex-direction:column;gap:24px}.add-user-dialog .add-user-content .add-user-upgrade{align-self:flex-end}.add-user-dialog .add-user-content .additional-required-info{align-items:flex-start;display:flex;gap:16px}.add-user-dialog .add-user-content .additional-required-info .hours-estimation,.add-user-dialog .add-user-content .additional-required-info .start-date{flex:1 1}.add-user-dialog .add-user-content .time-info{align-items:center;display:flex;gap:16px}.plan-info-widget{display:flex;flex-direction:column;gap:8px}.plan-info-widget .plan-header,.plan-info-widget .plan-item{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.plan-info-widget .plan-item{padding:8px}.plan-info-widget .plan-item:hover{background-color:var(--hover-item-color)}.update-avatar-dialog{height:80%;width:60%}.update-avatar-dialog .update-avatar-content{display:flex;flex-direction:column;gap:24px}.update-avatar-dialog .update-avatar-content .content-area{align-items:center;display:flex;flex-direction:column;gap:8px;position:relative}.update-avatar-dialog .update-avatar-content .content-area .real-avatar{cursor:grab;height:300px;width:300px}.update-avatar-dialog .update-avatar-content .content-area .real-avatar.moving{cursor:grabbing}.update-avatar-dialog .update-avatar-content .content-area .cropper{border:1px dashed red;height:128px;position:absolute;width:128px}.update-avatar-dialog .update-avatar-content .content-area .dialog-zoom{align-items:center;display:flex;flex-direction:row;gap:8px}.file-drag-zone{align-items:center;border:1px dashed #b8c0d9;border-radius:4px;display:flex;flex-direction:column;justify-content:center;padding:8px}.file-drag-zone .drop-zone-subtitle{color:var(--grey4-color)}.file-drag-zone.files-hover{border-color:#579bfc}.file-drag-zone.files-hover .upload-icon{color:#579bfc}.business-info-widget{background-color:var(--primary-main-color);display:flex;flex:1 1;flex-direction:column;gap:16px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-height:calc(100% - 80px);overflow-y:auto;padding:24px}.business-info-widget .item-row{align-items:center;display:flex;flex-direction:row;gap:64px}.business-info-widget .item-row .row-title{align-self:flex-start;display:flex;flex-direction:column;gap:8px;min-width:350px}.business-info-widget .item-row .row-title .row-subtitle{color:var(--grey4-color)}.business-info-widget .item-row .row-content{min-width:450px}.business-info-widget .item-row .row-content.row-content-container{align-items:center;display:flex;flex-direction:row;gap:32px}.profile-widget{background-color:var(--primary-main-color);display:flex;flex:1 1;flex-direction:column;gap:16px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-height:calc(100% - 80px);overflow-y:auto;padding:24px}.profile-widget .item-row{align-items:center;display:flex;flex-direction:row;gap:64px}.profile-widget .item-row .row-title{align-self:flex-start;display:flex;flex-direction:column;gap:8px;min-width:350px}.profile-widget .item-row .row-title .row-subtitle{color:var(--grey4-color)}.profile-widget .item-row .row-content{min-width:450px}.profile-widget .item-row .row-content.row-content-container,.user-item-widget{align-items:center;display:flex;flex-direction:row;gap:32px}.user-item-widget{padding:0 16px}.user-item-widget .avatar-cotainer{display:flex;flex-direction:row;justify-content:center;width:48px}.user-item-widget .column{flex:1 1}.user-item-widget .actions-cotainer{display:flex;flex-direction:row;justify-content:flex-end;width:48px}.users-widget{background-color:var(--primary-main-color);display:flex;flex:1 1;flex-direction:column;gap:32px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-height:calc(100% - 80px);overflow-y:auto;padding:24px}.users-widget .users-header{align-items:center;display:flex;flex-direction:row;gap:32px;padding:16px}.users-widget .users-header .avatar-column{width:48px}.users-widget .users-header .column{flex:1 1}.users-widget .users-header .actions-column{width:48px}.settings-screen .settings-screen-content{overflow:hidden}.settings-screen .settings-screen-content .settings-content{height:100%;margin-top:24px;overflow:hidden}@media only screen and (max-width:800px){.user-settings-screen .personal-info,.user-settings-screen .settings{grid-column:span 13;grid-row:span 10}}.application-page{display:flex;height:100%;transition:1s}.application-page .main-content{flex:1 1;position:relative;width:calc(100% - 200px)}.trial-expired-widget{justify-content:center}.trial-expired-widget .description-container{max-width:400px}.trial-expired-widget .description-container .description{text-align:center}.trial-expired-widget .footer{max-width:400px}.trial-expired-widget .footer .upgrade{padding:16px;width:100%}.trial-expired-widget{align-items:center;display:flex;flex-direction:column;gap:16px;height:100%;justify-content:flex-start;padding:32px;width:100%}.trial-expired-widget .title{color:var(--primary-shade4-color)}.trial-expired-widget .illustartion{height:50%}.trial-expired-widget .upgrade-text{align-items:center;display:flex;gap:4px}.password-widget .visibility-icon{margin-right:8px}.loading-button{padding:6px 8px}.loading-button.loading{padding:0 8px}.sign-form-widget{--form-block-margin:16px 0;align-items:flex-start;display:flex;flex-direction:column;gap:24px;height:100%;justify-content:center}.sign-form-widget .form-header{display:flex;flex-direction:column;gap:8px;text-align:center;width:400px}.sign-form-widget .form-header .headline{text-align:center}.sign-form-widget .form-wrapper{align-items:center;display:flex}.sign-form-widget .form-wrapper form{background-color:inherit;display:flex;flex-direction:column;gap:16px;min-width:400px}.sign-form-widget .form-wrapper form .title{text-align:center}.sign-form-widget .form-wrapper form .general-error{max-width:400px;text-align:center}.sign-form-widget .form-wrapper form .submit-button{padding:16px}.sign-form-widget .form-wrapper form .submit-button.loading{padding:10px 16px}.sign-form-widget .legal-links{width:400px}.sign-form-widget .legal-links .legal-link{cursor:pointer}@media only screen and (max-width:835px){.sign-form-widget{gap:16px}.sign-form-widget .form-header{width:300px}.sign-form-widget .form-wrapper form{min-width:300px}.sign-form-widget .legal-links{width:300px}}.signup-creative-screen{align-items:center;display:flex;flex-direction:column;gap:4px;height:100%;justify-content:center}.signup-creative-screen .welcome{max-height:703px;max-width:500px}.signup-creative-screen .illustartion{max-height:500px;width:110%}.signup-creative-screen .bold-text{color:var(--primary-shade4-color);max-width:700px;text-align:center;width:90%}.signup-header-section{align-items:center;display:flex;flex-direction:column;gap:16px}.signup-header-section .subtitle,.signup-header-section .title{color:var(--primary-shade4-color);text-align:center}.auth-page{align-items:center;background-color:var(--background1-color);display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.auth-page .auth-container{background-color:var(--primary-main-color);border-radius:24px;gap:24px;max-height:100%;overflow-y:auto;padding:32px}.auth-page .auth-container,.auth-page .auth-container .header{display:flex;flex-direction:column}.auth-page .auth-container .content{align-items:center;display:flex;flex-direction:row;gap:64px}@media only screen and (max-width:835px){.auth-page .auth-container{padding:16px}.auth-page .auth-container .content{flex-direction:column-reverse}}.general-auth-creative-screen{align-items:center;display:flex;flex-direction:column;gap:4px;height:100%;justify-content:center}.general-auth-creative-screen .illustartion{max-height:500px;width:110%}.general-auth-creative-screen .bold-text{color:var(--primary-shade4-color);max-width:700px;text-align:center;width:90%}.general-auth-header-section{align-items:center;display:flex;flex-direction:column;gap:16px}.general-auth-header-section .subtitle,.general-auth-header-section .title{color:var(--primary-shade4-color);text-align:center}.error-boundary-component{align-items:center;display:flex;flex-direction:column;gap:4px;justify-content:center}[data-top-tooltip]{position:relative}[data-top-tooltip]:after,[data-top-tooltip]:before{--scale:0;--transition-delay:0;--arrow-size:10px;font-size:var(--paragraph-font-size);left:50%;position:absolute;transform:translateX(-50%) scale(var(--scale));transition:transform .15s;transition-delay:var(--transition-delay);z-index:var(--top-level-z-index)}[data-top-tooltip]:before{background-color:var(--primary-shade4-color);border-radius:4px;color:var(--primary-main-color);content:attr(data-top-tooltip);padding:8px;top:calc(-100% - var(--arrow-size) - 6px);transform-origin:bottom center;white-space:nowrap}[data-top-tooltip]:after{border-top-color:#0000;border:var(--arrow-size) solid #0000;border-top:var(--arrow-size) solid var(--primary-shade4-color);content:"";top:-16px;transform-origin:top center}[data-top-tooltip]:hover:after,[data-top-tooltip]:hover:before{--scale:1;--transition-delay:0.5s}[data-bottom-tooltip]{position:relative}[data-bottom-tooltip]:after,[data-bottom-tooltip]:before{--scale:0;--transition-delay:0;--arrow-size:10px;font-size:var(--paragraph-font-size);left:50%;position:absolute;transform:translateX(-50%) scale(var(--scale));transition:transform .15s;transition-delay:var(--transition-delay);z-index:10000}[data-bottom-tooltip]:before{background-color:var(--primary-shade4-color);border-radius:4px;color:var(--primary-main-color);content:attr(data-bottom-tooltip);padding:8px;top:calc(100% + var(--arrow-size)*2 - 6px);transform-origin:top center;white-space:nowrap}[data-bottom-tooltip]:after{border-bottom-color:#0000;border:var(--arrow-size) solid #0000;border-bottom:var(--arrow-size) solid var(--primary-shade4-color);content:"";top:calc(100% - 6px);transform-origin:bottom center}[data-bottom-tooltip]:hover:after,[data-bottom-tooltip]:hover:before{--scale:1;--transition-delay:0.5s}[data-right-tooltip]{position:relative}[data-right-tooltip]:after,[data-right-tooltip]:before{--scale:0;--transition-delay:0;--arrow-size:10px;font-size:var(--paragraph-font-size);position:absolute;top:50%;transform:translateY(-50%) scale(var(--scale));transition:transform .15s;transition-delay:var(--transition-delay);z-index:var(--top-level-z-index)}[data-right-tooltip]:before{background-color:var(--primary-shade4-color);border-radius:4px;color:var(--primary-main-color);content:attr(data-right-tooltip);left:calc(100% + var(--arrow-size)*2 - 6px);padding:8px;transform-origin:left center;white-space:nowrap}[data-right-tooltip]:after{border-right-color:#0000;border:var(--arrow-size) solid #0000;border-right:var(--arrow-size) solid var(--primary-shade4-color);content:"";left:calc(100% - 6px);transform-origin:right center}[data-right-tooltip]:hover:after,[data-right-tooltip]:hover:before{--scale:1;--transition-delay:0.5s}[data-left-tooltip]{position:relative}[data-left-tooltip]:after,[data-left-tooltip]:before{--scale:0;--transition-delay:0;--arrow-size:10px;font-size:var(--paragraph-font-size);position:absolute;top:50%;transform:translateY(-50%) scale(var(--scale));transition:transform .15s;transition-delay:var(--transition-delay);z-index:var(--top-level-z-index)}[data-left-tooltip]:before{background-color:var(--primary-shade4-color);border-radius:4px;color:var(--primary-main-color);content:attr(data-left-tooltip);left:-5px;padding:8px;transform:translateX(-100%) translateY(-50%) scale(var(--scale));transform-origin:right center;white-space:nowrap}[data-left-tooltip]:after{border-left-color:#0000;border:var(--arrow-size) solid #0000;border-left:var(--arrow-size) solid var(--primary-shade4-color);content:"";left:-6px;transform-origin:left center}[data-left-tooltip]:hover:after,[data-left-tooltip]:hover:before{--scale:1;--transition-delay:0.5s}.App{display:flex;flex-direction:column;height:100%;min-height:100vh}.App .main-content{flex:1 1}*{box-sizing:border-box}:root{--primary-main-color:#fff;--primary-accent-color:#8db1f8;--primary-shade1-color:#648bcf;--primary-shade2-color:#3b67a7;--primary-shade3-color:#004581;--primary-shade4-color:#00265c;--background1-color:#fafcff;--background2-color:#f4f7fd;--background3-color:#e7ecf6;--background4-color:#d6deed;--background5-color:#b8c3d9;--background6-color:#8392b1;--grey1-color:#e9efef;--grey2-color:#d2dada;--grey3-color:#a4b2b2;--grey4-color:#788989;--grey5-color:#4e5e5e;--grey6-color:#334242;--graph1-color:#86ca96;--graph2-color:#f59152;--graph3-color:#374ef4;--graph4-color:#dc9de6;--graph5-color:#86caba;--graph6-color:#f2c029;--graph7-color:#86b4ca;--graph8-color:#869bca;--graph9-color:#8b86ca;--graph10-color:#bd86ca;--graph11-color:#ca86a8;--graph12-color:#ca8686;--overlay-background-color:#00000080;--success-color:#04bd00;--success-background-color:#04bd0033;--error-color:#f20530;--error-background-color:#f2053033;--warning-color:#e4bd39;--success-light-color:#4bd06c;--info-bg-color:#3785e0;--info-color:#6c707b;--greyish-color:#bcbcbc;--disable-color:#9c9c9c;--border-color:#6c707b33;--hover-item-color:#f0f1f2;--divider-color:#6c707bdd;--text-link-color:#1c1ba8;--card-box-shadow:0px 0px 8px #b8c3d933;--card-border-radius:16px;--h1-font-style:normal;--h1-font-weight:700;--h1-font-size:24px;--h1-line-height:29px;--h1-letter-spacing:1.2px;--h2-font-style:normal;--h2-font-weight:600;--h2-font-size:20px;--h2-line-height:24px;--h3-font-style:normal;--h3-font-weight:700;--h3-font-size:20px;--h3-line-height:24px;--h4-font-style:normal;--h4-font-weight:700;--h4-font-size:16px;--h4-line-height:19px;--h5-font-style:normal;--h5-font-weight:600;--h5-font-size:18px;--h5-line-height:22px;--paragraph-font-style:normal;--paragraph-font-weight:300;--paragraph-font-size:14px;--paragraph-line-height:20px;--paragraph-medium-font-style:normal;--paragraph-medium-font-weight:400;--paragraph-medium-font-size:14px;--paragraph-medium-line-height:20px;--paragraph-semibold-font-style:normal;--paragraph-semibold-font-weight:600;--paragraph-semibold-font-size:14px;--paragraph-semibold-line-height:20px;--paragraph-bold-font-style:normal;--paragraph-bold-font-weight:700;--paragraph-bold-font-size:14px;--paragraph-bold-line-height:20px;--tiny-font-style:normal;--tiny-font-weight:600;--tiny-font-size:12px;--tiny-line-height:12px;--badge-font-style:normal;--badge-font-weight:700;--badge-font-size:10px;--badge-line-height:14px;--small-border-radius:4px;--medium-border-radius:8px;--large-border-radius:16px;--extra-border-radius:24px;--tooltip-level-z-index:11;--top-level-z-index:10;--popup-level-z-index:9;--dialog-level-z-index:8;--first-level-z-index:1;--huge-padding:64px;--big-padding:24px;--medium-padding:16px;--small-padding:8px;--breakpoint-sm:500px;--content-width:70%}@media only screen and (max-width:1000px){body{--content-width:75%}}@media only screen and (max-width:850px){body{--content-width:80%}}@media only screen and (max-width:750px){body{--content-width:85%}}@media only screen and (max-width:650px){body{--content-width:90%}}@media only screen and (max-width:550px){body{--content-width:95%}}body,html{overflow:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Assistant,sans-serif;font-size:14px;font-size:var(--paragraph-font-size);font-weight:var(--regular-font-weight);position:relative}#app-container,body{margin:0;min-height:100vh}#app-container{background-color:#fafcff;background-color:var(--background1-color);color:#334242;color:var(--grey6-color);height:100vh;padding:0}