.cta--arrow.cta-beauty:hover .cta-iconfont, .style-beauty .cta--arrow:hover .cta-iconfont {
  position: relative;
}
.cta--arrow.cta-beauty:hover .cta-iconfont:before, .style-beauty .cta--arrow:hover .cta-iconfont:before {
  border: 1px solid #c69dc9;
  background-color: #c69dc9;
}

.cta.cta--arrow-red .cta-iconfont:before {
  color: #fff;
  border: 1px solid #b51f20;
  background-color: #b51f20;
}
.cta.cta--arrow-red:hover .cta-iconfont::before {
  color: #b51f20;
  background-color: #fff;
}

main .content-subtitle {
  font-size: 1.25rem;
  line-height: 1.2;
}
@media screen and (min-width: 1025px) {
  main .content-subtitle {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1720px) {
  main .content-subtitle {
    font-size: 1.5rem;
  }
}
main .content-subtitle {
  letter-spacing: 0.04em;
  font-weight: 500;
  margin-top: 2.25em;
  margin-bottom: 1rem;
  text-align: left;
  color: #b51f20;
  font-family: "HKGrotesk", sans-serif;
}

.bg-grey {
  background-color: #f3f8fb;
}

.style-beauty h1, .style-beauty .h1,
.style-beauty h2, .style-beauty .h2,
.style-beauty h3, .style-beauty .h3 {
  color: #c69dc9;
}

[id^=contact-form] .form-item-area-of-interest {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: 100%;
  flex-grow: 1;
}
@media (min-width: 1720px) {
  [id^=contact-form] .form-item-area-of-interest {
    padding-left: 10px;
    padding-right: 10px;
  }
}