@import url(https://fonts.googleapis.com/css?family=Poppins:400,500,600&display=swap);.v-select{position:relative;font-family:inherit}.v-select,.v-select *{-webkit-box-sizing:border-box;box-sizing:border-box}@-webkit-keyframes vSelectSpinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes vSelectSpinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.vs__fade-enter-active,.vs__fade-leave-active{-webkit-transition:opacity .15s cubic-bezier(1,.5,.8,1);transition:opacity .15s cubic-bezier(1,.5,.8,1)}.vs__fade-enter,.vs__fade-leave-to{opacity:0}.vs--disabled .vs__clear,.vs--disabled .vs__dropdown-toggle,.vs--disabled .vs__open-indicator,.vs--disabled .vs__search,.vs--disabled .vs__selected{cursor:not-allowed;background-color:#f8f8f8}.v-select[dir=rtl] .vs__actions{padding:0 3px 0 6px}.v-select[dir=rtl] .vs__clear{margin-left:6px;margin-right:0}.v-select[dir=rtl] .vs__deselect{margin-left:0;margin-right:2px}.v-select[dir=rtl] .vs__dropdown-menu{text-align:right}.vs__dropdown-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0 0 4px 0;background:none;border:1px solid rgba(60,60,60,.26);border-radius:4px;white-space:normal}.vs__dropdown-toggle,.vs__selected-options{display:-webkit-box;display:-ms-flexbox;display:flex}.vs__selected-options{-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 2px;position:relative}.vs__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:4px 6px 0 3px}.vs--searchable .vs__dropdown-toggle{cursor:text}.vs--unsearchable .vs__dropdown-toggle{cursor:pointer}.vs--open .vs__dropdown-toggle{border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.vs__open-indicator{fill:rgba(60,60,60,.5);-webkit-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .15s cubic-bezier(1,-.115,.975,.855);transition:-webkit-transform .15s cubic-bezier(1,-.115,.975,.855);transition:transform .15s cubic-bezier(1,-.115,.975,.855);transition:transform .15s cubic-bezier(1,-.115,.975,.855),-webkit-transform .15s cubic-bezier(1,-.115,.975,.855);-webkit-transition-timing-function:cubic-bezier(1,-.115,.975,.855);transition-timing-function:cubic-bezier(1,-.115,.975,.855)}.vs--open .vs__open-indicator{-webkit-transform:rotate(180deg) scale(1);transform:rotate(180deg) scale(1)}.vs--loading .vs__open-indicator{opacity:0}.vs__clear{fill:rgba(60,60,60,.5);padding:0;border:0;background-color:transparent;cursor:pointer;margin-right:8px}.vs__dropdown-menu{display:block;position:absolute;top:calc(100% - 1px);left:0;z-index:1000;padding:5px 0;margin:0;width:100%;max-height:350px;min-width:160px;overflow-y:auto;-webkit-box-shadow:0 3px 6px 0 rgba(0,0,0,.15);box-shadow:0 3px 6px 0 rgba(0,0,0,.15);border:1px solid rgba(60,60,60,.26);border-top-style:none;border-radius:0 0 4px 4px;text-align:left;list-style:none;background:#fff}.vs__no-options{text-align:center}.vs__dropdown-option{line-height:1.42857143;display:block;padding:3px 20px;clear:both;color:#333;white-space:nowrap}.vs__dropdown-option:hover{cursor:pointer}.vs__dropdown-option--highlight{background:#5897fb;color:#fff}.vs__selected{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#f0f0f0;border:1px solid rgba(60,60,60,.26);border-radius:4px;color:#333;line-height:1.4;margin:4px 2px 0 2px;padding:0 .25em}.vs__deselect{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-left:4px;padding:0;border:0;cursor:pointer;background:none;fill:rgba(60,60,60,.5);text-shadow:0 1px 0 #fff}.vs--single .vs__selected{background-color:transparent;border-color:transparent}.vs--single.vs--open .vs__selected{position:absolute;opacity:.4}.vs--single.vs--searching .vs__selected{display:none}.vs__search::-ms-clear,.vs__search::-webkit-search-cancel-button,.vs__search::-webkit-search-decoration,.vs__search::-webkit-search-results-button,.vs__search::-webkit-search-results-decoration{display:none}.vs__search,.vs__search:focus{-webkit-appearance:none;-moz-appearance:none;appearance:none;line-height:1.4;font-size:1em;border:1px solid transparent;border-left:none;outline:none;margin:4px 0 0 0;padding:0 7px;background:none;-webkit-box-shadow:none;box-shadow:none;width:0;max-width:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.vs__search::-webkit-input-placeholder{color:inherit}.vs__search::-moz-placeholder{color:inherit}.vs__search:-ms-input-placeholder{color:inherit}.vs__search::-ms-input-placeholder{color:inherit}.vs__search::placeholder{color:inherit}.vs--unsearchable .vs__search{opacity:1}.vs--unsearchable .vs__search:hover{cursor:pointer}.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search{opacity:.2}.vs__spinner{-ms-flex-item-align:center;align-self:center;opacity:0;font-size:5px;text-indent:-9999em;overflow:hidden;border-top:.9em solid hsla(0,0%,39.2%,.1);border-right:.9em solid hsla(0,0%,39.2%,.1);border-bottom:.9em solid hsla(0,0%,39.2%,.1);border-left:.9em solid rgba(60,60,60,.45);-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-animation:vSelectSpinner 1.1s linear infinite;animation:vSelectSpinner 1.1s linear infinite;-webkit-transition:opacity .1s;transition:opacity .1s}.vs__spinner,.vs__spinner:after{border-radius:50%;width:5em;height:5em}.vs--loading .vs__spinner{opacity:1}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}*{-webkit-box-sizing:border-box;box-sizing:border-box;outline:none!important}body,html{font-family:Poppins,sans-serif;font-size:10px;color:#444}.main-wrapper,body,html{width:100%;height:100%;overflow:hidden}.main-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:1.4rem}.content{background-color:#f5f7fb;width:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;overflow:hidden}.scrollable-content{width:100%;height:100%;overflow-y:scroll;padding:3.2rem 4.8rem 0}.scrollable-content::-webkit-scrollbar{width:.8rem}.scrollable-content::-webkit-scrollbar-button{height:.8rem;width:.8rem}.scrollable-content::-webkit-scrollbar-thumb{background:#727272;border-radius:.6rem}.scrollable-content--width{max-width:118.4rem;margin:0 auto;height:100%;padding-bottom:3.2rem}h1{font-size:8rem;line-height:10rem}h1,h2{font-weight:600;margin:0}h2{font-size:2.4rem;line-height:3.5rem}h3{font-size:1.6rem;line-height:1.45}h3,h4{font-weight:600;margin:0}h4{line-height:2.1rem}h5{font-size:4.8rem;font-weight:600;line-height:6.4rem;margin:0}.light-active-header{color:#5dade2}.light-header{color:#727272}.bold{font-weight:600}.main-label{line-height:1.43;margin-bottom:1.3rem}.common-label{line-height:2rem}.common-light-label{color:#727272;line-height:2rem;font-size:1.4rem}.light-label{font-size:1.2rem;line-height:2rem;color:#727272}.light-label.with-arrow{position:relative;padding-left:1.6rem}.light-label.with-arrow:before{content:"";position:absolute;bottom:.6rem;left:0;border:.4rem solid transparent;border-left:.6rem solid #444}p{line-height:2.4rem}.col-grid{display:-webkit-box;display:-ms-flexbox;display:flex}.col{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:0 1.6rem;max-width:33.333%}ul{list-style-type:none;margin:0;padding:0}a{display:block;color:#727272;text-decoration:none;font-weight:600;line-height:1.45;-webkit-transition:color .3s;transition:color .3s;position:relative}a:before{right:50%}a:after,a:before{content:"";position:absolute;width:0;height:.1rem;bottom:0;background-color:#5948ff;-webkit-transition:width .3s;transition:width .3s}a:after{left:50%}a.active,a:hover{color:#5948ff}a.active:after,a.active:before{width:50%}.checkbox-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.checkbox-wrap .checkbox{width:1.6rem;height:1.6rem;border-radius:.4rem;border:1px solid rgba(178,188,197,.3);margin-left:1.6rem;-webkit-transition:background-color .3s,border .3s;transition:background-color .3s,border .3s}.checkbox-wrap .checkbox svg{display:block;margin:-.1rem 0 0 -.1rem}.checkbox-wrap input{display:none}.checkbox-wrap input:checked+.checkbox{background-color:#5948ff;border:1px solid #5948ff}.input-wrap{position:relative;border-radius:.4rem;width:100%}.input-wrap span{height:4.8rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left;font-weight:600}.input-wrap .error-msg{display:none;font-size:1.2rem;line-height:1.67;color:#fd3a3a;margin-top:.7rem}.input-wrap.error{position:relative}.input-wrap.error .vs__dropdown-toggle,.input-wrap.error input{border-color:#fd3a3a;background-color:#ffebeb}.input-wrap.error .vs__dropdown-toggle+.input-label-inside,.input-wrap.error input+.input-label-inside{background-color:#ffebeb}.input-wrap.error .vs__dropdown-toggle+.input-label-inside:before,.input-wrap.error input+.input-label-inside:before{background-image:-webkit-gradient(linear,right top,left top,from(#ffebeb),to(rgba(253,58,58,0)));background-image:linear-gradient(270deg,#ffebeb,rgba(253,58,58,0))}.input-wrap.error .vs__dropdown-toggle .vs__actions,.input-wrap.error input .vs__actions{background-color:#ffebeb}.input-wrap.error .vs__dropdown-toggle .vs__actions:after,.input-wrap.error input .vs__actions:after{background-image:-webkit-gradient(linear,right top,left top,from(#ffebeb),to(rgba(253,58,58,0)));background-image:linear-gradient(270deg,#ffebeb,rgba(253,58,58,0))}.input-wrap.error .vs__search{background-color:transparent;border-color:transparent}.input-wrap.error .error-msg{display:block;text-align:left}.input-wrap.input-wrap--small{width:calc(50% - 1.6rem);margin-right:auto}.input-wrap.input-wrap--smallest{width:25%;margin-right:auto}.input-devider{min-height:4.8rem;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;width:3.2rem;-ms-flex-negative:0;flex-shrink:0;text-align:center}input[type=number],input[type=text]{width:100%;display:block;font-weight:600;line-height:1.5;padding:1.3rem 0 1.2rem 1.6rem;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;border-radius:.4rem;border:.1rem solid #e8ebee;background-color:#fff;-webkit-transition:border-color .3s;transition:border-color .3s}input[type=number]:focus,input[type=text]:focus{border-color:#5948ff}input[type=radio]{display:none}input[disabled]{background-color:rgba(178,188,197,.1)}input[disabled]+.input-label-inside{background-color:transparent}input[disabled]+.input-label-inside:before{background-image:none}.input-label-inside{color:#727272;line-height:1.5;padding:1.3rem 1.6rem 1.2rem 0;background-color:#fff;-ms-flex-negative:0;flex-shrink:0;border-radius:0 .4rem .4rem 0;position:absolute;right:.1rem;top:.1rem;pointer-events:none}.input-label-inside:before{content:"";position:absolute;width:1.6rem;height:100%;right:100%;top:0;background-image:-webkit-gradient(linear,right top,left top,from(#fff),to(hsla(0,0%,100%,0)));background-image:linear-gradient(270deg,#fff,hsla(0,0%,100%,0))}.radio-input-wrap{text-align:left;width:auto;display:-webkit-box;display:-ms-flexbox;display:flex}.radio-input-wrap label{cursor:pointer;display:block;line-height:2.1rem;padding-left:2.4rem;font-weight:600;position:relative;margin:1.4rem 2.3rem 1.3rem 0}.radio-input-wrap label:before{content:"";-webkit-box-sizing:border-box;box-sizing:border-box;width:1.6rem;height:1.6rem;position:absolute;top:.2rem;left:0;border:.1rem solid rgba(178,188,197,.3);border-radius:50%;-webkit-transition:border .3s;transition:border .3s}.radio-input-wrap label:after{content:"";width:.8rem;height:.8rem;border-radius:50%;background-color:#5948ff;position:absolute;top:.6rem;left:.4rem;-webkit-transition:transform .3s;transition:transform .3s;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:50%;transform-origin:50%}.radio-input-wrap input:checked+label:before{border:.2rem solid #5948ff}.radio-input-wrap input:checked+label:after{-webkit-transform:scale(1);transform:scale(1)}button{position:relative;color:#5948ff;font-weight:600;line-height:1.5;padding:0;border:0;background-color:transparent;text-align:center;border-radius:.4rem;-ms-flex-negative:0;flex-shrink:0}.btn-primary{min-width:16rem;color:#fff;background-color:#5948ff;padding:1.4rem 1.5rem 1.3rem;-webkit-transition:background-color .3s;transition:background-color .3s}.btn-primary:hover{background-color:#3123c4}.file-uploads{margin-right:2rem}.file-uploads label{cursor:pointer}.btn-secondary{min-width:16rem;color:#5948ff;background-color:rgba(89,72,255,.1);padding:1.4rem 1.5rem 1.3rem;-webkit-transition:background-color .3s;transition:background-color .3s}.btn-secondary:hover{background-color:rgba(89,72,255,.2)}.btn-warning{width:100%;color:#fff;background-color:#fd3a3a;padding:1.4rem 1.5rem 1.3rem;-webkit-transition:background-color .3s;transition:background-color .3s}.btn-warning:hover{background-color:#ce2020}.tab-button{background-color:transparent;margin:0;color:#727272;-webkit-transition:background-color .3s,color .3s;transition:background-color .3s,color .3s;padding:1.3rem 1.5rem 1.2rem;min-width:9.2rem;border-radius:.2rem}.tab-button:hover{color:#444}.tab-button.current{background-color:#fff;color:#444;border:1px solid rgba(0,0,0,.05);padding:1.2rem 1.4rem 1.1rem;-webkit-box-shadow:0 .8rem 2.4rem 0 rgba(0,0,0,.15);box-shadow:0 .8rem 2.4rem 0 rgba(0,0,0,.15)}.btn-alert{font-weight:600;text-align:center;min-width:16rem;color:#dc7633;background-color:rgba(220,118,51,.1);padding:1.4rem 1.5rem 1.3rem;-webkit-transition:background-color .3s;transition:background-color .3s}.btn-alert:hover{background-color:rgba(220,118,51,.2)}.btn-link{position:relative}.btn-link:before{right:50%}.btn-link:after,.btn-link:before{content:"";position:absolute;width:0;height:.1rem;bottom:0;background-color:#5948ff;-webkit-transition:width .3s;transition:width .3s}.btn-link:after{left:50%}.btn-link:hover:after,.btn-link:hover:before{width:50%}.btn-close{display:inline-block;-webkit-mask:url(../img/ico-close.26176b0f.svg);mask:url(../img/ico-close.26176b0f.svg);-webkit-mask-image:url(../img/ico-close.26176b0f.svg);mask-size:cover;-webkit-mask-size:cover;width:1.6rem;height:1.6rem;background-color:#c8ced4;-webkit-transition:background-color .3s;transition:background-color .3s}.btn-close:hover{background-color:#444}.btn-more{width:1.6rem;height:1.6rem}.btn-more span{display:block;width:.4rem;height:.4rem;border-radius:50%;margin:0 auto .2rem;-webkit-transition:background-color .3s;transition:background-color .3s;background-color:#c8ced4}.btn-more span:last-child{margin-bottom:0}.btn-more:hover:hover span{background-color:#444}body span.vdp-datepicker__clear-button{position:absolute;right:1.5rem;top:1.4rem;height:1.8rem}body .vdp-datepicker__calendar{font-size:1.2rem;border:0;border-radius:.8rem;overflow:hidden;-webkit-box-shadow:0 .8rem 4.8rem 0 rgba(0,0,0,.2);box-shadow:0 .8rem 4.8rem 0 rgba(0,0,0,.2);width:33.6rem;position:relative}body .vdp-datepicker__calendar>div{padding:0 1.4rem 1.4rem;position:relative}body .vdp-datepicker__calendar>div:after{content:"";background-color:#f5f7fb;position:absolute;top:0;left:0;width:100%;height:4.4rem}body .vdp-datepicker__calendar header{padding:0;font-size:1.4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-shadow:none;box-shadow:none;background-color:#f5f7fb;overflow:hidden}body .vdp-datepicker__calendar header .next:not(.disabled):hover,body .vdp-datepicker__calendar header .prev:not(.disabled):hover,body .vdp-datepicker__calendar header .up:not(.disabled):hover{background-color:rgba(89,72,255,.1)}body .vdp-datepicker__calendar header span{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:auto;height:5.6rem;float:none;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-color:transparent;-webkit-transition:background-color .3s;transition:background-color .3s}body .vdp-datepicker__calendar header .prev:after{width:1.6rem;height:1.6rem;background:url(../img/ico-arrow-left.e5218445.svg);background-size:cover;margin:-.8rem 0 0 -.8rem;-webkit-transform:none;transform:none}body .vdp-datepicker__calendar header .next:after{width:1.6rem;height:1.6rem;background:url(../img/ico-arrow-right.094ae10a.svg);background-size:cover;margin:-.8rem 0 0 -.8rem;-webkit-transform:none;transform:none}body .vdp-datepicker__calendar header .next,body .vdp-datepicker__calendar header .prev{width:5.6rem;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;float:none;display:block;font-size:0}body .vdp-datepicker__calendar header .next:after,body .vdp-datepicker__calendar header .prev:after{border:0}body .vdp-datepicker__calendar .day__month_btn{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;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;width:auto}body .vdp-datepicker__calendar .cell{border:0;border-radius:50%;font-weight:400;background-color:transparent;-webkit-transition:background-color .3s;transition:background-color .3s;font-size:1.2rem}body .vdp-datepicker__calendar .cell.month,body .vdp-datepicker__calendar .cell.year{border-radius:0}body .vdp-datepicker__calendar .cell.day-header{font-size:1.2rem}body .vdp-datepicker__calendar .cell.day{width:4.4rem;height:4.4rem;line-height:4.4rem}body .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover,body .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).month:hover,body .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).year:hover{border:0;background-color:rgba(89,72,255,.1)}body .vdp-datepicker__calendar .cell.selected{background-color:#5948ff;color:#fff}body .vdp-datepicker__calendar .cell.selected:hover{background-color:#5948ff!important}body .vdp-datepicker__calendar .day-header{color:#727272;background-color:#f5f7fb;border-radius:0;text-transform:uppercase;font-weight:400;font-size:1.2rem;width:4.4rem;height:4.4rem;line-height:4.4rem;position:relative;z-index:10;margin-bottom:1.4rem}body .vdp-datepicker__calendar .day-header:hover{background-color:#f5f7fb!important}.with-dropdown{position:relative}.drop-down-menu{border-radius:.8rem;-webkit-box-shadow:0 .8rem 4.8rem 0 rgba(0,0,0,.2);box-shadow:0 .8rem 4.8rem 0 rgba(0,0,0,.2);background-color:#fff;line-height:2rem;position:absolute;top:1.6rem;right:-1.6rem;font-weight:400;display:none;z-index:1}.drop-down-menu.opened{display:block}.drop-down-menu:before{content:"";position:absolute;top:-1.6rem;right:1.6rem;width:0;height:0;border:.8rem solid transparent;border-bottom:.8rem solid #fff}.drop-down-sub-menu{position:relative;padding:1.9rem 0 .8rem;min-width:21.6rem}.drop-down-sub-menu:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:.1rem;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:rgba(200,206,212,.3);background-clip:content-box;padding:0 2.4rem}.drop-down-sub-menu .light-label{padding:0 2.4rem .8rem}.drop-down-sub-menu li{position:relative;padding:0 .8rem;-webkit-transition:background-color .3s;transition:background-color .3s;margin-bottom:.1rem;cursor:pointer}.drop-down-sub-menu li.current span,.drop-down-sub-menu li:hover{background-color:#f5f7fb}.drop-down-sub-menu li:hover .btn-close{opacity:1}.drop-down-sub-menu li span{border-radius:.4rem;display:block;padding:1rem 1.6rem}.drop-down-sub-menu li .btn-close{position:absolute;top:1.2rem;right:1.4rem;opacity:0;-webkit-transition:opacity .3s;transition:opacity .3s}.drop-down-actions{padding:2.1rem 2.4rem;min-width:12rem}.drop-down-actions li{margin-bottom:1.3rem}.drop-down-actions li:last-child{margin-bottom:0}.tab-buttons-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:.4rem;background-color:#f5f7fb;padding:.1rem;color:#727272}.popup-wrap{position:fixed;width:100%;height:100%;background-color:rgba(33,41,69,.1);top:0;left:0;z-index:1000;padding:3.2rem;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.popup-wrap.opened{display:-webkit-box;display:-ms-flexbox;display:flex}.popup-wrap.fix-popup-opened .popup-content{background-color:#f5f7fb}.popup-wrap.fix-popup-opened table tbody{opacity:.5}.popup-wrap.fix-popup-opened .fix-popup{-webkit-transform:scaleY(1);transform:scaleY(1)}.popup-wrap.fix-popup-opened .fix-popup-wrap{pointer-events:auto}.popup-inner{border-radius:8px;-webkit-box-shadow:0 .8rem 4.8rem 0 rgba(0,0,0,.2);box-shadow:0 .8rem 4.8rem 0 rgba(0,0,0,.2);background-color:#fff;max-width:92.8rem;max-height:68rem;min-width:40rem;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:hidden;position:relative}.popup-inner--big{min-width:124rem;min-height:50rem;max-height:78rem}.popup-inner--small{max-width:35.2rem}.popup-inner--small .popup-content{padding:3.2rem}.popup-inner--small .input-wrap{margin-bottom:3.2rem}.popup-inner--small .popup-actions{display:-webkit-box;display:-ms-flexbox;display:flex}.popup-inner--small .popup-actions button{min-width:auto;margin:0 .8rem;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0}.popup-inner--small .popup-actions button:first-child{margin-left:0}.popup-inner--small .popup-actions button:last-child{margin-right:0}.popup-header{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:2.5rem 3.2rem 2.4rem;border-bottom:.1rem solid rgba(200,206,212,.3)}.popup-footer,.popup-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-negative:0;flex-shrink:0}.popup-footer{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:3.2rem;border-top:.1rem solid rgba(200,206,212,.3);background-color:#f5f7fb}.popup-footer.with-pagination{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.popup-footer button{margin-left:1.6rem;min-width:10.4rem}.popup-content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;overflow:auto;-webkit-transition:.3s;transition:.3s}.popup-content h2{margin:-.8rem 0 .4rem}.popup-content p{margin:0 0 2.4rem}.popup-content table{width:100%;font-size:1.2rem;table-layout:auto}.popup-content table thead tr{border-bottom:0}.popup-content table tbody{opacity:1;-webkit-transition:opacity .3s;transition:opacity .3s}.popup-content table th{white-space:nowrap;position:-webkit-sticky;position:sticky;top:0;z-index:5;text-align:left;padding:1.2rem 1.6rem 1.1rem;background-color:#f5f7fb}.popup-content table th:first-child{padding-left:3.2rem}.popup-content table th:last-child{padding-right:3.2rem}.popup-content table tr{border-bottom:.1rem solid rgba(200,206,212,.3)}.popup-content table tr:last-child{border-bottom:0}.popup-content table td{padding:1.6rem}.popup-content table td:first-child{padding-left:3.2rem}.popup-content table td:last-child{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-right:3.2rem}.popup-content table .btn-wrap{position:relative;margin-right:1.6rem}.popup-content table .btn-wrap:last-child{margin-right:0}.popup-content table button{min-width:6.4rem;padding:.7rem 1rem}.popup-content-inner{width:100%;height:100%;overflow:auto}.fix-popup-wrap{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;pointer-events:none}.fix-popup{position:absolute;padding:2.4rem 3.2rem 3.2rem;background-color:#fff;top:7.1rem;left:50%;width:35.2rem;margin-left:-17.6rem;-webkit-box-shadow:0 .8rem 4.8rem 0 rgba(0,0,0,.2);box-shadow:0 .8rem 4.8rem 0 rgba(0,0,0,.2);border-radius:0 0 .8rem .8rem;line-height:2.4rem;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:0 0;transform-origin:0 0}.fix-popup .input-wrap{margin:1rem 0 3.2rem}.action-btn-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.action-btn-wrap .btn-wrap{width:50%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:0 .8rem}.action-btn-wrap .btn-wrap button{width:100%;min-width:auto}.action-btn-wrap .btn-wrap:first-child{padding:0 .8rem 0 0}.action-btn-wrap .btn-wrap:last-child{padding:0 0 0 .8rem}.vs__dropdown-toggle{font-weight:600;line-height:1.5;padding:.9rem 0 1.2rem .8rem;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;border-radius:.4rem;border:.1rem solid #e8ebee;background-color:#fff;-webkit-transition:border .3s;transition:border .3s;position:relative;cursor:pointer}.vs__dropdown-toggle:hover{border-color:#5dade2}.vs__selected-options{overflow:hidden}.vs__selected-options span{height:auto}.vs__selected{padding:0 .2rem;text-align:left;white-space:nowrap;width:100%;position:absolute;top:0;left:.2rem}.vs__search,.vs__search:focus{padding:0 .5rem;top:0;left:0;width:100%;cursor:pointer}.vs--searchable .vs__dropdown-toggle{cursor:pointer}.vs__clear,.vs__open-indicator{display:none}.vs__actions{right:0;width:4.6rem;background-color:#fff;border-radius:0 .4rem .4rem 0;pointer-events:none}.vs__actions,.vs__actions:after{position:absolute;top:0;height:100%}.vs__actions:after{content:"";width:1.6rem;right:100%;background-image:-webkit-gradient(linear,right top,left top,from(#fff),to(hsla(0,0%,100%,0)));background-image:linear-gradient(270deg,#fff,hsla(0,0%,100%,0))}.vs__actions:before{content:"";width:0;height:0;border:3px solid transparent;border-top:4px solid #444;position:absolute;top:2.1rem;right:2rem;-webkit-transition:transform .3s;transition:transform .3s;-webkit-transform-origin:50% 25%;transform-origin:50% 25%}.vs__dropdown-menu{padding:0;top:100%;min-width:100%;width:auto;border-radius:.4rem;-webkit-box-shadow:0 .8rem 3.2rem 0 rgba(0,0,0,.15);box-shadow:0 .8rem 3.2rem 0 rgba(0,0,0,.15);background-color:#fff;border:0;font-weight:600}.vs__dropdown-option{font-size:1.4rem;line-height:1.5;white-space:normal;padding:1.4rem 2rem 1.3rem}.vs__dropdown-option--highlight{background:#f5f7fb;color:#444}.vs--open .vs__dropdown-toggle{border-radius:.4rem;border:1px solid #5948ff}.vs--open .vs__search,.vs--open .vs__search:focus{position:static}.vs--open .vs__actions:before{-webkit-transform:rotate(180deg);transform:rotate(180deg)}header{padding:3.2rem 4.8rem 0;width:100%;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-webkit-box-shadow:0 0 1.6rem 0 rgba(0,0,0,.16);box-shadow:0 0 1.6rem 0 rgba(0,0,0,.16);background-color:#fff;position:relative;z-index:1}header::-webkit-scrollbar{visibility:hidden;width:.8rem}.header--width{max-width:118.4rem;margin:0 auto;padding:0 3.2rem}.header-actions{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:2.6rem}.header-actions,.header-actions-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.header-actions-nav{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.header-actions-nav-dropdown{width:9.5rem;font-size:1.1rem;line-height:2.04;color:#727272;border-radius:.4rem;border:.1rem solid #727272;padding:0 0 0 .7rem;margin-bottom:.7rem;display:-webkit-box;display:-ms-flexbox;display:flex;white-space:nowrap;background-color:transparent;-webkit-transition:border .3s,color .3s,background-color .3s;transition:border .3s,color .3s,background-color .3s;cursor:pointer}.header-actions-nav-dropdown:hover{color:#5948ff;border:.1rem solid #5948ff;background-color:rgba(89,72,255,.1)}.header-actions-nav-dropdown:hover span:after{border-top:.4rem solid #5948ff}.header-actions-nav-dropdown span{-ms-flex-negative:0;flex-shrink:0;display:block;height:2.2rem;width:2.2rem;border-left:.1rem solid rgba(200,206,212,.3);margin-left:.7rem;position:relative}.header-actions-nav-dropdown span:after{content:"";display:block;width:0;height:0;border:.3rem solid transparent;border-top:.4rem solid #727272;position:absolute;top:50%;left:50%;margin:-.2rem 0 0 -.3rem;-webkit-transform-origin:.3rem .2rem;transform-origin:.3rem .2rem;-webkit-transition:border .3s,-webkit-transform .3s;transition:border .3s,-webkit-transform .3s;transition:border .3s,transform .3s;transition:border .3s,transform .3s,-webkit-transform .3s}.header-actions-nav-dropdown-content{display:none;position:absolute;top:4rem;left:0;padding:1.2rem .8rem;width:26rem;border-radius:.4rem;background-color:#212945;font-size:1.2rem;line-height:3.2rem;color:#727272;z-index:1}.header-actions-nav-dropdown-line{padding:0 .8rem 0 1.6rem;background-color:transparent;border-radius:.4rem;-webkit-transition:background-color .3s;transition:background-color .3s;display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.header-actions-nav-dropdown-line:hover{background-color:hsla(0,0%,100%,.1)}.header-actions-nav-dropdown-line:before{content:"";position:absolute;top:-.8rem;left:7.8rem;width:0;height:0;border:.4rem solid transparent;border-bottom:.4rem solid #212945}.header-actions-nav-dropdown-line.disabled{opacity:.5;pointer-events:none}.header-actions-nav-dropdown-step{font-weight:500;color:#fff;width:6.4rem;-ms-flex-negative:0;flex-shrink:0}.header-actions-nav-dropdown-wrap{position:relative}.header-actions-nav-dropdown-wrap.opened .header-actions-nav-dropdown-content{display:block}.header-actions-nav-dropdown-wrap.opened .header-actions-nav-dropdown{color:#5948ff;border:.1rem solid #5948ff;background-color:rgba(89,72,255,.1)}.header-actions-nav-dropdown-wrap.opened .header-actions-nav-dropdown span:after{border-top:.4rem solid #5948ff;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.header-actions-btn-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-negative:0;flex-shrink:0}.header-actions-btn-wrap button{margin-left:1.6rem}.header-actions-btn-wrap .btn-link{margin-right:1.6rem}.header-sub-nav{display:-webkit-box;display:-ms-flexbox;display:flex;border-top:.1rem solid rgba(200,206,212,.3);position:relative}.header-sub-nav .nav-link{padding:2.1rem 0 2.3rem;font-weight:600}.header-sub-nav a{font-size:1.2rem;position:relative;font-weight:400;margin-right:3.2rem;cursor:pointer}.header-sub-nav a span{position:relative;display:inline-block;width:9.2rem;padding:2.1rem 0 2.3rem;font-weight:400}.header-sub-nav a span:before{content:"";width:1.6rem;height:1.6rem;border-radius:50%;background-color:#fff;position:absolute;top:-.8rem;left:-.4rem}.header-sub-nav a span:after{content:"";width:.8rem;height:.8rem;border-radius:50%;background-color:#727272;position:absolute;top:-.4rem;left:0;-webkit-transition:background-color .3s;transition:background-color .3s}.header-sub-nav a.active span:after{background-color:#5948ff}.header-sub-nav a.completed{color:#52be80}.header-sub-nav a.completed:hover{color:#5948ff}.header-sub-nav a.completed:before{content:"";width:2.4rem;height:2.4rem;border-radius:50%;background-color:#fff;position:absolute;top:-1.2rem;left:-.4rem}.header-sub-nav a.completed:after{content:"";width:1.6rem;height:1.6rem;border-radius:50%;background-color:#52be80;position:absolute;top:-.8rem;left:0;-webkit-transition:background-color .3s;transition:background-color .3s;background:#52be80 url(../img/ico-check.da277e95.svg) 50% no-repeat;background-size:cover}.header-sub-nav-checkbox-wrap{position:absolute;right:0;top:0;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.introduction-intro{margin:0 0 12.8rem;padding-top:8rem;background:url(../img/header_image.b24ea9f1.jpg) 100% 100% no-repeat;background-size:51.35%}.introduction-intro-content{max-width:60rem;padding-left:3.2rem}.introduction-intro-content h1{margin-bottom:2.3rem}.introduction-intro-content h2{margin-bottom:1.5rem}.introduction-intro-content .btn-wrap{display:-webkit-box;display:-ms-flexbox;display:flex}.introduction-intro-content button{width:19.2rem;font-size:2rem;margin-right:1.6rem;padding:2rem 1.5rem 2.2rem}.introduction-desc p{line-height:2.4rem}.introduction-desc img{margin-bottom:1.6rem}.introduction-step-section .section-content{padding:3.2rem}.introduction-step{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:9.6rem;position:relative;left:-6.4rem}.introduction-step:first-child{margin-top:6.4rem}.introduction-step:last-child{margin-bottom:4.2rem}.introduction-step div{-ms-flex-negative:0;flex-shrink:0}.introduction-step-pic{width:40%}.introduction-step-pic img{display:block;width:100%;-webkit-box-shadow:0 .8rem 2.4rem 0 rgba(0,0,0,.2);box-shadow:0 .8rem 2.4rem 0 rgba(0,0,0,.2)}.introduction-step-desc{width:60%;padding-left:9.6rem;margin-top:-.9rem}.introduction-step-desc h2{margin-bottom:.8rem}.introduction-step-desc h5{margin-bottom:2.2rem}.introduction-step-desc p{margin-top:0;line-height:2.4rem}.introduction-start{text-align:center;border:.2rem solid rgba(178,188,197,.2);border-radius:.8rem;margin-bottom:4.8rem;padding:8.6rem 3.2rem 9.4rem}.introduction-start h2{margin-bottom:3.9rem;line-height:3.3rem}.introduction-start button{padding:2rem 1.5rem 2.2rem;font-size:2rem;width:25.6rem}.drag-n-drop{width:100%;height:100%;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;text-align:center;border-radius:.8rem}.drag-n-drop.active{background-color:rgba(89,72,255,.05);border:.2rem dashed #5948ff;-webkit-box-shadow:0 .8rem 24rem 0 rgba(0,0,0,.05);box-shadow:0 .8rem 24rem 0 rgba(0,0,0,.05)}.drag-n-drop img{margin-bottom:2.4rem}.drag-n-drop h4{margin-bottom:.1rem}.drag-n-drop p{max-width:24rem;margin:0;line-height:1.75;margin-bottom:.2rem}.drag-n-drop .btn-link{cursor:pointer;position:relative;color:#5948ff;font-weight:600;line-height:1.5;padding:0;border:0;background-color:transparent;text-align:center;border-radius:4px;-ms-flex-negative:0;flex-shrink:0}.drag-n-drop label{cursor:pointer}.drag-n-drop-error{margin:1rem 0 2.2rem;padding:.8rem;max-width:24rem;width:100%;color:#fd3a3a;background-color:rgba(253,58,58,.1);border-radius:.4rem;font-size:1.2rem;line-height:2}.drag-n-drop-error .btn-link{color:#fd3a3a;font-size:1.2rem;font-weight:400}.drag-n-drop-error .btn-link:after,.drag-n-drop-error .btn-link:before{background-color:#fd3a3a;width:50%}.drag-n-drop-error .btn-link:hover:after,.drag-n-drop-error .btn-link:hover:before{width:0}section{background-color:#fff;border-radius:.8rem;-webkit-box-shadow:0 .8rem 2.4rem 0 rgba(0,0,0,.05);box-shadow:0 .8rem 2.4rem 0 rgba(0,0,0,.05);margin-bottom:3.2rem}.section-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:7.9rem;padding:1.6rem 3.2rem 1.5rem}.section-header .input-wrap{width:10rem;margin-right:1.6rem}.section-header .btn-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.section-header .btn-wrap button{margin-left:1.6rem}.section-header .btn-wrap .tab-button{margin:0}.section-header .with-dropdown>button:after{content:"";width:0;height:0;display:inline-block;border:.4rem solid transparent;border-top:.5rem solid #5948ff;margin:0 0 -.1rem .9rem}.section-header .with-dropdown .drop-down-actions button{margin-left:0}.section-header .drop-down-menu{z-index:2;top:calc(100% + .8rem);left:1.6rem;right:auto}.section-header .drop-down-menu:before{display:none}.section-header-desc{color:#727272;text-align:right;font-size:1.2rem;line-height:2rem;-ms-flex-item-align:center;align-self:center}.section-header-desc p{margin:0}.section-content{padding:3.2rem 1.6rem;border-top:1px solid rgba(200,206,212,.3)}.section-hraph{display:-webkit-box;display:-ms-flexbox;display:flex}.section-hraph-data{-ms-flex-negative:0;flex-shrink:0;width:64.95%;padding:2.4rem 3.2rem 3.2rem}.section-hraph-data .section-graph-header-wrap{padding:0}.section-hraph-segments{-ms-flex-negative:0;flex-shrink:0;width:35.05%;padding:2.4rem 1.6rem 3.2rem .7rem;border-left:.1rem solid rgba(200,206,212,.3)}.section-graph-header-wrap{padding:0 1.6rem 0 2.4rem;margin-bottom:2.8rem}.section-graph-form-wrap{padding-left:.9rem}.section-graph-form-wrap .form-unit:first-child{width:10.7rem;-ms-flex-negative:0;flex-shrink:0}.section-graph-form-wrap .form-unit:last-child{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0}.section-ghraph-data-content-row{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:1.4rem;line-height:2.1rem;margin-bottom:.3rem}.section-ghraph-data-content-row:last-child{margin-bottom:0}.section-ghraph-data-content-row-col{-ms-flex-negative:0;flex-shrink:0;width:50%}.section-ghraph-data-content-row-col:first-child{padding-right:3.2rem}.section-ghraph-data-content-row-col:last-child{padding-left:3.2rem}.drop-down-content .drop-down-arrow{justify-self:center;width:1.6rem;height:1.6rem;background:url(../img/ico-expand.b777cb19.svg) 50% no-repeat;background-size:cover;-webkit-transform:rotate(0);transform:rotate(0);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.drop-down-content .section-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.drop-down-content .section-content{display:none}.drop-down-content .btn-secondary{min-width:11.2rem;margin:0 3.4rem 0 auto}.drop-down-content.opened .drop-down-arrow{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.drop-down-content.opened .section-content{display:block}.table-wrap{width:100%;padding:0 1.6rem;line-height:2rem;font-size:1.2rem}.table-wrap.table-wrap--plans-info .table{margin-bottom:3.2rem}.table{width:100%;margin-top:-3.2rem}.table.table-chart{position:relative;margin-top:0}.table.table-chart:first-child{margin-top:-3.2rem}.table.table-chart:last-child .table-row{border-bottom:1px solid rgba(200,206,212,.3)}.table.table-chart .table-row{border-bottom:1px dashed #c8ced4}.table.table-chart .table-unit{position:relative;text-align:center;min-height:5rem}.table.table-chart .main-label{margin-bottom:0}.table.table-chart .light-label{font-size:1.4rem}.table.table-chart h5{margin-bottom:.2rem}.table-chart-label{position:absolute;background-color:#fff;bottom:-1rem;left:0;padding-right:.5rem}.table-footer{margin-top:3.2rem}.table-row{width:100%;border-bottom:.1rem solid rgba(200,206,212,.3);display:-webkit-box;display:-ms-flexbox;display:flex}.table-head-unit{padding:2.2rem 2.4rem 2.1rem;width:100%;font-weight:600;word-break:break-word}.table-head-unit:first-child{-ms-flex-item-align:end;align-self:flex-end;width:22.84%;-ms-flex-negative:0;flex-shrink:0;padding-left:0}.table-unit{padding:2.2rem 1.4rem 2.1rem;width:100%;word-break:break-word;position:relative}.table-unit.current{padding:2rem 2.2rem 1.9rem;border:2px solid #5948ff}.table-unit:first-child{width:22.84%;-ms-flex-negative:0;flex-shrink:0;padding-left:0}.table-unit:nth-child(2n){background-color:#f5f7fb}.table-unit:nth-child(2n) .big-graph-devider:before{border-bottom-color:#f5f7fb}.table-unit.changed{background-color:#fef7cb}.table-unit .common-label{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.table-unit .common-label.star:before{content:"";display:block;width:2rem;height:2rem;background-image:url(../img/ico-star.78e2991e.svg);background-size:2rem 2rem;position:absolute;right:3rem}.table-unit--border-bottom{border-bottom:.1rem solid rgba(200,206,212,.3)}.table-unit-statistics{font-size:1.2rem;position:absolute;right:2.4rem;top:1.2rem;text-align:right}.table-unit-statistics.table-unit-statistics-up{color:#fd3a3a}.table-unit-statistics.table-unit-statistics-up .table-unit-statistics-label:first-child:before{content:"";width:0;height:0;position:absolute;left:-1.6rem;top:.3rem;border:4px solid transparent;border-bottom:6px solid #fd3a3a}.table-unit-statistics.table-unit-statistics-down{color:#52be80}.table-unit-statistics.table-unit-statistics-down .table-unit-statistics-label:first-child:before{content:"";width:0;height:0;position:absolute;left:-1.6rem;top:.7rem;border:4px solid transparent;border-top:6px solid #52be80}.table-unit-statistics-label{position:relative}.table-desc-unit{font-size:1.2rem}.table-graph-unit{padding:2.4rem 2.4rem 1.9rem}.table-graph-unit .table-graph-wrap .big-graph{margin-top:0}.table-graph-wrap .big-graph{margin-top:2.7rem}.circle-bar-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}.circle-bar-wrap.star:before{content:"";display:block;width:2rem;height:2rem;background-image:url(../img/ico-star.78e2991e.svg);background-size:2rem 2rem;position:absolute;top:0;right:0}.circle-bar-wrap h2{position:absolute;width:100%;height:100%;left:0;top:0;text-align:center;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}.circle-bar-wrap h2 .common-light-label{font-weight:400;margin-top:-.2rem}.chart-wrap{padding-left:22.84%;position:absolute;top:0;left:0;z-index:1}.chart-wrap,.chart-wrap .chart{width:100%;height:100%}.paycheck-table .table-row{border-bottom:0;position:relative}.paycheck-table .table-row:first-child{border-bottom:.1rem solid rgba(200,206,212,.3)}.paycheck-table .table-row:nth-child(2) .table-unit:first-child{margin-bottom:-8rem}.paycheck-table .table-row-total{border-top:.1rem solid rgba(200,206,212,.3);border-bottom:.1rem solid rgba(200,206,212,.3)}.paycheck-table .table-row-total h2{text-align:right}.paycheck-table .table-row-total .table-unit{padding:1.6rem 2.4rem 1.5rem}.paycheck-table .table-row-total .table-desc-unit{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.paycheck-table .table-unit:nth-child(2){padding:2.5rem 2.4rem 2.1rem;background-color:transparent;text-align:right;font-weight:600;position:relative;right:-2.4rem}.paycheck-table .select-wrap{margin-top:2rem;font-size:1.4rem}.table-header-participants{height:12rem;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}.table-header-participants h2{text-align:center}.table-header-participants h2 .common-light-label{font-weight:400;margin-top:-.2rem}.table-header-participants.plan-header-secondary h2{color:#7caba2}.table-header-participants.plan-header-secondary h2 .common-light-label{color:#727272}.table-header-participants.plan-header-yellow h2{color:#f3b95a}.table-header-participants.plan-header-yellow h2 .common-light-label{color:#727272}.table-header-participants.plan-header-dark h2{color:#667d95}.table-header-participants.plan-header-dark h2 .common-light-label{color:#727272}.paycheck-table--text .table-unit:nth-child(2){padding:2.2rem 2.4rem 2.1rem}.paycheck-table--text .table-unit:nth-child(3){padding-left:0}.paycheck-table--text .table-row:nth-last-child(2) .table-unit--border-bottom{border-bottom:0}.participants-desc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.table .table-row--low-height .table-unit{padding:.6rem 1.4rem .6rem;min-height:auto;text-align:left}.table .table-row--low-height .table-unit:first-child{padding-left:0}.table-description{font-size:1.2rem;line-height:2.8rem;padding-top:2.4rem;margin-bottom:-.8rem;display:-webkit-box;display:-ms-flexbox;display:flex;color:#727272}.table-description .table-description-unit{margin-right:3.2rem}.table-description span{display:inline-block;margin-right:.8rem;position:relative}.table-description .star{width:1rem;height:1rem;background-image:url(../img/ico-star.78e2991e.svg);background-size:1rem 1rem}.table-description .triangle{display:inline-block;width:0;height:0;border:.4rem solid transparent;border-left:.6rem solid #000;position:relative;top:-.1rem}tr.divider td{background-color:#000;padding:10px}td.pl-8{padding-left:6rem!important}.pagination{-ms-flex-item-align:end;align-self:end}.pagination ul{display:-webkit-box;display:-ms-flexbox;display:flex}.pagination ul li{cursor:pointer;padding-right:1rem}.pagination ul li a:after,.pagination ul li a:before{content:none}.text-content{padding:2.4rem 3.2rem 1.6rem}.text-content p{margin:0;line-height:2.4rem;padding-bottom:2.4rem}.form-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:1.6rem}.form-row:last-child{margin-bottom:0}.form-row.form-row--center-small .form-unit:first-child{width:33.333%}.form-row.form-row--center-small .form-unit:nth-child(2){width:25%}.form-row.form-row--center-small .form-unit:nth-child(3){width:41.667%}.form-row.form-row--center-small-last-medium .form-unit:first-child{width:33.333%}.form-row.form-row--center-small-last-medium .form-unit:nth-child(2){width:25%}.form-row.form-row--center-small-last-medium .form-unit:nth-child(3),.form-row.form-row--center-small-last-small .form-unit:first-child,.form-row.form-row--center-small-last-small .form-unit:nth-child(2){width:33.333%}.form-row.form-row--center-small-last-small .form-unit:nth-child(3),.form-row.form-row--center-small-last-small .form-unit:nth-child(4){width:16.67%}.form-row.form-row--center-full .form-unit:first-child{width:33.333%}.form-row.form-row--center-full .form-unit:nth-child(2){width:66.667%}.form-row.form-row--center-full .form-unit:nth-child(3){width:0}.form-unit{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;text-align:right;padding:0 1.6rem;width:33.333%;-ms-flex-negative:0;flex-shrink:0}.form-unit .common-label,.form-unit .light-label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:auto;height:4.8rem}.form-row-devider{height:.1rem;width:100%;padding:0 1.6rem;margin:3.2rem 0;background-color:rgba(200,206,212,.3);background-clip:content-box;-webkit-box-shadow:0 .8rem 2.4rem 0 rgba(0,0,0,.05);box-shadow:0 .8rem 2.4rem 0 rgba(0,0,0,.05)}.big-graph-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:-1.4rem}.big-graph-unit{padding:0 1.6rem}.big-graph-unit p{line-height:2.4rem;margin-top:0}.big-graph-unit:first-child{width:33.333%}.big-graph-unit:last-child{width:66.667%}.big-graph{margin:.8rem 0 4.4rem}.big-graph:last-child{margin-bottom:0}.big-graph .big-graph-persentage--left{position:static}.big-graph .big-graph-persentage--left .big-graph-persentage{right:auto;left:0}.big-graph.star{position:relative}.big-graph.star:before{content:"";display:block;width:2rem;height:2rem;background-image:url(../img/ico-star.78e2991e.svg);background-size:2rem 2rem;position:absolute;top:-2.9rem;right:0}.big-graph.star .big-graph-persentage--right{position:static}.big-graph.star .big-graph-persentage--right .big-graph-persentage{right:3rem}.big-graph-bar{height:2.4rem;background-color:rgba(178,188,197,.2)}.big-graph-bar,.big-graph-bar-fill{border-radius:.4rem;position:relative}.big-graph-bar-fill{height:100%}.big-graph-bar-fill.big-graph-bar-fill--primary{background-color:#5dade2;-webkit-box-shadow:0 .1rem .2rem 0 rgba(93,173,226,.5);box-shadow:0 .1rem .2rem 0 rgba(93,173,226,.5)}.big-graph-bar-fill.big-graph-bar-fill--secondary{background-color:#7caba2;-webkit-box-shadow:0 .1rem .2rem 0 rgba(110,173,162,.5);box-shadow:0 .1rem .2rem 0 rgba(110,173,162,.5)}.big-graph-bar-fill.big-graph-bar-fill--yellow{background-color:#f3b95a;-webkit-box-shadow:0 .1rem .2rem 0 rgba(253,183,67,.5);box-shadow:0 .1rem .2rem 0 rgba(253,183,67,.5)}.big-graph-bar-fill.big-graph-bar-fill--dark{background-color:#667d95;-webkit-box-shadow:0 .1rem .2rem 0 rgba(96,125,151,.5);box-shadow:0 .1rem .2rem 0 rgba(96,125,151,.5)}.big-graph-persentage{line-height:2rem;position:absolute;right:0;top:-2.7rem;white-space:nowrap}.big-graph-devider{position:absolute;bottom:-.6rem;left:0;margin-left:-1.3rem;width:2.6rem;height:2.1rem}.big-graph-devider:before{content:"";position:absolute;bottom:0;left:0;width:0;height:0;border:1.3rem solid transparent;border-bottom:2.1rem solid #fff}.big-graph-devider:after{content:"";position:absolute;bottom:.4rem;left:.7rem;width:0;height:0;border:.6rem solid transparent;border-bottom:1rem solid #444}.big-graph-desc{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:.8rem}.big-graph-desc,.small-graph{display:-webkit-box;display:-ms-flexbox;display:flex}.small-graph.small-graph--light .small-graph-bar{height:.1rem}.small-graph.small-graph--light .small-graph-name{color:#727272}.small-graph.small-graph--light .small-graph-count{font-weight:400}.small-graph-desc{width:11.2rem;font-weight:600;-ms-flex-negative:0;flex-shrink:0}.small-graph-bar-wrap{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.small-graph-bar-counter{color:#727272;text-align:right;margin-right:1rem;width:4.5rem;-ms-flex-negative:0;flex-shrink:0}.small-graph-bar{background-color:rgba(178,188,197,.2);height:.8rem;border-radius:.8rem;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.small-graph-bar-fill{height:.8rem;min-width:.8rem;border-radius:.8rem;-webkit-box-shadow:0 .1rem .2rem 0 rgba(93,173,226,.5);box-shadow:0 .1rem .2rem 0 rgba(93,173,226,.5);background-color:#5dade2}.small-graph-header{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:.6rem}.small-graph-count{font-weight:600}.plan-header{position:relative}.plan-header:before{content:"";display:block;width:4rem;height:.8rem;border-radius:.8rem;background-color:#5948ff;margin-bottom:1.4rem}.plan-header.plan-header-0:before{background-color:#5dade2}.plan-header.plan-header-1:before{background-color:#7caba2}.plan-header.plan-header-2:before{background-color:#f3b95a}.plan-header.plan-header-3:before{background-color:#667d95}.plan-header .btn-more{position:absolute;right:0;bottom:.2rem}.plan-header-light{font-weight:400;font-size:1.2rem;cursor:pointer;line-height:1.7rem;color:#727272;border-bottom:.1rem dashed #727272;display:inline-block}.pdf-add-wrap{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}.pdf-add-wrap p{margin:2.4rem 0 1.6rem}.pdf-add-wrap button{min-width:18.4rem}.pdf-add-wrap img{display:block;width:9.6rem;height:5.6rem}.research-providers{font-size:1.4rem;line-height:2.1rem}.research-providers img{margin-bottom:2.4rem}.research-providers p{margin:0;max-width:25.6rem;margin-bottom:.3rem}.research-providers a{color:#5948ff;position:relative;display:inline-block}.research-providers a:after{content:"";position:absolute;left:auto;right:-2rem;top:.2rem;padding-left:.4rem;width:1.6rem;height:1.6rem;background:url(../img/ico-more-info.d70c5e7e.svg) 100% no-repeat;background-size:contain}.research-providers a:hover span:after,.research-providers a:hover span:before{width:50%}.research-providers a span{position:relative}.research-providers a span:before{right:50%}.research-providers a span:after,.research-providers a span:before{content:"";position:absolute;width:0;height:.1rem;bottom:0;background-color:#5948ff;-webkit-transition:width .3s;transition:width .3s}.research-providers a span:after{left:50%}.right-panel-wrap{position:fixed;top:0;left:0;width:100%;height:100%;background-color:transparent;z-index:1000;pointer-events:none;-webkit-transition:background-color .3s;transition:background-color .3s}.right-panel-wrap.opened{background-color:rgba(33,41,69,.1);pointer-events:auto}.right-panel-wrap.opened .right-panel{right:0}.right-panel{height:100%;width:35.2rem;background-color:#fff;overflow-y:auto;position:absolute;top:0;right:-35.2rem;-webkit-transition:right .3s;transition:right .3s}.right-panel.secondary{background-color:#f5f7fb}.right-panel .primary{background-color:#fff}.right-panel-header{padding:2.4rem 3.2rem 2.6rem}.right-panel-header.with-close-btn{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:.1rem solid rgba(200,206,212,.3);top:0;z-index:1}.right-panel-actions,.right-panel-header.with-close-btn{display:-webkit-box;display:-ms-flexbox;display:flex;position:-webkit-sticky;position:sticky;background-color:#fff}.right-panel-actions{padding:1.6rem 3.2rem 3.2rem;bottom:0}.right-panel-actions button{min-width:auto;margin:0 .8rem;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0}.right-panel-actions button:first-child{margin-left:0}.right-panel-actions button:last-child{margin-right:0}.right-panel-content{padding:0 3.2rem .8rem}.right-panel-secondary-content{padding:2.6rem 3.2rem;background-color:#f5f7fb}.right-panel-secondary-content-header{padding-bottom:2rem}.right-panel-form-row-wrap .light-label{margin-bottom:.4rem}.right-panel-form-row{display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:2.4rem}.right-panel-form-row .form-unit{padding:0 .8rem;width:100%;-ms-flex-negative:unset;flex-shrink:unset}.right-panel-form-row .form-unit:first-child{padding-left:0}.right-panel-form-row .form-unit:last-child{padding-right:0}.right-panel-form-row .radio-input-wrap label{margin:.6rem 2.3rem .5rem 0}.right-panel-main-label-wrap .main-label{margin-bottom:.4rem}.right-panel-label-wrap{display:-webkit-box;display:-ms-flexbox;display:flex}.right-panel-label-wrap .light-label{padding:0 .8rem;width:100%;-ms-flex-negative:unset;flex-shrink:unset}.right-panel-label-wrap .light-label:first-child{padding-left:0}.right-panel-label-wrap .light-label:last-child{padding-right:0}.right-panel-secondary-content-graph-wrap{margin-bottom:2.8rem}.right-panel-secondary-content-graph-wrap:last-child{margin-bottom:0}.right-panel-secondary-content-graph-wrap .small-graph{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:1.2rem}.right-panel-secondary-content-graph-wrap .small-graph:last-child{margin-bottom:0}.right-panel-secondary-content-graph-wrap .small-graph-bar-wrap{width:100%}.right-panel-secondary-content-graph-wrap .small-graph-bar{border-radius:0;height:.2rem}.right-panel-secondary-content-graph-wrap .small-graph-bar-fill{border-radius:0;min-width:auto;-webkit-box-shadow:none;box-shadow:none;height:.2rem}.pdf-right-panel-unit:last-child{padding-bottom:3.6rem}.pdf-right-panel-unit-header{font-weight:600;line-height:2.1rem;padding-bottom:1.3rem;border-bottom:.1rem solid #444;margin:4.4rem 0 2.4rem}.pdf-right-panel-unit-content{padding-bottom:2.4rem;border-bottom:.1rem solid rgba(200,206,212,.3);margin-bottom:1.5rem}.pdf-right-panel-unit-content:last-child{padding-bottom:0;border-bottom:0;margin-bottom:0}.pdf-right-panel-unit-content h4{font-weight:400;margin-bottom:.4rem}.pdf-right-panel-unit-content-actions{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:1.2rem}.pdf-right-panel-unit-content-actions .btn-wrap{min-width:auto;width:50%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0;padding:0 .8rem}.pdf-right-panel-unit-content-actions .btn-wrap:first-child{padding-left:0}.pdf-right-panel-unit-content-actions .btn-wrap:last-child{padding-right:0}.pdf-right-panel-unit-content-actions button{width:100%;min-width:auto}.pdf-right-panel-unit--added-pdf{background-color:#f5f7fb;padding:2.3rem 3.2rem 3.2rem;margin:0 -3.2rem}.tooltip-wrap{display:inline-block;position:relative;margin-left:.4rem}.tooltip-wrap.design-table{display:inline-block;position:absolute;top:4.4rem;right:.5rem}.tooltip-wrap.design-table:hover .tooltip-content{width:20rem;margin-bottom:1rem;text-align:left;margin-left:-10rem}.tooltip-wrap:hover .tooltip-content{display:block}.tooltip-ico{width:1.6rem;height:1.6rem;cursor:pointer}.tooltip-ico svg{fill:#c8ced4;-webkit-transition:.3s;transition:.3s}.tooltip-ico:hover svg{fill:#5948ff}.tooltip-content{width:40rem;padding:1.8rem 1.6rem;position:absolute;left:50%;margin-left:-20rem;color:#727272;font-size:1.2rem;line-height:2rem;text-align:center;font-weight:400;background-color:#212945;border-radius:.4rem;-webkit-box-shadow:0 .8rem 3.2rem 0 rgba(0,0,0,.3);box-shadow:0 .8rem 3.2rem 0 rgba(0,0,0,.3);z-index:30;display:none}.tooltip-content:before{content:"";width:0;height:0;position:absolute;left:50%;margin-left:-.4rem;border:.4rem solid transparent}.tooltip-content.top{bottom:100%}.tooltip-content.top:before{bottom:-.8rem;border-top:.4rem solid #212945}.tooltip-content.bottom{top:100%}.tooltip-content.bottom:before{top:-.8rem;border-bottom:.4rem solid #212945}.final-report-grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.final-report-grid .section-wrap{padding:0 1.6rem}.final-report-grid .section-wrap:first-child{width:30.41%}.final-report-grid .section-wrap:nth-child(2){width:69.59%}.preview-wrap{padding:0 1.6rem}.preview-wrap img{display:block;width:100%;padding-bottom:3.2rem;-webkit-filter:drop-shadow(0 .8rem 1rem rgba(0,142,181,.7));filter:drop-shadow(0 .8rem 1rem rgba(0,142,181,.7))}.preview-wrap button{width:100%}.final-report-content-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 1.6rem}.report-preview-img{width:29.6rem;padding-right:3.2rem;-ms-flex-negative:0;flex-shrink:0}.report-preview-img img{display:block;width:100%;-webkit-filter:drop-shadow(0 .8rem 1rem rgba(0,142,181,.7));filter:drop-shadow(0 .8rem 1rem rgba(0,142,181,.7))}.report-preview-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-flex:1;-ms-flex-positive:1;flex-grow:1}.report-preview-content .textarea-label-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;top:-.8rem}.report-preview-content .textarea-label{font-size:1.2rem;line-height:2rem;color:#727272}.report-preview-content .textarea-sub-label{font-size:1.2rem;line-height:2rem}.report-preview-content textarea{width:100%;height:13rem;resize:none;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;border:.1rem solid #e8ebee;border-radius:.4rem;padding:1.3rem 1.6rem 1.2rem 1.6rem;font-weight:600;line-height:1.5;font-size:1.4rem}.final-report-btn-wrap{padding:3.2rem 1.6rem 0;text-align:right}.final-report-btn-wrap button{min-width:26.4rem}