:root {
  --agrion-font: "DM Sans", Arial, sans-serif;
  --agrion-font-two: "Fraunces", Georgia, serif;
  --agrion-base: #2f6f3e;
  --agrion-primary: #f2c94c;
  --agrion-black: #17351f;
  --agrion-gray: #6f766b;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--agrion-font-two);
  font-weight: 650;
  letter-spacing: 0;
  text-transform: none;
}

.section-title__tagline,
.main-slider__sub-title {
  font-family: var(--agrion-font);
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.section-title__tagline {
  font-size: 13px;
  line-height: 1.35;
}

.section-title__title {
  max-width: 760px;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.08;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: none;
}

.text-center .section-title__title,
.section-title.text-center .section-title__title {
  margin-left: auto;
  margin-right: auto;
}

.page-header__inner h1 {
  font-size: clamp(42px, 5vw, 58px);
  line-height: 1.05;
  font-weight: 650;
  text-transform: none;
}

.page-header {
  padding: clamp(72px, 8vw, 88px) 0 clamp(68px, 7vw, 82px);
}

.thm-breadcrumb {
  padding: 8px 24px;
}

.cta-one__title {
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.14;
  font-weight: 650;
  text-transform: none;
}

.call-one__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(28px, 4vw, 56px);
  padding: clamp(42px, 5vw, 64px) clamp(32px, 6vw, 78px);
}

.call-one__left {
  min-width: 0;
  justify-content: space-between;
  gap: clamp(24px, 4vw, 46px);
}

.call-one__content {
  max-width: 690px;
  min-width: 0;
  font-size: clamp(42px, 4.4vw, 58px);
  line-height: 1.08;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: none;
}

.call-one__content--two-line {
  max-width: 760px;
  font-size: clamp(36px, 3.4vw, 46px);
  line-height: 1.08;
}

.call-one__content--two-line span {
  display: block;
  white-space: nowrap;
}

.call-one__icon {
  flex: 0 0 74px;
  width: 74px;
  height: 74px;
  margin-left: 0;
}

.call-one__icon::before,
.call-one__icon::after {
  display: none;
}

.call-one__icon span {
  font-size: 30px;
}

.call-one__right {
  min-width: 190px;
}

.call-one__contact-info p {
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

.call-one__contact-info a {
  min-height: 0;
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.18;
  white-space: nowrap;
}

.project-one__content {
  right: 34px;
  bottom: 38px;
  left: 42px;
}

.project-one__tagline {
  margin-bottom: 8px;
  font-family: var(--agrion-font);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .12em;
}

.project-one__tagline::before {
  bottom: -2px;
}

.project-one__title {
  max-width: 100%;
  font-size: clamp(28px, 2vw, 32px);
  line-height: 1.12;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: none;
}

.project-one__title a {
  display: block;
  max-width: 100%;
  overflow-wrap: normal;
  word-break: normal;
}

.project-one.project-page {
  margin-top: 0;
  padding-top: 96px;
}

html,
body {
  overflow-x: hidden;
}

.preloader {
  display: none !important;
}

.cf-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.cf-honeypot {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
  transform: scale(0);
}

.thm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  line-height: 1.1;
  white-space: nowrap;
}

.thm-btn i {
  display: inline-flex;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.main-menu__btn {
  min-height: 44px;
}

.feature-one__single {
  min-width: 0;
  gap: 22px;
}

.feature-one__icon {
  flex: 0 0 58px;
  justify-content: center;
}

.feature-one__icon span {
  font-size: 56px;
}

.feature-one__content {
  min-width: 0;
  margin-left: 0;
}

.feature-one__title {
  font-family: var(--agrion-font);
  font-size: clamp(22px, 1.8vw, 25px);
  line-height: 1.18;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.services-one .row {
  align-items: stretch;
}

.services-one .row > [class*="col-"] {
  display: flex;
}

.services-one__single {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 462px;
}

.services-one__img {
  aspect-ratio: 1 / 1;
}

.services-one__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-one__content {
  flex: 1 1 auto;
}

.services-one__text {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .services-one__single {
    min-height: 0;
  }
}

.cf-form-status {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999999;
  max-width: min(420px, calc(100vw - 40px));
  padding: 16px 18px;
  border-radius: var(--agrion-bdr-radius);
  color: var(--agrion-white);
  background-color: var(--agrion-base);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .22);
  font-weight: 700;
  line-height: 1.45;
}

.cf-form-status--error,
.cf-form-status--invalid {
  background-color: #8d2f22;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
.nice-select:focus-visible {
  outline: 3px solid var(--agrion-primary);
  outline-offset: 3px;
}

.corpusfeed-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--agrion-black);
  min-width: auto;
}

.corpusfeed-logo:hover {
  color: var(--agrion-black);
}

.corpusfeed-logo__image {
  display: block;
  width: 188px;
  max-width: min(188px, 58vw);
  height: auto;
}

.footer-widget__logo .corpusfeed-logo,
.mobile-nav__content .corpusfeed-logo {
  padding: 8px 10px;
  border-radius: 6px;
  background-color: var(--agrion-white);
}

.footer-widget__logo .corpusfeed-logo__image,
.mobile-nav__content .corpusfeed-logo__image {
  width: 196px;
  max-width: min(196px, 70vw);
}

.corpusfeed-logo__mark {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--agrion-base);
  color: var(--agrion-white);
  font-family: var(--agrion-font-two);
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
}

.corpusfeed-logo__text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.corpusfeed-logo__name {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0;
}

.corpusfeed-logo__tag {
  margin-top: 6px;
  font-size: 11px;
  color: var(--agrion-gray);
  text-transform: uppercase;
  letter-spacing: 0;
}

.footer-widget__logo .corpusfeed-logo,
.mobile-nav__content .corpusfeed-logo {
  color: var(--agrion-white);
}

.footer-widget__logo .corpusfeed-logo__tag,
.mobile-nav__content .corpusfeed-logo__tag {
  color: #b9c4b5;
}

.main-menu__wrapper-inner {
  padding-left: 28px;
}

.main-menu__right {
  margin-left: 34px;
}

.main-header {
  padding: 8px 0;
  background-color: var(--agrion-white);
}

.main-header__wrapper {
  width: min(1340px, calc(100% - 48px));
  margin: 0 auto;
  padding: 0 22px 0 24px;
  border: 1px solid rgba(47, 111, 62, .12);
  border-radius: 8px;
  background-color: var(--agrion-white);
  box-shadow: 0 16px 40px rgba(23, 53, 31, .1);
}

.main-header__wrapper-inner {
  min-height: 72px;
  flex-wrap: nowrap;
  gap: 20px;
}

.main-header__logo {
  flex: 0 0 auto;
}

.main-header__logo .corpusfeed-logo__image {
  width: 144px;
  max-width: 144px;
}

.main-header__menu-box {
  flex: 1 1 auto;
  min-width: 0;
  padding: 0;
}

.main-header__menu-box-top,
.main-header__phone-contact-box {
  display: none;
}

.main-header .main-menu__wrapper-inner {
  min-height: 72px;
  flex-wrap: nowrap;
  gap: 18px;
  padding-left: 16px;
}

.main-header .main-menu__list > li,
.stricky-header .main-menu__list > li {
  padding-top: 0;
  padding-bottom: 0;
}

.main-header .main-menu__left {
  flex: 1 1 auto;
  min-width: 0;
}

.main-header .main-menu__main-menu-box {
  width: 100%;
}

.main-header .main-menu__right {
  flex: 0 0 auto;
  margin-left: auto;
}

.main-header .main-menu__search-cart-btn-box {
  padding: 0;
}

.main-header .main-menu__search-box,
.main-header .main-menu__cart-box {
  padding: 0;
}

.main-header .main-menu__list > li > a {
  min-height: 72px;
}

.cf-sticky-header-logo {
  display: none;
}

.stricky-header {
  top: 14px;
  background-color: transparent;
  box-shadow: none;
  pointer-events: none;
}

.stricky-header.stricky-fixed {
  pointer-events: auto;
}

.stricky-header .sticky-header__content {
  width: min(1340px, calc(100% - 48px));
  margin: 0 auto;
  border: 1px solid rgba(47, 111, 62, .12);
  border-radius: 8px;
  background-color: var(--agrion-white);
  box-shadow: 0 16px 40px rgba(23, 53, 31, .12);
}

.stricky-header .main-menu__wrapper {
  background-color: transparent;
}

.stricky-header .main-menu__wrapper-inner {
  min-height: 82px;
  flex-wrap: nowrap;
  gap: 20px;
  padding: 0 22px 0 24px;
}

.stricky-header .cf-sticky-header-logo {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
}

.stricky-header .cf-sticky-header-logo .corpusfeed-logo__image {
  width: 154px;
  max-width: 154px;
}

.stricky-header .main-menu__left {
  flex: 1 1 auto;
  min-width: 0;
}

.stricky-header .main-menu__main-menu-box {
  width: 100%;
}

.stricky-header .main-menu__right {
  flex: 0 0 auto;
  margin-left: auto;
}

.stricky-header .main-menu__search-cart-btn-box {
  padding: 0;
}

.main-menu .main-menu__list > li + li,
.stricky-header .main-menu__list > li + li {
  margin-left: 28px;
}

.main-menu .main-menu__list > li > a,
.stricky-header .main-menu__list > li > a {
  font-size: 15px;
  font-weight: 700;
}

.stricky-header .main-menu__list > li + li {
  margin-left: 18px;
}

.stricky-header .main-menu__list > li > a {
  min-height: 82px;
}

.main-menu__btn {
  white-space: nowrap;
}

.main-menu .main-menu__list > li > ul,
.stricky-header .main-menu__list > li > ul {
  min-width: 270px;
  padding: 20px;
  border-radius: 0 0 8px 8px;
}

.main-menu .main-menu__list > li > ul > li + li,
.stricky-header .main-menu__list > li > ul > li + li {
  margin-top: 8px;
}

.main-menu .main-menu__list > li > ul > li > a,
.stricky-header .main-menu__list > li > ul > li > a {
  width: 100%;
  min-height: 40px;
  align-items: center;
  padding: 7px 44px 7px 20px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
}

.main-menu .main-menu__list > li > ul > li > a::before,
.stricky-header .main-menu__list > li > ul > li > a::before {
  right: 18px;
}

@media (min-width: 1200px) {
  .main-header .main-menu__left,
  .stricky-header .main-menu__left,
  .main-header .main-menu__main-menu-box,
  .stricky-header .main-menu__main-menu-box {
    display: flex;
    justify-content: center;
  }

  .main-header .main-menu__right {
    display: block !important;
  }

  .main-header .main-menu__cart-box {
    display: flex !important;
  }

  .main-header .main-menu__btn-box {
    display: block !important;
  }
}

.main-header__phone-number a,
.main-header__contact-list a,
.main-menu__search,
.main-menu__cart,
.main-menu .main-menu__list > li > a,
.stricky-header .main-menu__list > li > a,
.thm-breadcrumb li a,
.call-one__contact-info a,
.shop-category ul li a,
.product__all-title a,
.cf-contact-value a,
.footer-widget__news-sub-title a,
.footer-widget__Explore-list a,
.footer-widget__Contact-list a,
.footer-widget__Contact-btn,
.mobile-nav__container a,
.mobile-nav__contact li a,
.mobile-nav__social a,
.site-footer__social a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
}

.mobile-nav__container a,
.mobile-nav__contact li a,
.shop-category ul li a {
  width: 100%;
}

.mobile-nav__container .main-menu__list li a {
  min-height: 48px !important;
  display: flex !important;
  align-items: center;
}

.site-footer__social a {
  justify-content: center;
}

.main-menu__search,
.main-menu__cart,
.footer-widget__Contact-btn {
  width: 48px;
  justify-content: center;
}

.site-footer__top {
  padding: 62px 0 46px;
}

.site-footer__top-inner .row {
  row-gap: 30px;
}

.site-footer-shape-1 {
  bottom: -54px;
  height: 118px;
  background-size: contain;
  opacity: .045;
}

.footer-widget__about {
  top: 0;
}

.footer-widget__logo .corpusfeed-logo__image {
  width: 176px;
  max-width: min(176px, 70vw);
}

