*{box-sizing:border-box}:root{--header-height:60px;--footer-height:75px;--flow:1rem;--primary-color:#38af74;--secondary-color:#fff}:focus-visible{outline:2px solid var(--primary-color)}:focus:not(:focus-visible){outline:none}html{height:100%;font-family:Inter,Arial,Helvetica,sans-serif,"system-ui"}body{height:100%;margin:0;padding:0}p,h3,h2{margin:0;font-weight:500}p{font-size:.8rem}button{cursor:pointer;background:0 0;border:none;padding:0}img{display:block}ul{margin:0;padding:0}li{list-style:none}.uppercase{text-transform:uppercase}.title{font-size:2.5rem;font-weight:500;line-height:50px}.title-sm{font-size:1.5rem;font-weight:500}.text{font-size:1.2rem}.text-sm{font-size:.9rem}.text-grey{color:#949494}.light{font-weight:300}.bold{font-weight:600}.underline{text-decoration:underline}.flex{display:flex}.flex-y-center{align-items:center}.flex-x-center{justify-content:center}.gap-half{gap:.5rem}.gap-1{gap:1rem}.gap-2{gap:2rem}.divider{background:#949494;width:100%;height:1px}.divider.vertical{width:1px;height:100%}.relative{position:relative}.subtitle{color:#131313;text-align:center;font-size:1.5rem;font-style:normal;font-weight:500;line-height:27.5px}.flow>*+*{margin-top:var(--flow)}.visually-hidden{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}[data-main-header]{height:var(--header-height,60px);background:#fff;grid-template-columns:1fr 1fr 1fr;place-items:center;padding:0 2rem;display:grid}.header{z-index:5;position:relative;box-shadow:0 2px 8px #00000026}.main{margin-bottom:75px}.main-content{width:100%;min-height:850px;height:calc(100vh - var(--header-height));flex-direction:row;justify-content:flex-start;align-items:flex-start;display:flex}.center{justify-content:center;align-items:center}.left-content{width:50%;height:100%}.company-image{object-fit:cover;object-position:left top;width:100%;height:100%}.right-content{flex-direction:column;justify-content:flex-start;align-items:flex-start;width:50%;height:100%;padding:5rem 3rem;display:flex;box-shadow:-2px 0 8px #00000026}.home-content{flex-direction:row;gap:1rem;width:75%;height:100%;padding:4rem 0;display:flex}.basic-header .right{justify-self:end;align-items:center;gap:1rem;display:flex}.text-center{text-align:center}.basic-header .left{justify-self:start}.basic-header .right>.profile{align-items:center;gap:.5rem;display:flex}.logged-in-header .profile img{border-radius:50%;width:40px;height:40px}.card-header{color:#848484;text-transform:uppercase}.dark-grey-txt{color:#848484}@media (max-width:900px){:root{--header-height:50px}.main-content{flex-direction:column}.left-content{width:100%;height:40%}.right-content{width:100%;height:60%;padding:1rem;box-shadow:0 -2px 8px #00000026}[data-main-header]{height:var(--header-height,50px)}}.hidden{display:none}.spinner-container{width:20px;margin:0 auto;position:relative}.spinner-container:before{content:"";padding-top:100%;display:block}.circular{transform-origin:50%;width:100%;height:100%;margin:auto;animation:1.2s linear infinite rotate;position:relative;inset:0}.path{stroke-dasharray:1 200;stroke-dashoffset:0;stroke:var(--primary-color);stroke-linecap:round;animation:1.5s ease-in-out infinite dash}input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1 200;stroke-dashoffset:0}50%{stroke-dasharray:89 200;stroke-dashoffset:-35px}to{stroke-dasharray:89 200;stroke-dashoffset:-124px}}.spinner{width:80px;height:80px;display:flex}.dialog-content{background-color:#fff;border-radius:6px;width:90vw;max-width:450px;max-height:85vh;padding:25px;animation:.15s cubic-bezier(.16,1,.3,1) contentShow;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 10px 38px -10px #0e121659,0 10px 20px -15px #0e121633}@keyframes contentShow{0%{opacity:0;transform:translate(-50%,-48%)scale(.96)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}@media (max-width:700px){.core-logo-container>svg{max-width:150px}}.filter-content-header{background:#fff;border-bottom-right-radius:8px;border-bottom-left-radius:8px;flex-direction:column;justify-content:center;align-items:center;margin-top:30px;padding:18px 8px 5px;display:flex;box-shadow:0 4px 5px #00000040}.filter-item-header{text-transform:uppercase;border:none;justify-content:center;align-items:center;padding:8px 0;font-size:1rem;display:flex}.filter-item-header:hover,.filter-item-header:focus{color:var(--primary-color);cursor:pointer;border:none;text-decoration:underline}.filter-btn-header{z-index:10;text-transform:uppercase;border:none;border-radius:4px;justify-content:center;align-items:center;gap:8px;width:100px;padding:5px 8px;display:flex;position:relative}.filter-btn-header span:nth-child(2){color:var(--primary-color)}.filter-btn-header[data-state~=open] span:nth-child(2){transform:rotateX(180deg)}
