.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999px);width:320px;z-index:9999}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:sans-serif;justify-content:space-between;margin-bottom:1rem;max-height:800px;min-height:64px;overflow:hidden;padding:8px;position:relative}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--dark{background:#121212;color:#fff}.Toastify__toast--default{background:#fff;color:#aaa}.Toastify__toast--info{background:#3498db}.Toastify__toast--success{background:#07bc0c}.Toastify__toast--warning{background:#f1c40f}.Toastify__toast--error{background:#e74c3c}.Toastify__toast-body{flex:1 1 auto;margin:auto 0;padding:6px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--default{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{background-color:#ffffffb3;bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__progress-bar--default{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55)}.Toastify__progress-bar--dark{background:#bb86fc}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}.gritx-toast{display:flex}.gritx-toast__message{color:#000;display:flex;flex-direction:column;padding:8px;width:100%}.gritx-toast__description{font-size:14px;padding-right:20px}.gritx-toast__icon{background-color:#a4c7dd;padding:0 6px;z-index:1}.gritx-toast__title{font-size:14px;font-weight:700;padding-right:20px}.gritx-toast__button{background:#0000;border:none;color:#000;cursor:pointer;font-size:14px;font-weight:700;margin:14px 0 0;padding:0;text-align:right}.Toastify__toast{background-color:#f2f2f2;border-radius:0;box-shadow:none;margin:8px 0;padding:0}.Toastify__toast-body{margin:0;padding:0}.Toastify__toast{outline:1px solid #d2d2d2;outline-offset:-1px}.Toastify__close-button{color:#000;opacity:.2;padding:4px 4px 0 0;position:absolute;right:0;top:0}.Toastify__close-button>svg{height:20px;width:20px}.favorite{background-color:#0000;border:none;cursor:pointer;padding:0}.favorite:focus{outline:none}.favorite:disabled .favorite__image{fill:#d2d2d2}.favorite__icon{height:34px;width:34px}@media only screen and (min-width:1366px){.favorite__icon{height:36px;width:36px}}.favorite__big-icon{height:82px;width:82px}.favorite__image{fill:#fc767d;height:100%;max-height:100%;max-width:100%}.material.gritx-btn{line-height:16px;min-height:20px;width:100%}.material--inactive.gritx-btn{font-size:13px;height:100%}@media only screen and (min-width:1366px){.material--inactive.gritx-btn{font-size:16px}}.material--active.gritx-btn{bottom:0;font-size:16px;font-weight:700;height:20%;position:absolute}.material--active.gritx-btn:hover{color:#fff}@media only screen and (min-width:1366px){.material--active.gritx-btn{font-size:21px}}.article-area{display:flex;justify-content:center}.article-area__card-place{height:238px;margin:11px 0;position:relative;width:310px}@media only screen and (min-width:1366px){.article-area__card-place{height:302px;margin:25px 0;width:400px}}@media only screen and (min-width:1580px){.article-area__card-place{width:416px}}.article-area__card{background:none;border:1px solid #d2d2d2;cursor:pointer;display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:0;width:100%}.article-area__card:focus{outline:none}.article-area__active-card{height:100%;margin-top:1px;position:relative}.article-area__active-card,.article-area__title{align-items:center;background-color:#f2f2f2;display:flex;justify-content:center;width:100%}.article-area__title{color:#000;font-size:19px;font-weight:700;height:59px;overflow:hidden;text-align:center}@media only screen and (min-width:1366px){.article-area__title{font-size:24px;height:75px}}.article-area__image{max-height:100%;max-width:100%}.article-area__content{display:flex;flex-direction:row;height:177px;width:100%}@media only screen and (min-width:1366px){.article-area__content{height:224px}}.article-area__card-picture{align-items:center;background-color:#fff;display:flex;height:80%;justify-content:center;width:50%}.article-area__information{border-left:1px solid #d2d2d2;height:100%;width:50%}.article-area__description{color:#303030;font-size:14px;height:55%;overflow:hidden;padding:15px 5px 10px;text-align:left;white-space:pre-wrap}@media only screen and (min-width:1366px){.article-area__description{font-size:18px;padding:18px 13px}}.article-area__category{align-items:center;background-color:#f2f2f2;color:#676666;font-size:11px;font-style:italic;height:25%;overflow:hidden;padding:5px;text-align:left;white-space:pre-wrap;width:100%}@media only screen and (min-width:1580px){.article-area__category{font-size:14px;padding:6px 11px 5px}}.article-area__bottom{bottom:0;display:flex;flex-direction:row;height:15%;position:absolute;right:0;width:50%}.article-area__pro-bottom{width:100%}.article-area__disabled-bottom{pointer-events:none}.article-area__add-btn{width:50%}.article-area__addition{display:flex;flex-direction:row;height:94%;justify-content:space-between;margin-top:1px;padding:0;width:100%}.article-area__addition-item{border-right:3px solid #f2f2f2;display:flex;height:100%;justify-content:center;list-style:none;padding:1px 0;width:33%}@media only screen and (min-width:1366px){.article-area__addition-item{padding:4px 0}}.article-area__addition-like{align-items:center;border-right:0;display:flex;padding:0}.article-area__pro-addition{width:50%}.article-area__item-img{background-position:50%;background-repeat:no-repeat;background-size:contain;height:100%;width:40px}@media only screen and (min-width:1366px){.article-area__item-img{width:45px}}@media only screen and (min-width:1580px){.article-area__item-img{width:207px}}.article-area__check-img{fill:#fc767d;height:122px;width:122px}.loader{height:100%}.loader--nested{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background-color:#fff3;z-index:1}.loader--nested,.loader--nested .box{height:100%;position:absolute;width:100%}.loader--nested .box,.loader--nested .loader__wrapper{left:50%;top:50%;transform:translate(-50%,-50%)}.loader--nested .loader__wrapper{position:relative}.loader__wrapper{height:100%;max-height:150px;max-width:150px;width:100%}.loader .box{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center}.loader .cat{max-width:20em;overflow:hidden;position:relative;width:100%}.loader .cat:before{animation:rotating 3s cubic-bezier(.65,.54,.12,.93) infinite;background-image:url(https://gabi.scalable.care/static/media/spinnyweel.5ae09ba6f04817352fe4.png);background-repeat:no-repeat;background-size:100% 100%;content:"";display:block;padding-bottom:100%}.loader .cat:active>*{animation-play-state:running}@keyframes rotating{0%{transform:rotate(2turn)}to{transform:none}}.card-section__list{display:flex;flex-wrap:wrap;padding:8px}@media only screen and (min-width:1366px){.card-section__list{padding:25px}}.card-section__item{list-style:none;padding:0;width:100%}@media only screen and (min-width:640px){.card-section__item{width:50%}}@media only screen and (min-width:980px){.card-section__item{width:33.3%}}@media only screen and (min-width:1732px){.card-section__item{width:25%}}.card-section__footer{height:100px;position:relative}.card-section__button-load{background-color:#fff;border:1px solid #d2d2d2;cursor:pointer;display:block;font-size:17px;font-weight:700;height:43px;margin-bottom:16px;margin-left:auto;margin-right:auto;padding:0;width:300px}.card-section__button-load:focus{outline:none}@media only screen and (min-width:640px){.card-section__button-load{font-size:20px;height:48px;width:375px}}@media only screen and (min-width:980px){.card-section__button-load{font-size:24px;height:60px;width:468px}}@media only screen and (min-width:1366px){.card-section__button-load{margin-bottom:50px}}.not-found{align-items:center;display:flex;flex-direction:column;min-height:300px;padding:0 6px;width:100%}.not-found__text{font-size:22px;margin-bottom:40px;text-align:center;text-transform:none}@media only screen and (min-width:640px){.not-found__text{font-size:28px}}.not-found__image{margin-bottom:40px;max-height:200px}@media only screen and (min-width:640px){.not-found__image{max-height:300px}}.backpack__title{color:#303030;font-size:48px;font-weight:700;margin:20px 10px 10px;text-align:left;text-transform:uppercase}@media only screen and (min-width:640px){.backpack__title{margin:0 0 44px 51px}}.backpack__icon{height:33px;margin-right:6px;width:36px}.backpack__cards{min-height:300px}.backpack__cards,.callback{position:relative}.callback__loader{margin:auto;max-width:150px}.xpedition-item__header{align-items:center;background-color:#f2f2f2;display:flex;height:60px;margin-bottom:20px}.xpedition-item__title{font-size:30px;margin:0 0 0 20px;padding:0;text-transform:capitalize}.xpedition-item__body{border-bottom:1px solid #303030;padding-bottom:20px}@media only screen and (min-width:640px){.xpedition-item__body{display:flex}}.xpedition-item__image{width:100%}.xpedition-item__image-wrapper{max-width:20%}.xpedition-item__description{flex:1 1 auto;padding:20px}@media only screen and (min-width:640px){.xpedition-item__description{padding:0 20px}}.xpedition-item__button{align-items:center;border:none;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;padding-bottom:20px;width:100%}.xpedition-item__button:hover{color:#c7c7c7;transition:color .3s}.xpedition-item__button-percent{display:block;font-size:48px;font-weight:700;margin-top:50px}.xpedition-item__button-label{font-size:20px;font-weight:700;text-transform:capitalize}.xpedition-item__button-wrapper{min-width:25%}.xpedition-item__button--remove{margin-top:10px;width:100%}.xpedition-list__wrapper{display:flex;flex-wrap:wrap;justify-content:space-between;padding:0 41px 100px}@media only screen and (max-width:640px){.xpedition-list__wrapper{padding:0}}@media only screen and (min-width:1366px){.xpedition-list__wrapper{flex-wrap:nowrap}}.xpedition-list__chat{margin:5px 15px 20px;position:relative;width:100%}@media only screen and (max-width:640px){.xpedition-list__chat{margin:0}}@media only screen and (min-width:1366px){.xpedition-list__chat{width:50%}}@media only screen and (max-width:640px){.xpedition-list__chat{display:none}}.xpedition-list__chat-toolbar{align-items:center;background-color:#f2f2f2;display:flex;height:60px;padding:0 20px}.xpedition-list__bot-avatar{fill:#fc767d;height:38px;width:40px}.xpedition-list__list{margin:5px 15px 20px;position:relative;width:100%}@media only screen and (max-width:640px){.xpedition-list__list{margin:0}}@media only screen and (min-width:1366px){.xpedition-list__list{width:50%}}.xpedition-list__chat-wrapper{height:440px;margin-bottom:18px;padding-bottom:10px}@media only screen and (min-width:640px){.xpedition-list__chat-wrapper{height:500px}}.xpedition-list__start-message{align-items:center;display:flex;flex-direction:column;font-size:36px;font-weight:700;height:100%;justify-content:center;text-align:center}.modal-privacy-terms .modal__close-btn{background:none;border:none;cursor:pointer;float:right;font-size:25px;font-weight:300;line-height:19px;margin-right:20px;margin-top:20px;padding:0}@media only screen and (min-width:640px){.modal-privacy-terms .modal__close-btn{font-size:35px;line-height:23px;margin-right:40px;margin-top:40px}}@media only screen and (min-width:980px){.modal-privacy-terms .modal__close-btn{font-size:45px;line-height:34px;margin-right:70px;margin-top:70px}}.modal__overlay{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#02020280;display:flex;height:100vh;padding:15px;position:fixed;top:0;width:100%;z-index:25}@media only screen and (min-width:640px){.modal__overlay{padding:25px}}@media only screen and (min-width:980px){.modal__overlay{padding:50px}}.modal__window{background-color:#f2f2f2;display:flex;flex:1 1 auto;flex-direction:column;height:calc(100vh - 30px);width:100%}@media only screen and (min-width:640px){.modal__window{height:calc(100vh - 50px)}}@media only screen and (min-width:980px){.modal__window{height:calc(100vh - 100px)}}.modal__body{flex:1 1 auto;overflow:auto}@keyframes breathIn{0%{transform:scale(1)}to{transform:scale(2)}}@keyframes breathOut{0%{transform:scale(2)}to{transform:scale(1)}}@keyframes holdIn{0%{transform:scale(2)}to{transform:scale(2)}}@keyframes holdOut{0%{transform:scale(1)}to{transform:scale(1)}}.meditation__open-button{display:block;line-height:normal;margin:0 auto 20px;width:60%}.meditation__modal{background-repeat:no-repeat;background-size:cover;height:100%}.meditation__modal .modal__header{display:flex;height:50px;justify-content:flex-end}.meditation__modal .modal__close-btn{background-color:#0000;border:1px solid #000;cursor:pointer;font-size:24px;width:50px}.meditation__modal .modal__body{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center}.meditation__circle{position:relative}.meditation__circle circle{fill:#0000;stroke:#ffd569;stroke-width:5;transform:rotate(-90)}.meditation__circle circle:nth-child(2n){fill:#0000;stroke:#8dd2a3;stroke-width:5}.meditation__step{animation-delay:0s;animation-fill-mode:forwards;animation-timing-function:linear;color:#f2f2f2;font-weight:700;position:absolute;text-align:center;text-transform:uppercase;top:45%;width:300px}.meditation__description{height:200px;min-width:200px}.meditation__text{color:#fff;display:none;font-size:24px;margin-bottom:10px;text-transform:capitalize}.meditation__text--show{display:block}.meditation__last-message{display:none}.meditation__last-message--show{display:block}.journal__buttons .gritx-btn,.journal__page-controls .gritx-btn{height:62px;margin-bottom:20px}@media only screen and (min-width:640px){.journal__buttons,.journal__page-controls{align-items:center;display:flex;justify-content:center}.journal__buttons .gritx-btn,.journal__page-controls .gritx-btn{max-width:245px;width:48%}.journal__buttons .gritx-btn:first-child,.journal__page-controls .gritx-btn:first-child{margin-right:20px}}.journal__page-controls{justify-content:space-between;margin:0 20px 20px}@media only screen and (min-width:640px){.journal__page-controls{margin:0 30px 20px}}@media only screen and (min-width:1366px){.journal__page-controls{margin:0 50px 20px}}.journal__page-controls--first-page{justify-content:flex-end}.journal__page-controls .hide-button{display:none}.journal__buttons--last-entry .gritx-btn:first-child{margin-right:0}.journal__page{margin:0 20px 20px}@media only screen and (min-width:640px){.journal__page{margin:0 30px 20px}}@media only screen and (min-width:1366px){.journal__page{margin:0 50px 20px}}.journal__page-number{font-size:18px;font-weight:700;margin-top:20px;text-transform:capitalize}@media only screen and (min-width:640px){.journal__page-number{font-size:24px}}.journal__question{font-size:18px;font-style:italic}@media only screen and (min-width:640px){.journal__question{font-size:24px}}.journal__question--preview p{color:#c7c7c7;font-size:18px;font-style:italic}@media only screen and (min-width:640px){.journal__question--preview p{font-size:24px}}.journal__answer{background:repeating-linear-gradient(180deg,#0000,#0000 1.15em,#d2d2d2 1.2em) local;border:none;font-size:18px;line-height:1.2em;margin-top:30px;resize:vertical;width:100%}.journal__answer::placeholder{font-style:italic}.journal__answer--preview{color:#303030;font-size:18px;font-weight:700;word-break:break-word}@media only screen and (min-width:640px){.journal__answer--preview{font-size:24px}}.interview__buttons .gritx-btn{height:62px;margin-bottom:20px}@media only screen and (min-width:640px){.interview__buttons{align-items:center;display:flex;justify-content:center}.interview__buttons .gritx-btn{max-width:245px;width:48%}}.interview__buttons--last-entry .gritx-btn:first-child{margin-right:0}.interview__page{background-color:#fff;display:flex;flex-direction:column;height:100%;justify-content:center;margin:0 20px 20px;position:relative;width:100%}@media only screen and (min-width:640px){.interview__page{margin:0 30px 20px}}@media only screen and (min-width:1366px){.interview__page{margin:0 50px 20px}}.interview__page-number{font-size:18px;font-weight:700;margin-top:20px;text-transform:capitalize}@media only screen and (min-width:640px){.interview__page-number{font-size:24px}}.interview__page .overlay{margin:0 auto;max-width:80%}@media only screen and (min-width:1366px){.interview__page .overlay{max-width:1000px}}.interview__loader{min-height:200px;position:relative}@keyframes buttonFade{0%{background-color:#f2f2f2}to{background-color:#a4c7dd}}.article{margin-top:11px}@media only screen and (min-width:1366px){.article{margin-top:25px}}.article__header{margin-bottom:20px}.article__title{background-color:#f2f2f2;display:flex;justify-content:space-between;padding:10px}.article__close-button{background-color:#0000;border:none;cursor:pointer;font-size:18px;width:45px}@media only screen and (min-width:1366px){.article__close-button{font-size:24px}}.article__heading{font-size:18px;margin:0}@media only screen and (min-width:640px){.article__heading{font-size:24px;padding:10px 20px}}@media only screen and (min-width:1366px){.article__heading{font-size:36px;padding:10px 40px}}.article__props{align-items:center;border-bottom:1px solid #f2f2f2;display:flex;justify-content:space-between;margin:0 20px;padding:15px 0}@media only screen and (min-width:640px){.article__props{margin:0 30px}}@media only screen and (min-width:1366px){.article__props{margin:0 50px}}.article__information{align-items:center;display:flex}.article__page-number{font-size:18px;font-weight:700;text-transform:capitalize}@media only screen and (min-width:640px){.article__page-number{font-size:24px}}.article__icon{height:30px;margin-right:20px;width:30px}.article__icon-img{fill:#fc767d;height:100%}.article__icon--reading-time{background-position:50%;background-repeat:no-repeat;background-size:contain;height:35px;width:35px}.article__actions{align-items:center;display:flex}.article__actions .gritx-btn{font-size:18px;line-height:30px;min-height:30px;min-width:180px}.article__button-icon{background-color:#0000;border:none;cursor:pointer}.article__button-icon:hover{background-color:#f5f5f5}.article__body{padding:10px}@media only screen and (min-width:640px){.article__body{padding:20px}}@media only screen and (min-width:1366px){.article__body{padding:20px 50px}}.article__description{font-size:16px;font-style:italic;margin-bottom:10px}@media only screen and (min-width:980px){.article__description{font-size:1.2vw}}@media only screen and (min-width:1920px){.article__description{font-size:20px}}.article__image-wrapper{align-items:center;display:flex;flex-direction:column;height:300px;justify-content:center;margin:0 auto 10px;max-width:80%;text-align:center}@media only screen and (min-width:640px){.article__image-wrapper{max-height:600px}}@media only screen and (min-width:1366px){.article__image-wrapper{max-height:600px}}@media only screen and (min-width:1920px){.article__image-wrapper{max-height:600px}}.article__image{max-height:100%;max-width:100%}.article__content{font-size:16px}@media only screen and (min-width:980px){.article__content{font-size:1.2vw}}@media only screen and (min-width:1920px){.article__content{font-size:20px}}.article__content li,.article__content p{margin-bottom:10px}.article__content img{max-width:100%}.bot-chat .article{margin-top:0}.bot-chat .article__heading{font-size:35px;padding:0 40px}.bot-chat__navigate{display:inline-block;height:65px;min-width:65px;padding-top:10px;position:sticky;position:-webkit-sticky;top:100px}@media only screen and (min-width:1366px){.bot-chat__navigate{display:none}}.bot-chat__navigate button{background-color:#0000;border:none;cursor:pointer}.bot-chat__navigate img{height:50px;width:50px}.chat{min-height:400px;position:relative}.chat__title{align-items:center;color:#303030;display:flex;font-size:48px;font-weight:700;margin:20px 10px 10px;text-align:left;text-transform:uppercase}@media only screen and (min-width:640px){.chat__title{margin:0 0 44px 51px}}@media only screen and (max-width:640px){.chat__title{display:none}}.chat__icon{height:50px;margin-right:6px;padding:7px;width:50px}@media only screen and (max-width:640px){.chat__icon{height:40px;width:40px}}.chat__bot-avatar{fill:#fc767d;height:38px;width:40px}.chat__btns{display:flex;justify-content:right;width:100%}.chat__help-btn{margin-left:5px;width:117px}.chat__test-btn{width:70px}.error-page{display:flex;flex-wrap:wrap;font-size:48px;padding:20px 3%}.main-area{margin:15px}@media only screen and (min-width:640px){.main-area{margin:0 25px}}@media only screen and (min-width:980px){.main-area{margin-left:50px;margin-right:0}}.main-area__wrapper{display:flex;justify-content:space-between;margin-bottom:60px}.main-area__about{flex:1 1 auto;margin-bottom:60px}@media only screen and (min-width:980px){.main-area__about{margin-bottom:0;margin-right:30px}}@media only screen and (min-width:1366px){.main-area__about{margin-right:60px}.main-area__about-content{display:flex}}.main-area__about-video{margin-bottom:30px;width:100%}@media only screen and (min-width:980px){.main-area__about-video{margin-bottom:60px;min-width:55%}}@media only screen and (min-width:1366px){.main-area__about-video{flex:1 1 auto;margin-bottom:0;margin-right:60px;padding:0}}.main-area__about-description{display:flex;flex-direction:column;justify-content:space-between}@media only screen and (min-width:1366px){.main-area__about-description{max-width:600px}}.main-area__about-text{font-size:18px;margin:0 0 15px}@media only screen and (min-width:1366px){.main-area__about-text{font-size:1.2vw}}@media only screen and (min-width:1920px){.main-area__about-text{font-size:24px}}.main-area__about-text:first-child{margin-top:-.2em}.main-area__about-button{background-color:#a4c7dd;border:none;cursor:pointer;font-size:36px;font-weight:700;line-height:70px;min-height:70px;text-align:center;text-transform:uppercase;transition:color .3s;width:100%}.main-area__about-button:hover{color:#fff;transition:color .3s}.main-area__apps{display:none}@media only screen and (min-width:980px){.main-area__apps{display:block}}.main-area__apps .apps{background-color:#f2f2f2;height:calc(100% + 50px);margin:-50px 0 0;min-height:550px;padding-top:60px;width:260px}.main-area__apps .apps-content{align-items:center;display:flex;flex-direction:column;justify-content:center}.main-area__apps .apps-content-text{color:#fc767d;font-size:36px;font-weight:700;padding-bottom:20px;text-transform:uppercase}.main-area__apps .apps__link{color:#000;display:block;font-size:24px;font-weight:700;text-align:center;width:160px}.main-area__apps .apps__link:visited{color:#000}.main-area__apps .apps__store{align-items:center;display:flex;flex-direction:column;justify-content:center}.main-area__apps .apps__qr{align-items:center;display:flex;height:80px;justify-content:space-between;position:relative;width:160px}.main-area__apps .apps__qr-logo{height:68px;width:57px}.main-area__apps .apps__qr-code{height:69px;transition:all .3s;width:69px}.main-area__apps .apps__qr-code:hover{cursor:pointer;position:absolute;right:0;transition:all .3s;width:100%}.main-area__apps .apps__qr-code-image{height:auto;width:100%}.main-area__apps .apps__qr-image{height:70px;width:70px}.main-area__apps .apps__button{width:160px}.main-area__apps .apps__button:hover{cursor:pointer}.main-area__apps .apps__button-image{width:100%}.main-area__apps .apps__button--link{margin:50px 0}.main-area__header{color:#303030;font-size:48px;font-weight:700;margin:0 0 30px;text-transform:uppercase}@media only screen and (min-width:1366px){.main-area__sections{display:flex;margin-right:50px}}.main-area__sections .section{flex:1 1 auto;margin-bottom:60px}@media only screen and (min-width:640px){.main-area__sections .section{display:flex;max-width:880px}.main-area__sections .section:first-child{margin-right:60px}}@media only screen and (min-width:1366px){.main-area__sections .section{flex-basis:600px;width:50%}}.main-area__sections .section__image{display:block;height:100%;margin:0 auto}.main-area__sections .section__image-wrapper{height:300px}@media only screen and (min-width:640px){.main-area__sections .section__image-wrapper{flex:1 1 auto;height:200px;margin-right:30px;min-width:200px}}@media only screen and (min-width:1366px){.main-area__sections .section__image-wrapper{height:300px;min-width:300px}}.main-area__sections .section__image-wrapper--green{background-color:#8dd2a3}.main-area__sections .section__about{color:#303030}.main-area__sections .section__title{font-size:36px;font-weight:700;margin:-.2em 0 12px}.main-area__sections .section__description{font-size:18px;font-weight:400;line-height:normal;margin-bottom:15px;margin-top:-.2em}@media only screen and (min-width:1366px){.main-area__sections .section__description{font-size:1.2vw}}@media only screen and (min-width:1920px){.main-area__sections .section__description{font-size:24px}}.default-signIn-btn{align-items:center;background:#a4c7dd;border:none;display:flex;font-size:30px;font-weight:700;height:100px;justify-content:center;position:relative;transition:all .3s ease;width:260px}@media only screen and (max-width:640px){.default-signIn-btn{height:50px}}.default-signIn-btn:hover{color:#fff;cursor:pointer}.default-signIn-btn:focus{color:#fff}.default-signIn-btn .signIn-btn-image{height:60px;margin-right:15px;width:54px}@media only screen and (max-width:640px){.default-signIn-btn .signIn-btn-image{height:30px;width:27px}}.default-auth-user{width:180px}@media only screen and (min-width:640px){.default-auth-user{width:200px}}@media only screen and (min-width:1366px){.default-auth-user{width:224px}}.default-auth-user{align-items:center;background:#020202;border:none;color:#fff;display:flex;font-size:30px;font-weight:700;height:100px;justify-content:center;position:relative;transition:all .3s ease}@media only screen and (max-width:640px){.default-auth-user{height:50px}}.default-auth-user .signIn-btn-image{height:60px;margin-right:15px;width:54px}@media only screen and (max-width:640px){.default-auth-user .signIn-btn-image{height:30px;width:27px}}.default-auth-user__name{text-transform:uppercase}.default-auth-user:hover{color:#fff;cursor:pointer}.default-auth-user:focus{color:#fff}.nav__desktop{display:none}.nav__mobile{display:flex;flex-direction:column;width:100%}.nav__link{color:#000;text-decoration:none}.nav__item{background:#0000;border:none;border-bottom:2px solid #27c6b1;height:50px;padding:10px 0}@media only screen and (min-width:980px){.nav__item{border-bottom:0}}.nav__item-text{font-size:18px;line-height:1.85}@media only screen and (min-width:1366px){.nav__item-text{font-size:22px;line-height:1.5}}@media only screen and (min-width:1580px){.nav__item-text{font-size:24px;line-height:normal}}.nav__item-wrapper{align-items:center;display:flex;flex-direction:row;justify-content:center}.nav__img{height:auto;width:30px}.nav__img-wrapper{height:auto;margin-right:10px}.menu-auth{align-items:center;background:#f2f2f2;display:flex;flex-direction:column;height:100vh;max-height:calc(100vh - 100px);opacity:1;overflow:auto;position:absolute;right:0;top:0;width:100%}.menu-auth__name{text-transform:uppercase}.menu-auth--opened{position:relative}.menu-auth--hidden{height:0;opacity:0;visibility:hidden}.menu-auth__items{margin:0;padding:0;transition:all .3s ease}.menu-auth__item,.menu-auth__items{list-style:none;min-height:50px;width:100%}.menu-auth__item{border-bottom:2px solid #27c6b1}.menu-auth__item:last-of-type{border-bottom:0}.menu-auth__btn{align-items:center;background:#0000;border:none;color:#000;display:flex;flex-direction:column;font-size:20px;justify-content:center;padding:10px 0;text-align:left;text-decoration:none;transition:all .3s ease;width:100%}@media only screen and (min-width:640px){.menu-auth__btn{align-items:flex-start;padding:10px 15px}}.menu-auth__btn:hover{color:#fff;cursor:pointer}.menu-auth__text{font-size:14px;max-width:210px;text-align:center}@media only screen and (min-width:640px){.menu-auth__text{text-align:left}}.language{display:block;height:50px;overflow:hidden;position:relative}.language--open{height:auto}.language__title{align-items:center;background:#f2f2f2;border:none;box-sizing:border-box;color:#303030;display:flex;font-size:20px;height:25px;justify-content:flex-end;padding:25px;text-transform:uppercase;transition:all .3s ease;width:100%}.language__title:first-child{background:#0000;margin-bottom:2px}.language__title:hover{color:#a4c7dd;cursor:pointer;text-decoration:underline}.header{background-color:#f2f2f2;height:100px;left:0;position:fixed;right:0;top:0;width:100%;z-index:15}@media only screen and (max-width:640px){.header{height:50px}}.header__left,.header__wrapper{align-items:center;display:flex;justify-content:space-between;width:100%}.header__wrapper{box-sizing:border-box;height:100px;padding:20px 0;position:relative}@media only screen and (max-width:640px){.header__wrapper{height:50px}}.header__logo{background-color:#0000;border:none;cursor:pointer;height:auto;padding:0 5px;width:130px}@media only screen and (min-width:640px){.header__logo{width:auto}}.header__logo-image{width:100%}@media only screen and (min-width:640px){.header__logo-image{height:100%;width:auto}}.header-button{display:none}.header__language{align-items:flex-end;background:#f2f2f2;color:#000;display:flex;flex:1 1 auto;font-size:20px;height:-webkit-fit-content;height:fit-content;justify-content:flex-start;overflow:hidden;text-transform:uppercase}.header__language-wrapper{left:105px;position:absolute;top:30px;width:200px;z-index:1}.header__language-item{height:auto;margin-left:150px;margin-top:10px;width:30px;z-index:12}@media only screen and (max-width:640px){.header__language-item{height:30px;width:27px}}.header__language-item-icon{height:auto;width:100%}.header__menu{background:#f2f2f2;height:100vh;opacity:1;position:relative}.header__menu,.header__menu--hidden{transition:opacity .25s ease,height .3s ease}.header__menu--hidden{height:0;opacity:0;visibility:hidden}.menu{height:calc(100vh - 100px);margin:0 auto;overflow:auto;padding:30px 0}.menu__content{align-items:center;display:flex;flex-direction:column;justify-content:center}.menu__content-button{width:50%}@media only screen and (min-width:640px){.menu__content-button{width:30%}}.menu__content-link{color:#303030;display:block;font-size:24px;font-weight:700;margin:32px 0;text-align:center;text-decoration:none}.menu__content-link:hover{color:#fff}.menu__store{width:50%}@media only screen and (min-width:640px){.menu__store{width:30%}}.menu__store-img{width:100%}.menu__button{align-items:center;background-color:#a4c7dd;border:none;display:flex;font-size:24px;font-weight:700;justify-content:center;margin-top:30px;padding:10px;width:50%}@media only screen and (min-width:640px){.menu__button{width:30%}}.menu__button:hover{color:#fff}.menu__button-image{height:40px;margin-right:20px;width:40px}.burger__item{background:#0000;border:none;color:#000;height:auto;padding:0 20px;width:80px}.burger__image{height:auto;width:100%}@media only screen and (min-width:640px){.burger__item{padding:0 50px;width:150px}.menu-auth{background:#f2f2f2;height:auto;opacity:1;position:absolute;right:0;top:0;width:200px}}@media only screen and (min-width:640px)and (min-width:1366px){.menu-auth{width:224px}}@media only screen and (min-width:640px){.nav,.nav__desktop{display:none}.nav__mobile{display:flex}.nav__item-wrapper{justify-content:flex-start;padding:0 7px}}@media only screen and (min-width:640px)and (min-width:1366px){.nav__item-wrapper{padding:0 20px}}@media only screen and (min-width:640px){.language__title{font-size:26.5px}.header__language-item{height:57px;margin-left:130px;margin-top:16px;width:59px}}@media only screen and (min-width:640px)and (min-width:1366px){.header__language-item{margin-left:150px}}@media only screen and (min-width:640px){.header__language-wrapper{left:280px;top:45px}.header__logo{height:120px;margin:0 25px}}@media only screen and (min-width:640px)and (min-width:1366px){.header__logo{margin:0 50px}}@media only screen and (min-width:1920px){.burger__item{display:none}.default-authUser{display:flex}.header-button{align-items:center;display:flex;justify-content:center}.menu,.nav{display:none}.nav__desktop{align-items:center;display:flex;flex-direction:row;justify-content:center}.nav__mobile{display:none}.nav__item{padding:0;position:relative}.nav__item-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center}.nav__item:before{background:#27c6b1;content:"";display:block;height:48px;left:0;margin-left:0;position:absolute;top:40%;width:2px}.nav__item-text{font-weight:700;text-transform:uppercase;white-space:nowrap}.nav__link{align-items:center;border-bottom:6px solid #0000;box-sizing:border-box;color:#000;display:flex;flex-direction:column;justify-content:center;margin-left:2px;text-decoration:none}.nav__link:hover .nav__item-text{color:#fff;transition:all .3s ease}.nav__link-active{border-bottom-color:#a4c7dd}.nav__link-active .nav__img{display:block}.nav__img{display:none;max-height:100%;transition:all .3s ease;width:100%}.nav__img-wrapper{height:36px;width:53px}.menu-auth__item:first-of-type:before{display:none}}.privacy{color:#000;margin:10px 15px}@media only screen and (min-width:640px){.privacy{margin:15px 20px 20px}}@media only screen and (min-width:980px){.privacy{margin:20px 48px}}@media only screen and (min-width:1366px){.privacy{margin:28px 68px 48px}}.privacy__title-window{font-size:15px;font-weight:700;margin-bottom:15px;text-align:center}@media only screen and (min-width:640px){.privacy__title-window{font-size:25px;margin-bottom:20px}}@media only screen and (min-width:980px){.privacy__title-window{font-size:38px;margin-bottom:30px}}@media only screen and (min-width:1366px){.privacy__title-window{font-size:48px;margin-bottom:46px}}.privacy__contents{font-size:13px;font-weight:700;text-align:start}@media only screen and (min-width:640px){.privacy__contents{font-size:18px}}@media only screen and (min-width:980px){.privacy__contents{font-size:25px}}@media only screen and (min-width:1366px){.privacy__contents{font-size:30px}}.privacy__description{font-size:11px;margin-top:10px;text-align:start}@media only screen and (min-width:640px){.privacy__description{font-size:13px;margin-top:18px}}@media only screen and (min-width:980px){.privacy__description{font-size:20px;margin-top:25px}}@media only screen and (min-width:1366px){.privacy__description{font-size:24px;margin-top:30px}}.privacy__title{font-size:13px;font-weight:700;margin-bottom:0;text-align:start}@media only screen and (min-width:640px){.privacy__title{font-size:18px}}@media only screen and (min-width:980px){.privacy__title{font-size:25px}}@media only screen and (min-width:1366px){.privacy__title{font-size:30px;margin-top:50px}}.privacy__list{font-size:11px;margin-top:11px;text-align:start}@media only screen and (min-width:640px){.privacy__list{font-size:13px;margin-top:13px}}@media only screen and (min-width:980px){.privacy__list{font-size:20px;margin-top:20px}}@media only screen and (min-width:1366px){.privacy__list{font-size:24px;margin-top:24px}}.privacy__list__item{display:flex;flex-direction:row}.privacy__list__item__description{color:#a3c2d6;margin-left:5px}.privacy__list__item__description-black{margin-left:5px}.term{color:#000;margin:10px 15px}@media only screen and (min-width:640px){.term{margin:15px 20px 20px}}@media only screen and (min-width:980px){.term{margin:20px 48px}}@media only screen and (min-width:1366px){.term{margin:28px 68px 48px}}.term__title-window{font-size:15px;font-weight:700;margin-bottom:15px;text-align:center}@media only screen and (min-width:640px){.term__title-window{font-size:25px;margin-bottom:20px}}@media only screen and (min-width:980px){.term__title-window{font-size:38px;margin-bottom:30px}}@media only screen and (min-width:1366px){.term__title-window{font-size:48px;margin-bottom:46px}}.term__contents{font-size:13px;font-weight:700;text-align:start}@media only screen and (min-width:640px){.term__contents{font-size:18px}}@media only screen and (min-width:980px){.term__contents{font-size:25px}}@media only screen and (min-width:1366px){.term__contents{font-size:30px}}.term__description{font-size:11px;margin-top:10px;text-align:start}@media only screen and (min-width:640px){.term__description{font-size:13px;margin-top:18px}}@media only screen and (min-width:980px){.term__description{font-size:20px;margin-top:25px}}@media only screen and (min-width:1366px){.term__description{font-size:24px;margin-top:30px}}.term__title{font-size:13px;font-weight:700;margin-bottom:0;text-align:start}@media only screen and (min-width:640px){.term__title{font-size:18px}}@media only screen and (min-width:980px){.term__title{font-size:25px}}@media only screen and (min-width:1366px){.term__title{font-size:30px;margin-top:50px}}.term__list{font-size:11px;margin-top:11px;text-align:start}@media only screen and (min-width:640px){.term__list{font-size:13px;margin-top:13px}}@media only screen and (min-width:980px){.term__list{font-size:20px;margin-top:20px}}@media only screen and (min-width:1366px){.term__list{font-size:24px;margin-top:24px}}.term__list__item{display:flex;flex-direction:row}.term__list__item__description{color:#a3c2d6;margin-left:5px}.term__list__item__description-black{margin-left:5px}.additional-information-color{background-color:#27c6b1}.additional-information{display:flex;flex-direction:column;flex-wrap:wrap;font-size:10px;height:90px;padding:0 3%;width:100%}@media only screen and (min-width:640px){.additional-information{flex-direction:row;font-size:13px;height:50px;justify-content:space-between}}@media only screen and (min-width:980px){.additional-information{font-size:20px;height:100px}}@media only screen and (min-width:1366px){.additional-information{font-size:24px}}.additional-information__copyright{color:#000;margin-top:23px}@media only screen and (min-width:640px){.additional-information__copyright{margin-top:20px}}@media only screen and (min-width:980px){.additional-information__copyright{margin-top:35px}}.additional-information__privacy-terms{color:#000;display:flex;margin-top:10px}@media only screen and (min-width:640px){.additional-information__privacy-terms{margin-top:20px}}@media only screen and (min-width:980px){.additional-information__privacy-terms{margin-top:35px}}.additional-information__button{background:none;border:none;color:#000;cursor:pointer;margin-bottom:auto;margin-top:0;padding:0;text-decoration:underline}.additional-information__button:hover{color:#fff}.additional-information__separator{margin-left:.5em;margin-right:.5em}.contact-line__border{background-color:#f2f2f2;height:50px}.contact-line__info{display:flex;flex-direction:column;height:100%;justify-content:center;padding-left:3%;padding-right:3%;width:100%}.contact-line__info__cry-picture{align-self:center;height:62px;margin-bottom:10px;margin-top:10px;width:80px}@media only screen and (min-width:640px){.contact-line__info__cry-picture{margin-bottom:0;margin-top:0}}@media only screen and (min-width:980px){.contact-line__info__cry-picture{height:94px;width:110px}}@media only screen and (min-width:1366px){.contact-line__info__cry-picture{height:132px;width:165px}}@media only screen and (min-width:1580px){.contact-line__info__cry-picture{height:189px;width:238px}}.contact-line__info__text{display:flex;flex-direction:row}.contact-line__info__numbers{align-self:center;color:#020202;font-size:19px}@media only screen and (min-width:640px){.contact-line__info__numbers{font-size:13px}}@media only screen and (min-width:980px){.contact-line__info__numbers{font-size:19px}}@media only screen and (min-width:1366px){.contact-line__info__numbers{font-size:24px}}@media only screen and (min-width:1580px){.contact-line__info__numbers{font-size:24px}}@media only screen and (min-width:1732px){.contact-line__info__numbers{font-size:24px}}.contact-line__info__numbers__text-line{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;margin-top:10px}@media only screen and (min-width:980px){.contact-line__info__numbers__text-line{flex-direction:row}}@media only screen and (min-width:640px){.contact-line__info__numbers__text-line{flex-direction:row}}.contact-line__info__numbers__life-line{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin-top:10px}@media only screen and (min-width:980px){.contact-line__info__numbers__life-line{margin-top:15px}}.contact-line__info__numbers__title{margin-right:6px}.contact-line__info__numbers__number{color:#f8454e;font-weight:700;margin-left:6px}@media only screen and (min-width:980px){.contact-line__info__numbers__number{margin-left:6px;margin-top:0}}.contact-line__info__numbers__bold{font-weight:700;margin-left:6px;margin-right:6px}.contact-line__info__pictures{align-self:center;margin-top:10px}@media only screen and (min-width:640px){.contact-line__info__pictures{align-self:normal;margin-top:71px}}@media only screen and (min-width:1366px){.contact-line__info__pictures{margin-top:30px}}@media only screen and (min-width:1580px){.contact-line__info__pictures{margin-top:10px}}.contact-line__info__pictures__run{height:78px;margin-top:46px;width:51px}@media only screen and (min-width:980px){.contact-line__info__pictures__run{height:111px;margin-bottom:5px;margin-top:0;width:65px}}@media only screen and (min-width:1366px){.contact-line__info__pictures__run{height:137px;margin-bottom:0;width:89px}}@media only screen and (min-width:1580px){.contact-line__info__pictures__run{height:163px;width:106px}}.contact-line__info__pictures__tree{height:124px;margin-bottom:-1px;max-width:80%;width:250px}@media only screen and (min-width:980px){.contact-line__info__pictures__tree{height:185px;width:316px}}@media only screen and (min-width:1366px){.contact-line__info__pictures__tree{height:217px;width:437px}}@media only screen and (min-width:1580px){.contact-line__info__pictures__tree{height:258px;width:520px}}.contact-line__info__disclaimer{margin-bottom:10px;margin-top:10px}@media only screen and (min-width:980px){.contact-line__info__disclaimer{flex-direction:row;margin-top:41px}}.contact-line__title{background-color:#020202}.contact-line__title__text{color:#fff;font-size:25px;padding:24px 3%}@media only screen and (min-width:980px){.contact-line__title__text{font-size:38px;padding:26px 3%}}@media only screen and (min-width:1366px){.contact-line__title__text{font-size:48px}}.input{display:flex;flex-direction:column;font-size:16px}@media only screen and (min-width:980px){.input{font-size:1.2vw}}@media only screen and (min-width:1920px){.input{font-size:20px}}.input input:focus{outline:none}.input{min-height:6.5em}.input__label{display:flex;flex-direction:column}.input__label-text{margin-bottom:10px}.input__required{color:#f8454e}.input__field{border:1px solid #000;line-height:1.5;padding:10px}.input__field--error{border:1px solid #f8454e}.input__error{color:#f8454e;display:block;font-size:16px}.text-box{display:flex;flex-direction:column;font-size:16px}@media only screen and (min-width:980px){.text-box{font-size:1.2vw}}@media only screen and (min-width:1920px){.text-box{font-size:20px}}.text-box{min-height:9.5em}.text-box__label{display:flex;flex-direction:column}.text-box__label-text{margin-bottom:10px}.text-box__required{color:#f8454e}.text-box__field{border:1px solid #000;line-height:1.5;max-height:500px;padding:10px;resize:vertical}.text-box__field--error{border-color:#f8454e}.text-box__error{color:#f8454e;display:block;font-size:16px}.file-uploader{margin-bottom:20px}.file-uploader__title{font-size:16px}@media only screen and (min-width:980px){.file-uploader__title{font-size:1.2vw}}@media only screen and (min-width:1920px){.file-uploader__title{font-size:20px}}.file-uploader__error{color:#f8454e;font-size:18px}.file-uploader__button{background-color:#bcc7c4;color:#303030;cursor:pointer;padding:10px 20px}.dropzone{align-items:center;background-color:#0000;border:2px dashed #fff;border-radius:2px;display:flex;flex:1 1;flex-direction:column;padding:20px;transition:border .24s ease-in-out}.dropzone--active{border-color:#a4c7dd}.dropzone--accept{border-color:#8dd2a3}.dropzone--reject{border-color:#f8454e}.file-preview{display:flex;flex-direction:column;height:100%;position:relative;width:180px}.file-preview__image{max-height:100%;max-width:100%}.file-preview__image-wrapper{align-items:center;display:flex;height:130px;justify-content:center}.file-preview__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-preview__delete{align-items:center;cursor:pointer;display:flex;position:absolute;right:0;top:0}.file-preview__delete:hover{background-color:#e3e3e3}.file-preview__delete-img{width:20px}.feedback-form__modal{height:auto;max-height:80%;min-height:40%;padding-bottom:10px}@media only screen and (min-width:980px){.feedback-form__modal{margin:0 auto;max-width:970px}}@media only screen and (min-width:1580px){.feedback-form__modal{max-height:970px}}.feedback-form__modal .modal__header{display:flex;justify-content:flex-end;padding:10px}.feedback-form__modal .modal__body{align-items:center;display:flex;flex-direction:column;padding:0 10px;position:relative}.feedback-form__modal .modal__close-btn{background-color:#0000;border:none;cursor:pointer;font-size:24px;padding:.5em}.feedback-form__modal .modal__close-btn:hover{background-color:#e3e3e3}.feedback-form__container{max-width:700px;width:100%}.feedback-form__title{text-align:center;white-space:pre-line}.feedback-form__image{height:80%}.feedback-form__image-wrapper{display:flex;height:300px;justify-content:center}.feedback-form__footer{display:flex;justify-content:flex-end;margin:0 auto;max-width:690px;padding:10px}.feedback-form__button.gritx-btn{font-size:16px;width:100%}@media only screen and (min-width:980px){.feedback-form__button.gritx-btn{font-size:1.2vw}}@media only screen and (min-width:1920px){.feedback-form__button.gritx-btn{font-size:20px}}.feedback-form__button.gritx-btn{line-height:1em;max-width:20%;min-height:3em}.form-issue{max-height:80%}.form-issue__header{margin-bottom:10px}@media only screen and (min-width:980px){.form-issue__header{font-size:20px}}.form-issue__title{font-size:24px;margin:0 0 10px;text-align:center}@media only screen and (min-width:980px){.form-issue__title{font-size:2vw}}@media only screen and (min-width:1920px){.form-issue__title{font-size:36px}}.form-issue__subtitle{font-size:18px;font-weight:700;text-align:center}@media only screen and (min-width:980px){.form-issue__subtitle{font-size:1.5vw}}@media only screen and (min-width:1920px){.form-issue__subtitle{font-size:24px}}.form-issue__body{overflow:auto}.form-issue__preview{display:flex;flex-wrap:wrap;margin-bottom:20px}.form-issue__preview-wrapper{margin-bottom:20px;margin-right:20px;max-height:170px;position:relative}.help-info{background-color:#f2f2f2}.help-info-line{align-items:center;color:#020202;display:flex;flex-direction:column;justify-content:space-between;padding:0 6% 20px;width:100%}@media only screen and (min-width:980px){.help-info-line{align-items:normal;flex-direction:row}}.help-info-line__column{width:90%}@media only screen and (min-width:640px){.help-info-line__column{width:60%}}@media only screen and (min-width:980px){.help-info-line__column{width:30%}}.help-info-line__column__side{margin-top:32px}@media only screen and (min-width:980px){.help-info-line__column__side{margin-top:40px}}@media only screen and (min-width:1366px){.help-info-line__column__side{margin-top:60px;width:344px}}@media only screen and (min-width:980px){.help-info-line__column__center{margin-top:40px}}@media only screen and (min-width:1366px){.help-info-line__column__center{margin-top:60px;width:389px}}.help-info-line__title{font-size:16px;font-weight:700;text-align:center}@media only screen and (min-width:980px){.help-info-line__title{font-size:26px;text-align:start}}@media only screen and (min-width:1366px){.help-info-line__title{font-size:36px}}.help-info-line__description{font-size:13px;margin-bottom:32px;margin-top:22px;text-align:center;text-decoration:underline}@media only screen and (min-width:980px){.help-info-line__description{font-size:20px;text-align:start}}@media only screen and (min-width:1366px){.help-info-line__description{font-size:24px;margin-bottom:52px;margin-top:32px}}.help-info-line__picture{display:flex;margin-left:auto;margin-right:auto}.help-info-line__picture-talk{height:311px;width:174px}@media only screen and (min-width:980px){.help-info-line__picture-talk{height:345px;margin-top:-34px;width:193px}}@media only screen and (min-width:1366px){.help-info-line__picture-talk{height:380px;width:215px}}.help-info-line__picture-read{max-height:234px;width:280px}@media only screen and (min-width:980px){.help-info-line__picture-read{max-height:308px;width:100%}}.help-info-line__picture-write{height:236px;margin-bottom:38px;width:226px}@media only screen and (min-width:1366px){.help-info-line__picture-write{height:311px;margin-bottom:58px;width:298px}}.feedback-button{background-color:#0000;border:none;cursor:pointer;padding:5px 0;text-align:left;text-decoration:underline}.feedback-button:hover{color:#a4c7dd}.layout{display:flex;flex-direction:column;justify-content:space-between;min-height:100vh}.layout .gritx-btn:hover:not(:disabled){color:#fff;transition:color .3s}.layout .gritx-btn:disabled{background-color:#f2f2f2;cursor:default}.layout .gritx-btn.gritx-btn-primary{background-color:#a4c7dd}.layout .gritx-btn.gritx-btn-primary:active{background:#8eb9d5}.layout .gritx-btn.gritx-btn-primary:disabled{background-color:#f2f2f2;color:#d2d2d2}.layout .chat__message-right .chat__message-value{background:#27c6b1;float:right;font-weight:400;margin-bottom:6px;text-align:right}.layout .chat__message-right .chat__message-value:before{border-left-color:#27c6b1}.layout .chat__container{display:flex}@media only screen and (min-width:1366px){.layout .chat__container{display:block}}.layout .bot-chat__wrapper{padding:0 0 100px 41px}@media only screen and (min-width:1366px){.layout .bot-chat__wrapper{padding:0 41px 100px}}.container{margin:0 auto;max-width:1920px}.container__wrapper{display:flex;justify-content:space-between;width:100%}.main{flex:1 1 auto;margin-top:100px}@media only screen and (min-width:640px){.main{padding-top:25px}}@media only screen and (min-width:980px){.main{padding-top:50px}}@media only screen and (max-width:640px){.main{margin-top:70px}}.stop-scrolling{height:100%;overflow:hidden}.modal__footer .gritx-btn:hover:not(:disabled){color:#fff;transition:color .3s}.modal__footer .gritx-btn:disabled{background-color:#f2f2f2;cursor:default}.modal__footer .gritx-btn.gritx-btn-primary{background-color:#a4c7dd}.modal__footer .gritx-btn.gritx-btn-primary:active{background:#8eb9d5}.modal__footer .gritx-btn.gritx-btn-primary:disabled{background-color:#f2f2f2;color:#d2d2d2}.toggle-button{border:1px solid #d2d2d2;cursor:pointer;height:135px;margin:4px;min-height:135px;min-width:135px;padding:11px 0 9px;position:relative;-webkit-user-select:none;user-select:none;width:135px}@media only screen and (max-width:640px){.toggle-button{height:100px;min-height:100px;min-width:100px;width:100px}}.toggle-button__icon{background-position:50%;background-repeat:no-repeat;background-size:contain;height:69px;margin:auto auto 7px;width:95px}@media only screen and (max-width:640px){.toggle-button__icon{height:46px;width:63px}}.toggle-button__title{color:#000;font-size:14px;overflow:hidden;padding:0 8px;text-align:center;text-overflow:ellipsis}.toggle-button--checked{background:#fff}.toggle-button--checked:before{background-color:#27c6b1;bottom:-1px;content:"";display:block;height:7px;left:-1px;pointer-events:none;position:absolute;top:127px;width:135px}@media only screen and (max-width:640px){.toggle-button--checked:before{top:95px;width:100px}}.toggle-button:hover:not(.toggle-button--checked){background-color:#ededed}.toggle-button:active:not(.toggle-button--checked){background-color:#e8e8e8}.filter-bar{align-items:center;background-color:#f2f2f2;display:flex;flex-wrap:wrap;justify-content:space-between;margin:33px 0 44px;padding:10px}@media only screen and (min-width:640px){.filter-bar{padding:10px 50px 10px 90px}}.filter-bar__buttons-group{display:flex;margin:5px 0;overflow-x:auto}@media only screen and (min-width:640px){.filter-bar__buttons-group{flex:1 1;overflow-x:inherit}}.filter-bar__search{align-items:center;background-color:#fff;border:1px solid #d2d2d2;display:flex;flex:1.3 1;font-size:24px;height:61px;margin:5px 0;min-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.filter-bar__search-field{min-height:auto;width:100%}.filter-bar__search-field .input__label-text{margin:0}.filter-bar__search-field .input__field{border:none;padding:10px 36px}.library-filters__situations{display:flex;flex-wrap:wrap;margin-bottom:23px}.library-filters__button{margin:5px 15px 5px auto;width:245px}.library__filters{position:relative}.library__title{color:#303030;font-size:48px;font-weight:700;margin:20px 10px 10px;text-align:left;text-transform:uppercase}@media only screen and (min-width:640px){.library__title{margin:0 0 44px 51px}}.library__icon{height:33px;margin-right:6px;width:36px}.library__image{margin-bottom:60px;max-height:200px}@media only screen and (min-width:640px){.library__image{max-height:300px}}.library .loader{display:flex;justify-content:center}.gritx-select{background-color:#f2f2f2;background-image:url(https://gabi.scalable.care/static/media/chevron-down.553931c740fe01526814.svg);background-position:95%;background-repeat:no-repeat;background-size:20px 20px;border:1px solid #d2d2d2;display:flex;height:100%}.gritx-select__form-component{-webkit-appearance:none;appearance:none;background-color:#0000;border:none;cursor:pointer;font-size:18px;font-weight:700;line-height:1.5em;margin:0;padding-left:1.5em;width:100%}@media only screen and (min-width:1366px){.gritx-select__form-component{font-size:20px}}@media only screen and (min-width:1920px){.gritx-select__form-component{font-size:24px}}.email-box{align-items:center;border:1px solid #d2d2d2;border-radius:15px;color:#303030;display:flex;font-size:16px;height:38px;margin-right:15px;margin-top:14px;min-width:10px;padding:0 10px 0 16px}@media only screen and (min-width:640px){.email-box{font-size:24px}}.email-box__delete-btn{background:none;border:none;cursor:pointer;margin-left:22px;padding:0}.email-box__delete-btn:focus{outline:none}.email-area{height:558px;width:100%}.email-zone{background-color:#fff;border:1px solid #d2d2d2;color:#303030;font-size:16px;height:498px;width:100%}@media only screen and (min-width:640px){.email-zone{font-size:24px}}.email-zone__title{align-items:center;background-color:#f2f2f2;border-bottom:1px solid #d2d2d2;display:flex;font-weight:700;height:72px;margin:0;padding:0 36px;width:100%}.email-zone__data{display:flex;flex-direction:column;height:426px;width:100%}.email-zone__form{align-items:center;background-color:#fff;border-bottom:1px solid #d2d2d2;display:flex;justify-content:space-between;min-height:62px;padding:16px 19px 16px 36px;width:100%}.email-zone__input{border:none;margin:0 12px;max-height:87px;resize:vertical;width:90%}@media only screen and (min-width:640px){.email-zone__input{min-height:32px}}.email-zone__add-btn{background:none;border:none;cursor:pointer;height:24px;padding:0;width:24px}.email-zone__add-btn:focus{outline:none}.email-zone__add-btn:disabled{fill:#d2d2d2;cursor:default}.email-zone__plus{height:100%;width:100%}.email-zone__output{align-content:flex-start;display:flex;flex:1 1 auto;flex-wrap:wrap;overflow-y:auto;padding:0 0 14px 19px}.email-zone__footer{align-items:center;border-top:1px solid #d2d2d2;bottom:0;display:flex;height:61px;justify-content:space-between;padding:5px}@media only screen and (min-width:640px){.email-zone__footer{padding:0 19px}}.email-zone__cc-to-self{flex-direction:row}.email-zone__cc-to-self,.email-zone__check{align-items:center;display:flex;height:100%}.email-zone__check{padding-left:30px}@media only screen and (min-width:640px){.email-zone__check{padding-left:56px}}.email-zone__check-input{display:none;position:absolute}.email-zone__check-input:checked+.email-zone__check-box{background-color:#0000;background-image:url(https://gabi.scalable.care/static/media/ok.cf371395008cf08afd7f.svg)}.email-zone__check-input:disabled+.email-zone__check__box{background-color:#f2f2f2;background-image:none;cursor:default}.email-zone__check-box{background-color:#0000;background-image:none;border:1px solid #d2d2d2;cursor:pointer;height:25px;line-height:20px;margin-left:-30px;padding:0;position:absolute;width:25px}@media only screen and (min-width:640px){.email-zone__check-box{height:36px;margin-left:-56px;width:36px}}.email-zone__to-self-info{fill:#d2d2d2;cursor:pointer;height:40px;margin-bottom:20px;width:40px}.email-zone__to-self-info:hover{fill:#303030}.email-zone__remove-all-btn.gritx-btn{color:#303030;font-size:16px;font-weight:400;height:30px;line-height:16px;min-height:20px;padding:0;width:105px}@media only screen and (min-width:640px){.email-zone__remove-all-btn.gritx-btn{font-size:24px;height:36px;width:159px}}.email-zone__remove-all-btn.gritx-btn:disabled{background-color:#f2f2f2}.email-zone__error{color:#fc767d;font-size:16px;font-weight:700;margin-left:19px}@media only screen and (min-width:640px){.email-zone__error{font-size:24px}}
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{height:1px;left:-100000px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{word-wrap:break-word;box-sizing:border-box;height:100%;line-height:1.42;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;margin:0;padding:0}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"\2022"}.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true]{pointer-events:none}.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li *{pointer-events:all}.ql-editor ul[data-checked=false]>li:before,.ql-editor ul[data-checked=true]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"\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-increment:list-0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow .ql-toolbar:after,.ql-snow.ql-toolbar:after{clear:both;content:"";display:table}.ql-snow .ql-toolbar button,.ql-snow.ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow .ql-toolbar button svg,.ql-snow.ql-toolbar button svg{float:left;height:100%}.ql-snow .ql-toolbar button:active:hover,.ql-snow.ql-toolbar button:active:hover{outline:none}.ql-snow .ql-toolbar input.ql-image[type=file],.ql-snow.ql-toolbar input.ql-image[type=file]{display:none}.ql-snow .ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar button.ql-active,.ql-snow .ql-toolbar button:focus,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow.ql-toolbar button:focus,.ql-snow.ql-toolbar button:hover{color:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill{fill:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow .ql-toolbar button:hover:not(.ql-active),.ql-snow.ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-stroke.ql-thin,.ql-snow .ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{margin-bottom:5px;margin-top:5px;padding:5px 10px;white-space:pre-wrap}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;padding:2px 4px;width:24px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid #0000;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{margin-top:-9px;position:absolute;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-item:before,.ql-snow .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-item:before,.ql-snow .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-item:before,.ql-snow .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid #0000}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid #0000;box-shadow:0 2px 8px #0003}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{border:1px solid #ccc;display:none;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.materials-share__header{align-items:center;background-color:#f2f2f2;display:flex;flex-direction:column;justify-content:center;padding:10px}@media only screen and (min-width:640px){.materials-share__header{flex-direction:row}}@media only screen and (min-width:980px){.materials-share__header{justify-content:flex-end;padding:0 50px}}.materials-share__header:before{height:100%;right:100%}.materials-share__header:after,.materials-share__header:before{background-color:#f2f2f2;content:" ";position:absolute;top:0;width:100vw}.materials-share__header:after{left:100%}.materials-share__title{font-size:20px;text-transform:uppercase}@media only screen and (min-width:980px){.materials-share__title{font-size:24px;margin:0;padding-left:5%}}@media only screen and (min-width:1920px){.materials-share__title{font-size:36px}}.materials-share__title-wrapper{flex:1 1}.materials-share__button.gritx-btn{border:1px solid #d2d2d2;font-size:16px;font-weight:700;height:60px;line-height:normal;margin-bottom:10px;width:245px}@media only screen and (min-width:980px){.materials-share__button.gritx-btn{margin-bottom:0}}@media only screen and (min-width:1366px){.materials-share__button.gritx-btn{font-size:24px}}.materials-share__button.gritx-btn-outline{background-color:#fff}@media only screen and (min-width:980px){.materials-share__button.gritx-btn-outline:first-child{margin-right:90px}}.materials-share__create-button.gritx-btn{width:311px}@media only screen and (min-width:980px){.materials-share__body{display:flex;justify-content:space-between;padding:0 50px}}.materials-share__form,.materials-share__subject{display:flex;flex-direction:column;height:500px;margin-top:30px}@media only screen and (min-width:980px){.materials-share__form,.materials-share__subject{width:48%}}.materials-share__cards-title{font-size:20px;margin-bottom:0;margin-top:50px;text-transform:uppercase}@media only screen and (min-width:640px){.materials-share__cards-title{padding-left:30px}}@media only screen and (min-width:980px){.materials-share__cards-title{font-size:24px;margin-top:100px}}@media only screen and (min-width:1920px){.materials-share__cards-title{font-size:36px;padding-left:35px}}.materials-share__html-form{height:384px;width:100%}.subject-selector__selector{height:72px}.subject-selector__description{background-color:#f2f2f2;color:#303030;flex:1 1 auto;font-size:24px;margin-top:10px;overflow-y:scroll;padding:35px}.subject-selector__description pre{font-family:Open Sans,sans-serif;white-space:normal}.materials{position:relative}.materials__title{color:#303030;font-size:45px;font-weight:700;margin:20px 10px 10px;text-align:left;text-transform:uppercase}@media only screen and (min-width:640px){.materials__title{font-size:48px;margin:0 0 44px 51px}}.materials__icon{height:33px;margin-right:6px;width:36px}.materials__cards{min-height:300px;position:relative}.materials__share-line{position:relative}.materials__done{padding:10px}.materials__done-text{font-size:18px;font-weight:700;margin-top:10px;text-align:center}@media only screen and (min-width:640px){.materials__done-text{font-size:24px}}@media only screen and (min-width:1366px){.materials__done-text{font-size:36px}}.materials__image{width:100%}.materials__image-wrapper{margin:0 auto;max-width:450px}.avatars{background:#0000;border:none;flex-direction:column;justify-content:center;margin:17px;position:relative}.avatars,.avatars__content{align-items:center;display:flex;width:100%}.avatars__content{flex-wrap:wrap}.avatars__item{align-items:flex-end;background:#0000;border:1px solid #d2d2d2;border-radius:50%;display:flex;height:163px;justify-content:center;overflow:hidden;padding:10px 0 0;width:163px}.avatars__img{height:100%;max-height:140px;max-width:140px;width:100%}.avatars__btn{background:#f2f2f2;border:1px solid #d2d2d2;border-radius:50%;bottom:-10px;height:44px;position:absolute;right:15px;width:44px}.avatars__btn:hover{cursor:pointer}.avatars__btn-icon{fill:#8dd2a3}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:0.8;--PhoneInputInternationalIconGlobe-opacity:0.65;--PhoneInputCountrySelect-marginRight:0.35em;--PhoneInputCountrySelectArrow-width:0.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:0.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:#00000080;--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:#0000001a}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1 1;min-width:0}.PhoneInputCountryIcon{height:1em;height:var(--PhoneInputCountryFlag-height);width:1.5em;width:calc(var(--PhoneInputCountryFlag-height)*var(--PhoneInputCountryFlag-aspectRatio))}.PhoneInputCountryIcon--square{width:1em;width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:#0000001a;background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 1px #00000080,inset 0 0 0 1px #00000080;box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;height:100%;width:100%}.PhoneInputInternationalIconPhone{opacity:.8;opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:.65;opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{align-items:center;align-self:stretch;display:flex;margin-right:.35em;margin-right:var(--PhoneInputCountrySelect-marginRight);position:relative}.PhoneInputCountrySelect{border:0;cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:1}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{border-bottom-width:1px;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-color:currentColor;border-color:var(--PhoneInputCountrySelectArrow-color);border-left-width:0;border-right-width:1px;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-style:solid;border-top-width:0;content:"";display:block;height:.3em;height:var(--PhoneInputCountrySelectArrow-width);margin-left:.35em;margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);opacity:.45;opacity:var(--PhoneInputCountrySelectArrow-opacity);transform:rotate(45deg);transform:var(--PhoneInputCountrySelectArrow-transform);width:.3em;width:var(--PhoneInputCountrySelectArrow-width)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{color:#03b2cb;color:var(--PhoneInputCountrySelectArrow-color--focus);opacity:1}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 1px #03b2cb,inset 0 0 0 1px #03b2cb;box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{color:#03b2cb;color:var(--PhoneInputCountrySelectArrow-color--focus);opacity:1}.phone{height:110px}.phone__label{color:#000;font-size:24px}.phone__message{font-size:20px}.phone__message--error{color:#f8454e}.phone .phone-input{border:1px solid #d2d2d2;margin-top:10px}.phone .phone-input--focus{border:1px solid #0000;box-shadow:none}.phone .phone-input--error{border:1px solid #f8454e}.phone .PhoneInputInput{border:none;box-sizing:border-box;font-size:22px;height:60px;line-height:1;margin:0;padding-left:70px;position:relative}@media only screen and (min-width:640px){.phone .PhoneInputInput{font-size:24px}}.phone .PhoneInputCountry{padding:15px 10px;position:absolute;z-index:10}.phone .PhoneInputCountryIcon{height:30px;width:40px}.phone .PhoneInputCountryIcon--border{background:#0000;box-shadow:none}.phone .PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:none;outline:2px solid}.phone .PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{color:#676666;height:7px;transform:rotate(225deg);transition:all .3s ease;width:7px}.phone .PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{border:2px solid;color:#676666}.phone .PhoneInputCountrySelectArrow{color:#676666;height:7px;opacity:1;transform:rotate(45deg);transition:all .3s ease;width:7px}.input-checkbox{display:flex;flex-direction:row}.input-checkbox__label{cursor:pointer}.input-checkbox__label,.input-checkbox__label-disabled{align-items:center;display:flex;font-size:20px;margin:14px 0;min-height:26px;padding-left:50px;position:relative}.input-checkbox__field{cursor:pointer}.input-checkbox__field,.input-checkbox__field-disabled{height:25px;margin-right:10px;width:25px}.input-checkbox [type=checkbox]{display:none}.input-checkbox [type=checkbox]+label:before{background-color:#fff;border:1px solid #d2d2d2;content:"";height:26px;left:0;position:absolute;top:0;width:26px}.input-checkbox [type=checkbox]+label:after{background-color:#a4c7dd;content:"✓";height:26px;left:1px;position:absolute;text-align:center;top:1px;transition:all .2s ease;width:26px}.input-checkbox [type=checkbox]:checked+label:before{background:#707070;transition-delay:.2s}.input-checkbox [type=checkbox]:not(:checked)+label:after{opacity:0;transform:scale(0)}.input-checkbox [type=checkbox]:checked+label:after{opacity:1;transform:scale(1)}.input-checkbox__error{color:#f8454e;display:block;font-size:16px}.avatar{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;margin-bottom:21px;width:100%}.avatar .avatars{height:163px;width:163px}.avatar__text{font-size:24px;font-weight:700;text-transform:uppercase}.avatar__text-bot{text-transform:none}.info{background:#f2f2f2;height:100%;margin:0 auto 46px;max-width:1120px;width:100%}.info__wrap{margin:0 auto;max-width:685px;width:100%}.info__language{align-items:flex-start;display:flex;flex-wrap:wrap;gap:5px;max-width:640px;padding:0 15px}@media only screen and (min-width:980px){.info__language{padding:45px 0 15px}}.info__language-btn{height:60px;padding:0;width:150px}.info__content{display:flex;flex-direction:column;padding:15px 15px 0}@media only screen and (min-width:980px){.info__content{padding:15px 0 0}}.info__item{box-sizing:border-box;height:60px;line-height:1;margin-bottom:15px}.info__item,.info__item .input{font-size:16px}.info__item .input__label-text{color:#000;font-size:24px}.info__item .input__field{border:1px solid #d2d2d2;font-size:22px}@media only screen and (min-width:640px){.info__item .input__field{font-size:24px}}.info__item .input__field--error{border:1px solid #f8454e}.info__item .input__error{font-size:20px;padding:4px 0}.settings .loader__wrapper{margin:0 auto 40px}.settings__modal{align-items:flex-start;display:flex;flex-direction:row;height:100%;justify-content:center;margin:0 auto;max-height:60vh;max-width:1120px;overflow:auto;padding:20px;width:100%}.settings__modal .modal__header{display:none}.settings__modal .modal__body{align-items:center;display:flex;flex-wrap:wrap;height:100%;justify-content:center;padding:0 10px;position:relative}@media only screen and (min-width:640px){.settings__modal .modal__body .avatars{margin:0;padding:17px;width:50%}}@media only screen and (min-width:980px){.settings__modal .modal__body .avatars{width:33.3%}}.settings__modal .modal__body .avatars__item{cursor:pointer}.settings__title{color:#303030;font-size:38px}@media only screen and (min-width:640px){.settings__title{font-size:48px}}.settings__label{align-items:center;display:flex;font-weight:700;justify-content:flex-start;line-height:.75;margin:20px;text-transform:uppercase}@media only screen and (min-width:640px){.settings__label{margin:10px 0 42px 50px}}.settings__image{height:34px;margin-right:3px;width:33px}.settings__line{background-color:#f2f2f2;display:block;height:60px;margin-bottom:28px;position:relative;width:100%}.settings__line:before{right:99%}.settings__line:after,.settings__line:before{background-color:#f2f2f2;content:" ";height:100%;position:absolute;top:0;width:100vw}.settings__line:after{left:99%}.settings__avatars{align-items:center;display:flex;flex-direction:column;justify-content:space-around;margin:50px auto 0;max-width:1120px;width:100%}@media only screen and (min-width:640px){.settings__avatars{flex-direction:row}}.settings__save{align-items:flex-end;display:flex;height:60px;justify-content:flex-end;margin:60px 0}.settings__save-btn{max-width:187px;width:100%}.settings__log-out{margin:0 auto 70px;max-width:1120px;padding:0 15px;width:100%}@media only screen and (min-width:980px){.settings__log-out{padding:0}}.settings__log-out-btn{height:60px;width:100%}.logout{position:relative}.logout__loader{margin:auto;max-width:150px}.mobile-view{min-height:100vh}.mobile-view .apps{background-color:#f2f2f2;min-height:100vh;padding-top:60px}.mobile-view .apps,.mobile-view .apps-content{display:flex;flex-direction:column;justify-content:center}.mobile-view .apps-content{align-items:center}.mobile-view .apps-content-text{color:#fc767d;font-size:36px;font-weight:700;padding-bottom:20px;text-transform:uppercase}.mobile-view .apps__link{color:#000;display:block;font-size:24px;font-weight:700;text-align:center;width:160px}.mobile-view .apps__link:visited{color:#000}.mobile-view .apps__store{align-items:center;display:flex;flex-direction:column;justify-content:center}.mobile-view .apps__qr{align-items:center;display:flex;height:80px;justify-content:space-between;position:relative;width:160px}.mobile-view .apps__qr-logo{height:68px;width:57px}.mobile-view .apps__qr-code{height:69px;transition:all .3s;width:69px}.mobile-view .apps__qr-code:hover{cursor:pointer;position:absolute;right:0;transition:all .3s;width:100%}.mobile-view .apps__qr-code-image{height:auto;width:100%}.mobile-view .apps__qr-image{height:70px;width:70px}.mobile-view .apps__button{width:160px}.mobile-view .apps__button:hover{cursor:pointer}.mobile-view .apps__button-image{width:100%}.mobile-view .apps__button--link{margin:50px 0}.xpedition{min-height:400px;position:relative}.xpedition__title{align-items:center;color:#303030;display:flex;font-size:48px;font-weight:700;margin:20px 10px 10px;text-align:left;text-transform:uppercase}@media only screen and (min-width:640px){.xpedition__title{margin:0 0 44px 51px}}@media only screen and (max-width:640px){.xpedition__title{display:none}}.xpedition__title-dialogue-name{margin-left:.25em}@media only screen and (max-width:640px){.xpedition__title-dialogue-name{display:none}}.xpedition__icon{height:50px;margin-right:6px;padding:7px;width:50px}.content{margin-bottom:40px}.content__wrapper{display:flex;flex-direction:column-reverse;min-height:150px;padding:0 10px}@media only screen and (min-width:980px){.content__wrapper{flex-direction:row;justify-content:space-between;padding:0 25px}.content__articles{width:48%}}.content__list{display:flex;flex-wrap:wrap;justify-content:center}@media only screen and (min-width:980px){.content__list{justify-content:normal}}.content__list .article-area{margin-right:1%;width:290px}@media only screen and (min-width:640px){.content__list .article-area{min-width:200px;width:48%}}.content__list .article-area__card-place{width:100%}@media only screen and (min-width:980px){.content__view{width:48%}}.content__data{min-height:200px;position:relative}.content__footer{display:flex;justify-content:center;margin-top:40px}.content__footer .gritx-btn{color:#303030;line-height:60px;min-height:60px;width:40%}.content__back-to-top{background-color:#fff;position:fixed;right:0;top:50%;z-index:1}.content__back-to-top .gritx-btn{border:1px solid #bcc7c4}.content__library-button{display:block;margin:50px auto}@media only screen and (min-width:640px){.content__library-button{width:40%}}.content--no-article .content__articles{width:auto}@media only screen and (min-width:980px){.content--no-article .content__list .article-area{width:32%}}@media only screen and (min-width:1366px){.content--no-article .content__list .article-area{width:24%}}.content--no-items .content__view{width:100%}.breadcrumbs{color:#303030;font-size:24px;padding:0 10px}@media only screen and (min-width:980px){.breadcrumbs{font-size:2.5vw;padding:0 25px}}@media only screen and (min-width:1920px){.breadcrumbs{font-size:48px}}.breadcrumbs__previous{color:#303030;font-weight:700;text-transform:uppercase}.breadcrumbs__previous:visited{color:#303030}.breadcrumbs__previous:hover{color:#8dd2a3}.exercise-area{display:flex;justify-content:center;margin-bottom:20px}.exercise-area__card-place{width:310px}@media only screen and (min-width:1366px){.exercise-area__card-place{width:400px}}@media only screen and (min-width:1580px){.exercise-area__card-place{width:416px}}.exercise-area__card{background:none;border:1px solid #d2d2d2;display:flex;flex-direction:column;justify-content:space-between;padding:0;width:100%}.exercise-area__card:focus{outline:none}.exercise-area__title-percent{background-color:#f2f2f2;height:5px;width:100%}.exercise-area__title{background-color:#f2f2f2;color:#000;display:flex;justify-content:space-between;overflow:hidden;padding:5px;width:100%}@media only screen and (min-width:1366px){.exercise-area__title{min-height:75px}}.exercise-area__title__text{border:none;cursor:pointer;font-size:16px;font-weight:700;padding:5px;text-align:start}.exercise-area__title__text:hover{color:#707070}@media only screen and (min-width:1366px){.exercise-area__title__text{font-size:19px}}.exercise-area__title__date{font-size:16px;font-style:italic;font-weight:400;padding:5px}@media only screen and (min-width:1366px){.exercise-area__title__date{font-size:19px}}.exercise-area__title__percentage{font-size:16px;font-weight:400;padding:5px;width:80px}@media only screen and (min-width:1366px){.exercise-area__title__percentage{font-size:19px}}.exercise-area__title-wrapper{align-content:flex-start;display:flex;flex-direction:column}.exercise-area__bottom{background-color:#f2f2f2;bottom:0;display:flex;flex-direction:row;height:50px;right:0;width:100%}.exercise-area__btn{width:100%}.exercise-area__button{bottom:0;font-size:16px;font-weight:700;height:100%;line-height:16px;min-height:20px;width:100%}.exercise-area__button:hover{color:#fff}@media only screen and (min-width:1366px){.exercise-area__button{font-size:21px}}.exercise-card-section__list{display:flex;flex-wrap:wrap;padding:8px}@media only screen and (min-width:1366px){.exercise-card-section__list{padding:25px}}.exercise-card-section__item{list-style:none;padding:0;width:100%}@media only screen and (min-width:640px){.exercise-card-section__item{width:50%}}@media only screen and (min-width:980px){.exercise-card-section__item{width:33.3%}}@media only screen and (min-width:1732px){.exercise-card-section__item{width:25%}}.exercise-card-section__footer{height:100px;position:relative}.exercise-card-section__button-load{background-color:#fff;border:1px solid #d2d2d2;cursor:pointer;display:block;font-size:17px;font-weight:700;height:43px;margin-bottom:16px;margin-left:auto;margin-right:auto;padding:0;width:300px}.exercise-card-section__button-load:focus{outline:none}@media only screen and (min-width:640px){.exercise-card-section__button-load{font-size:20px;height:48px;width:375px}}@media only screen and (min-width:980px){.exercise-card-section__button-load{font-size:24px;height:60px;width:468px}}@media only screen and (min-width:1366px){.exercise-card-section__button-load{margin-bottom:50px}}.exercise-collapse{margin-bottom:10px;margin-top:10px}.exercise-collapse__header{align-items:center;background-color:#f2f2f2;border:none;color:#303030;cursor:pointer;display:flex;height:60px;justify-content:right;padding:0 10px;width:100%}@media only screen and (min-width:640px){.exercise-collapse__header{padding:0 50px}}@media only screen and (max-width:640px){.exercise-collapse__header{padding:0 10px}}.exercise-collapse__title{font-size:20px;font-weight:700;overflow:hidden;padding-right:10px;text-align:left;text-overflow:ellipsis;text-transform:uppercase;-webkit-user-select:none;user-select:none;white-space:inherit}@media only screen and (min-width:640px){.exercise-collapse__title{font-size:36px;white-space:nowrap}}.exercise-collapse__content{padding:34px 10px}@media only screen and (max-width:640px){.exercise-collapse__content{padding:10px}}@media only screen and (min-width:640px){.exercise-collapse__content{padding:34px 75px}}.exercise-collapse__arrow{height:28px;width:28px}.ReactCollapse--collapse{transition:height .6s}.exercise__header{align-items:center;background-color:#f2f2f2;display:flex;flex-direction:column;justify-content:space-between;margin-top:20px;padding:10px}@media only screen and (min-width:640px){.exercise__header{flex-direction:row}}@media only screen and (min-width:980px){.exercise__header{justify-content:space-between;padding:0 50px}}.exercise__header:before{background-color:#f2f2f2;content:" ";height:100%;position:absolute;right:100%;top:0;width:100vw}.exercise__header-sort fieldset{border:none;display:flex;flex-direction:row;justify-content:space-between}.exercise__header-sort fieldset label{color:#000;font-size:20px;padding:10px}.exercise__button.gritx-btn{border:1px solid #d2d2d2;font-size:16px;font-weight:700;height:60px;line-height:normal;margin-bottom:10px;width:245px}@media only screen and (min-width:980px){.exercise__button.gritx-btn{margin-bottom:0}}@media only screen and (min-width:1366px){.exercise__button.gritx-btn{font-size:24px}}.exercise__button.gritx-btn-outline{background-color:#fff}.exercise__title{color:#303030;font-size:48px;font-weight:700;margin:20px 10px 10px;text-align:left;text-transform:uppercase}@media only screen and (min-width:640px){.exercise__title{margin:0 0 44px 51px}}.exercise__icon{height:33px;margin-right:6px;width:36px}.exercise__image{margin-bottom:60px;max-height:200px}@media only screen and (min-width:640px){.exercise__image{max-height:300px}}.exercise .loader{display:flex;justify-content:center}.exercise-chat{min-height:400px;position:relative}.exercise-chat__title{align-items:center;color:#303030;display:flex;font-size:48px;font-weight:700;margin:20px 10px 10px;text-align:left;text-transform:uppercase}@media only screen and (min-width:640px){.exercise-chat__title{margin:0 0 44px 51px}}@media only screen and (max-width:640px){.exercise-chat__title-dialogue-name{display:none}}.exercise-chat__icon{height:33px;margin-right:6px;width:36px}.exercise-chat .breadcrumbs{color:#303030;font-size:24px;margin:0;padding:0 10px}@media only screen and (min-width:980px){.exercise-chat .breadcrumbs{font-size:2.5vw;padding:0 25px}}@media only screen and (min-width:1920px){.exercise-chat .breadcrumbs{font-size:48px}}.exercise-chat .breadcrumbs__previous{color:#303030;font-weight:700;text-transform:uppercase}.exercise-chat .breadcrumbs__previous:visited{color:#303030}.exercise-chat .breadcrumbs__previous:hover{color:#a4c7dd}.access-denied-page{display:flex;flex-wrap:wrap;font-size:48px;padding:20px 3%}.journals-card-section__list{display:flex;flex-wrap:wrap;padding:8px}@media only screen and (min-width:1366px){.journals-card-section__list{padding:25px}}.journals-card-section__item{list-style:none;padding:0;width:100%}@media only screen and (min-width:640px){.journals-card-section__item{width:50%}}@media only screen and (min-width:980px){.journals-card-section__item{width:33.3%}}@media only screen and (min-width:1732px){.journals-card-section__item{width:25%}}.journals-card-section__footer{height:100px;position:relative}.journals-card-section__button-load{background-color:#fff;border:1px solid #d2d2d2;cursor:pointer;display:block;font-size:17px;font-weight:700;height:43px;margin-bottom:16px;margin-left:auto;margin-right:auto;padding:0;width:300px}.journals-card-section__button-load:focus{outline:none}@media only screen and (min-width:640px){.journals-card-section__button-load{font-size:20px;height:48px;width:375px}}@media only screen and (min-width:980px){.journals-card-section__button-load{font-size:24px;height:60px;width:468px}}@media only screen and (min-width:1366px){.journals-card-section__button-load{margin-bottom:50px}}.confirmation-form__modal{height:auto;max-height:80%;min-height:40%;padding-bottom:10px}@media only screen and (min-width:980px){.confirmation-form__modal{margin:0 auto;max-width:970px}}@media only screen and (min-width:1580px){.confirmation-form__modal{max-height:970px}}.confirmation-form__modal .modal__header{display:flex;justify-content:flex-end;padding:10px}.confirmation-form__modal .modal__body{align-items:center;display:flex;flex-direction:column;padding:0 10px;position:relative}.confirmation-form__modal .modal__close-btn{background-color:#0000;border:none;cursor:pointer;font-size:24px;padding:.5em}.confirmation-form__modal .modal__close-btn:hover{background-color:#e3e3e3}.confirmation-form__container{max-width:700px;width:100%}.confirmation-form__title{text-align:center;white-space:pre-line}.confirmation-form__image{height:80%}.confirmation-form__image-wrapper{display:flex;height:300px;justify-content:center}.confirmation-form__footer{display:flex;justify-content:flex-end;margin:0 auto;max-width:690px;padding:10px}.confirmation-form__button.gritx-btn{font-size:16px}@media only screen and (min-width:980px){.confirmation-form__button.gritx-btn{font-size:1.2vw}}@media only screen and (min-width:1920px){.confirmation-form__button.gritx-btn{font-size:20px}}.confirmation-form__button.gritx-btn{line-height:1em;min-height:3em;width:20%}.form-dialogue{max-height:80%}.form-dialogue__header{margin-bottom:10px}@media only screen and (min-width:980px){.form-dialogue__header{font-size:20px}}.form-dialogue__title{font-size:24px;margin:0 0 10px;text-align:center}@media only screen and (min-width:980px){.form-dialogue__title{font-size:2vw}}@media only screen and (min-width:1920px){.form-dialogue__title{font-size:36px}}.form-dialogue__subtitle{font-size:18px;font-weight:700;text-align:center}@media only screen and (min-width:980px){.form-dialogue__subtitle{font-size:1.5vw}}@media only screen and (min-width:1920px){.form-dialogue__subtitle{font-size:24px}}.form-dialogue__body{overflow:auto}.form-dialogue__preview{display:flex;flex-wrap:wrap;margin-bottom:20px}.form-dialogue__preview-wrapper{margin-bottom:20px;margin-right:20px;max-height:170px;position:relative}.journal-area{display:flex;justify-content:center;margin-bottom:20px}.journal-area__card-place{width:310px}@media only screen and (min-width:1366px){.journal-area__card-place{width:400px}}@media only screen and (min-width:1580px){.journal-area__card-place{width:416px}}.journal-area__card{background:none;border:1px solid #d2d2d2;display:flex;flex-direction:column;justify-content:space-between;padding:0;width:100%}.journal-area__card:focus{outline:none}.journal-area__title-percent{background-color:#f2f2f2;height:5px;width:100%}.journal-area__title{background-color:#f2f2f2;color:#000;display:flex;justify-content:space-between;overflow:hidden;padding:5px;width:100%}@media only screen and (min-width:1366px){.journal-area__title{min-height:75px}}.journal-area__title__text{border:none;cursor:pointer;font-size:16px;font-weight:700;padding:5px;text-align:start}.journal-area__title__text:hover{color:#707070}@media only screen and (min-width:1366px){.journal-area__title__text{font-size:19px}}.journal-area__title__date{font-size:16px;font-style:italic;font-weight:400;padding:5px}@media only screen and (min-width:1366px){.journal-area__title__date{font-size:19px}}.journal-area__title__percentage{font-size:16px;font-weight:400;padding:5px;width:80px}@media only screen and (min-width:1366px){.journal-area__title__percentage{font-size:19px}}.journal-area__title-wrapper{align-content:flex-start;display:flex;flex-direction:column}.journal-area__bottom{bottom:0;display:flex;flex-direction:row;height:50px;right:0;width:100%}.journal-area__btn{width:50%}.journal-area__button{bottom:0;font-size:16px;font-weight:700;height:100%;line-height:16px;min-height:20px;width:100%}.journal-area__button:hover{color:#fff}@media only screen and (min-width:1366px){.journal-area__button{font-size:21px}}.journal-form__modal{height:auto;max-height:80%;min-height:40%;padding-bottom:10px}@media only screen and (min-width:980px){.journal-form__modal{margin:0 auto;max-width:970px}}@media only screen and (min-width:1580px){.journal-form__modal{max-height:970px}}.journal-form__modal .modal__header{display:flex;justify-content:flex-end;padding:10px}.journal-form__modal .modal__body{align-items:center;display:flex;flex-direction:column;padding:0 10px;position:relative}.journal-form__modal .modal__close-btn{background-color:#0000;border:none;cursor:pointer;font-size:24px;padding:.5em}.journal-form__modal .modal__close-btn:hover{background-color:#e3e3e3}.journal-form__container{max-width:700px;width:100%}.journal-form__title{text-align:center;white-space:pre-line}.journal-form__image{height:80%}.journal-form__image-wrapper{display:flex;height:300px;justify-content:center}.journal-form__footer{display:flex;justify-content:flex-end;margin:0 auto;max-width:690px;padding:10px}.journal-form__button.gritx-btn{font-size:16px}@media only screen and (min-width:980px){.journal-form__button.gritx-btn{font-size:1.2vw}}@media only screen and (min-width:1920px){.journal-form__button.gritx-btn{font-size:20px}}.journal-form__button.gritx-btn{line-height:1em;max-width:20%;min-height:3em;width:311px}.form-journal{max-height:80%}.form-journal__header{margin-bottom:10px}@media only screen and (min-width:980px){.form-journal__header{font-size:20px}}.form-journal__title{font-size:24px;margin:0 0 10px;text-align:center}@media only screen and (min-width:980px){.form-journal__title{font-size:2vw}}@media only screen and (min-width:1920px){.form-journal__title{font-size:36px}}.form-journal__subtitle{font-size:18px;font-weight:700;text-align:center}@media only screen and (min-width:980px){.form-journal__subtitle{font-size:1.5vw}}@media only screen and (min-width:1920px){.form-journal__subtitle{font-size:24px}}.form-journal__body{overflow:auto}.form-journal__preview{display:flex;flex-wrap:wrap;margin-bottom:20px}.form-journal__preview-wrapper{margin-bottom:20px;margin-right:20px;max-height:170px;position:relative}.input-radio{margin-left:20px}.input-radio__wrap{display:flex;flex-direction:row}.input-radio__label{align-items:center;cursor:pointer;display:flex;font-size:20px;margin:14px 0;min-height:26px;padding-left:50px;position:relative}@media only screen and (max-width:640px){.input-radio__label{font-size:18px}}.input-radio__label:first-child{padding-left:0}.input-radio__label-disabled{align-items:center;display:flex;font-size:20px;margin:14px 0;min-height:26px;padding-left:50px;position:relative}.input-radio__field{cursor:pointer}.input-radio__field,.input-radio__field-disabled{height:25px;margin-right:10px;width:25px}.input-radio [type=radio]{display:none}.input-radio [type=radio]+label:before{border:1px solid #707070;border-radius:100%;content:"";height:26px;left:0;position:absolute;top:0;width:26px}.input-radio [type=radio]+label:after{background-color:#fc767d;border-radius:100%;content:"";height:26px;left:1px;position:absolute;top:1px;transition:all .2s ease;width:26px}.input-radio [type=radio]:checked+label:before{background:#707070;transition-delay:.2s}.input-radio [type=radio]:not(:checked)+label:after{opacity:0;transform:scale(0)}.input-radio [type=radio]:checked+label:after{opacity:1;transform:scale(1)}.journals__header{align-items:center;background-color:#f2f2f2;display:flex;flex-direction:column;justify-content:space-between;margin-top:20px;padding:10px}@media only screen and (min-width:640px){.journals__header{flex-direction:row}}@media only screen and (min-width:980px){.journals__header{justify-content:space-between;padding:0 50px}}.journals__header:before{background-color:#f2f2f2;content:" ";height:100%;position:absolute;right:100%;top:0;width:100vw}.journals__header-sort fieldset{border:none;display:flex;flex-direction:row;justify-content:space-between}.journals__header-sort fieldset label{color:#000;font-size:20px;padding:10px}.journals__button.gritx-btn{border:1px solid #d2d2d2;font-size:16px;font-weight:700;height:60px;line-height:normal;margin-bottom:10px;width:245px}@media only screen and (min-width:980px){.journals__button.gritx-btn{margin-bottom:0}}@media only screen and (min-width:1366px){.journals__button.gritx-btn{font-size:24px}}.journals__button.gritx-btn-outline{background-color:#fff}.journals__title{color:#303030;font-size:48px;font-weight:700;margin:20px 10px 10px;text-align:left;text-transform:uppercase}@media only screen and (min-width:640px){.journals__title{margin:0 0 44px 51px}}.journals__icon{height:33px;margin-right:6px;width:36px}.journals__image{margin-bottom:60px;max-height:200px}@media only screen and (min-width:640px){.journals__image{max-height:300px}}.journals .loader{display:flex;justify-content:center}.journal{min-height:400px;position:relative}.journal__title{align-items:center;color:#303030;display:flex;font-size:48px;font-weight:700;margin:20px 10px 10px;text-align:left;text-transform:uppercase}@media only screen and (min-width:640px){.journal__title{margin:0 0 44px 51px}}@media only screen and (max-width:640px){.journal__title-dialogue-name{display:none}}.journal__icon{height:33px;margin-right:6px;width:36px}.journal .breadcrumbs{color:#303030;font-size:24px;margin:0;padding:0 10px}@media only screen and (min-width:980px){.journal .breadcrumbs{font-size:2.5vw;padding:0 25px}}@media only screen and (min-width:1920px){.journal .breadcrumbs{font-size:48px}}.journal .breadcrumbs__previous{color:#303030;font-weight:700;text-transform:uppercase}.journal .breadcrumbs__previous:visited{color:#303030}.journal .breadcrumbs__previous:hover{color:#a4c7dd}.review{min-height:400px;position:relative}.review__title{align-items:center;color:#303030;display:flex;font-size:48px;font-weight:700;margin:20px 10px 10px;text-align:left;text-transform:uppercase}@media only screen and (min-width:640px){.review__title{margin:0 0 44px 51px}}@media only screen and (max-width:640px){.review__title-dialogue-name{display:none}}.review__icon{height:33px;margin-right:6px;width:36px}.review .breadcrumbs{color:#303030;font-size:24px;margin:0;padding:0 10px}@media only screen and (min-width:980px){.review .breadcrumbs{font-size:2.5vw;padding:0 25px}}@media only screen and (min-width:1920px){.review .breadcrumbs{font-size:48px}}.review .breadcrumbs__previous{color:#303030;font-weight:700;text-transform:uppercase}.review .breadcrumbs__previous:visited{color:#303030}.review .breadcrumbs__previous:hover{color:#a4c7dd}.review-form__modal{height:auto;max-height:80%;min-height:40%;padding-bottom:10px}@media only screen and (min-width:980px){.review-form__modal{margin:0 auto;max-width:970px}}@media only screen and (min-width:1580px){.review-form__modal{max-height:970px}}.review-form__modal .modal__header{display:flex;justify-content:flex-end;padding:10px}.review-form__modal .modal__body{align-items:center;display:flex;flex-direction:column;padding:0 10px;position:relative}.review-form__modal .modal__close-btn{background-color:#0000;border:none;cursor:pointer;font-size:24px;padding:.5em}.review-form__modal .modal__close-btn:hover{background-color:#e3e3e3}.review-form__container{max-width:700px;width:100%}.review-form__title{text-align:center;white-space:pre-line}.review-form__image{height:80%}.review-form__image-wrapper{display:flex;height:300px;justify-content:center}.review-form__footer{display:flex;justify-content:flex-end;margin:0 auto;max-width:690px;padding:10px}.review-form__button.gritx-btn{font-size:16px}@media only screen and (min-width:980px){.review-form__button.gritx-btn{font-size:1.2vw}}@media only screen and (min-width:1920px){.review-form__button.gritx-btn{font-size:20px}}.review-form__button.gritx-btn{line-height:1em;max-width:20%;min-height:3em;width:311px}.review-form__selector select{border:1px solid #000;line-height:1.5;padding:10px}.review-form__input{display:flex;flex-direction:column;font-size:16px}@media only screen and (min-width:980px){.review-form__input{font-size:1.2vw}}@media only screen and (min-width:1920px){.review-form__input{font-size:20px}}.review-form__input input:focus{outline:none}.review-form__input{min-height:6.5em}.review-form__input__label{display:flex;flex-direction:column}.review-form__input__label-text{margin-bottom:10px}.review-form__input__required{color:#f8454e}.review-form__input__field{border:1px solid #000;line-height:1.5;padding:10px}.review-form__input__field--error{border:1px solid #f8454e}.review-form__input__error{color:#f8454e;display:block;font-size:16px}.form-review{max-height:80%}.form-review__header{margin-bottom:10px}@media only screen and (min-width:980px){.form-review__header{font-size:20px}}.form-review__title{font-size:24px;margin:0 0 10px;text-align:center}@media only screen and (min-width:980px){.form-review__title{font-size:2vw}}@media only screen and (min-width:1920px){.form-review__title{font-size:36px}}.form-review__subtitle{font-size:18px;font-weight:700;text-align:center}@media only screen and (min-width:980px){.form-review__subtitle{font-size:1.5vw}}@media only screen and (min-width:1920px){.form-review__subtitle{font-size:24px}}.form-review__body{overflow:auto}.form-review__preview{display:flex;flex-wrap:wrap;margin-bottom:20px}.form-review__preview-wrapper{margin-bottom:20px;margin-right:20px;max-height:170px;position:relative}.review-area{display:flex;justify-content:center;margin-bottom:20px}.review-area__card-place{width:310px}@media only screen and (min-width:1366px){.review-area__card-place{width:400px}}@media only screen and (min-width:1580px){.review-area__card-place{width:416px}}.review-area__card{background:none;border:1px solid #d2d2d2;display:flex;flex-direction:column;justify-content:space-between;padding:0;width:100%}.review-area__card:focus{outline:none}.review-area__title-percent{background-color:#f2f2f2;height:5px;width:100%}.review-area__title{background-color:#f2f2f2;color:#000;display:flex;justify-content:space-between;overflow:hidden;padding:5px;width:100%}@media only screen and (min-width:1366px){.review-area__title{min-height:75px}}.review-area__title__text{border:none;cursor:pointer;font-size:19px;font-weight:700;padding:5px;text-align:start}.review-area__title__text:hover{color:#707070}@media only screen and (min-width:1366px){.review-area__title__text{font-size:22px}}.review-area__title-wrapper{align-content:flex-start;display:flex}.review-area__bottom{bottom:0;display:flex;flex-direction:row;height:50px;right:0;width:100%}.review-area__btn{width:50%}.review-area__button{bottom:0;font-size:16px;font-weight:700;height:100%;line-height:16px;min-height:20px;width:100%}.review-area__button:hover{color:#fff}@media only screen and (min-width:1366px){.review-area__button{font-size:21px}}.review-area__image-wrapper{display:flex;height:200px;justify-content:center}.review-area__image{height:100%}.reviews-card-section__list{display:flex;flex-wrap:wrap;padding:8px}@media only screen and (min-width:1366px){.reviews-card-section__list{padding:25px}}.reviews-card-section__item{list-style:none;padding:0;width:100%}@media only screen and (min-width:640px){.reviews-card-section__item{width:50%}}@media only screen and (min-width:980px){.reviews-card-section__item{width:33.3%}}@media only screen and (min-width:1732px){.reviews-card-section__item{width:25%}}.reviews-card-section__footer{height:100px;position:relative}.reviews-card-section__button-load{background-color:#fff;border:1px solid #d2d2d2;cursor:pointer;display:block;font-size:17px;font-weight:700;height:43px;margin-bottom:16px;margin-left:auto;margin-right:auto;padding:0;width:300px}.reviews-card-section__button-load:focus{outline:none}@media only screen and (min-width:640px){.reviews-card-section__button-load{font-size:20px;height:48px;width:375px}}@media only screen and (min-width:980px){.reviews-card-section__button-load{font-size:24px;height:60px;width:468px}}@media only screen and (min-width:1366px){.reviews-card-section__button-load{margin-bottom:50px}}.visually-hidden{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.reviews__header{align-items:center;background-color:#f2f2f2;display:flex;flex-direction:column;justify-content:space-between;margin-top:20px;padding:10px}@media only screen and (min-width:640px){.reviews__header{flex-direction:row}}@media only screen and (min-width:980px){.reviews__header{justify-content:space-between;padding:0 50px}}.reviews__header:before{background-color:#f2f2f2;content:" ";height:100%;position:absolute;right:100%;top:0;width:100vw}.reviews__header-sort fieldset{border:none;display:flex;flex-direction:row;justify-content:space-between}.reviews__header-sort fieldset label{color:#000;font-size:20px;padding:10px}.reviews__button.gritx-btn{border:1px solid #d2d2d2;font-size:16px;font-weight:700;height:60px;line-height:normal;margin-bottom:10px;width:245px}@media only screen and (min-width:980px){.reviews__button.gritx-btn{margin-bottom:0}}@media only screen and (min-width:1366px){.reviews__button.gritx-btn{font-size:24px}}.reviews__button.gritx-btn-outline{background-color:#fff}.reviews__title{color:#303030;font-size:48px;font-weight:700;margin:20px 10px 10px;text-align:left;text-transform:uppercase}@media only screen and (min-width:640px){.reviews__title{margin:0 0 44px 51px}}.reviews__icon{height:33px;margin-right:6px;width:36px}.reviews__image{margin-bottom:60px;max-height:200px}@media only screen and (min-width:640px){.reviews__image{max-height:300px}}.reviews .loader{display:flex;justify-content:center}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */*{box-sizing:border-box;scroll-behavior:smooth}p{line-height:normal;margin:0}html{-webkit-text-size-adjust:100%;line-height:1.15}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:initial;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:#0000}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:initial}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}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-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:initial}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}[hidden],template{display:none}*{font-family:Open Sans,sans-serif}
/*# sourceMappingURL=main.11fc2784.css.map*/