.hero-header .hero-header-content .hero-header-button {
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  border-radius: 60px;
  text-decoration: none;
  padding: 12px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border: 1px solid transparent;
}
.hero-header .hero-header-content .hero-header-button svg {
  margin-right: 10px;
}
.hero-header .hero-header-content .hero-header-button:disabled {
  opacity: 0.5;
}
.hero-header .hero-header-content .hero-header-button:disabled:hover {
  cursor: not-allowed;
}

.hero-header .hero-header-content .hero-header-button {
  background-color: #88BC23;
  color: #061D41;
}
.hero-header .hero-header-content .hero-header-button:hover:not(:disabled) {
  background-color: #fff !important;
  border: 1px solid #88BC23;
}

.hero-header {
  position: relative;
  min-height: 420px;
  height: 600px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .hero-header {
    height: 556px;
  }
}
.hero-header .hero-header-background-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-header .hero-header-background-slider,
.hero-header .hero-header-background-slider .slick-list,
.hero-header .hero-header-background-slider .slick-track {
  height: 100%;
}
.hero-header .hero-header-background-slide {
  height: 100%;
}
.hero-header .hero-header-background-slide > div {
  height: 100%;
}
.hero-header .hero-header-background-image {
  display: block;
  width: 100%;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: cover;
  object-position: center;
}
.hero-header .hero-header-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0.42) 45%, rgba(0, 0, 0, 0.08) 70%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.hero-header .hero-header-content {
  position: relative;
  z-index: 2;
  max-width: 596px;
  padding-left: 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width: 600px) {
  .hero-header .hero-header-content {
    padding-left: 0;
    max-width: 100%;
    gap: 15px;
  }
}
.hero-header .hero-header-content > h1, .hero-header .hero-header-content > p, .hero-header .hero-header-content > h2, .hero-header .hero-header-content > h3 {
  color: #88BC23;
  font-weight: 700;
  letter-spacing: -1.08px;
  line-height: 61px !important;
}
@media screen and (max-width: 600px) {
  .hero-header .hero-header-content > h1, .hero-header .hero-header-content > p, .hero-header .hero-header-content > h2, .hero-header .hero-header-content > h3 {
    line-height: 42px !important;
    letter-spacing: -0.75pt;
    width: 80%;
  }
}
.hero-header .hero-header-content .subtitle p, .hero-header .hero-header-content .subtitle h1, .hero-header .hero-header-content .subtitle h2, .hero-header .hero-header-content .subtitle h3, .hero-header .hero-header-content .subtitle div {
  color: #fff;
  font-size: 28px;
  font-weight: normal;
  letter-spacing: -0.47px;
}
@media screen and (max-width: 600px) {
  .hero-header .hero-header-content .subtitle p, .hero-header .hero-header-content .subtitle h1, .hero-header .hero-header-content .subtitle h2, .hero-header .hero-header-content .subtitle h3, .hero-header .hero-header-content .subtitle div {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -0.37px;
    width: 65%;
  }
  .hero-header .hero-header-content .subtitle p b, .hero-header .hero-header-content .subtitle h1 b, .hero-header .hero-header-content .subtitle h2 b, .hero-header .hero-header-content .subtitle h3 b, .hero-header .hero-header-content .subtitle div b {
    color: #fff;
  }
}
.hero-header .hero-header-content .hero-header-button {
  font-size: 19px;
  height: 58px;
  width: 217px;
  text-align: center;
  padding: 0;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  .hero-header .hero-header-content .hero-header-button {
    font-size: 15px;
    height: 42px;
    width: 175px;
  }
}
.hero-header .hero-header-content .testimonials {
  max-width: 526px;
  margin-left: -20px;
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .hero-header .hero-header-content .testimonials {
    max-width: 285pt;
    margin: 0 auto;
  }
}
.hero-header .hero-header-content .testimonials .slick-track {
  display: flex;
}
.hero-header .hero-header-content .testimonials .slick-track .testimonial-wrap {
  padding: 20px 20px 10px 20px;
  display: flex;
  height: inherit;
}
@media screen and (max-width: 600px) {
  .hero-header .hero-header-content .testimonials .slick-track .testimonial-wrap {
    padding: 10px 1rem 5px 1.5rem;
  }
}
.hero-header .hero-header-content .testimonials .slick-track .testimonial-wrap .testimonial {
  background: #fff;
  border-radius: 30px;
  padding: 30px 30px 10px 30px;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .hero-header .hero-header-content .testimonials .slick-track .testimonial-wrap .testimonial {
    max-width: 100%;
    flex-wrap: wrap;
    padding: 14px 14px 14px 24px;
  }
}
.hero-header .hero-header-content .testimonials .slick-track .testimonial-wrap .testimonial .quote-icon {
  position: absolute;
  top: 18px;
  left: -20px;
}
.hero-header .hero-header-content .testimonials .slick-track .testimonial-wrap .testimonial .quote {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .hero-header .hero-header-content .testimonials .slick-track .testimonial-wrap .testimonial .quote {
    margin-bottom: 10px;
  }
}
.hero-header .hero-header-content .testimonials .slick-track .testimonial-wrap .testimonial .quote p {
  color: #061D41;
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .hero-header .hero-header-content .testimonials .slick-track .testimonial-wrap .testimonial .quote p {
    font-size: 14px;
  }
}
.hero-header .hero-header-content .testimonials .slick-track .testimonial-wrap .testimonial .image {
  width: 133px;
  height: 40px;
  display: none;
}
.hero-header .hero-header-content .testimonials .slick-track .testimonial-wrap .testimonial .image img {
  height: 100% !important;
  width: 100% !important;
  object-fit: contain;
}
.hero-header .hero-header-content .testimonials .slick-dots {
  display: flex;
  justify-content: flex-end;
  margin-left: -15px;
}
.hero-header .hero-header-content .testimonials .slick-dots li {
  width: 8px;
}
.hero-header .hero-header-content .testimonials .slick-dots li button {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
.hero-header .hero-header-content .testimonials .slick-dots li button:before {
  display: none;
}
.hero-header .hero-header-content .testimonials .slick-dots li.slick-active button {
  background: #fff;
}

/*# sourceMappingURL=hero-header.css.map */
