@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";:root{--little-greenish-white1: #EEF7F0;--little-greenish-white2: #EDF7F0;--greenish-brightgray: #DBF0E1;--greenish-gray: #C5D5CA;--greenish-offwhite: #D9FFE0;--baby-green-whiteish: #C8FFD3;--baby-green: #9DFFB1;--standard-green: #369949;--dark-green: #396F44;--darkest-green: #2E4433;--bright-ifrn-red: #de6266;--ifrn-red: #C9262C;--jobcard-payment-frequency-gray: #808080;--jobcard-values-gray: #505050;--payment-dark-gray: #2D2D2D;--skeleton-greenish-gray: #B3C5B7;--skeleton-greenish-gray-light: #d1dcd3;--modal-share-greenish-offwhite: #E2EFE6}#root{min-height:100vh;display:flex;flex-direction:column}body{width:100%;min-height:100vh;display:flex;flex-direction:column}.img-logo{height:2rem}header{width:100%;padding:.75rem 4rem;display:flex;justify-content:space-between;align-items:center}header h1{width:fit-content;height:fit-content;transition:transform .2s ease-in-out,opacity .2s ease-in}header h1:hover{opacity:.9;transform:translateY(-1px)}header h1:active{transition:none;opacity:.8}header h1 a{display:flex;height:fit-content;width:fit-content}header .user-info{display:flex;flex-direction:row;align-items:center;gap:.75rem}.logout-button{background:transparent;border:2px solid var(--dark-green);color:var(--dark-green);padding:.5rem 1rem;border-radius:.375rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease-in;height:38px}.logout-button:hover{background:linear-gradient(135deg,var(--dark-green) 0%,var(--darkest-green) 100%);color:#fff;transform:translateY(-1px)}.logout-button:active{transition:none;transform:translateY(0);opacity:.8}.footer-backdrop{position:fixed;inset:0;background:#00000073;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:998}.footer-handle{position:fixed;bottom:0;left:0;right:0;height:1.5rem;background-color:var(--dark-green);display:flex;align-items:flex-start;justify-content:center;cursor:pointer;z-index:1000;transition:opacity .3s ease,bottom .3s ease;--footer-gap-fill: 0px}.footer-handle:after{content:"";position:absolute;top:100%;left:0;right:0;height:var(--footer-gap-fill);background-color:var(--dark-green);transition:height .3s ease}.footer-handle-circle{width:3rem;height:3rem;background-color:var(--dark-green);border-radius:50%;display:flex;align-items:center;justify-content:center;transform:translateY(-50%);box-shadow:0 -.25rem .75rem #0003;transition:transform .3s ease,box-shadow .3s ease}.footer-handle:hover .footer-handle-circle{transform:translateY(-60%);box-shadow:0 -.375rem 1rem #0000004d}.footer-handle-circle img{width:1.5rem;height:1.5rem;filter:brightness(0) invert(1);transition:transform .3s ease}.footer-handle.open .footer-handle-circle img{transform:scaleY(-1)}footer.footer-modal{position:fixed;bottom:0;left:0;right:0;width:100%;padding:1.5rem 4rem;background-color:var(--dark-green);color:#fff;display:flex;flex-direction:row;justify-content:space-between;gap:1rem;transform:translateY(100%);transition:transform .3s ease;z-index:999;box-shadow:0 -.25rem 1rem #0003}footer.footer-modal a{text-decoration:none;color:#fff}footer.footer-modal ul{list-style-type:none;display:flex;flex-direction:column;align-items:flex-start;height:fit-content;gap:.5rem}footer.footer-modal .footer-logo-section{width:fit-content}footer.footer-modal .footer-logo-section h2{transition:transform .2s ease-in-out,opacity .2s ease-in}footer.footer-modal .footer-logo-section h2:hover{opacity:.9;transform:translateY(-1px)}footer.footer-modal .footer-logo-section h2:active{transition:none;opacity:.8}footer.footer-modal .footer-logo-section h2 a{display:flex;height:fit-content;width:fit-content}footer.footer-modal .footer-logo-section h3{font-weight:400;font-size:1rem;margin-top:.25rem}footer.footer-modal .footer-links-section{display:flex;flex-direction:column;align-items:flex-start;height:fit-content;gap:.5rem}footer.footer-modal .footer-links-section a{position:relative}footer.footer-modal .footer-links-section a:before{content:"";position:absolute;width:0;height:.125rem;bottom:-.25rem;left:0;background-color:#fff;transition:width .3s ease}footer.footer-modal .footer-links-section a:hover:before{width:100%}footer.footer-modal .footer-links-section a:active{opacity:.8}footer.footer-modal.open{transform:translateY(0)}@media screen and (max-width:1000px){footer.footer-modal{flex-direction:column}}@media screen and (max-width:800px){header{padding:1rem 2rem}footer.footer-modal{padding:1.5rem 2rem}}@media screen and (max-width:700px){header{padding:1rem 1.5rem}footer.footer-modal{padding:1.5rem}}.search-container{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background-image:url(/assets/search_background-DMN6YnDC.png);padding:2rem 2.5rem}.search-container .search-form{width:100%;max-width:62.5rem;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:1.5rem;border-radius:1.25rem;background-color:#fff}.search-container .search-form .field{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;height:fit-content}.search-container .search-form .keywords-input{border:1px solid #ccc;border-radius:.375rem;background:#fff;padding:.5rem;width:15.625rem;outline:none;font-size:1rem;max-height:2.375rem;height:2.375rem}.search-container .search-form .keywords-input:focus{border:solid 2px var(--dark-green)}.search-container .compact .search-button{height:2.25rem;width:2.25rem}.dropdown{position:relative;width:15.625rem}.dropdown-display-wrapper{border:1px solid #ccc;border-radius:.375rem;background:#fff;cursor:pointer;padding:.5rem;position:relative;display:flex;align-items:center;justify-content:space-between;height:2.375rem}.dropdown-display{display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word;flex:1}.dropdown-clear-btn{background:none;border:none;color:var(--bright-ifrn-red);font-size:1.5rem;line-height:1;cursor:pointer;padding:0;margin-left:.25rem;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;flex-shrink:0}.dropdown-clear-btn:hover{background-color:#fae8e8;color:var(--ifrn-red)}.dropdown-clear-btn:active{background-color:#f4cece}.dropdown-options{position:absolute;top:110%;left:0;width:100%;border:1px solid #ccc;background:#fff;border-radius:.375rem;max-height:12.5rem;overflow-y:auto;z-index:100}.dropdown-option{padding:.5rem;cursor:pointer}.dropdown-option:hover{background:#f0f0f0}.dropdown-option.selected{background:var(--dark-green);color:#fff}.search-button{width:3rem;height:3rem;border-radius:1.5rem;border:none;cursor:pointer;background:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3crect%20width='18'%20height='18'%20fill='url(%23pattern0_571_1237)'/%3e%3cdefs%3e%3cpattern%20id='pattern0_571_1237'%20patternContentUnits='objectBoundingBox'%20width='1'%20height='1'%3e%3cuse%20xlink:href='%23image0_571_1237'%20transform='scale(0.01)'/%3e%3c/pattern%3e%3cimage%20id='image0_571_1237'%20width='100'%20height='100'%20preserveAspectRatio='none'%20xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFhElEQVR4nO2dW4hWVRTHV5OZTqmUIBkolSRZkTgRQVaIRkEFPkT6IghJvVVG3vApzC5EFwIfpIuX0MRAiC5E9FAoyIhTamk9iJYNkTbZaNhgafOLzbcmh2HUvc8533fWPmf/XvRhHv7rrHP2XnuvyyeSSCQSiUQikUgkEjUGGA/cBTwGrAbeAN4CPgDWA2uAl4GngAeA64C2snVXBmACsAB4F/iRbJwEPgKeAW4t26boAC4HHgU+Bs5QPN8CzwITy7bVNMCVwNPAL7SGf4D3gJvKtt0UwGXAEuA45XBWHXOt1B3gHuA7bHAKWA6MkJp+Fa8B/dhjJzBZ6oKGop3Y5nfgYak6wO3AMeKgH1gqVQWYpWeC2HgTuESqBDAbOF3wg/obOAR0AV/pv98DvRTP61KxZerPAh7KEWAtMB+YAlx6kRP+fcDzul8VETyskIps4Hn2DHdS36zLXVsOHc6Bq4CeHFqcUxdI5KFtZw7jNwI3FKzpCrdRAycy6voLuEViRM8ZWfgBuLvJ2iYCWzPq2w+0S0wA92Zctze4t7iFOhcBfZXe5N3VA7Av0EDnvOdK0nsH8FuGvW26xIBeFIY644mSNU8Djgbq3mH+fKKbZmgks0wMANyW4QzzoFhGI5gQNoghgLmBe99OMZ7p+zUwmmrZBu6L5ulDmC0W0bSrL+4tnCUGAUYDhwNseV8sojlwXzaKYWgsXb64sHmcWELvjnwLEtzfTRHjALsDnLJILKGlOr5slggAHgmwaZtYQuumfDG5d5zngOt7NjluqiAvoIjtiCnhF0GTU750iAWAqwNEr5WIoFGO6svjYgFgZoDo+RIRQHtApvNVsYAWPvtSaH6jFQB7PW37RCygmTgfTl8o7WoV/PMm+yWyq4aDEiE02ht86BYLAO94Cv5aIgRY6Wlfr1gA2OIpeIdECI3mHx/OigU07erDLokQYJmnfX1iAW0j8+GARAiN2i4fesQCwEtRrbHN2yMPSWRrrGOCRAaw3dO2LyXC64U5EhFAW0Bn13oxVC7qyyqJCKAjwLYlYugt8i3N7JRqRli20graB+6bSzefLRwA2BOQBR0jVtCm/EotW8D0AJu2iyXchIQA8T0Wy3+GAmyKundEJyT4Yrp3D5iq/eu+y/BUibym96TlRn3g02iXqyE9F25chS9bxSDAPMJYKFYJrD4xV88ETA4c8dENjBSrADcGrL0DLWJ3igGAMcA3gS/UYrGODnIJnZowrWTNI4EvAnW70qdRYh3gmgxNlUfLqmuiMRbqM8KZJ7Ggc69Ccb3sc1us8/oMy5Tjc/PdU8OUYbqpOqH0a9HE6BZFU70ZNLqvf5LERoaIZTCHm/W10Dj0ZVmiBjgAXCUx4kYcAf/mML5Lq9BHFHQ3tSkwCryQrmidsriAB3BMC5/v970H07TADL1C9721rY1TfPPuvlOA9mhF4SvuYg94UsfzrdYcuEu7/kHzidMpLiJx0w+oJl1ROmVQOGxxzmJeXOg8XmJE29/clUnV6Ir5S7lZw0eLnMihLWqntOu+0oxx4llxJ/BJ7qHqw62XUwbNGHGDXMrkJx0d+P91SN2d4qKwhzJet+ShWws0hr21rbVThkww3ZJxsJgP/fpFLvRJLiWnnHsQ47R/cVsBg/rP6GFxRZaChOSU4a9BOtygM9ftqkUIbkbvz4NO5H36/4Ou8Fl/cWepTjTNXcSWnGL3q91Vu8OjZUhOsQfJKfYgOcUeySkGSU4xSHKKQQo4p4wt24bKQT6nfFi2/kpCvuhrZtn6KwnZnfJC2dorC9mWr3Vl6640hDsliobYOi1fM8rWWwvw+1LeLltnrQDGutD2fM5wvy5RtsZaQmOs7otuA9cBonH8dFIikUgkEolEIpGQuvIf9mQB3MjwKmEAAAAASUVORK5CYII='/%3e%3c/defs%3e%3c/svg%3e") center center / 50% 50% no-repeat,linear-gradient(135deg,var(--dark-green) 0%,var(--darkest-green) 100%);transition:opacity .2s ease-in,transform .2s ease-in}.search-button:hover{opacity:.9;transform:translateY(-2px)}.search-button:active{transition:none;opacity:.8}.tooltip-icon{cursor:pointer;position:relative;background:url("data:image/svg+xml,%3csvg%20width='15'%20height='25'%20viewBox='0%200%2015%2025'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.000567085%206.1722C-0.00308344%206.25939%200.0109206%206.34642%200.0417175%206.42793C0.0725144%206.50945%200.119453%206.58372%200.179648%206.64618C0.239843%206.70865%200.312022%206.75798%200.391745%206.79116C0.471469%206.82434%200.557052%206.84065%200.643233%206.8391H2.84323C3.21123%206.8391%203.50457%206.534%203.55257%206.1641C3.79257%204.3929%204.99257%203.1023%207.13123%203.1023C8.96057%203.1023%2010.6352%204.0284%2010.6352%206.2559C10.6352%207.9704%209.6379%208.7588%208.0619%209.9576C6.26723%2011.2779%204.8459%2012.8196%204.94723%2015.3225L4.95523%2015.9084C4.95803%2016.0855%205.0295%2016.2545%205.15423%2016.3787C5.27895%2016.503%205.44692%2016.5726%205.6219%2016.5726H7.78457C7.96138%2016.5726%208.13095%2016.5015%208.25597%2016.3749C8.381%2016.2483%208.45123%2016.0766%208.45123%2015.8976V15.6141C8.45123%2013.6755%209.17923%2013.1112%2011.1446%2011.6019C12.7686%2010.3518%2014.4619%208.964%2014.4619%206.0507C14.4619%201.971%2011.0592%200%207.3339%200C3.95523%200%200.2539%201.593%200.000567085%206.1722ZM4.15257%2021.7323C4.15257%2023.1714%205.2859%2024.2352%206.8459%2024.2352C8.4699%2024.2352%209.58723%2023.1714%209.58723%2021.7323C9.58723%2020.2419%208.46723%2019.1943%206.84323%2019.1943C5.2859%2019.1943%204.15257%2020.2419%204.15257%2021.7323Z'%20fill='white'/%3e%3c/svg%3e") center center / 50% 50% no-repeat,var(--standard-green);border-radius:1.5rem;width:1.2rem;height:1.2rem}.tooltip{position:absolute;top:120%;left:0;background:var(--standard-green);color:#fff;padding:.375rem .625rem;border-radius:.375rem;font-size:.85rem;white-space:nowrap;box-shadow:0 2px 6px #0003;z-index:10}.container-jobs{background-color:var(--little-greenish-white1);padding:1.25rem 4rem 3.5rem;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:1rem;flex:1 0 auto}.container-jobs>h2{width:fit-content;text-align:center;font-size:2rem}.container-jobs>h2>span{background-image:linear-gradient(135deg,var(--dark-green) 0%,var(--darkest-green) 100%);-webkit-background-clip:text;background-clip:text;color:transparent;display:inline-block;font-weight:800}.container-jobs .search-not-started-section{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem}.container-jobs .search-not-started-section .not-started-info{background-color:var(--little-greenish-white1);width:70%;text-align:center}.container-jobs .search-not-started-section .not-started-info>span{background-image:linear-gradient(135deg,var(--dark-green) 0%,var(--darkest-green) 100%);-webkit-background-clip:text;background-clip:text;color:transparent;display:inline-block;font-weight:800}.container-jobs .search-not-started-section .start-search-tip{padding:1rem 2rem;border-radius:2rem;border:2px solid var(--dark-green)}.search-line{border-radius:3rem;padding:.75rem 1.5rem;background-color:var(--baby-green-whiteish);border:solid 2px var(--standard-green);font-weight:400;text-align:center}.search-line span{color:var(--darkest-green);font-weight:700}.jobs-info-container{width:90%;display:flex;align-items:center;gap:.25rem;position:relative}#jobs-list{width:90%;list-style-type:none;list-style-position:outside;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;align-items:flex-start;gap:1.5rem}.job-card{background-color:#fff;width:100%;max-width:21.875rem;min-height:fit-content;height:12.5rem;border-radius:1.25rem;box-shadow:0 5px 12px #0000000f;transition:transform .3s ease-in-out,filter .3s ease-in-out}.job-card:hover{transform:translateY(-4px);filter:brightness(1.1)}.job-card .job-card-inner{padding:1rem;width:100%;height:100%;text-decoration:none;display:grid;grid-template-areas:"type agent" "title title" "location location" "worktime worktime" "payment payment";grid-template-columns:auto auto;cursor:pointer}.job-card .job-card-inner .job-card-type{grid-area:type;border:solid 1px var(--dark-green);padding:.25rem .75rem;border-radius:1.5rem;width:fit-content;height:fit-content;font-size:.875rem;color:var(--dark-green);font-weight:600;align-self:center}.job-card .job-card-inner .job-card-title{grid-area:title;color:var(--dark-green);font-weight:700;font-size:1.125rem;height:fit-content;display:-webkit-box;display:box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.job-card .job-card-inner .job-card-location,.job-card .job-card-inner .job-card-worktime{color:var(--jobcard-values-gray);font-weight:500;display:-webkit-box;display:box;height:fit-content;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.job-card .job-card-inner .job-card-location{grid-area:location;background-image:url("data:image/svg+xml,%3csvg%20width='19'%20height='19'%20viewBox='0%200%2019%2019'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.5%2017.25C9.5%2017.25%2015.125%2012.75%2015.125%207.875C15.125%204.7685%2012.6065%202.25%209.5%202.25C6.3935%202.25%203.875%204.7685%203.875%207.875C3.875%2012.75%209.5%2017.25%209.5%2017.25Z'%20stroke='%23396F44'%20stroke-width='1.5'%20stroke-linejoin='round'/%3e%3cpath%20d='M9.5%2010.125C9.79547%2010.125%2010.0881%2010.0668%2010.361%209.95373C10.634%209.84066%2010.8821%209.67492%2011.091%209.46599C11.2999%209.25706%2011.4657%209.00902%2011.5787%208.73604C11.6918%208.46306%2011.75%208.17047%2011.75%207.875C11.75%207.57953%2011.6918%207.28694%2011.5787%207.01396C11.4657%206.74098%2011.2999%206.49294%2011.091%206.28401C10.8821%206.07508%2010.634%205.90934%2010.361%205.79627C10.0881%205.6832%209.79547%205.625%209.5%205.625C8.90326%205.625%208.33097%205.86205%207.90901%206.28401C7.48705%206.70597%207.25%207.27826%207.25%207.875C7.25%208.47174%207.48705%209.04403%207.90901%209.46599C8.33097%209.88795%208.90326%2010.125%209.5%2010.125Z'%20stroke='%23396F44'%20stroke-width='1.5'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.job-card .job-card-inner .job-card-worktime{grid-area:worktime;background-image:url("data:image/svg+xml,%3csvg%20width='19'%20height='19'%20viewBox='0%200%2019%2019'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.25%209.45V6.75C10.25%206.5375%2010.178%206.3595%2010.034%206.216C9.89%206.0725%209.712%206.0005%209.5%206C9.288%205.9995%209.11%206.0715%208.966%206.216C8.822%206.3605%208.75%206.5385%208.75%206.75V9.73125C8.75%209.83125%208.76875%209.92825%208.80625%2010.0223C8.84375%2010.1163%208.9%2010.2005%208.975%2010.275L11.45%2012.75C11.5875%2012.8875%2011.7625%2012.9562%2011.975%2012.9562C12.1875%2012.9562%2012.3625%2012.8875%2012.5%2012.75C12.6375%2012.6125%2012.7063%2012.4375%2012.7063%2012.225C12.7063%2012.0125%2012.6375%2011.8375%2012.5%2011.7L10.25%209.45ZM9.5%2017.25C8.4625%2017.25%207.4875%2017.053%206.575%2016.659C5.6625%2016.265%204.86875%2015.7308%204.19375%2015.0563C3.51875%2014.3818%202.9845%2013.588%202.591%2012.675C2.1975%2011.762%202.0005%2010.787%202%209.75C1.9995%208.713%202.1965%207.738%202.591%206.825C2.9855%205.912%203.51975%205.11825%204.19375%204.44375C4.86775%203.76925%205.6615%203.235%206.575%202.841C7.4885%202.447%208.4635%202.25%209.5%202.25C10.5365%202.25%2011.5115%202.447%2012.425%202.841C13.3385%203.235%2014.1323%203.76925%2014.8063%204.44375C15.4803%205.11825%2016.0148%205.912%2016.4098%206.825C16.8048%207.738%2017.0015%208.713%2017%209.75C16.9985%2010.787%2016.8015%2011.762%2016.409%2012.675C16.0165%2013.588%2015.4823%2014.3818%2014.8063%2015.0563C14.1303%2015.7308%2013.3365%2016.2652%2012.425%2016.6597C11.5135%2017.0542%2010.5385%2017.251%209.5%2017.25ZM9.5%2015.75C11.1625%2015.75%2012.5783%2015.1658%2013.7473%2013.9972C14.9163%2012.8287%2015.5005%2011.413%2015.5%209.75C15.4995%208.087%2014.9153%206.67125%2013.7473%205.50275C12.5793%204.33425%2011.1635%203.75%209.5%203.75C7.8365%203.75%206.42075%204.3345%205.25275%205.5035C4.08475%206.6725%203.5005%208.088%203.5%209.75C3.4995%2011.412%204.084%2012.8278%205.2535%2013.9972C6.423%2015.1667%207.8385%2015.751%209.5%2015.75Z'%20fill='%23396F44'/%3e%3c/svg%3e")}.job-card .job-card-inner .job-card-worktime,.job-card .job-card-inner .job-card-location{background-position:0px 10%;background-repeat:no-repeat;background-size:1.125rem 1.125rem;padding-left:1.375rem}.job-card .job-card-inner .job-card-payment{color:var(--payment-dark-gray);font-weight:600;font-size:1.25rem;text-align:right;grid-area:payment;white-space:nowrap;align-self:flex-end}.job-card .job-card-inner .job-card-payment-none{color:var(--payment-dark-gray);font-weight:600;font-size:1rem;text-align:right;grid-area:payment;white-space:nowrap;align-self:flex-end}.job-card .job-card-inner .frequency-payment,.job-card .job-card-inner .plus-benefits{font-size:.875rem;color:var(--jobcard-payment-frequency-gray);font-weight:500}.job-card .job-card-inner .job-card-agent{grid-area:agent;width:2rem;height:2rem;border-radius:1rem;border:#396F44 solid 2px;align-self:center;justify-self:flex-end}.skeleton-jobcard{width:100%;max-width:21.875rem;height:12.5rem;border-radius:1.25rem;position:relative;display:flex;align-items:center;justify-content:center;background:linear-gradient(-45deg,var(--skeleton-greenish-gray) 0%,var(--skeleton-greenish-gray) 40%,var(--skeleton-greenish-gray-light) 50%,var(--skeleton-greenish-gray) 60%,var(--skeleton-greenish-gray) 100%);background-size:200% 100%;animation:shimmer 1.4s linear infinite}.skeleton-jobcard-agent{width:4rem;height:4rem;border-radius:2rem;border:3px solid white;object-fit:contain;padding:.5rem;background-color:#fff;z-index:1;border:#396F44 solid 2px}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@media screen and (max-width:1500px){#jobs-list{grid-template-columns:1fr 1fr 1fr}}.search-bar-mobile{width:100%;max-width:62.5rem;height:3.5rem;display:flex;flex-direction:row-reverse;align-items:center;justify-content:center;gap:.25rem;padding:0 1.5rem;border-radius:1.25rem;background-color:#fff;cursor:pointer;transition:all .2s ease-in;box-shadow:0 2px 8px #0000001a}.search-bar-mobile:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.search-bar-mobile:active{transition:none;transform:translateY(0)}.search-bar-mobile .search-bar-mobile-text{font-size:1rem;font-weight:500;color:var(--payment-dark-gray)}.search-bar-mobile .search-bar-mobile-icon{width:1rem;height:1rem;background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg%20clip-path='url(%23clip0_772_5)'%3e%3cmask%20id='mask0_772_5'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='18'%20height='18'%3e%3cpath%20d='M18%200H0V18H18V0Z'%20fill='url(%23pattern0_772_5)'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_772_5)'%3e%3crect%20width='18'%20height='18'%20fill='%232D2D2D'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cpattern%20id='pattern0_772_5'%20patternContentUnits='objectBoundingBox'%20width='1'%20height='1'%3e%3cuse%20xlink:href='%23image0_772_5'%20transform='scale(0.01)'/%3e%3c/pattern%3e%3cclipPath%20id='clip0_772_5'%3e%3crect%20width='18'%20height='18'%20fill='white'/%3e%3c/clipPath%3e%3cimage%20id='image0_772_5'%20width='100'%20height='100'%20preserveAspectRatio='none'%20xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFhElEQVR4nO2dW4hWVRTHV5OZTqmUIBkolSRZkTgRQVaIRkEFPkT6IghJvVVG3vApzC5EFwIfpIuX0MRAiC5E9FAoyIhTamk9iJYNkTbZaNhgafOLzbcmh2HUvc8533fWPmf/XvRhHv7rrHP2XnuvyyeSSCQSiUQikUgkEjUGGA/cBTwGrAbeAN4CPgDWA2uAl4GngAeA64C2snVXBmACsAB4F/iRbJwEPgKeAW4t26boAC4HHgU+Bs5QPN8CzwITy7bVNMCVwNPAL7SGf4D3gJvKtt0UwGXAEuA45XBWHXOt1B3gHuA7bHAKWA6MkJp+Fa8B/dhjJzBZ6oKGop3Y5nfgYak6wO3AMeKgH1gqVQWYpWeC2HgTuESqBDAbOF3wg/obOAR0AV/pv98DvRTP61KxZerPAh7KEWAtMB+YAlx6kRP+fcDzul8VETyskIps4Hn2DHdS36zLXVsOHc6Bq4CeHFqcUxdI5KFtZw7jNwI3FKzpCrdRAycy6voLuEViRM8ZWfgBuLvJ2iYCWzPq2w+0S0wA92Zctze4t7iFOhcBfZXe5N3VA7Av0EDnvOdK0nsH8FuGvW26xIBeFIY644mSNU8Djgbq3mH+fKKbZmgks0wMANyW4QzzoFhGI5gQNoghgLmBe99OMZ7p+zUwmmrZBu6L5ulDmC0W0bSrL+4tnCUGAUYDhwNseV8sojlwXzaKYWgsXb64sHmcWELvjnwLEtzfTRHjALsDnLJILKGlOr5slggAHgmwaZtYQuumfDG5d5zngOt7NjluqiAvoIjtiCnhF0GTU750iAWAqwNEr5WIoFGO6svjYgFgZoDo+RIRQHtApvNVsYAWPvtSaH6jFQB7PW37RCygmTgfTl8o7WoV/PMm+yWyq4aDEiE02ht86BYLAO94Cv5aIgRY6Wlfr1gA2OIpeIdECI3mHx/OigU07erDLokQYJmnfX1iAW0j8+GARAiN2i4fesQCwEtRrbHN2yMPSWRrrGOCRAaw3dO2LyXC64U5EhFAW0Bn13oxVC7qyyqJCKAjwLYlYugt8i3N7JRqRli20graB+6bSzefLRwA2BOQBR0jVtCm/EotW8D0AJu2iyXchIQA8T0Wy3+GAmyKundEJyT4Yrp3D5iq/eu+y/BUibym96TlRn3g02iXqyE9F25chS9bxSDAPMJYKFYJrD4xV88ETA4c8dENjBSrADcGrL0DLWJ3igGAMcA3gS/UYrGODnIJnZowrWTNI4EvAnW70qdRYh3gmgxNlUfLqmuiMRbqM8KZJ7Ggc69Ccb3sc1us8/oMy5Tjc/PdU8OUYbqpOqH0a9HE6BZFU70ZNLqvf5LERoaIZTCHm/W10Dj0ZVmiBjgAXCUx4kYcAf/mML5Lq9BHFHQ3tSkwCryQrmidsriAB3BMC5/v970H07TADL1C9721rY1TfPPuvlOA9mhF4SvuYg94UsfzrdYcuEu7/kHzidMpLiJx0w+oJl1ROmVQOGxxzmJeXOg8XmJE29/clUnV6Ir5S7lZw0eLnMihLWqntOu+0oxx4llxJ/BJ7qHqw62XUwbNGHGDXMrkJx0d+P91SN2d4qKwhzJet+ShWws0hr21rbVThkww3ZJxsJgP/fpFLvRJLiWnnHsQ47R/cVsBg/rP6GFxRZaChOSU4a9BOtygM9ftqkUIbkbvz4NO5H36/4Ou8Fl/cWepTjTNXcSWnGL3q91Vu8OjZUhOsQfJKfYgOcUeySkGSU4xSHKKQQo4p4wt24bKQT6nfFi2/kpCvuhrZtn6KwnZnfJC2dorC9mWr3Vl6640hDsliobYOi1fM8rWWwvw+1LeLltnrQDGutD2fM5wvy5RtsZaQmOs7otuA9cBonH8dFIikUgkEolEIpGQuvIf9mQB3MjwKmEAAAAASUVORK5CYII='/%3e%3c/defs%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat;background-position:center}.search-modal-backdrop{position:fixed;inset:0;background-color:#00000080;z-index:1000;animation:fadeIn .2s ease-in;box-sizing:border-box}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.search-modal-content{position:fixed;top:0;left:0;right:0;width:auto;max-height:100vh;background-color:#fff;z-index:1001;overflow-y:auto;animation:slideDown .3s ease-out;display:flex;flex-direction:column;box-sizing:border-box}@keyframes slideDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.search-modal-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1.5rem;border-bottom:1px solid #e0e0e0;position:sticky;top:0;background-color:#fff}.search-modal-header h2{margin:0;color:var(--dark-green);font-size:1.5rem}.search-modal-close{background:none;border:none;font-size:2rem;cursor:pointer;color:#000;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;transition:transform .2s ease-in}.search-modal-close:hover{transform:scale(1.1)}.search-modal-close:active{transition:none;opacity:.7}.search-form.modal{flex-direction:column;align-items:stretch;max-width:unset;width:100%;padding:2rem 1.5rem;box-sizing:border-box;background-color:#fff;border-radius:0;gap:1.5rem}.search-form.modal .field{width:100%;align-items:flex-start}.search-form.modal .field label{font-weight:600;color:var(--dark-green);margin-bottom:.5rem}.search-form.modal .keywords-input.modal{width:100%;max-width:unset}.search-form.modal .dropdown{width:100%}.search-form.modal .search-button.modal{width:100%;height:3rem;margin-top:1rem;font-size:1rem;font-weight:600;color:#fff;border:none;border-radius:.5rem;cursor:pointer;transition:all .2s ease-in;position:relative;display:flex;align-items:center;justify-content:center;gap:.5rem;background:linear-gradient(135deg,var(--dark-green) 0%,var(--darkest-green) 100%)}.search-form.modal .search-button.modal:before{content:"";width:1.2rem;height:1.2rem;background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3crect%20width='18'%20height='18'%20fill='url(%23pattern0_571_1237)'/%3e%3cdefs%3e%3cpattern%20id='pattern0_571_1237'%20patternContentUnits='objectBoundingBox'%20width='1'%20height='1'%3e%3cuse%20xlink:href='%23image0_571_1237'%20transform='scale(0.01)'/%3e%3c/pattern%3e%3cimage%20id='image0_571_1237'%20width='100'%20height='100'%20preserveAspectRatio='none'%20xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFhElEQVR4nO2dW4hWVRTHV5OZTqmUIBkolSRZkTgRQVaIRkEFPkT6IghJvVVG3vApzC5EFwIfpIuX0MRAiC5E9FAoyIhTamk9iJYNkTbZaNhgafOLzbcmh2HUvc8533fWPmf/XvRhHv7rrHP2XnuvyyeSSCQSiUQikUgkEjUGGA/cBTwGrAbeAN4CPgDWA2uAl4GngAeA64C2snVXBmACsAB4F/iRbJwEPgKeAW4t26boAC4HHgU+Bs5QPN8CzwITy7bVNMCVwNPAL7SGf4D3gJvKtt0UwGXAEuA45XBWHXOt1B3gHuA7bHAKWA6MkJp+Fa8B/dhjJzBZ6oKGop3Y5nfgYak6wO3AMeKgH1gqVQWYpWeC2HgTuESqBDAbOF3wg/obOAR0AV/pv98DvRTP61KxZerPAh7KEWAtMB+YAlx6kRP+fcDzul8VETyskIps4Hn2DHdS36zLXVsOHc6Bq4CeHFqcUxdI5KFtZw7jNwI3FKzpCrdRAycy6voLuEViRM8ZWfgBuLvJ2iYCWzPq2w+0S0wA92Zctze4t7iFOhcBfZXe5N3VA7Av0EDnvOdK0nsH8FuGvW26xIBeFIY644mSNU8Djgbq3mH+fKKbZmgks0wMANyW4QzzoFhGI5gQNoghgLmBe99OMZ7p+zUwmmrZBu6L5ulDmC0W0bSrL+4tnCUGAUYDhwNseV8sojlwXzaKYWgsXb64sHmcWELvjnwLEtzfTRHjALsDnLJILKGlOr5slggAHgmwaZtYQuumfDG5d5zngOt7NjluqiAvoIjtiCnhF0GTU750iAWAqwNEr5WIoFGO6svjYgFgZoDo+RIRQHtApvNVsYAWPvtSaH6jFQB7PW37RCygmTgfTl8o7WoV/PMm+yWyq4aDEiE02ht86BYLAO94Cv5aIgRY6Wlfr1gA2OIpeIdECI3mHx/OigU07erDLokQYJmnfX1iAW0j8+GARAiN2i4fesQCwEtRrbHN2yMPSWRrrGOCRAaw3dO2LyXC64U5EhFAW0Bn13oxVC7qyyqJCKAjwLYlYugt8i3N7JRqRli20graB+6bSzefLRwA2BOQBR0jVtCm/EotW8D0AJu2iyXchIQA8T0Wy3+GAmyKundEJyT4Yrp3D5iq/eu+y/BUibym96TlRn3g02iXqyE9F25chS9bxSDAPMJYKFYJrD4xV88ETA4c8dENjBSrADcGrL0DLWJ3igGAMcA3gS/UYrGODnIJnZowrWTNI4EvAnW70qdRYh3gmgxNlUfLqmuiMRbqM8KZJ7Ggc69Ccb3sc1us8/oMy5Tjc/PdU8OUYbqpOqH0a9HE6BZFU70ZNLqvf5LERoaIZTCHm/W10Dj0ZVmiBjgAXCUx4kYcAf/mML5Lq9BHFHQ3tSkwCryQrmidsriAB3BMC5/v970H07TADL1C9721rY1TfPPuvlOA9mhF4SvuYg94UsfzrdYcuEu7/kHzidMpLiJx0w+oJl1ROmVQOGxxzmJeXOg8XmJE29/clUnV6Ir5S7lZw0eLnMihLWqntOu+0oxx4llxJ/BJ7qHqw62XUwbNGHGDXMrkJx0d+P91SN2d4qKwhzJet+ShWws0hr21rbVThkww3ZJxsJgP/fpFLvRJLiWnnHsQ47R/cVsBg/rP6GFxRZaChOSU4a9BOtygM9ftqkUIbkbvz4NO5H36/4Ou8Fl/cWepTjTNXcSWnGL3q91Vu8OjZUhOsQfJKfYgOcUeySkGSU4xSHKKQQo4p4wt24bKQT6nfFi2/kpCvuhrZtn6KwnZnfJC2dorC9mWr3Vl6640hDsliobYOi1fM8rWWwvw+1LeLltnrQDGutD2fM5wvy5RtsZaQmOs7otuA9cBonH8dFIikUgkEolEIpGQuvIf9mQB3MjwKmEAAAAASUVORK5CYII='/%3e%3c/defs%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat;background-position:center;display:inline-block}.search-form.modal .search-button.modal:hover{opacity:.9;transform:translateY(-2px)}.search-form.modal .search-button.modal:active{transition:none;opacity:.8}@media screen and (max-width:1050px){.search-form.initial,.search-form.compact{display:none}.search-bar-mobile{display:flex}}@media screen and (min-width:1051px){.search-bar-mobile{display:none}}@media screen and (max-width:1250px){#jobs-list,.jobs-info-container{width:100%}}@media screen and (max-width:1000px){#jobs-list{grid-template-columns:1fr 1fr}.job-card,.skeleton-jobcard{max-width:unset}}@media screen and (max-width:800px){.container-jobs{padding:1.25rem 2rem 3rem}}@media screen and (max-width:700px){.container-jobs{padding:1.25rem 1rem 3rem 1.5rem}}@media screen and (max-width:630px){#jobs-list{grid-template-columns:1fr}.search-container{padding:1.5rem 2rem}}.modal-overlay{position:fixed;inset:0;background:#00000073;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:2000}.modal-container{background:#fff;width:min(90%,650px);max-height:85vh;border-radius:1.25rem;display:flex;flex-direction:column;overflow:hidden;position:relative}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1.5rem;border-bottom:1px solid #eee}.modal-agent-logo{width:2rem;height:2rem;border-radius:1rem;border:#396F44 solid 2px}.modal-close{font-size:1.5rem;background:none;border:none;cursor:pointer;padding:0}.modal-body{padding:.5rem 1.5rem 1rem;overflow-y:auto;flex:1;display:flex;flex-direction:column;align-items:flex-start;line-height:1.35}.modal-title{font-size:2rem;font-weight:600;color:var(--dark-green);text-align:center;width:100%}.modal-company{background-position:0px 40%;background-repeat:no-repeat;background-size:1.125rem 1.125rem;font-size:1.125rem;font-weight:600;padding-left:1.375rem}.modal-company{color:var(--jobcard-values-gray);background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='18'%20viewBox='0%200%2020%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16%2012H14V14H16M16%208H14V10H16M18%2016H10V14H12V12H10V10H12V8H10V6H18M8%204H6V2H8M8%208H6V6H8M8%2012H6V10H8M8%2016H6V14H8M4%204H2V2H4M4%208H2V6H4M4%2012H2V10H4M4%2016H2V14H4M10%204V0H0V18H20V4H10Z'%20fill='%23396F44'/%3e%3c/svg%3e");margin-bottom:1rem}.modal-section{display:flex;flex-direction:column;margin-top:.75rem}.modal-section h3{font-size:1rem;font-weight:600}.modal-footer{padding:1rem;border-top:1px solid #eee;background:#fff}.interest-button{display:block;text-align:center;padding:.75rem;border-radius:.375rem;background:linear-gradient(135deg,var(--dark-green),var(--darkest-green));color:#fff;font-weight:600;text-decoration:none;transition:all .3s ease}.interest-button:hover{transform:translateY(-2px);box-shadow:0 5px 20px #0c6f3066}.interest-button:active{transform:translateY(0)}.super-warning{font-size:.9rem;color:#333;text-align:center}.modal-share{background-color:var(--modal-share-greenish-offwhite);width:70%;align-self:center;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:.5rem;padding:1rem 1.25rem;margin-top:1rem;border-radius:.75rem}.modal-share>h3{font-size:1.125rem;font-weight:600;color:var(--darkest-green);text-align:center}.modal-share .share-btns{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.5rem}.modal-share .share-btn{background-repeat:no-repeat;cursor:pointer;border:none;border-radius:1.5rem;width:2rem;height:2rem;transition:opacity .2s ease-in,transform .2s ease-in}.modal-share .share-btn:hover{opacity:.9;transform:translateY(-2px)}.modal-share .share-btn:active{transition:none;opacity:.8}.super-copy-box{display:inline-block;margin-top:.5rem;padding:.4rem .8rem;background:#f3f3f3;border-radius:6px;cursor:pointer;position:relative;transition:background .2s ease}.super-copy-box:hover{background:#e7e7e7}.copy-tooltip{position:absolute;top:-1.8rem;left:50%;transform:translate(-50%);background:#333;color:#fff;padding:.25rem .6rem;font-size:.75rem;border-radius:4px;white-space:nowrap;opacity:0;animation:fadeInOut 1.5s ease forwards}@keyframes fadeInOut{0%{opacity:0;transform:translate(-50%) translateY(5px)}15%{opacity:1;transform:translate(-50%) translateY(0)}85%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(-5px)}}.copy-link{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_458_5951)'%3e%3cpath%20d='M7.88294%204.43623C7.69611%204.62306%207.44272%204.72802%207.17851%204.72802C6.9143%204.72802%206.66091%204.62306%206.47408%204.43623C6.28726%204.24941%206.1823%203.99602%206.1823%203.73181C6.1823%203.4676%206.28726%203.21421%206.47408%203.02738L8.16679%201.34118C9.03006%200.482208%2010.1983%200%2011.4161%200C12.634%200%2013.8022%200.482208%2014.6655%201.34118L14.6746%201.3516C15.5295%202.21546%2016.0083%203.38224%2016.0066%204.59762C16.0049%205.81299%2015.5228%206.97842%2014.6655%207.83988L12.9728%209.52608C12.786%209.7129%2012.5326%209.81786%2012.2684%209.81786C12.0041%209.81786%2011.7508%209.7129%2011.5639%209.52608C11.3771%209.33925%2011.2721%209.08586%2011.2721%208.82165C11.2721%208.55744%2011.3771%208.30405%2011.5639%208.11722L13.2566%206.42452C13.7403%205.9351%2014.0116%205.27473%2014.0116%204.58663C14.0116%203.89852%2013.7403%203.23815%2013.2566%202.74873L13.2423%202.73441C12.7519%202.25311%2012.0917%201.98423%2011.4045%201.98594C10.7173%201.98764%2010.0585%202.25979%209.57044%202.74353L7.88424%204.43623H7.88294ZM9.70585%204.84769C9.89641%204.68161%2010.143%204.59419%2010.3956%204.60314C10.6482%204.61209%2010.888%204.71675%2011.0663%204.8959C11.2446%205.07505%2011.3482%205.3153%2011.3559%205.56795C11.3637%205.8206%2011.2752%206.06676%2011.1082%206.25655L6.25663%2011.1081C6.06836%2011.2869%205.8177%2011.3851%205.55808%2011.3818C5.29845%2011.3785%205.05036%2011.274%204.86668%2011.0905C4.68299%2010.907%204.57823%2010.659%204.5747%2010.3994C4.57117%2010.1397%204.66915%209.889%204.84778%209.70056L9.70064%204.84769H9.70585ZM8.08606%2011.5951C8.2745%2011.4165%208.52524%2011.3185%208.78487%2011.322C9.0445%2011.3255%209.29248%2011.4303%209.476%2011.614C9.65951%2011.7977%209.76405%2012.0458%209.76734%2012.3054C9.77063%2012.565%209.67241%2012.8157%209.49361%2013.0039L7.83997%2014.6589C6.98009%2015.5147%205.81728%2015.9966%204.60413%2016C3.39098%2016.0035%202.22547%2015.5281%201.3608%2014.6771L1.32434%2014.642C0.472759%2013.7772%20-0.00315379%2012.6113%201.57305e-05%2011.3976C0.00318525%2010.1839%200.485181%209.02051%201.34127%208.16019L2.99491%206.51045C3.08524%206.41008%203.19502%206.32912%203.31761%206.27249C3.44019%206.21586%203.573%206.18475%203.70798%206.18104C3.84296%206.17732%203.97728%206.2011%204.10279%206.25091C4.22829%206.30071%204.34236%206.37552%204.43807%206.47078C4.53377%206.56604%204.6091%206.67976%204.65949%206.80504C4.70988%206.93031%204.73427%207.06452%204.73118%207.19952C4.7281%207.33451%204.6976%207.46747%204.64154%207.59031C4.58548%207.71315%204.50502%207.82331%204.40507%207.9141L2.75012%209.56905C2.26595%2010.0587%201.99441%2010.7196%201.99441%2011.4082C1.99441%2012.0969%202.26595%2012.7577%202.75012%2013.2474C3.2396%2013.733%203.90114%2014.0055%204.59062%2014.0055C5.2801%2014.0055%205.94164%2013.733%206.43111%2013.2474L8.08606%2011.5951Z'%20fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_458_5951'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center / 50% 50% no-repeat;background-color:var(--jobcard-values-gray)}.whatsapp-share{background:url(/assets/whatsapp-icon-kikNgO_1.svg) center center / 50% 50% no-repeat;background-color:#25d366}.email-share{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='16'%20viewBox='0%200%2020%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_795_4276)'%3e%3cpath%20d='M2%201H18C18.55%201%2019%201.45%2019%202V14C19%2014.55%2018.55%2015%2018%2015H2C1.45%2015%201%2014.55%201%2014V2C1%201.45%201.45%201%202%201Z'%20stroke='white'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M1%202.5L10%208L19%202.5'%20stroke='white'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_795_4276'%3e%3crect%20width='20'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center center / 50% 50% no-repeat;background-color:#ea4335}.modal-course,.modal-activity,.modal-benefit{list-style-position:inside}.modal-attribute{margin-bottom:.25rem;background-position:0px 10%;background-repeat:no-repeat;background-size:1.125rem 1.125rem;padding-left:1.375rem}.modal-worktime{background-image:url("data:image/svg+xml,%3csvg%20width='19'%20height='19'%20viewBox='0%200%2019%2019'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.25%209.45V6.75C10.25%206.5375%2010.178%206.3595%2010.034%206.216C9.89%206.0725%209.712%206.0005%209.5%206C9.288%205.9995%209.11%206.0715%208.966%206.216C8.822%206.3605%208.75%206.5385%208.75%206.75V9.73125C8.75%209.83125%208.76875%209.92825%208.80625%2010.0223C8.84375%2010.1163%208.9%2010.2005%208.975%2010.275L11.45%2012.75C11.5875%2012.8875%2011.7625%2012.9562%2011.975%2012.9562C12.1875%2012.9562%2012.3625%2012.8875%2012.5%2012.75C12.6375%2012.6125%2012.7063%2012.4375%2012.7063%2012.225C12.7063%2012.0125%2012.6375%2011.8375%2012.5%2011.7L10.25%209.45ZM9.5%2017.25C8.4625%2017.25%207.4875%2017.053%206.575%2016.659C5.6625%2016.265%204.86875%2015.7308%204.19375%2015.0563C3.51875%2014.3818%202.9845%2013.588%202.591%2012.675C2.1975%2011.762%202.0005%2010.787%202%209.75C1.9995%208.713%202.1965%207.738%202.591%206.825C2.9855%205.912%203.51975%205.11825%204.19375%204.44375C4.86775%203.76925%205.6615%203.235%206.575%202.841C7.4885%202.447%208.4635%202.25%209.5%202.25C10.5365%202.25%2011.5115%202.447%2012.425%202.841C13.3385%203.235%2014.1323%203.76925%2014.8063%204.44375C15.4803%205.11825%2016.0148%205.912%2016.4098%206.825C16.8048%207.738%2017.0015%208.713%2017%209.75C16.9985%2010.787%2016.8015%2011.762%2016.409%2012.675C16.0165%2013.588%2015.4823%2014.3818%2014.8063%2015.0563C14.1303%2015.7308%2013.3365%2016.2652%2012.425%2016.6597C11.5135%2017.0542%2010.5385%2017.251%209.5%2017.25ZM9.5%2015.75C11.1625%2015.75%2012.5783%2015.1658%2013.7473%2013.9972C14.9163%2012.8287%2015.5005%2011.413%2015.5%209.75C15.4995%208.087%2014.9153%206.67125%2013.7473%205.50275C12.5793%204.33425%2011.1635%203.75%209.5%203.75C7.8365%203.75%206.42075%204.3345%205.25275%205.5035C4.08475%206.6725%203.5005%208.088%203.5%209.75C3.4995%2011.412%204.084%2012.8278%205.2535%2013.9972C6.423%2015.1667%207.8385%2015.751%209.5%2015.75Z'%20fill='%23396F44'/%3e%3c/svg%3e")}.modal-payment{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%2022C17.523%2022%2022%2017.523%2022%2012C22%206.477%2017.523%202%2012%202C6.477%202%202%206.477%202%2012C2%2017.523%206.477%2022%2012%2022Z'%20stroke='%23396F44'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M15%208.5C14.315%207.815%2013.109%207.339%2012%207.309M12%207.309C10.68%207.273%209.5%207.87%209.5%209.5C9.5%2012.5%2015%2011%2015%2014C15%2015.711%2013.536%2016.446%2012%2016.391M12%207.309V5.5M9%2015C9.644%2015.86%2010.843%2016.35%2012%2016.391M12%2016.391V18.5'%20stroke='%23396F44'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.modal-location{background-image:url("data:image/svg+xml,%3csvg%20width='19'%20height='19'%20viewBox='0%200%2019%2019'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.5%2017.25C9.5%2017.25%2015.125%2012.75%2015.125%207.875C15.125%204.7685%2012.6065%202.25%209.5%202.25C6.3935%202.25%203.875%204.7685%203.875%207.875C3.875%2012.75%209.5%2017.25%209.5%2017.25Z'%20stroke='%23396F44'%20stroke-width='1.5'%20stroke-linejoin='round'/%3e%3cpath%20d='M9.5%2010.125C9.79547%2010.125%2010.0881%2010.0668%2010.361%209.95373C10.634%209.84066%2010.8821%209.67492%2011.091%209.46599C11.2999%209.25706%2011.4657%209.00902%2011.5787%208.73604C11.6918%208.46306%2011.75%208.17047%2011.75%207.875C11.75%207.57953%2011.6918%207.28694%2011.5787%207.01396C11.4657%206.74098%2011.2999%206.49294%2011.091%206.28401C10.8821%206.07508%2010.634%205.90934%2010.361%205.79627C10.0881%205.6832%209.79547%205.625%209.5%205.625C8.90326%205.625%208.33097%205.86205%207.90901%206.28401C7.48705%206.70597%207.25%207.27826%207.25%207.875C7.25%208.47174%207.48705%209.04403%207.90901%209.46599C8.33097%209.88795%208.90326%2010.125%209.5%2010.125Z'%20stroke='%23396F44'%20stroke-width='1.5'%20stroke-linejoin='round'/%3e%3c/svg%3e")}*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,sans-serif}.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#fff}.login-card{background:#fff;border-radius:.625rem;box-shadow:0 10px 40px #0000001a;padding:3.125rem 2.5rem;width:100%;max-width:25rem;text-align:center}.login-logo{margin-bottom:1.875rem}.login-logo img{width:100%;height:auto}.login-card h1{color:#333;font-size:1.75rem;margin:1.25rem 0 .625rem;font-weight:600}.login-subtitle{color:#666;font-size:.875rem;margin-bottom:1rem;line-height:1.5}.login-button{width:100%;padding:.75rem;margin:0;border:none;border-radius:.3125rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.625rem}.suap-button{background:linear-gradient(135deg,var(--dark-green) 0%,var(--darkest-green) 100%);color:#fff}.suap-button:hover{transform:translateY(-2px);box-shadow:0 5px 20px #0c6f3066}.suap-button:active{transform:translateY(0)}.button-icon{font-size:1.25rem}.login-info{color:#999;font-size:.75rem;margin-top:.5rem}@media(max-width:37.5rem){.login-card{padding:2.5rem 1.25rem}.login-card h1{font-size:1.5rem}.login-button{padding:.625rem;font-size:.875rem}}