.footer-widget__about-text-box {
  padding-top: 16px;
}

.footer-widget__about-text {
  max-width: 270px;
  line-height: 30px;
}

.footer-widget__title-box {
  margin-bottom: 16px;
}

.footer-widget__Explore-list li + li {
  margin-top: 0;
}

.footer-widget__Explore-list li a,
.footer-widget__Contact-list li .text p a,
.footer-widget__news-sub-title a {
  min-height: 34px;
}

.footer-widget__news-list {
  padding-top: 0;
}

.footer-widget__news-list li {
  min-height: 60px;
  padding-left: 82px;
}

.footer-widget__news-list li + li {
  margin-top: 20px;
}

.footer-widget__news-img {
  width: 62px;
}

.footer-widget__news-img img {
  aspect-ratio: 1.3;
  object-fit: cover;
}

.footer-widget__news-content {
  top: -3px;
}

.footer-widget__news-date {
  line-height: 20px;
}

.footer-widget__news-sub-title {
  line-height: 22px;
}

.footer-widget__Contact {
  margin-left: 42px;
}

.footer-widget__Contact-list li + li {
  margin-top: 10px;
}

.footer-widget__Contact-form {
  margin-top: 18px;
}

.footer-widget__Contact-input-box input[type="email"] {
  height: 58px;
}

.footer-widget__Contact-btn {
  right: 10px;
  height: 38px;
  width: 38px;
  min-height: 38px;
}

.cta-one {
  padding: 58px 0;
  overflow: hidden;
}

.cta-one__bg {
  opacity: .14;
}

.cta-one .container {
  max-width: 1400px;
}

.cta-one__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(28px, 5vw, 76px);
}

.cta-one__left {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
}

.cta-one__icon {
  flex: 0 0 92px;
  width: 92px;
  height: 92px;
  margin-right: 26px;
}

.cta-one__icon span {
  font-size: 48px;
}

.cta-one__title {
  max-width: 980px;
  font-size: clamp(31px, 2vw, 35px);
  line-height: 1.16;
  letter-spacing: 0;
  text-wrap: pretty;
}

.cta-one__right {
  flex: 0 0 auto;
}

.cta-one__btn {
  display: inline-flex;
  min-width: 230px;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  padding-left: 30px;
  padding-right: 10px;
  white-space: nowrap;
}

.site-footer__bottom-inner {
  padding: 14px 0 14px;
  padding-left: 86px;
}

.site-footer__bottom-scroll a {
  width: 58px;
}

.site-footer__social a {
  width: 38px;
  height: 38px;
  min-height: 38px;
}

.main-header__menu-box-top {
  padding-left: 30px;
  padding-right: 30px;
}

.cf-header-note {
  color: var(--agrion-white);
  font-size: 14px;
  font-weight: 500;
}

.cf-mobile-menu-button {
  display: inline-flex;
  position: fixed;
  top: 15px;
  right: 15px;
  left: auto;
  z-index: 999999;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: var(--agrion-primary);
  color: var(--agrion-black);
  font-size: 18px;
  line-height: 1;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .18);
}

.mobile-nav__close {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  color: var(--agrion-white);
  cursor: pointer;
}

@media (min-width: 1200px) {
  .cf-mobile-menu-button {
    display: none !important;
  }
}

.main-slider__content {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.main-slider__title {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  font-family: var(--agrion-font-two);
  font-size: clamp(46px, 6vw, 78px);
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  text-align: center;
}

.main-slider .container {
  padding-top: 110px;
  padding-bottom: 220px;
}

.main-slider__title span {
  display: block;
}

.main-slider__title--two-line {
  max-width: min(1180px, calc(100vw - 160px));
  font-size: clamp(44px, 5.1vw, 72px);
  line-height: 1.07;
}

.main-slider__title--two-line span {
  white-space: nowrap;
}

.main-slider .image-layer img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  z-index: 0;
}

.main-slider .image-layer:before {
  z-index: 1;
}

.main-slider__sub-title {
  display: block;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}

.main-slider__text {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto 28px;
  color: rgba(255, 255, 255, .92);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.55;
  text-align: center;
  opacity: 1;
  visibility: visible;
  transform: translateY(0) translateX(0);
}

.main-slider__title,
.main-slider__sub-title,
.main-slider__text,
.main-slider__btn-box {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) translateX(0);
}

.main-slider__btn-box .thm-btn + .thm-btn {
  margin-left: 12px;
  background-color: var(--agrion-black);
}

.about-one__text-2,
.healthy-food-one__text,
.contact-one__text,
.Provide-One__text {
  color: var(--agrion-gray);
}

.about-one {
  overflow: hidden;
}

.about-one .row {
  align-items: center;
}

.about-one__left {
  margin-right: 34px;
}

.about-one__right {
  margin-left: 0;
}

.about-one__img-box {
  min-height: 560px;
  padding: 0 0 76px 86px;
}

.about-one__img-box:before {
  top: 34px;
  bottom: 108px;
  right: -12px;
}

.about-one__img-one img,
.about-one__img-two img {
  width: 100%;
  object-fit: cover;
}

.about-one__img-one img {
  height: 500px;
}

.about-one__img-two {
  left: 0;
  bottom: 0;
  width: min(56%, 320px);
}

.about-one__img-two img {
  height: 255px;
  border: 10px solid var(--agrion-white);
  box-shadow: 0 18px 45px rgba(0, 0, 0, .16);
}

.about-one__ceo {
  background-color: var(--agrion-extra);
  border-radius: var(--agrion-bdr-radius);
  min-height: 78px;
  padding: 14px 18px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.about-one__ceo-img {
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  background-color: var(--agrion-primary);
  border-radius: 50%;
  color: var(--agrion-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
  overflow: hidden;
}

.about-one__ceo-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.about-one__ceo-img:before {
  content: none;
}

.about-one__ceo-name {
  color: var(--agrion-black);
  font-family: var(--agrion-font);
  font-size: 17px;
  font-weight: 800;
  line-height: 22px;
  margin: 0;
}

.cf-founder-mini-link:hover {
  background-color: var(--agrion-white);
  box-shadow: 0 14px 34px rgba(23, 53, 31, .12);
  transform: translateY(-2px);
}

.cf-founder-mini-link:hover .about-one__ceo-name {
  color: var(--agrion-base);
}

.cf-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.cf-pill-list span {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 22px;
  background-color: var(--agrion-extra);
  color: var(--agrion-black);
  font-weight: 700;
}

.cf-about-overview {
  padding: 96px 0 28px;
  background-color: var(--agrion-white);
}

.cf-about-overview__grid {
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr);
  gap: 76px;
  align-items: center;
}

.cf-about-overview__media {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  padding-bottom: 74px;
}

.cf-about-overview__image {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background-color: var(--agrion-extra);
  box-shadow: 0 18px 38px rgba(23, 53, 31, .12);
}

.cf-about-overview__image--large {
  grid-column: span 2;
}

.cf-about-overview__image img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.cf-about-overview__image--large img {
  height: 330px;
}

.cf-about-overview__badge {
  position: absolute;
  right: 34px;
  bottom: 0;
  display: flex;
  width: 172px;
  height: 172px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 10px solid var(--agrion-white);
  border-radius: 50%;
  background-color: var(--agrion-base);
  color: var(--agrion-white);
  text-align: center;
  box-shadow: 0 18px 40px rgba(23, 53, 31, .18);
}

.cf-about-overview__badge strong {
  font-family: var(--agrion-font-two);
  font-size: 48px;
  line-height: 1;
}

.cf-about-overview__badge span {
  max-width: 110px;
  margin-top: 6px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

.cf-about-overview__content .section-title {
  margin-bottom: 26px;
}

.cf-about-overview__content p {
  margin: 0 0 18px;
  color: var(--agrion-gray);
  font-size: 16px;
  line-height: 1.85;
}

.cf-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.cf-about-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.cf-about-highlights article {
  min-height: 118px;
  padding: 24px;
  border: 1px solid #ece9e0;
  border-radius: 8px;
  background-color: var(--agrion-extra);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cf-about-highlights i {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--agrion-primary);
  color: var(--agrion-base);
  font-size: 12px;
}

.cf-about-highlights h3 {
  margin: 14px 0 0;
  color: var(--agrion-black);
  font-family: var(--agrion-font);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
}

.cf-about-highlights p {
  margin: 0;
  line-height: 1.65;
}

.cf-about-mission {
  padding: 96px 0;
  background-color: var(--agrion-extra);
}

.cf-about-statement {
  height: 100%;
  min-height: 390px;
  padding: 40px 36px;
  border-radius: 8px;
  background-color: var(--agrion-white);
  box-shadow: 0 14px 34px rgba(23, 53, 31, .08);
}

.cf-about-statement--dark {
  background-color: var(--agrion-base);
}

.cf-about-statement span {
  color: var(--agrion-base);
  font-weight: 800;
}

.cf-about-statement--dark span,
.cf-about-statement--dark h2,
.cf-about-statement--dark p {
  color: var(--agrion-white);
}

.cf-about-statement h2 {
  margin: 14px 0 18px;
  color: var(--agrion-black);
  font-family: var(--agrion-font-two);
  font-size: clamp(30px, 2.15vw, 36px);
  font-weight: 700;
  line-height: 1.16;
}

.cf-about-statement p {
  margin: 0;
  color: var(--agrion-gray);
  font-size: 16px;
  line-height: 1.72;
}

.cf-about-statement.cf-about-statement--dark span,
.cf-about-statement.cf-about-statement--dark h2,
.cf-about-statement.cf-about-statement--dark p {
  color: var(--agrion-white);
}

.cf-about-model {
  padding: 96px 0 72px;
  background-color: var(--agrion-white);
}

.cf-about-model__header {
  row-gap: 22px;
}

.cf-about-model .section-title {
  max-width: 650px;
  margin-bottom: 42px;
}

.cf-about-model__intro {
  max-width: 590px;
  margin: 16px 0 42px auto;
  color: var(--agrion-gray);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.78;
}

.cf-about-model__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.cf-about-model__grid article {
  min-height: 280px;
  padding: 34px 28px;
  border: 1px solid #ece9e0;
  border-radius: 8px;
  background-color: var(--agrion-extra);
  transition: transform 300ms ease, box-shadow 300ms ease;
}

.cf-about-model__grid article:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(23, 53, 31, .1);
}

.cf-about-model__grid article > span {
  display: inline-flex;
  width: 66px;
  height: 66px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--agrion-white);
  color: var(--agrion-base);
  font-size: 36px;
}

.cf-about-model__grid h3 {
  margin: 24px 0 12px;
  color: var(--agrion-black);
  font-family: var(--agrion-font);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
}

.cf-about-model__grid p {
  margin: 0;
  color: var(--agrion-gray);
  font-size: 16px;
  line-height: 1.65;
}

.cf-about-counter {
  margin-top: 0;
  padding-top: 42px;
  padding-bottom: 54px;
}

.cf-about-counter .counter-one__text,
.cf-impact-counter .counter-one__text {
  font-family: var(--agrion-font);
  font-size: clamp(18px, 1.45vw, 23px);
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: .04em;
}

.cf-brand-strip {
  border-top: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .42), rgba(255, 255, 255, .18)),
    #d7ded8;
}

.cf-brand-strip .brand-one__inner {
  padding: 62px 0 82px;
}

.cf-brand-strip__title {
  margin: 0 0 34px;
  color: #1f4665;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

.cf-brand-strip__items {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
  max-width: 1220px;
  margin: 0 auto;
}

.cf-brand-strip__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 168px;
  padding: 26px 18px;
  border: 1px solid rgba(22, 64, 41, .12);
  border-radius: 8px;
  color: var(--agrion-black);
  text-align: center;
  background-color: rgba(255, 255, 255, .9);
  box-shadow: 0 18px 42px rgba(23, 53, 31, .14), inset 0 1px 0 rgba(255, 255, 255, .95);
  transition: border-color 300ms ease, box-shadow 300ms ease, transform 300ms ease, background-color 300ms ease;
}

.cf-brand-strip__item:hover {
  border-color: rgba(47, 111, 62, .34);
  color: var(--agrion-black);
  background-color: #ffffff;
  box-shadow: 0 24px 48px rgba(23, 53, 31, .2), inset 0 1px 0 rgba(255, 255, 255, 1);
  transform: translateY(-3px);
}

