*{box-sizing:border-box;font-family:Raleway,sans-serif;margin:0;padding:0}:root{--second-color:#e89e27;--black:#000}::-webkit-scrollbar{display:none}header{align-items:center;background-color:var(--second-color);box-shadow:0 6px 6px -3px rgba(0,0,0,.1),0 10px 14px 1px rgba(0,0,0,.1),0 4px 18px 3px rgba(0,0,0,.12);display:flex;flex-direction:row;height:80px;width:100%}header .box{display:flex;justify-content:space-between}header .box a{color:var(--black);font-weight:400;text-decoration:none;transition:.2s}header .box a ul li{font-size:22px;font-weight:700;list-style:none;text-transform:uppercase}header .box ul{display:flex;gap:10px}header .box ul li{align-items:center;display:flex;font-size:18px;list-style:none;text-transform:uppercase;transition:.2s}header .box ul li:hover{text-decoration:underline}.register-box{height:90vh;width:100%}.register-box,.register-box .inner-box{align-items:center;display:flex;justify-content:center}.register-box .inner-box{border-radius:10px;box-shadow:-12px -12px 34px #f9f8f8,12px 12px 34px #f5f2f2;flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:20px;width:300px}.register-box .inner-box .inputs{align-items:center;display:flex;flex-direction:column;width:100%}.register-box .inner-box h3{font-size:22px;font-weight:700;text-align:center;text-transform:uppercase}.register-box .inner-box button{height:40px;width:100%}.register-box .inner-box .link{margin-top:8px}.register-box .inner-box .link a{color:var(--second-color);text-decoration:none;transition:.2s}.register-box .inner-box .link a:hover{text-decoration:underline}.grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr 1fr 1fr 1fr;margin:20px 0}@media screen and (max-width:900px){.grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr 1fr;margin:20px 0}}@media screen and (max-width:510px){.grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr;margin:20px 0}}
/*# sourceMappingURL=main.3f8265a8.css.map*/