@media (max-width: 800px) {
  .section-gdes-articles .title-section-Demo {
    line-height: normal;
    /* margin-top: 60px; */
    color: #002c45;
    font-weight: 400;
  }
}
/*.section-gdes-articles{*/
/*  padding-top: 60px;*/
/*}*/

.section-hero-bg {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

  height: 25vw;
}

.relatedTrials {
}
.bg-img-header-page {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
}

.section-hero-title {
  position: relative;
  margin-bottom: 0;
  font-size: 4.6vw;
  font-family: "Demo";
  font-weight: 400;
  color: var(--white);
  height: 25vw;
}

.section-hero-title span {
  margin-bottom: 40px;
  display: block;
}

/* SECTION FERTILIZER*/
seciton.section-fertilizer {
  padding-bottom: 40px;
}

.section-fertilizer-title {
  padding-bottom: 24px;
  margin-bottom: 0;
  font-family: "Inter";
  font-size: 32px;
  font-weight: 300;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: left;
  color: #002b46;
  max-width: 792px;
}

/* list downloads documents */

.list-produst-doc {
  margin: 0;
  padding-left: 12px;
  display: flex;
  justify-content: space-between;
  width: 70%;
  flex-wrap: wrap;
  row-gap: 16px;
}

.list-item-product-doc {
  list-style: none;
  font-size: 16px;
  line-height: 1.39;
  color: #002c45;
}

.list-item-product-doc:not(:last-child) {
  margin-right: 16px;
}

.list-item-product-doc a {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  width: 100%;
}

.list-item-product-doc a,
.list-item-product-doc a span {
  font-family: "Inter";
  font-size: 18px;
  font-weight: normal;
  line-height: 1.56;
  color: #002c45;
}
@media (max-width: 768px) {
  .list-item-product-doc a,
  .list-item-product-doc a span {
    font-size: 16px;
  }
}
.list-item-product-doc a.download:before {
  content: "";
  margin-right: 8px;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../../../../assets/icons/download.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  background-size: contain;
  align-self: start;
}
@media (max-width: 768px) {
  .list-item-product-doc a.download:before {
    transform: translateY(-2px);
  }
}
.list-item-product-doc a.video:before {
  content: "";
  margin-right: 8px;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../../../../assets/icons/play_circle_outline_red.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  background-size: contain;
}

.list-item-product-doc a.link:before,
.list-item-product-doc a.other:before {
  content: "";
  margin-right: 8px;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../../../../assets/icons/link_red.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  background-size: contain;
}

/* SECTION BRAND_NAVIGATION*/

.section-brand-navigation {
  border-bottom: 1px solid #ebebeb;
}

.brand-navigation .nav-link:hover,
.brand-navigation .nav-link:focus {
  color: var(--blue);
  background-color: unset;
  border: 0;
  border-bottom: 3px solid;
}

.brand-navigation .nav-item:not(:last-child) {
  margin-right: 3.5vw;
}

.brand-navigation .nav-link {
  color: #002c45;
  font-size: 18px;
  font-family: "Inter";
  padding: 6px 0;
  border: 0;
  border-bottom: 3px solid transparent;
}

/* SECTION BRAND_NAVIGATION_MOBILE*/

.brand-navigation-mobile-list {
  display: grid;
}
.brand-navigation-mobile-list:has(li:nth-child(6)) {
  grid-template-columns: repeat(2, 1fr);
}

.brand-navigation-mobile-list li:nth-child(6) { --row-num: 1; }
.brand-navigation-mobile-list li:nth-child(7) { --row-num: 2; }
.brand-navigation-mobile-list li:nth-child(8) { --row-num: 3; }

.brand-navigation-mobile-list li:nth-child(-n+5) {
  grid-column: 1;
}

.brand-navigation-mobile-list li:nth-child(n+6) {
  grid-column: 2;
  grid-row: calc(var(--row-num));
}

.brand-navigation-mobile-title,
.brand-navigation-mobile-item a {
  padding-left: 0;
  font-size: 16px;
  line-height: 1.44;
  color: #002b46;
  font-family: "Inter";
  font-weight: normal !important;
}

.brand-navigation-mobile-item a:visited,
.brand-navigation-mobile-item a:hover {
  color: #002b46;
}

/* SECTION DISCOUNT*/
.section-discount .container .row {
  border-radius: 5px;
}

.discount-text {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.21;
  color: #002c45;
}

.discount-text:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/icons/Component_@2x.webp);
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
}

/* SECTION INTRO-CROP */

.section-intro-crop {
  padding-top: 44px;
  padding-bottom: 40px;
}

.section-intro-crop ul {
  display: block;
  list-style-type: disc;
  /* -webkit-margin-before: 0.5em;
  -webkit-margin-after: 0.5em;
  -webkit-margin-start: 1px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 20px; */
}

.section-intro-crop ul li::marker {
  position: absolute;
}
@media (max-width: 768px) {
.section-intro-crop iframe{
  max-width: 100%;
    aspect-ratio: 12 / 7;
    height: auto;
  }
}
.intro-crop-wrap > * {
  width: 100%;
  max-width: 486px;
  height: 273px;
}

.bg-img-intro-crop {
  max-height: 273px;
}

.intro-crop-img {
  max-height: 273px;
}

.intro-crop-item {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.intro-crop-item > h5 {
  z-index: 9999999;
  font-family: Inter;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  padding: 20px !important;
  color: #fff;
}

.bg-img-intro-crop {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.intro-crop-img {
  border-radius: 5px;
  width: 100%;
  min-height: 200px;
  object-fit: cover;
}

.text-intro-title {
  margin-bottom: 9px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--dark-blue);
}

.text-intro-text {
  font-size: 18px;
  color: var(--dark-blue);
  line-height: 1.4;
}

.intro-crop-list li:last-child,
.intro-crop-list li:last-child p {
  margin-bottom: 0;
}

.text-intro-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  font-weight: normal;
  font-family: "Inter";
  font-size: 18px;
  line-height: 1.56;
  color: #002c45;
}

.intro-crop-list .intro-crop-list-item {
  padding-bottom: 2px;
}

.text-intro-item:before {
  margin-top: 5px;
  margin-right: 7px;
  content: "";
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  background: url(../images/icons/Component_@2x.webp);
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.stages {
  color: #002c45;
  font-family: "Inter";
  font-size: 18px;
  font-weight: normal;
  line-height: 1.56;
}

/*#ohCropProdDesc  .active {*/
/*    padding-right: 21px;*/
/*   */
/*    padding-left: 21px;*/
/*    border-top-right-radius: 5px;*/
/*    border-top-left-radius: 5px;*/
/*}*/

#ohCropProdDesc button {
  padding-right: 35px;

  padding-left: 35px;
  /*border-top-right-radius: 5px;*/
  /*border-top-left-radius: 5px;*/
}

.section-single-crop-oh-trials .hover-underline .nav-link.active::after,
.section-single-crop-oh-trials .hover-underline .nav-link:hover::after {
  /* left: 35px !important; */
  color: blue;
  /* width: calc(100% - 67px) !important; */
}

/*.single-crop p {*/
/*    font-weight: normal;*/
/*    font-family: 'Inter';*/
/*    font-size: 18px;*/
/*    line-height: 1.56;*/
/*    color: #002c45;*/
/*}*/

/* SECTION POTATO-TRIALS */
.counter {
  margin-bottom: 40px;
}

/* ANIMATION COUNTER */
.counter-item {
  flex-basis: 31%;
  background-color: #00b5d3;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 35px;
}

.counter-item .trial-product-name {
  color: red;
  font-family: Inter;
  /*color: #002b46;*/
  line-height: normal;
}

.counter-item:not(:last-child) {
  margin-right: 24px;
}

.counter-item h6 {
  margin-bottom: 0;
  /*font-size: 2vw;*/
  color: var(--dark-blue);
  font-weight: bold;
}

h3.count {
  padding-top: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-family: "DemoNumber";
  font-size: 5vw;
  font-weight: 200;
  position: relative;
}

.count:after {
  padding-top: 15px;
  content: "%";
  color: #fff;
  font-size: 23px;
}

h3.count:before {
  margin-bottom: 10%;
  width: 30px;
  height: 30px;
  background: url("../../../../assets/icons/arrow-up.svg") no-repeat;
  background-size: contain;
  display: flex;
  opacity: 0.4;
  align-self: flex-end;
}

.counter-item span {
  display: block;
  font-size: 18px;
  color: var(--dark-blue);
  line-height: 1.4;
}

