@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";.spinner-container{display:flex;justify-content:center;align-items:center;width:100%;height:70vh}.spinner-reduce-container{margin:2px}.spinner{border-radius:50%;animation:spin 2.5s linear infinite}.mazos_display .spinner-container{height:100%}.loadingTest{display:flex;justify-content:center;align-items:center;flex-direction:column;margin-top:35vh}.loadingTest .spinner-container{height:25%;margin-top:40px}.loadingTest h2{font-size:1.5rem;color:var(--color-secondary);width:60%;text-align:center}.Dashboard{display:flex;flex-direction:row;padding-top:8vh;min-height:92vh;background-color:var(--color-background)}.menu,.content,.content_side{margin:10px 10px 10px 0;background-color:#fff;border-radius:30px;min-height:100%}.menu{width:20%;min-width:200px;max-width:350px;margin-left:20px;content:20px}.content{display:block;width:100%;margin-left:20px;margin-right:20px;text-align:left}.content_side{display:block;width:80%;margin-right:20px;text-align:left}.content_side.content_side{padding:0}@media (max-width: 800px){.Dashboard{flex-direction:column;background:#fff}.menu.menu,.content.content,.content_side.content_side{width:-webkit-fill-available;min-width:auto;max-width:100vw;margin:0;border-radius:0;background-color:#fff;min-height:100%}.menu.menu{background:var(--color-background);border-radius:0 0 30px 30px}.content,.content_side{width:100%}}.texto{padding:20px}.ContactForm{width:35vw;display:flex;flex-direction:column;margin:50px 0 0 5vw}.divided-row{width:100%;display:flex;flex-direction:row}.input-container,.invalid-input-container{width:100%;display:flex;flex-direction:column;align-items:flex-start;margin-top:20px}.invalid-input-container label{color:red}.divided-row .input-container:first-of-type,.divided-row .invalid-input-container:first-of-type{margin-right:25px}.input-container input,.input-container select,.input-container textarea{width:100%;background-color:#fff;border:2px solid #ccc;margin-top:5px;height:40px}.invalid-input-container input,.invalid-input-container select,.invalid-input-container textarea{width:100%;background-color:#fff;border:2px solid #f00;color:red;margin-top:5px;height:40px}.input-container textarea{height:200px;resize:none}.ContactForm button{min-width:250px;background-color:var(--color-primary);margin-top:50px}@media (max-width: 800px){.ContactForm{width:90%;margin:0}.divided-row{flex-direction:column}}.scrollable-list{height:20vw;overflow-y:auto;padding-right:10px;box-sizing:content-box}.scrollable-list::-webkit-scrollbar{width:6px}.scrollable-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:6px}.scrollable-list::-webkit-scrollbar-thumb{background:#aaa;border-radius:6px}.scrollable-list::-webkit-scrollbar-thumb:hover{background:var(--color-text-light)}.scrollable-list-unlimited{overflow-y:auto;padding-right:10px;box-sizing:content-box}.scrollable-list-unlimited::-webkit-scrollbar{width:6px}.scrollable-list-unlimited::-webkit-scrollbar-track{background:#f1f1f1;border-radius:6px}.scrollable-list-unlimited::-webkit-scrollbar-thumb{background:#aaa;border-radius:6px}.scrollable-list-unlimited::-webkit-scrollbar-thumb:hover{background:var(--color-text-light)}.custom-checkbox{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:16px;height:16px;border:1px solid #ccc;border-radius:3px;outline:none;cursor:pointer;position:relative;background-color:#fff}.custom-checkbox:checked{background-color:var(--color-secondary);border:1px solid var(--color-secondary)}.caretRight{display:flex;justify-content:center;position:absolute;width:28px;height:28px;transform:translate(-10px,32px);background-color:var(--color-background);border-radius:20%;font-weight:500;margin-left:15px;cursor:pointer}.caretRight:hover{background-color:var(--color-primary);color:#fff}.options_header{display:flex;flex-direction:row;align-items:center}@media (max-width: 800px){.options_header{position:absolute;display:flex;height:180px;flex-direction:column;align-items:flex-start;transform:translateY(140px);background:linear-gradient(#fff,#fff,#fff,transparent);padding-right:30%;padding-bottom:30px}.options_header .xmarkIcon{transform:translate(-5px)}}.arrowLeft{border-radius:50%;width:35px;height:35px;display:flex;align-items:center;justify-content:center;cursor:pointer}.arrowLeft:hover{background-color:var(--color-secondary);color:#fff}.MazosGallery{padding:20px}.fclist_header{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;padding-left:20px}.mazos_header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding-left:20px}.mazos_header i:hover{color:var(--color-secondary)}.mazos_header label{transition:color .3s;cursor:pointer}.mazos_header button,.fclist_header button{margin:0 10px}.fclist_header_left{display:flex;flex-direction:row;align-items:center;margin-left:20px;margin-top:1vh;height:5vh}.fclist_header_left i{margin-right:10px}.mazos_display,.fcprev_display{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:20px;justify-items:center;margin-top:40px}.fcprev_display{margin-bottom:100px}.fcprev_text{width:100%;height:100%;text-align:center;overflow:hidden;font-size:1em}.fcprev_container{width:250px;height:120px;background-color:var(--color-background);border-radius:var(--border-radius);padding:20px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end;transition:background-color .3s}.fcprev_container_options{width:250px;height:120px;background-color:var(--color-background);border-radius:var(--border-radius);padding:20px;display:flex;flex-direction:row;justify-content:flex-start;transition:background-color .3s}.fclist_header_right{display:flex;flex-direction:column;align-items:center;margin-right:20px;margin-top:20px}.info_estudio{font-size:1.2em;font-weight:500;color:var(--color-text-light);padding-bottom:20px}.MazosGallery .add_bt{width:290px;height:160px}.new_mazo_container{width:250px;height:120px;background-color:var(--color-background);border-radius:var(--border-radius);padding:20px;display:flex;flex-direction:column;justify-content:space-between;cursor:pointer;transition:background-color .3s}.new_mazo_container:hover{background-color:#eee}.new_mazo_container:hover i{color:#333}.new_mazo_container input{height:65%;font-size:1.8em}.mazo_container input{height:80%;font-size:1.8em;color:#fff}.mazo_container,.mazo_container_options{width:250px;height:120px;border-radius:var(--border-radius);background-color:var(--color-background);padding:20px;display:flex;flex-direction:row;justify-content:space-between;transition:background-color .3s;overflow:hidden}.mazo_container{cursor:pointer}.mazo_container:hover .mazo_container input{background-color:var(--color-primary)}.mazo_container:hover,.mazo_container_options:hover{background-color:var(--color-primary);color:#fff}.mazo_container i:hover,.mazo_container_options i:hover{color:var(--color-secondary)}.mazo_container .play-icon:hover{color:#fff}.mazo_container_options:hover .input{background-color:var(--color-primary);color:#fff}.mazo_container_options:hover .mazo_option_renombrar,.mazo_container_options:hover .h4Hover{color:var(--color-background)}.fcprev_container_options:hover .mazo_container_right{fill:#fff}.mazo_container:hover i{border-color:var(--color-primary)}.mazo_container:hover svg{transition:height .3s}.mazo_container_left{width:240px;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden}.mazo_container_eliminar_options .h4Hover{color:var(--color-text);margin-right:3vh;margin-bottom:1vh;font-size:.8em}.mazo_container_eliminar_options .xmark-icon{min-width:25px;min-height:25px;max-width:25px;max-height:25px;color:var(--color-text);cursor:pointer}.mazo_container_eliminar_options .xmark-icon.xmark-icon:hover{color:var(--color-secondary)}.mazo_container_options:hover .xmark-icon{color:#fff}.mazo_container_eliminar_options,.mazo_container_editar_nombre{color:var(--color-text);display:flex;flex-direction:row;justify-content:flex-end;overflow:hidden;justify-content:space-between;margin-bottom:auto}.input{font-size:30px;transition:.3s;height:70px}.mazo_container_editar_nombre input{background-color:var(--color-background)}.mazo_container_left_options .mazo_container_editar_nombre input{background-color:var(--color-secondary)}.dots-svg{min-width:25px;min-height:25px;max-width:25px;max-height:25px;margin-left:auto;margin-right:auto}.dots-svg-asignatura{min-width:25px;min-height:25px;max-width:25px;max-height:25px;margin-left:auto;margin-right:20px}.dots-svg-asignatura:hover{fill:var(--color-secondary);cursor:pointer}.mazo_container_si_no{display:flex;flex-direction:row;overflow:hidden;justify-content:space-evenly}.mazo_container_si_no button{justify-content:space-evenly;width:90px;height:40px;margin:0 10px;padding:0;transition:border-color .5s,background-color .5s,color .5s}.mazo_container_si_no_asignatura{display:flex;flex-direction:row;overflow:hidden;justify-content:space-evenly}.mazos_header .h4Hover{text-align:right;margin-left:auto}.mazo_container_si_no_asignatura button{justify-content:space-evenly;width:90px;height:40px;margin:0 10px;padding:0;transition:border-color .5s,background-color .5s,color .5s}.bien:disabled{background-color:var(--color-text-light);border:none;cursor:default}.bien:disabled:hover{background-color:var(--color-text-light);border:none;cursor:default}.bien{background-color:var(--color-secondary)}.bien:hover{background-color:var(--color-medium)}.mal{background-color:var(--color-delete)}.mal:hover{background-color:#ff554d}.mazo_container_left h2{word-wrap:break-word;line-height:1.2}.mazo_container_left_options{width:240px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;padding-left:10px}.mazo_container_left_options div{font-size:1.2em;font-weight:500;color:#fff;cursor:pointer}.mazo_container_left_options_delete{font-size:1.2em;font-weight:500;color:#fff;display:flex;flex-direction:column;justify-content:space-between;height:100%}.mazo_container_left_options .mazo_option_olvidar:hover,.mazo_container_left_options .mazo_option_renombrar:hover{color:var(--color-secondary)}.mazo_option_borrar,.mazo_option_renombrar,.mazo_option_olvidar{display:flex;flex-direction:row;cursor:pointer}.mazo_container_left_options .mazo_option_borrar:hover{color:#ff554d}.mazo_container_left_options .mazo_option_borrar{color:var(--color-delete)}.mazos_header label{margin-left:5px;margin-right:5px}.mazos_header .mazo_option_borrar{margin-left:auto;margin-right:20px;color:var(--color-delete);font-size:1.3em;margin-bottom:2px}.mazos_header .mazo_option_borrar:hover{color:#ff554d}.mazos_header .mazo_option_renombrar{color:var(--color-primary);margin-right:20px;font-size:1.3em;margin-bottom:2px}.mazos_header .mazo_option_renombrar:hover{color:var(--color-secondary)}.mazos_header .mazo_option_olvidar{color:var(--color-medium);margin-right:20px;font-size:1.3em;margin-bottom:2px}.mazos_header .mazo_option_olvidar:hover{color:var(--color-secondary)}.mazo_container_left_options .mazo_option_olvidar{color:var(--color-medium)}.mazo_container_left_options .mazo_option_renombrar{color:var(--color-primary)}.mazo_container_left_options i{margin-right:10px}.mazo_container_left_options label{transition:color .3s;cursor:pointer}.mazo_container_right{width:50px;display:flex;flex-direction:column;justify-content:space-between}.mazo_container_right .play-icon{color:#fff;font-size:1em;padding:10px 8px 10px 12px;width:15px;height:15px;border-radius:50%;background-color:var(--color-secondary);border:5px solid;border-color:var(--color-background);cursor:pointer;transition:border-color .3s}.mazo_container_right .fa-caret-up{font-size:2em}.mazo_container_right i:hover{border-color:var(--color-secondary)}.mazo_container_right.mazo_container_right .xmark-icon:hover,.mazo_container_right_options i:hover{color:var(--color-secondary)}.mazo_container_right_options{width:240px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;padding-left:10px;justify-content:space-around;font-size:1.1em}.mazo_container_right_options div{display:flex;flex-direction:row;font-size:1.2em;font-weight:500;color:var(--color-delete);cursor:pointer}.mazo_option_renombrar_carta i,.mazo_option_renombrar_carta label{color:var(--color-medium)}.mazo.mazo_option_borrar_carta i,.mazo_option_borrar_carta label{color:var(--color-delete)}.mazo_option_renombrar_carta:hover i,.mazo_option_renombrar_carta:hover label{cursor:pointer;transition:border-color .5s,background-color .5s,color .5s;color:var(--color-secondary)}.mazo_option_borrar_carta:hover i,.mazo_option_borrar_carta:hover label{cursor:pointer;color:#ff554d;transition:border-color .5s,background-color .5s,color .5s}.fcprev_container i:hover{color:var(--color-secondary)}.fcprev_container_options:hover{background-color:var(--color-primary)}.fcprev_container_options:hover .mazo_container_right i{color:#fff}.xmark-svg-asignatura{min-width:25px;min-height:25px;max-width:25px;max-height:25px;cursor:pointer;margin-right:20px}.mazo_container_editar_nombre .xmark-svg:hover{fill:var(--color-secondary)}.FloatingPlayButton{position:fixed;top:85vh;left:50%;transform:translate(-50%);z-index:80;cursor:pointer;background-color:var(--color-primary);max-width:350px;height:50px;border-radius:50px;padding:5px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;transition:background-color .5s,color .5s}.FloatingPlayButton i{background-color:var(--color-background);width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#555;cursor:pointer}.FloatingPlayButton i:hover{background-color:var(--color-secondary);color:#fff}.FloatingPlayButton h4{width:280px;text-align:center;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:0 10px;max-width:280px}.FloatingPlayButton:hover{background-color:var(--color-secondary);color:#fff}.mazos_header input{font-size:2em;font-weight:bolder;width:50%;height:48px}.mazo_container_si_no_asignatura_rename{display:flex;flex-direction:row;overflow:hidden;justify-content:space-evenly;margin-left:auto}.mazo_container_si_no_asignatura_rename button{justify-content:space-evenly;width:160px;height:40px;padding:0;margin:0 20px;transition:border-color .5s,background-color .5s,color .5s}.mazo_container_si_no_asignatura_rename .mal-asignatura{width:130px;background-color:var(--color-delete);margin-right:auto}.mazo_container_si_no_asignatura_rename .mal-asignatura:hover{background-color:#ff554d}.fclist_header h4,.fclist_header h3{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-right:80px;max-width:30vw}.fclist_header_arrow_adjust h3,.fclist_header_arrow_adjust h4{max-width:42vw}@media (max-width: 600px){.fclist_header{flex-direction:column}.fclist_header_arrow_adjust h3,.fclist_header_arrow_adjust h4{max-width:100%}.FloatingPlayButton{width:80%}.FloatingPlayButton h4{width:75%}}.Exam{width:100vw;position:fixed;top:0;left:0;color:#444;background:linear-gradient(#fff,#fff,#fff,#ddd)}.card-header{display:flex;flex-direction:column;align-items:center;height:14vh;width:100%;color:#555;margin-bottom:10px}.card-header h2{font-size:1.6em}.card-body{display:flex;width:100%;flex-direction:column;align-items:center;justify-content:center;height:68vh;text-align:center}.card-body hr{width:100%;border:1px solid #ddd;margin:30px}.card-body h3{font-size:1.3em;font-weight:500;max-height:28vh;overflow-y:auto}.card-body h2{font-size:1.8em;font-weight:500;max-height:60vh;overflow-y:auto}.card-footer button{height:6vh;background:#ddd;color:var(--color-text);border-radius:5vh;font-size:1.2em;padding:0}.card-footer button:hover{color:var(--color-text-light)}.card-footer .bien:hover{background:#becfff;color:#386dff}.card-footer .mal:hover{background:#ffc0c0;color:#ff3737}.card-footer .facil:hover,.card-footer .muymal:hover{background:#becfff;color:#386dff}.card-end-body{display:flex;flex-direction:column;align-items:center;justify-content:center;height:70vh;width:70%;padding:0 15% 5%;text-align:center;border-radius:5vh}.card-end-body button{width:250px;background:var(--color-background);color:var(--color-text);margin:1vw;border-radius:5vh;font-size:1.3em}.card-end-body button:hover{color:#fff}@media (max-width: 800px){.card-body{width:90%;padding:0 5% 10px}.card-body h2,.card-header h2{font-size:1.3em}.card-body h3,.card-header h3{font-size:1em}}img{max-width:500px;max-height:500px;-o-object-fit:contain;object-fit:contain}:root{--color-primary: #2f5777;--color-secondary: #49c985;--color-green-secondary: #77C89D;--color-medium: #57a1a4;--color-background: #ededed;--color-section: #f1f9ff;--color-text: rgb(45, 45, 45);--color-text-light: rgb(120, 120, 120);--color-delete: #ff7973;--color-error: #ff554d;--color-purple: #A040BA;--border-radius: 10px;text-align:center;scroll-behavior:smooth;font-family:Poppins,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:var(--color-text);background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}#root{width:100%;height:100vh;margin:0;padding:0}a{font-weight:500;color:#9aaec0;text-decoration:inherit;cursor:pointer}a:hover{color:#fff}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button,input[type=submit],input[type=reset]{background:none;color:inherit;border:none;padding:0;font:inherit;cursor:pointer;outline:inherit}h2{font-size:2em;font-weight:700;margin:0;word-wrap:break-word}h3{font-size:1.3em;font-weight:500;margin:0;word-wrap:break-word}h4{font-size:1em;font-weight:500;margin:0;word-wrap:break-word}h5{font-size:.8em;word-wrap:break-word}b{color:var(--color-secondary)}i{transition:color .5s,background-color .5s}ul{list-style-type:none;padding:0;margin:0}p{margin:0}@keyframes slide-up{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slide-down{0%{transform:translateY(0);opacity:1}to{transform:translateY(100%);opacity:0}}.animate-slide-up-down{animation:slide-up .25s ease-out,slide-down .25s ease-in 2.5s;animation-fill-mode:forwards}.tiptap{width:100%;height:100%;border:2px solid #ccc;background-color:var(--color-background);border-radius:1.5rem;max-width:1000px;font-size:1.1em;font-weight:500;box-sizing:border-box;padding:10px 20px;overflow-y:auto}.tiptap p{margin:0}.tiptapWrapper>div{width:100%;height:100%}.testOption .tiptap{width:75vw;min-height:50px;max-height:80px;border-style:solid;border-radius:20px;background-color:var(--color-background);max-width:1000px;padding:10px 20px}.testOption-correcta .tiptap{width:75vw;min-height:50px;max-height:80px;border-style:solid;border-color:var(--color-secondary);border-radius:20px;background-color:var(--color-background);max-width:1000px;padding:10px 20px}.ProseMirror-focused{outline:none!important;border:2px solid #ccc!important}span.oculto{color:var(--color-secondary)}span.oculto:before{content:" ["}span.oculto:after{content:"] "}.tiptap s{text-decoration:line-through;text-decoration-thickness:1px}.tiptap code{background-color:var(--color-background);border-radius:6px;padding:2px;margin:3px}.tiptap::-webkit-scrollbar{width:4px}.tiptap::-webkit-scrollbar-thumb{background-color:#888;border-radius:10px}.tiptap::-webkit-scrollbar-track{background:transparent}.no-scroll{overflow:hidden;position:fixed}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1200px){.container{max-width:1200px}}@media (min-width: 1500px){.container{max-width:1500px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.invisible{visibility:hidden}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}.inset-y-1\/2{top:50%;bottom:50%}.bottom-0{bottom:0}.bottom-12{bottom:3rem}.bottom-\[-50px\]{bottom:-50px}.left-0{left:0}.left-\[-20px\]{left:-20px}.left-\[-40px\]{left:-40px}.left-full{left:100%}.right-0{right:0}.right-2{right:.5rem}.right-3{right:.75rem}.right-\[-40px\]{right:-40px}.top-0{top:0}.top-1\/2{top:50%}.top-2{top:.5rem}.top-3{top:.75rem}.top-\[-30px\]{top:-30px}.top-\[-40px\]{top:-40px}.top-\[-50px\]{top:-50px}.\!z-40{z-index:40!important}.z-10{z-index:10}.z-30{z-index:30}.z-50{z-index:50}.z-\[150\]{z-index:150}.col-span-2{grid-column:span 2 / span 2}.col-span-3{grid-column:span 3 / span 3}.\!m-0{margin:0!important}.m-0{margin:0}.m-2{margin:.5rem}.m-5{margin:1.25rem}.m-\[0_auto_8px_0\]{margin:0 auto 8px 0}.m-\[10px\]{margin:10px}.m-\[5px\]{margin:5px}.\!my-12{margin-top:3rem!important;margin-bottom:3rem!important}.mx-16{margin-left:4rem;margin-right:4rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-1\.5{margin-top:.375rem;margin-bottom:.375rem}.my-12{margin-top:3rem;margin-bottom:3rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.my-\[5px\]{margin-top:5px;margin-bottom:5px}.-mb-5{margin-bottom:-1.25rem}.-ml-8{margin-left:-2rem}.mb-0{margin-bottom:0}.mb-10{margin-bottom:2.5rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-8{margin-bottom:2rem}.mb-\[10px\]{margin-bottom:10px}.mb-\[5px\]{margin-bottom:5px}.ml-1{margin-left:.25rem}.ml-14{margin-left:3.5rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-\[10px\]{margin-left:10px}.ml-\[20px\]{margin-left:20px}.ml-\[30px\]{margin-left:30px}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mr-5{margin-right:1.25rem}.mr-\[10px\]{margin-right:10px}.mr-\[30px\]{margin-right:30px}.mr-\[5px\]{margin-right:5px}.mr-\[70\%\]{margin-right:70%}.mr-\[90\%\]{margin-right:90%}.mr-\[9vw\]{margin-right:9vw}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-20{margin-top:5rem}.mt-3{margin-top:.75rem}.mt-32{margin-top:8rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-\[-1\.5px\]{margin-top:-1.5px}.mt-\[-10px\]{margin-top:-10px}.mt-\[-2px\]{margin-top:-2px}.mt-\[10px\]{margin-top:10px}.mt-\[15px\]{margin-top:15px}.mt-\[20px\]{margin-top:20px}.mt-\[2px\]{margin-top:2px}.mt-\[30px\]{margin-top:30px}.mt-\[5px\]{margin-top:5px}.\!box-border{box-sizing:border-box!important}.box-border{box-sizing:border-box}.line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.\!h-10{height:2.5rem!important}.\!h-12{height:3rem!important}.\!h-40{height:10rem!important}.\!h-6{height:1.5rem!important}.\!h-7{height:1.75rem!important}.\!h-8{height:2rem!important}.\!h-\[25px\]{height:25px!important}.\!h-\[29px\]{height:29px!important}.\!h-\[33px\]{height:33px!important}.\!h-\[37px\]{height:37px!important}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-2\/3{height:66.666667%}.h-20{height:5rem}.h-24{height:6rem}.h-32{height:8rem}.h-40{height:10rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-72{height:18rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[1\.5px\]{height:1.5px}.h-\[100vh\]{height:100vh}.h-\[130px\]{height:130px}.h-\[150px\]{height:150px}.h-\[180px\]{height:180px}.h-\[1px\]{height:1px}.h-\[20px\]{height:20px}.h-\[230px\]{height:230px}.h-\[25px\]{height:25px}.h-\[25vh\]{height:25vh}.h-\[2px\]{height:2px}.h-\[30px\]{height:30px}.h-\[35px\]{height:35px}.h-\[40px\]{height:40px}.h-\[45px\]{height:45px}.h-\[50px\]{height:50px}.h-\[60px\]{height:60px}.h-\[65px\]{height:65px}.h-\[70vh\]{height:70vh}.h-\[80px\]{height:80px}.h-\[92vh\]{height:92vh}.h-auto{height:auto}.h-fit{height:-moz-fit-content;height:fit-content}.h-full{height:100%}.max-h-\[20vh\]{max-height:20vh}.max-h-\[250px\]{max-height:250px}.max-h-\[35vh\]{max-height:35vh}.max-h-\[400px\]{max-height:400px}.max-h-\[50vh\]{max-height:50vh}.max-h-\[600px\]{max-height:600px}.max-h-\[60vh\]{max-height:60vh}.min-h-28{min-height:7rem}.min-h-40{min-height:10rem}.min-h-52{min-height:13rem}.min-h-80{min-height:20rem}.min-h-\[150px\]{min-height:150px}.min-h-\[35px\]{min-height:35px}.min-h-\[36px\]{min-height:36px}.min-h-\[40px\]{min-height:40px}.min-h-\[420px\]{min-height:420px}.min-h-\[50px\]{min-height:50px}.min-h-\[55px\]{min-height:55px}.min-h-\[80px\]{min-height:80px}.min-h-full{min-height:100%}.\!w-\[25px\]{width:25px!important}.\!w-\[29px\]{width:29px!important}.\!w-\[33px\]{width:33px!important}.\!w-\[37px\]{width:37px!important}.w-1\/3{width:33.333333%}.w-12{width:3rem}.w-2\/3{width:66.666667%}.w-20{width:5rem}.w-24{width:6rem}.w-32{width:8rem}.w-36{width:9rem}.w-4{width:1rem}.w-44{width:11rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-64{width:16rem}.w-9{width:2.25rem}.w-\[100\%\]{width:100%}.w-\[100px\]{width:100px}.w-\[100vw\]{width:100vw}.w-\[110px\]{width:110px}.w-\[120px\]{width:120px}.w-\[130px\]{width:130px}.w-\[150px\]{width:150px}.w-\[180px\]{width:180px}.w-\[200px\]{width:200px}.w-\[20px\]{width:20px}.w-\[220px\]{width:220px}.w-\[230px\]{width:230px}.w-\[25px\]{width:25px}.w-\[300px\]{width:300px}.w-\[30px\]{width:30px}.w-\[35px\]{width:35px}.w-\[400px\]{width:400px}.w-\[40px\]{width:40px}.w-\[45px\]{width:45px}.w-\[500px\]{width:500px}.w-\[50px\]{width:50px}.w-\[60px\]{width:60px}.w-\[60vw\]{width:60vw}.w-\[65px\]{width:65px}.w-\[70\%\]{width:70%}.w-\[70px\]{width:70px}.w-\[73vw\]{width:73vw}.w-\[75vw\]{width:75vw}.w-\[80px\]{width:80px}.w-\[80vw\]{width:80vw}.w-\[88\%\]{width:88%}.w-\[90\%\]{width:90%}.w-\[93\%\]{width:93%}.w-\[calc\(25\%-10px\)\]{width:calc(25% - 10px)}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.min-w-0{min-width:0px}.min-w-72{min-width:18rem}.min-w-80{min-width:20rem}.min-w-\[150px\]{min-width:150px}.min-w-\[20px\]{min-width:20px}.min-w-\[35px\]{min-width:35px}.min-w-\[36px\]{min-width:36px}.min-w-\[40px\]{min-width:40px}.min-w-\[50px\]{min-width:50px}.min-w-\[55px\]{min-width:55px}.max-w-\[1000px\]{max-width:1000px}.max-w-\[1200px\]{max-width:1200px}.max-w-\[1500px\]{max-width:1500px}.max-w-\[150px\]{max-width:150px}.max-w-\[300px\]{max-width:300px}.max-w-\[350px\]{max-width:350px}.max-w-\[400px\]{max-width:400px}.max-w-\[500px\]{max-width:500px}.max-w-\[600px\]{max-width:600px}.max-w-\[700px\]{max-width:700px}.max-w-\[70vw\]{max-width:70vw}.max-w-\[800px\]{max-width:800px}.max-w-\[85\%\]{max-width:85%}.max-w-\[85vw\]{max-width:85vw}.max-w-full{max-width:100%}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-125{--tw-scale-x: 1.25;--tw-scale-y: 1.25;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.\!cursor-default{cursor:default!important}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.resize-none{resize:none}.resize{resize:both}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.grid-rows-\[auto\,1fr\]{grid-template-rows:auto 1fr}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.\!gap-2{gap:.5rem!important}.gap-0{gap:0px}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-20{gap:5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-8{gap:2rem}.gap-\[10px\]{gap:10px}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-ellipsis{text-overflow:ellipsis}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.text-nowrap{text-wrap:nowrap}.break-all{word-break:break-all}.\!rounded-full{border-radius:9999px!important}.\!rounded-lg{border-radius:.5rem!important}.\!rounded-xl{border-radius:.75rem!important}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-\[10px\]{border-radius:10px}.rounded-\[225px\]{border-radius:225px}.rounded-\[30px\]{border-radius:30px}.rounded-\[var\(--border-radius\)\]{border-radius:var(--border-radius)}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.\!rounded-b-none{border-bottom-right-radius:0!important;border-bottom-left-radius:0!important}.\!rounded-t-xl{border-top-left-radius:.75rem!important;border-top-right-radius:.75rem!important}.rounded-b-xl{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}.rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.\!border-2{border-width:2px!important}.\!border-\[1px\]{border-width:1px!important}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-4{border-width:4px}.border-\[10px\]{border-width:10px}.border-\[1px\]{border-width:1px}.border-t-0{border-top-width:0px}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.border-none{border-style:none}.\!border-brand_secondary-500{--tw-border-opacity: 1 !important;border-color:rgb(73 200 133 / var(--tw-border-opacity, 1))!important}.\!border-gray-300{--tw-border-opacity: 1 !important;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))!important}.\!border-red-500{--tw-border-opacity: 1 !important;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))!important}.border-\[var\(--color-error\)\]{border-color:var(--color-error)}.border-\[var\(--color-primary\)\]{border-color:var(--color-primary)}.border-\[var\(--color-secondary\)\]{border-color:var(--color-secondary)}.border-\[var\(--color-text-light\)\]{border-color:var(--color-text-light)}.border-black{--tw-border-opacity: 1;border-color:rgb(0 0 0 / var(--tw-border-opacity, 1))}.border-border-color{--tw-border-opacity: 1;border-color:rgb(204 204 204 / var(--tw-border-opacity, 1))}.border-brand_primary-700{--tw-border-opacity: 1;border-color:rgb(39 73 100 / var(--tw-border-opacity, 1))}.border-brand_secondary-500{--tw-border-opacity: 1;border-color:rgb(73 200 133 / var(--tw-border-opacity, 1))}.border-error-color{border-color:var(--color-error)}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-gray-400{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1))}.border-secondary-color{border-color:var(--color-secondary)}.border-transparent{border-color:transparent}.\!bg-background-color{background-color:var(--color-background)!important}.\!bg-brand_primary-500{--tw-bg-opacity: 1 !important;background-color:rgb(47 86 119 / var(--tw-bg-opacity, 1))!important}.\!bg-brand_secondary-500{--tw-bg-opacity: 1 !important;background-color:rgb(73 200 133 / var(--tw-bg-opacity, 1))!important}.\!bg-gray-100{--tw-bg-opacity: 1 !important;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))!important}.\!bg-gray-200{--tw-bg-opacity: 1 !important;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))!important}.\!bg-white{--tw-bg-opacity: 1 !important;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))!important}.bg-\[\#bbb\]{--tw-bg-opacity: 1;background-color:rgb(187 187 187 / var(--tw-bg-opacity, 1))}.bg-\[\#ddd\]{--tw-bg-opacity: 1;background-color:rgb(221 221 221 / var(--tw-bg-opacity, 1))}.bg-\[var\(--color-background\)\]{background-color:var(--color-background)}.bg-\[var\(--color-medium\)\]{background-color:var(--color-medium)}.bg-\[var\(--color-primary\)\]{background-color:var(--color-primary)}.bg-\[var\(--color-secondary\)\]{background-color:var(--color-secondary)}.bg-background-color{background-color:var(--color-background)}.bg-blue-400{--tw-bg-opacity: 1;background-color:rgb(96 165 250 / var(--tw-bg-opacity, 1))}.bg-brand_primary-500,.bg-brand_primary-600{--tw-bg-opacity: 1;background-color:rgb(47 86 119 / var(--tw-bg-opacity, 1))}.bg-brand_primary-700{--tw-bg-opacity: 1;background-color:rgb(39 73 100 / var(--tw-bg-opacity, 1))}.bg-brand_secondary-500{--tw-bg-opacity: 1;background-color:rgb(73 200 133 / var(--tw-bg-opacity, 1))}.bg-brand_secondary-700{--tw-bg-opacity: 1;background-color:rgb(56 191 120 / var(--tw-bg-opacity, 1))}.bg-brand_secondary-800{--tw-bg-opacity: 1;background-color:rgb(51 171 107 / var(--tw-bg-opacity, 1))}.bg-delete-color{background-color:var(--color-delete)}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.bg-gray-400{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-gray-500{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity, 1))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.bg-medium-color{background-color:var(--color-medium)}.bg-orange-500{--tw-bg-opacity: 1;background-color:rgb(249 115 22 / var(--tw-bg-opacity, 1))}.bg-orange-700{--tw-bg-opacity: 1;background-color:rgb(194 65 12 / var(--tw-bg-opacity, 1))}.bg-primary-color{background-color:var(--color-primary)}.bg-red-400{--tw-bg-opacity: 1;background-color:rgb(248 113 113 / var(--tw-bg-opacity, 1))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-opacity-10{--tw-bg-opacity: .1}.bg-opacity-15{--tw-bg-opacity: .15}.bg-opacity-20{--tw-bg-opacity: .2}.bg-opacity-50{--tw-bg-opacity: .5}.bg-none{background-image:none}.\!fill-brand_secondary-500{fill:#49c885!important}.\!fill-white{fill:#fff!important}.fill-brand_primary-700{fill:#274964}.object-fill{-o-object-fit:fill;object-fit:fill}.\!p-\[0\.38rem\]{padding:.38rem!important}.\!p-\[0\.3rem\]{padding:.3rem!important}.\!p-\[0\.5rem\]{padding:.5rem!important}.p-0{padding:0}.p-1{padding:.25rem}.p-10{padding:2.5rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-7{padding:1.75rem}.p-\[10px\]{padding:10px}.p-\[20px\]{padding:20px}.p-\[7px_15px\]{padding:7px 15px}.\!px-10{padding-left:2.5rem!important;padding-right:2.5rem!important}.\!px-3{padding-left:.75rem!important;padding-right:.75rem!important}.px-1{padding-left:.25rem;padding-right:.25rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-12{padding-left:3rem;padding-right:3rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-7{padding-left:1.75rem;padding-right:1.75rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-7{padding-top:1.75rem;padding-bottom:1.75rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-\[10px\]{padding-top:10px;padding-bottom:10px}.pb-0{padding-bottom:0}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-\[4px\]{padding-bottom:4px}.pl-7{padding-left:1.75rem}.pl-\[20px\]{padding-left:20px}.pr-3{padding-right:.75rem}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-20{padding-top:5rem}.pt-4{padding-top:1rem}.\!text-left{text-align:left!important}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.\!text-base{font-size:1rem!important;line-height:1.5rem!important}.\!text-sm{font-size:.875rem!important;line-height:1.25rem!important}.\!text-xs{font-size:.75rem!important;line-height:1rem!important}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-6xl{font-size:3.75rem;line-height:1}.text-7xl{font-size:4.5rem;line-height:1}.text-\[1\.3em\]{font-size:1.3em}.text-\[1\.5em\]{font-size:1.5em}.text-\[15\.7px\]{font-size:15.7px}.text-\[15px\]{font-size:15px}.text-\[22px\]{font-size:22px}.text-\[25px\]{font-size:25px}.text-\[3em\]{font-size:3em}.text-\[5rem\]{font-size:5rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.\!font-medium{font-weight:500!important}.font-bold{font-weight:700}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.italic{font-style:italic}.\!text-black{--tw-text-opacity: 1 !important;color:rgb(0 0 0 / var(--tw-text-opacity, 1))!important}.\!text-brand_secondary-500{--tw-text-opacity: 1 !important;color:rgb(73 200 133 / var(--tw-text-opacity, 1))!important}.\!text-gray-300{--tw-text-opacity: 1 !important;color:rgb(209 213 219 / var(--tw-text-opacity, 1))!important}.\!text-gray-400{--tw-text-opacity: 1 !important;color:rgb(156 163 175 / var(--tw-text-opacity, 1))!important}.\!text-gray-500{--tw-text-opacity: 1 !important;color:rgb(107 114 128 / var(--tw-text-opacity, 1))!important}.\!text-gray-600{--tw-text-opacity: 1 !important;color:rgb(75 85 99 / var(--tw-text-opacity, 1))!important}.\!text-text-color{color:var(--color-text)!important}.\!text-white{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.text-\[--color-primary\]{color:var(--color-primary)}.text-\[--color-secondary\]{color:var(--color-secondary)}.text-\[var\(--color-error\)\]{color:var(--color-error)}.text-\[var\(--color-primary\)\]{color:var(--color-primary)}.text-\[var\(--color-secondary\)\]{color:var(--color-secondary)}.text-\[var\(--color-text\)\]{color:var(--color-text)}.text-\[var\(--color-text-light\)\]{color:var(--color-text-light)}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-blue-400{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.text-brand_primary-300{--tw-text-opacity: 1;color:rgb(61 113 155 / var(--tw-text-opacity, 1))}.text-brand_primary-500{--tw-text-opacity: 1;color:rgb(47 86 119 / var(--tw-text-opacity, 1))}.text-brand_primary-800{--tw-text-opacity: 1;color:rgb(32 60 82 / var(--tw-text-opacity, 1))}.text-brand_secondary-400{--tw-text-opacity: 1;color:rgb(92 206 146 / var(--tw-text-opacity, 1))}.text-brand_secondary-500{--tw-text-opacity: 1;color:rgb(73 200 133 / var(--tw-text-opacity, 1))}.text-brand_secondary-800{--tw-text-opacity: 1;color:rgb(51 171 107 / var(--tw-text-opacity, 1))}.text-error-color{color:var(--color-error)}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-red-400{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-secondary-color{color:var(--color-secondary)}.text-text-color{color:var(--color-text)}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-yellow-500{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity, 1))}.text-opacity-60{--tw-text-opacity: .6}.underline{text-decoration-line:underline}.line-through{text-decoration-line:line-through}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.shadow-\[3px_4px_38px_0px_rgba\(0\,_0\,_0\,_0\.06\)\]{--tw-shadow: 3px 4px 38px 0px rgba(0, 0, 0, .06);--tw-shadow-colored: 3px 4px 38px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-none{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.\!outline-0{outline-width:0px!important}.outline-0{outline-width:0px}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-150{transition-duration:.15s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}*{font-family:Poppins,sans-serif}.placeholder\:text-gray-400::-moz-placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.placeholder\:text-gray-400::placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.focus-within\:\!border-brand_secondary-500:focus-within{--tw-border-opacity: 1 !important;border-color:rgb(73 200 133 / var(--tw-border-opacity, 1))!important}.focus-within\:\!bg-gray-100:focus-within{--tw-bg-opacity: 1 !important;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))!important}.focus-within\:\!bg-white:focus-within{--tw-bg-opacity: 1 !important;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))!important}.focus-within\:text-brand_secondary-500:focus-within{--tw-text-opacity: 1;color:rgb(73 200 133 / var(--tw-text-opacity, 1))}.hover\:\!bg-background-color:hover{background-color:var(--color-background)!important}.hover\:\!bg-blue-100:hover{--tw-bg-opacity: 1 !important;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))!important}.hover\:\!bg-brand_primary-700:hover{--tw-bg-opacity: 1 !important;background-color:rgb(39 73 100 / var(--tw-bg-opacity, 1))!important}.hover\:\!bg-brand_secondary-700:hover{--tw-bg-opacity: 1 !important;background-color:rgb(56 191 120 / var(--tw-bg-opacity, 1))!important}.hover\:\!bg-brand_secondary-800:hover{--tw-bg-opacity: 1 !important;background-color:rgb(51 171 107 / var(--tw-bg-opacity, 1))!important}.hover\:\!bg-gray-100:hover{--tw-bg-opacity: 1 !important;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))!important}.hover\:\!bg-gray-200:hover{--tw-bg-opacity: 1 !important;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))!important}.hover\:\!bg-gray-300:hover{--tw-bg-opacity: 1 !important;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))!important}.hover\:\!bg-gray-500:hover{--tw-bg-opacity: 1 !important;background-color:rgb(107 114 128 / var(--tw-bg-opacity, 1))!important}.hover\:\!bg-green-100:hover{--tw-bg-opacity: 1 !important;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))!important}.hover\:\!bg-orange-100:hover{--tw-bg-opacity: 1 !important;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1))!important}.hover\:\!bg-red-100:hover{--tw-bg-opacity: 1 !important;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))!important}.hover\:bg-\[\#bbb\]:hover{--tw-bg-opacity: 1;background-color:rgb(187 187 187 / var(--tw-bg-opacity, 1))}.hover\:bg-\[var\(--color-secondary\)\]:hover{background-color:var(--color-secondary)}.hover\:bg-background-color:hover{background-color:var(--color-background)}.hover\:bg-brand_primary-600:hover{--tw-bg-opacity: 1;background-color:rgb(47 86 119 / var(--tw-bg-opacity, 1))}.hover\:bg-brand_primary-700:hover{--tw-bg-opacity: 1;background-color:rgb(39 73 100 / var(--tw-bg-opacity, 1))}.hover\:bg-brand_primary-800:hover{--tw-bg-opacity: 1;background-color:rgb(32 60 82 / var(--tw-bg-opacity, 1))}.hover\:bg-brand_secondary-700:hover{--tw-bg-opacity: 1;background-color:rgb(56 191 120 / var(--tw-bg-opacity, 1))}.hover\:bg-brand_secondary-800:hover{--tw-bg-opacity: 1;background-color:rgb(51 171 107 / var(--tw-bg-opacity, 1))}.hover\:bg-delete-color:hover{background-color:var(--color-delete)}.hover\:bg-error-color:hover{background-color:var(--color-error)}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-300:hover{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.hover\:bg-green-700:hover{--tw-bg-opacity: 1;background-color:rgb(21 128 61 / var(--tw-bg-opacity, 1))}.hover\:bg-medium-color:hover{background-color:var(--color-medium)}.hover\:bg-primary-color:hover{background-color:var(--color-primary)}.hover\:bg-red-500:hover{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.hover\:bg-red-600:hover{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.hover\:bg-red-700:hover{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.hover\:bg-transparent:hover{background-color:transparent}.hover\:bg-white:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.hover\:bg-opacity-10:hover{--tw-bg-opacity: .1}.hover\:\!text-black:hover{--tw-text-opacity: 1 !important;color:rgb(0 0 0 / var(--tw-text-opacity, 1))!important}.hover\:\!text-gray-600:hover{--tw-text-opacity: 1 !important;color:rgb(75 85 99 / var(--tw-text-opacity, 1))!important}.hover\:\!text-white:hover{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.hover\:text-\[\#38BF78\]:hover{--tw-text-opacity: 1;color:rgb(56 191 120 / var(--tw-text-opacity, 1))}.hover\:text-\[var\(--color-secondary\)\]:hover{color:var(--color-secondary)}.hover\:text-brand_primary-700:hover{--tw-text-opacity: 1;color:rgb(39 73 100 / var(--tw-text-opacity, 1))}.hover\:text-brand_primary-900:hover{--tw-text-opacity: 1;color:rgb(25 46 64 / var(--tw-text-opacity, 1))}.hover\:text-brand_secondary-700:hover{--tw-text-opacity: 1;color:rgb(56 191 120 / var(--tw-text-opacity, 1))}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.hover\:text-red-600:hover{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.focus\:\!border-brand_secondary-500:focus{--tw-border-opacity: 1 !important;border-color:rgb(73 200 133 / var(--tw-border-opacity, 1))!important}.focus\:border-error-color:focus{border-color:var(--color-error)}.focus\:border-secondary-color:focus{border-color:var(--color-secondary)}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.group:hover .group-hover\:\!flex{display:flex!important}.group:hover .group-hover\:text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-brand_secondary-500{--tw-text-opacity: 1;color:rgb(73 200 133 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-orange-500{--tw-text-opacity: 1;color:rgb(249 115 22 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.group\/pepe:hover .group-hover\/pepe\:\!opacity-100{opacity:1!important}@media (min-width: 640px){.sm\:mb-0{margin-bottom:0}.sm\:ml-24{margin-left:6rem}.sm\:ml-\[30px\]{margin-left:30px}.sm\:block{display:block}.sm\:flex{display:flex}.sm\:w-32{width:8rem}.sm\:w-40{width:10rem}.sm\:w-\[340px\]{width:340px}.sm\:w-\[70\%\]{width:70%}.sm\:w-\[70px\]{width:70px}.sm\:w-\[90\%\]{width:90%}.sm\:flex-row{flex-direction:row}.sm\:flex-nowrap{flex-wrap:nowrap}.sm\:justify-between{justify-content:space-between}.sm\:space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:p-5{padding:1.25rem}}@media (min-width: 768px){.md\:fixed{position:fixed}.md\:m-5{margin:1.25rem}.md\:mx-0{margin-left:0;margin-right:0}.md\:\!mb-6{margin-bottom:1.5rem!important}.md\:\!mt-8{margin-top:2rem!important}.md\:ml-\[30px\]{margin-left:30px}.md\:ml-\[330px\]{margin-left:330px}.md\:block{display:block}.md\:flex{display:flex}.md\:h-\[70vh\]{height:70vh}.md\:h-\[87vh\]{height:87vh}.md\:min-h-\[45px\]{min-height:45px}.md\:w-1\/2{width:50%}.md\:w-36{width:9rem}.md\:w-40{width:10rem}.md\:w-48{width:12rem}.md\:w-52{width:13rem}.md\:w-\[330px\]{width:330px}.md\:w-\[40px\]{width:40px}.md\:w-full{width:100%}.md\:min-w-80{min-width:20rem}.md\:min-w-\[45px\]{min-width:45px}.md\:max-w-80{max-width:20rem}.md\:max-w-\[300px\]{max-width:300px}.md\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:flex-row-reverse{flex-direction:row-reverse}.md\:flex-col{flex-direction:column}.md\:items-end{align-items:flex-end}.md\:items-center{align-items:center}.md\:justify-between{justify-content:space-between}.md\:gap-4{gap:1rem}.md\:rounded-\[30px\]{border-radius:30px}.md\:px-5{padding-left:1.25rem;padding-right:1.25rem}.md\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.md\:pb-20{padding-bottom:5rem}.md\:pl-5{padding-left:1.25rem}.md\:text-6xl{font-size:3.75rem;line-height:1}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:text-sm{font-size:.875rem;line-height:1.25rem}}@media (min-width: 1024px){.lg\:col-span-2{grid-column:span 2 / span 2}.lg\:col-span-3{grid-column:span 3 / span 3}.lg\:ml-28{margin-left:7rem}.lg\:ml-5{margin-left:1.25rem}.lg\:block{display:block}.lg\:hidden{display:none}.lg\:w-\[38vw\]{width:38vw}.lg\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:p-4{padding:1rem}.lg\:p-5{padding:1.25rem}.lg\:px-5{padding-left:1.25rem;padding-right:1.25rem}.lg\:py-12{padding-top:3rem;padding-bottom:3rem}.lg\:text-8xl{font-size:6rem;line-height:1}}@media (min-width: 1200px){.xl\:ml-36{margin-left:9rem}.xl\:mt-0{margin-top:0}.xl\:h-\[70vh\]{height:70vh}.xl\:max-h-\[70vh\]{max-height:70vh}.xl\:w-\[15vw\]{width:15vw}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:flex-row-reverse{flex-direction:row-reverse}.xl\:flex-nowrap{flex-wrap:nowrap}.xl\:px-8{padding-left:2rem;padding-right:2rem}}
