@import"https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap";body,html{margin:0}body main{padding-left:1.5rem;padding-right:1.5rem}*{font-family:Nunito}header{display:flex;justify-content:space-between;align-items:flex-end;padding:4rem 1.5rem 1.5rem;background:#307433;color:#fff}header .title{font-size:1.125rem;margin:0}header .text{font-size:.675rem;margin:0}footer{padding:1.5rem;background:#307433;color:#fff}footer .title{font-size:1.125rem;margin:0}footer .text{font-size:.875rem;margin-top:0}footer .copyright{font-size:.5rem;margin:0}.input-wrapper{width:100%;margin-bottom:.5rem;border-radius:100rem;border:1px solid #307433;overflow:hidden}.input-wrapper .input{border:none;outline:none;width:100%;padding:20px 10px;border-radius:100rem}.input-wrapper .input::placeholder{color:#307433}.button-wrapper{margin-top:2.5rem}.button-wrapper .button{border:none;outline-color:#307433;font-size:1rem;font-weight:700;text-align:center;width:100%;padding:20px 10px;border-radius:100rem}.button-wrapper .button.button-fill{color:#fff;background:#307433}.button-wrapper .button.button-fill:active{background:#2a662d}.button-wrapper .button.button-outline{background:#fff;color:#307433;border:1px solid #307433}.button-wrapper .button.button-outline:active{background:#f5f5f5}.accordion-wrapper .accordion{display:flex;justify-content:space-between;border-bottom:1px solid #ebebeb}.accordion-wrapper .accordion .icon.reverse{transform:rotate(180deg)}.accordion-wrapper .accordion .title{font-size:.875rem;font-weight:700;color:#307433}.accordion-wrapper .accordion-body{padding-top:1rem;padding-bottom:1rem;color:#9d9d9d;font-size:.75rem}.course-tile{margin-top:1rem;margin-bottom:1rem}.course-tile:hover .image-wrapper .image{transform:scale(1.2)}.course-tile .image-wrapper{overflow:hidden;border-radius:16px}.course-tile .image-wrapper .image{transition:.4s;width:100%;transform:scale(1.1);object-fit:cover}.course-tile .iframe-wrapper{overflow:hidden;border-radius:16px}.course-tile .iframe-wrapper .iframe{width:100%;height:13rem;border:none;object-fit:cover;transform:scale(1.08)}@media(min-width:555px){.course-tile .iframe-wrapper .iframe{height:40rem}}.course-tile .title{font-size:1rem;font-weight:700;color:#307433;margin-bottom:0;margin-top:8px}.course-tile .text{font-size:.75rem;color:#9d9d9d;margin:0}.quiz{margin-bottom:1rem}.quiz .title{font-size:.875rem}.quiz .options .option{border-radius:100rem;border:1px solid #ebebeb;padding:10px;margin-bottom:.25rem}.quiz .options .option .text{font-size:.875rem;margin:0;color:#307433}.quiz .options .option:active{background-color:#f5f5f5}.main-login{display:flex;flex-direction:column;justify-content:center;height:100svh;max-width:550px;margin:auto}.main-login .title{color:#307433;font-weight:700;font-size:2.5rem;text-align:center}.main-courses{padding-top:1.5rem;padding-bottom:1.5rem;min-height:81svh}.main-courses .course-tiles{display:flex;flex-wrap:wrap}@media(min-width:555px){.main-courses .course-tiles .course-tile{width:25%;margin-left:.5rem;margin-right:.5rem}}.main-courses .button-wrapper{display:flex;justify-content:center}.main-courses .button-wrapper .button{padding:8px 12px;width:-moz-fit-content;width:fit-content}.main-course-detail{min-height:75svh}.main-course-detail .module-text{font-size:.75rem;font-weight:700;margin-top:2rem;margin-bottom:0}.main-quiz{margin-bottom:2rem}.main-quiz .quiz-header{display:flex;justify-content:space-between}.main-quiz .quiz-header .title{color:#307433;font-size:1.125rem}.main-quiz .quiz-header .time{font-size:1.125rem;font-weight:700}