@import"https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Signika+Negative:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}*{font-family:"Lato",sans-serif}html{scroll-behavior:smooth}a{text-decoration:none;color:#212121}li{list-style:none}textarea:focus,input:focus,select:focus{outline:none}img{-o-object-fit:cover;object-fit:cover}.primary-button{all:unset;height:2.5rem;min-width:7.5rem;padding:0 1rem;display:flex;justify-content:center;align-items:center;background-color:#3d8424;border:1px solid #3d8424;color:#fafafa;font-family:"Lato";font-style:normal;font-weight:400;cursor:pointer}.primary-button:hover{background-color:#fafafa;color:#3d8424;transition:all 500ms cubic-bezier(0.075, 0.82, 0.165, 1);border:1px solid #3d8424}.primary-button:disabled{opacity:.8}.loader{border-radius:50%;width:6rem;height:6rem;margin:5rem auto;border:.8rem solid #f5d7a3;border-left-color:rgba(61,132,36,.7);animation:load8 1.2s infinite linear}.loader::after{border-radius:50%;width:6rem;height:6rem}.loader-modal{position:fixed;inset:0;justify-content:center;align-items:center;width:100vw;height:100vh;background-color:rgba(62,132,36,.3137254902);display:none;z-index:9999}.toast-message{position:fixed;top:1rem;right:1rem;background-color:#f5d7a3;color:#3d8424;padding:1rem 3rem;border-radius:5px;z-index:9999999;opacity:0;transition:opacity .3s ease-in-out}.toast-message.show{opacity:1}@keyframes load8{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes scaleAnimation{0%{transform:scale(1)}50%{transform:scale(0.6)}100%{transform:scale(1)}}@keyframes moveAnimation{0%{transform:translateX(-30px)}100%{transform:translateX(30px)}}@keyframes bounceAnimation{0%,100%{transform:translateY(0)}50%{transform:translateY(-20px)}}.loader{overscroll-behavior:contain;overflow:hidden}.none{display:none}.secondary-button{all:unset;height:2.5rem;min-width:7.5rem;padding:0 1rem;display:flex;justify-content:center;align-items:center;cursor:pointer;background-color:#fafafa;color:#3d8424;border:1px solid #3d8424;font-family:"Lato";font-style:normal;font-weight:400}.secondary-button:hover{background-color:#3d8424;color:#fafafa;border:1px solid #fafafa;transition:all 500ms cubic-bezier(0.075, 0.82, 0.165, 1)}.bigheader{display:flex;flex-direction:column;gap:.5rem}.bigheader-topheader{display:flex;justify-content:space-between;align-items:center;padding:0rem 5rem}.bigheader-topheader--image{height:8rem;width:8rem;box-shadow:1px 1px 4px rgba(0,0,0,.25);border-radius:0px 0px .5rem .5rem;overflow:hidden}.bigheader-topheader--image img{height:100%;width:100%}.bigheader-topheader--applytalk{display:flex;gap:2rem}.bigheader-topheader--applytalk_items{display:flex;gap:.5rem;align-items:center;justify-content:center}.bigheader-topheader--applytalk_items__icon{height:4rem;width:4rem;display:flex;align-items:center;justify-content:center}.bigheader-topheader--applytalk_items__icon i{font-size:2.5rem;color:#3d8424;cursor:pointer}.bigheader-topheader--applytalk_items__content{display:flex;flex-direction:column;gap:.2rem}.bigheader-topheader--applytalk_items__content h2{cursor:pointer;font-size:1.2rem;color:#3d8424;font-weight:500}.bigheader-topheader--applytalk_items__content p{font-size:1rem;color:#212121;font-weight:400}.bigheader-navheader{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 5rem;background:#3d8424;position:sticky;top:0;left:0;z-index:99999;box-shadow:2px 2px 6px rgba(33,33,33,.1)}.bigheader-navheader--nav ul{display:flex;justify-content:space-between;align-items:center;gap:2rem}.bigheader-navheader--nav ul li{position:relative}.bigheader-navheader--nav ul li a{font-family:"Lato";font-style:normal;font-weight:400;font-size:16px;letter-spacing:.09em;color:#fafafa;cursor:pointer}.bigheader-navheader--nav ul li a:after{content:"";position:absolute;left:0;bottom:-10px;width:100%;height:2px;background-color:#fafafa;transform:scaleX(0);transition:transform .4s linear}.bigheader-navheader--nav ul li a:hover:after{transform:scaleX(1)}.bigheader-navheader--nav ul li .dropdown{position:absolute;top:235%;background-color:#f9f9f9;height:auto;box-shadow:0px 8px 16px 0px rgba(0,0,0,.2);z-index:11}.bigheader-navheader--nav ul li .dropdown-list{display:flex;flex-direction:column}.bigheader-navheader--nav ul li .dropdown-list--content{font-family:"Lato";font-style:normal;font-weight:400;font-size:16px;letter-spacing:.09em;padding:.5rem 1rem;color:#212121;cursor:pointer}.bigheader-navheader--nav ul li .dropdown-list--content:hover{color:#3d8424;transition:.3s all linear}.bigheader-navheader--nav ul li .dropdown-list--content:hover:after{transform:scaleX(0)}.bigheader-navheader--nav ul li .dropdown:not(.show){display:none}.bigheader-navheader--nav ul li .dropdown.show{display:block}.bigheader-navheader--social{display:flex;gap:1rem}.bigheader-navheader--social a{font-size:1.35rem;color:#fafafa}.sticky-navheader{position:fixed;width:100%}.smallheader{height:auto;background:#fafafa;padding:0rem 5rem 1rem 5rem;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;left:0;z-index:9999}.smallheader-applytalk{display:flex;gap:2rem}.smallheader-applytalk--items{display:flex;gap:.5rem;align-items:center;justify-content:center}.smallheader-applytalk--items_icon{height:4rem;width:4rem;display:flex;align-items:center;justify-content:center}.smallheader-applytalk--items_icon i{font-size:2.5rem;color:#3d8424;cursor:pointer}.smallheader-applytalk--items_content{display:flex;flex-direction:column;gap:.2rem}.smallheader-applytalk--items_content h2{cursor:pointer;font-size:1.2rem;color:#3d8424;font-weight:500}.smallheader-applytalk--items_content p{font-size:1rem;color:#212121;font-weight:400}.smallheader-image{height:6rem;width:6rem;box-shadow:1px 1px 4px rgba(0,0,0,.25);border-radius:0px 0px .5rem .5rem;overflow:hidden}.smallheader-image img{height:100%;width:100%}.smallheader-hamburger i{font-size:1.5rem;color:#3d8424;cursor:pointer}.smallheader-navbar{position:fixed;top:0;left:-250px;width:250px;height:100vh;background-color:#fafafa;transition:left .3s ease;overflow-y:auto;z-index:9999;padding:1rem}.smallheader-navbar--closeicon{display:flex;justify-content:flex-end;padding:10px}.smallheader-navbar--closeicon i{cursor:pointer;font-size:1.5rem}.smallheader-navbar .smallnav{width:100%;padding:1.5rem 0}.smallheader-navbar .smallnav-ul{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:0rem 2rem;gap:1.5rem}.smallheader-navbar .smallnav-ul--li{position:relative}.smallheader-navbar .smallnav-ul--li_a{font-family:"Lato";font-style:normal;font-weight:400;font-size:16px;letter-spacing:.09em;cursor:pointer}.smallheader-navbar .smallnav-ul--li_a:hover{color:#3d8424;transition:.3s all linear}.smallheader-navbar .smallnav-ul--li_dropdown{position:fixed;left:15%;background-color:#f9f9f9;height:auto;box-shadow:0px 8px 16px 0px rgba(0,0,0,.2);z-index:99999}.smallheader-navbar .smallnav-ul--li_dropdown__list{display:flex;flex-direction:column}.smallheader-navbar .smallnav-ul--li_dropdown__list-content{font-family:"Lato";font-style:normal;font-weight:400;font-size:16px;letter-spacing:.09em;padding:.5rem 1rem;color:#212121;cursor:pointer}.smallheader-navbar .smallnav-ul--li_dropdown__list-content:hover{color:#3d8424;transition:.3s all linear}.smallheader-navbar .smallnav-ul--li_dropdown:not(.show){display:none}.smallheader-navbar .smallnav-ul--li_dropdown.show{display:block}.smallheader-navbar .social{padding:2rem}.smallheader-navbar .social h2{font-size:1.35rem;color:#3d8424;font-weight:400}.smallheader-navbar .social-links{display:flex;padding-top:1rem;gap:1rem}.smallheader-navbar .social-links a{font-size:1.35rem;color:#3d8424}.smallheader-navbar.open{left:0;overflow-y:hidden}body.offcanvas-open{overflow:hidden}.active-link{color:#3d8424}.footer{background-color:#3d8424;padding:5rem 5rem 0rem 5rem}.footer-main{border-bottom:2px solid #fafafa;display:grid;grid-template-columns:repeat(4, 1fr);gap:2rem}.footer-main--logo{width:100%;padding:0rem 1rem 2rem 1rem}.footer-main--logo img{width:100%;height:100%}.footer-main--quicklink,.footer-main--contactus,.footer-main--newsletter{width:100%;color:#fafafa;font-family:"Lato";font-style:normal;font-weight:500;font-size:18px}.footer-main--quicklink_title,.footer-main--contactus_title,.footer-main--newsletter_title{font-family:"Signika Negative";font-style:normal;font-weight:700;font-size:28px}.footer-main--quicklink_ul,.footer-main--contactus_ul,.footer-main--newsletter_ul{padding:2rem 0;display:flex;flex-direction:column;gap:1rem}.footer-main--quicklink_ul li,.footer-main--contactus_ul li,.footer-main--newsletter_ul li{display:flex;gap:1rem;align-items:center}.footer-main--quicklink_ul li i,.footer-main--contactus_ul li i,.footer-main--newsletter_ul li i{color:#f5d7a3}.footer-main--quicklink_ul li a,.footer-main--contactus_ul li a,.footer-main--newsletter_ul li a{text-decoration:none;color:#fafafa}.footer-main--newsletter_sub{margin-top:1rem;font-weight:400;font-size:18px;padding:1.25rem 0}.footer-main--newsletter_button{display:flex;height:-moz-max-content;height:max-content}.footer-main--newsletter_button input[type=text]{all:unset;padding:.5rem;text-align:left;gap:0rem;height:2rem;background-color:#fff;border-right:1px solid #3d8424;color:#3d8424}.footer-main--newsletter_button input[type=text]::-moz-placeholder{font-size:1rem;font-weight:400}.footer-main--newsletter_button input[type=text]::placeholder{font-size:1rem;font-weight:400}.footer-main--newsletter_button__submit{all:unset;background-color:#fff;padding:0 2rem}.footer-main--newsletter_button__submit i{color:#3d8424;cursor:pointer}.footer-sub{display:flex;justify-content:space-between;align-items:center;color:#fafafa;font-family:"Lato";font-style:normal;font-weight:400;font-size:16px;padding:2rem 5rem}.footer-sub--copy a{color:#fafafa}.herosection{height:50vh;background-color:rgba(0,0,0,.5);position:relative;overflow:hidden}.herosection img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;mix-blend-mode:overlay}.herosection-circle1{width:584px;height:584px;background:rgba(217,217,217,.14);position:absolute;border-radius:50%;right:72.5%;top:4rem;animation:scaleAnimation 10s infinite}.herosection-circle2{width:143px;height:143px;background:rgba(217,217,217,.2);position:absolute;border-radius:50%;right:10.5%;top:1%;animation:scaleAnimation 5s infinite}.herosection-content{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);text-align:center}.herosection-content--breadcrumb{display:flex;gap:.3rem;align-items:center;justify-content:center}.herosection-content--breadcrumb a,.herosection-content--breadcrumb h3{font-family:"Signika Negative";font-style:normal;font-weight:600;font-size:1.1rem;line-height:2rem;color:#f5d7a3}.herosection-content h2{font-family:"Signika Negative";font-style:normal;font-weight:700;font-size:3rem;line-height:3ren;color:#fafafa}@media(max-width: 500px){.footer{width:100%;padding:0rem}.footer-main{grid-template-columns:repeat(1, 1fr);padding-bottom:1.5rem;gap:1.5rem}.footer-main--logo{padding:1.5rem 2.5rem;display:flex;justify-content:center;height:14rem;width:100%}.footer-main--logo img{width:100%;height:100%}.footer-main--quicklink,.footer-main--contactus,.footer-main--newsletter{text-align:center;padding:0rem;font-family:"Lato";font-style:normal;font-weight:500;font-size:18px}.footer-main--quicklink_title,.footer-main--contactus_title,.footer-main--newsletter_title{font-family:"Signika Negative";font-style:normal;font-weight:700;font-size:28px}.footer-main--quicklink_ul,.footer-main--contactus_ul,.footer-main--newsletter_ul{padding:1rem 0rem;display:flex;flex-direction:column;gap:1rem}.footer-main--quicklink_ul li,.footer-main--contactus_ul li,.footer-main--newsletter_ul li{display:flex;gap:1rem;align-items:center;justify-content:center}.footer-main--quicklink_ul li i,.footer-main--contactus_ul li i,.footer-main--newsletter_ul li i{color:#f5d7a3}.footer-main--quicklink_ul li a,.footer-main--contactus_ul li a,.footer-main--newsletter_ul li a{text-decoration:none;color:#fafafa}.footer-main--newsletter{padding:0rem 1.5rem}.footer-main--newsletter_sub{margin-top:0rem;font-weight:400;font-size:18px;padding:1rem 0}.footer-main--newsletter_button{display:flex;height:-moz-max-content;height:max-content;align-self:center;width:100%}.footer-main--newsletter_button input[type=text]{all:unset;padding:.5rem;display:flex;text-align:left !important;align-items:center;gap:0rem;height:2rem;flex-grow:1;background-color:#fff;border-right:1px solid #3d8424;color:#3d8424}.footer-main--newsletter_button input[type=text]::-moz-placeholder{font-size:1rem;font-weight:400}.footer-main--newsletter_button input[type=text]::placeholder{font-size:1rem;font-weight:400}.footer-main--newsletter_button__submit{all:unset;background-color:#fff;padding:0 1rem}.footer-main--newsletter_button__submit i{color:#3d8424;cursor:pointer}.footer-sub{display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fafafa;font-family:"Lato";font-style:normal;font-weight:400;font-size:16px;padding:1rem 2.5rem;gap:1rem}.footer-sub--copy a{color:#fafafa}}@media(min-width: 500px)and (max-width: 768px){.footer{width:100%;padding:0rem}.footer-main{grid-template-columns:repeat(1, 1fr);padding-bottom:1.5rem;gap:1.5rem}.footer-main--logo{padding:1.5rem 6rem;display:flex;justify-content:center;width:100%;height:18rem}.footer-main--logo img{width:100%;height:100%}.footer-main--quicklink,.footer-main--contactus,.footer-main--newsletter{text-align:center;padding:0rem 2.5rem;font-family:"Lato";font-style:normal;font-weight:500;font-size:18px}.footer-main--quicklink_title,.footer-main--contactus_title,.footer-main--newsletter_title{font-family:"Signika Negative";font-style:normal;font-weight:700;font-size:28px}.footer-main--quicklink_ul,.footer-main--contactus_ul,.footer-main--newsletter_ul{padding:1rem 0rem;display:flex;flex-direction:column;gap:1rem}.footer-main--quicklink_ul li,.footer-main--contactus_ul li,.footer-main--newsletter_ul li{display:flex;gap:1rem;align-items:center;justify-content:center}.footer-main--quicklink_ul li i,.footer-main--contactus_ul li i,.footer-main--newsletter_ul li i{color:#f5d7a3}.footer-main--quicklink_ul li a,.footer-main--contactus_ul li a,.footer-main--newsletter_ul li a{text-decoration:none;color:#fafafa}.footer-main--newsletter_sub{margin-top:0rem;font-weight:400;font-size:18px;padding:1rem 0}.footer-main--newsletter_button{display:flex;height:-moz-max-content;height:max-content;align-self:center;width:100%;padding:0rem 5rem}.footer-main--newsletter_button input[type=text]{all:unset;padding:.5rem;display:flex;text-align:left !important;align-items:center;gap:0rem;height:2rem;flex-grow:1;background-color:#fff;border-right:1px solid #3d8424;color:#3d8424}.footer-main--newsletter_button input[type=text]::-moz-placeholder{font-size:1rem;font-weight:400}.footer-main--newsletter_button input[type=text]::placeholder{font-size:1rem;font-weight:400}.footer-main--newsletter_button__submit{all:unset;background-color:#fff;padding:0 1rem}.footer-main--newsletter_button__submit i{color:#3d8424;cursor:pointer}.footer-sub{display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fafafa;font-family:"Lato";font-style:normal;font-weight:400;font-size:16px;padding:1rem 2.5rem;gap:1rem}.footer-sub--copy a{color:#fafafa}}@media(min-width: 768px)and (max-width: 1280px){.footer{background-color:#3d8424;padding:5rem 5rem 0rem 5rem}.footer-main{border-bottom:2px solid #fafafa;display:grid;grid-template-columns:repeat(2, 1fr);gap:2rem}.footer-main--logo{width:100%;height:18rem;padding:0rem 1rem 1rem 0rem}.footer-main--logo img{width:100%;height:100%}.footer-main--quicklink,.footer-main--contactus,.footer-main--newsletter{width:100%;color:#fafafa;font-family:"Lato";font-style:normal;font-weight:500;font-size:18px}.footer-main--quicklink_title,.footer-main--contactus_title,.footer-main--newsletter_title{font-family:"Signika Negative";font-style:normal;font-weight:700;font-size:28px}.footer-main--quicklink_ul,.footer-main--contactus_ul,.footer-main--newsletter_ul{padding:2rem 0;display:flex;flex-direction:column;gap:1rem}.footer-main--quicklink_ul li,.footer-main--contactus_ul li,.footer-main--newsletter_ul li{display:flex;gap:1rem;align-items:center}.footer-main--quicklink_ul li i,.footer-main--contactus_ul li i,.footer-main--newsletter_ul li i{color:#f5d7a3}.footer-main--quicklink_ul li a,.footer-main--contactus_ul li a,.footer-main--newsletter_ul li a{text-decoration:none;color:#fafafa}.footer-main--newsletter_sub{margin-top:1rem;font-weight:400;font-size:18px;padding:1.25rem 0}.footer-main--newsletter_button{display:flex;height:-moz-max-content;height:max-content;width:100%}.footer-main--newsletter_button input[type=text]{all:unset;padding:.5rem;text-align:left;gap:0rem;height:2rem;background-color:#fff;border-right:1px solid #3d8424;color:#3d8424}.footer-main--newsletter_button input[type=text]::-moz-placeholder{font-size:1rem;font-weight:400}.footer-main--newsletter_button input[type=text]::placeholder{font-size:1rem;font-weight:400}.footer-main--newsletter_button__submit{all:unset;background-color:#fff;padding:0 2rem}.footer-main--newsletter_button__submit i{color:#3d8424;cursor:pointer}.footer-sub{display:flex;justify-content:space-between;align-items:center;color:#fafafa;font-family:"Lato";font-style:normal;font-weight:400;font-size:16px;padding:2rem 5rem}.footer-sub--copy a{color:#fafafa}}@media(min-width: 575px)and (max-width: 768px){.bigheader{display:none}.smallheader{padding:0rem 2.5rem 1rem 2.5rem}.smallheader-applytalk{display:flex;gap:1rem}.smallheader-applytalk--items{display:flex;gap:.5rem;align-items:center;justify-content:center}.smallheader-applytalk--items_icon{height:3rem;width:3rem;display:flex;align-items:center;justify-content:center}.smallheader-applytalk--items_icon i{font-size:1.5rem;color:#3d8424;cursor:pointer}.smallheader-applytalk--items_content{display:flex;flex-direction:column;gap:.2rem}.smallheader-applytalk--items_content h2{cursor:pointer;font-size:1rem;color:#3d8424;font-weight:500}.smallheader-applytalk--items_content p{font-size:.8rem;color:#212121;font-weight:400}}@media(max-width: 575px){.bigheader{display:none}.smallheader{padding:0rem 1.5rem 1rem 1.5rem}.smallheader-applytalk{display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}.smallheader-applytalk--items{display:flex;gap:.2rem;align-items:center;justify-content:center}.smallheader-applytalk--items_icon{height:2rem;width:2rem;display:flex;align-items:center;justify-content:center}.smallheader-applytalk--items_icon i{font-size:1rem;color:#3d8424;cursor:pointer}.smallheader-applytalk--items_content{display:flex;flex-direction:column;gap:.2rem}.smallheader-applytalk--items_content h2{cursor:pointer;font-size:.8rem;color:#3d8424;font-weight:500}.smallheader-applytalk--items_content p{font-size:.6rem;color:#212121;font-weight:400}}@media(min-width: 768px)and (max-width: 1099px){.bigheader{display:none}}@media(min-width: 1100px){.smallheader{display:none}}@media(max-width: 575px){.herosection{height:50vh;background-color:rgba(0,0,0,.5);position:relative;overflow:hidden}.herosection img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;mix-blend-mode:overlay}.herosection-circle1{width:584px;height:584px;background:rgba(217,217,217,.14);position:absolute;border-radius:50%;right:72.5%;top:4rem;animation:scaleAnimation 10s infinite}.herosection-circle2{width:143px;height:143px;background:rgba(217,217,217,.2);position:absolute;border-radius:50%;right:10.5%;top:1%;animation:scaleAnimation 5s infinite}.herosection-content{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);text-align:center}.herosection-content--breadcrumb{display:flex;gap:.3rem;align-items:center;justify-content:center}.herosection-content--breadcrumb a,.herosection-content--breadcrumb h3{font-family:"Signika Negative";font-style:normal;font-weight:600;font-size:1.1rem;line-height:2rem;color:#f5d7a3}.herosection-content h2{font-family:"Signika Negative";font-style:normal;font-weight:700;font-size:1.5rem;line-height:3ren;color:#fafafa}}.main{padding:2.5rem 5rem;background:#6ca159;font-family:"Signika Negative";font-style:normal;font-weight:600;font-size:24px;line-height:28px;text-align:center;color:#fff}.testimonials{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 5rem 5rem 5rem}.testimonials-title{font-family:"Signika Negative";font-style:normal;font-weight:700;font-size:2.75rem;letter-spacing:.02em;color:#3d8424;padding:4rem 0}.testimonials-main{display:grid;grid-template-columns:1fr 1fr;gap:4rem;padding-bottom:2rem;width:100%}.testimonials-main--imagecontent{display:flex;gap:2rem;align-items:center;padding:1rem}.testimonials-main--imagecontent:nth-child(4n+2),.testimonials-main--imagecontent:nth-child(4n+3){background:#3d8424;color:#fafafa;box-shadow:3px 3px 8px rgba(11,63,16,.1)}.testimonials-main--imagecontent:nth-child(4n+1),.testimonials-main--imagecontent:nth-child(4n+4){box-shadow:2px 2px 6px rgba(33,33,33,.1)}.testimonials-main--imagecontent:nth-child(4n+1) .testimonials-main--imagecontent_content__rating,.testimonials-main--imagecontent:nth-child(4n+4) .testimonials-main--imagecontent_content__rating{color:#3d8424 !important}.testimonials-main--imagecontent_image{flex:1;display:flex;justify-content:center;align-items:center}.testimonials-main--imagecontent_image img{width:8rem;height:8rem;border-radius:50%}.testimonials-main--imagecontent_content{flex:3;display:flex;flex-direction:column;gap:.5rem}.testimonials-main--imagecontent_content h2{height:4.5rem;overflow:hidden;font-size:1rem;font-weight:400;line-height:1.5rem}.testimonials-main--imagecontent_content .read-more{display:flex;justify-content:flex-end;font-size:1rem;font-weight:400;text-decoration:underline;cursor:pointer}.testimonials-main--imagecontent_content .read-more:hover{color:blue}.testimonials-main--imagecontent_content h3{font-size:1.1rem;font-weight:500;color:#212121}.testimonials-main--imagecontent_content__rating{font-size:1.5rem;color:#3d8424}.modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99999999;display:none;background-color:rgba(0,0,0,.5);overflow-y:auto}.modal-open{overflow:hidden}.modal-content{position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);width:600px;max-width:90%;background-color:#fff;padding:1rem 2rem}.modal-header{display:flex;justify-content:space-between;align-items:center}.modal-header i{font-size:1.5rem;cursor:pointer}.modal-title{font-size:1.5rem;font-weight:500;margin-bottom:10px}.modal-body{max-height:230px;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none}.modal-body::-webkit-scrollbar{display:none}.modal-footer{display:flex;justify-content:flex-end;padding-top:1rem}.modal-footer .btn{background:#3d8424;padding:.5rem 1.5rem;display:flex;justify-content:center;align-items:center;border:1px solid #3d8424;cursor:pointer;color:#fafafa;width:-moz-fit-content;width:fit-content;transition:all .25s linear}.modal-footer .btn:hover{background:#fafafa;color:#3d8424}.viewtestimonial{display:flex;gap:1rem;align-items:center}.viewtestimonial-imagenamestar{flex:1;display:flex;flex-direction:column;align-items:center;gap:.5rem}.viewtestimonial-imagenamestar img{height:8rem;width:8rem;border-radius:50%;-o-object-fit:cover;object-fit:cover}.viewtestimonial-imagenamestar h3{font-size:1.1rem;font-weight:400;color:#212121;line-height:1.5rem}.viewtestimonial-imagenamestar--star{font-size:1.5rem;font-weight:400;color:#3d8424;line-height:1.5rem}.viewtestimonial-message{flex:1.5;max-height:230px;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none}.viewtestimonial-message::-webkit-scrollbar{display:none}.viewtestimonial-message h2{font-size:1rem;font-weight:400;color:#212121;line-height:1.5rem}@media(max-width: 575px){.main{padding:2.5rem;font-weight:400;font-size:1rem;line-height:2rem;color:#fafafa}.testimonials{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.5rem}.testimonials-title{font-family:"Signika Negative";font-style:normal;font-weight:700;font-size:1.5rem;letter-spacing:.02em;color:#3d8424;padding:0rem}.testimonials-main{display:grid;grid-template-columns:1fr;gap:1.5rem;padding-bottom:2rem;width:100%}.testimonials-main--imagecontent{display:flex;gap:1rem;align-items:center;box-shadow:2px 2px 6px rgba(33,33,33,.1);padding:1rem}.testimonials-main--imagecontent:nth-child(even){background:#3d8424;color:#fafafa}.testimonials-main--imagecontent:nth-child(odd){background:#fafafa;color:#212121}.testimonials-main--imagecontent:nth-child(odd) .testimonials-main--imagecontent_content__rating{color:#3d8424 !important}.testimonials-main--imagecontent_image{flex:1;display:flex;justify-content:center;align-items:center}.testimonials-main--imagecontent_image img{width:5rem;height:5rem;border-radius:50%}.viewtestimonial{flex-direction:column}}@media(min-width: 575px)and (max-width: 768px){.main{padding:2.5rem;font-weight:400;font-size:1rem;line-height:2rem;color:#fafafa}.testimonials{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.5rem}.testimonials-title{font-family:"Signika Negative";font-style:normal;font-weight:700;font-size:1.5rem;letter-spacing:.02em;color:#3d8424;padding:0rem}.testimonials-main{display:grid;grid-template-columns:1fr;gap:1.5rem;padding-bottom:2rem;width:100%}.testimonials-main--imagecontent{display:flex;gap:1rem;align-items:center;box-shadow:2px 2px 6px rgba(33,33,33,.1);padding:1rem}.testimonials-main--imagecontent:nth-child(even){background:#3d8424;color:#fafafa}.testimonials-main--imagecontent:nth-child(odd){background:#fafafa;color:#212121}.testimonials-main--imagecontent:nth-child(odd) .testimonials-main--imagecontent_content__rating{color:#3d8424 !important}}@media(min-width: 768px)and (max-width: 992px){.main{padding:2.5rem 5rem;font-weight:400;font-size:1rem;line-height:2rem;color:#fafafa}.testimonials{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5rem}.testimonials-title{font-family:"Signika Negative";font-style:normal;font-weight:700;font-size:2rem;letter-spacing:.02em;color:#3d8424;padding-bottom:1.5rem}.testimonials-main{display:grid;grid-template-columns:1fr;gap:1.5rem;padding-bottom:2rem;width:100%}.testimonials-main--imagecontent{display:flex;gap:1rem;align-items:center;box-shadow:2px 2px 6px rgba(33,33,33,.1);padding:1rem}.testimonials-main--imagecontent:nth-child(even){background:#3d8424;color:#fafafa}.testimonials-main--imagecontent:nth-child(odd){background:#fafafa;color:#212121}.testimonials-main--imagecontent:nth-child(odd) .testimonials-main--imagecontent_content__rating{color:#3d8424 !important}}@media(min-width: 992px)and (max-width: 1280px){.main{padding:2.5rem 5rem;font-weight:400;font-size:1.5rem;line-height:2rem;color:#fafafa}.testimonials{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5rem}.testimonials-main{display:grid;grid-template-columns:1fr 1fr;gap:2rem;padding-bottom:2rem;width:100%}.testimonials-main--imagecontent{display:flex;gap:2rem;align-items:center;box-shadow:2px 2px 6px rgba(33,33,33,.1);padding:1rem}}/*# sourceMappingURL=index.min.css.map */