@import"https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;700&display=swap";:root{--primary-color: #9ACD32;--text-color: #1a202c;--text-light-color: #555}#root{width:100vw;height:100vh;overflow:hidden}body{margin:0;font-family:Roboto Slab,serif}.interface{width:100vw;display:flex;flex-direction:column;align-items:center}.sections{max-width:1200px;width:100%}.menu{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0 .25rem;position:fixed;top:0;left:4rem;right:4rem}.menu__logo{height:64px;width:96px;object-fit:contain}.menu__buttons{display:flex;gap:1rem;align-items:center}.menu__button{font-weight:700;color:var(--text-color)}.menu__button:hover{color:var(--primary-color);cursor:pointer}.career{padding:.5rem 1.5rem;background-color:#ffffffe5;border-radius:.5rem;box-shadow:0 0 .5rem #0003;transition:transform .2s,opacity .42s}.career--bigsize{width:320px;height:460px}.career--normalsize1{width:320px;height:335px}.career--normalsize2{width:320px;height:300px}.career--smallsize{width:320px;height:180px}.career__subtitle{font-size:1.25rem;font-weight:700;padding:.5rem 0;text-decoration:underline;text-decoration-style:solid;text-decoration-color:#fc6;text-decoration-thickness:4px;text-underline-offset:8px}.career__label{font-size:1rem;font-weight:700;padding:.125rem}.career__link{font-size:1rem;color:#999;text-decoration:none;padding:.125rem}ul{margin:.25rem auto;padding:0 auto}.career__list{font-size:1rem;color:#999;text-decoration:none;padding:0;margin:0}a{color:#999;text-decoration:none;position:relative;display:inline-block;transition:.3s}a:after{position:absolute;bottom:0;left:50%;content:"";width:0;height:2px;background-color:#090;transition:.3s;transform:translate(-50%)}a:hover:after{width:100%}career__license:after{position:absolute;bottom:0;left:50%;content:"";width:0;height:2px;background-color:#090;transition:.3s;transform:translate(-50%)}career__license:hover:after{width:100%}.footer_links{display:flex;justify-content:center;align-items:center;padding:1rem 0;position:fixed;bottom:0;left:4rem;right:4rem;background:#f5f3ef8a;backdrop-filter:blur(8px)}@media (max-width: 990px){.loading-screen{width:99vw}.menu{left:0;right:2rem}.menu__buttons{display:flex;gap:1rem;align-items:end}.menu__logo{height:48px;width:80px;object-fit:contain}.footer_links{left:0rem;right:0rem}}::-webkit-scrollbar{width:0px;height:0px}::-webkit-scrollbar-track{background-color:#ffc8dd}::-webkit-scrollbar-thumb{background-color:#ff006e}.loading-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:1;display:flex;justify-content:center;align-items:center;background-color:#9eca80;background-image:linear-gradient(0deg,#d4eece 0%,#f6fcf3 74%);opacity:1;transition:opacity 1s ease-in-out}.loading-screen--hidden{animation:fade-out .5s ease-in-out forwards 1s}@keyframes fade-out{0%{opacity:1}to{opacity:0;visibility:hidden}}.loading-screen__title{font-size:2rem;font-weight:900;text-transform:uppercase;color:#1a202c;margin:0}.loader{width:16rem;height:20px;border-radius:20px;background:repeating-linear-gradient(135deg,#ecbe3e 0 10px,#bdffbd 0 20px) 0/0% no-repeat,repeating-linear-gradient(135deg,#ddd 0 10px,#eee 0 20px) 0/100%;animation:l3 2s infinite}@keyframes l3{to{background-size:100%}}