.cf-brand-strip__logo {
  display: block;
  width: min(100%, 210px);
  height: auto;
  max-height: 112px;
  object-fit: contain;
  filter: saturate(1.08) contrast(1.08);
}

.cf-brand-strip__logo--globalgap {
  width: min(100%, 158px);
  max-height: 124px;
}

.cf-brand-strip__logo--afa {
  width: auto;
  height: 116px;
  max-height: 116px;
}

.cf-brand-strip__logo--nema {
  width: 112px;
  height: 112px;
  max-height: 112px;
}

.cf-brand-strip__item:nth-child(2) .cf-brand-strip__logo,
.cf-brand-strip__item:nth-child(5) .cf-brand-strip__logo {
  width: min(100%, 224px);
  max-height: 86px;
}

.cf-brand-strip__item span,
.cf-brand-strip__text {
  display: block;
  color: var(--agrion-black);
  max-width: 210px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
}

.cf-brand-strip__item span::before {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  margin: 0 auto 14px;
  border-radius: 99px;
  background-color: var(--agrion-primary);
}

.cf-cert-page {
  padding: 96px 0 110px;
  background-color: var(--agrion-white);
}

.cf-cert-page__lede {
  max-width: 920px;
  margin: -12px auto 48px;
  color: var(--agrion-gray);
  font-size: 17px;
  line-height: 1.75;
  text-align: center;
}

.cf-cert-list {
  display: grid;
  gap: 28px;
  max-width: 1120px;
  margin: 0 auto;
}

.cf-cert-card {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  padding: 28px 36px 28px 32px;
  border-left: 5px solid var(--agrion-base);
  border-radius: 8px;
  background-color: #d7ded8;
  box-shadow: 0 14px 30px rgba(23, 53, 31, .12);
  scroll-margin-top: 120px;
}

.cf-cert-card__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 118px;
}

.cf-cert-card__logo img {
  display: block;
  width: auto;
  max-width: 150px;
  max-height: 108px;
  object-fit: contain;
}

.cf-cert-card__logo img.cf-brand-strip__logo--globalgap {
  max-width: 168px;
}

.cf-cert-card__content h3 {
  margin: 0 0 8px;
  color: var(--agrion-black);
  font-family: var(--agrion-font);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.3;
}

.cf-cert-card__content p {
  margin: 0;
  color: #263f2b;
  font-size: 16px;
  line-height: 1.65;
}

.cf-cert-note {
  max-width: 920px;
  margin: 34px auto 0;
  padding: 24px 28px;
  border-radius: 8px;
  background-color: var(--agrion-extra);
}

.cf-cert-note h3 {
  margin: 0 0 8px;
  color: var(--agrion-black);
  font-family: var(--agrion-font);
  font-size: 20px;
  font-weight: 800;
}

.cf-cert-note p {
  margin: 0;
  color: var(--agrion-gray);
  font-size: 16px;
  line-height: 1.65;
}

.unbeatable-one__title--two-line {
  letter-spacing: 0;
}

.unbeatable-one__content--wide {
  max-width: 1080px;
}

.unbeatable-one__title--two-line span {
  display: block;
  white-space: nowrap;
}

.healthy-food-one {
  overflow: hidden;
  padding: 96px 0 105px;
}

.healthy-food-one .row {
  align-items: center;
}

.healthy-food-one__left {
  min-height: 430px;
  margin-right: 78px;
  padding: 42px 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transform: translateY(-28px);
}

.healthy-food-one__left:after {
  top: 0;
  bottom: 0;
  right: 128px;
}

.healthy-food-one__img {
  width: min(100%, 520px);
  margin-left: auto;
  box-shadow: 0 22px 60px rgba(23, 53, 31, .14);
}

.healthy-food-one__img::before {
  top: 42px;
  bottom: 42px;
}

.healthy-food-one__img img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.healthy-food-one__bg {
  left: max(-18px, calc((100vw - 1200px) / 2 - 86px));
  bottom: 58px;
  opacity: .08;
  z-index: 0;
  pointer-events: none;
}

.healthy-food-one__right {
  padding-left: 16px;
}

.cf-work-pillars .row {
  row-gap: 24px;
}

.cf-work-pillars__title {
  max-width: min(980px, 100%);
  font-size: clamp(38px, 3.6vw, 54px);
}

.cf-work-pillars__title span {
  display: block;
  white-space: nowrap;
}

.cf-work-pillars .services-two__single {
  display: flex;
  height: 100%;
  flex-direction: column;
  margin-bottom: 0;
  overflow: hidden;
  border: 1px solid #ece9e0;
  border-radius: var(--agrion-bdr-radius);
  background-color: var(--agrion-white);
  box-shadow: 0 16px 42px rgba(23, 53, 31, .09);
  transition: border-color 300ms ease, box-shadow 300ms ease, transform 300ms ease;
}

.cf-work-pillars .services-two__single:hover {
  border-color: rgba(47, 111, 62, .32);
  box-shadow: 0 22px 52px rgba(23, 53, 31, .14);
  transform: translateY(-4px);
}

.cf-work-pillars .services-two__img {
  aspect-ratio: 1.42;
  border-radius: 0;
  background-color: var(--agrion-extra);
  z-index: 1;
}

.cf-work-pillars .services-two__img img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 500ms ease;
}

.cf-work-pillars .services-two__single:hover .services-two__img img {
  transform: scale(1.06);
}

.cf-work-pillars .services-two__content {
  display: flex;
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  padding: 48px 24px 24px;
  border-radius: 0;
  background-color: var(--agrion-white);
}

.cf-work-pillars .services-two__icon {
  position: absolute;
  top: -34px;
  left: 24px;
  z-index: 4;
  display: block;
}

.cf-work-pillars .services-two__icon span {
  display: flex;
  width: 68px;
  height: 68px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--agrion-black);
  box-shadow: 0 12px 28px rgba(23, 53, 31, .2);
  color: var(--agrion-primary);
  font-size: 34px;
}

.cf-work-pillars .services-two__title-box,
.cf-work-pillars .services-two__single:hover .services-two__title-box {
  position: static;
  visibility: visible;
  opacity: 1;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  transform: none;
}

.cf-work-pillars .services-two__title {
  max-width: 220px;
  color: var(--agrion-black);
  font-family: var(--agrion-font);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.22;
  text-transform: none;
}

.cf-work-pillars .services-two__title a {
  color: var(--agrion-black);
}

.cf-work-pillars .services-two__title a:hover {
  color: var(--agrion-base);
}

.cf-work-pillars .services-two__hover-content,
.cf-work-pillars .services-two__single:hover .services-two__hover-content {
  display: flex;
  position: static;
  visibility: visible;
  flex: 1 1 auto;
  flex-direction: column;
  opacity: 1;
  padding: 12px 0 0;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  transform: none;
}

.cf-work-pillars .services-two__hover-text {
  margin: 0;
  padding: 0;
  color: var(--agrion-gray);
  font-size: 15px;
  line-height: 1.65;
}

.cf-work-pillars .services-two__btn-box {
  margin-top: auto;
  padding-top: 18px;
}

.cf-work-pillars .services-two__btn {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  gap: 9px;
  color: var(--agrion-base);
  font-weight: 700;
}

.cf-work-pillars .services-two__btn:hover {
  color: var(--agrion-black);
}

.cf-work-pillars .services-two__btn i {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--agrion-primary);
  color: var(--agrion-black);
  font-size: 12px;
}

.cf-impact-model {
  margin-top: 0;
  padding: 70px 0 112px;
  overflow: hidden;
  background-color: var(--agrion-white);
}

.cf-impact-model .container {
  max-width: 1240px;
}

.cf-impact-model .section-title {
  margin-bottom: 50px;
}

.cf-impact-model .section-title__title {
  max-width: 700px;
  font-size: clamp(32px, 3.2vw, 46px);
  line-height: 1.12;
}

.cf-impact-model .row {
  row-gap: 26px;
}

.cf-impact-model .services-two__img {
  aspect-ratio: 1.5;
}

.cf-impact-model .services-two__content {
  min-height: 250px;
  padding: 46px 24px 26px;
}

.cf-impact-model .services-two__icon {
  top: -32px;
}

.cf-impact-model .services-two__icon span {
  width: 64px;
  height: 64px;
  font-size: 31px;
}

.cf-impact-model .services-two__title {
  max-width: none;
  font-size: clamp(20px, 1.45vw, 23px);
  line-height: 1.18;
}

.cf-impact-model .services-two__hover-text {
  font-size: 15px;
  line-height: 1.58;
}

.cf-impact-model .services-two__btn {
  font-size: 14px;
}

.cf-buyer-partner .about-three__right {
  max-width: 620px;
  margin-left: clamp(18px, 3vw, 36px);
}

.cf-buyer-partner .section-title {
  margin-bottom: 28px;
}

.cf-buyer-partner .section-title__title {
  max-width: 620px;
  font-size: clamp(38px, 3.35vw, 50px);
  line-height: 1.16;
}

.cf-buyer-partner .cf-agrion-copy {
  max-width: 590px;
}

@media (max-width: 991px) {
  .cf-impact-model {
    padding: 78px 0 88px;
  }

  .cf-impact-model .section-title {
    margin-bottom: 38px;
  }

  .cf-impact-model .services-two__content {
    min-height: 0;
  }
}

@media (max-width: 767px) {
  .cf-impact-model {
    padding: 68px 0 76px;
  }

  .cf-impact-model .section-title__title {
    max-width: 340px;
    font-size: 31px;
    line-height: 1.16;
  }
}

.cf-farmer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.cf-farmer-action {
  display: inline-flex;
  min-width: 210px;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding-left: 28px;
  padding-right: 10px;
  white-space: nowrap;
}

.about-three__img-box {
  position: relative;
  max-width: 570px;
  padding: 0 74px 76px 0;
}

.about-three__img,
.about-three__img-2 {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.about-three__img {
  box-shadow: 0 18px 45px rgba(23, 53, 31, .12);
}

.about-three__img img,
.about-three__img-2 img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.about-three__img img {
  aspect-ratio: 1.18 / 1;
}

.about-three__img-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 58%;
  border: 10px solid var(--agrion-white);
  box-shadow: 0 18px 45px rgba(23, 53, 31, .14);
}

.about-three__img-2 img {
  aspect-ratio: 1.14 / 1;
}

.cf-project-details {
  padding: 96px 0 0;
}

.cf-project-details .project-details__top {
  margin-bottom: 0;
}

.cf-project-gallery {
  overflow: hidden;
  border: 1px solid rgba(23, 53, 31, .08);
  border-radius: 8px;
  background-color: #12351f;
  box-shadow: 0 20px 55px rgba(23, 53, 31, .12);
}

.cf-project-gallery .carousel-inner {
  border-radius: 8px;
}

.cf-project-gallery .carousel-item {
  position: relative;
  height: clamp(360px, 46vw, 620px);
  background-color: #12351f;
}

.cf-project-gallery .carousel-item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(9, 34, 18, .05), rgba(9, 34, 18, .42));
  pointer-events: none;
}

.cf-project-gallery .carousel-item img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
}

.cf-project-gallery__caption {
  position: absolute;
  left: 34px;
  bottom: 34px;
  z-index: 2;
  display: grid;
  max-width: min(520px, calc(100% - 68px));
  gap: 7px;
  padding: 18px 22px;
  border-left: 4px solid var(--agrion-primary);
  border-radius: 8px;
  background-color: rgba(13, 48, 25, .88);
  color: var(--agrion-white);
}

