@import"https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap";html{overflow-x:hidden}body{display:flex;flex-direction:column;justify-content:start;align-items:start;min-height:100vh;width:100vw;font-family:"Poppins",sans-serif !important;font-weight:normal;overflow-x:hidden;overflow-y:auto;overflow-y:overlay;margin:0;position:relative}.section-cont{position:relative;display:flex;flex-direction:column;height:auto;width:100%;padding-left:max(2.5rem,(100vw - 1500px)/2);padding-right:max(2.5rem,(100vw - 1500px)/2);flex-wrap:nowrap}@media only screen and (min-width: 576px){.section-cont{padding-left:max(2.5rem,(100vw - 1500px)/2);padding-right:max(2.5rem,(100vw - 1500px)/2)}}@media only screen and (min-width: 768px){.section-cont{padding-left:max(3.5rem,(100vw - 1500px)/2);padding-right:max(3.5rem,(100vw - 1500px)/2)}}@media only screen and (min-width: 992px){.section-cont{padding-left:max(5rem,(100vw - 1500px)/2);padding-right:max(5rem,(100vw - 1500px)/2)}}@media only screen and (min-width: 1200px){.section-cont{padding-left:max(6rem,(100vw - 1500px)/2);padding-right:max(6rem,(100vw - 1500px)/2)}}.footer-cont{flex-direction:row;align-items:center;justify-content:space-between;margin:0;margin-top:auto;width:100vw;padding-top:2.5rem;padding-bottom:2.2rem;background-color:#95c11f;background:linear-gradient(to right, #95c11f, #00a19a);gap:2rem}.footer-cont .footer-logo{width:200px;object-fit:contain}.footer-cont .col-info{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.footer-cont .col-info .info-title{font-weight:500;color:#fff;font-size:1rem;line-height:1.3rem;margin:0 0 .2rem 0}.footer-cont .col-info .info-label{font-weight:300;color:#fff;font-size:.9rem;line-height:1.3rem;margin:0}.footer-cont .col-links{display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.footer-cont .col-links .link-btn{color:#fff;text-decoration:none;font-size:.9rem;line-height:.9rem;width:100%;min-width:200px;border-bottom:1px solid rgba(255,255,255,.4);padding:.6rem 0;text-align:center;transition:background-color .25s ease-in-out}.footer-cont .col-links .link-btn:first-of-type{border-top:1px solid rgba(255,255,255,.4)}.footer-cont .col-links .link-btn:hover{color:#fff;background-color:rgba(255,255,255,.1)}.footer-cont .col-links .social-cont{margin:1.5rem 0 0;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.8rem}.footer-cont .col-links .social-cont .social-label{font-weight:500;color:#fff;font-size:1rem;line-height:1.3rem;margin:0 1rem 0 0}.footer-cont .col-links .social-cont i{color:#fff;font-size:1.8rem;line-height:1.8rem}@media only screen and (max-width: 992px){.footer-cont{padding-top:3rem;flex-wrap:wrap;justify-content:space-around;gap:3rem 2rem}.footer-cont .footer-logo{height:60px;order:3;margin:auto 0}.footer-cont .col-info{margin-top:0;order:2}.footer-cont .col-links{order:4}}@media only screen and (max-width: 576px){.footer-cont{flex-direction:column;align-items:center;justify-content:flex-start;gap:1rem}.footer-cont .footer-logo{height:60px;order:1;margin-bottom:2rem}.footer-cont .col-info{width:100%;max-width:300px;order:2}.footer-cont .col-links{margin-top:1.5rem;order:3;width:100%;max-width:300px}}.modal-overlay{width:100%;height:100%;position:fixed;top:0;left:0;z-index:1000;background-color:rgba(0,0,0,.7);backdrop-filter:blur(10px)}.modal-card{position:relative;top:50%;left:50%;transform:translate(-50%, -50%);background-color:#fff;z-index:1001;border-radius:8px;width:90%;max-width:500px;min-height:100px;padding:25px 15px}.modal-card lottie-player{height:250px;width:100%;max-width:95%}#modalForm{margin:0}.modal-content{border-radius:10px}.modal-body{background-color:#f9f9f9}.modal-header .btn-close{margin-right:2px}.modal-dialog.large{width:98%;margin:1.75rem auto;max-width:1200px}.modal-dialog.medium{width:98%;margin:1.75rem auto;max-width:1000px}.modal-dialog.auto{min-width:300px;width:fit-content;margin:1.75rem auto;max-width:98%}.custom-btn{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;padding:.8rem 1.2rem;border-radius:.7rem;cursor:pointer;transition:color .25s,background-color .25s;height:58px}.custom-btn:hover{color:#fff !important}.custom-btn:hover.bg-primarylux{background-color:#95c11f !important}.custom-btn:hover.bg-secondarylux{background-color:#00a19a !important}.custom-btn:hover.bg-accentlux{background-color:#775b08 !important}.custom-btn i{margin:0 .7rem 0 0}.custom-btn p{margin:0}.button-field{height:58px;border-radius:.7rem;width:fit-content;padding:.8rem 1.3rem;display:flex;align-items:center;justify-content:space-between;cursor:pointer;border:1px solid #ced4da;color:#212529;transition:filter .25s ease-in-out,background-color .25s ease-in-out,color .25s ease-in-out}.button-field.small{padding:.5rem 1rem;height:fit-content}.button-field[disabled]{background-color:#ddd !important;cursor:no-drop}.button-field.error{background-color:rgba(192,0,0,.1);color:#c00000;border:1px solid rgba(192,0,0,.3)}.button-field.error:hover{background-color:rgba(192,0,0,.9);color:#fff}.button-field.success{background-color:rgba(40,167,69,.1);color:#28a745;border:1px solid rgba(40,167,69,.3)}.button-field.success:hover{background-color:rgba(40,167,69,.9);color:#fff}.button-field.warning{background-color:rgba(253,164,3,.1);color:#fda403;border:1px solid rgba(253,164,3,.3)}.button-field.warning:hover{background-color:rgba(253,164,3,.9);color:#fff}.button-field.accent{background-color:rgba(239,184,16,.22);color:#c99b0d;border:1px solid rgba(239,184,16,.4)}.button-field.accent:hover{background-color:rgba(239,184,16,.9);color:#fff}.button-field.primary{background-color:rgba(149,193,31,.1);color:#95c11f;border:1px solid rgba(149,193,31,.3)}.button-field.primary:hover{background-color:rgba(149,193,31,.9);color:#fff}.button-field.secondary{background-color:rgba(0,161,154,.1);color:#00a19a;border:1px solid rgba(0,161,154,.3)}.button-field.secondary:hover{background-color:rgba(0,161,154,.9);color:#fff}.button-field .label{margin:0;color:inherit}.button-field .icon{color:inherit;margin:0 .7rem 0 0}.button-field .icon.icon-lighter{opacity:.7}.button-field:hover{filter:brightness(95%)}.fab-button{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer}.fab-button.warning{background-color:#fff1d8;color:#cb8402}.fab-button.primary{background-color:#c7e76e;color:#303d0a}.fab-button.accent{background-color:#f4cf62;color:#483705}.fab-button.success{background-color:#e1f8e6;color:#1e7e34}#btn-scroll-top{position:fixed;right:1.7rem;bottom:1.5rem;width:50px;height:50px;min-width:50px;min-height:50px;border-radius:50%;background-color:#abacb0;display:flex;align-items:center;justify-content:center;z-index:100;cursor:pointer;transition:transform .25s ease-in-out,background-color .25s ease-in-out}#btn-scroll-top span{color:#fff;font-size:1.7rem;line-height:1.7rem}#btn-scroll-top:hover{background-color:#95c11f;transform:scale(1.1)}.noselect{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.focus-none:focus{box-shadow:none !important;outline:none !important}.form-control:focus{box-shadow:none !important;outline:none !important}.form-control,.form-select{border-radius:1rem}.form-floating.invalid label{color:#c00000}.form-floating.invalid .form-control{border-color:#c00000;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}::-webkit-scrollbar-track{background:rgba(0,0,0,0)}::-webkit-scrollbar{width:12px;background:rgba(0,0,0,0)}::-webkit-scrollbar-thumb{border-radius:50px;border:3px solid rgba(0,0,0,0);background-clip:padding-box;background-color:#d1d1d1}::-webkit-scrollbar-thumb:hover{background-color:#afafaf}.bg-primary{background-color:#95c11f !important}.bg-secondary{background-color:#00a19a !important}.bg-accent{background-color:#efb810 !important}.bg-neutral{background-color:#fff !important}.bg-dark{background-color:#5e5f64 !important}.bg-success{background-color:#28a745 !important}.bg-warning{background-color:#fda403 !important}.bg-error{background-color:#c00000 !important}.bg-primarylux{background-color:#eef8d3 !important}.bg-secondarylux{background-color:#ccfffc !important}.bg-accentlux{background-color:#fcf1cf !important}.bg-successlux{background-color:#def7e3 !important}.bg-warninglux{background-color:#fff1d7 !important}.bg-errorlux{background-color:#ffcdcd !important}.text-primary{color:#95c11f !important}.text-secondary{color:#00a19a !important}.text-accent{color:#efb810 !important}.text-neutral{color:#fff !important}.text-dark{color:#5e5f64 !important}.text-success{color:#28a745 !important}.text-warning{color:#fda403 !important}.text-error{color:#c00000 !important}.text-primarylux{color:#eef8d3 !important}.text-secondarylux{color:#ccfffc !important}.text-accentlux{color:#fcf1cf !important}.text-successlux{color:#def7e3 !important}.text-warninglux{color:#fff1d7 !important}.text-errorlux{color:#ffcdcd !important}.text-disabled{color:#abacb0 !important}@font-face{font-family:"Material Symbols Outlined";font-style:normal;font-weight:400;src:url(../../assets/fonts/materialiconsoutlined.woff2) format("woff2")}.material-symbols-outlined{font-family:"Material Symbols Outlined";font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:"liga";font-feature-settings:"liga";-webkit-font-smoothing:antialiased}/*# sourceMappingURL=style.min.css.map */