/*SECTION GUIDES & ARTICLES*/

.sub-title {
  font-family: "Inter";
  font-size: 19px;
  font-weight: normal;
  line-height: 1.56;
  color: #002c45;
}

.section-gdes-articles .sub-title {
  margin-bottom: 0px !important;
}

.section-gdes-articles .wrap-content {
  margin-bottom: 3.2vw;
}

.guides-list-item {
  padding-top: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ebe3e3;
}

.guides-list-item-link {
  /*margin-bottom: 8px;*/
  display: block;
  /* font-size: 20px !important; */
  line-height: 1.17;
  color: #00b5d3;
}

.guides-list-item-text {
  margin: 0;
  font-size: 18px;
  line-height: 1.39;
  color: #002c45;
}
.guides-list-item:first-child {
  padding-top: 5px;
}
.section-gdes-article .wrap-iframe iframe {
  width: 100%;
  height: 500px;
  border-radius: 5px !important;
}

.section-gdes-articles .btn-white {
  display: inline-block;
  max-width: 100%;
  width: max-content;
}
@media (max-width: 768px) {
  .section-gdes-articles .btn-wrapper {
    width: 100%;
    margin: 0 auto;
  }
}


.read-more a {
  color: var(--blue);
  line-height: 1.7;
  font-size: 18px;
}

.read-more svg {
  transform: rotate(90deg);
}

.title-read-more {
  font-size: 18px;
  font-weight: 600;
  color: var(--dark-blue);
}

div#accordionPanelsCrop {
  padding: 0;
}

#accordionPanelsCrop .acordion-item {
  margin-bottom: 0;
}

#accordionPanelsCrop .accordion-button {
  padding-left: 20px;
  position: relative;
  display: flex;
  align-items: flex-start;
  font-family: "Inter";
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  text-align: left;
  color: #002c46;
  border-radius: 30px;
}

#accordionPanelsCrop .text-intro-item:before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/icons/Component_@2x.webp);
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 4px;
}

#accordionPanelsCrop .accordion-body {
  font-family: "Inter";
  font-size: 18px;
  font-weight: normal;
  line-height: 1.56;
  color: #002c45;
  margin-top: 15px;
}

.accordion-body p {
  font-family: "Inter";
  font-size: 18px;
  font-weight: normal;
  line-height: 1.56;
  color: #002c45;
  padding-left: 6px;
}

.title-more-ques {
  margin-bottom: 16px;
  font-family: "Inter";
  font-size: 18px;
  font-weight: bold;
  line-height: 1.56;
  text-align: center;
  color: #002c45;
}


/* SECTION SUBSCRIBE*/
.section-subscribe {
  padding: 3.5vw 0;
  background-image: url(../images/bg/bg-subscribe.jpg);
  background-repeat: repeat;
}

.news-letter-wrap {
  font-size: 18px;
}

.newsletter-items img {
  max-width: 15px;
  object-fit: contain;
}

.newsletter-wrap form .email-wrap .input-wrap input {
  border: none;
  outline: none;
  border-radius: 5px;
  height: 50px;
  width: 230px;
  margin-right: 20px;
  padding: 0px 20px;
}

.newsletter-wrap form .email-wrap .input-wrap input::placeholder,
.newsletter-wrap form .newsletter-wrapper .input-select option {
  font-size: 18px;
  line-height: 1.17;
  color: rgba(0, 44, 69, 0.7);
}

.newsletter-wrap form .newsletter-wrapper .input-wrap select {
  padding: 0px 20px;
  margin-right: 20px;
  height: 50px;
  width: 230px;
  border: none;
  appearance: none;
  outline: none;
  border-radius: 5px;
  font-size: 18px;
  line-height: 1.17;
  color: rgba(0, 44, 69, 0.7);
  cursor: pointer;
  background-color: #fff;
}

.newsletter-wrap form .newsletter-wrapper .input-select {
  position: relative;
}

.newsletter-wrap form .newsletter-wrapper .input-select::after {
  position: absolute;
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  color: #00b5d3;
  right: 40px;
  top: 50%;
  border-top: 0.3em solid #00b5d3;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.newsletter-wrap form button {
  border: none;
  outline: none;
  border-radius: 5px;
  height: 50px;
  width: 200px;
}

/* SECTION MORE CROPS  */

.more-crops-list {
  margin-bottom: 0;
}

.more-crops-list-item:not(:last-child) a {
  margin-right: 24px;
}

.more-crops-list-item p {
  text-align: center;
}

.more-crops-list-item a img {
  /*margin-bottom: 19px;*/
  border-radius: 50%;
  width: 180px;
  height: 180px;
  max-width: 180px;
  max-height: 180px;
  object-fit: cover;

  transition: 0.25s all;
  display: block;
}



.more-crops-list-item p {
  margin-bottom: 0;
  font-family: "Inter";
  font-size: 24px;
  font-weight: normal;
  line-height: 1.42;
  color: #002b46;
}


.more-crops-list-item-link {
  box-sizing :border-box;
  display: block;
  line-height: 24px;
  text-align :start;

  margin-bottom: 19px;
  object-fit: cover;
  border-radius: 50%;
 }


.animation-zoom-container{
  display: inline-block;
  overflow: hidden;

  border-radius: 50%;
}


.animation-zoom-container img{
  transition: 0.35s all;
  display: block;

  border-radius: 50%;
}


.more-crops-list-item-link:focus,
.more-crops-list-item-link:active,
.more-crops-list-item-link:hover img{
  box-sizing :border-box;
  display: block;
  line-height: 24px;
  object-fit :cover;
  text-align :start;
  vertical-align: middle;
}



/* SECTION TESTEMONIAL_PRODUCTS */

.section-testemonial-products {
  padding: 3vw 0;
}

.title-testemonial-product {
  font-family: "Inter";
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: normal;
  text-align: left;
  color: var(--dark-blue);
}

.testemonial-logo {
  max-width: 66px;
  height: 74px;
  object-fit: contain;
}

.testemonial-desc {
  font-family: "Inter";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: normal;
  text-align: left;
  color: var(--dark-blue);
}

.item-testemonial-product {
  display: flex;
  flex-direction: column;
  flex-basis: 30%;
}

/* SECTION POTATO-TRIALS */
.counter {
  margin-bottom: 24px;
}

/* ANIMATION COUNTER */
.counter-item {
  flex-basis: 31%;
  background-color: #00b5d3;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 60px 80px;
  min-height: 350px !important;
  min-width: 384px;
}

.counter-item .counter-item-number-container {
  position: absolute;
  bottom: 15%;
}

@media (max-width: 768px) {
  .counter-item .counter-item-number-container {
    position: relative;
    bottom: -4px;
    left: -26px;
    margin-top: auto;
  }
}

.counter-item-number-and-arrow {
  font-size: 100px !important;
  display: flex;
  gap: 7px;
}

