.hero-block[data-v-fcf6bf74] {
  margin-bottom: 8rem;
}
.hero-block article[data-v-fcf6bf74] {
  display: grid;
  gap: 1rem;
  align-items: flex-start;
}
.hero-block article figure[data-v-fcf6bf74] {
  align-self: flex-start;
  grid-row: 4;
}
.hero-block article figure img[data-v-fcf6bf74] {
  width: 100%;
  border-radius: 1.5rem;
}
@media (min-width: 900px) {
.hero-block article[data-v-fcf6bf74] {
    grid-template-columns: 1fr 1fr;
}
.hero-block article figure[data-v-fcf6bf74] {
    grid-row: 1/span 3;
    grid-column: 2;
}
.hero-block article .cta-buttons[data-v-fcf6bf74] {
    grid-column: 1/span 2;
}
}
@media (min-width: 1100px) {
.hero-block article[data-v-fcf6bf74] {
    grid-template-columns: 8fr 9fr;
}
}
@media (min-width: 1500px) {
.hero-block article[data-v-fcf6bf74] {
    grid-template-columns: 3fr 4fr;
}
}
.hero-block header + p[data-v-fcf6bf74] {
  color: var(--dark-grey);
}
.hero-block .selling-points[data-v-fcf6bf74] {
  display: flex;
  justify-content: space-between;
  margin: 3rem 2rem 4rem 1rem;
  flex-wrap: wrap;
  row-gap: 2rem;
}
.hero-block .selling-points > p[data-v-fcf6bf74] {
  font-size: 80%;
  opacity: 0.6;
  width: 100%;
}
.hero-block .selling-points .stat[data-v-fcf6bf74] {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-right: 1.25rem;
}
.hero-block .selling-points .stat strong[data-v-fcf6bf74] {
  font-size: 300%;
  white-space: nowrap;
}
.hero-block .selling-points .stat small[data-v-fcf6bf74] {
  font-size: 100%;
}
.hero-block .selling-points .stat + .stat[data-v-fcf6bf74]::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 3.5rem;
  background-color: black;
  vertical-align: middle;
  margin-left: -1rem;
  margin-top: 0.5rem;
}
.hero-block .cta-buttons[data-v-fcf6bf74] {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem 0.5rem;
}
.hero-block .cta-buttons > div[data-v-fcf6bf74] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hero-block .cta-buttons .btn-primary[data-v-fcf6bf74] {
  padding: 1rem 1.5rem;
  white-space: nowrap;
}
.hero-block .cta-buttons small[data-v-fcf6bf74] {
  color: var(--dark-grey);
  overflow-wrap: break-word;
  hyphens: auto;
}
.hero-block .cta-buttons .handwritten[data-v-fcf6bf74] {
  position: relative;
  padding: 0 1.5rem;
}
.hero-block .cta-buttons .handwritten small[data-v-fcf6bf74] {
  font-family: "Grape Nuts", cursive;
  font-size: 125%;
  display: inline-block;
  transform: rotate(-5deg);
  padding: 1rem 0 0 0.25rem;
  max-width: 12rem;
}