:root {
  --sidebar-width: 31rem;
  --layout-gap: 4rem;
  --wp--style--block-gap: clamp(3.5rem, 2.737rem + 1.404vw, 4rem);
}

@media (min-width: 1300px) {
  :root {
    --sidebar-width: 34rem;
    --layout-gap: 6rem;
  }
}
.icon-list {
  list-style: none;
  margin: 0;
  padding: 0;
  opacity: 0;
}
* + .icon-list {
  margin-top: 3.5ch;
}
.icon-list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 1.5rem 0;
  position: relative;
}
.icon-list li:last-child {
  margin: 0;
}
.icon-list li img {
  width: 36px;
  height: 36px;
  position: absolute;
}
.icon-list li h3 {
  font-size: var(--wp--preset--font-size--font-24);
  font-weight: 700;
  margin: 0 0 0.5ch 0;
  color: #E1E1E1;
}
.icon-list:not(.is-style-ol):not(.is-style-no-bg) li {
  padding: 15px 40px 15px 66px;
  background: rgba(223, 223, 213, 0.075);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 25px), calc(100% - 24px) 100%, 0 100%);
}
.icon-list:not(.is-style-ol):not(.is-style-no-bg) li img {
  top: 19px;
  left: 15px;
}
.icon-list.is-style-no-bg li {
  min-height: 36px;
  margin-bottom: 2rem;
  padding: 0 0 0 50px;
}
.icon-list.is-style-no-bg li img {
  top: 0;
  left: 0;
}
.icon-list.is-style-ol {
  counter-reset: item;
}
.icon-list.is-style-ol li {
  margin: 0;
  padding: 15px 0 15px 65px;
}
.icon-list.is-style-ol li:before {
  content: "";
  display: block;
  width: 4px;
  background: rgba(99, 105, 94, 0.2);
  position: absolute;
  top: 0;
  left: 21px;
  bottom: 0;
}
.icon-list.is-style-ol li:after {
  counter-increment: item;
  content: counter(item);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--font-26);
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background: linear-gradient(114deg, #CD136A -50%, #1A2A6C 165%);
  border-radius: 100%;
  position: absolute;
  top: 15px;
  left: 0;
}
.icon-list.is-style-ol li:first-child:before {
  top: 15px;
}
.icon-list.is-style-ol li:last-child:before {
  bottom: calc(100% - 30px);
}
.icon-list.is-style-ol li img {
  display: none;
}
h2 + .icon-list, h3 + .icon-list {
  margin-top: 4rem;
}
@media (min-width: 1024px) {
  .icon-list.sticky {
    position: sticky;
    top: 120px;
  }
}

.has-mist-white-gradient-background .icon-list:not(.is-style-ol):not(.is-style-no-bg) li {
  background: rgba(184, 159, 107, 0.15);
}
