:root{--maincolor:var(--maincolor)}*{box-sizing:border-box;font-family:"Roboto Condensed",sans-serif;font-weight:100}body,html{display:-webkit-flex;display:flex;-webkit-flex:1 1;flex:1 1;margin:0;padding:0;width:100%;height:100%;background-color:#282828}body ul,html ul{list-style-type:none}body ul,body ul li,html ul,html ul li{margin:0;padding:0}body .bold,html .bold{font-weight:700}body a,html a{text-decoration:none;color:var(--maincolor);cursor:pointer;transition:all .35s}body a:focus,body a:hover,html a:focus,html a:hover{color:var(--maincolordark);text-decoration:none}body .space-behind,html .space-behind{margin-bottom:1rem!important}body .space-before,html .space-before{margin-top:1rem!important}body .hide-fieldname:before,body .hide-fieldname>span,html .hide-fieldname:before,html .hide-fieldname>span{display:none!important}body .strong,body .strong *,html .strong,html .strong *{font-weight:700}body .frame,html .frame{padding:1rem 2rem!important;position:relative}body .frame:before,html .frame:before{content:"";position:absolute;top:0;left:1rem;right:1rem;height:100%;border:1px solid #fff}body .small,html .small{font-size:.8rem!important}body p,html p{margin:0}body p.full,html p.full{width:100%;-webkit-flex-basis:100%;flex-basis:100%;margin:.5rem 0}body h1,html h1{color:#aeaeae;text-transform:uppercase;font-size:2rem;margin:0 0 2rem}body h2,html h2{color:#fff}body input,body select,body textarea,html input,html select,html textarea{padding:0 4rem 0 1rem;height:2.5rem;min-height:2.5rem;border-radius:3rem;border:1px solid #212121;color:#fff;background-color:#212121}body input:focus,body select:focus,body textarea:focus,html input:focus,html select:focus,html textarea:focus{border-color:var(--maincolor);outline:none}body input:disabled,body select:disabled,body textarea:disabled,html input:disabled,html select:disabled,html textarea:disabled{background-color:rgba(0,0,0,.05)}body input.sum,body select.sum,body textarea.sum,html input.sum,html select.sum,html textarea.sum{margin:1rem 1rem 0;height:2.5rem}body input.area,body input.float,body input.int,body input.money,body input.number,body select.area,body select.float,body select.int,body select.money,body select.number,body textarea.area,body textarea.float,body textarea.int,body textarea.money,body textarea.number,html input.area,html input.float,html input.int,html input.money,html input.number,html select.area,html select.float,html select.int,html select.money,html select.number,html textarea.area,html textarea.float,html textarea.int,html textarea.money,html textarea.number{text-align:right;padding-right:2.5rem!important}body .p,html .p{color:#fff;padding:0 1rem}body textarea,html textarea{-webkit-flex:1 1;flex:1 1;height:6rem;padding:1rem 2rem;border-radius:1.25rem}body .toast,html .toast{position:fixed;top:2rem;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:30rem;background-color:#fff;box-shadow:0 10px 20px rgba(0,0,0,.1),0 6px 6px rgba(0,0,0,.1);z-index:2000}body .toast p,html .toast p{padding:1rem 2rem}body .toast p:first-child,html .toast p:first-child{color:#fff;text-transform:uppercase}body .toast .error,html .toast .error{background-color:#9b3232}body .toast .success,html .toast .success{background-color:#2fb470}body .__react_component_tooltip,html .__react_component_tooltip{z-index:5000;max-width:20rem}body .form-row label span,html .form-row label span{color:var(--maincolor);padding-left:1rem;margin:0 0 .25rem;font-weight:600}body select,html select{-webkit-appearance:none;appearance:none;cursor:pointer}body .uppercase,html .uppercase{text-transform:uppercase}body .select,html .select{position:relative;display:-webkit-inline-flex;display:inline-flex}body .select svg,html .select svg{cursor:pointer;position:absolute;right:1rem;width:2rem;height:2.5rem;bottom:0;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;border-radius:0 3rem 3rem 0;pointer-events:none;color:#fff}body .dropdown,html .dropdown{position:relative}body .dropdown:hover .btn+div,html .dropdown:hover .btn+div{display:-webkit-flex;display:flex}body .dropdown .btn,html .dropdown .btn{height:auto;padding:.5rem 1rem;width:100%;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;background-color:#444}body .dropdown .btn svg,html .dropdown .btn svg{padding-left:.5rem;margin-left:.5rem;border-left:1px solid hsla(0,0%,100%,.5);width:1.5rem}body .dropdown .btn+div,html .dropdown .btn+div{padding-top:.5rem;display:none;position:absolute;right:0;width:100%;top:100%;-webkit-flex-direction:column;flex-direction:column;z-index:2000;border-radius:.5rem}body .dropdown .btn+div:before,html .dropdown .btn+div:before{z-index:-1;content:"";box-shadow:0 0 20px -18px #000,0 0 4px -3px #000;position:absolute;left:0;top:.5rem;width:100%;bottom:0}body .dropdown .btn+div button,html .dropdown .btn+div button{background:var(--maincolor);display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;padding:.5rem;cursor:pointer;border:none;color:#fff;border-bottom:1px solid var(--maincolordark)}body .dropdown .btn+div button:first-child,html .dropdown .btn+div button:first-child{border-radius:.5rem .5rem 0 0}body .dropdown .btn+div button:last-child,html .dropdown .btn+div button:last-child{border:none;border-radius:0 0 .5rem .5rem}body .dropdown .btn+div button:focus,html .dropdown .btn+div button:focus{outline:none;border-color:none;box-shadow:none}body .dropdown .btn+div button:hover,html .dropdown .btn+div button:hover{background-color:var(--maincolordark);color:#fff;border-color:var(--maincolordark)}body .btn.back svg,html .btn.back svg{margin-right:.5rem;font-size:1.4rem}body .btn.link,html .btn.link{background:none}body .btn.link:hover,html .btn.link:hover{background:none;text-decoration:underline}body .btn.submit,html .btn.submit{background-color:var(--maincolor)}body .btn.submit:hover,html .btn.submit:hover{background-color:var(--maincolordark)}body .btn-group,html .btn-group{-webkit-justify-content:flex-end;justify-content:flex-end;position:relative}body .btn-group,body .btn-group>div,html .btn-group,html .btn-group>div{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}body .btn-group.space-between,html .btn-group.space-between{-webkit-justify-content:space-between;justify-content:space-between}body .btn-group .btn:not(:first-of-type),html .btn-group .btn:not(:first-of-type){margin-left:1rem;position:relative}body .btn-group .paging,html .btn-group .paging{position:relative}body .btn-group .paging .btn,html .btn-group .paging .btn{width:1rem;height:1rem}body .btn-group .banner,html .btn-group .banner{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:50%;-webkit-filter:grayscale(.75);filter:grayscale(.75);opacity:.25}body .errors,html .errors{background-color:#9b3232;color:#fff;padding:.5rem;margin:0 0 1rem;border-radius:.25rem}body .errors p,html .errors p{font-weight:500}body .btn,html .btn{border:none;background-color:#444;color:#fff;transition:all .35s;cursor:pointer;height:2.5rem;padding:0 2rem;border-radius:3rem;min-width:3rem;display:-webkit-inline-flex;display:inline-flex;-webkit-align-items:center;align-items:center}body .btn span+svg,html .btn span+svg{margin-left:.5rem;font-size:1.4rem}body .btn:focus,html .btn:focus{border:none;outline:none}body .btn:hover,html .btn:hover{background-color:#888;color:#fff}body .btn.disabled,html .btn.disabled{background-color:#555;cursor:default;color:#999}body .btn.primary,body .btn.save,html .btn.primary,html .btn.save{background-color:var(--maincolor)}body .btn.primary:hover,body .btn.save:hover,html .btn.primary:hover,html .btn.save:hover{background-color:var(--maincolordark)}body .btn.primary.disabled,body .btn.save.disabled,html .btn.primary.disabled,html .btn.save.disabled{opacity:.5;color:#fff}body .btn.second,html .btn.second{background-color:#434343}body .btn.second:hover,html .btn.second:hover{background-color:#2e2e2e}body .btn.delete,html .btn.delete{background-color:#9b3232}body .btn.delete:hover,html .btn.delete:hover{background-color:#882c2c}body .btn.new,html .btn.new{background-color:#2fb470}body .btn.new:hover,html .btn.new:hover{background-color:#2aa063}body .btn.text,html .btn.text{background:none;font-size:1rem!important;color:#fff;-webkit-align-self:center;align-self:center;width:auto;padding:0;height:auto;opacity:.75;transition:all .35s}body .btn.text:hover,html .btn.text:hover{opacity:1;text-decoration:underline}body .btn.color,html .btn.color{background-color:#282828;position:relative}body .btn.color .dot,html .btn.color .dot{position:absolute;right:.5rem;top:.5rem;width:2rem;height:2rem;border-radius:100%}body .btn.icon,html .btn.icon{display:-webkit-inline-flex;display:inline-flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;color:#fff;background:#2fb470;padding:0;font-size:1.2rem;height:2rem;margin:0 0 0 .5rem;min-width:2rem}body .btn.icon:focus,body .btn.icon:hover,html .btn.icon:focus,html .btn.icon:hover{background-color:#248c57;color:#fff}body .btn.icon.second,html .btn.icon.second{background:#9b3232}body .btn.icon.second:focus,body .btn.icon.second:hover,html .btn.icon.second:focus,html .btn.icon.second:hover{background-color:#742626;color:#fff}body .btn.p-0,html .btn.p-0{padding:0;-webkit-justify-content:center;justify-content:center}body .color-picker,html .color-picker{position:fixed;background-color:rgba(0,0,0,.75);top:0;left:0;width:100%;height:100%;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;z-index:3000}body .color-picker .close,html .color-picker .close{position:absolute;top:0;left:0;width:100%;height:100%}body .table-wrapper,html .table-wrapper{position:relative}body .table-wrapper:before,html .table-wrapper:before{content:"";position:absolute;top:calc(100% - 2rem);left:0;height:4rem;width:100%;background:#000;background:radial-gradient(ellipse at center,#000 0,transparent 50%);opacity:.25}body .table-wrapper .table-inner,html .table-wrapper .table-inner{padding:1rem 2rem;background-color:#2e2e2e;position:relative}body .table-wrapper .table-inner table,html .table-wrapper .table-inner table{border-collapse:collapse;width:100%;position:relative}body .table-wrapper .table-inner table td,body .table-wrapper .table-inner table th,html .table-wrapper .table-inner table td,html .table-wrapper .table-inner table th{padding:1rem;line-height:1.2rem;border-bottom:1px solid #484848;color:#fff}body .table-wrapper .table-inner table thead tr td,body .table-wrapper .table-inner table thead tr th,html .table-wrapper .table-inner table thead tr td,html .table-wrapper .table-inner table thead tr th{color:var(--maincolor);text-transform:uppercase;font-weight:600}body .table-wrapper .table-inner table tbody tr td.score,html .table-wrapper .table-inner table tbody tr td.score{font-weight:600;white-space:nowrap}body .table-wrapper .table-inner table tbody tr:last-child td,body .table-wrapper .table-inner table tbody tr:last-child th,html .table-wrapper .table-inner table tbody tr:last-child td,html .table-wrapper .table-inner table tbody tr:last-child th{border:none}body .table-wrapper .table-inner table tfoot input,body .table-wrapper .table-inner table tfoot select,html .table-wrapper .table-inner table tfoot input,html .table-wrapper .table-inner table tfoot select{line-height:2rem;height:2rem}body .table-wrapper .table-inner table tfoot tr td,html .table-wrapper .table-inner table tfoot tr td{background-color:#eee}body .table-wrapper .table-inner table tfoot tr:last-child td,body .table-wrapper .table-inner table tfoot tr:last-child th,html .table-wrapper .table-inner table tfoot tr:last-child td,html .table-wrapper .table-inner table tfoot tr:last-child th{border:none}body .switch,html .switch{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;padding:1rem 0;border-top:1px solid #ccc;border-bottom:1px solid #ccc}body .switch:last-of-type,html .switch:last-of-type{border-top:none}body .switch>span,html .switch>span{color:#fff}body .switch>span:last-child,html .switch>span:last-child{display:-webkit-flex;display:flex;width:4rem;height:2rem;position:relative;background-color:#616161;border-radius:2rem;cursor:pointer}body .switch>span:last-child.active,html .switch>span:last-child.active{background-color:var(--maincolor);-webkit-justify-content:flex-end;justify-content:flex-end}body .switch>span:last-child.active span,html .switch>span:last-child.active span{background-color:#eee}body .switch>span:last-child span,html .switch>span:last-child span{width:1.6rem;height:1.6rem;background-color:#484848;margin:.2rem;border-radius:50%}body .prompt,html .prompt{position:fixed!important;top:0;left:0;width:100%;height:100%;display:-webkit-flex;display:flex;z-index:5000;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;background-color:rgba(0,0,0,.75)}body .prompt .prompt-inner,html .prompt .prompt-inner{background-color:#282828;padding:2rem;color:#fff;border-radius:.5rem}body .prompt .prompt-inner input,html .prompt .prompt-inner input{margin:0 0 1rem;width:100%}body .prompt .prompt-inner .btn-group,html .prompt .prompt-inner .btn-group{padding:0!important;background:none!important}body .prompt .prompt-inner p,html .prompt .prompt-inner p{margin:0 0 2rem}body strong,html strong{font-weight:700}body video+.background,html video+.background{-webkit-filter:none;filter:none}body .background,html .background{position:absolute;top:-1px;left:0;width:100%;bottom:0;opacity:1;background-color:#212121;mix-blend-mode:multiply;background-size:cover;-webkit-filter:grayscale(1);filter:grayscale(1)}body .content>video,body .request-wrapper>video,html .content>video,html .request-wrapper>video{position:absolute;width:100%;height:100%;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);object-fit:cover;-webkit-filter:grayscale(1);filter:grayscale(1);z-index:0}body .scroll-wrapper,html .scroll-wrapper{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-flex:1 1;flex:1 1;padding:1rem;position:relative;background-color:#2e2e2e}body .loading,html .loading{display:-webkit-flex;display:flex;-webkit-flex:1 1;flex:1 1;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}body .loading .lds-ring,html .loading .lds-ring{display:inline-block;position:relative;width:80px;height:80px}body .loading .lds-ring div,html .loading .lds-ring div{box-sizing:border-box;display:block;position:absolute;width:64px;height:64px;margin:8px;border-radius:50%;-webkit-animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border:4px solid transparent;border-top-color:#666}body .loading .lds-ring div:first-child,html .loading .lds-ring div:first-child{-webkit-animation-delay:-.45s;animation-delay:-.45s}body .loading .lds-ring div:nth-child(2),html .loading .lds-ring div:nth-child(2){-webkit-animation-delay:-.3s;animation-delay:-.3s}body .loading .lds-ring div:nth-child(3),html .loading .lds-ring div:nth-child(3){-webkit-animation-delay:-.15s;animation-delay:-.15s}@-webkit-keyframes lds-ring{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes lds-ring{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}body .checkbox,html .checkbox{display:-webkit-flex;display:flex;position:relative;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none}body .checkbox.check-before,html .checkbox.check-before{-webkit-justify-content:flex-start!important;justify-content:flex-start!important}body .checkbox.check-before>span,html .checkbox.check-before>span{margin-left:1rem;-webkit-order:1;order:1;width:auto!important;height:auto!important;padding:1rem 0}body .checkbox input,html .checkbox input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}body .checkbox input:checked~.checkmark,html .checkbox input:checked~.checkmark{background-color:var(--maincolor)}body .checkbox input:checked~.checkmark:after,html .checkbox input:checked~.checkmark:after{display:block}body .checkbox .checkmark,html .checkbox .checkmark{height:1.5rem;min-height:1.5rem;width:1.5rem;min-width:1.5rem;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;background-color:#212121}body .checkbox .checkmark:after,html .checkbox .checkmark:after{content:"";display:none;width:5px;margin-top:-4px;height:10px;border:solid #fff;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}body #finforms-app,body #finforms-app #app,html #finforms-app,html #finforms-app #app{display:-webkit-flex;display:flex;-webkit-flex:1 1;flex:1 1;width:100%}body #finforms-app #app .page,html #finforms-app #app .page{display:-webkit-flex;display:flex;-webkit-flex:1 1;flex:1 1}body #finforms-app #app .main,html #finforms-app #app .main{display:-webkit-flex;display:flex;-webkit-flex:1 1;flex:1 1;width:100%}body #finforms-app #app .welcome-logo,html #finforms-app #app .welcome-logo{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;margin:0 0 2rem;-webkit-align-items:flex-end;align-items:flex-end}body #finforms-app #app .welcome-logo img,html #finforms-app #app .welcome-logo img{max-height:10rem}body #finforms-app #app .welcome-logo h1,html #finforms-app #app .welcome-logo h1{font-size:6rem;color:#fff;line-height:5rem;display:-webkit-flex;display:flex;-webkit-flex:1 1;flex:1 1;width:100%;-webkit-justify-content:center;justify-content:center;margin:0 0 .5rem}body #finforms-app #app .welcome-logo p,html #finforms-app #app .welcome-logo p{display:-webkit-flex;display:flex;margin:0;font-size:1rem!important;-webkit-align-items:center;align-items:center;color:#fff;opacity:.75}body #finforms-app #app .welcome-logo p .svg-logo,html #finforms-app #app .welcome-logo p .svg-logo{width:7rem;margin:0 0 0 .5rem}body #finforms-app #app .sidebar,html #finforms-app #app .sidebar{background-color:#212121;display:-webkit-flex;display:flex;-webkit-flex:0 0 25%;flex:0 0 25%;max-width:25%;-webkit-justify-content:space-between;justify-content:space-between;-webkit-flex-direction:column;flex-direction:column;z-index:1000;position:relative}body #finforms-app #app .sidebar .background,html #finforms-app #app .sidebar .background{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-filter:grayscale(1);filter:grayscale(1);opacity:.1;background-size:cover;background-position:50%}body #finforms-app #app .sidebar.collapse,html #finforms-app #app .sidebar.collapse{-webkit-flex:0 0 4rem;flex:0 0 4rem;max-width:4rem}body #finforms-app #app .sidebar.collapse .top .logo,html #finforms-app #app .sidebar.collapse .top .logo{padding:1rem}body #finforms-app #app .sidebar.collapse .top .logo img,html #finforms-app #app .sidebar.collapse .top .logo img{width:100%}body #finforms-app #app .sidebar.collapse .top .coll-wrapper button,html #finforms-app #app .sidebar.collapse .top .coll-wrapper button{width:4rem}body #finforms-app #app .sidebar.collapse .top .coll-wrapper button i,html #finforms-app #app .sidebar.collapse .top .coll-wrapper button i{-webkit-transform:rotate(180deg);transform:rotate(180deg)}body #finforms-app #app .sidebar.collapse .bottom .info,html #finforms-app #app .sidebar.collapse .bottom .info{display:none}body #finforms-app #app .sidebar.collapse .bottom .legal,html #finforms-app #app .sidebar.collapse .bottom .legal{position:absolute;bottom:0}body #finforms-app #app .sidebar.collapse .nav-menu .nav p,html #finforms-app #app .sidebar.collapse .nav-menu .nav p{padding:0;font-size:0}body #finforms-app #app .sidebar.collapse .nav-menu .nav p svg,html #finforms-app #app .sidebar.collapse .nav-menu .nav p svg{display:-webkit-flex;display:flex;width:4rem;margin:0;font-size:1rem;-webkit-flex:1 1;flex:1 1;-webkit-justify-content:center;justify-content:center}body #finforms-app #app .sidebar .top,html #finforms-app #app .sidebar .top{position:relative;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}body #finforms-app #app .sidebar .top .coll-wrapper,html #finforms-app #app .sidebar .top .coll-wrapper{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;height:4rem}body #finforms-app #app .sidebar .top .coll-wrapper button,html #finforms-app #app .sidebar .top .coll-wrapper button{border:none;background:none;display:-webkit-flex;display:flex;height:4rem;width:4rem;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;color:#666;cursor:pointer;transition:all .35s}body #finforms-app #app .sidebar .top .coll-wrapper button:hover,html #finforms-app #app .sidebar .top .coll-wrapper button:hover{color:#fff;background-color:var(--maincolor)}body #finforms-app #app .sidebar .top .coll-wrapper button:focus,html #finforms-app #app .sidebar .top .coll-wrapper button:focus{border:none;outline:none}body #finforms-app #app .sidebar .top .logo,html #finforms-app #app .sidebar .top .logo{background-color:rgba(0,0,0,.1);display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}body #finforms-app #app .sidebar .top .logo img,html #finforms-app #app .sidebar .top .logo img{max-height:8rem;max-width:100%}body #finforms-app #app .sidebar .bottom,html #finforms-app #app .sidebar .bottom{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-flex:1 1;flex:1 1;position:relative}body #finforms-app #app .sidebar .bottom .info,html #finforms-app #app .sidebar .bottom .info{padding:2rem}body #finforms-app #app .sidebar .bottom .info h3,html #finforms-app #app .sidebar .bottom .info h3{font-size:1.8rem}body #finforms-app #app .sidebar .bottom .info h3,body #finforms-app #app .sidebar .bottom .info h4,body #finforms-app #app .sidebar .bottom .info p,html #finforms-app #app .sidebar .bottom .info h3,html #finforms-app #app .sidebar .bottom .info h4,html #finforms-app #app .sidebar .bottom .info p{margin:0;color:#fff}body #finforms-app #app .sidebar .bottom .info h4,html #finforms-app #app .sidebar .bottom .info h4{margin-bottom:1rem}body #finforms-app #app .sidebar .bottom .info p,html #finforms-app #app .sidebar .bottom .info p{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}body #finforms-app #app .sidebar .bottom .info p svg,html #finforms-app #app .sidebar .bottom .info p svg{margin-right:.25rem}body #finforms-app #app .sidebar .bottom .legal,html #finforms-app #app .sidebar .bottom .legal{background-color:rgba(0,0,0,.1);display:-webkit-flex;display:flex}body #finforms-app #app .sidebar .bottom .legal p,html #finforms-app #app .sidebar .bottom .legal p{color:#fff;padding:1rem;cursor:pointer;transition:all .35s}body #finforms-app #app .sidebar .bottom .legal p:first-child,html #finforms-app #app .sidebar .bottom .legal p:first-child{margin-left:1rem}body #finforms-app #app .sidebar .bottom .legal p:hover,html #finforms-app #app .sidebar .bottom .legal p:hover{color:var(--maincolor)}body #finforms-app #app .sidebar .logo,html #finforms-app #app .sidebar .logo{background-color:var(--maincolor);padding:2rem}body #finforms-app #app .sidebar .logo svg,html #finforms-app #app .sidebar .logo svg{font-size:2.4rem;color:#fff;max-width:20rem;display:-webkit-flex;display:flex;-webkit-flex:1 1;flex:1 1}body #finforms-app #app .sidebar .logo span,html #finforms-app #app .sidebar .logo span{font-size:3rem;color:#fff;font-weight:300}body #finforms-app #app .sidebar .logo span+span,html #finforms-app #app .sidebar .logo span+span{font-size:3rem;color:#fff;font-weight:600}body #finforms-app #app .sidebar .nav-menu,html #finforms-app #app .sidebar .nav-menu{-webkit-flex:1 1;flex:1 1;margin-top:2rem}body #finforms-app #app .sidebar .nav-menu .nav .unread,html #finforms-app #app .sidebar .nav-menu .nav .unread{display:-webkit-flex;display:flex;width:.7rem;height:.7rem;border:2px solid #fff;background-color:#9b3232;border-radius:1rem;margin:0 0 1rem .6rem;position:absolute;z-index:1}body #finforms-app #app .sidebar .nav-menu .nav p,html #finforms-app #app .sidebar .nav-menu .nav p{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;color:#fff;padding:0 2rem;height:3rem;border-left:4px solid transparent;transition:all .35s;cursor:pointer}body #finforms-app #app .sidebar .nav-menu .nav p svg,html #finforms-app #app .sidebar .nav-menu .nav p svg{margin-right:1rem;opacity:.5}body #finforms-app #app .sidebar .nav-menu .nav p.active,html #finforms-app #app .sidebar .nav-menu .nav p.active{border-left-color:var(--maincolor);background-color:rgba(0,0,0,.1)}body #finforms-app #app .sidebar .nav-menu .nav p:hover,html #finforms-app #app .sidebar .nav-menu .nav p:hover{border-left-color:var(--maincolor);background-color:var(--maincolor)}body #finforms-app #app .sidebar .nav-menu .nav p>span,html #finforms-app #app .sidebar .nav-menu .nav p>span{display:-webkit-inline-flex;display:inline-flex;-webkit-align-items:center;align-items:center}body #finforms-app #app .popup-wrapper,html #finforms-app #app .popup-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;z-index:5000}body #finforms-app #app .popup-wrapper .close-popup,html #finforms-app #app .popup-wrapper .close-popup{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.75)}body #finforms-app #app .popup-wrapper .popup,html #finforms-app #app .popup-wrapper .popup{background-color:#212121;padding:4rem;width:80%;height:80%;max-width:100rem;position:relative;z-index:10}body #finforms-app #app .popup-wrapper .popup strong,html #finforms-app #app .popup-wrapper .popup strong{margin:1rem 0 .5rem;display:-webkit-flex;display:flex}body #finforms-app #app .popup-wrapper .popup h3,html #finforms-app #app .popup-wrapper .popup h3{font-weight:700}body #finforms-app #app .popup-wrapper .popup h3,body #finforms-app #app .popup-wrapper .popup p,html #finforms-app #app .popup-wrapper .popup h3,html #finforms-app #app .popup-wrapper .popup p{color:#fff}body #finforms-app #app .popup-wrapper .popup ul,html #finforms-app #app .popup-wrapper .popup ul{padding:0 0 0 2rem;margin:1rem 0}body #finforms-app #app .popup-wrapper .popup ul li,html #finforms-app #app .popup-wrapper .popup ul li{color:#fff;list-style-type:square}body #finforms-app #app .content-wrapper,html #finforms-app #app .content-wrapper{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;width:100%;overflow:hidden}body #finforms-app #app .content-wrapper .header,html #finforms-app #app .content-wrapper .header{background-color:#2e2e2e;font-size:14px;padding:0 2rem;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;height:4rem;color:#fff}body #finforms-app #app .content-wrapper .header .items,html #finforms-app #app .content-wrapper .header .items{display:-webkit-flex;display:flex}body #finforms-app #app .content-wrapper .header .items .languages,html #finforms-app #app .content-wrapper .header .items .languages{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}body #finforms-app #app .content-wrapper .header .items .languages span,html #finforms-app #app .content-wrapper .header .items .languages span{padding:.5rem;text-transform:uppercase;cursor:pointer}body #finforms-app #app .content-wrapper .header .items .languages span.active,html #finforms-app #app .content-wrapper .header .items .languages span.active{color:var(--maincolor)}body #finforms-app #app .content-wrapper .header .items .languages span:hover,html #finforms-app #app .content-wrapper .header .items .languages span:hover{color:#888}body #finforms-app #app .content-wrapper .header .items .item,html #finforms-app #app .content-wrapper .header .items .item{margin-left:1rem;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;color:#fff;padding:.25rem 1rem;border-radius:2rem;cursor:pointer;transition:all .35s;height:2rem}body #finforms-app #app .content-wrapper .header .items .item svg,html #finforms-app #app .content-wrapper .header .items .item svg{margin-left:.5rem;font-size:1.6rem}body #finforms-app #app .content-wrapper .header .items .item.user,html #finforms-app #app .content-wrapper .header .items .item.user{padding-right:3.5rem;position:relative}body #finforms-app #app .content-wrapper .header .items .item.user .avatar,html #finforms-app #app .content-wrapper .header .items .item.user .avatar{position:absolute;right:0;top:-.25rem;width:2.5rem;height:2.5rem;background-size:cover;border-radius:2rem}body #finforms-app #app .content-wrapper .header .items .item.user .avatar.placeholder,html #finforms-app #app .content-wrapper .header .items .item.user .avatar.placeholder{width:1.6rem;height:1.6rem;top:.2rem;right:1rem}body #finforms-app #app .content-wrapper .header h1,html #finforms-app #app .content-wrapper .header h1{margin:0;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}body #finforms-app #app .content-wrapper .header h1 button,html #finforms-app #app .content-wrapper .header h1 button{border:1px solid #fff;background:none;color:#fff;font-size:2rem;padding:0;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;margin-right:1rem;border-radius:2rem;cursor:pointer;transition:all .35s}body #finforms-app #app .content-wrapper .header h1 button:hover,html #finforms-app #app .content-wrapper .header h1 button:hover{background-color:#444;border-color:#444}body #finforms-app #app .content-wrapper .content,html #finforms-app #app .content-wrapper .content{display:-webkit-flex;display:flex;-webkit-flex:1 1;flex:1 1;-webkit-flex-direction:column;flex-direction:column;background:#282828;position:relative}body #finforms-app #app .content-wrapper .content:not(.requests):not(.login):not(.welcome):not(.confirm-registration),html #finforms-app #app .content-wrapper .content:not(.requests):not(.login):not(.welcome):not(.confirm-registration){padding:2rem}body #finforms-app #app .content-wrapper .content:not(.requests):not(.login):not(.welcome):not(.confirm-registration) .background,html #finforms-app #app .content-wrapper .content:not(.requests):not(.login):not(.welcome):not(.confirm-registration) .background{position:absolute;left:0;top:0;width:100%;height:100%;background-size:cover;background-position:100% 100%;opacity:.2;-webkit-filter:grayscale(1);filter:grayscale(1)}body #finforms-app #app .content-wrapper .content.new-request,html #finforms-app #app .content-wrapper .content.new-request{padding:0!important}body #finforms-app #app .content-wrapper .content>div:not(.background),html #finforms-app #app .content-wrapper .content>div:not(.background){position:relative}body #finforms-app #app .content-wrapper .content>div:not(.background) video,html #finforms-app #app .content-wrapper .content>div:not(.background) video{position:absolute;height:100%}body #finforms-app #app .content-wrapper .content>section,html #finforms-app #app .content-wrapper .content>section{position:relative;display:-webkit-flex;display:flex;-webkit-flex:1 1;flex:1 1;-webkit-flex-direction:column;flex-direction:column}body #finforms-app #app .content-wrapper .content>section .scroll-wrapper,html #finforms-app #app .content-wrapper .content>section .scroll-wrapper{padding:0}body #finforms-app #app .content-wrapper .content>section .scroll-wrapper .table-wrapper:before,body #finforms-app #app .content-wrapper .content>section .scroll-wrapper:before,html #finforms-app #app .content-wrapper .content>section .scroll-wrapper .table-wrapper:before,html #finforms-app #app .content-wrapper .content>section .scroll-wrapper:before{display:none}body #finforms-app #app .content-wrapper .content .loading,html #finforms-app #app .content-wrapper .content .loading{position:absolute;z-index:2000;top:0;left:0;width:100%;height:100%;background-color:#282828;opacity:.75}body #finforms-app #app .content-wrapper .content.login,html #finforms-app #app .content-wrapper .content.login{padding:0}body #finforms-app #app .content-wrapper .content .scrollbar-wrapper,html #finforms-app #app .content-wrapper .content .scrollbar-wrapper{display:-webkit-flex;display:flex;-webkit-flex:1 1;flex:1 1}body #finforms-app #app .content-wrapper .content .form,html #finforms-app #app .content-wrapper .content .form{display:-webkit-flex;display:flex;padding:1rem;margin:0 0 2rem}body #finforms-app #app .content-wrapper .content .form .form-inner,html #finforms-app #app .content-wrapper .content .form .form-inner{display:-webkit-flex;display:flex;-webkit-flex:1 1;flex:1 1;-webkit-flex-direction:column;flex-direction:column}body #finforms-app #app .content-wrapper .content .form .form-inner .form-row,html #finforms-app #app .content-wrapper .content .form .form-inner .form-row{display:-webkit-flex;display:flex;-webkit-flex:1 1;flex:1 1;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-between;justify-content:space-between}body #finforms-app #app .content-wrapper .content .form h2,html #finforms-app #app .content-wrapper .content .form h2{margin:0 0 2rem}body #finforms-app #app .content-wrapper .content .form label,html #finforms-app #app .content-wrapper .content .form label{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;margin:0 0 1rem;-webkit-flex-basis:48%;flex-basis:48%}body #finforms-app #app .content-wrapper .content .form .btn-group,html #finforms-app #app .content-wrapper .content .form .btn-group{-webkit-flex-basis:100%;flex-basis:100%}body #finforms-app #app .content-wrapper .content .table-head,html #finforms-app #app .content-wrapper .content .table-head{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;margin:0 0 2rem;-webkit-justify-content:space-between;justify-content:space-between}body #finforms-app #app .content-wrapper .content .table-head .btn,html #finforms-app #app .content-wrapper .content .table-head .btn{height:3rem}body #finforms-app #app .content-wrapper .content .table-head .left,body #finforms-app #app .content-wrapper .content .table-head .left form:first-child,html #finforms-app #app .content-wrapper .content .table-head .left,html #finforms-app #app .content-wrapper .content .table-head .left form:first-child{display:-webkit-flex;display:flex;-webkit-flex:1 1;flex:1 1}body #finforms-app #app .content-wrapper .content .table-head .left form:last-child .btn,html #finforms-app #app .content-wrapper .content .table-head .left form:last-child .btn{margin:0}body #finforms-app #app .content-wrapper .content .table-head .left .btn,body #finforms-app #app .content-wrapper .content .table-head .left input,body #finforms-app #app .content-wrapper .content .table-head .left select,html #finforms-app #app .content-wrapper .content .table-head .left .btn,html #finforms-app #app .content-wrapper .content .table-head .left input,html #finforms-app #app .content-wrapper .content .table-head .left select{margin-right:1rem}body #finforms-app #app .content-wrapper .content .table-head .left .btn[type=text],body #finforms-app #app .content-wrapper .content .table-head .left input[type=text],body #finforms-app #app .content-wrapper .content .table-head .left select[type=text],html #finforms-app #app .content-wrapper .content .table-head .left .btn[type=text],html #finforms-app #app .content-wrapper .content .table-head .left input[type=text],html #finforms-app #app .content-wrapper .content .table-head .left select[type=text]{-webkit-flex:1 1;flex:1 1}body #finforms-app #app .content-wrapper .content .table-head .right,html #finforms-app #app .content-wrapper .content .table-head .right{display:-webkit-flex;display:flex;height:100%}body #finforms-app #app .content-wrapper .content .table-head .right .btn,html #finforms-app #app .content-wrapper .content .table-head .right .btn{height:3rem;-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;padding:0 2rem;margin-left:1rem}body #finforms-app #app .content-wrapper .content .table-foot,html #finforms-app #app .content-wrapper .content .table-foot{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;margin:2rem 0 0;-webkit-justify-content:space-between;justify-content:space-between}body #finforms-app #app .content-wrapper .content .table-foot .btn,html #finforms-app #app .content-wrapper .content .table-foot .btn{height:3rem}body #finforms-app #app .content-wrapper .content .table-foot .left,html #finforms-app #app .content-wrapper .content .table-foot .left{display:-webkit-flex;display:flex;-webkit-flex-basis:60%;flex-basis:60%}body #finforms-app #app .content-wrapper .content .table-foot .left form:first-child,html #finforms-app #app .content-wrapper .content .table-foot .left form:first-child{display:-webkit-flex;display:flex;-webkit-flex:1 1;flex:1 1}body #finforms-app #app .content-wrapper .content .table-foot .left .btn,body #finforms-app #app .content-wrapper .content .table-foot .left input,body #finforms-app #app .content-wrapper .content .table-foot .left select,html #finforms-app #app .content-wrapper .content .table-foot .left .btn,html #finforms-app #app .content-wrapper .content .table-foot .left input,html #finforms-app #app .content-wrapper .content .table-foot .left select{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;margin-right:1rem;padding:0 2rem}body #finforms-app #app .content-wrapper .content .table-foot .left .btn[type=text],body #finforms-app #app .content-wrapper .content .table-foot .left input[type=text],body #finforms-app #app .content-wrapper .content .table-foot .left select[type=text],html #finforms-app #app .content-wrapper .content .table-foot .left .btn[type=text],html #finforms-app #app .content-wrapper .content .table-foot .left input[type=text],html #finforms-app #app .content-wrapper .content .table-foot .left select[type=text]{-webkit-flex:1 1;flex:1 1}body #finforms-app #app .content-wrapper .content .table-foot .right,html #finforms-app #app .content-wrapper .content .table-foot .right{display:-webkit-flex;display:flex;height:100%}body #finforms-app #app .content-wrapper .content .table-foot .right .btn,html #finforms-app #app .content-wrapper .content .table-foot .right .btn{height:100%;-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;margin-left:1rem;-webkit-justify-content:center;justify-content:center}body #finforms-app #app .content-wrapper .home,html #finforms-app #app .content-wrapper .home{display:-webkit-flex;display:flex;-webkit-flex:1 1;flex:1 1;-webkit-flex-direction:column;flex-direction:column;background-color:#151719;padding:0}body #finforms-app #app .content-wrapper .home .player,html #finforms-app #app .content-wrapper .home .player{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;background-color:rgba(0,0,0,.8)}body #finforms-app #app .content-wrapper .home .player .close,html #finforms-app #app .content-wrapper .home .player .close{position:absolute;top:0;left:0;width:100%;height:100%}body #finforms-app #app .content-wrapper .home .player .player-wrapper,html #finforms-app #app .content-wrapper .home .player .player-wrapper{position:relative;padding-top:56.25%;width:80%}body #finforms-app #app .content-wrapper .home .player .react-player,html #finforms-app #app .content-wrapper .home .player .react-player{position:absolute;top:0;left:0}body #finforms-app #app .content-wrapper .home h3,html #finforms-app #app .content-wrapper .home h3{color:var(--maincolordark);font-weight:700;font-size:2rem;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}body #finforms-app #app .content-wrapper .home h3 svg,html #finforms-app #app .content-wrapper .home h3 svg{margin:0 .5rem}body #finforms-app #app .content-wrapper .home .lines,html #finforms-app #app .content-wrapper .home .lines{position:absolute;top:0;right:-10rem;width:100%}body #finforms-app #app .content-wrapper .home hr,html #finforms-app #app .content-wrapper .home hr{margin:8rem 0;width:100%}body #finforms-app #app .content-wrapper .home .header,html #finforms-app #app .content-wrapper .home .header{padding:2rem 0;margin:0;height:auto;background:none;position:relative}body #finforms-app #app .content-wrapper .home .header .container,html #finforms-app #app .content-wrapper .home .header .container{display:-webkit-flex;display:flex;-webkit-flex:1 1;flex:1 1;-webkit-justify-content:space-between;justify-content:space-between}body #finforms-app #app .content-wrapper .home .header .container div,html #finforms-app #app .content-wrapper .home .header .container div{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}body #finforms-app #app .content-wrapper .home .header .container .logo,html #finforms-app #app .content-wrapper .home .header .container .logo{height:2rem;-webkit-flex:1 1;flex:1 1}body #finforms-app #app .content-wrapper .home .header .container .logo svg,html #finforms-app #app .content-wrapper .home .header .container .logo svg{height:100%}body #finforms-app #app .content-wrapper .home .header .container .languages,html #finforms-app #app .content-wrapper .home .header .container .languages{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;margin:0 .5rem}body #finforms-app #app .content-wrapper .home .header .container .languages span,html #finforms-app #app .content-wrapper .home .header .container .languages span{margin:0 .5rem;cursor:pointer;transition:all .35s}body #finforms-app #app .content-wrapper .home .header .container .languages span.active,html #finforms-app #app .content-wrapper .home .header .container .languages span.active{color:var(--maincolor)}body #finforms-app #app .content-wrapper .home .header .container .languages span:hover,html #finforms-app #app .content-wrapper .home .header .container .languages span:hover{color:var(--secondcolor)}body #finforms-app #app .content-wrapper .home .scroll-wrapper,html #finforms-app #app .content-wrapper .home .scroll-wrapper{background:none;padding:0;position:relative}body #finforms-app #app .content-wrapper .home .start,html #finforms-app #app .content-wrapper .home .start{text-align:center;padding:4rem 10%;-webkit-justify-content:center;justify-content:center}body #finforms-app #app .content-wrapper .home .start .slogan,html #finforms-app #app .content-wrapper .home .start .slogan{color:#fff;font-size:3rem;text-transform:uppercase;font-weight:700;margin:2rem 0}body #finforms-app #app .content-wrapper .home .start .slogan span,html #finforms-app #app .content-wrapper .home .start .slogan span{color:var(--maincolor);font-weight:700}body #finforms-app #app .content-wrapper .home .start button,html #finforms-app #app .content-wrapper .home .start button{margin:2rem .5rem 4rem}body #finforms-app #app .content-wrapper .home .start button.line,html #finforms-app #app .content-wrapper .home .start button.line{border:2px solid #fff;background:none}body #finforms-app #app .content-wrapper .home .start .video,html #finforms-app #app .content-wrapper .home .start .video{border:2px solid #fff;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;margin:0 0 8rem;position:relative;width:100%}body #finforms-app #app .content-wrapper .home .start .video:after,html #finforms-app #app .content-wrapper .home .start .video:after{content:"";background-image:url(https://images.unsplash.com/photo-1577185816322-21f2a92b1342?auto=format&fit=crop&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&q=80&w=2370);background-size:cover;display:block;position:absolute;left:0;top:0;width:100%;height:100%;opacity:.2;-webkit-filter:grayscale(1);filter:grayscale(1)}body #finforms-app #app .content-wrapper .home .start .video:before,html #finforms-app #app .content-wrapper .home .start .video:before{content:"";display:block;padding-bottom:56.25%}body #finforms-app #app .content-wrapper .home .start .video svg,html #finforms-app #app .content-wrapper .home .start .video svg{position:relative;z-index:20;cursor:pointer}body #finforms-app #app .content-wrapper .home .start .video svg path,html #finforms-app #app .content-wrapper .home .start .video svg path{transition:all .35s}body #finforms-app #app .content-wrapper .home .start .video svg:hover path,html #finforms-app #app .content-wrapper .home .start .video svg:hover path{fill:var(--maincolor)}body #finforms-app #app .content-wrapper .home .start h2,html #finforms-app #app .content-wrapper .home .start h2{color:#fff;font-size:2.4rem;margin:4rem 0 2rem;font-weight:700}body #finforms-app #app .content-wrapper .home .start .footer p,html #finforms-app #app .content-wrapper .home .start .footer p{color:#ddd;margin:0;padding:0;text-align:left;font-size:.9rem}body #finforms-app #app .content-wrapper .home .start p,html #finforms-app #app .content-wrapper .home .start p{color:#eee;font-size:1.2rem;margin:0 0 2rem;padding:0 10%;max-width:none}body #finforms-app #app .content-wrapper .home .start .mb-0,html #finforms-app #app .content-wrapper .home .start .mb-0{margin-bottom:0}body #finforms-app #app .content-wrapper .home .start .tiles,html #finforms-app #app .content-wrapper .home .start .tiles{border:none;padding:0;margin:2rem -.75rem;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:center;justify-content:center}body #finforms-app #app .content-wrapper .home .start .tiles .tile,html #finforms-app #app .content-wrapper .home .start .tiles .tile{display:-webkit-flex;display:flex;-webkit-align-self:stretch;align-self:stretch;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-start;justify-content:flex-start;padding:0;background-color:hsla(0,0%,100%,.02);-webkit-align-items:center;align-items:center;-webkit-flex-grow:0;flex-grow:0;-webkit-flex-shrink:0;flex-shrink:0;-webkit-flex-basis:calc(33.33333% - 1.5rem);flex-basis:calc(33.33333% - 1.5rem);margin:0 .75rem 1.5rem;height:auto}body #finforms-app #app .content-wrapper .home .start .tiles .tile p:first-of-type,html #finforms-app #app .content-wrapper .home .start .tiles .tile p:first-of-type{font-size:1.6rem;color:var(--maincolor)}body #finforms-app #app .content-wrapper .home .start .tiles .tile .icon,html #finforms-app #app .content-wrapper .home .start .tiles .tile .icon{background-color:var(--maincolordark);width:3rem;height:3rem;border-radius:3rem;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;margin:2rem auto}body #finforms-app #app .content-wrapper .home .start .tiles .tile svg,html #finforms-app #app .content-wrapper .home .start .tiles .tile svg{height:2rem;width:2rem}body #finforms-app #app .content-wrapper .home .start .sides .side,html #finforms-app #app .content-wrapper .home .start .sides .side{display:-webkit-flex;display:flex;margin:4rem 0}body #finforms-app #app .content-wrapper .home .start .sides .side>div,html #finforms-app #app .content-wrapper .home .start .sides .side>div{display:-webkit-flex;display:flex;-webkit-align-items:flex-start;align-items:flex-start;-webkit-justify-content:center;justify-content:center;-webkit-flex-direction:column;flex-direction:column;text-align:left}body #finforms-app #app .content-wrapper .home .start .sides .side>div p,html #finforms-app #app .content-wrapper .home .start .sides .side>div p{margin:0;padding:0}body #finforms-app #app .content-wrapper .home .start .sides .side>div p:first-child,html #finforms-app #app .content-wrapper .home .start .sides .side>div p:first-child{text-transform:uppercase;color:var(--maincolor);font-size:.9rem}body #finforms-app #app .content-wrapper .home .start .sides .side>div h3,html #finforms-app #app .content-wrapper .home .start .sides .side>div h3{color:#fff;font-weight:700;margin-top:.5rem;font-size:1.4rem}body #finforms-app #app .content-wrapper .home .start .sides .side .image-wrapper,html #finforms-app #app .content-wrapper .home .start .sides .side .image-wrapper{margin-left:4rem;position:relative;-webkit-flex:0 0 45%;flex:0 0 45%;overflow:hidden;height:16rem}body #finforms-app #app .content-wrapper .home .start .sides .side .image-wrapper img,html #finforms-app #app .content-wrapper .home .start .sides .side .image-wrapper img{box-shadow:0 1rem 2rem -1rem #000;width:100%;position:absolute}body #finforms-app #app .content-wrapper .home .start .sides .side:nth-child(2n) .image-wrapper,html #finforms-app #app .content-wrapper .home .start .sides .side:nth-child(2n) .image-wrapper{-webkit-order:-1;order:-1;margin:0 4rem 0 0}body #finforms-app #app .content-wrapper .container,html #finforms-app #app .content-wrapper .container{max-width:1200px;margin:0 auto;width:100%}body #finforms-app #app .content-wrapper .footer,html #finforms-app #app .content-wrapper .footer{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;padding:1rem 0}body #finforms-app #app .content-wrapper .footer.inline,html #finforms-app #app .content-wrapper .footer.inline{-webkit-align-items:center;align-items:center}body #finforms-app #app .content-wrapper .footer.inline div,html #finforms-app #app .content-wrapper .footer.inline div{-webkit-flex:0 1;flex:0 1;margin:0}body #finforms-app #app .content-wrapper .footer.inline div.logo,html #finforms-app #app .content-wrapper .footer.inline div.logo{-webkit-flex:0 0 10rem;flex:0 0 10rem}body #finforms-app #app .content-wrapper .footer.inline div.menu,html #finforms-app #app .content-wrapper .footer.inline div.menu{margin-left:auto}body #finforms-app #app .content-wrapper .footer.inline div.made-by,html #finforms-app #app .content-wrapper .footer.inline div.made-by{white-space:nowrap}body #finforms-app #app .content-wrapper .footer .menu li,html #finforms-app #app .content-wrapper .footer .menu li{cursor:pointer;transition:all .35s}body #finforms-app #app .content-wrapper .footer .menu li:hover,html #finforms-app #app .content-wrapper .footer .menu li:hover{color:var(--maincolor)}body #finforms-app #app .content-wrapper .footer div,html #finforms-app #app .content-wrapper .footer div{-webkit-flex:0 0 50%;flex:0 0 50%;-webkit-align-items:center;align-items:center;font-size:.9rem;margin:0 0 .5rem}body #finforms-app #app .content-wrapper .footer div.right,html #finforms-app #app .content-wrapper .footer div.right{display:-webkit-flex;display:flex;-webkit-justify-content:flex-end;justify-content:flex-end}body #finforms-app #app .content-wrapper .footer div p,html #finforms-app #app .content-wrapper .footer div p{color:#ddd;margin:0;padding:0;text-align:left;font-size:.9rem}body #finforms-app #app .content-wrapper .footer div svg,html #finforms-app #app .content-wrapper .footer div svg{max-height:2rem}body #finforms-app #app .content-wrapper .footer div.logo,html #finforms-app #app .content-wrapper .footer div.logo{text-align:left}body #finforms-app #app .content-wrapper .footer div.socials,html #finforms-app #app .content-wrapper .footer div.socials{display:-webkit-flex;display:flex;-webkit-justify-content:flex-end;justify-content:flex-end}body #finforms-app #app .content-wrapper .footer div.socials a,html #finforms-app #app .content-wrapper .footer div.socials a{margin-left:.5rem}body #finforms-app #app .content-wrapper .footer div.socials a svg path,html #finforms-app #app .content-wrapper .footer div.socials a svg path{fill:var(--maincolor)}body #finforms-app #app .content-wrapper .footer div ul,html #finforms-app #app .content-wrapper .footer div ul{margin:0;padding:0;display:-webkit-flex;display:flex;-webkit-justify-content:flex-end;justify-content:flex-end}body #finforms-app #app .content-wrapper .footer div ul li,html #finforms-app #app .content-wrapper .footer div ul li{margin-left:.5rem;color:#ddd}body #finforms-app #app .content-wrapper .welcome,html #finforms-app #app .content-wrapper .welcome{display:-webkit-flex;display:flex;-webkit-flex:1 1;flex:1 1;-webkit-flex-direction:column;flex-direction:column}body #finforms-app #app .content-wrapper .welcome .tiles,html #finforms-app #app .content-wrapper .welcome .tiles{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:flex-start;align-items:flex-start;border-bottom:1px solid #999;padding-bottom:3rem;margin-bottom:1rem}body #finforms-app #app .content-wrapper .welcome .tiles .tile,html #finforms-app #app .content-wrapper .welcome .tiles .tile{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;background-color:#2e2e2e;color:#fff;padding:3rem;border-radius:.25rem;-webkit-flex-basis:calc(33.33333% - 1rem);flex-basis:calc(33.33333% - 1rem);height:100%;transition:all .35s}body #finforms-app #app .content-wrapper .welcome .tiles .tile.datetime,html #finforms-app #app .content-wrapper .welcome .tiles .tile.datetime{background:none;-webkit-flex-direction:column;flex-direction:column;box-shadow:none;padding:0;text-align:right;-webkit-justify-content:flex-start;justify-content:flex-start}body #finforms-app #app .content-wrapper .welcome .tiles .tile.datetime .time,html #finforms-app #app .content-wrapper .welcome .tiles .tile.datetime .time{font-size:3rem;color:#999}body #finforms-app #app .content-wrapper .welcome .tiles .tile.user,html #finforms-app #app .content-wrapper .welcome .tiles .tile.user{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-flex-direction:column;flex-direction:column;cursor:pointer}body #finforms-app #app .content-wrapper .welcome .tiles .tile.user .avatar,html #finforms-app #app .content-wrapper .welcome .tiles .tile.user .avatar{width:8rem;height:8rem;background-size:cover;border-radius:50%;margin-bottom:2rem}body #finforms-app #app .content-wrapper .welcome .tiles .tile.user p,html #finforms-app #app .content-wrapper .welcome .tiles .tile.user p{text-align:center;font-size:1.2rem;color:#fff}body #finforms-app #app .content-wrapper .welcome .tiles .tile.user:hover,html #finforms-app #app .content-wrapper .welcome .tiles .tile.user:hover{box-shadow:0 .5rem 1rem -1rem #000}body #finforms-app #app .content-wrapper .welcome .tiles .tile.company,html #finforms-app #app .content-wrapper .welcome .tiles .tile.company{-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-end;justify-content:flex-end}body #finforms-app #app .content-wrapper .welcome .tiles .tile.company h3,body #finforms-app #app .content-wrapper .welcome .tiles .tile.company h4,html #finforms-app #app .content-wrapper .welcome .tiles .tile.company h3,html #finforms-app #app .content-wrapper .welcome .tiles .tile.company h4{margin:0}body #finforms-app #app .content-wrapper .welcome .tiles .tile.company h3,html #finforms-app #app .content-wrapper .welcome .tiles .tile.company h3{font-size:1.6rem;color:#fff}body #finforms-app #app .content-wrapper .welcome .tiles .tile.company h4,html #finforms-app #app .content-wrapper .welcome .tiles .tile.company h4{margin-bottom:.5rem;color:#fff}body #finforms-app #app .content-wrapper .welcome .tiles .tile.company a,html #finforms-app #app .content-wrapper .welcome .tiles .tile.company a{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}body #finforms-app #app .content-wrapper .welcome .tiles .tile.company a svg,html #finforms-app #app .content-wrapper .welcome .tiles .tile.company a svg{margin-right:.5rem}body #finforms-app #app .content-wrapper .welcome .navs,html #finforms-app #app .content-wrapper .welcome .navs{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin:0 -1rem}body #finforms-app #app .content-wrapper .welcome .navs .nav,html #finforms-app #app .content-wrapper .welcome .navs .nav{background-color:#393939;padding:2rem;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;margin:2rem 1rem 0;-webkit-flex-basis:calc(33.33333% - 2rem);flex-basis:calc(33.33333% - 2rem);font-size:1.2rem;cursor:pointer;transition:all .35s;color:#fff}body #finforms-app #app .content-wrapper .welcome .navs .nav:hover,html #finforms-app #app .content-wrapper .welcome .navs .nav:hover{background-color:#464646}body #finforms-app #app .content-wrapper .welcome .navs .nav svg,html #finforms-app #app .content-wrapper .welcome .navs .nav svg{color:#fff;font-size:2rem;margin-right:1rem}body #finforms-app #app .content-wrapper .welcome-inner,html #finforms-app #app .content-wrapper .welcome-inner{display:-webkit-flex;display:flex;-webkit-align-items:flex-start;align-items:flex-start;-webkit-justify-content:space-between;justify-content:space-between;-webkit-flex-direction:column;flex-direction:column;padding:2vw;height:80vh}body #finforms-app #app .content-wrapper .welcome-inner:before,html #finforms-app #app .content-wrapper .welcome-inner:before{content:"";position:absolute;left:-20vw;top:-10vw;display:block;width:140vw;height:40vh;background:#393939;-webkit-transform:rotate(-6deg);transform:rotate(-6deg)}body #finforms-app #app .content-wrapper .welcome-inner .languages,html #finforms-app #app .content-wrapper .welcome-inner .languages{z-index:10;position:absolute;top:2vw;right:2vw}body #finforms-app #app .content-wrapper .welcome-inner .languages span,html #finforms-app #app .content-wrapper .welcome-inner .languages span{color:#fff;margin:.25rem;cursor:pointer;opacity:.5;transition:all .35s}body #finforms-app #app .content-wrapper .welcome-inner .languages span.active,html #finforms-app #app .content-wrapper .welcome-inner .languages span.active{opacity:.75;border-bottom:1px solid #fff}body #finforms-app #app .content-wrapper .welcome-inner .languages span:hover,html #finforms-app #app .content-wrapper .welcome-inner .languages span:hover{opacity:1}body #finforms-app #app .content-wrapper .welcome-inner .slogan,html #finforms-app #app .content-wrapper .welcome-inner .slogan{position:relative;font-weight:700;font-size:10vw;line-height:8vw;color:#fff;text-transform:uppercase}body #finforms-app #app .content-wrapper .welcome-inner .slogan span,html #finforms-app #app .content-wrapper .welcome-inner .slogan span{color:var(--maincolor);font-weight:700}body #finforms-app #app .content-wrapper .welcome-inner .logo,html #finforms-app #app .content-wrapper .welcome-inner .logo{height:2rem;width:100%;z-index:10;position:relative;opacity:.2}body #finforms-app #app .content-wrapper .welcome-inner .logo svg,html #finforms-app #app .content-wrapper .welcome-inner .logo svg{height:100%}body #finforms-app #app .content-wrapper .welcome-inner video,html #finforms-app #app .content-wrapper .welcome-inner video{left:0}body #finforms-app #app .content-wrapper .confirm-registration,body #finforms-app #app .content-wrapper .login,html #finforms-app #app .content-wrapper .confirm-registration,html #finforms-app #app .content-wrapper .login{display:-webkit-flex;display:flex;-webkit-flex:1 1;flex:1 1;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;position:relative}body #finforms-app #app .content-wrapper .confirm-registration .login-inner,body #finforms-app #app .content-wrapper .login .login-inner,html #finforms-app #app .content-wrapper .confirm-registration .login-inner,html #finforms-app #app .content-wrapper .login .login-inner{background-color:#282828;padding:2rem;border-radius:.5rem;box-shadow:0 1rem 2rem -1rem #000;max-width:30rem}body #finforms-app #app .content-wrapper .confirm-registration .login-inner h2,body #finforms-app #app .content-wrapper .login .login-inner h2,html #finforms-app #app .content-wrapper .confirm-registration .login-inner h2,html #finforms-app #app .content-wrapper .login .login-inner h2{margin-top:0}body #finforms-app #app .content-wrapper .confirm-registration .login-inner p,body #finforms-app #app .content-wrapper .login .login-inner p,html #finforms-app #app .content-wrapper .confirm-registration .login-inner p,html #finforms-app #app .content-wrapper .login .login-inner p{color:#fff}body #finforms-app #app .content-wrapper .confirm-registration .logo,body #finforms-app #app .content-wrapper .login .logo,html #finforms-app #app .content-wrapper .confirm-registration .logo,html #finforms-app #app .content-wrapper .login .logo{position:relative;max-width:20rem;margin:-4rem 0 4rem}body #finforms-app #app .content-wrapper .confirm-registration .form,body #finforms-app #app .content-wrapper .login .form,html #finforms-app #app .content-wrapper .confirm-registration .form,html #finforms-app #app .content-wrapper .login .form{background-color:transparent;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;padding:0;position:relative;margin:0}body #finforms-app #app .content-wrapper .confirm-registration .form>.btn,body #finforms-app #app .content-wrapper .confirm-registration .form>a,body #finforms-app #app .content-wrapper .confirm-registration .form>input,body #finforms-app #app .content-wrapper .login .form>.btn,body #finforms-app #app .content-wrapper .login .form>a,body #finforms-app #app .content-wrapper .login .form>input,html #finforms-app #app .content-wrapper .confirm-registration .form>.btn,html #finforms-app #app .content-wrapper .confirm-registration .form>a,html #finforms-app #app .content-wrapper .confirm-registration .form>input,html #finforms-app #app .content-wrapper .login .form>.btn,html #finforms-app #app .content-wrapper .login .form>a,html #finforms-app #app .content-wrapper .login .form>input{margin-top:1rem;-webkit-justify-content:center;justify-content:center;font-size:1.2rem}body #finforms-app #app .content-wrapper .confirm-registration .form>.btn:focus,body #finforms-app #app .content-wrapper .confirm-registration .form>.btn:hover,body #finforms-app #app .content-wrapper .confirm-registration .form>a:focus,body #finforms-app #app .content-wrapper .confirm-registration .form>a:hover,body #finforms-app #app .content-wrapper .confirm-registration .form>input:focus,body #finforms-app #app .content-wrapper .confirm-registration .form>input:hover,body #finforms-app #app .content-wrapper .login .form>.btn:focus,body #finforms-app #app .content-wrapper .login .form>.btn:hover,body #finforms-app #app .content-wrapper .login .form>a:focus,body #finforms-app #app .content-wrapper .login .form>a:hover,body #finforms-app #app .content-wrapper .login .form>input:focus,body #finforms-app #app .content-wrapper .login .form>input:hover,html #finforms-app #app .content-wrapper .confirm-registration .form>.btn:focus,html #finforms-app #app .content-wrapper .confirm-registration .form>.btn:hover,html #finforms-app #app .content-wrapper .confirm-registration .form>a:focus,html #finforms-app #app .content-wrapper .confirm-registration .form>a:hover,html #finforms-app #app .content-wrapper .confirm-registration .form>input:focus,html #finforms-app #app .content-wrapper .confirm-registration .form>input:hover,html #finforms-app #app .content-wrapper .login .form>.btn:focus,html #finforms-app #app .content-wrapper .login .form>.btn:hover,html #finforms-app #app .content-wrapper .login .form>a:focus,html #finforms-app #app .content-wrapper .login .form>a:hover,html #finforms-app #app .content-wrapper .login .form>input:focus,html #finforms-app #app .content-wrapper .login .form>input:hover{border:none;outline:none;box-shadow:0 .5rem 2rem -1.5rem #000}body #finforms-app #app .content-wrapper .confirm-registration .form>a,body #finforms-app #app .content-wrapper .login .form>a,html #finforms-app #app .content-wrapper .confirm-registration .form>a,html #finforms-app #app .content-wrapper .login .form>a{opacity:.5}body #finforms-app #app .content-wrapper .confirm-registration .form>a:hover,body #finforms-app #app .content-wrapper .login .form>a:hover,html #finforms-app #app .content-wrapper .confirm-registration .form>a:hover,html #finforms-app #app .content-wrapper .login .form>a:hover{opacity:1}body #finforms-app #app .content-wrapper .confirm-registration .form .input-group,body #finforms-app #app .content-wrapper .login .form .input-group,html #finforms-app #app .content-wrapper .confirm-registration .form .input-group,html #finforms-app #app .content-wrapper .login .form .input-group{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;margin:0 0 1rem;position:relative;padding-left:3rem;width:100%}body #finforms-app #app .content-wrapper .confirm-registration .form .input-group span,body #finforms-app #app .content-wrapper .login .form .input-group span,html #finforms-app #app .content-wrapper .confirm-registration .form .input-group span,html #finforms-app #app .content-wrapper .login .form .input-group span{background-color:#2e2e2e;border-radius:2rem 0 0 2rem;display:-webkit-inline-flex;display:inline-flex;color:#fff;width:3rem;height:3rem;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;-webkit-order:0;order:0;left:0;transition:all .35s;position:absolute}body #finforms-app #app .content-wrapper .confirm-registration .form .input-group input,body #finforms-app #app .content-wrapper .login .form .input-group input,html #finforms-app #app .content-wrapper .confirm-registration .form .input-group input,html #finforms-app #app .content-wrapper .login .form .input-group input{-webkit-order:1;order:1;padding:0 1rem;height:3rem;line-height:3rem;font-size:1.2rem;border:none;border-bottom-left-radius:0;border-top-left-radius:0;-webkit-flex:1 1;flex:1 1}body #finforms-app #app .content-wrapper .confirm-registration .form .input-group input:focus,body #finforms-app #app .content-wrapper .login .form .input-group input:focus,html #finforms-app #app .content-wrapper .confirm-registration .form .input-group input:focus,html #finforms-app #app .content-wrapper .login .form .input-group input:focus{border:none;outline:none}body #finforms-app #app .content-wrapper .confirm-registration .form .input-group input:focus+span,body #finforms-app #app .content-wrapper .login .form .input-group input:focus+span,html #finforms-app #app .content-wrapper .confirm-registration .form .input-group input:focus+span,html #finforms-app #app .content-wrapper .login .form .input-group input:focus+span{background-color:var(--maincolor)}body #finforms-app #app .content-wrapper .users .user-account,html #finforms-app #app .content-wrapper .users .user-account{margin:0 0 2rem}body #finforms-app #app .content-wrapper .user .btn-group,body #finforms-app #app .content-wrapper .users .btn-group,html #finforms-app #app .content-wrapper .user .btn-group,html #finforms-app #app .content-wrapper .users .btn-group{padding:2rem;box-shadow:0 0 5rem -2rem rgba(0,0,0,.5);position:relative;z-index:1}body #finforms-app #app .content-wrapper .user .user-account,body #finforms-app #app .content-wrapper .users .user-account,html #finforms-app #app .content-wrapper .user .user-account,html #finforms-app #app .content-wrapper .users .user-account{display:-webkit-flex;display:flex;width:100%;-webkit-flex-direction:column;flex-direction:column;background-color:var(--maincolor);overflow:hidden}body #finforms-app #app .content-wrapper .user .user-account:before,body #finforms-app #app .content-wrapper .users .user-account:before,html #finforms-app #app .content-wrapper .user .user-account:before,html #finforms-app #app .content-wrapper .users .user-account:before{content:"";position:absolute;top:calc(100% - 2rem);left:0;height:4rem;width:100%;background:#000;background:radial-gradient(ellipse at center,#000 0,transparent 50%);opacity:.25}body #finforms-app #app .content-wrapper .user .user-account .scroll-wrapper .form .change-avatar,body #finforms-app #app .content-wrapper .users .user-account .scroll-wrapper .form .change-avatar,html #finforms-app #app .content-wrapper .user .user-account .scroll-wrapper .form .change-avatar,html #finforms-app #app .content-wrapper .users .user-account .scroll-wrapper .form .change-avatar{-webkit-flex:0 0 20%;flex:0 0 20%}body #finforms-app #app .content-wrapper .user .user-account .scroll-wrapper .form .change-avatar>span,body #finforms-app #app .content-wrapper .users .user-account .scroll-wrapper .form .change-avatar>span,html #finforms-app #app .content-wrapper .user .user-account .scroll-wrapper .form .change-avatar>span,html #finforms-app #app .content-wrapper .users .user-account .scroll-wrapper .form .change-avatar>span{color:var(--maincolor);margin:0 0 .25rem;font-weight:600;display:block}body #finforms-app #app .content-wrapper .user .user-account .scroll-wrapper .form .change-avatar .avatar-wrapper,body #finforms-app #app .content-wrapper .users .user-account .scroll-wrapper .form .change-avatar .avatar-wrapper,html #finforms-app #app .content-wrapper .user .user-account .scroll-wrapper .form .change-avatar .avatar-wrapper,html #finforms-app #app .content-wrapper .users .user-account .scroll-wrapper .form .change-avatar .avatar-wrapper{border:2px solid #282828;border-radius:100%;width:90%;overflow:hidden;position:relative}body #finforms-app #app .content-wrapper .user .user-account .scroll-wrapper .form .change-avatar .avatar-wrapper:before,body #finforms-app #app .content-wrapper .users .user-account .scroll-wrapper .form .change-avatar .avatar-wrapper:before,html #finforms-app #app .content-wrapper .user .user-account .scroll-wrapper .form .change-avatar .avatar-wrapper:before,html #finforms-app #app .content-wrapper .users .user-account .scroll-wrapper .form .change-avatar .avatar-wrapper:before{content:"";padding-bottom:100%;display:block}body #finforms-app #app .content-wrapper .user .user-account .scroll-wrapper .form .change-avatar .avatar-wrapper .avatar,body #finforms-app #app .content-wrapper .users .user-account .scroll-wrapper .form .change-avatar .avatar-wrapper .avatar,html #finforms-app #app .content-wrapper .user .user-account .scroll-wrapper .form .change-avatar .avatar-wrapper .avatar,html #finforms-app #app .content-wrapper .users .user-account .scroll-wrapper .form .change-avatar .avatar-wrapper .avatar{top:0;left:0;width:100%;height:100%;background-size:cover;position:absolute}body #finforms-app #app .content-wrapper .user .user-account .scroll-wrapper .form .change-avatar .avatar-wrapper:hover label,body #finforms-app #app .content-wrapper .users .user-account .scroll-wrapper .form .change-avatar .avatar-wrapper:hover label,html #finforms-app #app .content-wrapper .user .user-account .scroll-wrapper .form .change-avatar .avatar-wrapper:hover label,html #finforms-app #app .content-wrapper .users .user-account .scroll-wrapper .form .change-avatar .avatar-wrapper:hover label{opacity:1}body #finforms-app #app .content-wrapper .user .user-account .scroll-wrapper .form .change-avatar .avatar-wrapper label,body #finforms-app #app .content-wrapper .users .user-account .scroll-wrapper .form .change-avatar .avatar-wrapper label,html #finforms-app #app .content-wrapper .user .user-account .scroll-wrapper .form .change-avatar .avatar-wrapper label,html #finforms-app #app .content-wrapper .users .user-account .scroll-wrapper .form .change-avatar .avatar-wrapper label{display:-webkit-flex;display:flex;opacity:0;position:absolute;top:0;left:0;width:100%;height:100%;background:hsla(0,0%,100%,.5);-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;color:#666;font-size:3rem;cursor:pointer;transition:all .35s}body #finforms-app #app .content-wrapper .user .user-account .scroll-wrapper .form .change-avatar .avatar-wrapper label .icon,body #finforms-app #app .content-wrapper .users .user-account .scroll-wrapper .form .change-avatar .avatar-wrapper label .icon,html #finforms-app #app .content-wrapper .user .user-account .scroll-wrapper .form .change-avatar .avatar-wrapper label .icon,html #finforms-app #app .content-wrapper .users .user-account .scroll-wrapper .form .change-avatar .avatar-wrapper label .icon{line-height:0;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;background-color:hsla(0,0%,100%,.8);border-radius:50%;padding:.5rem}body #finforms-app #app .content-wrapper .user .user-account .scroll-wrapper .form .change-avatar .avatar-wrapper label input,body #finforms-app #app .content-wrapper .users .user-account .scroll-wrapper .form .change-avatar .avatar-wrapper label input,html #finforms-app #app .content-wrapper .user .user-account .scroll-wrapper .form .change-avatar .avatar-wrapper label input,html #finforms-app #app .content-wrapper .users .user-account .scroll-wrapper .form .change-avatar .avatar-wrapper label input{width:0;position:absolute;visibility:hidden}body #finforms-app #app .content-wrapper .user .user-account .scroll-wrapper .form .form-row,body #finforms-app #app .content-wrapper .users .user-account .scroll-wrapper .form .form-row,html #finforms-app #app .content-wrapper .user .user-account .scroll-wrapper .form .form-row,html #finforms-app #app .content-wrapper .users .user-account .scroll-wrapper .form .form-row{-webkit-flex:0 0 80%;flex:0 0 80%;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-between;justify-content:space-between}body #finforms-app #app .content-wrapper .user .user-account .scroll-wrapper .form .form-row label,body #finforms-app #app .content-wrapper .users .user-account .scroll-wrapper .form .form-row label,html #finforms-app #app .content-wrapper .user .user-account .scroll-wrapper .form .form-row label,html #finforms-app #app .content-wrapper .users .user-account .scroll-wrapper .form .form-row label{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;margin:0 0 1rem;-webkit-flex-basis:48%;flex-basis:48%}body #finforms-app #app .content-wrapper .messages .messages,html #finforms-app #app .content-wrapper .messages .messages{display:-webkit-flex;display:flex;-webkit-flex:1 1;flex:1 1}body #finforms-app #app .content-wrapper .messages .messages .left,html #finforms-app #app .content-wrapper .messages .messages .left{padding:1rem;display:-webkit-flex;display:flex;-webkit-flex-basis:20rem;flex-basis:20rem;-webkit-flex-direction:column;flex-direction:column;background-color:#2e2e2e}body #finforms-app #app .content-wrapper .messages .messages .left .form-group,html #finforms-app #app .content-wrapper .messages .messages .left .form-group{display:-webkit-flex;display:flex;padding:1rem 0}body #finforms-app #app .content-wrapper .messages .messages .left .form-group input,html #finforms-app #app .content-wrapper .messages .messages .left .form-group input{background-color:#eee;-webkit-flex:1 1;flex:1 1}body #finforms-app #app .content-wrapper .messages .messages .left .form-group .btn,html #finforms-app #app .content-wrapper .messages .messages .left .form-group .btn{padding:0;margin-left:.5rem}body #finforms-app #app .content-wrapper .messages .messages .left .contacts,html #finforms-app #app .content-wrapper .messages .messages .left .contacts{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}body #finforms-app #app .content-wrapper .messages .messages .left .contacts .person,html #finforms-app #app .content-wrapper .messages .messages .left .contacts .person{display:-webkit-flex;display:flex;-webkit-flex:1 1;flex:1 1;padding:1rem;border-bottom:1px solid #151515;position:relative;cursor:pointer;transition:all .35s}body #finforms-app #app .content-wrapper .messages .messages .left .contacts .person:hover,html #finforms-app #app .content-wrapper .messages .messages .left .contacts .person:hover{background-color:#282828}body #finforms-app #app .content-wrapper .messages .messages .left .contacts .person:last-child,html #finforms-app #app .content-wrapper .messages .messages .left .contacts .person:last-child{border:none}body #finforms-app #app .content-wrapper .messages .messages .left .contacts .person .avatar,html #finforms-app #app .content-wrapper .messages .messages .left .contacts .person .avatar{height:3rem;width:3rem;border-radius:2rem;margin-right:1rem;background-size:cover}body #finforms-app #app .content-wrapper .messages .messages .left .contacts .person .avatar img,html #finforms-app #app .content-wrapper .messages .messages .left .contacts .person .avatar img{height:100%}body #finforms-app #app .content-wrapper .messages .messages .left .contacts .person .unread,html #finforms-app #app .content-wrapper .messages .messages .left .contacts .person .unread{display:-webkit-flex;display:flex;width:1rem;height:1rem;border:2px solid #fff;background-color:#9b3232;border-radius:1rem;margin:0 0 1rem 2.4rem;position:absolute}body #finforms-app #app .content-wrapper .messages .messages .left .contacts .person .text,html #finforms-app #app .content-wrapper .messages .messages .left .contacts .person .text{display:-webkit-flex;display:flex;-webkit-flex:1 1;flex:1 1}body #finforms-app #app .content-wrapper .messages .messages .left .contacts .person .text div,html #finforms-app #app .content-wrapper .messages .messages .left .contacts .person .text div{-webkit-flex:1 1;flex:1 1}body #finforms-app #app .content-wrapper .messages .messages .left .contacts .person .text div:last-child,html #finforms-app #app .content-wrapper .messages .messages .left .contacts .person .text div:last-child{-webkit-flex:0 1;flex:0 1;text-align:right}body #finforms-app #app .content-wrapper .messages .messages .left .contacts .person .text .user,html #finforms-app #app .content-wrapper .messages .messages .left .contacts .person .text .user{margin:0 0 .25rem;font-weight:600;color:var(--maincolor)}body #finforms-app #app .content-wrapper .messages .messages .left .contacts .person .text .user.not-read,html #finforms-app #app .content-wrapper .messages .messages .left .contacts .person .text .user.not-read{color:#9b3232}body #finforms-app #app .content-wrapper .messages .messages .left .contacts .person .text .user+p,html #finforms-app #app .content-wrapper .messages .messages .left .contacts .person .text .user+p{font-size:.9rem;white-space:nowrap;text-overflow:ellipsis;width:10rem;overflow:hidden;color:#fff}body #finforms-app #app .content-wrapper .messages .messages .left .contacts .person .text p,html #finforms-app #app .content-wrapper .messages .messages .left .contacts .person .text p{margin:0}body #finforms-app #app .content-wrapper .messages .messages .left .contacts .person .text .date,html #finforms-app #app .content-wrapper .messages .messages .left .contacts .person .text .date{opacity:.5;font-size:.8rem;color:#fff}body #finforms-app #app .content-wrapper .messages .messages .right,html #finforms-app #app .content-wrapper .messages .messages .right{padding:2rem;background-color:#3b3b3b;display:-webkit-flex;display:flex;-webkit-flex:1 1;flex:1 1;-webkit-flex-direction:column;flex-direction:column;position:relative;-webkit-justify-content:flex-end;justify-content:flex-end}body #finforms-app #app .content-wrapper .messages .messages .right .history,html #finforms-app #app .content-wrapper .messages .messages .right .history{position:absolute;top:2rem;left:2rem;right:2rem;bottom:8rem;display:-webkit-flex;display:flex;-webkit-flex-direction:column-reverse;flex-direction:column-reverse;overflow-y:scroll}body #finforms-app #app .content-wrapper .messages .messages .right .history p,html #finforms-app #app .content-wrapper .messages .messages .right .history p{padding:.5rem 1rem;max-width:60%;background:#212121;text-align:left;border-radius:.25rem;margin:1rem 0 .5rem;color:#fff}body #finforms-app #app .content-wrapper .messages .messages .right .history .date,html #finforms-app #app .content-wrapper .messages .messages .right .history .date{font-size:.8rem;opacity:.5;color:#fff}body #finforms-app #app .content-wrapper .messages .messages .right .history .in,body #finforms-app #app .content-wrapper .messages .messages .right .history .out,html #finforms-app #app .content-wrapper .messages .messages .right .history .in,html #finforms-app #app .content-wrapper .messages .messages .right .history .out{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;align-items:flex-start}body #finforms-app #app .content-wrapper .messages .messages .right .history .out,html #finforms-app #app .content-wrapper .messages .messages .right .history .out{-webkit-align-items:flex-end;align-items:flex-end}body #finforms-app #app .content-wrapper .messages .messages .right .history .out p,html #finforms-app #app .content-wrapper .messages .messages .right .history .out p{text-align:right;color:#fff;background-color:var(--maincolor)}body #finforms-app #app .content-wrapper .messages .messages .right .write,html #finforms-app #app .content-wrapper .messages .messages .right .write{display:-webkit-flex;display:flex}body #finforms-app #app .content-wrapper .messages .messages .right .write input,html #finforms-app #app .content-wrapper .messages .messages .right .write input{-webkit-flex:1 1;flex:1 1}body #finforms-app #app .content-wrapper .messages .messages .right .write .btn,html #finforms-app #app .content-wrapper .messages .messages .right .write .btn{margin-left:.5rem}body #finforms-app #app .content-wrapper .settings,html #finforms-app #app .content-wrapper .settings{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}body #finforms-app #app .content-wrapper .settings .select,html #finforms-app #app .content-wrapper .settings .select{display:-webkit-flex;display:flex;margin:0 0 2rem}body #finforms-app #app .content-wrapper .settings .select select,html #finforms-app #app .content-wrapper .settings .select select{-webkit-flex:1 1;flex:1 1;background-color:var(--maincolor);color:#fff;font-size:1.2rem;padding:0 2rem}body #finforms-app #app .content-wrapper .settings .select svg,html #finforms-app #app .content-wrapper .settings .select svg{color:#fff}body #finforms-app #app .content-wrapper .settings .table-inner,html #finforms-app #app .content-wrapper .settings .table-inner{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;background-color:#2e2e2e;padding:2rem}body #finforms-app #app .content-wrapper .settings .table-inner p,html #finforms-app #app .content-wrapper .settings .table-inner p{margin:0;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;border-bottom:1px solid #151515;padding:1rem 0;color:#fff}body #finforms-app #app .content-wrapper .settings .table-inner p:first-child,html #finforms-app #app .content-wrapper .settings .table-inner p:first-child{padding-top:0}body #finforms-app #app .content-wrapper .settings .table-inner p:last-child,html #finforms-app #app .content-wrapper .settings .table-inner p:last-child{border:none;padding-bottom:0}body #finforms-app #app .content-wrapper .settings .table-inner p span:last-child,html #finforms-app #app .content-wrapper .settings .table-inner p span:last-child{display:-webkit-flex;display:flex;width:4rem;height:2rem;position:relative;background-color:#616161;border-radius:2rem;cursor:pointer}body #finforms-app #app .content-wrapper .settings .table-inner p span:last-child span,html #finforms-app #app .content-wrapper .settings .table-inner p span:last-child span{width:1.6rem;height:1.6rem;background-color:#484848;margin:.2rem;border-radius:50%}body #finforms-app #app .content-wrapper .settings .table-inner p span:last-child.active,html #finforms-app #app .content-wrapper .settings .table-inner p span:last-child.active{background-color:var(--maincolor);-webkit-justify-content:flex-end;justify-content:flex-end}body #finforms-app #app .content-wrapper .settings .table-inner p span:last-child.active span,html #finforms-app #app .content-wrapper .settings .table-inner p span:last-child.active span{background-color:#eee}body #finforms-app #app .content-wrapper .start,html #finforms-app #app .content-wrapper .start{position:relative;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;-webkit-flex-direction:column;flex-direction:column}body #finforms-app #app .content-wrapper .start .start-inner,html #finforms-app #app .content-wrapper .start .start-inner{background-color:#212121;padding:2rem;border-radius:.5rem}body #finforms-app #app .content-wrapper .start img,body #finforms-app #app .content-wrapper .start svg,html #finforms-app #app .content-wrapper .start img,html #finforms-app #app .content-wrapper .start svg{max-height:10rem}body #finforms-app #app .content-wrapper .start p,html #finforms-app #app .content-wrapper .start p{max-width:30rem;text-align:center;font-size:1.4rem;color:#fff}body #finforms-app #app .content-wrapper .start .load-request,html #finforms-app #app .content-wrapper .start .load-request{margin-top:3rem;padding-top:3rem;border-top:1px solid #ccc;width:40rem;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-flex-wrap:wrap;flex-wrap:wrap}body #finforms-app #app .content-wrapper .start .load-request p,html #finforms-app #app .content-wrapper .start .load-request p{-webkit-flex-basis:100%;flex-basis:100%;max-width:none;margin:0 0 1rem}body #finforms-app #app .content-wrapper .start .load-request input,html #finforms-app #app .content-wrapper .start .load-request input{margin-right:1rem;-webkit-flex:1 1;flex:1 1}body #finforms-app #app .content-wrapper .start .user-requests,html #finforms-app #app .content-wrapper .start .user-requests{width:100%;margin:0 0 1rem;border-collapse:collapse}body #finforms-app #app .content-wrapper .start .user-requests th,html #finforms-app #app .content-wrapper .start .user-requests th{text-align:left;padding:.5rem 1rem;color:#666}body #finforms-app #app .content-wrapper .start .user-requests td,html #finforms-app #app .content-wrapper .start .user-requests td{padding:0}body #finforms-app #app .content-wrapper .start .user-requests tbody tr,html #finforms-app #app .content-wrapper .start .user-requests tbody tr{cursor:pointer}body #finforms-app #app .content-wrapper .start .user-requests tbody tr:hover span,html #finforms-app #app .content-wrapper .start .user-requests tbody tr:hover span{background-color:var(--maincolor);color:#fff}body #finforms-app #app .content-wrapper .start .user-requests span,html #finforms-app #app .content-wrapper .start .user-requests span{background-color:#393939;margin:0 0 1rem;padding:.5rem 1rem;display:-webkit-flex;display:flex;color:#fff;transition:all .35s}body #finforms-app #app .content-wrapper .start .user-requests span.first,html #finforms-app #app .content-wrapper .start .user-requests span.first{border-radius:2rem 0 0 2rem}body #finforms-app #app .content-wrapper .start .user-requests span.last,html #finforms-app #app .content-wrapper .start .user-requests span.last{border-radius:0 2rem 2rem 0}body #finforms-app #app .content-wrapper .choose-request,html #finforms-app #app .content-wrapper .choose-request{display:-webkit-flex;display:flex;width:40rem;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;-webkit-flex-direction:column;flex-direction:column}body #finforms-app #app .content-wrapper .choose-request .choose-form,html #finforms-app #app .content-wrapper .choose-request .choose-form{border-radius:0;background-color:#393939;cursor:pointer;padding:2rem;width:100%;margin:1rem 0;border:none;box-shadow:0 .5rem 2rem -2rem #000;transition:all .35s}body #finforms-app #app .content-wrapper .choose-request .choose-form p,html #finforms-app #app .content-wrapper .choose-request .choose-form p{margin:0;max-width:none}body #finforms-app #app .content-wrapper .choose-request .choose-form:hover,html #finforms-app #app .content-wrapper .choose-request .choose-form:hover{background-color:#444}body #finforms-app #app .content-wrapper .choose-request .choose-form svg,html #finforms-app #app .content-wrapper .choose-request .choose-form svg{width:100%;max-width:30rem}body #finforms-app #app .content-wrapper .request-wrapper,html #finforms-app #app .content-wrapper .request-wrapper{display:-webkit-flex;display:flex;-webkit-flex:1 1;flex:1 1;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}body #finforms-app #app .content-wrapper .request-wrapper .sub-fields.hidden,html #finforms-app #app .content-wrapper .request-wrapper .sub-fields.hidden{display:none}body #finforms-app #app .content-wrapper .request-wrapper h3,html #finforms-app #app .content-wrapper .request-wrapper h3{color:var(--maincolor);margin:2rem 0 1rem;padding:2rem 1rem 0;border-top:1px dashed #616161;width:100%}body #finforms-app #app .content-wrapper .request-wrapper h4,html #finforms-app #app .content-wrapper .request-wrapper h4{border-top:1px solid #484848;color:#fff;margin:1rem 0 0;padding:1rem 1rem 0;width:100%;opacity:.5}body #finforms-app #app .content-wrapper .request-wrapper input[type=number]::-webkit-inner-spin-button,body #finforms-app #app .content-wrapper .request-wrapper input[type=number]::-webkit-outer-spin-button,html #finforms-app #app .content-wrapper .request-wrapper input[type=number]::-webkit-inner-spin-button,html #finforms-app #app .content-wrapper .request-wrapper input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}body #finforms-app #app .content-wrapper .request-wrapper input[type=number],html #finforms-app #app .content-wrapper .request-wrapper input[type=number]{-webkit-appearance:textfield;appearance:textfield;margin:0}body #finforms-app #app .content-wrapper .request-wrapper .request,html #finforms-app #app .content-wrapper .request-wrapper .request{display:-webkit-flex;display:flex;-webkit-flex:1 1;flex:1 1;-webkit-flex-direction:column;flex-direction:column;margin:2rem;width:calc(100% - 4rem)}body #finforms-app #app .content-wrapper .request-wrapper .request .navs,html #finforms-app #app .content-wrapper .request-wrapper .request .navs{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;margin:0 auto 2rem;background-color:#2e2e2e;border-radius:4px;max-width:1400px;width:100%}body #finforms-app #app .content-wrapper .request-wrapper .request .navs .nav,html #finforms-app #app .content-wrapper .request-wrapper .request .navs .nav{display:-webkit-flex;display:flex;-webkit-flex:1 1;flex:1 1;-webkit-align-items:center;align-items:center;overflow:hidden;cursor:pointer;position:relative;height:2.5rem}body #finforms-app #app .content-wrapper .request-wrapper .request .navs .nav:before,html #finforms-app #app .content-wrapper .request-wrapper .request .navs .nav:before{content:"";position:absolute;right:17px;background-color:#282828;width:3px;height:100%}body #finforms-app #app .content-wrapper .request-wrapper .request .navs .nav:after,html #finforms-app #app .content-wrapper .request-wrapper .request .navs .nav:after{content:"";position:absolute;right:-3px;border:0 solid transparent;border-left-color:#282828;border-width:20px 10px;width:0;height:0}body #finforms-app #app .content-wrapper .request-wrapper .request .navs .nav:nth-child(n+2),html #finforms-app #app .content-wrapper .request-wrapper .request .navs .nav:nth-child(n+2){margin-left:-20px}body #finforms-app #app .content-wrapper .request-wrapper .request .navs .nav:nth-child(n+2)>span>span,html #finforms-app #app .content-wrapper .request-wrapper .request .navs .nav:nth-child(n+2)>span>span{padding-left:20px;margin-right:20px}body #finforms-app #app .content-wrapper .request-wrapper .request .navs .nav:first-child,html #finforms-app #app .content-wrapper .request-wrapper .request .navs .nav:first-child{margin:0}body #finforms-app #app .content-wrapper .request-wrapper .request .navs .nav:first-child>span,html #finforms-app #app .content-wrapper .request-wrapper .request .navs .nav:first-child>span{border-radius:4px 0 0 4px}body #finforms-app #app .content-wrapper .request-wrapper .request .navs .nav:first-child>span:before,html #finforms-app #app .content-wrapper .request-wrapper .request .navs .nav:first-child>span:before{border:none}body #finforms-app #app .content-wrapper .request-wrapper .request .navs .nav:first-child>span>span,html #finforms-app #app .content-wrapper .request-wrapper .request .navs .nav:first-child>span>span{border-radius:4px 0 0 4px;padding:0 5px;width:calc(100% - 20px)}body #finforms-app #app .content-wrapper .request-wrapper .request .navs .nav:last-child,html #finforms-app #app .content-wrapper .request-wrapper .request .navs .nav:last-child{margin-left:-20px}body #finforms-app #app .content-wrapper .request-wrapper .request .navs .nav:last-child:after,body #finforms-app #app .content-wrapper .request-wrapper .request .navs .nav:last-child:before,html #finforms-app #app .content-wrapper .request-wrapper .request .navs .nav:last-child:after,html #finforms-app #app .content-wrapper .request-wrapper .request .navs .nav:last-child:before{display:none}body #finforms-app #app .content-wrapper .request-wrapper .request .navs .nav:last-child>span,html #finforms-app #app .content-wrapper .request-wrapper .request .navs .nav:last-child>span{padding:0;border-radius:0 4px 4px 0}body #finforms-app #app .content-wrapper .request-wrapper .request .navs .nav:last-child>span:after,html #finforms-app #app .content-wrapper .request-wrapper .request .navs .nav:last-child>span:after{border:none}body #finforms-app #app .content-wrapper .request-wrapper .request .navs .nav:last-child>span>span,html #finforms-app #app .content-wrapper .request-wrapper .request .navs .nav:last-child>span>span{border-radius:0 4px 4px 0;margin-right:0;padding-left:15px}body #finforms-app #app .content-wrapper .request-wrapper .request .navs .nav>span,html #finforms-app #app .content-wrapper .request-wrapper .request .navs .nav>span{white-space:nowrap;text-overflow:ellipsis;display:-webkit-flex;display:flex;width:100%;overflow:hidden;color:#fff;text-decoration:none;position:relative;z-index:100;height:100%;-webkit-align-items:center;align-items:center;padding:0}body #finforms-app #app .content-wrapper .request-wrapper .request .navs .nav>span>span,html #finforms-app #app .content-wrapper .request-wrapper .request .navs .nav>span>span{overflow:hidden;text-overflow:ellipsis;display:block;height:2.5rem;line-height:2.5rem;width:100%;text-align:center;transition:all .35s}body #finforms-app #app .content-wrapper .request-wrapper .request .navs .nav>span:after,body #finforms-app #app .content-wrapper .request-wrapper .request .navs .nav>span:before,html #finforms-app #app .content-wrapper .request-wrapper .request .navs .nav>span:after,html #finforms-app #app .content-wrapper .request-wrapper .request .navs .nav>span:before{content:"";position:absolute;top:0;border:0 solid transparent;border-width:20px 10px;width:0;height:0;left:calc(100% - 20px);transition:all .35s}body #finforms-app #app .content-wrapper .request-wrapper .request .navs .nav>span:before,html #finforms-app #app .content-wrapper .request-wrapper .request .navs .nav>span:before{left:-20px;border-left-color:transparent}body #finforms-app #app .content-wrapper .request-wrapper .request .navs .nav>span:after,html #finforms-app #app .content-wrapper .request-wrapper .request .navs .nav>span:after{border-color:transparent transparent transparent #2e2e2e}body #finforms-app #app .content-wrapper .request-wrapper .request .navs .nav.active,html #finforms-app #app .content-wrapper .request-wrapper .request .navs .nav.active{overflow:visible}body #finforms-app #app .content-wrapper .request-wrapper .request .navs .nav.active:first-child>span>span,html #finforms-app #app .content-wrapper .request-wrapper .request .navs .nav.active:first-child>span>span{padding:0 5px}body #finforms-app #app .content-wrapper .request-wrapper .request .navs .nav.active>span,html #finforms-app #app .content-wrapper .request-wrapper .request .navs .nav.active>span{overflow:visible}body #finforms-app #app .content-wrapper .request-wrapper .request .navs .nav.active>span:after,html #finforms-app #app .content-wrapper .request-wrapper .request .navs .nav.active>span:after{border-left-color:var(--maincolor)}body #finforms-app #app .content-wrapper .request-wrapper .request .navs .nav.active>span>span,html #finforms-app #app .content-wrapper .request-wrapper .request .navs .nav.active>span>span{color:#fff;background-color:var(--maincolor);padding:0 5px 0 25px}body #finforms-app #app .content-wrapper .request-wrapper .request .navs .nav:hover>span:after,html #finforms-app #app .content-wrapper .request-wrapper .request .navs .nav:hover>span:after{border-left-color:var(--maincolordark)}body #finforms-app #app .content-wrapper .request-wrapper .request .navs .nav:hover>span>span,html #finforms-app #app .content-wrapper .request-wrapper .request .navs .nav:hover>span>span{background-color:var(--maincolordark);color:#fff}body #finforms-app #app .content-wrapper .request-wrapper .request .navs .nav .chevrons,body #finforms-app #app .content-wrapper .request-wrapper .request .navs .nav .nr,html #finforms-app #app .content-wrapper .request-wrapper .request .navs .nav .chevrons,html #finforms-app #app .content-wrapper .request-wrapper .request .navs .nav .nr{display:none}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs-wrapper,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs-wrapper{display:-webkit-flex;display:flex;-webkit-flex:1 1;flex:1 1}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs{display:-webkit-flex;display:flex;-webkit-flex:1 1;flex:1 1;max-width:1400px;margin:0 auto;padding:2rem;background-color:#2e2e2e;position:relative}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .quickSave,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .quickSave{color:#fff;width:3rem;height:3rem;position:absolute;right:2rem;top:-1rem;background-color:var(--maincolor);display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;border-radius:4rem;cursor:pointer;transition:all .35s}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .quickSave:hover,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .quickSave:hover{background-color:var(--maincolordark)}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab{display:none;-webkit-flex-direction:column;flex-direction:column;width:100%}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .start,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .start{-webkit-flex:1 1;flex:1 1}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab.visible,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab.visible{display:-webkit-flex;display:flex;height:100%}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;overflow:hidden}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .address-validation.error,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .address-validation.error{background-color:#9b3232;color:#fff;padding:.5rem;margin:0 0 2rem;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group h2,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group h2{margin:0 0 2rem;color:var(--maincolor);font-size:2rem;-webkit-flex-basis:100%;flex-basis:100%}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group+.group h2,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group+.group h2{margin-top:2rem;padding-top:2rem;border-top:1px solid #ccc}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin:0 -1rem;-webkit-align-items:flex-end;align-items:flex-end}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields .sum-input,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields .sum-input{position:relative}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields .sum-input span,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields .sum-input span{left:2rem;margin-top:-.5rem;position:absolute;opacity:.5;width:auto!important;height:auto!important}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields.length-add label,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields.length-add label{-webkit-flex-grow:0;flex-grow:0;-webkit-flex-shrink:0;flex-shrink:0;-webkit-flex-basis:calc(100% - 2rem);flex-basis:calc(100% - 2rem)}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields .multi,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields .multi{display:-webkit-flex;display:flex;-webkit-flex:0 0 100%;flex:0 0 100%;position:relative;-webkit-align-items:flex-end;align-items:flex-end;max-height:3.5rem}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields .multi:before,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields .multi:before{content:"";display:block;height:1px;left:0;width:100%;max-width:50%;position:absolute;bottom:0;background:linear-gradient(90deg,hsla(0,0%,100%,.25),transparent 33%)}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields .multi.with-hint>span:not(.missing):not(.hint)>span,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields .multi.with-hint>span:not(.missing):not(.hint)>span{padding:0 1.5rem}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields .multi.with-hint .hint,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields .multi.with-hint .hint{color:#faaa3a}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields .multi>span,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields .multi>span{margin:0;padding:0 1rem;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields .multi>span>span,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields .multi>span>span{padding:0}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields .multi label,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields .multi label{-webkit-flex:1 1;flex:1 1}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields .multi label:before,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields .multi label:before{display:none}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields .multi label .react-datepicker-wrapper,body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields .multi label input,body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields .multi label select,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields .multi label .react-datepicker-wrapper,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields .multi label input,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields .multi label select{-webkit-flex:0 0 100%;flex:0 0 100%;width:100%}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label{display:-webkit-flex;display:flex;-webkit-flex-grow:0;flex-grow:0;-webkit-flex-shrink:0;flex-shrink:0;-webkit-flex-basis:calc(50% - 2rem);flex-basis:calc(50% - 2rem);-webkit-justify-content:space-between;justify-content:space-between;margin:.5rem 1rem 0;-webkit-align-items:center;align-items:center;position:relative;padding-top:.5rem}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label.full,body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label.full .react-datepicker-wrapper,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label.full,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label.full .react-datepicker-wrapper{width:100%}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label.break,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label.break{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label.break:before,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label.break:before{display:none}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label.break .react-datepicker-wrapper,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label.break .react-datepicker-wrapper{width:100%}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label.break>span:not(.missing),html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label.break>span:not(.missing){width:100%!important;margin:0 0 .5rem;height:auto!important}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label.inline.checkbox,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label.inline.checkbox{-webkit-flex-grow:0;flex-grow:0;-webkit-flex-shrink:0;flex-shrink:0;-webkit-flex-basis:calc(25% - 2.1rem);flex-basis:calc(25% - 2.1rem);cursor:pointer;background-color:#393939;padding:0 1rem}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label.inline.checkbox span,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label.inline.checkbox span{width:auto!important;white-space:nowrap!important}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label.inline.checkbox input,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label.inline.checkbox input{width:2rem;height:2rem;line-height:2rem;display:-webkit-flex;display:flex;-webkit-flex:0 0 2rem;flex:0 0 2rem}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label.inline.checkbox input[type=checkbox],html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label.inline.checkbox input[type=checkbox]{margin:0 0 0 auto}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label.inline.checkbox input:not([type=checkbox]),html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label.inline.checkbox input:not([type=checkbox]){min-width:10rem}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label.inline:before,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label.inline:before{display:none}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label.summary,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label.summary{-webkit-flex:1 1;flex:1 1}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label.full:not(.multi),html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label.full:not(.multi){-webkit-flex-grow:0;flex-grow:0;-webkit-flex-shrink:0;flex-shrink:0;-webkit-flex-basis:calc(100% - 2rem);flex-basis:calc(100% - 2rem)}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label:before,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label:before{content:"";display:block;height:1px;left:0;width:100%;max-width:50%;position:absolute;bottom:0;background:linear-gradient(90deg,hsla(0,0%,100%,.25),transparent 35%)}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .react-datepicker,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .react-datepicker{background-color:#484848;border:none}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .react-datepicker .react-datepicker__header,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .react-datepicker .react-datepicker__header{background-color:#3b3b3b;border:none}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .react-datepicker .react-datepicker-time__header,body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .react-datepicker .react-datepicker-year-header,body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .react-datepicker .react-datepicker__current-month,body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .react-datepicker .react-datepicker__day,body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .react-datepicker .react-datepicker__day-name,body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .react-datepicker .react-datepicker__month-option,body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .react-datepicker .react-datepicker__month-text,body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .react-datepicker .react-datepicker__month-year-option,body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .react-datepicker .react-datepicker__quarter-text,body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .react-datepicker .react-datepicker__time-name,body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .react-datepicker .react-datepicker__year-option,body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .react-datepicker .react-datepicker__year-text,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .react-datepicker .react-datepicker-time__header,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .react-datepicker .react-datepicker-year-header,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .react-datepicker .react-datepicker__current-month,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .react-datepicker .react-datepicker__day,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .react-datepicker .react-datepicker__day-name,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .react-datepicker .react-datepicker__month-option,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .react-datepicker .react-datepicker__month-text,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .react-datepicker .react-datepicker__month-year-option,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .react-datepicker .react-datepicker__quarter-text,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .react-datepicker .react-datepicker__time-name,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .react-datepicker .react-datepicker__year-option,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .react-datepicker .react-datepicker__year-text{color:#fff}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .react-datepicker .react-datepicker__month-dropdown,body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .react-datepicker .react-datepicker__month-year-dropdown,body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .react-datepicker .react-datepicker__year-dropdown,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .react-datepicker .react-datepicker__month-dropdown,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .react-datepicker .react-datepicker__month-year-dropdown,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .react-datepicker .react-datepicker__year-dropdown{background-color:var(--maincolor);border:none}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .react-datepicker .react-datepicker__header__dropdown,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .react-datepicker .react-datepicker__header__dropdown{padding:1rem 0 .5rem;display:-webkit-flex;display:flex}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .react-datepicker .react-datepicker__header__dropdown .react-datepicker__month-dropdown-container,body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .react-datepicker .react-datepicker__header__dropdown .react-datepicker__year-dropdown-container,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .react-datepicker .react-datepicker__header__dropdown .react-datepicker__month-dropdown-container,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .react-datepicker .react-datepicker__header__dropdown .react-datepicker__year-dropdown-container{-webkit-flex:1 1;flex:1 1;margin:0 .5rem}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .react-datepicker .react-datepicker__header__dropdown .react-datepicker__month-dropdown-container select,body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .react-datepicker .react-datepicker__header__dropdown .react-datepicker__year-dropdown-container select,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .react-datepicker .react-datepicker__header__dropdown .react-datepicker__month-dropdown-container select,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .react-datepicker .react-datepicker__header__dropdown .react-datepicker__year-dropdown-container select{height:2rem;min-height:2rem;text-align:center;display:-webkit-flex;display:flex;padding:0}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .react-datepicker .react-datepicker__month-option:hover,body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .react-datepicker .react-datepicker__month-year-option:hover,body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .react-datepicker .react-datepicker__year-option:hover,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .react-datepicker .react-datepicker__month-option:hover,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .react-datepicker .react-datepicker__month-year-option:hover,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .react-datepicker .react-datepicker__year-option:hover{background-color:var(--maincolor)}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .react-datepicker .react-datepicker__day:hover,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .react-datepicker .react-datepicker__day:hover{background-color:#888}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .react-datepicker__tab-loop,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .react-datepicker__tab-loop{z-index:9000;position:absolute;left:0;top:0}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .react-datepicker__tab-loop .react-datepicker__triangle,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .react-datepicker__tab-loop .react-datepicker__triangle{display:none}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label.highlight span:not(.missing),html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label.highlight span:not(.missing){color:#9b3232}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label.highlight input,body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label.highlight select,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label.highlight input,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label.highlight select{border:1px solid #9b3232}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .invalid,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .invalid{position:absolute;background:#9b3232;right:49%;border-radius:2rem;color:#fff;padding:.25rem .5rem}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .react-datepicker-wrapper,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .react-datepicker-wrapper{-webkit-flex:1 1;flex:1 1}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .react-datepicker__day--keyboard-selected,body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .react-datepicker__day--selected,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .react-datepicker__day--keyboard-selected,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .react-datepicker__day--selected{background-color:var(--maincolor)}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label span,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label span{padding-right:1rem;z-index:10}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label span.react-datepicker__year-read-view--down-arrow,body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label span.react-datepicker__year-read-view--selected-year,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label span.react-datepicker__year-read-view--down-arrow,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label span.react-datepicker__year-read-view--selected-year{padding:0;height:auto}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label span.react-datepicker__year-read-view--down-arrow,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label span.react-datepicker__year-read-view--down-arrow{top:4px;margin-left:2rem}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label span.react-datepicker__year-option--selected,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label span.react-datepicker__year-option--selected{background-color:transparent;padding:0}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label span>svg circle,body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label span>svg g,body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label span>svg path,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label span>svg circle,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label span>svg g,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label span>svg path{fill:#faaa3a}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label input,body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label select,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label input,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label select{padding:0 2rem;height:2.5rem;min-height:2.5rem;z-index:10;-webkit-flex:1 1;flex:1 1;width:100%}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .append-icon,body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label svg,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .append-icon,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label svg{position:absolute;right:0;height:2.5rem;width:3rem;padding:0 1rem;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;z-index:50;bottom:0;font-size:.8rem}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .append-icon circle,body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .append-icon g,body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .append-icon path,body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label svg circle,body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label svg g,body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label svg path,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .append-icon circle,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .append-icon g,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .append-icon path,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label svg circle,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label svg g,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label svg path{fill:#fff}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label.break .missing,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label.break .missing{top:auto;bottom:2rem}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .missing,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .missing{position:absolute;right:1rem;top:.5rem;background-color:#9b3232;color:#fff;padding:0 .5rem;height:1rem;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;font-size:.6rem;border-radius:1rem;margin:-.5rem 0 0;z-index:20;width:auto}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label.upload,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label.upload{-webkit-flex-grow:0;flex-grow:0;-webkit-flex-shrink:0;flex-shrink:0;-webkit-flex-basis:calc(100% - 2rem);flex-basis:calc(100% - 2rem)}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label.upload .right,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label.upload .right{-webkit-flex:1 1;flex:1 1}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .right,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .right{display:-webkit-flex;display:flex;-webkit-flex:0 0 50%;flex:0 0 50%}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .right .select,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .right .select{display:-webkit-flex;display:flex;-webkit-flex:1 1;flex:1 1}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .right .select select,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .right .select select{-webkit-flex:1 1;flex:1 1;padding:0 4rem 0 2rem}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .right .select>svg,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .right .select>svg{top:0}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .right .upload-field,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .right .upload-field{width:auto;-webkit-flex:1 1;flex:1 1;margin:0 0 0 1rem;position:relative;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;height:2.5rem;padding:0}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .right .upload-field input,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .right .upload-field input{height:auto}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .right .upload-field .upload-input,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .right .upload-field .upload-input{position:absolute;background-color:#444;top:0;width:100%!important;left:0;height:3rem;border-radius:2rem;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;cursor:pointer;padding:0}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .right .upload-field:before,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields label .right .upload-field:before{display:none}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields .with-subs,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields .with-subs{display:-webkit-flex;display:flex;-webkit-flex-grow:1;flex-grow:1;-webkit-flex-shrink:0;flex-shrink:0;-webkit-flex-basis:calc(100% - 2rem);flex-basis:calc(100% - 2rem);-webkit-flex-wrap:wrap;flex-wrap:wrap}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields .with-subs .hint,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields .with-subs .hint{top:.5rem}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields .with-subs:before,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields .with-subs:before{display:none}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields .with-subs .sub-fields,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields .with-subs .sub-fields{display:-webkit-flex;display:flex;padding:1rem;-webkit-flex-direction:column;flex-direction:column;-webkit-flex:1 0 100%;flex:1 0 100%;overflow-x:auto}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields .with-subs .sub-fields.hidden,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields .with-subs .sub-fields.hidden{display:none}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields .with-subs .sub-fields .append-icon,body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields .with-subs .sub-fields svg,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields .with-subs .sub-fields .append-icon,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields .with-subs .sub-fields svg{bottom:.25rem}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields .with-subs .sub-fields .sub-group,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields .with-subs .sub-fields .sub-group{display:-webkit-flex;display:flex;margin:1rem -1rem;-webkit-align-items:center;align-items:center;-webkit-flex-wrap:wrap;flex-wrap:wrap;background-color:#333;position:relative;padding:1rem 0}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields .with-subs .sub-fields .sub-group .subno,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields .with-subs .sub-fields .sub-group .subno{top:-1rem;left:1rem;position:absolute;background-color:#9082e9;height:auto;padding:.25rem 1rem;color:#fff;border-radius:2rem}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields .with-subs .sub-fields .sub-group label,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields .with-subs .sub-fields .sub-group label{margin:0 1rem;padding:.25rem 0}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields .with-subs .sub-fields .sub-group label span:not(.hint):not(.append-icon):not(.missing):not(.tooltip-text):not(.react-datepicker__year-read-view--down-arrow):not(.react-datepicker__year-read-view--selected-year):not(.react-datepicker__year-option--selected):not(.subno),html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields .with-subs .sub-fields .sub-group label span:not(.hint):not(.append-icon):not(.missing):not(.tooltip-text):not(.react-datepicker__year-read-view--down-arrow):not(.react-datepicker__year-read-view--selected-year):not(.react-datepicker__year-option--selected):not(.subno){width:19rem}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields .with-subs .sub-fields .sub-group label>span:not(.missing),html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields .with-subs .sub-fields .sub-group label>span:not(.missing){height:2.5rem}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields .with-hint .hint,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields .with-hint .hint{z-index:11}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields .with-hint>span:not(.hint):not(.missing),html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields .with-hint>span:not(.hint):not(.missing){padding-left:1.5rem}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields span,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields span{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;color:#fff}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields span:not(.hint):not(.append-icon):not(.missing):not(.tooltip-text):not(.react-datepicker__year-read-view--down-arrow):not(.react-datepicker__year-read-view--selected-year):not(.react-datepicker__year-option--selected):not(.subno),html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields span:not(.hint):not(.append-icon):not(.missing):not(.tooltip-text):not(.react-datepicker__year-read-view--down-arrow):not(.react-datepicker__year-read-view--selected-year):not(.react-datepicker__year-option--selected):not(.subno){width:20rem;height:2.5rem}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields span.tooltip-text,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields span.tooltip-text{height:auto}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields .hint,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields .hint{position:absolute;left:0;height:2.5rem}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields .hint svg,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields .hint svg{position:relative;padding:0;width:1rem;top:0}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields .hint span,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields .hint span{display:none;position:fixed;z-index:1000;max-width:30rem;-webkit-transform:translateX(-50%);transform:translateX(-50%);background-color:#fff;border:1px solid #ccc;padding:1rem}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields .hint:hover span,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .group .fields .hint:hover span{display:-webkit-flex;display:flex}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz h2,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz h2{margin:0;color:var(--maincolor);font-size:2rem;-webkit-flex-basis:100%;flex-basis:100%}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz h3,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz h3{font-size:1.4rem;color:#fff;margin:.5rem 0 0}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz h4,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz h4{font-size:1.2rem;color:var(--maincolor);font-weight:700;margin:.5rem 0 1rem}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz .text,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz .text{border:1px solid #484848;height:10rem;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;margin:2rem 0;color:#fff}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz .accept,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz .accept{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;color:#fff}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz .accept p,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz .accept p{-webkit-flex:1 1;flex:1 1;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz .accept p span+span,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz .accept p span+span{opacity:.5;font-size:.8rem}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz .accept .select,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz .accept .select{-webkit-flex:1 1;flex:1 1;display:-webkit-flex;display:flex;position:relative;-webkit-align-items:center;align-items:center}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz .accept .select svg,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz .accept .select svg{bottom:auto;top:0}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz .accept .select input,body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz .accept .select select,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz .accept .select input,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz .accept .select select{-webkit-flex:1 1;flex:1 1}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz .accept .select .missing,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz .accept .select .missing{position:absolute;right:1rem;top:0;background-color:#9b3232;color:#fff;padding:0 .5rem;height:1rem;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;font-size:.6rem;border-radius:1rem;margin:-.5rem 0 0}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz .tooltip-text,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz .tooltip-text{max-width:12rem;display:-webkit-flex;display:flex}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz .tooltip,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz .tooltip{width:2rem;height:2rem;background-color:#2e2e2e;margin-right:.5rem;border-radius:2rem;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;font-weight:600;color:#ccc;position:relative;font-size:0;border:none}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz .tooltip svg,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz .tooltip svg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz .tooltip svg path,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz .tooltip svg path{fill:#faaa3a}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz .tooltip:focus,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz .tooltip:focus{outline:none;border:none}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz .hint,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz .hint{padding:2rem;background-color:#333;border:1px solid #3b3b3b;margin:2rem 0;color:#fff}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz p,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz p{color:#fff}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz .save,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz .save{margin-top:2rem;display:-webkit-flex;display:flex}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz .save .left,body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz .save .right,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz .save .left,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz .save .right{-webkit-flex:1 1;flex:1 1}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz .save .left .group,body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz .save .right .group,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz .save .left .group,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz .save .right .group{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;margin:0 0 1rem;-webkit-align-items:center;align-items:center}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz .save .left .group .btn,body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz .save .left .group input,body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz .save .right .group .btn,body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz .save .right .group input,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz .save .left .group .btn,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz .save .left .group input,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz .save .right .group .btn,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz .save .right .group input{-webkit-flex:1 1;flex:1 1}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz .save .left .group .btn,body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz .save .right .group .btn,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz .save .left .group .btn,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz .save .right .group .btn{-webkit-justify-content:center;justify-content:center}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz .save .left .group .tooltip,body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz .save .right .group .tooltip,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz .save .left .group .tooltip,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz .save .right .group .tooltip{margin:0 0 0 .5rem}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz .save .left .group .tooltip svg,body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz .save .right .group .tooltip svg,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz .save .left .group .tooltip svg,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz .save .right .group .tooltip svg{z-index:100}body #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz .save .right,html #finforms-app #app .content-wrapper .request-wrapper .request .tabs .tab .datenschutz .save .right{margin-left:2rem}body #finforms-app #app .content-wrapper .request-wrapper .request .footer,html #finforms-app #app .content-wrapper .request-wrapper .request .footer{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;padding:1rem 0 0;width:100%;margin:1rem auto 0;max-width:1400px}body #finforms-app #app .content-wrapper .usergroups,html #finforms-app #app .content-wrapper .usergroups{display:-webkit-flex;display:flex;-webkit-flex:1 1;flex:1 1;-webkit-align-items:flex-start;align-items:flex-start;-webkit-flex-direction:column;flex-direction:column;width:100%}body #finforms-app #app .content-wrapper .usergroups .btn-group,html #finforms-app #app .content-wrapper .usergroups .btn-group{margin:0 0 2rem;width:100%}body #finforms-app #app .content-wrapper .usergroups .add-usergroup,html #finforms-app #app .content-wrapper .usergroups .add-usergroup{display:-webkit-flex;display:flex;-webkit-flex:1 1;flex:1 1;width:100%;-webkit-flex-direction:column;flex-direction:column;background-color:var(--maincolor);overflow:hidden}body #finforms-app #app .content-wrapper .usergroups .add-usergroup:before,html #finforms-app #app .content-wrapper .usergroups .add-usergroup:before{content:"";position:absolute;top:calc(100% - 2rem);left:0;height:4rem;width:100%;background:#000;background:radial-gradient(ellipse at center,#000 0,transparent 50%);opacity:.25}body #finforms-app #app .content-wrapper .usergroups .add-usergroup .form,html #finforms-app #app .content-wrapper .usergroups .add-usergroup .form{margin:0}body #finforms-app #app .content-wrapper .usergroups .add-usergroup .btn-group,html #finforms-app #app .content-wrapper .usergroups .add-usergroup .btn-group{padding:2rem;box-shadow:0 0 5rem -2rem rgba(0,0,0,.5);position:relative;z-index:1;-webkit-justify-content:space-between;justify-content:space-between;margin:0}body #finforms-app #app .content-wrapper .usergroups .add-usergroup .btn-group .delete,html #finforms-app #app .content-wrapper .usergroups .add-usergroup .btn-group .delete{margin:0}body #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data,html #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data{display:-webkit-flex;display:flex}body #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .images,html #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .images{-webkit-flex:0 0 20%;flex:0 0 20%}body #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .images .switch,html #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .images .switch{padding:.5rem 0;margin:0 0 1rem;border:none;width:90%}body #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .images .switch>span,html #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .images .switch>span{font-size:.8rem}body #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .images .switch>span:last-child,html #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .images .switch>span:last-child{width:3rem;height:1.4rem}body #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .images .switch>span:last-child span,html #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .images .switch>span:last-child span{height:1rem;width:1rem}body #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-image,body #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-logo,html #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-image,html #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-logo{margin:0 0 2rem}body #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-image>span,body #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-logo>span,html #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-image>span,html #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-logo>span{color:var(--maincolor);margin:0 0 .25rem;font-weight:600;display:block}body #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-image .image-wrapper,body #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-image .logo-wrapper,body #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-logo .image-wrapper,body #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-logo .logo-wrapper,html #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-image .image-wrapper,html #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-image .logo-wrapper,html #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-logo .image-wrapper,html #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-logo .logo-wrapper{background-color:#282828;width:90%;overflow:hidden;position:relative}body #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-image .image-wrapper:before,body #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-image .logo-wrapper:before,body #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-logo .image-wrapper:before,body #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-logo .logo-wrapper:before,html #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-image .image-wrapper:before,html #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-image .logo-wrapper:before,html #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-logo .image-wrapper:before,html #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-logo .logo-wrapper:before{content:"";padding-bottom:100%;display:block}body #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-image .image-wrapper .image,body #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-image .image-wrapper .logo,body #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-image .logo-wrapper .image,body #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-image .logo-wrapper .logo,body #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-logo .image-wrapper .image,body #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-logo .image-wrapper .logo,body #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-logo .logo-wrapper .image,body #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-logo .logo-wrapper .logo,html #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-image .image-wrapper .image,html #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-image .image-wrapper .logo,html #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-image .logo-wrapper .image,html #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-image .logo-wrapper .logo,html #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-logo .image-wrapper .image,html #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-logo .image-wrapper .logo,html #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-logo .logo-wrapper .image,html #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-logo .logo-wrapper .logo{top:0;left:0;width:100%;height:100%;background-position:50%;background-size:90%;background-repeat:no-repeat;position:absolute}body #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-image .image-wrapper .image,body #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-image .logo-wrapper .image,body #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-logo .image-wrapper .image,body #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-logo .logo-wrapper .image,html #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-image .image-wrapper .image,html #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-image .logo-wrapper .image,html #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-logo .image-wrapper .image,html #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-logo .logo-wrapper .image{background-size:cover}body #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-image .image-wrapper:hover label,body #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-image .logo-wrapper:hover label,body #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-logo .image-wrapper:hover label,body #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-logo .logo-wrapper:hover label,html #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-image .image-wrapper:hover label,html #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-image .logo-wrapper:hover label,html #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-logo .image-wrapper:hover label,html #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-logo .logo-wrapper:hover label{opacity:1}body #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-image .image-wrapper label,body #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-image .logo-wrapper label,body #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-logo .image-wrapper label,body #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-logo .logo-wrapper label,html #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-image .image-wrapper label,html #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-image .logo-wrapper label,html #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-logo .image-wrapper label,html #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-logo .logo-wrapper label{display:-webkit-flex;display:flex;opacity:0;position:absolute;top:0;left:0;width:100%;height:100%;background:hsla(0,0%,100%,.5);-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;color:#666;font-size:3rem;cursor:pointer;transition:all .35s}body #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-image .image-wrapper label .icon,body #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-image .logo-wrapper label .icon,body #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-logo .image-wrapper label .icon,body #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-logo .logo-wrapper label .icon,html #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-image .image-wrapper label .icon,html #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-image .logo-wrapper label .icon,html #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-logo .image-wrapper label .icon,html #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-logo .logo-wrapper label .icon{line-height:0;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;background-color:hsla(0,0%,100%,.8);border-radius:50%;padding:.5rem}body #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-image .image-wrapper label input,body #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-image .logo-wrapper label input,body #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-logo .image-wrapper label input,body #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-logo .logo-wrapper label input,html #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-image .image-wrapper label input,html #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-image .logo-wrapper label input,html #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-logo .image-wrapper label input,html #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-logo .logo-wrapper label input{width:0;position:absolute;visibility:hidden}body #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-image,body #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-image .image-wrapper label,body #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-logo .image-wrapper label,html #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-image,html #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-image .image-wrapper label,html #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .change-logo .image-wrapper label{margin:0}body #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .form-row,html #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .form-row{-webkit-flex:0 0 80%;flex:0 0 80%}body #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .form-row .dot,html #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .form-row .dot{top:.25rem}body #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .form-row h3,html #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .form-row h3{color:#fff}body #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .form-row select,html #finforms-app #app .content-wrapper .usergroups .form .form-inner .usergroup-data .form-row select{width:100%}body #finforms-app #app .content-wrapper .usergroups .groups,html #finforms-app #app .content-wrapper .usergroups .groups{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;width:100%;-webkit-justify-content:flex-start;justify-content:flex-start}body #finforms-app #app .content-wrapper .usergroups .groups .add,html #finforms-app #app .content-wrapper .usergroups .groups .add{margin:0 0 2rem;display:-webkit-flex;display:flex;border-radius:0;width:100%;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}body #finforms-app #app .content-wrapper .usergroups .groups .add:hover,html #finforms-app #app .content-wrapper .usergroups .groups .add:hover{background-color:var(--maincolordark)}body #finforms-app #app .content-wrapper .usergroups .groups .usergroup,html #finforms-app #app .content-wrapper .usergroups .groups .usergroup{margin:0 0 2rem;display:-webkit-flex;display:flex;-webkit-flex:0 0 30%;flex:0 0 30%}body #finforms-app #app .content-wrapper .usergroups .groups .usergroup:nth-child(3n+2),body #finforms-app #app .content-wrapper .usergroups .groups .usergroup:nth-child(3n+3),html #finforms-app #app .content-wrapper .usergroups .groups .usergroup:nth-child(3n+2),html #finforms-app #app .content-wrapper .usergroups .groups .usergroup:nth-child(3n+3){margin-left:5%}body #finforms-app #app .content-wrapper .usergroups .groups .usergroup .btn,html #finforms-app #app .content-wrapper .usergroups .groups .usergroup .btn{padding:2rem;display:-webkit-flex;display:flex;border-radius:0;width:100%;height:6rem;background-color:#2e2e2e;font-size:1.2rem;color:#fff}body #finforms-app #app .content-wrapper .usergroups .groups .usergroup .btn:hover,html #finforms-app #app .content-wrapper .usergroups .groups .usergroup .btn:hover{background-color:#3b3b3b}body #finforms-app #app .content-wrapper .usergroups .groups .usergroup .btn .logo-wrapper,html #finforms-app #app .content-wrapper .usergroups .groups .usergroup .btn .logo-wrapper{overflow:hidden;padding:.25rem;margin-right:1rem}body #finforms-app #app .content-wrapper .usergroups .groups .usergroup .btn .logo-wrapper .logo,html #finforms-app #app .content-wrapper .usergroups .groups .usergroup .btn .logo-wrapper .logo{width:3rem;height:3rem;background-size:contain;background-position:50%;background-repeat:no-repeat}body #finforms-app #app .content-wrapper .translations,html #finforms-app #app .content-wrapper .translations{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-flex:1 1;flex:1 1}body #finforms-app #app .content-wrapper .translations .head,html #finforms-app #app .content-wrapper .translations .head{margin:0 0 2rem;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}body #finforms-app #app .content-wrapper .translations .head .select,html #finforms-app #app .content-wrapper .translations .head .select{-webkit-flex:1 1;flex:1 1}body #finforms-app #app .content-wrapper .translations .head button,html #finforms-app #app .content-wrapper .translations .head button{margin-left:2rem}body #finforms-app #app .content-wrapper .translations .hidden,html #finforms-app #app .content-wrapper .translations .hidden{display:none}body #finforms-app #app .content-wrapper .translations .filter,html #finforms-app #app .content-wrapper .translations .filter{-webkit-flex:1 0 100%;flex:1 0 100%;display:-webkit-flex;display:flex;position:relative;-webkit-align-items:center;align-items:center;margin:0 0 1rem}body #finforms-app #app .content-wrapper .translations .filter input,html #finforms-app #app .content-wrapper .translations .filter input{width:100%}body #finforms-app #app .content-wrapper .translations .filter .reset,html #finforms-app #app .content-wrapper .translations .filter .reset{margin-left:1rem;opacity:.5;transition:all .35s;display:-webkit-flex;display:flex;width:2rem;min-width:2rem;height:2rem;background-color:#aaa;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;cursor:pointer;border-radius:4rem}body #finforms-app #app .content-wrapper .translations .filter .reset:hover,html #finforms-app #app .content-wrapper .translations .filter .reset:hover{opacity:1}body #finforms-app #app .content-wrapper .translations .table-wrapper .table-inner,html #finforms-app #app .content-wrapper .translations .table-wrapper .table-inner{padding:0}body #finforms-app #app .content-wrapper .translations .table-wrapper .table-inner table tr th,html #finforms-app #app .content-wrapper .translations .table-wrapper .table-inner table tr th{text-align:left}body #finforms-app #app .content-wrapper .translations .table-wrapper .table-inner table tr td,html #finforms-app #app .content-wrapper .translations .table-wrapper .table-inner table tr td{padding:0;line-height:0}body #finforms-app #app .content-wrapper .translations .table-wrapper .table-inner table tr td:nth-child(2),html #finforms-app #app .content-wrapper .translations .table-wrapper .table-inner table tr td:nth-child(2){padding:0}body #finforms-app #app .content-wrapper .translations .table-wrapper .table-inner table tr td:last-child,html #finforms-app #app .content-wrapper .translations .table-wrapper .table-inner table tr td:last-child{width:4rem;text-align:center;background-color:#3b3b3b}body #finforms-app #app .content-wrapper .translations .table-wrapper .table-inner table tr td:last-child button,html #finforms-app #app .content-wrapper .translations .table-wrapper .table-inner table tr td:last-child button{background:none;border:none;opacity:.5;cursor:pointer;transition:all .35s}body #finforms-app #app .content-wrapper .translations .table-wrapper .table-inner table tr td:last-child button:hover,html #finforms-app #app .content-wrapper .translations .table-wrapper .table-inner table tr td:last-child button:hover{opacity:1}body #finforms-app #app .content-wrapper .translations .table-wrapper .table-inner table tr td .delete,html #finforms-app #app .content-wrapper .translations .table-wrapper .table-inner table tr td .delete{color:#9b3232}body #finforms-app #app .content-wrapper .translations .table-wrapper .table-inner table tr td .save,html #finforms-app #app .content-wrapper .translations .table-wrapper .table-inner table tr td .save{color:#2fb470}body #finforms-app #app .content-wrapper .translations .table-wrapper .table-inner table tr td.nopadding,html #finforms-app #app .content-wrapper .translations .table-wrapper .table-inner table tr td.nopadding{padding:0}body #finforms-app #app .content-wrapper .translations .table-wrapper .table-inner table tr td.nopadding input,html #finforms-app #app .content-wrapper .translations .table-wrapper .table-inner table tr td.nopadding input{background-color:#3b3b3b}body #finforms-app #app .content-wrapper .translations .table-wrapper .table-inner table tr td textarea,html #finforms-app #app .content-wrapper .translations .table-wrapper .table-inner table tr td textarea{width:100%;border-radius:0;padding:.25rem .5rem;height:2.7rem;resize:none}body #finforms-app #app .content-wrapper .translations .table-wrapper .table-inner table tr td input,html #finforms-app #app .content-wrapper .translations .table-wrapper .table-inner table tr td input{border-radius:0;border:none;width:100%;margin:0;height:2rem;padding:.25rem 1rem;font-weight:500;background:none}body #finforms-app #app .content-wrapper .translations .table-wrapper .table-inner table tr td input:focus,html #finforms-app #app .content-wrapper .translations .table-wrapper .table-inner table tr td input:focus{background:#212121}body #finforms-app #app .content-wrapper .filemanager,html #finforms-app #app .content-wrapper .filemanager{display:-webkit-flex;display:flex;-webkit-flex:1 1;flex:1 1}body #finforms-app #app .content-wrapper .info,html #finforms-app #app .content-wrapper .info{color:#fff;padding:2rem;margin-top:2rem;border:1px solid #fff}body #finforms-app #app .content-wrapper #filemanager,html #finforms-app #app .content-wrapper #filemanager{display:-webkit-flex;display:flex;-webkit-flex:1 1;flex:1 1;height:100%;width:100%;-webkit-flex-direction:column;flex-direction:column;padding:0 1rem}body #finforms-app #app .content-wrapper #filemanager.empty,body #finforms-app #app .content-wrapper #filemanager .lightbox,html #finforms-app #app .content-wrapper #filemanager.empty,html #finforms-app #app .content-wrapper #filemanager .lightbox{height:100%;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}body #finforms-app #app .content-wrapper #filemanager .lightbox,html #finforms-app #app .content-wrapper #filemanager .lightbox{position:fixed;top:0;left:0;width:100%;background-color:rgba(0,0,0,.75);z-index:200}body #finforms-app #app .content-wrapper #filemanager .lightbox .next,body #finforms-app #app .content-wrapper #filemanager .lightbox .prev,html #finforms-app #app .content-wrapper #filemanager .lightbox .next,html #finforms-app #app .content-wrapper #filemanager .lightbox .prev{position:fixed;left:2rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:3rem;height:3rem;cursor:pointer}body #finforms-app #app .content-wrapper #filemanager .lightbox .next svg,body #finforms-app #app .content-wrapper #filemanager .lightbox .prev svg,html #finforms-app #app .content-wrapper #filemanager .lightbox .next svg,html #finforms-app #app .content-wrapper #filemanager .lightbox .prev svg{width:3rem;height:3rem}body #finforms-app #app .content-wrapper #filemanager .lightbox .next svg path,body #finforms-app #app .content-wrapper #filemanager .lightbox .prev svg path,html #finforms-app #app .content-wrapper #filemanager .lightbox .next svg path,html #finforms-app #app .content-wrapper #filemanager .lightbox .prev svg path{transition:all .35s;fill:#fff}body #finforms-app #app .content-wrapper #filemanager .lightbox .next:hover svg path,body #finforms-app #app .content-wrapper #filemanager .lightbox .prev:hover svg path,html #finforms-app #app .content-wrapper #filemanager .lightbox .next:hover svg path,html #finforms-app #app .content-wrapper #filemanager .lightbox .prev:hover svg path{fill:var(--maincolor)}body #finforms-app #app .content-wrapper #filemanager .lightbox .prev,html #finforms-app #app .content-wrapper #filemanager .lightbox .prev{-webkit-transform:rotate(180deg);transform:rotate(180deg)}body #finforms-app #app .content-wrapper #filemanager .lightbox .next,html #finforms-app #app .content-wrapper #filemanager .lightbox .next{left:auto;right:2rem}body #finforms-app #app .content-wrapper #filemanager .lightbox .close,html #finforms-app #app .content-wrapper #filemanager .lightbox .close{position:fixed;top:2rem;right:2rem;cursor:pointer;width:3rem;height:3rem}body #finforms-app #app .content-wrapper #filemanager .lightbox .close:hover svg path,html #finforms-app #app .content-wrapper #filemanager .lightbox .close:hover svg path{fill:#9b3232}body #finforms-app #app .content-wrapper #filemanager .lightbox .close svg,html #finforms-app #app .content-wrapper #filemanager .lightbox .close svg{width:3rem;height:3rem}body #finforms-app #app .content-wrapper #filemanager .lightbox .close svg path,html #finforms-app #app .content-wrapper #filemanager .lightbox .close svg path{transition:all .35s;fill:#fff}body #finforms-app #app .content-wrapper #filemanager .lightbox .image,html #finforms-app #app .content-wrapper #filemanager .lightbox .image{max-width:80vw;max-height:80vh}body #finforms-app #app .content-wrapper #filemanager .file-upload-wrapper,html #finforms-app #app .content-wrapper #filemanager .file-upload-wrapper{width:100%;height:3rem;display:-webkit-flex;display:flex;margin-bottom:1rem;position:relative}body #finforms-app #app .content-wrapper #filemanager .file-upload-wrapper:after,body #finforms-app #app .content-wrapper #filemanager .file-upload-wrapper:before,html #finforms-app #app .content-wrapper #filemanager .file-upload-wrapper:after,html #finforms-app #app .content-wrapper #filemanager .file-upload-wrapper:before{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;padding:0 1rem;height:100%}body #finforms-app #app .content-wrapper #filemanager .file-upload-wrapper:after,html #finforms-app #app .content-wrapper #filemanager .file-upload-wrapper:after{content:attr(data-text);background:#212121;-webkit-flex:1 1;flex:1 1;pointer-events:none;color:#999;border-radius:.5rem 0 0 .5rem;-webkit-order:-1;order:-1}body #finforms-app #app .content-wrapper #filemanager .file-upload-wrapper:before,html #finforms-app #app .content-wrapper #filemanager .file-upload-wrapper:before{content:"Upload";padding:0 1rem;background:var(--maincolor);color:#fff;z-index:10;text-transform:uppercase;pointer-events:none;border-radius:0 .5rem .5rem 0}body #finforms-app #app .content-wrapper #filemanager .file-upload-wrapper:hover:before,html #finforms-app #app .content-wrapper #filemanager .file-upload-wrapper:hover:before{background:var(--maincolordark)}body #finforms-app #app .content-wrapper #filemanager .file-upload-wrapper input,html #finforms-app #app .content-wrapper #filemanager .file-upload-wrapper input{opacity:0;position:absolute;top:0;right:0;bottom:0;left:0;z-index:99;margin:0;padding:0;display:block;cursor:pointer;width:100%}body #finforms-app #app .content-wrapper #filemanager .file-upload-wrapper .progress,html #finforms-app #app .content-wrapper #filemanager .file-upload-wrapper .progress{position:absolute;top:0;left:0;width:100%;height:100%;background:#393939;opacity:.75;z-index:100;border-radius:.5rem;overflow:hidden}body #finforms-app #app .content-wrapper #filemanager .file-upload-wrapper .progress .progress-inner,html #finforms-app #app .content-wrapper #filemanager .file-upload-wrapper .progress .progress-inner{background-color:var(--maincolor);height:100%;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;overflow:hidden;color:#fff;font-weight:600}body #finforms-app #app .content-wrapper #filemanager .files,html #finforms-app #app .content-wrapper #filemanager .files{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin:0 -1rem}body #finforms-app #app .content-wrapper #filemanager .files .file,html #finforms-app #app .content-wrapper #filemanager .files .file{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;width:calc(25% - 2rem);margin:1rem;background-color:rgba(0,0,0,.2);border-radius:.5rem;overflow:hidden;position:relative;cursor:pointer}body #finforms-app #app .content-wrapper #filemanager .files .file .shadow,html #finforms-app #app .content-wrapper #filemanager .files .file .shadow{display:none;position:absolute;top:0;left:0;width:100%;height:100%;background-color:hsla(0,0%,100%,.25);z-index:100}body #finforms-app #app .content-wrapper #filemanager .files .file:hover .delete,body #finforms-app #app .content-wrapper #filemanager .files .file:hover .shadow,html #finforms-app #app .content-wrapper #filemanager .files .file:hover .delete,html #finforms-app #app .content-wrapper #filemanager .files .file:hover .shadow{display:-webkit-flex;display:flex}body #finforms-app #app .content-wrapper #filemanager .files .file p,html #finforms-app #app .content-wrapper #filemanager .files .file p{background-color:var(--maincolor);color:#fff;margin:0;padding:.5rem 1rem;font-size:.8rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}body #finforms-app #app .content-wrapper #filemanager .files .file .image,html #finforms-app #app .content-wrapper #filemanager .files .file .image{width:100%;position:relative;background-size:cover;background-position:50%}body #finforms-app #app .content-wrapper #filemanager .files .file .image:before,html #finforms-app #app .content-wrapper #filemanager .files .file .image:before{display:block;content:"";padding-bottom:60%}body #finforms-app #app .content-wrapper #filemanager .files .file .delete,html #finforms-app #app .content-wrapper #filemanager .files .file .delete{position:absolute;display:none;bottom:1rem;right:1rem;background-color:#9b3232;color:#fff;padding:.25rem .5rem;transition:all .35s;border-radius:2rem;font-size:.8rem;cursor:pointer;z-index:200}body #finforms-app #app .content-wrapper #filemanager .files .file .delete:hover,html #finforms-app #app .content-wrapper #filemanager .files .file .delete:hover{background-color:#742626}body #finforms-app #app .content-wrapper .configurator,html #finforms-app #app .content-wrapper .configurator{display:-webkit-flex;display:flex;-webkit-flex:1 1;flex:1 1;-webkit-flex-direction:column;flex-direction:column}body #finforms-app #app .content-wrapper .configurator .start,html #finforms-app #app .content-wrapper .configurator .start{-webkit-flex:1 1;flex:1 1}body #finforms-app #app .content-wrapper .configurator .new-form,html #finforms-app #app .content-wrapper .configurator .new-form{display:-webkit-flex;display:flex;-webkit-flex:1 1;flex:1 1;width:100%}body #finforms-app #app .content-wrapper .configurator .new-form input,html #finforms-app #app .content-wrapper .configurator .new-form input{-webkit-flex:1 1;flex:1 1;background-color:#282828}body #finforms-app #app .content-wrapper .configurator .new-form .btn,html #finforms-app #app .content-wrapper .configurator .new-form .btn{margin-left:1rem}body #finforms-app #app .content-wrapper .configurator .error,html #finforms-app #app .content-wrapper .configurator .error{background-color:#9b3232;color:#fff;border:1px solid #9b3232;padding:2rem;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;margin:4rem 0}body #finforms-app #app .content-wrapper .configurator hr,html #finforms-app #app .content-wrapper .configurator hr{width:100%;margin:1rem 0 2rem;border:none;border-top:1px solid #282828}body #finforms-app #app .content-wrapper .configurator .config,html #finforms-app #app .content-wrapper .configurator .config{display:-webkit-flex;display:flex;-webkit-flex:1 1;flex:1 1;-webkit-flex-direction:column;flex-direction:column}body #finforms-app #app .content-wrapper .configurator .config .scrollbar-wrapper,html #finforms-app #app .content-wrapper .configurator .config .scrollbar-wrapper{margin-top:2rem}body #finforms-app #app .content-wrapper .configurator .config .editor,html #finforms-app #app .content-wrapper .configurator .config .editor{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:5000;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}body #finforms-app #app .content-wrapper .configurator .config .editor .inner,html #finforms-app #app .content-wrapper .configurator .config .editor .inner{border-radius:.5rem;max-width:80vw;-webkit-flex-direction:column;flex-direction:column;background-color:#212121;padding:2rem}body #finforms-app #app .content-wrapper .configurator .config .editor .inner .fields,html #finforms-app #app .content-wrapper .configurator .config .editor .inner .fields{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin:0 -1rem}body #finforms-app #app .content-wrapper .configurator .config .editor .inner .fields label,html #finforms-app #app .content-wrapper .configurator .config .editor .inner .fields label{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-flex:0 0 50%;flex:0 0 50%;padding:0 1rem;margin:0 0 1rem;position:relative}body #finforms-app #app .content-wrapper .configurator .config .editor .inner .fields label.checkbox,html #finforms-app #app .content-wrapper .configurator .config .editor .inner .fields label.checkbox{-webkit-flex-direction:row;flex-direction:row;-webkit-align-items:center;align-items:center}body #finforms-app #app .content-wrapper .configurator .config .editor .inner .fields label.checkbox .checkmark,html #finforms-app #app .content-wrapper .configurator .config .editor .inner .fields label.checkbox .checkmark{margin:0 1rem;background-color:#282828}body #finforms-app #app .content-wrapper .configurator .config .editor .inner .fields label.checkbox span,html #finforms-app #app .content-wrapper .configurator .config .editor .inner .fields label.checkbox span{margin:0}body #finforms-app #app .content-wrapper .configurator .config .editor .inner .fields label.checkbox input:checked~.checkmark,html #finforms-app #app .content-wrapper .configurator .config .editor .inner .fields label.checkbox input:checked~.checkmark{background-color:var(--maincolor)}body #finforms-app #app .content-wrapper .configurator .config .editor .inner .fields label.disabled input,html #finforms-app #app .content-wrapper .configurator .config .editor .inner .fields label.disabled input{opacity:.5}body #finforms-app #app .content-wrapper .configurator .config .editor .inner .fields label.small,html #finforms-app #app .content-wrapper .configurator .config .editor .inner .fields label.small{-webkit-flex:0 0 25%;flex:0 0 25%}body #finforms-app #app .content-wrapper .configurator .config .editor .inner .fields label p,html #finforms-app #app .content-wrapper .configurator .config .editor .inner .fields label p{font-size:.75rem;color:#aaa;margin:.25rem 0 0 1rem}body #finforms-app #app .content-wrapper .configurator .config .editor .inner .fields label span,html #finforms-app #app .content-wrapper .configurator .config .editor .inner .fields label span{color:#fff;margin:0 0 .25rem 1rem;font-size:.875rem}body #finforms-app #app .content-wrapper .configurator .config .editor .inner .fields label input,body #finforms-app #app .content-wrapper .configurator .config .editor .inner .fields label select,html #finforms-app #app .content-wrapper .configurator .config .editor .inner .fields label input,html #finforms-app #app .content-wrapper .configurator .config .editor .inner .fields label select{background-color:#393939;color:#fff;padding:0 1rem}body #finforms-app #app .content-wrapper .configurator .config .editor .inner .fields label select+svg,html #finforms-app #app .content-wrapper .configurator .config .editor .inner .fields label select+svg{position:absolute;top:2.25rem;right:2rem}body #finforms-app #app .content-wrapper .configurator .config .editor .inner .fields label select+svg path,html #finforms-app #app .content-wrapper .configurator .config .editor .inner .fields label select+svg path{fill:#fff}body #finforms-app #app .content-wrapper .configurator .config .grid,html #finforms-app #app .content-wrapper .configurator .config .grid{display:grid;grid-template-columns:[col-start] auto [col-end col-start] auto [col-end] 10rem;grid-template-rows:[header-start] auto [header-end row-start] auto [row-end];grid-auto-rows:auto;grid-auto-columns:auto;overflow:hidden;background:#212121;border-radius:.5rem;padding:1rem}body #finforms-app #app .content-wrapper .configurator .config .grid>span,html #finforms-app #app .content-wrapper .configurator .config .grid>span{grid-row:header}body #finforms-app #app .content-wrapper .configurator .config .grid span,html #finforms-app #app .content-wrapper .configurator .config .grid span{padding:.5rem 1rem;color:#fff}body #finforms-app #app .content-wrapper .configurator .config .grid .row,html #finforms-app #app .content-wrapper .configurator .config .grid .row{display:contents}body #finforms-app #app .content-wrapper .configurator .config .grid .row span,html #finforms-app #app .content-wrapper .configurator .config .grid .row span{background-color:#282828;margin:0 0 .5rem;cursor:pointer;transition:all .35s}body #finforms-app #app .content-wrapper .configurator .config .grid .row .buttons,html #finforms-app #app .content-wrapper .configurator .config .grid .row .buttons{display:-webkit-flex;display:flex;background:#282828;margin:0 0 .5rem;-webkit-align-items:center;align-items:center;-webkit-justify-content:flex-end;justify-content:flex-end;padding-right:.25rem}body #finforms-app #app .content-wrapper .configurator .config .grid .row .buttons .btn,html #finforms-app #app .content-wrapper .configurator .config .grid .row .buttons .btn{width:5rem;height:1.5rem}body #finforms-app #app .content-wrapper .configurator .config .grid .row .buttons .btn.space,html #finforms-app #app .content-wrapper .configurator .config .grid .row .buttons .btn.space{visibility:hidden}body #finforms-app #app .content-wrapper .configurator .config .grid .row:hover>span,html #finforms-app #app .content-wrapper .configurator .config .grid .row:hover>span{background-color:var(--maincolor)}body #finforms-app #app .content-wrapper .configurator .config .scrollbar-wrapper,html #finforms-app #app .content-wrapper .configurator .config .scrollbar-wrapper{-webkit-flex:1 1;flex:1 1;display:-webkit-flex;display:flex}body #finforms-app #app .cookie-wrapper,html #finforms-app #app .cookie-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;z-index:2000;background-color:hsla(0,0%,100%,.25)}body #finforms-app #app .cookie-wrapper .CookieConsent,html #finforms-app #app .cookie-wrapper .CookieConsent{box-shadow:0 .5rem 1rem -1rem #000;border:1px solid #ccc;border-top:4px solid var(--maincolor);position:fixed;max-width:40rem;z-index:2000;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);bottom:10vh!important;background-color:#fff;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;padding:2rem;-webkit-flex-direction:column;flex-direction:column;font-size:1.2rem}body #finforms-app #app .cookie-wrapper .CookieConsent .btn-group,html #finforms-app #app .cookie-wrapper .CookieConsent .btn-group{margin-top:1rem;display:-webkit-flex;display:flex;-webkit-align-self:flex-end;align-self:flex-end}body #finforms-app #app .cookie-wrapper .CookieConsent .btn-group .btn,html #finforms-app #app .cookie-wrapper .CookieConsent .btn-group .btn{font-size:1.2rem}body #finforms-app #app .cookie-wrapper .CookieConsent .settings,html #finforms-app #app .cookie-wrapper .CookieConsent .settings{margin:2rem 0 -3rem}body #finforms-app #app .cookie-wrapper .CookieConsent .btn-text,html #finforms-app #app .cookie-wrapper .CookieConsent .btn-text{text-decoration:underline;cursor:pointer;margin-top:3rem;display:inline-block}@media (max-width:1264px){body #finforms-app #app .content-wrapper .home .start,html #finforms-app #app .content-wrapper .home .start{padding:4rem 2rem}body #finforms-app #app .content-wrapper .home .start p,html #finforms-app #app .content-wrapper .home .start p{padding:0}body #finforms-app #app .content-wrapper .home .header .container,body #finforms-app #app .content-wrapper .home .start .tiles .tile,html #finforms-app #app .content-wrapper .home .header .container,html #finforms-app #app .content-wrapper .home .start .tiles .tile{padding:0 2rem}}@media (max-width:880px){body #finforms-app #app .content-wrapper .home .start .tiles .tile,html #finforms-app #app .content-wrapper .home .start .tiles .tile{-webkit-flex-basis:calc(50% - 1.5rem);flex-basis:calc(50% - 1.5rem);-webkit-flex-basis:100%;flex-basis:100%}}@media (max-width:880px){body #finforms-app #app .content-wrapper .home .start .sides .side,html #finforms-app #app .content-wrapper .home .start .sides .side{-webkit-flex-direction:column;flex-direction:column}body #finforms-app #app .content-wrapper .home .start .sides .side .image-wrapper,html #finforms-app #app .content-wrapper .home .start .sides .side .image-wrapper{margin:2rem 0 0;-webkit-flex:initial;flex:initial;height:10rem}body #finforms-app #app .content-wrapper .home .start .sides .side:nth-child(2n) .image-wrapper,html #finforms-app #app .content-wrapper .home .start .sides .side:nth-child(2n) .image-wrapper{-webkit-order:0;order:0;margin:2rem 0 0}}
/*# sourceMappingURL=main.cb855697.chunk.css.map */