html{-webkit-text-size-adjust:100%;line-height:1.15}body{margin:0}main{display:block}h1{margin:.67em 0;font-size:2em}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:#0000}abbr[title]{border-bottom:none;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:100%;line-height:1.15}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner{border-style:none;padding:0}[type=reset]::-moz-focus-inner{border-style:none;padding:0}[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring{outline:1px dotted buttontext}[type=button]:-moz-focusring{outline:1px dotted buttontext}[type=reset]:-moz-focusring{outline:1px dotted buttontext}[type=submit]:-moz-focusring{outline:1px dotted buttontext}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;white-space:normal;max-width:100%;padding:0;display:table}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template,[hidden]{display:none}:root{--white-text:#fff;--black-text:#000;--gray-text:#333;--blue-text:#495d72;--charcoal-text:#262626;--blue-button:#036aff;--white:#fff;--black:#000;--black2:#0b0b0b;--green:#64c661;--green2:#12ab2a;--green3:#008d0c;--green4:#18b349;--green5:#14c64d;--red:#fd0000;--red4:#d64751;--light-blue:#f1f6ff;--light-blue3:#f0f5fc;--light-blue5:#c9e0ff;--blue:#026aff;--blue3:#1174ff;--dark-blue:#0757ca;--light-gray:#e0e0e0;--light-gray-2:#cbcbcb;--light-gray-4:#efefef;--light-gray-bg:#e4e4e4;--gray:#a7a7a7;--gray2:#ced8e5;--gray3:#bebebe;--light-purple:#ececec;--orange:#e27627;--yellow2:#ffffb4;--yellow3:#fbff00}@font-face{font-family:JobHire;src:url(../media/JobHire.49e059b7.eot);src:url(../media/JobHire.49e059b7.eot)format("embedded-opentype"),url(../media/JobHire.33314a88.ttf)format("truetype"),url(../media/JobHire.71e85add.woff)format("woff"),url(../media/JobHire.b764002c.svg)format("svg");font-weight:400;font-style:normal;font-display:block}[class^=icon-],[class*=\ icon-]{speak:never;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-weight:400;line-height:1;font-family:JobHire!important}.icon-lock:before{content:""}.icon-plus:before{content:""}.icon-cross:before{content:""}.icon-top:before{content:""}.icon-bottom:before{content:""}.icon-delete:before{content:""}.icon-upload:before{content:""}.icon-checkmark:before{content:""}.icon-arrow-right:before{content:""}@font-face{font-family:jh-icons;src:url(../media/jh-icons.811765dc.eot);src:url(../media/jh-icons.811765dc.eot)format("embedded-opentype"),url(../media/jh-icons.1607fb6f.ttf)format("truetype"),url(../media/jh-icons.b6cd904d.woff)format("woff"),url(../media/jh-icons.65f48206.svg)format("svg");font-weight:400;font-style:normal;font-display:block}[class^=jh-icon-],[class*=\ jh-icon-]{speak:never;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-weight:400;line-height:1;font-family:jh-icons!important}.jh-icon-more-horiz:before{content:""}.jh-icon-close:before{content:""}.jh-icon-send:before{content:""}.jh-icon-multi-bubble:before{content:""}.layout{flex-direction:column;min-height:100vh;display:flex}.layout__spacer{flex-direction:column;flex:1;display:flex}.button{cursor:pointer;width:100%;color:var(--white-text);border-radius:5px;justify-content:center;align-items:center;padding:12px;font-weight:700;transition:color .2s,background-color .2s;display:flex}.button.secondary{color:#495d72;background-color:#fff;border:1px solid #495d72}@media (hover:hover){.button.secondary:hover{color:#fff;background-color:#495d72}}@media (hover:none){.button.secondary:active{background-color:var(--dark-blue)}}.button.blue{background-color:var(--blue-button)}@media (hover:hover){.button.blue:hover{background-color:var(--dark-blue)}}@media (hover:none){.button.blue:active{background-color:var(--dark-blue)}}.button.black{background-color:var(--black);color:var(--white-text)}@media (hover:hover){.button.black:hover{background-color:var(--white);color:var(--black-text)}}@media (hover:none){.button.black:active{background-color:var(--white);color:var(--black-text)}}.button.white{color:var(--black-text);background-color:var(--white)}@media (hover:hover){.button.white:hover{color:var(--white-text);background-color:var(--black)}}@media (hover:none){.button.white:active{color:var(--white-text);background-color:var(--black)}}.button.disabled{cursor:not-allowed}.button.disabled_colored{color:#90979e;background-color:#e9ecef;border:0}@media (hover:hover){.button.disabled_colored:hover{color:#90979e;background-color:#e9ecef;border:0}}:root{--light-grey-2:#d1d4d7;--brand-color-brand-main:#276ef6;--brand-color-brand-dark:#175de1;--brand-color-brand-light:#c7d9ff;--brand-color-brand-background:#ebf2ff;--brand-color-brand-background-light:#f0f4fb;--black-color-black-100:#000;--black-color-almost-black:#333;--black-color-dark-grey:#505050;--black-color-grey:#7a7a7a;--black-color-light-grey:#d8dbe0;--black-color-grey-background:#f3f3f3;--black-color-black-80:#000c;--black-color-black-70:#000000b3;--black-color-black-20:#0003;--white-color-white-100:#fff;--white-color-white-90:#ffffffe6;--white-color-white-80:#fffc;--white-color-white-70:#ffffffb3;--white-color-white-30:#ffffff4d;--white-color-white-10:#ffffff1a;--green-color-green:#6cc529;--green-color-green-dark:#509c16;--green-color-light-green:#d1ffad;--green-color-light-green-50:#d1ffad80;--red-yellow-color-red:#e6273e;--red-yellow-color-light-yellow:#f4f7a9;--red-yellow-color-yellow:#f3f859;--red-yellow-color-orange:#f1803e;--red-yellow-color-red-background:#ffcad1}.link{color:var(--blue)}.mainContainer{flex-direction:column;align-items:center;padding-top:40px;display:flex}@media (max-width:600px){.mainContainer{padding:34px 6px 0}}.section{width:90%;max-width:1140px}@media (max-width:600px){.section{width:98%}}.modal-overlay{z-index:4;background-color:#000c;justify-content:center;width:100%;height:100dvh;padding:0 12px;display:flex;position:fixed;top:0;left:0;overflow:hidden auto}.modal-wrapper{width:100%;max-width:604px;height:max-content}@media (max-width:600px){.modal-wrapper{max-width:336px}}.modal{background:var(--white);border-radius:12px;width:100%;margin:35px 0}.modal-header{justify-content:flex-end;margin-bottom:10px;padding:20px 20px 0;font-size:25px;display:flex}@media (max-width:600px){.modal-header{padding:18px 18px 0}}.modal-header__close-btn{cursor:pointer;color:#495d72;opacity:.5;background-color:#0000;border:none;outline:none;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.modal-header__close-btn:hover,.modal-header__close-btn:focus{opacity:1}.modal-header__close-icon{font-size:14px}.modal-body{padding:0 40px 40px}@media (max-width:600px){.modal-body{padding:0 18px 40px}}
