.user-avatar{display:flex;border-radius:50%;overflow:hidden;text-decoration:none}.user-avatar__char{margin:auto;font-size:12px;font-weight:500;color:#fff;text-transform:uppercase;text-decoration:none}.user-avatar__img{width:100%;height:100%;background-size:cover;background-position:50%}.user-avatar__small{width:24px;min-width:24px;height:24px}.user-avatar__medium{width:36px;min-width:36px;height:36px}.user-avatar__large{width:48px;min-width:48px;height:48px}.user-avatar__extra-large{width:110px;min-width:110px;height:110px}.user-avatar__notification{width:38px;min-width:38px;height:38px}.wrapper.mobile_version .user-avatar__notification{width:34px;min-width:34px;height:34px}.app-form-button{border:none;border-radius:100px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .3s ease;outline:none;white-space:nowrap;padding:0 20px;display:flex;align-items:center;justify-content:center;width:100%}.app-form-button:disabled{cursor:not-allowed}.app-form-button__size__large{height:40px}.app-form-button__size__small{height:32px}.app-form-button__icon-style{padding:7px}.app-form-button__icon-style__large{width:40px}.app-form-button__icon-style__small{width:32px}.app-form-button__text-and-icon i{padding-right:8px}.app-form-button__primary{background-color:#3348fb;color:#fff}.app-form-button__primary:hover:not(:disabled):not(:active){background-color:#5e72f8}.app-form-button__primary:active{background-color:#4a61f8}.app-form-button__primary:disabled{background-color:#c2cafc}.app-form-button__light{background-color:#fff;color:#3348fb}.app-form-button__light:hover:not(:disabled):not(:active){background-color:#ebedfe}.app-form-button__light:active{background-color:#d6dbfd}.app-form-button__light:disabled{background-color:#fff;color:#9aa6fa}.app-form-button__bordered{background-color:transparent;color:#3348fb;border:1px solid #3348fb}.app-form-button__bordered:hover:not(:disabled):not(:active){background-color:#ebedfe}.app-form-button__bordered:active{background-color:#d6dbfd}.app-form-button__bordered:disabled{color:#c2cafc;border-color:#c2cafc}.app-form-button__bordered-red{background-color:transparent;color:#dd3b2e;border:1px solid #dd3b2e}.app-form-button__bordered-red:hover:not(:disabled):not(:active){background-color:#feebeb}.app-form-button__bordered-red:active{background-color:#fadddd}.app-form-button__bordered-red:disabled{color:#ccc;border-color:#ccc}.app-form-button__bordered-points{background-color:transparent;color:#3348fb;border:2px dashed #3348fb}.app-form-button__bordered-points:hover:not(:disabled):not(:active){background-color:#ebedfe}.app-form-button__bordered-points:active{background-color:#d6dbfd}.app-form-button__bordered-points:disabled{color:#c2cafc;border-color:#c2cafc}.app-form-button__bordered-light{background-color:transparent;color:#fff;border:1px solid #fff}.app-form-button__bordered-light:hover:not(:disabled):not(:active){background-color:#4d4d4d}.app-form-button__bordered-light:active{background-color:#333}.app-form-button__bordered-light:disabled{color:#ccc;border-color:#ccc}.app-form-check{display:flex;height:37px;cursor:pointer;align-items:center;font-size:14px}.app-form-check__input{flex-shrink:0;width:1.2em;height:1.2em;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:2px;border:1px solid #131313;cursor:pointer;margin-right:8px}.app-form-check__input:checked{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%233348FB' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E");border:1px solid #3348fb}.app-form-check__label{display:inline-flex;align-items:center;justify-content:flex-start;width:100%;cursor:pointer;font-weight:400}.app-form-check__label__prefix{color:#999;font-weight:100;padding-right:5px}.app-form-radio{display:flex;height:37px;cursor:pointer;align-items:center;font-size:14px}.app-form-radio__input{flex-shrink:0;width:1.2em;height:1.2em;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:50%;border:1px solid #131313;cursor:pointer;margin-right:8px}.app-form-radio__input:checked{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%233348FB'/%3E%3C/svg%3E");border:1px solid #3348fb}.app-form-radio__label{display:inline-flex;align-items:center;justify-content:flex-start;width:100%;cursor:pointer;font-weight:400}.app-form-radio__label__prefix{color:#999;font-weight:100;padding-right:5px}.select-box-search{width:100%;height:40px;position:relative;margin-bottom:10px}.select-box-search__icon{position:absolute;font-size:16px;top:0;bottom:0;left:8px;color:#7283fa}.select-box-search__input{border:none;border-radius:4px;width:100%;height:100%;font-size:14px;font-weight:400;outline:none;background-color:#f4f6ff;color:#7283fa;padding-left:30px}.select-box-search__input::placeholder{color:#7283fa}.select-box-search__input::-webkit-input-placeholder{color:#7283fa}.select-box-search__input::-moz-placeholder{color:#7283fa}.select-box-search__input:-ms-input-placeholder{color:#7283fa}.select-box-search__input:-moz-placeholder{color:#7283fa}.app-select-box{font-family:Gilroy,serif}.app-select-box__bg{background-color:rgba(0,0,0,.439);position:fixed;z-index:99998;top:0;bottom:0;left:0;right:0}.app-select-box__button{width:100%;border:none;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .3s ease;outline:none;white-space:nowrap;padding:0 10px;background-color:#f4f6ff;color:#3348fb;border-radius:4px;min-height:32px;display:flex;align-items:center;justify-content:center;gap:10px}.app-select-box__button:active{background-color:#e9ecfb}.app-select-box__button__left{justify-content:left}.app-select-box__button__opened{background-color:#3348fb;color:#fff}.app-select-box__button__badges{display:flex;align-items:center;flex-wrap:wrap}.app-select-box__button__badge{display:flex;align-items:center;justify-content:center;border:1px solid #3348fb;border-radius:50px;padding:0 10px;margin:3px 5px;text-transform:uppercase}.app-select-box__button__badge span{padding-right:3px;padding-bottom:1px}.app-select-box__content{background-color:#fff;padding:20px;border-radius:0 0 16px 16px;box-shadow:0 0 18px rgba(0,0,0,.059);font-family:Gilroy,serif}.app-select-box__content__view{height:240px;overflow-y:scroll;margin-bottom:20px;padding-right:10px}.app-select-box__content__view::-webkit-scrollbar{-webkit-appearance:none}.app-select-box__content__view::-webkit-scrollbar:vertical{width:4px;border-radius:4px;background-color:#e6e6e6}.app-select-box__content__view::-webkit-scrollbar-thumb{border-radius:4px;background-color:#3348fb}.app-select-box__content__view .app-form-check input,.app-select-box__content__view .app-form-radio input{border:1px solid #999}.wrapper.mobile_version .app-select-box__content__view{height:auto;max-height:60vh}.app-select-box__content__buttons{display:flex;gap:10px}.app-select-box__content__buttons .app-form-button{flex:1}.app-select-box__content__table .app-form-check,.app-select-box__content__table .app-form-radio{border-bottom:1px solid #f1f1f1}.wrapper.mobile_version .app-select-box__content{position:fixed;z-index:99999;left:0;right:0;bottom:0;margin-bottom:0;border-radius:16px 16px 0 0;background-color:#fff}.wrapper.mobile_version .app-select-box__content__mobile-title{font-size:14px;font-weight:500;text-transform:uppercase;margin-bottom:15px}.app-select-box-mini{position:relative}.app-select-box-mini .app-select-box__button{width:-moz-max-content;width:max-content;min-height:20px;font-size:12px}.app-select-box-mini .app-select-box__button__badges{display:none}.app-select-box-mini .app-select-box__content{border-radius:16px;position:absolute;z-index:99999;box-shadow:0 0 18px rgba(0,0,0,.12)}.wrapper.mobile_version .app-select-box-mini .app-select-box__content{position:fixed;z-index:99999;border-radius:16px 16px 0 0}.embed-code-modal{display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);overflow-y:scroll;z-index:999999999}.embed-code-modal__close-button{background:none;border:none;outline:none;cursor:pointer;color:#3348fb;position:absolute;top:20px;right:20px;padding:0}.embed-code-modal__close-button .icon-block{width:15px;height:15px}.embed-code-modal__header__title{font-size:16px;font-weight:700;padding-bottom:30px;text-align:center}.embed-code-modal__content{background:#fff;border-radius:16px;padding:40px;margin:20px;max-width:800px;width:calc(100% - 40px);height:-moz-min-content;height:min-content;position:relative}.embed-code-modal-mobile .embed-code-modal__content{padding-left:20px;padding-right:20px}.embed-code-modal__code{width:100%;height:160px;color:#000;border:none;font-size:16px;background:#f4f6ff;border-radius:16px;padding:20px;margin-top:30px;overflow-x:scroll;font-family:monospace;white-space:pre}.app-form-textarea-container{position:relative;width:100%}.app-form-textarea-container__error-text{color:#fc382c;margin-top:5px}.app-form-textarea{padding:10px 15px;border:1px solid #ddd;border-radius:8px;font-size:14px;font-weight:100;height:40px;background-color:#fff;width:100%}.app-form-textarea::-moz-placeholder{color:gray}.app-form-textarea::placeholder{color:gray}.app-form-textarea:focus{outline:none;border-color:#007bff}.app-form-textarea__error{border-color:#fc382c;background-color:rgba(255,23,0,.071);color:#fc382c}.app-form-textarea__error:focus{outline:none;border-color:#fc382c;color:#131313}.app-form-textarea-not-bordered{border:none}.question-card{background:#fff;border-radius:16px;padding:20px;position:relative;margin-bottom:15px}.question-card__follow-button{background:no-repeat;margin-left:5px;cursor:pointer}.question-card__follow-button,.question-card__more-comments-button{font-size:14px;font-weight:500;color:#3348fb;border:none;outline:none}.question-card__more-comments-button{background:none;padding:5px 0;margin:20px 0 10px 0;display:flex;gap:5px}.question-card__more-answers-button{margin-top:20px;width:100%}.question-card__more-answers-button__force-top{margin-top:40px}.question-card__disabled{position:absolute;width:100%;height:100%;top:0;left:0;z-index:1000;border-radius:16px;animation:fadeInWithBackgroundWhite .5s ease forwards}.question-card__block__answer{border-top:1px solid #e6e6e6;margin-top:20px;padding-top:20px}.question-card__block__answer__no-border{border-top:none;margin-top:0}.question-card__block__comment{padding-left:50px;margin-top:20px}.question-card__header{display:flex;justify-content:space-between}.question-card__header__left{display:flex;flex-direction:column;min-width:0}.question-card__header__left__top{margin-bottom:15px}.wrapper.mobile_version .question-card__header__left__top{min-height:25px}.question-card__header__left__bottom{display:flex;align-items:center}.question-card__header__left__bottom__full{width:-moz-max-content;width:max-content;max-width:calc(100vw - 75px)}.question-card__header__right{display:flex;align-items:flex-start;padding-top:2px}.question-card__header__author{display:flex;flex-direction:column;min-width:0}.question-card__header__author__top{display:flex;align-items:center;overflow:hidden}.wrapper:not(.mobile_version) .question-card__header__author__top{overflow:visible}.question-card__header__author__name{font-weight:500;font-size:14px;color:#000;text-decoration:none;white-space:nowrap;overflow:hidden}.question-card__header__author__point{width:4px;height:4px;padding:0;margin-left:8px;margin-right:8px}.question-card__header__author__point .icon-block{width:4px;height:4px}.question-card__header__author__date{color:gray;font-weight:500;font-size:14px;white-space:nowrap}.question-card__header__author__headline{font-size:12px;font-weight:300;padding-top:5px}.question-card__header__medal-icon{min-width:20px;margin-left:5px}.question-card__header__action-icon,.question-card__header__medal-icon{position:relative;width:20px;height:20px;background-color:transparent;border:none;outline:none;color:#3348fb;padding:2px;border-radius:4px}.question-card__header__action-icon{margin-left:10px}.question-card__header__action-button{width:20px;height:20px;background-color:transparent;border:none;outline:none;color:#3348fb;padding:2px;border-radius:4px;margin-left:10px;transition:background-color .3s ease}.question-card__header__action-button:active{background-color:rgba(51,72,251,.15)}.question-card__header__action-button-approve{height:20px;border:none;outline:none;background-color:#d6ecd3;color:#1b5e23;padding:2px 5px;border-radius:4px;margin-left:10px;display:inline-flex;align-items:center;justify-content:center;text-transform:uppercase;font-weight:500;font-size:12px;transition:background-color .3s ease;cursor:pointer}.question-card__header__action-button-approve:active{background-color:#c5dac2}.question-card__header__action-button-reject{height:20px;border:none;outline:none;color:#673333;background-color:#ffcece;padding:2px 5px;border-radius:4px;margin-left:10px;display:inline-flex;align-items:center;justify-content:center;text-transform:uppercase;font-weight:500;font-size:12px;transition:background-color .3s ease;cursor:pointer}.question-card__header__action-button-reject:active{background-color:#ecbbbb}.question-card__header__action-button-on{width:20px;height:20px;background-color:transparent;border:none;outline:none;color:#3348fb;padding:2px;border-radius:4px;margin-left:10px;transition:color .3s ease;cursor:pointer}.question-card__header__action-button-on:active{color:#7685ff}.question-card__header__action-button-off{width:20px;height:20px;background-color:transparent;border:none;outline:none;color:#b3b3b3;padding:2px;border-radius:4px;margin-left:10px;transition:color .3s ease;cursor:pointer}.question-card__header__action-button-off:active{color:#6a6a6a}.question-card__header__symbol{color:#666;font-size:10px;font-weight:500;background-color:#ededed;padding:3px 5px;border-radius:4px;margin-right:5px;display:inline-block;margin-bottom:4px;cursor:pointer;text-decoration:none}.question-card__header__symbol:hover{background-color:#e5e9ff;color:#3348fb}.question-card__header .user-avatar{margin-right:15px}.question-card__content{margin-top:15px;overflow-wrap:anywhere}.question-card__content__title{font-size:16px;font-weight:700;text-transform:uppercase;cursor:default;color:#131313;text-decoration:none}.question-card__content__title__link{cursor:pointer}.question-card__content__title__link:hover{color:#3348fb}.wrapper.mobile_version .question-card__content__title{text-transform:none}.question-card__content__description{font-size:16px;font-weight:100;margin-top:10px;white-space:pre-wrap}.question-card__content__show-hide-details{margin-top:10px}.question-card__content__show-hide-details button{font-size:16px;color:#131313;font-weight:500;cursor:pointer;text-decoration:underline;background-color:transparent;border:none;outline:none;padding:0}.question-card__content__tags{font-size:14px;color:gray;font-weight:500;margin-top:14px}.question-card__content__tags__sep{padding-left:8px;padding-right:8px}.question-card__actions{margin-top:15px;display:flex;justify-content:space-between}.question-card__actions__left{display:flex;gap:5px}.question-card__actions__right{display:flex;gap:20px}.question-card__actions__bottom{display:flex;gap:20px;padding:15px 0 0}.question-card__actions__bottom .question-card__actions__additional-button{color:#3348fb}.question-card__actions__right-hidden{display:none}.question-card__actions__reactions{display:flex;align-items:center}.question-card__actions__reactions__button{font-size:14px;font-weight:500;color:#3348fb;background-color:#f4f6ff;border:none;outline:none;padding:0 25px;border-radius:100px;height:32px;line-height:0;display:flex;align-items:center;cursor:pointer}.question-card__actions__reactions__button:first-child{border-radius:100px 0 0 100px;padding-right:10px}.question-card__actions__reactions__button:last-child{border-radius:0 100px 100px 0;padding-left:10px}.question-card__actions__reactions__button span{display:flex;align-items:center;padding-left:5px}.question-card__actions__reactions__button .icon{font-size:20px}.question-card__actions__reactions__button:hover{background-color:#e5e9ff}.question-card__actions__reactions__sep{height:100%}.question-card__actions__other-button,.question-card__actions__reactions__sep{background-color:#f4f6ff;align-items:center;display:flex;font-size:14px;font-weight:500;color:#3348fb}.question-card__actions__other-button{position:relative;border:none;outline:none;padding:0 20px;border-radius:20px;height:32px;line-height:0;justify-content:center;cursor:pointer}.question-card__actions__other-button__circle{width:32px;height:32px;padding:0}.question-card__actions__other-button span{display:flex;align-items:center;padding-left:5px}.question-card__actions__other-button .icon{font-size:20px}.question-card__actions__other-button:hover{background-color:#e5e9ff}.question-card__actions__additional-button{font-size:14px;font-weight:500;color:gray;background-color:transparent;border:none;outline:none;padding:0;line-height:0;display:flex;align-items:center;vertical-align:center;cursor:pointer}.question-card__actions__additional-button__share{position:relative;display:flex}.question-card__actions__additional-button__share__active{color:#3348fb}.question-card__actions__additional-button__share__content{position:absolute;z-index:99999;background-color:#fff;padding:20px;border-radius:16px;box-shadow:0 0 18px rgba(0,0,0,.059);top:100%}.question-card__actions__additional-button__share__item{padding:7px;border:none;outline:none;background-color:transparent;white-space:nowrap;border-radius:4px;font-size:12px;width:100%;text-align:left;display:flex;align-items:center;font-weight:100;color:#1a1a1a;text-decoration:none;cursor:pointer}.question-card__actions__additional-button__share__item .icon{font-size:14px;margin-right:8px}.question-card__actions__additional-button__share__item:hover:not(:disabled):not(:active){background-color:#eceefb}.question-card__actions__additional-button__share__item:active{background-color:#e5e9ff}.question-card__actions__additional-button__blue{color:#3348fb}.question-card__actions__additional-button .icon{padding-right:5px}.question-card__actions__additional-button:hover{color:#3348fb}.question-card__send-message{background-color:#f4f6ff;margin-left:-20px;margin-right:-20px;padding:15px 20px;margin-top:20px;display:flex;gap:10px;align-items:flex-start}.question-card__send-message__force-bottom{margin-bottom:-20px;border-radius:0 0 16px 16px}.question-card__send-message__comment{background-color:transparent;margin-top:0}.question-card__send-message .app-form-textarea{width:100%;height:100%}.question-card__send-message .app-form-textarea-container{width:100%;height:40px}.question-card__send-message__max .app-form-textarea-container{height:90px}.question-card__send-message__right{display:flex;flex-direction:column;gap:10px}.question-card__send-message__right__max{min-height:80px}.question-card__edit-message{display:flex;flex-direction:column;gap:10px;align-items:flex-start}.question-card__edit-message__comment{background-color:transparent;margin-top:0}.question-card__edit-message .app-form-textarea{width:100%;height:100%}.question-card__edit-message .app-form-textarea-container{width:100%;height:90px}.question-card__edit-message__right{display:flex;gap:10px}.question-card__edit-message__right__max{min-height:80px}.wrapper.mobile_version .question-card__edit-message{flex-direction:row}.wrapper.mobile_version .question-card__edit-message__right{flex-direction:column}.wrapper.mobile_version .question-card{border-radius:0;border-bottom:1px solid #e6e6e6}.question-card__draft{border-bottom:20px solid #ededed;border-radius:0}.button[data-v-503c7876]{display:flex;align-items:center;justify-content:center;gap:10px;background:var(--theme-link-color);color:var(--theme-text-color-contrast);font-size:14px;font-weight:600;text-transform:uppercase;padding:12px 24px;border-radius:100px;border:none;outline:none;cursor:pointer;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.button[data-v-503c7876]:disabled{cursor:not-allowed}.button.button__disabled[data-v-503c7876],.button[data-v-503c7876]:disabled{background:var(--theme-disabled-color)}.button.button__small[data-v-503c7876]{display:inline-flex;padding:5px 16px;font-size:12px}.button.button__tiny[data-v-503c7876]{display:inline-flex;padding:4px 6px;font-size:10px}.button.button__medium[data-v-503c7876]{display:inline-flex;padding:12px 18px;font-size:14px}.button.button__transparent[data-v-503c7876]{display:flex;background:none;color:var(--theme-link-color);padding:0}.button.button__transparent.button.button__tiny[data-v-503c7876]{padding:4px 6px}.button.button__transparent.button__disabled[data-v-503c7876],.button.button__transparent[data-v-503c7876]:disabled{color:var(--theme-disabled-color)}.button.button__secondary[data-v-503c7876]{display:inline-flex;background:none;color:var(--theme-link-color);border:1px solid var(--theme-link-color)}.button.button__secondary.button__disabled[data-v-503c7876],.button.button__secondary[data-v-503c7876]:disabled{border:1px solid var(--theme-disabled-color);color:var(--theme-disabled-color)}.tooltip[data-v-503c7876]{display:inline-block;position:relative}.tooltip .tooltiptext[data-v-503c7876]{visibility:hidden;background-color:#333;padding:12px 16px 12px 16px;color:#fff;font-size:12px;line-height:14.32px;text-align:center;border-radius:10px;font-weight:600;border:none!important;position:absolute;z-index:3;top:100%;left:50%;white-space:nowrap;transform:translate(-50%)}.tooltip:hover>.tooltiptext[data-v-503c7876]{visibility:visible;text-transform:none}.card{position:relative;box-shadow:0 0 18px 0 rgba(0,0,0,.1);padding:16px 24px;border-radius:16px}.card,.card>.card-loading{background:var(--theme-text-color-contrast)}.card>.card-loading{position:absolute;display:flex;align-items:center;justify-content:center;top:5px;left:5px;width:calc(100% - 10px);height:calc(100% - 10px);z-index:2}.mobile_version .card{padding:16px}.helper{position:relative;width:12px;height:12px;cursor:pointer}.helper>img{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.helper>.helper-hover{display:none;position:absolute;background:#d6dbfd;font-size:12px;line-height:14px;font-weight:600;color:var(--theme-link-color);text-align:center;box-shadow:0 0 4px rgba(51,72,251,.3);padding:12px 16px;left:50%;top:-10px;transform:translate(-50%,-100%);z-index:5}.helper.helper__bottom>.helper-hover{top:auto;bottom:0;transform:translate(-50%,calc(100% + 10px))}.helper:hover>.helper-hover{display:block;width:217px;border-radius:10px;text-transform:none}.helper:hover>.helper-hover:after{content:"";position:absolute;left:50%;bottom:-19px;transform:translateX(-50%);border:10px solid transparent;border-top:10px solid #d6dbfd}.helper.helper__bottom>.helper-hover:after{bottom:auto;top:-19px;transform:translateX(-50%) rotateX(180deg)}.helper.helper__top__right>.helper-hover{top:-10px;left:0;transform:translateY(calc(-100% - 10px))}.helper.helper__right>.helper-hover:after{transform:translate(-50%,50%) rotate(90deg)}.helper.helper__right:hover>.helper-hover:after{content:"";position:absolute;left:-9px;bottom:50%;border:10px solid transparent;border-top:10px solid #d6dbfd}.helper.helper__right>.helper-hover{top:10px;left:30px;transform:translateY(-50%)}.helper.helper__left>.helper-hover{top:10px;left:-20px;transform:translate(-100%,-50%)}.helper.helper__left>.helper-hover:after{transform:translate(50%,50%) rotate(-90deg)}.helper.helper__left:hover>.helper-hover:after{content:"";position:absolute;left:calc(100% - 11px);bottom:50%;border:10px solid transparent;border-top:10px solid #d6dbfd}.helper.helper__top__right:hover>.helper-hover{border-radius:10px 10px 10px 0}.helper.helper__top__right>.helper-hover:after{left:0;transform:translateX(-50%);clip-path:inset(0 0 0 50%)}.helper.helper__top__left>.helper-hover{top:-10px;left:0;transform:translate(calc(-100% + 10px),-100%)}.helper.helper__top__left:hover>.helper-hover{border-radius:10px 10px 0 10px}.helper.helper__top__left>.helper-hover:after{left:100%;width:5px;clip-path:inset(0 50% 0 0)}.dropdown-pannel[data-v-7bda885b]{position:relative;display:flex;align-items:center}.dropdown-button[data-v-7bda885b]{position:relative;background:transparent;border:none;outline:none;cursor:pointer}.dropdown-value[data-v-7bda885b],.dropdown-value[data-v-7bda885b] *{pointer-events:none;display:flex;align-items:center}.dropdown-menu[data-v-7bda885b]{position:absolute;background:var(--theme-text-color-contrast);border-radius:16px;box-shadow:0 8px 18px 0 rgba(0,0,0,.06);z-index:91}.dropdown-menu>.dropdown-menu-button[data-v-7bda885b]{width:100%;outline:none;border:none;border-radius:4px;padding:8px;color:#131313;font-size:12px;font-weight:500;background:none;text-align:left;justify-content:flex-start}.dropdown-menu>.dropdown-menu-button[data-v-7bda885b]:hover,.dropdown-menu>.dropdown-menu-button__active[data-v-7bda885b]{background:#f4f6ff}.tooltip[data-v-7bda885b]{display:inline-block}.tooltip .tooltiptext[data-v-7bda885b]{display:none;background-color:#333;padding:12px 16px 12px 16px;color:#fff;font-size:12px;line-height:14.32px;text-align:center;border-radius:10px;font-weight:600;position:absolute;z-index:3;top:calc(100% + 4px);left:50%;white-space:nowrap;transform:translate(-50%)}.tooltip:hover>.tooltiptext[data-v-7bda885b]{display:block}.dropdown-pannel[data-v-e5d335ce]{display:flex;align-items:center}.dropdown-button[data-v-e5d335ce]{position:relative;background:transparent;border:none;outline:none;cursor:pointer}.dropdown-value[data-v-e5d335ce],.dropdown-value[data-v-e5d335ce] *{pointer-events:none;display:flex;align-items:center}.dropdown-menu[data-v-e5d335ce]{position:absolute;background:var(--theme-text-color-contrast);border-radius:16px;box-shadow:0 8px 18px 0 rgba(0,0,0,.06);z-index:2}.dropdown-menu>.dropdown-menu-button[data-v-e5d335ce]{width:100%;outline:none;border:none;border-radius:4px;padding:8px;color:#131313;font-size:12px;font-weight:500;background:none;text-align:left;justify-content:flex-start}.dropdown-menu>.dropdown-menu-button[data-v-e5d335ce]:hover,.dropdown-menu>.dropdown-menu-button__active[data-v-e5d335ce]{background:#f4f6ff}.tooltip[data-v-e5d335ce]{display:inline-block}.tooltip .tooltiptext[data-v-e5d335ce]{display:none;background-color:#333;padding:12px 16px 12px 16px;color:#fff;font-size:12px;line-height:14.32px;text-align:center;border-radius:10px;font-weight:600;position:absolute;z-index:3;top:calc(100% + 4px);left:50%;white-space:nowrap;transform:translate(-50%)}.tooltip:hover>.tooltiptext[data-v-e5d335ce]{display:block}.checkbox[data-v-116e6076]{position:relative;width:12px;height:12px;border:2px solid #9aa6fa;border-radius:1px;cursor:pointer;outline:none;background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-shadow:none;padding:0;margin:0;-webkit-tap-highlight-color:transparent}.checkbox.checkbox__big[data-v-116e6076]{width:18px;height:18px;border-color:#d1d5db;border-radius:4px;min-width:18px;min-height:18px}.checkbox.checkbox__medium[data-v-116e6076]{width:16px;height:16px;border:1px solid #131313;border-radius:2px;min-width:16px;min-height:16px}.checkbox.checkbox__medium.checkbox-checked[data-v-116e6076]{border:1px solid var(--theme-link-color)}.checkbox.checkbox-checked[data-v-116e6076]{border:2px solid var(--theme-link-color)}.checkbox.checkbox__big.checkbox-checked[data-v-116e6076]{border-color:var(--theme-link-color)}.checkbox.checkbox-checked[data-v-116e6076]:not(.checkbox__big):after{content:"";position:absolute;top:50%;left:50%;width:70%;height:70%;transform:translate(-50%,-50%);background-color:var(--theme-link-color);-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='m6.564.75-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='m6.564.75-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")}.checkbox.checkbox__big.checkbox.checkbox-checked[data-v-116e6076]:after{content:"";position:absolute;top:50%;left:50%;width:70%;height:70%;transform:translate(-50%,-50%);background:url(/img/arrow-smooth.088e939d.svg);background-size:100% 100%;background-repeat:no-repeat}button.collapse-item[data-v-1fbcbd16]{background:none;border:none;outline:none;border-radius:4px;padding:8px;width:144px;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.collapse-item span[data-v-1fbcbd16]{font-weight:500;font-size:12px;line-height:14.12px}.collapse-item .reversed-arrow[data-v-1fbcbd16]{transform:rotate(180deg)}.collapse-dropdown-icon[data-v-1fbcbd16]{width:16px;height:16px}.collapse-dropdown-icon img[data-v-1fbcbd16]{width:7.43px;height:4.37px;color:#3348fb}.mobile_version{.collapse-item span[data-v-1fbcbd16]{font-size:14px;line-height:150%}}.badge[data-v-bd7b1eaa]{display:inline-flex;align-items:center;vertical-align:middle;line-height:1;border-radius:100px}.badge.white_badge[data-v-bd7b1eaa]{border:1px solid #e6e6e6;background:#fff}.badge.primary_badge[data-v-bd7b1eaa]{border:1px solid #3348fb;background:#3348fb;color:#fff}.badge.primary_badge .badge-label p[data-v-bd7b1eaa]{color:#fff}.badge.blue_badge[data-v-bd7b1eaa]{border:1px solid #21b232;background:#fff}.badge.size_medium[data-v-bd7b1eaa]{font-size:12px;padding:4px 8px}.badge .badge-label[data-v-bd7b1eaa]{display:flex;flex-direction:row;gap:8px;align-items:center}.badge .badge-label .close-btn[data-v-bd7b1eaa]{background:none;border:none;outline:none;cursor:pointer;display:flex}.badge .badge-label .close-btn img[data-v-bd7b1eaa]{width:10px;height:10px}.badge .badge-label p[data-v-bd7b1eaa]{font-size:12px;color:#131313;line-height:1;height:1em;display:inline-flex;align-items:center;font-weight:600;text-transform:uppercase}.ellapse[data-v-bd7b1eaa]{border-radius:50%;width:8px;height:8px}.ellapse.yellow_ellapse[data-v-bd7b1eaa]{background:#ffd02b}.compare-companies-pannel[data-v-f756eadc]{display:flex;flex-wrap:wrap;gap:4px;padding-bottom:16px}.compare-company-values .loading-text[data-v-f756eadc]{font-size:12px;font-weight:600}.app-form-input-container{position:relative;width:100%}.app-form-input-container__error-text{color:#fc382c;margin-top:5px}.app-form-input{padding:10px 15px;border:1px solid #ddd;border-radius:8px;font-size:14px;font-weight:100;height:40px;background-color:#fff;width:100%}.app-form-input::-moz-placeholder{color:gray}.app-form-input::placeholder{color:gray}.app-form-input:focus{outline:none;border-color:#007bff}.app-form-input__error{border-color:#fc382c;background-color:rgba(255,23,0,.071);color:#fc382c}.app-form-input__error:focus{outline:none;border-color:#fc382c;color:#131313}.app-form-input-not-bordered{border:none}.app-form-input-fill{border:none;background:#f4f6ff}.app-form-input-fill-white{border:none;background:#fff}.app-form-input-upper{text-transform:uppercase}.app-form-input-password__btn{position:absolute;right:5px;background:none;border:none;cursor:pointer;color:#999;font-size:20px;display:flex;align-items:center;top:10px}.app-form-input-password__btn:hover{color:#666}.financials-performance-share-modal{display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);overflow-y:scroll;z-index:999999999}.financials-performance-share-modal__buttons{display:flex;gap:20px;justify-content:center}.financials-performance-share-modal__buttons button{width:auto}.financials-performance-share-modal__body{padding:0 40px}.financials-performance-share-modal__close-button{background:none;border:none;outline:none;cursor:pointer;color:#3348fb;position:absolute;top:20px;right:20px;padding:0}.financials-performance-share-modal__close-button .icon-block{width:15px;height:15px}.financials-performance-share-modal__header__title{font-size:16px;font-weight:700;padding-bottom:30px;text-align:center}.financials-performance-share-modal__content{background:#fff;border-radius:16px;padding:40px;margin:20px;max-width:500px;width:calc(100% - 40px);height:-moz-min-content;height:min-content;position:relative}.financials-performance-share-modal-mobile .financials-performance-share-modal__content{padding-left:20px;padding-right:20px}.financials-performance-share-modal__code{width:100%;background:#f4f6ff;border-radius:16px;padding:20px;margin-top:30px;overflow-x:scroll}.financials-performance-share-modal__code p{white-space:nowrap}.financial-performance-comparison[data-v-09d59196]{display:flex;gap:10px;justify-content:space-between}.financial-performance-comparison .performance-params-btn[data-v-09d59196]{display:flex;gap:8px;align-items:center}.financial-performance-comparison .performance-params-btn p[data-v-09d59196]{font-size:12px;font-weight:800;line-height:110%;text-transform:uppercase;color:#3348fb}.financial-performance-comparison .performance-params-btn .plus-item[data-v-09d59196]{border-radius:50%;border:1px solid #3348fb;padding:2px;width:16px;height:16px}.financial-performance-comparison .compare-companies-pannel[data-v-09d59196]{display:flex;flex-direction:row;flex-wrap:wrap;gap:4px;align-items:center}.company-header .company-title>p[data-v-09d59196]{font-size:14px;font-weight:600}.company-header .company-price[data-v-09d59196]{display:flex;flex-direction:column;gap:4px}.company-header .company-price>.company-price-row[data-v-09d59196]{display:flex;align-items:center;gap:12px}.company-header .company-price>.company-price-row>p[data-v-09d59196]:first-child{min-width:110px;font-size:14px}.company-header .company-price>.company-price-row>p[data-v-09d59196]:last-child{font-size:16px;font-weight:600;text-transform:uppercase}.company-header .company-keywords[data-v-09d59196]{display:flex;flex-wrap:wrap;gap:4px;max-width:550px;width:550px}.company-header .company-keywords>.company-keyword[data-v-09d59196]{white-space:nowrap;text-transform:uppercase;font-size:14px;font-weight:600;color:var(--theme-text-gray);border:1px solid var(--theme-text-gray);border-radius:100px;padding:4px 12px}.company-header .company-rollup[data-v-09d59196]{display:flex;align-items:center;cursor:pointer}.summary-header{display:flex;gap:16px}.summary-header .summary-header-left{flex:1}.summary-header .summary-header-right{flex:0 0 300px;display:flex;gap:8px;font-size:12px;margin-top:8px;margin-bottom:16px}.summary-header .summary-header-right .dropdown-value{display:flex;align-items:center;gap:8px;font-weight:800;color:var(--theme-link-color);text-transform:uppercase;background:transparent;border:none;outline:none;cursor:pointer}.summary-header .summary-header-right .add-list{display:flex;gap:4px;flex-flow:wrap}.summary-header .summary-header-right .add-list .list-item{display:flex;align-items:center;font-size:12px;margin-bottom:12px;gap:4px}.modal{position:fixed;left:0;width:100%;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:90}.modal>.modal-inner{position:relative;display:flex;flex-direction:column;gap:16px;background:var(--theme-text-color-contrast);padding:44px 40px 40px 40px;border-radius:16px;text-align:center}.modal>.modal-inner>.modal-exit{position:absolute;width:14px;height:14px;right:22px;top:22px;cursor:pointer;border:none;outline:none;background:none}.modal>.modal-inner>.modal-exit>img{width:100%;height:100%}.mobile_version .modal{align-items:end}.mobile_version .modal .modal-inner.bottomShow{width:100%!important;padding:16px 16px 32px 16px!important;border-bottom-left-radius:0;border-bottom-right-radius:0}.mobile_version .modal .modal-inner.bottomShow .title{width:100%;text-align:left;color:#1a1a1a;font-weight:600;text-transform:unset}.mobile_version .modal .modal-inner{width:343px!important;padding:44px 16px 40px 16px!important;transition:transform .3s ease-out,max-height .3s ease-out;overflow-y:auto;-webkit-overflow-scrolling:touch}input[data-v-64a6b224]{background:#f4f6ff;padding:16px;border-radius:8px;border:none;outline:none;font-size:16px;font-weight:400;color:#7283fa}.company-chart{max-width:100%;width:100%}.company-chart>.company-chart-wrapper{position:relative;height:420px}.company-chart>.company-chart-wrapper.basic-chart{height:198px}.company-chart>.company-chart-wrapper>.company-chart-wrapper-preloader{display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;background:var(--theme-text-color-contrast)}.company-chart>.company-chart-wrapper>canvas{max-width:100%!important;width:100%!important}.company-chart>.company-chart-legend{display:flex;flex-wrap:wrap;align-items:center;width:100%;gap:6px;list-style-type:none;padding:0 20px}.company-chart>.company-chart-legend>li{display:flex;align-items:center;gap:8px}.company-chart>.company-chart-legend>li>span{display:block;width:8px;height:8px;border-radius:50%}.company-chart>.company-chart-legend>li>p{font-size:12px;font-weight:600;color:var(--theme-text-color-2)}.company-chart>.company-chart-header{padding:0 0 0 15px;flex:0 0 24px;display:flex;justify-content:space-between;align-items:center}.company-chart>.company-chart-header>p{font-size:10px;font-weight:400;color:var(--theme-text-color-2);text-transform:uppercase}.mobile_version .company-chart .company-chart-wrapper{height:185px}.mobile_version .company-chart .company-chart-legend{padding:0}.performance{display:flex;flex-direction:column;gap:16px}.performance>.performance-menu{display:flex;align-items:center;gap:8px}.performance>.performance-menu>a{border-radius:100px;padding:5px 12px;color:var(--theme-link-color);font-size:14px;font-weight:600;text-transform:uppercase;text-decoration:none;cursor:pointer;line-height:100%}.performance>.performance-menu>.active{background:var(--theme-link-color);color:var(--theme-text-color-contrast)}.performance>.performance-chart>.performance-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.performance>.performance-chart>.performance-header .title{font-size:14px;color:#131313;line-height:110%;font-weight:800;text-transform:uppercase}.performance>.performance-chart>.performance-header>.performance-params{display:flex;align-items:center;gap:16px}.performance>.performance-chart>.performance-header>.performance-params .performance-params-btn{display:flex;align-items:center;border:none;gap:8px;cursor:pointer;font-size:14px;font-weight:800;text-transform:uppercase;color:var(--theme-link-color);background:none}.performance>.performance-chart>.performance-header>.performance-params .performance-params-btn img{margin-top:1px}.performance>.performance-chart>.performance-control{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.performance>.performance-chart>.performance-control>.performance-control-buttons{display:flex;gap:18px}.performance>.performance-chart>.performance-control>.performance-control-stats{display:flex;align-items:center;gap:10px;border:1px solid var(--theme-text-gray-2);border-radius:8px;font-size:12px;font-weight:600;padding:5px 8px}.performance>.performance-chart>.performance-control>.performance-control-stats>p{display:flex;align-items:center;gap:5px}.performance>.performance-chart>.company-chart>.performance-control-range,.performance>.performance-chart>.performance-control>.performance-control-range{display:flex;align-items:center;font-size:12px;font-weight:600;gap:16px}.performance>.performance-chart>.performance-control.performance-control-top{display:none;justify-content:center}@media screen and (max-width:1370px){.performance>.performance-chart>.performance-control.performance-control-top{display:flex}}.list-column-fields{padding:0 6px;max-height:250px;overflow-y:scroll}.list-column-fields.scroll-hide{overflow-y:hidden;padding-bottom:34px}.list-column-fields::-webkit-scrollbar{width:4px}.list-column-fields::-webkit-scrollbar-track{background:var(--theme-text-gray-2)}.list-column-fields::-webkit-scrollbar-thumb{border-radius:5px;border:3px solid var(--theme-link-color)}.list-column-field-item{width:140px;display:flex;align-items:center;text-align:left;padding:7px 0;font-size:12px;font-weight:600;gap:8px}.list-column-field-item>.checkbox{border-radius:2px;width:12px!important;height:12px!important;min-width:12px;min-height:12px;border-radius:1px;border:1.4px solid #9aa6fa!important;width:18px;height:18px}.list-column-field-item>div{width:121px}.compare-company-search{position:relative;margin-bottom:16px}.compare-company-search:after{content:"";position:absolute;top:50%;left:8px;width:16px;height:16px;background:no-repeat url(/img/search.2834fb49.svg);background-size:100% 100%;transform:translateY(-50%);cursor:default}.compare-company-search>input{width:100%;color:#3348fb;padding:8px 8px 8px 33px;border-radius:4px;font-size:12px;font-weight:500;border:none;background-color:#f4f6ff;outline:none}.compare-company-search>input:focus,.compare-company-search>input:hover{border:none}.compare-company-search>input::-moz-placeholder{color:#7283fa}.compare-company-search>input::placeholder{color:#7283fa}.compare-company-values{max-height:165px;overflow-y:scroll}.compare-company-values::-webkit-scrollbar,.compare-company-values::-webkit-scrollbar-thumb{width:4px;border-radius:16px}.compare-company-values::-webkit-scrollbar-button{display:none}.compare-company-values::-webkit-scrollbar{background:rgba(0,0,0,.1)}.compare-company-values::-webkit-scrollbar-thumb{background:var(--theme-link-color)}.compare-company-value{display:flex;align-items:center;text-align:left;padding:7px 0;font-size:12px;font-weight:600;gap:8px}.compare-company-value>.checkbox{border-radius:2px;border:1px solid rgba(0,0,0,.4);width:18px;height:18px}.mobile_version .performance{overflow-y:auto;white-space:nowrap;scrollbar-width:none;padding:0 16px;-ms-overflow-style:none}.mobile_version .performance .performance-menu{display:flex;align-items:center;gap:8px}.mobile_version .performance .performance-menu .menu-button{border-radius:100px;padding:5px 12px;color:#131313;font-size:14px;font-weight:600;text-transform:uppercase;text-decoration:none;line-height:100%;cursor:pointer}.mobile_version .performance .performance-menu .menu-button.active{background:var(--theme-link-color);color:var(--theme-text-color-contrast)}.mobile_version .performance .performance-menu a{font-size:12px;font-weight:600}.mobile_version .performance .performance-chart{position:relative;display:flex;flex-direction:column;gap:12px}.mobile_version .performance .performance-chart .performance-control{flex-direction:column;align-items:start;gap:16px}.mobile_version .performance .performance-chart .performance-control .performance-control-buttons{gap:8px}.mobile_version .performance .performance-chart .performance-control .performance-control-stats{justify-content:space-around;width:100%}.mobile_version .performance .performance-chart .company-chart{display:flex;flex-direction:column;gap:16px}.mobile_version .performance .performance-chart .group-setting{position:absolute;top:16px;right:16px}.mobile_version .performance .performance-chart .company-price{display:flex;gap:16px;font-weight:800;font-size:16px;text-transform:uppercase}.mobile_version .performance .performance-chart .compare-companies-pannel{position:relative}.mobile_version .performance .performance-chart .compare-companies-pannel .company-badges{display:flex;gap:8px;align-items:center;flex-wrap:wrap;width:284px}.mobile_version .performance .performance-chart .compare-companies-pannel .close-all-btn{position:absolute;top:4px;right:4px}.mobile_version .performance .performance-chart .chart-share-input{background:#f4f6ff;border:none;width:100%;border-radius:4px;padding:8px;font-weight:500;font-size:12px;color:#7283fa}.mobile_version .performance::-webkit-scrollbar{display:none}textarea[data-v-1db45651]::-webkit-scrollbar{width:4px}textarea[data-v-1db45651]::-webkit-scrollbar-track{background:var(--theme-text-gray-2)}textarea[data-v-1db45651]::-webkit-scrollbar-thumb{border-radius:5px;border:3px solid var(--theme-link-color)}.segment-select-component{display:flex;background-color:#d6dbfd;border-radius:16px;border:1px solid #d6dbfd;height:32px;align-items:center}.segment-select-component button{outline:none;box-shadow:none;border-radius:100px;border:none;width:170px;height:28px;background-color:#d6dbfd;color:#3348fb;font-weight:600;cursor:pointer;font-size:14px}.segment-select-component button.selected{background-color:#3348fb;border:1px solid #d6dbfd;color:#fff;border-radius:100px;cursor:pointer}.segment-select-component button.loading{opacity:.6;cursor:not-allowed}.segment-select-component button.loading div{display:flex;align-items:center;justify-content:center;gap:8px}.loading-spinner-small{width:12px;height:12px;border:2px solid hsla(0,0%,100%,.3);border-top:2px solid #fff;border-radius:50%;animation:spin .8s linear infinite}.button[data-v-1a010364]{display:flex;align-items:center;gap:10px;background:var(--theme-link-color);color:var(--theme-text-color-contrast);font-size:14px;font-weight:600;text-transform:uppercase;padding:12px 24px;border-radius:100px;border:none;outline:none;cursor:pointer}.button[data-v-1a010364]:disabled{cursor:auto}.button.button__disabled[data-v-1a010364],.button[data-v-1a010364]:disabled{background:var(--theme-disabled-color)}.button.button__small[data-v-1a010364]{display:inline-block;padding:5px 16px;font-size:12px}.button.button__transparent[data-v-1a010364]{display:display;background:none;color:var(--theme-link-color);padding:0}.button.button__transparent.button__disabled[data-v-1a010364],.button.button__transparent[data-v-1a010364]:disabled{color:var(--theme-disabled-color)}.button.button__secondary[data-v-1a010364]{display:inline-block;background:none;color:var(--theme-link-color);border:1px solid var(--theme-link-color)}.button.button__secondary.button__disabled[data-v-1a010364],.button.button__secondary[data-v-1a010364]:disabled{border:1px solid var(--theme-disabled-color);color:var(--theme-disabled-color)}.tooltip[data-v-1a010364]{display:inline-block;position:relative}.tooltip .tooltip-btn[data-v-1a010364]{display:contents}.tooltip .tooltiptext[data-v-1a010364]{visibility:hidden;padding:12px 16px 12px 16px;font-size:12px;line-height:14.32px;text-align:center;border-radius:10px;font-weight:600;border:none!important;position:absolute;z-index:3;top:100%;left:50%;white-space:nowrap;transform:translate(-50%)}.tooltip .tooltiptext.alignRight[data-v-1a010364]{transform:translate(-20%)}.tooltip:hover>.tooltiptext[data-v-1a010364]{visibility:visible;text-transform:none}@media (hover:none) and (pointer:coarse){.tooltip.tooltip-active>.tooltiptext[data-v-1a010364]{visibility:visible;text-transform:none;left:0;right:auto;transform:translate(0);white-space:normal;max-width:min(250px,calc(100vw - 32px));word-wrap:break-word;min-width:200px}}.tooltip .tooltiptext .tooltip-link[data-v-1a010364]{background-color:#333;padding:8px;text-decoration:underline;color:#3348fb;font-size:12px;line-height:14.32px;text-align:center;border-radius:10px;font-weight:600;border:none!important;cursor:pointer}.toggle{display:flex;align-items:center;gap:8px;color:var(--theme-text-color-contrast)}.toggle>p:not(.enabled){color:var(--theme-text-gray-3)}.toggle>.toggle-button{position:relative;width:40px;height:24px;padding:2px;background:var(--theme-text-gray-3);outline:none;border:none;border-radius:50px;cursor:pointer;transition:.15s ease}.toggle>.toggle-button.toggle-button__enabled{background:#21b232}.toggle>.toggle-button>.toggle-circle{position:absolute;top:2px;left:2px;height:20px;width:20px;background:#fff;border-radius:50%;transition:.15s ease}.toggle>.toggle-button.toggle-button__enabled>.toggle-circle{left:calc(100% - 22px)}.list-table .toggle>.toggle-button{position:relative;width:24px;height:12px;padding:2px;background:var(--theme-text-gray-3);outline:none;border:none;border-radius:50px;cursor:pointer;transition:.15s ease}.list-table .toggle>.toggle-button.toggle-button__enabled{background:#3348fb}.list-table .toggle>.toggle-button.toggle-button__enabled>.toggle-circle{left:calc(100% - 11px)}.list-table .toggle>.toggle-button>.toggle-circle{position:absolute;top:1px;left:1px;height:10px;width:10px;background:#fff;border-radius:50%;transition:.15s ease}.alert-item .price-plate[data-v-5b543f8c]{display:flex;height:32px;align-items:center;justify-content:space-between}.alert-item .price-plate .price[data-v-5b543f8c]{color:#3348fb;padding-left:16px}.alert-item .edit-price-notification[data-v-5b543f8c]{max-width:50px;min-width:50px;height:100%;border:none;outline:none;border-radius:6px;box-shadow:0 4px 8px 0 rgba(51,72,251,.3),0 4px 8px 0 rgba(0,0,0,.05);-moz-appearance:none;appearance:none;-webkit-appearance:none;text-align:center;z-index:1;padding:8px 16px;color:var(--theme-link-color);font-weight:500;font-size:var(--font-size-12);transition:all .2s ease}.alert-item .edit-price-notification[data-v-5b543f8c]:focus{background:#fff;box-shadow:0 0 0 3px rgba(51,72,251,.2),0 4px 12px 0 rgba(51,72,251,.4);outline:none}.alert-item .edit-price-notification[data-v-5b543f8c]:active{background:#fff;box-shadow:0 0 0 4px rgba(51,72,251,.25),0 4px 12px 0 rgba(51,72,251,.5)}.alert-item .action-btn[data-v-5b543f8c]{cursor:pointer;background:none;padding:3px;border:none;border-radius:4px}.alert-item .action-btn.disabled[data-v-5b543f8c]{cursor:not-allowed;opacity:.6}.alert-item .action-btn[data-v-5b543f8c]:hover:not(.disabled){background-color:#ebedfe}.alert-item .action-btn img[data-v-5b543f8c]{width:14px;height:14px}.loading-spinner[data-v-5b543f8c]{width:14px;height:14px;border:2px solid #f3f3f3;border-top:2px solid #3348fb;border-radius:50%;animation:spin-5b543f8c 1s linear infinite}@keyframes spin-5b543f8c{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}h2.valuation-card-title{font-size:14px;color:#131313;line-height:110%;font-weight:800;text-transform:uppercase}.valuation{display:flex;justify-content:space-between;gap:16px;margin:16px 0}.valuation>.valuation-item{display:flex;flex-direction:column;gap:8px;flex:1;border:1px solid var(--theme-text-gray-2);border-radius:8px;padding:12px}.valuation>.valuation-item>div{display:flex;justify-content:space-between}.valuation>.valuation-item>div>p{display:flex;gap:5px;align-items:center;font-size:12px;font-weight:500}.earnings{display:flex;flex-direction:column;gap:8px}.earnings>.earnings-item{display:flex;justify-content:space-between;text-align:right}.earnings>.earnings-item h2.title{font-size:14px;color:#131313;line-height:110%;font-weight:800;text-transform:uppercase}.earnings>.earnings-item:first-child{display:flex;align-items:flex-end}.earnings>.earnings-item>:first-child{text-align:left;flex:.42}.earnings>.earnings-item>:nth-child(2),.earnings>.earnings-item>:nth-child(3),.earnings>.earnings-item>:nth-child(4){flex:.12}.earnings>.earnings-item>p{font-size:12px;font-weight:500}.mobile_version .earnings>.earnings-item>:first-child{text-align:left;flex:.44}.mobile_version .earnings>.earnings-item>:nth-child(2),.mobile_version .earnings>.earnings-item>:nth-child(3),.mobile_version .earnings>.earnings-item>:nth-child(4){flex:.18}.forecastModal{position:absolute;right:0;width:432px;height:1130px;background:rgba(230,233,252,.333);display:flex;align-items:start;justify-content:center;z-index:100}.forecastModal>.modal-inner{position:relative;top:20px;display:flex;width:390px;height:299px;flex-direction:column;gap:4px;background:var(--theme-text-color-contrast);padding:16px 40px 40px 40px;border-radius:16px;text-align:right;box-shadow:0 4px 24px rgba(51,72,251,.094);box-shadow:0 4px 16px rgba(0,0,0,.047)}.forecastModal>.modal-inner>.modal-exit{position:absolute;width:14px;height:14px;right:16px;top:16px;cursor:pointer;border:none;outline:none;background:none}.forecastModal .forecast-editing-outbox{width:340px;height:215px;display:grid;gap:16px}.forecastModal .modal-inner .modal-exit{border:none;background:none}.forecastModal>.modal-inner>.modal-exit>img{width:100%;height:100%}.forecastModal .forecast-editing-title{font-weight:800;font-size:16px;width:340px;height:18px;line-height:17.6px;letter-spacing:2%;text-align:center;color:#131313}.forecastModal .forecast-editing-body{font-weight:400;width:340px;height:96px;font-size:16px;line-height:24px;letter-spacing:2%;text-align:center;color:#131313}.table{--font-size-8:8px;--font-size-10:10px;--font-size-12:12px;--font-size-14:14px;display:flex;font-size:var(--font-size-12);font-weight:500;text-align:left;height:100%}.table.table__comment{cursor:url(/img/cursor.11c0fee0.svg),auto}.table>.table-modal{position:fixed;width:100%;left:0;display:flex;transform:translate(0);align-items:center;justify-content:center;z-index:99;background:rgba(0,0,0,.7)}.table>.table-modal .table-modal-content{width:464px}.table>.table-modal .table-modal-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:16px}.table>.table-modal .table-modal-header>.table-modal-header-section{display:flex;align-items:center;gap:8px}.table>.table-modal .table-modal-header>.table-modal-header-section>p{font-size:var(--font-size-14);font-weight:600}.table>.table-modal .table-modal-comment{border-top:1px solid var(--theme-text-gray-2);padding:9px 0}.table>.table-modal .table-modal-comment .table-modal-comment-visible{position:relative;display:flex;gap:8px;align-items:center}.table>.table-modal .table-modal-comment .table-modal-comment-visible>span{font-size:var(--font-size-10);color:var(--theme-text-gray)}.table>.table-modal>.card{padding-bottom:0}.table>.table-modal .table-modal-comment .table-modal-comment-visible>p{font-size:var(--font-size-12);font-weight:500;color:var(--theme-text-color-2)}.table>.table-modal .table-modal-comment .table-modal-comment-visible>.table-comment-spoiler{color:#b3b3b3;font-size:12px;white-space:nowrap;text-overflow:ellipsis;max-width:165px;overflow:hidden}.table>.table-modal .table-modal-comment .table-modal-comment-visible>button{position:absolute;right:0;top:50%;transform:translateY(-50%) rotateX(180deg)}.table>.table-modal .table-modal-comment.table-modal-comment__expand .table-modal-comment-visible>button{transform:translateY(-50%)}.table>.table-modal .table-modal-comment .table-modal-comment-hidden{background:#f4f6ff;padding:16px;border-radius:16px;margin-top:9px}.table>.table-modal .table-modal-comment .table-modal-comment-hidden input,.table>.table-modal .table-modal-comment .table-modal-comment-hidden textarea{background:none;outline:none;border:none;color:var(--theme-text-color-2)}.table>.table-modal .table-modal-comment .table-modal-comment-hidden input::-moz-placeholder,.table>.table-modal .table-modal-comment .table-modal-comment-hidden textarea::-moz-placeholder{color:var(--theme-text-color-2)}.table>.table-modal .table-modal-comment .table-modal-comment-hidden input::placeholder,.table>.table-modal .table-modal-comment .table-modal-comment-hidden textarea::placeholder{color:var(--theme-text-color-2)}.table>.table-modal .table-modal-comment .table-modal-comment-hidden textarea{display:block;height:auto;width:100%;font-size:var(--font-size-14);resize:none}.table>.table-modal .table-modal-comment .table-modal-comment-hidden .table-modal-comment-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.table>.table-modal .table-modal-comment .table-modal-comment-hidden .table-modal-comment-title>input{text-transform:uppercase;font-size:var(--font-size-14);font-weight:800}.table>.table-modal .table-modal-comment .table-modal-comment-hidden>p{font-size:var(--font-size-12);font-weight:600;color:#b3b3b3;margin-bottom:16px}.table>.table-modal button{display:flex;align-items:center;justify-content:center;border:none;outline:none;background:none;cursor:pointer}.table table{border:none;border-collapse:collapse;width:100%}.table table>thead{top:0;z-index:3}.table table>thead>tr:first-child>th:first-child{border-top-left-radius:16px}.table table>thead>tr:first-child>th:last-child{border-top-right-radius:16px}.table table>tbody,.table table>thead{width:100%;border:none;border-collapse:collapse}.table tr{height:32px;min-height:32px;max-height:32px;display:table-row;box-sizing:border-box}@supports(-webkit-touch-callout:none){.table tr{height:32px!important;min-height:32px!important;max-height:32px!important}}.table td,.table th{height:32px;min-height:32px;max-height:32px;vertical-align:middle;box-sizing:border-box;padding:0 3px}@supports(-webkit-touch-callout:none){.table td,.table th{height:32px!important;min-height:32px!important;max-height:32px!important}}.table .table-category{background:var(--theme-link-color);font-weight:800;font-size:var(--font-size-10);color:var(--theme-text-color-contrast);text-transform:uppercase;text-align:center;border-right:1px solid var(--theme-background-color)}.table .table-columns,.table .table-columns th{background:var(--theme-table-color)}.table tbody>tr>th{position:relative;z-index:0}.table tbody>tr>.table-row>.helper{display:inline-block;margin-left:4px;margin-bottom:-2px}.table tbody>tr td.blur-column{background:#f4f6ff;filter:blur(3px);transition:filter .3s}.table .table-columns>th,.table tbody>tr>.table-row:first-child{font-weight:600}.table .table-columns>th:first-child{padding-left:45px;min-width:215px;box-sizing:border-box}.table .table-functions th{background:#f4f6ff}.table .table-functions th>*{margin-right:36px;font-weight:500;font-size:var(--font-size-10)!important}.table .table-functions th>.condensed{margin-right:32px}.table .table-functions th>:last-child{margin-right:0}.table tbody>tr>.table-row:first-child{padding-left:24px;min-width:178px;box-sizing:border-box}.table tbody>tr>.table-row:first-child:hover{padding-left:24px;min-width:154px;box-sizing:border-box}.table tbody>tr>.table-row .financial-indicator{font-weight:600;min-width:154px;box-sizing:border-box;font-size:var(--font-size-12);color:var(--theme-text-color)}.table tbody>tr>.table-row .financial-indicator:hover{color:var(--theme-link-color);cursor:pointer}.table tbody>tr>.table-row.ceo-row td{background:#fff}.table tbody>tr>.table-row>span{font-size:var(--font-size-10);font-weight:400;color:var(--theme-text-gray-3);padding-right:8px}.table tbody>tr>.table-row>label{font-size:var(--font-size-12);font-weight:500;color:var(--theme-text-gray);padding-right:8px}.table tbody>tr>td{--padding-right:7px;border-top:1px solid var(--theme-background-color);background:var(--theme-text-color-contrast);padding-right:var(--padding-right);max-width:70px}.table tbody>tr>td:last-child{padding-right:0}.table .table-spacer{height:16px;min-height:16px;max-height:16px}@supports(-webkit-touch-callout:none){.table .table-spacer{height:16px!important;min-height:16px!important;max-height:16px!important}}.table .table-value{position:relative}.table .table-comment{position:relative;padding-right:24px;box-sizing:border-box}.table .table-comment.table-comment-condensed-th{width:300px;min-width:300px}.table .table-comment.table-comment-condensed-th>span{margin-left:4px;color:#3348fa}.table .table-comment>button{background:none;outline:none;border:none;cursor:pointer}.table .table-editable{max-width:90%;width:50px;height:120%;border:none;outline:none;border-radius:8px;box-shadow:0 4px 24px 0 rgba(51,72,251,.3),0 4px 16px 0 rgba(0,0,0,.05);text-align:center;z-index:1;padding:4px 12px 4px 8px;color:var(--theme-link-color);font-weight:500;font-size:var(--font-size-12)}.table .table-editable-percentage-icon{position:absolute;right:10px;top:4px}.table tbody>tr>td>.table-circle{color:var(--theme-link-color);font-size:12px;font-weight:500;border:none;outline:none;background:none;cursor:pointer}.table tbody>tr>td>.table-new-comment{position:absolute;top:50%;right:calc(var(--padding-right) + 10px);transform:translateY(-50%);width:14px;height:14px;background:url(/img/add-comment.88cd7a91.svg);background-size:100% 100%;background-repeat:no-repeat;display:none}.table.table__comment tbody>tr>td:hover>.table-new-comment{display:block}.table .table-comment>button>span{margin-left:4px;color:#3348fa}.mobile_version .table tr{height:32px!important;min-height:32px!important;max-height:32px!important}.mobile_version .table tr.table-spacer{height:16px!important;min-height:16px!important;max-height:16px!important}.mobile_version .table td,.mobile_version .table th{height:32px!important;min-height:32px!important;max-height:32px!important;vertical-align:middle!important;box-sizing:border-box!important;-webkit-box-sizing:border-box!important;-moz-box-sizing:border-box!important}.mobile_version .table table>thead>tr:first-child>th:first-child{border-top-left-radius:0}.mobile_version .table table>thead>tr:first-child>th:last-child{border-top-right-radius:0}.mobile_version .table table tr>td:first-child,.mobile_version .table table tr>th:first-child{position:sticky;left:0;z-index:3;box-shadow:inset -4px 0 12px -1px rgba(32,32,32,.07);padding-left:16px}.mobile_version .calculator-inputs .table table tr>td:first-child,.mobile_version .calculator-inputs .table table tr>th:first-child{box-shadow:none}.mobile_version .table table tr>td:nth-child(2),.mobile_version .table table tr>th:nth-child(2){padding-left:16px}.mobile_version .table table tr.table-columns>th:first-child{padding-left:45px;min-width:190px}.mobile_version .table>.table-modal .table-modal-content{width:343px}.mobile_version .table>.table-modal .table-modal-content .table-modal-comments{overflow-y:scroll;max-height:350px}.mobile_version .table>.table-modal .table-modal-content .table-modal-comments::-webkit-scrollbar,.mobile_version .table>.table-modal .table-modal-content .table-modal-comments::-webkit-scrollbar-thumb{width:2px;margin-left:2px;border-radius:16px}.mobile_version .table>.table-modal .table-modal-content .table-modal-comments::-webkit-scrollbar-button{display:none}.mobile_version .table>.table-modal .table-modal-content .table-modal-comments::-webkit-scrollbar{background:hsla(0,0%,42%,.1)}.mobile_version .table>.table-modal .table-modal-content .table-modal-comments::-webkit-scrollbar-thumb{background:var(--theme-link-color)}.mobile_version .table>.table-modal .table-modal-content .table-modal-comment{margin-right:8px}.mobile_version .table[data-v-702450f8]{overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.modal.modal__financial-free-view[data-v-20e69f50]{background:none;left:0;position:absolute;top:0;height:100%;align-items:center}.modal.modal__financial-free-view .modal-inner[data-v-20e69f50]{width:420px;padding:40px;display:flex;gap:24px;align-items:center}.modal.modal__financial-free-view .modal-exit[data-v-20e69f50]{position:absolute;top:16px;right:16px}.modal.modal__financial-free-view .modal-inner .warning-pannel[data-v-20e69f50]{display:flex;width:340px;gap:24px;font-weight:400;font-size:16px;line-height:150%}.modal.modal__financial-free-view .modal-inner .btn-group[data-v-20e69f50]{display:flex;flex-direction:row;gap:8px}.modal.modal__financial-free-view .modal-inner .btn-group button[data-v-20e69f50]{display:flex;align-items:center;gap:10px;background:var(--theme-link-color);color:var(--theme-text-color-contrast);font-size:14px;font-weight:600;text-transform:uppercase;padding:8px 24px;border-radius:100px;border:none;outline:none;cursor:pointer}.modal.modal__financial-free-view .modal-inner .btn-group button.secondary[data-v-20e69f50]{display:inline-block;background:none;color:var(--theme-link-color);border:1px solid var(--theme-link-color)}.mobile_version .modal.modal__financial-free-view[data-v-20e69f50]{background:rgba(182,196,255,.2);align-items:center}canvas[data-v-8b199878]{width:100%!important;height:100%!important}.blur-card[data-v-8b199878]{filter:blur(3px);transform:filter .3s}.modal.modal__financial-free-view[data-v-faad05d2]{background:none;left:0;position:absolute;top:0;height:100%;align-items:center}.modal.modal__financial-free-view .modal-inner[data-v-faad05d2]{width:420px;padding:40px;display:flex;gap:24px;align-items:center}.modal.modal__financial-free-view .modal-inner .description[data-v-faad05d2]{font-family:Gilroy;font-weight:500;font-size:14px;color:#999;line-height:150%;letter-spacing:2%;text-align:center}.modal.modal__financial-free-view .modal-exit[data-v-faad05d2]{position:absolute;top:16px;right:16px}.modal.modal__financial-free-view .modal-inner .warning-pannel[data-v-faad05d2]{display:flex;width:340px;gap:24px;font-weight:400;font-size:16px;line-height:150%}.modal.modal__financial-free-view .modal-inner .link[data-v-faad05d2]{width:100%}.modal.modal__financial-free-view .modal-inner .link a[data-v-faad05d2]{font-size:14px;font-weight:600;color:var(--theme-link-color);text-decoration:underline;cursor:pointer;background:none;border:none;padding:0;outline:none}.modal.modal__financial-free-view .modal-inner .btn-group[data-v-faad05d2]{display:flex;flex-direction:row;gap:8px}.modal.modal__financial-free-view .modal-inner .btn-group button[data-v-faad05d2]{display:flex;align-items:center;gap:10px;background:var(--theme-link-color);color:var(--theme-text-color-contrast);font-size:14px;font-weight:600;text-transform:uppercase;padding:8px 24px;border-radius:100px;border:none;outline:none;cursor:pointer}.modal.modal__financial-free-view .modal-inner .btn-group button.secondary[data-v-faad05d2]{display:inline-block;background:none;color:var(--theme-link-color);border:1px solid var(--theme-link-color)}.mobile_version .modal.modal__financial-free-view[data-v-faad05d2]{background:rgba(182,196,255,.2);align-items:center}.value-estimate{margin-bottom:16px}.value-estimate>.title{margin-bottom:24px;font-size:32px;color:#131313;line-height:110%;font-weight:800;text-transform:uppercase}.value-estimate>.value-estimate-inner{display:flex;gap:16px}.value-estimate>.value-estimate-inner__mobile{flex-direction:column}.value-estimate>.value-estimate-inner>.value-estimate-section{flex:1;position:relative}.value-estimate>.value-estimate-inner>.value-estimate-section>.card{aspect-ratio:16/9}.value-estimate .value-estimate-legend{display:flex;align-items:center;gap:40px;width:100%;list-style-type:none;padding:0 20px;height:16px;margin-top:16px}.value-estimate .value-estimate-legend>li{display:flex;align-items:center;gap:8px}.value-estimate .value-estimate-legend>li>span{display:block;width:8px;height:8px;border-radius:50%}.value-estimate .value-estimate-legend>li>p{font-size:12px;font-weight:600;color:var(--theme-text-color-2)}.icon-block,.icon-block:before{width:100%;height:100%;display:block}.icon-block:before{content:"";vertical-align:middle;background-color:currentColor;-webkit-mask-size:contain;mask-size:contain;ascent-override:100%}.icon{display:inline-flex;align-items:center}.icon:before{content:"";display:inline-block;vertical-align:middle;width:1em;height:1em;background-color:currentColor;-webkit-mask-size:contain;mask-size:contain}.icon-apple{line-height:10px}.icon-apple:before{background:url(/img/apple.e6e9043b.svg)}.icon-arrow-down:before{-webkit-mask:url(/img/arrow-down.162b305f.svg);mask:url(/img/arrow-down.162b305f.svg)}.icon-arrow-up:before{-webkit-mask:url(/img/arrow-up.e727a58d.svg);mask:url(/img/arrow-up.e727a58d.svg)}.icon-book:before{-webkit-mask:url(/img/book.b4bbfc4d.svg);mask:url(/img/book.b4bbfc4d.svg)}.icon-bookmark:before{-webkit-mask:url(/img/bookmark.fb22269b.svg);mask:url(/img/bookmark.fb22269b.svg)}.icon-bookmark-filled:before{-webkit-mask:url(/img/bookmark-filled.b9e7f147.svg);mask:url(/img/bookmark-filled.b9e7f147.svg)}.icon-bulleted-list:before{-webkit-mask:url(/img/bulleted-list.2862cd7d.svg);mask:url(/img/bulleted-list.2862cd7d.svg)}.icon-chevron-down:before{-webkit-mask:url(/img/chevron-down.04e7781f.svg);mask:url(/img/chevron-down.04e7781f.svg)}.icon-chevron-up:before{-webkit-mask:url(/img/chevron-up.7aff6484.svg);mask:url(/img/chevron-up.7aff6484.svg)}.icon-close:before{-webkit-mask:url(/img/close.874c8369.svg);mask:url(/img/close.874c8369.svg)}.icon-collapse:before{-webkit-mask:url(/img/collapse.a6edf2a3.svg);mask:url(/img/collapse.a6edf2a3.svg)}.icon-comments:before{-webkit-mask:url(/img/comments.6811aac8.svg);mask:url(/img/comments.6811aac8.svg)}.icon-copy-link:before{-webkit-mask:url(/img/copy-link.06503cde.svg);mask:url(/img/copy-link.06503cde.svg)}.icon-deepseek:before{-webkit-mask:url(/img/deepseek.f1ee8adb.svg);mask:url(/img/deepseek.f1ee8adb.svg)}.icon-dialogs:before{-webkit-mask:url(/img/dialogs.db269e79.svg);mask:url(/img/dialogs.db269e79.svg)}.icon-dislike:before{-webkit-mask:url(/img/dislike.e6b734f9.svg);mask:url(/img/dislike.e6b734f9.svg)}.icon-dislike-filled:before{-webkit-mask:url(/img/dislike-filled.9aa7f7d2.svg);mask:url(/img/dislike-filled.9aa7f7d2.svg)}.icon-edit:before{-webkit-mask:url(/img/edit.e886adb0.svg);mask:url(/img/edit.e886adb0.svg)}.icon-expand:before{-webkit-mask:url(/img/expand.3d7e56f8.svg);mask:url(/img/expand.3d7e56f8.svg)}.icon-external-link:before{-webkit-mask:url(/img/external-link.7456ffb5.svg);mask:url(/img/external-link.7456ffb5.svg)}.icon-eye:before{-webkit-mask:url(/img/eye.b021157c.svg);mask:url(/img/eye.b021157c.svg)}.icon-eye-off:before{-webkit-mask:url(/img/eye-off.6643416e.svg);mask:url(/img/eye-off.6643416e.svg)}.icon-featured:before{-webkit-mask:url(/img/featured.89813e8b.svg);mask:url(/img/featured.89813e8b.svg)}.icon-follow:before{-webkit-mask:url(/img/follow.f38be5c6.svg);mask:url(/img/follow.f38be5c6.svg)}.icon-follow-filled:before{-webkit-mask:url(/img/follow-filled.151b32d8.svg);mask:url(/img/follow-filled.151b32d8.svg)}.icon-google{line-height:20px}.icon-google:before{background:url(/img/google.27d192e4.svg)}.icon-hamburger:before{-webkit-mask:url(/img/hamburger.2bed9e4b.svg);mask:url(/img/hamburger.2bed9e4b.svg)}.icon-info-circle:before{-webkit-mask:url(/img/info-circle.cf544582.svg);mask:url(/img/info-circle.cf544582.svg)}.icon-like:before{-webkit-mask:url(/img/like.4a453b78.svg);mask:url(/img/like.4a453b78.svg)}.icon-like-filled:before{-webkit-mask:url(/img/like-filled.3b971a9b.svg);mask:url(/img/like-filled.3b971a9b.svg)}.icon-loading{display:inline-block}.icon-loading:before{-webkit-mask:url(/img/loading.2f8deba3.svg);mask:url(/img/loading.2f8deba3.svg);animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.icon-logo:before{-webkit-mask:url(/img/logo.fb8d798f.svg);mask:url(/img/logo.fb8d798f.svg)}.icon-medal:before{-webkit-mask:url(/img/medal.55fba6bc.svg);mask:url(/img/medal.55fba6bc.svg)}.icon-minus:before{-webkit-mask:url(/img/minus.acddd45e.svg);mask:url(/img/minus.acddd45e.svg)}.icon-notification:before{-webkit-mask:url(/img/notification.59dc0aa4.svg);mask:url(/img/notification.59dc0aa4.svg)}.icon-search:before{-webkit-mask:url(/img/search.4a367d93.svg);mask:url(/img/search.4a367d93.svg)}.icon-plus:before{-webkit-mask:url(/img/plus.3e80c78a.svg);mask:url(/img/plus.3e80c78a.svg)}.icon-point:before{-webkit-mask:url(/img/point.189582e6.svg);mask:url(/img/point.189582e6.svg)}.icon-reply:before{-webkit-mask:url(/img/reply.c9f5e9d0.svg);mask:url(/img/reply.c9f5e9d0.svg)}.icon-settings:before{-webkit-mask:url(/img/settings.f45626b5.svg);mask:url(/img/settings.f45626b5.svg)}.icon-share:before{-webkit-mask:url(/img/share.78026101.svg);mask:url(/img/share.78026101.svg)}.icon-share-on-facebook:before{-webkit-mask:url(/img/share-on-facebook.fbe5d1f8.svg);mask:url(/img/share-on-facebook.fbe5d1f8.svg)}.icon-share-on-x:before{-webkit-mask:url(/img/share-on-x.7f43805a.svg);mask:url(/img/share-on-x.7f43805a.svg)}.icon-trand-down:before{-webkit-mask:url(/img/trand-down.914bdebe.svg);mask:url(/img/trand-down.914bdebe.svg)}.icon-trand-up:before{-webkit-mask:url(/img/trand-up.274a19fc.svg);mask:url(/img/trand-up.274a19fc.svg)}.icon-trash:before{-webkit-mask:url(/img/trash.e61ee7ad.svg);mask:url(/img/trash.e61ee7ad.svg)}.icon-vertical-ellipsis:before{-webkit-mask:url(/img/vertical-ellipsis.f0bfc9c0.svg);mask:url(/img/vertical-ellipsis.f0bfc9c0.svg)}.icon-widget:before{-webkit-mask:url(/img/widget.3be7a234.svg);mask:url(/img/widget.3be7a234.svg)}:root{--theme-text-color:#1a1a1a;--theme-text-color-2:#131313;--theme-dark-color-1:#333;--theme-light-color-1:#f6f6f6;--theme-link-color:#3348fb;--theme-table-color:#d6dbfd;--theme-disabled-color:#c2cafc;--theme-text-color-contrast:#fff;--theme-text-gray:#999;--theme-text-gray-2:#e6e6e6;--theme-text-gray-3:grey;--theme-background-color:#ededed;--theme-horizontal-padding:40px;--theme-vertical-padding:20px;--theme-mobile-width:768px}*{box-sizing:border-box;padding:0;margin:0}body,html{background:var(--theme-background-color);min-height:100%;width:100vw;height:100px}body{overflow-x:hidden;font-family:Gilroy,sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial}html{height:-moz-fit-content;height:fit-content}#app,.wrapper.mobile_version{width:375px}#app,.wrapper{width:1512px;transform-origin:0 0;min-height:100%;touch-action:manipulation;-webkit-touch-callout:none}.wrapper,button,input,textarea{font-family:Gilroy,sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial}textarea{-webkit-text-fill-color:initial;-moz-text-fill-color:initial}h1,h2,h3,h4,h5,h6{font-weight:800;margin-bottom:0;text-transform:uppercase}h1{font-size:32px}h2{font-size:24px}h3{font-size:16px}h4{font-size:14px}h5{font-size:12px}h6{font-size:10px}a{color:var(--theme-link-color);text-decoration:underline;font-weight:600;font-size:16px}@font-face{font-family:Gilroy;font-weight:400;src:url(/fonts/Gilroy-Regular.65cf196f.ttf) format("truetype");font-display:swap;ascent-override:100%;descent-override:20%}@font-face{font-family:Gilroy;font-weight:100;src:url(/fonts/Gilroy-Light.e5d6c0b5.ttf) format("truetype");font-display:swap;ascent-override:100%;descent-override:20%}@font-face{font-family:Gilroy;font-weight:500;src:url(/fonts/Gilroy-Medium.b80b2845.ttf) format("truetype");font-display:swap;ascent-override:100%;descent-override:20%}@font-face{font-family:Gilroy;font-weight:600;src:url(/fonts/Gilroy-Semibold.6ed5cf34.ttf) format("truetype");font-display:swap;ascent-override:100%;descent-override:20%}@font-face{font-family:Gilroy;font-weight:800;src:url(/fonts/Gilroy-Extrabold.645a3b10.ttf) format("truetype");font-display:swap;ascent-override:100%;descent-override:20%}.app-page{min-height:982px;padding-bottom:20px}.app-main-container{padding-left:40px;padding-right:40px}.app-row{display:flex;justify-content:space-between;gap:15px}.d-none{display:none}.d-flex{display:flex}.d-block{display:block}.wrapper.mobile_version .app-page{background-color:#fff}.wrapper.mobile_version .app-main-container{padding-left:0;padding-right:0}.wrapper.mobile_version .app-row{display:flex;flex-direction:column;gap:0}@keyframes fadeInWithBackgroundWhite{0%{opacity:0;background-color:transparent}to{opacity:1;background-color:hsla(0,0%,100%,.4)}}.topfunds-widget-info{position:fixed;bottom:0;height:20px;width:100%;left:0;display:flex;justify-content:end;align-items:center;padding:0 20px}.topfunds-widget-info a{color:#000;text-decoration:none;font-size:14px;font-weight:400;background:#fff;border-left:3px solid #000;padding:2px 5px}.qa-comment-helper-badge{top:45px}.qa-comment-helper-badge,.qa-featured-helper-badge{position:absolute;z-index:999;background-color:#3b3b3b;color:#fff;white-space:nowrap;height:30px;display:flex;align-items:center;padding:0 10px;font-size:12px;border-radius:8px}.qa-featured-helper-badge{bottom:-35px;right:0}.qa-medal-helper-badge{background-color:#3b3b3b;top:25px;color:#fff;padding:10px 10px;border-radius:8px}.qa-medal-helper-badge,.qa-row-helper-badge{position:absolute;z-index:999;white-space:nowrap;display:flex;align-items:center;font-size:12px;text-align:center}.qa-row-helper-badge{background-color:#d6dbfd;top:45px;right:16px;color:#3348fb;padding:10px 20px;font-weight:500;border-radius:8px 0 8px 8px}.qa-row-helper-badge:after{content:"";position:absolute;top:-12px;right:0;width:0;height:0;border:6px solid transparent;border-bottom-color:#d6dbfd;border-right-color:#d6dbfd}.glossary-more-users-helper-badge{position:absolute;z-index:999;background-color:#3b3b3b;color:#fff;white-space:nowrap;display:flex;flex-direction:column;align-items:center;padding:10px 10px;font-size:12px;border-radius:8px;text-align:center;bottom:30px}.sidebar-title{display:flex;justify-content:space-between}.sidebar-title h6{font-size:16px;font-weight:700}.sidebar-card{background:#fff;border-radius:16px;overflow:hidden;margin-bottom:1rem}.sidebar-card__header{padding:24px 24px 12px 24px}.sidebar-card__header h6{font-size:12px;font-weight:700}.sidebar-card__body{padding:0 24px 24px 24px}.sidebar-card__only-body{padding:24px}.wrapper.mobile_version .sidebar-card{margin-left:20px;margin-right:20px}.sidebar-card-shadow-adaptive,.sidebar-card-shadow-default{box-shadow:0 8px 18px rgba(0,0,0,.059)}.wrapper.mobile_version .sidebar-card-shadow-adaptive{box-shadow:0 0 24px rgba(51,72,251,.161)}.wrapper.mobile_version .my-recent-sidebar-card{box-shadow:none;padding:0;margin:0 0 20px 0;border-bottom:20px solid #f0eeee;border-radius:0}.wrapper.mobile_version .my-recent-sidebar-card .sidebar-card__header{padding-top:0}.qa-top-tag{text-decoration:none;outline:none;background:none}.qa-tag-checkbox,.qa-top-tag{font-size:12px;border-radius:100px;border:1px solid #3348fb;color:#3348fb;padding:2px 6px;font-weight:500;display:inline-block;margin-bottom:3px;margin-right:5px;text-transform:uppercase;cursor:pointer}.qa-tag-checkbox{-webkit-user-select:none;-moz-user-select:none;user-select:none}.qa-tag-checkbox__selected{background:#3348fb;color:#fff}.custom-text-page{background-color:#fff}.custom-text-page__content{width:100%;max-width:950px;margin:0 auto;padding:48px 0}.wrapper.mobile_version .custom-text-page__content{padding:20px}.custom-text-page__content .custom-text{padding:40px 0;border-bottom:1px solid #e6e6e6}.wrapper.mobile_version .custom-text-page__content .custom-text{padding:20px 0}.custom-text-page__content .custom-text:last-child{border-bottom:none}