.counter-item h6 {
  margin-bottom: 0 !important;
  font-size: 32px;
  color: var(--dark-blue);
  font-weight: bold;
  text-align: left;
  max-width: 243px;
  margin-bottom: 8px;
  overflow: hidden;
  line-height: 42px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.counter-item span {
  display: block;
  font-size: 17px;
  color: var(--dark-blue);
  line-height: 1.4;
  text-align: left;
  max-width: 243px;
  font-family: "Inter";
  opacity: 0.9;
  max-height: 46px;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

h3.count {
  padding-top: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-family: "DemoNumber";
  font-size: 5vw;
  font-weight: 200;
  position: relative;
}

.count:after {
  padding-top: 18px;
  content: "%";
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  font-family: InterPercent;
  font-size: 23px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.96;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  transform: translate(-7px, 2px);
}

h3.count:before {
  margin-bottom: 22px;
  content: "";
  width: 40px;
  height: 40px;
  background: url(../../../../assets/icons/arrow-up.svg) no-repeat;
  background-size: contain;
  display: flex;
  opacity: 0.5;
  align-self: flex-end;
}


@media (max-width: 768px) {
  h3.count:before {width: 30px;height: 30px;transform: translate(4px, 5px);}
}


span.after-count {
  margin-left: 44px;
  font-weight: bold;
  margin-top: -16px;
  font-family: Inter;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
}

/* SECTION oh-crop-trials */
.container-wrap-tab {
  padding-left: 0;
  padding-right: 0;
}

.oh-crop-product-tab-container .hover-underline .nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  transform: scaleX(0);
  height: 3px;
  bottom: 15%;
  left: 5%;
  background-color: var(--blue);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.oh-crop-product-tab-container .hover-underline .nav-link.active::after {
  width: 90%;
  transform: scaleX(1);
  transform-origin: bottom left;
}

.wrap-recomend {
  /* padding-left: 3rem; */
}

.nav-tabs.nav-tabs-ohCrop {
  border-bottom: 0;
}

.nav-tabs.nav-tabs-ohCrop .nav-link {
  position: relative;

  color: var(--dark-blue);
  font-family: "Inter";
  font-size: 24px;
  line-height: 1.3;
  border: 0;
  padding: 14px 35px;
}

.nav-tabs.nav-tabs-ohCrop .nav-link.active {
  color: var(--blue);
  background-color: #f3f3f3;
}

#accordionPanelsOhCrop .accordion-button {
  font-size: 18px;
}

.desc-product-tab-container .qa-answer {
  padding-left: 55px;
}
.desc-product-tab-container .qa-answer p{
  padding-left: 0px;
}
.desc-product-tab-container .qa-answer li{
  display: flex;
}
.desc-product-tab-container .qa-answer li:before {
  margin-top: 5px;
  margin-right: 7px;
  content: "";
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  background: url(../images/icons/Component_@2x.webp);
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
/*Img modal zoom*/
.image-holder {
  max-width: 486px;
  max-height: 237px;
}

.image-holder img {
  object-fit: contain;
}

/*Body of the Panel when it expands*/
.panel .panel-body {
  position: relative;
  padding: 0 !important;
  overflow: hidden;
  height: auto;
}

/*Image size and transition*/
.panel .panel-body a img {
  display: block;
  margin: 0;
  width: 100%;
  height: 150px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

/*Transform scale effect when you hover over*/
.panel .panel-body a.zoom:hover img {
  transform: scale(1.3);
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -o-transform: scale(1.3);
  -moz-transform: scale(1.3);
}

/*Zoom Button*/
.panel .panel-body a.zoom span.overlay {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
}

/*Zoom Button and Tint Overlay*/
.panel .panel-body a.zoom:hover span.overlay {
  display: block;
  visibility: visible;
  opacity: 0.55;
  -moz-opacity: 0.55;
  -webkit-opacity: 0.55;
  filter: alpha(opacity=65);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
}

/*Zoom Button*/
.panel .panel-body a.zoom:hover span.overlay i {
  position: absolute;
  top: 45%;
  left: 0%;
  width: 100%;
  font-size: 2.25em;
  color: #fff !important;
  text-align: center;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
}

#lightbox .modal-content img {
  width: 100%;
}

/*SECTION GUIDES & ARTICLES*/

.section-gdes-articles .wrap-content {
  margin-bottom: 64px;
  padding-top: 34px;
}

.guides-list-item {
  padding-top: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ebe3e3;
}

.guides-list-item * {
  /* font-size: 16px !important; */
}

.guides-list-item-link {
  margin-bottom: 8px;
  display: block;
  color: #00b5d3;
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
}

.guides-list-item-link:hover {
  color: #00b5d3;
}

.guides-list-item-text {
  margin: 0;
  font-size: 18px;
  line-height: 1.39;
  color: #002c45;
}

.single-crop .section-gdes-articles iframe {
  width: 100%;
  height: 500px;
  border-radius: 5px;
}

.section-gdes-articles .btn-white {
  display: inline-block;
  max-width: 100%;
  width: max-content;
}

/* SECTION TRAIL-DETAILS */
table.table.table-trail1 {
  border: red;
}

table.table.table-trail1 tr.text-blue td {
  color: #00b5d3 !important;
  font-weight: bold;
  font-size: 18px;
}

/* SECTION section-Q&A */

.read-more a {
  color: var(--blue);
  line-height: 1.7;
  font-size: 18px;
}

.read-more svg {
  transform: rotate(90deg);
}

.title-read-more {
  font-size: 18px;
  font-weight: 600;
  color: var(--dark-blue);
}

#accordionPanelsCrop .text-intro-item:before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/icons/Component_@2x.webp);
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 4px;
}

#accordionPanelsCrop button.accordion-button {
  font-weight: 400;
}

/*Section Products*/
.section-single-crop-oh-trials {
  padding-bottom: 64px;
  padding-top: 64px;
}

.container-fluid.wrap-content-tab {
  padding: 64px 0;
  padding-bottom: 24px;
  min-height: 300px;
  background: #f3f3f3;
}

.section-single-crop-oh-trials .hover-underline .nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  transform: scaleX(0);
  height: 4px;
  bottom: 14px;
  left: 19px !important;
  background-color: var(--blue);
  transform-origin: bottom right;
  transition: transform 0.35s ease-out;
}

.section-single-crop-oh-trials .hover-underline .nav-link.active::after,
.section-single-crop-oh-trials .hover-underline .nav-link:hover::after {
  width: calc(100% - 38px);
  transform: scaleX(1);
  transform-origin: bottom left;
}

.postTitle {
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Inter;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #002c45;
  opacity: 1;
}

.relatedTrials .section-title {
  margin-bottom: 64px;
  /* text-align: left!important; */
  /* float: left; */
  text-align: center !important;
  margin-bottom: 0;
}

.videoBox {
  width: 100%;
  display: block;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.7),
    rgba(43, 43, 43, 0) 50%,
    rgba(0, 0, 0, 0.4)
  );
  border-radius: 5px;
}

.videoBox .guides-video-thumbnail-title {
  position: absolute;
  top: 40px;
  left: 35px;
  font-family: Inter;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.videoBox .videoPlaceholder {
  object-fit: cover;
  height: 500px;
  border-radius: 5px;
  position: relative;
  z-index: -1;
}

.videoPlaceholder {
  width: 100%;
  height: 315px;
  /* position:absolute; */
}

.videoPlaceholderIcon {
  object-fit: contain;
  position: absolute;
  /* margin-top: 200px; */
  z-index: 99999;
  /* margin-left: 400px; */
  width: 180px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 180px;
}

.videoPlaceholderIcon:hover {
  opacity: 0.7;
  transition: 0.2s;
  cursor: pointer;
}

.title-desc-product {
  font-weight: bold;
  color: #002c45;
}
.title-section-Demo.guides {
  /* margin-top: 80px; */
}

.title-section-Demo.trials {
  margin-top: 40px;
  margin-bottom: 40px !important;
}

.intro-crop-img {
  height: 273px;
  max-width: 486px !important;
}

.stages h1 {
  font-family: "Demo";
  margin-top: 20px;
}
.stages h2 {
  font-family: "Inter";
  margin-top: 20px;
}

.stages h3,
.stages h4,
.stages h5,
.stages h6 {
  font-family: "Inter";
  font-weight: 400;
  font-size: 20px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .stages h3 {
    margin-top: 0px;
  }
}
.stages img:not(.mgl-item .mgl-icon img) {
  object-fit: contain;
  height: auto;
  margin: 10px 0;
}
.stages a,
.stages span,
.stages div {
  font-family: "Inter", sans-serif;
}

.stages div:not(.mgl-root, .mgl-root div) {
  font-family: "Inter", sans-serif;
  display: block;
  max-width: 600px;
}
.wp-caption-text {
  font-size: 15px;
  opacity: 0.7;
}
.stages {
  max-width: 594px;
  display: block;
  overflow: hidden;
  font-family: "Inter", sans-serif;
}

.section-fertilizer.secondary {
  padding-bottom: 40px;
}

.more-crops-list-item p {
  max-width: 180px;
  max-height: 70px;
  overflow-y: hidden;
}

.counterRow {
  padding: 0;
  display: inherit;
  flex-wrap: nowrap;
  overflow-y: hidden;
  column-gap: 24px;
}

@media (min-width: 1200px) {
  .section-single-crop-oh-trials .section-title {
    text-align: center;
  }
  .section-single-crop-oh-trials .section-title p {
    font-family: "Inter";
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    text-align: center;
    letter-spacing: normal;
    color: #002b46;
    margin-bottom: 40px;
  }

  .npk .col-1 {
    text-align: center;
  }
}

.title-desc-product {
  text-align: left;
}

.brand-products-range .title-wrap h2 {
  font-size: 32px;
  font-family: Demo, sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: left;
}

.brand-products-range .title-wrap h2 {
  font-size: 48px;
  font-family: "Demo";
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 20px;
}
.brand-products-range .title-wrap p {
  font-size: 18px;
  text-decoration: underline;
}
.brand-products-range .accordion-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #0d374f;
  font-size: 18px;
  /*text-transform: capitalize;*/

  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .brand-products-range .accordion-header {
    font-size: 16px;
  }
  .desc-product-tab-container .qa-answer li{
    font-size: 15px;
  }
}
.brand-products-range .accordion-header .name {
  flex: 1 0 0%;
}
@media (max-width: 767px) {
  .brand-products-range .accordion-header .name {
    flex: inherit;
    width: 100%;
    /* margin-left: 30px; */
    text-align: center;
    margin-bottom: 10px;
  }
}
.brand-products-range .accordion-header .meta {
  width: 100px;
  text-align: center;
}

