: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;
  }
}
.aim {
  margin: 0 !important;
  padding: 3rem 0;
  border-bottom: 1px solid rgba(109, 105, 105, 0.3);
}
.aim:first-child {
  padding-top: 0;
}
.aim:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.aim + *:not(.aim) {
  margin-top: var(--wp--preset--spacing--normal);
}
.aim h3 {
  font-size: var(--wp--preset--font-size--font-20);
  line-height: 1.35;
  padding-left: 30px;
  color: #fff;
  position: relative;
}
.aim h3:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Ccircle cx='9.594' cy='10.418' r='4' stroke='%23F5007B'/%3E%3Ccircle cx='9.594' cy='10.418' r='9' stroke='%23F5007B'/%3E%3C/svg%3E");
  background-size: cover;
  position: absolute;
  top: 3px;
  left: 0;
}
.aim p:last-child {
  margin-bottom: 0;
}
.aim p + .aim__btn {
  margin-top: 1.2ch;
}
.aim__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--font-16);
  line-height: 1.025;
  text-align: center;
  text-decoration: none;
  padding: 1.5ch 3rem;
  color: #fff;
  border-radius: 5rem;
  cursor: pointer;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1), background 0.35s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  background: #181818;
  border: 1px solid rgba(163, 163, 163, 0.3);
}
.aim__btn:hover, .aim__btn:active, .aim__btn:focus {
  border-color: #fff;
}
@media (min-width: 782px) {
  .aim {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    border-bottom: none;
  }
  .aim > div {
    width: calc(50% - 20px);
  }
  .aim > div.aim__title {
    border-right: 1px dashed rgba(109, 105, 105, 0.3);
  }
  .aim h3 {
    margin: 0;
  }
}

h2 + .aim {
  margin-top: 2.5rem !important;
}/*# sourceMappingURL=block-aim.css.map */