.content-hero-wrapper {
  width: 100%;
  background: url("/img/new_hero_section_img.png") no-repeat top center;
  background-size: cover;
  object-fit: cover;
  background-position: center -50px;
  min-height: 520px;
}
.content-hero-wrapper .star-image {
  position: absolute;
  top: -44px;
}
.content-hero-wrapper .outer-ellipse {
  position: absolute;
  right: -8px;
  bottom: -28px;
}
.content-hero-wrapper .inner-ellipse {
  position: absolute;
  right: 20px;
  bottom: -1px;
}
.content-hero-wrapper .content-components-wrapper {
  padding: 3.2rem 0 0;
  display: flex;
  align-items: start;
  min-height: inherit;
}
.content-hero-wrapper .content-components-wrapper .content-main-section {
  max-width: 100%;
}
.content-hero-wrapper .content-components-wrapper .content-main-section .content-breadcrumbs {
  margin: 0;
  padding: 0;
  display: flex;
}
.content-hero-wrapper .content-components-wrapper .content-main-section .content-breadcrumbs li {
  list-style: none;
  position: relative;
  padding: 0 0.7rem;
}
.content-hero-wrapper .content-components-wrapper .content-main-section .content-breadcrumbs li a {
  font-size: 0.75rem;
  font-weight: 600;
  color: #797878;
  line-height: 1.5rem;
  font-family: var(--main-font, "Filson Pro");
  text-decoration: none;
}
.content-hero-wrapper .content-components-wrapper .content-main-section .content-breadcrumbs li a::after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  right: -0.4rem;
  top: 0.35rem;
  background-image: url("/icons/right-arrow.svg");
  background-size: cover;
  filter: invert(1);
  opacity: 0.5;
}
.content-hero-wrapper .content-components-wrapper .content-main-section .content-breadcrumbs li:last-child a {
  color: #3f3f3f !important;
}
.content-hero-wrapper .content-components-wrapper .content-main-section .content-breadcrumbs li:last-child a::after {
  display: none;
}
.content-hero-wrapper .content-components-wrapper .content-main-section h1 {
  top: 2rem;
  line-height: normal !important;
  font-size: 2rem;
  font-weight: 700;
  color: #174035;
  line-height: 1.5rem;
  font-family: var(--main-font, "Filson Pro");
}
.content-hero-wrapper .content-components-wrapper .content-main-section .content-details {
  padding-left: 0.6rem;
  padding-top: 3rem;
}
.content-hero-wrapper .content-components-wrapper .content-main-section .content-details .content-description p {
  font-size: 12px;
  font-weight: 400;
  color: #174035;
  line-height: 1.8rem;
  font-family: var(--main-font, "Filson Pro");
  padding: 0 !important;
  margin: 0 !important;
}
.content-hero-wrapper .content-components-wrapper .content-main-section .content-details .content-feature-wrapper {
  margin-top: 1.3rem;
  max-width: 45%;
}
.content-hero-wrapper .content-components-wrapper .content-main-section .content-details .content-feature-wrapper .content-feature {
  display: flex;
  justify-content: start;
  align-items: center;
  border: 1px solid rgba(0, 65, 53, 0.0784313725);
  padding: 12px;
  margin-bottom: 12px;
  border-radius: 4px;
  background: rgba(0, 65, 53, 0.0509803922);
}
.content-hero-wrapper .content-components-wrapper .content-main-section .content-details .content-feature-wrapper .content-feature img {
  margin-right: 5px;
}
.content-hero-wrapper .content-components-wrapper .content-main-section .content-details .content-other-description {
  margin-top: 2rem;
}
.content-hero-wrapper .content-components-wrapper .content-main-section .content-details .content-other-description p {
  font-size: 12px;
  font-weight: 400;
  color: #174035;
  line-height: 1.2rem;
  font-family: var(--main-font, "Filson Pro");
}
.content-hero-wrapper .content-components-wrapper .appcta {
  margin-top: 30px;
}
.content-hero-wrapper .content-components-wrapper .appcta .headingAppCta {
  font-size: 1.1rem;
  font-weight: 500;
  color: #000;
  line-height: 1.25rem;
  font-family: var(--main-font, "Filson Pro");
}
.content-hero-wrapper .content-components-wrapper .appcta .appIconsWrap {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.content-hero-wrapper .content-components-wrapper .appcta .appIconsWrap .apIConta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.content-hero-wrapper .content-components-wrapper .appcta .appIconsWrap .apIConta .qrAPP {
  width: 125px;
  height: 125px;
}
.content-hero-wrapper .content-components-wrapper .appcta .appIconsWrap .apIConta .iconap {
  height: 60px;
}
.content-hero-wrapper .content-components-wrapper .cta_srb_section {
  max-width: 49%;
  z-index: 99;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-hero-wrapper .content-components-wrapper .cta_srb_section img {
  width: 100%;
  height: 100%;
}

.content-scroll-wrapper {
  scroll-margin: 110px;
}

@media (min-width: 600px) and (max-width: 1024px) {
  .content-hero-wrapper {
    width: 100%;
    background: url("/img/hero_section_bg_mob.webp") no-repeat center center;
    min-height: 500px;
    padding-bottom: 0;
  }
  .content-hero-wrapper .content-components-wrapper {
    flex-direction: column;
  }
  .content-hero-wrapper .content-components-wrapper .content-main-section {
    width: 100%;
    max-width: 100% !important;
    margin: 0 !important;
  }
  .content-hero-wrapper .content-components-wrapper .content-main-section .content-breadcrumbs {
    justify-content: center;
  }
  .content-hero-wrapper .content-components-wrapper .content-main-section h1 {
    text-align: center;
    white-space: nowrap;
  }
  .content-hero-wrapper .content-components-wrapper .content-main-section .content-details {
    padding-left: 0 !important;
    text-align: center;
    padding-top: 1.5rem;
  }
  .content-hero-wrapper .content-components-wrapper .content-main-section .content-details .content-description,
  .content-hero-wrapper .content-components-wrapper .content-main-section .content-details .content-other-description {
    text-align: center;
  }
  .content-hero-wrapper .content-components-wrapper .content-main-section .content-details .content-feature-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
  }
  .content-hero-wrapper .content-components-wrapper .appcta {
    margin-top: 10px;
  }
  .content-hero-wrapper .content-components-wrapper .appcta .headingAppCta {
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    line-height: 1.25rem;
    font-family: var(--main-font, "Filson Pro");
  }
  .content-hero-wrapper .content-components-wrapper .appcta .appIconsWrap {
    margin-top: 10px;
    gap: 10px;
  }
  .content-hero-wrapper .content-components-wrapper .appcta .appIconsWrap .apIConta .qrAPP {
    display: none;
  }
  .content-hero-wrapper .content-components-wrapper .appcta .appIconsWrap .apIConta .iconap {
    width: 100%;
    height: 100%;
  }
  .content-hero-wrapper .content-components-wrapper .cta_srb_section {
    max-width: 100%;
    margin: 0;
    margin-top: 2rem;
  }
  .content-hero-wrapper .content-components-wrapper .cta_srb_section img {
    width: 100%;
  }
  .content-hero-wrapper .content-components-wrapper .content-other-description {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .content-hero-wrapper {
    background: url("/img/hero_section_bg_mob.webp") no-repeat bottom center;
    min-height: 400px;
    background-size: cover;
  }
  .content-hero-wrapper .content-components-wrapper {
    flex-direction: column;
  }
  .content-hero-wrapper .content-components-wrapper .content-main-section {
    width: 100%;
    max-width: 100% !important;
    margin: 0 !important;
  }
  .content-hero-wrapper .content-components-wrapper .content-main-section .content-breadcrumbs {
    justify-content: center;
  }
  .content-hero-wrapper .content-components-wrapper .content-main-section h1 {
    text-align: center;
  }
  .content-hero-wrapper .content-components-wrapper .content-main-section .content-details {
    padding-left: 0 !important;
    text-align: center;
  }
  .content-hero-wrapper .content-components-wrapper .content-main-section .content-details .content-description,
  .content-hero-wrapper .content-components-wrapper .content-main-section .content-details .content-other-description {
    text-align: center;
  }
  .content-hero-wrapper .content-components-wrapper .content-main-section .content-details .content-feature-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .content-hero-wrapper .content-components-wrapper .content-main-section .content-details .content-feature-wrapper .content-feature {
    padding: 9px;
    font-size: 11px;
    font-weight: 400;
    color: #174035;
    line-height: 1rem;
    font-family: var(--main-font, "Filson Pro");
  }
  .content-hero-wrapper .content-components-wrapper .appcta {
    margin-top: 10px;
  }
  .content-hero-wrapper .content-components-wrapper .appcta .headingAppCta {
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    line-height: 1.25rem;
    font-family: var(--main-font, "Filson Pro");
  }
  .content-hero-wrapper .content-components-wrapper .appcta .appIconsWrap {
    margin-top: 10px;
    gap: 10px;
  }
  .content-hero-wrapper .content-components-wrapper .appcta .appIconsWrap .apIConta .qrAPP {
    display: none;
  }
  .content-hero-wrapper .content-components-wrapper .appcta .appIconsWrap .apIConta .iconap {
    width: 100%;
    height: 100%;
  }
  .content-hero-wrapper .content-components-wrapper .cta_srb_section {
    max-width: 100%;
    margin: 0;
    margin-top: 2rem;
  }
  .content-hero-wrapper .content-components-wrapper .cta_srb_section img {
    width: 100%;
  }
  .content-hero-wrapper .content-components-wrapper .content-other-description {
    margin-top: 1rem;
  }
}

/*# sourceMappingURL=contentherosection.css.map */
