/*******************************
CONFIGS
*******************************/
.pricing {
  background-color: #324B2A;
  color: #fff;
  overflow: hidden;
}
.pricing--curve {
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  z-index: 2;
  pointer-events: none;
}
.pricing--curve svg,
.pricing--curve img {
  display: block;
  width: 100%;
  height: auto;
}
.pricing--curve img {
  filter: brightness(0) invert(1);
}
.pricing--curve-top {
  top: 0;
}
.pricing--curve-bottom {
  bottom: 0;
}
.pricing--sustainlogo {
  position: absolute;
  right: 5vw;
  top: 5vh;
  background-image: url(../hero/images/sustainit-s.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: calc(679px / 1.5);
  width: calc(533px / 1.5);
  pointer-events: none;
}
@media (min-width: 1450px) {
  .pricing--sustainlogo {
    height: 679px;
    width: 533px;
  }
}
.pricing .sectiongraphic {
  z-index: 1;
  top: 8em;
}
.pricing--inner {
  z-index: 2;
  padding-top: 6rem;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  .pricing--inner {
    padding-top: 12rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 1450px) {
  .pricing--inner {
    padding-top: 18rem;
    padding-bottom: 8rem;
  }
}
.pricing p {
  font-size: 16px;
}
.pricing--intro {
  max-width: 760px;
  margin: 0 auto 2.5rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .pricing--intro {
    margin-bottom: 3.5rem;
  }
}
.pricing--intro h2 {
  margin-bottom: 1rem;
  color: #fff;
}
.pricing--content {
  color: #fff;
}
.pricing--content p {
  margin-bottom: 1rem;
  opacity: 0.9;
  color: inherit;
}
.pricing--content p:last-child {
  margin-bottom: 0;
}
.pricing--packages {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  justify-items: center;
}
@media (min-width: 768px) {
  .pricing--packages {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    justify-items: stretch;
  }
}
@media (min-width: 1024px) {
  .pricing--packages {
    grid-template-columns: repeat(4, 1fr);
  }
}
.pricing--package {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 80%;
  padding: 2.75rem 2.25rem 2.5rem;
  border-radius: 16px;
  background-color: #fff;
  color: #182B17;
  overflow: hidden;
}
@media (min-width: 768px) {
  .pricing--package {
    width: auto;
  }
}
@media (min-width: 1024px) {
  .pricing--package {
    padding: 3.25rem 2.5rem 2.75rem;
  }
}
.pricing--package:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  width: 40%;
  aspect-ratio: 183/233;
  background-image: url(../../assets/images/icon-grey.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 100% auto;
  opacity: 0.05;
  pointer-events: none;
  z-index: 0;
}
.pricing--package > * {
  position: relative;
  z-index: 1;
}
.pricing--package h3 {
  margin: 0 0 30px;
  color: #182B17;
  font-size: clamp(1.6rem, 2vw, 2.1rem);
  line-height: 1.2;
}
.pricing--package .btn {
  margin-top: 2rem;
}
.pricing--package-subtitle {
  margin: 0 0 0.85rem;
  color: #182B17;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.3;
}
.pricing--package-content {
  color: #182B17;
}
.pricing--package-content p {
  margin-bottom: 1rem;
  opacity: 1;
  color: inherit;
}
.pricing--package-content p:first-child {
  margin-bottom: 0;
}
.pricing--package-content p:last-child {
  margin-bottom: 0;
}
.pricing--package-content ul {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}
.pricing--package-content ul li {
  position: relative;
  margin: 0 0 0.45rem;
  padding-left: 1.4em;
  line-height: 1.4;
}
.pricing--package-content ul li:last-child {
  margin-bottom: 0;
}
.pricing--package-content ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 0.75em;
  height: 0.75em;
  background-color: #182B17;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23000' d='M13.5 3.5 6.2 11.2 2.5 7.5l1.1-1.1 2.6 2.6 6.2-6.6z'/%3E%3C/svg%3E") center/contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23000' d='M13.5 3.5 6.2 11.2 2.5 7.5l1.1-1.1 2.6 2.6 6.2-6.6z'/%3E%3C/svg%3E") center/contain no-repeat;
}
.pricing--additional {
  margin-top: 2.5rem;
  color: #fff;
}
@media (min-width: 1024px) {
  .pricing--additional {
    margin-top: 3.5rem;
  }
}
.pricing--additional h2,
.pricing--additional h3,
.pricing--additional h4,
.pricing--additional strong {
  display: block;
  margin-bottom: 0.4rem;
  color: #fff;
  font-family: "Segoe UI", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.3;
}
.pricing--additional p {
  margin: 0;
  padding-bottom: 0;
  opacity: 0.9;
  color: inherit;
}
.pricing--cta {
  position: relative;
  max-width: 90%;
  margin: 4.5rem auto 0;
  padding: 4rem 0 7rem;
  text-align: center;
  color: #fff;
}
@media (min-width: 1024px) {
  .pricing--cta {
    margin-top: 6rem;
    padding: 5rem 0 9rem;
  }
}
.pricing--cta .sectiongraphic.graphic--2 {
  top: 0;
  right: -8%;
}
.pricing--cta h3 {
  margin: 0 0 30px;
  color: #fff;
  font-size: 32px;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .pricing--cta h3 {
    font-size: 50px;
  }
}
.pricing--cta .btn {
  margin: 30px auto 0;
}
.pricing--cta-content {
  max-width: 640px;
  margin: 0 auto;
  color: #fff;
}
.pricing--cta-content p {
  margin: 0;
  padding-bottom: 0;
  font-size: 20px;
  opacity: 0.9;
  color: inherit;
  line-height: 1.6;
}

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