:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,0.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border-radius:100%;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right:2px solid var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.notificationFadeIn--yWM4KUl{animation-name:fadeIn--p24cf3k;animation-duration:.3s}.notificationFadeOut--NsJjo0U{animation-name:fadeOut--bsuD5Ht;animation-duration:.3s;animation-fill-mode:forwards}@keyframes fadeOut--bsuD5Ht{0%{opacity:1}to{opacity:0}}@keyframes fadeIn--p24cf3k{0%{transform:translateY(50%);opacity:0}25%{opacity:.25}to{transform:translateY(0);opacity:1}}:root{--toastify-color-dark:var(--rs-color-grey-90);--toastify-toast-width:370px;--toastify-toast-min-height:32px;--toastify-toast-max-height:800px;--toastify-toast-background:var(--rs-color-grey-90)}.icon--lVPFuKN{flex-shrink:0;margin-right:8px}.error--Dkdd5C2{color:var(--rs-color-danger)}.success--ptvG04F{color:var(--rs-color-success)}.warning--MfjXRXF{color:var(--rs-color-warning)}.notification--vHBIETR{padding:12px 16px;border-radius:8px}.iconContainer--_ycqxBt{display:flex}.closeIcon--jwMCGlU{min-width:24px;cursor:pointer}.compact--iCGGk9m{display:flex;align-items:center;padding:2px 4px}._rs-reset-letter-spacing_twyr57_1{--rs-text-base-letter-spacing:normal}._rs-typography_theme_light_twyr57_1{--rs-theme-dark:0}._rs-typography_theme_dark_twyr57_1{--rs-theme-dark:1}._rs-text_hardness_hard_twyr57_1{--_rs-typography-hardness-color:var(--rs-color-hard,rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227)))}._rs-text_hardness_average_twyr57_1{--_rs-typography-hardness-color:var(--rs-color-average,rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227),0.7))}._rs-text_hardness_pale_twyr57_1{--_rs-typography-hardness-color:var(--rs-color-pale,rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227),0.5))}._rs-text_hardness_auto_twyr57_1{--_rs-typography-hardness-color:initial}._rs-text_color_hard_twyr57_1{color:var(--rs-color-hard,rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227)))}._rs-text_color_average_twyr57_1{color:var(--rs-color-average,rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227),.7))}._rs-text_color_pale_twyr57_1{color:var(--rs-color-pale,rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227),.5))}._rs-text_color_base_twyr57_1{color:var(--_rs-typography-base-color)}._rs-digits-1_twyr57_1{--_rs-typography-letter-spacing:var(--rs-digits-1-letter-spacing,-0.005em);--_rs-typography-text-transform:initial;--_rs-typography-font-variant-numeric:tabular-nums;--_rs-typography-font-family:var(--rs-font-family-headers,var(--rs-font-family-jb-sans,"JetBrains Sans",Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Droid Sans","Helvetica Neue",Arial,sans-serif));--_rs-typography-font-size:var(--_rs-typography-digits-1-sm-font-size,var(--rs-digits-1-font-size,69px));--_rs-typography-font-weight:var(--rs-font-weight-light,300);--_rs-typography-line-height:var(--_rs-typography-digits-1-sm-line-height,var(--rs-digits-1-line-height,71px));--_rs-typography-base-color:var(--_rs-typography-hardness-color,var(--rs-color-hard,rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))));--_rs-typography-text-auto-offset:0;--_rs-typography-ul-bullet-offset:initial;--_rs-typography-list-li-compact-left-offset:initial;--_rs-typography-list-li-default-left-offset:initial;--_rs-typography-list-li-margin-top-from-text:initial;--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;--_rs-typography-link-border-bottom-width-from-text:var(--_rs-typography-digits-1-sm-link-border-bottom-width-from-text,3px)}@media screen and (max-width:640px){._rs-digits-1_twyr57_1{--_rs-typography-digits-1-sm-font-size:var(--rs-digits-2-font-size,40px);--_rs-typography-digits-1-sm-line-height:var(--rs-digits-2-line-height,44px);--_rs-typography-digits-1-sm-link-border-bottom-width-from-text:2px}}._rs-digits-2_twyr57_1{--_rs-typography-letter-spacing:var(--rs-digits-2-letter-spacing,-0.005em);--_rs-typography-text-transform:initial;--_rs-typography-font-variant-numeric:tabular-nums;--_rs-typography-font-family:var(--rs-font-family-headers,var(--rs-font-family-jb-sans,"JetBrains Sans",Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Droid Sans","Helvetica Neue",Arial,sans-serif));--_rs-typography-font-size:var(--rs-digits-2-font-size,40px);--_rs-typography-font-weight:var(--rs-font-weight-light,300);--_rs-typography-line-height:var(--rs-digits-2-line-height,44px);--_rs-typography-base-color:var(--_rs-typography-hardness-color,var(--rs-color-hard,rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))));--_rs-typography-text-auto-offset:0;--_rs-typography-ul-bullet-offset:initial;--_rs-typography-list-li-compact-left-offset:initial;--_rs-typography-list-li-default-left-offset:initial;--_rs-typography-list-li-margin-top-from-text:initial;--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;--_rs-typography-link-border-bottom-width-from-text:2px}._rs-super-hero_twyr57_1{--_rs-typography-letter-spacing:var(--_rs-typography-super-hero-sm-letter-spacing,var(--_rs-typography-super-hero-md-letter-spacing,var(--rs-super-hero-letter-spacing,-0.02em)));--_rs-typography-text-transform:initial;--_rs-typography-font-variant-numeric:initial;--_rs-typography-font-family:var(--rs-font-family-headers,var(--rs-font-family-jb-sans,"JetBrains Sans",Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Droid Sans","Helvetica Neue",Arial,sans-serif));--_rs-typography-font-size:var(--_rs-typography-super-hero-sm-font-size,var(--_rs-typography-super-hero-md-font-size,var(--rs-super-hero-font-size,142px)));--_rs-typography-font-weight:var(--rs-font-weight-semi-bold,600);--_rs-typography-line-height:var(--_rs-typography-super-hero-sm-line-height,var(--_rs-typography-super-hero-md-line-height,var(--rs-super-hero-line-height,142px)));--_rs-typography-base-color:var(--_rs-typography-heading-hardness-color,var(--rs-color-hard,rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))));--_rs-typography-text-auto-offset:0;--_rs-typography-ul-bullet-offset:initial;--_rs-typography-list-li-compact-left-offset:initial;--_rs-typography-list-li-default-left-offset:initial;--_rs-typography-list-li-margin-top-from-text:initial;--_rs-typography-link-standalone-border-offset-from-text-base:1.12em;--_rs-typography-link-external-standalone-border-offset-from-text-base:1em;--_rs-typography-link-border-bottom-width-from-text:var(--_rs-typography-super-hero-sm-link-border-bottom-width-from-text,var(--_rs-typography-super-hero-md-link-border-bottom-width-from-text,4px))}@media screen and (max-width:1000px){._rs-super-hero_twyr57_1{--_rs-typography-super-hero-md-font-size:var(--rs-middle-hero-font-size,92px);--_rs-typography-super-hero-md-line-height:var(--rs-middle-hero-line-height,92px);--_rs-typography-super-hero-md-letter-spacing:var(--rs-middle-hero-letter-spacing,-0.008em);--_rs-typography-super-hero-md-link-border-bottom-width-from-text:3px}}@media screen and (max-width:640px){._rs-super-hero_twyr57_1{--_rs-typography-super-hero-sm-font-size:var(--rs-middle-hero-font-size-mobile,58px);--_rs-typography-super-hero-sm-line-height:var(--rs-middle-hero-line-height-mobile,62px);--_rs-typography-super-hero-sm-letter-spacing:var(--rs-middle-hero-letter-spacing-mobile,-0.0007em);--_rs-typography-super-hero-sm-link-border-bottom-width-from-text:2px}}._rs-middle-hero_twyr57_1{--_rs-typography-letter-spacing:var(--_rs-typography-middle-hero-sm-letter-spacing,var(--rs-middle-hero-letter-spacing,-0.008em));--_rs-typography-text-transform:initial;--_rs-typography-font-variant-numeric:initial;--_rs-typography-font-family:var(--rs-font-family-headers,var(--rs-font-family-jb-sans,"JetBrains Sans",Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Droid Sans","Helvetica Neue",Arial,sans-serif));--_rs-typography-font-size:var(--_rs-typography-middle-hero-sm-font-size,var(--rs-middle-hero-font-size,92px));--_rs-typography-font-weight:var(--rs-font-weight-semi-bold,600);--_rs-typography-line-height:var(--_rs-typography-middle-hero-sm-line-height,var(--rs-middle-hero-line-height,92px));--_rs-typography-base-color:var(--_rs-typography-heading-hardness-color,var(--rs-color-hard,rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))));--_rs-typography-text-auto-offset:0;--_rs-typography-ul-bullet-offset:initial;--_rs-typography-list-li-compact-left-offset:initial;--_rs-typography-list-li-default-left-offset:initial;--_rs-typography-list-li-margin-top-from-text:initial;--_rs-typography-link-standalone-border-offset-from-text-base:1.12em;--_rs-typography-link-external-standalone-border-offset-from-text-base:1em;--_rs-typography-link-border-bottom-width-from-text:var(--_rs-typography-middle-hero-sm-link-border-bottom-width-from-text,3px)}@media screen and (max-width:640px){._rs-middle-hero_twyr57_1{--_rs-typography-middle-hero-sm-font-size:var(--rs-middle-hero-font-size-mobile,58px);--_rs-typography-middle-hero-sm-line-height:var(--rs-middle-hero-line-height-mobile,62px);--_rs-typography-middle-hero-sm-letter-spacing:var(--rs-middle-hero-letter-spacing-mobile,-0.0007em);--_rs-typography-middle-hero-sm-link-border-bottom-width-from-text:2px}}._rs-hero_twyr57_1{--_rs-typography-letter-spacing:var(--_rs-typography-hero-sm-letter-spacing,var(--rs-hero-letter-spacing,-0.005em));--_rs-typography-text-transform:initial;--_rs-typography-font-variant-numeric:initial;--_rs-typography-font-family:var(--rs-font-family-headers,var(--rs-font-family-jb-sans,"JetBrains Sans",Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Droid Sans","Helvetica Neue",Arial,sans-serif));--_rs-typography-font-size:var(--_rs-typography-hero-sm-font-size,var(--rs-hero-font-size,72px));--_rs-typography-font-weight:var(--rs-font-weight-semi-bold,600);--_rs-typography-line-height:var(--_rs-typography-hero-sm-line-height,var(--rs-hero-line-height,72px));--_rs-typography-base-color:var(--_rs-typography-heading-hardness-color,var(--rs-color-hard,rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))));--_rs-typography-text-auto-offset:0;--_rs-typography-ul-bullet-offset:initial;--_rs-typography-list-li-compact-left-offset:initial;--_rs-typography-list-li-default-left-offset:initial;--_rs-typography-list-li-margin-top-from-text:initial;--_rs-typography-link-standalone-border-offset-from-text-base:1.12em;--_rs-typography-link-external-standalone-border-offset-from-text-base:1em;--_rs-typography-link-border-bottom-width-from-text:var(--_rs-typography-hero-sm-link-border-bottom-width-from-text,3px)}@media screen and (max-width:640px){._rs-hero_twyr57_1{--_rs-typography-hero-sm-font-size:var(--rs-hero-font-size-mobile,42px);--_rs-typography-hero-sm-line-height:var(--rs-hero-line-height-mobile,50px);--_rs-typography-hero-sm-letter-spacing:var(--rs-hero-letter-spacing-mobile,-0.001em);--_rs-typography-hero-sm-link-border-bottom-width-from-text:2px}}._rs-h1_twyr57_1{--_rs-typography-letter-spacing:var(--_rs-typography-h1-sm-letter-spacing,var(--rs-h1-letter-spacing,-0.001em));--_rs-typography-text-transform:initial;--_rs-typography-font-variant-numeric:initial;--_rs-typography-font-family:var(--rs-font-family-headers,var(--rs-font-family-jb-sans,"JetBrains Sans",Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Droid Sans","Helvetica Neue",Arial,sans-serif));--_rs-typography-font-size:var(--_rs-typography-h1-sm-font-size,var(--rs-h1-font-size,43px));--_rs-typography-font-weight:var(--rs-font-weight-semi-bold,600);--_rs-typography-line-height:var(--_rs-typography-h1-sm-line-height,var(--rs-h1-line-height,49px));--_rs-typography-base-color:var(--_rs-typography-heading-hardness-color,var(--rs-color-hard,rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))));--_rs-typography-text-auto-offset:0;--_rs-typography-ul-bullet-offset:initial;--_rs-typography-list-li-compact-left-offset:initial;--_rs-typography-list-li-default-left-offset:initial;--_rs-typography-list-li-margin-top-from-text:initial;--_rs-typography-link-standalone-border-offset-from-text-base:1.12em;--_rs-typography-link-external-standalone-border-offset-from-text-base:1em;--_rs-typography-link-border-bottom-width-from-text:2px}@media screen and (max-width:640px){._rs-h1_twyr57_1{--_rs-typography-h1-sm-font-size:var(--rs-h1-font-size-mobile,35px);--_rs-typography-h1-sm-line-height:var(--rs-h1-line-height-mobile,39px);--_rs-typography-h1-sm-letter-spacing:var(--rs-h1-letter-spacing-mobile,normal)}}._rs-h2_twyr57_1{--_rs-typography-letter-spacing:var(--rs-h2-letter-spacing,normal);--_rs-typography-text-transform:initial;--_rs-typography-font-variant-numeric:initial;--_rs-typography-font-family:var(--rs-font-family-headers,var(--rs-font-family-jb-sans,"JetBrains Sans",Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Droid Sans","Helvetica Neue",Arial,sans-serif));--_rs-typography-font-size:var(--_rs-typography-h2-sm-font-size,var(--rs-h2-font-size,35px));--_rs-typography-font-weight:var(--rs-font-weight-semi-bold,600);--_rs-typography-line-height:var(--_rs-typography-h2-sm-line-height,var(--rs-h2-line-height,42px));--_rs-typography-base-color:var(--_rs-typography-heading-hardness-color,var(--rs-color-hard,rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))));--_rs-typography-text-auto-offset:0;--_rs-typography-ul-bullet-offset:initial;--_rs-typography-list-li-compact-left-offset:initial;--_rs-typography-list-li-default-left-offset:initial;--_rs-typography-list-li-margin-top-from-text:initial;--_rs-typography-link-standalone-border-offset-from-text-base:1.12em;--_rs-typography-link-external-standalone-border-offset-from-text-base:1em;--_rs-typography-link-border-bottom-width-from-text:2px}@media screen and (max-width:640px){._rs-h2_twyr57_1{--_rs-typography-h2-sm-font-size:var(--rs-h2-font-size-mobile,28px);--_rs-typography-h2-sm-line-height:var(--rs-h2-line-height-mobile,32px)}}._rs-h3-plus_twyr57_1{--_rs-typography-letter-spacing:var(--rs-h3-plus-letter-spacing,normal);--_rs-typography-text-transform:initial;--_rs-typography-font-variant-numeric:initial;--_rs-typography-font-family:var(--rs-font-family-ui,var(--rs-font-family-jb-sans,"JetBrains Sans",Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Droid Sans","Helvetica Neue",Arial,sans-serif));--_rs-typography-font-size:var(--_rs-typography-h3-plus-sm-font-size,var(--rs-h3-plus-font-size,28px));--_rs-typography-font-weight:var(--rs-font-weight-semi-bold,600);--_rs-typography-line-height:var(--_rs-typography-h3-plus-sm-line-height,var(--rs-h3-plus-line-height,34px));--_rs-typography-base-color:var(--_rs-typography-heading-hardness-color,var(--rs-color-hard,rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))));--_rs-typography-text-auto-offset:0;--_rs-typography-ul-bullet-offset:initial;--_rs-typography-list-li-compact-left-offset:initial;--_rs-typography-list-li-default-left-offset:initial;--_rs-typography-list-li-margin-top-from-text:initial;--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;--_rs-typography-link-border-bottom-width-from-text:2px}@media screen and (max-width:640px){._rs-h3-plus_twyr57_1{--_rs-typography-h3-plus-sm-font-size:var(--rs-h3-font-size,20px);--_rs-typography-h3-plus-sm-line-height:var(--rs-h3-line-height,28px)}}._rs-h3_twyr57_1{--_rs-typography-letter-spacing:var(--rs-h3-letter-spacing,normal);--_rs-typography-text-transform:initial;--_rs-typography-font-variant-numeric:initial;--_rs-typography-font-family:var(--rs-font-family-ui,var(--rs-font-family-jb-sans,"JetBrains Sans",Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Droid Sans","Helvetica Neue",Arial,sans-serif));--_rs-typography-font-size:var(--rs-h3-font-size,20px);--_rs-typography-font-weight:var(--rs-font-weight-semi-bold,600);--_rs-typography-line-height:var(--rs-h3-line-height,28px);--_rs-typography-base-color:var(--_rs-typography-heading-hardness-color,var(--rs-color-hard,rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))));--_rs-typography-text-auto-offset:0;--_rs-typography-ul-bullet-offset:initial;--_rs-typography-list-li-compact-left-offset:initial;--_rs-typography-list-li-default-left-offset:initial;--_rs-typography-list-li-margin-top-from-text:initial;--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;--_rs-typography-link-border-bottom-width-from-text:2px}._rs-h4_twyr57_1{--_rs-typography-letter-spacing:var(--rs-h4-letter-spacing,normal);--_rs-typography-text-transform:initial;--_rs-typography-font-variant-numeric:initial;--_rs-typography-font-family:var(--rs-font-family-ui,var(--rs-font-family-jb-sans,"JetBrains Sans",Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Droid Sans","Helvetica Neue",Arial,sans-serif));--_rs-typography-font-size:var(--rs-h4-font-size,16px);--_rs-typography-font-weight:var(--rs-font-weight-semi-bold,600);--_rs-typography-line-height:var(--rs-h4-line-height,24px);--_rs-typography-base-color:var(--_rs-typography-heading-hardness-color,var(--rs-color-hard,rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))));--_rs-typography-text-auto-offset:0;--_rs-typography-ul-bullet-offset:initial;--_rs-typography-list-li-compact-left-offset:initial;--_rs-typography-list-li-default-left-offset:initial;--_rs-typography-list-li-margin-top-from-text:initial;--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;--_rs-typography-link-border-bottom-width-from-text:2px}._rs-h5_twyr57_1{--_rs-typography-letter-spacing:var(--rs-h5-letter-spacing,normal);--_rs-typography-text-transform:initial;--_rs-typography-font-variant-numeric:initial;--_rs-typography-font-family:var(--rs-font-family-ui,var(--rs-font-family-jb-sans,"JetBrains Sans",Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Droid Sans","Helvetica Neue",Arial,sans-serif));--_rs-typography-font-size:var(--rs-h5-font-size,13px);--_rs-typography-font-weight:var(--rs-font-weight-semi-bold,600);--_rs-typography-line-height:var(--rs-h5-line-height,20px);--_rs-typography-base-color:var(--_rs-typography-heading-hardness-color,var(--rs-color-hard,rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))));--_rs-typography-text-auto-offset:0;--_rs-typography-ul-bullet-offset:initial;--_rs-typography-list-li-compact-left-offset:initial;--_rs-typography-list-li-default-left-offset:initial;--_rs-typography-list-li-margin-top-from-text:initial;--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;--_rs-typography-link-border-bottom-width-from-text:2px}._rs-subtitle-1_twyr57_1{--_rs-typography-letter-spacing:var(--rs-subtitle-1-letter-spacing,normal);--_rs-typography-text-transform:initial;--_rs-typography-font-variant-numeric:initial;--_rs-typography-font-family:var(--rs-font-family-headers,var(--rs-font-family-jb-sans,"JetBrains Sans",Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Droid Sans","Helvetica Neue",Arial,sans-serif));--_rs-typography-font-size:var(--_rs-typography-subtitle-1-sm-font-size,var(--rs-subtitle-1-font-size,39px));--_rs-typography-font-weight:var(--rs-font-weight-light,300);--_rs-typography-line-height:var(--_rs-typography-subtitle-1-sm-line-height,var(--rs-subtitle-1-line-height,49px));--_rs-typography-base-color:var(--_rs-typography-hardness-color,var(--rs-color-hard,rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))));--_rs-typography-text-auto-offset:0;--_rs-typography-ul-bullet-offset:initial;--_rs-typography-list-li-compact-left-offset:initial;--_rs-typography-list-li-default-left-offset:initial;--_rs-typography-list-li-margin-top-from-text:initial;--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;--_rs-typography-link-border-bottom-width-from-text:2px}@media screen and (max-width:640px){._rs-subtitle-1_twyr57_1{--_rs-typography-subtitle-1-sm-font-size:var(--rs-subtitle-2-font-size-mobile,23px);--_rs-typography-subtitle-1-sm-line-height:var(--rs-subtitle-2-line-height-mobile,30px)}}._rs-subtitle-2_twyr57_1{--_rs-typography-letter-spacing:var(--rs-subtitle-2-letter-spacing,normal);--_rs-typography-text-transform:initial;--_rs-typography-font-variant-numeric:initial;--_rs-typography-font-family:var(--rs-font-family-headers,var(--rs-font-family-jb-sans,"JetBrains Sans",Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Droid Sans","Helvetica Neue",Arial,sans-serif));--_rs-typography-font-size:var(--_rs-typography-subtitle-2-sm-font-size,var(--rs-subtitle-2-font-size,29px));--_rs-typography-font-weight:var(--rs-font-weight-light,300);--_rs-typography-line-height:var(--_rs-typography-subtitle-2-sm-line-height,var(--rs-subtitle-2-line-height,39px));--_rs-typography-base-color:var(--_rs-typography-hardness-color,var(--rs-color-hard,rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))));--_rs-typography-text-auto-offset:0;--_rs-typography-ul-bullet-offset:initial;--_rs-typography-list-li-compact-left-offset:initial;--_rs-typography-list-li-default-left-offset:initial;--_rs-typography-list-li-margin-top-from-text:initial;--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;--_rs-typography-link-border-bottom-width-from-text:2px}@media screen and (max-width:640px){._rs-subtitle-2_twyr57_1{--_rs-typography-subtitle-2-sm-font-size:var(--rs-subtitle-2-font-size-mobile,23px);--_rs-typography-subtitle-2-sm-line-height:var(--rs-subtitle-2-line-height-mobile,30px)}}._rs-overline_twyr57_1{--_rs-typography-letter-spacing:var(--rs-overline-letter-spacing,0.1em);--_rs-typography-text-transform:uppercase;--_rs-typography-font-variant-numeric:initial;--_rs-typography-font-family:var(--rs-font-family-ui,var(--rs-font-family-jb-sans,"JetBrains Sans",Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Droid Sans","Helvetica Neue",Arial,sans-serif));--_rs-typography-font-size:var(--rs-overline-font-size,13px);--_rs-typography-font-weight:var(--rs-font-weight-semi-bold,600);--_rs-typography-line-height:var(--rs-overline-line-height,18px);--_rs-typography-base-color:var(--_rs-typography-heading-hardness-color,var(--rs-color-hard,rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))));--_rs-typography-text-auto-offset:0px;--_rs-typography-ul-bullet-offset:initial;--_rs-typography-list-li-compact-left-offset:initial;--_rs-typography-list-li-default-left-offset:initial;--_rs-typography-list-li-margin-top-from-text:initial;--_rs-typography-link-standalone-border-offset-from-text-base:1.3em;--_rs-typography-link-external-standalone-border-offset-from-text-base:1.15em;--_rs-typography-link-border-bottom-width-from-text:2px}._rs-text-1_twyr57_1{--_rs-typography-letter-spacing:var(--rs-text-1-letter-spacing,normal);--_rs-typography-text-transform:initial;--_rs-typography-font-variant-numeric:initial;--_rs-typography-font-family:var(--rs-font-family-ui,var(--rs-font-family-jb-sans,"JetBrains Sans",Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Droid Sans","Helvetica Neue",Arial,sans-serif));--_rs-typography-font-size:var(--rs-text-1-font-size,20px);--_rs-typography-font-weight:var(--rs-font-weight-regular,400);--_rs-typography-line-height:var(--rs-text-1-line-height,28px);--_rs-typography-base-color:var(--_rs-typography-hardness-color,var(--rs-color-average,rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227),0.7)));--_rs-typography-text-auto-offset:32px;--_rs-typography-ul-bullet-offset:2px;--_rs-typography-list-li-compact-left-offset:22px;--_rs-typography-list-li-default-left-offset:28px;--_rs-typography-list-li-margin-top-from-text:var(--_rs-typography-text-1-sm-list-li-margin-top-from-text,24px);--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;--_rs-typography-link-border-bottom-width-from-text:1px}@media screen and (max-width:640px){._rs-text-1_twyr57_1{--_rs-typography-text-1-sm-list-li-margin-top-from-text:16px}}._rs-text-2_twyr57_1{--_rs-typography-letter-spacing:var(--rs-text-2-letter-spacing,0.0015em);--_rs-typography-text-transform:initial;--_rs-typography-font-variant-numeric:initial;--_rs-typography-font-family:var(--rs-font-family-ui,var(--rs-font-family-jb-sans,"JetBrains Sans",Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Droid Sans","Helvetica Neue",Arial,sans-serif));--_rs-typography-font-size:var(--rs-text-2-font-size,16px);--_rs-typography-font-weight:var(--rs-font-weight-regular,400);--_rs-typography-line-height:var(--rs-text-2-line-height,24px);--_rs-typography-base-color:var(--_rs-typography-hardness-color,var(--rs-color-average,rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227),0.7)));--_rs-typography-text-auto-offset:16px;--_rs-typography-ul-bullet-offset:2px;--_rs-typography-list-li-compact-left-offset:18px;--_rs-typography-list-li-default-left-offset:24px;--_rs-typography-list-li-margin-top-from-text:var(--_rs-typography-text-2-sm-list-li-margin-top-from-text,16px);--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;--_rs-typography-link-border-bottom-width-from-text:1px}@media screen and (max-width:640px){._rs-text-2_twyr57_1{--_rs-typography-text-2-sm-list-li-margin-top-from-text:12px}}._rs-text-3_twyr57_1{--_rs-typography-letter-spacing:var(--rs-text-3-letter-spacing,0.0045em);--_rs-typography-text-transform:initial;--_rs-typography-font-variant-numeric:initial;--_rs-typography-font-family:var(--rs-font-family-ui,var(--rs-font-family-jb-sans,"JetBrains Sans",Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Droid Sans","Helvetica Neue",Arial,sans-serif));--_rs-typography-font-size:var(--rs-text-3-font-size,13px);--_rs-typography-font-weight:var(--rs-font-weight-regular,400);--_rs-typography-line-height:var(--rs-text-3-line-height,20px);--_rs-typography-base-color:var(--_rs-typography-hardness-color,var(--rs-color-average,rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227),0.7)));--_rs-typography-text-auto-offset:8px;--_rs-typography-ul-bullet-offset:2px;--_rs-typography-list-li-compact-left-offset:15px;--_rs-typography-list-li-default-left-offset:19px;--_rs-typography-list-li-margin-top-from-text:8px;--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;--_rs-typography-link-border-bottom-width-from-text:1px}._rs-digits-1_twyr57_1,._rs-digits-2_twyr57_1,._rs-h1_twyr57_1,._rs-h2_twyr57_1,._rs-h3-plus_twyr57_1,._rs-h3_twyr57_1,._rs-h4_twyr57_1,._rs-h5_twyr57_1,._rs-hero_twyr57_1,._rs-middle-hero_twyr57_1,._rs-overline_twyr57_1,._rs-subtitle-1_twyr57_1,._rs-subtitle-2_twyr57_1,._rs-super-hero_twyr57_1,._rs-text-1_twyr57_1,._rs-text-2_twyr57_1,._rs-text-3_twyr57_1{--_rs-theme-dark:var(--_rs-internal-force-theme-dark-consult-rescui-before-using,var(--rs-theme-dark,0));--_rs-theme-flip:var(--rs-theme-flip,0);--_rs-theme-dark-coefficient:calc(var(--_rs-theme-dark)*(1 - var(--_rs-theme-flip)) + var(--_rs-theme-flip)*(1 - var(--_rs-theme-dark)));--_rs-theme-light-coefficient:calc(1 - var(--_rs-theme-dark-coefficient));letter-spacing:var(--rs-text-base-letter-spacing,var(--_rs-typography-letter-spacing));text-transform:var(--_rs-typography-text-transform);font-family:var(--_rs-typography-font-family);font-size:var(--_rs-typography-font-size);font-weight:var(--_rs-typography-font-weight);line-height:var(--_rs-typography-line-height);font-variant-numeric:var(--_rs-typography-font-variant-numeric);font-feature-settings:"kern","liga","calt";color:var(--_rs-typography-base-color)}._rs-digits-1_theme_light_twyr57_1,._rs-digits-2_theme_light_twyr57_1,._rs-h1_theme_light_twyr57_1,._rs-h2_theme_light_twyr57_1,._rs-h3-plus_theme_light_twyr57_1,._rs-h3_theme_light_twyr57_1,._rs-h4_theme_light_twyr57_1,._rs-h5_theme_light_twyr57_1,._rs-hero_theme_light_twyr57_1,._rs-middle-hero_theme_light_twyr57_1,._rs-overline_theme_light_twyr57_1,._rs-subtitle-1_theme_light_twyr57_1,._rs-subtitle-2_theme_light_twyr57_1,._rs-super-hero_theme_light_twyr57_1,._rs-text-1_theme_light_twyr57_1,._rs-text-2_theme_light_twyr57_1,._rs-text-3_theme_light_twyr57_1{--rs-theme-dark:0}._rs-digits-1_theme_dark_twyr57_1,._rs-digits-2_theme_dark_twyr57_1,._rs-h1_theme_dark_twyr57_1,._rs-h2_theme_dark_twyr57_1,._rs-h3-plus_theme_dark_twyr57_1,._rs-h3_theme_dark_twyr57_1,._rs-h4_theme_dark_twyr57_1,._rs-h5_theme_dark_twyr57_1,._rs-hero_theme_dark_twyr57_1,._rs-middle-hero_theme_dark_twyr57_1,._rs-overline_theme_dark_twyr57_1,._rs-subtitle-1_theme_dark_twyr57_1,._rs-subtitle-2_theme_dark_twyr57_1,._rs-super-hero_theme_dark_twyr57_1,._rs-text-1_theme_dark_twyr57_1,._rs-text-2_theme_dark_twyr57_1,._rs-text-3_theme_dark_twyr57_1,[class*=_theme_dark] ._rs-digits-1_theme_auto_twyr57_1,[class*=_theme_dark] ._rs-digits-2_theme_auto_twyr57_1,[class*=_theme_dark] ._rs-h1_theme_auto_twyr57_1,[class*=_theme_dark] ._rs-h2_theme_auto_twyr57_1,[class*=_theme_dark] ._rs-h3-plus_theme_auto_twyr57_1,[class*=_theme_dark] ._rs-h3_theme_auto_twyr57_1,[class*=_theme_dark] ._rs-h4_theme_auto_twyr57_1,[class*=_theme_dark] ._rs-h5_theme_auto_twyr57_1,[class*=_theme_dark] ._rs-hero_theme_auto_twyr57_1,[class*=_theme_dark] ._rs-middle-hero_theme_auto_twyr57_1,[class*=_theme_dark] ._rs-overline_theme_auto_twyr57_1,[class*=_theme_dark] ._rs-subtitle-1_theme_auto_twyr57_1,[class*=_theme_dark] ._rs-subtitle-2_theme_auto_twyr57_1,[class*=_theme_dark] ._rs-super-hero_theme_auto_twyr57_1,[class*=_theme_dark] ._rs-text-1_theme_auto_twyr57_1,[class*=_theme_dark] ._rs-text-2_theme_auto_twyr57_1,[class*=_theme_dark] ._rs-text-3_theme_auto_twyr57_1{--rs-theme-dark:1}._rs-text-1_hardness_hard_twyr57_1,._rs-text-2_hardness_hard_twyr57_1,._rs-text-3_hardness_hard_twyr57_1{--_rs-typography-hardness-color:var(--rs-color-hard,rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227)))}._rs-text-1_hardness_average_twyr57_1,._rs-text-2_hardness_average_twyr57_1,._rs-text-3_hardness_average_twyr57_1{--_rs-typography-hardness-color:var(--rs-color-average,rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227),0.7))}._rs-text-1_hardness_pale_twyr57_1,._rs-text-2_hardness_pale_twyr57_1,._rs-text-3_hardness_pale_twyr57_1{--_rs-typography-hardness-color:var(--rs-color-pale,rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227),0.5))}._rs-text-1_paragraph-offset-auto_twyr57_1>p:not(:first-child),._rs-text-1_paragraph-offset-auto_twyr57_1>pre:not(:first-child),._rs-text-2_paragraph-offset-auto_twyr57_1>p:not(:first-child),._rs-text-2_paragraph-offset-auto_twyr57_1>pre:not(:first-child),._rs-text-3_paragraph-offset-auto_twyr57_1>p:not(:first-child),._rs-text-3_paragraph-offset-auto_twyr57_1>pre:not(:first-child),._rs-text_paragraph-offset-auto_twyr57_1>p:not(:first-child),._rs-text_paragraph-offset-auto_twyr57_1>pre:not(:first-child){margin-top:var(--rs-typography-text-auto-offset,var(--_rs-typography-text-auto-offset,0))}._rs-ul_twyr57_1{--_rs-typography-list-bullet-content-base:"\2022";--_rs-typography-list-counter:initial;--_rs-typography-list-bullet-offset:var(--_rs-typography-ul-bullet-offset,2px)}._rs-ol_twyr57_1{--_rs-typography-list-bullet-content-base:counter(ol-counter) ".";--_rs-typography-list-counter:ol-counter;--_rs-typography-list-bullet-offset:0px}._rs-ol_twyr57_1,._rs-ul_twyr57_1{--_rs-typography-list-li-margin-top-fallback:var(--_rs-typography-list-li-margin-top-from-text,16px);--_rs-typography-list-li-padding-left:var(--_rs-typography-list-li-padding-left-from-compact,var(--_rs-typography-list-li-default-left-offset,24px));--_rs-typography-list-bullet-content:var(--_rs-typography-list-bullet-content-from-alpha-or-initial,var(--_rs-typography-list-bullet-content-base))}@media screen and (max-width:640px){._rs-ol_twyr57_1,._rs-ul_twyr57_1{--_rs-typography-list-li-margin-top-fallback:var(--_rs-typography-list-li-margin-top-from-text,12px)}}._rs-ol_twyr57_1,._rs-ul_twyr57_1{padding-left:0;list-style-type:none;counter-reset:var(--_rs-typography-list-counter);font-family:var(--rs-font-family-ui,var(--rs-font-family-jb-sans,"JetBrains Sans",Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Droid Sans","Helvetica Neue",Arial,sans-serif));font-feature-settings:"kern","liga","calt"}._rs-ol_twyr57_1>li,._rs-ul_twyr57_1>li{position:relative;margin-top:var(--rs-typography-list-li-margin-top,var(--_rs-typography-list-li-margin-top,var(--_rs-typography-list-li-margin-top-fallback)));padding-left:var(--rs-typography-list-li-padding-left,var(--_rs-typography-list-li-padding-left));list-style-type:none}._rs-ol_twyr57_1>li:before,._rs-ul_twyr57_1>li:before{position:absolute;top:0;left:0;display:block;margin-left:var(--_rs-typography-list-bullet-offset);content:var(--_rs-typography-list-bullet-content);counter-increment:var(--_rs-typography-list-counter);text-align:left;color:inherit;line-height:inherit}._rs-ol_compact_twyr57_1,._rs-ul_compact_twyr57_1{--_rs-typography-list-li-padding-left-from-compact:var(--_rs-typography-list-li-compact-left-offset)}._rs-ol_offset-items_4_twyr57_1,._rs-ul_offset-items_4_twyr57_1{--_rs-typography-list-li-margin-top:4px}._rs-ol_offset-items_8_twyr57_1,._rs-ul_offset-items_8_twyr57_1{--_rs-typography-list-li-margin-top:8px}._rs-ol_offset-items_12_twyr57_1,._rs-ul_offset-items_12_twyr57_1{--_rs-typography-list-li-margin-top:12px}._rs-ol_offset-items_16_twyr57_1,._rs-ul_offset-items_16_twyr57_1{--_rs-typography-list-li-margin-top:var(--_rs-typography-offset-items-16-sm-list-li-margin-top,16px)}@media screen and (max-width:640px){._rs-ol_offset-items_16_twyr57_1,._rs-ul_offset-items_16_twyr57_1{--_rs-typography-offset-items-16-sm-list-li-margin-top:12px}}._rs-ol_offset-items_24_twyr57_1,._rs-ul_offset-items_24_twyr57_1{--_rs-typography-list-li-margin-top:var(--_rs-typography-offset-items-24-sm-list-li-margin-top,24px)}@media screen and (max-width:640px){._rs-ol_offset-items_24_twyr57_1,._rs-ul_offset-items_24_twyr57_1{--_rs-typography-offset-items-24-sm-list-li-margin-top:16px}}._rs-ol_alpha_lower_twyr57_1{--_rs-typography-list-bullet-content-from-alpha-or-initial:counter(ol-counter,lower-alpha) "."}._rs-ol_alpha_upper_twyr57_1{--_rs-typography-list-bullet-content-from-alpha-or-initial:counter(ol-counter,upper-alpha) "."}._rs-code_twyr57_1,._rs-text-1_twyr57_1 code:not([class*=rs-code]),._rs-text-2_twyr57_1 code:not([class*=rs-code]),._rs-text-3_twyr57_1 code:not([class*=rs-code]){--_rs-theme-dark:var(--_rs-internal-force-theme-dark-consult-rescui-before-using,var(--rs-theme-dark,0));--_rs-theme-flip:var(--rs-theme-flip,0);--_rs-theme-dark-coefficient:calc(var(--_rs-theme-dark)*(1 - var(--_rs-theme-flip)) + var(--_rs-theme-flip)*(1 - var(--_rs-theme-dark)));--_rs-theme-light-coefficient:calc(1 - var(--_rs-theme-dark-coefficient));--_rs-typography-code-color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227),calc(1 - var(--_rs-theme-dark-coefficient, 0)*0.3));--_rs-typography-code-background-color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227),0.1);box-sizing:border-box;padding:.11111em .44444em;border-radius:4px;color:var(--_rs-typography-code-color);background-color:var(--_rs-typography-code-background-color);font-family:var(--rs-font-family-mono,"JetBrains Mono",SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace);font-size:90%;line-height:inherit}._rs-pre_twyr57_1{--_rs-theme-dark:var(--_rs-internal-force-theme-dark-consult-rescui-before-using,var(--rs-theme-dark,0));--_rs-theme-flip:var(--rs-theme-flip,0);--_rs-theme-dark-coefficient:calc(var(--_rs-theme-dark)*(1 - var(--_rs-theme-flip)) + var(--_rs-theme-flip)*(1 - var(--_rs-theme-dark)));--_rs-theme-light-coefficient:calc(1 - var(--_rs-theme-dark-coefficient));--_rs-typography-pre-color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227),calc(1 - var(--_rs-theme-dark-coefficient, 0)*0.3));--_rs-typography-pre-background-color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227),0.1);display:block;overflow:auto;box-sizing:border-box;width:100%;max-width:100%;padding:12px 16px;border-radius:8px;word-wrap:normal;color:var(--_rs-typography-pre-color);background-color:var(--_rs-typography-pre-background-color);font-family:var(--rs-font-family-mono,"JetBrains Mono",SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace);font-size:16px;line-height:24px}._rs-pre_twyr57_1>[class*=rs-code],._rs-pre_twyr57_1>code{border:0;white-space:pre;word-break:normal}._rs-pre_twyr57_1 [class*=rs-code],._rs-pre_twyr57_1 code{display:inline;overflow:visible;max-width:none;margin:0;padding:0;word-wrap:normal;color:inherit;background:transparent;font-family:var(--rs-font-family-mono,"JetBrains Mono",SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace);line-height:inherit}._rs-link_mode_classic_twyr57_1{--_rs-typography-link-color:var(--_rs-typography-link-hardness-color,var(--rs-color-hard,rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))));--_rs-typography-link-hover-color:var(--rs-color-hard,rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227)));--_rs-typography-link-underline-color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227),0.4);--_rs-typography-link-hover-underline-color:var(--rs-color-hard,rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227)));--_rs-typography-link-hover-underline-width-difference:1px;--_rs-typography-link-background-image:initial;--_rs-typography-link-hover-border-image:initial;--_rs-typography-link-after-display:none;--_rs-typography-link-after-offset-right:0em;--_rs-typography-link-after-offset-left:0em;--_rs-typography-link-hover-after-offset-right:0em;--_rs-typography-link-hover-after-offset-left:0em;--_rs-typography-link-transition:none}._rs-link_mode_rock_twyr57_1{--_rs-typography-link-color:var(--_rs-typography-link-hardness-color,var(--rs-color-hard,rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))));--_rs-typography-link-hover-color:rgb(calc(255 - var(--_rs-theme-dark-coefficient, 0)*230),calc(255 - var(--_rs-theme-dark-coefficient, 0)*230),calc(255 - var(--_rs-theme-dark-coefficient, 0)*227));--_rs-typography-link-underline-color:var(--rs-color-hard,rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227)));--_rs-typography-link-hover-underline-color:var(--rs-color-hard,rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227)));--_rs-typography-link-hover-underline-width-difference:0px;--_rs-typography-link-background-image:linear-gradient(180deg,var(--_rs-typography-link-hover-underline-color) 100%,transparent 0);--_rs-typography-link-hover-border-image:initial;--_rs-typography-link-after-display:none;--_rs-typography-link-after-offset-right:0em;--_rs-typography-link-after-offset-left:0em;--_rs-typography-link-hover-after-offset-right:0em;--_rs-typography-link-hover-after-offset-left:0em;--_rs-typography-link-transition:background-size 300ms,color 300ms}._rs-link_mode_standalone_twyr57_1{--_rs-typography-link-standalone-border-offset:var(--_rs-typography-link-standalone-border-offset-or-initial,var(--_rs-typography-link-standalone-border-offset-from-text-base,1.15em));--_rs-typography-link-color:var(--_rs-typography-link-hardness-color,var(--rs-color-hard,rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))));--_rs-typography-link-hover-color:var(--rs-color-hard,rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227)));--_rs-typography-link-underline-color:transparent;--_rs-typography-link-hover-underline-color:var(--rs-color-hard,rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227)));--_rs-typography-link-hover-underline-width-difference:0px;--_rs-typography-link-background-image:initial;--_rs-typography-link-hover-border-image:linear-gradient(90deg,var(--_rs-typography-link-hover-underline-color) calc(100% - var(--_rs-typography-link-standalone-border-offset)),transparent var(--_rs-typography-link-standalone-border-offset)) 1;--_rs-typography-link-after-display:inline;--_rs-typography-link-after-offset-right:0.15em;--_rs-typography-link-after-offset-left:0.15em;--_rs-typography-link-hover-after-offset-right:0em;--_rs-typography-link-hover-after-offset-left:0.3em;--_rs-typography-link-transition:none}._rs-link_mode_clear_twyr57_1{--_rs-typography-link-color:var(--_rs-typography-link-hardness-color,var(--rs-color-average,rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227),0.7)));--_rs-typography-link-hover-color:var(--rs-color-hard,rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227)));--_rs-typography-link-underline-color:transparent;--_rs-typography-link-hover-underline-color:var(--rs-color-hard,rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227)));--_rs-typography-link-hover-underline-width-difference:0px;--_rs-typography-link-background-image:initial;--_rs-typography-link-hover-border-image:initial;--_rs-typography-link-after-display:none;--_rs-typography-link-after-offset-right:0em;--_rs-typography-link-after-offset-left:0em;--_rs-typography-link-hover-after-offset-right:0em;--_rs-typography-link-hover-after-offset-left:0em;--_rs-typography-link-transition:none}._rs-link_hardness_hard_twyr57_1{--_rs-typography-link-hardness-color:var(--rs-color-hard,rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227)))}._rs-link_hardness_average_twyr57_1{--_rs-typography-link-hardness-color:var(--rs-color-average,rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227),0.7))}._rs-link_hardness_pale_twyr57_1{--_rs-typography-link-hardness-color:var(--rs-color-pale,rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227),0.5))}._rs-link_external_twyr57_1{--_rs-typography-link-standalone-border-offset-or-initial:var(--_rs-typography-link-external-standalone-border-offset-from-text-base,1.02em);--_rs-typography-link-after-display-or-initial:inline;--_rs-typography-link-after-content-or-initial:"\2197"}._rs-link_twyr57_1{--_rs-theme-dark:var(--_rs-internal-force-theme-dark-consult-rescui-before-using,var(--rs-theme-dark,0));--_rs-theme-flip:var(--rs-theme-flip,0);--_rs-theme-dark-coefficient:calc(var(--_rs-theme-dark)*(1 - var(--_rs-theme-flip)) + var(--_rs-theme-flip)*(1 - var(--_rs-theme-dark)));--_rs-theme-light-coefficient:calc(1 - var(--_rs-theme-dark-coefficient))}@supports (color:color-mix(in srgb,#fff 50%,#000 50%)){._rs-link_twyr57_1{--_rs-color-primary:color-mix(in srgb,var(--rs-color-primary-light-theme,#6b57ff) calc(100%*var(--_rs-theme-light-coefficient, 1)),var(--rs-color-primary-dark-theme,#8473ff) calc(100%*var(--_rs-theme-dark-coefficient, 0)));--_rs-color-primary-dim:color-mix(in srgb,var(--rs-color-primary-dim-light-theme,#8979ff) calc(100%*var(--_rs-theme-light-coefficient, 1)),var(--rs-color-primary-dim-dark-theme,#6f61d2) calc(100%*var(--_rs-theme-dark-coefficient, 0)));--_rs-color-primary-fog:color-mix(in srgb,var(--rs-color-primary-fog-light-theme,#e1ddff) calc(100%*var(--_rs-theme-light-coefficient, 1)),var(--rs-color-primary-fog-dark-theme,#2e2b49) calc(100%*var(--_rs-theme-dark-coefficient, 0)));--_rs-color-primary-t-dim:color-mix(in srgb,var(--rs-color-primary-t-dim-light-theme,rgba(107,87,255,0.8)) calc(100%*var(--_rs-theme-light-coefficient, 1)),var(--rs-color-primary-t-dim-dark-theme,rgba(132,115,255,0.8)) calc(100%*var(--_rs-theme-dark-coefficient, 0)));--_rs-color-primary-t-fog:color-mix(in srgb,var(--rs-color-primary-t-fog-light-theme,rgba(107,87,255,0.2)) calc(100%*var(--_rs-theme-light-coefficient, 1)),var(--rs-color-primary-t-fog-dark-theme,rgba(132,115,255,0.3)) calc(100%*var(--_rs-theme-dark-coefficient, 0)))}}@supports not (color:color-mix(in srgb,#fff 50%,#000 50%)){._rs-link_twyr57_1{--_rs-color-primary:rgb(calc(var(--_rs-theme-light-coefficient, 1)*107 + var(--_rs-theme-dark-coefficient, 0)*132),calc(var(--_rs-theme-light-coefficient, 1)*87 + var(--_rs-theme-dark-coefficient, 0)*115),255);--_rs-color-primary-dim:rgb(calc(var(--_rs-theme-light-coefficient, 1)*137 + var(--_rs-theme-dark-coefficient, 0)*111),calc(var(--_rs-theme-light-coefficient, 1)*121 + var(--_rs-theme-dark-coefficient, 0)*97),calc(var(--_rs-theme-light-coefficient, 1)*255 + var(--_rs-theme-dark-coefficient, 0)*210));--_rs-color-primary-fog:rgb(calc(var(--_rs-theme-light-coefficient, 1)*225 + var(--_rs-theme-dark-coefficient, 0)*46),calc(var(--_rs-theme-light-coefficient, 1)*221 + var(--_rs-theme-dark-coefficient, 0)*43),calc(var(--_rs-theme-light-coefficient, 1)*255 + var(--_rs-theme-dark-coefficient, 0)*73));--_rs-color-primary-t-dim:rgba(calc(var(--_rs-theme-light-coefficient, 1)*107 + var(--_rs-theme-dark-coefficient, 0)*132),calc(var(--_rs-theme-light-coefficient, 1)*87 + var(--_rs-theme-dark-coefficient, 0)*115),255,0.8);--_rs-color-primary-t-fog:rgba(calc(var(--_rs-theme-light-coefficient, 1)*107 + var(--_rs-theme-dark-coefficient, 0)*132),calc(var(--_rs-theme-light-coefficient, 1)*87 + var(--_rs-theme-dark-coefficient, 0)*115),255,calc(var(--_rs-theme-light-coefficient, 1)*0.2 + var(--_rs-theme-dark-coefficient, 0)*0.3))}}._rs-link_twyr57_1{--_rs-typography-link-border-bottom-width-wf:var(--_rs-typography-link-border-bottom-width-from-text,1px);--_rs-typography-link-color-wf:var(--_rs-typography-link-color,var(--_rs-typography-link-hardness-color,var(--rs-color-hard,rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227)))));--_rs-typography-link-hover-color-wf:var(--_rs-typography-link-hover-color,var(--rs-color-hard,rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))));--_rs-typography-link-underline-color-wf:var(--_rs-typography-link-underline-color,rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227),0.4));--_rs-typography-link-hover-underline-color-wf:var(--_rs-typography-link-hover-underline-color,var(--rs-color-hard,rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))));--_rs-typography-link-hover-underline-width-difference-wf:var(--_rs-typography-link-hover-underline-width-difference,1px);--_rs-typography-link-background-image-wf:var(--_rs-typography-link-background-image,initial);--_rs-typography-link-hover-border-image-wf:var(--_rs-typography-link-hover-border-image,initial);--_rs-typography-link-after-display-wf:var(--_rs-typography-link-after-display,none);--_rs-typography-link-after-offset-right-wf:var(--_rs-typography-link-after-offset-right,0em);--_rs-typography-link-after-offset-left-wf:var(--_rs-typography-link-after-offset-left,0em);--_rs-typography-link-hover-after-offset-right-wf:var(--_rs-typography-link-hover-after-offset-right,0em);--_rs-typography-link-hover-after-offset-left-wf:var(--_rs-typography-link-hover-after-offset-left,0em);--_rs-typography-link-transition-wf:var(--_rs-typography-link-transition,none);--_rs-typography-link-padding-bottom-final:var(--_rs-typography-link-padding-bottom-from-state-hover,1px);--_rs-typography-link-border-bottom-width-final:var(--_rs-typography-link-border-bottom-width-from-state-hover,var(--_rs-typography-link-border-bottom-width-wf));--_rs-typography-link-border-bottom-color-final:var(--_rs-typography-link-border-bottom-color-from-state-hover,var(--_rs-typography-link-underline-color-wf));--_rs-typography-link-border-image-final:var(--_rs-typography-link-border-image-from-state-hover,initial);--_rs-typography-link-color-final:var(--_rs-typography-link-color-from-state-hover,var(--_rs-typography-link-color-wf));--_rs-typography-link-background-size-final:var(--_rs-typography-link-background-size-from-state-hover,auto 0);--_rs-typography-link-after-margin-right-final:var(--_rs-typography-link-after-margin-right-from-state-hover,var(--_rs-typography-link-after-offset-right-wf));--_rs-typography-link-after-margin-left-final:var(--_rs-typography-link-after-margin-left-from-state-hover,var(--_rs-typography-link-after-offset-left-wf));--_rs-typography-link-box-shadow-final:var(--_rs-typography-link-box-shadow-from-state-focus-visible,initial);padding-bottom:var(--_rs-typography-link-padding-bottom-final);border-bottom:var(--_rs-typography-link-border-bottom-width-final) solid var(--_rs-typography-link-border-bottom-color-final);-o-border-image:var(--_rs-typography-link-border-image-final);border-image:var(--_rs-typography-link-border-image-final);outline:none;cursor:pointer;text-decoration:none;background-image:var(--_rs-typography-link-background-image-wf);background-repeat:repeat-x;background-position:0 calc(100% + 4px);background-size:var(--_rs-typography-link-background-size-final);box-shadow:var(--_rs-typography-link-box-shadow-final);font-size:inherit;line-height:inherit;transition:var(--_rs-typography-link-transition-wf)}._rs-link_twyr57_1,._rs-link_twyr57_1:active,._rs-link_twyr57_1:focus{color:var(--_rs-typography-link-color-final)}._rs-link_twyr57_1:hover{--_rs-typography-link-padding-bottom-from-state-hover:calc(1px - var(--_rs-typography-link-hover-underline-width-difference-wf));--_rs-typography-link-border-bottom-width-from-state-hover:calc(var(--_rs-typography-link-border-bottom-width-wf) + var(--_rs-typography-link-hover-underline-width-difference-wf));--_rs-typography-link-border-bottom-color-from-state-hover:var(--_rs-typography-link-hover-underline-color-wf);--_rs-typography-link-border-image-from-state-hover:var(--_rs-typography-link-hover-border-image-wf);--_rs-typography-link-color-from-state-hover:var(--_rs-typography-link-hover-color-wf);--_rs-typography-link-background-size-from-state-hover:auto calc(100% + 4px);--_rs-typography-link-after-margin-right-from-state-hover:var(--_rs-typography-link-hover-after-offset-right-wf);--_rs-typography-link-after-margin-left-from-state-hover:var(--_rs-typography-link-hover-after-offset-left-wf);text-decoration:none}._rs-link_twyr57_1:after{display:var(--_rs-typography-link-after-display-or-initial,var(--_rs-typography-link-after-display-wf));margin-right:var(--_rs-typography-link-after-margin-right-final);margin-left:var(--_rs-typography-link-after-margin-left-final);content:var(--_rs-typography-link-after-content-or-initial,"\2192");transition:margin-right .3s,margin-left .3s;font-feature-settings:"ss20" 1}._rs-link_twyr57_1:focus[data-focus-method=key]{--_rs-typography-link-box-shadow-from-state-focus-visible:var(--_rs-color-primary) 0 0 0 4px}._rs-code_theme_light_twyr57_1,._rs-link_theme_light_twyr57_1,._rs-pre_theme_light_twyr57_1{--rs-theme-dark:0}._rs-code_theme_dark_twyr57_1,._rs-link_theme_dark_twyr57_1,._rs-pre_theme_dark_twyr57_1,[class*=_theme_dark] ._rs-code_theme_auto_twyr57_1,[class*=_theme_dark] ._rs-link_theme_auto_twyr57_1,[class*=_theme_dark] ._rs-pre_theme_auto_twyr57_1{--rs-theme-dark:1}@keyframes _fadeInTopToBottom_1bu2l6k_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:none}}@keyframes _fadeInBottomToTop_1bu2l6k_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes _fadeInLeftToRight_1bu2l6k_1{0%{opacity:0;transform:translateX(-10px)}to{opacity:1;transform:none}}@keyframes _fadeInRightToLeft_1bu2l6k_1{0%{opacity:0;transform:translateX(10px)}to{opacity:1;transform:none}}._dropdown_1bu2l6k_50{display:flex;flex-direction:column}._triggerWrapper_1bu2l6k_55{display:inline-block}._contentWrapper_1bu2l6k_59{display:block;box-sizing:border-box;position:relative;overflow-y:auto;background-clip:padding-box;margin:1px;transition:opacity .2s linear,transform .2s linear}[data-popper-placement^=top] ._contentWrapper_1bu2l6k_59{animation:_fadeInBottomToTop_1bu2l6k_1 .2s ease}[data-popper-placement^=bottom] ._contentWrapper_1bu2l6k_59{animation:_fadeInTopToBottom_1bu2l6k_1 .2s ease}[data-popper-placement^=right] ._contentWrapper_1bu2l6k_59{animation:_fadeInLeftToRight_1bu2l6k_1 .2s ease}[data-popper-placement^=left] ._contentWrapper_1bu2l6k_59{animation:_fadeInRightToLeft_1bu2l6k_1 .2s ease}._wrapperHidden_1bu2l6k_85{opacity:0}[data-popper-placement^=top] ._wrapperHidden_1bu2l6k_85{transform:translateY(10px)}[data-popper-placement^=bottom] ._wrapperHidden_1bu2l6k_85{transform:translateY(-10px)}[data-popper-placement^=right] ._wrapperHidden_1bu2l6k_85{transform:translateX(-10px)}[data-popper-placement^=left] ._wrapperHidden_1bu2l6k_85{transform:translateX(10px)}._themeLight_1bu2l6k_105 ._contentWrapper_1bu2l6k_59{background-color:#fff;box-shadow:0 0 0 1px #d1d1d2}._themeLight_1bu2l6k_105._modeRock_1bu2l6k_110 ._contentWrapper_1bu2l6k_59{background-color:#19191c}._themeDark_1bu2l6k_114 ._contentWrapper_1bu2l6k_59{background-color:#303033;box-shadow:0 0 0 1px #757577}._themeDark_1bu2l6k_114._modeRock_1bu2l6k_110 ._contentWrapper_1bu2l6k_59{background-color:#fff}._modeRock_1bu2l6k_110{--rs-parent-color-primary-light-theme:var(--rs-color-primary-light-theme);--rs-parent-color-primary-dim-light-theme:var(--rs-color-primary-dim-light-theme);--rs-parent-color-primary-fog-light-theme:var(--rs-color-primary-fog-light-theme);--rs-parent-color-primary-t-dim-light-theme:var(--rs-color-primary-t-dim-light-theme);--rs-parent-color-primary-t-fog-light-theme:var(--rs-color-primary-t-fog-light-theme);--rs-parent-color-primary-dark-theme:var(--rs-color-primary-dark-theme);--rs-parent-color-primary-dim-dark-theme:var(--rs-color-primary-dim-dark-theme);--rs-parent-color-primary-fog-dark-theme:var(--rs-color-primary-fog-dark-theme);--rs-parent-color-primary-t-dim-dark-theme:var(--rs-color-primary-t-dim-dark-theme);--rs-parent-color-primary-t-fog-dark-theme:var(--rs-color-primary-t-fog-dark-theme)}._modeRock_1bu2l6k_110>*{--rs-color-primary-dark-theme:var(--rs-parent-color-primary-light-theme);--rs-color-primary-dim-dark-theme:var(--rs-parent-color-primary-dim-light-theme);--rs-color-primary-fog-dark-theme:var(--rs-parent-color-primary-fog-light-theme);--rs-color-primary-t-dim-dark-theme:var(--rs-parent-color-primary-t-dim-light-theme);--rs-color-primary-t-fog-dark-theme:var(--rs-parent-color-primary-t-fog-light-theme);--rs-color-primary-light-theme:var(--rs-parent-color-primary-dark-theme);--rs-color-primary-dim-light-theme:var(--rs-parent-color-primary-dim-dark-theme);--rs-color-primary-fog-light-theme:var(--rs-parent-color-primary-fog-dark-theme);--rs-color-primary-t-dim-light-theme:var(--rs-parent-color-primary-t-dim-dark-theme);--rs-color-primary-t-fog-light-theme:var(--rs-parent-color-primary-t-fog-dark-theme)}.ideText--wkfD_FU{width:100%;height:100%;text-decoration:none}.ideButton--lDjVRlr,.ideText--wkfD_FU{display:flex;align-items:center;justify-content:center;color:#fff!important}.ideButton--lDjVRlr{position:relative;flex-direction:row;width:245px;height:48px;font-size:15px!important;line-height:1.6;background:#000 url(/static/versions/36688/button-install.png) no-repeat;background-size:contain;border-radius:25px;box-shadow:0 1px 2px 0 rgba(0,0,0,.25);cursor:pointer;transition:background-color;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ideButton--lDjVRlr:hover{background:rgba(0,0,0,.9) url(/static/versions/36688/button-install.png) no-repeat;background-size:contain}.loadableBlock--VrOqJDK{--beam-width:25%;position:relative;overflow:hidden;background:var(--rs-color-grey-5);border-radius:8px}.container--lccgUoX{width:100%;height:100%;animation:load--pOhlHEH .9s cubic-bezier(.4,0,.2,1) infinite}.container--lccgUoX:after{position:absolute;top:0;right:0;display:block;width:var(--beam-width);height:100%;background:linear-gradient(90deg,transparent 0,var(--rs-color-white-t80) 50%,transparent);content:""}@keyframes load--pOhlHEH{0%{transform:translateX(-100%)}to{transform:translateX(var(--beam-width))}}div.description--K5Np8pg{--plugin-card-description-height:72px;position:relative;height:var(--plugin-card-description-height);overflow:hidden;word-break:break-word;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media (max-width:640px){div.description--K5Np8pg{height:100%;min-height:var(--plugin-card-description-height)}}.placeholder--CZXRYkJ{height:100%}._icon_1d6ztcv_4{--_rs-theme-dark:var(--_rs-internal-force-theme-dark-consult-rescui-before-using,var(--rs-theme-dark,0));--_rs-theme-flip:var(--rs-theme-flip,0);--_rs-theme-dark-coefficient:calc(var(--_rs-theme-dark)*(1 - var(--_rs-theme-flip)) + var(--_rs-theme-flip)*(1 - var(--_rs-theme-dark)));--_rs-theme-light-coefficient:calc(1 - var(--_rs-theme-dark-coefficient))}@supports (color:color-mix(in srgb,#fff 50%,#000 50%)){._icon_1d6ztcv_4{--_rs-color-primary:color-mix(in srgb,var(--rs-color-primary-light-theme,#6b57ff) calc(100%*var(--_rs-theme-light-coefficient, 1)),var(--rs-color-primary-dark-theme,#8473ff) calc(100%*var(--_rs-theme-dark-coefficient, 0)));--_rs-color-primary-dim:color-mix(in srgb,var(--rs-color-primary-dim-light-theme,#8979ff) calc(100%*var(--_rs-theme-light-coefficient, 1)),var(--rs-color-primary-dim-dark-theme,#6f61d2) calc(100%*var(--_rs-theme-dark-coefficient, 0)));--_rs-color-primary-fog:color-mix(in srgb,var(--rs-color-primary-fog-light-theme,#e1ddff) calc(100%*var(--_rs-theme-light-coefficient, 1)),var(--rs-color-primary-fog-dark-theme,#2e2b49) calc(100%*var(--_rs-theme-dark-coefficient, 0)));--_rs-color-primary-t-dim:color-mix(in srgb,var(--rs-color-primary-t-dim-light-theme,rgba(107,87,255,0.8)) calc(100%*var(--_rs-theme-light-coefficient, 1)),var(--rs-color-primary-t-dim-dark-theme,rgba(132,115,255,0.8)) calc(100%*var(--_rs-theme-dark-coefficient, 0)));--_rs-color-primary-t-fog:color-mix(in srgb,var(--rs-color-primary-t-fog-light-theme,rgba(107,87,255,0.2)) calc(100%*var(--_rs-theme-light-coefficient, 1)),var(--rs-color-primary-t-fog-dark-theme,rgba(132,115,255,0.3)) calc(100%*var(--_rs-theme-dark-coefficient, 0)))}}@supports not (color:color-mix(in srgb,#fff 50%,#000 50%)){._icon_1d6ztcv_4{--_rs-color-primary:rgb(calc(var(--_rs-theme-light-coefficient, 1)*107 + var(--_rs-theme-dark-coefficient, 0)*132),calc(var(--_rs-theme-light-coefficient, 1)*87 + var(--_rs-theme-dark-coefficient, 0)*115),255);--_rs-color-primary-dim:rgb(calc(var(--_rs-theme-light-coefficient, 1)*137 + var(--_rs-theme-dark-coefficient, 0)*111),calc(var(--_rs-theme-light-coefficient, 1)*121 + var(--_rs-theme-dark-coefficient, 0)*97),calc(var(--_rs-theme-light-coefficient, 1)*255 + var(--_rs-theme-dark-coefficient, 0)*210));--_rs-color-primary-fog:rgb(calc(var(--_rs-theme-light-coefficient, 1)*225 + var(--_rs-theme-dark-coefficient, 0)*46),calc(var(--_rs-theme-light-coefficient, 1)*221 + var(--_rs-theme-dark-coefficient, 0)*43),calc(var(--_rs-theme-light-coefficient, 1)*255 + var(--_rs-theme-dark-coefficient, 0)*73));--_rs-color-primary-t-dim:rgba(calc(var(--_rs-theme-light-coefficient, 1)*107 + var(--_rs-theme-dark-coefficient, 0)*132),calc(var(--_rs-theme-light-coefficient, 1)*87 + var(--_rs-theme-dark-coefficient, 0)*115),255,0.8);--_rs-color-primary-t-fog:rgba(calc(var(--_rs-theme-light-coefficient, 1)*107 + var(--_rs-theme-dark-coefficient, 0)*132),calc(var(--_rs-theme-light-coefficient, 1)*87 + var(--_rs-theme-dark-coefficient, 0)*115),255,calc(var(--_rs-theme-light-coefficient, 1)*0.2 + var(--_rs-theme-dark-coefficient, 0)*0.3))}}._icon_1d6ztcv_4{fill:var(--_rs-icons-themed-fill-or-initial,currentcolor);width:var(--rs-icons-width,auto);height:var(--rs-icons-height,var(--_rs-icons-height))}._sizeXS_1d6ztcv_14{--_rs-icons-height:16px}._sizeS_1d6ztcv_18{--_rs-icons-height:20px}._sizeM_1d6ztcv_22{--_rs-icons-height:24px}._sizeL_1d6ztcv_26{--_rs-icons-height:28px}._light_1d6ztcv_30{--rs-theme-dark:0}._dark_1d6ztcv_34,._light_1d6ztcv_30{--_rs-icons-themed-fill-or-initial:rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))}._dark_1d6ztcv_34{--rs-theme-dark:1}@keyframes rs-icon-rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}._allVariants_1d6ztcv_48{aspect-ratio:var(--rs-icon-ar-width,1)/var(--rs-icon-ar-height,1);container:rs-icon/size}._variant16_1d6ztcv_53,._variant20_1d6ztcv_54,._variant24_1d6ztcv_55{display:none}._variant28_1d6ztcv_58{display:block}@container rs-icon (max-height: 24px){._variant24_1d6ztcv_55{display:block}._variant28_1d6ztcv_58{display:none}}@container rs-icon (max-height: 20px){._variant20_1d6ztcv_54{display:block}._variant24_1d6ztcv_55{display:none}}@container rs-icon (max-height: 16px){._variant16_1d6ztcv_53{display:block}._variant20_1d6ztcv_54{display:none}}._themeLight_q69r9l_6{--rs-theme-dark:0}._themeDark_q69r9l_9{--rs-theme-dark:1}._sizeXs_q69r9l_13{--_rs-rate-star-wrapper-padding:4px 2px}._sizeXs_q69r9l_13 [data-rs-internal=rate__icon-background]:not(html),._sizeXs_q69r9l_13 [data-rs-internal=rate__icon-cover]:not(html){--_rs-icons-height:16px}._sizeS_q69r9l_16{--_rs-rate-star-wrapper-padding:4px 4px}._sizeS_q69r9l_16 [data-rs-internal=rate__icon-background]:not(html),._sizeS_q69r9l_16 [data-rs-internal=rate__icon-cover]:not(html){--_rs-icons-height:20px}._sizeM_q69r9l_19{--_rs-rate-star-wrapper-padding:6px 4px}._sizeM_q69r9l_19 [data-rs-internal=rate__icon-background]:not(html),._sizeM_q69r9l_19 [data-rs-internal=rate__icon-cover]:not(html){--_rs-icons-height:24px}._sizeL_q69r9l_22{--_rs-rate-star-wrapper-padding:8px 4px}._sizeL_q69r9l_22 [data-rs-internal=rate__icon-background]:not(html),._sizeL_q69r9l_22 [data-rs-internal=rate__icon-cover]:not(html){--_rs-icons-height:28px}._editableSizeS_q69r9l_26{--_rs-rate-star-wrapper-padding:6px 4px;--_rs-rate-input-label-offset:4px}._editableSizeS_q69r9l_26 [data-rs-internal=rate-input__icon-background]:not(html),._editableSizeS_q69r9l_26 [data-rs-internal=rate-input__icon-cover]:not(html){--_rs-icons-height:20px}._editableSizeS_q69r9l_26 [data-rs-internal=rate-input__label]{--_rs-typography-letter-spacing:var(--rs-text-3-letter-spacing,0.0045em);--_rs-typography-text-transform:initial;--_rs-typography-font-variant-numeric:initial;--_rs-typography-font-family:var(--rs-font-family-ui,var(--rs-font-family-jb-sans,"JetBrains Sans",Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Droid Sans","Helvetica Neue",Arial,sans-serif));--_rs-typography-font-size:var(--rs-text-3-font-size,13px);--_rs-typography-font-weight:var(--rs-font-weight-regular,400);--_rs-typography-line-height:var(--rs-text-3-line-height,20px);--_rs-typography-base-color:var(--_rs-typography-hardness-color,var(--rs-color-average,rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227),0.7)));--_rs-typography-text-auto-offset:8px;--_rs-typography-ul-bullet-offset:2px;--_rs-typography-list-li-compact-left-offset:15px;--_rs-typography-list-li-default-left-offset:19px;--_rs-typography-list-li-margin-top-from-text:8px;--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;--_rs-typography-link-border-bottom-width-from-text:1px}._editableSizeS_q69r9l_26 [data-rs-internal=rate-input__bold-label]{--_rs-typography-letter-spacing:var(--rs-h5-letter-spacing,normal);--_rs-typography-text-transform:initial;--_rs-typography-font-variant-numeric:initial;--_rs-typography-font-family:var(--rs-font-family-ui,var(--rs-font-family-jb-sans,"JetBrains Sans",Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Droid Sans","Helvetica Neue",Arial,sans-serif));--_rs-typography-font-size:var(--rs-h5-font-size,13px);--_rs-typography-font-weight:var(--rs-font-weight-semi-bold,600);--_rs-typography-line-height:var(--rs-h5-line-height,20px);--_rs-typography-base-color:var(--_rs-typography-heading-hardness-color,var(--rs-color-hard,rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))));--_rs-typography-text-auto-offset:0;--_rs-typography-ul-bullet-offset:initial;--_rs-typography-list-li-compact-left-offset:initial;--_rs-typography-list-li-default-left-offset:initial;--_rs-typography-list-li-margin-top-from-text:initial;--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;--_rs-typography-link-border-bottom-width-from-text:2px}._editableSizeM_q69r9l_29{--_rs-rate-star-wrapper-padding:8px 4px;--_rs-rate-input-label-offset:8px}._editableSizeM_q69r9l_29 [data-rs-internal=rate-input__icon-background]:not(html),._editableSizeM_q69r9l_29 [data-rs-internal=rate-input__icon-cover]:not(html){--_rs-icons-height:24px}._editableSizeM_q69r9l_29 [data-rs-internal=rate-input__label]{--_rs-typography-letter-spacing:var(--rs-text-2-letter-spacing,0.0015em);--_rs-typography-text-transform:initial;--_rs-typography-font-variant-numeric:initial;--_rs-typography-font-family:var(--rs-font-family-ui,var(--rs-font-family-jb-sans,"JetBrains Sans",Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Droid Sans","Helvetica Neue",Arial,sans-serif));--_rs-typography-font-size:var(--rs-text-2-font-size,16px);--_rs-typography-font-weight:var(--rs-font-weight-regular,400);--_rs-typography-line-height:var(--rs-text-2-line-height,24px);--_rs-typography-base-color:var(--_rs-typography-hardness-color,var(--rs-color-average,rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227),0.7)));--_rs-typography-text-auto-offset:16px;--_rs-typography-ul-bullet-offset:2px;--_rs-typography-list-li-compact-left-offset:18px;--_rs-typography-list-li-default-left-offset:24px;--_rs-typography-list-li-margin-top-from-text:var(--_rs-typography-text-2-sm-list-li-margin-top-from-text,16px);--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;--_rs-typography-link-border-bottom-width-from-text:1px}@media screen and (max-width:640px){._editableSizeM_q69r9l_29 [data-rs-internal=rate-input__label]{--_rs-typography-text-2-sm-list-li-margin-top-from-text:12px}}._editableSizeM_q69r9l_29 [data-rs-internal=rate-input__bold-label]{--_rs-typography-letter-spacing:var(--rs-h4-letter-spacing,normal);--_rs-typography-text-transform:initial;--_rs-typography-font-variant-numeric:initial;--_rs-typography-font-family:var(--rs-font-family-ui,var(--rs-font-family-jb-sans,"JetBrains Sans",Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Droid Sans","Helvetica Neue",Arial,sans-serif));--_rs-typography-font-size:var(--rs-h4-font-size,16px);--_rs-typography-font-weight:var(--rs-font-weight-semi-bold,600);--_rs-typography-line-height:var(--rs-h4-line-height,24px);--_rs-typography-base-color:var(--_rs-typography-heading-hardness-color,var(--rs-color-hard,rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))));--_rs-typography-text-auto-offset:0;--_rs-typography-ul-bullet-offset:initial;--_rs-typography-list-li-compact-left-offset:initial;--_rs-typography-list-li-default-left-offset:initial;--_rs-typography-list-li-margin-top-from-text:initial;--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;--_rs-typography-link-border-bottom-width-from-text:2px}._editableSizeL_q69r9l_32{--_rs-rate-star-wrapper-padding:12px 4px;--_rs-rate-input-label-offset:12px}._editableSizeL_q69r9l_32 [data-rs-internal=rate-input__icon-background]:not(html),._editableSizeL_q69r9l_32 [data-rs-internal=rate-input__icon-cover]:not(html){--_rs-icons-height:28px}._editableSizeL_q69r9l_32 [data-rs-internal=rate-input__label]{--_rs-typography-letter-spacing:var(--rs-text-1-letter-spacing,normal);--_rs-typography-text-transform:initial;--_rs-typography-font-variant-numeric:initial;--_rs-typography-font-family:var(--rs-font-family-ui,var(--rs-font-family-jb-sans,"JetBrains Sans",Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Droid Sans","Helvetica Neue",Arial,sans-serif));--_rs-typography-font-size:var(--rs-text-1-font-size,20px);--_rs-typography-font-weight:var(--rs-font-weight-regular,400);--_rs-typography-line-height:var(--rs-text-1-line-height,28px);--_rs-typography-base-color:var(--_rs-typography-hardness-color,var(--rs-color-average,rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227),0.7)));--_rs-typography-text-auto-offset:32px;--_rs-typography-ul-bullet-offset:2px;--_rs-typography-list-li-compact-left-offset:22px;--_rs-typography-list-li-default-left-offset:28px;--_rs-typography-list-li-margin-top-from-text:var(--_rs-typography-text-1-sm-list-li-margin-top-from-text,24px);--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;--_rs-typography-link-border-bottom-width-from-text:1px}@media screen and (max-width:640px){._editableSizeL_q69r9l_32 [data-rs-internal=rate-input__label]{--_rs-typography-text-1-sm-list-li-margin-top-from-text:16px}}._editableSizeL_q69r9l_32 [data-rs-internal=rate-input__bold-label]{--_rs-typography-letter-spacing:var(--rs-h3-letter-spacing,normal);--_rs-typography-text-transform:initial;--_rs-typography-font-variant-numeric:initial;--_rs-typography-font-family:var(--rs-font-family-ui,var(--rs-font-family-jb-sans,"JetBrains Sans",Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Droid Sans","Helvetica Neue",Arial,sans-serif));--_rs-typography-font-size:var(--rs-h3-font-size,20px);--_rs-typography-font-weight:var(--rs-font-weight-semi-bold,600);--_rs-typography-line-height:var(--rs-h3-line-height,28px);--_rs-typography-base-color:var(--_rs-typography-heading-hardness-color,var(--rs-color-hard,rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))));--_rs-typography-text-auto-offset:0;--_rs-typography-ul-bullet-offset:initial;--_rs-typography-list-li-compact-left-offset:initial;--_rs-typography-list-li-default-left-offset:initial;--_rs-typography-list-li-margin-top-from-text:initial;--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;--_rs-typography-link-border-bottom-width-from-text:2px}._classic_q69r9l_36{--_rs-rate-active-color:var(--_rs-color-primary)}._rock_q69r9l_39{--_rs-rate-active-color:rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))}._main_q69r9l_43{--_rs-theme-dark:var(--_rs-internal-force-theme-dark-consult-rescui-before-using,var(--rs-theme-dark,0));--_rs-theme-flip:var(--rs-theme-flip,0);--_rs-theme-dark-coefficient:calc(var(--_rs-theme-dark)*(1 - var(--_rs-theme-flip)) + var(--_rs-theme-flip)*(1 - var(--_rs-theme-dark)));--_rs-theme-light-coefficient:calc(1 - var(--_rs-theme-dark-coefficient))}@supports (color:color-mix(in srgb,#fff 50%,#000 50%)){._main_q69r9l_43{--_rs-color-primary:color-mix(in srgb,var(--rs-color-primary-light-theme,#6b57ff) calc(100%*var(--_rs-theme-light-coefficient, 1)),var(--rs-color-primary-dark-theme,#8473ff) calc(100%*var(--_rs-theme-dark-coefficient, 0)));--_rs-color-primary-dim:color-mix(in srgb,var(--rs-color-primary-dim-light-theme,#8979ff) calc(100%*var(--_rs-theme-light-coefficient, 1)),var(--rs-color-primary-dim-dark-theme,#6f61d2) calc(100%*var(--_rs-theme-dark-coefficient, 0)));--_rs-color-primary-fog:color-mix(in srgb,var(--rs-color-primary-fog-light-theme,#e1ddff) calc(100%*var(--_rs-theme-light-coefficient, 1)),var(--rs-color-primary-fog-dark-theme,#2e2b49) calc(100%*var(--_rs-theme-dark-coefficient, 0)));--_rs-color-primary-t-dim:color-mix(in srgb,var(--rs-color-primary-t-dim-light-theme,rgba(107,87,255,0.8)) calc(100%*var(--_rs-theme-light-coefficient, 1)),var(--rs-color-primary-t-dim-dark-theme,rgba(132,115,255,0.8)) calc(100%*var(--_rs-theme-dark-coefficient, 0)));--_rs-color-primary-t-fog:color-mix(in srgb,var(--rs-color-primary-t-fog-light-theme,rgba(107,87,255,0.2)) calc(100%*var(--_rs-theme-light-coefficient, 1)),var(--rs-color-primary-t-fog-dark-theme,rgba(132,115,255,0.3)) calc(100%*var(--_rs-theme-dark-coefficient, 0)))}}@supports not (color:color-mix(in srgb,#fff 50%,#000 50%)){._main_q69r9l_43{--_rs-color-primary:rgb(calc(var(--_rs-theme-light-coefficient, 1)*107 + var(--_rs-theme-dark-coefficient, 0)*132),calc(var(--_rs-theme-light-coefficient, 1)*87 + var(--_rs-theme-dark-coefficient, 0)*115),255);--_rs-color-primary-dim:rgb(calc(var(--_rs-theme-light-coefficient, 1)*137 + var(--_rs-theme-dark-coefficient, 0)*111),calc(var(--_rs-theme-light-coefficient, 1)*121 + var(--_rs-theme-dark-coefficient, 0)*97),calc(var(--_rs-theme-light-coefficient, 1)*255 + var(--_rs-theme-dark-coefficient, 0)*210));--_rs-color-primary-fog:rgb(calc(var(--_rs-theme-light-coefficient, 1)*225 + var(--_rs-theme-dark-coefficient, 0)*46),calc(var(--_rs-theme-light-coefficient, 1)*221 + var(--_rs-theme-dark-coefficient, 0)*43),calc(var(--_rs-theme-light-coefficient, 1)*255 + var(--_rs-theme-dark-coefficient, 0)*73));--_rs-color-primary-t-dim:rgba(calc(var(--_rs-theme-light-coefficient, 1)*107 + var(--_rs-theme-dark-coefficient, 0)*132),calc(var(--_rs-theme-light-coefficient, 1)*87 + var(--_rs-theme-dark-coefficient, 0)*115),255,0.8);--_rs-color-primary-t-fog:rgba(calc(var(--_rs-theme-light-coefficient, 1)*107 + var(--_rs-theme-dark-coefficient, 0)*132),calc(var(--_rs-theme-light-coefficient, 1)*87 + var(--_rs-theme-dark-coefficient, 0)*115),255,calc(var(--_rs-theme-light-coefficient, 1)*0.2 + var(--_rs-theme-dark-coefficient, 0)*0.3))}}._stars_q69r9l_48{display:inline-flex}._editable_q69r9l_26{display:flex;flex-wrap:wrap}._editable_q69r9l_26 ._stars_q69r9l_48{flex:1 0 100%}._starWrapper_q69r9l_61{display:inline-flex;overflow:visible;box-sizing:content-box;margin:0;padding:var(--_rs-rate-star-wrapper-padding);border:none;color:inherit;background:transparent;font:inherit;line-height:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none}._starWrapper_q69r9l_61::-moz-focus-inner{padding:0;border:0}._starWrapper_q69r9l_61:active,._starWrapper_q69r9l_61:focus,._starWrapper_q69r9l_61:hover{outline:none;text-decoration:none}._editable_q69r9l_26 ._starWrapper_q69r9l_61{cursor:pointer}._editable_q69r9l_26 ._starWrapper_q69r9l_61._selected_q69r9l_102{pointer-events:none}._main_q69r9l_43 ._starWrapper_q69r9l_61:first-child{padding-left:0}._main_q69r9l_43 ._starWrapper_q69r9l_61:last-child{padding-right:0}._editable_q69r9l_26._disabled_q69r9l_115 ._starWrapper_q69r9l_61{cursor:default;pointer-events:none}._input_q69r9l_120{position:absolute;-webkit-appearance:none;-moz-appearance:none;appearance:none;z-index:-1;opacity:0;margin:0;border:0}._starGroup_q69r9l_133{position:relative;display:inline-flex}._coverClip_q69r9l_139{position:absolute;top:0;left:0;display:inline-block;overflow:hidden;height:100%;pointer-events:none}._background_q69r9l_152,._cover_q69r9l_139{fill:currentColor}._background_q69r9l_152{color:rgb(calc(186 - var(--_rs-theme-dark-coefficient, 0)*92),calc(186 - var(--_rs-theme-dark-coefficient, 0)*92),calc(187 - var(--_rs-theme-dark-coefficient, 0)*91));transition:transform .1s ease}._disabled_q69r9l_115 ._background_q69r9l_152{color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227),.2)}._active_q69r9l_167 ._background_q69r9l_152,._cover_q69r9l_139{color:var(--_rs-rate-active-color)}._disabled_q69r9l_115 ._active_q69r9l_167 ._background_q69r9l_152,._disabled_q69r9l_115 ._cover_q69r9l_139{color:rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227),.5)}@media (hover:hover){._editable_q69r9l_26:not(._disabled_q69r9l_115) ._starWrapper_q69r9l_61:hover:not(._selected_q69r9l_102) ._background_q69r9l_152{transform:scale(1.15);transform-origin:center}}._main_q69r9l_43:not(._disabled_q69r9l_115) ._input_q69r9l_120:focus[data-focus-method=key]+._background_q69r9l_152{box-shadow:var(--_rs-color-primary-t-dim) 0 0 0 2px}._label_q69r9l_188{letter-spacing:var(--rs-text-base-letter-spacing,var(--_rs-typography-letter-spacing));text-transform:var(--_rs-typography-text-transform);font-family:var(--_rs-typography-font-family);font-size:var(--_rs-typography-font-size);font-weight:var(--_rs-typography-font-weight);line-height:var(--_rs-typography-line-height);font-variant-numeric:var(--_rs-typography-font-variant-numeric);font-feature-settings:"kern","liga","calt";color:var(--rs-color-hard,rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227)));flex:1 0 100%;margin-bottom:4px}._disabled_q69r9l_115 ._label_q69r9l_188{color:var(--rs-color-pale,rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227),.5))}._footer_q69r9l_201{display:flex;flex:1 0 100%;flex-direction:column;margin-top:4px}._errorMessage_q69r9l_209{order:99}._error_q69r9l_209 ._errorMessage_q69r9l_209{order:0}._note_q69r9l_218{--_rs-typography-letter-spacing:var(--rs-text-3-letter-spacing,0.0045em);--_rs-typography-text-transform:initial;--_rs-typography-font-variant-numeric:initial;--_rs-typography-font-family:var(--rs-font-family-ui,var(--rs-font-family-jb-sans,"JetBrains Sans",Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Droid Sans","Helvetica Neue",Arial,sans-serif));--_rs-typography-font-size:var(--rs-text-3-font-size,13px);--_rs-typography-font-weight:var(--rs-font-weight-regular,400);--_rs-typography-line-height:var(--rs-text-3-line-height,20px);--_rs-typography-base-color:var(--_rs-typography-hardness-color,var(--rs-color-average,rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227),0.7)));--_rs-typography-text-auto-offset:8px;--_rs-typography-ul-bullet-offset:2px;--_rs-typography-list-li-compact-left-offset:15px;--_rs-typography-list-li-default-left-offset:19px;--_rs-typography-list-li-margin-top-from-text:8px;--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;--_rs-typography-link-border-bottom-width-from-text:1px;--_rs-theme-dark:var(--_rs-internal-force-theme-dark-consult-rescui-before-using,var(--rs-theme-dark,0));--_rs-theme-flip:var(--rs-theme-flip,0);--_rs-theme-dark-coefficient:calc(var(--_rs-theme-dark)*(1 - var(--_rs-theme-flip)) + var(--_rs-theme-flip)*(1 - var(--_rs-theme-dark)));--_rs-theme-light-coefficient:calc(1 - var(--_rs-theme-dark-coefficient));letter-spacing:var(--rs-text-base-letter-spacing,var(--_rs-typography-letter-spacing));text-transform:var(--_rs-typography-text-transform);font-family:var(--_rs-typography-font-family);font-size:var(--_rs-typography-font-size);font-weight:var(--_rs-typography-font-weight);line-height:var(--_rs-typography-line-height);font-variant-numeric:var(--_rs-typography-font-variant-numeric);font-feature-settings:"kern","liga","calt";color:var(--_rs-typography-base-color);--_rs-typography-hardness-color:var(--rs-color-average,rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227),0.7));order:1}._disabled_q69r9l_115 ._note_q69r9l_218{--_rs-typography-hardness-color:var(--rs-color-pale,rgba(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227),0.5))}._themeLight_zmi6ff_4{--rs-theme-dark:0}._themeDark_zmi6ff_7{--rs-theme-dark:1}._main_zmi6ff_11{--_rs-theme-dark:var(--_rs-internal-force-theme-dark-consult-rescui-before-using,var(--rs-theme-dark,0));--_rs-theme-flip:var(--rs-theme-flip,0);--_rs-theme-dark-coefficient:calc(var(--_rs-theme-dark)*(1 - var(--_rs-theme-flip)) + var(--_rs-theme-flip)*(1 - var(--_rs-theme-dark)));--_rs-theme-light-coefficient:calc(1 - var(--_rs-theme-dark-coefficient))}@supports (color:color-mix(in srgb,#fff 50%,#000 50%)){._main_zmi6ff_11{--_rs-color-danger:color-mix(in srgb,#cc1400 calc(100%*var(--_rs-theme-light-coefficient, 1)),#ff6553 calc(100%*var(--_rs-theme-dark-coefficient, 0)));--_rs-color-danger-bg:color-mix(in srgb,rgba(204,20,0,0.2) calc(100%*var(--_rs-theme-light-coefficient, 1)),rgba(255,101,83,0.2) calc(100%*var(--_rs-theme-dark-coefficient, 0)))}}@supports not (color:color-mix(in srgb,#fff 50%,#000 50%)){._main_zmi6ff_11{--_rs-color-danger:rgb(calc(var(--_rs-theme-light-coefficient, 1)*204 + var(--_rs-theme-dark-coefficient, 0)*255),calc(var(--_rs-theme-light-coefficient, 1)*20 + var(--_rs-theme-dark-coefficient, 0)*101),calc(var(--_rs-theme-light-coefficient, 1)*0 + var(--_rs-theme-dark-coefficient, 0)*83));--_rs-color-danger-bg:rgba(calc(var(--_rs-theme-light-coefficient, 1)*204 + var(--_rs-theme-dark-coefficient, 0)*255),calc(var(--_rs-theme-light-coefficient, 1)*20 + var(--_rs-theme-dark-coefficient, 0)*101),calc(var(--_rs-theme-light-coefficient, 1)*0 + var(--_rs-theme-dark-coefficient, 0)*83),0.2)}}._main_zmi6ff_11{letter-spacing:var(--rs-text-base-letter-spacing,var(--_rs-typography-letter-spacing));text-transform:var(--_rs-typography-text-transform);font-family:var(--_rs-typography-font-family);font-size:var(--_rs-typography-font-size);font-weight:var(--_rs-typography-font-weight);line-height:var(--_rs-typography-line-height);font-variant-numeric:var(--_rs-typography-font-variant-numeric);font-feature-settings:"kern","liga","calt";--_rs-typography-letter-spacing:var(--rs-h5-letter-spacing,normal);--_rs-typography-text-transform:initial;--_rs-typography-font-variant-numeric:initial;--_rs-typography-font-family:var(--rs-font-family-ui,var(--rs-font-family-jb-sans,"JetBrains Sans",Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Droid Sans","Helvetica Neue",Arial,sans-serif));--_rs-typography-font-size:var(--rs-h5-font-size,13px);--_rs-typography-font-weight:var(--rs-font-weight-semi-bold,600);--_rs-typography-line-height:var(--rs-h5-line-height,20px);--_rs-typography-base-color:var(--_rs-typography-heading-hardness-color,var(--rs-color-hard,rgb(calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(25 + var(--_rs-theme-dark-coefficient, 0)*230),calc(28 + var(--_rs-theme-dark-coefficient, 0)*227))));--_rs-typography-text-auto-offset:0;--_rs-typography-ul-bullet-offset:initial;--_rs-typography-list-li-compact-left-offset:initial;--_rs-typography-list-li-default-left-offset:initial;--_rs-typography-list-li-margin-top-from-text:initial;--_rs-typography-link-standalone-border-offset-from-text-base:1.15em;--_rs-typography-link-external-standalone-border-offset-from-text-base:1.02em;--_rs-typography-link-border-bottom-width-from-text:2px;color:var(--_rs-color-danger)}.shortRate--F9YNXEE{display:inline-flex;gap:4px;align-items:center;color:var(--rs-color-black-t80)}.star--PAE0LiE{width:20px;height:20px}.value--VtqskcL{font-weight:500}:root{--plugin-card-icon-size:72px}.header--trPneqm{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.container--iys0Mbn{gap:16px;height:var(--plugin-card-icon-size);align-items:flex-start}.centered--P2Ex2Tb,.container--iys0Mbn{display:flex;flex-direction:row;justify-content:flex-start}.centered--P2Ex2Tb{align-items:center}.icon--gwEUo0a img{width:var(--plugin-card-icon-size);height:var(--plugin-card-icon-size)}@media (max-width:640px){.icon--gwEUo0a img{width:calc(var(--plugin-card-icon-size)*0.75);height:calc(var(--plugin-card-icon-size)*0.75)}}.greyed--E9nr_mB path{fill:var(--wt-color-dark-20)}.name--r3DGWh1{flex-grow:1}.name--r3DGWh1 a{text-decoration:none}.nameHeading--rVR_6n2{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;text-overflow:ellipsis;-webkit-line-clamp:2}@media (max-width:640px){.nameHeading--rVR_6n2{font-size:15px;line-height:20px}}.iconPlaceholder--zp8wWio{width:var(--plugin-card-icon-size);height:var(--plugin-card-icon-size);border-radius:100%}.container--xzuuZwJ{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;margin-left:-2px}.name--eqQeYLK{max-width:220px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.rate--WfBkrZI{padding-bottom:1px;line-height:10px}.rate--WfBkrZI svg{max-width:14px;max-height:14px}.rateHidden--tY7lQVN{visibility:hidden}:root{--plugin-card-bar-width:8px;--plugin-card-bar-height:90px}.bar--A5SMmGO{width:var(--plugin-card-bar-width);height:100%;max-height:var(--plugin-card-bar-height);background-color:var(--rs-color-primary-light-theme);border-radius:2px 2px 0 0;transform-origin:0 100%;transition:transform .2s}.chart--KGlfjqK{position:relative;height:var(--plugin-card-bar-height)}.loading--fkwzaUQ{width:100%;text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.stats--q4rTbrd{margin-top:4px}:root{--plugin-card-width:calc(var(--mp-card-unit)*48 + 5px)}.pluginCard--h0BcHMB{width:var(--plugin-card-width);word-break:break-word}@media (max-width:640px){.pluginCard--h0BcHMB{width:100%;max-width:var(--plugin-card-width)}}.pluginCard--h0BcHMB{@container style(--rs-theme-dark: 1){background-color:var(--rs-color-black-t80)}}.pluginCard--h0BcHMB:hover a[type=button],.pluginCard--h0BcHMB:hover button{background-color:var(--wt-color-primary-light-theme)}.linkCard--SJS9xDZ{display:block;width:var(--plugin-card-width)}@media (max-width:640px){.linkCard--SJS9xDZ{width:100%}}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;font-size:inherit;font-family:JetBrains Sans,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Droid Sans,Helvetica Neue,Arial,sans-serif;vertical-align:baseline;border:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}body{text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.ltiButton--WvgEBRr,body{-webkit-font-smoothing:antialiased}.ltiButton--WvgEBRr{padding:8px 24px;color:#fff;font-weight:400;font-size:16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-style:normal;line-height:24px;letter-spacing:.024px;background-color:#0f6cbf;border-radius:24px;transition:background-color .5s}.ltiButton--WvgEBRr:hover{color:#fff;background-color:#0c589c}.ltiButton--WvgEBRr:active{color:#fff;background-color:#0b5190}.ltiButton--WvgEBRr:focus{color:#fff;background-color:#0c589c}@font-face{font-family:JetBrains Sans;src:url(https://resources.jetbrains.com/storage/jetbrains-sans/google-fonts/v1.309/webfonts/JetBrainsSans-Light.woff2) format("woff2"),url(https://resources.jetbrains.com/storage/jetbrains-sans/google-fonts/v1.309/webfonts/JetBrainsSans-Light.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:JetBrains Sans;src:url(https://resources.jetbrains.com/storage/jetbrains-sans/google-fonts/v1.309/webfonts/JetBrainsSans-Regular.woff2) format("woff2"),url(https://resources.jetbrains.com/storage/jetbrains-sans/google-fonts/v1.309/webfonts/JetBrainsSans-Regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:JetBrains Sans;src:url(https://resources.jetbrains.com/storage/jetbrains-sans/google-fonts/v1.309/webfonts/JetBrainsSans-SemiBold.woff2) format("woff2"),url(https://resources.jetbrains.com/storage/jetbrains-sans/google-fonts/v1.309/webfonts/JetBrainsSans-SemiBold.woff) format("woff");font-weight:600;font-style:normal}@supports (font-variation-settings:normal){@font-face{font-family:JetBrains Sans;src:url(https://resources.jetbrains.com/storage/jetbrains-sans/google-fonts/v1.309/variable/JetBrainsSans[wght].woff2) format("woff2 supports variations"),url(https://resources.jetbrains.com/storage/jetbrains-sans/google-fonts/v1.309/variable/JetBrainsSans[wght].woff2) format("woff2-variations"),url(https://resources.jetbrains.com/storage/jetbrains-sans/google-fonts/v1.309/variable/JetBrainsSans[wght].ttf) format("truetype-variations");font-weight:100 900;font-style:normal}}