@charset "UTF-8";/*! 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:.67em 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;-webkit-text-decoration:underline dotted;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}@-webkit-keyframes fadeInBackground{0%{background-color:transparent}to{background-color:var(--skeleton-primary)}}@keyframes fadeInBackground{0%{background-color:transparent}to{background-color:var(--skeleton-primary)}}@-webkit-keyframes blinkingBackground{0%{background-color:var(--skeleton-primary)}50%{background-color:var(--skeleton-secondary)}to{background-color:var(--skeleton-primary)}}@keyframes blinkingBackground{0%{background-color:var(--skeleton-primary)}50%{background-color:var(--skeleton-secondary)}to{background-color:var(--skeleton-primary)}}@-webkit-keyframes fadeInBorder{0%{border-color:transparent}to{border-color:var(--skeleton-primary)}}@keyframes fadeInBorder{0%{border-color:transparent}to{border-color:var(--skeleton-primary)}}@-webkit-keyframes blinkingBorder{0%{border-color:var(--skeleton-primary)}50%{border-color:var(--skeleton-secondary)}to{border-color:var(--skeleton-primary)}}@keyframes blinkingBorder{0%{border-color:var(--skeleton-primary)}50%{border-color:var(--skeleton-secondary)}to{border-color:var(--skeleton-primary)}}@-webkit-keyframes fadeInColor{0%{color:transparent}to{color:var(--skeleton-primary)}}@keyframes fadeInColor{0%{color:transparent}to{color:var(--skeleton-primary)}}@-webkit-keyframes blinkingColor{0%{color:var(--skeleton-primary)}50%{color:var(--skeleton-secondary)}to{color:var(--skeleton-primary)}}@keyframes blinkingColor{0%{color:var(--skeleton-primary)}50%{color:var(--skeleton-secondary)}to{color:var(--skeleton-primary)}}.btn{display:flex;align-items:center;justify-content:center;position:relative;text-align:center;color:var(--black);cursor:pointer;background:var(--black-100);transition:background-color .2s cubic-bezier(.25,.01,.25,1) 0s,color .2s cubic-bezier(.25,.01,.25,1) 0s;-webkit-tap-highlight-color:transparent;font-size:20px;font-weight:400;line-height:32px;font-weight:700;height:64px}@media (hover: hover) and (pointer: fine){.btn:hover,.btn:active{background:var(--black-200)}}.btn._left-aligned{justify-content:flex-start}.btn__icon.btn__icon{flex-shrink:0;width:24px;height:24px;margin-right:6px}.btn__icon.btn__icon._right{margin-right:0;margin-left:6px}.btn__text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none}.btn__badge{display:flex;align-items:center;justify-content:center;padding:0 3px;min-width:24px;height:24px;font-size:10px;font-weight:600;line-height:14px;letter-spacing:.5px;text-transform:uppercase;font-weight:700;border-radius:12px;background:var(--grey-100)}.btn__badge._purple{color:var(--white-constant);background:var(--purple)}.btn__badge._yellow{color:var(--black-constant);background:var(--yellow-300)}.btn__badge._top-right{position:absolute;top:0;right:0;-webkit-transform:translate3d(25%,-45%,0);transform:translate3d(25%,-45%,0)}.btn__text+.btn__badge,.btn__badge+.btn__text{margin-left:6px}.btn._with-border{border-style:solid}.btn._transparent:not([disabled]){background:transparent;color:var(--black)}.btn._transparent:not([disabled])._content-back{color:var(--black-constant)}.btn._transparent:not([disabled])._content-back._with-border{border-color:var(--black-200-constant)}@media (hover: hover) and (pointer: fine){.btn._transparent:not([disabled])._content-back:hover{background:var(--black-100-constant)}.btn._transparent:not([disabled])._content-back:active,.btn._transparent:not([disabled])._content-back._pressed{background:var(--black-100-constant)}}.btn._transparent:not([disabled])._with-border{border-color:var(--black-200)}@media (hover: hover) and (pointer: fine){.btn._transparent:not([disabled]):hover{background:var(--black-100)}.btn._transparent:not([disabled]):active,.btn._transparent:not([disabled])._pressed{background:var(--black-100)}}.btn._transparent:not([disabled])._with-shadow{box-shadow:0 0 1px 0 var(--black-100),0 1px 0 0 var(--black-100),0 1px 3px 0 var(--black-200)}[dark] .btn._transparent:not([disabled])._with-shadow{box-shadow:none}.btn._transparent:not([disabled])._active .btn__icon{color:var(--purple)}.btn._transparent-white:not([disabled]){background:transparent;color:var(--white)}.btn._transparent-white:not([disabled])._content-back{color:var(--white-constant)}@media (hover: hover) and (pointer: fine){.btn._transparent-white:not([disabled]):hover{background:var(--white-100)}.btn._transparent-white:not([disabled]):hover._content-back{background:var(--white-100-constant)}.btn._transparent-white:not([disabled]):active,.btn._transparent-white:not([disabled])._pressed{background:var(--white-100)}.btn._transparent-white:not([disabled]):active._content-back,.btn._transparent-white:not([disabled])._pressed._content-back{background:var(--white-100-constant)}}.btn._transparent-white:not([disabled])._with-shadow{box-shadow:0 0 1px 0 var(--black-100),0 1px 0 0 var(--black-100),0 1px 3px 0 var(--black-200)}[dark] .btn._transparent-white:not([disabled])._with-shadow{box-shadow:none}.btn._primary:not([disabled]){background:var(--yellow);color:var(--black-constant)}@media (hover: hover) and (pointer: fine){.btn._primary:not([disabled]):hover{background:var(--yellow-lighten-4)}.btn._primary:not([disabled]):active{background:var(--yellow-darken-4)}}.btn._primary:not([disabled])._with-shadow{box-shadow:0 6px 12px var(--yellow-dark-100-24)}[dark] .btn._primary:not([disabled])._with-shadow{box-shadow:none}.btn._secondary:not([disabled]){background:var(--black);color:var(--white)}.btn._secondary:not([disabled])._content-back{color:var(--white-constant);background:var(--black-constant)}@media (hover: hover) and (pointer: fine){.btn._secondary:not([disabled])._content-back:hover{background:var(--purple-constant)}.btn._secondary:not([disabled])._content-back:active{background:var(--purple-darken-4-constant)}}@media (hover: hover) and (pointer: fine){.btn._secondary:not([disabled]):hover{background:var(--purple)}.btn._secondary:not([disabled]):active{background:var(--purple-darken-4)}}.btn._secondary:not([disabled])._with-shadow{box-shadow:0 6px 12px var(--black-400)}[dark] .btn._secondary:not([disabled])._with-shadow{box-shadow:none}.btn._purple:not([disabled]){background:var(--purple-400);color:var(--white-constant)}@media (hover: hover) and (pointer: fine){.btn._purple:not([disabled]):hover{background:var(--black-900)}.btn._purple:not([disabled]):active{background:var(--black)}}.btn._purple:not([disabled])._with-shadow{box-shadow:0 6px 12px var(--purple-dark-100-24)}[dark] .btn._purple:not([disabled])._with-shadow{box-shadow:none}[dark] .btn._purple:not([disabled]){background:var(--purple)}@media (hover: hover) and (pointer: fine){[dark] .btn._purple:not([disabled]):hover{background:var(--purple-lighten-4)}[dark] .btn._purple:not([disabled]):active{background:var(--purple-darken-4)}}.btn._purple:not([disabled])._content-back{background:var(--purple-300-constant)}@media (hover: hover) and (pointer: fine){.btn._purple:not([disabled])._content-back:hover{background:var(--black-900-constant)}.btn._purple:not([disabled])._content-back:active{background:var(--black-constant)}}.btn._blue:not([disabled]){background:var(--blue);color:var(--white-constant)}@media (hover: hover) and (pointer: fine){.btn._blue:not([disabled]):hover{background:var(--black-900)}.btn._blue:not([disabled]):active{background:var(--black)}}.btn._blue:not([disabled])._with-shadow{box-shadow:0 6px 12px var(--blue-dark-100-24)}[dark] .btn._blue:not([disabled])._with-shadow{box-shadow:none}[dark] .btn._blue:not([disabled]){background:var(--blue)}@media (hover: hover) and (pointer: fine){[dark] .btn._blue:not([disabled]):hover{background:var(--blue-lighten-4)}[dark] .btn._blue:not([disabled]):active{background:var(--blue-darken-4)}}.btn._blue:not([disabled])._content-back{background:var(--blue-constant)}@media (hover: hover) and (pointer: fine){.btn._blue:not([disabled])._content-back:hover{background:var(--black-900-constant)}.btn._blue:not([disabled])._content-back:active{background:var(--black-constant)}}.btn._purple-secondary:not([disabled]){background:var(--purple-200-constant);color:var(--purple)}@media (hover: hover) and (pointer: fine){.btn._purple-secondary:not([disabled]):hover,.btn._purple-secondary:not([disabled]):active{background:var(--purple-200-constant)}}.btn._purple-secondary:not([disabled])._with-shadow{box-shadow:0 6px 12px var(--purple-dark-100-24)}[dark] .btn._purple-secondary:not([disabled])._with-shadow{box-shadow:none}.btn._green:not([disabled]){background:var(--green);color:var(--white-constant)}@media (hover: hover) and (pointer: fine){.btn._green:not([disabled]):hover{background:var(--green-lighten-4)}.btn._green:not([disabled]):active{background:var(--green-darken-4)}}.btn._green:not([disabled])._with-shadow{box-shadow:0 6px 12px var(--green-dark-100-24)}[dark] .btn._green:not([disabled])._with-shadow{box-shadow:none}.btn._green:not([disabled])._content-back{background:var(--green-constant)}.btn._red:not([disabled]){background:var(--red);color:var(--white-constant)}@media (hover: hover) and (pointer: fine){.btn._red:not([disabled]):hover{background:var(--red-lighten-4)}.btn._red:not([disabled]):active{background:var(--red-darken-4)}}.btn._red:not([disabled])._with-shadow{box-shadow:0 6px 12px var(--red-dark-100-24)}[dark] .btn._red:not([disabled])._with-shadow{box-shadow:none}.btn._red:not([disabled])._content-back{background:var(--red-constant)}.btn._red-secondary:not([disabled]){background:var(--red-100-constant);color:var(--red)}@media (hover: hover) and (pointer: fine){.btn._red-secondary:not([disabled]):hover{background:var(--red-tint-darken-2)}.btn._red-secondary:not([disabled]):active{background:var(--red-tint-darken-4)}}.btn._red-secondary:not([disabled])._with-shadow{box-shadow:0 6px 12px var(--red-dark-100-24)}[dark] .btn._red-secondary:not([disabled])._with-shadow{box-shadow:none}.btn._grey:not([disabled]){background:var(--black-100);color:var(--black)}@media (hover: hover) and (pointer: fine){.btn._grey:not([disabled]):hover{background:var(--black-200)}.btn._grey:not([disabled]):active{background:var(--black-200)}}.btn._grey:not([disabled])._with-shadow{box-shadow:0 6px 12px var(--black-400)}[dark] .btn._grey:not([disabled])._with-shadow{box-shadow:none}.btn._white:not([disabled]){background:var(--white);color:var(--black)}.btn._white:not([disabled])._content-back{background:var(--white-constant);color:var(--black-constant)}@media (hover: hover) and (pointer: fine){.btn._white:not([disabled]):hover{background:var(--grey-200)}.btn._white:not([disabled]):hover._content-back{background:var(--grey-200-constant)}.btn._white:not([disabled]):active{background:var(--grey-400)}.btn._white:not([disabled]):active._content-back{background:var(--grey-400-constant)}}.btn._white:not([disabled])._active{color:var(--purple)}.btn._white:not([disabled])._with-shadow{box-shadow:0 0 1px 0 var(--black-100),0 1px 0 0 var(--black-100),0 1px 3px 0 var(--black-200)}[dark] .btn._white:not([disabled])._with-shadow{box-shadow:none}.btn._white:not([disabled])._with-border{border:1px solid var(--black-200)}.btn._black-secondary:not([disabled]){background:var(--white-100-constant);color:var(--white-constant)}@media (hover: hover) and (pointer: fine){.btn._black-secondary:not([disabled]):hover{background:var(--white-100-constant)}.btn._black-secondary:not([disabled]):active{background:var(--white-100-constant)}}.btn[disabled]{cursor:default;background:var(--black-400);color:var(--white)}.btn[disabled] .btn__icon{color:var(--white)}.btn._small{font-size:16px;font-weight:400;line-height:28px;font-weight:700;height:44px;border-radius:10px;padding:0 16px}.btn._small._icon-only{width:44px}.btn._small._with-border{border-width:1px}.btn._small .btn__icon{width:24px;height:24px;margin-right:4px}.btn._small .btn__icon._right{margin-right:0;margin-left:4px}.btn._extra-small{font-size:14px;font-weight:400;line-height:22px;font-weight:700;height:36px;border-radius:8px;padding:0 12px}.btn._extra-small._icon-only{width:36px}.btn._extra-small._with-border{border-width:1px}.btn._extra-small .btn__icon{width:20px;height:20px;margin-right:4px}.btn._extra-small .btn__icon._right{margin-right:0;margin-left:4px}.btn._extra-small .btn__badge{padding:0 2px;min-width:20px;height:20px;font-size:10px;font-weight:600;line-height:14px;letter-spacing:.5px;text-transform:uppercase;border-radius:10px}.btn._extra-small .btn__text+.btn__badge,.btn._extra-small .btn__badge+.btn__text{margin-left:4px}.btn._big{height:64px;border-radius:16px;padding:0 24px}.btn._big._icon-only{width:64px}.btn._big._with-border{border-width:2px}.btn._big .btn__icon{width:32px;height:32px;margin-right:8px}.btn._big .btn__icon._right{margin-right:0;margin-left:8px}.btn._big .btn__badge{padding:0 4px;min-width:32px;height:32px;font-size:14px;font-weight:600;line-height:20px;letter-spacing:1px;text-transform:uppercase;border-radius:16px}.btn._big .btn__text+.btn__badge,.btn._big .btn__badge+.btn__text{margin-left:8px}.btn._icon-only .btn__icon{margin-right:0;margin-left:0}.btn._rounded{border-radius:1000px}.btn._skeleton{-webkit-animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s}.btn._link{height:24px;padding:0;background-color:transparent;color:var(--black-600);font-size:14px;font-weight:800;line-height:22px}@media (hover: hover) and (pointer: fine){.btn._link:hover{color:var(--black-700)}.btn._link:active{color:var(--black)}}.btn._link .btn__icon{margin-right:4px;width:24px;height:24px}.inline-link{display:inline-block;cursor:pointer;transition:color .2s cubic-bezier(.25,.01,.25,1) 0s;-webkit-tap-highlight-color:transparent;font-weight:700}.inline-link._font-weight-normal{font-weight:400}.inline-link._black{color:var(--black)}.inline-link._black:hover{color:var(--purple)}.inline-link._black-32{color:var(--black-500)}.inline-link._black-32:hover{color:var(--black-700)}.inline-link._black-48{color:var(--black-600)}.inline-link._black-48:hover{color:var(--black-800)}.inline-link._black-60{color:var(--black-700)}.inline-link._black-60:hover{color:var(--black)}.inline-link._black-80{color:var(--black-800)}.inline-link._black-80:hover{color:var(--black)}.inline-link._purple{color:var(--purple)}.inline-link._purple:hover{color:var(--purple-dark)}[dark] .inline-link._purple{color:var(--blue-300-constant)}[dark] .inline-link._purple:hover{color:var(--blue-600)}.inline-link._purple-constant{color:var(--purple)}.inline-link._purple-constant:hover{color:var(--purple-dark)}[dark] .inline-link._purple-constant{color:var(--purple-300-constant)}.inline-link._white-constant{color:var(--white-constant)}.inline-link._white-constant:hover{color:var(--white-800-constant)}.inline-link._yellow{color:var(--yellow)}.inline-link._yellow:hover{color:var(--yellow-dark)}.inline-link._red{color:var(--red)}.inline-link._red:hover{color:var(--red-dark)}.inline-link._underlined,.inline-link._underlined-on-hover:hover{text-decoration:underline}.inline-link[disabled]{pointer-events:none;opacity:.5;cursor:default}.card{display:flex;flex-direction:column;border-radius:20px;background-color:var(--white)}[dark] .card{background-color:var(--grey-400)}.card._with-border{border:1px solid var(--black-200)}.card._full-height{height:100%}.card._transparent,[dark] .card._transparent{background-color:transparent}.card._grey,[dark] .card._grey{background-color:var(--black-100)}.card._with-hover{transition:background-color .2s cubic-bezier(.25,.01,.25,1) 0s,box-shadow .2s cubic-bezier(.25,.01,.25,1) 0s,-webkit-transform .2s cubic-bezier(.25,.01,.25,1) 0s;transition:background-color .2s cubic-bezier(.25,.01,.25,1) 0s,box-shadow .2s cubic-bezier(.25,.01,.25,1) 0s,transform .2s cubic-bezier(.25,.01,.25,1) 0s;transition:background-color .2s cubic-bezier(.25,.01,.25,1) 0s,box-shadow .2s cubic-bezier(.25,.01,.25,1) 0s,transform .2s cubic-bezier(.25,.01,.25,1) 0s,-webkit-transform .2s cubic-bezier(.25,.01,.25,1) 0s;-webkit-tap-highlight-color:transparent}@media (hover: hover) and (pointer: fine){.card._with-hover:hover:not(:active){cursor:pointer;-webkit-transform:translate3d(0,-2px,0);transform:translate3d(0,-2px,0)}[light] .card._with-hover:hover:not(:active){box-shadow:0 16px 32px var(--black-100)}[dark] .card._with-hover:hover:not(:active){box-shadow:inset 0 0 0 4px var(--purple)}}.card._with-padding,.card__header:not(._teaser),.card__body,.card__footer{padding:24px}.card._extra-big{border-radius:24px}.card._extra-big._with-padding{padding:48px}.card._big{border-radius:20px}.card._big._with-padding{padding:32px}.card._small{border-radius:16px}.card._small._with-padding{padding:20px}.card._extra-big>.card__header:not(._teaser),.card._extra-big>.card__body,.card._extra-big>.card__footer{padding:48px}.card._extra-big>.card__header{border-radius:23px 23px 0 0}.card._big>.card__header:not(._teaser),.card._big>.card__body,.card._big>.card__footer{padding:32px}.card._big>.card__header{border-radius:19px 19px 0 0}.card._small>.card__header:not(._teaser),.card._small>.card__body,.card._small>.card__footer{padding:20px}.card._small>.card__header{border-radius:15px 15px 0 0}.card__header{flex-shrink:0;border-bottom:1px solid var(--black-200);border-radius:19px 19px 0 0}.card__header._green-tint{background:var(--green-100-constant)}.card__header._yellow-tint{background:var(--yellow-100-constant)}.card__header._teaser{display:flex;align-items:center;justify-content:center;padding:8px}.card__body{display:flex;flex-direction:column;flex-grow:1}.card__body._horizontal{align-items:center;flex-direction:row}.card__footer{flex-shrink:0;border-top:1px solid var(--black-200);border-radius:0 0 19px 19px}.card__footer._without-border{padding-top:0;border-top:none}.card._extra-big>.card__footer._without-border,.card._big>.card__footer._without-border,.card._small>.card__footer._without-border{padding-top:0}.card-dashed-border-wrapper{padding:24px;border-radius:20px;background:repeating-linear-gradient(45deg,var(--grey-100),var(--grey-100) 12px,var(--black-100) 12px,var(--black-100) 16px)}.card-dashed-border-wrapper._big{padding:32px}.card-dashed-border-wrapper._small{padding:20px}.card-dashed-border-wrapper .card{border:none}.micro-card{--mirco-card-height: 44px;display:flex;align-items:center;height:var(--mirco-card-height);padding:0 16px;background-color:var(--white);border-radius:calc(var(--mirco-card-height) / 2);transition:box-shadow .2s cubic-bezier(.25,.01,.25,1) 0s,background-color .2s cubic-bezier(.25,.01,.25,1) 0s;-webkit-tap-highlight-color:transparent;box-shadow:inset 0 0 0 1px var(--black-200)}.micro-card._selected{box-shadow:inset 0 0 0 2px var(--purple-400);background-color:var(--purple-100)}.micro-card__text{display:flex;align-items:center;font-size:16px;font-weight:400;line-height:28px;margin-right:10px;color:var(--black);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all;overflow:hidden;white-space:normal}._mobile .micro-card__text{font-size:14px;font-weight:400;line-height:22px}.micro-card__text:empty{width:30%;-webkit-animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;height:28px;border-radius:6px}._mobile .micro-card__text:empty{-webkit-animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;height:22px;border-radius:6px}.micro-card__tooltip{flex-shrink:0;width:20px;height:20px;margin-right:8px;color:var(--black-500);cursor:pointer}.micro-card__details{display:flex;align-items:center;flex-shrink:0;margin-left:auto}.micro-card__details-text{font-size:12px;font-weight:400;line-height:18px;color:var(--black-500);margin-right:6px}.micro-card__details-text:empty{width:60px;-webkit-animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;height:18px;border-radius:6px}.micro-card__details-checkmark{width:22px;height:22px;padding:3px;color:var(--white);background-color:var(--black-300);border-radius:50%}.micro-card__details-checkmark._completed{background-color:var(--green)}.micro-card__image{flex-shrink:0;width:28px;height:28px}.micro-card__image:not(:last-child){margin-right:8px}.micro-card._small{--mirco-card-height: 36px;padding:0 12px}.micro-card._small .micro-card__image{width:24px;height:24px}.micro-card._small .micro-card__image:not(:last-child){margin-right:6px}.micro-card._small .micro-card__text{font-size:14px;font-weight:400;line-height:22px}.micro-card._large{--mirco-card-height: 60px;padding:0 16px}.micro-card._large .micro-card__image{width:32px;height:32px}.micro-card._large .micro-card__image:not(:last-child){margin-right:10px}.micro-card._large .micro-card__text{font-size:20px;font-weight:400;line-height:32px}.micro-card._clickable{cursor:pointer}@media (hover: hover) and (pointer: fine){.micro-card._clickable:not(._completed):not(._selected):hover{box-shadow:inset 0 0 0 2px var(--black)}}.micro-card._clickable._completed,.micro-card._clickable._disabled{cursor:auto;background-color:var(--black-100);box-shadow:none}.micro-card._completed .micro-card__details-checkmark{background-color:var(--green)}.top-banner{position:relative;background-color:var(--purple-300)}.top-banner__link{display:block;padding:12px 44px;font-size:14px;font-weight:400;line-height:22px;text-align:center}._tablet .top-banner__link{padding:12px 24px;text-align:left}._mobile .top-banner__link{padding:12px 16px;font-size:12px;font-weight:400;line-height:18px;text-align:left}.top-banner__text{color:var(--white-constant)}.top-banner__action{position:absolute;top:50%;right:4px;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.getting-started-widget{display:flex;flex-direction:column}.getting-started-widget__content{position:relative}._desktop._desktop .getting-started-widget__content{border-radius:24px}[light] .getting-started-widget__content{box-shadow:0 16px 32px var(--black-100)}.getting-started-widget__header{width:100%;display:flex;align-items:center;margin-bottom:32px}._mobile .getting-started-widget__header{align-items:flex-start;flex-direction:column;margin-bottom:24px}.getting-started-widget__status{margin-right:24px}.getting-started-widget__status:empty{-webkit-animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;width:64px;height:64px;border-radius:50%}._mobile .getting-started-widget__status{margin:0 0 24px}.getting-started-widget__info{display:flex;flex-direction:column}._desktop .getting-started-widget__info{padding-right:135px}.getting-started-widget__title{font-size:20px;font-weight:800;line-height:28px;margin-bottom:8px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all;overflow:hidden}.getting-started-widget__title:empty{-webkit-animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;height:28px;border-radius:6px;width:100px}.getting-started-widget__description{font-size:14px;font-weight:400;line-height:22px;color:var(--black-600)}.getting-started-widget__description:empty{-webkit-animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;height:22px;border-radius:6px;width:120px}.getting-started-widget__list{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px}._mobile .getting-started-widget__list,._tablet .getting-started-widget__list{grid-template-columns:1fr}.getting-started-widget__reward{position:absolute;top:32px;right:32px;display:flex;align-items:center;font-size:14px;font-weight:400;line-height:22px;color:var(--black-700)}._mobile .getting-started-widget__reward,._tablet .getting-started-widget__reward{top:20px;right:20px}.getting-started-widget__reward-count{display:flex;align-items:center;margin-left:6px;font-size:14px;font-weight:400;line-height:22px;font-weight:700;color:var(--black)}.getting-started-widget__reward-icon{margin-right:4px}.getting-started-widget__claim-reward{display:flex;padding:24px;background-color:var(--black-100);border-radius:20px}._tablet .getting-started-widget__claim-reward,._mobile .getting-started-widget__claim-reward{padding:20px;flex-wrap:wrap;border-radius:16px}._mobile .getting-started-widget__claim-reward{flex-direction:column}.getting-started-widget__claim-reward-image{width:64px;height:64px;margin-right:20px;flex-shrink:0}._mobile .getting-started-widget__claim-reward-image{margin:0 0 24px}.getting-started-widget__claim-reward-content{display:flex;flex-direction:column;margin-right:auto}._tablet .getting-started-widget__claim-reward-content,._mobile .getting-started-widget__claim-reward-content{flex-grow:1}._mobile .getting-started-widget__claim-reward-content{width:100%}.getting-started-widget__claim-reward-title{font-size:24px;font-weight:800;line-height:32px;margin-bottom:8px;color:var(--black)}._tablet .getting-started-widget__claim-reward-title,._mobile .getting-started-widget__claim-reward-title{font-size:20px;font-weight:800;line-height:28px}.getting-started-widget__claim-reward-text{font-size:14px;font-weight:400;line-height:22px;color:var(--black-800)}.getting-started-widget__claim-reward-text._bold{font-weight:700}.getting-started-widget__claim-reward-controls{display:flex}._tablet .getting-started-widget__claim-reward-controls,._mobile .getting-started-widget__claim-reward-controls{margin-top:24px}._tablet .getting-started-widget__claim-reward-controls{padding-left:88px}._mobile .getting-started-widget__claim-reward-controls{flex-direction:column}._tablet .getting-started-widget__claim-reward-button{width:170px}._mobile .getting-started-widget__claim-reward-button{width:100%}.getting-started-widget__claim-reward-button:not(:last-child){margin-right:10px}._mobile .getting-started-widget__claim-reward-button:not(:last-child){margin:0 0 10px}.metadata{display:flex}.metadata:empty{display:none}.metadata._center{justify-content:center}.metadata._wrap{flex-wrap:wrap}.metadata._vertical{flex-direction:column;margin:-8px}.metadata._vertical .metadata__item{margin:8px}.metadata._vertical .metadata__item:after{display:none}.metadata._skeleton .metadata__item:after{-webkit-animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s}.metadata._small .metadata__item-text{font-size:12px;font-weight:400;line-height:18px}.metadata._small .metadata__item-text:empty{-webkit-animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;height:18px;border-radius:6px}.metadata._small .metadata__item:not(:last-child){margin-right:15px}.metadata._small .metadata__item:not(:last-child):after{right:-9px}.metadata._small .metadata__item-icon{width:18px;height:18px}.metadata__item{position:relative;display:flex;align-items:center;color:var(--black-600)}.metadata__item:not(:last-child){margin-right:20px}.metadata__item:not(:last-child):after{position:absolute;content:"";right:-12px;top:50%;width:3px;height:3px;border-radius:50%;background-color:var(--black-600);-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.metadata__item._black{color:var(--black)}.metadata__item._black-80{color:var(--black-800)}.metadata__item._black-80:after{background-color:var(--black-800)}.metadata__item-pro-icon:not(:last-child){margin-right:4px}.metadata__item-pro-icon._small{--size: 16px}.metadata__item-icon{width:20px;height:20px;color:inherit;flex-shrink:0;margin-right:4px}.metadata__item-icon._purple{color:var(--purple)}[dark] .metadata__item-icon._purple{color:var(--purple-200-constant)}.metadata__item-icon:empty{-webkit-animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;border-radius:50%}.metadata__item-text{font-size:14px;font-weight:400;line-height:22px;color:inherit;white-space:nowrap}.metadata__item-text._truncatable{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all;overflow:hidden;white-space:normal}.metadata__item-text._purple{color:var(--purple)}[dark] .metadata__item-text._purple{color:var(--purple-200-constant)}.metadata__item-text._bold{font-size:14px;font-weight:400;line-height:22px;font-weight:700}.metadata__item-text._green{color:var(--green)}.metadata__item-text:empty{-webkit-animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;height:22px;border-radius:6px;width:50px}.common-dialog__wrapper{padding:24px 32px}._mobile._mobile .common-dialog__wrapper{width:100%;padding-left:16px;padding-right:16px}.common-dialog__banner{margin:0 -32px}._mobile .common-dialog__banner{margin:-16px}.common-dialog__title{font-size:28px;font-weight:800;line-height:36px}.common-dialog__title-purple{color:var(--purple)}.common-dialog__subtitle{margin-top:4px;font-size:14px;font-weight:400;line-height:22px;color:var(--black-700)}.common-dialog__content{margin-top:16px;font-size:16px;font-weight:400;line-height:28px}.common-dialog__controls{display:flex;margin-top:24px;justify-content:flex-end}.common-dialog__controls._vertical{flex-direction:column-reverse}.common-dialog__controls._vertical .common-dialog__controls-btn:not(:last-child){margin-top:12px}.common-dialog__controls:not(._vertical) .common-dialog__controls-btn:not(:first-child){margin-left:12px}.chip{--chip-height: 44px;--chip-padding: 0 16px;display:flex;align-items:center;flex-shrink:0;padding:var(--chip-padding);height:var(--chip-height);color:var(--black);border-radius:calc(var(--chip-height) / 2);border:1px solid var(--black-200);background-color:var(--white);transition:color .2s cubic-bezier(.25,.01,.25,1) 0s,background-color .2s cubic-bezier(.25,.01,.25,1) 0s}.chip._without-border{border:none}.chip._selected{color:var(--white);background-color:var(--black)}.chip._transparent:not(._selected){background-color:transparent}.chip._disabled{color:var(--black-500)}.chip._purple{color:var(--purple-500);border-color:var(--purple-200);background-color:var(--purple-200)}.chip._green{color:var(--green-500);border-color:var(--green-200);background-color:var(--green-200)}.chip._yellow{color:var(--yellow-500);border-color:var(--yellow-200);background-color:var(--yellow-200)}.chip._grey{border-color:var(--grey-100);background-color:var(--grey-100)}.chip._big{--chip-height: 64px;padding:0 16px}.chip._big .chip__icon,.chip._big .chip__close{width:28px;height:28px}.chip._big .chip__icon{margin-right:8px}.chip._big .chip__text{font-size:20px;font-weight:400;line-height:32px}.chip._big .chip__text._bold{font-size:20px;font-weight:400;line-height:32px;font-weight:700}.chip._big .chip__close{margin-left:12px}.chip._small{padding:0 12px;--chip-height: 36px}.chip._small .chip__icon,.chip._small .chip__close{width:20px;height:20px}.chip._small .chip__icon{margin-right:4px}.chip._small .chip__text{font-size:14px;font-weight:400;line-height:22px}.chip._small .chip__text._bold{font-size:14px;font-weight:400;line-height:22px;font-weight:700}.chip._small .chip__close{margin-left:8px}.chip._small .chip__image{width:32px;height:32px}.chip._extra-small{padding:0 8px;--chip-height: 24px}.chip._extra-small .chip__icon,.chip._extra-small .chip__close{width:14px;height:14px}.chip._extra-small .chip__icon{margin-right:2px}.chip._extra-small .chip__text{font-size:12px;font-weight:400;line-height:18px}.chip._extra-small .chip__text._bold{font-size:12px;font-weight:400;line-height:18px;font-weight:700}.chip._extra-small .chip__close{margin-left:4px}.chip._with-image{padding:2px 12px 2px 2px}.chip._with-image .chip__close{margin-left:8px}.chip._with-image .chip__text{font-size:16px;font-weight:400;line-height:28px}.chip._with-image .chip__text._bold{font-size:16px;font-weight:400;line-height:28px;font-weight:700}.chip__icon,.chip__close{width:24px;height:24px}.chip__icon._rounded,.chip__close._rounded{border-radius:50%;overflow:hidden}.chip__icon{margin-right:6px}.chip__image-wrapper{display:inline-flex;position:relative;margin-right:6px}.chip__image{width:40px;height:40px;border-radius:50%}.chip__text{font-size:16px;font-weight:400;line-height:28px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all;overflow:hidden}.chip__text._bold{font-size:16px;font-weight:400;line-height:28px;font-weight:700}.chip__close{margin-left:10px}@media (hover: hover) and (pointer: fine){.chip._hoverable{cursor:pointer}.chip._hoverable:not(._selected):hover{background-color:var(--black-100)}.chip._hoverable:not(._selected):active{background-color:var(--black-100)}}.chip:empty{-webkit-animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;width:120px;border:none}.chips{display:flex;flex-wrap:wrap;margin:-6px}.chips._big{margin:-8px}.chips._big .chip{margin:8px}.chips._small{margin:-4px}.chips._small .chip{margin:4px}.chips .chip{margin:6px}.badge{font-size:20px;font-weight:400;line-height:32px;font-weight:700;height:32px;display:inline-flex;justify-content:center;align-items:center;padding:0 8px;border-radius:8px;color:var(--black);white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none}.badge._big{font-size:14px;font-weight:600;line-height:20px;letter-spacing:1px;text-transform:uppercase;height:32px}.badge._medium{font-size:12px;font-weight:600;line-height:16px;letter-spacing:.5px;text-transform:uppercase;height:24px;border-radius:6px;padding:0 6px}.badge._small{font-size:10px;font-weight:600;line-height:14px;letter-spacing:.5px;text-transform:uppercase;height:20px;padding:0 4px;border-radius:6px}.badge._small._with-border{height:24px;border:2px solid var(--white)}.badge._white{color:var(--black-constant);background-color:var(--white-constant)}.badge._grey{color:var(--black);background-color:var(--black-100)}.badge._black{color:var(--white);background-color:var(--black)}.badge._black._with-serif:before{color:var(--black)}.badge._teal{background-color:var(--teal-dark);color:var(--white)}.badge._red{background-color:var(--red-dark);color:var(--white)}.badge._yellow{background-color:var(--yellow);color:var(--white)}.badge._yellow-300{background-color:var(--yellow-300);color:var(--black-constant)}.badge._orange{background-color:var(--orange);color:var(--white)}.badge._green{background-color:var(--green);color:var(--white)}.badge._purple{background-color:var(--purple);color:var(--white)}.badge._purple-pastel{color:var(--purple);background-color:var(--purple-200-constant)}.badge._green-pastel{color:var(--green-500);background-color:var(--green-200)}.badge._yellow-pastel{color:var(--yellow-500-constant);background:var(--yellow-200-constant)}.badge._red-pastel{color:var(--red);background:var(--red-200-constant)}.badge._yellow-back{color:var(--black-constant);background:var(--yellow-100-constant)}.badge._with-serif._left-serif{border-bottom-left-radius:0}.badge._with-serif._left-serif:before{left:0;border-color:currentColor currentColor transparent transparent}.badge._with-serif._right-serif{border-bottom-right-radius:0}.badge._with-serif._right-serif:before{right:0;border-color:currentColor transparent transparent currentColor}.badge._with-serif:before{content:"";position:absolute;bottom:-8px;border-width:4px;border-style:solid}.badge._upper-cased{text-transform:uppercase}.checklist__item{display:flex}.checklist__item:not(:last-child){margin-bottom:12px}.checklist__item-icon-wrapper{display:flex;flex-shrink:0;margin-right:8px;width:20px;height:20px;border:2px solid var(--black-200);border-radius:50%}.checklist__item-icon-wrapper:empty{-webkit-animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;border:none}.checklist__item-icon{margin:auto;width:14px;height:14px;opacity:0}.checklist__item-text-wrapper{flex-grow:1}.checklist__item-text{font-size:14px;font-weight:400;line-height:22px;font-weight:700;color:var(--black-800)}.checklist__item-text:empty{width:100%;-webkit-animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;height:22px;border-radius:6px}.checklist__item-children-item{margin-top:4px;font-size:12px;font-weight:400;line-height:18px;color:var(--black-700)}.checklist__item-children-item._completed{text-decoration:line-through}.checklist__item._completed .checklist__item-icon-wrapper{border:none;background:var(--green-300)}.checklist__item._completed .checklist__item-icon{color:var(--white);opacity:1}.checklist__item._completed .checklist__item-text{font-size:14px;font-weight:400;line-height:22px;color:var(--black-500)}.checklist__item._completed .checklist__item-children{display:none}@keyframes fadeInBackground{0%{background-color:transparent}to{background-color:var(--skeleton-primary)}}@keyframes blinkingBackground{0%{background-color:var(--skeleton-primary)}50%{background-color:var(--skeleton-secondary)}to{background-color:var(--skeleton-primary)}}@keyframes fadeInBorder{0%{border-color:transparent}to{border-color:var(--skeleton-primary)}}@keyframes blinkingBorder{0%{border-color:var(--skeleton-primary)}50%{border-color:var(--skeleton-secondary)}to{border-color:var(--skeleton-primary)}}@keyframes fadeInColor{0%{color:transparent}to{color:var(--skeleton-primary)}}@keyframes blinkingColor{0%{color:var(--skeleton-primary)}50%{color:var(--skeleton-secondary)}to{color:var(--skeleton-primary)}}.progress{--progress-bar-height: 8px;display:flex;width:100%;height:var(--progress-bar-height);border-radius:calc(var(--progress-bar-height) / 2);background:var(--black-100)}.progress._small{--progress-bar-height: 4px}.progress._large{--progress-bar-height: 12px}.progress._without-border-radius{border-radius:0}.progress__bar{height:inherit;border-radius:inherit;background:var(--purple)}.progress__bar._red{background:var(--red)}.progress__bar._yellow{background:var(--yellow)}.progress__bar._green{background:var(--green)}.progress:empty{width:100%;-webkit-animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s}.tooltip{--tooltip-arrow-size: 12px;position:absolute;z-index:101;opacity:0;transition:opacity .2s cubic-bezier(.25,.01,.25,1) 0s}.tooltip._show{opacity:1}.tooltip__content{position:relative;z-index:1;padding:12px 16px;font-size:14px;font-weight:400;line-height:22px;color:var(--white);text-align:center;border-radius:12px;background:var(--black)}.tooltip__content._left-aligned{text-align:left}.tooltip__content._pre-wrap{white-space:pre-wrap}.tooltip__backdrop{position:absolute;top:calc(-1 * var(--tooltip-arrow-size));left:calc(-1 * var(--tooltip-arrow-size));width:calc(100% + var(--tooltip-arrow-size) * 2);height:calc(100% + var(--tooltip-arrow-size) * 2)}.tooltip__arrow{position:absolute;width:var(--tooltip-arrow-size);height:var(--tooltip-arrow-size);background:var(--black);-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.tooltip._top .tooltip__arrow{top:100%;left:50%;border-radius:0 0 4px;-webkit-transform:translate3d(-50%,-50%,0) rotate(45deg);transform:translate3d(-50%,-50%,0) rotate(45deg)}.tooltip._bottom .tooltip__arrow{bottom:100%;left:50%;border-radius:4px 0 0;-webkit-transform:translate3d(-50%,50%,0) rotate(45deg);transform:translate3d(-50%,50%,0) rotate(45deg)}.tooltip._left .tooltip__arrow{top:50%;left:100%;border-radius:0 4px 0 0;-webkit-transform:translate3d(-50%,-50%,0) rotate(45deg);transform:translate3d(-50%,-50%,0) rotate(45deg)}.tooltip._right .tooltip__arrow{top:50%;right:100%;border-radius:0 0 0 4px;-webkit-transform:translate3d(50%,-50%,0) rotate(45deg);transform:translate3d(50%,-50%,0) rotate(45deg)}.tooltip._white-constant .tooltip__content{background:var(--white-constant);color:var(--black-constant)}.tooltip._white-constant .tooltip__arrow{background:var(--white-constant)}.tooltip._black-constant .tooltip__content{background:var(--black-constant);color:var(--white-constant)}.tooltip._black-constant .tooltip__arrow{background:var(--black-constant)}.menu{position:absolute}.menu__list{padding:16px;border-radius:20px;border:solid 1px var(--black-200);background-color:var(--white)}[light] .menu__list{box-shadow:0 16px 32px var(--black-100)}[dark] .menu__list{background-color:var(--grey-400)}.menu__list-group:not(:first-child){margin-top:16px;padding-top:16px;border-top:1px solid var(--black-200)}.menu__list-group-title{padding:0 12px;margin-bottom:4px;font-size:12px;font-weight:600;line-height:16px;letter-spacing:.5px;text-transform:uppercase;color:var(--black-600)}.menu__list-item{font-size:16px;font-weight:400;line-height:28px;position:relative;display:flex;align-items:center;width:100%;height:52px;padding:0 12px;border-radius:12px;color:var(--black-700);transition:background-color .2s cubic-bezier(.25,.01,.25,1) 0s,color .2s cubic-bezier(.25,.01,.25,1) 0s;-webkit-tap-highlight-color:transparent}.menu__list-item-icon{width:24px;height:24px}.menu__list-item-icon:not(._right){margin-right:8px}.menu__list-item-icon._right{margin-left:8px}@media (hover: hover) and (pointer: fine){.menu__list-item:not(._non-clickable):not(._disabled){cursor:pointer}.menu__list-item:not(._non-clickable):not(._disabled):hover{background-color:var(--black-100);color:var(--black)}}.menu__list-item._bold{font-size:16px;font-weight:400;line-height:28px;font-weight:700}.menu__list-item._selected{font-size:16px;font-weight:400;line-height:28px;font-weight:700;color:var(--black)}.menu__list-item._disabled{color:var(--black-500)}.menu__list-item._red{color:var(--red)}.menu__list-item._with-separator{margin-top:32px}.menu__list-item._with-separator:before{content:"";position:absolute;top:-16px;left:0;right:0;border-top:1px solid var(--black-200)}.menu__list-item._height-auto{height:auto}.menu__list-item-link{display:flex;align-items:center;width:100%;height:100%;color:inherit}.menu__list-item-text{flex-grow:1}.main-layout{max-width:1248px;width:100%}._mobile .main-layout{padding-left:16px;padding-right:16px}._tablet .main-layout{padding-left:24px;padding-right:24px}._desktop .main-layout{padding-left:32px;padding-right:32px}.marketing-banner{position:relative;background:var(--white)}[dark] .marketing-banner{background:var(--grey-200)}._desktop .marketing-banner{margin:0 min((100vw - var(--scrollbar-width) - 1184px - var(--sidebar-width)) / -2,32px * -1) 0;padding:40px 32px}._tablet .marketing-banner{margin:0 -24px;padding:24px}._mobile .marketing-banner{margin:0 -16px;padding:24px 16px}.marketing-banner__wrapper{display:flex;align-items:center;margin:0 auto;max-width:1184px}._tablet .marketing-banner__wrapper,._mobile .marketing-banner__wrapper{flex-direction:column}.marketing-banner__wrapper._top{align-items:flex-start}.marketing-banner__wrapper._bottom{align-items:flex-end}._desktop .marketing-banner__wrapper._equal-items .marketing-banner__content{max-width:max(50% - 32px,100% - 564px)}._desktop .marketing-banner__wrapper._equal-items .marketing-banner__image-wrapper{max-width:min(50% - 32px,500px)}.marketing-banner__wrapper._center .marketing-banner__content{align-items:center}.marketing-banner__wrapper._center .marketing-banner__title,.marketing-banner__wrapper._center .marketing-banner__subtitle,.marketing-banner__wrapper._center .marketing-banner__text{text-align:center}.marketing-banner__wrapper._center .marketing-banner__subtitle{margin-bottom:24px}.marketing-banner__wrapper._center .marketing-banner__text{margin-top:24px}._desktop .marketing-banner__wrapper._center .marketing-banner__title,._desktop .marketing-banner__wrapper._center .marketing-banner__subtitle,._desktop .marketing-banner__wrapper._center .marketing-banner__text,._desktop .marketing-banner__wrapper._center .marketing-banner__actions{max-width:500px}.marketing-banner__wrapper._center .marketing-banner__links{justify-content:center}._tablet .marketing-banner__wrapper._center .marketing-banner__link._label,._mobile .marketing-banner__wrapper._center .marketing-banner__link._label{justify-content:center;width:100%}.marketing-banner__content{display:flex;flex-direction:column;flex-grow:1;position:relative}._tablet .marketing-banner__content,._mobile .marketing-banner__content{align-items:center;text-align:center}.marketing-banner__content._left{align-items:flex-start}._tablet .marketing-banner__content._left,._mobile .marketing-banner__content._left{align-items:flex-start;width:100%;text-align:left}.marketing-banner__content._right{align-items:flex-end}._tablet .marketing-banner__content._right,._mobile .marketing-banner__content._right{align-items:flex-end;width:100%;text-align:right}.marketing-banner__content._left .marketing-banner__actions{align-items:flex-start}.marketing-banner__content._right .marketing-banner__actions{align-items:flex-end}.marketing-banner__image-wrapper{flex-shrink:1}._desktop .marketing-banner__image-wrapper{margin-left:64px}._tablet .marketing-banner__image-wrapper,._mobile .marketing-banner__image-wrapper{order:-1;margin-bottom:20px}.marketing-banner__image-wrapper._first{order:-1}._desktop .marketing-banner__image-wrapper._first{margin-right:64px}._tablet .marketing-banner__image-wrapper._first,._mobile .marketing-banner__image-wrapper._first{margin-bottom:20px}.marketing-banner__image-wrapper._last{order:1}._desktop .marketing-banner__image-wrapper._last{margin-left:64px}._tablet .marketing-banner__image-wrapper._last,._mobile .marketing-banner__image-wrapper._last{margin-top:20px}.marketing-banner__image{width:100%}.marketing-banner__subtitle{margin-bottom:12px;font-size:16px;font-weight:600;line-height:24px;letter-spacing:1px;text-transform:uppercase;color:var(--black-700)}._tablet .marketing-banner__subtitle,._mobile .marketing-banner__subtitle{font-size:14px;font-weight:600;line-height:20px;letter-spacing:1px;text-transform:uppercase}.marketing-banner__title{font-size:40px;font-weight:800;line-height:48px}.marketing-banner__title:empty{-webkit-animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;height:48px;border-radius:6px;width:100%}._tablet .marketing-banner__title,._mobile .marketing-banner__title{font-size:24px;font-weight:800;line-height:32px}._tablet .marketing-banner__title:empty,._mobile .marketing-banner__title:empty{-webkit-animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;height:32px;border-radius:6px}.marketing-banner__text{margin-top:12px;color:var(--black-800);font-size:16px;font-weight:400;line-height:28px}._tablet .marketing-banner__text,._mobile .marketing-banner__text{font-size:14px;font-weight:400;line-height:22px}.marketing-banner__metadata{margin-top:12px}.marketing-banner__actions{display:flex;align-items:center;margin-top:24px}._tablet .marketing-banner__actions,._mobile .marketing-banner__actions{flex-direction:column;margin-top:20px;width:100%}._desktop .marketing-banner__action:not(:last-child){margin-right:12px}._tablet .marketing-banner__action,._mobile .marketing-banner__action{width:100%}._tablet .marketing-banner__action:not(:last-child),._mobile .marketing-banner__action:not(:last-child){margin-bottom:12px}.marketing-banner__action._link{font-size:16px;font-weight:400;line-height:28px;margin-top:28px}.marketing-banner__links{margin-top:26px}.marketing-banner__link._label{padding:0;color:var(--black-700);border:none}.marketing-banner__decorations{display:flex;align-items:center}._tablet .marketing-banner__decorations,._mobile .marketing-banner__decorations{margin-bottom:32px}.marketing-banner__decoration{position:absolute;top:0;left:50%}._tablet .marketing-banner__decoration,._mobile .marketing-banner__decoration{position:static}.marketing-banner__decoration._top-left{width:68px;height:68px;-webkit-transform:translate3d(-370px,-40px,0) rotate(-15deg);transform:translate3d(-370px,-40px,0) rotate(-15deg)}._tablet .marketing-banner__decoration._top-left,._mobile .marketing-banner__decoration._top-left{width:52px;height:52px;-webkit-transform:rotate(15deg);transform:rotate(15deg)}.marketing-banner__decoration._top-right{width:48px;height:48px;-webkit-transform:translate3d(315px,-15px,0) rotate(15deg);transform:translate3d(315px,-15px,0) rotate(15deg)}._tablet .marketing-banner__decoration._top-right,._mobile .marketing-banner__decoration._top-right{width:40px;height:40px;-webkit-transform:translate3d(0,15px,0) rotate(-15deg);transform:translate3d(0,15px,0) rotate(-15deg)}.marketing-banner__decoration._bottom-left{width:48px;height:48px;-webkit-transform:translate3d(-350px,160px,0) rotate(-15deg);transform:translate3d(-350px,160px,0) rotate(-15deg)}._tablet .marketing-banner__decoration._bottom-left,._mobile .marketing-banner__decoration._bottom-left{width:44px;height:44px;-webkit-transform:translate3d(0,-10px,0) rotate(15deg);transform:translate3d(0,-10px,0) rotate(15deg)}.marketing-banner__decoration._bottom-right{width:68px;height:68px;-webkit-transform:translate3d(290px,160px,0) rotate(15deg);transform:translate3d(290px,160px,0) rotate(15deg)}._tablet .marketing-banner__decoration._bottom-right,._mobile .marketing-banner__decoration._bottom-right{width:44px;height:44px;-webkit-transform:translate3d(0,10px,0) rotate(-15deg);transform:translate3d(0,10px,0) rotate(-15deg)}.feature-header{position:relative;background:var(--purple-constant)}.feature-header._skeleton{background:var(--white-constant)}._desktop .feature-header{margin:0 min((100vw - var(--scrollbar-width) - 1184px - var(--sidebar-width)) / -2,32px * -1) 0;padding:40px 32px}._tablet .feature-header{margin:0 -24px;padding:24px}._mobile .feature-header{margin:0 -16px;padding:24px 16px}.feature-header__wrapper{display:flex;align-items:center;position:relative;margin:0 auto;max-width:1184px}._tablet .feature-header__wrapper,._mobile .feature-header__wrapper{flex-direction:column}.feature-header__wrapper._top{align-items:flex-start}.feature-header__wrapper._bottom{align-items:flex-end}.feature-header__content{display:flex;flex-direction:column;flex-grow:1;position:relative}._tablet .feature-header__content,._mobile .feature-header__content{align-items:center;text-align:center}.feature-header__content._left{align-items:flex-start}._tablet .feature-header__content._left,._mobile .feature-header__content._left{align-items:flex-start;width:100%;text-align:left}.feature-header__content._right{align-items:flex-end}._tablet .feature-header__content._right,._mobile .feature-header__content._right{align-items:flex-end;width:100%;text-align:right}.feature-header__content._left .feature-header__actions{align-items:flex-start}.feature-header__content._right .feature-header__actions{align-items:flex-end}.feature-header__image-wrapper{flex-shrink:0;position:relative;width:256px;height:256px}.feature-header__image-wrapper._small{width:184px;height:184px}.feature-header__image-wrapper._with-icon{margin-right:24px}._tablet .feature-header__image-wrapper,._mobile .feature-header__image-wrapper{order:-1;margin-bottom:20px;width:112px;height:112px}._desktop .feature-header__image-wrapper{margin-left:64px}.feature-header__image-wrapper._first{order:-1}._desktop .feature-header__image-wrapper._first{margin-right:64px}._tablet .feature-header__image-wrapper._first,._mobile .feature-header__image-wrapper._first{margin-bottom:20px}.feature-header__image-wrapper._last{order:1}._desktop .feature-header__image-wrapper._last{margin-left:64px}._tablet .feature-header__image-wrapper._last,._mobile .feature-header__image-wrapper._last{margin-top:20px}.feature-header__image-wrapper._small .feature-header-image{padding:24px}.feature-header__image{padding:32px;width:100%;height:100%;border-radius:50%;background-color:var(--white-constant)}._tablet .feature-header__image,._mobile .feature-header__image{padding:16px}.feature-header__image._skeleton{-webkit-animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s}.feature-header__image-icon{position:absolute;bottom:0;right:0;width:48px;height:48px;padding:6px;color:var(--white-constant);border:2px solid var(--white-constant);border-radius:50%;background:var(--green-constant)}._tablet .feature-header__image-icon,._mobile .feature-header__image-icon{width:32px;height:32px;padding:3px}.feature-header__subtitle{margin-bottom:12px;font-size:16px;font-weight:600;line-height:24px;letter-spacing:1px;text-transform:uppercase;color:var(--white-800-constant)}.feature-header__subtitle:empty{-webkit-animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;height:24px;border-radius:6px;width:80px}._tablet .feature-header__subtitle,._mobile .feature-header__subtitle{font-size:14px;font-weight:600;line-height:20px;letter-spacing:1px;text-transform:uppercase}._tablet .feature-header__subtitle:empty,._mobile .feature-header__subtitle:empty{-webkit-animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;height:20px;border-radius:6px}.feature-header__title{font-size:40px;font-weight:800;line-height:48px;color:var(--white-constant)}.feature-header__title:empty{-webkit-animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;height:48px;border-radius:6px;width:50%}._tablet .feature-header__title,._mobile .feature-header__title{font-size:24px;font-weight:800;line-height:32px}._tablet .feature-header__title:empty,._mobile .feature-header__title:empty{-webkit-animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;height:32px;border-radius:6px}.feature-header__text{max-width:640px;margin-top:12px;font-size:16px;font-weight:400;line-height:28px;color:var(--white-800-constant)}.feature-header__text._hide{display:none}.feature-header__text:empty{-webkit-animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;height:28px;border-radius:6px}._tablet .feature-header__text,._mobile .feature-header__text{font-size:14px;font-weight:400;line-height:22px}._tablet .feature-header__text:empty,._mobile .feature-header__text:empty{-webkit-animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;height:22px;border-radius:6px}.feature-header__metadata{margin-top:12px}.feature-header__metadata:last-child{margin-top:24px}._tablet .feature-header__metadata:last-child,._mobile .feature-header__metadata:last-child{margin-top:20px}._tablet .feature-header__metadata,._mobile .feature-header__metadata{justify-content:center}.feature-header__metadata-item{font-size:14px;font-weight:400;line-height:22px;color:var(--white-800-constant)}.feature-header__metadata-item:not(:last-child):after{background-color:var(--white-800-constant)}.feature-header__rating{color:var(--yellow-constant)}.feature-header__progress{position:relative;margin:32px 0 8px;max-width:360px;background:var(--black-300-constant)}._tablet .feature-header__progress,._mobile .feature-header__progress{margin:28px 0 8px}.feature-header__progress._skeleton{-webkit-animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s}.feature-header__progress-bar{background:var(--white-constant)}.feature-header__progress-points{position:absolute;top:50%;left:0;width:100%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.feature-header__progress-point{position:absolute;top:50%;padding:6px;width:32px;height:32px;color:var(--white-constant);border:2px solid var(--purple-constant);border-radius:50%;background:var(--purple-constant);-webkit-transform:translate3d(-100%,-50%,0);transform:translate3d(-100%,-50%,0)}.feature-header__progress-point:not(._completed):not(._skeleton):after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;background:var(--black-300-constant)}.feature-header__progress-point._completed{color:var(--purple-constant);background:var(--white-constant)}.feature-header__progress-point._skeleton{border-color:var(--white-constant);-webkit-animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s}.feature-header__actions{display:flex;align-items:center;margin-top:24px}._tablet .feature-header__actions,._mobile .feature-header__actions{flex-direction:column;margin-top:20px;width:100%}._desktop .feature-header__action:not(:last-child){margin-right:12px}._tablet .feature-header__action:not(:last-child),._mobile .feature-header__action:not(:last-child){margin-bottom:12px}.feature-header__details{position:absolute;top:-16px;right:-16px;z-index:1}._tablet .feature-header__details,._mobile .feature-header__details{top:-8px;right:-8px}.feature-card-header__section{display:flex}.feature-card-header__section:not(:last-child){margin-bottom:24px}.feature-card-header__section._center{align-items:center}.feature-card-header__section-item:first-child{flex-grow:1}._mobile .feature-card-header__section-item{display:flex;flex-direction:column;align-items:center}._desktop .feature-card-header__section-item:not(:first-child),._tablet .feature-card-header__section-item:not(:first-child){margin-left:24px}._mobile .feature-card-header__section-item:not(:first-child){margin-bottom:24px}._mobile .feature-card-header__section{flex-direction:column;align-items:center}.feature-card-header__title{display:flex;align-items:center}.feature-card-header__title:not(:last-child){margin-bottom:12px}.feature-card-header__title-text{font-size:32px;font-weight:800;line-height:40px;color:var(--black)}._mobile .feature-card-header__title-text{font-size:28px;font-weight:800;line-height:36px;text-align:center}.feature-card-header__title-icon{flex-shrink:0;margin-left:12px}.feature-card-header__title:empty{width:200px;-webkit-animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;height:40px;border-radius:6px}._mobile .feature-card-header__title:empty{-webkit-animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;height:36px;border-radius:6px}.feature-card-header__subtitle{margin-bottom:12px;font-size:14px;font-weight:600;line-height:20px;letter-spacing:1px;text-transform:uppercase;color:var(--black-600)}.feature-card-header__subtitle:empty{width:100px;-webkit-animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;height:20px;border-radius:6px}.feature-card-header__image-wrapper{position:relative}._mobile .feature-card-header__image-wrapper{order:-1}.feature-card-header__image{width:120px;height:120px;border-radius:20px}.feature-card-header__image._rounded{border-radius:50%}.feature-card-header__image._squared{border-radius:0}._desktop .feature-card-header__image,._tablet .feature-card-header__image{margin-left:24px}._mobile .feature-card-header__image{order:-1;margin-bottom:24px}.feature-card-header__image._skeleton{-webkit-animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s}.feature-card-header__icon{position:absolute;top:-8px;right:-8px;border-radius:50%;box-shadow:0 0 0 3px var(--white)}.feature-card-header__text{font-size:20px;font-weight:400;line-height:32px;color:var(--black-800)}.feature-card-header__text:not(:last-child){margin-bottom:12px}.feature-card-header__text._black{color:var(--black)}._mobile .feature-card-header__text{font-size:16px;font-weight:400;line-height:28px;text-align:center}.feature-card-header__text:empty{width:100%;-webkit-animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;height:32px;border-radius:6px}._mobile .feature-card-header__text:empty{-webkit-animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;height:28px;border-radius:6px}.feature-card-header__label{font-size:14px;font-weight:400;line-height:22px;font-weight:700}.feature-card-header__label._red{color:var(--red)}.feature-card-header__actions{display:flex;flex-wrap:wrap;align-items:center;margin:-6px}.feature-card-header__actions:not(:first-child){margin-top:18px}._mobile .feature-card-header__actions{justify-content:center}.feature-card-header__action{margin:6px}.feature-card-header__action:empty{width:160px;height:44px;border-radius:6px;-webkit-animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s}.feature-card-header__share{flex-shrink:0}._desktop .feature-card-header__share,._tablet .feature-card-header__share{margin-left:24px}._mobile .feature-card-header__share{margin-top:24px}.feature-card-content{margin-top:40px}.feature-card-content__section:not(:first-child){margin-top:40px}.feature-card-content__title-wrapper{display:flex;align-items:center;margin-bottom:16px}.feature-card-content__title-wrapper .feature-card-content__title{margin-bottom:0}.feature-card-content__title{margin-bottom:16px;font-size:14px;font-weight:600;line-height:20px;letter-spacing:1px;text-transform:uppercase;color:var(--black-700)}.feature-card-content__title:empty{-webkit-animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;height:20px;border-radius:6px;width:100px}.feature-card-content__items{display:flex;flex-wrap:wrap;margin:-8px}.feature-card-content__item{margin:8px;width:100%;color:var(--black-500)}.feature-card-content__item._black{color:var(--black)}._desktop .feature-card-content__item,._tablet .feature-card-content__item{width:calc(50% - 16px)}.feature-card-content__item:empty{height:44px;-webkit-animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;border:none}.feature-card-content__text{font-size:20px;font-weight:400;line-height:32px;color:var(--black)}._mobile .feature-card-content__text{font-size:16px;font-weight:400;line-height:28px}.feature-card-content__text-skeleton{-webkit-animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;height:32px;border-radius:6px;width:100%}._mobile .feature-card-content__text-skeleton{-webkit-animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;height:28px;border-radius:6px}.feature-card-content__text-skeleton:last-child{width:50%}.feature-card-content__text-skeleton:not(:first-child){margin-top:4px}.feature-card-content__banner{margin-top:40px;padding-top:40px;border-top:1px solid var(--black-200)}.feature-card-content__banner-title{margin:0 auto 12px;max-width:536px;font-size:28px;font-weight:800;line-height:36px;text-align:center}._mobile .feature-card-content__banner-title{font-size:24px;font-weight:800;line-height:32px}.feature-card-content__banner-text{margin:0 auto 24px;max-width:536px;font-size:14px;font-weight:400;line-height:22px;color:var(--black-700);text-align:center}.feature-card-content__banner-actions{display:flex;align-items:center;justify-content:center}:host{--unit-section-indent: 24px}._mobile :host{--unit-section-indent: 24px}.player-footer{position:fixed;z-index:1;bottom:0;left:0;right:0;display:flex;justify-content:center;color:var(--black);background-color:var(--white);box-shadow:inset 0 1px 0 var(--black-100)}._desktop .player-footer,._tablet .player-footer{height:112px}.player-footer__wrapper{display:flex;align-items:center;justify-content:space-between;width:100%}._desktop .player-footer__wrapper{max-width:1440px;padding-left:116px;padding-right:116px}._tablet .player-footer__wrapper{padding-left:24px;padding-right:24px}._mobile .player-footer__wrapper{display:block;padding:16px}._mobile .player-footer__wrapper._only-actions{display:flex;flex-direction:column-reverse}._mobile .player-footer__wrapper._only-actions .player-footer__button:not(:last-child){margin-top:12px}.player-footer__wrapper._only-actions .player-footer__button:last-child{margin-left:auto}._desktop .player-footer__wrapper._only-actions .player-footer__buttons,._tablet .player-footer__wrapper._only-actions .player-footer__buttons{width:100%;justify-content:space-between;margin-left:0}._mobile .player-footer__wrapper._only-actions .player-footer__buttons{display:flex;flex-direction:column-reverse}.player-footer__icon-wrapper{display:flex;justify-content:center;align-items:center;width:60px;height:60px;flex-shrink:0;border-radius:50%}._mobile .player-footer__icon-wrapper{width:30px;height:30px}.player-footer__icon{width:44px;height:44px;color:var(--white-constant)}._mobile .player-footer__icon{width:22px;height:22px}.player-footer__content{display:flex;align-items:center}._mobile .player-footer__content{margin-bottom:16px;width:100%}._desktop .player-footer__content-info,._tablet .player-footer__content-info{margin-left:16px}._mobile .player-footer__content-info{display:flex;align-items:center;margin-left:12px;flex-grow:1}.player-footer__title{display:flex;align-items:center;white-space:nowrap}._desktop .player-footer__title,._tablet .player-footer__title{font-size:24px;font-weight:800;line-height:32px}._mobile .player-footer__title{font-size:16px;font-weight:800;line-height:24px}._desktop .player-footer__buttons,._tablet .player-footer__buttons{display:flex;margin-left:auto}._mobile .player-footer__buttons,._mobile .player-footer__button{width:100%}._desktop .player-footer__button:not(:first-child),._tablet .player-footer__button:not(:first-child){margin-left:16px}._mobile .player-footer__report-button{margin-left:auto;width:auto}.player-footer._purple-background{background-color:var(--purple-600-constant);box-shadow:inset 0 1px 0 var(--white-100-constant)}.player-footer._purple-background .player-footer__icon-wrapper{background-color:var(--white-constant)}.player-footer._purple .player-footer__icon-wrapper{background-color:var(--purple)}.player-footer._red .player-footer__icon-wrapper{background-color:var(--red)}.player-footer._white .player-footer__icon-wrapper{background-color:var(--black-300)}.player-footer._green .player-footer__icon-wrapper{background-color:var(--green)}.player-footer._purple .player-footer__button[disabled],.player-footer._red .player-footer__button[disabled],.player-footer._green .player-footer__button[disabled]{background:var(--black-400-constant)}.page{display:flex;padding:32px 0}._tablet .page{padding:24px 0}._mobile .page{padding:16px 0}.page__main{flex-grow:1}.page__main._center{margin:0 auto;max-width:872px}.page__tabs-wrapper{position:relative;margin-bottom:24px}._mobile .page__tabs-wrapper{margin:0 -16px 24px;padding:12px 16px 0;border-bottom:1px solid var(--black-200);background:var(--white)}.page__sort-control{position:relative}._mobile .page__sort-control{margin-left:auto}._desktop .page__sort-control,._tablet .page__sort-control{position:absolute;top:0px;right:0;z-index:3}.page__aside{flex-shrink:0;margin-left:32px;width:280px}.page__section:not(:last-child){margin-bottom:56px}._tablet .page__section:not(:last-child),._mobile .page__section:not(:last-child){margin-bottom:40px}.page__section-info{display:flex;flex-direction:column;margin-bottom:16px}.page__section-info:not(:first-child):not(._first){margin-top:56px}._tablet .page__section-info:not(:first-child):not(._first),._mobile .page__section-info:not(:first-child):not(._first){margin-top:40px}.page__section-info._with-tabs{margin-bottom:32px}._tablet .page__section-info._with-tabs,._mobile .page__section-info._with-tabs{margin-bottom:24px}.page__section-info-label{font-size:12px;font-weight:600;line-height:16px;letter-spacing:.5px;text-transform:uppercase;margin-bottom:4px;color:var(--black-600)}.page__section-info-title-wrapper{width:100%;position:relative;display:flex;justify-content:space-between}.page__section-info-title-wrapper._with-sort-control{padding-right:160px}.page__section-info-title-wrapper._center-align{align-items:center}.page__section-info-title{font-size:20px;font-weight:800;line-height:28px;color:var(--black)}.page__section-info-title:empty{width:120px;-webkit-animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;height:28px;border-radius:6px}.page__section-info-actions{display:flex;align-items:center;flex-shrink:0}.page__section-info-action{margin-left:8px;flex-shrink:0}.page__section-info-action:empty{-webkit-animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;width:36px}.page__section-info-link{font-size:14px;font-weight:400;line-height:22px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all;overflow:hidden;margin-left:8px;flex-shrink:0}.page__section-info-link:empty{-webkit-animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;height:22px;border-radius:6px;width:60px}.page__section-info-subtitle{font-size:14px;font-weight:400;line-height:22px;color:var(--black-700);margin-top:8px;max-width:640px}._mobile .page__section-info-subtitle{margin-top:4px}.page__section-info-subtitle:empty{width:50%;-webkit-animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;height:22px;border-radius:6px}.page__items{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px}.page__items:not(:last-child){margin-bottom:56px}._mobile .page__items:not(:last-child){margin-bottom:40px}._tablet .page__items{grid-template-columns:repeat(2,1fr)}._mobile .page__items{grid-template-columns:1fr}._tablet .page-filter,._mobile .page-filter{margin-top:44px}.page-filter__title-wrapper{display:flex;align-items:center;margin-bottom:24px}._tablet .page-filter__title-wrapper,._mobile .page-filter__title-wrapper{margin-bottom:16px}.page-filter__title{font-size:16px;font-weight:800;line-height:24px}.page-filter__title:empty{-webkit-animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;height:24px;border-radius:6px;width:80px}.page-filter__reset{margin-left:auto;font-size:14px;font-weight:400;line-height:22px;font-weight:700}.page-filter__control-group{display:flex}.page-filter__control-group:not(:last-child){margin-bottom:24px}._tablet .page-filter__control-group:not(:last-child),._mobile .page-filter__control-group:not(:last-child){margin-bottom:16px}.page-filter__control-group .page-filter__control:not(:last-child){margin-bottom:0;margin-right:12px}._tablet .page-filter__control-group .page-filter__control:not(:last-child),._mobile .page-filter__control-group .page-filter__control:not(:last-child){margin-bottom:0}.page-filter__control{display:flex;flex-direction:column}.page-filter__control:not(:last-child){margin-bottom:24px}._tablet .page-filter__control:not(:last-child),._mobile .page-filter__control:not(:last-child){margin-bottom:16px}.page-filter__label{display:flex;align-items:center;font-size:14px;font-weight:400;line-height:22px;font-weight:700;margin-bottom:8px;color:var(--black-700)}.page-filter__label._link{color:var(--purple);cursor:pointer}.page-filter__label:empty{-webkit-animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;height:22px;border-radius:6px;width:100px}.page-filter__checkbox{display:block}.page-filter__checkbox:not(:first-child){margin-top:10px}.page-filter__apply{width:100%;margin-top:24px}._tablet .page-filter__apply,._mobile .page-filter__apply{margin-top:16px}.page-filter__pro-tag{margin-left:4px}.page-filter-empty{display:flex;flex-direction:column;align-items:center}.page-filter-empty__image{width:120px;height:120px}[dark] .page-filter-empty__image{-webkit-filter:invert(1);filter:invert(1);-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}.page-filter-empty__text{margin-top:16px;max-width:320px;font-size:14px;font-weight:400;line-height:22px;color:var(--black-700);text-align:center}.table{display:flex;flex-direction:column;background-color:var(--white);border-radius:12px}._mobile .table{border:none;border-radius:20px;overflow:hidden}.table__header{height:40px;padding:0 24px;box-shadow:inset 0 -1px 0 var(--black-200);gap:16px}._mobile._mobile .table__header{display:none;padding:0 8px}.table__header:last-child{box-shadow:none}.table__row{min-height:72px;padding:16px 24px;gap:16px}._mobile .table__row{padding:24px}.table__row._grey{background-color:var(--grey-100)}.table__row._yellow{background-color:var(--yellow-100)}@media (hover: hover) and (pointer: fine){.table__row._clickable:hover{background-color:var(--purple-100);cursor:pointer}[dark] .table__row._clickable:hover{background-color:var(--black-100)}}.table__row:not(:last-child){box-shadow:inset 0 -1px 0 var(--black-200)}._tablet .table__row:last-child,._desktop .table__row:last-child{border-bottom-left-radius:12px;border-bottom-right-radius:12px}.info-hint{position:relative}.info-hint__icon{cursor:pointer;width:20px;height:20px;color:var(--black-500);transition:color .2s cubic-bezier(.25,.01,.25,1) 0s}.info-hint__icon:hover:not(:active){color:var(--black-700)}.info-hint__menu{font-size:16px;font-weight:400;line-height:28px;color:var(--white-constant);position:absolute;top:calc(100% + 8px);right:0;width:304px;padding:24px;display:flex;flex-direction:column;border-radius:12px;background-color:var(--black-constant);text-align:left;z-index:2}._mobile .info-hint__menu{width:236px}.info-hint__menu._right-aligned{left:0;right:auto}.info-hint__menu._center-aligned{left:50%;-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}.info-hint__icon:not(:hover)~.info-hint__menu{display:none}@keyframes fadeInBackground{0%{background-color:transparent}to{background-color:var(--skeleton-primary)}}@keyframes blinkingBackground{0%{background-color:var(--skeleton-primary)}50%{background-color:var(--skeleton-secondary)}to{background-color:var(--skeleton-primary)}}@keyframes fadeInBorder{0%{border-color:transparent}to{border-color:var(--skeleton-primary)}}@keyframes blinkingBorder{0%{border-color:var(--skeleton-primary)}50%{border-color:var(--skeleton-secondary)}to{border-color:var(--skeleton-primary)}}@keyframes fadeInColor{0%{color:transparent}to{color:var(--skeleton-primary)}}@keyframes blinkingColor{0%{color:var(--skeleton-primary)}50%{color:var(--skeleton-secondary)}to{color:var(--skeleton-primary)}}._mobile .user-profile-section{padding:8px 0;border-radius:0;border-left:none;border-right:none}.user-profile-section__header{position:relative;display:flex;justify-content:space-between;align-items:center}.user-profile-section__header-title{display:flex;align-items:center;font-size:20px;font-weight:800;line-height:28px}.user-profile-section__header-title-icon{margin-left:12px}.user-profile-section__header-title:empty{-webkit-animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;height:28px;border-radius:6px;width:160px}._mobile .user-profile-section__header-title:empty{width:120px}.user-profile-section__header-title._red{color:var(--red-400)}.user-profile-section__header-title._purple{color:var(--purple-400)}.user-profile-section__header-title-wrapper._single-row{display:flex;align-items:center}.user-profile-section__header-subtitle{margin-top:4px}.user-profile-section__header-subtitle-text{font-size:14px;font-weight:400;line-height:22px;color:var(--black-700)}.user-profile-section__header-subtitle-text._bold{font-size:14px;font-weight:400;line-height:22px;font-weight:700}.user-profile-section__header-controls{display:flex;align-items:center}.user-profile-section__header-controls-btn{margin-left:10px;font-size:14px;font-weight:400;line-height:22px;font-weight:700}._mobile .user-profile-section__header-controls-btn{font-size:12px;font-weight:400;line-height:18px;font-weight:700}.user-profile-section__content{display:flex;flex-direction:column;margin-top:24px}._mobile .user-profile-section__content{margin-top:16px}.user-profile-section__content-title{margin-bottom:12px;font-size:14px;font-weight:400;line-height:22px;font-weight:700;color:var(--black-700)}.user-profile-section__content-title:empty{-webkit-animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;height:22px;border-radius:6px;width:120px}.user-profile-section__content-title._required:before{content:"*";order:1;margin-left:4px;display:inline-block;color:var(--red)}._mobile .user-profile-section__content-title{margin-bottom:8px}.user-profile-section__control-wrapper{display:flex}.user-profile-section__control-wrapper:not(:last-child){margin-bottom:32px}._mobile .user-profile-section__control-wrapper{flex-direction:column}._mobile .user-profile-section__control-wrapper:not(:last-child){margin-bottom:24px}.user-profile-section__control-group{display:flex;align-items:center;flex-grow:1}._mobile .user-profile-section__control-group{flex-direction:column;align-items:stretch}._desktop .user-profile-section__control-group .user-profile-section__control:not(:last-child),._tablet .user-profile-section__control-group .user-profile-section__control:not(:last-child){margin-right:16px}._mobile .user-profile-section__control-group .user-profile-section__control:not(:last-child){margin-bottom:12px}.user-profile-section__control-block{flex-grow:1}._desktop .user-profile-section__control-block .user-profile-section__control:not(:last-child),._tablet .user-profile-section__control-block .user-profile-section__control:not(:last-child){margin-bottom:24px}._mobile .user-profile-section__control-block .user-profile-section__control:not(:last-child){margin-bottom:12px}._desktop .user-profile-section__control-block .user-profile-section__control-info,._tablet .user-profile-section__control-block .user-profile-section__control-info{margin-top:-20px}._desktop .user-profile-section__control-block .user-profile-section__control-info:not(:last-child),._tablet .user-profile-section__control-block .user-profile-section__control-info:not(:last-child){margin-bottom:24px}._mobile .user-profile-section__control-block .user-profile-section__control-info{margin-top:-8px}._mobile .user-profile-section__control-block .user-profile-section__control-info:not(:last-child){margin-bottom:12px}.user-profile-section__control{flex-grow:1;width:100%}.user-profile-section__control-description{flex-shrink:0;font-size:14px;font-weight:400;line-height:22px;color:var(--black-700)}._desktop .user-profile-section__control-description,._tablet .user-profile-section__control-description{margin-right:64px;width:210px}._tablet .user-profile-section__control-description{margin-right:40px}._mobile .user-profile-section__control-description{margin-bottom:12px}.user-profile-section__control-info{margin-top:4px;font-size:12px;font-weight:400;line-height:18px;color:var(--black-700)}.user-profile-section__control-info._error{color:var(--red)}.user-profile-section__empty{display:flex;flex-direction:column;align-items:center;justify-content:center}.user-profile-section__empty-icon{height:120px;color:var(--black)}.user-profile-section__empty-text{margin-top:12px;max-width:260px;font-size:14px;font-weight:400;line-height:22px;color:var(--black-700);text-align:center}.user-profile-section__empty-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:center}.user-profile-section__empty-actions .user-profile-section__empty-action{margin:12px 6px 0}.user-profile-section__empty-action{margin-top:12px}.user-profile-section__private{display:flex;align-items:center;margin-top:4px;font-size:14px;font-weight:400;line-height:22px;color:var(--black-600)}.user-profile-section__private-icon{flex-shrink:0;display:inline-flex;margin-right:4px;width:20px;height:20px}.user-profile-section__row{display:flex;flex-wrap:wrap;margin:0 -16px}.user-profile-section__column{padding:0 16px;width:100%}._desktop .user-profile-section__column,._tablet .user-profile-section__column{width:50%}._desktop .user-profile-section__column._full-width,._tablet .user-profile-section__column._full-width{width:100%}.user-profile-section__expand-items{position:relative;display:flex;justify-content:center;padding-top:48px}._tablet .user-profile-section__expand-items,._mobile .user-profile-section__expand-items{padding-top:40px}.user-profile-section__expand-items:before{position:absolute;content:"";top:24px;left:50%;width:64px;height:1px;background-color:var(--black-200);-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}._tablet .user-profile-section__expand-items:before,._mobile .user-profile-section__expand-items:before{top:20px}.user-profile-section__expand-items-btn{font-size:16px;font-weight:800;line-height:24px}._tablet .user-profile-section__expand-items-btn,._mobile .user-profile-section__expand-items-btn{font-size:14px;font-weight:800;line-height:22px}.learning-aside__profile{display:flex;flex-direction:column;position:relative}.learning-aside__profile._skeleton{width:100%;align-items:flex-start}.learning-aside__profile-image-wrapper{display:flex;align-items:flex-start;justify-content:space-between}.learning-aside__profile-image{width:104px;height:104px}._tablet .learning-aside__profile-image,._mobile .learning-aside__profile-image{width:80px;height:80px}.learning-aside__profile-image._rounded{border-radius:50%}.learning-aside__profile-image._skeleton{-webkit-animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s}.learning-aside__profile-image._skeleton:not(._rounded){border-radius:12px}.learning-aside__profile-subheader{display:flex;align-items:center}.learning-aside__profile-subheader:not(:first-child){margin-top:24px}.learning-aside__profile-subheader-text{font-size:10px;font-weight:600;line-height:14px;letter-spacing:.5px;text-transform:uppercase;color:var(--black-700)}.learning-aside__profile-subheader-text:not(:first-child){margin-left:8px}.learning-aside__profile-subheader-text:empty{width:100px;-webkit-animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;height:14px;border-radius:6px}.learning-aside__profile-header{margin-top:12px;font-size:32px;font-weight:800;line-height:40px;color:var(--black)}.learning-aside__profile-header:not(:last-child){margin-bottom:16px}.learning-aside__profile-header:empty{width:100%;-webkit-animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;height:40px;border-radius:6px}.learning-aside__profile-view-more{margin-top:4px}.learning-aside__profile-description{font-size:16px;font-weight:400;line-height:28px;color:var(--black-800);white-space:pre-wrap}.learning-aside__profile-description:empty{width:100%;-webkit-animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;height:28px;border-radius:6px}.learning-aside__profile-description._collapsed{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:6;word-break:break-word;overflow:hidden}.learning-aside__profile-description._skeleton-extra-line{margin-top:2px}.learning-aside__profile-description._skeleton-last-line{margin-top:2px;width:50%}.learning-aside__profile-buttons{width:100%;display:flex;flex-direction:column}.learning-aside__profile-buttons:not(:empty):not(:first-child){margin-top:24px}.learning-aside__profile-button{width:100%}.learning-aside__profile-button:not(:first-child){margin-top:12px}.learning-aside__profile-button:empty{width:100%;-webkit-animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s}.learning-aside__profile-separator{margin-top:32px;width:100%;border-top:1px solid var(--black-200)}.learning-aside__profile-item:not(:first-child){margin-top:32px}._tablet .learning-aside__profile-item:not(:first-child),._mobile .learning-aside__profile-item:not(:first-child){margin-top:24px}.learning-aside__profile-item-title{display:flex;align-items:center;margin-bottom:16px;font-size:14px;font-weight:600;line-height:20px;letter-spacing:1px;text-transform:uppercase;color:var(--black-600)}._tablet .learning-aside__profile-item-title,._mobile .learning-aside__profile-item-title{font-size:12px;font-weight:600;line-height:16px;letter-spacing:.5px;text-transform:uppercase;margin-bottom:12px}.learning-aside__profile-item-title:empty{-webkit-animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;height:20px;border-radius:6px;width:130px}._tablet .learning-aside__profile-item-title:empty,._mobile .learning-aside__profile-item-title:empty{-webkit-animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;height:16px;border-radius:6px}.learning-aside__profile-item-content:not(:last-child){margin-bottom:16px}.learning-aside__profile-takeaway-skills{display:flex;flex-direction:column;width:100%}.learning-aside__profile-takeaway-skill{display:flex;width:100%}.learning-aside__profile-takeaway-skill:not(:first-child){margin-top:12px}.learning-aside__profile-takeaway-skill-checkmark{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background-color:var(--purple);margin-right:8px}.learning-aside__profile-takeaway-skill-checkmark-icon{width:14px;height:14px;color:var(--white)}.learning-aside__profile-takeaway-skill-label{font-size:14px;font-weight:400;line-height:22px;color:var(--black-800)}.learning-aside__profile-creator{display:flex;align-items:center}.learning-aside__profile-creator-logo{width:44px;height:44px;border-radius:50%;margin-right:16px}.learning-aside__profile-creator-logo:empty{-webkit-animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s}.learning-aside__profile-creator-name{font-size:16px;font-weight:400;line-height:28px;font-weight:700}.learning-aside__profile-creator-name:empty{-webkit-animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;height:28px;border-radius:6px;width:44px}.learning-aside__profile-creator-name-link{display:flex;align-items:center;font-size:16px;font-weight:400;line-height:28px;font-weight:700;color:var(--black);transition:color .2s cubic-bezier(.25,.01,.25,1) 0s}.learning-aside__profile-creator-name-link:hover{color:var(--purple)}.learning-aside__profile-creator-name-link-icon{margin-left:8px;width:16px;height:16px;color:var(--black-400);transition:color .2s cubic-bezier(.25,.01,.25,1) 0s}.learning-aside__profile-creator-name-link:hover .learning-aside__profile-creator-name-link-icon{color:var(--black-700)}.learning-aside__profile-creator-site{display:flex;align-items:center}.learning-aside__profile-creator-site-icon{width:20px;height:20px;color:var(--black-700)}.learning-aside__profile-creator-site-link{margin-left:4px;font-size:14px;font-weight:400;line-height:22px;font-weight:700;color:var(--black-700)}.learning-aside__sidenav{--sidenav-max-width: 336px}._tablet .learning-aside__sidenav,._desktop .learning-aside__sidenav._displayed-in-sidenav{--sidenav-max-width: 440px}.learning-aside__widget:not(:first-child){margin-top:24px}._tablet .learning-aside__widget:not(:first-child),._mobile .learning-aside__widget:not(:first-child){margin-top:40px;border-top:1px solid var(--black-200);padding-top:40px}.learning-aside__widget-title{font-size:16px;font-weight:400;line-height:28px;font-weight:700}.learning-aside__widget-content{margin-top:24px}.learning-aside__metadata-certificate-text{flex-grow:1;display:inline-flex}.learning-aside__metadata-certificate-btn{margin-left:auto}.learning-aside__contributors{display:flex;flex-direction:column;margin:-8px 0}.learning-aside__contributor{display:flex;align-items:center;margin:8px 0}.learning-aside__contributor-image{flex-shrink:0;margin-right:12px;width:44px;height:44px}.learning-aside__contributor-content{flex-grow:1}.learning-aside__contributor-name{margin-bottom:4px;font-size:16px;font-weight:800;line-height:24px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all;overflow:hidden;color:var(--black)}.learning-aside__contributor-name:empty{width:180px;-webkit-animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;height:24px;border-radius:6px}.learning-aside__contributor-role{font-size:12px;font-weight:400;line-height:18px;color:var(--black-700)}.learning-aside__contributor-role:empty{width:100px;-webkit-animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;height:18px;border-radius:6px}.learning-aside__image{width:100%;height:auto}.additional-section{margin-top:24px;padding-bottom:32px;width:100%}._tablet .additional-section{margin-top:16px;padding-bottom:24px}._mobile .additional-section{margin-top:24px;padding-bottom:16px}.additional-section._in-aside{margin-top:0;margin-top:initial;padding-bottom:0;padding-bottom:initial}.additional-section._in-aside:not(:first-child){margin-top:32px}.additional-section__title{font-size:20px;font-weight:800;line-height:28px}.additional-section__title:empty{-webkit-animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;height:28px;border-radius:6px;width:140px}.additional-section__content{margin-top:16px}.additional-section__content._vertical{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:16px}.additional-section__content._with-columns{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px}._tablet .additional-section__content._with-columns{grid-template-columns:repeat(2,1fr)}._mobile .additional-section__content._with-columns{grid-template-columns:repeat(1,1fr)}.pulse-icon{position:relative;flex-shrink:0;border-radius:50%;background:var(--purple-300)}.pulse-icon:before{position:absolute;content:"";background:var(--purple-300);opacity:.7;border-radius:50%;scale:1;-webkit-animation:newBadgePulseAnimation 1.2s infinite ease-out;animation:newBadgePulseAnimation 1.2s infinite ease-out}.pulse-icon._small{width:10px;height:10px}.pulse-icon._small:before{width:10px;height:10px;top:calc(-50% + 5px);left:calc(-50% + 5px)}.pulse-icon._medium{width:12px;height:12px}.pulse-icon._medium:before{width:12px;height:12px;top:calc(-50% + 6px);left:calc(-50% + 6px)}@-webkit-keyframes newBadgePulseAnimation{0%{opacity:.7;scale:1}to{opacity:0;scale:2.4}}@keyframes newBadgePulseAnimation{0%{opacity:.7;scale:1}to{opacity:0;scale:2.4}}.content-card{position:relative;height:100%}.content-card._disabled{background:transparent;opacity:.64}.content-card._disabled .content-card__icon{-webkit-filter:grayscale(100%);filter:grayscale(100%);-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}.content-card._minimized-view{flex-direction:row;align-items:center}.content-card._minimized-view .content-card__icon{width:44px;height:44px}.content-card._minimized-view .content-card__info{margin-left:12px;flex-grow:1}.content-card._minimized-view .content-card__title{margin-top:0;margin-top:initial}.content-card._minimized-view .content-card__metadata{margin-top:4px}.content-card._minimized-view .content-card__status{position:static;order:2;margin-left:12px}.content-card__status{position:absolute;display:flex;align-items:center;top:24px;right:24px}::ng-deep ._mobile .content-card__status{top:16px;right:16px}.content-card__status-checkmark{display:flex;padding:3px;width:22px;height:22px;color:var(--white-constant);border-radius:50%;background:var(--green)}.content-card__icon{flex-shrink:0;display:block;width:64px;height:64px}.content-card__icon._skeleton{-webkit-animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;border-radius:50%}.content-card__info{display:flex;flex-direction:column}.content-card__subtitle{font-size:10px;font-weight:600;line-height:14px;letter-spacing:.5px;text-transform:uppercase;color:var(--black-600);margin-top:24px}::ng-deep ._mobile .content-card__subtitle{margin-top:20px}.content-card__subtitle:empty{-webkit-animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;height:14px;border-radius:6px;width:100px}.content-card__title{font-size:16px;font-weight:800;line-height:24px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all;overflow:hidden;color:var(--black);margin-top:8px}.content-card__title:empty{-webkit-animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;height:24px;border-radius:6px;width:80%}.content-card__title-star{width:20px;height:20px;margin-left:8px;color:var(--yellow);flex-shrink:0}.content-card__title-badge{margin-left:8px}.content-card__description{flex-grow:1;font-size:14px;font-weight:400;line-height:22px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;word-break:break-word;overflow:hidden;margin-top:8px;color:var(--black-700)}.content-card__description:empty{-webkit-animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;animation:fadeInBackground .3s linear,blinkingBackground 1.2s infinite .3s;height:22px;border-radius:6px;width:100%}.content-card__metadata{margin-top:8px;display:flex}.alert{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;border-radius:8px;background:var(--grey-100)}._mobile .alert{border-radius:0}.alert._center{justify-content:center}.alert._purple{background:var(--purple-200)}.alert._green{background:var(--green-200)}.alert._grey{background:var(--grey-100)}.alert__item{display:flex;align-items:center}.alert__link-btn{font-size:14px;font-weight:800;line-height:22px}/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;-o-tab-size:4;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 ul,.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;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"\2022"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"\2611"}.ql-editor ul[data-checked=false]>li:before{content:"\2610"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar 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;-webkit-transform:translateY(10px);transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{-webkit-transform:translateY(-10px);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 pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;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-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:0px}.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:0px;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}/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;-o-tab-size:4;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 ul,.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;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"\2022"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"\2611"}.ql-editor ul[data-checked=false]>li:before{content:"\2610"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-bubble.ql-toolbar:after,.ql-bubble .ql-toolbar:after{clear:both;content:"";display:table}.ql-bubble.ql-toolbar button,.ql-bubble .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-bubble.ql-toolbar button svg,.ql-bubble .ql-toolbar button svg{float:left;height:100%}.ql-bubble.ql-toolbar button:active:hover,.ql-bubble .ql-toolbar button:active:hover{outline:none}.ql-bubble.ql-toolbar input.ql-image[type=file],.ql-bubble .ql-toolbar input.ql-image[type=file]{display:none}.ql-bubble.ql-toolbar button:hover,.ql-bubble .ql-toolbar button:hover,.ql-bubble.ql-toolbar button:focus,.ql-bubble .ql-toolbar button:focus,.ql-bubble.ql-toolbar button.ql-active,.ql-bubble .ql-toolbar button.ql-active,.ql-bubble.ql-toolbar .ql-picker-label:hover,.ql-bubble .ql-toolbar .ql-picker-label:hover,.ql-bubble.ql-toolbar .ql-picker-label.ql-active,.ql-bubble .ql-toolbar .ql-picker-label.ql-active,.ql-bubble.ql-toolbar .ql-picker-item:hover,.ql-bubble .ql-toolbar .ql-picker-item:hover,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected{color:#fff}.ql-bubble.ql-toolbar button:hover .ql-fill,.ql-bubble .ql-toolbar button:hover .ql-fill,.ql-bubble.ql-toolbar button:focus .ql-fill,.ql-bubble .ql-toolbar button:focus .ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#fff}.ql-bubble.ql-toolbar button:hover .ql-stroke,.ql-bubble .ql-toolbar button:hover .ql-stroke,.ql-bubble.ql-toolbar button:focus .ql-stroke,.ql-bubble .ql-toolbar button:focus .ql-stroke,.ql-bubble.ql-toolbar button.ql-active .ql-stroke,.ql-bubble .ql-toolbar button.ql-active .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,.ql-bubble .ql-toolbar button:hover .ql-stroke-miter,.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#fff}@media (pointer: coarse){.ql-bubble.ql-toolbar button:hover:not(.ql-active),.ql-bubble .ql-toolbar button:hover:not(.ql-active){color:#ccc}.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#ccc}.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#ccc}}.ql-bubble,.ql-bubble *{box-sizing:border-box}.ql-bubble .ql-hidden{display:none}.ql-bubble .ql-out-bottom,.ql-bubble .ql-out-top{visibility:hidden}.ql-bubble .ql-tooltip{position:absolute;-webkit-transform:translateY(10px);transform:translateY(10px)}.ql-bubble .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-bubble .ql-tooltip.ql-flip{-webkit-transform:translateY(-10px);transform:translateY(-10px)}.ql-bubble .ql-formats{display:inline-block;vertical-align:middle}.ql-bubble .ql-formats:after{clear:both;content:"";display:table}.ql-bubble .ql-stroke{fill:none;stroke:#ccc;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-bubble .ql-stroke-miter{fill:none;stroke:#ccc;stroke-miterlimit:10;stroke-width:2}.ql-bubble .ql-fill,.ql-bubble .ql-stroke.ql-fill{fill:#ccc}.ql-bubble .ql-empty{fill:none}.ql-bubble .ql-even{fill-rule:evenodd}.ql-bubble .ql-thin,.ql-bubble .ql-stroke.ql-thin{stroke-width:1}.ql-bubble .ql-transparent{opacity:.4}.ql-bubble .ql-direction svg:last-child{display:none}.ql-bubble .ql-direction.ql-active svg:last-child{display:inline}.ql-bubble .ql-direction.ql-active svg:first-child{display:none}.ql-bubble .ql-editor h1{font-size:2em}.ql-bubble .ql-editor h2{font-size:1.5em}.ql-bubble .ql-editor h3{font-size:1.17em}.ql-bubble .ql-editor h4{font-size:1em}.ql-bubble .ql-editor h5{font-size:.83em}.ql-bubble .ql-editor h6{font-size:.67em}.ql-bubble .ql-editor a{text-decoration:underline}.ql-bubble .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-bubble .ql-editor code,.ql-bubble .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-bubble .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-bubble .ql-editor code{font-size:85%;padding:2px 4px}.ql-bubble .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-bubble .ql-editor img{max-width:100%}.ql-bubble .ql-picker{color:#ccc;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-bubble .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-bubble .ql-picker-label:before{display:inline-block;line-height:22px}.ql-bubble .ql-picker-options{background-color:#444;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-bubble .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-bubble .ql-picker.ql-expanded .ql-picker-label{color:#777;z-index:2}.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#777}.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#777}.ql-bubble .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-bubble .ql-color-picker,.ql-bubble .ql-icon-picker{width:28px}.ql-bubble .ql-color-picker .ql-picker-label,.ql-bubble .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-bubble .ql-color-picker .ql-picker-label svg,.ql-bubble .ql-icon-picker .ql-picker-label svg{right:4px}.ql-bubble .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-bubble .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-bubble .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-bubble .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-bubble .ql-picker.ql-header{width:98px}.ql-bubble .ql-picker.ql-header .ql-picker-label:before,.ql-bubble .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-bubble .ql-picker.ql-font{width:108px}.ql-bubble .ql-picker.ql-font .ql-picker-label:before,.ql-bubble .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-bubble .ql-picker.ql-size{width:98px}.ql-bubble .ql-picker.ql-size .ql-picker-label:before,.ql-bubble .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-bubble .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-bubble .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-bubble .ql-toolbar .ql-formats{margin:8px 12px 8px 0}.ql-bubble .ql-toolbar .ql-formats:first-child{margin-left:12px}.ql-bubble .ql-color-picker svg{margin:1px}.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,.ql-bubble .ql-color-picker .ql-picker-item:hover{border-color:#fff}.ql-bubble .ql-tooltip{background-color:#444;border-radius:25px;color:#fff}.ql-bubble .ql-tooltip-arrow{border-left:6px solid transparent;border-right:6px solid transparent;content:" ";display:block;left:50%;margin-left:-6px;position:absolute}.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow{border-bottom:6px solid #444;top:-6px}.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow{border-top:6px solid #444;bottom:-6px}.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor{display:block}.ql-bubble .ql-tooltip.ql-editing .ql-formats{visibility:hidden}.ql-bubble .ql-tooltip-editor{display:none}.ql-bubble .ql-tooltip-editor input[type=text]{background:transparent;border:none;color:#fff;font-size:13px;height:100%;outline:none;padding:10px 20px;position:absolute;width:100%}.ql-bubble .ql-tooltip-editor a{top:10px;position:absolute;right:20px}.ql-bubble .ql-tooltip-editor a:before{color:#ccc;content:"\d7";font-size:16px;font-weight:700}.ql-container.ql-bubble:not(.ql-disabled) a{position:relative;white-space:nowrap}.ql-container.ql-bubble:not(.ql-disabled) a:before{background-color:#444;border-radius:15px;top:-5px;font-size:12px;color:#fff;content:attr(href);font-weight:400;overflow:hidden;padding:5px 15px;text-decoration:none;z-index:1}.ql-container.ql-bubble:not(.ql-disabled) a:after{border-top:6px solid #444;border-left:6px solid transparent;border-right:6px solid transparent;top:0;content:" ";height:0;width:0}.ql-container.ql-bubble:not(.ql-disabled) a:before,.ql-container.ql-bubble:not(.ql-disabled) a:after{left:0;margin-left:50%;position:absolute;-webkit-transform:translate(-50%,-100%);transform:translate(-50%,-100%);transition:visibility 0s ease .2s;visibility:hidden}.ql-container.ql-bubble:not(.ql-disabled) a:hover:before,.ql-container.ql-bubble:not(.ql-disabled) a:hover:after{visibility:visible}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA) format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0px,0,0);transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-backface-hidden .swiper-slide{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-wrapper,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-cube-shadow{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.slider{margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px;width:calc(100% + 32px)}._mobile .slider:not(._full-width) .swiper-slide{width:95%}.slider .swiper-slide{height:auto}html,body{width:100%;height:100%;font-family:Inter,sans-serif;background-color:var(--white)}html[light]{--pink-constant: #f02687;--pink-900-constant: #1f000e;--pink-800-constant: #470324;--pink-700-constant: #75073c;--pink-600-constant: #9e1054;--pink-500-constant: #c71c6e;--pink-400-constant: #f02687;--pink-300-constant: #ff3d9a;--pink-200-constant: #ffe0ef;--pink-100-constant: #fff0f6;--pink-100: #fff0f6;--pink-200: #ffe0ef;--pink-300: #ff3d9a;--pink-400: #f02687;--pink-500: #c71c6e;--pink-600: #9e1054;--pink-700: #75073c;--pink-800: #470324;--pink-900: #1f000e;--pink: #f02687;--red-constant: #db2323;--red-900-constant: #1f0000;--red-800-constant: #470101;--red-700-constant: #700404;--red-600-constant: #940c0c;--red-500-constant: #b81616;--red-400-constant: #db2323;--red-300-constant: #fa5050;--red-200-constant: #ffe0e0;--red-100-constant: #fff0f0;--red-100: #fff0f0;--red-200: #ffe0e0;--red-300: #fa5050;--red-400: #db2323;--red-500: #b81616;--red-600: #940c0c;--red-700: #700404;--red-800: #470101;--red-900: #1f0000;--red: #db2323;--orange-constant: #f06a2b;--orange-900-constant: #240c00;--orange-800-constant: #4d1a02;--orange-700-constant: #752b07;--orange-600-constant: #9e3e10;--orange-500-constant: #c7531c;--orange-400-constant: #f06a2b;--orange-300-constant: #ff854d;--orange-200-constant: #fedfc1;--orange-100-constant: #ffede0;--orange-100: #ffede0;--orange-200: #fedfc1;--orange-300: #ff854d;--orange-400: #f06a2b;--orange-500: #c7531c;--orange-600: #9e3e10;--orange-700: #752b07;--orange-800: #4d1a02;--orange-900: #240c00;--orange: #f06a2b;--yellow-constant: #f5c418;--yellow-900-constant: #1f1600;--yellow-800-constant: #473401;--yellow-700-constant: #705204;--yellow-600-constant: #997109;--yellow-500-constant: #c29010;--yellow-400-constant: #f5c418;--yellow-300-constant: #f8db46;--yellow-200-constant: #fef7c1;--yellow-100-constant: #fff9e1;--yellow-100: #fff9e1;--yellow-200: #fef7c1;--yellow-300: #f8db46;--yellow-400: #f5c418;--yellow-500: #c29010;--yellow-600: #997109;--yellow-700: #705204;--yellow-800: #473401;--yellow-900: #1f1600;--yellow: #f5c418;--green-constant: #12b823;--green-900-constant: #001a03;--green-800-constant: #013d08;--green-700-constant: #045c0d;--green-600-constant: #077a14;--green-500-constant: #0c991b;--green-400-constant: #12b823;--green-300-constant: #41cc4f;--green-200-constant: #d1ffd5;--green-100-constant: #ebffef;--green-100: #ebffef;--green-200: #d1ffd5;--green-300: #41cc4f;--green-400: #12b823;--green-500: #0c991b;--green-600: #077a14;--green-700: #045c0d;--green-800: #013d08;--green-900: #001a03;--green: #12b823;--teal-constant: #15d6cf;--teal-900-constant: #001a1a;--teal-800-constant: #013836;--teal-700-constant: #045c58;--teal-600-constant: #08807b;--teal-500-constant: #0da39e;--teal-400-constant: #15d6cf;--teal-300-constant: #4ef3ed;--teal-200-constant: #ccfffd;--teal-100-constant: #eafefe;--teal-100: #eafefe;--teal-200: #ccfffd;--teal-300: #4ef3ed;--teal-400: #15d6cf;--teal-500: #0da39e;--teal-600: #08807b;--teal-700: #045c58;--teal-800: #013836;--teal-900: #001a1a;--teal: #15d6cf;--purple-constant: #5627ff;--purple-900-constant: #090029;--purple-800-constant: #150259;--purple-700-constant: #200580;--purple-600-constant: #2d0ca6;--purple-500-constant: #3b12cc;--purple-400-constant: #5627ff;--purple-300-constant: #7657ff;--purple-200-constant: #ede8ff;--purple-100-constant: #f7f5ff;--purple-100: #f7f5ff;--purple-200: #ede8ff;--purple-300: #7657ff;--purple-400: #5627ff;--purple-500: #3b12cc;--purple-600: #2d0ca6;--purple-700: #200580;--purple-800: #150259;--purple-900: #090029;--purple: #5627ff;--blue-constant: #2187ff;--blue-900-constant: #001329;--blue-800-constant: #022a59;--blue-700-constant: #063e80;--blue-600-constant: #0d5ebf;--blue-500-constant: #1775e5;--blue-400-constant: #2187ff;--blue-300-constant: #3f96fc;--blue-200-constant: #e0edfe;--blue-100-constant: #f0f7ff;--blue-100: #f0f7ff;--blue-200: #e0edfe;--blue-300: #3f96fc;--blue-400: #2187ff;--blue-500: #1775e5;--blue-600: #0d5ebf;--blue-700: #063e80;--blue-800: #022a59;--blue-900: #001329;--blue: #2187ff;--grey-950-constant: #1e1f27;--grey-900-constant: #23242c;--grey-800-constant: #37383f;--grey-700-constant: #696a6f;--grey-600-constant: #87878c;--grey-500-constant: #afafb2;--grey-400-constant: #c3c3c5;--grey-300-constant: #d7d7d9;--grey-200-constant: #ebebec;--grey-100-constant: #f3f3f3;--grey-100: #f3f3f3;--grey-200: #ebebec;--grey-300: #d7d7d9;--grey-400: #c3c3c5;--grey-500: #afafb2;--grey-600: #87878c;--grey-700: #696a6f;--grey-800: #37383f;--grey-900: #23242c;--grey-950: #1e1f27;--white-constant: #ffffff;--white-950-constant: rgba(255, 255, 255, .9);--white-900-constant: rgba(255, 255, 255, .88);--white-800-constant: rgba(255, 255, 255, .8);--white-700-constant: rgba(255, 255, 255, .56);--white-600-constant: rgba(255, 255, 255, .48);--white-500-constant: rgba(255, 255, 255, .32);--white-400-constant: rgba(255, 255, 255, .2);--white-300-constant: rgba(255, 255, 255, .16);--white-200-constant: rgba(255, 255, 255, .12);--white-100-constant: rgba(255, 255, 255, .1);--white-0-constant: rgba(255, 255, 255, 0);--white-0: rgba(255, 255, 255, 0);--white-100: rgba(255, 255, 255, .1);--white-200: rgba(255, 255, 255, .12);--white-300: rgba(255, 255, 255, .16);--white-400: rgba(255, 255, 255, .2);--white-500: rgba(255, 255, 255, .32);--white-600: rgba(255, 255, 255, .48);--white-700: rgba(255, 255, 255, .56);--white-800: rgba(255, 255, 255, .8);--white-900: rgba(255, 255, 255, .88);--white-950: rgba(255, 255, 255, .9);--white: #ffffff;--black-constant: #05060f;--black-950-constant: rgba(5, 6, 15, .9);--black-900-constant: rgba(5, 6, 15, .88);--black-800-constant: rgba(5, 6, 15, .8);--black-700-constant: rgba(5, 6, 15, .6);--black-600-constant: rgba(5, 6, 15, .48);--black-500-constant: rgba(5, 6, 15, .32);--black-400-constant: rgba(5, 6, 15, .24);--black-300-constant: rgba(5, 6, 15, .16);--black-200-constant: rgba(5, 6, 15, .08);--black-100-constant: rgba(5, 6, 15, .05);--black-0-constant: rgba(5, 6, 15, 0);--black-0: rgba(5, 6, 15, 0);--black-100: rgba(5, 6, 15, .05);--black-200: rgba(5, 6, 15, .08);--black-300: rgba(5, 6, 15, .16);--black-400: rgba(5, 6, 15, .24);--black-500: rgba(5, 6, 15, .32);--black-600: rgba(5, 6, 15, .48);--black-700: rgba(5, 6, 15, .6);--black-800: rgba(5, 6, 15, .8);--black-900: rgba(5, 6, 15, .88);--black-950: rgba(5, 6, 15, .9);--black: #05060f;--purple-dark: #2d0ca6;--teal-dark: #08807b;--teal-dark-darken-2: #077672;--teal-dark-darken-4: #076d69;--green-dark: #0c991b;--yellow-dark: #c29010;--red-dark: #b81616;--yellow-dark-100-24: rgba(194, 144, 16, .24);--purple-dark-100-24: rgba(45, 12, 166, .24);--green-dark-100-24: rgba(12, 153, 27, .24);--red-dark-100-24: rgba(184, 22, 22, .24);--teal-dark-100-24: rgba(8, 128, 123, .24);--yellow-lighten-4: #f6c92c;--yellow-darken-4: #eebc0a;--purple-darken-4: #4613ff;--purple-darken-4-constant: #4613ff;--purple-lighten-4: #663bff;--purple-pastel-darken-4: #ddd4ff;--red-tint-darken-2: #ffe6e6;--red-tint-darken-4: #ffdcdc;--red-dark-darken-2: #af1515;--red-dark-darken-4: #a61414;--green-lighten-4: #14cb27;--green-darken-4: #10a51f;--red-lighten-4: #df3434;--red-darken-4: #c92020;--stipe-card-placeholder-dark: rgba(5, 6, 15, .48);--stipe-card-placeholder-disabled: rgba(5, 6, 15, .6);--purple-dark-constant: #2d0ca6;--linkedin-theme: #2d64bc;--linkedin-theme-darken-4: #2a5db0;--facebook-theme: #1778f2;--twitter-theme: #1da1f2;--twitter-theme-darken-4: #0f9bf1;--facebook-theme-darken-4: #0d70ec;--skeleton-primary: #ebebec;--skeleton-secondary: #e1e1e2}html[dark]{--pink-constant: #f02687;--pink-900-constant: #1f000e;--pink-800-constant: #470324;--pink-700-constant: #75073c;--pink-600-constant: #9e1054;--pink-500-constant: #c71c6e;--pink-400-constant: #f02687;--pink-300-constant: #ff3d9a;--pink-200-constant: #ffe0ef;--pink-100-constant: #fff0f6;--pink-100: #63364c;--pink-200: #6e3550;--pink-300: #f23891;--pink-400: #ff3d9a;--pink-500: #f66fb0;--pink-600: #f386bb;--pink-700: #f29cc5;--pink-800: #f1b1d0;--pink-900: #f3c9dd;--pink: #ff3d9a;--red-constant: #db2323;--red-900-constant: #1f0000;--red-800-constant: #470101;--red-700-constant: #700404;--red-600-constant: #940c0c;--red-500-constant: #b81616;--red-400-constant: #db2323;--red-300-constant: #fa5050;--red-200-constant: #ffe0e0;--red-100-constant: #fff0f0;--red-100: #633636;--red-200: #6c3737;--red-300: #eb4242;--red-400: #fa5050;--red-500: #f57575;--red-600: #f18484;--red-700: #ec9393;--red-800: #e9a0a0;--red-900: #e5b8b8;--red: #fa5050;--orange-constant: #f06a2b;--orange-900-constant: #240c00;--orange-800-constant: #4d1a02;--orange-700-constant: #752b07;--orange-600-constant: #9e3e10;--orange-500-constant: #c7531c;--orange-400-constant: #f06a2b;--orange-300-constant: #ff854d;--orange-200-constant: #fedfc1;--orange-100-constant: #ffede0;--orange-100: #5e4336;--orange-200: #6f4a39;--orange-300: #f27f49;--orange-400: #ff854d;--orange-500: #f39e77;--orange-600: #eea786;--orange-700: #752b07;--orange-800: #e7b8a2;--orange-900: #e8c5b5;--orange: #ff854d;--yellow-constant: #f5c418;--yellow-900-constant: #1f1600;--yellow-800-constant: #473401;--yellow-700-constant: #705204;--yellow-600-constant: #997109;--yellow-500-constant: #c29010;--yellow-400-constant: #f5c418;--yellow-300-constant: #f8db46;--yellow-200-constant: #fef7c1;--yellow-100-constant: #fff9e1;--yellow-100: #605a39;--yellow-200: #6d653b;--yellow-300: #ebcf42;--yellow-400: #f8db46;--yellow-500: #ecd86f;--yellow-600: #e8d782;--yellow-700: #e5d894;--yellow-800: #e3d9a5;--yellow-900: #e6dfbc;--yellow: #f8db46;--green-constant: #12b823;--green-900-constant: #001a03;--green-800-constant: #013d08;--green-700-constant: #045c0d;--green-600-constant: #077a14;--green-500-constant: #0c991b;--green-400-constant: #12b823;--green-300-constant: #41cc4f;--green-200-constant: #d1ffd5;--green-100-constant: #ebffef;--green-100: #315434;--green-200: #37623b;--green-300: #3dbf4a;--green-400: #41cc4f;--green-500: #75cc7e;--green-600: #8dce93;--green-700: #9fd0a4;--green-800: #aacfae;--green-900: #c1d7c3;--green: #41cc4f;--teal-constant: #15d6cf;--teal-900-constant: #001a1a;--teal-800-constant: #013836;--teal-700-constant: #045c58;--teal-600-constant: #08807b;--teal-500-constant: #0da39e;--teal-400-constant: #15d6cf;--teal-300-constant: #4ef3ed;--teal-200-constant: #ccfffd;--teal-100-constant: #eafefe;--teal-100: #325d5b;--teal-200: #376c6a;--teal-300: #4ae5e0;--teal-400: #4ef3ed;--teal-500: #81eae6;--teal-600: #8fe5e2;--teal-700: #9de2df;--teal-800: #a9dfdd;--teal-900: #bce1e0;--teal: #4ef3ed;--purple-constant: #5627ff;--purple-900-constant: #090029;--purple-800-constant: #150259;--purple-700-constant: #200580;--purple-600-constant: #2d0ca6;--purple-500-constant: #3b12cc;--purple-400-constant: #5627ff;--purple-300-constant: #7657ff;--purple-200-constant: #ede8ff;--purple-100-constant: #f7f5ff;--purple-100: #41376c;--purple-200: #463b78;--purple-300: #7052f2;--purple-400: #7657ff;--purple-500: #9f8cf2;--purple-600: #aa9aef;--purple-700: #b3a7ec;--purple-800: #bdb3ea;--purple-900: #cdc6ec;--purple: #7657ff;--blue-constant: #2187ff;--blue-900-constant: #001329;--blue-800-constant: #022a59;--blue-700-constant: #063e80;--blue-600-constant: #0d5ebf;--blue-500-constant: #1775e5;--blue-400-constant: #2187ff;--blue-300-constant: #3f96fc;--blue-200-constant: #e0edfe;--blue-100-constant: #f0f7ff;--blue-100: #2e4561;--blue-200: #2f4f74;--blue-300: #3c8ff0;--blue-400: #3f96fc;--blue-500: #78aeed;--blue-600: #87b4e8;--blue-700: #95bae4;--blue-800: #a3c0e1;--blue-900: #b6cbe2;--blue: #3f96fc;--grey-950-constant: #1e1f27;--grey-900-constant: #23242c;--grey-800-constant: #37383f;--grey-700-constant: #696a6f;--grey-600-constant: #87878c;--grey-500-constant: #afafb2;--grey-400-constant: #c3c3c5;--grey-300-constant: #d7d7d9;--grey-200-constant: #ebebec;--grey-100-constant: #f3f3f3;--grey-100: #1e1f27;--grey-200: #23242c;--grey-300: #2d2e35;--grey-400: #37383f;--grey-500: #55565c;--grey-600: #7d7e82;--grey-700: #919195;--grey-800: #cdcdcf;--grey-900: #e1e1e2;--grey-950: #e6e6e7;--white-constant: #ffffff;--white-950-constant: rgba(255, 255, 255, .9);--white-900-constant: rgba(255, 255, 255, .88);--white-800-constant: rgba(255, 255, 255, .8);--white-700-constant: rgba(255, 255, 255, .56);--white-600-constant: rgba(255, 255, 255, .48);--white-500-constant: rgba(255, 255, 255, .32);--white-400-constant: rgba(255, 255, 255, .2);--white-300-constant: rgba(255, 255, 255, .16);--white-200-constant: rgba(255, 255, 255, .12);--white-100-constant: rgba(255, 255, 255, .1);--white-0-constant: rgba(255, 255, 255, 0);--white-0: rgba(5, 6, 15, 0);--white-100: rgba(5, 6, 15, .05);--white-200: rgba(5, 6, 15, .08);--white-300: rgba(5, 6, 15, .16);--white-400: rgba(5, 6, 15, .24);--white-500: rgba(5, 6, 15, .32);--white-600: rgba(5, 6, 15, .48);--white-700: rgba(5, 6, 15, .6);--white-800: rgba(5, 6, 15, .8);--white-900: rgba(5, 6, 15, .88);--white-950: rgba(5, 6, 15, .9);--white: #23242c;--black-constant: #05060f;--black-950-constant: rgba(5, 6, 15, .9);--black-900-constant: rgba(5, 6, 15, .88);--black-800-constant: rgba(5, 6, 15, .8);--black-700-constant: rgba(5, 6, 15, .6);--black-600-constant: rgba(5, 6, 15, .48);--black-500-constant: rgba(5, 6, 15, .32);--black-400-constant: rgba(5, 6, 15, .24);--black-300-constant: rgba(5, 6, 15, .16);--black-200-constant: rgba(5, 6, 15, .08);--black-100-constant: rgba(5, 6, 15, .05);--black-0-constant: rgba(5, 6, 15, 0);--black-0: rgba(255, 255, 255, 0);--black-100: rgba(255, 255, 255, .1);--black-200: rgba(255, 255, 255, .12);--black-300: rgba(255, 255, 255, .16);--black-400: rgba(255, 255, 255, .2);--black-500: rgba(255, 255, 255, .32);--black-600: rgba(255, 255, 255, .48);--black-700: rgba(255, 255, 255, .56);--black-800: rgba(255, 255, 255, .8);--black-900: rgba(255, 255, 255, .88);--black-950: rgba(255, 255, 255, .9);--black: #ffffff;--purple-dark: #5627ff;--teal-dark: #15d6cf;--teal-dark-darken-2: #077672;--teal-dark-darken-4: #076d69;--green-dark: #12b823;--yellow-dark: #f5c418;--red-dark: #db2323;--yellow-dark-100-24: rgba(194, 144, 16, .24);--purple-dark-100-24: rgba(45, 12, 166, .24);--green-dark-100-24: rgba(12, 153, 27, .24);--red-dark-100-24: rgba(184, 22, 22, .24);--teal-dark-100-24: rgba(8, 128, 123, .24);--yellow-lighten-4: #f9df5a;--yellow-darken-4: #f7d732;--purple-darken-4: #6543ff;--purple-darken-4-constant: #4613ff;--purple-lighten-4: #876bff;--purple-pastel-darken-4: #ddd4ff;--red-tint-darken-2: #ffe6e6;--red-tint-darken-4: #ffdcdc;--red-dark-darken-2: #af1515;--red-dark-darken-4: #a61414;--green-lighten-4: #51d05e;--green-darken-4: #35c443;--red-lighten-4: #fb6464;--red-darken-4: #f93c3c;--stipe-card-placeholder-dark: #696a6f;--stipe-card-placeholder-disabled: #afafb2;--purple-dark-constant: #2d0ca6;--linkedin-theme: #2d64bc;--linkedin-theme-darken-4: #2a5db0;--facebook-theme: #1778f2;--twitter-theme: #1da1f2;--twitter-theme-darken-4: #0f9bf1;--facebook-theme-darken-4: #0d70ec;--skeleton-primary: #55565c;--skeleton-secondary: #5f6067}*{box-sizing:border-box}button,input,select{outline:none}p,ul,ol,h1,h2,h3,h4,h5,h6,figure,dl,dd{margin:0;font-weight:400}.formatted-content p:not(:first-child),.formatted-content ul:not(:first-child),.formatted-content ol:not(:first-child){margin-top:4px}._mobile .formatted-content p:not(:first-child),._mobile .formatted-content ul:not(:first-child),._mobile .formatted-content ol:not(:first-child){margin-top:2px}ul:not(.bullet-list){padding:0;list-style:none}.bullet-list,.numeric-list{-webkit-padding-start:22px;list-style:none}._mobile .bullet-list,._mobile .numeric-list{-webkit-padding-start:18px}.bullet-list li,.numeric-list li{position:relative}.bullet-list li:not(:first-child),.numeric-list li:not(:first-child){margin-top:8px}._mobile .bullet-list li:not(:first-child),._mobile .numeric-list li:not(:first-child){margin-top:4px}.bullet-list li:before,.numeric-list li:before{position:absolute;left:-22px}._mobile .bullet-list li:before,._mobile .numeric-list li:before{left:-18px}.bullet-list li:before{content:"\2022"}.numeric-list{counter-reset:list-number}.numeric-list li:before{content:counter(list-number) ".";counter-increment:list-number}button,select,iframe{padding:0;border:0;background:none}a{text-decoration:none}input{padding-top:0;padding-bottom:0}code{background-color:var(--black-200);font-family:inherit;padding:0 2px}.h1{font-size:40px;font-weight:800;line-height:48px;color:var(--black)}.h2{font-size:36px;font-weight:800;line-height:44px;color:var(--black)}.h3{font-size:32px;font-weight:800;line-height:40px;color:var(--black)}.h4{font-size:28px;font-weight:800;line-height:36px;color:var(--black)}.h5{font-size:20px;font-weight:400;line-height:32px;font-weight:700;color:var(--black)}.font-weight-normal{font-weight:400}.toast-top-center{top:0;right:0;width:100%}.toast-container{display:flex;flex-direction:column;pointer-events:none;position:fixed;z-index:999999}.toast-container .ngx-toastr{display:flex;pointer-events:auto;overflow:hidden;max-width:690px;min-width:376px;padding:12px 16px;margin:32px auto 0;border-radius:12px;font-size:14px;font-weight:400;line-height:22px;font-weight:700;color:var(--white-constant)}.toast-container .ngx-toastr:not(:first-child){margin-top:16px}._mobile .toast-container .ngx-toastr{max-width:90%;min-width:0;margin:24px auto 0}.toast-message{flex-grow:1;word-wrap:break-word}.toast-success{background-color:var(--green)}.toast-error{background-color:var(--red)}.toast-warning{background-color:var(--yellow-dark)}.toast-info{background-color:var(--purple-300);cursor:pointer}.toast-close-button{font-size:20px;font-weight:400;line-height:32px;display:flex;justify-content:center;align-items:center;position:relative;order:30;flex-shrink:0;cursor:pointer;height:20px;color:inherit;margin-left:16px}.croppie-container{width:100%;height:100%}.croppie-container .cr-image{z-index:-1;position:absolute;top:0;left:0;-webkit-transform-origin:0 0;transform-origin:0 0;max-height:none;max-width:none}.croppie-container .cr-boundary{position:relative;overflow:hidden;margin:0 auto;z-index:1;width:100%;height:100%}.croppie-container .cr-viewport,.croppie-container .cr-resizer{position:absolute;border:2px solid #fff;margin:auto;top:0;bottom:0;right:0;left:0;box-shadow:0 0 2000px 2000px #00000080;z-index:0}.croppie-container .cr-resizer{z-index:2;box-shadow:none;pointer-events:none}.croppie-container .cr-resizer-vertical,.croppie-container .cr-resizer-horisontal{position:absolute;pointer-events:all}.croppie-container .cr-resizer-vertical:after,.croppie-container .cr-resizer-horisontal:after{display:block;position:absolute;box-sizing:border-box;border:1px solid black;background:#fff;width:10px;height:10px;content:""}.croppie-container .cr-resizer-vertical{bottom:-5px;cursor:row-resize;width:100%;height:10px}.croppie-container .cr-resizer-vertical:after{left:50%;margin-left:-5px}.croppie-container .cr-resizer-horisontal{right:-5px;cursor:col-resize;width:10px;height:100%}.croppie-container .cr-resizer-horisontal:after{top:50%;margin-top:-5px}.croppie-container .cr-original-image{display:none}.croppie-container .cr-vp-circle{border-radius:50%}.croppie-container .cr-overlay{z-index:1;position:absolute;cursor:move;touch-action:none}.croppie-container .cr-slider-wrap{width:75%;margin:15px auto;text-align:center}.croppie-result{position:relative;overflow:hidden}.croppie-result img{position:absolute}.croppie-container .cr-image,.croppie-container .cr-overlay,.croppie-container .cr-viewport{-webkit-transform:translateZ(0);transform:translateZ(0)}.cr-slider{-webkit-appearance:none;width:300px;max-width:100%;padding-top:8px;padding-bottom:8px;background-color:transparent}.cr-slider::-webkit-slider-runnable-track{width:100%;height:3px;background:rgba(0,0,0,.5);border:0;border-radius:3px}.cr-slider::-webkit-slider-thumb{-webkit-appearance:none;border:none;height:16px;width:16px;border-radius:50%;background:#ddd;margin-top:-6px}.cr-slider:focus{outline:none}.cr-slider::-moz-range-track{width:100%;height:3px;background:rgba(0,0,0,.5);border:0;border-radius:3px}.cr-slider::-moz-range-thumb{border:none;height:16px;width:16px;border-radius:50%;background:#ddd;margin-top:-6px}.cr-slider:-moz-focusring{outline:1px solid white;outline-offset:-1px}.cr-slider::-ms-track{width:100%;height:5px;background:transparent;border-color:transparent;border-width:6px 0;color:transparent}.cr-slider::-ms-fill-lower{background:rgba(0,0,0,.5);border-radius:10px}.cr-slider::-ms-fill-upper{background:rgba(0,0,0,.5);border-radius:10px}.cr-slider::-ms-thumb{border:none;height:16px;width:16px;border-radius:50%;background:#ddd;margin-top:1px}.cr-slider:focus::-ms-fill-lower{background:rgba(0,0,0,.5)}.cr-slider:focus::-ms-fill-upper{background:rgba(0,0,0,.5)}.cr-rotate-controls{position:absolute;bottom:5px;left:5px;z-index:1}.cr-rotate-controls button{border:0;background:none}.cr-rotate-controls i:before{display:inline-block;font-style:normal;font-weight:900;font-size:22px}.cr-rotate-l i:before{content:"\21ba"}.cr-rotate-r i:before{content:"\21bb"}