.accordion-button .meta {
  margin-right: -5px;
}
@media (max-width: 767px) {
  .brand-products-range .accordion-header .meta {
    width: auto;
    padding: 0 15px;
  }
}
.brand-products-range .accordion-header .more {
  width: 300px;
}
@media (max-width: 767px) {
  .brand-products-range .accordion-header .more {
    width: auto;
    padding: 0 15px;
  }
}
.brand-products-range .accordion-header .longevity {
  width: 150px;
}
@media (max-width: 767px) {
  .brand-products-range .accordion-header .longevity {
    width: auto;
    padding: 0 15px;
  }
}
.brand-products-range .accordion .accordion-item {
  border: 0;
  border-radius: 0;
}
.brand-products-range .accordion .accordion-item .accordion-header {
  padding: 0;
  background: #e5f8fb;
  margin-bottom: 30px;
  border-radius: 50px;
  margin-bottom: 0;
}
.brand-products-range
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 0;
  /*text-transform: capitalize;*/
  background: none;
  padding: 15px 30px;

  outline: none;

  min-height: 60px;
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  text-align: left;
  color: #002b46;
}
@media (min-width: 768px) and (max-width: 991px) {
  .brand-products-range
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .brand-products-range
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button {
    font-size: 16px;
    padding-top: 0;
    padding-right: 0;
    padding-left: 39px;
  }

  .brand-products-range
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button.collapsed {
    border-bottom: none;
    padding-right: 0;
    padding-left: 39px;
  }

  .section-potato-trials .counter-item {
    min-width: unset;
    padding: 33px 45px;
    min-height: unset !important;
    width: 268px;
    max-width: 268px;
    height: 256px;
    max-height: 256px;
  }
}
.brand-products-range
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button:after {
  display: none;
}

.brand-products-range
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button:before {
  content: " ";
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  font-weight: 300;
  /* margin-top: 10px; */
  /* margin-bottom: -4px; */
}

@media (max-width: 767px) {
  .brand-products-range
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button:before {
    margin-bottom: 10px;
  }
}
.brand-products-range
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button
  .name {
  font-weight: 400;
  font-size: 24px;
  flex: 1 0 0%;
}
@media (max-width: 767px) {
  .brand-products-range
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button
    .name {
    flex: inherit;
    width: 90%;
    margin-bottom: 10px;
  }
}
.brand-products-range
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button
  .meta {
  width: 100px;
  text-align: center;
  min-width: 5%;
  max-width: 6%;
}
@media (max-width: 767px) {
  .brand-products-range
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button
    .meta {
    width: auto;
    padding: 0 15px;
  }
}
.brand-products-range
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button
  .more {
  width: 20%;
}
@media (max-width: 767px) {
  .brand-products-range
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button
    .more {
    width: auto;
    padding: 0 15px;
  }
}
.brand-products-range
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button
  .longevity {
  width: 150px;
}
@media (max-width: 767px) {
  .brand-products-range
    .accordion
    .accordion-item
    .accordion-header
    .accordion-button
    .longevity {
    width: auto;
    padding: 0 15px;
  }
}
.brand-products-range .accordion .accordion-item .accordion-body {
  padding: 16px 20px;
}

.brand-products-range .read-more-dark a{
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #002c45;
  text-underline-offset: 2px;
}

@media (max-width: 768px) {
  .brand-products-range .read-more-dark a {
    font-family: Inter;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #002b46;
  }
}

.brand-products-range .product-text,
.products__item.accordion-item .accordion-text-container{
  padding-left: 19px;
}

.brand-products-range .accordion .accordion-item .accordion-body p {
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #002c45;
  padding-left: 0;
  margin-bottom: 6px;
}

.brand-products-range .read-more a {
  display: inline-block;
  color: #416173;
  font-size: 18px;
  line-height: 1;
  text-decoration: underline;
}
.brand-products-range .read-more a span {
  color: #32c3db;
  text-decoration-line: underline;
  font-weight: 600;
}
.brand-products-range .read-more a i {
  margin-left: 5px;
}
.section-hero-title span {
  margin-bottom: 50px;
  display: block;
  line-height: 90px;
}

.single-crop-hero-title p {
  margin-bottom: 0px;
}

.navbar-expand .navbar-nav .nav-link {
  padding-bottom: 4px;
}

.section-intro-crop .intro-crop-item:before {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.7),
    rgba(43, 43, 43, 0) 50%,
    rgba(0, 0, 0, 0.4)
  );
  width: -webkit-fill-available;
  height: -webkit-fill-available;
  content: " ";
  position: absolute;
  z-index: 999999;
  z-index: 999999;
  display: block;
}
.relatedTrials {
  margin-top: 40px;
}

.guides-list-item svg {
  margin-top: -4px;
  opacity: 0.5;
}

.brand-navigation-mobile-title:first-child {
  font-weight: bold !important;
  margin-bottom: 8px;
}
.relatedTrials [type="button"] {
  margin-bottom: 40px;
  margin-top: 40px;
}

.brand-products-range
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button:before {
  position: absolute;
}
.brand-products-range
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button
  .name {
  margin-left: 30px;
  overflow-wrap: anywhere;
  white-space: nowrap;
  min-width: 40.5%;
  max-width: 40.5%;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  text-align: left;
  color: #002b46;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 22px;
}
.col-lg-3.col-6.bold-mobile {
  margin-left: 30px;
}

.trial-block {
  cursor: pointer;
}

.gna-video-mobile-description {
  display: none;
  /* border-bottom: 1px solid #ebe3e3; */
}

.gna-video-title {
  /* margin-top: 18px; */
  margin-bottom: 4px;
  font-weight: 300;
  font-family: Inter;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  /* line-height: 1.56; */
  letter-spacing: normal;
  text-align: left;
  color: #002b46;
}
.gna-video-icon {
  color: var(--blue);
}
@media (max-width: 768px) {
  .gna-video-mobile-description {
    display: unset;
    padding-top: 15px;
    /* padding-right: 0; */ /* width: 95.5%; */
  }
}

.single-crop-oh-product-tab-container li {
  list-style: none !important;
}

.container.tab-pane.fade {
  display: none;
}

.container.tab-pane.fade.show.active {
  display: flex;
  align-items: self-start;
}

.video__blk {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 190%);
  /* background: #00b5d3; */
  width: 104px;
  height: 104px;
  display: inline-block;
  line-height: 104px;
  border-radius: 50%;
  color: #fff;
  font-size: 37px;
}

@media (max-width: 768px) {
  .video__blk {
    transform: translate(-25%, 40%);
  }
}

.knowledge-hubs-img {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  object-fit: cover;
  height: 500px;
  border-radius: 5px;
  position: relative;
  background-position: center !important;
}

@media (max-width: 768px) {
  .video__blk,
  .knowledge-hubs-img {
    height: auto;
    min-height: 189px;
  }
  .guides-video-thumbnail-title {
    display: none;
  }
  .video__blk a {
    width: 45px !important;
    height: 45px !important;
  }
}

.knowledge-hubs-info .guides-video-thumbnail-title {
  /* position: absolute; */
  padding: 32px;
  font-family: Inter;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  width: 100%;
}

.video__blk a {
  background: #00b5d3;
  width: 118px;
  height: 118px;
  display: inline-block;
  line-height: 104px;
  border-radius: 50%;
  color: #fff;
  font-size: 37px;
  /* margin-bottom: 16px; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.videoPlaceholder {
  width: 100%;
  height: 315px;
  /* position:absolute; */
}

.videoPlaceholderIcon {
  object-fit: contain;
  position: absolute;
  z-index: 99999;
  width: 180px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 180px;
}

.videoPlaceholderIcon:hover {
  opacity: 0.7;
  transition: 0.2s;
  cursor: pointer;
}

/* Dropdown Button */
.crop-page-dropdown .dropbtn {
  width: 90%;
  background-color: #ffffff;
  color: black;
  padding: 16px;
  font-size: 16px;

  cursor: pointer;
  border-radius: 5px;
  border: solid 1px #ebebeb;
}

