: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;
  }
}
.page-link-cta {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 3rem;
  padding: var(--wp--preset--spacing--normal);
  background: linear-gradient(126deg, rgba(0, 77, 188, 0.35) 10%, rgba(134, 241, 167, 0.35) 110%);
  border-radius: 15px;
}
.page-link-cta h3 {
  font-size: var(--wp--preset--font-size--font-28);
  line-height: 1.35;
  margin: 0 0 0.4ch 0;
  color: #010519;
}
.page-link-cta p {
  color: #021032;
}
.page-link-cta .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-17);
  font-weight: 500;
  line-height: 1.025;
  text-align: center;
  text-decoration: none;
  padding: 1.4rem 3rem;
  color: #02061A;
  border-radius: 5rem;
  cursor: pointer;
  position: relative;
  transition: color 0.45s cubic-bezier(0.4, 0, 0.2, 1), background 0.45s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  color: #FFF;
  background: #021032;
  border: 1px solid #021032;
}
.page-link-cta .btn:hover, .page-link-cta .btn:active, .page-link-cta .btn:focus {
  color: #86F1A7;
  background: #000A24;
}
.page-link-cta .btn:hover, .page-link-cta .btn:active, .page-link-cta .btn:focus {
  color: #02061A;
  background: transparent;
}
@media (min-width: 1024px) {
  .page-link-cta:not(.sm) {
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
  .page-link-cta:not(.sm) .page-link-cta__content {
    width: calc(100% - 220px);
    padding-right: 1rem;
  }
  .page-link-cta:not(.sm) .page-link-cta__btn {
    width: 220px;
    text-align: right;
  }
}
@media (min-width: 1450px) {
  .page-link-cta.sm {
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
  .page-link-cta.sm .page-link-cta__content {
    width: calc(100% - 200px);
    padding-right: 1rem;
  }
  .page-link-cta.sm .page-link-cta__btn {
    width: 200px;
    text-align: right;
  }
}
