.sa-hero {
  background-color: #02361C;
  position: relative;
  overflow: hidden;
}
.sa-hero .highlight {
  color: #F1DF40;
}
.sa-hero__wrap {
  width: 90vw;
  margin: 0 auto;
  max-width: 1240px;
  position: relative;
  z-index: 3;
  padding: clamp(2.5rem, 1.7788461538rem + 2.8846153846vw, 4.375rem) 0;
  display: flex;
  flex-direction: column;
  gap: clamp(1.75rem, 1.2692307692rem + 1.9230769231vw, 3rem);
}
.sa-hero__content {
  max-width: 45rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1.75rem, 1.2692307692rem + 1.9230769231vw, 3rem);
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .sa-hero__content {
    text-align: left;
    align-items: flex-start;
  }
}
.sa-hero__buttons {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: stretch;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .sa-hero__buttons {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
  }
}
.sa-hero__eyebrow {
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 18.75rem;
  color: white;
  text-align: center;
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(0.75rem, 0.5576923077rem + 0.7692307692vw, 1.25rem);
  font-style: italic;
  font-weight: 900;
  line-height: 1.45em;
  padding: clamp(0.5rem, 0.4038461538rem + 0.3846153846vw, 0.75rem) clamp(1.875rem, 1.6346153846rem + 0.9615384615vw, 2.5rem);
  margin: 0;
}
.sa-hero__heading {
  color: white;
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(1.875rem, 0.7932692308rem + 4.3269230769vw, 4.6875rem);
  font-style: normal;
  font-weight: 900;
  line-height: 1.15em;
  text-transform: none;
  text-wrap: balance;
  margin: 0;
  padding: 0;
}
.sa-hero__heading > .highlight {
  display: block;
}
.sa-hero__desc {
  color: white;
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(1rem, 0.8557692308rem + 0.5769230769vw, 1.375rem);
  font-style: normal;
  font-weight: 900;
  line-height: 1.25em;
  text-wrap: pretty;
  padding: 0;
  margin: 0;
}
.sa-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  user-select: none;
  pointer-events: none;
}
.sa-hero__bg > img {
  width: 100%;
  height: 100%;
  object-fit: var(--sa-hero-bg-size, cover);
  object-position: var(--sa-hero-bg-position, center center);
  position: relative;
  z-index: 1;
}
.sa-hero__bg--has-mobile > img.desktop {
  display: none;
}
@media screen and (min-width: 1024px) {
  .sa-hero__bg--has-mobile > img.desktop {
    display: block;
  }
  .sa-hero__bg--has-mobile > img.mobile {
    display: none;
  }
}
.sa-hero__bg--has-overlay::after {
  position: absolute;
  inset: 0;
  content: "";
  z-index: 2;
  background: var(--sa-hero-overlay, linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 75.9%));
}
.sa-hero__reviews {
  text-decoration: none;
  color: white;
  display: flex;
  flex-direction: row;
  gap: clamp(1rem, 0.7115384615rem + 1.1538461538vw, 1.75rem);
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  transition: color 0.3s ease;
}
a.sa-hero__reviews:hover {
  color: #D3D3D3;
}
a.sa-hero__reviews:focus-visible {
  outline: 2px dotted white;
  outline-offset: 3px;
}

.sa-hero__reviews-badge {
  background-color: white;
  width: clamp(3.125rem, 2.6442307692rem + 1.9230769231vw, 4.375rem);
  height: clamp(3.125rem, 2.6442307692rem + 1.9230769231vw, 4.375rem);
  padding: 0.5rem;
  border-radius: 999rem;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sa-hero__reviews-badge > img {
  width: clamp(1.625rem, 1.2884615385rem + 1.3461538462vw, 2.5rem);
  height: clamp(1.625rem, 1.2884615385rem + 1.3461538462vw, 2.5rem);
}
.sa-hero__reviews-meta {
  display: flex;
  flex-direction: row;
  gap: clamp(1rem, 0.7115384615rem + 1.1538461538vw, 1.75rem);
  align-items: stretch;
  flex-wrap: nowrap;
}
.sa-hero__reviews-meta > .sep {
  align-self: stretch;
  width: 1px;
  background-color: white;
}
.sa-hero__reviews-count, .sa-hero__reviews-rating {
  font-family: "Source Sans 3", sans-serif;
  font-style: normal;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.sa-hero__reviews-count > .value, .sa-hero__reviews-rating > .value {
  display: block;
  font-weight: 900;
  font-size: clamp(1.875rem, 1.5384615385rem + 1.3461538462vw, 2.75rem);
  line-height: 1.25em;
}
.sa-hero__reviews-count > .label, .sa-hero__reviews-rating > .label {
  display: block;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.7307692308rem + 0.5769230769vw, 1.25rem);
  line-height: 1.45em;
}
@media screen and (min-width: 375px) {
  .sa-hero__reviews-badge {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .sa-hero__reviews {
    justify-content: flex-start;
  }
}