.cf-project-gallery__caption span {
  color: var(--agrion-primary);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.cf-project-gallery__caption strong {
  color: var(--agrion-white);
  font-family: var(--agrion-font);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.28;
}

.cf-project-gallery .carousel-indicators {
  right: 28px;
  bottom: 28px;
  left: auto;
  z-index: 4;
  justify-content: flex-end;
  margin: 0;
  gap: 8px;
}

.cf-project-gallery .carousel-indicators [data-bs-target] {
  width: 11px;
  height: 11px;
  margin: 0;
  border: 2px solid var(--agrion-white);
  border-radius: 999px;
  background-color: transparent;
  opacity: 1;
}

.cf-project-gallery .carousel-indicators .active {
  border-color: var(--agrion-primary);
  background-color: var(--agrion-primary);
}

.cf-project-gallery .carousel-control-prev,
.cf-project-gallery .carousel-control-next {
  top: 50%;
  width: 48px;
  height: 48px;
  margin: 0 20px;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 50%;
  background-color: rgba(13, 48, 25, .68);
  color: var(--agrion-white);
  opacity: 1;
  transform: translateY(-50%);
}

.cf-project-gallery .carousel-control-prev:focus-visible,
.cf-project-gallery .carousel-control-next:focus-visible {
  outline: 3px solid var(--agrion-primary);
  outline-offset: 3px;
}

.cf-project-gallery .carousel-control-prev:hover,
.cf-project-gallery .carousel-control-next:hover {
  background-color: var(--agrion-primary);
  color: var(--agrion-black);
}

.cf-project-details .project-details__bottom {
  padding-top: 68px;
}

.cf-project-details .project-details__left {
  padding-right: 24px;
}

.cf-project-details .project-details__title {
  margin-bottom: 22px;
  color: var(--agrion-black);
  font-family: var(--agrion-font);
  font-size: 36px;
  font-weight: 800;
  line-height: 1.24;
}

.cf-project-details .cf-agrion-copy {
  max-width: 780px;
}

.cf-project-details .cf-agrion-list {
  margin-top: 28px;
}

.cf-project-details .project-details__right {
  position: sticky;
  top: 128px;
}

.cf-project-details .project-details__details-box {
  padding: 38px 40px;
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(23, 53, 31, .16);
}

.cf-bsf-processing {
  padding: 96px 0 104px;
  background-color: var(--agrion-white);
}

.cf-bsf-processing__image {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(23, 53, 31, .14);
}

.cf-bsf-processing__image img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.cf-bsf-processing__content {
  padding-left: 42px;
}

.cf-bsf-processing__content span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--agrion-base);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.cf-bsf-processing__content h2 {
  margin: 0;
  color: var(--agrion-black);
  font-family: var(--agrion-font);
  font-size: 42px;
  font-weight: 800;
  line-height: 1.18;
}

.cf-bsf-processing__content p {
  margin: 18px 0 24px;
  color: var(--agrion-gray);
  font-size: 17px;
  line-height: 1.7;
}

.cf-bsf-processing__content .cf-agrion-list {
  margin: 0;
}

.cf-project-process {
  margin-top: 88px;
  padding: 96px 0 104px;
  background-color: #f7f4ec;
}

.cf-bsf-processing + .cf-project-process {
  margin-top: 0;
}

.cf-project-process__intro {
  max-width: 780px;
  margin-bottom: 38px;
}

.cf-project-process__intro span,
.cf-project-readiness__panel span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--agrion-base);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.cf-project-process__intro h2,
.cf-project-readiness__panel h2 {
  margin: 0;
  color: var(--agrion-black);
  font-family: var(--agrion-font);
  font-size: 42px;
  font-weight: 800;
  line-height: 1.18;
}

.cf-project-process__intro p {
  max-width: 680px;
  margin-top: 18px;
  color: var(--agrion-gray);
  font-size: 17px;
  line-height: 1.7;
}

.cf-project-process__grid {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 24px;
}

.cf-project-process__card {
  min-height: 100%;
  padding: 30px 28px;
  border: 1px solid rgba(23, 53, 31, .08);
  border-radius: 8px;
  background-color: var(--agrion-white);
  box-shadow: 0 12px 34px rgba(23, 53, 31, .07);
}

.cf-project-process__number {
  display: inline-flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border-radius: 50%;
  background-color: var(--agrion-primary);
  color: var(--agrion-black);
  font-weight: 800;
}

.cf-project-process__card h3 {
  margin: 0 0 14px;
  color: var(--agrion-black);
  font-family: var(--agrion-font);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.25;
}

.cf-project-process__card p {
  margin: 0;
  color: var(--agrion-gray);
  font-size: 16px;
  line-height: 1.65;
}

.cf-project-readiness {
  padding: 104px 0 110px;
  background-color: var(--agrion-white);
}

.cf-project-readiness__panel {
  padding: 42px 40px;
  border-radius: 8px;
  background-color: var(--agrion-base);
  box-shadow: 0 18px 45px rgba(23, 53, 31, .14);
}

.cf-project-readiness__panel span,
.cf-project-readiness__panel h2,
.cf-project-readiness__panel p {
  color: var(--agrion-white);
}

.cf-project-readiness__panel span {
  color: var(--agrion-primary);
}

.cf-project-readiness__panel p {
  margin-top: 18px;
  font-size: 17px;
  line-height: 1.7;
}

.cf-project-readiness__list {
  padding-left: 48px;
}

.cf-project-readiness__list .cf-agrion-list {
  margin: 0;
}

.cf-project-readiness__list .cf-agrion-list li + li {
  margin-top: 18px;
}

.cf-esg-intro .about-three__right {
  padding-left: 18px;
}

.cf-esg-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 30px;
}

.cf-esg-link {
  color: var(--agrion-base);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(47, 111, 62, .35);
  text-underline-offset: 5px;
}

.cf-esg-link:hover {
  color: var(--agrion-black);
}

.cf-esg-pillars {
  position: relative;
  padding: 104px 0;
  background-color: #f7f4ec;
}

.cf-esg-card-row {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 24px;
}

.cf-esg-card {
  min-height: 100%;
  padding: 34px 30px 32px;
  border: 1px solid rgba(23, 53, 31, .08);
  border-radius: 8px;
  background-color: var(--agrion-white);
  box-shadow: 0 15px 40px rgba(23, 53, 31, .08);
}

.cf-esg-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 28px;
}

.cf-esg-card__number {
  color: var(--agrion-base);
  font-family: var(--agrion-font);
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
}

.cf-esg-card__icon {
  display: inline-flex;
  width: 62px;
  height: 62px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--agrion-primary);
  color: var(--agrion-black);
  font-size: 30px;
}

.cf-esg-card h3 {
  margin: 0 0 16px;
  color: var(--agrion-black);
  font-family: var(--agrion-font);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.18;
}

.cf-esg-card p {
  margin: 0;
  color: var(--agrion-gray);
  font-size: 16px;
  line-height: 1.72;
}

.cf-esg-practice {
  padding-top: 104px;
}

.cf-export-pathway {
  padding: 112px 0 88px;
  background-color: #f8f5ed;
}

.cf-export-pathway__intro {
  max-width: 890px;
  margin: -14px auto 44px;
  color: var(--agrion-gray);
  font-size: 17px;
  line-height: 1.75;
  text-align: center;
}

.cf-export-pathway__item {
  height: calc(100% - 30px);
  margin-bottom: 30px;
  overflow: hidden;
  border: 1px solid rgba(31, 47, 33, .08);
  border-radius: var(--agrion-bdr-radius);
  background-color: var(--agrion-white);
  box-shadow: 0 18px 44px rgba(31, 47, 33, .08);
}

.cf-export-pathway__image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.cf-export-pathway__content {
  min-height: 220px;
  padding: 30px 30px 32px;
}

.cf-export-pathway__content span {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background-color: var(--agrion-primary);
  color: var(--agrion-black);
  font-weight: 800;
}

.cf-export-pathway__content h3 {
  margin: 0 0 13px;
  color: var(--agrion-black);
  font-family: var(--agrion-font);
  font-size: 25px;
  font-weight: 800;
  line-height: 1.22;
}

.cf-export-pathway__content p {
  margin: 0;
  color: var(--agrion-gray);
  font-size: 15px;
  line-height: 1.7;
}

.counter-one__content-box h3 .cf-plus,
.counter-one__content-box h3 .cf-comma {
  font-size: 42px;
}

.cf-callout-note {
  color: var(--agrion-white);
  font-weight: 700;
}

.blog-one__meta li a,
.blog-details__meta li a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  pointer-events: none;
}

.blog-one__date span {
  font-size: 17px;
  line-height: 20px;
}

.blog-one__date p {
  font-size: 14px;
}

.contact-one__form select {
  height: 65px;
  width: 100%;
  border: none;
  background-color: var(--agrion-extra);
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 14px;
  color: var(--agrion-gray);
  display: block;
  border-radius: var(--agrion-bdr-radius);
}

.contact-one__form input,
.contact-one__form textarea,
.contact-two__form input,
.contact-two__form textarea,
.contact-one__input-box input[type="text"],
.contact-one__input-box input[type="email"],
.contact-one__input-box input[type="tel"],
.contact-one__input-box textarea,
.contact-form__input-box input[type="text"],
.contact-form__input-box input[type="email"],
.contact-form__input-box input[type="tel"],
.contact-form__input-box textarea,
.footer-widget__Contact-input-box input,
.search-popup__content input,
.shop-search input,
.error-page__form-input input {
  color: #223626;
}

.contact-one__form input::placeholder,
.contact-one__form textarea::placeholder,
.contact-two__form input::placeholder,
.contact-two__form textarea::placeholder,
.contact-one__input-box input::placeholder,
.contact-one__input-box textarea::placeholder,
.contact-form__input-box input::placeholder,
.contact-form__input-box textarea::placeholder,
.footer-widget__Contact-input-box input::placeholder,
.search-popup__content input::placeholder,
.shop-search input::placeholder,
.error-page__form-input input::placeholder {
  color: #40513f;
  opacity: 1;
}

.contact-one__form .nice-select,
.contact-two__form .nice-select {
  float: none;
  width: 100%;
  height: 65px;
  border: 0;
  border-radius: var(--agrion-bdr-radius);
  background-color: var(--agrion-extra);
  color: #223626;
  line-height: 65px;
  padding-left: 30px;
  padding-right: 30px;
}

.contact-one__form .nice-select .current,
.contact-two__form .nice-select .current {
  color: #40513f;
}

.about-one__ceo-title {
  color: #40513f;
  margin-left: 0;
  line-height: 20px;
}

.cf-contact-value {
  margin: 0;
  color: var(--agrion-black);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.cf-contact-value a {
  color: var(--agrion-black);
}

.cf-about-metrics .counter-one {
  padding-top: 0;
}

.cf-page-lede {
  color: var(--agrion-white);
  max-width: 740px;
  margin: 14px auto 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 17px;
  line-height: 30px;
  font-weight: 700;
}

.site-footer__bottom-text {
  color: #b9c4b5;
}

.site-footer__bottom-text a {
  color: var(--agrion-primary);
  font-weight: 800;
}

.site-footer__bottom-text a:hover {
  color: var(--agrion-base);
}

.main-header .main-menu__cart-box,
.stricky-header .main-menu__cart-box {
  display: none !important;
}

.page-header__inner h1 {
  position: relative;
  display: block;
  color: var(--agrion-white);
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  margin-top: 5px;
}

.cf-agrion-section {
  padding: 120px 0;
}

.cf-agrion-section--extra {
  padding: 120px 0;
  background-color: var(--agrion-extra);
}

.cf-agrion-copy p {
  color: var(--agrion-gray);
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 18px;
}

.cf-agrion-list {
  margin-top: 25px;
}

.cf-agrion-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--agrion-gray);
  font-size: 16px;
  line-height: 28px;
}

.cf-agrion-list li + li {
  margin-top: 12px;
}

.cf-agrion-list i {
  color: var(--agrion-base);
  margin-top: 6px;
}

.cf-shop-note p,
.cf-shop-extra p,
.cf-blog-card-text {
  color: var(--agrion-gray);
  line-height: 28px;
}

.cf-blog-card-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: var(--agrion-primary);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.cf-blog-card-link:hover {
  color: var(--agrion-base);
}

.cf-blog-card-link span {
  font-size: 12px;
}

.cf-insight-copy {
  margin-top: 6px;
}

.cf-insight-section {
  margin-top: 34px;
}

.cf-insight-section h4,
.cf-insight-summary h4,
.cf-insight-cta h4 {
  color: var(--agrion-black);
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  margin: 0 0 14px;
}

.cf-insight-section .cf-agrion-list {
  margin-top: 18px;
  margin-bottom: 0;
}

.cf-insight-takeaways,
.cf-insight-summary,
.cf-insight-cta,
.cf-sidebar-cta {
  border-radius: var(--agrion-bdr-radius);
}

