.heading__gradient-1 {
  background: linear-gradient(90.92deg, #323773 2.65%, var(--secondary) 87.69%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.long-text-format .ct-inner-content > * {
  margin-top: 2em;
  margin-bottom: 0 !important;
}
.long-text-format .ct-inner-content > *:first-child {
  margin-top: 0 !important;
}
p:last-of-type {
  margin-bottom: 0;
}
.img-list {
  margin: 0;
  padding: 0;
}
.img-list > * + * {
  margin-top: 1em;
}
.img-list li {
  position: relative;
  list-style-type: none;
  padding-left: 3rem;
}
.img-list li::before {
  position: absolute;
  top: 0.4rem;
  left: 0;
  width: 3rem;
  height: 3rem;
}
.img-list .bullet_arrow::before {
  content: url(/wp-content/uploads/2022/06/bullet-arrows.svg);
}
.img-list .bullet_square::before {
  content: url(/wp-content/uploads/2022/06/bullet-square.svg);
}
.section-wrapper .bg_white .h1-wrapper, .section-wrapper .bg_white .ct-headline, .section-wrapper .bg_white p, .section-wrapper .bg_white .ct-text-block {
  background-color: rgba(255, 255, 255, 0.5) !important;
  box-shadow: 0 0 1em white;
}
.section-wrapper .bg_gray .h1-wrapper, .section-wrapper .bg_gray .ct-headline, .section-wrapper .bg_gray p, .section-wrapper .bg_gray .ct-text-block {
  background-color: rgba(240, 241, 245, 0.6) !important;
  box-shadow: 0 0 1em #f0f1f5 !important;
}
/* Footer */
footer {
  font-size: 1.2rem;
  font-weight: normal !important;
}
footer .oxy-rich-text a {
  color: initial !important;
}
