@font-face {
  font-family: Nunito;
  src: url('../fonts/Nunito-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nunito;
  src: url('../fonts/Nunito-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nunito;
  src: url('../fonts/Nunito-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Nunito;
  src: url('../fonts/Nunito-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Nunito;
  src: url('../fonts/Nunito-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nunito;
  src: url('../fonts/Nunito-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Nunito;
  src: url('../fonts/Nunito-Bold.ttf') format("truetype"), url('../fonts/Nunito-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nunito;
  src: url('../fonts/Nunito-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Nunito;
  src: url('../fonts/Nunito-ExtraLightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Nunito;
  src: url('../fonts/Nunito-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nunito;
  src: url('../fonts/Nunito-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nunito;
  src: url('../fonts/Nunito-ExtraBoldItalic.ttf') format("truetype"), url('../fonts/Nunito-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Nunito;
  src: url('../fonts/Nunito-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Nunito;
  src: url('../fonts/Nunito-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --yellow-green: #aac538;
  --dark-green: #305226;
  --olive-drab: #639841;
  --dim-grey-text-color: #636060;
  --flowui-component-library-white: white;
  --olive-drab-backdrop: #6398411a;
  --elements-webflow-library-neutral--600: #6e7191;
  --elements-webflow-library-neutral--800: #211f54;
  --elements-webflow-library-neutral--100: white;
  --elements-webflow-library-neutral--300: #eff0f6;
  --elements-webflow-library-general--shadow-02: #14142b14;
  --elements-webflow-library-general--shadow-01: #14142b0f;
  --flowui-component-library-success-lighter: #ebfff6;
  --flowui-component-library-success-darker: #006638;
  --flowui-component-library-gray-900: #160042;
  --flowui-component-library-gray-700: #282556;
  --flowui-component-library-gray-400: #b6b9ce;
  --flowui-component-library-grey-300: #e4e6f1;
  --flowui-component-library-gray-500: #6b7094;
  --elements-webflow-library-accent--primary-1: #4a3aff;
  --elements-webflow-library-neutral--400: #dcddeb;
  --elements-webflow-library-secondary--color-1: #281ca5;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--yellow-green);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 44px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.nav-menu {
  background-color: #fff0;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  margin-right: 20px;
  display: flex;
  position: relative;
}

.nav-bar {
  z-index: 200;
  background-color: var(--dark-green);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  padding: 0 20px;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.menu-button.w--open {
  color: #096ad033;
  background-color: #fff;
}

.nav-link {
  color: #fff;
  text-align: left;
  cursor: pointer;
  padding: 0 20px;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: opacity .15s;
  position: relative;
}

.nav-link:hover {
  opacity: 1;
  color: #aac538;
}

.nav-link.w--current {
  color: var(--olive-drab);
  font-weight: 700;
  transition-property: none;
}

.nav-link.border {
  opacity: 1;
  background-color: #aac538;
  border: 1px #096ad0;
  border-radius: 50px;
  padding-top: 6px;
  padding-bottom: 6px;
  transition: background-color .2s;
}

.nav-link.border:hover {
  color: #fff;
  background-color: #096ad0;
}

.nav-link.border.menu-text {
  color: var(--dark-green);
  background-color: #fff200;
  border-width: 0;
  margin-left: 40px;
  font-weight: 500;
}

.nav-link.border.menu-text:hover {
  color: #fff;
  background-color: #aac538;
  border-style: none;
  border-width: 0;
  font-weight: 500;
}

.nav-link.dropmargin {
  padding-bottom: 10px;
}

.nav-link.epx {
  background-color: var(--yellow-green);
  border-radius: 6px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: static;
}

.nav-link.epx:hover {
  background-color: var(--olive-drab);
  color: #fff;
  position: static;
}

.wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
}

.wrapper.navbar {
  flex-direction: row;
  align-items: center;
  max-width: none;
  padding: 5px 0;
  display: block;
}

.wrapper._60px {
  max-width: none;
  padding: 60px 5%;
}

.wrapper._60px.kodrkkp-olety {
  max-width: none;
}

.wrapper._60px._5 {
  padding-left: 0%;
  padding-right: 0%;
}

.div-block {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 30%;
  display: flex;
}

.main_logo {
  z-index: 999;
  max-width: 45%;
  display: block;
  position: absolute;
  inset: 0% auto auto 3%;
}

.hero_text {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 100%;
}

.hero_text.white {
  color: #fff;
  text-align: center;
}

.h1_hero {
  color: var(--yellow-green);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 4rem;
  line-height: 100%;
}

.h1_hero.centre {
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 500;
}

.h1_hero.centre._10px {
  margin-bottom: 20px;
  font-family: Nunito, sans-serif;
}

.h1_hero.small {
  margin-bottom: 40px;
  font-size: 3rem;
}

.h1_hero.small.white {
  color: #fff;
  font-family: Nunito, sans-serif;
  font-size: 33px;
  font-weight: 700;
}

.h1_hero.small.white.green-color {
  color: var(--dark-green);
}

.h1_hero.extra-small {
  text-align: center;
  height: auto;
  font-family: Nunito, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 130%;
}

.h1_hero.extra-small.blod {
  font-weight: 700;
}

.h1_hero.extra-small.blod.large {
  justify-content: center;
  align-items: center;
  font-family: Nunito, sans-serif;
  font-size: 2.5rem;
  display: flex;
}

.h1_hero.extra-small.blod-left {
  text-align: left;
  font-family: Nunito, sans-serif;
  font-weight: 700;
}

.h1_hero.extra-small.blod-left.line-hight0 {
  text-align: left;
  width: auto;
  height: auto;
  margin-bottom: 12px;
}

.h1_hero.extra-small.left {
  text-align: left;
  height: auto;
  margin-bottom: 0;
}

.h1_hero.extra-small.left._10pxmargin {
  margin-bottom: 10px;
}

.h1_hero.extra-small.div_centre {
  justify-content: center;
  align-items: center;
  height: auto;
  display: block;
}

.cta_hero-button {
  background-color: var(--yellow-green);
  border-radius: 100px;
  padding: 15px 20px;
  font-family: Poppins, sans-serif;
  font-size: 1.1rem;
  line-height: 100%;
}

.cta_hero-button:hover {
  opacity: 1;
}

.cta_hero-button.footer {
  background-color: var(--yellow-green);
  text-align: center;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
}

.cta_hero-button.margin-40px {
  margin-top: 20px;
}

.cta_hero-button.margin-40px.left {
  margin-right: auto;
}

.services-section {
  position: relative;
}

.service_img_bg {
  background-image: url('../images/62948bba2508d8ec192adf29_service-bg-1.webp');
  background-position: 50%;
  background-size: cover;
}

.wrapper_margin {
  background-color: var(--olive-drab);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.inner_container {
  align-self: center;
  max-width: 1170px;
}

.upper_content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-content {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.service_img {
  object-fit: cover;
  border-radius: 50%;
}

.medium_text {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 100%;
}

.services_button {
  margin-top: 60px;
}

.cta_section {
  background-image: linear-gradient(#628d1969, #628d1969), url('../images/vineyard-428041_1920.webp');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.cta-grid {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
  justify-items: center;
}

.footer-div {
  background-color: var(--dark-green);
  padding-left: 20px;
}

.footer-link-copy {
  color: #fff;
  max-width: 100%;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  display: block;
}

.footer-link-copy:hover {
  opacity: 1;
  color: #fff;
}

.footer-column-for-playstore {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 80px;
  padding-right: 0;
  display: flex;
}

.footer-grid-01 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
}

.footer-link {
  color: #fff;
  text-transform: none;
  max-width: 100%;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  transition-property: none;
  display: block;
}

.footer-link:hover {
  opacity: .8;
  color: #fff;
}

.social-link-2 {
  background-color: #afc93a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  margin-right: 0;
  padding: 10px;
  display: flex;
}

.footer-title {
  color: #fff;
  margin-bottom: 22px;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.secondary-link {
  color: #fff;
  text-transform: none;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.secondary-link:hover {
  color: #6b9c2f;
}

.secondary-link.middle {
  margin-left: 0;
  font-family: Poppins, sans-serif;
}

.secondary-link.middle:hover {
  color: #fff;
}

.footer-social-logo {
  justify-content: center;
  align-items: center;
  display: flex;
}

.play-store-icon {
  width: 149px;
  max-width: 190px;
  min-height: 51px;
  padding-bottom: 0;
}

.social-icon {
  width: auto;
  max-width: 80%;
}

.footer-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px #ffffff1a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: grid;
}

.footer-contianer {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.playstore-and-appstore {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.footer-column-help {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 60px;
  padding-right: 0;
  display: flex;
}

.footer-column-links {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.bold-text-2 {
  font-weight: 500;
}

.apple-icon-4 {
  width: 150px;
  max-width: none;
  height: 51px;
  min-height: 51px;
  margin: 0 0 0 -2px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.buttom-footer {
  background-image: url('../images/6267e27c6f5bad251ae41a80_5f206110d859773e2b0a7b85_image-footer-farm-template_16267e27c6f5bad251ae41a80_5f206110d859773e2b0a7b85_image-footer-farm-template.webp');
  background-position: 0 0;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.about-us-div {
  background-color: #35492812;
  padding-top: 80px;
  padding-bottom: 80px;
}

.about-us-div.white {
  background-color: #ffffff12;
}

.about-us-div.margin_5 {
  padding-left: 5%;
  padding-right: 5%;
}

.about-us-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.about-us-grid.margin_40px {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: grid;
}

.content-div {
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.content-div.left-align {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: flex-start;
}

.image-about {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  border-radius: 100px 0;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  margin-left: 0;
  display: flex;
}

.h1_text {
  color: var(--yellow-green);
  margin-top: 0;
  font-family: Nunito, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
}

.h1_text.pager-title {
  color: #fff;
  font-size: 38px;
  font-weight: 600;
}

.h1_text.pager-title.center {
  text-align: center;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.green {
  color: var(--olive-drab);
}

.page_title {
  max-width: 1170px;
}

.breadcrum {
  text-align: center;
  max-width: 1170px;
  margin-top: 10px;
  display: none;
}

.page_link {
  color: var(--olive-drab);
  font-family: Poppins, sans-serif;
  font-size: 15px;
  text-decoration: none;
}

.page_link.active-page {
  color: var(--yellow-green);
}

.cheveron {
  width: 16px;
  margin-left: 10px;
  margin-right: 10px;
}

.team5_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: center;
  margin-top: 1rem;
  display: none;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xsmall {
  margin: .5rem .5rem 0;
}

.margin-bottom.margin-small {
  margin: 1rem;
}

.margin-bottom.margin-xxlarge {
  margin: 0 5rem;
}

.margin-bottom.margin-xsmall {
  height: 8vh;
}

.margin-bottom.margin-small {
  justify-content: center;
  align-items: center;
  padding-left: 0%;
  padding-right: 0%;
  display: block;
}

.padding-section-large {
  padding-top: 60px;
  padding-bottom: 60px;
}

.team5_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.text-size-large {
  font-size: 1.25rem;
}

.text-size-large.text-weight-semibold {
  text-align: center;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  line-height: 1.5rem;
}

.text-size-large.text-weight-semibold.p {
  margin-bottom: 0;
}

.text-size-large.text-weight-semibold.p.align-left {
  text-align: left;
}

.text-size-large.text-weight-semibold {
  padding-bottom: 5px;
  padding-left: 0%;
}

.team5_image-wrapper {
  margin-bottom: 0;
}

.padding-global {
  background-color: #63984112;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: block;
}

.social-icon-2 {
  color: var(--olive-drab);
  width: 1.5rem;
  height: 1.5rem;
}

.text-size-medium {
  color: var(--dim-grey-text-color);
  text-align: center;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 28px;
}

.text-size-medium.cntre {
  text-align: center;
  display: block;
}

.text-size-medium.white {
  color: #fff;
  text-align: center;
  height: 84px;
  max-height: 84px;
}

.text-size-medium.margin {
  text-align: justify;
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-size-medium.hide {
  display: none;
}

.text-size-medium.margin-24 {
  margin-top: 40px;
  margin-bottom: 24px;
}

.text-size-medium.justified {
  text-align: justify;
  line-height: 1.3;
}

.text-size-medium.left {
  text-align: left;
}

.text-size-medium.left.marathi-text {
  font-family: Nunito, sans-serif;
}

.text-size-medium.margin-40px {
  text-align: justify;
  margin-top: 0;
  margin-bottom: 60px;
}

.text-align-center {
  text-align: center;
  padding-top: 0;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.align-center {
  max-width: none;
}

.team5_item {
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 0 solid #30522654;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 300.672px;
  height: 280px;
  padding: 20px;
  transition: transform .3s;
  display: flex;
}

.team5_item:hover {
  transform: scale3d(.96, .96, 1.01);
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.team5_image {
  object-fit: cover;
  border-radius: 100%;
  width: 7rem;
  min-width: 7rem;
  height: 7rem;
  min-height: 7rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.team5_component {
  margin-top: 30px;
  margin-bottom: 0;
}

.heading {
  color: var(--yellow-green);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Nunito, sans-serif;
  font-size: 29px;
  font-weight: 700;
}

.heading.color-white {
  color: var(--flowui-component-library-white);
}

.heading-27 {
  color: var(--yellow-green);
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.main-button {
  text-transform: capitalize;
  background-color: #afc83b;
  border-radius: 20px;
  margin-top: 0;
  padding: 10px 30px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
  transition: background-color .4s;
}

.main-button:hover {
  color: #fff;
  background-color: #6b9c2f;
}

.new-fl {
  border: .5px solid var(--yellow-green);
  border-radius: 5px;
  height: auto;
}

.new-fl::placeholder {
  color: #333;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.contact-form-sfpcl {
  background-image: none;
  padding-top: 60px;
  padding-bottom: 60px;
}

.small-text {
  font-family: Poppins, sans-serif;
}

.field-label {
  color: #1b1e1e;
  text-align: left;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

.grid-stl {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-bottom: 0;
}

.text-for-vid {
  text-align: center;
}

.text-for-vid p {
  color: var(--dim-grey-text-color);
  text-align: justify;
  letter-spacing: 1px;
  font-size: 1.125rem;
  line-height: 1.8rem;
}

.container-sl {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 78rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.product-hero {
  color: #fff;
  background-color: #01a726;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-image-2 {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 40%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.overlay-2 {
  z-index: 1;
  opacity: .87;
  background-color: #30522659;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.overlay-2.light-green {
  color: #0000;
  background-color: #30522657;
}

.overlay-2.light-green.darlk {
  background-color: #000000d6;
}

.container-6 {
  width: 100%;
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
}

.hero-content-2 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
  position: relative;
}

.f-margin-bottom-40 {
  margin-bottom: 40px;
}

.f-margin-bottom-24 {
  margin-bottom: 0;
}

.f-header-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-image-cover {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.f-header-image-wrapper-top {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 450px;
  margin-bottom: 48px;
  display: flex;
  overflow: hidden;
}

.f-container-regular {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-container-regular._40px {
  margin-top: 40px;
  display: none;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-feature-icon-wrapper-white {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 90px;
  min-width: 80px;
  height: 90px;
  min-height: 80px;
  margin-bottom: 40px;
  padding: 16px;
  display: flex;
}

.f-feature-card-filled {
  background-color: #63984117;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 32px;
  display: flex;
}

.f-grid-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.f-grid-three-column.three {
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 0%;
  padding-right: 0%;
}

.circle-icon-image {
  width: 80px;
  max-width: none;
  height: 80px;
}

.c-slider-btn {
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
}

.sub-slider-slide {
  perspective: 1000px;
  width: 350px;
  padding: 1vh 1vw;
  transform: perspective(1000px);
}

.c-slide-btn-block {
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  display: flex;
  position: relative;
}

.background-layer {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.background-layer.background-color-3, .background-layer.background-color-1 {
  background-color: #e5e5e5;
}

.background-layer.background-color-2, .background-layer.background-color-4 {
  background-color: #0000;
}

.layout348_content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.main-heading {
  color: #020202;
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0%;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
  display: block;
}

.main-heading.chair-main-new {
  color: var(--yellow-green);
  padding-top: 0;
  padding-left: 0%;
  font-family: Nunito, sans-serif;
}

.background-holder {
  z-index: -999;
  opacity: 0;
  position: relative;
}

.layout348_desktop-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.layout348_mobile-image-wrapper {
  display: none;
}

.page-padding-2 {
  padding: 5%;
}

.layout348_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  position: relative;
}

.chaiirman-image {
  width: 100%;
  position: absolute;
}

.chaiirman-image.circle {
  background-color: #6b9c2f4f;
  border-radius: 800px;
  width: 80%;
}

.heading-22 {
  color: #6b9c2f;
  font-family: Nunito, sans-serif;
  font-size: 28px;
  font-weight: 700;
  position: relative;
  top: 300px;
}

.heading-22.small {
  text-align: center;
  margin-top: 0;
  font-size: 18px;
  line-height: 120%;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.layout348_mobile-image {
  width: 100%;
  position: absolute;
}

.standard-tab {
  opacity: .7;
  color: #fffc;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 280px;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 16px;
  font-size: 15px;
  display: flex;
}

.standard-tab.w--current {
  opacity: 1;
  color: #fff;
  background-color: #0000;
  position: relative;
}

.slider-heading {
  z-index: 9;
  color: #fff;
  text-align: center;
  letter-spacing: -.03em;
  max-width: 740px;
  font-family: Nunito, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 68px;
  position: relative;
}

.wrapper_section {
  padding: 120px 3%;
}

.wrapper_section.what-we-do {
  background-color: var(--dark-green);
  background-color: var(--dark-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.wrapper_section.section_small {
  background-color: var(--dark-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.wrapper_section.section_small.white {
  background-color: var(--olive-drab-backdrop);
  padding: 60px 5%;
}

.wrapper_section.section_small.white.margin-less, .wrapper_section.section_small.white.margin-0px {
  padding-top: 40px;
}

.icon-grid {
  grid-column-gap: 49px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between center;
  place-items: stretch center;
  max-width: none;
  margin: 40px auto;
  display: grid;
}

.container-7 {
  flex: 1;
  align-self: stretch;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.icon-img {
  color: var(--yellow-green);
  object-fit: contain;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.icon-block.light-text {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-height: 258px;
  display: flex;
}

.light-text {
  color: #fff;
  align-self: center;
}

.h1_small {
  text-align: center;
  font-family: Nunito, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
}

.h1_small.left {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.3;
}

.h1_blog {
  color: var(--yellow-green);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 4rem;
  line-height: 100%;
}

.h1_blog.centre {
  color: var(--yellow-green);
  text-align: center;
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
}

.brix---color-neutral-600 {
  color: #6e7191;
}

.brix---color-neutral-800 {
  color: #211f54;
}

.brix---color-accent-1 {
  color: var(--yellow-green);
}

.brix---display-2 {
  color: var(--yellow-green);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 84px;
}

.brix---text-300-bold {
  color: var(--dim-grey-text-color);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.brix---card-content-v7 {
  padding: 32px 26px;
}

.brix---card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px #14142b0f;
}

.brix---display-1 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 94px;
}

.brix---color-neutral-100 {
  color: #fff;
}

.brix---display-4 {
  text-align: left;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.brix---card-stat-purple {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--olive-drab);
  border-radius: 24px;
  flex-direction: column;
  grid-template-rows: auto .25fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 0;
  display: grid;
  overflow: hidden;
}

.brix---stats-v7-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: stretch;
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---text-center {
  text-align: center;
}

.brix---inner-container-600px---center {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-56px {
  margin-bottom: 56px;
}

.brix---container-default-2 {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.brix---mg-top-32px {
  margin-top: 20px;
}

.brix---square-icon-large {
  color: var(--olive-drab);
  border-radius: 24px;
  width: 100px;
  max-width: none;
  height: auto;
}

.brix---content-inside-card-bg-top {
  text-align: center;
  margin-top: 0;
  padding: 20px 28px;
}

.brix---card-top-bg {
  background-color: #f2f1ff;
  background-image: url('../images/FFC-Banner-1.webp');
  background-position: 0 0;
  background-size: auto;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  width: 369.328px;
  min-height: 180px;
}

.brix---card-top-bg._01 {
  background-image: url('../images/Technology-Banner.webp');
  background-position: 50% 30%;
  background-size: cover;
  width: auto;
  min-height: 250px;
}

.brix---card-top-bg._02 {
  background-image: url('../images/1f175b61-d494-45e2-bd84-8d5fdefb86fb.webp');
  background-position: 50%;
  background-size: cover;
  width: auto;
  min-height: 250px;
}

.brix---card-top-bg._03 {
  background-image: url('../images/ab8d66a8-bc4f-4deb-a019-b18e4c7b2f7b.webp');
  background-position: 50% 30%;
  background-repeat: repeat-x;
  background-size: cover;
  width: auto;
  min-height: 250px;
}

.brix---grid-3-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---grid-3-columns.advisory {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---mg-bottom-12px {
  margin-bottom: 12px;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---container-default-3 {
  max-width: none;
  margin-top: 80px;
  padding-left: 10px;
  padding-right: 10px;
}

.brix---container-default-3.margin_none {
  max-width: 1172px;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.agri-mall-grid {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  grid-template-rows: auto;
  align-items: center;
  display: flex;
}

.image-div {
  background-image: url('../images/c823a77e-ac68-4d0c-a194-5046e6aa9296.webp');
  background-position: 100% 0;
  background-size: cover;
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 100%;
  height: 100%;
  margin-left: 50px;
  display: flex;
}

.content--div {
  max-width: 45%;
}

.brix---color-neutral-801 {
  color: #6e7191;
}

.brix---mg-bottom-32px {
  margin-bottom: 0;
}

.brix---link-content {
  color: #6e7191;
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

.brix---grid-2-columns-text-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1.05fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.brix---grid-1-column-gap-row-64px {
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---inner-container-1000px-center {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default-4 {
  max-width: 1172px;
  padding-left: 0;
  padding-right: 0;
}

.green_blod {
  font-weight: 400;
}

.mango-banner {
  background-image: url('../images/Sahyadri-Farms_Web-Banner_06-09-2022-02-min-1_1Sahyadri Farms_Web Banner_06-09-2022-02-min (1).webp');
  background-position: 50% 65%;
  background-size: cover;
}

.product-banner-slider {
  justify-content: center;
  height: 60vh;
}

.corn-banner {
  background-image: url('../images/shutterstock_2036430140-min_1shutterstock_2036430140-min.webp');
  background-position: 50%;
  background-size: cover;
}

.mask {
  align-self: auto;
}

.tomato-slider {
  background-image: url('../images/tomato-banner-3-min_1tomato banner (3)-min.webp');
  background-position: 50% 45%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grape-banner-header {
  background-image: linear-gradient(#3052264a, #3052264a);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.banner-title {
  color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-self: center;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 30px;
  display: flex;
}

.pomo-slider {
  background-image: linear-gradient(#00000080, #00000080), url('../images/shutterstock_1077091454-min_1shutterstock_1077091454-min.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.grape-silder {
  background-image: url('../images/Sahyadri-Farms_Web-Banner_06-09-2022-01-1_1Sahyadri Farms_Web Banner_06-09-2022-01 (1).webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banana-slider {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Banner-min_1Banner-min.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.recaptcha {
  margin-bottom: 30px;
}

.brix---color-neutral-803 {
  color: #6e7191;
}

.brix---mg-bottom-32px-2 {
  margin-bottom: 32px;
}

.brix---color-neutral-804 {
  color: #211f54;
}

.brix---image-wrapper-br-24px-shadow-2 {
  border-radius: 100px 0;
  overflow: hidden;
  box-shadow: 0 14px 42px #14142b24;
}

.brix---image-wrapper-br-24px-shadow-2.image-div-resize-p {
  justify-content: center;
  align-items: center;
  width: 70%;
  height: auto;
  display: block;
}

.brix---image-wrapper-br-24px-shadow-2.image-div-resize-p.margin-40 {
  margin-bottom: 40px;
}

.brix---image-wrapper-br-24px-shadow-2.image-div-resize-p.margin-40.shadow-color-yellow {
  width: 100%;
  margin-bottom: 0;
  box-shadow: 0 20px 100px -20px #aac5384d;
}

.brix---image-wrapper-br-24px-shadow-2.width-80 {
  max-width: 90%;
}

.technology_section {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid_technology {
  color: #6e7191;
  margin-bottom: 20px;
  text-decoration: none;
}

.tech {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---grid-1-column-gap-row-64px-2 {
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---inner-container-1000px-center-2 {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default {
  max-width: 1172px;
  padding-left: 0;
  padding-right: 0;
}

.brix---hidden-desktop {
  display: none;
}

.brix---btn-circle-logo-strip-v7-sec-right {
  color: #211f54;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 90px;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 64px;
  bottom: 0%;
  right: 42.5%;
  box-shadow: 0 2px 12px #14142b14;
}

.brix---btn-circle-logo-strip-v7-sec-right:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---btn-circle-logo-strip-v7-sec-left {
  color: #211f54;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 90px;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 64px;
  bottom: 0%;
  left: 42.5%;
  box-shadow: 0 2px 12px #14142b14;
}

.brix---btn-circle-logo-strip-v7-sec-left:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---grid-6-columns-logo-strip {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  padding-bottom: 0;
  display: grid;
}

.brix---slider-mask {
  height: 100%;
}

.brix---slider-wrapper {
  background-color: #0000;
  height: 100%;
}

.brix---color-neutral-805 {
  color: #211f54;
}

.brix---text-center-4 {
  text-align: center;
}

.brix---mg-bottom-48px-4 {
  margin-bottom: 48px;
}

.brix---container-default-5 {
  max-width: none;
  padding-left: 24px;
  padding-right: 24px;
}

.image-2 {
  border-radius: 6px;
  width: 120px;
  max-width: none;
  height: 120px;
}

.brix---section-small---logo {
  background-color: #eff4ec;
  padding-top: 0;
  padding-bottom: 140px;
}

.brix---section-small---logo.margin-80-px {
  padding-top: 80px;
  padding-bottom: 160px;
}

.logo-section {
  background-color: #eff4ec;
  padding-top: 60px;
  padding-bottom: 140px;
}

.stats-div {
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 20px 40px;
  display: flex;
}

.farmer-image {
  object-fit: cover;
  background-image: url('../images/63a93d23e473f3cef08c47e2_0L9-A8650.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.about_us-banner {
  object-fit: cover;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  max-width: 565px;
  display: block;
}

.image-5 {
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
}

.brix---card-ffc {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 5px;
  box-shadow: 0 2px 7px #14142b0f;
}

.brix---card-top-bg-1-ffc {
  background-color: #f2f1ff;
  background-image: url('../images/FFC-Banner-1.webp');
  background-position: 0 0;
  background-size: auto;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  width: 369.328px;
  min-height: 180px;
}

.brix---card-top-bg-1-ffc._05 {
  background-image: url('../images/Fertilizer-Collage.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px 5px 0 0;
  width: auto;
}

.brix---content-inside-card-bg-top-ffc {
  text-align: center;
  margin-top: 0;
  padding: 10px 28px;
}

.brix---square-icon-large-ffc {
  color: var(--olive-drab);
  border-radius: 0;
  width: 80px;
  max-width: none;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.brix---mg-top-32px-ffc {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 180px;
  margin-top: 0;
  display: flex;
}

.brix---color-neutral-800-ffc {
  color: #211f54;
  padding-left: 0;
}

.h1_hero-ffc {
  color: var(--yellow-green);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 4rem;
  line-height: 100%;
}

.h1_hero-ffc.extra-small {
  text-align: center;
  height: auto;
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 130%;
}

.brix---card-top-bg-2-ffc {
  background-color: #f2f1ff;
  background-image: url('../images/FFC-Banner-1.webp');
  background-position: 0 0;
  background-size: auto;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  width: 369.328px;
  min-height: 180px;
}

.brix---card-top-bg-2-ffc._05 {
  background-image: url('../images/FFC-Banner-2.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px 5px 0 0;
  width: auto;
}

.brix---card-top-bg-3-ffc {
  background-color: #f2f1ff;
  background-image: url('../images/FFC-Banner-1.webp');
  background-position: 0 0;
  background-size: auto;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  width: 369.328px;
  min-height: 180px;
}

.brix---card-top-bg-3-ffc._05 {
  background-image: url('../images/FFC-Banner-3-1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px 5px 0 0;
  width: auto;
}

.brix---card-top-bg-4-ffc {
  background-color: #f2f1ff;
  background-image: url('../images/FFC-Banner-1.webp');
  background-position: 0 0;
  background-size: auto;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  width: 369.328px;
  min-height: 180px;
}

.brix---card-top-bg-4-ffc._05 {
  background-image: url('../images/Water-Soluble-Collage.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px 5px 0 0;
  width: auto;
}

.privacy-section {
  margin: 5%;
  padding-right: 0;
}

.ts-bold {
  font-family: Nunito, sans-serif;
}

.content-para {
  text-align: justify;
  padding-right: 0%;
  font-size: 17px;
  line-height: 25px;
}

.list {
  margin-top: 10px;
  padding-left: 20px;
}

.list-item {
  font-family: Poppins, sans-serif;
  font-size: 17px;
  line-height: 30px;
}

.link, .link-2, .link-3 {
  color: var(--yellow-green);
}

.bold-green {
  color: #6b9c2f;
}

.link-4 {
  color: var(--yellow-green);
  font-weight: 700;
}

.h1_hero-2 {
  color: #aac538;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 4rem;
  line-height: 100%;
}

.h1_hero-2.extra-small {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 62.375px;
  font-family: Nunito, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 130%;
  display: flex;
}

.h1_hero-2.extra-small.margin10 {
  height: 62.375px;
}

.h1_blog-2 {
  color: #aac538;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 4rem;
  line-height: 100%;
}

.h1_blog-2.centre {
  color: #aac538;
  text-align: center;
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
}

.upper_content-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.f-feature-icon-round {
  background-color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  padding: 16px;
  display: flex;
  box-shadow: 0 0 48px -8px #aac53840;
}

.f-feature-card-outline {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  transform-style: preserve-3d;
  background-color: #0000;
  border: 1px solid #3052264a;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 20px;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 5px 12px #aac5383d;
}

.f-feature-card-outline:hover {
  transform: scale3d(.96, .96, 1.01);
}

.f-feature-card-outline.width {
  max-width: 500px;
}

.f-feature-card-outline.width.hight-same {
  max-width: none;
  height: 297.6px;
}

.f-feature-card-outline.lol {
  flex-direction: column;
}

.f-feature-card-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: stretch stretch;
  display: grid;
}

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-64 {
  margin-bottom: 40px;
}

.f-container-regular-2 {
  width: 100%;
  max-width: 1172px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large-2 {
  padding: 80px 3%;
  position: relative;
}

.div-block-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  margin-top: 40px;
  display: grid;
}

.cashew-banner {
  background-image: url('../images/164a9870-8b81-49c1-9631-a04bc03eca4f.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.about_us-banner-copy {
  object-fit: cover;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  max-width: 100%;
  display: block;
}

.about_us-banner-copy._30 {
  border-radius: 50px 0;
  max-width: 48%;
}

.hero {
  color: #fff;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: auto;
  max-height: 100vh;
  padding-top: 10rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-content {
  z-index: 1;
  max-width: 70rem;
  position: relative;
}

.hero_silder-main {
  height: 100%;
  max-height: 100vh;
}

.banner-text-wrapper {
  width: 100%;
  max-width: 78rem;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
}

.banner-text-wrapper.centre_hero {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.silder---overlay {
  z-index: 1;
  opacity: .87;
  background-color: #00000096;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  position: absolute;
  inset: 0%;
}

.slide-nav {
  display: none;
}

.slider {
  background-color: #ddd0;
  height: 100vh;
}

.slide-2 {
  height: 100%;
  max-height: 100vh;
}

.hero-image {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-subtitle {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-size: 1.375rem;
  line-height: 1.75rem;
  display: none;
}

.hero-subtitle.home_cntre {
  text-align: center;
  display: none;
}

.right-arrow, .left-arrow {
  display: none;
}

.achievment-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 40px;
  margin-bottom: 0;
  display: grid;
}

.div-block-7 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.farm-digitisation {
  background-color: var(--olive-drab);
  background-image: url('../images/Farm-Final-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
  border-radius: 20px;
  width: 522px;
  height: 100%;
  margin-bottom: 20px;
}

.technology-image {
  border-radius: 20px;
  max-width: 300px;
  height: 200px;
  margin-bottom: 20px;
}

.iot-image {
  border-radius: 20px;
  width: 300px;
  max-width: none;
  height: 200px;
  margin-bottom: 20px;
}

.soil-testing-image {
  border-radius: 20px;
  max-width: 300px;
  height: 200px;
  margin-bottom: 20px;
}

.right-arrow-2, .slide-nav-2 {
  display: none;
}

.citrus-slider {
  background-image: url('../images/Citrus-1.webp');
  background-position: 50% 65%;
  background-size: cover;
}

.advisory-div {
  align-items: flex-start;
  height: auto;
  display: flex;
}

.advisory-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: stretch;
}

.img_div {
  justify-content: center;
  display: flex;
}

.stats-icon {
  width: 100px;
  height: 100px;
}

.text-block-6, .icon {
  color: #fff;
}

.dropdown-list {
  background-color: var(--olive-drab);
}

.dropdown-list.w--open {
  border: 1px solid var(--yellow-green);
  background-color: var(--dark-green);
  text-align: left;
  border-radius: 5px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: block;
}

.hero_div {
  background-color: #24202073;
  display: none;
}

.background-video {
  color: #fff;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  height: 88vh;
  display: flex;
}

.centered-container {
  text-align: center;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.div-block-2 {
  background-color: #fff;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  width: 117px;
  height: 4px;
  display: inline-block;
}

.hero-heading {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Nunito, sans-serif;
  font-size: 36px;
  line-height: 1.3em;
}

.hero-paragraph {
  text-align: left;
  background-color: #0000;
  margin-top: 20px;
  margin-bottom: 5px;
  padding-right: 0%;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  line-height: 1.1em;
}

.button-div {
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-8 {
  border-radius: 10px;
  width: 100%;
  height: auto;
}

.tab-pane {
  margin-top: 40px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.heading-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Nunito, sans-serif;
  font-weight: 600;
  position: static;
}

.testimonials-tabs {
  width: 100%;
  max-width: none;
}

.company-logo-container {
  width: 100%;
  height: 32px;
  position: relative;
}

.company-logo-container.logo-3, .company-logo-container.logo-2, .company-logo-container.logo-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.company-logo-container.logo-1 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.company-logo-container.logo-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.wide-container {
  width: 100%;
  max-width: 1340px;
  padding-left: 30px;
  padding-right: 30px;
}

.wide-container.center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1170px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 112px;
  padding-bottom: 112px;
  display: flex;
}

.section.extra-margin {
  background-color: #6398413b;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.no-padding-bottom {
  padding-bottom: 0;
}

.section.no-padding-bottom.almost-white {
  background-color: #63984100;
  padding: 60px 5%;
}

.company-logo {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
}

.company-logo.active {
  opacity: 0;
}

.tab-blue-line {
  background-color: var(--yellow-green);
  opacity: 0;
  width: 80%;
  height: 4px;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translate(-50%);
}

.tab {
  background-color: #fff;
  border-bottom: 2px solid #cacaca;
  align-self: center;
  width: 100%;
  padding: 12px 20px;
  position: relative;
}

.tab.w--current {
  background-color: var(--dark-green);
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.tabs-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonail-slider-for-mobile {
  display: none;
}

.blue-color-span {
  color: var(--yellow-green);
}

.about-us-div-copy {
  background-color: #35492800;
  padding-top: 80px;
  padding-bottom: 80px;
}

.about-us-div-copy._5-margin {
  padding-left: 5%;
  padding-right: 5%;
}

.heading-28 {
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.heading-29 {
  font-weight: 600;
}

.heading-29.center {
  text-align: center;
  font-family: Nunito, sans-serif;
}

.unique-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 0;
}

.unique-item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 24px;
  display: flex;
}

.unique-item.green {
  background-color: #00bf6f00;
  background-image: url('../images/62d293bf49ba53578ac9e698__DSC9932-min-p-2000.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  height: 300px;
}

.unique-item.blue {
  background-color: #04569a00;
  background-image: url('../images/322883774_635770121682551_1522736540795452835_n.webp');
  background-position: 50% 0;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.unique-item.aqua {
  background-color: #2fcdd400;
  background-image: url('../images/IMG_20220304_124157-min.webp');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.brix---container-default-9 {
  max-width: none;
  padding-left: 0%;
  padding-right: 0%;
}

.brix---instagram-image-3 {
  background-image: url('../images/Untitled-design-1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 371.344px;
  height: 279.047px;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.brix---instagram-image-3.gallery-img-card {
  background-image: url('../images/DSC_0095.webp');
  border-radius: 10px;
  transition: all .3s;
  transform: none;
}

.brix---instagram-image-3.gallery-img-card:hover {
  transform: scale(.99);
}

.brix---instagram-image-3.gallery-img-card-g3 {
  background-image: url('../images/62d6549261ad711de46fe174__DSC9921-min-p-2000.webp');
  border-radius: 10px;
  transition: all .3s;
  transform: none;
}

.brix---instagram-image-3.gallery-img-card-g3:hover {
  transform: scale(.99);
}

.brix---instagram-image-3.gallery-img-card-s3 {
  background-image: url('../images/IMG_20221209_120129-min.jpg');
  background-position: 50%;
  border-radius: 10px;
  transition: all .3s;
  transform: none;
}

.brix---instagram-image-3.gallery-img-card-s3:hover {
  transform: scale(.99);
}

.brix---instagram-image-3.gallery-img-card-c3 {
  background-image: url('../images/DSC_0095-min.webp');
  border-radius: 10px;
  transition: all .3s;
  transform: none;
}

.brix---instagram-image-3.gallery-img-card-c3:hover {
  transform: scale(.99);
}

.brix---instagram-image-3.gallery-img-card-i3 {
  background-image: url('../images/IMG20230113174913.webp');
  background-position: 50%;
  border-radius: 10px;
  transition: all .3s;
  transform: none;
}

.brix---instagram-image-3.gallery-img-card-i3:hover {
  transform: scale(.99);
}

.brix---grid-4-columns-instagram {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.brix---inner-container-600px---center-2 {
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0%;
  display: flex;
}

.brix---instagram-image-copy {
  background-image: url('../images/IMG_20230105_184542.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 279.047px;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.brix---instagram-image-copy.gallery-img-card {
  background-image: url('../images/IMG_20221209_120129-min.jpg');
  background-position: 50%;
  border-radius: 10px;
  transition: all .3s;
  transform: none;
}

.brix---instagram-image-copy.gallery-img-card:hover {
  transform: scale(.99);
}

.brix---instagram-image-copy.gallery-img-card-g6 {
  background-image: url('../images/63a93d23e473f3cef08c47e2_0L9-A8650.webp');
  background-position: 50% 100%;
  border-radius: 10px;
  transition: all .3s;
  transform: none;
}

.brix---instagram-image-copy.gallery-img-card-g6:hover {
  transform: scale(.99);
}

.brix---instagram-image-copy.gallery-img-card-s6 {
  background-image: url('../images/IMG_20221209_120129-min.jpg');
  background-position: 50%;
  border-radius: 10px;
  transition: all .3s;
  transform: none;
}

.brix---instagram-image-copy.gallery-img-card-s6:hover {
  transform: scale(.99);
}

.brix---instagram-image-copy.gallery-img-card-c6 {
  background-image: url('../images/IMG_20221209_120129-min.jpg');
  background-position: 50%;
  border-radius: 10px;
  transition: all .3s;
  transform: none;
}

.brix---instagram-image-copy.gallery-img-card-c6:hover {
  transform: scale(.99);
}

.brix---instagram-image-copy.gallery-img-card-i6 {
  background-image: url('../images/IMG_20221209_120129-min.jpg');
  background-position: 50%;
  border-radius: 10px;
  transition: all .3s;
  transform: none;
}

.brix---instagram-image-copy.gallery-img-card-i6:hover {
  transform: scale(.99);
}

.brix---instagram-image-5 {
  background-image: url('../images/IMG_20221202_144953.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 371.344px;
  height: 279.047px;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.brix---instagram-image-5.gallery-img-card {
  background-image: url('../images/A.webp');
  border-radius: 10px;
  transition: all .3s;
  transform: none;
}

.brix---instagram-image-5.gallery-img-card:hover {
  transform: scale(.99);
}

.brix---instagram-image-5.gallery-img-card-g5 {
  background-image: url('../images/62d293bf49ba53578ac9e698__DSC9932-min-p-2000.webp');
  border-radius: 10px;
  transition: all .3s;
  transform: none;
}

.brix---instagram-image-5.gallery-img-card-g5:hover {
  transform: scale(.99);
}

.brix---instagram-image-5.gallery-img-card-s5 {
  background-image: url('../images/A.webp');
  border-radius: 10px;
  transition: all .3s;
  transform: none;
}

.brix---instagram-image-5.gallery-img-card-s5:hover {
  transform: scale(.99);
}

.brix---instagram-image-5.gallery-img-card-c5 {
  background-image: url('../images/A.webp');
  border-radius: 10px;
  transition: all .3s;
  transform: none;
}

.brix---instagram-image-5.gallery-img-card-c5:hover {
  transform: scale(.99);
}

.brix---instagram-image-5.gallery-img-card-i5 {
  background-image: url('../images/A.webp');
  border-radius: 10px;
  transition: all .3s;
  transform: none;
}

.brix---instagram-image-5.gallery-img-card-i5:hover {
  transform: scale(.99);
}

.brix---instagram-image-4 {
  background-image: url('../images/IMG_20220228_222534.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 371.344px;
  height: 279.047px;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.brix---instagram-image-4.gallery-img-card {
  background-image: url('../images/Steve-min.webp');
  border-radius: 10px;
  transition: all .3s;
  transform: none;
}

.brix---instagram-image-4.gallery-img-card:hover {
  transform: scale(.99);
}

.brix---instagram-image-4.gallery-img-card-g4 {
  background-image: url('../images/IMG_20220228_123606-min.webp');
  border-radius: 10px;
  transition: all .3s;
  transform: none;
}

.brix---instagram-image-4.gallery-img-card-g4:hover {
  transform: scale(.99);
}

.brix---instagram-image-4.gallery-img-card-s4 {
  background-image: url('../images/Steve-min.webp');
  border-radius: 10px;
  transition: all .3s;
  transform: none;
}

.brix---instagram-image-4.gallery-img-card-s4:hover {
  transform: scale(.99);
}

.brix---instagram-image-4.gallery-img-card-c4 {
  background-image: url('../images/Steve-min.webp');
  border-radius: 10px;
  transition: all .3s;
  transform: none;
}

.brix---instagram-image-4.gallery-img-card-c4:hover {
  transform: scale(.99);
}

.brix---instagram-image-4.gallery-img-card-i4 {
  background-image: url('../images/IMG20230113174913-min.webp');
  border-radius: 10px;
  transition: all .3s;
  transform: none;
}

.brix---instagram-image-4.gallery-img-card-i4:hover {
  transform: scale(.99);
}

.brix---instagram-image {
  background-image: url('../images/IMG_20221201_181951.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 279.047px;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.brix---instagram-image.gallery-img-card {
  background-image: url('../images/IMG20230113174913.webp');
  border-radius: 10px;
  transition: all .3s;
}

.brix---instagram-image.gallery-img-card:hover {
  transform: scale(.99);
}

.brix---instagram-image.gallery-img-card-g1 {
  background-image: url('../images/IMG20230113174913.webp');
  border-radius: 10px;
  transition: all .3s;
}

.brix---instagram-image.gallery-img-card-g1:hover {
  transform: scale(.99);
}

.brix---instagram-image.gallery-img-card-s1 {
  background-image: url('../images/IMG_20220923_115143-min.webp');
  border-radius: 10px;
  transition: all .3s;
}

.brix---instagram-image.gallery-img-card-s1:hover {
  transform: scale(.99);
}

.brix---instagram-image.gallery-img-card-c1 {
  background-image: url('../images/DSC_1298-min.webp');
  border-radius: 10px;
  transition: all .3s;
}

.brix---instagram-image.gallery-img-card-c1:hover {
  transform: scale(.99);
}

.brix---instagram-image.gallery-img-card-i1 {
  background-image: url('../images/IMG_20220304_124157-min.webp');
  border-radius: 10px;
  transition: all .3s;
}

.brix---instagram-image.gallery-img-card-i1:hover {
  transform: scale(.99);
}

.brix---instagram-image-2 {
  background-image: url('../images/IMG_20221110_190540.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 371.344px;
  height: 279.047px;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.brix---instagram-image-2.gallery-img-card {
  background-image: url('../images/IMG20221204163347.webp');
  background-position: 50%;
  border-radius: 10px;
  transition: all .3s;
  transform: none;
}

.brix---instagram-image-2.gallery-img-card:hover {
  transform: scale(.99);
}

.brix---instagram-image-2.gallery-img-card-g2 {
  background-image: url('../images/IMG20221204163347.webp');
  background-position: 50%;
  border-radius: 10px;
  transition: all .3s;
  transform: none;
}

.brix---instagram-image-2.gallery-img-card-g2:hover {
  transform: scale(.99);
}

.brix---instagram-image-2.gallery-img-card-s2 {
  background-image: url('../images/IMG_20220923_115627-min.jpg');
  background-position: 50%;
  border-radius: 10px;
  transition: all .3s;
  transform: none;
}

.brix---instagram-image-2.gallery-img-card-s2:hover {
  transform: scale(.99);
}

.brix---instagram-image-2.gallery-img-card-c2 {
  background-image: url('../images/DSC_1088-min.webp');
  background-position: 50%;
  border-radius: 10px;
  transition: all .3s;
  transform: none;
}

.brix---instagram-image-2.gallery-img-card-c2:hover {
  transform: scale(.99);
}

.brix---instagram-image-2.gallery-img-card-i2 {
  background-image: url('../images/IMG_20220304_160102-min.webp');
  background-position: 20%;
  border-radius: 10px;
  transition: all .3s;
  transform: none;
}

.brix---instagram-image-2.gallery-img-card-i2:hover {
  transform: scale(.99);
}

.brix---grid-4-columns-instagram-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  margin-top: 16px;
  display: flex;
}

.brix---grid-4-columns-instagram-copy.hide {
  display: none;
}

.formsubtext {
  color: #979797;
  font-size: 10px;
  font-style: italic;
}

.input-field-wrap {
  margin-bottom: 24px;
  display: none;
}

.field-wrap {
  align-items: center;
  display: flex;
  position: relative;
}

.text-field-left-icon {
  border: .5px solid var(--yellow-green);
  color: #151e24;
  border-radius: 5px;
  width: 100%;
  min-height: auto;
  margin-bottom: 0;
  padding: 12px 16px 12px 52px;
  font-size: 14px;
  transition: all .25s;
  box-shadow: 1px 1px 2px #7281a70a;
}

.text-field-left-icon:hover {
  border-color: #ccd5e0;
}

.text-field-left-icon:focus {
  border-color: #642eff;
}

.text-field-left-icon::placeholder {
  color: #a0a6b0;
}

.field-icon {
  color: #030303;
  position: absolute;
  inset: auto auto auto 16px;
}

.textarea {
  border: .5px solid var(--yellow-green);
  border-radius: 5px;
}

.brix---instagram-image-6 {
  background-image: url('../images/62d6549261ad711de46fe174__DSC9921-min-p-2000.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  width: auto;
  height: 258px;
  overflow: hidden;
  transform: translate(0);
}

.brix---grid-4-columns-instagram-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---color-neutral-806 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---color-neutral-807 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---mg-bottom-16px-9 {
  margin-bottom: 16px;
}

.brix---text-center-5 {
  text-align: center;
}

.brix---inner-container-600px---center-3 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default-10 {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.brix---section {
  color: var(--elements-webflow-library-neutral--100);
  padding: 40px 5%;
}

.brix---section.section-hide {
  display: none;
}

.div-media-block {
  padding-bottom: 40px;
  padding-left: 5%;
  padding-right: 5%;
}

.image-certi-div {
  height: 40vh;
  margin-top: 2%;
  margin-bottom: 2%;
  display: flex;
}

.image-certi-div.career-small {
  height: auto;
  margin-top: 5%;
  margin-bottom: 5%;
}

.image-certi-div.career-small.maximum {
  height: 300px;
}

.certi-logo-div1 {
  background-color: var(--olive-drab-backdrop);
  background-image: url('../images/IMG-20210830-WA0004-1.webp');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #6b9c2f42;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin-right: 20px;
  padding: 2%;
  display: flex;
}

.certi-logo-div1.soil {
  background-image: url('../images/Labs-Imge.webp');
}

.certi-logo-div1.pest {
  background-image: url('../images/IMG-20210830-WA0005-1.webp');
}

.content-div-2 {
  border-left: 3px solid var(--dark-green);
  background-color: var(--olive-drab-backdrop);
  border-radius: 0 5px 5px 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  padding-top: 2%;
  padding-bottom: 2%;
  display: flex;
}

.main-content-div {
  padding-left: 2%;
  padding-right: 2%;
}

.main-content-div.flex {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.certi-heading {
  color: var(--dark-green);
  margin-top: 0;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Nunito, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
}

.certi-heading.marathi-text {
  font-family: Nunito, sans-serif;
}

.brix---hidden-desktop-2 {
  display: none;
}

.brix---btn-slider-arrow-right---top-right {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-02);
  color: var(--elements-webflow-library-neutral--800);
  transform-style: preserve-3d;
  background-color: #ffffff69;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  inset: auto auto -16% 7%;
}

.brix---btn-slider-arrow-right---top-right:hover {
  background-color: var(--yellow-green);
  transform: scale3d(.94, .94, 1.01);
}

.brix---btn-slider-arrow-right---top-left {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-02);
  color: var(--dark-green);
  transform-style: preserve-3d;
  background-color: #ffffff69;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  inset: auto auto -16% 0%;
}

.brix---btn-slider-arrow-right---top-left:hover {
  background-color: var(--yellow-green);
  transform: scale3d(.94, .94, 1.01);
}

.brix---card-testimonial-v3 {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  opacity: 1;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 5px;
  justify-content: space-between;
  width: auto;
  height: auto;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: block;
}

.brix---slider-mask-testimonial-v3 {
  box-shadow: 0 2px 10px 0 var(--elements-webflow-library-general--shadow-01);
  border-radius: 5px;
  height: 100%;
}

.brix---slider-wrapper-2 {
  background-color: #0000;
  height: 100%;
}

.brix---inner-container-547px {
  max-width: none;
}

.brix---container-default-11 {
  max-width: none;
  padding: 0;
}

.brix---section-2 {
  color: var(--elements-webflow-library-neutral--100);
  padding: 40px 5% 140px;
}

.f-section-large-copy {
  padding: 92px 5% 60px;
  position: relative;
}

.f-container-regular-copy {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-container-regular-copy._40px {
  margin-top: 40px;
}

.f-container-regular-copy-copy {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-container-regular-copy-copy._40px {
  margin-top: 40px;
}

.dss-image {
  max-width: 100%;
}

.crop-advisory-image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---card-hide {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  display: none;
  box-shadow: 0 2px 7px #14142b0f;
}

.value-chain-div {
  background-color: #35492812;
  padding-top: 80px;
  padding-bottom: 80px;
}

.about-us-grid-2nd {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}

.h1_text-copy {
  color: var(--yellow-green);
  text-align: right;
  margin-top: 0;
  padding-right: 0%;
  font-family: Nunito, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
}

.image-about-copy {
  background-image: url('../images/6385c9291f2f4a71e277bb17_shutterstock_2114848889-1-1-1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 100px 0;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  margin-left: 0;
  display: flex;
}

.image-about-copy._10px {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-image: none;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 20px;
}

.img-div-end {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 5%;
  display: flex;
}

.brix---square-icon-large-copy {
  color: var(--olive-drab);
  border-radius: 24px;
  width: 100px;
  max-width: none;
  height: auto;
  display: block;
}

.text-size-medium-copy {
  color: var(--dim-grey-text-color);
  text-align: center;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 28px;
}

.text-size-medium-copy.margin {
  text-align: justify;
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-size-medium-copy.margin.centre {
  color: var(--dark-green);
  text-align: center;
  font-size: 30px;
  line-height: 36px;
}

.image-copy {
  opacity: 0;
  border-radius: 100px 0;
  margin-left: 0;
  overflow: hidden;
}

.image-div-copy {
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 100%;
  height: 100%;
  margin-left: 50px;
  display: flex;
}

.image-cfopy {
  opacity: 1;
  border-radius: 100px 5px;
  margin-left: 0;
  overflow: hidden;
}

.footer-link-visit-s {
  color: #fff;
  text-transform: none;
  background-color: #fff0;
  border-radius: 5px;
  max-width: 100%;
  margin-right: 0;
  padding: 10px 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  transition-property: none;
  display: block;
}

.footer-link-visit-s:hover {
  opacity: .8;
  color: #fff;
}

.image-about-copy {
  background-image: none;
  border-radius: 100px 0;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  margin-left: 0;
  display: flex;
}

.image-about-copy._10px {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 20px;
}

.brix---grid-4-columns-instagram-copy-ss2, .brix---grid-4-columns-instagram-copy-ii2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  margin-top: 16px;
  display: none;
}

.certi-logo-div1-media1 {
  background-color: var(--olive-drab-backdrop);
  background-image: url('../images/327036835_520056060218465_1811860603732877792_n.webp');
  background-position: 0%;
  background-size: cover;
  border: 1px solid #6b9c2f42;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin-right: 20px;
  padding: 2%;
  display: flex;
}

.certi-logo-div-2-mmemeameadmeadimeadiameadia {
  background-color: var(--olive-drab-backdrop);
  background-image: url('../images/325644360_5976208469066222_8873838221671445012_n.webp');
  background-position: 70%;
  background-size: cover;
  border: 1px solid #6b9c2f42;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin-right: 20px;
  padding: 2%;
  display: flex;
}

.image-certi-div-copy {
  height: 40vh;
  margin-top: 2%;
  margin-bottom: 2%;
  display: flex;
}

.image-certi-div-copy.career-small {
  height: 400px;
}

.image-certi-div-copy.career-small.h-auto {
  height: auto;
}

.certi-logo-div-2-copy-meadi3 {
  background-color: var(--olive-drab-backdrop);
  background-image: url('../images/IMAGE-ABP-Majha-felicitates-eminent-personalities-at-Majha-Sanman-Puraskar-2022-MEDIABRIEF.webp');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #6b9c2f42;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin-right: 20px;
  padding: 2%;
  display: flex;
}

.certi-logo-div-2-copy-meadi3.logo-box {
  background-image: none;
}

.brix---instagram-image-6-2 {
  background-image: url('../images/62d293dce55d952ace38a881__DSC9816-min-p-2000.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  width: auto;
  height: 258px;
  overflow: hidden;
  transform: translate(0);
}

.brix---instagram-image-6-3 {
  background-image: url('../images/IMG20230113174913.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  width: auto;
  height: 258px;
  overflow: hidden;
  transform: translate(0);
}

.brix---instagram-image-6-4, .brix---instagram-image-6-5, .brix---instagram-image-6-6, .brix---instagram-image-6-7, .brix---instagram-image-6-8 {
  background-image: url('../images/62d6549261ad711de46fe174__DSC9921-min-p-2000.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  width: auto;
  height: 258px;
  overflow: hidden;
  transform: translate(0);
}

.div-block-12 {
  padding: 40px 5%;
  display: none;
}

.video-div {
  border-radius: 10px;
}

.brix---card-testimonial-v3-feature1 {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  background-image: url('../images/62a0300b648cc3fb6b5f8f2c_1-1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  justify-content: space-between;
  width: 100%;
  height: 500px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: block;
}

.blog5_image-link {
  width: 100%;
  margin-bottom: 1.5rem;
  display: none;
}

.blog5_image-link.margin-bottom.margin-0 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.html-vid.hinde {
  object-fit: cover;
  object-position: 50% 50%;
  position: static;
  top: -2px;
}

.html-vid.pc-hide {
  display: none;
}

.youtube {
  border-radius: 10px;
}

.certi-logo-div-2-copy-meadi3-copy {
  background-color: var(--olive-drab-backdrop);
  background-image: url('../images/.webp');
  background-position: 100%;
  background-size: cover;
  border: 1px solid #6b9c2f42;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin-right: 20px;
  padding: 2%;
  display: flex;
}

.certi-logo-div-2-copy-meadi3-2-copy {
  background-color: var(--olive-drab-backdrop);
  background-image: url('../images/6320430c26b28158a318757d_Uniliver-Partner-Award-2021-1.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  border: 1px solid #6b9c2f42;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin-right: 20px;
  padding: 2%;
  display: flex;
}

.certi-logo-div1-media1-3-3 {
  background-color: var(--olive-drab-backdrop);
  background-image: url('../images/Screenshot-2023-01-24-110802.webp');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #6b9c2f42;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin-right: 20px;
  padding: 2%;
  display: flex;
}

.form-field-wrapper {
  position: relative;
}

.form-field-wrapper.margin-b40 {
  margin-bottom: 0;
  display: none;
}

.html-embed {
  border: 1px solid var(--yellow-green);
  border-radius: 5px;
  width: auto;
  height: 38px;
}

.media-1 {
  background-image: linear-gradient(#3052264a, #3052264a);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.media-2 {
  background-image: linear-gradient(#0009, #0009), url('../images/SF_Web-Banner-Images---24th-January-2023--2-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.media-3 {
  background-image: linear-gradient(#0009, #0009), url('../images/_MG_6522--min.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.media-01 {
  background-image: linear-gradient(#0009, #0009), url('../images/SF_Web-Banner-Images---24th-January-2023--1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.services-flex-center-copy {
  background-color: #3f0b2b00;
  flex-direction: row;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 100px;
  display: block;
  position: relative;
  overflow: hidden;
}

.value-head-holder {
  text-align: center;
}

.parallax-mask-2 {
  border-radius: 10px;
  max-width: 395px;
  overflow: visible;
}

.parallax_slider-button {
  color: var(--yellow-green);
  background-color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 24px;
  transition: all .5s cubic-bezier(.474, .159, .55, .872);
  display: block;
  inset: auto auto 0% 0%;
  transform: translate(70px, 80px);
  box-shadow: 0 2px 10px #5c0e3e26;
}

.parallax_slider-button:hover {
  background-color: var(--yellow-green);
  color: #fff;
}

.parallax_slider-button.left-button {
  font-size: 24px;
  display: block;
  inset: auto auto 0% 0%;
  transform: translate(0%, 80px);
}

.parallax_slider-button.left-button:hover {
  background-color: var(--yellow-green);
}

.value-section {
  background-color: var(--olive-drab-backdrop);
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 5% 70px;
}

.parallax-slide {
  border-radius: 10px;
  margin-right: 24px;
}

.container-11-copy {
  max-width: 1200px;
}

.icon-3 {
  color: #000;
}

.icon-3:hover {
  color: #fff;
}

.card_100 {
  background-image: url('../images/h1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  padding-top: 100%;
}

.zivot-main_right-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.display_none {
  display: none;
}

.wrapper-2 {
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 78rem;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
}

.value-head-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.parallax-slider-copy {
  object-fit: cover;
  object-position: 50% 50%;
  background-color: #ddd0;
  height: auto;
  overflow: visible;
}

.card_100-2 {
  background-image: url('../images/h2.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  padding-top: 100%;
}

.card_100-3 {
  background-image: url('../images/h5.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  padding-top: 100%;
}

.card_100-4 {
  background-image: url('../images/h3.webp');
  background-position: 70%;
  background-size: cover;
  border-radius: 10px;
  padding-top: 100%;
}

.unique-item-ii1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 24px;
  display: flex;
}

.unique-item-ii1.green {
  background-color: #00bf6f00;
  background-image: url('../images/_MG_7563_2.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  height: 300px;
}

.unique-item-ii2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 24px;
  display: flex;
}

.unique-item-ii2.aqua {
  background-color: #2fcdd400;
  background-image: url('../images/_MG_7472.webp');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.unique-item-ii3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 24px;
  display: flex;
}

.unique-item-ii3.blue {
  background-color: #04569a00;
  background-image: url('../images/_MG_7584.webp');
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.brix---paragraph-default-3 {
  text-align: left;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---mg-bottom-24px {
  margin-bottom: 0;
}

.brix---mg-bottom-16px-10 {
  margin-bottom: 16px;
}

.brix---product-card-image.redious {
  border-radius: 12px;
  margin: 10px;
}

.brix---product-card-image.redious.smallimage {
  max-width: 312px;
}

.brix---product-card-image-inside-card {
  object-fit: fill;
  border-radius: 24px 24px 0 0;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.brix---product-card-image-inside-card.redious-0px {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
}

.fruit-section.wrapper {
  max-width: none;
  margin-bottom: 80px;
  padding-left: 5%;
  padding-right: 5%;
}

.fruit-section-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  height: 410px;
  display: flex;
}

.fruit-section-grid.hidden {
  display: none;
}

.fruit-card-01 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #6e7191;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 5px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  max-width: none;
  height: 100%;
  margin-left: 0;
  padding: 10px;
  text-decoration: none;
  transition: transform .3s;
  display: grid;
  box-shadow: 0 2px 12px #14142b14;
}

.fruit-card-01:hover {
  transform: scale(.96);
}

.fruit-card-01.fliex-div {
  flex-direction: column;
  height: 410px;
  display: flex;
}

.brix---product-card-content-2 {
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  display: flex;
}

.brix---heading-h4-size-3 {
  color: #aac538;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.div-block-13 {
  display: flex;
}

.fruit-card-01-two {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #6e7191;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 5px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  max-width: none;
  height: 100%;
  margin-left: 0;
  padding: 10px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 2px 12px #14142b14;
}

.fruit-card-01-two:hover {
  transform: scale(.96);
}

.fruit-section-grid-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  display: grid;
}

.pr-heading {
  text-align: center;
  margin-bottom: 0;
  font-size: 24px;
}

.image-11 {
  border-radius: 12px;
  height: auto;
}

.flex_div-pr {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  display: flex;
}

.video--div {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  display: flex;
}

.crop-care {
  border-radius: 20px;
  max-width: 300px;
  height: 200px;
  margin-bottom: 20px;
}

.div-block-14 {
  display: none;
}

.div-block-15 {
  height: 297.6px;
}

.link-5 {
  color: var(--olive-drab);
  text-decoration: none;
}

.popups-2 {
  z-index: 300;
  object-fit: fill;
  background-color: #fff;
  background-image: linear-gradient(#000000b0, #000000b0), url('../images/sfpcl.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  inset: 0%;
}

.popups-2.hide {
  display: none;
}

.div-block-2255 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #9ea29a;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  padding: 85px 60px 40px;
  display: flex;
  position: relative;
  top: 0;
}

.youtube-link-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 10px;
  align-items: center;
  padding: 5px 20px;
  display: flex;
  position: absolute;
  inset: 3% 15% auto auto;
}

.image-94 {
  width: 40px;
  display: block;
}

.text-block-30 {
  flex-direction: column;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.background-video-2 {
  z-index: 200;
  border-radius: 5px;
  width: 500px;
}

.image-95 {
  width: 30px;
  position: absolute;
  inset: 4% 3% auto auto;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.section_csr {
  background-color: #fff;
}

.card-file {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
}

.card-file._2nd-card {
  flex-flow: row;
}

.link-block {
  color: var(--dim-grey-text-color);
  width: 240.922px;
  height: 243px;
  text-decoration: none;
  transition: all .3s;
}

.link-block:hover {
  transform: scale(1.06);
}

.link-block._2nd-card {
  width: 423.953px;
  height: 180px;
}

.section_investor-relations {
  background-color: var(--yellow-green);
}

.s-logo {
  width: 60%;
}

.para-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

._70--w {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.span00 {
  color: var(--olive-drab);
}

@media screen and (min-width: 1280px) {
  .nav-bar {
    z-index: 200;
    padding-left: 20px;
    padding-right: 20px;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
  }

  .nav-link {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link.epx {
    background-color: var(--yellow-green);
    border-radius: 6px;
    margin-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .wrapper {
    max-width: none;
    padding-left: 5%;
    padding-right: 5%;
  }

  .wrapper.navbar {
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
  }

  .main_logo {
    max-width: 45%;
    left: 2%;
  }

  .hero_text {
    font-size: 1rem;
  }

  .h1_hero.extra-small.div_centre {
    display: block;
  }

  .cta_hero-button.margin-40px {
    text-align: center;
    width: 180px;
    display: block;
  }

  .about-us-div.margin_5 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .product-hero {
    min-height: 60vh;
  }

  .hero-image-2 {
    inset: 0%;
  }

  .wrapper_section.section_small.white.margin-0px {
    padding-left: 0%;
    padding-right: 0%;
  }

  .brix---inner-container-1000px-center {
    max-width: 1172px;
  }

  .upper_content-2 {
    align-items: center;
  }

  .f-container-regular-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-5 {
    place-content: center;
    justify-items: center;
  }

  .brix---instagram-image-3.gallery-img-card {
    background-image: url('../images/DSC_0095.webp');
  }
}

@media screen and (min-width: 1440px) {
  .nav-bar {
    position: sticky;
  }

  .nav-link.epx {
    background-color: var(--yellow-green);
    border-radius: 6px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: static;
    inset: auto auto auto -30%;
  }

  .nav-link.epx:hover {
    background-color: var(--olive-drab);
    color: #fff;
  }

  .wrapper {
    max-width: none;
    padding-left: 0%;
    padding-right: 0%;
  }

  .wrapper._60px {
    max-width: none;
  }

  .h1_hero.extra-small.blod.large {
    margin-bottom: 0;
  }

  .h1_hero.extra-small.left {
    text-align: left;
    text-decoration: none;
  }

  .h1_hero.extra-small.div_centre {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .cta_hero-button.margin-40px {
    margin-left: auto;
    margin-right: auto;
  }

  .cta_hero-button.margin-40px.left {
    margin-left: 0;
  }

  .footer-grid-01 {
    grid-template-columns: 2fr 1fr 1fr .75fr;
  }

  .footer-contianer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .apple-icon-4 {
    margin-bottom: 0;
  }

  .about-us-div {
    padding-left: 5%;
    padding-right: 5%;
  }

  .about-us-div.white.no-margin {
    padding-bottom: 10px;
  }

  .about-us-div.margin5, .about-us-div.margin_5 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .about-us-grid.margin_40px {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: .5fr .5fr;
    grid-auto-columns: 1fr;
    padding-left: 0%;
    padding-right: 0%;
    display: grid;
  }

  .content-div {
    justify-content: center;
  }

  .image-about {
    background-image: none;
    display: block;
  }

  .team5_list {
    justify-items: center;
  }

  .text-size-medium.justified {
    color: var(--dark-green);
  }

  .container-large {
    max-width: none;
  }

  .new-fl {
    width: 460px;
  }

  .f-container-regular._40px {
    max-width: 1300px;
  }

  .f-feature-card-filled {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .wrapper_section.section_small.white {
    padding-left: 5%;
    padding-right: 5%;
  }

  .wrapper_section.section_small.white.margin-less {
    background-color: var(--olive-drab-backdrop);
  }

  .wrapper_section.section_small.white.margin-less.green-bg {
    background-color: #fff;
  }

  .wrapper_section.section_small.white.margin-0px {
    background-color: var(--olive-drab-backdrop);
  }

  .brix---stats-v7-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .brix---container-default-2 {
    align-self: center;
  }

  .brix---grid-3-columns {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
  }

  .brix---container-default-3 {
    padding-bottom: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---container-default-3.margin_none {
    max-width: 1300px;
  }

  .agri-mall-grid {
    justify-content: space-between;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 0;
  }

  .brix---inner-container-1000px-center-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .brix---container-default {
    max-width: 1300px;
  }

  .brix---section-small---logo.margin-80-px {
    padding-left: 5%;
    padding-right: 5%;
  }

  .stats-div {
    justify-content: center;
  }

  .farmer-image {
    background-image: url('../images/63a93d23e473f3cef08c47e2_0L9-A8650.webp');
    background-position: 50% 60%;
    height: auto;
  }

  .about_us-banner {
    max-width: 550px;
  }

  .brix---card-top-bg-2-ffc._05 {
    background-image: url('../images/FFC-Banner-1.webp');
  }

  .upper_content-2 {
    align-items: stretch;
    display: flex;
  }

  .f-feature-card-outline {
    max-width: none;
  }

  .f-feature-card-wrapper {
    justify-content: center;
  }

  .f-container-regular-2 {
    max-width: none;
  }

  .f-section-large-2 {
    padding-left: 5%;
  }

  .div-block-5 {
    justify-items: center;
  }

  .achievment-grid {
    align-self: center;
    max-width: none;
  }

  .slide-nav-2 {
    display: none;
  }

  .advisory-div {
    align-items: flex-start;
  }

  .wide-container.center {
    max-width: none;
  }

  .section.extra-margin {
    padding-left: 5%;
    padding-right: 5%;
  }

  .image-certi-div.career-small {
    height: auto;
  }

  .certi-heading.marathi-text {
    font-family: Nunito, sans-serif;
  }

  .brix---card-testimonial-v3 {
    border-width: 0;
  }

  .brix---slider-mask-testimonial-v3 {
    box-shadow: none;
  }

  .brix---slider-wrapper-2 {
    border: 0 solid #000;
  }

  .f-container-regular-copy._40px {
    max-width: 1300px;
    display: none;
  }

  .f-container-regular-copy-copy._40px {
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
  }

  .dss-image {
    margin-left: auto;
    margin-right: auto;
  }

  .crop-advisory-image {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .value-chain-div {
    padding-left: 5%;
    padding-right: 5%;
  }

  .about-us-grid-2nd {
    justify-items: center;
  }

  .image-about-copy._10px {
    background-image: none;
  }

  .img-div-end {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .brix---square-icon-large-copy {
    display: block;
  }

  .image-about-copy {
    background-image: none;
  }

  .blog5_image-link.margin-bottom.margin-0 {
    border: 0 solid #000;
    justify-content: flex-start;
  }

  .services-flex-center-copy {
    align-self: center;
  }

  .container-11-copy {
    max-width: 1300px;
  }

  .wrapper-2 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .fruit-section.wrapper {
    align-items: center;
  }

  .fruit-section-grid {
    margin-left: 0;
    margin-right: 0;
  }

  .fruit-card-01 {
    display: flex;
  }

  .brix---product-card-content-2 {
    max-width: 70%;
    padding: 10px;
  }

  .brix---heading-h4-size-3.centre {
    text-align: center;
  }

  .pr-heading {
    text-align: left;
    padding-left: 0%;
  }

  .image-11 {
    max-width: 95%;
  }

  .flex_div-pr {
    justify-content: flex-start;
  }

  .video--div {
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .nav-menu {
    justify-content: space-between;
    max-width: 70%;
  }

  .wrapper.navbar {
    justify-content: space-between;
    display: block;
  }

  .footer-column-for-playstore {
    padding-left: 125px;
  }

  .brix---container-default-3.margin_none {
    max-width: 1300px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---grid-4-columns-instagram {
    justify-content: center;
  }

  .about-us-grid-2nd {
    display: flex;
  }

  .fruit-section.wrapper {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .fruit-section-grid {
    height: 500px;
  }

  .div-block-13 {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu {
    z-index: 999999;
    background-color: #fff;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
    max-height: 100vh;
    padding-bottom: 30px;
    position: static;
    overflow: scroll;
  }

  .nav-cta-button-container {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-bar {
    background-color: var(--dark-green);
    justify-content: space-between;
    align-items: center;
    height: 80px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-button {
    color: #2e323c;
    display: block;
    position: relative;
  }

  .menu-button.w--open {
    color: #096ad0;
    background-color: #0000;
  }

  .nav-link {
    text-align: center;
    background-color: #fff;
    flex: 1;
    padding-top: 24px;
    padding-bottom: 24px;
    display: block;
  }

  .nav-link.border {
    flex: 0 auto;
  }

  .nav-link.border.menu-text {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 40px;
    margin-right: 40px;
    display: block;
  }

  .wrapper {
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .nav-logo-2 {
    flex: 1;
  }

  .div-block {
    max-width: none;
  }

  .main_logo {
    max-width: 15%;
    margin-left: 10px;
    inset: 0% auto auto 3%;
  }

  .h1_hero, .h1_hero.centre {
    font-size: 2.5rem;
  }

  .h1_hero.small.white {
    text-align: center;
    font-size: 2.5rem;
  }

  .h1_hero.extra-small.left, .h1_hero.extra-small.left._10pxmargin {
    text-align: left;
  }

  .wrapper_margin {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .upper_content {
    margin-bottom: 30px;
  }

  .sevices_list {
    margin-left: 20px;
    margin-right: 20px;
  }

  .services_button {
    margin-top: 30px;
  }

  .section-block {
    padding: 40px 20px;
  }

  .footer-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-column-for-playstore {
    padding-left: 0;
    padding-right: 20px;
  }

  .footer-grid-01 {
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
  }

  .footer-link {
    margin-right: 0;
    line-height: 20px;
  }

  .social-link-2 {
    width: 40px;
    height: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .secondary-link.middle {
    margin-left: 0;
  }

  .footer-social-logo {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: left;
    justify-content: center;
  }

  .play-store-icon {
    width: 149px;
  }

  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 35px;
    display: flex;
  }

  .footer-contianer {
    flex-direction: column;
    display: flex;
  }

  .footer-column {
    padding-right: 20px;
  }

  .footer-column-help {
    padding-left: 0;
    padding-right: 20px;
  }

  .footer-column-links {
    padding-right: 0;
  }

  .apple-icon-4 {
    margin-left: -2px;
  }

  .about-us-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    display: flex;
  }

  .about-us-grid.margin_40px {
    grid-template-rows: auto;
    display: flex;
  }

  .content-div {
    order: -1;
    align-self: center;
    margin-right: 0;
  }

  .image-about {
    background-image: url('../images/6385c9291f2f4a71e277bb17_shutterstock_2114848889-1-1-1.webp');
    background-size: cover;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    height: 423.75px;
    margin-left: 0;
    display: block;
  }

  .image-about.auto-height {
    height: auto;
  }

  .h1_text {
    text-align: center;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon1_line-top {
    background-color: var(--yellow-green);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    background-color: var(--yellow-green);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-bottom {
    background-color: var(--yellow-green);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-xxlarge {
    margin: 4rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .team5_list {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .text-size-medium.margin, .text-size-medium.justified {
    text-align: justify;
  }

  .text-size-medium.left, .text-size-medium.left.marathi-text {
    text-align: left;
  }

  .text-size-medium.margin-40px, .heading {
    text-align: center;
  }

  .product-hero {
    min-height: 30vh;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .f-grid-three-column.three {
    flex-direction: column;
  }

  .main-heading {
    margin-bottom: 20px;
  }

  .page-padding-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .layout348_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .chaiirman-image.circle {
    width: auto;
  }

  .wrapper_section.section_small.white {
    flex-direction: column;
  }

  .icon-grid {
    grid-column-gap: 49px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    display: grid;
  }

  .light-text {
    align-self: auto;
  }

  .h1_blog, .h1_blog.centre {
    font-size: 2.5rem;
  }

  .brix---display-2 {
    font-size: 58px;
    line-height: 70px;
  }

  .brix---display-1 {
    font-size: 64px;
    line-height: 76px;
  }

  .brix---display-4 {
    font-size: 22px;
    line-height: 38px;
  }

  .brix---card-stat-purple {
    padding: 139px 38px 36px;
  }

  .brix---stats-v7-grid {
    grid-template-columns: 1fr 1fr;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 48px;
  }

  .brix---card-top-bg._01, .brix---card-top-bg._02 {
    background-position: 50%;
    background-size: cover;
    width: auto;
  }

  .brix---card-top-bg._03 {
    background-position: 50% 0;
    background-size: cover;
    width: auto;
  }

  .brix---grid-3-columns {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .brix---grid-3-columns.advisory {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .agri-mall-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .image-div {
    margin-left: 0;
  }

  .content--div {
    max-width: none;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---grid-2-columns-text-left {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-32px-2 {
    margin-bottom: 24px;
  }

  .brix---image-wrapper-br-24px-shadow-2.width-80 {
    max-width: none;
  }

  .technology_section, .tech {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---btn-circle-logo-strip-v7-sec-right {
    margin-top: 140px;
    top: 160px;
    right: 40%;
  }

  .brix---btn-circle-logo-strip-v7-sec-left {
    margin-top: 140px;
    top: 160px;
    left: 40%;
  }

  .brix---grid-6-columns-logo-strip {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
  }

  .brix---slider-mask {
    position: static;
  }

  .brix---mg-bottom-48px-4 {
    margin-bottom: 40px;
  }

  .brix---section-small---logo, .logo-section {
    padding-top: 80px;
    padding-bottom: 140px;
  }

  .about_us-banner {
    object-fit: cover;
  }

  .about_us-banner.hidden {
    display: none;
  }

  .brix---card-top-bg-1-ffc._05 {
    background-position: 50%;
    background-size: cover;
    width: auto;
  }

  .h1_hero-ffc {
    font-size: 2.5rem;
  }

  .brix---card-top-bg-2-ffc._05, .brix---card-top-bg-3-ffc._05, .brix---card-top-bg-4-ffc._05 {
    background-position: 50%;
    background-size: cover;
    width: auto;
  }

  .h1_hero-2 {
    font-size: 2.5rem;
  }

  .h1_hero-2.extra-small.margin10 {
    justify-content: flex-start;
  }

  .h1_blog-2, .h1_blog-2.centre {
    font-size: 2.5rem;
  }

  .upper_content-2 {
    margin-bottom: 30px;
  }

  .f-feature-card-outline {
    flex-direction: column;
  }

  .f-feature-card-outline.width.hight-same {
    height: 326px;
  }

  .f-feature-card-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-5 {
    align-items: start;
  }

  .about_us-banner-copy {
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }

  .hero {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .hero-content {
    margin-top: 0;
    padding-top: 0;
  }

  .banner-text-wrapper {
    margin-bottom: 0;
  }

  .silder---overlay {
    align-self: center;
  }

  .slider {
    height: 50vh;
  }

  .achievment-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1.75fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .farm-digitisation {
    width: 350px;
  }

  .technology-image, .iot-image, .soil-testing-image {
    width: 250px;
    height: 150px;
  }

  .advisory-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .centered-container {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .hero-heading {
    text-align: left;
    font-size: 36px;
  }

  .tab-pane {
    margin-bottom: 36px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2 {
    font-size: 42px;
  }

  .company-logo-container {
    transform: scale(.85);
  }

  .wide-container.center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .tab {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-29 {
    font-size: 42px;
  }

  .unique-grid {
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .unique-item.aqua {
    padding-bottom: 0;
  }

  .brix---grid-4-columns-instagram {
    grid-template-columns: 1fr 1fr;
  }

  .brix---grid-4-columns-instagram-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .brix---grid-4-columns-instagram-2 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .image-certi-div {
    flex-direction: row;
    height: auto;
  }

  .brix---btn-slider-arrow-right---top-right {
    inset: auto 39.5% -90px auto;
  }

  .brix---btn-slider-arrow-right---top-left {
    inset: auto auto -90px 39.5%;
  }

  .brix---slider-mask-testimonial-v3 {
    position: static;
  }

  .brix---container-default-11 {
    flex-direction: column;
    display: block;
  }

  .brix---section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .about-us-grid-2nd {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .h1_text-copy {
    text-align: center;
  }

  .image-about-copy {
    margin-left: 0;
    display: block;
  }

  .image-about-copy._10px {
    height: auto;
    margin-top: 67px;
    display: flex;
  }

  .text-size-medium-copy.margin {
    text-align: center;
  }

  .image-div-copy {
    margin-left: 0;
  }

  .footer-link-visit-s {
    margin-right: 0;
    line-height: 20px;
  }

  .image-about-copy {
    background-image: url('../images/ab8d66a8-bc4f-4deb-a019-b18e4c7b2f7b.webp');
    background-position: 50%;
    background-size: cover;
    height: 277.641px;
    margin-left: 0;
    display: block;
  }

  .brix---grid-4-columns-instagram-copy-ss2, .brix---grid-4-columns-instagram-copy-ii2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .image-certi-div-copy {
    flex-direction: row;
    height: auto;
  }

  .services-flex-center-copy {
    padding-top: 40px;
    padding-bottom: 200px;
  }

  .parallax_slider-button {
    transform: translate(90px, 70px);
  }

  .parallax_slider-button.left-button {
    transform: translate(50%, 70px);
  }

  .parallax-slide {
    margin-left: 24px;
    margin-right: 8px;
  }

  .container-11-copy {
    max-width: 800px;
  }

  .zivot-main_right-copy {
    flex-direction: column;
  }

  .wrapper-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .unique-item-ii2.aqua {
    padding-bottom: 0;
  }

  .brix---product-card-image {
    width: 100%;
  }

  .brix---heading-h4-size-3 {
    font-size: 22px;
    line-height: 32px;
  }

  .video--div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .crop-care {
    width: 250px;
    height: 150px;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu {
    z-index: 9999;
  }

  .menu-button {
    width: 56px;
    height: 56px;
    margin-right: 4px;
  }

  .wrapper.navbar {
    justify-content: space-between;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block {
    max-width: none;
  }

  .h1_hero, .h1_hero.centre {
    font-size: 1.9rem;
  }

  .h1_hero.small.white {
    font-size: 1.8rem;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .section-block {
    padding-right: 20px;
  }

  .footer-column-for-playstore {
    align-items: center;
    padding-right: 0;
  }

  .footer-grid-01 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .play-store-icon {
    width: 149px;
  }

  .footer-bottom {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
    display: flex;
  }

  .footer-column {
    padding-right: 0;
  }

  .playstore-and-appstore {
    flex-direction: row;
  }

  .footer-column-help, .footer-column-links {
    padding-right: 0;
  }

  .apple-icon-4 {
    margin-left: -3px;
  }

  .menu-icon1 {
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-xxlarge {
    margin: 3rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .team5_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .contact-form-sfpcl {
    padding: 40px 20px;
  }

  .field-label {
    margin-bottom: 7px;
    font-size: 14px;
  }

  .product-hero {
    min-height: auto;
  }

  .f-header-image-wrapper-top {
    height: 490px;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr;
  }

  .c-slide-btn-block {
    width: 12vw;
    height: 12vw;
  }

  .layout348_content {
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .layout348_desktop-image-wrapper {
    display: none;
  }

  .layout348_mobile-image-wrapper {
    width: 100%;
    margin-top: 2.5rem;
    display: block;
  }

  .layout348_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout348_mobile-image {
    position: static;
  }

  .standard-tab {
    justify-content: flex-start;
    margin-left: 5px;
    margin-right: 5px;
  }

  .wrapper_section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .h1_small {
    text-align: center;
    line-height: 120%;
  }

  .h1_blog, .h1_blog.centre {
    font-size: 1.9rem;
  }

  .brix---display-2 {
    font-size: 48px;
    line-height: 56px;
  }

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---card-content-v7 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .brix---display-1 {
    font-size: 50px;
    line-height: 54px;
  }

  .brix---display-4 {
    font-size: 20px;
    line-height: 32px;
  }

  .brix---card-stat-purple {
    padding-top: 80px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 40px;
  }

  .brix---mg-top-32px {
    margin-top: 24px;
  }

  .brix---square-icon-large {
    border-radius: 21px;
    width: 84px;
    max-width: 100%;
  }

  .brix---content-inside-card-bg-top {
    margin-top: 0;
    padding: 32px 24px 40px;
  }

  .brix---card-top-bg {
    min-height: 110px;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---grid-2-columns-text-left {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-32px-2 {
    margin-bottom: 0;
  }

  .brix---image-wrapper-br-24px-shadow-2 {
    border-radius: 14px;
    box-shadow: 0 4px 22px #14142b24;
  }

  .technology_section, .tech {
    grid-template-columns: 1fr;
  }

  .brix---btn-circle-logo-strip-v7-sec-right {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    top: 200px;
    right: 34%;
  }

  .brix---btn-circle-logo-strip-v7-sec-left {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    top: 200px;
    left: 34%;
  }

  .brix---grid-6-columns-logo-strip {
    grid-column-gap: 72px;
    grid-row-gap: 32px;
    grid-template-columns: auto auto;
    transform: scale(.96);
  }

  .brix---mg-bottom-48px-4 {
    margin-bottom: 32px;
  }

  .brix---section-small---logo, .logo-section {
    padding-top: 72px;
    padding-bottom: 130px;
  }

  .about_us-banner {
    max-width: 500px;
  }

  .brix---card-top-bg-1-ffc {
    min-height: 110px;
  }

  .brix---content-inside-card-bg-top-ffc {
    margin-top: 0;
    padding: 32px 24px 40px;
  }

  .brix---square-icon-large-ffc {
    border-radius: 21px;
    width: 84px;
    max-width: 100%;
  }

  .brix---mg-top-32px-ffc {
    margin-top: 24px;
  }

  .h1_hero-ffc {
    font-size: 1.9rem;
  }

  .brix---card-top-bg-2-ffc, .brix---card-top-bg-3-ffc, .brix---card-top-bg-4-ffc {
    min-height: 110px;
  }

  .h1_hero-2, .h1_blog-2, .h1_blog-2.centre {
    font-size: 1.9rem;
  }

  .f-feature-card-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .f-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .about_us-banner-copy {
    max-width: 500px;
  }

  .hero {
    min-height: auto;
  }

  .left-arrow-2 {
    width: 30px;
    height: 30px;
    margin-top: 16px;
    margin-bottom: 0;
    position: absolute;
    top: 100%;
    bottom: 0;
    left: 50%;
    transform: translate(-170%);
  }

  .heading-2.testimonial {
    font-size: 36px;
  }

  .testimonials-tabs {
    display: none;
  }

  .mask-2 {
    height: 100%;
  }

  .company-logo-container {
    text-align: left;
    width: auto;
    height: 40px;
    margin-bottom: 16px;
    transform: scale(1);
  }

  .slide-content {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .wide-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section.extra-margin {
    padding-bottom: 116px;
  }

  .company-logo.active {
    opacity: 1;
    position: static;
  }

  .slide {
    text-align: left;
    height: 100%;
  }

  .slider-4 {
    background-color: #fff;
    height: 100%;
  }

  .slide-nav-3 {
    display: none;
  }

  .tab {
    width: 50%;
    display: inline-block;
  }

  .tabs-2 {
    display: block;
  }

  .testimonail-slider-for-mobile {
    width: 100%;
    height: 100%;
    display: none;
  }

  .right-arrow-3 {
    width: 30px;
    height: 30px;
    margin: 16px 0 0;
    top: 100%;
    bottom: 0;
    right: 50%;
    transform: translate(170%);
  }

  .unique-item.green, .unique-item.blue, .unique-item.aqua {
    padding-top: 48px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---mg-bottom-16px-9 {
    margin-bottom: 8px;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---btn-slider-arrow-right---top-right {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    right: 36%;
  }

  .brix---btn-slider-arrow-right---top-left {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    left: 36%;
  }

  .brix---card-testimonial-v3 {
    flex-direction: column;
  }

  .brix---section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .f-section-large-copy {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---square-icon-large-copy {
    border-radius: 21px;
    width: 84px;
    max-width: 100%;
  }

  .text-size-medium-copy {
    font-size: 1rem;
  }

  .brix---card-testimonial-v3-feature1 {
    flex-direction: column;
  }

  .parallax-mask-2 {
    max-width: 325px;
  }

  .container-11-copy {
    max-width: 600px;
  }

  .unique-item-ii1.green, .unique-item-ii2.aqua, .unique-item-ii3.blue {
    padding-top: 48px;
  }

  .brix---mg-bottom-16px-10 {
    margin-bottom: 8px;
  }

  .fruit-card-01 {
    width: 100%;
  }

  .brix---heading-h4-size-3 {
    font-size: 20px;
    line-height: 26px;
  }

  .fruit-card-01-two {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    max-height: none;
    margin-right: 0;
  }

  .nav-bar {
    height: 100px;
    position: relative;
  }

  .menu-button {
    flex: 0 auto;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .nav-link {
    color: var(--yellow-green);
    align-self: center;
  }

  .nav-link.border.menu-text {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link.epx {
    display: none;
  }

  .wrapper {
    max-width: none;
    padding: 20px 10px;
  }

  .wrapper.navbar {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    padding: 5px 0;
    display: flex;
    position: static;
  }

  .div-block {
    max-width: none;
  }

  .main_logo {
    max-width: 35%;
    margin-left: 0;
    position: static;
  }

  .hero_text {
    font-size: 1.1rem;
  }

  .hero_text.white {
    text-align: center;
  }

  .h1_hero {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }

  .h1_hero.centre {
    font-size: 1.6rem;
  }

  .h1_hero.small.white {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 100%;
  }

  .h1_hero.small.white.green-color {
    margin-bottom: 40px;
  }

  .h1_hero.extra-small {
    text-align: center;
    margin-bottom: 20px;
  }

  .h1_hero.extra-small.blod-left {
    text-align: center;
    height: auto;
  }

  .h1_hero.extra-small.blod-left.line-hight0 {
    width: auto;
  }

  .h1_hero.extra-small.left {
    text-align: center;
    margin-bottom: 20px;
  }

  .h1_hero.extra-small.left._10pxmargin {
    text-align: center;
  }

  .cta_hero-button {
    padding: 10px 15px;
    font-size: 1rem;
  }

  .cta_hero-button.footer {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 50px;
    display: flex;
  }

  .wrapper_margin {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .upper_content {
    margin-bottom: 30px;
  }

  .grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .services-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .service_img {
    max-width: 80%;
  }

  .medium_text {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .services_button {
    margin-top: 30px;
  }

  .section-block {
    padding: 20px 10px 40px;
    position: relative;
  }

  .cta-grid {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
    justify-items: stretch;
    margin-bottom: 20px;
  }

  .footer-link-copy {
    text-align: left;
  }

  .footer-column-for-playstore {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
  }

  .footer-grid-01 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 2fr;
  }

  .footer-link {
    text-align: left;
  }

  .social-link-2 {
    width: 40px;
    height: 40px;
    margin-top: 10px;
    margin-left: 0;
  }

  .secondary-link {
    text-align: left;
  }

  .secondary-link.middle {
    margin-left: 0;
  }

  .footer-social-logo {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .play-store-icon {
    width: 148px;
    height: 50px;
    min-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    display: inline-block;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    display: flex;
  }

  .footer-contianer {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-column {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .playstore-and-appstore {
    flex-direction: column;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .footer-column-help {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
  }

  .footer-column-links {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .apple-icon-4 {
    width: 150px;
    max-width: none;
    height: 50px;
    min-height: 50px;
    margin: 0 0 0 -3px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .buttom-footer {
    background-image: url('../images/6267e27c6f5bad251ae41a80_5f206110d859773e2b0a7b85_image-footer-farm-template_16267e27c6f5bad251ae41a80_5f206110d859773e2b0a7b85_image-footer-farm-template.webp');
    background-position: 50%;
  }

  .about-us-div {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .about-us-div.white.no-margin {
    padding-bottom: 0;
  }

  .about-us-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .about-us-grid.margin_40px {
    display: flex;
  }

  .content-div {
    margin-right: 0;
  }

  .content-div.left-align {
    align-items: center;
  }

  .image-about {
    background-image: none;
    align-items: flex-start;
    height: auto;
    margin-left: 0;
    display: flex;
  }

  .h1_text {
    text-align: center;
    margin-top: 0;
    font-size: 1.6rem;
  }

  .h1_text.pager-title {
    font-size: 24px;
    line-height: 1.3em;
  }

  .menu-icon1 {
    color: #6b9c2f;
    align-items: center;
  }

  .menu-icon1_line-top, .menu-icon1_line-middle, .menu-icon1_line-bottom {
    background-color: #6b9c2f;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-xsmall {
    margin-top: 1rem;
  }

  .team5_list {
    grid-column-gap: 2rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .text-size-large.text-weight-semibold.p.align-left, .text-size-medium.cntre {
    text-align: center;
  }

  .text-size-medium.margin {
    text-align: justify;
  }

  .text-size-medium.margin-24 {
    text-align: center;
  }

  .text-size-medium.justified {
    text-align: justify;
  }

  .text-size-medium.left {
    text-align: left;
  }

  .text-size-medium.margin-40px {
    text-align: justify;
  }

  .team5_item {
    width: 270.188px;
  }

  .heading {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
  }

  .heading-27 {
    font-size: 24px;
  }

  .main-button {
    text-align: left;
    justify-content: center;
    width: auto;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 20px;
    font-size: 14px;
    display: flex;
  }

  .contact-form-grid {
    flex-flow: column;
    display: flex;
  }

  .contact-form {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-form-sfpcl {
    background-color: #f8f8f8;
  }

  .form-2 {
    text-align: left;
  }

  .grid-stl {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }

  .text-for-vid {
    text-align: center;
    flex-direction: column;
    display: flex;
  }

  .text-for-vid p {
    text-align: justify;
    font-size: 1rem;
  }

  .container-sl {
    flex-direction: column-reverse;
    order: 0;
    max-width: none;
    display: flex;
  }

  .product-hero {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .container-6 {
    max-width: none;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .f-header-image-wrapper-top {
    height: 390px;
  }

  .f-grid-three-column.three {
    flex-direction: column;
    display: flex;
  }

  .c-slide-btn-block {
    width: 20vw;
    height: 20vw;
  }

  .layout348_content {
    align-items: center;
    height: auto;
    padding-top: 0;
  }

  .main-heading {
    text-align: center;
    padding: 10px 0%;
    font-size: 18px;
    line-height: 29px;
  }

  .main-heading.chair-main-new {
    padding-right: 0%;
  }

  .layout348_mobile-image-wrapper {
    margin-top: 0;
  }

  .page-padding-2 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .layout348_component {
    grid-template-columns: 1fr;
  }

  .container-large-2 {
    max-width: none;
  }

  .standard-tab, .standard-tab.w--current {
    justify-content: center;
    width: 50px;
  }

  .slider-heading {
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 26px;
    line-height: 120%;
  }

  .wrapper_section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper_section.section_small.white {
    flex-direction: column;
    padding: 40px 10px;
    display: block;
  }

  .icon-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }

  .container-7.margin-bottom-xxl {
    align-self: center;
    max-width: none;
    margin-left: 10px;
    margin-right: 10px;
  }

  .h1_small {
    font-size: 18px;
  }

  .h1_blog {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }

  .h1_blog.centre {
    font-size: 1.6rem;
  }

  .brix---display-2 {
    font-size: 38px;
    line-height: 48px;
  }

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---display-1 {
    text-align: center;
    font-size: 45px;
    line-height: 46px;
  }

  .brix---display-4 {
    text-align: center;
  }

  .brix---card-stat-purple {
    padding: 32px 26px;
  }

  .brix---stats-v7-grid {
    grid-template-columns: 1fr;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 32px;
  }

  .brix---container-default-2 {
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .brix---square-icon-large {
    border-radius: 21px;
    width: 120px;
    max-width: none;
  }

  .brix---content-inside-card-bg-top {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---card-top-bg {
    min-height: 140px;
  }

  .brix---grid-3-columns {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---container-default-3 {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .agri-mall-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

  .brix---grid-2-columns-text-left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .brix---inner-container-1000px-center {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .brix---container-default-4 {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .product-banner-slider {
    height: 30vh;
  }

  .brix---image-wrapper-br-24px-shadow-2 {
    border-radius: 16px;
  }

  .brix---image-wrapper-br-24px-shadow-2.image-div-resize-p.margin-40.shadow-color-yellow {
    margin-bottom: 20px;
  }

  .technology_section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    display: flex;
  }

  .grid_technology {
    margin-bottom: 0;
  }

  .tech {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    display: flex;
  }

  .brix---container-default {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---btn-circle-logo-strip-v7-sec-right {
    margin-top: 208px;
    top: 210px;
    right: 20%;
  }

  .brix---btn-circle-logo-strip-v7-sec-left {
    margin-top: 208px;
    top: 210px;
    left: 20%;
  }

  .brix---grid-6-columns-logo-strip {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: auto 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: center space-between;
    justify-items: end;
    display: grid;
  }

  .brix---grid-6-columns-logo-strip.single-grid {
    grid-template-columns: auto;
  }

  .brix---mg-bottom-48px-4 {
    margin-bottom: 32px;
  }

  .brix---container-default-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---section-small---logo {
    padding: 64px 10px 150px;
  }

  .logo-section {
    padding-top: 64px;
    padding-bottom: 150px;
    display: none;
  }

  .stats-div {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .about_us-banner {
    border-radius: 20px;
    max-width: 100%;
  }

  .about_us-banner.hidden {
    display: block;
  }

  .image-5 {
    border-radius: 24px;
  }

  .container-9 {
    flex-direction: column;
    display: flex;
  }

  .brix---card-top-bg-1-ffc {
    min-height: 140px;
  }

  .brix---content-inside-card-bg-top-ffc {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---square-icon-large-ffc {
    border-radius: 21px;
    width: 120px;
    max-width: none;
  }

  .h1_hero-ffc {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }

  .h1_hero-ffc.extra-small {
    text-align: center;
    margin-bottom: 20px;
  }

  .brix---card-top-bg-2-ffc, .brix---card-top-bg-3-ffc, .brix---card-top-bg-4-ffc {
    min-height: 140px;
  }

  .privacy-section {
    margin-left: 3%;
    margin-right: 3%;
  }

  .heading-11 {
    font-size: 25px;
    line-height: 25px;
  }

  .content-para {
    color: #333;
    text-align: justify;
    padding-right: 0%;
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.5em;
  }

  .heading-17 {
    font-size: 22px;
    line-height: 25px;
  }

  .list {
    color: #333;
    font-size: 17px;
    line-height: 29px;
  }

  .bold-green {
    font-size: 22px;
    line-height: 0;
  }

  .h1_hero-2 {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }

  .h1_hero-2.extra-small {
    text-align: center;
    margin-bottom: 20px;
  }

  .h1_hero-2.extra-small.margin10 {
    width: 70%;
    height: auto;
  }

  .h1_blog-2 {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }

  .h1_blog-2.centre {
    font-size: 1.6rem;
  }

  .upper_content-2 {
    margin-bottom: 0;
  }

  .f-feature-card-wrapper {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .div-block-5 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .about_us-banner-copy {
    border-radius: 20px;
    max-width: 100%;
  }

  .about_us-banner-copy._30 {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .hero {
    max-height: none;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .hero-content {
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
  }

  .banner-text-wrapper {
    max-width: none;
    margin-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .slider {
    height: auto;
  }

  .hero-subtitle {
    text-align: center;
    font-size: 1.125rem;
  }

  .achievment-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1.75fr;
    display: flex;
  }

  .div-block-7 {
    align-items: center;
  }

  .farm-digitisation {
    background-size: 90%;
    width: 300px;
    height: 300px;
  }

  .recaptcha_wrapper {
    flex-wrap: nowrap;
    display: flex;
  }

  .advisory-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

  .text-block-6 {
    color: var(--yellow-green);
  }

  .icon {
    color: var(--yellow-green);
    align-self: center;
  }

  .dropdown-toggle {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: inline-block;
  }

  .hero_div {
    height: 60vh;
  }

  .background-video {
    align-items: center;
    height: 60vh;
  }

  .centered-container {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .div-block-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: inline-block;
  }

  .hero-heading {
    text-align: center;
    margin-bottom: auto;
    font-size: 32px;
  }

  .hero-paragraph {
    text-align: center;
    margin-bottom: 10px;
    padding-left: 2%;
  }

  .tab-pane {
    margin-bottom: 24px;
  }

  .heading-2 {
    text-align: center;
    margin-bottom: 0;
    font-size: 36px;
  }

  .heading-2.testimonial {
    font-size: 28px;
  }

  .company-logo-container {
    height: 32px;
  }

  .wide-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.extra-margin {
    padding: 40px 10px;
  }

  .section.no-padding-bottom.almost-white {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tab {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .tabs-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .about-us-div-copy {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .heading-29 {
    text-align: center;
    font-size: 36px;
  }

  .unique-item {
    padding-top: 32px;
  }

  .unique-item.green {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    height: 250px;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .unique-item.blue, .unique-item.aqua {
    height: 250px;
    margin-bottom: 20px;
  }

  .brix---container-default-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---instagram-image-3 {
    border-radius: 16px;
  }

  .brix---grid-4-columns-instagram {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .brix---instagram-image-copy {
    border-radius: 16px;
  }

  .brix---instagram-image-copy.gallery-img-card, .brix---instagram-image-copy.gallery-img-card-g6, .brix---instagram-image-copy.gallery-img-card-s6, .brix---instagram-image-copy.gallery-img-card-c6, .brix---instagram-image-copy.gallery-img-card-i6 {
    width: 371.344px;
  }

  .brix---instagram-image-5, .brix---instagram-image-4, .brix---instagram-image {
    border-radius: 16px;
  }

  .brix---instagram-image.gallery-img-card, .brix---instagram-image.gallery-img-card-g1, .brix---instagram-image.gallery-img-card-s1, .brix---instagram-image.gallery-img-card-c1, .brix---instagram-image.gallery-img-card-i1 {
    width: 371.344px;
  }

  .brix---instagram-image-2 {
    border-radius: 16px;
  }

  .brix---grid-4-columns-instagram-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .registration-form {
    padding-left: 10px;
    padding-right: 10px;
  }

  .brix---instagram-image-6 {
    border-radius: 16px;
  }

  .brix---grid-4-columns-instagram-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .brix---mg-bottom-16px-9 {
    margin-bottom: 15px;
  }

  .brix---container-default-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-media-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-certi-div {
    flex-direction: column;
  }

  .image-certi-div.career-small.maximum {
    height: auto;
  }

  .certi-logo-div1 {
    border-top-left-radius: 0%;
    width: auto;
    margin-right: 0;
    display: none;
  }

  .content-div-2 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .brix---btn-slider-arrow-right---top-right {
    bottom: -72px;
    right: 26%;
  }

  .brix---btn-slider-arrow-right---top-left {
    bottom: -72px;
    left: 26%;
  }

  .brix---card-testimonial-v3 {
    flex-direction: column;
    height: auto;
  }

  .brix---slider-mask-testimonial-v3 {
    height: auto;
  }

  .brix---container-default-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---section-2 {
    padding-top: 40px;
  }

  .value-chain-div {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .about-us-grid-2nd {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

  .h1_text-copy {
    text-align: center;
    margin-top: 0;
    font-size: 1.6rem;
  }

  .image-about-copy {
    margin-left: 0;
  }

  .image-about-copy._10px {
    margin-top: 40px;
    display: flex;
  }

  .brix---square-icon-large-copy {
    border-radius: 21px;
    width: 120px;
    max-width: none;
  }

  .text-size-medium-copy.margin {
    text-align: center;
  }

  .text-size-medium-copy.margin.centre {
    color: var(--olive-drab);
    font-size: 24px;
  }

  .image-copy, .image-cfopy {
    border-radius: 24px;
  }

  .footer-link-visit-s {
    text-align: left;
  }

  .image-about-copy {
    background-image: none;
    background-size: auto;
    height: auto;
    margin-left: 0;
  }

  .brix---grid-4-columns-instagram-copy-ss2, .brix---grid-4-columns-instagram-copy-ii2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .certi-logo-div1-media1, .certi-logo-div-2-mmemeameadmeadimeadiameadia {
    border-top-left-radius: 0%;
    width: auto;
    margin-right: 0;
    display: none;
  }

  .image-certi-div-copy {
    flex-direction: column;
  }

  .image-certi-div-copy.career-small {
    height: auto;
  }

  .certi-logo-div-2-copy-meadi3 {
    border-top-left-radius: 0%;
    width: auto;
    margin-right: 0;
    display: none;
  }

  .brix---instagram-image-6-2, .brix---instagram-image-6-3, .brix---instagram-image-6-4, .brix---instagram-image-6-5, .brix---instagram-image-6-6, .brix---instagram-image-6-7, .brix---instagram-image-6-8 {
    border-radius: 16px;
  }

  .brix---card-testimonial-v3-feature1 {
    flex-direction: column;
    height: auto;
  }

  .html-vid.hinde {
    display: none;
  }

  .html-vid.pc-hide {
    padding: 10px;
    display: block;
  }

  .certi-logo-div-2-copy-meadi3-copy, .certi-logo-div-2-copy-meadi3-2-copy, .certi-logo-div1-media1-3-3 {
    border-top-left-radius: 0%;
    width: auto;
    margin-right: 0;
    display: none;
  }

  .services-flex-center-copy {
    padding-bottom: 90px;
  }

  .parallax_slider-button {
    left: -5%;
  }

  .parallax_slider-button.left-button {
    left: -6%;
  }

  .value-section {
    margin-top: 0;
  }

  .parallax-slide {
    margin-left: 0;
  }

  .container-11-copy {
    max-width: 375px;
  }

  .zivot-main_right-copy {
    width: 100%;
  }

  .wrapper-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .unique-item-ii1 {
    padding-top: 32px;
  }

  .unique-item-ii1.green {
    height: 250px;
    margin-bottom: 20px;
  }

  .unique-item-ii2 {
    padding-top: 32px;
  }

  .unique-item-ii2.aqua {
    height: 250px;
    margin-bottom: 20px;
  }

  .unique-item-ii3 {
    padding-top: 32px;
  }

  .unique-item-ii3.blue {
    height: 250px;
    margin-bottom: 0;
  }

  .brix---paragraph-default-3 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---mg-bottom-16px-10 {
    margin-bottom: 15px;
  }

  .fruit-section.wrapper {
    margin-bottom: 40px;
  }

  .fruit-section-grid {
    height: auto;
  }

  .fruit-card-01 {
    flex-direction: column;
    display: flex;
  }

  .fruit-card-01.fliex-div {
    flex-direction: column;
    height: 300.5px;
  }

  .brix---product-card-content-2 {
    padding: 16px 10px;
  }

  .brix---heading-h4-size-3 {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
  }

  .fruit-section-grid-4 {
    grid-template-columns: 1fr;
  }

  .pr-heading {
    text-align: center;
  }

  .video--div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

  .div-block-2255 {
    align-items: center;
    width: 90%;
    padding: 70px 40px 40px;
  }

  .background-video-2 {
    border-radius: 5px;
    width: 300px;
    height: 300px;
  }

  .image-95 {
    width: 20px;
  }

  .card-file._2nd-card {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .link-block._2nd-card {
    width: auto;
    height: auto;
  }

  ._70--w {
    text-align: left;
    width: 100%;
  }
}

#w-node-_3ca78cdc-28ba-8198-c261-f5fea61609bc-c4ed54ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0745b0d5-6516-f8b9-92da-99a3711ceb68-c4ed54ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_8c64941c-23a9-0279-37d5-a3c72b0efbad-c4ed54ae, #w-node-_8c64941c-23a9-0279-37d5-a3c72b0efb9f-c4ed54ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-b5197b49-77c5-02c6-6eb7-bfbd1a2e8bd6-c4ed54ae, #w-node-b5197b49-77c5-02c6-6eb7-bfbd1a2e8bdc-c4ed54ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5197b49-77c5-02c6-6eb7-bfbd1a2e8be2-c4ed54ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_5bee114c-9fbb-96e6-c552-7de1816cdb03-c4ed54ae {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: stretch stretch;
}

#w-node-_5bee114c-9fbb-96e6-c552-7de1816cdb07-c4ed54ae, #w-node-_5bee114c-9fbb-96e6-c552-7de1816cdb0b-c4ed54ae, #w-node-_5bee114c-9fbb-96e6-c552-7de1816cdb0f-c4ed54ae, #w-node-d5dcbcf4-3a1d-86cc-f688-4abe75a30fee-c4ed54ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ff442d0-bc0b-88ce-ecab-d2654dca97c6-c4ed54ae {
  grid-area: span 2 / span 2 / span 2 / span 2;
  place-self: auto;
}

#w-node-_4eb7eab9-63d7-3750-a89a-279908b57c42-c4ed54ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9cb0e436-00ff-16a7-ab11-b34214c24718-c4ed54ae {
  align-self: center;
}

#w-node-_3ff442d0-bc0b-88ce-ecab-d2654dca97d0-c4ed54ae, #w-node-_3ff442d0-bc0b-88ce-ecab-d2654dca97dc-c4ed54ae, #w-node-_3ff442d0-bc0b-88ce-ecab-d2654dca97e8-c4ed54ae, #w-node-_3ff442d0-bc0b-88ce-ecab-d2654dca97f4-c4ed54ae, #w-node-_1b00e9a7-ef7d-95ed-784b-4f858d9cacd7-c4ed54ae, #w-node-_91e79cfb-9295-2583-9bdc-ea297d101023-c4ed54ae, #w-node-_7c7a2d3f-a168-da8f-95ea-c56311851cff-c4ed54ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d688ceb-176c-2c09-ce7e-bb6761705a76-61705a24 {
  justify-self: center;
}

#w-node-_7d688ceb-176c-2c09-ce7e-bb6761705a78-61705a24 {
  justify-self: end;
}

#w-node-_3e73bf71-e983-d180-d03e-0db4e92227a0-2734ad7c, #w-node-_36ee2adc-c8a1-4ee2-053a-46e01347af90-2734ad7c, #w-node-_36ee2adc-c8a1-4ee2-053a-46e01347af9c-2734ad7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_108f7a91-3747-77f9-196e-da012b79d0ef-2734ad7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_99c2dcde-f368-ae62-b217-58aeaddad12c-2734ad7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_70ff7f77-f239-86f5-b89a-a841c98c574f-2734ad7c, #w-node-_70ff7f77-f239-86f5-b89a-a841c98c5750-2734ad7c, #w-node-_70ff7f77-f239-86f5-b89a-a841c98c5752-2734ad7c, #w-node-_1b3fa280-63d1-7c4b-96e8-4c3951c3e93b-2734ad7c, #w-node-_6f91d533-9d34-69a7-97af-1ee75f0ea6ee-2734ad7c, #w-node-f4f20667-2625-17ef-1657-443e04ab30f8-2734ad7c, #w-node-_2c53182a-19da-78d0-0146-69a1671a01ca-c86ecd94, #w-node-ad95f68a-bba5-662f-d5d3-0de4d2c388d0-c86ecd94, #w-node-ad95f68a-bba5-662f-d5d3-0de4d2c388d1-c86ecd94, #w-node-ad95f68a-bba5-662f-d5d3-0de4d2c388d3-c86ecd94 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16751dd6-5da6-388f-3e5d-94fd749d69e1-aa2f3bbb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5bdb96be-4d6d-e948-5ca3-d08c06ec5d72-aa2f3bbb, #w-node-_327d7461-7a4c-d53f-2358-87610c648688-ae3827dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5053e45-1bf0-3a5f-02a0-a3ec670e3954-ae3827dc, #w-node-_0bf6322a-0ab4-ff79-b316-3880fdf5dad6-ae3827dc {
  justify-self: end;
}

#w-node-a2ff3354-956b-57c3-38bf-3dbb65358ac5-ae3827dc, #w-node-a2ff3354-956b-57c3-38bf-3dbb65358ac6-ae3827dc, #w-node-a2ff3354-956b-57c3-38bf-3dbb65358ac8-ae3827dc, #w-node-_9893c746-03b7-fd36-daae-12f71efe6e0d-1e304deb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ffd2e586-6b59-c5e6-ecf3-a5adc45e514d-1e304deb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_60072c4e-4ce1-21e6-0bb4-b184f1ac643d-1e304deb, #w-node-_60072c4e-4ce1-21e6-0bb4-b184f1ac643e-1e304deb, #w-node-_60072c4e-4ce1-21e6-0bb4-b184f1ac6440-1e304deb, #w-node-_0eeeccb7-a9f2-0500-13ee-828cde63665b-c32c150a, #w-node-_0eeeccb7-a9f2-0500-13ee-828cde63665c-c32c150a, #w-node-_0eeeccb7-a9f2-0500-13ee-828cde63665d-c32c150a, #w-node-_0eeeccb7-a9f2-0500-13ee-828cde63665e-c32c150a, #w-node-_9128fa1a-8272-7222-8599-87f606978137-c32c150a, #w-node-_9128fa1a-8272-7222-8599-87f606978138-c32c150a, #w-node-_9128fa1a-8272-7222-8599-87f606978139-c32c150a, #w-node-_9128fa1a-8272-7222-8599-87f60697813a-c32c150a, #w-node-b0b179cb-0a22-321d-2d68-047d8fbf0df7-c32c150a, #w-node-b0b179cb-0a22-321d-2d68-047d8fbf0df8-c32c150a, #w-node-b0b179cb-0a22-321d-2d68-047d8fbf0dfa-c32c150a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17a72321-2bc2-93e0-5f32-6a067f4c27e5-f614d00e, #w-node-_5909d324-f26a-b6bc-325a-c543c3a55677-f614d00e, #w-node-_2151946d-a2bf-5ea5-95c4-bccfa9970a53-f614d00e, #w-node-_125d52d4-8649-1d4d-e1a5-0dc4cc9c2178-f614d00e, #w-node-_125d52d4-8649-1d4d-e1a5-0dc4cc9c2181-f614d00e, #w-node-_07f7570c-61d3-49bd-da5d-8a8e2490ca69-f614d00e, #w-node-_07f7570c-61d3-49bd-da5d-8a8e2490ca76-f614d00e, #w-node-_228bb3d0-1f7c-a206-dc07-a531a79cffdf-f614d00e, #w-node-_228bb3d0-1f7c-a206-dc07-a531a79cffe8-f614d00e, #w-node-_72502083-7f0b-a7be-b2aa-c5e60b7eca65-f614d00e, #w-node-_574bcd31-c7ce-e20d-e4eb-6d32dc0ad197-f614d00e, #w-node-ccd0ee09-974d-7f43-f4e4-6c1ff5b3c2df-f614d00e, #w-node-ea446bf1-01b0-8153-e519-60fc69066cc4-f614d00e, #w-node-ea446bf1-01b0-8153-e519-60fc69066cd1-f614d00e, #w-node-_8c2585cf-78dc-4005-02ec-5c0ed399e9fe-f614d00e, #w-node-_8c2585cf-78dc-4005-02ec-5c0ed399ea0b-f614d00e, #w-node-a7ee6777-acc5-b5de-1a59-f0b52657b131-f614d00e, #w-node-_234a5645-80fc-00b2-e320-2b994a3c3134-f614d00e, #w-node-_7d48a8e1-0f3f-c896-c1be-2b7a5a1a1111-f614d00e, #w-node-_78c787a2-bad8-d9f4-0c21-9518b5f01cf3-f614d00e, #w-node-_7b8afa0c-1393-bb8a-d354-6c5989ab95c8-f614d00e, #w-node-_0981bd05-979b-16ae-6dda-83bd9017ca10-f614d00e, #w-node-_0981bd05-979b-16ae-6dda-83bd9017ca18-f614d00e, #w-node-_0981bd05-979b-16ae-6dda-83bd9017ca20-f614d00e {
  place-self: stretch stretch;
}

#w-node-_456a9987-825f-1ede-6410-6b190f5a3991-f614d00e, #w-node-_456a9987-825f-1ede-6410-6b190f5a3992-f614d00e, #w-node-_456a9987-825f-1ede-6410-6b190f5a3994-f614d00e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3ca7dc4-9b70-a4a0-e521-7599326e4318-0b173f74, #w-node-d48016c5-9474-65de-6cde-ab01eb22835c-121a3fb7, #w-node-d48016c5-9474-65de-6cde-ab01eb22835d-121a3fb7, #w-node-d48016c5-9474-65de-6cde-ab01eb22835e-121a3fb7, #w-node-d48016c5-9474-65de-6cde-ab01eb228360-121a3fb7, #w-node-d48016c5-9474-65de-6cde-ab01eb228361-121a3fb7, #w-node-d48016c5-9474-65de-6cde-ab01eb228362-121a3fb7, #w-node-d48016c5-9474-65de-6cde-ab01eb228368-121a3fb7, #w-node-d48016c5-9474-65de-6cde-ab01eb228369-121a3fb7, #w-node-d48016c5-9474-65de-6cde-ab01eb22836a-121a3fb7, #w-node-d48016c5-9474-65de-6cde-ab01eb22836c-121a3fb7, #w-node-d48016c5-9474-65de-6cde-ab01eb22836d-121a3fb7, #w-node-d48016c5-9474-65de-6cde-ab01eb22836e-121a3fb7, #w-node-d48016c5-9474-65de-6cde-ab01eb228374-121a3fb7, #w-node-d48016c5-9474-65de-6cde-ab01eb228375-121a3fb7, #w-node-d48016c5-9474-65de-6cde-ab01eb228376-121a3fb7, #w-node-d48016c5-9474-65de-6cde-ab01eb228378-121a3fb7, #w-node-d48016c5-9474-65de-6cde-ab01eb228379-121a3fb7, #w-node-d48016c5-9474-65de-6cde-ab01eb22837a-121a3fb7, #w-node-d48016c5-9474-65de-6cde-ab01eb228380-121a3fb7, #w-node-d48016c5-9474-65de-6cde-ab01eb228381-121a3fb7, #w-node-d48016c5-9474-65de-6cde-ab01eb228382-121a3fb7, #w-node-d48016c5-9474-65de-6cde-ab01eb228384-121a3fb7, #w-node-d48016c5-9474-65de-6cde-ab01eb228385-121a3fb7, #w-node-d48016c5-9474-65de-6cde-ab01eb228386-121a3fb7, #w-node-d48016c5-9474-65de-6cde-ab01eb22838f-121a3fb7, #w-node-d48016c5-9474-65de-6cde-ab01eb228390-121a3fb7, #w-node-d48016c5-9474-65de-6cde-ab01eb228391-121a3fb7, #w-node-d48016c5-9474-65de-6cde-ab01eb228393-121a3fb7, #w-node-d48016c5-9474-65de-6cde-ab01eb228394-121a3fb7, #w-node-d48016c5-9474-65de-6cde-ab01eb228395-121a3fb7 {
  place-self: center;
}

#w-node-_6f83f41d-04d7-7a39-64eb-cb6276fff4d2-121a3fb7, #w-node-c30863f2-dfcc-3e41-e826-478cb8b75e07-121a3fb7, #w-node-_61fbdd74-ca2b-1cac-19e2-6e1d06a34fe2-121a3fb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0237c80d-69bb-94be-b38f-d5c6456b4b5a-121a3fb7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0237c80d-69bb-94be-b38f-d5c6456b4b5f-121a3fb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_0745b0d5-6516-f8b9-92da-99a3711ceb68-c4ed54ae {
    justify-self: end;
  }

  #w-node-_8c64941c-23a9-0279-37d5-a3c72b0efbad-c4ed54ae {
    place-self: stretch start;
  }

  #w-node-_8c64941c-23a9-0279-37d5-a3c72b0efb9f-c4ed54ae {
    place-self: stretch stretch;
  }

  #w-node-_5bee114c-9fbb-96e6-c552-7de1816cdb03-c4ed54ae {
    justify-self: center;
  }

  #w-node-_5bee114c-9fbb-96e6-c552-7de1816cdb07-c4ed54ae {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_5bee114c-9fbb-96e6-c552-7de1816cdb0b-c4ed54ae, #w-node-_5bee114c-9fbb-96e6-c552-7de1816cdb0f-c4ed54ae, #w-node-d5dcbcf4-3a1d-86cc-f688-4abe75a30fee-c4ed54ae {
    justify-self: center;
  }

  #w-node-_4eb7eab9-63d7-3750-a89a-279908b57c42-c4ed54ae {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_36ee2adc-c8a1-4ee2-053a-46e01347af9c-2734ad7c {
    justify-self: end;
  }

  #w-node-d57cbed1-8a8e-5684-c4f3-2b481397f8a9-c86ecd94, #w-node-_143148ad-3d46-372d-685e-22bb603035b7-c86ecd94 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dbd97d8d-950e-e937-504d-021be73854d4-f614d00e {
    justify-self: center;
  }

  #w-node-_61fbdd74-ca2b-1cac-19e2-6e1d06a34fe2-121a3fb7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_99c2dcde-f368-ae62-b217-58aeaddad12c-2734ad7c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_0745b0d5-6516-f8b9-92da-99a3711ceb68-c4ed54ae {
    order: -9999;
    justify-self: stretch;
  }

  #w-node-_8c64941c-23a9-0279-37d5-a3c72b0efbad-c4ed54ae {
    order: -9999;
    justify-self: center;
  }

  #w-node-_5bee114c-9fbb-96e6-c552-7de1816cdb0f-c4ed54ae {
    justify-self: start;
  }

  #w-node-_3ff442d0-bc0b-88ce-ecab-d2654dca97c6-c4ed54ae {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_36ee2adc-c8a1-4ee2-053a-46e01347af9c-2734ad7c {
    order: -9999;
    justify-self: center;
  }

  #w-node-e5053e45-1bf0-3a5f-02a0-a3ec670e3954-ae3827dc {
    justify-self: auto;
  }

  #w-node-_2ba3b6ed-5147-4786-431e-b05b2fe7d6fe-ae3827dc {
    order: 9999;
  }

  #w-node-_0bf6322a-0ab4-ff79-b316-3880fdf5dad6-ae3827dc {
    justify-self: auto;
  }

  #w-node-e5053e45-1bf0-3a5f-02a0-a3ec670e3940-ae3827dc, #w-node-_7259364d-6e20-a0a7-7f0e-0b8204219962-0b173f74, #w-node-_71a08178-37bf-f0ec-66af-52d03fb379a7-0b173f74, #w-node-b40e08a1-20b1-cf22-5a02-538a08b8979a-0b173f74, #w-node-ee6b9b8d-fd16-1577-25fa-910508d51bc4-0b173f74 {
    order: 9999;
  }

  #w-node-_6f83f41d-04d7-7a39-64eb-cb6276fff4d2-121a3fb7 {
    order: -9999;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7d688ceb-176c-2c09-ce7e-bb6761705a69-61705a24 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3ca78cdc-28ba-8198-c261-f5fea61609bc-c4ed54ae {
    order: 9999;
  }

  #w-node-_0745b0d5-6516-f8b9-92da-99a3711ceb68-c4ed54ae {
    order: -9999;
    place-self: center;
  }

  #w-node-_8c64941c-23a9-0279-37d5-a3c72b0efbad-c4ed54ae {
    order: -9999;
    justify-self: center;
  }

  #w-node-_8c64941c-23a9-0279-37d5-a3c72b0efb9f-c4ed54ae {
    order: 9999;
  }

  #w-node-_3ff442d0-bc0b-88ce-ecab-d2654dca97c6-c4ed54ae {
    grid-column: span 1 / span 1;
  }

  #w-node-_7d688ceb-176c-2c09-ce7e-bb6761705a27-61705a24 {
    place-self: auto;
  }

  #w-node-_7d688ceb-176c-2c09-ce7e-bb6761705a60-61705a24 {
    place-self: center start;
  }

  #w-node-_7d688ceb-176c-2c09-ce7e-bb6761705a69-61705a24 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2c53182a-19da-78d0-0146-69a1671a01ca-c86ecd94 {
    order: -9999;
  }

  #w-node-_16751dd6-5da6-388f-3e5d-94fd749d69d1-aa2f3bbb, #w-node-_16751dd6-5da6-388f-3e5d-94fd749d69d5-aa2f3bbb, #w-node-_16751dd6-5da6-388f-3e5d-94fd749d69d9-aa2f3bbb, #w-node-_16751dd6-5da6-388f-3e5d-94fd749d69dd-aa2f3bbb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_327d7461-7a4c-d53f-2358-87610c648688-ae3827dc, #w-node-e5053e45-1bf0-3a5f-02a0-a3ec670e3954-ae3827dc, #w-node-_2ba3b6ed-5147-4786-431e-b05b2fe7d6fe-ae3827dc, #w-node-_0bf6322a-0ab4-ff79-b316-3880fdf5dad6-ae3827dc, #w-node-e5053e45-1bf0-3a5f-02a0-a3ec670e3940-ae3827dc {
    order: -9999;
  }

  #w-node-_9893c746-03b7-fd36-daae-12f71efe6e0d-1e304deb {
    order: 9999;
  }

  #w-node-_7259364d-6e20-a0a7-7f0e-0b8204219962-0b173f74, #w-node-a0f01986-e1c9-936d-78c8-2380099ab677-0b173f74, #w-node-_71a08178-37bf-f0ec-66af-52d03fb379a7-0b173f74, #w-node-_087eae49-57d0-cc40-e12d-0f97083dc951-0b173f74, #w-node-b40e08a1-20b1-cf22-5a02-538a08b8979a-0b173f74, #w-node-_0b5f14bd-272f-9912-1825-9aa1582fa2df-0b173f74, #w-node-ee6b9b8d-fd16-1577-25fa-910508d51bc4-0b173f74 {
    order: -9999;
  }

  #w-node-_0237c80d-69bb-94be-b38f-d5c6456b4b4a-121a3fb7, #w-node-_0237c80d-69bb-94be-b38f-d5c6456b4b4e-121a3fb7, #w-node-_0237c80d-69bb-94be-b38f-d5c6456b4b52-121a3fb7, #w-node-_0237c80d-69bb-94be-b38f-d5c6456b4b56-121a3fb7, #w-node-_61fbdd74-ca2b-1cac-19e2-6e1d06a34fe2-121a3fb7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-Bold.ttf') format('truetype'), url('../fonts/Nunito-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/Nunito-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}