.hero--section {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.hero--section .hero--copy__container {
  position: absolute;
  display: flex;
  flex-shrink: 1;
  top: 0;
  max-width: var(--max-width);
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.hero--section .hero--copy__container .hero--copy__wrapper {
  width: 100%;
  max-width: 550px;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.hero--section .hero--copy__container .hero--copy__wrapper .hero--heading, .hero--section .hero--copy__container .hero--copy__wrapper .hero--subheading {
  font-family: "FactorA", sans-serif;
  color: var(--green1);
}
.hero--section .hero--copy__container .hero--copy__wrapper .hero--heading {
  font-size: 55px;
  font-weight: 700;
}
.hero--section .hero--copy__container .hero--copy__wrapper .hero--heading .trademark {
  font-size: 27px;
  position: relative;
  top: -15px;
}
@media screen and (max-width: 1280px) {
  .hero--section .hero--copy__container .hero--copy__wrapper .hero--heading .trademark {
    font-size: 20px;
    top: -10px;
  }
}
@media screen and (max-width: 768px) {
  .hero--section .hero--copy__container .hero--copy__wrapper .hero--heading .trademark {
    font-size: 20px;
    top: -7px;
  }
}
.hero--section .hero--copy__container .hero--copy__wrapper .hero--subheading {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.hero--section .hero--copy__container .hero--copy__wrapper .cta {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1280px) {
  .hero--section .hero--copy__container .hero--copy__wrapper {
    padding-top: 100px;
    background: var(--sand);
    padding: 25px;
    border-radius: 12px;
  }
  .hero--section .hero--copy__container .hero--copy__wrapper .hero--heading {
    font-size: 36px;
  }
  .hero--section .hero--copy__container .hero--copy__wrapper .hero--subheading {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .hero--section .hero--copy__container .hero--copy__wrapper {
    padding: 0px;
    border-radius: 0px;
    background: none;
  }
}
.hero--section .hero--copy__container .top--decorator {
  display: none;
}
.hero--section .hero--copy__container.vertically--top {
  align-items: flex-start;
}
.hero--section .hero--copy__container.vertically--center {
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .hero--section .hero--copy__container.vertically--center {
    align-items: flex-end;
    padding-bottom: 75px;
  }
}
@media screen and (max-width: 768px) {
  .hero--section .hero--copy__container.vertically--center {
    align-items: flex-start;
    padding-bottom: 0;
  }
}
.hero--section .hero--copy__container.vertically--bottom {
  align-items: flex-end;
}
.hero--section .hero--copy__container.horizontally--left {
  justify-content: flex-start;
}
.hero--section .hero--copy__container.horizontally--center {
  justify-content: center;
}
.hero--section .hero--copy__container.horizontally--right {
  justify-content: flex-end;
}
.hero--section .hero--copy__container.aligned--left {
  text-align: left;
}
.hero--section .hero--copy__container.aligned--center {
  text-align: center;
}
.hero--section .hero--copy__container.aligned--right {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .hero--section .hero--copy__container {
    position: relative;
    background: var(--sand);
  }
  .hero--section .hero--copy__container .top--decorator {
    display: flex;
  }
  .hero--section .hero--copy__container .hero--copy__wrapper {
    padding: 25px 0;
  }
  .hero--section .hero--copy__container .hero--copy__wrapper .hero--heading {
    font-size: 36px;
  }
  .hero--section .hero--copy__container .hero--copy__wrapper .hero--subheading {
    font-size: 14px;
  }
}
.hero--section .hero--background__image {
  width: 100%;
}
.hero--section .hero--background__image .image--container {
  width: 100%;
}
.hero--section .hero--background__image .image--container img {
  width: 100%;
  max-width: 100%;
}
.hero--section .hero--background__image .image--container img.desktop {
  display: block;
}
.hero--section .hero--background__image .image--container img.mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .hero--section .hero--background__image .image--container img.desktop {
    display: none;
  }
  .hero--section .hero--background__image .image--container img.mobile {
    display: block;
  }
}

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