@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap);
html{box-sizing:border-box;font-size:10px;scrollbar-color:#333 #f5f5f5;scrollbar-width:thin}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body{color:#444;font-size:1.4rem;min-height:100vh;position:relative}body,button,input,select{font-family:Open Sans,Montserrat,Helvetica Neue,sans-serif}#page-wrapper{background-color:#f5f5f5;float:right;margin-top:66px;min-height:calc(100vh - 66px);position:relative;width:calc(100% - 200px);z-index:3}@media (max-width:1200px){#page-wrapper{margin-top:0;padding-bottom:20px;width:100%}}.page_content{padding:30px;width:100%}@media (max-width:500px){.page_content{padding:15px}}body::-webkit-scrollbar{width:8px}body::-webkit-scrollbar-track{background:#f5f5f5}body::-webkit-scrollbar-thumb{background:#333;height:50px}body::-webkit-scrollbar-thumb:hover{background:#333}.survey-wrapper{align-items:center;background-attachment:fixed;background-repeat:no-repeat;background-size:100%;background-size:cover;display:flex;flex-direction:column;justify-content:flex-start;min-height:100vh;overflow:hidden;padding-top:100px;position:relative;transition:1s;width:100%}@media (max-width:768px){.survey-wrapper{justify-content:flex-start;padding-top:0}}.survey-wrapper .logo-wrapper{left:0;margin:16px;max-width:100px;position:relative;top:0}@media (min-width:1023px){.survey-wrapper .logo-wrapper{left:calc(50% - 400px);max-width:400px;position:absolute;top:0}}.survey-wrapper .logo-wrapper img{max-width:100%}.survey-wrapper .survey-description{background-color:var(--primary-survey-color);padding:24px 16px}.survey-wrapper .survey-description h2{font-size:16px;font-weight:400;text-align:center}@media (max-width:525px){.survey-wrapper .survey-description{padding:8px 16px}}.survey-wrapper .survey-subtitle,.survey-wrapper .survey-title{color:#fff;margin-bottom:10px;text-align:center;width:100%}.survey-wrapper .survey-title{margin:0}@media (max-width:525px){.survey-wrapper .survey-title{font-size:18px}}.survey-wrapper .form-wrapper{margin:16px;max-height:-webkit-fit-content;max-height:-moz-fit-content;max-height:fit-content;max-width:600px;transition:1s;visibility:visible}@media (min-width:1024px){.survey-wrapper .form-wrapper{min-width:700px}}@media (max-width:1023px){.survey-wrapper .form-wrapper{width:100%}}@media (max-width:767px){.survey-wrapper .form-wrapper{border-radius:0;box-shadow:none;margin:24px 0 0}}.survey-wrapper .form-wrapper .page-wrapper{background-color:#ffffffe6;height:100%;min-height:400px;padding:16px}.survey-wrapper .form-wrapper .item-wrapper{overflow:hidden}.survey-wrapper .form-wrapper .question-wrapper{border:1px solid transparent;margin:2px;padding:4px 8px;transition:.2s}.survey-wrapper .form-wrapper .question-wrapper.error{position:relative}.survey-wrapper .form-wrapper .question-wrapper.error .answer-wrapper{border:none;border-radius:5px}.survey-wrapper .form-wrapper .question-wrapper.error .answer-row,.survey-wrapper .form-wrapper .question-wrapper.error .answer-wrapper .form-select{border:none}.survey-wrapper .form-wrapper .question-wrapper.error .question-name{color:#dd7a7a}.survey-wrapper .form-wrapper .question-wrapper.error .answer-wrapper,.survey-wrapper .form-wrapper .question-wrapper.error .form-select,.survey-wrapper .form-wrapper .question-wrapper.error .long-text-input,.survey-wrapper .form-wrapper .question-wrapper.error .text-input{border:.5px solid #dd7a7a}.survey-wrapper .form-wrapper .question-wrapper.error .form-select{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='80' height='100' fill='%23dd7a7a'><polygon points='0,0 80,0 40,50'/></svg>")}.survey-wrapper .form-wrapper .question-wrapper.valid input~span{background:url(/img/valid.png) no-repeat;display:block;height:10px;position:absolute;right:10px;top:14px;width:14px}.survey-wrapper .form-wrapper .question-wrapper.error input~span{background:url(/img/error.png) no-repeat;display:block;height:11px;position:absolute;right:11px;top:14px;width:11px}@media (max-width:525px){.survey-wrapper .form-wrapper .question-wrapper{margin:0;padding:8px}}.survey-wrapper .form-wrapper .question-wrapper .answer-wrapper.range{padding-top:30px}.survey-wrapper .form-wrapper .question-wrapper .answer-wrapper.flat{display:flex;padding-top:40px;position:relative}.survey-wrapper .form-wrapper .question-wrapper .answer-wrapper.flat .label-wrapper{display:flex;font-size:12px;justify-content:space-between;left:0;position:absolute;top:0;width:100%}.survey-wrapper .form-wrapper .question-wrapper .answer-wrapper.flat .label-wrapper .left-label{text-align:left}.survey-wrapper .form-wrapper .question-wrapper .answer-wrapper.flat .label-wrapper .right-label{text-align:right}.survey-wrapper .form-wrapper .question-wrapper .answer-wrapper.flat .answer-row{align-items:center;background:rgba(0,0,0,.082);border:1px solid rgba(0,0,0,.082);flex-direction:column-reverse;justify-content:center;padding:5px;position:relative;text-align:center;width:100%}.survey-wrapper .form-wrapper .question-wrapper .answer-wrapper.flat .answer-row input{left:unset;position:relative;top:unset;transform:translate(0)}.survey-wrapper .form-wrapper .question-wrapper .answer-wrapper.flat .answer-row label{justify-content:center;padding:0;position:absolute;text-align:center!important;top:-40px;width:100%!important}.survey-wrapper .form-wrapper .question-wrapper .answer-wrapper.flat .answer-row:nth-of-type(2){border-radius:5px 0 0 5px}.survey-wrapper .form-wrapper .question-wrapper .answer-wrapper.flat .answer-row:last-of-type{border-radius:0 5px 5px 0}.survey-wrapper .form-wrapper .question-wrapper .answer-wrapper.flat .answer-row.range{background:#fff;border-radius:5px;padding:0}.survey-wrapper .form-wrapper .question-wrapper .answer-wrapper.flat .answer-row.row{flex-direction:row;justify-content:center}.survey-wrapper .form-wrapper .question-wrapper .answer-wrapper.flat .answer-row.row label{text-align:left;width:calc(100% - 30px)}.survey-wrapper .form-wrapper .question-name{font-weight:600;line-height:140%;margin:4px 0 10px}.survey-wrapper .form-wrapper .question-name.flat{font-size:14px;text-align:center}@media (min-width:768px){.survey-wrapper .form-wrapper .question-name.flat{margin:0}}.survey-wrapper .form-wrapper .answer-row{border-bottom:1px solid #cbcbcb;border-left:1px solid #cbcbcb;border-right:1px solid #cbcbcb;display:flex;position:relative}.survey-wrapper .form-wrapper .answer-row:first-of-type{border-radius:5px 5px 0 0;border-top:1px solid #cbcbcb}.survey-wrapper .form-wrapper .answer-row:last-of-type{border-radius:0 0 5px 5px}.survey-wrapper .form-wrapper .answer-row:nth-last-of-type(2n){background:rgba(0,0,0,.035)}.survey-wrapper .form-wrapper .answer-row.select-row,.survey-wrapper .form-wrapper .answer-row.text-input-row{background-color:#fbfbfb;border:1px solid #cbcbcb;border-radius:5px;padding:0}.survey-wrapper .form-wrapper .text-input{border:none;border-radius:5px;height:100%;outline:none;padding:10px;width:100%}.survey-wrapper .form-wrapper .long-text-input{border:none;border-radius:5px;font-family:Open Sans,Montserrat,Helvetica Neue,sans-serif;outline:none;padding:12px 8px;width:100%}.survey-wrapper .form-wrapper .form-select{background-color:transparent;padding:10px}.survey-wrapper .form-wrapper .range-input{-webkit-appearance:none;background:#d3d3d3;height:10px;outline:none;transition:opacity .2s;width:100%}.survey-wrapper .form-wrapper .range-input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:var(--primary-survey-color);border-radius:50%;cursor:pointer;height:20px;width:20px}.survey-wrapper .form-wrapper .range-input::-moz-range-thumb{background:var(--primary-survey-color);border-radius:50%;cursor:pointer;height:25px;width:25px}.survey-wrapper .form-wrapper .select-row select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fbfbfb;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='80' height='100' fill='%232ea44fe6'><polygon points='0,0 80,0 40,50'/></svg>");background-position:calc(100% - 10px) 15px;background-repeat:no-repeat;background-size:12px;border:none;border-radius:5px;cursor:pointer;outline:none;width:100%}.survey-wrapper .form-wrapper .select-row select option{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;padding:5px}.survey-wrapper .form-wrapper .page_header{background-color:#ffffffe6;border-radius:10px;box-shadow:0 3px 6px rgba(0,0,0,.2);margin-bottom:10px;overflow:hidden}.survey-wrapper .form-wrapper .page-container{border-radius:10px;box-shadow:0 0 6px rgba(0,0,0,.2)}.survey-wrapper .form-wrapper .page-switcher{border-radius:10px;box-shadow:0 3px 6px rgba(0,0,0,.2);display:flex;justify-content:space-between;margin-top:6px;padding:9px 24px;position:relative;top:0;transition:all .5s ease-in-out;width:100%}.survey-wrapper .form-wrapper .page-switcher .btn{border-radius:25px;cursor:pointer;height:40px;line-height:240%;text-align:center;width:100px}.survey-wrapper .form-wrapper .page-switcher .btn.back{border:1px #cbcbcb;height:auto;line-height:none}.survey-wrapper .form-wrapper .page-switcher .btn.next{background:var(--primary-survey-color);border:3px solid var(--primary-survey-color);color:#fff;font-weight:700;line-height:220%;line-height:0;margin-left:auto;transition:.5s}.survey-wrapper .form-wrapper .page-switcher .btn.next:hover{background:transparent;color:var(--primary-survey-color);transition:.5s}.survey-wrapper #survey{background:none;border:none;display:flex;flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;transition:1s;width:100%}.meter{background:rgba(0,0,0,.2);box-shadow:inset 0 -1px 1px hsla(0,0%,100%,.3);box-sizing:content-box;height:10px;margin:20px 0;position:relative}.meter>span{background-color:#2bc253;background-image:linear-gradient(center bottom,#2bc253 37%,#54f054 69%);box-shadow:inset 0 2px 9px hsla(0,0%,100%,.3),inset 0 -2px 6px rgba(0,0,0,.4);display:block;height:100%;overflow:hidden;position:relative}.animate>span:after{display:none}.break-point{background:#fff;height:100%;position:absolute;top:0;width:8px}@-webkit-keyframes move{0%{background-position:0 0}to{background-position:50px 50px}}@keyframes move{0%{background-position:0 0}to{background-position:50px 50px}}.orange>span{background-image:linear-gradient(#f1a165,#f36d0a)}.red>span{background-image:linear-gradient(#f0a3a3,#f42323)}.nostripes>span:after,.nostripes>span>span{background-image:none}@supports (-webkit-appearance:none) or (-moz-appearance:none){.form-wrapper input[type=checkbox],.form-wrapper input[type=radio],.inputs input[type=checkbox],.inputs input[type=radio]{--active:#2ea44f;--active-inner:#fff;--focus:2px rgba(39,94,254,.3);--border:#bbc1e1;--border-hover:#2ea44f;--background:#fff;--disabled:#f6f8ff;--disabled-inner:#e1e6f9;-webkit-appearance:none;-moz-appearance:none;background:var(--b,var(--background));border:1px solid var(--bc,var(--border));cursor:pointer;display:inline-block;height:21px;left:14px;margin:0;outline:none;position:relative;position:absolute;top:50%;transform:translateY(-50%);transition:background .3s,border-color .3s,box-shadow .2s;vertical-align:top}.form-wrapper input[type=checkbox]:after,.form-wrapper input[type=radio]:after,.inputs input[type=checkbox]:after,.inputs input[type=radio]:after{content:"";display:block;left:0;position:absolute;top:0;transition:transform var(--d-t,.3s) var(--d-t-e,ease),opacity var(--d-o,.2s)}.form-wrapper input[type=checkbox]:checked,.form-wrapper input[type=radio]:checked,.inputs input[type=checkbox]:checked,.inputs input[type=radio]:checked{--b:var(--primary-survey-color);--bc:var(--primary-survey-color);--d-o:0.3s;--d-t:0.6s;--d-t-e:cubic-bezier(0.2,0.85,0.32,1.2)}.form-wrapper input[type=checkbox]:disabled,.form-wrapper input[type=radio]:disabled,.inputs input[type=checkbox]:disabled,.inputs input[type=radio]:disabled{--b:var(--disabled);cursor:not-allowed;opacity:.9}.form-wrapper input[type=checkbox]:disabled:checked,.form-wrapper input[type=radio]:disabled:checked,.inputs input[type=checkbox]:disabled:checked,.inputs input[type=radio]:disabled:checked{--b:var(--disabled-inner);--bc:var(--border)}.form-wrapper input[type=checkbox]:disabled+label,.form-wrapper input[type=radio]:disabled+label,.inputs input[type=checkbox]:disabled+label,.inputs input[type=radio]:disabled+label{cursor:not-allowed}.form-wrapper input[type=checkbox]:hover:not(:checked):not(:disabled),.form-wrapper input[type=radio]:hover:not(:checked):not(:disabled),.inputs input[type=checkbox]:hover:not(:checked):not(:disabled),.inputs input[type=radio]:hover:not(:checked):not(:disabled){--bc:var(--border-hover)}.form-wrapper input[type=checkbox]:focus,.form-wrapper input[type=radio]:focus,.inputs input[type=checkbox]:focus,.inputs input[type=radio]:focus{box-shadow:0 0 0 var(--focus)}.form-wrapper input[type=checkbox]:not(.switch),.form-wrapper input[type=radio]:not(.switch),.inputs input[type=checkbox]:not(.switch),.inputs input[type=radio]:not(.switch){width:21px}.form-wrapper input[type=checkbox]:not(.switch):after,.form-wrapper input[type=radio]:not(.switch):after,.inputs input[type=checkbox]:not(.switch):after,.inputs input[type=radio]:not(.switch):after{opacity:var(--o,0)}.form-wrapper input[type=checkbox]:not(.switch):checked,.form-wrapper input[type=radio]:not(.switch):checked,.inputs input[type=checkbox]:not(.switch):checked,.inputs input[type=radio]:not(.switch):checked{--o:1}.form-wrapper input[type=checkbox]+label,.form-wrapper input[type=radio]+label,.inputs input[type=checkbox]+label,.inputs input[type=radio]+label{align-items:center;cursor:pointer;display:flex;font-size:13px;height:100%;left:0;padding:10px 10px 10px 40px;top:0;vertical-align:top;width:100%}.form-wrapper input[type=checkbox]:not(.switch),.inputs input[type=checkbox]:not(.switch){border-radius:7px}.form-wrapper input[type=checkbox]:not(.switch):after,.inputs input[type=checkbox]:not(.switch):after{border:2px solid var(--active-inner);border-left:0;border-top:0;height:9px;left:7px;top:4px;transform:rotate(var(--r,20deg));width:5px}.form-wrapper input[type=checkbox]:not(.switch):checked,.inputs input[type=checkbox]:not(.switch):checked{--r:43deg}.form-wrapper input[type=checkbox].switch,.inputs input[type=checkbox].switch{border-radius:11px;width:38px}.form-wrapper input[type=checkbox].switch:after,.inputs input[type=checkbox].switch:after{background:var(--ab,var(--border));border-radius:50%;height:15px;left:2px;top:2px;transform:translateX(var(--x,0));width:15px}.form-wrapper input[type=checkbox].switch:checked,.inputs input[type=checkbox].switch:checked{--ab:var(--active-inner);--x:17px}.form-wrapper input[type=checkbox].switch:disabled:not(:checked):after,.inputs input[type=checkbox].switch:disabled:not(:checked):after{opacity:.6}.form-wrapper input[type=radio],.inputs input[type=radio]{border-radius:50%}.form-wrapper input[type=radio]:after,.inputs input[type=radio]:after{background:var(--active-inner);border-radius:50%;height:19px;opacity:0;transform:scale(var(--s,.7));width:19px}.form-wrapper input[type=radio]:checked,.inputs input[type=radio]:checked{--s:0.5}}.image-selector{display:flex;flex-wrap:wrap;justify-content:space-between}.image{cursor:pointer;display:inline-block;margin-bottom:10px;max-width:32%;text-align:center}.image img{border:2px solid #ddd;border-radius:4px;transition:.2s;width:100%}.image img:hover{box-shadow:0 0 32px -19px #42445a;transform:scale(1.02)}.image img.active{border-color:var(--primary-survey-color)}@-webkit-keyframes showIn{0%{opacity:0}to{opacity:1}}@keyframes showIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes showFromTop{0%{max-height:0;opacity:0}50%{max-height:400px}to{max-height:400px;opacity:1}}@keyframes showFromTop{0%{max-height:0;opacity:0}50%{max-height:400px}to{max-height:400px;opacity:1}}footer{bottom:0;color:#626875;font-size:1.1rem;line-height:1;margin:24px auto 0;max-width:1100px;padding:10px 15px;position:relative;width:100%}footer .left{display:inline-block;text-align:left}footer .left a{color:#626875}footer .right{float:right;text-align:right}@media (max-width:600px){footer .left{margin-bottom:10px}footer .left,footer .right{text-align:center;width:100%}}.m-0{margin:0!important}.align-left{text-align:left!important}[draggable]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.description{color:rgba(0,0,0,.6);padding:0 15px 15px;width:100%}.description.active{border:1px solid rgba(0,0,0,.24);outline:none}.question-label{color:#6a809a;font-size:12px;padding-bottom:0;padding-top:0;width:calc(100% - 20px)}.search-item .description{margin-top:0;padding-top:0;width:auto}.title{align-self:center;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;padding:8px;text-align:center}.title.active{background:hsla(60,33%,99%,.144)!important;border:1px solid rgba(0,0,0,.24)!important;box-shadow:0 3px 6px #30303013;outline:none}.logo-wrapper{width:160px}.logo-wrapper img{height:100%;width:100%}@media (max-width:1440px){.logo-wrapper{width:160px}}.pt-30{padding-top:30px!important}.up{text-transform:capitalize!important}.scale-90{transform:scale(.9)}.hide{display:none}.link{color:#1a67e4!important;cursor:pointer;text-decoration:underline!important}.mb-10{margin-bottom:10px!important}.mt-10{margin-top:10px!important}.mx-20{margin-left:20px!important;margin-right:20px!important}.ml-5{margin-left:5px!important}.mr-5{margin-right:5px!important}#slider-round{background:transparent;border:none;box-shadow:none}#slider-round .noUi-base{min-height:30px;position:relative}#slider-round .noUi-base .noUi-connects{background-color:#c0d5e4;max-height:3px}#slider-round .noUi-base .noUi-connects,#slider-round .noUi-base .noUi-origin{position:absolute;top:50%;transform:translateY(-50%)}#slider-round .noUi-connects{background:#c0d5e4;overflow:visible;position:relative}#slider-round .noUi-connects:after,#slider-round .noUi-connects:before{background-color:#c0d5e4;content:"";display:block;height:11px;position:absolute;width:3px}#slider-round .noUi-connects:before{left:-1px;top:-4px}#slider-round .noUi-connects:after{right:-1px;top:-4px}#slider-round .noUi-handle{background-color:#248fd6;border:none;border-radius:9px;box-shadow:none;height:18px;right:-9px;top:-8px;width:18px}#slider-round .noUi-handle:after,#slider-round .noUi-handle:before{display:none}.lv-input__group .lv-input__field{background:#fff!important}.lv-input__group .lv-input__field .lv-input__default{padding:17px 0!important}.lv-dropdown .lv-dropdown__label{font-size:14px}.lv-dropdown__panel .lv-dropdown__items .lv-dropdown__item-- lected{background:#48acf0!important}.lv-dropdown__panel .lv-dropdown__items .lv-dropdown__item.--selected,.lv-input__group.--with-bottom-bar .lv-input__field:after{background-color:#48acf0!important}.lv-colorpicker__colorblock-wrap{border:2px solid #666}.center{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.navbar-placeholder{height:62px;position:absolute;top:0;width:100%}@media (max-width:1200px){.navbar-placeholder{height:101px}}
