/* Hero Styles */
.chf-hero {
  height: calc(100vh - 99px);
  padding-bottom: 0;
}

.chf-hero .wrapper {
  justify-content: center;
  text-align: center;
}

.chf-hero-img-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.chf-hero-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  filter: brightness(60%);
}

.chf-hero .chf-hero-title {
  color: #ffffff;
}

.chf-hero .chf-hero-subtitle {
  color: #ffffff;
  margin-bottom: 24px;
  letter-spacing: 8%;
}

/* Video Section */
.chf-video {
  position: relative;
  height: auto;
}

.chf-video .video-section__btn {
  z-index: 99;
}

.chf-video.hide-video {
  display: none;
}

/* Gradient Section */
.chf-gradient-bg {
  background: linear-gradient(to top right, #ffb530, #f35b59, #fb3099);
}

.chf-gradient-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1440px;
  margin: 0 auto;
}

.chf-gradient-img {
  align-self: baseline;
  flex: 1;
  margin: 0;
  padding: 0;
  height: 100%;
}

.chf-gradient-content {
  flex: 1;
  color: #ffffff;
  text-align: center;
  padding: 32px 24px;
}

.chf-gradient-content h3 {
  color: #ffffff;
}

.chf-gradient-title {
  max-width: 500px;
  text-align: left;
}

.chf-gradient-blue {
  background: linear-gradient(to top right, #00b140, #20c0d8);
  position: relative;
}

.chf-gradient-blue .chf-gradient-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1440px;
}

.chf-gradient-blue .chf-gradient-content {
  text-align: left;
}

.chf-gradient-blue .chf-gradient-img {
  text-align: right;
}

/* Content Overrides */
.chf-eyebrow {
  font-size: 32px !important;
  color: #20c1dc !important;
}

.chf-title-h3 {
  color: #0177c8;
}

.chf-landing-page .lr .lr__content,
.chf-landing-page .lr .lr__image {
  flex: 1 !important;
}

.chf-landing-page .lr .lr__image {
  max-width: 50% !important;
  height: auto;
}

.chf-landing-page .lr .lr__image img {
  position: absolute;
}

.chf-landing-page .lr {
  width: 100%;
}

.chf-content .btn {
  opacity: 1;
}

.chf-content .btn--secondary.chf {
  background-color: #20c1dc;
  border: 1px solid #20c1dc;
  color: #ffffff;
}

.chf-content .btn--secondary.chf:hover {
  background-color: #087bca;
  border: 1px solid #087bca;
  color: #ffffff;
}

/* Quote Section */
.chf-quotes {
  background: #20c1dc;
}

.chf-quotes .blockquote__text,
.chf-quotes .blockquote__cite {
  color: #ffffff;
}

.chf-quote-icon {
  width: 45px;
  height: 45px;
  margin-bottom: 24px;
}

.chf-quote-icon img {
  width: 100%;
  height: auto;
}

/* Let's Connect Section */
.chf-lets-connect {
  background: #077bca;
  padding: 48px 0 60px;
}

.chf-lets-connect .wrapper {
  text-align: center;
}

.chf-lets-connect .sbs__title {
  color: #ffffff;
  margin-bottom: 0;
}

.chf-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: 24px 0;
}

.chf-buttons .btn--secondary.chf {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #3375c2;
}

.chf-buttons .btn--secondary.chf:hover {
  background-color: #20c1dc;
  border: 1px solid #20c1dc;
  color: #ffffff;
}

.chf-buttons .btn--secondary.chf-outline {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.chf-buttons .btn--secondary.chf-outline:hover {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #3375c2;
}

/* Mobile Styles */
@media (min-width: 1025px) {
  .chf-hero-img-wrapper {
    min-height: 800px;
  }
}

@media (max-width: 1024px) {
  .chf-hero {
    background: none;
    height: auto;
    padding-bottom: 0;
    display: flex;
    flex-direction: column-reverse;
  }

  .chf-hero-img-wrapper {
    position: relative;
    width: 100%;
    height: 300px;
    min-height: none !important;
    max-height: 300px;
  }

  .chf-hero .hero__wrap {
    padding: 48px 0;
  }

  .hero.chf-hero {
    padding-top: 0;
  }

  .chf-hero .chf-hero-title {
    color: #337bca;
  }

  .chf-hero .chf-hero-subtitle {
    color: #707070;
  }

  .chf-landing-page .lr .lr__image.chf-video {
    width: 100%;
    height: auto;
    max-width: none !important;
  }

  .chf-gradient-wrapper {
    flex-direction: column-reverse;
    padding: 48px 16px 0;
  }

  .chf-landing-page .lr .lr__image {
    max-width: none !important;
    width: 100%;
    height: auto;
    min-height: 300px;
  }

  .chf-gradient-blue {
    display: flex;
    flex-direction: column-reverse;
  }

  .chf-gradient-blue .chf-gradient-wrapper {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    max-width: none;
  }

  .chf-buttons {
    flex-direction: column;
    align-items: center;
  }

  .chf-buttons .btn--secondary.chf {
    width: 100%;
  }

  .chf-hero-img {
    filter: brightness(100%);
  }

  .chf-landing-page .lr .lr__image img {
    position: relative;
  }
}

.hero.chf-hero {
  background: none !important;
}

.chf-bullet li:before {
  color: #ffffff;
}

@media (min-width: 1025px) and (max-width: 1250px) {
  .chf-landing .sbs .lr__content.sbs__content {
    flex: 1;
  }

  .chf-landing-page .sbs.lr--reverse .sbs__content {
    margin-left: 0 !important;
  }

  .chf-landing-page .sbs__content {
    margin-right: 0 !important;
  }

  .chf-landing-page .lr--reverse .sbs__content {
    margin-right: auto !important;
  }

  .chf-landing-page .lr--reverse .lr__content {
    padding: 60px 20px 60px 60px !important;
  }
}

@media (max-width: 1024px) {
  .chf-landing-page .lr--reverse .lr__content {
    padding: 60px 20px 60px 20px !important;
  }

  .chf-landing-page {
    margin-top: 84px !important;
  }
}
