/*Hero*/

.hero {
  padding: 3em 0 7em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 90vh;
}

.hero__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3em;
}

.hero__content {
  width: calc(50% - 3em / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3em;
}

.hero__content h1 {
  font-size: 3.2em;
  line-height: 1.15;
  margin-bottom: 0.35em;
}

.hero__content p {
  font-weight: 600;
}

.hero__image {
  width: calc(50% - 3em / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: relative;
}

.hero__content-bottom {
  max-width: 18em;
}

.hero__content-cta .p-first {
  margin-bottom: 2em;
}

.hero__content p.hero__link-subtitle {
  text-align: center;
  margin-top: 1em;
  font-weight: 400;
  font-size: 0.8em;
}

.hero__list {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 35%;
  margin: 0;
  padding-left: 0;
}

.hero__list-item:hover .m-btn-text {
  opacity: 1;
}

.hero__list-item {
  min-height: 2.8em;
  height: 2.8em;
  font-size: 0.85em;
}

.hero__list-item:hover .m-btn--icon-w,
.hero__list-item .m-btn--icon-w {
  background-color: var(--color-warm-white);
  min-height: 2.4249413970932956em;
  height: 2.4249413970932956em;
  width: 2.4249413970932956em;
}
.hero__list-item .m-btn--icon-w {
  min-height: 2.4249413970932956em;
  height: 2.4249413970932956em;
  width: 2.4249413970932956em;
}

.hero__list-item:nth-child(1) {
  position: absolute;
  left: 0%;
  top: 20%;
}

.hero__list-item:nth-child(2) {
  position: absolute;
  left: 45%;
  bottom: -1em;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.hero__list-item:nth-child(3) {
  position: absolute;
  right: 10%;
  top: 0;
}

.hero__list-item .m-btn-text {
  padding-left: 3.5em;
  padding-right: 1.2em;
}

.hero__content-bottom.is--mobile {
  display: none;
}

.hero__content-bottom.is--desktop {
  display: block;
}

@media only screen and (max-width: 1366px) {
	.hero {
		min-height: 80vh;
	}
}

@media only screen and (max-width: 991px) {
  .hero__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .hero__content-top {
    text-align: center;
  }

  .hero__content h1 {
    max-width: 14em;
    margin-left: auto;
    margin-right: auto;
  }

  .hero__image,
  .hero__content {
    width: 100%;
  }

  .hero__content-bottom.is--mobile {
    display: block;
  }

  .hero__content-bottom.is--desktop {
    display: none;
  }

  .hero__wrap {
    gap: 1.5em;
  }

  .hero__list-item .m-btn-text {
    padding-left: 4.5em;
    padding-right: 2.2em;
  }

  .hero__list-item:nth-child(2) {
    bottom: 0;
  }

  .hero__content-bottom {
    max-width: 100%;
    text-align: center;
  }

  .hero__content-cta .p-first {
    font-weight: 600;
  }

  .hero__content-cta {
    max-width: 29em;
    margin: 0 auto;
  }

  p.hero__link-subtitle {
    text-align: center;
    margin-top: 1em;
    font-weight: 400;
    font-size: 0.8em;
    max-width: 25em;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 767px) {
  .hero__content-cta {
    max-width: 100%;
    margin-top: 1.8em;
  }
}

@media only screen and (max-width: 479px) {
  .hero__content h1 {
    font-size: 2.6em;
  }

  .hero__image {
    width: 100vw;
    position: relative;
    left: -12px;
  }

  .hero__list-item .m-btn-text {
    padding-left: 3.5em;
    padding-right: 1.2em;
    font-size: 0.9em;
  }

  .hero__list-item:nth-child(1) {
    left: 6px;
  }
  .hero__list-item:nth-child(3) {
    right: 12px;
  }

  .hero__list {
    height: 45%;
  }

  .hero__list-item {
    padding: 0.2em;
    height: 2.6em;
    min-height: 2.6em;
  }

  .hero__list-item:hover .m-btn--icon-w,
  .hero__list-item .m-btn--icon-w {
    background-color: var(--color-warm-white);
    min-height: 2.2em;
    height: 2.2em;
    width: 2.2em;
  }
  .hero__list-item .m-btn--icon-w {
    min-height: 2.2em;
    height: 2.2em;
    width: 2.2em;
  }

  .hero__list-item .m-btn--icon img {
    max-width: 1.6em;
  }
}