.crop-page-dropdown .dropbtn::after {
  content: " " !important;
  background-image: url(../../../../assets/icons/miniarrow.png);
  height: 20px;
  width: 20px;
  background-size: 20px;
  background-repeat: no-repeat;
  margin-top: 6px;
  position: absolute;
  color: rgb(0, 181, 211);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  pointer-events: none;
  right: 10%;
  top: 22px;
}

/* The container <div> - needed to position the dropdown content */
.crop-page-dropdown .dropdown {
  position: relative;
  display: none;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  width: 100%;
  z-index: 1;
  padding-top: 5px;
}

.dropdown-content ul {
  border: solid 1px #ebebeb;
  border-radius: 5px;
  width: 85%;
  margin-left: 5%;
  background: #fff;
  padding-bottom: 2px;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
  display: block;
}

#mobileMenuContent.offcanvas-menu.show {
  display: flex;
}

.mobile-dropdown-tabs-container {
  display: flex;
  flex-direction: column;
}

.mobile-dropdown-tabs-container button {
  width: 100%;
  text-align: left;
  color: black;
  background: #fff !important;
  border-radius: 5px !important;
}

.mobile-dropdown-tabs-container button:last-of-type {
  /* border-bottom: 1px solid darkgray; */
}

#oh-section .nav-tabs .nav-link.active {
  pointer-events: none;
  color: #00b5d3;
  border-color: transparent;
}

.brand-navigation-mobile {
  font-family: "Inter";
  color: #002c45;
}

.section-single-crop-oh-trials .crop-page-dropdown {
  display: none;
}

@media (max-width: 768px) {
  .nav-tabs.nav-tabs-ohCrop {
    display: none;
  }

  .section-single-crop-oh-trials .crop-page-dropdown {
    display: unset;
  }

  .container-fluid.wrap-content-tab,
  .container-wrap-tab {
    padding-top: 0px;
    padding-bottom: 0;
  }

  .container-wrap-tab {
    padding: 0 10%;
    padding-top: 20px;
  }

  .section-single-crop-oh-trials {
    padding-bottom: 20px;
    background: #f3f3f3;
    margin-bottom: 40px;
  }
}

/* ------------------ OH Crop Products Style ------------------ */

/*.accordion-item {*/
/*  font-family: "Inter";*/
/*  margin-bottom: 40px;*/
/*  border-radius: 30px;*/
/*  background: transparent;*/
/*  border: none;*/
/*}*/
/*.accordion-header {*/
/*  border-radius: 30px;*/
/*}*/
/*.brand-products-range button.accordion-button,*/
/*.brand-products-range button.accordion-button {*/
/*  font-size: 18px;*/
/*  line-height: 28px;*/
/*  border-radius: 30px !important;*/
/*  border: none;*/
/*  padding-top: 16px;*/
/*}*/
/*.product-data {*/
/*  display: inline-block;*/
/*  width: unset;*/
/*  text-align: center;*/
/*  font-size: 18px;*/
/*}*/

/*.headers {*/
/*  margin-left: 20px;*/
/*  font-family: Inter;*/
/*  font-size: 18px;*/
/*  font-weight: bold;*/
/*  font-stretch: normal;*/
/*  font-style: normal;*/
/*  line-height: 1.56;*/
/*  letter-spacing: normal;*/
/*  text-align: left;*/
/*  color: #002c45;*/
/*  margin-left: 15px;*/
/*}*/
/*div.title-desc-product.table-title {*/
/*  width: 45%;*/
/*}*/
/*.N-header {*/
/*  padding-left: 10px;*/
/*  padding-right: 0;*/
/*  width: 7%;*/
/*}*/
/*.P-header {*/
/*  width: 7%;*/
/*  padding-left: 0;*/
/*}*/
/*.K-header {*/
/*  width: 7%;*/
/*  padding-left: 5px;*/
/*}*/
/*.nuti-header {*/
/*  padding-left: 0;*/
/*  width: 17%;*/
/*}*/
/*.headers div.col-2:last-child {*/
/*  padding-left: 13px;*/
/*  width: 16%;*/
/*}*/

/*.accordion-button:not(.collapsed),*/
/*.accordion-button:focus,*/
/*.accordion-button {*/
/*  color: #002b46;*/
/*  background-color: rgba(0, 181, 211, 0.1);*/
/*  box-shadow: unset;*/
/*}*/

/*.accordion-button:not(.collapsed)::after {*/
/*  background-image: url(../icons/download_arraow.svg);*/
/*}*/

/*.name {*/
/*  font-size: 18px;*/
/*  min-width: 45%;*/

/*  margin-right: 25px;*/
/*  overflow: hidden;*/
/*  white-space: nowrap;*/
/*  text-overflow: ellipsis;*/
/*  padding-right: 0;*/
/*}*/

/*.N-metaValue {*/
/*  width: 7%;*/
/*  padding-left: 2.2%;*/
/*}*/

/*.P-metaValue {*/
/*  width: 7%;*/
/*  padding-left: 2%;*/
/*}*/

/*.K-metaValue {*/
/*  width: 7%;*/
/*  padding-left: 2.7%;*/
/*}*/

/*.metaNutri {*/
/*  padding-left: 1%;*/
/*  width: 21%;*/
/*  overflow: hidden;*/
/*  white-space: nowrap;*/
/*  text-overflow: ellipsis;*/
/*  text-align: left;*/
/*  padding-left: 4%;*/
/*}*/

/*.longevity-data {*/
/*  padding-left: 10px;*/
/*  max-width: 12%;*/
/*  min-width: 16%;*/
/*  white-space: nowrap;*/
/*  padding-left: 2%;*/
/*  overflow: hidden;*/
/*  white-space: nowrap;*/
/*  text-overflow: ellipsis;*/
/*  text-align: left;*/
/*}*/

/*.tag-brands-item {*/
/*  margin-bottom: 40px;*/
/*}*/

/*.tag-brands-item a::before {*/
/*  content: "";*/
/*  background-image: url(../images/icons/arrow-right.svg);*/
/*  background-size: contain;*/
/*  background-repeat: no-repeat;*/
/*  position: absolute;*/
/*  right: 25px;*/
/*  top: 50%;*/
/*  transform: translateY(-50%);*/
/*  z-index: 2;*/
/*  height: 25px;*/
/*  width: 15px;*/
/*}*/

/*.tag-brands-item a {*/
/*  box-sizing: inherit;*/
/*  color: rgb(19, 83, 111);*/
/*  text-decoration: none;*/
/*  background-color: rgba(0, 181, 211, 0.1);*/
/*  transition: all 0.1s ease 0s;*/
/*  position: relative;*/
/*  display: block;*/
/*  border-radius: 5px;*/
/*  padding: 15px 55px 20px 25px;*/
/*}*/

/*img.brandImage {*/
/*  box-sizing: inherit;*/
/*  vertical-align: middle;*/
/*  border-style: none;*/
/*  max-width: 164px;*/
/*  height: 75px;*/
/*  object-fit: contain;*/
/*  border-radius: 3px;*/
/*}*/

/*div.tag-brands-item-labels {*/
/*  box-sizing: inherit;*/
/*  float: right;*/
/*  padding-top: 10px;*/
/*  display: flex;*/
/*  column-gap: 20px;*/
/*  display: none !important;*/
/*}*/

/*.brands-item-labels-item p {*/
/*  box-sizing: inherit;*/
/*  margin-top: 0px;*/
/*  margin-bottom: 0px;*/
/*  font-size: 18px;*/
/*  color: rgb(0, 181, 211);*/
/*  background-color: rgb(195, 238, 246);*/
/*  padding: 5px 10px;*/
/*  letter-spacing: 0.5px;*/
/*  border-radius: 5px;*/
/*  max-width: 210px;*/
/*  overflow: hidden;*/
/*  white-space: nowrap;*/
/*  text-overflow: ellipsis;*/
/*}*/

