@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap";.footer__wrapper{display:flex;align-items:center;flex-direction:column;padding:100px 40px 0;margin:0 auto;max-width:1920px}.footer__base{width:100%;display:flex;justify-content:space-between;gap:60px;align-items:start}.footer__contact{max-width:520px}.footer__title{margin:0 0 40px}.footer__desc{margin:0 0 40px;line-height:1.5}.footer__comment{margin:10px 0 0;font-size:.75rem}.footer__form{display:flex;gap:20px}.footer__map{display:flex;gap:clamp(50px,10vw,190px)}.footer__nav-title{font-size:1.75rem;margin:0 0 40px}.footer__nav-list{display:flex;flex-direction:column;gap:26px}.footer__link{text-decoration:none;background-color:transparent}.footer__extra{margin-top:56px;padding:45px 0;width:100%;display:flex;justify-content:space-between;align-items:center;border-top:.6px solid rgba(0,0,0,.6)}.footer__social{display:flex;gap:20px;flex:1;align-items:center}.footer__docs{display:flex;flex-direction:column;align-items:end;gap:6px;flex:1;text-align:right;padding:0 0 0 40px}@media screen and (max-width: 1100px){.footer__base{flex-direction:column;align-items:center}.footer__contact{max-width:100%;padding:0 140px;width:100%;box-sizing:border-box}.footer__desc{max-width:600px}.footer__map{box-sizing:border-box;padding:0 140px;width:100%}.footer__form{max-width:600px}}@media screen and (max-width: 992px){.footer__title{margin:0 0 40px;font-size:2rem}.footer__desc{font-size:1rem}.footer__contact{max-width:100%;padding:0 80px}.footer__nav-link{font-size:9rem}.footer__extra{gap:32px}.footer__map{padding:0 80px}}@media screen and (max-width: 768px){.footer__title{margin:0 0 20px;font-size:1.6rem}.footer__desc{font-size:.9rem;margin-bottom:20px;max-width:480px}.footer__contact{max-width:100%;padding:0;width:100%}.footer__nav-title{font-size:1.4rem}.footer__form{max-width:480px}.footer__map{width:100%;padding:0}.footer__extra{flex-direction:column;align-items:center;gap:32px}.footer__docs{text-align:center;align-items:center;margin:0;padding:0}}@media screen and (max-width: 576px){.footer__wrapper{padding:60px 15px 0}.footer__nav-title{margin:0 0 16px;font-size:1.4rem}.footer__nav-list{gap:8px}.footer__base{gap:36px}.footer__extra{margin-top:24px;gap:24px}.footer__extra .link .logo{transform:scale(.8)}}@media screen and (max-width: 440px){.footer__map{flex-direction:column;gap:20px}.footer__form{flex-direction:column;gap:10px}}.link{display:inline-flex;align-items:center;justify-content:center;cursor:pointer;border:none;transition:all .16s ease-in}.link--button{font-size:1.125rem;font-weight:500;border-radius:8px;height:3.25rem;padding:0 1.125rem}.link--primary{background-color:#0460d9;color:#fff}.link--primary:hover:not(.link--disabled){background-color:#074db5;color:#fff}.link--primary:active:not(.link--disabled){background-color:#0745a0;color:#fff}.link--secondary{background-color:#f3f3f3;color:#000}.link--secondary:hover:not(.link--disabled){background-color:#ededed;color:#000}.link--secondary:active:not(.link--disabled){background-color:#e1e1e1;color:#000}.link--light{background-color:#eceeff;color:#0460d9}.link--light:hover:not(.link--disabled){background-color:#e8ebff;color:#0460d9}.link--light:active:not(.link--disabled){background-color:#e0e3ff;color:#0460d9}.link--transparent{background-color:transparent;color:#000000b3}.link--transparent:hover:not(.link--disabled){opacity:.95;color:#000}.link--transparent:active:not(.link--disabled){opacity:.9;color:#000}.link--text{display:inline;background-color:transparent;padding:0;margin:0;height:auto;font-size:inherit;text-decoration:underline;font-weight:inherit;color:#0460d9}.link--text:hover:not(.link--disabled){background-color:transparent;opacity:.95;color:#074db5}.link--text:active:not(.link--disabled){background-color:transparent;opacity:.9;color:#0745a0}.link--navigation{background-color:transparent;padding:0;margin:0;height:auto;font-size:1.125rem;text-decoration:underline;font-weight:inherit;color:#0009;text-decoration:none}.link--navigation:hover:not(.link--disabled){background-color:transparent;color:#00000080}.link--navigation:active:not(.link--disabled){background-color:transparent;color:#000000b3}.link--full-width{width:100%}.link--rounded{border-radius:10000px;height:3.25rem;padding:0 1.125rem;font-size:1.125rem;font-weight:400}.link--small{height:3rem}.link--icon{height:auto;padding:.875rem}.link--disabled{opacity:.6;cursor:not-allowed}@media screen and (max-width: 768px){.link{font-size:1rem}.link--rounded{padding:0 1rem}.link--text{font-size:inherit}.link--icon{padding:.75rem}}@media screen and (max-width: 576px){.link{font-size:.85rem}.link--rounded{padding:0 .85rem;height:2.5rem}.link--text{font-size:inherit}.link--icon{padding:.65rem}}.logo{display:flex;gap:12px;align-items:center}.logo__icon{height:22px;width:22px}@media screen and (max-width: 768px){.logo{transform:scale(.9)}}@media screen and (max-width: 576px){.logo{transform:scale(.8) translate(-19px)}}.icon{flex-shrink:0;display:inline-flex;justify-content:center;align-items:center;color:inherit}.icon svg{height:100%;width:100%}.input{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;outline:none;border:1px solid transparent;background-color:#f3f3f3;transition:all .16s ease-in;height:64px;max-height:4rem;padding:1.25rem 1.5rem;font-size:1.125rem;font-weight:400}.input:hover:not(.button--disabled){background-color:#ededed}.input:active:not(.button--disabled),.input:focus:not(.button--disabled){border-color:#0460d9}.input--disabled{opacity:.6;cursor:not-allowed}.input--full-width{width:100%}input[type=file]{cursor:pointer;background:none;height:100%;max-height:100%;font-size:1rem;padding:0;border-radius:10px}input[type=file]:hover:not(.button--disabled){background-color:transparent}input[type=file]::file-selector-button{display:inline-flex;align-items:center;justify-content:center;font-weight:500;cursor:pointer;border:none;transition:all .16s ease-in;font-weight:400;padding:0 .85rem;height:3.25rem;font-size:1.125rem;border-radius:10px;background-color:#0460d9;color:#fff;margin-right:20px}input[type=file]::file-selector-button:hover{background:#074db5}@media screen and (max-width: 768px){.input{height:3.5rem;max-height:4rem;padding:1.125rem 1.25rem;font-size:1rem}.input--large{height:3.5rem;font-size:1rem;max-width:130px}}.button{display:inline-flex;align-items:center;justify-content:center;font-weight:500;border-radius:8px;cursor:pointer;border:none;transition:all .16s ease-in;padding:0 .85rem;height:3.25rem;font-size:1.125rem}.button--primary{background-color:#0460d9;color:#fff}.button--primary:hover:not(.button--disabled){background-color:#074db5}.button--primary:active:not(.button--disabled){background-color:#0745a0}.button--secondary{background-color:#f3f3f3;color:#000}.button--secondary:hover:not(.button--disabled){background-color:#ededed}.button--secondary:active:not(.button--disabled){background-color:#e1e1e1}.button--danger{background-color:#d95454;color:#fff}.button--danger:hover:not(.button--disabled){background-color:#c44}.button--danger:active:not(.button--disabled){background-color:#d33737}.button--success{background-color:#5cc86a;color:#fff}.button--success:hover:not(.button--disabled){background-color:#50bd5e}.button--success:active:not(.button--disabled){background-color:#3eb54e}.button--light{background-color:#eceeff;color:#0460d9}.button--light:hover:not(.button--disabled){background-color:#e8ebff}.button--light:active:not(.button--disabled){background-color:#e0e3ff}.button--rounded{border-radius:10000px}.button--small{padding:6px 12px;font-size:.875rem}.button--medium{padding:8px 16px;font-size:1rem}.button--large{height:4rem;max-width:180px;font-size:1.125rem}.button--full-width{width:100%}.button--disabled{opacity:.6;cursor:not-allowed}@media screen and (max-width: 768px){.button{padding:0 .85rem;height:2.25rem}.button--large{height:3.5rem;font-size:1rem;max-width:130px}}.header{position:relative}.header__wrapper{display:flex;align-items:center;justify-content:space-between;padding:0 40px;height:94px;max-width:1920px;margin:0 auto}.header__start{display:flex;align-items:center;gap:52px}.header__end{display:flex;align-items:center;gap:16px;color:#0460d9}.header__nav-list{display:flex;align-items:center;gap:10px}.header__menu-button{display:none;background:none;border:none;cursor:pointer;width:32px;height:32px;position:relative}.header__menu-button .header__menu-icon{display:block;width:20px;height:2px;background-color:#0460d9;position:relative}.header__menu-button .header__menu-icon:before,.header__menu-button .header__menu-icon:after{content:"";position:absolute;width:24px;height:2px;background-color:#0460d9;left:0}.header__menu-button .header__menu-icon:before{top:-8px}.header__menu-button .header__menu-icon:after{bottom:-8px}.header__mobile-menu{display:none;position:fixed;top:0;right:-100%;width:60%;max-width:200px;height:100vh;background-color:#fff;transition:right .3s ease;z-index:1000;padding:20px;overflow-y:auto}.header__mobile-menu--open{right:0}.header__mobile-menu-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.header__close-button{border:none;width:2.25rem;cursor:pointer}.header__mobile-nav-list{display:flex;flex-direction:column;gap:12px}.header__mobile-nav-item{box-sizing:border-box;width:100%}.header__mobile-nav-item a{box-sizing:border-box;align-items:center;font-size:1rem;justify-content:flex-start}.header__mobile-nav-item:last-child{margin-top:40px;border-top:.4px solid #0460d9;padding-top:20px;width:fit-content}.header__mobile-login-text{margin-left:10px}@media screen and (max-width: 992px){.header__wrapper{padding:0 40px}.header__start{gap:30px}}@media screen and (max-width: 768px){.header__wrapper{padding:0 40px;height:72px}.header__start{gap:20px}}@media screen and (max-width: 918px){.mobile-only{display:block}.desktop-navigation,.desktop-end{display:none}.header__mobile-menu-header .logo{transform:scale(.8)}.header__close-button{height:2.25rem;padding:.85rem}.header__menu-button,.header__mobile-menu{display:block}}@media screen and (max-width: 576px){.header__wrapper{padding:0 15px;height:72px}.header__start{gap:20px}}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}html{scroll-behavior:smooth;font-size:100%;height:100%;margin:0}body{display:flex;flex-direction:column;min-height:100vh;background-color:#fff;color:#000;font-family:Inter,sans-serif;line-height:1.2;height:100%;margin:0}#root{display:flex;flex-direction:column;height:100%}main{flex:1}h1{font-size:4rem;font-weight:400;line-height:1.2}h2{font-size:3.5rem;font-weight:400;line-height:1.2}h3{font-size:2.25rem;font-weight:400;line-height:1.2}h4{font-size:1.75rem;font-weight:400;line-height:1.2}h5{font-size:1.5rem;font-weight:400;line-height:1}h6{font-size:1.125rem;font-weight:400;line-height:1.2}.body-large{font-size:1rem;font-weight:400;line-height:1.2}.body-medium{font-size:.875rem;font-weight:400;line-height:1.3}.body-small{font-size:.75rem;font-weight:400;line-height:1.2}.button-large{font-size:1.125rem;font-weight:500;line-height:1.2}.button-medium{font-size:1rem;font-weight:500;line-height:1.2}a{color:#0460d9;text-decoration:none}a:hover{color:#074db5}ul,ol{list-style:none;padding:0}img{max-width:100%;height:auto}button::-moz-focus-inner,input[type=submit]::-moz-focus-inner,input[type=reset]::-moz-focus-inner,input[type=button]::-moz-focus-inner{padding:0;border:0}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.about__wrapper{display:flex;flex-direction:column;align-items:center;padding:0 40px;max-width:1920px;margin:0 auto}.about__category{width:100%;text-align:start;font-size:1.75rem;color:#0009}.about__title{font-size:4rem;text-align:center;max-width:1100px;margin:0}.about__desc{text-align:center;font-size:1.75rem;max-width:800px;margin:60px auto}.about__link{margin:0 auto 50px}.about__gallery{display:grid;width:calc(100% + 80px);grid-template-columns:repeat(5,1fr);align-items:top;gap:16px}.about__image{border-radius:24px;object-fit:cover;width:100%;height:auto;overflow:hidden}.about__image--two{margin-top:310px}.about__image--three,.about__image--five{margin-top:120px}@media screen and (max-width: 1200px){.about__category{font-size:1.5rem}.about__title{font-size:3rem}.about__desc{text-align:center;font-size:1.5rem;margin:30px auto 40px}.about__link{margin:0 auto 40px}.about__gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;width:100%;justify-content:center}.about__image{border-radius:16px;object-fit:cover;overflow:hidden;width:100%;height:100%}.about__image--two,.about__image--three,.about__image--five{margin-top:0}.about__gallery div{transform:none!important}}@media screen and (max-width: 1019px){.about__image--five{display:none}}@media screen and (min-width: 640px) and (max-width: 829px){.about__image--four{display:none}}@media screen and (max-width: 576px){.about__wrapper{display:flex;flex-direction:column;align-items:center;padding:0 15px;max-width:1920px;margin:0 auto}.about__category{font-size:1.125rem}.about__title{font-size:2.25rem}.about__desc{text-align:center;font-size:1.125rem;margin:20px auto 30px}.about__link{margin:0 auto 30px}.about__image{width:100%;height:100%}.about__image--two,.about__image--three,.about__image--five{margin-top:0}.about__image--five{display:none}.about__gallery{grid-template-columns:1fr 1fr}}@media screen and (max-width: 420px){.about__title{font-size:1.5rem}.about__desc{font-size:.875rem}.about__gallery{gap:4px}}.exercises{position:relative;border-radius:40px 40px 0 0;background-color:#fff;z-index:1;padding:40px;margin:-40px auto 0;max-width:1920px}.exercises__wrapper{overflow:hidden}.exercises__category{font-size:1.75rem;color:#0009}.exercises__title{margin:10px 0 40px}.exercises__list{overflow-x:auto;margin:0;display:grid;grid-template-columns:repeat(5,360px);gap:20px}@media screen and (max-width: 1200px){.exercises{border-radius:32px 32px 0 0;padding:24px 40px}.exercises__category{font-size:1.5rem}.exercises__title{font-size:3rem}.exercises__list{gap:20px}}@media screen and (max-width: 576px){.exercises{border-radius:24px 24px 0 0;padding:24px 15px}.exercises__category{font-size:1.125rem}.exercises__title{margin:10px 0 30px;font-size:2.25rem}.exercises__list{grid-template-columns:repeat(5,340px);gap:16px}}.case-card{box-sizing:border-box;position:relative;color:#000;display:flex;flex-direction:column;justify-content:space-between;max-width:500px}.case-card__image{height:360px;object-fit:cover;border-radius:36px;z-index:-1}.case-card__info{padding:16px 0}.case-card__title{font-size:1.5rem;margin:16px 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.case-card__description{font-size:1rem;margin-bottom:16px;line-height:1.5;color:#000000b3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 576px){.case-card__image{height:340px;object-fit:cover;border-radius:24px;z-index:-1}.case-card__info{padding:12px 0}.case-card__title{font-size:1.5rem;margin:12px 0}.case-card__description{font-size:.875rem;margin:0 0 12px}}@media screen and (max-width: 360px){.case-card__image{height:300px;object-fit:cover;border-radius:20px;z-index:-1}.case-card__info{padding:10px 0}.case-card__title{font-size:1.125rem;margin:10px 0}.case-card__description{font-size:.75rem;margin:0 0 10px}}.badge{display:inline-block;padding:.75rem 1rem;font-size:1rem;font-weight:500;border-radius:1000px;text-align:center;white-space:nowrap}.badge--small{font-size:.875rem;padding:.65rem .8rem;line-height:1}.badge--big{padding:1rem 1.25rem;font-size:1.125rem}.badgeColor--default{background-color:#eceeff;color:#0460d9;border:1px solid rgb(224,227,255)}.badgeColor--danger{background-color:#fce8db;border-color:#ef665b;color:#71192f}@media screen and (max-width: 576px){.badge{display:inline-block;padding:.85rem 1.125rem;font-size:.85rem;font-weight:500;border-radius:1000px;text-align:center;white-space:nowrap}.badge--small{font-size:.75rem;padding:.5rem .7rem}.badge--middle{font-size:.875rem;padding:.575rem 1rem}.badgeColor--default{background-color:#eceeff;color:#0460d9;border:1px solid rgb(224,227,255)}.badgeColor--danger{background-color:#fce8db;border-color:#ef665b;color:#71192f}}.accordion{width:100%;border-radius:16px;overflow:hidden;background:#fafafa;margin-bottom:16px}.accordion.open{background-color:#f3f3f3}.accordion__header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:24px 32px;font-size:1.5rem;line-height:1.5;color:#000;background:none;border:none;cursor:pointer;text-align:left;outline:none;transition:background .2s ease-in-out}.accordion__header:hover{background:#f3f3f3}.accordion__icon{display:inline-flex;align-items:center;justify-content:center;transition:transform .3s ease;background-color:#ededed;padding:10px;margin-left:10px;border-radius:100px;color:#0009}.accordion__icon:hover{background-color:#e1e1e1}.accordion__icon:active{background-color:#f3f3f3}.accordion__icon.open{transform:rotate(180deg)}.accordion__container{overflow:hidden;transition:height .4s ease-in-out;padding:0 24px;background-color:#ededed}.accordion__content{padding:0 16px 18px;font-size:1.125rem;line-height:1.5;color:#0009}@media screen and (max-width: 768px){.accordion{margin-bottom:10px}.accordion__header{padding:18px 24px;font-size:1.125rem}.accordion__container{overflow:hidden;transition:height .4s ease-in-out;padding:0 16px}.accordion__content{padding:0 10px 14px;font-size:1rem;line-height:1.5;color:#0009}}@media screen and (max-width: 576px){.accordion{margin-bottom:4px}.accordion__header{padding:16px 18px;font-size:1rem}.accordion__container{overflow:hidden;transition:height .4s ease-in-out;padding:0 16px}.accordion__content{padding:0 10px 14px;font-size:.875rem;line-height:1.5;color:#0009}}.faq__wrapper{display:flex;gap:min(10vw,60px);margin:100px auto 40px;padding:0 40px;line-height:1.5;max-width:1920px}.faq__info{max-width:40%}.faq__title{margin:0 0 60px}.faq__category{font-size:1.75rem;color:#0009;margin:0 0 20px}.faq__desc{font-size:1.5rem}.faq__list{margin-top:60px;display:flex;flex-direction:column;gap:4px}@media screen and (max-width: 992px){.faq__info{max-width:100%}.faq__category{font-size:1.5rem}.faq__title{font-size:3rem;margin:0 0 30px}.faq__wrapper{flex-direction:column;gap:8px}.faq__list{margin:20px 0 0}}@media screen and (max-width: 576px){.faq__wrapper{flex-direction:column;gap:16px;padding:0 15px}.faq__category{font-size:1.125rem}.faq__title{font-size:2.25rem;margin:0 0 30px}.faq__desc{font-size:1.125rem}.faq__list{margin:20px 0 0}}.hero{position:relative;border-radius:40px 40px 0 0;background:radial-gradient(118.4% 471.54% at 0% 100%,#e1eeff,#afd2ff 21%,#bcf 34%,#addcff 57%,#b3c1f1 72%,#76a7ef)}.hero__wrapper{max-width:1920px;min-height:calc(100vh - 94px);display:flex;flex-direction:column;justify-content:end;height:100%;margin:0 auto}.hero__decorate-title{-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none;user-select:none;position:absolute;top:10%;color:#fff;font-size:17.7vw;left:0;width:100%;text-align:center}.hero__info{position:absolute;bottom:0;display:flex;flex-direction:column;align-items:start;max-width:972px;margin-left:80px;margin-bottom:100px}.hero__desc{font-size:320%;color:#0460d9;z-index:2}.hero__image{position:absolute;bottom:0;right:0;z-index:1;width:100%;max-width:55vw;object-fit:cover;max-height:100%}@media screen and (max-width: 1600px){.hero__desc{font-size:3vw}.hero__info{margin-left:60px}}@media screen and (max-width: 992px){.hero__wrapper{min-height:calc(50vh - 54px);justify-content:flex-start;align-items:center;padding:15rem 0 0}.hero__decorate-title{top:4%;font-size:15vw}.hero__info{position:static;bottom:auto;box-sizing:border-box;align-items:center;gap:36px;margin:0 0 20px;width:100%}.hero__desc{text-align:center;font-size:2.4rem;color:#0460d9;z-index:2;margin:0 auto}picture{display:flex;justify-content:center}.hero__image{position:static;margin:0 auto;z-index:1;width:80%;max-width:100%}}@media screen and (max-width: 768px){.hero__wrapper{min-height:calc(50vh - 54px);justify-content:flex-start;align-items:center;padding:160px 0 0}.hero__decorate-title{top:4%;font-size:15.7vw}.hero__info{box-sizing:border-box;align-items:center;gap:20px;margin:0 0 20px;width:100%}.hero__desc{text-align:center;font-size:1.6rem;color:#0460d9;z-index:2;margin:0 auto}picture{display:flex;justify-content:center}.hero__image{position:static;margin:0 auto;z-index:1;width:80%;max-width:100%}}@media screen and (max-width: 576px){.hero__wrapper{min-height:calc(50vh - 54px);justify-content:flex-start;align-items:center;padding:160px 0 0}.hero__decorate-title{top:40px;font-size:17.7vw}}.home-title{font-size:3.5rem}.home-desc{font-size:1.5rem}@media screen and (max-width: 1200px){.home-title{font-size:3rem}.home-desc{font-size:1.5rem}}@media screen and (max-width: 992px){.home-title{font-size:2.25rem}.home-desc{font-size:1.25rem}}@media screen and (max-width: 768px){.home-title{font-size:2rem}.home-desc{font-size:1.125rem}}@media screen and (max-width: 576px){.home-title{font-size:1.75rem}.home-desc{font-size:1rem}}@media screen and (max-width: 440px){.home-title{font-size:1.5rem}.home-desc{font-size:.875rem}}.instruments{position:relative;display:flex;gap:20px;margin:100px auto 0;max-width:1920px}.instruments__cover{display:flex;justify-content:center;align-items:center;position:relative;flex:1;height:min(100vh - 40px,1100px);border-radius:40px;background:linear-gradient(147deg,#81a3c2,#c2d9e7 67.91%,#dbe4e9)}.instruments__category{position:absolute;top:40px;left:40px;color:#fff;font-size:1.75rem;margin:0}.instruments__frame{border:4px dashed #fff;border-radius:1000px;max-width:72%;width:480px;height:72%;padding:20px;margin:40px}.instruments__image{height:100%;width:100%;object-fit:cover;border-radius:1000px}.instruments__info{display:flex;flex-direction:column;align-items:center;flex:1;justify-content:space-between;padding:40px}.instruments__list{display:flex;flex-wrap:wrap;gap:20px;align-items:center;justify-content:center}.instruments__circle{background-color:#eceeff;width:128px;height:128px;display:flex;justify-content:center;align-items:center;border-radius:1000px;color:#0460d9;padding:16px}.instruments__content{display:flex;flex-direction:column;align-items:center}.instruments__path{font-size:1.75rem;color:#0009;margin:50px 0 0}.instruments__desc{font-size:2.25rem;padding:0 2.5rem;text-align:center;margin:40px 0 60px}.instruments__actions{display:flex;gap:20px}.instruments__button{height:52px;width:52px}.instruments__arrow{height:18px;width:18px}.instruments__nav-button{border:.05rem solid transparent}.instruments__nav-button--active{border:.05rem solid #f3f3f3}.instruments__nav-button--active:hover{background-color:#eceeff}@media screen and (max-width: 1200px){.instruments__category{font-size:1.5rem}.instruments__cover{height:1000px}.instruments__frame{display:none}.instruments__info{position:absolute;height:80%;color:#fff;margin-top:60px}.instruments__nav-button{padding:1.25rem;background-color:#fff}.instruments__circle{width:140px;height:140px;background-color:#fff}.instruments__icon{height:56px}.instruments__arrow{height:16px;width:16px}}@media screen and (max-width: 576px){.instruments{padding:0 8px}.instruments__cover{height:800px;border-radius:32px}.instruments__info{padding:15px}.instruments__category{left:15px;font-size:1.125rem}.instruments__list{gap:6px}.instruments__content{gap:40px}.instruments__desc{font-size:1.5rem;margin:0;padding:0 20px}.instruments__nav-button{padding:1rem;font-size:.8rem}.instruments__actions{margin-top:20px}.instruments__button{height:auto;width:auto;padding:1rem}.instruments__arrow{height:14px;width:14px}}@media screen and (max-width: 440px){.instruments{margin-top:40px;padding:0}.instruments__cover{height:640px}.instruments__desc{font-size:1rem;padding:0 10px}.instruments__circle{width:80px;height:80px}.instruments__icon{height:36px}.instruments__nav-button{padding:.9rem .8rem;font-size:.7rem}.instruments__arrow{height:12px;width:12px}}.login{display:flex;height:calc(100vh - 94px);max-width:1920px;margin:0 auto;padding:0 40px;gap:20px}.login__content{flex:1;display:flex;align-items:center;justify-content:center;background:#fff}.login__info{display:flex;flex-direction:column;gap:20px;width:100%;max-width:580px}.login__title{margin:0 0 20px}.login__desc{margin:0 0 40px;font-size:1.125rem}.login__form{display:flex;flex-direction:column;gap:20px;width:100%}.login__input{margin-bottom:12px}.login__actions{display:flex;justify-items:end;gap:20px;justify-content:space-between;margin-top:20px}.login__button{height:64px;text-align:center;max-width:none}.login__oauth{display:flex;justify-content:center;gap:16px}.login__error{margin:0;padding:0;color:#71192f;font-weight:500}.login__extra{margin-top:20px;position:relative;text-align:center}.login__extra:after{content:"";position:absolute;top:50%;left:0;width:100%;height:1px;background:#0009}.login__extra h2{margin:0;font-size:1.125rem;color:#0009;position:relative;display:inline-block;padding:10px 20px;background:#fff;z-index:9}@media screen and (max-width: 576px){.login__wrapper{padding:0 15px;gap:20px}.login__content{max-width:360px;margin:0 auto}.login__info{gap:10px}.login__title{margin:0 0 10px;padding:0;font-size:2.25rem}.login__desc{margin:0 0 20px;padding:0;font-size:1rem;line-height:1.5}.login__form{display:flex;flex-direction:column;gap:10px;width:100%}.login__input{margin-bottom:8px}.login__name-inputs{gap:10px}.login__actions{gap:10px;margin-top:10px}.login__button{height:3.5rem;font-size:1rem}.login__oauth{gap:16px}.login__extra{margin-top:10px}.login__extra h2{font-size:1rem}}@media screen and (max-width: 400px){.login__content{max-width:360px;margin:0 auto}.login__title{font-size:1.75rem}.login__desc{margin:0 0 16px;font-size:.875rem}.login__input{margin-bottom:8px}.login__actions{margin-top:6px}.login__button{height:3.5rem;font-size:.875rem}.login__oauth{gap:10px}.registration__extra{margin-top:8px}.registration__extra h2{font-size:.875rem}}.error{padding:0 8px;display:flex;flex-direction:row;align-items:center;justify-content:start;background:#fce8db;border-radius:8px;border:1px solid #ef665b;box-shadow:0 0 5px -3px #111}.error__icon{width:20px;height:20px;transform:translateY(-2px);margin-right:8px}.error__icon path{fill:#ef665b}.error__title{padding:10px;font-weight:500;font-size:14px;color:#71192f}.slider{flex:1;height:100%;position:relative;border-radius:40px;overflow:hidden}.slider__box{height:100%;width:100%;align-items:center;justify-content:center;z-index:-1;position:relative}.slider__image{width:100%;border-radius:40px;height:100%;object-fit:cover}.slider__text{position:absolute;font-size:2.25rem;color:#fff;bottom:100px;margin:0 auto;text-align:center;width:60%;left:0;right:0;z-index:4}.slider__indicators{display:flex;justify-content:center;position:absolute;bottom:40px;left:0;right:0;margin:0 auto;gap:16px}.slider__progress-bar-fill{height:100%;background-color:#fff}.slider__progress-bar-background{width:54px;height:6px;background-color:#0009;border-radius:4px;overflow:hidden}@media screen and (max-width: 1400px){.slider__text{font-size:1.75rem;width:80%}}@media screen and (max-width: 992px){.slider{display:none}}.loader-screen{height:calc(100vh - 94px);width:100%;display:flex;justify-content:center;align-items:center}.loader svg{width:3.25em;transform-origin:center;animation:rotate4 2s linear infinite}.loader svg circle{fill:none;stroke:#0460d9;stroke-width:2;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;animation:dash4 1.5s ease-in-out infinite}@keyframes rotate4{to{transform:rotate(360deg)}}@keyframes dash4{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,200;stroke-dashoffset:-35px}to{stroke-dashoffset:-125px}}.registration__wrapper{display:flex;height:calc(100vh - 94px);max-width:1920px;margin:0 auto;padding:0 40px;gap:20px}.registration__content{flex:1;display:flex;align-items:center;justify-content:center;background:#fff}.registration__info{display:flex;flex-direction:column;gap:20px;width:100%;max-width:580px}.registration__title{margin:0 0 20px}.registration__desc{margin:0 0 40px;font-size:1.125rem}.registration__form{display:flex;flex-direction:column;gap:20px;width:100%}.registration__field{flex:1}.registration__name-inputs{display:flex;gap:20px}.registration__input{margin-bottom:12px}.registration__actions{display:flex;justify-items:end;gap:20px;justify-content:space-between;margin-top:20px}.registration__button{height:64px;text-align:center;max-width:none}.registration__oauth{display:flex;justify-content:center;gap:16px}.registration__error{margin:0;padding:0;color:#71192f;font-weight:500}.registration__extra{margin-top:20px;position:relative;text-align:center}.registration__extra:after{content:"";position:absolute;top:50%;left:0;width:100%;height:1px;background:#0009}.registration__extra h2{margin:0;font-size:1.125rem;color:#0009;position:relative;display:inline-block;padding:10px 20px;background:#fff;z-index:9}@media screen and (max-width: 1400px){.registration__info{max-width:580px;margin:0 auto}.registration__title{margin:0 0 10px;padding:0;font-size:3.5rem}.registration__desc{margin:0 0 20px;padding:0;line-height:1.5}}@media screen and (max-width: 576px){.registration__wrapper{padding:0 15px;gap:20px}.registration__content{max-width:360px;margin:0 auto}.registration__info{gap:10px}.registration__title{margin:0 0 10px;padding:0;font-size:2.25rem}.registration__desc{margin:0 0 20px;padding:0;font-size:1rem;line-height:1.5}.registration__form{display:flex;flex-direction:column;gap:10px;width:100%}.registration__input{margin-bottom:8px}.registration__name-inputs{gap:10px}.registration__actions{gap:10px;margin-top:10px}.registration__button{height:3.5rem;font-size:1rem}.registration__oauth{gap:16px}.registration__extra{margin-top:10px}.registration__extra h2{font-size:1rem}}@media screen and (max-width: 400px){.registration__content{max-width:360px;margin:0 auto}.registration__title{font-size:1.75rem}.registration__desc{margin:0 0 16px;font-size:.875rem}.registration__input{margin-bottom:8px}.registration__actions{margin-top:6px}.registration__button{height:3.5rem;font-size:.875rem}.registration__oauth{gap:10px}.registration__extra{margin-top:8px}.registration__extra h2{font-size:.875rem}}.checkbox{display:flex;align-items:center;cursor:pointer;font-size:1.125rem;-webkit-user-select:none;user-select:none}.checkbox__box{width:38px;height:38px;border:1px solid transparent;background-color:#f3f3f3;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s,border-color .2s;margin-right:20px;color:#0460d9}.checkbox__box:hover{background-color:#ededed}input:focus+.checkbox__box{border-color:#0460d9}.checkbox__label{font-size:1.125rem;color:#000;max-width:calc(100% - 60px)}.checkbox--disabled{opacity:.5;cursor:not-allowed}@media screen and (max-width: 1200px){.checkbox__label{font-size:1rem}}@media screen and (max-width: 576px){.checkbox__box{width:32px;height:32px;margin-right:10px}.checkbox__label{font-size:.875rem}}@media screen and (max-width: 400px){.checkbox__box{margin-right:8px}.checkbox__label{font-size:.75rem}}.profile-head__wrapper,.profile__wrapper{max-width:1920px;margin:0 auto;padding:20px 270px 0;position:relative}.profile-head__images,.profile__images{position:relative}.profile-head__cover,.profile__cover{border-radius:40px 40px 60px 60px;height:280px;width:100%;box-sizing:border-box;object-fit:cover}.profile-head__avatar,.profile__avatar{position:relative;background-color:#f3f3f3;position:absolute;height:240px;width:240px;bottom:-120px;left:70px;object-fit:cover;border-radius:64px;overflow:hidden;box-shadow:0 0 2px #0000001a}.profile-head__content,.profile__content{padding:0 70px}.profile-head__actions,.profile__actions{display:flex;justify-content:end;align-items:center;gap:20px;margin-top:26px}.profile-head__info,.profile__info{display:flex;justify-content:space-between;align-items:flex-start;margin-top:78px}.profile-head__personal,.profile__personal{width:100%}.profile-head__titles,.profile__titles{display:flex;align-items:center;gap:26px}.profile-head__subtitles,.profile__subtitles{display:flex;align-items:center;gap:12px;margin:16px 0 0}.profile-head__name,.profile-head__title,.profile__name,.profile__title{font-size:2.25rem;font-weight:500;margin:0}.profile-head__email,.profile__email{font-size:1.125rem;color:#0009;margin:0}.profile-head__details,.profile__details{display:flex;flex-wrap:wrap;width:100%}.profile-head__details-item,.profile__details-item{padding:16px 8px;display:flex;flex-direction:column;border-right:1px solid #ededed;align-items:center;max-width:160px;width:100%;font-size:1.125rem;gap:20px}.profile-head__details-item:last-child,.profile__details-item:last-child{border:0}.profile-head__detail-name,.profile__detail-name{color:#0009;margin:0}.profile-head__detail-content,.profile__detail-content{margin:0}.profile{margin-top:80px}.profile__history-list{display:flex;flex-direction:column;gap:10px}@media screen and (max-width: 1800px){.profile-head__wrapper,.profile__wrapper{padding:20px 120px 0}.profile-head__details,.profile__details{justify-content:flex-end}}@media screen and (max-width: 1400px){.profile-head__wrapper,.profile__wrapper{padding:20px 40px 0}}@media screen and (max-width: 992px){.profile-head__actions{width:100%;align-items:flex-end}.profile-head__avatar{height:180px;width:180px;bottom:-120px;left:70px;overflow:hidden}.profile-head__content{padding:0}.profile-head__personal{margin:20px 0 0 20px}.profile-head__details{margin:20px 20px 0 0}.profile-head__details-item{max-width:140px}.profile-head__detail-content{font-size:.9rem}.profile-head__detail-name{font-size:1.1rem}.profile-head__info{margin-top:20px}.profile-head__personal{padding-top:16px}.profile-head__name{font-size:1.4rem}.profile-head__email{font-size:1rem}.profile{margin-top:20px}}@media screen and (max-width: 768px){.profile-head__cover{height:200px}.profile-head__avatar{height:140px;width:140px;border-radius:40px;object-fit:cover;left:0}.profile-head__actions{gap:10px}.profile-head__info{align-items:flex-start}.profile-head__details-item{max-width:120px;gap:10px}.profile-head__detail-content{font-size:.8rem}.profile-head__detail-name{font-size:1rem}}@media screen and (max-width: 576px){.profile-head__wrapper{padding:10px}.profile-head__actions,.profile-head__info{flex-direction:column}.profile-head__details{justify-content:start;margin-top:16px}.profile-head__avatar{height:100px;width:100px;border-radius:20px}.profile__title{font-size:1.5rem}}.chart{position:relative;width:100%;margin:10px 0}.chart__scale{display:flex;width:100%;height:24px;border-radius:4px;overflow:hidden}.chart__range{height:100%;display:flex;align-items:center;justify-content:center}.chart__range-title{font-size:11px;color:#ffffffe6;font-weight:500;width:100%;line-height:.8;text-align:center}@media screen and (max-width: 500px){.chart__range-title{display:none}}.chart__ticks{display:flex;width:100%;justify-content:space-between;margin-top:4px;padding:0 1px}.chart__tick{display:flex;flex-direction:column;align-items:center;position:relative;flex:1}.chart__tick-mark{width:1px;height:6px;background-color:#0000004d}.chart__tick-mark--active{width:2px;background-color:#000000b3}.chart__tick-value{font-size:10px;color:#00000080;margin-top:12px;position:absolute}.chart__tick-value--active{font-weight:600;color:#000c;height:10px;width:10px;display:flex;align-items:center;justify-content:center;padding:5px;margin-top:8px;z-index:9;background-color:#fff;border-radius:16px;border:.2px solid black}@media screen and (max-width: 576px){.chart__tick-value{opacity:0}.chart__tick-value--active{opacity:1;padding:4px;background-color:#fff}.chart__tick:last-child .chart__tick-value{opacity:1}.chart__tick:first-child .chart__tick-value{opacity:1}}.search{display:flex;align-items:center;gap:.5rem;width:100%;position:relative}.search input{max-width:480px}.search__clear{aspect-ratio:1/1}.cases-info__wrapper{max-width:1920px;margin:60px auto;display:flex;justify-content:space-between;align-items:center;padding:0 40px;gap:20px}.cases-info__titles{display:flex;flex-direction:column;flex:4}.cases-info__title{margin:0 0 40px}.cases-info__subtitle{font-size:1.125rem;margin:0;color:#0009}.cases-info__search{flex:3}.cases-info__desc{font-size:1.125rem;color:#000000b3;line-height:1.5}.cases-content__wrapper{padding:0 40px;max-width:1920px;margin:0 auto}.cases-content__list{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));flex-wrap:wrap;gap:16px}.cases-content__item{height:100%}@media screen and (max-width: 992px){.cases-info__wrapper{flex-direction:column;align-items:flex-start;gap:36px}.cases-info__title{font-size:3.5rem;margin-bottom:24px}.cases-info__extra{align-items:flex-start;max-width:100%;width:100%;gap:24px}.cases-content__list{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px}}@media screen and (max-width: 768px){.cases-content__list{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}}@media screen and (max-width: 576px){.cases-info__wrapper{margin:30px auto;padding:0 15px;gap:20px}.cases-info__title{margin-bottom:20px;font-size:2.25rem}.cases-info__subtitle{font-size:1rem}.cases-info__desc{font-size:.875rem}.cases-info__extra{max-width:100%;gap:20px}.cases-content__wrapper{padding:0 15px}.cases-content__list{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:10px}}@media screen and (max-width: 360px){.cases-content__list{grid-template-columns:1fr;gap:10px}}.pagination{display:flex;align-items:center;gap:1rem;margin-top:1.5rem;justify-content:center}.pagination__button{width:46px;height:46px}.pagination__button--prev{margin-right:auto}.pagination__button--next{margin-left:auto}.pagination__button:disabled{opacity:.5;cursor:not-allowed}.pagination__pages{display:flex;gap:6px;list-style:none}.pagination__info{font-size:1.125rem}.pagination__page-button{width:46px;height:46px;border:1px solid #ededed}.pagination__page-button--active{opacity:.6;cursor:not-allowed;border:1px solid #e8ebff}.pagination__page-button:hover{background:#ededed}.case__wrapper{max-width:920px;margin:0 auto;padding:0 40px;display:flex;flex-direction:column;align-items:center}.case__title{margin:20px 0;text-align:center;font-size:2.625rem;letter-spacing:-.01rem}.case__controls{display:flex;gap:10px;flex-wrap:wrap;width:100%;justify-content:end}.case__image{margin:16px 0;width:100%;object-fit:cover;max-height:600px;object-position:top}.case__text{width:100%;font-size:1.125rem;line-height:1.9}.other-cases__wrapper{max-width:1920px;padding:0 40px;margin:0 auto}.other-cases__list{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:16px}@media screen and (max-width: 576px){.case__wrapper{padding:0 15px}.case__title{margin:20px 0;text-align:center;font-size:1.5rem;letter-spacing:-.02rem}.case__image{margin:10px 0;width:100%;object-fit:cover;max-height:400px;object-position:top}.other-cases__title{font-size:1.75rem}.other-cases__wrapper{padding:0 15px}.other-cases__list{grid-template-columns:1fr;gap:10px}}@media screen and (max-width: 400px){.case__wrapper{padding:0 15px}.case__title{margin:8px 0;text-align:center;font-size:1.5rem}.case__image{margin:8px 0 4px;max-height:360px}.other-cases__title{font-size:1.5rem}}.context-menu{position:relative;display:inline-block}.context-menu__trigger{display:flex;align-items:center;justify-content:center;height:40px;width:40px;background:#f3f3f3;border:none;cursor:pointer;border-radius:24px;transition:background-color .2s ease}.context-menu__trigger:hover{background-color:#ededed}.context-menu__trigger:focus{outline:1.4px solid #0460d9;outline-offset:2px}.context-menu__dropdown{position:absolute;z-index:1000;min-width:200px;background:#fff;border:1px solid #f3f3f3;border-radius:8px;box-shadow:0 4px 12px #00000026;opacity:0;animation:contextMenuAppear .2s ease forwards}.context-menu__dropdown--bottom{top:calc(100% + 4px);transform:translateY(-10px)}.context-menu__dropdown--top{bottom:calc(100% + 4px);transform:translateY(10px)}.context-menu__dropdown--left{left:0}.context-menu__dropdown--right{right:0}.context-menu__list{list-style:none;margin:0;padding:4px 0}.context-menu__item{margin:0}.context-menu__button{width:100%;display:flex;align-items:center;gap:12px;padding:10px 16px;background:none;border:none;text-align:left;cursor:pointer;font-size:14px;color:#0009;transition:background-color .15s ease}.context-menu__button:disabled{opacity:.5;cursor:not-allowed}.context-menu__button:not(:disabled):hover{background-color:#ededed}.context-menu__button:not(:disabled):focus{background-color:#e1e1e1;outline:none}.context-menu__button:not(:disabled):active{background-color:#e1e1e1}.context-menu__icon{display:flex;align-items:center;justify-content:center;width:16px;height:16px;flex-shrink:0}.context-menu__title{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@keyframes contextMenuAppear{to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.context-menu__dropdown{min-width:180px}.context-menu__button{padding:12px 16px;font-size:16px}}@media (prefers-reduced-motion: reduce){.context-menu__dropdown{animation:none;opacity:1;transform:none}.context-menu__button,.context-menu__trigger{transition:none}}@media (max-width: 768px){.context-menu__dropdown{min-width:200px}.context-menu__button{padding:10px 14px;font-size:16px}}@media (max-width: 480px){.context-menu__dropdown{min-width:150px}.context-menu__button{padding:10px 14px;font-size:14px}}@media (max-width: 360px){.context-menu__dropdown{min-width:120px}.context-menu__button{padding:8px 12px;font-size:12px}}.organizations-info__wrapper{max-width:1920px;margin:clamp(40px,5vw,60px) auto;display:flex;justify-content:space-between;align-items:center;padding:0 40px;gap:20vw}.organizations-info__titles{display:flex;flex-direction:column;max-width:650px;flex:1}.organizations-info__title{margin-bottom:40px;font-size:4rem}.organizations-info__subtitle{font-size:1.125rem;margin:0;color:#0009;line-height:1.5}.organizations-info__extra{display:flex;flex-direction:column;align-items:end;gap:30px;flex:1;max-width:460px}.organizations-info__search{max-width:100%}.organizations-info__desc{font-size:1.125rem;color:#000000b3;line-height:1.5}.organizations-info__actions{margin-top:20px}@media screen and (max-width: 992px){.organizations-info__wrapper{flex-direction:column;align-items:flex-start;gap:36px}.organizations-info__title{font-size:3.5rem;margin-bottom:24px}.organizations-info__extra{align-items:flex-start;max-width:100%;width:100%;gap:24px}}@media screen and (max-width: 576px){.organizations-info__wrapper{margin:30px auto;padding:0 15px;gap:20px}.organizations-info__title{margin-bottom:20px;font-size:2.25rem}.organizations-info__subtitle{font-size:1rem}.organizations-info__extra{max-width:100%;gap:20px}.organizations-content__wrapper{padding:0 15px}.organizations-content__list{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:10px}}.organization-card{box-sizing:border-box;padding:32px;background-color:#fafafa;border-radius:16px;display:flex;flex-direction:column;justify-content:space-between;height:100%;gap:22px}.organization-card__head{display:flex;align-items:center;gap:22px}.organization-card__image{height:100px;width:100px;border-radius:1000px;object-fit:cover}.organization-card__title{font-size:1.75rem;margin:0}.organization-card__description{font-size:1rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin:0}.organization-card__actions{display:flex;justify-content:space-between;align-items:center}@media screen and (max-width: 992px){.organization-card{padding:24px;border-radius:16px;max-width:560px;display:flex;flex-direction:column;justify-content:space-between;height:100%;gap:16px}.organization-card__head{display:flex;align-items:center;gap:16px}.organization-card__image{height:86px;width:86px;border-radius:1000px;object-fit:cover}.organization-card__title{font-size:1.5rem;margin:0}.organization-card__description{font-size:1rem}.organization-card__actions{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}}@media screen and (max-width: 576px){.organization-card{padding:16px;border-radius:16px;max-width:400px;height:100%;gap:10px}.organization-card__head{display:flex;align-items:center;gap:10px}.organization-card__image{height:56px;width:56px;border-radius:1000px;object-fit:cover}.organization-card__title{font-size:1.125rem;margin:0}.organization-card__description{font-size:.75rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin:0}.organization-card__actions{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}}.organization-info__wrapper{max-width:1920px;margin:clamp(40px,5vw,60px) auto;display:flex;justify-content:space-between;align-items:center;padding:0 40px;gap:20vw;flex-wrap:wrap}.organization-info__titles{display:flex;flex-direction:column;max-width:650px;flex:1}.organization-info__title{font-size:4rem}.organization-info__subtitle{font-size:1.125rem;margin:0;color:#0009;line-height:1.5}.organization-info__actions{margin-top:20px;display:flex;flex-wrap:wrap;gap:10px}.organization-info__extra{display:flex;flex-direction:column;align-items:end;gap:30px}.organization-info__extra img{max-width:460px;max-height:360px}.organization-info__search{max-width:100%}.organization-info__desc{font-size:1.125rem;color:#000000b3;line-height:1.5}.organization-info__first{position:relative;display:flex;gap:20px;align-items:center;margin-bottom:40px}.organization-info__context-menu{position:absolute;right:-100px}.organizations-content__wrapper{padding:0 40px;max-width:1920px;margin:0 auto}.organizations-content__list{display:grid;grid-template-columns:repeat(auto-fill,minmax(370px,1fr));gap:20px}.organizations-content__item{height:100%}.organization__wrapper{padding:0 40px;max-width:1920px;margin:0 auto;display:flex;gap:20px;flex-direction:row}.organization__sideblock{min-width:520px}@media screen and (max-width: 992px){.organization-info__wrapper{flex-direction:column;align-items:flex-start;gap:36px}.organization-info__title{font-size:3.5rem}.organization-info__extra{align-items:flex-start;max-width:100%;width:100%;gap:24px}.organization__wrapper{padding:0 40px;flex-direction:column}.organization__sideblock{min-width:400px}}@media screen and (max-width: 768px){.organizations-content__list{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:16px}}@media screen and (max-width: 576px){.organization-info__wrapper{margin:30px auto;padding:0 15px;gap:20px}.organization-info__title{margin-bottom:20px;font-size:2.25rem}.organization-info__subtitle{font-size:1rem}.organization-info__extra{max-width:100%;gap:20px}.organization-info__image{height:164px}.organizations-content__wrapper{padding:0 15px}.organizations-content__list{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:10px}}.organization-application{padding:20px;background-color:#fafafa;border-radius:8px;flex:3}.organization-application__title{font-size:1.75rem}.organization-application__list{display:flex;flex-direction:column;gap:20px}.organization-application__item{display:flex;align-items:center;justify-content:space-between}.organization-application__name{margin:0 0 4px}.organization-application__email{margin:0;color:#0460d9}.organization-application__details{display:flex;gap:4px;align-items:center}.organization-application__button{height:36px;width:36px}.organization-application__delete{height:36px}.organization-content{flex:5}.organization-content__title{font-size:1.75rem}.survey-result{box-shadow:0 0 2px #0000001a;padding:20px;border-radius:8px}.survey-result__title{font-size:1.5rem}.survey-result__section{padding:2px 12px 18px;background-color:#fafafa;border-radius:8px}.survey-result__info{display:flex;justify-content:space-between;margin-bottom:24px;align-items:center}.survey-result__date{margin:8px 0;color:#0009}.survey-result__content{display:flex;align-items:center;justify-content:space-between;padding:20px 0 6px}.survey-result__content p{padding:0;margin:0}.survey-result__scores{color:#0009;font-size:.75rem}@media screen and (max-width: 576px){.survey-result{padding:10px}.survey-result__title{font-size:1rem}.survey-result__section{padding:2px 12px 18px;background-color:#fafafa;border-radius:8px}.survey-result__info{display:flex;justify-content:space-between;margin-bottom:24px;align-items:center}.survey-result__date{font-size:.75rem}.survey-result__content{padding:10px 0 4px}.survey-result__section-name{font-size:.75rem}.survey-result__scores{color:#0009;font-size:.75rem}}.organization-members{padding:0 20px 20px;border:1px solid #f3f3f3;border-radius:8px;margin-bottom:20px}.organization-members__list{display:flex;flex-direction:column;gap:10px}.organization-members__item{display:flex;align-items:center;gap:8px}.organization-members__avatar{width:36px;height:36px;border-radius:36px;object-fit:cover}.organization-members__member-info{flex:1}.organization-members__member-name{margin:0 0 2px;font-size:1.125rem;color:#0009}.organization-members__member-email{color:#0460d9;font-size:.875rem;margin:0}.survey-card{background-color:#fafafa;border-radius:16px;padding:40px;width:100%;box-sizing:border-box;height:100%}.survey-card__content{display:flex;flex-direction:column;justify-content:space-between;height:100%;gap:16px}.survey-card__title{box-sizing:border-box;margin:0 0 22px;font-size:1.75rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.survey-card__description{box-sizing:border-box;line-height:1.3;font-size:1rem;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin:0}.survey-card__time{margin:0}.survey-card__actions{display:flex;align-items:center;justify-content:space-between}.survey-card__info{display:flex;height:100%;flex-direction:column;text-overflow:ellipsis;position:relative}.survey-card__extra{z-index:3;position:absolute;bottom:-40px;height:40%;display:flex;gap:16px}.survey-card__image{bottom:0;height:100%}.survey-card__details{font-size:.875rem;color:#0460d9}.survey-card--big{position:relative;height:100%;z-index:0}.survey-card--big .survey-card__content{display:flex;flex-direction:row;gap:20px;height:100%;z-index:2;max-width:520px}.survey-card--big .survey-card__title{font-size:3.5rem;margin:0 0 40px;-webkit-line-clamp:4}.survey-card--big .survey-card__description{font-size:1.125rem;-webkit-line-clamp:6}.survey-card--big .survey-card__actions{box-sizing:border-box;position:absolute;right:0;bottom:0;padding:40px;margin-top:0;display:flex;align-items:end;flex-direction:column;justify-content:space-between;z-index:-1;min-width:200px;height:100%}.survey-card--middle .survey-card__content{display:flex;gap:20px;flex-direction:row}.survey-card--middle .survey-card__title{font-size:2.25rem;margin:0 0 30px;-webkit-line-clamp:4}.survey-card--middle .survey-card__description{font-size:1.125rem;-webkit-line-clamp:6}.survey-card--middle .survey-card__actions{display:flex;margin-top:0;align-items:end;flex-direction:column;justify-content:space-between;width:100%;min-width:200px}@media screen and (max-width: 1580px){.survey-card{padding:20px}.survey-card--big .survey-card__actions{padding:20px;z-index:4}.survey-card__extra{bottom:-24px}}@media screen and (max-width: 1200px){.survey-card__content{gap:16px}.survey-card__title{margin:0 0 20px;font-size:1.75rem}.survey-card__description{font-size:1rem}.survey-card--big{height:100%}.survey-card--big .survey-card__content{flex-direction:column;gap:16px;max-width:100%}.survey-card--big .survey-card__title{margin:0 0 20px;font-size:1.75rem;-webkit-line-clamp:2}.survey-card--big .survey-card__description{font-size:1rem;-webkit-line-clamp:4}.survey-card--big .survey-card__extra{display:none}.survey-card--big .survey-card__actions{position:static;padding:0;width:100%;flex-direction:row;align-items:center;z-index:2}.survey-card--middle{height:100%}.survey-card--middle .survey-card__content{flex-direction:column;gap:12px}.survey-card--middle .survey-card__title{margin:0 0 16px;font-size:1.75rem;-webkit-line-clamp:2}.survey-card--middle .survey-card__description{font-size:1rem;-webkit-line-clamp:4}.survey-card--middle .survey-card__actions{flex-direction:row;align-items:center}}@media screen and (max-width: 576px){.survey-card{padding:24px}.survey-card__content{gap:12px}.survey-card__title{margin:0 0 16px;font-size:1.5rem}.survey-card__description{font-size:.875rem}.survey-card--big{height:100%}.survey-card--big .survey-card__content{flex-direction:column;gap:12px}.survey-card--big .survey-card__title{margin:0 0 16px;font-size:1.5rem}.survey-card--big .survey-card__description{font-size:.875rem;-webkit-line-clamp:4}.survey-card--big .survey-card__extra{display:none}.survey-card--big .survey-card__actions{flex-direction:row;align-items:center}.survey-card--middle{height:100%}.survey-card--middle .survey-card__content{flex-direction:column;gap:12px}.survey-card--middle .survey-card__title{margin:0 0 16px;font-size:1.5rem}.survey-card--middle .survey-card__description{font-size:.875rem;-webkit-line-clamp:4}.survey-card--middle .survey-card__actions{flex-direction:row;align-items:center}}.surveys-info__wrapper{max-width:1920px;margin:60px auto;display:flex;justify-content:space-between;align-items:center;padding:0 40px;gap:clamp(10px,10vw,360px)}.surveys-info__titles{display:flex;flex-direction:column;flex:1}.surveys-info__title{margin:0 0 40px}.surveys-info__subtitle{font-size:1.125rem;margin:0;color:#0009}.surveys-info__actions{margin-top:40px}.surveys-info__search{flex:1}.surveys-info__desc{font-size:1.125rem;color:#000000b3;line-height:1.5}.surveys-content__wrapper{padding:0 40px;max-width:1920px;margin:0 auto}.surveys-content__list{display:grid;grid-template-columns:repeat(4,minmax(300px,1fr));grid-template-rows:320px;gap:20px}.surveys-content__list:has(.survey-card--big){grid-template-rows:380px 320px}.surveys-content__item:has(.survey-card--big){grid-column:span 2;grid-row:span 2}.surveys-content__item:has(.survey-card--middle){grid-column:span 2;grid-row:span 1}.survey{max-width:1920px;margin:0 auto;border-radius:40px;background:linear-gradient(249deg,#e6d0ff,#ffc2bc 26.5%,#dcd5ff 64.5%,#e5f2ff)}.survey__wrapper{position:relative;height:100%;padding:60px;display:flex;gap:200px;overflow:hidden}.survey__info{height:100%;align-items:start;display:flex;flex-direction:column;justify-content:space-between;flex:1;max-width:700px;z-index:1}.survey__title{margin:0 0 40px}.survey__desc{margin-left:30px;margin-top:60px;font-size:1.125rem;line-height:1.3}.survey__actions{margin-top:20px}.survey__details{margin-left:30px;margin-top:20px;font-size:1.125rem;line-height:1.3}.survey__extra{background-color:#fff;padding:30px;border-radius:32px;margin-top:20px;font-size:1.125rem}.survey__time{margin:0}.survey__result{margin:24px 0 0}.survey__image{position:absolute;object-fit:cover;flex:1;height:100%;right:40px}.other-surveys__wrapper{padding:0 40px;max-width:1920px;margin:0 auto}@media screen and (max-width: 1600px){.survey__info{max-width:50%}.survey__image{right:-60px;height:80%;bottom:0}}@media screen and (max-width: 1200px){.survey__wrapper{padding:20px 40px}.survey__info{z-index:1;padding:20px 20px 0;max-width:50%}.survey__title{font-size:3.5rem;margin:0 0 40px}.survey__desc{margin-left:20px;margin-top:40px;font-size:1rem}.survey__details{margin-left:20px;margin-top:10px;font-size:1rem}.survey__extra{padding:20px;font-size:1rem}.survey__time{margin:0}.survey__result{margin:24px 0 0}.survey__image{height:70%;bottom:0;right:-20px}.other-surveys__wrapper{padding:0 40px}.other-surveys__title{font-size:2.25rem;margin:32px 0 4px}}@media screen and (max-width: 992px){.survey__info{max-width:100%;padding:20px 0}.survey__image{display:none}}@media screen and (max-width: 768px){.survey__image{display:none}}@media screen and (max-width: 576px){.survey__wrapper{padding:20px 15px}.survey__info{z-index:1;padding:20px 20px 0}.survey__title{font-size:2.25rem;margin:0 0 40px}.survey__desc{margin-left:20px;margin-top:40px;font-size:1rem}.survey__details{margin-left:20px;margin-top:10px;font-size:1rem}.survey__extra{padding:20px;font-size:1rem}.survey__time{margin:0}.survey__result{margin:24px 0 0}.survey__image{display:none}.other-surveys__wrapper{padding:0 15px}.other-surveys__title{font-size:2.25rem;margin:32px 0 4px}}@media screen and (max-width: 440px){.survey__title,.other-surveys__title{font-size:1.75rem}.survey__extra,.survey__desc,.survey__details{font-size:.875rem;margin:20px 0 0}}.quest__wrapper{padding:0 40px;max-width:1920px;margin:0 auto;min-height:calc(100vh - 94px);display:flex;flex-direction:column;justify-content:space-between}.quest__control{display:flex;flex-direction:column;margin-top:20px}.quest__survey-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.quest__nums{font-weight:600;flex:1;margin:0}.quest__title{display:inline-flex;font-size:1.125rem;color:#0009}.quest__save{flex:1;text-align:right;font-size:.75rem;line-height:1;color:#0009;margin:0}.quest__question-lines{display:flex;gap:8px}.quest__question-line{height:8px;border-radius:1000px;width:100%;min-width:4px;background-color:#f3f3f3}.quest__question-line--complete{background-color:#5cc86a}.quest__question-line--active{background-color:#0460d9}.quest__content{padding:0 230px;margin-bottom:100px}.quest__answers{display:flex;justify-content:space-between;gap:16px}.quest__question-num{font-size:1.125rem;margin:0 0 20px;color:#0009}.quest__question-title{font-size:2.25rem;margin-bottom:60px}.quest__answer{display:flex;align-items:center;justify-content:center;min-height:6.5rem;min-width:3rem;color:#000;width:100%;font-size:1.25rem;font-weight:500;background:none;border:2px solid transparent;padding:0 1rem;border-radius:1.125rem;cursor:pointer;background-color:#f3f3f3;transition:background .15s ease-in-out}.quest__answer--selected{border:2px solid #0460d9;color:#0460d9}.quest__answer:hover{background-color:#ededed}.quest__actions{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px;padding:0 230px}@media screen and (max-width: 1200px){.quest__wrapper,.quest__content,.quest__actions{padding:0 40px}}@media screen and (max-width: 992px){.quest__wrapper{padding:0 40px}.quest__nums{font-size:1rem}.quest__title{font-size:1rem;text-align:center;flex:2}.quest__save{font-size:.75rem;flex:1}.quest__question-lines{gap:2px}.quest__content{padding:0 10px}.quest__question-num{font-size:1rem}.quest__question-title{font-size:1.5rem}.quest__answers{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:8px}.quest__answer{font-size:1.125rem;height:100%;min-height:5rem;padding:10px}.quest__actions{padding:0}.quest__actions .button{padding:1.4rem .8rem}}@media screen and (max-width: 576px){.quest__wrapper{padding:0 15px;min-height:calc(100vh - 72px)}.quest__nums{font-size:.75rem}.quest__title{font-size:.875rem;text-align:center}.quest__save{font-size:.6rem}.quest__question-lines{display:none}.quest__question-num{font-size:1rem}.quest__question-title{font-size:1.5rem}.quest__answers{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.quest__actions{gap:8px}.quest__actions .button{padding:1.5rem .8rem;font-size:.9rem}}@media screen and (max-width: 440px){.quest__title{font-size:.75rem}.quest__question-num{font-size:.875rem}.quest__question-title{font-size:1.125rem}.quest__answer{font-size:1rem}.quest__save{font-size:.5rem}.quest__actions .button{font-size:.75rem;height:auto;padding:.85rem}}.privacy__wrapper{max-width:1920px;padding:0 40px;margin:20px auto}.privacy__name{font-size:2.25rem;text-align:center}.privacy__title{font-size:1.5rem;font-weight:500;text-indent:1.25cm}.privacy__text{font-size:1rem;line-height:1.5;text-indent:1.25cm}.privacy__list{list-style:circle;padding-left:1.7791666667cm;line-height:1.5;display:flex;flex-direction:column;gap:10px}.privacy-table{width:100%;border-radius:8px;overflow:hidden;border:1px solid #ededed;background:#fff;box-shadow:0 0 2px #0000001a}.privacy-table__row{display:flex;flex-wrap:wrap;border-bottom:1px solid #f3f3f3}.privacy-table__row:last-child{border-bottom:none}.privacy-table__cell{padding:16px 20px;flex:5;min-width:200px;font-size:1rem;line-height:1.5;color:#000}.privacy-table__cell--header{flex:2;font-weight:500;background:#ededed;color:#000;border-right:1px solid #e1e1e1}.privacy-table__list{padding-left:20px;margin:0}.privacy-table__list li{margin-bottom:6px;padding-left:16px;position:relative}.privacy-table__list li:before{content:"•";position:absolute;left:0;color:#0460d9;font-size:1rem;font-weight:700}@media (max-width: 768px){.privacy-table__row{flex-direction:column}.privacy-table__cell{flex-basis:100%;border-right:none}.privacy-table__cell--header{border-bottom:1px solid #e1e1e1;background:#f3f3f3;text-transform:uppercase;font-size:14px}}.survey-create-info__wrapper{max-width:1920px;margin:60px auto;display:flex;justify-content:space-between;align-items:center;padding:0 40px;gap:clamp(10px,10vw,360px)}.survey-create-info__titles{display:flex;flex-direction:column;align-items:center;flex:1}.survey-create-info__title{margin:0 0 40px}.survey-create-info__subtitle{font-size:1.125rem;margin:0;color:#0009}.survey-create-info__search{flex:1}.survey-create-info__desc{font-size:1.125rem;color:#000000b3;line-height:1.5}.survey-create__wrapper{padding:0 40px;max-width:1920px;margin:0 auto}.survey-create__form{display:flex;flex-direction:column;width:100%;max-width:800px;align-items:center;margin:0 auto}.survey-create__field{width:100%}.survey-create__field--file{margin-top:20px;box-sizing:border-box;display:flex;flex-direction:column;background-color:#fafafa;padding:8px 20px 20px;cursor:pointer;transition:background .2s ease-in-out,border .2s ease-in-out}.survey-create__error{margin-top:10px}.survey-create__section{margin-bottom:20px;background-color:#fafafa;border-radius:8px;padding:20px}.survey-create__section-header{width:100%;display:flex;align-items:center;gap:20px;margin-bottom:10px}.survey-create__threshold{display:flex;gap:10px;flex-wrap:wrap;border-left:2px solid #0460d9;padding-left:10px;margin:20px 0;align-items:center}.survey-create__threshold-errors{column-gap:10px;display:flex;flex-wrap:wrap;align-items:center}.text-area{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;outline:none;border:1px solid transparent;background-color:#f3f3f3;padding:1.25rem 1.5rem;font-size:1.125rem;font-weight:400;resize:vertical}.text-area:hover:not(.button--disabled){background-color:#ededed}.text-area:active:not(.button--disabled),.text-area:focus:not(.button--disabled){border-color:#0460d9}.text-area--disabled{opacity:.6;cursor:not-allowed}.text-area--full-width{width:100%;max-width:100%;max-height:600px}@media screen and (max-width: 768px){.text-area{min-height:3.5rem;padding:1.125rem 1.25rem;font-size:1rem}.text-area--large{min-height:3.5rem;font-size:1rem;max-width:130px}}.question-builder{width:100%;border-radius:16px;margin:10px 0;padding:12px;box-shadow:0 0 2px #0000001a}.question-builder__field{width:100%;margin-bottom:16px;background-color:#fafafa;padding:18px;box-sizing:border-box;border-radius:8px}.question-builder__error{margin-top:10px}.question-builder__section{margin-bottom:20px;background-color:#fafafa;border-radius:8px;padding:20px}.question-builder__section-header{width:100%;display:flex;align-items:center;gap:20px;margin-bottom:10px}.question-builder__answers-list{display:flex;gap:10px;flex-wrap:wrap;border-left:2px solid #0460d9;padding-left:10px;margin:20px 0;align-items:center}.question-builder__threshold-errors{column-gap:10px;display:flex;flex-wrap:wrap;align-items:center}.question-builder__question,.question-builder__answer{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.question-builder__question-head,.question-builder__actions{width:100%;display:flex;gap:10px;align-items:center}.case-create__wrapper{padding:0 40px;max-width:1920px;margin:60px auto;display:flex;flex-direction:column;align-items:center;gap:clamp(10px,8vw,360px)}.case-create__form{display:flex;flex-direction:column;width:100%;max-width:800px;align-items:center;margin:0 auto;gap:20px}.case-create__field{width:100%;display:flex;flex-direction:column;gap:12px}.case-create__field--file{margin-top:20px;box-sizing:border-box;display:flex;flex-direction:column;background-color:#fafafa;padding:8px 20px 20px;cursor:pointer;transition:background .2s ease-in-out,border .2s ease-in-out}.case-create__error{margin-top:10px}.case-create__section{margin-bottom:20px;background-color:#fafafa;border-radius:8px;padding:20px}.case-create__section-header{width:100%;display:flex;align-items:center;gap:20px;margin-bottom:10px}.case-create__threshold{display:flex;gap:10px;flex-wrap:wrap;border-left:2px solid #0460d9;padding-left:10px;margin:20px 0;align-items:center}.case-create__threshold-errors{column-gap:10px;display:flex;flex-wrap:wrap;align-items:center}/*!
* Quill Editor v2.0.3
* https://quilljs.com
* Copyright (c) 2017-2024, Slab
* Copyright (c) 2014, Jason Chen
* Copyright (c) 2013, salesforce.com
*/.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked]>.ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui{cursor:pointer}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;padding-left:1.5em;position:relative}.ql-editor li>.ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li[data-list=checked]>.ql-ui,.ql-editor li[data-list=unchecked]>.ql-ui{color:#777}.ql-editor li[data-list=bullet]>.ql-ui:before{content:"•"}.ql-editor li[data-list=checked]>.ql-ui:before{content:"☑"}.ql-editor li[data-list=unchecked]>.ql-ui:before{content:"☐"}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered]>.ql-ui:before{content:counter(list-0,decimal) ". "}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1>.ql-ui:before{content:counter(list-1,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2>.ql-ui:before{content:counter(list-2,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3>.ql-ui:before{content:counter(list-3,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4>.ql-ui:before{content:counter(list-4,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5>.ql-ui:before{content:counter(list-5,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6>.ql-ui:before{content:counter(list-6,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7>.ql-ui:before{content:counter(list-7,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8>.ql-ui:before{content:counter(list-8,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9>.ql-ui:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl>.ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor .ql-code-block-container{margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor .ql-code-block-container{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{right:5px;top:5px}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.ql-editor{min-height:300px}.case-update__wrapper{padding:0 40px;max-width:1920px;margin:60px auto;display:flex;flex-direction:column;align-items:center}.case-update__info{max-width:1920px;margin:60px auto;display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center}.case-update__form{display:flex;flex-direction:column;width:100%;max-width:800px;align-items:center;margin:0 auto;gap:20px}.case-update__field{width:100%;display:flex;flex-direction:column;gap:12px}.case-update__field--file{margin-top:20px;box-sizing:border-box;display:flex;flex-direction:column;background-color:#fafafa;padding:8px 20px 20px;cursor:pointer;transition:background .2s ease-in-out,border .2s ease-in-out}.case-update__error{margin-top:10px}.case-update__section{margin-bottom:20px;background-color:#fafafa;border-radius:8px;padding:20px}.case-update__section-header{width:100%;display:flex;align-items:center;gap:20px;margin-bottom:10px}.case-update__threshold{display:flex;gap:10px;flex-wrap:wrap;border-left:2px solid #0460d9;padding-left:10px;margin:20px 0;align-items:center}.case-update__threshold-errors{column-gap:10px;display:flex;flex-wrap:wrap;align-items:center}@media screen and (max-width: 576px){.case-update__wrapper{margin:30px auto;padding:0 15px;gap:20px}.case-update__info{margin:0}.case-update__title{font-size:2.25rem}.case-update__subtitle{font-size:1rem}.case-update__desc{font-size:.875rem}.case-update__extra{max-width:100%;gap:20px}.surveys-content__wrapper{padding:0 15px}.surveys-content__list{grid-template-columns:1fr;grid-template-rows:1fr;gap:10px}.surveys-content__list:has(.survey-card--big){grid-template-columns:1fr;grid-template-rows:1fr;gap:10px}.surveys-content__item:has(.survey-card--big){grid-column:span 1;grid-row:span 1}.surveys-content__item:has(.survey-card--middle){grid-column:span 1;grid-row:span 1}}.organization-create__wrapper{padding:0 40px;max-width:1920px;margin:60px auto;display:flex;flex-direction:column;align-items:center;gap:clamp(10px,8vw,360px)}.organization-create__form{display:flex;flex-direction:column;width:100%;max-width:800px;align-items:center;margin:0 auto;gap:20px}.organization-create__field{width:100%;display:flex;flex-direction:column;gap:12px}.organization-create__field--file{margin-top:20px;box-sizing:border-box;display:flex;flex-direction:column;background-color:#fafafa;padding:8px 20px 20px;cursor:pointer;transition:background .2s ease-in-out,border .2s ease-in-out}.organization-create__error{margin-top:10px}.organization-create__section{margin-bottom:20px;background-color:#fafafa;border-radius:8px;padding:20px}.organization-create__section-header{width:100%;display:flex;align-items:center;gap:20px;margin-bottom:10px}.organization-create__threshold{display:flex;gap:10px;flex-wrap:wrap;border-left:2px solid #0460d9;padding-left:10px;margin:20px 0;align-items:center}.organization-create__threshold-errors{column-gap:10px;display:flex;flex-wrap:wrap;align-items:center}@media screen and (max-width: 992px){.surveys-info__wrapper{flex-direction:column;align-items:flex-start;gap:36px}.surveys-info__title{font-size:3.5rem;margin-bottom:24px}.surveys-info__extra{align-items:flex-start;max-width:100%;width:100%;gap:24px}}@media screen and (max-width: 1580px){.surveys-content__list{gap:8px;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));grid-template-rows:1fr 1fr;gap:16px}.surveys-content__list:has(.survey-card--big){grid-template-columns:.7fr .7fr 1fr 1fr}}@media screen and (max-width: 1200px){.surveys-content__list{grid-template-columns:repeat(auto-fit,minmax(380px,1fr));grid-template-rows:1fr 1fr;gap:16px}.surveys-content__list:has(.survey-card--big){grid-template-columns:repeat(auto-fit,minmax(380px,1fr));grid-template-rows:1fr 1fr;gap:10px}.surveys-content__item:has(.survey-card--big){grid-column:span 1;grid-row:span 1}.surveys-content__item:has(.survey-card--middle){grid-column:span 1;grid-row:span 1}}@media screen and (max-width: 576px){.surveys-info__wrapper{margin:30px auto;padding:0 15px;gap:20px}.surveys-info__title{margin-bottom:20px;font-size:2.25rem}.surveys-info__subtitle{font-size:1rem}.surveys-info__desc{font-size:.875rem}.surveys-info__extra{max-width:100%;gap:20px}.surveys-content__wrapper{padding:0 15px}.surveys-content__list{grid-template-columns:1fr;grid-template-rows:1fr;gap:10px}.surveys-content__list:has(.survey-card--big){grid-template-columns:1fr;grid-template-rows:1fr;gap:10px}.surveys-content__item:has(.survey-card--big){grid-column:span 1;grid-row:span 1}.surveys-content__item:has(.survey-card--middle){grid-column:span 1;grid-row:span 1}}.agreement__wrapper{max-width:1920px;padding:0 40px;margin:20px auto}.agreement__name{font-size:2.25rem;text-align:center}.agreement__title{font-size:1.5rem;font-weight:500;text-indent:1.25cm}.agreement__text{font-size:1rem;line-height:1.5;text-indent:1.25cm}.agreement__list{list-style:circle;padding-left:1.7791666667cm;line-height:1.5;display:flex;flex-direction:column;gap:10px}.agreement-table{width:100%;border-radius:8px;overflow:hidden;border:1px solid #ededed;background:#fff;box-shadow:0 0 2px #0000001a}.agreement-table__row{display:flex;flex-wrap:wrap;border-bottom:1px solid #f3f3f3}.agreement-table__row:last-child{border-bottom:none}.agreement-table__cell{padding:16px 20px;flex:5;min-width:200px;font-size:1rem;line-height:1.5;color:#000}.agreement-table__cell--header{flex:2;font-weight:500;background:#ededed;color:#000;border-right:1px solid #e1e1e1}.agreement-table__list{padding-left:20px;margin:0}.agreement-table__list li{margin-bottom:6px;padding-left:16px;position:relative}.agreement-table__list li:before{content:"•";position:absolute;left:0;color:#0460d9;font-size:1rem;font-weight:700}@media (max-width: 768px){.agreement-table__row{flex-direction:column}.agreement-table__cell{flex-basis:100%;border-right:none}.agreement-table__cell--header{border-bottom:1px solid #e1e1e1;background:#f3f3f3;text-transform:uppercase;font-size:14px}}