.cf-insight-takeaways,
.cf-insight-summary {
  margin-top: 34px;
  padding: 30px 34px;
  background-color: var(--agrion-extra);
}

.cf-insight-takeaways > span,
.cf-insight-source span,
.cf-insight-cta span,
.cf-sidebar-cta span {
  display: inline-block;
  color: var(--agrion-base);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.cf-insight-takeaways .cf-agrion-list,
.cf-insight-summary .cf-agrion-list {
  margin-top: 0;
}

.cf-insight-source {
  margin-top: 34px;
  padding: 26px 30px;
  border-left: 4px solid var(--agrion-primary);
  border-radius: var(--agrion-bdr-radius);
  background-color: var(--agrion-white);
  box-shadow: 0 12px 36px rgba(23, 53, 31, .08);
}

.cf-insight-source p {
  margin: 0;
}

.cf-insight-source a {
  color: var(--agrion-base);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cf-insight-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 38px;
  padding: 34px;
  background-color: var(--agrion-primary);
}

.cf-insight-cta h4,
.cf-insight-cta p {
  color: var(--agrion-white);
}

.cf-insight-cta p {
  margin-bottom: 0;
  opacity: 0.78;
}

.cf-insight-cta__btn {
  flex: 0 0 auto;
  background-color: var(--agrion-base);
  color: var(--agrion-black);
}

.cf-insight-cta__btn:hover {
  color: var(--agrion-white);
}

.blog-details__pagenation li a {
  color: inherit;
}

.blog-details__pagenation li:hover a {
  color: var(--agrion-white);
}

.cf-sidebar-cta {
  padding: 38px 36px;
  background-color: var(--agrion-primary);
}

.cf-sidebar-cta h3 {
  color: var(--agrion-white);
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  margin: 0 0 24px;
}

.cf-sidebar-cta .thm-btn {
  background-color: var(--agrion-base);
  color: var(--agrion-black);
}

.cf-sidebar-cta .thm-btn:hover {
  color: var(--agrion-white);
}

.cf-shop-extra {
  margin-top: 28px;
  padding: 28px 32px;
  border-radius: var(--agrion-bdr-radius);
  background-color: var(--agrion-extra);
}

.cf-product-showcase {
  margin-bottom: 36px;
}

.cf-product-showcase__intro,
.cf-product-grid-heading {
  max-width: 1120px;
  margin: 0 auto 42px;
}

.cf-product-showcase__intro span,
.cf-product-grid-heading span,
.cf-product-detail__body > span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--agrion-base);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.cf-product-showcase__intro h2,
.cf-product-grid-heading h2 {
  margin: 0;
  color: var(--agrion-black);
  font-family: var(--agrion-font);
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2;
}

.cf-product-showcase__intro p {
  max-width: 1040px;
  margin: 14px 0 0;
  color: var(--agrion-gray);
  font-size: 16px;
  line-height: 1.7;
}

.cf-product-catalog {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.cf-product-detail {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(23, 53, 31, .06);
  border-radius: 8px;
  background-color: var(--agrion-white);
  box-shadow: 0 18px 44px rgba(23, 53, 31, .1);
}

.cf-product-detail__image {
  padding: 20px 20px 0;
}

.cf-product-detail__image img {
  width: 100%;
  aspect-ratio: 1 / .82;
  border-radius: 8px;
  object-fit: cover;
}

.cf-product-detail__body {
  padding: 22px 26px 30px;
}

.cf-product-detail__body h3 {
  margin: 0 0 14px;
  color: var(--agrion-black);
  font-family: var(--agrion-font);
  font-size: 29px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.cf-product-detail__body p {
  margin: 0 0 20px;
  color: #111f17;
  font-size: 15px;
  line-height: 1.7;
}

.cf-product-specs {
  margin: 0;
}

.cf-product-specs div {
  margin-bottom: 7px;
}

.cf-product-specs dt {
  margin-right: 4px;
  color: var(--agrion-black);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
}

.cf-product-specs dd {
  margin: 0;
  color: #111f17;
  font-size: 15px;
  line-height: 1.45;
}

.cf-product-specs dt,
.cf-product-specs dd {
  display: inline;
}

.cf-product-grid-heading {
  margin-top: 42px;
}

.cf-shop-extra strong {
  color: var(--agrion-black);
  font-weight: 700;
}

.cf-shop-portfolio-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 12px 0 0;
}

.cf-shop-portfolio-list li {
  padding: 8px 14px;
  border-radius: 999px;
  background-color: var(--agrion-white);
  color: var(--agrion-primary);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
}

.product__all-price {
  color: var(--agrion-base);
  font-weight: 700;
}

.product__all-single {
  height: calc(100% - 30px);
}

.product__all-content {
  min-height: 122px;
}

.shop-search form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 70px;
  border: 0;
  border-radius: 0 var(--agrion-bdr-radius) var(--agrion-bdr-radius) 0;
  background-color: var(--agrion-base);
  color: var(--agrion-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.shop-search form input[type=search],
.shop-search form input[type=text] {
  padding-right: 76px;
}

.product__all-img img,
.project-one__img img,
.blog-one__img img,
.blog-details__img img {
  width: 100%;
  object-fit: cover;
}

.product__all-img img {
  height: 270px;
}

.project-one__img img {
  height: 430px;
}

.team-one__img img {
  width: 100%;
  height: 285px;
  object-fit: cover;
}

.team-one__single {
  height: 100%;
}

.cf-team-directory {
  padding-top: 32px;
  padding-bottom: 80px;
}

.cf-team-directory .section-title__title {
  max-width: none;
  font-size: clamp(36px, 3.4vw, 50px);
  white-space: nowrap;
}

.cf-team-directory .row {
  row-gap: 50px;
}

.cf-team-directory .team-one__single {
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.cf-team-directory .team-one__img-box,
.cf-team-directory .team-one__img,
.cf-team-directory .team-one__img:before,
.cf-team-directory .team-one__img img {
  border-radius: 50%;
  border-bottom-right-radius: 0;
}

.cf-team-directory .team-one__img img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.cf-team-directory .team-one__content {
  margin-top: 23px;
  text-align: center;
}

.cf-team-directory .team-one__title {
  margin: 0 0 6px;
  color: var(--agrion-black);
  font-family: var(--agrion-font);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.18;
}

.cf-team-directory .team-one__subtitle {
  margin: 0;
  color: var(--agrion-gray);
  font-size: 16px;
  line-height: 1.35;
  font-weight: 500;
}

.cf-team-directory .team-one__icon,
.cf-team-directory .team-one__social {
  right: 0;
  bottom: 0;
}

.cf-team-directory .team-one__icon a {
  width: 58px;
  height: 58px;
  font-size: 20px;
}

.cf-team-directory .team-one__social {
  z-index: 3;
}

.cf-team-directory .team-one__social-name {
  left: auto;
  right: 31px;
  bottom: 7px;
  min-width: max-content;
  padding: 6px 42px 6px 14px;
}

.cf-team-directory .team-one__social li a:hover .team-one__social-name,
.cf-team-directory .team-one__social li a:focus .team-one__social-name {
  opacity: 1;
  visibility: visible;
  transition-delay: 100ms;
}

.cf-team-directory .team-one__single:focus-within .team-one__social,
.cf-team-directory .team-one__single:focus-within .team-one__img:before {
  transform: scaleY(1);
  width: 100%;
}

.cf-team-directory .team-one__single:focus-within .team-one__icon {
  opacity: 0;
}

.cf-profile-text {
  color: var(--agrion-gray);
  font-size: 15px;
  line-height: 26px;
  padding: 0 24px 28px;
  margin: -6px 0 0;
  text-align: center;
}

.cf-farms-directory {
  background-color: var(--agrion-white);
}

.cf-farms-intro {
  max-width: 850px;
  margin: 0 auto 58px;
  text-align: center;
}

.cf-farms-intro h2 {
  color: var(--agrion-black);
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
  margin: 6px 0 22px;
}

.cf-farms-intro p {
  color: var(--agrion-gray);
  font-size: 18px;
  line-height: 1.75;
  margin: 0;
}

.cf-farms-intro p + p {
  margin-top: 14px;
}

.cf-farms-note {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background-color: var(--agrion-extra);
  color: var(--agrion-base) !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 700;
}

.cf-farms-grid {
  row-gap: 38px;
}

.cf-farm-card {
  height: 100%;
  overflow: hidden;
  border-radius: 0;
  background-color: #f7f5f8;
  transition: transform .25s ease, box-shadow .25s ease;
}

.cf-farm-card__link {
  display: block;
  height: 100%;
  color: inherit;
}

.cf-farm-card__link:hover {
  color: inherit;
}

.cf-farm-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(23, 53, 31, .12);
}

.cf-farm-card__image {
  height: 220px;
  overflow: hidden;
  background-color: var(--agrion-extra);
}

.cf-farm-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform .35s ease;
}

.cf-farm-card:hover .cf-farm-card__image img {
  transform: scale(1.06);
}

.cf-farm-card__body {
  min-height: 126px;
  padding: 28px 30px 30px;
}

.cf-farm-card__body h3 {
  color: #202725;
  font-family: var(--agrion-font, "DM Sans", sans-serif);
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin: 0 0 16px;
}

.cf-farm-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cf-farm-card__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 12px;
  border-radius: 999px;
  background-color: rgba(47, 111, 62, .09);
  color: var(--agrion-base);
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.cf-farm-card__meta span:first-child {
  background-color: var(--agrion-white);
  color: var(--agrion-gray);
}

.cf-farms-intro--secondary {
  margin-top: 82px;
}

.cf-supplier-profile-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(460px, .95fr);
  min-height: 660px;
  background-color: var(--agrion-white);
}

.cf-supplier-profile-hero__image {
  min-height: 660px;
  background-color: var(--agrion-extra);
}

.cf-supplier-profile-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cf-supplier-profile-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding: 84px 72px;
  text-align: center;
}

.cf-supplier-profile__back {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--agrion-black);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: 46px;
}

.cf-supplier-profile__back:hover {
  color: var(--agrion-base);
}

.cf-supplier-profile__eyebrow {
  display: inline-block;
  color: var(--agrion-base);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.cf-supplier-profile-hero__content h1 {
  color: #202725;
  font-family: var(--agrion-font, "DM Sans", sans-serif);
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 0 0 22px;
}

.cf-supplier-profile-hero__content .cf-agrion-copy p {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.cf-supplier-profile__note {
  display: inline-block;
  max-width: 470px;
  margin: 20px auto 0;
  padding: 10px 14px;
  border-radius: 999px;
  background-color: var(--agrion-extra);
  color: var(--agrion-base);
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
}

.cf-supplier-profile-meta {
  padding: 0 0 72px;
  background-color: var(--agrion-white);
}

.cf-supplier-profile-meta__inner {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 28px;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 34px 42px;
  background-color: #f7f5f8;
}

.cf-supplier-profile-meta__inner span {
  display: block;
  color: var(--agrion-base);
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.cf-supplier-profile-meta__inner h2 {
  color: #202725;
  font-family: var(--agrion-font, "DM Sans", sans-serif);
  font-size: 20px;
  line-height: 1.35;
  margin: 0;
}

.cf-supplier-profile-meta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 0 28px;
  border: 1px solid #202725;
  color: #202725;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.cf-supplier-profile-meta__btn:hover {
  border-color: var(--agrion-base);
  background-color: var(--agrion-base);
  color: var(--agrion-white);
}

.cf-supplier-profile-products {
  padding: 20px 0 110px;
  background-color: var(--agrion-white);
}

.cf-supplier-profile-products__title {
  max-width: 720px;
  margin: 0 auto 46px;
  text-align: center;
}

.cf-supplier-profile-products__title h2 {
  color: #202725;
  font-family: var(--agrion-font, "DM Sans", sans-serif);
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  margin: 8px 0 0;
}

.cf-profile-product {
  height: calc(100% - 30px);
  margin-bottom: 30px;
  background-color: #f7f5f8;
}

.cf-profile-product__image {
  aspect-ratio: 1 / 1;
  padding: 22px;
  background-color: #f7f5f8;
}

.cf-profile-product__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cf-profile-product__body {
  padding: 18px 20px 24px;
  text-align: center;
}

.cf-profile-product__body h3 {
  color: #202725;
  font-family: var(--agrion-font, "DM Sans", sans-serif);
  font-size: 17px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 8px;
}

.cf-profile-product__body p {
  color: var(--agrion-gray);
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}

.cf-founder-team-card .team-one__title a {
  color: var(--agrion-base);
}

.cf-founder-hero {
  overflow: hidden;
}

.cf-founder-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--agrion-bdr-radius);
  background-color: var(--agrion-white);
  box-shadow: 0 20px 60px rgba(23, 53, 31, .12);
}

