@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
body {
  background-color: #ffffff;
}

.homebanner {
  padding-bottom: 3.125vw;
  background: #fff;
  overflow: hidden;
  margin-top: -1.5625vw;
}
@media (max-width: 990px) {
  .homebanner {
    padding: 6.4102564103vw 0 15.3846153846vw;
    margin-top: -5.1282051282vw;
  }
}
.homebanner .container-fluid {
  padding: 0;
}
.homebanner .homebannerSwiper {
  width: 100%;
  max-width: 62.5vw;
  margin: 0 auto;
  padding: 2.0833333333vw 0 2.6041666667vw;
  overflow: visible;
}
@media (max-width: 990px) {
  .homebanner .homebannerSwiper {
    max-width: 100%;
  }
}
.homebanner .homebannerSwiper .swiper-wrapper {
  align-items: center;
}
.homebanner .homebannerSwiper .swiper-slide {
  width: 23.9583333333vw;
  transition-property: transform, opacity;
  display: flex;
  justify-content: center;
}
@media (max-width: 990px) {
  .homebanner .homebannerSwiper .swiper-slide {
    width: 33.8461538462vw;
  }
}
.homebanner .homebannerSwiper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.625vw;
  box-shadow: 0 0.625vw 2.0833333333vw rgba(0, 0, 0, 0.12);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 990px) {
  .homebanner .homebannerSwiper .swiper-slide img {
    border-radius: 3.0769230769vw;
    box-shadow: 0 3.0769230769vw 10.2564102564vw rgba(0, 0, 0, 0.12);
  }
}
.homebanner .homebannerSwiper .swiper-slide.swiper-slide-active {
  z-index: 10 !important;
}
.homebanner .homebannerSwiper .swiper-pagination {
  bottom: 0;
}
@media (max-width: 990px) {
  .homebanner .homebannerSwiper .swiper-pagination {
    bottom: -7.6923076923vw;
  }
}
.homebanner .homebannerSwiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.4166666667vw;
  height: 0.4166666667vw;
  background: #d0d0d0;
  opacity: 1;
  border-radius: 50%;
  transition: 0.25s ease;
}
@media (max-width: 990px) {
  .homebanner .homebannerSwiper .swiper-pagination .swiper-pagination-bullet {
    width: 2.0512820513vw;
    height: 2.0512820513vw;
  }
}
.homebanner .homebannerSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 1.4583333333vw;
  border-radius: 52.03125vw;
  background: #5A9735;
}
@media (max-width: 990px) {
  .homebanner .homebannerSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 7.1794871795vw;
    border-radius: 256.1538461538vw;
  }
}

