.s-header .header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:transparent;padding:64px 83px}@media only screen and (max-width:1010px){.s-header .header{padding:28px 36px}}.s-header .icon{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.s-header .icon svg{height:100%}.s-header .icon p{font-weight:700}@media only screen and (max-width:1010px){.s-header .icon{line-height:.5}.s-header .icon svg{width:24px;height:100%}.s-header .icon p{font-size:12px}}.s-header .header .logo{width:200px;height:auto;fill:#2a2764}@media only screen and (max-width:1010px){.s-header .header .logo{width:100px;height:auto}}.s-header .menu{z-index:200;position:fixed;top:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100vh;width:325px;background:#fff;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;-o-transition:transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease}.s-header .menu.open{-webkit-transform:none;-ms-transform:none;transform:none}.s-header .menu .content-container{text-align:center}.s-header .menu .item{margin-bottom:30px;color:var(--body-color);cursor:pointer}.s-header .menu .icon{-ms-flex-item-align:start;align-self:flex-start;margin:20px}.s-header .overlay{z-index:100;position:fixed;top:0;right:0;width:100vw;height:100vh;background:#000;opacity:0;visibility:hidden;-webkit-transition:visibility 0s,.5s linear,opacity .5s ease;-o-transition:visibility 0s,linear .5s,opacity .5s ease;transition:visibility 0s,.5s linear,opacity .5s ease}.s-header .overlay.open{opacity:.4;visibility:visible}.c-dropdown{position:relative}.c-dropdown:after{margin-left:-2em;pointer-events:none;content:"";width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid;position:absolute;top:23px;right:20px}.c-dropdown .select-css{display:block;padding:16px;width:100%;max-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;border:.5px solid #ccc;border-radius:10px;font-size:1.125rem;-moz-appearance:none;-webkit-appearance:none;appearance:none;background-color:#fff}.c-dropdown .select-css::-ms-expand{display:none}.c-dropdown .select-css:hover{border-color:#888}.c-dropdown .select-css:focus{border-color:#aaa;outline:none}.c-dropdown .select-css option{font-weight:400}.c-form-field{display:block;border-radius:10px;border:.5px solid #ccc;padding:10px;font-size:1.125rem;position:relative}.c-form-field--invalid{border-color:red}.c-form-field__label{display:block}.c-form-field__input{width:100%;border:0;background:transparent}.c-form-field__error{color:red;font-size:.875em}.c-button{position:relative;display:block;width:100%;border:0;border-radius:10px;padding:10px;background:var(--color-1);text-align:center;cursor:pointer;line-height:inherit}.c-button,.c-button:active,.c-button:hover{color:#fff}.c-button[disabled]{cursor:not-allowed}@-webkit-keyframes spinner{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spinner{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.spinner:before{content:"";-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;top:50%;right:20px;width:20px;height:20px;margin-top:-10px;margin-left:-10px;border-radius:50%;border:2px solid #ccc;border-top-color:#000;-webkit-animation:spinner .6s linear infinite;animation:spinner .6s linear infinite}.c-accordion-item{background:#fff;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1);margin-bottom:6px;border-radius:2px}.c-accordion-item .item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:16px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;cursor:pointer}.c-accordion-item .item .icon,.c-accordion-item .item .status,.c-accordion-item .item .title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:5px;-webkit-box-flex:1;-ms-flex:1;flex:1}.c-accordion-item .item .title{text-align:center;-webkit-box-flex:3;-ms-flex:3;flex:3}.c-accordion-item .item .status{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.c-accordion-item .accordion{padding:16px}.c-accordion-item .accordion .description{margin-bottom:16px}.c-accordion-item .accordion .c-button{max-width:50%;margin:0 auto}.c-accordion-item .accordion .extra-action{margin-top:16px}.c-accordion-item .accordion .extra-action .c-button{background-color:#c6848e;max-width:inherit}.s-library{background:#ebeeef;min-height:100vh}.s-library .s-header .header .logo{fill:#79b7b6}.s-library .responsive-container{max-width:1000px;background:#fff;margin:0 auto;background:transparent}@media only screen and (max-width:1000px){.s-library .responsive-container{margin:0 16px}}.s-library .c-dropdown{margin-bottom:10px}.s-library .no-results-container{background:#fff;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1);margin-bottom:6px;border-radius:2px;display:-webkit-box;display:-ms-flexbox;display:flex;padding:21px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.s-library .libraries-container{margin-top:19px}.s-library .libraries-container .header{padding:26px;text-align:center;background:#79b7b6;color:#fff;margin-bottom:6px;border-radius:23px 23px 0 0}.s-library .filter-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-line-pack:stretch;align-content:stretch;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.s-library .filter-container .c-dropdown{width:49%;min-width:400px}@media only screen and (max-width:800px){.s-library .filter-container .c-dropdown{width:100%;min-width:100%}}.s-library .search-field{display:-webkit-box;display:-ms-flexbox;display:flex}.s-library .search-field .c-form-field{width:100%;background:#fff}.s-library .search-field .c-button{width:20%}.slick-slider{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(data:image/gif;base64,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) 50% no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(https://cdn.qollab.io/rein/static/media/slick.ced611da.eot);src:url(https://cdn.qollab.io/rein/static/media/slick.ced611da.eot#iefix) format("embedded-opentype"),url(https://cdn.qollab.io/rein/static/media/slick.b7c9e1e4.woff) format("woff"),url(https://cdn.qollab.io/rein/static/media/slick.d41f55a7.ttf) format("truetype"),url(https://cdn.qollab.io/rein/static/media/slick.f97e3bbf.svg#slick) format("svg")}.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;border:none}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:none;background:transparent}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"\2190"}[dir=rtl] .slick-prev:before{content:"\2192"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"\2192"}[dir=rtl] .slick-next:before{content:"\2190"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;margin:0 5px;padding:0}.slick-dots li,.slick-dots li button{width:20px;height:20px;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;padding:5px;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"\2022";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.diary-slider{margin-top:2rem}.slick-list{padding-left:3rem}.s-diaries .title-container{padding:40px 0;border-bottom:10px solid #f1f1f1}.s-diaries .diary-details .title-container{padding:0 0 16px;margin-bottom:16px;border-bottom:1px solid var(--body-color)}.s-diaries .title-container .title{text-align:center}.s-diaries .diary-details{padding:2rem}.s-diaries .diary-details .title{text-align:left}.s-diaries .diary-slide .img{border-radius:14px}.s-diaries .diary-slide .icon{position:relative;bottom:30px;right:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#1b3455;border-radius:100%;width:48px;height:48px}.s-diaries .slick-current .img{border:8px solid #f5ff00}.s-diaries{background:#f1f1f1;min-height:100vh}.s-diaries .responsive-container{border-radius:23px 23px 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:transparent}@media only screen and (min-width:1010px){.s-diaries .responsive-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:inherit;-ms-flex-positive:inherit;flex-grow:inherit;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:auto;width:1000px;background:#fff}}.s-diaries .slider-container{position:relative;margin:0 16px}.s-diaries .slider-container .arrow-prev{position:absolute;top:192px;left:0;z-index:10}.s-diaries .slider-container .arrow-prev .hidden{visibility:hidden}@media screen and (max-width:600px){.s-diaries .slider-container .arrow-prev{visibility:hidden}}.s-diaries .slider-container .arrow-next{position:absolute;top:192px;right:0;z-index:10}.s-diaries .slider-container .arrow-next .hidden{visibility:hidden}@media screen and (max-width:600px){.s-diaries .slider-container .arrow-next{visibility:hidden}}.form__errors{text-align:center;color:red;padding:5px}.c-form__result-message{margin:20px;text-align:center;font-weight:700}.c-form__result-message--success{color:green}.c-form__result-message--error{color:red}.loader{height:4px;width:100%;visibility:hidden;position:relative;overflow:hidden;background-color:#ddd;margin:10px 0}.loader.active{visibility:visible}.loader:before{display:block;position:absolute;content:"";left:-200px;width:200px;height:4px;background-color:#2980b9;-webkit-animation:loading 2s linear infinite;animation:loading 2s linear infinite}.s-timeline{min-height:100vh;background:#ebeeef}.s-timeline .responsive-container{max-width:900px;margin:0 auto;padding:1rem}.s-timeline .s-header .header .logo{fill:var(--color-1)}.s-timeline .section-header{max-width:900px;margin:0 auto 30px;border-radius:25px 25px 0 0;background:#fff;text-align:center;padding:30px 20px}.s-timeline .activities{max-width:900px;margin:0 auto}.s-timeline .messenger{position:relative;max-width:900px;margin:0 auto 30px;border-radius:15px;background:#fff;font-size:1rem}.s-timeline .upload-preview.pdf button{font-size:25px}.s-timeline .file-preview{display:-webkit-box;display:-ms-flexbox;display:flex;color:#555}.s-timeline .upload-preview{position:relative}.s-timeline .upload-preview button{display:none;position:absolute;left:0;right:0;bottom:0;top:0;width:100%;font-size:50px;background:hsla(0,0%,100%,.5);cursor:pointer;-webkit-box-shadow:none;box-shadow:none;border:none}.s-timeline .upload-preview:hover img{opacity:.6}.s-timeline .upload-preview:hover button{display:block}.s-timeline .messenger__input{width:100%;min-height:120px;border:0;padding:20px 80px 20px 20px;background:transparent}.s-timeline .messenger__buttons{position:absolute;bottom:15px;right:10px;display:-webkit-box;display:-ms-flexbox;display:flex}.s-timeline .messenger__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:30;margin:0 5px;width:60px;height:60px;border:0;border-radius:10px;padding:0;color:#fff;background:var(--color-1);cursor:pointer}.s-timeline .messenger__btn[disabled]{cursor:not-allowed}.s-timeline .file-upload input{display:none}.s-timeline .activity{margin-bottom:30px;border-radius:15px;-webkit-box-shadow:0 3px 6px rgba(0,0,0,.04);box-shadow:0 3px 6px rgba(0,0,0,.04);background:#dce6e7;font-size:1rem}.s-timeline .activity:last-child{margin-bottom:0}.s-timeline .message{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:15px;-webkit-box-shadow:0 3px 6px rgba(0,0,0,.04);box-shadow:0 3px 6px rgba(0,0,0,.04);padding:20px;background:#fff}.s-timeline .message,.s-timeline .message__info{display:-webkit-box;display:-ms-flexbox;display:flex}.s-timeline .message__info{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:calc(100% - 10px);margin-left:auto;border-radius:25px;padding:5px 10px;color:#fff;background:var(--color-1);font-size:.75em;position:relative}.s-timeline .message__date{margin:0 5px 0 40px}.s-timeline .message__main{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-top:35px}.s-timeline .message__media{overflow:hidden;position:absolute;top:0;left:-17px;width:60px;height:60px;border-radius:50%}.s-timeline .message__content{padding:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.s-timeline .message__name{color:#1b3455;font-weight:700}.s-timeline .message__text a{text-decoration:underline}.s-timeline .message__attachment{margin:10px 0}.s-timeline .message__btns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.s-timeline .comment__likes{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px}.s-timeline .comment__likes .comment__likes__icon{margin-right:10px}.s-timeline .message__btn{border:0;border-radius:3px;padding:10px;font-size:.875em;cursor:pointer}.s-timeline .message__btn-like{color:#fff;background:#f28e4c}.s-timeline .message__btn-unlike{color:#78b4b3;background:#dce6e7}.s-timeline .message__btn__icon{margin-left:10px}.s-timeline .message__likes{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 5px}.s-timeline .message__likes .message__likes__icon{margin-right:10px}.s-timeline .message__info__right-container{display:-webkit-box;display:-ms-flexbox;display:flex}.s-timeline .message__update{cursor:pointer}.s-timeline .message__delete,.s-timeline .message__pin{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 5px;cursor:pointer}.s-timeline .interaction{padding:20px}.s-timeline .interaction__show-more{position:relative;margin:10px 20px;cursor:pointer}.s-timeline .interaction__show-more:after{margin-left:-2em;pointer-events:none;content:"";width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid;position:absolute;top:8px;left:15px}.s-timeline .interaction__info{text-align:right;font-size:.75em}.s-timeline .comment{border-bottom:1px solid #fff;padding:10px 0}.s-timeline .comment,.s-timeline .comment__left{display:-webkit-box;display:-ms-flexbox;display:flex}.s-timeline .comment__left{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.s-timeline .comment__image{width:50px;height:50px;margin-right:20px;border-radius:50%}.s-timeline .comment__name{color:#1b3455;font-weight:700}.s-timeline .comment__text a{text-decoration:underline}.s-timeline .comment__right{margin-left:auto;text-align:right;font-size:.75em}.s-timeline .comment__btn-like{border:0;background:transparent;cursor:pointer}.s-timeline .input-group{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-top:20px}.s-timeline .input-group__input{width:100%;border-radius:10px;border:0;padding:10px}.s-timeline .input-group .form__btn{width:60px;height:60px;border:0;border-radius:10px;margin-left:10px;padding:0;color:#fff;background:var(--color-1);cursor:pointer}.s-profile{padding:0 10px;font-size:1rem}.s-profile select{background-color:#fff}.s-profile .bg-img{position:fixed;top:0;right:0;width:100%;height:100%;background-size:110%;background-position:50%;background-repeat:repeat-x;background-color:var(--color-1);background-image:url(https://cdn.qollab.io/rein/static/media/portal-bg-blocks.3a4e4c98.svg)}@media screen and (min-width:1200px){.s-profile .bg-img{right:-20px;background-repeat:no-repeat;background-size:1150px;background-position:110% -350px;background-color:#fff;background-image:url(https://cdn.qollab.io/rein/static/media/portal-bg-blub.7cbc21a9.svg)}}.s-profile .cert-switch{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;max-width:300px;margin:2rem auto}.s-profile .cert-switch .c-button{background:transparent;color:var(--color-1);font-size:1.5rem;border:2px solid var(--color-1)}.s-profile .cert-switch .c-button.certificates{background:transparent;color:#c6848e;border:2px solid #c6848e}.s-profile .cert-switch .c-button.showing{font-weight:700;cursor:default;border:0}.s-profile .certificates-list{width:80%;max-width:600px;margin:0 auto}.s-profile .certificates-list .completed_module-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.s-profile .certificates-list .completed_module-item_title{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.s-profile .certificates-list .completed_module-item_date{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;margin-right:2em}.s-profile .certificates-list .completed_module-item_download.icon{margin-left:1rem}.s-profile .back-btn{z-index:30;position:absolute;top:0;left:0;border:0;padding:40px 20px;background:transparent;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#6e6876;font-weight:700;cursor:pointer}.s-profile .back-btn svg{width:24px;height:100%}.s-profile .back-btn span{line-height:1}@media screen and (min-width:1200px){.s-profile .back-btn{left:auto;padding:50px}.s-profile .back-btn svg{width:auto}}.s-profile .logo{z-index:20;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:40px}@media only screen and (min-width:1200px){.s-profile .logo{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin:50px}}.s-profile .logo__svg{width:100px;height:100%;fill:#fff}@media only screen and (min-width:1200px){.s-profile .logo__svg{width:200px;fill:#fff}}.s-profile .container{z-index:20;position:relative;width:100%;max-width:900px;-webkit-box-shadow:10px 10px 10px rgba(0,0,0,.1);box-shadow:10px 10px 10px rgba(0,0,0,.1);margin:0 auto;border-radius:20px;padding:100px 20px;background:#f7fcfc}.s-profile .profile-image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:30px}.s-profile .profile-image__img{width:185px;height:185px;border-radius:50%}.s-profile .profile-image__btn{position:relative;display:block;border:0;padding:10px;background:transparent;color:var(--color-1);font-size:1.125em}.s-profile .profile-image__btn input{z-index:20;position:absolute;top:0;left:0;width:100%;height:100%;opacity:.1;font-size:0;cursor:pointer}.s-profile .info{max-width:500px;margin:0 auto}.s-profile .info__message{margin-bottom:1em;padding:10px;font-size:1em;color:#fff;background:var(--color-1);border-radius:10px}@media only screen and (min-width:769px){.s-profile .info__message{font-size:1.125em}}.s-profile .info__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:15px;font-size:1em}@media only screen and (min-width:769px){.s-profile .info__item{font-size:1.125em}}.s-profile .info__item.highlight{font-weight:700}.s-profile .info__label{width:50%}.s-profile .info__field{width:calc(50% - 10px);border:0;border-radius:10px;padding:5px 10px}.s-profile .info__error{width:100%;padding-left:50%}.s-profile .info__required{font-weight:700;text-decoration:none}.s-profile .submit-btn{max-width:230px;margin:50px auto 0}.s-profile .submit-missing-btn{max-width:330px;margin:50px auto 0}.s-dashboard{overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex}.s-dashboard .dashboard-svg{width:100%;height:100%}.s-dashboard .dashboard-svg.is-walkthrough-running{pointer-events:none}.s-dashboard .dashboard-svg .active-area{cursor:pointer}.s-dashboard .dashboard-svg .active-area .outline{visibility:hidden}.s-dashboard .dashboard-svg .active-area .outline.active,.s-dashboard .dashboard-svg .active-area:hover .outline{visibility:visible}.s-dashboard .icons-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:13px;right:16px;z-index:1}.s-dashboard .icons-container svg{width:50%;height:50%}.s-dashboard .icons-container a{position:relative}.s-dashboard .icons-container a:hover .tooltiptext{visibility:visible}.s-dashboard .icons-container a .tooltiptext{margin-top:15px}.s-dashboard .icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#fff;border-radius:100%;width:5vw;height:5vw;margin:13px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.29);box-shadow:0 5px 10px rgba(0,0,0,.29)}.s-dashboard .hidden{visibility:hidden}.s-content{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:100%}.s-walkthrough{position:absolute;left:0;right:0}.s-walkthrough.is-bottom{bottom:52px}@media only screen and (max-width:1000px){.s-walkthrough.is-bottom{bottom:0}}.s-walkthrough .popup-container{max-width:1000px;background:#fff;margin:0 auto;border:10px solid #a8dadc;border-radius:8px;padding:32px;-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}@media only screen and (max-width:1000px){.s-walkthrough .popup-container{margin:10px}}.s-walkthrough .popup-container.is-top{top:252px}.s-walkthrough .popup-container p{color:#000}.s-walkthrough .popup-container .buttons-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:32px}.s-walkthrough .popup-container .buttons-container .hidden{visibility:hidden}.s-walkthrough .popup-container .buttons-container button{border:none;border-radius:10px;background:#93a6d5;color:#fff;padding:10px 20px;font-weight:700;cursor:pointer}.s-walkthrough .popup-container .logo-container{padding:10px 20px;border-radius:4px;background:#2a2764;position:absolute;top:-30px;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100px;height:44.67px}.s-walkthrough .popup-container .logo-container svg{fill:#fff;width:100%;height:auto}.s-walkthrough .popup-container .tutorial-buddy{position:absolute;top:-230px;left:0}.s-walkthrough .slick-list{padding:0}.s-mobile-dashboard{height:100vh;width:100%;background-image:url(https://cdn.qollab.io/rein/static/media/mobile-dashboard-bg.e7da37ec.svg);background-size:cover;background-position:bottom}.s-mobile-dashboard .display-none{display:none}.s-mobile-dashboard .header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#2a2764;padding:40px 15px}.s-mobile-dashboard .header .logo{fill:#fff;width:100px;height:auto}.s-mobile-dashboard .header svg{margin:0 10px}.s-mobile-dashboard .header .icon-container{-ms-flex-item-align:end;align-self:flex-end;position:absolute}.s-mobile-dashboard .header .icon-container a{position:relative}.s-mobile-dashboard .header .icon-container a:hover .tooltiptext{visibility:visible}.s-mobile-dashboard .header .icon-container .tooltiptext{font-size:12px;margin-top:5px}@media only screen and (max-width:500px){.s-mobile-dashboard .header .icon-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.s-mobile-dashboard .flex-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-pack:distribute;justify-content:space-around;max-width:500px;margin:0 auto}.s-mobile-dashboard .flex-list .item{background-size:cover;border-radius:10px;width:144px;height:144px;margin-top:10px;line-height:150px;color:#fff;font-weight:700;font-size:3em;text-align:center;cursor:pointer}.s-mobile-dashboard .flex-list .item.library{background-image:url(https://cdn.qollab.io/rein/static/media/mobile-library.bf4379c4.svg)}.s-mobile-dashboard .flex-list .item.bulletin-board{background-image:url(https://cdn.qollab.io/rein/static/media/mobile-bulletin-board.b1224142.svg)}.s-mobile-dashboard .flex-list .item.ask-me{background-image:url(https://cdn.qollab.io/rein/static/media/mobile-ask-me.1e32463b.svg)}.s-mobile-dashboard .flex-list .item.community{background-image:url(https://cdn.qollab.io/rein/static/media/mobile-community.9580922b.svg)}.s-mobile-dashboard .flex-list .item.diaries{background-image:url(https://cdn.qollab.io/rein/static/media/mobile-diaries.cf7934c7.svg)}.s-mobile-dashboard .flex-list .item.account{background-image:url(https://cdn.qollab.io/rein/static/media/mobile-account.c76a5445.svg)}.tooltiptext{visibility:hidden;width:auto;max-width:120px;background-color:#fff;color:#000;text-align:center;border-radius:6px;padding:5px;position:absolute;z-index:1;top:100%;margin-top:15px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.tooltiptext:after{content:" ";position:absolute;bottom:100%;left:50%;margin-left:-5px;border:5px solid transparent;border-bottom-color:#fff}.c-dashboard-menu{height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:var(--color-1);overflow-y:scroll;z-index:10}.c-dashboard-menu .logo{fill:#fff;margin:2rem 0 1rem;min-width:190px;min-height:64px}.c-dashboard-menu .c-dashboard-menu__link{color:var(--body-color);width:100%;padding:15px 40px}.c-dashboard-menu .c-dashboard-menu__link:hover{color:#fff}.c-dashboard-menu .c-dashboard-menu__text{font-size:20px}.s-diary-details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#8cd3d5;min-height:100vh}.s-diary-details .icon-container{width:100%}.s-diary-details .responsive-container .icon{margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#1b3455;border-radius:100%;width:48px;height:48px}.s-diary-details .content-container{margin-bottom:50px}.s-diary-details .responsive-container{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;border-radius:44px 44px 0 0;background:#fff;padding:138px 143px 45px;position:relative;margin:350px 0 auto}@media only screen and (min-width:1000px){.s-diary-details .responsive-container{border-radius:44px;margin:200px auto 50px;width:1000px;padding:138px 143px 45px}}@media only screen and (max-width:468px){.s-diary-details .responsive-container{padding:120px 32px 32px}}.s-diary-details .img{margin:0 auto;position:absolute;top:-210px;right:0;left:0}@media only screen and (max-width:1000px){.s-diary-details .img{position:absolute;right:-120px}}.s-diary-details .title{color:#fff;position:absolute;left:10vw;top:-200px;max-width:100px;z-index:1}@media only screen and (max-width:1000px){.s-diary-details .title{top:-300px}}.s-header .header .logo{fill:#fff}.s-entree{height:100vh;background:#fff;font-size:1rem}.s-entree .bg-image{z-index:10;position:fixed;top:0;left:0;width:100%;height:100%}.s-entree .bg-image img{position:absolute;top:80px;left:-15%;max-width:none;width:130%}@media screen and (min-width:1025px) and (orientation:landscape){.s-entree .bg-image img{left:-160px;width:1000px}}@media screen and (min-width:1200px) and (orientation:landscape){.s-entree .bg-image img{left:-250px;width:1400px}}.s-entree .logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100px}.s-entree .logo.library .logo__svg{fill:#e6a944}.s-entree .logo.board .logo__svg{fill:#223f5f}.s-entree .logo.diaries .logo__svg{fill:#61949a}.s-entree .logo.timeline .logo__svg{fill:#8b717e}.s-entree .logo.profile .logo__svg{fill:#653d17}.s-entree .logo.intro .logo__svg{fill:#444149}@media screen and (min-width:1025px) and (orientation:landscape){.s-entree .logo{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;height:200px;margin-right:5%}}.s-entree .logo__svg{width:100px;height:100%}@media screen and (min-width:1025px) and (orientation:landscape){.s-entree .logo__svg{width:200px}}.s-entree .container{z-index:20;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:calc(100% - 100px);width:100%}@media screen and (min-width:1025px) and (orientation:landscape){.s-entree .container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:calc(100% - 200px)}}.s-entree .content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-shadow:0 6px 10px rgba(0,0,0,.29);box-shadow:0 6px 10px rgba(0,0,0,.29);border-radius:38px;padding:40px;min-height:250px;width:90%;margin:0 5% 5%;background:#fff;font-size:1.125em}@media screen and (min-width:1025px) and (orientation:landscape){.s-entree .content{min-height:300px;width:40%;margin-bottom:0;background:#fff;font-size:1.375em}}.s-entree .title{margin-bottom:10px;color:#1b3455;font-size:1.625em}.s-entree .text{margin-bottom:20px}.s-entree .buttons{-ms-flex-pack:distribute;justify-content:space-around;margin-top:auto}.s-entree .button,.s-entree .buttons{display:-webkit-box;display:-ms-flexbox;display:flex}.s-entree .button{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:50px;width:40%;border:0;border-radius:10px;padding:10px;color:#fff;background:var(--color-1);cursor:pointer}.s-entree .button.no{background:#93a6d5}.c-chat{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#f7fcfc;border-radius:82px;padding:48px;height:80vh;-webkit-box-shadow:0 10px 10px 0 rgba(0,0,0,.1);box-shadow:0 10px 10px 0 rgba(0,0,0,.1)}@media screen and (max-width:1000px){.c-chat{padding:16px;border-radius:10px}}.c-chat .chat-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:auto;margin-bottom:16px}.c-chat .bot-message,.c-chat .bot-typing-message,.c-chat .user-message{max-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:10px;padding:16px;border-radius:11px}.c-chat .date{-ms-flex-item-align:center;align-self:center;background:#78b4b3;padding:10px 30px;color:#fff;border-radius:26px;margin-bottom:10px}.c-chat .user-message{background:rgba(120,180,179,.12);-ms-flex-item-align:end;align-self:flex-end}.c-chat .bot-message,.c-chat .user-message{-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.1);box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}.c-chat .bot-message{background:#fff}.c-chat .bot-message,.c-chat .bot-typing-message{-ms-flex-item-align:start;align-self:flex-start}.c-chat .chat-input-group{display:-webkit-box;display:-ms-flexbox;display:flex}.c-chat .chat-input-group .c-button{width:30%;margin-left:16px}.c-chat .chat-input-group .c-form-field{width:70%;background:#fff;border:none;border-radius:40px;padding:20px}@media screen and (max-width:1000px){.c-chat .chat-input-group .c-form-field{padding:10px;border-radius:10px}}.c-chat .chat-input-group .c-form-field .c-form-field__input::-webkit-input-placeholder{color:#707070}.c-chat .chat-input-group .c-form-field .c-form-field__input::-moz-placeholder{color:#707070}.c-chat .chat-input-group .c-form-field .c-form-field__input:-ms-input-placeholder{color:#707070}.c-chat .chat-input-group .c-form-field .c-form-field__input::-ms-input-placeholder{color:#707070}.c-chat .chat-input-group .c-form-field .c-form-field__input::placeholder{color:#707070}.c-chat .bottom-container{margin-top:auto}.c-chat .bottom-container.disabled{pointer-events:none}.c-chat .multi-options-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.c-chat .multi-options-container .option{background:#78b4b3;padding:10px 30px;color:#fff;border-radius:26px;margin:0 10px;cursor:pointer}.s-chat-room .responsive-container{width:80%;margin:0 auto 50px}@media screen and (max-width:1000px){.s-chat-room .responsive-container{width:95%}}.s-chat-room .s-header .header .logo{fill:#2a2764}@media screen and (min-width:1200px){.s-chat-room .s-header .header .logo{fill:#fff}}.s-chat-room .bg-img{z-index:-1;position:fixed;top:0;left:0;width:100%;height:100%;background-size:110%;background-position:50%;background-repeat:repeat-x;background-image:url(https://cdn.qollab.io/rein/static/media/portal-bg-blocks.3a4e4c98.svg)}@media screen and (min-width:1200px){.s-chat-room .bg-img{background-repeat:no-repeat;background-size:950px;background-position:110% -350px;background-image:url(https://cdn.qollab.io/rein/static/media/portal-bg-blub.7cbc21a9.svg)}}.rapportage{text-align:center;background-color:#457b90;padding:30px 30px 30px 100px;min-height:100vh}.helpertext{padding:20px;font-size:2em;color:#fff;height:30%}.helpertext,.main{text-align:center}.rein-desk{display:inline-block;width:40vw}.downloadButton{margin-top:20px;background-color:#1d3557;border:none;color:#fff;padding:30px;font-weight:bolder}.downloadButton:disabled{color:#a9a9a9;background-color:grey}.download{display:inline-block;width:50%;text-align:center;color:#fff;font-size:2em;padding:60px}li{font-weight:700}.report-loader{height:10px;width:100%;visibility:hidden;position:relative;overflow:hidden;background-color:#ddd;margin:10px 0}.report-loader.active{visibility:visible}.report-loader:before{display:block;position:absolute;content:"";left:-200px;width:200px;height:10px;background-color:#2980b9;-webkit-animation:loading 2s linear infinite;animation:loading 2s linear infinite}@-webkit-keyframes loading{0%{left:-200px;width:30%}50%{width:30%}70%{width:70%}80%{left:50%}95%{left:120%}to{left:100%}}@keyframes loading{0%{left:-200px;width:30%}50%{width:30%}70%{width:70%}80%{left:50%}95%{left:120%}to{left:100%}}.c-nav{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;font-size:1rem}.c-nav,.c-nav__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.c-nav__link{position:relative;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;max-width:75px;height:75px;color:#fff;background:var(--color-1);font-size:.625em}.c-nav__link:before{position:absolute;top:15%;right:0;width:1px;height:70%;content:"";background:#fff}.c-nav__link:first-child{margin-right:5px;border-radius:23px 0 0 23px;background:#fce986;color:#2a2764}.c-nav__link:first-child:before{content:none}.c-nav__link:nth-child(2){border-radius:23px 0 0 23px}.c-nav__link:last-child{border-radius:0 23px 23px 0}.c-nav__link:last-child:before{content:none}@media screen and (min-width:641px){.c-nav__link{max-width:140px;height:115px;font-size:1.25em}.c-nav__link:first-child{margin-right:10px}}@media screen and (min-width:941px){.c-nav__link{max-width:232px;font-size:1.625em}.c-nav__link:first-child{margin-right:15px}}.c-nav__icon{line-height:1}.c-nav__icon svg{width:25px;height:25px}@media screen and (min-width:641px){.c-nav__icon svg{width:45px;height:45px}}.c-nav__custom-icon{border:2px solid;border-radius:9px;padding:5px;line-height:1;font-weight:700;text-transform:uppercase;font-size:.625em}.s-portal{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:1rem}@media screen and (min-width:1200px){.s-portal{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.s-portal .bg-img{position:fixed;top:0;left:0;width:100%;height:100%;background-size:110%;background-position:50%;background-repeat:repeat-x;background-image:url(https://cdn.qollab.io/rein/static/media/portal-bg-blocks.3a4e4c98.svg)}@media screen and (min-width:1200px){.s-portal .bg-img{background-repeat:no-repeat;background-size:1150px;background-position:110% -350px;background-image:url(https://cdn.qollab.io/rein/static/media/portal-bg-blub.7cbc21a9.svg)}}.s-portal .section:last-child{width:100%;max-width:943px;margin:0 auto}.s-portal .logo{z-index:20;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;max-width:220px;margin:30px auto 0}@media screen and (min-width:1200px){.s-portal .logo{margin:50px 30px 0}}.s-portal .nav{z-index:20;position:fixed;bottom:10px;left:0;width:100%}@media screen and (min-width:1200px){.s-portal .nav{position:static;margin-top:30px;margin-bottom:40px}}.s-portal .container{z-index:10;position:relative;min-height:calc(100vh - 205px)}@media screen and (min-width:1200px){.s-portal .container{-webkit-box-shadow:0 6px 10px rgba(0,0,0,.29);box-shadow:0 6px 10px rgba(0,0,0,.29);border-radius:38px;background:#fff}}.s-portal .content{padding:40px 40px 100px}.s-portal .content.anim-portal-enter,.s-portal .content.anim-portal-exit{z-index:10;position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;-webkit-transition:opacity .4s;-o-transition:opacity .4s;transition:opacity .4s}.s-portal .content.anim-portal-enter-active{opacity:1}.s-portal .content.anim-portal--exit-active{opacity:0}.s-portal .media{display:block;margin:0 auto 30px}.s-portal .register-success{text-align:center}.s-portal .heading{color:#2a2764;margin-bottom:20px;font-size:1.563em}@media screen and (min-width:941px){.s-portal .heading{font-size:2.5em}}.s-portal .instruction{color:#2a2764}@media screen and (min-width:941px){.s-portal .text{font-size:1.25em}}.s-portal .back-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:75px;margin-bottom:50px;color:var(--color-1)}.s-portal .back-btn span{line-height:1}.s-portal .form{max-width:600px;margin:0 auto}.s-portal .form__heading{margin-bottom:20px;text-align:center;font-size:1.75em}.s-portal .form__wrapper{border:1px solid var(--color-1);border-radius:10px;padding:30px;background:#fff}.s-portal .form__label{margin-bottom:10px;color:var(--color-1);font-size:1.5em}.s-portal .form__content{margin-bottom:20px}.s-portal .form__field{margin-bottom:10px}.s-portal .form__field:last-of-type{margin-bottom:20px}.s-portal .form__textarea{display:block;width:100%;height:250px;margin-bottom:20px;border-radius:10px;border:1px solid #ccc;padding:10px;resize:none}.s-portal .form__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:10px}.s-portal .form__action{color:var(--color-1)}.s-portal .input-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.s-portal .input-group__field{width:calc(100% - 140px);margin-right:10px}.s-portal .input-group__btn{width:130px}.s-login .email-login{margin:10px 0 0}.sso-providers{-ms-flex-align:center;-ms-flex-pack:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.sso-providers,.sso-providers a,.sso-providers span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.sso-providers a,.sso-providers span{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:23%;margin-bottom:15px;margin-right:15px;-ms-flex-item-align:stretch;align-self:stretch;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;-ms-flex-pack:center}.sso-providers a img,.sso-providers span img{margin:auto;max-height:100px}.sso-providers a b,.sso-providers span b{text-transform:uppercase}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[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{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;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}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}address,blockquote,dd,dl,fieldset,figure,form,h1,h2,h3,h4,h5,h6,hr,ol,p,table,ul{margin:0}body{font-size:1rem;line-height:1.5}address{font-style:normal}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}a{color:#000;color:initial;cursor:pointer}a:active,a:focus,a:hover{outline:0}fieldset{border:none;padding:0}label{cursor:pointer}textarea{resize:vertical}input,textarea{border-radius:0;line-height:inherit}input[type=color]{height:35px;padding:0;background:transparent;cursor:pointer}input[type=color]::-webkit-color-swatch-wrapper{padding:0}button:focus,input:focus,select:focus,textarea:focus{outline:0 none}::-webkit-input-placeholder{color:#bbb}::-moz-placeholder{color:#bbb}:-ms-input-placeholder{color:#bbb}::-ms-input-placeholder{color:#bbb}::placeholder{color:#bbb}audio,embed,img,object,video{max-width:100%;display:block}audio,canvas,img,video{vertical-align:middle}hr{display:block;height:.063em;border:0;border-top:.063em solid #ccc;padding:0;margin-bottom:1.25em}figure{margin:0}iframe{border:none}ol,ul{list-style-position:outside;list-style:none;padding:0}table{max-width:100%;width:100%;empty-cells:show}body{color:var(--body-color);font-family:var(--body-font);font-weight:var(--body-weight);line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--heading-font);font-weight:var(--heading-weight);line-height:1.2}a{text-decoration:none}::-webkit-input-placeholder{color:#2a2764}::-moz-placeholder{color:#2a2764}:-ms-input-placeholder{color:#2a2764}::-ms-input-placeholder{color:#2a2764}::placeholder{color:#2a2764}@font-face{font-family:Brown;src:url(https://cdn.qollab.io/rein/static/media/Brown-Thin.46a1ce19.woff2) format("woff2"),url(https://cdn.qollab.io/rein/static/media/Brown-Thin.bf9265ce.woff) format("woff");font-weight:100;font-style:normal}@font-face{font-family:Brown;src:url(https://cdn.qollab.io/rein/static/media/Brown-Light.55bfa333.woff2) format("woff2"),url(https://cdn.qollab.io/rein/static/media/Brown-Light.1024d9a4.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:Brown;src:url(https://cdn.qollab.io/rein/static/media/Brown-Regular.5a215a25.woff2) format("woff2"),url(https://cdn.qollab.io/rein/static/media/Brown-Regular.ccef11f1.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Brown;src:url(https://cdn.qollab.io/rein/static/media/Brown-Bold.05a4fb21.woff2) format("woff2"),url(https://cdn.qollab.io/rein/static/media/Brown-Bold.f47a9c58.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:Brown;src:url(https://cdn.qollab.io/rein/static/media/Brown-LightItalic.1f865eef.woff2) format("woff2"),url(https://cdn.qollab.io/rein/static/media/Brown-LightItalic.386b0420.woff) format("woff");font-weight:300;font-style:italic}@font-face{font-family:Brown;src:url(https://cdn.qollab.io/rein/static/media/Brown-RegularItalic.12a7aef4.woff2) format("woff2"),url(https://cdn.qollab.io/rein/static/media/Brown-RegularItalic.5f42f6ae.woff) format("woff");font-weight:400;font-style:italic}@font-face{font-family:Brown;src:url(https://cdn.qollab.io/rein/static/media/Brown-BoldItalic.3205d155.woff2) format("woff2"),url(https://cdn.qollab.io/rein/static/media/Brown-BoldItalic.47e89022.woff) format("woff");font-weight:700;font-style:italic}.viewswitch-enter,.viewswitch-exit{z-index:1000;position:fixed;top:0;left:0;width:100%;-webkit-transition:opacity .8s ease-in-out;-o-transition:opacity .8s ease-in-out;transition:opacity .8s ease-in-out}.viewswitch-enter{opacity:0}.viewswitch-enter-active{opacity:1}.viewswitch-exit-active{opacity:0}
/*# sourceMappingURL=main.af8d73ea.css.map */