.cf-founder-card__photo {
  position: relative;
  min-height: 430px;
  background-color: var(--agrion-extra);
}

.cf-founder-card__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(23, 53, 31, 0) 42%, rgba(23, 53, 31, .55) 100%);
}

.cf-founder-card__photo img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  object-position: center top;
}

.cf-founder-card__initials {
  position: absolute;
  left: 30px;
  bottom: -38px;
  z-index: 2;
  width: 78px;
  height: 78px;
  border: 6px solid var(--agrion-white);
  border-radius: 50%;
  background-color: var(--agrion-base);
  color: var(--agrion-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
}

.cf-founder-card__body {
  padding: 32px;
}

.cf-founder-card__body span {
  display: block;
  color: var(--agrion-base);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.cf-founder-card__body h2 {
  color: var(--agrion-black);
  font-size: 34px;
  line-height: 1.18;
  margin: 0 0 8px;
}

.cf-founder-card__body p {
  color: var(--agrion-gray);
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

.cf-founder-content {
  padding-left: 40px;
}

.cf-founder-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.cf-founder-actions .thm-btn {
  min-height: 58px;
}

.cf-btn-secondary {
  background-color: var(--agrion-black);
}

.cf-founder-focus {
  padding: 110px 0 90px;
  background-color: var(--agrion-extra);
}

.cf-founder-focus__item {
  height: 100%;
  padding: 34px 30px 32px;
  border-radius: var(--agrion-bdr-radius);
  background-color: var(--agrion-white);
  box-shadow: 0 18px 50px rgba(23, 53, 31, .08);
}

.cf-founder-focus__item span {
  display: inline-flex;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: var(--agrion-base);
  color: var(--agrion-primary);
  font-size: 30px;
  margin-bottom: 22px;
}

.cf-founder-focus__item h3 {
  color: var(--agrion-black);
  font-size: 24px;
  line-height: 1.25;
  margin: 0 0 14px;
}

.cf-founder-focus__item p {
  color: var(--agrion-gray);
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
}

.cf-form-title {
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  margin: 0 0 28px;
}

.contact-form__input-box select,
.contact-one__input-box select,
.contact-two__input-box select {
  height: 65px;
  width: 100%;
  border: none;
  background-color: var(--agrion-extra);
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 14px;
  color: #223626;
  display: block;
  border-radius: var(--agrion-bdr-radius);
}

.contact-form__input-box input[type="tel"],
.contact-one__input-box input[type="tel"],
.contact-two__input-box input[type="tel"] {
  height: 64px;
  width: 100%;
  border: none;
  background-color: var(--agrion-extra);
  border-radius: var(--agrion-bdr-radius);
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 14px;
  color: #223626;
  display: block;
  font-weight: 500;
}

.contact-form__input-box textarea,
.contact-one__input-box textarea,
.contact-two__input-box textarea {
  min-height: 150px;
}

.cf-supplier-form .text-message-box textarea {
  min-height: 132px;
}

.cf-supplier-photo {
  position: relative;
  margin-top: 34px;
  border-radius: 8px;
  overflow: hidden;
  background-color: var(--agrion-extra);
  box-shadow: 0 18px 38px rgba(23, 53, 31, .12);
}

.cf-supplier-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 1.32;
  object-fit: cover;
}

.contact-two__form .cf-checkbox,
.contact-one__form .cf-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0 0 18px;
  padding: 16px 18px;
  border-radius: var(--agrion-bdr-radius);
  background-color: var(--agrion-extra);
  color: #40513f;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.55;
  cursor: pointer;
}

.contact-two__form .cf-checkbox input[type="checkbox"],
.contact-one__form .cf-checkbox input[type="checkbox"] {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin: 2px 0 0;
  accent-color: var(--agrion-base);
}

.cf-form-note {
  margin: -2px 0 22px;
  color: #6f766b;
  font-size: 14px;
  line-height: 1.6;
}

.contact-two {
  padding: 70px 0 110px;
}

.contact-two .container {
  max-width: 1200px;
}

.contact-two__shape-1 {
  opacity: .45;
}

.cf-faq-form,
.contact-two__form-box {
  border-radius: var(--agrion-bdr-radius);
}

.cf-contact-page .contact-form__input-box {
  margin-bottom: 28px;
}

.cf-contact-page .text-message-box {
  margin-top: 4px;
}

.cf-faq-form .cf-supplier-form > .col-xl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}

.cf-impact-counter {
  padding: 78px 0 46px;
}

.cf-impact-counter .counter-one__bg {
  height: 104px;
  opacity: .18;
  background-size: contain;
}

.cf-impact-counter .counter-one__single {
  margin-bottom: 0;
}

.contact-two__text,
.error-page__text {
  color: var(--agrion-gray);
}

.contact-two__text {
  max-width: 100%;
  white-space: normal;
  overflow-wrap: break-word;
  line-height: 30px;
}

.cf-contact-details {
  margin-top: 30px;
}

.project-details__details-list li .project-details__name {
  word-break: break-word;
}

.sidebar__post-image img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}

.blog-details__date p {
  font-size: 15px;
}

