body,html,html *{font-family:Roboto,sans-serif}body{box-sizing:border-box;margin:0}body h3{text-transform:uppercase;font-weight:700;color:#7c7c7c;border-bottom:1px solid #d8d8d8}body #app{height:100%;min-height:100vh;background-color:#f7f7f7;display:flex;flex-direction:column;justify-content:space-between}body .icon{display:inline-block;background-repeat:no-repeat;font-style:normal;vertical-align:middle}body .icon--checkbox-false{width:21px;height:21px;background-image:url(../img/checkbox-false.ad497d7f.svg)}body .icon--checkbox-true{width:21px;height:21px;background-image:url(../img/checkbox-true.6d6bda6a.svg)}body .icon--radio-false{width:15px;height:15px;background-image:url(../img/radio-false.4f586a1e.svg)}body .icon--radio-true{width:15px;height:15px;background-image:url(../img/radio-true.d83fa3ac.svg)}body .icon--info{width:22px;height:22px;background-image:url(../img/info.9dc9f405.svg)}body .icon--select-down{width:11px;height:7px;background-image:url(../img/select-down.c7efc5d2.svg)}body .icon--select-up{width:11px;height:7px;background-image:url(../img/select-up.7a2186b3.svg)}body .icon.big{transform:scale(3.5)}body .errors{display:none}body .errors .error-message{color:#e61414}body .errors .error-message p{font-size:.75rem;font-weight:700;margin:0}body .ws-input .info-message{color:#7c7c7c}body .ws-input .info-message p{font-size:.75rem;font-weight:700;margin:10px 0}body #ws-toasts{display:flex;position:fixed;flex-direction:column;z-index:100}body #ws-toasts.bottom,body #ws-toasts.top{top:10%}body #ws-toasts.left{left:7%}body #ws-toasts.right{right:7%}@media only screen and (max-width:600px){body #ws-toasts{left:7%;right:7%}}body #ws-toasts .toast-message{display:none;width:auto;clear:both;margin-top:10px;position:relative;max-width:100%;height:auto;word-break:normal;align-items:center;justify-content:space-between;box-sizing:inherit;border-radius:2px;min-height:38px;line-height:1.1em;background-color:#353535;padding:6px 20px;font-size:15px;font-weight:300;color:#fff;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)}body #ws-toasts .toast-message.error{background-color:#ec1c24}body #ws-toasts .toast-message.success{background-color:#00aa17}body .ws-tabs{display:flex;flex-direction:row;background-color:#fff;height:5rem;overflow-x:auto;overflow-y:hidden}body .ws-tabs.secondary ul li{justify-content:center}body .ws-tabs.secondary ul li.active{box-shadow:inset 0 -5px 0 0 #ec1c24}body .ws-tabs ul{display:flex;flex-direction:row;flex-grow:1;padding:0;margin:0;height:100%}body .ws-tabs ul li{display:flex;align-items:center;width:100%;height:100%;cursor:pointer;justify-content:center;text-align:center;padding-left:1rem;padding-right:1rem}body .ws-tabs ul li a{color:#2a313d;font-weight:600;text-decoration:none}@media only screen and (min-width:768px){body .ws-tabs ul li{flex-direction:row}}body .ws-layout-form{display:flex;flex-direction:column;height:100%;flex:1 0 auto;background-color:#f7f7f7}body .ws-layout-form .content{display:flex;flex-direction:column;z-index:1}@media only screen and (min-width:992px){body .ws-layout-form .content{margin:4rem 30%}}body .ws-box{border-top:1rem solid #ec1c24;padding:2rem;box-shadow:0 10px 14px 0 rgba(96,77,77,.1);background-color:#fff}body .mb-1{margin-bottom:1rem;margin-bottom:2rem}body .mb-3{margin-bottom:3rem}body .mr-auto,body .mx-auto{margin-right:auto!important}body .d-none{display:none!important}@media(min-width:992px){body .d-lg-block{display:block!important}body .d-lg-none{display:none!important}}@media(min-width:768px){body .d-md-block{display:block!important}body .d-md-none{display:none!important}}body a{color:#ec1c24}body .ws-error-info{color:#ec1c24;display:flex;justify-content:center;margin:2rem 0}body .ws-form-item{display:flex;flex-flow:row wrap;justify-content:space-between;align-items:center;margin:.5rem 0;min-height:3.2rem}body .ws-form-item .ws-input{display:flex;flex-direction:column;width:20rem}body .ws-form-item .ws-input.max{width:-webkit-max-content;width:-moz-max-content;width:max-content}body .ws-form-item .ws-input input{height:2rem;background:#efefef;border:1px solid #efefef;outline:none;padding-left:1rem;font-size:16px}body .ws-form-item .ws-input input:focus{background:#fff;border-color:#7c7c7c}body .ws-form-item .ws-input input:disabled{cursor:not-allowed}body .ws-form-item .ws-input select{height:2rem;border:none;border-bottom:1px solid #292929;outline:none;font-size:16px;width:100%}body .ws-form-item .ws-input .radio-column,body .ws-form-item .ws-input .radio-row{display:flex}body .ws-form-item .ws-input .radio-column input[type=radio],body .ws-form-item .ws-input .radio-row input[type=radio]{display:none}body .ws-form-item .ws-input .radio-column input[type=radio]+label span,body .ws-form-item .ws-input .radio-row input[type=radio]+label span{display:inline-block;width:15px;height:15px;margin:0 .75rem 0 0;vertical-align:middle;background:url(../img/radio-false.4f586a1e.svg);cursor:pointer}body .ws-form-item .ws-input .radio-column input[type=radio]:checked+label span,body .ws-form-item .ws-input .radio-row input[type=radio]:checked+label span{background:url(../img/radio-true.d83fa3ac.svg)}body .ws-form-item .ws-input .radio-row{flex-flow:row wrap;align-items:center}body .ws-form-item .ws-input .radio-row :first-child{margin-right:2rem}body .ws-form-item .ws-input .radio-column{flex-flow:column;align-items:flex-start}body .ws-form-item .ws-input .radio-column :first-child{margin-bottom:.75rem}body .ws-form-item .ws-input .checkbox{display:flex;flex-direction:row;align-items:flex-start}body .ws-form-item .ws-input .checkbox :first-child{margin-right:.75rem}body .ws-form-item .ws-input .checkbox input[type=checkbox]{display:none}body .ws-form-item .ws-input .checkbox input[type=checkbox]+label i{display:inline-block;width:21px;height:21px;margin:-1px 4px 0 0;vertical-align:middle;background:url(../img/checkbox-false.ad497d7f.svg);cursor:pointer}body .ws-form-item .ws-input .checkbox input[type=checkbox]:checked+label i{background:url(../img/checkbox-true.6d6bda6a.svg)}body .ws-form-item .ws-input.error .errors{display:block}body .ws-form-item .ws-input.error .vti__dropdown,body .ws-form-item .ws-input.error input{background:#fff;border-color:#e61414}body .ws-form-item .ws-input.error .vti__dropdown{border-right-color:#fff}body .ws-form-item .ws-input.error select{border-bottom:1px solid #e61414}body .info,body .navigation-buttons{display:flex;justify-content:center}body .navigation-buttons{margin:2rem 0}body .ws-button{height:3rem;width:12rem;border:none;outline:none;cursor:pointer;text-align:center;padding:0 1rem}body .ws-button.primary{background-color:#e51e1a;color:#fff;box-shadow:4px 5px 14px 0 rgba(236,28,36,.35)}body .ws-button.max{width:-webkit-max-content;width:-moz-max-content;width:max-content}body .ws-button.full-width{width:100%}body .ws-button span{font-size:1rem;font-weight:700}body .ws-footer{z-index:10;padding:0;background-color:#fff;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}body .ws-footer.ws-shadow{box-shadow:0 5px 38px 7px rgba(76,76,76,.25)}body .ws-footer .ws-copyright{font-size:.8rem;padding-left:5rem;text-align:center}body .ws-footer .ws-logo{padding-right:12rem}body .ws-footer .ws-navbar-brand{width:10rem;margin-right:0;display:inline-block}body .ws-footer .ws-svg,body .ws-footer svg{overflow:hidden;vertical-align:middle}body .loader-container{position:fixed;top:0;bottom:0;left:0;right:0;display:flex;flex:1;justify-content:center;align-items:center;z-index:99;background-color:hsla(0,0%,100%,.7)}body .loader-container .loader{display:inline-block;position:relative;width:4rem;height:2rem}body .loader-container .loader div{display:inline-block;position:absolute;width:1rem;background:#ec1c24;-webkit-animation:search-loader 1.2s cubic-bezier(0,.5,.5,1) infinite;animation:search-loader 1.2s cubic-bezier(0,.5,.5,1) infinite}body .loader-container .loader div:first-child{left:0;-webkit-animation-delay:-.24s;animation-delay:-.24s}body .loader-container .loader div:nth-child(2){left:1.5rem;-webkit-animation-delay:-.12s;animation-delay:-.12s}body .loader-container .loader div:nth-child(3){left:3rem;-webkit-animation-delay:initial;animation-delay:0s}@-webkit-keyframes search-loader{0%{top:0;height:2rem}50%,to{top:.5rem;height:1rem}}@keyframes search-loader{0%{top:0;height:2rem}50%,to{top:.5rem;height:1rem}}body .ws-combobox .combobox-container input{border:1px solid #ececec;padding-right:3rem}body .ws-combobox.active .combobox-container ul{display:block}body .ws-combobox.disabled{cursor:not-allowed;pointer-events:none}body .ws-combobox.disabled .combobox-container input{background-color:rgba(184,193,205,.5)}body .ws-combobox .combobox-container{position:relative;display:flex;align-items:center;flex-wrap:wrap}body .ws-combobox .combobox-container i{position:absolute;right:.5rem;font-size:1rem;color:#2a313d;cursor:pointer;z-index:1;pointer-events:none}body .ws-combobox .combobox-container input{position:relative;display:flex;height:2rem;border:none;border-bottom:1px solid #292929;outline:none;flex-grow:1;padding-left:1rem;cursor:pointer;background-color:#fff}body .ws-combobox .combobox-container ul{display:none;max-height:16rem;overflow-y:auto;overflow-x:hidden;border:1px solid #ececec;position:absolute;z-index:1;left:0;right:0;bottom:0;transform:translateY(100%);background-color:#fff;padding-left:0;margin:0}body .ws-combobox .combobox-container ul li{min-height:1rem;height:auto;max-height:6rem;padding:.5rem;display:flex;align-items:center;color:#2a313d}body .ws-combobox .combobox-container ul li:last-child{background:#fff}body .ws-combobox .combobox-container ul li:hover{background-color:#f1f3f5;cursor:pointer}body .ws-combobox .combobox-container ul li.active{background-color:#f1f3f5}body .ws-combobox .combobox-container .ws-hint{margin-left:1rem}div.error-message[data-v-4d626577]{color:#e61414}.delete-file[data-v-76ade864]{font-size:20px;color:red;cursor:pointer}input[type=file][data-v-76ade864]{display:none}.custom-file-upload[data-v-76ade864]{background-color:#ec1c24;color:#fff;box-shadow:4px 5px 14px 0 rgba(236,28,36,.35);height:4rem;border:none;outline:none;cursor:pointer;text-align:center;display:inline-block;font-size:20px;width:100%;line-height:4rem}.file-list[data-v-76ade864]{word-break:break-word;-webkit-padding-start:17px;padding-inline-start:17px}.custom-file-upload[data-v-76ade864]:hover{background-color:#c4161c}.errors[data-v-76ade864]{display:none}.error .errors[data-v-76ade864]{display:flex}.heading[data-v-32a4524a]{text-align:center}.e-sign[data-v-32a4524a]{display:flex;flex-direction:column;border:1px solid #000;padding:1rem}.signatures[data-v-32a4524a]{display:flex;flex-flow:row wrap;justify-content:space-around;align-items:flex-end;border:1px solid #000;height:10rem;padding:1rem}.signatures .dots[data-v-32a4524a]{display:flex;flex-direction:column;align-items:center;border-top:2px dotted #000}