p.brand-item-text {
  box-sizing: inherit;
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgb(0, 44, 70);
  margin-left: 50px;
  font-family: Inter;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*.products-container {*/
/*  padding-top: 16px;*/
/*  padding-left: 0;*/
/*  padding-right: 0;*/
/*}*/

/*.products-container .section-intro-text {*/
/*  font-family: Inter;*/
/*  font-size: 18px;*/
/*  font-weight: normal;*/
/*  font-stretch: normal;*/
/*  font-style: normal;*/
/*  line-height: 1.56;*/
/*  letter-spacing: normal;*/
/*  text-align: left;*/
/*  color: #002c45;*/
/*}*/

.brands-container {
  padding-top: 16px;
}

.products-accordion img.productImage{
  width: 138px;
  /*height: 192px;*/
}

.products-accordion {
  padding-left: 0;
  padding-right: 0;
}

.mobile-product-details {
  display: flex;
  flex-direction: row;
  justify-content: space-between!important;
  padding-right: 5px;
}

/*.mobile-nutri {*/
/*  min-width: 30%;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  align-items: end;*/
/*}*/
@media (max-width: 1200px) {
  /*div.title-desc-product.table-title {*/
  /*  width: 42.5%;*/
  /*}*/
  /*.name {*/
  /*  width: 39%;*/
  /*  min-width: 31%;*/
  /*}*/
  /*.N-header,*/
  /*.K-header,*/
  /*.P-header {*/
  /*  width: 7%;*/
  /*}*/
  /*.N-header {*/
  /*  padding-left: 2%;*/
  /*}*/
  /*.K-metaValue {*/
  /*  padding-left: 3%;*/
  /*}*/
  /*.metaNutri {*/
  /*  padding-left: 2%;*/
  /*}*/
  /*.longevity-data {*/
  /*  padding-left: 3%;*/
  /*}*/
  /*.headers div.col-2:last-child {*/
  /*  width: 22%;*/
  /*}*/
}

@media (max-width: 992px) {
  /*.brand-products-range .accordion .accordion-item .accordion-header {*/
  /*  background: transparent;*/
  /*  !* border-bottom: 1px solid #d9dfe3; *!*/
  /*  border-radius: 0;*/
  /*  margin-bottom: 0;*/
  /*}*/

  /*.brand-products-range .accordion .accordion-item .accordion-header .accordion-button:before {*/
  /*  top: 15px;*/
  /*  left: 0;*/
  /*}*/

  /*.brand-products-range*/
  /*.accordion*/
  /*.accordion-item*/
  /*.accordion-header*/
  /*.accordion-button.collapsed:before {*/
  /*  top: 15px;*/
  /*  left: 0;*/
  /*}*/

  /*.product-data {*/
  /*  display: none;*/
  /*}*/

  /*.brand-products-range button.accordion-button {*/
  /*  background-color: transparent;*/
  /*  padding: 20px 0;*/
  /*  padding-bottom: 15px;*/
  /*  padding-top: 16px;*/
  /*  border-radius: 0 !important;*/
  /*  margin-bottom: 0 !important;*/
  /*  transition: 0s;*/
  /*}*/
  /*.brand-products-range button.accordion-button.collapsed {*/
  /*  border-bottom: 1px solid #d9dfe3;*/
  /*  border-radius: none !important;*/
  /*}*/

  /*.accordion-button::after {*/
  /*  display: none;*/
  /*}*/

  /*.accordion-button[aria-expanded="true"] {*/
  /*  padding-bottom: 18px;*/
  /*}*/
  /*.accordion-button::before {*/
  /*  margin-right: 15px;*/
  /*  content: "";*/
  /*  width: 24px;*/
  /*  height: 24px;*/
  /*  min-width: 24px;*/
  /*  min-height: 24px;*/
  /*  background-image: url(../icons/add_black.png);*/
  /*  background-repeat: no-repeat;*/
  /*  background-size: contain;*/
  /*  display: inline-block;*/
  /*}*/
  /*.accordion-button:not(.collapsed)::before {*/
  /*  content: "";*/
  /*  width: 24px;*/
  /*  height: 24px;*/
  /*  min-width: 24px;*/
  /*  min-height: 24px;*/
  /*  background-image: url(../icons/remove_black.webp);*/
  /*  background-repeat: no-repeat;*/
  /*  background-size: contain;*/
  /*  display: inline-block;*/
  /*}*/

  /*.moblie-product-name {*/
  /*  font-family: Inter;*/
  /*  font-size: 16px;*/
  /*  font-weight: bold;*/
  /*  font-stretch: normal;*/
  /*  font-style: normal;*/
  /*  line-height: 1.56;*/
  /*  letter-spacing: normal;*/
  /*  text-align: left;*/
  /*  color: #002c45;*/
  /*  min-width: 170px;*/
  /*  max-width: 171px;*/
  /*  word-break: break-word;*/
  /*}*/

  /*.mobile-nutri {*/
  /*  font-family: Inter;*/
  /*  font-size: 16px;*/
  /*  font-weight: normal;*/
  /*  font-stretch: normal;*/
  /*  font-style: normal;*/
  /*  line-height: 1.56;*/
  /*  letter-spacing: normal;*/
  /*  text-align: right;*/
  /*  color: #002b46;*/
  /*}*/

  /*.mobile-longevity {*/
  /*  display: none;*/
  /*  opacity: 0.7;*/
  /*  font-family: Inter;*/
  /*  font-size: 16px;*/
  /*  font-weight: normal;*/
  /*  font-stretch: normal;*/
  /*  font-style: normal;*/
  /*  line-height: 1.56;*/
  /*  letter-spacing: normal;*/
  /*  text-align: left;*/
  /*  color: #002b46;*/
  /*}*/

  /*.products-container .section-intro-text {*/
  /*  font-size: 16px;*/
  /*}*/

  /*.brand-products-range .accordion .accordion-item {*/
  /*  margin-bottom: 1px;*/
  /*}*/
}

@media (min-width: 992px) and (max-width: 1200px) {
  /*.headers div.col-2:last-child {*/
  /*  width: 20% !important;*/
  /*}*/

  /*.nuti-header {*/
  /*  width: 10%;*/
  /*}*/

  /*.brand-products-range*/
  /*  .accordion*/
  /*  .accordion-item*/
  /*  .accordion-header*/
  /*  .accordion-button*/
  /*  .product-data {*/
  /*  font-size: 17px !important;*/
  /*}*/

  /*.brand-products-range*/
  /*  .accordion*/
  /*  .accordion-item*/
  /*  .accordion-header*/
  /*  .accordion-button*/
  /*  .name {*/
  /*  min-width: 40%;*/
  /*  max-width: 40%;*/
  /*}*/

  /*.P-metaValue {*/
  /*  width: 8.5%;*/
  /*}*/
}

.single-crop-oh-product-tab-container .tab-body {
  padding-left: 28px;
  padding-bottom: 24px;
}

@media (max-width: 992px) {
  .single-crop-oh-product-tab-container .tab-body {
    padding-left: unset;
  }

  /*.products.desc-product-tab-container .accordion.products-accordion {*/
  /*  padding-right: 0;*/
  /*}*/

  /*.brand-products-range .container.products-container {*/
  /*  padding-left: 0;*/
  /*  padding-right: 0;*/
  /*  padding-top: 0;*/
  /*}*/
}

.mobile-anchor a {
  font-family: Inter;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: left;
  color: #002b46;
  padding-left: 2px;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.gna-video-mobile-description span {
  display: flex;
  align-items: center;
  column-gap: 3px;
  color: #00b5d3;

  font-family: Inter;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: left;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .intro-crop-wrap {
    align-items: center !important;
    column-gap: 17px;
  }

  .intro-crop-item {
    margin-bottom: 0 !important;
  }

  .counterRow {
    justify-content: unset !important;
  }
}

.gna-video-mobile-description span svg {
  opacity: 0.5;
}

@media (max-width: 768px) {
  .gna-video-mobile-description .gna-video-title {
    margin-top: 6px;
    padding-bottom: 14px;
    margin-bottom: 0;
    border-bottom: 1px solid #cbd3d9;
  }

  .section-gdes-articles .guides-list-item-link {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    /* padding-top: 14px; */
  }

  .section-gdes-articles .postTitle {
    margin-top: 8px;
    margin-bottom: 0;
  }

  .guides-list-item svg {
    margin-right: -1px;
  }

  .guides-list-item {
    padding-top: 0;
  }

  .guides-list-item:first-child {
    padding-top: 0;
    /* padding-bottom: 0; */
  }

  .section-gdes-articles .section-title {
    padding-top: 0 !important;
  }

  .count:after {
    transform: translate(-8px, 2px);
  }
}

.section-intro-crop table {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}

.section-intro-crop table::-webkit-scrollbar {
  all: initial !important;
  height: 8px !important;
  background: #ebebeb !important;
}

.section-intro-crop table::-webkit-scrollbar-thumb {
  all: initial !important;
  background: #c9c9c9 !important;
}

.wp-caption {
  max-width: 100% !important;
}

.single-crop-oh-product-tab-container .tab-body p {
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #002c45;
}

.single-crop-oh-product-tab-container .tab-body a {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .single-crop-oh-product-tab-container .container-wrap-tab {
    padding-left: 15px;
    padding-right: 25px;
  }

  .desktop-products-range-headers {
    display: none;
  }

  .single-crop-oh-product-tab-container .tab-body p {
    font-family: Inter;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #002b46;
  }

  .products-container .section-intro-text {
    font-family: Inter;
    font-size: 16px !important;
    font-weight: normal !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #002b46;
  }

  .brand-products-range .accordion .accordion-item .accordion-body {
    padding-top: 0;
  }

  .brand-products-range .accordion .accordion-item:not(:first-child) {
    border-top: 1px solid rgba(0, 43, 70, 0.2);
    padding-top: 24px;
  }

  .brand-products-range .accordion .accordion-item:last-child {
    border-bottom: 1px solid rgba(0, 43, 70, 0.2);
  }

  .brand-products-range .product-text,
  .products__item.accordion-item .accordion-text-container{
    padding-left: 12px;
    margin-bottom: 4px;
  }
  .brand-products-range .read-more-dark {
    padding-left: 0;
    font-family: Inter;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #002b46;
  }
}

.gravity-form-container{
  padding-top: 0;
}

/*.bottom-form-banner {*/
/*  margin-bottom: 80px;*/
/*}*/
.section-pb-120{
  /*padding-bottom: 60px;*/
  padding-bottom: 64px;
}
.space-related-crops{
  padding-bottom: 120px;
  padding-top: 60px;
}
.guides-list-item-link:before {
  content: " ";
  width: 24px;
  height: 24px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  transform: translate(0px, 5px);
  background-image: url("../icons/article-icon.svg")
}
.icon-digital_tools.guides-list-item-link:before{
  background-image: url("../icons/tools-icon.svg");
  width: 24px;
  height: 24px;
}
.icon-quiz:before{
  background-image: url(../../../../assets/images/quiz/quiz-icon.svg);
  /*vertical-align: top !important;*/
}
@media (max-width: 768px) {
  .bottom-form-banner {
    margin-bottom: 0;
  }
}

.icon-event:before {
  background-image: url("../icons/event-icon.svg");
  /*opacity: 0.5;*/
  width: 18px;
  height: 20px;
  transform: translate(2px, 1px);
  margin-right: 4px;
}

.icon-news:before {
  background-image: url("../icons/news.svg");
  /*opacity: 0.5;*/
  transform: translateY(1px);
  width: 22px;
  height: 18px;
  margin-right: 2px;
}

.icon-podcast:before {
  background-image: url("../icons/podcast.svg");
  /*opacity: 0.5;*/
}

.icon-trial:before {
  background-image: url("../icons/trial-results-icon.svg");
  /*opacity: 0.5;*/
  width: 18px;
  height: 18px;
  transform: translateY(2px);
  margin-right: 2px;
}

.icon-ebook:before {
  background-image: url("../icons/ebook.svg");
  width: 25px;
  margin-right: 1px;
  /*opacity: 0.5;*/
}
.icon-tag_results:before{
  background-image: url("../icons/tag.svg");
  width: 23px;
  height: 31px;
  transform: translateY(7px);
  margin-right: 2px;
}
.icon-crop:before{
  background-image: url("../icons/crop-icon.png");
  background-size: 19px !important;
}
.icon-video:before{
  background-image: url("../icons/video-icon.svg");
  width: 20px;
  height: 20px;
  transform: translateY(3px);
  margin-right: 2px;
}

@media (max-width: 768px) {
  .icon-event:before {
    transform: translate(2px, 2px);
  }

  .intro-crop-item > h5{
    font-family: Inter;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    padding: 16px !important;
  }
}

.knowledge-hubs-info {
  width: 100%;
  position: absolute;
  z-index: 999;
}

a.link-post, div.link-post {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(43, 43, 43, 0) 50%, rgba(0, 0, 0, 0.4));
  border-radius: 5px;
  z-index: 0;
  transition: all 0.2s;
}

.video-img-container {
  overflow: hidden;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  object-fit: cover;
  height: 500px;
  border-radius: 5px;
  position: relative;
  background-position: center !important;
  padding: 0;
}

.brand-products-range
.accordion
.accordion-item
.accordion-header
.accordion-button.collapsed:before {
  background-image: url(../../../../assets/icons/add_black.svg);
}

.brand-products-range
.accordion
.accordion-item
.accordion-header
.accordion-button:before {
  background-image: url(../../../../assets/icons/remove_black.svg);
}


.single-crop-oh-product-tab-container .nav-item:first-child .line-separator {
  display: none;
}

@media (max-width: 1200px) {
  .nuti-header{
    transform: translate(-11px,0px);
    white-space: nowrap;
  }

  .headers div.col-2:last-child{
    padding-left: 5%;
  }

  .longevity-data{
    padding-left: 0;
  }
}

@media (max-width: 992px) {
  .mobile-product-details > div{
    /* width: 50%; */
  }
}

/* css after 08-11 */
.intro-crop-list {
  margin-bottom: 40px;
  list-style: none !important;
  padding-left: 0 !important;
}

.section-potato-trials{
  margin-bottom: 120px;
  /*margin-bottom: 60px;*/
}

@media (max-width: 768px) {
  .section-gdes-articles .wrap-content{
    padding-top: 8px;
  }

  .intro-crop-list-item {
    padding-left: 20px;
  }

  .title-section-Demo.trials {
    font-family: Demo;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left !important;
    color: #002c45;
    padding: 0 12px;
    margin-bottom: 24px !important;
  }

  .counterRow{
    padding-top: 0 !important;
    margin-bottom: 0;
  }

  .section-potato-trials .col-xl-12{
    padding-left: 0;
  }

  .section-gdes-articles .sub-title{
    /* margin-bottom: 24px !important; */
  }

  .section-potato-trials{
    margin-bottom: 80px;
    /*margin-top: 0;*/
  }
}

.single-crop-hero-title {
  font-family: Demo;
  font-size: 88px;
  font-weight: 200;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

@media (max-width: 768px){
  .gna-video-mobile-description span{
    display: none;
  }

  .all-trails-button-container{
    padding-left: 17px;
  }

}

[catslug="turf-landscape"] .list-item-product-doc a.download:before {
  background-image: url(../../../../assets/icons/download-tl.svg);
}

[catslug="turf-landscape"] .list-item-product-doc a.video:before{
  background-image: url(../../../../assets/icons/play_circle_outline_tl.svg);
}

[catslug="turf-landscape"] .list-item-product-doc a.link:before,
[catslug="turf-landscape"] .list-item-product-doc a.other:before  {
  background-image: url(../../../../assets/icons/link_tl.svg);
}


[catslug="ornamental-horticulture"] .list-item-product-doc a.download:before {
  background-image: url(../../../../assets/icons/ohdownload2.svg);
}


[catslug="ornamental-horticulture"] .list-item-product-doc a.video:before{
  background-image: url(../../../../assets/icons/play_circle_outline_oh.svg);
}

[catslug="ornamental-horticulture"] .list-item-product-doc a.link:before,
[catslug="ornamental-horticulture"] .list-item-product-doc a.other:before {
  background-image: url(../../../../assets/icons/link_oh.svg);
}



@media (min-width: 992px) {
  .crop-intro-content-container .col-xl-6 {
    /*flex-direction: column-reverse !important;*/
    width: 100%;
  }

  .crop-intro-content-container .intro-crop-wrap {
    flex-direction: row !important;
    width: auto;
    /*margin-bottom: 56px;*/
    margin-top: 59px;
    margin-bottom: 24px;
  }

  .crop-intro-content-container .intro-crop-wrap .mb-lg-4 {
    margin-bottom: 0 !important;
    margin-right: 26px !important;
  }

  .crop-intro-content-container .intro-wrap,
  .crop-intro-content-container .intro-crop-list,
  .crop-intro-content-container .section-title,
  .crop-intro-content-container .stages {
    width: 792.6px !important;
    max-width: 792.6px !important;
  }
}
.section-intro-crop:not(:has(.intro-wrap))
.crop-intro-content-container .intro-crop-wrap{
  margin-top: 0px;
}


/* SECTION-USED-WITH */
/*.section-used-with {*/
/*  text-align: center;*/
/*  margin-top: 60px;*/
/*  !* padding-bottom: 80px; *!*/
/*  background: #fdfdfd;*/
/*  !*margin-bottom: 120px;*!*/
/*  !*margin-bottom: 60px;*!*/
/*}*/

/*.section-used-with {*/
/*  !*overflow: hidden;*!*/
/*  !* height: 630px; *!*/
/*}*/

/*.section-used-with .swiper {*/
/*  overflow: visible;*/
/*}*/

/*.item-rigth {*/
/*  flex-basis: 60%;*/
/*  text-align: left;*/
/*}*/

/*@media (max-width: 768px) {*/
/*  .item-rigth {*/
/*    flex-basis: 60%;*/
/*    text-align: left;*/
/*    padding-left: 35px;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: center;*/
/*  }*/
/*}*/

/*.item-rigth span {*/
/*  width: 33px;*/
/*  font-family: Inter;*/
/*  font-size: 18px;*/
/*  font-weight: normal;*/
/*  font-stretch: normal;*/
/*  font-style: normal;*/
/*  line-height: 1.56;*/
/*  letter-spacing: normal;*/
/*  text-align: left;*/
/*  color: var(--angle-blue);*/
/*}*/
/*.item-slider-products .item-rigth a{*/
/*  font-size: 18px;*/
/*  text-decoration: underline;*/
/*}*/
/*.item-slider-products .item-title{*/
/*  font-weight: 200;*/
/*}*/
/*.item-slider-products span{*/
/*  color: #002c45;*/
/*}*/
/*.item-slider-products span.can-be-used-te{*/
/*  color: rgba(0, 44, 69, 0.7);*/
/*  margin-top: 0;*/
/*}*/
/*.item-rigth span b {*/
/*  font-family: Inter;*/
/*  font-size: 18px;*/
/*  font-weight: 300 !important;*/
/*  font-stretch: normal;*/
/*  font-style: normal;*/
/*  line-height: 1.56;*/
/*  letter-spacing: normal;*/
/*  text-align: left;*/
/*  color: #002c45;*/
/*}*/
/*@media (max-width: 768px) {*/
/*  .item-rigth h4.item-title{*/
/*    font-size: 16px;*/
/*  }*/
/*  .item-rigth a.item-link-list-info{*/
/*    font-size: 16px;*/
/*  }*/
/*}*/
/*@media (max-width: 768px) {*/
/*  .item-rigth span {*/
/*    display: block;*/
/*    width: 100%;*/
/*  }*/
/*}*/
/*@media (max-width: 992px) {*/

/*  .item-rigth span {*/
/*    font-family: Inter;*/
/*    font-size: 16px;*/
/*    font-weight: normal;*/
/*    font-stretch: normal;*/
/*    font-style: normal;*/
/*    line-height: 1.56;*/
/*    letter-spacing: normal;*/
/*    text-align: left;*/
/*    color: #002b46;*/
/*  }*/
/*  .item-rigth span b {*/
/*    padding-top: 8px;*/
/*    !*opacity: 0.7;*!*/
/*    font-family: Inter;*/
/*    font-size: 16px;*/
/*    font-weight: normal;*/
/*    font-stretch: normal;*/
/*    font-style: normal;*/
/*    line-height: 1.56;*/
/*    letter-spacing: normal;*/
/*    text-align: left;*/
/*    color: #002b46;*/
/*  }*/
/*}*/

/*.item-title {*/
/*  overflow-wrap: anywhere;*/
/*  !* font-family: Inter; *!*/
/*  font-size: 32px;*/
/*  font-weight: normal;*/
/*  font-stretch: normal;*/
/*  font-style: normal;*/
/*  line-height: 1.28;*/
/*  letter-spacing: normal;*/
/*  text-align: left;*/
/*  color: #002b46;*/
/*  display: -webkit-box;*/
/*  word-break: break-word;*/
/*  -webkit-line-clamp: 2;*/
/*  -webkit-box-orient: vertical;*/
/*  overflow: hidden;*/
/*  text-overflow: ellipsis;*/
/*  width: 89%;*/
/*}*/

/*.section-used-with .item-slider-products img {*/
/*  padding: 0;*/
/*  margin-right: 57px;*/
/*  flex-basis: 40%;*/
/*  width: 200px;*/
/*  margin-left: 0;*/
/*  height: 200px;*/
/*  object-fit: contain;*/
/*  object-position: top;*/
/*}*/

/*h2.desc-product.slider-title:after {*/
/*  height: 20px;*/
/*  width: 16px;*/
/*}*/

/*.section-desc {*/
/*  font-family: "Inter";*/
/*  font-size: 18px;*/
/*  font-weight: normal;*/
/*  font-stretch: normal;*/
/*  font-style: normal;*/
/*  line-height: 1.39;*/
/*  letter-spacing: normal;*/
/*  color: var(--dark-blue);*/
/*  margin-bottom: 40px;*/
/*}*/
/*.swiper-slide-custom {*/
/*  border-radius: 5px;*/
/*  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.08);*/
/*  background-color: #fff;*/
/*}*/

/*.section-used-with .item-slider-products {*/
/*  padding: 46px 63.4px 86px 54px;*/
/*  !* padding-bottom: 3vw; *!*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  align-items: flex-start;*/
/*  justify-content: space-between;*/
/*  height: 368px;*/
/*}*/

/*.swiper-button-next {*/
/*  right: -42px !important;*/
/*  transform: scale(0.6);*/
/*  font-weight: bold;*/
/*  color: #00b5d3 !important;*/
/*}*/

/*.swiper-button-prev {*/
/*  left: -46px !important;*/
/*  transform: scale(0.6);*/
/*  font-weight: bold;*/
/*  color: #00b5d3 !important;*/
/*}*/

/*.swiper-slide {*/
/*  opacity: 1;*/
/*  transition: all 0.9s ease-in;*/
/*  width: 587px !important;*/
/*  height: 500px !important;*/
/*}*/

/*.swiper-slide-duplicate-next,*/
/*.swiper-slide-duplicate-active {*/
/*  opacity: 0;*/
/*}*/
/*.item-tab-info{*/
/*  display: flex;*/
/*}*/
/*.item-text-list-info.slider-text {*/
/*  font-family: Inter;*/
/*  font-size: 18px;*/
/*  font-weight: normal;*/
/*  font-stretch: normal;*/
/*  font-style: normal;*/
/*  line-height: 1.56;*/
/*  letter-spacing: normal;*/
/*  text-align: left;*/
/*  color: #002c45;*/
/*}*/
/*.item-slider-products .desc-product.slider-title:first-child:before {*/
/*  content: " ";*/
/*  width: 17.8px;*/
/*  height: 20px;*/
/*  background-image: url(../../assets/icons/Component_@2x.webp);*/
/*  !* background-size: 20px; *!*/
/*  !* position: absolute; *!*/
/*  !*left: -23px;*!*/
/*  !*top: 0;*!*/
/*  background-repeat: no-repeat;*/
/*  display: inline-block;*/
/*  !* transform: scale(1.2); *!*/
/*  background-size: cover;*/
/*}*/
/*.desc-product.slider-title {*/
/*  font-size: 24px;*/
/*  !*margin: 0 0 0 7.2px;*!*/
/*  font-family: Inter;*/
/*  font-size: 24px;*/
/*  font-weight: bold;*/
/*  font-stretch: normal;*/
/*  font-style: normal;*/
/*  line-height: 1.33;*/
/*  letter-spacing: normal;*/
/*  text-align: left;*/
/*  color: #002b46;*/
/*  margin-bottom: 16px !important;*/
/*}*/

/*.section-used-with .swiper {*/
/*  padding-bottom: 0;*/
/*  padding-left: 22px;*/
/*  padding-right: 0px;*/
/*  padding-bottom: 64px;*/
/*  !*overflow: hidden;*!*/
/*}*/

/*  .swiper-container {*/
/*    overflow: visible;*/
/*  }*/
/*  .swiper-slide{*/
/*    opacity: 0;*/
/*    visibility: hidden;*/
/*  }*/

/*.swiper-slide.swiper-slide-active,.swiper-slide.swiper-slide-next*/
/*{*/
/*  opacity: 1;*/
/*  visibility: visible;*/
/*}*/
/*.answer-crop-rich-text ol,*/
/*.answer-crop-rich-text ul{*/
/*  padding-left: 22px !important;*/
/*}*/
/*@media (max-width: 768px){*/
/*  .answer-crop-rich-text ul{*/
/*    padding-left: 43px !important;*/
/*  }*/
/*}*/
/*@media (min-width: 1400px){*/
/*  .answer-crop-rich-text ul{*/
/*    padding-left: 24px !important;*/
/*  }*/
/*}*/
.rich-text-wrap .tablepress-table-name {
  font-family: Inter !important;
}