: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;
  }
}
.link-cta {
  display: block;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.link-cta h3 {
  font-size: var(--wp--preset--font-size--font-20);
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  margin: 0 -0.75rem 3rem -0.75rem;
  color: #FFF !important;
}
.link-cta__content {
  display: block;
  padding: 4rem 2rem 0 2rem;
  background: #021032;
  border-radius: 15px 15px 0 15px;
  transition: background 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.link-cta__btn {
  width: 100%;
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  position: relative;
}
.link-cta__btn em {
  width: calc(100% - 80px);
  font-size: var(--wp--preset--font-size--font-17);
  font-style: normal;
  font-weight: 600;
  line-height: 1.25;
  padding: 0 10px 0 15px;
  color: #021032;
  transition: color 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.link-cta__btn svg {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.link-cta__btn svg .circle {
  transition: stroke-opacity 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.link-cta__btn svg .arrow {
  transform-origin: center;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.link-cta__btn:before, .link-cta__btn:after {
  content: "";
  display: block;
  background: #021032;
  position: absolute;
  transition: background 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.link-cta__btn:before {
  width: 80px;
  height: 100px;
  border-radius: 0 0 15px 15px;
  bottom: 0;
  right: 0;
}
.link-cta__btn:after {
  width: 16px;
  height: 16px;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='8' fill='none'%3E%3Cpath fill='%23021032' d='M8.5 8h-.995A8 8 0 0 0 0 .981V0h8.5v8Z'/%3E%3C/svg%3E");
  mask-size: 100%;
  mask-position: top left;
  mask-repeat: no-repeat;
  top: -1.5px;
  right: 77.5px;
}
.link-cta:hover, .link-cta:active, .link-cta:focus {
  transform: translateY(-6px) !important;
}
.link-cta:hover .link-cta__content, .link-cta:active .link-cta__content, .link-cta:focus .link-cta__content {
  background: #002594;
}
.link-cta:hover .link-cta__btn:before, .link-cta:hover .link-cta__btn:after, .link-cta:active .link-cta__btn:before, .link-cta:active .link-cta__btn:after, .link-cta:focus .link-cta__btn:before, .link-cta:focus .link-cta__btn:after {
  background: #002594;
}
.link-cta:hover .link-cta__btn em, .link-cta:active .link-cta__btn em, .link-cta:focus .link-cta__btn em {
  color: rgb(0, 42.35, 103.4);
}
.link-cta:hover .link-cta__btn svg .circle, .link-cta:active .link-cta__btn svg .circle, .link-cta:focus .link-cta__btn svg .circle {
  stroke-opacity: 0;
}
.link-cta:hover .link-cta__btn svg .arrow, .link-cta:active .link-cta__btn svg .arrow, .link-cta:focus .link-cta__btn svg .arrow {
  transform: scale(1.45);
}