section.search {
  background-color: #ffffff;
}
section.search .wrapper > a {
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  width: 11.5625vw;
  height: 2.0833333333vw;
  border-radius: 1.8229166667vw;
  border: 0.0520833333vw solid #5A5A5A;
  text-decoration: none;
  margin: auto;
  margin-bottom: 0.78125vw;
}
@media (max-width: 990px) {
  section.search .wrapper > a {
    width: 56.9230769231vw;
    height: 10.2564102564vw;
    border-radius: 8.9743589744vw;
    border: 0.2564102564vw solid #5A5A5A;
    margin-bottom: 3.8461538462vw;
  }
}
section.search .wrapper > a span {
  color: #5A5A5A;
  font-family: Inter;
  font-size: 0.7291666667vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-right: 0.2604166667vw;
}
@media (max-width: 990px) {
  section.search .wrapper > a span {
    font-size: 3.5897435897vw;
    margin-right: 1.2820512821vw;
  }
}
section.search .wrapper > a svg {
  width: 0.5729166667vw;
  height: 0.4166666667vw;
}
@media (max-width: 990px) {
  section.search .wrapper > a svg {
    width: 2.8205128205vw;
    height: 2.0512820513vw;
  }
}
section.search .wrapper h1 {
  width: 48.8541666667vw;
  margin: auto;
  color: #000;
  text-align: center;
  /* Heading 1 */
  font-family: Manrope;
  font-size: 2.8125vw;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 1.25vw;
}
@media (max-width: 990px) {
  section.search .wrapper h1 {
    width: 90.5128205128vw;
    font-size: 6.1538461538vw;
    margin-bottom: 5.1282051282vw;
  }
}
section.search .wrapper .searchwrapper {
  width: 61.4583333333vw;
  padding: 0.78125vw 1.0416666667vw;
  border-radius: 1.3020833333vw;
  border: 0.0520833333vw solid #DCFFEC;
  background: #FFF;
  box-shadow: 0 0 1.0416666667vw 0 rgba(92, 255, 165, 0.2);
  margin: auto;
  scroll-margin-top: 11.5625vw;
}
@media (max-width: 990px) {
  section.search .wrapper .searchwrapper {
    width: 90.5128205128vw;
    padding: 3.8461538462vw 3.8461538462vw;
    border-radius: 2.5641025641vw;
    border: 0.2564102564vw solid #DCFFEC;
    box-shadow: 0 0 5.1282051282vw 0 rgba(92, 255, 165, 0.2);
  }
}
section.search .wrapper .searchwrapper .search {
  border-radius: 52.03125vw;
  border: 0.1041666667vw solid rgba(217, 217, 217, 0.6);
  background: radial-gradient(193.33% 58.29% at 50% 50%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.12) 100%), linear-gradient(0deg, #FFF 0%, #FFF 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0.22) 100%);
  box-shadow: 0 0.3645833333vw 5.5052083333vw -0.625vw rgba(221, 221, 221, 0.2), 0 0.2083333333vw 0.5208333333vw 0 rgba(0, 0, 0, 0.03), 0 0.8854166667vw 1.3020833333vw -0.625vw rgba(0, 0, 0, 0.06), 0 0.2083333333vw 0.3125vw 0 rgba(255, 255, 255, 0.32), 0 -0.0520833333vw 0.9375vw 0 rgba(255, 255, 255, 0.4) inset, 0 -0.0520833333vw 0.7291666667vw 0 rgba(255, 255, 255, 0.56) inset, 0 0 0.8333333333vw 0 rgba(0, 0, 0, 0.02) inset, 0 -0.2083333333vw 0.4166666667vw 0 rgba(0, 0, 0, 0.03) inset, 0 -0.0520833333vw 0.1041666667vw 0 rgba(0, 0, 0, 0.02) inset, 0 -0.0520833333vw 0.0520833333vw 0 rgba(0, 0, 0, 0.04) inset, 0 0.5208333333vw 0.625vw 0 rgba(0, 0, 0, 0.04) inset;
  height: 2.9166666667vw;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
}
@media (max-width: 990px) {
  section.search .wrapper .searchwrapper .search {
    border-radius: 2.5641025641vw;
    border: 0.5128205128vw solid rgba(217, 217, 217, 0.6);
    height: auto;
    padding: 3.8461538462vw;
  }
}
section.search .wrapper .searchwrapper .search form {
  display: flex;
  vertical-align: middle;
  align-items: center;
}
@media (max-width: 990px) {
  section.search .wrapper .searchwrapper .search form {
    flex-wrap: wrap;
  }
}
section.search .wrapper .searchwrapper .search form > svg {
  width: 1.25vw;
  height: 1.25vw;
  aspect-ratio: 1/1;
  margin-right: 0.4166666667vw;
}
@media (max-width: 990px) {
  section.search .wrapper .searchwrapper .search form > svg {
    width: 5.1282051282vw;
    height: 5.1282051282vw;
    aspect-ratio: 1/1;
    margin-right: 2.0512820513vw;
  }
}
section.search .wrapper .searchwrapper .search form > input[type=text] {
  color: #AFAFAF;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  line-height: 0.9375vw;
  /* 128.571% */
  font-size: 0.8333333333vw;
  width: 40.46875vw;
  outline: none;
  border: none;
}
@media (max-width: 990px) {
  section.search .wrapper .searchwrapper .search form > input[type=text] {
    line-height: 4.6153846154vw;
    font-size: 4.1025641026vw;
    width: 45.3846153846vw;
    margin-right: 4.358974359vw;
  }
}
section.search .wrapper .searchwrapper .search form > input[type=text]::-moz-placeholder {
  font-size: 0.7291666667vw;
}
section.search .wrapper .searchwrapper .search form > input[type=text]::placeholder {
  font-size: 0.7291666667vw;
}
@media (max-width: 990px) {
  section.search .wrapper .searchwrapper .search form > input[type=text]::-moz-placeholder {
    font-size: 3.5897435897vw;
  }
  section.search .wrapper .searchwrapper .search form > input[type=text]::placeholder {
    font-size: 3.5897435897vw;
  }
}
section.search .wrapper .searchwrapper .search form .line {
  width: 0.0520833333vw;
  height: 1.6666666667vw;
  display: block;
  background: #CDCDCD;
}
@media (max-width: 990px) {
  section.search .wrapper .searchwrapper .search form .line {
    width: 0.2564102564vw;
    height: 5.641025641vw;
  }
}
section.search .wrapper .searchwrapper .search form .dropdown {
  width: 7.5520833333vw;
  text-align: center;
}
@media (max-width: 990px) {
  section.search .wrapper .searchwrapper .search form .dropdown {
    width: 16.4102564103vw;
    padding: 0;
  }
}
section.search .wrapper .searchwrapper .search form .dropdown button {
  color: var(--Secondry-color, #00A148);
  /* Paragraph text size */
  font-family: Inter;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  border: none;
  outline: none;
  box-shadow: none;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  margin: auto;
}
@media (max-width: 990px) {
  section.search .wrapper .searchwrapper .search form .dropdown button {
    font-size: 3.5897435897vw;
    display: flex;
    vertical-align: middle;
    align-items: center;
  }
}
section.search .wrapper .searchwrapper .search form .dropdown button svg {
  width: 0.9895833333vw;
  height: 0.9895833333vw;
  aspect-ratio: 1/1;
}
@media (max-width: 990px) {
  section.search .wrapper .searchwrapper .search form .dropdown button svg {
    width: 4.1025641026vw;
    height: 4.1025641026vw;
  }
}
section.search .wrapper .searchwrapper .search form .dropdown .dropdown-menu {
  border-radius: 0.2604166667vw;
  border: 0.0520833333vw solid var(--Secondry-color, #00A148);
  background: #FCFFFC;
  box-shadow: 0 0.2083333333vw 0.2083333333vw 0 rgba(0, 0, 0, 0.1);
  padding: 0.46875vw;
  width: 8.75vw;
}
@media (max-width: 990px) {
  section.search .wrapper .searchwrapper .search form .dropdown .dropdown-menu {
    border-radius: 1.2820512821vw;
    border: 0.2564102564vw solid var(--Secondry-color, #00A148);
    box-shadow: 0 1.0256410256vw 1.0256410256vw 0 rgba(0, 0, 0, 0.1);
    padding: 2.3076923077vw;
    width: 43.0769230769vw;
  }
}
section.search .wrapper .searchwrapper .search form .dropdown .dropdown-menu li:first-child .dropdown-item.active svg path, section.search .wrapper .searchwrapper .search form .dropdown .dropdown-menu li:first-child .dropdown-item:hover svg path {
  stroke: #00A148;
}
section.search .wrapper .searchwrapper .search form .dropdown .dropdown-menu li:first-child .dropdown-item svg path {
  stroke: #717171;
}
section.search .wrapper .searchwrapper .search form .dropdown .dropdown-menu li:last-child .dropdown-item {
  border-bottom: none;
  margin-bottom: 0;
}
section.search .wrapper .searchwrapper .search form .dropdown .dropdown-menu li:last-child .dropdown-item.active svg path, section.search .wrapper .searchwrapper .search form .dropdown .dropdown-menu li:last-child .dropdown-item:hover svg path {
  fill: #00A148;
}
section.search .wrapper .searchwrapper .search form .dropdown .dropdown-menu li:last-child .dropdown-item svg path {
  fill: #717171;
}
section.search .wrapper .searchwrapper .search form .dropdown .dropdown-menu li .dropdown-item {
  display: flex;
  vertical-align: middle;
  align-items: center;
  gap: 0.5208333333vw;
  max-width: 100%;
  padding: 0;
  padding-bottom: 0.2604166667vw;
  margin-bottom: 0.2604166667vw;
  border-bottom: 0.0520833333vw solid #EAEAEA;
  background: transparent !important;
}
@media (max-width: 990px) {
  section.search .wrapper .searchwrapper .search form .dropdown .dropdown-menu li .dropdown-item {
    gap: 2.5641025641vw;
    padding-bottom: 1.2820512821vw;
    margin-bottom: 1.2820512821vw;
    border-bottom: 0.2564102564vw solid #EAEAEA;
  }
}
section.search .wrapper .searchwrapper .search form .dropdown .dropdown-menu li .dropdown-item.active svg path, section.search .wrapper .searchwrapper .search form .dropdown .dropdown-menu li .dropdown-item:hover svg path {
  stroke: #00A148;
}
section.search .wrapper .searchwrapper .search form .dropdown .dropdown-menu li .dropdown-item.active span, section.search .wrapper .searchwrapper .search form .dropdown .dropdown-menu li .dropdown-item:hover span {
  color: var(--Secondry-color, #00A148);
}
section.search .wrapper .searchwrapper .search form .dropdown .dropdown-menu li .dropdown-item svg {
  width: 1.25vw;
  height: 1.25vw;
  aspect-ratio: 1/1;
}
@media (max-width: 990px) {
  section.search .wrapper .searchwrapper .search form .dropdown .dropdown-menu li .dropdown-item svg {
    width: 6.1538461538vw;
    height: 6.1538461538vw;
  }
}
section.search .wrapper .searchwrapper .search form .dropdown .dropdown-menu li .dropdown-item span {
  color: var(--Secondry-color, #717171);
  font-family: Inter;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 990px) {
  section.search .wrapper .searchwrapper .search form .dropdown .dropdown-menu li .dropdown-item span {
    font-size: 4.1025641026vw;
  }
}
section.search .wrapper .searchwrapper .search form > button[type=submit] {
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  border-radius: 2.8645833333vw;
  background: var(--Highlight, #5CFFA5);
  height: 2.0833333333vw;
  width: 8.3333333333vw;
  margin-left: auto;
  border: none;
}
@media (max-width: 990px) {
  section.search .wrapper .searchwrapper .search form > button[type=submit] {
    border-radius: 14.1025641026vw;
    height: 10.2564102564vw;
    width: 75.1282051282vw;
    margin-top: 5.1282051282vw;
  }
}
section.search .wrapper .searchwrapper .search form > button[type=submit] svg {
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  aspect-ratio: 1/1;
  margin-right: 0.2604166667vw;
}
@media (max-width: 990px) {
  section.search .wrapper .searchwrapper .search form > button[type=submit] svg {
    width: 4.1025641026vw;
    height: 4.1025641026vw;
    aspect-ratio: 1/1;
    margin-right: 1.2820512821vw;
  }
}
section.search .wrapper .searchwrapper .search form > button[type=submit] span {
  color: #5A5A5A;
  font-family: Inter;
  font-size: 0.7291666667vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 990px) {
  section.search .wrapper .searchwrapper .search form > button[type=submit] span {
    font-size: 3.5897435897vw;
  }
}
section.search .wrapper .searchwrapper .suggetions {
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  margin-top: 1.0416666667vw;
}
@media (max-width: 990px) {
  section.search .wrapper .searchwrapper .suggetions {
    display: block;
    border-top: 0.0520833333vw solid #E6E6E6;
    margin: 0 -3.8461538462vw;
    padding: 3.8461538462vw;
    padding-bottom: 0;
    margin-top: 3.8461538462vw;
  }
}
section.search .wrapper .searchwrapper .suggetions p {
  color: #757575;
  font-family: Inter;
  font-size: 0.7291666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  padding: 0;
  margin: 0;
  margin-right: 0.5208333333vw;
}
@media (max-width: 990px) {
  section.search .wrapper .searchwrapper .suggetions p {
    font-size: 3.5897435897vw;
    margin-right: 2.5641025641vw;
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: space-between;
  }
}
section.search .wrapper .searchwrapper .suggetions p svg {
  display: none;
  transition: 0.3s linear;
}
@media (max-width: 990px) {
  section.search .wrapper .searchwrapper .suggetions p svg {
    display: block;
    width: 10.54px;
    height: 6.071px;
    transform: rotate(0deg);
  }
}
section.search .wrapper .searchwrapper .suggetions p:not(.collapsed) svg {
  transform: rotate(180deg);
}
section.search .wrapper .searchwrapper .suggetions ul {
  display: flex;
  vertical-align: middle;
  align-items: center;
  gap: 0.5208333333vw;
  padding: 0;
  margin: 0;
}
@media (max-width: 990px) {
  section.search .wrapper .searchwrapper .suggetions ul {
    gap: 2.5641025641vw;
    flex-wrap: wrap;
    margin-top: 3.8461538462vw;
  }
  section.search .wrapper .searchwrapper .suggetions ul:not(.show) {
    display: none;
  }
}
section.search .wrapper .searchwrapper .suggetions ul .collapsing {
  display: block;
}
section.search .wrapper .searchwrapper .suggetions ul li a {
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  padding: 0.5208333333vw 0.78125vw;
  border-radius: 1.5104166667vw;
  border: 0.0520833333vw solid #D0D0D0;
  background: #ffffff;
  cursor: pointer;
  text-decoration: none;
}
@media (max-width: 990px) {
  section.search .wrapper .searchwrapper .suggetions ul li a {
    padding: 2.5641025641vw 3.8461538462vw;
    border-radius: 7.4358974359vw;
    border: 0.2564102564vw solid #D0D0D0;
  }
}
section.search .wrapper .searchwrapper .suggetions ul li a img {
  width: 1.25vw;
  height: 1.25vw;
  aspect-ratio: 1/1;
  margin-right: 0.2604166667vw;
}
@media (max-width: 990px) {
  section.search .wrapper .searchwrapper .suggetions ul li a img {
    width: 4.1025641026vw;
    height: 4.1025641026vw;
    margin-right: 1.2820512821vw;
  }
}
section.search .wrapper .searchwrapper .suggetions ul li a span {
  color: var(--Heading-text, #181818);
  font-family: Inter;
  font-size: 0.7291666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 16.converter(8) */
}
@media (max-width: 990px) {
  section.search .wrapper .searchwrapper .suggetions ul li a span {
    font-size: 3.0769230769vw;
  }
}

.howitworks {
  margin-top: 3.125vw;
  background: #F8F8F8;
  padding-top: 4.1666666667vw;
}
@media (max-width: 990px) {
  .howitworks {
    margin-top: 7.6923076923vw;
    padding-top: 7.6923076923vw;
    padding-bottom: 10.2564102564vw;
  }
  .howitworks.m-0 {
    padding-top: 0 !important;
  }
}
.howitworks .container-fluid {
  max-width: 73.9583333333vw;
}
@media (max-width: 990px) {
  .howitworks .container-fluid {
    max-width: 100%;
  }
}
.howitworks .heading h2 {
  color: #000;
  text-align: center;
  /* h2 */
  font-family: Manrope;
  font-size: 1.875vw;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 39.converter(6) */
  text-align: center;
  margin-bottom: 1.3020833333vw;
}
@media (max-width: 990px) {
  .howitworks .heading h2 {
    font-size: 6.1538461538vw;
    margin-bottom: 3.8461538462vw;
  }
}
.howitworks .nav-tabs {
  width: -moz-max-content;
  width: max-content;
  border: none;
  position: relative;
  margin: auto;
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 990px) {
  .howitworks .nav-tabs {
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 5.1282051282vw;
    padding: 0;
  }
}
.howitworks .nav-tabs::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2.3958333333vw;
  border-radius: 4.1145833333vw;
  border: 0.1041666667vw solid #8B8B8B;
}
@media (max-width: 990px) {
  .howitworks .nav-tabs::before {
    top: calc(50% + 0.2564102564vw);
    height: 11.7948717949vw;
    border-radius: 20.2564102564vw;
    border: 0.5128205128vw solid #8B8B8B;
  }
}
.howitworks .nav-tabs .nav-item {
  position: relative;
}
.howitworks .nav-tabs .nav-item .nav-link {
  color: #787878;
  text-align: center;
  font-family: Inter;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  width: 11.9791666667vw;
  height: 2.3958333333vw;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  outline: none;
  box-shadow: none;
  border: 0.1041666667vw solid transparent;
  border-radius: 8.75vw;
}
@media (max-width: 990px) {
  .howitworks .nav-tabs .nav-item .nav-link {
    font-size: 3.5897435897vw;
    width: 45.3846153846vw;
    height: 11.7948717949vw;
  }
}
.howitworks .nav-tabs .nav-item .nav-link.active {
  border: 0.1041666667vw solid var(--Secondry-color, #00A148);
  color: #00A148;
}
@media (max-width: 990px) {
  .howitworks .nav-tabs .nav-item .nav-link.active {
    border: 0.5128205128vw solid var(--Secondry-color, #00A148);
  }
}
.howitworks .howitworksSwiper .swiper-wrapper {
  padding: 0.5208333333vw;
}
@media (max-width: 990px) {
  .howitworks .howitworksSwiper .swiper-wrapper {
    padding: 2.5641025641vw;
    padding-bottom: 7.6923076923vw;
  }
}
.howitworks .howitworksSwiper .swiper-wrapper .swiper-slide {
  width: 23.9583333333vw;
  padding: 0 0.5208333333vw;
}
@media (max-width: 990px) {
  .howitworks .howitworksSwiper .swiper-wrapper .swiper-slide {
    width: 75.1282051282vw;
  }
}
.howitworks .howitworksSwiper .swiper-wrapper .swiper-slide .single {
  border-radius: 1.3541666667vw;
  background: #F8F8F8;
  box-shadow: 0 0.2083333333vw 0.5208333333vw 0 rgba(0, 0, 0, 0.15);
  padding: 1.0416666667vw;
  padding-bottom: 0;
  overflow: hidden;
}
@media (max-width: 990px) {
  .howitworks .howitworksSwiper .swiper-wrapper .swiper-slide .single {
    border-radius: 4.1025641026vw;
    box-shadow: 0 1.0256410256vw 2.5641025641vw 0 rgba(0, 0, 0, 0.15);
    padding: 3.0769230769vw;
    padding-bottom: 0;
  }
}
.howitworks .howitworksSwiper .swiper-wrapper .swiper-slide .single .step {
  display: flex;
  justify-content: space-between;
}
.howitworks .howitworksSwiper .swiper-wrapper .swiper-slide .single .step span:first-child {
  padding: 0.2604166667vw 1.0416666667vw;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  border-radius: 2.7604166667vw;
  border: 0.0520833333vw solid var(--Secondry-color, #00A148);
  background: #FFF;
  color: var(--Secondry-color, #00A148);
  text-align: center;
  font-family: Inter;
  font-size: 0.7291666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  width: 4.7916666667vw;
  height: 1.3020833333vw;
}
@media (max-width: 990px) {
  .howitworks .howitworksSwiper .swiper-wrapper .swiper-slide .single .step span:first-child {
    padding: 1.0256410256vw 3.3333333333vw;
    border-radius: 8.4615384615vw;
    border: 0.2564102564vw solid var(--Secondry-color, #00A148);
    font-size: 3.0769230769vw;
    width: 16.6666666667vw;
    height: 5.1282051282vw;
  }
}
.howitworks .howitworksSwiper .swiper-wrapper .swiper-slide .single .step span:last-child {
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #FFF;
  box-shadow: 0 0.2083333333vw 0.2083333333vw rgba(0, 0, 0, 0.1);
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  aspect-ratio: 1/1;
}
@media (max-width: 990px) {
  .howitworks .howitworksSwiper .swiper-wrapper .swiper-slide .single .step span:last-child {
    box-shadow: 0 1.0256410256vw 1.0256410256vw rgba(0, 0, 0, 0.1);
    width: 7.6923076923vw;
    height: 7.6923076923vw;
  }
}
.howitworks .howitworksSwiper .swiper-wrapper .swiper-slide .single .step span:last-child svg {
  width: 0.625vw;
  height: 0.46875vw;
}
@media (max-width: 990px) {
  .howitworks .howitworksSwiper .swiper-wrapper .swiper-slide .single .step span:last-child svg {
    width: 3.0769230769vw;
    height: 2.3076923077vw;
  }
}
.howitworks .howitworksSwiper .swiper-wrapper .swiper-slide .single .title {
  color: var(--Heading-text, #181818);
  /* h3 */
  font-family: Manrope;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 26.converter(4) */
  margin-bottom: 0.5208333333vw;
}
@media (max-width: 990px) {
  .howitworks .howitworksSwiper .swiper-wrapper .swiper-slide .single .title {
    font-size: 4.6153846154vw;
    margin-bottom: 2.5641025641vw;
  }
}
.howitworks .howitworksSwiper .swiper-wrapper .swiper-slide .single .description {
  color: var(--text-color, #575757);
  font-family: Inter;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 2.34375vw;
}
@media (max-width: 990px) {
  .howitworks .howitworksSwiper .swiper-wrapper .swiper-slide .single .description {
    font-size: 3.5897435897vw;
    margin-bottom: 2.5641025641vw;
  }
}
.howitworks .howitworksSwiper .swiper-wrapper .swiper-slide .single > img {
  width: 21.875vw;
  height: 17.1875vw;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.3020833333vw 1.3020833333vw 0 0;
}
@media (max-width: 990px) {
  .howitworks .howitworksSwiper .swiper-wrapper .swiper-slide .single > img {
    width: 68.9743589744vw;
    height: 66.1538461538vw;
    border-radius: 4.1025641026vw 4.1025641026vw 0 0;
  }
}
.howitworks .howitworksSwiper .swiper-wrapper .swiper-slide:nth-child(even) .single {
  background: #2C2C2C;
  display: flex;
  flex-direction: column;
  padding-bottom: 1.0416666667vw;
  padding-top: 0;
}
@media (max-width: 990px) {
  .howitworks .howitworksSwiper .swiper-wrapper .swiper-slide:nth-child(even) .single {
    padding-bottom: 2.5641025641vw;
  }
}
.howitworks .howitworksSwiper .swiper-wrapper .swiper-slide:nth-child(even) .single .step {
  order: 2;
}
.howitworks .howitworksSwiper .swiper-wrapper .swiper-slide:nth-child(even) .single .step span:first-child {
  background-color: transparent;
}
.howitworks .howitworksSwiper .swiper-wrapper .swiper-slide:nth-child(even) .single .step span:last-child {
  background-color: transparent;
  border: 0.0520833333vw solid #5CFFA5;
}
@media (max-width: 990px) {
  .howitworks .howitworksSwiper .swiper-wrapper .swiper-slide:nth-child(even) .single .step span:last-child {
    border: 0.2564102564vw solid #5CFFA5;
  }
}
.howitworks .howitworksSwiper .swiper-wrapper .swiper-slide:nth-child(even) .single .title {
  color: #FFF;
  order: 3;
}
.howitworks .howitworksSwiper .swiper-wrapper .swiper-slide:nth-child(even) .single .description {
  order: 4;
  margin-bottom: 0;
  color: #FFF;
}
.howitworks .howitworksSwiper .swiper-wrapper .swiper-slide:nth-child(even) .single > img {
  order: 1;
  border-radius: 0 0 1.3020833333vw 1.3020833333vw;
  margin-bottom: 2.34375vw;
}
@media (max-width: 990px) {
  .howitworks .howitworksSwiper .swiper-wrapper .swiper-slide:nth-child(even) .single > img {
    border-radius: 0 0 4.1025641026vw 4.1025641026vw;
    margin-bottom: 2.5641025641vw;
  }
}
.howitworks .howitworksSwiper .swiper-pagination {
  display: none;
}
@media (max-width: 990px) {
  .howitworks .howitworksSwiper .swiper-pagination {
    display: block;
    bottom: 0vw;
  }
}
.howitworks .howitworksSwiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.4166666667vw;
  height: 0.4166666667vw;
  background: #d0d0d0;
  opacity: 1;
  border-radius: 50%;
  transition: 0.25s ease;
}
@media (max-width: 990px) {
  .howitworks .howitworksSwiper .swiper-pagination .swiper-pagination-bullet {
    width: 2.0512820513vw;
    height: 2.0512820513vw;
  }
}
.howitworks .howitworksSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 1.4583333333vw;
  border-radius: 52.03125vw;
  background: #5A9735;
}
@media (max-width: 990px) {
  .howitworks .howitworksSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 7.1794871795vw;
    border-radius: 256.1538461538vw;
  }
}

.grow {
  background-image: url("../images/grow-background.png");
  background-size: cover;
  padding: 3.125vw 0 4.6875vw;
  margin-top: 4.1666666667vw;
}
@media (max-width: 990px) {
  .grow {
    padding: 7.6923076923vw 0 12.3076923077vw;
    margin-top: 0vw;
  }
}
.grow .container-fluid {
  max-width: 73.9583333333vw;
}
@media (max-width: 990px) {
  .grow .container-fluid {
    max-width: 100%;
  }
}
.grow .pills {
  border-radius: 2.2395833333vw;
  background: linear-gradient(90deg, rgba(0, 132, 59, 0.2) 0.22%, rgba(0, 132, 59, 0) 106.52%);
  box-shadow: 0 0 0.15625vw 0 #00843B inset;
  width: 9.8958333333vw;
  height: 1.5625vw;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  gap: 0.2604166667vw;
  margin: auto;
  margin-bottom: 0.5208333333vw;
}
@media (max-width: 990px) {
  .grow .pills {
    border-radius: 11.0256410256vw;
    box-shadow: 0 0 0.7692307692vw 0 #00843B inset;
    width: 48.7179487179vw;
    height: 7.6923076923vw;
    gap: 1.2820512821vw;
    margin-bottom: 1.2820512821vw;
  }
}
.grow .pills svg {
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  aspect-ratio: 1/1;
}
@media (max-width: 990px) {
  .grow .pills svg {
    width: 5.1282051282vw;
    height: 5.1282051282vw;
  }
}
.grow .pills span {
  color: #FFF;
  /* Paragraph 12 */
  font-family: Inter;
  font-size: 0.625vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 990px) {
  .grow .pills span {
    font-size: 3.0769230769vw;
  }
}
.grow .heading {
  margin-bottom: 1.8229166667vw;
}
@media (max-width: 990px) {
  .grow .heading {
    margin-bottom: 4.358974359vw;
  }
}
.grow .heading h3 {
  color: #FFF;
  text-align: center;
  /* h2 */
  font-family: Manrope;
  font-size: 1.875vw;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 0.2083333333vw;
}
@media (max-width: 990px) {
  .grow .heading h3 {
    font-size: 5.1282051282vw;
    margin-bottom: 1.2820512821vw;
  }
}
.grow .heading h3 span {
  color: #5CFFA5;
}
.grow .heading p {
  color: #FFF;
  text-align: center;
  /* Paragraph text size */
  font-family: Inter;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  width: 19.8958333333vw;
  margin: auto;
}
@media (max-width: 990px) {
  .grow .heading p {
    font-size: 3.5897435897vw;
    width: 78.7179487179vw;
  }
}
.grow .single {
  border-radius: 0.8333333333vw;
  border: 0.0520833333vw solid #E9E9E9;
  background: #FFF;
  box-shadow: 0 0.2083333333vw 0.2083333333vw 0 rgba(0, 0, 0, 0.25);
  padding: 1.3020833333vw 1.0416666667vw;
}
@media (max-width: 990px) {
  .grow .single {
    border-radius: 4.1025641026vw;
    border: 0.2564102564vw solid #E9E9E9;
    box-shadow: 0 1.0256410256vw 1.0256410256vw 0 rgba(0, 0, 0, 0.25);
    padding: 6.4102564103vw 3.8461538462vw;
  }
}
.grow .single .title {
  display: flex;
  vertical-align: middle;
  align-items: center;
  padding-bottom: 1.0416666667vw;
  border-bottom: 0.0520833333vw solid #C9C9C9;
  margin-bottom: 1.0416666667vw;
}
@media (max-width: 990px) {
  .grow .single .title {
    padding-bottom: 3.8461538462vw;
    border-bottom: 0.2564102564vw solid #C9C9C9;
    margin-bottom: 3.8461538462vw;
  }
}
.grow .single .title .icon {
  display: flex;
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  padding: 0.78125vw;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 3.3333333333vw;
  background: #EAF8ED;
}
@media (max-width: 990px) {
  .grow .single .title .icon {
    width: 12.8205128205vw;
    height: 12.8205128205vw;
    padding: 2.5641025641vw;
    border-radius: 16.4102564103vw;
  }
}
.grow .single .title .icon svg {
  width: 2.0413020833vw;
  height: 1.8630729167vw;
}
@media (max-width: 990px) {
  .grow .single .title .icon svg {
    width: 6.4102564103vw;
    height: 6.4102564103vw;
  }
}
.grow .single .title .text {
  padding-left: 0.78125vw;
}
@media (max-width: 990px) {
  .grow .single .title .text {
    padding-left: 2.5641025641vw;
  }
}
.grow .single .title .text h4 {
  color: #181818;
  /* h3 */
  font-family: Manrope;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 0.46875vw;
}
@media (max-width: 990px) {
  .grow .single .title .text h4 {
    font-size: 5.1282051282vw;
    margin-bottom: 2.3076923077vw;
  }
}
.grow .single .title .text p {
  color: #676767;
  /* Paragraph text size */
  font-family: Inter;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.converter(2) */
  margin: 0;
}
@media (max-width: 990px) {
  .grow .single .title .text p {
    font-size: 3.5897435897vw;
  }
}
.grow .single ul {
  padding: 0 0.78125vw;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 990px) {
  .grow .single ul {
    padding: 0;
  }
}
.grow .single ul li {
  display: flex;
  margin-bottom: 0.78125vw;
}
@media (max-width: 990px) {
  .grow .single ul li {
    margin-bottom: 5.641025641vw;
  }
}
.grow .single ul li .icon {
  display: flex;
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  padding: 0.46875vw;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border-radius: 0.46875vw;
  background: #EAF8ED;
}
@media (max-width: 990px) {
  .grow .single ul li .icon {
    width: 10.2564102564vw;
    height: 10.2564102564vw;
    padding: 2.0512820513vw;
    border-radius: 2.0512820513vw;
  }
}
.grow .single ul li .icon svg {
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}
@media (max-width: 990px) {
  .grow .single ul li .icon svg {
    width: 6.1538461538vw;
    height: 6.1538461538vw;
  }
}
.grow .single ul li .text {
  padding-left: 0.5208333333vw;
}
@media (max-width: 990px) {
  .grow .single ul li .text {
    padding-left: 2.5641025641vw;
  }
}
.grow .single ul li .text h5 {
  color: #181818;
  /* h4 */
  font-family: Manrope;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}
@media (max-width: 990px) {
  .grow .single ul li .text h5 {
    font-size: 3.5897435897vw;
    margin-bottom: 1.0256410256vw;
  }
}
.grow .single ul li .text p {
  color: #676767;
  /* Paragraph text size */
  font-family: Inter;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 990px) {
  .grow .single ul li .text p {
    font-size: 3.5897435897vw;
    margin-bottom: 0;
  }
}
.grow .single a {
  display: flex;
  width: 21.875vw;
  max-height: 2.0833333333vw;
  padding: 0.5208333333vw 1.25vw;
  justify-content: center;
  align-items: center;
  border-radius: 3.5416666667vw;
  border: 0.1041666667vw solid var(--Secondry-color, #00A148);
  background: rgba(255, 255, 255, 0.8);
  color: var(--Secondry-color, #00A148);
  text-align: center;
  /* Paragraph text size */
  font-family: Inter;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.converter(2) */
  text-decoration: none;
  max-width: 100%;
}
@media (max-width: 990px) {
  .grow .single a {
    width: 80.5128205128vw;
    max-height: 10.2564102564vw;
    padding: 2.5641025641vw 6.1538461538vw;
    border-radius: 17.4358974359vw;
    border: 0.5128205128vw solid var(--Secondry-color, #00A148);
    font-size: 4.1025641026vw;
  }
}
.grow .single a.filled {
  background: var(--Secondry-color, #00A148);
  color: #FFF;
}
.grow .image {
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.grow .image img {
  width: 100%;
}

.type {
  background: #F8F8F8;
  padding: 4.1666666667vw 0;
}
@media (max-width: 990px) {
  .type {
    padding: 7.6923076923vw 0;
  }
}
.type .container-fluid {
  max-width: 73.9583333333vw;
}
@media (max-width: 990px) {
  .type .container-fluid {
    max-width: 100%;
  }
}
.type .heading h5 {
  color: #000;
  text-align: center;
  /* h2 */
  font-family: Manrope;
  font-size: 1.875vw;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 39.converter(6) */
  margin-bottom: 1.5625vw;
}
@media (max-width: 990px) {
  .type .heading h5 {
    font-size: 6.1538461538vw;
    margin: auto;
    margin-bottom: 5.1282051282vw;
    font-weight: 700;
    width: 70.5128205128vw;
  }
}
.type .typelist ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.5208333333vw;
  list-style-type: none;
  padding: 0;
}
@media (max-width: 990px) {
  .type .typelist ul {
    margin: -1.2820512821vw;
  }
}
.type .typelist ul li {
  padding: 0.5208333333vw;
  width: 20%;
}
@media (max-width: 990px) {
  .type .typelist ul li {
    padding: 1.2820512821vw;
    width: 50%;
  }
}
.type .typelist ul li a {
  text-decoration: none;
}
.type .typelist ul li .single {
  border-radius: 0.78125vw;
  background: #FFF;
  box-shadow: 0 0.2083333333vw 0.2083333333vw 0 rgba(0, 0, 0, 0.1);
  padding: 1.0416666667vw 1.3020833333vw;
  height: 100%;
}
@media (max-width: 990px) {
  .type .typelist ul li .single {
    border-radius: 3.8461538462vw;
    box-shadow: 0 1.0256410256vw 1.0256410256vw 0 rgba(0, 0, 0, 0.1);
    padding: 2.5641025641vw 5.1282051282vw;
  }
}
.type .typelist ul li .single .icon {
  width: 9.375vw;
  height: 9.375vw;
  aspect-ratio: 1/1;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  margin: auto;
}
@media (max-width: 990px) {
  .type .typelist ul li .single .icon {
    width: 24.6494871795vw;
    height: 24.6494871795vw;
    aspect-ratio: 1/1;
  }
}
.type .typelist ul li .single .icon img {
  width: 5.3645833333vw;
  height: 5vw;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 990px) {
  .type .typelist ul li .single .icon img {
    width: 17.9487179487vw;
    height: 17.9487179487vw;
  }
}
.type .typelist ul li .single .text h5 {
  color: var(--Heading-text, #181818);
  text-align: center;
  /* h3 */
  font-family: Manrope;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 26.converter(4) */
  margin-bottom: 0.4166666667vw;
}
@media (max-width: 990px) {
  .type .typelist ul li .single .text h5 {
    font-size: 4.6153846154vw;
    margin-bottom: 1.2820512821vw;
  }
}
.type .typelist ul li .single .text p {
  color: var(--text-color, #575757);
  text-align: center;
  /* Paragraph text size */
  font-family: Inter;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.converter(2) */
  margin: 0;
}
@media (max-width: 990px) {
  .type .typelist ul li .single .text p {
    font-size: 3.5897435897vw;
  }
}

.testimonials {
  padding: 4.1666666667vw 0;
}
@media (max-width: 990px) {
  .testimonials {
    padding: 7.6923076923vw 0;
  }
}
.testimonials .container-fluid {
  padding: 0;
}
.testimonials .pills {
  display: flex;
  width: 9.1145833333vw;
  height: 1.6666666667vw;
  padding: 0.3125vw 0.8333333333vw 0.3125vw 0.8333333333vw;
  justify-content: center;
  align-items: center;
  border-radius: 1.7708333333vw;
  background: #FFF;
  box-shadow: 0 0.2604166667vw 0.2604166667vw -0.15625vw rgba(0, 0, 0, 0.09), 0 0.0520833333vw 0.0520833333vw -0.1041666667vw rgba(0, 0, 0, 0.18), 0 0.0156770833vw 0.0156770833vw -0.06078125vw rgba(0, 0, 0, 0.2), 0 0 0 0.0520833333vw rgba(0, 0, 0, 0.1);
  color: var(--Secondry-color, #00A148);
  font-family: Inter;
  font-size: 0.7291666667vw;
  font-style: normal;
  font-weight: 500;
  line-height: 0.9895833333vw;
  /* 140% */
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 0.78125vw;
}
@media (max-width: 990px) {
  .testimonials .pills {
    width: 44.8717948718vw;
    height: 8.2051282051vw;
    padding: 1.5384615385vw 4.1025641026vw 1.5384615385vw 4.1025641026vw;
    border-radius: 8.7179487179vw;
    box-shadow: 0 1.2820512821vw 1.2820512821vw -0.7692307692vw rgba(0, 0, 0, 0.09), 0 0.2564102564vw 0.2564102564vw -0.5128205128vw rgba(0, 0, 0, 0.18), 0 0.0771794872vw mconverter 0.301 -0.2992307692vw rgba(0, 0, 0, 0.2), 0 0 0 0.2564102564vw rgba(0, 0, 0, 0.1);
    font-size: 3.5897435897vw;
    line-height: 4.8717948718vw;
    margin-bottom: 3.8461538462vw;
  }
}
.testimonials .pills svg {
  margin-right: 0.2604166667vw;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
}
@media (max-width: 990px) {
  .testimonials .pills svg {
    margin-right: 1.2820512821vw;
    width: 4.1025641026vw;
    height: 4.1025641026vw;
  }
}
.testimonials .heading {
  margin-bottom: 1.5625vw;
}
@media (max-width: 990px) {
  .testimonials .heading {
    margin-bottom: 2.5641025641vw;
  }
}
.testimonials .heading h4 {
  color: var(--Heading-text, #181818);
  /* h2 */
  font-family: Manrope;
  font-size: 1.875vw;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  margin: auto;
  margin-bottom: 0.5208333333vw;
  text-align: center;
  max-width: 52.0833333333vw;
}
@media (max-width: 990px) {
  .testimonials .heading h4 {
    font-size: 5.641025641vw;
    margin-bottom: 2.5641025641vw;
    max-width: 94.8717948718vw;
  }
}
.testimonials .heading p {
  color: var(--text-color, #575757);
  text-align: center;
  /* Paragraph text size */
  font-family: Inter;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  width: 32.03125vw;
  margin: auto;
}
@media (max-width: 990px) {
  .testimonials .heading p {
    font-size: 3.5897435897vw;
    width: 90.5128205128vw;
  }
}
.testimonials .testimonialSwiper .swiper-wrapper,
.testimonials .testimonialSwiper2 .swiper-wrapper {
  padding: 0.625vw 0;
}
@media (max-width: 990px) {
  .testimonials .testimonialSwiper .swiper-wrapper,
  .testimonials .testimonialSwiper2 .swiper-wrapper {
    padding: 3.0769230769vw 0;
  }
}
.testimonials .testimonialSwiper .swiper-wrapper .swiper-slide,
.testimonials .testimonialSwiper2 .swiper-wrapper .swiper-slide {
  width: 27.0833333333vw;
  padding: 0 0.5208333333vw;
  transition: 0.5s linear;
}
@media (max-width: 990px) {
  .testimonials .testimonialSwiper .swiper-wrapper .swiper-slide,
  .testimonials .testimonialSwiper2 .swiper-wrapper .swiper-slide {
    width: 90.7692307692vw;
    padding: 0 1.2820512821vw;
  }
}
.testimonials .single {
  padding: 1.25vw;
  border-radius: 1.25vw;
  background: #FFF;
  box-shadow: 0 0.5208333333vw 0.5208333333vw -0.2083333333vw rgba(0, 0, 0, 0.06), 0 0.11921875vw 0.11921875vw -0.1302083333vw rgba(0, 0, 0, 0.16), 0 0.0313541667vw 0.0313541667vw -0.0651041667vw rgba(0, 0, 0, 0.18), 0 0 0 0.0520833333vw rgba(0, 0, 0, 0.1);
}
@media (max-width: 990px) {
  .testimonials .single {
    padding: 2.5641025641vw 3.8461538462vw;
    border-radius: 6.1538461538vw;
    box-shadow: 0 2.5641025641vw 2.5641025641vw -1.0256410256vw rgba(0, 0, 0, 0.06), 0 0.5869230769vw 0.5869230769vw -0.641025641vw rgba(0, 0, 0, 0.16), 0 0.1543589744vw 0.1543589744vw -0.3205128205vw rgba(0, 0, 0, 0.18), 0 0 0 0.2564102564vw rgba(0, 0, 0, 0.1);
  }
}
.testimonials .single .descripition {
  margin-bottom: 2.0833333333vw;
}
@media (max-width: 990px) {
  .testimonials .single .descripition {
    margin-bottom: 5.1282051282vw;
  }
}
.testimonials .single .descripition p {
  color: var(--text-color, #575757);
  /* Paragraph text size */
  font-family: Inter;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 990px) {
  .testimonials .single .descripition p {
    font-size: 3.5897435897vw;
  }
}
.testimonials .single .user {
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: space-between;
}
.testimonials .single .user .name {
  width: calc(100% - 3.3333333333vw);
}
@media (max-width: 990px) {
  .testimonials .single .user .name {
    width: calc(100% - 16.4102564103vw);
  }
}
.testimonials .single .user .name h5 {
  color: var(--Heading-text, #181818);
  font-family: Petrona;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* converter(22) */
  margin-bottom: 0.4166666667vw;
}
@media (max-width: 990px) {
  .testimonials .single .user .name h5 {
    font-size: 4.6153846154vw;
    margin-bottom: 2.0512820513vw;
  }
}
.testimonials .single .user .name p {
  color: var(--text-color, #575757);
  font-family: Inter;
  font-size: 0.7291666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 0.8333333333vw;
  /* 120% */
  margin-bottom: 0;
}
@media (max-width: 990px) {
  .testimonials .single .user .name p {
    font-size: 3.5897435897vw;
    line-height: 4.1025641026vw;
  }
}
.testimonials .single .user .image {
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 990px) {
  .testimonials .single .user .image {
    width: 16.4102564103vw;
    height: 16.4102564103vw;
  }
}
.testimonials .single .user .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cta {
  margin-bottom: 2.6041666667vw;
}
.cta .container-fluid .wrapper {
  width: 73.9583333333vw;
  height: 8.3333333333vw;
  border-radius: 1.5625vw;
  background: #2C2C2C;
  padding-top: 1.5625vw;
  margin: auto;
  position: relative;
  overflow: hidden;
}
@media (max-width: 990px) {
  .cta .container-fluid .wrapper {
    width: 90.5128205128vw;
    height: 35.8974358974vw;
    border-radius: 2.5641025641vw;
    padding-top: 5.1282051282vw;
  }
}
.cta .container-fluid .wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15.78125vw;
  height: 8.3333333333vw;
  background-image: url("../images/Right Pattern.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 990px) {
  .cta .container-fluid .wrapper::before {
    width: 77.6923076923vw;
    height: 41.0256410256vw;
    left: -32.8205128205vw;
  }
}
.cta .container-fluid .wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 18.6979166667vw;
  height: 8.3333333333vw;
  background-image: url("../images/Right Pattern (1).png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 990px) {
  .cta .container-fluid .wrapper::after {
    width: 92.0512820513vw;
    height: 41.0256410256vw;
    right: -43.5897435897vw;
  }
}
.cta .container-fluid .wrapper h6 {
  color: #FFF;
  text-align: center;
  /* h2 */
  font-family: Manrope;
  font-size: 1.875vw;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 0.78125vw;
}
@media (max-width: 990px) {
  .cta .container-fluid .wrapper h6 {
    font-size: 4.6153846154vw;
    width: 62.0512820513vw;
    margin: auto;
    margin-bottom: 3.8461538462vw;
  }
}
.cta .container-fluid .wrapper a {
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  width: 11.09375vw;
  padding: 0.7291666667vw 2.0833333333vw;
  justify-content: center;
  align-items: center;
  gap: 0.2604166667vw;
  border-radius: 3.6458333333vw;
  background: var(--Highlight, #5CFFA5);
  color: #5A5A5A;
  font-family: Inter;
  font-size: 0.7291666667vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  margin: auto;
}
@media (max-width: 990px) {
  .cta .container-fluid .wrapper a {
    width: 54.6153846154vw;
    padding: 3.5897435897vw 10.2564102564vw;
    gap: 1.2820512821vw;
    border-radius: 17.9487179487vw;
    font-size: 3.5897435897vw;
  }
}/*# sourceMappingURL=homepage.css.map */