: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-bottom: 3rem;
  padding: 0.4rem 0 1rem 2rem;
  border-left: 1px dashed #2832C6;
}
.aim + *:not(.aim) {
  margin-top: var(--wp--preset--spacing--normal);
}
.aim h3 {
  font-size: var(--wp--preset--font-size--font-30);
  margin-bottom: 0.7ch;
  color: #2832C6 !important;
}
.aim p:last-child {
  margin-bottom: 0;
}
.aim__btn {
  min-height: 38px;
  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-18);
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  padding: 0 0 0 5rem;
  color: #0a0d14;
  cursor: pointer;
  position: relative;
  transition: color 0.45s ease-in-out;
}
.aim__btn:before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background: #2832C6;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38' fill='none'%3E%3Crect width='37' height='37' x='.5' y='.5' stroke='%238796e0' rx='18.5'/%3E%3Cpath stroke='%238796e0' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m23.242 24.258 4.394-4.343-4.394-4.445'/%3E%3Cpath stroke='%238796e0' stroke-linecap='round' stroke-width='1.5' d='M26.936 19.912H9.437'/%3E%3C/svg%3E");
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38' fill='none'%3E%3Crect width='37' height='37' x='.5' y='.5' stroke='%238796e0' rx='18.5'/%3E%3Cpath stroke='%238796e0' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m23.242 24.258 4.394-4.343-4.394-4.445'/%3E%3Cpath stroke='%238796e0' stroke-linecap='round' stroke-width='1.5' d='M26.936 19.912H9.437'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  transition: background 0.45s ease-in-out;
}
.aim__btn[href$=".pdf"]:before {
  height: 19px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='19' fill='none' aria-hidden='true'%3E%3Cpath stroke='%2392712E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m7.279 14.501 6.471-6.6m-6.471 6.6L.75 7.901m6.529 6.6V.75M.75 17.654h13'/%3E%3C/svg%3E");
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='19' fill='none' aria-hidden='true'%3E%3Cpath stroke='%2392712E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m7.279 14.501 6.471-6.6m-6.471 6.6L.75 7.901m6.529 6.6V.75M.75 17.654h13'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  top: 4px;
}
.aim__btn:hover {
  color: #13263A;
}
.aim__btn:hover:before {
  background: #0a0d14;
}
@media (min-width: 782px) {
  .aim {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin: 0 !important;
    padding: 3rem 0;
    border-left: none;
    border-bottom: 1px dashed #2832C6;
  }
  .aim:last-child {
    border-bottom: none;
  }
  .aim > div {
    width: calc(50% - 20px);
  }
  .aim h3 {
    margin: 0;
  }
}

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