/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/hmg-feature/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
.hmg-feature {
  position: relative;
  border-radius: 15px;
  box-shadow: 0px 10px 20px rgba(var(--hmg-color-grey-dark), 0.25);
  padding: 19px;
  background: rgb(var(--hmg-color-background));
  overflow: hidden;
  transition: opacity 300ms ease;
  display: flex;
  gap: 19px;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .hmg-feature {
    gap: 72px;
    padding-right: 51px;
    flex-direction: row;
    align-items: flex-start;
  }
}
.hmg-feature--link:hover, .hmg-feature--link:focus {
  opacity: 0.75;
}
.hmg-feature:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.hmg-feature--bg-main {
  box-shadow: 0px 10px 20px rgba(var(--hmg-color-main), 0.25);
}
.hmg-feature--bg-main:before {
  background: linear-gradient(180deg, rgba(var(--hmg-color-main), 0) 82.36%, rgba(var(--hmg-color-main), 1) 100%);
}
@media screen and (min-width: 1024px) {
  .hmg-feature--bg-main:before {
    background: linear-gradient(90deg, rgba(var(--hmg-color-main), 0) 88.81%, rgba(var(--hmg-color-main), 1) 106.64%);
  }
}
.hmg-feature--bg-secondary {
  box-shadow: 0px 10px 20px rgba(var(--hmg-color-secondary), 0.25);
}
.hmg-feature--bg-secondary:before {
  background: linear-gradient(180deg, rgba(var(--hmg-color-secondary), 0) 82.36%, rgba(var(--hmg-color-secondary), 1) 100%);
}
@media screen and (min-width: 1024px) {
  .hmg-feature--bg-secondary:before {
    background: linear-gradient(90deg, rgba(var(--hmg-color-secondary), 0) 88.81%, rgba(var(--hmg-color-secondary), 1) 106.64%);
  }
}
.hmg-feature--bg-teal {
  box-shadow: 0px 10px 20px rgba(var(--hmg-color-teal), 0.25);
}
.hmg-feature--bg-teal:before {
  background: linear-gradient(180deg, rgba(var(--hmg-color-teal), 0) 82.36%, rgba(var(--hmg-color-teal), 1) 100%);
}
@media screen and (min-width: 1024px) {
  .hmg-feature--bg-teal:before {
    background: linear-gradient(90deg, rgba(var(--hmg-color-teal), 0) 88.81%, rgba(var(--hmg-color-teal), 1) 106.64%);
  }
}
.hmg-feature--bg-grey {
  box-shadow: 0px 10px 20px rgba(var(--hmg-color-grey), 0.25);
}
.hmg-feature--bg-grey:before {
  background: linear-gradient(180deg, rgba(var(--hmg-color-grey), 0) 82.36%, rgba(var(--hmg-color-grey), 1) 100%);
}
@media screen and (min-width: 1024px) {
  .hmg-feature--bg-grey:before {
    background: linear-gradient(90deg, rgba(var(--hmg-color-grey), 0) 88.81%, rgba(var(--hmg-color-grey), 1) 106.64%);
  }
}
.hmg-feature--bg-grey-light {
  box-shadow: 0px 10px 20px rgba(var(--hmg-color-grey-light), 0.25);
}
.hmg-feature--bg-grey-light:before {
  background: linear-gradient(180deg, rgba(var(--hmg-color-grey-light), 0) 82.36%, rgba(var(--hmg-color-grey-light), 1) 100%);
}
@media screen and (min-width: 1024px) {
  .hmg-feature--bg-grey-light:before {
    background: linear-gradient(90deg, rgba(var(--hmg-color-grey-light), 0) 88.81%, rgba(var(--hmg-color-grey-light), 1) 106.64%);
  }
}
.hmg-feature--bg-grey-dark {
  box-shadow: 0px 10px 20px rgba(var(--hmg-color-grey-dark), 0.25);
}
.hmg-feature--bg-grey-dark:before {
  background: linear-gradient(180deg, rgba(var(--hmg-color-grey-dark), 0) 82.36%, rgba(var(--hmg-color-grey-dark), 1) 100%);
}
@media screen and (min-width: 1024px) {
  .hmg-feature--bg-grey-dark:before {
    background: linear-gradient(90deg, rgba(var(--hmg-color-grey-dark), 0) 88.81%, rgba(var(--hmg-color-grey-dark), 1) 106.64%);
  }
}
.hmg-feature__image {
  background-size: cover;
  background-position: center;
  height: 300px;
  box-shadow: 0px 10px 20px rgba(var(--hmg-color-grey-dark), 0.25);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 19px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .hmg-feature__image {
    max-width: 300px;
    flex: 0 0 300px;
    height: 420px;
    margin-bottom: 0;
  }
}
.hmg-feature__content {
  position: relative;
  color: rgb(var(--hmg-color-grey-dark));
  font-size: 20px;
  padding: 0 20px;
  height: 100%;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .hmg-feature__content {
    text-align: left;
    padding: 19px 0 19px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.hmg-feature__content--text {
  padding-left: 32px;
}
.hmg-feature__content h4,
.hmg-feature__content h5,
.hmg-feature__content h6 {
  font-family: var(--hmg-body-font);
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: rgb(var(--hmg-color-grey));
  margin-bottom: 6px;
}
.hmg-feature__content h2,
.hmg-feature__content h3 {
  font-weight: 500;
  font-size: 30px;
  line-height: 120%;
  margin-bottom: 18px;
}
.hmg-feature__content p {
  margin-bottom: 12px;
}
.hmg-feature__content ul {
  margin-bottom: 12px !important;
}
.hmg-feature__content ul li {
  margin-bottom: 8px !important;
}
.hmg-feature__button {
  padding-bottom: 19px;
  padding-top: 19px;
  margin-top: auto;
}
@media screen and (min-width: 1024px) {
  .hmg-feature__button {
    padding-bottom: 0;
  }
}
.hmg-feature__button-link {
  position: relative;
  color: rgb(var(--hmg-color-grey-dark));
  border-radius: 114px;
  text-decoration: none;
  font-family: var(--hmg-heading-font);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 16px 32px;
  display: block;
  transition: opacity 0.3s ease;
}
.hmg-feature__button-link:hover, .hmg-feature__button-link:focus {
  opacity: 0.75;
}
.hmg-feature__button-link--teal {
  color: rgb(var(--hmg-color-background));
  background-color: rgb(var(--hmg-color-teal));
  box-shadow: 0px 10px 20px rgba(var(--hmg-color-teal), 0.25);
}
.hmg-feature__button-link--yellow {
  background-color: rgb(var(--hmg-button-yellow));
  box-shadow: 0px 10px 20px rgba(var(--hmg-color-yellow), 0.25);
}
.hmg-feature__button-link--orange {
  color: rgb(var(--hmg-color-background));
  background-color: rgb(var(--hmg-button-orange));
  box-shadow: 0px 10px 20px rgba(var(--hmg-color-orange), 0.25);
}
.hmg-feature__button-link--red {
  color: rgb(var(--hmg-color-background));
  background-color: rgb(var(--hmg-button-red));
  box-shadow: 0px 10px 20px rgba(var(--hmg-color-red), 0.25);
}
.hmg-feature__button-link--green {
  background-color: rgb(var(--hmg-button-green));
  box-shadow: 0px 10px 20px rgba(var(--hmg-color-green), 0.25);
}

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