@media (max-width: 1399px) {
  .main-menu .main-menu__list > li + li,
  .stricky-header .main-menu__list > li + li {
    margin-left: 18px;
  }

  .main-header__wrapper {
    width: min(1260px, calc(100% - 32px));
    padding-left: 18px;
    padding-right: 18px;
  }

  .main-header__logo .corpusfeed-logo__image {
    width: 132px;
    max-width: 132px;
  }

  .main-header .main-menu__wrapper-inner {
    gap: 14px;
    padding-left: 10px;
  }

  .stricky-header .main-menu__list > li + li {
    margin-left: 14px;
  }

  .main-menu__right {
    margin-left: 18px;
  }

  .main-menu__btn-box {
    margin-left: 16px;
  }

  .main-header .main-menu__btn {
    padding-left: 24px;
    padding-right: 20px;
  }

  .stricky-header .sticky-header__content {
    width: min(1260px, calc(100% - 32px));
  }

  .stricky-header .main-menu__wrapper-inner {
    gap: 14px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .stricky-header .cf-sticky-header-logo .corpusfeed-logo__image {
    width: 136px;
    max-width: 136px;
  }

  .stricky-header .main-menu__btn {
    padding-left: 24px;
    padding-right: 20px;
  }
}

@media (max-width: 1199px) {
  .call-one__inner {
    grid-template-columns: 1fr;
    gap: 22px;
    text-align: left;
  }

  .call-one__left {
    flex-direction: row;
    width: 100%;
  }

  .call-one__content {
    max-width: 760px;
    font-size: clamp(38px, 5vw, 50px);
  }

  .call-one__content--two-line {
    font-size: clamp(34px, 4.7vw, 42px);
  }

  .call-one__right {
    min-width: 0;
  }

  .project-one__content {
    right: 38px;
    left: 42px;
  }

  .project-one__title {
    font-size: clamp(29px, 4vw, 36px);
  }

  .cta-one {
    padding: 52px 0;
  }

  .cta-one__inner {
    display: flex;
    align-items: flex-start;
    gap: 24px;
  }

  .cta-one__left {
    display: flex;
    align-items: flex-start;
    text-align: left;
  }

  .cta-one__title {
    max-width: 680px;
    font-size: 32px;
    line-height: 1.18;
  }

  .cta-one__right {
    margin-top: 0;
  }

  .site-footer__top {
    padding: 52px 0 38px;
  }

  .footer-widget__Explore,
  .footer-widget__news,
  .footer-widget__Contact {
    margin-top: 24px;
  }

  .footer-widget__Contact {
    margin-left: 0;
  }

  .site-footer__bottom-inner {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .main-header {
    padding: 10px 0;
  }

  .main-header__wrapper {
    width: calc(100% - 24px);
    padding-left: 14px;
    padding-right: 14px;
  }

  .main-header__logo {
    padding: 0;
  }

  .main-header__logo .corpusfeed-logo__image {
    width: 150px;
    max-width: 48vw;
  }

  .main-header__wrapper-inner {
    min-height: 66px;
    padding-right: 54px;
    justify-content: space-between;
  }

  .main-header .main-menu__wrapper-inner {
    min-height: 66px;
    padding-left: 0;
  }

  .main-header__menu-box-top,
  .main-menu__right {
    display: none;
  }

  .main-menu .mobile-nav__toggler:not(.cf-mobile-menu-button) {
    display: none;
  }

  .main-header__phone-contact-box {
    display: none;
  }

  body .cf-mobile-menu-button,
  body.locked .cf-mobile-menu-button {
    position: fixed;
    top: 15px;
    right: 15px;
    left: auto;
    z-index: 999999;
    display: inline-flex !important;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: var(--agrion-primary);
    color: var(--agrion-black);
    font-size: 18px;
    line-height: 1;
    transform: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .18);
  }
}

@media (max-width: 991px) {
  .main-menu__right {
    margin-left: 0;
  }

  .about-one__left {
    margin-right: 0;
  }

  .about-one__right {
    margin-top: 54px;
  }

  .main-slider__title {
    max-width: 700px;
    font-size: 52px;
    line-height: 1.12;
  }

  .main-slider__text {
    max-width: 640px;
  }

  .main-slider__title--two-line {
    max-width: calc(100vw - 60px);
    font-size: clamp(34px, 6.2vw, 50px);
  }

  .cf-brand-strip__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 720px;
  }

  .cf-cert-card {
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 24px;
    padding: 26px 28px;
  }

  .cf-insight-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .call-one {
    margin-top: -72px;
  }

  .call-one__inner {
    padding: 34px 24px 36px;
    border-radius: 8px;
  }

  .call-one__left {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .call-one__content {
    max-width: 100%;
    font-size: clamp(32px, 9vw, 40px);
    line-height: 1.08;
  }

  .call-one__content--two-line {
    font-size: clamp(28px, 8vw, 34px);
  }

  .call-one__content--two-line span {
    white-space: normal;
  }

  .call-one__icon {
    flex-basis: 62px;
    width: 62px;
    height: 62px;
  }

  .call-one__icon span {
    font-size: 26px;
  }

  .call-one__contact-info a {
    white-space: normal;
  }

  .project-one__content {
    right: 28px;
    bottom: 32px;
    left: 30px;
  }

  .project-one__tagline {
    font-size: 12px;
  }

  .project-one__title {
    font-size: clamp(27px, 8vw, 32px);
    line-height: 1.1;
  }

  .unbeatable-one__title--two-line span {
    white-space: normal;
  }

  .main-slider .container,
  .feature-one .container,
  .about-one .container {
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .about-one {
    padding: 76px 0;
  }

  .about-one__img-box {
    min-height: 0;
    padding: 0;
  }

  .about-one__img-box:before {
    display: none;
  }

  .about-one__img-one img {
    height: 340px;
  }

  .about-one__img-two {
    display: block;
    position: relative;
    width: min(86%, 330px);
    margin: -54px 0 0 auto;
  }

  .about-one__img-two img {
    height: 190px;
    border-width: 8px;
  }

  .about-one__btn-and-ceo {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .about-one__ceo {
    margin-left: 0;
  }

  .cta-one {
    padding: 44px 0;
  }

  .cta-one__inner {
    display: flex;
    align-items: center;
    text-align: center;
    gap: 22px;
  }

  .cta-one__left {
    display: flex;
    align-items: center;
    text-align: center;
  }

  .cta-one__icon {
    flex-basis: 78px;
    width: 78px;
    height: 78px;
    margin-right: 0;
    margin-bottom: 16px;
  }

  .cta-one__icon span {
    font-size: 40px;
  }

  .cta-one__title {
    max-width: 330px;
    font-size: 30px;
    line-height: 1.18;
  }

  .cta-one__btn {
    min-width: 220px;
    min-height: 58px;
  }

  .site-footer__top {
    padding: 44px 0 30px;
  }

  .footer-widget__logo .corpusfeed-logo__image {
    width: 164px;
    max-width: 62vw;
  }

  .footer-widget__about-text-box {
    padding-top: 12px;
  }

  .footer-widget__about-text {
    line-height: 28px;
  }

  .footer-widget__Explore,
  .footer-widget__news,
  .footer-widget__Contact {
    margin-top: 22px;
    margin-bottom: 0;
  }

  .footer-widget__title-box {
    margin-bottom: 12px;
  }

  .footer-widget__Explore-list li a,
  .footer-widget__Contact-list li .text p a,
  .footer-widget__news-sub-title a {
    min-height: 38px;
  }

  .footer-widget__news-list li + li {
    margin-top: 14px;
  }

  .footer-widget__Contact-form {
    margin-top: 14px;
  }

  .site-footer__bottom-inner {
    padding-left: 70px;
  }

  .site-footer__bottom-scroll a {
    width: 54px;
  }

  .main-header__wrapper-inner {
    flex-wrap: nowrap;
  }

  .main-header__menu-box {
    position: static;
    margin-left: 0;
    padding: 0;
  }

  .main-menu__wrapper-inner {
    justify-content: flex-end;
  }

  .main-menu .mobile-nav__toggler {
    display: none;
  }

  .cf-mobile-menu-button {
    right: 14px;
  }

  .main-menu .mobile-nav__toggler.cf-mobile-menu-button {
    display: inline-flex !important;
  }

  .corpusfeed-logo__mark {
    width: 46px;
    height: 46px;
    font-size: 30px;
  }

  .corpusfeed-logo__image {
    width: 158px;
    max-width: 52vw;
  }

  .main-header__wrapper-inner,
  .main-header .main-menu__wrapper-inner {
    min-height: 62px;
  }

  .main-header__logo .corpusfeed-logo__image {
    width: 142px;
    max-width: 44vw;
  }

  .footer-widget__logo .corpusfeed-logo__image,
  .mobile-nav__content .corpusfeed-logo__image {
    width: 178px;
    max-width: 68vw;
  }

  .corpusfeed-logo__name {
    font-size: 22px;
  }

  .corpusfeed-logo__tag {
    display: none;
  }

  .main-slider__content {
    width: 100% !important;
    max-width: calc(100vw - 30px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }

  .main-slider__title {
    width: 100% !important;
    max-width: 300px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 26px;
    line-height: 32px;
    overflow-wrap: break-word;
    word-break: normal;
    text-align: center;
  }

  .main-slider__title span {
    display: block;
  }

  .main-slider__title--two-line {
    max-width: calc(100vw - 36px) !important;
    font-size: clamp(21px, 5.7vw, 30px);
    line-height: 1.15;
  }

  .main-slider__sub-title {
    width: 100% !important;
    max-width: 300px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    overflow-wrap: break-word;
  }

  .main-slider__text {
    width: 100% !important;
    max-width: 300px !important;
    margin-bottom: 22px;
    font-size: 13px;
    line-height: 21px;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .main-slider__btn-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .main-slider__btn-box .thm-btn {
    display: inline-flex;
    min-width: 230px;
    justify-content: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .main-slider__btn-box .thm-btn + .thm-btn {
    margin-left: 0;
    margin-top: 0;
  }

  .feature-one {
    display: none;
  }

  .feature-one__single {
    justify-content: flex-start;
    max-width: 330px;
    gap: 18px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .feature-one__icon span {
    font-size: 46px;
  }

  .feature-one__content {
    min-width: 0;
    margin-left: 0;
  }

  .feature-one__title {
    font-size: 23px;
    line-height: 1.18;
    overflow-wrap: break-word;
  }

  .cf-brand-strip__items {
    grid-template-columns: 1fr;
  }

  .cf-brand-strip .brand-one__inner {
    padding: 48px 0 58px;
  }

  .cf-brand-strip__title {
    font-size: 28px;
  }

  .cf-cert-page {
    padding: 76px 0 86px;
  }

  .cf-cert-card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 24px 22px;
    text-align: left;
  }

  .cf-cert-card__logo {
    justify-content: flex-start;
    min-height: auto;
  }

  .cf-cert-card__logo img {
    max-height: 86px;
  }

  .cf-work-pillars .services-two__content {
    padding: 46px 22px 22px;
  }

  .cf-work-pillars .services-two__title {
    max-width: none;
    font-size: 21px;
    line-height: 1.24;
  }

  .cf-work-pillars .services-two__hover-text {
    font-size: 15px;
    line-height: 1.6;
  }

  .cf-page-lede {
    box-sizing: border-box;
    width: 100%;
    max-width: 330px;
    font-size: 15px;
    line-height: 28px;
    margin-top: 10px;
  }

  .page-header__inner h1 {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
    font-size: 34px;
    line-height: 1.16;
    overflow-wrap: break-word;
  }

  .page-header {
    padding: 58px 0 56px;
  }

  .section-title__title {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
    font-size: 32px;
    line-height: 40px;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .section-title.text-left .section-title__title {
    margin-left: 0;
    margin-right: auto;
  }

  .cf-work-pillars__title span {
    white-space: normal;
  }

  .about-one__left,
  .about-one__text-1,
  .about-one__text-2,
  .about-one__points,
  .about-one__points li,
  .about-one__points li .text,
  .about-one__points li .text p {
    width: 100%;
    max-width: 330px;
    overflow-wrap: break-word;
  }

  .about-one__text-1 {
    font-size: 20px;
    line-height: 1.35;
  }

  .cf-agrion-section,
  .cf-agrion-section--extra {
    padding: 80px 0;
  }

  .contact-two {
    padding: 55px 0 80px;
  }

  .contact-two__left,
  .contact-two__text,
  .contact-two__left .cf-agrion-copy,
  .contact-two__left .cf-agrion-copy p,
  .contact-two__left .cf-agrion-list,
  .cf-supplier-photo,
  .cf-contact-details {
    max-width: 330px;
  }

  .contact-two__shape-1 {
    opacity: .25;
  }

  .product__all-img img,
  .project-one__img img,
  .team-one__img img {
    height: auto;
  }
}

@media (max-width: 1199px) {
  .healthy-food-one__left {
    max-width: 620px;
    min-height: 0;
    margin: 0 auto;
    padding: 38px 0;
    justify-content: center;
    transform: none;
  }

  .healthy-food-one__left:after {
    left: -80px;
    right: 96px;
  }

  .healthy-food-one__img {
    width: min(100%, 560px);
  }

  .healthy-food-one__right {
    max-width: 620px;
    margin: 54px auto 0;
    padding-left: 0;
  }

  .cf-project-details {
    padding-top: 84px;
  }

  .cf-project-details .project-details__right {
    position: static;
    margin-top: 44px;
  }

  .cf-project-details .project-details__left {
    padding-right: 0;
  }

  .cf-project-readiness__list {
    padding-left: 24px;
  }

  .cf-esg-intro .about-three__right {
    padding-left: 0;
  }

  .cf-founder-content {
    padding-left: 20px;
  }
}

@media (max-width: 991px) {
  .healthy-food-one {
    padding: 82px 0;
  }

  .healthy-food-one__bg {
    display: none;
  }

  .cf-bsf-processing,
  .cf-project-process,
  .cf-project-readiness {
    padding: 82px 0;
  }

  .cf-bsf-processing__content {
    padding-left: 0;
    padding-top: 34px;
  }

  .cf-project-process {
    margin-top: 72px;
  }

  .cf-bsf-processing + .cf-project-process {
    margin-top: 0;
  }

  .cf-project-readiness__list {
    padding-left: 0;
    padding-top: 34px;
  }

  .about-three__img-box {
    margin-bottom: 40px;
  }

  .cf-esg-pillars,
  .cf-esg-practice {
    padding: 82px 0;
  }

  .cf-insight-section h4,
  .cf-insight-summary h4,
  .cf-insight-cta h4,
  .cf-sidebar-cta h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .cf-insight-takeaways,
  .cf-insight-summary,
  .cf-insight-cta,
  .cf-sidebar-cta {
    padding: 26px 24px;
  }

  .blog-details__tags a {
    margin-top: 10px;
  }

  .cf-founder-content {
    padding-left: 0;
    padding-top: 42px;
  }

  .cf-founder-focus {
    padding: 82px 0 58px;
  }

  .cf-founder-focus__item {
    margin-bottom: 24px;
  }

  .cf-farms-intro {
    margin-bottom: 42px;
  }

  .cf-farms-intro h2 {
    font-size: 36px;
  }

  .cf-supplier-profile-hero {
    grid-template-columns: 1fr;
  }

  .cf-supplier-profile-hero__image {
    min-height: 420px;
  }

  .cf-supplier-profile-hero__content {
    max-width: none;
    padding: 62px 32px;
  }

  .cf-supplier-profile-meta__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .healthy-food-one {
    padding: 68px 0;
  }

  .healthy-food-one__left {
    max-width: 330px;
    padding: 0;
  }

  .healthy-food-one__left:after,
  .healthy-food-one__img::before {
    display: none;
  }

  .healthy-food-one__img {
    width: 100%;
    box-shadow: 0 18px 42px rgba(23, 53, 31, .12);
  }

  .healthy-food-one__img img {
    height: 245px;
  }

  .healthy-food-one__right {
    max-width: 330px;
    margin-top: 38px;
  }

  .healthy-food-one__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .healthy-food-one__single {
    max-width: none;
  }

  .healthy-food-one__single + .healthy-food-one__single {
    margin-left: 0;
    margin-top: 0;
  }

  .cf-project-details {
    padding-top: 64px;
  }

  .cf-project-gallery .carousel-item {
    height: 360px;
  }

  .cf-project-gallery__caption {
    left: 16px;
    right: 16px;
    bottom: 18px;
    max-width: none;
    padding: 14px 16px;
  }

  .cf-project-gallery__caption strong {
    font-size: 18px;
  }

  .cf-project-gallery .carousel-indicators {
    right: 16px;
    bottom: 10px;
  }

  .cf-project-gallery .carousel-control-prev,
  .cf-project-gallery .carousel-control-next {
    width: 40px;
    height: 40px;
    margin: 0 10px;
  }

  .cf-project-details .project-details__bottom {
    padding-top: 46px;
  }

  .cf-project-details .project-details__title,
  .cf-bsf-processing__content h2,
  .cf-project-process__intro h2,
  .cf-project-readiness__panel h2 {
    font-size: 32px;
    line-height: 1.22;
  }

  .cf-bsf-processing,
  .cf-project-process,
  .cf-project-readiness {
    padding: 68px 0;
  }

  .cf-bsf-processing__image img {
    height: 330px;
  }

  .cf-project-process {
    margin-top: 58px;
  }

  .cf-bsf-processing + .cf-project-process {
    margin-top: 0;
  }

  .cf-project-process__card,
  .cf-project-readiness__panel,
  .cf-project-details .project-details__details-box,
  .cf-esg-card {
    padding: 28px 24px;
  }

  .about-three__img-box {
    padding: 0;
  }

  .about-three__img-2 {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(86%, 330px);
    margin: -58px 0 0 auto;
    border-width: 8px;
  }

  .cf-esg-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .cf-esg-card h3 {
    font-size: 24px;
  }

  .cf-esg-card__number {
    font-size: 34px;
  }

  .cf-export-pathway {
    padding: 78px 0 52px;
  }

  .cf-export-pathway__intro {
    max-width: 330px;
    margin-bottom: 34px;
    font-size: 15px;
    line-height: 1.7;
  }

  .cf-export-pathway__image img {
    height: 220px;
  }

  .cf-export-pathway__content {
    min-height: 0;
    padding: 26px 24px 28px;
  }

  .product__all-img img {
    height: 240px;
  }

  .cf-founder-card__photo,
  .cf-founder-card__photo img {
    min-height: 320px;
    height: 320px;
  }

  .cf-founder-card__body {
    padding: 28px 24px;
  }

  .cf-founder-card__body h2 {
    font-size: 28px;
  }

  .cf-founder-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .cf-founder-actions .thm-btn {
    width: 100%;
    justify-content: center;
  }

  .cf-founder-focus {
    padding: 68px 0 44px;
  }

  .cf-founder-focus__item {
    padding: 28px 24px;
  }

  .cf-farms-intro {
    max-width: 330px;
    margin-bottom: 34px;
  }

  .cf-farms-intro h2 {
    font-size: 32px;
  }

  .cf-farms-intro p {
    font-size: 16px;
    line-height: 1.65;
  }

  .cf-farm-card__image {
    height: 210px;
  }

  .cf-farm-card__body {
    min-height: 0;
    padding: 24px 24px 26px;
  }

  .cf-farm-card__body h3 {
    font-size: 18px;
    letter-spacing: .14em;
  }

  .cf-farms-intro--secondary {
    margin-top: 58px;
  }

  .cf-supplier-profile-hero {
    min-height: 0;
  }

  .cf-supplier-profile-hero__image {
    min-height: 320px;
  }

  .cf-supplier-profile-hero__content {
    padding: 42px 20px 56px;
  }

  .cf-supplier-profile__back {
    margin-bottom: 34px;
    font-size: 12px;
    letter-spacing: .12em;
  }

  .cf-supplier-profile-hero__content h1 {
    font-size: 28px;
    letter-spacing: .06em;
  }

  .cf-supplier-profile__note {
    border-radius: 18px;
  }

  .cf-supplier-profile-meta {
    padding-bottom: 52px;
  }

  .cf-supplier-profile-meta__inner {
    padding: 26px 24px;
  }

  .cf-supplier-profile-meta__btn {
    width: 100%;
  }

  .cf-supplier-profile-products {
    padding-bottom: 76px;
  }

  .cf-supplier-profile-products__title h2 {
    font-size: 28px;
  }
}

@media (max-width: 1199px) {
  .cf-product-catalog {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cf-about-overview__grid {
    gap: 44px;
  }

  .cf-about-overview__image img {
    height: 190px;
  }

  .cf-about-overview__image--large img {
    height: 290px;
  }

  .cf-about-model__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .cf-about-overview,
  .cf-about-mission,
  .cf-about-model {
    padding: 78px 0;
  }

  .cf-about-overview__grid {
    grid-template-columns: 1fr;
  }

  .cf-about-overview__media {
    max-width: 680px;
    margin: 0 auto;
  }

  .cf-about-statement {
    min-height: 0;
    margin-bottom: 24px;
  }

  .cf-about-model .section-title {
    max-width: 100%;
    margin-bottom: 22px;
  }

  .cf-about-model__intro {
    max-width: 100%;
    margin: 0 0 34px;
  }

  .cf-about-counter {
    padding-top: 42px;
  }
}

@media (max-width: 767px) {
  .cf-about-overview,
  .cf-about-mission,
  .cf-about-model {
    padding: 68px 0;
  }

  .cf-about-overview__media,
  .cf-about-highlights,
  .cf-about-model__grid {
    grid-template-columns: 1fr;
  }

  .cf-about-overview__image--large {
    grid-column: auto;
  }

  .cf-about-overview__image img,
  .cf-about-overview__image--large img {
    height: 245px;
  }

  .cf-about-overview__badge {
    right: 18px;
    width: 138px;
    height: 138px;
    border-width: 8px;
  }

  .cf-about-overview__badge strong {
    font-size: 38px;
  }

  .cf-about-highlights article,
  .cf-about-model__grid article {
    min-height: 0;
  }

  .cf-about-statement {
    padding: 32px 26px;
  }

  .cf-about-statement h2 {
    font-size: 30px;
    line-height: 1.16;
  }

  .cf-about-counter {
    padding-top: 38px;
    padding-bottom: 54px;
  }

  .cf-about-counter .counter-one__text,
  .cf-impact-counter .counter-one__text {
    font-size: 18px;
    line-height: 1.3;
  }
}

@media (max-width: 575px) {
  .cf-impact-counter .counter-one__single h3 {
    font-size: 44px;
    line-height: 1.1 !important;
  }

  .cf-impact-counter .counter-one__content-box h3 .cf-plus,
  .cf-impact-counter .counter-one__content-box h3 .cf-comma {
    font-size: 36px;
  }
}

/* Standard compact breadcrumb/page-header treatment across pages. */
.page-header {
  min-height: 0;
  padding: clamp(72px, 8vw, 92px) 0 clamp(66px, 7vw, 84px);
}

.page-header__inner {
  width: min(960px, calc(100% - 32px));
  margin: 0 auto;
}

.page-header__inner h1,
.page-header__inner h2 {
  max-width: 900px;
  margin: 8px auto 0;
  color: var(--agrion-white);
  font-size: clamp(36px, 4.2vw, 54px);
  line-height: 1.12;
  font-weight: 650;
  text-transform: none;
  overflow-wrap: break-word;
  hyphens: auto;
}

.thm-breadcrumb {
  display: inline-flex;
  max-width: min(100%, 720px);
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4px 8px;
  padding: 7px 22px;
  margin-bottom: 14px;
  line-height: 1.35;
  white-space: normal;
}

.thm-breadcrumb li,
.thm-breadcrumb li a {
  line-height: 1.35;
  white-space: normal;
}

.thm-breadcrumb li + li {
  margin-left: 0;
}

.cf-page-lede {
  max-width: 780px;
  margin-top: 12px;
  font-size: clamp(15px, 1.35vw, 17px);
  line-height: 1.65;
  overflow-wrap: break-word;
}

/* Compact related insight cards for single insight pages. */
.blog-details__pagenation-box {
  overflow: visible;
  margin-top: 28px;
  margin-bottom: 48px;
  padding-top: 28px;
  border-top: 1px solid rgba(23, 66, 39, 0.14);
}

.blog-details__pagenation {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
}

.blog-details__pagenation li {
  position: relative;
  float: none;
  display: flex;
  width: 100%;
  max-width: none;
  min-height: 118px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(23, 66, 39, 0.13);
  border-radius: 8px;
  background-color: var(--agrion-white);
  box-shadow: 0 14px 34px rgba(23, 66, 39, 0.06);
  transition: background-color 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.blog-details__pagenation li::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background-color: var(--agrion-base);
  transition: width 260ms ease, background-color 260ms ease;
}

.blog-details__pagenation li::after {
  content: "\f061";
  position: absolute;
  right: 22px;
  top: 50%;
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(42, 122, 67, 0.1);
  color: var(--agrion-base);
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  font-weight: 900;
  transform: translateY(-50%);
  transition: background-color 260ms ease, color 260ms ease;
}

.blog-details__pagenation li + li {
  margin-left: 0;
}

.blog-details__pagenation li a {
  display: flex;
  width: 100%;
  min-height: 118px;
  align-items: center;
  padding: 24px 78px 24px 28px;
  color: var(--agrion-black);
  font-family: var(--agrion-font);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
}

.blog-details__pagenation li:hover {
  background-color: var(--agrion-base);
  border-color: var(--agrion-base);
  box-shadow: 0 18px 38px rgba(23, 66, 39, 0.14);
}

.blog-details__pagenation li:hover::before {
  width: 8px;
  background-color: var(--agrion-primary);
}

.blog-details__pagenation li:hover::after {
  background-color: var(--agrion-primary);
  color: var(--agrion-black);
}

@media (max-width: 767px) {
  .wow {
    visibility: visible !important;
    animation-name: none !important;
  }

  .main-slider .swiper-slide-active .image-layer {
    transform: none;
  }

  .call-one__content {
    font-size: clamp(29px, 8vw, 32px);
    line-height: 1.12;
  }

  body.locked .cf-mobile-menu-button {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  .page-header {
    padding: 50px 0 48px;
  }

  .page-header__inner {
    width: min(100% - 28px, 520px);
  }

  .page-header__inner h1,
  .page-header__inner h2 {
    max-width: 100%;
    font-size: clamp(28px, 8.3vw, 34px);
    line-height: 1.15;
  }

  .thm-breadcrumb {
    padding: 6px 16px;
    font-size: 13px;
  }

  .thm-breadcrumb li,
  .thm-breadcrumb li a {
    font-size: 13px;
  }

  .cf-page-lede {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.6;
  }

  .cf-buyer-partner .about-three__right {
    max-width: 100%;
    margin-left: 0;
  }

  .cf-buyer-partner .section-title__title {
    max-width: min(100%, 460px);
    font-size: 31px;
    line-height: 1.18;
  }

  .product {
    padding: 62px 0 56px;
  }

  .product__sidebar {
    margin-bottom: 38px;
  }

  .product__sidebar-single + .product__sidebar-single {
    margin-top: 18px;
  }

  .shop-search form input[type=search],
  .shop-search form input[type=text] {
    height: 58px;
    padding-left: 20px;
    padding-right: 66px;
    font-size: 15px;
  }

  .shop-search form button {
    width: 58px;
    height: 58px;
  }

  .shop-category {
    padding: 22px 14px 14px;
  }

  .shop-category .product__sidebar-title {
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .shop-category ul li a {
    padding: 8px 10px;
    font-size: 15px;
    line-height: 1.45;
  }

  .product__showing-result {
    margin-bottom: 20px;
  }

  .product__showing-text {
    font-size: 15px;
    line-height: 1.55;
  }

  .cf-product-showcase__intro h2,
  .cf-product-grid-heading h2 {
    font-size: 28px;
  }

  .cf-product-catalog {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .cf-product-detail__image img {
    aspect-ratio: 1 / .78;
  }

  .cf-product-detail__body {
    padding: 24px 20px;
  }

  .cf-product-detail__body h3 {
    font-size: 25px;
  }

  .cf-product-specs div {
    display: block;
    margin-bottom: 8px;
  }

  .cf-product-specs dt,
  .cf-product-specs dd {
    display: inline;
  }

  .product__all-single {
    display: grid;
    height: auto;
    grid-template-columns: 112px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
    padding: 10px;
    border: 1px solid rgba(23, 66, 39, 0.1);
    border-radius: 8px;
    background-color: var(--agrion-white);
    box-shadow: 0 10px 26px rgba(23, 66, 39, 0.05);
  }

  .product__all-img-box,
  .product__all-img {
    height: 100%;
  }

  .product__all-img img {
    display: block;
    height: 98px;
    object-fit: cover;
    border-radius: 7px;
  }

  .product__all-img-icon {
    display: none;
  }

  .product__all-content {
    min-height: 0;
    margin-top: 0;
    text-align: left;
  }

  .product__all-title {
    margin-bottom: 6px;
  }

  .product__all-title a {
    font-size: 20px;
    line-height: 1.15;
  }

  .product__all-price {
    margin: 0;
    font-size: 14px;
    line-height: 1.3;
  }

  .cf-shop-extra {
    margin-top: 12px;
    padding: 22px 20px;
  }

  .cf-shop-portfolio-list {
    gap: 8px;
  }

  .cf-brand-strip .brand-one__inner,
  .cf-team-directory,
  .cf-about-overview,
  .cf-about-mission,
  .cf-about-model,
  .cf-cert-page,
  .cf-impact-model,
  .cf-impact-counter,
  .project-one.project-page {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .cf-team-directory .section-title__title {
    max-width: 330px;
    white-space: normal;
  }

  .cf-about-overview__media {
    gap: 16px;
  }

  .cf-about-overview__image img,
  .cf-about-overview__image--large img {
    height: 230px;
  }

  .cf-brand-strip__items {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .cf-brand-strip__item {
    min-height: 92px;
    padding: 18px 14px;
  }

  .counter-one__list {
    gap: 28px 0;
  }

  .counter-one__single h3,
  .cf-impact-counter .counter-one__single h3 {
    font-size: 38px;
  }

  .project-one__bg,
  .contact-two__shape-1,
  .site-footer-shape-1,
  .about-one-shape-1 {
    display: none;
  }

  .blog-details__pagenation-box {
    margin-top: 24px;
    margin-bottom: 38px;
    padding-top: 24px;
  }

  .blog-details__pagenation {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .blog-details__pagenation li,
  .blog-details__pagenation li a {
    min-height: 96px;
  }

  .blog-details__pagenation li a {
    padding: 20px 70px 20px 24px;
    font-size: 16px;
    line-height: 1.4;
  }
}
